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