icon

Print a predefined icon using font-awesome or material-design.

1
{{$icon [value]}}
Example
format JSON XML
HTML
1
2
{{$icon "person"}}
{{$icon "star" library="material-design" color="#00C4A8"}}
Result
HTML
1
2
{{$icon "person"}}
{{$icon "star" library="material-design" color="#00C4A8"}}
Result

Params

1
2
3
4
5
6
7
{{$icon
"person"
library="font-awesome"
color="#000"
width="36px"
height="36px"
}}

Options

librarymaterial-design
font-awesome