@icongo/gi
Version:
Game Icons
33 lines (32 loc) • 1.35 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GILeaf = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GILeaf = function GILeaf(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 256 256"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 128,
cy: 128,
r: 128
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 128,
cy: 128,
r: 101,
stroke: "#fff",
strokeWidth: 18
}), /*#__PURE__*/(0, _jsxRuntime.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"
})]
}));
};
exports.GILeaf = GILeaf;