Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

9 righe
553 B

  1. {# templates/_atoms/icon-stopwatch.html.twig #}
  2. <svg viewBox="0 0 16 16" fill="none">
  3. <circle cx="8" cy="9" r="5.5" stroke="currentColor" stroke-width="1.3"/>
  4. <path d="M8 6v3.5l2 1.5" stroke="currentColor" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
  5. <path d="M6.5 1.5h3" stroke="currentColor" stroke-width="1.3" stroke-linecap="round"/>
  6. <path d="M8 1.5v2" stroke="currentColor" stroke-width="1.3" stroke-linecap="round"/>
  7. <path d="M12.5 4.5l1-1" stroke="currentColor" stroke-width="1.3" stroke-linecap="round"/>
  8. </svg>