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