Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity/activity-blockhead.svg
diff options
context:
space:
mode:
Diffstat (limited to 'activity/activity-blockhead.svg')
-rw-r--r--activity/activity-blockhead.svg14
1 files changed, 14 insertions, 0 deletions
diff --git a/activity/activity-blockhead.svg b/activity/activity-blockhead.svg
new file mode 100644
index 0000000..c86fb62
--- /dev/null
+++ b/activity/activity-blockhead.svg
@@ -0,0 +1,14 @@
+<?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 "#888888">
+ <!ENTITY fill_color "#0088DD">
+ ]>
+ <svg xmlns="http://www.w3.org/2000/svg" width="85" height="85">
+ <rect x="15" y="5" width="25" height="25"
+ style="fill:&fill_color; ; stroke:&stroke_color; ; stroke-width:3.5"/>
+ <rect x="15" y="30" width="25" height="25"
+ style="fill:&fill_color; ; stroke:&stroke_color; ; stroke-width:3.5"/>
+ <rect x="15" y="55" width="25" height="25"
+ style="fill:&fill_color; ; stroke:&stroke_color; ; stroke-width:3.5"/>
+ </svg>