export interface IconProviderProps { icon: string; } export * from "./MdeFontAwesomeIcon"; export * from "./SvgIcon";