11
WXL
4 天以前 920e530b68c0f4dba434281ce94c9814e9937db3
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}