@icongo/gi
Version:
Game Icons
25 lines • 791 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 GIClub = 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: "M198 140.2a32.94 32.94 0 0 1-64.1 11.7c0 21.5 1.9 35.9 22.1 46.9H99.87c20.13-11 21.93-25.4 21.93-46.9a32.91 32.91 0 1 1-21.93-43 32.94 32.94 0 1 1 54.03 0 32.94 32.94 0 0 1 44.1 31.3z"
})]
}));
export { GIClub };