@factoringplus/pl-components-pack-v3 0.12.1-pre-01 → 0.12.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.
@@ -0,0 +1,23 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ const n = {
3
+ width: "24",
4
+ height: "24",
5
+ viewBox: "0 0 24 24",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg"
8
+ }, l = /* @__PURE__ */ t("path", {
9
+ "fill-rule": "evenodd",
10
+ "clip-rule": "evenodd",
11
+ d: "M5.41752 5.45179C5.11478 5.77359 5.13023 6.27989 5.45203 6.58263L11.1879 11.9788L5.44976 17.4194C5.12914 17.7234 5.11567 18.2298 5.41966 18.5504C5.72366 18.871 6.23001 18.8845 6.55063 18.5805L12.9035 12.5571C13.0632 12.4056 13.1535 12.1951 13.153 11.975C13.1526 11.7549 13.0615 11.5447 12.9012 11.3938L6.54836 5.41728C6.22656 5.11453 5.72026 5.12998 5.41752 5.45179ZM12.0647 5.45179C11.7619 5.77359 11.7774 6.27989 12.0992 6.58263L17.8351 11.9788L12.0969 17.4194C11.7763 17.7234 11.7628 18.2298 12.0668 18.5504C12.3708 18.871 12.8772 18.8845 13.1978 18.5805L19.5506 12.5571C19.7104 12.4056 19.8006 12.1951 19.8002 11.975C19.7998 11.7549 19.7087 11.5447 19.5484 11.3938L13.1955 5.41728C12.8737 5.11453 12.3674 5.12998 12.0647 5.45179Z",
12
+ fill: "currentColor"
13
+ }, null, -1), r = [
14
+ l
15
+ ];
16
+ function c(C, d) {
17
+ return e(), o("svg", n, r);
18
+ }
19
+ const h = { render: c };
20
+ export {
21
+ h as default,
22
+ c as render
23
+ };