@vue-pdf-viewer/viewer
Version:
The PDF Viewer component for Vue 3 and Nuxt
22 lines (21 loc) • 588 B
JavaScript
import { openBlock as t, createElementBlock as l, 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 n(i, e) {
return t(), l("svg", r, e[0] || (e[0] = [
o("path", {
fill: "currentColor",
d: "M10.938 10a.937.937 0 1 1-1.875 0 .937.937 0 0 1 1.874 0M10 5.625a.937.937 0 1 0 0-1.874.937.937 0 0 0 0 1.874m0 8.75a.938.938 0 1 0 0 1.875.938.938 0 0 0 0-1.875"
}, null, -1)
]));
}
const a = { render: n };
export {
a as default,
n as render
};