UNPKG

@ant-design/web3-icons

Version:
53 lines (52 loc) 3.17 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UbqColorful = 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.jsxs)("svg", { ...props, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m1089.3 213 25.24 804.73L1785 594.08z", fill: "#333" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M1780.27 1436.69V590.93L819.54 1200v800h32.34", fill: "#494949" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m695.7 1787-25.24-804.75L0 1405.92z", fill: "#0ca579" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M4.73 563.31v845.76l960.73-608.28V0h-32.34", fill: "#00ea90" })] }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1785 2000" }; /**![UbqColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE3ODUgMjAwMCIgPjxwYXRoIGQ9Ik0xMDg5LjMgMjEzbDI1LjI0IDgwNC43M0wxNzg1IDU5NC4wOHoiIGZpbGw9IiMzMzMiLz48cGF0aCBkPSJNMTc4MC4yNyAxNDM2LjY5VjU5MC45M0w4MTkuNTQgMTIwMHY4MDBoMzIuMzQiIGZpbGw9IiM0OTQ5NDkiLz48cGF0aCBkPSJNNjk1LjcgMTc4N2wtMjUuMjQtODA0Ljc1TDAgMTQwNS45MnoiIGZpbGw9IiMwY2E1NzkiLz48cGF0aCBkPSJNNC43MyA1NjMuMzF2ODQ1Ljc2bDk2MC43My02MDguMjhWMGgtMzIuMzQiIGZpbGw9IiMwMGVhOTAiLz48L3N2Zz4=) */ const UbqColorful = exports.UbqColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(_antd.ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-ubq-colorful'); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, { ...props, className: (0, _classnames.default)(prefixCls, props.className), ref: ref, component: (0, _utils.eraseDefaultProps)(SVGComponent) }); }); UbqColorful.displayName = 'UbqColorful';