Chromium Code Reviews| Index: chrome/browser/resources/pdf/elements/icons.html |
| diff --git a/chrome/browser/resources/pdf/elements/icons.html b/chrome/browser/resources/pdf/elements/icons.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9438b39a407d7b8f6909c3b73ae23f26ca96afa1 |
| --- /dev/null |
| +++ b/chrome/browser/resources/pdf/elements/icons.html |
| @@ -0,0 +1,20 @@ |
| +<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="pdf"> |
| + <svg> |
| + <defs> |
| + <!-- |
| + These icons are from iron-icons in third_party/polymer, but were curated |
| + here via the following URL and then sorted: |
| + https://poly-icon.appspot.com/?name=pdf&size=24&icon=icons%3Aadd&icon=icons%3Abookmark&icon=icons%3Abookmark-border&icon=icons%3Afullscreen-exit&icon=icons%3Aremove&icon=image%3Arotate-right |
|
michaelpg
2016/05/16 04:43:35
nit: s/%3A/:/g for legibility
tsergeant
2016/05/16 04:53:00
Done.
|
| + --> |
| + <g id="add"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"></path></g> |
| + <g id="bookmark"><path d="M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2z"></path></g> |
| + <g id="bookmark-border"><path d="M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15l-5-2.18L7 18V5h10v13z"></path></g> |
| + <g id="fullscreen-exit"><path d="M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"></path></g> |
| + <g id="remove"><path d="M19 13H5v-2h14v2z"></path></g> |
| + <g id="rotate-right"><path d="M15.55 5.55L11 1v3.07C7.06 4.56 4 7.92 4 12s3.05 7.44 7 7.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43 5-5.91V10l4.55-4.45zM19.93 11c-.17-1.39-.72-2.73-1.62-3.89l-1.42 1.42c.54.75.88 1.6 1.02 2.47h2.02zM13 17.9v2.02c1.39-.17 2.74-.71 3.9-1.61l-1.44-1.44c-.75.54-1.59.89-2.46 1.03zm3.89-2.42l1.42 1.41c.9-1.16 1.45-2.5 1.62-3.89h-2.02c-.14.87-.48 1.72-1.02 2.48z"></path></g> |
| + </defs> |
| + </svg> |
| +</iron-iconset-svg> |