@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.5 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialTrainW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TrainW100Filled', short_name: 'Train', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M212-360v-360q0-35 21-56.5t57.5-33q36.5-11.5 85.5-15t104-3.5q56 0 104.5 3.5t85.01 14.84q36.52 11.35 57.5 33Q748-755 748-720v360q0 45-31.5 76.5T640-252l56 56q7 7 3.33 15.5-3.68 8.5-13.47 8.5-2.86 0-5.39-1t-4.47-3l-76-76H360l-76 76q-2.08 2-4.79 3t-5.63 1q-9.58 0-13.08-8.5T264-196l56-56q-45 0-76.5-31.5T212-360Zm28-148h226v-196H240v196Zm254 0h226v-196H494v196ZM339.77-340q17.23 0 28.73-11.27 11.5-11.26 11.5-28.5 0-17.23-11.27-28.73-11.26-11.5-28.5-11.5-17.23 0-28.73 11.27-11.5 11.26-11.5 28.5 0 17.23 11.27 28.73 11.26 11.5 28.5 11.5Zm280 0q17.23 0 28.73-11.27 11.5-11.26 11.5-28.5 0-17.23-11.27-28.73-11.26-11.5-28.5-11.5-17.23 0-28.73 11.27-11.5 11.26-11.5 28.5 0 17.23 11.27 28.73 11.26 11.5 28.5 11.5Z" }) })));
});
IconMaterialTrainW100Filled.displayName = 'OnesyIconMaterialTrainW100Filled';
exports.default = IconMaterialTrainW100Filled;
;