diff --git a/packages/frontend/vite.replaceIcons.ts b/packages/frontend/vite.replaceIcons.ts index 9aa1e0c7b4..7266fde737 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', @@ -267,6 +269,7 @@ export function pluginReplaceIcons() { '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-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',