From b267bd81ae567ab891ff754dd9254b00642694a0 Mon Sep 17 00:00:00 2001 From: Davyd Madeley Date: Mon, 20 Apr 2009 16:50:48 +0800 Subject: More icon sizes --- data/icons/Makefile.am | 8 ++++++++ data/icons/hicolor_apps_16x16_empathy-starred.png | Bin 0 -> 1468 bytes data/icons/hicolor_apps_16x16_empathy-unstarred.png | Bin 0 -> 1424 bytes data/icons/hicolor_apps_22x22_empathy-starred.png | Bin 0 -> 2310 bytes data/icons/hicolor_apps_22x22_empathy-unstarred.png | Bin 0 -> 2390 bytes data/icons/hicolor_apps_24x24_empathy-starred.png | Bin 0 -> 2634 bytes data/icons/hicolor_apps_24x24_empathy-unstarred.png | Bin 0 -> 2693 bytes data/icons/hicolor_apps_32x32_empathy-starred.png | Bin 0 -> 3989 bytes data/icons/hicolor_apps_32x32_empathy-unstarred.png | Bin 0 -> 4086 bytes 9 files changed, 8 insertions(+) create mode 100644 data/icons/hicolor_apps_16x16_empathy-starred.png create mode 100644 data/icons/hicolor_apps_16x16_empathy-unstarred.png create mode 100644 data/icons/hicolor_apps_22x22_empathy-starred.png create mode 100644 data/icons/hicolor_apps_22x22_empathy-unstarred.png create mode 100644 data/icons/hicolor_apps_24x24_empathy-starred.png create mode 100644 data/icons/hicolor_apps_24x24_empathy-unstarred.png create mode 100644 data/icons/hicolor_apps_32x32_empathy-starred.png create mode 100644 data/icons/hicolor_apps_32x32_empathy-unstarred.png (limited to 'data') diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index fac437608..81aa8446a 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -33,6 +33,8 @@ private_icons = \ hicolor_apps_16x16_im-local-xmpp.png \ hicolor_apps_16x16_im-gadugadu.png \ hicolor_apps_16x16_im-qq.png \ + hicolor_apps_16x16_empathy-starred.png \ + hicolor_apps_16x16_empathy-unstarred.png \ hicolor_apps_22x22_im-ekiga.png \ hicolor_apps_22x22_im-gizmo.png \ hicolor_apps_22x22_im-google-talk.png \ @@ -43,6 +45,8 @@ private_icons = \ hicolor_apps_22x22_im-local-xmpp.png \ hicolor_apps_22x22_im-gadugadu.png \ hicolor_apps_22x22_im-qq.png \ + hicolor_apps_22x22_empathy-starred.png \ + hicolor_apps_22x22_empathy-unstarred.png \ hicolor_apps_24x24_im-ekiga.png \ hicolor_apps_24x24_im-gizmo.png \ hicolor_apps_24x24_im-google-talk.png \ @@ -53,6 +57,8 @@ private_icons = \ hicolor_apps_24x24_im-local-xmpp.png \ hicolor_apps_24x24_im-gadugadu.png \ hicolor_apps_24x24_im-qq.png \ + hicolor_apps_24x24_empathy-starred.png \ + hicolor_apps_24x24_empathy-unstarred.png \ hicolor_apps_32x32_im-ekiga.png \ hicolor_apps_32x32_im-gizmo.png \ hicolor_apps_32x32_im-google-talk.png \ @@ -63,6 +69,8 @@ private_icons = \ hicolor_apps_32x32_im-local-xmpp.png \ hicolor_apps_32x32_im-gadugadu.png \ hicolor_apps_32x32_im-qq.png \ + hicolor_apps_32x32_empathy-starred.png \ + hicolor_apps_32x32_empathy-unstarred.png \ hicolor_apps_48x48_im-ekiga.png \ hicolor_apps_48x48_im-gizmo.png \ hicolor_apps_48x48_im-google-talk.png \ diff --git a/data/icons/hicolor_apps_16x16_empathy-starred.png b/data/icons/hicolor_apps_16x16_empathy-starred.png new file mode 100644 index 000000000..755a0835b Binary files /dev/null and b/data/icons/hicolor_apps_16x16_empathy-starred.png differ diff --git a/data/icons/hicolor_apps_16x16_empathy-unstarred.png b/data/icons/hicolor_apps_16x16_empathy-unstarred.png new file mode 100644 index 000000000..c21921679 Binary files /dev/null and b/data/icons/hicolor_apps_16x16_empathy-unstarred.png differ diff --git a/data/icons/hicolor_apps_22x22_empathy-starred.png b/data/icons/hicolor_apps_22x22_empathy-starred.png new file mode 100644 index 000000000..181588f6e Binary files /dev/null and b/data/icons/hicolor_apps_22x22_empathy-starred.png differ diff --git a/data/icons/hicolor_apps_22x22_empathy-unstarred.png b/data/icons/hicolor_apps_22x22_empathy-unstarred.png new file mode 100644 index 000000000..012b8ee57 Binary files /dev/null and b/data/icons/hicolor_apps_22x22_empathy-unstarred.png differ diff --git a/data/icons/hicolor_apps_24x24_empathy-starred.png b/data/icons/hicolor_apps_24x24_empathy-starred.png new file mode 100644 index 000000000..b4027c909 Binary files /dev/null and b/data/icons/hicolor_apps_24x24_empathy-starred.png differ diff --git a/data/icons/hicolor_apps_24x24_empathy-unstarred.png b/data/icons/hicolor_apps_24x24_empathy-unstarred.png new file mode 100644 index 000000000..55e8bb5b9 Binary files /dev/null and b/data/icons/hicolor_apps_24x24_empathy-unstarred.png differ diff --git a/data/icons/hicolor_apps_32x32_empathy-starred.png b/data/icons/hicolor_apps_32x32_empathy-starred.png new file mode 100644 index 000000000..8448e76ac Binary files /dev/null and b/data/icons/hicolor_apps_32x32_empathy-starred.png differ diff --git a/data/icons/hicolor_apps_32x32_empathy-unstarred.png b/data/icons/hicolor_apps_32x32_empathy-unstarred.png new file mode 100644 index 000000000..bdb37c352 Binary files /dev/null and b/data/icons/hicolor_apps_32x32_empathy-unstarred.png differ -- cgit v1.2.3