From: Stefan Kangas Date: Tue, 28 Sep 2021 21:38:41 +0000 (+0200) Subject: Add new icon set "octicons" X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ba24c7103406de7b76d059e5f2738a1be00561c;p=emacs.git Add new icon set "octicons" * etc/images/octicons/LICENSE: * etc/images/octicons/README: * etc/images/octicons/*.svg: * lisp/icons-octicons.el: New files. --- diff --git a/etc/images/octicons/LICENSE b/etc/images/octicons/LICENSE new file mode 100644 index 00000000000..af732f027fe --- /dev/null +++ b/etc/images/octicons/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 GitHub Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/etc/images/octicons/README b/etc/images/octicons/README new file mode 100644 index 00000000000..176925dcf2f --- /dev/null +++ b/etc/images/octicons/README @@ -0,0 +1,10 @@ +COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES + +The icons in this directory are from the Octicons SVG icon set. +They are not part of Emacs, but are distributed and used by Emacs. +They are licensed under the MIT License. + +For more information, see the file LICENSE in this directory or visit +the octicon repository at: + + https://github.com/primer/octicons diff --git a/etc/images/octicons/alert-16.svg b/etc/images/octicons/alert-16.svg new file mode 100644 index 00000000000..68933b6a2b6 --- /dev/null +++ b/etc/images/octicons/alert-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/alert-24.svg b/etc/images/octicons/alert-24.svg new file mode 100644 index 00000000000..6b634d04435 --- /dev/null +++ b/etc/images/octicons/alert-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/archive-16.svg b/etc/images/octicons/archive-16.svg new file mode 100644 index 00000000000..c6c8be47934 --- /dev/null +++ b/etc/images/octicons/archive-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/archive-24.svg b/etc/images/octicons/archive-24.svg new file mode 100644 index 00000000000..d798ec3ea1e --- /dev/null +++ b/etc/images/octicons/archive-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-both-16.svg b/etc/images/octicons/arrow-both-16.svg new file mode 100644 index 00000000000..0cbb6e5ce5b --- /dev/null +++ b/etc/images/octicons/arrow-both-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-both-24.svg b/etc/images/octicons/arrow-both-24.svg new file mode 100644 index 00000000000..dc9ba2ab32f --- /dev/null +++ b/etc/images/octicons/arrow-both-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-down-16.svg b/etc/images/octicons/arrow-down-16.svg new file mode 100644 index 00000000000..fecc81a1dc1 --- /dev/null +++ b/etc/images/octicons/arrow-down-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-down-24.svg b/etc/images/octicons/arrow-down-24.svg new file mode 100644 index 00000000000..ceef078964e --- /dev/null +++ b/etc/images/octicons/arrow-down-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-down-left-24.svg b/etc/images/octicons/arrow-down-left-24.svg new file mode 100644 index 00000000000..d197541c4c6 --- /dev/null +++ b/etc/images/octicons/arrow-down-left-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-down-right-24.svg b/etc/images/octicons/arrow-down-right-24.svg new file mode 100644 index 00000000000..c51b8dafb9f --- /dev/null +++ b/etc/images/octicons/arrow-down-right-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-left-16.svg b/etc/images/octicons/arrow-left-16.svg new file mode 100644 index 00000000000..838e13249d0 --- /dev/null +++ b/etc/images/octicons/arrow-left-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-left-24.svg b/etc/images/octicons/arrow-left-24.svg new file mode 100644 index 00000000000..4513f527e35 --- /dev/null +++ b/etc/images/octicons/arrow-left-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-right-16.svg b/etc/images/octicons/arrow-right-16.svg new file mode 100644 index 00000000000..51c3f7963bd --- /dev/null +++ b/etc/images/octicons/arrow-right-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-right-24.svg b/etc/images/octicons/arrow-right-24.svg new file mode 100644 index 00000000000..348f2a612ca --- /dev/null +++ b/etc/images/octicons/arrow-right-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-switch-16.svg b/etc/images/octicons/arrow-switch-16.svg new file mode 100644 index 00000000000..35356a55034 --- /dev/null +++ b/etc/images/octicons/arrow-switch-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-switch-24.svg b/etc/images/octicons/arrow-switch-24.svg new file mode 100644 index 00000000000..aba8c289f70 --- /dev/null +++ b/etc/images/octicons/arrow-switch-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-up-16.svg b/etc/images/octicons/arrow-up-16.svg new file mode 100644 index 00000000000..a080bfd4dcf --- /dev/null +++ b/etc/images/octicons/arrow-up-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-up-24.svg b/etc/images/octicons/arrow-up-24.svg new file mode 100644 index 00000000000..6d879acbc35 --- /dev/null +++ b/etc/images/octicons/arrow-up-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-up-left-24.svg b/etc/images/octicons/arrow-up-left-24.svg new file mode 100644 index 00000000000..2596767fe86 --- /dev/null +++ b/etc/images/octicons/arrow-up-left-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/arrow-up-right-24.svg b/etc/images/octicons/arrow-up-right-24.svg new file mode 100644 index 00000000000..869ca4b3dec --- /dev/null +++ b/etc/images/octicons/arrow-up-right-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/beaker-16.svg b/etc/images/octicons/beaker-16.svg new file mode 100644 index 00000000000..fe40c3c319b --- /dev/null +++ b/etc/images/octicons/beaker-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/beaker-24.svg b/etc/images/octicons/beaker-24.svg new file mode 100644 index 00000000000..93b936766ab --- /dev/null +++ b/etc/images/octicons/beaker-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bell-16.svg b/etc/images/octicons/bell-16.svg new file mode 100644 index 00000000000..73da7b85738 --- /dev/null +++ b/etc/images/octicons/bell-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bell-24.svg b/etc/images/octicons/bell-24.svg new file mode 100644 index 00000000000..b4f41f88560 --- /dev/null +++ b/etc/images/octicons/bell-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bell-fill-24.svg b/etc/images/octicons/bell-fill-24.svg new file mode 100644 index 00000000000..beb89f4e73f --- /dev/null +++ b/etc/images/octicons/bell-fill-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bell-slash-16.svg b/etc/images/octicons/bell-slash-16.svg new file mode 100644 index 00000000000..ac3d7e85661 --- /dev/null +++ b/etc/images/octicons/bell-slash-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bell-slash-24.svg b/etc/images/octicons/bell-slash-24.svg new file mode 100644 index 00000000000..c6fdbe36a30 --- /dev/null +++ b/etc/images/octicons/bell-slash-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/blocked-16.svg b/etc/images/octicons/blocked-16.svg new file mode 100644 index 00000000000..5c2947f33cb --- /dev/null +++ b/etc/images/octicons/blocked-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/blocked-24.svg b/etc/images/octicons/blocked-24.svg new file mode 100644 index 00000000000..e4f07af3823 --- /dev/null +++ b/etc/images/octicons/blocked-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bold-16.svg b/etc/images/octicons/bold-16.svg new file mode 100644 index 00000000000..df7a397b455 --- /dev/null +++ b/etc/images/octicons/bold-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bold-24.svg b/etc/images/octicons/bold-24.svg new file mode 100644 index 00000000000..3bf9678c15e --- /dev/null +++ b/etc/images/octicons/bold-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/book-16.svg b/etc/images/octicons/book-16.svg new file mode 100644 index 00000000000..09d032aa044 --- /dev/null +++ b/etc/images/octicons/book-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/book-24.svg b/etc/images/octicons/book-24.svg new file mode 100644 index 00000000000..ba620228129 --- /dev/null +++ b/etc/images/octicons/book-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bookmark-16.svg b/etc/images/octicons/bookmark-16.svg new file mode 100644 index 00000000000..2e75cb64af5 --- /dev/null +++ b/etc/images/octicons/bookmark-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bookmark-24.svg b/etc/images/octicons/bookmark-24.svg new file mode 100644 index 00000000000..d4b6d33f492 --- /dev/null +++ b/etc/images/octicons/bookmark-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bookmark-fill-24.svg b/etc/images/octicons/bookmark-fill-24.svg new file mode 100644 index 00000000000..900752e28f1 --- /dev/null +++ b/etc/images/octicons/bookmark-fill-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bookmark-slash-16.svg b/etc/images/octicons/bookmark-slash-16.svg new file mode 100644 index 00000000000..90d0cc52a1b --- /dev/null +++ b/etc/images/octicons/bookmark-slash-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bookmark-slash-24.svg b/etc/images/octicons/bookmark-slash-24.svg new file mode 100644 index 00000000000..d0d8bf5ad27 --- /dev/null +++ b/etc/images/octicons/bookmark-slash-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bookmark-slash-fill-24.svg b/etc/images/octicons/bookmark-slash-fill-24.svg new file mode 100644 index 00000000000..25f71673f2f --- /dev/null +++ b/etc/images/octicons/bookmark-slash-fill-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/briefcase-16.svg b/etc/images/octicons/briefcase-16.svg new file mode 100644 index 00000000000..2cdf0d584ce --- /dev/null +++ b/etc/images/octicons/briefcase-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/briefcase-24.svg b/etc/images/octicons/briefcase-24.svg new file mode 100644 index 00000000000..8489210805c --- /dev/null +++ b/etc/images/octicons/briefcase-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/broadcast-16.svg b/etc/images/octicons/broadcast-16.svg new file mode 100644 index 00000000000..9e1a48ce1ae --- /dev/null +++ b/etc/images/octicons/broadcast-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/broadcast-24.svg b/etc/images/octicons/broadcast-24.svg new file mode 100644 index 00000000000..3e98d837d03 --- /dev/null +++ b/etc/images/octicons/broadcast-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/browser-16.svg b/etc/images/octicons/browser-16.svg new file mode 100644 index 00000000000..e92261c7c4b --- /dev/null +++ b/etc/images/octicons/browser-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/browser-24.svg b/etc/images/octicons/browser-24.svg new file mode 100644 index 00000000000..f22a4762b5a --- /dev/null +++ b/etc/images/octicons/browser-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bug-16.svg b/etc/images/octicons/bug-16.svg new file mode 100644 index 00000000000..f790659f393 --- /dev/null +++ b/etc/images/octicons/bug-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/bug-24.svg b/etc/images/octicons/bug-24.svg new file mode 100644 index 00000000000..3b1c21fc468 --- /dev/null +++ b/etc/images/octicons/bug-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/calendar-16.svg b/etc/images/octicons/calendar-16.svg new file mode 100644 index 00000000000..933ba31d031 --- /dev/null +++ b/etc/images/octicons/calendar-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/calendar-24.svg b/etc/images/octicons/calendar-24.svg new file mode 100644 index 00000000000..05275ebe452 --- /dev/null +++ b/etc/images/octicons/calendar-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/check-16.svg b/etc/images/octicons/check-16.svg new file mode 100644 index 00000000000..bb623b61b2e --- /dev/null +++ b/etc/images/octicons/check-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/check-24.svg b/etc/images/octicons/check-24.svg new file mode 100644 index 00000000000..70dd0c78358 --- /dev/null +++ b/etc/images/octicons/check-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/check-circle-16.svg b/etc/images/octicons/check-circle-16.svg new file mode 100644 index 00000000000..faa1a053387 --- /dev/null +++ b/etc/images/octicons/check-circle-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/check-circle-24.svg b/etc/images/octicons/check-circle-24.svg new file mode 100644 index 00000000000..de1d3c994c7 --- /dev/null +++ b/etc/images/octicons/check-circle-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/check-circle-fill-16.svg b/etc/images/octicons/check-circle-fill-16.svg new file mode 100644 index 00000000000..7f613aec9ef --- /dev/null +++ b/etc/images/octicons/check-circle-fill-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/check-circle-fill-24.svg b/etc/images/octicons/check-circle-fill-24.svg new file mode 100644 index 00000000000..8c0d39f3a92 --- /dev/null +++ b/etc/images/octicons/check-circle-fill-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/checklist-16.svg b/etc/images/octicons/checklist-16.svg new file mode 100644 index 00000000000..aaec798eb01 --- /dev/null +++ b/etc/images/octicons/checklist-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/checklist-24.svg b/etc/images/octicons/checklist-24.svg new file mode 100644 index 00000000000..301acc67413 --- /dev/null +++ b/etc/images/octicons/checklist-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/chevron-down-16.svg b/etc/images/octicons/chevron-down-16.svg new file mode 100644 index 00000000000..3d99d8f9123 --- /dev/null +++ b/etc/images/octicons/chevron-down-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/chevron-down-24.svg b/etc/images/octicons/chevron-down-24.svg new file mode 100644 index 00000000000..c6a73317abb --- /dev/null +++ b/etc/images/octicons/chevron-down-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/chevron-left-16.svg b/etc/images/octicons/chevron-left-16.svg new file mode 100644 index 00000000000..8f57a42675d --- /dev/null +++ b/etc/images/octicons/chevron-left-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/chevron-left-24.svg b/etc/images/octicons/chevron-left-24.svg new file mode 100644 index 00000000000..814e359befe --- /dev/null +++ b/etc/images/octicons/chevron-left-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/chevron-right-16.svg b/etc/images/octicons/chevron-right-16.svg new file mode 100644 index 00000000000..7a1419e88b8 --- /dev/null +++ b/etc/images/octicons/chevron-right-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/chevron-right-24.svg b/etc/images/octicons/chevron-right-24.svg new file mode 100644 index 00000000000..1f036068e87 --- /dev/null +++ b/etc/images/octicons/chevron-right-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/chevron-up-16.svg b/etc/images/octicons/chevron-up-16.svg new file mode 100644 index 00000000000..553d99591ff --- /dev/null +++ b/etc/images/octicons/chevron-up-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/chevron-up-24.svg b/etc/images/octicons/chevron-up-24.svg new file mode 100644 index 00000000000..17c76e7bd5a --- /dev/null +++ b/etc/images/octicons/chevron-up-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/circle-16.svg b/etc/images/octicons/circle-16.svg new file mode 100644 index 00000000000..263fdaf125a --- /dev/null +++ b/etc/images/octicons/circle-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/circle-24.svg b/etc/images/octicons/circle-24.svg new file mode 100644 index 00000000000..53d1c2d44fd --- /dev/null +++ b/etc/images/octicons/circle-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/circle-slash-16.svg b/etc/images/octicons/circle-slash-16.svg new file mode 100644 index 00000000000..5339261a310 --- /dev/null +++ b/etc/images/octicons/circle-slash-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/circle-slash-24.svg b/etc/images/octicons/circle-slash-24.svg new file mode 100644 index 00000000000..171cf21a4d5 --- /dev/null +++ b/etc/images/octicons/circle-slash-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/clippy-16.svg b/etc/images/octicons/clippy-16.svg new file mode 100644 index 00000000000..5dc798ce681 --- /dev/null +++ b/etc/images/octicons/clippy-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/clippy-24.svg b/etc/images/octicons/clippy-24.svg new file mode 100644 index 00000000000..e4454840e44 --- /dev/null +++ b/etc/images/octicons/clippy-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/clock-16.svg b/etc/images/octicons/clock-16.svg new file mode 100644 index 00000000000..f8c0274e0f5 --- /dev/null +++ b/etc/images/octicons/clock-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/clock-24.svg b/etc/images/octicons/clock-24.svg new file mode 100644 index 00000000000..54fca70637d --- /dev/null +++ b/etc/images/octicons/clock-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/code-16.svg b/etc/images/octicons/code-16.svg new file mode 100644 index 00000000000..0e44d7b6baf --- /dev/null +++ b/etc/images/octicons/code-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/code-24.svg b/etc/images/octicons/code-24.svg new file mode 100644 index 00000000000..5613d91eda8 --- /dev/null +++ b/etc/images/octicons/code-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/code-review-16.svg b/etc/images/octicons/code-review-16.svg new file mode 100644 index 00000000000..0917b22bc65 --- /dev/null +++ b/etc/images/octicons/code-review-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/code-review-24.svg b/etc/images/octicons/code-review-24.svg new file mode 100644 index 00000000000..23723380db2 --- /dev/null +++ b/etc/images/octicons/code-review-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/code-square-16.svg b/etc/images/octicons/code-square-16.svg new file mode 100644 index 00000000000..5c9e875ec42 --- /dev/null +++ b/etc/images/octicons/code-square-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/code-square-24.svg b/etc/images/octicons/code-square-24.svg new file mode 100644 index 00000000000..3b784cc06d2 --- /dev/null +++ b/etc/images/octicons/code-square-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/codescan-16.svg b/etc/images/octicons/codescan-16.svg new file mode 100644 index 00000000000..4353a7ff9ef --- /dev/null +++ b/etc/images/octicons/codescan-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/codescan-24.svg b/etc/images/octicons/codescan-24.svg new file mode 100644 index 00000000000..87ff91f5106 --- /dev/null +++ b/etc/images/octicons/codescan-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/codescan-checkmark-16.svg b/etc/images/octicons/codescan-checkmark-16.svg new file mode 100644 index 00000000000..74a8c3be038 --- /dev/null +++ b/etc/images/octicons/codescan-checkmark-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/codescan-checkmark-24.svg b/etc/images/octicons/codescan-checkmark-24.svg new file mode 100644 index 00000000000..37b97f909e5 --- /dev/null +++ b/etc/images/octicons/codescan-checkmark-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/codespaces-16.svg b/etc/images/octicons/codespaces-16.svg new file mode 100644 index 00000000000..ff71b285b14 --- /dev/null +++ b/etc/images/octicons/codespaces-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/codespaces-24.svg b/etc/images/octicons/codespaces-24.svg new file mode 100644 index 00000000000..9f0de2aa05e --- /dev/null +++ b/etc/images/octicons/codespaces-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/comment-16.svg b/etc/images/octicons/comment-16.svg new file mode 100644 index 00000000000..a60e3f6cd19 --- /dev/null +++ b/etc/images/octicons/comment-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/comment-24.svg b/etc/images/octicons/comment-24.svg new file mode 100644 index 00000000000..c100d885cf5 --- /dev/null +++ b/etc/images/octicons/comment-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/comment-discussion-16.svg b/etc/images/octicons/comment-discussion-16.svg new file mode 100644 index 00000000000..10699207096 --- /dev/null +++ b/etc/images/octicons/comment-discussion-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/comment-discussion-24.svg b/etc/images/octicons/comment-discussion-24.svg new file mode 100644 index 00000000000..b19499d5874 --- /dev/null +++ b/etc/images/octicons/comment-discussion-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/commit-24.svg b/etc/images/octicons/commit-24.svg new file mode 100644 index 00000000000..693e7034617 --- /dev/null +++ b/etc/images/octicons/commit-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/container-16.svg b/etc/images/octicons/container-16.svg new file mode 100644 index 00000000000..675315fd54a --- /dev/null +++ b/etc/images/octicons/container-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/container-24.svg b/etc/images/octicons/container-24.svg new file mode 100644 index 00000000000..cb8b9d780a6 --- /dev/null +++ b/etc/images/octicons/container-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/cpu-16.svg b/etc/images/octicons/cpu-16.svg new file mode 100644 index 00000000000..89d23bd151d --- /dev/null +++ b/etc/images/octicons/cpu-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/cpu-24.svg b/etc/images/octicons/cpu-24.svg new file mode 100644 index 00000000000..362c5b86b9e --- /dev/null +++ b/etc/images/octicons/cpu-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/credit-card-16.svg b/etc/images/octicons/credit-card-16.svg new file mode 100644 index 00000000000..cc932d65d50 --- /dev/null +++ b/etc/images/octicons/credit-card-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/credit-card-24.svg b/etc/images/octicons/credit-card-24.svg new file mode 100644 index 00000000000..a7e0fff0c5c --- /dev/null +++ b/etc/images/octicons/credit-card-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/cross-reference-16.svg b/etc/images/octicons/cross-reference-16.svg new file mode 100644 index 00000000000..493323bca18 --- /dev/null +++ b/etc/images/octicons/cross-reference-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/cross-reference-24.svg b/etc/images/octicons/cross-reference-24.svg new file mode 100644 index 00000000000..2a7ce6e0302 --- /dev/null +++ b/etc/images/octicons/cross-reference-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/dash-16.svg b/etc/images/octicons/dash-16.svg new file mode 100644 index 00000000000..76053a28659 --- /dev/null +++ b/etc/images/octicons/dash-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/dash-24.svg b/etc/images/octicons/dash-24.svg new file mode 100644 index 00000000000..10e05dfdc60 --- /dev/null +++ b/etc/images/octicons/dash-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/database-16.svg b/etc/images/octicons/database-16.svg new file mode 100644 index 00000000000..5b1adec01cc --- /dev/null +++ b/etc/images/octicons/database-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/database-24.svg b/etc/images/octicons/database-24.svg new file mode 100644 index 00000000000..e3b8b6928d8 --- /dev/null +++ b/etc/images/octicons/database-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/dependabot-16.svg b/etc/images/octicons/dependabot-16.svg new file mode 100644 index 00000000000..ef2fca057bd --- /dev/null +++ b/etc/images/octicons/dependabot-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/dependabot-24.svg b/etc/images/octicons/dependabot-24.svg new file mode 100644 index 00000000000..843480beda9 --- /dev/null +++ b/etc/images/octicons/dependabot-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/desktop-download-16.svg b/etc/images/octicons/desktop-download-16.svg new file mode 100644 index 00000000000..cfc2fe0184d --- /dev/null +++ b/etc/images/octicons/desktop-download-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/desktop-download-24.svg b/etc/images/octicons/desktop-download-24.svg new file mode 100644 index 00000000000..1d37d002d55 --- /dev/null +++ b/etc/images/octicons/desktop-download-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/device-camera-16.svg b/etc/images/octicons/device-camera-16.svg new file mode 100644 index 00000000000..609be0ea905 --- /dev/null +++ b/etc/images/octicons/device-camera-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/device-camera-video-16.svg b/etc/images/octicons/device-camera-video-16.svg new file mode 100644 index 00000000000..b9dfca2e948 --- /dev/null +++ b/etc/images/octicons/device-camera-video-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/device-camera-video-24.svg b/etc/images/octicons/device-camera-video-24.svg new file mode 100644 index 00000000000..9102e7adb15 --- /dev/null +++ b/etc/images/octicons/device-camera-video-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/device-desktop-16.svg b/etc/images/octicons/device-desktop-16.svg new file mode 100644 index 00000000000..731a596a552 --- /dev/null +++ b/etc/images/octicons/device-desktop-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/device-desktop-24.svg b/etc/images/octicons/device-desktop-24.svg new file mode 100644 index 00000000000..f29ce793b1d --- /dev/null +++ b/etc/images/octicons/device-desktop-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/device-mobile-16.svg b/etc/images/octicons/device-mobile-16.svg new file mode 100644 index 00000000000..c58b784bc64 --- /dev/null +++ b/etc/images/octicons/device-mobile-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/device-mobile-24.svg b/etc/images/octicons/device-mobile-24.svg new file mode 100644 index 00000000000..b051e1069e1 --- /dev/null +++ b/etc/images/octicons/device-mobile-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/diff-16.svg b/etc/images/octicons/diff-16.svg new file mode 100644 index 00000000000..d19d5af9da6 --- /dev/null +++ b/etc/images/octicons/diff-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/diff-24.svg b/etc/images/octicons/diff-24.svg new file mode 100644 index 00000000000..edb6699ac6a --- /dev/null +++ b/etc/images/octicons/diff-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/diff-added-16.svg b/etc/images/octicons/diff-added-16.svg new file mode 100644 index 00000000000..984ad95290a --- /dev/null +++ b/etc/images/octicons/diff-added-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/diff-ignored-16.svg b/etc/images/octicons/diff-ignored-16.svg new file mode 100644 index 00000000000..50c3a38bc98 --- /dev/null +++ b/etc/images/octicons/diff-ignored-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/diff-modified-16.svg b/etc/images/octicons/diff-modified-16.svg new file mode 100644 index 00000000000..f3534cfc67f --- /dev/null +++ b/etc/images/octicons/diff-modified-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/diff-removed-16.svg b/etc/images/octicons/diff-removed-16.svg new file mode 100644 index 00000000000..1455bc0901d --- /dev/null +++ b/etc/images/octicons/diff-removed-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/diff-renamed-16.svg b/etc/images/octicons/diff-renamed-16.svg new file mode 100644 index 00000000000..49be4ccdfd9 --- /dev/null +++ b/etc/images/octicons/diff-renamed-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/dot-16.svg b/etc/images/octicons/dot-16.svg new file mode 100644 index 00000000000..ea2d13ddb0a --- /dev/null +++ b/etc/images/octicons/dot-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/dot-24.svg b/etc/images/octicons/dot-24.svg new file mode 100644 index 00000000000..009cc8ca086 --- /dev/null +++ b/etc/images/octicons/dot-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/dot-fill-16.svg b/etc/images/octicons/dot-fill-16.svg new file mode 100644 index 00000000000..4aae1c29bb0 --- /dev/null +++ b/etc/images/octicons/dot-fill-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/dot-fill-24.svg b/etc/images/octicons/dot-fill-24.svg new file mode 100644 index 00000000000..b1da2cec646 --- /dev/null +++ b/etc/images/octicons/dot-fill-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/download-16.svg b/etc/images/octicons/download-16.svg new file mode 100644 index 00000000000..f570652c952 --- /dev/null +++ b/etc/images/octicons/download-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/download-24.svg b/etc/images/octicons/download-24.svg new file mode 100644 index 00000000000..185a78400b3 --- /dev/null +++ b/etc/images/octicons/download-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/duplicate-16.svg b/etc/images/octicons/duplicate-16.svg new file mode 100644 index 00000000000..51f6f98a5d3 --- /dev/null +++ b/etc/images/octicons/duplicate-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/duplicate-24.svg b/etc/images/octicons/duplicate-24.svg new file mode 100644 index 00000000000..d0f0176ca6b --- /dev/null +++ b/etc/images/octicons/duplicate-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/ellipsis-16.svg b/etc/images/octicons/ellipsis-16.svg new file mode 100644 index 00000000000..76202510231 --- /dev/null +++ b/etc/images/octicons/ellipsis-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/eye-16.svg b/etc/images/octicons/eye-16.svg new file mode 100644 index 00000000000..fb1e145e06d --- /dev/null +++ b/etc/images/octicons/eye-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/eye-24.svg b/etc/images/octicons/eye-24.svg new file mode 100644 index 00000000000..e7e1ac12000 --- /dev/null +++ b/etc/images/octicons/eye-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/eye-closed-16.svg b/etc/images/octicons/eye-closed-16.svg new file mode 100644 index 00000000000..235bbf44db2 --- /dev/null +++ b/etc/images/octicons/eye-closed-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/eye-closed-24.svg b/etc/images/octicons/eye-closed-24.svg new file mode 100644 index 00000000000..981861e7188 --- /dev/null +++ b/etc/images/octicons/eye-closed-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-16.svg b/etc/images/octicons/file-16.svg new file mode 100644 index 00000000000..b487e21e371 --- /dev/null +++ b/etc/images/octicons/file-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-24.svg b/etc/images/octicons/file-24.svg new file mode 100644 index 00000000000..315f3f37205 --- /dev/null +++ b/etc/images/octicons/file-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-badge-16.svg b/etc/images/octicons/file-badge-16.svg new file mode 100644 index 00000000000..1dd237d34ac --- /dev/null +++ b/etc/images/octicons/file-badge-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-binary-16.svg b/etc/images/octicons/file-binary-16.svg new file mode 100644 index 00000000000..90b94af950d --- /dev/null +++ b/etc/images/octicons/file-binary-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-binary-24.svg b/etc/images/octicons/file-binary-24.svg new file mode 100644 index 00000000000..09a59f8aba1 --- /dev/null +++ b/etc/images/octicons/file-binary-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-code-16.svg b/etc/images/octicons/file-code-16.svg new file mode 100644 index 00000000000..7709fe1f511 --- /dev/null +++ b/etc/images/octicons/file-code-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-code-24.svg b/etc/images/octicons/file-code-24.svg new file mode 100644 index 00000000000..42290a0c7ec --- /dev/null +++ b/etc/images/octicons/file-code-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-diff-16.svg b/etc/images/octicons/file-diff-16.svg new file mode 100644 index 00000000000..e855257f38e --- /dev/null +++ b/etc/images/octicons/file-diff-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-diff-24.svg b/etc/images/octicons/file-diff-24.svg new file mode 100644 index 00000000000..65051b47185 --- /dev/null +++ b/etc/images/octicons/file-diff-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-directory-16.svg b/etc/images/octicons/file-directory-16.svg new file mode 100644 index 00000000000..db3d053598b --- /dev/null +++ b/etc/images/octicons/file-directory-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-directory-24.svg b/etc/images/octicons/file-directory-24.svg new file mode 100644 index 00000000000..18d9d698f0e --- /dev/null +++ b/etc/images/octicons/file-directory-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-directory-fill-24.svg b/etc/images/octicons/file-directory-fill-24.svg new file mode 100644 index 00000000000..428df4e20ba --- /dev/null +++ b/etc/images/octicons/file-directory-fill-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-media-24.svg b/etc/images/octicons/file-media-24.svg new file mode 100644 index 00000000000..0d86b3f5425 --- /dev/null +++ b/etc/images/octicons/file-media-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-submodule-16.svg b/etc/images/octicons/file-submodule-16.svg new file mode 100644 index 00000000000..2b7d472f6ca --- /dev/null +++ b/etc/images/octicons/file-submodule-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-submodule-24.svg b/etc/images/octicons/file-submodule-24.svg new file mode 100644 index 00000000000..8e7b9a06424 --- /dev/null +++ b/etc/images/octicons/file-submodule-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-symlink-file-16.svg b/etc/images/octicons/file-symlink-file-16.svg new file mode 100644 index 00000000000..5eb23445f0d --- /dev/null +++ b/etc/images/octicons/file-symlink-file-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-symlink-file-24.svg b/etc/images/octicons/file-symlink-file-24.svg new file mode 100644 index 00000000000..fbfdf60f434 --- /dev/null +++ b/etc/images/octicons/file-symlink-file-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-zip-16.svg b/etc/images/octicons/file-zip-16.svg new file mode 100644 index 00000000000..e344df50a9f --- /dev/null +++ b/etc/images/octicons/file-zip-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/file-zip-24.svg b/etc/images/octicons/file-zip-24.svg new file mode 100644 index 00000000000..c7d2f1e0a71 --- /dev/null +++ b/etc/images/octicons/file-zip-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/filter-16.svg b/etc/images/octicons/filter-16.svg new file mode 100644 index 00000000000..2ae5b2d202a --- /dev/null +++ b/etc/images/octicons/filter-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/filter-24.svg b/etc/images/octicons/filter-24.svg new file mode 100644 index 00000000000..f30e416c0ec --- /dev/null +++ b/etc/images/octicons/filter-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/flame-16.svg b/etc/images/octicons/flame-16.svg new file mode 100644 index 00000000000..9005c98ca3f --- /dev/null +++ b/etc/images/octicons/flame-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/flame-24.svg b/etc/images/octicons/flame-24.svg new file mode 100644 index 00000000000..14369a356b1 --- /dev/null +++ b/etc/images/octicons/flame-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/fold-16.svg b/etc/images/octicons/fold-16.svg new file mode 100644 index 00000000000..25b75a9b2b3 --- /dev/null +++ b/etc/images/octicons/fold-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/fold-24.svg b/etc/images/octicons/fold-24.svg new file mode 100644 index 00000000000..d0062e479f8 --- /dev/null +++ b/etc/images/octicons/fold-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/fold-down-16.svg b/etc/images/octicons/fold-down-16.svg new file mode 100644 index 00000000000..8bf551550e9 --- /dev/null +++ b/etc/images/octicons/fold-down-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/fold-down-24.svg b/etc/images/octicons/fold-down-24.svg new file mode 100644 index 00000000000..19d1dd2912d --- /dev/null +++ b/etc/images/octicons/fold-down-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/fold-up-16.svg b/etc/images/octicons/fold-up-16.svg new file mode 100644 index 00000000000..796fb20e5ef --- /dev/null +++ b/etc/images/octicons/fold-up-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/fold-up-24.svg b/etc/images/octicons/fold-up-24.svg new file mode 100644 index 00000000000..a753c8792bf --- /dev/null +++ b/etc/images/octicons/fold-up-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/gear-16.svg b/etc/images/octicons/gear-16.svg new file mode 100644 index 00000000000..bef818d3433 --- /dev/null +++ b/etc/images/octicons/gear-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/gear-24.svg b/etc/images/octicons/gear-24.svg new file mode 100644 index 00000000000..302fac4bdff --- /dev/null +++ b/etc/images/octicons/gear-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/gift-16.svg b/etc/images/octicons/gift-16.svg new file mode 100644 index 00000000000..5d098a4fd66 --- /dev/null +++ b/etc/images/octicons/gift-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/gift-24.svg b/etc/images/octicons/gift-24.svg new file mode 100644 index 00000000000..377fbc3d859 --- /dev/null +++ b/etc/images/octicons/gift-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/git-branch-16.svg b/etc/images/octicons/git-branch-16.svg new file mode 100644 index 00000000000..d81e33415d2 --- /dev/null +++ b/etc/images/octicons/git-branch-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/git-branch-24.svg b/etc/images/octicons/git-branch-24.svg new file mode 100644 index 00000000000..92ff8e8bff1 --- /dev/null +++ b/etc/images/octicons/git-branch-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/git-commit-16.svg b/etc/images/octicons/git-commit-16.svg new file mode 100644 index 00000000000..867c71fc997 --- /dev/null +++ b/etc/images/octicons/git-commit-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/git-commit-24.svg b/etc/images/octicons/git-commit-24.svg new file mode 100644 index 00000000000..e0735351f77 --- /dev/null +++ b/etc/images/octicons/git-commit-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/git-compare-16.svg b/etc/images/octicons/git-compare-16.svg new file mode 100644 index 00000000000..43ff6765440 --- /dev/null +++ b/etc/images/octicons/git-compare-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/git-compare-24.svg b/etc/images/octicons/git-compare-24.svg new file mode 100644 index 00000000000..6c10851af9f --- /dev/null +++ b/etc/images/octicons/git-compare-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/git-fork-24.svg b/etc/images/octicons/git-fork-24.svg new file mode 100644 index 00000000000..c032328e013 --- /dev/null +++ b/etc/images/octicons/git-fork-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/git-merge-16.svg b/etc/images/octicons/git-merge-16.svg new file mode 100644 index 00000000000..180092719eb --- /dev/null +++ b/etc/images/octicons/git-merge-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/git-merge-24.svg b/etc/images/octicons/git-merge-24.svg new file mode 100644 index 00000000000..78d2353be09 --- /dev/null +++ b/etc/images/octicons/git-merge-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/git-pull-request-16.svg b/etc/images/octicons/git-pull-request-16.svg new file mode 100644 index 00000000000..d6104e3405a --- /dev/null +++ b/etc/images/octicons/git-pull-request-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/git-pull-request-24.svg b/etc/images/octicons/git-pull-request-24.svg new file mode 100644 index 00000000000..fb508c73fde --- /dev/null +++ b/etc/images/octicons/git-pull-request-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/globe-16.svg b/etc/images/octicons/globe-16.svg new file mode 100644 index 00000000000..c60e8d348b1 --- /dev/null +++ b/etc/images/octicons/globe-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/globe-24.svg b/etc/images/octicons/globe-24.svg new file mode 100644 index 00000000000..aa0de376411 --- /dev/null +++ b/etc/images/octicons/globe-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/grabber-16.svg b/etc/images/octicons/grabber-16.svg new file mode 100644 index 00000000000..f9395d62589 --- /dev/null +++ b/etc/images/octicons/grabber-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/grabber-24.svg b/etc/images/octicons/grabber-24.svg new file mode 100644 index 00000000000..2151f5a91fa --- /dev/null +++ b/etc/images/octicons/grabber-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/graph-16.svg b/etc/images/octicons/graph-16.svg new file mode 100644 index 00000000000..9c969c56693 --- /dev/null +++ b/etc/images/octicons/graph-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/graph-24.svg b/etc/images/octicons/graph-24.svg new file mode 100644 index 00000000000..bfe7e067b70 --- /dev/null +++ b/etc/images/octicons/graph-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/heading-16.svg b/etc/images/octicons/heading-16.svg new file mode 100644 index 00000000000..01c8694f6d1 --- /dev/null +++ b/etc/images/octicons/heading-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/heading-24.svg b/etc/images/octicons/heading-24.svg new file mode 100644 index 00000000000..6f44213bcec --- /dev/null +++ b/etc/images/octicons/heading-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/heart-16.svg b/etc/images/octicons/heart-16.svg new file mode 100644 index 00000000000..2a41c226f2d --- /dev/null +++ b/etc/images/octicons/heart-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/heart-24.svg b/etc/images/octicons/heart-24.svg new file mode 100644 index 00000000000..744d875d615 --- /dev/null +++ b/etc/images/octicons/heart-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/heart-fill-16.svg b/etc/images/octicons/heart-fill-16.svg new file mode 100644 index 00000000000..25570bbd3c5 --- /dev/null +++ b/etc/images/octicons/heart-fill-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/heart-fill-24.svg b/etc/images/octicons/heart-fill-24.svg new file mode 100644 index 00000000000..bff44294e86 --- /dev/null +++ b/etc/images/octicons/heart-fill-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/history-16.svg b/etc/images/octicons/history-16.svg new file mode 100644 index 00000000000..5a87601119b --- /dev/null +++ b/etc/images/octicons/history-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/history-24.svg b/etc/images/octicons/history-24.svg new file mode 100644 index 00000000000..00b2475c614 --- /dev/null +++ b/etc/images/octicons/history-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/home-16.svg b/etc/images/octicons/home-16.svg new file mode 100644 index 00000000000..417ac41399b --- /dev/null +++ b/etc/images/octicons/home-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/home-24.svg b/etc/images/octicons/home-24.svg new file mode 100644 index 00000000000..25fcbdffbb5 --- /dev/null +++ b/etc/images/octicons/home-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/home-fill-24.svg b/etc/images/octicons/home-fill-24.svg new file mode 100644 index 00000000000..bc697255837 --- /dev/null +++ b/etc/images/octicons/home-fill-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/horizontal-rule-16.svg b/etc/images/octicons/horizontal-rule-16.svg new file mode 100644 index 00000000000..fcaef7ee982 --- /dev/null +++ b/etc/images/octicons/horizontal-rule-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/horizontal-rule-24.svg b/etc/images/octicons/horizontal-rule-24.svg new file mode 100644 index 00000000000..faae2a303a5 --- /dev/null +++ b/etc/images/octicons/horizontal-rule-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/hourglass-16.svg b/etc/images/octicons/hourglass-16.svg new file mode 100644 index 00000000000..91243a98ae0 --- /dev/null +++ b/etc/images/octicons/hourglass-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/hourglass-24.svg b/etc/images/octicons/hourglass-24.svg new file mode 100644 index 00000000000..04aca3cdc58 --- /dev/null +++ b/etc/images/octicons/hourglass-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/hubot-16.svg b/etc/images/octicons/hubot-16.svg new file mode 100644 index 00000000000..1980259fdad --- /dev/null +++ b/etc/images/octicons/hubot-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/hubot-24.svg b/etc/images/octicons/hubot-24.svg new file mode 100644 index 00000000000..4688083d017 --- /dev/null +++ b/etc/images/octicons/hubot-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/image-16.svg b/etc/images/octicons/image-16.svg new file mode 100644 index 00000000000..95292a883a4 --- /dev/null +++ b/etc/images/octicons/image-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/image-24.svg b/etc/images/octicons/image-24.svg new file mode 100644 index 00000000000..164bb8467d8 --- /dev/null +++ b/etc/images/octicons/image-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/inbox-16.svg b/etc/images/octicons/inbox-16.svg new file mode 100644 index 00000000000..6405d0e397b --- /dev/null +++ b/etc/images/octicons/inbox-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/inbox-24.svg b/etc/images/octicons/inbox-24.svg new file mode 100644 index 00000000000..04988856449 --- /dev/null +++ b/etc/images/octicons/inbox-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/infinity-16.svg b/etc/images/octicons/infinity-16.svg new file mode 100644 index 00000000000..d00affdb69d --- /dev/null +++ b/etc/images/octicons/infinity-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/infinity-24.svg b/etc/images/octicons/infinity-24.svg new file mode 100644 index 00000000000..0871f28f009 --- /dev/null +++ b/etc/images/octicons/infinity-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/info-16.svg b/etc/images/octicons/info-16.svg new file mode 100644 index 00000000000..876266860a6 --- /dev/null +++ b/etc/images/octicons/info-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/info-24.svg b/etc/images/octicons/info-24.svg new file mode 100644 index 00000000000..5cf20731bf9 --- /dev/null +++ b/etc/images/octicons/info-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/issue-closed-16.svg b/etc/images/octicons/issue-closed-16.svg new file mode 100644 index 00000000000..e3b71dd91b2 --- /dev/null +++ b/etc/images/octicons/issue-closed-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/issue-closed-24.svg b/etc/images/octicons/issue-closed-24.svg new file mode 100644 index 00000000000..f052753f68b --- /dev/null +++ b/etc/images/octicons/issue-closed-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/issue-opened-16.svg b/etc/images/octicons/issue-opened-16.svg new file mode 100644 index 00000000000..74f93fbeddf --- /dev/null +++ b/etc/images/octicons/issue-opened-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/issue-opened-24.svg b/etc/images/octicons/issue-opened-24.svg new file mode 100644 index 00000000000..92f44b41e1f --- /dev/null +++ b/etc/images/octicons/issue-opened-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/issue-reopened-16.svg b/etc/images/octicons/issue-reopened-16.svg new file mode 100644 index 00000000000..1ad1e7a6579 --- /dev/null +++ b/etc/images/octicons/issue-reopened-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/issue-reopened-24.svg b/etc/images/octicons/issue-reopened-24.svg new file mode 100644 index 00000000000..2df7431551b --- /dev/null +++ b/etc/images/octicons/issue-reopened-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/italic-16.svg b/etc/images/octicons/italic-16.svg new file mode 100644 index 00000000000..f02dd05ff94 --- /dev/null +++ b/etc/images/octicons/italic-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/italic-24.svg b/etc/images/octicons/italic-24.svg new file mode 100644 index 00000000000..84a5b12f47e --- /dev/null +++ b/etc/images/octicons/italic-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/kebab-horizontal-16.svg b/etc/images/octicons/kebab-horizontal-16.svg new file mode 100644 index 00000000000..7e7930c1e43 --- /dev/null +++ b/etc/images/octicons/kebab-horizontal-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/kebab-horizontal-24.svg b/etc/images/octicons/kebab-horizontal-24.svg new file mode 100644 index 00000000000..a31373b59e2 --- /dev/null +++ b/etc/images/octicons/kebab-horizontal-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/key-16.svg b/etc/images/octicons/key-16.svg new file mode 100644 index 00000000000..7316674279b --- /dev/null +++ b/etc/images/octicons/key-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/key-24.svg b/etc/images/octicons/key-24.svg new file mode 100644 index 00000000000..b89175dd2ed --- /dev/null +++ b/etc/images/octicons/key-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/law-16.svg b/etc/images/octicons/law-16.svg new file mode 100644 index 00000000000..eacb358d07c --- /dev/null +++ b/etc/images/octicons/law-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/law-24.svg b/etc/images/octicons/law-24.svg new file mode 100644 index 00000000000..15818d9206f --- /dev/null +++ b/etc/images/octicons/law-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/light-bulb-16.svg b/etc/images/octicons/light-bulb-16.svg new file mode 100644 index 00000000000..615d7513b8f --- /dev/null +++ b/etc/images/octicons/light-bulb-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/light-bulb-24.svg b/etc/images/octicons/light-bulb-24.svg new file mode 100644 index 00000000000..6844832047b --- /dev/null +++ b/etc/images/octicons/light-bulb-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/link-16.svg b/etc/images/octicons/link-16.svg new file mode 100644 index 00000000000..d2a53c7ede0 --- /dev/null +++ b/etc/images/octicons/link-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/link-24.svg b/etc/images/octicons/link-24.svg new file mode 100644 index 00000000000..2fa1b179f3c --- /dev/null +++ b/etc/images/octicons/link-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/link-external-16.svg b/etc/images/octicons/link-external-16.svg new file mode 100644 index 00000000000..a041df87e18 --- /dev/null +++ b/etc/images/octicons/link-external-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/link-external-24.svg b/etc/images/octicons/link-external-24.svg new file mode 100644 index 00000000000..1e53036603d --- /dev/null +++ b/etc/images/octicons/link-external-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/list-ordered-16.svg b/etc/images/octicons/list-ordered-16.svg new file mode 100644 index 00000000000..35adc55dd22 --- /dev/null +++ b/etc/images/octicons/list-ordered-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/list-ordered-24.svg b/etc/images/octicons/list-ordered-24.svg new file mode 100644 index 00000000000..104e926c491 --- /dev/null +++ b/etc/images/octicons/list-ordered-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/list-unordered-16.svg b/etc/images/octicons/list-unordered-16.svg new file mode 100644 index 00000000000..813c837daf1 --- /dev/null +++ b/etc/images/octicons/list-unordered-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/list-unordered-24.svg b/etc/images/octicons/list-unordered-24.svg new file mode 100644 index 00000000000..4cf9d4ca06e --- /dev/null +++ b/etc/images/octicons/list-unordered-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/location-16.svg b/etc/images/octicons/location-16.svg new file mode 100644 index 00000000000..151b513d616 --- /dev/null +++ b/etc/images/octicons/location-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/location-24.svg b/etc/images/octicons/location-24.svg new file mode 100644 index 00000000000..5b2438a8f30 --- /dev/null +++ b/etc/images/octicons/location-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/lock-16.svg b/etc/images/octicons/lock-16.svg new file mode 100644 index 00000000000..24246558adc --- /dev/null +++ b/etc/images/octicons/lock-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/lock-24.svg b/etc/images/octicons/lock-24.svg new file mode 100644 index 00000000000..5bc2f241dd3 --- /dev/null +++ b/etc/images/octicons/lock-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/mail-16.svg b/etc/images/octicons/mail-16.svg new file mode 100644 index 00000000000..45168010ec8 --- /dev/null +++ b/etc/images/octicons/mail-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/mail-24.svg b/etc/images/octicons/mail-24.svg new file mode 100644 index 00000000000..03b530b18d1 --- /dev/null +++ b/etc/images/octicons/mail-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/markdown-16.svg b/etc/images/octicons/markdown-16.svg new file mode 100644 index 00000000000..999110e268c --- /dev/null +++ b/etc/images/octicons/markdown-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/megaphone-16.svg b/etc/images/octicons/megaphone-16.svg new file mode 100644 index 00000000000..44f1874e475 --- /dev/null +++ b/etc/images/octicons/megaphone-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/megaphone-24.svg b/etc/images/octicons/megaphone-24.svg new file mode 100644 index 00000000000..3be5ad1bf81 --- /dev/null +++ b/etc/images/octicons/megaphone-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/mention-16.svg b/etc/images/octicons/mention-16.svg new file mode 100644 index 00000000000..4677039ea02 --- /dev/null +++ b/etc/images/octicons/mention-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/mention-24.svg b/etc/images/octicons/mention-24.svg new file mode 100644 index 00000000000..b03980407c7 --- /dev/null +++ b/etc/images/octicons/mention-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/meter-16.svg b/etc/images/octicons/meter-16.svg new file mode 100644 index 00000000000..ee90c810e1b --- /dev/null +++ b/etc/images/octicons/meter-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/milestone-16.svg b/etc/images/octicons/milestone-16.svg new file mode 100644 index 00000000000..9f608dbc1b0 --- /dev/null +++ b/etc/images/octicons/milestone-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/milestone-24.svg b/etc/images/octicons/milestone-24.svg new file mode 100644 index 00000000000..289a1f2536d --- /dev/null +++ b/etc/images/octicons/milestone-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/mirror-16.svg b/etc/images/octicons/mirror-16.svg new file mode 100644 index 00000000000..d4c86b5d9ea --- /dev/null +++ b/etc/images/octicons/mirror-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/mirror-24.svg b/etc/images/octicons/mirror-24.svg new file mode 100644 index 00000000000..3e464b334cf --- /dev/null +++ b/etc/images/octicons/mirror-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/moon-16.svg b/etc/images/octicons/moon-16.svg new file mode 100644 index 00000000000..af7bef58017 --- /dev/null +++ b/etc/images/octicons/moon-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/moon-24.svg b/etc/images/octicons/moon-24.svg new file mode 100644 index 00000000000..14ae96dbe06 --- /dev/null +++ b/etc/images/octicons/moon-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/mortar-board-16.svg b/etc/images/octicons/mortar-board-16.svg new file mode 100644 index 00000000000..f8579625579 --- /dev/null +++ b/etc/images/octicons/mortar-board-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/mortar-board-24.svg b/etc/images/octicons/mortar-board-24.svg new file mode 100644 index 00000000000..92eee5f7cbb --- /dev/null +++ b/etc/images/octicons/mortar-board-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/multi-select-16.svg b/etc/images/octicons/multi-select-16.svg new file mode 100644 index 00000000000..c9905552e41 --- /dev/null +++ b/etc/images/octicons/multi-select-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/multi-select-24.svg b/etc/images/octicons/multi-select-24.svg new file mode 100644 index 00000000000..b4df515c467 --- /dev/null +++ b/etc/images/octicons/multi-select-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/mute-16.svg b/etc/images/octicons/mute-16.svg new file mode 100644 index 00000000000..042d52e4eaf --- /dev/null +++ b/etc/images/octicons/mute-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/mute-24.svg b/etc/images/octicons/mute-24.svg new file mode 100644 index 00000000000..59ee39c4a91 --- /dev/null +++ b/etc/images/octicons/mute-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/no-entry-16.svg b/etc/images/octicons/no-entry-16.svg new file mode 100644 index 00000000000..c5c91387757 --- /dev/null +++ b/etc/images/octicons/no-entry-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/no-entry-24.svg b/etc/images/octicons/no-entry-24.svg new file mode 100644 index 00000000000..6f53a3fa371 --- /dev/null +++ b/etc/images/octicons/no-entry-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/north-star-16.svg b/etc/images/octicons/north-star-16.svg new file mode 100644 index 00000000000..c1b9034e55f --- /dev/null +++ b/etc/images/octicons/north-star-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/north-star-24.svg b/etc/images/octicons/north-star-24.svg new file mode 100644 index 00000000000..1fd4c423700 --- /dev/null +++ b/etc/images/octicons/north-star-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/note-16.svg b/etc/images/octicons/note-16.svg new file mode 100644 index 00000000000..6473bcc29b6 --- /dev/null +++ b/etc/images/octicons/note-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/note-24.svg b/etc/images/octicons/note-24.svg new file mode 100644 index 00000000000..26cead2b827 --- /dev/null +++ b/etc/images/octicons/note-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/number-16.svg b/etc/images/octicons/number-16.svg new file mode 100644 index 00000000000..d3db88a3f00 --- /dev/null +++ b/etc/images/octicons/number-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/number-24.svg b/etc/images/octicons/number-24.svg new file mode 100644 index 00000000000..5c2834a4596 --- /dev/null +++ b/etc/images/octicons/number-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/octoface-16.svg b/etc/images/octicons/octoface-16.svg new file mode 100644 index 00000000000..d3664f66da2 --- /dev/null +++ b/etc/images/octicons/octoface-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/octoface-24.svg b/etc/images/octicons/octoface-24.svg new file mode 100644 index 00000000000..f63a4ef2216 --- /dev/null +++ b/etc/images/octicons/octoface-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/organization-16.svg b/etc/images/octicons/organization-16.svg new file mode 100644 index 00000000000..7fb6b864073 --- /dev/null +++ b/etc/images/octicons/organization-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/organization-24.svg b/etc/images/octicons/organization-24.svg new file mode 100644 index 00000000000..46965242b31 --- /dev/null +++ b/etc/images/octicons/organization-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/package-16.svg b/etc/images/octicons/package-16.svg new file mode 100644 index 00000000000..1691858ed17 --- /dev/null +++ b/etc/images/octicons/package-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/package-24.svg b/etc/images/octicons/package-24.svg new file mode 100644 index 00000000000..2af3ca91cf2 --- /dev/null +++ b/etc/images/octicons/package-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/package-dependencies-16.svg b/etc/images/octicons/package-dependencies-16.svg new file mode 100644 index 00000000000..95204426dab --- /dev/null +++ b/etc/images/octicons/package-dependencies-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/package-dependencies-24.svg b/etc/images/octicons/package-dependencies-24.svg new file mode 100644 index 00000000000..2bc45ab7459 --- /dev/null +++ b/etc/images/octicons/package-dependencies-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/package-dependents-16.svg b/etc/images/octicons/package-dependents-16.svg new file mode 100644 index 00000000000..2d9833a2bad --- /dev/null +++ b/etc/images/octicons/package-dependents-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/package-dependents-24.svg b/etc/images/octicons/package-dependents-24.svg new file mode 100644 index 00000000000..da62c036c39 --- /dev/null +++ b/etc/images/octicons/package-dependents-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/paintbrush-16.svg b/etc/images/octicons/paintbrush-16.svg new file mode 100644 index 00000000000..4f932c0bb40 --- /dev/null +++ b/etc/images/octicons/paintbrush-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/paper-airplane-16.svg b/etc/images/octicons/paper-airplane-16.svg new file mode 100644 index 00000000000..0712474e6b3 --- /dev/null +++ b/etc/images/octicons/paper-airplane-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/paper-airplane-24.svg b/etc/images/octicons/paper-airplane-24.svg new file mode 100644 index 00000000000..15abe3d8d33 --- /dev/null +++ b/etc/images/octicons/paper-airplane-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/pencil-16.svg b/etc/images/octicons/pencil-16.svg new file mode 100644 index 00000000000..ad5319041f9 --- /dev/null +++ b/etc/images/octicons/pencil-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/pencil-24.svg b/etc/images/octicons/pencil-24.svg new file mode 100644 index 00000000000..c3986f85e7c --- /dev/null +++ b/etc/images/octicons/pencil-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/people-16.svg b/etc/images/octicons/people-16.svg new file mode 100644 index 00000000000..1a296c3c3db --- /dev/null +++ b/etc/images/octicons/people-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/people-24.svg b/etc/images/octicons/people-24.svg new file mode 100644 index 00000000000..677e60e752c --- /dev/null +++ b/etc/images/octicons/people-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/person-16.svg b/etc/images/octicons/person-16.svg new file mode 100644 index 00000000000..abf9bb19a91 --- /dev/null +++ b/etc/images/octicons/person-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/person-24.svg b/etc/images/octicons/person-24.svg new file mode 100644 index 00000000000..a933134cf98 --- /dev/null +++ b/etc/images/octicons/person-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/person-add-16.svg b/etc/images/octicons/person-add-16.svg new file mode 100644 index 00000000000..c6d669cb3de --- /dev/null +++ b/etc/images/octicons/person-add-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/person-add-24.svg b/etc/images/octicons/person-add-24.svg new file mode 100644 index 00000000000..e2d7dfef8c7 --- /dev/null +++ b/etc/images/octicons/person-add-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/pin-16.svg b/etc/images/octicons/pin-16.svg new file mode 100644 index 00000000000..8354ccc70d0 --- /dev/null +++ b/etc/images/octicons/pin-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/pin-24.svg b/etc/images/octicons/pin-24.svg new file mode 100644 index 00000000000..ecc758a8fb0 --- /dev/null +++ b/etc/images/octicons/pin-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/play-16.svg b/etc/images/octicons/play-16.svg new file mode 100644 index 00000000000..dc6ef431ebe --- /dev/null +++ b/etc/images/octicons/play-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/play-24.svg b/etc/images/octicons/play-24.svg new file mode 100644 index 00000000000..058ba983603 --- /dev/null +++ b/etc/images/octicons/play-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/plug-16.svg b/etc/images/octicons/plug-16.svg new file mode 100644 index 00000000000..280b331d06c --- /dev/null +++ b/etc/images/octicons/plug-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/plug-24.svg b/etc/images/octicons/plug-24.svg new file mode 100644 index 00000000000..cae87e5db8a --- /dev/null +++ b/etc/images/octicons/plug-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/plus-16.svg b/etc/images/octicons/plus-16.svg new file mode 100644 index 00000000000..7e653729870 --- /dev/null +++ b/etc/images/octicons/plus-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/plus-24.svg b/etc/images/octicons/plus-24.svg new file mode 100644 index 00000000000..4170d32d719 --- /dev/null +++ b/etc/images/octicons/plus-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/plus-circle-16.svg b/etc/images/octicons/plus-circle-16.svg new file mode 100644 index 00000000000..7fb6abbe3ef --- /dev/null +++ b/etc/images/octicons/plus-circle-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/plus-circle-24.svg b/etc/images/octicons/plus-circle-24.svg new file mode 100644 index 00000000000..e1e1b94bd4f --- /dev/null +++ b/etc/images/octicons/plus-circle-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/project-16.svg b/etc/images/octicons/project-16.svg new file mode 100644 index 00000000000..10350ed33da --- /dev/null +++ b/etc/images/octicons/project-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/project-24.svg b/etc/images/octicons/project-24.svg new file mode 100644 index 00000000000..b3a66a2ce7c --- /dev/null +++ b/etc/images/octicons/project-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/pulse-16.svg b/etc/images/octicons/pulse-16.svg new file mode 100644 index 00000000000..5f227fc1678 --- /dev/null +++ b/etc/images/octicons/pulse-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/pulse-24.svg b/etc/images/octicons/pulse-24.svg new file mode 100644 index 00000000000..8bcf10fd4ec --- /dev/null +++ b/etc/images/octicons/pulse-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/question-16.svg b/etc/images/octicons/question-16.svg new file mode 100644 index 00000000000..0d385260a0b --- /dev/null +++ b/etc/images/octicons/question-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/question-24.svg b/etc/images/octicons/question-24.svg new file mode 100644 index 00000000000..4c77ffec037 --- /dev/null +++ b/etc/images/octicons/question-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/quote-16.svg b/etc/images/octicons/quote-16.svg new file mode 100644 index 00000000000..4535f93c6ad --- /dev/null +++ b/etc/images/octicons/quote-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/quote-24.svg b/etc/images/octicons/quote-24.svg new file mode 100644 index 00000000000..1a40fcbabd0 --- /dev/null +++ b/etc/images/octicons/quote-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/reply-16.svg b/etc/images/octicons/reply-16.svg new file mode 100644 index 00000000000..f933a7b03c5 --- /dev/null +++ b/etc/images/octicons/reply-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/reply-24.svg b/etc/images/octicons/reply-24.svg new file mode 100644 index 00000000000..61229c38849 --- /dev/null +++ b/etc/images/octicons/reply-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/repo-16.svg b/etc/images/octicons/repo-16.svg new file mode 100644 index 00000000000..b472902721d --- /dev/null +++ b/etc/images/octicons/repo-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/repo-24.svg b/etc/images/octicons/repo-24.svg new file mode 100644 index 00000000000..574709d8abd --- /dev/null +++ b/etc/images/octicons/repo-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/repo-clone-16.svg b/etc/images/octicons/repo-clone-16.svg new file mode 100644 index 00000000000..32b86e87c88 --- /dev/null +++ b/etc/images/octicons/repo-clone-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/repo-forked-16.svg b/etc/images/octicons/repo-forked-16.svg new file mode 100644 index 00000000000..5c9ed9a2649 --- /dev/null +++ b/etc/images/octicons/repo-forked-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/repo-pull-16.svg b/etc/images/octicons/repo-pull-16.svg new file mode 100644 index 00000000000..dfe8e6c9152 --- /dev/null +++ b/etc/images/octicons/repo-pull-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/repo-push-16.svg b/etc/images/octicons/repo-push-16.svg new file mode 100644 index 00000000000..baadcf866eb --- /dev/null +++ b/etc/images/octicons/repo-push-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/repo-push-24.svg b/etc/images/octicons/repo-push-24.svg new file mode 100644 index 00000000000..62533885575 --- /dev/null +++ b/etc/images/octicons/repo-push-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/repo-template-16.svg b/etc/images/octicons/repo-template-16.svg new file mode 100644 index 00000000000..af0d67b8a59 --- /dev/null +++ b/etc/images/octicons/repo-template-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/repo-template-24.svg b/etc/images/octicons/repo-template-24.svg new file mode 100644 index 00000000000..d5ddb997f19 --- /dev/null +++ b/etc/images/octicons/repo-template-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/report-16.svg b/etc/images/octicons/report-16.svg new file mode 100644 index 00000000000..302cbf32b3b --- /dev/null +++ b/etc/images/octicons/report-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/report-24.svg b/etc/images/octicons/report-24.svg new file mode 100644 index 00000000000..5b06889c662 --- /dev/null +++ b/etc/images/octicons/report-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/rocket-16.svg b/etc/images/octicons/rocket-16.svg new file mode 100644 index 00000000000..bc7f64286a7 --- /dev/null +++ b/etc/images/octicons/rocket-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/rocket-24.svg b/etc/images/octicons/rocket-24.svg new file mode 100644 index 00000000000..dedf7133d13 --- /dev/null +++ b/etc/images/octicons/rocket-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/rss-16.svg b/etc/images/octicons/rss-16.svg new file mode 100644 index 00000000000..06a02ca21f6 --- /dev/null +++ b/etc/images/octicons/rss-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/rss-24.svg b/etc/images/octicons/rss-24.svg new file mode 100644 index 00000000000..da931a688b1 --- /dev/null +++ b/etc/images/octicons/rss-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/ruby-16.svg b/etc/images/octicons/ruby-16.svg new file mode 100644 index 00000000000..65f9ca050e3 --- /dev/null +++ b/etc/images/octicons/ruby-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/ruby-24.svg b/etc/images/octicons/ruby-24.svg new file mode 100644 index 00000000000..17dafdcef59 --- /dev/null +++ b/etc/images/octicons/ruby-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/screen-full-16.svg b/etc/images/octicons/screen-full-16.svg new file mode 100644 index 00000000000..b5cf02a1a61 --- /dev/null +++ b/etc/images/octicons/screen-full-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/screen-full-24.svg b/etc/images/octicons/screen-full-24.svg new file mode 100644 index 00000000000..1f4e2792633 --- /dev/null +++ b/etc/images/octicons/screen-full-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/screen-normal-16.svg b/etc/images/octicons/screen-normal-16.svg new file mode 100644 index 00000000000..afe54e863aa --- /dev/null +++ b/etc/images/octicons/screen-normal-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/screen-normal-24.svg b/etc/images/octicons/screen-normal-24.svg new file mode 100644 index 00000000000..cf3141e0f99 --- /dev/null +++ b/etc/images/octicons/screen-normal-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/search-16.svg b/etc/images/octicons/search-16.svg new file mode 100644 index 00000000000..4c9b73bf627 --- /dev/null +++ b/etc/images/octicons/search-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/search-24.svg b/etc/images/octicons/search-24.svg new file mode 100644 index 00000000000..7373ad91e4f --- /dev/null +++ b/etc/images/octicons/search-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/server-16.svg b/etc/images/octicons/server-16.svg new file mode 100644 index 00000000000..17b20651b1d --- /dev/null +++ b/etc/images/octicons/server-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/server-24.svg b/etc/images/octicons/server-24.svg new file mode 100644 index 00000000000..085fc2fc917 --- /dev/null +++ b/etc/images/octicons/server-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/share-16.svg b/etc/images/octicons/share-16.svg new file mode 100644 index 00000000000..a848ccc1f24 --- /dev/null +++ b/etc/images/octicons/share-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/share-24.svg b/etc/images/octicons/share-24.svg new file mode 100644 index 00000000000..7caf8b33fee --- /dev/null +++ b/etc/images/octicons/share-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/share-android-16.svg b/etc/images/octicons/share-android-16.svg new file mode 100644 index 00000000000..c1e354d0965 --- /dev/null +++ b/etc/images/octicons/share-android-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/share-android-24.svg b/etc/images/octicons/share-android-24.svg new file mode 100644 index 00000000000..29e2dd67ebe --- /dev/null +++ b/etc/images/octicons/share-android-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/shield-16.svg b/etc/images/octicons/shield-16.svg new file mode 100644 index 00000000000..6eefc760980 --- /dev/null +++ b/etc/images/octicons/shield-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/shield-24.svg b/etc/images/octicons/shield-24.svg new file mode 100644 index 00000000000..19525f5ab40 --- /dev/null +++ b/etc/images/octicons/shield-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/shield-check-16.svg b/etc/images/octicons/shield-check-16.svg new file mode 100644 index 00000000000..5b067fc89bb --- /dev/null +++ b/etc/images/octicons/shield-check-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/shield-check-24.svg b/etc/images/octicons/shield-check-24.svg new file mode 100644 index 00000000000..5b25fcb3ceb --- /dev/null +++ b/etc/images/octicons/shield-check-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/shield-lock-16.svg b/etc/images/octicons/shield-lock-16.svg new file mode 100644 index 00000000000..41c6af49223 --- /dev/null +++ b/etc/images/octicons/shield-lock-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/shield-lock-24.svg b/etc/images/octicons/shield-lock-24.svg new file mode 100644 index 00000000000..bade9030b12 --- /dev/null +++ b/etc/images/octicons/shield-lock-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/shield-x-16.svg b/etc/images/octicons/shield-x-16.svg new file mode 100644 index 00000000000..43174b99b87 --- /dev/null +++ b/etc/images/octicons/shield-x-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/shield-x-24.svg b/etc/images/octicons/shield-x-24.svg new file mode 100644 index 00000000000..66fb91aa588 --- /dev/null +++ b/etc/images/octicons/shield-x-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/sidebar-collapse-16.svg b/etc/images/octicons/sidebar-collapse-16.svg new file mode 100644 index 00000000000..3e83ad8d4cf --- /dev/null +++ b/etc/images/octicons/sidebar-collapse-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/sidebar-collapse-24.svg b/etc/images/octicons/sidebar-collapse-24.svg new file mode 100644 index 00000000000..4dde1d13f3a --- /dev/null +++ b/etc/images/octicons/sidebar-collapse-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/sidebar-expand-16.svg b/etc/images/octicons/sidebar-expand-16.svg new file mode 100644 index 00000000000..f664fbf5ad7 --- /dev/null +++ b/etc/images/octicons/sidebar-expand-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/sidebar-expand-24.svg b/etc/images/octicons/sidebar-expand-24.svg new file mode 100644 index 00000000000..8304d321c3c --- /dev/null +++ b/etc/images/octicons/sidebar-expand-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/sign-in-16.svg b/etc/images/octicons/sign-in-16.svg new file mode 100644 index 00000000000..e4c64405e00 --- /dev/null +++ b/etc/images/octicons/sign-in-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/sign-in-24.svg b/etc/images/octicons/sign-in-24.svg new file mode 100644 index 00000000000..45310f2c1b1 --- /dev/null +++ b/etc/images/octicons/sign-in-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/sign-out-16.svg b/etc/images/octicons/sign-out-16.svg new file mode 100644 index 00000000000..970ab7070d0 --- /dev/null +++ b/etc/images/octicons/sign-out-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/sign-out-24.svg b/etc/images/octicons/sign-out-24.svg new file mode 100644 index 00000000000..1f522b90111 --- /dev/null +++ b/etc/images/octicons/sign-out-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/skip-16.svg b/etc/images/octicons/skip-16.svg new file mode 100644 index 00000000000..961435e98ca --- /dev/null +++ b/etc/images/octicons/skip-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/skip-24.svg b/etc/images/octicons/skip-24.svg new file mode 100644 index 00000000000..b7368b71f2d --- /dev/null +++ b/etc/images/octicons/skip-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/smiley-16.svg b/etc/images/octicons/smiley-16.svg new file mode 100644 index 00000000000..49059fde1d1 --- /dev/null +++ b/etc/images/octicons/smiley-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/smiley-24.svg b/etc/images/octicons/smiley-24.svg new file mode 100644 index 00000000000..68ef76893e4 --- /dev/null +++ b/etc/images/octicons/smiley-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/square-16.svg b/etc/images/octicons/square-16.svg new file mode 100644 index 00000000000..5eca317c905 --- /dev/null +++ b/etc/images/octicons/square-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/square-24.svg b/etc/images/octicons/square-24.svg new file mode 100644 index 00000000000..7d0dd07b753 --- /dev/null +++ b/etc/images/octicons/square-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/square-fill-16.svg b/etc/images/octicons/square-fill-16.svg new file mode 100644 index 00000000000..f3c1fd316f4 --- /dev/null +++ b/etc/images/octicons/square-fill-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/square-fill-24.svg b/etc/images/octicons/square-fill-24.svg new file mode 100644 index 00000000000..e20b4fb2c4d --- /dev/null +++ b/etc/images/octicons/square-fill-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/squirrel-16.svg b/etc/images/octicons/squirrel-16.svg new file mode 100644 index 00000000000..a3a1c7dd94c --- /dev/null +++ b/etc/images/octicons/squirrel-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/squirrel-24.svg b/etc/images/octicons/squirrel-24.svg new file mode 100644 index 00000000000..dd296226b71 --- /dev/null +++ b/etc/images/octicons/squirrel-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/star-16.svg b/etc/images/octicons/star-16.svg new file mode 100644 index 00000000000..c30dacc8b79 --- /dev/null +++ b/etc/images/octicons/star-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/star-24.svg b/etc/images/octicons/star-24.svg new file mode 100644 index 00000000000..e0a53ad4f14 --- /dev/null +++ b/etc/images/octicons/star-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/star-fill-16.svg b/etc/images/octicons/star-fill-16.svg new file mode 100644 index 00000000000..9faa60f44d5 --- /dev/null +++ b/etc/images/octicons/star-fill-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/star-fill-24.svg b/etc/images/octicons/star-fill-24.svg new file mode 100644 index 00000000000..001f054d0a8 --- /dev/null +++ b/etc/images/octicons/star-fill-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/stop-16.svg b/etc/images/octicons/stop-16.svg new file mode 100644 index 00000000000..156ec88441a --- /dev/null +++ b/etc/images/octicons/stop-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/stop-24.svg b/etc/images/octicons/stop-24.svg new file mode 100644 index 00000000000..1f0ddd8944f --- /dev/null +++ b/etc/images/octicons/stop-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/stopwatch-16.svg b/etc/images/octicons/stopwatch-16.svg new file mode 100644 index 00000000000..482edd7ad8b --- /dev/null +++ b/etc/images/octicons/stopwatch-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/stopwatch-24.svg b/etc/images/octicons/stopwatch-24.svg new file mode 100644 index 00000000000..6860d8e9c46 --- /dev/null +++ b/etc/images/octicons/stopwatch-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/strikethrough-16.svg b/etc/images/octicons/strikethrough-16.svg new file mode 100644 index 00000000000..76e2c45c254 --- /dev/null +++ b/etc/images/octicons/strikethrough-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/strikethrough-24.svg b/etc/images/octicons/strikethrough-24.svg new file mode 100644 index 00000000000..44c02bf4e48 --- /dev/null +++ b/etc/images/octicons/strikethrough-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/sun-16.svg b/etc/images/octicons/sun-16.svg new file mode 100644 index 00000000000..57129a3a3ff --- /dev/null +++ b/etc/images/octicons/sun-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/sun-24.svg b/etc/images/octicons/sun-24.svg new file mode 100644 index 00000000000..a1b7d2c3856 --- /dev/null +++ b/etc/images/octicons/sun-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/sync-16.svg b/etc/images/octicons/sync-16.svg new file mode 100644 index 00000000000..86f1cbe10cc --- /dev/null +++ b/etc/images/octicons/sync-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/sync-24.svg b/etc/images/octicons/sync-24.svg new file mode 100644 index 00000000000..66a43d31e06 --- /dev/null +++ b/etc/images/octicons/sync-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/tab-24.svg b/etc/images/octicons/tab-24.svg new file mode 100644 index 00000000000..0bef02e91ae --- /dev/null +++ b/etc/images/octicons/tab-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/table-16.svg b/etc/images/octicons/table-16.svg new file mode 100644 index 00000000000..06dc0cc745f --- /dev/null +++ b/etc/images/octicons/table-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/table-24.svg b/etc/images/octicons/table-24.svg new file mode 100644 index 00000000000..3ef6fe24997 --- /dev/null +++ b/etc/images/octicons/table-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/tag-16.svg b/etc/images/octicons/tag-16.svg new file mode 100644 index 00000000000..bc8fe82f6c5 --- /dev/null +++ b/etc/images/octicons/tag-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/tag-24.svg b/etc/images/octicons/tag-24.svg new file mode 100644 index 00000000000..8223912f808 --- /dev/null +++ b/etc/images/octicons/tag-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/tasklist-16.svg b/etc/images/octicons/tasklist-16.svg new file mode 100644 index 00000000000..d0245b85c3b --- /dev/null +++ b/etc/images/octicons/tasklist-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/tasklist-24.svg b/etc/images/octicons/tasklist-24.svg new file mode 100644 index 00000000000..080fa7bc44c --- /dev/null +++ b/etc/images/octicons/tasklist-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/telescope-16.svg b/etc/images/octicons/telescope-16.svg new file mode 100644 index 00000000000..3998d20fa47 --- /dev/null +++ b/etc/images/octicons/telescope-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/telescope-24.svg b/etc/images/octicons/telescope-24.svg new file mode 100644 index 00000000000..b9291a6019a --- /dev/null +++ b/etc/images/octicons/telescope-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/terminal-16.svg b/etc/images/octicons/terminal-16.svg new file mode 100644 index 00000000000..66bb860ed1b --- /dev/null +++ b/etc/images/octicons/terminal-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/terminal-24.svg b/etc/images/octicons/terminal-24.svg new file mode 100644 index 00000000000..a8ab8e5cdbf --- /dev/null +++ b/etc/images/octicons/terminal-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/three-bars-16.svg b/etc/images/octicons/three-bars-16.svg new file mode 100644 index 00000000000..e33424687b2 --- /dev/null +++ b/etc/images/octicons/three-bars-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/thumbsdown-16.svg b/etc/images/octicons/thumbsdown-16.svg new file mode 100644 index 00000000000..1e8a51b12af --- /dev/null +++ b/etc/images/octicons/thumbsdown-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/thumbsdown-24.svg b/etc/images/octicons/thumbsdown-24.svg new file mode 100644 index 00000000000..53d9fd8c866 --- /dev/null +++ b/etc/images/octicons/thumbsdown-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/thumbsup-16.svg b/etc/images/octicons/thumbsup-16.svg new file mode 100644 index 00000000000..8776701add6 --- /dev/null +++ b/etc/images/octicons/thumbsup-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/thumbsup-24.svg b/etc/images/octicons/thumbsup-24.svg new file mode 100644 index 00000000000..1891fe6810b --- /dev/null +++ b/etc/images/octicons/thumbsup-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/tools-16.svg b/etc/images/octicons/tools-16.svg new file mode 100644 index 00000000000..5bae300425f --- /dev/null +++ b/etc/images/octicons/tools-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/tools-24.svg b/etc/images/octicons/tools-24.svg new file mode 100644 index 00000000000..07f49cab29e --- /dev/null +++ b/etc/images/octicons/tools-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/trash-16.svg b/etc/images/octicons/trash-16.svg new file mode 100644 index 00000000000..9c01c56c9fb --- /dev/null +++ b/etc/images/octicons/trash-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/trash-24.svg b/etc/images/octicons/trash-24.svg new file mode 100644 index 00000000000..a53ca7680ca --- /dev/null +++ b/etc/images/octicons/trash-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/triangle-down-16.svg b/etc/images/octicons/triangle-down-16.svg new file mode 100644 index 00000000000..937a0c31673 --- /dev/null +++ b/etc/images/octicons/triangle-down-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/triangle-down-24.svg b/etc/images/octicons/triangle-down-24.svg new file mode 100644 index 00000000000..05c0278833a --- /dev/null +++ b/etc/images/octicons/triangle-down-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/triangle-left-16.svg b/etc/images/octicons/triangle-left-16.svg new file mode 100644 index 00000000000..3ce01bf484c --- /dev/null +++ b/etc/images/octicons/triangle-left-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/triangle-left-24.svg b/etc/images/octicons/triangle-left-24.svg new file mode 100644 index 00000000000..d3074d0227d --- /dev/null +++ b/etc/images/octicons/triangle-left-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/triangle-right-16.svg b/etc/images/octicons/triangle-right-16.svg new file mode 100644 index 00000000000..533b5ca2a0b --- /dev/null +++ b/etc/images/octicons/triangle-right-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/triangle-right-24.svg b/etc/images/octicons/triangle-right-24.svg new file mode 100644 index 00000000000..29713b35b4a --- /dev/null +++ b/etc/images/octicons/triangle-right-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/triangle-up-16.svg b/etc/images/octicons/triangle-up-16.svg new file mode 100644 index 00000000000..29b724fe7a0 --- /dev/null +++ b/etc/images/octicons/triangle-up-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/triangle-up-24.svg b/etc/images/octicons/triangle-up-24.svg new file mode 100644 index 00000000000..6a808faf0f7 --- /dev/null +++ b/etc/images/octicons/triangle-up-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/typography-16.svg b/etc/images/octicons/typography-16.svg new file mode 100644 index 00000000000..cc2ea7d6b16 --- /dev/null +++ b/etc/images/octicons/typography-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/typography-24.svg b/etc/images/octicons/typography-24.svg new file mode 100644 index 00000000000..48915dea35a --- /dev/null +++ b/etc/images/octicons/typography-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/unfold-16.svg b/etc/images/octicons/unfold-16.svg new file mode 100644 index 00000000000..f4b74464248 --- /dev/null +++ b/etc/images/octicons/unfold-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/unfold-24.svg b/etc/images/octicons/unfold-24.svg new file mode 100644 index 00000000000..40e4a681857 --- /dev/null +++ b/etc/images/octicons/unfold-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/unlock-16.svg b/etc/images/octicons/unlock-16.svg new file mode 100644 index 00000000000..f58360d2ec5 --- /dev/null +++ b/etc/images/octicons/unlock-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/unlock-24.svg b/etc/images/octicons/unlock-24.svg new file mode 100644 index 00000000000..d97acc4f6fe --- /dev/null +++ b/etc/images/octicons/unlock-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/unmute-16.svg b/etc/images/octicons/unmute-16.svg new file mode 100644 index 00000000000..088bc8aebee --- /dev/null +++ b/etc/images/octicons/unmute-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/unmute-24.svg b/etc/images/octicons/unmute-24.svg new file mode 100644 index 00000000000..cb5837eaee6 --- /dev/null +++ b/etc/images/octicons/unmute-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/unverified-16.svg b/etc/images/octicons/unverified-16.svg new file mode 100644 index 00000000000..07d8feb3896 --- /dev/null +++ b/etc/images/octicons/unverified-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/unverified-24.svg b/etc/images/octicons/unverified-24.svg new file mode 100644 index 00000000000..4a5abd18375 --- /dev/null +++ b/etc/images/octicons/unverified-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/upload-16.svg b/etc/images/octicons/upload-16.svg new file mode 100644 index 00000000000..ebeac918d02 --- /dev/null +++ b/etc/images/octicons/upload-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/upload-24.svg b/etc/images/octicons/upload-24.svg new file mode 100644 index 00000000000..2972988a96a --- /dev/null +++ b/etc/images/octicons/upload-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/verified-16.svg b/etc/images/octicons/verified-16.svg new file mode 100644 index 00000000000..8038e7aaec0 --- /dev/null +++ b/etc/images/octicons/verified-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/verified-24.svg b/etc/images/octicons/verified-24.svg new file mode 100644 index 00000000000..cbe16825a1a --- /dev/null +++ b/etc/images/octicons/verified-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/versions-16.svg b/etc/images/octicons/versions-16.svg new file mode 100644 index 00000000000..7d31d2a2700 --- /dev/null +++ b/etc/images/octicons/versions-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/versions-24.svg b/etc/images/octicons/versions-24.svg new file mode 100644 index 00000000000..972374f6a6d --- /dev/null +++ b/etc/images/octicons/versions-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/video-16.svg b/etc/images/octicons/video-16.svg new file mode 100644 index 00000000000..3e5a19930f3 --- /dev/null +++ b/etc/images/octicons/video-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/video-24.svg b/etc/images/octicons/video-24.svg new file mode 100644 index 00000000000..d2dca1e9bb8 --- /dev/null +++ b/etc/images/octicons/video-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/workflow-16.svg b/etc/images/octicons/workflow-16.svg new file mode 100644 index 00000000000..47d0fbae384 --- /dev/null +++ b/etc/images/octicons/workflow-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/workflow-24.svg b/etc/images/octicons/workflow-24.svg new file mode 100644 index 00000000000..1ec9fade383 --- /dev/null +++ b/etc/images/octicons/workflow-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/x-16.svg b/etc/images/octicons/x-16.svg new file mode 100644 index 00000000000..37b63d7ac20 --- /dev/null +++ b/etc/images/octicons/x-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/x-24.svg b/etc/images/octicons/x-24.svg new file mode 100644 index 00000000000..add65b8e805 --- /dev/null +++ b/etc/images/octicons/x-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/x-circle-16.svg b/etc/images/octicons/x-circle-16.svg new file mode 100644 index 00000000000..b2d5f33d7fd --- /dev/null +++ b/etc/images/octicons/x-circle-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/x-circle-24.svg b/etc/images/octicons/x-circle-24.svg new file mode 100644 index 00000000000..537eafe8846 --- /dev/null +++ b/etc/images/octicons/x-circle-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/x-circle-fill-16.svg b/etc/images/octicons/x-circle-fill-16.svg new file mode 100644 index 00000000000..2812f386256 --- /dev/null +++ b/etc/images/octicons/x-circle-fill-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/x-circle-fill-24.svg b/etc/images/octicons/x-circle-fill-24.svg new file mode 100644 index 00000000000..18ff654969f --- /dev/null +++ b/etc/images/octicons/x-circle-fill-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/zap-16.svg b/etc/images/octicons/zap-16.svg new file mode 100644 index 00000000000..c593e6f5645 --- /dev/null +++ b/etc/images/octicons/zap-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/etc/images/octicons/zap-24.svg b/etc/images/octicons/zap-24.svg new file mode 100644 index 00000000000..9910cfc0583 --- /dev/null +++ b/etc/images/octicons/zap-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lisp/icons-octicons.el b/lisp/icons-octicons.el new file mode 100644 index 00000000000..788dbc4d74b --- /dev/null +++ b/lisp/icons-octicons.el @@ -0,0 +1,464 @@ +;;; icons-octicons.el --- Octicons icon set -*- lexical-binding: t; -*- + +;; Copyright (C) 2021 Free Software Foundation, Inc. + +;; Author: Stefan Kangas +;; Keywords: faces, multimedia + +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see . + +;;; Commentary: + +;; This file defines the "octicons" icon set. + +;;; Code: + +(require 'icons) + +(icons-define-set 'octicons + '(("alert" "octicons/alert-16.svg" 16) + ("alert" "octicons/alert-24.svg" 24) + ("archive" "octicons/archive-16.svg" 16) + ("archive" "octicons/archive-24.svg" 24) + ("arrow-both" "octicons/arrow-both-16.svg" 16) + ("arrow-both" "octicons/arrow-both-24.svg" 24) + ("arrow-down" "octicons/arrow-down-16.svg" 16) + ("arrow-down" "octicons/arrow-down-24.svg" 24) + ("arrow-down-left" "octicons/arrow-down-left-24.svg" 24) + ("arrow-down-right" "octicons/arrow-down-right-24.svg" 24) + ("arrow-left" "octicons/arrow-left-16.svg" 16) + ("arrow-left" "octicons/arrow-left-24.svg" 24) + ("arrow-right" "octicons/arrow-right-16.svg" 16) + ("arrow-right" "octicons/arrow-right-24.svg" 24) + ("arrow-switch" "octicons/arrow-switch-16.svg" 16) + ("arrow-switch" "octicons/arrow-switch-24.svg" 24) + ("arrow-up" "octicons/arrow-up-16.svg" 16) + ("arrow-up" "octicons/arrow-up-24.svg" 24) + ("arrow-up-left" "octicons/arrow-up-left-24.svg" 24) + ("arrow-up-right" "octicons/arrow-up-right-24.svg" 24) + ("beaker" "octicons/beaker-16.svg" 16) + ("beaker" "octicons/beaker-24.svg" 24) + ("bell" "octicons/bell-16.svg" 16) + ("bell" "octicons/bell-24.svg" 24) + ("bell-fill" "octicons/bell-fill-24.svg" 24) + ("bell-slash" "octicons/bell-slash-16.svg" 16) + ("bell-slash" "octicons/bell-slash-24.svg" 24) + ("blocked" "octicons/blocked-16.svg" 16) + ("blocked" "octicons/blocked-24.svg" 24) + ("bold" "octicons/bold-16.svg" 16) + ("bold" "octicons/bold-24.svg" 24) + ("bookmark" "octicons/bookmark-16.svg" 16) + ("bookmark" "octicons/bookmark-24.svg" 24) + ("bookmark-fill" "octicons/bookmark-fill-24.svg" 24) + ("bookmark-slash" "octicons/bookmark-slash-16.svg" 16) + ("bookmark-slash" "octicons/bookmark-slash-24.svg" 24) + ("bookmark-slash-fill" "octicons/bookmark-slash-fill-24.svg" 24) + ("book" "octicons/book-16.svg" 16) + ("book" "octicons/book-24.svg" 24) + ("briefcase" "octicons/briefcase-16.svg" 16) + ("briefcase" "octicons/briefcase-24.svg" 24) + ("broadcast" "octicons/broadcast-16.svg" 16) + ("broadcast" "octicons/broadcast-24.svg" 24) + ("browser" "octicons/browser-16.svg" 16) + ("browser" "octicons/browser-24.svg" 24) + ("bug" "octicons/bug-16.svg" 16) + ("bug" "octicons/bug-24.svg" 24) + ("calendar" "octicons/calendar-16.svg" 16) + ("calendar" "octicons/calendar-24.svg" 24) + ("checklist" "octicons/checklist-16.svg" 16) + ("checklist" "octicons/checklist-24.svg" 24) + ("check" "octicons/check-16.svg" 16) + ("check" "octicons/check-24.svg" 24) + ("check-circle" "octicons/check-circle-16.svg" 16) + ("check-circle" "octicons/check-circle-24.svg" 24) + ("check-circle-fill" "octicons/check-circle-fill-16.svg" 16) + ("check-circle-fill" "octicons/check-circle-fill-24.svg" 24) + ("chevron-down" "octicons/chevron-down-16.svg" 16) + ("chevron-down" "octicons/chevron-down-24.svg" 24) + ("chevron-left" "octicons/chevron-left-16.svg" 16) + ("chevron-left" "octicons/chevron-left-24.svg" 24) + ("chevron-right" "octicons/chevron-right-16.svg" 16) + ("chevron-right" "octicons/chevron-right-24.svg" 24) + ("chevron-up" "octicons/chevron-up-16.svg" 16) + ("chevron-up" "octicons/chevron-up-24.svg" 24) + ("circle" "octicons/circle-16.svg" 16) + ("circle" "octicons/circle-24.svg" 24) + ("circle-slash" "octicons/circle-slash-16.svg" 16) + ("circle-slash" "octicons/circle-slash-24.svg" 24) + ("clippy" "octicons/clippy-16.svg" 16) + ("clippy" "octicons/clippy-24.svg" 24) + ("clock" "octicons/clock-16.svg" 16) + ("clock" "octicons/clock-24.svg" 24) + ("codescan" "octicons/codescan-16.svg" 16) + ("codescan" "octicons/codescan-24.svg" 24) + ("codescan-checkmark" "octicons/codescan-checkmark-16.svg" 16) + ("codescan-checkmark" "octicons/codescan-checkmark-24.svg" 24) + ("codespaces" "octicons/codespaces-16.svg" 16) + ("codespaces" "octicons/codespaces-24.svg" 24) + ("code" "octicons/code-16.svg" 16) + ("code" "octicons/code-24.svg" 24) + ("code-review" "octicons/code-review-16.svg" 16) + ("code-review" "octicons/code-review-24.svg" 24) + ("code-square" "octicons/code-square-16.svg" 16) + ("code-square" "octicons/code-square-24.svg" 24) + ("comment" "octicons/comment-16.svg" 16) + ("comment" "octicons/comment-24.svg" 24) + ("comment-discussion" "octicons/comment-discussion-16.svg" 16) + ("comment-discussion" "octicons/comment-discussion-24.svg" 24) + ("commit" "octicons/commit-24.svg" 24) + ("container" "octicons/container-16.svg" 16) + ("container" "octicons/container-24.svg" 24) + ("cpu" "octicons/cpu-16.svg" 16) + ("cpu" "octicons/cpu-24.svg" 24) + ("credit-card" "octicons/credit-card-16.svg" 16) + ("credit-card" "octicons/credit-card-24.svg" 24) + ("cross-reference" "octicons/cross-reference-16.svg" 16) + ("cross-reference" "octicons/cross-reference-24.svg" 24) + ("dash" "octicons/dash-16.svg" 16) + ("dash" "octicons/dash-24.svg" 24) + ("database" "octicons/database-16.svg" 16) + ("database" "octicons/database-24.svg" 24) + ("dependabot" "octicons/dependabot-16.svg" 16) + ("dependabot" "octicons/dependabot-24.svg" 24) + ("desktop-download" "octicons/desktop-download-16.svg" 16) + ("desktop-download" "octicons/desktop-download-24.svg" 24) + ("device-camera" "octicons/device-camera-16.svg" 16) + ("device-camera-video" "octicons/device-camera-video-16.svg" 16) + ("device-camera-video" "octicons/device-camera-video-24.svg" 24) + ("device-desktop" "octicons/device-desktop-16.svg" 16) + ("device-desktop" "octicons/device-desktop-24.svg" 24) + ("device-mobile" "octicons/device-mobile-16.svg" 16) + ("device-mobile" "octicons/device-mobile-24.svg" 24) + ("diff" "octicons/diff-16.svg" 16) + ("diff" "octicons/diff-24.svg" 24) + ("diff-added" "octicons/diff-added-16.svg" 16) + ("diff-ignored" "octicons/diff-ignored-16.svg" 16) + ("diff-modified" "octicons/diff-modified-16.svg" 16) + ("diff-removed" "octicons/diff-removed-16.svg" 16) + ("diff-renamed" "octicons/diff-renamed-16.svg" 16) + ("dot" "octicons/dot-16.svg" 16) + ("dot" "octicons/dot-24.svg" 24) + ("dot-fill" "octicons/dot-fill-16.svg" 16) + ("dot-fill" "octicons/dot-fill-24.svg" 24) + ("download" "octicons/download-16.svg" 16) + ("download" "octicons/download-24.svg" 24) + ("duplicate" "octicons/duplicate-16.svg" 16) + ("duplicate" "octicons/duplicate-24.svg" 24) + ("ellipsis" "octicons/ellipsis-16.svg" 16) + ("eye" "octicons/eye-16.svg" 16) + ("eye" "octicons/eye-24.svg" 24) + ("eye-closed" "octicons/eye-closed-16.svg" 16) + ("eye-closed" "octicons/eye-closed-24.svg" 24) + ("file" "octicons/file-16.svg" 16) + ("file" "octicons/file-24.svg" 24) + ("file-badge" "octicons/file-badge-16.svg" 16) + ("file-binary" "octicons/file-binary-16.svg" 16) + ("file-binary" "octicons/file-binary-24.svg" 24) + ("file-code" "octicons/file-code-16.svg" 16) + ("file-code" "octicons/file-code-24.svg" 24) + ("file-diff" "octicons/file-diff-16.svg" 16) + ("file-diff" "octicons/file-diff-24.svg" 24) + ("file-directory" "octicons/file-directory-16.svg" 16) + ("file-directory" "octicons/file-directory-24.svg" 24) + ("file-directory-fill" "octicons/file-directory-fill-24.svg" 24) + ("file-media" "octicons/file-media-24.svg" 24) + ("file-submodule" "octicons/file-submodule-16.svg" 16) + ("file-submodule" "octicons/file-submodule-24.svg" 24) + ("file-symlink-file" "octicons/file-symlink-file-16.svg" 16) + ("file-symlink-file" "octicons/file-symlink-file-24.svg" 24) + ("file-zip" "octicons/file-zip-16.svg" 16) + ("file-zip" "octicons/file-zip-24.svg" 24) + ("filter" "octicons/filter-16.svg" 16) + ("filter" "octicons/filter-24.svg" 24) + ("flame" "octicons/flame-16.svg" 16) + ("flame" "octicons/flame-24.svg" 24) + ("fold" "octicons/fold-16.svg" 16) + ("fold" "octicons/fold-24.svg" 24) + ("fold-down" "octicons/fold-down-16.svg" 16) + ("fold-down" "octicons/fold-down-24.svg" 24) + ("fold-up" "octicons/fold-up-16.svg" 16) + ("fold-up" "octicons/fold-up-24.svg" 24) + ("gear" "octicons/gear-16.svg" 16) + ("gear" "octicons/gear-24.svg" 24) + ("gift" "octicons/gift-16.svg" 16) + ("gift" "octicons/gift-24.svg" 24) + ("git-branch" "octicons/git-branch-16.svg" 16) + ("git-branch" "octicons/git-branch-24.svg" 24) + ("git-commit" "octicons/git-commit-16.svg" 16) + ("git-commit" "octicons/git-commit-24.svg" 24) + ("git-compare" "octicons/git-compare-16.svg" 16) + ("git-compare" "octicons/git-compare-24.svg" 24) + ("git-fork" "octicons/git-fork-24.svg" 24) + ("git-merge" "octicons/git-merge-16.svg" 16) + ("git-merge" "octicons/git-merge-24.svg" 24) + ("git-pull-request" "octicons/git-pull-request-16.svg" 16) + ("git-pull-request" "octicons/git-pull-request-24.svg" 24) + ("globe" "octicons/globe-16.svg" 16) + ("globe" "octicons/globe-24.svg" 24) + ("grabber" "octicons/grabber-16.svg" 16) + ("grabber" "octicons/grabber-24.svg" 24) + ("graph" "octicons/graph-16.svg" 16) + ("graph" "octicons/graph-24.svg" 24) + ("heading" "octicons/heading-16.svg" 16) + ("heading" "octicons/heading-24.svg" 24) + ("heart" "octicons/heart-16.svg" 16) + ("heart" "octicons/heart-24.svg" 24) + ("heart-fill" "octicons/heart-fill-16.svg" 16) + ("heart-fill" "octicons/heart-fill-24.svg" 24) + ("history" "octicons/history-16.svg" 16) + ("history" "octicons/history-24.svg" 24) + ("home" "octicons/home-16.svg" 16) + ("home" "octicons/home-24.svg" 24) + ("home-fill" "octicons/home-fill-24.svg" 24) + ("horizontal-rule" "octicons/horizontal-rule-16.svg" 16) + ("horizontal-rule" "octicons/horizontal-rule-24.svg" 24) + ("hourglass" "octicons/hourglass-16.svg" 16) + ("hourglass" "octicons/hourglass-24.svg" 24) + ("hubot" "octicons/hubot-16.svg" 16) + ("hubot" "octicons/hubot-24.svg" 24) + ("image" "octicons/image-16.svg" 16) + ("image" "octicons/image-24.svg" 24) + ("inbox" "octicons/inbox-16.svg" 16) + ("inbox" "octicons/inbox-24.svg" 24) + ("infinity" "octicons/infinity-16.svg" 16) + ("infinity" "octicons/infinity-24.svg" 24) + ("info" "octicons/info-16.svg" 16) + ("info" "octicons/info-24.svg" 24) + ("issue-closed" "octicons/issue-closed-16.svg" 16) + ("issue-closed" "octicons/issue-closed-24.svg" 24) + ("issue-opened" "octicons/issue-opened-16.svg" 16) + ("issue-opened" "octicons/issue-opened-24.svg" 24) + ("issue-reopened" "octicons/issue-reopened-16.svg" 16) + ("issue-reopened" "octicons/issue-reopened-24.svg" 24) + ("italic" "octicons/italic-16.svg" 16) + ("italic" "octicons/italic-24.svg" 24) + ("kebab-horizontal" "octicons/kebab-horizontal-16.svg" 16) + ("kebab-horizontal" "octicons/kebab-horizontal-24.svg" 24) + ("key" "octicons/key-16.svg" 16) + ("key" "octicons/key-24.svg" 24) + ("law" "octicons/law-16.svg" 16) + ("law" "octicons/law-24.svg" 24) + ("light-bulb" "octicons/light-bulb-16.svg" 16) + ("light-bulb" "octicons/light-bulb-24.svg" 24) + ("link" "octicons/link-16.svg" 16) + ("link" "octicons/link-24.svg" 24) + ("link-external" "octicons/link-external-16.svg" 16) + ("link-external" "octicons/link-external-24.svg" 24) + ("list-ordered" "octicons/list-ordered-16.svg" 16) + ("list-ordered" "octicons/list-ordered-24.svg" 24) + ("list-unordered" "octicons/list-unordered-16.svg" 16) + ("list-unordered" "octicons/list-unordered-24.svg" 24) + ("location" "octicons/location-16.svg" 16) + ("location" "octicons/location-24.svg" 24) + ("lock" "octicons/lock-16.svg" 16) + ("lock" "octicons/lock-24.svg" 24) + ("mail" "octicons/mail-16.svg" 16) + ("mail" "octicons/mail-24.svg" 24) + ("markdown" "octicons/markdown-16.svg" 16) + ("megaphone" "octicons/megaphone-16.svg" 16) + ("megaphone" "octicons/megaphone-24.svg" 24) + ("mention" "octicons/mention-16.svg" 16) + ("mention" "octicons/mention-24.svg" 24) + ("meter" "octicons/meter-16.svg" 16) + ("milestone" "octicons/milestone-16.svg" 16) + ("milestone" "octicons/milestone-24.svg" 24) + ("mirror" "octicons/mirror-16.svg" 16) + ("mirror" "octicons/mirror-24.svg" 24) + ("moon" "octicons/moon-16.svg" 16) + ("moon" "octicons/moon-24.svg" 24) + ("mortar-board" "octicons/mortar-board-16.svg" 16) + ("mortar-board" "octicons/mortar-board-24.svg" 24) + ("multi-select" "octicons/multi-select-16.svg" 16) + ("multi-select" "octicons/multi-select-24.svg" 24) + ("mute" "octicons/mute-16.svg" 16) + ("mute" "octicons/mute-24.svg" 24) + ("north-star" "octicons/north-star-16.svg" 16) + ("north-star" "octicons/north-star-24.svg" 24) + ("note" "octicons/note-16.svg" 16) + ("note" "octicons/note-24.svg" 24) + ("no-entry" "octicons/no-entry-16.svg" 16) + ("no-entry" "octicons/no-entry-24.svg" 24) + ("number" "octicons/number-16.svg" 16) + ("number" "octicons/number-24.svg" 24) + ("octoface" "octicons/octoface-16.svg" 16) + ("octoface" "octicons/octoface-24.svg" 24) + ("organization" "octicons/organization-16.svg" 16) + ("organization" "octicons/organization-24.svg" 24) + ("package" "octicons/package-16.svg" 16) + ("package" "octicons/package-24.svg" 24) + ("package-dependencies" "octicons/package-dependencies-16.svg" 16) + ("package-dependencies" "octicons/package-dependencies-24.svg" 24) + ("package-dependents" "octicons/package-dependents-16.svg" 16) + ("package-dependents" "octicons/package-dependents-24.svg" 24) + ("paintbrush" "octicons/paintbrush-16.svg" 16) + ("paper-airplane" "octicons/paper-airplane-16.svg" 16) + ("paper-airplane" "octicons/paper-airplane-24.svg" 24) + ("pencil" "octicons/pencil-16.svg" 16) + ("pencil" "octicons/pencil-24.svg" 24) + ("people" "octicons/people-16.svg" 16) + ("people" "octicons/people-24.svg" 24) + ("person" "octicons/person-16.svg" 16) + ("person" "octicons/person-24.svg" 24) + ("person-add" "octicons/person-add-16.svg" 16) + ("person-add" "octicons/person-add-24.svg" 24) + ("pin" "octicons/pin-16.svg" 16) + ("pin" "octicons/pin-24.svg" 24) + ("play" "octicons/play-16.svg" 16) + ("play" "octicons/play-24.svg" 24) + ("plug" "octicons/plug-16.svg" 16) + ("plug" "octicons/plug-24.svg" 24) + ("plus" "octicons/plus-16.svg" 16) + ("plus" "octicons/plus-24.svg" 24) + ("plus-circle" "octicons/plus-circle-16.svg" 16) + ("plus-circle" "octicons/plus-circle-24.svg" 24) + ("project" "octicons/project-16.svg" 16) + ("project" "octicons/project-24.svg" 24) + ("pulse" "octicons/pulse-16.svg" 16) + ("pulse" "octicons/pulse-24.svg" 24) + ("question" "octicons/question-16.svg" 16) + ("question" "octicons/question-24.svg" 24) + ("quote" "octicons/quote-16.svg" 16) + ("quote" "octicons/quote-24.svg" 24) + ("reply" "octicons/reply-16.svg" 16) + ("reply" "octicons/reply-24.svg" 24) + ("report" "octicons/report-16.svg" 16) + ("report" "octicons/report-24.svg" 24) + ("repo" "octicons/repo-16.svg" 16) + ("repo" "octicons/repo-24.svg" 24) + ("repo-clone" "octicons/repo-clone-16.svg" 16) + ("repo-forked" "octicons/repo-forked-16.svg" 16) + ("repo-pull" "octicons/repo-pull-16.svg" 16) + ("repo-push" "octicons/repo-push-16.svg" 16) + ("repo-push" "octicons/repo-push-24.svg" 24) + ("repo-template" "octicons/repo-template-16.svg" 16) + ("repo-template" "octicons/repo-template-24.svg" 24) + ("rocket" "octicons/rocket-16.svg" 16) + ("rocket" "octicons/rocket-24.svg" 24) + ("rss" "octicons/rss-16.svg" 16) + ("rss" "octicons/rss-24.svg" 24) + ("ruby" "octicons/ruby-16.svg" 16) + ("ruby" "octicons/ruby-24.svg" 24) + ("screen-full" "octicons/screen-full-16.svg" 16) + ("screen-full" "octicons/screen-full-24.svg" 24) + ("screen-normal" "octicons/screen-normal-16.svg" 16) + ("screen-normal" "octicons/screen-normal-24.svg" 24) + ("search" "octicons/search-16.svg" 16) + ("search" "octicons/search-24.svg" 24) + ("server" "octicons/server-16.svg" 16) + ("server" "octicons/server-24.svg" 24) + ("share" "octicons/share-16.svg" 16) + ("share" "octicons/share-24.svg" 24) + ("share-android" "octicons/share-android-16.svg" 16) + ("share-android" "octicons/share-android-24.svg" 24) + ("shield" "octicons/shield-16.svg" 16) + ("shield" "octicons/shield-24.svg" 24) + ("shield-check" "octicons/shield-check-16.svg" 16) + ("shield-check" "octicons/shield-check-24.svg" 24) + ("shield-lock" "octicons/shield-lock-16.svg" 16) + ("shield-lock" "octicons/shield-lock-24.svg" 24) + ("shield-x" "octicons/shield-x-16.svg" 16) + ("shield-x" "octicons/shield-x-24.svg" 24) + ("sidebar-collapse" "octicons/sidebar-collapse-16.svg" 16) + ("sidebar-collapse" "octicons/sidebar-collapse-24.svg" 24) + ("sidebar-expand" "octicons/sidebar-expand-16.svg" 16) + ("sidebar-expand" "octicons/sidebar-expand-24.svg" 24) + ("sign-in" "octicons/sign-in-16.svg" 16) + ("sign-in" "octicons/sign-in-24.svg" 24) + ("sign-out" "octicons/sign-out-16.svg" 16) + ("sign-out" "octicons/sign-out-24.svg" 24) + ("skip" "octicons/skip-16.svg" 16) + ("skip" "octicons/skip-24.svg" 24) + ("smiley" "octicons/smiley-16.svg" 16) + ("smiley" "octicons/smiley-24.svg" 24) + ("square" "octicons/square-16.svg" 16) + ("square" "octicons/square-24.svg" 24) + ("square-fill" "octicons/square-fill-16.svg" 16) + ("square-fill" "octicons/square-fill-24.svg" 24) + ("squirrel" "octicons/squirrel-16.svg" 16) + ("squirrel" "octicons/squirrel-24.svg" 24) + ("star" "octicons/star-16.svg" 16) + ("star" "octicons/star-24.svg" 24) + ("star-fill" "octicons/star-fill-16.svg" 16) + ("star-fill" "octicons/star-fill-24.svg" 24) + ("stopwatch" "octicons/stopwatch-16.svg" 16) + ("stopwatch" "octicons/stopwatch-24.svg" 24) + ("stop" "octicons/stop-16.svg" 16) + ("stop" "octicons/stop-24.svg" 24) + ("strikethrough" "octicons/strikethrough-16.svg" 16) + ("strikethrough" "octicons/strikethrough-24.svg" 24) + ("sun" "octicons/sun-16.svg" 16) + ("sun" "octicons/sun-24.svg" 24) + ("sync" "octicons/sync-16.svg" 16) + ("sync" "octicons/sync-24.svg" 24) + ("table" "octicons/table-16.svg" 16) + ("table" "octicons/table-24.svg" 24) + ("tab" "octicons/tab-24.svg" 24) + ("tag" "octicons/tag-16.svg" 16) + ("tag" "octicons/tag-24.svg" 24) + ("tasklist" "octicons/tasklist-16.svg" 16) + ("tasklist" "octicons/tasklist-24.svg" 24) + ("telescope" "octicons/telescope-16.svg" 16) + ("telescope" "octicons/telescope-24.svg" 24) + ("terminal" "octicons/terminal-16.svg" 16) + ("terminal" "octicons/terminal-24.svg" 24) + ("three-bars" "octicons/three-bars-16.svg" 16) + ("thumbsdown" "octicons/thumbsdown-16.svg" 16) + ("thumbsdown" "octicons/thumbsdown-24.svg" 24) + ("thumbsup" "octicons/thumbsup-16.svg" 16) + ("thumbsup" "octicons/thumbsup-24.svg" 24) + ("tools" "octicons/tools-16.svg" 16) + ("tools" "octicons/tools-24.svg" 24) + ("trash" "octicons/trash-16.svg" 16) + ("trash" "octicons/trash-24.svg" 24) + ("triangle-down" "octicons/triangle-down-16.svg" 16) + ("triangle-down" "octicons/triangle-down-24.svg" 24) + ("triangle-left" "octicons/triangle-left-16.svg" 16) + ("triangle-left" "octicons/triangle-left-24.svg" 24) + ("triangle-right" "octicons/triangle-right-16.svg" 16) + ("triangle-right" "octicons/triangle-right-24.svg" 24) + ("triangle-up" "octicons/triangle-up-16.svg" 16) + ("triangle-up" "octicons/triangle-up-24.svg" 24) + ("typography" "octicons/typography-16.svg" 16) + ("typography" "octicons/typography-24.svg" 24) + ("unfold" "octicons/unfold-16.svg" 16) + ("unfold" "octicons/unfold-24.svg" 24) + ("unlock" "octicons/unlock-16.svg" 16) + ("unlock" "octicons/unlock-24.svg" 24) + ("unmute" "octicons/unmute-16.svg" 16) + ("unmute" "octicons/unmute-24.svg" 24) + ("unverified" "octicons/unverified-16.svg" 16) + ("unverified" "octicons/unverified-24.svg" 24) + ("upload" "octicons/upload-16.svg" 16) + ("upload" "octicons/upload-24.svg" 24) + ("verified" "octicons/verified-16.svg" 16) + ("verified" "octicons/verified-24.svg" 24) + ("versions" "octicons/versions-16.svg" 16) + ("versions" "octicons/versions-24.svg" 24) + ("video" "octicons/video-16.svg" 16) + ("video" "octicons/video-24.svg" 24) + ("workflow" "octicons/workflow-16.svg" 16) + ("workflow" "octicons/workflow-24.svg" 24) + ("x" "octicons/x-16.svg" 16) + ("x" "octicons/x-24.svg" 24) + ("x-circle" "octicons/x-circle-16.svg" 16) + ("x-circle" "octicons/x-circle-24.svg" 24) + ("x-circle-fill" "octicons/x-circle-fill-16.svg" 16) + ("x-circle-fill" "octicons/x-circle-fill-24.svg" 24) + ("zap" "octicons/zap-16.svg" 16) + ("zap" "octicons/zap-24.svg" 24))) + +(provide 'icons-octicons) +;;; icons-octicons.el ends here