Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Waves.activity/activity/activity-waves.svg
diff options
context:
space:
mode:
Diffstat (limited to 'Waves.activity/activity/activity-waves.svg')
-rw-r--r--Waves.activity/activity/activity-waves.svg22
1 files changed, 22 insertions, 0 deletions
diff --git a/Waves.activity/activity/activity-waves.svg b/Waves.activity/activity/activity-waves.svg
new file mode 100644
index 0000000..e0e7f4a
--- /dev/null
+++ b/Waves.activity/activity/activity-waves.svg
@@ -0,0 +1,22 @@
+<?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 fill_color "#FFFFFF">
+ <!ENTITY stroke_color "#000000">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
+ <rect x="1" y="1" width="48" height="48"
+ style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:2"/>
+<ellipse cx = "24" cy ="24"
+ rx="25" ry="10"
+ fill="none" stroke="white" stroke-width="2" />
+<ellipse cx = "24" cy ="24"
+ rx="30" ry="14"
+ fill="none" stroke="white" stroke-width="2" />
+<ellipse cx = "24" cy ="24"
+ rx="34" ry="18"
+ fill="none" stroke="white" stroke-width="2" />
+<ellipse cx = "24" cy ="24"
+ rx="38" ry="22"
+ fill="none" stroke="white" stroke-width="2" />
+</svg>