Updated Heroicons icons

This commit is contained in:
Sercan Yemen
2023-05-30 11:58:30 +03:00
parent e23a21eedf
commit 3175a2faae
208 changed files with 3356 additions and 1925 deletions

View File

@@ -9,7 +9,7 @@
[tabIndex]="-1">
<mat-icon
class="text-current"
[svgIcon]="'heroicons_outline:x'"></mat-icon>
[svgIcon]="'heroicons_outline:x-mark'"></mat-icon>
</button>
</div>
@@ -94,13 +94,13 @@
<button mat-icon-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:emoji-happy'"></mat-icon>
[svgIcon]="'heroicons_solid:face-smile'"></mat-icon>
</button>
<!-- Insert image -->
<button mat-icon-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:photograph'"></mat-icon>
[svgIcon]="'heroicons_solid:photo'"></mat-icon>
</button>
</div>