There are effectivly only two files that create everything in this library.
After downloading this repo install the dependencies.
npm install
Edit either component-template.svelte
or generate.js
. Then generate the components.
npm run build
To test run npm link
.
In another app’s folder run:
npm install path/to/tabler-icons-svelte
Then use the components to make sure they work.