@scalar/components 0.12.53 → 0.12.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (212) hide show
  1. package/README.md +6 -6
  2. package/dist/components/ScalarButton/ScalarButton.stories.d.ts +116 -544
  3. package/dist/components/ScalarButton/ScalarButton.stories.d.ts.map +1 -1
  4. package/dist/components/ScalarButton/ScalarButton.vue.d.ts +5 -32
  5. package/dist/components/ScalarButton/ScalarButton.vue.d.ts.map +1 -1
  6. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.stories.d.ts +52 -164
  7. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.stories.d.ts.map +1 -1
  8. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.d.ts +4 -29
  9. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.d.ts.map +1 -1
  10. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.js +21 -21
  11. package/dist/components/ScalarCombobox/ScalarCombobox.stories.d.ts +22 -116
  12. package/dist/components/ScalarCombobox/ScalarCombobox.stories.d.ts.map +1 -1
  13. package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts +6 -15
  14. package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts.map +1 -1
  15. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts +324 -83
  16. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts.map +1 -1
  17. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts +3 -12
  18. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts.map +1 -1
  19. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts +7 -16
  20. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts.map +1 -1
  21. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.d.ts +35 -12
  22. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.d.ts.map +1 -1
  23. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.js +24 -24
  24. package/dist/components/ScalarContextMenu/ScalarContextMenu.stories.d.ts +121 -460
  25. package/dist/components/ScalarContextMenu/ScalarContextMenu.stories.d.ts.map +1 -1
  26. package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.d.ts +4 -29
  27. package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.d.ts.map +1 -1
  28. package/dist/components/ScalarDropdown/ScalarDropdown.stories.d.ts +102 -569
  29. package/dist/components/ScalarDropdown/ScalarDropdown.stories.d.ts.map +1 -1
  30. package/dist/components/ScalarDropdown/ScalarDropdown.vue.d.ts +4 -27
  31. package/dist/components/ScalarDropdown/ScalarDropdown.vue.d.ts.map +1 -1
  32. package/dist/components/ScalarDropdown/ScalarDropdown.vue.js +14 -14
  33. package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.d.ts +1 -1
  34. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts +6 -15
  35. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts.map +1 -1
  36. package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts +1 -10
  37. package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts.map +1 -1
  38. package/dist/components/ScalarIcon/IconList.vue.d.ts +3 -12
  39. package/dist/components/ScalarIcon/IconList.vue.d.ts.map +1 -1
  40. package/dist/components/ScalarIcon/ScalarIcon.stories.d.ts +40 -112
  41. package/dist/components/ScalarIcon/ScalarIcon.stories.d.ts.map +1 -1
  42. package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts +3 -12
  43. package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts.map +1 -1
  44. package/dist/components/ScalarIcon/icons/Add.svg.js +16 -16
  45. package/dist/components/ScalarIcon/icons/AddTab.svg.js +15 -15
  46. package/dist/components/ScalarIcon/icons/ArrowLeft.svg.js +14 -14
  47. package/dist/components/ScalarIcon/icons/ArrowRight.svg.js +14 -14
  48. package/dist/components/ScalarIcon/icons/Brackets.svg.js +14 -14
  49. package/dist/components/ScalarIcon/icons/Branch.svg.js +25 -25
  50. package/dist/components/ScalarIcon/icons/Changelog.svg.js +11 -11
  51. package/dist/components/ScalarIcon/icons/Checkmark.svg.js +15 -15
  52. package/dist/components/ScalarIcon/icons/ChevronDown.svg.js +14 -14
  53. package/dist/components/ScalarIcon/icons/ChevronLeft.svg.js +15 -15
  54. package/dist/components/ScalarIcon/icons/ChevronRight.svg.js +15 -15
  55. package/dist/components/ScalarIcon/icons/ChevronUp.svg.js +14 -14
  56. package/dist/components/ScalarIcon/icons/Clipboard.svg.js +14 -14
  57. package/dist/components/ScalarIcon/icons/Close.svg.js +15 -15
  58. package/dist/components/ScalarIcon/icons/CloseTab.svg.js +15 -15
  59. package/dist/components/ScalarIcon/icons/CloseTabs.svg.js +15 -15
  60. package/dist/components/ScalarIcon/icons/Cloud.svg.js +9 -9
  61. package/dist/components/ScalarIcon/icons/CodeFolder.svg.js +22 -22
  62. package/dist/components/ScalarIcon/icons/Cog.svg.js +11 -11
  63. package/dist/components/ScalarIcon/icons/Collection.svg.js +14 -14
  64. package/dist/components/ScalarIcon/icons/Cookie.svg.js +19 -19
  65. package/dist/components/ScalarIcon/icons/DarkMode.svg.js +10 -10
  66. package/dist/components/ScalarIcon/icons/Delete.svg.js +12 -12
  67. package/dist/components/ScalarIcon/icons/Discord.svg.js +10 -10
  68. package/dist/components/ScalarIcon/icons/DiscordLine.svg.js +11 -11
  69. package/dist/components/ScalarIcon/icons/DocsPage.svg.js +22 -22
  70. package/dist/components/ScalarIcon/icons/Download.svg.js +9 -9
  71. package/dist/components/ScalarIcon/icons/Duplicate.svg.js +20 -20
  72. package/dist/components/ScalarIcon/icons/Edit.svg.js +15 -15
  73. package/dist/components/ScalarIcon/icons/Ellipses.svg.js +10 -10
  74. package/dist/components/ScalarIcon/icons/Email.svg.js +11 -11
  75. package/dist/components/ScalarIcon/icons/Error.svg.js +10 -10
  76. package/dist/components/ScalarIcon/icons/Example.svg.js +15 -15
  77. package/dist/components/ScalarIcon/icons/ExternalLink.svg.js +14 -14
  78. package/dist/components/ScalarIcon/icons/FilterList.svg.js +14 -14
  79. package/dist/components/ScalarIcon/icons/Folder.svg.js +14 -14
  80. package/dist/components/ScalarIcon/icons/GitHub.svg.js +10 -10
  81. package/dist/components/ScalarIcon/icons/GitHubLine.svg.js +10 -10
  82. package/dist/components/ScalarIcon/icons/Google.svg.js +10 -10
  83. package/dist/components/ScalarIcon/icons/Help.svg.js +10 -10
  84. package/dist/components/ScalarIcon/icons/Hide.svg.js +10 -10
  85. package/dist/components/ScalarIcon/icons/History.svg.js +10 -10
  86. package/dist/components/ScalarIcon/icons/House.svg.js +10 -10
  87. package/dist/components/ScalarIcon/icons/Import.svg.js +11 -11
  88. package/dist/components/ScalarIcon/icons/Info.svg.js +27 -27
  89. package/dist/components/ScalarIcon/icons/Key.svg.js +11 -11
  90. package/dist/components/ScalarIcon/icons/Leave.svg.js +10 -10
  91. package/dist/components/ScalarIcon/icons/LightDarkModeToggle.svg.js +14 -14
  92. package/dist/components/ScalarIcon/icons/LightMode.svg.js +15 -15
  93. package/dist/components/ScalarIcon/icons/Link.svg.js +10 -10
  94. package/dist/components/ScalarIcon/icons/Lock.svg.js +15 -15
  95. package/dist/components/ScalarIcon/icons/Logo.svg.js +12 -12
  96. package/dist/components/ScalarIcon/icons/LogoAPI.svg.js +13 -13
  97. package/dist/components/ScalarIcon/icons/LogoClient.svg.js +10 -10
  98. package/dist/components/ScalarIcon/icons/LogoMarket.svg.js +10 -10
  99. package/dist/components/ScalarIcon/icons/LogoSwagger.svg.js +9 -9
  100. package/dist/components/ScalarIcon/icons/Magic.svg.js +14 -14
  101. package/dist/components/ScalarIcon/icons/Menu.svg.js +16 -16
  102. package/dist/components/ScalarIcon/icons/Page.svg.js +11 -11
  103. package/dist/components/ScalarIcon/icons/PaperAirplane.svg.js +15 -15
  104. package/dist/components/ScalarIcon/icons/Pencil.svg.js +9 -9
  105. package/dist/components/ScalarIcon/icons/Play.svg.js +9 -9
  106. package/dist/components/ScalarIcon/icons/Refresh.svg.js +20 -20
  107. package/dist/components/ScalarIcon/icons/Roadmap.svg.js +9 -9
  108. package/dist/components/ScalarIcon/icons/Scribble.svg.js +15 -15
  109. package/dist/components/ScalarIcon/icons/Search.svg.js +15 -15
  110. package/dist/components/ScalarIcon/icons/Server.svg.js +25 -25
  111. package/dist/components/ScalarIcon/icons/Settings.svg.js +15 -15
  112. package/dist/components/ScalarIcon/icons/Show.svg.js +22 -22
  113. package/dist/components/ScalarIcon/icons/Sort.svg.js +15 -15
  114. package/dist/components/ScalarIcon/icons/Terminal.svg.js +22 -22
  115. package/dist/components/ScalarIcon/icons/ThumbsDown.svg.js +15 -15
  116. package/dist/components/ScalarIcon/icons/ThumbsUp.svg.js +15 -15
  117. package/dist/components/ScalarIcon/icons/Trash.svg.js +15 -15
  118. package/dist/components/ScalarIcon/icons/Unlock.svg.js +9 -9
  119. package/dist/components/ScalarIcon/icons/Upload.svg.js +10 -10
  120. package/dist/components/ScalarIcon/icons/UploadSimple.svg.js +15 -15
  121. package/dist/components/ScalarIcon/icons/User.svg.js +14 -14
  122. package/dist/components/ScalarIcon/icons/Users.svg.js +10 -10
  123. package/dist/components/ScalarIcon/icons/Wallet.svg.js +11 -11
  124. package/dist/components/ScalarIcon/icons/Workspace.svg.js +10 -10
  125. package/dist/components/ScalarIcon/icons/programming-framework-angular.svg.js +10 -10
  126. package/dist/components/ScalarIcon/icons/programming-framework-astro.svg.js +10 -10
  127. package/dist/components/ScalarIcon/icons/programming-framework-laravel.svg.js +15 -15
  128. package/dist/components/ScalarIcon/icons/programming-framework-nextdotjs.svg.js +8 -8
  129. package/dist/components/ScalarIcon/icons/programming-framework-react.svg.js +10 -10
  130. package/dist/components/ScalarIcon/icons/programming-framework-vuedotjs.svg.js +11 -11
  131. package/dist/components/ScalarIcon/icons/programming-language-c.svg.js +10 -10
  132. package/dist/components/ScalarIcon/icons/programming-language-clojure.svg.js +9 -9
  133. package/dist/components/ScalarIcon/icons/programming-language-csharp.svg.js +9 -9
  134. package/dist/components/ScalarIcon/icons/programming-language-css3.svg.js +10 -10
  135. package/dist/components/ScalarIcon/icons/programming-language-go.svg.js +10 -10
  136. package/dist/components/ScalarIcon/icons/programming-language-html5.svg.js +10 -10
  137. package/dist/components/ScalarIcon/icons/programming-language-http.svg.js +10 -10
  138. package/dist/components/ScalarIcon/icons/programming-language-java.svg.js +12 -12
  139. package/dist/components/ScalarIcon/icons/programming-language-javascript.svg.js +7 -7
  140. package/dist/components/ScalarIcon/icons/programming-language-json.svg.js +11 -11
  141. package/dist/components/ScalarIcon/icons/programming-language-kotlin.svg.js +8 -8
  142. package/dist/components/ScalarIcon/icons/programming-language-node.svg.js +10 -10
  143. package/dist/components/ScalarIcon/icons/programming-language-objc.svg.js +11 -11
  144. package/dist/components/ScalarIcon/icons/programming-language-ocaml.svg.js +10 -10
  145. package/dist/components/ScalarIcon/icons/programming-language-php.svg.js +9 -9
  146. package/dist/components/ScalarIcon/icons/programming-language-powershell.svg.js +14 -14
  147. package/dist/components/ScalarIcon/icons/programming-language-python.svg.js +9 -9
  148. package/dist/components/ScalarIcon/icons/programming-language-r.svg.js +14 -14
  149. package/dist/components/ScalarIcon/icons/programming-language-ruby.svg.js +8 -8
  150. package/dist/components/ScalarIcon/icons/programming-language-scala.svg.js +10 -10
  151. package/dist/components/ScalarIcon/icons/programming-language-shell.svg.js +10 -10
  152. package/dist/components/ScalarIcon/icons/programming-language-swift.svg.js +10 -10
  153. package/dist/components/ScalarIcon/icons/programming-language-typescript.svg.js +9 -9
  154. package/dist/components/ScalarIcon/icons/programming-script-code.svg.js +15 -15
  155. package/dist/components/ScalarIcon/icons/programming-tool-git.svg.js +10 -10
  156. package/dist/components/ScalarIcon/icons/programming-tool-tailwindcss.svg.js +9 -9
  157. package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts +15 -47
  158. package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts.map +1 -1
  159. package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts +4 -27
  160. package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts.map +1 -1
  161. package/dist/components/ScalarListbox/ScalarListbox.stories.d.ts +32 -145
  162. package/dist/components/ScalarListbox/ScalarListbox.stories.d.ts.map +1 -1
  163. package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts +7 -28
  164. package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts.map +1 -1
  165. package/dist/components/ScalarListbox/ScalarListbox.vue.js +23 -23
  166. package/dist/components/ScalarLoading/ScalarLoading.stories.d.ts +41 -204
  167. package/dist/components/ScalarLoading/ScalarLoading.stories.d.ts.map +1 -1
  168. package/dist/components/ScalarLoading/ScalarLoading.vue.d.ts +3 -12
  169. package/dist/components/ScalarLoading/ScalarLoading.vue.d.ts.map +1 -1
  170. package/dist/components/ScalarLoading/ScalarLoading.vue2.js +22 -22
  171. package/dist/components/ScalarMarkdown/ScalarMarkdown.stories.d.ts +52 -140
  172. package/dist/components/ScalarMarkdown/ScalarMarkdown.stories.d.ts.map +1 -1
  173. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts +4 -25
  174. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts.map +1 -1
  175. package/dist/components/ScalarModal/ScalarModal.stories.d.ts +27 -105
  176. package/dist/components/ScalarModal/ScalarModal.stories.d.ts.map +1 -1
  177. package/dist/components/ScalarModal/ScalarModal.vue.d.ts +8 -28
  178. package/dist/components/ScalarModal/ScalarModal.vue.d.ts.map +1 -1
  179. package/dist/components/ScalarModal/ScalarModal.vue.js +3 -3
  180. package/dist/components/ScalarModal/ScalarModal.vue2.js +61 -45
  181. package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts +41 -404
  182. package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts.map +1 -1
  183. package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts +1 -10
  184. package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts.map +1 -1
  185. package/dist/components/ScalarPopover/ScalarPopover.vue.js +16 -16
  186. package/dist/components/ScalarSearchInput/ScalarSearchInput.stories.d.ts +97 -361
  187. package/dist/components/ScalarSearchInput/ScalarSearchInput.stories.d.ts.map +1 -1
  188. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts +7 -16
  189. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts.map +1 -1
  190. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.js +18 -18
  191. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts +3 -12
  192. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts.map +1 -1
  193. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.js +26 -26
  194. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts +3 -12
  195. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts.map +1 -1
  196. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.js +14 -14
  197. package/dist/components/ScalarSearchResults/ScalarSearchResults.stories.d.ts +48 -107
  198. package/dist/components/ScalarSearchResults/ScalarSearchResults.stories.d.ts.map +1 -1
  199. package/dist/components/ScalarTextField/ScalarTextField.stories.d.ts +197 -673
  200. package/dist/components/ScalarTextField/ScalarTextField.stories.d.ts.map +1 -1
  201. package/dist/components/ScalarTextField/ScalarTextField.vue.d.ts +8 -33
  202. package/dist/components/ScalarTextField/ScalarTextField.vue.d.ts.map +1 -1
  203. package/dist/components/ScalarTooltip/ScalarTooltip.stories.d.ts +193 -684
  204. package/dist/components/ScalarTooltip/ScalarTooltip.stories.d.ts.map +1 -1
  205. package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts +7 -32
  206. package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts.map +1 -1
  207. package/dist/components/ScalarVirtualText/ScalarVirtualText.stories.d.ts +52 -172
  208. package/dist/components/ScalarVirtualText/ScalarVirtualText.stories.d.ts.map +1 -1
  209. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts +4 -31
  210. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts.map +1 -1
  211. package/dist/style.css +1 -1
  212. package/package.json +5 -5
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
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 12h20m-9.3 9.3L22 12l-9.3-9.3"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function l(s, i) {
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 12h20m-9.3 9.3L22 12l-9.3-9.3"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const h = { render: l };
17
+ const c = { render: l };
18
18
  export {
19
- h as default,
19
+ c as default,
20
20
  l as render
21
21
  };
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
1
+ import { openBlock as o, createElementBlock as 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: "M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1m8 0h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function s(a, l) {
15
- return e(), o("svg", n, [...c]);
6
+ };
7
+ function l(a, 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: "M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1m8 0h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const i = { render: s };
17
+ const s = { render: l };
18
18
  export {
19
- i as default,
20
- s as render
19
+ s as default,
20
+ l as render
21
21
  };
@@ -1,34 +1,34 @@
1
- import { openBlock as o, createElementBlock as c, createElementVNode as e } from "vue";
2
- const t = {
1
+ import { openBlock as n, createElementBlock as l, createElementVNode as e } from "vue";
2
+ const o = {
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
- }, n = /* @__PURE__ */ e("path", { d: "M16.4 6.8v5.6H7.6m0-5.6v10.4" }, null, -1), r = /* @__PURE__ */ e("circle", {
10
- cx: "7.6",
11
- cy: "4.4",
12
- r: "2.4"
13
- }, null, -1), l = /* @__PURE__ */ e("circle", {
14
- cx: "7.6",
15
- cy: "19.6",
16
- r: "2.4"
17
- }, null, -1), s = /* @__PURE__ */ e("circle", {
18
- cx: "16.4",
19
- cy: "4.4",
20
- r: "2.4"
21
- }, null, -1), i = [
22
- n,
23
- r,
24
- l,
25
- s
26
- ];
27
- function _(d, h) {
28
- return o(), c("svg", t, [...i]);
9
+ };
10
+ function c(t, r) {
11
+ return n(), l("svg", o, r[0] || (r[0] = [
12
+ e("path", { d: "M16.4 6.8v5.6H7.6m0-5.6v10.4" }, null, -1),
13
+ e("circle", {
14
+ cx: "7.6",
15
+ cy: "4.4",
16
+ r: "2.4"
17
+ }, null, -1),
18
+ e("circle", {
19
+ cx: "7.6",
20
+ cy: "19.6",
21
+ r: "2.4"
22
+ }, null, -1),
23
+ e("circle", {
24
+ cx: "16.4",
25
+ cy: "4.4",
26
+ r: "2.4"
27
+ }, null, -1)
28
+ ]));
29
29
  }
30
- const a = { render: _ };
30
+ const s = { render: c };
31
31
  export {
32
- a as default,
33
- _ as render
32
+ s as default,
33
+ c as render
34
34
  };
@@ -1,21 +1,21 @@
1
1
  import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
- const n = {
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 22.125V4.712S9.545 1.985 1.268 1.875a.5.5 0 0 0-.366.15.52.52 0 0 0-.152.369v16.375a.515.515 0 0 0 .5.519C9.543 19.4 12 22.125 12 22.125" }, null, -1), s = /* @__PURE__ */ e("path", { d: "M9 11.18a21.3 21.3 0 0 0-5.26-1.055M9 15.375a21.3 21.3 0 0 0-5.26-1.055M15 11.18a21.3 21.3 0 0 1 5.26-1.055M15 15.375a21.3 21.3 0 0 1 5.26-1.055" }, null, -1), a = /* @__PURE__ */ e("path", { d: "M12 22.125V4.712s2.455-2.727 10.732-2.837a.5.5 0 0 1 .366.15.52.52 0 0 1 .152.369v16.375a.515.515 0 0 1-.5.519C14.457 19.4 12 22.125 12 22.125" }, null, -1), l = [
10
- r,
11
- s,
12
- a
13
- ];
14
- function c(d, i) {
15
- return o(), t("svg", n, [...l]);
9
+ };
10
+ function l(a, n) {
11
+ return o(), t("svg", r, n[0] || (n[0] = [
12
+ e("path", { d: "M12 22.125V4.712S9.545 1.985 1.268 1.875a.5.5 0 0 0-.366.15.52.52 0 0 0-.152.369v16.375a.515.515 0 0 0 .5.519C9.543 19.4 12 22.125 12 22.125" }, null, -1),
13
+ e("path", { d: "M9 11.18a21.3 21.3 0 0 0-5.26-1.055M9 15.375a21.3 21.3 0 0 0-5.26-1.055M15 11.18a21.3 21.3 0 0 1 5.26-1.055M15 15.375a21.3 21.3 0 0 1 5.26-1.055" }, null, -1),
14
+ e("path", { d: "M12 22.125V4.712s2.455-2.727 10.732-2.837a.5.5 0 0 1 .366.15.52.52 0 0 1 .152.369v16.375a.515.515 0 0 1-.5.519C14.457 19.4 12 22.125 12 22.125" }, null, -1)
15
+ ]));
16
16
  }
17
- const h = { render: c };
17
+ const d = { render: l };
18
18
  export {
19
- h 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 r, createElementVNode as n } 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: "M21.4 4.6 10.6 19.4l-8-6.4"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function l(s, d) {
15
- return e(), o("svg", n, [...c]);
5
+ };
6
+ function l(s, e) {
7
+ return o(), r("svg", t, e[0] || (e[0] = [
8
+ n("path", {
9
+ fill: "none",
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M21.4 4.6 10.6 19.4l-8-6.4"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const a = { render: l };
17
+ const d = { render: l };
18
18
  export {
19
- a as default,
19
+ d as default,
20
20
  l as render
21
21
  };
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as n } from "vue";
1
+ import { openBlock as o, createElementBlock as n, createElementVNode as r } from "vue";
2
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__ */ n("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "m4.5 8.25 7.5 7.5 7.5-7.5"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function s(l, d) {
15
- return e(), o("svg", t, [...c]);
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: "m4.5 8.25 7.5 7.5 7.5-7.5"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const _ = { render: s };
17
+ const d = { render: l };
18
18
  export {
19
- _ as default,
20
- s 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 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: "m14 18-6-6 6-6"
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(), n("svg", t, e[0] || (e[0] = [
9
+ r("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "m14 18-6-6 6-6"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const _ = { render: s };
17
+ const d = { render: l };
18
18
  export {
19
- _ as default,
20
- s 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 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: "m8.25 19.5 7.5-7.5-7.5-7.5"
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(), n("svg", t, e[0] || (e[0] = [
9
+ r("path", {
10
+ stroke: "currentColor",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "m8.25 19.5 7.5-7.5-7.5-7.5"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const h = { render: s };
17
+ const c = { render: l };
18
18
  export {
19
- h as default,
20
- s as render
19
+ c as default,
20
+ l as render
21
21
  };
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const n = {
1
+ import { openBlock as o, createElementBlock as 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: "M19.5 15.75 12 8.25l-7.5 7.5"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function l(s, d) {
15
- return e(), o("svg", n, [...c]);
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: "M19.5 15.75 12 8.25l-7.5 7.5"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const _ = { render: l };
17
+ const d = { render: l };
18
18
  export {
19
- _ as default,
19
+ d as default,
20
20
  l as render
21
21
  };
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
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: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2m-6 4h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function l(s, a) {
15
- return e(), o("svg", n, [...c]);
6
+ };
7
+ function l(c, 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: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2m-6 4h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const i = { render: l };
17
+ const s = { render: l };
18
18
  export {
19
- i as default,
19
+ s as default,
20
20
  l as render
21
21
  };
@@ -1,21 +1,21 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
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: "M18 6 6 18M6 6l12 12"
11
- }, null, -1), l = [
12
- r
13
- ];
14
- function s(c, 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: "M18 6 6 18M6 6l12 12"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const _ = { render: s };
17
+ const d = { render: l };
18
18
  export {
19
- _ as default,
20
- s 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 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: "m9.273 9.273 5.454 5.454m0-5.454-5.454 5.454M5.57 3h12.86A2.57 2.57 0 0 1 21 5.571V18.43A2.57 2.57 0 0 1 18.429 21H5.57A2.57 2.57 0 0 1 3 18.429V5.57A2.57 2.57 0 0 1 5.571 3Z"
11
- }, null, -1), s = [
12
- r
13
- ];
14
- function c(l, d) {
15
- return e(), o("svg", n, [...s]);
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: "m9.273 9.273 5.454 5.454m0-5.454-5.454 5.454M5.57 3h12.86A2.57 2.57 0 0 1 21 5.571V18.43A2.57 2.57 0 0 1 18.429 21H5.57A2.57 2.57 0 0 1 3 18.429V5.57A2.57 2.57 0 0 1 5.571 3Z"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const a = { render: c };
17
+ const d = { render: l };
18
18
  export {
19
- a as default,
20
- c as render
19
+ d as default,
20
+ l as render
21
21
  };
@@ -1,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: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2m-3.121 8.879 4.242 4.242m0-4.242L12.88 17.12M10 8h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function s(l, a) {
15
- return e(), o("svg", n, [...c]);
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: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2m-3.121 8.879 4.242 4.242m0-4.242L12.88 17.12M10 8h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2"
14
+ }, null, -1)
15
+ ]));
16
16
  }
17
- const i = { render: s };
17
+ const a = { render: l };
18
18
  export {
19
- i as default,
20
- s as render
19
+ a as default,
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: "M18.375 19.5a4.875 4.875 0 1 0-2.764-8.885A7.5 7.5 0 1 0 8.25 19.5z" }, 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: "M18.375 19.5a4.875 4.875 0 1 0-2.764-8.885A7.5 7.5 0 1 0 8.25 19.5z" }, null, -1)
13
+ ]));
14
14
  }
15
- const a = { render: l };
15
+ const c = { render: l };
16
16
  export {
17
- a as default,
17
+ c as default,
18
18
  l as render
19
19
  };
@@ -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: "M21.75 9V6a1.5 1.5 0 0 0-1.5-1.5h-12V3a1.5 1.5 0 0 0-1.5-1.5h-4.5A1.5 1.5 0 0 0 .75 3v17.8a1.7 1.7 0 0 0 3.336.438l2.352-11.154A1.5 1.5 0 0 1 7.879 9za1.5 1.5 0 0 1 1.45 1.886l-2.2 10.5a1.5 1.5 0 0 1-1.45 1.114H2.447"
11
- }, null, -1), l = /* @__PURE__ */ e("path", {
12
- fill: "none",
13
- stroke: "currentColor",
14
- "stroke-linecap": "round",
15
- "stroke-linejoin": "round",
16
- d: "m12 13.5-2.25 2.25L12 18m4.5-4.5 2.25 2.25L16.5 18"
17
- }, null, -1), s = [
18
- r,
19
- l
20
- ];
21
- function c(d, i) {
22
- return o(), n("svg", t, [...s]);
5
+ };
6
+ function l(d, 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: "M21.75 9V6a1.5 1.5 0 0 0-1.5-1.5h-12V3a1.5 1.5 0 0 0-1.5-1.5h-4.5A1.5 1.5 0 0 0 .75 3v17.8a1.7 1.7 0 0 0 3.336.438l2.352-11.154A1.5 1.5 0 0 1 7.879 9za1.5 1.5 0 0 1 1.45 1.886l-2.2 10.5a1.5 1.5 0 0 1-1.45 1.114H2.447"
14
+ }, null, -1),
15
+ o("path", {
16
+ fill: "none",
17
+ stroke: "currentColor",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round",
20
+ d: "m12 13.5-2.25 2.25L12 18m4.5-4.5 2.25 2.25L16.5 18"
21
+ }, null, -1)
22
+ ]));
23
23
  }
24
- const u = { render: c };
24
+ const a = { render: l };
25
25
  export {
26
- u as default,
27
- c as render
26
+ a as default,
27
+ l as render
28
28
  };
@@ -1,20 +1,20 @@
1
- import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
- const l = {
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
  stroke: "currentColor",
6
6
  "stroke-linecap": "round",
7
7
  "stroke-linejoin": "round",
8
8
  viewBox: "0 0 24 24"
9
- }, n = /* @__PURE__ */ e("path", { d: "M10.546 2.438a1.957 1.957 0 0 0 2.908 0L14.4 1.4a1.959 1.959 0 0 1 3.41 1.413l-.071 1.4a1.96 1.96 0 0 0 2.051 2.054l1.4-.071a1.959 1.959 0 0 1 1.41 3.41l-1.042.94a1.96 1.96 0 0 0 0 2.909l1.042.94a1.959 1.959 0 0 1-1.413 3.41l-1.4-.071a1.96 1.96 0 0 0-2.056 2.056l.071 1.4A1.959 1.959 0 0 1 14.4 22.6l-.941-1.041a1.96 1.96 0 0 0-2.908 0L9.606 22.6A1.959 1.959 0 0 1 6.2 21.192l.072-1.4a1.96 1.96 0 0 0-2.056-2.056l-1.4.071A1.958 1.958 0 0 1 1.4 14.4l1.041-.94a1.96 1.96 0 0 0 0-2.909L1.4 9.606A1.958 1.958 0 0 1 2.809 6.2l1.4.071a1.96 1.96 0 0 0 2.058-2.06L6.2 2.81A1.959 1.959 0 0 1 9.606 1.4z" }, null, -1), a = /* @__PURE__ */ e("path", { d: "M7.5 12.001a4.5 4.5 0 1 0 9 0 4.5 4.5 0 1 0-9 0" }, null, -1), r = [
10
- n,
11
- a
12
- ];
13
- function s(c, d) {
14
- return o(), t("svg", l, [...r]);
9
+ };
10
+ function r(a, l) {
11
+ return o(), n("svg", t, l[0] || (l[0] = [
12
+ e("path", { d: "M10.546 2.438a1.957 1.957 0 0 0 2.908 0L14.4 1.4a1.959 1.959 0 0 1 3.41 1.413l-.071 1.4a1.96 1.96 0 0 0 2.051 2.054l1.4-.071a1.959 1.959 0 0 1 1.41 3.41l-1.042.94a1.96 1.96 0 0 0 0 2.909l1.042.94a1.959 1.959 0 0 1-1.413 3.41l-1.4-.071a1.96 1.96 0 0 0-2.056 2.056l.071 1.4A1.959 1.959 0 0 1 14.4 22.6l-.941-1.041a1.96 1.96 0 0 0-2.908 0L9.606 22.6A1.959 1.959 0 0 1 6.2 21.192l.072-1.4a1.96 1.96 0 0 0-2.056-2.056l-1.4.071A1.958 1.958 0 0 1 1.4 14.4l1.041-.94a1.96 1.96 0 0 0 0-2.909L1.4 9.606A1.958 1.958 0 0 1 2.809 6.2l1.4.071a1.96 1.96 0 0 0 2.058-2.06L6.2 2.81A1.959 1.959 0 0 1 9.606 1.4z" }, null, -1),
13
+ e("path", { d: "M7.5 12.001a4.5 4.5 0 1 0 9 0 4.5 4.5 0 1 0-9 0" }, null, -1)
14
+ ]));
15
15
  }
16
- const _ = { render: s };
16
+ const d = { render: r };
17
17
  export {
18
- _ as default,
19
- s as render
18
+ d as default,
19
+ r as render
20
20
  };