A package that collects SVG icons and publishes those as SVG sprites. See nxt-kit documentation for usage.
Google's newest icon set. The (unoffical) npm package material-symbols contains the latest SVGs from Google. We use the 600 weight icons in rounded style.
Hero Icons contains some nice icons from the makers of Tailwind CSS. We use the outlined version from the offical npm package.
The free version of Font Awesome. We use the official npm package and include the packages solid
, regular
and brands
.
Any icons put in the ./nxt
folder will be put into the nxt
package with the same name as its file.
Simply drop an SVG icon into the ./nxt
folder with an appropriate name (let's say your_epic_icon.svg
) and build a new version. This icon will then be available as nxt-your_epic_icon
.
The icon should ideally be square with a size of 24x24px.