潘志宝
2025-04-09 60b42d0893a95870578d1806a5ad29892a9c5e78
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}