@scalar/components 0.12.52 → 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 (211) 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 -88
  40. package/dist/components/ScalarIcon/ScalarIcon.stories.d.ts.map +1 -1
  41. package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts +5 -12
  42. package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts.map +1 -1
  43. package/dist/components/ScalarIcon/ScalarIcon.vue.js +2 -2
  44. package/dist/components/ScalarIcon/ScalarIcon.vue2.js +20 -14
  45. package/dist/components/ScalarIcon/icons/Add.svg.js +16 -16
  46. package/dist/components/ScalarIcon/icons/AddTab.svg.js +15 -15
  47. package/dist/components/ScalarIcon/icons/ArrowLeft.svg.js +14 -14
  48. package/dist/components/ScalarIcon/icons/ArrowRight.svg.js +14 -14
  49. package/dist/components/ScalarIcon/icons/Brackets.svg.js +14 -14
  50. package/dist/components/ScalarIcon/icons/Branch.svg.js +25 -25
  51. package/dist/components/ScalarIcon/icons/Changelog.svg.js +11 -11
  52. package/dist/components/ScalarIcon/icons/Checkmark.svg.js +15 -15
  53. package/dist/components/ScalarIcon/icons/ChevronDown.svg.js +14 -14
  54. package/dist/components/ScalarIcon/icons/ChevronLeft.svg.js +15 -15
  55. package/dist/components/ScalarIcon/icons/ChevronRight.svg.js +15 -15
  56. package/dist/components/ScalarIcon/icons/ChevronUp.svg.js +14 -14
  57. package/dist/components/ScalarIcon/icons/Clipboard.svg.js +14 -14
  58. package/dist/components/ScalarIcon/icons/Close.svg.js +15 -15
  59. package/dist/components/ScalarIcon/icons/CloseTab.svg.js +15 -15
  60. package/dist/components/ScalarIcon/icons/CloseTabs.svg.js +15 -15
  61. package/dist/components/ScalarIcon/icons/Cloud.svg.js +9 -9
  62. package/dist/components/ScalarIcon/icons/CodeFolder.svg.js +22 -22
  63. package/dist/components/ScalarIcon/icons/Cog.svg.js +11 -11
  64. package/dist/components/ScalarIcon/icons/Collection.svg.js +14 -14
  65. package/dist/components/ScalarIcon/icons/Cookie.svg.js +19 -19
  66. package/dist/components/ScalarIcon/icons/DarkMode.svg.js +10 -10
  67. package/dist/components/ScalarIcon/icons/Delete.svg.js +12 -12
  68. package/dist/components/ScalarIcon/icons/Discord.svg.js +10 -10
  69. package/dist/components/ScalarIcon/icons/DiscordLine.svg.js +11 -11
  70. package/dist/components/ScalarIcon/icons/DocsPage.svg.js +22 -22
  71. package/dist/components/ScalarIcon/icons/Download.svg.js +9 -9
  72. package/dist/components/ScalarIcon/icons/Duplicate.svg.js +20 -20
  73. package/dist/components/ScalarIcon/icons/Edit.svg.js +15 -15
  74. package/dist/components/ScalarIcon/icons/Ellipses.svg.js +10 -10
  75. package/dist/components/ScalarIcon/icons/Email.svg.js +11 -11
  76. package/dist/components/ScalarIcon/icons/Error.svg.js +10 -10
  77. package/dist/components/ScalarIcon/icons/Example.svg.js +15 -15
  78. package/dist/components/ScalarIcon/icons/ExternalLink.svg.js +14 -14
  79. package/dist/components/ScalarIcon/icons/FilterList.svg.js +14 -14
  80. package/dist/components/ScalarIcon/icons/Folder.svg.js +14 -14
  81. package/dist/components/ScalarIcon/icons/GitHub.svg.js +10 -10
  82. package/dist/components/ScalarIcon/icons/GitHubLine.svg.js +10 -10
  83. package/dist/components/ScalarIcon/icons/Google.svg.js +10 -10
  84. package/dist/components/ScalarIcon/icons/Help.svg.js +10 -10
  85. package/dist/components/ScalarIcon/icons/Hide.svg.js +10 -10
  86. package/dist/components/ScalarIcon/icons/History.svg.js +10 -10
  87. package/dist/components/ScalarIcon/icons/House.svg.js +10 -10
  88. package/dist/components/ScalarIcon/icons/Import.svg.js +11 -11
  89. package/dist/components/ScalarIcon/icons/Info.svg.js +27 -27
  90. package/dist/components/ScalarIcon/icons/Key.svg.js +11 -11
  91. package/dist/components/ScalarIcon/icons/Leave.svg.js +10 -10
  92. package/dist/components/ScalarIcon/icons/LightDarkModeToggle.svg.js +14 -14
  93. package/dist/components/ScalarIcon/icons/LightMode.svg.js +15 -15
  94. package/dist/components/ScalarIcon/icons/Link.svg.js +10 -10
  95. package/dist/components/ScalarIcon/icons/Lock.svg.js +15 -15
  96. package/dist/components/ScalarIcon/icons/Logo.svg.js +12 -12
  97. package/dist/components/ScalarIcon/icons/LogoAPI.svg.js +13 -13
  98. package/dist/components/ScalarIcon/icons/LogoClient.svg.js +10 -10
  99. package/dist/components/ScalarIcon/icons/LogoMarket.svg.js +10 -10
  100. package/dist/components/ScalarIcon/icons/LogoSwagger.svg.js +9 -9
  101. package/dist/components/ScalarIcon/icons/Magic.svg.js +14 -14
  102. package/dist/components/ScalarIcon/icons/Menu.svg.js +16 -16
  103. package/dist/components/ScalarIcon/icons/Page.svg.js +11 -11
  104. package/dist/components/ScalarIcon/icons/PaperAirplane.svg.js +15 -15
  105. package/dist/components/ScalarIcon/icons/Pencil.svg.js +9 -9
  106. package/dist/components/ScalarIcon/icons/Play.svg.js +9 -9
  107. package/dist/components/ScalarIcon/icons/Refresh.svg.js +20 -20
  108. package/dist/components/ScalarIcon/icons/Roadmap.svg.js +9 -9
  109. package/dist/components/ScalarIcon/icons/Scribble.svg.js +15 -15
  110. package/dist/components/ScalarIcon/icons/Search.svg.js +15 -15
  111. package/dist/components/ScalarIcon/icons/Server.svg.js +25 -25
  112. package/dist/components/ScalarIcon/icons/Settings.svg.js +15 -15
  113. package/dist/components/ScalarIcon/icons/Show.svg.js +22 -22
  114. package/dist/components/ScalarIcon/icons/Sort.svg.js +15 -15
  115. package/dist/components/ScalarIcon/icons/Terminal.svg.js +22 -22
  116. package/dist/components/ScalarIcon/icons/ThumbsDown.svg.js +15 -15
  117. package/dist/components/ScalarIcon/icons/ThumbsUp.svg.js +15 -15
  118. package/dist/components/ScalarIcon/icons/Trash.svg.js +15 -15
  119. package/dist/components/ScalarIcon/icons/Unlock.svg.js +9 -9
  120. package/dist/components/ScalarIcon/icons/Upload.svg.js +10 -10
  121. package/dist/components/ScalarIcon/icons/UploadSimple.svg.js +15 -15
  122. package/dist/components/ScalarIcon/icons/User.svg.js +14 -14
  123. package/dist/components/ScalarIcon/icons/Users.svg.js +10 -10
  124. package/dist/components/ScalarIcon/icons/Wallet.svg.js +11 -11
  125. package/dist/components/ScalarIcon/icons/Workspace.svg.js +10 -10
  126. package/dist/components/ScalarIcon/icons/programming-framework-angular.svg.js +10 -10
  127. package/dist/components/ScalarIcon/icons/programming-framework-astro.svg.js +10 -10
  128. package/dist/components/ScalarIcon/icons/programming-framework-laravel.svg.js +15 -15
  129. package/dist/components/ScalarIcon/icons/programming-framework-nextdotjs.svg.js +8 -8
  130. package/dist/components/ScalarIcon/icons/programming-framework-react.svg.js +10 -10
  131. package/dist/components/ScalarIcon/icons/programming-framework-vuedotjs.svg.js +11 -11
  132. package/dist/components/ScalarIcon/icons/programming-language-c.svg.js +10 -10
  133. package/dist/components/ScalarIcon/icons/programming-language-clojure.svg.js +9 -9
  134. package/dist/components/ScalarIcon/icons/programming-language-csharp.svg.js +9 -9
  135. package/dist/components/ScalarIcon/icons/programming-language-css3.svg.js +10 -10
  136. package/dist/components/ScalarIcon/icons/programming-language-go.svg.js +10 -10
  137. package/dist/components/ScalarIcon/icons/programming-language-html5.svg.js +10 -10
  138. package/dist/components/ScalarIcon/icons/programming-language-http.svg.js +10 -10
  139. package/dist/components/ScalarIcon/icons/programming-language-java.svg.js +12 -12
  140. package/dist/components/ScalarIcon/icons/programming-language-javascript.svg.js +7 -7
  141. package/dist/components/ScalarIcon/icons/programming-language-json.svg.js +11 -11
  142. package/dist/components/ScalarIcon/icons/programming-language-kotlin.svg.js +8 -8
  143. package/dist/components/ScalarIcon/icons/programming-language-node.svg.js +10 -10
  144. package/dist/components/ScalarIcon/icons/programming-language-objc.svg.js +11 -11
  145. package/dist/components/ScalarIcon/icons/programming-language-ocaml.svg.js +10 -10
  146. package/dist/components/ScalarIcon/icons/programming-language-php.svg.js +9 -9
  147. package/dist/components/ScalarIcon/icons/programming-language-powershell.svg.js +14 -14
  148. package/dist/components/ScalarIcon/icons/programming-language-python.svg.js +9 -9
  149. package/dist/components/ScalarIcon/icons/programming-language-r.svg.js +14 -14
  150. package/dist/components/ScalarIcon/icons/programming-language-ruby.svg.js +8 -8
  151. package/dist/components/ScalarIcon/icons/programming-language-scala.svg.js +10 -10
  152. package/dist/components/ScalarIcon/icons/programming-language-shell.svg.js +10 -10
  153. package/dist/components/ScalarIcon/icons/programming-language-swift.svg.js +10 -10
  154. package/dist/components/ScalarIcon/icons/programming-language-typescript.svg.js +9 -9
  155. package/dist/components/ScalarIcon/icons/programming-script-code.svg.js +15 -15
  156. package/dist/components/ScalarIcon/icons/programming-tool-git.svg.js +10 -10
  157. package/dist/components/ScalarIcon/icons/programming-tool-tailwindcss.svg.js +9 -9
  158. package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts +15 -47
  159. package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts.map +1 -1
  160. package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts +4 -27
  161. package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts.map +1 -1
  162. package/dist/components/ScalarListbox/ScalarListbox.stories.d.ts +32 -145
  163. package/dist/components/ScalarListbox/ScalarListbox.stories.d.ts.map +1 -1
  164. package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts +9 -28
  165. package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts.map +1 -1
  166. package/dist/components/ScalarListbox/ScalarListbox.vue.js +42 -33
  167. package/dist/components/ScalarLoading/ScalarLoading.stories.d.ts +41 -204
  168. package/dist/components/ScalarLoading/ScalarLoading.stories.d.ts.map +1 -1
  169. package/dist/components/ScalarLoading/ScalarLoading.vue.d.ts +3 -12
  170. package/dist/components/ScalarLoading/ScalarLoading.vue.d.ts.map +1 -1
  171. package/dist/components/ScalarLoading/ScalarLoading.vue2.js +22 -22
  172. package/dist/components/ScalarMarkdown/ScalarMarkdown.stories.d.ts +52 -140
  173. package/dist/components/ScalarMarkdown/ScalarMarkdown.stories.d.ts.map +1 -1
  174. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts +4 -25
  175. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts.map +1 -1
  176. package/dist/components/ScalarModal/ScalarModal.stories.d.ts +27 -105
  177. package/dist/components/ScalarModal/ScalarModal.stories.d.ts.map +1 -1
  178. package/dist/components/ScalarModal/ScalarModal.vue.d.ts +6 -27
  179. package/dist/components/ScalarModal/ScalarModal.vue.d.ts.map +1 -1
  180. package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts +41 -404
  181. package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts.map +1 -1
  182. package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts +1 -10
  183. package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts.map +1 -1
  184. package/dist/components/ScalarPopover/ScalarPopover.vue.js +16 -16
  185. package/dist/components/ScalarSearchInput/ScalarSearchInput.stories.d.ts +97 -361
  186. package/dist/components/ScalarSearchInput/ScalarSearchInput.stories.d.ts.map +1 -1
  187. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts +7 -16
  188. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts.map +1 -1
  189. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.js +18 -18
  190. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts +3 -12
  191. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts.map +1 -1
  192. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.js +26 -26
  193. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts +3 -12
  194. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts.map +1 -1
  195. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.js +14 -14
  196. package/dist/components/ScalarSearchResults/ScalarSearchResults.stories.d.ts +48 -107
  197. package/dist/components/ScalarSearchResults/ScalarSearchResults.stories.d.ts.map +1 -1
  198. package/dist/components/ScalarTextField/ScalarTextField.stories.d.ts +197 -673
  199. package/dist/components/ScalarTextField/ScalarTextField.stories.d.ts.map +1 -1
  200. package/dist/components/ScalarTextField/ScalarTextField.vue.d.ts +8 -33
  201. package/dist/components/ScalarTextField/ScalarTextField.vue.d.ts.map +1 -1
  202. package/dist/components/ScalarTooltip/ScalarTooltip.stories.d.ts +193 -684
  203. package/dist/components/ScalarTooltip/ScalarTooltip.stories.d.ts.map +1 -1
  204. package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts +7 -32
  205. package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts.map +1 -1
  206. package/dist/components/ScalarVirtualText/ScalarVirtualText.stories.d.ts +52 -172
  207. package/dist/components/ScalarVirtualText/ScalarVirtualText.stories.d.ts.map +1 -1
  208. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts +4 -31
  209. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts.map +1 -1
  210. package/dist/style.css +1 -1
  211. package/package.json +5 -5
