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

Open in your IDE?
  1. <svg xmlns="http://www.w3.org/2000/svg"
  2.   class="{{ class|default('') }} stroke-current fill-current"
  3.   viewBox="0 0 15.25 24.4">
  4.   <path id="arrow-left"
  5.     d="M12.2,0l3.05,3.05L6.1,12.2l9.15,9.15L12.2,24.4,0,12.2Z"
  6.     transform="translate(15.25 24.4) rotate(180)"
  7.     fill-rule="evenodd" />
  8. </svg>