潘志宝
2024-12-12 3559ee6597ff2daa4deaf852681390dc6a953ee2
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}