@ant-design/web3-icons
Version:
A collection of Web3 icons.
37 lines • 3.63 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";
var SVGComponent = function SVGComponent(props) {
return /*#__PURE__*/_jsx("svg", {
...props,
children: /*#__PURE__*/_jsx("path", {
d: "M708.7 0C317.9 0 0 317.9 0 708.7s317.9 708.7 708.7 708.7 708.7-317.9 708.7-708.7S1099.4 0 708.7 0zm0 1377.2c-368.6 0-668.5-299.9-668.5-668.5S340 40.2 708.7 40.2s668.5 299.9 668.5 668.5-299.9 668.5-668.5 668.5zm135-967.5-62.2 62.2c-21.1-15.1-46.9-23.9-74.8-23.9-71.2 0-129.1 57.9-129.1 129.1 0 63.9 46.6 117 107.6 127.3v46.7c-61 10.3-107.6 63.4-107.6 127.3 0 71.2 57.9 129.1 129.1 129.1 71.2 0 129.1-57.9 129.1-129.1 0-63.9-46.6-117-107.6-127.3v-46.7c61-10.3 107.6-63.4 107.6-127.3 0-27.8-8.9-53.6-23.9-74.8l62.2-62.2-30.4-30.4zm-50.9 468.8c0 47.5-38.6 86.1-86.1 86.1s-86.1-38.6-86.1-86.1c0-47.5 38.6-86.1 86.1-86.1s86.1 38.6 86.1 86.1zm-86.1-215.3c-47.5 0-86.1-38.6-86.1-86.1 0-47.5 38.6-86.1 86.1-86.1s86.1 38.6 86.1 86.1c0 47.5-38.6 86.1-86.1 86.1z",
fill: "#181ea9"
})
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1417.3 1417.3",
xmlSpace: "preserve",
enableBackground: "new 0 0 1417.3 1417.3"
};
/** */
export const GlmCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-glm-circle-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
GlmCircleColorful.displayName = 'GlmCircleColorful';