eight
2025-04-10 df2c4a7a693323a43dc74168a780a52c69e41c1b
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}