Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

9 linhas
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>