潘志宝
2025-02-28 4a859a6d69984c77fa8166255c65f5a94eb0bd71
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}