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