@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.48 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphShield = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphShield = function GYSiGlyphShield(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-shield",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m3.068 1.976.005 6.042c0 4.988 5.948 7.961 5.948 7.961s5.95-2.807 5.95-7.977l.001-6.026S12.308.036 9.021.036c-3.289 0-5.953 1.94-5.953 1.94Zm10.979 6.255c0 3.944-4.723 6.682-5.045 6.837v.015l-.015-.007-.015.007v-.015c-.322-.155-5.045-2.893-5.045-6.837l-.004-5.664S6.181.992 8.972.979V.978l.015.001.015-.001v.001c2.791.013 5.049 1.588 5.049 1.588l-.004 5.664Zm-1.108.16c0 3.435-3.671 5.462-3.922 5.597V14s-.01-.004-.011-.006L8.994 14v-.013c-.251-.135-3.921-2.162-3.921-5.597l-.004-4.929s1.756-1.37 3.925-1.382h.023c2.17.012 3.924 1.382 3.924 1.382l-.002 4.93Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphShield = GYSiGlyphShield;