| OLD | NEW |
| (Empty) |
| 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"> | |
| 3 | |
| 4 <iron-iconset-svg size="24" name="bookmarks"> | |
| 5 <svg> | |
| 6 <defs> | |
| 7 <!-- | |
| 8 These icons are copied from Polymer's iron-icons and kept in sorted order. | |
| 9 See http://goo.gl/Y1OdAq for instructions on adding additional icons. | |
| 10 --> | |
| 11 <!-- TODO(jiaxi): Move these icons to shared file. --> | |
| 12 <g id="arrow-drop-down"><path d="M7 10l5 5 5-5z"></g> | |
| 13 <g id="arrow-drop-up"><path d="M7 14l5-5 5 5z"></g> | |
| 14 <g id="folder"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16
c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path></g> | |
| 15 <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> | |
| 16 </defs> | |
| 17 </svg> | |
| 18 </iron-iconset-svg> | |
| OLD | NEW |