Replace all referenced icons

This commit is contained in:
shamoon
2024-01-13 23:57:20 -08:00
parent 16cc7415c1
commit d6620f4c09
47 changed files with 394 additions and 576 deletions

View File

@@ -6,9 +6,7 @@
}
@if (removable) {
<button type="button" class="btn btn-sm btn-danger position-absolute left-0" (click)="removed.emit(this)">
<svg class="sidebaricon" fill="currentColor">
<use xlink:href="assets/bootstrap-icons.svg#x"/>
</svg>&nbsp;<ng-container i18n>Remove</ng-container>
<i-bs class="sidebaricon" name="x"></i-bs>&nbsp;<ng-container i18n>Remove</ng-container>
</button>
}
</div>