veloce-vue 0.20.0 → 0.22.0

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 (255) hide show
  1. package/_virtual/_plugin-vue_export-helper.js +9 -0
  2. package/components/Accordion.vue.d.ts +19 -1
  3. package/components/Accordion.vue.js +91 -0
  4. package/components/Accordion.vue2.js +4 -0
  5. package/components/Badge.vue.d.ts +1 -0
  6. package/components/Badge.vue.js +47 -0
  7. package/components/Badge.vue2.js +4 -0
  8. package/components/Button.vue.d.ts +16 -8
  9. package/components/Button.vue.js +7 -0
  10. package/components/Button.vue2.js +114 -0
  11. package/components/Checkbox.vue.d.ts +6 -7
  12. package/components/Checkbox.vue.js +98 -0
  13. package/components/Checkbox.vue2.js +4 -0
  14. package/components/Chip.vue.d.ts +6 -7
  15. package/components/Chip.vue.js +61 -0
  16. package/components/Chip.vue2.js +4 -0
  17. package/components/Drawer.vue.js +94 -0
  18. package/components/Drawer.vue2.js +4 -0
  19. package/components/Fieldset.vue.d.ts +6 -7
  20. package/components/Fieldset.vue.js +49 -0
  21. package/components/Fieldset.vue2.js +4 -0
  22. package/components/Input.vue.d.ts +11 -12
  23. package/components/Input.vue.js +106 -0
  24. package/components/Input.vue2.js +4 -0
  25. package/components/JsonRenderer.vue.d.ts +14 -0
  26. package/components/JsonRenderer.vue.js +63 -0
  27. package/components/JsonRenderer.vue2.js +4 -0
  28. package/components/Layout.vue.js +83 -0
  29. package/components/Layout.vue2.js +4 -0
  30. package/components/Message.vue.d.ts +97 -8
  31. package/components/Message.vue.js +109 -0
  32. package/components/Message.vue2.js +4 -0
  33. package/components/MiniEditor.vue.d.ts +12 -0
  34. package/components/MiniEditor.vue.js +132 -0
  35. package/components/MiniEditor.vue2.js +4 -0
  36. package/components/Modal.vue.js +73 -0
  37. package/components/Modal.vue2.js +4 -0
  38. package/components/Popover.vue.js +78 -0
  39. package/components/Popover.vue2.js +4 -0
  40. package/components/ProgressBar.vue.js +51 -0
  41. package/components/ProgressBar.vue2.js +4 -0
  42. package/components/ProgressSpinner.vue.js +47 -0
  43. package/components/ProgressSpinner.vue2.js +4 -0
  44. package/components/RangeSlider.vue.js +61 -0
  45. package/components/RangeSlider.vue2.js +4 -0
  46. package/components/Select.vue.js +129 -0
  47. package/components/Select.vue2.js +4 -0
  48. package/components/Separator.vue.d.ts +8 -9
  49. package/components/Separator.vue.js +74 -0
  50. package/components/Separator.vue2.js +4 -0
  51. package/components/Skeleton.vue.d.ts +1 -1
  52. package/components/Skeleton.vue.js +7 -0
  53. package/components/Skeleton.vue2.js +24 -0
  54. package/components/Switch.vue.js +48 -0
  55. package/components/Switch.vue2.js +4 -0
  56. package/components/Tooltip.vue.js +35 -0
  57. package/components/Tooltip.vue2.js +4 -0
  58. package/components/icon/Icon.vue.d.ts +2 -3
  59. package/components/icon/Icon.vue.js +21 -0
  60. package/components/icon/Icon.vue2.js +4 -0
  61. package/components/icon/icons.d.ts +139 -139
  62. package/components/typography/Blockquote.vue.d.ts +151 -0
  63. package/components/typography/Blockquote.vue.js +55 -0
  64. package/components/typography/Blockquote.vue2.js +4 -0
  65. package/components/typography/Code.vue.d.ts +160 -0
  66. package/components/typography/Code.vue.js +74 -0
  67. package/components/typography/Code.vue2.js +4 -0
  68. package/components/typography/H1.vue.d.ts +151 -0
  69. package/components/typography/H1.vue.js +55 -0
  70. package/components/typography/H1.vue2.js +4 -0
  71. package/components/typography/H2.vue.d.ts +151 -0
  72. package/components/typography/H2.vue.js +55 -0
  73. package/components/typography/H2.vue2.js +4 -0
  74. package/components/typography/H3.vue.d.ts +151 -0
  75. package/components/typography/H3.vue.js +55 -0
  76. package/components/typography/H3.vue2.js +4 -0
  77. package/components/typography/H4.vue.d.ts +151 -0
  78. package/components/typography/H4.vue.js +55 -0
  79. package/components/typography/H4.vue2.js +4 -0
  80. package/components/typography/H5.vue.d.ts +151 -0
  81. package/components/typography/H5.vue.js +55 -0
  82. package/components/typography/H5.vue2.js +4 -0
  83. package/components/typography/H6.vue.d.ts +151 -0
  84. package/components/typography/H6.vue.js +55 -0
  85. package/components/typography/H6.vue2.js +4 -0
  86. package/components/typography/Label.vue.d.ts +160 -0
  87. package/components/typography/Label.vue.js +61 -0
  88. package/components/typography/Label.vue2.js +4 -0
  89. package/components/typography/List.vue.d.ts +123 -0
  90. package/components/typography/List.vue.js +60 -0
  91. package/components/typography/List.vue2.js +4 -0
  92. package/components/typography/P.vue.d.ts +151 -0
  93. package/components/typography/P.vue.js +55 -0
  94. package/components/typography/P.vue2.js +4 -0
  95. package/components/typography/Span.vue.d.ts +151 -0
  96. package/components/typography/Span.vue.js +55 -0
  97. package/components/typography/Span.vue2.js +4 -0
  98. package/config.js +2 -14
  99. package/exports/composables.d.ts +1 -0
  100. package/exports/icons.d.ts +2 -1
  101. package/exports/toast.d.ts +4 -0
  102. package/exports/types.d.ts +56 -3
  103. package/exports/typography.d.ts +12 -0
  104. package/exports/ui.d.ts +2 -0
  105. package/exports/utils.d.ts +3 -0
  106. package/icons/Alert.vue.js +31 -0
  107. package/icons/AlertCircle.vue.js +31 -0
  108. package/icons/Archive.vue.js +33 -0
  109. package/icons/ArrowDown.vue.js +26 -0
  110. package/icons/ArrowLeft.vue.js +26 -0
  111. package/icons/ArrowRight.vue.js +26 -0
  112. package/icons/ArrowUp.vue.js +26 -0
  113. package/icons/AtSign.vue.js +30 -0
  114. package/icons/Bell.vue.js +26 -0
  115. package/icons/Bold.vue.js +20 -0
  116. package/icons/Bookmark.vue.js +25 -0
  117. package/icons/Camera.vue.js +30 -0
  118. package/icons/Check.vue.js +20 -0
  119. package/icons/CheckCircle.vue.js +26 -0
  120. package/icons/CheckSquare.vue.js +26 -0
  121. package/icons/ChevronDown.vue.js +20 -0
  122. package/icons/ChevronLeft.vue.js +25 -0
  123. package/icons/ChevronRight.vue.js +25 -0
  124. package/icons/ChevronUp.vue.js +25 -0
  125. package/icons/Circle.vue.js +29 -0
  126. package/icons/Clock.vue.js +30 -0
  127. package/icons/Close.vue.js +20 -0
  128. package/icons/Cloud.vue.js +25 -0
  129. package/icons/CloudDownload.vue.js +27 -0
  130. package/icons/CloudUpload.vue.js +27 -0
  131. package/icons/Code.vue.js +26 -0
  132. package/icons/Command.vue.js +26 -0
  133. package/icons/Copy.vue.js +33 -0
  134. package/icons/CreditCard.vue.js +32 -0
  135. package/icons/Database.vue.js +32 -0
  136. package/icons/Download.vue.js +27 -0
  137. package/icons/Edit.vue.js +26 -0
  138. package/icons/ExternalLink.vue.js +27 -0
  139. package/icons/Eye.vue.js +30 -0
  140. package/icons/EyeOff.vue.js +26 -0
  141. package/icons/FastForward.vue.js +26 -0
  142. package/icons/File.vue.js +26 -0
  143. package/icons/FileAudio.vue.js +17 -0
  144. package/icons/FileImage.vue.js +27 -0
  145. package/icons/FilePdf.vue.js +17 -0
  146. package/icons/FileText.vue.js +17 -0
  147. package/icons/FileVideo.vue.js +27 -0
  148. package/icons/FileZip.vue.js +17 -0
  149. package/icons/Filter.vue.js +25 -0
  150. package/icons/Folder.vue.js +25 -0
  151. package/icons/FolderOpen.vue.js +25 -0
  152. package/icons/FolderPlus.vue.js +27 -0
  153. package/icons/Grid.vue.js +33 -0
  154. package/icons/Hamburger.vue.js +24 -0
  155. package/icons/Hash.vue.js +17 -0
  156. package/icons/Heart.vue.js +25 -0
  157. package/icons/HelpCircle.vue.js +31 -0
  158. package/icons/Highlight.vue.js +20 -0
  159. package/icons/Home.vue.js +26 -0
  160. package/icons/Image.vue.js +38 -0
  161. package/icons/Inbox.vue.js +26 -0
  162. package/icons/Info.vue.js +31 -0
  163. package/icons/Italic.vue.js +24 -0
  164. package/icons/Key.vue.js +31 -0
  165. package/icons/Layout.vue.js +33 -0
  166. package/icons/Link.vue.js +26 -0
  167. package/icons/Link2.vue.js +27 -0
  168. package/icons/List.vue.js +17 -0
  169. package/icons/Loading.vue.js +33 -0
  170. package/icons/Lock.vue.js +33 -0
  171. package/icons/LogIn.vue.js +27 -0
  172. package/icons/LogOut.vue.js +27 -0
  173. package/icons/Mail.vue.js +32 -0
  174. package/icons/Maximize.vue.js +25 -0
  175. package/icons/Menu.vue.js +42 -0
  176. package/icons/MessageCircle.vue.js +25 -0
  177. package/icons/MessageSquare.vue.js +25 -0
  178. package/icons/Mic.vue.js +17 -0
  179. package/icons/MicOff.vue.js +17 -0
  180. package/icons/Minimize.vue.js +25 -0
  181. package/icons/Minus.vue.js +25 -0
  182. package/icons/Moon.vue.js +24 -0
  183. package/icons/MoreHorizontal.vue.js +39 -0
  184. package/icons/MoreVertical.vue.js +39 -0
  185. package/icons/Move.vue.js +17 -0
  186. package/icons/Package.vue.js +17 -0
  187. package/icons/Paperclip.vue.js +25 -0
  188. package/icons/Pause.vue.js +36 -0
  189. package/icons/Phone.vue.js +25 -0
  190. package/icons/Play.vue.js +25 -0
  191. package/icons/Plus.vue.js +26 -0
  192. package/icons/Printer.vue.js +27 -0
  193. package/icons/RadioButton.vue.js +34 -0
  194. package/icons/RefreshCw.vue.js +17 -0
  195. package/icons/Repeat.vue.js +17 -0
  196. package/icons/Rewind.vue.js +26 -0
  197. package/icons/RotateCcw.vue.js +26 -0
  198. package/icons/RotateCw.vue.js +26 -0
  199. package/icons/Save.vue.js +26 -0
  200. package/icons/Scissors.vue.js +17 -0
  201. package/icons/Search.vue.js +30 -0
  202. package/icons/Send.vue.js +26 -0
  203. package/icons/Server.vue.js +17 -0
  204. package/icons/Settings.vue.js +30 -0
  205. package/icons/Share.vue.js +27 -0
  206. package/icons/Shield.vue.js +25 -0
  207. package/icons/Shuffle.vue.js +17 -0
  208. package/icons/Sidebar.vue.js +32 -0
  209. package/icons/SkipBack.vue.js +31 -0
  210. package/icons/SkipForward.vue.js +31 -0
  211. package/icons/Slider.vue.js +17 -0
  212. package/icons/Sliders.vue.js +17 -0
  213. package/icons/SortAsc.vue.js +17 -0
  214. package/icons/SortDesc.vue.js +17 -0
  215. package/icons/Square.vue.js +31 -0
  216. package/icons/Star.vue.js +25 -0
  217. package/icons/Stop.vue.js +31 -0
  218. package/icons/Sun.vue.js +20 -0
  219. package/icons/Tag.vue.js +31 -0
  220. package/icons/Tags.vue.js +27 -0
  221. package/icons/Terminal.vue.js +31 -0
  222. package/icons/ThumbsDown.vue.js +26 -0
  223. package/icons/ThumbsUp.vue.js +26 -0
  224. package/icons/ToggleLeft.vue.js +36 -0
  225. package/icons/ToggleRight.vue.js +36 -0
  226. package/icons/Trash.vue.js +27 -0
  227. package/icons/Trash2.vue.js +17 -0
  228. package/icons/Unlink.vue.js +17 -0
  229. package/icons/Unlock.vue.js +33 -0
  230. package/icons/Upload.vue.js +27 -0
  231. package/icons/User.vue.js +30 -0
  232. package/icons/Users.vue.js +31 -0
  233. package/icons/Video.vue.js +32 -0
  234. package/icons/VideoOff.vue.js +27 -0
  235. package/icons/Volume.vue.js +26 -0
  236. package/icons/Volume1.vue.js +26 -0
  237. package/icons/Volume2.vue.js +26 -0
  238. package/icons/VolumeMute.vue.js +25 -0
  239. package/icons/VolumeX.vue.js +27 -0
  240. package/icons/X.vue.js +26 -0
  241. package/icons/XCircle.vue.js +31 -0
  242. package/icons/Zap.vue.js +25 -0
  243. package/icons/ZoomIn.vue.js +17 -0
  244. package/icons/ZoomOut.vue.js +31 -0
  245. package/icons.js +280 -4
  246. package/package.json +6 -1
  247. package/ui.js +45 -7352
  248. package/utils/config.js +16 -0
  249. package/utils/margin.js +77 -0
  250. package/utils/padding.js +77 -0
  251. package/utils/typography.js +66 -0
  252. package/utils/useRandomId.js +10 -0
  253. package/veloce.css +1 -1
  254. package/components/icon/index.d.ts +0 -6
  255. package/index-Cqxg4hfC.js +0 -2928
