@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
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const OutlineEquationIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.00284 10.0912C7.00284 8.13615 7.50772 6.5302 8.55508 5.19816H9.57559C8.80215 6.18645 8.19522 8.24895 8.19522 10.0859C8.19522 11.9335 8.79678 13.996 9.57559 14.9843H8.55508C7.50772 13.6523 7.00284 12.0463 7.00284 10.0912ZM12.9835 11.2568H12.8976L11.6193 13.33H10.3517L12.2906 10.4189L10.3356 7.48088H11.6837L12.9405 9.54338H13.0318L14.2779 7.48088H15.5616L13.6334 10.3705L15.5831 13.33H14.2565L12.9835 11.2568ZM4.93594 3.3125C5.33438 3.3125 5.58438 3.35938 5.85001 3.41406L5.61563 4.52344C5.44376 4.48438 5.17032 4.44531 4.80313 4.44531C4.02969 4.44531 3.55313 4.85156 3.37344 5.79688L3.22501 6.57812H5.15469L4.92032 7.70312H2.99063L1.47501 15H0.100006L1.61563 7.70312H0.217194L0.451569 6.57812H1.85001L2.00626 5.75781C2.33438 4.03125 3.23282 3.3125 4.93594 3.3125ZM17.3636 5.19816C18.4056 6.5302 18.9105 8.13615 18.9105 10.0912C18.9105 12.0463 18.4056 13.6523 17.3636 14.9843H16.3431C17.1165 13.996 17.7235 11.9335 17.7235 10.0859C17.7235 8.24895 17.1165 6.18645 16.3431 5.19816H17.3636Z", fill: "#FE8F1F" })));
4
+ export default OutlineEquationIcon;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ const OutlineFigureIcon = (props) => (React.createElement("svg", Object.assign({ width: "11", height: "14", viewBox: "0 0 11 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("g", { clipPath: "url(#clip0_203_2510)" },
4
+ React.createElement("path", { d: "M8.25 1.25H2.75C1.64543 1.25 0.75 2.14543 0.75 3.25V10.75C0.75 11.8546 1.64543 12.75 2.75 12.75H8.25C9.35457 12.75 10.25 11.8546 10.25 10.75V3.25C10.25 2.14543 9.35457 1.25 8.25 1.25Z", stroke: "#8DD439", strokeWidth: "1.5" }),
5
+ React.createElement("path", { d: "M5 4.75C5 4.33579 4.66421 4 4.25 4C3.83579 4 3.5 4.33579 3.5 4.75V10.25C3.5 10.6642 3.83579 11 4.25 11C4.66421 11 5 10.6642 5 10.25V4.75Z", fill: "#8DD439" }),
6
+ React.createElement("path", { d: "M7.5 6.75C7.5 6.33579 7.16421 6 6.75 6C6.33579 6 6 6.33579 6 6.75V10.25C6 10.6642 6.33579 11 6.75 11C7.16421 11 7.5 10.6642 7.5 10.25V6.75Z", fill: "#8DD439" })),
7
+ React.createElement("defs", null,
8
+ React.createElement("clipPath", { id: "clip0_203_2510" },
9
+ React.createElement("rect", { width: "11", height: "14", fill: "white" })))));
10
+ export default OutlineFigureIcon;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ const OutlineManuscriptIcon = (props) => (React.createElement("svg", Object.assign({ width: "16", height: "18", viewBox: "0 0 16 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("rect", { x: "1.25", y: "1.25", width: "13.5", height: "15.5", rx: "1.75", stroke: "#FFBD26", strokeWidth: "1.5" }),
4
+ React.createElement("rect", { x: "4.375", y: "4.375", width: "4.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" }),
5
+ React.createElement("rect", { x: "4.375", y: "8.375", width: "7.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" }),
6
+ React.createElement("rect", { x: "4.375", y: "12.375", width: "7.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" })));
7
+ export default OutlineManuscriptIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const OutlineOrderedListIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.07165 10C5.15312 10 5.87634 10.5792 5.87634 11.433C5.87634 11.9688 5.5616 12.4442 4.70446 13.2076L3.90759 13.9408V14.0045H5.9433V14.9621H2.27031V14.1417L3.7971 12.7054C4.50692 12.0491 4.68772 11.8047 4.68772 11.5201C4.68772 11.1652 4.42656 10.9275 4.02812 10.9275C3.61294 10.9275 3.325 11.2087 3.325 11.6071V11.6306H2.2V11.6105C2.2 10.6496 2.95 10 4.07165 10ZM16.0583 12C16.4725 12 16.8083 12.3358 16.8083 12.75C16.8083 13.1642 16.4725 13.5 16.0583 13.5H9.55826C9.14404 13.5 8.80826 13.1642 8.80826 12.75C8.80826 12.3358 9.14404 12 9.55826 12H16.0583ZM4.67433 3.25V8.08147H3.44553V4.35826H3.38192L2.21674 5.14509V4.08705L3.44553 3.25H4.67433ZM16.0583 5C16.4725 5 16.8083 5.33579 16.8083 5.75C16.8083 6.16421 16.4725 6.5 16.0583 6.5H9.55826C9.14404 6.5 8.80826 6.16421 8.80826 5.75C8.80826 5.33579 9.14404 5 9.55826 5H16.0583Z", fill: "#0B6BB8" })));
4
+ export default OutlineOrderedListIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const OutlineParagraphIcon = (props) => (React.createElement("svg", Object.assign({ width: "9", height: "14", viewBox: "0 0 9 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.86 0.5C8.02 0.5 8.1 0.579999 8.1 0.74V13.76C8.1 13.92 8.02 14 7.86 14H7.05C6.89 14 6.81 13.92 6.81 13.76V1.835C6.81 1.775 6.78 1.745 6.72 1.745H5.145C5.085 1.745 5.055 1.775 5.055 1.835V13.76C5.055 13.92 4.975 14 4.815 14H3.99C3.83 14 3.75 13.92 3.75 13.76V7.34C3.75 7.28 3.72 7.25 3.66 7.25C3.02999 7.2 2.4725 7.025 1.9875 6.725C1.5025 6.425 1.1225 6.03 0.847498 5.54C0.572496 5.05 0.434998 4.495 0.434998 3.875C0.434998 3.235 0.582496 2.6575 0.877498 2.1425C1.1725 1.6275 1.58749 1.225 2.1225 0.935C2.6575 0.644999 3.27999 0.5 3.99 0.5H7.86Z", fill: "#6E6E6E" })));
4
+ export default OutlineParagraphIcon;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- const PullQuoteIcon = () => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
2
+ const OutlinePullQuoteIcon = (props) => (React.createElement("svg", Object.assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
3
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9098 2C12.508 2 13.0473 2.23511 13.4386 2.60744C13.8547 3.00349 14.1053 3.5527 14.1053 4.15498V9.36594C14.1053 9.96822 13.8547 10.5174 13.4386 10.9135C13.0473 11.2858 12.508 11.5209 11.9098 11.5209H7.83366C7.68767 11.5209 7.309 12.3465 6.96876 12.791C6.70571 13.1346 6.46407 13.4489 6.30314 13.6313C6.15419 13.8 5.90332 14.0496 5.62402 14.3247C5.49595 14.0581 5.36099 13.7524 5.24394 13.3942C5.04532 12.7863 4.97569 12.264 4.90137 11.8546L3.97666 11.5181C3.42392 11.4904 2.92782 11.2621 2.5615 10.9135C2.14533 10.5174 1.89478 9.96822 1.89478 9.36594V4.15498C1.89478 3.5527 2.14533 3.00349 2.5615 2.60744C2.95275 2.23511 3.49204 2 4.09026 2H11.9098Z", stroke: "#F474AE", strokeWidth: "1.5" }),
4
4
  React.createElement("path", { d: "M9.68858 8.88867C10.3827 8.88867 10.9475 8.26237 10.9475 7.49244C10.9475 6.74969 10.4219 6.1405 9.76151 6.09841C9.75008 5.96161 9.75875 5.58913 10.0808 5.07043C10.1051 5.03132 10.1007 4.97858 10.0705 4.94506C9.93925 4.7995 9.858 4.70766 9.80101 4.64339C9.72609 4.55865 9.69187 4.52003 9.64181 4.46969C9.62492 4.45278 9.60353 4.44423 9.58222 4.44423C9.56143 4.44423 9.54073 4.45229 9.52402 4.46844C8.99417 4.97983 8.40886 6.00615 8.42134 7.27346L8.42988 7.49965C8.48289 8.30445 9.01228 8.88867 9.68858 8.88867Z", fill: "#F474AE" }),
5
5
  React.createElement("path", { d: "M6.32017 8.88867C7.01431 8.88867 7.57905 8.26237 7.57905 7.49244C7.57905 6.74969 7.05346 6.1405 6.39311 6.09841C6.38167 5.96161 6.39034 5.58913 6.71237 5.07043C6.73671 5.03132 6.73229 4.97858 6.70207 4.94506C6.57084 4.7995 6.4896 4.70766 6.4326 4.64339C6.35768 4.55865 6.32346 4.52003 6.2734 4.46969C6.25652 4.45278 6.23512 4.44423 6.21381 4.44423C6.19302 4.44423 6.17232 4.45229 6.15561 4.46844C5.5946 5.00991 4.97139 6.12867 5.06147 7.49955C5.11448 8.30445 5.64388 8.88867 6.32017 8.88867Z", fill: "#F474AE" })));
6
- export default PullQuoteIcon;
6
+ export default OutlinePullQuoteIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const OutlineSectionIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.89694 10.4436L9.59987 10.5961C10.6416 10.5961 11.4461 9.89316 11.4461 8.9785C11.4461 8.2671 10.938 7.76742 10.0064 7.56417L9.30345 7.41172C8.2787 7.41172 7.44873 8.14006 7.44873 9.02931C7.44873 9.72378 7.97381 10.2404 8.89694 10.4436ZM9.48977 16.0078C7.55036 16.0078 6.13603 14.9746 6.02593 13.4756H7.51648C7.63505 14.2547 8.45655 14.7713 9.56599 14.7713C10.7178 14.7713 11.5054 14.2293 11.5054 13.4332C11.5054 12.798 10.9973 12.3915 9.82853 12.0782L8.6344 11.7563C6.77967 11.2567 5.94971 10.5029 5.94971 9.31726C5.94971 8.24169 6.64417 7.42866 7.83831 7.09837V6.96286C6.60182 6.48013 5.98358 5.70944 5.98358 4.65081C5.98358 3.07557 7.35557 2 9.37967 2C11.2598 2 12.5556 2.94006 12.7504 4.44756H11.2852C11.1666 3.71075 10.4129 3.23648 9.3458 3.23648C8.21094 3.23648 7.44873 3.77003 7.44873 4.56612C7.44873 5.20977 7.93993 5.61629 9.10019 5.92964L10.2943 6.25146C12.1236 6.74267 12.9451 7.47948 12.9451 8.6228C12.9451 9.78306 12.0644 10.7655 10.794 11.0195V11.155C12.2168 11.4769 12.9451 12.2137 12.9451 13.3316C12.9451 14.8984 11.5139 16.0078 9.48977 16.0078Z", fill: "#48BEE7" })));
4
+ export default OutlineSectionIcon;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ const OutlineTableIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.4615 4.25C14.9448 4.25 15.3823 4.44588 15.699 4.76256C16.0157 5.07925 16.2115 5.51675 16.2115 6V12C16.2115 12.4832 16.0157 12.9207 15.699 13.2374C15.3823 13.5541 14.9448 13.75 14.4615 13.75H5.03846C4.55521 13.75 4.11771 13.5541 3.80102 13.2374C3.48434 12.9207 3.28846 12.4832 3.28846 12V6C3.28846 5.51675 3.48434 5.07925 3.80102 4.76256C4.11771 4.44588 4.55521 4.25 5.03846 4.25H14.4615Z", stroke: "#F35143", strokeWidth: "1.5" }),
4
+ React.createElement("path", { d: "M16 7.5H3.5V8.5H16V7.5Z", fill: "#F35143", stroke: "#F35143" }),
5
+ React.createElement("path", { d: "M7.61538 4.5H6.61538V13.5H7.61538V4.5Z", fill: "#F35143", stroke: "#F35143" })));
6
+ export default OutlineTableIcon;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ const OutlineUnorderedListIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.25 12C17.6642 12 18 12.3358 18 12.75C18 13.1642 17.6642 13.5 17.25 13.5H9.75C9.33579 13.5 9 13.1642 9 12.75C9 12.3358 9.33579 12 9.75 12H17.25ZM17.25 5C17.6642 5 18 5.33579 18 5.75C18 6.16421 17.6642 6.5 17.25 6.5H9.75C9.33579 6.5 9 6.16421 9 5.75C9 5.33579 9.33579 5 9.75 5H17.25Z", fill: "#0B6BB8" }),
4
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.75569 3.5C5.00148 3.5 6.01139 4.50991 6.01139 5.75569C6.01139 7.00148 5.00148 8.01139 3.75569 8.01139C2.50991 8.01139 1.5 7.00148 1.5 5.75569C1.5 4.50991 2.50991 3.5 3.75569 3.5ZM3.75569 4.73038C3.18943 4.73038 2.73038 5.18943 2.73038 5.75569C2.73038 6.32196 3.18943 6.78101 3.75569 6.78101C4.32196 6.78101 4.78101 6.32196 4.78101 5.75569C4.78101 5.18943 4.32196 4.73038 3.75569 4.73038Z", fill: "#0B6BB8" }),
5
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.75569 10.5C5.00148 10.5 6.01139 11.5099 6.01139 12.7557C6.01139 14.0015 5.00148 15.0114 3.75569 15.0114C2.50991 15.0114 1.5 14.0015 1.5 12.7557C1.5 11.5099 2.50991 10.5 3.75569 10.5ZM3.75569 11.7304C3.18943 11.7304 2.73038 12.1894 2.73038 12.7557C2.73038 13.322 3.18943 13.781 3.75569 13.781C4.32196 13.781 4.78101 13.322 4.78101 12.7557C4.78101 12.1894 4.32196 11.7304 3.75569 11.7304Z", fill: "#0B6BB8" })));
6
+ export default OutlineUnorderedListIcon;
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import React from 'react';
17
- export const PlusIcon = ({ width = 11, height = 10, viewBox = '0 0 11 10', color = '#6E6E6E', transform, }) => (React.createElement("svg", { width: width, height: height, viewBox: viewBox, fill: "none", xmlns: "http://www.w3.org/2000/svg", transform: transform },
18
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5 0.5C5.25147 0.5 5.05 0.701472 5.05 0.95V4.55H1.45C1.20147 4.55 1 4.75147 1 5C1 5.24853 1.20147 5.45 1.45 5.45H5.05V9.05C5.05 9.29853 5.25147 9.5 5.5 9.5C5.74853 9.5 5.95 9.29853 5.95 9.05V5.45H9.55C9.79853 5.45 10 5.24853 10 5C10 4.75147 9.79853 4.55 9.55 4.55H5.95V0.95C5.95 0.701472 5.74853 0.5 5.5 0.5Z", fill: color }),
19
- React.createElement("path", { d: "M5.05 4.55V5.05H5.55V4.55H5.05ZM5.05 5.45H5.55V4.95H5.05V5.45ZM5.95 5.45V4.95H5.45V5.45H5.95ZM5.95 4.55H5.45V5.05H5.95V4.55ZM5.55 0.95C5.55 0.977614 5.52761 1 5.5 1V0C4.97533 0 4.55 0.425329 4.55 0.95H5.55ZM5.55 4.55V0.95H4.55V4.55H5.55ZM1.45 5.05H5.05V4.05H1.45V5.05ZM1.5 5C1.5 5.02761 1.47761 5.05 1.45 5.05V4.05C0.925329 4.05 0.5 4.47533 0.5 5H1.5ZM1.45 4.95C1.47761 4.95 1.5 4.97239 1.5 5H0.5C0.5 5.52467 0.925328 5.95 1.45 5.95V4.95ZM5.05 4.95H1.45V5.95H5.05V4.95ZM5.55 9.05V5.45H4.55V9.05H5.55ZM5.5 9C5.52761 9 5.55 9.02239 5.55 9.05H4.55C4.55 9.57467 4.97533 10 5.5 10V9ZM5.45 9.05C5.45 9.02239 5.47239 9 5.5 9V10C6.02467 10 6.45 9.57467 6.45 9.05H5.45ZM5.45 5.45V9.05H6.45V5.45H5.45ZM9.55 4.95H5.95V5.95H9.55V4.95ZM9.5 5C9.5 4.97239 9.52238 4.95 9.55 4.95V5.95C10.0747 5.95 10.5 5.52467 10.5 5H9.5ZM9.55 5.05C9.52239 5.05 9.5 5.02761 9.5 5H10.5C10.5 4.47533 10.0747 4.05 9.55 4.05V5.05ZM5.95 5.05H9.55V4.05H5.95V5.05ZM5.45 0.95V4.55H6.45V0.95H5.45ZM5.5 1C5.47239 1 5.45 0.977615 5.45 0.95H6.45C6.45 0.425329 6.02467 0 5.5 0V1Z", fill: color })));
17
+ export const PlusIcon = (props) => (React.createElement("svg", Object.assign({ width: "11", height: "10", viewBox: "0 0 11 10", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
18
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5 0.5C5.25147 0.5 5.05 0.701472 5.05 0.95V4.55H1.45C1.20147 4.55 1 4.75147 1 5C1 5.24853 1.20147 5.45 1.45 5.45H5.05V9.05C5.05 9.29853 5.25147 9.5 5.5 9.5C5.74853 9.5 5.95 9.29853 5.95 9.05V5.45H9.55C9.79853 5.45 10 5.24853 10 5C10 4.75147 9.79853 4.55 9.55 4.55H5.95V0.95C5.95 0.701472 5.74853 0.5 5.5 0.5Z", fill: "#6E6E6E" }),
19
+ React.createElement("path", { d: "M5.05 4.55V5.05H5.55V4.55H5.05ZM5.05 5.45H5.55V4.95H5.05V5.45ZM5.95 5.45V4.95H5.45V5.45H5.95ZM5.95 4.55H5.45V5.05H5.95V4.55ZM5.55 0.95C5.55 0.977614 5.52761 1 5.5 1V0C4.97533 0 4.55 0.425329 4.55 0.95H5.55ZM5.55 4.55V0.95H4.55V4.55H5.55ZM1.45 5.05H5.05V4.05H1.45V5.05ZM1.5 5C1.5 5.02761 1.47761 5.05 1.45 5.05V4.05C0.925329 4.05 0.5 4.47533 0.5 5H1.5ZM1.45 4.95C1.47761 4.95 1.5 4.97239 1.5 5H0.5C0.5 5.52467 0.925328 5.95 1.45 5.95V4.95ZM5.05 4.95H1.45V5.95H5.05V4.95ZM5.55 9.05V5.45H4.55V9.05H5.55ZM5.5 9C5.52761 9 5.55 9.02239 5.55 9.05H4.55C4.55 9.57467 4.97533 10 5.5 10V9ZM5.45 9.05C5.45 9.02239 5.47239 9 5.5 9V10C6.02467 10 6.45 9.57467 6.45 9.05H5.45ZM5.45 5.45V9.05H6.45V5.45H5.45ZM9.55 4.95H5.95V5.95H9.55V4.95ZM9.5 5C9.5 4.97239 9.52238 4.95 9.55 4.95V5.95C10.0747 5.95 10.5 5.52467 10.5 5H9.5ZM9.55 5.05C9.52239 5.05 9.5 5.02761 9.5 5H10.5C10.5 4.47533 10.0747 4.05 9.55 4.05V5.05ZM5.95 5.05H9.55V4.05H5.95V5.05ZM5.45 0.95V4.55H6.45V0.95H5.45ZM5.5 1C5.47239 1 5.45 0.977615 5.45 0.95H6.45C6.45 0.425329 6.02467 0 5.5 0V1Z", fill: "#6E6E6E" })));
20
20
  export default PlusIcon;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- const AnnotatorIcon = () => (React.createElement("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
2
+ const RoleAnnotatingIcon = (props) => (React.createElement("svg", Object.assign({ width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
3
  React.createElement("path", { d: "M5.5 6.5H12.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
4
4
  React.createElement("path", { d: "M5.5 9.5H12.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
5
5
  React.createElement("path", { d: "M16.5 8C16.5 4.41 13.142 1.5 9 1.5C4.858 1.5 1.5 4.41 1.5 8C1.5 11.59 4.858 14.5 9 14.5C9.525 14.5 10.037 14.452 10.532 14.363L14.5 16.5V12.409C15.738 11.25 16.5 9.704 16.5 8Z", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
6
- export default AnnotatorIcon;
6
+ export default RoleAnnotatingIcon;
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- const ReadingIcon = () => (React.createElement("svg", { width: "18", height: "16", viewBox: "0 0 18 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
2
+ const RoleReadingIcon = (props) => (React.createElement("svg", Object.assign({ width: "18", height: "16", viewBox: "0 0 18 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
3
  React.createElement("path", { d: "M1.5 8.5L3.5 1.5H5.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
4
4
  React.createElement("path", { d: "M16.5 8.5L14.5 1.5H12.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
5
5
  React.createElement("path", { d: "M1.5 8.5H7.5V12.5C7.5 12.7652 7.39464 13.0196 7.20711 13.2071C7.01957 13.3946 6.76522 13.5 6.5 13.5H2.5C2.23478 13.5 1.98043 13.3946 1.79289 13.2071C1.60536 13.0196 1.5 12.7652 1.5 12.5V8.5Z", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
6
6
  React.createElement("path", { d: "M10.5 8.5H16.5V12.5C16.5 12.7652 16.3946 13.0196 16.2071 13.2071C16.0196 13.3946 15.7652 13.5 15.5 13.5H11.5C11.2348 13.5 10.9804 13.3946 10.7929 13.2071C10.6054 13.0196 10.5 12.7652 10.5 12.5V8.5Z", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
7
7
  React.createElement("path", { d: "M7.5 8.5H10.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
8
- export default ReadingIcon;
8
+ export default RoleReadingIcon;
@@ -0,0 +1,21 @@
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 SaveStatusOfflineIcon = (props) => (React.createElement("svg", Object.assign({ width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
18
+ React.createElement("path", { d: "M12.487 5.513C11.8612 4.67043 10.9855 4.04685 9.98458 3.73112C8.98366 3.4154 7.90863 3.42363 6.91267 3.75466C5.91672 4.08569 5.05064 4.72261 4.43787 5.57468C3.82509 6.42674 3.49687 7.45048 3.49999 8.5C3.49999 8.517 3.49999 8.533 3.49999 8.55C2.89241 8.67337 2.35235 9.0181 1.98464 9.51726C1.61694 10.0164 1.44782 10.6344 1.51013 11.2512C1.57244 11.8681 1.86172 12.4398 2.32182 12.8553C2.78192 13.2709 3.38001 13.5006 3.99999 13.5H4.49999", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
19
+ React.createElement("path", { d: "M7.32797 13.5H14C14.663 13.5 15.2989 13.2366 15.7677 12.7678C16.2366 12.2989 16.5 11.663 16.5 11C16.5 10.337 16.2366 9.70108 15.7677 9.23224C15.2989 8.7634 14.663 8.50001 14 8.50001C13.8304 8.50013 13.6612 8.51722 13.495 8.55101C13.495 8.53301 13.5 8.51701 13.5 8.50001C13.4987 8.14523 13.4598 7.79158 13.384 7.44501", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
20
+ React.createElement("path", { d: "M1.5 16.5L16.5 1.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
21
+ export default SaveStatusOfflineIcon;
@@ -0,0 +1,20 @@
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 SaveStatusSavedIcon = (props) => (React.createElement("svg", Object.assign({ width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
18
+ React.createElement("path", { d: "M9 16.5C13.1421 16.5 16.5 13.1421 16.5 9C16.5 4.85786 13.1421 1.5 9 1.5C4.85786 1.5 1.5 4.85786 1.5 9C1.5 13.1421 4.85786 16.5 9 16.5Z", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
19
+ React.createElement("path", { d: "M5.5 8.5L8 11L13 6", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
20
+ export default SaveStatusSavedIcon;
@@ -0,0 +1,22 @@
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 SaveStatusSavingIcon = (props) => (React.createElement("svg", Object.assign({ width: "17", height: "18", viewBox: "0 0 17 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
18
+ React.createElement("path", { d: "M1.5 8.5C1.5 4.634 4.634 1.5 8.5 1.5C11.136 1.5 13.328 3.141 14.5 5.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
19
+ React.createElement("path", { d: "M14.5 1.5V5.5H10.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
20
+ React.createElement("path", { d: "M15.5 9.5C15.5 13.366 12.366 16.5 8.5 16.5C5.864 16.5 3.672 14.859 2.5 12.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
21
+ React.createElement("path", { d: "M2.5 16.5V12.5H6.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
22
+ export default SaveStatusSavingIcon;
@@ -14,47 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import React from 'react';
17
- const SearchIcon = (props) => (React.createElement("svg", Object.assign({ height: 50.667, width: 50.667 }, props),
18
- React.createElement("defs", null,
19
- React.createElement("clipPath", { id: "a", clipPathUnits: "userSpaceOnUse" },
20
- React.createElement("path", { d: "M19 1c9.941 0 18 8.059 18 18s-8.059 18-18 18S1 28.941 1 19 9.059 1 19 1z", clipRule: "evenodd" })),
21
- React.createElement("clipPath", { id: "b", clipPathUnits: "userSpaceOnUse" },
22
- React.createElement("path", { d: "M0 0h38v38H0z" })),
23
- React.createElement("clipPath", { id: "c", clipPathUnits: "userSpaceOnUse" },
24
- React.createElement("path", { d: "M19 1c9.941 0 18 8.059 18 18s-8.059 18-18 18S1 28.941 1 19 9.059 1 19 1z", clipRule: "evenodd" })),
25
- React.createElement("clipPath", { id: "d", clipPathUnits: "userSpaceOnUse" },
26
- React.createElement("path", { d: "M0 0h38v38H0z" })),
27
- React.createElement("clipPath", { id: "e", clipPathUnits: "userSpaceOnUse" },
28
- React.createElement("path", { d: "M1 1h36v36H1z" })),
29
- React.createElement("clipPath", { id: "f", clipPathUnits: "userSpaceOnUse" },
30
- React.createElement("path", { d: "M1 1h36v36H1z" })),
31
- React.createElement("clipPath", { id: "g", clipPathUnits: "userSpaceOnUse" },
32
- React.createElement("path", { d: "M19 1c9.941 0 18 8.059 18 18s-8.059 18-18 18S1 28.941 1 19 9.059 1 19 1z", clipRule: "evenodd" })),
33
- React.createElement("clipPath", { id: "h", clipPathUnits: "userSpaceOnUse" },
34
- React.createElement("path", { d: "M1 1h36v36H1z" })),
35
- React.createElement("clipPath", { id: "i", clipPathUnits: "userSpaceOnUse" },
36
- React.createElement("path", { d: "M26.947 12.252a.796.796 0 0 0-.075-1.137.842.842 0 0 0-1.165-.06l-4.692 4.566a6.426 6.426 0 0 0-3.82-1.247 6.306 6.306 0 0 0-3.553 1.095 6.42 6.42 0 0 0-.844 9.9 6.32 6.32 0 0 0 3.313 1.687 6.294 6.294 0 0 0 3.683-.468 6.364 6.364 0 0 0 2.793-2.469 6.406 6.406 0 0 0 .94-3.61 5.98 5.98 0 0 0-1.273-3.685zm-7.143 4.557a4.683 4.683 0 0 1 1.715 2.14 4.736 4.736 0 0 1-1.098 5.15 4.652 4.652 0 0 1-5.144.892 4.662 4.662 0 0 1-2.052-1.813 4.728 4.728 0 0 1-.694-2.663 4.605 4.605 0 0 1 1.405-3.226 4.548 4.548 0 0 1 3.256-1.285c.954 0 1.857.292 2.612.805z", clipRule: "evenodd" })),
37
- React.createElement("clipPath", { id: "j", clipPathUnits: "userSpaceOnUse" },
38
- React.createElement("path", { d: "M1 1h36v36H1z" })),
39
- React.createElement("clipPath", { id: "k", clipPathUnits: "userSpaceOnUse" },
40
- React.createElement("path", { d: "M8 30h22V8H8zm18.835-17.849a.644.644 0 0 0-.067-.927.693.693 0 0 0-.956-.061l-4.784 4.655a6.279 6.279 0 0 0-3.833-1.294 6.186 6.186 0 0 0-5.746 3.91 6.267 6.267 0 0 0 1.453 6.828 6.162 6.162 0 0 0 6.83 1.19 6.244 6.244 0 0 0 3.645-5.943 5.83 5.83 0 0 0-1.326-3.697zM12.381 20.51c.055-2.623 2.21-4.703 4.814-4.655a4.81 4.81 0 0 1 4.463 3.038 4.887 4.887 0 0 1-1.132 5.314 4.796 4.796 0 0 1-5.31.921 4.853 4.853 0 0 1-2.835-4.618z", clipRule: "evenodd" })),
41
- React.createElement("clipPath", { id: "l", clipPathUnits: "userSpaceOnUse" },
42
- React.createElement("path", { d: "M1 1h36v36H1z" }))),
43
- React.createElement("g", { clipPath: "url(#a)", transform: "matrix(1.33333 0 0 -1.33333 0 50.667)" },
44
- React.createElement("g", { clipPath: "url(#b)" },
45
- React.createElement("path", { d: "M19 1c9.941 0 18 8.059 18 18s-8.059 18-18 18S1 28.941 1 19 9.059 1 19 1z", fill: "none", stroke: "#fff", strokeWidth: 4, strokeMiterlimit: 10 }))),
46
- React.createElement("g", { clipPath: "url(#c)", transform: "matrix(1.33333 0 0 -1.33333 0 50.667)" },
47
- React.createElement("g", { clipPath: "url(#d)" },
48
- React.createElement("g", { clipPath: "url(#e)" },
49
- React.createElement("g", { clipPath: "url(#f)" },
50
- React.createElement("path", { d: "M19 1c9.941 0 18 8.059 18 18s-8.059 18-18 18S1 28.941 1 19 9.059 1 19 1z", fill: props.color || '#7fb5d5' })),
51
- React.createElement("g", { clipPath: "url(#g)" },
52
- React.createElement("g", { clipPath: "url(#h)" },
53
- React.createElement("path", { d: "M19 1c9.941 0 18 8.059 18 18s-8.059 18-18 18S1 28.941 1 19 9.059 1 19 1z", fill: "none", stroke: "#fff", strokeWidth: 4, strokeMiterlimit: 10 }))),
54
- React.createElement("g", { clipPath: "url(#i)" },
55
- React.createElement("g", { clipPath: "url(#j)" },
56
- React.createElement("path", { d: "M6 32h26V6H6z", fill: "#fff" }))),
57
- React.createElement("g", { clipPath: "url(#k)" },
58
- React.createElement("g", { clipPath: "url(#l)" },
59
- React.createElement("path", { d: "M26.835 12.151a.644.644 0 0 0-.067-.927.693.693 0 0 0-.956-.061l-4.784 4.655a6.279 6.279 0 0 0-3.833-1.294 6.186 6.186 0 0 0-5.746 3.91 6.267 6.267 0 0 0 1.453 6.828 6.162 6.162 0 0 0 6.83 1.19 6.244 6.244 0 0 0 3.645-5.943 5.83 5.83 0 0 0-1.326-3.697zM12.381 20.51c.055-2.623 2.21-4.703 4.814-4.655a4.81 4.81 0 0 1 4.463 3.038 4.887 4.887 0 0 1-1.132 5.314 4.796 4.796 0 0 1-5.31.921 4.853 4.853 0 0 1-2.835-4.618z", fill: "none", stroke: "#fff", strokeWidth: 0.6, strokeMiterlimit: 10 }))))))));
17
+ const SearchIcon = (props) => (React.createElement("svg", Object.assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
18
+ React.createElement("path", { d: "M6.5 12C9.53757 12 12 9.53757 12 6.5C12 3.46243 9.53757 1 6.5 1C3.46243 1 1 3.46243 1 6.5C1 9.53757 3.46243 12 6.5 12Z", stroke: "#1A9BC7" }),
19
+ React.createElement("path", { d: "M10.3739 10.4674L13.56 14.45", stroke: "#1A9BC7", strokeLinecap: "square" })));
60
20
  export default SearchIcon;
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import React from 'react';
17
- const TaskStepDone = () => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
17
+ const TaskStepDoneIcon = (props) => (React.createElement("svg", Object.assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
18
18
  React.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: "#353535" }),
19
19
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.96942 7.53878C4.56992 7.16264 3.93338 7.1734 3.53964 7.57093L3.71338 7.39552C3.32324 7.78942 3.33476 8.41736 3.73198 8.79134L6.4256 11.3274L12.2328 5.82715C12.6326 5.44848 12.6332 4.83693 12.2258 4.45339L12.4056 4.62263C12.0019 4.24258 11.3437 4.2432 10.9389 4.62068L6.38269 8.86941L4.96942 7.53878Z", fill: "white" })));
20
- export default TaskStepDone;
20
+ export default TaskStepDoneIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const ToolbarBoldIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.0757 13.5688H5V3H9.9292C12.0386 3 13.2837 3.99609 13.2837 5.63672C13.2837 6.77197 12.4341 7.73145 11.3135 7.88525V8.02441C12.6978 8.09766 13.7671 9.17432 13.7671 10.522C13.7671 12.375 12.3389 13.5688 10.0757 13.5688ZM7.68799 4.89697V7.30664H9.10889C10.0903 7.30664 10.6616 6.85254 10.6616 6.10547C10.6616 5.35107 10.127 4.89697 9.21143 4.89697H7.68799ZM7.68799 11.6719H9.31396C10.4272 11.6719 11.0352 11.1812 11.0352 10.2876C11.0352 9.42334 10.4126 8.93994 9.29932 8.93994H7.68799V11.6719Z", fill: "#6E6E6E" })));
4
+ export default ToolbarBoldIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const ToolbarCitationIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.018 6.842L13.656 5.482L14.336 7.114L10.63 8.406L12.874 11.5L11.48 12.554L9.134 9.29L6.924 12.554L5.394 11.5L7.604 8.406L4 7.114L4.612 5.482L8.216 6.842V3H10.018V6.842Z", fill: "#1A9BC7" })));
4
+ export default ToolbarCitationIcon;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ const ToolbarCodeIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { d: "M5.96863 12.7023L1.46861 8.20223L6.07794 3.5929", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
4
+ React.createElement("path", { d: "M13.0779 12.7023L17.578 8.20223L12.9686 3.5929", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
5
+ export default ToolbarCodeIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const ToolbarEquationIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.00284 9.09123C7.00284 7.13615 7.50772 5.5302 8.55508 4.19816H9.57559C8.80215 5.18645 8.19522 7.24895 8.19522 9.08586C8.19522 10.9335 8.79678 12.996 9.57559 13.9843H8.55508C7.50772 12.6523 7.00284 11.0463 7.00284 9.09123ZM12.9835 10.2568H12.8976L11.6193 12.33H10.3517L12.2906 9.41887L10.3356 6.48088H11.6837L12.9405 8.54338H13.0318L14.2779 6.48088H15.5616L13.6334 9.37053L15.5831 12.33H14.2565L12.9835 10.2568ZM4.93594 2.3125C5.33438 2.3125 5.58438 2.35938 5.85001 2.41406L5.61563 3.52344C5.44376 3.48438 5.17032 3.44531 4.80313 3.44531C4.02969 3.44531 3.55313 3.85156 3.37344 4.79688L3.22501 5.57812H5.15469L4.92032 6.70312H2.99063L1.47501 14H0.100006L1.61563 6.70312H0.217194L0.451569 5.57812H1.85001L2.00626 4.75781C2.33438 3.03125 3.23282 2.3125 4.93594 2.3125ZM17.3636 4.19816C18.4056 5.5302 18.9105 7.13615 18.9105 9.09123C18.9105 11.0463 18.4056 12.6523 17.3636 13.9843H16.3431C17.1165 12.996 17.7235 10.9335 17.7235 9.08586C17.7235 7.24895 17.1165 5.18645 16.3431 4.19816H17.3636Z", fill: "#FE8F1F" })));
4
+ export default ToolbarEquationIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const ToolbarFigureIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5 0.5C14.433 0.5 16 2.067 16 4V12C16 13.933 14.433 15.5 12.5 15.5H6.5C4.567 15.5 3 13.933 3 12V4C3 2.067 4.567 0.5 6.5 0.5H12.5ZM12.5 2H6.5C5.39543 2 4.5 2.89543 4.5 4V12C4.5 13.1046 5.39543 14 6.5 14H12.5C13.6046 14 14.5 13.1046 14.5 12V4C14.5 2.89543 13.6046 2 12.5 2ZM7.25 5C7.66421 5 8 5.33579 8 5.75V11.25C8 11.6642 7.66421 12 7.25 12C6.83579 12 6.5 11.6642 6.5 11.25V5.75C6.5 5.33579 6.83579 5 7.25 5ZM10.25 7C10.6642 7 11 7.33579 11 7.75V11.25C11 11.6642 10.6642 12 10.25 12C9.83579 12 9.5 11.6642 9.5 11.25V7.75C9.5 7.33579 9.83579 7 10.25 7Z", fill: "#8DD439" })));
4
+ export default ToolbarFigureIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const ToolbarItalicIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.21802 13.4211H7.5L9.82349 2.5H11.5415L9.21802 13.4211Z", fill: "#6E6E6E" })));
4
+ export default ToolbarItalicIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const ToolbarOrderedListIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.87165 9C4.95312 9 5.67634 9.57924 5.67634 10.433C5.67634 10.9688 5.36161 11.4442 4.50446 12.2076L3.70759 12.9408V13.0045H5.7433V13.9621H2.07031V13.1417L3.5971 11.7054C4.30692 11.0491 4.48772 10.8047 4.48772 10.5201C4.48772 10.1652 4.22656 9.92745 3.82812 9.92745C3.41295 9.92745 3.125 10.2087 3.125 10.6071V10.6306H2V10.6105C2 9.64955 2.75 9 3.87165 9ZM15.8583 11C16.2725 11 16.6083 11.3358 16.6083 11.75C16.6083 12.1642 16.2725 12.5 15.8583 12.5H9.35826C8.94405 12.5 8.60826 12.1642 8.60826 11.75C8.60826 11.3358 8.94405 11 9.35826 11H15.8583ZM4.47433 2.25V7.08147H3.24554V3.35826H3.18192L2.01674 4.14509V3.08705L3.24554 2.25H4.47433ZM15.8583 4C16.2725 4 16.6083 4.33579 16.6083 4.75C16.6083 5.16421 16.2725 5.5 15.8583 5.5H9.35826C8.94405 5.5 8.60826 5.16421 8.60826 4.75C8.60826 4.33579 8.94405 4 9.35826 4H15.8583Z", fill: "#0B6BB8" })));
4
+ export default ToolbarOrderedListIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const ToolbarSubscriptIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.9121 8.71838V15.0597H12.585V10.0104H12.5059L10.9502 11.0826V9.84778L12.5894 8.71838H13.9121ZM11.2808 3.90002V5.31555H8.45605V13.0597H6.81836V5.31555H4V3.90002H11.2808Z", fill: "#6E6E6E" })));
4
+ export default ToolbarSubscriptIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const ToolbarSuperscriptIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.7808 3.88165V5.29718H7.95605V13.0413H6.31836V5.29718H3.5V3.88165H10.7808ZM15.4121 2.70001V9.04132H14.085V3.992H14.0059L12.4502 5.06427V3.82941L14.0894 2.70001H15.4121Z", fill: "#6E6E6E" })));
4
+ export default ToolbarSuperscriptIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const ToolbarSymbolIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.93411 4.5L10.3289 6.8948L10.3309 6.89282L11.4033 7.96526L7.86861 11.5H13.38V13H5.38V11.5H5.72371L9.25647 7.96725L5.78922 4.5H5.35V3H13.35V4.5H7.93411Z", fill: "#FFBD26" })));
4
+ export default ToolbarSymbolIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const ToolbarTableIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 2C16.3807 2 17.5 3.11929 17.5 4.5V11.5C17.5 12.8807 16.3807 14 15 14H4C2.61929 14 1.5 12.8807 1.5 11.5V4.5C1.5 3.11929 2.61929 2 4 2H15ZM5 7H3V11.5C3 12.0128 3.38604 12.4355 3.88338 12.4933L4 12.5H5V7ZM16 7H6.5V12.5H15C15.5128 12.5 15.9355 12.114 15.9933 11.6166L16 11.5V7ZM5 3.5H4C3.44772 3.5 3 3.94772 3 4.5V5.5H5V3.5ZM15 3.5H6.5V5.5H16V4.5C16 3.98716 15.614 3.56449 15.1166 3.50673L15 3.5Z", fill: "#F35143" })));
4
+ export default ToolbarTableIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const ToolbarUnderlineIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.75 12.4551C14.1642 12.4551 14.5 12.7909 14.5 13.2051C14.5 13.6193 14.1642 13.9551 13.75 13.9551H5.25C4.83579 13.9551 4.5 13.6193 4.5 13.2051C4.5 12.7909 4.83579 12.4551 5.25 12.4551H13.75ZM7.57227 2.5V7.90234C7.57227 9.04492 8.28711 9.8125 9.54102 9.8125C10.7949 9.8125 11.5039 9.04492 11.5039 7.90234V2.5H13.0156V8.04297C13.0156 9.88867 11.6797 11.166 9.54102 11.166C7.40234 11.166 6.06641 9.88867 6.06641 8.04297V2.5H7.57227Z", fill: "#6E6E6E" })));
4
+ export default ToolbarUnderlineIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const ToolbarUnorderedListIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.75569 2.5C5.00148 2.5 6.01139 3.50991 6.01139 4.75569C6.01139 6.00148 5.00148 7.01139 3.75569 7.01139C2.50991 7.01139 1.5 6.00148 1.5 4.75569C1.5 3.50991 2.50991 2.5 3.75569 2.5ZM3.75569 3.73038C3.18943 3.73038 2.73038 4.18943 2.73038 4.75569C2.73038 5.32196 3.18943 5.78101 3.75569 5.78101C4.32196 5.78101 4.78101 5.32196 4.78101 4.75569C4.78101 4.18943 4.32196 3.73038 3.75569 3.73038ZM3.75569 9.5C5.00148 9.5 6.01139 10.5099 6.01139 11.7557C6.01139 13.0015 5.00148 14.0114 3.75569 14.0114C2.50991 14.0114 1.5 13.0015 1.5 11.7557C1.5 10.5099 2.50991 9.5 3.75569 9.5ZM3.75569 10.7304C3.18943 10.7304 2.73038 11.1894 2.73038 11.7557C2.73038 12.322 3.18943 12.781 3.75569 12.781C4.32196 12.781 4.78101 12.322 4.78101 11.7557C4.78101 11.1894 4.32196 10.7304 3.75569 10.7304ZM16.25 11C16.6642 11 17 11.3358 17 11.75C17 12.1642 16.6642 12.5 16.25 12.5H9.75C9.33579 12.5 9 12.1642 9 11.75C9 11.3358 9.33579 11 9.75 11H16.25ZM16.25 4C16.6642 4 17 4.33579 17 4.75C17 5.16421 16.6642 5.5 16.25 5.5H9.75C9.33579 5.5 9 5.16421 9 4.75C9 4.33579 9.33579 4 9.75 4H16.25Z", fill: "#0B6BB8" })));
4
+ export default ToolbarUnorderedListIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const TriangleCollapsedIcon = (props) => (React.createElement("svg", Object.assign({ width: "17", height: "17", viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.731 5.65627C5.38994 5.23955 5.43134 4.60792 5.82348 4.24548C6.21562 3.88304 6.81 3.92704 7.15106 4.34375L10.5 8.43549L7.20134 12.6403C6.86855 13.0645 6.27516 13.1217 5.87597 12.7681C5.47679 12.4144 5.42296 11.7839 5.75575 11.3596L8.02818 8.46297L5.731 5.65627Z", fill: "#6E6E6E" })));
4
+ export default TriangleCollapsedIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const TriangleExpandedIcon = (props) => (React.createElement("svg", Object.assign({ width: "17", height: "17", viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.8437 6.231C11.2604 5.88994 11.8921 5.93134 12.2545 6.32348C12.617 6.71562 12.573 7.31 12.1562 7.65106L8.06451 11L3.85969 7.70134C3.43548 7.36855 3.37828 6.77516 3.73193 6.37598C4.08557 5.97679 4.71615 5.92296 5.14035 6.25575L8.03703 8.52818L10.8437 6.231Z", fill: "#6E6E6E" })));
4
+ export default TriangleExpandedIcon;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- const UploadIcon = () => (React.createElement("svg", { width: "17", height: "18", viewBox: "0 0 17 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
2
+ const UploadIcon = (props) => (React.createElement("svg", Object.assign({ width: "17", height: "18", viewBox: "0 0 17 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
3
  React.createElement("path", { d: "M8.5 12.5V1.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
4
4
  React.createElement("path", { d: "M13.5 6.5L8.5 1.5L3.5 6.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
5
5
  React.createElement("path", { d: "M15.5 16.5H1.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ const VerticalEllipsisIcon = (props) => (React.createElement("svg", Object.assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
+ React.createElement("circle", { cx: "8", cy: "2", r: "2", fill: "#1A9BC7" }),
4
+ React.createElement("circle", { cx: "8", cy: "8", r: "2", fill: "#1A9BC7" }),
5
+ React.createElement("circle", { cx: "8", cy: "14", r: "2", fill: "#1A9BC7" })));
6
+ export default VerticalEllipsisIcon;
@@ -1,3 +1,18 @@
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
+ */
1
16
  import { Keyword, UserProfile } from '@manuscripts/json-schema';
2
17
  import React, { Dispatch, SetStateAction } from 'react';
3
18
  import { CommentType, UnsavedComment } from '../../lib/comments';
@@ -1,3 +1,18 @@
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
+ */
1
16
  import { Keyword, ManuscriptNote, UserProfile } from '@manuscripts/json-schema';
2
17
  import { Selected } from '@manuscripts/transform';
3
18
  import React from 'react';
@@ -33,7 +33,7 @@ export declare const NavDropdownButtonText: import("styled-components").StyledCo
33
33
  interface DropdownProps {
34
34
  isOpen: boolean;
35
35
  }
36
- export declare const NavDropdownToggle: import("styled-components").StyledComponent<React.SFC<React.SVGAttributes<SVGElement>>, import("styled-components").DefaultTheme, {}, never>;
36
+ export declare const NavDropdownToggle: import("styled-components").StyledComponent<React.FC<import("./icons/types").IconProps>, import("styled-components").DefaultTheme, {}, never>;
37
37
  export declare const NotificationsBadge: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, DropdownProps, never>;
38
38
  export declare const NavDropdownButtonContainer: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {
39
39
  type: "button" | "submit" | "reset";
@@ -15,5 +15,5 @@
15
15
  */
16
16
  import React from 'react';
17
17
  import { IconProps } from './types';
18
- declare const AddAuthor: (props: IconProps) => React.JSX.Element;
19
- export default AddAuthor;
18
+ declare const AddAuthorIcon: (props: IconProps) => React.JSX.Element;
19
+ export default AddAuthorIcon;
@@ -0,0 +1,19 @@
1
+ /*!
2
+ * © 2022 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
+ import { IconProps } from './types';
18
+ declare const AddCommentIcon: React.FC<IconProps>;
19
+ export default AddCommentIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const AddNewIcon: React.FC<IconProps>;
4
+ export default AddNewIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const AddIcon: React.FC<IconProps>;
4
+ export default AddIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const AddedIcon: React.FC<IconProps>;
4
+ export default AddedIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ArrowDownCircleIcon: React.FC<IconProps>;
4
+ export default ArrowDownCircleIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ArrowDownIcon: React.FC<IconProps>;
4
+ export default ArrowDownIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ArrowLeftIcon: React.FC<IconProps>;
4
+ export default ArrowLeftIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ArrowUpIcon: React.FC<IconProps>;
4
+ export default ArrowUpIcon;
@@ -14,5 +14,6 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import React from 'react';
17
- declare const AttachIcon: React.FC;
17
+ import { IconProps } from './types';
18
+ declare const AttachIcon: React.FC<IconProps>;
18
19
  export default AttachIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const AttentionBlueIcon: React.FC<IconProps>;
4
+ export default AttentionBlueIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const AttentionGreenIcon: React.FC<IconProps>;
4
+ export default AttentionGreenIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const AttentionOrangeIcon: React.FC<IconProps>;
4
+ export default AttentionOrangeIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const AttentionRedIcon: React.FC<IconProps>;
4
+ export default AttentionRedIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const AvatarIcon: React.FC<IconProps>;
4
+ export default AvatarIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const CitationCountIcon: React.FC<IconProps>;
4
+ export default CitationCountIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const CommentReplyIcon: React.FC<IconProps>;
4
+ export default CommentReplyIcon;
@@ -15,5 +15,5 @@
15
15
  */
16
16
  import React from 'react';
17
17
  import { IconProps } from './types';
18
- declare const Bookmark: (props: IconProps) => React.JSX.Element;
19
- export default Bookmark;
18
+ declare const CommentResolveIcon: React.FC<IconProps>;
19
+ export default CommentResolveIcon;