UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

19 lines (18 loc) 570 B
import Avatar from './components/Avatar'; import Brand from './components/Brand'; import BrandColor from './components/BrandColor'; import Combine from './components/Combine'; import Mono from './components/Mono'; import Text from './components/Text'; export type CompoundedIcon = typeof Mono & { Avatar: typeof Avatar; Brand: typeof Brand; BrandColor: typeof BrandColor; Combine: typeof Combine; Text: typeof Text; colorGradient: string; colorPrimary: string; title: string; }; declare const Icons: CompoundedIcon; export default Icons;