@ant-design/web3-icons
Version:
A collection of Web3 icons.
46 lines • 4.65 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: "M1016 1959.5c550.8 0 1000-449.2 1000-1000 0-550.7-449.2-1000-1000-1000-550.7 0-1000 449.3-1000 1000-.1 550.8 449.2 1000 1000 1000z",
transform: "translate(-15.95 40.474)",
fillRule: "evenodd",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
d: "M759.5 441.2h144c5.5 0 9.9 4.5 9.9 10v210.4c0 5.6 4.5 10 10 10h184.9c5.5 0 10-4.4 10-10V451.2c0-5.5 4.4-10 10-10h143.9c5.5 0 10 4.5 10 10v210.4c0 5.6 4.4 10 10 10h176c5.6 0 10 4.5 10 10v143.6c0 5.6-4.4 10-10 10h-176c-5.6 0-10 4.5-10 10v223.5c0 5.5 4.4 10 10 10h176c5.6 0 10 4.4 10 10v143.6c0 5.5-4.4 10-10 10h-176c-5.6 0-10 4.5-10 10v210.4c0 5.5-4.5 10-10 10h-143.9c-5.6 0-10-4.5-10-10v-210.4c0-5.6-4.5-10-10-10H923.5c-5.5 0-10 4.5-10 10v210.4c0 5.5-4.4 10-9.9 10h-144c-5.5 0-10-4.5-10-10v-210.4c0-5.6-4.4-10-10-10h-176c-5.6 0-10-4.5-10-10v-143.6c0-5.6 4.4-10 10-10h176c5.6 0 10-4.5 10-10V845.2c0-5.5-4.4-10-10-10h-176c-5.6 0-10-4.4-10-10V681.6c0-5.5 4.4-10 10-10h176c5.6 0 10-4.4 10-10V451.2c-.2-5.5 4.4-10 9.9-10zm358.9 627.6V845.2c0-5.5-4.5-10-10-10H923.5c-5.5 0-10 4.5-10 10v223.5c0 5.5 4.5 10 10 10h184.9c5.5.1 10-4.5 10-9.9z",
transform: "translate(-15.95 40.474)",
fillRule: "evenodd",
clipRule: "evenodd",
fill: "#fff"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2000 2000",
xmlSpace: "preserve",
enableBackground: "new 0 0 2000 2000"
};
/** */
export const RsrCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-rsr-circle-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
RsrCircleColorful.displayName = 'RsrCircleColorful';