summaryrefslogtreecommitdiff
path: root/packages/frontend/vite.replaceIcons.ts
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-02-16 21:42:35 +0000
committerHazelnoot <acomputerdog@gmail.com>2025-02-16 21:42:35 +0000
commit2d7918a9b74a1c049c2e520b0331ba6f161c1a16 (patch)
treec2e30ecca540b187eee0659afa249bad51b45fe3 /packages/frontend/vite.replaceIcons.ts
parentmerge: fill `myReaction` in more cases - may fix #944 (!907) (diff)
parentMerge branch 'develop' into merge/2024-02-03 (diff)
downloadsharkey-2d7918a9b74a1c049c2e520b0331ba6f161c1a16.tar.gz
sharkey-2d7918a9b74a1c049c2e520b0331ba6f161c1a16.tar.bz2
sharkey-2d7918a9b74a1c049c2e520b0331ba6f161c1a16.zip
merge: Merge upstream 2025.2.0 (!886)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/886 Approved-by: Marie <github@yuugi.dev> Approved-by: Amber Null <puppygirlhornyposting@gmail.com>
Diffstat (limited to 'packages/frontend/vite.replaceIcons.ts')
-rw-r--r--packages/frontend/vite.replaceIcons.ts7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/frontend/vite.replaceIcons.ts b/packages/frontend/vite.replaceIcons.ts
index 9aa1e0c7b4..7c8b5678d6 100644
--- a/packages/frontend/vite.replaceIcons.ts
+++ b/packages/frontend/vite.replaceIcons.ts
@@ -227,6 +227,7 @@ export function pluginReplaceIcons() {
'ti ti-edit': 'ph-pencil-simple-line ph-bold ph-lg',
'ti ti-equal-double': 'ph-equals ph-bold ph-lg',
'ti ti-equal-not': 'ph-prohibit ph-bold ph-lg',
+ 'ti ti-eraser': 'ph-eraser ph-bold ph-lg',
'ti ti-exclamation-circle': 'ph-warning-circle ph-bold ph-lg',
'ti ti-external-link': 'ph-arrow-square-out ph-bold ph-lg',
'ti ti-eye': 'ph-eye ph-bold ph-lg',
@@ -256,6 +257,7 @@ export function pluginReplaceIcons() {
'ti ti-help-circle': 'ph-question ph-bold ph-lg',
'ti ti-home': 'ph-house ph-bold ph-lg',
'ti ti-hourglass-empty': 'ph-hourglass ph-bold ph-lg',
+ 'ti ti-icons': 'ph-squares-four ph-bold ph-lg',
'ti ti-id': 'ph-identification-card ph-bold ph-lg',
'ti ti-info-circle': 'ph-info ph-bold ph-lg',
'ti ti-json': 'ph-brackets-curly ph-bold ph-lg',
@@ -266,7 +268,8 @@ export function pluginReplaceIcons() {
'ti ti-link': 'ph-link ph-bold ph-lg',
'ti ti-link-off': 'ph-link-break ph-bold ph-lg',
'ti ti-list': 'ph-list ph-bold ph-lg',
- 'ti ti-list-search': 'ph-list ph-bold ph-lg-search',
+ 'ti ti-list-numbers': 'ph-list-numbers ph-bold ph-lg',
+ 'ti ti-list-search': 'ph-list ph-bold ph-lg',
'ti ti-lock': 'ph-lock ph-bold ph-lg',
'ti ti-lock-open': 'ph-lock-open ph-bold ph-lg',
'ti ti-lock-star': 'ph-shield-star ph-bold ph-lg',
@@ -293,6 +296,7 @@ export function pluginReplaceIcons() {
'ti ti-music': 'ph-music-notes ph-bold ph-lg',
'ti ti-news': 'ph-newspaper ph-bold ph-lg',
'ti ti-note': 'ph-note ph-bold ph-lg',
+ 'ti ti-notes': 'ph-notepad ph-bold ph-lg',
'ti ti-notebook': 'ph-notebook ph-bold ph-lg',
'ti ti-package': 'ph-package ph-bold ph-lg',
'ti ti-paint': 'ph-paint-roller ph-bold ph-lg',
@@ -365,6 +369,7 @@ export function pluginReplaceIcons() {
'ti ti-user-exclamation': 'ph-warning-circle ph-bold ph-lg',
'ti ti-user-off': 'ph-user-minus ph-bold ph-lg',
'ti ti-user-plus': 'ph-user-plus ph-bold ph-lg',
+ 'ti ti-user-question': 'ph-user-circle-dashed ph-bold ph-lg',
'ti ti-user-search': 'ph-user-circle ph-bold ph-lg',
'ti ti-user-shield': 'ph-newspaper-clipping ph-bold ph-lg',
'ti ti-user-star': 'ph-user-focus ph-bold ph-lg',