UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.15 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 IconMaterialHouseWithShieldFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HouseWithShieldFilled', short_name: 'HouseWithShield', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M240-120q-33 0-56.5-23.5T160-200v-360q0-19 8.5-36t23.5-28l240-180q21-16 48-16t48 16l240 180q15 11 23.5 28t8.5 36v360q0 33-23.5 56.5T720-120H240Zm80-338q0 66 38 128t103 84q5 2 9.5 2.5t9.5.5q5 0 9.5-.5t9.5-2.5q65-22 103-84t38-128v-65q0-17-9-31.5T607-577l-100-50q-13-6-27-6t-27 6l-100 50q-15 8-24 22.5t-9 31.5v65Z" }) }))); }); IconMaterialHouseWithShieldFilled.displayName = 'OnesyIconMaterialHouseWithShieldFilled'; exports.default = IconMaterialHouseWithShieldFilled;