@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.27 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialRailwayAlertW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "RailwayAlertW100Filled",
short_name: "RailwayAlert",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M168-132q-10 0-13.5-9.5T158-158l30-30h424l30 30q7 7 3.5 16.5T632-132H168Zm492-400q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105t-105 43Zm0-128q6 0 10-4t4-10v-80q0-6-4-10t-10-4q-6 0-10 4t-4 10v80q0 6 4 10t10 4Zm0 72q7 0 12-5t6-12q0-8-5-13.5t-13-5.5q-8 0-13 5t-5 13q0 8 5 13t13 5ZM216-216l28-28h-7q-45 0-75-31.5T132-352v-278q0-103 80-170.5T400-868q11 0 22.5.5T445-865q14 2 19 15.5t-5 25.5q-17 23-27.5 49.5T416-720H180q-11 21-15.5 44t-4.5 46v90h295q17 25 39 45t48 34q23 12 47 19t50 9q12 1 20.5 9.5T668-403v51q0 45-30 76.5T563-244h-7l28 28H216Zm184-126q21 0 35.5-14.5T450-392q0-21-14.5-35.5T400-442q-21 0-35.5 14.5T350-392q0 21 14.5 35.5T400-342Z"
}));
});
IconMaterialRailwayAlertW100Filled.displayName = 'OnesyIconMaterialRailwayAlertW100Filled';
export default IconMaterialRailwayAlertW100Filled;