@vue-pdf-viewer/viewer
Version:
The PDF Viewer component for Vue 3 and Nuxt
21 lines (20 loc) • 547 B
JavaScript
import { openBlock as t, createElementBlock as r, createElementVNode as l } from "vue";
const o = {
xmlns: "http://www.w3.org/2000/svg",
width: "20",
height: "20",
fill: "none"
};
function n(a, e) {
return t(), r("svg", o, e[0] || (e[0] = [
l("path", {
fill: "currentColor",
d: "M16.692 12.942a.625.625 0 0 1-.884 0L10 7.134l-5.808 5.808a.625.625 0 1 1-.884-.884l6.25-6.25a.625.625 0 0 1 .884 0l6.25 6.25a.623.623 0 0 1 0 .884"
}, null, -1)
]));
}
const d = { render: n };
export {
d as default,
n as render
};