@scalar/components 0.12.53 → 0.12.54

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 (208) hide show
  1. package/dist/components/ScalarButton/ScalarButton.stories.d.ts +116 -544
  2. package/dist/components/ScalarButton/ScalarButton.stories.d.ts.map +1 -1
  3. package/dist/components/ScalarButton/ScalarButton.vue.d.ts +5 -32
  4. package/dist/components/ScalarButton/ScalarButton.vue.d.ts.map +1 -1
  5. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.stories.d.ts +52 -164
  6. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.stories.d.ts.map +1 -1
  7. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.d.ts +4 -29
  8. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.d.ts.map +1 -1
  9. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.js +21 -21
  10. package/dist/components/ScalarCombobox/ScalarCombobox.stories.d.ts +22 -116
  11. package/dist/components/ScalarCombobox/ScalarCombobox.stories.d.ts.map +1 -1
  12. package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts +6 -15
  13. package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts.map +1 -1
  14. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts +324 -83
  15. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts.map +1 -1
  16. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts +3 -12
  17. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts.map +1 -1
  18. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts +7 -16
  19. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts.map +1 -1
  20. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.d.ts +35 -12
  21. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.d.ts.map +1 -1
  22. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.js +24 -24
  23. package/dist/components/ScalarContextMenu/ScalarContextMenu.stories.d.ts +121 -460
  24. package/dist/components/ScalarContextMenu/ScalarContextMenu.stories.d.ts.map +1 -1
  25. package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.d.ts +4 -29
  26. package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.d.ts.map +1 -1
  27. package/dist/components/ScalarDropdown/ScalarDropdown.stories.d.ts +102 -569
  28. package/dist/components/ScalarDropdown/ScalarDropdown.stories.d.ts.map +1 -1
  29. package/dist/components/ScalarDropdown/ScalarDropdown.vue.d.ts +4 -27
  30. package/dist/components/ScalarDropdown/ScalarDropdown.vue.d.ts.map +1 -1
  31. package/dist/components/ScalarDropdown/ScalarDropdown.vue.js +14 -14
  32. package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.d.ts +1 -1
  33. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts +6 -15
  34. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts.map +1 -1
  35. package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts +1 -10
  36. package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts.map +1 -1
  37. package/dist/components/ScalarIcon/IconList.vue.d.ts +3 -12
  38. package/dist/components/ScalarIcon/IconList.vue.d.ts.map +1 -1
  39. package/dist/components/ScalarIcon/ScalarIcon.stories.d.ts +40 -112
  40. package/dist/components/ScalarIcon/ScalarIcon.stories.d.ts.map +1 -1
  41. package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts +3 -12
  42. package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts.map +1 -1
  43. package/dist/components/ScalarIcon/icons/Add.svg.js +16 -16
  44. package/dist/components/ScalarIcon/icons/AddTab.svg.js +15 -15
  45. package/dist/components/ScalarIcon/icons/ArrowLeft.svg.js +14 -14
  46. package/dist/components/ScalarIcon/icons/ArrowRight.svg.js +14 -14
  47. package/dist/components/ScalarIcon/icons/Brackets.svg.js +14 -14
  48. package/dist/components/ScalarIcon/icons/Branch.svg.js +25 -25
  49. package/dist/components/ScalarIcon/icons/Changelog.svg.js +11 -11
  50. package/dist/components/ScalarIcon/icons/Checkmark.svg.js +15 -15
  51. package/dist/components/ScalarIcon/icons/ChevronDown.svg.js +14 -14
  52. package/dist/components/ScalarIcon/icons/ChevronLeft.svg.js +15 -15
  53. package/dist/components/ScalarIcon/icons/ChevronRight.svg.js +15 -15
  54. package/dist/components/ScalarIcon/icons/ChevronUp.svg.js +14 -14
  55. package/dist/components/ScalarIcon/icons/Clipboard.svg.js +14 -14
  56. package/dist/components/ScalarIcon/icons/Close.svg.js +15 -15
  57. package/dist/components/ScalarIcon/icons/CloseTab.svg.js +15 -15
  58. package/dist/components/ScalarIcon/icons/CloseTabs.svg.js +15 -15
  59. package/dist/components/ScalarIcon/icons/Cloud.svg.js +9 -9
  60. package/dist/components/ScalarIcon/icons/CodeFolder.svg.js +22 -22
  61. package/dist/components/ScalarIcon/icons/Cog.svg.js +11 -11
  62. package/dist/components/ScalarIcon/icons/Collection.svg.js +14 -14
  63. package/dist/components/ScalarIcon/icons/Cookie.svg.js +19 -19
  64. package/dist/components/ScalarIcon/icons/DarkMode.svg.js +10 -10
  65. package/dist/components/ScalarIcon/icons/Delete.svg.js +12 -12
  66. package/dist/components/ScalarIcon/icons/Discord.svg.js +10 -10
  67. package/dist/components/ScalarIcon/icons/DiscordLine.svg.js +11 -11
  68. package/dist/components/ScalarIcon/icons/DocsPage.svg.js +22 -22
  69. package/dist/components/ScalarIcon/icons/Download.svg.js +9 -9
  70. package/dist/components/ScalarIcon/icons/Duplicate.svg.js +20 -20
  71. package/dist/components/ScalarIcon/icons/Edit.svg.js +15 -15
  72. package/dist/components/ScalarIcon/icons/Ellipses.svg.js +10 -10
  73. package/dist/components/ScalarIcon/icons/Email.svg.js +11 -11
  74. package/dist/components/ScalarIcon/icons/Error.svg.js +10 -10
  75. package/dist/components/ScalarIcon/icons/Example.svg.js +15 -15
  76. package/dist/components/ScalarIcon/icons/ExternalLink.svg.js +14 -14
  77. package/dist/components/ScalarIcon/icons/FilterList.svg.js +14 -14
  78. package/dist/components/ScalarIcon/icons/Folder.svg.js +14 -14
  79. package/dist/components/ScalarIcon/icons/GitHub.svg.js +10 -10
  80. package/dist/components/ScalarIcon/icons/GitHubLine.svg.js +10 -10
  81. package/dist/components/ScalarIcon/icons/Google.svg.js +10 -10
  82. package/dist/components/ScalarIcon/icons/Help.svg.js +10 -10
  83. package/dist/components/ScalarIcon/icons/Hide.svg.js +10 -10
  84. package/dist/components/ScalarIcon/icons/History.svg.js +10 -10
  85. package/dist/components/ScalarIcon/icons/House.svg.js +10 -10
  86. package/dist/components/ScalarIcon/icons/Import.svg.js +11 -11
  87. package/dist/components/ScalarIcon/icons/Info.svg.js +27 -27
  88. package/dist/components/ScalarIcon/icons/Key.svg.js +11 -11
  89. package/dist/components/ScalarIcon/icons/Leave.svg.js +10 -10
  90. package/dist/components/ScalarIcon/icons/LightDarkModeToggle.svg.js +14 -14
  91. package/dist/components/ScalarIcon/icons/LightMode.svg.js +15 -15
  92. package/dist/components/ScalarIcon/icons/Link.svg.js +10 -10
  93. package/dist/components/ScalarIcon/icons/Lock.svg.js +15 -15
  94. package/dist/components/ScalarIcon/icons/Logo.svg.js +12 -12
  95. package/dist/components/ScalarIcon/icons/LogoAPI.svg.js +13 -13
  96. package/dist/components/ScalarIcon/icons/LogoClient.svg.js +10 -10
  97. package/dist/components/ScalarIcon/icons/LogoMarket.svg.js +10 -10
  98. package/dist/components/ScalarIcon/icons/LogoSwagger.svg.js +9 -9
  99. package/dist/components/ScalarIcon/icons/Magic.svg.js +14 -14
  100. package/dist/components/ScalarIcon/icons/Menu.svg.js +16 -16
  101. package/dist/components/ScalarIcon/icons/Page.svg.js +11 -11
  102. package/dist/components/ScalarIcon/icons/PaperAirplane.svg.js +15 -15
  103. package/dist/components/ScalarIcon/icons/Pencil.svg.js +9 -9
  104. package/dist/components/ScalarIcon/icons/Play.svg.js +9 -9
  105. package/dist/components/ScalarIcon/icons/Refresh.svg.js +20 -20
  106. package/dist/components/ScalarIcon/icons/Roadmap.svg.js +9 -9
  107. package/dist/components/ScalarIcon/icons/Scribble.svg.js +15 -15
  108. package/dist/components/ScalarIcon/icons/Search.svg.js +15 -15
  109. package/dist/components/ScalarIcon/icons/Server.svg.js +25 -25
  110. package/dist/components/ScalarIcon/icons/Settings.svg.js +15 -15
  111. package/dist/components/ScalarIcon/icons/Show.svg.js +22 -22
  112. package/dist/components/ScalarIcon/icons/Sort.svg.js +15 -15
  113. package/dist/components/ScalarIcon/icons/Terminal.svg.js +22 -22
  114. package/dist/components/ScalarIcon/icons/ThumbsDown.svg.js +15 -15
  115. package/dist/components/ScalarIcon/icons/ThumbsUp.svg.js +15 -15
  116. package/dist/components/ScalarIcon/icons/Trash.svg.js +15 -15
  117. package/dist/components/ScalarIcon/icons/Unlock.svg.js +9 -9
  118. package/dist/components/ScalarIcon/icons/Upload.svg.js +10 -10
  119. package/dist/components/ScalarIcon/icons/UploadSimple.svg.js +15 -15
  120. package/dist/components/ScalarIcon/icons/User.svg.js +14 -14
  121. package/dist/components/ScalarIcon/icons/Users.svg.js +10 -10
  122. package/dist/components/ScalarIcon/icons/Wallet.svg.js +11 -11
  123. package/dist/components/ScalarIcon/icons/Workspace.svg.js +10 -10
  124. package/dist/components/ScalarIcon/icons/programming-framework-angular.svg.js +10 -10
  125. package/dist/components/ScalarIcon/icons/programming-framework-astro.svg.js +10 -10
  126. package/dist/components/ScalarIcon/icons/programming-framework-laravel.svg.js +15 -15
  127. package/dist/components/ScalarIcon/icons/programming-framework-nextdotjs.svg.js +8 -8
  128. package/dist/components/ScalarIcon/icons/programming-framework-react.svg.js +10 -10
  129. package/dist/components/ScalarIcon/icons/programming-framework-vuedotjs.svg.js +11 -11
  130. package/dist/components/ScalarIcon/icons/programming-language-c.svg.js +10 -10
  131. package/dist/components/ScalarIcon/icons/programming-language-clojure.svg.js +9 -9
  132. package/dist/components/ScalarIcon/icons/programming-language-csharp.svg.js +9 -9
  133. package/dist/components/ScalarIcon/icons/programming-language-css3.svg.js +10 -10
  134. package/dist/components/ScalarIcon/icons/programming-language-go.svg.js +10 -10
  135. package/dist/components/ScalarIcon/icons/programming-language-html5.svg.js +10 -10
  136. package/dist/components/ScalarIcon/icons/programming-language-http.svg.js +10 -10
  137. package/dist/components/ScalarIcon/icons/programming-language-java.svg.js +12 -12
  138. package/dist/components/ScalarIcon/icons/programming-language-javascript.svg.js +7 -7
  139. package/dist/components/ScalarIcon/icons/programming-language-json.svg.js +11 -11
  140. package/dist/components/ScalarIcon/icons/programming-language-kotlin.svg.js +8 -8
  141. package/dist/components/ScalarIcon/icons/programming-language-node.svg.js +10 -10
  142. package/dist/components/ScalarIcon/icons/programming-language-objc.svg.js +11 -11
  143. package/dist/components/ScalarIcon/icons/programming-language-ocaml.svg.js +10 -10
  144. package/dist/components/ScalarIcon/icons/programming-language-php.svg.js +9 -9
  145. package/dist/components/ScalarIcon/icons/programming-language-powershell.svg.js +14 -14
  146. package/dist/components/ScalarIcon/icons/programming-language-python.svg.js +9 -9
  147. package/dist/components/ScalarIcon/icons/programming-language-r.svg.js +14 -14
  148. package/dist/components/ScalarIcon/icons/programming-language-ruby.svg.js +8 -8
  149. package/dist/components/ScalarIcon/icons/programming-language-scala.svg.js +10 -10
  150. package/dist/components/ScalarIcon/icons/programming-language-shell.svg.js +10 -10
  151. package/dist/components/ScalarIcon/icons/programming-language-swift.svg.js +10 -10
  152. package/dist/components/ScalarIcon/icons/programming-language-typescript.svg.js +9 -9
  153. package/dist/components/ScalarIcon/icons/programming-script-code.svg.js +15 -15
  154. package/dist/components/ScalarIcon/icons/programming-tool-git.svg.js +10 -10
  155. package/dist/components/ScalarIcon/icons/programming-tool-tailwindcss.svg.js +9 -9
  156. package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts +15 -47
  157. package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts.map +1 -1
  158. package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts +4 -27
  159. package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts.map +1 -1
  160. package/dist/components/ScalarListbox/ScalarListbox.stories.d.ts +32 -145
  161. package/dist/components/ScalarListbox/ScalarListbox.stories.d.ts.map +1 -1
  162. package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts +7 -28
  163. package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts.map +1 -1
  164. package/dist/components/ScalarListbox/ScalarListbox.vue.js +23 -23
  165. package/dist/components/ScalarLoading/ScalarLoading.stories.d.ts +41 -204
  166. package/dist/components/ScalarLoading/ScalarLoading.stories.d.ts.map +1 -1
  167. package/dist/components/ScalarLoading/ScalarLoading.vue.d.ts +3 -12
  168. package/dist/components/ScalarLoading/ScalarLoading.vue.d.ts.map +1 -1
  169. package/dist/components/ScalarLoading/ScalarLoading.vue2.js +22 -22
  170. package/dist/components/ScalarMarkdown/ScalarMarkdown.stories.d.ts +52 -140
  171. package/dist/components/ScalarMarkdown/ScalarMarkdown.stories.d.ts.map +1 -1
  172. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts +4 -25
  173. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts.map +1 -1
  174. package/dist/components/ScalarModal/ScalarModal.stories.d.ts +27 -105
  175. package/dist/components/ScalarModal/ScalarModal.stories.d.ts.map +1 -1
  176. package/dist/components/ScalarModal/ScalarModal.vue.d.ts +6 -27
  177. package/dist/components/ScalarModal/ScalarModal.vue.d.ts.map +1 -1
  178. package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts +41 -404
  179. package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts.map +1 -1
  180. package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts +1 -10
  181. package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts.map +1 -1
  182. package/dist/components/ScalarPopover/ScalarPopover.vue.js +16 -16
  183. package/dist/components/ScalarSearchInput/ScalarSearchInput.stories.d.ts +97 -361
  184. package/dist/components/ScalarSearchInput/ScalarSearchInput.stories.d.ts.map +1 -1
  185. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts +7 -16
  186. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts.map +1 -1
  187. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.js +18 -18
  188. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts +3 -12
  189. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts.map +1 -1
  190. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.js +26 -26
  191. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts +3 -12
  192. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts.map +1 -1
  193. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.js +14 -14
  194. package/dist/components/ScalarSearchResults/ScalarSearchResults.stories.d.ts +48 -107
  195. package/dist/components/ScalarSearchResults/ScalarSearchResults.stories.d.ts.map +1 -1
  196. package/dist/components/ScalarTextField/ScalarTextField.stories.d.ts +197 -673
  197. package/dist/components/ScalarTextField/ScalarTextField.stories.d.ts.map +1 -1
  198. package/dist/components/ScalarTextField/ScalarTextField.vue.d.ts +8 -33
  199. package/dist/components/ScalarTextField/ScalarTextField.vue.d.ts.map +1 -1
  200. package/dist/components/ScalarTooltip/ScalarTooltip.stories.d.ts +193 -684
  201. package/dist/components/ScalarTooltip/ScalarTooltip.stories.d.ts.map +1 -1
  202. package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts +7 -32
  203. package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts.map +1 -1
  204. package/dist/components/ScalarVirtualText/ScalarVirtualText.stories.d.ts +52 -172
  205. package/dist/components/ScalarVirtualText/ScalarVirtualText.stories.d.ts.map +1 -1
  206. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts +4 -31
  207. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts.map +1 -1
  208. package/package.json +5 -5
