UNPKG

@ant-design/web3-icons

Version:
52 lines (51 loc) 3.68 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GscCircleColorful = void 0; var React = _interopRequireWildcard(require("react")); var _icons = _interopRequireDefault(require("@ant-design/icons")); var _antd = require("antd"); var _classnames = _interopRequireDefault(require("classnames")); var _utils = require("../utils"); var _jsxRuntime = require("react/jsx-runtime"); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } // GENERATE BY ./scripts/generate.ts // DON NOT EDIT IT MANUALLY var SVGComponent = function SVGComponent(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", { ...props, children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "none", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: "16", cy: "16", r: "16", fill: "#FF0060" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M25.07 12.047h-9.148a3.876 3.876 0 1 0 3.628 5.224h-3.628a1.022 1.022 0 0 1-1.023-1.023v-.124a1.022 1.022 0 0 1 1.023-1.023h6.047c.044.282.065.567.062.852a6.109 6.109 0 1 1-6.109-6.139l.187-.031c.039.018.08.028.124.031h5.426c2.961 0 4.17-1.581 4.17-3.814h-9.907C10.45 6 6.01 10.433 6 15.907c-.008 5.474 4.418 9.92 9.892 9.938 5.474.017 9.927-4.402 9.953-9.876v-3.132a.775.775 0 0 0-.775-.79z", fill: "#FFF" })] }) }); }; SVGComponent.defaultProps = { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg" }; /**![GscCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNiIgZmlsbD0iI0ZGMDA2MCIvPjxwYXRoIGQ9Ik0yNS4wNyAxMi4wNDdoLTkuMTQ4YTMuODc2IDMuODc2IDAgMSAwIDMuNjI4IDUuMjI0aC0zLjYyOGExLjAyMiAxLjAyMiAwIDAgMS0xLjAyMy0xLjAyM3YtLjEyNGExLjAyMiAxLjAyMiAwIDAgMSAxLjAyMy0xLjAyM2g2LjA0N2MuMDQ0LjI4Mi4wNjUuNTY3LjA2Mi44NTJhNi4xMDkgNi4xMDkgMCAxIDEtNi4xMDktNi4xMzlsLjE4Ny0uMDMxYy4wMzkuMDE4LjA4LjAyOC4xMjQuMDMxaDUuNDI2YzIuOTYxIDAgNC4xNy0xLjU4MSA0LjE3LTMuODE0aC05LjkwN0MxMC40NSA2IDYuMDEgMTAuNDMzIDYgMTUuOTA3Yy0uMDA4IDUuNDc0IDQuNDE4IDkuOTIgOS44OTIgOS45MzggNS40NzQuMDE3IDkuOTI3LTQuNDAyIDkuOTUzLTkuODc2di0zLjEzMmEuNzc1Ljc3NSAwIDAgMC0uNzc1LS43OXoiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+) */ const GscCircleColorful = exports.GscCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(_antd.ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-gsc-circle-colorful'); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, { ...props, className: (0, _classnames.default)(prefixCls, props.className), ref: ref, component: (0, _utils.eraseDefaultProps)(SVGComponent) }); }); GscCircleColorful.displayName = 'GscCircleColorful';