open-vault/ui/lib/core/addon/components/icon.hbs

7 lines
235 B
Handlebars

{{#if this.isFlightIcon}}
<FlightIcon @name={{this.name}} @size={{this.size}} @stretched={{@stretched}} ...attributes />
{{else}}
<span class="hs-icon {{this.hsIconClass}}" ...attributes>
{{svg-jar this.name}}
</span>
{{/if}}