sidebar-mixed-nav.vue 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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. <path
  22. id="svg_2"
  23. d="m-3.37838,3.7543a1.93401,4.02457 0 0 1 1.93401,-4.02457l11.3488,0l0,66.40541l-11.3488,0a1.93401,4.02457 0 0 1 -1.93401,-4.02457l0,-58.35627z"
  24. fill="hsl(var(--primary))"
  25. stroke="null"
  26. />
  27. <rect
  28. id="svg_3"
  29. fill="#e5e5e5"
  30. height="2.789"
  31. rx="1.395"
  32. stroke="null"
  33. width="5.47439"
  34. x="1.64059"
  35. y="15.46086"
  36. />
  37. <rect
  38. id="svg_4"
  39. fill="#ffffff"
  40. height="7.67897"
  41. rx="2"
  42. stroke="null"
  43. width="8.18938"
  44. x="0.58676"
  45. y="1.42154"
  46. />
  47. <rect
  48. id="svg_8"
  49. fill="currentColor"
  50. fill-opacity="0.08"
  51. height="9.07027"
  52. rx="2"
  53. stroke="null"
  54. width="75.91967"
  55. x="25.38277"
  56. y="1.42876"
  57. />
  58. <rect
  59. id="svg_9"
  60. fill="#b2b2b2"
  61. height="4.4"
  62. rx="1"
  63. stroke="null"
  64. width="3.925"
  65. x="27.91529"
  66. y="3.69284"
  67. />
  68. <rect
  69. id="svg_10"
  70. fill="#b2b2b2"
  71. height="4.4"
  72. rx="1"
  73. stroke="null"
  74. width="3.925"
  75. x="80.75054"
  76. y="3.62876"
  77. />
  78. <rect
  79. id="svg_11"
  80. fill="#b2b2b2"
  81. height="4.4"
  82. rx="1"
  83. stroke="null"
  84. width="3.925"
  85. x="87.78868"
  86. y="3.69981"
  87. />
  88. <rect
  89. id="svg_12"
  90. fill="#b2b2b2"
  91. height="4.4"
  92. rx="1"
  93. stroke="null"
  94. width="3.925"
  95. x="94.6847"
  96. y="3.62876"
  97. />
  98. <rect
  99. id="svg_13"
  100. fill="currentColor"
  101. fill-opacity="0.08"
  102. height="21.51892"
  103. rx="2"
  104. stroke="null"
  105. width="42.9287"
  106. x="58.75427"
  107. y="14.613"
  108. />
  109. <rect
  110. id="svg_14"
  111. fill="currentColor"
  112. fill-opacity="0.08"
  113. height="20.97838"
  114. rx="2"
  115. stroke="null"
  116. width="28.36894"
  117. x="26.14342"
  118. y="14.613"
  119. />
  120. <rect
  121. id="svg_15"
  122. fill="currentColor"
  123. fill-opacity="0.08"
  124. height="21.65405"
  125. rx="2"
  126. stroke="null"
  127. width="75.09493"
  128. x="26.34264"
  129. y="39.68822"
  130. />
  131. <rect
  132. id="svg_5"
  133. fill="#e5e5e5"
  134. height="2.789"
  135. rx="1.395"
  136. stroke="null"
  137. width="5.47439"
  138. x="1.79832"
  139. y="28.39462"
  140. />
  141. <rect
  142. id="svg_6"
  143. fill="#e5e5e5"
  144. height="2.789"
  145. rx="1.395"
  146. stroke="null"
  147. width="5.47439"
  148. x="1.64059"
  149. y="41.80156"
  150. />
  151. <rect
  152. id="svg_7"
  153. fill="#e5e5e5"
  154. height="2.789"
  155. rx="1.395"
  156. stroke="null"
  157. width="5.47439"
  158. x="1.64059"
  159. y="55.36623"
  160. />
  161. <rect
  162. id="svg_16"
  163. fill="currentColor"
  164. fill-opacity="0.08"
  165. height="65.72065"
  166. stroke="null"
  167. width="12.49265"
  168. x="9.85477"
  169. y="-0.02618"
  170. />
  171. </g>
  172. </svg>
  173. </template>