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