@@ -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 1024 1024"
6
- }, n = /* @__PURE__ */ o("path", { d: "M512 0a512 512 0 0 0-162 998c26 4 35-11 35-25l-1-95c-128 23-161-32-172-60-6-15-31-61-52-73-18-10-44-33-1-33 40-1 69 37 78 52 46 78 120 56 149 43 5-33 18-56 33-69-114-13-234-56-234-253 0-56 20-101 53-137-5-13-23-65 5-136 0 0 43-13 141 53a487 487 0 0 1 256 0c98-66 141-53 141-53 28 71 10 123 5 136 33 36 53 81 53 137 0 197-120 240-234 253 18 16 35 47 35 95l-1 140c0 14 9 30 35 25A512 512 0 0 0 512 0" }, null, -1), r = [
7
- n
8
- ];
9
- function l(s, a) {
10
- return e(), t("svg", c, [...r]);
6
+ };
7
+ function n(c, e) {
8
+ return t(), o("svg", l, e[0] || (e[0] = [
9
+ r("path", { d: "M512 0a512 512 0 0 0-162 998c26 4 35-11 35-25l-1-95c-128 23-161-32-172-60-6-15-31-61-52-73-18-10-44-33-1-33 40-1 69 37 78 52 46 78 120 56 149 43 5-33 18-56 33-69-114-13-234-56-234-253 0-56 20-101 53-137-5-13-23-65 5-136 0 0 43-13 141 53a487 487 0 0 1 256 0c98-66 141-53 141-53 28 71 10 123 5 136 33 36 53 81 53 137 0 197-120 240-234 253 18 16 35 47 35 95l-1 140c0 14 9 30 35 25A512 512 0 0 0 512 0" }, null, -1)
10
+ ]));
11
11
  }
