@manuscripts/style-guide 1.12.7-LEAN-3579.0 → 1.12.7

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 (381) hide show
  1. package/dist/cjs/components/AlertMessage.js +7 -18
  2. package/dist/cjs/components/Avatar.js +2 -2
  3. package/dist/cjs/components/Button.js +1 -7
  4. package/dist/cjs/components/Comments/CommentActions.js +2 -2
  5. package/dist/cjs/components/Comments/CommentBody.js +17 -2
  6. package/dist/cjs/components/Comments/ResolveButton.js +19 -18
  7. package/dist/cjs/components/ContextMenu.js +9 -15
  8. package/dist/cjs/components/Dialog.js +2 -2
  9. package/dist/cjs/components/EditorHeader/EditorHeader.js +4 -4
  10. package/dist/cjs/components/FileManager/FileActions.js +2 -2
  11. package/dist/cjs/components/FileManager/FileSectionAlert.js +2 -2
  12. package/dist/cjs/components/FileManager/FileTypeIcon.js +4 -6
  13. package/dist/cjs/components/FileManager/util.js +26 -25
  14. package/dist/cjs/components/InspectorSection.js +3 -3
  15. package/dist/cjs/components/ManuscriptNoteList.js +17 -2
  16. package/dist/cjs/components/Menus/Submenu.js +2 -2
  17. package/dist/cjs/components/NavDropdown.js +2 -6
  18. package/dist/cjs/components/SaveStatus.js +5 -8
  19. package/dist/cjs/components/TableFootnotesSelector.js +3 -5
  20. package/dist/cjs/components/icons/add-author.js +5 -9
  21. package/dist/cjs/components/icons/{add-comment-icon.js → add-comment.js} +2 -2
  22. package/dist/cjs/components/icons/{template-icon.js → add-new.js} +2 -3
  23. package/dist/cjs/components/icons/add.js +11 -0
  24. package/dist/cjs/components/icons/added.js +10 -0
  25. package/dist/cjs/components/icons/arrow-down-circle.js +10 -0
  26. package/dist/cjs/components/icons/arrow-down.js +9 -0
  27. package/dist/cjs/components/icons/{left-arrow.js → arrow-left.js} +2 -2
  28. package/dist/cjs/components/icons/arrow-up.js +9 -0
  29. package/dist/cjs/components/icons/attach.js +1 -1
  30. package/dist/cjs/components/icons/attention-blue.js +13 -0
  31. package/dist/cjs/components/icons/attention-green.js +10 -0
  32. package/dist/cjs/components/icons/attention-orange.js +15 -0
  33. package/dist/cjs/components/icons/attention-red.js +13 -0
  34. package/dist/cjs/components/icons/avatar.js +9 -0
  35. package/dist/cjs/components/icons/citation-count.js +9 -0
  36. package/dist/cjs/components/icons/comment-reply.js +9 -0
  37. package/dist/cjs/components/icons/{back-arrow.js → comment-resolve.js} +3 -5
  38. package/dist/cjs/components/icons/corresponding-author.js +15 -0
  39. package/dist/cjs/components/icons/delete-solid.js +9 -0
  40. package/dist/cjs/components/icons/{delete-icon.js → deleted.js} +2 -3
  41. package/dist/cjs/components/icons/{dots-icon.js → dots.js} +1 -1
  42. package/dist/cjs/components/icons/edit.js +9 -0
  43. package/dist/cjs/components/icons/{audio-icon.js → file-audio.js} +2 -2
  44. package/dist/cjs/components/icons/{code-file-icon.js → file-code.js} +2 -2
  45. package/dist/cjs/components/icons/{compressed-file-icon.js → file-compressed.js} +2 -2
  46. package/dist/cjs/components/icons/{corrupted-file-icon.js → file-corrupted.js} +2 -2
  47. package/dist/cjs/components/icons/{document-icon.js → file-document.js} +6 -6
  48. package/dist/cjs/components/icons/file-figure.js +26 -0
  49. package/dist/cjs/components/icons/{graphical_abstract_icon.js → file-graphical-abstract.js} +2 -2
  50. package/dist/cjs/components/icons/{image-icon.js → file-image.js} +2 -17
  51. package/dist/cjs/components/icons/file-latex-icon.js +28 -0
  52. package/dist/cjs/components/icons/{document-icon-with-dot.js → file-main-document.js} +2 -17
  53. package/dist/cjs/components/icons/{pdf-file-icon.js → file-pdf.js} +4 -4
  54. package/dist/cjs/components/icons/{table-icon.js → file-table.js} +2 -2
  55. package/dist/cjs/components/icons/{unknown-format-file-icon.js → file-unknown.js} +2 -2
  56. package/dist/cjs/components/icons/{video-icon.js → file-video.js} +2 -2
  57. package/dist/cjs/components/icons/handle-inspector.js +9 -0
  58. package/dist/cjs/components/icons/handle-outline.js +14 -0
  59. package/dist/cjs/components/icons/index.js +147 -66
  60. package/dist/cjs/components/icons/{link-icon.js → link.js} +2 -3
  61. package/dist/cjs/components/icons/{block-quote-icon.js → outline-block-quote.js} +2 -2
  62. package/dist/cjs/components/icons/outline-code.js +10 -0
  63. package/dist/cjs/components/icons/outline-equation.js +9 -0
  64. package/dist/cjs/components/icons/outline-figure.js +15 -0
  65. package/dist/cjs/components/icons/outline-manuscript.js +12 -0
  66. package/dist/cjs/components/icons/outline-ordered-list.js +9 -0
  67. package/dist/cjs/components/icons/outline-paragraph.js +9 -0
  68. package/dist/cjs/components/icons/{pull-quote-icon.js → outline-pull-quote.js} +2 -2
  69. package/dist/cjs/components/icons/outline-section.js +9 -0
  70. package/dist/cjs/components/icons/outline-table.js +11 -0
  71. package/dist/cjs/components/icons/outline-unordered-list.js +11 -0
  72. package/dist/cjs/components/icons/{plus-icon.js → plus.js} +3 -3
  73. package/dist/cjs/components/icons/{annotator-icon.js → role-annotating.js} +2 -2
  74. package/dist/cjs/components/icons/{reading-icon.js → role-reading.js} +2 -2
  75. package/dist/cjs/components/icons/save-status-offline.js +26 -0
  76. package/dist/cjs/components/icons/{add-icon-active.js → save-status-saved.js} +4 -4
  77. package/dist/cjs/components/icons/save-status-saving.js +27 -0
  78. package/dist/cjs/components/icons/search.js +3 -43
  79. package/dist/cjs/components/icons/task-step-done.js +2 -2
  80. package/dist/cjs/components/icons/toolbar-bold.js +9 -0
  81. package/dist/cjs/components/icons/toolbar-citation.js +9 -0
  82. package/dist/cjs/components/icons/toolbar-code.js +10 -0
  83. package/dist/cjs/components/icons/toolbar-equation.js +9 -0
  84. package/dist/cjs/components/icons/toolbar-figure.js +9 -0
  85. package/dist/cjs/components/icons/toolbar-italic.js +9 -0
  86. package/dist/cjs/components/icons/toolbar-ordered-list.js +9 -0
  87. package/dist/cjs/components/icons/toolbar-subscript.js +9 -0
  88. package/dist/cjs/components/icons/toolbar-superscript.js +9 -0
  89. package/dist/cjs/components/icons/toolbar-symbol.js +9 -0
  90. package/dist/cjs/components/icons/toolbar-table.js +9 -0
  91. package/dist/cjs/components/icons/toolbar-underline.js +9 -0
  92. package/dist/cjs/components/icons/toolbar-unordered-list.js +9 -0
  93. package/dist/cjs/components/icons/triangle-collapsed.js +9 -0
  94. package/dist/cjs/components/icons/triangle-expanded.js +9 -0
  95. package/dist/cjs/components/icons/upload.js +1 -1
  96. package/dist/cjs/components/icons/vertical-ellipsis.js +11 -0
  97. package/dist/es/components/AlertMessage.js +7 -18
  98. package/dist/es/components/Avatar.js +2 -2
  99. package/dist/es/components/Button.js +1 -7
  100. package/dist/es/components/Comments/CommentActions.js +1 -1
  101. package/dist/es/components/Comments/CommentBody.js +17 -2
  102. package/dist/es/components/Comments/ResolveButton.js +19 -18
  103. package/dist/es/components/ContextMenu.js +10 -16
  104. package/dist/es/components/Dialog.js +2 -2
  105. package/dist/es/components/EditorHeader/EditorHeader.js +5 -5
  106. package/dist/es/components/FileManager/FileActions.js +1 -1
  107. package/dist/es/components/FileManager/FileSectionAlert.js +2 -2
  108. package/dist/es/components/FileManager/FileTypeIcon.js +4 -6
  109. package/dist/es/components/FileManager/util.js +26 -25
  110. package/dist/es/components/InspectorSection.js +3 -3
  111. package/dist/es/components/ManuscriptNoteList.js +17 -2
  112. package/dist/es/components/Menus/Submenu.js +2 -2
  113. package/dist/es/components/NavDropdown.js +2 -6
  114. package/dist/es/components/SaveStatus.js +5 -8
  115. package/dist/es/components/TableFootnotesSelector.js +3 -5
  116. package/dist/es/components/icons/add-author.js +5 -9
  117. package/dist/es/components/icons/{add-comment-icon.js → add-comment.js} +2 -2
  118. package/dist/es/components/icons/{template-icon.js → add-new.js} +2 -1
  119. package/dist/es/components/icons/add.js +6 -0
  120. package/dist/es/components/icons/added.js +5 -0
  121. package/dist/es/components/icons/arrow-down-circle.js +5 -0
  122. package/dist/es/components/icons/arrow-down.js +4 -0
  123. package/dist/es/components/icons/{left-arrow.js → arrow-left.js} +2 -2
  124. package/dist/es/components/icons/arrow-up.js +4 -0
  125. package/dist/es/components/icons/attach.js +1 -1
  126. package/dist/es/components/icons/attention-blue.js +8 -0
  127. package/dist/es/components/icons/attention-green.js +5 -0
  128. package/dist/es/components/icons/attention-orange.js +10 -0
  129. package/dist/es/components/icons/attention-red.js +8 -0
  130. package/dist/es/components/icons/avatar.js +4 -0
  131. package/dist/es/components/icons/citation-count.js +4 -0
  132. package/dist/es/components/icons/comment-reply.js +4 -0
  133. package/dist/es/components/icons/comment-resolve.js +19 -0
  134. package/dist/es/components/icons/corresponding-author.js +10 -0
  135. package/dist/es/components/icons/delete-solid.js +4 -0
  136. package/dist/es/components/icons/{delete-icon.js → deleted.js} +2 -1
  137. package/dist/es/components/icons/{dots-icon.js → dots.js} +1 -1
  138. package/dist/es/components/icons/edit.js +4 -0
  139. package/dist/es/components/icons/{audio-icon.js → file-audio.js} +2 -2
  140. package/dist/es/components/icons/{code-file-icon.js → file-code.js} +2 -2
  141. package/dist/es/components/icons/{compressed-file-icon.js → file-compressed.js} +2 -2
  142. package/dist/es/components/icons/{corrupted-file-icon.js → file-corrupted.js} +2 -2
  143. package/dist/es/components/icons/{document-icon.js → file-document.js} +6 -6
  144. package/dist/es/components/icons/file-figure.js +21 -0
  145. package/dist/es/components/icons/{graphical_abstract_icon.js → file-graphical-abstract.js} +2 -2
  146. package/dist/es/components/icons/{image-icon.js → file-image.js} +2 -17
  147. package/dist/es/components/icons/file-latex-icon.js +23 -0
  148. package/dist/es/components/icons/file-main-document.js +8 -0
  149. package/dist/es/components/icons/{pdf-file-icon.js → file-pdf.js} +4 -4
  150. package/dist/es/components/icons/{table-icon.js → file-table.js} +2 -2
  151. package/dist/es/components/icons/{unknown-format-file-icon.js → file-unknown.js} +2 -2
  152. package/dist/es/components/icons/{video-icon.js → file-video.js} +2 -2
  153. package/dist/es/components/icons/handle-inspector.js +4 -0
  154. package/dist/es/components/icons/handle-outline.js +9 -0
  155. package/dist/es/components/icons/index.js +73 -33
  156. package/dist/es/components/icons/{link-icon.js → link.js} +2 -1
  157. package/dist/es/components/icons/{block-quote-icon.js → outline-block-quote.js} +2 -2
  158. package/dist/es/components/icons/outline-code.js +5 -0
  159. package/dist/es/components/icons/outline-equation.js +4 -0
  160. package/dist/es/components/icons/outline-figure.js +10 -0
  161. package/dist/es/components/icons/outline-manuscript.js +7 -0
  162. package/dist/es/components/icons/outline-ordered-list.js +4 -0
  163. package/dist/es/components/icons/outline-paragraph.js +4 -0
  164. package/dist/es/components/icons/{pull-quote-icon.js → outline-pull-quote.js} +2 -2
  165. package/dist/es/components/icons/outline-section.js +4 -0
  166. package/dist/es/components/icons/outline-table.js +6 -0
  167. package/dist/es/components/icons/outline-unordered-list.js +6 -0
  168. package/dist/es/components/icons/{plus-icon.js → plus.js} +3 -3
  169. package/dist/es/components/icons/{annotator-icon.js → role-annotating.js} +2 -2
  170. package/dist/es/components/icons/{reading-icon.js → role-reading.js} +2 -2
  171. package/dist/es/components/icons/save-status-offline.js +21 -0
  172. package/dist/es/components/icons/save-status-saved.js +20 -0
  173. package/dist/es/components/icons/save-status-saving.js +22 -0
  174. package/dist/es/components/icons/search.js +3 -43
  175. package/dist/es/components/icons/task-step-done.js +2 -2
  176. package/dist/es/components/icons/toolbar-bold.js +4 -0
  177. package/dist/es/components/icons/toolbar-citation.js +4 -0
  178. package/dist/es/components/icons/toolbar-code.js +5 -0
  179. package/dist/es/components/icons/toolbar-equation.js +4 -0
  180. package/dist/es/components/icons/toolbar-figure.js +4 -0
  181. package/dist/es/components/icons/toolbar-italic.js +4 -0
  182. package/dist/es/components/icons/toolbar-ordered-list.js +4 -0
  183. package/dist/es/components/icons/toolbar-subscript.js +4 -0
  184. package/dist/es/components/icons/toolbar-superscript.js +4 -0
  185. package/dist/es/components/icons/toolbar-symbol.js +4 -0
  186. package/dist/es/components/icons/toolbar-table.js +4 -0
  187. package/dist/es/components/icons/toolbar-underline.js +4 -0
  188. package/dist/es/components/icons/toolbar-unordered-list.js +4 -0
  189. package/dist/es/components/icons/triangle-collapsed.js +4 -0
  190. package/dist/es/components/icons/triangle-expanded.js +4 -0
  191. package/dist/es/components/icons/upload.js +1 -1
  192. package/dist/es/components/icons/vertical-ellipsis.js +6 -0
  193. package/dist/types/components/Comments/CommentBody.d.ts +15 -0
  194. package/dist/types/components/ManuscriptNoteList.d.ts +15 -0
  195. package/dist/types/components/NavDropdown.d.ts +1 -1
  196. package/dist/types/components/icons/add-author.d.ts +2 -2
  197. package/dist/types/components/icons/add-comment.d.ts +19 -0
  198. package/dist/types/components/icons/add-new.d.ts +4 -0
  199. package/dist/types/components/icons/add.d.ts +4 -0
  200. package/dist/types/components/icons/added.d.ts +4 -0
  201. package/dist/types/components/icons/arrow-down-circle.d.ts +4 -0
  202. package/dist/types/components/icons/arrow-down.d.ts +4 -0
  203. package/dist/types/components/icons/arrow-left.d.ts +4 -0
  204. package/dist/types/components/icons/arrow-up.d.ts +4 -0
  205. package/dist/types/components/icons/attach.d.ts +2 -1
  206. package/dist/types/components/icons/attention-blue.d.ts +4 -0
  207. package/dist/types/components/icons/attention-green.d.ts +4 -0
  208. package/dist/types/components/icons/attention-orange.d.ts +4 -0
  209. package/dist/types/components/icons/attention-red.d.ts +4 -0
  210. package/dist/types/components/icons/avatar.d.ts +4 -0
  211. package/dist/types/components/icons/citation-count.d.ts +4 -0
  212. package/dist/types/components/icons/comment-reply.d.ts +4 -0
  213. package/dist/types/components/icons/{bookmark.d.ts → comment-resolve.d.ts} +2 -2
  214. package/dist/types/components/icons/corresponding-author.d.ts +4 -0
  215. package/dist/types/components/icons/delete-solid.d.ts +4 -0
  216. package/dist/types/components/icons/deleted.d.ts +4 -0
  217. package/dist/types/components/icons/edit.d.ts +4 -0
  218. package/dist/types/components/icons/{close-o-icon.d.ts → file-audio.d.ts} +2 -2
  219. package/dist/types/components/icons/{close-icon.d.ts → file-code.d.ts} +2 -2
  220. package/dist/types/components/icons/file-compressed.d.ts +19 -0
  221. package/dist/types/components/icons/file-corrupted.d.ts +19 -0
  222. package/dist/types/components/icons/file-document.d.ts +19 -0
  223. package/dist/types/components/icons/file-figure.d.ts +19 -0
  224. package/dist/types/components/icons/file-graphical-abstract.d.ts +4 -0
  225. package/dist/types/components/icons/file-image.d.ts +4 -0
  226. package/dist/types/components/icons/{audio-icon.d.ts → file-latex-icon.d.ts} +2 -2
  227. package/dist/types/components/icons/file-main-document.d.ts +4 -0
  228. package/dist/types/components/icons/{list-icon.d.ts → file-pdf.d.ts} +2 -2
  229. package/dist/types/components/icons/{code-file-icon.d.ts → file-table.d.ts} +2 -2
  230. package/dist/types/components/icons/file-unknown.d.ts +19 -0
  231. package/dist/types/components/icons/file-video.d.ts +19 -0
  232. package/dist/types/components/icons/handle-inspector.d.ts +4 -0
  233. package/dist/types/components/icons/handle-outline.d.ts +4 -0
  234. package/dist/types/components/icons/index.d.ts +73 -33
  235. package/dist/types/components/icons/link.d.ts +4 -0
  236. package/dist/types/components/icons/outline-block-quote.d.ts +4 -0
  237. package/dist/types/components/icons/outline-code.d.ts +4 -0
  238. package/dist/types/components/icons/outline-equation.d.ts +4 -0
  239. package/dist/types/components/icons/outline-figure.d.ts +4 -0
  240. package/dist/types/components/icons/outline-manuscript.d.ts +4 -0
  241. package/dist/types/components/icons/outline-ordered-list.d.ts +4 -0
  242. package/dist/types/components/icons/outline-paragraph.d.ts +4 -0
  243. package/dist/types/components/icons/outline-pull-quote.d.ts +4 -0
  244. package/dist/types/components/icons/outline-section.d.ts +4 -0
  245. package/dist/types/components/icons/outline-table.d.ts +4 -0
  246. package/dist/types/components/icons/outline-unordered-list.d.ts +4 -0
  247. package/dist/types/components/icons/role-annotating.d.ts +4 -0
  248. package/dist/types/components/icons/role-reading.d.ts +4 -0
  249. package/dist/types/components/icons/save-status-offline.d.ts +19 -0
  250. package/dist/types/components/icons/save-status-saved.d.ts +19 -0
  251. package/dist/types/components/icons/save-status-saving.d.ts +19 -0
  252. package/dist/types/components/icons/search.d.ts +1 -1
  253. package/dist/types/components/icons/task-step-done.d.ts +3 -2
  254. package/dist/types/components/icons/toolbar-bold.d.ts +4 -0
  255. package/dist/types/components/icons/toolbar-citation.d.ts +4 -0
  256. package/dist/types/components/icons/toolbar-code.d.ts +4 -0
  257. package/dist/types/components/icons/toolbar-equation.d.ts +4 -0
  258. package/dist/types/components/icons/toolbar-figure.d.ts +4 -0
  259. package/dist/types/components/icons/toolbar-italic.d.ts +4 -0
  260. package/dist/types/components/icons/toolbar-ordered-list.d.ts +4 -0
  261. package/dist/types/components/icons/toolbar-subscript.d.ts +4 -0
  262. package/dist/types/components/icons/toolbar-superscript.d.ts +4 -0
  263. package/dist/types/components/icons/toolbar-symbol.d.ts +4 -0
  264. package/dist/types/components/icons/toolbar-table.d.ts +4 -0
  265. package/dist/types/components/icons/toolbar-underline.d.ts +4 -0
  266. package/dist/types/components/icons/toolbar-unordered-list.d.ts +4 -0
  267. package/dist/types/components/icons/triangle-collapsed.d.ts +4 -0
  268. package/dist/types/components/icons/triangle-expanded.d.ts +4 -0
  269. package/dist/types/components/icons/types.d.ts +2 -10
  270. package/dist/types/components/icons/upload.d.ts +2 -1
  271. package/dist/types/components/icons/vertical-ellipsis.d.ts +4 -0
  272. package/package.json +4 -4
  273. package/dist/cjs/components/icons/BottomArrowIcon.js +0 -24
  274. package/dist/cjs/components/icons/add-icon-inverted.js +0 -26
  275. package/dist/cjs/components/icons/bookmark.js +0 -24
  276. package/dist/cjs/components/icons/close-icon.js +0 -25
  277. package/dist/cjs/components/icons/close-o-icon.js +0 -26
  278. package/dist/cjs/components/icons/dataset-icon.js +0 -32
  279. package/dist/cjs/components/icons/delete-solid-icon.js +0 -10
  280. package/dist/cjs/components/icons/drag-drop-file-icon.js +0 -28
  281. package/dist/cjs/components/icons/edit-icon.js +0 -9
  282. package/dist/cjs/components/icons/figure-icon.js +0 -26
  283. package/dist/cjs/components/icons/google.js +0 -47
  284. package/dist/cjs/components/icons/latex-icon.js +0 -28
  285. package/dist/cjs/components/icons/list-icon.js +0 -25
  286. package/dist/cjs/components/icons/missing-image.js +0 -12
  287. package/dist/cjs/components/icons/non-previewable-image-icon.js +0 -24
  288. package/dist/cjs/components/icons/orcid.js +0 -25
  289. package/dist/cjs/components/icons/project-notification.js +0 -34
  290. package/dist/cjs/components/icons/project.js +0 -28
  291. package/dist/cjs/components/icons/projects-list.js +0 -30
  292. package/dist/cjs/components/icons/save-icon-offline.js +0 -26
  293. package/dist/cjs/components/icons/save-icon-saved.js +0 -25
  294. package/dist/cjs/components/icons/save-icon-saving.js +0 -27
  295. package/dist/cjs/components/icons/task-step-current.js +0 -28
  296. package/dist/cjs/components/icons/task-step-next.js +0 -25
  297. package/dist/cjs/components/icons/tick-mark.js +0 -24
  298. package/dist/cjs/components/icons/unsupported-format-file-icon.js +0 -27
  299. package/dist/cjs/components/icons/user.js +0 -30
  300. package/dist/cjs/components/icons/zoom-in.js +0 -25
  301. package/dist/cjs/components/icons/zoom-out.js +0 -25
  302. package/dist/es/components/icons/BottomArrowIcon.js +0 -19
  303. package/dist/es/components/icons/add-icon-active.js +0 -20
  304. package/dist/es/components/icons/add-icon-inverted.js +0 -21
  305. package/dist/es/components/icons/back-arrow.js +0 -19
  306. package/dist/es/components/icons/bookmark.js +0 -19
  307. package/dist/es/components/icons/close-icon.js +0 -20
  308. package/dist/es/components/icons/close-o-icon.js +0 -21
  309. package/dist/es/components/icons/dataset-icon.js +0 -27
  310. package/dist/es/components/icons/delete-solid-icon.js +0 -3
  311. package/dist/es/components/icons/document-icon-with-dot.js +0 -23
  312. package/dist/es/components/icons/drag-drop-file-icon.js +0 -23
  313. package/dist/es/components/icons/edit-icon.js +0 -4
  314. package/dist/es/components/icons/figure-icon.js +0 -21
  315. package/dist/es/components/icons/google.js +0 -42
  316. package/dist/es/components/icons/latex-icon.js +0 -23
  317. package/dist/es/components/icons/list-icon.js +0 -20
  318. package/dist/es/components/icons/missing-image.js +0 -7
  319. package/dist/es/components/icons/non-previewable-image-icon.js +0 -19
  320. package/dist/es/components/icons/orcid.js +0 -20
  321. package/dist/es/components/icons/project-notification.js +0 -29
  322. package/dist/es/components/icons/project.js +0 -23
  323. package/dist/es/components/icons/projects-list.js +0 -25
  324. package/dist/es/components/icons/save-icon-offline.js +0 -21
  325. package/dist/es/components/icons/save-icon-saved.js +0 -20
  326. package/dist/es/components/icons/save-icon-saving.js +0 -22
  327. package/dist/es/components/icons/task-step-current.js +0 -23
  328. package/dist/es/components/icons/task-step-next.js +0 -20
  329. package/dist/es/components/icons/tick-mark.js +0 -19
  330. package/dist/es/components/icons/unsupported-format-file-icon.js +0 -22
  331. package/dist/es/components/icons/user.js +0 -25
  332. package/dist/es/components/icons/zoom-in.js +0 -20
  333. package/dist/es/components/icons/zoom-out.js +0 -20
  334. package/dist/types/components/icons/BottomArrowIcon.d.ts +0 -19
  335. package/dist/types/components/icons/add-comment-icon.d.ts +0 -18
  336. package/dist/types/components/icons/add-icon-active.d.ts +0 -19
  337. package/dist/types/components/icons/add-icon-inverted.d.ts +0 -19
  338. package/dist/types/components/icons/annotator-icon.d.ts +0 -3
  339. package/dist/types/components/icons/back-arrow.d.ts +0 -19
  340. package/dist/types/components/icons/block-quote-icon.d.ts +0 -3
  341. package/dist/types/components/icons/compressed-file-icon.d.ts +0 -19
  342. package/dist/types/components/icons/corrupted-file-icon.d.ts +0 -19
  343. package/dist/types/components/icons/dataset-icon.d.ts +0 -19
  344. package/dist/types/components/icons/delete-icon.d.ts +0 -2
  345. package/dist/types/components/icons/delete-solid-icon.d.ts +0 -3
  346. package/dist/types/components/icons/document-icon-with-dot.d.ts +0 -19
  347. package/dist/types/components/icons/document-icon.d.ts +0 -19
  348. package/dist/types/components/icons/drag-drop-file-icon.d.ts +0 -19
  349. package/dist/types/components/icons/edit-icon.d.ts +0 -3
  350. package/dist/types/components/icons/figure-icon.d.ts +0 -19
  351. package/dist/types/components/icons/google.d.ts +0 -19
  352. package/dist/types/components/icons/graphical_abstract_icon.d.ts +0 -4
  353. package/dist/types/components/icons/image-icon.d.ts +0 -19
  354. package/dist/types/components/icons/latex-icon.d.ts +0 -19
  355. package/dist/types/components/icons/left-arrow.d.ts +0 -3
  356. package/dist/types/components/icons/link-icon.d.ts +0 -2
  357. package/dist/types/components/icons/missing-image.d.ts +0 -3
  358. package/dist/types/components/icons/non-previewable-image-icon.d.ts +0 -19
  359. package/dist/types/components/icons/orcid.d.ts +0 -19
  360. package/dist/types/components/icons/pdf-file-icon.d.ts +0 -19
  361. package/dist/types/components/icons/project-notification.d.ts +0 -19
  362. package/dist/types/components/icons/project.d.ts +0 -19
  363. package/dist/types/components/icons/projects-list.d.ts +0 -19
  364. package/dist/types/components/icons/pull-quote-icon.d.ts +0 -3
  365. package/dist/types/components/icons/reading-icon.d.ts +0 -3
  366. package/dist/types/components/icons/save-icon-offline.d.ts +0 -18
  367. package/dist/types/components/icons/save-icon-saved.d.ts +0 -18
  368. package/dist/types/components/icons/save-icon-saving.d.ts +0 -18
  369. package/dist/types/components/icons/table-icon.d.ts +0 -19
  370. package/dist/types/components/icons/task-step-current.d.ts +0 -19
  371. package/dist/types/components/icons/task-step-next.d.ts +0 -18
  372. package/dist/types/components/icons/template-icon.d.ts +0 -2
  373. package/dist/types/components/icons/tick-mark.d.ts +0 -19
  374. package/dist/types/components/icons/unknown-format-file-icon.d.ts +0 -19
  375. package/dist/types/components/icons/unsupported-format-file-icon.d.ts +0 -19
  376. package/dist/types/components/icons/user.d.ts +0 -19
  377. package/dist/types/components/icons/video-icon.d.ts +0 -19
  378. package/dist/types/components/icons/zoom-in.d.ts +0 -18
  379. package/dist/types/components/icons/zoom-out.d.ts +0 -18
  380. /package/dist/types/components/icons/{dots-icon.d.ts → dots.d.ts} +0 -0
  381. /package/dist/types/components/icons/{plus-icon.d.ts → plus.d.ts} +0 -0
