Set of custom font icons used by OLE and OTK as learning experiences icons
npm install @odilo/learning-experiences-iconsCommon repository for custom font icons used by OLE and OTK for learning exercises.
- Import fonts/learning-experiences-icon.svg into icomoon app
- Add new .svg file into existing set
- Download new font set with new svg files with the iteration names le_XX
- Replace the existing files (.svg, .ttf, *.woff) inside fonts/ and add selection.json to the folder too
- Commit changes with commit structure:
``sh`
git commit -m "build(VERSION): Added new X icons"
VERSION
> Note: should be the next release version--follow-tags
- Push changes to master with the option`
- Release new package version
sh``
npm run release