eight
2024-10-28 21539c6fdf6f8815762b87620a1793236f5bf560
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}