@vue-pdf-viewer/viewer 1.8.0-beta.0 → 1.8.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,10 @@
1
1
  import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
2
  const n = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
- width: "20",
5
- height: "20",
6
- fill: "none"
4
+ width: "1em",
5
+ height: "1em",
6
+ fill: "none",
7
+ viewBox: "0 0 20 20"
7
8
  }, l = /* @__PURE__ */ o("path", {
8
9
  fill: "currentColor",
9
10
  d: "M16.067 15.183a.625.625 0 1 1-.884.884L10 10.884l-5.183 5.183a.626.626 0 0 1-.884-.884L9.116 10 3.933 4.817a.625.625 0 0 1 .884-.884L10 9.116l5.183-5.183a.625.625 0 1 1 .884.884L10.884 10z"
@@ -13,8 +14,8 @@ const n = {
13
14
  function c(s, a) {
14
15
  return e(), t("svg", n, [...r]);
15
16
  }
16
- const h = { render: c };
17
+ const d = { render: c };
17
18
  export {
18
- h as default,
19
+ d as default,
19
20
  c as render
20
21
  };