]> source.dussan.org Git - nextcloud-server.git/commitdiff
add menu icon
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 5 Jun 2014 09:51:59 +0000 (11:51 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 5 Jun 2014 09:51:59 +0000 (11:51 +0200)
core/css/icons.css
core/img/actions/menu.png [new file with mode: 0644]
core/img/actions/menu.svg [new file with mode: 0644]

index 75d66a773a1e4c83c8135c0a55f0275d31b346ae..60f0b1b8c6079b371babd72fb00dd6acfc69da8f 100644 (file)
        background-image: url('../img/actions/mail.svg');
 }
 
+.icon-menu {
+       background-image: url('../img/actions/menu.svg');
+}
+
 .icon-more {
        background-image: url('../img/actions/more.svg');
 }
diff --git a/core/img/actions/menu.png b/core/img/actions/menu.png
new file mode 100644 (file)
index 0000000..583ce31
Binary files /dev/null and b/core/img/actions/menu.png differ
diff --git a/core/img/actions/menu.svg b/core/img/actions/menu.svg
new file mode 100644 (file)
index 0000000..f0e33df
--- /dev/null
@@ -0,0 +1,12 @@
+<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <metadata>
+  <rdf:RDF>
+   <cc:Work rdf:about="">
+    <dc:format>image/svg+xml</dc:format>
+    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+    <dc:title/>
+   </cc:Work>
+  </rdf:RDF>
+ </metadata>
+ <path d="m2,2,0,2,12,0,0-2zm0,5,0,2,12,0,0-2zm0,5,0,2,12,0,0-2z"/>
+</svg>