@digigov/react-icons 2.0.0-0edebf87 → 2.0.0-107d908d

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 (443) hide show
  1. package/AccessibilityIcon/config/index.js +16 -13
  2. package/AccessibilityIcon/config.d.ts +1 -1
  3. package/AccessibilityIcon/config.js.map +7 -0
  4. package/AccessibilityIcon/index.js +10 -8
  5. package/AccessibilityIcon/index.js.map +7 -0
  6. package/ArrowIcon/config/index.js +35 -21
  7. package/ArrowIcon/config.js.map +7 -0
  8. package/ArrowIcon/index.js +10 -8
  9. package/ArrowIcon/index.js.map +7 -0
  10. package/BurgerIcon/config/index.js +47 -27
  11. package/BurgerIcon/config.d.ts +2 -2
  12. package/BurgerIcon/config.js.map +7 -0
  13. package/BurgerIcon/index.js +10 -8
  14. package/BurgerIcon/index.js.map +7 -0
  15. package/CancelIcon/config/index.js +16 -7
  16. package/CancelIcon/config.d.ts +1 -1
  17. package/CancelIcon/config.js.map +7 -0
  18. package/CancelIcon/index.js +10 -8
  19. package/CancelIcon/index.js.map +7 -0
  20. package/CaretIcon/config/index.js +11 -21
  21. package/CaretIcon/config.js.map +7 -0
  22. package/CaretIcon/index.js +10 -8
  23. package/CaretIcon/index.js.map +7 -0
  24. package/ChatIcon/config/index.js +17 -16
  25. package/ChatIcon/config.js.map +7 -0
  26. package/ChatIcon/index.js +10 -8
  27. package/ChatIcon/index.js.map +7 -0
  28. package/CheckIcon/config/index.js +16 -7
  29. package/CheckIcon/config.d.ts +1 -1
  30. package/CheckIcon/config.js.map +7 -0
  31. package/CheckIcon/index.js +10 -8
  32. package/CheckIcon/index.js.map +7 -0
  33. package/ChevronIcon/config/index.js +35 -21
  34. package/ChevronIcon/config.js.map +7 -0
  35. package/ChevronIcon/index.js +10 -8
  36. package/ChevronIcon/index.js.map +7 -0
  37. package/CloseIcon/config/index.js +16 -7
  38. package/CloseIcon/config.d.ts +1 -1
  39. package/CloseIcon/config.js.map +7 -0
  40. package/CloseIcon/index.js +10 -8
  41. package/CloseIcon/index.js.map +7 -0
  42. package/DownloadIcon/config/index.js +16 -12
  43. package/DownloadIcon/config.d.ts +1 -1
  44. package/DownloadIcon/config.js.map +7 -0
  45. package/DownloadIcon/index.js +10 -8
  46. package/DownloadIcon/index.js.map +7 -0
  47. package/ExclamationIcon/config/index.js +16 -12
  48. package/ExclamationIcon/config.d.ts +1 -1
  49. package/ExclamationIcon/config.js.map +7 -0
  50. package/ExclamationIcon/index.js +10 -8
  51. package/ExclamationIcon/index.js.map +7 -0
  52. package/GlobeIcon/config/index.js +16 -7
  53. package/GlobeIcon/config.d.ts +1 -1
  54. package/GlobeIcon/config.js.map +7 -0
  55. package/GlobeIcon/index.js +10 -8
  56. package/GlobeIcon/index.js.map +7 -0
  57. package/Icon/index.d.ts +2 -2
  58. package/Icon/index.js +29 -29
  59. package/Icon/index.js.map +7 -0
  60. package/{Base → IconBase}/index.d.ts +6 -6
  61. package/IconBase/index.js +102 -0
  62. package/IconBase/index.js.map +7 -0
  63. package/{Base → IconBase}/package.json +1 -1
  64. package/LockIcon/config/index.js +16 -7
  65. package/LockIcon/config.d.ts +1 -1
  66. package/LockIcon/config.js.map +7 -0
  67. package/LockIcon/index.js +10 -8
  68. package/LockIcon/index.js.map +7 -0
  69. package/LoginIcon/config/index.js +22 -10
  70. package/LoginIcon/config.d.ts +1 -1
  71. package/LoginIcon/config.js.map +7 -0
  72. package/LoginIcon/index.js +10 -8
  73. package/LoginIcon/index.js.map +7 -0
  74. package/MinusIcon/config/index.js +10 -10
  75. package/MinusIcon/config.d.ts +1 -1
  76. package/MinusIcon/config.js.map +7 -0
  77. package/MinusIcon/index.js +10 -8
  78. package/MinusIcon/index.js.map +7 -0
  79. package/MoreVertIcon/config/index.js +10 -19
  80. package/MoreVertIcon/config.d.ts +1 -1
  81. package/MoreVertIcon/config.js.map +7 -0
  82. package/MoreVertIcon/index.js +10 -8
  83. package/MoreVertIcon/index.js.map +7 -0
  84. package/PdfFileIcon/config/index.js +28 -13
  85. package/PdfFileIcon/config.d.ts +1 -1
  86. package/PdfFileIcon/config.js.map +7 -0
  87. package/PdfFileIcon/index.js +10 -8
  88. package/PdfFileIcon/index.js.map +7 -0
  89. package/PlusIcon/config/index.js +16 -7
  90. package/PlusIcon/config.d.ts +1 -1
  91. package/PlusIcon/config.js.map +7 -0
  92. package/PlusIcon/index.js +10 -8
  93. package/PlusIcon/index.js.map +7 -0
  94. package/PrintIcon/config/index.js +16 -13
  95. package/PrintIcon/config.d.ts +1 -1
  96. package/PrintIcon/config.js.map +7 -0
  97. package/PrintIcon/index.js +10 -8
  98. package/PrintIcon/index.js.map +7 -0
  99. package/ReplyIcon/config/index.js +16 -7
  100. package/ReplyIcon/config.d.ts +1 -1
  101. package/ReplyIcon/config.js.map +7 -0
  102. package/ReplyIcon/index.js +10 -8
  103. package/ReplyIcon/index.js.map +7 -0
  104. package/RestoreIcon/config/index.js +16 -15
  105. package/RestoreIcon/config.d.ts +1 -1
  106. package/RestoreIcon/config.js.map +7 -0
  107. package/RestoreIcon/index.js +10 -8
  108. package/RestoreIcon/index.js.map +7 -0
  109. package/SearchIcon/config/index.js +16 -7
  110. package/SearchIcon/config.d.ts +1 -1
  111. package/SearchIcon/config.js.map +7 -0
  112. package/SearchIcon/index.js +10 -8
  113. package/SearchIcon/index.js.map +7 -0
  114. package/SvgIcon/index.d.ts +3 -3
  115. package/SvgIcon/index.js +30 -26
  116. package/SvgIcon/index.js.map +7 -0
  117. package/UncheckIcon/config/index.js +16 -7
  118. package/UncheckIcon/config.d.ts +1 -1
  119. package/UncheckIcon/config.js.map +7 -0
  120. package/UncheckIcon/index.js +10 -8
  121. package/UncheckIcon/index.js.map +7 -0
  122. package/cjs/AccessibilityIcon/config/index.js +47 -19
  123. package/cjs/AccessibilityIcon/config.js.map +7 -0
  124. package/cjs/AccessibilityIcon/index.js +42 -14
  125. package/cjs/AccessibilityIcon/index.js.map +7 -0
  126. package/cjs/ArrowIcon/config/index.js +67 -27
  127. package/cjs/ArrowIcon/config.js.map +7 -0
  128. package/cjs/ArrowIcon/index.js +42 -14
  129. package/cjs/ArrowIcon/index.js.map +7 -0
  130. package/cjs/BurgerIcon/config/index.js +79 -33
  131. package/cjs/BurgerIcon/config.js.map +7 -0
  132. package/cjs/BurgerIcon/index.js +42 -14
  133. package/cjs/BurgerIcon/index.js.map +7 -0
  134. package/cjs/CancelIcon/config/index.js +47 -13
  135. package/cjs/CancelIcon/config.js.map +7 -0
  136. package/cjs/CancelIcon/index.js +42 -14
  137. package/cjs/CancelIcon/index.js.map +7 -0
  138. package/cjs/CaretIcon/config/index.js +43 -27
  139. package/cjs/CaretIcon/config.js.map +7 -0
  140. package/cjs/CaretIcon/index.js +42 -14
  141. package/cjs/CaretIcon/index.js.map +7 -0
  142. package/cjs/ChatIcon/config/index.js +49 -22
  143. package/cjs/ChatIcon/config.js.map +7 -0
  144. package/cjs/ChatIcon/index.js +42 -14
  145. package/cjs/ChatIcon/index.js.map +7 -0
  146. package/cjs/CheckIcon/config/index.js +47 -13
  147. package/cjs/CheckIcon/config.js.map +7 -0
  148. package/cjs/CheckIcon/index.js +42 -14
  149. package/cjs/CheckIcon/index.js.map +7 -0
  150. package/cjs/ChevronIcon/config/index.js +67 -27
  151. package/cjs/ChevronIcon/config.js.map +7 -0
  152. package/cjs/ChevronIcon/index.js +42 -14
  153. package/cjs/ChevronIcon/index.js.map +7 -0
  154. package/cjs/CloseIcon/config/index.js +47 -13
  155. package/cjs/CloseIcon/config.js.map +7 -0
  156. package/cjs/CloseIcon/index.js +42 -14
  157. package/cjs/CloseIcon/index.js.map +7 -0
  158. package/cjs/DownloadIcon/config/index.js +47 -18
  159. package/cjs/DownloadIcon/config.js.map +7 -0
  160. package/cjs/DownloadIcon/index.js +42 -14
  161. package/cjs/DownloadIcon/index.js.map +7 -0
  162. package/cjs/ExclamationIcon/config/index.js +47 -18
  163. package/cjs/ExclamationIcon/config.js.map +7 -0
  164. package/cjs/ExclamationIcon/index.js +42 -14
  165. package/cjs/ExclamationIcon/index.js.map +7 -0
  166. package/cjs/GlobeIcon/config/index.js +47 -13
  167. package/cjs/GlobeIcon/config.js.map +7 -0
  168. package/cjs/GlobeIcon/index.js +42 -14
  169. package/cjs/GlobeIcon/index.js.map +7 -0
  170. package/cjs/Icon/index.js +61 -38
  171. package/cjs/Icon/index.js.map +7 -0
  172. package/cjs/IconBase/index.js +135 -0
  173. package/cjs/IconBase/index.js.map +7 -0
  174. package/cjs/LockIcon/config/index.js +47 -13
  175. package/cjs/LockIcon/config.js.map +7 -0
  176. package/cjs/LockIcon/index.js +42 -14
  177. package/cjs/LockIcon/index.js.map +7 -0
  178. package/cjs/LoginIcon/config/index.js +53 -16
  179. package/cjs/LoginIcon/config.js.map +7 -0
  180. package/cjs/LoginIcon/index.js +42 -14
  181. package/cjs/LoginIcon/index.js.map +7 -0
  182. package/cjs/MinusIcon/config/index.js +41 -16
  183. package/cjs/MinusIcon/config.js.map +7 -0
  184. package/cjs/MinusIcon/index.js +42 -14
  185. package/cjs/MinusIcon/index.js.map +7 -0
  186. package/cjs/MoreVertIcon/config/index.js +41 -25
  187. package/cjs/MoreVertIcon/config.js.map +7 -0
  188. package/cjs/MoreVertIcon/index.js +42 -14
  189. package/cjs/MoreVertIcon/index.js.map +7 -0
  190. package/cjs/PdfFileIcon/config/index.js +59 -19
  191. package/cjs/PdfFileIcon/config.js.map +7 -0
  192. package/cjs/PdfFileIcon/index.js +42 -14
  193. package/cjs/PdfFileIcon/index.js.map +7 -0
  194. package/cjs/PlusIcon/config/index.js +47 -13
  195. package/cjs/PlusIcon/config.js.map +7 -0
  196. package/cjs/PlusIcon/index.js +42 -14
  197. package/cjs/PlusIcon/index.js.map +7 -0
  198. package/cjs/PrintIcon/config/index.js +47 -19
  199. package/cjs/PrintIcon/config.js.map +7 -0
  200. package/cjs/PrintIcon/index.js +42 -14
  201. package/cjs/PrintIcon/index.js.map +7 -0
  202. package/cjs/ReplyIcon/config/index.js +47 -13
  203. package/cjs/ReplyIcon/config.js.map +7 -0
  204. package/cjs/ReplyIcon/index.js +42 -14
  205. package/cjs/ReplyIcon/index.js.map +7 -0
  206. package/cjs/RestoreIcon/config/index.js +47 -21
  207. package/cjs/RestoreIcon/config.js.map +7 -0
  208. package/cjs/RestoreIcon/index.js +42 -14
  209. package/cjs/RestoreIcon/index.js.map +7 -0
  210. package/cjs/SearchIcon/config/index.js +47 -13
  211. package/cjs/SearchIcon/config.js.map +7 -0
  212. package/cjs/SearchIcon/index.js +42 -14
  213. package/cjs/SearchIcon/index.js.map +7 -0
  214. package/cjs/SvgIcon/index.js +61 -31
  215. package/cjs/SvgIcon/index.js.map +7 -0
  216. package/cjs/UncheckIcon/config/index.js +47 -13
  217. package/cjs/UncheckIcon/config.js.map +7 -0
  218. package/cjs/UncheckIcon/index.js +42 -14
  219. package/cjs/UncheckIcon/index.js.map +7 -0
  220. package/cjs/icons/index.js +66 -258
  221. package/cjs/icons.js.map +7 -0
  222. package/cjs/index.js +66 -258
  223. package/cjs/index.js.map +7 -0
  224. package/cjs/lazy/index.js +61 -246
  225. package/cjs/lazy.js.map +7 -0
  226. package/cjs/registry/index.js +148 -76
  227. package/cjs/registry.js.map +7 -0
  228. package/icons/index.js +24 -24
  229. package/icons.d.ts +11 -11
  230. package/icons.js.map +7 -0
  231. package/index.js +25 -24
  232. package/index.js.map +7 -0
  233. package/lazy/index.js +27 -183
  234. package/package.json +4 -8
  235. package/registry/index.js +94 -43
  236. package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +280 -363
  237. package/src/AccessibilityIcon/config.tsx +6 -4
  238. package/src/AccessibilityIcon/index.test.tsx +18 -10
  239. package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +65 -132
  240. package/src/ArrowIcon/config.tsx +17 -4
  241. package/src/ArrowIcon/index.test.tsx +5 -5
  242. package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +217 -290
  243. package/src/BurgerIcon/config.tsx +24 -7
  244. package/src/BurgerIcon/index.test.tsx +11 -7
  245. package/src/CancelIcon/__snapshots__/index.test.tsx.snap +113 -234
  246. package/src/CancelIcon/config.tsx +6 -2
  247. package/src/CancelIcon/index.test.tsx +12 -8
  248. package/src/CaretIcon/__snapshots__/index.test.tsx.snap +65 -132
  249. package/src/CaretIcon/config.tsx +5 -4
  250. package/src/CaretIcon/index.test.tsx +5 -5
  251. package/src/ChatIcon/__snapshots__/index.test.tsx.snap +129 -268
  252. package/src/ChatIcon/config.tsx +6 -2
  253. package/src/ChatIcon/index.test.tsx +13 -9
  254. package/src/CheckIcon/__snapshots__/index.test.tsx.snap +129 -267
  255. package/src/CheckIcon/config.tsx +6 -2
  256. package/src/CheckIcon/index.test.tsx +13 -9
  257. package/src/ChevronIcon/__snapshots__/index.test.tsx.snap +65 -132
  258. package/src/ChevronIcon/config.tsx +17 -4
  259. package/src/ChevronIcon/index.test.tsx +9 -5
  260. package/src/CloseIcon/__snapshots__/index.test.tsx.snap +17 -30
  261. package/src/CloseIcon/config.tsx +6 -2
  262. package/src/CloseIcon/index.test.tsx +2 -2
  263. package/src/DownloadIcon/__snapshots__/index.test.tsx.snap +197 -283
  264. package/src/DownloadIcon/config.tsx +9 -5
  265. package/src/DownloadIcon/index.test.tsx +14 -8
  266. package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +162 -269
  267. package/src/ExclamationIcon/config.tsx +7 -3
  268. package/src/ExclamationIcon/index.test.tsx +16 -8
  269. package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +65 -129
  270. package/src/GlobeIcon/config.tsx +6 -2
  271. package/src/GlobeIcon/index.test.tsx +7 -5
  272. package/src/Icon/__snapshots__/index.test.tsx.snap +157 -261
  273. package/src/Icon/index.test.tsx +13 -11
  274. package/src/Icon/index.tsx +2 -2
  275. package/src/{Base → IconBase}/index.tsx +12 -11
  276. package/src/LockIcon/__snapshots__/index.test.tsx.snap +113 -234
  277. package/src/LockIcon/config.tsx +6 -2
  278. package/src/LockIcon/index.test.tsx +12 -8
  279. package/src/LoginIcon/__snapshots__/index.test.tsx.snap +148 -255
  280. package/src/LoginIcon/config.tsx +10 -3
  281. package/src/LoginIcon/index.test.tsx +12 -8
  282. package/src/MinusIcon/__snapshots__/index.test.tsx.snap +134 -255
  283. package/src/MinusIcon/config.tsx +4 -3
  284. package/src/MinusIcon/index.test.tsx +12 -8
  285. package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +289 -408
  286. package/src/MoreVertIcon/config.tsx +5 -4
  287. package/src/MoreVertIcon/index.test.tsx +18 -10
  288. package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +274 -311
  289. package/src/PdfFileIcon/config.tsx +19 -9
  290. package/src/PdfFileIcon/index.test.tsx +12 -8
  291. package/src/PlusIcon/__snapshots__/index.test.tsx.snap +113 -234
  292. package/src/PlusIcon/config.tsx +6 -2
  293. package/src/PlusIcon/index.test.tsx +12 -8
  294. package/src/PrintIcon/__snapshots__/index.test.tsx.snap +169 -276
  295. package/src/PrintIcon/config.tsx +7 -3
  296. package/src/PrintIcon/index.test.tsx +12 -8
  297. package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +113 -234
  298. package/src/ReplyIcon/config.tsx +6 -2
  299. package/src/ReplyIcon/index.test.tsx +12 -8
  300. package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +197 -290
  301. package/src/RestoreIcon/config.tsx +8 -4
  302. package/src/RestoreIcon/index.test.tsx +12 -8
  303. package/src/SearchIcon/__snapshots__/index.test.tsx.snap +17 -30
  304. package/src/SearchIcon/config.tsx +6 -2
  305. package/src/SearchIcon/index.test.tsx +2 -2
  306. package/src/SvgIcon/__snapshots__/index.test.tsx.snap +103 -222
  307. package/src/SvgIcon/index.test.tsx +48 -20
  308. package/src/SvgIcon/index.tsx +16 -16
  309. package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +145 -300
  310. package/src/UncheckIcon/config.tsx +6 -2
  311. package/src/UncheckIcon/index.test.tsx +14 -10
  312. package/src/icons.ts +11 -12
  313. package/src/lazy.js +28 -29
  314. package/src/registry.js +77 -33
  315. package/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -408
  316. package/AccessibilityIcon/index.test/index.js +0 -57
  317. package/AccessibilityIcon/index.test/package.json +0 -6
  318. package/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -148
  319. package/ArrowIcon/index.test/index.js +0 -25
  320. package/ArrowIcon/index.test/package.json +0 -6
  321. package/Base/index.js +0 -69
  322. package/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -320
  323. package/BurgerIcon/index.test/index.js +0 -38
  324. package/BurgerIcon/index.test/package.json +0 -6
  325. package/CancelIcon/__snapshots__/index.test.tsx.snap +0 -262
  326. package/CancelIcon/index.test/index.js +0 -45
  327. package/CancelIcon/index.test/package.json +0 -6
  328. package/CaretIcon/__snapshots__/index.test.tsx.snap +0 -148
  329. package/CaretIcon/index.test/index.js +0 -25
  330. package/CaretIcon/index.test/package.json +0 -6
  331. package/ChatIcon/__snapshots__/index.test.tsx.snap +0 -300
  332. package/ChatIcon/index.test/index.js +0 -51
  333. package/ChatIcon/index.test/package.json +0 -6
  334. package/CheckIcon/__snapshots__/index.test.tsx.snap +0 -299
  335. package/CheckIcon/index.test/index.js +0 -51
  336. package/CheckIcon/index.test/package.json +0 -6
  337. package/ChevronIcon/__snapshots__/index.test.tsx.snap +0 -148
  338. package/ChevronIcon/index.test/index.js +0 -25
  339. package/ChevronIcon/index.test/package.json +0 -6
  340. package/CloseIcon/__snapshots__/index.test.tsx.snap +0 -34
  341. package/CloseIcon/index.test/index.js +0 -7
  342. package/CloseIcon/index.test/package.json +0 -6
  343. package/DownloadIcon/__snapshots__/index.test.tsx.snap +0 -318
  344. package/DownloadIcon/index.test/index.js +0 -45
  345. package/DownloadIcon/index.test/package.json +0 -6
  346. package/ExclamationIcon/__snapshots__/index.test.tsx.snap +0 -297
  347. package/ExclamationIcon/index.test/index.js +0 -45
  348. package/ExclamationIcon/index.test/package.json +0 -6
  349. package/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -145
  350. package/GlobeIcon/index.test/index.js +0 -25
  351. package/GlobeIcon/index.test/package.json +0 -6
  352. package/Icon/__snapshots__/index.test.tsx.snap +0 -342
  353. package/Icon/index.test/index.js +0 -62
  354. package/Icon/index.test/package.json +0 -6
  355. package/LockIcon/__snapshots__/index.test.tsx.snap +0 -262
  356. package/LockIcon/index.test/index.js +0 -45
  357. package/LockIcon/index.test/package.json +0 -6
  358. package/LoginIcon/__snapshots__/index.test.tsx.snap +0 -283
  359. package/LoginIcon/index.test/index.js +0 -45
  360. package/LoginIcon/index.test/package.json +0 -6
  361. package/MinusIcon/__snapshots__/index.test.tsx.snap +0 -283
  362. package/MinusIcon/index.test/index.js +0 -45
  363. package/MinusIcon/index.test/package.json +0 -6
  364. package/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -444
  365. package/MoreVertIcon/index.test/index.js +0 -57
  366. package/MoreVertIcon/index.test/package.json +0 -6
  367. package/PdfFileIcon/__snapshots__/index.test.tsx.snap +0 -353
  368. package/PdfFileIcon/index.test/index.js +0 -45
  369. package/PdfFileIcon/index.test/package.json +0 -6
  370. package/PlusIcon/__snapshots__/index.test.tsx.snap +0 -262
  371. package/PlusIcon/index.test/index.js +0 -45
  372. package/PlusIcon/index.test/package.json +0 -6
  373. package/PrintIcon/__snapshots__/index.test.tsx.snap +0 -304
  374. package/PrintIcon/index.test/index.js +0 -45
  375. package/PrintIcon/index.test/package.json +0 -6
  376. package/ReplyIcon/__snapshots__/index.test.tsx.snap +0 -262
  377. package/ReplyIcon/index.test/index.js +0 -45
  378. package/ReplyIcon/index.test/package.json +0 -6
  379. package/RestoreIcon/__snapshots__/index.test.tsx.snap +0 -318
  380. package/RestoreIcon/index.test/index.js +0 -45
  381. package/RestoreIcon/index.test/package.json +0 -6
  382. package/SearchIcon/__snapshots__/index.test.tsx.snap +0 -34
  383. package/SearchIcon/index.test/index.js +0 -7
  384. package/SearchIcon/index.test/package.json +0 -6
  385. package/SvgIcon/__snapshots__/index.test.tsx.snap +0 -390
  386. package/SvgIcon/index.test/index.js +0 -105
  387. package/SvgIcon/index.test/package.json +0 -6
  388. package/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -336
  389. package/UncheckIcon/index.test/index.js +0 -57
  390. package/UncheckIcon/index.test/package.json +0 -6
  391. package/cjs/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -408
  392. package/cjs/AccessibilityIcon/index.test/index.js +0 -60
  393. package/cjs/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -148
  394. package/cjs/ArrowIcon/index.test/index.js +0 -28
  395. package/cjs/Base/index.js +0 -75
  396. package/cjs/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -320
  397. package/cjs/BurgerIcon/index.test/index.js +0 -41
  398. package/cjs/CancelIcon/__snapshots__/index.test.tsx.snap +0 -262
  399. package/cjs/CancelIcon/index.test/index.js +0 -48
  400. package/cjs/CaretIcon/__snapshots__/index.test.tsx.snap +0 -148
  401. package/cjs/CaretIcon/index.test/index.js +0 -28
  402. package/cjs/ChatIcon/__snapshots__/index.test.tsx.snap +0 -300
  403. package/cjs/ChatIcon/index.test/index.js +0 -54
  404. package/cjs/CheckIcon/__snapshots__/index.test.tsx.snap +0 -299
  405. package/cjs/CheckIcon/index.test/index.js +0 -54
  406. package/cjs/ChevronIcon/__snapshots__/index.test.tsx.snap +0 -148
  407. package/cjs/ChevronIcon/index.test/index.js +0 -28
  408. package/cjs/CloseIcon/__snapshots__/index.test.tsx.snap +0 -34
  409. package/cjs/CloseIcon/index.test/index.js +0 -10
  410. package/cjs/DownloadIcon/__snapshots__/index.test.tsx.snap +0 -318
  411. package/cjs/DownloadIcon/index.test/index.js +0 -48
  412. package/cjs/ExclamationIcon/__snapshots__/index.test.tsx.snap +0 -297
  413. package/cjs/ExclamationIcon/index.test/index.js +0 -48
  414. package/cjs/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -145
  415. package/cjs/GlobeIcon/index.test/index.js +0 -28
  416. package/cjs/Icon/__snapshots__/index.test.tsx.snap +0 -342
  417. package/cjs/Icon/index.test/index.js +0 -65
  418. package/cjs/LockIcon/__snapshots__/index.test.tsx.snap +0 -262
  419. package/cjs/LockIcon/index.test/index.js +0 -48
  420. package/cjs/LoginIcon/__snapshots__/index.test.tsx.snap +0 -283
  421. package/cjs/LoginIcon/index.test/index.js +0 -48
  422. package/cjs/MinusIcon/__snapshots__/index.test.tsx.snap +0 -283
  423. package/cjs/MinusIcon/index.test/index.js +0 -48
  424. package/cjs/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -444
  425. package/cjs/MoreVertIcon/index.test/index.js +0 -60
  426. package/cjs/PdfFileIcon/__snapshots__/index.test.tsx.snap +0 -353
  427. package/cjs/PdfFileIcon/index.test/index.js +0 -48
  428. package/cjs/PlusIcon/__snapshots__/index.test.tsx.snap +0 -262
  429. package/cjs/PlusIcon/index.test/index.js +0 -48
  430. package/cjs/PrintIcon/__snapshots__/index.test.tsx.snap +0 -304
  431. package/cjs/PrintIcon/index.test/index.js +0 -48
  432. package/cjs/ReplyIcon/__snapshots__/index.test.tsx.snap +0 -262
  433. package/cjs/ReplyIcon/index.test/index.js +0 -48
  434. package/cjs/RestoreIcon/__snapshots__/index.test.tsx.snap +0 -318
  435. package/cjs/RestoreIcon/index.test/index.js +0 -48
  436. package/cjs/SearchIcon/__snapshots__/index.test.tsx.snap +0 -34
  437. package/cjs/SearchIcon/index.test/index.js +0 -10
  438. package/cjs/SvgIcon/__snapshots__/index.test.tsx.snap +0 -390
  439. package/cjs/SvgIcon/index.test/index.js +0 -108
  440. package/cjs/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -336
  441. package/cjs/UncheckIcon/index.test/index.js +0 -60
  442. package/lazy.d.ts +0 -29
  443. package/registry.d.ts +0 -31
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { mount } from 'enzyme';
2
+ import { render } from '@testing-library/react';
3
3
 
