@digigov/react-icons 2.0.0-7d9a8d86 → 2.0.0-834daea4

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 (416) hide show
  1. package/AccessibilityIcon/config/index.js +8 -7
  2. package/AccessibilityIcon/config.js.map +2 -2
  3. package/AccessibilityIcon/index.js +1 -4
  4. package/AccessibilityIcon/index.js.map +1 -1
  5. package/ArrowIcon/config/index.js +3 -10
  6. package/ArrowIcon/config.js.map +2 -2
  7. package/ArrowIcon/index.js +1 -4
  8. package/ArrowIcon/index.js.map +1 -1
  9. package/Base/index.d.ts +95 -0
  10. package/Base/index.js +102 -0
  11. package/Base/index.js.map +7 -0
  12. package/{Icon/index.test → Base}/package.json +1 -1
  13. package/BurgerIcon/config/index.js +14 -18
  14. package/BurgerIcon/config.js.map +2 -2
  15. package/BurgerIcon/index.js +1 -4
  16. package/BurgerIcon/index.js.map +1 -1
  17. package/CancelIcon/config/index.js +2 -3
  18. package/CancelIcon/config.js.map +2 -2
  19. package/CancelIcon/index.js +1 -4
  20. package/CancelIcon/index.js.map +1 -1
  21. package/CaretIcon/config/index.js +3 -10
  22. package/CaretIcon/config.js.map +2 -2
  23. package/CaretIcon/index.js +1 -4
  24. package/CaretIcon/index.js.map +1 -1
  25. package/ChatIcon/config/index.js +3 -6
  26. package/ChatIcon/config.js.map +2 -2
  27. package/ChatIcon/index.js +1 -4
  28. package/ChatIcon/index.js.map +1 -1
  29. package/CheckIcon/config/index.js +2 -3
  30. package/CheckIcon/config.js.map +2 -2
  31. package/CheckIcon/index.js +1 -4
  32. package/CheckIcon/index.js.map +1 -1
  33. package/ChevronIcon/config/index.js +3 -10
  34. package/ChevronIcon/config.js.map +2 -2
  35. package/ChevronIcon/index.js +1 -4
  36. package/ChevronIcon/index.js.map +1 -1
  37. package/CloseIcon/config/index.js +2 -3
  38. package/CloseIcon/config.js.map +2 -2
  39. package/CloseIcon/index.js +1 -4
  40. package/CloseIcon/index.js.map +1 -1
  41. package/DownloadIcon/config/index.js +2 -8
  42. package/DownloadIcon/config.js.map +2 -2
  43. package/DownloadIcon/index.js +1 -4
  44. package/DownloadIcon/index.js.map +1 -1
  45. package/ExclamationIcon/config/index.js +2 -7
  46. package/ExclamationIcon/config.js.map +2 -2
  47. package/ExclamationIcon/index.js +1 -4
  48. package/ExclamationIcon/index.js.map +1 -1
  49. package/GlobeIcon/config/index.js +2 -3
  50. package/GlobeIcon/config.js.map +2 -2
  51. package/GlobeIcon/index.js +1 -4
  52. package/GlobeIcon/index.js.map +1 -1
  53. package/Icon/index.d.ts +2 -2
  54. package/Icon/index.js +13 -11
  55. package/Icon/index.js.map +3 -3
  56. package/LockIcon/config/index.js +2 -3
  57. package/LockIcon/config.js.map +2 -2
  58. package/LockIcon/index.js +1 -4
  59. package/LockIcon/index.js.map +1 -1
  60. package/LoginIcon/config/index.js +2 -5
  61. package/LoginIcon/config.js.map +2 -2
  62. package/LoginIcon/index.js +1 -4
  63. package/LoginIcon/index.js.map +1 -1
  64. package/MinusIcon/config/index.js +2 -6
  65. package/MinusIcon/config.js.map +2 -2
  66. package/MinusIcon/index.js +1 -4
  67. package/MinusIcon/index.js.map +1 -1
  68. package/MoreVertIcon/config/index.js +2 -13
  69. package/MoreVertIcon/config.js.map +2 -2
  70. package/MoreVertIcon/index.js +1 -4
  71. package/MoreVertIcon/index.js.map +1 -1
  72. package/PdfFileIcon/config/index.js +2 -9
  73. package/PdfFileIcon/config.js.map +2 -2
  74. package/PdfFileIcon/index.js +1 -4
  75. package/PdfFileIcon/index.js.map +1 -1
  76. package/PlusIcon/config/index.js +2 -3
  77. package/PlusIcon/config.js.map +2 -2
  78. package/PlusIcon/index.js +1 -4
  79. package/PlusIcon/index.js.map +1 -1
  80. package/PrintIcon/config/index.js +2 -8
  81. package/PrintIcon/config.js.map +2 -2
  82. package/PrintIcon/index.js +1 -4
  83. package/PrintIcon/index.js.map +1 -1
  84. package/ReplyIcon/config/index.js +2 -3
  85. package/ReplyIcon/config.js.map +2 -2
  86. package/ReplyIcon/index.js +1 -4
  87. package/ReplyIcon/index.js.map +1 -1
  88. package/RestoreIcon/config/index.js +2 -9
  89. package/RestoreIcon/config.js.map +2 -2
  90. package/RestoreIcon/index.js +1 -4
  91. package/RestoreIcon/index.js.map +1 -1
  92. package/SearchIcon/config/index.js +2 -3
  93. package/SearchIcon/config.js.map +2 -2
  94. package/SearchIcon/index.js +1 -4
  95. package/SearchIcon/index.js.map +1 -1
  96. package/SvgIcon/index.d.ts +37 -0
  97. package/SvgIcon/index.js +30 -0
  98. package/SvgIcon/index.js.map +7 -0
  99. package/SvgIcon/index.test.d.ts +1 -0
  100. package/{ChatIcon/index.test → SvgIcon}/package.json +1 -1
  101. package/UncheckIcon/config/index.js +2 -3
  102. package/UncheckIcon/config.js.map +2 -2
  103. package/UncheckIcon/index.js +1 -4
  104. package/UncheckIcon/index.js.map +1 -1
  105. package/cjs/AccessibilityIcon/config/index.js +30 -23
  106. package/cjs/AccessibilityIcon/config.js.map +3 -3
  107. package/cjs/AccessibilityIcon/index.js +24 -21
  108. package/cjs/AccessibilityIcon/index.js.map +2 -2
  109. package/cjs/ArrowIcon/config/index.js +25 -26
  110. package/cjs/ArrowIcon/config.js.map +3 -3
  111. package/cjs/ArrowIcon/index.js +24 -21
  112. package/cjs/ArrowIcon/index.js.map +2 -2
  113. package/cjs/Base/index.js +135 -0
  114. package/cjs/Base/index.js.map +7 -0
  115. package/cjs/BurgerIcon/config/index.js +37 -35
  116. package/cjs/BurgerIcon/config.js.map +3 -3
  117. package/cjs/BurgerIcon/index.js +24 -21
  118. package/cjs/BurgerIcon/index.js.map +2 -2
  119. package/cjs/CancelIcon/config/index.js +24 -19
  120. package/cjs/CancelIcon/config.js.map +3 -3
  121. package/cjs/CancelIcon/index.js +24 -21
  122. package/cjs/CancelIcon/index.js.map +2 -2
  123. package/cjs/CaretIcon/config/index.js +25 -26
  124. package/cjs/CaretIcon/config.js.map +3 -3
  125. package/cjs/CaretIcon/index.js +24 -21
  126. package/cjs/CaretIcon/index.js.map +2 -2
  127. package/cjs/ChatIcon/config/index.js +25 -22
  128. package/cjs/ChatIcon/config.js.map +3 -3
  129. package/cjs/ChatIcon/index.js +24 -21
  130. package/cjs/ChatIcon/index.js.map +2 -2
  131. package/cjs/CheckIcon/config/index.js +24 -19
  132. package/cjs/CheckIcon/config.js.map +3 -3
  133. package/cjs/CheckIcon/index.js +24 -21
  134. package/cjs/CheckIcon/index.js.map +2 -2
  135. package/cjs/ChevronIcon/config/index.js +25 -26
  136. package/cjs/ChevronIcon/config.js.map +3 -3
  137. package/cjs/ChevronIcon/index.js +24 -21
  138. package/cjs/ChevronIcon/index.js.map +2 -2
  139. package/cjs/CloseIcon/config/index.js +24 -19
  140. package/cjs/CloseIcon/config.js.map +3 -3
  141. package/cjs/CloseIcon/index.js +24 -21
  142. package/cjs/CloseIcon/index.js.map +2 -2
  143. package/cjs/DownloadIcon/config/index.js +24 -24
  144. package/cjs/DownloadIcon/config.js.map +3 -3
  145. package/cjs/DownloadIcon/index.js +24 -21
  146. package/cjs/DownloadIcon/index.js.map +2 -2
  147. package/cjs/ExclamationIcon/config/index.js +24 -23
  148. package/cjs/ExclamationIcon/config.js.map +3 -3
  149. package/cjs/ExclamationIcon/index.js +24 -21
  150. package/cjs/ExclamationIcon/index.js.map +2 -2
  151. package/cjs/GlobeIcon/config/index.js +24 -19
  152. package/cjs/GlobeIcon/config.js.map +3 -3
  153. package/cjs/GlobeIcon/index.js +24 -21
  154. package/cjs/GlobeIcon/index.js.map +2 -2
  155. package/cjs/Icon/index.js +37 -29
  156. package/cjs/Icon/index.js.map +3 -3
  157. package/cjs/LockIcon/config/index.js +24 -19
  158. package/cjs/LockIcon/config.js.map +3 -3
  159. package/cjs/LockIcon/index.js +24 -21
  160. package/cjs/LockIcon/index.js.map +2 -2
  161. package/cjs/LoginIcon/config/index.js +24 -21
  162. package/cjs/LoginIcon/config.js.map +3 -3
  163. package/cjs/LoginIcon/index.js +24 -21
  164. package/cjs/LoginIcon/index.js.map +2 -2
  165. package/cjs/MinusIcon/config/index.js +24 -22
  166. package/cjs/MinusIcon/config.js.map +3 -3
  167. package/cjs/MinusIcon/index.js +24 -21
  168. package/cjs/MinusIcon/index.js.map +2 -2
  169. package/cjs/MoreVertIcon/config/index.js +24 -29
  170. package/cjs/MoreVertIcon/config.js.map +3 -3
  171. package/cjs/MoreVertIcon/index.js +24 -21
  172. package/cjs/MoreVertIcon/index.js.map +2 -2
  173. package/cjs/PdfFileIcon/config/index.js +24 -25
  174. package/cjs/PdfFileIcon/config.js.map +3 -3
  175. package/cjs/PdfFileIcon/index.js +24 -21
  176. package/cjs/PdfFileIcon/index.js.map +2 -2
  177. package/cjs/PlusIcon/config/index.js +24 -19
  178. package/cjs/PlusIcon/config.js.map +3 -3
  179. package/cjs/PlusIcon/index.js +24 -21
  180. package/cjs/PlusIcon/index.js.map +2 -2
  181. package/cjs/PrintIcon/config/index.js +24 -24
  182. package/cjs/PrintIcon/config.js.map +3 -3
  183. package/cjs/PrintIcon/index.js +24 -21
  184. package/cjs/PrintIcon/index.js.map +2 -2
  185. package/cjs/ReplyIcon/config/index.js +24 -19
  186. package/cjs/ReplyIcon/config.js.map +3 -3
  187. package/cjs/ReplyIcon/index.js +24 -21
  188. package/cjs/ReplyIcon/index.js.map +2 -2
  189. package/cjs/RestoreIcon/config/index.js +24 -25
  190. package/cjs/RestoreIcon/config.js.map +3 -3
  191. package/cjs/RestoreIcon/index.js +24 -21
  192. package/cjs/RestoreIcon/index.js.map +2 -2
  193. package/cjs/SearchIcon/config/index.js +24 -19
  194. package/cjs/SearchIcon/config.js.map +3 -3
  195. package/cjs/SearchIcon/index.js +24 -21
  196. package/cjs/SearchIcon/index.js.map +2 -2
  197. package/cjs/SvgIcon/index.js +63 -0
  198. package/cjs/SvgIcon/index.js.map +7 -0
  199. package/cjs/UncheckIcon/config/index.js +24 -19
  200. package/cjs/UncheckIcon/config.js.map +3 -3
  201. package/cjs/UncheckIcon/index.js +24 -21
  202. package/cjs/UncheckIcon/index.js.map +2 -2
  203. package/cjs/icons/index.js +61 -38
  204. package/cjs/icons.js.map +1 -1
  205. package/cjs/index.js +61 -38
  206. package/cjs/index.js.map +1 -1
  207. package/cjs/lazy/index.js +48 -42
  208. package/cjs/lazy.js.map +3 -3
  209. package/cjs/registry/index.js +63 -52
  210. package/cjs/registry.js.map +2 -2
  211. package/icons.js.map +1 -1
  212. package/index.js +1 -1
  213. package/index.js.map +1 -1
  214. package/lazy/index.js +27 -25
  215. package/lazy.d.ts +3 -1
  216. package/lazy.js.map +2 -2
  217. package/package.json +4 -5
  218. package/registry/index.js +16 -9
  219. package/registry.d.ts +2 -0
  220. package/registry.js.map +2 -2
  221. package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +280 -363
  222. package/src/AccessibilityIcon/config.tsx +5 -4
  223. package/src/AccessibilityIcon/index.test.tsx +10 -10
  224. package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +65 -132
  225. package/src/ArrowIcon/config.tsx +5 -4
  226. package/src/ArrowIcon/index.test.tsx +5 -5
  227. package/src/Base/index.tsx +258 -0
  228. package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +217 -290
  229. package/src/BurgerIcon/config.tsx +6 -5
  230. package/src/BurgerIcon/index.test.tsx +7 -7
  231. package/src/CancelIcon/__snapshots__/index.test.tsx.snap +113 -234
  232. package/src/CancelIcon/config.tsx +3 -2
  233. package/src/CancelIcon/index.test.tsx +8 -8
  234. package/src/CaretIcon/__snapshots__/index.test.tsx.snap +65 -132
  235. package/src/CaretIcon/config.tsx +5 -4
  236. package/src/CaretIcon/index.test.tsx +5 -5
  237. package/src/ChatIcon/__snapshots__/index.test.tsx.snap +129 -268
  238. package/src/ChatIcon/config.tsx +3 -2
  239. package/src/ChatIcon/index.test.tsx +9 -9
  240. package/src/CheckIcon/__snapshots__/index.test.tsx.snap +129 -267
  241. package/src/CheckIcon/config.tsx +3 -2
  242. package/src/CheckIcon/index.test.tsx +9 -9
  243. package/src/ChevronIcon/__snapshots__/index.test.tsx.snap +65 -132
  244. package/src/ChevronIcon/config.tsx +5 -4
  245. package/src/ChevronIcon/index.test.tsx +5 -5
  246. package/src/CloseIcon/__snapshots__/index.test.tsx.snap +17 -30
  247. package/src/CloseIcon/config.tsx +3 -2
  248. package/src/CloseIcon/index.test.tsx +2 -2
  249. package/src/DownloadIcon/__snapshots__/index.test.tsx.snap +197 -283
  250. package/src/DownloadIcon/config.tsx +6 -5
  251. package/src/DownloadIcon/index.test.tsx +8 -8
  252. package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +162 -269
  253. package/src/ExclamationIcon/config.tsx +4 -3
  254. package/src/ExclamationIcon/index.test.tsx +8 -8
  255. package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +65 -129
  256. package/src/GlobeIcon/config.tsx +3 -2
  257. package/src/GlobeIcon/index.test.tsx +5 -5
  258. package/src/Icon/__snapshots__/index.test.tsx.snap +157 -261
  259. package/src/Icon/index.test.tsx +11 -11
  260. package/src/Icon/index.tsx +2 -2
  261. package/src/LockIcon/__snapshots__/index.test.tsx.snap +113 -234
  262. package/src/LockIcon/config.tsx +3 -2
  263. package/src/LockIcon/index.test.tsx +8 -8
  264. package/src/LoginIcon/__snapshots__/index.test.tsx.snap +148 -255
  265. package/src/LoginIcon/config.tsx +4 -3
  266. package/src/LoginIcon/index.test.tsx +8 -8
  267. package/src/MinusIcon/__snapshots__/index.test.tsx.snap +134 -255
  268. package/src/MinusIcon/config.tsx +4 -3
  269. package/src/MinusIcon/index.test.tsx +8 -8
  270. package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +289 -408
  271. package/src/MoreVertIcon/config.tsx +5 -4
  272. package/src/MoreVertIcon/index.test.tsx +10 -10
  273. package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +274 -311
  274. package/src/PdfFileIcon/config.tsx +10 -9
  275. package/src/PdfFileIcon/index.test.tsx +8 -8
  276. package/src/PlusIcon/__snapshots__/index.test.tsx.snap +113 -234
  277. package/src/PlusIcon/config.tsx +3 -2
  278. package/src/PlusIcon/index.test.tsx +8 -8
  279. package/src/PrintIcon/__snapshots__/index.test.tsx.snap +169 -276
  280. package/src/PrintIcon/config.tsx +4 -3
  281. package/src/PrintIcon/index.test.tsx +8 -8
  282. package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +113 -234
  283. package/src/ReplyIcon/config.tsx +3 -2
  284. package/src/ReplyIcon/index.test.tsx +8 -8
  285. package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +197 -290
  286. package/src/RestoreIcon/config.tsx +5 -4
  287. package/src/RestoreIcon/index.test.tsx +8 -8
  288. package/src/SearchIcon/__snapshots__/index.test.tsx.snap +17 -30
  289. package/src/SearchIcon/config.tsx +3 -2
  290. package/src/SearchIcon/index.test.tsx +2 -2
  291. package/src/SvgIcon/__snapshots__/index.test.tsx.snap +271 -0
  292. package/src/SvgIcon/index.test.tsx +96 -0
  293. package/src/SvgIcon/index.tsx +72 -0
  294. package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +145 -300
  295. package/src/UncheckIcon/config.tsx +3 -2
  296. package/src/UncheckIcon/index.test.tsx +10 -10
  297. package/src/lazy.js +2 -0
  298. package/src/registry.js +4 -0
  299. package/AccessibilityIcon/index.test/index.js +0 -49
  300. package/AccessibilityIcon/index.test/package.json +0 -6
  301. package/AccessibilityIcon/index.test.js.map +0 -7
  302. package/ArrowIcon/index.test/index.js +0 -22
  303. package/ArrowIcon/index.test/package.json +0 -6
  304. package/ArrowIcon/index.test.js.map +0 -7
  305. package/BurgerIcon/index.test/index.js +0 -33
  306. package/BurgerIcon/index.test/package.json +0 -6
  307. package/BurgerIcon/index.test.js.map +0 -7
  308. package/CancelIcon/index.test/index.js +0 -39
  309. package/CancelIcon/index.test/package.json +0 -6
  310. package/CancelIcon/index.test.js.map +0 -7
  311. package/CaretIcon/index.test/index.js +0 -22
  312. package/CaretIcon/index.test/package.json +0 -6
  313. package/CaretIcon/index.test.js.map +0 -7
  314. package/ChatIcon/index.test/index.js +0 -44
  315. package/ChatIcon/index.test.js.map +0 -7
  316. package/CheckIcon/index.test/index.js +0 -44
  317. package/CheckIcon/index.test/package.json +0 -6
  318. package/CheckIcon/index.test.js.map +0 -7
  319. package/ChevronIcon/index.test/index.js +0 -22
  320. package/ChevronIcon/index.test/package.json +0 -6
  321. package/ChevronIcon/index.test.js.map +0 -7
  322. package/CloseIcon/index.test/index.js +0 -7
  323. package/CloseIcon/index.test/package.json +0 -6
  324. package/CloseIcon/index.test.js.map +0 -7
  325. package/DownloadIcon/index.test/index.js +0 -39
  326. package/DownloadIcon/index.test/package.json +0 -6
  327. package/DownloadIcon/index.test.js.map +0 -7
  328. package/ExclamationIcon/index.test/index.js +0 -39
  329. package/ExclamationIcon/index.test/package.json +0 -6
  330. package/ExclamationIcon/index.test.js.map +0 -7
  331. package/GlobeIcon/index.test/index.js +0 -22
  332. package/GlobeIcon/index.test/package.json +0 -6
  333. package/GlobeIcon/index.test.js.map +0 -7
  334. package/Icon/index.test/index.js +0 -53
  335. package/Icon/index.test.js.map +0 -7
  336. package/LockIcon/index.test/index.js +0 -39
  337. package/LockIcon/index.test/package.json +0 -6
  338. package/LockIcon/index.test.js.map +0 -7
  339. package/LoginIcon/index.test/index.js +0 -39
  340. package/LoginIcon/index.test/package.json +0 -6
  341. package/LoginIcon/index.test.js.map +0 -7
  342. package/MinusIcon/index.test/index.js +0 -39
  343. package/MinusIcon/index.test/package.json +0 -6
  344. package/MinusIcon/index.test.js.map +0 -7
  345. package/MoreVertIcon/index.test/index.js +0 -49
  346. package/MoreVertIcon/index.test/package.json +0 -6
  347. package/MoreVertIcon/index.test.js.map +0 -7
  348. package/PdfFileIcon/index.test/index.js +0 -39
  349. package/PdfFileIcon/index.test/package.json +0 -6
  350. package/PdfFileIcon/index.test.js.map +0 -7
  351. package/PlusIcon/index.test/index.js +0 -39
  352. package/PlusIcon/index.test/package.json +0 -6
  353. package/PlusIcon/index.test.js.map +0 -7
  354. package/PrintIcon/index.test/index.js +0 -39
  355. package/PrintIcon/index.test/package.json +0 -6
  356. package/PrintIcon/index.test.js.map +0 -7
  357. package/ReplyIcon/index.test/index.js +0 -39
  358. package/ReplyIcon/index.test/package.json +0 -6
  359. package/ReplyIcon/index.test.js.map +0 -7
  360. package/RestoreIcon/index.test/index.js +0 -39
  361. package/RestoreIcon/index.test/package.json +0 -6
  362. package/RestoreIcon/index.test.js.map +0 -7
  363. package/SearchIcon/index.test/index.js +0 -7
  364. package/SearchIcon/index.test/package.json +0 -6
  365. package/SearchIcon/index.test.js.map +0 -7
  366. package/UncheckIcon/index.test/index.js +0 -49
  367. package/UncheckIcon/index.test/package.json +0 -6
  368. package/UncheckIcon/index.test.js.map +0 -7
  369. package/cjs/AccessibilityIcon/index.test/index.js +0 -67
  370. package/cjs/AccessibilityIcon/index.test.js.map +0 -7
  371. package/cjs/ArrowIcon/index.test/index.js +0 -40
  372. package/cjs/ArrowIcon/index.test.js.map +0 -7
  373. package/cjs/BurgerIcon/index.test/index.js +0 -51
  374. package/cjs/BurgerIcon/index.test.js.map +0 -7
  375. package/cjs/CancelIcon/index.test/index.js +0 -57
  376. package/cjs/CancelIcon/index.test.js.map +0 -7
  377. package/cjs/CaretIcon/index.test/index.js +0 -40
  378. package/cjs/CaretIcon/index.test.js.map +0 -7
  379. package/cjs/ChatIcon/index.test/index.js +0 -62
  380. package/cjs/ChatIcon/index.test.js.map +0 -7
  381. package/cjs/CheckIcon/index.test/index.js +0 -62
  382. package/cjs/CheckIcon/index.test.js.map +0 -7
  383. package/cjs/ChevronIcon/index.test/index.js +0 -40
  384. package/cjs/ChevronIcon/index.test.js.map +0 -7
  385. package/cjs/CloseIcon/index.test/index.js +0 -25
  386. package/cjs/CloseIcon/index.test.js.map +0 -7
  387. package/cjs/DownloadIcon/index.test/index.js +0 -57
  388. package/cjs/DownloadIcon/index.test.js.map +0 -7
  389. package/cjs/ExclamationIcon/index.test/index.js +0 -57
  390. package/cjs/ExclamationIcon/index.test.js.map +0 -7
  391. package/cjs/GlobeIcon/index.test/index.js +0 -40
  392. package/cjs/GlobeIcon/index.test.js.map +0 -7
  393. package/cjs/Icon/index.test/index.js +0 -71
  394. package/cjs/Icon/index.test.js.map +0 -7
  395. package/cjs/LockIcon/index.test/index.js +0 -57
  396. package/cjs/LockIcon/index.test.js.map +0 -7
  397. package/cjs/LoginIcon/index.test/index.js +0 -57
  398. package/cjs/LoginIcon/index.test.js.map +0 -7
  399. package/cjs/MinusIcon/index.test/index.js +0 -57
  400. package/cjs/MinusIcon/index.test.js.map +0 -7
  401. package/cjs/MoreVertIcon/index.test/index.js +0 -67
  402. package/cjs/MoreVertIcon/index.test.js.map +0 -7
  403. package/cjs/PdfFileIcon/index.test/index.js +0 -57
  404. package/cjs/PdfFileIcon/index.test.js.map +0 -7
  405. package/cjs/PlusIcon/index.test/index.js +0 -57
  406. package/cjs/PlusIcon/index.test.js.map +0 -7
  407. package/cjs/PrintIcon/index.test/index.js +0 -57
  408. package/cjs/PrintIcon/index.test.js.map +0 -7
  409. package/cjs/ReplyIcon/index.test/index.js +0 -57
  410. package/cjs/ReplyIcon/index.test.js.map +0 -7
  411. package/cjs/RestoreIcon/index.test/index.js +0 -57
  412. package/cjs/RestoreIcon/index.test.js.map +0 -7
  413. package/cjs/SearchIcon/index.test/index.js +0 -25
  414. package/cjs/SearchIcon/index.test.js.map +0 -7
  415. package/cjs/UncheckIcon/index.test/index.js +0 -67
  416. package/cjs/UncheckIcon/index.test.js.map +0 -7
