From 411a144d689b61f12d75086d6af9f20670f56391 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 4 Nov 2024 18:17:16 +0000 Subject: [PATCH] fix(site/static/icon): add filebrowser icon (#15367) Fixes https://github.com/coder/coder/issues/15365 We used to hit https://raw.githubusercontent.com/filebrowser/logo/master/icon_raw.svg for the filebrowser icon but coder/modules#334 modified the icon URL to point to a self-hosted icon. I simply copied the icon from the `coder/modules` repo. (cherry picked from commit dc29b812861b3db92026e0779d74eea7d8018e2d) --- site/src/theme/icons.json | 1 + site/static/icon/filebrowser.svg | 147 +++++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+) create mode 100644 site/static/icon/filebrowser.svg diff --git a/site/src/theme/icons.json b/site/src/theme/icons.json index 7fea2d79bd29e..b99585ab34b3f 100644 --- a/site/src/theme/icons.json +++ b/site/src/theme/icons.json @@ -35,6 +35,7 @@ "dotfiles.svg", "dotnet.svg", "fedora.svg", + "filebrowser.svg", "fleet.svg", "fly.io.svg", "folder.svg", diff --git a/site/static/icon/filebrowser.svg b/site/static/icon/filebrowser.svg new file mode 100644 index 0000000000000..5e78eccff1adb --- /dev/null +++ b/site/static/icon/filebrowser.svg @@ -0,0 +1,147 @@ + +image/svg+xml + + + + + \ No newline at end of file