@ant-design/web3-icons
Version:
A collection of Web3 icons.
307 lines (306 loc) • 22.6 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MergeColorful = void 0;
var _react = require("@inline-svg-unique-id/react");
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) {
const _id2 = (0, _react.useUniqueInlineId)();
const _id = (0, _react.useUniqueInlineId)();
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
...props,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M63 147.3v-39.2l-9.9 26.5 9.9 12.7z",
fill: "#205e2f"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m41.6 119.6 11.4 15 9.9-26.5v-.4l-21.3 11.9z",
fill: "#43b649"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m41.6 166.2 21.3-18.8-9.9-12.7-11.4 31.5z",
fill: "#1e3b1c"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m33.2 116.4 8.1 50 .4-.2 11.4-31.6-11.4-15-8.5-3.2z",
fill: "#139146"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m76.8 99.8 34.2 19.4-17.2-28.9-17 9.5z",
fill: "#55b8e9"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m93.8 90.3 17.2 28.9V80.6l-17.2 9.7z",
fill: "#4c8cb2"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M76.2 61v38.6l.6.2 17-9.5-17.4-29.1-.2-.2z",
fill: "#4091ce"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M111 80.4 76.4 61.2l17.4 29.1 17.2-9.7v-.2z",
fill: "#50b2d8"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M41.6 41.5V80l17.2-9.5-17.2-29z",
fill: "#076db5"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M58.8 70.5 41.6 80l34.6 19.6-17.4-29.1z",
fill: "#408fcd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m76.2 61-16.3-9.1-18.3-10.4 17.2 28.9L76.2 61z",
fill: "#257dc1"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m76.2 61.2-17.4 9.3 17.4 29.1V61.2z",
fill: "#076db5"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M41.6 80 20.9 49 0 56.7 41.6 80z",
fill: "#17b175"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 18.1v38.6L20.9 49 .2 18.3l-.2-.2z",
fill: "#0ca2c6"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M.2 18.3 20.9 49l20.5-7.7L17 27.6.2 18.3z",
fill: "#2d84c6"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M41.6 80V41.5l-.2-.2L20.9 49l20.7 31z",
fill: "#0ca0d2"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 96.4v46.7l20.9-11.7-20.7-35H0z",
fill: "#139146"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: _id,
gradientUnits: "userSpaceOnUse",
x1: ".244",
y1: "697.79",
x2: "41.444",
y2: "697.79",
gradientTransform: "translate(0 -583.89)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: "0",
stopColor: "#1e3b1c"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: ".355",
stopColor: "#43b649"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: "1",
stopColor: "#000"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m.2 96.4 20.7 35 20.5-11.7L.2 96.4z",
fill: `url(#${_id})`
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: _id2,
gradientUnits: "userSpaceOnUse",
x1: ".132",
y1: "732.69",
x2: "41.561",
y2: "732.69",
gradientTransform: "translate(0 -583.89)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: "0",
stopColor: "#1e3b1c"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: "1",
stopColor: "#000"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m0 143.1 17 9.5 7.7 4.2 17 9.5-20.7-35-21 11.8z",
fill: `url(#${_id2})`
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m20.9 131.4 20.7 35v-46.7l-20.7 11.7z",
fill: "#205e2f"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m.4 56.9-.4-.2v39.7l21.1-8.3L.4 56.9z",
fill: "#76c043"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m0 96.4 41.4 23.3h.2v-.7L21.1 88 0 96.4z",
fill: "#56b947"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m.4 56.9 20.7 31.2L41.4 80 .4 56.9z",
fill: "#34b44a"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m21.2 88.1 20.5 31V80h-.2l-20.3 8.1z",
fill: "#64bc46"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m54.7 97.2-13 22.5L63 107.8l-8.3-10.6z",
fill: "#56b947"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M41.6 80.2v39.5l13-22.5-13-17z",
fill: "#76c043"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M41.6 80v.2l13 17 4.3-7.3L41.6 80z",
fill: "#34b44a"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m54.7 97.2 8.3 10.5V91.9l-3.9-2-4.4 7.3z",
fill: "#64bc46"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M76 22.9 32.5.1l4.6 20.4L76 23.1v-.2z",
fill: "#1b3f71"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m37.1 20.5 4.6 21 .4.2 34-18.6-39-2.6z",
fill: "#025999"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M32.5.1 0 17.9l37.1 2.6L32.5.1z",
fill: "#0c2949"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 17.9v.2l41.6 23.5-4.6-21-37-2.7z",
fill: "#0e4c85"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m76.2 61 .4.2.2-.2 34-19.6-34.6.2V61z",
fill: "#358aca"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m76.2 41.5 34.6-.2L76 22.9l.2 18.6z",
fill: "#257dc1"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M76.2 61V41.5l-34.2.2L76.2 61z",
fill: "#408fcd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m42.1 41.7 34.2-.2-.2-18.6-34 18.8z",
fill: "#076db5"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M159 147.3v-39.2l9.7 26.5-9.7 12.7z",
fill: "#472a7d"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m180.4 119.6-11.6 15-9.7-26.5v-.4l21.3 11.9z",
fill: "#5c2d90"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m180.4 166.2-21.3-18.8 9.7-12.7 11.6 31.5z",
fill: "#22134c"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m188.8 116.4-8.1 50-.4-.2-11.6-31.6 11.6-15 8.5-3.2z",
fill: "#362265"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m145.2 99.8-34.4 19.4 17.4-28.9 17 9.5z",
fill: "#f8993a"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m128.2 90.3-17.4 28.9V80.6l17.4 9.7z",
fill: "#7e8281"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M145.6 61v38.6l-.4.2-17-9.5 17.2-29.1.2-.2z",
fill: "#e76c24"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m111 80.4 34.4-19.2-17.2 29.1-17.4-9.7.2-.2z",
fill: "#c87237"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M180.4 41.5v38.4L163 70.4l17.4-28.9z",
fill: "#f05423"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m163 70.5 17.4 9.5-34.8 19.6L163 70.5z",
fill: "#e43925"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m145.6 61 16.4-9.1 18.4-10.3L163 70.5l-17.4-9.3V61z",
fill: "#f3732a"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m145.6 61.2 17.4 9.3-17.4 29.1V61.2z",
fill: "#f15722"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m180.4 80 20.7-31 20.7 7.7L180.4 80z",
fill: "#ac2e7f"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M221.8 18.1v38.6L201.1 49l20.5-30.8.2-.1z",
fill: "#c23c5d"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M221.6 18.3 201.1 49l-20.5-7.7L205 27.5l16.6-9.2z",
fill: "#be3f26"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M180.4 80V41.5l.2-.2 20.5 7.7-20.7 31z",
fill: "#de2d26"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M221.8 96.4v46.7l-20.7-11.7 20.7-35z",
fill: "#362265"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m221.8 96.4-20.7 35-20.5-11.7 41.2-23.3z",
fill: "#5c2d90"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m221.8 143.1-16.8 9.5-7.9 4.2-16.8 9.5 20.7-35 20.8 11.8z",
fill: "#22134c"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m201.1 131.4-20.7 35v-46.7l20.7 11.7z",
fill: "#472a7d"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m221.3 56.9.4-.2v39.7l-20.9-8.3 20.5-31.2z",
fill: "#8e52a0"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m221.8 96.4-41.2 23.3h-.2v-.7l20.5-31 20.9 8.4z",
fill: "#71449a"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m221.4 56.9-20.5 31.2-20.3-8.1 40.8-23.1z",
fill: "#8d3293"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m200.9 88.1-20.5 31V80h.2l20.3 8.1z",
fill: "#824d9e"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m167.1 97.2 13.3 22.5-21.3-11.9 8-10.6z",
fill: "#71449a"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M180.4 80.2v39.5l-13.3-22.5 13.3-17z",
fill: "#8e52a0"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M180.4 80v.2l-13.3 17-4.1-7.3 17.4-9.9z",
fill: "#8d3293"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m167.1 97.2-8.1 10.5V91.9l3.9-2 4.2 7.3z",
fill: "#824d9e"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M145.8 22.9 189.3 0l-4.4 20.5-39.1 2.6v-.2z",
fill: "#ab2823"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m184.9 20.5-4.6 21-.4.2-34.2-18.6 39.2-2.6z",
fill: "#de2d26"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m189.3.1 32.5 17.8-36.9 2.6L189.3.1z",
fill: "#8e1e1c"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M221.8 17.9v.2l-41.4 23.5 4.6-21 36.8-2.7z",
fill: "#df4326"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m145.6 61-.4.2V61L111 41.4l34.8.2-.2 19.4z",
fill: "#f15722"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m145.8 41.5-34.8-.2 34.8-18.4v18.6z",
fill: "#f3732a"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m145.6 61 .2-19.4 34.2.2L145.6 61z",
fill: "#e43925"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m179.9 41.7-34.2-.2V22.9l34.2 18.8z",
fill: "#f05423"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M110.8 80.4h.2l34.2-19.2h-34.4v19.2z",
fill: "#f8993a"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m111 41.3-.2.2v19.6h34.4V61L111 41.3z",
fill: "#e76c24"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M111 80.4V61.2H76.6L111 80.4z",
fill: "#55b8e9"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m110.8 41.3-34 19.6-.2.2H111V41.5l-.2-.2z",
fill: "#4091ce"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 221.8 166.4",
xmlSpace: "preserve",
enableBackground: "new 0 0 221.8 166.4"
};
/** */
const MergeColorful = exports.MergeColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(_antd.ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-merge-colorful');
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, {
...props,
className: (0, _classnames.default)(prefixCls, props.className),
ref: ref,
component: (0, _utils.eraseDefaultProps)(SVGComponent)
});
});
MergeColorful.displayName = 'MergeColorful';