@ant-design/web3-icons
Version:
A collection of Web3 icons.
50 lines • 5.38 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("ellipse", {
cx: "154.5",
cy: "154.3",
fill: "#fff",
rx: "151.2",
ry: "140.7"
}), /*#__PURE__*/_jsx("path", {
d: "M154 0C68.9 0 0 68.9 0 154s68.9 154 154 154 154-68.9 154-154S239.1 0 154 0zm3.1 286.7c-72.1 0-130.6-58.5-130.6-130.6S85 25.5 157.1 25.5 287.7 84 287.7 156.1s-58.5 130.6-130.6 130.6z",
fill: "#f6be1d"
}), /*#__PURE__*/_jsx("circle", {
cx: "157.2",
cy: "156.2",
fill: "#f6be1d",
r: "122.8"
}), /*#__PURE__*/_jsx("path", {
d: "M70.5 227.3c-3.6-21.8 2.5-38.7 5.5-46.7 10-26.7 28.8-42 38.2-48.5 14.3-9.9 28.3-14.3 37.5-16.3 1.8-.4 3.7-.9 5.5-1.4 6.8-2 15.5-4.8 25.5-8.5 12.1-4.5 18.6-6.9 26.8-11.5 11.1-6.2 18.5-12.5 25.5-18.5 7.2-6.2 16.4-15 25.8-26.7-1.3 8.8-4.1 21.5-10.3 35.7-3.9 8.7-7.4 16.7-14.7 25.2-14.8 17.3-34.4 24.2-43 27.2-.5.2-.1 0-21.3 7-2.6.8-13.8 4.5-16.3 5.4-9.6 3.1-32 11.8-50 34.1-24.9 30.9-23.6 65.6-23 74.2-4.1-6.3-9.4-16.8-11.7-30.7zm84-45.3c12-1.2 23-1.2 32.5-.7 5.8-.5 16.6-2.4 26.3-10.3 9.8-8 13.5-17.9 16.5-25.8 4-10.7 4.9-20.1 5-26.3-3.2 3.1-8.1 7.3-14.7 11.3-6.1 3.8-11.1 5.8-18.7 8.8-5.4 2.2-12.7 4.9-21.7 7.5-17.8 5.5-31.8 11.8-41.8 17-11 5.6-19.5 11.1-25 21.1-1.4 2.6-2.3 4.8-2.8 6.4 12-3.8 27-7.3 44.4-9zm-44.2 33c3.6-.6 8-1 25.5.8 4.6.5 8.9 1 12.7 1.5 11.6 1.5 23.4-.6 33.6-6.5 3.7-2.1 7.4-4.8 10.9-8.4 6.4-6.4 9.8-13.2 11.7-18-5.8 1-12.4 1.9-19.7 2.2-4.4.2-8.6.2-12.5 0-16-.6-28.8 1.8-37.3 4-14.3 3.7-31.5 8.1-40 22.8-2 3.5-3.1 6.8-3.7 9 7.5-4.6 14.1-6.6 18.8-7.4zm-14.5 27c1.4-.2 2.8-.3 4-.4 3.9-.1 7.8.4 11.6 1.5 4.2 1.2 8.8 2.3 13.8 3.2 3 .5 5.9.9 8.7 1.2 4.5.5 9 .2 13.4-.8 2.9-.7 6-1.8 9.2-3.5 12.8-7 17.4-19 18.5-22.2-2 1.6-5.1 3.7-9.2 5.3-5.8 2.3-10.7 2.4-15.8 2.5-3.6.1-8.3-.1-13.9-1.2-1.7-.3-3.3-.8-4.9-1.2-15.4-4.3-30.5-1.8-39.3 7.4-2.1 2.2-4.8 5.7-6.5 11.2 2.6-1.1 6.1-2.4 10.4-3z",
fill: "#fdfffa"
})]
});
};
SVGComponent.defaultProps = {
viewBox: "0 0 308 308",
xmlns: "http://www.w3.org/2000/svg"
};
/** */
export const EgtCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-egt-circle-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
EgtCircleColorful.displayName = 'EgtCircleColorful';