@ant-design/web3-icons
Version:
A collection of Web3 icons.
50 lines • 4.72 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("circle", {
cx: "253",
cy: "253",
r: "241.9",
fill: "#7abdc1",
fillOpacity: "0",
stroke: "#384a53",
strokeWidth: "22.1292",
strokeLinejoin: "bevel"
}), /*#__PURE__*/_jsx("path", {
d: "M288.6 477.6s10.9-10.9 5.3-14.3c-1.4-2.9-2.8-.5-4.2 4.7-.8 3.4-1.5-6.4.6-7.1 2-.8-7-8.8-8.8-9.5-1.9-.8 2-2.6 7 2.1 4.9 4.7 4.8 6 5.4 5.3.6-.7.2-3.2-.7-4.3-.9-1.1-5-9.9-4.4-9.7.6.2 6.3 6.5 7.9 10.7 1.7 4.1 1.6-7.8 1.6-7.8s1.3-4.8 1.9-6.2 1.8 3.2 1.8 3.2.9 5.6 3.6 7.6 2-2.7 2-2.7l-1-22.5 4.7-4.2s-.5 17.7 2.3 16.7 3.3-8.8 3.3-8.8 1.9-12.7 1.8-13.4 2.4-2.1 2.4-2.1l6.3-5.7s-.2 6.3 2.4 7.6c2.6 1.4 2.7-6.5 2.7-6.5l.9-7.7s34.2-27.5 41.1-29.1c6 6.1 5.9 16.2 3.4 19.2-2.4 3-24.6 32.9-24.6 32.9s-9.8-.7-11 2.1c-1.2 2.8 8.2 2.1 8.2 2.1L335 450.8c-10.8-4.3-25.7 3.2-27.4 5.9 0 0-1.2 1.7 2.4 1.9 3.6.2 29.2.4 29.2.4l-10.5 2.8s-20.4-.2-22.2-1.2-.7 1.7-.7 1.7 3.6 6.3 10.8 7.9c7.2 1.6-7.2-.8-7.2-.8s-5.7-1.4-7.3-5.8c-1.6-4.3-1.9 1.2-1.9 1.2s2.9 6.7 7.9 8.1c4.9 1.4-2.9.1-2.9.1s-6.7-2.6-7.3-4.3c-.6-1.7-1.7 1.9-1.7 1.9s-5.9 7.2-7.5 7.4c-1.6.2-.1-.4-.1-.4z",
transform: "translate(-790.7 -1093.447) scale(3.1613)",
fill: "#384a53"
}), /*#__PURE__*/_jsx("path", {
d: "M322.3 436.8s33.3-40.4 45-48.6c.5-.3.4.3.4.3s-22.1 28.7-44.2 48.6c-2.5 2.3-1.2-.3-1.2-.3z",
transform: "translate(-790.7 -1093.447) scale(3.1613)",
fill: "#fff"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 505.9 505.9"
};
/** */
export const FtcCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-ftc-circle-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
FtcCircleColorful.displayName = 'FtcCircleColorful';