UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

6 lines (5 loc) 267 B
/// <reference types="react" /> import { type IconCombineProps } from "../../features/IconCombine"; export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>; declare const Combine: import("react").NamedExoticComponent<CombineProps>; export default Combine;