@icongo/gi
Version:
Game Icons
25 lines • 1.23 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 GICloud = 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: "M161.973 78.337a45.187 37.1 0 0 0-30.139 9.516 18.003 21.403 70.24 0 0-24.918-6.965 18.003 21.403 70.24 0 0-14.932 19.322 42.575 31.039 0 0 0-.568-.022 42.575 31.039 0 0 0-42.576 31.04 42.575 31.039 0 0 0 20.14 26.357 20.192 11.588 0 0 0-6.472 8.488 20.192 11.588 0 0 0 20.191 11.59 20.192 11.588 0 0 0 20.194-11.59 20.192 11.588 0 0 0-1.745-4.676 42.575 31.039 0 0 0 5.168-1.113 21.479 18.996 0 0 0 18.555 9.477 21.479 18.996 0 0 0 15.438-5.819 20.362 25.322 63.675 0 0 .574 1.36 20.362 25.322 63.675 0 0 31.724 7.021 20.362 25.322 63.675 0 0 14.827-26.28 45.187 37.1 0 0 0 19.726-30.605 45.187 37.1 0 0 0-45.187-37.101z"
})]
}));
export { GICloud };