4
4
  import SearchIcon from '@digigov/react-icons/SearchIcon';
5
5
 
6
6
  it('renders the SearchIcon with no props', () => {
7
- expect(mount(<SearchIcon />)).toMatchSnapshot();
7
+ expect(render(<SearchIcon />).baseElement).toMatchSnapshot();
8
8
  });
@@ -1,390 +1,271 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
2
 
3
3
  exports[`renders the SvgIcon with no props 1`] = `
4
- <ForwardRef(SvgIcon)>
5
- <ForwardRef(Base)
6
- aria-hidden="true"
7
- as="svg"
8
- className="ds-svg-icon"
9
- focusable="false"
10
- viewBox="0 0 24 24"
11
- >
4
+ <body>
5
+ <div>
12
6
  <svg
13
7
  aria-hidden="true"
14
- className="ds-svg-icon"
8
+ as="svg"
9
+ class="ds-svg-icon"
15
10
  focusable="false"
16
11
  viewBox="0 0 24 24"
17
12
  />
18
- </ForwardRef(Base)>
19
- </ForwardRef(SvgIcon)>
13
+ </div>
14
+ </body>
20
15
  `;
21
16
 
22
17
  exports[`renders the SvgIcon with prop color=base-content 1`] = `
23
- <ForwardRef(SvgIcon)
24
- color="base-content"
25
- >
26
- <ForwardRef(Base)
27
- aria-hidden="true"
28
- as="svg"
29
- className="ds-svg-icon--base-content ds-svg-icon"
30
- focusable="false"
31
- viewBox="0 0 24 24"
32
- >
18
+ <body>
19
+ <div>
33
20
  <svg
34
21
  aria-hidden="true"
35
- className="ds-svg-icon--base-content ds-svg-icon"
22
+ as="svg"
23
+ class="ds-svg-icon ds-svg-icon--base-content"
36
24
  focusable="false"
37
25
  viewBox="0 0 24 24"
38
26
  >
39
27
  hello
40
28
  </svg>
41
- </ForwardRef(Base)>
42
- </ForwardRef(SvgIcon)>
29
+ </div>
30
+ </body>
43
31
  `;
