From ed4eec0831d56da528f129b233425fa0642a71c4 Mon Sep 17 00:00:00 2001 From: anishmangal2002 Date: Thu, 29 Jul 2010 01:20:13 +0530 Subject: [PATCH sugar-artwork 1/4] 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 --- icons/scalable/device/Makefile.am | 4 ++++ icons/scalable/device/computer-error.svg | 11 +++++++++++ icons/scalable/device/computer-happy.svg | 13 +++++++++++++ icons/scalable/device/computer-normal.svg | 11 +++++++++++ icons/scalable/device/computer-sad.svg | 11 +++++++++++ 5 files changed, 50 insertions(+), 0 deletions(-) create mode 100644 icons/scalable/device/computer-error.svg create mode 100644 icons/scalable/device/computer-happy.svg create mode 100644 icons/scalable/device/computer-normal.svg create mode 100644 icons/scalable/device/computer-sad.svg 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 @@ + + + +]> + + + + -- 1.7.6