mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
more icon component into jslib
This commit is contained in:
4
src/angular/components/icon.component.html
Normal file
4
src/angular/components/icon.component.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user