@vue-pdf-viewer/viewer
Version:
The PDF Viewer component for Vue 3 and Nuxt
22 lines (21 loc) • 651 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 20 20"
};
function l(m, e) {
return t(), o("svg", r, e[0] || (e[0] = [
n("path", {
fill: "currentColor",
d: "M10.313 1.875A7.82 7.82 0 0 0 2.5 9.688v6.562a1.25 1.25 0 0 0 1.25 1.25h6.563a7.813 7.813 0 0 0 0-15.625m2.5 10H7.5a.625.625 0 1 1 0-1.25h5.313a.624.624 0 1 1 0 1.25m0-2.5H7.5a.625.625 0 0 1 0-1.25h5.313a.625.625 0 1 1 0 1.25"
}, null, -1)
]));
}
const c = { render: l };
export {
c as default,
l as render
};