@factoringplus/pl-components-pack-v3 1.8.15 → 1.8.16
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 t, createElementVNode as o } 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__ */ o("path", {
|
9
|
+
"fill-rule": "evenodd",
|
10
|
+
"clip-rule": "evenodd",
|
11
|
+
d: "M10.0058 6.19991C9.56402 6.1968 9.20333 6.55243 9.20022 6.99425C9.1971 7.43607 9.55274 7.79676 9.99456 7.79987L15.0332 7.8354L6.48431 16.3843C6.1719 16.6967 6.1719 17.2033 6.48431 17.5157C6.79673 17.8281 7.30327 17.8281 7.61569 17.5157L16.164 8.9674L16.2002 14.0056C16.2034 14.4475 16.5641 14.803 17.0059 14.7999C17.4478 14.7967 17.8034 14.436 17.8002 13.9941L17.7502 7.04314C17.747 6.60576 17.3932 6.25199 16.9558 6.24891L10.0058 6.19991Z",
|
12
|
+
fill: "#19191A"
|
13
|
+
}, null, -1), r = [
|
14
|
+
l
|
15
|
+
];
|
16
|
+
function c(d, i) {
|
17
|
+
return e(), t("svg", n, [...r]);
|
18
|
+
}
|
19
|
+
const h = { render: c };
|
20
|
+
export {
|
21
|
+
h as default,
|
22
|
+
c as render
|
23
|
+
};
|