Try out the different combinations that @usefui/svgjsx
offers.
Run the generate
command with the -s
option:
The output directory will be set at the root of your project. Make sure your svg icon files are defined in ./src/assets/svg before you run the generate command.
Run the generate
command with the -o
option:
Make sure you have the /svg folder with your svg icon files in it at the root of your project before you run the generate command.
Run the generate
command with the -s
and -o
options: