@nmorph/nmorph-ui-kit 2.2.34 → 2.2.36

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 (124) hide show
  1. package/dist/assets/icons/baseball.svg.js +28 -0
  2. package/dist/assets/icons/basketball.svg.js +21 -0
  3. package/dist/assets/icons/bowl.svg.js +21 -0
  4. package/dist/assets/icons/box.svg.js +35 -0
  5. package/dist/assets/icons/briefcase.svg.js +21 -0
  6. package/dist/assets/icons/brush-filled.svg.js +21 -0
  7. package/dist/assets/icons/brush.svg.js +21 -0
  8. package/dist/assets/icons/camera-filled.svg.js +21 -0
  9. package/dist/assets/icons/chevron-double-left.svg.js +28 -0
  10. package/dist/assets/icons/chevron-double-right.svg.js +28 -0
  11. package/dist/assets/icons/chevron-double-up.svg.js +28 -0
  12. package/dist/assets/icons/chevron-left.svg.js +21 -0
  13. package/dist/assets/icons/chevron-right.svg.js +21 -0
  14. package/dist/assets/icons/chevron-up.svg.js +21 -0
  15. package/dist/assets/icons/chicken.svg.js +21 -0
  16. package/dist/assets/icons/clipboard-check.svg.js +25 -0
  17. package/dist/assets/icons/clipboard.svg.js +25 -0
  18. package/dist/assets/icons/close-bold.svg.js +21 -0
  19. package/dist/assets/icons/cold-drink.svg.js +21 -0
  20. package/dist/assets/icons/comment.svg.js +21 -0
  21. package/dist/assets/icons/database.svg.js +25 -0
  22. package/dist/assets/icons/drag-handle.svg.js +21 -0
  23. package/dist/assets/icons/external-link.svg.js +28 -0
  24. package/dist/assets/icons/filter-off.svg.js +28 -0
  25. package/dist/assets/icons/fingerprint.svg.js +44 -0
  26. package/dist/assets/icons/folder-remove.svg.js +21 -0
  27. package/dist/assets/icons/goblet.svg.js +21 -0
  28. package/dist/assets/icons/ice-tea.svg.js +21 -0
  29. package/dist/assets/icons/inbox.svg.js +25 -0
  30. package/dist/assets/icons/mail.svg.js +25 -0
  31. package/dist/assets/icons/odometer.svg.js +35 -0
  32. package/dist/assets/icons/open.svg.js +28 -0
  33. package/dist/assets/icons/pagination.svg.js +8 -0
  34. package/dist/assets/icons/pin.svg.js +21 -0
  35. package/dist/assets/icons/redo.svg.js +21 -0
  36. package/dist/assets/icons/save.svg.js +25 -0
  37. package/dist/assets/icons/server.svg.js +32 -0
  38. package/dist/assets/icons/shield-check.svg.js +25 -0
  39. package/dist/assets/icons/shield.svg.js +25 -0
  40. package/dist/assets/icons/sliders.svg.js +31 -0
  41. package/dist/assets/icons/stopwatch.svg.js +28 -0
  42. package/dist/assets/icons/suitcase-line.svg.js +22 -0
  43. package/dist/assets/icons/undo.svg.js +21 -0
  44. package/dist/assets/icons/video-camera.svg.js +21 -0
  45. package/dist/components/basic/nmorph-button/NmorphButton.vue.js +10 -10
  46. package/dist/components/basic/nmorph-button/NmorphButton.vue2.js +5 -5
  47. package/dist/components/basic/nmorph-icon/NmorphIcons.js +617 -527
  48. package/dist/components/basic/nmorph-layout/NmorphLayout.css +1 -0
  49. package/dist/components/basic/nmorph-layout/NmorphLayout.vue.js +50 -0
  50. package/dist/components/basic/nmorph-layout/NmorphLayout.vue2.js +28 -0
  51. package/dist/components/basic/nmorph-space/NmorphSpace.css +1 -0
  52. package/dist/components/basic/nmorph-space/NmorphSpace.vue.js +21 -0
  53. package/dist/components/basic/nmorph-space/NmorphSpace.vue2.js +45 -0
  54. package/dist/components/data/nmorph-avatar/NmorphAvatar.vue.js +15 -15
  55. package/dist/components/data/nmorph-avatar/NmorphAvatar.vue2.js +1 -1
  56. package/dist/components/data/nmorph-empty/NmorphEmpty.css +1 -1
  57. package/dist/components/data/nmorph-pagination/NmorphPagination.vue.js +31 -31
  58. package/dist/components/data/nmorph-pagination/NmorphPagination.vue2.js +36 -38
  59. package/dist/components/data/nmorph-qr-code/NmorphQRCode.css +1 -0
  60. package/dist/components/data/nmorph-qr-code/NmorphQRCode.vue.js +59 -0
  61. package/dist/components/data/nmorph-qr-code/NmorphQRCode.vue2.js +50 -0
  62. package/dist/components/data/nmorph-qr-code/qr-code.js +568 -0
  63. package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.css +1 -0
  64. package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.vue.js +86 -0
  65. package/dist/components/data/nmorph-virtual-list/NmorphVirtualList.vue2.js +60 -0
  66. package/dist/components/feedback/nmorph-drawer/NmorphDrawer.css +1 -0
  67. package/dist/components/feedback/nmorph-drawer/NmorphDrawer.vue.js +81 -0
  68. package/dist/components/feedback/nmorph-drawer/NmorphDrawer.vue2.js +47 -0
  69. package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.css +1 -1
  70. package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.js +30 -27
  71. package/dist/components/form/nmorph-autocomplete/NmorphAutocomplete.vue2.js +75 -63
  72. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue.js +13 -13
  73. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue2.js +28 -27
  74. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue.js +16 -16
  75. package/dist/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue2.js +20 -17
  76. package/dist/components/form/nmorph-file-upload/NmorphFileUpload.vue.js +34 -30
  77. package/dist/components/form/nmorph-file-upload/NmorphFileUpload.vue2.js +94 -62
  78. package/dist/components/form/nmorph-otp-input/NmorphOTPInput.vue.js +21 -21
  79. package/dist/components/form/nmorph-otp-input/NmorphOTPInput.vue2.js +92 -84
  80. package/dist/components/form/nmorph-select/NmorphSelect.vue.js +5 -5
  81. package/dist/components/form/nmorph-select/NmorphSelect.vue2.js +53 -53
  82. package/dist/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue2.js +24 -21
  83. package/dist/components/form/nmorph-switch/NmorphSwitch.vue.js +1 -1
  84. package/dist/components/form/nmorph-switch/NmorphSwitch.vue2.js +16 -16
  85. package/dist/components/form/nmorph-textarea/NmorphTextarea.css +1 -0
  86. package/dist/components/form/nmorph-textarea/NmorphTextarea.vue.js +41 -0
  87. package/dist/components/form/nmorph-textarea/NmorphTextarea.vue2.js +67 -0
  88. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.css +1 -1
  89. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue.js +40 -31
  90. package/dist/components/form/nmorph-time-picker/NmorphTimePicker.vue2.js +45 -41
  91. package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue.js +20 -25
  92. package/dist/components/navigation/nmorph-backtop/NmorphBacktop.vue2.js +41 -27
  93. package/dist/components/navigation/nmorph-context-menu/NmorphContextMenu.vue.js +11 -10
  94. package/dist/components/navigation/nmorph-context-menu/NmorphContextMenu.vue2.js +10 -9
  95. package/dist/components/navigation/nmorph-dropdown/NmorphDropdown.css +1 -1
  96. package/dist/components/navigation/nmorph-dropdown/NmorphDropdown.vue2.js +13 -12
  97. package/dist/hooks/use-common-styles.js +2 -1
  98. package/dist/icons.js +621 -531
  99. package/dist/index.es.js +781 -677
  100. package/dist/index.umd.js +31 -30
  101. package/dist/package.json.js +1 -1
  102. package/dist/src/components/basic/index.d.ts +2 -0
  103. package/dist/src/components/basic/nmorph-icon/NmorphIcons.d.ts +49 -3
  104. package/dist/src/components/basic/nmorph-layout/NmorphLayout.vue.d.ts +22 -0
  105. package/dist/src/components/basic/nmorph-space/NmorphSpace.vue.d.ts +33 -0
  106. package/dist/src/components/data/index.d.ts +4 -0
  107. package/dist/src/components/data/nmorph-qr-code/NmorphQRCode.vue.d.ts +34 -0
  108. package/dist/src/components/data/nmorph-qr-code/qr-code.d.ts +12 -0
  109. package/dist/src/components/data/nmorph-virtual-list/NmorphVirtualList.vue.d.ts +46 -0
  110. package/dist/src/components/data/nmorph-virtual-list/types.d.ts +4 -0
  111. package/dist/src/components/feedback/index.d.ts +1 -0
  112. package/dist/src/components/feedback/nmorph-drawer/NmorphDrawer.vue.d.ts +40 -0
  113. package/dist/src/components/form/index.d.ts +1 -0
  114. package/dist/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.d.ts +1 -1
  115. package/dist/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue.d.ts +2 -2
  116. package/dist/src/components/form/nmorph-file-upload/NmorphFileUpload.vue.d.ts +2 -2
  117. package/dist/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue.d.ts +1 -1
  118. package/dist/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.d.ts +0 -1
  119. package/dist/src/components/form/nmorph-textarea/NmorphTextarea.vue.d.ts +48 -0
  120. package/dist/src/components/navigation/nmorph-backtop/NmorphBacktop.vue.d.ts +1 -1
  121. package/dist/src/components/navigation/nmorph-context-menu/NmorphContextMenu.vue.d.ts +3 -1
  122. package/dist/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue.d.ts +3 -1
  123. package/dist/style.css +1 -1
  124. package/package.json +1 -1
