diff --git a/packages/frontend/vite.replaceIcons.ts b/packages/frontend/vite.replaceIcons.ts index 494a327477..f060ddcd01 100644 --- a/packages/frontend/vite.replaceIcons.ts +++ b/packages/frontend/vite.replaceIcons.ts @@ -129,6 +129,7 @@ export function pluginReplaceIcons() { iconsReplace({ values: { 'icon ti ti-brand-youtube': 'icon ph-youtube-logo ph-bold ph-lg', + 'ti ti ti-folder-symlink': 'ph-folder-dashed ph-bold ph-lg', 'ti ti-123': 'ph-numpad ph-bold ph-lg', 'ti ti-access-point': 'ph-broadcast ph-bold ph-lg', 'ti ti-activity': 'ph-pulse ph-bold ph-lg', @@ -237,6 +238,7 @@ export function pluginReplaceIcons() { 'ti ti-flask': 'ph-flask ph-bold ph-lg', 'ti ti-folder': 'ph-folder ph-bold ph-lg', 'ti ti-folder-plus': 'ph-folder-plus ph-bold ph-lg', + 'ti ti-folder-symlink': 'ph-folder-dashed ph-bold ph-lg', 'ti ti-forms': 'ph-textbox ph-bold ph-lg', 'ti ti-ghost': 'ph-ghost ph-bold ph-lg', 'ti ti-grid-dots': 'ph-dots-nine ph-bold ph-lg', @@ -312,6 +314,7 @@ export function pluginReplaceIcons() { 'ti ti-rectangle': 'ph-frame-corners ph-bold ph-lg', 'ti ti-refresh': 'ph-arrows-counter-clockwise ph-bold ph-lg', 'ti ti-repeat-off': 'ph-repeat ph-bold ph-lg', + 'ti ti-restore': 'ph-box-arrow-up ph-box ph-lg', 'ti ti-robot': 'ph-robot ph-bold ph-lg', 'ti ti-rocket': 'ph-rocket-launch ph-bold ph-lg', 'ti ti-rocket-off': 'ph-rocket ph-bold ph-lg', @@ -362,6 +365,9 @@ export function pluginReplaceIcons() { 'ti ti-world-upload': 'ph-cloud-arrow-up ph-bold ph-lg', 'ti ti-world-x': 'ph-planet ph-bold ph-lg', 'ti ti-x': 'ph-x ph-bold ph-lg', + 'ti-help': 'ph-question ph-bold ph-lg', + 'ti-mail': 'ph-envelope ph-bold ph-lg', + 'ti-webhook': 'ph-webhooks-logo ph-bold ph-lg', 'ti ti-caret-down': 'ph-caret-down ph-bold ph-lg', 'ti ti-chevron-down': 'ph-caret-down ph-bold ph-lg', },