@vue-pdf-viewer/viewer 1.9.0-beta.2 → 1.9.0-beta.3

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 (133) hide show
  1. package/dist/arrow-up-CPZlMhbK.js +20 -0
  2. package/dist/check-BkaH7nrH.js +21 -0
  3. package/dist/chevron-down-BSFTOkiu.js +21 -0
  4. package/dist/clear-CasZmBPr.js +31 -0
  5. package/dist/close-BgsD04zx.js +21 -0
  6. package/dist/download-DCHGUHXx.js +21 -0
  7. package/dist/drag-icon-DrZ8KB-6.js +18 -0
  8. package/dist/drag-icon-dark-DeSCzOds.js +17 -0
  9. package/dist/ellipsis-vertical-Cjbi7utY.js +21 -0
  10. package/dist/file-BD05gONj.js +21 -0
  11. package/dist/first-page-CRwMJORv.js +20 -0
  12. package/dist/fullscreen-BmHQQPIs.js +21 -0
  13. package/dist/hand-B1v6mSWQ.js +21 -0
  14. package/dist/index.js +4173 -4173
  15. package/dist/index.umd.cjs +15 -15
  16. package/dist/info-DXpOTVKn.js +21 -0
  17. package/dist/last-page-Dp9anrA0.js +20 -0
  18. package/dist/magnifier-Dep29X1B.js +21 -0
  19. package/dist/moon-Dw-MII-V.js +21 -0
  20. package/dist/page-view-dual-DCLg-YkG.js +21 -0
  21. package/dist/page-view-single-CWOhdavX.js +21 -0
  22. package/dist/pointer-jfdFDx4z.js +21 -0
  23. package/dist/printer-B8qbXO9F.js +21 -0
  24. package/dist/rotate-counter-clockwise-DFl9ijSR.js +21 -0
  25. package/dist/scrolling-horizontal-JO2P2O-8.js +23 -0
  26. package/dist/scrolling-page-y5Rrmrnm.js +23 -0
  27. package/dist/scrolling-vertical-D9MCCss9.js +23 -0
  28. package/dist/scrolling-wrapped-CYbEHLH6.js +23 -0
  29. package/dist/sun-BhyBd5LA.js +21 -0
  30. package/dist/thumbnail-BMmN_jSl.js +21 -0
  31. package/dist/types/components/AppButton.vue.d.ts +3 -3
  32. package/dist/types/components/AppFormControl.vue.d.ts +3 -3
  33. package/dist/types/components/AppIcon.vue.d.ts +3 -3
  34. package/dist/types/components/AppInput.vue.d.ts +1 -1
  35. package/dist/types/components/AppLoader.vue.d.ts +3 -3
  36. package/dist/types/components/AppTooltip.vue.d.ts +4 -6
  37. package/dist/types/components/DragFileMask.vue.d.ts +8 -12
  38. package/dist/types/components/LayerAnnotation.vue.d.ts +4 -4
  39. package/dist/types/components/LayerCanvas.vue.d.ts +3 -3
  40. package/dist/types/components/LayerText.vue.d.ts +4 -4
  41. package/dist/types/components/LayerTextSearchHighlight.vue.d.ts +1 -1
  42. package/dist/types/components/LayerXFA.vue.d.ts +4 -4
  43. package/dist/types/components/ModalPassword.vue.d.ts +3 -3
  44. package/dist/types/components/ModalPdfProperties.vue.d.ts +3 -3
  45. package/dist/types/components/ModalPrintLoadingProgress.vue.d.ts +3 -3
  46. package/dist/types/components/SwitchAppearance.vue.d.ts +3 -3
  47. package/dist/types/components/ToolDownload.vue.d.ts +3 -3
  48. package/dist/types/components/ToolFullscreen.vue.d.ts +3 -3
  49. package/dist/types/components/ToolMenuOthers.vue.d.ts +9 -20
  50. package/dist/types/components/ToolMenuOthersMobile.vue.d.ts +2 -2
  51. package/dist/types/components/ToolOpenFile.vue.d.ts +3 -3
  52. package/dist/types/components/ToolOpenFileInput.vue.d.ts +2 -2
  53. package/dist/types/components/ToolPagination.vue.d.ts +9 -16
  54. package/dist/types/components/ToolPrint.vue.d.ts +3 -3
  55. package/dist/types/components/ToolSearch.vue.d.ts +8 -14
  56. package/dist/types/components/ToolThumbnail.vue.d.ts +8 -10
  57. package/dist/types/components/ToolZoom.vue.d.ts +9 -15
  58. package/dist/types/components/ToolZoomPercentageMenu.vue.d.ts +4 -4
  59. package/dist/types/components/VPdfPage.vue.d.ts +1 -65
  60. package/dist/types/components/VPdfSplitter.vue.d.ts +1 -1
  61. package/dist/types/components/VPdfThumbnail.vue.d.ts +3 -3
  62. package/dist/types/components/VPdfThumbnails.vue.d.ts +4 -4
  63. package/dist/types/components/VPdfViewer.vue.d.ts +15 -85
  64. package/dist/types/components/ui/button/Button.vue.d.ts +6 -8
  65. package/dist/types/components/ui/checkbox/Checkbox.vue.d.ts +4 -6
  66. package/dist/types/components/ui/dialog/Dialog.vue.d.ts +3 -3
  67. package/dist/types/components/ui/dialog/DialogClose.vue.d.ts +3 -3
  68. package/dist/types/components/ui/dialog/DialogContent.vue.d.ts +4 -6
  69. package/dist/types/components/ui/dialog/DialogDescription.vue.d.ts +4 -6
  70. package/dist/types/components/ui/dialog/DialogFooter.vue.d.ts +4 -6
  71. package/dist/types/components/ui/dialog/DialogHeader.vue.d.ts +4 -6
  72. package/dist/types/components/ui/dialog/DialogTitle.vue.d.ts +4 -6
  73. package/dist/types/components/ui/dialog/DialogTrigger.vue.d.ts +3 -3
  74. package/dist/types/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +3 -3
  75. package/dist/types/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +4 -6
  76. package/dist/types/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +6 -10
  77. package/dist/types/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +3 -3
  78. package/dist/types/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +4 -7
  79. package/dist/types/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +4 -7
  80. package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +3 -3
  81. package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +4 -6
  82. package/dist/types/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +3 -3
  83. package/dist/types/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +4 -6
  84. package/dist/types/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +3 -3
  85. package/dist/types/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +4 -6
  86. package/dist/types/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +4 -6
  87. package/dist/types/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +3 -3
  88. package/dist/types/components/ui/input/Input.vue.d.ts +3 -3
  89. package/dist/types/components/ui/popover/Popover.vue.d.ts +3 -3
  90. package/dist/types/components/ui/popover/PopoverContent.vue.d.ts +6 -12
  91. package/dist/types/components/ui/popover/PopoverTrigger.vue.d.ts +3 -3
  92. package/dist/types/components/ui/progress/Progress.vue.d.ts +4 -4
  93. package/dist/types/components/ui/tooltip/Tooltip.vue.d.ts +3 -3
  94. package/dist/types/components/ui/tooltip/TooltipContent.vue.d.ts +6 -10
  95. package/dist/types/components/ui/tooltip/TooltipProvider.vue.d.ts +3 -3
  96. package/dist/types/components/ui/tooltip/TooltipTrigger.vue.d.ts +3 -3
  97. package/dist/types/composables/usePdf.d.ts +3 -3
  98. package/dist/types/composables/usePdfPagesSizes.d.ts +2 -2
  99. package/dist/types/composables/useSearch.d.ts +1 -1
  100. package/dist/types/const.d.ts +8 -26
  101. package/dist/zoom-in-qogh-J7e.js +21 -0
  102. package/dist/zoom-out-BFzERV6_.js +21 -0
  103. package/package.json +1 -1
  104. package/dist/arrow-up-CZcWar0V.js +0 -20
  105. package/dist/check-BDQ_1xOK.js +0 -21
  106. package/dist/chevron-down-BGvKkqoz.js +0 -21
  107. package/dist/clear-BdBsR989.js +0 -31
  108. package/dist/close-NzOObvir.js +0 -21
  109. package/dist/download-DwxdC2cz.js +0 -21
  110. package/dist/drag-icon-CJSwJaYj.js +0 -18
  111. package/dist/drag-icon-dark-DslxK0op.js +0 -17
  112. package/dist/ellipsis-vertical-DU4RrfN8.js +0 -21
  113. package/dist/file-CKOtlAnB.js +0 -21
  114. package/dist/first-page-D2sUix1F.js +0 -20
  115. package/dist/fullscreen-CDD3D91y.js +0 -21
  116. package/dist/hand-BdufQ7PJ.js +0 -21
  117. package/dist/info-CqXPnBJe.js +0 -21
  118. package/dist/last-page-BlLcdVDC.js +0 -20
  119. package/dist/magnifier-D5effak1.js +0 -21
  120. package/dist/moon-jjKfhCeP.js +0 -21
  121. package/dist/page-view-dual-DzyLa1r0.js +0 -21
  122. package/dist/page-view-single-CAQXbP-i.js +0 -21
  123. package/dist/pointer-CosfQ2Bj.js +0 -21
  124. package/dist/printer-CZndb-XY.js +0 -21
  125. package/dist/rotate-counter-clockwise-BnC8SAwc.js +0 -21
  126. package/dist/scrolling-horizontal-D1qDwmpQ.js +0 -23
  127. package/dist/scrolling-page-lV73lZIc.js +0 -23
  128. package/dist/scrolling-vertical-DzrChdnV.js +0 -23
  129. package/dist/scrolling-wrapped-CvhUpxbI.js +0 -23
  130. package/dist/sun-f_yo-49i.js +0 -21
  131. package/dist/thumbnail-BrLTlvMi.js +0 -21
  132. package/dist/zoom-in-MHWLskY5.js +0 -21
  133. package/dist/zoom-out-BOe91xpp.js +0 -21
