UNPKG

@ant-design/web3-icons

Version:
51 lines (50 loc) 3.72 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.XucCircleColorful = 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: "#25AAE3" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FFF", d: "M27 16c0 6.075-4.925 11-11 11S5 22.075 5 16C5 9.924 9.925 5 16 5s11 4.925 11 11zm-3.77.346c.007-.125 0 0 0-.127 0-3.607-2.665-6.811-6.122-7.35v-2.1l-2.24.698V8.87c-3.455.538-6.102 3.52-6.102 7.125 0 3.69 2.77 6.73 6.344 7.165v2.068l2.24-.698v-1.446a7.23 7.23 0 0 0 5.441-4.68H20.47a5.08 5.08 0 0 1-4.48 2.685 5.094 5.094 0 0 1-5.077-4.726l12.318-.017zM11.25 14.13a5.093 5.093 0 0 1 4.74-3.229 5.095 5.095 0 0 1 4.737 3.23h-9.476z" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg" }; /**![XucCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPjxnIGZpbGw9Im5vbmUiPjxjaXJjbGUgY3g9IjE2IiBjeT0iMTYiIHI9IjE2IiBmaWxsPSIjMjVBQUUzIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTI3IDE2YzAgNi4wNzUtNC45MjUgMTEtMTEgMTFTNSAyMi4wNzUgNSAxNkM1IDkuOTI0IDkuOTI1IDUgMTYgNXMxMSA0LjkyNSAxMSAxMXptLTMuNzcuMzQ2Yy4wMDctLjEyNSAwIDAgMC0uMTI3IDAtMy42MDctMi42NjUtNi44MTEtNi4xMjItNy4zNXYtMi4xbC0yLjI0LjY5OFY4Ljg3Yy0zLjQ1NS41MzgtNi4xMDIgMy41Mi02LjEwMiA3LjEyNSAwIDMuNjkgMi43NyA2LjczIDYuMzQ0IDcuMTY1djIuMDY4bDIuMjQtLjY5OHYtMS40NDZhNy4yMyA3LjIzIDAgMCAwIDUuNDQxLTQuNjhIMjAuNDdhNS4wOCA1LjA4IDAgMCAxLTQuNDggMi42ODUgNS4wOTQgNS4wOTQgMCAwIDEtNS4wNzctNC43MjZsMTIuMzE4LS4wMTd6TTExLjI1IDE0LjEzYTUuMDkzIDUuMDkzIDAgMCAxIDQuNzQtMy4yMjkgNS4wOTUgNS4wOTUgMCAwIDEgNC43MzcgMy4yM2gtOS40NzZ6Ii8+PC9nPjwvc3ZnPg==) */ const XucCircleColorful = exports.XucCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(_antd.ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-xuc-circle-colorful'); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, { ...props, className: (0, _classnames.default)(prefixCls, props.className), ref: ref, component: (0, _utils.eraseDefaultProps)(SVGComponent) }); }); XucCircleColorful.displayName = 'XucCircleColorful';