Install these two plugins:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Creates a JSON file for fontawesome icons. Results is an array of following object shape: | |
* { | |
* id: "<library>-<iconName>", | |
* name: "<iconName>", | |
* label: "<iconLabel>", | |
* tags: ["tags", "for", "search"], | |
* css: "<css-class>" | |
* } | |
* |