@linzjs/lui 18.10.1 → 18.11.1
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/CHANGELOG.md +14 -0
- package/dist/assets/icons/located_in_spatial.svg +1 -0
- package/dist/assets/icons/push_pin_remove.svg +1 -0
- package/dist/assets/icons/read_only.svg +1 -0
- package/dist/assets/svg-content.d.ts +1 -1
- package/dist/assets/svg-content.tsx +36 -10
- package/dist/index.js +18 -10
- package/dist/index.js.map +1 -1
- package/dist/lui.css +2 -2
- package/dist/lui.esm.js +18 -10
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Components/LuiFormElements/LuiSelectInput/LuiSelectInput.scss +1 -1
- package/dist/scss/Components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.scss +1 -1
- package/package.json +1 -1
package/dist/lui.css
CHANGED
|
@@ -5573,7 +5573,7 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
5573
5573
|
width: 0.75rem;
|
|
5574
5574
|
top: 0;
|
|
5575
5575
|
bottom: 0;
|
|
5576
|
-
left: -
|
|
5576
|
+
left: -8px;
|
|
5577
5577
|
border-radius: 3px 0 0 3px;
|
|
5578
5578
|
z-index: -1;
|
|
5579
5579
|
}
|
|
@@ -5696,7 +5696,7 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
5696
5696
|
width: 0.75rem;
|
|
5697
5697
|
top: 0;
|
|
5698
5698
|
bottom: 0;
|
|
5699
|
-
left: -
|
|
5699
|
+
left: -8px;
|
|
5700
5700
|
background-color: #cc0000;
|
|
5701
5701
|
border-radius: 3px 0 0 3px;
|
|
5702
5702
|
}
|
package/dist/lui.esm.js
CHANGED
|
@@ -188,7 +188,7 @@ iconMap['ic_basemap_off'] = (React__default.createElement("svg", { viewBox: "0 0
|
|
|
188
188
|
React__default.createElement("path", { d: "M4.174 3.16a.98.98 0 1 0-1.387 1.387l1.501 1.5A1 1 0 0 0 4 6.75V19a1 1 0 0 0 1.371.928l4.035-1.614 4.903 1.635a1 1 0 0 0 .687-.02l2.266-.907 2.193 2.193a.98.98 0 0 0 1.387-1.387L4.174 3.16Zm11.55 14.323L14.68 16.44l.174 1.391.87-.348ZM14.36 16.12 6 7.76v9.763l3.004-1.201c.038-.016.076-.028.115-.039L9.5 14l.395 2.37 4.257 1.418.208-1.668Z" }),
|
|
189
189
|
React__default.createElement("path", { d: "M18 6.477v7.765l2 2V5a1 1 0 0 0-1.371-.928l-4.035 1.613L9.69 4.051a1 1 0 0 0-.687.02l-.84.336 1.866 1.865 4.075 1.359L14.5 10l.38-2.283c.04-.01.078-.023.116-.039L18 6.477Z" })));
|
|
190
190
|
iconMap['ic_blackwhite_greyscale'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
191
|
-
React__default.createElement("g", {
|
|
191
|
+
React__default.createElement("g", { clipPath: "url(#a)" },
|
|
192
192
|
React__default.createElement("path", { d: "M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10Zm1-17.93c3.94.49 7 3.85 7 7.93s-3.05 7.44-7 7.93V4.07Z" })),
|
|
193
193
|
React__default.createElement("defs", null,
|
|
194
194
|
React__default.createElement("clipPath", { id: "a" },
|
|
@@ -200,7 +200,7 @@ iconMap['ic_border_color'] = (React__default.createElement("svg", { xmlns: "http
|
|
|
200
200
|
iconMap['ic_cancel_clear'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
201
201
|
React__default.createElement("path", { d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2Zm4.3 14.3a.996.996 0 0 1-1.41 0L12 13.41 9.11 16.3a.996.996 0 1 1-1.41-1.41L10.59 12 7.7 9.11A.996.996 0 1 1 9.11 7.7L12 10.59l2.89-2.89a.996.996 0 1 1 1.41 1.41L13.41 12l2.89 2.89c.38.38.38 1.02 0 1.41Z" })));
|
|
202
202
|
iconMap['ic_cancel_outline'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
203
|
-
React__default.createElement("g", {
|
|
203
|
+
React__default.createElement("g", { clipPath: "url(#a)" },
|
|
204
204
|
React__default.createElement("path", { d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Zm3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41 15.59 7Z" })),
|
|
205
205
|
React__default.createElement("defs", null,
|
|
206
206
|
React__default.createElement("clipPath", { id: "a" },
|
|
@@ -256,7 +256,7 @@ iconMap['ic_data_display_threshold_medium_rural'] = (React__default.createElemen
|
|
|
256
256
|
iconMap['ic_dealings'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
257
257
|
React__default.createElement("path", { d: "M20 5h-3V2c0-.6-.4-1-1-1H4c-.6 0-1 .4-1 1v16c0 .6.4 1 1 1h3v3c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1ZM7 5v12H5V3h10v2H7Zm12 16H9V7h10v14Zm-1-11h-8v2h8v-2Zm-8 3h8v2h-8v-2Zm8 3h-8v2h8v-2Z" })));
|
|
258
258
|
iconMap['ic_delete_forever'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
259
|
-
React__default.createElement("g", {
|
|
259
|
+
React__default.createElement("g", { clipPath: "url(#a)" },
|
|
260
260
|
React__default.createElement("path", { d: "M14.12 10.47 12 12.59l-2.13-2.12-1.41 1.41L10.59 14l-2.12 2.12 1.41 1.41L12 15.41l2.12 2.12 1.41-1.41L13.41 14l2.12-2.12-1.41-1.41ZM15.5 4l-1-1h-5l-1 1H5v2h14V4h-3.5ZM6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12ZM8 9h8v10H8V9Z" })),
|
|
261
261
|
React__default.createElement("defs", null,
|
|
262
262
|
React__default.createElement("clipPath", { id: "a" },
|
|
@@ -372,10 +372,13 @@ iconMap['ic_lists_folder'] = (React__default.createElement("svg", { viewBox: "0
|
|
|
372
372
|
React__default.createElement("path", { d: "M4 20c-.55 0-1.02-.196-1.413-.587A1.926 1.926 0 0 1 2 18V6c0-.55.196-1.02.587-1.412A1.926 1.926 0 0 1 4 4h5.175a1.975 1.975 0 0 1 1.4.575L12 6h8c.55 0 1.02.196 1.413.588.391.391.587.862.587 1.412H11.175l-2-2H4v12l1.975-6.575c.133-.433.38-.78.738-1.038A1.985 1.985 0 0 1 7.9 10h12.9c.683 0 1.22.27 1.613.813.391.541.495 1.129.312 1.762l-1.8 6a1.95 1.95 0 0 1-.738 1.038A1.985 1.985 0 0 1 19 20H4Zm2.1-2H19l1.8-6H7.9l-1.8 6Z" })));
|
|
373
373
|
iconMap['ic_locate'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
374
374
|
React__default.createElement("path", { d: "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4Zm8.94 3A8.994 8.994 0 0 0 13 3.06V2c0-.55-.45-1-1-1s-1 .45-1 1v1.06A8.994 8.994 0 0 0 3.06 11H2c-.55 0-1 .45-1 1s.45 1 1 1h1.06A8.994 8.994 0 0 0 11 20.94V22c0 .55.45 1 1 1s1-.45 1-1v-1.06A8.994 8.994 0 0 0 20.94 13H22c.55 0 1-.45 1-1s-.45-1-1-1h-1.06ZM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7Z" })));
|
|
375
|
+
iconMap['ic_located_in_spatial'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
376
|
+
React__default.createElement("path", { d: "m10.32 14.736-2.057-2.064A.912.912 0 0 1 8 12c0-.272.088-.496.263-.672a.89.89 0 0 1 .658-.264c.263 0 .49.088.681.264l1.387 1.344 3.396-3.408A.89.89 0 0 1 15.043 9a.93.93 0 0 1 .682.288.91.91 0 0 1 .274.696.993.993 0 0 1-.298.696l-4.042 4.056a.905.905 0 0 1-.67.264.905.905 0 0 1-.67-.264Z" }),
|
|
377
|
+
React__default.createElement("path", { d: "M20.94 11A8.994 8.994 0 0 0 13 3.06V2c0-.55-.45-1-1-1s-1 .45-1 1v1.06A8.994 8.994 0 0 0 3.06 11H2c-.55 0-1 .45-1 1s.45 1 1 1h1.06A8.994 8.994 0 0 0 11 20.94V22c0 .55.45 1 1 1s1-.45 1-1v-1.06A8.994 8.994 0 0 0 20.94 13H22c.55 0 1-.45 1-1s-.45-1-1-1h-1.06ZM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7Z" })));
|
|
375
378
|
iconMap['ic_lock'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
376
379
|
React__default.createElement("path", { d: "M14 7.5h-1v-2c0-2.76-2.24-5-5-5s-5 2.24-5 5v2H2c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-10c0-1.1-.9-2-2-2Zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Zm3.1-9H4.9v-2c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2Z" })));
|
|
377
380
|
iconMap['ic_lock_alt'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
378
|
-
React__default.createElement("g", {
|
|
381
|
+
React__default.createElement("g", { clipPath: "url(#a)" },
|
|
379
382
|
React__default.createElement("path", { d: "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2ZM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6Zm9 14H6V10h12v10Zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2Z" })),
|
|
380
383
|
React__default.createElement("defs", null,
|
|
381
384
|
React__default.createElement("clipPath", { id: "a" },
|
|
@@ -415,7 +418,7 @@ iconMap['ic_note_add'] = (React__default.createElement("svg", { viewBox: "0 0 24
|
|
|
415
418
|
iconMap['ic_notice_of_change'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
416
419
|
React__default.createElement("path", { d: "M15 2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8l-6-6ZM9.9 19.7H8.1L6.2 16c0 .6.1 1 .1 1.3v2.3H5v-5.2h1.8L8.7 18v-3.6h1.2v5.3Zm4.1-.5c-.4.4-.8.5-1.5.5-.6 0-1.1-.2-1.5-.6-.4-.4-.5-.9-.5-1.5 0-.7.2-1.2.5-1.5.4-.4.9-.5 1.5-.5.4 0 .7.1 1 .3.3.2.5.4.7.7.2.3.2.7.2 1.1.1.6-.1 1.1-.4 1.5Zm4.6-3.3c-.2-.1-.4-.2-.6-.2-.2 0-.4-.1-.6-.1-.3 0-.6.1-.8.4-.2.3-.3.6-.3 1.1 0 1 .4 1.5 1.1 1.5.2 0 .5 0 .7-.1.2-.1.4-.1.6-.2v1.2c-.4.2-.9.3-1.5.3-.8 0-1.4-.2-1.8-.7-.4-.5-.6-1.1-.6-2 0-.5.1-1 .3-1.4.2-.4.5-.7.9-.9.4-.2.8-.3 1.3-.3.6 0 1.1.1 1.6.4l-.3 1ZM19 12H5V4h9v5h5v3Zm-7.1 5.6c0 .3 0 .6.1.8.1.2.2.3.5.3.2 0 .4-.1.5-.3.1-.2.1-.4.1-.8 0-.3 0-.6-.1-.8-.1-.2-.2-.3-.5-.3-.2 0-.4.1-.5.3-.1.2-.1.5-.1.8Z" })));
|
|
417
420
|
iconMap['ic_notifications'] = (React__default.createElement("svg", { viewBox: "0 0 24 24" },
|
|
418
|
-
React__default.createElement("g", {
|
|
421
|
+
React__default.createElement("g", { clipPath: "url(#a)" },
|
|
419
422
|
React__default.createElement("path", { d: "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2Zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2Zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6Z" })),
|
|
420
423
|
React__default.createElement("defs", null,
|
|
421
424
|
React__default.createElement("clipPath", { id: "a" },
|
|
@@ -429,7 +432,7 @@ iconMap['ic_order_history'] = (React__default.createElement("svg", { viewBox: "0
|
|
|
429
432
|
React__default.createElement("path", { d: "M6 19h4.813c.237.732.6 1.407 1.063 2H5c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v7.232a6.456 6.456 0 0 0-2-.656V5H6v14Z" }),
|
|
430
433
|
React__default.createElement("path", { d: "M12 17c0-2.76 2.24-5 5-5s5 2.24 5 5-2.24 5-5 5-5-2.24-5-5Zm4.64.35L18.29 19a.495.495 0 1 0 .7-.7l-1.5-1.5v-2.29c0-.28-.22-.5-.5-.5s-.5.22-.5.5V17c0 .13.06.26.15.35Z" })));
|
|
431
434
|
iconMap['ic_package'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
432
|
-
React__default.createElement("g", {
|
|
435
|
+
React__default.createElement("g", { clipPath: "url(#a)" },
|
|
433
436
|
React__default.createElement("path", { d: "M20 2H4c-1 0-2 .9-2 2v3.01c0 .72.43 1.34 1 1.69V20c0 1.1 1.1 2 2 2h14c.9 0 2-.9 2-2V8.7c.57-.35 1-.97 1-1.69V4c0-1.1-1-2-2-2Zm-1 18H5V9h14v11Zm1-13H4V4h16v3Z" }),
|
|
434
437
|
React__default.createElement("path", { d: "M15 12H9v2h6v-2Z" })),
|
|
435
438
|
React__default.createElement("defs", null,
|
|
@@ -454,7 +457,7 @@ iconMap['ic_picker'] = (React__default.createElement("svg", { viewBox: "0 0 24 2
|
|
|
454
457
|
iconMap['ic_placeholder'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
455
458
|
React__default.createElement("circle", { cx: "12", cy: "12", r: "5" })));
|
|
456
459
|
iconMap['ic_plus_one'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
457
|
-
React__default.createElement("g", {
|
|
460
|
+
React__default.createElement("g", { clipPath: "url(#a)" },
|
|
458
461
|
React__default.createElement("path", { d: "M10 8H8v4H4v2h4v4h2v-4h4v-2h-4V8Zm4.5-1.92V7.9l2.5-.5V18h2V5l-4.5 1.08Z" })),
|
|
459
462
|
React__default.createElement("defs", null,
|
|
460
463
|
React__default.createElement("clipPath", { id: "a" },
|
|
@@ -472,10 +475,15 @@ iconMap['ic_product_list'] = (React__default.createElement("svg", { viewBox: "0
|
|
|
472
475
|
React__default.createElement("path", { d: "M12 9h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1Zm0 4h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1Zm0 4h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1ZM7 7h2v2H7V7Zm0 4h2v2H7v-2Zm0 4h2v2H7v-2ZM20 3H4c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1Zm-1 16H5V5h14v14Z" })));
|
|
473
476
|
iconMap['ic_publish'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
474
477
|
React__default.createElement("path", { d: "M5 4h14v2H5zm0 10h4v6h6v-6h4l-7-7-7 7zm8-2v6h-2v-6H9.83L12 9.83 14.17 12H13z" })));
|
|
478
|
+
iconMap['ic_push_pin_remove'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
479
|
+
React__default.createElement("path", { d: "M18.073 13.997c.516-.037.927-.472.927-.997v-.13c0-.47-.34-.85-.8-.98A2.997 2.997 0 0 1 16 9V4h1c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1h1v1.573l2 1.672V4h4v5c0 .771.149 1.394.332 1.868l3.741 3.13ZM13 14.935l7.71 6.43 1.27-1.518L2.02 3.153.727 4.699l6.898 5.754A3.004 3.004 0 0 1 5.8 11.89c-.46.13-.8.51-.8.98V13c0 .55.45 1 1 1h5v7c0 .55.45 1 1 1s1-.45 1-1v-6.065Z" })));
|
|
480
|
+
iconMap['ic_read_only'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
481
|
+
React__default.createElement("path", { d: "m14.07 13.68 3.74-3.74-3.75-3.75-3.63 3.63.627.665L14.06 7.5 16.5 10l-3.037 3.037.607.643ZM20.71 5.63l-2.34-2.34c-.2-.2-.45-.29-.71-.29-.26 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83a.996.996 0 0 0 0-1.41Z" }),
|
|
482
|
+
React__default.createElement("path", { d: "M16.96 3.29c.19-.19.44-.29.7-.29.26 0 .51.09.71.29l2.34 2.34c.39.39.39 1.02 0 1.41l-1.83 1.83-3.75-3.75m1.83-1.83-1.83 1.83m1.83-1.83-1.83 1.83m-1.06 8.56 3.74-3.74-3.75-3.75-3.63 3.63m3.64 3.86-.607-.643m.607.643 6.43 6.82-.5.5L3.5 3.5 4 3l6.43 6.82m3.64 3.86L6.75 21H3v-3.75l7.43-7.43m0 0 .627.665m0 0L14.06 7.5 16.5 10l-3.037 3.037m-2.406-2.552 2.406 2.552m-2.406-2.552L4 17.5V20h2.5l6.963-6.963", stroke: "#000" })));
|
|
475
483
|
iconMap['ic_refresh'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
476
484
|
React__default.createElement("path", { d: "M17.65 6.35a7.95 7.95 0 0 0-6.48-2.31c-3.67.37-6.69 3.35-7.1 7.02C3.52 15.91 7.27 20 12 20a7.98 7.98 0 0 0 7.21-4.56c.32-.67-.16-1.44-.9-1.44-.37 0-.72.2-.88.53a5.994 5.994 0 0 1-6.8 3.31c-2.22-.49-4.01-2.3-4.48-4.52A6.002 6.002 0 0 1 12 6c1.66 0 3.14.69 4.22 1.78l-1.51 1.51c-.63.63-.19 1.71.7 1.71H19c.55 0 1-.45 1-1V6.41c0-.89-1.08-1.34-1.71-.71l-.64.65Z" })));
|
|
477
485
|
iconMap['ic_regenerate'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
478
|
-
React__default.createElement("g", {
|
|
486
|
+
React__default.createElement("g", { clipPath: "url(#a)" },
|
|
479
487
|
React__default.createElement("path", { d: "M12 6v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.2.2-.51 0-.71l-2.79-2.79a.5.5 0 0 0-.85.36V4c-4.42 0-8 3.58-8 8 0 1.04.2 2.04.57 2.95.27.67 1.13.85 1.64.34.27-.27.38-.68.23-1.04C6.15 13.56 6 12.79 6 12c0-3.31 2.69-6 6-6Zm5.79 2.71c-.27.27-.38.69-.23 1.04.28.7.44 1.46.44 2.25 0 3.31-2.69 6-6 6v-1.79c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79a.5.5 0 0 0 .85-.35V20c4.42 0 8-3.58 8-8 0-1.04-.2-2.04-.57-2.95-.27-.67-1.13-.85-1.64-.34Z" })),
|
|
480
488
|
React__default.createElement("defs", null,
|
|
481
489
|
React__default.createElement("clipPath", { id: "a" },
|
|
@@ -491,7 +499,7 @@ iconMap['ic_request'] = (React__default.createElement("svg", { viewBox: "0 0 24
|
|
|
491
499
|
iconMap['ic_requisitions'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
492
500
|
React__default.createElement("path", { d: "M4 2h16c1.1 0 1.99.9 1.99 2L22 22l-4-4H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2Zm0 14h14.83l.59.59.58.58V4H4v12Zm9-4h-2v2h2v-2Zm0-6h-2v4h2V6Z" })));
|
|
493
501
|
iconMap['ic_restore'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
494
|
-
React__default.createElement("g", {
|
|
502
|
+
React__default.createElement("g", { clipPath: "url(#a)" },
|
|
495
503
|
React__default.createElement("path", { d: "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6Zm4 18H6V4h7.17L18 8.83V20Z" }),
|
|
496
504
|
React__default.createElement("path", { d: "m16.72 9.4-1.17 1.17a4.477 4.477 0 0 0-3.77-2.07c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5a4.51 4.51 0 0 0 4.12-2.7h-1.55a3.14 3.14 0 0 1-2.58 1.35 3.15 3.15 0 1 1 0-6.3c1.21 0 2.27.7 2.79 1.71L13.12 13h3.6V9.4Z" })),
|
|
497
505
|
React__default.createElement("defs", null,
|
|
@@ -557,7 +565,7 @@ iconMap['ic_tune_setting_configure'] = (React__default.createElement("svg", { vi
|
|
|
557
565
|
iconMap['ic_unlink'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
558
566
|
React__default.createElement("path", { d: "m14.39 11.065 1.61 1.61v-1.61h-1.61zm2.61-4h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.27-.77 2.37-1.87 2.84l1.4 1.4a4.986 4.986 0 0 0 2.37-4.24c0-2.76-2.24-5-5-5zM2 4.335l3.11 3.11A4.991 4.991 0 0 0 2 12.065c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07l2.07 2.07H8v2h2.73l2.27 2.27v1.73h1.73l4.01 4.01 1.41-1.41L3.41 2.925 2 4.335z" })));
|
|
559
567
|
iconMap['ic_unlock'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
560
|
-
React__default.createElement("g", {
|
|
568
|
+
React__default.createElement("g", { clipPath: "url(#a)" },
|
|
561
569
|
React__default.createElement("path", { d: "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2Zm0 12H6V10h12v10Zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2Z" })),
|
|
562
570
|
React__default.createElement("defs", null,
|
|
563
571
|
React__default.createElement("clipPath", { id: "a" },
|