-
Notifications
You must be signed in to change notification settings - Fork 3
/
plutonium-pagination-icons.html
30 lines (28 loc) · 1.21 KB
/
plutonium-pagination-icons.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!--
@license
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="import" href="../iron-iconset-svg/iron-iconset-svg.html">
<iron-iconset-svg name="plutonium-pagination-icons" size="24">
<svg>
<defs>
<g id="fast-forward">
<path d="M4 18l8.5-6L4 6v12zm9-12v12l8.5-6L13 6z"></path>
</g>
<g id="fast-rewind">
<path d="M11 18V6l-8.5 6 8.5 6zm.5-6l8.5 6V6l-8.5 6z"></path>
</g>
<g id="navigate-before">
<path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"></path>
</g>
<g id="navigate-next">
<path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path>
</g>
</defs>
</svg>
</iron-iconset-svg>