@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 l = {
1
+ import { openBlock as t, createElementBlock as l, createElementVNode as o } from "vue";
2
+ const r = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "currentColor",
5
5
  viewBox: "0 0 642 642"
6
- }, r = /* @__PURE__ */ o("path", { d: "M321 0a321 321 0 1 1 0 642 321 321 0 0 1 0-642m51.3 63L321 189.5 269.7 63l1 136.5-95.8-97.2L228 228l-125.7-53.1 97.2 95.8-136.5-1L189.5 321 63 372.3l136.5-1-97.2 95.8 125.7-53-53.1 125.6 95.8-97.2-1 136.5L321 452.5 372.3 579l-1-136.5 95.8 97.2-53-125.7 125.6 53.1-97.2-95.8 136.5 1L452.5 321 579 269.7l-136.5 1 97.2-95.8L414 228l53.1-125.7-95.8 97.2z" }, null, -1), n = [
7
- r
8
- ];
9
- function c(s, a) {
10
- return e(), t("svg", l, [...n]);
6
+ };
7
+ function n(c, e) {
8
+ return t(), l("svg", r, e[0] || (e[0] = [
9
+ o("path", { d: "M321 0a321 321 0 1 1 0 642 321 321 0 0 1 0-642m51.3 63L321 189.5 269.7 63l1 136.5-95.8-97.2L228 228l-125.7-53.1 97.2 95.8-136.5-1L189.5 321 63 372.3l136.5-1-97.2 95.8 125.7-53-53.1 125.6 95.8-97.2-1 136.5L321 452.5 372.3 579l-1-136.5 95.8 97.2-53-125.7 125.6 53.1-97.2-95.8 136.5 1L452.5 321 579 269.7l-136.5 1 97.2-95.8L414 228l53.1-125.7-95.8 97.2z" }, null, -1)
10
+ ]));
11
11
  }
12
- const _ = { render: c };
12
+ const L = { render: n };
13
13
  export {
14
- _ as default,
15
- c as render
14
+ L as default,
15
+ n as render
16
16
  };
@@ -1,16 +1,16 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const r = {
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as r } from "vue";
2
+ const n = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "currentColor",
5
5
  viewBox: "0 0 620 620"
6
- }, n = /* @__PURE__ */ t("path", { d: "M529.2 90.8A310 310 0 1 0 90.8 529.2 310 310 0 0 0 529.2 90.8M122.4 498.2c-54.9-55-15.4-183.5 88.2-287 103.6-103.7 232.1-143.2 287-88.3 54.9 54.8 15.4 183.4-88.3 287-103.5 103.6-232 143.1-286.9 88.3m261.8-262.7A104.7 104.7 0 1 1 236 383.7a104.7 104.7 0 0 1 148.2-148.2" }, null, -1), c = [
7
- n
8
- ];
9
- function l(s, a) {
10
- return e(), o("svg", r, [...c]);
6
+ };
7
+ function l(c, e) {
8
+ return o(), t("svg", n, e[0] || (e[0] = [
9
+ r("path", { d: "M529.2 90.8A310 310 0 1 0 90.8 529.2 310 310 0 0 0 529.2 90.8M122.4 498.2c-54.9-55-15.4-183.5 88.2-287 103.6-103.7 232.1-143.2 287-88.3 54.9 54.8 15.4 183.4-88.3 287-103.5 103.6-232 143.1-286.9 88.3m261.8-262.7A104.7 104.7 0 1 1 236 383.7a104.7 104.7 0 0 1 148.2-148.2" }, null, -1)
10
+ ]));
11
11
  }
