Jay
2025-01-16 47ee647ad4b08891d1cba06449577b3b3aaae5ef
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}