From 8bdc532fcdd3fb01dcd03a0f390fa50a0ed9e240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Giet?= Date: Fri, 26 Feb 2016 18:01:37 +0100 Subject: new package status icons new pachage status icons --- icons/state_backport.png | Bin 966 -> 834 bytes icons/state_base.png | Bin 867 -> 782 bytes icons/state_installed.png | Bin 1008 -> 845 bytes icons/state_to_install.png | Bin 848 -> 857 bytes icons/state_to_remove.png | Bin 965 -> 824 bytes icons/state_to_update.png | Bin 1165 -> 861 bytes icons/svg/state_backport.svg | 272 +++++++++++++++++++++++++++++++++++++++++ icons/svg/state_base.svg | 236 +++++++++++++++++++++++++++++++++++ icons/svg/state_installed.svg | 272 +++++++++++++++++++++++++++++++++++++++++ icons/svg/state_to_install.svg | 271 ++++++++++++++++++++++++++++++++++++++++ icons/svg/state_to_remove.svg | 259 +++++++++++++++++++++++++++++++++++++++ icons/svg/state_to_update.svg | 271 ++++++++++++++++++++++++++++++++++++++++ 12 files changed, 1581 insertions(+) create mode 100644 icons/svg/state_backport.svg create mode 100644 icons/svg/state_base.svg create mode 100644 icons/svg/state_installed.svg create mode 100644 icons/svg/state_to_install.svg create mode 100644 icons/svg/state_to_remove.svg create mode 100644 icons/svg/state_to_update.svg diff --git a/icons/state_backport.png b/icons/state_backport.png index db11b94e..aa788242 100644 Binary files a/icons/state_backport.png and b/icons/state_backport.png differ diff --git a/icons/state_base.png b/icons/state_base.png index f2b7860a..01df0e8f 100644 Binary files a/icons/state_base.png and b/icons/state_base.png differ diff --git a/icons/state_installed.png b/icons/state_installed.png index cf0777cc..a3eadfad 100644 Binary files a/icons/state_installed.png and b/icons/state_installed.png differ diff --git a/icons/state_to_install.png b/icons/state_to_install.png index 94d356d4..dc3647bf 100644 Binary files a/icons/state_to_install.png and b/icons/state_to_install.png differ diff --git a/icons/state_to_remove.png b/icons/state_to_remove.png index 50eaf758..75fea61e 100644 Binary files a/icons/state_to_remove.png and b/icons/state_to_remove.png differ diff --git a/icons/state_to_update.png b/icons/state_to_update.png index 4fc9de4a..85376e71 100644 Binary files a/icons/state_to_update.png and b/icons/state_to_update.png differ diff --git a/icons/svg/state_backport.svg b/icons/svg/state_backport.svg new file mode 100644 index 00000000..0d9517b4 --- /dev/null +++ b/icons/svg/state_backport.svg @@ -0,0 +1,272 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/icons/svg/state_base.svg b/icons/svg/state_base.svg new file mode 100644 index 00000000..9ef52a8b --- /dev/null +++ b/icons/svg/state_base.svg @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/icons/svg/state_installed.svg b/icons/svg/state_installed.svg new file mode 100644 index 00000000..3a9f8d4c --- /dev/null +++ b/icons/svg/state_installed.svg @@ -0,0 +1,272 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/icons/svg/state_to_install.svg b/icons/svg/state_to_install.svg new file mode 100644 index 00000000..185c79c7 --- /dev/null +++ b/icons/svg/state_to_install.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/icons/svg/state_to_remove.svg b/icons/svg/state_to_remove.svg new file mode 100644 index 00000000..a0edf3bd --- /dev/null +++ b/icons/svg/state_to_remove.svg @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/icons/svg/state_to_update.svg b/icons/svg/state_to_update.svg new file mode 100644 index 00000000..9454f703 --- /dev/null +++ b/icons/svg/state_to_update.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + -- cgit v1.2.1