@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCandyStick = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCandyStick = function GYSiGlyphCandyStick(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphCandyStick = GYSiGlyphCandyStick;