eight
2024-10-23 80fef4678d62ea7a632490aeb511ef94746cb025
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}