css
2 months ago
fonts
2 months ago
icons
2 months ago
plugin-icons
2 months ago
templates
4 years ago
README.md
2 months ago
fantasticonrc.js
2 months ago
icons-overview.html
2 months ago
loader.php
4 weeks ago
otgs-icons.php
4 weeks ago
register.php
4 weeks ago
README.md
43 lines
| 1 | # OTGS Icons |
| 2 | |
| 3 | The fonts are generated by using [](https://www.npmjs.com/package/fantasticonFantasticicon](https://www.npmjs.com/package/fantasticon](https://www.npmjs.com/package/fantasticon) npm package. |
| 4 | |
| 5 | How to update the icons: |
| 6 | |
| 7 | 1. Upload new SVG icons to "/icons/src/" folder |
| 8 | 2. Run npm script "fix-svg-icons" that will fix prepare all SVG images and place them inside "/icons/dest/" folder |
| 9 | 3. run npm script "create-otgs-font" to generate new font files |
| 10 | |
| 11 | This project also uses [](https://www.npmjs.com/package/oslllo-svg-fixerSVG Fixer](https://www.npmjs.com/package/oslllo-svg-fixer](https://www.npmjs.com/package/oslllo-svg-fixer) npm package that attempts to fix SVG files by turning it into a fill / single path (and making it font compatible). |
| 12 | |
| 13 | |
| 14 | == Changelog == |
| 15 | 1.0.7 |
| 16 | * Updated all plugin thumbnail images |
| 17 | * Updated font icons: |
| 18 | * needs-review |
| 19 | * Added new font icons: |
| 20 | * glossary |
| 21 | * dashboard |
| 22 | * spelling |
| 23 | * add-user |
| 24 | * ai |
| 25 | * asterisk |
| 26 | * click |
| 27 | * credits |
| 28 | * doc-check |
| 29 | * doc-filled |
| 30 | * happy |
| 31 | * menu |
| 32 | * needs-scanning |
| 33 | * not-allowed-o |
| 34 | * not-scanned |
| 35 | * not-scanned-question |
| 36 | * operator |
| 37 | * page-builder |
| 38 | * question-user |
| 39 | * reply |
| 40 | * scanned |
| 41 | * stop |
| 42 | * tag |
| 43 |