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