liriming
2024-09-03 1c14d668b656a65315fe0ae3bb89758a1344669e
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}