UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.95 kB
"use strict"; 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 IconMaterialRailwayAlertW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RailwayAlertW100', short_name: 'RailwayAlert', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M168-132q-9.92 0-13.46-9.5Q151-151 158-158l30-30h424l30 30q7 7 3.46 16.5T632-132H168Zm48-84 28-28h-7q-45 0-75-31.63T132-352v-278q0-109 77.47-173.5T400-868q17 0 33 1.5t31 4.5q8 2 10.5 7t1.5 10q-1 5-4.92 9T460-834q-14-3-29-4.5t-31-1.5q-58 0-113 21.5T197-748h208q7 0 10.5 4.32t3.5 9.5q0 5.18-3.59 9.68-3.58 4.5-10.41 4.5H180q-10 20-15 42.5t-5 47.5v90h289q7 0 10.5 4.32t3.5 9.5q0 5.18-3.5 9.68T449-512H160v160q0 33.33 22.46 56.67Q204.92-272 237-272h326q32.08 0 54.54-23.33Q640-318.67 640-352v-81q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v81q0 44.74-30 76.37Q608-244 563-244h-7l28 28H216Zm184.12-126q20.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.5Zm259.47-190Q598-532 555-575t-43-105.38Q512-742 555.04-785q43.04-43 105.37-43Q722-828 765-785t43 105q0 62-43.41 105t-105 43Zm.41-128q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-80q0-5.6-4.2-9.8-4.2-4.2-9.8-4.2-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v80q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2Zm0 72q8 0 12.5-5t5.5-12q0-7.6-5-13.3-5-5.7-13-5.7t-13 5q-5 5-5 13t5 13q5 5 13 5Zm-260 76Zm0-236Z" }) }))); }); IconMaterialRailwayAlertW100.displayName = 'OnesyIconMaterialRailwayAlertW100'; exports.default = IconMaterialRailwayAlertW100;