@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.17 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphShieldStar = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphShieldStar = function GYSiGlyphShieldStar(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-star",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphShieldStar = GYSiGlyphShieldStar;