Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity
diff options
context:
space:
mode:
authorGary C Martin <gary@garycmartin.com>2008-10-02 11:27:30 (GMT)
committer Sayamindu Dasgupta <sayamindu@gmail.com>2008-10-02 11:27:30 (GMT)
commit5d94ad235188463814d8dd4c4fc98295ffab0a9b (patch)
tree434d9c18d6631b330d30b763fe19908b10ce4a67 /activity
parent39d0399b5e1d73a825638fa17d03694d98a7b979 (diff)
New activity icon
Diffstat (limited to 'activity')
-rw-r--r--activity/activity-imageviewer.svg17
1 files changed, 12 insertions, 5 deletions
diff --git a/activity/activity-imageviewer.svg b/activity/activity-imageviewer.svg
index 5710900..7668033 100644
--- a/activity/activity-imageviewer.svg
+++ b/activity/activity-imageviewer.svg
@@ -1,9 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
-<!ENTITY stroke_color "#666666">
-<!ENTITY fill_color "#FFFFFF">
+ <!ENTITY fill_color "#FFFFFF">
+ <!ENTITY stroke_color "#010101">
]>
-<svg xmlns="http://www.w3.org/2000/svg" width="55" height="55">
-<rect x="5" y="5" width="45" height="45" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3.5"/>
+<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
+ <rect x="3" y="7" width="44" height="36" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3"/>
+ <polyline points="15,7 25,1 35,7" style="fill:none;;stroke:&stroke_color;;stroke-width:1.25"/>
+ <circle cx="14" cy="19" r="4.5" style="fill:&stroke_color;;stroke:&stroke_color;;stroke-width:1.5"/>
+ <polyline points="3,36 16,32 26,35" style="fill:none;;stroke:&stroke_color;;stroke-width:2.5"/>
+ <polyline points="15,43 37,28 47,34 47,43" style="fill:&stroke_color;;stroke:&stroke_color;;stroke-width:3"/>
+ <polyline points="22,41.5 35,30 27,41.5" style="fill:&fill_color;;stroke:none;;stroke-width:0"/>
+ <polyline points="26,23 28,25 30,23" style="fill:none;;stroke:&stroke_color;;stroke-width:.9"/>
+ <polyline points="31.2,20 33.5,17.7 35.8,20" style="fill:none;;stroke:&stroke_color;;stroke-width:1"/>
+ <polyline points="36,13 38.5,15.5 41,13" style="fill:none;;stroke:&stroke_color;;stroke-width:1"/>
</svg>
-