UsersIcon.vue 830 B

12345678910111213141516171819202122232425
  1. <template>
  2. <svg viewBox="0 0 20 20" aria-hidden="true">
  3. <path
  4. fill="none"
  5. stroke-linecap="round"
  6. stroke-linejoin="round"
  7. d="M10.046 16H1.955a.458.458 0 0 1-.455-.459C1.5 13.056 3.515 11 6 11h.5"/>
  8. <path
  9. stroke-linecap="round"
  10. stroke-linejoin="round"
  11. d="M7.5 15.454C7.5 12.442 9.988 10 13 10s5.5 2.442 5.5 5.454a.545.545 0 0 1-.546.546H8.045a.545.545 0 0 1-.545-.546Z"/>
  12. <path
  13. fill="none"
  14. stroke-linecap="round"
  15. stroke-linejoin="round"
  16. d="M6.5 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z"/>
  17. <path
  18. stroke-linecap="round"
  19. stroke-linejoin="round"
  20. d="M13 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z"/>
  21. </svg>
  22. </template>