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