Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons/up_arrow.svg
diff options
context:
space:
mode:
Diffstat (limited to 'icons/up_arrow.svg')
-rw-r--r--icons/up_arrow.svg12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons/up_arrow.svg b/icons/up_arrow.svg
new file mode 100644
index 0000000..4df2d33
--- /dev/null
+++ b/icons/up_arrow.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" width="200px" height="200px" zoomAndPan="disable" >
+ <defs>
+ <linearGradient id="green_shade" x1="25%" y1="0%" x2="75%" y2="100%">
+ <stop offset="0%" style="stop-color:LawnGreen; stop-opacity:0.8"/>
+ <stop offset="100%" style="stop-color:LimeGreen; stop-opacity:1"/>
+ </linearGradient>
+ </defs>
+ <circle cx="100" cy="100" r="99" style="fill:url(#green_shade); stroke:DarkGreen; stroke-width:2;"/>
+ <polygon points="100,15 150,65 120,65 120,185 80,185 80,65 50,65" style="fill:Green; stroke:DarkGreen; stroke-width:2;"/>
+</svg>