@icongo/gi
Version:
Game Icons
25 lines • 1.3 kB
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 GIIce = 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.133 49.472 98.398 66.735l16.032 27.789a35.849 35.849 0 0 0-8.432 4.889L89.967 71.64 60.282 88.87v33.958h32.211a36.405 36.405 0 0 0-.348 4.956c0 1.69.123 3.356.349 4.99H60.281v34.357l29.651 17.212 16.132-27.938a35.877 35.877 0 0 0 8.397 4.938L98.363 189.25l29.768 17.28 29.752-17.23-16.148-27.955a35.929 35.929 0 0 0 8.397-4.956l16.185 28.038 29.402-17.029v-34.624h-32.031c.226-1.634.35-3.298.35-4.99 0-1.679-.127-3.336-.35-4.955h32.03V88.587l-29.436-17.03L150.2 99.43a35.908 35.908 0 0 0-8.43-4.905l16.08-27.855-29.716-17.197zm-.05 52.136c14.485 0 26.193 11.689 26.193 26.176 0 14.488-11.705 26.176-26.193 26.176-14.488 0-26.176-11.69-26.176-26.176 0-14.486 11.69-26.176 26.176-26.176z"
})]
}));
export { GIIce };