app/template/default/Block/heading_with_search_icon.twig line 1

Open in your IDE?
  1. {#
  2. @param string $label
  3. #}
  4. <div class="heading_with_search_icon">
  5.     <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  6.         <path d="M10.875 18.75C15.2242 18.75 18.75 15.2242 18.75 10.875C18.75 6.52576 15.2242 3 10.875 3C6.52576 3 3 6.52576 3 10.875C3 15.2242 6.52576 18.75 10.875 18.75Z" stroke="#CF0800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
  7.         <path d="M16.4424 16.4434L20.9986 20.9997" stroke="#CF0800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
  8.     </svg>
  9.     <h2 class="heading_with_search_icon__text">{{ label }}</h2>
  10. </div>