From 46f087522d3bf15b539dc52b4918d91a8e2e2eff Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Wed, 13 Apr 2016 05:08:22 -0700 Subject: [PATCH] Move icons into data/icons. --- .../icons/16x16/apps/sysprof.png | Bin .../icons/24x24/apps/sysprof.png | Bin .../icons/256x256/apps/sysprof.png | Bin .../icons/32x32/apps/sysprof.png | Bin .../icons/48x48/apps/sysprof.png | Bin data/icons/scalable/apps/sysprof-symbolic.svg | 30 ++++++++++++++++++ .../icons/sysprof-source.svg | 0 7 files changed, 30 insertions(+) rename sysprof-icon-16.png => data/icons/16x16/apps/sysprof.png (100%) rename sysprof-icon-24.png => data/icons/24x24/apps/sysprof.png (100%) rename sysprof-icon-256.png => data/icons/256x256/apps/sysprof.png (100%) rename sysprof-icon-32.png => data/icons/32x32/apps/sysprof.png (100%) rename sysprof-icon-48.png => data/icons/48x48/apps/sysprof.png (100%) create mode 100644 data/icons/scalable/apps/sysprof-symbolic.svg rename sysprof-icon-source.svg => data/icons/sysprof-source.svg (100%) diff --git a/sysprof-icon-16.png b/data/icons/16x16/apps/sysprof.png similarity index 100% rename from sysprof-icon-16.png rename to data/icons/16x16/apps/sysprof.png diff --git a/sysprof-icon-24.png b/data/icons/24x24/apps/sysprof.png similarity index 100% rename from sysprof-icon-24.png rename to data/icons/24x24/apps/sysprof.png diff --git a/sysprof-icon-256.png b/data/icons/256x256/apps/sysprof.png similarity index 100% rename from sysprof-icon-256.png rename to data/icons/256x256/apps/sysprof.png diff --git a/sysprof-icon-32.png b/data/icons/32x32/apps/sysprof.png similarity index 100% rename from sysprof-icon-32.png rename to data/icons/32x32/apps/sysprof.png diff --git a/sysprof-icon-48.png b/data/icons/48x48/apps/sysprof.png similarity index 100% rename from sysprof-icon-48.png rename to data/icons/48x48/apps/sysprof.png diff --git a/data/icons/scalable/apps/sysprof-symbolic.svg b/data/icons/scalable/apps/sysprof-symbolic.svg new file mode 100644 index 00000000..aab2fab8 --- /dev/null +++ b/data/icons/scalable/apps/sysprof-symbolic.svg @@ -0,0 +1,30 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/sysprof-icon-source.svg b/data/icons/sysprof-source.svg similarity index 100% rename from sysprof-icon-source.svg rename to data/icons/sysprof-source.svg