UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.2 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 IconMaterialShieldWithHouseW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ShieldWithHouseW100Filled', short_name: 'ShieldWithHouse', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M426-304q0-13 8.5-21.5T456-334h48q13 0 21.5 8.5T534-304v122q0 9 7.5 13t15.5 0q69-40 113-104t63-142L500-597q-9-7-20-7t-20 7L227-415q19 77 63 141t111 104q8 5 16.5 0t8.5-15v-119ZM212-682v166q0 17 2 36.5t4 36.5l225-175q17-13 37-13t37 13l225 175q2-17 4-36.5t2-36.5v-166q0-19-11-34.5T709-739l-208-77q-11-4-21-4t-21 4l-208 77q-17 7-28 22.5T212-682Z" }) }))); }); IconMaterialShieldWithHouseW100Filled.displayName = 'OnesyIconMaterialShieldWithHouseW100Filled'; exports.default = IconMaterialShieldWithHouseW100Filled;