@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.62 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 IconMaterialHomeIotDeviceW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HomeIotDeviceW100', short_name: 'HomeIotDevice', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M272-240q43 0 73.5-29.87T376-343q0-29-16-56t-44-39l-8-4v-242q0-15-9.9-25.5T272-720q-14 0-25 10.5T236-684v242l-8 4q-29 13-44.5 39.14Q168-372.71 168-343q0 43.26 30.5 73.13Q229-240 272-240Zm-.5 28q-54.5 0-93-38.5T140-344q0-38.32 18.5-68.66Q177-443 208-460v-224q0-26.88 19-45.44T272-748q28 0 46 18.56T336-684v224q30 17 49 48t19 69q0 54-39 92.5T271.5-212ZM517-370q-41-26-71-69.5T416-546q0-84.17 58.88-143.08 58.88-58.92 143-58.92T761-689.08q59 58.91 59 143.08 0 63-30 106.5T719-370H517Zm8-28h189q35-26 56.5-63t21.5-85q0-71.78-51.16-122.89t-123-51.11Q546-720 495-668.89T444-546q0 49 23 86t58 62Zm93 186q-20 0-35-15t-15-35h100q0 20-15 35t-35 15Zm-76-90q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h152q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H542Zm-270-41Zm346-216Z" }) })));
});
IconMaterialHomeIotDeviceW100.displayName = 'OnesyIconMaterialHomeIotDeviceW100';
exports.default = IconMaterialHomeIotDeviceW100;
;