12
- const i = { render: l };
12
+ const a = { render: n };
13
13
  export {
14
- i as default,
15
- l as render
14
+ a as default,
15
+ n as render
16
16
  };
@@ -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 t } 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__ */ t("path", { d: "M16.643 22.94v-3.135a3.68 3.68 0 0 0-1.026-2.852c3.43-.382 7.036-1.682 7.036-7.648a5.94 5.94 0 0 0-1.64-4.097 5.54 5.54 0 0 0-.097-4.12s-1.29-.382-4.272 1.618a14.6 14.6 0 0 0-7.649 0c-2.982-2-4.272-1.617-4.272-1.617a5.54 5.54 0 0 0-.098 4.119 5.94 5.94 0 0 0-1.639 4.13c0 5.922 3.606 7.222 7.036 7.648a3.68 3.68 0 0 0-1.027 2.819v3.136m0-2.186c-3.277 1.064-6.009 0-7.648-3.278" }, null, -1), c = [
10
- r
11
- ];
12
- function s(l, a) {
13
- return e(), o("svg", n, [...c]);
9
+ };
10
+ function l(c, e) {
11
+ return o(), n("svg", r, e[0] || (e[0] = [
12
+ t("path", { d: "M16.643 22.94v-3.135a3.68 3.68 0 0 0-1.026-2.852c3.43-.382 7.036-1.682 7.036-7.648a5.94 5.94 0 0 0-1.64-4.097 5.54 5.54 0 0 0-.097-4.12s-1.29-.382-4.272 1.618a14.6 14.6 0 0 0-7.649 0c-2.982-2-4.272-1.617-4.272-1.617a5.54 5.54 0 0 0-.098 4.119 5.94 5.94 0 0 0-1.639 4.13c0 5.922 3.606 7.222 7.036 7.648a3.68 3.68 0 0 0-1.027 2.819v3.136m0-2.186c-3.277 1.064-6.009 0-7.648-3.278" }, null, -1)
13
+ ]));
14
14
  }
15
- const d = { render: s };
15
+ const a = { render: l };
16
16
  export {
17
- d as default,
18
- s as render
17
+ a as default,
18
+ l as render
19
19
  };
@@ -1,16 +1,16 @@
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 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
- }, r = /* @__PURE__ */ t("path", { d: "M23.93 10.67a.76.76 0 0 0-.75-.67H12.75a.76.76 0 0 0-.75.75v3.5a.76.76 0 0 0 .75.75h5.58A7 7 0 1 1 12 5a7 7 0 0 1 4.23 1.42.74.74 0 0 0 1-.07l2.47-2.49a.75.75 0 0 0 .22-.57.77.77 0 0 0-.27-.54A12 12 0 1 0 24 12a12 12 0 0 0-.07-1.33" }, null, -1), c = [
7
- r
8
- ];
9
- function l(a, s) {
10
- return e(), o("svg", n, [...c]);
6
+ };
7
+ function n(a, e) {
8
+ return o(), t("svg", l, e[0] || (e[0] = [
9
+ r("path", { d: "M23.93 10.67a.76.76 0 0 0-.75-.67H12.75a.76.76 0 0 0-.75.75v3.5a.76.76 0 0 0 .75.75h5.58A7 7 0 1 1 12 5a7 7 0 0 1 4.23 1.42.74.74 0 0 0 1-.07l2.47-2.49a.75.75 0 0 0 .22-.57.77.77 0 0 0-.27-.54A12 12 0 1 0 24 12a12 12 0 0 0-.07-1.33" }, null, -1)
10
+ ]));
11
11
  }
12
- const _ = { render: l };
12
+ const s = { render: n };
13
13
  export {
14
- _ as default,
15
- l 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 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
- }, s = /* @__PURE__ */ e("path", { d: "M9.2 9.2c0-.5.1-1 .4-1.5s.6-.8 1.1-1q.75-.3 1.5-.3c.75 0 1 .2 1.4.5s.7.7 1 1.2c.2.5.3 1 .2 1.5s-.3 1-.6 1.4-.8.7-1.2.9c-.255.128-.5.3-.7.5s-.3.5-.3.8v.9m0 3.5c-.2 0-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.2.4-.4.4" }, null, -1), c = /* @__PURE__ */ e("path", { d: "M12 22c5.524 0 10-4.476 10-10S17.524 2 12 2 2 6.476 2 12s4.476 10 10 10" }, null, -1), r = [
10
- s,
11
- c
12
- ];
13
- function l(d, i) {
14
- return o(), t("svg", n, [...r]);
9
+ };
10
+ function l(s, e) {
11
+ return n(), t("svg", r, e[0] || (e[0] = [
12
+ o("path", { d: "M9.2 9.2c0-.5.1-1 .4-1.5s.6-.8 1.1-1q.75-.3 1.5-.3c.75 0 1 .2 1.4.5s.7.7 1 1.2c.2.5.3 1 .2 1.5s-.3 1-.6 1.4-.8.7-1.2.9c-.255.128-.5.3-.7.5s-.3.5-.3.8v.9m0 3.5c-.2 0-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.2.4-.4.4" }, null, -1),
13
+ o("path", { d: "M12 22c5.524 0 10-4.476 10-10S17.524 2 12 2 2 6.476 2 12s4.476 10 10 10" }, null, -1)
14
+ ]));
15
15
  }
16
- const a = { render: l };
16
+ const d = { render: l };
17
17
  export {
18
- a as default,
18
+ d as default,
19
19
  l as render
20
20
  };
@@ -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.78 21 21.53 3M9 19.05a9.9 9.9 0 0 0 3 .45c4.1.07 8.26-2.81 10.82-5.64a1.65 1.65 0 0 0 0-2.22 20 20 0 0 0-3.07-2.76m-2.66-1.61A11.3 11.3 0 0 0 12 6c-4-.07-8.2 2.75-10.82 5.64a1.65 1.65 0 0 0 0 2.22 20 20 0 0 0 4.93 4M9 15.07a3.85 3.85 0 0 1 5.5-5.28" }, null, -1), c = /* @__PURE__ */ e("path", { d: "M15.75 12.75A3.75 3.75 0 0 1 12 16.5" }, null, -1), s = [
10
- r,
11
- c
12
- ];
13
- function l(d, a) {
14
- return o(), t("svg", n, [...s]);
9
+ };
10
+ function l(a, e) {
11
+ return n(), t("svg", r, e[0] || (e[0] = [
12
+ o("path", { d: "M2.78 21 21.53 3M9 19.05a9.9 9.9 0 0 0 3 .45c4.1.07 8.26-2.81 10.82-5.64a1.65 1.65 0 0 0 0-2.22 20 20 0 0 0-3.07-2.76m-2.66-1.61A11.3 11.3 0 0 0 12 6c-4-.07-8.2 2.75-10.82 5.64a1.65 1.65 0 0 0 0 2.22 20 20 0 0 0 4.93 4M9 15.07a3.85 3.85 0 0 1 5.5-5.28" }, null, -1),
13
+ o("path", { d: "M15.75 12.75A3.75 3.75 0 0 1 12 16.5" }, null, -1)
14
+ ]));
15
15
  }
16
- const _ = { render: l };
16
+ const d = { render: l };
17
17
  export {
18
- _ as default,
18
+ d as default,
19
19
  l as render
20
20
  };
@@ -1,20 +1,20 @@
1
- import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
- const n = {
1
+ import { openBlock as t, createElementBlock as n, 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: "M12.9 6.8v6.1h4.7" }, null, -1), s = /* @__PURE__ */ e("path", { d: "M6.1 17.2c1.6 2.2 4.2 3.6 7.1 3.6 4.8 0 8.8-3.9 8.8-8.8s-3.9-8.8-8.8-8.8-8.8 4-8.8 8.8v1.7M2 11.3l2.4 2.4 2.4-2.4" }, null, -1), c = [
10
- r,
11
- s
12
- ];
13
- function l(d, i) {
14
- return o(), t("svg", n, [...c]);
9
+ };
10
+ function l(s, e) {
11
+ return t(), n("svg", r, e[0] || (e[0] = [
12
+ o("path", { d: "M12.9 6.8v6.1h4.7" }, null, -1),
13
+ o("path", { d: "M6.1 17.2c1.6 2.2 4.2 3.6 7.1 3.6 4.8 0 8.8-3.9 8.8-8.8s-3.9-8.8-8.8-8.8-8.8 4-8.8 8.8v1.7M2 11.3l2.4 2.4 2.4-2.4" }, null, -1)
14
+ ]));
15
15
  }
16
- const h = { render: l };
16
+ const d = { render: l };
17
17
  export {
18
- h as default,
18
+ d as default,
19
19
  l as render
20
20
  };
@@ -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: "M22.868 8.947 12 .747l-10.878 8.2a1.18 1.18 0 0 0-.377.8v12.522a.98.98 0 0 0 .978.978h6.522V18a3.75 3.75 0 0 1 7.5 0v5.25h6.521a.98.98 0 0 0 .979-.978V9.747a1.18 1.18 0 0 0-.377-.8" }, null, -1), s = [
10
- r
11
- ];
12
- function c(l, a) {
13
- return e(), o("svg", n, [...s]);
9
+ };
10
+ function l(s, e) {
11
+ return o(), n("svg", t, e[0] || (e[0] = [
12
+ r("path", { d: "M22.868 8.947 12 .747l-10.878 8.2a1.18 1.18 0 0 0-.377.8v12.522a.98.98 0 0 0 .978.978h6.522V18a3.75 3.75 0 0 1 7.5 0v5.25h6.521a.98.98 0 0 0 .979-.978V9.747a1.18 1.18 0 0 0-.377-.8" }, null, -1)
13
+ ]));
14
14
  }
15
- const i = { render: c };
15
+ const c = { render: l };
16
16
  export {
17
- i as default,
18
- c as render
17
+ c as default,
18
+ l as render
19
19
  };
@@ -1,21 +1,21 @@
1
- import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
- const n = {
1
+ import { openBlock as t, createElementBlock as n, createElementVNode as e } 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
- }, s = /* @__PURE__ */ e("path", { d: "M12 10.67v7.98M14.66 16 12 18.64 9.34 16" }, null, -1), r = /* @__PURE__ */ e("path", { d: "M3.35 7.34h17.3s1.33 0 1.33 1.33v11.98s0 1.33-1.33 1.33H3.35s-1.33 0-1.33-1.33V8.67s0-1.33 1.33-1.33" }, null, -1), l = /* @__PURE__ */ e("path", { d: "m2.2 8 2.13-5.19a1.33 1.33 0 0 1 1.22-.79h12.9a1.33 1.33 0 0 1 1.22.8l2.08 5.1M12 7.34V2.02" }, null, -1), c = [
10
- s,
11
- r,
12
- l
13
- ];
14
- function d(h, i) {
15
- return o(), t("svg", n, [...c]);
9
+ };
10
+ function l(s, o) {
11
+ return t(), n("svg", r, o[0] || (o[0] = [
12
+ e("path", { d: "M12 10.67v7.98M14.66 16 12 18.64 9.34 16" }, null, -1),
13
+ e("path", { d: "M3.35 7.34h17.3s1.33 0 1.33 1.33v11.98s0 1.33-1.33 1.33H3.35s-1.33 0-1.33-1.33V8.67s0-1.33 1.33-1.33" }, null, -1),
14
+ e("path", { d: "m2.2 8 2.13-5.19a1.33 1.33 0 0 1 1.22-.79h12.9a1.33 1.33 0 0 1 1.22.8l2.08 5.1M12 7.34V2.02" }, null, -1)
15
+ ]));
16
16
  }
17
- const a = { render: d };
17
+ const a = { render: l };
18
18
  export {
19
19
  a as default,
20
- d as render
20
+ l as render
21
21
  };
@@ -1,33 +1,33 @@
1
- import { openBlock as o, createElementBlock as n, createElementVNode as e } from "vue";
2
- const t = {
1
+ import { openBlock as r, createElementBlock as n, createElementVNode as e } from "vue";
2
+ const l = {
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: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10"
11
- }, null, -1), l = /* @__PURE__ */ e("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- d: "M12 17v-6 0a.5.5 0 0 0-.5-.5l-.5.001h-1M12 17h-2m2 0h2"
16
- }, null, -1), s = /* @__PURE__ */ e("path", {
17
- fill: "currentColor",
18
- "fill-rule": "evenodd",
19
- d: "M10.75 7.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0",
20
- "clip-rule": "evenodd"
21
- }, null, -1), c = [
22
- r,
23
- l,
24
- s
25
- ];
26
- function d(i, u) {
27
- return o(), n("svg", t, [...c]);
6
+ };
7
+ function t(d, o) {
8
+ return r(), n("svg", l, o[0] || (o[0] = [
9
+ e("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10"
14
+ }, null, -1),
15
+ e("path", {
16
+ stroke: "currentColor",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round",
19
+ d: "M12 17v-6 0a.5.5 0 0 0-.5-.5l-.5.001h-1M12 17h-2m2 0h2"
20
+ }, null, -1),
21
+ e("path", {
22
+ fill: "currentColor",
23
+ "fill-rule": "evenodd",
24
+ d: "M10.75 7.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0",
25
+ "clip-rule": "evenodd"
26
+ }, null, -1)
27
+ ]));
28
28
  }
29
- const a = { render: d };
29
+ const i = { render: t };
30
30
  export {
31
- a as default,
32
- d as render
31
+ i as default,
32
+ t as render
33
33
  };
@@ -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: "M12.82 14.51 15.36 12l1.76.47a1.56 1.56 0 0 0 1.51-.47 1.58 1.58 0 0 0 .37-1.49l-.47-1.75.82-.76 1.76.47A1.56 1.56 0 0 0 22.62 8 1.58 1.58 0 0 0 23 6.52l-.47-1.75a2.35 2.35 0 0 0-3.33-3.33l-9.71 9.74a6.29 6.29 0 1 0 3.33 3.33" }, null, -1), l = /* @__PURE__ */ e("path", { d: "M4.26 17.84a1.9 1.9 0 1 0 3.8 0 1.9 1.9 0 1 0-3.8 0" }, null, -1), s = [
10
- r,
11
- l
12
- ];
13
- function c(a, d) {
14
- return o(), t("svg", n, [...s]);
9
+ };
10
+ function l(a, e) {
11
+ return n(), t("svg", r, e[0] || (e[0] = [
12
+ o("path", { d: "M12.82 14.51 15.36 12l1.76.47a1.56 1.56 0 0 0 1.51-.47 1.58 1.58 0 0 0 .37-1.49l-.47-1.75.82-.76 1.76.47A1.56 1.56 0 0 0 22.62 8 1.58 1.58 0 0 0 23 6.52l-.47-1.75a2.35 2.35 0 0 0-3.33-3.33l-9.71 9.74a6.29 6.29 0 1 0 3.33 3.33" }, null, -1),
13
+ o("path", { d: "M4.26 17.84a1.9 1.9 0 1 0 3.8 0 1.9 1.9 0 1 0-3.8 0" }, null, -1)
14
+ ]));
15
15
  }
16
- const _ = { render: c };
16
+ const d = { render: l };
17
17
  export {
18
- _ as default,
19
- c as render
18
+ d as default,
19
+ l as render
20
20
  };
@@ -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: "M16.35 16.5v1c0 1.1-.9 2-2 2H2.75c-1.1 0-2-.9-2-2v-11c0-1.1.9-2 2-2h11.6c1.1 0 2 .9 2 2v1M5.25 12h18m0 0-3 3.1m3-3.1-3-2.9" }, null, -1), c = [
10
- r
11
- ];
12
- function s(l, d) {
13
- return e(), o("svg", n, [...c]);
9
+ };
10
+ function l(c, e) {
11
+ return o(), n("svg", t, e[0] || (e[0] = [
12
+ r("path", { d: "M16.35 16.5v1c0 1.1-.9 2-2 2H2.75c-1.1 0-2-.9-2-2v-11c0-1.1.9-2 2-2h11.6c1.1 0 2 .9 2 2v1M5.25 12h18m0 0-3 3.1m3-3.1-3-2.9" }, 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,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
1
+ import { openBlock as o, createElementBlock as r, createElementVNode as t } 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: "M6.55 12a5.46 5.46 0 1 0 10.91.481A5.46 5.46 0 0 0 6.55 12m0 0H2m4.55 0H4.73m12.31 2.1a5.46 5.46 0 0 1-6.614-6.887M12 2v4.55m7.08-1.62-3.22 3.22M22 12h-4.54m1.62 7.08L16 16.01M12 22v-4m-7.07 1.08L8 16.01M4.93 4.93l3.22 3.22"
11
- }, null, -1), l = [
12
- r
13
- ];
14
- function c(s, d) {
15
- return e(), o("svg", n, [...l]);
6
+ };
7
+ function l(m, e) {
8
+ return o(), r("svg", n, e[0] || (e[0] = [
9
+ t("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M6.55 12a5.46 5.46 0 1 0 10.91.481A5.46 5.46 0 0 0 6.55 12m0 0H2m4.55 0H4.73m12.31 2.1a5.46 5.46 0 0 1-6.614-6.887M12 2v4.55m7.08-1.62-3.22 3.22M22 12h-4.54m1.62 7.08L16 16.01M12 22v-4m-7.07 1.08L8 16.01M4.93 4.93l3.22 3.22"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const m = { render: c };
17
+ const d = { render: l };
18
18
  export {
19
- m as default,
20
- c as render
19
+ d 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 t, createElementVNode as n } from "vue";
2
+ const r = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  viewBox: "0 0 24 24"
5
- }, r = /* @__PURE__ */ t("path", {
6
- fill: "none",
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M7.501 12a4.5 4.5 0 1 0 9 0 4.5 4.5 0 1 0-9 0m4.5-10.5v3m0 15v3m10.5-10.5h-3m-15 0h-3m17.924-7.424-2.121 2.121M6.697 17.304l-2.121 2.121m14.849 0-2.121-2.121M6.697 6.697 4.576 4.576"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function l(s, d) {
15
- return e(), o("svg", n, [...c]);
5
+ };
6
+ function l(m, e) {
7
+ return o(), t("svg", r, e[0] || (e[0] = [
8
+ n("path", {
9
+ fill: "none",
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M7.501 12a4.5 4.5 0 1 0 9 0 4.5 4.5 0 1 0-9 0m4.5-10.5v3m0 15v3m10.5-10.5h-3m-15 0h-3m17.924-7.424-2.121 2.121M6.697 17.304l-2.121 2.121m14.849 0-2.121-2.121M6.697 6.697 4.576 4.576"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const m = { render: l };
17
+ const d = { render: l };
18
18
  export {
19
- m as default,
19
+ d as default,
20
20
  l as render
21
21
  };
@@ -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: "M13.5 18 12 19.5c-1 1-2.3 1.5-3.7 1.5s-2.7-.6-3.7-1.5c-1-1-1.5-2.3-1.5-3.7s.6-2.7 1.5-3.7l1.5-1.5M10.5 6 12 4.5c1-1 2.3-1.5 3.7-1.5s2.7.6 3.7 1.5c1 1 1.5 2.3 1.5 3.7s-.6 2.7-1.5 3.7l-1.5 1.5M9 15l6-6" }, null, -1), c = [
10
- r
11
- ];
12
- function s(l, i) {
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: "M13.5 18 12 19.5c-1 1-2.3 1.5-3.7 1.5s-2.7-.6-3.7-1.5c-1-1-1.5-2.3-1.5-3.7s.6-2.7 1.5-3.7l1.5-1.5M10.5 6 12 4.5c1-1 2.3-1.5 3.7-1.5s2.7.6 3.7 1.5c1 1 1.5 2.3 1.5 3.7s-.6 2.7-1.5 3.7l-1.5 1.5M9 15l6-6" }, null, -1)
13
+ ]));
14
14
  }
15
- const _ = { render: s };
15
+ const i = { render: l };
16
16
  export {
17
- _ as default,
18
- s as render
17
+ i as default,
18
+ l as render
19
19
  };
@@ -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 14 14"
6
- }, l = /* @__PURE__ */ t("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M7 2a2 2 0 0 0-2 2v1h4V4a2 2 0 0 0-2-2M3 4v1a1.5 1.5 0 0 0-1.5 1.5v6A1.5 1.5 0 0 0 3 14h8a1.5 1.5 0 0 0 1.5-1.5v-6A1.5 1.5 0 0 0 11 5V4a4 4 0 1 0-8 0m4 6.75a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",
10
- "clip-rule": "evenodd"
11
- }, null, -1), r = [
12
- l
13
- ];
14
- function c(a, d) {
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
+ fill: "currentColor",
11
+ "fill-rule": "evenodd",
12
+ d: "M7 2a2 2 0 0 0-2 2v1h4V4a2 2 0 0 0-2-2M3 4v1a1.5 1.5 0 0 0-1.5 1.5v6A1.5 1.5 0 0 0 3 14h8a1.5 1.5 0 0 0 1.5-1.5v-6A1.5 1.5 0 0 0 11 5V4a4 4 0 1 0-8 0m4 6.75a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",
13
+ "clip-rule": "evenodd"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const i = { render: c };
17
+ const c = { render: t };
18
18
  export {
19
- i as default,
20
- c as render
19
+ c as default,
20
+ t as render
21
21
  };
@@ -1,19 +1,19 @@
1
- import { openBlock as c, createElementBlock as e, createElementVNode as l } from "vue";
2
- const o = {
1
+ import { openBlock as l, createElementBlock as e, createElementVNode as o } from "vue";
2
+ const t = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "currentColor",
5
5
  viewBox: "0 0 593 593"
6
- }, t = /* @__PURE__ */ l("path", {
7
- "fill-rule": "evenodd",
8
- d: "M347 0c6 0 12 5 12 12v134l94-95c5-5 13-5 17 0l72 72c4 4 5 12 0 16v1l-95 94h134c7 0 12 5 12 12v101c0 7-5 12-12 12H447l95 94c4 5 5 13 0 17l-72 72c-4 4-12 5-16 0h-1l-94-95v134c0 7-5 12-12 12H246c-7 0-12-5-12-12v-70c0-22 9-43 24-59l130-130c14-14 14-37 0-51L259 142a84 84 0 0 1-25-59V12c0-7 5-12 12-12zM138 52h1l219 219c14 14 14 37 0 51L139 542c-4 5-12 5-17 0l-71-70c-4-5-5-12 0-17l95-96H12c-7 0-12-5-12-12V246c0-7 5-12 12-12h134l-95-94c-4-5-4-12 0-17l71-71c4-5 12-5 16 0"
9
- }, null, -1), n = [
10
- t
11
- ];
12
- function r(s, d) {
13
- return c(), e("svg", o, [...n]);
6
+ };
7
+ function r(n, c) {
8
+ return l(), e("svg", t, c[0] || (c[0] = [
9
+ o("path", {
10
+ "fill-rule": "evenodd",
11
+ d: "M347 0c6 0 12 5 12 12v134l94-95c5-5 13-5 17 0l72 72c4 4 5 12 0 16v1l-95 94h134c7 0 12 5 12 12v101c0 7-5 12-12 12H447l95 94c4 5 5 13 0 17l-72 72c-4 4-12 5-16 0h-1l-94-95v134c0 7-5 12-12 12H246c-7 0-12-5-12-12v-70c0-22 9-43 24-59l130-130c14-14 14-37 0-51L259 142a84 84 0 0 1-25-59V12c0-7 5-12 12-12zM138 52h1l219 219c14 14 14 37 0 51L139 542c-4 5-12 5-17 0l-71-70c-4-5-5-12 0-17l95-96H12c-7 0-12-5-12-12V246c0-7 5-12 12-12h134l-95-94c-4-5-4-12 0-17l71-71c4-5 12-5 16 0"
12
+ }, null, -1)
13
+ ]));
14
14
  }
15
- const v = { render: r };
15
+ const d = { render: r };
16
16
  export {
17
- v as default,
17
+ d as default,
18
18
  r as render
19
19
  };
@@ -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 t, 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 662 662"
6
- }, r = /* @__PURE__ */ t("path", {
7
- "fill-rule": "evenodd",
8
- d: "M331 0a331 331 0 1 1 0 662 331 331 0 0 1 0-662m148.5 109 .6.9a187 187 0 1 1-297.6-.9 267 267 0 1 0 297 0"
9
- }, null, -1), l = [
10
- r
11
- ];
12
- function c(s, d) {
13
- return e(), o("svg", n, [...l]);
6
+ };
7
+ function n(d, e) {
8
+ return o(), t("svg", l, e[0] || (e[0] = [
9
+ r("path", {
10
+ "fill-rule": "evenodd",
11
+ d: "M331 0a331 331 0 1 1 0 662 331 331 0 0 1 0-662m148.5 109 .6.9a187 187 0 1 1-297.6-.9 267 267 0 1 0 297 0"
12
+ }, null, -1)
13
+ ]));
14
14
  }
15
- const i = { render: c };
15
+ const s = { render: n };
16
16
  export {
17
- i as default,
18
- c as render
17
+ s as default,
18
+ n as render
19
19
  };
@@ -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 l } from "vue";
2
+ const r = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "currentColor",
5
5
  viewBox: "0 0 620 620"
6
- }, l = /* @__PURE__ */ o("path", { d: "M-.653 309.29c-.078 82.272 31.848 159.735 89.739 218.178l.283.283c122.379 121.247 319.824 121.184 440.16-.283 119.967-121.1 119.409-316.933-.998-437.339l-.99-.99C468.681 30.845 390.716-1.017 307.893-.67c-82.83.354-160.443 32.994-218.814 91.79C31.209 149.555-.724 227.025-.653 309.29m469.271-160.789.778.778c87.9 87.9 88.325 231.005.707 319.33-77.753 78.46-199.786 87.412-288.959 26.862l198.513-198.513-.007 166.361 83.68-.07v-306.22H157.11l-.008 83.6h160.584L121.994 436.323c-59.347-87.689-50.536-208.59 26.51-286.343 87.836-88.686 231.436-89.31 320.106-1.486Z" }, null, -1), n = [
7
- l
8
- ];
9
- function r(s, d) {
10
- return e(), t("svg", c, [...n]);
6
+ };
7
+ function n(c, e) {
8
+ return t(), o("svg", r, e[0] || (e[0] = [
9
+ l("path", { d: "M-.653 309.29c-.078 82.272 31.848 159.735 89.739 218.178l.283.283c122.379 121.247 319.824 121.184 440.16-.283 119.967-121.1 119.409-316.933-.998-437.339l-.99-.99C468.681 30.845 390.716-1.017 307.893-.67c-82.83.354-160.443 32.994-218.814 91.79C31.209 149.555-.724 227.025-.653 309.29m469.271-160.789.778.778c87.9 87.9 88.325 231.005.707 319.33-77.753 78.46-199.786 87.412-288.959 26.862l198.513-198.513-.007 166.361 83.68-.07v-306.22H157.11l-.008 83.6h160.584L121.994 436.323c-59.347-87.689-50.536-208.59 26.51-286.343 87.836-88.686 231.436-89.31 320.106-1.486Z" }, null, -1)
10
+ ]));
11
11
  }
12
- const _ = { render: r };
12
+ const d = { render: n };
13
13
  export {
14
- _ as default,
15
- r as render
14
+ d as default,
15
+ n as render
16
16
  };