@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 975 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 GYSiGlyphIceCream = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-ice-cream",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M9.513 16.906 12 8.042H7l2.513 8.864",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M11.775 2.732C11.459 1.725 10.617 1 9.617 1c-1.09 0-1.996.856-2.233 2.002-.021 0-.041-.008-.063-.008-1.27 0-2.298 1.159-2.298 2.589 0 1.261.694 2.308 1.754 2.538l5.529.124C13.248 7.87 14 6.63 14 5.44c0-1.432-.98-2.592-2.225-2.708Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphIceCream };