Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-08-15 19:43:18 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-08-15 19:54:27 (GMT)
commit1326d1a1de586d5a29030d28cc0ae0e0d08a336e (patch)
tree63f90415822fba5e10b71df659800c801bd389a2
parentb64c4fe2085e2106ef06fc404d7b2adbedb5a1f8 (diff)
Add icon for accessing user documents in Journal volumes toolbar
This patch adds an icon to sugar-artwork devices to represent the user's $HOME/Documents directory. This icon is used when mounting $HOME/Documents to the volumes toolbar in the Sugar Journal. The icon has been reviewed by the design team as per: http://lists.sugarlabs.org/archive/sugar-devel/2011-May/031190.html [fixed white space, tweaked description] Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Acked-by: Sascha Silbe <silbe@activitycentral.com>
-rw-r--r--icons/scalable/device/Makefile.am3
-rw-r--r--icons/scalable/device/user-documents.svg15
2 files changed, 17 insertions, 1 deletions
diff --git a/icons/scalable/device/Makefile.am b/icons/scalable/device/Makefile.am
index 8c165e6..7812ff4 100644
--- a/icons/scalable/device/Makefile.am
+++ b/icons/scalable/device/Makefile.am
@@ -93,7 +93,8 @@ icon_DATA = \
speaker-muted-066.svg \
speaker-muted-100.svg \
touchpad-capacitive.svg \
- touchpad-resistive.svg
+ touchpad-resistive.svg \
+ user-documents.svg
EXTRA_DIST = $(icon_DATA)
diff --git a/icons/scalable/device/user-documents.svg b/icons/scalable/device/user-documents.svg
new file mode 100644
index 0000000..df046f8
--- /dev/null
+++ b/icons/scalable/device/user-documents.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" ?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#FFFFFF">
+ ]>
+<svg height="55px" viewBox="0 0 55 55" width="55px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <path d="m 7,14 5,-5 10,0 5,5 20,0 0,31 -40,0 z" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3;stroke-linecap:round;stroke-linejoin:round" />
+ <g transform="translate(14.5,17.25)">
+ <g transform="scale(.45)">
+ <path d="M 43.82,6.088 L 22.876,6.088 L 10.932,18.027 L 10.932,48.914 L 43.819,48.914 L 43.82,6.088 z" fill="&fill_color;" stroke="&stroke_color;" stroke-width="5" />
+ <polyline fill="none" points="10.932,20.027 24.876,20.027 24.876,6.088" stroke="&stroke_color;" stroke-width="5"/>
+ </g>
+ </g>
+</svg>