import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
export interface IconSetInterface {
    [key: string]: IconDefinition;
}
