@nxtedition/icons
v1.5.0
Published
A package that collects SVG icons and publishes those as SVG sprites. See nxt-kit documentation for usage.
Downloads
152
Keywords
Readme
Icons
A package that collects SVG icons and publishes those as SVG sprites. See nxt-kit documentation for usage.
Packages
Material Symbols (md
)
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 (hi
)
Hero Icons contains some nice icons from the makers of Tailwind CSS. We use the outlined version from the offical npm package.
Font Awesome (fa
)
The free version of Font Awesome. We use the official npm package and include the packages solid
, regular
and brands
.
nxtedition (nxt
)
Any icons put in the ./nxt
folder will be put into the nxt
package with the same name as its file.
Adding Custom Icons
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.