@digigov/react-icons 1.2.0-dcbd7ded → 2.0.0-2445d5cb

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 (418) hide show
  1. package/AccessibilityIcon/config/index.js +14 -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 +10 -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/Base/index.d.ts +95 -0
  10. package/Base/index.js +101 -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 +21 -27
  14. package/BurgerIcon/config.js.map +7 -0
  15. package/BurgerIcon/index.js +10 -8
  16. package/BurgerIcon/index.js.map +7 -0
  17. package/CancelIcon/config/index.js +11 -0
  18. package/{CloseIcon/index.test → CancelIcon/config}/package.json +1 -1
  19. package/CancelIcon/config.d.ts +8 -0
  20. package/CancelIcon/config.js.map +7 -0
  21. package/CancelIcon/index.d.ts +4 -0
  22. package/CancelIcon/index.js +11 -0
  23. package/CancelIcon/index.js.map +7 -0
  24. package/CancelIcon/index.test.d.ts +1 -0
  25. package/{CheckIcon/index.test → CancelIcon}/package.json +1 -1
  26. package/CaretIcon/config/index.js +10 -21
  27. package/CaretIcon/config.js.map +7 -0
  28. package/CaretIcon/index.js +10 -8
  29. package/CaretIcon/index.js.map +7 -0
  30. package/ChatIcon/config/index.js +11 -0
  31. package/{CaretIcon/index.test → ChatIcon/config}/package.json +1 -1
  32. package/ChatIcon/config.d.ts +11 -0
  33. package/ChatIcon/config.js.map +7 -0
  34. package/ChatIcon/index.d.ts +4 -0
  35. package/ChatIcon/index.js +11 -0
  36. package/ChatIcon/index.js.map +7 -0
  37. package/ChatIcon/index.test.d.ts +1 -0
  38. package/ChatIcon/package.json +6 -0
  39. package/CheckIcon/config/index.js +9 -7
  40. package/CheckIcon/config.js.map +7 -0
  41. package/CheckIcon/index.js +10 -8
  42. package/CheckIcon/index.js.map +7 -0
  43. package/ChevronIcon/config/index.js +10 -21
  44. package/ChevronIcon/config.js.map +7 -0
  45. package/ChevronIcon/index.js +10 -8
  46. package/ChevronIcon/index.js.map +7 -0
  47. package/CloseIcon/config/index.js +9 -7
  48. package/CloseIcon/config.js.map +7 -0
  49. package/CloseIcon/index.js +10 -8
  50. package/CloseIcon/index.js.map +7 -0
  51. package/DownloadIcon/config/index.js +11 -0
  52. package/DownloadIcon/config/package.json +6 -0
  53. package/DownloadIcon/config.d.ts +8 -0
  54. package/DownloadIcon/config.js.map +7 -0
  55. package/DownloadIcon/index.d.ts +4 -0
  56. package/DownloadIcon/index.js +11 -0
  57. package/DownloadIcon/index.js.map +7 -0
  58. package/DownloadIcon/index.test.d.ts +1 -0
  59. package/DownloadIcon/package.json +6 -0
  60. package/ExclamationIcon/config/index.js +11 -0
  61. package/{ArrowIcon/index.test → ExclamationIcon/config}/package.json +1 -1
  62. package/ExclamationIcon/config.d.ts +8 -0
  63. package/ExclamationIcon/config.js.map +7 -0
  64. package/ExclamationIcon/index.d.ts +4 -0
  65. package/ExclamationIcon/index.js +11 -0
  66. package/ExclamationIcon/index.js.map +7 -0
  67. package/ExclamationIcon/index.test.d.ts +1 -0
  68. package/ExclamationIcon/package.json +6 -0
  69. package/GlobeIcon/config/index.js +9 -7
  70. package/GlobeIcon/config.js.map +7 -0
  71. package/GlobeIcon/index.js +10 -8
  72. package/GlobeIcon/index.js.map +7 -0
  73. package/Icon/index.d.ts +2 -2
  74. package/Icon/index.js +29 -29
  75. package/Icon/index.js.map +7 -0
  76. package/LockIcon/config/index.js +11 -0
  77. package/LockIcon/config/package.json +6 -0
  78. package/LockIcon/config.d.ts +8 -0
  79. package/LockIcon/config.js.map +7 -0
  80. package/LockIcon/index.d.ts +4 -0
  81. package/LockIcon/index.js +11 -0
  82. package/LockIcon/index.js.map +7 -0
  83. package/LockIcon/index.test.d.ts +1 -0
  84. package/LockIcon/package.json +6 -0
  85. package/LoginIcon/config/index.js +11 -0
  86. package/LoginIcon/config/package.json +6 -0
  87. package/LoginIcon/config.d.ts +8 -0
  88. package/LoginIcon/config.js.map +7 -0
  89. package/LoginIcon/index.d.ts +4 -0
  90. package/LoginIcon/index.js +11 -0
  91. package/LoginIcon/index.js.map +7 -0
  92. package/LoginIcon/index.test.d.ts +1 -0
  93. package/LoginIcon/package.json +6 -0
  94. package/MinusIcon/config/index.js +11 -0
  95. package/MinusIcon/config/package.json +6 -0
  96. package/MinusIcon/config.d.ts +8 -0
  97. package/MinusIcon/config.js.map +7 -0
  98. package/MinusIcon/index.d.ts +4 -0
  99. package/MinusIcon/index.js +11 -0
  100. package/MinusIcon/index.js.map +7 -0
  101. package/MinusIcon/index.test.d.ts +1 -0
  102. package/MinusIcon/package.json +6 -0
  103. package/MoreVertIcon/config/index.js +9 -19
  104. package/MoreVertIcon/config.js.map +7 -0
  105. package/MoreVertIcon/index.js +10 -8
  106. package/MoreVertIcon/index.js.map +7 -0
  107. package/PdfFileIcon/config/index.js +11 -0
  108. package/PdfFileIcon/config/package.json +6 -0
  109. package/PdfFileIcon/config.d.ts +8 -0
  110. package/PdfFileIcon/config.js.map +7 -0
  111. package/PdfFileIcon/index.d.ts +4 -0
  112. package/PdfFileIcon/index.js +11 -0
  113. package/PdfFileIcon/index.js.map +7 -0
  114. package/PdfFileIcon/index.test.d.ts +1 -0
  115. package/PdfFileIcon/package.json +6 -0
  116. package/PlusIcon/config/index.js +11 -0
  117. package/PlusIcon/config/package.json +6 -0
  118. package/PlusIcon/config.d.ts +8 -0
  119. package/PlusIcon/config.js.map +7 -0
  120. package/PlusIcon/index.d.ts +4 -0
  121. package/PlusIcon/index.js +11 -0
  122. package/PlusIcon/index.js.map +7 -0
  123. package/PlusIcon/index.test.d.ts +1 -0
  124. package/PlusIcon/package.json +6 -0
  125. package/PrintIcon/config/index.js +11 -0
  126. package/PrintIcon/config/package.json +6 -0
  127. package/PrintIcon/config.d.ts +8 -0
  128. package/PrintIcon/config.js.map +7 -0
  129. package/PrintIcon/index.d.ts +4 -0
  130. package/PrintIcon/index.js +11 -0
  131. package/PrintIcon/index.js.map +7 -0
  132. package/PrintIcon/index.test.d.ts +1 -0
  133. package/PrintIcon/package.json +6 -0
  134. package/ReplyIcon/config/index.js +11 -0
  135. package/ReplyIcon/config/package.json +6 -0
  136. package/ReplyIcon/config.d.ts +8 -0
  137. package/ReplyIcon/config.js.map +7 -0
  138. package/ReplyIcon/index.d.ts +4 -0
  139. package/ReplyIcon/index.js +11 -0
  140. package/ReplyIcon/index.js.map +7 -0
  141. package/ReplyIcon/index.test.d.ts +1 -0
  142. package/ReplyIcon/package.json +6 -0
  143. package/RestoreIcon/config/index.js +11 -0
  144. package/RestoreIcon/config/package.json +6 -0
  145. package/RestoreIcon/config.d.ts +8 -0
  146. package/RestoreIcon/config.js.map +7 -0
  147. package/RestoreIcon/index.d.ts +4 -0
  148. package/RestoreIcon/index.js +11 -0
  149. package/RestoreIcon/index.js.map +7 -0
  150. package/RestoreIcon/index.test.d.ts +1 -0
  151. package/RestoreIcon/package.json +6 -0
  152. package/SearchIcon/config/index.js +9 -7
  153. package/SearchIcon/config.js.map +7 -0
  154. package/SearchIcon/index.js +10 -8
  155. package/SearchIcon/index.js.map +7 -0
  156. package/SvgIcon/index.d.ts +37 -0
  157. package/SvgIcon/index.js +30 -0
  158. package/SvgIcon/index.js.map +7 -0
  159. package/SvgIcon/index.test.d.ts +1 -0
  160. package/SvgIcon/package.json +6 -0
  161. package/UncheckIcon/config/index.js +9 -7
  162. package/UncheckIcon/config.js.map +7 -0
  163. package/UncheckIcon/index.js +10 -8
  164. package/UncheckIcon/index.js.map +7 -0
  165. package/cjs/AccessibilityIcon/config/index.js +45 -19
  166. package/cjs/AccessibilityIcon/config.js.map +7 -0
  167. package/cjs/AccessibilityIcon/index.js +42 -14
  168. package/cjs/AccessibilityIcon/index.js.map +7 -0
  169. package/cjs/ArrowIcon/config/index.js +42 -27
  170. package/cjs/ArrowIcon/config.js.map +7 -0
  171. package/cjs/ArrowIcon/index.js +42 -14
  172. package/cjs/ArrowIcon/index.js.map +7 -0
  173. package/cjs/Base/index.js +134 -0
  174. package/cjs/Base/index.js.map +7 -0
  175. package/cjs/BurgerIcon/config/index.js +53 -33
  176. package/cjs/BurgerIcon/config.js.map +7 -0
  177. package/cjs/BurgerIcon/index.js +42 -14
  178. package/cjs/BurgerIcon/index.js.map +7 -0
  179. package/cjs/CancelIcon/config/index.js +44 -0
  180. package/cjs/CancelIcon/config.js.map +7 -0
  181. package/cjs/CancelIcon/index.js +44 -0
  182. package/cjs/CancelIcon/index.js.map +7 -0
  183. package/cjs/CaretIcon/config/index.js +42 -27
  184. package/cjs/CaretIcon/config.js.map +7 -0
  185. package/cjs/CaretIcon/index.js +42 -14
  186. package/cjs/CaretIcon/index.js.map +7 -0
  187. package/cjs/ChatIcon/config/index.js +44 -0
  188. package/cjs/ChatIcon/config.js.map +7 -0
  189. package/cjs/ChatIcon/index.js +44 -0
  190. package/cjs/ChatIcon/index.js.map +7 -0
  191. package/cjs/CheckIcon/config/index.js +40 -13
  192. package/cjs/CheckIcon/config.js.map +7 -0
  193. package/cjs/CheckIcon/index.js +42 -14
  194. package/cjs/CheckIcon/index.js.map +7 -0
  195. package/cjs/ChevronIcon/config/index.js +42 -27
  196. package/cjs/ChevronIcon/config.js.map +7 -0
  197. package/cjs/ChevronIcon/index.js +42 -14
  198. package/cjs/ChevronIcon/index.js.map +7 -0
  199. package/cjs/CloseIcon/config/index.js +40 -13
  200. package/cjs/CloseIcon/config.js.map +7 -0
  201. package/cjs/CloseIcon/index.js +42 -14
  202. package/cjs/CloseIcon/index.js.map +7 -0
  203. package/cjs/DownloadIcon/config/index.js +44 -0
  204. package/cjs/DownloadIcon/config.js.map +7 -0
  205. package/cjs/DownloadIcon/index.js +44 -0
  206. package/cjs/DownloadIcon/index.js.map +7 -0
  207. package/cjs/ExclamationIcon/config/index.js +44 -0
  208. package/cjs/ExclamationIcon/config.js.map +7 -0
  209. package/cjs/ExclamationIcon/index.js +44 -0
  210. package/cjs/ExclamationIcon/index.js.map +7 -0
  211. package/cjs/GlobeIcon/config/index.js +40 -13
  212. package/cjs/GlobeIcon/config.js.map +7 -0
  213. package/cjs/GlobeIcon/index.js +42 -14
  214. package/cjs/GlobeIcon/index.js.map +7 -0
  215. package/cjs/Icon/index.js +61 -38
  216. package/cjs/Icon/index.js.map +7 -0
  217. package/cjs/LockIcon/config/index.js +44 -0
  218. package/cjs/LockIcon/config.js.map +7 -0
  219. package/cjs/LockIcon/index.js +44 -0
  220. package/cjs/LockIcon/index.js.map +7 -0
  221. package/cjs/LoginIcon/config/index.js +44 -0
  222. package/cjs/LoginIcon/config.js.map +7 -0
  223. package/cjs/LoginIcon/index.js +44 -0
  224. package/cjs/LoginIcon/index.js.map +7 -0
  225. package/cjs/MinusIcon/config/index.js +44 -0
  226. package/cjs/MinusIcon/config.js.map +7 -0
  227. package/cjs/MinusIcon/index.js +44 -0
  228. package/cjs/MinusIcon/index.js.map +7 -0
  229. package/cjs/MoreVertIcon/config/index.js +40 -25
  230. package/cjs/MoreVertIcon/config.js.map +7 -0
  231. package/cjs/MoreVertIcon/index.js +42 -14
  232. package/cjs/MoreVertIcon/index.js.map +7 -0
  233. package/cjs/PdfFileIcon/config/index.js +44 -0
  234. package/cjs/PdfFileIcon/config.js.map +7 -0
  235. package/cjs/PdfFileIcon/index.js +44 -0
  236. package/cjs/PdfFileIcon/index.js.map +7 -0
  237. package/cjs/PlusIcon/config/index.js +44 -0
  238. package/cjs/PlusIcon/config.js.map +7 -0
  239. package/cjs/PlusIcon/index.js +44 -0
  240. package/cjs/PlusIcon/index.js.map +7 -0
  241. package/cjs/PrintIcon/config/index.js +44 -0
  242. package/cjs/PrintIcon/config.js.map +7 -0
  243. package/cjs/PrintIcon/index.js +44 -0
  244. package/cjs/PrintIcon/index.js.map +7 -0
  245. package/cjs/ReplyIcon/config/index.js +44 -0
  246. package/cjs/ReplyIcon/config.js.map +7 -0
  247. package/cjs/ReplyIcon/index.js +44 -0
  248. package/cjs/ReplyIcon/index.js.map +7 -0
  249. package/cjs/RestoreIcon/config/index.js +44 -0
  250. package/cjs/RestoreIcon/config.js.map +7 -0
  251. package/cjs/RestoreIcon/index.js +44 -0
  252. package/cjs/RestoreIcon/index.js.map +7 -0
  253. package/cjs/SearchIcon/config/index.js +40 -13
  254. package/cjs/SearchIcon/config.js.map +7 -0
  255. package/cjs/SearchIcon/index.js +42 -14
  256. package/cjs/SearchIcon/index.js.map +7 -0
  257. package/cjs/SvgIcon/index.js +63 -0
  258. package/cjs/SvgIcon/index.js.map +7 -0
  259. package/cjs/UncheckIcon/config/index.js +40 -13
  260. package/cjs/UncheckIcon/config.js.map +7 -0
  261. package/cjs/UncheckIcon/index.js +42 -14
  262. package/cjs/UncheckIcon/index.js.map +7 -0
  263. package/cjs/icons/index.js +65 -125
  264. package/cjs/icons.js.map +7 -0
  265. package/cjs/index.js +65 -125
  266. package/cjs/index.js.map +7 -0
  267. package/cjs/lazy/index.js +61 -120
  268. package/cjs/lazy.js.map +7 -0
  269. package/cjs/registry/index.js +102 -48
  270. package/cjs/registry.js.map +7 -0
  271. package/icons/index.js +24 -12
  272. package/icons.d.ts +36 -0
  273. package/icons.js.map +7 -0
  274. package/index.d.ts +12 -0
  275. package/index.js +25 -12
  276. package/index.js.map +7 -0
  277. package/lazy/index.js +33 -87
  278. package/lazy.d.ts +15 -1
  279. package/lazy.js.map +7 -0
  280. package/package.json +4 -7
  281. package/registry/index.js +74 -40
  282. package/registry.d.ts +14 -0
  283. package/registry.js.map +7 -0
  284. package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +197 -379
  285. package/src/AccessibilityIcon/index.test.tsx +16 -16
  286. package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +52 -131
  287. package/src/ArrowIcon/index.test.tsx +5 -5
  288. package/src/Base/index.tsx +257 -0
  289. package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +172 -293
  290. package/src/BurgerIcon/index.test.tsx +11 -11
  291. package/src/CancelIcon/__snapshots__/index.test.tsx.snap +120 -0
  292. package/src/CancelIcon/config.tsx +15 -0
  293. package/src/CancelIcon/index.test.tsx +26 -0
  294. package/src/CancelIcon/index.tsx +8 -0
  295. package/src/CaretIcon/__snapshots__/index.test.tsx.snap +52 -131
  296. package/src/CaretIcon/index.test.tsx +5 -5
  297. package/src/ChatIcon/__snapshots__/index.test.tsx.snap +137 -0
  298. package/src/ChatIcon/config.tsx +28 -0
  299. package/src/ChatIcon/index.test.tsx +29 -0
  300. package/src/ChatIcon/index.tsx +8 -0
  301. package/src/CheckIcon/__snapshots__/index.test.tsx.snap +111 -273
  302. package/src/CheckIcon/index.test.tsx +14 -14
  303. package/src/ChevronIcon/__snapshots__/index.test.tsx.snap +69 -0
  304. package/src/ChevronIcon/index.test.tsx +5 -5
  305. package/src/CloseIcon/__snapshots__/index.test.tsx.snap +13 -29
  306. package/src/CloseIcon/index.test.tsx +2 -2
  307. package/src/DownloadIcon/__snapshots__/index.test.tsx.snap +176 -0
  308. package/src/DownloadIcon/config.tsx +16 -0
  309. package/src/DownloadIcon/index.test.tsx +26 -0
  310. package/src/DownloadIcon/index.tsx +8 -0
  311. package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +155 -0
  312. package/src/ExclamationIcon/config.tsx +16 -0
  313. package/src/ExclamationIcon/index.test.tsx +26 -0
  314. package/src/ExclamationIcon/index.tsx +8 -0
  315. package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +55 -135
  316. package/src/GlobeIcon/config.tsx +1 -12
  317. package/src/GlobeIcon/index.test.tsx +8 -8
  318. package/src/Icon/__snapshots__/index.test.tsx.snap +127 -271
  319. package/src/Icon/index.test.tsx +11 -11
  320. package/src/Icon/index.tsx +2 -2
  321. package/src/LockIcon/__snapshots__/index.test.tsx.snap +120 -0
  322. package/src/LockIcon/config.tsx +15 -0
  323. package/src/LockIcon/index.test.tsx +26 -0
  324. package/src/LockIcon/index.tsx +8 -0
  325. package/src/LoginIcon/__snapshots__/index.test.tsx.snap +141 -0
  326. package/src/LoginIcon/config.tsx +16 -0
  327. package/src/LoginIcon/index.test.tsx +26 -0
  328. package/src/LoginIcon/index.tsx +8 -0
  329. package/src/MinusIcon/__snapshots__/index.test.tsx.snap +141 -0
  330. package/src/MinusIcon/config.tsx +15 -0
  331. package/src/MinusIcon/index.test.tsx +26 -0
  332. package/src/MinusIcon/index.tsx +8 -0
  333. package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +233 -415
  334. package/src/MoreVertIcon/index.test.tsx +16 -16
  335. package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +211 -0
  336. package/src/PdfFileIcon/config.tsx +20 -0
  337. package/src/PdfFileIcon/index.test.tsx +26 -0
  338. package/src/PdfFileIcon/index.tsx +8 -0
  339. package/src/PlusIcon/__snapshots__/index.test.tsx.snap +120 -0
  340. package/src/PlusIcon/config.tsx +15 -0
  341. package/src/PlusIcon/index.test.tsx +26 -0
  342. package/src/PlusIcon/index.tsx +8 -0
  343. package/src/PrintIcon/__snapshots__/index.test.tsx.snap +162 -0
  344. package/src/PrintIcon/config.tsx +16 -0
  345. package/src/PrintIcon/index.test.tsx +26 -0
  346. package/src/PrintIcon/index.tsx +8 -0
  347. package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +120 -0
  348. package/src/ReplyIcon/config.tsx +15 -0
  349. package/src/ReplyIcon/index.test.tsx +26 -0
  350. package/src/ReplyIcon/index.tsx +8 -0
  351. package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +176 -0
  352. package/src/RestoreIcon/config.tsx +17 -0
  353. package/src/RestoreIcon/index.test.tsx +26 -0
  354. package/src/RestoreIcon/index.tsx +8 -0
  355. package/src/SearchIcon/__snapshots__/index.test.tsx.snap +13 -29
  356. package/src/SearchIcon/index.test.tsx +2 -2
  357. package/src/SvgIcon/__snapshots__/index.test.tsx.snap +254 -0
  358. package/src/SvgIcon/index.test.tsx +96 -0
  359. package/src/SvgIcon/index.tsx +72 -0
  360. package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +125 -307
  361. package/src/UncheckIcon/index.test.tsx +16 -16
  362. package/src/icons.ts +37 -0
  363. package/src/index.ts +12 -0
  364. package/src/lazy.js +14 -0
  365. package/src/registry.js +28 -0
  366. package/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -408
  367. package/AccessibilityIcon/index.test/index.js +0 -57
  368. package/AccessibilityIcon/index.test/package.json +0 -6
  369. package/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -148
  370. package/ArrowIcon/index.test/index.js +0 -25
  371. package/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -320
  372. package/BurgerIcon/index.test/index.js +0 -38
  373. package/BurgerIcon/index.test/package.json +0 -6
  374. package/CaretIcon/__snapshots__/index.test.tsx.snap +0 -148
  375. package/CaretIcon/index.test/index.js +0 -25
  376. package/CheckIcon/__snapshots__/index.test.tsx.snap +0 -299
  377. package/CheckIcon/index.test/index.js +0 -51
  378. package/ChevronIcon/index.test/index.js +0 -25
  379. package/ChevronIcon/index.test/package.json +0 -6
  380. package/CloseIcon/__snapshots__/index.test.tsx.snap +0 -34
  381. package/CloseIcon/index.test/index.js +0 -7
  382. package/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -149
  383. package/GlobeIcon/index.test/index.js +0 -25
  384. package/GlobeIcon/index.test/package.json +0 -6
  385. package/Icon/__snapshots__/index.test.tsx.snap +0 -343
  386. package/Icon/index.test/index.js +0 -62
  387. package/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -444
  388. package/MoreVertIcon/index.test/index.js +0 -57
  389. package/MoreVertIcon/index.test/package.json +0 -6
  390. package/SearchIcon/__snapshots__/index.test.tsx.snap +0 -34
  391. package/SearchIcon/index.test/index.js +0 -7
  392. package/SearchIcon/index.test/package.json +0 -6
  393. package/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -336
  394. package/UncheckIcon/index.test/index.js +0 -57
  395. package/UncheckIcon/index.test/package.json +0 -6
  396. package/cjs/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -408
  397. package/cjs/AccessibilityIcon/index.test/index.js +0 -60
  398. package/cjs/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -148
  399. package/cjs/ArrowIcon/index.test/index.js +0 -28
  400. package/cjs/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -320
  401. package/cjs/BurgerIcon/index.test/index.js +0 -41
  402. package/cjs/CaretIcon/__snapshots__/index.test.tsx.snap +0 -148
  403. package/cjs/CaretIcon/index.test/index.js +0 -28
  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/index.test/index.js +0 -28
  407. package/cjs/CloseIcon/__snapshots__/index.test.tsx.snap +0 -34
  408. package/cjs/CloseIcon/index.test/index.js +0 -10
  409. package/cjs/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -149
  410. package/cjs/GlobeIcon/index.test/index.js +0 -28
  411. package/cjs/Icon/__snapshots__/index.test.tsx.snap +0 -343
  412. package/cjs/Icon/index.test/index.js +0 -65
  413. package/cjs/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -444
  414. package/cjs/MoreVertIcon/index.test/index.js +0 -60
  415. package/cjs/SearchIcon/__snapshots__/index.test.tsx.snap +0 -34
  416. package/cjs/SearchIcon/index.test/index.js +0 -10
  417. package/cjs/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -336
  418. package/cjs/UncheckIcon/index.test/index.js +0 -60
