@digigov/react-icons 2.0.0-36b707c1 → 2.0.0-385c7994

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 (442) hide show
  1. package/AccessibilityIcon/config.d.ts +1 -1
  2. package/AccessibilityIcon/config.js +18 -0
  3. package/AccessibilityIcon/index.d.ts +1 -1
  4. package/AccessibilityIcon/index.js +8 -11
  5. package/ArrowIcon/config.js +20 -0
  6. package/ArrowIcon/index.d.ts +1 -1
  7. package/ArrowIcon/index.js +8 -11
  8. package/BurgerIcon/config.d.ts +2 -2
  9. package/BurgerIcon/config.js +29 -0
  10. package/BurgerIcon/index.d.ts +1 -1
  11. package/BurgerIcon/index.js +8 -11
  12. package/CancelIcon/config.d.ts +1 -1
  13. package/CancelIcon/config.js +11 -0
  14. package/CancelIcon/index.d.ts +1 -1
  15. package/CancelIcon/index.js +8 -11
  16. package/CaretIcon/config.js +20 -0
  17. package/CaretIcon/index.d.ts +1 -1
  18. package/CaretIcon/index.js +8 -11
  19. package/ChatIcon/config.js +14 -0
  20. package/ChatIcon/index.d.ts +1 -1
  21. package/ChatIcon/index.js +8 -11
  22. package/CheckIcon/config.d.ts +1 -1
  23. package/CheckIcon/config.js +11 -0
  24. package/CheckIcon/index.d.ts +1 -1
  25. package/CheckIcon/index.js +8 -11
  26. package/ChevronIcon/config.js +20 -0
  27. package/ChevronIcon/index.d.ts +1 -1
  28. package/ChevronIcon/index.js +8 -11
  29. package/CloseIcon/config.d.ts +1 -1
  30. package/CloseIcon/config.js +11 -0
  31. package/CloseIcon/index.d.ts +1 -1
  32. package/CloseIcon/index.js +8 -11
  33. package/DownloadIcon/config.d.ts +1 -1
  34. package/DownloadIcon/config.js +19 -0
  35. package/DownloadIcon/index.d.ts +1 -1
  36. package/DownloadIcon/index.js +8 -11
  37. package/ExclamationIcon/config.d.ts +1 -1
  38. package/ExclamationIcon/config.js +16 -0
  39. package/ExclamationIcon/index.d.ts +1 -1
  40. package/ExclamationIcon/index.js +8 -11
  41. package/GlobeIcon/config.d.ts +1 -1
  42. package/GlobeIcon/config.js +11 -0
  43. package/GlobeIcon/index.d.ts +1 -1
  44. package/GlobeIcon/index.js +8 -11
  45. package/Icon/index.d.ts +2 -2
  46. package/Icon/index.js +22 -30
  47. package/{Base → IconBase}/index.d.ts +6 -6
  48. package/IconBase/index.js +52 -0
  49. package/LockIcon/config.d.ts +1 -1
  50. package/LockIcon/config.js +11 -0
  51. package/LockIcon/index.d.ts +1 -1
  52. package/LockIcon/index.js +8 -11
  53. package/LoginIcon/config.d.ts +1 -1
  54. package/LoginIcon/config.js +14 -0
  55. package/LoginIcon/index.d.ts +1 -1
  56. package/LoginIcon/index.js +8 -11
  57. package/MinusIcon/config.d.ts +1 -1
  58. package/MinusIcon/config.js +14 -0
  59. package/MinusIcon/index.d.ts +1 -1
  60. package/MinusIcon/index.js +8 -11
  61. package/MoreVertIcon/config.d.ts +1 -1
  62. package/MoreVertIcon/config.js +23 -0
  63. package/MoreVertIcon/index.d.ts +1 -1
  64. package/MoreVertIcon/index.js +8 -11
  65. package/PdfFileIcon/config.d.ts +1 -1
  66. package/PdfFileIcon/config.js +24 -0
  67. package/PdfFileIcon/index.d.ts +1 -1
  68. package/PdfFileIcon/index.js +8 -11
  69. package/PlusIcon/config.d.ts +1 -1
  70. package/PlusIcon/config.js +11 -0
  71. package/PlusIcon/index.d.ts +1 -1
  72. package/PlusIcon/index.js +8 -11
  73. package/PrintIcon/config.d.ts +1 -1
  74. package/PrintIcon/config.js +17 -0
  75. package/PrintIcon/index.d.ts +1 -1
  76. package/PrintIcon/index.js +8 -11
  77. package/ReplyIcon/config.d.ts +1 -1
  78. package/ReplyIcon/config.js +11 -0
  79. package/ReplyIcon/index.d.ts +1 -1
  80. package/ReplyIcon/index.js +8 -11
  81. package/RestoreIcon/config.d.ts +1 -1
  82. package/RestoreIcon/config.js +19 -0
  83. package/RestoreIcon/index.d.ts +1 -1
  84. package/RestoreIcon/index.js +8 -11
  85. package/SearchIcon/config.d.ts +1 -1
  86. package/SearchIcon/config.js +11 -0
  87. package/SearchIcon/index.d.ts +1 -1
  88. package/SearchIcon/index.js +8 -11
  89. package/SvgIcon/index.d.ts +2 -2
  90. package/SvgIcon/index.js +12 -22
  91. package/UncheckIcon/config.d.ts +1 -1
  92. package/UncheckIcon/config.js +11 -0
  93. package/UncheckIcon/index.d.ts +1 -1
  94. package/UncheckIcon/index.js +8 -11
  95. package/icons.d.ts +46 -46
  96. package/icons.js +23 -0
  97. package/index.d.ts +23 -23
  98. package/index.js +24 -25
  99. package/lazy.d.ts +28 -28
  100. package/lazy.js +82 -0
  101. package/package.json +8 -8
  102. package/registry.d.ts +26 -3
  103. package/registry.js +114 -0
  104. package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +126 -27
  105. package/src/AccessibilityIcon/config.tsx +7 -6
  106. package/src/AccessibilityIcon/index.test.tsx +12 -4
  107. package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +13 -1
  108. package/src/ArrowIcon/config.tsx +17 -5
  109. package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +53 -5
  110. package/src/BurgerIcon/config.tsx +24 -8
  111. package/src/BurgerIcon/index.test.tsx +6 -2
  112. package/src/CancelIcon/__snapshots__/index.test.tsx.snap +28 -7
  113. package/src/CancelIcon/config.tsx +7 -4
  114. package/src/CancelIcon/index.test.tsx +6 -2
  115. package/src/CaretIcon/__snapshots__/index.test.tsx.snap +13 -1
  116. package/src/CaretIcon/config.tsx +5 -5
  117. package/src/ChatIcon/__snapshots__/index.test.tsx.snap +31 -7
  118. package/src/ChatIcon/config.tsx +6 -3
  119. package/src/ChatIcon/index.test.tsx +7 -3
  120. package/src/CheckIcon/__snapshots__/index.test.tsx.snap +32 -8
  121. package/src/CheckIcon/config.tsx +7 -4
  122. package/src/CheckIcon/index.test.tsx +6 -2
  123. package/src/ChevronIcon/__snapshots__/index.test.tsx.snap +13 -1
  124. package/src/ChevronIcon/config.tsx +17 -5
  125. package/src/ChevronIcon/index.test.tsx +6 -2
  126. package/src/CloseIcon/__snapshots__/index.test.tsx.snap +4 -1
  127. package/src/CloseIcon/config.tsx +7 -4
  128. package/src/DownloadIcon/__snapshots__/index.test.tsx.snap +70 -14
  129. package/src/DownloadIcon/config.tsx +10 -7
  130. package/src/DownloadIcon/index.test.tsx +9 -3
  131. package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +42 -7
  132. package/src/ExclamationIcon/config.tsx +8 -5
  133. package/src/ExclamationIcon/index.test.tsx +12 -4
  134. package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +16 -4
  135. package/src/GlobeIcon/config.tsx +7 -4
  136. package/src/GlobeIcon/index.test.tsx +3 -1
  137. package/src/Icon/__snapshots__/index.test.tsx.snap +40 -1
  138. package/src/Icon/index.test.tsx +3 -1
  139. package/src/Icon/index.tsx +1 -1
  140. package/src/{Base → IconBase}/index.tsx +10 -10
  141. package/src/LockIcon/__snapshots__/index.test.tsx.snap +28 -7
  142. package/src/LockIcon/config.tsx +7 -4
  143. package/src/LockIcon/index.test.tsx +6 -2
  144. package/src/LoginIcon/__snapshots__/index.test.tsx.snap +42 -7
  145. package/src/LoginIcon/config.tsx +11 -5
  146. package/src/LoginIcon/index.test.tsx +6 -2
  147. package/src/MinusIcon/__snapshots__/index.test.tsx.snap +28 -7
  148. package/src/MinusIcon/config.tsx +4 -4
  149. package/src/MinusIcon/index.test.tsx +6 -2
  150. package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +72 -9
  151. package/src/MoreVertIcon/config.tsx +6 -6
  152. package/src/MoreVertIcon/index.test.tsx +12 -4
  153. package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +126 -21
  154. package/src/PdfFileIcon/config.tsx +20 -11
  155. package/src/PdfFileIcon/index.test.tsx +6 -2
  156. package/src/PlusIcon/__snapshots__/index.test.tsx.snap +28 -7
  157. package/src/PlusIcon/config.tsx +7 -4
  158. package/src/PlusIcon/index.test.tsx +6 -2
  159. package/src/PrintIcon/__snapshots__/index.test.tsx.snap +42 -7
  160. package/src/PrintIcon/config.tsx +8 -5
  161. package/src/PrintIcon/index.test.tsx +6 -2
  162. package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +28 -7
  163. package/src/ReplyIcon/config.tsx +7 -4
  164. package/src/ReplyIcon/index.test.tsx +6 -2
  165. package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +56 -7
  166. package/src/RestoreIcon/config.tsx +9 -6
  167. package/src/RestoreIcon/index.test.tsx +6 -2
  168. package/src/SearchIcon/__snapshots__/index.test.tsx.snap +4 -1
  169. package/src/SearchIcon/config.tsx +7 -4
  170. package/src/SvgIcon/__snapshots__/index.test.tsx.snap +34 -17
  171. package/src/SvgIcon/index.tsx +15 -15
  172. package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +36 -9
  173. package/src/UncheckIcon/config.tsx +7 -4
  174. package/src/UncheckIcon/index.test.tsx +6 -2
  175. package/src/icons.ts +11 -12
  176. package/src/lazy.ts +29 -0
  177. package/src/registry.ts +123 -0
  178. package/AccessibilityIcon/config/index.js +0 -18
  179. package/AccessibilityIcon/config/package.json +0 -6
  180. package/AccessibilityIcon/config.js.map +0 -7
  181. package/AccessibilityIcon/index.js.map +0 -7
  182. package/AccessibilityIcon/index.test.d.ts +0 -1
  183. package/AccessibilityIcon/package.json +0 -6
  184. package/ArrowIcon/config/index.js +0 -12
  185. package/ArrowIcon/config/package.json +0 -6
  186. package/ArrowIcon/config.js.map +0 -7
  187. package/ArrowIcon/index.js.map +0 -7
  188. package/ArrowIcon/index.test.d.ts +0 -1
  189. package/ArrowIcon/package.json +0 -6
  190. package/Base/index.js +0 -102
  191. package/Base/index.js.map +0 -7
  192. package/Base/package.json +0 -6
  193. package/BurgerIcon/config/index.js +0 -24
  194. package/BurgerIcon/config/package.json +0 -6
  195. package/BurgerIcon/config.js.map +0 -7
  196. package/BurgerIcon/index.js.map +0 -7
  197. package/BurgerIcon/index.test.d.ts +0 -1
  198. package/BurgerIcon/package.json +0 -6
  199. package/CancelIcon/config/index.js +0 -12
  200. package/CancelIcon/config/package.json +0 -6
  201. package/CancelIcon/config.js.map +0 -7
  202. package/CancelIcon/index.js.map +0 -7
  203. package/CancelIcon/index.test.d.ts +0 -1
  204. package/CancelIcon/package.json +0 -6
  205. package/CaretIcon/config/index.js +0 -12
  206. package/CaretIcon/config/package.json +0 -6
  207. package/CaretIcon/config.js.map +0 -7
  208. package/CaretIcon/index.js.map +0 -7
  209. package/CaretIcon/index.test.d.ts +0 -1
  210. package/CaretIcon/package.json +0 -6
  211. package/ChatIcon/config/index.js +0 -12
  212. package/ChatIcon/config/package.json +0 -6
  213. package/ChatIcon/config.js.map +0 -7
  214. package/ChatIcon/index.js.map +0 -7
  215. package/ChatIcon/index.test.d.ts +0 -1
  216. package/ChatIcon/package.json +0 -6
  217. package/CheckIcon/config/index.js +0 -12
  218. package/CheckIcon/config/package.json +0 -6
  219. package/CheckIcon/config.js.map +0 -7
  220. package/CheckIcon/index.js.map +0 -7
  221. package/CheckIcon/index.test.d.ts +0 -1
  222. package/CheckIcon/package.json +0 -6
  223. package/ChevronIcon/config/index.js +0 -12
  224. package/ChevronIcon/config/package.json +0 -6
  225. package/ChevronIcon/config.js.map +0 -7
  226. package/ChevronIcon/index.js.map +0 -7
  227. package/ChevronIcon/index.test.d.ts +0 -1
  228. package/ChevronIcon/package.json +0 -6
  229. package/CloseIcon/config/index.js +0 -12
  230. package/CloseIcon/config/package.json +0 -6
  231. package/CloseIcon/config.js.map +0 -7
  232. package/CloseIcon/index.js.map +0 -7
  233. package/CloseIcon/index.test.d.ts +0 -1
  234. package/CloseIcon/package.json +0 -6
  235. package/DownloadIcon/config/index.js +0 -12
  236. package/DownloadIcon/config/package.json +0 -6
  237. package/DownloadIcon/config.js.map +0 -7
  238. package/DownloadIcon/index.js.map +0 -7
  239. package/DownloadIcon/index.test.d.ts +0 -1
  240. package/DownloadIcon/package.json +0 -6
  241. package/ExclamationIcon/config/index.js +0 -12
  242. package/ExclamationIcon/config/package.json +0 -6
  243. package/ExclamationIcon/config.js.map +0 -7
  244. package/ExclamationIcon/index.js.map +0 -7
  245. package/ExclamationIcon/index.test.d.ts +0 -1
  246. package/ExclamationIcon/package.json +0 -6
  247. package/GlobeIcon/config/index.js +0 -12
  248. package/GlobeIcon/config/package.json +0 -6
  249. package/GlobeIcon/config.js.map +0 -7
  250. package/GlobeIcon/index.js.map +0 -7
  251. package/GlobeIcon/index.test.d.ts +0 -1
  252. package/GlobeIcon/package.json +0 -6
  253. package/Icon/index.js.map +0 -7
  254. package/Icon/index.test.d.ts +0 -1
  255. package/Icon/package.json +0 -6
  256. package/LockIcon/config/index.js +0 -12
  257. package/LockIcon/config/package.json +0 -6
  258. package/LockIcon/config.js.map +0 -7
  259. package/LockIcon/index.js.map +0 -7
  260. package/LockIcon/index.test.d.ts +0 -1
  261. package/LockIcon/package.json +0 -6
  262. package/LoginIcon/config/index.js +0 -12
  263. package/LoginIcon/config/package.json +0 -6
  264. package/LoginIcon/config.js.map +0 -7
  265. package/LoginIcon/index.js.map +0 -7
  266. package/LoginIcon/index.test.d.ts +0 -1
  267. package/LoginIcon/package.json +0 -6
  268. package/MinusIcon/config/index.js +0 -12
  269. package/MinusIcon/config/package.json +0 -6
  270. package/MinusIcon/config.js.map +0 -7
  271. package/MinusIcon/index.js.map +0 -7
  272. package/MinusIcon/index.test.d.ts +0 -1
  273. package/MinusIcon/package.json +0 -6
  274. package/MoreVertIcon/config/index.js +0 -12
  275. package/MoreVertIcon/config/package.json +0 -6
  276. package/MoreVertIcon/config.js.map +0 -7
  277. package/MoreVertIcon/index.js.map +0 -7
  278. package/MoreVertIcon/index.test.d.ts +0 -1
  279. package/MoreVertIcon/package.json +0 -6
  280. package/PdfFileIcon/config/index.js +0 -12
  281. package/PdfFileIcon/config/package.json +0 -6
  282. package/PdfFileIcon/config.js.map +0 -7
  283. package/PdfFileIcon/index.js.map +0 -7
  284. package/PdfFileIcon/index.test.d.ts +0 -1
  285. package/PdfFileIcon/package.json +0 -6
  286. package/PlusIcon/config/index.js +0 -12
  287. package/PlusIcon/config/package.json +0 -6
  288. package/PlusIcon/config.js.map +0 -7
  289. package/PlusIcon/index.js.map +0 -7
  290. package/PlusIcon/index.test.d.ts +0 -1
  291. package/PlusIcon/package.json +0 -6
  292. package/PrintIcon/config/index.js +0 -12
  293. package/PrintIcon/config/package.json +0 -6
  294. package/PrintIcon/config.js.map +0 -7
  295. package/PrintIcon/index.js.map +0 -7
  296. package/PrintIcon/index.test.d.ts +0 -1
  297. package/PrintIcon/package.json +0 -6
  298. package/ReplyIcon/config/index.js +0 -12
  299. package/ReplyIcon/config/package.json +0 -6
  300. package/ReplyIcon/config.js.map +0 -7
  301. package/ReplyIcon/index.js.map +0 -7
  302. package/ReplyIcon/index.test.d.ts +0 -1
  303. package/ReplyIcon/package.json +0 -6
  304. package/RestoreIcon/config/index.js +0 -12
  305. package/RestoreIcon/config/package.json +0 -6
  306. package/RestoreIcon/config.js.map +0 -7
  307. package/RestoreIcon/index.js.map +0 -7
  308. package/RestoreIcon/index.test.d.ts +0 -1
  309. package/RestoreIcon/package.json +0 -6
  310. package/SearchIcon/config/index.js +0 -12
  311. package/SearchIcon/config/package.json +0 -6
  312. package/SearchIcon/config.js.map +0 -7
  313. package/SearchIcon/index.js.map +0 -7
  314. package/SearchIcon/index.test.d.ts +0 -1
  315. package/SearchIcon/package.json +0 -6
  316. package/SvgIcon/index.js.map +0 -7
  317. package/SvgIcon/index.test.d.ts +0 -1
  318. package/SvgIcon/package.json +0 -6
  319. package/UncheckIcon/config/index.js +0 -12
  320. package/UncheckIcon/config/package.json +0 -6
  321. package/UncheckIcon/config.js.map +0 -7
  322. package/UncheckIcon/index.js.map +0 -7
  323. package/UncheckIcon/index.test.d.ts +0 -1
  324. package/UncheckIcon/package.json +0 -6
  325. package/cjs/AccessibilityIcon/config/index.js +0 -51
  326. package/cjs/AccessibilityIcon/config.js.map +0 -7
  327. package/cjs/AccessibilityIcon/index.js +0 -44
  328. package/cjs/AccessibilityIcon/index.js.map +0 -7
  329. package/cjs/ArrowIcon/config/index.js +0 -45
  330. package/cjs/ArrowIcon/config.js.map +0 -7
  331. package/cjs/ArrowIcon/index.js +0 -44
  332. package/cjs/ArrowIcon/index.js.map +0 -7
  333. package/cjs/Base/index.js +0 -135
  334. package/cjs/Base/index.js.map +0 -7
  335. package/cjs/BurgerIcon/config/index.js +0 -57
  336. package/cjs/BurgerIcon/config.js.map +0 -7
  337. package/cjs/BurgerIcon/index.js +0 -44
  338. package/cjs/BurgerIcon/index.js.map +0 -7
  339. package/cjs/CancelIcon/config/index.js +0 -45
  340. package/cjs/CancelIcon/config.js.map +0 -7
  341. package/cjs/CancelIcon/index.js +0 -44
  342. package/cjs/CancelIcon/index.js.map +0 -7
  343. package/cjs/CaretIcon/config/index.js +0 -45
  344. package/cjs/CaretIcon/config.js.map +0 -7
  345. package/cjs/CaretIcon/index.js +0 -44
  346. package/cjs/CaretIcon/index.js.map +0 -7
  347. package/cjs/ChatIcon/config/index.js +0 -45
  348. package/cjs/ChatIcon/config.js.map +0 -7
  349. package/cjs/ChatIcon/index.js +0 -44
  350. package/cjs/ChatIcon/index.js.map +0 -7
  351. package/cjs/CheckIcon/config/index.js +0 -45
  352. package/cjs/CheckIcon/config.js.map +0 -7
  353. package/cjs/CheckIcon/index.js +0 -44
  354. package/cjs/CheckIcon/index.js.map +0 -7
  355. package/cjs/ChevronIcon/config/index.js +0 -45
  356. package/cjs/ChevronIcon/config.js.map +0 -7
  357. package/cjs/ChevronIcon/index.js +0 -44
  358. package/cjs/ChevronIcon/index.js.map +0 -7
  359. package/cjs/CloseIcon/config/index.js +0 -45
  360. package/cjs/CloseIcon/config.js.map +0 -7
  361. package/cjs/CloseIcon/index.js +0 -44
  362. package/cjs/CloseIcon/index.js.map +0 -7
  363. package/cjs/DownloadIcon/config/index.js +0 -45
  364. package/cjs/DownloadIcon/config.js.map +0 -7
  365. package/cjs/DownloadIcon/index.js +0 -44
  366. package/cjs/DownloadIcon/index.js.map +0 -7
  367. package/cjs/ExclamationIcon/config/index.js +0 -45
  368. package/cjs/ExclamationIcon/config.js.map +0 -7
  369. package/cjs/ExclamationIcon/index.js +0 -44
  370. package/cjs/ExclamationIcon/index.js.map +0 -7
  371. package/cjs/GlobeIcon/config/index.js +0 -45
  372. package/cjs/GlobeIcon/config.js.map +0 -7
  373. package/cjs/GlobeIcon/index.js +0 -44
  374. package/cjs/GlobeIcon/index.js.map +0 -7
  375. package/cjs/Icon/index.js +0 -65
  376. package/cjs/Icon/index.js.map +0 -7
  377. package/cjs/LockIcon/config/index.js +0 -45
  378. package/cjs/LockIcon/config.js.map +0 -7
  379. package/cjs/LockIcon/index.js +0 -44
  380. package/cjs/LockIcon/index.js.map +0 -7
  381. package/cjs/LoginIcon/config/index.js +0 -45
  382. package/cjs/LoginIcon/config.js.map +0 -7
  383. package/cjs/LoginIcon/index.js +0 -44
  384. package/cjs/LoginIcon/index.js.map +0 -7
  385. package/cjs/MinusIcon/config/index.js +0 -45
  386. package/cjs/MinusIcon/config.js.map +0 -7
  387. package/cjs/MinusIcon/index.js +0 -44
  388. package/cjs/MinusIcon/index.js.map +0 -7
  389. package/cjs/MoreVertIcon/config/index.js +0 -45
  390. package/cjs/MoreVertIcon/config.js.map +0 -7
  391. package/cjs/MoreVertIcon/index.js +0 -44
  392. package/cjs/MoreVertIcon/index.js.map +0 -7
  393. package/cjs/PdfFileIcon/config/index.js +0 -45
  394. package/cjs/PdfFileIcon/config.js.map +0 -7
  395. package/cjs/PdfFileIcon/index.js +0 -44
  396. package/cjs/PdfFileIcon/index.js.map +0 -7
  397. package/cjs/PlusIcon/config/index.js +0 -45
  398. package/cjs/PlusIcon/config.js.map +0 -7
  399. package/cjs/PlusIcon/index.js +0 -44
  400. package/cjs/PlusIcon/index.js.map +0 -7
  401. package/cjs/PrintIcon/config/index.js +0 -45
  402. package/cjs/PrintIcon/config.js.map +0 -7
  403. package/cjs/PrintIcon/index.js +0 -44
  404. package/cjs/PrintIcon/index.js.map +0 -7
  405. package/cjs/ReplyIcon/config/index.js +0 -45
  406. package/cjs/ReplyIcon/config.js.map +0 -7
  407. package/cjs/ReplyIcon/index.js +0 -44
  408. package/cjs/ReplyIcon/index.js.map +0 -7
  409. package/cjs/RestoreIcon/config/index.js +0 -45
  410. package/cjs/RestoreIcon/config.js.map +0 -7
  411. package/cjs/RestoreIcon/index.js +0 -44
  412. package/cjs/RestoreIcon/index.js.map +0 -7
  413. package/cjs/SearchIcon/config/index.js +0 -45
  414. package/cjs/SearchIcon/config.js.map +0 -7
  415. package/cjs/SearchIcon/index.js +0 -44
  416. package/cjs/SearchIcon/index.js.map +0 -7
  417. package/cjs/SvgIcon/index.js +0 -63
  418. package/cjs/SvgIcon/index.js.map +0 -7
  419. package/cjs/UncheckIcon/config/index.js +0 -45
  420. package/cjs/UncheckIcon/config.js.map +0 -7
  421. package/cjs/UncheckIcon/index.js +0 -44
  422. package/cjs/UncheckIcon/index.js.map +0 -7
  423. package/cjs/icons/index.js +0 -66
  424. package/cjs/icons.js.map +0 -7
  425. package/cjs/index.js +0 -66
  426. package/cjs/index.js.map +0 -7
  427. package/cjs/lazy/index.js +0 -62
  428. package/cjs/lazy.js.map +0 -7
  429. package/cjs/registry/index.js +0 -107
  430. package/cjs/registry.js.map +0 -7
  431. package/icons/index.js +0 -24
  432. package/icons/package.json +0 -6
  433. package/icons.js.map +0 -7
  434. package/index.js.map +0 -7
  435. package/lazy/index.js +0 -33
  436. package/lazy/package.json +0 -6
  437. package/lazy.js.map +0 -7
  438. package/registry/index.js +0 -78
  439. package/registry/package.json +0 -6
  440. package/registry.js.map +0 -7
  441. package/src/lazy.js +0 -30
  442. package/src/registry.js +0 -79
