export interface IconProps {
  name: string;
  size: number;
  color?: string;
  className?: string;
}
