templates/partials/global/svg/dropdown.svg.twig line 1

Open in your IDE?
  1. <svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100" class="icon icon-dropdown">
  2.     <defs>
  3.         <clipPath id="a">
  4.             <path fill="none" clip-rule="evenodd" d="M95 22.67L50 77.33 5 22.67h90z"/>
  5.         </clipPath>
  6.     </defs>
  7.     <g clip-path="url(#a)">
  8.         <path d="M-68.157 27.5L50.001-90.657 168.158 27.5 50.001 145.658z"/>
  9.     </g>
  10. </svg>