@dpa-id-components/dpa-shared-components 9.4.2 → 9.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (255) hide show
  1. package/README.md +3 -1
  2. package/dist/{bookmark-8e4ef660.mjs → bookmark-CYvEZ2Js.mjs} +6 -5
  3. package/dist/{bookmark-fill-B1ytdiyx.mjs → bookmark-fill-CbYczX1t.mjs} +3 -2
  4. package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +6 -6
  5. package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +23 -21
  6. package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +12 -12
  7. package/dist/components/UiBadge/UiBadge.stories.d.ts +10 -9
  8. package/dist/components/UiBadge/UiBadge.vue.d.ts +24 -20
  9. package/dist/components/UiButton/UiButton.stories.d.ts +10 -9
  10. package/dist/components/UiButton/UiButton.vue.d.ts +24 -20
  11. package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +3 -3
  12. package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +4 -2
  13. package/dist/components/UiCard/UiCard.stories.d.ts +3 -3
  14. package/dist/components/UiCard/UiCard.vue.d.ts +4 -2
  15. package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +3 -3
  16. package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +18 -16
  17. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +6 -6
  18. package/dist/components/UiChip/UiChip.stories.d.ts +6 -6
  19. package/dist/components/UiChip/UiChip.vue.d.ts +13 -11
  20. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +3 -3
  21. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +12 -10
  22. package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +31 -30
  23. package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +75 -72
  24. package/dist/components/UiDialog/UiDialog.stories.d.ts +6 -6
  25. package/dist/components/UiDialog/UiDialog.vue.d.ts +30 -28
  26. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +7 -7
  27. package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +14 -12
  28. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +7 -7
  29. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +12 -10
  30. package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +5 -4
  31. package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +20 -20
  32. package/dist/components/UiIcon/UiIcon.vue.d.ts +4 -4
  33. package/dist/components/UiIconButton/UiIconButton.stories.d.ts +2 -2
  34. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +10 -10
  35. package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +34 -33
  36. package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +19 -15
  37. package/dist/components/UiInput/UiInput.stories.d.ts +18 -18
  38. package/dist/components/UiInput/UiInput.vue.d.ts +46 -44
  39. package/dist/components/UiList/UiList.stories.d.ts +27 -27
  40. package/dist/components/UiList/UiList.vue.d.ts +4 -2
  41. package/dist/components/UiListItem/UiListItem.stories.d.ts +13 -12
  42. package/dist/components/UiListItem/UiListItem.vue.d.ts +33 -29
  43. package/dist/components/UiMenu/UiMenu.stories.d.ts +9 -8
  44. package/dist/components/UiMenu/UiMenu.vue.d.ts +42 -42
  45. package/dist/components/UiOverlay/UiOverlay.stories.d.ts +6 -6
  46. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +6 -4
  47. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +24 -24
  48. package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +6 -4
  49. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +2 -2
  50. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +8 -8
  51. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +22 -22
  52. package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +17 -15
  53. package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +6 -6
  54. package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +12 -10
  55. package/dist/components/UiSection/UiSection.stories.d.ts +6 -6
  56. package/dist/components/UiSection/UiSection.vue.d.ts +15 -13
  57. package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +7 -7
  58. package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +4 -4
  59. package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +8 -8
  60. package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +6 -6
  61. package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +13 -12
  62. package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +20 -16
  63. package/dist/components/UiSpinner/UiSpinner.vue.d.ts +4 -4
  64. package/dist/components/UiTextButton/UiTextButton.stories.d.ts +6 -6
  65. package/dist/components/UiTextButton/UiTextButton.vue.d.ts +28 -23
  66. package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +3 -3
  67. package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +20 -18
  68. package/dist/components/UiTooltip/UiTooltip.stories.d.ts +6 -6
  69. package/dist/components/UiTooltip/UiTooltip.vue.d.ts +17 -15
  70. package/dist/components/index.d.ts +36 -36
  71. package/dist/dpa-shared-components.mjs +11278 -13090
  72. package/dist/dpa-shared-components.umd.js +7 -8
  73. package/dist/style.css +1 -1
  74. package/package.json +5 -5
  75. package/dist/UseBreakpoints.stories.ts +0 -22
  76. package/dist/UseBreakpoints.vue +0 -12
  77. package/dist/activities-7078badc.mjs +0 -15
  78. package/dist/alert-2c101b8c.mjs +0 -15
  79. package/dist/alert-fill-d71b0894.mjs +0 -15
  80. package/dist/alert-octagon-dd57ae5f.mjs +0 -29
  81. package/dist/apps-3c2d7f63.mjs +0 -15
  82. package/dist/archive-57ba8974.mjs +0 -15
  83. package/dist/arrow-left-d54ac135.mjs +0 -15
  84. package/dist/arrow-nav-left-106cab88.mjs +0 -15
  85. package/dist/arrow-nav-right-d2f37c7e.mjs +0 -15
  86. package/dist/arrow-right-af47dc6a.mjs +0 -15
  87. package/dist/arrowhead-left-379df6c4.mjs +0 -19
  88. package/dist/arrowhead-right-f634422b.mjs +0 -19
  89. package/dist/atmo-7ffe15e2.mjs +0 -15
  90. package/dist/audio-circled-232ac711.mjs +0 -15
  91. package/dist/audio-d219eee4.mjs +0 -19
  92. package/dist/audio-filled-c7f0b06d.mjs +0 -19
  93. package/dist/bag-b1c90c9d.mjs +0 -19
  94. package/dist/bell-c4ef2483.mjs +0 -15
  95. package/dist/bell-fill-98784347.mjs +0 -15
  96. package/dist/book-a53f03b7.mjs +0 -15
  97. package/dist/bookmark-CATJZ4qW.mjs +0 -19
  98. package/dist/bookmark-fill-18167bcd.mjs +0 -19
  99. package/dist/box-74110d75.mjs +0 -19
  100. package/dist/bulb-539767a3.mjs +0 -15
  101. package/dist/call-c1be8158.mjs +0 -15
  102. package/dist/camera-566db54b.mjs +0 -19
  103. package/dist/check-e4d56dea.mjs +0 -19
  104. package/dist/checklist-885629e0.mjs +0 -19
  105. package/dist/checkmark-7bb03066.mjs +0 -19
  106. package/dist/checkmark-double-226ecc06.mjs +0 -15
  107. package/dist/chevron-down-d9cc3584.mjs +0 -15
  108. package/dist/chevron-left-d37e4cf5.mjs +0 -15
  109. package/dist/chevron-right-2b82b85c.mjs +0 -15
  110. package/dist/chevron-up-6cfd4d3d.mjs +0 -15
  111. package/dist/clipboard-c3a0dcd7.mjs +0 -15
  112. package/dist/clock-64696f87.mjs +0 -19
  113. package/dist/close-edf8f0a7.mjs +0 -15
  114. package/dist/cloud-save-9cb89227.mjs +0 -15
  115. package/dist/code-e30b0574.mjs +0 -15
  116. package/dist/collapse-3a144e1b.mjs +0 -15
  117. package/dist/color-palette-0ed1f01d.mjs +0 -15
  118. package/dist/comment-62396a37.mjs +0 -15
  119. package/dist/comment-fill-819fae0c.mjs +0 -15
  120. package/dist/components/DpaEventItem/DpaEventItem.spec.d.ts +0 -1
  121. package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +0 -1102
  122. package/dist/components/DpaEventItem/DpaEventItem.vue.d.ts +0 -125
  123. package/dist/components/DpaEventItem/DpaEventItemCompact.vue.d.ts +0 -79
  124. package/dist/components/DpaEventItem/DpaEventItemPreview.vue.d.ts +0 -79
  125. package/dist/components/DpaEventItem/DpaEventItemStandard.vue.d.ts +0 -108
  126. package/dist/copy-e5d31a9c.mjs +0 -19
  127. package/dist/copy-link-b42b0b2d.mjs +0 -29
  128. package/dist/delete-0d28874e.mjs +0 -15
  129. package/dist/download-4d77c56a.mjs +0 -15
  130. package/dist/dpa-id-a0c91200.mjs +0 -19
  131. package/dist/edit-690308aa.mjs +0 -15
  132. package/dist/edit-add-4db19760.mjs +0 -15
  133. package/dist/eil-0d960dff.mjs +0 -19
  134. package/dist/emoji-1f86205e.mjs +0 -29
  135. package/dist/emoji-add-d72d5534.mjs +0 -29
  136. package/dist/envelope-5df69adf.mjs +0 -15
  137. package/dist/event-babd84b5.mjs +0 -15
  138. package/dist/expand-7405e392.mjs +0 -15
  139. package/dist/external-link-894815fd.mjs +0 -15
  140. package/dist/file-c91b0bb9.mjs +0 -15
  141. package/dist/file-pdf-2e1da127.mjs +0 -19
  142. package/dist/filter-b513696c.mjs +0 -15
  143. package/dist/filter-outline-38b76948.mjs +0 -29
  144. package/dist/flag-44da1d73.mjs +0 -15
  145. package/dist/flag-fill-ca5d310f.mjs +0 -15
  146. package/dist/flag-filled-98bcbce8.mjs +0 -15
  147. package/dist/flag-outline-2ea131c7.mjs +0 -15
  148. package/dist/flags-c30e45b5.mjs +0 -19
  149. package/dist/flash-7a927e7d.mjs +0 -15
  150. package/dist/folder-3b2d5f59.mjs +0 -15
  151. package/dist/folder-add-cdaf8bf7.mjs +0 -15
  152. package/dist/folder-fill-356643c5.mjs +0 -15
  153. package/dist/folder-filled-09259424.mjs +0 -15
  154. package/dist/gallery-f6dcc77b.mjs +0 -20
  155. package/dist/graphic-circled-c7768cfc.mjs +0 -15
  156. package/dist/graphic-ea6911f6.mjs +0 -20
  157. package/dist/graphic-filled-6f965469.mjs +0 -19
  158. package/dist/graphics-9dc48e2a.mjs +0 -15
  159. package/dist/grid-1-5b0e49a3.mjs +0 -15
  160. package/dist/grid-2-a31cd506.mjs +0 -15
  161. package/dist/grid-3-3829895b.mjs +0 -15
  162. package/dist/grid-4-b4dd73f8.mjs +0 -15
  163. package/dist/grid-6-151b07df.mjs +0 -15
  164. package/dist/grid-9-d3c48186.mjs +0 -15
  165. package/dist/grid-masonry-6a1b8806.mjs +0 -15
  166. package/dist/grid-masonry-9-2a9c0a17.mjs +0 -19
  167. package/dist/help-d209fdb7.mjs +0 -19
  168. package/dist/home-c424a69c.mjs +0 -15
  169. package/dist/image focus point-30a5eafb.mjs +0 -19
  170. package/dist/image-40863651.mjs +0 -19
  171. package/dist/impact-high-41a83c21.mjs +0 -29
  172. package/dist/impact-low-ba89c10c.mjs +0 -29
  173. package/dist/impact-medium-d64a53c3.mjs +0 -29
  174. package/dist/impact-very-high-c375c84e.mjs +0 -29
  175. package/dist/impact-very-low-b45b4a06.mjs +0 -29
  176. package/dist/info-387743c4.mjs +0 -15
  177. package/dist/info-fill-f971d701.mjs +0 -15
  178. package/dist/info-filled-c86c481a.mjs +0 -15
  179. package/dist/language-80eedb9e.mjs +0 -15
  180. package/dist/latest-bb39d821.mjs +0 -15
  181. package/dist/lightbulb-0c284cc9.mjs +0 -15
  182. package/dist/list-09e39a1a.mjs +0 -15
  183. package/dist/lock-f716251b.mjs +0 -19
  184. package/dist/mail-b4cc7e44.mjs +0 -15
  185. package/dist/main.css +0 -23
  186. package/dist/map-ecf5afac.mjs +0 -19
  187. package/dist/map-outline-4c9934e8.mjs +0 -19
  188. package/dist/menu-74a17c43.mjs +0 -15
  189. package/dist/minus-6e38066a.mjs +0 -15
  190. package/dist/more-horizontal-e7e121c3.mjs +0 -15
  191. package/dist/more-vertical-0d8048ea.mjs +0 -15
  192. package/dist/move-88cb6eb3.mjs +0 -15
  193. package/dist/move-up-down-0e48263c.mjs +0 -15
  194. package/dist/navigation-e1f28747.mjs +0 -15
  195. package/dist/note-811b096c.mjs +0 -19
  196. package/dist/offline-73d06154.mjs +0 -15
  197. package/dist/paper-plane-07bcb43e.mjs +0 -15
  198. package/dist/paperplane-662f4097.mjs +0 -15
  199. package/dist/pause-70fe2ae7.mjs +0 -29
  200. package/dist/pause-circle-4204406f.mjs +0 -29
  201. package/dist/pdf-bcee5eee.mjs +0 -19
  202. package/dist/pen-128f19d5.mjs +0 -15
  203. package/dist/people-0c20927c.mjs +0 -19
  204. package/dist/phone-288ed7a3.mjs +0 -19
  205. package/dist/picture-0eb9c590.mjs +0 -19
  206. package/dist/picture-circled-7602192a.mjs +0 -15
  207. package/dist/picture-filled-a6b618dc.mjs +0 -19
  208. package/dist/pin-530b1711.mjs +0 -19
  209. package/dist/planning-cb43b438.mjs +0 -15
  210. package/dist/play-5428740c.mjs +0 -29
  211. package/dist/play-circle-d074b95a.mjs +0 -19
  212. package/dist/play-fill-bac80265.mjs +0 -29
  213. package/dist/plus-circle-3d253a5c.mjs +0 -15
  214. package/dist/plus-ee8af457.mjs +0 -15
  215. package/dist/print-949a5857.mjs +0 -15
  216. package/dist/refresh-2f2ba8ae.mjs +0 -15
  217. package/dist/reset-c155c5ff.mjs +0 -15
  218. package/dist/responsive-90c640a7.mjs +0 -19
  219. package/dist/rubix-thema-05104238.mjs +0 -19
  220. package/dist/save-48d4be4e.mjs +0 -15
  221. package/dist/saved-search-0e8aa09b.mjs +0 -29
  222. package/dist/saved-search-fill-48f8c71c.mjs +0 -30
  223. package/dist/search-0890d914.mjs +0 -15
  224. package/dist/settings-57eb0eef.mjs +0 -19
  225. package/dist/share-alternative-fa060128.mjs +0 -15
  226. package/dist/share-cfa18007.mjs +0 -15
  227. package/dist/sidebar-9cb81395.mjs +0 -15
  228. package/dist/sidebar-fill-c22e0d1a.mjs +0 -19
  229. package/dist/slack-87bd7d6a.mjs +0 -15
  230. package/dist/slider-config-94286557.mjs +0 -19
  231. package/dist/spellcheck-c9014c44.mjs +0 -19
  232. package/dist/spinner-8f277552.mjs +0 -15
  233. package/dist/standard-view-af2a4834.mjs +0 -15
  234. package/dist/star-5c3c64ca.mjs +0 -15
  235. package/dist/star-fill-eb91b846.mjs +0 -15
  236. package/dist/star-filled-eb91b846.mjs +0 -15
  237. package/dist/stop-05ecbd72.mjs +0 -19
  238. package/dist/sync-1356e16f.mjs +0 -15
  239. package/dist/tailwind/UseBreakpoints.stories.d.ts +0 -10
  240. package/dist/tailwind/useBreakpoints.d.ts +0 -9
  241. package/dist/tasks-d09d0af6.mjs +0 -15
  242. package/dist/text-circled-5283cff7.mjs +0 -15
  243. package/dist/text-fff14e8f.mjs +0 -15
  244. package/dist/text-filled-dec83924.mjs +0 -19
  245. package/dist/topic-354c5294.mjs +0 -19
  246. package/dist/union-5e751949.mjs +0 -19
  247. package/dist/upload-a371f576.mjs +0 -15
  248. package/dist/useBreakpoints.ts +0 -19
  249. package/dist/video overlay-11864580.mjs +0 -19
  250. package/dist/video-8c400770.mjs +0 -25
  251. package/dist/video-circled-cb973c76.mjs +0 -15
  252. package/dist/video-filled-864f2e9f.mjs +0 -19
  253. package/dist/view-39118876.mjs +0 -29
  254. package/dist/view-off-ebee0dd9.mjs +0 -19
  255. package/dist/volume-up-8bf4fe6e.mjs +0 -29
