custom/plugins/digi1Moretabsforproductdetailpage/src/Resources/views/storefront/page/product-detail/offcanvasclosebutton.html.twig line 1

Open in your IDE?
  1. <button class="btn btn-light btn-block offcanvas-close js-offcanvas-close sticky-top">
  2.     <span class="icon icon-x icon-sm">
  3.         <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
  4.             <path fill="#758CA3" fill-rule="evenodd" d="M10.5857864,12 L3.29289322,4.70710678 C2.90236893,4.31658249 2.90236893,3.68341751 3.29289322,3.29289322 C3.68341751,2.90236893 4.31658249,2.90236893 4.70710678,3.29289322 L12,10.5857864 L19.2928932,3.29289322 C19.6834175,2.90236893 20.3165825,2.90236893 20.7071068,3.29289322 C21.0976311,3.68341751 21.0976311,4.31658249 20.7071068,4.70710678 L13.4142136,12 L20.7071068,19.2928932 C21.0976311,19.6834175 21.0976311,20.3165825 20.7071068,20.7071068 C20.3165825,21.0976311 19.6834175,21.0976311 19.2928932,20.7071068 L12,13.4142136 L4.70710678,20.7071068 C4.31658249,21.0976311 3.68341751,21.0976311 3.29289322,20.7071068 C2.90236893,20.3165825 2.90236893,19.6834175 3.29289322,19.2928932 L10.5857864,12 Z"></path>
  5.         </svg>
  6.     </span>
  7.     {{ "digi1.moretabsforproductdetailpage.tabContentClosemenu"|trans }}
  8. </button>