@@ -73,14 +73,14 @@
mat-menu-item
*ngIf="mail.unread"
(click)="toggleUnread(false)">
-
+
Mark as read
@@ -88,14 +88,14 @@
mat-menu-item
*ngIf="getCurrentFolder() !== 'spam' && getCurrentFolder() !== 'drafts'"
(click)="moveToFolder('spam')">
-
+
Spam
@@ -297,7 +297,7 @@
(click)="reply()">
+ [svgIcon]="'heroicons_solid:arrow-uturn-left'">
Reply
@@ -308,7 +308,7 @@
(click)="replyAll()">
+ [svgIcon]="'heroicons_solid:arrow-uturn-left'">
Reply All
@@ -358,13 +358,13 @@
@@ -403,7 +403,7 @@
+ [svgIcon]="'heroicons_outline:envelope'">
Select a mail to read
diff --git a/src/app/modules/admin/apps/mailbox/empty-details/empty-details.component.html b/src/app/modules/admin/apps/mailbox/empty-details/empty-details.component.html
index 98ecd7a2..4b011961 100644
--- a/src/app/modules/admin/apps/mailbox/empty-details/empty-details.component.html
+++ b/src/app/modules/admin/apps/mailbox/empty-details/empty-details.component.html
@@ -4,7 +4,7 @@
+ [svgIcon]="'heroicons_outline:envelope'">
Select a mail to read
diff --git a/src/app/modules/admin/apps/mailbox/list/list.component.html b/src/app/modules/admin/apps/mailbox/list/list.component.html
index 7bda26fd..28721a19 100644
--- a/src/app/modules/admin/apps/mailbox/list/list.component.html
+++ b/src/app/modules/admin/apps/mailbox/list/list.component.html
@@ -12,7 +12,7 @@
{{category.name}}
@@ -136,7 +136,7 @@
+ [svgIcon]="'heroicons_outline:envelope'">
There are no e-mails
diff --git a/src/app/modules/admin/apps/mailbox/mailbox.routes.ts b/src/app/modules/admin/apps/mailbox/mailbox.routes.ts
index a1843519..0b32ddcc 100644
--- a/src/app/modules/admin/apps/mailbox/mailbox.routes.ts
+++ b/src/app/modules/admin/apps/mailbox/mailbox.routes.ts
@@ -241,7 +241,7 @@ export default [
pathMatch : 'full',
},
{
- path : 'filter/:filter',
+ path : 'filter/:funnel',
redirectTo: 'filter/:filter/1',
pathMatch : 'full',
},
diff --git a/src/app/modules/admin/apps/mailbox/settings/settings.component.html b/src/app/modules/admin/apps/mailbox/settings/settings.component.html
index 5bc9b058..5a9a46f7 100644
--- a/src/app/modules/admin/apps/mailbox/settings/settings.component.html
+++ b/src/app/modules/admin/apps/mailbox/settings/settings.component.html
@@ -6,7 +6,7 @@
diff --git a/src/app/modules/admin/apps/mailbox/sidebar/sidebar.component.ts b/src/app/modules/admin/apps/mailbox/sidebar/sidebar.component.ts
index 96f82dc8..5de23d47 100644
--- a/src/app/modules/admin/apps/mailbox/sidebar/sidebar.component.ts
+++ b/src/app/modules/admin/apps/mailbox/sidebar/sidebar.component.ts
@@ -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',
});
diff --git a/src/app/modules/admin/apps/notes/details/details.component.html b/src/app/modules/admin/apps/notes/details/details.component.html
index 2ca48fb1..447e15dc 100644
--- a/src/app/modules/admin/apps/notes/details/details.component.html
+++ b/src/app/modules/admin/apps/notes/details/details.component.html
@@ -53,7 +53,7 @@
(input)="updateTaskOnNote(note, task)">
@@ -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>
-
+
diff --git a/src/app/modules/admin/apps/notes/list/list.component.html b/src/app/modules/admin/apps/notes/list/list.component.html
index 23ae903d..0ae7ba7d 100644
--- a/src/app/modules/admin/apps/notes/list/list.component.html
+++ b/src/app/modules/admin/apps/notes/list/list.component.html
@@ -21,7 +21,7 @@
[matRippleDisabled]="filterStatus === 'notes'">
+ [svgIcon]="'heroicons_outline:pencil-square'">
Notes
@@ -34,7 +34,7 @@
[matRippleDisabled]="filterStatus === 'archived'">
+ [svgIcon]="'heroicons_outline:archive-box'">
Archive
@@ -80,14 +80,14 @@
class="flex lg:hidden -ml-2"
mat-icon-button
(click)="drawer.toggle()">
-
+
+ [svgIcon]="'heroicons_solid:x-mark'">
diff --git a/src/app/modules/admin/apps/scrumboard/board/add-list/add-list.component.html b/src/app/modules/admin/apps/scrumboard/board/add-list/add-list.component.html
index 321496b7..2e6630a4 100644
--- a/src/app/modules/admin/apps/scrumboard/board/add-list/add-list.component.html
+++ b/src/app/modules/admin/apps/scrumboard/board/add-list/add-list.component.html
@@ -40,7 +40,7 @@
(click)="toggleFormVisibility()">
+ [svgIcon]="'heroicons_solid:x-mark'">
diff --git a/src/app/modules/admin/apps/scrumboard/board/board.component.html b/src/app/modules/admin/apps/scrumboard/board/board.component.html
index cea9b26b..4ae6e3e4 100644
--- a/src/app/modules/admin/apps/scrumboard/board/board.component.html
+++ b/src/app/modules/admin/apps/scrumboard/board/board.component.html
@@ -15,7 +15,7 @@
[routerLink]="['..']">
+ [svgIcon]="'heroicons_solid:view-columns'">
Boards
@@ -76,7 +76,7 @@
[matMenuTriggerFor]="listMenu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
@@ -98,7 +98,7 @@
+ [svgIcon]="'heroicons_solid:magnifying-glass'">
-
+
@@ -95,7 +95,7 @@
+ [svgIcon]="'heroicons_solid:pencil-square'">
Edit
@@ -114,7 +114,7 @@
+ [svgIcon]="'heroicons_solid:magnifying-glass'">
+ [svgIcon]="'heroicons_solid:pencil-square'">
+ class="icon-size-4 text-current"
+ [svgIcon]="'heroicons_mini:arrow-long-down'">
Low
@@ -235,7 +235,7 @@
+ [svgIcon]="'heroicons_mini:arrow-long-up'">
High
@@ -249,7 +249,7 @@
Low
+ [svgIcon]="'heroicons_mini:arrow-long-down'">
@@ -275,7 +275,7 @@
High
+ [svgIcon]="'heroicons_mini:arrow-long-up'">
diff --git a/src/app/modules/admin/apps/tasks/list/list.component.html b/src/app/modules/admin/apps/tasks/list/list.component.html
index 9d10edd3..1a3877fd 100644
--- a/src/app/modules/admin/apps/tasks/list/list.component.html
+++ b/src/app/modules/admin/apps/tasks/list/list.component.html
@@ -93,7 +93,7 @@
cdkDragHandle>
+ [svgIcon]="'heroicons_solid:bars-3'">
@@ -134,13 +134,13 @@
@@ -162,7 +162,7 @@
+ [svgIcon]="'heroicons_outline:clipboard-document-list'">
Add a task to start planning!
diff --git a/src/app/modules/admin/dashboards/analytics/analytics.component.html b/src/app/modules/admin/dashboards/analytics/analytics.component.html
index 584e0426..b841d32d 100644
--- a/src/app/modules/admin/dashboards/analytics/analytics.component.html
+++ b/src/app/modules/admin/dashboards/analytics/analytics.component.html
@@ -14,7 +14,7 @@
mat-stroked-button>
+ [svgIcon]="'heroicons_solid:cog-8-tooth'">
Settings
@@ -32,7 +32,7 @@
@@ -68,7 +68,7 @@
@@ -115,7 +115,7 @@
+ [svgIcon]="'heroicons_mini:arrow-trending-down'">
2%
below target
@@ -157,7 +157,7 @@
+ [svgIcon]="'heroicons_mini:arrow-trending-down'">
4%
below target
@@ -199,7 +199,7 @@
+ [svgIcon]="'heroicons_mini:arrow-trending-down'">
4%
below target
@@ -245,7 +245,7 @@
Overall Score
@@ -253,7 +253,7 @@
+ [svgIcon]="'heroicons_solid:arrow-up-circle'">
42.9%
@@ -263,7 +263,7 @@
Average Ratio
@@ -271,7 +271,7 @@
+ [svgIcon]="'heroicons_solid:arrow-down-circle'">
13.1%
@@ -281,7 +281,7 @@
Predicted Ratio
@@ -289,7 +289,7 @@
+ [svgIcon]="'heroicons_solid:arrow-up-circle'">
22.2%
diff --git a/src/app/modules/admin/dashboards/crypto/crypto.component.html b/src/app/modules/admin/dashboards/crypto/crypto.component.html
index 795b07bb..e0ca4f26 100644
--- a/src/app/modules/admin/dashboards/crypto/crypto.component.html
+++ b/src/app/modules/admin/dashboards/crypto/crypto.component.html
@@ -29,7 +29,7 @@
+ [svgIcon]="item.trend.dir === 'up' ? 'heroicons_mini:arrow-long-up' : 'heroicons_mini:arrow-long-down'">
@@ -57,7 +57,7 @@
Action
-
+
@@ -216,7 +216,7 @@
+ [svgIcon]="data.btc.trend.dir === 'up' ? 'heroicons_mini:arrow-long-up' : 'heroicons_mini:arrow-long-down'">
diff --git a/src/app/modules/admin/dashboards/finance/finance.component.html b/src/app/modules/admin/dashboards/finance/finance.component.html
index ca7a9123..5ff59707 100644
--- a/src/app/modules/admin/dashboards/finance/finance.component.html
+++ b/src/app/modules/admin/dashboards/finance/finance.component.html
@@ -14,7 +14,7 @@
mat-stroked-button>
+ [svgIcon]="'heroicons_solid:document-chart-bar'">
Reports
@@ -40,7 +40,7 @@
@@ -73,7 +73,7 @@
[matMenuTriggerFor]="previousStatementMenu">
+ [svgIcon]="'heroicons_mini:ellipsis-vertical'">
@@ -96,7 +96,7 @@
+ [svgIcon]="'heroicons_solid:receipt-percent'">
Tax breakdown
@@ -113,7 +113,7 @@
+ [svgIcon]="'heroicons_solid:envelope'">
Email statement
@@ -155,7 +155,7 @@
[matMenuTriggerFor]="currentStatementMenu">
+ [svgIcon]="'heroicons_mini:ellipsis-vertical'">
@@ -178,7 +178,7 @@
+ [svgIcon]="'heroicons_solid:receipt-percent'">
Tax breakdown
@@ -195,7 +195,7 @@
+ [svgIcon]="'heroicons_solid:envelope'">
Email statement
@@ -409,7 +409,7 @@
[matMenuTriggerFor]="budgetMenu">
+ [svgIcon]="'heroicons_mini:ellipsis-vertical'">
@@ -428,7 +428,7 @@
+ [svgIcon]="'heroicons_solid:envelope'">
Email budget summary
@@ -459,7 +459,7 @@
2.6%
+ [svgIcon]="'heroicons_mini:arrow-long-down'">
@@ -468,7 +468,7 @@
+ [svgIcon]="'heroicons_outline:banknotes'">
Savings
@@ -482,7 +482,7 @@
12.7%
+ [svgIcon]="'heroicons_mini:arrow-long-up'">
@@ -505,7 +505,7 @@
105.7%
+ [svgIcon]="'heroicons_mini:arrow-long-up'">
Exceeded your personal limit! Be careful next month.
diff --git a/src/app/modules/admin/dashboards/project/project.component.html b/src/app/modules/admin/dashboards/project/project.component.html
index 262fbb7c..a916051e 100644
--- a/src/app/modules/admin/dashboards/project/project.component.html
+++ b/src/app/modules/admin/dashboards/project/project.component.html
@@ -31,7 +31,7 @@
[color]="'accent'">
+ [svgIcon]="'heroicons_solid:envelope'">
Messages
@@ -56,7 +56,7 @@
+ [svgIcon]="'heroicons_mini:chevron-down'">
+ [svgIcon]="'heroicons_mini:ellipsis-vertical'">
@@ -134,7 +134,7 @@
[matMenuTriggerFor]="overdueMenu">
+ [svgIcon]="'heroicons_mini:ellipsis-vertical'">
@@ -162,7 +162,7 @@
[matMenuTriggerFor]="issuesMenu">
+ [svgIcon]="'heroicons_mini:ellipsis-vertical'">
@@ -190,7 +190,7 @@
[matMenuTriggerFor]="featuresMenu">
+ [svgIcon]="'heroicons_mini:ellipsis-vertical'">
@@ -366,14 +366,14 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
{{scheduleItem.location}}
@@ -417,7 +417,7 @@
[matMenuTriggerFor]="weeklyExpensesMenu">
+ [svgIcon]="'heroicons_mini:ellipsis-vertical'">
@@ -434,7 +434,7 @@
+ [svgIcon]="'heroicons_solid:arrow-trending-down'">
2%
below projected
@@ -464,7 +464,7 @@
[matMenuTriggerFor]="monthlyExpensesMenu">
+ [svgIcon]="'heroicons_mini:ellipsis-vertical'">
@@ -481,7 +481,7 @@
+ [svgIcon]="'heroicons_solid:arrow-trending-up'">
4%
above projected
@@ -511,7 +511,7 @@
[matMenuTriggerFor]="yearlyExpensesMenu">
+ [svgIcon]="'heroicons_mini:ellipsis-vertical'">
@@ -528,7 +528,7 @@
+ [svgIcon]="'heroicons_solid:arrow-trending-up'">
3%
above projected
@@ -719,7 +719,7 @@
[href]="'mailto:' + member.email">
+ [svgIcon]="'heroicons_solid:envelope'">
Email
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Authentication
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/customization/component-theming/component-theming.html b/src/app/modules/admin/docs/guides/customization/component-theming/component-theming.html
index 04d07a82..747cd8de 100644
--- a/src/app/modules/admin/docs/guides/customization/component-theming/component-theming.html
+++ b/src/app/modules/admin/docs/guides/customization/component-theming/component-theming.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Customization
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/customization/multi-language/multi-language.html b/src/app/modules/admin/docs/guides/customization/multi-language/multi-language.html
index 45800f7f..17db535f 100644
--- a/src/app/modules/admin/docs/guides/customization/multi-language/multi-language.html
+++ b/src/app/modules/admin/docs/guides/customization/multi-language/multi-language.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Customization
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/customization/page-layouts/page-layouts.html b/src/app/modules/admin/docs/guides/customization/page-layouts/page-layouts.html
index 7f04ce9b..d9cbe51f 100644
--- a/src/app/modules/admin/docs/guides/customization/page-layouts/page-layouts.html
+++ b/src/app/modules/admin/docs/guides/customization/page-layouts/page-layouts.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Customization
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/customization/splash-screen/splash-screen.html b/src/app/modules/admin/docs/guides/customization/splash-screen/splash-screen.html
index fad8bd18..d89e1926 100644
--- a/src/app/modules/admin/docs/guides/customization/splash-screen/splash-screen.html
+++ b/src/app/modules/admin/docs/guides/customization/splash-screen/splash-screen.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Customization
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/customization/tailwindcss/tailwindcss.html b/src/app/modules/admin/docs/guides/customization/tailwindcss/tailwindcss.html
index 023d59f8..94a1f5dd 100644
--- a/src/app/modules/admin/docs/guides/customization/tailwindcss/tailwindcss.html
+++ b/src/app/modules/admin/docs/guides/customization/tailwindcss/tailwindcss.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Customization
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/customization/theme-layouts/theme-layouts.html b/src/app/modules/admin/docs/guides/customization/theme-layouts/theme-layouts.html
index e041ecf2..8c77dadb 100644
--- a/src/app/modules/admin/docs/guides/customization/theme-layouts/theme-layouts.html
+++ b/src/app/modules/admin/docs/guides/customization/theme-layouts/theme-layouts.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Customization
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/customization/theming/theming.html b/src/app/modules/admin/docs/guides/customization/theming/theming.html
index 832adc6e..bf10364d 100644
--- a/src/app/modules/admin/docs/guides/customization/theming/theming.html
+++ b/src/app/modules/admin/docs/guides/customization/theming/theming.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Customization
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/development/component-structure/component-structure.html b/src/app/modules/admin/docs/guides/development/component-structure/component-structure.html
index 1b96482f..a6c7bfe1 100644
--- a/src/app/modules/admin/docs/guides/development/component-structure/component-structure.html
+++ b/src/app/modules/admin/docs/guides/development/component-structure/component-structure.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Development
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/development/deployment/deployment.html b/src/app/modules/admin/docs/guides/development/deployment/deployment.html
index c35dd57b..2138355c 100644
--- a/src/app/modules/admin/docs/guides/development/deployment/deployment.html
+++ b/src/app/modules/admin/docs/guides/development/deployment/deployment.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Development
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/development/directory-structure/directory-structure.html b/src/app/modules/admin/docs/guides/development/directory-structure/directory-structure.html
index 7e437330..9409588e 100644
--- a/src/app/modules/admin/docs/guides/development/directory-structure/directory-structure.html
+++ b/src/app/modules/admin/docs/guides/development/directory-structure/directory-structure.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Development
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/development/starter-kit/starter-kit.html b/src/app/modules/admin/docs/guides/development/starter-kit/starter-kit.html
index e02fe0d8..6b5b209c 100644
--- a/src/app/modules/admin/docs/guides/development/starter-kit/starter-kit.html
+++ b/src/app/modules/admin/docs/guides/development/starter-kit/starter-kit.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Development
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/development/updating/updating.html b/src/app/modules/admin/docs/guides/development/updating/updating.html
index f5ae60be..a30dc966 100644
--- a/src/app/modules/admin/docs/guides/development/updating/updating.html
+++ b/src/app/modules/admin/docs/guides/development/updating/updating.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Development
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/getting-started/installation/installation.html b/src/app/modules/admin/docs/guides/getting-started/installation/installation.html
index 80f81e2b..9c36b5d6 100644
--- a/src/app/modules/admin/docs/guides/getting-started/installation/installation.html
+++ b/src/app/modules/admin/docs/guides/getting-started/installation/installation.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Getting Started
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/getting-started/introduction/introduction.html b/src/app/modules/admin/docs/guides/getting-started/introduction/introduction.html
index 9acb9605..d00c1595 100644
--- a/src/app/modules/admin/docs/guides/getting-started/introduction/introduction.html
+++ b/src/app/modules/admin/docs/guides/getting-started/introduction/introduction.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Getting Started
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/getting-started/prerequisites/prerequisites.html b/src/app/modules/admin/docs/guides/getting-started/prerequisites/prerequisites.html
index e73b0033..84a2a9fb 100644
--- a/src/app/modules/admin/docs/guides/getting-started/prerequisites/prerequisites.html
+++ b/src/app/modules/admin/docs/guides/getting-started/prerequisites/prerequisites.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Getting Started
@@ -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()">
-
+
diff --git a/src/app/modules/admin/docs/guides/getting-started/serving/serving.html b/src/app/modules/admin/docs/guides/getting-started/serving/serving.html
index f6117856..d47a720c 100644
--- a/src/app/modules/admin/docs/guides/getting-started/serving/serving.html
+++ b/src/app/modules/admin/docs/guides/getting-started/serving/serving.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Guides
+ [svgIcon]="'heroicons_mini:chevron-right'">
Getting Started
@@ -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()">
-
+
diff --git a/src/app/modules/admin/pages/authentication/reset-password/classic/reset-password.component.html b/src/app/modules/admin/pages/authentication/reset-password/classic/reset-password.component.html
index df1a919f..7927a786 100644
--- a/src/app/modules/admin/pages/authentication/reset-password/classic/reset-password.component.html
+++ b/src/app/modules/admin/pages/authentication/reset-password/classic/reset-password.component.html
@@ -48,7 +48,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
@@ -76,7 +76,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password confirmation is required
diff --git a/src/app/modules/admin/pages/authentication/reset-password/fullscreen-reversed/reset-password.component.html b/src/app/modules/admin/pages/authentication/reset-password/fullscreen-reversed/reset-password.component.html
index 01c9e697..97a7b388 100644
--- a/src/app/modules/admin/pages/authentication/reset-password/fullscreen-reversed/reset-password.component.html
+++ b/src/app/modules/admin/pages/authentication/reset-password/fullscreen-reversed/reset-password.component.html
@@ -98,7 +98,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
@@ -126,7 +126,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password confirmation is required
diff --git a/src/app/modules/admin/pages/authentication/reset-password/fullscreen/reset-password.component.html b/src/app/modules/admin/pages/authentication/reset-password/fullscreen/reset-password.component.html
index 8be8fe66..dcdcc19e 100644
--- a/src/app/modules/admin/pages/authentication/reset-password/fullscreen/reset-password.component.html
+++ b/src/app/modules/admin/pages/authentication/reset-password/fullscreen/reset-password.component.html
@@ -48,7 +48,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
@@ -76,7 +76,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password confirmation is required
diff --git a/src/app/modules/admin/pages/authentication/reset-password/modern-reversed/reset-password.component.html b/src/app/modules/admin/pages/authentication/reset-password/modern-reversed/reset-password.component.html
index e834288e..0b6a730b 100644
--- a/src/app/modules/admin/pages/authentication/reset-password/modern-reversed/reset-password.component.html
+++ b/src/app/modules/admin/pages/authentication/reset-password/modern-reversed/reset-password.component.html
@@ -99,7 +99,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
@@ -127,7 +127,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password confirmation is required
diff --git a/src/app/modules/admin/pages/authentication/reset-password/modern/reset-password.component.html b/src/app/modules/admin/pages/authentication/reset-password/modern/reset-password.component.html
index 7dc22232..50193172 100644
--- a/src/app/modules/admin/pages/authentication/reset-password/modern/reset-password.component.html
+++ b/src/app/modules/admin/pages/authentication/reset-password/modern/reset-password.component.html
@@ -49,7 +49,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
@@ -77,7 +77,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password confirmation is required
diff --git a/src/app/modules/admin/pages/authentication/reset-password/split-screen-reversed/reset-password.component.html b/src/app/modules/admin/pages/authentication/reset-password/split-screen-reversed/reset-password.component.html
index 350d272a..0fcfac09 100644
--- a/src/app/modules/admin/pages/authentication/reset-password/split-screen-reversed/reset-password.component.html
+++ b/src/app/modules/admin/pages/authentication/reset-password/split-screen-reversed/reset-password.component.html
@@ -98,7 +98,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
@@ -126,7 +126,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password confirmation is required
diff --git a/src/app/modules/admin/pages/authentication/reset-password/split-screen/reset-password.component.html b/src/app/modules/admin/pages/authentication/reset-password/split-screen/reset-password.component.html
index e86b01e9..fbcea922 100644
--- a/src/app/modules/admin/pages/authentication/reset-password/split-screen/reset-password.component.html
+++ b/src/app/modules/admin/pages/authentication/reset-password/split-screen/reset-password.component.html
@@ -48,7 +48,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
@@ -76,7 +76,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password confirmation is required
diff --git a/src/app/modules/admin/pages/authentication/sign-in/classic/sign-in.component.html b/src/app/modules/admin/pages/authentication/sign-in/classic/sign-in.component.html
index 04013c61..b1137e38 100644
--- a/src/app/modules/admin/pages/authentication/sign-in/classic/sign-in.component.html
+++ b/src/app/modules/admin/pages/authentication/sign-in/classic/sign-in.component.html
@@ -69,7 +69,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/sign-in/fullscreen-reversed/sign-in.component.html b/src/app/modules/admin/pages/authentication/sign-in/fullscreen-reversed/sign-in.component.html
index 0c76a88e..fa0d8bca 100644
--- a/src/app/modules/admin/pages/authentication/sign-in/fullscreen-reversed/sign-in.component.html
+++ b/src/app/modules/admin/pages/authentication/sign-in/fullscreen-reversed/sign-in.component.html
@@ -119,7 +119,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/sign-in/fullscreen/sign-in.component.html b/src/app/modules/admin/pages/authentication/sign-in/fullscreen/sign-in.component.html
index 9d4422b4..4dab4878 100644
--- a/src/app/modules/admin/pages/authentication/sign-in/fullscreen/sign-in.component.html
+++ b/src/app/modules/admin/pages/authentication/sign-in/fullscreen/sign-in.component.html
@@ -69,7 +69,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/sign-in/modern-reversed/sign-in.component.html b/src/app/modules/admin/pages/authentication/sign-in/modern-reversed/sign-in.component.html
index d90d08ac..a1294a5d 100644
--- a/src/app/modules/admin/pages/authentication/sign-in/modern-reversed/sign-in.component.html
+++ b/src/app/modules/admin/pages/authentication/sign-in/modern-reversed/sign-in.component.html
@@ -120,7 +120,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/sign-in/modern/sign-in.component.html b/src/app/modules/admin/pages/authentication/sign-in/modern/sign-in.component.html
index 025cd98a..51a31250 100644
--- a/src/app/modules/admin/pages/authentication/sign-in/modern/sign-in.component.html
+++ b/src/app/modules/admin/pages/authentication/sign-in/modern/sign-in.component.html
@@ -70,7 +70,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/sign-in/split-screen-reversed/sign-in.component.html b/src/app/modules/admin/pages/authentication/sign-in/split-screen-reversed/sign-in.component.html
index 54a38bf9..d8386431 100644
--- a/src/app/modules/admin/pages/authentication/sign-in/split-screen-reversed/sign-in.component.html
+++ b/src/app/modules/admin/pages/authentication/sign-in/split-screen-reversed/sign-in.component.html
@@ -119,7 +119,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/sign-in/split-screen/sign-in.component.html b/src/app/modules/admin/pages/authentication/sign-in/split-screen/sign-in.component.html
index 18abbca7..54e062be 100644
--- a/src/app/modules/admin/pages/authentication/sign-in/split-screen/sign-in.component.html
+++ b/src/app/modules/admin/pages/authentication/sign-in/split-screen/sign-in.component.html
@@ -69,7 +69,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/sign-up/classic/sign-up.component.html b/src/app/modules/admin/pages/authentication/sign-up/classic/sign-up.component.html
index 57081303..64fd7978 100644
--- a/src/app/modules/admin/pages/authentication/sign-up/classic/sign-up.component.html
+++ b/src/app/modules/admin/pages/authentication/sign-up/classic/sign-up.component.html
@@ -80,7 +80,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/sign-up/fullscreen-reversed/sign-up.component.html b/src/app/modules/admin/pages/authentication/sign-up/fullscreen-reversed/sign-up.component.html
index 650e3b07..eead97c7 100644
--- a/src/app/modules/admin/pages/authentication/sign-up/fullscreen-reversed/sign-up.component.html
+++ b/src/app/modules/admin/pages/authentication/sign-up/fullscreen-reversed/sign-up.component.html
@@ -130,7 +130,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/sign-up/fullscreen/sign-up.component.html b/src/app/modules/admin/pages/authentication/sign-up/fullscreen/sign-up.component.html
index 07ee6743..48e41118 100644
--- a/src/app/modules/admin/pages/authentication/sign-up/fullscreen/sign-up.component.html
+++ b/src/app/modules/admin/pages/authentication/sign-up/fullscreen/sign-up.component.html
@@ -80,7 +80,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/sign-up/modern-reversed/sign-up.component.html b/src/app/modules/admin/pages/authentication/sign-up/modern-reversed/sign-up.component.html
index 83fa63f0..19cfcdf5 100644
--- a/src/app/modules/admin/pages/authentication/sign-up/modern-reversed/sign-up.component.html
+++ b/src/app/modules/admin/pages/authentication/sign-up/modern-reversed/sign-up.component.html
@@ -131,7 +131,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/sign-up/modern/sign-up.component.html b/src/app/modules/admin/pages/authentication/sign-up/modern/sign-up.component.html
index b98952ca..1a2925fa 100644
--- a/src/app/modules/admin/pages/authentication/sign-up/modern/sign-up.component.html
+++ b/src/app/modules/admin/pages/authentication/sign-up/modern/sign-up.component.html
@@ -81,7 +81,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/sign-up/split-screen-reversed/sign-up.component.html b/src/app/modules/admin/pages/authentication/sign-up/split-screen-reversed/sign-up.component.html
index aaee4f41..ecb694b5 100644
--- a/src/app/modules/admin/pages/authentication/sign-up/split-screen-reversed/sign-up.component.html
+++ b/src/app/modules/admin/pages/authentication/sign-up/split-screen-reversed/sign-up.component.html
@@ -130,7 +130,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/sign-up/split-screen/sign-up.component.html b/src/app/modules/admin/pages/authentication/sign-up/split-screen/sign-up.component.html
index 1c4eccb4..50087520 100644
--- a/src/app/modules/admin/pages/authentication/sign-up/split-screen/sign-up.component.html
+++ b/src/app/modules/admin/pages/authentication/sign-up/split-screen/sign-up.component.html
@@ -80,7 +80,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/unlock-session/classic/unlock-session.component.html b/src/app/modules/admin/pages/authentication/unlock-session/classic/unlock-session.component.html
index 6f9bc503..84acbf46 100644
--- a/src/app/modules/admin/pages/authentication/unlock-session/classic/unlock-session.component.html
+++ b/src/app/modules/admin/pages/authentication/unlock-session/classic/unlock-session.component.html
@@ -57,7 +57,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/unlock-session/fullscreen-reversed/unlock-session.component.html b/src/app/modules/admin/pages/authentication/unlock-session/fullscreen-reversed/unlock-session.component.html
index 330e0b79..416d5ce7 100644
--- a/src/app/modules/admin/pages/authentication/unlock-session/fullscreen-reversed/unlock-session.component.html
+++ b/src/app/modules/admin/pages/authentication/unlock-session/fullscreen-reversed/unlock-session.component.html
@@ -107,7 +107,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/unlock-session/fullscreen/unlock-session.component.html b/src/app/modules/admin/pages/authentication/unlock-session/fullscreen/unlock-session.component.html
index b7314f7c..20830bc2 100644
--- a/src/app/modules/admin/pages/authentication/unlock-session/fullscreen/unlock-session.component.html
+++ b/src/app/modules/admin/pages/authentication/unlock-session/fullscreen/unlock-session.component.html
@@ -57,7 +57,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/unlock-session/modern-reversed/unlock-session.component.html b/src/app/modules/admin/pages/authentication/unlock-session/modern-reversed/unlock-session.component.html
index c7c64da1..097d869a 100644
--- a/src/app/modules/admin/pages/authentication/unlock-session/modern-reversed/unlock-session.component.html
+++ b/src/app/modules/admin/pages/authentication/unlock-session/modern-reversed/unlock-session.component.html
@@ -108,7 +108,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/unlock-session/modern/unlock-session.component.html b/src/app/modules/admin/pages/authentication/unlock-session/modern/unlock-session.component.html
index e982880e..c0cfd6af 100644
--- a/src/app/modules/admin/pages/authentication/unlock-session/modern/unlock-session.component.html
+++ b/src/app/modules/admin/pages/authentication/unlock-session/modern/unlock-session.component.html
@@ -58,7 +58,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/unlock-session/split-screen-reversed/unlock-session.component.html b/src/app/modules/admin/pages/authentication/unlock-session/split-screen-reversed/unlock-session.component.html
index 0e270973..52300bbf 100644
--- a/src/app/modules/admin/pages/authentication/unlock-session/split-screen-reversed/unlock-session.component.html
+++ b/src/app/modules/admin/pages/authentication/unlock-session/split-screen-reversed/unlock-session.component.html
@@ -107,7 +107,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/authentication/unlock-session/split-screen/unlock-session.component.html b/src/app/modules/admin/pages/authentication/unlock-session/split-screen/unlock-session.component.html
index 7b175305..7644a979 100644
--- a/src/app/modules/admin/pages/authentication/unlock-session/split-screen/unlock-session.component.html
+++ b/src/app/modules/admin/pages/authentication/unlock-session/split-screen/unlock-session.component.html
@@ -57,7 +57,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/admin/pages/pricing/modern/modern.component.html b/src/app/modules/admin/pages/pricing/modern/modern.component.html
index 21bcc454..cd14f8d5 100644
--- a/src/app/modules/admin/pages/pricing/modern/modern.component.html
+++ b/src/app/modules/admin/pages/pricing/modern/modern.component.html
@@ -276,7 +276,7 @@
+ [svgIcon]="'heroicons_outline:pencil-square'">
Create and Edit Projects
@@ -287,7 +287,7 @@
+ [svgIcon]="'heroicons_outline:funnel'">
Search and Filter
@@ -298,7 +298,7 @@
+ [svgIcon]="'heroicons_outline:arrow-path'">
Real Time Updates
@@ -331,7 +331,7 @@
+ [svgIcon]="'heroicons_outline:chart-bar-square'">
Simple Analytics
diff --git a/src/app/modules/admin/pages/pricing/simple/simple.component.html b/src/app/modules/admin/pages/pricing/simple/simple.component.html
index f0f7895c..764d7cb2 100644
--- a/src/app/modules/admin/pages/pricing/simple/simple.component.html
+++ b/src/app/modules/admin/pages/pricing/simple/simple.component.html
@@ -184,7 +184,7 @@
+ [svgIcon]="'heroicons_outline:pencil-square'">
Create and Edit Projects
@@ -195,7 +195,7 @@
+ [svgIcon]="'heroicons_outline:funnel'">
Search and Filter
@@ -206,7 +206,7 @@
+ [svgIcon]="'heroicons_outline:arrow-path'">
Real Time Updates
@@ -239,7 +239,7 @@
+ [svgIcon]="'heroicons_outline:chart-bar-square'">
Simple Analytics
diff --git a/src/app/modules/admin/pages/pricing/single/single.component.html b/src/app/modules/admin/pages/pricing/single/single.component.html
index 527613a7..e771e1a8 100644
--- a/src/app/modules/admin/pages/pricing/single/single.component.html
+++ b/src/app/modules/admin/pages/pricing/single/single.component.html
@@ -100,7 +100,7 @@
+ [svgIcon]="'heroicons_outline:pencil-square'">
Create and Edit Projects
@@ -111,7 +111,7 @@
+ [svgIcon]="'heroicons_outline:funnel'">
Search and Filter
@@ -122,7 +122,7 @@
+ [svgIcon]="'heroicons_outline:arrow-path'">
Real Time Updates
@@ -155,7 +155,7 @@
+ [svgIcon]="'heroicons_outline:chart-bar-square'">
Simple Analytics
diff --git a/src/app/modules/admin/pages/pricing/table/table.component.html b/src/app/modules/admin/pages/pricing/table/table.component.html
index 22af1857..9077cb0e 100644
--- a/src/app/modules/admin/pages/pricing/table/table.component.html
+++ b/src/app/modules/admin/pages/pricing/table/table.component.html
@@ -316,7 +316,7 @@
+ [svgIcon]="'heroicons_outline:pencil-square'">
Create and Edit Projects
@@ -327,7 +327,7 @@
+ [svgIcon]="'heroicons_outline:funnel'">
Search and Filter
@@ -338,7 +338,7 @@
+ [svgIcon]="'heroicons_outline:arrow-path'">
Real Time Updates
@@ -371,7 +371,7 @@
+ [svgIcon]="'heroicons_outline:chart-bar-square'">
Simple Analytics
diff --git a/src/app/modules/admin/pages/profile/profile.component.html b/src/app/modules/admin/pages/profile/profile.component.html
index 3b1b210d..1379c27e 100644
--- a/src/app/modules/admin/pages/profile/profile.component.html
+++ b/src/app/modules/admin/pages/profile/profile.component.html
@@ -90,7 +90,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
London, UK
@@ -125,7 +125,7 @@
[matMenuTriggerFor]="listCard08Menu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
@@ -227,7 +227,7 @@
[matMenuTriggerFor]="listCard09Menu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
@@ -330,7 +330,7 @@
[matMenuTriggerFor]="listCard02Menu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
@@ -404,7 +404,7 @@
[matMenuTriggerFor]="listCard01Menu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
@@ -462,7 +462,7 @@
[matMenuTriggerFor]="listCard04Menu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
@@ -554,7 +554,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:photo'">
Photo / Video
@@ -622,7 +622,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
Check in
@@ -649,14 +649,14 @@
[matMenuTriggerFor]="postCardMenu02">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
@@ -664,7 +664,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -689,7 +689,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -717,7 +717,7 @@
[matTooltipPosition]="'right'">
+ [svgIcon]="'heroicons_solid:map-pin'">
@@ -734,7 +734,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
@@ -814,12 +814,12 @@
@@ -1004,14 +1004,14 @@
[matMenuTriggerFor]="postCardMenu08">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
@@ -1019,7 +1019,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -1044,7 +1044,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -1083,7 +1083,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
@@ -1164,7 +1164,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -1189,7 +1189,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -1242,7 +1242,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
@@ -1323,7 +1323,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -1348,7 +1348,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -1396,7 +1396,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
@@ -1477,7 +1477,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -1502,7 +1502,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -1547,7 +1547,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
@@ -1628,7 +1628,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -1653,7 +1653,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -1701,7 +1701,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
@@ -63,7 +63,7 @@
class="lg:hidden -ml-2"
mat-icon-button
(click)="drawer.toggle()">
-
+
diff --git a/src/app/modules/admin/ui/cards/cards.component.html b/src/app/modules/admin/ui/cards/cards.component.html
index f583a6bb..fa59d227 100644
--- a/src/app/modules/admin/ui/cards/cards.component.html
+++ b/src/app/modules/admin/ui/cards/cards.component.html
@@ -97,7 +97,7 @@
class="ml-1.5"
mat-icon-button
(click)="flippableCard01.face = flippableCard01.face === 'front' ? 'back' : 'front'">
-
+
@@ -162,7 +162,7 @@
+ [svgIcon]="'heroicons_mini:chevron-down'">
@@ -668,7 +668,7 @@
[matMenuTriggerFor]="listCard01Menu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
Mark all as read
@@ -727,7 +727,7 @@
[matMenuTriggerFor]="listCard02Menu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
Search for groups
@@ -802,7 +802,7 @@
[matMenuTriggerFor]="listCard03Menu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
Find friends
@@ -873,7 +873,7 @@
[matMenuTriggerFor]="listCard04Menu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
Clear activities
@@ -944,7 +944,7 @@
[matMenuTriggerFor]="listCard05Menu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
Mark all as done
@@ -1030,7 +1030,7 @@
[matMenuTriggerFor]="listCard06Menu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
Mark all as done
@@ -1107,7 +1107,7 @@
[matMenuTriggerFor]="listCard07Menu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
View weekly
@@ -1209,7 +1209,7 @@
[matMenuTriggerFor]="listCard08Menu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
Find friends
@@ -1312,7 +1312,7 @@
[matMenuTriggerFor]="listCard09Menu">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
Add image
@@ -1501,7 +1501,7 @@
+ [svgIcon]="'heroicons_outline:information-circle'">
Support
Contact support to learn more about our products and get professional help
@@ -1603,7 +1603,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
London, UK
@@ -1655,7 +1655,7 @@
+ [svgIcon]="'heroicons_solid:user-plus'">
@@ -1743,7 +1743,7 @@
+ [svgIcon]="'heroicons_outline:envelope'">
1 new mail
Mailbox
@@ -1759,7 +1759,7 @@
+ [svgIcon]="'heroicons_outline:chat-bubble-oval-left-ellipsis'">
@@ -1953,7 +1953,7 @@
+ [svgIcon]="'heroicons_solid:arrows-right-left'">
+ [svgIcon]="'heroicons_solid:arrows-right-left'">
@@ -2080,7 +2080,7 @@
+ [svgIcon]="'heroicons_solid:arrows-right-left'">
@@ -2185,7 +2185,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:photo'">
Photo / Video
+ [svgIcon]="'heroicons_solid:face-smile'">
Feeling
+ [svgIcon]="'heroicons_solid:ellipsis-horizontal'">
+ [svgIcon]="'heroicons_solid:face-smile'">
Feeling
@@ -2253,7 +2253,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
Check in
@@ -2281,14 +2281,14 @@
[matMenuTriggerFor]="postCardMenu02">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
+ [svgIcon]="'heroicons_solid:arrow-up-tray'">
Save post
@@ -2296,7 +2296,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -2321,7 +2321,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -2349,7 +2349,7 @@
[matTooltipPosition]="'right'">
+ [svgIcon]="'heroicons_solid:map-pin'">
@@ -2366,7 +2366,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
+ [svgIcon]="'heroicons_mini:chevron-down'">
@@ -2446,12 +2446,12 @@
+ [svgIcon]="'heroicons_solid:face-smile'">
+ [svgIcon]="'heroicons_solid:photo'">
@@ -2637,14 +2637,14 @@
[matMenuTriggerFor]="postCardMenu03">
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
+ [svgIcon]="'heroicons_solid:arrow-up-tray'">
Save post
@@ -2652,7 +2652,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -2677,7 +2677,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -2722,7 +2722,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
+ [svgIcon]="'heroicons_solid:arrow-up-tray'">
Save post
@@ -2804,7 +2804,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -2829,7 +2829,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -2882,7 +2882,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
+ [svgIcon]="'heroicons_solid:arrow-up-tray'">
Save post
@@ -2964,7 +2964,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -2989,7 +2989,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -3050,7 +3050,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
+ [svgIcon]="'heroicons_solid:arrow-up-tray'">
Save post
@@ -3132,7 +3132,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -3157,7 +3157,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -3224,7 +3224,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
+ [svgIcon]="'heroicons_solid:arrow-up-tray'">
Save post
@@ -3306,7 +3306,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -3331,7 +3331,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -3402,7 +3402,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
+ [svgIcon]="'heroicons_solid:arrow-up-tray'">
Save post
@@ -3484,7 +3484,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -3509,7 +3509,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -3548,7 +3548,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
+ [svgIcon]="'heroicons_solid:arrow-up-tray'">
Save post
@@ -3630,7 +3630,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -3655,7 +3655,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -3703,7 +3703,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
+ [svgIcon]="'heroicons_solid:ellipsis-vertical'">
+ [svgIcon]="'heroicons_solid:arrow-up-tray'">
Save post
@@ -3785,7 +3785,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Hide post
@@ -3810,7 +3810,7 @@
+ [svgIcon]="'heroicons_solid:exclamation-triangle'">
Report post
@@ -3858,7 +3858,7 @@
mat-button>
+ [svgIcon]="'heroicons_solid:chat-bubble-left-ellipsis'">
Comment
+ [svgIcon]="'heroicons_solid:face-smile'">
+ [svgIcon]="'heroicons_solid:photo'">
diff --git a/src/app/modules/admin/ui/confirmation-dialog/confirmation-dialog.component.ts b/src/app/modules/admin/ui/confirmation-dialog/confirmation-dialog.component.ts
index 2280be49..207644cb 100644
--- a/src/app/modules/admin/ui/confirmation-dialog/confirmation-dialog.component.ts
+++ b/src/app/modules/admin/ui/confirmation-dialog/confirmation-dialog.component.ts
@@ -48,7 +48,7 @@ export class ConfirmationDialogComponent implements OnInit
message : 'Are you sure you want to remove this contact permanently? This action cannot be undone!',
icon : this._formBuilder.group({
show : true,
- name : 'heroicons_outline:exclamation',
+ name : 'heroicons_outline:exclamation-triangle',
color: 'warn',
}),
actions : this._formBuilder.group({
diff --git a/src/app/modules/admin/ui/forms/fields/fields.component.html b/src/app/modules/admin/ui/forms/fields/fields.component.html
index 21cf42b7..a23a43c3 100644
--- a/src/app/modules/admin/ui/forms/fields/fields.component.html
+++ b/src/app/modules/admin/ui/forms/fields/fields.component.html
@@ -11,7 +11,7 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Forms
@@ -75,7 +75,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
@@ -87,7 +87,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
+ [svgIcon]="'heroicons_solid:map-pin'">
@@ -113,7 +113,7 @@
+ [svgIcon]="'heroicons_solid:envelope'">
@@ -320,14 +320,14 @@
matPrefix>
+ [svgIcon]="'heroicons_solid:check-badge'">
+ [svgIcon]="'heroicons_solid:eye-slash'">
@@ -439,7 +439,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
+ [svgIcon]="'heroicons_solid:language'">
@@ -470,7 +470,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
+ [svgIcon]="'heroicons_solid:language'">
@@ -589,14 +589,14 @@
matPrefix>
+ [svgIcon]="'heroicons_solid:check-badge'">
+ [svgIcon]="'heroicons_solid:eye-slash'">
@@ -711,7 +711,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
+ [svgIcon]="'heroicons_solid:language'">
@@ -742,7 +742,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
+ [svgIcon]="'heroicons_solid:language'">
diff --git a/src/app/modules/admin/ui/forms/layouts/layouts.component.html b/src/app/modules/admin/ui/forms/layouts/layouts.component.html
index 95befcd3..a4f71c0d 100644
--- a/src/app/modules/admin/ui/forms/layouts/layouts.component.html
+++ b/src/app/modules/admin/ui/forms/layouts/layouts.component.html
@@ -11,7 +11,7 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Forms
@@ -58,7 +58,7 @@
+ [svgIcon]="'heroicons_solid:envelope'">
@@ -71,7 +71,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
@@ -82,7 +82,7 @@
+ [svgIcon]="'heroicons_solid:language'">
@@ -129,7 +129,7 @@
+ [svgIcon]="'heroicons_solid:bars-3-bottom-left'">
@@ -225,7 +225,7 @@
+ [svgIcon]="'heroicons_solid:envelope'">
@@ -239,7 +239,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
@@ -253,7 +253,7 @@
+ [svgIcon]="'heroicons_solid:language'">
@@ -312,7 +312,7 @@
+ [svgIcon]="'heroicons_solid:bars-3-bottom-left'">
@@ -536,7 +536,7 @@
+ [svgIcon]="'heroicons_solid:envelope'">
@@ -549,7 +549,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
@@ -560,7 +560,7 @@
+ [svgIcon]="'heroicons_solid:language'">
@@ -608,7 +608,7 @@
+ [svgIcon]="'heroicons_solid:bars-3-bottom-left'">
diff --git a/src/app/modules/admin/ui/forms/wizards/wizards.component.html b/src/app/modules/admin/ui/forms/wizards/wizards.component.html
index 39758a5d..51550b00 100644
--- a/src/app/modules/admin/ui/forms/wizards/wizards.component.html
+++ b/src/app/modules/admin/ui/forms/wizards/wizards.component.html
@@ -11,7 +11,7 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Forms
@@ -74,7 +74,7 @@
+ [svgIcon]="'heroicons_solid:envelope'">
@@ -90,7 +90,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
+ [svgIcon]="'heroicons_solid:language'">
@@ -172,7 +172,7 @@
+ [svgIcon]="'heroicons_solid:bars-3-bottom-left'">
@@ -324,7 +324,7 @@
+ [svgIcon]="'heroicons_solid:envelope'">
@@ -340,7 +340,7 @@
+ [svgIcon]="'heroicons_solid:map-pin'">
+ [svgIcon]="'heroicons_solid:language'">
@@ -422,7 +422,7 @@
+ [svgIcon]="'heroicons_solid:bars-3-bottom-left'">
diff --git a/src/app/modules/admin/ui/fuse-components/components/alert/alert.component.html b/src/app/modules/admin/ui/fuse-components/components/alert/alert.component.html
index a8c2a4fc..6f66f96a 100644
--- a/src/app/modules/admin/ui/fuse-components/components/alert/alert.component.html
+++ b/src/app/modules/admin/ui/fuse-components/components/alert/alert.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Components
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/components/card/card.component.html b/src/app/modules/admin/ui/fuse-components/components/card/card.component.html
index 8932a63f..52e21983 100644
--- a/src/app/modules/admin/ui/fuse-components/components/card/card.component.html
+++ b/src/app/modules/admin/ui/fuse-components/components/card/card.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Components
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/components/drawer/drawer.component.html b/src/app/modules/admin/ui/fuse-components/components/drawer/drawer.component.html
index baca5872..c004e269 100644
--- a/src/app/modules/admin/ui/fuse-components/components/drawer/drawer.component.html
+++ b/src/app/modules/admin/ui/fuse-components/components/drawer/drawer.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Components
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/components/fullscreen/fullscreen.component.html b/src/app/modules/admin/ui/fuse-components/components/fullscreen/fullscreen.component.html
index 0d8c42c2..c8a64cd1 100644
--- a/src/app/modules/admin/ui/fuse-components/components/fullscreen/fullscreen.component.html
+++ b/src/app/modules/admin/ui/fuse-components/components/fullscreen/fullscreen.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Components
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/components/highlight/highlight.component.html b/src/app/modules/admin/ui/fuse-components/components/highlight/highlight.component.html
index 1483a9bc..97b43518 100644
--- a/src/app/modules/admin/ui/fuse-components/components/highlight/highlight.component.html
+++ b/src/app/modules/admin/ui/fuse-components/components/highlight/highlight.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Components
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/components/loading-bar/loading-bar.component.html b/src/app/modules/admin/ui/fuse-components/components/loading-bar/loading-bar.component.html
index e408d7bd..59335fb4 100644
--- a/src/app/modules/admin/ui/fuse-components/components/loading-bar/loading-bar.component.html
+++ b/src/app/modules/admin/ui/fuse-components/components/loading-bar/loading-bar.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Components
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/components/masonry/masonry.component.html b/src/app/modules/admin/ui/fuse-components/components/masonry/masonry.component.html
index 1ad60d40..39540ba2 100644
--- a/src/app/modules/admin/ui/fuse-components/components/masonry/masonry.component.html
+++ b/src/app/modules/admin/ui/fuse-components/components/masonry/masonry.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Components
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/components/navigation/navigation.component.html b/src/app/modules/admin/ui/fuse-components/components/navigation/navigation.component.html
index 6cac3d3d..7d696cfe 100644
--- a/src/app/modules/admin/ui/fuse-components/components/navigation/navigation.component.html
+++ b/src/app/modules/admin/ui/fuse-components/components/navigation/navigation.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Components
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/directives/scroll-reset/scroll-reset.component.html b/src/app/modules/admin/ui/fuse-components/directives/scroll-reset/scroll-reset.component.html
index 31c2fcd3..d92f803e 100644
--- a/src/app/modules/admin/ui/fuse-components/directives/scroll-reset/scroll-reset.component.html
+++ b/src/app/modules/admin/ui/fuse-components/directives/scroll-reset/scroll-reset.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Directives
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/directives/scrollbar/scrollbar.component.html b/src/app/modules/admin/ui/fuse-components/directives/scrollbar/scrollbar.component.html
index 7d6c32a7..b373fe26 100644
--- a/src/app/modules/admin/ui/fuse-components/directives/scrollbar/scrollbar.component.html
+++ b/src/app/modules/admin/ui/fuse-components/directives/scrollbar/scrollbar.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Directives
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/libraries/mock-api/mock-api.component.html b/src/app/modules/admin/ui/fuse-components/libraries/mock-api/mock-api.component.html
index e2c50daa..06b50ff0 100644
--- a/src/app/modules/admin/ui/fuse-components/libraries/mock-api/mock-api.component.html
+++ b/src/app/modules/admin/ui/fuse-components/libraries/mock-api/mock-api.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Libraries
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/pipes/find-by-key/find-by-key.component.html b/src/app/modules/admin/ui/fuse-components/pipes/find-by-key/find-by-key.component.html
index 258c4d39..8f898be7 100644
--- a/src/app/modules/admin/ui/fuse-components/pipes/find-by-key/find-by-key.component.html
+++ b/src/app/modules/admin/ui/fuse-components/pipes/find-by-key/find-by-key.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Pipes
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/services/config/config.component.html b/src/app/modules/admin/ui/fuse-components/services/config/config.component.html
index afd528c7..bb8aaf29 100644
--- a/src/app/modules/admin/ui/fuse-components/services/config/config.component.html
+++ b/src/app/modules/admin/ui/fuse-components/services/config/config.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Services
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/services/confirmation/confirmation.component.html b/src/app/modules/admin/ui/fuse-components/services/confirmation/confirmation.component.html
index f52a1d7b..de487ddf 100644
--- a/src/app/modules/admin/ui/fuse-components/services/confirmation/confirmation.component.html
+++ b/src/app/modules/admin/ui/fuse-components/services/confirmation/confirmation.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Services
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/services/media-watcher/media-watcher.component.html b/src/app/modules/admin/ui/fuse-components/services/media-watcher/media-watcher.component.html
index f7b90cdf..ee653d89 100644
--- a/src/app/modules/admin/ui/fuse-components/services/media-watcher/media-watcher.component.html
+++ b/src/app/modules/admin/ui/fuse-components/services/media-watcher/media-watcher.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Services
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/services/splash-screen/splash-screen.component.html b/src/app/modules/admin/ui/fuse-components/services/splash-screen/splash-screen.component.html
index c3a0fd59..73bc7e17 100644
--- a/src/app/modules/admin/ui/fuse-components/services/splash-screen/splash-screen.component.html
+++ b/src/app/modules/admin/ui/fuse-components/services/splash-screen/splash-screen.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Services
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/fuse-components/validators/must-match/must-match.component.html b/src/app/modules/admin/ui/fuse-components/validators/must-match/must-match.component.html
index 2c7b3a99..3c21bd7d 100644
--- a/src/app/modules/admin/ui/fuse-components/validators/must-match/must-match.component.html
+++ b/src/app/modules/admin/ui/fuse-components/validators/must-match/must-match.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Validators
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/icons/icons.component.html b/src/app/modules/admin/ui/icons/icons.component.html
index bee94b82..ece0800c 100644
--- a/src/app/modules/admin/ui/icons/icons.component.html
+++ b/src/app/modules/admin/ui/icons/icons.component.html
@@ -11,7 +11,7 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Icons
diff --git a/src/app/modules/admin/ui/material-components/material-components.component.html b/src/app/modules/admin/ui/material-components/material-components.component.html
index 7e8d81f3..91c3a719 100644
--- a/src/app/modules/admin/ui/material-components/material-components.component.html
+++ b/src/app/modules/admin/ui/material-components/material-components.component.html
@@ -25,9 +25,9 @@
rel="noreferrer"
[color]="'primary'">
- Official docs
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:arrow-top-right-on-square'">
+ Official docs
diff --git a/src/app/modules/admin/ui/other-components/common/languages/languages.component.html b/src/app/modules/admin/ui/other-components/common/languages/languages.component.html
index 38adc435..1c30f100 100644
--- a/src/app/modules/admin/ui/other-components/common/languages/languages.component.html
+++ b/src/app/modules/admin/ui/other-components/common/languages/languages.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Common
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/other-components/common/messages/messages.component.html b/src/app/modules/admin/ui/other-components/common/messages/messages.component.html
index 2e1d98ac..43488d15 100644
--- a/src/app/modules/admin/ui/other-components/common/messages/messages.component.html
+++ b/src/app/modules/admin/ui/other-components/common/messages/messages.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Common
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/other-components/common/notifications/notifications.component.html b/src/app/modules/admin/ui/other-components/common/notifications/notifications.component.html
index 37f792c6..0e5217b8 100644
--- a/src/app/modules/admin/ui/other-components/common/notifications/notifications.component.html
+++ b/src/app/modules/admin/ui/other-components/common/notifications/notifications.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Common
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/other-components/common/overview/overview.component.html b/src/app/modules/admin/ui/other-components/common/overview/overview.component.html
index ca591b5e..a90564cd 100644
--- a/src/app/modules/admin/ui/other-components/common/overview/overview.component.html
+++ b/src/app/modules/admin/ui/other-components/common/overview/overview.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Common
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/other-components/common/quick-chat/quick-chat.component.html b/src/app/modules/admin/ui/other-components/common/quick-chat/quick-chat.component.html
index 764d05f0..30b29e1f 100644
--- a/src/app/modules/admin/ui/other-components/common/quick-chat/quick-chat.component.html
+++ b/src/app/modules/admin/ui/other-components/common/quick-chat/quick-chat.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Common
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/other-components/common/search/search.component.html b/src/app/modules/admin/ui/other-components/common/search/search.component.html
index 56a79ec7..a12761f4 100644
--- a/src/app/modules/admin/ui/other-components/common/search/search.component.html
+++ b/src/app/modules/admin/ui/other-components/common/search/search.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Common
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/other-components/common/shortcuts/shortcuts.component.html b/src/app/modules/admin/ui/other-components/common/shortcuts/shortcuts.component.html
index 2f227e64..0a7e40c3 100644
--- a/src/app/modules/admin/ui/other-components/common/shortcuts/shortcuts.component.html
+++ b/src/app/modules/admin/ui/other-components/common/shortcuts/shortcuts.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Common
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/other-components/common/user/user.component.html b/src/app/modules/admin/ui/other-components/common/user/user.component.html
index fc2470bf..7d83490f 100644
--- a/src/app/modules/admin/ui/other-components/common/user/user.component.html
+++ b/src/app/modules/admin/ui/other-components/common/user/user.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Common
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/other-components/third-party/apex-charts/apex-charts.component.html b/src/app/modules/admin/ui/other-components/third-party/apex-charts/apex-charts.component.html
index 3ac33298..a640e93e 100644
--- a/src/app/modules/admin/ui/other-components/third-party/apex-charts/apex-charts.component.html
+++ b/src/app/modules/admin/ui/other-components/third-party/apex-charts/apex-charts.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Third Party
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/other-components/third-party/quill-editor/quill-editor.component.html b/src/app/modules/admin/ui/other-components/third-party/quill-editor/quill-editor.component.html
index df7bf6b2..18edf3a8 100644
--- a/src/app/modules/admin/ui/other-components/third-party/quill-editor/quill-editor.component.html
+++ b/src/app/modules/admin/ui/other-components/third-party/quill-editor/quill-editor.component.html
@@ -11,13 +11,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Third Party
@@ -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()">
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/carded/fullwidth/content-scroll/fullwidth.component.html b/src/app/modules/admin/ui/page-layouts/carded/fullwidth/content-scroll/fullwidth.component.html
index 23463f11..e010378d 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/fullwidth/content-scroll/fullwidth.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/fullwidth/content-scroll/fullwidth.component.html
@@ -12,13 +12,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -44,18 +44,18 @@
- Edit
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:pencil-square'">
+ Edit
- View
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:link'">
+ View
diff --git a/src/app/modules/admin/ui/page-layouts/carded/fullwidth/normal-scroll/fullwidth.component.html b/src/app/modules/admin/ui/page-layouts/carded/fullwidth/normal-scroll/fullwidth.component.html
index 5fa7a45f..087e37dc 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/fullwidth/normal-scroll/fullwidth.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/fullwidth/normal-scroll/fullwidth.component.html
@@ -12,13 +12,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -44,18 +44,18 @@
- Edit
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:pencil-square'">
+ Edit
- View
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:link'">
+ View
diff --git a/src/app/modules/admin/ui/page-layouts/carded/fullwidth/page-scroll/fullwidth.component.html b/src/app/modules/admin/ui/page-layouts/carded/fullwidth/page-scroll/fullwidth.component.html
index beb38053..ef8254e8 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/fullwidth/page-scroll/fullwidth.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/fullwidth/page-scroll/fullwidth.component.html
@@ -14,13 +14,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -46,18 +46,18 @@
- Edit
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:pencil-square'">
+ Edit
- View
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:link'">
+ View
diff --git a/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-1/content-scroll/left-sidebar-1.component.html b/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-1/content-scroll/left-sidebar-1.component.html
index 2eed327b..d671f306 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-1/content-scroll/left-sidebar-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-1/content-scroll/left-sidebar-1.component.html
@@ -27,13 +27,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -60,7 +60,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-1/normal-scroll/left-sidebar-1.component.html b/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-1/normal-scroll/left-sidebar-1.component.html
index ca4d9b2f..b3bc2510 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-1/normal-scroll/left-sidebar-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-1/normal-scroll/left-sidebar-1.component.html
@@ -27,13 +27,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -60,7 +60,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-1/page-scroll/left-sidebar-1.component.html b/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-1/page-scroll/left-sidebar-1.component.html
index 3542307a..6f8d3315 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-1/page-scroll/left-sidebar-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-1/page-scroll/left-sidebar-1.component.html
@@ -29,13 +29,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -62,7 +62,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-2/content-scroll/left-sidebar-2.component.html b/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-2/content-scroll/left-sidebar-2.component.html
index 76a4e6a1..52b75648 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-2/content-scroll/left-sidebar-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-2/content-scroll/left-sidebar-2.component.html
@@ -12,13 +12,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -45,7 +45,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-2/normal-scroll/left-sidebar-2.component.html b/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-2/normal-scroll/left-sidebar-2.component.html
index ff66269d..7f699f3b 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-2/normal-scroll/left-sidebar-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-2/normal-scroll/left-sidebar-2.component.html
@@ -12,13 +12,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -45,7 +45,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-2/page-scroll/left-sidebar-2.component.html b/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-2/page-scroll/left-sidebar-2.component.html
index 65120905..e2288148 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-2/page-scroll/left-sidebar-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/left-sidebar-2/page-scroll/left-sidebar-2.component.html
@@ -14,13 +14,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -47,7 +47,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-1/content-scroll/right-sidebar-1.component.html b/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-1/content-scroll/right-sidebar-1.component.html
index 2a5dcf4b..ff7a8518 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-1/content-scroll/right-sidebar-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-1/content-scroll/right-sidebar-1.component.html
@@ -28,13 +28,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -61,7 +61,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-1/normal-scroll/right-sidebar-1.component.html b/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-1/normal-scroll/right-sidebar-1.component.html
index e2ae28f1..2c0e905c 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-1/normal-scroll/right-sidebar-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-1/normal-scroll/right-sidebar-1.component.html
@@ -28,13 +28,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -61,7 +61,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-1/page-scroll/right-sidebar-1.component.html b/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-1/page-scroll/right-sidebar-1.component.html
index 2b0a04db..dfd278d0 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-1/page-scroll/right-sidebar-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-1/page-scroll/right-sidebar-1.component.html
@@ -30,13 +30,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -63,7 +63,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-2/content-scroll/right-sidebar-2.component.html b/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-2/content-scroll/right-sidebar-2.component.html
index 2be46f14..3e063d2c 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-2/content-scroll/right-sidebar-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-2/content-scroll/right-sidebar-2.component.html
@@ -12,13 +12,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -45,7 +45,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-2/normal-scroll/right-sidebar-2.component.html b/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-2/normal-scroll/right-sidebar-2.component.html
index de5492fe..a5f65bbc 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-2/normal-scroll/right-sidebar-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-2/normal-scroll/right-sidebar-2.component.html
@@ -12,13 +12,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -45,7 +45,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-2/page-scroll/right-sidebar-2.component.html b/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-2/page-scroll/right-sidebar-2.component.html
index c038f94c..190adee4 100644
--- a/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-2/page-scroll/right-sidebar-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/carded/right-sidebar-2/page-scroll/right-sidebar-2.component.html
@@ -14,13 +14,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -47,7 +47,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/common/demo-sidebar/demo-sidebar.component.ts b/src/app/modules/admin/ui/page-layouts/common/demo-sidebar/demo-sidebar.component.ts
index 1711328a..df8fb254 100644
--- a/src/app/modules/admin/ui/page-layouts/common/demo-sidebar/demo-sidebar.component.ts
+++ b/src/app/modules/admin/ui/page-layouts/common/demo-sidebar/demo-sidebar.component.ts
@@ -28,7 +28,7 @@ import { FuseNavigationItem } from '@fuse/components/navigation/navigation.types
+ [svgIcon]="'heroicons_solid:circle-stack'">
Storage
@@ -102,13 +102,13 @@ export class DemoSidebarComponent
{
title: 'Create user',
type : 'basic',
- icon : 'heroicons_outline:user-add',
+ icon : 'heroicons_outline:user-plus',
},
{
title : 'Assign user or team',
subtitle: 'Assign to a task or a project',
type : 'basic',
- icon : 'heroicons_outline:badge-check',
+ icon : 'heroicons_outline:check-badge',
},
],
},
@@ -119,7 +119,7 @@ export class DemoSidebarComponent
{
title: 'All tasks',
type : 'basic',
- icon : 'heroicons_outline:clipboard-list',
+ icon : 'heroicons_outline:clipboard-document-list',
badge: {
title : '49',
classes: 'px-2 bg-primary text-on-primary rounded-full',
@@ -128,12 +128,12 @@ export class DemoSidebarComponent
{
title: 'Ongoing tasks',
type : 'basic',
- icon : 'heroicons_outline:clipboard-copy',
+ icon : 'heroicons_outline:clipboard-document-check',
},
{
title: 'Completed tasks',
type : 'basic',
- icon : 'heroicons_outline:clipboard-check',
+ icon : 'heroicons_outline:clipboard-document-check',
},
{
title: 'Abandoned tasks',
@@ -159,7 +159,7 @@ export class DemoSidebarComponent
{
title : 'General',
type : 'collapsable',
- icon : 'heroicons_outline:cog',
+ icon : 'heroicons_outline:cog-8-tooth',
children: [
{
title: 'Tasks',
diff --git a/src/app/modules/admin/ui/page-layouts/common/layout-overview/layout-overview.component.ts b/src/app/modules/admin/ui/page-layouts/common/layout-overview/layout-overview.component.ts
index 403df167..bb9838be 100644
--- a/src/app/modules/admin/ui/page-layouts/common/layout-overview/layout-overview.component.ts
+++ b/src/app/modules/admin/ui/page-layouts/common/layout-overview/layout-overview.component.ts
@@ -101,9 +101,9 @@ export interface PageLayoutsOverviewData
[color]="'primary'"
[routerLink]="selectedOption.link">
- View
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:arrow-top-right-on-square'">
+ View
diff --git a/src/app/modules/admin/ui/page-layouts/overview/overview.component.html b/src/app/modules/admin/ui/page-layouts/overview/overview.component.html
index 64f314e0..fdf78d66 100644
--- a/src/app/modules/admin/ui/page-layouts/overview/overview.component.html
+++ b/src/app/modules/admin/ui/page-layouts/overview/overview.component.html
@@ -9,7 +9,7 @@
diff --git a/src/app/modules/admin/ui/page-layouts/simple/fullwidth-1/content-scroll/fullwidth-1.component.html b/src/app/modules/admin/ui/page-layouts/simple/fullwidth-1/content-scroll/fullwidth-1.component.html
index 094ab427..df6d38f0 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/fullwidth-1/content-scroll/fullwidth-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/fullwidth-1/content-scroll/fullwidth-1.component.html
@@ -12,13 +12,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -44,18 +44,18 @@
- Edit
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:pencil-square'">
+ Edit
- View
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:link'">
+ View
diff --git a/src/app/modules/admin/ui/page-layouts/simple/fullwidth-1/normal-scroll/fullwidth-1.component.html b/src/app/modules/admin/ui/page-layouts/simple/fullwidth-1/normal-scroll/fullwidth-1.component.html
index 32bca279..f02df10c 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/fullwidth-1/normal-scroll/fullwidth-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/fullwidth-1/normal-scroll/fullwidth-1.component.html
@@ -12,13 +12,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -44,18 +44,18 @@
- Edit
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:pencil-square'">
+ Edit
- View
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:link'">
+ View
diff --git a/src/app/modules/admin/ui/page-layouts/simple/fullwidth-1/page-scroll/fullwidth-1.component.html b/src/app/modules/admin/ui/page-layouts/simple/fullwidth-1/page-scroll/fullwidth-1.component.html
index 0b99e2a6..19bfd742 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/fullwidth-1/page-scroll/fullwidth-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/fullwidth-1/page-scroll/fullwidth-1.component.html
@@ -14,13 +14,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -46,18 +46,18 @@
- Edit
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:pencil-square'">
+ Edit
- View
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:link'">
+ View
diff --git a/src/app/modules/admin/ui/page-layouts/simple/fullwidth-2/content-scroll/fullwidth-2.component.html b/src/app/modules/admin/ui/page-layouts/simple/fullwidth-2/content-scroll/fullwidth-2.component.html
index a6facce6..23c87cda 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/fullwidth-2/content-scroll/fullwidth-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/fullwidth-2/content-scroll/fullwidth-2.component.html
@@ -12,13 +12,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -44,18 +44,18 @@
- Edit
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:pencil-square'">
+ Edit
- View
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:link'">
+ View
diff --git a/src/app/modules/admin/ui/page-layouts/simple/fullwidth-2/normal-scroll/fullwidth-2.component.html b/src/app/modules/admin/ui/page-layouts/simple/fullwidth-2/normal-scroll/fullwidth-2.component.html
index 874c9b34..a2506e77 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/fullwidth-2/normal-scroll/fullwidth-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/fullwidth-2/normal-scroll/fullwidth-2.component.html
@@ -12,13 +12,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -44,18 +44,18 @@
- Edit
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:pencil-square'">
+ Edit
- View
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:link'">
+ View
diff --git a/src/app/modules/admin/ui/page-layouts/simple/fullwidth-2/page-scroll/fullwidth-2.component.html b/src/app/modules/admin/ui/page-layouts/simple/fullwidth-2/page-scroll/fullwidth-2.component.html
index 8364f8ac..e9ba6852 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/fullwidth-2/page-scroll/fullwidth-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/fullwidth-2/page-scroll/fullwidth-2.component.html
@@ -14,13 +14,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -46,18 +46,18 @@
- Edit
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:pencil-square'">
+ Edit
- View
+ class="icon-size-4"
+ [svgIcon]="'heroicons_mini:link'">
+ View
diff --git a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-1/content-scroll/left-sidebar-1.component.html b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-1/content-scroll/left-sidebar-1.component.html
index ec5ca7a5..b10ab786 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-1/content-scroll/left-sidebar-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-1/content-scroll/left-sidebar-1.component.html
@@ -24,7 +24,7 @@
class="mb-4"
mat-icon-button
(click)="matDrawer.toggle()">
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-1/normal-scroll/left-sidebar-1.component.html b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-1/normal-scroll/left-sidebar-1.component.html
index fc20b501..3d0eb01e 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-1/normal-scroll/left-sidebar-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-1/normal-scroll/left-sidebar-1.component.html
@@ -24,7 +24,7 @@
class="mb-4"
mat-icon-button
(click)="matDrawer.toggle()">
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-1/page-scroll/left-sidebar-1.component.html b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-1/page-scroll/left-sidebar-1.component.html
index e507d507..9b39effb 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-1/page-scroll/left-sidebar-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-1/page-scroll/left-sidebar-1.component.html
@@ -26,7 +26,7 @@
class="mb-4"
mat-icon-button
(click)="matDrawer.toggle()">
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/content-scroll/left-sidebar-2.component.html b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/content-scroll/left-sidebar-2.component.html
index 3e137b71..a51f8346 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/content-scroll/left-sidebar-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/content-scroll/left-sidebar-2.component.html
@@ -28,13 +28,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -61,7 +61,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/inner-scroll/left-sidebar-2.component.html b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/inner-scroll/left-sidebar-2.component.html
index ffe8f266..9af9fc8f 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/inner-scroll/left-sidebar-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/inner-scroll/left-sidebar-2.component.html
@@ -28,13 +28,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -61,7 +61,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/normal-scroll/left-sidebar-2.component.html b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/normal-scroll/left-sidebar-2.component.html
index da73fd24..212cc672 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/normal-scroll/left-sidebar-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/normal-scroll/left-sidebar-2.component.html
@@ -28,13 +28,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -61,7 +61,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/page-scroll/left-sidebar-2.component.html b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/page-scroll/left-sidebar-2.component.html
index d18d5361..9cdf392a 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/page-scroll/left-sidebar-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-2/page-scroll/left-sidebar-2.component.html
@@ -30,13 +30,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -63,7 +63,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-3/content-scroll/left-sidebar-3.component.html b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-3/content-scroll/left-sidebar-3.component.html
index 9c2b6040..8c4242cd 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-3/content-scroll/left-sidebar-3.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-3/content-scroll/left-sidebar-3.component.html
@@ -12,13 +12,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -45,7 +45,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-3/normal-scroll/left-sidebar-3.component.html b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-3/normal-scroll/left-sidebar-3.component.html
index 541e7a63..c595280a 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-3/normal-scroll/left-sidebar-3.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-3/normal-scroll/left-sidebar-3.component.html
@@ -12,13 +12,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -45,7 +45,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-3/page-scroll/left-sidebar-3.component.html b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-3/page-scroll/left-sidebar-3.component.html
index 2387863a..8e922e30 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-3/page-scroll/left-sidebar-3.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/left-sidebar-3/page-scroll/left-sidebar-3.component.html
@@ -14,13 +14,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -47,7 +47,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-1/content-scroll/right-sidebar-1.component.html b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-1/content-scroll/right-sidebar-1.component.html
index b489149c..2fe59e05 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-1/content-scroll/right-sidebar-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-1/content-scroll/right-sidebar-1.component.html
@@ -25,7 +25,7 @@
class="mb-4"
mat-icon-button
(click)="matDrawer.toggle()">
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-1/normal-scroll/right-sidebar-1.component.html b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-1/normal-scroll/right-sidebar-1.component.html
index 7d06881d..fe03e9f6 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-1/normal-scroll/right-sidebar-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-1/normal-scroll/right-sidebar-1.component.html
@@ -25,7 +25,7 @@
class="mb-4"
mat-icon-button
(click)="matDrawer.toggle()">
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-1/page-scroll/right-sidebar-1.component.html b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-1/page-scroll/right-sidebar-1.component.html
index be98cd72..83d7c5ad 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-1/page-scroll/right-sidebar-1.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-1/page-scroll/right-sidebar-1.component.html
@@ -27,7 +27,7 @@
class="mb-4"
mat-icon-button
(click)="matDrawer.toggle()">
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/content-scroll/right-sidebar-2.component.html b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/content-scroll/right-sidebar-2.component.html
index 3fac5fe0..63323acf 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/content-scroll/right-sidebar-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/content-scroll/right-sidebar-2.component.html
@@ -29,13 +29,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -62,7 +62,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/inner-scroll/right-sidebar-2.component.html b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/inner-scroll/right-sidebar-2.component.html
index 6dfa9786..2d88bb76 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/inner-scroll/right-sidebar-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/inner-scroll/right-sidebar-2.component.html
@@ -29,13 +29,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -62,7 +62,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/normal-scroll/right-sidebar-2.component.html b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/normal-scroll/right-sidebar-2.component.html
index 8933706c..c5c558d0 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/normal-scroll/right-sidebar-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/normal-scroll/right-sidebar-2.component.html
@@ -29,13 +29,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -62,7 +62,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/page-scroll/right-sidebar-2.component.html b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/page-scroll/right-sidebar-2.component.html
index 8e00c83b..c89706ba 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/page-scroll/right-sidebar-2.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-2/page-scroll/right-sidebar-2.component.html
@@ -31,13 +31,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -64,7 +64,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-3/content-scroll/right-sidebar-3.component.html b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-3/content-scroll/right-sidebar-3.component.html
index c2b2a6ad..5a2ad16e 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-3/content-scroll/right-sidebar-3.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-3/content-scroll/right-sidebar-3.component.html
@@ -12,13 +12,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -45,7 +45,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-3/normal-scroll/right-sidebar-3.component.html b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-3/normal-scroll/right-sidebar-3.component.html
index 73e8d601..809b404e 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-3/normal-scroll/right-sidebar-3.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-3/normal-scroll/right-sidebar-3.component.html
@@ -12,13 +12,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -45,7 +45,7 @@
-
+
diff --git a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-3/page-scroll/right-sidebar-3.component.html b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-3/page-scroll/right-sidebar-3.component.html
index 8a43feba..2165ccc6 100644
--- a/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-3/page-scroll/right-sidebar-3.component.html
+++ b/src/app/modules/admin/ui/page-layouts/simple/right-sidebar-3/page-scroll/right-sidebar-3.component.html
@@ -14,13 +14,13 @@
+ [svgIcon]="'heroicons_mini:chevron-right'">
Overview
@@ -47,7 +47,7 @@
-
+
diff --git a/src/app/modules/auth/reset-password/reset-password.component.html b/src/app/modules/auth/reset-password/reset-password.component.html
index e86b01e9..fbcea922 100644
--- a/src/app/modules/auth/reset-password/reset-password.component.html
+++ b/src/app/modules/auth/reset-password/reset-password.component.html
@@ -48,7 +48,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
@@ -76,7 +76,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password confirmation is required
diff --git a/src/app/modules/auth/sign-in/sign-in.component.html b/src/app/modules/auth/sign-in/sign-in.component.html
index 7704c6d8..78563aa8 100644
--- a/src/app/modules/auth/sign-in/sign-in.component.html
+++ b/src/app/modules/auth/sign-in/sign-in.component.html
@@ -78,7 +78,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/auth/sign-up/sign-up.component.html b/src/app/modules/auth/sign-up/sign-up.component.html
index 8d5d625b..62da1d87 100644
--- a/src/app/modules/auth/sign-up/sign-up.component.html
+++ b/src/app/modules/auth/sign-up/sign-up.component.html
@@ -81,7 +81,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/auth/unlock-session/unlock-session.component.html b/src/app/modules/auth/unlock-session/unlock-session.component.html
index 7b175305..7644a979 100644
--- a/src/app/modules/auth/unlock-session/unlock-session.component.html
+++ b/src/app/modules/auth/unlock-session/unlock-session.component.html
@@ -57,7 +57,7 @@
+ [svgIcon]="'heroicons_solid:eye-slash'">
Password is required
diff --git a/src/app/modules/landing/home/home.component.html b/src/app/modules/landing/home/home.component.html
index 0e33d847..63868a4d 100644
--- a/src/app/modules/landing/home/home.component.html
+++ b/src/app/modules/landing/home/home.component.html
@@ -24,7 +24,7 @@
Launch the App
+ [svgIcon]="'heroicons_mini:arrow-long-right'">
diff --git a/src/assets/icons/heroicons-mini.svg b/src/assets/icons/heroicons-mini.svg
new file mode 100644
index 00000000..d860c88c
--- /dev/null
+++ b/src/assets/icons/heroicons-mini.svg
@@ -0,0 +1,940 @@
+
+
diff --git a/src/assets/icons/heroicons-outline.svg b/src/assets/icons/heroicons-outline.svg
index 43d6a7a6..7f337e32 100644
--- a/src/assets/icons/heroicons-outline.svg
+++ b/src/assets/icons/heroicons-outline.svg
@@ -1,707 +1,893 @@
-
+
-
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
diff --git a/src/assets/icons/heroicons-solid.svg b/src/assets/icons/heroicons-solid.svg
index 468a579b..c669d9b7 100644
--- a/src/assets/icons/heroicons-solid.svg
+++ b/src/assets/icons/heroicons-solid.svg
@@ -1,738 +1,958 @@
-
-
+
+
+
+
-
-
+
+
-
-
+
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
+
-
-
+
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
-
-
+
+
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
-
-
-
+
+
-
-
-
+
+
+
-
-
-
+
+
-
-
-
+
+
-
-
+
+
+
-
-
-
+
+
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-