Sha256: 3b868dd9b7616719173b43b0a2acd72da829b43ebf044f6c7abee379b8c63930

Contents?: true

Size: 661 Bytes

Versions: 4

Compression:

Stored size: 661 Bytes

Contents

<?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">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="20px" height="20px" viewBox="0 0 20 20">

	<defs>
		<filter id="f1" >
			<feGaussianBlur in="SourceGraphic" stdDeviation="1"/>
		</filter>
	</defs>

	<circle cx="10" cy="11" fill="#000000" opacity="0.3" r="9" filter="url(#f1)"/>
	<circle cx="10" cy="10" fill="#ffffff" r="9"/>
	<line x1="8.5" y1="5" x2="8.5" y2="15" stroke="#A9A9A9"/>
	<line x1="11.5" y1="5" x2="11.5" y2="15" stroke="#A9A9A9"/>
</svg>

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
amcharts-js-0.1.1 app/assets/javascripts/amcharts/images/dragIconRoundSmall.svg
amcharts-js-0.1.1 app/assets/javascripts/amstockchart/images/dragIconRoundSmall.svg
amcharts-js-0.1.0 app/assets/javascripts/amcharts/images/dragIconRoundSmall.svg
amcharts-js-0.1.0 app/assets/javascripts/amstockchart/images/dragIconRoundSmall.svg