@ant-design/web3-icons
Version:
A collection of Web3 icons.
50 lines (49 loc) • 6.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.EtnColorful = 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)("path", {
d: "m1720.15 991.52 204 154.4 129 97.48-144.1 73.26-289.41 147.74 99.3 68.42 138.65 96.27-150.16 77.5-920.31 474.69a1036.16 1036.16 0 0 0 499.52 128.36c572.17 0 1036-463.79 1036-1036a1029.91 1029.91 0 0 0-240.37-663.6l-362.12 381.48ZM810.82 1581l-204-155-129-97.48 144.1-73.26 289.41-147.76-99.3-69-138.65-96.29 150.16-77.5 969.36-500.12a1025.57 1025.57 0 0 0-548-156.82c-572.17 0-1036 463.79-1036 1036 0 265.8 100.51 508.6 265.2 692.06L810.82 1581Z",
fill: "#091b26"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M395.37 1987.77c-182.85-200.41-294.26-466.82-294.26-758.66 0-621.82 506.18-1128 1128-1128 229.47 0 452.89 69.63 641.2 201l100.51-52.07C1765 93.24 1507.63 0 1229.11 0 551.59 0 0 551.59 0 1229.11 0 1550 123.52 1841.85 325.14 2061l70.23-73.26ZM2129.48 532.4c167.72 196.78 269.44 452.29 269.44 730.2 0 621.82-506.18 1128-1128 1128-210.7 0-417.17-58.73-595.18-170.14l-103.54 53.28c205.26 142.29 449.26 218 698.72 218 677.52 0 1229.11-551.59 1229.11-1229.11 0-307-113.22-588.52-300.31-804.07l-70.23 73.87Z",
fill: "#091b26"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m674.93 1350.59 294.26 222.81-664.81 700.54 1321.75-681.76-238.56-165.29 440.18-225.24-294.26-222.82 664.81-699.92L876.56 960.67 1115.11 1126l-440.18 224.59Z",
fill: "#23bee2"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2500.03 2491.71"
};
/** */
const EtnColorful = exports.EtnColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(_antd.ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-etn-colorful');
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, {
...props,
className: (0, _classnames.default)(prefixCls, props.className),
ref: ref,
component: (0, _utils.eraseDefaultProps)(SVGComponent)
});
});
EtnColorful.displayName = 'EtnColorful';