sort-arrows.svg 493 B

12345678910111213
  1. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  2. - License, v. 2.0. If a copy of the MPL was not distributed with this
  3. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  4. <svg xmlns="http://www.w3.org/2000/svg" width="7" height="4" fill="#edf0f1" fill-opacity="0.8">
  5. <style>
  6. polygon:not(:target) {
  7. display: none;
  8. }
  9. </style>
  10. <polygon points="0,4 3.5,0 7,4" id="ascending"/>
  11. <polygon points="0,0 3.5,4 7,0" id="descending"/>
  12. </svg>