UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.2 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSensorsKrxOffFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SensorsKrxOffFilled", short_name: "SensorsKrxOff", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M697-379 379-697q23-11 48.5-17t52.5-6q100 0 170 70t70 170q0 27-6 52.5T697-379Zm66 295L584-264q-23 11-49.5 17.5T480-240q-100 0-170-70t-70-170q0-28 6.5-54.5T264-584L84-764q-11-11-11.5-27.5T84-820q11-11 28-11t28 11l680 680q12 12 11.5 28T819-84q-12 11-28 11.5T763-84ZM160-480q0 38 8.5 74.5T194-337q8 15 4.5 32T181-279q-14 10-30 5.5T127-293q-23-42-35-89t-12-98q0-51 12-98.5t35-89.5q8-15 24-19t30 6q14 9 17.5 26t-4.5 32q-17 32-25.5 68.5T160-480Zm640 0q0-38-8.5-74.5T766-623q-8-15-5-32t17-26q14-10 30.5-6t24.5 19q23 42 35 89.5t12 98.5q0 51-12 98t-35 89q-8 15-24.5 19.5T778-279q-14-9-17-26t5-32q17-32 25.5-68.5T800-480Z" })); }); IconMaterialSensorsKrxOffFilled.displayName = 'OnesyIconMaterialSensorsKrxOffFilled'; export default IconMaterialSensorsKrxOffFilled;