UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.31 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 IconMaterialShieldQuestionFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ShieldQuestionFilled', short_name: 'ShieldQuestion', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-80q-139-35-229.5-159.5T160-516v-244l320-120 320 120v244q0 152-90.5 276.5T480-80Zm0-200q17 0 29.5-12.5T522-322q0-17-12.5-29.5T480-364q-17 0-29.5 12.5T438-322q0 17 12.5 29.5T480-280Zm1-124q12 0 21.5-9t9.5-21q1-7 3-13.5t6-12.5q7-10 15.5-18t16.5-16q17-17 29.5-38t12.5-46q0-45-34.5-73.5T480-680q-32 0-59 15t-43 42q-6 11-1.5 22t16.5 16q11 5 22-.5t19-14.5q9-11 20.5-16.5T480-622q22 0 38.5 13t16.5 33q0 17-10.5 31.5T501-518q-11 11-22 21.5T460-473q-5 8-7 18t-2 20q0 13 8.5 22t21.5 9Z" }) }))); }); IconMaterialShieldQuestionFilled.displayName = 'OnesyIconMaterialShieldQuestionFilled'; exports.default = IconMaterialShieldQuestionFilled;