du
2025-05-29 2fc29e4dd200056eefd14deb6966df4136c64921
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}