康鲁杰
2025-03-31 9cbbd2531ed5e950fe51a652c1994eb17da8cc45
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}