UNPKG

react-icons

Version:

SVG React icons of popular icon packs using ES6 imports

9 lines (8 loc) 187 B
export interface IconManifestType { id: string; name: string; projectUrl: string; license: string; licenseUrl: string; } export declare const IconsManifest: IconManifestType[];