UNPKG

@ant-design/web3-icons

Version:
47 lines (46 loc) 3.33 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HtColorful = 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: "M57.8 41.8c0-19.5-9.4-36.3-16.6-41.8 0 0-.5-.3-.5.5-.6 37.7-19.7 48-30.3 61.7-24.3 31.8-1.7 66.6 21.3 73 12.9 3.6-3-6.4-5-27.4-2.4-25.5 31.1-44.9 31.1-66", fill: "#282e5b" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M70.4 54.7c-.1-.1-.3-.1-.5 0l-.1.1c-.4 4.7-5.6 14.9-12.1 24.2-22.1 31.6-9.5 46.8-2.4 55 4.1 4.8 0 0 10.3-4.9.8-.4 20-10.6 22.1-33.7 2.1-22.5-12.2-36.6-17.3-40.7", fill: "#059bdc" })] }); }; SVGComponent.defaultProps = { viewBox: "0 0 88 135.9", xmlns: "http://www.w3.org/2000/svg" }; /**![HtColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDg4IDEzNS45IiB2aWV3Qm94PSIwIDAgODggMTM1LjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTU3LjggNDEuOGMwLTE5LjUtOS40LTM2LjMtMTYuNi00MS44IDAgMC0uNS0uMy0uNS41LS42IDM3LjctMTkuNyA0OC0zMC4zIDYxLjctMjQuMyAzMS44LTEuNyA2Ni42IDIxLjMgNzMgMTIuOSAzLjYtMy02LjQtNS0yNy40LTIuNC0yNS41IDMxLjEtNDQuOSAzMS4xLTY2IiBmaWxsPSIjMjgyZTViIi8+PHBhdGggZD0ibTcwLjQgNTQuN2MtLjEtLjEtLjMtLjEtLjUgMCAwIDAgMCAwLS4xLjEtLjQgNC43LTUuNiAxNC45LTEyLjEgMjQuMi0yMi4xIDMxLjYtOS41IDQ2LjgtMi40IDU1IDQuMSA0LjggMCAwIDEwLjMtNC45LjgtLjQgMjAtMTAuNiAyMi4xLTMzLjcgMi4xLTIyLjUtMTIuMi0zNi42LTE3LjMtNDAuNyIgZmlsbD0iIzA1OWJkYyIvPjwvc3ZnPg==) */ const HtColorful = exports.HtColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(_antd.ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-ht-colorful'); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, { ...props, className: (0, _classnames.default)(prefixCls, props.className), ref: ref, component: (0, _utils.eraseDefaultProps)(SVGComponent) }); }); HtColorful.displayName = 'HtColorful';