eight
2024-08-15 41004049209c22a9d029a992c7b84ccfc8dd36cc
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}