@vue-pdf-viewer/viewer
Version:
The PDF Viewer component for Vue 3 and Nuxt
24 lines (23 loc) • 841 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: "M15.5 12.833a.5.5 0 0 0-.5-.5h-1.5V3.667H15a.5.5 0 0 0 0-1h-1.667a.833.833 0 0 0-.833.833v9c0 .46.373.833.833.833H15a.5.5 0 0 0 .5-.5m-4.833.5a1 1 0 0 0 1-1V3.667a1 1 0 0 0-1-1H5.333a1 1 0 0 0-1 1v8.666a1 1 0 0 0 1 1zm0-9.666v8.666H5.333V3.667zM1 12.333a.5.5 0 1 0 0 1h1.667c.46 0 .833-.373.833-.833v-9a.833.833 0 0 0-.833-.833H1a.5.5 0 1 0 0 1h1.5v8.666z",
"clip-rule": "evenodd"
}, null, -1)
]));
}
const c = { render: r };
export {
c as default,
r as render
};