@intechstudio/grid-uikit 1.20251008.1354 → 1.20251013.929
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,14 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="128" height="128" role="img" aria-labelledby="openFolderTitle">
|
|
2
|
+
<title id="openFolderTitle">Open folder icon (outline)</title>
|
|
3
|
+
|
|
4
|
+
<!-- Back of folder -->
|
|
5
|
+
<path
|
|
6
|
+
d="M4.5 7h5l2 2h11c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1V7z"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="black"
|
|
9
|
+
stroke-width="2"
|
|
10
|
+
stroke-linecap="round"
|
|
11
|
+
stroke-linejoin="round"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="128" height="128" role="img" aria-labelledby="openFolderTitle">
|
|
2
|
+
<title id="openFolderTitle">Open folder icon (outline)</title>
|
|
3
|
+
|
|
4
|
+
<!-- Back of folder -->
|
|
5
|
+
<path
|
|
6
|
+
d="M4.5 11v0 -4h5l2 2h11c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H4c-.55 0-1-.45-1"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="black"
|
|
9
|
+
stroke-width="2"
|
|
10
|
+
stroke-linecap="round"
|
|
11
|
+
stroke-linejoin="round"
|
|
12
|
+
/>
|
|
13
|
+
|
|
14
|
+
<!-- Wider front flap -->
|
|
15
|
+
<path
|
|
16
|
+
d="M1 12l2 6h20l-2-6z"
|
|
17
|
+
fill="none"
|
|
18
|
+
stroke="black"
|
|
19
|
+
stroke-width="2"
|
|
20
|
+
stroke-linecap="round"
|
|
21
|
+
stroke-linejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
24
|
+
|
package/dist/icons.js
CHANGED
|
@@ -18,6 +18,8 @@ import edit from "./assets/icons/edit.svg?raw";
|
|
|
18
18
|
import enabled from "./assets/icons/enabled.svg?raw";
|
|
19
19
|
import exportIcon from "./assets/icons/export.svg?raw";
|
|
20
20
|
import folder_control_element from "./assets/icons/folder_control_element.svg?raw";
|
|
21
|
+
import folder_open from "./assets/icons/folder_open.svg?raw";
|
|
22
|
+
import folder_closed from "./assets/icons/folder_closed.svg?raw";
|
|
21
23
|
import folder_profile from "./assets/icons/folder_profile.svg?raw";
|
|
22
24
|
import importIcon from "./assets/icons/import.svg?raw";
|
|
23
25
|
import info from "./assets/icons/info.svg?raw";
|