Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-07-14 09:33:52 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-07-14 09:33:52 (GMT)
commit57c2df2c5617d8f6c65e66ad2980cda681181011 (patch)
tree8f60d5eedeac48a1ee168c9545f83cebab6e1fbb /icons
parent9b5c6711edd39ef5719da0f91c46dacba838fbe4 (diff)
Initial implementation of Speak features
Diffstat (limited to 'icons')
-rw-r--r--icons/speak.svg14
1 files changed, 14 insertions, 0 deletions
diff --git a/icons/speak.svg b/icons/speak.svg
new file mode 100644
index 0000000..82d12a5
--- /dev/null
+++ b/icons/speak.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 fill_color "#FFFFFF">
+ <!ENTITY stroke_color "#000000">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
+ <ellipse fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="13" cy="17" rx="10" ry="10"/>
+ <ellipse fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="37" cy="17" rx="10" ry="10"/>
+ <circle fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="17" cy="15" r="2"/>
+ <circle fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="41" cy="15" r="2"/>
+ <ellipse fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="26" cy="39" rx="20" ry="4"/>
+</svg>
+