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

@@ -17,7 +17,7 @@
<span class="inline-flex items-center">
<mat-icon
class="icon-size-5 text-current"
[svgIcon]="'heroicons_solid:arrow-sm-left'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-small-left'"></mat-icon>
<span class="ml-1.5 font-medium leading-5">Back to courses</span>
</span>
</a>
@@ -101,7 +101,7 @@
<a
mat-icon-button
[routerLink]="['..']">
<mat-icon [svgIcon]="'heroicons_outline:arrow-sm-left'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:arrow-small-left'"></mat-icon>
</a>
<h2 class="ml-2.5 text-md sm:text-xl font-medium tracking-tight truncate">
{{course.title}}
@@ -143,7 +143,7 @@
<span class="inline-flex items-center">
<mat-icon
class="mr-2"
[svgIcon]="'heroicons_outline:arrow-narrow-left'"></mat-icon>
[svgIcon]="'heroicons_outline:arrow-long-left'"></mat-icon>
<span class="mr-1">Prev</span>
</span>
</button>
@@ -161,7 +161,7 @@
<span class="ml-1">Next</span>
<mat-icon
class="ml-2"
[svgIcon]="'heroicons_outline:arrow-narrow-right'"></mat-icon>
[svgIcon]="'heroicons_outline:arrow-long-right'"></mat-icon>
</span>
</button>
</div>
@@ -174,7 +174,7 @@
<button
mat-icon-button
(click)="matDrawer.toggle()">
<mat-icon [svgIcon]="'heroicons_outline:view-list'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-4'"></mat-icon>
</button>
<div class="flex items-center justify-center ml-1 lg:ml-2 font-medium leading-5">
<span>{{currentStep + 1}}</span>
@@ -188,13 +188,13 @@
class="ml-4"
mat-icon-button
(click)="goToPreviousStep()">
<mat-icon [svgIcon]="'heroicons_outline:arrow-narrow-left'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:arrow-long-left'"></mat-icon>
</button>
<button
class="ml-0.5"
mat-icon-button
(click)="goToNextStep()">
<mat-icon [svgIcon]="'heroicons_outline:arrow-narrow-right'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:arrow-long-right'"></mat-icon>
</button>
</div>

View File

@@ -49,7 +49,7 @@
<mat-icon
matPrefix
class="icon-size-5"
[svgIcon]="'heroicons_solid:search'"></mat-icon>
[svgIcon]="'heroicons_solid:magnifying-glass'"></mat-icon>
<input
(input)="filterByQuery(query.value)"
placeholder="Search by title or description"
@@ -87,7 +87,7 @@
<ng-container *ngIf="course.progress.completed > 0">
<mat-icon
class="icon-size-5 text-green-600"
[svgIcon]="'heroicons_solid:badge-check'"
[svgIcon]="'heroicons_solid:check-badge'"
[matTooltip]="'You completed this course at least once'"></mat-icon>
</ng-container>
</div>
@@ -172,7 +172,7 @@
<mat-icon
class="ml-1.5 icon-size-5"
[svgIcon]="'heroicons_solid:arrow-sm-right'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-small-right'"></mat-icon>
</span>
</a>
</div>

View File

@@ -61,14 +61,14 @@
class="ml-1 -mr-4"
mat-icon-button
[matMenuTriggerFor]="chatsHeaderMenu">
<mat-icon [svgIcon]="'heroicons_outline:dots-vertical'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:ellipsis-vertical'"></mat-icon>
<mat-menu #chatsHeaderMenu>
<button mat-menu-item>
<mat-icon [svgIcon]="'heroicons_outline:user-group'"></mat-icon>
New group
</button>
<button mat-menu-item>
<mat-icon [svgIcon]="'heroicons_outline:chat-alt-2'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:chat-bubble-left-right'"></mat-icon>
Create a room
</button>
<button
@@ -78,7 +78,7 @@
Profile
</button>
<button mat-menu-item>
<mat-icon [svgIcon]="'heroicons_outline:archive'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:archive-box'"></mat-icon>
Archived
</button>
<button mat-menu-item>
@@ -86,7 +86,7 @@
Starred
</button>
<button mat-menu-item>
<mat-icon [svgIcon]="'heroicons_outline:cog'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:cog-8-tooth'"></mat-icon>
Settings
</button>
</mat-menu>
@@ -100,7 +100,7 @@
<mat-icon
matPrefix
class="icon-size-5"
[svgIcon]="'heroicons_solid:search'"></mat-icon>
[svgIcon]="'heroicons_solid:magnifying-glass'"></mat-icon>
<input
matInput
[autocomplete]="'off'"
@@ -152,7 +152,7 @@
<ng-container *ngIf="chat.muted">
<mat-icon
class="icon-size-5 text-hint"
[svgIcon]="'heroicons_solid:volume-off'"></mat-icon>
[svgIcon]="'heroicons_solid:speaker-x-mark'"></mat-icon>
</ng-container>
</div>
</a>
@@ -169,7 +169,7 @@
<div class="flex flex-auto flex-col items-center justify-center h-full">
<mat-icon
class="icon-size-24"
[svgIcon]="'heroicons_outline:chat'"></mat-icon>
[svgIcon]="'heroicons_outline:chat-bubble-oval-left-ellipsis'"></mat-icon>
<div class="mt-4 text-2xl font-semibold tracking-tight text-secondary">No chats</div>
</div>
</ng-template>

View File

@@ -5,7 +5,7 @@
<button
mat-icon-button
(click)="drawer.close()">
<mat-icon [svgIcon]="'heroicons_outline:x'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:x-mark'"></mat-icon>
</button>
<div class="ml-2 text-lg font-medium">Contact info</div>
</div>

View File

@@ -33,7 +33,7 @@
mat-icon-button
[routerLink]="['./']"
(click)="resetChat()">
<mat-icon [svgIcon]="'heroicons_outline:arrow-narrow-left'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:arrow-long-left'"></mat-icon>
</a>
<!-- Contact info -->
@@ -60,7 +60,7 @@
class="ml-auto"
mat-icon-button
[matMenuTriggerFor]="conversationHeaderMenu">
<mat-icon [svgIcon]="'heroicons_outline:dots-vertical'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:ellipsis-vertical'"></mat-icon>
<mat-menu #conversationHeaderMenu>
<button
mat-menu-item
@@ -76,7 +76,7 @@
mat-menu-item
(click)="toggleMuteNotifications()">
<ng-container *ngIf="!chat.muted">
<mat-icon [svgIcon]="'heroicons_outline:volume-off'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:speaker-x-mark'"></mat-icon>
Mute notifications
</ng-container>
<ng-container *ngIf="chat.muted">
@@ -159,7 +159,7 @@
<div class="flex items-end p-4 border-t bg-gray-50 dark:bg-transparent">
<div class="flex items-center h-11 my-px">
<button mat-icon-button>
<mat-icon [svgIcon]="'heroicons_outline:emoji-happy'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:face-smile'"></mat-icon>
</button>
<button
class="ml-0.5"
@@ -196,7 +196,7 @@
<div class="flex flex-col flex-auto items-center justify-center bg-gray-100 dark:bg-transparent">
<mat-icon
class="icon-size-24"
[svgIcon]="'heroicons_outline:chat'"></mat-icon>
[svgIcon]="'heroicons_outline:chat-bubble-oval-left-ellipsis'"></mat-icon>
<div class="mt-4 text-2xl font-semibold tracking-tight text-secondary">Select a conversation or start a new chat</div>
</div>
</ng-template>

View File

@@ -4,7 +4,7 @@
<div class="flex flex-col flex-auto items-center justify-center bg-gray-100 dark:bg-transparent">
<mat-icon
class="icon-size-24"
[svgIcon]="'heroicons_outline:chat'"></mat-icon>
[svgIcon]="'heroicons_outline:chat-bubble-oval-left-ellipsis'"></mat-icon>
<div class="mt-4 text-2xl font-semibold tracking-tight text-secondary">Select a conversation or start a new chat</div>
</div>

View File

@@ -5,7 +5,7 @@
<button
mat-icon-button
(click)="drawer.close()">
<mat-icon [svgIcon]="'heroicons_outline:arrow-narrow-left'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:arrow-long-left'"></mat-icon>
</button>
<div class="ml-2 text-2xl font-semibold">New chat</div>
</div>

View File

@@ -5,7 +5,7 @@
<button
mat-icon-button
(click)="drawer.close()">
<mat-icon [svgIcon]="'heroicons_outline:arrow-narrow-left'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:arrow-long-left'"></mat-icon>
</button>
<div class="ml-2 text-2xl font-semibold">Profile</div>
</div>
@@ -49,7 +49,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:mail'"></mat-icon>
[svgIcon]="'heroicons_solid:envelope'"></mat-icon>
<input
matInput
[ngModel]="profile.email">

View File

@@ -19,7 +19,7 @@
[routerLink]="['../']">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:x'"></mat-icon>
[svgIcon]="'heroicons_outline:x-mark'"></mat-icon>
</a>
</div>
</div>
@@ -49,7 +49,7 @@
(click)="toggleEditMode(true)">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:pencil-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:pencil-square'"></mat-icon>
<span class="ml-2">Edit</span>
</button>
</div>
@@ -82,7 +82,7 @@
<!-- Company -->
<ng-container *ngIf="contact.company">
<div class="flex sm:items-center">
<mat-icon [svgIcon]="'heroicons_outline:office-building'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:building-office-2'"></mat-icon>
<div class="ml-6 leading-6">{{contact.company}}</div>
</div>
</ng-container>
@@ -90,7 +90,7 @@
<!-- Emails -->
<ng-container *ngIf="contact.emails.length">
<div class="flex">
<mat-icon [svgIcon]="'heroicons_outline:mail'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:envelope'"></mat-icon>
<div class="min-w-0 ml-6 space-y-1">
<ng-container *ngFor="let email of contact.emails; trackBy: trackByFn">
<div class="flex items-center leading-6">
@@ -142,7 +142,7 @@
<!-- Address -->
<ng-container *ngIf="contact.address">
<div class="flex sm:items-center">
<mat-icon [svgIcon]="'heroicons_outline:location-marker'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:map-pin'"></mat-icon>
<div class="ml-6 leading-6">{{contact.address}}</div>
</div>
</ng-container>
@@ -158,7 +158,7 @@
<!-- Notes -->
<ng-container *ngIf="contact.notes">
<div class="flex">
<mat-icon [svgIcon]="'heroicons_outline:menu-alt-2'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3-bottom-left'"></mat-icon>
<div
class="max-w-none ml-6 prose prose-sm"
[innerHTML]="contact.notes"></div>
@@ -189,7 +189,7 @@
[routerLink]="['../']">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:x'"></mat-icon>
[svgIcon]="'heroicons_outline:x-mark'"></mat-icon>
</a>
</div>
</div>
@@ -283,7 +283,7 @@
<ng-container *ngIf="contact.tags.length">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:pencil-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:pencil-square'"></mat-icon>
<span class="ml-1.5 text-md font-medium whitespace-nowrap">Edit</span>
</ng-container>
@@ -302,7 +302,7 @@
<div class="flex items-center">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:search'"></mat-icon>
[svgIcon]="'heroicons_solid:magnifying-glass'"></mat-icon>
<div class="ml-2">
<input
class="w-full min-w-0 py-1 border-0"
@@ -321,7 +321,7 @@
<mat-icon
*ngIf="!tagsEditMode"
class="icon-size-5"
[svgIcon]="'heroicons_solid:pencil-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:pencil-square'"></mat-icon>
<mat-icon
*ngIf="tagsEditMode"
class="icon-size-5"
@@ -415,7 +415,7 @@
<mat-icon
matPrefix
class="hidden sm:flex icon-size-5"
[svgIcon]="'heroicons_solid:office-building'"></mat-icon>
[svgIcon]="'heroicons_solid:building-office-2'"></mat-icon>
<input
matInput
[formControlName]="'company'"
@@ -435,7 +435,7 @@
<mat-icon
matPrefix
class="hidden sm:flex icon-size-5"
[svgIcon]="'heroicons_solid:mail'"></mat-icon>
[svgIcon]="'heroicons_solid:envelope'"></mat-icon>
<input
matInput
[formControl]="email.get('email')"
@@ -577,7 +577,7 @@
<mat-icon
matPrefix
class="hidden sm:flex icon-size-5"
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
<input
matInput
[formControlName]="'address'"
@@ -617,7 +617,7 @@
<mat-icon
matPrefix
class="hidden sm:flex icon-size-5"
[svgIcon]="'heroicons_solid:menu-alt-2'"></mat-icon>
[svgIcon]="'heroicons_solid:bars-3-bottom-left'"></mat-icon>
<textarea
matInput
[formControlName]="'notes'"

View File

@@ -48,7 +48,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:search'"></mat-icon>
[svgIcon]="'heroicons_solid:magnifying-glass'"></mat-icon>
<input
matInput
[formControl]="searchInputControl"

View File

@@ -19,7 +19,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:search'"></mat-icon>
[svgIcon]="'heroicons_solid:magnifying-glass'"></mat-icon>
<input
matInput
[formControl]="searchInputControl"
@@ -144,7 +144,7 @@
<ng-container *ngIf="!product.active">
<mat-icon
class="text-gray-400 icon-size-5"
[svgIcon]="'heroicons_solid:x'"></mat-icon>
[svgIcon]="'heroicons_solid:x-mark'"></mat-icon>
</ng-container>
</div>
@@ -214,7 +214,7 @@
(click)="cycleImages(false)">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:arrow-narrow-left'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-long-left'"></mat-icon>
</button>
<span class="font-sm mx-2">
{{selectedProductForm.get('currentImageIndex').value + 1}} of {{selectedProductForm.get('images').value.length}}
@@ -224,7 +224,7 @@
(click)="cycleImages(true)">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:arrow-narrow-right'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-long-right'"></mat-icon>
</button>
</div>
</div>
@@ -370,7 +370,7 @@
<div class="flex items-center flex-auto min-w-0">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:search'"></mat-icon>
[svgIcon]="'heroicons_solid:magnifying-glass'"></mat-icon>
<input
class="min-w-0 ml-2 py-1 border-0"
type="text"
@@ -387,7 +387,7 @@
<mat-icon
*ngIf="!tagsEditMode"
class="icon-size-5"
[svgIcon]="'heroicons_solid:pencil-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:pencil-square'"></mat-icon>
<mat-icon
*ngIf="tagsEditMode"
class="icon-size-5"
@@ -471,7 +471,7 @@
<ng-container *ngIf="flashMessage === 'error'">
<mat-icon
class="text-red-500"
[svgIcon]="'heroicons_outline:x'"></mat-icon>
[svgIcon]="'heroicons_outline:x-mark'"></mat-icon>
<span class="ml-2">An error occurred, try again!</span>
</ng-container>
</div>

View File

@@ -5,7 +5,7 @@
<a
mat-icon-button
[routerLink]="['../../']">
<mat-icon [svgIcon]="'heroicons_outline:x'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:x-mark'"></mat-icon>
</a>
</div>

View File

@@ -8,7 +8,7 @@
mat-button
[routerLink]="['../']"
[color]="'primary'">
<mat-icon [svgIcon]="'heroicons_outline:arrow-narrow-left'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:arrow-long-left'"></mat-icon>
<span class="ml-2">Back to Help Center</span>
</a>
</div>

View File

@@ -8,7 +8,7 @@
mat-button
[routerLink]="['../']"
[color]="'primary'">
<mat-icon [svgIcon]="'heroicons_outline:arrow-narrow-left'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:arrow-long-left'"></mat-icon>
<span class="ml-2">Back to Guides & Resources</span>
</a>
</div>

View File

@@ -8,7 +8,7 @@
mat-button
[routerLink]="['../']"
[color]="'primary'">
<mat-icon [svgIcon]="'heroicons_outline:arrow-narrow-left'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:arrow-long-left'"></mat-icon>
<span class="ml-2">Back to {{guideCategory.title}}</span>
</a>
</div>

View File

@@ -8,7 +8,7 @@
mat-button
[routerLink]="['../']"
[color]="'primary'">
<mat-icon [svgIcon]="'heroicons_outline:arrow-narrow-left'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:arrow-long-left'"></mat-icon>
<span class="ml-2">Back to Help Center</span>
</a>
</div>
@@ -38,7 +38,7 @@
<span class="text-sm font-medium text-secondary">View All</span>
<mat-icon
class="ml-2 icon-size-5"
[svgIcon]="'heroicons_solid:arrow-narrow-right'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-long-right'"></mat-icon>
</a>
</div>
</ng-container>

View File

@@ -28,7 +28,7 @@
[placeholder]="'Enter a question, topic or keyword'">
<mat-icon
matPrefix
[svgIcon]="'heroicons_outline:search'"></mat-icon>
[svgIcon]="'heroicons_outline:magnifying-glass'"></mat-icon>
</mat-form-field>
</div>
</div>
@@ -50,7 +50,7 @@
<span class="font-medium">Go to FAQs</span>
<mat-icon
class="ml-2 icon-size-5 text-current"
[svgIcon]="'heroicons_solid:arrow-narrow-right'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-long-right'"></mat-icon>
</a>
</div>
</div>
@@ -68,7 +68,7 @@
<span class="font-medium">Check guides</span>
<mat-icon
class="ml-2 icon-size-5 text-current"
[svgIcon]="'heroicons_solid:arrow-narrow-right'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-long-right'"></mat-icon>
</a>
</div>
</div>
@@ -86,7 +86,7 @@
<span class="font-medium">Contact us</span>
<mat-icon
class="ml-2 icon-size-5 text-current"
[svgIcon]="'heroicons_solid:arrow-narrow-right'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-long-right'"></mat-icon>
</a>
</div>
</div>

View File

@@ -8,7 +8,7 @@
mat-button
[routerLink]="['../']"
[color]="'primary'">
<mat-icon [svgIcon]="'heroicons_outline:arrow-narrow-left'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:arrow-long-left'"></mat-icon>
<span class="ml-2">Back to Help Center</span>
</a>
</div>

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>

View File

@@ -13,7 +13,7 @@
class="lg:hidden md:-ml-2"
mat-icon-button
[routerLink]="['./../']">
<mat-icon [svgIcon]="'heroicons_outline:arrow-narrow-left'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:arrow-long-left'"></mat-icon>
</a>
<!-- Toggle labels button & menu -->
@@ -65,7 +65,7 @@
class="ml-2"
mat-icon-button
[matMenuTriggerFor]="mailMenu">
<mat-icon [svgIcon]="'heroicons_outline:dots-vertical'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #mailMenu="matMenu">
<!-- Mark as read / unread -->
@@ -73,14 +73,14 @@
mat-menu-item
*ngIf="mail.unread"
(click)="toggleUnread(false)">
<mat-icon [svgIcon]="'heroicons_outline:mail-open'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:envelope-open'"></mat-icon>
<span>Mark as read</span>
</button>
<button
mat-menu-item
*ngIf="!mail.unread"
(click)="toggleUnread(true)">
<mat-icon [svgIcon]="'heroicons_outline:mail'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:envelope'"></mat-icon>
<span>Mark as unread</span>
</button>
<!-- Marks as spam / not span-->
@@ -88,14 +88,14 @@
mat-menu-item
*ngIf="getCurrentFolder() !== 'spam' && getCurrentFolder() !== 'drafts'"
(click)="moveToFolder('spam')">
<mat-icon [svgIcon]="'heroicons_outline:exclamation'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:exclamation-triangle'"></mat-icon>
<span>Spam</span>
</button>
<button
mat-menu-item
*ngIf="getCurrentFolder() === 'spam'"
(click)="moveToFolder('inbox')">
<mat-icon [svgIcon]="'heroicons_outline:exclamation'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:exclamation-triangle'"></mat-icon>
<span>Not spam</span>
</button>
<!-- Delete -->
@@ -297,7 +297,7 @@
(click)="reply()">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:reply'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-uturn-left'"></mat-icon>
<span class="ml-2">Reply</span>
</button>
<!-- Reply all -->
@@ -308,7 +308,7 @@
(click)="replyAll()">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:reply'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-uturn-left'"></mat-icon>
<span class="ml-2">Reply All</span>
</button>
<!-- Forward -->
@@ -358,13 +358,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>
@@ -403,7 +403,7 @@
<div class="flex flex-col flex-auto items-center justify-center bg-gray-100 dark:bg-transparent">
<mat-icon
class="icon-size-24"
[svgIcon]="'heroicons_outline:mail'"></mat-icon>
[svgIcon]="'heroicons_outline:envelope'"></mat-icon>
<div class="mt-4 text-2xl font-semibold tracking-tight text-secondary">Select a mail to read</div>
</div>

View File

@@ -4,7 +4,7 @@
<div class="flex flex-col flex-auto items-center justify-center bg-gray-100 dark:bg-transparent">
<mat-icon
class="icon-size-24"
[svgIcon]="'heroicons_outline:mail'"></mat-icon>
[svgIcon]="'heroicons_outline:envelope'"></mat-icon>
<div class="mt-4 text-2xl font-semibold tracking-tight text-secondary">Select a mail to read</div>
</div>

View File

@@ -12,7 +12,7 @@
<button
mat-icon-button
(click)="mailboxComponent.drawer.toggle()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
<!-- Category name -->
<div class="ml-2 font-semibold uppercase">{{category.name}}</div>
@@ -136,7 +136,7 @@
<div class="z-100 absolute inset-0 flex flex-auto flex-col items-center justify-center bg-gray-100 dark:bg-transparent">
<mat-icon
class="icon-size-24"
[svgIcon]="'heroicons_outline:mail'"></mat-icon>
[svgIcon]="'heroicons_outline:envelope'"></mat-icon>
<div class="mt-4 text-2xl font-semibold tracking-tight text-secondary">There are no e-mails</div>
</div>
</ng-template>

View File

@@ -241,7 +241,7 @@ export default [
pathMatch : 'full',
},
{
path : 'filter/:filter',
path : 'filter/:funnel',
redirectTo: 'filter/:filter/1',
pathMatch : 'full',
},

View File

@@ -6,7 +6,7 @@
<button
mat-icon-button
(click)="mailboxComponent.drawer.toggle()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>
<!-- Title -->

View File

@@ -229,7 +229,7 @@ export class MailboxSidebarComponent implements OnInit, OnDestroy
this._otherMenuData.push({
title: 'Settings',
type : 'basic',
icon : 'heroicons_outline:cog',
icon : 'heroicons_outline:cog-8-tooth',
link : '/apps/mailbox/settings',
});

View File

@@ -53,7 +53,7 @@
(input)="updateTaskOnNote(note, task)">
<mat-icon
class="hidden group-hover:flex ml-auto icon-size-5 cursor-pointer"
[svgIcon]="'heroicons_solid:x'"
[svgIcon]="'heroicons_solid:x-mark'"
(click)="removeTaskFromNote(note, task)"></mat-icon>
</div>
</ng-container>
@@ -116,14 +116,14 @@
class="flex items-center justify-center w-10 h-10 rounded-full cursor-pointer hover:bg-gray-400 hover:bg-opacity-20 dark:hover:bg-black dark:hover:bg-opacity-5"
for="image-file-input"
matRipple>
<mat-icon [svgIcon]="'heroicons_outline:photograph'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:photo'"></mat-icon>
</label>
</div>
<!-- Checklist -->
<button
mat-icon-button
(click)="addTasksToNote(note)">
<mat-icon [svgIcon]="'heroicons_outline:clipboard-list'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:clipboard-document-list'"></mat-icon>
</button>
<!-- Labels -->
<button
@@ -153,7 +153,7 @@
<button
mat-icon-button
(click)="toggleArchiveOnNote(note)">
<mat-icon [svgIcon]="'heroicons_outline:archive'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:archive-box'"></mat-icon>
</button>
<!-- Delete -->
<button

View File

@@ -5,7 +5,7 @@
<button
matDialogClose
mat-icon-button>
<mat-icon [svgIcon]="'heroicons_outline:x'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:x-mark'"></mat-icon>
</button>
</div>
<!-- New label -->

View File

@@ -21,7 +21,7 @@
[matRippleDisabled]="filterStatus === 'notes'">
<mat-icon
class="text-current"
[svgIcon]="'heroicons_outline:pencil-alt'"></mat-icon>
[svgIcon]="'heroicons_outline:pencil-square'"></mat-icon>
<div class="ml-3 leading-5 select-none text-default">Notes</div>
</div>
<!-- Archive -->
@@ -34,7 +34,7 @@
[matRippleDisabled]="filterStatus === 'archived'">
<mat-icon
class="text-current"
[svgIcon]="'heroicons_outline:archive'"></mat-icon>
[svgIcon]="'heroicons_outline:archive-box'"></mat-icon>
<div class="ml-3 leading-5 select-none text-default">Archive</div>
</div>
<!-- Labels -->
@@ -80,14 +80,14 @@
class="flex lg:hidden -ml-2"
mat-icon-button
(click)="drawer.toggle()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
<mat-form-field
class="fuse-mat-rounded fuse-mat-dense flex-auto ml-4 lg:ml-0"
[subscriptSizing]="'dynamic'">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:search'"
[svgIcon]="'heroicons_solid:magnifying-glass'"
matPrefix></mat-icon>
<input
matInput

View File

@@ -45,7 +45,7 @@
(click)="toggleFormVisibility()">
<mat-icon
class="icon-size-4"
[svgIcon]="'heroicons_solid:x'"></mat-icon>
[svgIcon]="'heroicons_solid:x-mark'"></mat-icon>
</button>
</div>
</form>

View File

@@ -40,7 +40,7 @@
(click)="toggleFormVisibility()">
<mat-icon
class="icon-size-4"
[svgIcon]="'heroicons_solid:x'"></mat-icon>
[svgIcon]="'heroicons_solid:x-mark'"></mat-icon>
</button>
</div>
</form>

View File

@@ -15,7 +15,7 @@
[routerLink]="['..']">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:view-boards'"></mat-icon>
[svgIcon]="'heroicons_solid:view-columns'"></mat-icon>
<span class="ml-2">Boards</span>
</a>
<button
@@ -23,7 +23,7 @@
mat-stroked-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:cog'"></mat-icon>
[svgIcon]="'heroicons_solid:cog-8-tooth'"></mat-icon>
<span class="ml-2">Settings</span>
</button>
</div>
@@ -76,7 +76,7 @@
[matMenuTriggerFor]="listMenu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listMenu="matMenu">
<button
@@ -84,7 +84,7 @@
(click)="renameList(listTitleInput)">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:pencil-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:pencil-square'"></mat-icon>
Rename list
</button>
<button

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>
@@ -98,7 +98,7 @@
<div class="flex items-center flex-auto min-w-0">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:search'"></mat-icon>
[svgIcon]="'heroicons_solid:magnifying-glass'"></mat-icon>
<input
class="min-w-0 ml-2 py-1 border-0"
type="text"

View File

