arrow.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. Copyright (C) 2017 Cloudbase Solutions SRL
  3. This program is free software: you can redistribute it and/or modify
  4. it under the terms of the GNU Affero General Public License as
  5. published by the Free Software Foundation, either version 3 of the
  6. License, or (at your option) any later version.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU Affero General Public License for more details.
  11. You should have received a copy of the GNU Affero General Public License
  12. along with this program. If not, see <http://www.gnu.org/licenses/>.
  13. */
  14. const arrow = () => `<?xml version="1.0" encoding="UTF-8"?>
  15. <svg width="12px" height="7px" viewBox="0 0 12 6" version="1.1"
  16. xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  17. <!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
  18. <desc>Created with Sketch.</desc>
  19. <defs></defs>
  20. <g id="Symbols" stroke="#616770" stroke-width="1" fill="none" fill-rule="evenodd"
  21. stroke-linecap="round" stroke-linejoin="round">
  22. <g id="dropdown-arrow-image" transform="translate(-171.000000, -13.000000)">
  23. <g id="Icon/Chevron/Grey" transform="translate(169.000000, 8.000000)">
  24. <polyline id="Rectangle-Copy" transform="translate(8.000000, 5.500000)
  25. rotate(-315.000000) translate(-8.000000, -5.500000) "
  26. points="11.8890873 1.6109127 11.8890873 9.3890873 4.1109127 9.3890873"></polyline>
  27. </g>
  28. </g>
  29. </g>
  30. </svg>`
  31. export default arrow