UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

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