Use FontAwesome simutaneously with AntDesign
I want to use FontAwesome icon for sider menu, I'm using import type { RefineThemedLayoutV2SiderProps } from "@refinedev/antd";
This is the default refine format
<Refine
...
resources={[
{
...
meta: {
icon: <CustomIcon />
}
},
]}
/>
How can I use both icon libraries without causing incompatibility?
This is the default refine format
<Refine
...
resources={[
{
...
meta: {
icon: <CustomIcon />
}
},
]}
/>
How can I use both icon libraries without causing incompatibility?
