@vue-pdf-viewer/viewer
Version:
The PDF Viewer component for Vue 3 and Nuxt
22 lines (21 loc) • 557 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 16 16"
};
function l(a, e) {
return t(), o("svg", r, e[0] || (e[0] = [
n("path", {
fill: "currentColor",
d: "M13.833 2.5H2.167a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h11.666a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1m-11.666 1H7.5v9H2.167zm11.666 9H8.5v-9h5.333z"
}, null, -1)
]));
}
const m = { render: l };
export {
m as default,
l as render
};