@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.23 kB
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 GYSiGlyphStrawberry = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-strawberry",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M8.367 2.084c.055-.154.58-.761.58-1.167S8.726 0 8.049 0c-.682 0-.982.511-.982.948 0 .396.525.97.582 1.114-7.258 0-5.432 5.919-5.432 5.919s2.031-3.882 3.84-4.237c-.002.096-.006.191-.006.287 0 2.734 1.996 4.951 1.996 4.951s1.809-2.217 1.809-4.951c0-.103-.004-.203-.006-.305 2.023.331 3.902 4.305 3.902 4.305s1.957-5.947-5.385-5.947Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M10.873 5.608c0 2.392-2.838 4.798-2.838 4.798S5.14 7.979 5.14 5.558c-1.193.947-2.016 2.833-2.589 3.588 0 0 2.302 6.854 5.476 6.854s5.446-6.729 5.446-6.729c-.455-.601-1.317-2.617-2.6-3.663Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphStrawberry };