summaryrefslogtreecommitdiff
path: root/packages/frontend/vite.replaceIcons.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/vite.replaceIcons.ts')
-rw-r--r--packages/frontend/vite.replaceIcons.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/frontend/vite.replaceIcons.ts b/packages/frontend/vite.replaceIcons.ts
index 50220124ce..4165c98c8c 100644
--- a/packages/frontend/vite.replaceIcons.ts
+++ b/packages/frontend/vite.replaceIcons.ts
@@ -409,6 +409,13 @@ export function pluginReplaceIcons() {
'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',
+ 'ti ti-code-asterisk': 'ph-brackets-curly ph-bold ph-lg',
+ 'ti ti-hourglass-high': 'ph-hourglass-high ph-bold ph-lg',
+ 'ti ti-http-que': 'ph-queue ph-bold ph-lg',
+ 'ti ti-list-check': 'ph-list-checks ph-bold ph-lg',
+ 'ti ti-logs': 'ph-list-dashes ph-bold ph-lg',
+ 'ti ti-timeline-event': 'ph-map-pin-simple-line ph-bold ph-lg',
+ 'ti ti-user-minus': 'ph-user-minus ph-bold ph-lg',
},
}),
];