12
- const _ = { render: l };
12
+ const a = { render: l };
13
13
  export {
14
- _ as default,
14
+ a as default,
15
15
  l as render
16
16
  };
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as l, createElementVNode as o } from "vue";
2
- const t = {
1
+ import { openBlock as l, createElementBlock as a, createElementVNode as o } from "vue";
2
+ const n = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  viewBox: "0 0 14 14"
6
- }, a = /* @__PURE__ */ o("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M8.75 0a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0V.75A.75.75 0 0 1 8.75 0m4.03 2.28a.75.75 0 0 0-1.06-1.06l-1 1a.75.75 0 0 0 1.06 1.06zM9.707 5.707a1 1 0 0 0-1.414-1.414l-8 8a1 1 0 1 0 1.414 1.414zM11.75 4.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zm-1.53 2.22a.75.75 0 0 1 1.06 0l1 1a.75.75 0 0 1-1.06 1.06l-1-1a.75.75 0 0 1 0-1.06m-3.94-5a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06-1.06z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), n = [
12
- a
13
- ];
14
- function r(c, d) {
15
- return e(), l("svg", t, [...n]);
6
+ };
7
+ function r(t, e) {
8
+ return l(), a("svg", n, e[0] || (e[0] = [
9
+ o("path", {
10
+ fill: "currentColor",
11
+ "fill-rule": "evenodd",
12
+ d: "M8.75 0a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0V.75A.75.75 0 0 1 8.75 0m4.03 2.28a.75.75 0 0 0-1.06-1.06l-1 1a.75.75 0 0 0 1.06 1.06zM9.707 5.707a1 1 0 0 0-1.414-1.414l-8 8a1 1 0 1 0 1.414 1.414zM11.75 4.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zm-1.53 2.22a.75.75 0 0 1 1.06 0l1 1a.75.75 0 0 1-1.06 1.06l-1-1a.75.75 0 0 1 0-1.06m-3.94-5a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06-1.06z",
13
+ "clip-rule": "evenodd"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const s = { render: r };
17
+ const c = { render: r };
18
18
  export {
19
- s as default,
19
+ c as default,
20
20
  r 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 n, createElementVNode as r } from "vue";
2
+ const t = {
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: "M22 6.8H2m20 10.4H2"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function s(l, d) {
15
- return e(), o("svg", n, [...c]);
5
+ };
6
+ function l(s, e) {
7
+ return o(), n("svg", t, e[0] || (e[0] = [
8
+ r("path", {
9
+ fill: "none",
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M22 6.8H2m20 10.4H2"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const u = { render: s };
17
+ const d = { render: l };
18
18
  export {
19
- u as default,
20
- s as render
19
+ d as default,
20
+ l as render
21
21
  };
@@ -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: "M17.333 5.34c1.39-.22 2.796-.334 4.205-.34.121 0 .238.043.329.122a.44.44 0 0 1 .133.314v13.73a.44.44 0 0 1-.133.306.46.46 0 0 1-.311.13C14.186 19.708 12 22 12 22m0 0V7.38S9.822 5.096 2.462 5a.5.5 0 0 0-.329.122.44.44 0 0 0-.133.314v13.73a.44.44 0 0 0 .133.306.46.46 0 0 0 .311.13C9.814 19.708 12 22 12 22" }, null, -1), c = /* @__PURE__ */ e("path", { d: "M12 22a5.67 5.67 0 0 1 1.367-3.135c.967-1.141 2.237-1.923 3.633-2.236V2.443a.45.45 0 0 0-.051-.21.4.4 0 0 0-.14-.154.47.47 0 0 0-.409-.054 6.44 6.44 0 0 0-3.033 2.063A5.86 5.86 0 0 0 12 7.205" }, null, -1), s = [
10
- r,
11
- c
12
- ];
13
- function a(l, 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: "M17.333 5.34c1.39-.22 2.796-.334 4.205-.34.121 0 .238.043.329.122a.44.44 0 0 1 .133.314v13.73a.44.44 0 0 1-.133.306.46.46 0 0 1-.311.13C14.186 19.708 12 22 12 22m0 0V7.38S9.822 5.096 2.462 5a.5.5 0 0 0-.329.122.44.44 0 0 0-.133.314v13.73a.44.44 0 0 0 .133.306.46.46 0 0 0 .311.13C9.814 19.708 12 22 12 22" }, null, -1),
13
+ o("path", { d: "M12 22a5.67 5.67 0 0 1 1.367-3.135c.967-1.141 2.237-1.923 3.633-2.236V2.443a.45.45 0 0 0-.051-.21.4.4 0 0 0-.14-.154.47.47 0 0 0-.409-.054 6.44 6.44 0 0 0-3.033 2.063A5.86 5.86 0 0 0 12 7.205" }, null, -1)
14
+ ]));
15
15
  }
16
- const _ = { render: a };
16
+ const s = { render: l };
17
17
  export {
18
- _ as default,
19
- a as render
18
+ s as default,
19
+ l as render
20
20
  };
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as l, createElementVNode as o } from "vue";
2
- const t = {
1
+ import { openBlock as l, createElementBlock as r, createElementVNode as n } from "vue";
2
+ const o = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
5
  viewBox: "0 0 14 14"
6
- }, n = /* @__PURE__ */ o("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M11.821.098a1.62 1.62 0 0 1 2.077 2.076l-3.574 10.712a1.62 1.62 0 0 1-1.168 1.069 1.6 1.6 0 0 1-1.52-.434l-1.918-1.909-2.014 1.042a.5.5 0 0 1-.73-.457l.083-3.184 7.045-5.117a.625.625 0 1 0-.735-1.012L2.203 8.088l-1.73-1.73a1.6 1.6 0 0 1-.437-1.447 1.62 1.62 0 0 1 1.069-1.238h.003z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), r = [
12
- n
13
- ];
14
- function c(a, d) {
15
- return e(), l("svg", t, [...r]);
6
+ };
7
+ function t(a, e) {
8
+ return l(), r("svg", o, e[0] || (e[0] = [
9
+ n("path", {
10
+ fill: "currentColor",
11
+ "fill-rule": "evenodd",
12
+ d: "M11.821.098a1.62 1.62 0 0 1 2.077 2.076l-3.574 10.712a1.62 1.62 0 0 1-1.168 1.069 1.6 1.6 0 0 1-1.52-.434l-1.918-1.909-2.014 1.042a.5.5 0 0 1-.73-.457l.083-3.184 7.045-5.117a.625.625 0 1 0-.735-1.012L2.203 8.088l-1.73-1.73a1.6 1.6 0 0 1-.437-1.447 1.62 1.62 0 0 1 1.069-1.238h.003z",
13
+ "clip-rule": "evenodd"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const s = { render: c };
17
+ const i = { render: t };
18
18
  export {
19
- s as default,
20
- c as render
19
+ i as default,
20
+ t 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: "M17 3a2.85 2.85 0 0 1 2.064-1.007 2.87 2.87 0 0 1 2.14.834 2.83 2.83 0 0 1 .825 2.131A2.8 2.8 0 0 1 21 7L7.5 20.5 2 22l1.5-5.5z" }, null, -1), c = [
10
- r
11
- ];
12
- function l(s, 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: "M17 3a2.85 2.85 0 0 1 2.064-1.007 2.87 2.87 0 0 1 2.14.834 2.83 2.83 0 0 1 .825 2.131A2.8 2.8 0 0 1 21 7L7.5 20.5 2 22l1.5-5.5z" }, null, -1)
13
+ ]));
14
14
  }
15
- const a = { render: l };
15
+ const i = { render: l };
16
16
  export {
17
- a as default,
17
+ i as default,
18
18
  l 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 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: "M6 6.663c0-1.582 1.75-2.538 3.082-1.682l8.301 5.337a2 2 0 0 1 0 3.364L9.082 19.02C7.75 19.875 6 18.919 6 17.337z" }, 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: "M6 6.663c0-1.582 1.75-2.538 3.082-1.682l8.301 5.337a2 2 0 0 1 0 3.364L9.082 19.02C7.75 19.875 6 18.919 6 17.337z" }, null, -1)
13
+ ]));
14
14
  }
