@scalar/components 0.12.53 → 0.12.55

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 (212) hide show
  1. package/README.md +6 -6
  2. package/dist/components/ScalarButton/ScalarButton.stories.d.ts +116 -544
  3. package/dist/components/ScalarButton/ScalarButton.stories.d.ts.map +1 -1
  4. package/dist/components/ScalarButton/ScalarButton.vue.d.ts +5 -32
  5. package/dist/components/ScalarButton/ScalarButton.vue.d.ts.map +1 -1
  6. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.stories.d.ts +52 -164
  7. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.stories.d.ts.map +1 -1
  8. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.d.ts +4 -29
  9. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.d.ts.map +1 -1
  10. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.js +21 -21
  11. package/dist/components/ScalarCombobox/ScalarCombobox.stories.d.ts +22 -116
  12. package/dist/components/ScalarCombobox/ScalarCombobox.stories.d.ts.map +1 -1
  13. package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts +6 -15
  14. package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts.map +1 -1
  15. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts +324 -83
  16. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts.map +1 -1
  17. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts +3 -12
  18. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts.map +1 -1
  19. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts +7 -16
  20. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts.map +1 -1
  21. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.d.ts +35 -12
  22. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.d.ts.map +1 -1
  23. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.js +24 -24
  24. package/dist/components/ScalarContextMenu/ScalarContextMenu.stories.d.ts +121 -460
  25. package/dist/components/ScalarContextMenu/ScalarContextMenu.stories.d.ts.map +1 -1
  26. package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.d.ts +4 -29
  27. package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.d.ts.map +1 -1
  28. package/dist/components/ScalarDropdown/ScalarDropdown.stories.d.ts +102 -569
  29. package/dist/components/ScalarDropdown/ScalarDropdown.stories.d.ts.map +1 -1
  30. package/dist/components/ScalarDropdown/ScalarDropdown.vue.d.ts +4 -27
  31. package/dist/components/ScalarDropdown/ScalarDropdown.vue.d.ts.map +1 -1
  32. package/dist/components/ScalarDropdown/ScalarDropdown.vue.js +14 -14
  33. package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.d.ts +1 -1
  34. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts +6 -15
  35. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts.map +1 -1
  36. package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts +1 -10
  37. package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts.map +1 -1
  38. package/dist/components/ScalarIcon/IconList.vue.d.ts +3 -12
  39. package/dist/components/ScalarIcon/IconList.vue.d.ts.map +1 -1
  40. package/dist/components/ScalarIcon/ScalarIcon.stories.d.ts +40 -112
  41. package/dist/components/ScalarIcon/ScalarIcon.stories.d.ts.map +1 -1
  42. package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts +3 -12
  43. package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts.map +1 -1
  44. package/dist/components/ScalarIcon/icons/Add.svg.js +16 -16
  45. package/dist/components/ScalarIcon/icons/AddTab.svg.js +15 -15
  46. package/dist/components/ScalarIcon/icons/ArrowLeft.svg.js +14 -14
  47. package/dist/components/ScalarIcon/icons/ArrowRight.svg.js +14 -14
  48. package/dist/components/ScalarIcon/icons/Brackets.svg.js +14 -14
  49. package/dist/components/ScalarIcon/icons/Branch.svg.js +25 -25
  50. package/dist/components/ScalarIcon/icons/Changelog.svg.js +11 -11
  51. package/dist/components/ScalarIcon/icons/Checkmark.svg.js +15 -15
  52. package/dist/components/ScalarIcon/icons/ChevronDown.svg.js +14 -14
  53. package/dist/components/ScalarIcon/icons/ChevronLeft.svg.js +15 -15
  54. package/dist/components/ScalarIcon/icons/ChevronRight.svg.js +15 -15
  55. package/dist/components/ScalarIcon/icons/ChevronUp.svg.js +14 -14
  56. package/dist/components/ScalarIcon/icons/Clipboard.svg.js +14 -14
  57. package/dist/components/ScalarIcon/icons/Close.svg.js +15 -15
  58. package/dist/components/ScalarIcon/icons/CloseTab.svg.js +15 -15
  59. package/dist/components/ScalarIcon/icons/CloseTabs.svg.js +15 -15
  60. package/dist/components/ScalarIcon/icons/Cloud.svg.js +9 -9
  61. package/dist/components/ScalarIcon/icons/CodeFolder.svg.js +22 -22
  62. package/dist/components/ScalarIcon/icons/Cog.svg.js +11 -11
  63. package/dist/components/ScalarIcon/icons/Collection.svg.js +14 -14
  64. package/dist/components/ScalarIcon/icons/Cookie.svg.js +19 -19
  65. package/dist/components/ScalarIcon/icons/DarkMode.svg.js +10 -10
  66. package/dist/components/ScalarIcon/icons/Delete.svg.js +12 -12
  67. package/dist/components/ScalarIcon/icons/Discord.svg.js +10 -10
  68. package/dist/components/ScalarIcon/icons/DiscordLine.svg.js +11 -11
  69. package/dist/components/ScalarIcon/icons/DocsPage.svg.js +22 -22
  70. package/dist/components/ScalarIcon/icons/Download.svg.js +9 -9
  71. package/dist/components/ScalarIcon/icons/Duplicate.svg.js +20 -20
  72. package/dist/components/ScalarIcon/icons/Edit.svg.js +15 -15
  73. package/dist/components/ScalarIcon/icons/Ellipses.svg.js +10 -10
  74. package/dist/components/ScalarIcon/icons/Email.svg.js +11 -11
  75. package/dist/components/ScalarIcon/icons/Error.svg.js +10 -10
  76. package/dist/components/ScalarIcon/icons/Example.svg.js +15 -15
  77. package/dist/components/ScalarIcon/icons/ExternalLink.svg.js +14 -14
  78. package/dist/components/ScalarIcon/icons/FilterList.svg.js +14 -14
  79. package/dist/components/ScalarIcon/icons/Folder.svg.js +14 -14
  80. package/dist/components/ScalarIcon/icons/GitHub.svg.js +10 -10
  81. package/dist/components/ScalarIcon/icons/GitHubLine.svg.js +10 -10
  82. package/dist/components/ScalarIcon/icons/Google.svg.js +10 -10
  83. package/dist/components/ScalarIcon/icons/Help.svg.js +10 -10
  84. package/dist/components/ScalarIcon/icons/Hide.svg.js +10 -10
  85. package/dist/components/ScalarIcon/icons/History.svg.js +10 -10
  86. package/dist/components/ScalarIcon/icons/House.svg.js +10 -10
  87. package/dist/components/ScalarIcon/icons/Import.svg.js +11 -11
  88. package/dist/components/ScalarIcon/icons/Info.svg.js +27 -27
  89. package/dist/components/ScalarIcon/icons/Key.svg.js +11 -11
  90. package/dist/components/ScalarIcon/icons/Leave.svg.js +10 -10
  91. package/dist/components/ScalarIcon/icons/LightDarkModeToggle.svg.js +14 -14
  92. package/dist/components/ScalarIcon/icons/LightMode.svg.js +15 -15
  93. package/dist/components/ScalarIcon/icons/Link.svg.js +10 -10
  94. package/dist/components/ScalarIcon/icons/Lock.svg.js +15 -15
  95. package/dist/components/ScalarIcon/icons/Logo.svg.js +12 -12
  96. package/dist/components/ScalarIcon/icons/LogoAPI.svg.js +13 -13
  97. package/dist/components/ScalarIcon/icons/LogoClient.svg.js +10 -10
  98. package/dist/components/ScalarIcon/icons/LogoMarket.svg.js +10 -10
  99. package/dist/components/ScalarIcon/icons/LogoSwagger.svg.js +9 -9
  100. package/dist/components/ScalarIcon/icons/Magic.svg.js +14 -14
  101. package/dist/components/ScalarIcon/icons/Menu.svg.js +16 -16
  102. package/dist/components/ScalarIcon/icons/Page.svg.js +11 -11
  103. package/dist/components/ScalarIcon/icons/PaperAirplane.svg.js +15 -15
  104. package/dist/components/ScalarIcon/icons/Pencil.svg.js +9 -9
  105. package/dist/components/ScalarIcon/icons/Play.svg.js +9 -9
  106. package/dist/components/ScalarIcon/icons/Refresh.svg.js +20 -20
  107. package/dist/components/ScalarIcon/icons/Roadmap.svg.js +9 -9
  108. package/dist/components/ScalarIcon/icons/Scribble.svg.js +15 -15
  109. package/dist/components/ScalarIcon/icons/Search.svg.js +15 -15
  110. package/dist/components/ScalarIcon/icons/Server.svg.js +25 -25
  111. package/dist/components/ScalarIcon/icons/Settings.svg.js +15 -15
  112. package/dist/components/ScalarIcon/icons/Show.svg.js +22 -22
  113. package/dist/components/ScalarIcon/icons/Sort.svg.js +15 -15
  114. package/dist/components/ScalarIcon/icons/Terminal.svg.js +22 -22
  115. package/dist/components/ScalarIcon/icons/ThumbsDown.svg.js +15 -15
  116. package/dist/components/ScalarIcon/icons/ThumbsUp.svg.js +15 -15
  117. package/dist/components/ScalarIcon/icons/Trash.svg.js +15 -15
  118. package/dist/components/ScalarIcon/icons/Unlock.svg.js +9 -9
  119. package/dist/components/ScalarIcon/icons/Upload.svg.js +10 -10
  120. package/dist/components/ScalarIcon/icons/UploadSimple.svg.js +15 -15
  121. package/dist/components/ScalarIcon/icons/User.svg.js +14 -14
  122. package/dist/components/ScalarIcon/icons/Users.svg.js +10 -10
  123. package/dist/components/ScalarIcon/icons/Wallet.svg.js +11 -11
  124. package/dist/components/ScalarIcon/icons/Workspace.svg.js +10 -10
  125. package/dist/components/ScalarIcon/icons/programming-framework-angular.svg.js +10 -10
  126. package/dist/components/ScalarIcon/icons/programming-framework-astro.svg.js +10 -10
  127. package/dist/components/ScalarIcon/icons/programming-framework-laravel.svg.js +15 -15
  128. package/dist/components/ScalarIcon/icons/programming-framework-nextdotjs.svg.js +8 -8
  129. package/dist/components/ScalarIcon/icons/programming-framework-react.svg.js +10 -10
  130. package/dist/components/ScalarIcon/icons/programming-framework-vuedotjs.svg.js +11 -11
  131. package/dist/components/ScalarIcon/icons/programming-language-c.svg.js +10 -10
  132. package/dist/components/ScalarIcon/icons/programming-language-clojure.svg.js +9 -9
  133. package/dist/components/ScalarIcon/icons/programming-language-csharp.svg.js +9 -9
  134. package/dist/components/ScalarIcon/icons/programming-language-css3.svg.js +10 -10
  135. package/dist/components/ScalarIcon/icons/programming-language-go.svg.js +10 -10
  136. package/dist/components/ScalarIcon/icons/programming-language-html5.svg.js +10 -10
  137. package/dist/components/ScalarIcon/icons/programming-language-http.svg.js +10 -10
  138. package/dist/components/ScalarIcon/icons/programming-language-java.svg.js +12 -12
  139. package/dist/components/ScalarIcon/icons/programming-language-javascript.svg.js +7 -7
  140. package/dist/components/ScalarIcon/icons/programming-language-json.svg.js +11 -11
  141. package/dist/components/ScalarIcon/icons/programming-language-kotlin.svg.js +8 -8
  142. package/dist/components/ScalarIcon/icons/programming-language-node.svg.js +10 -10
  143. package/dist/components/ScalarIcon/icons/programming-language-objc.svg.js +11 -11
  144. package/dist/components/ScalarIcon/icons/programming-language-ocaml.svg.js +10 -10
  145. package/dist/components/ScalarIcon/icons/programming-language-php.svg.js +9 -9
  146. package/dist/components/ScalarIcon/icons/programming-language-powershell.svg.js +14 -14
  147. package/dist/components/ScalarIcon/icons/programming-language-python.svg.js +9 -9
  148. package/dist/components/ScalarIcon/icons/programming-language-r.svg.js +14 -14
  149. package/dist/components/ScalarIcon/icons/programming-language-ruby.svg.js +8 -8
  150. package/dist/components/ScalarIcon/icons/programming-language-scala.svg.js +10 -10
  151. package/dist/components/ScalarIcon/icons/programming-language-shell.svg.js +10 -10
  152. package/dist/components/ScalarIcon/icons/programming-language-swift.svg.js +10 -10
  153. package/dist/components/ScalarIcon/icons/programming-language-typescript.svg.js +9 -9
  154. package/dist/components/ScalarIcon/icons/programming-script-code.svg.js +15 -15
  155. package/dist/components/ScalarIcon/icons/programming-tool-git.svg.js +10 -10
  156. package/dist/components/ScalarIcon/icons/programming-tool-tailwindcss.svg.js +9 -9
  157. package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts +15 -47
  158. package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts.map +1 -1
  159. package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts +4 -27
  160. package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts.map +1 -1
  161. package/dist/components/ScalarListbox/ScalarListbox.stories.d.ts +32 -145
  162. package/dist/components/ScalarListbox/ScalarListbox.stories.d.ts.map +1 -1
  163. package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts +7 -28
  164. package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts.map +1 -1
  165. package/dist/components/ScalarListbox/ScalarListbox.vue.js +23 -23
  166. package/dist/components/ScalarLoading/ScalarLoading.stories.d.ts +41 -204
  167. package/dist/components/ScalarLoading/ScalarLoading.stories.d.ts.map +1 -1
  168. package/dist/components/ScalarLoading/ScalarLoading.vue.d.ts +3 -12
  169. package/dist/components/ScalarLoading/ScalarLoading.vue.d.ts.map +1 -1
  170. package/dist/components/ScalarLoading/ScalarLoading.vue2.js +22 -22
  171. package/dist/components/ScalarMarkdown/ScalarMarkdown.stories.d.ts +52 -140
  172. package/dist/components/ScalarMarkdown/ScalarMarkdown.stories.d.ts.map +1 -1
  173. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts +4 -25
  174. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts.map +1 -1
  175. package/dist/components/ScalarModal/ScalarModal.stories.d.ts +27 -105
  176. package/dist/components/ScalarModal/ScalarModal.stories.d.ts.map +1 -1
  177. package/dist/components/ScalarModal/ScalarModal.vue.d.ts +8 -28
  178. package/dist/components/ScalarModal/ScalarModal.vue.d.ts.map +1 -1
  179. package/dist/components/ScalarModal/ScalarModal.vue.js +3 -3
  180. package/dist/components/ScalarModal/ScalarModal.vue2.js +61 -45
  181. package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts +41 -404
  182. package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts.map +1 -1
  183. package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts +1 -10
  184. package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts.map +1 -1
  185. package/dist/components/ScalarPopover/ScalarPopover.vue.js +16 -16
  186. package/dist/components/ScalarSearchInput/ScalarSearchInput.stories.d.ts +97 -361
  187. package/dist/components/ScalarSearchInput/ScalarSearchInput.stories.d.ts.map +1 -1
  188. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts +7 -16
  189. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts.map +1 -1
  190. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.js +18 -18
  191. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts +3 -12
  192. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts.map +1 -1
  193. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.js +26 -26
  194. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts +3 -12
  195. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts.map +1 -1
  196. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.js +14 -14
  197. package/dist/components/ScalarSearchResults/ScalarSearchResults.stories.d.ts +48 -107
  198. package/dist/components/ScalarSearchResults/ScalarSearchResults.stories.d.ts.map +1 -1
  199. package/dist/components/ScalarTextField/ScalarTextField.stories.d.ts +197 -673
  200. package/dist/components/ScalarTextField/ScalarTextField.stories.d.ts.map +1 -1
  201. package/dist/components/ScalarTextField/ScalarTextField.vue.d.ts +8 -33
  202. package/dist/components/ScalarTextField/ScalarTextField.vue.d.ts.map +1 -1
  203. package/dist/components/ScalarTooltip/ScalarTooltip.stories.d.ts +193 -684
  204. package/dist/components/ScalarTooltip/ScalarTooltip.stories.d.ts.map +1 -1
  205. package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts +7 -32
  206. package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts.map +1 -1
  207. package/dist/components/ScalarVirtualText/ScalarVirtualText.stories.d.ts +52 -172
  208. package/dist/components/ScalarVirtualText/ScalarVirtualText.stories.d.ts.map +1 -1
  209. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts +4 -31
  210. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts.map +1 -1
  211. package/dist/style.css +1 -1
  212. package/package.json +5 -5
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const n = {
1
+ import { openBlock as o, createElementBlock as n, createElementVNode as t } from "vue";
2
+ const r = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  viewBox: "0 0 24 24"
6
- }, c = /* @__PURE__ */ t("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M20.86 16.6c0 .32-.16.64-.47.72l-6.3 2.83a.93.93 0 0 1-.8-.08c-.23-.16-.38-.4-.38-.63V4.56c0-.24.15-.55.39-.63.24-.16.47-.16.79-.08l6.3 2.83c.31.16.47.4.47.71v9.22zM10.7 19.52a.77.77 0 0 1-.7-.08.72.72 0 0 1-.32-.63V5.35c0-.24.15-.56.4-.63.23-.16.46-.16.78-.08M7.43 18.73a.77.77 0 0 1-.7-.08.72.72 0 0 1-.32-.63V6.05c0-.23.16-.55.4-.63.23-.15.47-.15.78-.07m-3.43 12.6a.77.77 0 0 1-.7-.08.72.72 0 0 1-.32-.63V6.84c0-.23.16-.55.4-.63.23-.16.47-.16.78-.08"
11
- }, null, -1), r = [
12
- c
13
- ];
14
- function l(s, a) {
15
- return e(), o("svg", n, [...r]);
6
+ };
7
+ function l(c, e) {
8
+ return o(), n("svg", r, e[0] || (e[0] = [
9
+ t("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M20.86 16.6c0 .32-.16.64-.47.72l-6.3 2.83a.93.93 0 0 1-.8-.08c-.23-.16-.38-.4-.38-.63V4.56c0-.24.15-.55.39-.63.24-.16.47-.16.79-.08l6.3 2.83c.31.16.47.4.47.71v9.22zM10.7 19.52a.77.77 0 0 1-.7-.08.72.72 0 0 1-.32-.63V5.35c0-.24.15-.56.4-.63.23-.16.46-.16.78-.08M7.43 18.73a.77.77 0 0 1-.7-.08.72.72 0 0 1-.32-.63V6.05c0-.23.16-.55.4-.63.23-.15.47-.15.78-.07m-3.43 12.6a.77.77 0 0 1-.7-.08.72.72 0 0 1-.32-.63V6.84c0-.23.16-.55.4-.63.23-.16.47-.16.78-.08"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const d = { render: l };
17
+ const a = { render: l };
18
18
  export {
19
- d as default,
19
+ a as default,
20
20
  l as render
21
21
  };
@@ -1,25 +1,25 @@
1
- import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
- const n = {
1
+ import { openBlock as r, createElementBlock as n, createElementVNode as o } from "vue";
2
+ const t = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  viewBox: "0 0 24 24"
6
- }, r = /* @__PURE__ */ e("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M15.739 8.061c-2.02.404-4.041-1.01-4.445-3.03-.202-1.01 0-2.223.606-3.031C6.445 2 2 6.445 2 11.9s4.445 9.9 9.9 9.9 9.9-4.445 9.9-9.9v-.808c-1.616 1.212-4.04.808-5.253-.808-.606-.606-.808-1.415-.808-2.223"
11
- }, null, -1), c = /* @__PURE__ */ e("path", {
12
- fill: "currentColor",
13
- d: "M8.667 15.133a1.212 1.212 0 1 0 0-2.425 1.212 1.212 0 0 0 0 2.425m4.243 1.212a1.212 1.212 0 1 0 0-2.424 1.212 1.212 0 0 0 0 2.424M9.88 9.88a1.212 1.212 0 1 0 0-2.425 1.212 1.212 0 0 0 0 2.425"
14
- }, null, -1), l = [
15
- r,
16
- c
17
- ];
18
- function s(i, d) {
19
- return o(), t("svg", n, [...l]);
6
+ };
7
+ function l(c, e) {
8
+ return r(), n("svg", t, e[0] || (e[0] = [
9
+ o("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M15.739 8.061c-2.02.404-4.041-1.01-4.445-3.03-.202-1.01 0-2.223.606-3.031C6.445 2 2 6.445 2 11.9s4.445 9.9 9.9 9.9 9.9-4.445 9.9-9.9v-.808c-1.616 1.212-4.04.808-5.253-.808-.606-.606-.808-1.415-.808-2.223"
14
+ }, null, -1),
15
+ o("path", {
16
+ fill: "currentColor",
17
+ d: "M8.667 15.133a1.212 1.212 0 1 0 0-2.425 1.212 1.212 0 0 0 0 2.425m4.243 1.212a1.212 1.212 0 1 0 0-2.424 1.212 1.212 0 0 0 0 2.424M9.88 9.88a1.212 1.212 0 1 0 0-2.425 1.212 1.212 0 0 0 0 2.425"
18
+ }, null, -1)
19
+ ]));
20
20
  }
21
- const _ = { render: s };
21
+ const i = { render: l };
22
22
  export {
23
- _ as default,
24
- s as render
23
+ i as default,
24
+ l as render
25
25
  };
@@ -1,19 +1,19 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const n = {
1
+ import { openBlock as o, createElementBlock as r, createElementVNode as n } from "vue";
2
+ const t = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  stroke: "currentColor",
6
6
  "stroke-linecap": "round",
7
7
  "stroke-linejoin": "round",
8
8
  viewBox: "0 0 24 24"
9
- }, r = /* @__PURE__ */ t("path", { d: "M17.673 16.462C10.59 16.46 5.52 9.612 7.59 2.837.22 6.233-.71 16.333 5.917 21.016c5.864 4.144 14.064 1.34 16.163-5.526-1.38.64-2.884.972-4.407.972M11.996 3.484h4.866m-2.433-2.433v4.867m4.867 2.433h3.244m-1.622-1.622v3.244" }, null, -1), c = [
10
- r
11
- ];
12
- function s(l, d) {
13
- return e(), o("svg", n, [...c]);
9
+ };
10
+ function l(s, e) {
11
+ return o(), r("svg", t, e[0] || (e[0] = [
12
+ n("path", { d: "M17.673 16.462C10.59 16.46 5.52 9.612 7.59 2.837.22 6.233-.71 16.333 5.917 21.016c5.864 4.144 14.064 1.34 16.163-5.526-1.38.64-2.884.972-4.407.972M11.996 3.484h4.866m-2.433-2.433v4.867m4.867 2.433h3.244m-1.622-1.622v3.244" }, null, -1)
13
+ ]));
14
14
  }
15
- const a = { render: s };
15
+ const d = { render: l };
16
16
  export {
17
- a as default,
18
- s as render
17
+ d as default,
18
+ l as render
19
19
  };
@@ -1,18 +1,18 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const n = {
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as n } from "vue";
2
+ const r = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  viewBox: "0 0 24 24"
6
- }, r = /* @__PURE__ */ t("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M3 6h18m-2 0v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6m3 0V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2m-6 5v6m4-6v6"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function l(s, d) {
15
- return e(), o("svg", n, [...c]);
6
+ };
7
+ function l(c, e) {
8
+ return o(), t("svg", r, e[0] || (e[0] = [
9
+ n("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M3 6h18m-2 0v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6m3 0V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2m-6 5v6m4-6v6"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
17
  const m = { render: l };
18
18
  export {
@@ -1,16 +1,16 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as c } from "vue";
2
- const o = {
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
2
+ const c = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "currentColor",
5
5
  viewBox: "0 0 24 24"
6
- }, r = /* @__PURE__ */ c("path", { d: "M20.317 4.37a19.8 19.8 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.3 18.3 0 0 0-5.487 0 13 13 0 0 0-.617-1.25.08.08 0 0 0-.079-.037A19.7 19.7 0 0 0 3.677 4.37a.1.1 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.08.08 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.08.08 0 0 0 .084-.028 14 14 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13 13 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10 10 0 0 0 .372-.292.07.07 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.07.07 0 0 1 .078.01q.181.149.373.292a.077.077 0 0 1-.006.127 12.3 12.3 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.08.08 0 0 0 .084.028 19.8 19.8 0 0 0 6.002-3.03.08.08 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.06.06 0 0 0-.031-.03M8.02 15.33c-1.182 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418m7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418" }, null, -1), n = [
7
- r
8
- ];
9
- function a(s, l) {
10
- return e(), t("svg", o, [...n]);
6
+ };
7
+ function n(a, e) {
8
+ return t(), o("svg", c, e[0] || (e[0] = [
9
+ r("path", { d: "M20.317 4.37a19.8 19.8 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.3 18.3 0 0 0-5.487 0 13 13 0 0 0-.617-1.25.08.08 0 0 0-.079-.037A19.7 19.7 0 0 0 3.677 4.37a.1.1 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.08.08 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.08.08 0 0 0 .084-.028 14 14 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13 13 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10 10 0 0 0 .372-.292.07.07 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.07.07 0 0 1 .078.01q.181.149.373.292a.077.077 0 0 1-.006.127 12.3 12.3 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.08.08 0 0 0 .084.028 19.8 19.8 0 0 0 6.002-3.03.08.08 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.06.06 0 0 0-.031-.03M8.02 15.33c-1.182 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418m7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418" }, null, -1)
10
+ ]));
11
11
  }
12
- const i = { render: a };
12
+ const s = { render: n };
13
13
  export {
14
- i as default,
15
- a as render
14
+ s as default,
15
+ n as render
16
16
  };
@@ -1,20 +1,20 @@
1
- import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
- const n = {
1
+ import { openBlock as n, createElementBlock as r, createElementVNode as o } from "vue";
2
+ const t = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  stroke: "currentColor",
6
6
  "stroke-linecap": "round",
7
7
  "stroke-linejoin": "round",
8
8
  viewBox: "0 0 24 24"
9
- }, c = /* @__PURE__ */ e("path", { d: "M10.145 5.108a.584.584 0 0 1-.657-.37l-.24-.705a.51.51 0 0 0-.496-.35c-1.835.065-3.434.577-4.13.834a1.2 1.2 0 0 0-.6.474c-.75 1.142-3.085 5.242-3.02 11.944.003.4.169.78.485 1.025.716.556 2.259 1.576 4.702 2.314.358.108.75.004.962-.304.316-.462.597-1.04.796-1.494a.56.56 0 0 1 .669-.31c.87.248 1.993.439 3.39.439 1.393 0 2.512-.19 3.379-.437a.56.56 0 0 1 .669.31c.199.454.48 1.03.795 1.492.211.308.604.412.962.304 2.443-.738 3.986-1.758 4.703-2.314.315-.245.48-.626.485-1.025.063-6.652-2.236-10.74-3.003-11.917a1.25 1.25 0 0 0-.654-.5c-.75-.256-2.428-.763-4.094-.833a.505.505 0 0 0-.496.348l-.239.703a.586.586 0 0 1-.66.37 10.5 10.5 0 0 0-1.846-.15c-.827 0-1.461.08-1.862.152" }, null, -1), r = /* @__PURE__ */ e("path", { d: "M10 12.553c0 1.38-1.008 2.5-2.25 2.5-1.243 0-2.25-1.12-2.25-2.5 0-1.381 1.007-2.5 2.25-2.5 1.242 0 2.25 1.119 2.25 2.5m4 0c0 1.38 1.007 2.5 2.25 2.5 1.242 0 2.25-1.12 2.25-2.5 0-1.381-1.008-2.5-2.25-2.5-1.243 0-2.25 1.119-2.25 2.5" }, null, -1), l = [
10
- c,
11
- r
12
- ];
13
- function s(a, d) {
14
- return o(), t("svg", n, [...l]);
9
+ };
10
+ function c(l, e) {
11
+ return n(), r("svg", t, e[0] || (e[0] = [
12
+ o("path", { d: "M10.145 5.108a.584.584 0 0 1-.657-.37l-.24-.705a.51.51 0 0 0-.496-.35c-1.835.065-3.434.577-4.13.834a1.2 1.2 0 0 0-.6.474c-.75 1.142-3.085 5.242-3.02 11.944.003.4.169.78.485 1.025.716.556 2.259 1.576 4.702 2.314.358.108.75.004.962-.304.316-.462.597-1.04.796-1.494a.56.56 0 0 1 .669-.31c.87.248 1.993.439 3.39.439 1.393 0 2.512-.19 3.379-.437a.56.56 0 0 1 .669.31c.199.454.48 1.03.795 1.492.211.308.604.412.962.304 2.443-.738 3.986-1.758 4.703-2.314.315-.245.48-.626.485-1.025.063-6.652-2.236-10.74-3.003-11.917a1.25 1.25 0 0 0-.654-.5c-.75-.256-2.428-.763-4.094-.833a.505.505 0 0 0-.496.348l-.239.703a.586.586 0 0 1-.66.37 10.5 10.5 0 0 0-1.846-.15c-.827 0-1.461.08-1.862.152" }, null, -1),
13
+ o("path", { d: "M10 12.553c0 1.38-1.008 2.5-2.25 2.5-1.243 0-2.25-1.12-2.25-2.5 0-1.381 1.007-2.5 2.25-2.5 1.242 0 2.25 1.119 2.25 2.5m4 0c0 1.38 1.007 2.5 2.25 2.5 1.242 0 2.25-1.12 2.25-2.5 0-1.381-1.008-2.5-2.25-2.5-1.243 0-2.25 1.119-2.25 2.5" }, null, -1)
14
+ ]));
15
15
  }
16
- const _ = { render: s };
16
+ const s = { render: c };
17
17
  export {
18
- _ as default,
19
- s as render
18
+ s as default,
19
+ c as render
20
20
  };
@@ -1,28 +1,28 @@
1
- import { openBlock as o, createElementBlock as n, createElementVNode as e } from "vue";
1
+ import { openBlock as n, createElementBlock as r, createElementVNode as o } from "vue";
2
2
  const t = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  viewBox: "0 0 24 24"
5
- }, r = /* @__PURE__ */ e("path", {
6
- fill: "none",
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M5.4 22.2h13c1.1 0 2-.9 2-2V3.6c0-1.1-.9-2-2-2h-9l-6 6v12.6c0 1.1.9 2 2 2"
11
- }, null, -1), c = /* @__PURE__ */ e("path", {
12
- fill: "none",
13
- stroke: "currentColor",
14
- "stroke-linecap": "round",
15
- "stroke-linejoin": "round",
16
- d: "M3.6 7.6h4c1.1 0 2-.9 2-2v-4zm9.4 0h4m-10 5h10M7 17.4h10"
17
- }, null, -1), l = [
18
- r,
19
- c
20
- ];
21
- function s(i, d) {
22
- return o(), n("svg", t, [...l]);
5
+ };
6
+ function l(c, e) {
7
+ return n(), r("svg", t, e[0] || (e[0] = [
8
+ o("path", {
9
+ fill: "none",
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M5.4 22.2h13c1.1 0 2-.9 2-2V3.6c0-1.1-.9-2-2-2h-9l-6 6v12.6c0 1.1.9 2 2 2"
14
+ }, null, -1),
15
+ o("path", {
16
+ fill: "none",
17
+ stroke: "currentColor",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round",
20
+ d: "M3.6 7.6h4c1.1 0 2-.9 2-2v-4zm9.4 0h4m-10 5h10M7 17.4h10"
21
+ }, null, -1)
22
+ ]));
23
23
  }
24
- const u = { render: s };
24
+ const i = { render: l };
25
25
  export {
26
- u as default,
27
- s as render
26
+ i as default,
27
+ l as render
28
28
  };
@@ -1,19 +1,19 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const n = {
1
+ import { openBlock as o, createElementBlock as n, createElementVNode as r } from "vue";
2
+ const t = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  stroke: "currentColor",
6
6
  "stroke-linecap": "round",
7
7
  "stroke-linejoin": "round",
8
8
  viewBox: "0 0 24 24"
9
- }, r = /* @__PURE__ */ t("path", { d: "M12.001 3.75v12m-4.5-4.5 4.5 4.5 4.5-4.5m6.75 4.5v1.5a3 3 0 0 1-3 3h-16.5a3 3 0 0 1-3-3v-1.5" }, null, -1), c = [
10
- r
11
- ];
12
- function l(s, d) {
13
- return e(), o("svg", n, [...c]);
9
+ };
10
+ function l(s, e) {
11
+ return o(), n("svg", t, e[0] || (e[0] = [
12
+ r("path", { d: "M12.001 3.75v12m-4.5-4.5 4.5 4.5 4.5-4.5m6.75 4.5v1.5a3 3 0 0 1-3 3h-16.5a3 3 0 0 1-3-3v-1.5" }, null, -1)
13
+ ]));
14
14
  }
15
- const i = { render: l };
15
+ const a = { render: l };
16
16
  export {
17
- i as default,
17
+ a as default,
18
18
  l as render
19
19
  };
@@ -1,27 +1,27 @@
1
- import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
- const n = {
1
+ import { openBlock as r, createElementBlock as n, createElementVNode as o } from "vue";
2
+ const t = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  viewBox: "0 0 24 24"
6
- }, r = /* @__PURE__ */ e("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M7.42 16.58H3.25a.83.83 0 0 1-.83-.83V3.25a.83.83 0 0 1 .83-.83h12.5a.83.83 0 0 1 .83.83v4.17"
11
- }, null, -1), s = /* @__PURE__ */ e("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- d: "M8.25 7.42h12.5s.83 0 .83.83v12.5s0 .83-.83.83H8.25s-.83 0-.83-.83V8.25s0-.83.83-.83"
16
- }, null, -1), l = [
17
- r,
18
- s
19
- ];
20
- function c(i, d) {
21
- return o(), t("svg", n, [...l]);
6
+ };
7
+ function l(s, e) {
8
+ return r(), n("svg", t, e[0] || (e[0] = [
9
+ o("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M7.42 16.58H3.25a.83.83 0 0 1-.83-.83V3.25a.83.83 0 0 1 .83-.83h12.5a.83.83 0 0 1 .83.83v4.17"
14
+ }, null, -1),
15
+ o("path", {
16
+ stroke: "currentColor",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round",
19
+ d: "M8.25 7.42h12.5s.83 0 .83.83v12.5s0 .83-.83.83H8.25s-.83 0-.83-.83V8.25s0-.83.83-.83"
20
+ }, null, -1)
21
+ ]));
22
22
  }
23
- const u = { render: c };
23
+ const u = { render: l };
24
24
  export {
25
25
  u as default,
26
- c as render
26
+ l as render
27
27
  };
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const n = {
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as n } from "vue";
2
+ const r = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  viewBox: "0 0 24 24"
6
- }, r = /* @__PURE__ */ t("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M14 3H5.571A2.57 2.57 0 0 0 3 5.571V18.43A2.57 2.57 0 0 0 5.571 21H18.43A2.57 2.57 0 0 0 21 18.429V10m.96-5.35a1.845 1.845 0 0 0-2.61-2.61l-6.644 6.647a1.3 1.3 0 0 0-.328.543l-.864 2.849a.327.327 0 0 0 .408.407l2.849-.864c.205-.062.391-.174.543-.325l6.645-6.647Z"
11
- }, null, -1), l = [
12
- r
13
- ];
14
- function c(s, d) {
15
- return e(), o("svg", n, [...l]);
6
+ };
7
+ function l(s, e) {
8
+ return o(), t("svg", r, e[0] || (e[0] = [
9
+ n("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M14 3H5.571A2.57 2.57 0 0 0 3 5.571V18.43A2.57 2.57 0 0 0 5.571 21H18.43A2.57 2.57 0 0 0 21 18.429V10m.96-5.35a1.845 1.845 0 0 0-2.61-2.61l-6.644 6.647a1.3 1.3 0 0 0-.328.543l-.864 2.849a.327.327 0 0 0 .408.407l2.849-.864c.205-.062.391-.174.543-.325l6.645-6.647Z"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const a = { render: c };
17
+ const d = { render: l };
18
18
  export {
19
- a as default,
20
- c as render
19
+ d as default,
20
+ l as render
21
21
  };
@@ -1,16 +1,16 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const c = {
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
2
+ const l = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "currentColor",
5
5
  viewBox: "0 0 24 24"
6
- }, s = /* @__PURE__ */ o("path", { d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2" }, null, -1), n = [
7
- s
8
- ];
9
- function r(l, d) {
10
- return e(), t("svg", c, [...n]);
6
+ };
7
+ function n(s, e) {
8
+ return t(), o("svg", l, e[0] || (e[0] = [
9
+ r("path", { d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2" }, null, -1)
10
+ ]));
11
11
  }
12
- const _ = { render: r };
12
+ const m = { render: n };
13
13
  export {
14
- _ as default,
15
- r as render
14
+ m as default,
15
+ n as render
16
16
  };
@@ -1,20 +1,20 @@
1
- import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
- const n = {
1
+ import { openBlock as n, createElementBlock as t, createElementVNode as o } from "vue";
2
+ const r = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  stroke: "currentColor",
6
6
  "stroke-linecap": "round",
7
7
  "stroke-linejoin": "round",
8
8
  viewBox: "0 0 24 24"
9
- }, r = /* @__PURE__ */ e("path", { d: "M2.25 4.5h19.5s1.5 0 1.5 1.5v12s0 1.5-1.5 1.5H2.25s-1.5 0-1.5-1.5V6s0-1.5 1.5-1.5m13.437 5.475L19.5 13.5M8.313 9.975 4.5 13.5" }, null, -1), s = /* @__PURE__ */ e("path", { d: "m22.88 5.014-9.513 6.56a2.41 2.41 0 0 1-2.734 0L1.12 5.014" }, null, -1), l = [
10
- r,
11
- s
12
- ];
13
- function c(d, i) {
14
- return o(), t("svg", n, [...l]);
9
+ };
10
+ function l(s, e) {
11
+ return n(), t("svg", r, e[0] || (e[0] = [
12
+ o("path", { d: "M2.25 4.5h19.5s1.5 0 1.5 1.5v12s0 1.5-1.5 1.5H2.25s-1.5 0-1.5-1.5V6s0-1.5 1.5-1.5m13.437 5.475L19.5 13.5M8.313 9.975 4.5 13.5" }, null, -1),
13
+ o("path", { d: "m22.88 5.014-9.513 6.56a2.41 2.41 0 0 1-2.734 0L1.12 5.014" }, null, -1)
14
+ ]));
15
15
  }
16
- const _ = { render: c };
16
+ const i = { render: l };
17
17
  export {
18
- _ as default,
19
- c as render
18
+ i as default,
19
+ l as render
20
20
  };
@@ -1,16 +1,16 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const r = {
1
+ import { openBlock as r, createElementBlock as t, createElementVNode as o } from "vue";
2
+ const n = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "currentColor",
5
5
  viewBox: "0 0 24 24"
6
- }, n = /* @__PURE__ */ o("path", { d: "M12 0a12.24 12.24 0 0 0-8.53 3.65A11.85 11.85 0 0 0 0 12.21 11.78 11.78 0 0 0 11.8 24h.2a12.11 12.11 0 0 0 12-12.21A11.77 11.77 0 0 0 12 0m-1.5 16.54A1.48 1.48 0 0 1 12 15a1.53 1.53 0 0 1 1.52 1.47A1.47 1.47 0 0 1 12.05 18a1.53 1.53 0 0 1-1.55-1.46m.5-4v-6a1 1 0 0 1 2 0v6a1 1 0 0 1-2 0" }, null, -1), c = [
7
- n
8
- ];
9
- function a(l, s) {
10
- return e(), t("svg", r, [...c]);
6
+ };
7
+ function l(a, e) {
8
+ return r(), t("svg", n, e[0] || (e[0] = [
9
+ o("path", { d: "M12 0a12.24 12.24 0 0 0-8.53 3.65A11.85 11.85 0 0 0 0 12.21 11.78 11.78 0 0 0 11.8 24h.2a12.11 12.11 0 0 0 12-12.21A11.77 11.77 0 0 0 12 0m-1.5 16.54A1.48 1.48 0 0 1 12 15a1.53 1.53 0 0 1 1.52 1.47A1.47 1.47 0 0 1 12.05 18a1.53 1.53 0 0 1-1.55-1.46m.5-4v-6a1 1 0 0 1 2 0v6a1 1 0 0 1-2 0" }, null, -1)
10
+ ]));
11
11
  }
12
- const _ = { render: a };
12
+ const m = { render: l };
13
13
  export {
14
- _ as default,
15
- a as render
14
+ m as default,
15
+ l as render
16
16
  };
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const n = {
1
+ import { openBlock as o, createElementBlock as l, createElementVNode as n } from "vue";
2
+ const r = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  viewBox: "0 0 24 24"
6
- }, l = /* @__PURE__ */ t("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "m18.59 15.3 2.9-2.91a1.32 1.32 0 0 0 0-1.87l-1.85-1.85a3.3 3.3 0 1 1-4.31-4.31L13.48 2.5a1.32 1.32 0 0 0-1.87 0l-2.9 2.91a3.3 3.3 0 1 0-3.3 3.3l-2.9 2.9a1.32 1.32 0 0 0 0 1.87l1.85 1.85a3.3 3.3 0 1 1 4.31 4.31l1.85 1.85a1.32 1.32 0 0 0 1.87 0l2.9-2.9a3.3 3.3 0 1 0 3.3-3.3Z"
11
- }, null, -1), r = [
12
- l
13
- ];
14
- function a(c, s) {
15
- return e(), o("svg", n, [...r]);
6
+ };
7
+ function t(a, e) {
8
+ return o(), l("svg", r, e[0] || (e[0] = [
9
+ n("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "m18.59 15.3 2.9-2.91a1.32 1.32 0 0 0 0-1.87l-1.85-1.85a3.3 3.3 0 1 1-4.31-4.31L13.48 2.5a1.32 1.32 0 0 0-1.87 0l-2.9 2.91a3.3 3.3 0 1 0-3.3 3.3l-2.9 2.9a1.32 1.32 0 0 0 0 1.87l1.85 1.85a3.3 3.3 0 1 1 4.31 4.31l1.85 1.85a1.32 1.32 0 0 0 1.87 0l2.9-2.9a3.3 3.3 0 1 0 3.3-3.3Z"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const i = { render: a };
17
+ const c = { render: t };
18
18
  export {
19
- i as default,
20
- a as render
19
+ c as default,
20
+ t as render
21
21
  };
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const n = {
1
+ import { openBlock as n, createElementBlock as o, createElementVNode as r } from "vue";
2
+ const t = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  viewBox: "0 0 24 24"
6
- }, r = /* @__PURE__ */ t("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M6.4 4H20v13.59M4 20 20 4"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function l(s, i) {
15
- return e(), o("svg", n, [...c]);
6
+ };
7
+ function l(s, e) {
8
+ return n(), o("svg", t, e[0] || (e[0] = [
9
+ r("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M6.4 4H20v13.59M4 20 20 4"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const a = { render: l };
17
+ const c = { render: l };
18
18
  export {
19
- a as default,
19
+ c as default,
20
20
  l as render
21
21
  };
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as r } from "vue";
2
2
  const n = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  viewBox: "0 0 24 24"
6
- }, r = /* @__PURE__ */ t("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M4 6h16M7.556 12h8.888m-6.222 6h3.556"
11
- }, null, -1), s = [
12
- r
13
- ];
14
- function c(l, i) {
15
- return e(), o("svg", n, [...s]);
6
+ };
7
+ function l(s, e) {
8
+ return o(), t("svg", n, e[0] || (e[0] = [
9
+ r("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M4 6h16M7.556 12h8.888m-6.222 6h3.556"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const h = { render: c };
17
+ const c = { render: l };
18
18
  export {
19
- h as default,
20
- c as render
19
+ c as default,
20
+ l as render
21
21
  };
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const n = {
1
+ import { openBlock as o, createElementBlock as r, createElementVNode as n } from "vue";
2
+ const t = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  viewBox: "0 0 24 24"
6
- }, r = /* @__PURE__ */ t("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function l(s, a) {
15
- return e(), o("svg", n, [...c]);
6
+ };
7
+ function l(a, e) {
8
+ return o(), r("svg", t, e[0] || (e[0] = [
9
+ n("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const i = { render: l };
17
+ const d = { render: l };
18
18
  export {
19
- i as default,
19
+ d as default,
20
20
  l as render
21
21
  };