summaryrefslogtreecommitdiff
path: root/editor/icons/icon_native_script.svg
AgeCommit message (Collapse)Author
2019-06-28Add support for creating editor icons per moduleAndrii Doroshenko (Xrayez)
The functionality is similar to how `doc_classes` are retrieved per module. The build system will search for custom icons path defined per module via `get_icons_path()` method in `config.py` or default icons path. If such paths don't exist, only the editor's own icons will be built. Most module icons were moved from editor/icons to respective modules.
2017-08-20Added pure vector theme, with dark icons variationDaniel J. Ramirez