From 62a2323e9e7277cf022a1211799ced933f34e109 Mon Sep 17 00:00:00 2001 From: vlw Date: Sat, 1 Nov 2025 18:53:05 +0100 Subject: [PATCH] docs: add README for support icons --- support/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 support/README.md diff --git a/support/README.md b/support/README.md new file mode 100644 index 0000000..99ab6f6 --- /dev/null +++ b/support/README.md @@ -0,0 +1,11 @@ +# `/support` +Support icons for Vegvisir documentation. + +The naming pattern for all icons should be: +``` +[name]-[width]x[height].png +``` +for example: +``` +gecko-64x64.png +``` \ No newline at end of file