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