templates/components/flashes.partial.twig line 1

Open in your IDE?
  1. <template id="flashes">
  2.     <div class="flashes d-flex">
  3.         <div class="flashes-wrap d-flex">
  4.             <svg class="flashes-icon flashes-icon-ok" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path fill="#F8F8F8" fill-rule="evenodd" d="M2 12a10.01 10.01 0 0 1 20 0 10.01 10.01 0 0 1-20 0Zm4.71-.29 4.67 4.71 6.75-6.7-1.41-1.42-5.33 5.3-3.25-3.3-1.43 1.41Z" clip-rule="evenodd"/></svg>
  5.             <svg class="flashes-icon flashes-icon-err" xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 24 24" fill="none"><path fill="#fff" d="M11.95 2A9.99 9.99 0 0 0 12 22c5.51 0 10-4.49 10-10S17.5 2 11.95 2ZM13 17h-2v-2h2v2Zm0-4h-2V7h2v6Z"/></svg>
  6.             <svg class="flashes-icon flashes-icon-note" xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 24 24" fill="none"><path fill="#fff" d="M11.95 2A9.99 9.99 0 0 0 12 22c5.51 0 10-4.49 10-10S17.5 2 11.95 2ZM13 17h-2v-2h2v2Zm0-4h-2V7h2v6Z"/></svg>
  7.         </div>
  8.     </div>
  9. </template>