luci-base: replace filebrowser icons with SVG variants
[oweals/luci.git] / modules / luci-base / htdocs / luci-static / resources / cbi / file.svg
diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/file.svg b/modules/luci-base/htdocs/luci-static/resources/cbi/file.svg
new file mode 100644 (file)
index 0000000..9feedcf
--- /dev/null
@@ -0,0 +1,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>