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="cleanup"> |
| 5 <svg> |
| 6 <defs> |
| 7 <!-- |
| 8 This icon is not from Polymer's iron-icons; it was manually edited to put |
| 9 an exclamation mark inside of a shield. |
| 10 --> |
| 11 <g id="infected-user"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.2
6 9-6.45 9-12V5l-9-4zm1 12h-2V6h2v6zm0 4h-2v-2h2v2z"></path></g> |
| 12 <!-- |
| 13 These icons are copied from Polymer's iron-icons and kept in sorted order. |
| 14 See http://goo.gl/Y1OdAq for instructions on adding additional icons. |
| 15 --> |
| 16 <g id="verified-user"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.2
6 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"></path
></g> |
| 17 </defs> |
| 18 </svg> |
| 19 </iron-iconset-svg> |
OLD | NEW |