eight
2024-12-11 39477272f327fec99379979accdaaa4ea9ca7d97
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}