UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 979 B
"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 IconMaterialHomeMiniW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HomeMiniW100Filled', short_name: 'HomeMini', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-708q65 0 127.5 14T719-651.5q49 28.5 79 71T828-480H132q0-58 30-100.5t79-71Q290-680 352.5-694T480-708ZM360-252q-87 0-151-57t-75-143h692q-11 86-75 143t-151 57H360Z" }) }))); }); IconMaterialHomeMiniW100Filled.displayName = 'OnesyIconMaterialHomeMiniW100Filled'; exports.default = IconMaterialHomeMiniW100Filled;