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