@@ -0,0 +1,17 @@
1
+ import { openBlock as t, createElementBlock as r, createStaticVNode as a } from "vue";
2
+ const i = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "80",
5
+ height: "80",
6
+ fill: "none"
7
+ };
8
+ function o(l, e) {
9
+ return t(), r("svg", i, e[0] || (e[0] = [
10
+ a('<g clip-path="url(#a)"><g filter="url(#b)"><path fill="#503BCF" d="M17.582 16.624a4.864 4.864 0 0 1 4.864-4.864h19.29c2.776 0 5.437 1.107 7.394 3.076L59.388 25.16a10.42 10.42 0 0 1 3.03 7.347V66.05a4.864 4.864 0 0 1-4.864 4.864H22.446a4.864 4.864 0 0 1-4.864-4.864z"></path></g><g filter="url(#c)"><path fill="#946EFF" fill-opacity=".1" d="M16.644 15.216a4.864 4.864 0 0 1 4.863-4.864h20.49c2.773 0 5.43 1.104 7.386 3.068L60.32 24.403a10.42 10.42 0 0 1 3.037 7.354V66.99a4.864 4.864 0 0 1-4.864 4.864H21.507a4.864 4.864 0 0 1-4.863-4.864z"></path></g><path fill="url(#d)" d="M15 12.164A4.864 4.864 0 0 1 19.864 7.3h22.583c2.77 0 5.424 1.102 7.38 3.063l12.13 12.162A10.42 10.42 0 0 1 65 29.885v38.279a4.864 4.864 0 0 1-4.864 4.864H19.864A4.864 4.864 0 0 1 15 68.164z"></path><g filter="url(#e)"><path fill="url(#f)" d="M15 12.164A4.864 4.864 0 0 1 19.864 7.3h22.583c2.77 0 5.424 1.102 7.38 3.063l12.13 12.162A10.42 10.42 0 0 1 65 29.885v38.279a4.864 4.864 0 0 1-4.864 4.864H19.864A4.864 4.864 0 0 1 15 68.164z"></path></g><mask id="h" width="50" height="67" x="15" y="7" maskUnits="userSpaceOnUse" style="mask-type:alpha;"><path fill="url(#g)" d="M15 12.164A4.864 4.864 0 0 1 19.864 7.3h22.583c2.77 0 5.424 1.102 7.38 3.063l12.13 12.162A10.42 10.42 0 0 1 65 29.885v38.279a4.864 4.864 0 0 1-4.864 4.864H19.864A4.864 4.864 0 0 1 15 68.164z"></path></mask><g mask="url(#h)"><g filter="url(#i)"><path fill="#120D39" d="M46.689 25.576 50.033 8.39l14.214 13.75z"></path></g><path fill="#35364E" d="M46.606 20.511V6.361l19.197 19.014H51.469a4.864 4.864 0 0 1-4.864-4.864"></path></g><path stroke="#35364E" d="M19.864 6.8a5.364 5.364 0 0 0-5.364 5.364v56a5.364 5.364 0 0 0 5.364 5.364h40.272a5.364 5.364 0 0 0 5.364-5.364V29.885c0-2.891-1.147-5.665-3.189-7.713L50.181 10.01A10.92 10.92 0 0 0 42.447 6.8z"></path><g filter="url(#j)"><rect width="26.67" height="14.945" x="11.665" y="44.652" fill="url(#k)" rx="2.266"></rect><rect width="26.103" height="14.379" x="11.948" y="44.936" stroke="#8875FD" stroke-width=".567" rx="1.983"></rect><path fill="#fff" d="M17.413 53.16v2.436h-1.748v-6.942h2.829q1.29 0 1.962.614c.227.214.405.473.521.758s.168.591.153.897c.008.404-.096.803-.302 1.155a2.04 2.04 0 0 1-.894.796c-.45.205-.943.304-1.44.289zm1.94-2.237q0-.924-1.051-.923h-.889v1.807h.889q1.05.01 1.051-.884M28.174 53.922a3.14 3.14 0 0 1-1.308 1.233 4.3 4.3 0 0 1-2.005.441h-2.728v-6.942h2.728a4.4 4.4 0 0 1 2.012.431c.55.274 1.002.699 1.301 1.22.299.56.454 1.18.454 1.808 0 .63-.155 1.25-.454 1.81m-1.88-.348c.366-.407.567-.926.567-1.463s-.201-1.056-.567-1.463a2.26 2.26 0 0 0-1.587-.521h-.829v3.966h.84a2.26 2.26 0 0 0 1.576-.52M34.334 48.654v1.336h-2.96v1.522h2.288v1.277h-2.288v2.807h-1.746v-6.942z"></path></g></g><defs><filter id="b" width="58.733" height="73.052" x="10.634" y="4.812" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feGaussianBlur result="effect1_foregroundBlur_2348_5581" stdDeviation="3.474"></feGaussianBlur></filter><filter id="c" width="86.714" height="101.502" x="-3.356" y="-9.648" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feGaussianBlur result="effect1_foregroundBlur_2348_5581" stdDeviation="10"></feGaussianBlur></filter><filter id="e" width="50" height="66.728" x="15" y="6.3" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-1"></feOffset><feGaussianBlur stdDeviation="1.5"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_2348_5581"></feBlend></filter><filter id="i" width="45.352" height="44.98" x="32.792" y="-5.507" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feGaussianBlur result="effect1_foregroundBlur_2348_5581" stdDeviation="6.948"></feGaussianBlur></filter><filter id="j" width="26.67" height="16.078" x="11.665" y="43.519" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feMorphology in="SourceAlpha" radius="2.266" result="effect1_innerShadow_2348_5581"></feMorphology><feOffset></feOffset><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.999365 0 0 0 0 0.999365 0 0 0 0 0.999365 0 0 0 0.2 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_2348_5581"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-1.133"></feOffset><feGaussianBlur stdDeviation="2.266"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.384314 0 0 0 0 0.305882 0 0 0 0 0.843137 0 0 0 1 0"></feColorMatrix><feBlend in2="effect1_innerShadow_2348_5581" result="effect2_innerShadow_2348_5581"></feBlend></filter><radialGradient id="d" cx="0" cy="0" r="1" gradientTransform="rotate(126.772 29.98 19.956)scale(80.171 61.1047)" gradientUnits="userSpaceOnUse"><stop stop-color="#EFEFEF"></stop><stop offset="1" stop-color="#FDFDFD"></stop></radialGradient><radialGradient id="f" cx="0" cy="0" r="1" gradientTransform="matrix(35.91552 -46.94838 35.78804 27.37786 12.418 77.018)" gradientUnits="userSpaceOnUse"><stop stop-color="#35364E"></stop><stop offset="1" stop-color="#282B37"></stop></radialGradient><radialGradient id="g" cx="0" cy="0" r="1" gradientTransform="rotate(126.772 29.98 19.956)scale(80.171 61.1047)" gradientUnits="userSpaceOnUse"><stop stop-color="#EFEFEF"></stop><stop offset="1" stop-color="#FDFDFD"></stop></radialGradient><linearGradient id="k" x1="25.178" x2="25.178" y1="44.652" y2="59.597" gradientUnits="userSpaceOnUse"><stop stop-color="#7862FF"></stop><stop offset="1" stop-color="#624ED7"></stop></linearGradient><clipPath id="a"><path fill="#fff" d="M0 0h80v80H0z"></path></clipPath></defs>', 2)
11
+ ]));
12
+ }
13
+ const f = { render: o };
14
+ export {
15
+ f as default,
16
+ o as render
17
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as l, createElementVNode as o } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "1em",
5
+ height: "1em",
6
+ fill: "none",
7
+ viewBox: "0 0 20 20"
8
+ };
9
+ function n(i, e) {
10
+ return t(), l("svg", r, e[0] || (e[0] = [
11
+ o("path", {
12
+ fill: "currentColor",
13
+ d: "M10.938 10a.937.937 0 1 1-1.875 0 .937.937 0 0 1 1.874 0M10 5.625a.937.937 0 1 0 0-1.874.937.937 0 0 0 0 1.874m0 8.75a.938.938 0 1 0 0 1.875.938.938 0 0 0 0-1.875"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const a = { render: n };
18
+ export {
19
+ a as default,
20
+ n as render
21
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as a } from "vue";
2
+ const l = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "1em",
5
+ height: "1em",
6
+ fill: "none",
7
+ viewBox: "0 0 20 20"
8
+ };
9
+ function n(r, e) {
10
+ return t(), o("svg", l, e[0] || (e[0] = [
11
+ a("path", {
12
+ fill: "currentColor",
13
+ d: "m16.692 6.433-4.375-4.375a.63.63 0 0 0-.442-.183h-7.5a1.25 1.25 0 0 0-1.25 1.25v13.75a1.25 1.25 0 0 0 1.25 1.25h11.25a1.25 1.25 0 0 0 1.25-1.25v-10a.62.62 0 0 0-.183-.442M12.5 4.009l2.241 2.241H12.5zm3.125 12.866H4.375V3.125h6.875v3.75a.625.625 0 0 0 .625.625h3.75zm-3.125-5a.624.624 0 0 1-.625.625h-1.25v1.25a.624.624 0 1 1-1.25 0V12.5h-1.25a.625.625 0 1 1 0-1.25h1.25V10a.625.625 0 0 1 1.25 0v1.25h1.25a.624.624 0 0 1 .625.625"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const m = { render: n };
18
+ export {
19
+ m as default,
20
+ n as render
21
+ };
@@ -0,0 +1,20 @@
1
+ import { openBlock as t, createElementBlock as r, createElementVNode as n } from "vue";
2
+ const o = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "16",
5
+ height: "16",
6
+ fill: "none"
7
+ };
8
+ function l(a, e) {
9
+ return t(), r("svg", o, e[0] || (e[0] = [
10
+ n("path", {
11
+ fill: "currentColor",
12
+ d: "M12.854 8.646a.5.5 0 0 1-.708.708L8.5 5.707V14a.5.5 0 0 1-1 0V5.707L3.854 9.354a.5.5 0 1 1-.708-.708l4.5-4.5a.5.5 0 0 1 .708 0zM13.5 2h-11a.5.5 0 1 0 0 1h11a.5.5 0 0 0 0-1"
13
+ }, null, -1)
14
+ ]));
15
+ }
16
+ const s = { render: l };
17
+ export {
18
+ s as default,
19
+ l as render
20
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as a, createElementBlock as l, createElementVNode as t } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "1em",
5
+ height: "1em",
6
+ fill: "none",
7
+ viewBox: "0 0 20 20"
8
+ };
9
+ function o(r, e) {
10
+ return a(), l("svg", n, e[0] || (e[0] = [
11
+ t("path", {
12
+ fill: "currentColor",
13
+ d: "M16.875 3.75V7.5a.625.625 0 1 1-1.25 0V5.259l-3.308 3.308a.625.625 0 0 1-.884-.884l3.308-3.308H12.5a.625.625 0 1 1 0-1.25h3.75a.625.625 0 0 1 .625.625m-9.192 7.683L4.375 14.74V12.5a.625.625 0 1 0-1.25 0v3.75a.625.625 0 0 0 .625.625H7.5a.625.625 0 1 0 0-1.25H5.259l3.308-3.308a.625.625 0 0 0-.884-.884m8.567.442a.624.624 0 0 0-.625.625v2.241l-3.308-3.308a.625.625 0 0 0-.884.884l3.308 3.308H12.5a.624.624 0 1 0 0 1.25h3.75a.624.624 0 0 0 .625-.625V12.5a.624.624 0 0 0-.625-.625m-10.991-7.5H7.5a.625.625 0 0 0 0-1.25H3.75a.625.625 0 0 0-.625.625V7.5a.625.625 0 0 0 1.25 0V5.259l3.308 3.308a.625.625 0 0 0 .884-.884z"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const c = { render: o };
18
+ export {
19
+ c as default,
20
+ o as render
21
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as n, createElementVNode as o } from "vue";
2
+ const l = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "1em",
5
+ height: "1em",
6
+ fill: "none",
7
+ viewBox: "0 0 16 16"
8
+ };
9
+ function r(a, e) {
10
+ return t(), n("svg", l, e[0] || (e[0] = [
11
+ o("path", {
12
+ fill: "currentColor",
13
+ d: "M11.75 3c-.26 0-.516.058-.75.17v-.42a1.75 1.75 0 0 0-3.416-.537A1.75 1.75 0 0 0 5 3.75v4l-.239-.383a1.75 1.75 0 0 0-3.037 1.739c1 2.11 1.808 3.607 2.732 4.543C5.39 14.596 6.45 15 8 15a5.506 5.506 0 0 0 5.5-5.5V4.75A1.75 1.75 0 0 0 11.75 3m.75 6.5A4.505 4.505 0 0 1 8 14c-1.274 0-2.094-.305-2.833-1.053-.827-.838-1.588-2.26-2.548-4.286L2.6 8.625a.75.75 0 1 1 1.308-.736l1.167 1.875A.5.5 0 0 0 6 9.5V3.75a.75.75 0 0 1 1.5 0V7.5a.5.5 0 0 0 1 0V2.75a.75.75 0 0 1 1.5 0V7.5a.5.5 0 0 0 1 0V4.75a.75.75 0 1 1 1.5 0z"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const d = { render: r };
18
+ export {
19
+ d as default,
20
+ r as render
21
+ };