xicons
xicons copied to clipboard
Why can't icons be parsed dynamically?
Example in vue3 render function I want to render different icons in real time through strings
const test: object[] = [
{
key: 'xcionsComponentName'
},
{
key: 'xcionsComponentName2'
}
]
I want to use key or other variable names to control the display xicons svg