import { FONT_AWESOME_ICONS, MATERIAL_ICONS, FONT_AWESOME_BRANDS_ICONS } from './constants'; export type FontAwesomeIcons = (typeof FONT_AWESOME_ICONS)[number]; export type FontAwesomeBrandsIcons = (typeof FONT_AWESOME_BRANDS_ICONS)[number]; export type MaterialIcons = (typeof MATERIAL_ICONS)[number]; export type IconType = MaterialIcons | FontAwesomeIcons | FontAwesomeBrandsIcons; //# sourceMappingURL=types.d.ts.map