Icons
Building your own SVG icon library from multiple open source libraries
SVG Icon Libraries
1. Create the icons file -> icons.js
2. Add icons on UI install options -> main.js
3. Add icons from open source libraries
Start adding the icons you need.
SVG wrapper optional, copy only the content part of the SVG:
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
Icon "check"