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