export interface IconProps {
    icon: string;
    size: number;
}