44
32
 
45
33
  exports[`renders the SvgIcon with prop color=dark 1`] = `
46
- <ForwardRef(SvgIcon)
47
- color="dark"
48
- >
49
- <ForwardRef(Base)
50
- aria-hidden="true"
51
- as="svg"
52
- className="ds-svg-icon--dark ds-svg-icon"
53
- focusable="false"
54
- viewBox="0 0 24 24"
55
- >
34
+ <body>
35
+ <div>
56
36
  <svg
57
37
  aria-hidden="true"
58
- className="ds-svg-icon--dark ds-svg-icon"
38
+ as="svg"
39
+ class="ds-svg-icon ds-svg-icon--dark"
59
40
  focusable="false"
60
41
  viewBox="0 0 24 24"
61
42
  >
62
43
  hello
63
44
  </svg>
64
- </ForwardRef(Base)>
65
- </ForwardRef(SvgIcon)>
45
+ </div>
46
+ </body>
66
47
  `;
67
48
 
68
49
  exports[`renders the SvgIcon with prop color=error 1`] = `
69
- <ForwardRef(SvgIcon)
70
- color="error"
71
- >
72
- <ForwardRef(Base)
73
- aria-hidden="true"
74
- as="svg"
75
- className="ds-svg-icon--error ds-svg-icon"
76
- focusable="false"
77
- viewBox="0 0 24 24"
78
- >
50
+ <body>
51
+ <div>
79
52
  <svg
80
53
  aria-hidden="true"
81
- className="ds-svg-icon--error ds-svg-icon"
54
+ as="svg"
55
+ class="ds-svg-icon ds-svg-icon--error"
82
56
  focusable="false"
83
57
  viewBox="0 0 24 24"
84
58
  >
85
59
  hello
86
60
  </svg>
87
- </ForwardRef(Base)>
88
- </ForwardRef(SvgIcon)>
61
+ </div>
62
+ </body>
89
63
  `;
