UNPKG

@ant-design/web3-icons

Version:
54 lines (53 loc) 3.59 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GameCircleColorful = 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", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: "16", cy: "16", fill: "#2d475b", r: "16" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M12.869 12.685h11.085v2.488H12.869zm11.085 4.144H24v6.543s-8.647 6.265-15.363-.552c0 0-3.68-3.732-2.346-9.168 0 0 1.058-6.771 9.108-7.6 0 0 4.967-.692 8.187 2.994l-1.932 1.888s-4.094-4.238-9.567-.92c0 0-4.462 2.487-2.622 8.752 0 0 2.024 5.436 8.371 4.33 0 0 2.162-.492 3.266-1.444v-2.335H12.87v-2.488z", fill: "#fff", fillRule: "nonzero" })] }) }); }; SVGComponent.defaultProps = { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg" }; /**![GameCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjE2IiBjeT0iMTYiIGZpbGw9IiMyZDQ3NWIiIHI9IjE2Ii8+PHBhdGggZD0iTTEyLjg2OSAxMi42ODVoMTEuMDg1djIuNDg4SDEyLjg2OXptMTEuMDg1IDQuMTQ0SDI0djYuNTQzcy04LjY0NyA2LjI2NS0xNS4zNjMtLjU1MmMwIDAtMy42OC0zLjczMi0yLjM0Ni05LjE2OCAwIDAgMS4wNTgtNi43NzEgOS4xMDgtNy42IDAgMCA0Ljk2Ny0uNjkyIDguMTg3IDIuOTk0bC0xLjkzMiAxLjg4OHMtNC4wOTQtNC4yMzgtOS41NjctLjkyYzAgMC00LjQ2MiAyLjQ4Ny0yLjYyMiA4Ljc1MiAwIDAgMi4wMjQgNS40MzYgOC4zNzEgNC4zMyAwIDAgMi4xNjItLjQ5MiAzLjI2Ni0xLjQ0NHYtMi4zMzVIMTIuODd2LTIuNDg4eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==) */ const GameCircleColorful = exports.GameCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(_antd.ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-game-circle-colorful'); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, { ...props, className: (0, _classnames.default)(prefixCls, props.className), ref: ref, component: (0, _utils.eraseDefaultProps)(SVGComponent) }); }); GameCircleColorful.displayName = 'GameCircleColorful';