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

Unified Diff: chrome/browser/resources/md_bookmarks/icons.html

Issue 2615673003: [MD WebUI] Move icons used in Bookmarks and Settings to shared file. (Closed)
Patch Set: reorder some icons Created 3 years, 11 months 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: chrome/browser/resources/md_bookmarks/icons.html
diff --git a/chrome/browser/resources/md_bookmarks/icons.html b/chrome/browser/resources/md_bookmarks/icons.html
deleted file mode 100644
index 3813f2abe70a97ef8b080ed9c178d2a0fcbcecd1..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/md_bookmarks/icons.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-iconset-svg.html">
-
-<iron-iconset-svg size="24" name="bookmarks">
- <svg>
- <defs>
- <!--
- These icons are copied from Polymer's iron-icons and kept in sorted order.
- See http://goo.gl/Y1OdAq for instructions on adding additional icons.
- -->
- <!-- TODO(jiaxi): Move these icons to shared file. -->
- <g id="arrow-drop-down"><path d="M7 10l5 5 5-5z"></g>
- <g id="arrow-drop-up"><path d="M7 14l5-5 5 5z"></g>
- <g id="folder"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path></g>
- <g id="folder-open"><path d="M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V8h16v10z"></path></g>
- </defs>
- </svg>
-</iron-iconset-svg>

Powered by Google App Engine
This is Rietveld 408576698