From c9186236f9f5da3ed35072755198d06321ffa062 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Tue, 1 Apr 2025 21:38:40 -0400 Subject: [PATCH] replace new icons --- packages/frontend/vite.replaceIcons.ts | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/packages/frontend/vite.replaceIcons.ts b/packages/frontend/vite.replaceIcons.ts index 7c8b5678d6..648e94033d 100644 --- a/packages/frontend/vite.replaceIcons.ts +++ b/packages/frontend/vite.replaceIcons.ts @@ -388,11 +388,26 @@ 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-help': 'ph-question ph-bold ph-lg', + 'ti ti ti-caret-down': 'ph-caret-down ph-bold ph-lg', 'ti ti-chevron-down': 'ph-caret-down ph-bold ph-lg', + 'ti ti-accessible': 'ph-person-simple-circle ph-bold ph-lg', + 'ti ti-antenna-bars-3': 'ph-cell-signal-medium ph-bold ph-lg', + 'ti ti-arrows-horizontal': 'ph-arrows-horizontal ph-bold ph-lg', + 'ti ti-battery-vertical-eco': 'ph-battery-plus-vertical ph-bold ph-lg', + 'ti ti-clipboard': 'ph-clipboard ph-bold ph-lg', + 'ti ti-cloud-cog': 'ph-cloud-check ph-bold ph-lg', + 'ti ti-cloud-down': 'ph-cloud-arrow-down ph-bold ph-lg', + 'ti ti-cloud-up': 'ph-cloud-arrow-up ph-bold ph-lg', + 'ti ti-dots-circle-horizontal': 'ph-dots-three-circle ph-bold ph-lg', + 'ti ti-mood-plus': 'ph-smiley ph-bold ph-lg', + 'ti ti-photo-exclamation': 'ph-gear ph-bold ph-lg', + 'ti ti-photo-search': 'ph-file-magnifying-glass ph-bold ph-lg', + 'ti ti-settings-2': 'ph-gear-six ph-bold ph-lg', + 'ti ti-settings-cog': 'ph-gear ph-bold ph-lg', + 'ti ti-ticket': 'ph-ticket ph-bold ph-lg', + 'ti ti-user-cog': 'ph-user-circle-gear ph-bold ph-lg', + 'ti ti-users-group': 'ph-users-three ph-bold ph-lg', }, }), ];