icon

iconMicronode

Renders a small inline icon. Supported icons: tick (✓) and cross (✗). The colour attribute controls the icon colour.

#Attributes

nameRequiredImplicit
tickcross
Which icon to display.Can be written as shorthand: icon:value
colour
neutralredorangeyellowgreentealbluepurplepinkgreywhiteblack
Also written: colorColour of the icon.
Defaultneutral

#Examples

Result: !icon(name: tick; colour: green)
Error: !icon(name: cross; colour: red)