Jay
7 天以前 d5bb0c281a18121516f526cea93e3516b7dfb7eb
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}