From 19656550940af721035b1d69669f7b70926aec41 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 16 Apr 2025 15:26:30 +0000 Subject: [PATCH] chore: add module icons --- .icons/airflow.svg | 19 ++++++ .icons/aws.svg | 13 ++++ .icons/azure.svg | 23 +++++++ .icons/claude.svg | 4 ++ .icons/code.svg | 41 ++++++++++++ .icons/coder-white.svg | 8 +++ .icons/cursor.svg | 1 + .icons/dcv.svg | 1 + .icons/desktop.svg | 5 ++ .icons/dotfiles.svg | 10 +++ .icons/exoscale.svg | 1 + .icons/filebrowser.svg | 147 +++++++++++++++++++++++++++++++++++++++++ .icons/fly.svg | 1 + .icons/gateway.svg | 64 ++++++++++++++++++ .icons/gcp.svg | 1 + .icons/git.svg | 3 + .icons/github.svg | 1 + .icons/goose.svg | 4 ++ .icons/jfrog.svg | 3 + .icons/jupyter.svg | 90 +++++++++++++++++++++++++ .icons/kasmvnc.svg | 7 ++ .icons/node.svg | 1 + .icons/personalize.svg | 1 + .icons/slack.svg | 6 ++ .icons/vault.svg | 2 + 25 files changed, 457 insertions(+) create mode 100644 .icons/airflow.svg create mode 100644 .icons/aws.svg create mode 100644 .icons/azure.svg create mode 100644 .icons/claude.svg create mode 100644 .icons/code.svg create mode 100644 .icons/coder-white.svg create mode 100644 .icons/cursor.svg create mode 100644 .icons/dcv.svg create mode 100644 .icons/desktop.svg create mode 100644 .icons/dotfiles.svg create mode 100644 .icons/exoscale.svg create mode 100644 .icons/filebrowser.svg create mode 100644 .icons/fly.svg create mode 100644 .icons/gateway.svg create mode 100644 .icons/gcp.svg create mode 100644 .icons/git.svg create mode 100644 .icons/github.svg create mode 100644 .icons/goose.svg create mode 100644 .icons/jfrog.svg create mode 100644 .icons/jupyter.svg create mode 100644 .icons/kasmvnc.svg create mode 100644 .icons/node.svg create mode 100644 .icons/personalize.svg create mode 100644 .icons/slack.svg create mode 100644 .icons/vault.svg diff --git a/.icons/airflow.svg b/.icons/airflow.svg new file mode 100644 index 00000000..46300fec --- /dev/null +++ b/.icons/airflow.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/.icons/aws.svg b/.icons/aws.svg new file mode 100644 index 00000000..3244c974 --- /dev/null +++ b/.icons/aws.svg @@ -0,0 +1,13 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.icons/azure.svg b/.icons/azure.svg new file mode 100644 index 00000000..645ac663 --- /dev/null +++ b/.icons/azure.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.icons/claude.svg b/.icons/claude.svg new file mode 100644 index 00000000..998fb0d5 --- /dev/null +++ b/.icons/claude.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.icons/code.svg b/.icons/code.svg new file mode 100644 index 00000000..c6ee3669 --- /dev/null +++ b/.icons/code.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.icons/coder-white.svg b/.icons/coder-white.svg new file mode 100644 index 00000000..3bb941d9 --- /dev/null +++ b/.icons/coder-white.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.icons/cursor.svg b/.icons/cursor.svg new file mode 100644 index 00000000..c074bf27 --- /dev/null +++ b/.icons/cursor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.icons/dcv.svg b/.icons/dcv.svg new file mode 100644 index 00000000..6a73c7b9 --- /dev/null +++ b/.icons/dcv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.icons/desktop.svg b/.icons/desktop.svg new file mode 100644 index 00000000..77d231ce --- /dev/null +++ b/.icons/desktop.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/.icons/dotfiles.svg b/.icons/dotfiles.svg new file mode 100644 index 00000000..c57ef859 --- /dev/null +++ b/.icons/dotfiles.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/.icons/exoscale.svg b/.icons/exoscale.svg new file mode 100644 index 00000000..c56a6154 --- /dev/null +++ b/.icons/exoscale.svg @@ -0,0 +1 @@ +Artboard 1 \ No newline at end of file diff --git a/.icons/filebrowser.svg b/.icons/filebrowser.svg new file mode 100644 index 00000000..5e78eccf --- /dev/null +++ b/.icons/filebrowser.svg @@ -0,0 +1,147 @@ + +image/svg+xml + + + + + \ No newline at end of file diff --git a/.icons/fly.svg b/.icons/fly.svg new file mode 100644 index 00000000..0d0086b7 --- /dev/null +++ b/.icons/fly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.icons/gateway.svg b/.icons/gateway.svg new file mode 100644 index 00000000..b68e9490 --- /dev/null +++ b/.icons/gateway.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.icons/gcp.svg b/.icons/gcp.svg new file mode 100644 index 00000000..0f234a49 --- /dev/null +++ b/.icons/gcp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.icons/git.svg b/.icons/git.svg new file mode 100644 index 00000000..ceef1163 --- /dev/null +++ b/.icons/git.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.icons/github.svg b/.icons/github.svg new file mode 100644 index 00000000..d5e64918 --- /dev/null +++ b/.icons/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.icons/goose.svg b/.icons/goose.svg new file mode 100644 index 00000000..cbbe8419 --- /dev/null +++ b/.icons/goose.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.icons/jfrog.svg b/.icons/jfrog.svg new file mode 100644 index 00000000..e137700c --- /dev/null +++ b/.icons/jfrog.svg @@ -0,0 +1,3 @@ + + + diff --git a/.icons/jupyter.svg b/.icons/jupyter.svg new file mode 100644 index 00000000..bc94e3db --- /dev/null +++ b/.icons/jupyter.svg @@ -0,0 +1,90 @@ + +Group.svg +Created using Figma 0.90 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.icons/kasmvnc.svg b/.icons/kasmvnc.svg new file mode 100644 index 00000000..958f2832 --- /dev/null +++ b/.icons/kasmvnc.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.icons/node.svg b/.icons/node.svg new file mode 100644 index 00000000..e33a5889 --- /dev/null +++ b/.icons/node.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.icons/personalize.svg b/.icons/personalize.svg new file mode 100644 index 00000000..76bc6780 --- /dev/null +++ b/.icons/personalize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.icons/slack.svg b/.icons/slack.svg new file mode 100644 index 00000000..fb55f724 --- /dev/null +++ b/.icons/slack.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/.icons/vault.svg b/.icons/vault.svg new file mode 100644 index 00000000..c90525cd --- /dev/null +++ b/.icons/vault.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file