VaIconFaster.vue 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <template>
  2. <svg
  3. xmlns:xlink="http://www.w3.org/1999/xlink"
  4. class="va-icon-faster"
  5. viewBox="0 0 24 24"
  6. version="1.1"
  7. xmlns="http://www.w3.org/2000/svg"
  8. >
  9. <!-- Generator: sketchtool 48.2 (47327) - http://www.bohemiancoding.com/sketch -->
  10. <title>62EBC3B8-A55C-4B01-95A2-52FB8EDD4150</title>
  11. <defs />
  12. <g id="symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
  13. <g id="icon-faster" fill="#34495E">
  14. <g>
  15. <path
  16. id="A"
  17. d="M17.748,19 L16.956,16.3 L12.942,16.3 L12.168,19 L8.928,19 L13.302,6.13 L16.614,6.13 L20.988,19 L17.748,19 Z M14.976,9.064 L14.94,9.064 C14.94,9.064 14.652,10.468 14.418,11.278 L13.68,13.78 L16.218,13.78 L15.498,11.278 C15.264,10.468 14.976,9.064 14.976,9.064 Z"
  18. />
  19. <rect id="Rectangle-4" x="3" y="11" width="5" height="2" rx="1" />
  20. <rect id="Rectangle-4-Copy" x="4" y="7" width="6" height="2" rx="1" />
  21. <rect id="Rectangle-4" x="2" y="15" width="4" height="2" rx="1" />
  22. </g>
  23. </g>
  24. </g>
  25. </svg>
  26. </template>
  27. <style lang="scss">
  28. .va-icon-faster {
  29. width: 24px;
  30. height: 24px;
  31. }
  32. </style>