@ant-design/web3-icons
Version:
A collection of Web3 icons.
108 lines • 6.4 kB
JavaScript
// GENERATE BY ./scripts/generate.ts
// DON NOT EDIT IT MANUALLY
import * as React from 'react';
import AntdIcon from '@ant-design/icons';
import { ConfigProvider } from 'antd';
import classnames from 'classnames';
import { eraseDefaultProps } from "../utils";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var SVGComponent = function SVGComponent(props) {
return /*#__PURE__*/_jsxs("svg", {
...props,
children: [/*#__PURE__*/_jsx("path", {
d: "M262.86 959.74 0 1222.55h525.68Z",
fill: "#a02870"
}), /*#__PURE__*/_jsx("path", {
d: "M525.61 1277.45H.09l262.75 262.79 262.77-262.79Z",
fill: "#80286c"
}), /*#__PURE__*/_jsx("path", {
d: "M882.15 920.93 619.31 658.11v525.61Z",
fill: "#c42c79"
}), /*#__PURE__*/_jsx("path", {
d: "M564.44 1183.72V658.11L301.62 920.93Z",
fill: "#a02870"
}), /*#__PURE__*/_jsx("path", {
d: "m921 882.1 262.8-262.77H658.14Z",
fill: "#c42c79"
}), /*#__PURE__*/_jsx("path", {
d: "M630.69 591.89v-.07Z",
fill: "#fff"
}), /*#__PURE__*/_jsx("path", {
d: "M921 301.62 658.11 564.46h525.66Z",
fill: "#e4327f"
}), /*#__PURE__*/_jsx("path", {
d: "M1540.24 262.82 1277.45 0v525.61Z",
fill: "#0a8b4b"
}), /*#__PURE__*/_jsx("path", {
d: "M1222.55 525.63V0L959.74 262.82Z",
fill: "#e4327f"
}), /*#__PURE__*/_jsx("path", {
d: "m882.15 1579-262.84-262.77v525.61Z",
fill: "#632a69"
}), /*#__PURE__*/_jsx("path", {
d: "m301.65 1579 262.81 262.79v-525.56Z",
fill: "#80286c"
}), /*#__PURE__*/_jsx("path", {
d: "m1579.05 882.1 262.81-262.77h-525.61Z",
fill: "#167b55"
}), /*#__PURE__*/_jsx("path", {
d: "M1316.23 564.44h525.63l-262.81-262.82Z",
fill: "#0a8b4b"
}), /*#__PURE__*/_jsx("path", {
d: "M1183.79 1935.49H658.11l262.82 262.84 262.86-262.84Z",
fill: "#402863"
}), /*#__PURE__*/_jsx("path", {
d: "m921 1617.85-262.84 262.77h525.56Z",
fill: "#632a69"
}), /*#__PURE__*/_jsx("path", {
d: "M1908.07 1211.15Z",
fill: "#fff"
}), /*#__PURE__*/_jsx("path", {
d: "m2198.35 920.93-262.81-262.79v525.56Z",
fill: "#21695e"
}), /*#__PURE__*/_jsx("path", {
d: "m1617.85 920.93 262.84 262.82V658.11Z",
fill: "#167b55"
}), /*#__PURE__*/_jsx("path", {
d: "m959.76 2237.14 262.79 262.79v-525.61Z",
fill: "#402863"
}), /*#__PURE__*/_jsx("path", {
d: "M1277.45 1974.34v525.57l262.81-262.77Zm301.6 224 262.84-262.84h-525.68Z",
fill: "#223160"
}), /*#__PURE__*/_jsx("path", {
d: "m1579.05 1617.85-262.77 262.77h525.53Z",
fill: "#1e4561"
}), /*#__PURE__*/_jsx("path", {
d: "M1935.56 1316.23v525.58L2198.35 1579Z",
fill: "#245661"
}), /*#__PURE__*/_jsx("path", {
d: "m1617.85 1579 262.84 262.82v-525.61Z",
fill: "#1e4561"
}), /*#__PURE__*/_jsx("path", {
d: "M2237.16 1540.24 2500 1277.42h-525.63Z",
fill: "#245661"
}), /*#__PURE__*/_jsx("path", {
d: "m2237.16 959.74-262.86 262.81H2500Z",
fill: "#21695e"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2500 2499.93"
};
/** */
export const TauColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-tau-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
TauColorful.displayName = 'TauColorful';