diff options
| author | Dhravya Shah <[email protected]> | 2024-06-18 17:58:46 -0500 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-06-18 17:58:46 -0500 |
| commit | f4bb71e8f7e07bb2e919b7f222d5acb2905eb8f2 (patch) | |
| tree | 7310dc521ef3559055bbe71f50c3861be2fa0503 /packages/ui/icons/index.ts | |
| parent | darkmode by default - so that the colors don't f up on lightmode devices (diff) | |
| parent | Create Embeddings for Canvas (diff) | |
| download | supermemory-default-darkmode.tar.xz supermemory-default-darkmode.zip | |
Diffstat (limited to 'packages/ui/icons/index.ts')
| -rw-r--r-- | packages/ui/icons/index.ts | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/ui/icons/index.ts b/packages/ui/icons/index.ts index 6c528aba..7788c20f 100644 --- a/packages/ui/icons/index.ts +++ b/packages/ui/icons/index.ts @@ -3,8 +3,11 @@ import ChatIcon from "./chat.svg"; import HistoryIcon from "./history.svg"; import ExploreIcon from "./explore.svg"; import MemoriesIcon from "./memories.svg"; -import ArrowRightIcon from "./arrowRight.svg"; +import ArrowRightIcon from "./arrowright.svg"; import SelectIcon from "./select.svg"; +import SearchIcon from "./search.svg"; +import NextIcon from "./nextarrow.svg"; +import UrlIcon from "./url.svg"; export { AddIcon, @@ -14,4 +17,7 @@ export { MemoriesIcon, ArrowRightIcon, SelectIcon, + SearchIcon, + NextIcon, + UrlIcon }; |