@icongo/gi
Version:
Game Icons
25 lines • 790 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 GIBody = 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: "M128 55.697A26.289 32.302 0 0 0 101.71 88 26.289 32.302 0 0 0 128 120.303 26.289 32.302 0 0 0 154.29 88 26.289 32.302 0 0 0 128 55.697zM128 134c-32 0-48 26-48 58h96c0-32-16-58-48-58z"
})]
}));
export { GIBody };