eight
2024-09-11 77ea81cf4c4eb38276d8a964a5c92bc98a68487e
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}