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 diff --git a/support/chromium-64x64.png b/support/chromium-64x64.png new file mode 100644 index 0000000..2a37d95 Binary files /dev/null and b/support/chromium-64x64.png differ diff --git a/support/gecko-64x64.png b/support/gecko-64x64.png new file mode 100644 index 0000000..da38050 Binary files /dev/null and b/support/gecko-64x64.png differ diff --git a/support/php-100x53.png b/support/php-100x53.png new file mode 100644 index 0000000..c84aea3 Binary files /dev/null and b/support/php-100x53.png differ diff --git a/support/webkit-64x64.png b/support/webkit-64x64.png new file mode 100644 index 0000000..77479fc Binary files /dev/null and b/support/webkit-64x64.png differ