Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-09-06 15:22:46 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-09-06 15:22:46 (GMT)
commit68d7755d4775cdae3f650acd90ff94592d0a538b (patch)
treea3fb132e7c5a0f36e632fcc09830c375dcd29047 /activity
parent30189f495aba90ffd0143d14c6fe30b52283bcfd (diff)
Added missing fill_color in icon
Diffstat (limited to 'activity')
-rw-r--r--activity/activity-chat.svg4
1 files changed, 2 insertions, 2 deletions
diff --git a/activity/activity-chat.svg b/activity/activity-chat.svg
index da54fb1..f92230f 100644
--- a/activity/activity-chat.svg
+++ b/activity/activity-chat.svg
@@ -2,5 +2,5 @@
<!ENTITY stroke_color "#010101">
<!ENTITY fill_color "#FFFFFF">
]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="activity-chat">
- <path d="M9.263,48.396c0.682,1.152,6.027,0.059,8.246-1.463 c2.102-1.432,3.207-2.596,4.336-2.596c1.133,0,12.54,0.92,20.935-5.715c7.225-5.707,9.773-13.788,4.52-21.437 c-5.252-7.644-13.832-9.08-20.878-8.56C16.806,9.342,4.224,16.91,4.677,28.313c0.264,6.711,3.357,9.143,4.922,10.703 c1.562,1.566,4.545,1.566,2.992,5.588C11.981,46.183,8.753,47.522,9.263,48.396z" display="inline" fill="none" stroke="&stroke_color;" stroke-width="3.5"/>
-</g></svg> \ No newline at end of file
+ <path d="M9.263,48.396c0.682,1.152,6.027,0.059,8.246-1.463 c2.102-1.432,3.207-2.596,4.336-2.596c1.133,0,12.54,0.92,20.935-5.715c7.225-5.707,9.773-13.788,4.52-21.437 c-5.252-7.644-13.832-9.08-20.878-8.56C16.806,9.342,4.224,16.91,4.677,28.313c0.264,6.711,3.357,9.143,4.922,10.703 c1.562,1.566,4.545,1.566,2.992,5.588C11.981,46.183,8.753,47.522,9.263,48.396z" display="inline" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5"/>
+</g></svg>