summaryrefslogtreecommitdiff
path: root/resources/views/icons
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/icons')
-rw-r--r--resources/views/icons/account.phtml1
-rw-r--r--resources/views/icons/anniversary.phtml2
-rw-r--r--resources/views/icons/block-user.phtml2
-rw-r--r--resources/views/icons/copy.phtml2
-rw-r--r--resources/views/icons/delete.phtml2
-rw-r--r--resources/views/icons/email.phtml2
-rw-r--r--resources/views/icons/favorite.phtml2
-rw-r--r--resources/views/icons/file.phtml2
-rw-r--r--resources/views/icons/folder.phtml2
-rw-r--r--resources/views/icons/individual.phtml2
-rw-r--r--resources/views/icons/keyboard.phtml2
-rw-r--r--resources/views/icons/media.phtml2
-rw-r--r--resources/views/icons/note.phtml2
-rw-r--r--resources/views/icons/report.phtml2
-rw-r--r--resources/views/icons/source.phtml2
-rw-r--r--resources/views/icons/submitter.phtml2
-rw-r--r--resources/views/icons/tab.phtml2
-rw-r--r--resources/views/icons/user.phtml2
18 files changed, 18 insertions, 17 deletions
diff --git a/resources/views/icons/account.phtml b/resources/views/icons/account.phtml
new file mode 100644
index 0000000000..10fe021757
--- /dev/null
+++ b/resources/views/icons/account.phtml
@@ -0,0 +1 @@
+<span class="wt-icon-account"><i class="fa-regular fa-address-card fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/anniversary.phtml b/resources/views/icons/anniversary.phtml
index 97e230588a..3216d8c0df 100644
--- a/resources/views/icons/anniversary.phtml
+++ b/resources/views/icons/anniversary.phtml
@@ -1 +1 @@
-<span class="wt-icon-anniversary"><i class="far fa-bell fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-anniversary"><i class="fa-regular fa-bell fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/block-user.phtml b/resources/views/icons/block-user.phtml
index c2dfb275b1..38c9225cb7 100644
--- a/resources/views/icons/block-user.phtml
+++ b/resources/views/icons/block-user.phtml
@@ -1 +1 @@
-<span class="wt-icon-block-user"><i class="far fa-user fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-block-user"><i class="fa-regular fa-user fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/copy.phtml b/resources/views/icons/copy.phtml
index aa1932129a..6bc12abb32 100644
--- a/resources/views/icons/copy.phtml
+++ b/resources/views/icons/copy.phtml
@@ -1 +1 @@
-<span class="wt-icon-copy"><i class="far fa-copy fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-copy"><i class="fa-regular fa-copy fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/delete.phtml b/resources/views/icons/delete.phtml
index 9d4dfca520..5b2a2676b0 100644
--- a/resources/views/icons/delete.phtml
+++ b/resources/views/icons/delete.phtml
@@ -1 +1 @@
-<span class="wt-icon-delete"><i class="far fa-trash-alt fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-delete"><i class="fa-regular fa-trash-alt fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/email.phtml b/resources/views/icons/email.phtml
index 55478f5476..f6b516d2a8 100644
--- a/resources/views/icons/email.phtml
+++ b/resources/views/icons/email.phtml
@@ -1 +1 @@
-<span class="wt-icon-email"><i class="far fa-envelope fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-email"><i class="fa-regular fa-envelope fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/favorite.phtml b/resources/views/icons/favorite.phtml
index d9b20b7837..3209f772db 100644
--- a/resources/views/icons/favorite.phtml
+++ b/resources/views/icons/favorite.phtml
@@ -1 +1 @@
-<span class="wt-icon-favorite"><i class="far fa-star fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-favorite"><i class="fa-regular fa-star fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/file.phtml b/resources/views/icons/file.phtml
index 4a56cad95e..b4cfd09896 100644
--- a/resources/views/icons/file.phtml
+++ b/resources/views/icons/file.phtml
@@ -1 +1 @@
-<span class="wt-icon-file"><i class="far fa-file fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-file"><i class="fa-regular fa-file fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/folder.phtml b/resources/views/icons/folder.phtml
index 7f0d3c7a00..b3be7256d5 100644
--- a/resources/views/icons/folder.phtml
+++ b/resources/views/icons/folder.phtml
@@ -1 +1 @@
-<span class="wt-icon-folder"><i class="far fa-folder fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-folder"><i class="fa-regular fa-folder fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/individual.phtml b/resources/views/icons/individual.phtml
index 75e0ba2717..b5f0451938 100644
--- a/resources/views/icons/individual.phtml
+++ b/resources/views/icons/individual.phtml
@@ -1 +1 @@
-<span class="wt-icon-individual"><i class="far fa-user fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-individual"><i class="fa-regular fa-user fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/keyboard.phtml b/resources/views/icons/keyboard.phtml
index d722c2ef4c..2e4206eaa2 100644
--- a/resources/views/icons/keyboard.phtml
+++ b/resources/views/icons/keyboard.phtml
@@ -1 +1 @@
-<span class="wt-icon-keyboard"><i class="far fa-keyboard" aria-hidden="true"></i></span><?php
+<span class="wt-icon-keyboard"><i class="fa-regular fa-keyboard" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/media.phtml b/resources/views/icons/media.phtml
index 6ec2c2e33a..c47c2e48e5 100644
--- a/resources/views/icons/media.phtml
+++ b/resources/views/icons/media.phtml
@@ -1 +1 @@
-<span class="wt-icon-media"><i class="far fa-file-image fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-media"><i class="fa-regular fa-file-image fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/note.phtml b/resources/views/icons/note.phtml
index 7913366b31..75bebee88a 100644
--- a/resources/views/icons/note.phtml
+++ b/resources/views/icons/note.phtml
@@ -1 +1 @@
-<span class="wt-icon-note"><i class="far fa-sticky-note fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-note"><i class="fa-regular fa-sticky-note fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/report.phtml b/resources/views/icons/report.phtml
index 01b3956976..e04dc2698d 100644
--- a/resources/views/icons/report.phtml
+++ b/resources/views/icons/report.phtml
@@ -1 +1 @@
-<span class="wt-icon-report"><i class="far fa-file fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-report"><i class="fa-regular fa-file fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/source.phtml b/resources/views/icons/source.phtml
index e4a86008a8..f0bcca568f 100644
--- a/resources/views/icons/source.phtml
+++ b/resources/views/icons/source.phtml
@@ -1 +1 @@
-<span class="wt-icon-source"><i class="far fa-file-alt fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-source"><i class="fa-regular fa-file-alt fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/submitter.phtml b/resources/views/icons/submitter.phtml
index a1c041b7c7..4c38b33e68 100644
--- a/resources/views/icons/submitter.phtml
+++ b/resources/views/icons/submitter.phtml
@@ -1 +1 @@
-<span class="wt-icon-submitter"><i class="far fa-user fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-submitter"><i class="fa-regular fa-user fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/tab.phtml b/resources/views/icons/tab.phtml
index 4bd7d02f58..38371639e1 100644
--- a/resources/views/icons/tab.phtml
+++ b/resources/views/icons/tab.phtml
@@ -1 +1 @@
-<span class="wt-icon-theme"><i class="far fa-folder fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-theme"><i class="fa-regular fa-folder fa-fw" aria-hidden="true"></i></span><?php
diff --git a/resources/views/icons/user.phtml b/resources/views/icons/user.phtml
index d4358829d0..8a572c4bf4 100644
--- a/resources/views/icons/user.phtml
+++ b/resources/views/icons/user.phtml
@@ -1 +1 @@
-<span class="wt-icon-user"><i class="far fa-user fa-fw" aria-hidden="true"></i></span><?php
+<span class="wt-icon-user"><i class="fa-regular fa-user fa-fw" aria-hidden="true"></i></span><?php