@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 738 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphShieldStar = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-shield-star",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8 0C4.688 0 2 1.958 2 1.958l.005 6.098C2.005 13.091 8.002 16 8.002 16S14 13.259 14 8.041V1.958S11.314 0 8 0Zm1.607 7.875.955 2.939-2.5-1.816-2.502 1.816.955-2.939-2.5-1.816h3.091l.956-2.94.955 2.94h3.091L9.607 7.875Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphShieldStar };