@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 923 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 GYSiGlyphDocumentStar = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-document-star",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M8 .058 2.008 0v15.954H14V5H7.977C7.964 5 8 .058 8 .058Zm1.052 9.165h3.056l-2.471 1.806.943 2.924-2.471-1.808-2.473 1.808.943-2.924-2.471-1.806h3.056l.943-3.27.945 3.27Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M9.024.016v3.979h4.947L9.024.016Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphDocumentStar };