eight
2024-08-30 0cfbfee68be1fb9837c256e4222145538d559c3a
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}