@ant-design/web3-icons
Version:
A collection of Web3 icons.
110 lines • 6.77 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__*/_jsx("svg", {
...props,
children: /*#__PURE__*/_jsxs("g", {
transform: "translate(-3.163 -281.382) scale(1.60742)",
children: [/*#__PURE__*/_jsx("circle", {
transform: "rotate(-1.146 56.626 428.783)",
cx: "56.6",
cy: "428.8",
r: "34.9",
fill: "#de2813"
}), /*#__PURE__*/_jsx("circle", {
cx: "25.7",
cy: "358.2",
r: "23.7",
fill: "#e71619"
}), /*#__PURE__*/_jsx("circle", {
cx: "39.3",
cy: "281.7",
r: "20.9",
fill: "#eb6617",
fillOpacity: "0"
}), /*#__PURE__*/_jsx("circle", {
cx: "83.2",
cy: "218.5",
r: "18",
fill: "#ec6816"
}), /*#__PURE__*/_jsx("circle", {
cx: "157",
cy: "188.8",
r: "13.7",
fill: "#f2961b"
}), /*#__PURE__*/_jsx("circle", {
cx: "233.8",
cy: "199.6",
r: "11.4",
fill: "#f1c621"
}), /*#__PURE__*/_jsx("circle", {
cx: "295.8",
cy: "248.9",
r: "8.5",
fill: "#f3c620"
}), /*#__PURE__*/_jsx("circle", {
cx: "325.4",
cy: "321.2",
r: "19.8",
fill: "#156192"
}), /*#__PURE__*/_jsx("circle", {
cx: "314.7",
cy: "397.5",
r: "17.7",
fill: "#2090c0"
}), /*#__PURE__*/_jsx("circle", {
cx: "267.6",
cy: "458.3",
r: "13.8",
fill: "#338dcc"
}), /*#__PURE__*/_jsx("circle", {
cx: "194",
cy: "486.3",
r: "9.1",
fill: "#38bae8"
}), /*#__PURE__*/_jsx("circle", {
cx: "120.7",
cy: "475.6",
r: "6.3",
fill: "#36bbe6"
}), /*#__PURE__*/_jsx("circle", {
transform: "rotate(-3.17 39.484 281.585) scale(1.00003)",
cx: "39.5",
cy: "281.6",
r: "33.6",
fill: "#eb6617"
}), /*#__PURE__*/_jsx("path", {
d: "m115.5 310.2 27.9-15.9-.1 92.5-27.8 15.7v-92.3zM226.7 310.2l27.9-15.9-.1 92.5-27.8 15.7v-92.3zM171 310.2l27.9-15.9-.1 92.5-27.8 15.7v-92.3z",
fill: "#3f3f3f"
}), /*#__PURE__*/_jsx("path", {
d: "m88.5 293.7 27.3-16.1 27.6 16.7-27.9 15.9-27-16.5zM143.9 293.7l27.3-16.1 27.6 16.7-27.8 15.9-27.1-16.5zM199.7 293.8l27.3-16.1 27.6 16.7-27.9 15.9-27-16.5z",
fill: "#686a69"
})]
})
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 551.8 515"
};
/** */
export const EtpColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-etp-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
EtpColorful.displayName = 'EtpColorful';