@digigov/react-icons 1.2.0-a7ffb5dc → 2.0.0-0edebf87

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 (303) hide show
  1. package/AccessibilityIcon/__snapshots__/index.test.tsx.snap +51 -51
  2. package/AccessibilityIcon/index.test/index.js +12 -12
  3. package/ArrowIcon/__snapshots__/index.test.tsx.snap +8 -8
  4. package/Base/index.d.ts +95 -0
  5. package/Base/index.js +69 -0
  6. package/Base/package.json +6 -0
  7. package/BurgerIcon/__snapshots__/index.test.tsx.snap +22 -22
  8. package/BurgerIcon/index.test/index.js +8 -8
  9. package/CancelIcon/__snapshots__/index.test.tsx.snap +262 -0
  10. package/CancelIcon/config/index.js +9 -0
  11. package/CancelIcon/config/package.json +6 -0
  12. package/CancelIcon/config.d.ts +8 -0
  13. package/CancelIcon/index.d.ts +4 -0
  14. package/CancelIcon/index.js +9 -0
  15. package/CancelIcon/index.test/index.js +45 -0
  16. package/CancelIcon/index.test/package.json +6 -0
  17. package/CancelIcon/index.test.d.ts +1 -0
  18. package/CancelIcon/package.json +6 -0
  19. package/ChatIcon/__snapshots__/index.test.tsx.snap +300 -0
  20. package/ChatIcon/config/index.js +17 -0
  21. package/ChatIcon/config/package.json +6 -0
  22. package/ChatIcon/config.d.ts +11 -0
  23. package/ChatIcon/index.d.ts +4 -0
  24. package/ChatIcon/index.js +9 -0
  25. package/ChatIcon/index.test/index.js +51 -0
  26. package/ChatIcon/index.test/package.json +6 -0
  27. package/ChatIcon/index.test.d.ts +1 -0
  28. package/ChatIcon/package.json +6 -0
  29. package/CheckIcon/__snapshots__/index.test.tsx.snap +48 -48
  30. package/CheckIcon/index.test/index.js +10 -10
  31. package/ChevronIcon/__snapshots__/index.test.tsx.snap +148 -0
  32. package/DownloadIcon/__snapshots__/index.test.tsx.snap +318 -0
  33. package/DownloadIcon/config/index.js +14 -0
  34. package/DownloadIcon/config/package.json +6 -0
  35. package/DownloadIcon/config.d.ts +8 -0
  36. package/DownloadIcon/index.d.ts +4 -0
  37. package/DownloadIcon/index.js +9 -0
  38. package/DownloadIcon/index.test/index.js +45 -0
  39. package/DownloadIcon/index.test/package.json +6 -0
  40. package/DownloadIcon/index.test.d.ts +1 -0
  41. package/DownloadIcon/package.json +6 -0
  42. package/ExclamationIcon/__snapshots__/index.test.tsx.snap +297 -0
  43. package/ExclamationIcon/config/index.js +14 -0
  44. package/ExclamationIcon/config/package.json +6 -0
  45. package/ExclamationIcon/config.d.ts +8 -0
  46. package/ExclamationIcon/index.d.ts +4 -0
  47. package/ExclamationIcon/index.js +9 -0
  48. package/ExclamationIcon/index.test/index.js +45 -0
  49. package/ExclamationIcon/index.test/package.json +6 -0
  50. package/ExclamationIcon/index.test.d.ts +1 -0
  51. package/ExclamationIcon/package.json +6 -0
  52. package/GlobeIcon/__snapshots__/index.test.tsx.snap +20 -24
  53. package/GlobeIcon/config/index.js +2 -2
  54. package/GlobeIcon/index.test/index.js +6 -6
  55. package/Icon/__snapshots__/index.test.tsx.snap +11 -12
  56. package/Icon/index.d.ts +1 -1
  57. package/Icon/index.js +1 -1
  58. package/LockIcon/__snapshots__/index.test.tsx.snap +262 -0
  59. package/LockIcon/config/index.js +9 -0
  60. package/LockIcon/config/package.json +6 -0
  61. package/LockIcon/config.d.ts +8 -0
  62. package/LockIcon/index.d.ts +4 -0
  63. package/LockIcon/index.js +9 -0
  64. package/LockIcon/index.test/index.js +45 -0
  65. package/LockIcon/index.test/package.json +6 -0
  66. package/LockIcon/index.test.d.ts +1 -0
  67. package/LockIcon/package.json +6 -0
  68. package/LoginIcon/__snapshots__/index.test.tsx.snap +283 -0
  69. package/LoginIcon/config/index.js +12 -0
  70. package/LoginIcon/config/package.json +6 -0
  71. package/LoginIcon/config.d.ts +8 -0
  72. package/LoginIcon/index.d.ts +4 -0
  73. package/LoginIcon/index.js +9 -0
  74. package/LoginIcon/index.test/index.js +45 -0
  75. package/LoginIcon/index.test/package.json +6 -0
  76. package/LoginIcon/index.test.d.ts +1 -0
  77. package/LoginIcon/package.json +6 -0
  78. package/MinusIcon/__snapshots__/index.test.tsx.snap +283 -0
  79. package/MinusIcon/config/index.js +12 -0
  80. package/MinusIcon/config/package.json +6 -0
  81. package/MinusIcon/config.d.ts +8 -0
  82. package/MinusIcon/index.d.ts +4 -0
  83. package/MinusIcon/index.js +9 -0
  84. package/MinusIcon/index.test/index.js +45 -0
  85. package/MinusIcon/index.test/package.json +6 -0
  86. package/MinusIcon/index.test.d.ts +1 -0
  87. package/MinusIcon/package.json +6 -0
  88. package/MoreVertIcon/__snapshots__/index.test.tsx.snap +51 -51
  89. package/MoreVertIcon/index.test/index.js +12 -12
  90. package/PdfFileIcon/__snapshots__/index.test.tsx.snap +353 -0
  91. package/PdfFileIcon/config/index.js +15 -0
  92. package/PdfFileIcon/config/package.json +6 -0
  93. package/PdfFileIcon/config.d.ts +8 -0
  94. package/PdfFileIcon/index.d.ts +4 -0
  95. package/PdfFileIcon/index.js +9 -0
  96. package/PdfFileIcon/index.test/index.js +45 -0
  97. package/PdfFileIcon/index.test/package.json +6 -0
  98. package/PdfFileIcon/index.test.d.ts +1 -0
  99. package/PdfFileIcon/package.json +6 -0
  100. package/PlusIcon/__snapshots__/index.test.tsx.snap +262 -0
  101. package/PlusIcon/config/index.js +9 -0
  102. package/PlusIcon/config/package.json +6 -0
  103. package/PlusIcon/config.d.ts +8 -0
  104. package/PlusIcon/index.d.ts +4 -0
  105. package/PlusIcon/index.js +9 -0
  106. package/PlusIcon/index.test/index.js +45 -0
  107. package/PlusIcon/index.test/package.json +6 -0
  108. package/PlusIcon/index.test.d.ts +1 -0
  109. package/PlusIcon/package.json +6 -0
  110. package/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
  111. package/PrintIcon/config/index.js +15 -0
  112. package/PrintIcon/config/package.json +6 -0
  113. package/PrintIcon/config.d.ts +8 -0
  114. package/PrintIcon/index.d.ts +4 -0
  115. package/PrintIcon/index.js +9 -0
  116. package/PrintIcon/index.test/index.js +45 -0
  117. package/PrintIcon/index.test/package.json +6 -0
  118. package/PrintIcon/index.test.d.ts +1 -0
  119. package/PrintIcon/package.json +6 -0
  120. package/ReplyIcon/__snapshots__/index.test.tsx.snap +262 -0
  121. package/ReplyIcon/config/index.js +9 -0
  122. package/ReplyIcon/config/package.json +6 -0
  123. package/ReplyIcon/config.d.ts +8 -0
  124. package/ReplyIcon/index.d.ts +4 -0
  125. package/ReplyIcon/index.js +9 -0
  126. package/ReplyIcon/index.test/index.js +45 -0
  127. package/ReplyIcon/index.test/package.json +6 -0
  128. package/ReplyIcon/index.test.d.ts +1 -0
  129. package/ReplyIcon/package.json +6 -0
  130. package/RestoreIcon/__snapshots__/index.test.tsx.snap +318 -0
  131. package/RestoreIcon/config/index.js +17 -0
  132. package/RestoreIcon/config/package.json +6 -0
  133. package/RestoreIcon/config.d.ts +8 -0
  134. package/RestoreIcon/index.d.ts +4 -0
  135. package/RestoreIcon/index.js +9 -0
  136. package/RestoreIcon/index.test/index.js +45 -0
  137. package/RestoreIcon/index.test/package.json +6 -0
  138. package/RestoreIcon/index.test.d.ts +1 -0
  139. package/RestoreIcon/package.json +6 -0
  140. package/SvgIcon/__snapshots__/index.test.tsx.snap +390 -0
  141. package/SvgIcon/index.d.ts +37 -0
  142. package/SvgIcon/index.js +26 -0
  143. package/SvgIcon/index.test/index.js +105 -0
  144. package/SvgIcon/index.test/package.json +6 -0
  145. package/SvgIcon/index.test.d.ts +1 -0
  146. package/SvgIcon/package.json +6 -0
  147. package/UncheckIcon/__snapshots__/index.test.tsx.snap +54 -54
  148. package/UncheckIcon/index.test/index.js +12 -12
  149. package/cjs/AccessibilityIcon/__snapshots__/index.test.tsx.snap +51 -51
  150. package/cjs/AccessibilityIcon/index.test/index.js +12 -12
  151. package/cjs/ArrowIcon/__snapshots__/index.test.tsx.snap +8 -8
  152. package/cjs/Base/index.js +75 -0
  153. package/cjs/BurgerIcon/__snapshots__/index.test.tsx.snap +22 -22
  154. package/cjs/BurgerIcon/index.test/index.js +8 -8
  155. package/cjs/CancelIcon/__snapshots__/index.test.tsx.snap +262 -0
  156. package/cjs/CancelIcon/config/index.js +17 -0
  157. package/cjs/CancelIcon/index.js +16 -0
  158. package/cjs/CancelIcon/index.test/index.js +48 -0
  159. package/cjs/ChatIcon/__snapshots__/index.test.tsx.snap +300 -0
  160. package/cjs/ChatIcon/config/index.js +24 -0
  161. package/cjs/ChatIcon/index.js +16 -0
  162. package/cjs/ChatIcon/index.test/index.js +54 -0
  163. package/cjs/CheckIcon/__snapshots__/index.test.tsx.snap +48 -48
  164. package/cjs/CheckIcon/index.test/index.js +10 -10
  165. package/cjs/ChevronIcon/__snapshots__/index.test.tsx.snap +148 -0
  166. package/cjs/DownloadIcon/__snapshots__/index.test.tsx.snap +318 -0
  167. package/cjs/DownloadIcon/config/index.js +22 -0
  168. package/cjs/DownloadIcon/index.js +16 -0
  169. package/cjs/DownloadIcon/index.test/index.js +48 -0
  170. package/cjs/ExclamationIcon/__snapshots__/index.test.tsx.snap +297 -0
  171. package/cjs/ExclamationIcon/config/index.js +22 -0
  172. package/cjs/ExclamationIcon/index.js +16 -0
  173. package/cjs/ExclamationIcon/index.test/index.js +48 -0
  174. package/cjs/GlobeIcon/__snapshots__/index.test.tsx.snap +20 -24
  175. package/cjs/GlobeIcon/config/index.js +2 -2
  176. package/cjs/GlobeIcon/index.test/index.js +6 -6
  177. package/cjs/Icon/__snapshots__/index.test.tsx.snap +11 -12
  178. package/cjs/Icon/index.js +1 -1
  179. package/cjs/LockIcon/__snapshots__/index.test.tsx.snap +262 -0
  180. package/cjs/LockIcon/config/index.js +17 -0
  181. package/cjs/LockIcon/index.js +16 -0
  182. package/cjs/LockIcon/index.test/index.js +48 -0
  183. package/cjs/LoginIcon/__snapshots__/index.test.tsx.snap +283 -0
  184. package/cjs/LoginIcon/config/index.js +20 -0
  185. package/cjs/LoginIcon/index.js +16 -0
  186. package/cjs/LoginIcon/index.test/index.js +48 -0
  187. package/cjs/MinusIcon/__snapshots__/index.test.tsx.snap +283 -0
  188. package/cjs/MinusIcon/config/index.js +20 -0
  189. package/cjs/MinusIcon/index.js +16 -0
  190. package/cjs/MinusIcon/index.test/index.js +48 -0
  191. package/cjs/MoreVertIcon/__snapshots__/index.test.tsx.snap +51 -51
  192. package/cjs/MoreVertIcon/index.test/index.js +12 -12
  193. package/cjs/PdfFileIcon/__snapshots__/index.test.tsx.snap +353 -0
  194. package/cjs/PdfFileIcon/config/index.js +23 -0
  195. package/cjs/PdfFileIcon/index.js +16 -0
  196. package/cjs/PdfFileIcon/index.test/index.js +48 -0
  197. package/cjs/PlusIcon/__snapshots__/index.test.tsx.snap +262 -0
  198. package/cjs/PlusIcon/config/index.js +17 -0
  199. package/cjs/PlusIcon/index.js +16 -0
  200. package/cjs/PlusIcon/index.test/index.js +48 -0
  201. package/cjs/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
  202. package/cjs/PrintIcon/config/index.js +23 -0
  203. package/cjs/PrintIcon/index.js +16 -0
  204. package/cjs/PrintIcon/index.test/index.js +48 -0
  205. package/cjs/ReplyIcon/__snapshots__/index.test.tsx.snap +262 -0
  206. package/cjs/ReplyIcon/config/index.js +17 -0
  207. package/cjs/ReplyIcon/index.js +16 -0
  208. package/cjs/ReplyIcon/index.test/index.js +48 -0
  209. package/cjs/RestoreIcon/__snapshots__/index.test.tsx.snap +318 -0
  210. package/cjs/RestoreIcon/config/index.js +25 -0
  211. package/cjs/RestoreIcon/index.js +16 -0
  212. package/cjs/RestoreIcon/index.test/index.js +48 -0
  213. package/cjs/SvgIcon/__snapshots__/index.test.tsx.snap +390 -0
  214. package/cjs/SvgIcon/index.js +33 -0
  215. package/cjs/SvgIcon/index.test/index.js +108 -0
  216. package/cjs/UncheckIcon/__snapshots__/index.test.tsx.snap +54 -54
  217. package/cjs/UncheckIcon/index.test/index.js +12 -12
  218. package/cjs/icons/index.js +132 -0
  219. package/cjs/index.js +132 -0
  220. package/cjs/lazy/index.js +126 -0
  221. package/cjs/registry/index.js +28 -0
  222. package/icons/index.js +12 -0
  223. package/icons.d.ts +36 -0
  224. package/index.d.ts +12 -0
  225. package/index.js +14 -2
  226. package/lazy/index.js +98 -0
  227. package/lazy.d.ts +14 -0
  228. package/package.json +4 -3
  229. package/registry/index.js +28 -0
  230. package/registry.d.ts +14 -0
  231. package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +51 -51
  232. package/src/AccessibilityIcon/index.test.tsx +12 -12
  233. package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +8 -8
  234. package/src/Base/index.tsx +257 -0
  235. package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +22 -22
  236. package/src/BurgerIcon/index.test.tsx +8 -8
  237. package/src/CancelIcon/__snapshots__/index.test.tsx.snap +262 -0
  238. package/src/CancelIcon/config.tsx +15 -0
  239. package/src/CancelIcon/index.test.tsx +26 -0
  240. package/src/CancelIcon/index.tsx +8 -0
  241. package/src/ChatIcon/__snapshots__/index.test.tsx.snap +300 -0
  242. package/src/ChatIcon/config.tsx +28 -0
  243. package/src/ChatIcon/index.test.tsx +29 -0
  244. package/src/ChatIcon/index.tsx +8 -0
  245. package/src/CheckIcon/__snapshots__/index.test.tsx.snap +48 -48
  246. package/src/CheckIcon/index.test.tsx +10 -10
  247. package/src/ChevronIcon/__snapshots__/index.test.tsx.snap +148 -0
  248. package/src/DownloadIcon/__snapshots__/index.test.tsx.snap +318 -0
  249. package/src/DownloadIcon/config.tsx +16 -0
  250. package/src/DownloadIcon/index.test.tsx +26 -0
  251. package/src/DownloadIcon/index.tsx +8 -0
  252. package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +297 -0
  253. package/src/ExclamationIcon/config.tsx +16 -0
  254. package/src/ExclamationIcon/index.test.tsx +26 -0
  255. package/src/ExclamationIcon/index.tsx +8 -0
  256. package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +20 -24
  257. package/src/GlobeIcon/config.tsx +1 -12
  258. package/src/GlobeIcon/index.test.tsx +6 -6
  259. package/src/Icon/__snapshots__/index.test.tsx.snap +11 -12
  260. package/src/Icon/index.tsx +1 -1
  261. package/src/LockIcon/__snapshots__/index.test.tsx.snap +262 -0
  262. package/src/LockIcon/config.tsx +15 -0
  263. package/src/LockIcon/index.test.tsx +26 -0
  264. package/src/LockIcon/index.tsx +8 -0
  265. package/src/LoginIcon/__snapshots__/index.test.tsx.snap +283 -0
  266. package/src/LoginIcon/config.tsx +16 -0
  267. package/src/LoginIcon/index.test.tsx +26 -0
  268. package/src/LoginIcon/index.tsx +8 -0
  269. package/src/MinusIcon/__snapshots__/index.test.tsx.snap +283 -0
  270. package/src/MinusIcon/config.tsx +15 -0
  271. package/src/MinusIcon/index.test.tsx +26 -0
  272. package/src/MinusIcon/index.tsx +8 -0
  273. package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +51 -51
  274. package/src/MoreVertIcon/index.test.tsx +12 -12
  275. package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +353 -0
  276. package/src/PdfFileIcon/config.tsx +20 -0
  277. package/src/PdfFileIcon/index.test.tsx +26 -0
  278. package/src/PdfFileIcon/index.tsx +8 -0
  279. package/src/PlusIcon/__snapshots__/index.test.tsx.snap +262 -0
  280. package/src/PlusIcon/config.tsx +15 -0
  281. package/src/PlusIcon/index.test.tsx +26 -0
  282. package/src/PlusIcon/index.tsx +8 -0
  283. package/src/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
  284. package/src/PrintIcon/config.tsx +16 -0
  285. package/src/PrintIcon/index.test.tsx +26 -0
  286. package/src/PrintIcon/index.tsx +8 -0
  287. package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +262 -0
  288. package/src/ReplyIcon/config.tsx +15 -0
  289. package/src/ReplyIcon/index.test.tsx +26 -0
  290. package/src/ReplyIcon/index.tsx +8 -0
  291. package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +318 -0
  292. package/src/RestoreIcon/config.tsx +17 -0
  293. package/src/RestoreIcon/index.test.tsx +26 -0
  294. package/src/RestoreIcon/index.tsx +8 -0
  295. package/src/SvgIcon/__snapshots__/index.test.tsx.snap +390 -0
  296. package/src/SvgIcon/index.test.tsx +68 -0
  297. package/src/SvgIcon/index.tsx +72 -0
  298. package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +54 -54
  299. package/src/UncheckIcon/index.test.tsx +12 -12
  300. package/src/icons.ts +37 -0
  301. package/src/index.ts +12 -0
  302. package/src/lazy.js +14 -0
  303. package/src/registry.js +28 -0
package/cjs/lazy/index.js CHANGED
@@ -28,6 +28,15 @@ var _default = exports["default"] = {
28
28
  };
29
29
  });
30
30
  }),
31
+ 'Base': /*#__PURE__*/(0, _react.lazy)(function () {
32
+ return Promise.resolve().then(function () {
33
+ return _interopRequireWildcard(require('@digigov/react-icons/Base'));
34
+ }).then(function (module) {
35
+ return {
36
+ "default": module['Base']
37
+ };
38
+ });
39
+ }),
31
40
  'BurgerIcon': /*#__PURE__*/(0, _react.lazy)(function () {
32
41
  return Promise.resolve().then(function () {
33
42
  return _interopRequireWildcard(require('@digigov/react-icons/BurgerIcon'));
@@ -37,6 +46,15 @@ var _default = exports["default"] = {
37
46
  };
38
47
  });
39
48
  }),
49
+ 'CancelIcon': /*#__PURE__*/(0, _react.lazy)(function () {
50
+ return Promise.resolve().then(function () {
51
+ return _interopRequireWildcard(require('@digigov/react-icons/CancelIcon'));
52
+ }).then(function (module) {
53
+ return {
54
+ "default": module['CancelIcon']
55
+ };
56
+ });
57
+ }),
40
58
  'CaretIcon': /*#__PURE__*/(0, _react.lazy)(function () {
41
59
  return Promise.resolve().then(function () {
42
60
  return _interopRequireWildcard(require('@digigov/react-icons/CaretIcon'));
@@ -46,6 +64,15 @@ var _default = exports["default"] = {
46
64
  };
47
65
  });
48
66
  }),
