UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

20 lines (19 loc) 616 B
import Avatar from './components/Avatar'; import BrandColor from './components/BrandColor'; import BrandMono from './components/BrandMono'; import Color from './components/Color'; import Mono from './components/Mono'; import Text from './components/Text'; import TextCn from './components/TextCn'; export type CompoundedIcon = typeof Mono & { Avatar: typeof Avatar; Brand: typeof BrandMono; BrandColor: typeof BrandColor; Color: typeof Color; Text: typeof Text; TextCn: typeof TextCn; colorPrimary: string; title: string; }; declare const Icons: CompoundedIcon; export default Icons;