UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

7 lines (6 loc) 171 B
import { SvgoConfig } from "./svgo"; export declare const useSvgo: (svg: string, config: SvgoConfig) => { isLoading: boolean; precent: string; svg: string; };