UNPKG

@ant-design/web3-icons

Version:
51 lines 2.6 kB
// 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("circle", { cx: "256", cy: "256", r: "256", fill: "#000625" }), /*#__PURE__*/_jsx("circle", { cx: "348.053", cy: "121.668", r: "42.581", fill: "#08d8d5" }), /*#__PURE__*/_jsx("circle", { cx: "348.053", cy: "390.313", r: "42.581", fill: "#ff4b8b" }), /*#__PURE__*/_jsx("path", { d: "M347.902 256A91.903 91.903 0 0 0 256 164.098v183.804A91.902 91.902 0 0 0 347.902 256ZM164.098 256A91.903 91.903 0 0 1 256 164.098V81.259a174.74 174.74 0 0 0 0 349.482v-82.839A91.902 91.902 0 0 1 164.098 256Z", fill: "#fff" })] }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" }; /**![CqtCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJhbnQtd2ViMy1pY29uLWNxdC1jaXJjbGUtY29sb3JmdWwtQ0lSQ0xFX09VVExJTkVfQkxBQ0siPjxjaXJjbGUgY3g9IjI1NS45OTk5OCIgY3k9IjI1NiIgcj0iMjU2IiBmaWxsPSIjMDAwNjI1Ii8+PGNpcmNsZSBjeD0iMzQ4LjA1MzI5IiBjeT0iMTIxLjY2ODM5IiByPSI0Mi41ODA1NiIgZmlsbD0iIzA4ZDhkNSIvPjxjaXJjbGUgY3g9IjM0OC4wNTMyOSIgY3k9IjM5MC4zMTMwMSIgcj0iNDIuNTgwNTYiIGZpbGw9IiNmZjRiOGIiLz48cGF0aCBkPSJNMzQ3LjkwMjM0LDI1NkE5MS45MDI1NCw5MS45MDI1NCwwLDAsMCwyNTYsMTY0LjA5NzY2VjM0Ny45MDIzNEE5MS45MDIyMyw5MS45MDIyMywwLDAsMCwzNDcuOTAyMzQsMjU2WiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNjQuMDk3NjYsMjU2QTkxLjkwMjU0LDkxLjkwMjU0LDAsMCwxLDI1NiwxNjQuMDk3NjZWODEuMjU5MjhhMTc0Ljc0MDcyLDE3NC43NDA3MiwwLDAsMCwwLDM0OS40ODE0NFYzNDcuOTAyMzRBOTEuOTAyMjMsOTEuOTAyMjMsMCwwLDEsMTY0LjA5NzY2LDI1NloiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+) */ export const CqtCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-cqt-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); CqtCircleColorful.displayName = 'CqtCircleColorful';