houzhongjian
2024-11-18 cad872748998544099f55750b4ec20a1604c9953
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}