67
+ 'ChatIcon': /*#__PURE__*/(0, _react.lazy)(function () {
68
+ return Promise.resolve().then(function () {
69
+ return _interopRequireWildcard(require('@digigov/react-icons/ChatIcon'));
70
+ }).then(function (module) {
71
+ return {
72
+ "default": module['ChatIcon']
73
+ };
74
+ });
75
+ }),
49
76
  'CheckIcon': /*#__PURE__*/(0, _react.lazy)(function () {
50
77
  return Promise.resolve().then(function () {
51
78
  return _interopRequireWildcard(require('@digigov/react-icons/CheckIcon'));
@@ -73,6 +100,24 @@ var _default = exports["default"] = {
73
100
  };
74
101
  });
75
102
  }),
103
+ 'DownloadIcon': /*#__PURE__*/(0, _react.lazy)(function () {
104
+ return Promise.resolve().then(function () {
105
+ return _interopRequireWildcard(require('@digigov/react-icons/DownloadIcon'));
106
+ }).then(function (module) {
107
+ return {
108
+ "default": module['DownloadIcon']
109
+ };
110
+ });
111
+ }),
112
+ 'ExclamationIcon': /*#__PURE__*/(0, _react.lazy)(function () {
113
+ return Promise.resolve().then(function () {
114
+ return _interopRequireWildcard(require('@digigov/react-icons/ExclamationIcon'));
115
+ }).then(function (module) {
116
+ return {
117
+ "default": module['ExclamationIcon']
118
+ };
119
+ });
120
+ }),
76
121
  'GlobeIcon': /*#__PURE__*/(0, _react.lazy)(function () {
77
122
  return Promise.resolve().then(function () {
78
123
  return _interopRequireWildcard(require('@digigov/react-icons/GlobeIcon'));
@@ -117,5 +162,86 @@ var _default = exports["default"] = {
117
162
  "default": module['SearchIcon']
118
163
  };
119
164
  });
165
+ }),
166
+ 'LockIcon': /*#__PURE__*/(0, _react.lazy)(function () {
167
+ return Promise.resolve().then(function () {
168
+ return _interopRequireWildcard(require('@digigov/react-icons/LockIcon'));
169
+ }).then(function (module) {
170
+ return {
171
+ "default": module['LockIcon']
172
+ };
173
+ });
174
+ }),
175
+ 'PdfFileIcon': /*#__PURE__*/(0, _react.lazy)(function () {
176
+ return Promise.resolve().then(function () {
177
+ return _interopRequireWildcard(require('@digigov/react-icons/PdfFileIcon'));
178
+ }).then(function (module) {
179
+ return {
180
+ "default": module['PdfFileIcon']
181
+ };
182
+ });
183
+ }),
184
+ 'PlusIcon': /*#__PURE__*/(0, _react.lazy)(function () {
185
+ return Promise.resolve().then(function () {
186
+ return _interopRequireWildcard(require('@digigov/react-icons/PlusIcon'));
187
+ }).then(function (module) {
188
+ return {
189
+ "default": module['PlusIcon']
190
+ };
191
+ });
192
+ }),
193
+ 'MinusIcon': /*#__PURE__*/(0, _react.lazy)(function () {
194
+ return Promise.resolve().then(function () {
195
+ return _interopRequireWildcard(require('@digigov/react-icons/MinusIcon'));
196
+ }).then(function (module) {
197
+ return {
198
+ "default": module['MinusIcon']
199
+ };
200
+ });
201
+ }),
202
+ 'LoginIcon': /*#__PURE__*/(0, _react.lazy)(function () {
203
+ return Promise.resolve().then(function () {
204
+ return _interopRequireWildcard(require('@digigov/react-icons/LoginIcon'));
205
+ }).then(function (module) {
206
+ return {
207
+ "default": module['LoginIcon']
208
+ };
209
+ });
210
+ }),
211
+ 'RestoreIcon': /*#__PURE__*/(0, _react.lazy)(function () {
212
+ return Promise.resolve().then(function () {
213
+ return _interopRequireWildcard(require('@digigov/react-icons/RestoreIcon'));
214
+ }).then(function (module) {
215
+ return {
216
+ "default": module['RestoreIcon']
217
+ };
218
+ });
219
+ }),
220
+ 'ReplyIcon': /*#__PURE__*/(0, _react.lazy)(function () {
221
+ return Promise.resolve().then(function () {
222
+ return _interopRequireWildcard(require('@digigov/react-icons/ReplyIcon'));
223
+ }).then(function (module) {
224
+ return {
225
+ "default": module['ReplyIcon']
226
+ };
227
+ });
228
+ }),
229
+ 'PrintIcon': /*#__PURE__*/(0, _react.lazy)(function () {
230
+ return Promise.resolve().then(function () {
231
+ return _interopRequireWildcard(require('@digigov/react-icons/PrintIcon'));
232
+ }).then(function (module) {
233
+ return {
234
+ "default": module['PrintIcon']
235
+ };
236
+ });
237
+ }),
238
+ 'SvgIcon': /*#__PURE__*/(0, _react.lazy)(function () {
239
+ return Promise.resolve().then(function () {
240
+ return _interopRequireWildcard(require('@digigov/react-icons/SvgIcon'));
241
+ }).then(function (module) {
242
+ return {
243
+ "default": module['SvgIcon']
244
+ };
245
+ });
120
246
  })
