UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.02 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialDetectorStatusW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DetectorStatusW100", short_name: "DetectorStatus", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m438-209 159-160q4-5 9.5-5t10.5 5q5 5 5 10t-5 10L459-191q-9 9-21 9t-21-9l-74-74q-4-4-4.5-10t4.5-10q4-4 10-3.5t10 4.5l75 75ZM200-760v48q0 14 9 23t23 9h496q14 0 23-9t9-23v-48H200Zm94 108 22 59q4 10 12 15.5t18 5.5h268q10 0 18-5.5t12-15.5l22-59H294Zm52 108q-19 0-34.5-10.5T289-583l-25-69h-32q-25 0-42.5-17.5T172-712v-46q0-13 8.5-21.5T202-788h556q13 0 21.5 8.5T788-758v46q0 25-17.5 42.5T728-652h-32l-27 69q-7 17-22 28t-34 11H346ZM200-760v80-80Z" })); }); IconMaterialDetectorStatusW100.displayName = 'OnesyIconMaterialDetectorStatusW100'; export default IconMaterialDetectorStatusW100;