dongyukun
2024-11-06 93ce037957861a48dbcb35004d1ff073eb63010a
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}