import Icon from '@ant-design/icons';
import { CustomIconComponentProps } from '@ant-design/icons/lib/components/Icon';
type IconComponentProps = CustomIconComponentProps;
const currentColor = 'currentColor';
const ApiSvg = () => (
);
const TeamSvg = () => (
);
const ProfileSvg = () => (
);
const PasswordSvg = () => (
);
const LogOutSvg = () => (
);
const ModelProviderSvg = () => (
);
const PromptSvg = () => (
);
const WikipediaSvg = () => (
);
const KeywordSvg = () => (
);
const GitHubSvg = () => (
);
const QWeatherSvg = () => (
);
export const ApiIcon = (props: Partial) => (
);
export const TeamIcon = (props: Partial) => (
);
export const ProfileIcon = (props: Partial) => (
);
export const PasswordIcon = (props: Partial) => (
);
export const LogOutIcon = (props: Partial) => (
);
export const ModelProviderIcon = (props: Partial) => (
);
export const PromptIcon = (props: Partial) => (
);
export const WikipediaIcon = (props: Partial) => (
);
export const KeywordIcon = (props: Partial) => (
);
export const GitHubIcon = (props: Partial) => (
);
export const QWeatherIcon = (props: Partial) => (
);