du
2025-06-13 9e6581939efe59ce2158c5b5f5b9445304877fea
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}