@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,28 @@
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 FileLatexIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "22", height: "25", viewBox: "0 0 22 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
23
+ react_1.default.createElement("path", { d: "M2.99894 1.72021C1.89298 1.72021 1 2.61703 1 3.72022V21.7202C1 22.8248 1.89543 23.7202 3 23.7202H18.1429C19.2474 23.7202 20.1429 22.8248 20.1429 21.7202V9.58706C20.1429 9.02835 19.9092 8.49511 19.4983 8.11645L13.1332 2.24961C12.7656 1.9108 12.2846 1.72021 11.78 1.72021H11.7724H11.7648H11.7572H11.7495H11.7417H11.7338H11.7259H11.7179H11.7099H11.7018H11.6936H11.6854H11.677H11.6687H11.6602H11.6517H11.6432H11.6346H11.6259H11.6171H11.6083H11.5994H11.5905H11.5815H11.5724H11.5633H11.5541H11.5448H11.5355H11.5261H11.5167H11.5072H11.4976H11.488H11.4783H11.4686H11.4588H11.4489H11.439H11.429H11.419H11.4089H11.3987H11.3885H11.3782H11.3679H11.3575H11.347H11.3365H11.3259H11.3153H11.3046H11.2938H11.283H11.2722H11.2613H11.2503H11.2392H11.2282H11.217H11.2058H11.1945H11.1832H11.1719H11.1604H11.1489H11.1374H11.1258H11.1142H11.1025H11.0907H11.0789H11.067H11.0551H11.0431H11.0311H11.019H11.0069H10.9947H10.9825H10.9702H10.9578H10.9454H10.933H10.9204H10.9079H10.8953H10.8826H10.8699H10.8571H10.8443H10.8315H10.8185H10.8056H10.7925H10.7795H10.7664H10.7532H10.74H10.7267H10.7134H10.7H10.6866H10.6731H10.6596H10.646H10.6324H10.6188H10.605H10.5913H10.5775H10.5636H10.5497H10.5358H10.5218H10.5077H10.4936H10.4795H10.4653H10.4511H10.4368H10.4225H10.4081H10.3937H10.3792H10.3647H10.3502H10.3356H10.3209H10.3062H10.2915H10.2767H10.2619H10.247H10.2321H10.2172H10.2022H10.1871H10.1721H10.1569H10.1418H10.1266H10.1113H10.096H10.0807H10.0653H10.0499H10.0344H10.0189H10.0034H9.98777H9.97214H9.95647H9.94076H9.92501H9.90921H9.89338H9.87751H9.8616H9.84565H9.82966H9.81363H9.79756H9.78145H9.7653H9.74911H9.73289H9.71663H9.70032H9.68399H9.66761H9.65119H9.63474H9.61825H9.60172H9.58516H9.56856H9.55192H9.53525H9.51854H9.50179H9.48501H9.46819H9.45134H9.43445H9.41752H9.40056H9.38357H9.36654H9.34947H9.33238H9.31524H9.29807H9.28087H9.26364H9.24637H9.22907H9.21173H9.19436H9.17696H9.15953H9.14206H9.12456H9.10703H9.08947H9.07187H9.05424H9.03658H9.01889H9.00117H8.98342H8.96563H8.94782H8.92997H8.9121H8.89419H8.87625H8.85829H8.84029H8.82227H8.80421H8.78613H8.76801H8.74987H8.7317H8.7135H8.69527H8.67702H8.65873H8.64042H8.62208H8.60371H8.58532H8.56689H8.54844H8.52997H8.51147H8.49294H8.47438H8.4558H8.43719H8.41856H8.3999H8.38121H8.3625H8.34376H8.325H8.30622H8.28741H8.26857H8.24971H8.23083H8.21192H8.19299H8.17403H8.15505H8.13605H8.11703H8.09798H8.07891H8.05981H8.0407H8.02156H8.0024H7.98321H7.96401H7.94478H7.92553H7.90626H7.88697H7.86766H7.84833H7.82898H7.8096H7.79021H7.77079H7.75136H7.73191H7.71243H7.69294H7.67343H7.65389H7.63434H7.61477H7.59519H7.57558H7.55595H7.53631H7.51665H7.49697H7.47728H7.45756H7.43783H7.41808H7.39832H7.37853H7.35874H7.33892H7.31909H7.29924H7.27938H7.2595H7.2396H7.21969H7.19977H7.17983H7.15987H7.1399H7.11992H7.09992H7.0799H7.05988H7.03983H7.01978H6.99971H6.97963H6.95953H6.93942H6.9193H6.89917H6.87902H6.85886H6.83869H6.8185H6.79831H6.7781H6.75788H6.73765H6.71741H6.69715H6.67689H6.65662H6.63633H6.61604H6.59573H6.57542H6.55509H6.53475H6.51441H6.49406H6.47369H6.45332H6.43294H6.41255H6.39215H6.37174H6.35133H6.3309H6.31047H6.29003H6.26959H6.24913H6.22867H6.20821H6.18773H6.16725H6.14676H6.12627H6.10577H6.08526H6.06475H6.04423H6.02371H6.00318H5.98264H5.96211H5.94156H5.92101H5.90046H5.8799H5.85934H5.83878H5.81821H5.79763H5.77706H5.75648H5.73589H5.71531H5.69472H5.67413H5.65353H5.63294H5.61234H5.59174H5.57114H5.55053H5.52993H5.50932H5.48872H5.46811H5.4475H5.42689H5.40628H5.38567H5.36506H5.34445H5.32384H5.30323H5.28262H5.26201H5.2414H5.22079H5.20019H5.17958H5.15898H5.13838H5.11778H5.09718H5.07659H5.056H5.03541H5.01482H4.99424H4.97365H4.95308H4.9325H4.91193H4.89137H4.8708H4.85024H4.82969H4.80914H4.78859H4.76805H4.74752H4.72699H4.70646H4.68594H4.66543H4.64492H4.62441H4.60392H4.58343H4.56294H4.54247H4.522H4.50153H4.48108H4.46063H4.44019H4.41975H4.39933H4.37891H4.3585H4.3381H4.3177H4.29732H4.27694H4.25658H4.23622H4.21587H4.19553H4.1752H4.15488H4.13457H4.11427H4.09399H4.07371H4.05344H4.03318H4.01294H3.9927H3.97248H3.95227H3.93207H3.91188H3.8917H3.87154H3.85139H3.83125H3.81112H3.79101H3.77091H3.75082H3.73075H3.71068H3.69064H3.6706H3.65059H3.63058H3.61059H3.59061H3.57065H3.55071H3.53078H3.51086H3.49096H3.47107H3.45121H3.43135H3.41151H3.39169H3.37189H3.3521H3.33233H3.31257H3.29284H3.27312H3.25341H3.23373H3.21406H3.19441H3.17478H3.15517H3.13557H3.116H3.09644H3.0769H3.05738H3.03788H3.0184H2.99894Z", stroke: "#B3A1FC", strokeWidth: "2" }),
24
+ react_1.default.createElement("path", { d: "M7.67318 12.7202C7.78363 12.7202 7.87318 12.8098 7.87318 12.9202V13.5713C7.87318 13.6818 7.78363 13.7713 7.67318 13.7713H6.49957C6.38912 13.7713 6.29957 13.8608 6.29957 13.9713V18.2345C6.29957 18.345 6.21003 18.4345 6.09957 18.4345H5.20231C5.09186 18.4345 5.00231 18.345 5.00231 18.2345V13.9713C5.00231 13.8608 4.91277 13.7713 4.80231 13.7713H3.62871C3.51825 13.7713 3.42871 13.6818 3.42871 13.5713V12.9202C3.42871 12.8098 3.51825 12.7202 3.62871 12.7202H7.67318Z", fill: "#B3A1FC" }),
25
+ react_1.default.createElement("path", { d: "M11.8078 12.7202C11.9182 12.7202 12.0078 12.8098 12.0078 12.9202V13.5399C12.0078 13.6504 11.9182 13.7399 11.8078 13.7399H9.91262C9.80217 13.7399 9.71262 13.8295 9.71262 13.9399V14.8734C9.71262 14.9838 9.80217 15.0734 9.91262 15.0734H11.2705C11.3809 15.0734 11.4705 15.1629 11.4705 15.2734V15.8539C11.4705 15.9643 11.3809 16.0539 11.2705 16.0539H9.91262C9.80217 16.0539 9.71262 16.1434 9.71262 16.2539V17.2148C9.71262 17.3253 9.80217 17.4148 9.91262 17.4148H11.8078C11.9182 17.4148 12.0078 17.5043 12.0078 17.6148V18.2345C12.0078 18.345 11.9182 18.4345 11.8078 18.4345H8.60769C8.49723 18.4345 8.40769 18.345 8.40769 18.2345V12.9202C8.40769 12.8098 8.49723 12.7202 8.60769 12.7202H11.8078Z", fill: "#B3A1FC" }),
26
+ react_1.default.createElement("path", { d: "M14.0613 15.6024C14.1008 15.5378 14.1005 15.4563 14.0605 15.3921L12.5855 13.026C12.5025 12.8928 12.5983 12.7202 12.7552 12.7202H13.6921C13.7766 12.7202 13.838 12.732 13.8764 12.7555C13.9173 12.7764 13.9531 12.813 13.9838 12.8653L15.0434 14.6985C15.0648 14.7355 15.1203 14.7313 15.1391 14.693C15.157 14.6616 15.1762 14.6289 15.1967 14.5949L16.1715 12.8849C16.2355 12.7751 16.3225 12.7202 16.4325 12.7202H17.3089C17.4673 12.7202 17.5629 12.8956 17.477 13.0287L15.9895 15.3337C15.9482 15.3976 15.9468 15.4795 15.9859 15.5448L17.5334 18.1318C17.6131 18.2651 17.5171 18.4345 17.3617 18.4345H16.4172C16.3327 18.4345 16.2636 18.4136 16.2099 18.3717C16.1587 18.3299 16.1178 18.2802 16.0871 18.2227L15.0468 16.3661C15.0154 16.3101 14.9308 16.3168 14.8973 16.3716L13.8533 18.2227C13.8226 18.2776 13.7817 18.3273 13.7305 18.3717C13.6794 18.4136 13.6154 18.4345 13.5386 18.4345H12.6829C12.5266 18.4345 12.4307 18.2633 12.5124 18.13L14.0613 15.6024Z", fill: "#B3A1FC" }),
27
+ react_1.default.createElement("path", { d: "M12 2.72021V9.86307H19.1429", stroke: "#B3A1FC", strokeWidth: "2" })));
28
+ exports.default = FileLatexIcon;
@@ -1,28 +1,13 @@
1
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
2
  var __importDefault = (this && this.__importDefault) || function (mod) {
18
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
19
4
  };
