@ant-design/web3-icons
Version:
A collection of Web3 icons.
57 lines (56 loc) • 7.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.EngColorful = 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", {
fill: "#ea259e",
d: "m1095 642 509 307-509 291-532-291z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#014c99",
d: "m563 960 532 290-3 592-529-280z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#08b0f9",
d: "m1095 1250 515-290 15 602-523 291z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#2f2f2f",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m2153 605-8-5-508-291L1105 4l-7-4-6 3a203 203 0 0 0-29 13L599 287 25 623C1 634 2 659 2 674v11l-1 852-1 316c-1 19 7 36 21 42l660 375 390 222c8 5 17 8 25 8a29 29 0 0 0 19-6l564-325 480-276c18-8 29-26 26-43l2-1197c3-28-20-41-34-48m-1059 76 465 270-464 267-158-89-312-177 469-271m528 233-504-293a40 40 0 0 0-46-1L562 916 98 653l324-189 673-393 619 355 378 217-470 271M66 708l462 262 9 576c-1 18 8 34 22 41l307 176 197 113v539L64 1847zm526 298 472 267-1 530-462-265zm535 871 197-114 304-174 3-2c6-3 13-8 18-15l3-4v-5l-1-382V971l472-273v465l-1 678-633 364-363 209 1-537m0-73v-531l465-268v532l-465 267"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1081 133c-14 2-26 11-32 23-6 14-5 29 2 39 8 12 21 19 36 19a73 73 0 0 0 8-1c17-2 30-14 33-29a38 38 0 0 0-9-38 41 41 0 0 0-38-13m27 175c-15-8-32-7-44 1-11 6-18 18-20 31-1 14 5 26 13 33a40 40 0 0 0 29 11 46 46 0 0 0 18-4c16-6 25-21 25-36 1-14-8-28-21-36m1 172c-14-9-31-9-44-2-12 6-20 18-21 32s5 29 16 36a41 41 0 0 0 26 8 46 46 0 0 0 18-4 39 39 0 0 0 5-70M430 1601c-15 4-26 16-29 31-3 16 2 31 13 40a37 37 0 0 0 25 9 39 39 0 0 0 9-1c13-3 24-12 28-23 7-14 5-31-7-44a37 37 0 0 0-39-12m1292 81a35 35 0 0 0 10-2c13-3 24-12 27-22 7-15 4-33-7-46a39 39 0 0 0-41-11c-14 4-25 16-28 31-3 16 3 31 14 40 6 7 15 10 25 10m-1438 5c-15 5-25 19-26 35-2 17 6 33 19 40a38 38 0 0 0 20 6 42 42 0 0 0 17-4c13-6 22-18 23-29 3-15-3-31-15-41a36 36 0 0 0-38-7m1580 80a39 39 0 0 0 14-2c14-5 24-17 25-29 4-15 0-30-12-41a38 38 0 0 0-40-8 43 43 0 0 0-12 72 40 40 0 0 0 25 8m-1690 9c-12-7-27-7-38 0-13 7-21 20-21 36s8 30 21 36a35 35 0 0 0 18 5 41 41 0 0 0 22-6c13-9 20-24 19-37 0-14-8-27-21-35m1809 69a36 36 0 0 0 24 9 39 39 0 0 0 15-3c14-6 24-20 25-32 3-16-4-32-18-41-13-9-29-9-41-1a42 42 0 0 0-20 34c-1 14 5 27 15 34"
})]
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2187 2500"
};
/** */
const EngColorful = exports.EngColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(_antd.ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-eng-colorful');
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, {
...props,
className: (0, _classnames.default)(prefixCls, props.className),
ref: ref,
component: (0, _utils.eraseDefaultProps)(SVGComponent)
});
});
EngColorful.displayName = 'EngColorful';