templates/icons/weblink.svg.twig line 1

Open in your IDE?
  1. <svg class="{{ class|default('') }} fill-current"
  2.   viewBox="0 0 24 24"
  3.   version="1.1"
  4.   xmlns="http://www.w3.org/2000/svg"
  5.   xmlns:xlink="http://www.w3.org/1999/xlink">
  6.   <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
  7.     <g class="fill-current">
  8.       <path d="M6,8 C9.33333333,8 11,8 11,8 C11,8 11,8.66666667 11,10 L6,10 L6,18 L14,18 L14,13 L16,13 L16,18 C16,19.1045695 15.1045695,20 14,20 L6,20 C4.8954305,20 4,19.1045695 4,18 L4,10 C4,8.8954305 4.8954305,8 6,8 Z M16.613961,6 L12,6 L12,4 L20,4 L20,12 L18,12 L18,7.44238816 L12.6642136,12.7781746 L11.25,11.363961 L16.613961,6 Z"
  9.         id="Shape"></path>
  10.     </g>
  11.   </g>
  12. </svg>