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

Side by Side Diff: chrome/browser/resources/md_downloads/icons.html

Issue 1992503002: MD WebUI: Update docs for custom iconsets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/md_user_manager/icons.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-i conset-svg.html"> 2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-i conset-svg.html">
3 3
4 <iron-iconset-svg name="downloads" size="24"> 4 <iron-iconset-svg name="downloads" size="24">
5 <svg> 5 <svg>
6 <defs> 6 <defs>
7 <!-- 7 <!--
8 These icons are from iron-icons in third_party/polymer, but were curated 8 These icons are copied from Polymer's iron-icons and kept in sorted order.
9 here for chrome://downloads via the following URL and then sorted: 9 See http://goo.gl/Y1OdAq for instructions on adding additional icons.
10 https://poly-icon.appspot.com/?name=downloads&size=24&icon=icons:remove-ci rcle&icon=icons:warning
11 --> 10 -->
12 <g id="remove-circle"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4 .48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"></path></g> 11 <g id="remove-circle"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4 .48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"></path></g>
13 <g id="warning"><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4 z"></path></g> 12 <g id="warning"><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4 z"></path></g>
14 </defs> 13 </defs>
15 </svg> 14 </svg>
16 </iron-iconset-svg> 15 </iron-iconset-svg>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_user_manager/icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698