UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.22 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNestRemoteComfortSensorW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NestRemoteComfortSensorW100", short_name: "NestRemoteComfortSensor", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-254q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29Zm.21-28Q510-282 531-303.21t21-51Q552-384 530.79-405t-51-21Q450-426 429-404.79t-21 51Q408-324 429.21-303t51 21ZM480-722q-70 0-134.5 26T231-624q-5 4-10 4.5t-10.2-4.5q-4.8-5-4.3-10.5t5.5-9.5q53-48 120-77t148-29q81 0 148 29t120 77q5 4 5.5 9.5t-4.3 10.5q-5.2 5-10.2 4.5-5-.5-10-4.5-50-46-114.5-72T480-722Zm0 148q-42 0-77 13t-67 41q-5 4-10.5 4.5t-10.18-4.2Q311-524 311-529.71q0-5.72 5-9.29 38-32 77.5-47.5T480-602q47 0 86.5 15.5T644-539q5 4 5 9.5t-4 9.5q-5 5-10.5 4.5T624-520q-32-28-67-41t-77-13Zm0 220Z" })); }); IconMaterialNestRemoteComfortSensorW100.displayName = 'OnesyIconMaterialNestRemoteComfortSensorW100'; export default IconMaterialNestRemoteComfortSensorW100;