@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 794 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphSquareStar = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-square-star",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.628.021H2.352a1.33 1.33 0 0 0-1.33 1.331v13.275c0 .734.596 1.331 1.33 1.331h13.276c.734 0 1.33-.597 1.33-1.331V1.352a1.33 1.33 0 0 0-1.33-1.331Zm-3.23 13.484-3.385-1.883-3.385 1.883.646-3.987-2.737-2.824 3.783-.58 1.693-3.628 1.692 3.628 3.784.58-2.738 2.824.647 3.987Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphSquareStar };