From b934f5662c3f4e0460fc0b91cab5032c60513cd8 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 for svg icons for the memory and cpu usage indicator frame icon. computer-happy computer-normal computer-sad computer-error Signed-off-by: anishmangal2002 --- diff --git a/icons/scalable/device/Makefile.am b/icons/scalable/device/Makefile.am index b0b204a..490231b 100644 --- a/icons/scalable/device/Makefile.am +++ b/icons/scalable/device/Makefile.am @@ -39,6 +39,10 @@ icon_DATA = \ camera-external.svg \ camera.svg \ touchpad-capacitive.svg \ + computer-error.svg \ + computer-happy.svg \ + computer-normal.svg \ + computer-sad.svg \ computer.svg \ computer-xo.svg \ drive.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..4f23ce1 --- /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..144e123 --- /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..41ab01e --- /dev/null +++ b/icons/scalable/device/computer-sad.svg @@ -0,0 +1,12 @@ + + + +]> + + + + -- cgit v0.9.1