UNPKG

@ant-design/web3-icons

Version:
49 lines (48 loc) 3.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LtcCircleColorful = 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)("circle", { cx: "41.3", cy: "41.3", r: "36.83", fill: "#fff" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M41.3 0a41.3 41.3 0 1 0 41.3 41.3A41.18 41.18 0 0 0 41.54 0Zm.7 42.7-4.3 14.5h23a1.16 1.16 0 0 1 1.2 1.12v.38l-2 6.9a1.49 1.49 0 0 1-1.5 1.1H23.2l5.9-20.1-6.6 2L24 44l6.6-2 8.3-28.2a1.51 1.51 0 0 1 1.5-1.1h8.9a1.16 1.16 0 0 1 1.2 1.12v.38l-7 23.8 6.6-2-1.4 4.8Z", fill: "#345d9d" })] }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 82.6 82.6" }; /**![LtcCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIGlkPSJhbnQtd2ViMy1pY29uLWx0Yy1jaXJjbGUtY29sb3JmdWwtTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgODIuNiA4Mi42Ij48dGl0bGU+bGl0ZWNvaW4tbHRjLWxvZ288L3RpdGxlPjxjaXJjbGUgY3g9IjQxLjMiIGN5PSI0MS4zIiByPSIzNi44MyIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik00MS4zLDBBNDEuMyw0MS4zLDAsMSwwLDgyLjYsNDEuM2gwQTQxLjE4LDQxLjE4LDAsMCwwLDQxLjU0LDBaTTQyLDQyLjcsMzcuNyw1Ny4yaDIzYTEuMTYsMS4xNiwwLDAsMSwxLjIsMS4xMnYuMzhsLTIsNi45YTEuNDksMS40OSwwLDAsMS0xLjUsMS4xSDIzLjJsNS45LTIwLjEtNi42LDJMMjQsNDRsNi42LTIsOC4zLTI4LjJhMS41MSwxLjUxLDAsMCwxLDEuNS0xLjFoOC45YTEuMTYsMS4xNiwwLDAsMSwxLjIsMS4xMnYuMzhMNDMuNSwzOGw2LjYtMi0xLjQsNC44WiIgc3R5bGU9ImZpbGw6IzM0NWQ5ZCIvPjwvc3ZnPg==) */ const LtcCircleColorful = exports.LtcCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(_antd.ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-ltc-circle-colorful'); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, { ...props, className: (0, _classnames.default)(prefixCls, props.className), ref: ref, component: (0, _utils.eraseDefaultProps)(SVGComponent) }); }); LtcCircleColorful.displayName = 'LtcCircleColorful';