@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.01 kB
JavaScript
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 IconMaterialNestThermostatSensorW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestThermostatSensorW100', short_name: 'NestThermostatSensor', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-160q32.85 0 64.93-6.5Q577-173 607-186q-32-26-47.5-63.5T544-329q0-10.97 1.17-21.08 1.16-10.1 2.83-19.92-30-10-47-39.5T484-480q0-49 23.79-81.5 23.78-32.5 65.76-32.5 35.45 0 58.64 23.56Q655.38-546.88 662-509q18.42-8 37.92-12t40.08-4q15.34 0 30.17 2.5Q785-520 799-515q-6-60.53-33.68-112.59t-70.5-90.74Q652-757 597-778.5 542-800 480-800q-66 0-124.5 25t-102 68.5Q210-663 185-604.5T160-480q0 66 25 124.5t68.5 102Q297-210 355.5-185T480-160Zm76-237q11-31 31.5-56t47.5-42q-3-34-19.5-52.5T573.9-566q-26.9 0-44.4 22.5T512-480q0 35 12 55.5t32 27.5Zm184 264q-29 0-57-8t-52-25q-35 17-73.67 25.5Q518.67-132 480-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 0 129 25t107.5 68.5Q763-691 792-632t35 127q50 26 79.5 73T936-329q0 81-57.5 138.5T740-133Zm0-28q69.6 0 118.8-49.2T908-329q0-69.6-49.2-118.8T740-497q-69.6 0-118.8 49.2T572-329q0 69.6 49.2 118.8T740-161ZM409-556l-1-3h-97q-5.6 0-9.8-4-4.2-4-4.2-10t4-10q4-4 10-4h113q6 0 10.5 4.62 4.5 4.61 4.5 10.76V-557q0 3-2 7l-97 171q-3 5-9 6.5t-11-1.17q-5-3.33-6.5-8.83T315-393l94-163Z" }) })));
});
IconMaterialNestThermostatSensorW100.displayName = 'OnesyIconMaterialNestThermostatSensorW100';
exports.default = IconMaterialNestThermostatSensorW100;
;