@vue-pdf-viewer/viewer
Version:
A vue-pdf-viewer component for Vue and Nuxt. Suitable for vue-pdf document.
22 lines (21 loc) • 997 B
JavaScript
import { openBlock as t, createElementBlock as o, createElementVNode as n } from "vue";
const r = {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
};
function a(l, e) {
return t(), o("svg", r, e[0] || (e[0] = [
n("path", {
fill: "currentColor",
d: "M16.25 2.5H3.75A1.25 1.25 0 0 0 2.5 3.75v12.5a1.25 1.25 0 0 0 1.25 1.25h12.5a1.25 1.25 0 0 0 1.25-1.25V3.75a1.25 1.25 0 0 0-1.25-1.25M6.462 7.39C6.719 5.981 8.17 5 10 5c1.422 0 2.624.579 3.217 1.55a.625.625 0 0 1-1.067.65c-.358-.586-1.182-.95-2.15-.95-1.195 0-2.166.573-2.309 1.36a.625.625 0 1 1-1.23-.22M15 10.624h-1.852c.396.422.613.983.602 1.563C13.75 13.765 12.103 15 10 15c-1.866 0-3.424-.998-3.705-2.375a.625.625 0 1 1 1.224-.25c.156.771 1.25 1.375 2.481 1.375 1.355 0 2.5-.716 2.5-1.562 0-.715-.528-1.128-2.01-1.563H5a.625.625 0 1 1 0-1.25h10a.625.625 0 1 1 0 1.25"
}, null, -1)
]));
}
const i = { render: a };
export {
i as default,
a as render
};