sidebar-nav.vue 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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. />
  19. <path
  20. id="svg_2"
  21. d="m-3.37838,3.61916a4.4919,4.02457 0 0 1 4.4919,-4.02457l26.35848,0l0,66.40541l-26.35848,0a4.4919,4.02457 0 0 1 -4.4919,-4.02457l0,-58.35627z"
  22. fill="hsl(var(--primary))"
  23. stroke="null"
  24. />
  25. <rect
  26. id="svg_3"
  27. fill="#e5e5e5"
  28. height="2.789"
  29. rx="1.395"
  30. width="17.66"
  31. x="4.906"
  32. y="23.884"
  33. />
  34. <rect
  35. id="svg_4"
  36. fill="#ffffff"
  37. height="9.706"
  38. rx="2"
  39. width="9.811"
  40. x="8.83"
  41. y="5.881"
  42. />
  43. <path
  44. id="svg_5"
  45. d="m4.906,35.833c0,-0.75801 0.63699,-1.395 1.395,-1.395l14.87,0c0.75801,0 1.395,0.63699 1.395,1.395l0,-0.001c0,0.75801 -0.63699,1.395 -1.395,1.395l-14.87,0c-0.75801,0 -1.395,-0.63699 -1.395,-1.395l0,0.001z"
  46. fill="#ffffff"
  47. opacity="undefined"
  48. />
  49. <rect
  50. id="svg_6"
  51. fill="#ffffff"
  52. height="2.789"
  53. rx="1.395"
  54. width="17.66"
  55. x="4.906"
  56. y="44.992"
  57. />
  58. <rect
  59. id="svg_7"
  60. fill="#ffffff"
  61. height="2.789"
  62. rx="1.395"
  63. width="17.66"
  64. x="4.906"
  65. y="55.546"
  66. />
  67. <rect
  68. id="svg_8"
  69. fill="currentColor"
  70. fill-opacity="0.08"
  71. height="9.07027"
  72. rx="2"
  73. stroke="null"
  74. width="73.53879"
  75. x="28.97986"
  76. y="1.42876"
  77. />
  78. <rect
  79. id="svg_9"
  80. fill="#b2b2b2"
  81. height="4.4"
  82. rx="1"
  83. stroke="null"
  84. width="3.925"
  85. x="32.039"
  86. y="3.89903"
  87. />
  88. <rect
  89. id="svg_10"
  90. fill="#b2b2b2"
  91. height="4.4"
  92. rx="1"
  93. stroke="null"
  94. width="3.925"
  95. x="80.75054"
  96. y="3.62876"
  97. />
  98. <rect
  99. id="svg_11"
  100. fill="#b2b2b2"
  101. height="4.4"
  102. rx="1"
  103. stroke="null"
  104. width="3.925"
  105. x="87.58249"
  106. y="3.49362"
  107. />
  108. <rect
  109. id="svg_12"
  110. fill="#b2b2b2"
  111. height="4.4"
  112. rx="1"
  113. stroke="null"
  114. width="3.925"
  115. x="94.6847"
  116. y="3.62876"
  117. />
  118. <rect
  119. id="svg_13"
  120. fill="currentColor"
  121. fill-opacity="0.08"
  122. height="21.51892"
  123. rx="2"
  124. stroke="null"
  125. width="45.63141"
  126. x="56.05157"
  127. y="14.613"
  128. />
  129. <rect
  130. id="svg_14"
  131. fill="currentColor"
  132. fill-opacity="0.08"
  133. height="20.97838"
  134. rx="2"
  135. stroke="null"
  136. width="22.82978"
  137. x="29.38527"
  138. y="14.613"
  139. />
  140. <rect
  141. id="svg_15"
  142. fill="currentColor"
  143. fill-opacity="0.08"
  144. height="21.65405"
  145. rx="2"
  146. stroke="null"
  147. width="72.45771"
  148. x="28.97986"
  149. y="39.48203"
  150. />
  151. </g>
  152. </svg>
  153. </template>