Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(538)

Unified Diff: ui/webui/resources/images/menu.svg

Issue 2538653002: bluetooth: Add sidebar and page manager for chrome://bluetooth-internals. (Closed)
Patch Set: Remove more css rules Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/images/menu.svg
diff --git a/ui/webui/resources/images/menu.svg b/ui/webui/resources/images/menu.svg
new file mode 100644
index 0000000000000000000000000000000000000000..e46eebfb914e87d77b1c0fce0b19cca13c212e3a
--- /dev/null
+++ b/ui/webui/resources/images/menu.svg
@@ -0,0 +1,4 @@
+<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
ortuno 2016/12/07 02:58:17 Surprised that none of the images have copyright O
mbrunson 2016/12/07 04:26:07 Yeah. I can understand the open source ones not ha
+ <path d="M0 0h24v24H0z" fill="none"/>
+ <path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698