You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 rivejä
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>