@vue-pdf-viewer/viewer
Version:
The PDF Viewer component for Vue 3 and Nuxt
22 lines (21 loc) • 553 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(c, e) {
return t(), o("svg", r, e[0] || (e[0] = [
n("path", {
fill: "currentColor",
d: "m16.692 7.942-6.25 6.25a.625.625 0 0 1-.884 0l-6.25-6.25a.625.625 0 0 1 .884-.884L10 12.866l5.808-5.808a.625.625 0 0 1 .884.884"
}, null, -1)
]));
}
const m = { render: l };
export {
m as default,
l as render
};