From 111c417c6db471151c9b0973b7ae9a110b8b28e4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 24 Mar 2020 17:15:40 +0100 Subject: Add more icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 14 ++++++++++++++ TODO | 23 +++++++++++++++++++++-- scalable/actions/camera-switch.svg | 1 + scalable/actions/dialog-tile-clones.svg | 1 + scalable/actions/distribute-graph.svg | 1 + scalable/actions/document-metadata.svg | 1 + scalable/actions/show-dialogs.svg | 1 + scalable/actions/snap-nodes-center.svg | 1 + scalable/actions/snap-nodes-rotation-center.svg | 1 + scalable/apps/brave.svg | 1 + scalable/apps/mumble.svg | 1 + scalable/apps/teams.svg | 1 + scalable/categories/applications-chat.svg | 1 + scalable/categories/applications-mathematics.svg | 1 + scalable/status/airplane-mode-off.svg | 1 + scalable/status/airplane-mode-on.svg | 1 + scalable/status/user-not-tracked.svg | 2 +- scalable/status/user-tracked.svg | 2 +- 18 files changed, 51 insertions(+), 4 deletions(-) create mode 100644 scalable/actions/camera-switch.svg create mode 100644 scalable/actions/dialog-tile-clones.svg create mode 100644 scalable/actions/distribute-graph.svg create mode 100644 scalable/actions/document-metadata.svg create mode 100644 scalable/actions/show-dialogs.svg create mode 100644 scalable/actions/snap-nodes-center.svg create mode 100644 scalable/actions/snap-nodes-rotation-center.svg create mode 100644 scalable/apps/brave.svg create mode 100644 scalable/apps/mumble.svg create mode 100644 scalable/apps/teams.svg create mode 100644 scalable/categories/applications-chat.svg create mode 100644 scalable/categories/applications-mathematics.svg create mode 100644 scalable/status/airplane-mode-off.svg create mode 120000 scalable/status/airplane-mode-on.svg diff --git a/Makefile b/Makefile index 3d61c6d..cfd83c2 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,8 @@ ICONS =\ apps/redhat-server_settings\ apps/redhat-tools\ apps/unity-tweak-tool-overview\ + categories/applications-chat\ + categories/applications-mathematics\ categories/applications-internet\ categories/gnome-globe\ categories/package_network\ @@ -171,6 +173,8 @@ ICONS =\ apps/xmind\ apps/bomi\ apps/brackets\ + apps/mumble\ + apps/teams\ apps/alienarena\ apps/cmake\ apps/CMakeSetup\ @@ -244,6 +248,7 @@ ICONS =\ apps/java20-openjdk\ apps/agave\ apps/bitcomet\ + apps/brave\ apps/f-spot\ apps/fglrx-amdcccle\ apps/gnumeric\ @@ -818,6 +823,8 @@ ICONS =\ status/image-loading\ status/gnome-fs-loading-icon\ status/airplane-mode\ + status/airplane-mode-on\ + status/airplane-mode-off\ status/alarm\ apps/alarm\ apps/alarm-clock\ @@ -2807,6 +2814,13 @@ ICONS =\ actions/share\ actions/edit-link\ actions/sticky-notes\ + actions/camera-switch\ + actions/dialog-tile-clones\ + actions/distribute-graph\ + actions/document-metadata\ + actions/show-dialogs\ + actions/snap-nodes-center\ + actions/snap-nodes-rotation-center\ devices/media-optical-video\ devices/media-optical-dvd-video\ devices/ac-adapter\ diff --git a/TODO b/TODO index 79e7530..f34aa31 100644 --- a/TODO +++ b/TODO @@ -2,5 +2,24 @@ grub-customizer: should be a boot with a wrench apps/package-*: should probably be in status/ gtk-[dis]connect: should look like [un]connected powercords status/network-cellular-5g needed -status/airplain-mode-off needed -status/airplain-mode-on needed + + +actions/ + mail-mark-notjunk The icon for the mark as not junk action of an electronic mail application. + mail-mark-unread The icon for the mark as unread action of an electronic mail application. + +animations/ + process-working This is the standard spinner animation for web browsers and file managers to show that the location is loading. + +apps/ + preferences-desktop-multimedia The icon used for the desktop's multimedia preferences. + +emblems/ + emblem-synchronized The icon used as an emblem for files or directories that are configured to be synchronized to another device. + +intl/ + flag-?? The flag for the country with the ISO 3166 country code ??. All flags should use ISO 3166 two-letter country codes, in lowercase form, as the specifier for the country. + +status/ + sync-error The icon used when an error occurs while attempting to synchronize data from the computing device, to another device. + sync-synchronizing The icon used while data is successfully synchronizing to another device. diff --git a/scalable/actions/camera-switch.svg b/scalable/actions/camera-switch.svg new file mode 100644 index 0000000..4d16161 --- /dev/null +++ b/scalable/actions/camera-switch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/dialog-tile-clones.svg b/scalable/actions/dialog-tile-clones.svg new file mode 100644 index 0000000..282e65f --- /dev/null +++ b/scalable/actions/dialog-tile-clones.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/distribute-graph.svg b/scalable/actions/distribute-graph.svg new file mode 100644 index 0000000..16e80f0 --- /dev/null +++ b/scalable/actions/distribute-graph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/document-metadata.svg b/scalable/actions/document-metadata.svg new file mode 100644 index 0000000..b5db765 --- /dev/null +++ b/scalable/actions/document-metadata.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/show-dialogs.svg b/scalable/actions/show-dialogs.svg new file mode 100644 index 0000000..f658e64 --- /dev/null +++ b/scalable/actions/show-dialogs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/snap-nodes-center.svg b/scalable/actions/snap-nodes-center.svg new file mode 100644 index 0000000..de44ba3 --- /dev/null +++ b/scalable/actions/snap-nodes-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/snap-nodes-rotation-center.svg b/scalable/actions/snap-nodes-rotation-center.svg new file mode 100644 index 0000000..7887064 --- /dev/null +++ b/scalable/actions/snap-nodes-rotation-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/brave.svg b/scalable/apps/brave.svg new file mode 100644 index 0000000..64e8330 --- /dev/null +++ b/scalable/apps/brave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/mumble.svg b/scalable/apps/mumble.svg new file mode 100644 index 0000000..b8458d7 --- /dev/null +++ b/scalable/apps/mumble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/teams.svg b/scalable/apps/teams.svg new file mode 100644 index 0000000..ed950cd --- /dev/null +++ b/scalable/apps/teams.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/categories/applications-chat.svg b/scalable/categories/applications-chat.svg new file mode 100644 index 0000000..2c79c3a --- /dev/null +++ b/scalable/categories/applications-chat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/categories/applications-mathematics.svg b/scalable/categories/applications-mathematics.svg new file mode 100644 index 0000000..3aff772 --- /dev/null +++ b/scalable/categories/applications-mathematics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/status/airplane-mode-off.svg b/scalable/status/airplane-mode-off.svg new file mode 100644 index 0000000..f0b0329 --- /dev/null +++ b/scalable/status/airplane-mode-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/status/airplane-mode-on.svg b/scalable/status/airplane-mode-on.svg new file mode 120000 index 0000000..895d2ec --- /dev/null +++ b/scalable/status/airplane-mode-on.svg @@ -0,0 +1 @@ +airplane-mode.svg \ No newline at end of file diff --git a/scalable/status/user-not-tracked.svg b/scalable/status/user-not-tracked.svg index 153ae3e..2da050c 100644 --- a/scalable/status/user-not-tracked.svg +++ b/scalable/status/user-not-tracked.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/scalable/status/user-tracked.svg b/scalable/status/user-tracked.svg index 7d89e67..a1373de 100644 --- a/scalable/status/user-tracked.svg +++ b/scalable/status/user-tracked.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3-70-g09d2