du
2025-04-01 833763ccf67ada2636495972a1e4085b9a7208e4
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}