mirror of
https://github.com/bitwarden/browser
synced 2026-01-17 07:53:46 +00:00
icon component
This commit is contained in:
4
src/app/vault/icon.component.html
Normal file
4
src/app/vault/icon.component.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="icon">
|
||||
<img [src]="image" *ngIf="imageEnabled && image" alt="" />
|
||||
<i class="fa fa-fw fa-lg {{icon}}" *ngIf="!imageEnabled || !image"></i>
|
||||
</div>
|
||||
Reference in New Issue
Block a user