90
64
 
91
65
  exports[`renders the SvgIcon with prop color=error and size= xl 1`] = `
92
- <ForwardRef(SvgIcon)
93
- color="warning"
94
- size="xl"
95
- >
96
- <ForwardRef(Base)
97
- aria-hidden="true"
98
- as="svg"
99
- className="ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
100
- focusable="false"
101
- viewBox="0 0 24 24"
102
- >
66
+ <body>
67
+ <div>
103
68
  <svg
104
69
  aria-hidden="true"
105
- className="ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
70
+ as="svg"
71
+ class="ds-svg-icon ds-svg-icon--warning ds-svg-icon--xl"
106
72
  focusable="false"
107
73
  viewBox="0 0 24 24"
108
74
  >
109
75
  hello
110
76
  </svg>
111
- </ForwardRef(Base)>
112
- </ForwardRef(SvgIcon)>
77
+ </div>
78
+ </body>
113
79
  `;
114
80
 
115
81
  exports[`renders the SvgIcon with prop color=focus 1`] = `
116
- <ForwardRef(SvgIcon)
117
- color="focus"
118
- >
119
- <ForwardRef(Base)
120
- aria-hidden="true"
121
- as="svg"
122
- className="ds-svg-icon--focus ds-svg-icon"
123
- focusable="false"
124
- viewBox="0 0 24 24"
125
- >
82
+ <body>
83
+ <div>
126
84
  <svg
127
85
  aria-hidden="true"
128
- className="ds-svg-icon--focus ds-svg-icon"
86
+ as="svg"
87
+ class="ds-svg-icon ds-svg-icon--focus"
129
88
  focusable="false"
130
89
  viewBox="0 0 24 24"
131
90
  >
132
91
  hello
133
92
  </svg>
134
- </ForwardRef(Base)>
135
- </ForwardRef(SvgIcon)>
93
+ </div>
94
+ </body>
136
95
  `;
