From 3c5c0d3facb4f7adf38b63eecd03994fca374e3c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 19 Jun 2019 10:47:29 +0200 Subject: add missing preferences-system-time icon Fixes https://github.com/mate-desktop/mate-icon-theme/issues/37 --- mate/16x16/apps/Makefile.am | 1 + mate/16x16/apps/preferences-system-time.png | Bin 0 -> 902 bytes mate/22x22/apps/Makefile.am | 1 + mate/22x22/apps/preferences-system-time.png | Bin 0 -> 1420 bytes mate/24x24/apps/Makefile.am | 1 + mate/24x24/apps/preferences-system-time.png | Bin 0 -> 1620 bytes mate/256x256/apps/Makefile.am | 1 + mate/256x256/apps/preferences-system-time.png | Bin 0 -> 57978 bytes mate/32x32/apps/Makefile.am | 1 + mate/32x32/apps/preferences-system-time.png | Bin 0 -> 2488 bytes mate/48x48/apps/Makefile.am | 1 + mate/48x48/apps/preferences-system-time.png | Bin 0 -> 4563 bytes mate/scalable/apps/preferences-system-time.svg | 803 +++++++++++++++++++++++++ 13 files changed, 809 insertions(+) create mode 100644 mate/16x16/apps/preferences-system-time.png create mode 100644 mate/22x22/apps/preferences-system-time.png create mode 100644 mate/24x24/apps/preferences-system-time.png create mode 100644 mate/256x256/apps/preferences-system-time.png create mode 100644 mate/32x32/apps/preferences-system-time.png create mode 100644 mate/48x48/apps/preferences-system-time.png create mode 100644 mate/scalable/apps/preferences-system-time.svg diff --git a/mate/16x16/apps/Makefile.am b/mate/16x16/apps/Makefile.am index 2d0f21e..9c46027 100644 --- a/mate/16x16/apps/Makefile.am +++ b/mate/16x16/apps/Makefile.am @@ -22,6 +22,7 @@ png_icons = \ preferences-system-privacy.png \ preferences-system-search.png \ preferences-system-sharing.png \ + preferences-system-time.png \ preferences-system-windows.png \ system-file-manager.png \ system-software-install.png \ diff --git a/mate/16x16/apps/preferences-system-time.png b/mate/16x16/apps/preferences-system-time.png new file mode 100644 index 0000000..5c09d2f Binary files /dev/null and b/mate/16x16/apps/preferences-system-time.png differ diff --git a/mate/22x22/apps/Makefile.am b/mate/22x22/apps/Makefile.am index 5eb7092..0bb0ef7 100644 --- a/mate/22x22/apps/Makefile.am +++ b/mate/22x22/apps/Makefile.am @@ -22,6 +22,7 @@ png_icons = \ preferences-system-privacy.png \ preferences-system-search.png \ preferences-system-sharing.png \ + preferences-system-time.png \ preferences-system-windows.png \ system-file-manager.png \ system-software-install.png \ diff --git a/mate/22x22/apps/preferences-system-time.png b/mate/22x22/apps/preferences-system-time.png new file mode 100644 index 0000000..beccd03 Binary files /dev/null and b/mate/22x22/apps/preferences-system-time.png differ diff --git a/mate/24x24/apps/Makefile.am b/mate/24x24/apps/Makefile.am index 1b05907..ce12644 100644 --- a/mate/24x24/apps/Makefile.am +++ b/mate/24x24/apps/Makefile.am @@ -22,6 +22,7 @@ png_icons = \ preferences-system-privacy.png \ preferences-system-search.png \ preferences-system-sharing.png \ + preferences-system-time.png \ preferences-system-windows.png \ system-file-manager.png \ system-software-install.png \ diff --git a/mate/24x24/apps/preferences-system-time.png b/mate/24x24/apps/preferences-system-time.png new file mode 100644 index 0000000..54febef Binary files /dev/null and b/mate/24x24/apps/preferences-system-time.png differ diff --git a/mate/256x256/apps/Makefile.am b/mate/256x256/apps/Makefile.am index e83014a..64aee94 100644 --- a/mate/256x256/apps/Makefile.am +++ b/mate/256x256/apps/Makefile.am @@ -21,6 +21,7 @@ png_icons = \ preferences-system-privacy.png \ preferences-system-search.png \ preferences-system-sharing.png \ + preferences-system-time.png \ system-file-manager.png \ system-software-install.png \ system-software-update.png \ diff --git a/mate/256x256/apps/preferences-system-time.png b/mate/256x256/apps/preferences-system-time.png new file mode 100644 index 0000000..ddb25d6 Binary files /dev/null and b/mate/256x256/apps/preferences-system-time.png differ diff --git a/mate/32x32/apps/Makefile.am b/mate/32x32/apps/Makefile.am index c54753b..f11fd8f 100644 --- a/mate/32x32/apps/Makefile.am +++ b/mate/32x32/apps/Makefile.am @@ -22,6 +22,7 @@ png_icons = \ preferences-system-privacy.png \ preferences-system-search.png \ preferences-system-sharing.png \ + preferences-system-time.png \ preferences-system-windows.png \ system-file-manager.png \ system-software-install.png \ diff --git a/mate/32x32/apps/preferences-system-time.png b/mate/32x32/apps/preferences-system-time.png new file mode 100644 index 0000000..91a6e5f Binary files /dev/null and b/mate/32x32/apps/preferences-system-time.png differ diff --git a/mate/48x48/apps/Makefile.am b/mate/48x48/apps/Makefile.am index 8188b4a..ada3701 100644 --- a/mate/48x48/apps/Makefile.am +++ b/mate/48x48/apps/Makefile.am @@ -22,6 +22,7 @@ png_icons = \ preferences-system-privacy.png \ preferences-system-search.png \ preferences-system-sharing.png \ + preferences-system-time.png \ preferences-system-windows.png \ system-file-manager.png \ system-software-install.png \ diff --git a/mate/48x48/apps/preferences-system-time.png b/mate/48x48/apps/preferences-system-time.png new file mode 100644 index 0000000..0aa4e9c Binary files /dev/null and b/mate/48x48/apps/preferences-system-time.png differ diff --git a/mate/scalable/apps/preferences-system-time.svg b/mate/scalable/apps/preferences-system-time.svg new file mode 100644 index 0000000..fb8d41a --- /dev/null +++ b/mate/scalable/apps/preferences-system-time.svg @@ -0,0 +1,803 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 12 + 12 + 6 + 6 + 3 + 3 + 9 + 9 + + + + + + + + + + + + + + + + + -- cgit v1.2.1