@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 962 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 GYSiGlyphChartPiece = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-chart-piece",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M9.392 1.049c-.349-.051-.562-.033-.925-.033-4.095 0-7.424 3.334-7.424 7.43s3.329 7.431 7.424 7.431c4.094 0 7.423-3.335 7.423-7.431 0-.346.044-.598-.002-.929l-7.399.961.903-7.429Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m11.375.047-.945 6.539 6.613-.928C16.638 2.764 14.314.466 11.375.047Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphChartPiece };