@digigov/react-icons 2.0.0-0edebf87 → 2.0.0-2177f152

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 (427) hide show
  1. package/AccessibilityIcon/config/index.js +16 -13
  2. package/AccessibilityIcon/config.js.map +7 -0
  3. package/AccessibilityIcon/index.js +10 -8
  4. package/AccessibilityIcon/index.js.map +7 -0
  5. package/ArrowIcon/config/index.js +35 -21
  6. package/ArrowIcon/config.js.map +7 -0
  7. package/ArrowIcon/index.js +10 -8
  8. package/ArrowIcon/index.js.map +7 -0
  9. package/BurgerIcon/config/index.js +47 -27
  10. package/BurgerIcon/config.d.ts +2 -2
  11. package/BurgerIcon/config.js.map +7 -0
  12. package/BurgerIcon/index.js +10 -8
  13. package/BurgerIcon/index.js.map +7 -0
  14. package/CancelIcon/config/index.js +16 -7
  15. package/CancelIcon/config.js.map +7 -0
  16. package/CancelIcon/index.js +10 -8
  17. package/CancelIcon/index.js.map +7 -0
  18. package/CaretIcon/config/index.js +11 -21
  19. package/CaretIcon/config.js.map +7 -0
  20. package/CaretIcon/index.js +10 -8
  21. package/CaretIcon/index.js.map +7 -0
  22. package/ChatIcon/config/index.js +17 -16
  23. package/ChatIcon/config.js.map +7 -0
  24. package/ChatIcon/index.js +10 -8
  25. package/ChatIcon/index.js.map +7 -0
  26. package/CheckIcon/config/index.js +16 -7
  27. package/CheckIcon/config.js.map +7 -0
  28. package/CheckIcon/index.js +10 -8
  29. package/CheckIcon/index.js.map +7 -0
  30. package/ChevronIcon/config/index.js +35 -21
  31. package/ChevronIcon/config.js.map +7 -0
  32. package/ChevronIcon/index.js +10 -8
  33. package/ChevronIcon/index.js.map +7 -0
  34. package/CloseIcon/config/index.js +16 -7
  35. package/CloseIcon/config.js.map +7 -0
  36. package/CloseIcon/index.js +10 -8
  37. package/CloseIcon/index.js.map +7 -0
  38. package/DownloadIcon/config/index.js +16 -12
  39. package/DownloadIcon/config.js.map +7 -0
  40. package/DownloadIcon/index.js +10 -8
  41. package/DownloadIcon/index.js.map +7 -0
  42. package/ExclamationIcon/config/index.js +16 -12
  43. package/ExclamationIcon/config.js.map +7 -0
  44. package/ExclamationIcon/index.js +10 -8
  45. package/ExclamationIcon/index.js.map +7 -0
  46. package/GlobeIcon/config/index.js +16 -7
  47. package/GlobeIcon/config.js.map +7 -0
  48. package/GlobeIcon/index.js +10 -8
  49. package/GlobeIcon/index.js.map +7 -0
  50. package/Icon/index.d.ts +2 -2
  51. package/Icon/index.js +29 -29
  52. package/Icon/index.js.map +7 -0
  53. package/{Base → IconBase}/index.d.ts +6 -6
  54. package/IconBase/index.js +102 -0
  55. package/IconBase/index.js.map +7 -0
  56. package/{Base → IconBase}/package.json +1 -1
  57. package/LockIcon/config/index.js +16 -7
  58. package/LockIcon/config.js.map +7 -0
  59. package/LockIcon/index.js +10 -8
  60. package/LockIcon/index.js.map +7 -0
  61. package/LoginIcon/config/index.js +22 -10
  62. package/LoginIcon/config.js.map +7 -0
  63. package/LoginIcon/index.js +10 -8
  64. package/LoginIcon/index.js.map +7 -0
  65. package/MinusIcon/config/index.js +10 -10
  66. package/MinusIcon/config.js.map +7 -0
  67. package/MinusIcon/index.js +10 -8
  68. package/MinusIcon/index.js.map +7 -0
  69. package/MoreVertIcon/config/index.js +10 -19
  70. package/MoreVertIcon/config.js.map +7 -0
  71. package/MoreVertIcon/index.js +10 -8
  72. package/MoreVertIcon/index.js.map +7 -0
  73. package/PdfFileIcon/config/index.js +28 -13
  74. package/PdfFileIcon/config.js.map +7 -0
  75. package/PdfFileIcon/index.js +10 -8
  76. package/PdfFileIcon/index.js.map +7 -0
  77. package/PlusIcon/config/index.js +16 -7
  78. package/PlusIcon/config.js.map +7 -0
  79. package/PlusIcon/index.js +10 -8
  80. package/PlusIcon/index.js.map +7 -0
  81. package/PrintIcon/config/index.js +16 -13
  82. package/PrintIcon/config.js.map +7 -0
  83. package/PrintIcon/index.js +10 -8
  84. package/PrintIcon/index.js.map +7 -0
  85. package/ReplyIcon/config/index.js +16 -7
  86. package/ReplyIcon/config.js.map +7 -0
  87. package/ReplyIcon/index.js +10 -8
  88. package/ReplyIcon/index.js.map +7 -0
  89. package/RestoreIcon/config/index.js +16 -15
  90. package/RestoreIcon/config.js.map +7 -0
  91. package/RestoreIcon/index.js +10 -8
  92. package/RestoreIcon/index.js.map +7 -0
  93. package/SearchIcon/config/index.js +16 -7
  94. package/SearchIcon/config.js.map +7 -0
  95. package/SearchIcon/index.js +10 -8
  96. package/SearchIcon/index.js.map +7 -0
  97. package/SvgIcon/index.d.ts +3 -3
  98. package/SvgIcon/index.js +30 -26
  99. package/SvgIcon/index.js.map +7 -0
  100. package/UncheckIcon/config/index.js +16 -7
  101. package/UncheckIcon/config.js.map +7 -0
  102. package/UncheckIcon/index.js +10 -8
  103. package/UncheckIcon/index.js.map +7 -0
  104. package/cjs/AccessibilityIcon/config/index.js +47 -19
  105. package/cjs/AccessibilityIcon/config.js.map +7 -0
  106. package/cjs/AccessibilityIcon/index.js +42 -14
  107. package/cjs/AccessibilityIcon/index.js.map +7 -0
  108. package/cjs/ArrowIcon/config/index.js +67 -27
  109. package/cjs/ArrowIcon/config.js.map +7 -0
  110. package/cjs/ArrowIcon/index.js +42 -14
  111. package/cjs/ArrowIcon/index.js.map +7 -0
  112. package/cjs/BurgerIcon/config/index.js +79 -33
  113. package/cjs/BurgerIcon/config.js.map +7 -0
  114. package/cjs/BurgerIcon/index.js +42 -14
  115. package/cjs/BurgerIcon/index.js.map +7 -0
  116. package/cjs/CancelIcon/config/index.js +47 -13
  117. package/cjs/CancelIcon/config.js.map +7 -0
  118. package/cjs/CancelIcon/index.js +42 -14
  119. package/cjs/CancelIcon/index.js.map +7 -0
  120. package/cjs/CaretIcon/config/index.js +43 -27
  121. package/cjs/CaretIcon/config.js.map +7 -0
  122. package/cjs/CaretIcon/index.js +42 -14
  123. package/cjs/CaretIcon/index.js.map +7 -0
  124. package/cjs/ChatIcon/config/index.js +49 -22
  125. package/cjs/ChatIcon/config.js.map +7 -0
  126. package/cjs/ChatIcon/index.js +42 -14
  127. package/cjs/ChatIcon/index.js.map +7 -0
  128. package/cjs/CheckIcon/config/index.js +47 -13
  129. package/cjs/CheckIcon/config.js.map +7 -0
  130. package/cjs/CheckIcon/index.js +42 -14
  131. package/cjs/CheckIcon/index.js.map +7 -0
  132. package/cjs/ChevronIcon/config/index.js +67 -27
  133. package/cjs/ChevronIcon/config.js.map +7 -0
  134. package/cjs/ChevronIcon/index.js +42 -14
  135. package/cjs/ChevronIcon/index.js.map +7 -0
  136. package/cjs/CloseIcon/config/index.js +47 -13
  137. package/cjs/CloseIcon/config.js.map +7 -0
  138. package/cjs/CloseIcon/index.js +42 -14
  139. package/cjs/CloseIcon/index.js.map +7 -0
  140. package/cjs/DownloadIcon/config/index.js +47 -18
  141. package/cjs/DownloadIcon/config.js.map +7 -0
  142. package/cjs/DownloadIcon/index.js +42 -14
  143. package/cjs/DownloadIcon/index.js.map +7 -0
  144. package/cjs/ExclamationIcon/config/index.js +47 -18
  145. package/cjs/ExclamationIcon/config.js.map +7 -0
  146. package/cjs/ExclamationIcon/index.js +42 -14
  147. package/cjs/ExclamationIcon/index.js.map +7 -0
  148. package/cjs/GlobeIcon/config/index.js +47 -13
  149. package/cjs/GlobeIcon/config.js.map +7 -0
  150. package/cjs/GlobeIcon/index.js +42 -14
  151. package/cjs/GlobeIcon/index.js.map +7 -0
  152. package/cjs/Icon/index.js +61 -38
  153. package/cjs/Icon/index.js.map +7 -0
  154. package/cjs/IconBase/index.js +135 -0
  155. package/cjs/IconBase/index.js.map +7 -0
  156. package/cjs/LockIcon/config/index.js +47 -13
  157. package/cjs/LockIcon/config.js.map +7 -0
  158. package/cjs/LockIcon/index.js +42 -14
  159. package/cjs/LockIcon/index.js.map +7 -0
  160. package/cjs/LoginIcon/config/index.js +53 -16
  161. package/cjs/LoginIcon/config.js.map +7 -0
  162. package/cjs/LoginIcon/index.js +42 -14
  163. package/cjs/LoginIcon/index.js.map +7 -0
  164. package/cjs/MinusIcon/config/index.js +41 -16
  165. package/cjs/MinusIcon/config.js.map +7 -0
  166. package/cjs/MinusIcon/index.js +42 -14
  167. package/cjs/MinusIcon/index.js.map +7 -0
  168. package/cjs/MoreVertIcon/config/index.js +41 -25
  169. package/cjs/MoreVertIcon/config.js.map +7 -0
  170. package/cjs/MoreVertIcon/index.js +42 -14
  171. package/cjs/MoreVertIcon/index.js.map +7 -0
  172. package/cjs/PdfFileIcon/config/index.js +59 -19
  173. package/cjs/PdfFileIcon/config.js.map +7 -0
  174. package/cjs/PdfFileIcon/index.js +42 -14
  175. package/cjs/PdfFileIcon/index.js.map +7 -0
  176. package/cjs/PlusIcon/config/index.js +47 -13
  177. package/cjs/PlusIcon/config.js.map +7 -0
  178. package/cjs/PlusIcon/index.js +42 -14
  179. package/cjs/PlusIcon/index.js.map +7 -0
  180. package/cjs/PrintIcon/config/index.js +47 -19
  181. package/cjs/PrintIcon/config.js.map +7 -0
  182. package/cjs/PrintIcon/index.js +42 -14
  183. package/cjs/PrintIcon/index.js.map +7 -0
  184. package/cjs/ReplyIcon/config/index.js +47 -13
  185. package/cjs/ReplyIcon/config.js.map +7 -0
  186. package/cjs/ReplyIcon/index.js +42 -14
  187. package/cjs/ReplyIcon/index.js.map +7 -0
  188. package/cjs/RestoreIcon/config/index.js +47 -21
  189. package/cjs/RestoreIcon/config.js.map +7 -0
  190. package/cjs/RestoreIcon/index.js +42 -14
  191. package/cjs/RestoreIcon/index.js.map +7 -0
  192. package/cjs/SearchIcon/config/index.js +47 -13
  193. package/cjs/SearchIcon/config.js.map +7 -0
  194. package/cjs/SearchIcon/index.js +42 -14
  195. package/cjs/SearchIcon/index.js.map +7 -0
  196. package/cjs/SvgIcon/index.js +61 -31
  197. package/cjs/SvgIcon/index.js.map +7 -0
  198. package/cjs/UncheckIcon/config/index.js +47 -13
  199. package/cjs/UncheckIcon/config.js.map +7 -0
  200. package/cjs/UncheckIcon/index.js +42 -14
  201. package/cjs/UncheckIcon/index.js.map +7 -0
  202. package/cjs/icons/index.js +66 -258
  203. package/cjs/icons.js.map +7 -0
  204. package/cjs/index.js +66 -258
  205. package/cjs/index.js.map +7 -0
  206. package/cjs/lazy/index.js +165 -246
  207. package/cjs/lazy.js.map +7 -0
  208. package/cjs/registry/index.js +124 -76
  209. package/cjs/registry.js.map +7 -0
  210. package/icons/index.js +24 -24
  211. package/icons.d.ts +11 -11
  212. package/icons.js.map +7 -0
  213. package/index.js +25 -24
  214. package/index.js.map +7 -0
  215. package/lazy/index.js +137 -185
  216. package/lazy.d.ts +3 -3
  217. package/lazy.js.map +7 -0
  218. package/package.json +4 -8
  219. package/registry/index.js +96 -68
  220. package/registry.d.ts +1 -1
  221. package/registry.js.map +7 -0
  222. package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +280 -363
  223. package/src/AccessibilityIcon/config.tsx +5 -3
  224. package/src/AccessibilityIcon/index.test.tsx +18 -10
  225. package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +65 -132
  226. package/src/ArrowIcon/config.tsx +17 -4
  227. package/src/ArrowIcon/index.test.tsx +5 -5
  228. package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +217 -290
  229. package/src/BurgerIcon/config.tsx +24 -7
  230. package/src/BurgerIcon/index.test.tsx +11 -7
  231. package/src/CancelIcon/__snapshots__/index.test.tsx.snap +113 -234
  232. package/src/CancelIcon/config.tsx +5 -1
  233. package/src/CancelIcon/index.test.tsx +12 -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 +6 -2
  239. package/src/ChatIcon/index.test.tsx +13 -9
  240. package/src/CheckIcon/__snapshots__/index.test.tsx.snap +129 -267
  241. package/src/CheckIcon/config.tsx +5 -1
  242. package/src/CheckIcon/index.test.tsx +13 -9
  243. package/src/ChevronIcon/__snapshots__/index.test.tsx.snap +65 -132
  244. package/src/ChevronIcon/config.tsx +17 -4
  245. package/src/ChevronIcon/index.test.tsx +9 -5
  246. package/src/CloseIcon/__snapshots__/index.test.tsx.snap +17 -30
  247. package/src/CloseIcon/config.tsx +5 -1
  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 +8 -4
  251. package/src/DownloadIcon/index.test.tsx +14 -8
  252. package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +162 -269
  253. package/src/ExclamationIcon/config.tsx +6 -2
  254. package/src/ExclamationIcon/index.test.tsx +16 -8
  255. package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +65 -129
  256. package/src/GlobeIcon/config.tsx +5 -1
  257. package/src/GlobeIcon/index.test.tsx +7 -5
  258. package/src/Icon/__snapshots__/index.test.tsx.snap +157 -261
  259. package/src/Icon/index.test.tsx +13 -11
  260. package/src/Icon/index.tsx +2 -2
  261. package/src/{Base → IconBase}/index.tsx +11 -10
  262. package/src/LockIcon/__snapshots__/index.test.tsx.snap +113 -234
  263. package/src/LockIcon/config.tsx +5 -1
  264. package/src/LockIcon/index.test.tsx +12 -8
  265. package/src/LoginIcon/__snapshots__/index.test.tsx.snap +148 -255
  266. package/src/LoginIcon/config.tsx +9 -2
  267. package/src/LoginIcon/index.test.tsx +12 -8
  268. package/src/MinusIcon/__snapshots__/index.test.tsx.snap +134 -255
  269. package/src/MinusIcon/config.tsx +3 -2
  270. package/src/MinusIcon/index.test.tsx +12 -8
  271. package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +289 -408
  272. package/src/MoreVertIcon/config.tsx +4 -3
  273. package/src/MoreVertIcon/index.test.tsx +18 -10
  274. package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +274 -311
  275. package/src/PdfFileIcon/config.tsx +18 -8
  276. package/src/PdfFileIcon/index.test.tsx +12 -8
  277. package/src/PlusIcon/__snapshots__/index.test.tsx.snap +113 -234
  278. package/src/PlusIcon/config.tsx +5 -1
  279. package/src/PlusIcon/index.test.tsx +12 -8
  280. package/src/PrintIcon/__snapshots__/index.test.tsx.snap +169 -276
  281. package/src/PrintIcon/config.tsx +6 -2
  282. package/src/PrintIcon/index.test.tsx +12 -8
  283. package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +113 -234
  284. package/src/ReplyIcon/config.tsx +5 -1
  285. package/src/ReplyIcon/index.test.tsx +12 -8
  286. package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +197 -290
  287. package/src/RestoreIcon/config.tsx +7 -3
  288. package/src/RestoreIcon/index.test.tsx +12 -8
  289. package/src/SearchIcon/__snapshots__/index.test.tsx.snap +17 -30
  290. package/src/SearchIcon/config.tsx +5 -1
  291. package/src/SearchIcon/index.test.tsx +2 -2
  292. package/src/SvgIcon/__snapshots__/index.test.tsx.snap +103 -222
  293. package/src/SvgIcon/index.test.tsx +48 -20
  294. package/src/SvgIcon/index.tsx +16 -16
  295. package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +145 -300
  296. package/src/UncheckIcon/config.tsx +5 -1
  297. package/src/UncheckIcon/index.test.tsx +14 -10
  298. package/src/icons.ts +11 -12
  299. package/src/lazy.js +132 -29
  300. package/src/registry.js +38 -20
  301. package/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -408
  302. package/AccessibilityIcon/index.test/index.js +0 -57
  303. package/AccessibilityIcon/index.test/package.json +0 -6
  304. package/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -148
  305. package/ArrowIcon/index.test/index.js +0 -25
  306. package/ArrowIcon/index.test/package.json +0 -6
  307. package/Base/index.js +0 -69
  308. package/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -320
  309. package/BurgerIcon/index.test/index.js +0 -38
  310. package/BurgerIcon/index.test/package.json +0 -6
  311. package/CancelIcon/__snapshots__/index.test.tsx.snap +0 -262
  312. package/CancelIcon/index.test/index.js +0 -45
  313. package/CancelIcon/index.test/package.json +0 -6
  314. package/CaretIcon/__snapshots__/index.test.tsx.snap +0 -148
  315. package/CaretIcon/index.test/index.js +0 -25
  316. package/CaretIcon/index.test/package.json +0 -6
  317. package/ChatIcon/__snapshots__/index.test.tsx.snap +0 -300
  318. package/ChatIcon/index.test/index.js +0 -51
  319. package/ChatIcon/index.test/package.json +0 -6
  320. package/CheckIcon/__snapshots__/index.test.tsx.snap +0 -299
  321. package/CheckIcon/index.test/index.js +0 -51
  322. package/CheckIcon/index.test/package.json +0 -6
  323. package/ChevronIcon/__snapshots__/index.test.tsx.snap +0 -148
  324. package/ChevronIcon/index.test/index.js +0 -25
  325. package/ChevronIcon/index.test/package.json +0 -6
  326. package/CloseIcon/__snapshots__/index.test.tsx.snap +0 -34
  327. package/CloseIcon/index.test/index.js +0 -7
  328. package/CloseIcon/index.test/package.json +0 -6
  329. package/DownloadIcon/__snapshots__/index.test.tsx.snap +0 -318
  330. package/DownloadIcon/index.test/index.js +0 -45
  331. package/DownloadIcon/index.test/package.json +0 -6
  332. package/ExclamationIcon/__snapshots__/index.test.tsx.snap +0 -297
  333. package/ExclamationIcon/index.test/index.js +0 -45
  334. package/ExclamationIcon/index.test/package.json +0 -6
  335. package/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -145
  336. package/GlobeIcon/index.test/index.js +0 -25
  337. package/GlobeIcon/index.test/package.json +0 -6
  338. package/Icon/__snapshots__/index.test.tsx.snap +0 -342
  339. package/Icon/index.test/index.js +0 -62
  340. package/Icon/index.test/package.json +0 -6
  341. package/LockIcon/__snapshots__/index.test.tsx.snap +0 -262
  342. package/LockIcon/index.test/index.js +0 -45
  343. package/LockIcon/index.test/package.json +0 -6
  344. package/LoginIcon/__snapshots__/index.test.tsx.snap +0 -283
  345. package/LoginIcon/index.test/index.js +0 -45
  346. package/LoginIcon/index.test/package.json +0 -6
  347. package/MinusIcon/__snapshots__/index.test.tsx.snap +0 -283
  348. package/MinusIcon/index.test/index.js +0 -45
  349. package/MinusIcon/index.test/package.json +0 -6
  350. package/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -444
  351. package/MoreVertIcon/index.test/index.js +0 -57
  352. package/MoreVertIcon/index.test/package.json +0 -6
  353. package/PdfFileIcon/__snapshots__/index.test.tsx.snap +0 -353
  354. package/PdfFileIcon/index.test/index.js +0 -45
  355. package/PdfFileIcon/index.test/package.json +0 -6
  356. package/PlusIcon/__snapshots__/index.test.tsx.snap +0 -262
  357. package/PlusIcon/index.test/index.js +0 -45
  358. package/PlusIcon/index.test/package.json +0 -6
  359. package/PrintIcon/__snapshots__/index.test.tsx.snap +0 -304
  360. package/PrintIcon/index.test/index.js +0 -45
  361. package/PrintIcon/index.test/package.json +0 -6
  362. package/ReplyIcon/__snapshots__/index.test.tsx.snap +0 -262
  363. package/ReplyIcon/index.test/index.js +0 -45
  364. package/ReplyIcon/index.test/package.json +0 -6
  365. package/RestoreIcon/__snapshots__/index.test.tsx.snap +0 -318
  366. package/RestoreIcon/index.test/index.js +0 -45
  367. package/RestoreIcon/index.test/package.json +0 -6
  368. package/SearchIcon/__snapshots__/index.test.tsx.snap +0 -34
  369. package/SearchIcon/index.test/index.js +0 -7
  370. package/SearchIcon/index.test/package.json +0 -6
  371. package/SvgIcon/__snapshots__/index.test.tsx.snap +0 -390
  372. package/SvgIcon/index.test/index.js +0 -105
  373. package/SvgIcon/index.test/package.json +0 -6
  374. package/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -336
  375. package/UncheckIcon/index.test/index.js +0 -57
  376. package/UncheckIcon/index.test/package.json +0 -6
  377. package/cjs/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -408
  378. package/cjs/AccessibilityIcon/index.test/index.js +0 -60
  379. package/cjs/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -148
  380. package/cjs/ArrowIcon/index.test/index.js +0 -28
  381. package/cjs/Base/index.js +0 -75
  382. package/cjs/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -320
  383. package/cjs/BurgerIcon/index.test/index.js +0 -41
  384. package/cjs/CancelIcon/__snapshots__/index.test.tsx.snap +0 -262
  385. package/cjs/CancelIcon/index.test/index.js +0 -48
  386. package/cjs/CaretIcon/__snapshots__/index.test.tsx.snap +0 -148
  387. package/cjs/CaretIcon/index.test/index.js +0 -28
  388. package/cjs/ChatIcon/__snapshots__/index.test.tsx.snap +0 -300
  389. package/cjs/ChatIcon/index.test/index.js +0 -54
  390. package/cjs/CheckIcon/__snapshots__/index.test.tsx.snap +0 -299
  391. package/cjs/CheckIcon/index.test/index.js +0 -54
  392. package/cjs/ChevronIcon/__snapshots__/index.test.tsx.snap +0 -148
  393. package/cjs/ChevronIcon/index.test/index.js +0 -28
  394. package/cjs/CloseIcon/__snapshots__/index.test.tsx.snap +0 -34
  395. package/cjs/CloseIcon/index.test/index.js +0 -10
  396. package/cjs/DownloadIcon/__snapshots__/index.test.tsx.snap +0 -318
  397. package/cjs/DownloadIcon/index.test/index.js +0 -48
  398. package/cjs/ExclamationIcon/__snapshots__/index.test.tsx.snap +0 -297
  399. package/cjs/ExclamationIcon/index.test/index.js +0 -48
  400. package/cjs/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -145
  401. package/cjs/GlobeIcon/index.test/index.js +0 -28
  402. package/cjs/Icon/__snapshots__/index.test.tsx.snap +0 -342
  403. package/cjs/Icon/index.test/index.js +0 -65
  404. package/cjs/LockIcon/__snapshots__/index.test.tsx.snap +0 -262
  405. package/cjs/LockIcon/index.test/index.js +0 -48
  406. package/cjs/LoginIcon/__snapshots__/index.test.tsx.snap +0 -283
  407. package/cjs/LoginIcon/index.test/index.js +0 -48
  408. package/cjs/MinusIcon/__snapshots__/index.test.tsx.snap +0 -283
  409. package/cjs/MinusIcon/index.test/index.js +0 -48
  410. package/cjs/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -444
  411. package/cjs/MoreVertIcon/index.test/index.js +0 -60
  412. package/cjs/PdfFileIcon/__snapshots__/index.test.tsx.snap +0 -353
  413. package/cjs/PdfFileIcon/index.test/index.js +0 -48
  414. package/cjs/PlusIcon/__snapshots__/index.test.tsx.snap +0 -262
  415. package/cjs/PlusIcon/index.test/index.js +0 -48
  416. package/cjs/PrintIcon/__snapshots__/index.test.tsx.snap +0 -304
  417. package/cjs/PrintIcon/index.test/index.js +0 -48
  418. package/cjs/ReplyIcon/__snapshots__/index.test.tsx.snap +0 -262
  419. package/cjs/ReplyIcon/index.test/index.js +0 -48
  420. package/cjs/RestoreIcon/__snapshots__/index.test.tsx.snap +0 -318
  421. package/cjs/RestoreIcon/index.test/index.js +0 -48
  422. package/cjs/SearchIcon/__snapshots__/index.test.tsx.snap +0 -34
  423. package/cjs/SearchIcon/index.test/index.js +0 -10
  424. package/cjs/SvgIcon/__snapshots__/index.test.tsx.snap +0 -390
  425. package/cjs/SvgIcon/index.test/index.js +0 -108
  426. package/cjs/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -336
  427. package/cjs/UncheckIcon/index.test/index.js +0 -60
@@ -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
  );