@intechstudio/grid-uikit 1.20260623.833 → 1.20260626.1256
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/assets/icons/file.svg +1 -0
- package/dist/icons.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-icon lucide-file"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"/><path d="M14 2v5a1 1 0 0 0 1 1h5"/></svg>
|
package/dist/icons.js
CHANGED
|
@@ -52,6 +52,7 @@ import split_config from "./assets/icons/split_config.svg?raw";
|
|
|
52
52
|
import tick from "./assets/icons/tick.svg?raw";
|
|
53
53
|
import user_account_02 from "./assets/icons/user_account_02.svg?raw";
|
|
54
54
|
import rotate from "./assets/icons/rotate.svg?raw";
|
|
55
|
+
import file from "./assets/icons/file.svg?raw";
|
|
55
56
|
const iconMap = {
|
|
56
57
|
arrow_down,
|
|
57
58
|
arrow_left,
|
|
@@ -107,5 +108,6 @@ const iconMap = {
|
|
|
107
108
|
tick,
|
|
108
109
|
user_account_02,
|
|
109
110
|
rotate,
|
|
111
|
+
file
|
|
110
112
|
};
|
|
111
113
|
export default iconMap;
|