Defining the icon
You can define which icon that is visible when the visualization extension has been deployed to Qlik Sense. The icon is visible in the Library or Assets panel. This is done by defining the icon parameter in the QEXT file.
Examples
The below examples show how to define the common extension icon and how to define the common line chart icon.
Working with the meta data for a full list of possible icons to define.
Example: Define common extension icon
{
"name" : "My extension",
"type" : "visualization",
"icon" : "extension"
}
Example: Define common line chart icon
{
"name" : "My extension",
"type" : "visualization",
"icon" : "line-chart"
}