@lobehub/icons
Version:
Popular AI / LLM Model Brand SVG Logo and Icon Collection
11 lines (10 loc) • 717 B
TypeScript
export { getLobeIconCDN, type LobeIconCdnConfig } from './getLobeIconCDN';
export { default as IconAvatar, type IconAvatarProps } from './IconAvatar';
export { default as IconCombine, type IconCombineProps } from './IconCombine';
export { modelMappings } from './modelConfig';
export { default as ModelIcon, type ModelIconProps } from './ModelIcon';
export { default as ModelTag, type ModelTagProps } from './ModelTag';
export { default as ProviderCombine, type ProviderCombineProps } from './ProviderCombine';
export { providerMappings } from './providerConfig';
export { ModelProvider, type ModelProviderKey } from './providerEnum';
export { default as ProviderIcon, type ProviderIconProps } from './ProviderIcon';