Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-03-31 05:58:12 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-03-31 05:58:12 (GMT)
commit05d854454008aa2809fcc9e7f3d9c4a57507b2ab (patch)
tree5d21ac074c67a63851111ef55a66652a08ec02ef /icons
parentf65b8ee5d678b33210d117e492af14fe714de854 (diff)
Add questions to the map
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'icons')
-rw-r--r--icons/question.svg14
1 files changed, 14 insertions, 0 deletions
diff --git a/icons/question.svg b/icons/question.svg
new file mode 100644
index 0000000..f6c92bf
--- /dev/null
+++ b/icons/question.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="55px" height="55px">
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:3;stroke-linejoin:round"
+ d="M 48,28 A 20,20 0 1 1 8,28 A 20,20 0 1 1 48,28 z"/>
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round"
+ d="M 22,20 C 22,20 25,17 29,17 C 33,17 36,19 36,23 C 36,27 31,29 28,29 L 28,32" />
+ <path
+ style="fill:#ffffff"
+ d="M 25,40
+ a 3,3 0 1 1 6,0
+ a 3,3 0 1 1 -6,0 z" />
+</svg>