<span class="atm-icon far fa-external-link fa-xs "></span>
{{#if icon}}{{#if style}}<span class="atm-icon {{modifier}} {{style}} {{icon}} {{rotation}} {{size}} {{#if fixedWidth}}fa-fw{{/if}}"></span>{{/if}}{{/if}}
{
"icon": "fa-external-link",
"style": "far",
"size": "fa-xs",
"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.