@ant-design/web3-icons
Version:
A collection of Web3 icons.
45 lines • 6.34 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: "M141.73 283.46c-19.13 0-37.69-3.75-55.17-11.14-16.88-7.14-32.03-17.36-45.05-30.37-13.01-13.01-23.23-28.17-30.37-45.05C3.75 179.42 0 160.86 0 141.73s3.75-37.69 11.14-55.17c7.14-16.88 17.36-32.03 30.37-45.05C54.53 28.5 69.68 18.28 86.56 11.14 104.04 3.75 122.6 0 141.73 0s37.69 3.75 55.17 11.14c16.88 7.14 32.03 17.36 45.05 30.37 13.01 13.01 23.23 28.17 30.37 45.05 7.39 17.48 11.14 36.04 11.14 55.17s-3.75 37.69-11.14 55.17c-7.14 16.88-17.36 32.03-30.37 45.05-13.01 13.01-28.17 23.23-45.05 30.37-17.48 7.4-36.04 11.14-55.17 11.14z",
fill: "#fff"
}), /*#__PURE__*/_jsx("circle", {
cx: "141.73",
cy: "141.73",
r: "134.22"
}), /*#__PURE__*/_jsx("path", {
d: "M225.65 141.73c0-7.04-1.7-13.68-4.8-19.44l19.84-19.84-16.7-16.7-20.23 20.23c-.15-.07-.29-.14-.44-.21-7.29-3.37-15.48-4.43-23.71-3.06-8.44 1.41-16.73 5.4-23.96 11.54-4.7 4-9.94 8.47-14 11.94-4.19-3.58-9.44-8.06-14-11.94-7.23-6.14-15.51-10.13-23.96-11.54-8.22-1.37-16.42-.31-23.71 3.06-.11.05-.22.11-.33.16L59.48 85.75l-16.7 16.7 19.74 19.74c-3.14 5.79-4.86 12.46-4.86 19.54 0 7.08 1.72 13.76 4.86 19.54l-19.74 19.74 16.7 16.7 20.18-20.18c.11.05.22.11.33.16 7.29 3.37 15.48 4.43 23.71 3.06 8.44-1.41 16.73-5.4 23.96-11.54 4.43-3.77 9.69-8.25 14-11.94 4.19 3.58 9.44 8.06 14 11.94 7.23 6.14 15.51 10.13 23.96 11.54 2.34.39 4.67.58 6.98.58 5.83 0 11.51-1.23 16.73-3.64.15-.07.29-.14.44-.21L224 197.71l16.7-16.7-19.84-19.84c3.09-5.76 4.79-12.39 4.79-19.44zm-113.29 9.49c-7.36 6.25-15.75 8.14-22.45 5.04-5.49-2.54-8.63-7.83-8.63-14.52s3.15-11.99 8.63-14.52c2.12-.98 4.42-1.46 6.8-1.46 5.12 0 10.63 2.23 15.65 6.5 3.57 3.03 7.56 6.43 11.13 9.48-3.65 3.1-7.65 6.51-11.13 9.48zm58.59 0c-3.57-3.03-7.56-6.43-11.13-9.48 3.49-2.98 7.47-6.38 11.13-9.48 7.36-6.25 15.75-8.14 22.45-5.04 5.49 2.54 8.63 7.83 8.63 14.52s-3.15 11.99-8.63 14.52c-6.7 3.1-15.09 1.21-22.45-5.04z",
fill: "#fff"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 283.46 283.46",
xmlSpace: "preserve",
enableBackground: "new 0 0 283.46 283.46"
};
/** */
export const FpiCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-fpi-circle-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
FpiCircleColorful.displayName = 'FpiCircleColorful';