@vue-pdf-viewer/viewer
Version:
A vue-pdf-viewer component for Vue and Nuxt. Suitable for vue-pdf document.
22 lines (21 loc) • 762 B
JavaScript
import { openBlock as t, createElementBlock as n, createElementVNode as o } from "vue";
const a = {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
};
function r(l, e) {
return t(), n("svg", a, e[0] || (e[0] = [
o("path", {
fill: "currentColor",
d: "M13.438 8.75a.625.625 0 0 1-.626.625H7.5a.625.625 0 0 1 0-1.25h5.313a.625.625 0 0 1 .624.625m-.626 1.875H7.5a.625.625 0 1 0 0 1.25h5.313a.624.624 0 1 0 0-1.25m5.313-.937a7.82 7.82 0 0 1-7.812 7.812H3.75a1.25 1.25 0 0 1-1.25-1.25V9.688a7.812 7.812 0 0 1 15.625 0m-1.25 0a6.563 6.563 0 0 0-13.125 0v6.562h6.563a6.57 6.57 0 0 0 6.562-6.562"
}, null, -1)
]));
}
const c = { render: r };
export {
c as default,
r as render
};