du
2025-04-22 44d711f64555a424361866bafa145dd0c462d0cd
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}