@react-md/material-icons
Version:
Material Design Icon components for react-md
26 lines (25 loc) • 1.04 kB
JavaScript
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { forwardRef } from "react";
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default /*#__PURE__*/ forwardRef(function SubwaySharpIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("circle", {
cx: "8.5",
cy: "16",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "15.5",
cy: "16",
r: "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.16A2.98 2.98 0 0 1 6 15.5V9c0-2.63 3-3 6-3s6 .37 6 3z"
})
]
});
});