@scalar/components 0.20.8 → 0.20.10

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 (416) hide show
  1. package/dist/components/ScalarButton/index.d.ts +1 -1
  2. package/dist/components/ScalarCard/index.d.ts +4 -4
  3. package/dist/components/ScalarCheckboxInput/index.d.ts +4 -4
  4. package/dist/components/ScalarCodeBlock/index.d.ts +2 -2
  5. package/dist/components/ScalarColorModeToggle/index.d.ts +3 -3
  6. package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts +1 -1
  7. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts +1 -1
  8. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts +1 -1
  9. package/dist/components/ScalarCombobox/index.d.ts +3 -3
  10. package/dist/components/ScalarContextMenu/index.d.ts +1 -1
  11. package/dist/components/ScalarCopy/index.d.ts +3 -3
  12. package/dist/components/ScalarDropdown/index.d.ts +5 -5
  13. package/dist/components/ScalarErrorBoundary/index.d.ts +1 -1
  14. package/dist/components/ScalarFileUpload/ScalarFileUpload.vue.d.ts +1 -1
  15. package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue.d.ts +1 -1
  16. package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.d.ts +1 -1
  17. package/dist/components/ScalarFileUpload/index.d.ts +7 -7
  18. package/dist/components/ScalarFloating/index.d.ts +2 -2
  19. package/dist/components/ScalarForm/index.d.ts +6 -6
  20. package/dist/components/ScalarHeader/index.d.ts +2 -2
  21. package/dist/components/ScalarHotkey/index.d.ts +2 -2
  22. package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.d.ts +1 -1
  23. package/dist/components/ScalarIcon/index.d.ts +3 -3
  24. package/dist/components/ScalarIcon/types.d.ts +2 -2
  25. package/dist/components/ScalarIconButton/index.d.ts +1 -1
  26. package/dist/components/ScalarListbox/index.d.ts +4 -4
  27. package/dist/components/ScalarLoading/index.d.ts +2 -2
  28. package/dist/components/ScalarMarkdown/index.d.ts +2 -2
  29. package/dist/components/ScalarMenu/ScalarMenuProduct.vue.d.ts +1 -1
  30. package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.d.ts +1 -1
  31. package/dist/components/ScalarMenu/index.d.ts +11 -11
  32. package/dist/components/ScalarMenu/types.d.ts +1 -1
  33. package/dist/components/ScalarModal/index.d.ts +1 -1
  34. package/dist/components/ScalarPopover/index.d.ts +1 -1
  35. package/dist/components/ScalarSearchInput/index.d.ts +1 -1
  36. package/dist/components/ScalarSearchResults/index.d.ts +2 -2
  37. package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue.d.ts +1 -1
  38. package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue.d.ts +1 -1
  39. package/dist/components/ScalarSidebar/index.d.ts +13 -13
  40. package/dist/components/ScalarSidebar/types.d.ts +1 -1
  41. package/dist/components/ScalarTeleport/index.d.ts +3 -3
  42. package/dist/components/ScalarTextArea/ScalarTextArea.vue.d.ts +2 -2
  43. package/dist/components/ScalarTextArea/ScalarTextArea.vue.d.ts.map +1 -1
  44. package/dist/components/ScalarTextArea/index.d.ts +1 -1
  45. package/dist/components/ScalarTextInput/index.d.ts +2 -2
  46. package/dist/components/ScalarThemeSwatches/index.d.ts +2 -2
  47. package/dist/components/ScalarToggle/index.d.ts +3 -3
  48. package/dist/components/ScalarTooltip/index.d.ts +3 -3
  49. package/dist/components/ScalarVirtualText/index.d.ts +1 -1
  50. package/dist/components/ScalarWrappingText/index.d.ts +1 -1
  51. package/dist/components/ScalarWrappingText/types.d.ts +1 -1
  52. package/dist/helpers/index.d.ts +1 -1
  53. package/dist/index.js +7820 -222
  54. package/dist/index.js.map +1 -0
  55. package/dist/style.css +4425 -1
  56. package/package.json +18 -24
  57. package/dist/_virtual/_plugin-vue_export-helper.js +0 -9
  58. package/dist/components/ScalarButton/ScalarButton.vue.js +0 -99
  59. package/dist/components/ScalarButton/ScalarButton.vue2.js +0 -4
  60. package/dist/components/ScalarButton/constants.js +0 -18
  61. package/dist/components/ScalarCard/ScalarCard.vue.js +0 -25
  62. package/dist/components/ScalarCard/ScalarCard.vue2.js +0 -4
  63. package/dist/components/ScalarCard/ScalarCardFooter.vue.js +0 -20
  64. package/dist/components/ScalarCard/ScalarCardFooter.vue2.js +0 -4
  65. package/dist/components/ScalarCard/ScalarCardHeader.vue.js +0 -36
  66. package/dist/components/ScalarCard/ScalarCardHeader.vue2.js +0 -4
  67. package/dist/components/ScalarCard/ScalarCardSection.vue.js +0 -16
  68. package/dist/components/ScalarCard/ScalarCardSection.vue2.js +0 -4
  69. package/dist/components/ScalarCard/useCardHeading.js +0 -15
  70. package/dist/components/ScalarCheckboxInput/ScalarCheckbox.vue.js +0 -27
  71. package/dist/components/ScalarCheckboxInput/ScalarCheckbox.vue2.js +0 -4
  72. package/dist/components/ScalarCheckboxInput/ScalarCheckboxGroup.vue.js +0 -37
  73. package/dist/components/ScalarCheckboxInput/ScalarCheckboxGroup.vue2.js +0 -4
  74. package/dist/components/ScalarCheckboxInput/ScalarCheckboxInput.vue.js +0 -45
  75. package/dist/components/ScalarCheckboxInput/ScalarCheckboxInput.vue2.js +0 -4
  76. package/dist/components/ScalarCheckboxInput/ScalarCheckboxRadioGroup.vue.js +0 -38
  77. package/dist/components/ScalarCheckboxInput/ScalarCheckboxRadioGroup.vue2.js +0 -4
  78. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.js +0 -69
  79. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue3.js +0 -5
  80. package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue.js +0 -57
  81. package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue2.js +0 -4
  82. package/dist/components/ScalarCodeBlock/constants.js +0 -54
  83. package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue.js +0 -30
  84. package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue2.js +0 -4
  85. package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.js +0 -41
  86. package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue2.js +0 -4
  87. package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.js +0 -7
  88. package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue2.js +0 -35
  89. package/dist/components/ScalarCombobox/ScalarCombobox.vue.js +0 -71
  90. package/dist/components/ScalarCombobox/ScalarCombobox.vue2.js +0 -4
  91. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.js +0 -75
  92. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue2.js +0 -4
  93. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.js +0 -41
  94. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue2.js +0 -4
  95. package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue.js +0 -28
  96. package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue2.js +0 -4
  97. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.js +0 -181
  98. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue2.js +0 -4
  99. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.js +0 -68
  100. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue2.js +0 -4
  101. package/dist/components/ScalarCombobox/types.js +0 -9
  102. package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.js +0 -52
  103. package/dist/components/ScalarContextMenu/ScalarContextMenu.vue2.js +0 -4
  104. package/dist/components/ScalarCopy/ScalarCopy.vue.js +0 -59
  105. package/dist/components/ScalarCopy/ScalarCopy.vue2.js +0 -4
  106. package/dist/components/ScalarCopy/ScalarCopyBackdrop.vue.js +0 -14
  107. package/dist/components/ScalarCopy/ScalarCopyBackdrop.vue2.js +0 -4
  108. package/dist/components/ScalarCopy/ScalarCopyButton.vue.js +0 -108
  109. package/dist/components/ScalarCopy/ScalarCopyButton.vue2.js +0 -4
  110. package/dist/components/ScalarDropdown/ScalarDropdown.vue.js +0 -132
  111. package/dist/components/ScalarDropdown/ScalarDropdown.vue2.js +0 -4
  112. package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.js +0 -7
  113. package/dist/components/ScalarDropdown/ScalarDropdownButton.vue2.js +0 -41
  114. package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.js +0 -11
  115. package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue2.js +0 -4
  116. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.js +0 -7
  117. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue2.js +0 -32
  118. package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue.js +0 -32
  119. package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue2.js +0 -4
  120. package/dist/components/ScalarDropdown/useDropdown.js +0 -14
  121. package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue.js +0 -20
  122. package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue2.js +0 -4
  123. package/dist/components/ScalarFileUpload/ScalarFileUpload.vue.js +0 -124
  124. package/dist/components/ScalarFileUpload/ScalarFileUpload.vue2.js +0 -4
  125. package/dist/components/ScalarFileUpload/ScalarFileUploadDropTarget.vue.js +0 -28
  126. package/dist/components/ScalarFileUpload/ScalarFileUploadDropTarget.vue2.js +0 -4
  127. package/dist/components/ScalarFileUpload/ScalarFileUploadError.vue.js +0 -18
  128. package/dist/components/ScalarFileUpload/ScalarFileUploadError.vue2.js +0 -4
  129. package/dist/components/ScalarFileUpload/ScalarFileUploadFileList.vue.js +0 -55
  130. package/dist/components/ScalarFileUpload/ScalarFileUploadFileList.vue2.js +0 -4
  131. package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue.js +0 -49
  132. package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue2.js +0 -4
  133. package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.js +0 -41
  134. package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue2.js +0 -4
  135. package/dist/components/ScalarFileUpload/ScalarFileUploadLoading.vue.js +0 -27
  136. package/dist/components/ScalarFileUpload/ScalarFileUploadLoading.vue2.js +0 -4
  137. package/dist/components/ScalarFileUpload/types.js +0 -6
  138. package/dist/components/ScalarFloating/ScalarFloating.vue.js +0 -91
  139. package/dist/components/ScalarFloating/ScalarFloating.vue2.js +0 -4
  140. package/dist/components/ScalarFloating/ScalarFloatingBackdrop.vue.js +0 -18
  141. package/dist/components/ScalarFloating/ScalarFloatingBackdrop.vue2.js +0 -4
  142. package/dist/components/ScalarFloating/useResizeWithTarget.js +0 -19
  143. package/dist/components/ScalarForm/ScalarForm.vue.js +0 -19
  144. package/dist/components/ScalarForm/ScalarForm.vue2.js +0 -4
  145. package/dist/components/ScalarForm/ScalarFormError.vue.js +0 -32
  146. package/dist/components/ScalarForm/ScalarFormError.vue2.js +0 -4
  147. package/dist/components/ScalarForm/ScalarFormField.vue.js +0 -34
  148. package/dist/components/ScalarForm/ScalarFormField.vue2.js +0 -4
  149. package/dist/components/ScalarForm/ScalarFormInput.vue.js +0 -39
  150. package/dist/components/ScalarForm/ScalarFormInput.vue2.js +0 -4
  151. package/dist/components/ScalarForm/ScalarFormInputGroup.vue.js +0 -23
  152. package/dist/components/ScalarForm/ScalarFormInputGroup.vue2.js +0 -4
  153. package/dist/components/ScalarForm/ScalarFormSection.vue.js +0 -18
  154. package/dist/components/ScalarForm/ScalarFormSection.vue2.js +0 -4
  155. package/dist/components/ScalarForm/useFormGroups.js +0 -8
  156. package/dist/components/ScalarHeader/ScalarHeader.vue.js +0 -28
  157. package/dist/components/ScalarHeader/ScalarHeader.vue2.js +0 -4
  158. package/dist/components/ScalarHeader/ScalarHeaderButton.vue.js +0 -33
  159. package/dist/components/ScalarHeader/ScalarHeaderButton.vue2.js +0 -4
  160. package/dist/components/ScalarHotkey/ScalarHotkey.vue.js +0 -30
  161. package/dist/components/ScalarHotkey/ScalarHotkey.vue2.js +0 -4
  162. package/dist/components/ScalarHotkey/constants.js +0 -29
  163. package/dist/components/ScalarHotkey/formatHotkey.js +0 -20
  164. package/dist/components/ScalarIcon/ScalarIcon.vue.js +0 -7
  165. package/dist/components/ScalarIcon/ScalarIcon.vue2.js +0 -39
  166. package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.js +0 -28
  167. package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue2.js +0 -4
  168. package/dist/components/ScalarIcon/icons/Add.svg.js +0 -21
  169. package/dist/components/ScalarIcon/icons/AddTab.svg.js +0 -21
  170. package/dist/components/ScalarIcon/icons/Alert.svg.js +0 -21
  171. package/dist/components/ScalarIcon/icons/ArrowLeft.svg.js +0 -21
  172. package/dist/components/ScalarIcon/icons/ArrowRight.svg.js +0 -21
  173. package/dist/components/ScalarIcon/icons/Brackets.svg.js +0 -21
  174. package/dist/components/ScalarIcon/icons/Branch.svg.js +0 -34
  175. package/dist/components/ScalarIcon/icons/Changelog.svg.js +0 -21
  176. package/dist/components/ScalarIcon/icons/Checkmark.svg.js +0 -21
  177. package/dist/components/ScalarIcon/icons/ChevronDown.svg.js +0 -21
  178. package/dist/components/ScalarIcon/icons/ChevronLeft.svg.js +0 -21
  179. package/dist/components/ScalarIcon/icons/ChevronRight.svg.js +0 -21
  180. package/dist/components/ScalarIcon/icons/ChevronUp.svg.js +0 -21
  181. package/dist/components/ScalarIcon/icons/Clipboard.svg.js +0 -21
  182. package/dist/components/ScalarIcon/icons/Close.svg.js +0 -21
  183. package/dist/components/ScalarIcon/icons/CloseTab.svg.js +0 -21
  184. package/dist/components/ScalarIcon/icons/CloseTabs.svg.js +0 -21
  185. package/dist/components/ScalarIcon/icons/Cloud.svg.js +0 -19
  186. package/dist/components/ScalarIcon/icons/CodeFolder.svg.js +0 -28
  187. package/dist/components/ScalarIcon/icons/Cog.svg.js +0 -20
  188. package/dist/components/ScalarIcon/icons/Collection.svg.js +0 -21
  189. package/dist/components/ScalarIcon/icons/Cookie.svg.js +0 -25
  190. package/dist/components/ScalarIcon/icons/DarkMode.svg.js +0 -19
  191. package/dist/components/ScalarIcon/icons/Delete.svg.js +0 -21
  192. package/dist/components/ScalarIcon/icons/Discord.svg.js +0 -20
  193. package/dist/components/ScalarIcon/icons/DocsPage.svg.js +0 -28
  194. package/dist/components/ScalarIcon/icons/Download.svg.js +0 -19
  195. package/dist/components/ScalarIcon/icons/Duplicate.svg.js +0 -27
  196. package/dist/components/ScalarIcon/icons/Edit.svg.js +0 -21
  197. package/dist/components/ScalarIcon/icons/Ellipses.svg.js +0 -19
  198. package/dist/components/ScalarIcon/icons/Email.svg.js +0 -20
  199. package/dist/components/ScalarIcon/icons/Error.svg.js +0 -20
  200. package/dist/components/ScalarIcon/icons/Example.svg.js +0 -21
  201. package/dist/components/ScalarIcon/icons/ExternalLink.svg.js +0 -21
  202. package/dist/components/ScalarIcon/icons/FilterList.svg.js +0 -21
  203. package/dist/components/ScalarIcon/icons/Folder.svg.js +0 -21
  204. package/dist/components/ScalarIcon/icons/GitHub.svg.js +0 -16
  205. package/dist/components/ScalarIcon/icons/GitHubLine.svg.js +0 -19
  206. package/dist/components/ScalarIcon/icons/Globe.svg.js +0 -21
  207. package/dist/components/ScalarIcon/icons/Google.svg.js +0 -16
  208. package/dist/components/ScalarIcon/icons/Help.svg.js +0 -20
  209. package/dist/components/ScalarIcon/icons/Hide.svg.js +0 -21
  210. package/dist/components/ScalarIcon/icons/History.svg.js +0 -20
  211. package/dist/components/ScalarIcon/icons/House.svg.js +0 -19
  212. package/dist/components/ScalarIcon/icons/Import.svg.js +0 -21
  213. package/dist/components/ScalarIcon/icons/Info.svg.js +0 -33
  214. package/dist/components/ScalarIcon/icons/Key.svg.js +0 -20
  215. package/dist/components/ScalarIcon/icons/Leave.svg.js +0 -19
  216. package/dist/components/ScalarIcon/icons/LightDarkModeToggle.svg.js +0 -21
  217. package/dist/components/ScalarIcon/icons/LightMode.svg.js +0 -21
  218. package/dist/components/ScalarIcon/icons/Link.svg.js +0 -19
  219. package/dist/components/ScalarIcon/icons/Lock.svg.js +0 -20
  220. package/dist/components/ScalarIcon/icons/Logo.svg.js +0 -19
  221. package/dist/components/ScalarIcon/icons/Magic.svg.js +0 -21
  222. package/dist/components/ScalarIcon/icons/Markdown.svg.js +0 -19
  223. package/dist/components/ScalarIcon/icons/Menu.svg.js +0 -21
  224. package/dist/components/ScalarIcon/icons/NotAllowed.svg.js +0 -21
  225. package/dist/components/ScalarIcon/icons/Page.svg.js +0 -20
  226. package/dist/components/ScalarIcon/icons/Pencil.svg.js +0 -19
  227. package/dist/components/ScalarIcon/icons/Play.svg.js +0 -19
  228. package/dist/components/ScalarIcon/icons/Refresh.svg.js +0 -21
  229. package/dist/components/ScalarIcon/icons/Roadmap.svg.js +0 -19
  230. package/dist/components/ScalarIcon/icons/Scribble.svg.js +0 -21
  231. package/dist/components/ScalarIcon/icons/Search.svg.js +0 -21
  232. package/dist/components/ScalarIcon/icons/Server.svg.js +0 -31
  233. package/dist/components/ScalarIcon/icons/Settings.svg.js +0 -21
  234. package/dist/components/ScalarIcon/icons/Show.svg.js +0 -27
  235. package/dist/components/ScalarIcon/icons/Sort.svg.js +0 -21
  236. package/dist/components/ScalarIcon/icons/Terminal.svg.js +0 -28
  237. package/dist/components/ScalarIcon/icons/Trash.svg.js +0 -21
  238. package/dist/components/ScalarIcon/icons/Unlock.svg.js +0 -20
  239. package/dist/components/ScalarIcon/icons/Unwatch.svg.js +0 -21
  240. package/dist/components/ScalarIcon/icons/Upload.svg.js +0 -21
  241. package/dist/components/ScalarIcon/icons/User.svg.js +0 -24
  242. package/dist/components/ScalarIcon/icons/UserSwitch.svg.js +0 -20
  243. package/dist/components/ScalarIcon/icons/Users.svg.js +0 -19
  244. package/dist/components/ScalarIcon/icons/Versions.svg.js +0 -21
  245. package/dist/components/ScalarIcon/icons/Wallet.svg.js +0 -20
  246. package/dist/components/ScalarIcon/icons/Watch.svg.js +0 -21
  247. package/dist/components/ScalarIcon/icons/Workspace.svg.js +0 -19
  248. package/dist/components/ScalarIcon/icons/programming-framework-angular.svg.js +0 -16
  249. package/dist/components/ScalarIcon/icons/programming-framework-astro.svg.js +0 -16
  250. package/dist/components/ScalarIcon/icons/programming-framework-laravel.svg.js +0 -21
  251. package/dist/components/ScalarIcon/icons/programming-framework-nextdotjs.svg.js +0 -16
  252. package/dist/components/ScalarIcon/icons/programming-framework-react.svg.js +0 -16
  253. package/dist/components/ScalarIcon/icons/programming-framework-vuedotjs.svg.js +0 -17
  254. package/dist/components/ScalarIcon/icons/programming-language-c.svg.js +0 -16
  255. package/dist/components/ScalarIcon/icons/programming-language-clojure.svg.js +0 -16
  256. package/dist/components/ScalarIcon/icons/programming-language-csharp.svg.js +0 -16
  257. package/dist/components/ScalarIcon/icons/programming-language-css3.svg.js +0 -16
  258. package/dist/components/ScalarIcon/icons/programming-language-dart.svg.js +0 -16
  259. package/dist/components/ScalarIcon/icons/programming-language-fsharp.svg.js +0 -16
  260. package/dist/components/ScalarIcon/icons/programming-language-go.svg.js +0 -16
  261. package/dist/components/ScalarIcon/icons/programming-language-html5.svg.js +0 -16
  262. package/dist/components/ScalarIcon/icons/programming-language-http.svg.js +0 -16
  263. package/dist/components/ScalarIcon/icons/programming-language-java.svg.js +0 -18
  264. package/dist/components/ScalarIcon/icons/programming-language-javascript.svg.js +0 -16
  265. package/dist/components/ScalarIcon/icons/programming-language-json.svg.js +0 -17
  266. package/dist/components/ScalarIcon/icons/programming-language-kotlin.svg.js +0 -16
  267. package/dist/components/ScalarIcon/icons/programming-language-node.svg.js +0 -17
  268. package/dist/components/ScalarIcon/icons/programming-language-objc.svg.js +0 -17
  269. package/dist/components/ScalarIcon/icons/programming-language-ocaml.svg.js +0 -16
  270. package/dist/components/ScalarIcon/icons/programming-language-php.svg.js +0 -16
  271. package/dist/components/ScalarIcon/icons/programming-language-powershell.svg.js +0 -20
  272. package/dist/components/ScalarIcon/icons/programming-language-python.svg.js +0 -16
  273. package/dist/components/ScalarIcon/icons/programming-language-r.svg.js +0 -20
  274. package/dist/components/ScalarIcon/icons/programming-language-ruby.svg.js +0 -16
  275. package/dist/components/ScalarIcon/icons/programming-language-rust.svg.js +0 -19
  276. package/dist/components/ScalarIcon/icons/programming-language-scala.svg.js +0 -16
  277. package/dist/components/ScalarIcon/icons/programming-language-shell.svg.js +0 -16
  278. package/dist/components/ScalarIcon/icons/programming-language-swift.svg.js +0 -16
  279. package/dist/components/ScalarIcon/icons/programming-language-typescript.svg.js +0 -16
  280. package/dist/components/ScalarIcon/icons/programming-script-code.svg.js +0 -21
  281. package/dist/components/ScalarIcon/icons/programming-tool-git.svg.js +0 -16
  282. package/dist/components/ScalarIcon/icons/programming-tool-tailwindcss.svg.js +0 -16
  283. package/dist/components/ScalarIcon/logos/Adonisjs.svg.js +0 -21
  284. package/dist/components/ScalarIcon/logos/Astro.svg.js +0 -14
  285. package/dist/components/ScalarIcon/logos/Docusaurus.svg.js +0 -16
  286. package/dist/components/ScalarIcon/logos/Dotnet.svg.js +0 -23
  287. package/dist/components/ScalarIcon/logos/Elysiajs.svg.js +0 -16
  288. package/dist/components/ScalarIcon/logos/Express.svg.js +0 -19
  289. package/dist/components/ScalarIcon/logos/Fastapi.svg.js +0 -19
  290. package/dist/components/ScalarIcon/logos/Fastify.svg.js +0 -19
  291. package/dist/components/ScalarIcon/logos/Go.svg.js +0 -23
  292. package/dist/components/ScalarIcon/logos/Hono.svg.js +0 -24
  293. package/dist/components/ScalarIcon/logos/Laravel.svg.js +0 -19
  294. package/dist/components/ScalarIcon/logos/Litestar.svg.js +0 -16
  295. package/dist/components/ScalarIcon/logos/Nestjs.svg.js +0 -21
  296. package/dist/components/ScalarIcon/logos/Nextjs.svg.js +0 -19
  297. package/dist/components/ScalarIcon/logos/Nitro.svg.js +0 -16
  298. package/dist/components/ScalarIcon/logos/Nuxt.svg.js +0 -19
  299. package/dist/components/ScalarIcon/logos/Openapi.svg.js +0 -16
  300. package/dist/components/ScalarIcon/logos/Platformatic.svg.js +0 -28
  301. package/dist/components/ScalarIcon/logos/React.svg.js +0 -34
  302. package/dist/components/ScalarIcon/logos/Rust.svg.js +0 -19
  303. package/dist/components/ScalarIcon/logos/Svelte.svg.js +0 -23
  304. package/dist/components/ScalarIcon/logos/Vue.svg.js +0 -23
  305. package/dist/components/ScalarIcon/utils/index.js +0 -287
  306. package/dist/components/ScalarIcon/variants.js +0 -21
  307. package/dist/components/ScalarIconButton/ScalarIconButton.vue.js +0 -71
  308. package/dist/components/ScalarIconButton/ScalarIconButton.vue2.js +0 -4
  309. package/dist/components/ScalarListbox/ScalarListbox.vue.js +0 -89
  310. package/dist/components/ScalarListbox/ScalarListbox.vue2.js +0 -4
  311. package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.js +0 -26
  312. package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue2.js +0 -4
  313. package/dist/components/ScalarListbox/ScalarListboxInput.vue.js +0 -26
  314. package/dist/components/ScalarListbox/ScalarListboxInput.vue2.js +0 -4
  315. package/dist/components/ScalarListbox/ScalarListboxItem.vue.js +0 -52
  316. package/dist/components/ScalarListbox/ScalarListboxItem.vue2.js +0 -4
  317. package/dist/components/ScalarLoading/ScalarLoading.vue.js +0 -7
  318. package/dist/components/ScalarLoading/ScalarLoading.vue2.js +0 -58
  319. package/dist/components/ScalarLoading/useLoadingState.js +0 -39
  320. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.js +0 -43
  321. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue3.js +0 -5
  322. package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue.js +0 -61
  323. package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue3.js +0 -5
  324. package/dist/components/ScalarMenu/ScalarMenu.vue.js +0 -70
  325. package/dist/components/ScalarMenu/ScalarMenu.vue2.js +0 -4
  326. package/dist/components/ScalarMenu/ScalarMenuButton.vue.js +0 -34
  327. package/dist/components/ScalarMenu/ScalarMenuButton.vue2.js +0 -4
  328. package/dist/components/ScalarMenu/ScalarMenuLink.vue.js +0 -46
  329. package/dist/components/ScalarMenu/ScalarMenuLink.vue2.js +0 -4
  330. package/dist/components/ScalarMenu/ScalarMenuProduct.vue.js +0 -37
  331. package/dist/components/ScalarMenu/ScalarMenuProduct.vue2.js +0 -4
  332. package/dist/components/ScalarMenu/ScalarMenuProducts.vue.js +0 -67
  333. package/dist/components/ScalarMenu/ScalarMenuProducts.vue2.js +0 -4
  334. package/dist/components/ScalarMenu/ScalarMenuResources.vue.js +0 -50
  335. package/dist/components/ScalarMenu/ScalarMenuResources.vue2.js +0 -4
  336. package/dist/components/ScalarMenu/ScalarMenuSection.vue.js +0 -15
  337. package/dist/components/ScalarMenu/ScalarMenuSection.vue2.js +0 -4
  338. package/dist/components/ScalarMenu/ScalarMenuSupport.vue.js +0 -40
  339. package/dist/components/ScalarMenu/ScalarMenuSupport.vue2.js +0 -4
  340. package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.js +0 -103
  341. package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue2.js +0 -4
  342. package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue.js +0 -41
  343. package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue2.js +0 -4
  344. package/dist/components/ScalarMenu/ScalarMenuWorkspacePicker.vue.js +0 -109
  345. package/dist/components/ScalarMenu/ScalarMenuWorkspacePicker.vue2.js +0 -4
  346. package/dist/components/ScalarModal/ScalarModal.vue.js +0 -9
  347. package/dist/components/ScalarModal/ScalarModal.vue2.js +0 -136
  348. package/dist/components/ScalarPopover/ScalarPopover.vue.js +0 -57
  349. package/dist/components/ScalarPopover/ScalarPopover.vue2.js +0 -4
  350. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.js +0 -65
  351. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue2.js +0 -4
  352. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.js +0 -61
  353. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue2.js +0 -4
  354. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.js +0 -26
  355. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue2.js +0 -4
  356. package/dist/components/ScalarSidebar/ScalarSidebar.vue.js +0 -18
  357. package/dist/components/ScalarSidebar/ScalarSidebar.vue2.js +0 -4
  358. package/dist/components/ScalarSidebar/ScalarSidebarButton.vue.js +0 -81
  359. package/dist/components/ScalarSidebar/ScalarSidebarButton.vue2.js +0 -4
  360. package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue.js +0 -31
  361. package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue2.js +0 -4
  362. package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue.js +0 -120
  363. package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue2.js +0 -4
  364. package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.js +0 -46
  365. package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue2.js +0 -4
  366. package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue.js +0 -7
  367. package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue2.js +0 -38
  368. package/dist/components/ScalarSidebar/ScalarSidebarItem.vue.js +0 -54
  369. package/dist/components/ScalarSidebar/ScalarSidebarItem.vue2.js +0 -4
  370. package/dist/components/ScalarSidebar/ScalarSidebarItems.vue.js +0 -28
  371. package/dist/components/ScalarSidebar/ScalarSidebarItems.vue3.js +0 -5
  372. package/dist/components/ScalarSidebar/ScalarSidebarNestedItems.vue.js +0 -126
  373. package/dist/components/ScalarSidebar/ScalarSidebarNestedItems.vue2.js +0 -4
  374. package/dist/components/ScalarSidebar/ScalarSidebarSearchButton.vue.js +0 -39
  375. package/dist/components/ScalarSidebar/ScalarSidebarSearchButton.vue2.js +0 -4
  376. package/dist/components/ScalarSidebar/ScalarSidebarSearchInput.vue.js +0 -66
  377. package/dist/components/ScalarSidebar/ScalarSidebarSearchInput.vue2.js +0 -4
  378. package/dist/components/ScalarSidebar/ScalarSidebarSection.vue.js +0 -52
  379. package/dist/components/ScalarSidebar/ScalarSidebarSection.vue3.js +0 -5
  380. package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue.js +0 -20
  381. package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue2.js +0 -4
  382. package/dist/components/ScalarSidebar/findScrollContainer.js +0 -22
  383. package/dist/components/ScalarSidebar/useSidebarGroups.js +0 -9
  384. package/dist/components/ScalarSidebar/useSidebarNestedItems.js +0 -17
  385. package/dist/components/ScalarTeleport/ScalarTeleport.vue.js +0 -30
  386. package/dist/components/ScalarTeleport/ScalarTeleport.vue2.js +0 -4
  387. package/dist/components/ScalarTeleport/ScalarTeleportRoot.vue.js +0 -23
  388. package/dist/components/ScalarTeleport/ScalarTeleportRoot.vue2.js +0 -4
  389. package/dist/components/ScalarTeleport/useTeleport.js +0 -11
  390. package/dist/components/ScalarTextArea/ScalarTextArea.vue.js +0 -46
  391. package/dist/components/ScalarTextArea/ScalarTextArea.vue2.js +0 -4
  392. package/dist/components/ScalarTextInput/ScalarTextInput.vue.js +0 -76
  393. package/dist/components/ScalarTextInput/ScalarTextInput.vue2.js +0 -4
  394. package/dist/components/ScalarTextInput/ScalarTextInputCopy.vue.js +0 -68
  395. package/dist/components/ScalarTextInput/ScalarTextInputCopy.vue2.js +0 -4
  396. package/dist/components/ScalarThemeSwatches/ScalarThemeSwatches.vue.js +0 -35
  397. package/dist/components/ScalarThemeSwatches/ScalarThemeSwatches.vue2.js +0 -4
  398. package/dist/components/ScalarThemeSwatches/useThemeSwatches.js +0 -33
  399. package/dist/components/ScalarToggle/ScalarToggle.vue.js +0 -45
  400. package/dist/components/ScalarToggle/ScalarToggle.vue2.js +0 -4
  401. package/dist/components/ScalarToggle/ScalarToggleGroup.vue.js +0 -35
  402. package/dist/components/ScalarToggle/ScalarToggleGroup.vue2.js +0 -4
  403. package/dist/components/ScalarToggle/ScalarToggleInput.vue.js +0 -36
  404. package/dist/components/ScalarToggle/ScalarToggleInput.vue2.js +0 -4
  405. package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue.js +0 -59
  406. package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue2.js +0 -4
  407. package/dist/components/ScalarTooltip/ScalarTooltip.vue.js +0 -34
  408. package/dist/components/ScalarTooltip/ScalarTooltip.vue3.js +0 -5
  409. package/dist/components/ScalarTooltip/constants.js +0 -7
  410. package/dist/components/ScalarTooltip/useTooltip.js +0 -79
  411. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.js +0 -61
  412. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue2.js +0 -4
  413. package/dist/components/ScalarWrappingText/ScalarWrappingText.vue.js +0 -25
  414. package/dist/components/ScalarWrappingText/ScalarWrappingText.vue2.js +0 -4
  415. package/dist/components/ScalarWrappingText/constants.js +0 -12
  416. package/dist/helpers/add-scalar-classes.js +0 -16
