UNPKG

@icongo/gi

Version:
33 lines (32 loc) 1.62 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GICloud = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GICloud = function GICloud(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 256 256" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 128, cy: 128, r: 128 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 128, cy: 128, r: 101, stroke: "#fff", strokeWidth: 18 }), /*#__PURE__*/(0, _jsxRuntime.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" })] })); }; exports.GICloud = GICloud;