Chargement...

icons

Libraries icons Google (https://design.google.com/icons/) and Font-Awesome (https://fortawesome.github.io/Font-Awesome/icons/).
''
icons google

They are defined within a beacon i, the material-class icons, the icon name and class size. Tiny, small, medium, large note, when the icon of the name contains a _ (underscore) the escape character (bar angled left) is placed in front.

Example
placeplaceplaceplace
markdown code
{{i.material-icons.tiny}}
place
{{end-i}}
{{i.material-icons.small}}
place
{{end-i}}
{{i.material-icons.medium}}
place
{{end-i}}
{{i.material-icons.large}}
place
{{end-i}}
Icons are-awesome

They are defined within an i tag, the F Class, F-xxx icon indicating the type and size such as fa-2x (see website are-awesome)

Example
markdown code
{{i.fa.fa-fa-check.fa-lg}}
{{end-i}}
{{i.fa.fa-check.fa-2x}}
{{end-i}}
{{i.fa.fa-check.fa-3x}}
{{end-i}}
{{i.fa.fa-check.fa-4x}}
{{end-i}}
{{i.fa.fa-check.fa-5x}}
{{end-i}}