@linzjs/lui 24.6.1 → 24.9.0
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 +52 -0
- package/dist/assets/icons/adj_hold_fixed.svg +7 -0
- package/dist/assets/icons/adj_not_fixed.svg +7 -0
- package/dist/assets/icons/approve_adjustment.svg +4 -0
- package/dist/assets/icons/no_longer_restricted_hidden_title.svg +5 -0
- package/dist/assets/icons/restricted_hidden_title.svg +3 -0
- package/dist/assets/svg-content.d.ts +1 -1
- package/dist/assets/svg-content.tsx +46 -0
- package/dist/index.js +21 -0
- package/dist/index.js.map +1 -1
- package/dist/lui.esm.js +21 -0
- package/dist/lui.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,58 @@
|
|
|
5
5
|
|
|
6
6
|
* **LuiComboSelect:** restore interface to support styling of the input element. ([#1270](https://github.com/linz/lui/issues/1270)) ([7ce6a13](https://github.com/linz/lui/commit/7ce6a137c7f16ffa3acbe4357569a6eb59ef47db))
|
|
7
7
|
|
|
8
|
+
## [24.9.0](https://github.com/linz/Lui/compare/lui-v24.8.0...lui-v24.9.0) (2026-02-18)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* Add enabled flag to LuiFilterCharactersProvider ([#1307](https://github.com/linz/Lui/issues/1307)) ([d7fdfeb](https://github.com/linz/Lui/commit/d7fdfeb482e7de6b0e206c030555d049f3d8842d))
|
|
14
|
+
* CS-8474 - filter characters in LuiInput ([#1272](https://github.com/linz/Lui/issues/1272)) ([2b58207](https://github.com/linz/Lui/commit/2b58207f2844eb769d9c274f55a5b1b8e2336dcf))
|
|
15
|
+
* CS-8883 bump lui version ([#1274](https://github.com/linz/Lui/issues/1274)) ([df1334c](https://github.com/linz/Lui/commit/df1334c780ccd55352e79eef366484a54983c4e8))
|
|
16
|
+
* Exception request added ([#1305](https://github.com/linz/Lui/issues/1305)) ([193c704](https://github.com/linz/Lui/commit/193c704e11945d2506c14283f75ccb3771b4789d))
|
|
17
|
+
* **LuiSearchInput:** prevent internal clear ([#1285](https://github.com/linz/Lui/issues/1285)) ([a8a8e93](https://github.com/linz/Lui/commit/a8a8e93fbf2c75c7dc640d548b698dd90593abb5))
|
|
18
|
+
* new icon ([#1317](https://github.com/linz/Lui/issues/1317)) ([2c0e97e](https://github.com/linz/Lui/commit/2c0e97eae4cf4826c14e751b79918686af4022ba))
|
|
19
|
+
* new icons ([#1316](https://github.com/linz/Lui/issues/1316)) ([2bfa51c](https://github.com/linz/Lui/commit/2bfa51c25284f6fe90512fab0033fb4b413e7c8b))
|
|
20
|
+
* new lui Icons ([#1292](https://github.com/linz/Lui/issues/1292)) ([09ad01d](https://github.com/linz/Lui/commit/09ad01d22b7ba1dca208710263bde97a60bb1d7b))
|
|
21
|
+
* SRVTRI-4577 new design of file upload input ([#1294](https://github.com/linz/Lui/issues/1294)) ([5c07ee7](https://github.com/linz/Lui/commit/5c07ee71e796d6b2ae217d2febae72491d5133b0))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* **ci:** configure starting point for release please ([#1278](https://github.com/linz/Lui/issues/1278)) ([892aa54](https://github.com/linz/Lui/commit/892aa549ec5280ab6b37b5b2f76fc16a8f24f5b6))
|
|
27
|
+
* **ci:** use correct npm registry ([#1282](https://github.com/linz/Lui/issues/1282)) ([d33375b](https://github.com/linz/Lui/commit/d33375b1ee42c7c7aa883d3edfea5d411bfaeeda))
|
|
28
|
+
* **ci:** use correct token for release please ([#1276](https://github.com/linz/Lui/issues/1276)) ([be3f5ba](https://github.com/linz/Lui/commit/be3f5bacdc53e5d17195cad762645a979cf7bb9f))
|
|
29
|
+
* **ci:** use enablement PAT for npm publish ([#1280](https://github.com/linz/Lui/issues/1280)) ([4c0d007](https://github.com/linz/Lui/commit/4c0d007489e22ccd5c3e636e57d36c198bbfa46e))
|
|
30
|
+
* correctly dependency type for storybook-addon-tag-badges ([#1303](https://github.com/linz/Lui/issues/1303)) ([ea79690](https://github.com/linz/Lui/commit/ea79690db90ce924f66d5ca3cbb5a2762644eb3c))
|
|
31
|
+
* CS-9278 missing permission ([#1296](https://github.com/linz/Lui/issues/1296)) ([e4e8796](https://github.com/linz/Lui/commit/e4e8796a93da30806dda6984265b5561a4ed0041))
|
|
32
|
+
* CS-9278 replace auth token ([#1295](https://github.com/linz/Lui/issues/1295)) ([09c4378](https://github.com/linz/Lui/commit/09c4378201829e0d4423689fb54d9aec20e4ffe4))
|
|
33
|
+
* **LuiModal:** add tabindex prop for modal controller ([45d8a36](https://github.com/linz/Lui/commit/45d8a36a4cc723559de1caaa89a9a38de7a10045))
|
|
34
|
+
* **LuiModal:** add tabindex prop for modal controller ([45d8a36](https://github.com/linz/Lui/commit/45d8a36a4cc723559de1caaa89a9a38de7a10045))
|
|
35
|
+
* **LuiModal:** SEARCH-7756 add tabindex prop for modal controller ([#1290](https://github.com/linz/Lui/issues/1290)) ([45d8a36](https://github.com/linz/Lui/commit/45d8a36a4cc723559de1caaa89a9a38de7a10045))
|
|
36
|
+
* release-please ([#1298](https://github.com/linz/Lui/issues/1298)) ([a458fad](https://github.com/linz/Lui/commit/a458fad24d0549e5a7c5ff9bfc5cd63f3bbb0d0f))
|
|
37
|
+
* release-please ([#1300](https://github.com/linz/Lui/issues/1300)) ([246f998](https://github.com/linz/Lui/commit/246f998badd7005bfd96b2e9777b1a7b15c19a5c))
|
|
38
|
+
* removes some unused deps that were SNYK ([#1310](https://github.com/linz/Lui/issues/1310)) ([e9f28ac](https://github.com/linz/Lui/commit/e9f28acdfd9b672789af38b0fcb6b1039cbcbe02))
|
|
39
|
+
* replace classic PAT with fine-grained app token ENABLE-6677 ([#1314](https://github.com/linz/Lui/issues/1314)) ([b530176](https://github.com/linz/Lui/commit/b530176772060193236ea386e0311a537e13007e))
|
|
40
|
+
|
|
41
|
+
## [24.8.0](https://github.com/linz/Lui/compare/lui-v24.7.0...lui-v24.8.0) (2026-02-18)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
* new icon ([#1317](https://github.com/linz/Lui/issues/1317)) ([2c0e97e](https://github.com/linz/Lui/commit/2c0e97eae4cf4826c14e751b79918686af4022ba))
|
|
47
|
+
|
|
48
|
+
## [24.7.0](https://github.com/linz/Lui/compare/lui-v24.6.1...lui-v24.7.0) (2026-02-17)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Features
|
|
52
|
+
|
|
53
|
+
* new icons ([#1316](https://github.com/linz/Lui/issues/1316)) ([2bfa51c](https://github.com/linz/Lui/commit/2bfa51c25284f6fe90512fab0033fb4b413e7c8b))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Bug Fixes
|
|
57
|
+
|
|
58
|
+
* replace classic PAT with fine-grained app token ENABLE-6677 ([#1314](https://github.com/linz/Lui/issues/1314)) ([b530176](https://github.com/linz/Lui/commit/b530176772060193236ea386e0311a537e13007e))
|
|
59
|
+
|
|
8
60
|
## [24.6.1](https://github.com/linz/Lui/compare/lui-v24.6.0...lui-v24.6.1) (2026-01-26)
|
|
9
61
|
|
|
10
62
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.09998 22.2993C2.71338 22.6859 2.08658 22.6859 1.69998 22.2993C1.31338 21.9127 1.31338 21.2859 1.69998 20.8993L5.99998 16.5993H3.39998C2.8477 16.5993 2.39998 16.1516 2.39998 15.5993C2.39998 15.047 2.8477 14.5993 3.39998 14.5993H8.39998C8.95227 14.5993 9.39998 15.047 9.39998 15.5993V20.5993C9.39998 21.1516 8.95227 21.5993 8.39998 21.5993C7.8477 21.5993 7.39998 21.1516 7.39998 20.5993V17.9993L3.09998 22.2993Z" fill="black"/>
|
|
3
|
+
<path d="M20.9 22.2993C21.2866 22.6859 21.9134 22.6859 22.3 22.2993C22.6866 21.9127 22.6866 21.2859 22.3 20.8993L18 16.5993H20.6C21.1523 16.5993 21.6 16.1516 21.6 15.5993C21.6 15.047 21.1523 14.5993 20.6 14.5993H15.6C15.0477 14.5993 14.6 15.047 14.6 15.5993V20.5993C14.6 21.1516 15.0477 21.5993 15.6 21.5993C16.1523 21.5993 16.6 21.1516 16.6 20.5993V17.9993L20.9 22.2993Z" fill="black"/>
|
|
4
|
+
<path d="M3.09998 1.70011C2.71338 1.31351 2.08658 1.31351 1.69998 1.70011C1.31338 2.0867 1.31338 2.7135 1.69998 3.1001L5.99998 7.4001H3.39998C2.8477 7.4001 2.39998 7.84782 2.39998 8.4001C2.39998 8.95239 2.8477 9.4001 3.39998 9.4001H8.39998C8.95227 9.4001 9.39998 8.95239 9.39998 8.4001V3.4001C9.39998 2.84782 8.95227 2.4001 8.39998 2.4001C7.8477 2.4001 7.39998 2.84782 7.39998 3.4001V6.0001L3.09998 1.70011Z" fill="black"/>
|
|
5
|
+
<path d="M20.9 1.70011C21.2866 1.31351 21.9134 1.31351 22.3 1.70011C22.6866 2.0867 22.6866 2.7135 22.3 3.1001L18 7.4001H20.6C21.1523 7.4001 21.6 7.84782 21.6 8.4001C21.6 8.95239 21.1523 9.4001 20.6 9.4001H15.6C15.0477 9.4001 14.6 8.95239 14.6 8.4001V3.4001C14.6 2.84782 15.0477 2.4001 15.6 2.4001C16.1523 2.4001 16.6 2.84782 16.6 3.4001V6.0001L20.9 1.70011Z" fill="black"/>
|
|
6
|
+
<path d="M12 14.9997C11.15 14.9997 10.4375 14.7122 9.86249 14.1372C9.28749 13.5622 8.99999 12.8497 8.99999 11.9997C8.99999 11.1497 9.28749 10.4372 9.86249 9.86221C10.4375 9.28721 11.15 8.99971 12 8.99971C12.85 8.99971 13.5625 9.28721 14.1375 9.86221C14.7125 10.4372 15 11.1497 15 11.9997C15 12.8497 14.7125 13.5622 14.1375 14.1372C13.5625 14.7122 12.85 14.9997 12 14.9997Z" fill="black"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.29841 15.3C7.68501 14.9134 8.31181 14.9134 8.69841 15.3C9.08501 15.6866 9.08501 16.3134 8.69841 16.7L4.39841 21H6.99841C7.5507 21 7.99841 21.4477 7.99841 22C7.99841 22.5523 7.5507 23 6.99841 23H1.99841C1.44613 23 0.998413 22.5523 0.998413 22V17C0.998413 16.4477 1.44613 16 1.99841 16C2.5507 16 2.99841 16.4477 2.99841 17V19.6L7.29841 15.3Z" fill="black"/>
|
|
3
|
+
<path d="M16.7015 15.3C16.3149 14.9134 15.6881 14.9134 15.3015 15.3C14.9149 15.6866 14.9149 16.3134 15.3015 16.7L19.6015 21H17.0015C16.4492 21 16.0015 21.4477 16.0015 22C16.0015 22.5523 16.4492 23 17.0015 23H22.0015C22.5538 23 23.0015 22.5523 23.0015 22V17C23.0015 16.4477 22.5538 16 22.0015 16C21.4492 16 21.0015 16.4477 21.0015 17V19.6L16.7015 15.3Z" fill="black"/>
|
|
4
|
+
<path d="M7.29841 8.7C7.68501 9.0866 8.31181 9.0866 8.69841 8.7C9.08501 8.3134 9.08501 7.6866 8.69841 7.3L4.39841 3H6.99841C7.5507 3 7.99841 2.55228 7.99841 2C7.99841 1.44772 7.5507 1 6.99841 1H1.99841C1.44613 1 0.998413 1.44772 0.998413 2V7C0.998413 7.55228 1.44613 8 1.99841 8C2.5507 8 2.99841 7.55228 2.99841 7V4.4L7.29841 8.7Z" fill="black"/>
|
|
5
|
+
<path d="M16.7015 8.7C16.3149 9.0866 15.6881 9.0866 15.3015 8.7C14.9149 8.3134 14.9149 7.6866 15.3015 7.3L19.6015 3H17.0015C16.4492 3 16.0015 2.55228 16.0015 2C16.0015 1.44772 16.4492 1 17.0015 1H22.0015C22.5538 1 23.0015 1.44772 23.0015 2V7C23.0015 7.55228 22.5538 8 22.0015 8C21.4492 8 21.0015 7.55228 21.0015 7V4.4L16.7015 8.7Z" fill="black"/>
|
|
6
|
+
<path d="M12 15C11.15 15 10.4375 14.7125 9.86247 14.1375C9.28747 13.5625 8.99997 12.85 8.99997 12C8.99997 11.15 9.28747 10.4375 9.86247 9.8625C10.4375 9.2875 11.15 9 12 9C12.85 9 13.5625 9.2875 14.1375 9.8625C14.7125 10.4375 15 11.15 15 12C15 12.85 14.7125 13.5625 14.1375 14.1375C13.5625 14.7125 12.85 15 12 15Z" fill="black"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 11C20.036 11 22.5 13.464 22.5 16.5C22.5 19.536 20.036 22 17 22C13.964 22 11.5 19.536 11.5 16.5C11.5 13.464 13.964 11 17 11ZM20.46 13.9092C20.2455 13.6947 19.8981 13.6947 19.6836 13.9092L15.9004 17.6934L14.3105 16.1094C14.0961 15.895 13.7497 15.895 13.5352 16.1094C13.3207 16.3239 13.3207 16.6703 13.5352 16.8848L15.5098 18.8594C15.7243 19.0738 16.0762 19.0738 16.2852 18.8594L20.46 14.6846C20.674 14.4701 20.6742 14.1235 20.46 13.9092Z" fill="black"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20 2C21.1046 2 22 2.89543 22 4C22 4.78485 21.5476 5.46452 20.8896 5.79199L20.6855 9.0625C20.6525 9.58947 20.2155 9.99999 19.6875 10C19.1107 10 18.6535 9.5132 18.6895 8.9375L18.8936 5.66699C18.8836 5.66039 18.8741 5.65326 18.8643 5.64648L6.79102 16.1094C6.835 16.1977 6.8726 16.2896 6.90332 16.3848L9.20996 16.8789C9.67086 16.9778 10 17.386 10 17.8574C9.99983 18.4939 9.41246 18.9683 8.79004 18.835L6.48438 18.3408C6.11838 18.7457 5.58876 19 5 19C3.89543 19 3 18.1046 3 17C3 16.3147 3.3447 15.71 3.87012 15.3496L3.13574 5.80371C2.46397 5.48124 2 4.79496 2 4C2 2.89543 2.89543 2 4 2C4.74028 2 5.38661 2.4022 5.73242 3H18.2676C18.6134 2.4022 19.2597 2 20 2ZM5.86426 15.1963C5.95908 15.2418 6.04993 15.2942 6.13574 15.3535L10.4521 11.6133L5.1543 5.96191L5.86426 15.1963ZM5.68945 5.07129L11.208 10.958L18.083 5H5.73242C5.71856 5.02396 5.70427 5.04797 5.68945 5.07129Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.4625 21.5375C13.4875 20.5625 13 19.3833 13 18C13 16.6167 13.4875 15.4375 14.4625 14.4625C15.4375 13.4875 16.6167 13 18 13C19.3833 13 20.5625 13.4875 21.5375 14.4625C22.5125 15.4375 23 16.6167 23 18C23 19.3833 22.5125 20.5625 21.5375 21.5375C20.5625 22.5125 19.3833 23 18 23C16.6167 23 15.4375 22.5125 14.4625 21.5375ZM20.35 19.65L19.65 20.35L17.5 18.2V15H18.5V17.8L20.35 19.65Z" fill="black"/>
|
|
3
|
+
<path d="M12 4C17 4 21.27 7.11 23 11.5C22.8479 11.8859 22.6745 12.2611 22.4844 12.626C21.2697 11.6113 19.7065 11 18 11C17.6537 11 17.3133 11.0256 16.9805 11.0742C16.7641 8.51333 14.6165 6.5 12 6.5C9.24 6.5 7 8.74 7 11.5C7 13.9802 8.80917 16.0384 11.1787 16.4307C11.0631 16.9353 11 17.4603 11 18C11 18.3268 11.0241 18.648 11.0674 18.9629C6.4739 18.6037 2.62138 15.6144 1 11.5C2.73 7.11 7 4 12 4Z" fill="black"/>
|
|
4
|
+
<path d="M12 8.5C13.66 8.5 15 9.84 15 11.5C15 11.5594 14.9975 11.6183 14.9941 11.6768C13.7127 12.287 12.6472 13.2759 11.9395 14.498C10.3076 14.4659 9 13.1398 9 11.5C9 9.84 10.34 8.5 12 8.5Z" fill="black"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16 21V16H17V15C17 14.45 17.1958 13.9792 17.5875 13.5875C17.9792 13.1958 18.45 13 19 13C19.55 13 20.0208 13.1958 20.4125 13.5875C20.8042 13.9792 21 14.45 21 15V16H22V21H16ZM18 16H20V15C20 14.7167 19.9042 14.4792 19.7125 14.2875C19.5208 14.0958 19.2833 14 19 14C18.7167 14 18.4792 14.0958 18.2875 14.2875C18.0958 14.4792 18 14.7167 18 15V16ZM12 14.2C11.25 14.2 10.6125 13.9375 10.0875 13.4125C9.5625 12.8875 9.3 12.25 9.3 11.5C9.3 10.75 9.5625 10.1125 10.0875 9.5875C10.6125 9.0625 11.25 8.8 12 8.8C12.75 8.8 13.3875 9.0625 13.9125 9.5875C14.4375 10.1125 14.7 10.75 14.7 11.5C14.7 12.25 14.4375 12.8875 13.9125 13.4125C13.3875 13.9375 12.75 14.2 12 14.2ZM12 19C9.56667 19 7.35 18.3208 5.35 16.9625C3.35 15.6042 1.9 13.7833 1 11.5C1.9 9.21667 3.35 7.39583 5.35 6.0375C7.35 4.67917 9.56667 4 12 4C14.35 4 16.4958 4.63333 18.4375 5.9C20.3792 7.16667 21.8333 8.86667 22.8 11H19C18.5333 11 18.0917 11.0583 17.675 11.175C17.2583 11.2917 16.8667 11.4583 16.5 11.675V11.5C16.5 10.25 16.0625 9.1875 15.1875 8.3125C14.3125 7.4375 13.25 7 12 7C10.75 7 9.6875 7.4375 8.8125 8.3125C7.9375 9.1875 7.5 10.25 7.5 11.5C7.5 12.75 7.9375 13.8125 8.8125 14.6875C9.6875 15.5625 10.75 16 12 16C12.3667 16 12.7208 15.9583 13.0625 15.875C13.4042 15.7917 13.725 15.675 14.025 15.525C14.0083 15.6083 14 15.6875 14 15.7625V18.825C13.6667 18.875 13.3333 18.9167 13 18.95C12.6667 18.9833 12.3333 19 12 19Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export type LuiIconName = string | 'ic_account_circle' | 'ic_add' | 'ic_add_adopt' | 'ic_add_area_interest' | 'ic_add_circle' | 'ic_add_circle_outline' | 'ic_add_coordinate' | 'ic_add_image' | 'ic_add_irregular_image' | 'ic_add_label' | 'ic_add_line' | 'ic_add_multiple' | 'ic_add_page' | 'ic_add_rectangle' | 'ic_add_rt_lines' | 'ic_add_to_adjustment' | 'ic_add_to_csv' | 'ic_add_to_list' | 'ic_add_to_statutory_action' | 'ic_add_to_xml' | 'ic_added_to_list' | 'ic_adjustment' | 'ic_admin' | 'ic_advanced_user_search' | 'ic_alias' | 'ic_alias_unselected' | 'ic_anchor' | 'ic_annotations' | 'ic_apps' | 'ic_arrow_back' | 'ic_arrow_back_ios' | 'ic_arrow_back_left' | 'ic_arrow_drop_down' | 'ic_arrow_drop_right' | 'ic_arrow_drop_up' | 'ic_arrow_forward_ios' | 'ic_arrow_forward_right' | 'ic_attach_file' | 'ic_attachment' | 'ic_auth_and_instruct' | 'ic_auto_preval' | 'ic_auto_regenerate' | 'ic_balance_parcel' | 'ic_banana' | 'ic_basemap_off' | 'ic_blackwhite_greyscale' | 'ic_blocked' | 'ic_border_color' | 'ic_bug' | 'ic_c_report' | 'ic_cancel_clear' | 'ic_cancel_outline' | 'ic_capture_area' | 'ic_cart_view' | 'ic_certify_and_sign' | 'ic_change_password' | 'ic_check' | 'ic_check_circle' | 'ic_check_circle_outline' | 'ic_checklist' | 'ic_clear' | 'ic_close_list' | 'ic_closest_match' | 'ic_columns' | 'ic_control_point' | 'ic_convert_data' | 'ic_copy' | 'ic_copy_titles_to_here' | 'ic_corporate_fare' | 'ic_create' | 'ic_create_new_list' | 'ic_create_node' | 'ic_csv_file' | 'ic_data_display_threshold' | 'ic_data_display_threshold_high_urban' | 'ic_data_display_threshold_low_large_rural' | 'ic_data_display_threshold_medium_rural' | 'ic_dealings' | 'ic_deceased' | 'ic_deceased_fill' | 'ic_decommission' | 'ic_define_diagrams' | 'ic_define_nonprimary_diagram_circle' | 'ic_define_nonprimary_diagram_polygon' | 'ic_define_nonprimary_diagram_rectangle' | 'ic_define_primary_diagram_circle' | 'ic_define_primary_diagram_polygon' | 'ic_define_primary_diagram_rectangle' | 'ic_define_survey_diagram_circle' | 'ic_define_survey_diagram_polygon' | 'ic_define_survey_diagram_rectangle' | 'ic_delete_forever' | 'ic_delete_outline' | 'ic_delete_page' | 'ic_delete_solid' | 'ic_description' | 'ic_destination' | 'ic_dollar_round' | 'ic_double_arrow_left' | 'ic_double_arrow_right' | 'ic_double_tick' | 'ic_drag_handle' | 'ic_drag_indicator' | 'ic_draw_abuttal' | 'ic_draw_irregular_line' | 'ic_draw_rt_bdry' | 'ic_email' | 'ic_empty_circle' | 'ic_enabled_users' | 'ic_error' | 'ic_error_outline' | 'ic_error_report_pnx' | 'ic_exception_request' | 'ic_expand_less' | 'ic_expand_more' | 'ic_fast_forward' | 'ic_fast_forward_outline' | 'ic_feature_id' | 'ic_feedback_lightbulb' | 'ic_feedback_lightbulb_alt' | 'ic_file_attached' | 'ic_file_attached_outline' | 'ic_filter_alt' | 'ic_filter_list' | 'ic_flag' | 'ic_fold_in' | 'ic_fold_out' | 'ic_format_colour' | 'ic_format_lines_text' | 'ic_forward' | 'ic_fullscreen_frame' | 'ic_generate_title' | 'ic_grid_view' | 'ic_help_outline' | 'ic_history' | 'ic_hourglass' | 'ic_info' | 'ic_info_outline' | 'ic_insert_into_sheet' | 'ic_insert_invitation' | 'ic_insert_photo' | 'ic_instruments_roles' | 'ic_keyboard_arrow_down' | 'ic_keyboard_arrow_left' | 'ic_keyboard_arrow_right' | 'ic_keyboard_arrow_up' | 'ic_label_diagrams' | 'ic_label_settings' | 'ic_labels_off' | 'ic_labels_on' | 'ic_land_record_search' | 'ic_launch_modal' | 'ic_launch_new window_open' | 'ic_layers' | 'ic_layers_user_defined' | 'ic_layout_plan_sheets' | 'ic_left' | 'ic_left_col' | 'ic_line_arc' | 'ic_line_arc_reverse' | 'ic_line_irregular' | 'ic_line_vector' | 'ic_link' | 'ic_list_add' | 'ic_list_clear' | 'ic_list_notepad' | 'ic_list_view' | 'ic_lists_folder' | 'ic_locate' | 'ic_located_in_spatial' | 'ic_lock' | 'ic_lock_alt' | 'ic_log_out' | 'ic_maintain_node' | 'ic_manage_adjust' | 'ic_manage_labels' | 'ic_maori_land' | 'ic_mark_linking' | 'ic_marks' | 'ic_memorials' | 'ic_menu' | 'ic_merge' | 'ic_message_received' | 'ic_minimise' | 'ic_misclose_error' | 'ic_more_vert' | 'ic_move_down' | 'ic_move_node' | 'ic_multi_factor_authentication_mfa' | 'ic_navigate_before' | 'ic_navigate_next' | 'ic_new_anchor' | 'ic_new_work_item' | 'ic_note_add' | 'ic_notice_of_change' | 'ic_notifications' | 'ic_numbered_list' | 'ic_numerical_input' | 'ic_office_building_corporate' | 'ic_opacity' | 'ic_open_diagrams' | 'ic_order_history' | 'ic_package' | 'ic_pan_map' | 'ic_pan_map_alt' | 'ic_parcel_network_transaction_pnx' | 'ic_parcel_network_transaction_pnx_create' | 'ic_parcel_network_transaction_pnx_search' | 'ic_parcels_existing' | 'ic_parcels_new' | 'ic_pdf' | 'ic_pdf_doc' | 'ic_pen_and_paper_sign' | 'ic_people_outline' | 'ic_perform_next_step_right' | 'ic_person' | 'ic_person_add' | 'ic_picker' | 'ic_placeholder' | 'ic_plan_generation' | 'ic_plus_one' | 'ic_pointer_outlined' | 'ic_polygon_selection' | 'ic_pop_back' | 'ic_pre_validation' | 'ic_print' | 'ic_product_list' | 'ic_publish' | 'ic_push_pin' | 'ic_push_pin_remove' | 'ic_re_commission' | 'ic_read_only' | 'ic_record_statutory_action' | 'ic_redo' | 'ic_refresh' | 'ic_regenerate' | 'ic_regenerate_off' | 'ic_release' | 'ic_remove_circle' | 'ic_remove_circle_outline' | 'ic_remove_from_adjustment' | 'ic_remove_from_sheet' | 'ic_remove_line' | 'ic_renumber_page' | 'ic_request' | 'ic_requisitions' | 'ic_restart' | 'ic_restore' | 'ic_rotate_sheet' | 'ic_round_selection' | 'ic_save' | 'ic_save_as' | 'ic_save_download' | 'ic_saved_area_interest' | 'ic_search' | 'ic_select_coordinates' | 'ic_select_diagram' | 'ic_select_label' | 'ic_select_line' | 'ic_select_rt_lines' | 'ic_selection_focus' | 'ic_send' | 'ic_send_email_dart' | 'ic_separator' | 'ic_settings' | 'ic_sort' | 'ic_sorting_down_arrow_up' | 'ic_sorting_up_arrow_up' | 'ic_source' | 'ic_split' | 'ic_square_selection' | 'ic_subdirectory_arrow_right' | 'ic_submit' | 'ic_summary_open' | 'ic_survey' | 'ic_survey_checked' | 'ic_survey_data_extraction' | 'ic_survey_report' | 'ic_survey_sheet' | 'ic_swap_vertical' | 'ic_ta_request_sent' | 'ic_table_columns' | 'ic_tax_statement' | 'ic_text_match' | 'ic_tick' | 'ic_tick_and_cross' | 'ic_timeline' | 'ic_title_allocation_swap' | 'ic_title_sheet' | 'ic_toggle_off' | 'ic_toggle_on' | 'ic_tune_setting_configure' | 'ic_undo' | 'ic_unlink' | 'ic_unlock' | 'ic_upload' | 'ic_validate_pnx' | 'ic_vector' | 'ic_vector_sequence' | 'ic_verified_complete_approve_check_tick' | 'ic_view' | 'ic_view_in_viewer' | 'ic_view_list' | 'ic_view_quilt' | 'ic_view_sidebar' | 'ic_view_week' | 'ic_visiblity_off' | 'ic_warning' | 'ic_warning_outline' | 'ic_waves' | 'ic_whats_new_updates' | 'ic_xml_file' | 'ic_zoom_centre' | 'ic_zoom_out' | 'ic_zoom_previous' | 'ic_zoomin_snippet_circle' | 'ic_zoomin_snippet_polygon' | 'ic_zoomin_snippet_rectangle' | 'ic_zoomout_snippet_circle' | 'ic_zoomout_snippet_polygon' | 'ic_zoomout_snippet_rectangle';
|
|
2
|
+
export type LuiIconName = string | 'ic_account_circle' | 'ic_add' | 'ic_add_adopt' | 'ic_add_area_interest' | 'ic_add_circle' | 'ic_add_circle_outline' | 'ic_add_coordinate' | 'ic_add_image' | 'ic_add_irregular_image' | 'ic_add_label' | 'ic_add_line' | 'ic_add_multiple' | 'ic_add_page' | 'ic_add_rectangle' | 'ic_add_rt_lines' | 'ic_add_to_adjustment' | 'ic_add_to_csv' | 'ic_add_to_list' | 'ic_add_to_statutory_action' | 'ic_add_to_xml' | 'ic_added_to_list' | 'ic_adj_hold_fixed' | 'ic_adj_not_fixed' | 'ic_adjustment' | 'ic_admin' | 'ic_advanced_user_search' | 'ic_alias' | 'ic_alias_unselected' | 'ic_anchor' | 'ic_annotations' | 'ic_approve_adjustment' | 'ic_apps' | 'ic_arrow_back' | 'ic_arrow_back_ios' | 'ic_arrow_back_left' | 'ic_arrow_drop_down' | 'ic_arrow_drop_right' | 'ic_arrow_drop_up' | 'ic_arrow_forward_ios' | 'ic_arrow_forward_right' | 'ic_attach_file' | 'ic_attachment' | 'ic_auth_and_instruct' | 'ic_auto_preval' | 'ic_auto_regenerate' | 'ic_balance_parcel' | 'ic_banana' | 'ic_basemap_off' | 'ic_blackwhite_greyscale' | 'ic_blocked' | 'ic_border_color' | 'ic_bug' | 'ic_c_report' | 'ic_cancel_clear' | 'ic_cancel_outline' | 'ic_capture_area' | 'ic_cart_view' | 'ic_certify_and_sign' | 'ic_change_password' | 'ic_check' | 'ic_check_circle' | 'ic_check_circle_outline' | 'ic_checklist' | 'ic_clear' | 'ic_close_list' | 'ic_closest_match' | 'ic_columns' | 'ic_control_point' | 'ic_convert_data' | 'ic_copy' | 'ic_copy_titles_to_here' | 'ic_corporate_fare' | 'ic_create' | 'ic_create_new_list' | 'ic_create_node' | 'ic_csv_file' | 'ic_data_display_threshold' | 'ic_data_display_threshold_high_urban' | 'ic_data_display_threshold_low_large_rural' | 'ic_data_display_threshold_medium_rural' | 'ic_dealings' | 'ic_deceased' | 'ic_deceased_fill' | 'ic_decommission' | 'ic_define_diagrams' | 'ic_define_nonprimary_diagram_circle' | 'ic_define_nonprimary_diagram_polygon' | 'ic_define_nonprimary_diagram_rectangle' | 'ic_define_primary_diagram_circle' | 'ic_define_primary_diagram_polygon' | 'ic_define_primary_diagram_rectangle' | 'ic_define_survey_diagram_circle' | 'ic_define_survey_diagram_polygon' | 'ic_define_survey_diagram_rectangle' | 'ic_delete_forever' | 'ic_delete_outline' | 'ic_delete_page' | 'ic_delete_solid' | 'ic_description' | 'ic_destination' | 'ic_dollar_round' | 'ic_double_arrow_left' | 'ic_double_arrow_right' | 'ic_double_tick' | 'ic_drag_handle' | 'ic_drag_indicator' | 'ic_draw_abuttal' | 'ic_draw_irregular_line' | 'ic_draw_rt_bdry' | 'ic_email' | 'ic_empty_circle' | 'ic_enabled_users' | 'ic_error' | 'ic_error_outline' | 'ic_error_report_pnx' | 'ic_exception_request' | 'ic_expand_less' | 'ic_expand_more' | 'ic_fast_forward' | 'ic_fast_forward_outline' | 'ic_feature_id' | 'ic_feedback_lightbulb' | 'ic_feedback_lightbulb_alt' | 'ic_file_attached' | 'ic_file_attached_outline' | 'ic_filter_alt' | 'ic_filter_list' | 'ic_flag' | 'ic_fold_in' | 'ic_fold_out' | 'ic_format_colour' | 'ic_format_lines_text' | 'ic_forward' | 'ic_fullscreen_frame' | 'ic_generate_title' | 'ic_grid_view' | 'ic_help_outline' | 'ic_history' | 'ic_hourglass' | 'ic_info' | 'ic_info_outline' | 'ic_insert_into_sheet' | 'ic_insert_invitation' | 'ic_insert_photo' | 'ic_instruments_roles' | 'ic_keyboard_arrow_down' | 'ic_keyboard_arrow_left' | 'ic_keyboard_arrow_right' | 'ic_keyboard_arrow_up' | 'ic_label_diagrams' | 'ic_label_settings' | 'ic_labels_off' | 'ic_labels_on' | 'ic_land_record_search' | 'ic_launch_modal' | 'ic_launch_new window_open' | 'ic_layers' | 'ic_layers_user_defined' | 'ic_layout_plan_sheets' | 'ic_left' | 'ic_left_col' | 'ic_line_arc' | 'ic_line_arc_reverse' | 'ic_line_irregular' | 'ic_line_vector' | 'ic_link' | 'ic_list_add' | 'ic_list_clear' | 'ic_list_notepad' | 'ic_list_view' | 'ic_lists_folder' | 'ic_locate' | 'ic_located_in_spatial' | 'ic_lock' | 'ic_lock_alt' | 'ic_log_out' | 'ic_maintain_node' | 'ic_manage_adjust' | 'ic_manage_labels' | 'ic_maori_land' | 'ic_mark_linking' | 'ic_marks' | 'ic_memorials' | 'ic_menu' | 'ic_merge' | 'ic_message_received' | 'ic_minimise' | 'ic_misclose_error' | 'ic_more_vert' | 'ic_move_down' | 'ic_move_node' | 'ic_multi_factor_authentication_mfa' | 'ic_navigate_before' | 'ic_navigate_next' | 'ic_new_anchor' | 'ic_new_work_item' | 'ic_no_longer_restricted_hidden_title' | 'ic_note_add' | 'ic_notice_of_change' | 'ic_notifications' | 'ic_numbered_list' | 'ic_numerical_input' | 'ic_office_building_corporate' | 'ic_opacity' | 'ic_open_diagrams' | 'ic_order_history' | 'ic_package' | 'ic_pan_map' | 'ic_pan_map_alt' | 'ic_parcel_network_transaction_pnx' | 'ic_parcel_network_transaction_pnx_create' | 'ic_parcel_network_transaction_pnx_search' | 'ic_parcels_existing' | 'ic_parcels_new' | 'ic_pdf' | 'ic_pdf_doc' | 'ic_pen_and_paper_sign' | 'ic_people_outline' | 'ic_perform_next_step_right' | 'ic_person' | 'ic_person_add' | 'ic_picker' | 'ic_placeholder' | 'ic_plan_generation' | 'ic_plus_one' | 'ic_pointer_outlined' | 'ic_polygon_selection' | 'ic_pop_back' | 'ic_pre_validation' | 'ic_print' | 'ic_product_list' | 'ic_publish' | 'ic_push_pin' | 'ic_push_pin_remove' | 'ic_re_commission' | 'ic_read_only' | 'ic_record_statutory_action' | 'ic_redo' | 'ic_refresh' | 'ic_regenerate' | 'ic_regenerate_off' | 'ic_release' | 'ic_remove_circle' | 'ic_remove_circle_outline' | 'ic_remove_from_adjustment' | 'ic_remove_from_sheet' | 'ic_remove_line' | 'ic_renumber_page' | 'ic_request' | 'ic_requisitions' | 'ic_restart' | 'ic_restore' | 'ic_restricted_hidden_title' | 'ic_rotate_sheet' | 'ic_round_selection' | 'ic_save' | 'ic_save_as' | 'ic_save_download' | 'ic_saved_area_interest' | 'ic_search' | 'ic_select_coordinates' | 'ic_select_diagram' | 'ic_select_label' | 'ic_select_line' | 'ic_select_rt_lines' | 'ic_selection_focus' | 'ic_send' | 'ic_send_email_dart' | 'ic_separator' | 'ic_settings' | 'ic_sort' | 'ic_sorting_down_arrow_up' | 'ic_sorting_up_arrow_up' | 'ic_source' | 'ic_split' | 'ic_square_selection' | 'ic_subdirectory_arrow_right' | 'ic_submit' | 'ic_summary_open' | 'ic_survey' | 'ic_survey_checked' | 'ic_survey_data_extraction' | 'ic_survey_report' | 'ic_survey_sheet' | 'ic_swap_vertical' | 'ic_ta_request_sent' | 'ic_table_columns' | 'ic_tax_statement' | 'ic_text_match' | 'ic_tick' | 'ic_tick_and_cross' | 'ic_timeline' | 'ic_title_allocation_swap' | 'ic_title_sheet' | 'ic_toggle_off' | 'ic_toggle_on' | 'ic_tune_setting_configure' | 'ic_undo' | 'ic_unlink' | 'ic_unlock' | 'ic_upload' | 'ic_validate_pnx' | 'ic_vector' | 'ic_vector_sequence' | 'ic_verified_complete_approve_check_tick' | 'ic_view' | 'ic_view_in_viewer' | 'ic_view_list' | 'ic_view_quilt' | 'ic_view_sidebar' | 'ic_view_week' | 'ic_visiblity_off' | 'ic_warning' | 'ic_warning_outline' | 'ic_waves' | 'ic_whats_new_updates' | 'ic_xml_file' | 'ic_zoom_centre' | 'ic_zoom_out' | 'ic_zoom_previous' | 'ic_zoomin_snippet_circle' | 'ic_zoomin_snippet_polygon' | 'ic_zoomin_snippet_rectangle' | 'ic_zoomout_snippet_circle' | 'ic_zoomout_snippet_polygon' | 'ic_zoomout_snippet_rectangle';
|
|
3
3
|
type IconNameElementMap = {
|
|
4
4
|
[key in LuiIconName]?: React.ReactElement;
|
|
5
5
|
};
|
|
@@ -31,6 +31,8 @@ export type LuiIconName =
|
|
|
31
31
|
| 'ic_add_to_statutory_action'
|
|
32
32
|
| 'ic_add_to_xml'
|
|
33
33
|
| 'ic_added_to_list'
|
|
34
|
+
| 'ic_adj_hold_fixed'
|
|
35
|
+
| 'ic_adj_not_fixed'
|
|
34
36
|
| 'ic_adjustment'
|
|
35
37
|
| 'ic_admin'
|
|
36
38
|
| 'ic_advanced_user_search'
|
|
@@ -38,6 +40,7 @@ export type LuiIconName =
|
|
|
38
40
|
| 'ic_alias_unselected'
|
|
39
41
|
| 'ic_anchor'
|
|
40
42
|
| 'ic_annotations'
|
|
43
|
+
| 'ic_approve_adjustment'
|
|
41
44
|
| 'ic_apps'
|
|
42
45
|
| 'ic_arrow_back'
|
|
43
46
|
| 'ic_arrow_back_ios'
|
|
@@ -203,6 +206,7 @@ export type LuiIconName =
|
|
|
203
206
|
| 'ic_navigate_next'
|
|
204
207
|
| 'ic_new_anchor'
|
|
205
208
|
| 'ic_new_work_item'
|
|
209
|
+
| 'ic_no_longer_restricted_hidden_title'
|
|
206
210
|
| 'ic_note_add'
|
|
207
211
|
| 'ic_notice_of_change'
|
|
208
212
|
| 'ic_notifications'
|
|
@@ -258,6 +262,7 @@ export type LuiIconName =
|
|
|
258
262
|
| 'ic_requisitions'
|
|
259
263
|
| 'ic_restart'
|
|
260
264
|
| 'ic_restore'
|
|
265
|
+
| 'ic_restricted_hidden_title'
|
|
261
266
|
| 'ic_rotate_sheet'
|
|
262
267
|
| 'ic_round_selection'
|
|
263
268
|
| 'ic_save'
|
|
@@ -482,6 +487,26 @@ iconMap['ic_added_to_list'] = (
|
|
|
482
487
|
</svg>
|
|
483
488
|
);
|
|
484
489
|
|
|
490
|
+
iconMap['ic_adj_hold_fixed'] = (
|
|
491
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
492
|
+
<path d="M3.09998 22.2993C2.71338 22.6859 2.08658 22.6859 1.69998 22.2993C1.31338 21.9127 1.31338 21.2859 1.69998 20.8993L5.99998 16.5993H3.39998C2.8477 16.5993 2.39998 16.1516 2.39998 15.5993C2.39998 15.047 2.8477 14.5993 3.39998 14.5993H8.39998C8.95227 14.5993 9.39998 15.047 9.39998 15.5993V20.5993C9.39998 21.1516 8.95227 21.5993 8.39998 21.5993C7.8477 21.5993 7.39998 21.1516 7.39998 20.5993V17.9993L3.09998 22.2993Z" />
|
|
493
|
+
<path d="M20.9 22.2993C21.2866 22.6859 21.9134 22.6859 22.3 22.2993C22.6866 21.9127 22.6866 21.2859 22.3 20.8993L18 16.5993H20.6C21.1523 16.5993 21.6 16.1516 21.6 15.5993C21.6 15.047 21.1523 14.5993 20.6 14.5993H15.6C15.0477 14.5993 14.6 15.047 14.6 15.5993V20.5993C14.6 21.1516 15.0477 21.5993 15.6 21.5993C16.1523 21.5993 16.6 21.1516 16.6 20.5993V17.9993L20.9 22.2993Z" />
|
|
494
|
+
<path d="M3.09998 1.70011C2.71338 1.31351 2.08658 1.31351 1.69998 1.70011C1.31338 2.0867 1.31338 2.7135 1.69998 3.1001L5.99998 7.4001H3.39998C2.8477 7.4001 2.39998 7.84782 2.39998 8.4001C2.39998 8.95239 2.8477 9.4001 3.39998 9.4001H8.39998C8.95227 9.4001 9.39998 8.95239 9.39998 8.4001V3.4001C9.39998 2.84782 8.95227 2.4001 8.39998 2.4001C7.8477 2.4001 7.39998 2.84782 7.39998 3.4001V6.0001L3.09998 1.70011Z" />
|
|
495
|
+
<path d="M20.9 1.70011C21.2866 1.31351 21.9134 1.31351 22.3 1.70011C22.6866 2.0867 22.6866 2.7135 22.3 3.1001L18 7.4001H20.6C21.1523 7.4001 21.6 7.84782 21.6 8.4001C21.6 8.95239 21.1523 9.4001 20.6 9.4001H15.6C15.0477 9.4001 14.6 8.95239 14.6 8.4001V3.4001C14.6 2.84782 15.0477 2.4001 15.6 2.4001C16.1523 2.4001 16.6 2.84782 16.6 3.4001V6.0001L20.9 1.70011Z" />
|
|
496
|
+
<path d="M12 14.9997C11.15 14.9997 10.4375 14.7122 9.86249 14.1372C9.28749 13.5622 8.99999 12.8497 8.99999 11.9997C8.99999 11.1497 9.28749 10.4372 9.86249 9.86221C10.4375 9.28721 11.15 8.99971 12 8.99971C12.85 8.99971 13.5625 9.28721 14.1375 9.86221C14.7125 10.4372 15 11.1497 15 11.9997C15 12.8497 14.7125 13.5622 14.1375 14.1372C13.5625 14.7122 12.85 14.9997 12 14.9997Z" />
|
|
497
|
+
</svg>
|
|
498
|
+
);
|
|
499
|
+
|
|
500
|
+
iconMap['ic_adj_not_fixed'] = (
|
|
501
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
502
|
+
<path d="M7.29841 15.3C7.68501 14.9134 8.31181 14.9134 8.69841 15.3C9.08501 15.6866 9.08501 16.3134 8.69841 16.7L4.39841 21H6.99841C7.5507 21 7.99841 21.4477 7.99841 22C7.99841 22.5523 7.5507 23 6.99841 23H1.99841C1.44613 23 0.998413 22.5523 0.998413 22V17C0.998413 16.4477 1.44613 16 1.99841 16C2.5507 16 2.99841 16.4477 2.99841 17V19.6L7.29841 15.3Z" />
|
|
503
|
+
<path d="M16.7015 15.3C16.3149 14.9134 15.6881 14.9134 15.3015 15.3C14.9149 15.6866 14.9149 16.3134 15.3015 16.7L19.6015 21H17.0015C16.4492 21 16.0015 21.4477 16.0015 22C16.0015 22.5523 16.4492 23 17.0015 23H22.0015C22.5538 23 23.0015 22.5523 23.0015 22V17C23.0015 16.4477 22.5538 16 22.0015 16C21.4492 16 21.0015 16.4477 21.0015 17V19.6L16.7015 15.3Z" />
|
|
504
|
+
<path d="M7.29841 8.7C7.68501 9.0866 8.31181 9.0866 8.69841 8.7C9.08501 8.3134 9.08501 7.6866 8.69841 7.3L4.39841 3H6.99841C7.5507 3 7.99841 2.55228 7.99841 2C7.99841 1.44772 7.5507 1 6.99841 1H1.99841C1.44613 1 0.998413 1.44772 0.998413 2V7C0.998413 7.55228 1.44613 8 1.99841 8C2.5507 8 2.99841 7.55228 2.99841 7V4.4L7.29841 8.7Z" />
|
|
505
|
+
<path d="M16.7015 8.7C16.3149 9.0866 15.6881 9.0866 15.3015 8.7C14.9149 8.3134 14.9149 7.6866 15.3015 7.3L19.6015 3H17.0015C16.4492 3 16.0015 2.55228 16.0015 2C16.0015 1.44772 16.4492 1 17.0015 1H22.0015C22.5538 1 23.0015 1.44772 23.0015 2V7C23.0015 7.55228 22.5538 8 22.0015 8C21.4492 8 21.0015 7.55228 21.0015 7V4.4L16.7015 8.7Z" />
|
|
506
|
+
<path d="M12 15C11.15 15 10.4375 14.7125 9.86247 14.1375C9.28747 13.5625 8.99997 12.85 8.99997 12C8.99997 11.15 9.28747 10.4375 9.86247 9.8625C10.4375 9.2875 11.15 9 12 9C12.85 9 13.5625 9.2875 14.1375 9.8625C14.7125 10.4375 15 11.15 15 12C15 12.85 14.7125 13.5625 14.1375 14.1375C13.5625 14.7125 12.85 15 12 15Z" />
|
|
507
|
+
</svg>
|
|
508
|
+
);
|
|
509
|
+
|
|
485
510
|
iconMap['ic_adjustment'] = (
|
|
486
511
|
<svg viewBox="0 0 24 24">
|
|
487
512
|
<path d="M22 4c0-1.1-.9-2-2-2s-1.4.4-1.7 1H5.7c-.3-.6-1-1-1.7-1-1.1 0-2 .9-2 2s.5 1.5 1.1 1.8l.7 9.5c-.5.4-.9 1-.9 1.7 0 1.1.9 2 2 2s1.1-.3 1.5-.7L17 20.6c.3.8 1 1.4 1.9 1.4s2-.9 2-2-.4-1.3-.9-1.7l.8-12.5c.7-.3 1.1-1 1.1-1.8ZM5.7 5h12.4l-6.9 6-5.5-5.9Zm.4 10.4s-.2-.1-.3-.2L5.1 6l5.3 5.7zm.8 1s0-.2-.1-.3l4.3-3.8 5.8 6.2-10-2.2Zm11.2 1.8L12 11.6l7-6-.8 12.5Z" />
|
|
@@ -526,6 +551,13 @@ iconMap['ic_annotations'] = (
|
|
|
526
551
|
</svg>
|
|
527
552
|
);
|
|
528
553
|
|
|
554
|
+
iconMap['ic_approve_adjustment'] = (
|
|
555
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
556
|
+
<path d="M17 11C20.036 11 22.5 13.464 22.5 16.5C22.5 19.536 20.036 22 17 22C13.964 22 11.5 19.536 11.5 16.5C11.5 13.464 13.964 11 17 11ZM20.46 13.9092C20.2455 13.6947 19.8981 13.6947 19.6836 13.9092L15.9004 17.6934L14.3105 16.1094C14.0961 15.895 13.7497 15.895 13.5352 16.1094C13.3207 16.3239 13.3207 16.6703 13.5352 16.8848L15.5098 18.8594C15.7243 19.0738 16.0762 19.0738 16.2852 18.8594L20.46 14.6846C20.674 14.4701 20.6742 14.1235 20.46 13.9092Z" />
|
|
557
|
+
<path d="M20 2C21.1046 2 22 2.89543 22 4C22 4.78485 21.5476 5.46452 20.8896 5.79199L20.6855 9.0625C20.6525 9.58947 20.2155 9.99999 19.6875 10C19.1107 10 18.6535 9.5132 18.6895 8.9375L18.8936 5.66699C18.8836 5.66039 18.8741 5.65326 18.8643 5.64648L6.79102 16.1094C6.835 16.1977 6.8726 16.2896 6.90332 16.3848L9.20996 16.8789C9.67086 16.9778 10 17.386 10 17.8574C9.99983 18.4939 9.41246 18.9683 8.79004 18.835L6.48438 18.3408C6.11838 18.7457 5.58876 19 5 19C3.89543 19 3 18.1046 3 17C3 16.3147 3.3447 15.71 3.87012 15.3496L3.13574 5.80371C2.46397 5.48124 2 4.79496 2 4C2 2.89543 2.89543 2 4 2C4.74028 2 5.38661 2.4022 5.73242 3H18.2676C18.6134 2.4022 19.2597 2 20 2ZM5.86426 15.1963C5.95908 15.2418 6.04993 15.2942 6.13574 15.3535L10.4521 11.6133L5.1543 5.96191L5.86426 15.1963ZM5.68945 5.07129L11.208 10.958L18.083 5H5.73242C5.71856 5.02396 5.70427 5.04797 5.68945 5.07129Z" />
|
|
558
|
+
</svg>
|
|
559
|
+
);
|
|
560
|
+
|
|
529
561
|
iconMap['ic_apps'] = (
|
|
530
562
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
531
563
|
<path d="M4 8h4V4H4zm6 12h4v-4h-4zm-6 0h4v-4H4zm0-6h4v-4H4zm6 0h4v-4h-4zm6-10v4h4V4zm-6 4h4V4h-4zm6 6h4v-4h-4zm0 6h4v-4h-4z" />
|
|
@@ -1559,6 +1591,14 @@ iconMap['ic_new_work_item'] = (
|
|
|
1559
1591
|
</svg>
|
|
1560
1592
|
);
|
|
1561
1593
|
|
|
1594
|
+
iconMap['ic_no_longer_restricted_hidden_title'] = (
|
|
1595
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
1596
|
+
<path d="M14.4625 21.5375C13.4875 20.5625 13 19.3833 13 18C13 16.6167 13.4875 15.4375 14.4625 14.4625C15.4375 13.4875 16.6167 13 18 13C19.3833 13 20.5625 13.4875 21.5375 14.4625C22.5125 15.4375 23 16.6167 23 18C23 19.3833 22.5125 20.5625 21.5375 21.5375C20.5625 22.5125 19.3833 23 18 23C16.6167 23 15.4375 22.5125 14.4625 21.5375ZM20.35 19.65L19.65 20.35L17.5 18.2V15H18.5V17.8L20.35 19.65Z" />
|
|
1597
|
+
<path d="M12 4C17 4 21.27 7.11 23 11.5C22.8479 11.8859 22.6745 12.2611 22.4844 12.626C21.2697 11.6113 19.7065 11 18 11C17.6537 11 17.3133 11.0256 16.9805 11.0742C16.7641 8.51333 14.6165 6.5 12 6.5C9.24 6.5 7 8.74 7 11.5C7 13.9802 8.80917 16.0384 11.1787 16.4307C11.0631 16.9353 11 17.4603 11 18C11 18.3268 11.0241 18.648 11.0674 18.9629C6.4739 18.6037 2.62138 15.6144 1 11.5C2.73 7.11 7 4 12 4Z" />
|
|
1598
|
+
<path d="M12 8.5C13.66 8.5 15 9.84 15 11.5C15 11.5594 14.9975 11.6183 14.9941 11.6768C13.7127 12.287 12.6472 13.2759 11.9395 14.498C10.3076 14.4659 9 13.1398 9 11.5C9 9.84 10.34 8.5 12 8.5Z" />
|
|
1599
|
+
</svg>
|
|
1600
|
+
);
|
|
1601
|
+
|
|
1562
1602
|
iconMap['ic_note_add'] = (
|
|
1563
1603
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
1564
1604
|
<path d="M13 11h-2v3H8v2h3v3h2v-3h3v-2h-3zm1-9H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zm4 18H6V4h7v5h5z" />
|
|
@@ -1908,6 +1948,12 @@ iconMap['ic_restore'] = (
|
|
|
1908
1948
|
</svg>
|
|
1909
1949
|
);
|
|
1910
1950
|
|
|
1951
|
+
iconMap['ic_restricted_hidden_title'] = (
|
|
1952
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
1953
|
+
<path d="M16 21V16H17V15C17 14.45 17.1958 13.9792 17.5875 13.5875C17.9792 13.1958 18.45 13 19 13C19.55 13 20.0208 13.1958 20.4125 13.5875C20.8042 13.9792 21 14.45 21 15V16H22V21H16ZM18 16H20V15C20 14.7167 19.9042 14.4792 19.7125 14.2875C19.5208 14.0958 19.2833 14 19 14C18.7167 14 18.4792 14.0958 18.2875 14.2875C18.0958 14.4792 18 14.7167 18 15V16ZM12 14.2C11.25 14.2 10.6125 13.9375 10.0875 13.4125C9.5625 12.8875 9.3 12.25 9.3 11.5C9.3 10.75 9.5625 10.1125 10.0875 9.5875C10.6125 9.0625 11.25 8.8 12 8.8C12.75 8.8 13.3875 9.0625 13.9125 9.5875C14.4375 10.1125 14.7 10.75 14.7 11.5C14.7 12.25 14.4375 12.8875 13.9125 13.4125C13.3875 13.9375 12.75 14.2 12 14.2ZM12 19C9.56667 19 7.35 18.3208 5.35 16.9625C3.35 15.6042 1.9 13.7833 1 11.5C1.9 9.21667 3.35 7.39583 5.35 6.0375C7.35 4.67917 9.56667 4 12 4C14.35 4 16.4958 4.63333 18.4375 5.9C20.3792 7.16667 21.8333 8.86667 22.8 11H19C18.5333 11 18.0917 11.0583 17.675 11.175C17.2583 11.2917 16.8667 11.4583 16.5 11.675V11.5C16.5 10.25 16.0625 9.1875 15.1875 8.3125C14.3125 7.4375 13.25 7 12 7C10.75 7 9.6875 7.4375 8.8125 8.3125C7.9375 9.1875 7.5 10.25 7.5 11.5C7.5 12.75 7.9375 13.8125 8.8125 14.6875C9.6875 15.5625 10.75 16 12 16C12.3667 16 12.7208 15.9583 13.0625 15.875C13.4042 15.7917 13.725 15.675 14.025 15.525C14.0083 15.6083 14 15.6875 14 15.7625V18.825C13.6667 18.875 13.3333 18.9167 13 18.95C12.6667 18.9833 12.3333 19 12 19Z" />
|
|
1954
|
+
</svg>
|
|
1955
|
+
);
|
|
1956
|
+
|
|
1911
1957
|
iconMap['ic_rotate_sheet'] = (
|
|
1912
1958
|
<svg viewBox="0 0 24 24">
|
|
1913
1959
|
<path d="M4 2h9l6 6v2.29a7 7 0 0 0-2-.29V9h-5V4H4v12.01h6.07a7 7 0 0 0 0 1.99H4c-1.1 0-2-.89-2-1.99V4c0-1.1.9-2 2-2" />
|
package/dist/index.js
CHANGED
|
@@ -189,6 +189,18 @@ iconMap['ic_add_to_xml'] = (React__default["default"].createElement("svg", { xml
|
|
|
189
189
|
React__default["default"].createElement("path", { d: "M3 7h2v2c0 .333.2 1 1 1s1-.667 1-1V7h2c.333 0 1-.2 1-1s-.667-1-1-1H7V3c0-.333-.2-1-1-1s-1 .667-1 1v2H3c-.333 0-1 .2-1 1s.667 1 1 1" })));
|
|
190
190
|
iconMap['ic_added_to_list'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
191
191
|
React__default["default"].createElement("path", { d: "M4 8a.97.97 0 0 1-.712-.287A.97.97 0 0 1 3 7a.97.97 0 0 1 .288-.713A.97.97 0 0 1 4 6h10q.424 0 .713.287Q15 6.575 15 7c0 .425-.096.52-.287.713A.97.97 0 0 1 14 8zm0 4a.97.97 0 0 1-.712-.287A.97.97 0 0 1 3 11a.97.97 0 0 1 .288-.713A.97.97 0 0 1 4 10h10q.424 0 .713.287.287.288.287.713c0 .425-.096.52-.287.713A.97.97 0 0 1 14 12zm0 4a.97.97 0 0 1-.712-.287A.97.97 0 0 1 3 15a.97.97 0 0 1 .288-.713A.97.97 0 0 1 4 14h6q.424 0 .713.287.287.288.287.713c0 .425-.096.52-.287.713A.97.97 0 0 1 10 16zm11.65 2.3-2.15-2.15a.95.95 0 0 1-.275-.7.95.95 0 0 1 .275-.7.93.93 0 0 1 .688-.275q.411 0 .712.275l1.45 1.4 3.55-3.55a.93.93 0 0 1 .688-.275q.412 0 .712.3t.287.725a1.03 1.03 0 0 1-.312.725L17.05 18.3a.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275" })));
|
|
192
|
+
iconMap['ic_adj_hold_fixed'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
193
|
+
React__default["default"].createElement("path", { d: "M3.09998 22.2993C2.71338 22.6859 2.08658 22.6859 1.69998 22.2993C1.31338 21.9127 1.31338 21.2859 1.69998 20.8993L5.99998 16.5993H3.39998C2.8477 16.5993 2.39998 16.1516 2.39998 15.5993C2.39998 15.047 2.8477 14.5993 3.39998 14.5993H8.39998C8.95227 14.5993 9.39998 15.047 9.39998 15.5993V20.5993C9.39998 21.1516 8.95227 21.5993 8.39998 21.5993C7.8477 21.5993 7.39998 21.1516 7.39998 20.5993V17.9993L3.09998 22.2993Z" }),
|
|
194
|
+
React__default["default"].createElement("path", { d: "M20.9 22.2993C21.2866 22.6859 21.9134 22.6859 22.3 22.2993C22.6866 21.9127 22.6866 21.2859 22.3 20.8993L18 16.5993H20.6C21.1523 16.5993 21.6 16.1516 21.6 15.5993C21.6 15.047 21.1523 14.5993 20.6 14.5993H15.6C15.0477 14.5993 14.6 15.047 14.6 15.5993V20.5993C14.6 21.1516 15.0477 21.5993 15.6 21.5993C16.1523 21.5993 16.6 21.1516 16.6 20.5993V17.9993L20.9 22.2993Z" }),
|
|
195
|
+
React__default["default"].createElement("path", { d: "M3.09998 1.70011C2.71338 1.31351 2.08658 1.31351 1.69998 1.70011C1.31338 2.0867 1.31338 2.7135 1.69998 3.1001L5.99998 7.4001H3.39998C2.8477 7.4001 2.39998 7.84782 2.39998 8.4001C2.39998 8.95239 2.8477 9.4001 3.39998 9.4001H8.39998C8.95227 9.4001 9.39998 8.95239 9.39998 8.4001V3.4001C9.39998 2.84782 8.95227 2.4001 8.39998 2.4001C7.8477 2.4001 7.39998 2.84782 7.39998 3.4001V6.0001L3.09998 1.70011Z" }),
|
|
196
|
+
React__default["default"].createElement("path", { d: "M20.9 1.70011C21.2866 1.31351 21.9134 1.31351 22.3 1.70011C22.6866 2.0867 22.6866 2.7135 22.3 3.1001L18 7.4001H20.6C21.1523 7.4001 21.6 7.84782 21.6 8.4001C21.6 8.95239 21.1523 9.4001 20.6 9.4001H15.6C15.0477 9.4001 14.6 8.95239 14.6 8.4001V3.4001C14.6 2.84782 15.0477 2.4001 15.6 2.4001C16.1523 2.4001 16.6 2.84782 16.6 3.4001V6.0001L20.9 1.70011Z" }),
|
|
197
|
+
React__default["default"].createElement("path", { d: "M12 14.9997C11.15 14.9997 10.4375 14.7122 9.86249 14.1372C9.28749 13.5622 8.99999 12.8497 8.99999 11.9997C8.99999 11.1497 9.28749 10.4372 9.86249 9.86221C10.4375 9.28721 11.15 8.99971 12 8.99971C12.85 8.99971 13.5625 9.28721 14.1375 9.86221C14.7125 10.4372 15 11.1497 15 11.9997C15 12.8497 14.7125 13.5622 14.1375 14.1372C13.5625 14.7122 12.85 14.9997 12 14.9997Z" })));
|
|
198
|
+
iconMap['ic_adj_not_fixed'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
199
|
+
React__default["default"].createElement("path", { d: "M7.29841 15.3C7.68501 14.9134 8.31181 14.9134 8.69841 15.3C9.08501 15.6866 9.08501 16.3134 8.69841 16.7L4.39841 21H6.99841C7.5507 21 7.99841 21.4477 7.99841 22C7.99841 22.5523 7.5507 23 6.99841 23H1.99841C1.44613 23 0.998413 22.5523 0.998413 22V17C0.998413 16.4477 1.44613 16 1.99841 16C2.5507 16 2.99841 16.4477 2.99841 17V19.6L7.29841 15.3Z" }),
|
|
200
|
+
React__default["default"].createElement("path", { d: "M16.7015 15.3C16.3149 14.9134 15.6881 14.9134 15.3015 15.3C14.9149 15.6866 14.9149 16.3134 15.3015 16.7L19.6015 21H17.0015C16.4492 21 16.0015 21.4477 16.0015 22C16.0015 22.5523 16.4492 23 17.0015 23H22.0015C22.5538 23 23.0015 22.5523 23.0015 22V17C23.0015 16.4477 22.5538 16 22.0015 16C21.4492 16 21.0015 16.4477 21.0015 17V19.6L16.7015 15.3Z" }),
|
|
201
|
+
React__default["default"].createElement("path", { d: "M7.29841 8.7C7.68501 9.0866 8.31181 9.0866 8.69841 8.7C9.08501 8.3134 9.08501 7.6866 8.69841 7.3L4.39841 3H6.99841C7.5507 3 7.99841 2.55228 7.99841 2C7.99841 1.44772 7.5507 1 6.99841 1H1.99841C1.44613 1 0.998413 1.44772 0.998413 2V7C0.998413 7.55228 1.44613 8 1.99841 8C2.5507 8 2.99841 7.55228 2.99841 7V4.4L7.29841 8.7Z" }),
|
|
202
|
+
React__default["default"].createElement("path", { d: "M16.7015 8.7C16.3149 9.0866 15.6881 9.0866 15.3015 8.7C14.9149 8.3134 14.9149 7.6866 15.3015 7.3L19.6015 3H17.0015C16.4492 3 16.0015 2.55228 16.0015 2C16.0015 1.44772 16.4492 1 17.0015 1H22.0015C22.5538 1 23.0015 1.44772 23.0015 2V7C23.0015 7.55228 22.5538 8 22.0015 8C21.4492 8 21.0015 7.55228 21.0015 7V4.4L16.7015 8.7Z" }),
|
|
203
|
+
React__default["default"].createElement("path", { d: "M12 15C11.15 15 10.4375 14.7125 9.86247 14.1375C9.28747 13.5625 8.99997 12.85 8.99997 12C8.99997 11.15 9.28747 10.4375 9.86247 9.8625C10.4375 9.2875 11.15 9 12 9C12.85 9 13.5625 9.2875 14.1375 9.8625C14.7125 10.4375 15 11.15 15 12C15 12.85 14.7125 13.5625 14.1375 14.1375C13.5625 14.7125 12.85 15 12 15Z" })));
|
|
192
204
|
iconMap['ic_adjustment'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24" },
|
|
193
205
|
React__default["default"].createElement("path", { d: "M22 4c0-1.1-.9-2-2-2s-1.4.4-1.7 1H5.7c-.3-.6-1-1-1.7-1-1.1 0-2 .9-2 2s.5 1.5 1.1 1.8l.7 9.5c-.5.4-.9 1-.9 1.7 0 1.1.9 2 2 2s1.1-.3 1.5-.7L17 20.6c.3.8 1 1.4 1.9 1.4s2-.9 2-2-.4-1.3-.9-1.7l.8-12.5c.7-.3 1.1-1 1.1-1.8ZM5.7 5h12.4l-6.9 6-5.5-5.9Zm.4 10.4s-.2-.1-.3-.2L5.1 6l5.3 5.7zm.8 1s0-.2-.1-.3l4.3-3.8 5.8 6.2-10-2.2Zm11.2 1.8L12 11.6l7-6-.8 12.5Z" })));
|
|
194
206
|
iconMap['ic_admin'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24" },
|
|
@@ -205,6 +217,9 @@ iconMap['ic_anchor'] = (React__default["default"].createElement("svg", { xmlns:
|
|
|
205
217
|
React__default["default"].createElement("path", { d: "M12 22q-1.525 0-3.125-.55a10.9 10.9 0 0 1-2.9-1.5 8.6 8.6 0 0 1-2.137-2.225Q3 16.45 3 15v-2q0-.3.275-.45a.44.44 0 0 1 .525.05l2.275 1.7a1 1 0 0 1 .388.737.96.96 0 0 1-.288.788l-.725.725q.725 1.275 2.3 2.2T11 19.925V11H9a.97.97 0 0 1-.713-.287A.97.97 0 0 1 8 10q0-.424.287-.713A.97.97 0 0 1 9 9h2V7.825a3.1 3.1 0 0 1-1.437-1.088A2.85 2.85 0 0 1 9 5q0-1.25.875-2.125A2.9 2.9 0 0 1 12 2q1.25 0 2.125.875T15 5q0 .976-.562 1.737A3.1 3.1 0 0 1 13 7.826V9h2q.424 0 .713.287Q16 9.576 16 10q0 .424-.287.713A.97.97 0 0 1 15 11h-2v8.925q1.675-.25 3.25-1.175t2.3-2.2l-.725-.725a.96.96 0 0 1-.287-.787 1 1 0 0 1 .387-.738l2.275-1.7a.44.44 0 0 1 .525-.05Q21 12.7 21 13v2q0 1.45-.837 2.725a8.6 8.6 0 0 1-2.138 2.225 10.9 10.9 0 0 1-2.9 1.5Q13.525 22 12 22m0-16q.424 0 .713-.287A.97.97 0 0 0 13 5a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 4a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 5q0 .424.287.713Q11.576 6 12 6" })));
|
|
206
218
|
iconMap['ic_annotations'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
207
219
|
React__default["default"].createElement("path", { d: "M19 5v9h-5v5H5V5zm0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h10l6-6V5c0-1.1-.9-2-2-2m-7 11H7v-2h5zm5-4H7V8h10z" })));
|
|
220
|
+
iconMap['ic_approve_adjustment'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
221
|
+
React__default["default"].createElement("path", { d: "M17 11C20.036 11 22.5 13.464 22.5 16.5C22.5 19.536 20.036 22 17 22C13.964 22 11.5 19.536 11.5 16.5C11.5 13.464 13.964 11 17 11ZM20.46 13.9092C20.2455 13.6947 19.8981 13.6947 19.6836 13.9092L15.9004 17.6934L14.3105 16.1094C14.0961 15.895 13.7497 15.895 13.5352 16.1094C13.3207 16.3239 13.3207 16.6703 13.5352 16.8848L15.5098 18.8594C15.7243 19.0738 16.0762 19.0738 16.2852 18.8594L20.46 14.6846C20.674 14.4701 20.6742 14.1235 20.46 13.9092Z" }),
|
|
222
|
+
React__default["default"].createElement("path", { d: "M20 2C21.1046 2 22 2.89543 22 4C22 4.78485 21.5476 5.46452 20.8896 5.79199L20.6855 9.0625C20.6525 9.58947 20.2155 9.99999 19.6875 10C19.1107 10 18.6535 9.5132 18.6895 8.9375L18.8936 5.66699C18.8836 5.66039 18.8741 5.65326 18.8643 5.64648L6.79102 16.1094C6.835 16.1977 6.8726 16.2896 6.90332 16.3848L9.20996 16.8789C9.67086 16.9778 10 17.386 10 17.8574C9.99983 18.4939 9.41246 18.9683 8.79004 18.835L6.48438 18.3408C6.11838 18.7457 5.58876 19 5 19C3.89543 19 3 18.1046 3 17C3 16.3147 3.3447 15.71 3.87012 15.3496L3.13574 5.80371C2.46397 5.48124 2 4.79496 2 4C2 2.89543 2.89543 2 4 2C4.74028 2 5.38661 2.4022 5.73242 3H18.2676C18.6134 2.4022 19.2597 2 20 2ZM5.86426 15.1963C5.95908 15.2418 6.04993 15.2942 6.13574 15.3535L10.4521 11.6133L5.1543 5.96191L5.86426 15.1963ZM5.68945 5.07129L11.208 10.958L18.083 5H5.73242C5.71856 5.02396 5.70427 5.04797 5.68945 5.07129Z" })));
|
|
208
223
|
iconMap['ic_apps'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
209
224
|
React__default["default"].createElement("path", { d: "M4 8h4V4H4zm6 12h4v-4h-4zm-6 0h4v-4H4zm0-6h4v-4H4zm6 0h4v-4h-4zm6-10v4h4V4zm-6 4h4V4h-4zm6 6h4v-4h-4zm0 6h4v-4h-4z" })));
|
|
210
225
|
iconMap['ic_arrow_back'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
@@ -578,6 +593,10 @@ iconMap['ic_new_anchor'] = (React__default["default"].createElement("svg", { xml
|
|
|
578
593
|
React__default["default"].createElement("path", { d: "M16.072 6.63a1 1 0 0 1 1.203-.592l.096.034 5 2a1 1 0 0 1-.645 1.89l-.097-.033-5-2-.094-.043a1 1 0 0 1-.463-1.257M19.684 2.052a1 1 0 0 1 .633 1.897l-3 1a1 1 0 1 1-.633-1.897zM7.949 6.684a1 1 0 0 0-1.166-.66l-.1.028-3 1-.094.037a1 1 0 0 0 .728 1.86l3-1 .094-.038a1 1 0 0 0 .538-1.227M2.371 1.072a1 1 0 0 0-.742 1.857l5 2a1 1 0 0 0 .742-1.857z" })));
|
|
579
594
|
iconMap['ic_new_work_item'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24" },
|
|
580
595
|
React__default["default"].createElement("path", { d: "M20 6h-8l-2-2H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2m0 12H4V6h5.17l2 2H20zm-8-4h2v2h2v-2h2v-2h-2v-2h-2v2h-2z" })));
|
|
596
|
+
iconMap['ic_no_longer_restricted_hidden_title'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
597
|
+
React__default["default"].createElement("path", { d: "M14.4625 21.5375C13.4875 20.5625 13 19.3833 13 18C13 16.6167 13.4875 15.4375 14.4625 14.4625C15.4375 13.4875 16.6167 13 18 13C19.3833 13 20.5625 13.4875 21.5375 14.4625C22.5125 15.4375 23 16.6167 23 18C23 19.3833 22.5125 20.5625 21.5375 21.5375C20.5625 22.5125 19.3833 23 18 23C16.6167 23 15.4375 22.5125 14.4625 21.5375ZM20.35 19.65L19.65 20.35L17.5 18.2V15H18.5V17.8L20.35 19.65Z" }),
|
|
598
|
+
React__default["default"].createElement("path", { d: "M12 4C17 4 21.27 7.11 23 11.5C22.8479 11.8859 22.6745 12.2611 22.4844 12.626C21.2697 11.6113 19.7065 11 18 11C17.6537 11 17.3133 11.0256 16.9805 11.0742C16.7641 8.51333 14.6165 6.5 12 6.5C9.24 6.5 7 8.74 7 11.5C7 13.9802 8.80917 16.0384 11.1787 16.4307C11.0631 16.9353 11 17.4603 11 18C11 18.3268 11.0241 18.648 11.0674 18.9629C6.4739 18.6037 2.62138 15.6144 1 11.5C2.73 7.11 7 4 12 4Z" }),
|
|
599
|
+
React__default["default"].createElement("path", { d: "M12 8.5C13.66 8.5 15 9.84 15 11.5C15 11.5594 14.9975 11.6183 14.9941 11.6768C13.7127 12.287 12.6472 13.2759 11.9395 14.498C10.3076 14.4659 9 13.1398 9 11.5C9 9.84 10.34 8.5 12 8.5Z" })));
|
|
581
600
|
iconMap['ic_note_add'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
582
601
|
React__default["default"].createElement("path", { d: "M13 11h-2v3H8v2h3v3h2v-3h3v-2h-3zm1-9H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zm4 18H6V4h7v5h5z" })));
|
|
583
602
|
iconMap['ic_notice_of_change'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
@@ -704,6 +723,8 @@ iconMap['ic_restart'] = (React__default["default"].createElement("svg", { viewBo
|
|
|
704
723
|
iconMap['ic_restore'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
705
724
|
React__default["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-2V8zm4 18H6V4h7.17L18 8.83z" }),
|
|
706
725
|
React__default["default"].createElement("path", { d: "m16.72 9.4-1.17 1.17a4.48 4.48 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.6z" })));
|
|
726
|
+
iconMap['ic_restricted_hidden_title'] = (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
727
|
+
React__default["default"].createElement("path", { d: "M16 21V16H17V15C17 14.45 17.1958 13.9792 17.5875 13.5875C17.9792 13.1958 18.45 13 19 13C19.55 13 20.0208 13.1958 20.4125 13.5875C20.8042 13.9792 21 14.45 21 15V16H22V21H16ZM18 16H20V15C20 14.7167 19.9042 14.4792 19.7125 14.2875C19.5208 14.0958 19.2833 14 19 14C18.7167 14 18.4792 14.0958 18.2875 14.2875C18.0958 14.4792 18 14.7167 18 15V16ZM12 14.2C11.25 14.2 10.6125 13.9375 10.0875 13.4125C9.5625 12.8875 9.3 12.25 9.3 11.5C9.3 10.75 9.5625 10.1125 10.0875 9.5875C10.6125 9.0625 11.25 8.8 12 8.8C12.75 8.8 13.3875 9.0625 13.9125 9.5875C14.4375 10.1125 14.7 10.75 14.7 11.5C14.7 12.25 14.4375 12.8875 13.9125 13.4125C13.3875 13.9375 12.75 14.2 12 14.2ZM12 19C9.56667 19 7.35 18.3208 5.35 16.9625C3.35 15.6042 1.9 13.7833 1 11.5C1.9 9.21667 3.35 7.39583 5.35 6.0375C7.35 4.67917 9.56667 4 12 4C14.35 4 16.4958 4.63333 18.4375 5.9C20.3792 7.16667 21.8333 8.86667 22.8 11H19C18.5333 11 18.0917 11.0583 17.675 11.175C17.2583 11.2917 16.8667 11.4583 16.5 11.675V11.5C16.5 10.25 16.0625 9.1875 15.1875 8.3125C14.3125 7.4375 13.25 7 12 7C10.75 7 9.6875 7.4375 8.8125 8.3125C7.9375 9.1875 7.5 10.25 7.5 11.5C7.5 12.75 7.9375 13.8125 8.8125 14.6875C9.6875 15.5625 10.75 16 12 16C12.3667 16 12.7208 15.9583 13.0625 15.875C13.4042 15.7917 13.725 15.675 14.025 15.525C14.0083 15.6083 14 15.6875 14 15.7625V18.825C13.6667 18.875 13.3333 18.9167 13 18.95C12.6667 18.9833 12.3333 19 12 19Z" })));
|
|
707
728
|
iconMap['ic_rotate_sheet'] = (React__default["default"].createElement("svg", { viewBox: "0 0 24 24" },
|
|
708
729
|
React__default["default"].createElement("path", { d: "M4 2h9l6 6v2.29a7 7 0 0 0-2-.29V9h-5V4H4v12.01h6.07a7 7 0 0 0 0 1.99H4c-1.1 0-2-.89-2-1.99V4c0-1.1.9-2 2-2" }),
|
|
709
730
|
React__default["default"].createElement("path", { d: "M17 21.912A5 5 0 1 0 12.083 16h1.927a3.126 3.126 0 0 1 6.115.912 3.125 3.125 0 0 1-3.75 3.063v-2.438l-1.585 1.585-1.325 1.326-.215.214 3.125 3.125v-1.914q.307.04.625.04" })));
|