From 9493a447596616bcec13614bfb239c1145fdbf92 Mon Sep 17 00:00:00 2001 From: anishmangal2002 Date: Wed, 28 Jul 2010 19:50:13 +0000 Subject: Add icons for memory and cpu resource indicator This patch adds the following four svg icons for the memory and cpu usage indicator frame icon. computer-happy computer-normal computer-sad computer-error Signed-off-by: anishmangal2002 [include some tweaks by Gary Martin] Signed-off-by: Sascha Silbe --- diff --git a/icons/scalable/device/Makefile.am b/icons/scalable/device/Makefile.am index 7812ff4..b2cc44d 100644 --- a/icons/scalable/device/Makefile.am +++ b/icons/scalable/device/Makefile.am @@ -39,6 +39,10 @@ icon_DATA = \ camera-external.svg \ camera.svg \ computer.svg \ + computer-error.svg \ + computer-happy.svg \ + computer-normal.svg \ + computer-sad.svg \ computer-xo.svg \ drive.svg \ drive-harddisk.svg \ diff --git a/icons/scalable/device/computer-error.svg b/icons/scalable/device/computer-error.svg new file mode 100644 index 0000000..ca280d3 --- /dev/null +++ b/icons/scalable/device/computer-error.svg @@ -0,0 +1,11 @@ + + + +]> + + + + \ No newline at end of file diff --git a/icons/scalable/device/computer-happy.svg b/icons/scalable/device/computer-happy.svg new file mode 100644 index 0000000..99e97e2 --- /dev/null +++ b/icons/scalable/device/computer-happy.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/icons/scalable/device/computer-normal.svg b/icons/scalable/device/computer-normal.svg new file mode 100644 index 0000000..4362dfe --- /dev/null +++ b/icons/scalable/device/computer-normal.svg @@ -0,0 +1,11 @@ + + + +]> + + + + \ No newline at end of file diff --git a/icons/scalable/device/computer-sad.svg b/icons/scalable/device/computer-sad.svg new file mode 100644 index 0000000..1c45281 --- /dev/null +++ b/icons/scalable/device/computer-sad.svg @@ -0,0 +1,11 @@ + + + +]> + + + + -- cgit v0.9.1