康鲁杰
2025-04-14 3d7bdb31c73b4f88bfa989eefe5301b344f88b07
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}