templates/icons/arrow-right.svg.twig line 1

Open in your IDE?
  1. <svg viewBox="0 0 24 24"
  2.   class="{{ class|default('') }} stroke-current fill-current"
  3.   version="1.1"
  4.   xmlns="http://www.w3.org/2000/svg"
  5.   xmlns:xlink="http://www.w3.org/1999/xlink">
  6.   <g id="directional" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
  7.     <g id="arrow-right" fill="currentColor">
  8.       <polygon id="Shape"
  9.         points="9.0047481 4 17.0047481 12 9.0047481 20 7 18 13.0047481 12 7 6"></polygon>
  10.     </g>
  11.   </g>
  12. </svg>