@@ -37,7 +37,7 @@
<button
mat-icon-button
[matMenuTriggerFor]="moreMenu">
<mat-icon [svgIcon]="'heroicons_outline:dots-vertical'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #moreMenu="matMenu">
<button
@@ -52,7 +52,7 @@
<a
mat-icon-button
[routerLink]="['../']">
<mat-icon [svgIcon]="'heroicons_outline:x'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:x-mark'"></mat-icon>
</a>
</div>
@@ -95,7 +95,7 @@
<ng-container *ngIf="task.tags.length">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:pencil-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:pencil-square'"></mat-icon>
<span class="ml-1.5 text-md font-medium whitespace-nowrap">Edit</span>
</ng-container>
@@ -114,7 +114,7 @@
<div class="flex items-center">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:search'"></mat-icon>
[svgIcon]="'heroicons_solid:magnifying-glass'"></mat-icon>
<div class="ml-2">
<input
class="w-full min-w-0 py-1 border-0"
@@ -133,7 +133,7 @@
<mat-icon
*ngIf="!tagsEditMode"
class="icon-size-5"
[svgIcon]="'heroicons_solid:pencil-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:pencil-square'"></mat-icon>
<mat-icon
*ngIf="tagsEditMode"
class="icon-size-5"
@@ -218,8 +218,8 @@
<!-- Low -->
<ng-container *ngIf="task.priority === 0">
<mat-icon
class="icon-size-5 text-current"
[svgIcon]="'heroicons_solid:arrow-narrow-down'"></mat-icon>
class="icon-size-4 text-current"
[svgIcon]="'heroicons_mini:arrow-long-down'"></mat-icon>
<span class="ml-2 mr-1 text-md font-medium">Low</span>
</ng-container>
@@ -235,7 +235,7 @@
<ng-container *ngIf="task.priority === 2">
<mat-icon
class="icon-size-4 text-current"
[svgIcon]="'heroicons_solid:arrow-narrow-up'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-long-up'"></mat-icon>
<span class="ml-2 mr-1 text-md font-medium">High</span>
</ng-container>
</div>
@@ -249,7 +249,7 @@
<span class="font-medium">Low</span>
<mat-icon
class="mr-0 icon-size-4 text-green-600 dark:text-green-500"
[svgIcon]="'heroicons_solid:arrow-narrow-down'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-long-down'"></mat-icon>
</span>
</button>
@@ -275,7 +275,7 @@
<span class="font-medium">High</span>
<mat-icon
class="mr-0 icon-size-4 text-red-600 dark:text-red-500"
[svgIcon]="'heroicons_solid:arrow-narrow-up'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-long-up'"></mat-icon>
</span>
</button>
</mat-menu>

View File

@@ -93,7 +93,7 @@
cdkDragHandle>
<mat-icon
class="icon-size-5 text-hint"
[svgIcon]="'heroicons_solid:menu'"></mat-icon>
[svgIcon]="'heroicons_solid:bars-3'"></mat-icon>
</div>
<!-- Complete task button -->
@@ -134,13 +134,13 @@
<mat-icon
class="icon-size-4 text-green-600 dark:text-green-400"
*ngIf="task.priority === 0"
[svgIcon]="'heroicons_solid:arrow-narrow-down'"
[svgIcon]="'heroicons_mini:arrow-long-down'"
[title]="'Low'"></mat-icon>
<!-- High -->
<mat-icon
class="icon-size-4 text-red-600 dark:text-red-400"
*ngIf="task.priority === 2"
[svgIcon]="'heroicons_solid:arrow-narrow-up'"
[svgIcon]="'heroicons_mini:arrow-long-up'"
[title]="'High'"></mat-icon>
</div>
</ng-container>
@@ -162,7 +162,7 @@
<div class="flex flex-auto flex-col items-center justify-center bg-gray-100 dark:bg-transparent">
<mat-icon
class="icon-size-24"
[svgIcon]="'heroicons_outline:clipboard-list'"></mat-icon>
[svgIcon]="'heroicons_outline:clipboard-document-list'"></mat-icon>
<div class="mt-4 text-2xl font-semibold tracking-tight text-secondary">Add a task to start planning!</div>
</div>
</ng-template>

View File

@@ -14,7 +14,7 @@
mat-stroked-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:cog'"></mat-icon>
[svgIcon]="'heroicons_solid:cog-8-tooth'"></mat-icon>
<span class="ml-2">Settings</span>
</button>
<button
@@ -23,7 +23,7 @@
[color]="'primary'">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span class="ml-2">Export</span>
</button>
@@ -32,7 +32,7 @@
<button
[matMenuTriggerFor]="actionsMenu"
mat-icon-button>
<mat-icon [svgIcon]="'heroicons_outline:dots-vertical'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #actionsMenu="matMenu">
<button mat-menu-item>Export</button>
@@ -68,7 +68,7 @@
<button
mat-icon-button
[matMenuTriggerFor]="visitorsMenu">
<mat-icon [svgIcon]="'heroicons_outline:dots-vertical'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #visitorsMenu="matMenu">
<button mat-menu-item>This Year</button>
@@ -115,7 +115,7 @@
<div class="flex lg:flex-col lg:ml-3">
<mat-icon
class="icon-size-5 text-red-500"
[svgIcon]="'heroicons_solid:trending-down'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-trending-down'"></mat-icon>
<div class="flex items-center ml-1 lg:ml-0 lg:mt-0.5 text-md leading-none whitespace-nowrap text-secondary">
<span class="font-medium text-red-500">2%</span>
<span class="ml-1">below target</span>
@@ -157,7 +157,7 @@
<div class="flex lg:flex-col lg:ml-3">
<mat-icon
class="icon-size-5 text-red-500"
[svgIcon]="'heroicons_solid:trending-down'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-trending-down'"></mat-icon>
<div class="flex items-center ml-1 lg:ml-0 lg:mt-0.5 text-md leading-none whitespace-nowrap text-secondary">
<span class="font-medium text-red-500">4%</span>
<span class="ml-1">below target</span>
@@ -199,7 +199,7 @@
<div class="flex lg:flex-col lg:ml-3">
<mat-icon
class="icon-size-5 text-red-500"
[svgIcon]="'heroicons_solid:trending-down'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-trending-down'"></mat-icon>
<div class="flex items-center ml-1 lg:ml-0 lg:mt-0.5 text-md leading-none whitespace-nowrap text-secondary">
<span class="font-medium text-red-500">4%</span>
<span class="ml-1">below target</span>
@@ -245,7 +245,7 @@
<div class="font-medium text-secondary leading-5">Overall Score</div>
<mat-icon
class="ml-1.5 icon-size-4 text-hint"
[svgIcon]="'heroicons_solid:information-circle'"
[svgIcon]="'heroicons_mini:information-circle'"
[matTooltip]="'Score is calculated by using the historical ratio between Page Views and Visitors. Best score is 1000, worst score is 0.'"></mat-icon>
</div>
<div class="flex items-start mt-2">
@@ -253,7 +253,7 @@
<div class="flex items-center ml-2">
<mat-icon
class="icon-size-5 text-green-500"
[svgIcon]="'heroicons_solid:arrow-circle-up'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-circle'"></mat-icon>
<div class="ml-1 text-md font-medium text-green-500">42.9%</div>
</div>
</div>
@@ -263,7 +263,7 @@
<div class="font-medium text-secondary leading-5">Average Ratio</div>
<mat-icon
class="ml-1.5 icon-size-4 text-hint"
[svgIcon]="'heroicons_solid:information-circle'"
[svgIcon]="'heroicons_mini:information-circle'"
[matTooltip]="'Average Ratio is the average ratio between Page Views and Visitors'"></mat-icon>
</div>
<div class="flex items-start mt-2">
@@ -271,7 +271,7 @@
<div class="flex items-center ml-2">
<mat-icon
class="icon-size-5 text-red-500"
[svgIcon]="'heroicons_solid:arrow-circle-down'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-down-circle'"></mat-icon>
<div class="ml-1 text-md font-medium text-red-500">13.1%</div>
</div>
</div>
@@ -281,7 +281,7 @@
<div class="font-medium text-secondary leading-5">Predicted Ratio</div>
<mat-icon
class="ml-1.5 icon-size-4 text-hint"
[svgIcon]="'heroicons_solid:information-circle'"
[svgIcon]="'heroicons_mini:information-circle'"
[matTooltip]="'Predicted Ratio is calculated by using historical ratio, current trends and your goal targets.'"></mat-icon>
</div>
<div class="flex items-start mt-2">
@@ -289,7 +289,7 @@
<div class="flex items-center ml-2">
<mat-icon
class="icon-size-5 text-green-500"
[svgIcon]="'heroicons_solid:arrow-circle-up'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-circle'"></mat-icon>
<div class="ml-1 text-md font-medium text-green-500">22.2%</div>
</div>
</div>

View File

@@ -29,7 +29,7 @@
<mat-icon
class="text-green-500 icon-size-3.5 mx-0.5 mb-px"
[ngClass]="{'text-green-500': item.trend.dir === 'up', 'text-red-500': item.trend.dir === 'down'}"
[svgIcon]="item.trend.dir === 'up' ? 'heroicons_solid:arrow-narrow-up' : 'heroicons_solid:arrow-narrow-down'"></mat-icon>
[svgIcon]="item.trend.dir === 'up' ? 'heroicons_mini:arrow-long-up' : 'heroicons_mini:arrow-long-down'"></mat-icon>
<div
class="font-mono font-medium text-sm leading-none mb-px"
[ngClass]="{'text-green-500': item.trend.dir === 'up', 'text-red-500': item.trend.dir === 'down'}">
@@ -57,7 +57,7 @@
<mat-label>Action</mat-label>
<mat-icon
class="icon-size-5"
[svgIcon]="buySellSelect.value === 'buy' ? 'heroicons_solid:download' : 'heroicons_solid:upload'"
[svgIcon]="buySellSelect.value === 'buy' ? 'heroicons_solid:arrow-down-tray' : 'heroicons_solid:arrow-up-tray'"
matPrefix></mat-icon>
<mat-select
[value]="'buy'"
@@ -204,7 +204,7 @@
class="mr-6 lg:hidden"
mat-icon-button
(click)="matDrawer.toggle()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
<div class="flex flex-col flex-auto my-3 mr-6">
<div class="flex items-center">
@@ -216,7 +216,7 @@
<mat-icon
class="text-green-500 icon-size-5 mr-0.5 mb-px"
[ngClass]="{'text-green-500': data.btc.trend.dir === 'up', 'text-red-500': data.btc.trend.dir === 'down'}"
[svgIcon]="data.btc.trend.dir === 'up' ? 'heroicons_solid:arrow-narrow-up' : 'heroicons_solid:arrow-narrow-down'"></mat-icon>
[svgIcon]="data.btc.trend.dir === 'up' ? 'heroicons_mini:arrow-long-up' : 'heroicons_mini:arrow-long-down'"></mat-icon>
<div
class="font-mono font-medium text-lg leading-none mb-px"
[ngClass]="{'text-green-500': data.btc.trend.dir === 'up', 'text-red-500': data.btc.trend.dir === 'down'}">