20
5
  Object.defineProperty(exports, "__esModule", { value: true });
21
6
  const react_1 = __importDefault(require("react"));
22
- const DocumentIconWithDot = (props) => (react_1.default.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 },
7
+ const FileMainDocumentIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "28", height: "33", style: { marginLeft: -7, marginTop: -4 }, viewBox: "0 0 28 33", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
23
8
  react_1.default.createElement("rect", { x: "9", y: "9.71973", width: "18", height: "22", rx: "2", stroke: "#1A9BC7", strokeWidth: "2" }),
24
9
  react_1.default.createElement("rect", { x: "13.167", y: "14.0771", width: "5.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
25
10
  react_1.default.createElement("rect", { x: "13.167", y: "19.791", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
26
11
  react_1.default.createElement("rect", { x: "13.167", y: "25.5059", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
27
12
  react_1.default.createElement("circle", { cx: "8", cy: "8.71973", r: "7", fill: "#1A9BC7", stroke: "white", strokeWidth: "2" })));
28
- exports.default = DocumentIconWithDot;
13
+ exports.default = FileMainDocumentIcon;
@@ -19,7 +19,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
19
19
  };
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  const react_1 = __importDefault(require("react"));
22
- const PdfFileIcon = (props) => (react_1.default.createElement("svg", { className: props.className, width: "20", height: "25", viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
23
- react_1.default.createElement("rect", { x: "1", y: "1.71973", width: "18", height: "22", rx: "2", stroke: "#F35143", strokeWidth: "2" }),
24
- react_1.default.createElement("path", { d: "M12.6895 14.0611L12.5099 13.9097C11.9896 13.4709 11.4834 13.0104 11.1381 12.6404C10.7062 12.1776 10.3195 11.7272 9.98198 11.296L9.82199 11.0917L9.89703 10.8432C10.1522 9.99831 10.3328 9.36771 10.4494 8.89346C10.5682 8.41003 10.6108 8.12587 10.6108 7.95812C10.6108 7.00146 10.4444 6.55679 10.2693 6.34771C10.1184 6.16754 9.88673 6.07715 9.44417 6.07715C9.15583 6.07715 8.89538 6.15497 8.69755 6.37493C8.49069 6.60494 8.2775 7.07254 8.2775 8.01509C8.2775 8.74613 8.65856 9.71896 9.53778 10.9432L9.68222 11.1443L9.6098 11.3811C9.42707 11.9786 9.21786 12.652 8.98635 13.3971C8.93829 13.5518 8.88927 13.7096 8.83933 13.8705L8.83918 13.8709C8.69472 14.3346 8.53757 14.7654 8.37074 15.1651L8.29701 15.3417L8.1242 15.424C7.99878 15.4837 7.87914 15.5434 7.76514 15.6045L12.6895 14.0611ZM12.6895 14.0611L12.9206 14.0196M12.6895 14.0611L12.9206 14.0196M12.9206 14.0196C13.7087 13.8781 14.2696 13.8153 14.4441 13.8152L12.9206 14.0196ZM6.50549 16.2565L6.50517 16.2567C5.601 16.7153 4.91761 17.0647 4.4514 17.4344C4.00657 17.7872 3.83301 18.0999 3.83301 18.4812C3.83301 18.7207 3.94942 18.9288 4.16696 19.0929C4.39148 19.2622 4.70093 19.3629 4.99968 19.3629C5.30617 19.3629 5.83024 19.1197 6.46723 18.464C7.08143 17.8319 7.72628 16.8903 8.2771 15.6864L8.29465 15.648L7.39496 17.0457C6.95728 17.7257 6.51401 18.2361 6.12527 18.5829C5.93149 18.7559 5.74411 18.8945 5.57101 18.9929C5.41394 19.0822 5.21054 19.1724 4.99968 19.1724C4.75643 19.1724 4.55261 19.111 4.40399 19.0432C4.3296 19.0092 4.26583 18.9722 4.21424 18.937C4.18221 18.9152 4.10443 18.8608 4.04554 18.7831L3.9441 18.6492V18.4812C3.9441 18.1583 4.1539 17.9154 4.29691 17.7764C4.462 17.616 4.67873 17.462 4.90726 17.3183C5.36285 17.0319 5.95762 16.73 6.51509 16.4471L6.52849 16.4403L6.52852 16.4403C6.56747 16.4205 6.60079 16.4037 6.63368 16.3871C6.66996 16.3689 6.70572 16.3508 6.74796 16.3294L8.35716 15.5114L8.358 15.5095L8.3744 15.5026L8.39496 15.4922L8.39341 15.4946L8.53711 15.4338C9.76531 14.9147 11.2736 14.5365 12.4473 14.302L12.68 14.2555L12.8632 14.4064C13.3214 14.7839 13.7933 15.1446 14.2045 15.4082C14.4104 15.5403 14.5913 15.6416 14.7409 15.7083C14.901 15.7798 14.9812 15.7914 14.9997 15.7914C15.5796 15.7914 15.8347 15.6171 15.9606 15.4612C16.1029 15.2849 16.1664 15.026 16.1664 14.7225C16.1664 14.4647 16.0997 14.312 16.024 14.2134C15.9442 14.1095 15.8221 14.0242 15.649 13.9588C15.2832 13.8205 14.8207 13.8152 14.4442 13.8152L6.50549 16.2565ZM6.50549 16.2565L6.53948 16.2392M6.50549 16.2565L6.53948 16.2392M6.53948 16.2392C6.91842 16.0467 7.33094 15.8371 7.76512 15.6045L6.53948 16.2392ZM9.12998 10.0763L9.7192 11.0483L10.0375 9.95714C10.1813 9.46455 10.2944 9.05365 10.372 8.73124C10.4454 8.42607 10.4997 8.15135 10.4997 7.95812C10.4997 7.65286 10.4895 7.40507 10.4641 7.2065C10.4398 7.01584 10.3961 6.82184 10.2974 6.65815C10.1805 6.46451 10.011 6.35209 9.82425 6.30281C9.68834 6.26695 9.54411 6.26738 9.46202 6.26762C9.45569 6.26764 9.44973 6.26766 9.44417 6.26766C9.44189 6.26766 9.43938 6.26765 9.43663 6.26764C9.38688 6.26748 9.26076 6.26707 9.12366 6.31074C8.963 6.36192 8.81127 6.4634 8.69067 6.62746C8.47513 6.9207 8.38859 7.37436 8.38859 8.01509C8.38859 8.62162 8.68114 9.3359 9.12998 10.0763ZM8.84048 14.2536L8.51902 15.211L9.47528 14.8862C10.1529 14.656 10.8651 14.4621 11.5382 14.305L12.4622 14.0892L11.7618 13.449C11.4195 13.1361 11.1735 12.896 11.0836 12.7997L11.0836 12.7997C10.822 12.5195 10.5789 12.247 10.354 11.9817L9.76405 11.2856L9.49486 12.1575C9.36234 12.5867 9.21692 13.054 9.05814 13.5642C9.0189 13.6903 8.97886 13.8189 8.93798 13.9503L8.93752 13.9518C8.9062 14.0536 8.87385 14.1542 8.84048 14.2536ZM16.0553 14.7226V14.6175L16.013 14.5214C15.8854 14.2311 15.6077 14.1251 15.3959 14.0773C15.1713 14.0268 14.8619 14.0058 14.4441 14.0058C14.347 14.0058 14.2059 14.0184 14.0478 14.0372L12.7832 14.1871L13.812 14.9376C14.0336 15.0993 14.2404 15.2414 14.4159 15.3497C14.5694 15.4444 14.7605 15.5532 14.9276 15.5917L14.9847 15.6049L15.0433 15.6045C15.1845 15.6035 15.3194 15.5955 15.4397 15.5705C15.5592 15.5456 15.7098 15.4949 15.8364 15.3738C15.9719 15.2443 16.0213 15.091 16.0403 14.9772C16.0556 14.8863 16.0554 14.7907 16.0553 14.7348C16.0553 14.7305 16.0553 14.7264 16.0553 14.7226Z", fill: "#F35143", stroke: "#F35143" })));
25
- exports.default = PdfFileIcon;
22
+ const FilePdf = (props) => (react_1.default.createElement("svg", Object.assign({ width: "20", height: "25", viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
23
+ react_1.default.createElement("rect", { x: "1", y: "1.72021", width: "18", height: "22", rx: "2", stroke: "#F35143", strokeWidth: "2" }),
24
+ react_1.default.createElement("path", { d: "M12.6895 14.0611L12.5099 13.9097C11.9896 13.4709 11.4834 13.0104 11.1381 12.6404C10.7062 12.1776 10.3195 11.7272 9.98198 11.296L9.82199 11.0917L9.89703 10.8432C10.1522 9.99831 10.3328 9.36771 10.4494 8.89346C10.5682 8.41003 10.6108 8.12587 10.6108 7.95812C10.6108 7.00146 10.4444 6.55679 10.2693 6.34771C10.1184 6.16754 9.88673 6.07715 9.44417 6.07715C9.15583 6.07715 8.89538 6.15497 8.69755 6.37493C8.49069 6.60494 8.2775 7.07254 8.2775 8.01509C8.2775 8.74613 8.65856 9.71896 9.53778 10.9432L9.68222 11.1443L9.6098 11.3811C9.42707 11.9786 9.21786 12.652 8.98635 13.3971C8.93829 13.5518 8.88927 13.7096 8.83933 13.8705L8.83918 13.8709C8.69472 14.3346 8.53757 14.7654 8.37074 15.1651L8.29701 15.3417L8.1242 15.424C7.99878 15.4837 7.87914 15.5434 7.76514 15.6045L12.6895 14.0611ZM12.6895 14.0611L12.9206 14.0196M12.6895 14.0611L12.9206 14.0196M12.9206 14.0196C13.7087 13.8781 14.2696 13.8153 14.4441 13.8152L12.9206 14.0196ZM6.50549 16.2565L6.50517 16.2567C5.601 16.7153 4.91761 17.0647 4.4514 17.4344C4.00657 17.7872 3.83301 18.0999 3.83301 18.4812C3.83301 18.7207 3.94942 18.9288 4.16696 19.0929C4.39148 19.2622 4.70093 19.3629 4.99968 19.3629C5.30617 19.3629 5.83024 19.1197 6.46723 18.464C7.08143 17.8319 7.72628 16.8903 8.2771 15.6864L8.29465 15.648L7.39496 17.0457C6.95728 17.7257 6.51401 18.2361 6.12527 18.5829C5.93149 18.7559 5.74411 18.8945 5.57101 18.9929C5.41394 19.0822 5.21054 19.1724 4.99968 19.1724C4.75643 19.1724 4.55261 19.111 4.40399 19.0432C4.3296 19.0092 4.26583 18.9722 4.21424 18.937C4.18221 18.9152 4.10443 18.8608 4.04554 18.7831L3.9441 18.6492V18.4812C3.9441 18.1583 4.1539 17.9154 4.29691 17.7764C4.462 17.616 4.67873 17.462 4.90726 17.3183C5.36285 17.0319 5.95762 16.73 6.51509 16.4471L6.52849 16.4403L6.52852 16.4403C6.56747 16.4205 6.60079 16.4037 6.63368 16.3871C6.66996 16.3689 6.70572 16.3508 6.74796 16.3294L8.35716 15.5114L8.358 15.5095L8.3744 15.5026L8.39496 15.4922L8.39341 15.4946L8.53711 15.4338C9.76531 14.9147 11.2736 14.5365 12.4473 14.302L12.68 14.2555L12.8632 14.4064C13.3214 14.7839 13.7933 15.1446 14.2045 15.4082C14.4104 15.5403 14.5913 15.6416 14.7409 15.7083C14.901 15.7798 14.9812 15.7914 14.9997 15.7914C15.5796 15.7914 15.8347 15.6171 15.9606 15.4612C16.1029 15.2849 16.1664 15.026 16.1664 14.7225C16.1664 14.4647 16.0997 14.312 16.024 14.2134C15.9442 14.1095 15.8221 14.0242 15.649 13.9588C15.2832 13.8205 14.8207 13.8152 14.4442 13.8152L6.50549 16.2565ZM6.50549 16.2565L6.53948 16.2392M6.50549 16.2565L6.53948 16.2392M6.53948 16.2392C6.91842 16.0467 7.33094 15.8371 7.76512 15.6045L6.53948 16.2392ZM9.12998 10.0763L9.7192 11.0483L10.0375 9.95714C10.1813 9.46455 10.2944 9.05365 10.372 8.73124C10.4454 8.42607 10.4997 8.15135 10.4997 7.95812C10.4997 7.65286 10.4895 7.40507 10.4641 7.2065C10.4398 7.01584 10.3961 6.82184 10.2974 6.65815C10.1805 6.46451 10.011 6.35209 9.82425 6.30281C9.68834 6.26695 9.54411 6.26738 9.46202 6.26762C9.45569 6.26764 9.44973 6.26766 9.44417 6.26766C9.44189 6.26766 9.43938 6.26765 9.43663 6.26764C9.38688 6.26748 9.26076 6.26707 9.12366 6.31074C8.963 6.36192 8.81127 6.4634 8.69067 6.62746C8.47513 6.9207 8.38859 7.37436 8.38859 8.01509C8.38859 8.62162 8.68114 9.3359 9.12998 10.0763ZM8.84048 14.2536L8.51902 15.211L9.47528 14.8862C10.1529 14.656 10.8651 14.4621 11.5382 14.305L12.4622 14.0892L11.7618 13.449C11.4195 13.1361 11.1735 12.896 11.0836 12.7997L11.0836 12.7997C10.822 12.5195 10.5789 12.247 10.354 11.9817L9.76405 11.2856L9.49486 12.1575C9.36234 12.5867 9.21692 13.054 9.05814 13.5642C9.0189 13.6903 8.97886 13.8189 8.93798 13.9503L8.93752 13.9518C8.9062 14.0536 8.87385 14.1542 8.84048 14.2536ZM16.0553 14.7226V14.6175L16.013 14.5214C15.8854 14.2311 15.6077 14.1251 15.3959 14.0773C15.1713 14.0268 14.8619 14.0058 14.4441 14.0058C14.347 14.0058 14.2059 14.0184 14.0478 14.0372L12.7832 14.1871L13.812 14.9376C14.0336 15.0993 14.2404 15.2414 14.4159 15.3497C14.5694 15.4444 14.7605 15.5532 14.9276 15.5917L14.9847 15.6049L15.0433 15.6045C15.1845 15.6035 15.3194 15.5955 15.4397 15.5705C15.5592 15.5456 15.7098 15.4949 15.8364 15.3738C15.9719 15.2443 16.0213 15.091 16.0403 14.9772C16.0556 14.8863 16.0554 14.7907 16.0553 14.7348C16.0553 14.7305 16.0553 14.7264 16.0553 14.7226Z", fill: "#FFFFFF", stroke: "#F35143" })));
25
+ exports.default = FilePdf;
@@ -19,6 +19,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
19
19
  };
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  const react_1 = __importDefault(require("react"));
22
- const TableIcon = (props) => (react_1.default.createElement("svg", { className: props.className, width: "22", height: "18", viewBox: "0 0 22 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
22
+ const FileTableIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "22", height: "18", viewBox: "0 0 22 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
23
23
  react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.5625 0.719727C20.461 0.719727 22 2.25875 22 4.15723V13.7822C22 15.6807 20.461 17.2197 18.5625 17.2197H3.4375C1.53902 17.2197 0 15.6807 0 13.7822V4.15723C0 2.25875 1.53902 0.719727 3.4375 0.719727H18.5625ZM4.8125 7.59473H2.0625V13.7822C2.0625 14.4874 2.59331 15.0685 3.27715 15.148L3.4375 15.1572H4.8125V7.59473ZM19.9375 7.59473H6.875V15.1572H18.5625C19.2676 15.1572 19.8488 14.6264 19.9282 13.9426L19.9375 13.7822V7.59473ZM4.8125 2.78223H3.4375C2.67811 2.78223 2.0625 3.39784 2.0625 4.15723V5.53223H4.8125V2.78223ZM18.5625 2.78223H6.875V5.53223H19.9375V4.15723C19.9375 3.45208 19.4067 2.8709 18.7229 2.79148L18.5625 2.78223Z", fill: "#F35143" })));
24
- exports.default = TableIcon;
24
+ exports.default = FileTableIcon;
@@ -19,7 +19,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
19
19
  };
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  const react_1 = __importDefault(require("react"));
22
- const UnknownFormatFileIcon = (props) => (react_1.default.createElement("svg", { className: props.className, width: "20", height: "25", viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
22
+ const FileUnknownIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "20", height: "25", viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
23
23
  react_1.default.createElement("path", { d: "M2.99921 1.71973C1.89362 1.71973 1 2.61618 1 3.71973V21.7197C1 22.8243 1.89543 23.7197 3 23.7197H17C18.1046 23.7197 19 22.8243 19 21.7197V9.56618C19 9.03141 18.7858 8.51891 18.4053 8.14314L12.4852 2.29669C12.1119 1.92807 11.6088 1.71973 11.0813 1.71973H11.074H11.0667H11.0593H11.0518H11.0443H11.0368H11.0291H11.0215H11.0137H11.0059H10.9981H10.9902H10.9822H10.9742H10.9661H10.958H10.9498H10.9415H10.9332H10.9249H10.9165H10.908H10.8995H10.8909H10.8823H10.8736H10.8648H10.856H10.8472H10.8383H10.8293H10.8203H10.8112H10.8021H10.7929H10.7837H10.7744H10.7651H10.7557H10.7462H10.7367H10.7272H10.7176H10.7079H10.6982H10.6885H10.6787H10.6688H10.6589H10.6489H10.6389H10.6288H10.6187H10.6086H10.5983H10.5881H10.5777H10.5674H10.557H10.5465H10.536H10.5254H10.5148H10.5041H10.4934H10.4826H10.4718H10.461H10.45H10.4391H10.4281H10.417H10.4059H10.3948H10.3836H10.3723H10.361H10.3497H10.3383H10.3269H10.3154H10.3038H10.2923H10.2806H10.269H10.2573H10.2455H10.2337H10.2218H10.2099H10.198H10.186H10.174H10.1619H10.1498H10.1376H10.1254H10.1131H10.1008H10.0885H10.0761H10.0637H10.0512H10.0387H10.0261H10.0135H10.0009H9.98818H9.97544H9.96267H9.94985H9.93699H9.92409H9.91114H9.89816H9.88513H9.87206H9.85895H9.8458H9.8326H9.81937H9.8061H9.79278H9.77943H9.76603H9.75259H9.73912H9.7256H9.71205H9.69845H9.68482H9.67115H9.65743H9.64368H9.62989H9.61606H9.6022H9.58829H9.57435H9.56037H9.54635H9.53229H9.51819H9.50406H9.48989H9.47568H9.46144H9.44716H9.43284H9.41849H9.40409H9.38967H9.3752H9.3607H9.34617H9.3316H9.31699H9.30235H9.28767H9.27296H9.25822H9.24343H9.22862H9.21377H9.19888H9.18396H9.16901H9.15402H9.139H9.12394H9.10886H9.09373H9.07858H9.06339H9.04817H9.03292H9.01763H9.00231H8.98696H8.97158H8.95616H8.94072H8.92524H8.90973H8.89419H8.87862H8.86301H8.84738H8.83171H8.81602H8.80029H8.78453H8.76875H8.75293H8.73708H8.7212H8.7053H8.68936H8.6734H8.6574H8.64138H8.62533H8.60924H8.59313H8.577H8.56083H8.54464H8.52841H8.51216H8.49588H8.47958H8.46325H8.44689H8.4305H8.41408H8.39764H8.38118H8.36468H8.34816H8.33161H8.31504H8.29844H8.28182H8.26517H8.24849H8.23179H8.21506H8.19831H8.18154H8.16473H8.14791H8.13106H8.11419H8.09729H8.08036H8.06342H8.04645H8.02946H8.01244H7.9954H7.97833H7.96125H7.94414H7.92701H7.90985H7.89268H7.87548H7.85826H7.84102H7.82375H7.80646H7.78916H7.77183H7.75448H7.73711H7.71972H7.7023H7.68487H7.66742H7.64994H7.63245H7.61493H7.5974H7.57984H7.56227H7.54468H7.52707H7.50944H7.49179H7.47412H7.45643H7.43872H7.421H7.40326H7.3855H7.36772H7.34992H7.33211H7.31428H7.29643H7.27856H7.26068H7.24278H7.22486H7.20693H7.18898H7.17101H7.15303H7.13503H7.11702H7.09899H7.08094H7.06288H7.04481H7.02672H7.00861H6.99049H6.97235H6.9542H6.93604H6.91786H6.89967H6.88146H6.86324H6.84501H6.82676H6.8085H6.79022H6.77194H6.75364H6.73533H6.717H6.69866H6.68031H6.66195H6.64358H6.62519H6.60679H6.58838H6.56996H6.55153H6.53309H6.51463H6.49617H6.47769H6.45921H6.44071H6.4222H6.40369H6.38516H6.36662H6.34808H6.32952H6.31096H6.29238H6.2738H6.25521H6.23661H6.218H6.19938H6.18076H6.16212H6.14348H6.12483H6.10617H6.08751H6.06883H6.05015H6.03147H6.01277H5.99407H5.97536H5.95665H5.93793H5.9192H5.90047H5.88173H5.86299H5.84424H5.82548H5.80672H5.78796H5.76918H5.75041H5.73163H5.71284H5.69405H5.67526H5.65646H5.63766H5.61885H5.60004H5.58123H5.56241H5.54359H5.52477H5.50594H5.48711H5.46828H5.44945H5.43061H5.41177H5.39293H5.37409H5.35524H5.3364H5.31755H5.2987H5.27985H5.261H5.24215H5.22329H5.20444H5.18559H5.16673H5.14788H5.12902H5.11017H5.09131H5.07246H5.05361H5.03475H5.0159H4.99705H4.9782H4.95936H4.94051H4.92166H4.90282H4.88398H4.86514H4.8463H4.82747H4.80864H4.78981H4.77098H4.75216H4.73334H4.71452H4.69571H4.6769H4.65809H4.63929H4.62049H4.60169H4.5829H4.56412H4.54534H4.52656H4.50779H4.48902H4.47026H4.4515H4.43275H4.41401H4.39527H4.37654H4.35781H4.33909H4.32037H4.30166H4.28296H4.26427H4.24558H4.2269H4.20823H4.18956H4.1709H4.15225H4.13361H4.11497H4.09634H4.07773H4.05912H4.04051H4.02192H4.00334H3.98476H3.9662H3.94764H3.92909H3.91056H3.89203H3.87351H3.855H3.8365H3.81802H3.79954H3.78107H3.76262H3.74417H3.72574H3.70732H3.68891H3.67051H3.65212H3.63375H3.61538H3.59703H3.57869H3.56037H3.54205H3.52375H3.50546H3.48719H3.46893H3.45068H3.43244H3.41422H3.39601H3.37782H3.35964H3.34147H3.32332H3.30518H3.28706H3.26895H3.25086H3.23278H3.21472H3.19667H3.17864H3.16063H3.14263H3.12464H3.10667H3.08872H3.07079H3.05287H3.03497H3.01708H2.99921Z", stroke: "#6E6E6E", strokeWidth: "2" }),
24
24
  react_1.default.createElement("path", { d: "M11.333 2.71973V9.86258H17.9997", stroke: "#6E6E6E", strokeWidth: "2" })));
25
- exports.default = UnknownFormatFileIcon;
25
+ exports.default = FileUnknownIcon;
@@ -19,6 +19,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
19
19
  };
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  const react_1 = __importDefault(require("react"));
22
- const VideoIcon = (props) => (react_1.default.createElement("svg", { className: props.className, width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
22
+ const FileVideoIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
23
23
  react_1.default.createElement("path", { d: "M6 5.96973L18 12.7197L6 19.4697V5.96973Z", stroke: "#FE8F1F", strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
24
- exports.default = VideoIcon;
24
+ exports.default = FileVideoIcon;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const react_1 = __importDefault(require("react"));
7
+ const HandleInspectorIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "8", height: "16", viewBox: "0 0 8 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
8
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.48086 3.17243C6.86929 2.81229 7.06257 2.37429 7.06257 1.86143C7.06257 1.34971 6.86957 0.910857 6.48086 0.546143C6.09343 0.182429 5.62643 0 5.08043 0C4.53272 0 4.06386 0.182 3.67272 0.546143C3.28157 0.910857 3.08557 1.34957 3.08557 1.86143C3.08557 2.37429 3.28157 2.81214 3.67272 3.17243C4.06457 3.53386 4.53257 3.71471 5.08043 3.71471C5.62657 3.71471 6.09343 3.53386 6.48086 3.17243ZM6.629 15.1299L6.85172 14.2194C6.73643 14.2736 6.55057 14.3354 6.29572 14.4059C6.04014 14.4763 5.81014 14.5121 5.608 14.5121C5.17743 14.5121 4.87429 14.4416 4.69829 14.2997C4.52357 14.1579 4.43643 13.891 4.43643 13.5001C4.43643 13.3453 4.46272 13.1144 4.51772 12.8123C4.571 12.5081 4.63229 12.2379 4.70043 12.0014L5.53186 9.05786C5.61329 8.78771 5.66914 8.49071 5.69914 8.16657C5.72986 7.84314 5.74414 7.61686 5.74414 7.48843C5.74414 6.86771 5.52657 6.364 5.09129 5.97543C4.656 5.58714 4.03615 5.393 3.23286 5.393C2.78586 5.393 2.31329 5.47243 1.81315 5.63114C1.313 5.78943 0.790145 5.98014 0.243145 6.20286L0.0198593 7.114C0.182859 7.05371 0.377002 6.98886 0.604145 6.92171C0.830288 6.85486 1.05215 6.82029 1.268 6.82029C1.70872 6.82029 2.00557 6.89543 2.16114 7.04343C2.31672 7.19186 2.39486 7.45586 2.39486 7.83329C2.39486 8.042 2.37015 8.27386 2.31886 8.52586C2.26829 8.77943 2.20515 9.04757 2.13086 9.33057L1.29586 12.286C1.22157 12.5966 1.16729 12.8744 1.13314 13.1211C1.09929 13.3676 1.083 13.6094 1.083 13.8446C1.083 14.452 1.30743 14.9527 1.75615 15.3479C2.20486 15.7414 2.834 15.9396 3.64286 15.9396C4.16957 15.9396 4.63186 15.8707 5.02972 15.7323C5.42715 15.5943 5.96086 15.3936 6.629 15.1299Z", fill: "#6E6E6E" })));
9
+ exports.default = HandleInspectorIcon;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const react_1 = __importDefault(require("react"));
7
+ const HandleOutlineIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "16", height: "12", viewBox: "0 0 16 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
8
+ react_1.default.createElement("path", { d: "M14.9834 11.7752H4.43804C4.00342 11.7752 3.65115 11.423 3.65115 10.9883C3.65115 10.5537 4.00342 10.2014 4.43804 10.2014H14.9831C15.4177 10.2014 15.77 10.5537 15.77 10.9883C15.77 11.423 15.418 11.7752 14.9834 11.7752Z", fill: "#6E6E6E" }),
9
+ react_1.default.createElement("path", { d: "M14.9834 6.83592H4.43804C4.00342 6.83592 3.65115 6.48365 3.65115 6.04903C3.65115 5.61441 4.00342 5.26215 4.43804 5.26215H14.9831C15.4177 5.26215 15.77 5.61441 15.77 6.04903C15.7702 6.48365 15.418 6.83592 14.9834 6.83592Z", fill: "#6E6E6E" }),
10
+ react_1.default.createElement("path", { d: "M14.9834 1.89665H4.43804C4.00342 1.89665 3.65115 1.54438 3.65115 1.10976C3.65115 0.675138 4.00342 0.322876 4.43804 0.322876H14.9831C15.4177 0.322876 15.77 0.675138 15.77 1.10976C15.77 1.54438 15.418 1.89665 14.9834 1.89665Z", fill: "#6E6E6E" }),
11
+ react_1.default.createElement("path", { d: "M1.05679 2.2274C1.64043 2.2274 2.11357 1.75426 2.11357 1.17062C2.11357 0.58697 1.64043 0.113831 1.05679 0.113831C0.47314 0.113831 0 0.58697 0 1.17062C0 1.75426 0.47314 2.2274 1.05679 2.2274Z", fill: "#6E6E6E" }),
12
+ react_1.default.createElement("path", { d: "M1.05679 7.10582C1.64043 7.10582 2.11357 6.63268 2.11357 6.04904C2.11357 5.46539 1.64043 4.99225 1.05679 4.99225C0.47314 4.99225 0 5.46539 0 6.04904C0 6.63268 0.47314 7.10582 1.05679 7.10582Z", fill: "#6E6E6E" }),
13
+ react_1.default.createElement("path", { d: "M1.05679 11.9843C1.64043 11.9843 2.11357 11.5111 2.11357 10.9275C2.11357 10.3438 1.64043 9.8707 1.05679 9.8707C0.47314 9.8707 0 10.3438 0 10.9275C0 11.5111 0.47314 11.9843 1.05679 11.9843Z", fill: "#6E6E6E" })));
14
+ exports.default = HandleOutlineIcon;
@@ -18,76 +18,157 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
18
18
  return (mod && mod.__esModule) ? mod : { "default": mod };
19
19
  };
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
- exports.DeleteSolidIcon = exports.TemplateIcon = exports.LinkIcon = exports.DeleteIcon = exports.PlusIcon = exports.PullQuoteIcon = exports.BlockQuoteIcon = exports.LeftArrow = exports.AnnotatorIcon = exports.ReadingIcon = exports.EditIcon = exports.UnsupportedFormatFileIcon = exports.MissingImage = exports.UploadIcon = exports.AttachIcon = exports.TaskStepNextIcon = exports.TaskStepDoneIcon = exports.TaskStepCurrentIcon = exports.ZoomOutIcon = exports.ZoomInIcon = exports.UserIcon = exports.TickMarkIcon = exports.SearchIcon = exports.ProjectsListIcon = exports.ProjectIcon = exports.ProjectNotificationIcon = exports.OrcidIcon = exports.GoogleIcon = exports.AddComment = exports.CloseOIcon = exports.CloseIcon = exports.BookmarkIcon = exports.BackArrowIcon = exports.AddIconInverted = exports.AddIconActive = exports.AddAuthor = void 0;
21
+ exports.OutlineTableIcon = exports.OutlineSectionIcon = exports.OutlinePullQuoteIcon = exports.OutlineParagraphIcon = exports.OutlineOrderedListIcon = exports.OutlineManuscriptIcon = exports.OutlineFigureIcon = exports.OutlineEquationIcon = exports.OutlineCodeIcon = exports.OutlineBlockQuoteIcon = exports.LinkIcon = exports.HandleOutlineIcon = exports.HandleInspectorIcon = exports.FileVideoIcon = exports.FileUnknownIcon = exports.FileTableIcon = exports.FilePdfIcon = exports.FileMainDocumentIcon = exports.FileLatexIcon = exports.FileImageIcon = exports.FileGraphicalAbstractIcon = exports.FileFigureIcon = exports.FileDocumentIcon = exports.FileCorruptedIcon = exports.FileCompressedIcon = exports.FileCodeIcon = exports.FileAudioIcon = exports.EditIcon = exports.DotsIcon = exports.DeleteIcon = exports.DeleteSolidIcon = exports.CorrespondingAuthorIcon = exports.CommentResolveIcon = exports.CommentReplyIcon = exports.CitationCountIcon = exports.AvatarIcon = exports.AttentionRedIcon = exports.AttentionOrangeIcon = exports.AttentionGreenIcon = exports.AttentionBlueIcon = exports.AttachIcon = exports.ArrowUpIcon = exports.ArrowLeftIcon = exports.ArrowDownCircleIcon = exports.ArrowDownIcon = exports.AddIcon = exports.AddNewIcon = exports.AddedIcon = exports.AddCommentIcon = exports.AddAuthorIcon = void 0;
22
+ exports.VerticalEllipsisIcon = exports.UploadIcon = exports.TriangleExpandedIcon = exports.TriangleCollapsedIcon = exports.ToolbarUnorderedListIcon = exports.ToolbarUnderlineIcon = exports.ToolbarTableIcon = exports.ToolbarSymbolIcon = exports.ToolbarSuperscriptIcon = exports.ToolbarSubscriptIcon = exports.ToolbarOrderedListIcon = exports.ToolbarItalicIcon = exports.ToolbarFigureIcon = exports.ToolbarEquationIcon = exports.ToolbarCodeIcon = exports.ToolbarCitationIcon = exports.ToolbarBoldIcon = exports.TaskStepDoneIcon = exports.SearchIcon = exports.SaveStatusSavingIcon = exports.SaveStatusSavedIcon = exports.SaveStatusOfflineIcon = exports.RoleReadingIcon = exports.RoleAnnotatingIcon = exports.PlusIcon = exports.OutlineUnorderedListIcon = void 0;
22
23
  var add_author_1 = require("./add-author");
23
- Object.defineProperty(exports, "AddAuthor", { enumerable: true, get: function () { return __importDefault(add_author_1).default; } });
24
- var add_icon_active_1 = require("./add-icon-active");
25
- Object.defineProperty(exports, "AddIconActive", { enumerable: true, get: function () { return __importDefault(add_icon_active_1).default; } });
26
- var add_icon_inverted_1 = require("./add-icon-inverted");
27
- Object.defineProperty(exports, "AddIconInverted", { enumerable: true, get: function () { return __importDefault(add_icon_inverted_1).default; } });
28
- var back_arrow_1 = require("./back-arrow");
29
- Object.defineProperty(exports, "BackArrowIcon", { enumerable: true, get: function () { return __importDefault(back_arrow_1).default; } });
30
- var bookmark_1 = require("./bookmark");
31
- Object.defineProperty(exports, "BookmarkIcon", { enumerable: true, get: function () { return __importDefault(bookmark_1).default; } });
32
- var close_icon_1 = require("./close-icon");
33
- Object.defineProperty(exports, "CloseIcon", { enumerable: true, get: function () { return __importDefault(close_icon_1).default; } });
34
- var close_o_icon_1 = require("./close-o-icon");
35
- Object.defineProperty(exports, "CloseOIcon", { enumerable: true, get: function () { return __importDefault(close_o_icon_1).default; } });
36
- var add_comment_icon_1 = require("./add-comment-icon");
37
- Object.defineProperty(exports, "AddComment", { enumerable: true, get: function () { return __importDefault(add_comment_icon_1).default; } });
38
- var google_1 = require("./google");
39
- Object.defineProperty(exports, "GoogleIcon", { enumerable: true, get: function () { return __importDefault(google_1).default; } });
40
- var orcid_1 = require("./orcid");
41
- Object.defineProperty(exports, "OrcidIcon", { enumerable: true, get: function () { return __importDefault(orcid_1).default; } });
42
- var project_notification_1 = require("./project-notification");
43
- Object.defineProperty(exports, "ProjectNotificationIcon", { enumerable: true, get: function () { return __importDefault(project_notification_1).default; } });
44
- var project_1 = require("./project");
45
- Object.defineProperty(exports, "ProjectIcon", { enumerable: true, get: function () { return __importDefault(project_1).default; } });
46
- var projects_list_1 = require("./projects-list");
47
- Object.defineProperty(exports, "ProjectsListIcon", { enumerable: true, get: function () { return __importDefault(projects_list_1).default; } });
24
+ Object.defineProperty(exports, "AddAuthorIcon", { enumerable: true, get: function () { return __importDefault(add_author_1).default; } });
25
+ var add_comment_1 = require("./add-comment");
26
+ Object.defineProperty(exports, "AddCommentIcon", { enumerable: true, get: function () { return __importDefault(add_comment_1).default; } });
27
+ var added_1 = require("./added");
28
+ Object.defineProperty(exports, "AddedIcon", { enumerable: true, get: function () { return __importDefault(added_1).default; } });
29
+ var add_new_1 = require("./add-new");
30
+ Object.defineProperty(exports, "AddNewIcon", { enumerable: true, get: function () { return __importDefault(add_new_1).default; } });
31
+ var add_1 = require("./add");
32
+ Object.defineProperty(exports, "AddIcon", { enumerable: true, get: function () { return __importDefault(add_1).default; } });
33
+ var arrow_down_1 = require("./arrow-down");
34
+ Object.defineProperty(exports, "ArrowDownIcon", { enumerable: true, get: function () { return __importDefault(arrow_down_1).default; } });
35
+ var arrow_down_circle_1 = require("./arrow-down-circle");
36
+ Object.defineProperty(exports, "ArrowDownCircleIcon", { enumerable: true, get: function () { return __importDefault(arrow_down_circle_1).default; } });
37
+ var arrow_left_1 = require("./arrow-left");
38
+ Object.defineProperty(exports, "ArrowLeftIcon", { enumerable: true, get: function () { return __importDefault(arrow_left_1).default; } });
39
+ var arrow_up_1 = require("./arrow-up");
40
+ Object.defineProperty(exports, "ArrowUpIcon", { enumerable: true, get: function () { return __importDefault(arrow_up_1).default; } });
41
+ var attach_1 = require("./attach");
42
+ Object.defineProperty(exports, "AttachIcon", { enumerable: true, get: function () { return __importDefault(attach_1).default; } });
43
+ var attention_blue_1 = require("./attention-blue");
44
+ Object.defineProperty(exports, "AttentionBlueIcon", { enumerable: true, get: function () { return __importDefault(attention_blue_1).default; } });
45
+ var attention_green_1 = require("./attention-green");
46
+ Object.defineProperty(exports, "AttentionGreenIcon", { enumerable: true, get: function () { return __importDefault(attention_green_1).default; } });
47
+ var attention_orange_1 = require("./attention-orange");
48
+ Object.defineProperty(exports, "AttentionOrangeIcon", { enumerable: true, get: function () { return __importDefault(attention_orange_1).default; } });
49
+ var attention_red_1 = require("./attention-red");
50
+ Object.defineProperty(exports, "AttentionRedIcon", { enumerable: true, get: function () { return __importDefault(attention_red_1).default; } });
51
+ var avatar_1 = require("./avatar");
52
+ Object.defineProperty(exports, "AvatarIcon", { enumerable: true, get: function () { return __importDefault(avatar_1).default; } });
53
+ var citation_count_1 = require("./citation-count");
54
+ Object.defineProperty(exports, "CitationCountIcon", { enumerable: true, get: function () { return __importDefault(citation_count_1).default; } });
55
+ var comment_reply_1 = require("./comment-reply");
56
+ Object.defineProperty(exports, "CommentReplyIcon", { enumerable: true, get: function () { return __importDefault(comment_reply_1).default; } });
57
+ var comment_resolve_1 = require("./comment-resolve");
58
+ Object.defineProperty(exports, "CommentResolveIcon", { enumerable: true, get: function () { return __importDefault(comment_resolve_1).default; } });
59
+ var corresponding_author_1 = require("./corresponding-author");
60
+ Object.defineProperty(exports, "CorrespondingAuthorIcon", { enumerable: true, get: function () { return __importDefault(corresponding_author_1).default; } });
61
+ var delete_solid_1 = require("./delete-solid");
62
+ Object.defineProperty(exports, "DeleteSolidIcon", { enumerable: true, get: function () { return __importDefault(delete_solid_1).default; } });
63
+ var deleted_1 = require("./deleted");
64
+ Object.defineProperty(exports, "DeleteIcon", { enumerable: true, get: function () { return __importDefault(deleted_1).default; } });
65
+ var dots_1 = require("./dots");
66
+ Object.defineProperty(exports, "DotsIcon", { enumerable: true, get: function () { return __importDefault(dots_1).default; } });
67
+ var edit_1 = require("./edit");
68
+ Object.defineProperty(exports, "EditIcon", { enumerable: true, get: function () { return __importDefault(edit_1).default; } });
69
+ var file_audio_1 = require("./file-audio");
70
+ Object.defineProperty(exports, "FileAudioIcon", { enumerable: true, get: function () { return __importDefault(file_audio_1).default; } });
71
+ var file_code_1 = require("./file-code");
72
+ Object.defineProperty(exports, "FileCodeIcon", { enumerable: true, get: function () { return __importDefault(file_code_1).default; } });
73
+ var file_compressed_1 = require("./file-compressed");
74
+ Object.defineProperty(exports, "FileCompressedIcon", { enumerable: true, get: function () { return __importDefault(file_compressed_1).default; } });
75
+ var file_corrupted_1 = require("./file-corrupted");
76
+ Object.defineProperty(exports, "FileCorruptedIcon", { enumerable: true, get: function () { return __importDefault(file_corrupted_1).default; } });
77
+ var file_document_1 = require("./file-document");
78
+ Object.defineProperty(exports, "FileDocumentIcon", { enumerable: true, get: function () { return __importDefault(file_document_1).default; } });
79
+ var file_figure_1 = require("./file-figure");
80
+ Object.defineProperty(exports, "FileFigureIcon", { enumerable: true, get: function () { return __importDefault(file_figure_1).default; } });
81
+ var file_graphical_abstract_1 = require("./file-graphical-abstract");
82
+ Object.defineProperty(exports, "FileGraphicalAbstractIcon", { enumerable: true, get: function () { return __importDefault(file_graphical_abstract_1).default; } });
83
+ var file_image_1 = require("./file-image");
84
+ Object.defineProperty(exports, "FileImageIcon", { enumerable: true, get: function () { return __importDefault(file_image_1).default; } });
85
+ var file_latex_icon_1 = require("./file-latex-icon");
86
+ Object.defineProperty(exports, "FileLatexIcon", { enumerable: true, get: function () { return __importDefault(file_latex_icon_1).default; } });
87
+ var file_main_document_1 = require("./file-main-document");
88
+ Object.defineProperty(exports, "FileMainDocumentIcon", { enumerable: true, get: function () { return __importDefault(file_main_document_1).default; } });
89
+ var file_pdf_1 = require("./file-pdf");
90
+ Object.defineProperty(exports, "FilePdfIcon", { enumerable: true, get: function () { return __importDefault(file_pdf_1).default; } });
91
+ var file_table_1 = require("./file-table");
92
+ Object.defineProperty(exports, "FileTableIcon", { enumerable: true, get: function () { return __importDefault(file_table_1).default; } });
93
+ var file_unknown_1 = require("./file-unknown");
94
+ Object.defineProperty(exports, "FileUnknownIcon", { enumerable: true, get: function () { return __importDefault(file_unknown_1).default; } });
95
+ var file_video_1 = require("./file-video");
96
+ Object.defineProperty(exports, "FileVideoIcon", { enumerable: true, get: function () { return __importDefault(file_video_1).default; } });
97
+ var handle_inspector_1 = require("./handle-inspector");
98
+ Object.defineProperty(exports, "HandleInspectorIcon", { enumerable: true, get: function () { return __importDefault(handle_inspector_1).default; } });
99
+ var handle_outline_1 = require("./handle-outline");
100
+ Object.defineProperty(exports, "HandleOutlineIcon", { enumerable: true, get: function () { return __importDefault(handle_outline_1).default; } });
101
+ var link_1 = require("./link");
102
+ Object.defineProperty(exports, "LinkIcon", { enumerable: true, get: function () { return __importDefault(link_1).default; } });
103
+ var outline_block_quote_1 = require("./outline-block-quote");
104
+ Object.defineProperty(exports, "OutlineBlockQuoteIcon", { enumerable: true, get: function () { return __importDefault(outline_block_quote_1).default; } });
105
+ var outline_code_1 = require("./outline-code");
106
+ Object.defineProperty(exports, "OutlineCodeIcon", { enumerable: true, get: function () { return __importDefault(outline_code_1).default; } });
107
+ var outline_equation_1 = require("./outline-equation");
108
+ Object.defineProperty(exports, "OutlineEquationIcon", { enumerable: true, get: function () { return __importDefault(outline_equation_1).default; } });
109
+ var outline_figure_1 = require("./outline-figure");
110
+ Object.defineProperty(exports, "OutlineFigureIcon", { enumerable: true, get: function () { return __importDefault(outline_figure_1).default; } });
111
+ var outline_manuscript_1 = require("./outline-manuscript");
112
+ Object.defineProperty(exports, "OutlineManuscriptIcon", { enumerable: true, get: function () { return __importDefault(outline_manuscript_1).default; } });
113
+ var outline_ordered_list_1 = require("./outline-ordered-list");
114
+ Object.defineProperty(exports, "OutlineOrderedListIcon", { enumerable: true, get: function () { return __importDefault(outline_ordered_list_1).default; } });
115
+ var outline_paragraph_1 = require("./outline-paragraph");
116
+ Object.defineProperty(exports, "OutlineParagraphIcon", { enumerable: true, get: function () { return __importDefault(outline_paragraph_1).default; } });
117
+ var outline_pull_quote_1 = require("./outline-pull-quote");
118
+ Object.defineProperty(exports, "OutlinePullQuoteIcon", { enumerable: true, get: function () { return __importDefault(outline_pull_quote_1).default; } });
119
+ var outline_section_1 = require("./outline-section");
120
+ Object.defineProperty(exports, "OutlineSectionIcon", { enumerable: true, get: function () { return __importDefault(outline_section_1).default; } });
121
+ var outline_table_1 = require("./outline-table");
122
+ Object.defineProperty(exports, "OutlineTableIcon", { enumerable: true, get: function () { return __importDefault(outline_table_1).default; } });
123
+ var outline_unordered_list_1 = require("./outline-unordered-list");
124
+ Object.defineProperty(exports, "OutlineUnorderedListIcon", { enumerable: true, get: function () { return __importDefault(outline_unordered_list_1).default; } });
125
+ var plus_1 = require("./plus");
126
+ Object.defineProperty(exports, "PlusIcon", { enumerable: true, get: function () { return __importDefault(plus_1).default; } });
127
+ var role_annotating_1 = require("./role-annotating");
128
+ Object.defineProperty(exports, "RoleAnnotatingIcon", { enumerable: true, get: function () { return __importDefault(role_annotating_1).default; } });
129
+ var role_reading_1 = require("./role-reading");
130
+ Object.defineProperty(exports, "RoleReadingIcon", { enumerable: true, get: function () { return __importDefault(role_reading_1).default; } });
131
+ var save_status_offline_1 = require("./save-status-offline");
132
+ Object.defineProperty(exports, "SaveStatusOfflineIcon", { enumerable: true, get: function () { return __importDefault(save_status_offline_1).default; } });
133
+ var save_status_saved_1 = require("./save-status-saved");
134
+ Object.defineProperty(exports, "SaveStatusSavedIcon", { enumerable: true, get: function () { return __importDefault(save_status_saved_1).default; } });
135
+ var save_status_saving_1 = require("./save-status-saving");
136
+ Object.defineProperty(exports, "SaveStatusSavingIcon", { enumerable: true, get: function () { return __importDefault(save_status_saving_1).default; } });
48
137
  var search_1 = require("./search");
49
138
  Object.defineProperty(exports, "SearchIcon", { enumerable: true, get: function () { return __importDefault(search_1).default; } });
50
- var tick_mark_1 = require("./tick-mark");
51
- Object.defineProperty(exports, "TickMarkIcon", { enumerable: true, get: function () { return __importDefault(tick_mark_1).default; } });
52
- var user_1 = require("./user");
53
- Object.defineProperty(exports, "UserIcon", { enumerable: true, get: function () { return __importDefault(user_1).default; } });
54
- var zoom_in_1 = require("./zoom-in");
55
- Object.defineProperty(exports, "ZoomInIcon", { enumerable: true, get: function () { return __importDefault(zoom_in_1).default; } });
56
- var zoom_out_1 = require("./zoom-out");
57
- Object.defineProperty(exports, "ZoomOutIcon", { enumerable: true, get: function () { return __importDefault(zoom_out_1).default; } });
58
- var task_step_current_1 = require("./task-step-current");
59
- Object.defineProperty(exports, "TaskStepCurrentIcon", { enumerable: true, get: function () { return __importDefault(task_step_current_1).default; } });
60
139
  var task_step_done_1 = require("./task-step-done");
61
140
  Object.defineProperty(exports, "TaskStepDoneIcon", { enumerable: true, get: function () { return __importDefault(task_step_done_1).default; } });
62
- var task_step_next_1 = require("./task-step-next");
63
- Object.defineProperty(exports, "TaskStepNextIcon", { enumerable: true, get: function () { return __importDefault(task_step_next_1).default; } });
64
- var attach_1 = require("./attach");
65
- Object.defineProperty(exports, "AttachIcon", { enumerable: true, get: function () { return __importDefault(attach_1).default; } });
141
+ var toolbar_bold_1 = require("./toolbar-bold");
142
+ Object.defineProperty(exports, "ToolbarBoldIcon", { enumerable: true, get: function () { return __importDefault(toolbar_bold_1).default; } });
143
+ var toolbar_citation_1 = require("./toolbar-citation");
144
+ Object.defineProperty(exports, "ToolbarCitationIcon", { enumerable: true, get: function () { return __importDefault(toolbar_citation_1).default; } });
145
+ var toolbar_code_1 = require("./toolbar-code");
146
+ Object.defineProperty(exports, "ToolbarCodeIcon", { enumerable: true, get: function () { return __importDefault(toolbar_code_1).default; } });
147
+ var toolbar_equation_1 = require("./toolbar-equation");
148
+ Object.defineProperty(exports, "ToolbarEquationIcon", { enumerable: true, get: function () { return __importDefault(toolbar_equation_1).default; } });
149
+ var toolbar_figure_1 = require("./toolbar-figure");
150
+ Object.defineProperty(exports, "ToolbarFigureIcon", { enumerable: true, get: function () { return __importDefault(toolbar_figure_1).default; } });
151
+ var toolbar_italic_1 = require("./toolbar-italic");
152
+ Object.defineProperty(exports, "ToolbarItalicIcon", { enumerable: true, get: function () { return __importDefault(toolbar_italic_1).default; } });
153
+ var toolbar_ordered_list_1 = require("./toolbar-ordered-list");
154
+ Object.defineProperty(exports, "ToolbarOrderedListIcon", { enumerable: true, get: function () { return __importDefault(toolbar_ordered_list_1).default; } });
155
+ var toolbar_subscript_1 = require("./toolbar-subscript");
156
+ Object.defineProperty(exports, "ToolbarSubscriptIcon", { enumerable: true, get: function () { return __importDefault(toolbar_subscript_1).default; } });
157
+ var toolbar_superscript_1 = require("./toolbar-superscript");
158
+ Object.defineProperty(exports, "ToolbarSuperscriptIcon", { enumerable: true, get: function () { return __importDefault(toolbar_superscript_1).default; } });
159
+ var toolbar_symbol_1 = require("./toolbar-symbol");
160
+ Object.defineProperty(exports, "ToolbarSymbolIcon", { enumerable: true, get: function () { return __importDefault(toolbar_symbol_1).default; } });
161
+ var toolbar_table_1 = require("./toolbar-table");
162
+ Object.defineProperty(exports, "ToolbarTableIcon", { enumerable: true, get: function () { return __importDefault(toolbar_table_1).default; } });
163
+ var toolbar_underline_1 = require("./toolbar-underline");
164
+ Object.defineProperty(exports, "ToolbarUnderlineIcon", { enumerable: true, get: function () { return __importDefault(toolbar_underline_1).default; } });
165
+ var toolbar_unordered_list_1 = require("./toolbar-unordered-list");
166
+ Object.defineProperty(exports, "ToolbarUnorderedListIcon", { enumerable: true, get: function () { return __importDefault(toolbar_unordered_list_1).default; } });
167
+ var triangle_collapsed_1 = require("./triangle-collapsed");
168
+ Object.defineProperty(exports, "TriangleCollapsedIcon", { enumerable: true, get: function () { return __importDefault(triangle_collapsed_1).default; } });
169
+ var triangle_expanded_1 = require("./triangle-expanded");
170
+ Object.defineProperty(exports, "TriangleExpandedIcon", { enumerable: true, get: function () { return __importDefault(triangle_expanded_1).default; } });
66
171
  var upload_1 = require("./upload");
67
172
  Object.defineProperty(exports, "UploadIcon", { enumerable: true, get: function () { return __importDefault(upload_1).default; } });
68
- var missing_image_1 = require("./missing-image");
69
- Object.defineProperty(exports, "MissingImage", { enumerable: true, get: function () { return __importDefault(missing_image_1).default; } });
70
- var unsupported_format_file_icon_1 = require("./unsupported-format-file-icon");
71
- Object.defineProperty(exports, "UnsupportedFormatFileIcon", { enumerable: true, get: function () { return __importDefault(unsupported_format_file_icon_1).default; } });
72
- var edit_icon_1 = require("./edit-icon");
73
- Object.defineProperty(exports, "EditIcon", { enumerable: true, get: function () { return __importDefault(edit_icon_1).default; } });
74
- var reading_icon_1 = require("./reading-icon");
75
- Object.defineProperty(exports, "ReadingIcon", { enumerable: true, get: function () { return __importDefault(reading_icon_1).default; } });
76
- var annotator_icon_1 = require("./annotator-icon");
77
- Object.defineProperty(exports, "AnnotatorIcon", { enumerable: true, get: function () { return __importDefault(annotator_icon_1).default; } });
78
- var left_arrow_1 = require("./left-arrow");
79
- Object.defineProperty(exports, "LeftArrow", { enumerable: true, get: function () { return __importDefault(left_arrow_1).default; } });
80
- var block_quote_icon_1 = require("./block-quote-icon");
81
- Object.defineProperty(exports, "BlockQuoteIcon", { enumerable: true, get: function () { return __importDefault(block_quote_icon_1).default; } });
82
- var pull_quote_icon_1 = require("./pull-quote-icon");
83
- Object.defineProperty(exports, "PullQuoteIcon", { enumerable: true, get: function () { return __importDefault(pull_quote_icon_1).default; } });
84
- var plus_icon_1 = require("./plus-icon");
85
- Object.defineProperty(exports, "PlusIcon", { enumerable: true, get: function () { return __importDefault(plus_icon_1).default; } });
86
- var delete_icon_1 = require("./delete-icon");
87
- Object.defineProperty(exports, "DeleteIcon", { enumerable: true, get: function () { return delete_icon_1.DeleteIcon; } });
88
- var link_icon_1 = require("./link-icon");
89
- Object.defineProperty(exports, "LinkIcon", { enumerable: true, get: function () { return link_icon_1.LinkIcon; } });
90
- var template_icon_1 = require("./template-icon");
91
- Object.defineProperty(exports, "TemplateIcon", { enumerable: true, get: function () { return template_icon_1.TemplateIcon; } });
92
- var delete_solid_icon_1 = require("./delete-solid-icon");
93
- Object.defineProperty(exports, "DeleteSolidIcon", { enumerable: true, get: function () { return delete_solid_icon_1.DeleteSolidIcon; } });
173
+ var vertical_ellipsis_1 = require("./vertical-ellipsis");
174
+ Object.defineProperty(exports, "VerticalEllipsisIcon", { enumerable: true, get: function () { return __importDefault(vertical_ellipsis_1).default; } });
@@ -3,9 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.LinkIcon = void 0;
7
6
  const react_1 = __importDefault(require("react"));
8
- const LinkIcon = () => (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
7
+ const LinkIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
9
8
  react_1.default.createElement("path", { d: "M6.63317 12.1949L4.74782 14.0803C3.9662 14.8619 2.70042 14.8619 1.91945 14.0804C1.13832 13.2993 1.13832 12.0334 1.91929 11.2524L5.69063 7.48109C6.4716 6.70009 7.73751 6.70009 8.51848 7.48109C8.77882 7.74143 9.20095 7.74143 9.46129 7.48109C9.72163 7.22075 9.72163 6.79862 9.46129 6.53828C8.1596 5.23659 6.04951 5.23659 4.74782 6.53828L0.97651 10.3096C-0.325178 11.6113 -0.325178 13.7214 0.97651 15.0231C2.27804 16.3254 4.38829 16.3254 5.69067 15.0231L7.57601 13.1377C7.83635 12.8774 7.83635 12.4552 7.57601 12.1949C7.31567 11.9346 6.89351 11.9346 6.63317 12.1949Z", fill: "#6E6E6E" }),
10
9
  react_1.default.createElement("path", { d: "M15.0235 0.976266C13.7218 -0.325422 11.6111 -0.325422 10.3094 0.976266L8.04737 3.23827C7.78702 3.49861 7.78702 3.92073 8.04737 4.18108C8.30771 4.44142 8.72984 4.44142 8.99018 4.18108L11.2522 1.91908C12.0331 1.13808 13.2997 1.13808 14.0807 1.91908C14.8617 2.70005 14.8617 3.96595 14.0807 4.74692L9.93271 8.89495C9.15171 9.67595 7.88584 9.67595 7.10487 8.89495C6.84452 8.63461 6.4224 8.63461 6.16205 8.89495C5.90171 9.1553 5.90171 9.57742 6.16205 9.83777C7.46374 11.1395 9.57384 11.1395 10.8755 9.83777L15.0235 5.68977C16.3252 4.38808 16.3252 2.27795 15.0235 0.976266Z", fill: "#6E6E6E" })));
11
- exports.LinkIcon = LinkIcon;
10
+ exports.default = LinkIcon;
@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const react_1 = __importDefault(require("react"));
7
- const BlockQuoteIcon = () => (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
7
+ const OutlineBlockQuoteIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
8
8
  react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9098 2C12.5223 2 13.0801 2.28215 13.4826 2.74866C13.8647 3.19156 14.1053 3.80224 14.1053 4.47925V10.6319C14.1053 11.3089 13.8647 11.9196 13.4826 12.3624C13.0801 12.829 12.5223 13.1111 11.9098 13.1111H4.09026C3.47778 13.1111 2.91998 12.829 2.51747 12.3624C2.13533 11.9196 1.89478 11.3089 1.89478 10.6319V4.47925C1.89478 3.80224 2.13533 3.19156 2.51747 2.74866C2.91998 2.28215 3.47778 2 4.09026 2H11.9098Z", stroke: "#F474AE", strokeWidth: "1.5" }),
9
9
  react_1.default.createElement("path", { d: "M9.68858 9.77734C10.3827 9.77734 10.9475 9.15104 10.9475 8.38111C10.9475 7.63837 10.4219 7.02917 9.76151 6.98709C9.75008 6.85028 9.75875 6.47781 10.0808 5.9591C10.1051 5.92 10.1007 5.86726 10.0705 5.83373C9.93925 5.68818 9.858 5.59633 9.80101 5.53206C9.72609 5.44732 9.69187 5.4087 9.64181 5.35836C9.62492 5.34145 9.60353 5.3329 9.58222 5.3329C9.56143 5.3329 9.54073 5.34097 9.52402 5.35711C8.99417 5.8685 8.40886 6.89482 8.42134 8.16213L8.42988 8.38832C8.48289 9.19312 9.01228 9.77734 9.68858 9.77734Z", fill: "#F474AE" }),
10
10
  react_1.default.createElement("path", { d: "M6.32017 9.77734C7.01431 9.77734 7.57905 9.15104 7.57905 8.38111C7.57905 7.63837 7.05346 7.02917 6.39311 6.98709C6.38167 6.85028 6.39034 6.47781 6.71237 5.9591C6.73671 5.92 6.73229 5.86726 6.70207 5.83373C6.57084 5.68818 6.4896 5.59633 6.4326 5.53206C6.35768 5.44732 6.32346 5.4087 6.2734 5.35836C6.25652 5.34145 6.23512 5.3329 6.21381 5.3329C6.19302 5.3329 6.17232 5.34097 6.15561 5.35711C5.5946 5.89858 4.97139 7.01735 5.06147 8.38822C5.11448 9.19312 5.64388 9.77734 6.32017 9.77734Z", fill: "#F474AE" })));
11
- exports.default = BlockQuoteIcon;
11
+ exports.default = OutlineBlockQuoteIcon;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const react_1 = __importDefault(require("react"));
7
+ const OutlineCodeIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
8
+ react_1.default.createElement("path", { d: "M6.61521 13.4672L2.34019 9.19213L6.71906 4.81326", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
9
+ react_1.default.createElement("path", { d: "M12.419 13.4672L16.6941 9.19213L12.3152 4.81326", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
10
+ exports.default = OutlineCodeIcon;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const react_1 = __importDefault(require("react"));
7
+ const OutlineEquationIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
8
+ react_1.default.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" })));
9
+ exports.default = OutlineEquationIcon;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const react_1 = __importDefault(require("react"));
7
+ const OutlineFigureIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "11", height: "14", viewBox: "0 0 11 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
8
+ react_1.default.createElement("g", { clipPath: "url(#clip0_203_2510)" },
9
+ react_1.default.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" }),
10
+ react_1.default.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" }),
11
+ react_1.default.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" })),
12
+ react_1.default.createElement("defs", null,
13
+ react_1.default.createElement("clipPath", { id: "clip0_203_2510" },
14
+ react_1.default.createElement("rect", { width: "11", height: "14", fill: "white" })))));
15
+ exports.default = OutlineFigureIcon;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const react_1 = __importDefault(require("react"));
7
+ const OutlineManuscriptIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "16", height: "18", viewBox: "0 0 16 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
8
+ react_1.default.createElement("rect", { x: "1.25", y: "1.25", width: "13.5", height: "15.5", rx: "1.75", stroke: "#FFBD26", strokeWidth: "1.5" }),
9
+ react_1.default.createElement("rect", { x: "4.375", y: "4.375", width: "4.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" }),
10
+ react_1.default.createElement("rect", { x: "4.375", y: "8.375", width: "7.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" }),
11
+ react_1.default.createElement("rect", { x: "4.375", y: "12.375", width: "7.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" })));
12
+ exports.default = OutlineManuscriptIcon;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const react_1 = __importDefault(require("react"));
7
+ const OutlineOrderedListIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
8
+ react_1.default.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" })));
9
+ exports.default = OutlineOrderedListIcon;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const react_1 = __importDefault(require("react"));
7
+ const OutlineParagraphIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "9", height: "14", viewBox: "0 0 9 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
8
+ react_1.default.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" })));
9
+ exports.default = OutlineParagraphIcon;
@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const react_1 = __importDefault(require("react"));
7
- const PullQuoteIcon = () => (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
7
+ const OutlinePullQuoteIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
8
8
  react_1.default.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" }),
9
9
  react_1.default.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" }),
10
10
  react_1.default.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" })));
11
- exports.default = PullQuoteIcon;
11
+ exports.default = OutlinePullQuoteIcon;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const react_1 = __importDefault(require("react"));
7
+ const OutlineSectionIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
8
+ react_1.default.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" })));
9
+ exports.default = OutlineSectionIcon;
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const react_1 = __importDefault(require("react"));
7
+ const OutlineTableIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
8
+ react_1.default.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" }),
9
+ react_1.default.createElement("path", { d: "M16 7.5H3.5V8.5H16V7.5Z", fill: "#F35143", stroke: "#F35143" }),
10
+ react_1.default.createElement("path", { d: "M7.61538 4.5H6.61538V13.5H7.61538V4.5Z", fill: "#F35143", stroke: "#F35143" })));
11
+ exports.default = OutlineTableIcon;