You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just copy your svg files to themes/default, update package.json (name, author etc) and run pnpm i && pnpm publish --no-git-checks and you can use your custom icons like you usually would with this library.
With the build.js file you can further configure how your sources will be treated (e.g where to collect them from or exclude/extend Attributes for the output)
Hope this helps!! (reopen if this wasn't what you were looking for)
Do you already have a convenient way to take an svg and convert it into the IconThemeSource format that is ready to be used with the Icon component?
The text was updated successfully, but these errors were encountered: