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