15
- const a = { render: l };
15
+ const d = { render: l };
16
16
  export {
17
- a as default,
17
+ d 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 12 12"
6
- }, r = /* @__PURE__ */ e("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M11 4.3c-.5-.7-1.7-2.2-2.4-2.6C7.9 1.2 7 1 5.9 1s-2.6.5-3.5 1.5C1.5 3.4.9 4.7.9 6s.5 2.6 1.5 3.5c.9.9 2.2 1.5 3.6 1.5s2.6-.6 3.6-1.5c.5-.5.8-.9 1-1.6"
11
- }, null, -1), s = /* @__PURE__ */ e("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- d: "M11 1v3.3H7.6"
16
- }, null, -1), c = [
17
- r,
18
- s
19
- ];
20
- function l(d, i) {
21
- return o(), t("svg", n, [...c]);
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: "M11 4.3c-.5-.7-1.7-2.2-2.4-2.6C7.9 1.2 7 1 5.9 1s-2.6.5-3.5 1.5C1.5 3.4.9 4.7.9 6s.5 2.6 1.5 3.5c.9.9 2.2 1.5 3.6 1.5s2.6-.6 3.6-1.5c.5-.5.8-.9 1-1.6"
14
+ }, null, -1),
15
+ o("path", {
16
+ stroke: "currentColor",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round",
19
+ d: "M11 1v3.3H7.6"
20
+ }, null, -1)
21
+ ]));
22
22
  }
