@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 958 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphMedalStar = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-medal-star",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "m8.007 5.996 1.071 3.02h3.54L9.74 11.318l1.094 3.489-2.865-2.157-2.864 2.157 1.094-3.489-2.85-2.302h3.54l1.118-3.02Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m8.007 1.947 2.276 6.039H11.5l.469-6.619S12.151.041 10.768.041H5.252c-1.361 0-1.235 1.305-1.235 1.305l.488 6.641h1.229l2.273-6.04Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphMedalStar };