Jay
2025-03-13 4429f8d7a3b474be0f61275e94dcdff635379db2
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}