View File

@@ -14,7 +14,7 @@
mat-stroked-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:document-report'"></mat-icon>
[svgIcon]="'heroicons_solid:document-chart-bar'"></mat-icon>
<span class="ml-2">Reports</span>
</button>
<button
@@ -22,7 +22,7 @@
mat-stroked-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:cog'"></mat-icon>
[svgIcon]="'heroicons_solid:cog-8-tooth'"></mat-icon>
<span class="ml-2">Settings</span>
</button>
<button
@@ -31,7 +31,7 @@
[color]="'primary'">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span class="ml-2">Export</span>
</button>
@@ -40,7 +40,7 @@
<button
[matMenuTriggerFor]="actionsMenu"
mat-icon-button>
<mat-icon [svgIcon]="'heroicons_outline:dots-vertical'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_mini:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #actionsMenu="matMenu">
<button mat-menu-item>Export</button>
@@ -73,7 +73,7 @@
[matMenuTriggerFor]="previousStatementMenu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_mini:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #previousStatementMenu="matMenu">
<button mat-menu-item>
@@ -88,7 +88,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:cash'"></mat-icon>
[svgIcon]="'heroicons_solid:banknotes'"></mat-icon>
<span>Spending breakdown</span>
</span>
</button>
@@ -96,7 +96,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:receipt-tax'"></mat-icon>
[svgIcon]="'heroicons_solid:receipt-percent'"></mat-icon>
<span>Tax breakdown</span>
</span>
</button>
@@ -113,7 +113,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:mail'"></mat-icon>
[svgIcon]="'heroicons_solid:envelope'"></mat-icon>
<span>Email statement</span>
</span>
</button>
@@ -155,7 +155,7 @@
[matMenuTriggerFor]="currentStatementMenu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_mini:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #currentStatementMenu="matMenu">
<button mat-menu-item>
@@ -170,7 +170,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:cash'"></mat-icon>
[svgIcon]="'heroicons_solid:banknotes'"></mat-icon>
<span>Spending breakdown</span>
</span>
</button>
@@ -178,7 +178,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:receipt-tax'"></mat-icon>
[svgIcon]="'heroicons_solid:receipt-percent'"></mat-icon>
<span>Tax breakdown</span>
</span>
</button>
@@ -195,7 +195,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:mail'"></mat-icon>
[svgIcon]="'heroicons_solid:envelope'"></mat-icon>
<span>Email statement</span>
</span>
</button>
@@ -409,7 +409,7 @@
[matMenuTriggerFor]="budgetMenu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_mini:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #budgetMenu="matMenu">
<button mat-menu-item>Expenses breakdown</button>
@@ -428,7 +428,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:mail'"></mat-icon>
[svgIcon]="'heroicons_solid:envelope'"></mat-icon>
<span>Email budget summary</span>
</span>
</button>
@@ -459,7 +459,7 @@
<div class="text-lg leading-none">2.6%</div>
<mat-icon
class="text-green-600 icon-size-4 ml-1"
[svgIcon]="'heroicons_solid:arrow-narrow-down'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-long-down'"></mat-icon>
</div>
</div>
</div>
@@ -468,7 +468,7 @@
<div class="flex items-center justify-center w-14 h-14 rounded bg-indigo-100 text-indigo-800 dark:bg-indigo-600 dark:text-indigo-50">
<mat-icon
class="text-current"
[svgIcon]="'heroicons_outline:cash'"></mat-icon>
[svgIcon]="'heroicons_outline:banknotes'"></mat-icon>
</div>
<div class="flex-auto ml-4 leading-none">
<div class="text-sm font-medium text-secondary">Savings</div>
@@ -482,7 +482,7 @@
<div class="text-lg leading-none">12.7%</div>
<mat-icon
class="text-red-600 icon-size-4 ml-1"
[svgIcon]="'heroicons_solid:arrow-narrow-up'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-long-up'"></mat-icon>
</div>
</div>
</div>
@@ -505,7 +505,7 @@
<div class="text-lg leading-none">105.7%</div>
<mat-icon
class="text-red-600 icon-size-4 ml-1"
[svgIcon]="'heroicons_solid:arrow-narrow-up'"></mat-icon>
[svgIcon]="'heroicons_mini:arrow-long-up'"></mat-icon>
</div>
</div>
<div class="mt-3 text-md text-secondary">Exceeded your personal limit! Be careful next month.</div>

View File

@@ -31,7 +31,7 @@
[color]="'accent'">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:mail'"></mat-icon>
[svgIcon]="'heroicons_solid:envelope'"></mat-icon>
<span class="ml-2">Messages</span>
</button>
<button
@@ -39,7 +39,7 @@
[color]="'primary'">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:cog'"></mat-icon>
[svgIcon]="'heroicons_solid:cog-8-tooth'"></mat-icon>
<span class="ml-2">Settings</span>
</button>
</div>
@@ -56,7 +56,7 @@
<div class="flex items-center justify-center pl-2">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chevron-down'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-down'"></mat-icon>
</div>
</div>
<mat-menu
@@ -106,7 +106,7 @@
[matMenuTriggerFor]="summaryMenu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_mini:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #summaryMenu="matMenu">
<button mat-menu-item>Yesterday</button>
@@ -134,7 +134,7 @@
[matMenuTriggerFor]="overdueMenu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_mini:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #overdueMenu="matMenu">
<button mat-menu-item>Yesterday</button>
@@ -162,7 +162,7 @@
[matMenuTriggerFor]="issuesMenu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_mini:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #issuesMenu="matMenu">
<button mat-menu-item>Yesterday</button>
@@ -190,7 +190,7 @@
[matMenuTriggerFor]="featuresMenu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_mini:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #featuresMenu="matMenu">
<button mat-menu-item>Yesterday</button>
@@ -366,14 +366,14 @@
<div class="flex items-center">
<mat-icon
class="icon-size-5 text-hint"
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
<div class="ml-1.5 text-md text-secondary">{{scheduleItem.location}}</div>
</div>
</ng-container>
</div>
</div>
<button mat-icon-button>
<mat-icon [svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
</button>
</div>
</ng-container>
@@ -417,7 +417,7 @@
[matMenuTriggerFor]="weeklyExpensesMenu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_mini:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #weeklyExpensesMenu="matMenu">
<button mat-menu-item>This week</button>
@@ -434,7 +434,7 @@
<div class="flex items-center">
<mat-icon
class="mr-1 icon-size-5 text-green-500"
[svgIcon]="'heroicons_solid:trending-down'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-trending-down'"></mat-icon>
<div class="font-medium text-sm text-secondary leading-none whitespace-nowrap">
<span class="text-green-500">2%</span>
below projected
@@ -464,7 +464,7 @@
[matMenuTriggerFor]="monthlyExpensesMenu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_mini:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #monthlyExpensesMenu="matMenu">
<button mat-menu-item>This week</button>
@@ -481,7 +481,7 @@
<div class="flex items-center">
<mat-icon
class="mr-1 icon-size-5 text-red-500"
[svgIcon]="'heroicons_solid:trending-up'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-trending-up'"></mat-icon>
<div class="font-medium text-sm text-secondary leading-none whitespace-nowrap">
<span class="text-red-500">4%</span>
above projected
@@ -511,7 +511,7 @@
[matMenuTriggerFor]="yearlyExpensesMenu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_mini:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #yearlyExpensesMenu="matMenu">
<button mat-menu-item>This week</button>
@@ -528,7 +528,7 @@
<div class="flex items-center">
<mat-icon
class="mr-1 icon-size-5 text-red-500"
[svgIcon]="'heroicons_solid:trending-up'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-trending-up'"></mat-icon>
<div class="font-medium text-sm text-secondary leading-none whitespace-nowrap">
<span class="text-red-500">3%</span>
above projected
@@ -719,7 +719,7 @@
[href]="'mailto:' + member.email">
<mat-icon
class="icon-size-5 text-hint"
[svgIcon]="'heroicons_solid:mail'"></mat-icon>
[svgIcon]="'heroicons_solid:envelope'"></mat-icon>
<span class="ml-2">Email</span>
</a>
<a

View File

@@ -31,6 +31,7 @@ export class ChangelogComponent
list: [
'(Dependencies) Updated Angular & Angular Material to v16',
'(Dependencies) Updated various other packages',
'(Icons) Updated Heroicons'
],
},
],

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Authentication</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Customization</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Customization</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Customization</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Customization</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Customization</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Customization</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Customization</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Development</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Development</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Development</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Development</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Development</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Getting Started</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Getting Started</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Getting Started</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Guides</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Getting Started</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -48,7 +48,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required
@@ -76,7 +76,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordConfirmField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error *ngIf="resetPasswordForm.get('passwordConfirm').hasError('required')">
Password confirmation is required

View File

@@ -98,7 +98,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required
@@ -126,7 +126,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordConfirmField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error *ngIf="resetPasswordForm.get('passwordConfirm').hasError('required')">
Password confirmation is required

View File

@@ -48,7 +48,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required
@@ -76,7 +76,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordConfirmField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error *ngIf="resetPasswordForm.get('passwordConfirm').hasError('required')">
Password confirmation is required

View File