@@ -0,0 +1,26 @@
1
+ import { createElementBlock as t, openBlock as r, createElementVNode as e } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const s = {}, i = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function l(c, o) {
10
+ return r(), t("svg", i, [...o[0] || (o[0] = [
11
+ e("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ e("path", { d: "m3 9l9-7l9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
19
+ e("path", { d: "M9 22V12h6v10" })
20
+ ], -1)
21
+ ])]);
22
+ }
23
+ const a = /* @__PURE__ */ n(s, [["render", l]]);
24
+ export {
25
+ a as default
26
+ };
@@ -0,0 +1,38 @@
1
+ import { createElementBlock as r, openBlock as o, createElementVNode as e } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const c = {}, i = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function s(l, t) {
10
+ return o(), r("svg", i, [...t[0] || (t[0] = [
11
+ e("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ e("rect", {
19
+ width: "18",
20
+ height: "18",
21
+ x: "3",
22
+ y: "3",
23
+ rx: "2",
24
+ ry: "2"
25
+ }),
26
+ e("circle", {
27
+ cx: "9",
28
+ cy: "9",
29
+ r: "2"
30
+ }),
31
+ e("path", { d: "m21 15l-3.086-3.086a2 2 0 0 0-2.828 0L6 21" })
32
+ ], -1)
33
+ ])]);
34
+ }
35
+ const h = /* @__PURE__ */ n(c, [["render", s]]);
36
+ export {
37
+ h as default
38
+ };
@@ -0,0 +1,26 @@
1
+ import { createElementBlock as t, openBlock as n, createElementVNode as o } from "vue";
2
+ import r from "../_virtual/_plugin-vue_export-helper.js";
3
+ const s = {}, i = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function l(c, e) {
10
+ return n(), t("svg", i, [...e[0] || (e[0] = [
11
+ o("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ o("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
19
+ o("path", { d: "M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" })
20
+ ], -1)
21
+ ])]);
22
+ }
23
+ const a = /* @__PURE__ */ r(s, [["render", l]]);
24
+ export {
25
+ a as default
26
+ };
@@ -0,0 +1,31 @@
1
+ import { createElementBlock as t, openBlock as r, createElementVNode as e } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const c = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function i(l, o) {
10
+ return r(), t("svg", s, [...o[0] || (o[0] = [
11
+ e("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ e("circle", {
19
+ cx: "12",
20
+ cy: "12",
21
+ r: "10"
22
+ }),
23
+ e("path", { d: "M12 16v-4" }),
24
+ e("path", { d: "M12 8h.01" })
25
+ ], -1)
26
+ ])]);
27
+ }
28
+ const p = /* @__PURE__ */ n(c, [["render", i]]);
29
+ export {
30
+ p as default
31
+ };
@@ -0,0 +1,24 @@
1
+ import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const l = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function i(c, e) {
10
+ return o(), t("svg", s, [...e[0] || (e[0] = [
11
+ r("path", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2",
17
+ d: "M11 5h6M7 19h6m1-14l-4 14"
18
+ }, null, -1)
19
+ ])]);
20
+ }
21
+ const f = /* @__PURE__ */ n(l, [["render", i]]);
22
+ export {
23
+ f as default
24
+ };
@@ -0,0 +1,31 @@
1
+ import { createElementBlock as o, openBlock as r, createElementVNode as e } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const c = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function i(l, t) {
10
+ return r(), o("svg", s, [...t[0] || (t[0] = [
11
+ e("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ e("circle", {
19
+ cx: "8",
20
+ cy: "15",
21
+ r: "4.5"
22
+ }),
23
+ e("path", { d: "m14.5 12.5l5-5" }),
24
+ e("path", { d: "M17.5 7.5l.5.5" })
25
+ ], -1)
26
+ ])]);
27
+ }
28
+ const p = /* @__PURE__ */ n(c, [["render", i]]);
29
+ export {
30
+ p as default
31
+ };
@@ -0,0 +1,33 @@
1
+ import { createElementBlock as o, openBlock as r, createElementVNode as t } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const i = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function c(d, e) {
10
+ return r(), o("svg", s, [...e[0] || (e[0] = [
11
+ t("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ t("rect", {
19
+ width: "18",
20
+ height: "18",
21
+ x: "3",
22
+ y: "3",
23
+ rx: "2"
24
+ }),
25
+ t("path", { d: "M3 9h18" }),
26
+ t("path", { d: "M9 21V9" })
27
+ ], -1)
28
+ ])]);
29
+ }
30
+ const p = /* @__PURE__ */ n(i, [["render", c]]);
31
+ export {
32
+ p as default
33
+ };
@@ -0,0 +1,26 @@
1
+ import { createElementBlock as o, openBlock as r, createElementVNode as e } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const l = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function i(c, t) {
10
+ return r(), o("svg", s, [...t[0] || (t[0] = [
11
+ e("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ e("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }),
19
+ e("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })
20
+ ], -1)
21
+ ])]);
22
+ }
23
+ const p = /* @__PURE__ */ n(l, [["render", i]]);
24
+ export {
25
+ p as default
26
+ };
@@ -0,0 +1,27 @@
1
+ import { createElementBlock as o, openBlock as r, createElementVNode as t } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const s = {}, i = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function c(d, e) {
10
+ return r(), o("svg", i, [...e[0] || (e[0] = [
11
+ t("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ t("path", { d: "M9 17H7A5 5 0 0 1 7 7h2" }),
19
+ t("path", { d: "M15 7h2a5 5 0 1 1 0 10h-2" }),
20
+ t("path", { d: "M8 12h8" })
21
+ ], -1)
22
+ ])]);
23
+ }
24
+ const p = /* @__PURE__ */ n(s, [["render", c]]);
25
+ export {
26
+ p as default
27
+ };
@@ -0,0 +1,17 @@
1
+ import { createElementBlock as n, openBlock as t, createStaticVNode as i } from "vue";
2
+ import o from "../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, l = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function x(s, e) {
10
+ return t(), n("svg", l, [...e[0] || (e[0] = [
11
+ i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><line x1="8" x2="21" y1="6" y2="6"></line><line x1="8" x2="21" y1="12" y2="12"></line><line x1="8" x2="21" y1="18" y2="18"></line><line x1="3" x2="3.01" y1="6" y2="6"></line><line x1="3" x2="3.01" y1="12" y2="12"></line><line x1="3" x2="3.01" y1="18" y2="18"></line></g>', 1)
12
+ ])]);
13
+ }
14
+ const d = /* @__PURE__ */ o(r, [["render", x]]);
15
+ export {
16
+ d as default
17
+ };
@@ -0,0 +1,33 @@
1
+ import { createElementBlock as r, openBlock as o, createElementVNode as t } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const a = {}, i = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function l(s, e) {
10
+ return o(), r("svg", i, [...e[0] || (e[0] = [
11
+ t("path", {
12
+ fill: "currentColor",
13
+ d: "M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z",
14
+ opacity: "0.25"
15
+ }, null, -1),
16
+ t("path", {
17
+ fill: "currentColor",
18
+ d: "M10.14,1.16a11,11,0,0,0-9,8.92A1.59,1.59,0,0,0,2.46,12,1.52,1.52,0,0,0,4.11,10.7a8,8,0,0,1,6.66-6.61A1.42,1.42,0,0,0,12,2.69h0A1.57,1.57,0,0,0,10.14,1.16Z"
19
+ }, [
20
+ t("animateTransform", {
21
+ type: "rotate",
22
+ attributeName: "transform",
23
+ dur: "0.75s",
24
+ repeatCount: "indefinite",
25
+ values: "0 12 12;360 12 12"
26
+ })
27
+ ], -1)
28
+ ])]);
29
+ }
30
+ const f = /* @__PURE__ */ n(a, [["render", l]]);
31
+ export {
32
+ f as default
33
+ };
@@ -0,0 +1,33 @@
1
+ import { createElementBlock as o, openBlock as r, createElementVNode as e } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const i = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function c(d, t) {
10
+ return r(), o("svg", s, [...t[0] || (t[0] = [
11
+ e("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ e("rect", {
19
+ width: "18",
20
+ height: "11",
21
+ x: "3",
22
+ y: "11",
23
+ rx: "2",
24
+ ry: "2"
25
+ }),
26
+ e("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
27
+ ], -1)
28
+ ])]);
29
+ }
30
+ const f = /* @__PURE__ */ n(i, [["render", c]]);
31
+ export {
32
+ f as default
33
+ };
@@ -0,0 +1,27 @@
1
+ import { createElementBlock as o, openBlock as r, createElementVNode as t } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const s = {}, i = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function l(c, e) {
10
+ return r(), o("svg", i, [...e[0] || (e[0] = [
11
+ t("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ t("path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" }),
19
+ t("path", { d: "m10 17l5-5l-5-5" }),
20
+ t("path", { d: "M15 12H3" })
21
+ ], -1)
22
+ ])]);
23
+ }
24
+ const h = /* @__PURE__ */ n(s, [["render", l]]);
25
+ export {
26
+ h as default
27
+ };
@@ -0,0 +1,27 @@
1
+ import { createElementBlock as o, openBlock as r, createElementVNode as t } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const s = {}, i = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function l(c, e) {
10
+ return r(), o("svg", i, [...e[0] || (e[0] = [
11
+ t("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ t("path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" }),
19
+ t("path", { d: "m16 17l5-5l-5-5" }),
20
+ t("path", { d: "M21 12H9" })
21
+ ], -1)
22
+ ])]);
23
+ }
24
+ const p = /* @__PURE__ */ n(s, [["render", l]]);
25
+ export {
26
+ p as default
27
+ };
@@ -0,0 +1,32 @@
1
+ import { createElementBlock as o, openBlock as r, createElementVNode as e } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const i = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function c(l, t) {
10
+ return r(), o("svg", s, [...t[0] || (t[0] = [
11
+ e("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ e("rect", {
19
+ width: "20",
20
+ height: "16",
21
+ x: "2",
22
+ y: "4",
23
+ rx: "2"
24
+ }),
25
+ e("path", { d: "m22 7l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" })
26
+ ], -1)
27
+ ])]);
28
+ }
29
+ const m = /* @__PURE__ */ n(i, [["render", c]]);
30
+ export {
31
+ m as default
32
+ };
@@ -0,0 +1,25 @@
1
+ import { createElementBlock as t, openBlock as r, createElementVNode as o } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const i = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function c(a, e) {
10
+ return r(), t("svg", s, [...e[0] || (e[0] = [
11
+ o("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ o("path", { d: "M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3" })
19
+ ], -1)
20
+ ])]);
21
+ }
22
+ const d = /* @__PURE__ */ n(i, [["render", c]]);
23
+ export {
24
+ d as default
25
+ };
@@ -0,0 +1,42 @@
1
+ import { createElementBlock as t, openBlock as n, createElementVNode as e } from "vue";
2
+ import r from "../_virtual/_plugin-vue_export-helper.js";
3
+ const i = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function l(c, o) {
10
+ return n(), t("svg", s, [...o[0] || (o[0] = [
11
+ e("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ e("line", {
19
+ x1: "4",
20
+ x2: "20",
21
+ y1: "12",
22
+ y2: "12"
23
+ }),
24
+ e("line", {
25
+ x1: "4",
26
+ x2: "20",
27
+ y1: "6",
28
+ y2: "6"
29
+ }),
30
+ e("line", {
31
+ x1: "4",
32
+ x2: "20",
33
+ y1: "18",
34
+ y2: "18"
35
+ })
36
+ ], -1)
37
+ ])]);
38
+ }
39
+ const f = /* @__PURE__ */ r(i, [["render", l]]);
40
+ export {
41
+ f as default
42
+ };
@@ -0,0 +1,25 @@
1
+ import { createElementBlock as t, openBlock as r, createElementVNode as o } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const s = {}, i = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function c(l, e) {
10
+ return r(), t("svg", i, [...e[0] || (e[0] = [
11
+ o("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ o("path", { d: "M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z" })
19
+ ], -1)
20
+ ])]);
21
+ }
22
+ const f = /* @__PURE__ */ n(s, [["render", c]]);
23
+ export {
24
+ f as default
25
+ };
@@ -0,0 +1,25 @@
1
+ import { createElementBlock as t, openBlock as r, createElementVNode as o } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const s = {}, i = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function c(l, e) {
10
+ return r(), t("svg", i, [...e[0] || (e[0] = [
11
+ o("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ o("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" })
19
+ ], -1)
20
+ ])]);
21
+ }
22
+ const f = /* @__PURE__ */ n(s, [["render", c]]);
23
+ export {
24
+ f as default
25
+ };
@@ -0,0 +1,17 @@
1
+ import { createElementBlock as e, openBlock as o, createStaticVNode as n } from "vue";
2
+ import r from "../_virtual/_plugin-vue_export-helper.js";
3
+ const i = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function a(c, t) {
10
+ return o(), e("svg", s, [...t[0] || (t[0] = [
11
+ n('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path><path d="M19 10v2a7 7 0 0 1-14 0v-2"></path><line x1="12" x2="12" y1="19" y2="23"></line><line x1="8" x2="16" y1="23" y2="23"></line></g>', 1)
12
+ ])]);
13
+ }
14
+ const p = /* @__PURE__ */ r(i, [["render", a]]);
15
+ export {
16
+ p as default
17
+ };
@@ -0,0 +1,17 @@
1
+ import { createElementBlock as e, openBlock as o, createStaticVNode as n } from "vue";
2
+ import r from "../_virtual/_plugin-vue_export-helper.js";
3
+ const i = {}, a = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function l(s, t) {
10
+ return o(), e("svg", a, [...t[0] || (t[0] = [
11
+ n('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m1 1l22 22"></path><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path><line x1="12" x2="12" y1="19" y2="23"></line><line x1="8" x2="16" y1="23" y2="23"></line></g>', 1)
12
+ ])]);
13
+ }
14
+ const d = /* @__PURE__ */ r(i, [["render", l]]);
15
+ export {
16
+ d as default
17
+ };
@@ -0,0 +1,25 @@
1
+ import { createElementBlock as t, openBlock as r, createElementVNode as o } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const i = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function c(l, e) {
10
+ return r(), t("svg", s, [...e[0] || (e[0] = [
11
+ o("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ o("path", { d: "M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3" })
19
+ ], -1)
20
+ ])]);
21
+ }
22
+ const d = /* @__PURE__ */ n(i, [["render", c]]);
23
+ export {
24
+ d as default
25
+ };
@@ -0,0 +1,25 @@
1
+ import { createElementBlock as t, openBlock as r, createElementVNode as o } from "vue";
2
+ import n from "../_virtual/_plugin-vue_export-helper.js";
3
+ const s = {}, i = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function c(l, e) {
10
+ return r(), t("svg", i, [...e[0] || (e[0] = [
11
+ o("g", {
12
+ fill: "none",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "2"
17
+ }, [
18
+ o("path", { d: "M5 12h14" })
19
+ ], -1)
20
+ ])]);
21
+ }
22
+ const m = /* @__PURE__ */ n(s, [["render", c]]);
23
+ export {
24
+ m as default
25
+ };