UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.24 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 IconMaterialHomeW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HomeW100', short_name: 'Home', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M240-200h156v-204q0-12.75 8.63-21.38Q413.25-434 426-434h108q12.75 0 21.38 8.62Q564-416.75 564-404v204h156v-344q0-8-3.5-14.5T707-570L499-727q-8-7-19-7t-19 7L253-570q-6 5-9.5 11.5T240-544v344Zm-28 0v-344q0-14.25 6.38-27 6.37-12.75 17.62-21l208-158q15.68-12 35.84-12Q500-762 516-750l208 158q11.25 8.25 17.63 21 6.37 12.75 6.37 27v344q0 11-8.5 19.5T720-172H566q-12.75 0-21.37-8.63Q536-189.25 536-202v-204H424v204q0 12.75-8.62 21.37Q406.75-172 394-172H240q-11 0-19.5-8.5T212-200Zm268-268Z" }) }))); }); IconMaterialHomeW100.displayName = 'OnesyIconMaterialHomeW100'; exports.default = IconMaterialHomeW100;