@@ -99,7 +99,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required
@@ -127,7 +127,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordConfirmField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error *ngIf="resetPasswordForm.get('passwordConfirm').hasError('required')">
Password confirmation is required

View File

@@ -49,7 +49,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required
@@ -77,7 +77,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordConfirmField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error *ngIf="resetPasswordForm.get('passwordConfirm').hasError('required')">
Password confirmation is required

View File

@@ -98,7 +98,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required
@@ -126,7 +126,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordConfirmField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error *ngIf="resetPasswordForm.get('passwordConfirm').hasError('required')">
Password confirmation is required

View File

@@ -48,7 +48,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required
@@ -76,7 +76,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordConfirmField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error *ngIf="resetPasswordForm.get('passwordConfirm').hasError('required')">
Password confirmation is required

View File

@@ -69,7 +69,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -119,7 +119,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -69,7 +69,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -120,7 +120,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -70,7 +70,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -119,7 +119,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -69,7 +69,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -80,7 +80,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -130,7 +130,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -80,7 +80,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -131,7 +131,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -81,7 +81,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -130,7 +130,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -80,7 +80,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -57,7 +57,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -107,7 +107,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -57,7 +57,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -108,7 +108,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -58,7 +58,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -107,7 +107,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -57,7 +57,7 @@
<mat-icon
class="icon-size-5"
*ngIf="passwordField.type === 'text'"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
<mat-error>
Password is required

View File

@@ -276,7 +276,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:pencil-alt'"></mat-icon>
[svgIcon]="'heroicons_outline:pencil-square'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Create and Edit Projects</div>
<div class="mt-2 leading-6 text-secondary">
@@ -287,7 +287,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:filter'"></mat-icon>
[svgIcon]="'heroicons_outline:funnel'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Search and Filter</div>
<div class="mt-2 leading-6 text-secondary">
@@ -298,7 +298,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:refresh'"></mat-icon>
[svgIcon]="'heroicons_outline:arrow-path'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Real Time Updates</div>
<div class="mt-2 leading-6 text-secondary">
@@ -331,7 +331,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:chart-square-bar'"></mat-icon>
[svgIcon]="'heroicons_outline:chart-bar-square'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Simple Analytics</div>
<div class="mt-2 leading-6 text-secondary">

View File

@@ -184,7 +184,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:pencil-alt'"></mat-icon>
[svgIcon]="'heroicons_outline:pencil-square'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Create and Edit Projects</div>
<div class="mt-2 leading-6 text-secondary">
@@ -195,7 +195,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:filter'"></mat-icon>
[svgIcon]="'heroicons_outline:funnel'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Search and Filter</div>
<div class="mt-2 leading-6 text-secondary">
@@ -206,7 +206,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:refresh'"></mat-icon>
[svgIcon]="'heroicons_outline:arrow-path'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Real Time Updates</div>
<div class="mt-2 leading-6 text-secondary">
@@ -239,7 +239,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:chart-square-bar'"></mat-icon>
[svgIcon]="'heroicons_outline:chart-bar-square'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Simple Analytics</div>
<div class="mt-2 leading-6 text-secondary">

View File

@@ -100,7 +100,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:pencil-alt'"></mat-icon>
[svgIcon]="'heroicons_outline:pencil-square'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Create and Edit Projects</div>
<div class="mt-2 leading-6 text-secondary">
@@ -111,7 +111,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:filter'"></mat-icon>
[svgIcon]="'heroicons_outline:funnel'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Search and Filter</div>
<div class="mt-2 leading-6 text-secondary">
@@ -122,7 +122,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:refresh'"></mat-icon>
[svgIcon]="'heroicons_outline:arrow-path'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Real Time Updates</div>
<div class="mt-2 leading-6 text-secondary">
@@ -155,7 +155,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:chart-square-bar'"></mat-icon>
[svgIcon]="'heroicons_outline:chart-bar-square'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Simple Analytics</div>
<div class="mt-2 leading-6 text-secondary">

View File

@@ -316,7 +316,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:pencil-alt'"></mat-icon>
[svgIcon]="'heroicons_outline:pencil-square'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Create and Edit Projects</div>
<div class="mt-2 leading-6 text-secondary">
@@ -327,7 +327,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:filter'"></mat-icon>
[svgIcon]="'heroicons_outline:funnel'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Search and Filter</div>
<div class="mt-2 leading-6 text-secondary">
@@ -338,7 +338,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:refresh'"></mat-icon>
[svgIcon]="'heroicons_outline:arrow-path'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Real Time Updates</div>
<div class="mt-2 leading-6 text-secondary">
@@ -371,7 +371,7 @@
<span class="flex items-center justify-center w-12 h-12 rounded bg-primary">
<mat-icon
class="text-white"
[svgIcon]="'heroicons_outline:chart-square-bar'"></mat-icon>
[svgIcon]="'heroicons_outline:chart-bar-square'"></mat-icon>
</span>
<div class="mt-4 text-xl font-medium">Simple Analytics</div>
<div class="mt-2 leading-6 text-secondary">

View File

@@ -90,7 +90,7 @@
<div class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
<span class="leading-none">London, UK</span>
</div>
<div class="flex items-center mt-4">
@@ -125,7 +125,7 @@
[matMenuTriggerFor]="listCard08Menu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listCard08Menu="matMenu">
<button mat-menu-item>Find friends</button>
@@ -227,7 +227,7 @@
[matMenuTriggerFor]="listCard09Menu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listCard09Menu="matMenu">
<button mat-menu-item>Add image</button>
@@ -330,7 +330,7 @@
[matMenuTriggerFor]="listCard02Menu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listCard02Menu="matMenu">
<button mat-menu-item>Search for groups</button>
@@ -404,7 +404,7 @@
[matMenuTriggerFor]="listCard01Menu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listCard01Menu="matMenu">
<button mat-menu-item>Mark all as read</button>
@@ -462,7 +462,7 @@
[matMenuTriggerFor]="listCard04Menu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listCard04Menu="matMenu">
<button mat-menu-item>Clear activities</button>
@@ -554,7 +554,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:photograph'"></mat-icon>
[svgIcon]="'heroicons_solid:photo'"></mat-icon>
<span class="ml-2">Photo / Video</span>
</button>
<button
@@ -570,7 +570,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:emoji-happy'"></mat-icon>
[svgIcon]="'heroicons_solid:face-smile'"></mat-icon>
<span class="ml-2">Feeling</span>
</button>
<button
@@ -579,7 +579,7 @@
[matMenuTriggerFor]="postCardMenu01">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-horizontal'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-horizontal'"></mat-icon>
</button>
<mat-menu #postCardMenu01="matMenu">
<button
@@ -598,7 +598,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:emoji-happy'"></mat-icon>
[svgIcon]="'heroicons_solid:face-smile'"></mat-icon>
<span>Feeling</span>
</span>
</button>
@@ -622,7 +622,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
<span>Check in</span>
</span>
</button>
@@ -649,14 +649,14 @@
[matMenuTriggerFor]="postCardMenu02">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu02="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -664,7 +664,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -689,7 +689,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -717,7 +717,7 @@
[matTooltipPosition]="'right'">
<mat-icon
class="icon-size-4 text-gray-100"
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
</div>
</div>
<div class="flex items-center mx-3 sm:mx-5">
@@ -734,7 +734,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button
@@ -782,7 +782,7 @@
<mat-icon
class="icon-size-5 transition-transform ease-in-out duration-150 rotate-0"
[ngClass]="{'rotate-180': expandableCard02.expanded}"
[svgIcon]="'heroicons_solid:chevron-down'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-down'"></mat-icon>
</button>
</div>
</div>
@@ -814,12 +814,12 @@
<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>
<button mat-icon-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:photograph'"></mat-icon>
[svgIcon]="'heroicons_solid:photo'"></mat-icon>
</button>
</div>
</div>
@@ -1004,14 +1004,14 @@
[matMenuTriggerFor]="postCardMenu08">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu08="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -1019,7 +1019,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -1044,7 +1044,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -1083,7 +1083,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button
@@ -1149,14 +1149,14 @@
[matMenuTriggerFor]="postCardMenu04">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu04="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -1164,7 +1164,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -1189,7 +1189,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -1242,7 +1242,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button
@@ -1308,14 +1308,14 @@
[matMenuTriggerFor]="postCardMenu10">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu10="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -1323,7 +1323,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -1348,7 +1348,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -1396,7 +1396,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button
@@ -1462,14 +1462,14 @@
[matMenuTriggerFor]="postCardMenu03">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu03="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -1477,7 +1477,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -1502,7 +1502,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -1547,7 +1547,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button
@@ -1613,14 +1613,14 @@
[matMenuTriggerFor]="postCardMenu09">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu09="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -1628,7 +1628,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -1653,7 +1653,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -1701,7 +1701,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button

View File

@@ -63,7 +63,7 @@
<mat-label>Company</mat-label>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:office-building'"
[svgIcon]="'heroicons_solid:building-office-2'"
matPrefix></mat-icon>
<input
[formControlName]="'company'"
@@ -103,7 +103,7 @@
<mat-label>Email</mat-label>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:mail'"
[svgIcon]="'heroicons_solid:envelope'"
matPrefix></mat-icon>
<input
[formControlName]="'email'"
@@ -133,7 +133,7 @@
<mat-label>Country</mat-label>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:location-marker'"
[svgIcon]="'heroicons_solid:map-pin'"
matPrefix></mat-icon>
<mat-select [formControlName]="'country'">
<mat-option [value]="'usa'">United States</mat-option>

View File

