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