du
2025-03-27 4b2d006963d8a146865895966c459907a127313f
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}