UNPKG

@ant-design/web3-icons

Version:
57 lines (56 loc) 3.38 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VthoCircleColorful = 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.jsxs)("g", { fill: "none", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: "16", cy: "16", r: "16", fill: "#2A5284" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#FFF", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fillOpacity: ".704", d: "M20.272 5.058h3.023l-5.682 7.584h5.099l-12.18 14.3 3.94-10.104h-4.45l4.487-11.78z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M20.272 5.058h.182l-5.107 8.713h4.67l-9.485 13.17 3.94-10.103h-4.45l4.487-11.78z" })] })] }) }); }; SVGComponent.defaultProps = { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg" }; /**![VthoCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNiIgZmlsbD0iIzJBNTI4NCIvPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGZpbGwtb3BhY2l0eT0iLjcwNCIgZD0iTTIwLjI3MiA1LjA1OGgzLjAyM2wtNS42ODIgNy41ODRoNS4wOTlsLTEyLjE4IDE0LjMgMy45NC0xMC4xMDRoLTQuNDVsNC40ODctMTEuNzh6Ii8+PHBhdGggZD0iTTIwLjI3MiA1LjA1OGguMTgybC01LjEwNyA4LjcxM2g0LjY3bC05LjQ4NSAxMy4xNyAzLjk0LTEwLjEwM2gtNC40NWw0LjQ4Ny0xMS43OHoiLz48L2c+PC9nPjwvc3ZnPg==) */ const VthoCircleColorful = exports.VthoCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(_antd.ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-vtho-circle-colorful'); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, { ...props, className: (0, _classnames.default)(prefixCls, props.className), ref: ref, component: (0, _utils.eraseDefaultProps)(SVGComponent) }); }); VthoCircleColorful.displayName = 'VthoCircleColorful';