UNPKG

@ant-design/web3-icons

Version:
44 lines (43 loc) 3.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AstColorful = 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: "M551.8 549.9 400 701.7l-75.3-75.3c81.2-4.8 159.6-31.2 227.1-76.5zM695.7 394l-18.6-18.5L400 98.3 122.8 375.5 99 399.3l8.6 7.4c9.7 8.1 19.7 15.8 30 23 109.6 77.2 245.5 100.5 371 69.8 51.2-12.4 99.8-33.7 143.7-62.9 10.9-7.2 21.5-15 31.9-23.2 5.7-4.6 11.3-9.3 16.8-14.1zm-222.6 69.7c-82.7-50.8-177.9-77.5-274.9-77.1 126.4-55.1 281.5-62.6 423.7 19.2-45.3 28.8-95.9 48.5-148.8 57.9z", fill: "#2b71ff" }) }); }; SVGComponent.defaultProps = { viewBox: "99 98.3 602 603.4", xmlns: "http://www.w3.org/2000/svg" }; /**![AstColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9Ijk5IDk4LjMgNjAyIDYwMy40IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im01NTEuOCA1NDkuOS0xNTEuOCAxNTEuOC03NS4zLTc1LjNjODEuMi00LjggMTU5LjYtMzEuMiAyMjcuMS03Ni41em0xNDMuOS0xNTUuOS0xOC42LTE4LjUtMjc3LjEtMjc3LjItMjc3LjIgMjc3LjItMjMuOCAyMy44IDguNiA3LjRjOS43IDguMSAxOS43IDE1LjggMzAgMjMgMTA5LjYgNzcuMiAyNDUuNSAxMDAuNSAzNzEgNjkuOCA1MS4yLTEyLjQgOTkuOC0zMy43IDE0My43LTYyLjkgMTAuOS03LjIgMjEuNS0xNSAzMS45LTIzLjIgNS43LTQuNiAxMS4zLTkuMyAxNi44LTE0LjF6bS0yMjIuNiA2OS43Yy04Mi43LTUwLjgtMTc3LjktNzcuNS0yNzQuOS03Ny4xIDEyNi40LTU1LjEgMjgxLjUtNjIuNiA0MjMuNyAxOS4yLTQ1LjMgMjguOC05NS45IDQ4LjUtMTQ4LjggNTcuOXoiIGZpbGw9IiMyYjcxZmYiLz48L3N2Zz4=) */ const AstColorful = exports.AstColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(_antd.ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-ast-colorful'); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, { ...props, className: (0, _classnames.default)(prefixCls, props.className), ref: ref, component: (0, _utils.eraseDefaultProps)(SVGComponent) }); }); AstColorful.displayName = 'AstColorful';