@vue-pdf-viewer/viewer
Version:
The PDF Viewer component for Vue 3 and Nuxt
22 lines (21 loc) • 854 B
JavaScript
import { openBlock as t, createElementBlock as o, createElementVNode as a } from "vue";
const l = {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
};
function n(r, e) {
return t(), o("svg", l, e[0] || (e[0] = [
a("path", {
fill: "currentColor",
d: "m16.692 6.433-4.375-4.375a.63.63 0 0 0-.442-.183h-7.5a1.25 1.25 0 0 0-1.25 1.25v13.75a1.25 1.25 0 0 0 1.25 1.25h11.25a1.25 1.25 0 0 0 1.25-1.25v-10a.62.62 0 0 0-.183-.442M12.5 4.009l2.241 2.241H12.5zm3.125 12.866H4.375V3.125h6.875v3.75a.625.625 0 0 0 .625.625h3.75zm-3.125-5a.624.624 0 0 1-.625.625h-1.25v1.25a.624.624 0 1 1-1.25 0V12.5h-1.25a.625.625 0 1 1 0-1.25h1.25V10a.625.625 0 0 1 1.25 0v1.25h1.25a.624.624 0 0 1 .625.625"
}, null, -1)
]));
}
const m = { render: n };
export {
m as default,
n as render
};