@ant-design/web3-icons
Version:
A collection of Web3 icons.
45 lines • 6.17 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: "M145.03 88.34c17.93 1.6 32.04 16.45 32.48 34.69l27.51 11.43-14.34-23.38 30.49-30.49-18.22-18.22-26.12 26.13-31.79-51.84v51.68zM177.04 129.82c-2.64 15.88-15.76 28.21-32.01 29.67v18.88l60.54-36.69-28.53-11.86zM106.58 129.82l-28.53 11.85 60.54 36.69v-18.88c-16.25-1.45-29.37-13.78-32.01-29.66zM204.89 160.92l-59.86 36.28v48.05l24.63-34.71 25.71 25.71 18.22-18.22-28.8-28.8zM138.59 197.2l-59.86-36.28 20.1 28.31-28.8 28.8 18.22 18.22 25.71-25.7 24.63 34.69zM78.6 134.47l27.51-11.43c.44-18.24 14.55-33.09 32.48-34.69V36.66L106.8 88.5 80.67 62.37 62.45 80.6l30.49 30.49-14.34 23.38zM143.07 119.81c-8.83-2.71-8.83-4.21-8.83-5.42 0-1.68 2.54-4 7.31-4 2.82 0 7.56.7 7.56 5.42h8.59c0-8.38-6.49-14.01-16.15-14.01-10.33 0-15.9 6.49-15.9 12.59 0 8.34 7.32 11.3 14.84 13.62 8.83 2.71 8.88 4.23 8.88 5.44 0 1.68-2.54 4-7.31 4-2.83 0-7.56-.7-7.56-5.42h-8.59c0 8.38 6.49 14.01 16.15 14.01 10.33 0 15.9-6.49 15.9-12.59.01-8.35-7.36-11.33-14.89-13.64z",
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 SfrxethCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-sfrxeth-circle-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
SfrxethCircleColorful.displayName = 'SfrxethCircleColorful';