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