@icongo/gi
Version:
Game Icons
25 lines • 872 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 GIEye = 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 68c-28 0-56 20-80 60 48 80 112 80 160 0-24-40-52-60-80-60zm0 22c20.9 0 38 17.1 38 38s-17.1 38-38 38-38-17.1-38-38c0-8.3 2.72-16.1 7.31-22.3A16 16 0 0 0 96 112a16 16 0 0 0 16 16 16 16 0 0 0 16-16 16 16 0 0 0-16-16 16 16 0 0 0-6.4 1.35c6.3-4.61 14-7.35 22.4-7.35z"
})]
}));
export { GIEye };