@vue-pdf-viewer/viewer
Version:
The PDF Viewer component for Vue 3 and Nuxt
22 lines (21 loc) • 775 B
JavaScript
import { openBlock as t, createElementBlock as o, 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 t(), o("svg", l, e[0] || (e[0] = [
n("path", {
fill: "currentColor",
d: "M11.875 8.75a.625.625 0 0 1-.625.625H9.375v1.875a.625.625 0 0 1-1.25 0V9.375H6.25a.625.625 0 0 1 0-1.25h1.875V6.25a.625.625 0 0 1 1.25 0v1.875h1.875a.625.625 0 0 1 .625.625m6.067 9.192a.623.623 0 0 1-.884 0l-3.911-3.911a6.884 6.884 0 1 1 .883-.884l3.912 3.91a.625.625 0 0 1 0 .885M8.75 14.375A5.625 5.625 0 1 0 3.125 8.75a5.63 5.63 0 0 0 5.625 5.625"
}, null, -1)
]));
}
const i = { render: r };
export {
i as default,
r as render
};