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