我想IonIcon使用下面的反应图标。
Type 'IconType' is not assignable to type 'string'.
我理解这个错误,但有没有办法我仍然可以使用反应图标。
像这样
因为我正在循环某个对象,所以我icons从ion-iconsand中选择了一些对象,react-icons但react-icons类型为IconTypewhileion-icons的类型为string | undefined. 我如何合并这两个图标库来使用。

