@ant-design/web3-icons
Version:
A collection of Web3 icons.
45 lines • 4.48 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: "m219.51 77.16-19.74-19.74-22.39 22.39c-8.17-4.4-17.83-6.77-28.06-6.77-10.71 0-20.87 2.42-29.38 6.91L97.41 57.42 77.67 77.16l22.46 22.46c-3.28 6.42-5.01 13.69-5.01 21.48v108.91h27.92v-58.35h26.27c15.9 0 28.64-4.04 37.87-12.01 6.91-5.97 15.15-17.2 15.15-36.82 0-8.42-1.85-16.28-5.35-23.16l22.53-22.51zm-70.19 66.58h-26.27V121.1c0-19.18 21.89-20.15 26.27-20.15 4.19 0 25.1 1.05 25.1 21.88 0 10.86-3.04 20.91-25.1 20.91z",
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 FpisCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-fpis-circle-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
FpisCircleColorful.displayName = 'FpisCircleColorful';