@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.51 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 IconMaterialDirectionsRailwayW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DirectionsRailwayW100', short_name: 'DirectionsRailway', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M248-132q-9.92 0-13.46-9.5Q231-151 238-158l30-30h424l30 30q7 7 3.46 16.5T712-132H248Zm48-84 28-28h-7q-45 0-75-31.63T212-352v-278q0-109 77.46-173.5 77.45-64.5 190.5-64.5Q593-868 670.5-803.5 748-739 748-630v278q0 44.74-30 76.37Q688-244 643-244h-7l28 28H296Zm21-56h326q32.08 0 54.54-23.33Q720-318.67 720-352v-160H240v160q0 33.33 22.46 56.67Q284.92-272 317-272Zm163.12-70q20.88 0 35.38-14.62 14.5-14.62 14.5-35.5 0-20.88-14.62-35.38-14.62-14.5-35.5-14.5-20.88 0-35.38 14.62-14.5 14.62-14.5 35.5 0 20.88 14.62 35.38 14.62 14.5 35.5 14.5ZM240-540h480v-90q0-25-5-47.5T700-720H260q-10 20-15 42.5t-5 47.5v90Zm37-208h406q-32-44-85-68t-118-24q-65 0-118 24t-85 68Zm203 236Zm0-236Z" }) })));
});
IconMaterialDirectionsRailwayW100.displayName = 'OnesyIconMaterialDirectionsRailwayW100';
exports.default = IconMaterialDirectionsRailwayW100;
;