@vue-pdf-viewer/viewer
Version:
The PDF Viewer component for Vue 3 and Nuxt
24 lines (23 loc) • 804 B
JavaScript
import { openBlock as l, createElementBlock as o, createElementVNode as t } from "vue";
const n = {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 16 16"
};
function r(a, e) {
return l(), o("svg", n, e[0] || (e[0] = [
t("path", {
fill: "currentColor",
"fill-rule": "evenodd",
d: "M12.5 1.5h-9a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1m0 12h-9v-11h9zm-2.037-3.547a.5.5 0 0 0-.816-.162L8.5 10.938v-5.92l1.147 1.147a.5.5 0 1 0 .707-.707l-2-2a.5.5 0 0 0-.707 0l-2 2a.5.5 0 1 0 .707.707L7.5 5.018v5.92L6.354 9.791a.5.5 0 0 0-.707.708l2 2a.5.5 0 0 0 .707 0l2-2a.5.5 0 0 0 .109-.546",
"clip-rule": "evenodd"
}, null, -1)
]));
}
const i = { render: r };
export {
i as default,
r as render
};