@vue-pdf-viewer/viewer
Version:
A vue-pdf-viewer component for Vue and Nuxt. Suitable for vue-pdf document.
22 lines (21 loc) • 730 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-10 3.125a.625.625 0 0 1 1.25 0v3.75a2.5 2.5 0 0 0 5 0v-3.75a.625.625 0 1 1 1.25 0v3.75a3.75 3.75 0 0 1-7.5 0zm7.5 10h-7.5a.625.625 0 1 1 0-1.25h7.5a.624.624 0 1 1 0 1.25"
}, null, -1)
]));
}
const m = { render: a };
export {
m as default,
a as render
};