@vue-pdf-viewer/viewer
Version:
A vue-pdf-viewer component for Vue and Nuxt. Suitable for vue-pdf document.
22 lines (21 loc) • 763 B
JavaScript
import { openBlock as t, createElementBlock as n, createElementVNode as o } 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(), n("svg", r, e[0] || (e[0] = [
o("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.25m-1.875 5a.625.625 0 1 1-1.25 0v-.625h-2.5v6.875h.938a.624.624 0 1 1 0 1.25H8.437a.625.625 0 1 1 0-1.25h.938V6.875h-2.5V7.5a.625.625 0 0 1-1.25 0V6.25a.625.625 0 0 1 .625-.625h7.5a.625.625 0 0 1 .625.625z"
}, null, -1)
]));
}
const i = { render: a };
export {
i as default,
a as render
};