Icon
JSON structure example
"viewDefinition": {
    "children": {
        "iconComponent": {
            "type": "icon",
            "id": "iconId",
            "icon": "bell"
        }
    }
}
- type(String) - the type attribute for a icon
- id(String) - an id for the component
- icon(String) - icon to show
Do's and Don'ts
For more details, refer to Icon Usage and Visual styleguides in our Storybook