潘志宝
2024-08-19 db5c540d454fed588ec3c47e5fe7780b485a481a
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}