@linzjs/lui 15.0.2 → 15.0.3
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 +7 -0
- package/dist/assets/icons/arrow_drop_right.svg +5 -0
- package/dist/assets/icons/control_point.svg +8 -8
- package/dist/assets/icons/copy.svg +5 -0
- package/dist/assets/icons/link.svg +5 -0
- package/dist/assets/icons/menu.svg +5 -0
- package/dist/assets/icons/more_vert.svg +5 -0
- package/dist/assets/icons/{order_histroy.svg → order_history.svg} +0 -0
- package/dist/assets/icons/unlink.svg +5 -0
- package/dist/assets/icons/zoom_centre.svg +5 -0
- package/dist/assets/svg-content.tsx +58 -9
- package/dist/index.js +30 -9
- package/dist/index.js.map +1 -1
- package/dist/lui.esm.js +30 -9
- package/dist/lui.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [15.0.3](https://github.com/linz/lui/compare/v15.0.2...v15.0.3) (2022-02-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* more icons listed ([#565](https://github.com/linz/lui/issues/565)) ([67e8810](https://github.com/linz/lui/commit/67e881051f4e86492a3bb14eb774fc9325681edf))
|
|
7
|
+
|
|
1
8
|
## [15.0.2](https://github.com/linz/lui/compare/v15.0.1...v15.0.2) (2022-02-22)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<!-- Generated by IcoMoon.io -->
|
|
2
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
2
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
3
3
|
<title>control_point</title>
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="
|
|
7
|
-
<path d="
|
|
8
|
-
<path d="
|
|
9
|
-
<path d="
|
|
10
|
-
<path d="
|
|
4
|
+
<path d="M19.446 12.6h-2.9v2.3h2.9v-2.3z"></path>
|
|
5
|
+
<path d="M10.346 10.3c1.9 0 3.4 1.5 3.4 3.4s-1.5 3.4-3.4 3.4c-1.9 0-3.4-1.5-3.4-3.4s1.5-3.4 3.4-3.4zM10.346 12c-0.9 0-1.7 0.8-1.7 1.7s0.8 1.7 1.7 1.7c0.9 0 1.7-0.8 1.7-1.7s-0.8-1.7-1.7-1.7z"></path>
|
|
6
|
+
<path d="M4.046 12.6h-2.9v2.3h2.9v-2.3z"></path>
|
|
7
|
+
<path d="M11.446 4.6h-2.3v2.9h2.3v-2.9z"></path>
|
|
8
|
+
<path d="M11.446 20h-2.3v2.9h2.3v-2.9z"></path>
|
|
9
|
+
<path d="M15.546 11.4c0.3 0.7 0.5 1.5 0.5 2.3 0 3.2-2.6 5.7-5.7 5.7-3.2 0-5.7-2.6-5.7-5.7s2.5-5.7 5.7-5.7c0.8 0 1.6 0.2 2.3 0.5v-1.9c-0.7-0.2-1.5-0.4-2.3-0.4-4.1 0-7.4 3.3-7.4 7.4s3.3 7.4 7.4 7.4 7.4-3.3 7.4-7.4c0-0.8-0.1-1.6-0.4-2.3h-1.8v0.1z"></path>
|
|
10
|
+
<path d="M21.146 1.1h-5.7c-0.9 0-1.7 0.8-1.7 1.7v5.7c0 0.9 0.8 1.7 1.7 1.7h5.7c0.9 0 1.7-0.8 1.7-1.7v-5.6c0.1-1-0.7-1.8-1.7-1.8z"></path>
|
|
11
11
|
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<!-- Generated by IcoMoon.io -->
|
|
2
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
3
|
+
<title>copy</title>
|
|
4
|
+
<path d="M8.5 20h10v-13c0-0.55 0.45-1 1-1s1 0.45 1 1v13c0 1.1-0.9 2-2 2h-10c-0.55 0-1-0.45-1-1s0.45-1 1-1zM3.5 16v-12c0-1.1 0.9-2 2-2h9c1.1 0 2 0.9 2 2v12c0 1.1-0.9 2-2 2h-9c-1.1 0-2-0.9-2-2zM5.5 16h9v-12h-9v12z"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<!-- Generated by IcoMoon.io -->
|
|
2
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
3
|
+
<title>link</title>
|
|
4
|
+
<path d="M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zM11 15h-4c-1.65 0-3-1.35-3-3s1.35-3 3-3h4v-2h-4c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zM8 11h8v2h-8v-2z"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<!-- Generated by IcoMoon.io -->
|
|
2
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
3
|
+
<title>menu</title>
|
|
4
|
+
<path d="M4 18h16c0.55 0 1-0.45 1-1s-0.45-1-1-1h-16c-0.55 0-1 0.45-1 1s0.45 1 1 1zM4 13h16c0.55 0 1-0.45 1-1s-0.45-1-1-1h-16c-0.55 0-1 0.45-1 1s0.45 1 1 1zM3 7c0 0.55 0.45 1 1 1h16c0.55 0 1-0.45 1-1s-0.45-1-1-1h-16c-0.55 0-1 0.45-1 1z"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<!-- Generated by IcoMoon.io -->
|
|
2
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
3
|
+
<title>more_vert</title>
|
|
4
|
+
<path d="M12 8c1.1 0 2-0.9 2-2s-0.9-2-2-2c-1.1 0-2 0.9-2 2s0.9 2 2 2zM12 10c-1.1 0-2 0.9-2 2s0.9 2 2 2c1.1 0 2-0.9 2-2s-0.9-2-2-2zM12 16c-1.1 0-2 0.9-2 2s0.9 2 2 2c1.1 0 2-0.9 2-2s-0.9-2-2-2z"></path>
|
|
5
|
+
</svg>
|
|
File without changes
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<!-- Generated by IcoMoon.io -->
|
|
2
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
3
|
+
<title>unlink</title>
|
|
4
|
+
<path d="M14.39 11.065l1.61 1.61v-1.61h-1.61zM17 7.065h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.27-0.77 2.37-1.87 2.84l1.4 1.4c1.42-0.88 2.37-2.45 2.37-4.24 0-2.76-2.24-5-5-5zM2 4.335l3.11 3.11c-1.82 0.74-3.11 2.53-3.11 4.62 0 2.76 2.24 5 5 5h4v-1.9h-4c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.070l2.070 2.070h-0.73v2h2.73l2.27 2.27v1.73h1.73l4.010 4.010 1.41-1.41-16.74-16.74-1.41 1.41z"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<!-- Generated by IcoMoon.io -->
|
|
2
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
3
|
+
<title>zoom_centre</title>
|
|
4
|
+
<path d="M17 12c0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.76 2.24 5 5 5s5-2.24 5-5zM12 15c-1.65 0-3-1.35-3-3s1.35-3 3-3c1.65 0 3 1.35 3 3s-1.35 3-3 3zM5 15h-2v4c0 1.1 0.9 2 2 2h4v-2h-4v-4zM5 5h4v-2h-4c-1.1 0-2 0.9-2 2v4h2v-4zM19 3h-4v2h4v4h2v-4c0-1.1-0.9-2-2-2zM19 19h-4v2h4c1.1 0 2-0.9 2-2v-4h-2v4z"></path>
|
|
5
|
+
</svg>
|
|
@@ -75,6 +75,13 @@ iconMap['ic_arrow_drop_down'] = (
|
|
|
75
75
|
</svg>
|
|
76
76
|
);
|
|
77
77
|
|
|
78
|
+
iconMap['ic_arrow_drop_right'] = (
|
|
79
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
80
|
+
<title>arrow_drop_right</title>
|
|
81
|
+
<path d="M9.492 6.984l5.016 5.016-5.016 5.016v-10.032z"></path>
|
|
82
|
+
</svg>
|
|
83
|
+
);
|
|
84
|
+
|
|
78
85
|
iconMap['ic_arrow_drop_up'] = (
|
|
79
86
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
80
87
|
<path d="M6.984 14.508 12 9.492l5.016 5.016H6.985z" />
|
|
@@ -149,15 +156,22 @@ iconMap['ic_columns'] = (
|
|
|
149
156
|
);
|
|
150
157
|
|
|
151
158
|
iconMap['ic_control_point'] = (
|
|
152
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
159
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
153
160
|
<title>control_point</title>
|
|
154
|
-
<path d="
|
|
155
|
-
<path d="
|
|
156
|
-
<path d="
|
|
157
|
-
<path d="
|
|
158
|
-
<path d="
|
|
159
|
-
<path d="
|
|
160
|
-
<path d="
|
|
161
|
+
<path d="M19.446 12.6h-2.9v2.3h2.9v-2.3z"></path>
|
|
162
|
+
<path d="M10.346 10.3c1.9 0 3.4 1.5 3.4 3.4s-1.5 3.4-3.4 3.4c-1.9 0-3.4-1.5-3.4-3.4s1.5-3.4 3.4-3.4zM10.346 12c-0.9 0-1.7 0.8-1.7 1.7s0.8 1.7 1.7 1.7c0.9 0 1.7-0.8 1.7-1.7s-0.8-1.7-1.7-1.7z"></path>
|
|
163
|
+
<path d="M4.046 12.6h-2.9v2.3h2.9v-2.3z"></path>
|
|
164
|
+
<path d="M11.446 4.6h-2.3v2.9h2.3v-2.9z"></path>
|
|
165
|
+
<path d="M11.446 20h-2.3v2.9h2.3v-2.9z"></path>
|
|
166
|
+
<path d="M15.546 11.4c0.3 0.7 0.5 1.5 0.5 2.3 0 3.2-2.6 5.7-5.7 5.7-3.2 0-5.7-2.6-5.7-5.7s2.5-5.7 5.7-5.7c0.8 0 1.6 0.2 2.3 0.5v-1.9c-0.7-0.2-1.5-0.4-2.3-0.4-4.1 0-7.4 3.3-7.4 7.4s3.3 7.4 7.4 7.4 7.4-3.3 7.4-7.4c0-0.8-0.1-1.6-0.4-2.3h-1.8v0.1z"></path>
|
|
167
|
+
<path d="M21.146 1.1h-5.7c-0.9 0-1.7 0.8-1.7 1.7v5.7c0 0.9 0.8 1.7 1.7 1.7h5.7c0.9 0 1.7-0.8 1.7-1.7v-5.6c0.1-1-0.7-1.8-1.7-1.8z"></path>
|
|
168
|
+
</svg>
|
|
169
|
+
);
|
|
170
|
+
|
|
171
|
+
iconMap['ic_copy'] = (
|
|
172
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
173
|
+
<title>copy</title>
|
|
174
|
+
<path d="M8.5 20h10v-13c0-0.55 0.45-1 1-1s1 0.45 1 1v13c0 1.1-0.9 2-2 2h-10c-0.55 0-1-0.45-1-1s0.45-1 1-1zM3.5 16v-12c0-1.1 0.9-2 2-2h9c1.1 0 2 0.9 2 2v12c0 1.1-0.9 2-2 2h-9c-1.1 0-2-0.9-2-2zM5.5 16h9v-12h-9v12z"></path>
|
|
161
175
|
</svg>
|
|
162
176
|
);
|
|
163
177
|
|
|
@@ -335,6 +349,13 @@ iconMap['ic_line_vector'] = (
|
|
|
335
349
|
</svg>
|
|
336
350
|
);
|
|
337
351
|
|
|
352
|
+
iconMap['ic_link'] = (
|
|
353
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
354
|
+
<title>link</title>
|
|
355
|
+
<path d="M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zM11 15h-4c-1.65 0-3-1.35-3-3s1.35-3 3-3h4v-2h-4c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zM8 11h8v2h-8v-2z"></path>
|
|
356
|
+
</svg>
|
|
357
|
+
);
|
|
358
|
+
|
|
338
359
|
iconMap['ic_list_add'] = (
|
|
339
360
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
340
361
|
<path d="M21.02 5H19V2.98c0-.54-.44-.98-.98-.98h-.03c-.55 0-.99.44-.99.98V5h-2.01c-.54 0-.98.44-.99.98v.03c0 .55.44.99.99.99H17v2.01c0 .54.44.99.99.98h.03c.54 0 .98-.44.98-.98V7h2.02c.54 0 .98-.44.98-.98v-.04c0-.54-.44-.98-.98-.98ZM18 12c-.55 0-1 .45-1 1v5.22c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1Z" />
|
|
@@ -373,6 +394,20 @@ iconMap['ic_marks'] = (
|
|
|
373
394
|
</svg>
|
|
374
395
|
);
|
|
375
396
|
|
|
397
|
+
iconMap['ic_menu'] = (
|
|
398
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
399
|
+
<title>menu</title>
|
|
400
|
+
<path d="M4 18h16c0.55 0 1-0.45 1-1s-0.45-1-1-1h-16c-0.55 0-1 0.45-1 1s0.45 1 1 1zM4 13h16c0.55 0 1-0.45 1-1s-0.45-1-1-1h-16c-0.55 0-1 0.45-1 1s0.45 1 1 1zM3 7c0 0.55 0.45 1 1 1h16c0.55 0 1-0.45 1-1s-0.45-1-1-1h-16c-0.55 0-1 0.45-1 1z"></path>
|
|
401
|
+
</svg>
|
|
402
|
+
);
|
|
403
|
+
|
|
404
|
+
iconMap['ic_more_vert'] = (
|
|
405
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
406
|
+
<title>more_vert</title>
|
|
407
|
+
<path d="M12 8c1.1 0 2-0.9 2-2s-0.9-2-2-2c-1.1 0-2 0.9-2 2s0.9 2 2 2zM12 10c-1.1 0-2 0.9-2 2s0.9 2 2 2c1.1 0 2-0.9 2-2s-0.9-2-2-2zM12 16c-1.1 0-2 0.9-2 2s0.9 2 2 2c1.1 0 2-0.9 2-2s-0.9-2-2-2z"></path>
|
|
408
|
+
</svg>
|
|
409
|
+
);
|
|
410
|
+
|
|
376
411
|
iconMap['ic_navigate_before'] = (
|
|
377
412
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
378
413
|
<path d="M15.703 7.406 11.109 12l4.594 4.594L14.297 18l-6-6 6-6z" />
|
|
@@ -397,7 +432,7 @@ iconMap['ic_office_building_corporate'] = (
|
|
|
397
432
|
</svg>
|
|
398
433
|
);
|
|
399
434
|
|
|
400
|
-
iconMap['
|
|
435
|
+
iconMap['ic_order_history'] = (
|
|
401
436
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
402
437
|
<path d="M9 9h6c.55 0 1-.45 1-1s-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1ZM9 13h2.876a6.52 6.52 0 0 1 2.62-2H9c-.55 0-1 .45-1 1s.45 1 1 1ZM9 15h1.813a6.497 6.497 0 0 0-.313 2H9c-.55 0-1-.45-1-1s.45-1 1-1Z" />
|
|
403
438
|
<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" />
|
|
@@ -571,6 +606,13 @@ iconMap['ic_tune_setting_configure'] = (
|
|
|
571
606
|
</svg>
|
|
572
607
|
);
|
|
573
608
|
|
|
609
|
+
iconMap['ic_unlink'] = (
|
|
610
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
611
|
+
<title>unlink</title>
|
|
612
|
+
<path d="M14.39 11.065l1.61 1.61v-1.61h-1.61zM17 7.065h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.27-0.77 2.37-1.87 2.84l1.4 1.4c1.42-0.88 2.37-2.45 2.37-4.24 0-2.76-2.24-5-5-5zM2 4.335l3.11 3.11c-1.82 0.74-3.11 2.53-3.11 4.62 0 2.76 2.24 5 5 5h4v-1.9h-4c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.070l2.070 2.070h-0.73v2h2.73l2.27 2.27v1.73h1.73l4.010 4.010 1.41-1.41-16.74-16.74-1.41 1.41z"></path>
|
|
613
|
+
</svg>
|
|
614
|
+
);
|
|
615
|
+
|
|
574
616
|
iconMap['ic_upload'] = (
|
|
575
617
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
576
618
|
<path d="M5 4h14v2H5V4Zm0 10h4v6h6v-6h4l-7-7-7 7Zm8-2v6h-2v-6H9.83L12 9.83 14.17 12H13Z" />
|
|
@@ -631,6 +673,13 @@ iconMap['ic_xml_file'] = (
|
|
|
631
673
|
</svg>
|
|
632
674
|
);
|
|
633
675
|
|
|
676
|
+
iconMap['ic_zoom_centre'] = (
|
|
677
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
678
|
+
<title>zoom_centre</title>
|
|
679
|
+
<path d="M17 12c0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.76 2.24 5 5 5s5-2.24 5-5zM12 15c-1.65 0-3-1.35-3-3s1.35-3 3-3c1.65 0 3 1.35 3 3s-1.35 3-3 3zM5 15h-2v4c0 1.1 0.9 2 2 2h4v-2h-4v-4zM5 5h4v-2h-4c-1.1 0-2 0.9-2 2v4h2v-4zM19 3h-4v2h4v4h2v-4c0-1.1-0.9-2-2-2zM19 19h-4v2h4c1.1 0 2-0.9 2-2v-4h-2v4z"></path>
|
|
680
|
+
</svg>
|
|
681
|
+
);
|
|
682
|
+
|
|
634
683
|
iconMap['ic_zoom_out'] = (
|
|
635
684
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
636
685
|
<path d="M19 13H5v-2h14v2Z" />
|
package/dist/index.js
CHANGED
|
@@ -502,6 +502,9 @@ iconMap['ic_arrow_back_ios'] = (React__default["default"].createElement("svg", {
|
|
|
502
502
|
React__default["default"].createElement("path", { d: "M17.836 3.891 9.727 12l8.109 8.109-1.781 1.781-9.891-9.891 9.891-9.891z" })));
|
|
503
503
|
iconMap['ic_arrow_drop_down'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
504
504
|
React__default["default"].createElement("path", { d: "M6.984 9.492h10.031l-5.016 5.016z" })));
|
|
505
|
+
iconMap['ic_arrow_drop_right'] = (React__default["default"].createElement("svg", { version: "1.1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
506
|
+
React__default["default"].createElement("title", null, "arrow_drop_right"),
|
|
507
|
+
React__default["default"].createElement("path", { d: "M9.492 6.984l5.016 5.016-5.016 5.016v-10.032z" })));
|
|
505
508
|
iconMap['ic_arrow_drop_up'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
506
509
|
React__default["default"].createElement("path", { d: "M6.984 14.508 12 9.492l5.016 5.016H6.985z" })));
|
|
507
510
|
iconMap['ic_arrow_forward_ios'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
@@ -528,15 +531,18 @@ iconMap['ic_clear'] = (React__default["default"].createElement("svg", { xmlns: "
|
|
|
528
531
|
React__default["default"].createElement("path", { d: "M18.984 6.422 13.406 12l5.578 5.578-1.406 1.406L12 13.406l-5.578 5.578-1.406-1.406L10.594 12 5.016 6.422l1.406-1.406L12 10.594l5.578-5.578z" })));
|
|
529
532
|
iconMap['ic_columns'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
530
533
|
React__default["default"].createElement("path", { d: "M14.67 6v12c0 .55-.45 1-1 1h-3.33c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h3.33c.55 0 1 .45 1 1Zm2 13H20c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1h-3.33c-.55 0-1 .45-1 1v12c0 .55.44 1 1 1Zm-8.34-1V6c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3.33c.56 0 1-.45 1-1Z" })));
|
|
531
|
-
iconMap['ic_control_point'] = (React__default["default"].createElement("svg", { version: "1.1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0
|
|
534
|
+
iconMap['ic_control_point'] = (React__default["default"].createElement("svg", { version: "1.1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
532
535
|
React__default["default"].createElement("title", null, "control_point"),
|
|
533
|
-
React__default["default"].createElement("path", { d: "
|
|
534
|
-
React__default["default"].createElement("path", { d: "
|
|
535
|
-
React__default["default"].createElement("path", { d: "
|
|
536
|
-
React__default["default"].createElement("path", { d: "
|
|
537
|
-
React__default["default"].createElement("path", { d: "
|
|
538
|
-
React__default["default"].createElement("path", { d: "
|
|
539
|
-
React__default["default"].createElement("path", { d: "
|
|
536
|
+
React__default["default"].createElement("path", { d: "M19.446 12.6h-2.9v2.3h2.9v-2.3z" }),
|
|
537
|
+
React__default["default"].createElement("path", { d: "M10.346 10.3c1.9 0 3.4 1.5 3.4 3.4s-1.5 3.4-3.4 3.4c-1.9 0-3.4-1.5-3.4-3.4s1.5-3.4 3.4-3.4zM10.346 12c-0.9 0-1.7 0.8-1.7 1.7s0.8 1.7 1.7 1.7c0.9 0 1.7-0.8 1.7-1.7s-0.8-1.7-1.7-1.7z" }),
|
|
538
|
+
React__default["default"].createElement("path", { d: "M4.046 12.6h-2.9v2.3h2.9v-2.3z" }),
|
|
539
|
+
React__default["default"].createElement("path", { d: "M11.446 4.6h-2.3v2.9h2.3v-2.9z" }),
|
|
540
|
+
React__default["default"].createElement("path", { d: "M11.446 20h-2.3v2.9h2.3v-2.9z" }),
|
|
541
|
+
React__default["default"].createElement("path", { d: "M15.546 11.4c0.3 0.7 0.5 1.5 0.5 2.3 0 3.2-2.6 5.7-5.7 5.7-3.2 0-5.7-2.6-5.7-5.7s2.5-5.7 5.7-5.7c0.8 0 1.6 0.2 2.3 0.5v-1.9c-0.7-0.2-1.5-0.4-2.3-0.4-4.1 0-7.4 3.3-7.4 7.4s3.3 7.4 7.4 7.4 7.4-3.3 7.4-7.4c0-0.8-0.1-1.6-0.4-2.3h-1.8v0.1z" }),
|
|
542
|
+
React__default["default"].createElement("path", { d: "M21.146 1.1h-5.7c-0.9 0-1.7 0.8-1.7 1.7v5.7c0 0.9 0.8 1.7 1.7 1.7h5.7c0.9 0 1.7-0.8 1.7-1.7v-5.6c0.1-1-0.7-1.8-1.7-1.8z" })));
|
|
543
|
+
iconMap['ic_copy'] = (React__default["default"].createElement("svg", { version: "1.1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
544
|
+
React__default["default"].createElement("title", null, "copy"),
|
|
545
|
+
React__default["default"].createElement("path", { d: "M8.5 20h10v-13c0-0.55 0.45-1 1-1s1 0.45 1 1v13c0 1.1-0.9 2-2 2h-10c-0.55 0-1-0.45-1-1s0.45-1 1-1zM3.5 16v-12c0-1.1 0.9-2 2-2h9c1.1 0 2 0.9 2 2v12c0 1.1-0.9 2-2 2h-9c-1.1 0-2-0.9-2-2zM5.5 16h9v-12h-9v12z" })));
|
|
540
546
|
iconMap['ic_corporate_fare'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
541
547
|
React__default["default"].createElement("path", { d: "M12 6.984V3H2.016v18h19.969V6.984h-9.984zm-2.016 12h-6v-1.969h6v1.969zm0-3.984h-6v-2.016h6V15zm0-3.984h-6V9h6v2.016zm0-4.032h-6V5.015h6v1.969zm10.032 12H12V9h8.016v9.984zM18 11.016h-3.984v1.969H18v-1.969zM18 15h-3.984v2.016H18V15z" })));
|
|
542
548
|
iconMap['ic_create'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
@@ -595,6 +601,9 @@ iconMap['ic_line_irregular'] = (React__default["default"].createElement("svg", {
|
|
|
595
601
|
React__default["default"].createElement("path", { d: "M2.7 17.29c.39.39 1.02.39 1.41 0L8.7 12.7a.996.996 0 0 1 1.41 0l1.17 1.17a3 3 0 0 0 4.24 0L19.7 9.7l1.44 1.44a.5.5 0 0 0 .85-.35V6.5a.48.48 0 0 0-.49-.5h-4.29c-.45 0-.67.54-.35.85l1.44 1.44-4.17 4.17a.996.996 0 0 1-1.41 0l-1.17-1.17a3 3 0 0 0-4.24 0L2.7 15.88c-.38.39-.38 1.03 0 1.41Z" })));
|
|
596
602
|
iconMap['ic_line_vector'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
597
603
|
React__default["default"].createElement("path", { d: "m21.65 11.65-2.79-2.79a.501.501 0 0 0-.86.35V11H4c-.55 0-1 .45-1 1s.45 1 1 1h14v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7Z" })));
|
|
604
|
+
iconMap['ic_link'] = (React__default["default"].createElement("svg", { version: "1.1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
605
|
+
React__default["default"].createElement("title", null, "link"),
|
|
606
|
+
React__default["default"].createElement("path", { d: "M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zM11 15h-4c-1.65 0-3-1.35-3-3s1.35-3 3-3h4v-2h-4c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zM8 11h8v2h-8v-2z" })));
|
|
598
607
|
iconMap['ic_list_add'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
599
608
|
React__default["default"].createElement("path", { d: "M21.02 5H19V2.98c0-.54-.44-.98-.98-.98h-.03c-.55 0-.99.44-.99.98V5h-2.01c-.54 0-.98.44-.99.98v.03c0 .55.44.99.99.99H17v2.01c0 .54.44.99.99.98h.03c.54 0 .98-.44.98-.98V7h2.02c.54 0 .98-.44.98-.98v-.04c0-.54-.44-.98-.98-.98ZM18 12c-.55 0-1 .45-1 1v5.22c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1Z" }),
|
|
600
609
|
React__default["default"].createElement("path", { d: "M7 10c0-.55.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1H8c-.55 0-1-.45-1-1ZM8 12c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1H8ZM7 16c0-.55.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1H8c-.55 0-1-.45-1-1Z" })));
|
|
@@ -609,6 +618,12 @@ iconMap['ic_mark_linking'] = (React__default["default"].createElement("svg", { v
|
|
|
609
618
|
React__default["default"].createElement("path", { d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 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-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3Z" })));
|
|
610
619
|
iconMap['ic_marks'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
611
620
|
React__default["default"].createElement("path", { d: "M7 18c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4Zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm4-2c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4Zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm5.6 17.6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4Zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Z" })));
|
|
621
|
+
iconMap['ic_menu'] = (React__default["default"].createElement("svg", { version: "1.1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
622
|
+
React__default["default"].createElement("title", null, "menu"),
|
|
623
|
+
React__default["default"].createElement("path", { d: "M4 18h16c0.55 0 1-0.45 1-1s-0.45-1-1-1h-16c-0.55 0-1 0.45-1 1s0.45 1 1 1zM4 13h16c0.55 0 1-0.45 1-1s-0.45-1-1-1h-16c-0.55 0-1 0.45-1 1s0.45 1 1 1zM3 7c0 0.55 0.45 1 1 1h16c0.55 0 1-0.45 1-1s-0.45-1-1-1h-16c-0.55 0-1 0.45-1 1z" })));
|
|
624
|
+
iconMap['ic_more_vert'] = (React__default["default"].createElement("svg", { version: "1.1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
625
|
+
React__default["default"].createElement("title", null, "more_vert"),
|
|
626
|
+
React__default["default"].createElement("path", { d: "M12 8c1.1 0 2-0.9 2-2s-0.9-2-2-2c-1.1 0-2 0.9-2 2s0.9 2 2 2zM12 10c-1.1 0-2 0.9-2 2s0.9 2 2 2c1.1 0 2-0.9 2-2s-0.9-2-2-2zM12 16c-1.1 0-2 0.9-2 2s0.9 2 2 2c1.1 0 2-0.9 2-2s-0.9-2-2-2z" })));
|
|
612
627
|
iconMap['ic_navigate_before'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
613
628
|
React__default["default"].createElement("path", { d: "M15.703 7.406 11.109 12l4.594 4.594L14.297 18l-6-6 6-6z" })));
|
|
614
629
|
iconMap['ic_navigate_next'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
@@ -617,7 +632,7 @@ iconMap['ic_note_add'] = (React__default["default"].createElement("svg", { viewB
|
|
|
617
632
|
React__default["default"].createElement("path", { d: "M13 11h-2v3H8v2h3v3h2v-3h3v-2h-3v-3Zm1-9H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6Zm4 18H6V4h7v5h5v11Z" })));
|
|
618
633
|
iconMap['ic_office_building_corporate'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
619
634
|
React__default["default"].createElement("path", { d: "M12 6.984V3H2.016v18h19.969V6.984H12Zm-2.016 12h-6v-1.969h6v1.969Zm0-3.984h-6v-2.016h6V15Zm0-3.984h-6V9h6v2.016Zm0-4.032h-6V5.015h6v1.969Zm10.032 12H12V9h8.016v9.984ZM18 11.016h-3.984v1.969H18v-1.969ZM18 15h-3.984v2.016H18V15Z" })));
|
|
620
|
-
iconMap['
|
|
635
|
+
iconMap['ic_order_history'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
621
636
|
React__default["default"].createElement("path", { d: "M9 9h6c.55 0 1-.45 1-1s-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1ZM9 13h2.876a6.52 6.52 0 0 1 2.62-2H9c-.55 0-1 .45-1 1s.45 1 1 1ZM9 15h1.813a6.497 6.497 0 0 0-.313 2H9c-.55 0-1-.45-1-1s.45-1 1-1Z" }),
|
|
622
637
|
React__default["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" }),
|
|
623
638
|
React__default["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" })));
|
|
@@ -679,6 +694,9 @@ iconMap['ic_title_allocation_swap'] = (React__default["default"].createElement("
|
|
|
679
694
|
React__default["default"].createElement("path", { d: "m6.14 11.86-2.78 2.79c-.19.2-.19.51 0 .71l2.78 2.79c.31.32.85.09.85-.35V16H13c.55 0 1-.45 1-1s-.45-1-1-1H6.99v-1.79c0-.45-.54-.67-.85-.35Zm14.51-3.21-2.78-2.79c-.31-.32-.85-.09-.85.35V8H11c-.55 0-1 .45-1 1s.45 1 1 1h6.01v1.79c0 .45.54.67.85.35l2.78-2.79c.2-.19.2-.51.01-.7Z" })));
|
|
680
695
|
iconMap['ic_tune_setting_configure'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
681
696
|
React__default["default"].createElement("path", { d: "M3 18c0 .55.45 1 1 1h5v-2H4c-.55 0-1 .45-1 1ZM3 6c0 .55.45 1 1 1h9V5H4c-.55 0-1 .45-1 1Zm10 14v-1h7c.55 0 1-.45 1-1s-.45-1-1-1h-7v-1c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1ZM7 10v1H4c-.55 0-1 .45-1 1s.45 1 1 1h3v1c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1s-1 .45-1 1Zm14 2c0-.55-.45-1-1-1h-9v2h9c.55 0 1-.45 1-1Zm-5-3c.55 0 1-.45 1-1V7h3c.55 0 1-.45 1-1s-.45-1-1-1h-3V4c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1Z" })));
|
|
697
|
+
iconMap['ic_unlink'] = (React__default["default"].createElement("svg", { version: "1.1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
698
|
+
React__default["default"].createElement("title", null, "unlink"),
|
|
699
|
+
React__default["default"].createElement("path", { d: "M14.39 11.065l1.61 1.61v-1.61h-1.61zM17 7.065h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.27-0.77 2.37-1.87 2.84l1.4 1.4c1.42-0.88 2.37-2.45 2.37-4.24 0-2.76-2.24-5-5-5zM2 4.335l3.11 3.11c-1.82 0.74-3.11 2.53-3.11 4.62 0 2.76 2.24 5 5 5h4v-1.9h-4c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.070l2.070 2.070h-0.73v2h2.73l2.27 2.27v1.73h1.73l4.010 4.010 1.41-1.41-16.74-16.74-1.41 1.41z" })));
|
|
682
700
|
iconMap['ic_upload'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
683
701
|
React__default["default"].createElement("path", { d: "M5 4h14v2H5V4Zm0 10h4v6h6v-6h4l-7-7-7 7Zm8-2v6h-2v-6H9.83L12 9.83 14.17 12H13Z" })));
|
|
684
702
|
iconMap['ic_view'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
@@ -699,6 +717,9 @@ iconMap['ic_waves'] = (React__default["default"].createElement("svg", { viewBox:
|
|
|
699
717
|
React__default["default"].createElement("path", { d: "M17 16.99c-1.35 0-2.2.42-2.95.8-.65.33-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.95c1.35 0 2.2-.42 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.42 2.95-.8.65-.33 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8Zm0-4.45c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8Zm2.95-8.08c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V5.04c-.9 0-1.4-.25-2.05-.58ZM17 8.09c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V9.49c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8Z" })));
|
|
700
718
|
iconMap['ic_xml_file'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
701
719
|
React__default["default"].createElement("path", { d: "M6 2h8l6 6v12c0 1.1-.9 2-2 2H5.99C4.89 22 4 21.1 4 20l.01-16c0-1.1.89-2 1.99-2Zm0 2v8h12V9h-5V4H6Zm-.98 15 1.513-2.51L5 14h1.433l.897 1.46.79-1.46h1.433l-1.547 2.55L9.52 19H8.087l-.87-1.407L6.452 19H5.02Zm4.804 0 .59-5h1.218l1.024 3.513L13.681 14h1.205l.596 5H14.23l-.322-2.698L13.252 19h-1.218l-.65-2.638L11.076 19H9.824Zm6.39-.31c.206.207.534.31.985.31H19v-1.17h-1.446c-.232 0-.348-.118-.348-.35V14h-1.3v3.701c0 .453.103.783.309.99Z" })));
|
|
720
|
+
iconMap['ic_zoom_centre'] = (React__default["default"].createElement("svg", { version: "1.1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
721
|
+
React__default["default"].createElement("title", null, "zoom_centre"),
|
|
722
|
+
React__default["default"].createElement("path", { d: "M17 12c0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.76 2.24 5 5 5s5-2.24 5-5zM12 15c-1.65 0-3-1.35-3-3s1.35-3 3-3c1.65 0 3 1.35 3 3s-1.35 3-3 3zM5 15h-2v4c0 1.1 0.9 2 2 2h4v-2h-4v-4zM5 5h4v-2h-4c-1.1 0-2 0.9-2 2v4h2v-4zM19 3h-4v2h4v4h2v-4c0-1.1-0.9-2-2-2zM19 19h-4v2h4c1.1 0 2-0.9 2-2v-4h-2v4z" })));
|
|
702
723
|
iconMap['ic_zoom_out'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
703
724
|
React__default["default"].createElement("path", { d: "M19 13H5v-2h14v2Z" })));
|
|
704
725
|
iconMap['ic_zoom_previous'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|