@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 739 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphShield2 = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphShield2 };