dengzedong
2025-02-20 82c481a33cc6cb47da48226b1064f0a9094ebc10
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}