23
- const _ = { render: l };
23
+ const d = { render: l };
24
24
  export {
25
- _ as default,
25
+ d as default,
26
26
  l as render
27
27
  };
@@ -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.22 2.663a1.47 1.47 0 0 0-1.09 0L8.87 5.167c-.35.14-.74.14-1.09 0L1.982 2.848a.735.735 0 0 0-1.008.686V17.62c0 .601.366 1.142.924 1.365l5.88 2.352c.35.14.742.14 1.092 0l6.258-2.504c.35-.14.741-.14 1.092 0l5.796 2.315a.735.735 0 0 0 1.008-.686V6.38a1.47 1.47 0 0 0-.924-1.365ZM8.325 5.272v16.17m7.35-18.884v16.17" }, null, -1), c = [
10
- r
11
- ];
12
- function l(s, a) {
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.22 2.663a1.47 1.47 0 0 0-1.09 0L8.87 5.167c-.35.14-.74.14-1.09 0L1.982 2.848a.735.735 0 0 0-1.008.686V17.62c0 .601.366 1.142.924 1.365l5.88 2.352c.35.14.742.14 1.092 0l6.258-2.504c.35-.14.741-.14 1.092 0l5.796 2.315a.735.735 0 0 0 1.008-.686V6.38a1.47 1.47 0 0 0-.924-1.365ZM8.325 5.272v16.17m7.35-18.884v16.17" }, null, -1)
13
+ ]));
14
14
  }
