aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/lib/components/icons/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'code/app/src/lib/components/icons/index.ts')
-rw-r--r--code/app/src/lib/components/icons/index.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/code/app/src/lib/components/icons/index.ts b/code/app/src/lib/components/icons/index.ts
index 8c24873..eb5b439 100644
--- a/code/app/src/lib/components/icons/index.ts
+++ b/code/app/src/lib/components/icons/index.ts
@@ -17,8 +17,14 @@ import CalendarIcon from "./calendar.svelte";
import FolderOpenIcon from "./folder-open.svelte";
import MegaphoneIcon from "./megaphone.svelte";
import QueueListIcon from "./queue-list.svelte";
+import ChevronDownIcon from "./chevron-down.svelte";
+import ChevronUpIcon from "./chevron-up.svelte";
+import FunnelIcon from "./funnel.svelte";
export {
+ FunnelIcon,
+ ChevronDownIcon,
+ ChevronUpIcon,
QueueListIcon,
FolderOpenIcon,
MegaphoneIcon,