UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

10 lines (9 loc) 239 B
/// <reference types="react" /> interface PreviewProps { svg: string; textMode?: boolean; title: string; viewbox: string; } declare const Preview: import("react").NamedExoticComponent<PreviewProps>; export default Preview;