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