templates/icons/burger.svg.twig line 1

Open in your IDE?
  1. <svg xmlns="http://www.w3.org/2000/svg"
  2.   class="{{ class|default('') }}  fill-current"
  3.   viewBox="0 0 15 14">
  4.   <path id="Menu"
  5.     d="M-6160,14V12h9.375v2Zm0-6V6h15V8Zm0-6V0h15V2Z"
  6.     transform="translate(6160)"
  7.     fill="#fff" />
  8. </svg>