<i class="atm-icon far fa-external-link fa-4x "></i>
{{#if icon}}
{{#if style}}
<i class="atm-icon {{modifier}} {{style}} {{icon}} {{rotation}} {{size}} {{#if fixedWidth}}fa-fw{{/if}}"></i>
{{/if}}
{{/if}}
{
"icon": "fa-external-link",
"style": "far",
"size": "fa-4x",
"rotation": "",
"fixedWidth": false,
"modifier": ""
}
.atm-icon
{
}
The icon component uses Font Awesome for displaying icons. The icon component supports different style, rotation and size variants.