潘志宝
2024-11-22 f2de7025db89bc19613f08a0f4edc7f610d26ea9
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}