@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphCandyStick = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-candy-stick",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M11.75.468A5.582 5.582 0 0 0 10.682.13 5.476 5.476 0 0 0 9.496.009 5.351 5.351 0 0 0 7.28.527a4.487 4.487 0 0 0-2.013 1.908C5.216 2.528.146 13.977.146 13.977c-.318.72.014 1.56.738 1.872a1.449 1.449 0 0 0 1.898-.743L7.751 3.844c.223-.503.723-.847 1.346-.952.127-.021.256-.037.393-.037a2.735 2.735 0 0 1 1.797.66l.635.825c.195.434.23.899.045 1.318a1.41 1.41 0 0 0 .67 1.834c.025.013.045.028.07.039.502.217 1.083.102 1.494-.229.168-.137.312-.308.404-.513.164-.374.264-.758.317-1.146.281-2.067-.967-4.229-3.172-5.175Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphCandyStick };