@ant-design/web3-icons
Version:
A collection of Web3 icons.
60 lines • 3.26 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__*/_jsxs("g", {
fill: "#17105d",
children: [/*#__PURE__*/_jsx("path", {
d: "M1030.38 971.68 1725 816.09a44.93 44.93 0 0 0 35.1-43.84v-1.46a44.92 44.92 0 0 0-39.22-44.56l-694.92-89a44.65 44.65 0 0 0-12 .08l-624.48 88.47a44.92 44.92 0 0 0-38.63 44.48 44.93 44.93 0 0 0 33.94 43.56l624.78 157.58a45 45 0 0 0 20.81.28z"
}), /*#__PURE__*/_jsx("path", {
d: "M635.07 941.45 567 1237.51s0 50.33 130.27 82.89 239.81 56.25 316.78 56.25 263.5-35.52 263.5-35.52 192.43-50.33 201.32-106.58l-71.06-293.1-384.87 102.14z"
}), /*#__PURE__*/_jsx("rect", {
height: "390.8",
rx: "29.61",
width: "59.21",
x: "1588.38",
y: "891.12"
}), /*#__PURE__*/_jsx("rect", {
height: "113",
rx: "29.61",
width: "59.21",
x: "1588.38",
y: "1345.57"
})]
}), /*#__PURE__*/_jsx("circle", {
cx: "1025.06",
cy: "1025.06",
fill: "none",
r: "1000",
stroke: "#17105d",
strokeMiterlimit: "10",
strokeWidth: "50.128"
})]
});
};
SVGComponent.defaultProps = {
viewBox: "0 0 2050.13 2050.13",
xmlns: "http://www.w3.org/2000/svg"
};
/** */
export const StcCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-stc-circle-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
StcCircleColorful.displayName = 'StcCircleColorful';