@@ -1,32 +1,32 @@
1
1
  import React from 'react';
2
- import { mount } from 'enzyme';
2
+ import { render } from '@testing-library/react';
3
3
 
4
4
  import MoreVertIcon from '@digigov/react-icons/MoreVertIcon';
5
5
 
6
6
  it('renders the MoreVertIcon with no props', () => {
7
- expect(mount(<MoreVertIcon />)).toMatchSnapshot();
7
+ expect(render(<MoreVertIcon />).baseElement).toMatchSnapshot();
8
8
  });
9
9
  it('renders the MoreVertIcon with prop size=s', () => {
10
- expect(mount(<MoreVertIcon size="sm" />)).toMatchSnapshot();
10
+ expect(render(<MoreVertIcon size="sm" />).baseElement).toMatchSnapshot();
11
11
  });
12
12
  it('renders the MoreVertIcon with prop size=l', () => {
13
- expect(mount(<MoreVertIcon size="lg" />)).toMatchSnapshot();
13
+ expect(render(<MoreVertIcon size="lg" />).baseElement).toMatchSnapshot();
14
14
  });
15
- it('renders the MoreVertIcon with prop variant=dark', () => {
16
- expect(mount(<MoreVertIcon variant="dark" />)).toMatchSnapshot();
15
+ it('renders the MoreVertIcon with prop color=dark', () => {
16
+ expect(render(<MoreVertIcon color="dark" />).baseElement).toMatchSnapshot();
17
17
  });
18
- it('renders the MoreVertIcon with prop variant=primary', () => {
19
- expect(mount(<MoreVertIcon variant="primary" />)).toMatchSnapshot();
18
+ it('renders the MoreVertIcon with prop color=primary', () => {
19
+ expect(render(<MoreVertIcon color="primary" />).baseElement).toMatchSnapshot();
20
20
  });
21
- it('renders the MoreVertIcon with prop variant=success', () => {
22
- expect(mount(<MoreVertIcon variant="success" />)).toMatchSnapshot();
21
+ it('renders the MoreVertIcon with prop color=success', () => {
22
+ expect(render(<MoreVertIcon color="success" />).baseElement).toMatchSnapshot();
23
23
  });
24
- it('renders the MoreVertIcon with prop variant=focus', () => {
25
- expect(mount(<MoreVertIcon variant="focus" />)).toMatchSnapshot();
24
+ it('renders the MoreVertIcon with prop color=focus', () => {
25
+ expect(render(<MoreVertIcon color="focus" />).baseElement).toMatchSnapshot();
26
26
  });
27
- it('renders the MoreVertIcon with prop variant=warning and size=s', () => {
28
- expect(mount(<MoreVertIcon variant="warning" size="sm" />)).toMatchSnapshot();
27
+ it('renders the MoreVertIcon with prop color=warning and size=s', () => {
28
+ expect(render(<MoreVertIcon color="warning" size="sm" />).baseElement).toMatchSnapshot();
29
29
  });
30
- it('renders the MoreVertIcon with prop variant=error and size= xl', () => {
31
- expect(mount(<MoreVertIcon variant="warning" size="xl" />)).toMatchSnapshot();
30
+ it('renders the MoreVertIcon with prop color=error and size= xl', () => {
31
+ expect(render(<MoreVertIcon color="warning" size="xl" />).baseElement).toMatchSnapshot();
32
32
  });
@@ -0,0 +1,211 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`renders the PdfFileIcon with no props 1`] = `
4
+ <body>
5
+ <div>
6
+ <svg
7
+ aria-hidden="true"
8
+ class="ds-svg-icon--pdfFile ds-svg-icon"
9
+ focusable="false"
10
+ viewBox="0 0 24 24"
11
+ >
12
+ <g>
13
+ <polygon
14
+ points="4 19 4 7 2 7 2 21 18 21 18 19 4 19"
15
+ />
16
+ <g>
17
+ <path
18
+ d="M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z"
19
+ />
20
+ <path
21
+ d="M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z"
22
+ />
23
+ <path
24
+ d="M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z"
25
+ />
26
+ </g>
27
+ </g>
28
+ </svg>
29
+ </div>
30
+ </body>
31
+ `;
32
+
33
+ exports[`renders the PdfFileIcon with prop color=error and size= xl 1`] = `
34
+ <body>
35
+ <div>
36
+ <svg
37
+ aria-hidden="true"
38
+ class="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
39
+ focusable="false"
40
+ viewBox="0 0 24 24"
41
+ >
42
+ <g>
43
+ <polygon
44
+ points="4 19 4 7 2 7 2 21 18 21 18 19 4 19"
45
+ />
46
+ <g>
47
+ <path
48
+ d="M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z"
49
+ />
50
+ <path
51
+ d="M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z"
52
+ />
53
+ <path
54
+ d="M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z"
55
+ />
56
+ </g>
57
+ </g>
58
+ </svg>
59
+ </div>
60
+ </body>
61
+ `;
62
+
63
+ exports[`renders the PdfFileIcon with prop color=warning 1`] = `
64
+ <body>
65
+ <div>
66
+ <svg
67
+ aria-hidden="true"
68
+ class="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon"
69
+ focusable="false"
70
+ viewBox="0 0 24 24"
71
+ >
72
+ <g>
73
+ <polygon
74
+ points="4 19 4 7 2 7 2 21 18 21 18 19 4 19"
75
+ />
76
+ <g>
77
+ <path
78
+ d="M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z"
79
+ />
80
+ <path
81
+ d="M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z"
82
+ />
83
+ <path
84
+ d="M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z"
85
+ />
86
+ </g>
87
+ </g>
88
+ </svg>
89
+ </div>
90
+ </body>
91
+ `;
92
+
93
+ exports[`renders the PdfFileIcon with prop color=warning and size=s 1`] = `
94
+ <body>
95
+ <div>
96
+ <svg
97
+ aria-hidden="true"
98
+ class="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
99
+ focusable="false"
100
+ viewBox="0 0 24 24"
101
+ >
102
+ <g>
103
+ <polygon
104
+ points="4 19 4 7 2 7 2 21 18 21 18 19 4 19"
105
+ />
106
+ <g>
107
+ <path
108
+ d="M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z"
109
+ />
110
+ <path
111
+ d="M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z"
112
+ />
113
+ <path
114
+ d="M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z"
115
+ />
116
+ </g>
117
+ </g>
118
+ </svg>
119
+ </div>
120
+ </body>
121
+ `;
122
+
123
+ exports[`renders the PdfFileIcon with prop color=white 1`] = `
124
+ <body>
125
+ <div>
126
+ <svg
127
+ aria-hidden="true"
128
+ class="ds-svg-icon--pdfFile ds-svg-icon--white ds-svg-icon"
129
+ focusable="false"
130
+ viewBox="0 0 24 24"
131
+ >
132
+ <g>
133
+ <polygon
134
+ points="4 19 4 7 2 7 2 21 18 21 18 19 4 19"
135
+ />
136
+ <g>
137
+ <path
138
+ d="M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z"
139
+ />
140
+ <path
141
+ d="M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z"
142
+ />
143
+ <path
144
+ d="M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z"
145
+ />
146
+ </g>
147
+ </g>
148
+ </svg>
149
+ </div>
150
+ </body>
151
+ `;
152
+
153
+ exports[`renders the PdfFileIcon with prop size=m 1`] = `
154
+ <body>
155
+ <div>
156
+ <svg
157
+ aria-hidden="true"
158
+ class="ds-svg-icon--pdfFile ds-svg-icon--md ds-svg-icon"
159
+ focusable="false"
160
+ viewBox="0 0 24 24"
161
+ >
162
+ <g>
163
+ <polygon
164
+ points="4 19 4 7 2 7 2 21 18 21 18 19 4 19"
165
+ />
166
+ <g>
167
+ <path
168
+ d="M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z"
169
+ />
170
+ <path
171
+ d="M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z"
172
+ />
173
+ <path
174
+ d="M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z"
175
+ />
176
+ </g>
177
+ </g>
178
+ </svg>
179
+ </div>
180
+ </body>
181
+ `;
182
+
183
+ exports[`renders the PdfFileIcon with prop size=xl 1`] = `
184
+ <body>
185
+ <div>
186
+ <svg
187
+ aria-hidden="true"
188
+ class="ds-svg-icon--pdfFile ds-svg-icon--xl ds-svg-icon"
189
+ focusable="false"
190
+ viewBox="0 0 24 24"
191
+ >
192
+ <g>
193
+ <polygon
194
+ points="4 19 4 7 2 7 2 21 18 21 18 19 4 19"
195
+ />
196
+ <g>
197
+ <path
198
+ d="M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z"
199
+ />
200
+ <path
201
+ d="M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z"
202
+ />
203
+ <path
204
+ d="M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z"
205
+ />
206
+ </g>
207
+ </g>
208
+ </svg>
209
+ </div>
210
+ </body>
211
+ `;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+
3
+ export interface PdfFileType {}
4
+
5
+ export function pdfFile(): React.ReactElement {
6
+ return (
7
+ <g>
8
+ <polygon points="4 19 4 7 2 7 2 21 18 21 18 19 4 19" />
9
+ <g>
10
+ <path d="M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z" />
11
+ <path d="M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z" />
12
+ <path d="M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z" />
13
+ </g>
14
+ </g>
15
+ );
16
+ }
17
+
18
+ pdfFile.props = [];
19
+
20
+ export default pdfFile;
@@ -0,0 +1,26 @@
1
+ import React from 'react';
2
+ import { render } from '@testing-library/react';
3
+
4
+ import PdfFileIcon from '@digigov/react-icons/PdfFileIcon';
5
+
6
+ it('renders the PdfFileIcon with no props', () => {
7
+ expect(render(<PdfFileIcon />).baseElement).toMatchSnapshot();
8
+ });
9
+ it('renders the PdfFileIcon with prop size=m', () => {
10
+ expect(render(<PdfFileIcon size="md" />).baseElement).toMatchSnapshot();
11
+ });
12
+ it('renders the PdfFileIcon with prop size=xl', () => {
13
+ expect(render(<PdfFileIcon size="xl" />).baseElement).toMatchSnapshot();
14
+ });
15
+ it('renders the PdfFileIcon with prop color=white', () => {
16
+ expect(render(<PdfFileIcon color="white" />).baseElement).toMatchSnapshot();
17
+ });
18
+ it('renders the PdfFileIcon with prop color=warning', () => {
19
+ expect(render(<PdfFileIcon color="warning" />).baseElement).toMatchSnapshot();
20
+ });
21
+ it('renders the PdfFileIcon with prop color=warning and size=s', () => {
22
+ expect(render(<PdfFileIcon color="warning" size="sm" />).baseElement).toMatchSnapshot();
23
+ });
24
+ it('renders the PdfFileIcon with prop color=error and size= xl', () => {
25
+ expect(render(<PdfFileIcon color="warning" size="xl" />).baseElement).toMatchSnapshot();
26
+ });
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import Icon, { IconProps } from '@digigov/react-icons/Icon';
3
+
4
+ export const PdfFileIcon: React.FC<IconProps<'pdfFile'>> = (props) => {
5
+ return <Icon {...props} icon="pdfFile"></Icon>;
6
+ };
7
+
8
+ export default PdfFileIcon;
@@ -0,0 +1,120 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`renders the PlusIcon with no props 1`] = `
4
+ <body>
5
+ <div>
6
+ <svg
7
+ aria-hidden="true"
8
+ class="ds-svg-icon--plus ds-svg-icon"
9
+ focusable="false"
10
+ viewBox="0 0 24 24"
11
+ >
12
+ <polygon
13
+ points="22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35"
14
+ />
15
+ </svg>
16
+ </div>
17
+ </body>
18
+ `;
19
+
20
+ exports[`renders the PlusIcon with prop color=error and size= xl 1`] = `
21
+ <body>
22
+ <div>
23
+ <svg
24
+ aria-hidden="true"
25
+ class="ds-svg-icon--plus ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
26
+ focusable="false"
27
+ viewBox="0 0 24 24"
28
+ >
29
+ <polygon
30
+ points="22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35"
31
+ />
32
+ </svg>
33
+ </div>
34
+ </body>
35
+ `;
36
+
37
+ exports[`renders the PlusIcon with prop color=warning 1`] = `
38
+ <body>
39
+ <div>
40
+ <svg
41
+ aria-hidden="true"
42
+ class="ds-svg-icon--plus ds-svg-icon--warning ds-svg-icon"
43
+ focusable="false"
44
+ viewBox="0 0 24 24"
45
+ >
46
+ <polygon
47
+ points="22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35"
48
+ />
49
+ </svg>
50
+ </div>
51
+ </body>
52
+ `;
53
+
54
+ exports[`renders the PlusIcon with prop color=warning and size=s 1`] = `
55
+ <body>
56
+ <div>
57
+ <svg
58
+ aria-hidden="true"
59
+ class="ds-svg-icon--plus ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
60
+ focusable="false"
61
+ viewBox="0 0 24 24"
62
+ >
63
+ <polygon
64
+ points="22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35"
65
+ />
66
+ </svg>
67
+ </div>
68
+ </body>
69
+ `;
70
+
71
+ exports[`renders the PlusIcon with prop color=white 1`] = `
72
+ <body>
73
+ <div>
74
+ <svg
75
+ aria-hidden="true"
76
+ class="ds-svg-icon--plus ds-svg-icon--white ds-svg-icon"
77
+ focusable="false"
78
+ viewBox="0 0 24 24"
79
+ >
80
+ <polygon
81
+ points="22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35"
82
+ />
83
+ </svg>
84
+ </div>
85
+ </body>
86
+ `;
87
+
88
+ exports[`renders the PlusIcon with prop size=m 1`] = `
89
+ <body>
90
+ <div>
91
+ <svg
92
+ aria-hidden="true"
93
+ class="ds-svg-icon--plus ds-svg-icon--md ds-svg-icon"
94
+ focusable="false"
95
+ viewBox="0 0 24 24"
96
+ >
97
+ <polygon
98
+ points="22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35"
99
+ />
100
+ </svg>
101
+ </div>
102
+ </body>
103
+ `;
104
+
105
+ exports[`renders the PlusIcon with prop size=xl 1`] = `
106
+ <body>
107
+ <div>
108
+ <svg
109
+ aria-hidden="true"
110
+ class="ds-svg-icon--plus ds-svg-icon--xl ds-svg-icon"
111
+ focusable="false"
112
+ viewBox="0 0 24 24"
113
+ >
114
+ <polygon
115
+ points="22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35"
116
+ />
117
+ </svg>
118
+ </div>
119
+ </body>
120
+ `;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+
3
+ export interface PlusType {}
4
+
5
+ export function plus(): React.ReactElement {
6
+ return (
7
+ <>
8
+ <polygon points="22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35" />
9
+ </>
10
+ );
11
+ }
12
+
13
+ plus.props = [];
14
+
15
+ export default plus;
@@ -0,0 +1,26 @@
1
+ import React from 'react';
2
+ import { render } from '@testing-library/react';
3
+
4
+ import PlusIcon from '@digigov/react-icons/PlusIcon';
5
+
6
+ it('renders the PlusIcon with no props', () => {
7
+ expect(render(<PlusIcon />).baseElement).toMatchSnapshot();
8
+ });
9
+ it('renders the PlusIcon with prop size=m', () => {
10
+ expect(render(<PlusIcon size="md" />).baseElement).toMatchSnapshot();
11
+ });
12
+ it('renders the PlusIcon with prop size=xl', () => {
13
+ expect(render(<PlusIcon size="xl" />).baseElement).toMatchSnapshot();
14
+ });
15
+ it('renders the PlusIcon with prop color=white', () => {
16
+ expect(render(<PlusIcon color="white" />).baseElement).toMatchSnapshot();
17
+ });
18
+ it('renders the PlusIcon with prop color=warning', () => {
19
+ expect(render(<PlusIcon color="warning" />).baseElement).toMatchSnapshot();
20
+ });
21
+ it('renders the PlusIcon with prop color=warning and size=s', () => {
22
+ expect(render(<PlusIcon color="warning" size="sm" />).baseElement).toMatchSnapshot();
23
+ });
24
+ it('renders the PlusIcon with prop color=error and size= xl', () => {
25
+ expect(render(<PlusIcon color="warning" size="xl" />).baseElement).toMatchSnapshot();
26
+ });
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import Icon, { IconProps } from '@digigov/react-icons/Icon';
3
+
4
+ export const PlusIcon: React.FC<IconProps<'plus'>> = (props) => {
5
+ return <Icon {...props} icon="plus"></Icon>;
6
+ };
7
+
8
+ export default PlusIcon;
@@ -0,0 +1,162 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`renders the PrintIcon with no props 1`] = `
4
+ <body>
5
+ <div>
6
+ <svg
7
+ aria-hidden="true"
8
+ class="ds-svg-icon--print ds-svg-icon"
9
+ focusable="false"
10
+ viewBox="0 0 24 24"
11
+ >
12
+ <rect
13
+ height="4"
14
+ width="10"
15
+ x="7"
16
+ y="2"
17
+ />
18
+ <path
19
+ d="M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z"
20
+ />
21
+ </svg>
22
+ </div>
23
+ </body>
24
+ `;
25
+
26
+ exports[`renders the PrintIcon with prop color=error and size=sm 1`] = `
27
+ <body>
28
+ <div>
29
+ <svg
30
+ aria-hidden="true"
31
+ class="ds-svg-icon--print ds-svg-icon--error ds-svg-icon--sm ds-svg-icon"
32
+ focusable="false"
33
+ viewBox="0 0 24 24"
34
+ >
35
+ <rect
36
+ height="4"
37
+ width="10"
38
+ x="7"
39
+ y="2"
40
+ />
41
+ <path
42
+ d="M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z"
43
+ />
44
+ </svg>
45
+ </div>
46
+ </body>
47
+ `;
48
+
49
+ exports[`renders the PrintIcon with prop color=info and size= xl 1`] = `
50
+ <body>
51
+ <div>
52
+ <svg
53
+ aria-hidden="true"
54
+ class="ds-svg-icon--print ds-svg-icon--info ds-svg-icon--xl ds-svg-icon"
55
+ focusable="false"
56
+ viewBox="0 0 24 24"
57
+ >
58
+ <rect
59
+ height="4"
60
+ width="10"
61
+ x="7"
62
+ y="2"
63
+ />
64
+ <path
65
+ d="M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z"
66
+ />
67
+ </svg>
68
+ </div>
69
+ </body>
70
+ `;
71
+
72
+ exports[`renders the PrintIcon with prop color=warning 1`] = `
73
+ <body>
74
+ <div>
75
+ <svg
76
+ aria-hidden="true"
77
+ class="ds-svg-icon--print ds-svg-icon--warning ds-svg-icon"
78
+ focusable="false"
79
+ viewBox="0 0 24 24"
80
+ >
81
+ <rect
82
+ height="4"
83
+ width="10"
84
+ x="7"
85
+ y="2"
86
+ />
87
+ <path
88
+ d="M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z"
89
+ />
90
+ </svg>
91
+ </div>
92
+ </body>
93
+ `;
94
+
95
+ exports[`renders the PrintIcon with prop color=white 1`] = `
96
+ <body>
97
+ <div>
98
+ <svg
99
+ aria-hidden="true"
100
+ class="ds-svg-icon--print ds-svg-icon--white ds-svg-icon"
101
+ focusable="false"
102
+ viewBox="0 0 24 24"
103
+ >
104
+ <rect
105
+ height="4"
106
+ width="10"
107
+ x="7"
108
+ y="2"
109
+ />
110
+ <path
111
+ d="M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z"
112
+ />
113
+ </svg>
114
+ </div>
115
+ </body>
116
+ `;
117
+
118
+ exports[`renders the PrintIcon with prop size=md 1`] = `
119
+ <body>
120
+ <div>
121
+ <svg
122
+ aria-hidden="true"
123
+ class="ds-svg-icon--print ds-svg-icon--md ds-svg-icon"
124
+ focusable="false"
125
+ viewBox="0 0 24 24"
126
+ >
127
+ <rect
128
+ height="4"
129
+ width="10"
130
+ x="7"
131
+ y="2"
132
+ />
133
+ <path
134
+ d="M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z"
135
+ />
136
+ </svg>
137
+ </div>
138
+ </body>
139
+ `;
140
+
141
+ exports[`renders the PrintIcon with prop size=xl 1`] = `
142
+ <body>
143
+ <div>
144
+ <svg
145
+ aria-hidden="true"
146
+ class="ds-svg-icon--print ds-svg-icon--xl ds-svg-icon"
147
+ focusable="false"
148
+ viewBox="0 0 24 24"
149
+ >
150
+ <rect
151
+ height="4"
152
+ width="10"
153
+ x="7"
154
+ y="2"
155
+ />
156
+ <path
157
+ d="M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z"
158
+ />
159
+ </svg>
160
+ </div>
161
+ </body>
162
+ `;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+
3
+ export interface PrintType {}
4
+
5
+ export function print(): React.ReactElement {
6
+ return (
7
+ <>
8
+ <rect x="7" y="2" width="10" height="4" />
9
+ <path d="M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z" />
10
+ </>
11
+ );
12
+ }
13
+
14
+ print.props = [];
15
+
16
+ export default print;