@@ -0,0 +1,28 @@
1
+ import { openBlock as n, createElementBlock as o, createElementVNode as t } from "vue";
2
+ const a = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 1024 1024"
5
+ };
6
+ function l(r, e) {
7
+ return n(), o("svg", a, [...e[0] || (e[0] = [
8
+ t(
9
+ "path",
10
+ { d: "M195.2 828.8a448 448 0 1 1 633.6-633.6 448 448 0 0 1-633.6 633.6m45.248-45.248a384 384 0 1 0 543.104-543.104 384 384 0 0 0-543.104 543.104" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ ),
15
+ t(
16
+ "path",
17
+ { d: "M497.472 96.896c22.784 4.672 44.416 9.472 64.896 14.528a256.128 256.128 0 0 0 350.208 350.208c5.056 20.48 9.856 42.112 14.528 64.896A320.128 320.128 0 0 1 497.472 96.896M108.48 491.904a320.128 320.128 0 0 1 423.616 423.68c-23.04-3.648-44.992-7.424-65.728-11.52a256.128 256.128 0 0 0-346.496-346.432 1737 1737 0 0 1-11.392-65.728" },
18
+ null,
19
+ -1
20
+ /* CACHED */
21
+ )
22
+ ])]);
23
+ }
24
+ const s = { render: l };
25
+ export {
26
+ s as default,
27
+ l as render
28
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as a, createElementVNode as o } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 1024 1024"
5
+ };
6
+ function r(l, e) {
7
+ return t(), a("svg", n, [...e[0] || (e[0] = [
8
+ o(
9
+ "path",
10
+ { d: "M778.752 788.224a382.46 382.46 0 0 0 116.032-245.632 256.51 256.51 0 0 0-241.728-13.952 762.9 762.9 0 0 1 125.696 259.584m-55.04 44.224a699.65 699.65 0 0 0-125.056-269.632 256.13 256.13 0 0 0-56.064 331.968 382.7 382.7 0 0 0 181.12-62.336m-254.08 61.248A320.13 320.13 0 0 1 557.76 513.6a716 716 0 0 0-48.192-48.128 320.13 320.13 0 0 1-379.264 88.384 382.4 382.4 0 0 0 110.144 229.696 382.4 382.4 0 0 0 229.184 110.08zM129.28 481.088a256.13 256.13 0 0 0 331.072-56.448 699.65 699.65 0 0 0-268.8-124.352 382.66 382.66 0 0 0-62.272 180.8m106.56-235.84a762.9 762.9 0 0 1 258.688 125.056 256.51 256.51 0 0 0-13.44-241.088A382.46 382.46 0 0 0 235.84 245.248m318.08-114.944c40.576 89.536 37.76 193.92-8.448 281.344a780 780 0 0 1 66.176 66.112 320.83 320.83 0 0 1 282.112-8.128 382.4 382.4 0 0 0-110.144-229.12 382.4 382.4 0 0 0-229.632-110.208zM828.8 828.8a448 448 0 1 1-633.6-633.6 448 448 0 0 1 633.6 633.6" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const s = { render: r };
18
+ export {
19
+ s as default,
20
+ r as render
21
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as a } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 1024 1024"
5
+ };
6
+ function r(l, e) {
7
+ return t(), o("svg", n, [...e[0] || (e[0] = [
8
+ a(
9
+ "path",
10
+ { d: "M714.432 704a351.74 351.74 0 0 0 148.16-256H161.408a351.74 351.74 0 0 0 148.16 256zM288 766.592A415.68 415.68 0 0 1 96 416a32 32 0 0 1 32-32h768a32 32 0 0 1 32 32 415.68 415.68 0 0 1-192 350.592V832a64 64 0 0 1-64 64H352a64 64 0 0 1-64-64zM493.248 320h-90.496l254.4-254.4a32 32 0 1 1 45.248 45.248zm187.328 0h-128l269.696-155.712a32 32 0 0 1 32 55.424zM352 768v64h320v-64z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const c = { render: r };
18
+ export {
19
+ c as default,
20
+ r as render
21
+ };
@@ -0,0 +1,35 @@
1
+ import { openBlock as l, createElementBlock as n, createElementVNode as e } from "vue";
2
+ const o = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 1024 1024"
5
+ };
6
+ function a(r, t) {
7
+ return l(), n("svg", o, [...t[0] || (t[0] = [
8
+ e(
9
+ "path",
10
+ { d: "M317.056 128 128 344.064V896h768V344.064L706.944 128zm-14.528-64h418.944a32 32 0 0 1 24.064 10.88l206.528 236.096A32 32 0 0 1 960 332.032V928a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V332.032a32 32 0 0 1 7.936-21.12L278.4 75.008A32 32 0 0 1 302.528 64" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ ),
15
+ e(
16
+ "path",
17
+ { d: "M64 320h896v64H64z" },
18
+ null,
19
+ -1
20
+ /* CACHED */
21
+ ),
22
+ e(
23
+ "path",
24
+ { d: "M448 327.872V640h128V327.872L526.08 128h-28.16zM448 64h128l64 256v352a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V320z" },
25
+ null,
26
+ -1
27
+ /* CACHED */
28
+ )
29
+ ])]);
30
+ }
31
+ const d = { render: a };
32
+ export {
33
+ d as default,
34
+ a as render
35
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 1024 1024"
5
+ };
6
+ function l(s, e) {
7
+ return t(), o("svg", n, [...e[0] || (e[0] = [
8
+ r(
9
+ "path",
10
+ { d: "M320 320V128h384v192h192v192H128V320zM128 576h768v320H128zm256-256h256.064V192H384z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const d = { render: l };
18
+ export {
19
+ d as default,
20
+ l as render
21
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 1024 1024"
5
+ };
6
+ function l(s, e) {
7
+ return t(), o("svg", n, [...e[0] || (e[0] = [
8
+ r(
9
+ "path",
10
+ { d: "M608 704v160a96 96 0 0 1-192 0V704h-96a128 128 0 0 1-128-128h640a128 128 0 0 1-128 128zM192 512V128.064h640V512z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const d = { render: l };
18
+ export {
19
+ d as default,
20
+ l as render
21
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 1024 1024"
5
+ };
6
+ function a(c, e) {
7
+ return t(), o("svg", n, [...e[0] || (e[0] = [
8
+ r(
9
+ "path",
10
+ { d: "M896 448H128v192a64 64 0 0 0 64 64h192v192h256V704h192a64 64 0 0 0 64-64zm-770.752-64c0-47.552 5.248-90.24 15.552-128 14.72-54.016 42.496-107.392 83.2-160h417.28l-15.36 70.336L736 96h211.2c-24.832 42.88-41.92 96.256-51.2 160a664 664 0 0 0-6.144 128H960v256a128 128 0 0 1-128 128H704v160a32 32 0 0 1-32 32H352a32 32 0 0 1-32-32V768H192A128 128 0 0 1 64 640V384zm64 0h636.544c-2.048-45.824.256-91.584 6.848-137.216 4.48-30.848 10.688-59.776 18.688-86.784h-96.64l-221.12 141.248L561.92 160H256.512c-25.856 37.888-43.776 75.456-53.952 112.832-8.768 32.064-13.248 69.12-13.312 111.168" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const l = { render: a };
18
+ export {
19
+ l as default,
20
+ a as render
21
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as a, createElementVNode as o } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 1024 1024"
5
+ };
6
+ function n(l, e) {
7
+ return t(), a("svg", r, [...e[0] || (e[0] = [
8
+ o(
9
+ "path",
10
+ { d: "M160 224a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h704a64 64 0 0 0 64-64V288a64 64 0 0 0-64-64H748.416l-46.464-92.672A64 64 0 0 0 644.736 96H379.328a64 64 0 0 0-57.216 35.392L275.776 224zm352 435.2a115.2 115.2 0 1 0 0-230.4 115.2 115.2 0 0 0 0 230.4m0 140.8a256 256 0 1 1 0-512 256 256 0 0 1 0 512" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const c = { render: n };
18
+ export {
19
+ c as default,
20
+ n as render
21
+ };
@@ -0,0 +1,28 @@
1
+ import { openBlock as o, createElementBlock as n, createElementVNode as t } from "vue";
2
+ const l = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 32 32"
5
+ };
6
+ function r(c, e) {
7
+ return o(), n("svg", l, [...e[0] || (e[0] = [
8
+ t(
9
+ "path",
10
+ { d: "M16 2 4 16l12 14 2-2L8 16 18 4Z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ ),
15
+ t(
16
+ "path",
17
+ { d: "M26 2 14 16l12 14 2-2-10-12L28 4Z" },
18
+ null,
19
+ -1
20
+ /* CACHED */
21
+ )
22
+ ])]);
23
+ }
24
+ const s = { render: r };
25
+ export {
26
+ s as default,
27
+ r as render
28
+ };
@@ -0,0 +1,28 @@
1
+ import { openBlock as o, createElementBlock as n, createElementVNode as t } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 32 32"
5
+ };
6
+ function l(c, e) {
7
+ return o(), n("svg", r, [...e[0] || (e[0] = [
8
+ t(
9
+ "path",
10
+ { d: "m16 2 12 14-12 14-2-2 10-12L14 4Z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ ),
15
+ t(
16
+ "path",
17
+ { d: "m6 2 12 14L6 30l-2-2 10-12L4 4Z" },
18
+ null,
19
+ -1
20
+ /* CACHED */
21
+ )
22
+ ])]);
23
+ }
24
+ const m = { render: l };
25
+ export {
26
+ m as default,
27
+ l as render
28
+ };
@@ -0,0 +1,28 @@
1
+ import { openBlock as o, createElementBlock as n, createElementVNode as t } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 32 32"
5
+ };
6
+ function l(c, e) {
7
+ return o(), n("svg", r, [...e[0] || (e[0] = [
8
+ t(
9
+ "path",
10
+ { d: "M2 18 16 6l14 12-2 2-12-10L4 20Z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ ),
15
+ t(
16
+ "path",
17
+ { d: "m2 28 14-12 14 12-2 2-12-10L4 30Z" },
18
+ null,
19
+ -1
20
+ /* CACHED */
21
+ )
22
+ ])]);
23
+ }
24
+ const p = { render: l };
25
+ export {
26
+ p as default,
27
+ l as render
28
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as n } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 32 32"
5
+ };
6
+ function l(c, e) {
7
+ return t(), o("svg", r, [...e[0] || (e[0] = [
8
+ n(
9
+ "path",
10
+ { d: "M20 2 8 16l12 14 2-2-10-12L22 4Z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const d = { render: l };
18
+ export {
19
+ d as default,
20
+ l as render
21
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as n } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 32 32"
5
+ };
6
+ function l(c, e) {
7
+ return t(), o("svg", r, [...e[0] || (e[0] = [
8
+ n(
9
+ "path",
10
+ { d: "m12 2 12 14-12 14-2-2 10-12L10 4Z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const d = { render: l };
18
+ export {
19
+ d as default,
20
+ l as render
21
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as n } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 32 32"
5
+ };
6
+ function l(c, e) {
7
+ return t(), o("svg", r, [...e[0] || (e[0] = [
8
+ n(
9
+ "path",
10
+ { d: "M2 20 16 8l14 12-2 2-12-10L4 22Z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const d = { render: l };
18
+ export {
19
+ d as default,
20
+ l as render
21
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as n, createElementVNode as o } from "vue";
2
+ const c = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 1024 1024"
5
+ };
6
+ function l(r, e) {
7
+ return t(), n("svg", c, [...e[0] || (e[0] = [
8
+ o(
9
+ "path",
10
+ { d: "M349.952 716.992 478.72 588.16a106.7 106.7 0 0 1-26.176-19.072 106.7 106.7 0 0 1-19.072-26.176L304.704 671.744c.768 3.072 1.472 6.144 2.048 9.216l2.048 31.936 31.872 1.984c3.136.64 6.208 1.28 9.28 2.112m57.344 33.152a128 128 0 1 1-216.32 114.432l-1.92-32-32-1.92a128 128 0 1 1 114.432-216.32L416.64 469.248c-2.432-101.44 58.112-239.104 149.056-330.048 107.328-107.328 231.296-85.504 316.8 0 85.44 85.44 107.328 209.408 0 316.8-91.008 90.88-228.672 151.424-330.112 149.056L407.296 750.08zm90.496-226.304c49.536 49.536 233.344-7.04 339.392-113.088 78.208-78.208 63.232-163.072 0-226.304-63.168-63.232-148.032-78.208-226.24 0C504.896 290.496 448.32 474.368 497.792 523.84M244.864 708.928a64 64 0 1 0-59.84 59.84l56.32-3.52zm8.064 127.68a64 64 0 1 0 59.84-59.84l-56.32 3.52z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const m = { render: l };
18
+ export {
19
+ m as default,
20
+ l as render
21
+ };
@@ -0,0 +1,25 @@
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as r } from "vue";
2
+ const l = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 32 32"
5
+ };
6
+ function n(d, e) {
7
+ return o(), t("svg", l, [...e[0] || (e[0] = [
8
+ r(
9
+ "path",
10
+ {
11
+ "fill-rule": "evenodd",
12
+ d: "M11 3h10v3h4v23H7V6h4Zm2 2v4h6V5ZM9 8v19h14V8h-2v3H11V8Zm5 13.5-3.2-3.1-1.5 1.5 4.8 4.7 8.7-9.4-1.5-1.4Z",
13
+ "clip-rule": "evenodd"
14
+ },
15
+ null,
16
+ -1
17
+ /* CACHED */
18
+ )
19
+ ])]);
20
+ }
21
+ const c = { render: n };
22
+ export {
23
+ c as default,
24
+ n as render
25
+ };
@@ -0,0 +1,25 @@
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as r } from "vue";
2
+ const l = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 32 32"
5
+ };
6
+ function n(d, e) {
7
+ return o(), t("svg", l, [...e[0] || (e[0] = [
8
+ r(
9
+ "path",
10
+ {
11
+ "fill-rule": "evenodd",
12
+ d: "M11 3h10v3h4v23H7V6h4Zm2 2v4h6V5ZM9 8v19h14V8h-2v3H11V8Z",
13
+ "clip-rule": "evenodd"
14
+ },
15
+ null,
16
+ -1
17
+ /* CACHED */
18
+ )
19
+ ])]);
20
+ }
21
+ const c = { render: n };
22
+ export {
23
+ c as default,
24
+ n as render
25
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as n } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 1024 1024"
5
+ };
6
+ function l(a, e) {
7
+ return t(), o("svg", r, [...e[0] || (e[0] = [
8
+ n(
9
+ "path",
10
+ { d: "M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const c = { render: l };
18
+ export {
19
+ c as default,
20
+ l as render
21
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as a, createElementVNode as l } from "vue";
2
+ const o = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 1024 1024"
5
+ };
6
+ function n(r, e) {
7
+ return t(), a("svg", o, [...e[0] || (e[0] = [
8
+ l(
9
+ "path",
10
+ { d: "M768 64a192 192 0 1 1-69.952 370.88L480 725.376V896h96a32 32 0 1 1 0 64H320a32 32 0 1 1 0-64h96V725.376L76.8 273.536a64 64 0 0 1-12.8-38.4v-10.688a32 32 0 0 1 32-32h71.808l-65.536-83.84a32 32 0 0 1 50.432-39.424l96.256 123.264h337.728A192.06 192.06 0 0 1 768 64M656.896 192.448H800a32 32 0 0 1 32 32v10.624a64 64 0 0 1-12.8 38.4l-80.448 107.2a128 128 0 1 0-81.92-188.16v-.064zm-357.888 64 129.472 165.76a32 32 0 0 1-50.432 39.36l-160.256-205.12H144l304 404.928 304-404.928z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const d = { render: n };
18
+ export {
19
+ d as default,
20
+ n as render
21
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as n } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 1024 1024"
5
+ };
6
+ function l(m, e) {
7
+ return t(), o("svg", r, [...e[0] || (e[0] = [
8
+ n(
9
+ "path",
10
+ { d: "M736 504a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112M128 128v640h192v160l224-160h352V128z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const c = { render: l };
18
+ export {
19
+ c as default,
20
+ l as render
21
+ };
@@ -0,0 +1,25 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as c } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 32 32"
5
+ };
6
+ function r(s, e) {
7
+ return t(), o("svg", n, [...e[0] || (e[0] = [
8
+ c(
9
+ "path",
10
+ {
11
+ "fill-rule": "evenodd",
12
+ d: "M16 3C9.4 3 5 5.2 5 8v16c0 2.8 4.4 5 11 5s11-2.2 11-5V8c0-2.8-4.4-5-11-5m0 2c5.7 0 9 1.8 9 3s-3.3 3-9 3-9-1.8-9-3 3.3-3 9-3m-9 6.1V16c0 1.2 3.3 3 9 3s9-1.8 9-3v-4.9c-2 1.3-5.2 1.9-9 1.9s-7-.6-9-1.9m0 8V24c0 1.2 3.3 3 9 3s9-1.8 9-3v-4.9c-2 1.3-5.2 1.9-9 1.9s-7-.6-9-1.9",
13
+ "clip-rule": "evenodd"
14
+ },
15
+ null,
16
+ -1
17
+ /* CACHED */
18
+ )
19
+ ])]);
20
+ }
21
+ const d = { render: r };
22
+ export {
23
+ d as default,
24
+ r as render
25
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as n, createElementVNode as o } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 32 32"
5
+ };
6
+ function s(c, e) {
7
+ return t(), n("svg", r, [...e[0] || (e[0] = [
8
+ o(
9
+ "path",
10
+ { d: "M12 8c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M24 8c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M12 16c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M24 16c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M12 24c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M24 24c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const d = { render: s };
18
+ export {
19
+ d as default,
20
+ s as render
21
+ };
@@ -0,0 +1,28 @@
1
+ import { openBlock as n, createElementBlock as o, createElementVNode as t } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 32 32"
5
+ };
6
+ function l(h, e) {
7
+ return n(), o("svg", r, [...e[0] || (e[0] = [
8
+ t(
9
+ "path",
10
+ { d: "M5 5h11v3H8v16h16v-8h3v11H5Z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ ),
15
+ t(
16
+ "path",
17
+ { d: "M19 5h8v8h-3v-2.9L13.6 20.4l-2-2L22 8h-3Z" },
18
+ null,
19
+ -1
20
+ /* CACHED */
21
+ )
22
+ ])]);
23
+ }
24
+ const d = { render: l };
25
+ export {
26
+ d as default,
27
+ l as render
28
+ };
@@ -0,0 +1,28 @@
1
+ import { openBlock as l, createElementBlock as n, createElementVNode as t } from "vue";
2
+ const o = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 32 32"
5
+ };
6
+ function r(d, e) {
7
+ return l(), n("svg", o, [...e[0] || (e[0] = [
8
+ t(
9
+ "path",
10
+ { d: "m5.8 3.7 22.5 22.5-2.1 2.1L3.7 5.8Z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ ),
15
+ t(
16
+ "path",
17
+ { d: "m10.3 9 6.5 6.5.2.2v2.6l4 3.6v-5.3L27 9ZM5 9l8 10.1V25l3-2.2v-3L5.2 9Z" },
18
+ null,
19
+ -1
20
+ /* CACHED */
21
+ )
22
+ ])]);
23
+ }
24
+ const s = { render: r };
25
+ export {
26
+ s as default,
27
+ r as render
28
+ };
@@ -0,0 +1,44 @@
1
+ import { openBlock as t, createElementBlock as l, createElementVNode as e } from "vue";
2
+ const o = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 32 32"
5
+ };
6
+ function c(r, n) {
7
+ return t(), l("svg", o, [...n[0] || (n[0] = [
8
+ e(
9
+ "path",
10
+ {
11
+ fill: "none",
12
+ d: "M7 14c0-5 4-9 9-9s9 4 9 9"
13
+ },
14
+ null,
15
+ -1
16
+ /* CACHED */
17
+ ),
18
+ e(
19
+ "path",
20
+ {
21
+ fill: "none",
22
+ d: "M10 14c0-3.3 2.7-6 6-6s6 2.7 6 6c0 6-4 6-4 12"
23
+ },
24
+ null,
25
+ -1
26
+ /* CACHED */
27
+ ),
28
+ e(
29
+ "path",
30
+ {
31
+ fill: "none",
32
+ d: "M13 14c0-1.7 1.3-3 3-3s3 1.3 3 3c0 4-3 4-3 12M7 19c1.2 2.8 3.4 4.8 6 6M10 16c.1 3.7 1.9 6.6 5 10M22 24c1.8-2.2 3-5 3-9"
33
+ },
34
+ null,
35
+ -1
36
+ /* CACHED */
37
+ )
38
+ ])]);
39
+ }
40
+ const i = { render: c };
41
+ export {
42
+ i as default,
43
+ c as render
44
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ viewBox: "0 0 1024 1024"
5
+ };
6
+ function l(a, e) {
7
+ return t(), o("svg", n, [...e[0] || (e[0] = [
8
+ r(
9
+ "path",
10
+ { d: "M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m256 416h320v64H352z" },
11
+ null,
12
+ -1
13
+ /* CACHED */
14
+ )
15
+ ])]);
16
+ }
17
+ const d = { render: l };
18
+ export {
19
+ d as default,
20
+ l as render
21
+ };