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