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