UNPKG

@ant-design/web3-icons

Version:
43 lines (42 loc) 3.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IostColorful = 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.jsx)("path", { d: "M225 0 0 129.9v259.8l225 129.9 225-129.9V129.9L225 0zm4.6 420.8L56.9 322.3l.7-47.9 171.9 98.4 82.9-47.8-55.6-32.1-20.8 12-39-22.4 20.9-12.1-27.3-15.8-16.5 9.6-39.1-22.4 16.6-9.6-88.1-50.9 166-95.8 156.6 89.3-42 24.4-114.6-65.7-82.9 47.8 46.4 26.8 23.7-13.8 39.1 22.4-23.9 13.8 27.3 15.8 19.4-11.3 39.1 22.4-19.6 11.4 97.2 56.1-165.7 95.9z" }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 450 519.6" }; /**![IostColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ1MCA1MTkuNiI+PHRpdGxlPui1hOa6kCA3eGhkcGk8L3RpdGxlPjxwYXRoIGQ9Ik0yMjUgMEwwIDEyOS45djI1OS44bDIyNSAxMjkuOSAyMjUtMTI5LjlWMTI5LjlMMjI1IDB6bTQuNiA0MjAuOEw1Ni45IDMyMi4zbC43LTQ3LjkgMTcxLjkgOTguNCA4Mi45LTQ3LjgtNTUuNi0zMi4xLTIwLjggMTItMzktMjIuNCAyMC45LTEyLjEtMjcuMy0xNS44LTE2LjUgOS42LTM5LjEtMjIuNCAxNi42LTkuNi04OC4xLTUwLjkgMTY2LTk1LjggMTU2LjYgODkuMy00MiAyNC40LTExNC42LTY1LjctODIuOSA0Ny44IDQ2LjQgMjYuOCAyMy43LTEzLjggMzkuMSAyMi40LTIzLjkgMTMuOCAyNy4zIDE1LjggMTkuNC0xMS4zIDM5LjEgMjIuNC0xOS42IDExLjQgOTcuMiA1Ni4xLTE2NS43IDk1Ljl6Ii8+PC9zdmc+) */ const IostColorful = exports.IostColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(_antd.ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-iost-colorful'); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, { ...props, className: (0, _classnames.default)(prefixCls, props.className), ref: ref, component: (0, _utils.eraseDefaultProps)(SVGComponent) }); }); IostColorful.displayName = 'IostColorful';