121
247
  };
@@ -7,17 +7,31 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports["default"] = void 0;
8
8
  var _digigov_react_icons_AccessibilityIcon = _interopRequireWildcard(require("@digigov/react-icons/AccessibilityIcon"));
9
9
  var _digigov_react_icons_ArrowIcon = _interopRequireWildcard(require("@digigov/react-icons/ArrowIcon"));
10
+ var _digigov_react_icons_Base = _interopRequireWildcard(require("@digigov/react-icons/Base"));
10
11
  var _digigov_react_icons_BurgerIcon = _interopRequireWildcard(require("@digigov/react-icons/BurgerIcon"));
12
+ var _digigov_react_icons_CancelIcon = _interopRequireWildcard(require("@digigov/react-icons/CancelIcon"));
11
13
  var _digigov_react_icons_CaretIcon = _interopRequireWildcard(require("@digigov/react-icons/CaretIcon"));
14
+ var _digigov_react_icons_ChatIcon = _interopRequireWildcard(require("@digigov/react-icons/ChatIcon"));
12
15
  var _digigov_react_icons_CheckIcon = _interopRequireWildcard(require("@digigov/react-icons/CheckIcon"));
13
16
  var _digigov_react_icons_ChevronIcon = _interopRequireWildcard(require("@digigov/react-icons/ChevronIcon"));
14
17
  var _digigov_react_icons_CloseIcon = _interopRequireWildcard(require("@digigov/react-icons/CloseIcon"));
18
+ var _digigov_react_icons_DownloadIcon = _interopRequireWildcard(require("@digigov/react-icons/DownloadIcon"));
19
+ var _digigov_react_icons_ExclamationIcon = _interopRequireWildcard(require("@digigov/react-icons/ExclamationIcon"));
15
20
  var _digigov_react_icons_GlobeIcon = _interopRequireWildcard(require("@digigov/react-icons/GlobeIcon"));
