@ant-design/web3-icons
Version:
A collection of Web3 icons.
47 lines • 9.5 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__*/_jsx("svg", {
...props,
children: /*#__PURE__*/_jsxs("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("rect", {
width: "1024",
height: "1024",
rx: "512",
fill: "#2C69FF",
fillRule: "nonzero"
}), /*#__PURE__*/_jsx("path", {
d: "M483.893 207.098c15.77-7.94 39.767-7.94 55.538 0l160.925 81.028c9.498 4.782 14.714 11.909 15.65 19.265h.152v407.287c-.209 8.024-5.474 15.994-15.802 21.196l-160.925 81.027c-15.77 7.942-39.767 7.942-55.538 0L322.97 735.874c-10.285-5.177-15.22-13.206-15.465-21.196a27.671 27.671 0 0 1-.004-1.987V310.007a22.983 22.983 0 0 1-.005-1.32l.01-1.296h.071c.715-7.437 5.694-14.382 15.393-19.265l160.924-81.028Zm206.932 327.516-151.394 76.23c-15.77 7.94-39.767 7.94-55.538 0l-151.063-76.06v179.088l151.063 75.66c8.53 4.346 17.384 8.582 26.04 9.12l1.73.055c9.02.028 17.778-4.338 26.659-8.472l152.503-77.014V534.614ZM281.33 705.824c0 15.6 1.902 25.859 5.68 33.086 3.13 5.989 7.828 10.564 16.405 16.136l.49.315a194.177 194.177 0 0 0 6.48 3.964l2.977 1.739 9.14 5.26-13.11 20.662-10.23-5.892-1.72-1.005c-2.958-1.744-5.41-3.235-7.696-4.707-24.446-15.712-33.563-32.839-33.743-68.476l-.003-1.083h25.33Zm217.664-280.375c-1.172.384-2.27.827-3.271 1.332l-160.925 81.027c-.168.085-.33.17-.483.252l-.136.076.252.138.367.19 160.925 81.027c1.001.504 2.1.948 3.27 1.331V425.45Zm25.337 0v165.373a23.633 23.633 0 0 0 3.27-1.33l160.925-81.029c.17-.085.33-.169.484-.252l.136-.075-.253-.138-.367-.19-160.925-81.027c-1-.505-2.098-.948-3.27-1.332Zm166.494-89.166L546.466 408.97l144.359 72.687V336.283Zm-357.995.17v145.034l144.024-72.517-144.024-72.517ZM527.601 228.45c-8.368-4.213-23.51-4.213-31.878 0l-160.925 81.028c-.168.085-.33.17-.483.252l-.136.076.252.138.367.19 160.925 81.027c8.369 4.214 23.51 4.214 31.878 0l160.925-81.027c.17-.085.33-.17.484-.253l.136-.075-.253-.138-.367-.19-160.925-81.028Zm187.007 8.886 10.23 5.89 1.72 1.007c2.958 1.74 5.41 3.236 7.697 4.706 24.445 15.71 33.563 32.84 33.74 68.474L768 318.5h-25.33c0-15.605-1.902-25.861-5.68-33.087-3.13-5.99-7.828-10.566-16.405-16.135l-.49-.316a198.576 198.576 0 0 0-6.48-3.967l-2.977-1.738-9.14-5.258 13.11-20.662Z",
fill: "#FFF",
fillRule: "nonzero"
})]
})
});
};
SVGComponent.defaultProps = {
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
/** */
export const FantomCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-fantom-circle-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
FantomCircleColorful.displayName = 'FantomCircleColorful';