| OLD | NEW |
| 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="user-manager" size="24"> | 4 <iron-iconset-svg name="user-manager" 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://md-user-manager 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=user-manager&size=24&icon=icons:close&
icon=icons:supervisor-account&icon=icons:warning | |
| 11 --> | 10 --> |
| 12 <g id="close"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5
17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path></g> | 11 <g id="close"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5
17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path></g> |
| 13 <g id="supervisor-account"><path d="M16.5 12c1.38 0 2.49-1.12 2.49-2.5S17.
88 7 16.5 7C15.12 7 14 8.12 14 9.5s1.12 2.5 2.5 2.5zM9 11c1.66 0 2.99-1.34 2.99-
3S10.66 5 9 5C7.34 5 6 6.34 6 8s1.34 3 3 3zm7.5 3c-1.83 0-5.5.92-5.5 2.75V19h11v
-2.25c0-1.83-3.67-2.75-5.5-2.75zM9 13c-2.33 0-7 1.17-7 3.5V19h7v-2.25c0-.85.33-2
.34 2.37-3.47C10.5 13.1 9.66 13 9 13z"></path></g> | 12 <g id="supervisor-account"><path d="M16.5 12c1.38 0 2.49-1.12 2.49-2.5S17.
88 7 16.5 7C15.12 7 14 8.12 14 9.5s1.12 2.5 2.5 2.5zM9 11c1.66 0 2.99-1.34 2.99-
3S10.66 5 9 5C7.34 5 6 6.34 6 8s1.34 3 3 3zm7.5 3c-1.83 0-5.5.92-5.5 2.75V19h11v
-2.25c0-1.83-3.67-2.75-5.5-2.75zM9 13c-2.33 0-7 1.17-7 3.5V19h7v-2.25c0-.85.33-2
.34 2.37-3.47C10.5 13.1 9.66 13 9 13z"></path></g> |
| 14 <g id="warning"><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4
z"></path></g> | 13 <g id="warning"><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4
z"></path></g> |
| 15 </defs> | 14 </defs> |
| 16 </svg> | 15 </svg> |
| 17 </iron-iconset-svg> | 16 </iron-iconset-svg> |
| OLD | NEW |