UNPKG

@ant-design/web3-icons

Version:
51 lines (50 loc) 3.65 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RdnCircleColorful = 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: "#2A2A2A" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FFF", d: "M10 6.006h8.111c.098-.03.148.06.212.11a14.88 14.88 0 0 1 2.046 2.39 15.153 15.153 0 0 1 1.972 3.946c.482 1.484.71 3.054.65 4.614h-4.135a5 5 0 0 0 .022-.624c-.043-1.471-.497-2.914-1.212-4.192-.765-1.369-1.833-2.55-3.047-3.531-1.322-1.069-2.81-1.913-4.36-2.595-.086-.04-.176-.072-.259-.118zm3.002 7.327a4715.11 4715.11 0 0 1 4.155 7.533c.333.606.67 1.21 1 1.817C16.436 23.785 14.72 24.897 13 26V13.333z" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg" }; /**![RdnCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPjxnIGZpbGw9Im5vbmUiPjxjaXJjbGUgY3g9IjE2IiBjeT0iMTYiIHI9IjE2IiBmaWxsPSIjMkEyQTJBIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTEwIDYuMDA2aDguMTExYy4wOTgtLjAzLjE0OC4wNi4yMTIuMTFhMTQuODggMTQuODggMCAwIDEgMi4wNDYgMi4zOSAxNS4xNTMgMTUuMTUzIDAgMCAxIDEuOTcyIDMuOTQ2Yy40ODIgMS40ODQuNzEgMy4wNTQuNjUgNC42MTRoLTQuMTM1YTUgNSAwIDAgMCAuMDIyLS42MjRjLS4wNDMtMS40NzEtLjQ5Ny0yLjkxNC0xLjIxMi00LjE5Mi0uNzY1LTEuMzY5LTEuODMzLTIuNTUtMy4wNDctMy41MzEtMS4zMjItMS4wNjktMi44MS0xLjkxMy00LjM2LTIuNTk1LS4wODYtLjA0LS4xNzYtLjA3Mi0uMjU5LS4xMTh6bTMuMDAyIDcuMzI3YTQ3MTUuMTEgNDcxNS4xMSAwIDAgMSA0LjE1NSA3LjUzM2MuMzMzLjYwNi42NyAxLjIxIDEgMS44MTdDMTYuNDM2IDIzLjc4NSAxNC43MiAyNC44OTcgMTMgMjZWMTMuMzMzeiIvPjwvZz48L3N2Zz4=) */ const RdnCircleColorful = exports.RdnCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(_antd.ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-rdn-circle-colorful'); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, { ...props, className: (0, _classnames.default)(prefixCls, props.className), ref: ref, component: (0, _utils.eraseDefaultProps)(SVGComponent) }); }); RdnCircleColorful.displayName = 'RdnCircleColorful';