15 lines
626 B
Plaintext
15 lines
626 B
Plaintext
"use client";
|
|
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon([/*#__PURE__*/_jsx("circle", {
|
|
cx: "8.5",
|
|
cy: "16",
|
|
r: "1"
|
|
}, "0"), /*#__PURE__*/_jsx("circle", {
|
|
cx: "15.5",
|
|
cy: "16",
|
|
r: "1"
|
|
}, "1"), /*#__PURE__*/_jsx("path", {
|
|
d: "M7.01 9h10v5h-10zM17.8 2.8C16 2.09 13.86 2 12 2s-4 .09-5.8.8C3.53 3.84 2 6.05 2 8.86V22h20V8.86c0-2.81-1.53-5.02-4.2-6.06m.2 12.7c0 1.54-1.16 2.79-2.65 2.96l1.15 1.16V20h-1.67l-1.5-1.5h-2.66L9.17 20H7.5v-.38l1.15-1.16C7.16 18.29 6 17.04 6 15.5V9c0-2.63 3-3 6-3s6 .37 6 3z"
|
|
}, "2")], 'SubwayRounded'); |