UNPKG

@ant-design/web3-icons

Version:
58 lines (57 loc) 3.49 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlockCircleColorful = 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", r: "16", fill: "#101341", fillRule: "nonzero" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#FFF", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11.022 7H21.25l5.25 9-5.25 9H10.931l5.16-9-5.07-9zm5.43 3.166L19.803 16l-3.35 5.834h2.988L22.789 16l-3.35-5.834h-2.986z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { opacity: ".5", d: "M12.113 11.026 9.211 16l2.876 4.93-1.839 3.209L5.5 16l4.789-8.211z" })] })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg" }; /**![BlockCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiMxMDEzNDEiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik0xMS4wMjIgN0gyMS4yNWw1LjI1IDktNS4yNSA5SDEwLjkzMWw1LjE2LTktNS4wNy05em01LjQzIDMuMTY2TDE5LjgwMyAxNmwtMy4zNSA1LjgzNGgyLjk4OEwyMi43ODkgMTZsLTMuMzUtNS44MzRoLTIuOTg2eiIvPjxwYXRoIG9wYWNpdHk9Ii41IiBkPSJNMTIuMTEzIDExLjAyNkw5LjIxMSAxNmwyLjg3NiA0LjkzLTEuODM5IDMuMjA5TDUuNSAxNmw0Ljc4OS04LjIxMXoiLz48L2c+PC9nPjwvc3ZnPg==) */ const BlockCircleColorful = exports.BlockCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(_antd.ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-block-circle-colorful'); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, { ...props, className: (0, _classnames.default)(prefixCls, props.className), ref: ref, component: (0, _utils.eraseDefaultProps)(SVGComponent) }); }); BlockCircleColorful.displayName = 'BlockCircleColorful';