@@ -124,7 +124,7 @@
<mat-label>Country</mat-label>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:location-marker'"
[svgIcon]="'heroicons_solid:map-pin'"
matPrefix></mat-icon>
<mat-select [formControlName]="'country'">
<mat-option [value]="'usa'">United States</mat-option>

View File

@@ -18,7 +18,7 @@
<button
mat-icon-button
(click)="drawer.close()">
<mat-icon [svgIcon]="'heroicons_outline:x'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:x-mark'"></mat-icon>
</button>
</div>
</div>
@@ -63,7 +63,7 @@
class="lg:hidden -ml-2"
mat-icon-button
(click)="drawer.toggle()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
<!-- Panel title -->

View File

@@ -97,7 +97,7 @@
class="ml-1.5"
mat-icon-button
(click)="flippableCard01.face = flippableCard01.face === 'front' ? 'back' : 'front'">
<mat-icon [svgIcon]="'heroicons_outline:arrow-narrow-left'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:arrow-long-left'"></mat-icon>
</button>
<div class="m-4 mt-3">
<div class="text-2xl font-semibold leading-tight">
@@ -162,7 +162,7 @@
<mat-icon
class="icon-size-5 transition-transform ease-in-out duration-150 rotate-0"
[ngClass]="{'rotate-180': expandableCard01.expanded}"
[svgIcon]="'heroicons_solid:chevron-down'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-down'"></mat-icon>
</button>
</div>
</div>
@@ -668,7 +668,7 @@
[matMenuTriggerFor]="listCard01Menu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listCard01Menu="matMenu">
<button mat-menu-item>Mark all as read</button>
@@ -727,7 +727,7 @@
[matMenuTriggerFor]="listCard02Menu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listCard02Menu="matMenu">
<button mat-menu-item>Search for groups</button>
@@ -802,7 +802,7 @@
[matMenuTriggerFor]="listCard03Menu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listCard03Menu="matMenu">
<button mat-menu-item>Find friends</button>
@@ -873,7 +873,7 @@
[matMenuTriggerFor]="listCard04Menu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listCard04Menu="matMenu">
<button mat-menu-item>Clear activities</button>
@@ -944,7 +944,7 @@
[matMenuTriggerFor]="listCard05Menu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listCard05Menu="matMenu">
<button mat-menu-item>Mark all as done</button>
@@ -1030,7 +1030,7 @@
[matMenuTriggerFor]="listCard06Menu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listCard06Menu="matMenu">
<button mat-menu-item>Mark all as done</button>
@@ -1107,7 +1107,7 @@
[matMenuTriggerFor]="listCard07Menu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listCard07Menu="matMenu">
<button mat-menu-item>View weekly</button>
@@ -1209,7 +1209,7 @@
[matMenuTriggerFor]="listCard08Menu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listCard08Menu="matMenu">
<button mat-menu-item>Find friends</button>
@@ -1312,7 +1312,7 @@
[matMenuTriggerFor]="listCard09Menu">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #listCard09Menu="matMenu">
<button mat-menu-item>Add image</button>
@@ -1501,7 +1501,7 @@
<div class="flex items-center justify-center p-5 rounded-full bg-primary-100 dark:bg-gray-600">
<mat-icon
class="icon-size-10 text-primary-500 dark:text-primary-300"
[svgIcon]="'heroicons_outline:support'"></mat-icon>
[svgIcon]="'heroicons_outline:information-circle'"></mat-icon>
</div>
<div class="text-2xl font-semibold leading-tight text-center mt-6">Support</div>
<div class="text-center text-secondary mt-3">Contact support to learn more about our products and get professional help</div>
@@ -1603,7 +1603,7 @@
<div class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
<span class="leading-none">London, UK</span>
</div>
<div class="flex items-center mt-4">
@@ -1655,7 +1655,7 @@
<button mat-icon-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:user-add'"></mat-icon>
[svgIcon]="'heroicons_solid:user-plus'"></mat-icon>
</button>
</div>
</div>
@@ -1743,7 +1743,7 @@
<fuse-card class="flex items-center max-w-80 w-full p-6 filter-info">
<mat-icon
class="icon-size-12 mr-6"
[svgIcon]="'heroicons_outline:mail'"></mat-icon>
[svgIcon]="'heroicons_outline:envelope'"></mat-icon>
<div class="flex flex-col">
<div class="text-2xl font-semibold leading-tight">1 new mail</div>
<div class="text-md text-secondary">Mailbox</div>
@@ -1759,7 +1759,7 @@
</div>
<mat-icon
class="icon-size-12 ml-6"
[svgIcon]="'heroicons_outline:chat'"></mat-icon>
[svgIcon]="'heroicons_outline:chat-bubble-oval-left-ellipsis'"></mat-icon>
</fuse-card>
@@ -1953,7 +1953,7 @@
<button mat-icon-button>
<mat-icon
class="icon-size-5 text-white text-opacity-50"
[svgIcon]="'heroicons_solid:switch-horizontal'"></mat-icon>
[svgIcon]="'heroicons_solid:arrows-right-left'"></mat-icon>
</button>
</div>
<img
@@ -2028,7 +2028,7 @@
<button mat-icon-button>
<mat-icon
class="icon-size-5 text-hint"
[svgIcon]="'heroicons_solid:switch-horizontal'"></mat-icon>
[svgIcon]="'heroicons_solid:arrows-right-left'"></mat-icon>
</button>
</div>
</div>
@@ -2080,7 +2080,7 @@
<button mat-icon-button>
<mat-icon
class="icon-size-5 text-hint"
[svgIcon]="'heroicons_solid:switch-horizontal'"></mat-icon>
[svgIcon]="'heroicons_solid:arrows-right-left'"></mat-icon>
</button>
</div>
</div>
@@ -2185,7 +2185,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:photograph'"></mat-icon>
[svgIcon]="'heroicons_solid:photo'"></mat-icon>
<span class="ml-2">Photo / Video</span>
</button>
<button
@@ -2201,7 +2201,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:emoji-happy'"></mat-icon>
[svgIcon]="'heroicons_solid:face-smile'"></mat-icon>
<span class="ml-2">Feeling</span>
</button>
<button
@@ -2210,7 +2210,7 @@
[matMenuTriggerFor]="postCardMenu01">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-horizontal'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-horizontal'"></mat-icon>
</button>
<mat-menu #postCardMenu01="matMenu">
<button
@@ -2229,7 +2229,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:emoji-happy'"></mat-icon>
[svgIcon]="'heroicons_solid:face-smile'"></mat-icon>
<span>Feeling</span>
</span>
</button>
@@ -2253,7 +2253,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
<span>Check in</span>
</span>
</button>
@@ -2281,14 +2281,14 @@
[matMenuTriggerFor]="postCardMenu02">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu02="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -2296,7 +2296,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -2321,7 +2321,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -2349,7 +2349,7 @@
[matTooltipPosition]="'right'">
<mat-icon
class="icon-size-4 text-gray-100"
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
</div>
</div>
<div class="flex items-center mx-3 sm:mx-5">
@@ -2366,7 +2366,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button
@@ -2414,7 +2414,7 @@
<mat-icon
class="icon-size-5 transition-transform ease-in-out duration-150 rotate-0"
[ngClass]="{'rotate-180': expandableCard02.expanded}"
[svgIcon]="'heroicons_solid:chevron-down'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-down'"></mat-icon>
</button>
</div>
</div>
@@ -2446,12 +2446,12 @@
<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>
<button mat-icon-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:photograph'"></mat-icon>
[svgIcon]="'heroicons_solid:photo'"></mat-icon>
</button>
</div>
</div>
@@ -2637,14 +2637,14 @@
[matMenuTriggerFor]="postCardMenu03">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu03="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -2652,7 +2652,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -2677,7 +2677,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -2722,7 +2722,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button
@@ -2789,14 +2789,14 @@
[matMenuTriggerFor]="postCardMenu04">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu04="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -2804,7 +2804,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -2829,7 +2829,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -2882,7 +2882,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button
@@ -2949,14 +2949,14 @@
[matMenuTriggerFor]="postCardMenu05">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu05="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -2964,7 +2964,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -2989,7 +2989,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -3050,7 +3050,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button
@@ -3117,14 +3117,14 @@
[matMenuTriggerFor]="postCardMenu06">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu06="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -3132,7 +3132,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -3157,7 +3157,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -3224,7 +3224,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button
@@ -3291,14 +3291,14 @@
[matMenuTriggerFor]="postCardMenu07">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu07="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -3306,7 +3306,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -3331,7 +3331,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -3402,7 +3402,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button
@@ -3469,14 +3469,14 @@
[matMenuTriggerFor]="postCardMenu08">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu08="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -3484,7 +3484,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -3509,7 +3509,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -3548,7 +3548,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button
@@ -3615,14 +3615,14 @@
[matMenuTriggerFor]="postCardMenu09">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu09="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -3630,7 +3630,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -3655,7 +3655,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -3703,7 +3703,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button
@@ -3770,14 +3770,14 @@
[matMenuTriggerFor]="postCardMenu10">
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:dots-vertical'"></mat-icon>
[svgIcon]="'heroicons_solid:ellipsis-vertical'"></mat-icon>
</button>
<mat-menu #postCardMenu10="matMenu">
<button mat-menu-item>
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:save'"></mat-icon>
[svgIcon]="'heroicons_solid:arrow-up-tray'"></mat-icon>
<span>Save post</span>
</span>
</button>
@@ -3785,7 +3785,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
<span>Hide post</span>
</span>
</button>
@@ -3810,7 +3810,7 @@
<span class="flex items-center">
<mat-icon
class="icon-size-5 mr-3"
[svgIcon]="'heroicons_solid:exclamation'"></mat-icon>
[svgIcon]="'heroicons_solid:exclamation-triangle'"></mat-icon>
<span>Report post</span>
</span>
</button>
@@ -3858,7 +3858,7 @@
mat-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
[svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'"></mat-icon>
<span class="ml-2">Comment</span>
</button>
<button
@@ -3936,12 +3936,12 @@
<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>
<button mat-icon-button>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:photograph'"></mat-icon>
[svgIcon]="'heroicons_solid:photo'"></mat-icon>
</button>
</div>
</div>

View File

@@ -48,7 +48,7 @@ export class ConfirmationDialogComponent implements OnInit
message : 'Are you sure you want to remove this contact permanently? <span class="font-medium">This action cannot be undone!</span>',
icon : this._formBuilder.group({
show : true,
name : 'heroicons_outline:exclamation',
name : 'heroicons_outline:exclamation-triangle',
color: 'warn',
}),
actions : this._formBuilder.group({

View File

@@ -11,7 +11,7 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Forms</a>
</div>
</div>
@@ -75,7 +75,7 @@
<mat-icon
class="icon-size-5"
matSuffix
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
</mat-form-field>
</div>
<div class="flex flex-col gt-md:flex-row">
@@ -87,7 +87,7 @@
<mat-icon
class="icon-size-5"
matSuffix
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
</mat-form-field>
<mat-form-field
[ngClass]="formFieldHelpers"
@@ -97,7 +97,7 @@
<mat-icon
class="icon-size-5"
matSuffix
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
</mat-form-field>
</div>
<div class="flex">
@@ -113,7 +113,7 @@
<mat-icon
class="icon-size-5"
matSuffix
[svgIcon]="'heroicons_solid:mail'"></mat-icon>
[svgIcon]="'heroicons_solid:envelope'"></mat-icon>
</mat-form-field>
</div>
</form>
@@ -320,14 +320,14 @@
matPrefix>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:badge-check'"></mat-icon>
[svgIcon]="'heroicons_solid:check-badge'"></mat-icon>
</button>
<button
mat-icon-button
matSuffix>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
</mat-form-field>
</div>
@@ -439,7 +439,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
</mat-form-field>
<mat-form-field
[ngClass]="formFieldHelpers"
@@ -453,7 +453,7 @@
<mat-icon
class="icon-size-5"
matSuffix
[svgIcon]="'heroicons_solid:translate'"></mat-icon>
[svgIcon]="'heroicons_solid:language'"></mat-icon>
</mat-form-field>
</div>
<div class="flex flex-col gt-xs:flex-row">
@@ -470,7 +470,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
</mat-form-field>
<mat-form-field
[ngClass]="formFieldHelpers"
@@ -485,7 +485,7 @@
<mat-icon
class="icon-size-5"
matSuffix
[svgIcon]="'heroicons_solid:translate'"></mat-icon>
[svgIcon]="'heroicons_solid:language'"></mat-icon>
</mat-form-field>
</div>
<div class="flex">
@@ -589,14 +589,14 @@
matPrefix>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:badge-check'"></mat-icon>
[svgIcon]="'heroicons_solid:check-badge'"></mat-icon>
</button>
<button
mat-icon-button
matSuffix>
<mat-icon
class="icon-size-5"
[svgIcon]="'heroicons_solid:eye-off'"></mat-icon>
[svgIcon]="'heroicons_solid:eye-slash'"></mat-icon>
</button>
</mat-form-field>
</div>
@@ -711,7 +711,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
</mat-form-field>
<mat-form-field
[ngClass]="formFieldHelpers"
@@ -724,7 +724,7 @@
<mat-icon
class="icon-size-5"
matSuffix
[svgIcon]="'heroicons_solid:translate'"></mat-icon>
[svgIcon]="'heroicons_solid:language'"></mat-icon>
</mat-form-field>
</div>
<div class="flex flex-col gt-xs:flex-row">
@@ -742,7 +742,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
</mat-form-field>
<mat-form-field
[ngClass]="formFieldHelpers"
@@ -758,7 +758,7 @@
<mat-icon
class="icon-size-5"
matSuffix
[svgIcon]="'heroicons_solid:translate'"></mat-icon>
[svgIcon]="'heroicons_solid:language'"></mat-icon>
</mat-form-field>
</div>
<div class="flex">

View File

@@ -11,7 +11,7 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Forms</a>
</div>
</div>
@@ -58,7 +58,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:mail'"></mat-icon>
[svgIcon]="'heroicons_solid:envelope'"></mat-icon>
</mat-form-field>
</div>
<div class="flex flex-col gt-xs:flex-row">
@@ -71,7 +71,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
</mat-form-field>
<mat-form-field class="flex-auto gt-xs:pl-3">
<mat-select [placeholder]="'Language'">
@@ -82,7 +82,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:translate'"></mat-icon>
[svgIcon]="'heroicons_solid:language'"></mat-icon>
</mat-form-field>
</div>
@@ -129,7 +129,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:menu-alt-2'"></mat-icon>
[svgIcon]="'heroicons_solid:bars-3-bottom-left'"></mat-icon>
</mat-form-field>
</div>
@@ -225,7 +225,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:mail'"></mat-icon>
[svgIcon]="'heroicons_solid:envelope'"></mat-icon>
</mat-form-field>
</div>
<div class="flex">
@@ -239,7 +239,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
</mat-form-field>
</div>
<div class="flex">
@@ -253,7 +253,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:translate'"></mat-icon>
[svgIcon]="'heroicons_solid:language'"></mat-icon>
</mat-form-field>
</div>
</div>
@@ -312,7 +312,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:menu-alt-2'"></mat-icon>
[svgIcon]="'heroicons_solid:bars-3-bottom-left'"></mat-icon>
</mat-form-field>
</div>
</div>
@@ -536,7 +536,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:mail'"></mat-icon>
[svgIcon]="'heroicons_solid:envelope'"></mat-icon>
</mat-form-field>
</div>
<div class="flex flex-col gt-xs:flex-row">
@@ -549,7 +549,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
</mat-form-field>
<mat-form-field class="flex-auto gt-xs:pl-3">
<mat-select [placeholder]="'Language'">
@@ -560,7 +560,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:translate'"></mat-icon>
[svgIcon]="'heroicons_solid:language'"></mat-icon>
</mat-form-field>
</div>
</div>
@@ -608,7 +608,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:menu-alt-2'"></mat-icon>
[svgIcon]="'heroicons_solid:bars-3-bottom-left'"></mat-icon>
</mat-form-field>
</div>
</div>

View File

@@ -11,7 +11,7 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Forms</a>
</div>
</div>
@@ -74,7 +74,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:mail'"></mat-icon>
[svgIcon]="'heroicons_solid:envelope'"></mat-icon>
</mat-form-field>
</div>
<div class="flex flex-col gt-xs:flex-row">
@@ -90,7 +90,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
</mat-form-field>
<mat-form-field class="flex-auto gt-xs:pl-3">
<mat-select
@@ -104,7 +104,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:translate'"></mat-icon>
[svgIcon]="'heroicons_solid:language'"></mat-icon>
</mat-form-field>
</div>
<div class="flex justify-end">
@@ -172,7 +172,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:menu-alt-2'"></mat-icon>
[svgIcon]="'heroicons_solid:bars-3-bottom-left'"></mat-icon>
</mat-form-field>
</div>
<div class="flex justify-end">
@@ -324,7 +324,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:mail'"></mat-icon>
[svgIcon]="'heroicons_solid:envelope'"></mat-icon>
</mat-form-field>
</div>
<div class="flex flex-col gt-xs:flex-row">
@@ -340,7 +340,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:location-marker'"></mat-icon>
[svgIcon]="'heroicons_solid:map-pin'"></mat-icon>
</mat-form-field>
<mat-form-field class="flex-auto gt-xs:pl-3">
<mat-select
@@ -354,7 +354,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:translate'"></mat-icon>
[svgIcon]="'heroicons_solid:language'"></mat-icon>
</mat-form-field>
</div>
<div class="flex justify-end">
@@ -422,7 +422,7 @@
<mat-icon
class="icon-size-5"
matPrefix
[svgIcon]="'heroicons_solid:menu-alt-2'"></mat-icon>
[svgIcon]="'heroicons_solid:bars-3-bottom-left'"></mat-icon>
</mat-form-field>
</div>
<div class="flex justify-end">

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Fuse Components</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Components</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Fuse Components</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Components</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

View File

@@ -11,13 +11,13 @@
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<a class="ml-1 text-primary-500">Fuse Components</a>
</div>
<div class="flex items-center ml-1 whitespace-nowrap">
<mat-icon
class="icon-size-5 text-secondary"
[svgIcon]="'heroicons_solid:chevron-right'"></mat-icon>
[svgIcon]="'heroicons_mini:chevron-right'"></mat-icon>
<span class="ml-1 text-secondary">Components</span>
</div>
</div>
@@ -32,7 +32,7 @@
class="-ml-3 sm:ml-0 mb-2 sm:mb-0 order-first sm:order-last"
mat-icon-button
(click)="toggleDrawer()">
<mat-icon [svgIcon]="'heroicons_outline:menu'"></mat-icon>
<mat-icon [svgIcon]="'heroicons_outline:bars-3'"></mat-icon>
</button>
</div>

Some files were not shown because too many files have changed in this diff Show More