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