du
2025-04-16 740f9098c6baffc95ee2d1c0e029bb092e1f48d0
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}