{% comment %}

<!-- aria-hidden="true" b/c they add no meaning to the button -->

{% endcomment %} <svg

aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
class="svg--max-width svg__button svg__action">
<path class="svg--fill-white"
  d="M20,4H4C2.9,4,2,4.9,2,6l0,12c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V6C22,4.9,21.1,4,20,4
  z M20,8l-8,5L4,8V6l8,5 l8-5V8z"/>
<path class="svg--fill-none" d="M0,0h24v24H0V0z"/>

</svg>