@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 844 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphMushrooms = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-mushrooms",
viewBox: "0 0 16 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.002 1C4.149 1 1.025 4.446 1.025 7.115c0 2.666 3.124 2.869 6.977 2.869 3.854 0 6.978-.203 6.978-2.869C14.979 4.446 11.855 1 8.002 1Zm-.08 10.169c-1.047 0-2.032-.019-2.892-.115-.001.087-.005.172-.005.259 0 3.142-3.579 5.688 2.945 5.688 6.525 0 2.947-2.546 2.947-5.688.001-.092-.003-.182-.004-.273-.884.107-1.903.129-2.991.129Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphMushrooms };