houzhongjian
2024-12-04 bb203eb72ee4604be8c9272cc583ecb9e393aeb8
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}