templates/icons/de.svg.twig line 1

Open in your IDE?
  1. <svg xmlns="http://www.w3.org/2000/svg"
  2.   preserveAspectRatio="none"
  3.   class="{{ class|default('') }} stroke-current fill-current"
  4.   viewBox="0 0 640 480">
  5.   <path fill="#ffce00" d="M0 320h640v160H0z" />
  6.   <path fill="#161616" d="M0 0h640v160H0z" />
  7.   <path fill="#d00" d="M0 160h640v160H0z" />
  8. </svg>