@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 840 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphCandy = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-candy",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.484.037c-1.494 0-2.791.786-3.469 1.947h6.936C11.275.823 9.977.037 8.484.037Zm4.24 2.984H4.278c-.137 0-.248.102-.248.226v2.498c0 .124.111.225.248.225h8.446c.138 0 .248-.101.248-.225V3.247c0-.124-.111-.226-.248-.226Zm-.742 3.985H5.009c.584 1.052 1.742 1.802 2.99 1.997v6.95h.262v.031h.597v-.031h.126V9.021a3.98 3.98 0 0 0 2.998-2.015Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphCandy };