map new TI icons:

* ti-eraser -> ph-eraser
* ti-icons -> ph-squares-four
* ti-list-numbers -> ph-list-numbers
* ti-notes -> ph-notepad
* ti-user-question -> ph-user-question
This commit is contained in:
Hazelnoot 2025-02-04 12:52:25 -05:00
parent 080b2dc442
commit 041993e0c0

View file

@ -227,6 +227,7 @@ export function pluginReplaceIcons() {
'ti ti-edit': 'ph-pencil-simple-line ph-bold ph-lg', 'ti ti-edit': 'ph-pencil-simple-line ph-bold ph-lg',
'ti ti-equal-double': 'ph-equals 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-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-exclamation-circle': 'ph-warning-circle ph-bold ph-lg',
'ti ti-external-link': 'ph-arrow-square-out 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', '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-help-circle': 'ph-question ph-bold ph-lg',
'ti ti-home': 'ph-house 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-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-id': 'ph-identification-card ph-bold ph-lg',
'ti ti-info-circle': 'ph-info ph-bold ph-lg', 'ti ti-info-circle': 'ph-info ph-bold ph-lg',
'ti ti-json': 'ph-brackets-curly ph-bold ph-lg', 'ti ti-json': 'ph-brackets-curly ph-bold ph-lg',
@ -267,6 +269,7 @@ export function pluginReplaceIcons() {
'ti ti-link-off': 'ph-link-break 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': 'ph-list ph-bold ph-lg',
'ti ti-list-search': 'ph-list ph-bold ph-lg-search', 'ti ti-list-search': 'ph-list ph-bold ph-lg-search',
'ti ti-list-numbers': 'ph-list-numbers ph-bold ph-lg',
'ti ti-lock': 'ph-lock 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-open': 'ph-lock-open ph-bold ph-lg',
'ti ti-lock-star': 'ph-shield-star 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-music': 'ph-music-notes ph-bold ph-lg',
'ti ti-news': 'ph-newspaper ph-bold ph-lg', 'ti ti-news': 'ph-newspaper ph-bold ph-lg',
'ti ti-note': 'ph-note 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-notebook': 'ph-notebook ph-bold ph-lg',
'ti ti-package': 'ph-package ph-bold ph-lg', 'ti ti-package': 'ph-package ph-bold ph-lg',
'ti ti-paint': 'ph-paint-roller 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-exclamation': 'ph-warning-circle ph-bold ph-lg',
'ti ti-user-off': 'ph-user-minus 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-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-search': 'ph-user-circle ph-bold ph-lg',
'ti ti-user-shield': 'ph-newspaper-clipping 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', 'ti ti-user-star': 'ph-user-focus ph-bold ph-lg',