--- title: Icons --- Simple shortcode to include icons from SVG sprites outside of menus. ## Usage ```tpl {{}} ``` ## Example | Output | Code | | -------------------------- | -------------------------------- | | {{< icon "thumbs-up" >}} | `{{}}` | | {{< icon "thumbs-down" >}} | `{{}}` | | {{< icon "laugh" >}} | `{{}}` | | {{< icon "lemon" >}} | `{{}}` | | {{< icon "moon" >}} | `{{}}` |