du
2025-03-31 37d9684d00c8a97ffa065a7e22e8749e8649b65a
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}