16
21
  var _digigov_react_icons_Icon = _interopRequireWildcard(require("@digigov/react-icons/Icon"));
17
22
  var _digigov_react_icons_icons = _interopRequireWildcard(require("@digigov/react-icons/icons"));
18
23
  var _digigov_react_icons = _interopRequireWildcard(require("@digigov/react-icons"));
24
+ var _digigov_react_icons_LockIcon = _interopRequireWildcard(require("@digigov/react-icons/LockIcon"));
25
+ var _digigov_react_icons_LoginIcon = _interopRequireWildcard(require("@digigov/react-icons/LoginIcon"));
26
+ var _digigov_react_icons_MinusIcon = _interopRequireWildcard(require("@digigov/react-icons/MinusIcon"));
19
27
  var _digigov_react_icons_MoreVertIcon = _interopRequireWildcard(require("@digigov/react-icons/MoreVertIcon"));
28
+ var _digigov_react_icons_PdfFileIcon = _interopRequireWildcard(require("@digigov/react-icons/PdfFileIcon"));
29
+ var _digigov_react_icons_PlusIcon = _interopRequireWildcard(require("@digigov/react-icons/PlusIcon"));
30
+ var _digigov_react_icons_PrintIcon = _interopRequireWildcard(require("@digigov/react-icons/PrintIcon"));
31
+ var _digigov_react_icons_ReplyIcon = _interopRequireWildcard(require("@digigov/react-icons/ReplyIcon"));
32
+ var _digigov_react_icons_RestoreIcon = _interopRequireWildcard(require("@digigov/react-icons/RestoreIcon"));
20
33
  var _digigov_react_icons_SearchIcon = _interopRequireWildcard(require("@digigov/react-icons/SearchIcon"));
34
+ var _digigov_react_icons_SvgIcon = _interopRequireWildcard(require("@digigov/react-icons/SvgIcon"));
21
35
  var _digigov_react_icons_UncheckIcon = _interopRequireWildcard(require("@digigov/react-icons/UncheckIcon"));
22
36
  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); }
23
37
  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; }