@@ -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
  };
@@ -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: "M13 15h5M6 9l4 3-4 3"
11
- }, null, -1), l = /* @__PURE__ */ e("path", {
12
- fill: "none",
13
- stroke: "currentColor",
14
- "stroke-linecap": "round",
15
- "stroke-linejoin": "round",
16
- d: "M21 2.8H3.1c-.7 0-1.4.6-1.4 1.4v15.6c0 .7.6 1.4 1.4 1.4H21c.7 0 1.4-.6 1.4-1.4V4.2c0-.8-.5-1.4-1.3-1.4z"
17
- }, null, -1), c = [
18
- r,
19
- l
20
- ];
21
- function s(i, d) {
22
- return o(), n("svg", t, [...c]);
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: "M13 15h5M6 9l4 3-4 3"
14
+ }, null, -1),
15
+ o("path", {
16
+ fill: "none",
17
+ stroke: "currentColor",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round",
20
+ d: "M21 2.8H3.1c-.7 0-1.4.6-1.4 1.4v15.6c0 .7.6 1.4 1.4 1.4H21c.7 0 1.4-.6 1.4-1.4V4.2c0-.8-.5-1.4-1.3-1.4z"
21
+ }, null, -1)
22
+ ]));
23
23
  }
24
- const a = { render: s };
24
+ const s = { render: l };
25
25
  export {
26
- a as default,
27
- s as render
26
+ s 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";
2
- const n = {
1
+ import { openBlock as l, createElementBlock as o, 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
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M14.333 22.94c-.848 0-1.604-.5-1.96-1.251-1.783-3.772-3.568-6.116-6.2-7.75H5V2.69h1.779l6.5-1.5h7.82a1.375 1.375 0 0 1 0 2.75h-.5a.625.625 0 1 0 0 1.25h1.5a1.375 1.375 0 0 1 0 2.75h-.5a.625.625 0 1 0 0 1.25h1a1.375 1.375 0 0 1 0 2.75h-1a.625.625 0 0 0 0 1.25h1a1.375 1.375 0 0 1 0 2.75h-7.834c.618 1.618 1.2 3.36 1.497 4.743.276 1.28-.77 2.258-1.93 2.258ZM3.5 14.5a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h1.5a1 1 0 0 1 1 1z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), a = [
12
- l
13
- ];
14
- function h(r, c) {
15
- return e(), o("svg", n, [...a]);
6
+ };
7
+ function t(a, e) {
8
+ return l(), o("svg", r, e[0] || (e[0] = [
9
+ n("path", {
10
+ fill: "currentColor",
11
+ "fill-rule": "evenodd",
12
+ d: "M14.333 22.94c-.848 0-1.604-.5-1.96-1.251-1.783-3.772-3.568-6.116-6.2-7.75H5V2.69h1.779l6.5-1.5h7.82a1.375 1.375 0 0 1 0 2.75h-.5a.625.625 0 1 0 0 1.25h1.5a1.375 1.375 0 0 1 0 2.75h-.5a.625.625 0 1 0 0 1.25h1a1.375 1.375 0 0 1 0 2.75h-1a.625.625 0 0 0 0 1.25h1a1.375 1.375 0 0 1 0 2.75h-7.834c.618 1.618 1.2 3.36 1.497 4.743.276 1.28-.77 2.258-1.93 2.258ZM3.5 14.5a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h1.5a1 1 0 0 1 1 1z",
13
+ "clip-rule": "evenodd"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const s = { render: h };
17
+ const c = { render: t };
18
18
  export {
19
- s as default,
20
- h 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 l = {
1
+ import { openBlock as l, createElementBlock as o, 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
- }, n = /* @__PURE__ */ t("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M14.333.375c-.848 0-1.604.5-1.96 1.251-1.783 3.772-3.568 6.116-6.2 7.749H5v11.25h1.779l6.5 1.5h7.82a1.375 1.375 0 0 0 0-2.75h-.5a.625.625 0 1 1 0-1.25h1.5a1.375 1.375 0 0 0 0-2.75h-.5a.625.625 0 1 1 0-1.25h1a1.375 1.375 0 0 0 0-2.75h-1a.625.625 0 1 1 0-1.25h1a1.375 1.375 0 0 0 0-2.75h-7.834c.618-1.617 1.2-3.359 1.497-4.742.276-1.28-.77-2.258-1.93-2.258ZM3.5 8.815a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v12.5a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), a = [
12
- n
13
- ];
14
- function h(r, c) {
15
- return e(), o("svg", l, [...a]);
6
+ };
7
+ function t(a, e) {
8
+ return l(), o("svg", r, e[0] || (e[0] = [
9
+ n("path", {
10
+ fill: "currentColor",
11
+ "fill-rule": "evenodd",
12
+ d: "M14.333.375c-.848 0-1.604.5-1.96 1.251-1.783 3.772-3.568 6.116-6.2 7.749H5v11.25h1.779l6.5 1.5h7.82a1.375 1.375 0 0 0 0-2.75h-.5a.625.625 0 1 1 0-1.25h1.5a1.375 1.375 0 0 0 0-2.75h-.5a.625.625 0 1 1 0-1.25h1a1.375 1.375 0 0 0 0-2.75h-1a.625.625 0 1 1 0-1.25h1a1.375 1.375 0 0 0 0-2.75h-7.834c.618-1.617 1.2-3.359 1.497-4.742.276-1.28-.77-2.258-1.93-2.258ZM3.5 8.815a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v12.5a1 1 0 0 0 1 1h1.5a1 1 0 0 0 1-1z",
13
+ "clip-rule": "evenodd"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const s = { render: h };
17
+ const c = { render: t };
18
18
  export {
19
- s as default,
20
- h 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 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: "m19.5 5.75-1.51 14.34a1.67 1.67 0 0 1-1.66 1.5H7.67A1.67 1.67 0 0 1 6 20.08L4.5 5.75m-2.08 0h19.16m-13.33 0v-2.5a.83.83 0 0 1 .83-.83h5.84a.83.83 0 0 1 .83.83v2.5M12 9.5v8.75m3.75-8.75-.42 8.75M8.25 9.5l.42 8.75"
11
- }, null, -1), s = [
12
- r
13
- ];
14
- function c(l, a) {
15
- return e(), o("svg", n, [...s]);
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: "m19.5 5.75-1.51 14.34a1.67 1.67 0 0 1-1.66 1.5H7.67A1.67 1.67 0 0 1 6 20.08L4.5 5.75m-2.08 0h19.16m-13.33 0v-2.5a.83.83 0 0 1 .83-.83h5.84a.83.83 0 0 1 .83.83v2.5M12 9.5v8.75m3.75-8.75-.42 8.75M8.25 9.5l.42 8.75"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const i = { render: c };
17
+ const m = { render: l };
18
18
  export {
19
- i as default,
20
- c as render
19
+ m 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";
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
2
2
  const n = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "currentColor",
5
5
  viewBox: "0 0 24 24"
6
- }, r = /* @__PURE__ */ o("path", { d: "M19.5 9.5h-.75V6.75A6.75 6.75 0 0 0 5.53 4.81a1.25 1.25 0 0 0 2.4.72 4.25 4.25 0 0 1 8.32 1.22V9a.5.5 0 0 1-.5.5H4.5a2 2 0 0 0-2 2V22a2 2 0 0 0 2 2h15a2 2 0 0 0 2-2V11.5a2 2 0 0 0-2-2m-7.5 9a2 2 0 1 1 2-2 2 2 0 0 1-2 2" }, null, -1), c = [
7
- r
8
- ];
9
- function a(l, s) {
10
- return e(), t("svg", n, [...c]);
6
+ };
7
+ function l(a, e) {
8
+ return t(), o("svg", n, e[0] || (e[0] = [
9
+ r("path", { d: "M19.5 9.5h-.75V6.75A6.75 6.75 0 0 0 5.53 4.81a1.25 1.25 0 0 0 2.4.72 4.25 4.25 0 0 1 8.32 1.22V9a.5.5 0 0 1-.5.5H4.5a2 2 0 0 0-2 2V22a2 2 0 0 0 2 2h15a2 2 0 0 0 2-2V11.5a2 2 0 0 0-2-2m-7.5 9a2 2 0 1 1 2-2 2 2 0 0 1-2 2" }, null, -1)
10
+ ]));
11
11
  }
12
- const h = { render: a };
12
+ const s = { render: l };
13
13
  export {
14
- h as default,
15
- a as render
14
+ s as default,
15
+ l as render
16
16
  };
@@ -1,16 +1,16 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- const n = {
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
- }, r = /* @__PURE__ */ o("path", { d: "M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m4.91 10.41A1 1 0 0 1 16 11h-2.25a.25.25 0 0 0-.25.25v7.25a1.5 1.5 0 0 1-3 0v-7.25a.25.25 0 0 0-.25-.25H8a1 1 0 0 1-.75-1.66l4-4.5a1 1 0 0 1 1.5 0l4 4.5a1 1 0 0 1 .16 1.07" }, null, -1), a = [
7
- r
8
- ];
9
- function l(c, s) {
10
- return e(), t("svg", n, [...a]);
6
+ };
7
+ function n(a, e) {
8
+ return t(), o("svg", l, e[0] || (e[0] = [
9
+ r("path", { d: "M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m4.91 10.41A1 1 0 0 1 16 11h-2.25a.25.25 0 0 0-.25.25v7.25a1.5 1.5 0 0 1-3 0v-7.25a.25.25 0 0 0-.25-.25H8a1 1 0 0 1-.75-1.66l4-4.5a1 1 0 0 1 1.5 0l4 4.5a1 1 0 0 1 .16 1.07" }, null, -1)
10
+ ]));
11
11
  }
12
- const _ = { render: l };
12
+ const d = { render: n };
13
13
  export {
14
- _ as default,
15
- l as render
14
+ d as default,
15
+ n 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 n, 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: "M12 4.33v15.32m5.37-9.95L12 4.33 6.63 9.7"
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(), n("svg", t, e[0] || (e[0] = [
9
+ r("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M12 4.33v15.32m5.37-9.95L12 4.33 6.63 9.7"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const a = { render: c };
17
+ const i = { render: l };
18
18
  export {
19
- a as default,
20
- c as render
19
+ i as default,
20
+ l as render
21
21
  };
@@ -1,24 +1,24 @@
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 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__ */ e("path", { d: "M3.5 22.2c.3-4.5 4-8 8.5-8s8.2 3.5 8.5 8z" }, null, -1), c = /* @__PURE__ */ e("circle", {
10
- cx: "12",
11
- cy: "6.2",
12
- r: "4.5"
13
- }, null, -1), s = [
14
- r,
15
- c
16
- ];
17
- function l(i, d) {
18
- return o(), t("svg", n, [...s]);
9
+ };
10
+ function l(c, e) {
11
+ return o(), n("svg", t, e[0] || (e[0] = [
12
+ r("path", { d: "M3.5 22.2c.3-4.5 4-8 8.5-8s8.2 3.5 8.5 8z" }, null, -1),
13
+ r("circle", {
14
+ cx: "12",
15
+ cy: "6.2",
16
+ r: "4.5"
17
+ }, null, -1)
18
+ ]));
19
19
  }
20
- const u = { render: l };
20
+ const i = { render: l };
21
21
  export {
22
- u as default,
22
+ i as default,
23
23
  l as render
24
24
  };
@@ -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: "M3.375 7.875a4.125 4.125 0 1 0 8.25 0 4.125 4.125 0 1 0-8.25 0M.75 20.25a6.75 6.75 0 0 1 13.5 0m.001-15.834a4.125 4.125 0 1 1-.006 6.914M15 13.667a6.757 6.757 0 0 1 8.25 6.583" }, 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(), r("svg", t, e[0] || (e[0] = [
12
+ n("path", { d: "M3.375 7.875a4.125 4.125 0 1 0 8.25 0 4.125 4.125 0 1 0-8.25 0M.75 20.25a6.75 6.75 0 0 1 13.5 0m.001-15.834a4.125 4.125 0 1 1-.006 6.914M15 13.667a6.757 6.757 0 0 1 8.25 6.583" }, 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,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: "M2.97 2.771 13.908 5.88a3.77 3.77 0 0 1 2.592 3.5v10.51a2.052 2.052 0 0 1-2.6 2.167l-9.048-2.46a3.7 3.7 0 0 1-2.6-3.457V4.688a2.75 2.75 0 0 1 2.67-2.813H18.75a3 3 0 0 1 3 3v8.953a3.073 3.073 0 0 1-3.11 3.047H16.5" }, null, -1), l = /* @__PURE__ */ e("path", { d: "M12.375 13.875a.375.375 0 0 1 0-.75m0 .75a.375.375 0 0 0 0-.75m9.375-3.75H16.5" }, null, -1), a = [
10
- r,
11
- l
12
- ];
13
- function s(c, d) {
14
- return o(), t("svg", n, [...a]);
9
+ };
10
+ function l(a, e) {
11
+ return t(), n("svg", r, e[0] || (e[0] = [
12
+ o("path", { d: "M2.97 2.771 13.908 5.88a3.77 3.77 0 0 1 2.592 3.5v10.51a2.052 2.052 0 0 1-2.6 2.167l-9.048-2.46a3.7 3.7 0 0 1-2.6-3.457V4.688a2.75 2.75 0 0 1 2.67-2.813H18.75a3 3 0 0 1 3 3v8.953a3.073 3.073 0 0 1-3.11 3.047H16.5" }, null, -1),
13
+ o("path", { d: "M12.375 13.875a.375.375 0 0 1 0-.75m0 .75a.375.375 0 0 0 0-.75m9.375-3.75H16.5" }, null, -1)
14
+ ]));
15
15
  }
16
- const _ = { render: s };
16
+ const d = { render: l };
17
17
  export {
18
- _ as default,
19
- s as render
18
+ d as default,
19
+ l as render
20
20
  };
@@ -1,19 +1,19 @@
1
- import { openBlock as e, createElementBlock as a, createElementVNode as o } from "vue";
2
- const m = {
1
+ import { openBlock as m, createElementBlock as a, 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
- }, t = /* @__PURE__ */ o("path", { d: "M20.25 3.75v19.5M3.75 3.75h16.5m-16.5 19.5V3.75m16.5 19.5H3.75m16.5-19.5H3.75l1.5-3h13.5zM.75 23.25h22.5m-9-2.25a2.25 2.25 0 0 0-4.5 0v2.25h4.5zM7.5 7.13a.37.37 0 1 1 0-.75m0 .75a.37.37 0 1 0 0-.75m4.5.75a.38.38 0 0 1 0-.75m0 .75a.38.38 0 0 0 0-.75m4.5.75a.38.38 0 0 1 0-.75m0 .75a.38.38 0 0 0 0-.75m-9 5.25a.38.38 0 0 1 0-.76m0 .76a.38.38 0 0 0 0-.76m4.5.76a.38.38 0 0 1 0-.76m0 .76a.38.38 0 0 0 0-.76m4.5.76a.38.38 0 0 1 0-.76m0 .76a.38.38 0 0 0 0-.76m-9 5.26a.38.38 0 0 1 0-.75m0 .75a.38.38 0 0 0 0-.75m4.5.75a.38.38 0 0 1 0-.75m0 .75a.38.38 0 0 0 0-.75m4.5.75a.38.38 0 0 1 0-.75m0 .75a.38.38 0 0 0 0-.75" }, null, -1), n = [
10
- t
11
- ];
12
- function r(c, s) {
13
- return e(), a("svg", m, [...n]);
9
+ };
10
+ function n(t, e) {
11
+ return m(), a("svg", r, e[0] || (e[0] = [
12
+ o("path", { d: "M20.25 3.75v19.5M3.75 3.75h16.5m-16.5 19.5V3.75m16.5 19.5H3.75m16.5-19.5H3.75l1.5-3h13.5zM.75 23.25h22.5m-9-2.25a2.25 2.25 0 0 0-4.5 0v2.25h4.5zM7.5 7.13a.37.37 0 1 1 0-.75m0 .75a.37.37 0 1 0 0-.75m4.5.75a.38.38 0 0 1 0-.75m0 .75a.38.38 0 0 0 0-.75m4.5.75a.38.38 0 0 1 0-.75m0 .75a.38.38 0 0 0 0-.75m-9 5.25a.38.38 0 0 1 0-.76m0 .76a.38.38 0 0 0 0-.76m4.5.76a.38.38 0 0 1 0-.76m0 .76a.38.38 0 0 0 0-.76m4.5.76a.38.38 0 0 1 0-.76m0 .76a.38.38 0 0 0 0-.76m-9 5.26a.38.38 0 0 1 0-.75m0 .75a.38.38 0 0 0 0-.75m4.5.75a.38.38 0 0 1 0-.75m0 .75a.38.38 0 0 0 0-.75m4.5.75a.38.38 0 0 1 0-.75m0 .75a.38.38 0 0 0 0-.75" }, null, -1)
13
+ ]));
14
14
  }
15
- const d = { render: r };
15
+ const s = { render: n };
16
16
  export {
17
- d as default,
18
- r as render
17
+ s as default,
18
+ n as render
19
19
  };
@@ -1,16 +1,16 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const r = {
1
+ import { openBlock as r, createElementBlock as l, 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 24 24"
6
- }, l = /* @__PURE__ */ t("path", { d: "M9.931 12.645h4.138l-2.07-4.908m0-7.737L.68 3.982l1.726 14.771L12 24l9.596-5.242L23.32 3.984zm7.064 18.31h-2.638l-1.422-3.503H8.996l-1.422 3.504h-2.64L12 2.65z" }, null, -1), n = [
7
- l
8
- ];
9
- function c(s, m) {
10
- return e(), o("svg", r, [...n]);
6
+ };
7
+ function n(m, e) {
8
+ return r(), l("svg", t, e[0] || (e[0] = [
9
+ o("path", { d: "M9.931 12.645h4.138l-2.07-4.908m0-7.737L.68 3.982l1.726 14.771L12 24l9.596-5.242L23.32 3.984zm7.064 18.31h-2.638l-1.422-3.503H8.996l-1.422 3.504h-2.64L12 2.65z" }, null, -1)
10
+ ]));
11
11
  }
12
- const h = { render: c };
12
+ const c = { render: n };
13
13
  export {
14
- h as default,
15
- c as render
14
+ c 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 r, createElementBlock as o, createElementVNode as t } 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
- }, c = /* @__PURE__ */ t("path", { d: "M16.074 16.86c-.72.616-2.157 1.035-3.812 1.035-2.032 0-3.735-.632-4.187-1.483-.161.488-.198 1.046-.198 1.402 0 0-.106 1.75 1.111 2.968 0-.632.513-1.145 1.145-1.145 1.083 0 1.082.945 1.081 1.712v.069c0 1.164.711 2.161 1.723 2.582a2.35 2.35 0 0 1-.236-1.029c0-1.11.652-1.523 1.41-2.003.602-.383 1.272-.807 1.733-1.66a3.1 3.1 0 0 0 .378-1.494 3.1 3.1 0 0 0-.148-.954M15.551.6c.196.244.296.572.496 1.229l4.368 14.347a18.2 18.2 0 0 0-5.222-1.768L12.35 4.8a.37.37 0 0 0-.71.002l-2.81 9.603a18.2 18.2 0 0 0-5.245 1.771L7.974 1.827c.2-.656.3-.984.497-1.227a1.6 1.6 0 0 1 .654-.484C9.415 0 9.757 0 10.443 0h3.135c.686 0 1.03 0 1.32.117A1.6 1.6 0 0 1 15.55.6z" }, null, -1), n = [
7
- c
8
- ];
9
- function a(l, s) {
10
- return e(), o("svg", r, [...n]);
6
+ };
7
+ function c(l, e) {
8
+ return r(), o("svg", n, e[0] || (e[0] = [
9
+ t("path", { d: "M16.074 16.86c-.72.616-2.157 1.035-3.812 1.035-2.032 0-3.735-.632-4.187-1.483-.161.488-.198 1.046-.198 1.402 0 0-.106 1.75 1.111 2.968 0-.632.513-1.145 1.145-1.145 1.083 0 1.082.945 1.081 1.712v.069c0 1.164.711 2.161 1.723 2.582a2.35 2.35 0 0 1-.236-1.029c0-1.11.652-1.523 1.41-2.003.602-.383 1.272-.807 1.733-1.66a3.1 3.1 0 0 0 .378-1.494 3.1 3.1 0 0 0-.148-.954M15.551.6c.196.244.296.572.496 1.229l4.368 14.347a18.2 18.2 0 0 0-5.222-1.768L12.35 4.8a.37.37 0 0 0-.71.002l-2.81 9.603a18.2 18.2 0 0 0-5.245 1.771L7.974 1.827c.2-.656.3-.984.497-1.227a1.6 1.6 0 0 1 .654-.484C9.415 0 9.757 0 10.443 0h3.135c.686 0 1.03 0 1.32.117A1.6 1.6 0 0 1 15.55.6z" }, null, -1)
10
+ ]));
11
11
  }
12
- const i = { render: a };
12
+ const m = { render: c };
13
13
  export {
14
- i as default,
15
- a as render
14
+ m as default,
15
+ c as render
16
16
  };
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as l, createElementVNode as o } from "vue";
2
- const r = {
1
+ import { openBlock as e, createElementBlock as r, 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 24 24"
6
- }, t = /* @__PURE__ */ o("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M6.335.83a.75.75 0 0 0-.67 0L1.667 2.827a.75.75 0 0 0-.417.672V18c0 .271.146.52.382.654l7.989 4.493a.75.75 0 0 0 .747.007l8-4.5A.75.75 0 0 0 18.75 18v-4.537l3.585-1.792A.75.75 0 0 0 22.75 11V6a.75.75 0 0 0-.417-.672l-3.998-1.999a.75.75 0 0 0-.67 0l-3.997 1.999a.7.7 0 0 0-.246.194.75.75 0 0 0-.172.478v4.561l-2.5 1.407V3.5a.75.75 0 0 0-.43-.678L6.336.829Zm7.686 11.019 2.38 1.19-6.422 3.612-2.38-1.19zm3.229-.063-2.5-1.25V7.215l2.5 1.25zm1.5 0 2.5-1.25V7.215l-2.5 1.25zm-9.5 1.025V4.714l-2.5 1.25v8.254zm-1.005 4.65.743.372c.17.091.262.153.262.183v3.202l-6.5-3.657V4.714l2.5 1.25V15.5a.75.75 0 0 0 .415.67s1.122.591 2.108 1.064zm2.505.478 6.5-3.657v3.28l-6.5 3.656v-3.28ZM6 4.66 3.677 3.5 6 2.339 8.323 3.5zM20.323 6 18 4.839 15.677 6 18 7.161z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), n = [
12
- t
13
- ];
14
- function a(c, m) {
15
- return e(), l("svg", r, [...n]);
6
+ };
7
+ function t(a, l) {
8
+ return e(), r("svg", n, l[0] || (l[0] = [
9
+ o("path", {
10
+ fill: "currentColor",
11
+ "fill-rule": "evenodd",
12
+ d: "M6.335.83a.75.75 0 0 0-.67 0L1.667 2.827a.75.75 0 0 0-.417.672V18c0 .271.146.52.382.654l7.989 4.493a.75.75 0 0 0 .747.007l8-4.5A.75.75 0 0 0 18.75 18v-4.537l3.585-1.792A.75.75 0 0 0 22.75 11V6a.75.75 0 0 0-.417-.672l-3.998-1.999a.75.75 0 0 0-.67 0l-3.997 1.999a.7.7 0 0 0-.246.194.75.75 0 0 0-.172.478v4.561l-2.5 1.407V3.5a.75.75 0 0 0-.43-.678L6.336.829Zm7.686 11.019 2.38 1.19-6.422 3.612-2.38-1.19zm3.229-.063-2.5-1.25V7.215l2.5 1.25zm1.5 0 2.5-1.25V7.215l-2.5 1.25zm-9.5 1.025V4.714l-2.5 1.25v8.254zm-1.005 4.65.743.372c.17.091.262.153.262.183v3.202l-6.5-3.657V4.714l2.5 1.25V15.5a.75.75 0 0 0 .415.67s1.122.591 2.108 1.064zm2.505.478 6.5-3.657v3.28l-6.5 3.656v-3.28ZM6 4.66 3.677 3.5 6 2.339 8.323 3.5zM20.323 6 18 4.839 15.677 6 18 7.161z",
13
+ "clip-rule": "evenodd"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const s = { render: a };
17
+ const v = { render: t };
18
18
  export {
19
- s as default,
20
- a as render
19
+ v as default,
20
+ t as render
21
21
  };
@@ -1,16 +1,16 @@
1
- import { openBlock as e, createElementBlock as c, createElementVNode as t } from "vue";
1
+ import { openBlock as r, createElementBlock as t, createElementVNode as c } from "vue";
2
2
  const o = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "currentColor",
5
5
  viewBox: "0 0 24 24"
6
- }, a = /* @__PURE__ */ t("path", { d: "M11.573 0a5 5 0 0 0-.359.007L10.85.04c-3.407.307-6.6 2.146-8.622 4.972a11.9 11.9 0 0 0-2.119 5.243c-.096.659-.108.854-.108 1.747s.012 1.089.108 1.748c.652 4.506 3.86 8.292 8.209 9.695.779.25 1.6.422 2.534.525.363.04 1.935.04 2.299 0 1.611-.178 2.977-.577 4.323-1.264.207-.106.247-.134.219-.158-.02-.013-.9-1.193-1.955-2.62l-1.919-2.592-2.404-3.558a339 339 0 0 0-2.422-3.556c-.009-.002-.018 1.579-.023 3.51-.007 3.38-.01 3.515-.052 3.595a.43.43 0 0 1-.206.214c-.075.037-.14.044-.495.044H7.81l-.108-.068a.44.44 0 0 1-.157-.171l-.05-.106.006-4.703.007-4.705.072-.092a.7.7 0 0 1 .174-.143c.096-.047.134-.051.54-.051.478 0 .558.018.682.154a467 467 0 0 1 2.895 4.361l4.735 7.17 1.9 2.879.096-.063a12.3 12.3 0 0 0 2.466-2.163 11.94 11.94 0 0 0 2.824-6.134c.096-.66.108-.854.108-1.748 0-.893-.012-1.088-.108-1.747-.652-4.506-3.859-8.292-8.208-9.695a12.6 12.6 0 0 0-2.499-.523A33 33 0 0 0 11.573 0m4.068 7.217c.347 0 .408.005.486.047a.47.47 0 0 1 .237.277c.018.06.023 1.365.018 4.304l-.006 4.218-.744-1.14-.746-1.14v-3.066c0-1.982.01-3.097.023-3.15a.48.48 0 0 1 .233-.296c.096-.05.13-.054.5-.054z" }, null, -1), r = [
7
- a
8
- ];
9
- function l(n, s) {
10
- return e(), c("svg", o, [...r]);
6
+ };
7
+ function a(l, e) {
8
+ return r(), t("svg", o, e[0] || (e[0] = [
9
+ c("path", { d: "M11.573 0a5 5 0 0 0-.359.007L10.85.04c-3.407.307-6.6 2.146-8.622 4.972a11.9 11.9 0 0 0-2.119 5.243c-.096.659-.108.854-.108 1.747s.012 1.089.108 1.748c.652 4.506 3.86 8.292 8.209 9.695.779.25 1.6.422 2.534.525.363.04 1.935.04 2.299 0 1.611-.178 2.977-.577 4.323-1.264.207-.106.247-.134.219-.158-.02-.013-.9-1.193-1.955-2.62l-1.919-2.592-2.404-3.558a339 339 0 0 0-2.422-3.556c-.009-.002-.018 1.579-.023 3.51-.007 3.38-.01 3.515-.052 3.595a.43.43 0 0 1-.206.214c-.075.037-.14.044-.495.044H7.81l-.108-.068a.44.44 0 0 1-.157-.171l-.05-.106.006-4.703.007-4.705.072-.092a.7.7 0 0 1 .174-.143c.096-.047.134-.051.54-.051.478 0 .558.018.682.154a467 467 0 0 1 2.895 4.361l4.735 7.17 1.9 2.879.096-.063a12.3 12.3 0 0 0 2.466-2.163 11.94 11.94 0 0 0 2.824-6.134c.096-.66.108-.854.108-1.748 0-.893-.012-1.088-.108-1.747-.652-4.506-3.859-8.292-8.208-9.695a12.6 12.6 0 0 0-2.499-.523A33 33 0 0 0 11.573 0m4.068 7.217c.347 0 .408.005.486.047a.47.47 0 0 1 .237.277c.018.06.023 1.365.018 4.304l-.006 4.218-.744-1.14-.746-1.14v-3.066c0-1.982.01-3.097.023-3.15a.48.48 0 0 1 .233-.296c.096-.05.13-.054.5-.054z" }, null, -1)
10
+ ]));
11
11
  }
12
- const m = { render: l };
12
+ const m = { render: a };
13
13
  export {
14
14
  m as default,
15
- l as render
15
+ a as render
16
16
  };