diff --git a/scripts/migrate_fa_to_lucide.py b/scripts/migrate_fa_to_lucide.py
index 25faf7dd..c9c789c9 100644
--- a/scripts/migrate_fa_to_lucide.py
+++ b/scripts/migrate_fa_to_lucide.py
@@ -107,6 +107,9 @@ FA_TO_LUCIDE = {
'fa-user-ninja': 'UserRound',
'fa-user-tie': 'UserRound',
'fa-video': 'Video',
+ 'fa-archive': 'Archive',
+ 'fa-link-slash': 'Unlink',
+ 'fa-question-circle': 'HelpCircle',
}
# Skip modifiers — not real icon names
diff --git a/src/routes/core/ae_comp__person_obj_tbl.svelte b/src/routes/core/ae_comp__person_obj_tbl.svelte
index 808de963..a9667afc 100644
--- a/src/routes/core/ae_comp__person_obj_tbl.svelte
+++ b/src/routes/core/ae_comp__person_obj_tbl.svelte
@@ -14,6 +14,7 @@
slct,
slct_trigger
} from '$lib/stores/ae_stores';
+ import { Building2, ListOrdered, Mail, Unlink, User, UserCheck } from 'lucide-svelte';
// import { core_func } from '$lib/ae_core_functions';
// import { events_loc, events_sess, events_slct, events_trigger, events_trig_kv } from '$lib/stores/ae_events_stores';
// import { events_func } from '$lib/ae_events_functions';
@@ -54,7 +55,7 @@
class="text-3xl font-bold bg-success-100 px-4 border rounded-lg border-success-200"
title="Count {$lq_kv__person_obj_li.length ?? 'None'}"
>
-
+