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