export interface IconDefinition {
    name: string;
    definition: {
        viewBox?: string;
        pathData: string;
    };
}
