Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity/activity.svg
diff options
context:
space:
mode:
Diffstat (limited to 'activity/activity.svg')
-rw-r--r--activity/activity.svg59
1 files changed, 59 insertions, 0 deletions
diff --git a/activity/activity.svg b/activity/activity.svg
new file mode 100644
index 0000000..271b625
--- /dev/null
+++ b/activity/activity.svg
@@ -0,0 +1,59 @@
+<?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">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="55" height="55">
+ <rect id="front_cent"
+ x="5"
+ y="25"
+ width="35"
+ height="25"
+ stroke="&stroke_color;"
+ fill="&fill_color;"
+ stroke-width="3.5"
+ stroke-linejoin="round"
+ />
+ <path id="lat_sup"
+ d="M 40,27 C 40,27 39,8 45,4 C 51,0 51,17 51,17 L 40,27 L 40,27 L 40,27 z"
+ stroke="&stroke_color;"
+ fill="&fill_color;"
+ stroke-width="3.5"
+ stroke-linejoin="round"
+ />
+ <path id="front_sup"
+ d="M 5,27 C 5,27 4.2448854,7.5306869 10.244885,3.5306872 C 24.706706,3.4859225 35.10302,3.5137054 46.877557,3.3877863 C 39.910166,3.5897234 39.716123,21.66666 39.998279,27 C 39.268038,27.003503 5,27 5,27 L 5,27 z"
+ stroke="&stroke_color;"
+ fill="&fill_color;"
+ stroke-width="3.5"
+ stroke-linejoin="round"
+ />
+ <path id="lat_inf"
+ d="M 40,27 L 40,50 L 51,39 L 51,17 L 40,27 zz"
+ stroke="&stroke_color;"
+ fill="&fill_color;"
+ stroke-width="3.5"
+ stroke-linejoin="round"
+ />
+ <path id="xo_1"
+ d="M 18,45 L 28,35"
+ stroke="&stroke_color;"
+ fill="&fill_color;"
+ stroke-width="3.5"
+ stroke-linecap="round"
+ />
+ <path id="xo_2"
+ d="M 18,35 L 28,45"
+ stroke="&stroke_color;"
+ fill="&fill_color;"
+ stroke-width="3.5"
+ stroke-linecap="round"
+ />
+ <path id="xo_3"
+ d="M 23,32 L 23,32"
+ stroke="&stroke_color;"
+ fill="&fill_color;"
+ stroke-width="5"
+ stroke-linecap="round"
+ />
+</svg>