1.0.6 • Published 2 years ago
@odilo/learning-experiences-icons v1.0.6
Learning Exercises Icons
Common repository for custom font icons used by OLE and OTK for learning exercises.
Adding new icons
- Import
fonts/learning-experiences-icon.svginto icomoon app - Add new
.svgfile 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 addselection.jsonto the folder too - Commit changes with commit structure:
git commit -m "build(VERSION): Added new X icons"Note:
VERSIONshould be the next release version - Push changes to master with the
--follow-tagsoption - Release new package version
npm run release