@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.16 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphShield2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphShield2 = function GYSiGlyphShield2(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-2",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.99.062c-3.307 0-5.988 1.944-5.988 1.944l.006 6.054c0 4.999 5.982 7.888 5.982 7.888s5.983-2.722 5.983-7.903c0-5.18.002-6.038.002-6.038S12.295.062 8.99.062Zm.063 13.994s-5.1-2.26-5.1-6.17l-.004-5.419S6.234.946 9.053.946v13.11Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphShield2 = GYSiGlyphShield2;