@vue-pdf-viewer/viewer 0.0.0-beta.1
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.
- package/README.md +40 -0
- package/dist/arrow-up-CZcWar0V.mjs +20 -0
- package/dist/check-BDQ_1xOK.mjs +21 -0
- package/dist/chevron-down-BGvKkqoz.mjs +21 -0
- package/dist/clear-BdBsR989.mjs +31 -0
- package/dist/close-CbywujCY.mjs +20 -0
- package/dist/download-DwxdC2cz.mjs +21 -0
- package/dist/drag-icon-CJSwJaYj.mjs +18 -0
- package/dist/drag-icon-dark-DslxK0op.mjs +17 -0
- package/dist/ellipsis-vertical-DU4RrfN8.mjs +21 -0
- package/dist/first-page-D2sUix1F.mjs +20 -0
- package/dist/fullscreen-CDD3D91y.mjs +21 -0
- package/dist/hand-BdufQ7PJ.mjs +21 -0
- package/dist/index.mjs +28666 -0
- package/dist/index.umd.js +54 -0
- package/dist/info-CnzWbChw.mjs +20 -0
- package/dist/last-page-BlLcdVDC.mjs +20 -0
- package/dist/magnifier-D5effak1.mjs +21 -0
- package/dist/moon-jjKfhCeP.mjs +21 -0
- package/dist/pointer-CosfQ2Bj.mjs +21 -0
- package/dist/printer-CZndb-XY.mjs +21 -0
- package/dist/rotate-counter-clockwise-BnC8SAwc.mjs +21 -0
- package/dist/sun-f_yo-49i.mjs +21 -0
- package/dist/thumbnail-BrLTlvMi.mjs +21 -0
- package/dist/types/components/AppButton.vue.d.ts +18 -0
- package/dist/types/components/AppIcon.vue.d.ts +15 -0
- package/dist/types/components/AppInput.vue.d.ts +12 -0
- package/dist/types/components/AppLoader.vue.d.ts +19 -0
- package/dist/types/components/AppTooltip.vue.d.ts +19 -0
- package/dist/types/components/DragFileMask.vue.d.ts +59 -0
- package/dist/types/components/ModalPdfProperties.vue.d.ts +18 -0
- package/dist/types/components/ModalPrintLoadingProgress.vue.d.ts +20 -0
- package/dist/types/components/SwitchAppearance.vue.d.ts +21 -0
- package/dist/types/components/ToolDownload.vue.d.ts +20 -0
- package/dist/types/components/ToolFullscreen.vue.d.ts +21 -0
- package/dist/types/components/ToolMenuOthers.vue.d.ts +47 -0
- package/dist/types/components/ToolMenuOthersMobile.vue.d.ts +21 -0
- package/dist/types/components/ToolOpenFile.vue.d.ts +20 -0
- package/dist/types/components/ToolOpenFileInput.vue.d.ts +11 -0
- package/dist/types/components/ToolPagination.vue.d.ts +73 -0
- package/dist/types/components/ToolPrint.vue.d.ts +70 -0
- package/dist/types/components/ToolSearch.vue.d.ts +53 -0
- package/dist/types/components/ToolThumbnail.vue.d.ts +45 -0
- package/dist/types/components/ToolZoom.vue.d.ts +58 -0
- package/dist/types/components/ToolZoomPercentageMenu.vue.d.ts +24 -0
- package/dist/types/components/VPdfPage.vue.d.ts +62 -0
- package/dist/types/components/VPdfSplitter.vue.d.ts +2 -0
- package/dist/types/components/VPdfThumbnail.vue.d.ts +25 -0
- package/dist/types/components/VPdfThumbnails.vue.d.ts +22 -0
- package/dist/types/components/VPdfViewer.vue.d.ts +353 -0
- package/dist/types/components/index.d.ts +4 -0
- package/dist/types/components/layers/AnnotationLayer.vue.d.ts +39 -0
- package/dist/types/components/layers/TextLayer.vue.d.ts +32 -0
- package/dist/types/components/layers/XFALayer.vue.d.ts +23 -0
- package/dist/types/components/types.d.ts +213 -0
- package/dist/types/components/ui/button/Button.vue.d.ts +54 -0
- package/dist/types/components/ui/button/index.d.ts +7 -0
- package/dist/types/components/ui/dialog/Dialog.vue.d.ts +28 -0
- package/dist/types/components/ui/dialog/DialogClose.vue.d.ts +28 -0
- package/dist/types/components/ui/dialog/DialogContent.vue.d.ts +37 -0
- package/dist/types/components/ui/dialog/DialogDescription.vue.d.ts +37 -0
- package/dist/types/components/ui/dialog/DialogFooter.vue.d.ts +36 -0
- package/dist/types/components/ui/dialog/DialogHeader.vue.d.ts +36 -0
- package/dist/types/components/ui/dialog/DialogTitle.vue.d.ts +37 -0
- package/dist/types/components/ui/dialog/DialogTrigger.vue.d.ts +28 -0
- package/dist/types/components/ui/dialog/index.d.ts +8 -0
- package/dist/types/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +28 -0
- package/dist/types/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +37 -0
- package/dist/types/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +56 -0
- package/dist/types/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +28 -0
- package/dist/types/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +41 -0
- package/dist/types/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +41 -0
- package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +28 -0
- package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +37 -0
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +17 -0
- package/dist/types/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +36 -0
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +28 -0
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +37 -0
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +37 -0
- package/dist/types/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +28 -0
- package/dist/types/components/ui/dropdown-menu/index.d.ts +15 -0
- package/dist/types/components/ui/input/Input.vue.d.ts +16 -0
- package/dist/types/components/ui/input/index.d.ts +7 -0
- package/dist/types/components/ui/popover/Popover.vue.d.ts +28 -0
- package/dist/types/components/ui/popover/PopoverContent.vue.d.ts +67 -0
- package/dist/types/components/ui/popover/PopoverTrigger.vue.d.ts +28 -0
- package/dist/types/components/ui/popover/index.d.ts +3 -0
- package/dist/types/components/ui/progress/Progress.vue.d.ts +28 -0
- package/dist/types/components/ui/progress/index.d.ts +1 -0
- package/dist/types/components/ui/tooltip/Tooltip.vue.d.ts +28 -0
- package/dist/types/components/ui/tooltip/TooltipContent.vue.d.ts +56 -0
- package/dist/types/components/ui/tooltip/TooltipProvider.vue.d.ts +28 -0
- package/dist/types/components/ui/tooltip/TooltipTrigger.vue.d.ts +28 -0
- package/dist/types/components/ui/tooltip/index.d.ts +4 -0
- package/dist/types/components/utils/annotations.d.ts +15 -0
- package/dist/types/components/utils/destination.d.ts +7 -0
- package/dist/types/components/utils/helpers.d.ts +10 -0
- package/dist/types/components/utils/highlight.d.ts +6 -0
- package/dist/types/components/utils/link_service.d.ts +71 -0
- package/dist/types/components/utils/sanitizeExternalURL.d.ts +1 -0
- package/dist/types/composables/useCalculatePages.d.ts +12 -0
- package/dist/types/composables/useDownload.d.ts +5 -0
- package/dist/types/composables/useLicense.d.ts +10 -0
- package/dist/types/composables/usePDF.d.ts +26 -0
- package/dist/types/composables/usePageQueue.d.ts +10 -0
- package/dist/types/composables/usePdfProperties.d.ts +24 -0
- package/dist/types/composables/usePinch.d.ts +2 -0
- package/dist/types/composables/usePrint.d.ts +9 -0
- package/dist/types/composables/usePrintProcess.d.ts +8 -0
- package/dist/types/composables/useRenderTask.d.ts +8 -0
- package/dist/types/composables/useRotation.d.ts +6 -0
- package/dist/types/composables/useSearch.d.ts +39 -0
- package/dist/types/const.d.ts +40 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/utils/convertPDFDate.d.ts +1 -0
- package/dist/types/utils.d.ts +12 -0
- package/dist/zoom-in-MHWLskY5.mjs +21 -0
- package/dist/zoom-out-BOe91xpp.mjs +21 -0
- package/package.json +116 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createStaticVNode as r } from "vue";
|
|
2
|
+
const a = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: "80",
|
|
5
|
+
height: "80",
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, i = /* @__PURE__ */ r('<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), o = [
|
|
8
|
+
i
|
|
9
|
+
];
|
|
10
|
+
function l(s, f) {
|
|
11
|
+
return e(), t("svg", a, [...o]);
|
|
12
|
+
}
|
|
13
|
+
const d = { render: l };
|
|
14
|
+
export {
|
|
15
|
+
d as default,
|
|
16
|
+
l as render
|
|
17
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as o } 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
|
+
}, l = /* @__PURE__ */ o("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
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"
|
|
11
|
+
}, null, -1), r = [
|
|
12
|
+
l
|
|
13
|
+
];
|
|
14
|
+
function c(i, s) {
|
|
15
|
+
return e(), t("svg", n, [...r]);
|
|
16
|
+
}
|
|
17
|
+
const d = { render: c };
|
|
18
|
+
export {
|
|
19
|
+
d as default,
|
|
20
|
+
c as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: "16",
|
|
5
|
+
height: "16",
|
|
6
|
+
fill: "none"
|
|
7
|
+
}, r = /* @__PURE__ */ o("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
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"
|
|
10
|
+
}, null, -1), l = [
|
|
11
|
+
r
|
|
12
|
+
];
|
|
13
|
+
function a(c, s) {
|
|
14
|
+
return e(), t("svg", n, [...l]);
|
|
15
|
+
}
|
|
16
|
+
const i = { render: a };
|
|
17
|
+
export {
|
|
18
|
+
i as default,
|
|
19
|
+
a as render
|
|
20
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as a, createElementVNode as t } 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
|
+
}, o = /* @__PURE__ */ t("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
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"
|
|
11
|
+
}, null, -1), n = [
|
|
12
|
+
o
|
|
13
|
+
];
|
|
14
|
+
function r(c, s) {
|
|
15
|
+
return e(), a("svg", l, [...n]);
|
|
16
|
+
}
|
|
17
|
+
const i = { render: r };
|
|
18
|
+
export {
|
|
19
|
+
i as default,
|
|
20
|
+
r as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as o } 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 16 16"
|
|
8
|
+
}, a = /* @__PURE__ */ o("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
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"
|
|
11
|
+
}, null, -1), c = [
|
|
12
|
+
a
|
|
13
|
+
];
|
|
14
|
+
function l(r, s) {
|
|
15
|
+
return e(), t("svg", n, [...c]);
|
|
16
|
+
}
|
|
17
|
+
const h = { render: l };
|
|
18
|
+
export {
|
|
19
|
+
h as default,
|
|
20
|
+
l as render
|
|
21
|
+
};
|