@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.45 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 IconMaterialNestRemoteComfortSensorW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestRemoteComfortSensorW100', short_name: 'NestRemoteComfortSensor', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialNestRemoteComfortSensorW100;
;