@vue-pdf-viewer/viewer
Version:
The PDF Viewer component for Vue 3 and Nuxt
22 lines (21 loc) • 674 B
JavaScript
import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
const n = {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
};
function l(a, e) {
return t(), o("svg", n, e[0] || (e[0] = [
r("path", {
fill: "currentColor",
d: "M17.5 10a7.5 7.5 0 0 1-7.4 7.5H10a7.45 7.45 0 0 1-5.148-2.047.624.624 0 1 1 .859-.909 6.25 6.25 0 1 0-.15-8.947L3.483 7.5h2.141a.625.625 0 0 1 0 1.25h-3.75a.625.625 0 0 1-.625-.625v-3.75a.625.625 0 0 1 1.25 0v2.328l2.207-2.016A7.5 7.5 0 0 1 17.5 10"
}, null, -1)
]));
}
const c = { render: l };
export {
c as default,
l as render
};