@vue-pdf-viewer/viewer
Version:
The PDF Viewer component for Vue 3 and Nuxt
32 lines (31 loc) • 956 B
JavaScript
import { openBlock as t, createElementBlock as r, createElementVNode as e } from "vue";
const o = {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 12 12"
};
function a(n, l) {
return t(), r("svg", o, l[0] || (l[0] = [
e("g", { "clip-path": "url(#a)" }, [
e("path", {
fill: "currentColor",
d: "M6 .75a5.25 5.25 0 1 0 0 10.5A5.25 5.25 0 0 0 6 .75m1.938 7.245-.773-.004L6 6.602 4.836 7.99l-.774.003a.093.093 0 0 1-.094-.093q0-.035.022-.061l1.525-1.817L3.99 4.207a.094.094 0 0 1 .071-.155l.775.004L6 5.445l1.164-1.388.773-.003c.052 0 .094.04.094.093a.1.1 0 0 1-.022.061L6.486 6.023 8.01 7.84a.094.094 0 0 1-.071.155"
})
], -1),
e("defs", null, [
e("clipPath", { id: "a" }, [
e("path", {
fill: "#fff",
d: "M0 0h12v12H0z"
})
])
], -1)
]));
}
const c = { render: a };
export {
c as default,
a as render
};