slippers-ui 3.1.40-alpha.1 → 3.1.40
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.
- package/dist/icons/index.js +6 -8
- package/icons/GoBack.vue +5 -7
- package/package.json +1 -1
package/dist/icons/index.js
CHANGED
|
@@ -2405,25 +2405,23 @@ function k9(l, t) {
|
|
|
2405
2405
|
const Iu = /* @__PURE__ */ n(C9, [["render", k9]]), f9 = {}, _9 = {
|
|
2406
2406
|
width: "16",
|
|
2407
2407
|
height: "16",
|
|
2408
|
-
viewBox: "0 0
|
|
2408
|
+
viewBox: "0 0 16 16",
|
|
2409
2409
|
fill: "none",
|
|
2410
2410
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2411
2411
|
};
|
|
2412
2412
|
function M9(l, t) {
|
|
2413
2413
|
return e(), o("svg", _9, t[0] || (t[0] = [
|
|
2414
|
-
r("g", { "clip-path": "url(#
|
|
2414
|
+
r("g", { "clip-path": "url(#clip0_7283_2649)" }, [
|
|
2415
2415
|
r("path", {
|
|
2416
|
-
"
|
|
2417
|
-
"clip-rule": "evenodd",
|
|
2418
|
-
d: "M12.7501 8.25C13.7166 8.25 14.5001 7.4665 14.5001 6.5C14.5001 5.5335 13.7166 4.75 12.7501 4.75H10.7501C10.3359 4.75 10.0001 4.41421 10.0001 4C10.0001 3.58579 10.3359 3.25 10.7501 3.25H12.7501C14.545 3.25 16.0001 4.70507 16.0001 6.5C16.0001 8.29493 14.545 9.75 12.7501 9.75H2.87072L4.84045 11.7197C5.13334 12.0126 5.13334 12.4874 4.84045 12.7803C4.54755 13.0732 4.07279 13.0732 3.7799 12.7803L-0.000374794 9L3.7799 5.21973C4.07279 4.92683 4.54755 4.92683 4.84045 5.21973C5.13334 5.51262 5.13334 5.98738 4.84045 6.28027L2.87072 8.25H12.7501Z",
|
|
2416
|
+
d: "M12.75 3.25C14.5448 3.2502 16 4.7052 16 6.5C16 8.2948 14.5448 9.7498 12.75 9.75H2.87012L4.83984 11.7197C5.13274 12.0126 5.13274 12.4874 4.83984 12.7803C4.54695 13.0731 4.07217 13.0731 3.7793 12.7803L-0.000976562 9L3.7793 5.21973C4.07217 4.92685 4.54695 4.92689 4.83984 5.21973C5.13274 5.51262 5.13274 5.98738 4.83984 6.28027L2.87012 8.25H12.75C13.7163 8.2498 14.5 7.46638 14.5 6.5C14.5 5.53362 13.7163 4.7502 12.75 4.75H10.75C10.3358 4.75 10 4.41421 10 4C10 3.58579 10.3358 3.25 10.75 3.25H12.75Z",
|
|
2419
2417
|
fill: "currentColor"
|
|
2420
2418
|
})
|
|
2421
2419
|
], -1),
|
|
2422
2420
|
r("defs", null, [
|
|
2423
|
-
r("clipPath", { id: "
|
|
2421
|
+
r("clipPath", { id: "clip0_7283_2649" }, [
|
|
2424
2422
|
r("rect", {
|
|
2425
|
-
width: "
|
|
2426
|
-
height: "
|
|
2423
|
+
width: "16",
|
|
2424
|
+
height: "16",
|
|
2427
2425
|
fill: "currentColor"
|
|
2428
2426
|
})
|
|
2429
2427
|
])
|
package/icons/GoBack.vue
CHANGED
|
@@ -2,21 +2,19 @@
|
|
|
2
2
|
<svg
|
|
3
3
|
width="16"
|
|
4
4
|
height="16"
|
|
5
|
-
viewBox="0 0
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
6
|
fill="none"
|
|
7
7
|
xmlns="http://www.w3.org/2000/svg"
|
|
8
8
|
>
|
|
9
|
-
<g clip-path="url(#
|
|
9
|
+
<g clip-path="url(#clip0_7283_2649)">
|
|
10
10
|
<path
|
|
11
|
-
|
|
12
|
-
clip-rule="evenodd"
|
|
13
|
-
d="M12.7501 8.25C13.7166 8.25 14.5001 7.4665 14.5001 6.5C14.5001 5.5335 13.7166 4.75 12.7501 4.75H10.7501C10.3359 4.75 10.0001 4.41421 10.0001 4C10.0001 3.58579 10.3359 3.25 10.7501 3.25H12.7501C14.545 3.25 16.0001 4.70507 16.0001 6.5C16.0001 8.29493 14.545 9.75 12.7501 9.75H2.87072L4.84045 11.7197C5.13334 12.0126 5.13334 12.4874 4.84045 12.7803C4.54755 13.0732 4.07279 13.0732 3.7799 12.7803L-0.000374794 9L3.7799 5.21973C4.07279 4.92683 4.54755 4.92683 4.84045 5.21973C5.13334 5.51262 5.13334 5.98738 4.84045 6.28027L2.87072 8.25H12.7501Z"
|
|
11
|
+
d="M12.75 3.25C14.5448 3.2502 16 4.7052 16 6.5C16 8.2948 14.5448 9.7498 12.75 9.75H2.87012L4.83984 11.7197C5.13274 12.0126 5.13274 12.4874 4.83984 12.7803C4.54695 13.0731 4.07217 13.0731 3.7793 12.7803L-0.000976562 9L3.7793 5.21973C4.07217 4.92685 4.54695 4.92689 4.83984 5.21973C5.13274 5.51262 5.13274 5.98738 4.83984 6.28027L2.87012 8.25H12.75C13.7163 8.2498 14.5 7.46638 14.5 6.5C14.5 5.53362 13.7163 4.7502 12.75 4.75H10.75C10.3358 4.75 10 4.41421 10 4C10 3.58579 10.3358 3.25 10.75 3.25H12.75Z"
|
|
14
12
|
fill="currentColor"
|
|
15
13
|
/>
|
|
16
14
|
</g>
|
|
17
15
|
<defs>
|
|
18
|
-
<clipPath id="
|
|
19
|
-
<rect width="
|
|
16
|
+
<clipPath id="clip0_7283_2649">
|
|
17
|
+
<rect width="16" height="16" fill="currentColor" />
|
|
20
18
|
</clipPath>
|
|
21
19
|
</defs>
|
|
22
20
|
</svg>
|