| 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" width="10" height="6" viewBox="0 0 10 6"> |
| 6 | <style> |
| 7 | path:not(:target) { |
| 8 | display: none; |
| 9 | } |
| 10 | </style> |
| 11 | <path id="down" d="M0 1l1-1 4 4 4-4 1 1-5 5"/> |
| 12 | <path id="up" d="M0 5l1 1 4-4 4 4 1-1-5-5"/> |
| 13 | </svg> |