15
- const i = { render: l };
15
+ const s = { render: l };
16
16
  export {
17
- i as default,
17
+ s as default,
18
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 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: "M3 15c1.895 3 3.79 4 6.632 4s6.631-3 6.631-7-2.842-7-5.684-7-4.737 1.5-4.737 4 1.895 5 5.684 5S19.492 11.547 21 9"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function s(l, i) {
15
- return e(), o("svg", n, [...c]);
6
+ };
7
+ function l(s, 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: "M3 15c1.895 3 3.79 4 6.632 4s6.631-3 6.631-7-2.842-7-5.684-7-4.737 1.5-4.737 4 1.895 5 5.684 5S19.492 11.547 21 9"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const _ = { render: s };
17
+ const i = { render: l };
18
18
  export {
19
- _ as default,
20
- s as render
19
+ i 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: "M11 19a8 8 0 1 0 0-16 8 8 0 0 0 0 16m10 2-4.35-4.35"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function s(l, d) {
15
- return e(), o("svg", n, [...c]);
6
+ };
7
+ function l(s, 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: "M11 19a8 8 0 1 0 0-16 8 8 0 0 0 0 16m10 2-4.35-4.35"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const a = { render: s };
17
+ const d = { render: l };
18
18
  export {
19
- a as default,
20
- s as render
19
+ d as default,
20
+ l as render
21
21
  };
@@ -1,31 +1,31 @@
1
- import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
- const n = {
1
+ import { openBlock as o, createElementBlock as n, createElementVNode as e } 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: "M20 12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2m16 0H4m16 0a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2"
11
- }, null, -1), l = /* @__PURE__ */ e("path", {
12
- fill: "currentColor",
13
- d: "M18 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2"
14
- }, null, -1), s = /* @__PURE__ */ e("path", {
15
- stroke: "currentColor",
16
- "stroke-linecap": "round",
17
- "stroke-linejoin": "round",
18
- d: "M6 8h4m-4 8h4"
19
- }, null, -1), a = [
20
- r,
21
- l,
22
- s
23
- ];
24
- function c(d, i) {
25
- return o(), t("svg", n, [...a]);
6
+ };
7
+ function l(a, r) {
8
+ return o(), n("svg", t, r[0] || (r[0] = [
9
+ e("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M20 12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2m16 0H4m16 0a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2"
14
+ }, null, -1),
15
+ e("path", {
16
+ fill: "currentColor",
17
+ d: "M18 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2"
18
+ }, null, -1),
19
+ e("path", {
20
+ stroke: "currentColor",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round",
23
+ d: "M6 8h4m-4 8h4"
24
+ }, null, -1)
25
+ ]));
26
26
  }
27
- const h = { render: c };
27
+ const u = { render: l };
28
28
  export {
29
- h as default,
30
- c as render
29
+ u as default,
30
+ l as render
31
31
  };
@@ -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: "M20 7H9m0 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0m7 10H5m11 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0"
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", r, e[0] || (e[0] = [
9
+ n("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M20 7H9m0 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0m7 10H5m11 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const a = { render: c };
17
+ const c = { render: l };
18
18
  export {
19
- a as default,
20
- c as render
19
+ c as default,
20
+ l as render
21
21
  };
@@ -1,28 +1,28 @@
1
- import { openBlock as e, createElementBlock as n, createElementVNode as o } 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__ */ o("path", {
6
- fill: "none",
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M12 5.251C7.969 5.183 3.8 8 1.179 10.885a1.663 1.663 0 0 0 0 2.226C3.743 15.935 7.9 18.817 12 18.748c4.1.069 8.258-2.813 10.824-5.637a1.663 1.663 0 0 0 0-2.226C20.2 8 16.031 5.183 12 5.251"
11
- }, null, -1), l = /* @__PURE__ */ o("path", {
12
- fill: "none",
13
- stroke: "currentColor",
14
- "stroke-linecap": "round",
15
- "stroke-linejoin": "round",
16
- d: "M15.75 12A3.75 3.75 0 1 1 12 8.249 3.75 3.75 0 0 1 15.75 12"
17
- }, null, -1), s = [
18
- r,
19
- l
20
- ];
21
- function c(i, d) {
22
- return e(), n("svg", t, [...s]);
5
+ };
6
+ function l(s, 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: "M12 5.251C7.969 5.183 3.8 8 1.179 10.885a1.663 1.663 0 0 0 0 2.226C3.743 15.935 7.9 18.817 12 18.748c4.1.069 8.258-2.813 10.824-5.637a1.663 1.663 0 0 0 0-2.226C20.2 8 16.031 5.183 12 5.251"
14
+ }, null, -1),
15
+ o("path", {
16
+ fill: "none",
17
+ stroke: "currentColor",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round",
20
+ d: "M15.75 12A3.75 3.75 0 1 1 12 8.249 3.75 3.75 0 0 1 15.75 12"
21
+ }, null, -1)
22
+ ]));
23
23
  }
24
- const u = { render: c };
24
+ const c = { render: l };
25
25
  export {
26
- u as default,
27
- c as render
26
+ c as default,
27
+ l as render
28
28
  };
@@ -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
  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: "M2 5.4h20M2 12h20M2 18.6h13.3"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function s(l, d) {
15
- return e(), o("svg", n, [...c]);
5
+ };
6
+ function l(s, e) {
7
+ return o(), r("svg", n, e[0] || (e[0] = [
8
+ t("path", {
9
+ fill: "none",
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M2 5.4h20M2 12h20M2 18.6h13.3"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const h = { render: s };
17
+ const d = { render: l };
18
18
  export {
19
- h as default,
20
- s as render
19
+ d as default,
20
+ l as render
21
21
  };