Package Exports
- @lucca-front/icons
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lucca-front/icons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
lucca-front / icons
How to update icons
- Go to icomoon.io app
- Click "import icons" and load lucca-front/packages/icons/selection.json
- Drag and drop new icons in Lucca-Icons set
- Click "Generate Font"
- Add a string in the ligature field (fi) of each new icon. This string will be used as your_string
- Click download
- Replace folder "lucca-front/packages/icons/font" and lucca-front/packages/icons/selection.json by new ones in the download zip
- Upload new front on cdn
- Update font mapping : "lucca-front/packages/icons/src/_mapping.scss"
- Update demo in sass package : "lucca-front/packages/scss/demo/demo.js"
- Push it!