@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.69 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 IconMaterialNestThermostatSensorEuFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestThermostatSensorEuFilled', short_name: 'NestThermostatSensorEu', 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 41ZM425-365q8 0 13.5-6t5.5-14q0-8-5.5-13.5T425-404h-74l-1-2q20-20 33.5-33t21.5-21q18-18 27.5-36t9.5-37q0-27-20.5-47T365-600q-26 0-47 15t-28 38l-2 8q0 9 6.5 15t15.5 6q7 0 12.5-4.5T330-534q4-11 13.5-18t20.5-7q23 0 27.5 12.5T396-531q0 8-3 16.5T375-489q-7 8-23.5 24.5L315-428l-17 17q-2 2-6 14v12q0 8 6 14t14 6h113Z" }) })));
});
IconMaterialNestThermostatSensorEuFilled.displayName = 'OnesyIconMaterialNestThermostatSensorEuFilled';
exports.default = IconMaterialNestThermostatSensorEuFilled;
;