137
96
 
138
97
  exports[`renders the SvgIcon with prop color=gray 1`] = `
139
- <ForwardRef(SvgIcon)
140
- color="gray"
141
- >
142
- <ForwardRef(Base)
143
- aria-hidden="true"
144
- as="svg"
145
- className="ds-svg-icon--gray ds-svg-icon"
146
- focusable="false"
147
- viewBox="0 0 24 24"
148
- >
98
+ <body>
99
+ <div>
149
100
  <svg
150
101
  aria-hidden="true"
151
- className="ds-svg-icon--gray ds-svg-icon"
102
+ as="svg"
103
+ class="ds-svg-icon ds-svg-icon--gray"
152
104
  focusable="false"
153
105
  viewBox="0 0 24 24"
154
106
  >
155
107
  hello
156
108
  </svg>
157
- </ForwardRef(Base)>
158
- </ForwardRef(SvgIcon)>
109
+ </div>
110
+ </body>
159
111
  `;
160
112
 
161
113
  exports[`renders the SvgIcon with prop color=primary 1`] = `
162
- <ForwardRef(SvgIcon)
163
- color="primary"
164
- >
165
- <ForwardRef(Base)
166
- aria-hidden="true"
167
- as="svg"
168
- className="ds-svg-icon--primary ds-svg-icon"
169
- focusable="false"
170
- viewBox="0 0 24 24"
171
- >
114
+ <body>
115
+ <div>
172
116
  <svg
173
117
  aria-hidden="true"
174
- className="ds-svg-icon--primary ds-svg-icon"
118
+ as="svg"
119
+ class="ds-svg-icon ds-svg-icon--primary"
175
120
  focusable="false"
176
121
  viewBox="0 0 24 24"
177
122
  >
178
123
  hello
179
124
  </svg>
180
- </ForwardRef(Base)>
181
- </ForwardRef(SvgIcon)>
125
+ </div>
126
+ </body>
182
127
  `;
