I am currently working on a Vue TreeSelect component within my Nuxt application.
However, I am facing an issue with customizing the folding icons in the Treeselect component:
https://i.sstatic.net/46XvO.png
Is there a way to achieve this? I attempted to adjust the CSS classes and replace the SVG DOM child with a custom one created using JavaScript. But it seems like this may not be the most effective approach...
Edit:
Here is the DOM structure for the first icon:
https://i.sstatic.net/AQcfy.png
It appears that simply changing the CSS class won't suffice. I need to alter the entire SVG node instead.