Skip to content

How to add new general purpose icons

Christian Herz edited this page Jul 14, 2017 · 1 revision

Generally this is a very easy process.

The only thing that you would do is add a png file under Resources/Icons named icon-{a-Z}.png

The icon will then be available by executing the following code

# filename: icon-newCase.png
Icons.new_case

# filename: icon-new-Case.png
Icons.new_case

# filename: icon-new_Case.png
Icons.new_case

# filename: icon-newCase.png
Icons.new_case
Clone this wiki locally