custom/plugins/SalvanaPferde2022/src/Resources/views/storefront/layout/scroll-up.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/scroll-up.html.twig' %}
  2. {% block layout_scroll_up_button_icon %}
  3. <span class="icon icon-arrow-head-up">
  4.              <svg xmlns="http://www.w3.org/2000/svg" width="24.837" height="17.37">
  5.   <path d="M4.929 15.352L10.69 8.17a2.195 2.195 0 013.457 0l5.762 7.182.942 1.175a2.218 2.218 0 001.729.843 2.359 2.359 0 001.729-3.854l-4.4-5.488L14.148.842a2.195 2.195 0 00-3.457 0L4.93 8.028l-4.4 5.488a2.359 2.359 0 001.727 3.854 2.218 2.218 0 001.729-.843z" fill="#fff" color="#fff"></path>
  6. </svg>
  7.     </span>
  8. {% endblock %}