@@ -38,16 +52,30 @@ function lazyImport(pkgImport) {
38
52
  var _default = exports["default"] = {
39
53
  '@digigov/react-icons/AccessibilityIcon': lazyImport(_digigov_react_icons_AccessibilityIcon),
40
54
  '@digigov/react-icons/ArrowIcon': lazyImport(_digigov_react_icons_ArrowIcon),
55
+ '@digigov/react-icons/Base': lazyImport(_digigov_react_icons_Base),
41
56
  '@digigov/react-icons/BurgerIcon': lazyImport(_digigov_react_icons_BurgerIcon),
57
+ '@digigov/react-icons/CancelIcon': lazyImport(_digigov_react_icons_CancelIcon),
42
58
  '@digigov/react-icons/CaretIcon': lazyImport(_digigov_react_icons_CaretIcon),
59
+ '@digigov/react-icons/ChatIcon': lazyImport(_digigov_react_icons_ChatIcon),
43
60
  '@digigov/react-icons/CheckIcon': lazyImport(_digigov_react_icons_CheckIcon),
44
61
  '@digigov/react-icons/ChevronIcon': lazyImport(_digigov_react_icons_ChevronIcon),
45
62
  '@digigov/react-icons/CloseIcon': lazyImport(_digigov_react_icons_CloseIcon),
63
+ '@digigov/react-icons/DownloadIcon': lazyImport(_digigov_react_icons_DownloadIcon),
64
+ '@digigov/react-icons/ExclamationIcon': lazyImport(_digigov_react_icons_ExclamationIcon),
46
65
  '@digigov/react-icons/GlobeIcon': lazyImport(_digigov_react_icons_GlobeIcon),
47
66
  '@digigov/react-icons/Icon': lazyImport(_digigov_react_icons_Icon),
48
67
  '@digigov/react-icons/icons': lazyImport(_digigov_react_icons_icons),
49
68
  '@digigov/react-icons': lazyImport(_digigov_react_icons),
69
+ '@digigov/react-icons/LockIcon': lazyImport(_digigov_react_icons_LockIcon),
70
+ '@digigov/react-icons/LoginIcon': lazyImport(_digigov_react_icons_LoginIcon),
71
+ '@digigov/react-icons/MinusIcon': lazyImport(_digigov_react_icons_MinusIcon),
50
72
  '@digigov/react-icons/MoreVertIcon': lazyImport(_digigov_react_icons_MoreVertIcon),
73
+ '@digigov/react-icons/PdfFileIcon': lazyImport(_digigov_react_icons_PdfFileIcon),
74
+ '@digigov/react-icons/PlusIcon': lazyImport(_digigov_react_icons_PlusIcon),
75
+ '@digigov/react-icons/PrintIcon': lazyImport(_digigov_react_icons_PrintIcon),
76
+ '@digigov/react-icons/ReplyIcon': lazyImport(_digigov_react_icons_ReplyIcon),
77
+ '@digigov/react-icons/RestoreIcon': lazyImport(_digigov_react_icons_RestoreIcon),
51
78
  '@digigov/react-icons/SearchIcon': lazyImport(_digigov_react_icons_SearchIcon),
79
+ '@digigov/react-icons/SvgIcon': lazyImport(_digigov_react_icons_SvgIcon),
52
80
  '@digigov/react-icons/UncheckIcon': lazyImport(_digigov_react_icons_UncheckIcon)
53
81
  };
package/icons/index.js CHANGED
@@ -9,4 +9,16 @@ export * from '@digigov/react-icons/GlobeIcon/config';
9
9
  export * from '@digigov/react-icons/MoreVertIcon/config';
10
10
  export * from '@digigov/react-icons/UncheckIcon/config';
11
11
  export * from '@digigov/react-icons/SearchIcon/config';
12
+ export * from '@digigov/react-icons/LockIcon/config';
13
+ export * from '@digigov/react-icons/DownloadIcon/config';
14
+ export * from '@digigov/react-icons/PdfFileIcon/config';
15
+ export * from '@digigov/react-icons/CancelIcon/config';
16
+ export * from '@digigov/react-icons/PlusIcon/config';
17
+ export * from '@digigov/react-icons/MinusIcon/config';
18
+ export * from '@digigov/react-icons/LoginIcon/config';
19
+ export * from '@digigov/react-icons/RestoreIcon/config';
20
+ export * from '@digigov/react-icons/ReplyIcon/config';
21
+ export * from '@digigov/react-icons/ChatIcon/config';
22
+ export * from '@digigov/react-icons/ExclamationIcon/config';
23
+ export * from '@digigov/react-icons/PrintIcon/config';
12
24
  export {};
package/icons.d.ts CHANGED
@@ -9,6 +9,18 @@ import type { GlobeType } from '@digigov/react-icons/GlobeIcon/config';
9
9
  import type { MoreVertType } from '@digigov/react-icons/MoreVertIcon/config';
10
10
  import type { SearchType } from '@digigov/react-icons/SearchIcon/config';
11
11
  import type { UncheckType } from '@digigov/react-icons/UncheckIcon/config';
12
+ import type { LockType } from '@digigov/react-icons/LockIcon/config';
13
+ import type { DownloadType } from '@digigov/react-icons/DownloadIcon/config';
14
+ import type { PdfFileType } from '@digigov/react-icons/PdfFileIcon/config';
15
+ import type { CancelType } from '@digigov/react-icons/CancelIcon/config';
16
+ import type { PlusType } from '@digigov/react-icons/PlusIcon/config';
17
+ import type { MinusType } from '@digigov/react-icons/MinusIcon/config';
18
+ import type { LoginType } from '@digigov/react-icons/LoginIcon/config';
19
+ import type { RestoreType } from '@digigov/react-icons/RestoreIcon/config';
20
+ import type { ReplyType } from '@digigov/react-icons/ReplyIcon/config';
21
+ import type { ChatType } from '@digigov/react-icons/ChatIcon/config';
22
+ import type { ExclamationType } from '@digigov/react-icons/ExclamationIcon/config';
23
+ import type { PrintType } from '@digigov/react-icons/PrintIcon/config';
12
24
  export * from '@digigov/react-icons/AccessibilityIcon/config';
13
25
  export * from '@digigov/react-icons/ArrowIcon/config';
14
26
  export * from '@digigov/react-icons/BurgerIcon/config';
@@ -20,6 +32,18 @@ export * from '@digigov/react-icons/GlobeIcon/config';
20
32
  export * from '@digigov/react-icons/MoreVertIcon/config';
21
33
  export * from '@digigov/react-icons/UncheckIcon/config';
22
34
  export * from '@digigov/react-icons/SearchIcon/config';
35
+ export * from '@digigov/react-icons/LockIcon/config';
36
+ export * from '@digigov/react-icons/DownloadIcon/config';
37
+ export * from '@digigov/react-icons/PdfFileIcon/config';
38
+ export * from '@digigov/react-icons/CancelIcon/config';
39
+ export * from '@digigov/react-icons/PlusIcon/config';
40
+ export * from '@digigov/react-icons/MinusIcon/config';
41
+ export * from '@digigov/react-icons/LoginIcon/config';
42
+ export * from '@digigov/react-icons/RestoreIcon/config';
43
+ export * from '@digigov/react-icons/ReplyIcon/config';
44
+ export * from '@digigov/react-icons/ChatIcon/config';
45
+ export * from '@digigov/react-icons/ExclamationIcon/config';
46
+ export * from '@digigov/react-icons/PrintIcon/config';
23
47
  export interface IconTypes {
24
48
  accessibility: AccessibilityType;
25
49
  arrow: ArrowType;
@@ -32,4 +56,16 @@ export interface IconTypes {
32
56
  uncheck: UncheckType;
33
57
  search: SearchType;
34
58
  chevron: ChevronType;
59
+ lock: LockType;
60
+ download: DownloadType;
61
+ pdfFile: PdfFileType;
62
+ cancel: CancelType;
63
+ plus: PlusType;
64
+ minus: MinusType;
65
+ login: LoginType;
66
+ restore: RestoreType;
67
+ reply: ReplyType;
68
+ chat: ChatType;
69
+ exclamation: ExclamationType;
70
+ print: PrintType;
35
71
  }
package/index.d.ts CHANGED
@@ -9,3 +9,15 @@ export * from '@digigov/react-icons/CloseIcon';
9
9
  export * from '@digigov/react-icons/GlobeIcon';
10
10
  export * from '@digigov/react-icons/MoreVertIcon';
11
11
  export * from '@digigov/react-icons/SearchIcon';
12
+ export * from '@digigov/react-icons/CancelIcon';
13
+ export * from '@digigov/react-icons/LockIcon';
14
+ export * from '@digigov/react-icons/DownloadIcon';
15
+ export * from '@digigov/react-icons/PdfFileIcon';
16
+ export * from '@digigov/react-icons/PlusIcon';
17
+ export * from '@digigov/react-icons/MinusIcon';
18
+ export * from '@digigov/react-icons/LoginIcon';
19
+ export * from '@digigov/react-icons/RestoreIcon';
20
+ export * from '@digigov/react-icons/ReplyIcon';
21
+ export * from '@digigov/react-icons/ChatIcon';
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 v1.2.0-a7ffb5dc
1
+ /** @license Digigov v2.0.0-0edebf87
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.
@@ -13,4 +13,16 @@ export * from '@digigov/react-icons/UncheckIcon';
13
13
  export * from '@digigov/react-icons/CloseIcon';
14
14
  export * from '@digigov/react-icons/GlobeIcon';
15
15
  export * from '@digigov/react-icons/MoreVertIcon';
16
- export * from '@digigov/react-icons/SearchIcon';
16
+ export * from '@digigov/react-icons/SearchIcon';
17
+ export * from '@digigov/react-icons/CancelIcon';
18
+ export * from '@digigov/react-icons/LockIcon';
19
+ export * from '@digigov/react-icons/DownloadIcon';
20
+ export * from '@digigov/react-icons/PdfFileIcon';
21
+ export * from '@digigov/react-icons/PlusIcon';
22
+ export * from '@digigov/react-icons/MinusIcon';
23
+ export * from '@digigov/react-icons/LoginIcon';
24
+ export * from '@digigov/react-icons/RestoreIcon';
25
+ export * from '@digigov/react-icons/ReplyIcon';
26
+ export * from '@digigov/react-icons/ChatIcon';
27
+ export * from '@digigov/react-icons/ExclamationIcon';
28
+ export * from '@digigov/react-icons/PrintIcon';
package/lazy/index.js CHANGED
@@ -14,6 +14,13 @@ export default {
14
14
  };
15
15
  });
16
16
  }),
17
+ 'Base': /*#__PURE__*/lazy(function () {
18
+ return import('@digigov/react-icons/Base').then(function (module) {
19
+ return {
20
+ "default": module['Base']
21
+ };
22
+ });
23
+ }),
17
24
  'BurgerIcon': /*#__PURE__*/lazy(function () {
18
25
  return import('@digigov/react-icons/BurgerIcon').then(function (module) {
19
26
  return {
@@ -21,6 +28,13 @@ export default {
21
28
  };
22
29
  });
23
30
  }),
31
+ 'CancelIcon': /*#__PURE__*/lazy(function () {
32
+ return import('@digigov/react-icons/CancelIcon').then(function (module) {
33
+ return {
34
+ "default": module['CancelIcon']
35
+ };
36
+ });
37
+ }),
24
38
  'CaretIcon': /*#__PURE__*/lazy(function () {
25
39
  return import('@digigov/react-icons/CaretIcon').then(function (module) {
26
40
  return {
@@ -28,6 +42,13 @@ export default {
28
42
  };
29
43
  });
30
44
  }),
45
+ 'ChatIcon': /*#__PURE__*/lazy(function () {
46
+ return import('@digigov/react-icons/ChatIcon').then(function (module) {
47
+ return {
48
+ "default": module['ChatIcon']
49
+ };
50
+ });
51
+ }),
31
52
  'CheckIcon': /*#__PURE__*/lazy(function () {
32
53
  return import('@digigov/react-icons/CheckIcon').then(function (module) {
33
54
  return {
@@ -49,6 +70,20 @@ export default {
49
70
  };
50
71
  });
51
72
  }),
73
+ 'DownloadIcon': /*#__PURE__*/lazy(function () {
74
+ return import('@digigov/react-icons/DownloadIcon').then(function (module) {
75
+ return {
76
+ "default": module['DownloadIcon']
77
+ };
78
+ });
79
+ }),
80
+ 'ExclamationIcon': /*#__PURE__*/lazy(function () {
81
+ return import('@digigov/react-icons/ExclamationIcon').then(function (module) {
82
+ return {
83
+ "default": module['ExclamationIcon']
84
+ };
85
+ });
86
+ }),
52
87
  'GlobeIcon': /*#__PURE__*/lazy(function () {
53
88
  return import('@digigov/react-icons/GlobeIcon').then(function (module) {
54
89
  return {
@@ -83,5 +118,68 @@ export default {
83
118
  "default": module['SearchIcon']
84
119
  };
85
120
  });
121
+ }),
122
+ 'LockIcon': /*#__PURE__*/lazy(function () {
123
+ return import('@digigov/react-icons/LockIcon').then(function (module) {
124
+ return {
125
+ "default": module['LockIcon']
126
+ };
127
+ });
128
+ }),
129
+ 'PdfFileIcon': /*#__PURE__*/lazy(function () {
130
+ return import('@digigov/react-icons/PdfFileIcon').then(function (module) {
131
+ return {
132
+ "default": module['PdfFileIcon']
133
+ };
134
+ });
135
+ }),
136
+ 'PlusIcon': /*#__PURE__*/lazy(function () {
137
+ return import('@digigov/react-icons/PlusIcon').then(function (module) {
138
+ return {
139
+ "default": module['PlusIcon']
140
+ };
141
+ });
142
+ }),
143
+ 'MinusIcon': /*#__PURE__*/lazy(function () {
144
+ return import('@digigov/react-icons/MinusIcon').then(function (module) {
145
+ return {
146
+ "default": module['MinusIcon']
147
+ };
148
+ });
149
+ }),
150
+ 'LoginIcon': /*#__PURE__*/lazy(function () {
151
+ return import('@digigov/react-icons/LoginIcon').then(function (module) {
152
+ return {
153
+ "default": module['LoginIcon']
154
+ };
155
+ });
156
+ }),
157
+ 'RestoreIcon': /*#__PURE__*/lazy(function () {
158
+ return import('@digigov/react-icons/RestoreIcon').then(function (module) {
159
+ return {
160
+ "default": module['RestoreIcon']
161
+ };
162
+ });
163
+ }),
164
+ 'ReplyIcon': /*#__PURE__*/lazy(function () {
165
+ return import('@digigov/react-icons/ReplyIcon').then(function (module) {
166
+ return {
167
+ "default": module['ReplyIcon']
168
+ };
169
+ });
170
+ }),
171
+ 'PrintIcon': /*#__PURE__*/lazy(function () {
172
+ return import('@digigov/react-icons/PrintIcon').then(function (module) {
173
+ return {
174
+ "default": module['PrintIcon']
175
+ };
176
+ });
177
+ }),
178
+ 'SvgIcon': /*#__PURE__*/lazy(function () {
179
+ return import('@digigov/react-icons/SvgIcon').then(function (module) {
180
+ return {
181
+ "default": module['SvgIcon']
182
+ };
183
+ });
86
184
  })
87
185
  };
package/lazy.d.ts CHANGED
@@ -1,15 +1,29 @@
1
1
  declare namespace _default {
2
2
  let AccessibilityIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"accessibility">>>;
3
3
  let ArrowIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"arrow">>>;
4
+ let Base: import("react").LazyExoticComponent<(<C extends import("react").ElementType<any> = "span">(props: import("@digigov/react-icons/Base").BaseProps<C>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null)>;
4
5
  let BurgerIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"burger">>>;
6
+ let CancelIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"cancel">>>;
5
7
  let CaretIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"caret">>>;
8
+ let ChatIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"chat">>>;
6
9
  let CheckIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"check">>>;
7
10
  let ChevronIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"chevron">>>;
8
11
  let CloseIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"close">>>;
12
+ let DownloadIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"download">>>;
13
+ let ExclamationIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"exclamation">>>;
9
14
  let GlobeIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"globe">>>;
10
15
  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)>;
11
16
  let UncheckIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"uncheck">>>;
12
17
  let MoreVertIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"moreVert">>>;
13
18
  let SearchIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"search">>>;
19
+ let LockIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"lock">>>;
20
+ let PdfFileIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"pdfFile">>>;
21
+ let PlusIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"plus">>>;
22
+ let MinusIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"minus">>>;
23
+ let LoginIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"login">>>;
24
+ let RestoreIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"restore">>>;
25
+ let ReplyIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"reply">>>;
26
+ let PrintIcon: import("react").LazyExoticComponent<import("react").FC<import("@digigov/react-icons/Icon").IconProps<"print">>>;
27
+ let SvgIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<Pick<import("@digigov/react-icons/SvgIcon").SvgIconProps, "string" | "p" | "style" | "clipPath" | "filter" | "mask" | "path" | "children" | "direction" | "as" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "hidden" | "size" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & import("react").RefAttributes<SVGSVGElement>>>;
14
28
  }
15
29
  export default _default;
package/package.json CHANGED
@@ -1,16 +1,17 @@
1
1
  {
2
2
  "name": "@digigov/react-icons",
3
- "version": "1.2.0-a7ffb5dc",
3
+ "version": "2.0.0-0edebf87",
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-a7ffb5dc",
10
+ "@digigov/css": "2.0.0-0edebf87",
11
11
  "clsx": "1.1.1",
12
12
  "react": "^16.8.0 || ^17.0.0",
13
- "react-dom": "^16.8.0 || ^17.0.0"
13
+ "react-dom": "^16.8.0 || ^17.0.0",
14
+ "@digigov/react-core": "2.0.0-0edebf87"
14
15
  },
15
16
  "dependencies": {
16
17
  "ts-morph": "18.0.0"
package/registry/index.js CHANGED
@@ -1,16 +1,30 @@
1
1
  import * as _digigov_react_icons_AccessibilityIcon from '@digigov/react-icons/AccessibilityIcon';
2
2
  import * as _digigov_react_icons_ArrowIcon from '@digigov/react-icons/ArrowIcon';
3
+ import * as _digigov_react_icons_Base from '@digigov/react-icons/Base';
3
4
  import * as _digigov_react_icons_BurgerIcon from '@digigov/react-icons/BurgerIcon';
5
+ import * as _digigov_react_icons_CancelIcon from '@digigov/react-icons/CancelIcon';
4
6
  import * as _digigov_react_icons_CaretIcon from '@digigov/react-icons/CaretIcon';
7
+ import * as _digigov_react_icons_ChatIcon from '@digigov/react-icons/ChatIcon';
5
8
  import * as _digigov_react_icons_CheckIcon from '@digigov/react-icons/CheckIcon';
6
9
  import * as _digigov_react_icons_ChevronIcon from '@digigov/react-icons/ChevronIcon';
7
10
  import * as _digigov_react_icons_CloseIcon from '@digigov/react-icons/CloseIcon';
11
+ import * as _digigov_react_icons_DownloadIcon from '@digigov/react-icons/DownloadIcon';
12
+ import * as _digigov_react_icons_ExclamationIcon from '@digigov/react-icons/ExclamationIcon';
8
13
  import * as _digigov_react_icons_GlobeIcon from '@digigov/react-icons/GlobeIcon';
9
14
  import * as _digigov_react_icons_Icon from '@digigov/react-icons/Icon';
10
15
  import * as _digigov_react_icons_icons from '@digigov/react-icons/icons';
11
16
  import * as _digigov_react_icons from '@digigov/react-icons';
17
+ import * as _digigov_react_icons_LockIcon from '@digigov/react-icons/LockIcon';
18
+ import * as _digigov_react_icons_LoginIcon from '@digigov/react-icons/LoginIcon';
19
+ import * as _digigov_react_icons_MinusIcon from '@digigov/react-icons/MinusIcon';
12
20
  import * as _digigov_react_icons_MoreVertIcon from '@digigov/react-icons/MoreVertIcon';
21
+ import * as _digigov_react_icons_PdfFileIcon from '@digigov/react-icons/PdfFileIcon';
22
+ import * as _digigov_react_icons_PlusIcon from '@digigov/react-icons/PlusIcon';
23
+ import * as _digigov_react_icons_PrintIcon from '@digigov/react-icons/PrintIcon';
24
+ import * as _digigov_react_icons_ReplyIcon from '@digigov/react-icons/ReplyIcon';
25
+ import * as _digigov_react_icons_RestoreIcon from '@digigov/react-icons/RestoreIcon';
13
26
  import * as _digigov_react_icons_SearchIcon from '@digigov/react-icons/SearchIcon';
27
+ import * as _digigov_react_icons_SvgIcon from '@digigov/react-icons/SvgIcon';
14
28
  import * as _digigov_react_icons_UncheckIcon from '@digigov/react-icons/UncheckIcon';
15
29
  function lazyImport(pkgImport) {
16
30
  // eslint-disable-next-line no-undef
@@ -29,16 +43,30 @@ function lazyImport(pkgImport) {
29
43
  export default {
30
44
  '@digigov/react-icons/AccessibilityIcon': lazyImport(_digigov_react_icons_AccessibilityIcon),
31
45
  '@digigov/react-icons/ArrowIcon': lazyImport(_digigov_react_icons_ArrowIcon),
46
+ '@digigov/react-icons/Base': lazyImport(_digigov_react_icons_Base),
32
47
  '@digigov/react-icons/BurgerIcon': lazyImport(_digigov_react_icons_BurgerIcon),
48
+ '@digigov/react-icons/CancelIcon': lazyImport(_digigov_react_icons_CancelIcon),
33
49
  '@digigov/react-icons/CaretIcon': lazyImport(_digigov_react_icons_CaretIcon),
50
+ '@digigov/react-icons/ChatIcon': lazyImport(_digigov_react_icons_ChatIcon),
34
51
  '@digigov/react-icons/CheckIcon': lazyImport(_digigov_react_icons_CheckIcon),
35
52
  '@digigov/react-icons/ChevronIcon': lazyImport(_digigov_react_icons_ChevronIcon),
36
53
  '@digigov/react-icons/CloseIcon': lazyImport(_digigov_react_icons_CloseIcon),
54
+ '@digigov/react-icons/DownloadIcon': lazyImport(_digigov_react_icons_DownloadIcon),
55
+ '@digigov/react-icons/ExclamationIcon': lazyImport(_digigov_react_icons_ExclamationIcon),
37
56
  '@digigov/react-icons/GlobeIcon': lazyImport(_digigov_react_icons_GlobeIcon),
38
57
  '@digigov/react-icons/Icon': lazyImport(_digigov_react_icons_Icon),
39
58
  '@digigov/react-icons/icons': lazyImport(_digigov_react_icons_icons),
40
59
  '@digigov/react-icons': lazyImport(_digigov_react_icons),
60
+ '@digigov/react-icons/LockIcon': lazyImport(_digigov_react_icons_LockIcon),
61
+ '@digigov/react-icons/LoginIcon': lazyImport(_digigov_react_icons_LoginIcon),
62
+ '@digigov/react-icons/MinusIcon': lazyImport(_digigov_react_icons_MinusIcon),
41
63
  '@digigov/react-icons/MoreVertIcon': lazyImport(_digigov_react_icons_MoreVertIcon),
64
+ '@digigov/react-icons/PdfFileIcon': lazyImport(_digigov_react_icons_PdfFileIcon),
65
+ '@digigov/react-icons/PlusIcon': lazyImport(_digigov_react_icons_PlusIcon),
66
+ '@digigov/react-icons/PrintIcon': lazyImport(_digigov_react_icons_PrintIcon),
67
+ '@digigov/react-icons/ReplyIcon': lazyImport(_digigov_react_icons_ReplyIcon),
68
+ '@digigov/react-icons/RestoreIcon': lazyImport(_digigov_react_icons_RestoreIcon),
42
69
  '@digigov/react-icons/SearchIcon': lazyImport(_digigov_react_icons_SearchIcon),
70
+ '@digigov/react-icons/SvgIcon': lazyImport(_digigov_react_icons_SvgIcon),
43
71
  '@digigov/react-icons/UncheckIcon': lazyImport(_digigov_react_icons_UncheckIcon)
44
72
  };
package/registry.d.ts CHANGED
@@ -1,17 +1,31 @@
1
1
  declare const _default: {
2
2
  '@digigov/react-icons/AccessibilityIcon': {};
3
3
  '@digigov/react-icons/ArrowIcon': {};
4
+ '@digigov/react-icons/Base': {};
4
5
  '@digigov/react-icons/BurgerIcon': {};
6
+ '@digigov/react-icons/CancelIcon': {};
5
7
  '@digigov/react-icons/CaretIcon': {};
8
+ '@digigov/react-icons/ChatIcon': {};
6
9
  '@digigov/react-icons/CheckIcon': {};
7
10
  '@digigov/react-icons/ChevronIcon': {};
8
11
  '@digigov/react-icons/CloseIcon': {};
12
+ '@digigov/react-icons/DownloadIcon': {};
13
+ '@digigov/react-icons/ExclamationIcon': {};
9
14
  '@digigov/react-icons/GlobeIcon': {};
10
15
  '@digigov/react-icons/Icon': {};
11
16
  '@digigov/react-icons/icons': {};
12
17
  '@digigov/react-icons': {};
18
+ '@digigov/react-icons/LockIcon': {};
19
+ '@digigov/react-icons/LoginIcon': {};
20
+ '@digigov/react-icons/MinusIcon': {};
13
21
  '@digigov/react-icons/MoreVertIcon': {};
22
+ '@digigov/react-icons/PdfFileIcon': {};
23
+ '@digigov/react-icons/PlusIcon': {};
24
+ '@digigov/react-icons/PrintIcon': {};
25
+ '@digigov/react-icons/ReplyIcon': {};
26
+ '@digigov/react-icons/RestoreIcon': {};
14
27
  '@digigov/react-icons/SearchIcon': {};
28
+ '@digigov/react-icons/SvgIcon': {};
15
29
  '@digigov/react-icons/UncheckIcon': {};
16
30
  };
17
31
  export default _default;