@@ -1,45 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
- var config_exports = {};
29
- __export(config_exports, {
30
- default: () => config_default,
31
- pdfFile: () => pdfFile
32
- });
33
- module.exports = __toCommonJS(config_exports);
34
- var import_react = __toESM(require("react"));
35
- var import_Base = __toESM(require("@digigov/react-icons/Base"));
36
- function pdfFile() {
37
- return /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "g" }, /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "polygon", points: "4 19 4 7 2 7 2 21 18 21 18 19 4 19" }), /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "g" }, /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "path", d: "M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z" }), /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "path", d: "M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z" }), /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "path", d: "M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z" })));
38
- }
39
- pdfFile.props = [];
40
- var config_default = pdfFile;
41
- // Annotate the CommonJS export names for ESM import in node:
42
- 0 && (module.exports = {
43
- pdfFile
44
- });
45
- //# sourceMappingURL=config.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/PdfFileIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface PdfFileType { }\n\nexport function pdfFile(): React.ReactElement {\n return (\n <Base as=\"g\">\n <Base as=\"polygon\" points=\"4 19 4 7 2 7 2 21 18 21 18 19 4 19\" />\n <Base as=\"g\">\n <Base as=\"path\" d=\"M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z\" />\n <Base as=\"path\" d=\"M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z\" />\n <Base as=\"path\" d=\"M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z\" />\n </Base>\n </Base>\n );\n}\n\npdfFile.props = [];\n\nexport default pdfFile;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAiB;AAIV,SAAS,UAA8B;AAC5C,SACE,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,OACP,6BAAAD,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,WAAU,QAAO,sCAAqC,GAC/D,6BAAAD,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,OACP,6BAAAD,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,QAAO,GAAE,8IAA6I,GAC/J,6BAAAD,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,QAAO,GAAE,qJAAoJ,GACtK,6BAAAD,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,QAAO,GAAE,ycAAwc,CAC5d,CACF;AAEJ;AAEA,QAAQ,QAAQ,CAAC;AAEjB,IAAO,iBAAQ;",
6
- "names": ["React", "Base"]
7
- }
@@ -1,44 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
- var PdfFileIcon_exports = {};
29
- __export(PdfFileIcon_exports, {
30
- PdfFileIcon: () => PdfFileIcon,
31
- default: () => PdfFileIcon_default
32
- });
33
- module.exports = __toCommonJS(PdfFileIcon_exports);
34
- var import_react = __toESM(require("react"));
35
- var import_Icon = __toESM(require("@digigov/react-icons/Icon"));
36
- const PdfFileIcon = (props) => {
37
- return /* @__PURE__ */ import_react.default.createElement(import_Icon.default, { ...props, icon: "pdfFile" });
38
- };
39
- var PdfFileIcon_default = PdfFileIcon;
40
- // Annotate the CommonJS export names for ESM import in node:
41
- 0 && (module.exports = {
42
- PdfFileIcon
43
- });
44
- //# sourceMappingURL=index.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/PdfFileIcon/index.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const PdfFileIcon: React.FC<IconProps<'pdfFile'>> = (props) => {\n return <Icon {...props} icon=\"pdfFile\"></Icon>;\n};\n\nexport default PdfFileIcon;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAgC;AAEzB,MAAM,cAA8C,CAAC,UAAU;AACpE,SAAO,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAM,GAAG,OAAO,MAAK,WAAU;AACzC;AAEA,IAAO,sBAAQ;",
6
- "names": ["React", "Icon"]
7
- }
@@ -1,45 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
- var config_exports = {};
29
- __export(config_exports, {
30
- default: () => config_default,
31
- plus: () => plus
32
- });
33
- module.exports = __toCommonJS(config_exports);
34
- var import_react = __toESM(require("react"));
35
- var import_Base = __toESM(require("@digigov/react-icons/Base"));
36
- function plus() {
37
- return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "polygon", points: "22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35" }));
38
- }
39
- plus.props = [];
40
- var config_default = plus;
41
- // Annotate the CommonJS export names for ESM import in node:
42
- 0 && (module.exports = {
43
- plus
44
- });
45
- //# sourceMappingURL=config.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/PlusIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface PlusType { }\n\nexport function plus(): React.ReactElement {\n return (\n <>\n <Base as=\"polygon\" points=\"22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35\" />\n </>\n );\n}\n\nplus.props = [];\n\nexport default plus;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAiB;AAIV,SAAS,OAA2B;AACzC,SACE,6BAAAA,QAAA,2BAAAA,QAAA,gBACE,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,WAAU,QAAO,gIAA+H,CAC3J;AAEJ;AAEA,KAAK,QAAQ,CAAC;AAEd,IAAO,iBAAQ;",
6
- "names": ["React", "Base"]
7
- }
@@ -1,44 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
- var PlusIcon_exports = {};
29
- __export(PlusIcon_exports, {
30
- PlusIcon: () => PlusIcon,
31
- default: () => PlusIcon_default
32
- });
33
- module.exports = __toCommonJS(PlusIcon_exports);
34
- var import_react = __toESM(require("react"));
35
- var import_Icon = __toESM(require("@digigov/react-icons/Icon"));
36
- const PlusIcon = (props) => {
37
- return /* @__PURE__ */ import_react.default.createElement(import_Icon.default, { ...props, icon: "plus" });
38
- };
39
- var PlusIcon_default = PlusIcon;
40
- // Annotate the CommonJS export names for ESM import in node:
41
- 0 && (module.exports = {
42
- PlusIcon
43
- });
44
- //# sourceMappingURL=index.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/PlusIcon/index.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const PlusIcon: React.FC<IconProps<'plus'>> = (props) => {\n return <Icon {...props} icon=\"plus\"></Icon>;\n};\n\nexport default PlusIcon;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAgC;AAEzB,MAAM,WAAwC,CAAC,UAAU;AAC9D,SAAO,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAM,GAAG,OAAO,MAAK,QAAO;AACtC;AAEA,IAAO,mBAAQ;",
6
- "names": ["React", "Icon"]
7
- }
@@ -1,45 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
- var config_exports = {};
29
- __export(config_exports, {
30
- default: () => config_default,
31
- print: () => print
32
- });
33
- module.exports = __toCommonJS(config_exports);
34
- var import_react = __toESM(require("react"));
35
- var import_Base = __toESM(require("@digigov/react-icons/Base"));
36
- function print() {
37
- return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "rect", x: "7", y: "2", width: "10", height: "4" }), /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "path", d: "M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z" }));
38
- }
39
- print.props = [];
40
- var config_default = print;
41
- // Annotate the CommonJS export names for ESM import in node:
42
- 0 && (module.exports = {
43
- print
44
- });
45
- //# sourceMappingURL=config.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/PrintIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface PrintType { }\n\nexport function print(): React.ReactElement {\n return (\n <>\n <Base as=\"rect\" x=\"7\" y=\"2\" width=\"10\" height=\"4\" />\n <Base as=\"path\" d=\"M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z\" />\n </>\n );\n}\n\nprint.props = [];\n\nexport default print;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAiB;AAIV,SAAS,QAA4B;AAC1C,SACE,6BAAAA,QAAA,2BAAAA,QAAA,gBACE,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,QAAO,GAAE,KAAI,GAAE,KAAI,OAAM,MAAK,QAAO,KAAI,GAClD,6BAAAD,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,QAAO,GAAE,uNAAsN,CAC1O;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
6
- "names": ["React", "Base"]
7
- }
@@ -1,44 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
- var PrintIcon_exports = {};
29
- __export(PrintIcon_exports, {
30
- PrintIcon: () => PrintIcon,
31
- default: () => PrintIcon_default
32
- });
33
- module.exports = __toCommonJS(PrintIcon_exports);
34
- var import_react = __toESM(require("react"));
35
- var import_Icon = __toESM(require("@digigov/react-icons/Icon"));
36
- const PrintIcon = (props) => {
37
- return /* @__PURE__ */ import_react.default.createElement(import_Icon.default, { ...props, icon: "print" });
38
- };
39
- var PrintIcon_default = PrintIcon;
40
- // Annotate the CommonJS export names for ESM import in node:
41
- 0 && (module.exports = {
42
- PrintIcon
43
- });
44
- //# sourceMappingURL=index.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/PrintIcon/index.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const PrintIcon: React.FC<IconProps<'print'>> = (props) => {\n return <Icon {...props} icon=\"print\"></Icon>;\n};\n\nexport default PrintIcon;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAgC;AAEzB,MAAM,YAA0C,CAAC,UAAU;AAChE,SAAO,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAM,GAAG,OAAO,MAAK,SAAQ;AACvC;AAEA,IAAO,oBAAQ;",
6
- "names": ["React", "Icon"]
7
- }
@@ -1,45 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
- var config_exports = {};
29
- __export(config_exports, {
30
- default: () => config_default,
31
- reply: () => reply
32
- });
33
- module.exports = __toCommonJS(config_exports);
34
- var import_react = __toESM(require("react"));
35
- var import_Base = __toESM(require("@digigov/react-icons/Base"));
36
- function reply() {
37
- return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "path", d: "M16.35,9.517h-8.034l4.184-4.184-2.334-2.333L2,11.167l8.166,8.167,2.334-2.334-4.184-4.183h8.033c1.296,0,2.35,1.054,2.35,2.35v5.834h3.301v-5.834c0-3.115-2.535-5.65-5.65-5.65Z" }));
38
- }
39
- reply.props = [];
40
- var config_default = reply;
41
- // Annotate the CommonJS export names for ESM import in node:
42
- 0 && (module.exports = {
43
- reply
44
- });
45
- //# sourceMappingURL=config.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/ReplyIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface ReplyType { }\n\nexport function reply(): React.ReactElement {\n return (\n <>\n <Base as=\"path\" d=\"M16.35,9.517h-8.034l4.184-4.184-2.334-2.333L2,11.167l8.166,8.167,2.334-2.334-4.184-4.183h8.033c1.296,0,2.35,1.054,2.35,2.35v5.834h3.301v-5.834c0-3.115-2.535-5.65-5.65-5.65Z\" />\n </>\n );\n}\n\nreply.props = [];\n\nexport default reply;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAiB;AAIV,SAAS,QAA4B;AAC1C,SACE,6BAAAA,QAAA,2BAAAA,QAAA,gBACE,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,QAAO,GAAE,gLAA+K,CACnM;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
6
- "names": ["React", "Base"]
7
- }
@@ -1,44 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
- var ReplyIcon_exports = {};
29
- __export(ReplyIcon_exports, {
30
- ReplyIcon: () => ReplyIcon,
31
- default: () => ReplyIcon_default
32
- });
33
- module.exports = __toCommonJS(ReplyIcon_exports);
34
- var import_react = __toESM(require("react"));
35
- var import_Icon = __toESM(require("@digigov/react-icons/Icon"));
36
- const ReplyIcon = (props) => {
37
- return /* @__PURE__ */ import_react.default.createElement(import_Icon.default, { ...props, icon: "reply" });
38
- };
39
- var ReplyIcon_default = ReplyIcon;
40
- // Annotate the CommonJS export names for ESM import in node:
41
- 0 && (module.exports = {
42
- ReplyIcon
43
- });
44
- //# sourceMappingURL=index.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/ReplyIcon/index.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const ReplyIcon: React.FC<IconProps<'reply'>> = (props) => {\n return <Icon {...props} icon=\"reply\"></Icon>;\n};\n\nexport default ReplyIcon;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAgC;AAEzB,MAAM,YAA0C,CAAC,UAAU;AAChE,SAAO,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAM,GAAG,OAAO,MAAK,SAAQ;AACvC;AAEA,IAAO,oBAAQ;",
6
- "names": ["React", "Icon"]
7
- }
@@ -1,45 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
- var config_exports = {};
29
- __export(config_exports, {
30
- default: () => config_default,
31
- restore: () => restore
32
- });
33
- module.exports = __toCommonJS(config_exports);
34
- var import_react = __toESM(require("react"));
35
- var import_Base = __toESM(require("@digigov/react-icons/Base"));
36
- function restore() {
37
- return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "path", d: "M12,21.3c-2.37,0-4.691-.929-6.407-2.559l1.669-2.003c1.247,1.247,2.974,1.962,4.738,1.962,3.694,0,6.7-3.006,6.7-6.7s-3.006-6.7-6.7-6.7-6.7,3.006-6.7,6.7h-2.6C2.7,6.872,6.872,2.7,12,2.7s9.3,4.172,9.3,9.3-4.172,9.3-9.3,9.3Z" }), /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "path", d: "M7.5,12H.5l3.5,4.2,3.5-4.2Z" }), /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "circle", cx: "12", cy: "12", r: "1.65" }));
38
- }
39
- restore.props = [];
40
- var config_default = restore;
41
- // Annotate the CommonJS export names for ESM import in node:
42
- 0 && (module.exports = {
43
- restore
44
- });
45
- //# sourceMappingURL=config.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/RestoreIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface RestoreType { }\n\nexport function restore(): React.ReactElement {\n return (\n <>\n <Base as=\"path\" d=\"M12,21.3c-2.37,0-4.691-.929-6.407-2.559l1.669-2.003c1.247,1.247,2.974,1.962,4.738,1.962,3.694,0,6.7-3.006,6.7-6.7s-3.006-6.7-6.7-6.7-6.7,3.006-6.7,6.7h-2.6C2.7,6.872,6.872,2.7,12,2.7s9.3,4.172,9.3,9.3-4.172,9.3-9.3,9.3Z\" />\n <Base as=\"path\" d=\"M7.5,12H.5l3.5,4.2,3.5-4.2Z\" />\n <Base as=\"circle\" cx=\"12\" cy=\"12\" r=\"1.65\" />\n </>\n );\n}\n\nrestore.props = [];\n\nexport default restore;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAiB;AAIV,SAAS,UAA8B;AAC5C,SACE,6BAAAA,QAAA,2BAAAA,QAAA,gBACE,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,QAAO,GAAE,+NAA8N,GAChP,6BAAAD,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,QAAO,GAAE,+BAA8B,GAChD,6BAAAD,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,UAAS,IAAG,MAAK,IAAG,MAAK,GAAE,QAAO,CAC7C;AAEJ;AAEA,QAAQ,QAAQ,CAAC;AAEjB,IAAO,iBAAQ;",
6
- "names": ["React", "Base"]
7
- }
@@ -1,44 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
- var RestoreIcon_exports = {};
29
- __export(RestoreIcon_exports, {
30
- RestoreIcon: () => RestoreIcon,
31
- default: () => RestoreIcon_default
32
- });
33
- module.exports = __toCommonJS(RestoreIcon_exports);
34
- var import_react = __toESM(require("react"));
35
- var import_Icon = __toESM(require("@digigov/react-icons/Icon"));
36
- const RestoreIcon = (props) => {
37
- return /* @__PURE__ */ import_react.default.createElement(import_Icon.default, { ...props, icon: "restore" });
38
- };
39
- var RestoreIcon_default = RestoreIcon;
40
- // Annotate the CommonJS export names for ESM import in node:
41
- 0 && (module.exports = {
42
- RestoreIcon
43
- });
44
- //# sourceMappingURL=index.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/RestoreIcon/index.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const RestoreIcon: React.FC<IconProps<'restore'>> = (props) => {\n return <Icon {...props} icon=\"restore\"></Icon>;\n};\n\nexport default RestoreIcon;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAgC;AAEzB,MAAM,cAA8C,CAAC,UAAU;AACpE,SAAO,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAM,GAAG,OAAO,MAAK,WAAU;AACzC;AAEA,IAAO,sBAAQ;",
6
- "names": ["React", "Icon"]
7
- }
@@ -1,45 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
- var config_exports = {};
29
- __export(config_exports, {
30
- default: () => config_default,
31
- search: () => search
32
- });
33
- module.exports = __toCommonJS(config_exports);
34
- var import_react = __toESM(require("react"));
35
- var import_Base = __toESM(require("@digigov/react-icons/Base"));
36
- function search() {
37
- return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement(import_Base.default, { as: "path", d: "M22,19.9l-5.4-5.4c0.9-1.3,1.4-2.8,1.4-4.5c0-4.4-3.6-8-8-8s-8,3.6-8,8s3.6,8,8,8c1.7,0,3.2-0.5,4.5-1.4l5.4,5.4L22,19.9z M10,15c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S12.8,15,10,15z" }));
38
- }
39
- search.props = [];
40
- var config_default = search;
41
- // Annotate the CommonJS export names for ESM import in node:
42
- 0 && (module.exports = {
43
- search
44
- });
45
- //# sourceMappingURL=config.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/SearchIcon/config.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport Base from '@digigov/react-icons/Base';\n\nexport interface SearchType { }\n\nexport function search(): React.ReactElement {\n return (\n <>\n <Base as=\"path\" d=\"M22,19.9l-5.4-5.4c0.9-1.3,1.4-2.8,1.4-4.5c0-4.4-3.6-8-8-8s-8,3.6-8,8s3.6,8,8,8c1.7,0,3.2-0.5,4.5-1.4l5.4,5.4L22,19.9z M10,15c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S12.8,15,10,15z\" />\n </>\n );\n}\n\nsearch.props = [];\n\nexport default search;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAiB;AAIV,SAAS,SAA6B;AAC3C,SACE,6BAAAA,QAAA,2BAAAA,QAAA,gBACE,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAK,IAAG,QAAO,GAAE,oLAAmL,CACvM;AAEJ;AAEA,OAAO,QAAQ,CAAC;AAEhB,IAAO,iBAAQ;",
6
- "names": ["React", "Base"]
7
- }