@vue-pdf-viewer/viewer
Version:
A vue-pdf-viewer component for Vue and Nuxt. Suitable for vue-pdf document.
22 lines (21 loc) • 1.02 kB
JavaScript
import { openBlock as t, createElementBlock as n, createElementVNode as o } from "vue";
const l = {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
};
function r(c, e) {
return t(), n("svg", l, e[0] || (e[0] = [
o("path", {
fill: "currentColor",
d: "M6.816 4.108a.625.625 0 0 0-1.132 0l-5 10.625a.626.626 0 0 0 1.132.532L3.117 12.5h6.266l1.301 2.766a.626.626 0 0 0 1.154-.054.63.63 0 0 0-.022-.478zm-3.11 7.142L6.25 5.842l2.545 5.406zm11.92-3.75c-.998 0-1.777.27-2.316.806a.625.625 0 0 0 .88.887c.297-.294.781-.443 1.435-.443 1.034 0 1.875.703 1.875 1.562v.252A3.34 3.34 0 0 0 15.625 10c-1.723 0-3.125 1.261-3.125 2.812s1.402 2.813 3.125 2.813a3.34 3.34 0 0 0 1.875-.567.625.625 0 1 0 1.25-.059v-4.687c0-1.55-1.401-2.812-3.125-2.812m0 6.874c-1.034 0-1.876-.703-1.876-1.562s.841-1.562 1.875-1.562 1.875.703 1.875 1.562-.841 1.563-1.875 1.563"
}, null, -1)
]));
}
const m = { render: r };
export {
m as default,
r as render
};