@vue-pdf-viewer/viewer
Version: 
The PDF Viewer component for Vue 3 and Nuxt
22 lines (21 loc) • 751 B
JavaScript
import { openBlock as t, createElementBlock as l, createElementVNode as o } 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 t(), l("svg", n, e[0] || (e[0] = [
    o("path", {
      fill: "currentColor",
      d: "m10.602 8.396 2.799-1.217a1 1 0 0 0-.089-1.862L3.307 2.05A.997.997 0 0 0 2.05 3.307l3.267 10.005a.99.99 0 0 0 .9.688h.05a.99.99 0 0 0 .912-.6l1.217-2.798 3.104 3.105a1 1 0 0 0 1.414 0l.793-.793a1 1 0 0 0 0-1.414zM12.207 13 9.102 9.896a1 1 0 0 0-1.625.308l-1.213 2.79L3 3l9.992 3.262-2.79 1.214a1 1 0 0 0-.309 1.625L13 12.207z"
    }, null, -1)
  ]));
}
const m = { render: r };
export {
  m as default,
  r as render
};