@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.16 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 IconMaterialShieldWithHouseFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ShieldWithHouseFilled', short_name: 'ShieldWithHouse', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M400-320q0-17 11.5-28.5T440-360h80q17 0 28.5 11.5T560-320v184q0 8 7 13t15 1q68-38 117-97.5T772-353L480-579 188-353q24 73 72.5 132T376-124q8 5 16 0t8-14v-182ZM160-705v189q0 18 1.5 40t5.5 39l264-205q22-17 49-17t49 17l264 205q4-17 5.5-39t1.5-40v-189q0-25-14.5-45T748-779l-240-90q-14-5-28-5t-28 5l-240 90q-23 9-37.5 29T160-705Z" }) })));
});
IconMaterialShieldWithHouseFilled.displayName = 'OnesyIconMaterialShieldWithHouseFilled';
exports.default = IconMaterialShieldWithHouseFilled;
;