@vue-pdf-viewer/viewer
Version:
A vue-pdf-viewer component for Vue and Nuxt. Suitable for vue-pdf document.
24 lines (23 loc) • 738 B
JavaScript
import { openBlock as o, createElementBlock as t, createElementVNode as n } from "vue";
const l = {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
};
function r(a, e) {
return o(), t("svg", l, e[0] || (e[0] = [
n("path", {
fill: "currentColor",
"fill-rule": "evenodd",
d: "M3 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h4v3.5a.5.5 0 0 0 .5.5c.14 0 .276-.056.376-.156L11.414 14H17a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zm2.5 5a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 5.5 7m.75 2.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5z",
"clip-rule": "evenodd"
}, null, -1)
]));
}
const i = { render: r };
export {
i as default,
r as render
};