@@ -1,26 +0,0 @@
1
- "use strict";
2
- /*!
3
- * © 2019 Atypon Systems LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
19
- };
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- const react_1 = __importDefault(require("react"));
22
- const SaveIconOffline = () => (react_1.default.createElement("svg", { width: 18, height: 18, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
23
- react_1.default.createElement("path", { d: "M12.4878 5.51279C11.862 4.67021 10.9863 4.04663 9.98537 3.73091C8.98446 3.41518 7.90943 3.42342 6.91347 3.75445C5.91751 4.08547 5.05144 4.7224 4.43866 5.57446C3.82588 6.42653 3.49767 7.45026 3.50078 8.49979C3.50078 8.51679 3.50078 8.53279 3.50078 8.54979C2.8932 8.67316 2.35314 9.01789 1.98544 9.51705C1.61773 10.0162 1.44862 10.6342 1.51092 11.251C1.57323 11.8679 1.86251 12.4396 2.32261 12.8551C2.78271 13.2706 3.3808 13.5004 4.00078 13.4998H4.50078", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
24
- react_1.default.createElement("path", { d: "M7.32877 13.5003H14.0008C14.6638 13.5003 15.2997 13.2369 15.7685 12.7681C16.2374 12.2992 16.5008 11.6634 16.5008 11.0003C16.5008 10.3373 16.2374 9.70139 15.7685 9.23255C15.2997 8.7637 14.6638 8.50031 14.0008 8.50031C13.8312 8.50044 13.662 8.51752 13.4958 8.55131C13.4958 8.53331 13.5008 8.51731 13.5008 8.50031C13.4995 8.14553 13.4606 7.79189 13.3848 7.44531", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
25
- react_1.default.createElement("path", { d: "M1.50079 16.5L16.5008 1.5", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
26
- exports.default = SaveIconOffline;
@@ -1,25 +0,0 @@
1
- "use strict";
2
- /*!
3
- * © 2019 Atypon Systems LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
19
- };
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- const react_1 = __importDefault(require("react"));
22
- const SaveIconSaved = () => (react_1.default.createElement("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
23
- react_1.default.createElement("path", { d: "M9.00079 16.5C13.1429 16.5 16.5008 13.1421 16.5008 9C16.5008 4.85786 13.1429 1.5 9.00079 1.5C4.85866 1.5 1.50079 4.85786 1.50079 9C1.50079 13.1421 4.85866 16.5 9.00079 16.5Z", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
24
- react_1.default.createElement("path", { d: "M5.50079 8.5L8.00079 11L13.0008 6", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
25
- exports.default = SaveIconSaved;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- /*!
3
- * © 2019 Atypon Systems LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
19
- };
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- const react_1 = __importDefault(require("react"));
22
- const SaveIconSaving = () => (react_1.default.createElement("svg", { width: 17, height: 18, viewBox: "0 0 17 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
23
- react_1.default.createElement("path", { d: "M1.50079 8.5C1.50079 4.634 4.63479 1.5 8.50079 1.5C11.1368 1.5 13.3288 3.141 14.5008 5.5", strokeWidth: "1.5", strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
24
- react_1.default.createElement("path", { d: "M14.5008 1.5V5.5H10.5008", strokeWidth: "1.5", strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
25
- react_1.default.createElement("path", { d: "M15.5008 9.5C15.5008 13.366 12.3668 16.5 8.50079 16.5C5.86479 16.5 3.67279 14.859 2.50079 12.5", strokeWidth: "1.5", strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
26
- react_1.default.createElement("path", { d: "M2.50079 16.5V12.5H6.50079", strokeWidth: "1.5", strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" })));
27
- exports.default = SaveIconSaving;
@@ -1,28 +0,0 @@
1
- "use strict";
2
- /*!
3
- * © 2020 Atypon Systems LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
19
- };
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- const react_1 = __importDefault(require("react"));
22
- const TaskStepCurrent = (props) => (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
23
- react_1.default.createElement("mask", { id: "mask0", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "16", height: "16" },
24
- react_1.default.createElement("path", { d: "M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z", fill: "white" })),
25
- react_1.default.createElement("g", { mask: "url(#mask0)" },
26
- react_1.default.createElement("path", { d: "M8 15.5C12.1421 15.5 15.5 12.1421 15.5 8C15.5 3.85786 12.1421 0.5 8 0.5C3.85786 0.5 0.5 3.85786 0.5 8C0.5 12.1421 3.85786 15.5 8 15.5Z", stroke: props.color || '#353535' }),
27
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 -1H22V19L17.6816 16.6104L8 8.83594V-1Z", fill: props.color || '#353535' }))));
28
- exports.default = TaskStepCurrent;
@@ -1,25 +0,0 @@
1
- "use strict";
2
- /*!
3
- * © 2020 Atypon Systems LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
19
- };
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- const react_1 = __importDefault(require("react"));
22
- const TaskStepNext = () => (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
23
- react_1.default.createElement("path", { d: "M8 15.5C12.1421 15.5 15.5 12.1421 15.5 8C15.5 3.85786 12.1421 0.5 8 0.5C3.85786 0.5 0.5 3.85786 0.5 8C0.5 12.1421 3.85786 15.5 8 15.5Z", stroke: "#6E6E6E" }),
24
- react_1.default.createElement("path", { d: "M7.99989 11.0564C9.68743 11.0564 11.0554 9.6884 11.0554 8.00087C11.0554 6.31333 9.68743 4.94531 7.99989 4.94531C6.31235 4.94531 4.94434 6.31333 4.94434 8.00087C4.94434 9.6884 6.31235 11.0564 7.99989 11.0564Z", stroke: "#6E6E6E" })));
25
- exports.default = TaskStepNext;
@@ -1,24 +0,0 @@
1
- "use strict";
2
- /*!
3
- * © 2019 Atypon Systems LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
19
- };
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- const react_1 = __importDefault(require("react"));
22
- const TickMark = (props) => (react_1.default.createElement("svg", Object.assign({ width: 12, height: 8.5 }, props),
23
- react_1.default.createElement("path", { d: "M2.642 3.99a1.101 1.101 0 0 0-1.47.011l.228-.214c-.4.376-.39.98.02 1.346L4.207 7.62a1.147 1.147 0 0 0 1.488.004l5.846-5.193a.853.853 0 0 0-.004-1.316l.235.206a1.168 1.168 0 0 0-1.497.003L4.912 6.032 2.642 3.99z", fill: props.color || '#FFF', fillRule: "nonzero" })));
24
- exports.default = TickMark;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- /*!
3
- * © 2019 Atypon Systems LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
19
- };
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- const react_1 = __importDefault(require("react"));
22
- const UnsupportedFormatFileIcon = (props) => (react_1.default.createElement("svg", { className: props.className, width: "28", height: "32", viewBox: "0 0 28 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
23
- react_1.default.createElement("path", { d: "M3 30.75H25C25.9665 30.75 26.75 29.9665 26.75 29V11.4383C26.75 10.9494 26.5455 10.4828 26.186 10.1515L17.0311 1.71322C16.7085 1.41588 16.2863 1.25 15.846 1.25H15.8364H15.8268H15.817H15.8071H15.7971H15.787H15.7767H15.7664H15.756H15.7454H15.7348H15.724H15.7132H15.7022H15.6912H15.68H15.6687H15.6573H15.6458H15.6343H15.6226H15.6108H15.5989H15.5869H15.5748H15.5626H15.5503H15.5379H15.5254H15.5128H15.5001H15.4873H15.4744H15.4614H15.4483H15.435H15.4217H15.4083H15.3949H15.3813H15.3676H15.3538H15.3399H15.3259H15.3118H15.2976H15.2834H15.269H15.2545H15.24H15.2253H15.2106H15.1957H15.1808H15.1658H15.1507H15.1354H15.1201H15.1047H15.0892H15.0737H15.058H15.0422H15.0264H15.0104H14.9944H14.9782H14.962H14.9457H14.9293H14.9128H14.8963H14.8796H14.8628H14.846H14.8291H14.812H14.7949H14.7778H14.7605H14.7431H14.7257H14.7081H14.6905H14.6728H14.655H14.6371H14.6192H14.6011H14.583H14.5648H14.5465H14.5281H14.5097H14.4911H14.4725H14.4538H14.435H14.4161H14.3972H14.3782H14.3591H14.3399H14.3206H14.3012H14.2818H14.2623H14.2427H14.2231H14.2033H14.1835H14.1636H14.1436H14.1236H14.1034H14.0832H14.0629H14.0426H14.0222H14.0016H13.9811H13.9604H13.9397H13.9189H13.898H13.877H13.856H13.8349H13.8137H13.7925H13.7711H13.7498H13.7283H13.7068H13.6852H13.6635H13.6417H13.6199H13.598H13.5761H13.554H13.5319H13.5098H13.4875H13.4652H13.4429H13.4204H13.3979H13.3754H13.3527H13.33H13.3072H13.2844H13.2615H13.2385H13.2155H13.1924H13.1692H13.146H13.1227H13.0994H13.0759H13.0525H13.0289H13.0053H12.9816H12.9579H12.9341H12.9102H12.8863H12.8624H12.8383H12.8142H12.79H12.7658H12.7415H12.7172H12.6928H12.6684H12.6438H12.6193H12.5946H12.5699H12.5452H12.5204H12.4955H12.4706H12.4456H12.4206H12.3955H12.3704H12.3452H12.3199H12.2946H12.2693H12.2439H12.2184H12.1929H12.1673H12.1417H12.116H12.0903H12.0645H12.0386H12.0128H11.9868H11.9608H11.9348H11.9087H11.8826H11.8564H11.8301H11.8038H11.7775H11.7511H11.7247H11.6982H11.6717H11.6451H11.6185H11.5918H11.5651H11.5383H11.5115H11.4846H11.4577H11.4308H11.4038H11.3768H11.3497H11.3226H11.2954H11.2682H11.2409H11.2136H11.1863H11.1589H11.1315H11.104H11.0765H11.0489H11.0213H10.9937H10.966H10.9383H10.9105H10.8828H10.8549H10.827H10.7991H10.7712H10.7432H10.7152H10.6871H10.659H10.6309H10.6027H10.5745H10.5462H10.5179H10.4896H10.4613H10.4329H10.4044H10.376H10.3475H10.3189H10.2904H10.2618H10.2332H10.2045H10.1758H10.1471H10.1183H10.0895H10.0607H10.0318H10.003H9.97403H9.94509H9.91611H9.8871H9.85807H9.829H9.79991H9.77078H9.74163H9.71245H9.68324H9.65401H9.62474H9.59545H9.56613H9.53679H9.50742H9.47803H9.4486H9.41916H9.38969H9.36019H9.33067H9.30112H9.27155H9.24196H9.21234H9.1827H9.15304H9.12336H9.09365H9.06392H9.03417H9.0044H8.97461H8.94479H8.91496H8.8851H8.85523H8.82533H8.79542H8.76548H8.73553H8.70556H8.67557H8.64556H8.61554H8.58549H8.55543H8.52536H8.49526H8.46515H8.43503H8.40488H8.37473H8.34455H8.31437H8.28416H8.25395H8.22371H8.19347H8.16321H8.13294H8.10265H8.07236H8.04205H8.01173H7.98139H7.95105H7.92069H7.89032H7.85994H7.82955H7.79915H7.76874H7.73832H7.7079H7.67746H7.64701H7.61656H7.58609H7.55562H7.52515H7.49466H7.46417H7.43367H7.40316H7.37265H7.34213H7.3116H7.28107H7.25054H7.22H7.18945H7.1589H7.12835H7.09779H7.06723H7.03667H7.0061H6.97554H6.94496H6.91439H6.88382H6.85324H6.82266H6.79208H6.7615H6.73092H6.70034H6.66976H6.63919H6.60861H6.57803H6.54745H6.51688H6.48631H6.45574H6.42517H6.3946H6.36404H6.33348H6.30292H6.27237H6.24183H6.21128H6.18074H6.15021H6.11968H6.08916H6.05864H6.02813H5.99763H5.96713H5.93664H5.90615H5.87568H5.84521H5.81475H5.78429H5.75385H5.72342H5.69299H5.66257H5.63217H5.60177H5.57139H5.54101H5.51065H5.48029H5.44995H5.41962H5.3893H5.35899H5.3287H5.29842H5.26815H5.2379H5.20766H5.17743H5.14722H5.11702H5.08684H5.05667H5.02651H4.99638H4.96626H4.93615H4.90606H4.87599H4.84593H4.8159H4.78588H4.75587H4.72589H4.69592H4.66598H4.63605H4.60614H4.57625H4.54638H4.51653H4.48671H4.4569H4.42711H4.39734H4.3676H4.33788H4.30818H4.2785H4.24884H4.21921H4.1896H4.16001H4.13045H4.10091H4.0714H4.04191H4.01245H3.98301H3.95359H3.92421H3.89485H3.86551H3.8362H3.80692H3.77766H3.74844H3.71924H3.69006H3.66092H3.6318H3.60272H3.57366H3.54463H3.51563H3.48667H3.45773H3.42882H3.39994H3.3711H3.34228H3.3135H3.28475H3.25603H3.22735H3.19869H3.17007H3.14148H3.11293H3.08441H3.05593H3.02748H2.99906C2.03164 1.25 1.25 2.03442 1.25 3V29C1.25 29.9665 2.0335 30.75 3 30.75Z", stroke: "#6E6E6E", strokeWidth: "1.5" }),
24
- react_1.default.createElement("path", { d: "M8 24C10.1212 20.9815 15.8909 16.7556 22 24", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }),
25
- react_1.default.createElement("path", { d: "M8 8C8 8 8 9.04738 8 11", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }),
26
- react_1.default.createElement("path", { d: "M16 2V12H26", stroke: "#6E6E6E", strokeWidth: "1.5" })));
27
- exports.default = UnsupportedFormatFileIcon;
@@ -1,30 +0,0 @@
1
- "use strict";
2
- /*!
3
- * © 2019 Atypon Systems LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
19
- };
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- const react_1 = __importDefault(require("react"));
22
- const User = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: `1 1 39 39`, width: props.size || 45, height: props.size || 45, className: props.className }, props),
23
- react_1.default.createElement("defs", null,
24
- react_1.default.createElement("ellipse", { id: "user-a", cx: 17.5, cy: 17, rx: 17.5, ry: 17 })),
25
- react_1.default.createElement("g", { transform: "translate(3 3)", fill: props.color || '#fff', fillRule: "evenodd" },
26
- react_1.default.createElement("mask", { id: "user-b", fill: "#fff" },
27
- react_1.default.createElement("use", { xlinkHref: "#user-a" })),
28
- react_1.default.createElement("ellipse", { stroke: "#FFF", strokeWidth: 2, cx: 17.5, cy: 17, rx: 18.5, ry: 18 }),
29
- react_1.default.createElement("path", { d: "M13.874 23.868v2.04c0 .79-.7 1.533-1.557 1.659l-3.496.514c-2.579.38-4.787 2.605-4.932 4.975 0 0 9.325 2.833 13.987 2.833 5.06 0 15.18-2.833 15.18-2.833-.726-2.237-3.395-4.398-5.963-4.827l-3.787-.632c-.856-.143-1.55-.897-1.55-1.69v-2.039c.905-.945 1.174-2.395 1.49-3.985.496.105.643-.493.914-1.651.272-1.158 1.122-2.345.353-2.493a.795.795 0 0 0-.29-.005l.294-3.892c.122-1.625-.653-3.422-1.783-3.856-1.873-.72-2.45-1.1-3.615-1.306-1.165-.206-2.307.082-3.518.435-1.21.353-2.308 1.27-3.212 1.765-.905.495-1.376 1.615-1.275 2.962l.293 3.89a.8.8 0 0 0-.276.007c-.768.148.081 1.335.353 2.493.271 1.158.418 1.756.844 1.674.381 1.57.643 3.018 1.546 3.962z", fill: "#FFF", mask: "url(#user-b)" }))));
30
- exports.default = User;
@@ -1,25 +0,0 @@
1
- "use strict";
2
- /*!
3
- * © 2020 Atypon Systems LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
19
- };
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- const react_1 = __importDefault(require("react"));
22
- const ZoomIn = () => (react_1.default.createElement("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
23
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 1C6.66863 1 6.4 1.26863 6.4 1.6V6.4H1.6C1.26863 6.4 1 6.66863 1 7C1 7.33137 1.26863 7.6 1.6 7.6H6.4V12.4C6.4 12.7314 6.66863 13 7 13C7.33137 13 7.6 12.7314 7.6 12.4V7.6H12.4C12.7314 7.6 13 7.33137 13 7C13 6.66863 12.7314 6.4 12.4 6.4H7.6V1.6C7.6 1.26863 7.33137 1 7 1Z", fill: "#6E6E6E" }),
24
- react_1.default.createElement("path", { d: "M6.4 6.4V6.9H6.9V6.4H6.4ZM6.4 7.6H6.9V7.1H6.4V7.6ZM7.6 7.6V7.1H7.1V7.6H7.6ZM7.6 6.4H7.1V6.9H7.6V6.4ZM6.9 1.6C6.9 1.54477 6.94477 1.5 7 1.5V0.5C6.39249 0.5 5.9 0.992487 5.9 1.6H6.9ZM6.9 6.4V1.6H5.9V6.4H6.9ZM1.6 6.9H6.4V5.9H1.6V6.9ZM1.5 7C1.5 6.94477 1.54477 6.9 1.6 6.9V5.9C0.992487 5.9 0.5 6.39249 0.5 7H1.5ZM1.6 7.1C1.54477 7.1 1.5 7.05523 1.5 7H0.5C0.5 7.60751 0.992487 8.1 1.6 8.1V7.1ZM6.4 7.1H1.6V8.1H6.4V7.1ZM6.9 12.4V7.6H5.9V12.4H6.9ZM7 12.5C6.94477 12.5 6.9 12.4552 6.9 12.4H5.9C5.9 13.0075 6.39249 13.5 7 13.5V12.5ZM7.1 12.4C7.1 12.4552 7.05523 12.5 7 12.5V13.5C7.60751 13.5 8.1 13.0075 8.1 12.4H7.1ZM7.1 7.6V12.4H8.1V7.6H7.1ZM12.4 7.1H7.6V8.1H12.4V7.1ZM12.5 7C12.5 7.05523 12.4552 7.1 12.4 7.1V8.1C13.0075 8.1 13.5 7.60751 13.5 7H12.5ZM12.4 6.9C12.4552 6.9 12.5 6.94477 12.5 7H13.5C13.5 6.39249 13.0075 5.9 12.4 5.9V6.9ZM7.6 6.9H12.4V5.9H7.6V6.9ZM7.1 1.6V6.4H8.1V1.6H7.1ZM7 1.5C7.05523 1.5 7.1 1.54477 7.1 1.6H8.1C8.1 0.992487 7.60751 0.5 7 0.5V1.5Z", fill: "#6E6E6E" })));
25
- exports.default = ZoomIn;
@@ -1,25 +0,0 @@
1
- "use strict";
2
- /*!
3
- * © 2020 Atypon Systems LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
19
- };
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- const react_1 = __importDefault(require("react"));
22
- const ZoomOut = () => (react_1.default.createElement("svg", { width: "14", height: "12", viewBox: "0 0 14 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
23
- react_1.default.createElement("path", { d: "M1 6.00039C1 5.66902 1.26863 5.40039 1.6 5.40039H12.4C12.7314 5.40039 13 5.66902 13 6.00039C13 6.33176 12.7314 6.60039 12.4 6.60039H1.6C1.26863 6.60039 1 6.33176 1 6.00039Z", fill: "#6E6E6E" }),
24
- react_1.default.createElement("path", { d: "M1.6 5.90039H12.4V4.90039H1.6V5.90039ZM12.4 6.10039H1.6V7.10039H12.4V6.10039ZM1.6 6.10039C1.54477 6.10039 1.5 6.05562 1.5 6.00039H0.5C0.5 6.6079 0.992487 7.10039 1.6 7.10039V6.10039ZM12.5 6.00039C12.5 6.05562 12.4552 6.10039 12.4 6.10039V7.10039C13.0075 7.10039 13.5 6.6079 13.5 6.00039H12.5ZM12.4 5.90039C12.4552 5.90039 12.5 5.94516 12.5 6.00039H13.5C13.5 5.39288 13.0075 4.90039 12.4 4.90039V5.90039ZM1.6 4.90039C0.992487 4.90039 0.5 5.39288 0.5 6.00039H1.5C1.5 5.94516 1.54477 5.90039 1.6 5.90039V4.90039Z", fill: "#6E6E6E" })));
25
- exports.default = ZoomOut;
@@ -1,19 +0,0 @@
1
- /*!
2
- * © 2020 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const BottomArrowIcon = (props) => (React.createElement("svg", { className: props.className, width: "8", height: "6", viewBox: "0 0 8 6", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
18
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.0625 0.53125L8 1.46875L4 5.46875L0 1.46875L0.9375 0.53125L4 3.59375L7.0625 0.53125Z", fill: "#6E6E6E" })));
19
- export default BottomArrowIcon;
@@ -1,20 +0,0 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const AddIconActive = (props) => (React.createElement("svg", Object.assign({ width: 32, height: 34 }, props),
18
- React.createElement("g", { stroke: props.color || '#FFE185', fill: "none", fillRule: "evenodd" },
19
- React.createElement("path", { d: "M20 3.144a8 8 0 0 0-8 0L6 6.608a8 8 0 0 0-4 6.928v6.928a8 8 0 0 0 4 6.928l6 3.464a8 8 0 0 0 8 0l6-3.464a8 8 0 0 0 4-6.928v-6.928a8 8 0 0 0-4-6.928l-6-3.464z", strokeWidth: 2 }))));
20
- export default AddIconActive;
@@ -1,21 +0,0 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const AddIconInverted = (props) => (React.createElement("svg", Object.assign({ width: 32, height: 34 }, props),
18
- React.createElement("g", { stroke: props.color || '#FFE185', fill: "none", fillRule: "evenodd" },
19
- React.createElement("path", { d: "M20 3.144a8 8 0 0 0-8 0L6 6.608a8 8 0 0 0-4 6.928v6.928a8 8 0 0 0 4 6.928l6 3.464a8 8 0 0 0 8 0l6-3.464a8 8 0 0 0 4-6.928v-6.928a8 8 0 0 0-4-6.928l-6-3.464z", strokeWidth: 2 }),
20
- React.createElement("path", { d: "M15.25 15.75v-6a.75.75 0 1 1 1.5 0v6h6a.75.75 0 1 1 0 1.5h-6v6a.75.75 0 1 1-1.5 0v-6h-6a.75.75 0 1 1 0-1.5h6z", fill: props.color || '#FFE185' }))));
21
- export default AddIconInverted;
@@ -1,19 +0,0 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- export const BackArrow = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 408 408", width: props.size || 408, height: props.size || 408 }, props),
18
- React.createElement("path", { d: "M408 178.5H96.9L239.7 35.7 204 0 0 204l204 204 35.7-35.7L96.9 229.5H408v-51z", fill: props.color || '#000', fillRule: "evenodd" })));
19
- export default BackArrow;
@@ -1,19 +0,0 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const Bookmark = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 60 113.75", width: props.size || 45, height: props.size || 45 }, props),
18
- React.createElement("path", { d: "M4.007.812h51.986A4.005 4.005 0 0 1 60 4.808v83.968c0 2.206-1.232 2.694-2.742 1.098L32.742 63.971a3.736 3.736 0 0 0-5.484 0L2.742 89.874C1.228 91.474 0 90.976 0 88.776V4.808A4.002 4.002 0 0 1 4.007.812zM30 42.362l-8.98 6.359c-1.661 1.177-2.535.533-1.949-1.443l3.164-10.66-8.713-6.733c-1.613-1.246-1.281-2.29.745-2.334l10.934-.23 3.594-10.519c.666-1.947 1.744-1.949 2.41 0l3.594 10.519 10.934.23c2.025.043 2.36 1.087.745 2.334l-8.713 6.732 3.164 10.661c.585 1.974-.286 2.62-1.95 1.443L30 42.363z", fill: props.color || '#000', fillRule: "evenodd" })));
19
- export default Bookmark;
@@ -1,20 +0,0 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const CloseIcon = (props) => (React.createElement("svg", { className: props.className, width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
18
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.10851 11.0499C0.733607 10.675 0.733607 10.0672 1.10851 9.69227L9.9332 0.867578C10.3081 0.492675 10.9159 0.492676 11.2908 0.867579C11.6658 1.24248 11.6658 1.85032 11.2908 2.22522L2.46615 11.0499C2.09125 11.4248 1.48341 11.4248 1.10851 11.0499Z", fill: props.color }),
19
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.10851 0.868053C0.733607 1.24296 0.733607 1.85079 1.10851 2.2257L9.9332 11.0504C10.3081 11.4253 10.9159 11.4253 11.2908 11.0504C11.6658 10.6755 11.6658 10.0676 11.2908 9.69274L2.46615 0.868052C2.09125 0.493149 1.48341 0.493149 1.10851 0.868053Z", fill: props.color })));
20
- export default CloseIcon;
@@ -1,21 +0,0 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const CloseOIcon = (props) => (React.createElement("svg", { width: "12", height: "12", viewBox: "0 0 10 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: props.className },
18
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 10C7.76142 10 10 7.76142 10 5C10 2.23858 7.76142 0 5 0C2.23858 0 0 2.23858 0 5C0 7.76142 2.23858 10 5 10Z", fill: props.color }),
19
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.36918 6.68558C3.24421 6.56062 3.24421 6.358 3.36918 6.23304L6.31074 3.29147C6.43571 3.1665 6.63832 3.1665 6.76329 3.29147C6.88826 3.41644 6.88826 3.61905 6.76329 3.74402L3.82173 6.68558C3.69676 6.81055 3.49415 6.81055 3.36918 6.68558Z", fill: "#FFFFFF" }),
20
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.36918 3.29098C3.24421 3.41595 3.24421 3.61856 3.36918 3.74353L6.31074 6.68509C6.43571 6.81006 6.63832 6.81006 6.76329 6.68509C6.88826 6.56012 6.88826 6.35751 6.76329 6.23254L3.82173 3.29098C3.69676 3.16601 3.49415 3.16601 3.36918 3.29098Z", fill: "#FFFFFF" })));
21
- export default CloseOIcon;
@@ -1,27 +0,0 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const DatasetIcon = (props) => (React.createElement("svg", { className: props.className, width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
18
- React.createElement("g", { clipPath: "url(#clip0)" },
19
- React.createElement("path", { d: "M2.33301 3V13.6667C2.33301 14.8 4.99967 15.6667 8.33301 15.6667C11.6663 15.6667 14.333 14.8 14.333 13.6667V3", stroke: "#B3A1FC", strokeWidth: "1.5", strokeMiterlimit: "10" }),
20
- React.createElement("path", { d: "M8.33301 5C11.6467 5 14.333 4.10457 14.333 3C14.333 1.89543 11.6467 1 8.33301 1C5.0193 1 2.33301 1.89543 2.33301 3C2.33301 4.10457 5.0193 5 8.33301 5Z", stroke: "#B3A1FC", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "square" }),
21
- React.createElement("path", { d: "M14.333 8.33398C14.333 9.46732 11.6663 10.334 8.33301 10.334C4.99967 10.334 2.33301 9.46732 2.33301 8.33398", stroke: "#B3A1FC", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "square" }),
22
- React.createElement("circle", { cx: "10.5", cy: "7.5", r: "0.5", transform: "rotate(-180 10.5 7.5)", fill: "white", stroke: "#B3A1FC", strokeWidth: "1.5" }),
23
- React.createElement("circle", { cx: "10.5", cy: "12.5", r: "0.5", fill: "white", stroke: "#B3A1FC", strokeWidth: "1.5" })),
24
- React.createElement("defs", null,
25
- React.createElement("clipPath", { id: "clip0" },
26
- React.createElement("rect", { width: "16", height: "16", fill: "white" })))));
27
- export default DatasetIcon;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- export const DeleteSolidIcon = (props) => (React.createElement("svg", { className: props.className, width: "12", height: "14", viewBox: "0 0 12 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
3
- React.createElement("path", { d: "M11.494 0.375H7.955C7.93 0.165 7.714 0 7.451 0H4.548C4.286 0 4.07 0.165 4.045 0.375H0.506C0.226 0.375 0 0.561 0 0.792V1.583C0 1.813 0.227 2 0.506 2H11.494C11.774 2 12 1.814 12 1.583V0.792C12 0.562 11.773 0.375 11.494 0.375ZM1 3V13.491C1 13.772 1.23 14 1.513 14H10.487C10.5541 14.0004 10.6207 13.9875 10.6829 13.9621C10.745 13.9367 10.8015 13.8993 10.8492 13.852C10.8969 13.8047 10.9347 13.7485 10.9606 13.6866C10.9865 13.6246 10.9999 13.5581 11 13.491V3H1ZM4.753 10.874C4.753 11.184 4.5 11.435 4.188 11.435C4.03886 11.4355 3.89559 11.3769 3.78966 11.2719C3.68373 11.1669 3.62379 11.0241 3.623 10.875V5.311C3.623 5.001 3.876 4.75 4.188 4.75C4.5 4.75 4.753 5 4.753 5.31V10.873V10.874ZM8.377 10.874C8.377 11.184 8.124 11.435 7.812 11.435C7.66286 11.4355 7.51959 11.3769 7.41366 11.2719C7.30773 11.1669 7.24779 11.0241 7.247 10.875V5.311C7.247 5.001 7.5 4.75 7.812 4.75C8.124 4.75 8.377 5 8.377 5.31V10.873V10.874Z", fill: "#6E6E6E" })));
@@ -1,23 +0,0 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const DocumentIconWithDot = (props) => (React.createElement("svg", { className: props.className, width: "28", height: "33", style: { marginLeft: -7, marginTop: -4 }, viewBox: "0 0 28 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-for": "dot", "data-tip": true },
18
- React.createElement("rect", { x: "9", y: "9.71973", width: "18", height: "22", rx: "2", stroke: "#1A9BC7", strokeWidth: "2" }),
19
- React.createElement("rect", { x: "13.167", y: "14.0771", width: "5.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
20
- React.createElement("rect", { x: "13.167", y: "19.791", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
21
- React.createElement("rect", { x: "13.167", y: "25.5059", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
22
- React.createElement("circle", { cx: "8", cy: "8.71973", r: "7", fill: "#1A9BC7", stroke: "white", strokeWidth: "2" })));
23
- export default DocumentIconWithDot;
@@ -1,23 +0,0 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const DragAndDropFileIcon = (props) => (React.createElement("svg", { className: props.className, width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
18
- React.createElement("rect", { x: "0.5", y: "0.5", width: "9", height: "9", rx: "1.5", stroke: "#6E6E6E", strokeLinecap: "round", strokeLinejoin: "round", strokeDasharray: "1 3" }),
19
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 14C6 15.1046 6.89543 16 8 16H14C15.1046 16 16 15.1046 16 14V8C16 6.89543 15.1046 6 14 6H8C6.89543 6 6 6.89543 6 8L6 14ZM7 14C7 14.5523 7.44772 15 8 15H14C14.5523 15 15 14.5523 15 14V8C15 7.44771 14.5523 7 14 7H8C7.44772 7 7 7.44771 7 8V14Z", fill: "#6E6E6E" }),
20
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.83935 4.60542L10.9832 6.04238C11.5351 6.5942 11.6888 7.50006 11.6888 8.28085C11.6888 9.06164 11.3847 9.79548 10.8329 10.3473C10.8329 10.3473 8.95965 11.8584 8.30272 11.8584H7.32974C6.22026 11.8584 5.31738 11.5709 5.31738 10.4614V9.65956L4.60411 8.94629C4.20879 8.55097 4.20879 7.90748 4.60411 7.51215C4.7548 7.3619 4.94443 7.2644 5.15013 7.22952C4.8854 6.83554 4.92699 6.29535 5.27489 5.94698C5.58972 5.63216 6.06105 5.56822 6.43937 5.7538C6.46665 5.53827 6.5628 5.32986 6.72825 5.16441C7.1115 4.78072 7.72816 4.76909 8.12617 5.12997C8.16417 4.93276 8.25988 4.75075 8.40521 4.60542C8.80097 4.20965 9.44359 4.20965 9.83935 4.60542Z", fill: "white" }),
21
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.83935 4.60542L10.9832 6.04238C11.5351 6.5942 11.6888 7.50006 11.6888 8.28085C11.6888 9.06164 11.3847 9.79548 10.8329 10.3473C10.8329 10.3473 8.95965 11.8584 8.30272 11.8584H7.32974C6.22026 11.8584 5.31738 11.5709 5.31738 10.4614V9.65956L4.60411 8.94629C4.20879 8.55097 4.20879 7.90748 4.60411 7.51215C4.7548 7.3619 4.94443 7.2644 5.15013 7.22952C4.8854 6.83554 4.92699 6.29535 5.27489 5.94698C5.58972 5.63216 6.06105 5.56822 6.43937 5.7538C6.46665 5.53827 6.5628 5.32986 6.72825 5.16441C7.1115 4.78072 7.72816 4.76909 8.12617 5.12997C8.16417 4.93276 8.25988 4.75075 8.40521 4.60542C8.80097 4.20965 9.44359 4.20965 9.83935 4.60542ZM8.30316 11.4111C8.84023 11.4111 10.5172 10.0311 10.5172 10.0311C10.9845 9.56379 11.2421 8.94172 11.2421 8.28077C11.2421 7.61981 11.1349 6.82579 10.6676 6.35848L9.5237 4.92152C9.30949 4.70731 8.9361 4.70731 8.72189 4.92152C8.50097 5.14244 8.50097 5.50242 8.72189 5.72334L8.82965 5.83111C8.87348 5.87494 8.89495 5.93216 8.89495 5.98941C8.89495 6.04666 8.87302 6.10388 8.82965 6.14772C8.74245 6.23492 8.60068 6.23492 8.51348 6.14772L7.84672 5.48096C7.6258 5.26004 7.26582 5.26004 7.0449 5.48096C6.93758 5.58784 6.87855 5.73049 6.87855 5.88165C6.87855 6.0328 6.93758 6.17545 7.04446 6.28233L7.71122 6.94909C7.75505 6.99293 7.77652 7.05015 7.77652 7.1074C7.77652 7.16465 7.75505 7.22187 7.71122 7.2657C7.62402 7.35291 7.48226 7.35291 7.39505 7.2657L6.3929 6.26311C6.17198 6.04219 5.812 6.04219 5.59108 6.26311C5.37017 6.48403 5.37017 6.84401 5.59108 7.06493L6.59324 8.06708C6.63707 8.11091 6.65853 8.16814 6.65853 8.22539C6.65853 8.28263 6.63661 8.33986 6.59324 8.38369C6.50603 8.47089 6.36427 8.47089 6.27707 8.38369L5.7221 7.82872C5.50789 7.61451 5.13449 7.61451 4.92028 7.82872C4.81339 7.93561 4.75436 8.07825 4.75436 8.22941C4.75436 8.38057 4.81339 8.52321 4.92028 8.6301L6.59321 10.303C6.63705 10.3469 6.65851 10.4041 6.65851 10.4613C6.65851 10.5186 6.63659 10.5758 6.59321 10.6196C6.50601 10.7068 6.36425 10.7068 6.27704 10.6196L5.76457 10.1067V10.4613C5.76457 11.3244 6.46667 11.4111 7.32974 11.4111H8.30316Z", fill: "#6E6E6E" }),
22
- React.createElement("path", { d: "M10.9832 6.04238L10.7876 6.19808L10.7964 6.20915L10.8064 6.21916L10.9832 6.04238ZM9.83935 4.60542L10.0349 4.44972L10.0261 4.43864L10.0161 4.42864L9.83935 4.60542ZM10.8329 10.3473L10.9899 10.5419L11.0003 10.5335L11.0097 10.5241L10.8329 10.3473ZM5.31738 9.65956H5.56738V9.55601L5.49416 9.48279L5.31738 9.65956ZM4.60411 8.94629L4.78089 8.76951L4.60411 8.94629ZM4.60411 7.51215L4.42759 7.33512L4.42733 7.33538L4.60411 7.51215ZM5.15013 7.22952L5.19192 7.47601L5.57347 7.41131L5.35763 7.09009L5.15013 7.22952ZM5.27489 5.94698L5.09812 5.77021L5.098 5.77032L5.27489 5.94698ZM6.43937 5.7538L6.32928 5.97825L6.64347 6.13237L6.6874 5.78518L6.43937 5.7538ZM6.72825 5.16441L6.90503 5.34119L6.90513 5.34108L6.72825 5.16441ZM8.12617 5.12997L7.95824 5.31517L8.28754 5.61376L8.37165 5.17728L8.12617 5.12997ZM8.40521 4.60542L8.22844 4.42864L8.22844 4.42864L8.40521 4.60542ZM10.5172 10.0311L10.676 10.2242L10.6854 10.2165L10.694 10.2079L10.5172 10.0311ZM10.6676 6.35848L10.472 6.51418L10.4808 6.52525L10.4908 6.53526L10.6676 6.35848ZM9.5237 4.92152L9.7193 4.76582L9.71049 4.75475L9.70048 4.74475L9.5237 4.92152ZM8.72189 4.92152L8.89866 5.0983L8.89866 5.0983L8.72189 4.92152ZM8.72189 5.72334L8.89866 5.54656L8.89866 5.54656L8.72189 5.72334ZM8.82965 5.83111L8.65287 6.00788L8.65287 6.00788L8.82965 5.83111ZM8.82965 6.14772L9.00643 6.3245L9.00736 6.32356L8.82965 6.14772ZM8.51348 6.14772L8.3367 6.32449L8.3367 6.32449L8.51348 6.14772ZM7.84672 5.48096L8.0235 5.30418V5.30418L7.84672 5.48096ZM7.0449 5.48096L7.22132 5.6581L7.22168 5.65773L7.0449 5.48096ZM7.39505 7.2657L7.21824 7.44244L7.21828 7.44248L7.39505 7.2657ZM6.3929 6.26311L6.56972 6.08637L6.56968 6.08634L6.3929 6.26311ZM5.59108 6.26311L5.41431 6.08634V6.08634L5.59108 6.26311ZM5.59108 7.06493L5.41431 7.24171H5.41431L5.59108 7.06493ZM6.59324 8.06708L6.77001 7.8903L6.59324 8.06708ZM6.59324 8.38369L6.77001 8.56047L6.77095 8.55953L6.59324 8.38369ZM6.27707 8.38369L6.10029 8.56047H6.10029L6.27707 8.38369ZM5.7221 7.82872L5.89887 7.65195L5.7221 7.82872ZM4.92028 7.82872L5.09706 8.0055H5.09706L4.92028 7.82872ZM4.92028 8.6301L4.7435 8.80688L4.7435 8.80688L4.92028 8.6301ZM6.59321 10.303L6.76999 10.1263L6.76999 10.1263L6.59321 10.303ZM6.59321 10.6196L6.76999 10.7964L6.77092 10.7955L6.59321 10.6196ZM6.27704 10.6196L6.10019 10.7963L6.10027 10.7964L6.27704 10.6196ZM5.76457 10.1067L5.94142 9.93003L5.51457 9.50281V10.1067H5.76457ZM11.1788 5.88668L10.0349 4.44972L9.64375 4.76112L10.7876 6.19808L11.1788 5.88668ZM11.9388 8.28085C11.9388 7.48595 11.7859 6.49147 11.16 5.8656L10.8064 6.21916C11.2842 6.69694 11.4388 7.51416 11.4388 8.28085H11.9388ZM11.0097 10.5241C11.6084 9.92538 11.9388 9.12796 11.9388 8.28085H11.4388C11.4388 8.99533 11.1611 9.66558 10.6561 10.1705L11.0097 10.5241ZM8.30272 12.1084C8.42712 12.1084 8.55991 12.0738 8.68518 12.0285C8.81384 11.9819 8.95198 11.9173 9.09204 11.8433C9.3722 11.6952 9.67688 11.5003 9.95563 11.309C10.2353 11.117 10.4935 10.9255 10.6815 10.7822C10.7756 10.7105 10.8524 10.6507 10.9057 10.6087C10.9324 10.5877 10.9533 10.5711 10.9676 10.5597C10.9747 10.5541 10.9802 10.5497 10.984 10.5467C10.9858 10.5452 10.9873 10.544 10.9883 10.5432C10.9888 10.5428 10.9891 10.5425 10.9894 10.5423C10.9895 10.5422 10.9897 10.5421 10.9897 10.542C10.9898 10.542 10.9898 10.542 10.9898 10.5419C10.9899 10.5419 10.9899 10.5419 10.8329 10.3473C10.676 10.1527 10.676 10.1527 10.676 10.1527C10.676 10.1527 10.676 10.1527 10.6759 10.1527C10.6759 10.1528 10.6758 10.1528 10.6758 10.1529C10.6756 10.153 10.6753 10.1533 10.6749 10.1536C10.6741 10.1543 10.6728 10.1553 10.6711 10.1566C10.6677 10.1593 10.6626 10.1634 10.6559 10.1688C10.6424 10.1796 10.6224 10.1955 10.5965 10.2158C10.5449 10.2564 10.4702 10.3146 10.3784 10.3846C10.1946 10.5246 9.94346 10.7109 9.67271 10.8967C9.40103 11.0832 9.11422 11.266 8.85838 11.4012C8.73043 11.4689 8.61445 11.5223 8.51493 11.5584C8.41201 11.5956 8.34256 11.6084 8.30272 11.6084V12.1084ZM7.32974 12.1084H8.30272V11.6084H7.32974V12.1084ZM5.06738 10.4614C5.06738 10.7731 5.13102 11.0426 5.25742 11.2694C5.38421 11.4969 5.56652 11.6676 5.78243 11.7924C6.20517 12.0366 6.76277 12.1084 7.32974 12.1084V11.6084C6.78722 11.6084 6.33865 11.5363 6.03258 11.3595C5.88409 11.2737 5.77133 11.1645 5.69417 11.026C5.61661 10.8869 5.56738 10.7044 5.56738 10.4614H5.06738ZM5.06738 9.65956V10.4614H5.56738V9.65956H5.06738ZM4.42733 9.12307L5.14061 9.83634L5.49416 9.48279L4.78089 8.76951L4.42733 9.12307ZM4.42733 7.33538C3.93438 7.82833 3.93438 8.63011 4.42733 9.12307L4.78089 8.76951C4.48319 8.47182 4.48319 7.98662 4.78089 7.68893L4.42733 7.33538ZM5.10833 6.98304C4.85128 7.02663 4.61468 7.14858 4.42759 7.33512L4.78063 7.68919C4.89493 7.57522 5.03757 7.50218 5.19192 7.47601L5.10833 6.98304ZM5.098 5.77032C4.664 6.2049 4.61261 6.87782 4.94262 7.36895L5.35763 7.09009C5.15819 6.79327 5.18997 6.38581 5.45179 6.12364L5.098 5.77032ZM6.54947 5.52935C6.07842 5.29828 5.49107 5.37726 5.09812 5.77021L5.45167 6.12376C5.68838 5.88705 6.04369 5.83816 6.32928 5.97825L6.54947 5.52935ZM6.55148 4.98763C6.34532 5.19378 6.22532 5.45397 6.19135 5.72242L6.6874 5.78518C6.70797 5.62257 6.78027 5.46594 6.90503 5.34119L6.55148 4.98763ZM8.29409 4.94477C7.79792 4.49487 7.02949 4.50907 6.55137 4.98773L6.90513 5.34108C7.19352 5.05237 7.65841 5.04331 7.95824 5.31517L8.29409 4.94477ZM8.22844 4.42864C8.04773 4.60935 7.92813 4.83648 7.88068 5.08266L8.37165 5.17728C8.40022 5.02904 8.47204 4.89214 8.58199 4.78219L8.22844 4.42864ZM10.0161 4.42864C9.52273 3.93525 8.72183 3.93525 8.22844 4.42864L8.58199 4.78219C8.88012 4.48406 9.36444 4.48406 9.66257 4.78219L10.0161 4.42864ZM10.5172 10.0311C10.3583 9.83807 10.3583 9.83807 10.3583 9.83807C10.3583 9.83807 10.3583 9.83808 10.3583 9.83809C10.3583 9.83811 10.3582 9.83816 10.3581 9.83823C10.358 9.83836 10.3577 9.83858 10.3574 9.83888C10.3566 9.83947 10.3555 9.84039 10.354 9.84163C10.351 9.84411 10.3464 9.84784 10.3404 9.85275C10.3283 9.86257 10.3104 9.87708 10.2874 9.89562C10.2413 9.93272 10.1746 9.98587 10.0929 10.0497C9.92917 10.1776 9.706 10.3476 9.46694 10.5172C9.22693 10.6875 8.97542 10.854 8.75422 10.977C8.64351 11.0385 8.54486 11.0866 8.46206 11.1188C8.37482 11.1526 8.32412 11.1611 8.30316 11.1611V11.6611C8.41647 11.6611 8.53566 11.6265 8.64293 11.5849C8.75464 11.5416 8.87511 11.4818 8.99715 11.414C9.24142 11.2782 9.50985 11.0998 9.75622 10.925C10.0035 10.7496 10.2332 10.5746 10.4007 10.4437C10.4845 10.3782 10.5531 10.3236 10.6008 10.2852C10.6247 10.266 10.6433 10.2509 10.6561 10.2405C10.6625 10.2353 10.6674 10.2313 10.6707 10.2285C10.6724 10.2271 10.6737 10.2261 10.6746 10.2254C10.675 10.225 10.6754 10.2247 10.6756 10.2245C10.6757 10.2244 10.6758 10.2243 10.6759 10.2243C10.6759 10.2242 10.676 10.2242 10.676 10.2242C10.676 10.2242 10.676 10.2242 10.5172 10.0311ZM10.9921 8.28077C10.9921 8.87542 10.7608 9.4339 10.3404 9.85434L10.694 10.2079C11.2082 9.69367 11.4921 9.00801 11.4921 8.28077H10.9921ZM10.4908 6.53526C10.6815 6.72597 10.8089 6.99424 10.8876 7.30787C10.9661 7.62047 10.9921 7.962 10.9921 8.28077H11.4921C11.4921 7.93858 11.4646 7.55262 11.3726 7.18614C11.2808 6.8207 11.1209 6.4583 10.8443 6.18171L10.4908 6.53526ZM9.32811 5.07722L10.472 6.51418L10.8632 6.20278L9.7193 4.76582L9.32811 5.07722ZM8.89866 5.0983C9.01524 4.98172 9.23035 4.98172 9.34693 5.0983L9.70048 4.74475C9.38864 4.4329 8.85695 4.4329 8.54511 4.74475L8.89866 5.0983ZM8.89866 5.54656C8.77537 5.42328 8.77537 5.22159 8.89866 5.0983L8.54511 4.74475C8.22656 5.0633 8.22656 5.58157 8.54511 5.90012L8.89866 5.54656ZM9.00643 5.65433L8.89866 5.54656L8.54511 5.90012L8.65287 6.00788L9.00643 5.65433ZM9.14495 5.98941C9.14495 5.86951 9.09966 5.74757 9.00643 5.65433L8.65287 6.00788C8.65051 6.00552 8.6483 6.00225 8.64682 5.99858C8.64543 5.99512 8.64495 5.99198 8.64495 5.98941H9.14495ZM9.00736 6.32356C9.09843 6.23152 9.14495 6.1105 9.14495 5.98941H8.64495C8.64495 5.98281 8.64761 5.97625 8.65194 5.97188L9.00736 6.32356ZM8.3367 6.32449C8.52154 6.50933 8.82159 6.50933 9.00643 6.32449L8.65287 5.97094C8.6633 5.96051 8.67983 5.96051 8.69026 5.97094L8.3367 6.32449ZM7.66995 5.65773L8.3367 6.32449L8.69026 5.97094L8.0235 5.30418L7.66995 5.65773ZM7.22168 5.65773C7.34497 5.53445 7.54666 5.53445 7.66995 5.65773L8.0235 5.30418C7.70495 4.98563 7.18668 4.98563 6.86813 5.30418L7.22168 5.65773ZM7.12855 5.88165C7.12855 5.79678 7.16123 5.71794 7.22132 5.6581L6.86849 5.30382C6.71393 5.45775 6.62855 5.66419 6.62855 5.88165H7.12855ZM7.22124 6.10556C7.16128 6.0456 7.12855 5.96656 7.12855 5.88165H6.62855C6.62855 6.09904 6.71387 6.3053 6.86769 6.45911L7.22124 6.10556ZM7.888 6.77232L7.22124 6.10556L6.86769 6.45911L7.53445 7.12587L7.888 6.77232ZM8.02652 7.1074C8.02652 6.9875 7.98124 6.86555 7.888 6.77232L7.53445 7.12587C7.53208 7.1235 7.52987 7.12024 7.52839 7.11657C7.527 7.1131 7.52652 7.10996 7.52652 7.1074H8.02652ZM7.888 7.44248C7.98124 7.34925 8.02652 7.2273 8.02652 7.1074H7.52652C7.52652 7.10483 7.527 7.10169 7.52839 7.09823C7.52987 7.09456 7.53208 7.09129 7.53445 7.08893L7.888 7.44248ZM7.21828 7.44248C7.40311 7.62731 7.70317 7.62731 7.888 7.44248L7.53445 7.08893C7.54488 7.0785 7.5614 7.0785 7.57183 7.08893L7.21828 7.44248ZM6.21609 6.43985L7.21824 7.44244L7.57187 7.08897L6.56972 6.08637L6.21609 6.43985ZM5.76786 6.43989C5.89115 6.3166 6.09284 6.3166 6.21613 6.43989L6.56968 6.08634C6.25113 5.76779 5.73286 5.76779 5.41431 6.08634L5.76786 6.43989ZM5.76786 6.88815C5.64457 6.76487 5.64457 6.56318 5.76786 6.43989L5.41431 6.08634C5.09576 6.40489 5.09576 6.92316 5.41431 7.24171L5.76786 6.88815ZM6.77001 7.8903L5.76786 6.88815L5.41431 7.24171L6.41646 8.24386L6.77001 7.8903ZM6.90853 8.22539C6.90853 8.10549 6.86325 7.98354 6.77001 7.8903L6.41646 8.24386C6.41409 8.24149 6.41188 8.23823 6.41041 8.23456C6.40901 8.23109 6.40853 8.22795 6.40853 8.22539H6.90853ZM6.77095 8.55953C6.86202 8.46749 6.90853 8.34648 6.90853 8.22539H6.40853C6.40853 8.21879 6.4112 8.21223 6.41553 8.20785L6.77095 8.55953ZM6.10029 8.56047C6.28512 8.7453 6.58518 8.7453 6.77001 8.56047L6.41646 8.20691C6.42689 8.19649 6.44341 8.19649 6.45384 8.20691L6.10029 8.56047ZM5.54532 8.0055L6.10029 8.56047L6.45384 8.20692L5.89887 7.65195L5.54532 8.0055ZM5.09706 8.0055C5.21364 7.88892 5.42874 7.88892 5.54532 8.0055L5.89887 7.65195C5.58703 7.3401 5.05534 7.3401 4.7435 7.65195L5.09706 8.0055ZM5.00436 8.22941C5.00436 8.14449 5.0371 8.06545 5.09706 8.0055L4.7435 7.65195C4.58969 7.80576 4.50436 8.01201 4.50436 8.22941H5.00436ZM5.09706 8.45332C5.0371 8.39337 5.00436 8.31433 5.00436 8.22941H4.50436C4.50436 8.44681 4.58969 8.65306 4.7435 8.80688L5.09706 8.45332ZM6.76999 10.1263L5.09706 8.45332L4.7435 8.80688L6.41644 10.4798L6.76999 10.1263ZM6.90851 10.4613C6.90851 10.3414 6.86323 10.2195 6.76999 10.1263L6.41644 10.4798C6.41407 10.4774 6.41186 10.4742 6.41039 10.4705C6.40899 10.467 6.40851 10.4639 6.40851 10.4613H6.90851ZM6.77092 10.7955C6.862 10.7034 6.90851 10.5824 6.90851 10.4613H6.40851C6.40851 10.4547 6.41117 10.4482 6.41551 10.4438L6.77092 10.7955ZM6.10027 10.7964C6.2851 10.9813 6.58516 10.9813 6.76999 10.7964L6.41644 10.4429C6.42687 10.4324 6.44339 10.4324 6.45382 10.4429L6.10027 10.7964ZM5.58771 10.2834L6.10019 10.7963L6.4539 10.4429L5.94142 9.93003L5.58771 10.2834ZM6.01457 10.4613V10.1067H5.51457V10.4613H6.01457ZM7.32974 11.1611C6.89246 11.1611 6.55447 11.1363 6.32744 11.0325C6.22197 10.9843 6.14955 10.9227 6.10095 10.8433C6.05145 10.7625 6.01457 10.6434 6.01457 10.4613H5.51457C5.51457 10.7108 5.56545 10.9263 5.67456 11.1044C5.78457 11.2841 5.94162 11.4059 6.11956 11.4873C6.45935 11.6426 6.90394 11.6611 7.32974 11.6611V11.1611ZM8.30316 11.1611H7.32974V11.6611H8.30316V11.1611Z", fill: "#6E6E6E" })));
23
- export default DragAndDropFileIcon;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- const EditIcon = () => (React.createElement("svg", { className: "inheritColors", viewBox: "0 0 18 18", width: 18, height: 18 },
3
- React.createElement("path", { d: "M15.035 2.964a3.059 3.059 0 00-4.328 0L2.77 10.899a.397.397 0 00-.112.227l-.588 4.355a.396.396 0 00.112.334.402.402 0 00.28.119c.019 0 .036 0 .054-.004l2.624-.354a.4.4 0 00-.107-.792l-2.103.283.41-3.036 3.197 3.196a.39.39 0 00.561 0l7.936-7.933a3.042 3.042 0 00.899-2.166c0-.819-.32-1.587-.899-2.164zm-4.175.976l1.334 1.332-7.243 7.243-1.332-1.333 7.242-7.243v.001zM6.822 14.383L5.52 13.079l7.242-7.243 1.302 1.304-7.241 7.243zm7.797-7.814L11.43 3.381a2.26 2.26 0 011.442-.517 2.258 2.258 0 012.264 2.263 2.25 2.25 0 01-.518 1.442h.001z", fill: "#6E6E6E", stroke: "#6E6E6E", strokeWidth: ".533" })));
4
- export default EditIcon;
@@ -1,21 +0,0 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const FigureIcon = (props) => (React.createElement("svg", { className: props.className, width: "19", height: "23", viewBox: "0 0 19 23", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
18
- React.createElement("path", { d: "M14.0435 1.71973H4.47826C2.55727 1.71973 1 3.277 1 5.19799V18.2415C1 20.1625 2.55727 21.7197 4.47826 21.7197H14.0435C15.9645 21.7197 17.5217 20.1625 17.5217 18.2415V5.19799C17.5217 3.277 15.9645 1.71973 14.0435 1.71973Z", stroke: "#8DD439", strokeWidth: "2" }),
19
- React.createElement("path", { d: "M8.39092 7.8063C8.39092 7.08594 7.80694 6.50195 7.08657 6.50195C6.36621 6.50195 5.78223 7.08594 5.78223 7.8063V17.3715C5.78223 18.0919 6.36621 18.6759 7.08657 18.6759C7.80694 18.6759 8.39092 18.0919 8.39092 17.3715V7.8063Z", fill: "#8DD439" }),
20
- React.createElement("path", { d: "M12.7396 11.2848C12.7396 10.5645 12.1556 9.98047 11.4352 9.98047C10.7148 9.98047 10.1309 10.5645 10.1309 11.2848V17.3718C10.1309 18.0921 10.7148 18.6761 11.4352 18.6761C12.1556 18.6761 12.7396 18.0921 12.7396 17.3718V11.2848Z", fill: "#8DD439" })));
21
- export default FigureIcon;