summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources/cbi/file.svg
blob: 9feedcf35cf218aca8fcc26a2426323803e22f60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
	<defs>
		<radialGradient id="a" cx="0" cy="1" r="1">
			<stop offset="0" stop-color="#89b"/>
			<stop offset="1" stop-color="#def"/>
		</radialGradient>
	</defs>
	<g stroke="#000" stroke-width="2">
		<path d="M9 2h23l2 1 9 9 1 2v31l-2 1H9l-1-1V4l1-2z" fill="url(#a)"/>
		<path d="M32 2v11l1 1h11" fill="url(#a)"/>
	</g>
</svg>