@ant-design/web3-icons
Version:
A collection of Web3 icons.
45 lines • 4.76 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: "M212.43 141.73c0-14.38-4.32-27.76-11.72-38.94l21.95-21.95-19.74-19.74-21.89 21.89a70.242 70.242 0 0 0-39.29-11.96c-14.38 0-27.76 4.32-38.94 11.72L80.84 60.8 61.1 80.54l21.89 21.89a70.242 70.242 0 0 0-11.96 39.29c0 14.38 4.32 27.76 11.72 38.94L60.8 202.62l19.74 19.74 21.89-21.89a70.242 70.242 0 0 0 39.29 11.96c14.38 0 27.76-4.32 38.94-11.72l21.96 21.96 19.74-19.74-21.89-21.89c7.55-11.26 11.96-24.78 11.96-39.31zm-113.47 0c0-23.59 19.19-42.78 42.78-42.78s42.78 19.19 42.78 42.78-19.19 42.78-42.78 42.78-42.78-19.19-42.78-42.78z",
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 FraxCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-frax-circle-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
FraxCircleColorful.displayName = 'FraxCircleColorful';