@@ -1,29 +0,0 @@
1
- import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
2
- const c = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, l = /* @__PURE__ */ e("g", { "clip-path": "url(#clip0_754_13)" }, [
6
- /* @__PURE__ */ e("path", {
7
- "fill-rule": "evenodd",
8
- "clip-rule": "evenodd",
9
- d: "M12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24ZM7.5 7.5C7.5 6.67157 8.17157 6 9 6C9.82843 6 10.5 6.67157 10.5 7.5V16.5C10.5 17.3284 9.82843 18 9 18C8.17157 18 7.5 17.3284 7.5 16.5V7.5ZM13.5 7.5C13.5 6.67157 14.1716 6 15 6C15.8284 6 16.5 6.67157 16.5 7.5V16.5C16.5 17.3284 15.8284 18 15 18C14.1716 18 13.5 17.3284 13.5 16.5V7.5Z"
10
- })
11
- ], -1), i = /* @__PURE__ */ e("defs", null, [
12
- /* @__PURE__ */ e("clipPath", { id: "clip0_754_13" }, [
13
- /* @__PURE__ */ e("rect", {
14
- width: "24",
15
- height: "24"
16
- })
17
- ])
18
- ], -1), n = [
19
- l,
20
- i
21
- ];
22
- function r(d, s) {
23
- return t(), o("svg", c, n);
24
- }
25
- const C = { render: r };
26
- export {
27
- C as default,
28
- r as render
29
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as C, createElementBlock as e, createElementVNode as V } from "vue";
2
- const t = {
3
- viewBox: "0 0 16 20",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, H = /* @__PURE__ */ V("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M10.3 0.33L15.74 6.33C15.91 6.51 16 6.75 16 7V17.5C16 17.84 15.93 18.16 15.8 18.47C15.67 18.77 15.48 19.05 15.24 19.28C15 19.51 14.72 19.7 14.41 19.82C14.1 19.94 13.77 20 13.44 20H2.56C2.23 20.01 1.9 19.94 1.59 19.82C1.28 19.7 1 19.51 0.76 19.28C0.52 19.05 0.33 18.78 0.2 18.47C0.07 18.16 0 17.83 0 17.5V2.5C0 2.16 0.07 1.84 0.2 1.53C0.33 1.23 0.52 0.95 0.76 0.72C1 0.49 1.28 0.3 1.59 0.18C1.9 0.06 2.23 0 2.56 0H9.56C9.7 0 9.84 0.03 9.96 0.09C10.09 0.14 10.21 0.23 10.3 0.33ZM12.74 6L10 3V5.15C9.99 5.26 10.01 5.36 10.04 5.46C10.07 5.56 10.12 5.65 10.19 5.73C10.26 5.81 10.35 5.87 10.44 5.92C10.53 5.97 10.64 6 10.74 6H12.74ZM13.95 17.7C13.98 17.64 14 17.57 14 17.5V17.49V7.99H10.71C9.98 7.97 9.28 7.65 8.77 7.12C8.26 6.59 7.98 5.88 8 5.14V1.99H2.56C2.49 1.99 2.42 1.99 2.35 2.02C2.28 2.05 2.22 2.08 2.17 2.13C2.12 2.18 2.08 2.24 2.05 2.3C2.02 2.36 2 2.43 2 2.5V17.5C2 17.57 2.02 17.64 2.05 17.7C2.08 17.77 2.12 17.82 2.17 17.87C2.22 17.92 2.28 17.95 2.35 17.98C2.42 18.01 2.49 18.01 2.56 18.01H13.44C13.51 18.01 13.58 18.01 13.65 17.98C13.72 17.95 13.78 17.92 13.83 17.87C13.88 17.82 13.92 17.76 13.95 17.7ZM7.06982 10.44H9.06982C9.61982 10.44 10.0698 10.89 10.0698 11.44V14.44C10.0698 14.99 9.61982 15.44 9.06982 15.44H7.06982V10.44ZM8.06982 14.44H9.06982V11.44H8.06982V14.44ZM5.06982 10.44H3.06982V15.44H4.06982V13.44H5.06982C5.61982 13.44 6.06982 12.99 6.06982 12.44V11.44C6.06982 10.89 5.61982 10.44 5.06982 10.44ZM5.06982 12.44H4.06982V11.44H5.06982V12.44ZM13.0698 13.44H12.0698V15.44H11.0698V10.44H13.0698V11.44H12.0698V12.44H13.0698V13.44Z"
9
- }, null, -1), o = [
10
- H
11
- ];
12
- function n(r, c) {
13
- return C(), e("svg", t, o);
14
- }
15
- const l = { render: n };
16
- export {
17
- l as default,
18
- n as render
19
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- viewBox: "0 0 14 14",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, L = /* @__PURE__ */ o("path", { d: "M10.3488 5.89892L8.10292 3.65308L9.72625 2.02892L11.9713 4.27392L10.3488 5.89892ZM4.56625 11.6873L2.08542 11.9131L2.30542 9.44975L6.98625 4.76892L9.23292 7.01558L4.56625 11.6873ZM13.1696 3.11475L13.1688 3.11392L10.8871 0.832251C10.2696 0.216417 9.20875 0.18725 8.62375 0.77475L1.12709 8.27142C0.855421 8.54225 0.687088 8.90225 0.652088 9.28308L0.336254 12.7581C0.314588 13.0039 0.402088 13.2473 0.577088 13.4223C0.734588 13.5798 0.947088 13.6664 1.16625 13.6664C1.19209 13.6664 1.21709 13.6656 1.24209 13.6631L4.71709 13.3472C5.09875 13.3122 5.45792 13.1448 5.72875 12.8739L13.2263 5.37642C13.8329 4.76808 13.8071 3.75308 13.1696 3.11475Z" }, null, -1), c = [
6
- L
7
- ];
8
- function r(s, d) {
9
- return e(), t("svg", n, c);
10
- }
11
- const _ = { render: r };
12
- export {
13
- _ as default,
14
- r as render
15
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as C, createElementBlock as e, createElementVNode as o } from "vue";
2
- const t = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ o("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M9 11C9.79113 11 10.5645 10.7654 11.2223 10.3259C11.8801 9.88635 12.3928 9.26164 12.6955 8.53074C12.9983 7.79983 13.0775 6.99556 12.9231 6.21964C12.7688 5.44372 12.3878 4.73098 11.8284 4.17157C11.269 3.61216 10.5563 3.2312 9.78036 3.07686C9.00444 2.92252 8.20017 3.00173 7.46927 3.30448C6.73836 3.60723 6.11365 4.11992 5.67412 4.77772C5.2346 5.43552 5 6.20888 5 7C5 8.06087 5.42143 9.07828 6.17157 9.82843C6.92172 10.5786 7.93913 11 9 11ZM9 5C9.39556 5 9.78224 5.1173 10.1111 5.33706C10.44 5.55683 10.6964 5.86918 10.8478 6.23463C10.9991 6.60009 11.0387 7.00222 10.9616 7.39018C10.8844 7.77814 10.6939 8.13451 10.4142 8.41422C10.1345 8.69392 9.77814 8.8844 9.39018 8.96157C9.00222 9.03874 8.60009 8.99914 8.23463 8.84776C7.86918 8.69639 7.55682 8.44004 7.33706 8.11114C7.1173 7.78224 7 7.39556 7 7C7 6.46957 7.21071 5.96086 7.58579 5.58579C7.96086 5.21072 8.46957 5 9 5ZM17 13C17.5933 13 18.1734 12.8241 18.6667 12.4944C19.1601 12.1648 19.5446 11.6962 19.7716 11.1481C19.9987 10.5999 20.0581 9.99667 19.9424 9.41473C19.8266 8.83279 19.5409 8.29824 19.1213 7.87868C18.7018 7.45912 18.1672 7.1734 17.5853 7.05765C17.0033 6.94189 16.4001 7.0013 15.8519 7.22836C15.3038 7.45543 14.8352 7.83994 14.5056 8.33329C14.1759 8.82664 14 9.40666 14 10C14 10.7957 14.3161 11.5587 14.8787 12.1213C15.4413 12.6839 16.2044 13 17 13ZM17 9C17.1978 9 17.3911 9.05865 17.5556 9.16853C17.72 9.27841 17.8482 9.43459 17.9239 9.61732C17.9996 9.80004 18.0194 10.0011 17.9808 10.1951C17.9422 10.3891 17.847 10.5673 17.7071 10.7071C17.5673 10.847 17.3891 10.9422 17.1951 10.9808C17.0011 11.0194 16.8 10.9996 16.6173 10.9239C16.4346 10.8482 16.2784 10.72 16.1685 10.5556C16.0586 10.3911 16 10.1978 16 10C16 9.73478 16.1054 9.48043 16.2929 9.29289C16.4804 9.10536 16.7348 9 17 9ZM13.94 15.05C14.8155 14.3706 15.8918 14.0012 17 14C18.3261 14 19.5979 14.5268 20.5355 15.4645C21.4732 16.4021 22 17.6739 22 19C22 19.2652 21.8946 19.5196 21.7071 19.7071C21.5196 19.8946 21.2652 20 21 20C20.7348 20 20.4804 19.8946 20.2929 19.7071C20.1054 19.5196 20 19.2652 20 19C19.9993 18.4367 19.84 17.8851 19.5404 17.4081C19.2408 16.9312 18.813 16.5482 18.306 16.303C17.7989 16.0578 17.233 15.9603 16.6731 16.0217C16.1132 16.083 15.5819 16.3008 15.14 16.65C15.7064 17.6755 16.0024 18.8284 16 20C16 20.2652 15.8946 20.5196 15.7071 20.7071C15.5196 20.8946 15.2652 21 15 21C14.7348 21 14.4804 20.8946 14.2929 20.7071C14.1054 20.5196 14 20.2652 14 20C14 18.6739 13.4732 17.4021 12.5355 16.4645C11.5979 15.5268 10.3261 15 9 15C7.67392 15 6.40215 15.5268 5.46447 16.4645C4.52678 17.4021 4 18.6739 4 20C4 20.2652 3.89464 20.5196 3.70711 20.7071C3.51957 20.8946 3.26522 21 3 21C2.73478 21 2.48043 20.8946 2.29289 20.7071C2.10536 20.5196 2 20.2652 2 20C2.00187 18.6175 2.41307 17.2665 3.18174 16.1174C3.95041 14.9683 5.04213 14.0726 6.31923 13.5431C7.59632 13.0137 9.00159 12.8742 10.3578 13.1424C11.7141 13.4106 12.9605 14.0744 13.94 15.05Z"
9
- }, null, -1), l = [
10
- n
11
- ];
12
- function r(c, d) {
13
- return C(), e("svg", t, l);
14
- }
15
- const i = { render: r };
16
- export {
17
- i as default,
18
- r as render
19
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const C = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ t("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M7 2H17C17.7956 2 18.5587 2.31607 19.1213 2.87868C19.6839 3.44129 20 4.20435 20 5V19C20 19.7956 19.6839 20.5587 19.1213 21.1213C18.5587 21.6839 17.7956 22 17 22H7C6.20435 22 5.44129 21.6839 4.87868 21.1213C4.31607 20.5587 4 19.7956 4 19V5C4 4.20435 4.31607 3.44129 4.87868 2.87868C5.44129 2.31607 6.20435 2 7 2ZM17.7071 19.7071C17.8946 19.5196 18 19.2652 18 19V5C18 4.73478 17.8946 4.48043 17.7071 4.29289C17.5196 4.10536 17.2652 4 17 4H7C6.73478 4 6.48043 4.10536 6.29289 4.29289C6.10536 4.48043 6 4.73478 6 5V19C6 19.2652 6.10536 19.5196 6.29289 19.7071C6.48043 19.8946 6.73478 20 7 20H17C17.2652 20 17.5196 19.8946 17.7071 19.7071ZM13.5 16.5C13.5 17.3284 12.8284 18 12 18C11.1716 18 10.5 17.3284 10.5 16.5C10.5 15.6716 11.1716 15 12 15C12.8284 15 13.5 15.6716 13.5 16.5Z"
9
- }, null, -1), r = [
10
- n
11
- ];
12
- function c(l, d) {
13
- return e(), o("svg", C, r);
14
- }
15
- const i = { render: c };
16
- export {
17
- i as default,
18
- c as render
19
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- viewBox: "0 0 16 16",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, r = /* @__PURE__ */ o("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M5 4.5H11C11.138 4.5 11.25 4.612 11.25 4.75V8.594L9.62 7.507C9.252 7.262 8.767 7.287 8.427 7.57L4.75 10.625V4.75C4.75 4.612 4.862 4.5 5 4.5ZM11 3H5C4.034 3 3.25 3.783 3.25 4.75V10.75C3.25 11.717 4.034 12.5 5 12.5H11C11.966 12.5 12.75 11.717 12.75 10.75V4.75C12.75 3.783 11.966 3 11 3ZM6.5 7.25C7.052 7.25 7.5 6.803 7.5 6.25C7.5 5.697 7.052 5.25 6.5 5.25C5.948 5.25 5.5 5.697 5.5 6.25C5.5 6.803 5.948 7.25 6.5 7.25Z"
9
- }, null, -1), c = [
10
- r
11
- ];
12
- function l(d, s) {
13
- return e(), t("svg", n, c);
14
- }
15
- const i = { render: l };
16
- export {
17
- i as default,
18
- l as render
19
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as C } from "vue";
2
- const o = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- viewBox: "0 0 16 16"
5
- }, c = /* @__PURE__ */ C("path", { d: "M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15ZM5 4.5C4.862 4.5 4.75 4.612 4.75 4.75V10.625L8.427 7.57C8.767 7.287 9.252 7.262 9.62 7.507L11.25 8.594V4.75C11.25 4.612 11.138 4.5 11 4.5H5ZM11 3C11.966 3 12.75 3.783 12.75 4.75V10.75C12.75 11.717 11.966 12.5 11 12.5H5C4.034 12.5 3.25 11.717 3.25 10.75V4.75C3.25 3.783 4.034 3 5 3H11ZM6.5 7.25C5.948 7.25 5.5 6.803 5.5 6.25C5.5 5.697 5.948 5.25 6.5 5.25C7.052 5.25 7.5 5.697 7.5 6.25C7.5 6.803 7.052 7.25 6.5 7.25Z" }, null, -1), n = [
6
- c
7
- ];
8
- function r(s, d) {
9
- return e(), t("svg", o, n);
10
- }
11
- const i = { render: r };
12
- export {
13
- i as default,
14
- r as render
15
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- viewBox: "0 0 16 16"
5
- }, l = /* @__PURE__ */ o("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM5 4.5H11C11.138 4.5 11.25 4.612 11.25 4.75V8.594L9.62 7.507C9.252 7.262 8.767 7.287 8.427 7.57L4.75 10.625V4.75C4.75 4.612 4.862 4.5 5 4.5ZM11 3H5C4.034 3 3.25 3.783 3.25 4.75V10.75C3.25 11.717 4.034 12.5 5 12.5H11C11.966 12.5 12.75 11.717 12.75 10.75V4.75C12.75 3.783 11.966 3 11 3ZM6.5 7.25C7.052 7.25 7.5 6.803 7.5 6.25C7.5 5.697 7.052 5.25 6.5 5.25C5.948 5.25 5.5 5.697 5.5 6.25C5.5 6.803 5.948 7.25 6.5 7.25Z"
9
- }, null, -1), r = [
10
- l
11
- ];
12
- function C(c, d) {
13
- return e(), t("svg", n, r);
14
- }
15
- const i = { render: C };
16
- export {
17
- i as default,
18
- C as render
19
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as C, createElementBlock as e, createElementVNode as t } from "vue";
2
- const o = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ t("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M20.2 21.3C20.1 21.3 19.9 21.3 19.8 21.2C19.7 21.1 19.5 21.1 19.4 21L15 16.6L12.5 19.1C12.1 19.5 11.5 19.8 10.9 19.8C10.4 19.8 9.90002 19.6 9.50002 19.3C9.10002 19 8.80002 18.5 8.70002 18L8.00002 15C7.80002 14.4 7.50002 13.8 7.00002 13.3C6.70002 13 6.40002 12.8 6.00002 12.6L4.40002 12C4.10002 11.8 3.80002 11.6 3.50002 11.3C3.30002 11 3.10002 10.7 3.10002 10.3C3.00002 9.9 3.10002 9.6 3.20002 9.2C3.30002 8.8 3.50002 8.5 3.80002 8.3L8.30002 3.8C8.70002 3.4 9.30001 3.1 9.90001 3.1C10.3 3.1 10.8 3.2 11.1 3.5C11.5 3.7 11.8 4.1 11.9 4.5L12.6 6.1C12.8 6.5 13 6.8 13.3 7.1C13.8 7.6 14.3 7.9 15 8L18 8.7C18.4 8.8 18.8 9 19.1 9.3C19.4 9.6 19.6 9.9 19.7 10.3C19.8 10.7 19.8 11.1 19.7 11.5C19.6 11.9 19.4 12.3 19.1 12.5L16.6 15L21 19.4C21.1 19.5 21.2 19.6 21.2 19.8C21.3 19.9 21.3 20.1 21.3 20.2C21.3 20.5 21.2 20.8 21 21C20.9 21.1 20.8 21.2 20.6 21.2C20.5 21.3 20.3 21.3 20.2 21.3ZM9.80002 5.3L5.30002 9.7C5.30002 9.7 5.30002 9.7 5.30002 9.8C5.30002 9.8 5.30002 9.8 5.30002 9.9C5.30002 9.9 5.30002 10 5.40002 10L7.00002 10.7C7.60002 11 8.20002 11.4 8.60002 11.9C9.30002 12.6 9.90002 13.6 10.1 14.6L10.8 17.6V17.7H10.9H11L17.6 11.1C17.6 11.1 17.6 11.1 17.6 11C17.6 10.9 17.6 11 17.6 10.9C17.6 10.9 17.6 10.9 17.6 10.8C17.6 10.8 17.6 10.8 17.5 10.8L14.5 10.1C13.5 9.9 12.6 9.3 11.8 8.6C11.3 8.1 10.9 7.6 10.7 7L10 5.4C10 5.2 9.90002 5.2 9.80002 5.3C9.80002 5.3 9.80002 5.2 9.80002 5.3Z"
9
- }, null, -1), L = [
10
- n
11
- ];
12
- function r(c, l) {
13
- return C(), e("svg", o, L);
14
- }
15
- const s = { render: r };
16
- export {
17
- s as default,
18
- r as render
19
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as C, createElementBlock as e, createElementVNode as t } from "vue";
2
- const n = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, o = /* @__PURE__ */ t("path", { d: "M8 15C8.55 15 9 15.45 9 16C9 16.55 8.55 17 8 17C7.45 17 7 16.55 7 16C7 15.45 7.45 15 8 15ZM16 15C16.55 15 17 15.45 17 16C17 16.55 16.55 17 16 17H12C11.45 17 11 16.55 11 16C11 15.45 11.45 15 12 15H16ZM18 20H6C5.449 20 5 19.551 5 19V13H19V19C19 19.551 18.551 20 18 20ZM6 6H7V7C7 7.55 7.45 8 8 8C8.55 8 9 7.55 9 7V6H15V7C15 7.55 15.45 8 16 8C16.55 8 17 7.55 17 7V6H18C18.551 6 19 6.449 19 7V11H5V7C5 6.449 5.449 6 6 6ZM18 4H17V3C17 2.45 16.55 2 16 2C15.45 2 15 2.45 15 3V4H9V3C9 2.45 8.55 2 8 2C7.45 2 7 2.45 7 3V4H6C4.346 4 3 5.346 3 7V19C3 20.654 4.346 22 6 22H18C19.654 22 21 20.654 21 19V7C21 5.346 19.654 4 18 4Z" }, null, -1), V = [
6
- o
7
- ];
8
- function c(r, H) {
9
- return C(), e("svg", n, V);
10
- }
11
- const l = { render: c };
12
- export {
13
- l as default,
14
- c as render
15
- };
@@ -1,29 +0,0 @@
1
- import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
2
- const c = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, l = /* @__PURE__ */ e("g", { "clip-path": "url(#clip0_635_7)" }, [
6
- /* @__PURE__ */ e("path", {
7
- "fill-rule": "evenodd",
8
- "clip-rule": "evenodd",
9
- d: "M8 5.83722V18.0999L17.197 11.7828L8 5.83722ZM6 4.9186C6 3.73013 7.31627 3.01369 8.31435 3.65891L18.9129 10.5105C19.8119 11.0917 19.8302 12.4005 18.9478 13.0066L8.34926 20.2864C7.35396 20.97 6 20.2574 6 19.05V4.9186Z"
10
- })
11
- ], -1), n = /* @__PURE__ */ e("defs", null, [
12
- /* @__PURE__ */ e("clipPath", { id: "clip0_635_7" }, [
13
- /* @__PURE__ */ e("rect", {
14
- width: "24",
15
- height: "24"
16
- })
17
- ])
18
- ], -1), d = [
19
- l,
20
- n
21
- ];
22
- function i(r, s) {
23
- return t(), o("svg", c, d);
24
- }
25
- const h = { render: i };
26
- export {
27
- h as default,
28
- i as render
29
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, l = /* @__PURE__ */ o("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24ZM10.956 18.0028C11.427 18.0028 11.891 17.8458 12.259 17.5408L17.358 13.3278C17.767 12.9918 18 12.5078 18 12.0018C18 11.4958 17.767 11.0118 17.358 10.6758L12.259 6.46178C11.65 5.95878 10.782 5.85778 10.05 6.20278C9.402 6.50878 9 7.11578 9 7.78878V16.2148C9 16.8878 9.402 17.4948 10.05 17.8008C10.339 17.9368 10.649 18.0028 10.956 18.0028Z"
9
- }, null, -1), r = [
10
- l
11
- ];
12
- function c(d, C) {
13
- return e(), t("svg", n, r);
14
- }
15
- const i = { render: c };
16
- export {
17
- i as default,
18
- c as render
19
- };
@@ -1,29 +0,0 @@
1
- import { openBlock as t, createElementBlock as l, createElementVNode as e } from "vue";
2
- const o = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, c = /* @__PURE__ */ e("g", { "clip-path": "url(#clip0_783_398)" }, [
6
- /* @__PURE__ */ e("path", {
7
- "fill-rule": "evenodd",
8
- "clip-rule": "evenodd",
9
- d: "M6 4.9186C6 3.73013 7.31627 3.01369 8.31435 3.65891L18.9129 10.5105C19.8119 11.0917 19.8302 12.4005 18.9478 13.0066L8.34926 20.2864C7.35396 20.97 6 20.2574 6 19.05V4.9186Z"
10
- })
11
- ], -1), i = /* @__PURE__ */ e("defs", null, [
12
- /* @__PURE__ */ e("clipPath", { id: "clip0_783_398" }, [
13
- /* @__PURE__ */ e("rect", {
14
- width: "24",
15
- height: "24"
16
- })
17
- ])
18
- ], -1), n = [
19
- c,
20
- i
21
- ];
22
- function d(r, s) {
23
- return t(), l("svg", o, n);
24
- }
25
- const h = { render: d };
26
- export {
27
- h as default,
28
- d as render
29
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const C = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ o("path", { d: "M15 11H13V9C13 8.45 12.55 8 12 8C11.45 8 11 8.45 11 9V11H9C8.45 11 8 11.45 8 12C8 12.55 8.45 13 9 13H11V15C11 15.55 11.45 16 12 16C12.55 16 13 15.55 13 15V13H15C15.55 13 16 12.55 16 12C16 11.45 15.55 11 15 11ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20ZM12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2Z" }, null, -1), c = [
6
- n
7
- ];
8
- function r(s, l) {
9
- return e(), t("svg", C, c);
10
- }
11
- const _ = { render: r };
12
- export {
13
- _ as default,
14
- r as render
15
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, c = /* @__PURE__ */ o("path", { d: "M19 11H13V5C13 4.447 12.552 4 12 4C11.448 4 11 4.447 11 5V11H5C4.448 11 4 11.447 4 12C4 12.553 4.448 13 5 13H11V19C11 19.553 11.448 20 12 20C12.552 20 13 19.553 13 19V13H19C19.552 13 20 12.553 20 12C20 11.447 19.552 11 19 11Z" }, null, -1), r = [
6
- c
7
- ];
8
- function s(l, d) {
9
- return e(), t("svg", n, r);
10
- }
11
- const _ = { render: s };
12
- export {
13
- _ as default,
14
- s as render
15
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as C, createElementBlock as e, createElementVNode as t } from "vue";
2
- const o = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ t("path", { d: "M19.36 7H18V5C18.0217 4.49233 17.8413 3.99675 17.4983 3.62186C17.1553 3.24698 16.6776 3.02335 16.17 3H7.83002C7.32242 3.02335 6.84478 3.24698 6.50175 3.62186C6.15873 3.99675 5.97831 4.49233 6.00002 5V7H4.64002C3.93628 7.00529 3.26331 7.28924 2.7685 7.78968C2.27369 8.29011 1.99735 8.96625 2.00002 9.67V16.33C1.99735 17.0338 2.27369 17.7099 2.7685 18.2103C3.26331 18.7108 3.93628 18.9947 4.64002 19H5.50002C5.50002 19.5304 5.71073 20.0391 6.08581 20.4142C6.46088 20.7893 6.96959 21 7.50002 21H16.5C17.0305 21 17.5392 20.7893 17.9142 20.4142C18.2893 20.0391 18.5 19.5304 18.5 19H19.36C20.0638 18.9947 20.7367 18.7108 21.2315 18.2103C21.7264 17.7099 22.0027 17.0338 22 16.33V9.67C22.0027 8.96625 21.7264 8.29011 21.2315 7.78968C20.7367 7.28924 20.0638 7.00529 19.36 7ZM8.00002 5H16V7H8.00002V5ZM7.50002 19V15H16.5V19H7.50002ZM20 16.33C20.0027 16.5034 19.9371 16.6708 19.8174 16.7962C19.6976 16.9216 19.5333 16.9948 19.36 17H18.5V15C18.5 14.4696 18.2893 13.9609 17.9142 13.5858C17.5392 13.2107 17.0305 13 16.5 13H7.50002C6.96959 13 6.46088 13.2107 6.08581 13.5858C5.71073 13.9609 5.50002 14.4696 5.50002 15V17H4.64002C4.46672 16.9948 4.30244 16.9216 4.18269 16.7962C4.06293 16.6708 3.99731 16.5034 4.00002 16.33V9.67C3.99731 9.49664 4.06293 9.32919 4.18269 9.20382C4.30244 9.07845 4.46672 9.00523 4.64002 9H19.36C19.5333 9.00523 19.6976 9.07845 19.8174 9.20382C19.9371 9.32919 20.0027 9.49664 20 9.67V16.33Z" }, null, -1), H = [
6
- n
7
- ];
8
- function r(V, c) {
9
- return C(), e("svg", o, H);
10
- }
11
- const d = { render: r };
12
- export {
13
- d as default,
14
- r as render
15
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as C, createElementVNode as t } from "vue";
2
- const o = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ t("path", { d: "M20.3032 13.4258C19.7772 13.2588 19.2152 13.5498 19.0472 14.0758C18.1102 17.0218 15.3522 18.9998 12.1842 18.9998C8.22218 18.9998 5.00018 15.8598 5.00018 11.9998C5.00018 8.14079 8.22218 4.99979 12.1842 4.99979C13.9122 4.99979 15.5422 5.60179 16.8292 6.66979L14.6632 6.31279C14.1132 6.21279 13.6032 6.59179 13.5132 7.13579C13.4232 7.68079 13.7922 8.19579 14.3372 8.28479L18.5832 8.98679C18.6382 8.99579 18.6942 8.99979 18.7472 8.99979C18.8662 8.99979 18.9822 8.97879 19.0902 8.93879C19.1272 8.92479 19.1572 8.89879 19.1932 8.87979C19.2592 8.84579 19.3282 8.81579 19.3852 8.76779C19.4212 8.73879 19.4442 8.69679 19.4752 8.66279C19.5222 8.61379 19.5722 8.56679 19.6072 8.50679C19.6322 8.46379 19.6422 8.41279 19.6612 8.36479C19.6852 8.30579 19.7172 8.25079 19.7292 8.18579L20.4832 4.18579C20.5852 3.64279 20.2282 3.11879 19.6852 3.01779C19.1442 2.91979 18.6192 3.27279 18.5172 3.81479L18.2452 5.25579C16.5812 3.81479 14.4482 2.99979 12.1842 2.99979C7.12018 2.99979 3.00018 7.03679 3.00018 11.9998C3.00018 16.9628 7.12018 20.9998 12.1842 20.9998C16.2262 20.9998 19.7502 18.4608 20.9532 14.6818C21.1202 14.1558 20.8292 13.5938 20.3032 13.4258Z" }, null, -1), r = [
6
- n
7
- ];
8
- function c(s, d) {
9
- return e(), C("svg", o, r);
10
- }
11
- const _ = { render: c };
12
- export {
13
- _ as default,
14
- c as render
15
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as C, createElementVNode as t } from "vue";
2
- const o = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ t("path", { d: "M6.2274 18.1355C6.54698 17.6856 7.17094 17.5797 7.62166 17.8987C10.1429 19.6876 13.536 19.6075 16.066 17.7009C19.2302 15.3166 19.9137 10.8698 17.5907 7.78706C15.2683 4.70513 10.8048 4.13566 7.64063 6.52005C6.26058 7.55999 5.3211 9.02172 4.93599 10.6492L6.45099 9.06056C6.83006 8.6497 7.46545 8.64545 7.86472 9.02575C8.26458 9.40684 8.27982 10.0402 7.89813 10.4393L4.92959 13.5552C4.89108 13.5955 4.84877 13.6324 4.80644 13.6643C4.7114 13.7359 4.60612 13.789 4.4958 13.822C4.45782 13.8331 4.41822 13.8304 4.37803 13.8369C4.30486 13.8494 4.2317 13.867 4.15729 13.863C4.11109 13.8615 4.06744 13.8418 4.02222 13.8333C3.9552 13.8224 3.88698 13.815 3.82292 13.7881C3.77708 13.7688 3.7384 13.7341 3.69434 13.7072C3.63966 13.6746 3.581 13.6499 3.5323 13.6052L0.522872 10.8644C0.114626 10.4922 0.0843874 9.85882 0.457263 9.45137C0.830347 9.04752 1.46207 9.01349 1.86972 9.38496L2.95416 10.3721C3.41587 8.21985 4.62888 6.28529 6.437 4.92278C10.4813 1.87519 16.2012 2.6198 19.188 6.58343C22.1748 10.5471 21.314 16.2506 17.2697 19.2982C14.0416 21.7308 9.69918 21.8238 6.46416 19.5298C6.01424 19.2102 5.90842 18.5862 6.2274 18.1355Z" }, null, -1), r = [
6
- n
7
- ];
8
- function c(s, d) {
9
- return e(), C("svg", o, r);
10
- }
11
- const _ = { render: c };
12
- export {
13
- _ as default,
14
- c as render
15
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as C, createElementBlock as e, createElementVNode as o } from "vue";
2
- const t = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ o("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M13.7071 16.7071C13.5196 16.8946 13.2652 17 13 17H12V19H13C13.2652 19 13.5196 19.1054 13.7071 19.2929C13.8946 19.4804 14 19.7348 14 20C14 20.2652 13.8946 20.5196 13.7071 20.7071C13.5196 20.8946 13.2652 21 13 21H7C6.73478 21 6.48043 20.8946 6.29289 20.7071C6.10536 20.5196 6 20.2652 6 20C6 19.7348 6.10536 19.4804 6.29289 19.2929C6.48043 19.1054 6.73478 19 7 19H8V17H4C3.20435 17 2.44129 16.6839 1.87868 16.1213C1.31607 15.5587 1 14.7956 1 14V6C1 5.20435 1.31607 4.44129 1.87868 3.87868C2.44129 3.31607 3.20435 3 4 3H16C16.7956 3 17.5587 3.31607 18.1213 3.87868C18.6839 4.44129 19 5.20435 19 6V7C19 7.26522 18.8946 7.51957 18.7071 7.70711C18.5196 7.89464 18.2652 8 18 8C17.7348 8 17.4804 7.89464 17.2929 7.70711C17.1054 7.51957 17 7.26522 17 7V6C17 5.73478 16.8946 5.48043 16.7071 5.29289C16.5196 5.10536 16.2652 5 16 5H4C3.73478 5 3.48043 5.10536 3.29289 5.29289C3.10536 5.48043 3 5.73478 3 6V14C3 14.2652 3.10536 14.5196 3.29289 14.7071C3.48043 14.8946 3.73478 15 4 15H13C13.2652 15 13.5196 15.1054 13.7071 15.2929C13.8946 15.4804 14 15.7348 14 16C14 16.2652 13.8946 16.5196 13.7071 16.7071ZM15 11C15 9.89543 15.8954 9 17 9H21C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H17C15.8954 21 15 20.1046 15 19V11ZM17 11H21V19H17V11Z"
9
- }, null, -1), r = [
10
- n
11
- ];
12
- function c(l, s) {
13
- return C(), e("svg", t, r);
14
- }
15
- const H = { render: c };
16
- export {
17
- H as default,
18
- c as render
19
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, r = /* @__PURE__ */ o("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M14.6461 18C15.594 18 16.4894 17.5646 17.0749 16.8191L20.2174 12.8174C20.5942 12.3376 20.5942 11.6624 20.2174 11.1826L17.0749 7.18089C16.4894 6.43535 15.594 6 14.6461 6L5.25194 6C4.03366 6 3.04605 6.98761 3.04605 8.20588V15.7941C3.04605 17.0124 4.03366 18 5.25194 18L14.6461 18Z"
9
- }, null, -1), c = [
10
- r
11
- ];
12
- function l(d, s) {
13
- return e(), t("svg", n, c);
14
- }
15
- const _ = { render: l };
16
- export {
17
- _ as default,
18
- l as render
19
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as C, createElementBlock as e, createElementVNode as t } from "vue";
2
- const o = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ t("path", { d: "M20.12 8.71L15.29 3.88C14.7279 3.31723 13.9654 3.0007 13.17 3H6C5.20435 3 4.44129 3.31607 3.87868 3.87868C3.31607 4.44129 3 5.20435 3 6V18C3 18.7956 3.31607 19.5587 3.87868 20.1213C4.44129 20.6839 5.20435 21 6 21H18C18.7956 21 19.5587 20.6839 20.1213 20.1213C20.6839 19.5587 21 18.7956 21 18V10.83C20.9993 10.0346 20.6828 9.27207 20.12 8.71V8.71ZM10 19V17H14V19H10ZM19 18C19 18.2652 18.8946 18.5196 18.7071 18.7071C18.5196 18.8946 18.2652 19 18 19H16V16C16 15.7348 15.8946 15.4804 15.7071 15.2929C15.5196 15.1054 15.2652 15 15 15H9C8.73478 15 8.48043 15.1054 8.29289 15.2929C8.10536 15.4804 8 15.7348 8 16V19H6C5.73478 19 5.48043 18.8946 5.29289 18.7071C5.10536 18.5196 5 18.2652 5 18V6C5 5.73478 5.10536 5.48043 5.29289 5.29289C5.48043 5.10536 5.73478 5 6 5H8V10C8 10.2652 8.10536 10.5196 8.29289 10.7071C8.48043 10.8946 8.73478 11 9 11H13C13.2652 11 13.5196 10.8946 13.7071 10.7071C13.8946 10.5196 14 10.2652 14 10C14 9.73478 13.8946 9.48043 13.7071 9.29289C13.5196 9.10536 13.2652 9 13 9H10V5H13.17C13.4348 5.00368 13.6884 5.10727 13.88 5.29L18.71 10.12C18.8027 10.2134 18.876 10.3243 18.9258 10.4461C18.9755 10.5679 19.0008 10.6984 19 10.83V18Z" }, null, -1), c = [
6
- n
7
- ];
8
- function r(s, V) {
9
- return C(), e("svg", o, c);
10
- }
11
- const d = { render: r };
12
- export {
13
- d as default,
14
- r as render
15
- };
@@ -1,29 +0,0 @@
1
- import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
2
- const c = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, l = /* @__PURE__ */ e("g", { "clip-path": "url(#clip0_2027_408)" }, [
6
- /* @__PURE__ */ e("path", {
7
- "fill-rule": "evenodd",
8
- "clip-rule": "evenodd",
9
- d: "M12.0208 2.80761L2.82843 12L12.0208 21.1924L21.2132 12L12.0208 2.80761ZM0 12L12.0208 24.0208L24.0416 12L12.0208 -0.0208151L0 12Z"
10
- })
11
- ], -1), d = /* @__PURE__ */ e("defs", null, [
12
- /* @__PURE__ */ e("clipPath", { id: "clip0_2027_408" }, [
13
- /* @__PURE__ */ e("rect", {
14
- width: "24",
15
- height: "24"
16
- })
17
- ])
18
- ], -1), n = [
19
- l,
20
- d
21
- ];
22
- function r(i, s) {
23
- return t(), o("svg", c, n);
24
- }
25
- const h = { render: r };
26
- export {
27
- h as default,
28
- r as render
29
- };
@@ -1,30 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const c = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, r = /* @__PURE__ */ t("g", { "clip-path": "url(#clip0_2027_402)" }, [
6
- /* @__PURE__ */ t("rect", {
7
- y: "12",
8
- width: "17",
9
- height: "17",
10
- transform: "rotate(-45 0 12)"
11
- })
12
- ], -1), i = /* @__PURE__ */ t("defs", null, [
13
- /* @__PURE__ */ t("clipPath", { id: "clip0_2027_402" }, [
14
- /* @__PURE__ */ t("rect", {
15
- width: "24",
16
- height: "24"
17
- })
18
- ])
19
- ], -1), n = [
20
- r,
21
- i
22
- ];
23
- function s(h, l) {
24
- return e(), o("svg", c, n);
25
- }
26
- const d = { render: s };
27
- export {
28
- d as default,
29
- s as render
30
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, c = /* @__PURE__ */ o("path", { d: "M5 11C5 7.691 7.691 5 11 5C14.309 5 17 7.691 17 11C17 14.309 14.309 17 11 17C7.691 17 5 14.309 5 11ZM20.707 19.293L17.312 15.897C18.365 14.543 19 12.846 19 11C19 6.589 15.411 3 11 3C6.589 3 3 6.589 3 11C3 15.411 6.589 19 11 19C12.846 19 14.543 18.365 15.897 17.312L19.293 20.707C19.488 20.902 19.744 21 20 21C20.256 21 20.512 20.902 20.707 20.707C21.098 20.316 21.098 19.684 20.707 19.293Z" }, null, -1), r = [
6
- c
7
- ];
8
- function s(C, d) {
9
- return e(), t("svg", n, r);
10
- }
11
- const _ = { render: s };
12
- export {
13
- _ as default,
14
- s as render
15
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as C, createElementBlock as e, createElementVNode as L } from "vue";
2
- const t = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, o = /* @__PURE__ */ L("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M11.3745 20H12.6255V19.233C12.6255 18.298 13.2005 17.458 14.0895 17.091C15.0095 16.708 16.0145 16.896 16.6765 17.562L17.2155 18.103L18.1035 17.215L17.5585 16.671C16.8955 16.009 16.7085 15.005 17.0815 14.114C17.0815 14.114 17.0825 14.113 17.0825 14.112L17.0935 14.084C17.4575 13.201 18.2985 12.625 19.2335 12.625H19.9995V11.375H19.2335C18.2985 11.375 17.4575 10.8 17.0915 9.911C16.7065 8.991 16.8955 7.986 17.5615 7.323L18.1025 6.784L17.2155 5.897L16.6705 6.442C16.0085 7.104 15.0055 7.291 14.1145 6.919C13.2015 6.542 12.6255 5.702 12.6255 4.767V4H11.3745V4.767C11.3745 5.702 10.7995 6.542 9.91051 6.909C8.99151 7.294 7.98651 7.105 7.32351 6.438L6.78451 5.897L5.89651 6.785L6.44151 7.329C7.10351 7.991 7.29151 8.995 6.91851 9.886C6.54251 10.799 5.70151 11.375 4.76651 11.375H3.99951V12.625H4.76651C5.70151 12.625 6.54251 13.2 6.90851 14.089C7.29351 15.009 7.10451 16.014 6.43851 16.677L5.89751 17.216L6.78451 18.103L7.32951 17.558C7.99151 16.896 8.99451 16.709 9.88551 17.081C10.7985 17.458 11.3745 18.298 11.3745 19.233V20ZM12.9425 22H11.0505C10.1265 22 9.37451 21.248 9.37451 20.324V19.233C9.37451 19.086 9.25751 18.985 9.14751 18.94C9.00351 18.881 8.84951 18.869 8.74351 18.972L7.97351 19.743C7.31751 20.397 6.25151 20.399 5.59651 19.743L4.25651 18.403C3.93851 18.085 3.76451 17.663 3.76451 17.213C3.76551 16.764 3.94051 16.342 4.25951 16.024L5.02751 15.259C5.13251 15.154 5.12151 15 5.07451 14.889C5.01451 14.742 4.91451 14.625 4.76651 14.625H3.68251C2.75451 14.625 1.99951 13.871 1.99951 12.943V11.051C1.99951 10.126 2.75151 9.375 3.67651 9.375H4.76651C4.91351 9.375 5.01451 9.257 5.05951 9.147C5.11951 9.003 5.13151 8.848 5.02751 8.744L4.25651 7.974C3.60251 7.317 3.60251 6.251 4.25651 5.597L5.59651 4.257C5.91451 3.939 6.33551 3.765 6.78451 3.765H6.78651C7.23551 3.765 7.65851 3.94 7.97551 4.259L8.74051 5.028C8.84551 5.134 9.00051 5.122 9.11151 5.075C9.25751 5.014 9.37451 4.914 9.37451 4.767V3.683C9.37451 2.755 10.1295 2 11.0575 2H12.9495C13.8735 2 14.6255 2.752 14.6255 3.676V4.767C14.6255 4.914 14.7425 5.015 14.8525 5.06C14.9975 5.12 15.1515 5.133 15.2565 5.028L16.0265 4.257C16.6825 3.603 17.7485 3.601 18.4035 4.257L19.7445 5.598C20.0625 5.915 20.2365 6.337 20.2355 6.787C20.2355 7.235 20.0605 7.658 19.7415 7.975L18.9725 8.741C18.8675 8.846 18.8785 9 18.9255 9.111C18.9855 9.258 19.0855 9.375 19.2335 9.375H20.3175C21.2455 9.375 21.9995 10.129 21.9995 11.057V12.949C21.9995 13.874 21.2485 14.625 20.3235 14.625H19.2335C19.0865 14.625 18.9855 14.743 18.9405 14.853C18.9395 14.854 18.9275 14.884 18.9265 14.886C18.8805 14.997 18.8685 15.152 18.9725 15.256L19.7435 16.026C20.3975 16.683 20.3975 17.749 19.7435 18.403L18.4035 19.743C18.0855 20.061 17.6645 20.235 17.2155 20.235H17.2135C16.7645 20.235 16.3415 20.06 16.0245 19.741L15.2595 18.972C15.1545 18.867 14.9985 18.879 14.8885 18.925C14.7425 18.986 14.6255 19.086 14.6255 19.233V20.317C14.6255 21.245 13.8705 22 12.9425 22ZM12 10.5C11.173 10.5 10.5 11.173 10.5 12C10.5 12.827 11.173 13.5 12 13.5C12.827 13.5 13.5 12.827 13.5 12C13.5 11.173 12.827 10.5 12 10.5ZM12 15.5C10.07 15.5 8.50001 13.93 8.50001 12C8.50001 10.07 10.07 8.5 12 8.5C13.93 8.5 15.5 10.07 15.5 12C15.5 13.93 13.93 15.5 12 15.5Z"
9
- }, null, -1), n = [
10
- o
11
- ];
12
- function r(H, c) {
13
- return C(), e("svg", t, n);
14
- }
15
- const s = { render: r };
16
- export {
17
- s as default,
18
- r as render
19
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as C, createElementBlock as e, createElementVNode as t } from "vue";
2
- const o = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ t("path", { d: "M18 19C17.448 19 17 18.552 17 18C17 17.448 17.448 17 18 17C18.552 17 19 17.448 19 18C19 18.552 18.552 19 18 19ZM5 13C4.448 13 4 12.552 4 12C4 11.448 4.448 11 5 11C5.552 11 6 11.448 6 12C6 12.552 5.552 13 5 13ZM18 5C18.552 5 19 5.448 19 6C19 6.552 18.552 7 18 7C17.448 7 17 6.552 17 6C17 5.448 17.448 5 18 5ZM18 15C17.183 15 16.443 15.33 15.901 15.861L7.966 12.335C7.979 12.224 8 12.114 8 12C8 11.886 7.979 11.776 7.966 11.665L15.901 8.139C16.443 8.67 17.183 9 18 9C19.654 9 21 7.654 21 6C21 4.346 19.654 3 18 3C16.346 3 15 4.346 15 6C15 6.114 15.021 6.224 15.034 6.335L7.099 9.861C6.557 9.33 5.817 9 5 9C3.346 9 2 10.346 2 12C2 13.654 3.346 15 5 15C5.817 15 6.557 14.67 7.099 14.139L15.034 17.665C15.021 17.776 15 17.886 15 18C15 19.654 16.346 21 18 21C19.654 21 21 19.654 21 18C21 16.346 19.654 15 18 15Z" }, null, -1), r = [
6
- n
7
- ];
8
- function c(s, l) {
9
- return C(), e("svg", o, r);
10
- }
11
- const d = { render: c };
12
- export {
13
- d as default,
14
- c as render
15
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const C = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, n = /* @__PURE__ */ o("path", { d: "M18.0001 17.0001V18.0001H6.00012V17.0001C6.00012 16.4501 5.55012 16.0001 5.00012 16.0001C4.45012 16.0001 4.00012 16.4501 4.00012 17.0001V19.0001C4.00012 19.5501 4.45012 20.0001 5.00012 20.0001H19.0001C19.5501 20.0001 20.0001 19.5501 20.0001 19.0001V17.0001C20.0001 16.4501 19.5501 16.0001 19.0001 16.0001C18.4501 16.0001 18.0001 16.4501 18.0001 17.0001ZM12.5753 3.18224C12.2213 2.93224 11.7463 2.94024 11.4003 3.20024L7.40032 6.20024C7.13832 6.39624 7.00032 6.69724 7.00032 7.00124C7.00032 7.20924 7.06532 7.42024 7.20032 7.60024C7.53132 8.04224 8.15832 8.13124 8.59932 7.80024L11.0003 5.99924V6.00024V14.0002C11.0003 14.5522 11.4473 15.0002 12.0003 15.0002C12.5533 15.0002 13.0003 14.5522 13.0003 14.0002V6.00024C13.0003 5.97024 12.9853 5.94424 12.9823 5.91424L15.4253 7.63224C15.8763 7.95024 16.5003 7.84124 16.8183 7.38924C17.1373 6.93824 17.0273 6.31424 16.5753 5.99624L12.5753 3.18224Z" }, null, -1), r = [
6
- n
7
- ];
8
- function c(s, d) {
9
- return e(), t("svg", C, r);
10
- }
11
- const V = { render: c };
12
- export {
13
- V as default,
14
- c as render
15
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as d, createStaticVNode as l } from "vue";
2
- const t = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, o = /* @__PURE__ */ l('<path fill-rule="evenodd" clip-rule="evenodd" d="M2 5C2 3.89543 2.89543 3 4 3H20C21.1046 3 22 3.89543 22 5V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19V5ZM4 5H20V19H4V5Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M11 19V5H13V19H11Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5 8.5C5 8.22386 5.22386 8 5.5 8H9.5C9.77614 8 10 8.22386 10 8.5C10 8.77614 9.77614 9 9.5 9H5.5C5.22386 9 5 8.77614 5 8.5Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5 10.9C5 10.6239 5.22386 10.4 5.5 10.4H9.5C9.77614 10.4 10 10.6239 10 10.9C10 11.1762 9.77614 11.4 9.5 11.4H5.5C5.22386 11.4 5 11.1762 5 10.9Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5 13.3C5 13.0239 5.22386 12.8 5.5 12.8H9.5C9.77614 12.8 10 13.0239 10 13.3C10 13.5762 9.77614 13.8 9.5 13.8H5.5C5.22386 13.8 5 13.5762 5 13.3Z"></path>', 5), r = [
6
- o
7
- ];
8
- function n(p, c) {
9
- return e(), d("svg", t, r);
10
- }
11
- const a = { render: n };
12
- export {
13
- a as default,
14
- n as render
15
- };
@@ -1,19 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- viewBox: "0 0 24 24",
4
- xmlns: "http://www.w3.org/2000/svg"
5
- }, C = /* @__PURE__ */ o("path", {
6
- "fill-rule": "evenodd",
7
- "clip-rule": "evenodd",
8
- d: "M4 3C2.89543 3 2 3.89543 2 5V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V5C22 3.89543 21.1046 3 20 3H4ZM13 5V19H20V5H13ZM5.5 8C5.22386 8 5 8.22386 5 8.5C5 8.77614 5.22386 9 5.5 9H9.5C9.77614 9 10 8.77614 10 8.5C10 8.22386 9.77614 8 9.5 8H5.5ZM5 10.9C5 10.6239 5.22386 10.4 5.5 10.4H9.5C9.77614 10.4 10 10.6239 10 10.9C10 11.1762 9.77614 11.4 9.5 11.4H5.5C5.22386 11.4 5 11.1762 5 10.9ZM5.5 12.8C5.22386 12.8 5 13.0239 5 13.3C5 13.5762 5.22386 13.8 5.5 13.8H9.5C9.77614 13.8 10 13.5762 10 13.3C10 13.0239 9.77614 12.8 9.5 12.8H5.5Z"
9
- }, null, -1), l = [
10
- C
11
- ];
12
- function r(c, d) {
13
- return e(), t("svg", n, l);
14
- }
15
- const i = { render: r };
16
- export {
17
- i as default,
18
- r as render
19
- };