UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

21 lines (20 loc) 556 B
import Avatar from './components/Avatar'; import Combine from './components/Combine'; import Mono from './components/Mono'; import Text from './components/Text'; export type CompoundedIcon = typeof Mono & { Avatar: typeof Avatar; Combine: typeof Combine; Text: typeof Text; colorGpt3: string; colorGpt4: string; colorGpt5?: string; colorO1: string; colorO3: string; colorOss?: string; colorPlatform?: string; colorPrimary: string; title: string; }; declare const Icons: CompoundedIcon; export default Icons;