Jay
2025-02-14 6a10ba124109f8a64471fbfe862dd0ab3aff3009
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}