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