mirror of
https://github.com/bitwarden/jslib
synced 2026-02-19 19:03:23 +00:00
5 lines
200 B
HTML
5 lines
200 B
HTML
<div class="icon">
|
|
<img [src]="image" appFallbackSrc="{{fallbackImage}}" *ngIf="imageEnabled && image" alt="" />
|
|
<i class="fa fa-fw fa-lg {{icon}}" *ngIf="!imageEnabled || !image"></i>
|
|
</div>
|