潘志宝
2025-05-14 04c91558f2a7ad6d1e424cb9781352a37726a134
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}