header-nav.vue 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <template>
  2. <svg
  3. class="custom-radio-image"
  4. fill="none"
  5. height="66"
  6. width="104"
  7. xmlns="http://www.w3.org/2000/svg"
  8. >
  9. <g>
  10. <rect
  11. id="svg_1"
  12. fill="currentColor"
  13. fill-opacity="0.02"
  14. height="66"
  15. rx="4"
  16. stroke="null"
  17. width="104"
  18. x="0.13514"
  19. y="0.13514"
  20. />
  21. <rect
  22. id="svg_8"
  23. fill="hsl(var(--primary))"
  24. height="9.07027"
  25. stroke="null"
  26. width="104.07934"
  27. x="-0.07419"
  28. y="-0.05773"
  29. />
  30. <rect
  31. id="svg_3"
  32. fill="#e5e5e5"
  33. height="2.789"
  34. rx="1.395"
  35. stroke="null"
  36. width="7.52486"
  37. x="15.58168"
  38. y="3.20832"
  39. />
  40. <path
  41. id="svg_12"
  42. d="m98.19822,2.872c0,-0.54338 0.45662,-1 1,-1l1.925,0c0.54338,0 1,0.45662 1,1l0,2.4c0,0.54338 -0.45662,1 -1,1l-1.925,0c-0.54338,0 -1,-0.45662 -1,-1l0,-2.4z"
  43. fill="#ffffff"
  44. opacity="undefined"
  45. stroke="null"
  46. />
  47. <rect
  48. id="svg_13"
  49. fill="currentColor"
  50. fill-opacity="0.08"
  51. height="21.51892"
  52. rx="2"
  53. stroke="null"
  54. width="53.60438"
  55. x="43.484"
  56. y="13.66705"
  57. />
  58. <path
  59. id="svg_14"
  60. d="m3.43932,15.53192c0,-1.08676 1.03344,-2 2.26323,-2l30.33036,0c1.22979,0 2.26323,0.91324 2.26323,2l0,17.24865c0,1.08676 -1.03344,2 -2.26323,2l-30.33036,0c-1.22979,0 -2.26323,-0.91324 -2.26323,-2l0,-17.24865z"
  61. fill="currentColor"
  62. fill-opacity="0.08"
  63. opacity="undefined"
  64. stroke="null"
  65. />
  66. <rect
  67. id="svg_15"
  68. fill="currentColor"
  69. fill-opacity="0.08"
  70. height="21.65405"
  71. rx="2"
  72. stroke="null"
  73. width="95.02528"
  74. x="3.30419"
  75. y="39.34689"
  76. />
  77. <rect
  78. id="svg_21"
  79. fill="#e5e5e5"
  80. height="2.789"
  81. rx="1.395"
  82. stroke="null"
  83. width="7.52486"
  84. x="28.14924"
  85. y="3.07319"
  86. />
  87. <rect
  88. id="svg_22"
  89. fill="#e5e5e5"
  90. height="2.789"
  91. rx="1.395"
  92. stroke="null"
  93. width="7.52486"
  94. x="41.25735"
  95. y="3.20832"
  96. />
  97. <rect
  98. id="svg_23"
  99. fill="#e5e5e5"
  100. height="2.789"
  101. rx="1.395"
  102. stroke="null"
  103. width="7.52486"
  104. x="54.23033"
  105. y="3.07319"
  106. />
  107. <rect
  108. id="svg_4"
  109. fill="#ffffff"
  110. height="7.13843"
  111. rx="2"
  112. stroke="null"
  113. width="7.78397"
  114. x="1.5327"
  115. y="0.881"
  116. />
  117. </g>
  118. </svg>
  119. </template>