UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.5 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 IconMaterialNestThermostatSensorFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestThermostatSensorFilled', short_name: 'NestThermostatSensor', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q84 0 158 32.5t128.5 88Q821-704 851.5-629T880-470q-30-23-66-36.5T740-520q-19 0-37 3t-35 9q-7-41-31.5-66.5T574-600q-45 0-70.5 34.5T478-480q0 38 14 66.5t40 42.5q-5 17-8.5 34.5T520-300q0 59 29 109.5t80 81.5q-36 14-73.5 21.5T480-80Zm69-329q-14-10-20.5-29t-6.5-42q0-24 11-51.5t41-27.5q28 0 39 24t13 47q-24 14-43.5 34.5T549-409Zm191 249q-58 0-99-41t-41-99q0-58 41-99t99-41q58 0 99 41t41 99q0 58-41 99t-99 41ZM398-551l-86 152q-5 8-2 16t11 13q8 4 15.5 2t12.5-10l95-168q1-2 3-10v-19q0-8-6-14t-14-6H313q-8 0-14.5 6t-6.5 14q0 8 6 14.5t14 6.5h84l2 3Z" }) }))); }); IconMaterialNestThermostatSensorFilled.displayName = 'OnesyIconMaterialNestThermostatSensorFilled'; exports.default = IconMaterialNestThermostatSensorFilled;