mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-28 08:14:57 +00:00
12 lines
323 B
Handlebars
12 lines
323 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
{{#if this.isFlightIcon}}
|
|
<FlightIcon @name={{@name}} @size={{this.size}} @stretched={{@stretched}} ...attributes />
|
|
{{else}}
|
|
<span class="hs-icon {{this.hsIconClass}}" aria-hidden="true" ...attributes>
|
|
{{svg-jar @name}}
|
|
</span>
|
|
{{/if}} |