183
128
 
184
129
  exports[`renders the SvgIcon with prop color=success 1`] = `
185
- <ForwardRef(SvgIcon)
186
- color="success"
187
- >
188
- <ForwardRef(Base)
189
- aria-hidden="true"
190
- as="svg"
191
- className="ds-svg-icon--success ds-svg-icon"
192
- focusable="false"
193
- viewBox="0 0 24 24"
194
- >
130
+ <body>
131
+ <div>
195
132
  <svg
196
133
  aria-hidden="true"
197
- className="ds-svg-icon--success ds-svg-icon"
134
+ as="svg"
135
+ class="ds-svg-icon ds-svg-icon--success"
198
136
  focusable="false"
199
137
  viewBox="0 0 24 24"
200
138
  >
201
139
  hello
202
140
  </svg>
203
- </ForwardRef(Base)>
204
- </ForwardRef(SvgIcon)>
141
+ </div>
142
+ </body>
205
143
  `;
206
144
 
207
145
  exports[`renders the SvgIcon with prop color=warning 1`] = `
208
- <ForwardRef(SvgIcon)
209
- color="warning"
210
- >
211
- <ForwardRef(Base)
212
- aria-hidden="true"
213
- as="svg"
214
- className="ds-svg-icon--warning ds-svg-icon"
215
- focusable="false"
216
- viewBox="0 0 24 24"
217
- >
146
+ <body>
147
+ <div>
218
148
  <svg
219
149
  aria-hidden="true"
220
- className="ds-svg-icon--warning ds-svg-icon"
150
+ as="svg"
151
+ class="ds-svg-icon ds-svg-icon--warning"
221
152
  focusable="false"
222
153
  viewBox="0 0 24 24"
223
154
  >
224
155
  hello
225
156
  </svg>
226
- </ForwardRef(Base)>
227
- </ForwardRef(SvgIcon)>
157
+ </div>
158
+ </body>
228
159
  `;
229
160
 
230
161
  exports[`renders the SvgIcon with prop color=warning and size=sm 1`] = `
231
- <ForwardRef(SvgIcon)
232
- color="warning"
233
- size="sm"
234
- >
235
- <ForwardRef(Base)
236
- aria-hidden="true"
237
- as="svg"
238
- className="ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
239
- focusable="false"
240
- viewBox="0 0 24 24"
241
- >
162
+ <body>
163
+ <div>
242
164
  <svg
243
165
  aria-hidden="true"
244
- className="ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
166
+ as="svg"
167
+ class="ds-svg-icon ds-svg-icon--warning ds-svg-icon--sm"
245
168
  focusable="false"
246
169
  viewBox="0 0 24 24"
247
170
  >
248
171
  hello
249
172
  </svg>
250
- </ForwardRef(Base)>
251
- </ForwardRef(SvgIcon)>
173
+ </div>
174
+ </body>
252
175
  `;
253
176
 
254
177
  exports[`renders the SvgIcon with prop color=white 1`] = `
255
- <ForwardRef(SvgIcon)
256
- color="white"
257
- >
258
- <ForwardRef(Base)
259
- aria-hidden="true"
260
- as="svg"
261
- className="ds-svg-icon--white ds-svg-icon"
262
- focusable="false"
263
- viewBox="0 0 24 24"
264
- >
178
+ <body>
179
+ <div>
265
180
  <svg
266
181
  aria-hidden="true"
267
- className="ds-svg-icon--white ds-svg-icon"
182
+ as="svg"
183
+ class="ds-svg-icon ds-svg-icon--white"
268
184
  focusable="false"
269
185
  viewBox="0 0 24 24"
270
186
  >
271
187
  hello
272
188
  </svg>
273
- </ForwardRef(Base)>
274
- </ForwardRef(SvgIcon)>
189
+ </div>
190
+ </body>
275
191
  `;