@@ -1,21 +0,0 @@
1
- import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 24 24"
6
- };
7
- function l(c, e) {
8
- return n(), o("svg", r, [...e[0] || (e[0] = [
9
- t("path", {
10
- stroke: "currentColor",
11
- "stroke-linecap": "round",
12
- "stroke-linejoin": "round",
13
- d: "M4.9 19.1c-3.038-3.038-3.71-7.592-2.015-11.3M7.8 16.2c-1.397-1.397-1.945-3.346-1.646-5.2M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5m2.9-11.4C23 8.8 23 15.1 19.1 19m-8.423-8.5a2 2 0 0 1 2.75 2.901M22 22 2 2"
14
- }, null, -1)
15
- ])]);
16
- }
17
- const d = { render: l };
18
- export {
19
- d as default,
20
- l as render
21
- };
@@ -1,21 +0,0 @@
1
- import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
2
- const t = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 24 24"
6
- };
7
- function l(s, e) {
8
- return n(), o("svg", t, [...e[0] || (e[0] = [
9
- r("path", {
10
- stroke: "currentColor",
11
- "stroke-linecap": "round",
12
- "stroke-linejoin": "round",
13
- d: "M12 4.33v15.32m5.37-9.95L12 4.33 6.63 9.7"
14
- }, null, -1)
15
- ])]);
16
- }
17
- const c = { render: l };
18
- export {
19
- c as default,
20
- l as render
21
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
2
- const t = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- stroke: "currentColor",
6
- "stroke-linecap": "round",
7
- "stroke-linejoin": "round",
8
- viewBox: "0 0 24 24"
9
- };
10
- function l(c, e) {
11
- return n(), o("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
- }
20
- const i = { render: l };
21
- export {
22
- i as default,
23
- l as render
24
- };
@@ -1,20 +0,0 @@
1
- import { createElementBlock as t, openBlock as n, createElementVNode as o } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- stroke: "currentColor",
6
- "stroke-linecap": "round",
7
- "stroke-linejoin": "round",
8
- viewBox: "0 0 24 24"
9
- };
10
- function l(s, e) {
11
- return n(), t("svg", r, [...e[0] || (e[0] = [
12
- o("path", { d: "M11.101 1.488H4.83a1 1 0 0 0-1 1v6.614m9.069 13.41h6.272a1 1 0 0 0 1-1v-6.614" }, null, -1),
13
- o("path", { d: "m1.23 6.5 2.6 2.6 2.601-2.6m16.339 11-2.6-2.6-2.601 2.6M5.505 18.546a2.551 2.551 0 1 0 0-5.103 2.551 2.551 0 0 0 0 5.103m4.277 3.965c-.559-1.83-2.29-3.202-4.276-3.202-1.988 0-3.718 1.372-4.277 3.202m17.264-15.92a2.551 2.551 0 1 0 0-5.103 2.551 2.551 0 0 0 0 5.103m4.277 3.965c-.559-1.83-2.289-3.202-4.276-3.202s-3.718 1.372-4.276 3.202" }, null, -1)
14
- ])]);
15
- }
16
- const m = { render: l };
17
- export {
18
- m as default,
19
- l as render
20
- };
@@ -1,19 +0,0 @@
1
- import { createElementBlock as o, openBlock as r, createElementVNode as n } from "vue";
2
- const t = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- stroke: "currentColor",
6
- "stroke-linecap": "round",
7
- "stroke-linejoin": "round",
8
- viewBox: "0 0 24 24"
9
- };
10
- function l(s, e) {
11
- return r(), o("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
- }
15
- const c = { render: l };
16
- export {
17
- c as default,
18
- l as render
19
- };
@@ -1,21 +0,0 @@
1
- import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
2
- const t = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 24 24"
6
- };
7
- function l(a, e) {
8
- return n(), o("svg", t, [...e[0] || (e[0] = [
9
- r("path", {
10
- stroke: "currentColor",
11
- "stroke-linecap": "round",
12
- "stroke-linejoin": "round",
13
- d: "m5.246 12.069-2.74 1.569a1 1 0 0 0 .001 1.74l8.5 4.87a2 2 0 0 0 2 0l8.5-4.87a.999.999 0 0 0 0-1.74l-2.702-1.548m-5.798 3.158a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74l8.5-4.87a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74z"
14
- }, null, -1)
15
- ])]);
16
- }
17
- const i = { render: l };
18
- export {
19
- i as default,
20
- l as render
21
- };
@@ -1,20 +0,0 @@
1
- import { createElementBlock as t, openBlock as n, createElementVNode as o } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- stroke: "currentColor",
6
- "stroke-linecap": "round",
7
- "stroke-linejoin": "round",
8
- viewBox: "0 0 24 24"
9
- };
10
- function l(a, e) {
11
- return n(), t("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
- }
16
- const d = { render: l };
17
- export {
18
- d as default,
19
- l as render
20
- };
@@ -1,21 +0,0 @@
1
- import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 24 24"
6
- };
7
- function l(c, e) {
8
- return t(), o("svg", r, [...e[0] || (e[0] = [
9
- n("path", {
10
- stroke: "currentColor",
11
- "stroke-linecap": "round",
12
- "stroke-linejoin": "round",
13
- d: "M4.9 19.1C1 15.2 1 8.8 4.9 4.9m2.9 11.3c-2.3-2.3-2.3-6.1 0-8.5m8.4.1c2.3 2.3 2.3 6.1 0 8.5m2.9-11.4C23 8.8 23 15.1 19.1 19M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0"
14
- }, null, -1)
15
- ])]);
16
- }
17
- const d = { render: l };
18
- export {
19
- d as default,
20
- l as render
21
- };
@@ -1,19 +0,0 @@
1
- import { createElementBlock as m, openBlock as a, createElementVNode as o } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- stroke: "currentColor",
6
- "stroke-linecap": "round",
7
- "stroke-linejoin": "round",
8
- viewBox: "0 0 24 24"
9
- };
10
- function n(t, e) {
11
- return a(), m("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
- }
15
- const s = { render: n };
16
- export {
17
- s as default,
18
- n as render
19
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as r, openBlock as l, createElementVNode as o } from "vue";
2
- const t = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- };
7
- function n(m, e) {
8
- return l(), r("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
- }
12
- const c = { render: n };
13
- export {
14
- c as default,
15
- n as render
16
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as r, openBlock as o, createElementVNode as t } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- };
7
- function c(l, e) {
8
- return o(), r("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
- }
12
- const m = { render: c };
13
- export {
14
- m as default,
15
- c as render
16
- };
@@ -1,21 +0,0 @@
1
- import { createElementBlock as e, openBlock as r, createElementVNode as o } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 24 24"
6
- };
7
- function t(a, l) {
8
- return r(), e("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
- }
17
- const v = { render: t };
18
- export {
19
- v as default,
20
- t as render
21
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as r, openBlock as t, createElementVNode as c } from "vue";
2
- const o = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- };
7
- function a(l, e) {
8
- return t(), r("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
- }
12
- const m = { render: a };
13
- export {
14
- m as default,
15
- a as render
16
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as e, openBlock as m, createElementVNode as a } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- };
7
- function t(o, c) {
8
- return m(), e("svg", r, [...c[0] || (c[0] = [
9
- a("path", { d: "M14.23 12.004a2.236 2.236 0 0 1-2.235 2.236 2.236 2.236 0 0 1-2.236-2.236 2.236 2.236 0 0 1 2.235-2.236 2.236 2.236 0 0 1 2.236 2.236m2.648-10.69c-1.346 0-3.107.96-4.888 2.622-1.78-1.653-3.542-2.602-4.887-2.602-.41 0-.783.093-1.106.278-1.375.793-1.683 3.264-.973 6.365C1.98 8.917 0 10.42 0 12.004c0 1.59 1.99 3.097 5.043 4.03-.704 3.113-.39 5.588.988 6.38.32.187.69.275 1.102.275 1.345 0 3.107-.96 4.888-2.624 1.78 1.654 3.542 2.603 4.887 2.603.41 0 .783-.09 1.106-.275 1.374-.792 1.683-3.263.973-6.365C22.02 15.096 24 13.59 24 12.004c0-1.59-1.99-3.097-5.043-4.032.704-3.11.39-5.587-.988-6.38a2.17 2.17 0 0 0-1.092-.278zm-.005 1.09v.006c.225 0 .406.044.558.127.666.382.955 1.835.73 3.704-.054.46-.142.945-.25 1.44a23.5 23.5 0 0 0-3.107-.534A24 24 0 0 0 12.769 4.7c1.592-1.48 3.087-2.292 4.105-2.295zm-9.77.02c1.012 0 2.514.808 4.11 2.28-.686.72-1.37 1.537-2.02 2.442a23 23 0 0 0-3.113.538 15 15 0 0 1-.254-1.42c-.23-1.868.054-3.32.714-3.707.19-.09.4-.127.563-.132zm4.882 3.05q.684.704 1.36 1.564c-.44-.02-.89-.034-1.345-.034q-.691-.001-1.36.034c.44-.572.895-1.096 1.345-1.565zM12 8.1c.74 0 1.477.034 2.202.093q.61.874 1.183 1.86.557.961 1.018 1.946c-.308.655-.646 1.31-1.013 1.95-.38.66-.773 1.288-1.18 1.87a25.6 25.6 0 0 1-4.412.005 27 27 0 0 1-1.183-1.86q-.557-.961-1.018-1.946a25 25 0 0 1 1.013-1.954c.38-.66.773-1.286 1.18-1.868A25 25 0 0 1 12 8.098zm-3.635.254c-.24.377-.48.763-.704 1.16q-.336.585-.635 1.174c-.265-.656-.49-1.31-.676-1.947.64-.15 1.315-.283 2.015-.386zm7.26 0q1.044.153 2.006.387c-.18.632-.405 1.282-.66 1.933a26 26 0 0 0-1.345-2.32zm3.063.675q.727.226 1.375.498c1.732.74 2.852 1.708 2.852 2.476-.005.768-1.125 1.74-2.857 2.475-.42.18-.88.342-1.355.493a24 24 0 0 0-1.1-2.98c.45-1.017.81-2.01 1.085-2.964zm-13.395.004c.278.96.645 1.957 1.1 2.98a23 23 0 0 0-1.086 2.964c-.484-.15-.944-.318-1.37-.5-1.732-.737-2.852-1.706-2.852-2.474s1.12-1.742 2.852-2.476c.42-.18.88-.342 1.356-.494m11.678 4.28c.265.657.49 1.312.676 1.948-.64.157-1.316.29-2.016.39a26 26 0 0 0 1.341-2.338zm-9.945.02c.2.392.41.783.64 1.175q.345.586.705 1.143a22 22 0 0 1-2.006-.386c.18-.63.406-1.282.66-1.933zM17.92 16.32c.112.493.2.968.254 1.423.23 1.868-.054 3.32-.714 3.708-.147.09-.338.128-.563.128-1.012 0-2.514-.807-4.11-2.28.686-.72 1.37-1.536 2.02-2.44 1.107-.118 2.154-.3 3.113-.54zm-11.83.01c.96.234 2.006.415 3.107.532.66.905 1.345 1.727 2.035 2.446-1.595 1.483-3.092 2.295-4.11 2.295a1.2 1.2 0 0 1-.553-.132c-.666-.38-.955-1.834-.73-3.703.054-.46.142-.944.25-1.438zm4.56.64q.661.032 1.345.034.691.001 1.36-.034c-.44.572-.895 1.095-1.345 1.565q-.684-.706-1.36-1.565" }, null, -1)
10
- ])]);
11
- }
12
- const z = { render: t };
13
- export {
14
- z as default,
15
- t as render
16
- };
@@ -1,17 +0,0 @@
1
- import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
2
- const l = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- };
7
- function n(a, e) {
8
- return o(), t("svg", l, [...e[0] || (e[0] = [
9
- r("path", { d: "M23.94 3a.5.5 0 0 0-.44-.25h-2.31l-8.55 13.91a.75.75 0 0 1-1.28 0L2.81 2.77H.5A.5.5 0 0 0 .06 3a.54.54 0 0 0 0 .51l11.5 19a.51.51 0 0 0 .86 0l11.5-19a.54.54 0 0 0 .02-.51" }, null, -1),
10
- r("path", { d: "m12 14.84 7.43-12.07H16a.47.47 0 0 0-.43.25L12 9.26 8.43 3A.47.47 0 0 0 8 2.77H4.57Z" }, null, -1)
11
- ])]);
12
- }
13
- const d = { render: n };
14
- export {
15
- d as default,
16
- n as render
17
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as c, openBlock as l, createElementVNode as r } from "vue";
2
- const t = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 128 128"
6
- };
7
- function o(n, e) {
8
- return l(), c("svg", t, [...e[0] || (e[0] = [
9
- r("path", { d: "m117.5 33.5.3-.2c-.6-1.1-1.5-2.1-2.4-2.6L67.1 2.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.3.9 3.4l-.2.1c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7s2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c.1-.8 0-1.7-.4-2.6M64 88.5c9.1 0 17.1-5 21.3-12.4l12.9 7.6c-6.8 11.8-19.6 19.8-34.2 19.8-21.8 0-39.5-17.7-39.5-39.5S42.2 24.5 64 24.5c14.7 0 27.5 8.1 34.3 20l-13 7.5C81.1 44.5 73.1 39.5 64 39.5c-13.5 0-24.5 11-24.5 24.5s11 24.5 24.5 24.5" }, null, -1)
10
- ])]);
11
- }
12
- const m = { render: o };
13
- export {
14
- m as default,
15
- o as render
16
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as c, openBlock as r, createElementVNode as o } from "vue";
2
- const t = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 128 128"
6
- };
7
- function n(a, e) {
8
- return r(), c("svg", t, [...e[0] || (e[0] = [
9
- o("path", { d: "M60.952.266C27.377.266.065 28.77.065 63.806s27.318 63.54 60.887 63.54c33.576 0 60.893-28.505 60.893-63.54S94.528.266 60.952.266m0 6.117c30.39 0 55.025 25.712 55.025 57.423 0 2.482-.167 4.924-.46 7.321-1.495 6.214-4.194 10.358-7.412 13.19-4.941 4.336-11.524 5.738-17.62 5.733a41 41 0 0 1-4.973-.289C97.506 77.4 99.336 57.866 89.864 43.315 80.39 28.763 62.315 23.338 46.882 30.416a24 24 0 0 0-1.68-1.114c-2.41-1.413-7.439-3.482-13.837-3.505-5.361-.022-10.615 1.568-15.133 4.58C26.554 15.317 43.21 6.386 60.952 6.394zM51.341 84.6c.894-4.07 3.343-10.431 5.548-15.655.623-1.481 1.23-2.872 1.777-4.104 3.451 12.822 5.635 20.449 9.546 25.65a18 18 0 0 0 1.913 2.114 28 28 0 0 1-9.173 1.56 28.2 28.2 0 0 1-10.023-1.86q-.098-1.227-.103-2.459a24.5 24.5 0 0 1 .515-5.24zm-7.444 3.77c-7.555-5.703-12.031-14.84-12.04-24.57.008-9.88 4.625-19.138 12.375-24.813 1.637.984 3.121 2.143 4.34 3.477 2.395 2.56 5.077 8.214 6.94 13.082.51 1.312.965 2.567 1.36 3.709C50.16 73.502 45.685 80.608 43.898 88.37zm21.802-18.226c-1.501-4.037-2.374-7.079-2.379-7.084l-.005-.012c-2.747-10.984-5.592-21.025-11.497-28.052a28 28 0 0 1 9.134-1.55c16.06.022 29.074 13.602 29.095 30.36-.007 9.673-4.432 18.764-11.914 24.474a15 15 0 0 1-2.184-.78c-1.137-.514-2.812-2.267-4.329-4.698-2.313-3.635-4.437-8.622-5.927-12.653zm-4.747 51.08c-30.39 0-55.025-25.707-55.025-57.424 0-2.086.114-4.144.32-6.173 4.508-16 15.338-21.92 25.595-22.02 2.08-.007 4.117.282 6.068.774-13.182 12.081-15.74 32.487-5.979 47.7 9.762 15.213 28.817 20.518 44.544 12.403 2.78 1.023 5.96 1.633 9.812 2.137 1.447.186 3.007.277 4.665.277a61.6 61.6 0 0 0 14.997-2.087c-10.29 15.308-27.088 24.417-45.007 24.407z" }, null, -1)
10
- ])]);
11
- }
12
- const m = { render: n };
13
- export {
14
- m as default,
15
- n as render
16
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as c, openBlock as e, createElementVNode as r } from "vue";
2
- const h = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 128 128"
6
- };
7
- function t(o, l) {
8
- return e(), c("svg", h, [...l[0] || (l[0] = [
9
- r("path", { d: "m117.5 33.5.3-.2c-.6-1.1-1.5-2.1-2.4-2.6L67.1 2.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.3.9 3.4l-.2.1c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7s2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c.1-.8 0-1.7-.4-2.6m-53.5 70c-21.8 0-39.5-17.7-39.5-39.5S42.2 24.5 64 24.5c14.7 0 27.5 8.1 34.3 20l-13 7.5C81.1 44.5 73.1 39.5 64 39.5c-13.5 0-24.5 11-24.5 24.5s11 24.5 24.5 24.5c9.1 0 17.1-5 21.3-12.4l12.9 7.6c-6.8 11.8-19.6 19.8-34.2 19.8M115 62h-3.2l-.9 4h4.1v5h-5l-1.2 6h-4.9l1.2-6h-3.8l-1.2 6h-4.8l1.2-6H94v-5h3.5l.9-4H94v-5h5.3l1.2-6h4.9l-1.2 6h3.8l1.2-6h4.8l-1.2 6h2.2zm-12.7 4h3.8l.9-4h-3.8z" }, null, -1)
10
- ])]);
11
- }
12
- const s = { render: t };
13
- export {
14
- s as default,
15
- t as render
16
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as l, openBlock as r, createElementVNode as t } from "vue";
2
- const o = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- };
7
- function n(s, e) {
8
- return r(), l("svg", o, [...e[0] || (e[0] = [
9
- t("path", { d: "M1.5 0h21l-1.91 21.563L11.977 24l-8.565-2.438zm17.09 4.413L5.41 4.41l.213 2.622 10.125.002-.255 2.716h-6.64l.24 2.573h6.182l-.366 3.523-2.91.804-2.956-.81-.188-2.11h-2.61l.29 3.855L12 19.288l5.373-1.53z" }, null, -1)
10
- ])]);
11
- }
12
- const a = { render: n };
13
- export {
14
- a as default,
15
- n as render
16
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as r, openBlock as t, createElementVNode as l } from "vue";
2
- const o = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 50 50"
6
- };
7
- function n(c, e) {
8
- return t(), r("svg", o, [...e[0] || (e[0] = [
9
- l("path", { d: "m7.91 9.32.09.09V35.3l-5.09-5.09a6.22 6.22 0 0 1-1.27-6.92zM35.3 8H9.41l-.09-.09 13.97-6.27a6.22 6.22 0 0 1 6.92 1.27zm2.29 31H11.71l-.54-.54A4 4 0 0 1 10 35.63V11.41zm-23.88 2H39v6c0 .55-.45 1-1 1H21.1c-.27 0-.52-.11-.71-.29l-4.7-4.7.02-.02zM48 21.1V38c0 .55-.45 1-1 1h-6.58L11.41 10h24.22c1.07 0 2.07.42 2.83 1.17l4.53 4.54.02-.02 4.7 4.7c.18.19.29.44.29.71" }, null, -1)
10
- ])]);
11
- }
12
- const m = { render: n };
13
- export {
14
- m as default,
15
- n as render
16
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as r, openBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 128 128"
6
- };
7
- function l(m, e) {
8
- return t(), r("svg", n, [...e[0] || (e[0] = [
9
- o("path", { d: "M0 64.5 60.7 3.8v30.4L30.4 64.5l30.4 30.4v30.4zm39.1 0 21.7-21.7v43.4zm88.9 0L65.1 3.8v30.4l30.4 30.4-30.4 30.3v30.4z" }, null, -1)
10
- ])]);
11
- }
12
- const s = { render: l };
13
- export {
14
- s as default,
15
- l as render
16
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as c, openBlock as s, createElementVNode as h } from "vue";
2
- const v = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 128 128"
6
- };
7
- function e(o, l) {
8
- return s(), c("svg", v, [...l[0] || (l[0] = [
9
- h("path", { d: "M108.2 64.8c-.1-.1-.2-.2-.4-.2l-.1-.1c-.1-.1-.2-.1-.2-.2l-.1-.1c-.1 0-.2-.1-.2-.1l-.2-.1c-.1 0-.2-.1-.2-.1l-.2-.1c-.1 0-.2-.1-.2-.1-.1 0-.1 0-.2-.1l-.3-.1c-.1 0-.1 0-.2-.1l-.3-.1h-.1l-.4-.1h-.2c-.1 0-.2 0-.3-.1h-2.3c-.6-13.3.6-26.8-2.8-39.6 12.9-4.6 2.8-22.3-8.4-14.4-7.4-6.4-17.6-7.8-28.3-7.8-10.5.7-20.4 2.9-27.4 8.4-2.8-1.4-5.5-1.8-7.9-1.1v.1c-.1 0-.3.1-.4.2-.1 0-.3.1-.4.2h-.1c-.1 0-.2.1-.4.2h-.1l-.3.2h-.1l-.3.2h-.1l-.3.2s-.1 0-.1.1l-.3.2s-.1 0-.1.1l-.3.2s-.1 0-.1.1l-.3.2-.1.1c-.1.1-.2.1-.2.2l-.1.1-.2.2-.1.1c-.1.1-.1.2-.2.2l-.1.1c-.1.1-.1.2-.2.2l-.1.1c-.1.1-.1.2-.2.2l-.1.1c-.1.1-.1.2-.2.2l-.1.1c-.1.1-.1.2-.2.2l-.1.1-.1.3s0 .1-.1.1l-.1.3s0 .1-.1.1l-.1.3s0 .1-.1.1l-.1.3s0 .1-.1.1c.4.3.4.4.4.4v.1l-.1.3v.1c0 .1 0 .2-.1.3v3.1c0 .1 0 .2.1.3v.1l.1.3v.1l.1.3s0 .1.1.1l.1.3s0 .1.1.1l.1.3s0 .1.1.1l.2.3s0 .1.1.1l.2.3s0 .1.1.1l.2.3.1.1.3.3.3.3h.1c1 .9 2 1.6 4 2.2v-.2C23 37.3 26.5 50 26.7 63c-.6 0-.7.4-1.7.5h-.5c-.1 0-.3 0-.5.1-.1 0-.3 0-.4.1l-.4.1h-.1l-.4.1h-.1l-.3.1h-.1l-.3.1s-.1 0-.1.1l-.3.1-.2.1c-.1 0-.2.1-.2.1l-.2.1-.2.1c-.1 0-.2.1-.2.1l-.2.1-.4.3c-.1.1-.2.2-.3.2l-.4.4-.1.1c-.1.2-.3.4-.4.5l-.2.3-.3.6-.1.3v.3c0 .5.2.9.9 1.2.2 3.7 3.9 2 5.6.8l.1-.1c.2-.2.5-.3.6-.3h.1l.2-.1c.1 0 .1 0 .2-.1.2-.1.4-.1.5-.2.1 0 .1-.1.1-.2l.1-.1c.1-.2.2-.6.2-1.2l.1-1.3v1.8c-.5 13.1-4 30.7 3.3 42.5 1.3 2.1 2.9 3.9 4.7 5.4h-.5c-.2.2-.5.4-.8.6l-.9.6-.3.2-.6.4-.9.7-1.1 1c-.2.2-.3.4-.4.5l-.4.6-.2.3c-.1.2-.2.4-.2.6l-.1.3q-.3 1.2.6 2.7l.4.4h.2c.1 0 .2 0 .4.1.2.4 1.2 2.5 3.9.9 2.8-1.5 4.7-4.6 8.1-5.1l-.5-.6c5.9 2.8 12.8 4 19 4.2 8.7.3 18.6-.9 26.5-5.2 2.2.7 3.9 3.9 5.8 5.4l.1.1.1.1.1.1.1.1s.1 0 .1.1c0 0 .1 0 .1.1 0 0 .1 0 .1.1h2.1s.1 0 .1-.1h.1s.1 0 .1-.1h.1s.1 0 .1-.1c0 0 .1 0 .1-.1l.1-.1s.1 0 .1-.1l.1-.1h.1l.2-.2.2-.1h.1l.1-.1h.1l.1-.1.1-.1.1-.1.1-.1.1-.1.1-.1.1-.1v-.1s0-.1.1-.1v-.1s0-.1.1-.1v-.1s0-.1.1-.1v-1.4s-.3 0-.3-.1l-.3-.1v-.1l.3-.1s.2 0 .2-.1l.1-.1v-2.1s0-.1-.1-.1v-.1s0-.1-.1-.1v-.1s0-.1-.1-.1c0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1 0 0 0-.1-.1-.1l-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1v-.1l-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1c2-1.9 3.8-4.2 5.1-6.9 5.9-11.8 4.9-26.2 4.1-39.2h.1c.1 0 .2.1.2.1h.3s.1 0 .1.1h.1s.1 0 .1.1l.2.1c1.7 1.2 5.4 2.9 5.6-.8 1.6.6-.3-1.8-1.3-2.5M36 23C32.8 7 58.4 4 59.3 19.6c.8 13-20 16.3-23.3 3.4m36.1 15c-1.3 1.4-2.7 1.2-4.1.7 0 1.9.4 3.9.1 5.9-.5.9-1.5 1-2.3 1.4-1.2-.2-2.1-.9-2.6-2l-.2-.1c-3.9 5.2-6.3-1.1-5.2-5-1.2.1-2.2-.2-3-1.5-1.4-2.6.7-5.8 3.4-6.3.7 3 8.7 2.6 10.1-.2 3.1 1.5 6.5 4.3 3.8 7.1m-7-17.5c-.9-13.8 20.3-17.5 23.4-4 3.5 15-20.8 18.9-23.4 4M41.7 17c-1.9 0-3.5 1.7-3.5 3.8s1.6 3.8 3.5 3.8 3.5-1.7 3.5-3.8-1.5-3.8-3.5-3.8m1.6 5.7c-.5 0-.8-.4-.8-1 0-.5.4-1 .8-1 .5 0 .8.4.8 1 0 .5-.3 1-.8 1m27.8-6.6c-1.9 0-3.4 1.7-3.4 3.8s1.5 3.8 3.4 3.8 3.4-1.7 3.4-3.8-1.5-3.8-3.4-3.8m1.6 5.6c-.4 0-.8-.4-.8-1 0-.5.4-1 .8-1s.8.4.8 1-.4 1-.8 1" }, null, -1)
10
- ])]);
11
- }
12
- const t = { render: e };
13
- export {
14
- t as default,
15
- e as render
16
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as l, openBlock as t, createElementVNode as r } from "vue";
2
- const o = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- };
7
- function n(m, e) {
8
- return t(), l("svg", o, [...e[0] || (e[0] = [
9
- r("path", { d: "M1.5 0h21l-1.91 21.563L11.977 24l-8.564-2.438zm7.031 9.75-.232-2.718 10.059.003.23-2.622L5.412 4.41l.698 8.01h9.126l-.326 3.426-2.91.804-2.955-.81-.188-2.11H6.248l.33 4.171L12 19.351l5.379-1.443.744-8.157z" }, null, -1)
10
- ])]);
11
- }
12
- const c = { render: n };
13
- export {
14
- c as default,
15
- n as render
16
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as t, openBlock as r, createElementVNode as o } from "vue";
2
- const v = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 128 128"
6
- };
7
- function h(n, e) {
8
- return r(), t("svg", v, [...e[0] || (e[0] = [
9
- o("path", { d: "M111.7 29.7 128 64l-16.3 34.3H16.3L0 64l16.3-34.3zm-5.5 5.7H20L6.3 64l13.6 28.6h86.3L119.8 64zm-76.3 19v8h9.2v-8.1h4.8v20.4h-4.7v-8.4H30v8.4h-4.8V54.4zm34.3 0v3.8h-6.5v16.5H53V58.2h-6.5v-3.8zm18.3 0v3.8H76v16.5h-4.7V58.2h-6.5v-3.8zm16.1.9c1.2.5 2.3 1.4 3.1 2.6.7 1.2 1.1 2.5 1 3.9.1 1.4-.3 2.7-1 3.9-.7 1.1-1.8 2-3.1 2.6-1.5.6-3.1.9-4.7.9h-4.1v5.6H85V54.4h8.9c1.6 0 3.2.3 4.7.9m-5.1 2.9h-3.8v7.1h3.8q2.1 0 3.3-.9c.8-.6 1.2-1.6 1.1-2.6 0-1.1-.3-2.1-1.1-2.6-.8-.7-1.9-1-3.3-1" }, null, -1)
10
- ])]);
11
- }
12
- const m = { render: h };
13
- export {
14
- m as default,
15
- h as render
16
- };
@@ -1,18 +0,0 @@
1
- import { createElementBlock as t, openBlock as a, createElementVNode as e } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- };
7
- function r(o, c) {
8
- return a(), t("svg", n, [...c[0] || (c[0] = [
9
- e("path", { d: "M11.26 15.27c3.37-.15 7.15-1.09 7-2.21a26 26 0 0 1-4.76.59c-3.62.16-6.58-.24-6.61-.9 0-.2.24-.4.69-.58-2.39-.64-3.67.53-3.69 1.22-.1 1.45 3.22 2.06 7.37 1.88m5.91 1.64a23 23 0 0 1-4.07.5c-3.09.14-5.61-.21-5.64-.77 0-.17.21-.34.59-.49-2-.55-3.13.45-3.15 1-.05 1.24 2.78 1.77 6.33 1.61 2.87-.1 6.25-1 5.94-1.85M3.61 20.8a.93.93 0 0 1 .29-.65c-2.09.1-2.54 1.13-2.51 1.76.07 1.39 4.67 2.31 10 2.05 4.44-.22 9.16-1 9.16-2.34a26.3 26.3 0 0 1-7.2 1.23c-5.35.26-9.67-.66-9.74-2.05" }, null, -1),
10
- e("path", { d: "M22.4 12.65c-.55-1.48-2.67-2.34-4.74-1.57a2.47 2.47 0 0 0-1 .81c1.94-.56 3.83 0 4.34 1.41.45 1.21-.3 2.64-1.72 3.54a1.37 1.37 0 0 0 .92-.13c2.25-1.05 2.8-2.58 2.2-4.06m-9.88-1.38s-3.1-2.19-1.92-4.35S14.37 2.43 13.38 0c0 0 .12 1-3.12 3.91s-2.14 6.33 2.26 7.36" }, null, -1),
11
- e("path", { d: "M15.17 4.83s-4.24 1.51-2.83 3.53c1 1.43 2.13 2 1.42 4 0 0 2.83-1.51.71-3.53s.7-4 .7-4M8.69 19.26c-1.6-.43-2.46.35-2.47.81 0 1 2.18 1.39 5 1.27 2.26-.11 4.73-.95 4.67-1.49a16.6 16.6 0 0 1-3.2.4c-2.43.11-4.41-.16-4.43-.61-.04-.13.13-.26.43-.38" }, null, -1)
12
- ])]);
13
- }
14
- const s = { render: r };
15
- export {
16
- s as default,
17
- r as render
18
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as r, openBlock as t, createElementVNode as o } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- };
7
- function l(c, e) {
8
- return t(), r("svg", n, [...e[0] || (e[0] = [
9
- o("path", { d: "M0 0h24v24H0zm22.034 18.276c-.175-1.095-.888-2.015-3.003-2.873-.736-.345-1.554-.585-1.797-1.14-.091-.33-.105-.51-.046-.705.15-.646.915-.84 1.515-.66.39.12.75.42.976.9 1.034-.676 1.034-.676 1.755-1.125-.27-.42-.404-.601-.586-.78-.63-.705-1.469-1.065-2.834-1.034l-.705.089c-.676.165-1.32.525-1.71 1.005-1.14 1.291-.811 3.541.569 4.471 1.365 1.02 3.361 1.244 3.616 2.205.24 1.17-.87 1.545-1.966 1.41-.811-.18-1.26-.586-1.755-1.336l-1.83 1.051c.21.48.45.689.81 1.109 1.74 1.756 6.09 1.666 6.871-1.004.029-.09.24-.705.074-1.65zm-8.983-7.245h-2.248c0 1.938-.009 3.864-.009 5.805 0 1.232.063 2.363-.138 2.711-.33.689-1.18.601-1.566.48-.396-.196-.597-.466-.83-.855-.063-.105-.11-.196-.127-.196l-1.825 1.125c.305.63.75 1.172 1.324 1.517.855.51 2.004.675 3.207.405.783-.226 1.458-.691 1.811-1.411.51-.93.402-2.07.397-3.346.012-2.054 0-4.109 0-6.179z" }, null, -1)
10
- ])]);
11
- }
12
- const m = { render: l };
13
- export {
14
- m as default,
15
- l as render
16
- };
@@ -1,17 +0,0 @@
1
- import { createElementBlock as n, openBlock as o, createElementVNode as t } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- };
7
- function a(c, e) {
8
- return o(), n("svg", r, [...e[0] || (e[0] = [
9
- t("path", { d: "M4.56 18.71c-1.41-4-.65-8.94 1.77-11.48A5.47 5.47 0 0 1 12 5.71h.15a.8.8 0 0 1 .22.12c4 1.65 4.28 8.57 1.28 11.41a4.15 4.15 0 0 0 3.08-1.35c2.12-2.23 2.76-6.62 1.49-10.22A7.75 7.75 0 0 0 12.81.54H12a11.5 11.5 0 0 0-5.42 21.6 10 10 0 0 1-2.02-3.43" }, null, -1),
10
- t("path", { d: "M23.5 12a11.49 11.49 0 0 0-6.09-10.14 9.9 9.9 0 0 1 2 3.43c1.41 4 .65 9-1.77 11.5a5.42 5.42 0 0 1-4 1.75A6.5 6.5 0 0 1 12 18.3h-.15a.8.8 0 0 1-.22-.12c-4-1.65-4.29-8.57-1.29-11.41a4.14 4.14 0 0 0-3.11 1.32c-2.12 2.22-2.76 6.61-1.49 10.2a7.77 7.77 0 0 0 5.45 5.17H12A11.5 11.5 0 0 0 23.5 12" }, null, -1)
11
- ])]);
12
- }
13
- const s = { render: a };
14
- export {
15
- s as default,
16
- a as render
17
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 128 128"
6
- };
7
- function l(m, e) {
8
- return o(), t("svg", n, [...e[0] || (e[0] = [
9
- r("path", { d: "M0 0h61.4L0 60.4zm0 128L128 0H64.6L0 63.7zm128 0L64.6 66.6 3.3 128z" }, null, -1)
10
- ])]);
11
- }
12
- const c = { render: l };
13
- export {
14
- c as default,
15
- l as render
16
- };
@@ -1,17 +0,0 @@
1
- import { createElementBlock as l, openBlock as t, createElementVNode as e } from "vue";
2
- const o = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- };
7
- function r(n, a) {
8
- return t(), l("svg", o, [...a[0] || (a[0] = [
9
- e("path", { d: "M21.75 5.52 13 .28a2 2 0 0 0-2 0L2.25 5.52a2 2 0 0 0-1 1.69v9.58a2 2 0 0 0 1 1.69l2.62 1.57a3.12 3.12 0 0 0 4.73-2.68V8.12a1 1 0 0 0-2 0v9.25a1.13 1.13 0 0 1-.57 1 1.14 1.14 0 0 1-1.13 0l-2.61-1.58V7.24L12 2l8.73 5.21v9.55L12 22l-1.7-1a1 1 0 1 0-1 1.71l1.72 1a2 2 0 0 0 2 0l8.74-5.24a2 2 0 0 0 1-1.69V7.21a2 2 0 0 0-1.01-1.69" }, null, -1),
10
- e("path", { d: "M15.51 14.76a9.3 9.3 0 0 1-2.24 0 .85.85 0 0 1-.75-.85 1 1 0 0 0-2 0A2.87 2.87 0 0 0 13 16.75a12 12 0 0 0 1.36.08 12 12 0 0 0 1.37-.08 2.87 2.87 0 0 0 2.5-2.84A2.68 2.68 0 0 0 16 11.26l-2.91-.49a.69.69 0 0 1-.58-.68.85.85 0 0 1 .75-.85 9.3 9.3 0 0 1 2.24 0 .85.85 0 0 1 .75.85 1 1 0 0 0 2 0 2.87 2.87 0 0 0-2.5-2.84 12.5 12.5 0 0 0-2.73 0 2.87 2.87 0 0 0-2.51 2.84 2.68 2.68 0 0 0 2.25 2.65l2.91.49a.68.68 0 0 1 .58.68.85.85 0 0 1-.74.85" }, null, -1)
11
- ])]);
12
- }
13
- const c = { render: r };
14
- export {
15
- c as default,
16
- r as render
17
- };
@@ -1,17 +0,0 @@
1
- import { createElementBlock as e, openBlock as t, createElementVNode as a } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 128 128"
6
- };
7
- function h(l, c) {
8
- return t(), e("svg", r, [...c[0] || (c[0] = [
9
- a("path", { d: "M63.877 125.392c-32.671 0-60.37-27.594-60.627-60.469a59.94 59.94 0 0 1 17.506-42.759 60.94 60.94 0 0 1 43.279-18.36 60.08 60.08 0 0 1 42.647 17.71 60.15 60.15 0 0 1 18.157 42.522c.151 33.604-26.864 61.021-60.469 61.363h-.493zm.19-118.406a57.77 57.77 0 0 0-41.01 17.427 56.78 56.78 0 0 0-16.63 40.484c.236 31.159 26.495 57.286 57.43 57.286h.414c31.863-.29 57.504-26.266 57.385-58.128a56.97 56.97 0 0 0-17.217-40.273A56.7 56.7 0 0 0 64.068 6.986z" }, null, -1),
10
- a("path", { d: "M16.89 82.383V46.865h8.64v3.183h-4.583v29.218h4.584v3.183zm29.323-18.111c0 6.478-3.933 10.167-9.26 10.167s-8.877-4.156-8.877-9.831c0-5.939 3.722-10.121 9.167-10.121s8.97 4.36 8.97 9.785m-14.415.29c0 3.932 1.973 7.05 5.36 7.05s5.333-3.183 5.333-7.195c0-3.643-1.796-7.083-5.334-7.083s-5.392 3.328-5.392 7.307zm17.407-9.404c1.69-.29 3.407-.434 5.123-.428a9.17 9.17 0 0 1 5.537 1.223 4.06 4.06 0 0 1 2.006 3.61 4.48 4.48 0 0 1-3.183 4.183c2.269.46 3.9 2.46 3.9 4.775a5.02 5.02 0 0 1-1.861 3.978c-1.368 1.21-3.643 1.796-7.162 1.796a34 34 0 0 1-4.327-.257zm3.499 7.622h1.795c2.433 0 3.801-1.145 3.801-2.782s-1.368-2.644-3.61-2.644a9.8 9.8 0 0 0-2.006.145zm0 8.878c.618.065 1.243.092 1.86.078 2.263 0 4.262-.861 4.262-3.182s-1.94-3.183-4.373-3.183h-1.75zM69.54 54.901h3.517v12.554c0 5.334-2.577 7.116-6.365 7.116a9.3 9.3 0 0 1-2.973-.507l.428-2.834c.703.224 1.44.335 2.183.349 2.006 0 3.183-.921 3.183-4.262l.026-12.416zm13.527 10.456v2.434h-7.32v-2.434zm17.091 8.273a12.3 12.3 0 0 1-4.978.862c-6.129 0-9.851-3.834-9.851-9.707-.283-5.353 3.827-9.923 9.18-10.206.375-.02.757-.02 1.131.006a11.1 11.1 0 0 1 4.775.862l-.783 2.801a9.5 9.5 0 0 0-3.788-.75c-3.932 0-6.76 2.467-6.76 7.116 0 4.235 2.499 6.971 6.734 6.971a9.8 9.8 0 0 0 3.834-.717zM111.2 46.766v35.61h-8.641v-3.182h4.583V49.949h-4.583v-3.183h8.64z" }, null, -1)
11
- ])]);
12
- }
13
- const o = { render: h };
14
- export {
15
- o as default,
16
- h as render
17
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as e, openBlock as r, createElementVNode as t } from "vue";
2
- const l = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 128 128"
6
- };
7
- function o(n, c) {
8
- return r(), e("svg", l, [...c[0] || (c[0] = [
9
- t("path", { d: "M65.004 115.355c-.461-.894-1.004-2.796-1.356-3.601-.378-.711-1.46-2.692-1.984-3.332-1.164-1.332-1.437-1.438-1.809-3.23-.628-3.067-2.148-8.462-4.042-12.227-1.004-2-2.626-3.606-4.067-5.07-1.246-1.247-4.121-3.31-4.668-3.227-4.766.894-6.226 5.586-8.457 9.27-1.27 2.062-2.516 3.769-3.52 5.937-.898 1.98-.812 4.23-2.331 5.938a15.4 15.4 0 0 0-3.333 5.855c-.195.453-.546 4.957-1.003 6.016l7.02-.438c6.585.461 4.687 2.961 14.858 2.438l16.098-.54a25 25 0 0 0-1.433-3.792zM111.793 8.254H16.207C7.312 8.23.086 15.457.086 24.352v35.105c2.352-.812 5.578-5.75 6.668-6.934 1.789-2.062 2.16-4.77 3.059-6.378 2.062-3.793 2.433-6.477 7.101-6.477 2.164 0 3.063.516 4.5 2.516.996 1.332 2.79 3.957 3.602 5.668 1.004 1.98 2.523 4.582 3.254 5.125.515.351.972.722 1.433.894.707.27 1.356-.27 1.902-.629.622-.539.895-1.52 1.52-2.953.895-2.086 1.813-4.418 2.332-5.312.914-1.461 1.273-3.254 2.25-4.067 1.461-1.246 3.441-1.355 3.957-1.437 2.98-.625 4.336 1.437 5.777 2.707.973.894 2.243 2.605 3.246 4.851.708 1.793 1.606 3.52 2.067 4.5.351.98 1.266 2.606 1.789 4.582.543 1.711 1.809 3.067 2.352 3.961 0 0 .812 2.164 5.476 4.145a35 35 0 0 0 4.336 1.52c2.066.734 4.047.644 6.563.374 1.789 0 2.793-2.625 3.601-4.683.438-1.254.98-4.774 1.25-5.758.27-.996-.437-1.707.192-2.625.722-.977 1.164-1.082 1.519-2.332.914-2.793 5.957-2.875 8.832-2.875 2.414 0 2.063 2.332 6.125 1.52 2.336-.434 4.586.273 7.023.995 2.063.543 4.043 1.168 5.204 2.524.73.898 2.629 5.312.73 5.476.164.188.36.645.625.817-.46 1.707-2.25.46-3.332.27-1.355-.27-2.332 0-3.684.624-2.335.996-5.668.918-7.726 2.625-1.715 1.438-1.715 4.582-2.543 6.371 0 0-2.254 5.696-6.996 9.192-1.278.914-3.715 3.058-8.918 3.871-2.356.355-4.586.355-7.024.27-1.164-.079-2.332-.079-3.52-.079-.706 0-3.062-.109-2.96.164l-.27.645c.024.29.063.602.164.895.102.515.102.976.192 1.437 0 .98-.086 2.063 0 3.066.082 2.063.894 3.957 1.004 6.102.078 2.355 1.246 4.875 2.414 6.77.46.707 1.086.789 1.355 1.71.352.98 0 2.141.188 3.227.625 4.227 1.875 8.73 3.773 12.61v.078c2.332-.352 4.77-1.247 7.836-1.684 5.664-.832 13.5-.461 18.54-.914 12.796-1.168 19.706 5.226 31.148 2.601V24.336c-.063-8.895-7.293-16.102-16.207-16.102zM64.086 83.855q0-.28 0 0m-34.457 14.75c.894-1.98 1.433-4.125 2.144-6.101.73-1.899 1.813-4.61 3.684-5.582-.246-.274-3.957-.375-4.934-.461-1.082-.086-2.171-.273-3.25-.438a135 135 0 0 1-6.125-1.265c-1.168-.274-5.21-1.715-6.02-2.067-2.085-.894-3.421-3.52-4.96-3.246-.977.188-1.98.54-2.605 1.54-.543.812-.731 2.242-1.083 3.226-.437 1.086-1.168 2.164-1.707 3.25-1.277 1.875-3.332 3.582-4.23 5.484-.191.457-.27.895-.457 1.356v21.683c1.082.188 2.16.371 3.328.73 8.996 2.438 11.164 2.606 19.98 1.63l.813-.11c.625-1.437 1.188-6.207 1.629-7.644.352-1.164.812-2.063.996-3.14.164-1.09 0-2.173-.102-3.15-.171-2.628 1.895-3.519 2.899-5.69zm0 0" }, null, -1)
10
- ])]);
11
- }
12
- const m = { render: o };
13
- export {
14
- m as default,
15
- o as render
16
- };
@@ -1,16 +0,0 @@
1
- import { createElementBlock as e, openBlock as r, createElementVNode as t } from "vue";
2
- const o = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- };
7
- function n(h, l) {
8
- return r(), e("svg", o, [...l[0] || (l[0] = [
9
- t("path", { d: "M7.01 10.207h-.944l-.515 2.648h.838q.834 0 1.242-.314.408-.315.55-1.049.137-.705-.124-.995-.262-.29-1.047-.29M12 5.688C5.373 5.688 0 8.514 0 12s5.373 6.313 12 6.313S24 15.486 24 12s-5.373-6.312-12-6.312m-3.26 7.451c-.261.25-.575.438-.917.551q-.505.163-1.285.164H5.357l-.327 1.681H3.652l1.23-6.326h2.65q1.195 0 1.744.628.549.627.33 1.752a2.8 2.8 0 0 1-.305.847q-.215.383-.561.703m4.024.715.543-2.799q.094-.478-.068-.651-.16-.174-.687-.174H11.46l-.704 3.625H9.388l1.23-6.327h1.367l-.327 1.682h1.218q1.15 0 1.586.401c.436.401.378.7.263 1.299l-.572 2.944zm7.597-2.265a2.8 2.8 0 0 1-.305.847q-.214.383-.561.703a2.44 2.44 0 0 1-.917.551q-.504.163-1.286.164h-1.18l-.327 1.682h-1.378l1.23-6.326h2.649q1.195 0 1.744.628.55.626.331 1.751m-2.595-1.382h-.943l-.516 2.648h.838q.835 0 1.242-.314.407-.315.551-1.049.137-.705-.125-.995c-.262-.29-.524-.29-1.047-.29" }, null, -1)
10
- ])]);
11
- }
12
- const a = { render: n };
13
- export {
14
- a as default,
15
- n as render
16
- };