export interface Icon {
    body: string;
    width?: number;
    height?: number;
    viewBox?: string;
}