276
192
 
277
193
  exports[`renders the SvgIcon with prop size=lg 1`] = `
278
- <ForwardRef(SvgIcon)
279
- size="lg"
280
- >
281
- <ForwardRef(Base)
282
- aria-hidden="true"
283
- as="svg"
284
- className="ds-svg-icon--lg ds-svg-icon"
285
- focusable="false"
286
- viewBox="0 0 24 24"
287
- >
194
+ <body>
195
+ <div>
288
196
  <svg
289
197
  aria-hidden="true"
290
- className="ds-svg-icon--lg ds-svg-icon"
198
+ as="svg"
199
+ class="ds-svg-icon ds-svg-icon--lg"
291
200
  focusable="false"
292
201
  viewBox="0 0 24 24"
293
202
  >
294
203
  hello
295
204
  </svg>
296
- </ForwardRef(Base)>
297
- </ForwardRef(SvgIcon)>
205
+ </div>
206
+ </body>
298
207
  `;
299
208
 
300
209
  exports[`renders the SvgIcon with prop size=md 1`] = `
301
- <ForwardRef(SvgIcon)
302
- size="md"
303
- >
304
- <ForwardRef(Base)
305
- aria-hidden="true"
306
- as="svg"
307
- className="ds-svg-icon--md ds-svg-icon"
308
- focusable="false"
309
- viewBox="0 0 24 24"
310
- >
210
+ <body>
211
+ <div>
311
212
  <svg
312
213
  aria-hidden="true"
313
- className="ds-svg-icon--md ds-svg-icon"
214
+ as="svg"
215
+ class="ds-svg-icon ds-svg-icon--md"
314
216
  focusable="false"
315
217
  viewBox="0 0 24 24"
316
218
  >
317
219
  hello
318
220
  </svg>
319
- </ForwardRef(Base)>
320
- </ForwardRef(SvgIcon)>
221
+ </div>
222
+ </body>
321
223
  `;
322
224
 
323
225
  exports[`renders the SvgIcon with prop size=sm 1`] = `
324
- <ForwardRef(SvgIcon)
325
- size="sm"
326
- >
327
- <ForwardRef(Base)
328
- aria-hidden="true"
329
- as="svg"
330
- className="ds-svg-icon--sm ds-svg-icon"
331
- focusable="false"
332
- viewBox="0 0 24 24"
333
- >
226
+ <body>
227
+ <div>
334
228
  <svg
335
229
  aria-hidden="true"
336
- className="ds-svg-icon--sm ds-svg-icon"
230
+ as="svg"
231
+ class="ds-svg-icon ds-svg-icon--sm"
337
232
  focusable="false"
338
233
  viewBox="0 0 24 24"
339
234
  >
340
235
  hello
341
236
  </svg>
342
- </ForwardRef(Base)>
343
- </ForwardRef(SvgIcon)>
237
+ </div>
238
+ </body>
344
239
  `;
345
240
 
346
241
  exports[`renders the SvgIcon with prop size=xl 1`] = `
347
- <ForwardRef(SvgIcon)
348
- size="xl"
349
- >
350
- <ForwardRef(Base)
351
- aria-hidden="true"
352
- as="svg"
353
- className="ds-svg-icon--xl ds-svg-icon"
354
- focusable="false"
355
- viewBox="0 0 24 24"
356
- >
242
+ <body>
243
+ <div>
357
244
  <svg
358
245
  aria-hidden="true"
359
- className="ds-svg-icon--xl ds-svg-icon"
246
+ as="svg"
247
+ class="ds-svg-icon ds-svg-icon--xl"
360
248
  focusable="false"
361
249
  viewBox="0 0 24 24"
362
250
  >
363
251
  hello
364
252
  </svg>
365
- </ForwardRef(Base)>
366
- </ForwardRef(SvgIcon)>
253
+ </div>
254
+ </body>
367
255
  `;
368
256
 
369
257
  exports[`renders the SvgIcon with prop size=xs 1`] = `
370
- <ForwardRef(SvgIcon)
371
- size="xs"
372
- >
373
- <ForwardRef(Base)
374
- aria-hidden="true"
375
- as="svg"
376
- className="ds-svg-icon--xs ds-svg-icon"
377
- focusable="false"
378
- viewBox="0 0 24 24"
379
- >
258
+ <body>
259
+ <div>
380
260
  <svg
381
261
  aria-hidden="true"
382
- className="ds-svg-icon--xs ds-svg-icon"
262
+ as="svg"
263
+ class="ds-svg-icon ds-svg-icon--xs"
383
264
  focusable="false"
384
265
  viewBox="0 0 24 24"
385
266
  >
386
267
  hello
387
268
  </svg>
388
- </ForwardRef(Base)>
389
- </ForwardRef(SvgIcon)>
269
+ </div>
270
+ </body>
390
271
  `;
@@ -1,68 +1,96 @@
1
1
  import React from 'react';
2
- import { mount } from 'enzyme';
2
+ import { render } from '@testing-library/react';
3
3
 
4
4
  import SvgIcon from '@digigov/react-icons/SvgIcon';
5
5
 
6
6
  it('renders the SvgIcon with no props', () => {
7
- expect(mount(<SvgIcon />)).toMatchSnapshot();
7
+ expect(render(<SvgIcon />).baseElement).toMatchSnapshot();
8
8
  });
9
9
  it('renders the SvgIcon with prop size=xs', () => {
10
- expect(mount(<SvgIcon size="xs">hello</SvgIcon>)).toMatchSnapshot();
10
+ expect(
11
+ render(<SvgIcon size="xs">hello</SvgIcon>).baseElement
12
+ ).toMatchSnapshot();
11
13
  });
12
14
  it('renders the SvgIcon with prop size=sm', () => {
13
- expect(mount(<SvgIcon size="sm">hello</SvgIcon>)).toMatchSnapshot();
15
+ expect(
16
+ render(<SvgIcon size="sm">hello</SvgIcon>).baseElement
17
+ ).toMatchSnapshot();
14
18
  });
15
19
  it('renders the SvgIcon with prop size=md', () => {
16
- expect(mount(<SvgIcon size="md">hello</SvgIcon>)).toMatchSnapshot();
20
+ expect(
21
+ render(<SvgIcon size="md">hello</SvgIcon>).baseElement
22
+ ).toMatchSnapshot();
17
23
  });
18
24
  it('renders the SvgIcon with prop size=lg', () => {
19
- expect(mount(<SvgIcon size="lg">hello</SvgIcon>)).toMatchSnapshot();
25
+ expect(
26
+ render(<SvgIcon size="lg">hello</SvgIcon>).baseElement
27
+ ).toMatchSnapshot();
20
28
  });
