UNPKG

@ant-design/web3-icons

Version:
52 lines (51 loc) 3.78 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SumoCircleColorful = 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: "#2D9CDB" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FFF", d: "M18.061 9.084c3.404 3.566 4.268 4.196 5.095 4.423-2.875-.36-4.497-.564-7.206-1.986l-1.71 1.99L25 15.9c-3.366 2.862-4.824 4.387-6.939 7.014H13.99c-1.789-2.618-2.982-3.468-5.28-4.527 3.058.282 4.758.47 7.24 1.94l1.861-2.09L7 15.9c2.514-2.072 3.977-3.454 6.989-6.816h4.072zm-3.821-.497c.93-1.145 1.31-1.702 1.81-2.587.49.912.869 1.475 1.76 2.587h-3.57zm3.57 14.826C16.879 24.558 16.498 25.115 16 26c-.49-.912-.87-1.475-1.76-2.587h3.57z" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32" }; /**![SumoCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIj48ZyBmaWxsPSJub25lIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNiIgZmlsbD0iIzJEOUNEQiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xOC4wNjEgOS4wODRjMy40MDQgMy41NjYgNC4yNjggNC4xOTYgNS4wOTUgNC40MjMtMi44NzUtLjM2LTQuNDk3LS41NjQtNy4yMDYtMS45ODZsLTEuNzEgMS45OUwyNSAxNS45Yy0zLjM2NiAyLjg2Mi00LjgyNCA0LjM4Ny02LjkzOSA3LjAxNEgxMy45OWMtMS43ODktMi42MTgtMi45ODItMy40NjgtNS4yOC00LjUyNyAzLjA1OC4yODIgNC43NTguNDcgNy4yNCAxLjk0bDEuODYxLTIuMDlMNyAxNS45YzIuNTE0LTIuMDcyIDMuOTc3LTMuNDU0IDYuOTg5LTYuODE2aDQuMDcyem0tMy44MjEtLjQ5N2MuOTMtMS4xNDUgMS4zMS0xLjcwMiAxLjgxLTIuNTg3LjQ5LjkxMi44NjkgMS40NzUgMS43NiAyLjU4N2gtMy41N3ptMy41NyAxNC44MjZDMTYuODc5IDI0LjU1OCAxNi40OTggMjUuMTE1IDE2IDI2Yy0uNDktLjkxMi0uODctMS40NzUtMS43Ni0yLjU4N2gzLjU3eiIvPjwvZz48L3N2Zz4=) */ const SumoCircleColorful = exports.SumoCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(_antd.ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-sumo-circle-colorful'); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, { ...props, className: (0, _classnames.default)(prefixCls, props.className), ref: ref, component: (0, _utils.eraseDefaultProps)(SVGComponent) }); }); SumoCircleColorful.displayName = 'SumoCircleColorful';