ngx-xp-icons
v0.1.9
Published
Set of Icons from Windows XP and related OSes.
Readme
NgxXpIcons
Set of Icons from Windows XP and related OSes.
XP, XPSP2, Longhorn and Whistler icons by March Mountain
Adding icons:
- if is a new iconpack, add it to the
extract-icon-names.jsfile in order to be processed, and add it as required to the service and component - add the icon png file to the assets/{icon pack type} folder
- from the main project run
npm run generate-iconsand test locally that they work.
The icons will be generated alongside as an svg and the lib/asset.library.ts file will be updated.
Name rules for Icons:
No parenthesis, preferably in the format icon-name.png or icon name.png
Usage
- add it from NPM
npm i ngx-xp-icons --save- Add the library assets folder to your main assets folder, the app will look through http for
/assets/{packageName}/{iconName}.svg
