Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons/up_arrow.svg
blob: 4df2d333dcc652c0ade73ceec96d783f30907a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>