<standard:icon />
Embed an icon from an icon framework, such as FontAwesome.
Recommended for editing using the HTMLEditor.
Attributes
height
string
Height
Sets the height of the element. The default units are pixels. include the percentage symbol % to user percentage values.
iconName
string
The name of the icon, as it appears inside the selected libarary. For example, address-book.
iconStyle
string
Denotes the style family that they icon belongs to within the library. For example, solid
id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
width
string
Width
Sets the width of the element. The default units are pixels. include the percentage symbol % to user percentage values.
library
string
The library the icon belongs to. Supported libraries: fontawesome.
size
string
The size of the icon. Default is 3, other valid sizes are 1 through to 10, which scales the font size from 1em (1) to 3.7em (10).