21
29
  it('renders the SvgIcon with prop size=xl', () => {
22
- expect(mount(<SvgIcon size="xl">hello</SvgIcon>)).toMatchSnapshot();
30
+ expect(
31
+ render(<SvgIcon size="xl">hello</SvgIcon>).baseElement
32
+ ).toMatchSnapshot();
23
33
  });
24
34
  it('renders the SvgIcon with prop color=base-content', () => {
25
- expect(mount(<SvgIcon color="base-content">hello</SvgIcon>)).toMatchSnapshot();
35
+ expect(
36
+ render(<SvgIcon color="base-content">hello</SvgIcon>).baseElement
37
+ ).toMatchSnapshot();
26
38
  });
27
39
  it('renders the SvgIcon with prop color=dark', () => {
28
- expect(mount(<SvgIcon color="dark">hello</SvgIcon>)).toMatchSnapshot();
40
+ expect(
41
+ render(<SvgIcon color="dark">hello</SvgIcon>).baseElement
42
+ ).toMatchSnapshot();
29
43
  });
30
44
  it('renders the SvgIcon with prop color=white', () => {
31
- expect(mount(<SvgIcon color="white">hello</SvgIcon>)).toMatchSnapshot();
45
+ expect(
46
+ render(<SvgIcon color="white">hello</SvgIcon>).baseElement
47
+ ).toMatchSnapshot();
32
48
  });
33
49
  it('renders the SvgIcon with prop color=gray', () => {
34
- expect(mount(<SvgIcon color="gray">hello</SvgIcon>)).toMatchSnapshot();
50
+ expect(
51
+ render(<SvgIcon color="gray">hello</SvgIcon>).baseElement
52
+ ).toMatchSnapshot();
35
53
  });
36
54
  it('renders the SvgIcon with prop color=primary', () => {
37
- expect(mount(<SvgIcon color="primary">hello</SvgIcon>)).toMatchSnapshot();
55
+ expect(
56
+ render(<SvgIcon color="primary">hello</SvgIcon>).baseElement
57
+ ).toMatchSnapshot();
38
58
  });
39
59
  it('renders the SvgIcon with prop color=success', () => {
40
- expect(mount(<SvgIcon color="success">hello</SvgIcon>)).toMatchSnapshot();
60
+ expect(
61
+ render(<SvgIcon color="success">hello</SvgIcon>).baseElement
62
+ ).toMatchSnapshot();
41
63
  });
42
64
  it('renders the SvgIcon with prop color=warning', () => {
43
- expect(mount(<SvgIcon color="warning">hello</SvgIcon>)).toMatchSnapshot();
65
+ expect(
66
+ render(<SvgIcon color="warning">hello</SvgIcon>).baseElement
67
+ ).toMatchSnapshot();
44
68
  });
45
69
  it('renders the SvgIcon with prop color=error', () => {
46
- expect(mount(<SvgIcon color="error">hello</SvgIcon>)).toMatchSnapshot();
70
+ expect(
71
+ render(<SvgIcon color="error">hello</SvgIcon>).baseElement
72
+ ).toMatchSnapshot();
47
73
  });
48
74
  it('renders the SvgIcon with prop color=focus', () => {
49
- expect(mount(<SvgIcon color="focus">hello</SvgIcon>)).toMatchSnapshot();
75
+ expect(
76
+ render(<SvgIcon color="focus">hello</SvgIcon>).baseElement
77
+ ).toMatchSnapshot();
50
78
  });
51
79
  it('renders the SvgIcon with prop color=warning and size=sm', () => {
52
80
  expect(
53
- mount(
81
+ render(
54
82
  <SvgIcon color="warning" size="sm">
55
83
  hello
56
84
  </SvgIcon>
57
- )
85
+ ).baseElement
58
86
  ).toMatchSnapshot();
59
87
  });
60
88
  it('renders the SvgIcon with prop color=error and size= xl', () => {
61
89
  expect(
62
- mount(
90
+ render(
63
91
  <SvgIcon color="warning" size="xl">
64
92
  hello
65
93
  </SvgIcon>
66
- )
94
+ ).baseElement
67
95
  ).toMatchSnapshot();
68
96
  });
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  import clsx from 'clsx';
3
- import Base, { BaseProps } from '@digigov/react-icons/Base';
3
+ import IconBase, { IconBaseProps } from '@digigov/react-icons/IconBase';
4
4
 
5
- export interface SvgIconProps extends BaseProps<'svg'> {
5
+ export interface SvgIconProps extends IconBaseProps<'svg'> {
6
6
  /**
7
7
  * size is optional.
8
8
  * size prop declares the size of the svg icon.
@@ -18,7 +18,7 @@ export interface SvgIconProps extends BaseProps<'svg'> {
18
18
  /**
19
19
  * color property styles svg icon with Gov.gr palette's basic colors.
20
20
  * color property is optional.
21
- * @value 'base-content'
21
+ * @value 'base-content'
22
22
  * @value 'dark', always dark, among all themes
23
23
  * @value 'white', always white, among all themes
24
24
  * @value 'gray'
@@ -31,17 +31,17 @@ export interface SvgIconProps extends BaseProps<'svg'> {
31
31
  * @value 'link'
32
32
  */
33
33
  color?:
34
- | 'base-content'
35
- | 'dark'
36
- | 'white'
37
- | 'gray'
38
- | 'primary'
39
- | 'success'
40
- | 'warning'
41
- | 'error'
42
- | 'focus'
43
- | 'info'
44
- | 'link';
34
+ | 'base-content'
35
+ | 'dark'
36
+ | 'white'
37
+ | 'gray'
38
+ | 'primary'
39
+ | 'success'
40
+ | 'warning'
41
+ | 'error'
42
+ | 'focus'
43
+ | 'info'
44
+ | 'link';
45
45
  }
46
46
  /**
47
47
  * Use SvgIcon as global svg component.
@@ -50,7 +50,7 @@ export interface SvgIconProps extends BaseProps<'svg'> {
50
50
  export const SvgIcon = React.forwardRef<SVGSVGElement, SvgIconProps>(
51
51
  function SvgIcon({ size, color, children, className, ...props }, ref) {
52
52
  return (
53
- <Base
53
+ <IconBase
54
54
  as="svg"
55
55
  ref={ref}
56
56
  className={clsx(className, {
@@ -64,7 +64,7 @@ export const SvgIcon = React.forwardRef<SVGSVGElement, SvgIconProps>(
64
64
  {...props}
65
65
  >
66
66
  {children}
67
- </Base>
67
+ </IconBase>
68
68
  );
69
69
  }
70
70
  );