Syntax

	icon($iconSource)

Description

Creates a ThemeImage with a given source.

Parameters

Name Type Description Mandatory Default
iconSource String Source from which the image is loaded yes

Return Value

type: ThemeImage

Examples

	icon("css:far fa-thumbs-up")

icon("/images/img.png")