| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
| 3 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
| 4 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
| 5 | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12" height="12" viewBox="0 0 12 12"> |
| 6 | <style> |
| 7 | #previous, |
| 8 | #next { |
| 9 | fill: #FFCF00; |
| 10 | } |
| 11 | #previous-disabled, |
| 12 | #next-disabled { |
| 13 | fill: #8050B0; |
| 14 | } |
| 15 | use:not(:target) { |
| 16 | display: none; |
| 17 | } |
| 18 | </style> |
| 19 | <defs> |
| 20 | <path id="path-previous" d="M5.407,1.5l-5,4.599L1.65,7.283l3.757-3.387l3.705,3.385l1.296-1.158L5.407,1.5z"/> |
| 21 | <path id="path-next" d="M5.547,8.255L0.538,3.53l1.239-1.265l3.77,3.641l3.719-3.641l1.264,1.188L5.547,8.255z"/> |
| 22 | </defs> |
| 23 | <use xlink:href="#path-previous" id="previous"/> |
| 24 | <use xlink:href="#path-next" id="next"/> |
| 25 | <use xlink:href="#path-previous" id="previous-disabled"/> |
| 26 | <use xlink:href="#path-next" id="next-disabled"/> |
| 27 | </svg> |