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