@@ -1,39 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import LockIcon from "@digigov/react-icons/LockIcon";
4
- it("renders the LockIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(LockIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the LockIcon with prop size=md", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(LockIcon, {
9
- size: "md"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the LockIcon with prop size=xl", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(LockIcon, {
14
- size: "xl"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the LockIcon with prop color=white", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(LockIcon, {
19
- color: "white"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the LockIcon with prop color=warning", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(LockIcon, {
24
- color: "warning"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the LockIcon with prop color=warning and size=sm", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(LockIcon, {
29
- color: "warning",
30
- size: "sm"
31
- }))).toMatchSnapshot();
32
- });
33
- it("renders the LockIcon with prop color=error and size= xl", () => {
34
- expect(mount(/* @__PURE__ */ React.createElement(LockIcon, {
35
- color: "warning",
36
- size: "xl"
37
- }))).toMatchSnapshot();
38
- });
39
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/LockIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/LockIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport LockIcon from '@digigov/react-icons/LockIcon';\n\nit('renders the LockIcon with no props', () => {\n expect(mount(<LockIcon />)).toMatchSnapshot();\n});\nit('renders the LockIcon with prop size=md', () => {\n expect(mount(<LockIcon size=\"md\" />)).toMatchSnapshot();\n});\nit('renders the LockIcon with prop size=xl', () => {\n expect(mount(<LockIcon size=\"xl\" />)).toMatchSnapshot();\n});\nit('renders the LockIcon with prop color=white', () => {\n expect(mount(<LockIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the LockIcon with prop color=warning', () => {\n expect(mount(<LockIcon color=\"warning\" />)).toMatchSnapshot();\n});\nit('renders the LockIcon with prop color=warning and size=sm', () => {\n expect(mount(<LockIcon color=\"warning\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the LockIcon with prop color=error and size= xl', () => {\n expect(mount(<LockIcon color=\"warning\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,sCAAsC,MAAM;AAC7C,SAAO,MAAM,oCAAC,UAAD,QAAe;AAAA;AAE9B,GAAG,0CAA0C,MAAM;AACjD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAExC,GAAG,0CAA0C,MAAM;AACjD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAExC,GAAG,8CAA8C,MAAM;AACrD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,OAAa;AAAA;AAE5C,GAAG,gDAAgD,MAAM;AACvD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,OAAe;AAAA;AAE9C,GAAG,4DAA4D,MAAM;AACnE,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAExD,GAAG,2DAA2D,MAAM;AAClE,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }
@@ -1,39 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import LoginIcon from "@digigov/react-icons/LoginIcon";
4
- it("renders the LoginIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(LoginIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the LoginIcon with prop size=md", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(LoginIcon, {
9
- size: "md"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the LoginIcon with prop size=xl", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(LoginIcon, {
14
- size: "xl"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the LoginIcon with prop color=white", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(LoginIcon, {
19
- color: "white"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the LoginIcon with prop color=warning", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(LoginIcon, {
24
- color: "warning"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the LoginIcon with prop color=warning and size=s", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(LoginIcon, {
29
- color: "warning",
30
- size: "sm"
31
- }))).toMatchSnapshot();
32
- });
33
- it("renders the LoginIcon with prop color=error and size= xl", () => {
34
- expect(mount(/* @__PURE__ */ React.createElement(LoginIcon, {
35
- color: "warning",
36
- size: "xl"
37
- }))).toMatchSnapshot();
38
- });
39
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/LoginIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/LoginIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport LoginIcon from '@digigov/react-icons/LoginIcon';\n\nit('renders the LoginIcon with no props', () => {\n expect(mount(<LoginIcon />)).toMatchSnapshot();\n});\nit('renders the LoginIcon with prop size=md', () => {\n expect(mount(<LoginIcon size=\"md\" />)).toMatchSnapshot();\n});\nit('renders the LoginIcon with prop size=xl', () => {\n expect(mount(<LoginIcon size=\"xl\" />)).toMatchSnapshot();\n});\nit('renders the LoginIcon with prop color=white', () => {\n expect(mount(<LoginIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the LoginIcon with prop color=warning', () => {\n expect(mount(<LoginIcon color=\"warning\" />)).toMatchSnapshot();\n});\nit('renders the LoginIcon with prop color=warning and size=s', () => {\n expect(mount(<LoginIcon color=\"warning\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the LoginIcon with prop color=error and size= xl', () => {\n expect(mount(<LoginIcon color=\"warning\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,uCAAuC,MAAM;AAC9C,SAAO,MAAM,oCAAC,WAAD,QAAgB;AAAA;AAE/B,GAAG,2CAA2C,MAAM;AAClD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,MAAK;AAAA,OAAU;AAAA;AAEzC,GAAG,2CAA2C,MAAM;AAClD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,MAAK;AAAA,OAAU;AAAA;AAEzC,GAAG,+CAA+C,MAAM;AACtD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,OAAa;AAAA;AAE7C,GAAG,iDAAiD,MAAM;AACxD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,OAAe;AAAA;AAE/C,GAAG,4DAA4D,MAAM;AACnE,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAEzD,GAAG,4DAA4D,MAAM;AACnE,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }
@@ -1,39 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import MinusIcon from "@digigov/react-icons/MinusIcon";
4
- it("renders the MinusIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(MinusIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the MinusIcon with prop size=m", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(MinusIcon, {
9
- size: "md"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the MinusIcon with prop size=xl", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(MinusIcon, {
14
- size: "xl"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the MinusIcon with prop color=white", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(MinusIcon, {
19
- color: "white"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the MinusIcon with prop color=warning", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(MinusIcon, {
24
- color: "warning"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the MinusIcon with prop color=warning and size=s", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(MinusIcon, {
29
- color: "warning",
30
- size: "sm"
31
- }))).toMatchSnapshot();
32
- });
33
- it("renders the MinusIcon with prop color=error and size= xl", () => {
34
- expect(mount(/* @__PURE__ */ React.createElement(MinusIcon, {
35
- color: "warning",
36
- size: "xl"
37
- }))).toMatchSnapshot();
38
- });
39
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/MinusIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/MinusIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport MinusIcon from '@digigov/react-icons/MinusIcon';\n\nit('renders the MinusIcon with no props', () => {\n expect(mount(<MinusIcon />)).toMatchSnapshot();\n});\nit('renders the MinusIcon with prop size=m', () => {\n expect(mount(<MinusIcon size=\"md\" />)).toMatchSnapshot();\n});\nit('renders the MinusIcon with prop size=xl', () => {\n expect(mount(<MinusIcon size=\"xl\" />)).toMatchSnapshot();\n});\nit('renders the MinusIcon with prop color=white', () => {\n expect(mount(<MinusIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the MinusIcon with prop color=warning', () => {\n expect(mount(<MinusIcon color=\"warning\" />)).toMatchSnapshot();\n});\nit('renders the MinusIcon with prop color=warning and size=s', () => {\n expect(mount(<MinusIcon color=\"warning\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the MinusIcon with prop color=error and size= xl', () => {\n expect(mount(<MinusIcon color=\"warning\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,uCAAuC,MAAM;AAC9C,SAAO,MAAM,oCAAC,WAAD,QAAgB;AAAA;AAE/B,GAAG,0CAA0C,MAAM;AACjD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,MAAK;AAAA,OAAU;AAAA;AAEzC,GAAG,2CAA2C,MAAM;AAClD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,MAAK;AAAA,OAAU;AAAA;AAEzC,GAAG,+CAA+C,MAAM;AACtD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,OAAa;AAAA;AAE7C,GAAG,iDAAiD,MAAM;AACxD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,OAAe;AAAA;AAE/C,GAAG,4DAA4D,MAAM;AACnE,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAEzD,GAAG,4DAA4D,MAAM;AACnE,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }
@@ -1,49 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import MoreVertIcon from "@digigov/react-icons/MoreVertIcon";
4
- it("renders the MoreVertIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(MoreVertIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the MoreVertIcon with prop size=s", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(MoreVertIcon, {
9
- size: "sm"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the MoreVertIcon with prop size=l", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(MoreVertIcon, {
14
- size: "lg"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the MoreVertIcon with prop color=dark", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(MoreVertIcon, {
19
- color: "dark"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the MoreVertIcon with prop color=primary", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(MoreVertIcon, {
24
- color: "primary"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the MoreVertIcon with prop color=success", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(MoreVertIcon, {
29
- color: "success"
30
- }))).toMatchSnapshot();
31
- });
32
- it("renders the MoreVertIcon with prop color=focus", () => {
33
- expect(mount(/* @__PURE__ */ React.createElement(MoreVertIcon, {
34
- color: "focus"
35
- }))).toMatchSnapshot();
36
- });
37
- it("renders the MoreVertIcon with prop color=warning and size=s", () => {
38
- expect(mount(/* @__PURE__ */ React.createElement(MoreVertIcon, {
39
- color: "warning",
40
- size: "sm"
41
- }))).toMatchSnapshot();
42
- });
43
- it("renders the MoreVertIcon with prop color=error and size= xl", () => {
44
- expect(mount(/* @__PURE__ */ React.createElement(MoreVertIcon, {
45
- color: "warning",
46
- size: "xl"
47
- }))).toMatchSnapshot();
48
- });
49
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/MoreVertIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/MoreVertIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport MoreVertIcon from '@digigov/react-icons/MoreVertIcon';\n\nit('renders the MoreVertIcon with no props', () => {\n expect(mount(<MoreVertIcon />)).toMatchSnapshot();\n});\nit('renders the MoreVertIcon with prop size=s', () => {\n expect(mount(<MoreVertIcon size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the MoreVertIcon with prop size=l', () => {\n expect(mount(<MoreVertIcon size=\"lg\" />)).toMatchSnapshot();\n});\nit('renders the MoreVertIcon with prop color=dark', () => {\n expect(mount(<MoreVertIcon color=\"dark\" />)).toMatchSnapshot();\n});\nit('renders the MoreVertIcon with prop color=primary', () => {\n expect(mount(<MoreVertIcon color=\"primary\" />)).toMatchSnapshot();\n});\nit('renders the MoreVertIcon with prop color=success', () => {\n expect(mount(<MoreVertIcon color=\"success\" />)).toMatchSnapshot();\n});\nit('renders the MoreVertIcon with prop color=focus', () => {\n expect(mount(<MoreVertIcon color=\"focus\" />)).toMatchSnapshot();\n});\nit('renders the MoreVertIcon with prop color=warning and size=s', () => {\n expect(mount(<MoreVertIcon color=\"warning\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the MoreVertIcon with prop color=error and size= xl', () => {\n expect(mount(<MoreVertIcon color=\"warning\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,0CAA0C,MAAM;AACjD,SAAO,MAAM,oCAAC,cAAD,QAAmB;AAAA;AAElC,GAAG,6CAA6C,MAAM;AACpD,SAAO,MAAM,oCAAC,cAAD;AAAA,IAAc,MAAK;AAAA,OAAU;AAAA;AAE5C,GAAG,6CAA6C,MAAM;AACpD,SAAO,MAAM,oCAAC,cAAD;AAAA,IAAc,MAAK;AAAA,OAAU;AAAA;AAE5C,GAAG,iDAAiD,MAAM;AACxD,SAAO,MAAM,oCAAC,cAAD;AAAA,IAAc,OAAM;AAAA,OAAY;AAAA;AAE/C,GAAG,oDAAoD,MAAM;AAC3D,SAAO,MAAM,oCAAC,cAAD;AAAA,IAAc,OAAM;AAAA,OAAe;AAAA;AAElD,GAAG,oDAAoD,MAAM;AAC3D,SAAO,MAAM,oCAAC,cAAD;AAAA,IAAc,OAAM;AAAA,OAAe;AAAA;AAElD,GAAG,kDAAkD,MAAM;AACzD,SAAO,MAAM,oCAAC,cAAD;AAAA,IAAc,OAAM;AAAA,OAAa;AAAA;AAEhD,GAAG,+DAA+D,MAAM;AACtE,SAAO,MAAM,oCAAC,cAAD;AAAA,IAAc,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAE5D,GAAG,+DAA+D,MAAM;AACtE,SAAO,MAAM,oCAAC,cAAD;AAAA,IAAc,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }
@@ -1,39 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import PdfFileIcon from "@digigov/react-icons/PdfFileIcon";
4
- it("renders the PdfFileIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(PdfFileIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the PdfFileIcon with prop size=m", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(PdfFileIcon, {
9
- size: "md"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the PdfFileIcon with prop size=xl", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(PdfFileIcon, {
14
- size: "xl"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the PdfFileIcon with prop color=white", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(PdfFileIcon, {
19
- color: "white"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the PdfFileIcon with prop color=warning", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(PdfFileIcon, {
24
- color: "warning"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the PdfFileIcon with prop color=warning and size=s", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(PdfFileIcon, {
29
- color: "warning",
30
- size: "sm"
31
- }))).toMatchSnapshot();
32
- });
33
- it("renders the PdfFileIcon with prop color=error and size= xl", () => {
34
- expect(mount(/* @__PURE__ */ React.createElement(PdfFileIcon, {
35
- color: "warning",
36
- size: "xl"
37
- }))).toMatchSnapshot();
38
- });
39
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/PdfFileIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/PdfFileIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport PdfFileIcon from '@digigov/react-icons/PdfFileIcon';\n\nit('renders the PdfFileIcon with no props', () => {\n expect(mount(<PdfFileIcon />)).toMatchSnapshot();\n});\nit('renders the PdfFileIcon with prop size=m', () => {\n expect(mount(<PdfFileIcon size=\"md\" />)).toMatchSnapshot();\n});\nit('renders the PdfFileIcon with prop size=xl', () => {\n expect(mount(<PdfFileIcon size=\"xl\" />)).toMatchSnapshot();\n});\nit('renders the PdfFileIcon with prop color=white', () => {\n expect(mount(<PdfFileIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the PdfFileIcon with prop color=warning', () => {\n expect(mount(<PdfFileIcon color=\"warning\" />)).toMatchSnapshot();\n});\nit('renders the PdfFileIcon with prop color=warning and size=s', () => {\n expect(mount(<PdfFileIcon color=\"warning\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the PdfFileIcon with prop color=error and size= xl', () => {\n expect(mount(<PdfFileIcon color=\"warning\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,yCAAyC,MAAM;AAChD,SAAO,MAAM,oCAAC,aAAD,QAAkB;AAAA;AAEjC,GAAG,4CAA4C,MAAM;AACnD,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,MAAK;AAAA,OAAU;AAAA;AAE3C,GAAG,6CAA6C,MAAM;AACpD,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,MAAK;AAAA,OAAU;AAAA;AAE3C,GAAG,iDAAiD,MAAM;AACxD,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,OAAM;AAAA,OAAa;AAAA;AAE/C,GAAG,mDAAmD,MAAM;AAC1D,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,OAAM;AAAA,OAAe;AAAA;AAEjD,GAAG,8DAA8D,MAAM;AACrE,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAE3D,GAAG,8DAA8D,MAAM;AACrE,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }
@@ -1,39 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import PlusIcon from "@digigov/react-icons/PlusIcon";
4
- it("renders the PlusIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(PlusIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the PlusIcon with prop size=m", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(PlusIcon, {
9
- size: "md"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the PlusIcon with prop size=xl", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(PlusIcon, {
14
- size: "xl"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the PlusIcon with prop color=white", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(PlusIcon, {
19
- color: "white"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the PlusIcon with prop color=warning", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(PlusIcon, {
24
- color: "warning"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the PlusIcon with prop color=warning and size=s", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(PlusIcon, {
29
- color: "warning",
30
- size: "sm"
31
- }))).toMatchSnapshot();
32
- });
33
- it("renders the PlusIcon with prop color=error and size= xl", () => {
34
- expect(mount(/* @__PURE__ */ React.createElement(PlusIcon, {
35
- color: "warning",
36
- size: "xl"
37
- }))).toMatchSnapshot();
38
- });
39
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/PlusIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/PlusIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport PlusIcon from '@digigov/react-icons/PlusIcon';\n\nit('renders the PlusIcon with no props', () => {\n expect(mount(<PlusIcon />)).toMatchSnapshot();\n});\nit('renders the PlusIcon with prop size=m', () => {\n expect(mount(<PlusIcon size=\"md\" />)).toMatchSnapshot();\n});\nit('renders the PlusIcon with prop size=xl', () => {\n expect(mount(<PlusIcon size=\"xl\" />)).toMatchSnapshot();\n});\nit('renders the PlusIcon with prop color=white', () => {\n expect(mount(<PlusIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the PlusIcon with prop color=warning', () => {\n expect(mount(<PlusIcon color=\"warning\" />)).toMatchSnapshot();\n});\nit('renders the PlusIcon with prop color=warning and size=s', () => {\n expect(mount(<PlusIcon color=\"warning\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the PlusIcon with prop color=error and size= xl', () => {\n expect(mount(<PlusIcon color=\"warning\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,sCAAsC,MAAM;AAC7C,SAAO,MAAM,oCAAC,UAAD,QAAe;AAAA;AAE9B,GAAG,yCAAyC,MAAM;AAChD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAExC,GAAG,0CAA0C,MAAM;AACjD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAExC,GAAG,8CAA8C,MAAM;AACrD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,OAAa;AAAA;AAE5C,GAAG,gDAAgD,MAAM;AACvD,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,OAAe;AAAA;AAE9C,GAAG,2DAA2D,MAAM;AAClE,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAExD,GAAG,2DAA2D,MAAM;AAClE,SAAO,MAAM,oCAAC,UAAD;AAAA,IAAU,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }
@@ -1,39 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import PrintIcon from "@digigov/react-icons/PrintIcon";
4
- it("renders the PrintIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(PrintIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the PrintIcon with prop size=md", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(PrintIcon, {
9
- size: "md"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the PrintIcon with prop size=xl", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(PrintIcon, {
14
- size: "xl"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the PrintIcon with prop color=white", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(PrintIcon, {
19
- color: "white"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the PrintIcon with prop color=warning", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(PrintIcon, {
24
- color: "warning"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the PrintIcon with prop color=error and size=sm", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(PrintIcon, {
29
- color: "error",
30
- size: "sm"
31
- }))).toMatchSnapshot();
32
- });
33
- it("renders the PrintIcon with prop color=info and size= xl", () => {
34
- expect(mount(/* @__PURE__ */ React.createElement(PrintIcon, {
35
- color: "info",
36
- size: "xl"
37
- }))).toMatchSnapshot();
38
- });
39
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/PrintIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/PrintIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport PrintIcon from '@digigov/react-icons/PrintIcon';\n\nit('renders the PrintIcon with no props', () => {\n expect(mount(<PrintIcon />)).toMatchSnapshot();\n});\nit('renders the PrintIcon with prop size=md', () => {\n expect(mount(<PrintIcon size=\"md\" />)).toMatchSnapshot();\n});\nit('renders the PrintIcon with prop size=xl', () => {\n expect(mount(<PrintIcon size=\"xl\" />)).toMatchSnapshot();\n});\nit('renders the PrintIcon with prop color=white', () => {\n expect(mount(<PrintIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the PrintIcon with prop color=warning', () => {\n expect(mount(<PrintIcon color=\"warning\" />)).toMatchSnapshot();\n});\nit('renders the PrintIcon with prop color=error and size=sm', () => {\n expect(mount(<PrintIcon color=\"error\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the PrintIcon with prop color=info and size= xl', () => {\n expect(mount(<PrintIcon color=\"info\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,uCAAuC,MAAM;AAC9C,SAAO,MAAM,oCAAC,WAAD,QAAgB;AAAA;AAE/B,GAAG,2CAA2C,MAAM;AAClD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,MAAK;AAAA,OAAU;AAAA;AAEzC,GAAG,2CAA2C,MAAM;AAClD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,MAAK;AAAA,OAAU;AAAA;AAEzC,GAAG,+CAA+C,MAAM;AACtD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,OAAa;AAAA;AAE7C,GAAG,iDAAiD,MAAM;AACxD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,OAAe;AAAA;AAE/C,GAAG,2DAA2D,MAAM;AAClE,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,IAAQ,MAAK;AAAA,OAAU;AAAA;AAEvD,GAAG,2DAA2D,MAAM;AAClE,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,IAAO,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }
@@ -1,39 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import ReplyIcon from "@digigov/react-icons/ReplyIcon";
4
- it("renders the ReplyIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(ReplyIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the ReplyIcon with prop size=md", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(ReplyIcon, {
9
- size: "md"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the ReplyIcon with prop size=xl", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(ReplyIcon, {
14
- size: "xl"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the ReplyIcon with prop color=white", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(ReplyIcon, {
19
- color: "white"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the ReplyIcon with prop color=warning", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(ReplyIcon, {
24
- color: "warning"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the ReplyIcon with prop color=warning and size=sm", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(ReplyIcon, {
29
- color: "warning",
30
- size: "sm"
31
- }))).toMatchSnapshot();
32
- });
33
- it("renders the ReplyIcon with prop color=error and size= xl", () => {
34
- expect(mount(/* @__PURE__ */ React.createElement(ReplyIcon, {
35
- color: "warning",
36
- size: "xl"
37
- }))).toMatchSnapshot();
38
- });
39
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/ReplyIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/ReplyIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport ReplyIcon from '@digigov/react-icons/ReplyIcon';\n\nit('renders the ReplyIcon with no props', () => {\n expect(mount(<ReplyIcon />)).toMatchSnapshot();\n});\nit('renders the ReplyIcon with prop size=md', () => {\n expect(mount(<ReplyIcon size=\"md\" />)).toMatchSnapshot();\n});\nit('renders the ReplyIcon with prop size=xl', () => {\n expect(mount(<ReplyIcon size=\"xl\" />)).toMatchSnapshot();\n});\nit('renders the ReplyIcon with prop color=white', () => {\n expect(mount(<ReplyIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the ReplyIcon with prop color=warning', () => {\n expect(mount(<ReplyIcon color=\"warning\" />)).toMatchSnapshot();\n});\nit('renders the ReplyIcon with prop color=warning and size=sm', () => {\n expect(mount(<ReplyIcon color=\"warning\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the ReplyIcon with prop color=error and size= xl', () => {\n expect(mount(<ReplyIcon color=\"warning\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,uCAAuC,MAAM;AAC9C,SAAO,MAAM,oCAAC,WAAD,QAAgB;AAAA;AAE/B,GAAG,2CAA2C,MAAM;AAClD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,MAAK;AAAA,OAAU;AAAA;AAEzC,GAAG,2CAA2C,MAAM;AAClD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,MAAK;AAAA,OAAU;AAAA;AAEzC,GAAG,+CAA+C,MAAM;AACtD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,OAAa;AAAA;AAE7C,GAAG,iDAAiD,MAAM;AACxD,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,OAAe;AAAA;AAE/C,GAAG,6DAA6D,MAAM;AACpE,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAEzD,GAAG,4DAA4D,MAAM;AACnE,SAAO,MAAM,oCAAC,WAAD;AAAA,IAAW,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }
@@ -1,39 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import RestoreIcon from "@digigov/react-icons/RestoreIcon";
4
- it("renders the RestoreIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(RestoreIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the RestoreIcon with prop size=md", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(RestoreIcon, {
9
- size: "md"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the RestoreIcon with prop size=xl", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(RestoreIcon, {
14
- size: "xl"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the RestoreIcon with prop color=white", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(RestoreIcon, {
19
- color: "white"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the RestoreIcon with prop color=warning", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(RestoreIcon, {
24
- color: "warning"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the RestoreIcon with prop color=warning and size=sm", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(RestoreIcon, {
29
- color: "warning",
30
- size: "sm"
31
- }))).toMatchSnapshot();
32
- });
33
- it("renders the RestoreIcon with prop color=error and size= xl", () => {
34
- expect(mount(/* @__PURE__ */ React.createElement(RestoreIcon, {
35
- color: "warning",
36
- size: "xl"
37
- }))).toMatchSnapshot();
38
- });
39
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/RestoreIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/RestoreIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport RestoreIcon from '@digigov/react-icons/RestoreIcon';\n\nit('renders the RestoreIcon with no props', () => {\n expect(mount(<RestoreIcon />)).toMatchSnapshot();\n});\nit('renders the RestoreIcon with prop size=md', () => {\n expect(mount(<RestoreIcon size=\"md\" />)).toMatchSnapshot();\n});\nit('renders the RestoreIcon with prop size=xl', () => {\n expect(mount(<RestoreIcon size=\"xl\" />)).toMatchSnapshot();\n});\nit('renders the RestoreIcon with prop color=white', () => {\n expect(mount(<RestoreIcon color=\"white\" />)).toMatchSnapshot();\n});\nit('renders the RestoreIcon with prop color=warning', () => {\n expect(mount(<RestoreIcon color=\"warning\" />)).toMatchSnapshot();\n});\nit('renders the RestoreIcon with prop color=warning and size=sm', () => {\n expect(mount(<RestoreIcon color=\"warning\" size=\"sm\" />)).toMatchSnapshot();\n});\nit('renders the RestoreIcon with prop color=error and size= xl', () => {\n expect(mount(<RestoreIcon color=\"warning\" size=\"xl\" />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,yCAAyC,MAAM;AAChD,SAAO,MAAM,oCAAC,aAAD,QAAkB;AAAA;AAEjC,GAAG,6CAA6C,MAAM;AACpD,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,MAAK;AAAA,OAAU;AAAA;AAE3C,GAAG,6CAA6C,MAAM;AACpD,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,MAAK;AAAA,OAAU;AAAA;AAE3C,GAAG,iDAAiD,MAAM;AACxD,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,OAAM;AAAA,OAAa;AAAA;AAE/C,GAAG,mDAAmD,MAAM;AAC1D,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,OAAM;AAAA,OAAe;AAAA;AAEjD,GAAG,+DAA+D,MAAM;AACtE,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;AAE3D,GAAG,8DAA8D,MAAM;AACrE,SAAO,MAAM,oCAAC,aAAD;AAAA,IAAa,OAAM;AAAA,IAAU,MAAK;AAAA,OAAU;AAAA;",
6
- "names": []
7
- }
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import SearchIcon from "@digigov/react-icons/SearchIcon";
4
- it("renders the SearchIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(SearchIcon, null))).toMatchSnapshot();
6
- });
7
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/SearchIcon/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/SearchIcon/index.test.tsx"],
4
- "sourcesContent": ["import React from 'react';\nimport { mount } from 'enzyme';\n\nimport SearchIcon from '@digigov/react-icons/SearchIcon';\n\nit('renders the SearchIcon with no props', () => {\n expect(mount(<SearchIcon />)).toMatchSnapshot();\n});\n"],
5
- "mappings": "AAAA;AACA;AAEA;AAEA,GAAG,wCAAwC,MAAM;AAC/C,SAAO,MAAM,oCAAC,YAAD,QAAiB;AAAA;",
6
- "names": []
7
- }
@@ -1,49 +0,0 @@
1
- import React from "react";
2
- import {mount} from "enzyme";
3
- import UncheckIcon from "@digigov/react-icons/UncheckIcon";
4
- it("renders the UncheckIcon with no props", () => {
5
- expect(mount(/* @__PURE__ */ React.createElement(UncheckIcon, null))).toMatchSnapshot();
6
- });
7
- it("renders the UncheckIcon with prop size=m", () => {
8
- expect(mount(/* @__PURE__ */ React.createElement(UncheckIcon, {
9
- size: "md"
10
- }))).toMatchSnapshot();
11
- });
12
- it("renders the UncheckIcon with prop size=l", () => {
13
- expect(mount(/* @__PURE__ */ React.createElement(UncheckIcon, {
14
- size: "lg"
15
- }))).toMatchSnapshot();
16
- });
17
- it("renders the UncheckIcon with prop color=dark", () => {
18
- expect(mount(/* @__PURE__ */ React.createElement(UncheckIcon, {
19
- color: "dark"
20
- }))).toMatchSnapshot();
21
- });
22
- it("renders the UncheckIcon with prop color=white", () => {
23
- expect(mount(/* @__PURE__ */ React.createElement(UncheckIcon, {
24
- color: "white"
25
- }))).toMatchSnapshot();
26
- });
27
- it("renders the UncheckIcon with prop color=gray", () => {
28
- expect(mount(/* @__PURE__ */ React.createElement(UncheckIcon, {
29
- color: "gray"
30
- }))).toMatchSnapshot();
31
- });
32
- it("renders the UncheckIcon with prop color=primary", () => {
33
- expect(mount(/* @__PURE__ */ React.createElement(UncheckIcon, {
34
- color: "primary"
35
- }))).toMatchSnapshot();
36
- });
37
- it("renders the UncheckIcon with prop color=warning and size=s", () => {
38
- expect(mount(/* @__PURE__ */ React.createElement(UncheckIcon, {
39
- color: "warning",
40
- size: "sm"
41
- }))).toMatchSnapshot();
42
- });
43
- it("renders the UncheckIcon with prop color=error and size= xl", () => {
44
- expect(mount(/* @__PURE__ */ React.createElement(UncheckIcon, {
45
- color: "warning",
46
- size: "xl"
47
- }))).toMatchSnapshot();
48
- });
49
- //# sourceMappingURL=index.test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../cjs/UncheckIcon/index.test/index.js"
6
- }