summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources/cbi
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-05-07 19:38:50 +0200
committerJo-Philipp Wich <jo@mein.io>2020-05-07 19:39:32 +0200
commitb34b7fc504ba4ba27dfe7c2c446c3085a923f952 (patch)
treeb4168a6f16fbb715dcc7b795dc7aa6cd7725fae0 /modules/luci-base/htdocs/luci-static/resources/cbi
parent73aef28f526dcd050fbf925d533176b3852765e0 (diff)
luci-base: replace filebrowser icons with SVG variants
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-base/htdocs/luci-static/resources/cbi')
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/cbi/file.svg12
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/cbi/folder.svg12
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/cbi/link.svg13
3 files changed, 37 insertions, 0 deletions
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
index 0000000000..9feedcf35c
--- /dev/null
+++ b/modules/luci-base/htdocs/luci-static/resources/cbi/file.svg
@@ -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>
diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/folder.svg b/modules/luci-base/htdocs/luci-static/resources/cbi/folder.svg
new file mode 100644
index 0000000000..9a5becaa9d
--- /dev/null
+++ b/modules/luci-base/htdocs/luci-static/resources/cbi/folder.svg
@@ -0,0 +1,12 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
+ <defs>
+ <radialGradient id="a" cx="0" cy="0" r="1">
+ <stop offset="0" stop-color="#ddf"/>
+ <stop offset="1" stop-color="#46b"/>
+ </radialGradient>
+ </defs>
+ <g stroke="#024" stroke-width="2">
+ <path d="M44 14l1 2v25l-1 1H4l-1-1V18v0l1-6 1-2h17l2 2v1l1 1z" fill="url(#a)"/>
+ <path d="M3 18h21l1-1v-3" fill="none"/>
+ </g>
+</svg>
diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi/link.svg b/modules/luci-base/htdocs/luci-static/resources/cbi/link.svg
new file mode 100644
index 0000000000..3f556fb5c0
--- /dev/null
+++ b/modules/luci-base/htdocs/luci-static/resources/cbi/link.svg
@@ -0,0 +1,13 @@
+<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>
+ <path d="M13 33h13v6l12-10-12-11v7H13z" fill="#035"/>
+</svg>