diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-10-11 06:55:52 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-10-11 06:55:52 +0200 |
| commit | e15b552db821657741bfecbc5ec1aacd34481517 (patch) | |
| tree | 67a217881b664ef9eb96b6402b49c67a4999394a /code/app/src/lib/components/icons/index.ts | |
| parent | 9372f7da2f86e43a8fc35b5042610782795d79f6 (diff) | |
| download | greatoffice-e15b552db821657741bfecbc5ec1aacd34481517.tar.xz greatoffice-e15b552db821657741bfecbc5ec1aacd34481517.zip | |
feat: Add some icons
Diffstat (limited to 'code/app/src/lib/components/icons/index.ts')
| -rw-r--r-- | code/app/src/lib/components/icons/index.ts | 6 |
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, |
