@icongo/mc
Version:
Micon Icons
13 lines • 741 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlTrainSolid = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1882 2048h-181l-256-256H602l-256 256H165l259-258q-36-4-67-21t-53.5-42.5-35-58T256 1600V192q0-40 15-75t41-61 61-41 75-15h1152q40 0 75 15t61 41 41 61 15 75v1408q0 36-13 68.5t-35.5 58-53 42.5-66.5 21zM768 384h512V256H768v128zm896 768V640H384v512h1280zM576 1536q26 0 45-19t19-45-19-45-45-19-45 19-19 45 19 45 45 19zm896 0q26 0 45-19t19-45-19-45-45-19-45 19-19 45 19 45 45 19z"
})
}));
export { MCMdlTrainSolid };