UNPKG

@ant-design/web3-icons

Version:
52 lines (51 loc) 3.58 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FuelCircleColorful = 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", fill: "#4096d0", r: "16" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M25.532 10h-6.495l-1.926 4.83h-6.074v-2.487h6.074L18 10H8.802a.43.43 0 0 0-.432.427v4.402H6.89L6 17.171h2.37v4.397c0 .238.196.432.438.432h4.451l.889-2.341h-3.111V17.17h5.037L14.148 22h2.963l2.074-4.83h6.38c.24 0 .435-.192.435-.429v-6.28a.465.465 0 0 0-.468-.461zm-2.05 4.46c0 .204-.167.37-.374.37h-3.034l1.037-2.486h1.995a.373.373 0 0 1 .377.368z", fill: "#fff" })] }) }); }; SVGComponent.defaultProps = { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg" }; /**![FuelCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiBmaWxsPSIjNDA5NmQwIiByPSIxNiIvPjxwYXRoIGQ9Ik0yNS41MzIgMTBoLTYuNDk1bC0xLjkyNiA0LjgzaC02LjA3NHYtMi40ODdoNi4wNzRMMTggMTBIOC44MDJhLjQzLjQzIDAgMCAwLS40MzIuNDI3djQuNDAySDYuODlMNiAxNy4xNzFoMi4zN3Y0LjM5N2MwIC4yMzguMTk2LjQzMi40MzguNDMyaDQuNDUxbC44ODktMi4zNDFoLTMuMTExVjE3LjE3aDUuMDM3TDE0LjE0OCAyMmgyLjk2M2wyLjA3NC00LjgzaDYuMzhjLjI0IDAgLjQzNS0uMTkyLjQzNS0uNDI5di02LjI4YS40NjUuNDY1IDAgMCAwLS40NjgtLjQ2MXptLTIuMDUgNC40NmMwIC4yMDQtLjE2Ny4zNy0uMzc0LjM3aC0zLjAzNGwxLjAzNy0yLjQ4NmgxLjk5NWEuMzczLjM3MyAwIDAgMSAuMzc3LjM2OHoiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+) */ const FuelCircleColorful = exports.FuelCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(_antd.ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-fuel-circle-colorful'); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, { ...props, className: (0, _classnames.default)(prefixCls, props.className), ref: ref, component: (0, _utils.eraseDefaultProps)(SVGComponent) }); }); FuelCircleColorful.displayName = 'FuelCircleColorful';