@vue-pdf-viewer/viewer
Version:
The PDF Viewer component for Vue 3 and Nuxt
24 lines (23 loc) • 836 B
JavaScript
import { openBlock as l, createElementBlock as t, createElementVNode as o } from "vue";
const r = {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 16 16"
};
function n(a, e) {
return l(), t("svg", r, e[0] || (e[0] = [
o("path", {
fill: "currentColor",
"fill-rule": "evenodd",
d: "M3.167.5a.5.5 0 0 1 .5.5v1.5h8.666V1a.5.5 0 1 1 1 0v1.667c0 .46-.373.833-.833.833h-9a.833.833 0 0 1-.833-.833V1a.5.5 0 0 1 .5-.5m-.5 4.833a1 1 0 0 1 1-1h8.666a1 1 0 0 1 1 1v5.334a1 1 0 0 1-1 1H3.667a1 1 0 0 1-1-1zm9.666 0H3.667v5.334h8.666zM3.667 15a.5.5 0 0 1-1 0v-1.667c0-.46.373-.833.833-.833h9c.46 0 .833.373.833.833V15a.5.5 0 0 1-1 0v-1.5H3.667z",
"clip-rule": "evenodd"
}, null, -1)
]));
}
const i = { render: n };
export {
i as default,
n as render
};