UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.75 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialNestThermostatSensorW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestThermostatSensorW100Filled', short_name: 'NestThermostatSensor', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-132q-72.21 0-135.72-27.39-63.51-27.39-110.49-74.35-46.98-46.96-74.39-110.43Q132-407.65 132-479.83q0-72.17 27.4-135.73 27.41-63.56 74.39-110.57 46.98-47.02 110.49-74.44Q407.79-828 480-828q68.43 0 128.72 25Q669-778 715.5-734.5t76 102.5Q821-573 827-505q-21-10-42.6-15t-44.4-5q-20.58 0-40.08 4T662-509q-6.62-37.88-29.81-61.44Q609-594 573.55-594q-41.98 0-65.76 32.5Q484-529 484-480q0 41 17 70.5t47 39.5q-1.67 9.82-2.83 19.92Q544-339.97 544-329q0 49 22.5 92.5T631-166q-35 17-73.5 25.5-38.49 8.5-77.5 8.5Zm76-265q-20-7-32-27.5T512-480q0-41 17.5-63.5t44.4-22.5q25.1 0 41.6 18.5T635-495q-27 17-47.5 42T556-397Zm184 236q-69.6 0-118.8-49.2T572-329q0-69.6 49.2-118.8T740-497q69.6 0 118.8 49.2T908-329q0 69.6-49.2 118.8T740-161ZM409-556l-94 163q-3 5-1.5 10.5t6.5 8.83q5 2.67 11 1.17t9-6.5l97-171 2-6.52V-572q0-6-4.5-10.5T424-587H311q-6 0-10 4.2t-4 9.8q0 6 4.2 10t9.8 4h97l1 3Z" }) }))); }); IconMaterialNestThermostatSensorW100Filled.displayName = 'OnesyIconMaterialNestThermostatSensorW100Filled'; exports.default = IconMaterialNestThermostatSensorW100Filled;