@icongo/gi
Version:
Game Icons
25 lines • 964 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 GILeaf = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 256 256"
}, props, {
children: [/*#__PURE__*/_jsx("circle", {
cx: 128,
cy: 128,
r: 128
}), /*#__PURE__*/_jsx("circle", {
cx: 128,
cy: 128,
r: 101,
stroke: "#fff",
strokeWidth: 18
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "m167.113 57.102-.992 21.603 13.16 7.697.621-21.726-12.789-7.574zm-14.129 26.582c-11.305.147-22.5 6.311-28.892 12.279-22.41 26.033-23.614 74.596-53.223 88.01v.002c36.856 13.126 78.422 2.292 102.5-27.961 18.15-23.496 14.895-47.259 3.16-60.975-8.66 30.452-30.28 52.776-56.718 61.549 23.525-13.791 40.411-43.059 44.341-70.815-3.619-1.518-7.4-2.138-11.168-2.09z"
})]
}));
export { GILeaf };