@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 655 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphStarCross = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-star-cross",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.601 6.4 8 0 6.398 6.4 0 8l6.398 1.601L8 16l1.601-6.399L16 8 9.601 6.4ZM8 9.334a1.333 1.333 0 1 1 .003-2.667A1.333 1.333 0 0 1 8 9.334Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphStarCross };