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