UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

10 lines (9 loc) 276 B
import { type CSSProperties } from 'react'; interface DefaultIconProps { className?: string; color?: string; size?: number; style?: CSSProperties; } declare const DefaultIcon: import("react").NamedExoticComponent<DefaultIconProps>; export default DefaultIcon;