@digigov/react-icons 2.0.0-af1b5f33 → 2.0.0-cbc56209

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.
Files changed (144) hide show
  1. package/AccessibilityIcon/__snapshots__/index.test.tsx.snap +51 -51
  2. package/AccessibilityIcon/index.test/index.js +12 -12
  3. package/BurgerIcon/__snapshots__/index.test.tsx.snap +22 -22
  4. package/BurgerIcon/index.test/index.js +8 -8
  5. package/CancelIcon/__snapshots__/index.test.tsx.snap +42 -42
  6. package/CancelIcon/index.test/index.js +8 -8
  7. package/ChatIcon/__snapshots__/index.test.tsx.snap +42 -42
  8. package/ChatIcon/index.test/index.js +8 -8
  9. package/CheckIcon/__snapshots__/index.test.tsx.snap +48 -48
  10. package/CheckIcon/index.test/index.js +10 -10
  11. package/DownloadIcon/__snapshots__/index.test.tsx.snap +42 -42
  12. package/DownloadIcon/index.test/index.js +8 -8
  13. package/ExclamationIcon/__snapshots__/index.test.tsx.snap +39 -39
  14. package/ExclamationIcon/index.test/index.js +8 -8
  15. package/GlobeIcon/__snapshots__/index.test.tsx.snap +20 -24
  16. package/GlobeIcon/config/index.js +2 -2
  17. package/GlobeIcon/index.test/index.js +6 -6
  18. package/Icon/__snapshots__/index.test.tsx.snap +1 -2
  19. package/LockIcon/__snapshots__/index.test.tsx.snap +42 -42
  20. package/LockIcon/index.test/index.js +8 -8
  21. package/LoginIcon/__snapshots__/index.test.tsx.snap +42 -42
  22. package/LoginIcon/index.test/index.js +8 -8
  23. package/MinusIcon/__snapshots__/index.test.tsx.snap +42 -42
  24. package/MinusIcon/index.test/index.js +8 -8
  25. package/MoreVertIcon/__snapshots__/index.test.tsx.snap +51 -51
  26. package/MoreVertIcon/index.test/index.js +12 -12
  27. package/PdfFileIcon/__snapshots__/index.test.tsx.snap +42 -42
  28. package/PdfFileIcon/index.test/index.js +8 -8
  29. package/PlusIcon/__snapshots__/index.test.tsx.snap +42 -42
  30. package/PlusIcon/index.test/index.js +8 -8
  31. package/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
  32. package/PrintIcon/config/index.js +15 -0
  33. package/PrintIcon/config/package.json +6 -0
  34. package/PrintIcon/config.d.ts +8 -0
  35. package/PrintIcon/index.d.ts +4 -0
  36. package/PrintIcon/index.js +9 -0
  37. package/PrintIcon/index.test/index.js +45 -0
  38. package/PrintIcon/index.test/package.json +6 -0
  39. package/PrintIcon/index.test.d.ts +1 -0
  40. package/PrintIcon/package.json +6 -0
  41. package/ReplyIcon/__snapshots__/index.test.tsx.snap +42 -42
  42. package/ReplyIcon/index.test/index.js +8 -8
  43. package/RestoreIcon/__snapshots__/index.test.tsx.snap +42 -42
  44. package/RestoreIcon/index.test/index.js +8 -8
  45. package/UncheckIcon/__snapshots__/index.test.tsx.snap +54 -54
  46. package/UncheckIcon/index.test/index.js +12 -12
  47. package/cjs/AccessibilityIcon/__snapshots__/index.test.tsx.snap +51 -51
  48. package/cjs/AccessibilityIcon/index.test/index.js +12 -12
  49. package/cjs/BurgerIcon/__snapshots__/index.test.tsx.snap +22 -22
  50. package/cjs/BurgerIcon/index.test/index.js +8 -8
  51. package/cjs/CancelIcon/__snapshots__/index.test.tsx.snap +42 -42
  52. package/cjs/CancelIcon/index.test/index.js +8 -8
  53. package/cjs/ChatIcon/__snapshots__/index.test.tsx.snap +42 -42
  54. package/cjs/ChatIcon/index.test/index.js +8 -8
  55. package/cjs/CheckIcon/__snapshots__/index.test.tsx.snap +48 -48
  56. package/cjs/CheckIcon/index.test/index.js +10 -10
  57. package/cjs/DownloadIcon/__snapshots__/index.test.tsx.snap +42 -42
  58. package/cjs/DownloadIcon/index.test/index.js +8 -8
  59. package/cjs/ExclamationIcon/__snapshots__/index.test.tsx.snap +39 -39
  60. package/cjs/ExclamationIcon/index.test/index.js +8 -8
  61. package/cjs/GlobeIcon/__snapshots__/index.test.tsx.snap +20 -24
  62. package/cjs/GlobeIcon/config/index.js +2 -2
  63. package/cjs/GlobeIcon/index.test/index.js +6 -6
  64. package/cjs/Icon/__snapshots__/index.test.tsx.snap +1 -2
  65. package/cjs/LockIcon/__snapshots__/index.test.tsx.snap +42 -42
  66. package/cjs/LockIcon/index.test/index.js +8 -8
  67. package/cjs/LoginIcon/__snapshots__/index.test.tsx.snap +42 -42
  68. package/cjs/LoginIcon/index.test/index.js +8 -8
  69. package/cjs/MinusIcon/__snapshots__/index.test.tsx.snap +42 -42
  70. package/cjs/MinusIcon/index.test/index.js +8 -8
  71. package/cjs/MoreVertIcon/__snapshots__/index.test.tsx.snap +51 -51
  72. package/cjs/MoreVertIcon/index.test/index.js +12 -12
  73. package/cjs/PdfFileIcon/__snapshots__/index.test.tsx.snap +42 -42
  74. package/cjs/PdfFileIcon/index.test/index.js +8 -8
  75. package/cjs/PlusIcon/__snapshots__/index.test.tsx.snap +42 -42
  76. package/cjs/PlusIcon/index.test/index.js +8 -8
  77. package/cjs/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
  78. package/cjs/PrintIcon/config/index.js +23 -0
  79. package/cjs/PrintIcon/index.js +16 -0
  80. package/cjs/PrintIcon/index.test/index.js +48 -0
  81. package/cjs/ReplyIcon/__snapshots__/index.test.tsx.snap +42 -42
  82. package/cjs/ReplyIcon/index.test/index.js +8 -8
  83. package/cjs/RestoreIcon/__snapshots__/index.test.tsx.snap +42 -42
  84. package/cjs/RestoreIcon/index.test/index.js +8 -8
  85. package/cjs/UncheckIcon/__snapshots__/index.test.tsx.snap +54 -54
  86. package/cjs/UncheckIcon/index.test/index.js +12 -12
  87. package/cjs/icons/index.js +11 -0
  88. package/cjs/index.js +11 -0
  89. package/cjs/lazy/index.js +229 -0
  90. package/cjs/registry/index.js +5 -3
  91. package/icons/index.js +1 -0
  92. package/icons.d.ts +3 -0
  93. package/index.d.ts +1 -0
  94. package/index.js +3 -2
  95. package/lazy/index.js +171 -0
  96. package/lazy/package.json +6 -0
  97. package/lazy.d.ts +27 -0
  98. package/package.json +3 -3
  99. package/registry/index.js +5 -3
  100. package/registry.d.ts +2 -1
  101. package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +51 -51
  102. package/src/AccessibilityIcon/index.test.tsx +12 -12
  103. package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +22 -22
  104. package/src/BurgerIcon/index.test.tsx +8 -8
  105. package/src/CancelIcon/__snapshots__/index.test.tsx.snap +42 -42
  106. package/src/CancelIcon/index.test.tsx +8 -8
  107. package/src/ChatIcon/__snapshots__/index.test.tsx.snap +42 -42
  108. package/src/ChatIcon/index.test.tsx +8 -8
  109. package/src/CheckIcon/__snapshots__/index.test.tsx.snap +48 -48
  110. package/src/CheckIcon/index.test.tsx +10 -10
  111. package/src/DownloadIcon/__snapshots__/index.test.tsx.snap +42 -42
  112. package/src/DownloadIcon/index.test.tsx +8 -8
  113. package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +39 -39
  114. package/src/ExclamationIcon/index.test.tsx +8 -8
  115. package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +20 -24
  116. package/src/GlobeIcon/config.tsx +1 -12
  117. package/src/GlobeIcon/index.test.tsx +6 -6
  118. package/src/Icon/__snapshots__/index.test.tsx.snap +1 -2
  119. package/src/LockIcon/__snapshots__/index.test.tsx.snap +42 -42
  120. package/src/LockIcon/index.test.tsx +8 -8
  121. package/src/LoginIcon/__snapshots__/index.test.tsx.snap +42 -42
  122. package/src/LoginIcon/index.test.tsx +8 -8
  123. package/src/MinusIcon/__snapshots__/index.test.tsx.snap +42 -42
  124. package/src/MinusIcon/index.test.tsx +8 -8
  125. package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +51 -51
  126. package/src/MoreVertIcon/index.test.tsx +12 -12
  127. package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +42 -42
  128. package/src/PdfFileIcon/index.test.tsx +8 -8
  129. package/src/PlusIcon/__snapshots__/index.test.tsx.snap +42 -42
  130. package/src/PlusIcon/index.test.tsx +8 -8
  131. package/src/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
  132. package/src/PrintIcon/config.tsx +16 -0
  133. package/src/PrintIcon/index.test.tsx +26 -0
  134. package/src/PrintIcon/index.tsx +8 -0
  135. package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +42 -42
  136. package/src/ReplyIcon/index.test.tsx +8 -8
  137. package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +42 -42
  138. package/src/RestoreIcon/index.test.tsx +8 -8
  139. package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +54 -54
  140. package/src/UncheckIcon/index.test.tsx +12 -12
  141. package/src/icons.ts +3 -0
  142. package/src/index.ts +1 -0
  143. package/src/lazy.js +28 -0
  144. package/src/registry.js +6 -4
@@ -0,0 +1,229 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
9
+ var _react = require("react");
10
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
11
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != (0, _typeof2["default"])(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
12
+ var _default = exports["default"] = {
13
+ 'AccessibilityIcon': /*#__PURE__*/(0, _react.lazy)(function () {
14
+ return Promise.resolve().then(function () {
15
+ return _interopRequireWildcard(require('@digigov/react-icons/AccessibilityIcon'));
16
+ }).then(function (module) {
17
+ return {
18
+ "default": module['AccessibilityIcon']
19
+ };
20
+ });
21
+ }),
22
+ 'ArrowIcon': /*#__PURE__*/(0, _react.lazy)(function () {
23
+ return Promise.resolve().then(function () {
24
+ return _interopRequireWildcard(require('@digigov/react-icons/ArrowIcon'));
25
+ }).then(function (module) {
26
+ return {
27
+ "default": module['ArrowIcon']
28
+ };
29
+ });
30
+ }),
31
+ 'BurgerIcon': /*#__PURE__*/(0, _react.lazy)(function () {
32
+ return Promise.resolve().then(function () {
33
+ return _interopRequireWildcard(require('@digigov/react-icons/BurgerIcon'));
34
+ }).then(function (module) {
35
+ return {
36
+ "default": module['BurgerIcon']
37
+ };
38
+ });
39
+ }),
40
+ 'CancelIcon': /*#__PURE__*/(0, _react.lazy)(function () {
41
+ return Promise.resolve().then(function () {
42
+ return _interopRequireWildcard(require('@digigov/react-icons/CancelIcon'));
43
+ }).then(function (module) {
44
+ return {
45
+ "default": module['CancelIcon']
46
+ };
47
+ });
48
+ }),
49
+ 'CaretIcon': /*#__PURE__*/(0, _react.lazy)(function () {
50
+ return Promise.resolve().then(function () {
51
+ return _interopRequireWildcard(require('@digigov/react-icons/CaretIcon'));
52
+ }).then(function (module) {
53
+ return {
54
+ "default": module['CaretIcon']
55
+ };
56
+ });
57
+ }),
58
+ 'ChatIcon': /*#__PURE__*/(0, _react.lazy)(function () {
59
+ return Promise.resolve().then(function () {
60
+ return _interopRequireWildcard(require('@digigov/react-icons/ChatIcon'));
61
+ }).then(function (module) {
62
+ return {
63
+ "default": module['ChatIcon']
64
+ };
65
+ });
66
+ }),
67
+ 'CheckIcon': /*#__PURE__*/(0, _react.lazy)(function () {
68
+ return Promise.resolve().then(function () {
69
+ return _interopRequireWildcard(require('@digigov/react-icons/CheckIcon'));
70
+ }).then(function (module) {
71
+ return {
72
+ "default": module['CheckIcon']
73
+ };
74
+ });
75
+ }),
76
+ 'ChevronIcon': /*#__PURE__*/(0, _react.lazy)(function () {
77
+ return Promise.resolve().then(function () {
78
+ return _interopRequireWildcard(require('@digigov/react-icons/ChevronIcon'));
79
+ }).then(function (module) {
80
+ return {
81
+ "default": module['ChevronIcon']
82
+ };
83
+ });
84
+ }),
85
+ 'CloseIcon': /*#__PURE__*/(0, _react.lazy)(function () {
86
+ return Promise.resolve().then(function () {
87
+ return _interopRequireWildcard(require('@digigov/react-icons/CloseIcon'));
88
+ }).then(function (module) {
89
+ return {
90
+ "default": module['CloseIcon']
91
+ };
92
+ });
93
+ }),
94
+ 'DownloadIcon': /*#__PURE__*/(0, _react.lazy)(function () {
95
+ return Promise.resolve().then(function () {
96
+ return _interopRequireWildcard(require('@digigov/react-icons/DownloadIcon'));
97
+ }).then(function (module) {
98
+ return {
99
+ "default": module['DownloadIcon']
100
+ };
101
+ });
102
+ }),
103
+ 'ExclamationIcon': /*#__PURE__*/(0, _react.lazy)(function () {
104
+ return Promise.resolve().then(function () {
105
+ return _interopRequireWildcard(require('@digigov/react-icons/ExclamationIcon'));
106
+ }).then(function (module) {
107
+ return {
108
+ "default": module['ExclamationIcon']
109
+ };
110
+ });
111
+ }),
112
+ 'GlobeIcon': /*#__PURE__*/(0, _react.lazy)(function () {
113
+ return Promise.resolve().then(function () {
114
+ return _interopRequireWildcard(require('@digigov/react-icons/GlobeIcon'));
115
+ }).then(function (module) {
116
+ return {
117
+ "default": module['GlobeIcon']
118
+ };
119
+ });
120
+ }),
121
+ 'Icon': /*#__PURE__*/(0, _react.lazy)(function () {
122
+ return Promise.resolve().then(function () {
123
+ return _interopRequireWildcard(require('@digigov/react-icons/Icon'));
124
+ }).then(function (module) {
125
+ return {
126
+ "default": module['Icon']
127
+ };
128
+ });
129
+ }),
130
+ 'UncheckIcon': /*#__PURE__*/(0, _react.lazy)(function () {
131
+ return Promise.resolve().then(function () {
132
+ return _interopRequireWildcard(require('@digigov/react-icons/UncheckIcon'));
133
+ }).then(function (module) {
134
+ return {
135
+ "default": module['UncheckIcon']
136
+ };
137
+ });
138
+ }),
139
+ 'MoreVertIcon': /*#__PURE__*/(0, _react.lazy)(function () {
140
+ return Promise.resolve().then(function () {
141
+ return _interopRequireWildcard(require('@digigov/react-icons/MoreVertIcon'));
142
+ }).then(function (module) {
143
+ return {
144
+ "default": module['MoreVertIcon']
145
+ };
146
+ });
147
+ }),
148
+ 'SearchIcon': /*#__PURE__*/(0, _react.lazy)(function () {
149
+ return Promise.resolve().then(function () {
150
+ return _interopRequireWildcard(require('@digigov/react-icons/SearchIcon'));
151
+ }).then(function (module) {
152
+ return {
153
+ "default": module['SearchIcon']
154
+ };
155
+ });
156
+ }),
157
+ 'LockIcon': /*#__PURE__*/(0, _react.lazy)(function () {
158
+ return Promise.resolve().then(function () {
159
+ return _interopRequireWildcard(require('@digigov/react-icons/LockIcon'));
160
+ }).then(function (module) {
161
+ return {
162
+ "default": module['LockIcon']
163
+ };
164
+ });
165
+ }),
166
+ 'PdfFileIcon': /*#__PURE__*/(0, _react.lazy)(function () {
167
+ return Promise.resolve().then(function () {
168
+ return _interopRequireWildcard(require('@digigov/react-icons/PdfFileIcon'));
169
+ }).then(function (module) {
170
+ return {
171
+ "default": module['PdfFileIcon']
172
+ };
173
+ });
174
+ }),
175
+ 'PlusIcon': /*#__PURE__*/(0, _react.lazy)(function () {
176
+ return Promise.resolve().then(function () {
177
+ return _interopRequireWildcard(require('@digigov/react-icons/PlusIcon'));
178
+ }).then(function (module) {
179
+ return {
180
+ "default": module['PlusIcon']
181
+ };
182
+ });
183
+ }),
184
+ 'MinusIcon': /*#__PURE__*/(0, _react.lazy)(function () {
185
+ return Promise.resolve().then(function () {
186
+ return _interopRequireWildcard(require('@digigov/react-icons/MinusIcon'));
187
+ }).then(function (module) {
188
+ return {
189
+ "default": module['MinusIcon']
190
+ };
191
+ });
192
+ }),
193
+ 'LoginIcon': /*#__PURE__*/(0, _react.lazy)(function () {
194
+ return Promise.resolve().then(function () {
195
+ return _interopRequireWildcard(require('@digigov/react-icons/LoginIcon'));
196
+ }).then(function (module) {
197
+ return {
198
+ "default": module['LoginIcon']
199
+ };
200
+ });
201
+ }),
202
+ 'RestoreIcon': /*#__PURE__*/(0, _react.lazy)(function () {
203
+ return Promise.resolve().then(function () {
204
+ return _interopRequireWildcard(require('@digigov/react-icons/RestoreIcon'));
205
+ }).then(function (module) {
206
+ return {
207
+ "default": module['RestoreIcon']
208
+ };
209
+ });
210
+ }),
211
+ 'ReplyIcon': /*#__PURE__*/(0, _react.lazy)(function () {
212
+ return Promise.resolve().then(function () {
213
+ return _interopRequireWildcard(require('@digigov/react-icons/ReplyIcon'));
214
+ }).then(function (module) {
215
+ return {
216
+ "default": module['ReplyIcon']
217
+ };
218
+ });
219
+ }),
220
+ 'PrintIcon': /*#__PURE__*/(0, _react.lazy)(function () {
221
+ return Promise.resolve().then(function () {
222
+ return _interopRequireWildcard(require('@digigov/react-icons/PrintIcon'));
223
+ }).then(function (module) {
224
+ return {
225
+ "default": module['PrintIcon']
226
+ };
227
+ });
228
+ })
229
+ };
@@ -15,6 +15,7 @@ var _digigov_react_icons_CheckIcon = _interopRequireWildcard(require("@digigov/r
15
15
  var _digigov_react_icons_ChevronIcon = _interopRequireWildcard(require("@digigov/react-icons/ChevronIcon"));
16
16
  var _digigov_react_icons_CloseIcon = _interopRequireWildcard(require("@digigov/react-icons/CloseIcon"));
17
17
  var _digigov_react_icons_DownloadIcon = _interopRequireWildcard(require("@digigov/react-icons/DownloadIcon"));
18
+ var _digigov_react_icons_ExclamationIcon = _interopRequireWildcard(require("@digigov/react-icons/ExclamationIcon"));
18
19
  var _digigov_react_icons_GlobeIcon = _interopRequireWildcard(require("@digigov/react-icons/GlobeIcon"));
19
20
  var _digigov_react_icons_Icon = _interopRequireWildcard(require("@digigov/react-icons/Icon"));
20
21
  var _digigov_react_icons_icons = _interopRequireWildcard(require("@digigov/react-icons/icons"));
@@ -25,11 +26,11 @@ var _digigov_react_icons_MinusIcon = _interopRequireWildcard(require("@digigov/r
25
26
  var _digigov_react_icons_MoreVertIcon = _interopRequireWildcard(require("@digigov/react-icons/MoreVertIcon"));
26
27
  var _digigov_react_icons_PdfFileIcon = _interopRequireWildcard(require("@digigov/react-icons/PdfFileIcon"));
27
28
  var _digigov_react_icons_PlusIcon = _interopRequireWildcard(require("@digigov/react-icons/PlusIcon"));
29
+ var _digigov_react_icons_PrintIcon = _interopRequireWildcard(require("@digigov/react-icons/PrintIcon"));
28
30
  var _digigov_react_icons_ReplyIcon = _interopRequireWildcard(require("@digigov/react-icons/ReplyIcon"));
29
31
  var _digigov_react_icons_RestoreIcon = _interopRequireWildcard(require("@digigov/react-icons/RestoreIcon"));
30
32
  var _digigov_react_icons_SearchIcon = _interopRequireWildcard(require("@digigov/react-icons/SearchIcon"));
31
33
  var _digigov_react_icons_UncheckIcon = _interopRequireWildcard(require("@digigov/react-icons/UncheckIcon"));
32
- var _digigov_react_icons_WarningIcon = _interopRequireWildcard(require("@digigov/react-icons/ExclamationIcon"));
33
34
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
34
35
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
35
36
  function lazyImport(pkgImport) {
@@ -57,6 +58,7 @@ var _default = exports["default"] = {
57
58
  '@digigov/react-icons/ChevronIcon': lazyImport(_digigov_react_icons_ChevronIcon),
58
59
  '@digigov/react-icons/CloseIcon': lazyImport(_digigov_react_icons_CloseIcon),
59
60
  '@digigov/react-icons/DownloadIcon': lazyImport(_digigov_react_icons_DownloadIcon),
61
+ '@digigov/react-icons/ExclamationIcon': lazyImport(_digigov_react_icons_ExclamationIcon),
60
62
  '@digigov/react-icons/GlobeIcon': lazyImport(_digigov_react_icons_GlobeIcon),
61
63
  '@digigov/react-icons/Icon': lazyImport(_digigov_react_icons_Icon),
62
64
  '@digigov/react-icons/icons': lazyImport(_digigov_react_icons_icons),
@@ -67,9 +69,9 @@ var _default = exports["default"] = {
67
69
  '@digigov/react-icons/MoreVertIcon': lazyImport(_digigov_react_icons_MoreVertIcon),
68
70
  '@digigov/react-icons/PdfFileIcon': lazyImport(_digigov_react_icons_PdfFileIcon),
69
71
  '@digigov/react-icons/PlusIcon': lazyImport(_digigov_react_icons_PlusIcon),
72
+ '@digigov/react-icons/PrintIcon': lazyImport(_digigov_react_icons_PrintIcon),
70
73
  '@digigov/react-icons/ReplyIcon': lazyImport(_digigov_react_icons_ReplyIcon),
71
74
  '@digigov/react-icons/RestoreIcon': lazyImport(_digigov_react_icons_RestoreIcon),
72
75
  '@digigov/react-icons/SearchIcon': lazyImport(_digigov_react_icons_SearchIcon),
73
- '@digigov/react-icons/UncheckIcon': lazyImport(_digigov_react_icons_UncheckIcon),
74
- '@digigov/react-icons/WarningIcon': lazyImport(_digigov_react_icons_WarningIcon)
76
+ '@digigov/react-icons/UncheckIcon': lazyImport(_digigov_react_icons_UncheckIcon)
75
77
  };
package/icons/index.js CHANGED
@@ -20,4 +20,5 @@ export * from '@digigov/react-icons/RestoreIcon/config';
20
20
  export * from '@digigov/react-icons/ReplyIcon/config';
21
21
  export * from '@digigov/react-icons/ChatIcon/config';
22
22
  export * from '@digigov/react-icons/ExclamationIcon/config';
23
+ export * from '@digigov/react-icons/PrintIcon/config';
23
24
  export {};
package/icons.d.ts CHANGED
@@ -20,6 +20,7 @@ import type { RestoreType } from '@digigov/react-icons/RestoreIcon/config';
20
20
  import type { ReplyType } from '@digigov/react-icons/ReplyIcon/config';
21
21
  import type { ChatType } from '@digigov/react-icons/ChatIcon/config';
22
22
  import type { ExclamationType } from '@digigov/react-icons/ExclamationIcon/config';
23
+ import type { PrintType } from '@digigov/react-icons/PrintIcon/config';
23
24
  export * from '@digigov/react-icons/AccessibilityIcon/config';
24
25
  export * from '@digigov/react-icons/ArrowIcon/config';
25
26
  export * from '@digigov/react-icons/BurgerIcon/config';
@@ -42,6 +43,7 @@ export * from '@digigov/react-icons/RestoreIcon/config';
42
43
  export * from '@digigov/react-icons/ReplyIcon/config';
43
44
  export * from '@digigov/react-icons/ChatIcon/config';
44
45
  export * from '@digigov/react-icons/ExclamationIcon/config';
46
+ export * from '@digigov/react-icons/PrintIcon/config';
45
47
  export interface IconTypes {
46
48
  accessibility: AccessibilityType;
47
49
  arrow: ArrowType;
@@ -65,4 +67,5 @@ export interface IconTypes {
65
67
  reply: ReplyType;
66
68
  chat: ChatType;
67
69
  exclamation: ExclamationType;
70
+ print: PrintType;
68
71
  }
package/index.d.ts CHANGED
@@ -20,3 +20,4 @@ export * from '@digigov/react-icons/RestoreIcon';
20
20
  export * from '@digigov/react-icons/ReplyIcon';
21
21
  export * from '@digigov/react-icons/ChatIcon';
22
22
  export * from '@digigov/react-icons/ExclamationIcon';
23
+ export * from '@digigov/react-icons/PrintIcon';
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v2.0.0-af1b5f33
1
+ /** @license Digigov v2.0.0-cbc56209
2
2
  *
3
3
  * This source code is licensed under the BSD-2-Clause license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -24,4 +24,5 @@ export * from '@digigov/react-icons/LoginIcon';
24
24
  export * from '@digigov/react-icons/RestoreIcon';
25
25
  export * from '@digigov/react-icons/ReplyIcon';
26
26
  export * from '@digigov/react-icons/ChatIcon';
27
- export * from '@digigov/react-icons/ExclamationIcon';
27
+ export * from '@digigov/react-icons/ExclamationIcon';
28
+ export * from '@digigov/react-icons/PrintIcon';
package/lazy/index.js ADDED
@@ -0,0 +1,171 @@
1
+ import { lazy } from 'react';
2
+ export default {
3
+ 'AccessibilityIcon': /*#__PURE__*/lazy(function () {
4
+ return import('@digigov/react-icons/AccessibilityIcon').then(function (module) {
5
+ return {
6
+ "default": module['AccessibilityIcon']
7
+ };
8
+ });
9
+ }),
10
+ 'ArrowIcon': /*#__PURE__*/lazy(function () {
11
+ return import('@digigov/react-icons/ArrowIcon').then(function (module) {
12
+ return {
13
+ "default": module['ArrowIcon']
14
+ };
15
+ });
16
+ }),
17
+ 'BurgerIcon': /*#__PURE__*/lazy(function () {
18
+ return import('@digigov/react-icons/BurgerIcon').then(function (module) {
19
+ return {
20
+ "default": module['BurgerIcon']
21
+ };
22
+ });
23
+ }),
24
+ 'CancelIcon': /*#__PURE__*/lazy(function () {
25
+ return import('@digigov/react-icons/CancelIcon').then(function (module) {
26
+ return {
27
+ "default": module['CancelIcon']
28
+ };
29
+ });
30
+ }),
31
+ 'CaretIcon': /*#__PURE__*/lazy(function () {
32
+ return import('@digigov/react-icons/CaretIcon').then(function (module) {
33
+ return {
34
+ "default": module['CaretIcon']
35
+ };
36
+ });
37
+ }),
38
+ 'ChatIcon': /*#__PURE__*/lazy(function () {
39
+ return import('@digigov/react-icons/ChatIcon').then(function (module) {
40
+ return {
41
+ "default": module['ChatIcon']
42
+ };
43
+ });
44
+ }),
45
+ 'CheckIcon': /*#__PURE__*/lazy(function () {
46
+ return import('@digigov/react-icons/CheckIcon').then(function (module) {
47
+ return {
48
+ "default": module['CheckIcon']
49
+ };
50
+ });
51
+ }),
52
+ 'ChevronIcon': /*#__PURE__*/lazy(function () {
53
+ return import('@digigov/react-icons/ChevronIcon').then(function (module) {
54
+ return {
55
+ "default": module['ChevronIcon']
56
+ };
57
+ });
58
+ }),
59
+ 'CloseIcon': /*#__PURE__*/lazy(function () {
60
+ return import('@digigov/react-icons/CloseIcon').then(function (module) {
61
+ return {
62
+ "default": module['CloseIcon']
63
+ };
64
+ });
65
+ }),
66
+ 'DownloadIcon': /*#__PURE__*/lazy(function () {
67
+ return import('@digigov/react-icons/DownloadIcon').then(function (module) {
68
+ return {
69
+ "default": module['DownloadIcon']
70
+ };
71
+ });
72
+ }),
73
+ 'ExclamationIcon': /*#__PURE__*/lazy(function () {
74
+ return import('@digigov/react-icons/ExclamationIcon').then(function (module) {
75
+ return {
76
+ "default": module['ExclamationIcon']
77
+ };
78
+ });
79
+ }),
80
+ 'GlobeIcon': /*#__PURE__*/lazy(function () {
81
+ return import('@digigov/react-icons/GlobeIcon').then(function (module) {
82
+ return {
83
+ "default": module['GlobeIcon']
84
+ };
85
+ });
86
+ }),
87
+ 'Icon': /*#__PURE__*/lazy(function () {
88
+ return import('@digigov/react-icons/Icon').then(function (module) {
89
+ return {
90
+ "default": module['Icon']
91
+ };
92
+ });
93
+ }),
94
+ 'UncheckIcon': /*#__PURE__*/lazy(function () {
95
+ return import('@digigov/react-icons/UncheckIcon').then(function (module) {
96
+ return {
97
+ "default": module['UncheckIcon']
98
+ };
99
+ });
100
+ }),
101
+ 'MoreVertIcon': /*#__PURE__*/lazy(function () {
102
+ return import('@digigov/react-icons/MoreVertIcon').then(function (module) {
103
+ return {
104
+ "default": module['MoreVertIcon']
105
+ };
106
+ });
107
+ }),
108
+ 'SearchIcon': /*#__PURE__*/lazy(function () {
109
+ return import('@digigov/react-icons/SearchIcon').then(function (module) {
110
+ return {
111
+ "default": module['SearchIcon']
112
+ };
113
+ });
114
+ }),
115
+ 'LockIcon': /*#__PURE__*/lazy(function () {
116
+ return import('@digigov/react-icons/LockIcon').then(function (module) {
117
+ return {
118
+ "default": module['LockIcon']
119
+ };
120
+ });
121
+ }),
122
+ 'PdfFileIcon': /*#__PURE__*/lazy(function () {
123
+ return import('@digigov/react-icons/PdfFileIcon').then(function (module) {
124
+ return {
125
+ "default": module['PdfFileIcon']
126
+ };
127
+ });
128
+ }),
129
+ 'PlusIcon': /*#__PURE__*/lazy(function () {
130
+ return import('@digigov/react-icons/PlusIcon').then(function (module) {
131
+ return {
132
+ "default": module['PlusIcon']
133
+ };
134
+ });
135
+ }),
136
+ 'MinusIcon': /*#__PURE__*/lazy(function () {
137
+ return import('@digigov/react-icons/MinusIcon').then(function (module) {
138
+ return {
139
+ "default": module['MinusIcon']
140
+ };
141
+ });
142
+ }),
143
+ 'LoginIcon': /*#__PURE__*/lazy(function () {
144
+ return import('@digigov/react-icons/LoginIcon').then(function (module) {
145
+ return {
146
+ "default": module['LoginIcon']
147
+ };
148
+ });
149
+ }),
150
+ 'RestoreIcon': /*#__PURE__*/lazy(function () {
151
+ return import('@digigov/react-icons/RestoreIcon').then(function (module) {
152
+ return {
153
+ "default": module['RestoreIcon']
154
+ };
155
+ });
156
+ }),
157
+ 'ReplyIcon': /*#__PURE__*/lazy(function () {
158
+ return import('@digigov/react-icons/ReplyIcon').then(function (module) {
159
+ return {
160
+ "default": module['ReplyIcon']
161
+ };
162
+ });
163
+ }),
164
+ 'PrintIcon': /*#__PURE__*/lazy(function () {
165
+ return import('@digigov/react-icons/PrintIcon').then(function (module) {
166
+ return {
167
+ "default": module['PrintIcon']
168
+ };
169
+ });
170
+ })
171
+ };
@@ -0,0 +1,6 @@
1
+ {
2
+ "sideEffects": false,
3
+ "module": "./index.js",
4
+ "types": "./index.d.ts",
5
+ "main": "../cjs/lazy/index.js"
6
+ }
package/lazy.d.ts ADDED
@@ -0,0 +1,27 @@
1
+ declare namespace _default {
2
+ let AccessibilityIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"accessibility">>>;
3
+ let ArrowIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"arrow">>>;
4
+ let BurgerIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"burger">>>;
5
+ let CancelIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"cancel">>>;
6
+ let CaretIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"caret">>>;
7
+ let ChatIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"chat">>>;
8
+ let CheckIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"check">>>;
9
+ let ChevronIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"chevron">>>;
10
+ let CloseIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"close">>>;
11
+ let DownloadIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"download">>>;
12
+ let ExclamationIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"exclamation">>>;
13
+ let GlobeIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"globe">>>;
14
+ let Icon: import("react").LazyExoticComponent<(<C extends keyof import("./icons").IconTypes>(props: import("@digigov/react-icons/Icon").IconProps<C>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null)>;
15
+ let UncheckIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"uncheck">>>;
16
+ let MoreVertIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"moreVert">>>;
17
+ let SearchIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"search">>>;
18
+ let LockIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"lock">>>;
19
+ let PdfFileIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"pdfFile">>>;
20
+ let PlusIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"plus">>>;
21
+ let MinusIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"minus">>>;
22
+ let LoginIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"login">>>;
23
+ let RestoreIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"restore">>>;
24
+ let ReplyIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"reply">>>;
25
+ let PrintIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"print">>>;
26
+ }
27
+ export default _default;
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@digigov/react-icons",
3
- "version": "2.0.0-af1b5f33",
3
+ "version": "2.0.0-cbc56209",
4
4
  "description": "@digigov react icons",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
7
7
  "main": "./cjs/index.js",
8
8
  "module": "./index.js",
9
9
  "peerDependencies": {
10
- "@digigov/css": "2.0.0-af1b5f33",
10
+ "@digigov/css": "2.0.0-cbc56209",
11
11
  "clsx": "1.1.1",
12
12
  "react": "^16.8.0 || ^17.0.0",
13
13
  "react-dom": "^16.8.0 || ^17.0.0",
14
- "@digigov/react-core": "2.0.0-af1b5f33"
14
+ "@digigov/react-core": "2.0.0-cbc56209"
15
15
  },
16
16
  "dependencies": {
17
17
  "ts-morph": "18.0.0"
package/registry/index.js CHANGED
@@ -8,6 +8,7 @@ import * as _digigov_react_icons_CheckIcon from '@digigov/react-icons/CheckIcon'
8
8
  import * as _digigov_react_icons_ChevronIcon from '@digigov/react-icons/ChevronIcon';
9
9
  import * as _digigov_react_icons_CloseIcon from '@digigov/react-icons/CloseIcon';
10
10
  import * as _digigov_react_icons_DownloadIcon from '@digigov/react-icons/DownloadIcon';
11
+ import * as _digigov_react_icons_ExclamationIcon from '@digigov/react-icons/ExclamationIcon';
11
12
  import * as _digigov_react_icons_GlobeIcon from '@digigov/react-icons/GlobeIcon';
12
13
  import * as _digigov_react_icons_Icon from '@digigov/react-icons/Icon';
13
14
  import * as _digigov_react_icons_icons from '@digigov/react-icons/icons';
@@ -18,11 +19,11 @@ import * as _digigov_react_icons_MinusIcon from '@digigov/react-icons/MinusIcon'
18
19
  import * as _digigov_react_icons_MoreVertIcon from '@digigov/react-icons/MoreVertIcon';
19
20
  import * as _digigov_react_icons_PdfFileIcon from '@digigov/react-icons/PdfFileIcon';
20
21
  import * as _digigov_react_icons_PlusIcon from '@digigov/react-icons/PlusIcon';
22
+ import * as _digigov_react_icons_PrintIcon from '@digigov/react-icons/PrintIcon';
21
23
  import * as _digigov_react_icons_ReplyIcon from '@digigov/react-icons/ReplyIcon';
22
24
  import * as _digigov_react_icons_RestoreIcon from '@digigov/react-icons/RestoreIcon';
23
25
  import * as _digigov_react_icons_SearchIcon from '@digigov/react-icons/SearchIcon';
24
26
  import * as _digigov_react_icons_UncheckIcon from '@digigov/react-icons/UncheckIcon';
25
- import * as _digigov_react_icons_WarningIcon from '@digigov/react-icons/ExclamationIcon';
26
27
  function lazyImport(pkgImport) {
27
28
  // eslint-disable-next-line no-undef
28
29
  return new Proxy({}, {
@@ -48,6 +49,7 @@ export default {
48
49
  '@digigov/react-icons/ChevronIcon': lazyImport(_digigov_react_icons_ChevronIcon),
49
50
  '@digigov/react-icons/CloseIcon': lazyImport(_digigov_react_icons_CloseIcon),
50
51
  '@digigov/react-icons/DownloadIcon': lazyImport(_digigov_react_icons_DownloadIcon),
52
+ '@digigov/react-icons/ExclamationIcon': lazyImport(_digigov_react_icons_ExclamationIcon),
51
53
  '@digigov/react-icons/GlobeIcon': lazyImport(_digigov_react_icons_GlobeIcon),
52
54
  '@digigov/react-icons/Icon': lazyImport(_digigov_react_icons_Icon),
53
55
  '@digigov/react-icons/icons': lazyImport(_digigov_react_icons_icons),
@@ -58,9 +60,9 @@ export default {
58
60
  '@digigov/react-icons/MoreVertIcon': lazyImport(_digigov_react_icons_MoreVertIcon),
59
61
  '@digigov/react-icons/PdfFileIcon': lazyImport(_digigov_react_icons_PdfFileIcon),
60
62
  '@digigov/react-icons/PlusIcon': lazyImport(_digigov_react_icons_PlusIcon),
63
+ '@digigov/react-icons/PrintIcon': lazyImport(_digigov_react_icons_PrintIcon),
61
64
  '@digigov/react-icons/ReplyIcon': lazyImport(_digigov_react_icons_ReplyIcon),
62
65
  '@digigov/react-icons/RestoreIcon': lazyImport(_digigov_react_icons_RestoreIcon),
63
66
  '@digigov/react-icons/SearchIcon': lazyImport(_digigov_react_icons_SearchIcon),
64
- '@digigov/react-icons/UncheckIcon': lazyImport(_digigov_react_icons_UncheckIcon),
65
- '@digigov/react-icons/WarningIcon': lazyImport(_digigov_react_icons_WarningIcon)
67
+ '@digigov/react-icons/UncheckIcon': lazyImport(_digigov_react_icons_UncheckIcon)
66
68
  };
package/registry.d.ts CHANGED
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  '@digigov/react-icons/ChevronIcon': {};
10
10
  '@digigov/react-icons/CloseIcon': {};
11
11
  '@digigov/react-icons/DownloadIcon': {};
12
+ '@digigov/react-icons/ExclamationIcon': {};
12
13
  '@digigov/react-icons/GlobeIcon': {};
13
14
  '@digigov/react-icons/Icon': {};
14
15
  '@digigov/react-icons/icons': {};
@@ -19,10 +20,10 @@ declare const _default: {
19
20
  '@digigov/react-icons/MoreVertIcon': {};
20
21
  '@digigov/react-icons/PdfFileIcon': {};
21
22
  '@digigov/react-icons/PlusIcon': {};
23
+ '@digigov/react-icons/PrintIcon': {};
22
24
  '@digigov/react-icons/ReplyIcon': {};
23
25
  '@digigov/react-icons/RestoreIcon': {};
24
26
  '@digigov/react-icons/SearchIcon': {};
25
27
  '@digigov/react-icons/UncheckIcon': {};
26
- '@digigov/react-icons/WarningIcon': {};
27
28
  };
28
29
  export default _default;