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