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