Não pode escolher mais do que 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.
 
 
 
 
 

10 linhas
645 B

  1. {# templates/_atoms/icon-team.html.twig #}
  2. <svg viewBox="0 0 16 16" fill="none">
  3. <circle cx="8" cy="4" r="2" stroke="currentColor" stroke-width="1.3"/>
  4. <path d="M4.5 13c0-2.2 1.6-3.5 3.5-3.5s3.5 1.3 3.5 3.5" stroke="currentColor" stroke-width="1.3" stroke-linecap="round"/>
  5. <circle cx="3" cy="5.5" r="1.5" stroke="currentColor" stroke-width="1.1"/>
  6. <path d="M1 12c0-1.7 1-2.7 2-2.7" stroke="currentColor" stroke-width="1.1" stroke-linecap="round"/>
  7. <circle cx="13" cy="5.5" r="1.5" stroke="currentColor" stroke-width="1.1"/>
  8. <path d="M15 12c0-1.7-1-2.7-2-2.7" stroke="currentColor" stroke-width="1.1" stroke-linecap="round"/>
  9. </svg>