UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.19 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSensorsKrxOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SensorsKrxOffW100Filled", short_name: "SensorsKrxOff", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M681-391 391-681q20-9 42.5-14t46.5-5q91 0 155.5 64.5T700-480q0 24-5 46.5T681-391Zm81 233L614-306q-28 22-62 34t-72 12q-91 0-155.5-64.5T260-480q0-38 12-72t34-62L158-762q-4-4-4.5-9.5T158-782q5-5 10-5t10 5l604 604q4 4 4.5 9.5T782-158q-5 5-10 5t-10-5ZM160-480q0 45 11.5 87t33.5 78q4 6 3.5 12t-5.5 10q-5 4-11 1.5t-9-7.5q-24-40-37.5-85.5T132-480q0-50 13.5-95.5T183-661q3-5 9-7.5t11 1.5q5 4 5.5 10t-3.5 12q-22 36-33.5 78T160-480Zm640 0q0-45-12-87t-34-78q-4-6-3-12t6-10q5-4 11-1.5t9 7.5q24 40 37.5 85.5T828-480q0 50-13.5 95.5T777-299q-3 5-9 7.5t-11-1.5q-5-4-6-10t3-12q22-36 34-78t12-87Z" })); }); IconMaterialSensorsKrxOffW100Filled.displayName = 'OnesyIconMaterialSensorsKrxOffW100Filled'; export default IconMaterialSensorsKrxOffW100Filled;