潘志宝
2025-01-17 4c014a4f8034bd8c73aba8d909a58f63d5c4ec89
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}