mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +00:00
12 lines
280 B
HTML
12 lines
280 B
HTML
<div class="icon" aria-hidden="true">
|
|
<img
|
|
[src]="image"
|
|
appFallbackSrc="{{ fallbackImage }}"
|
|
*ngIf="imageEnabled && image"
|
|
alt=""
|
|
decoding="async"
|
|
loading="lazy"
|
|
/>
|
|
<i class="bwi bwi-fw bwi-lg {{ icon }}" *ngIf="!imageEnabled || !image"></i>
|
|
</div>
|