eight
2024-09-20 ef48f9bce2b2cb0df3c3abb36aab0089ba7df331
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}