@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.
- package/dist/cjs/components/AlertMessage.js +7 -18
- package/dist/cjs/components/Avatar.js +2 -2
- package/dist/cjs/components/Button.js +1 -7
- package/dist/cjs/components/Comments/CommentActions.js +2 -2
- package/dist/cjs/components/Comments/CommentBody.js +17 -2
- package/dist/cjs/components/Comments/ResolveButton.js +19 -18
- package/dist/cjs/components/ContextMenu.js +9 -15
- package/dist/cjs/components/Dialog.js +2 -2
- package/dist/cjs/components/EditorHeader/EditorHeader.js +4 -4
- package/dist/cjs/components/FileManager/FileActions.js +2 -2
- package/dist/cjs/components/FileManager/FileSectionAlert.js +2 -2
- package/dist/cjs/components/FileManager/FileTypeIcon.js +4 -6
- package/dist/cjs/components/FileManager/util.js +26 -25
- package/dist/cjs/components/InspectorSection.js +3 -3
- package/dist/cjs/components/ManuscriptNoteList.js +17 -2
- package/dist/cjs/components/Menus/Submenu.js +2 -2
- package/dist/cjs/components/NavDropdown.js +2 -6
- package/dist/cjs/components/SaveStatus.js +5 -8
- package/dist/cjs/components/TableFootnotesSelector.js +3 -5
- package/dist/cjs/components/icons/add-author.js +5 -9
- package/dist/cjs/components/icons/{add-comment-icon.js → add-comment.js} +2 -2
- package/dist/cjs/components/icons/{template-icon.js → add-new.js} +2 -3
- package/dist/cjs/components/icons/add.js +11 -0
- package/dist/cjs/components/icons/added.js +10 -0
- package/dist/cjs/components/icons/arrow-down-circle.js +10 -0
- package/dist/cjs/components/icons/arrow-down.js +9 -0
- package/dist/cjs/components/icons/{left-arrow.js → arrow-left.js} +2 -2
- package/dist/cjs/components/icons/arrow-up.js +9 -0
- package/dist/cjs/components/icons/attach.js +1 -1
- package/dist/cjs/components/icons/attention-blue.js +13 -0
- package/dist/cjs/components/icons/attention-green.js +10 -0
- package/dist/cjs/components/icons/attention-orange.js +15 -0
- package/dist/cjs/components/icons/attention-red.js +13 -0
- package/dist/cjs/components/icons/avatar.js +9 -0
- package/dist/cjs/components/icons/citation-count.js +9 -0
- package/dist/cjs/components/icons/comment-reply.js +9 -0
- package/dist/cjs/components/icons/{back-arrow.js → comment-resolve.js} +3 -5
- package/dist/cjs/components/icons/corresponding-author.js +15 -0
- package/dist/cjs/components/icons/delete-solid.js +9 -0
- package/dist/cjs/components/icons/{delete-icon.js → deleted.js} +2 -3
- package/dist/cjs/components/icons/{dots-icon.js → dots.js} +1 -1
- package/dist/cjs/components/icons/edit.js +9 -0
- package/dist/cjs/components/icons/{audio-icon.js → file-audio.js} +2 -2
- package/dist/cjs/components/icons/{code-file-icon.js → file-code.js} +2 -2
- package/dist/cjs/components/icons/{compressed-file-icon.js → file-compressed.js} +2 -2
- package/dist/cjs/components/icons/{corrupted-file-icon.js → file-corrupted.js} +2 -2
- package/dist/cjs/components/icons/{document-icon.js → file-document.js} +6 -6
- package/dist/cjs/components/icons/file-figure.js +26 -0
- package/dist/cjs/components/icons/{graphical_abstract_icon.js → file-graphical-abstract.js} +2 -2
- package/dist/cjs/components/icons/{image-icon.js → file-image.js} +2 -17
- package/dist/cjs/components/icons/file-latex-icon.js +28 -0
- package/dist/cjs/components/icons/{document-icon-with-dot.js → file-main-document.js} +2 -17
- package/dist/cjs/components/icons/{pdf-file-icon.js → file-pdf.js} +4 -4
- package/dist/cjs/components/icons/{table-icon.js → file-table.js} +2 -2
- package/dist/cjs/components/icons/{unknown-format-file-icon.js → file-unknown.js} +2 -2
- package/dist/cjs/components/icons/{video-icon.js → file-video.js} +2 -2
- package/dist/cjs/components/icons/handle-inspector.js +9 -0
- package/dist/cjs/components/icons/handle-outline.js +14 -0
- package/dist/cjs/components/icons/index.js +147 -66
- package/dist/cjs/components/icons/{link-icon.js → link.js} +2 -3
- package/dist/cjs/components/icons/{block-quote-icon.js → outline-block-quote.js} +2 -2
- package/dist/cjs/components/icons/outline-code.js +10 -0
- package/dist/cjs/components/icons/outline-equation.js +9 -0
- package/dist/cjs/components/icons/outline-figure.js +15 -0
- package/dist/cjs/components/icons/outline-manuscript.js +12 -0
- package/dist/cjs/components/icons/outline-ordered-list.js +9 -0
- package/dist/cjs/components/icons/outline-paragraph.js +9 -0
- package/dist/cjs/components/icons/{pull-quote-icon.js → outline-pull-quote.js} +2 -2
- package/dist/cjs/components/icons/outline-section.js +9 -0
- package/dist/cjs/components/icons/outline-table.js +11 -0
- package/dist/cjs/components/icons/outline-unordered-list.js +11 -0
- package/dist/cjs/components/icons/{plus-icon.js → plus.js} +3 -3
- package/dist/cjs/components/icons/{annotator-icon.js → role-annotating.js} +2 -2
- package/dist/cjs/components/icons/{reading-icon.js → role-reading.js} +2 -2
- package/dist/cjs/components/icons/save-status-offline.js +26 -0
- package/dist/cjs/components/icons/{add-icon-active.js → save-status-saved.js} +4 -4
- package/dist/cjs/components/icons/save-status-saving.js +27 -0
- package/dist/cjs/components/icons/search.js +3 -43
- package/dist/cjs/components/icons/task-step-done.js +2 -2
- package/dist/cjs/components/icons/toolbar-bold.js +9 -0
- package/dist/cjs/components/icons/toolbar-citation.js +9 -0
- package/dist/cjs/components/icons/toolbar-code.js +10 -0
- package/dist/cjs/components/icons/toolbar-equation.js +9 -0
- package/dist/cjs/components/icons/toolbar-figure.js +9 -0
- package/dist/cjs/components/icons/toolbar-italic.js +9 -0
- package/dist/cjs/components/icons/toolbar-ordered-list.js +9 -0
- package/dist/cjs/components/icons/toolbar-subscript.js +9 -0
- package/dist/cjs/components/icons/toolbar-superscript.js +9 -0
- package/dist/cjs/components/icons/toolbar-symbol.js +9 -0
- package/dist/cjs/components/icons/toolbar-table.js +9 -0
- package/dist/cjs/components/icons/toolbar-underline.js +9 -0
- package/dist/cjs/components/icons/toolbar-unordered-list.js +9 -0
- package/dist/cjs/components/icons/triangle-collapsed.js +9 -0
- package/dist/cjs/components/icons/triangle-expanded.js +9 -0
- package/dist/cjs/components/icons/upload.js +1 -1
- package/dist/cjs/components/icons/vertical-ellipsis.js +11 -0
- package/dist/es/components/AlertMessage.js +7 -18
- package/dist/es/components/Avatar.js +2 -2
- package/dist/es/components/Button.js +1 -7
- package/dist/es/components/Comments/CommentActions.js +1 -1
- package/dist/es/components/Comments/CommentBody.js +17 -2
- package/dist/es/components/Comments/ResolveButton.js +19 -18
- package/dist/es/components/ContextMenu.js +10 -16
- package/dist/es/components/Dialog.js +2 -2
- package/dist/es/components/EditorHeader/EditorHeader.js +5 -5
- package/dist/es/components/FileManager/FileActions.js +1 -1
- package/dist/es/components/FileManager/FileSectionAlert.js +2 -2
- package/dist/es/components/FileManager/FileTypeIcon.js +4 -6
- package/dist/es/components/FileManager/util.js +26 -25
- package/dist/es/components/InspectorSection.js +3 -3
- package/dist/es/components/ManuscriptNoteList.js +17 -2
- package/dist/es/components/Menus/Submenu.js +2 -2
- package/dist/es/components/NavDropdown.js +2 -6
- package/dist/es/components/SaveStatus.js +5 -8
- package/dist/es/components/TableFootnotesSelector.js +3 -5
- package/dist/es/components/icons/add-author.js +5 -9
- package/dist/es/components/icons/{add-comment-icon.js → add-comment.js} +2 -2
- package/dist/es/components/icons/{template-icon.js → add-new.js} +2 -1
- package/dist/es/components/icons/add.js +6 -0
- package/dist/es/components/icons/added.js +5 -0
- package/dist/es/components/icons/arrow-down-circle.js +5 -0
- package/dist/es/components/icons/arrow-down.js +4 -0
- package/dist/es/components/icons/{left-arrow.js → arrow-left.js} +2 -2
- package/dist/es/components/icons/arrow-up.js +4 -0
- package/dist/es/components/icons/attach.js +1 -1
- package/dist/es/components/icons/attention-blue.js +8 -0
- package/dist/es/components/icons/attention-green.js +5 -0
- package/dist/es/components/icons/attention-orange.js +10 -0
- package/dist/es/components/icons/attention-red.js +8 -0
- package/dist/es/components/icons/avatar.js +4 -0
- package/dist/es/components/icons/citation-count.js +4 -0
- package/dist/es/components/icons/comment-reply.js +4 -0
- package/dist/es/components/icons/comment-resolve.js +19 -0
- package/dist/es/components/icons/corresponding-author.js +10 -0
- package/dist/es/components/icons/delete-solid.js +4 -0
- package/dist/es/components/icons/{delete-icon.js → deleted.js} +2 -1
- package/dist/es/components/icons/{dots-icon.js → dots.js} +1 -1
- package/dist/es/components/icons/edit.js +4 -0
- package/dist/es/components/icons/{audio-icon.js → file-audio.js} +2 -2
- package/dist/es/components/icons/{code-file-icon.js → file-code.js} +2 -2
- package/dist/es/components/icons/{compressed-file-icon.js → file-compressed.js} +2 -2
- package/dist/es/components/icons/{corrupted-file-icon.js → file-corrupted.js} +2 -2
- package/dist/es/components/icons/{document-icon.js → file-document.js} +6 -6
- package/dist/es/components/icons/file-figure.js +21 -0
- package/dist/es/components/icons/{graphical_abstract_icon.js → file-graphical-abstract.js} +2 -2
- package/dist/es/components/icons/{image-icon.js → file-image.js} +2 -17
- package/dist/es/components/icons/file-latex-icon.js +23 -0
- package/dist/es/components/icons/file-main-document.js +8 -0
- package/dist/es/components/icons/{pdf-file-icon.js → file-pdf.js} +4 -4
- package/dist/es/components/icons/{table-icon.js → file-table.js} +2 -2
- package/dist/es/components/icons/{unknown-format-file-icon.js → file-unknown.js} +2 -2
- package/dist/es/components/icons/{video-icon.js → file-video.js} +2 -2
- package/dist/es/components/icons/handle-inspector.js +4 -0
- package/dist/es/components/icons/handle-outline.js +9 -0
- package/dist/es/components/icons/index.js +73 -33
- package/dist/es/components/icons/{link-icon.js → link.js} +2 -1
- package/dist/es/components/icons/{block-quote-icon.js → outline-block-quote.js} +2 -2
- package/dist/es/components/icons/outline-code.js +5 -0
- package/dist/es/components/icons/outline-equation.js +4 -0
- package/dist/es/components/icons/outline-figure.js +10 -0
- package/dist/es/components/icons/outline-manuscript.js +7 -0
- package/dist/es/components/icons/outline-ordered-list.js +4 -0
- package/dist/es/components/icons/outline-paragraph.js +4 -0
- package/dist/es/components/icons/{pull-quote-icon.js → outline-pull-quote.js} +2 -2
- package/dist/es/components/icons/outline-section.js +4 -0
- package/dist/es/components/icons/outline-table.js +6 -0
- package/dist/es/components/icons/outline-unordered-list.js +6 -0
- package/dist/es/components/icons/{plus-icon.js → plus.js} +3 -3
- package/dist/es/components/icons/{annotator-icon.js → role-annotating.js} +2 -2
- package/dist/es/components/icons/{reading-icon.js → role-reading.js} +2 -2
- package/dist/es/components/icons/save-status-offline.js +21 -0
- package/dist/es/components/icons/save-status-saved.js +20 -0
- package/dist/es/components/icons/save-status-saving.js +22 -0
- package/dist/es/components/icons/search.js +3 -43
- package/dist/es/components/icons/task-step-done.js +2 -2
- package/dist/es/components/icons/toolbar-bold.js +4 -0
- package/dist/es/components/icons/toolbar-citation.js +4 -0
- package/dist/es/components/icons/toolbar-code.js +5 -0
- package/dist/es/components/icons/toolbar-equation.js +4 -0
- package/dist/es/components/icons/toolbar-figure.js +4 -0
- package/dist/es/components/icons/toolbar-italic.js +4 -0
- package/dist/es/components/icons/toolbar-ordered-list.js +4 -0
- package/dist/es/components/icons/toolbar-subscript.js +4 -0
- package/dist/es/components/icons/toolbar-superscript.js +4 -0
- package/dist/es/components/icons/toolbar-symbol.js +4 -0
- package/dist/es/components/icons/toolbar-table.js +4 -0
- package/dist/es/components/icons/toolbar-underline.js +4 -0
- package/dist/es/components/icons/toolbar-unordered-list.js +4 -0
- package/dist/es/components/icons/triangle-collapsed.js +4 -0
- package/dist/es/components/icons/triangle-expanded.js +4 -0
- package/dist/es/components/icons/upload.js +1 -1
- package/dist/es/components/icons/vertical-ellipsis.js +6 -0
- package/dist/types/components/Comments/CommentBody.d.ts +15 -0
- package/dist/types/components/ManuscriptNoteList.d.ts +15 -0
- package/dist/types/components/NavDropdown.d.ts +1 -1
- package/dist/types/components/icons/add-author.d.ts +2 -2
- package/dist/types/components/icons/add-comment.d.ts +19 -0
- package/dist/types/components/icons/add-new.d.ts +4 -0
- package/dist/types/components/icons/add.d.ts +4 -0
- package/dist/types/components/icons/added.d.ts +4 -0
- package/dist/types/components/icons/arrow-down-circle.d.ts +4 -0
- package/dist/types/components/icons/arrow-down.d.ts +4 -0
- package/dist/types/components/icons/arrow-left.d.ts +4 -0
- package/dist/types/components/icons/arrow-up.d.ts +4 -0
- package/dist/types/components/icons/attach.d.ts +2 -1
- package/dist/types/components/icons/attention-blue.d.ts +4 -0
- package/dist/types/components/icons/attention-green.d.ts +4 -0
- package/dist/types/components/icons/attention-orange.d.ts +4 -0
- package/dist/types/components/icons/attention-red.d.ts +4 -0
- package/dist/types/components/icons/avatar.d.ts +4 -0
- package/dist/types/components/icons/citation-count.d.ts +4 -0
- package/dist/types/components/icons/comment-reply.d.ts +4 -0
- package/dist/types/components/icons/{bookmark.d.ts → comment-resolve.d.ts} +2 -2
- package/dist/types/components/icons/corresponding-author.d.ts +4 -0
- package/dist/types/components/icons/delete-solid.d.ts +4 -0
- package/dist/types/components/icons/deleted.d.ts +4 -0
- package/dist/types/components/icons/edit.d.ts +4 -0
- package/dist/types/components/icons/{close-o-icon.d.ts → file-audio.d.ts} +2 -2
- package/dist/types/components/icons/{close-icon.d.ts → file-code.d.ts} +2 -2
- package/dist/types/components/icons/file-compressed.d.ts +19 -0
- package/dist/types/components/icons/file-corrupted.d.ts +19 -0
- package/dist/types/components/icons/file-document.d.ts +19 -0
- package/dist/types/components/icons/file-figure.d.ts +19 -0
- package/dist/types/components/icons/file-graphical-abstract.d.ts +4 -0
- package/dist/types/components/icons/file-image.d.ts +4 -0
- package/dist/types/components/icons/{audio-icon.d.ts → file-latex-icon.d.ts} +2 -2
- package/dist/types/components/icons/file-main-document.d.ts +4 -0
- package/dist/types/components/icons/{list-icon.d.ts → file-pdf.d.ts} +2 -2
- package/dist/types/components/icons/{code-file-icon.d.ts → file-table.d.ts} +2 -2
- package/dist/types/components/icons/file-unknown.d.ts +19 -0
- package/dist/types/components/icons/file-video.d.ts +19 -0
- package/dist/types/components/icons/handle-inspector.d.ts +4 -0
- package/dist/types/components/icons/handle-outline.d.ts +4 -0
- package/dist/types/components/icons/index.d.ts +73 -33
- package/dist/types/components/icons/link.d.ts +4 -0
- package/dist/types/components/icons/outline-block-quote.d.ts +4 -0
- package/dist/types/components/icons/outline-code.d.ts +4 -0
- package/dist/types/components/icons/outline-equation.d.ts +4 -0
- package/dist/types/components/icons/outline-figure.d.ts +4 -0
- package/dist/types/components/icons/outline-manuscript.d.ts +4 -0
- package/dist/types/components/icons/outline-ordered-list.d.ts +4 -0
- package/dist/types/components/icons/outline-paragraph.d.ts +4 -0
- package/dist/types/components/icons/outline-pull-quote.d.ts +4 -0
- package/dist/types/components/icons/outline-section.d.ts +4 -0
- package/dist/types/components/icons/outline-table.d.ts +4 -0
- package/dist/types/components/icons/outline-unordered-list.d.ts +4 -0
- package/dist/types/components/icons/role-annotating.d.ts +4 -0
- package/dist/types/components/icons/role-reading.d.ts +4 -0
- package/dist/types/components/icons/save-status-offline.d.ts +19 -0
- package/dist/types/components/icons/save-status-saved.d.ts +19 -0
- package/dist/types/components/icons/save-status-saving.d.ts +19 -0
- package/dist/types/components/icons/search.d.ts +1 -1
- package/dist/types/components/icons/task-step-done.d.ts +3 -2
- package/dist/types/components/icons/toolbar-bold.d.ts +4 -0
- package/dist/types/components/icons/toolbar-citation.d.ts +4 -0
- package/dist/types/components/icons/toolbar-code.d.ts +4 -0
- package/dist/types/components/icons/toolbar-equation.d.ts +4 -0
- package/dist/types/components/icons/toolbar-figure.d.ts +4 -0
- package/dist/types/components/icons/toolbar-italic.d.ts +4 -0
- package/dist/types/components/icons/toolbar-ordered-list.d.ts +4 -0
- package/dist/types/components/icons/toolbar-subscript.d.ts +4 -0
- package/dist/types/components/icons/toolbar-superscript.d.ts +4 -0
- package/dist/types/components/icons/toolbar-symbol.d.ts +4 -0
- package/dist/types/components/icons/toolbar-table.d.ts +4 -0
- package/dist/types/components/icons/toolbar-underline.d.ts +4 -0
- package/dist/types/components/icons/toolbar-unordered-list.d.ts +4 -0
- package/dist/types/components/icons/triangle-collapsed.d.ts +4 -0
- package/dist/types/components/icons/triangle-expanded.d.ts +4 -0
- package/dist/types/components/icons/types.d.ts +2 -10
- package/dist/types/components/icons/upload.d.ts +2 -1
- package/dist/types/components/icons/vertical-ellipsis.d.ts +4 -0
- package/package.json +4 -4
- package/dist/cjs/components/icons/BottomArrowIcon.js +0 -24
- package/dist/cjs/components/icons/add-icon-inverted.js +0 -26
- package/dist/cjs/components/icons/bookmark.js +0 -24
- package/dist/cjs/components/icons/close-icon.js +0 -25
- package/dist/cjs/components/icons/close-o-icon.js +0 -26
- package/dist/cjs/components/icons/dataset-icon.js +0 -32
- package/dist/cjs/components/icons/delete-solid-icon.js +0 -10
- package/dist/cjs/components/icons/drag-drop-file-icon.js +0 -28
- package/dist/cjs/components/icons/edit-icon.js +0 -9
- package/dist/cjs/components/icons/figure-icon.js +0 -26
- package/dist/cjs/components/icons/google.js +0 -47
- package/dist/cjs/components/icons/latex-icon.js +0 -28
- package/dist/cjs/components/icons/list-icon.js +0 -25
- package/dist/cjs/components/icons/missing-image.js +0 -12
- package/dist/cjs/components/icons/non-previewable-image-icon.js +0 -24
- package/dist/cjs/components/icons/orcid.js +0 -25
- package/dist/cjs/components/icons/project-notification.js +0 -34
- package/dist/cjs/components/icons/project.js +0 -28
- package/dist/cjs/components/icons/projects-list.js +0 -30
- package/dist/cjs/components/icons/save-icon-offline.js +0 -26
- package/dist/cjs/components/icons/save-icon-saved.js +0 -25
- package/dist/cjs/components/icons/save-icon-saving.js +0 -27
- package/dist/cjs/components/icons/task-step-current.js +0 -28
- package/dist/cjs/components/icons/task-step-next.js +0 -25
- package/dist/cjs/components/icons/tick-mark.js +0 -24
- package/dist/cjs/components/icons/unsupported-format-file-icon.js +0 -27
- package/dist/cjs/components/icons/user.js +0 -30
- package/dist/cjs/components/icons/zoom-in.js +0 -25
- package/dist/cjs/components/icons/zoom-out.js +0 -25
- package/dist/es/components/icons/BottomArrowIcon.js +0 -19
- package/dist/es/components/icons/add-icon-active.js +0 -20
- package/dist/es/components/icons/add-icon-inverted.js +0 -21
- package/dist/es/components/icons/back-arrow.js +0 -19
- package/dist/es/components/icons/bookmark.js +0 -19
- package/dist/es/components/icons/close-icon.js +0 -20
- package/dist/es/components/icons/close-o-icon.js +0 -21
- package/dist/es/components/icons/dataset-icon.js +0 -27
- package/dist/es/components/icons/delete-solid-icon.js +0 -3
- package/dist/es/components/icons/document-icon-with-dot.js +0 -23
- package/dist/es/components/icons/drag-drop-file-icon.js +0 -23
- package/dist/es/components/icons/edit-icon.js +0 -4
- package/dist/es/components/icons/figure-icon.js +0 -21
- package/dist/es/components/icons/google.js +0 -42
- package/dist/es/components/icons/latex-icon.js +0 -23
- package/dist/es/components/icons/list-icon.js +0 -20
- package/dist/es/components/icons/missing-image.js +0 -7
- package/dist/es/components/icons/non-previewable-image-icon.js +0 -19
- package/dist/es/components/icons/orcid.js +0 -20
- package/dist/es/components/icons/project-notification.js +0 -29
- package/dist/es/components/icons/project.js +0 -23
- package/dist/es/components/icons/projects-list.js +0 -25
- package/dist/es/components/icons/save-icon-offline.js +0 -21
- package/dist/es/components/icons/save-icon-saved.js +0 -20
- package/dist/es/components/icons/save-icon-saving.js +0 -22
- package/dist/es/components/icons/task-step-current.js +0 -23
- package/dist/es/components/icons/task-step-next.js +0 -20
- package/dist/es/components/icons/tick-mark.js +0 -19
- package/dist/es/components/icons/unsupported-format-file-icon.js +0 -22
- package/dist/es/components/icons/user.js +0 -25
- package/dist/es/components/icons/zoom-in.js +0 -20
- package/dist/es/components/icons/zoom-out.js +0 -20
- package/dist/types/components/icons/BottomArrowIcon.d.ts +0 -19
- package/dist/types/components/icons/add-comment-icon.d.ts +0 -18
- package/dist/types/components/icons/add-icon-active.d.ts +0 -19
- package/dist/types/components/icons/add-icon-inverted.d.ts +0 -19
- package/dist/types/components/icons/annotator-icon.d.ts +0 -3
- package/dist/types/components/icons/back-arrow.d.ts +0 -19
- package/dist/types/components/icons/block-quote-icon.d.ts +0 -3
- package/dist/types/components/icons/compressed-file-icon.d.ts +0 -19
- package/dist/types/components/icons/corrupted-file-icon.d.ts +0 -19
- package/dist/types/components/icons/dataset-icon.d.ts +0 -19
- package/dist/types/components/icons/delete-icon.d.ts +0 -2
- package/dist/types/components/icons/delete-solid-icon.d.ts +0 -3
- package/dist/types/components/icons/document-icon-with-dot.d.ts +0 -19
- package/dist/types/components/icons/document-icon.d.ts +0 -19
- package/dist/types/components/icons/drag-drop-file-icon.d.ts +0 -19
- package/dist/types/components/icons/edit-icon.d.ts +0 -3
- package/dist/types/components/icons/figure-icon.d.ts +0 -19
- package/dist/types/components/icons/google.d.ts +0 -19
- package/dist/types/components/icons/graphical_abstract_icon.d.ts +0 -4
- package/dist/types/components/icons/image-icon.d.ts +0 -19
- package/dist/types/components/icons/latex-icon.d.ts +0 -19
- package/dist/types/components/icons/left-arrow.d.ts +0 -3
- package/dist/types/components/icons/link-icon.d.ts +0 -2
- package/dist/types/components/icons/missing-image.d.ts +0 -3
- package/dist/types/components/icons/non-previewable-image-icon.d.ts +0 -19
- package/dist/types/components/icons/orcid.d.ts +0 -19
- package/dist/types/components/icons/pdf-file-icon.d.ts +0 -19
- package/dist/types/components/icons/project-notification.d.ts +0 -19
- package/dist/types/components/icons/project.d.ts +0 -19
- package/dist/types/components/icons/projects-list.d.ts +0 -19
- package/dist/types/components/icons/pull-quote-icon.d.ts +0 -3
- package/dist/types/components/icons/reading-icon.d.ts +0 -3
- package/dist/types/components/icons/save-icon-offline.d.ts +0 -18
- package/dist/types/components/icons/save-icon-saved.d.ts +0 -18
- package/dist/types/components/icons/save-icon-saving.d.ts +0 -18
- package/dist/types/components/icons/table-icon.d.ts +0 -19
- package/dist/types/components/icons/task-step-current.d.ts +0 -19
- package/dist/types/components/icons/task-step-next.d.ts +0 -18
- package/dist/types/components/icons/template-icon.d.ts +0 -2
- package/dist/types/components/icons/tick-mark.d.ts +0 -19
- package/dist/types/components/icons/unknown-format-file-icon.d.ts +0 -19
- package/dist/types/components/icons/unsupported-format-file-icon.d.ts +0 -19
- package/dist/types/components/icons/user.d.ts +0 -19
- package/dist/types/components/icons/video-icon.d.ts +0 -19
- package/dist/types/components/icons/zoom-in.d.ts +0 -18
- package/dist/types/components/icons/zoom-out.d.ts +0 -18
- /package/dist/types/components/icons/{dots-icon.d.ts → dots.d.ts} +0 -0
- /package/dist/types/components/icons/{plus-icon.d.ts → plus.d.ts} +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const AttentionOrangeIcon = (props) => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
|
+
React.createElement("g", { clipPath: "url(#clip0_62_51)" },
|
|
4
|
+
React.createElement("path", { d: "M12 19.7C12.5523 19.7 13 19.2523 13 18.7C13 18.1477 12.5523 17.7 12 17.7C11.4477 17.7 11 18.1477 11 18.7C11 19.2523 11.4477 19.7 12 19.7Z", fill: "#FE8F1F" }),
|
|
5
|
+
React.createElement("path", { d: "M12.92 8.4C12.92 7.90294 12.5171 7.5 12.02 7.5C11.5229 7.5 11.12 7.90294 11.12 8.4V15.6C11.12 16.0971 11.5229 16.5 12.02 16.5C12.5171 16.5 12.92 16.0971 12.92 15.6V8.4Z", fill: "#FE8F1F" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.901 1.98001L22.311 21.567C22.3842 21.7193 22.4176 21.8877 22.408 22.0565C22.3985 22.2252 22.3463 22.3888 22.2564 22.5319C22.1666 22.675 22.0419 22.793 21.894 22.8748C21.7462 22.9567 21.58 22.9998 21.411 23H2.59C2.42092 22.9999 2.25461 22.957 2.10663 22.8752C1.95865 22.7934 1.83382 22.6754 1.74383 22.5323C1.65383 22.3891 1.60159 22.2255 1.592 22.0567C1.58241 21.8879 1.61579 21.7194 1.689 21.567L11.099 1.98101C11.1807 1.8114 11.3085 1.66828 11.4679 1.56812C11.6273 1.46796 11.8118 1.41483 12 1.41483C12.1882 1.41483 12.3727 1.46796 12.5321 1.56812C12.6915 1.66828 12.8193 1.8114 12.901 1.98101V1.98001Z", stroke: "#FE8F1F", strokeWidth: "1.5" })),
|
|
7
|
+
React.createElement("defs", null,
|
|
8
|
+
React.createElement("clipPath", { id: "clip0_62_51" },
|
|
9
|
+
React.createElement("rect", { width: "24", height: "24", fill: "white" })))));
|
|
10
|
+
export default AttentionOrangeIcon;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const AttentionRedIcon = (props) => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
|
+
React.createElement("g", { clipPath: "url(#clip0_62_44)" },
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1.5C17.799 1.5 22.5 6.201 22.5 12C22.5 17.799 17.799 22.5 12 22.5C6.201 22.5 1.5 17.799 1.5 12C1.5 6.201 6.2 1.5 12 1.5ZM12 0C18.627 0 24 5.373 24 12C24 18.627 18.627 24 12 24C5.373 24 0 18.627 0 12C0 5.373 5.372 0 12 0ZM12 16.2C11.7348 16.2 11.4804 16.3054 11.2929 16.4929C11.1054 16.6804 11 16.9348 11 17.2C11 17.4652 11.1054 17.7196 11.2929 17.9071C11.4804 18.0946 11.7348 18.2 12 18.2C12.2652 18.2 12.5196 18.0946 12.7071 17.9071C12.8946 17.7196 13 17.4652 13 17.2C13 16.9348 12.8946 16.6804 12.7071 16.4929C12.5196 16.3054 12.2652 16.2 12 16.2ZM12.02 6C11.7813 6 11.5524 6.09482 11.3836 6.2636C11.2148 6.43239 11.12 6.66131 11.12 6.9V14.1C11.12 14.3387 11.2148 14.5676 11.3836 14.7364C11.5524 14.9052 11.7813 15 12.02 15C12.2587 15 12.4876 14.9052 12.6564 14.7364C12.8252 14.5676 12.92 14.3387 12.92 14.1V6.9C12.92 6.66131 12.8252 6.43239 12.6564 6.2636C12.4876 6.09482 12.2587 6 12.02 6Z", fill: "#F35143" })),
|
|
5
|
+
React.createElement("defs", null,
|
|
6
|
+
React.createElement("clipPath", { id: "clip0_62_44" },
|
|
7
|
+
React.createElement("rect", { width: "24", height: "24", fill: "white" })))));
|
|
8
|
+
export default AttentionRedIcon;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const AvatarIcon = (props) => (React.createElement("svg", Object.assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
|
+
React.createElement("path", { d: "M16 0C24.837 0 32 7.163 32 16C32 24.837 24.837 32 16 32C7.163 32 0 24.837 0 16C0 7.163 7.163 0 16 0ZM16 17.585C14.7258 17.585 13.4651 17.8457 12.2954 18.351C11.1257 18.8563 10.0718 19.5956 9.19841 20.5234C8.32504 21.4512 7.65073 22.5478 7.21694 23.7459C6.78315 24.944 6.59907 26.2181 6.676 27.49C9.31009 29.6338 12.6038 30.802 16 30.797C19.396 30.802 22.6896 29.6342 25.324 27.491C25.4009 26.2191 25.2168 24.945 24.7831 23.7469C24.3493 22.5488 23.675 21.4522 22.8016 20.5244C21.9282 19.5966 20.8743 18.8573 19.7046 18.352C18.5349 17.8467 17.2742 17.586 16 17.586V17.585ZM16 1.203C7.828 1.203 1.203 7.828 1.203 16C1.203 20.03 2.815 23.685 5.429 26.354C5.672 21.779 8.82 17.976 13.062 16.753C12.0228 16.1131 11.2209 15.1516 10.778 14.0145C10.3351 12.8773 10.2754 11.6267 10.608 10.4526C10.9406 9.27843 11.6473 8.24491 12.6208 7.509C13.5943 6.7731 14.7814 6.37501 16.0018 6.37522C17.2221 6.37543 18.4091 6.77391 19.3823 7.51015C20.3556 8.24639 21.0619 9.28015 21.3941 10.4544C21.7263 11.6287 21.6662 12.8793 21.2229 14.0163C20.7796 15.1533 19.9774 16.1145 18.938 16.754C23.18 17.976 26.328 21.779 26.571 26.354C29.2842 23.5912 30.802 19.8723 30.797 16C30.797 7.828 24.172 1.203 16 1.203ZM16 7.621C15.4219 7.61225 14.8479 7.71854 14.3113 7.93369C13.7747 8.14885 13.2863 8.46857 12.8744 8.87426C12.4625 9.27994 12.1355 9.76349 11.9122 10.2968C11.6889 10.83 11.574 11.4024 11.574 11.9805C11.574 12.5586 11.6889 13.131 11.9122 13.6642C12.1355 14.1975 12.4625 14.6811 12.8744 15.0867C13.2863 15.4924 13.7747 15.8122 14.3113 16.0273C14.8479 16.2425 15.4219 16.3488 16 16.34C17.1448 16.3227 18.2368 15.8557 19.0402 15.0401C19.8436 14.2244 20.294 13.1254 20.294 11.9805C20.294 10.8356 19.8436 9.73663 19.0402 8.92095C18.2368 8.10527 17.1448 7.63834 16 7.621Z", fill: "#6E6E6E" })));
|
|
4
|
+
export default AvatarIcon;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const CitationCountIcon = (props) => (React.createElement("svg", Object.assign({ width: "18", height: "16", viewBox: "0 0 18 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
|
+
React.createElement("path", { d: "M7.04082 15V15.75H7.79082V15H7.04082ZM1 15H0.25V15.75H1V15ZM6.98639 1H7.73639V0.25H6.98639V1ZM6.98639 3.71318V4.46318H7.73639V3.71318H6.98639ZM3.82993 8.97674H3.07993V9.72674H3.82993V8.97674ZM7.04082 8.97674H7.79082V8.22674H7.04082V8.97674ZM17 15V15.75H17.75V15H17ZM10.9592 15H10.2092V15.75H10.9592V15ZM16.9456 1H17.6956V0.25H16.9456V1ZM16.9456 3.71318V4.46318H17.6956V3.71318H16.9456ZM13.7891 8.97674H13.0391V9.72674H13.7891V8.97674ZM17 8.97674H17.75V8.22674H17V8.97674ZM7.04082 14.25H1V15.75H7.04082V14.25ZM1.75 15V8.97674H0.25V15H1.75ZM1.75 8.97674C1.75 7.94593 1.86197 6.98457 2.08203 6.09001L0.625454 5.7317C0.373856 6.75446 0.25 7.837 0.25 8.97674H1.75ZM2.08203 6.09001C2.2994 5.2064 2.6292 4.44921 3.06325 3.80804L1.82111 2.96715C1.27556 3.77302 0.879745 4.69799 0.625454 5.7317L2.08203 6.09001ZM3.06325 3.80804C3.48836 3.18007 4.02861 2.68023 4.69102 2.30281L3.94844 0.999515C3.08703 1.49032 2.37559 2.14808 1.82111 2.96715L3.06325 3.80804ZM4.69102 2.30281C5.32296 1.94275 6.07986 1.75 6.98639 1.75V0.25C5.86117 0.25 4.84031 0.491354 3.94844 0.999515L4.69102 2.30281ZM6.23639 1V3.71318H7.73639V1H6.23639ZM6.98639 2.96318C6.24207 2.96318 5.56238 3.15073 5.00484 3.58031L5.92033 4.76853C6.16098 4.58312 6.49715 4.46318 6.98639 4.46318V2.96318ZM5.00484 3.58031C4.50577 3.96483 4.11078 4.46447 3.81256 5.05916L5.15342 5.73154C5.36315 5.31331 5.62121 4.999 5.92033 4.76853L5.00484 3.58031ZM3.81256 5.05916C3.51804 5.64649 3.32427 6.29539 3.22357 6.99828L4.70841 7.21102C4.78911 6.64776 4.94001 6.15713 5.15342 5.73154L3.81256 5.05916ZM3.22357 6.99828C3.12802 7.66519 3.07993 8.32478 3.07993 8.97674H4.57993C4.57993 8.39873 4.62255 7.81026 4.70841 7.21102L3.22357 6.99828ZM3.82993 9.72674H7.04082V8.22674H3.82993V9.72674ZM6.29082 8.97674V15H7.79082V8.97674H6.29082ZM17 14.25H10.9592V15.75H17V14.25ZM11.7092 15V8.97674H10.2092V15H11.7092ZM11.7092 8.97674C11.7092 7.94593 11.8212 6.98457 12.0412 6.09001L10.5846 5.7317C10.333 6.75446 10.2092 7.837 10.2092 8.97674H11.7092ZM12.0412 6.09001C12.2586 5.2064 12.5884 4.44921 13.0224 3.80804L11.7803 2.96715C11.2347 3.77302 10.8389 4.69799 10.5846 5.7317L12.0412 6.09001ZM13.0224 3.80804C13.4475 3.18007 13.9878 2.68023 14.6502 2.30281L13.9076 0.999515C13.0462 1.49032 12.3348 2.14808 11.7803 2.96715L13.0224 3.80804ZM14.6502 2.30281C15.2821 1.94275 16.039 1.75 16.9456 1.75V0.25C15.8204 0.25 14.7995 0.491354 13.9076 0.999515L14.6502 2.30281ZM16.1956 1V3.71318H17.6956V1H16.1956ZM16.9456 2.96318C16.2013 2.96318 15.5216 3.15073 14.964 3.58031L15.8795 4.76853C16.1202 4.58312 16.4563 4.46318 16.9456 4.46318V2.96318ZM14.964 3.58031C14.465 3.96483 14.07 4.46447 13.7717 5.05916L15.1126 5.73154C15.3223 5.31331 15.5804 4.999 15.8795 4.76853L14.964 3.58031ZM13.7717 5.05916C13.4772 5.64649 13.2835 6.29539 13.1828 6.99828L14.6676 7.21102C14.7483 6.64776 14.8992 6.15713 15.1126 5.73154L13.7717 5.05916ZM13.1828 6.99828C13.0872 7.66519 13.0391 8.32478 13.0391 8.97674H14.5391C14.5391 8.39873 14.5817 7.81026 14.6676 7.21102L13.1828 6.99828ZM13.7891 9.72674H17V8.22674H13.7891V9.72674ZM16.25 8.97674V15H17.75V8.97674H16.25Z", fill: "#C9C9C9" })));
|
|
4
|
+
export default CitationCountIcon;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const CommentReplyIcon = (props) => (React.createElement("svg", Object.assign({ width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
|
+
React.createElement("path", { d: "M15 16.032C15 11.333 15 6.032 5 7.152M6.628 10.03L4 7.015L6.628 4V10.03Z", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round" })));
|
|
4
|
+
export default CommentReplyIcon;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* © 2019 Atypon Systems LLC
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import React from 'react';
|
|
17
|
+
const CommentResolveIcon = (props) => (React.createElement("svg", Object.assign({ width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
18
|
+
React.createElement("path", { d: "M8.64608 13.144C8.08269 12.5841 7.17265 12.5695 6.60236 13.1222L6.92419 12.8103C6.35886 13.3582 6.35977 14.2553 6.91993 14.808L10.7334 18.5701C11.2964 19.1255 12.2245 19.1439 12.8024 18.615L21.0556 11.0609C21.6353 10.5303 21.6519 9.66087 21.0816 9.10819L21.4034 9.42008C20.8381 8.8722 19.9037 8.85872 19.322 9.3849L11.7527 16.2314L8.64608 13.144Z", fill: "#353535" })));
|
|
19
|
+
export default CommentResolveIcon;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const CorrespondingAuthorIcon = (props) => (React.createElement("svg", Object.assign({ width: "17", height: "17", viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
|
+
React.createElement("g", { clipPath: "url(#clip0_4650_181752)" },
|
|
4
|
+
React.createElement("path", { d: "M16.17 6.497C15.9068 6.23386 15.698 5.92144 15.5556 5.57758C15.4132 5.23373 15.3399 4.86518 15.34 4.493C15.34 3.74164 15.0415 3.02106 14.5102 2.48977C13.9789 1.95848 13.2584 1.66 12.507 1.66C12.1348 1.66007 11.7663 1.58681 11.4224 1.44439C11.0786 1.30198 10.7661 1.0932 10.503 0.830002C10.2399 0.566854 9.92758 0.35811 9.58382 0.215691C9.24005 0.0732722 8.8716 -3.05176e-05 8.4995 -3.05176e-05C8.1274 -3.05176e-05 7.75895 0.0732722 7.41518 0.215691C7.07142 0.35811 6.75908 0.566854 6.496 0.830002C5.96474 1.36123 5.24429 1.65977 4.493 1.66C4.12096 1.66 3.75257 1.73328 3.40886 1.87565C3.06514 2.01802 2.75283 2.2267 2.48977 2.48977C2.2267 2.75284 2.01802 3.06514 1.87565 3.40886C1.73328 3.75258 1.66 4.12097 1.66 4.493C1.66 5.244 1.361 5.965 0.83 6.496C0.566851 6.75908 0.358107 7.07142 0.215688 7.41519C0.0732693 7.75895 -3.33786e-05 8.12741 -3.33786e-05 8.4995C-3.33786e-05 8.8716 0.0732693 9.24006 0.215688 9.58382C0.358107 9.92758 0.566851 10.2399 0.83 10.503C1.361 11.035 1.66 11.756 1.66 12.507C1.66 13.2584 1.95848 13.9789 2.48977 14.5102C3.02106 15.0415 3.74164 15.34 4.493 15.34C5.244 15.34 5.965 15.639 6.496 16.17C6.75908 16.4331 7.07142 16.6419 7.41518 16.7843C7.75895 16.9267 8.1274 17 8.4995 17C8.8716 17 9.24005 16.9267 9.58382 16.7843C9.92758 16.6419 10.2399 16.4331 10.503 16.17C10.7661 15.9068 11.0786 15.698 11.4224 15.5556C11.7663 15.4132 12.1348 15.3399 12.507 15.34C13.2584 15.34 13.9789 15.0415 14.5102 14.5102C15.0415 13.9789 15.34 13.2584 15.34 12.507C15.34 11.755 15.639 11.035 16.17 10.503C16.7011 9.97173 16.9995 9.25125 16.9995 8.5C16.9995 7.74876 16.7011 7.02827 16.17 6.497Z", fill: "#6E76E5" }),
|
|
5
|
+
React.createElement("path", { d: "M8.503 15C6.78133 14.9976 5.1309 14.3125 3.91368 13.0949C2.69647 11.8773 2.01185 10.2267 2.01 8.50501C2.01185 6.78334 2.69647 5.13269 3.91368 3.9151C5.1309 2.69751 6.78133 2.01239 8.503 2.01001C10.2253 2.0116 11.8766 2.69634 13.0946 3.91398C14.3126 5.13163 14.9979 6.78273 15 8.50501C14.9979 10.2273 14.3126 11.8784 13.0946 13.096C11.8766 14.3137 10.2253 14.9984 8.503 15ZM8.503 2.93601C7.02659 2.9376 5.61112 3.52487 4.56723 4.56895C3.52334 5.61302 2.93632 7.0286 2.935 8.50501C2.93659 9.98125 3.52373 11.3966 4.56758 12.4404C5.61144 13.4843 7.02676 14.0714 8.503 14.073C9.97933 14.0714 11.3948 13.4843 12.4388 12.4405C13.4828 11.3967 14.0701 9.98134 14.072 8.50501C14.0704 7.02851 13.4832 5.61293 12.4391 4.56889C11.3951 3.52484 9.9795 2.9376 8.503 2.93601Z", fill: "white" }),
|
|
6
|
+
React.createElement("path", { d: "M8.496 10.891C8.45267 10.891 8.41367 10.878 8.379 10.852C8.353 10.8173 8.34 10.7783 8.34 10.735V9.071C8.34 9.05367 8.33133 9.04067 8.314 9.032C8.30533 9.02333 8.29233 9.02333 8.275 9.032L6.78 9.89C6.74533 9.90733 6.71933 9.916 6.702 9.916C6.64133 9.916 6.59367 9.88567 6.559 9.825L6.481 9.682C6.47233 9.66467 6.468 9.63867 6.468 9.604C6.468 9.552 6.494 9.50867 6.546 9.474L8.041 8.629C8.05833 8.62033 8.067 8.60733 8.067 8.59C8.067 8.57267 8.05833 8.55967 8.041 8.551L6.546 7.706C6.468 7.654 6.45067 7.58467 6.494 7.498L6.559 7.355C6.57633 7.31167 6.60667 7.28567 6.65 7.277C6.69333 7.25967 6.73667 7.264 6.78 7.29L8.275 8.148C8.29233 8.15667 8.30533 8.15667 8.314 8.148C8.33133 8.13933 8.34 8.12633 8.34 8.109V6.445C8.34 6.40167 8.353 6.367 8.379 6.341C8.41367 6.30633 8.45267 6.289 8.496 6.289H8.665C8.70833 6.289 8.743 6.30633 8.769 6.341C8.80367 6.367 8.821 6.40167 8.821 6.445V8.109C8.821 8.12633 8.82533 8.13933 8.834 8.148C8.85133 8.15667 8.86867 8.15667 8.886 8.148L10.381 7.29C10.4157 7.27267 10.4417 7.264 10.459 7.264C10.5023 7.264 10.5457 7.29433 10.589 7.355L10.667 7.498C10.6843 7.53267 10.693 7.55867 10.693 7.576C10.693 7.61933 10.667 7.66267 10.615 7.706L9.12 8.551C9.11133 8.55967 9.107 8.57267 9.107 8.59C9.107 8.60733 9.11133 8.62033 9.12 8.629L10.615 9.474C10.7017 9.53467 10.719 9.604 10.667 9.682L10.589 9.825C10.563 9.86833 10.5283 9.89867 10.485 9.916C10.4503 9.92467 10.4113 9.916 10.368 9.89L8.886 9.032C8.86867 9.02333 8.85133 9.02333 8.834 9.032C8.82533 9.04067 8.821 9.05367 8.821 9.071V10.735C8.821 10.7783 8.80367 10.8173 8.769 10.852C8.743 10.878 8.70833 10.891 8.665 10.891H8.496Z", fill: "white" })),
|
|
7
|
+
React.createElement("defs", null,
|
|
8
|
+
React.createElement("clipPath", { id: "clip0_4650_181752" },
|
|
9
|
+
React.createElement("rect", { width: "17", height: "17", fill: "white" })))));
|
|
10
|
+
export default CorrespondingAuthorIcon;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const DeleteSolidIcon = (props) => (React.createElement("svg", Object.assign({ width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
|
+
React.createElement("path", { d: "M15.494 3.375H11.955C11.93 3.165 11.714 3 11.451 3H8.548C8.286 3 8.07 3.165 8.045 3.375H4.506C4.226 3.375 4 3.561 4 3.792V4.583C4 4.813 4.227 5 4.506 5H15.494C15.774 5 16 4.814 16 4.583V3.792C16 3.562 15.773 3.375 15.494 3.375ZM5 6V16.491C5 16.772 5.23 17 5.513 17H14.487C14.5541 17.0004 14.6207 16.9875 14.6829 16.9621C14.745 16.9367 14.8015 16.8993 14.8492 16.852C14.8969 16.8048 14.9347 16.7485 14.9606 16.6866C14.9865 16.6246 14.9999 16.5581 15 16.491V6H5ZM8.753 13.874C8.753 14.184 8.5 14.435 8.188 14.435C8.03886 14.4355 7.89559 14.3769 7.78966 14.2719C7.68373 14.1669 7.62379 14.0241 7.623 13.875V8.311C7.623 8.001 7.876 7.75 8.188 7.75C8.5 7.75 8.753 8 8.753 8.31V13.873V13.874ZM12.377 13.874C12.377 14.184 12.124 14.435 11.812 14.435C11.6629 14.4355 11.5196 14.3769 11.4137 14.2719C11.3077 14.1669 11.2478 14.0241 11.247 13.875V8.311C11.247 8.001 11.5 7.75 11.812 7.75C12.124 7.75 12.377 8 12.377 8.31V13.873V13.874Z", fill: "#6E6E6E" })));
|
|
4
|
+
export default DeleteSolidIcon;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
const DeleteIcon = (props) => (React.createElement("svg", Object.assign({ width: "13", height: "16", viewBox: "0 0 13 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
3
|
React.createElement("path", { className: "icon_element", fillRule: "evenodd", clipRule: "evenodd", d: "M2.00001 2.99995C2 3.0013 2 3.00265 2 3.00399V13.004C2 13.5563 2.44772 14.004 3 14.004H10C10.5523 14.004 11 13.5563 11 13.004V3.00399C11 3.00265 11 3.0013 11 2.99995C11.5978 3.34576 12 3.99211 12 4.73239V13.004C12 14.1086 11.1046 15.004 10 15.004H3C1.89543 15.004 1 14.1086 1 13.004V4.73239C1 3.99211 1.4022 3.34576 2.00001 2.99995Z", fill: "#F35143" }),
|
|
4
4
|
React.createElement("path", { className: "icon_element", fillRule: "evenodd", clipRule: "evenodd", d: "M4.5 0C3.67157 0 3 0.671573 3 1.5V3.5C3 4.32843 3.67157 5 4.5 5H8.5C9.32843 5 10 4.32843 10 3.5V1.5C10 0.671573 9.32843 0 8.5 0H4.5ZM9 1.5C9 1.22386 8.77614 1 8.5 1H4.5C4.22386 1 4 1.22386 4 1.5C4 1.77614 4.22386 2 4.5 2H8.5C8.77614 2 9 1.77614 9 1.5Z", fill: "#F35143" }),
|
|
5
5
|
React.createElement("rect", { className: "icon_element", y: "2", width: "13", height: "3", rx: "1.5", fill: "#F35143" }),
|
|
6
6
|
React.createElement("path", { className: "icon_element", fillRule: "evenodd", clipRule: "evenodd", d: "M8 7.5C8 7.22386 8.22386 7 8.5 7C8.77614 7 9 7.22386 9 7.5V11.5C9 11.7761 8.77614 12 8.5 12C8.22386 12 8 11.7761 8 11.5V7.5Z", fill: "#F35143" }),
|
|
7
7
|
React.createElement("path", { className: "icon_element", fillRule: "evenodd", clipRule: "evenodd", d: "M4 7.5C4 7.22386 4.22386 7 4.5 7C4.77614 7 5 7.22386 5 7.5V11.5C5 11.7761 4.77614 12 4.5 12C4.22386 12 4 11.7761 4 11.5V7.5Z", fill: "#F35143" }),
|
|
8
8
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5 3C11.7761 3 12 3.22386 12 3.5C12 3.77614 11.7761 4 11.5 4L1.5 4C1.22386 4 1 3.77614 1 3.5C1 3.22386 1.22386 3 1.5 3L11.5 3Z", fill: "white" })));
|
|
9
|
+
export default DeleteIcon;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import React from 'react';
|
|
17
|
-
const DotsIcon = (props) => (React.createElement("svg", { className: props.className, width: "4", height: "16", viewBox: "0 0 4 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
17
|
+
const DotsIcon = (props) => (React.createElement("svg", Object.assign({ className: props.className, width: "4", height: "16", viewBox: "0 0 4 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
18
18
|
React.createElement("circle", { cx: "2", cy: "2", r: "2", fill: "#6E6E6E" }),
|
|
19
19
|
React.createElement("circle", { cx: "2", cy: "8", r: "2", fill: "#6E6E6E" }),
|
|
20
20
|
React.createElement("circle", { cx: "2", cy: "14", r: "2", fill: "#6E6E6E" })));
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const EditIcon = (props) => (React.createElement("svg", Object.assign({ width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
|
+
React.createElement("path", { d: "M15.0353 2.96374C14.7512 2.67922 14.4139 2.45349 14.0425 2.29948C13.6711 2.14547 13.273 2.06619 12.871 2.06619C12.469 2.06619 12.0709 2.14547 11.6995 2.29948C11.3281 2.45349 10.9908 2.67922 10.7067 2.96374L2.77073 10.8987C2.70957 10.9601 2.67023 11.0399 2.65873 11.1259L2.07099 15.4811C2.06262 15.5416 2.06838 15.6032 2.08781 15.6612C2.10724 15.7191 2.13982 15.7717 2.18299 15.8149C2.25766 15.8896 2.36006 15.9333 2.46353 15.9333C2.48166 15.9333 2.49873 15.9333 2.51686 15.9301L5.14086 15.576C5.24362 15.5592 5.33578 15.503 5.39775 15.4193C5.45972 15.3356 5.48662 15.2311 5.47273 15.1279C5.45884 15.0247 5.40526 14.931 5.32337 14.8667C5.24148 14.8024 5.13774 14.7725 5.03419 14.7835L2.93073 15.0672L3.34139 12.0304L6.53819 15.2272C6.57467 15.2647 6.61829 15.2945 6.66647 15.3148C6.71465 15.3352 6.76643 15.3456 6.81873 15.3456C6.87103 15.3456 6.9228 15.3352 6.97098 15.3148C7.01916 15.2945 7.06278 15.2647 7.09926 15.2272L15.0353 7.29334C15.3207 7.00975 15.5471 6.67234 15.7013 6.30066C15.8554 5.92897 15.9343 5.5304 15.9334 5.12801C15.9334 4.30881 15.6134 3.54081 15.0353 2.96374ZM10.8603 3.93974L12.1937 5.27201L4.95099 12.5147L3.61873 11.1813L10.8614 3.93867L10.8603 3.93974ZM6.82193 14.3824L5.51846 13.0789L12.7611 5.83627L14.0625 7.13974L6.82193 14.3824ZM14.6193 6.56907L11.4299 3.38081C11.8353 3.04694 12.3409 2.86347 12.8721 2.86347C13.1695 2.86277 13.4641 2.92084 13.7391 3.03434C14.014 3.14784 14.2638 3.31454 14.4741 3.52486C14.6845 3.73518 14.8512 3.98498 14.9647 4.25992C15.0782 4.53485 15.1362 4.8295 15.1355 5.12694C15.1355 5.66241 14.9521 6.16481 14.6182 6.56907H14.6193Z", fill: "#353535", stroke: "#353535", strokeWidth: "0.533333" })));
|
|
4
|
+
export default EditIcon;
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import React from 'react';
|
|
17
|
-
const
|
|
17
|
+
const FileAudioIcon = (props) => (React.createElement("svg", Object.assign({ width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
18
18
|
React.createElement("path", { d: "M12 21.7197C11.6022 21.7197 11.2206 21.5617 10.9393 21.2804C10.658 20.9991 10.5 20.6176 10.5 20.2197V5.21973C10.5 4.8219 10.658 4.44037 10.9393 4.15907C11.2206 3.87776 11.6022 3.71973 12 3.71973C12.3978 3.71973 12.7794 3.87776 13.0607 4.15907C13.342 4.44037 13.5 4.8219 13.5 5.21973V20.2197C13.5 20.6176 13.342 20.9991 13.0607 21.2804C12.7794 21.5617 12.3978 21.7197 12 21.7197Z", fill: "#F474AE" }),
|
|
19
19
|
React.createElement("path", { d: "M6 18.7197C5.60218 18.7197 5.22064 18.5617 4.93934 18.2804C4.65804 17.9991 4.5 17.6176 4.5 17.2197V8.21973C4.5 7.8219 4.65804 7.44037 4.93934 7.15907C5.22064 6.87776 5.60218 6.71973 6 6.71973C6.39782 6.71973 6.77936 6.87776 7.06066 7.15907C7.34196 7.44037 7.5 7.8219 7.5 8.21973V17.2197C7.5 17.6176 7.34196 17.9991 7.06066 18.2804C6.77936 18.5617 6.39782 18.7197 6 18.7197Z", fill: "#F474AE" }),
|
|
20
20
|
React.createElement("path", { d: "M18 15.7197C17.6022 15.7197 17.2206 15.5617 16.9393 15.2804C16.658 14.9991 16.5 14.6176 16.5 14.2197V11.2197C16.5 10.8219 16.658 10.4404 16.9393 10.1591C17.2206 9.87776 17.6022 9.71973 18 9.71973C18.3978 9.71973 18.7794 9.87776 19.0607 10.1591C19.342 10.4404 19.5 10.8219 19.5 11.2197V14.2197C19.5 14.6176 19.342 14.9991 19.0607 15.2804C18.7794 15.5617 18.3978 15.7197 18 15.7197Z", fill: "#F474AE" })));
|
|
21
|
-
export default
|
|
21
|
+
export default FileAudioIcon;
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import React from 'react';
|
|
17
|
-
const
|
|
17
|
+
const FileCodeIcon = (props) => (React.createElement("svg", Object.assign({ className: props.className, width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
18
18
|
React.createElement("path", { d: "M5.35566 15.2819L1.02175 10.948L5.46094 6.50879", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
19
19
|
React.createElement("path", { d: "M15.4617 15.2819L19.7956 10.948L15.3564 6.50879", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
20
20
|
React.createElement("path", { d: "M12.5 1.96973L8.75 19.4697", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
21
|
-
export default
|
|
21
|
+
export default FileCodeIcon;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import React from 'react';
|
|
17
|
-
const
|
|
17
|
+
const FileCompressedIcon = (props) => (React.createElement("svg", Object.assign({ className: props.className, width: "22", height: "26", viewBox: "0 0 22 26", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
18
18
|
React.createElement("line", { x1: "11.75", y1: "2.21973", x2: "11.75", y2: "3.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
19
19
|
React.createElement("line", { x1: "11.75", y1: "5.21973", x2: "11.75", y2: "6.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
20
20
|
React.createElement("line", { x1: "11.75", y1: "8.21973", x2: "11.75", y2: "9.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
@@ -25,4 +25,4 @@ const CompressedFileIcon = (props) => (React.createElement("svg", { className: p
|
|
|
25
25
|
React.createElement("path", { d: "M7.97502 12.7197V13.2221C7.97502 13.2935 7.9633 13.3635 7.93987 13.4321C7.91904 13.5008 7.88911 13.5653 7.85006 13.6257L5.17911 17.649H7.88911V18.7197H3.5V18.1844C3.5 18.1212 3.51041 18.0595 3.53124 17.9991C3.55207 17.9359 3.5807 17.8783 3.61715 17.8261L6.29591 13.7904H3.71867V12.7197H7.97502Z", fill: "#6E6E6E" }),
|
|
26
26
|
React.createElement("path", { d: "M11.5859 18.7197H10.2582V12.7197H11.5859V18.7197Z", fill: "#6E6E6E" }),
|
|
27
27
|
React.createElement("path", { d: "M15.5245 16.7142V18.7197H14.2046V12.7197H16.2117C16.6126 12.7197 16.9563 12.7705 17.2426 12.8721C17.5316 12.9709 17.7685 13.1082 17.9533 13.2839C18.1407 13.4596 18.2787 13.6669 18.3672 13.9057C18.4557 14.1446 18.5 14.4026 18.5 14.6799C18.5 14.9792 18.4544 15.2537 18.3633 15.5035C18.2722 15.7534 18.1329 15.9675 17.9455 16.1459C17.7581 16.3244 17.5199 16.4644 17.2309 16.566C16.9445 16.6648 16.6048 16.7142 16.2117 16.7142H15.5245ZM15.5245 15.6641H16.2117C16.5554 15.6641 16.8027 15.5777 16.9537 15.4047C17.1046 15.2317 17.1801 14.9901 17.1801 14.6799C17.1801 14.5427 17.1606 14.4177 17.1216 14.3052C17.0825 14.1926 17.0226 14.0965 16.9419 14.0169C16.8638 13.9346 16.7636 13.8714 16.6413 13.8275C16.5215 13.7836 16.3783 13.7616 16.2117 13.7616H15.5245V15.6641Z", fill: "#6E6E6E" })));
|
|
28
|
-
export default
|
|
28
|
+
export default FileCompressedIcon;
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import React from 'react';
|
|
17
|
-
const
|
|
17
|
+
const FileCorruptedIcon = (props) => (React.createElement("svg", Object.assign({ width: "16", height: "18", viewBox: "0 0 16 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
18
18
|
React.createElement("path", { d: "M14.186 5.65149L13.6777 6.20297L14.186 5.65149L9.91329 1.71322C9.59104 1.4162 9.16952 1.25 8.7288 1.25H8.72312H8.7174H8.71165H8.70585H8.70003H8.69416H8.68826H8.68232H8.67635H8.67034H8.66429H8.65821H8.65209H8.64593H8.63974H8.63352H8.62725H8.62096H8.61462H8.60825H8.60185H8.59541H8.58894H8.58243H8.57588H8.5693H8.56269H8.55604H8.54936H8.54264H8.53589H8.5291H8.52228H8.51543H8.50854H8.50162H8.49466H8.48767H8.48064H8.47359H8.4665H8.45937H8.45221H8.44502H8.4378H8.43054H8.42325H8.41593H8.40857H8.40118H8.39376H8.38631H8.37882H8.37131H8.36376H8.35617H8.34856H8.34091H8.33323H8.32552H8.31778H8.31001H8.3022H8.29437H8.2865H8.2786H8.27067H8.26271H8.25472H8.2467H8.23864H8.23056H8.22244H8.2143H8.20612H8.19792H8.18968H8.18142H8.17312H8.16479H8.15644H8.14805H8.13964H8.13119H8.12272H8.11421H8.10568H8.09712H8.08852H8.0799H8.07126H8.06258H8.05387H8.04513H8.03637H8.02758H8.01876H8.00991H8.00103H7.99212H7.98319H7.97423H7.96524H7.95622H7.94718H7.9381H7.929H7.91987H7.91072H7.90154H7.89233H7.88309H7.87383H7.86454H7.85522H7.84588H7.83651H7.82711H7.81769H7.80824H7.79877H7.78926H7.77974H7.77018H7.7606H7.751H7.74137H7.73171H7.72203H7.71232H7.70259H7.69283H7.68305H7.67324H7.66341H7.65355H7.64367H7.63376H7.62383H7.61388H7.6039H7.59389H7.58386H7.57381H7.56373H7.55363H7.54351H7.53336H7.52319H7.51299H7.50277H7.49253H7.48226H7.47198H7.46166H7.45133H7.44097H7.43059H7.42019H7.40976H7.39931H7.38884H7.37834H7.36783H7.35729H7.34673H7.33615H7.32554H7.31492H7.30427H7.2936H7.28291H7.2722H7.26146H7.25071H7.23993H7.22913H7.21831H7.20747H7.19661H7.18573H7.17483H7.16391H7.15297H7.142H7.13102H7.12002H7.10899H7.09795H7.08688H7.0758H7.0647H7.05357H7.04243H7.03127H7.02009H7.00889H6.99767H6.98643H6.97517H6.96389H6.9526H6.94128H6.92995H6.9186H6.90723H6.89584H6.88443H6.87301H6.86156H6.8501H6.83862H6.82713H6.81561H6.80408H6.79253H6.78096H6.76938H6.75778H6.74616H6.73452H6.72287H6.7112H6.69951H6.68781H6.67609H6.66435H6.6526H6.64083H6.62904H6.61724H6.60542H6.59359H6.58173H6.56987H6.55799H6.54609H6.53418H6.52225H6.5103H6.49834H6.48637H6.47438H6.46238H6.45036H6.43832H6.42627H6.41421H6.40213H6.39004H6.37793H6.36581H6.35367H6.34152H6.32936H6.31718H6.30499H6.29279H6.28057H6.26834H6.25609H6.24383H6.23156H6.21927H6.20697H6.19466H6.18234H6.17H6.15765H6.14529H6.13291H6.12052H6.10812H6.09571H6.08329H6.07085H6.0584H6.04594H6.03347H6.02098H6.00849H5.99598H5.98346H5.97093H5.95839H5.94584H5.93327H5.9207H5.90811H5.89551H5.88291H5.87029H5.85766H5.84502H5.83237H5.81971H5.80704H5.79436H5.78167H5.76897H5.75626H5.74354H5.73081H5.71808H5.70533H5.69257H5.6798H5.66703H5.65424H5.64145H5.62865H5.61583H5.60301H5.59018H5.57735H5.5645H5.55165H5.53878H5.52591H5.51303H5.50015H5.48725H5.47435H5.46144H5.44852H5.4356H5.42266H5.40972H5.39677H5.38382H5.37086H5.35789H5.34491H5.33193H5.31894H5.30594H5.29294H5.27993H5.26692H5.2539H5.24087H5.22783H5.21479H5.20175H5.1887H5.17564H5.16258H5.14951H5.13643H5.12335H5.11027H5.09718H5.08408H5.07098H5.05788H5.04477H5.03165H5.01854H5.00541H4.99228H4.97915H4.96601H4.95287H4.93973H4.92658H4.91343H4.90027H4.88711H4.87395H4.86078H4.84761H4.83443H4.82126H4.80808H4.79489H4.7817H4.76851H4.75532H4.74213H4.72893H4.71573H4.70253H4.68932H4.67611H4.6629H4.64969H4.63648H4.62326H4.61004H4.59683H4.5836H4.57038H4.55716H4.54393H4.53071H4.51748H4.50425H4.49102H4.47779H4.46456H4.45133H4.43809H4.42486H4.41163H4.39839H4.38516H4.37192H4.35869H4.34545H4.33222H4.31899H4.30575H4.29252H4.27928H4.26605H4.25282H4.23959H4.22636H4.21313H4.1999H4.18667H4.17345H4.16022H4.147H4.13378H4.12056H4.10734H4.09412H4.0809H4.06769H4.05448H4.04127H4.02806H4.01486H4.00166H3.98846H3.97526H3.96206H3.94887H3.93568H3.9225H3.90931H3.89613H3.88296H3.86978H3.85661H3.84345H3.83028H3.81712H3.80397H3.79082H3.77767H3.76452H3.75138H3.73825H3.72512H3.71199H3.69887H3.68575H3.67264H3.65953H3.64642H3.63332H3.62023H3.60714H3.59406H3.58098H3.56791H3.55484H3.54178H3.52872H3.51567H3.50263H3.48959H3.47655H3.46353H3.45051H3.43749H3.42449H3.41148H3.39849H3.3855H3.37252H3.35955H3.34658H3.33362H3.32067H3.30772H3.29478H3.28185H3.26892H3.25601H3.2431H3.2302H3.21731H3.20442H3.19154H3.17867H3.16581H3.15296H3.14012H3.12728H3.11445H3.10163H3.08882H3.07602H3.06323H3.05045H3.03767H3.02491H3.01215H2.99941C2.03233 1.25 1.25 2.03408 1.25 3V15C1.25 15.9665 2.0335 16.75 3 16.75H13C13.9665 16.75 14.75 15.9665 14.75 15V6.93827C14.75 6.4494 14.5455 5.98282 14.186 5.65149Z", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
19
19
|
React.createElement("path", { d: "M5 13C6.06061 11.4908 8.94545 9.37781 12 13", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
20
20
|
React.createElement("path", { d: "M5 5C5 5 5 5.52369 5 6.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
21
21
|
React.createElement("path", { d: "M9 2V7H14", stroke: "#6E6E6E", strokeWidth: "1.5" })));
|
|
22
|
-
export default
|
|
22
|
+
export default FileCorruptedIcon;
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import React from 'react';
|
|
17
|
-
const
|
|
18
|
-
React.createElement("rect", { x: "1", y: "1.
|
|
19
|
-
React.createElement("rect", { x: "5.16699", y: "6.07715", width: "5.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke:
|
|
20
|
-
React.createElement("rect", { x: "5.16699", y: "11.
|
|
21
|
-
React.createElement("rect", { x: "5.16699", y: "17.5059", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke:
|
|
22
|
-
export default
|
|
17
|
+
const FileDocumentIcon = (props) => (React.createElement("svg", Object.assign({ width: "20", height: "25", viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
18
|
+
React.createElement("rect", { x: "1", y: "1.72021", width: "18", height: "22", rx: "2", stroke: "#1A9BC7", strokeWidth: "2" }),
|
|
19
|
+
React.createElement("rect", { x: "5.16699", y: "6.07715", width: "5.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
|
|
20
|
+
React.createElement("rect", { x: "5.16699", y: "11.7915", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
|
|
21
|
+
React.createElement("rect", { x: "5.16699", y: "17.5059", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" })));
|
|
22
|
+
export default FileDocumentIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* © 2019 Atypon Systems LLC
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import React from 'react';
|
|
17
|
+
const FileFigureIcon = (props) => (React.createElement("svg", Object.assign({ width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
18
|
+
React.createElement("path", { d: "M17.0435 2.72021H7.47826C5.55727 2.72021 4 4.27748 4 6.19848V19.242C4 21.163 5.55727 22.7202 7.47826 22.7202H17.0435C18.9645 22.7202 20.5217 21.163 20.5217 19.242V6.19848C20.5217 4.27748 18.9645 2.72021 17.0435 2.72021Z", stroke: "#8DD439", strokeWidth: "2" }),
|
|
19
|
+
React.createElement("path", { d: "M11.3909 8.80728C11.3909 8.08691 10.8069 7.50293 10.0866 7.50293C9.36621 7.50293 8.78223 8.08691 8.78223 8.80728V18.3725C8.78223 19.0928 9.36621 19.6768 10.0866 19.6768C10.8069 19.6768 11.3909 19.0928 11.3909 18.3725V8.80728Z", fill: "#8DD439" }),
|
|
20
|
+
React.createElement("path", { d: "M15.7396 12.2853C15.7396 11.5649 15.1556 10.981 14.4352 10.981C13.7148 10.981 13.1309 11.5649 13.1309 12.2853V18.3723C13.1309 19.0926 13.7148 19.6766 14.4352 19.6766C15.1556 19.6766 15.7396 19.0926 15.7396 18.3723V12.2853Z", fill: "#8DD439" })));
|
|
21
|
+
export default FileFigureIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
const
|
|
2
|
+
const FileGraphicalAbstractIcon = (props) => (React.createElement("svg", Object.assign({ width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
3
|
React.createElement("path", { d: "M18.5 12.7197C20.9853 12.7197 23 10.705 23 8.21973C23 5.73445 20.9853 3.71973 18.5 3.71973C16.0147 3.71973 14 5.73445 14 8.21973C14 10.705 16.0147 12.7197 18.5 12.7197Z", stroke: "#FFBD26", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
4
4
|
React.createElement("path", { d: "M13 14.7197H6V21.7197H13V14.7197Z", stroke: "#FFBD26", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
5
5
|
React.createElement("path", { d: "M2 9.71973L6 2.71973L10 9.71973H2Z", stroke: "#FFBD26", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
6
|
-
export default
|
|
6
|
+
export default FileGraphicalAbstractIcon;
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
1
|
import React from 'react';
|
|
17
|
-
const
|
|
2
|
+
const FileImage = (props) => (React.createElement("svg", Object.assign({ width: "20", height: "25", viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
18
3
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17 0.719727H3C1.34315 0.719727 0 2.06287 0 3.71973V21.7197C0 23.3766 1.34315 24.7197 3 24.7197H17C18.6569 24.7197 20 23.3766 20 21.7197V3.71973C20 2.06287 18.6569 0.719727 17 0.719727ZM2 3.71973C2 3.16744 2.44772 2.71973 3 2.71973H17C17.5523 2.71973 18 3.16744 18 3.71973V16.4876L13.2952 11.5701C12.948 11.1982 12.3852 11.1982 12.0381 11.5701L2.27769 22.4113C2.10568 22.2317 2 21.988 2 21.7197V3.71973ZM4.46682 22.7197H17C17.5523 22.7197 18 22.272 18 21.7197V19.1483C18 19.1483 18 19.1483 18 19.1483L12.6666 13.5904L4.46682 22.7197ZM5.55552 10.815C5.55552 10.552 5.7545 10.3388 5.99996 10.3388C6.24542 10.3388 6.44441 10.552 6.44441 10.815C6.44441 11.078 6.24542 11.2912 5.99996 11.2912C5.7545 11.2912 5.55552 11.078 5.55552 10.815ZM5.99996 8.43401C4.77266 8.43401 3.77774 9.5 3.77774 10.815C3.77774 12.1299 4.77266 13.1959 5.99996 13.1959C7.22726 13.1959 8.22218 12.1299 8.22218 10.815C8.22218 9.5 7.22726 8.43401 5.99996 8.43401Z", fill: "#36B260" })));
|
|
19
|
-
export default
|
|
4
|
+
export default FileImage;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* © 2019 Atypon Systems LLC
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import React from 'react';
|
|
17
|
+
const FileLatexIcon = (props) => (React.createElement("svg", Object.assign({ width: "22", height: "25", viewBox: "0 0 22 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
18
|
+
React.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" }),
|
|
19
|
+
React.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" }),
|
|
20
|
+
React.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" }),
|
|
21
|
+
React.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" }),
|
|
22
|
+
React.createElement("path", { d: "M12 2.72021V9.86307H19.1429", stroke: "#B3A1FC", strokeWidth: "2" })));
|
|
23
|
+
export default FileLatexIcon;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const FileMainDocumentIcon = (props) => (React.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),
|
|
3
|
+
React.createElement("rect", { x: "9", y: "9.71973", width: "18", height: "22", rx: "2", stroke: "#1A9BC7", strokeWidth: "2" }),
|
|
4
|
+
React.createElement("rect", { x: "13.167", y: "14.0771", width: "5.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
|
|
5
|
+
React.createElement("rect", { x: "13.167", y: "19.791", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
|
|
6
|
+
React.createElement("rect", { x: "13.167", y: "25.5059", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
|
|
7
|
+
React.createElement("circle", { cx: "8", cy: "8.71973", r: "7", fill: "#1A9BC7", stroke: "white", strokeWidth: "2" })));
|
|
8
|
+
export default FileMainDocumentIcon;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import React from 'react';
|
|
17
|
-
const
|
|
18
|
-
React.createElement("rect", { x: "1", y: "1.
|
|
19
|
-
React.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: "#
|
|
20
|
-
export default
|
|
17
|
+
const FilePdf = (props) => (React.createElement("svg", Object.assign({ width: "20", height: "25", viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
18
|
+
React.createElement("rect", { x: "1", y: "1.72021", width: "18", height: "22", rx: "2", stroke: "#F35143", strokeWidth: "2" }),
|
|
19
|
+
React.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" })));
|
|
20
|
+
export default FilePdf;
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import React from 'react';
|
|
17
|
-
const
|
|
17
|
+
const FileTableIcon = (props) => (React.createElement("svg", Object.assign({ width: "22", height: "18", viewBox: "0 0 22 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
18
18
|
React.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" })));
|
|
19
|
-
export default
|
|
19
|
+
export default FileTableIcon;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import React from 'react';
|
|
17
|
-
const
|
|
17
|
+
const FileUnknownIcon = (props) => (React.createElement("svg", Object.assign({ width: "20", height: "25", viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
18
18
|
React.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" }),
|
|
19
19
|
React.createElement("path", { d: "M11.333 2.71973V9.86258H17.9997", stroke: "#6E6E6E", strokeWidth: "2" })));
|
|
20
|
-
export default
|
|
20
|
+
export default FileUnknownIcon;
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import React from 'react';
|
|
17
|
-
const
|
|
17
|
+
const FileVideoIcon = (props) => (React.createElement("svg", Object.assign({ width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
18
18
|
React.createElement("path", { d: "M6 5.96973L18 12.7197L6 19.4697V5.96973Z", stroke: "#FE8F1F", strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
19
|
-
export default
|
|
19
|
+
export default FileVideoIcon;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const HandleInspectorIcon = (props) => (React.createElement("svg", Object.assign({ width: "8", height: "16", viewBox: "0 0 8 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
|
+
React.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" })));
|
|
4
|
+
export default HandleInspectorIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const HandleOutlineIcon = (props) => (React.createElement("svg", Object.assign({ width: "16", height: "12", viewBox: "0 0 16 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
|
+
React.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" }),
|
|
4
|
+
React.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" }),
|
|
5
|
+
React.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" }),
|
|
6
|
+
React.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" }),
|
|
7
|
+
React.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" }),
|
|
8
|
+
React.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" })));
|
|
9
|
+
export default HandleOutlineIcon;
|
|
@@ -13,39 +13,79 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
export { default as
|
|
17
|
-
export { default as
|
|
18
|
-
export { default as
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as
|
|
21
|
-
export { default as
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as
|
|
24
|
-
export { default as
|
|
25
|
-
export { default as
|
|
26
|
-
export { default as
|
|
27
|
-
export { default as
|
|
28
|
-
export { default as
|
|
16
|
+
export { default as AddAuthorIcon } from './add-author';
|
|
17
|
+
export { default as AddCommentIcon } from './add-comment';
|
|
18
|
+
export { default as AddedIcon } from './added';
|
|
19
|
+
export { default as AddNewIcon } from './add-new';
|
|
20
|
+
export { default as AddIcon } from './add';
|
|
21
|
+
export { default as ArrowDownIcon } from './arrow-down';
|
|
22
|
+
export { default as ArrowDownCircleIcon } from './arrow-down-circle';
|
|
23
|
+
export { default as ArrowLeftIcon } from './arrow-left';
|
|
24
|
+
export { default as ArrowUpIcon } from './arrow-up';
|
|
25
|
+
export { default as AttachIcon } from './attach';
|
|
26
|
+
export { default as AttentionBlueIcon } from './attention-blue';
|
|
27
|
+
export { default as AttentionGreenIcon } from './attention-green';
|
|
28
|
+
export { default as AttentionOrangeIcon } from './attention-orange';
|
|
29
|
+
export { default as AttentionRedIcon } from './attention-red';
|
|
30
|
+
export { default as AvatarIcon } from './avatar';
|
|
31
|
+
export { default as CitationCountIcon } from './citation-count';
|
|
32
|
+
export { default as CommentReplyIcon } from './comment-reply';
|
|
33
|
+
export { default as CommentResolveIcon } from './comment-resolve';
|
|
34
|
+
export { default as CorrespondingAuthorIcon } from './corresponding-author';
|
|
35
|
+
export { default as DeleteSolidIcon } from './delete-solid';
|
|
36
|
+
export { default as DeleteIcon } from './deleted';
|
|
37
|
+
export { default as DotsIcon } from './dots';
|
|
38
|
+
export { default as EditIcon } from './edit';
|
|
39
|
+
export { default as FileAudioIcon } from './file-audio';
|
|
40
|
+
export { default as FileCodeIcon } from './file-code';
|
|
41
|
+
export { default as FileCompressedIcon } from './file-compressed';
|
|
42
|
+
export { default as FileCorruptedIcon } from './file-corrupted';
|
|
43
|
+
export { default as FileDocumentIcon } from './file-document';
|
|
44
|
+
export { default as FileFigureIcon } from './file-figure';
|
|
45
|
+
export { default as FileGraphicalAbstractIcon } from './file-graphical-abstract';
|
|
46
|
+
export { default as FileImageIcon } from './file-image';
|
|
47
|
+
export { default as FileLatexIcon } from './file-latex-icon';
|
|
48
|
+
export { default as FileMainDocumentIcon } from './file-main-document';
|
|
49
|
+
export { default as FilePdfIcon } from './file-pdf';
|
|
50
|
+
export { default as FileTableIcon } from './file-table';
|
|
51
|
+
export { default as FileUnknownIcon } from './file-unknown';
|
|
52
|
+
export { default as FileVideoIcon } from './file-video';
|
|
53
|
+
export { default as HandleInspectorIcon } from './handle-inspector';
|
|
54
|
+
export { default as HandleOutlineIcon } from './handle-outline';
|
|
55
|
+
export { default as LinkIcon } from './link';
|
|
56
|
+
export { default as OutlineBlockQuoteIcon } from './outline-block-quote';
|
|
57
|
+
export { default as OutlineCodeIcon } from './outline-code';
|
|
58
|
+
export { default as OutlineEquationIcon } from './outline-equation';
|
|
59
|
+
export { default as OutlineFigureIcon } from './outline-figure';
|
|
60
|
+
export { default as OutlineManuscriptIcon } from './outline-manuscript';
|
|
61
|
+
export { default as OutlineOrderedListIcon } from './outline-ordered-list';
|
|
62
|
+
export { default as OutlineParagraphIcon } from './outline-paragraph';
|
|
63
|
+
export { default as OutlinePullQuoteIcon } from './outline-pull-quote';
|
|
64
|
+
export { default as OutlineSectionIcon } from './outline-section';
|
|
65
|
+
export { default as OutlineTableIcon } from './outline-table';
|
|
66
|
+
export { default as OutlineUnorderedListIcon } from './outline-unordered-list';
|
|
67
|
+
export { default as PlusIcon } from './plus';
|
|
68
|
+
export { default as RoleAnnotatingIcon } from './role-annotating';
|
|
69
|
+
export { default as RoleReadingIcon } from './role-reading';
|
|
70
|
+
export { default as SaveStatusOfflineIcon } from './save-status-offline';
|
|
71
|
+
export { default as SaveStatusSavedIcon } from './save-status-saved';
|
|
72
|
+
export { default as SaveStatusSavingIcon } from './save-status-saving';
|
|
29
73
|
export { default as SearchIcon } from './search';
|
|
30
|
-
export { default as TickMarkIcon } from './tick-mark';
|
|
31
|
-
export { default as UserIcon } from './user';
|
|
32
|
-
export { default as ZoomInIcon } from './zoom-in';
|
|
33
|
-
export { default as ZoomOutIcon } from './zoom-out';
|
|
34
|
-
export { default as TaskStepCurrentIcon } from './task-step-current';
|
|
35
74
|
export { default as TaskStepDoneIcon } from './task-step-done';
|
|
36
|
-
export { default as
|
|
37
|
-
export { default as
|
|
75
|
+
export { default as ToolbarBoldIcon } from './toolbar-bold';
|
|
76
|
+
export { default as ToolbarCitationIcon } from './toolbar-citation';
|
|
77
|
+
export { default as ToolbarCodeIcon } from './toolbar-code';
|
|
78
|
+
export { default as ToolbarEquationIcon } from './toolbar-equation';
|
|
79
|
+
export { default as ToolbarFigureIcon } from './toolbar-figure';
|
|
80
|
+
export { default as ToolbarItalicIcon } from './toolbar-italic';
|
|
81
|
+
export { default as ToolbarOrderedListIcon } from './toolbar-ordered-list';
|
|
82
|
+
export { default as ToolbarSubscriptIcon } from './toolbar-subscript';
|
|
83
|
+
export { default as ToolbarSuperscriptIcon } from './toolbar-superscript';
|
|
84
|
+
export { default as ToolbarSymbolIcon } from './toolbar-symbol';
|
|
85
|
+
export { default as ToolbarTableIcon } from './toolbar-table';
|
|
86
|
+
export { default as ToolbarUnderlineIcon } from './toolbar-underline';
|
|
87
|
+
export { default as ToolbarUnorderedListIcon } from './toolbar-unordered-list';
|
|
88
|
+
export { default as TriangleCollapsedIcon } from './triangle-collapsed';
|
|
89
|
+
export { default as TriangleExpandedIcon } from './triangle-expanded';
|
|
38
90
|
export { default as UploadIcon } from './upload';
|
|
39
|
-
export { default as
|
|
40
|
-
export { default as UnsupportedFormatFileIcon } from './unsupported-format-file-icon';
|
|
41
|
-
export { default as EditIcon } from './edit-icon';
|
|
42
|
-
export { default as ReadingIcon } from './reading-icon';
|
|
43
|
-
export { default as AnnotatorIcon } from './annotator-icon';
|
|
44
|
-
export { default as LeftArrow } from './left-arrow';
|
|
45
|
-
export { default as BlockQuoteIcon } from './block-quote-icon';
|
|
46
|
-
export { default as PullQuoteIcon } from './pull-quote-icon';
|
|
47
|
-
export { default as PlusIcon } from './plus-icon';
|
|
48
|
-
export { DeleteIcon } from './delete-icon';
|
|
49
|
-
export { LinkIcon } from './link-icon';
|
|
50
|
-
export { TemplateIcon } from './template-icon';
|
|
51
|
-
export { DeleteSolidIcon } from './delete-solid-icon';
|
|
91
|
+
export { default as VerticalEllipsisIcon } from './vertical-ellipsis';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
const LinkIcon = (props) => (React.createElement("svg", Object.assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
3
|
React.createElement("path", { 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" }),
|
|
4
4
|
React.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" })));
|
|
5
|
+
export default LinkIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
const
|
|
2
|
+
const OutlineBlockQuoteIcon = (props) => (React.createElement("svg", Object.assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
3
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9098 2C12.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" }),
|
|
4
4
|
React.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" }),
|
|
5
5
|
React.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" })));
|
|
6
|
-
export default
|
|
6
|
+
export default OutlineBlockQuoteIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const OutlineCodeIcon = (props) => (React.createElement("svg", Object.assign({ width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
3
|
+
React.createElement("path", { d: "M6.61521 13.4672L2.34019 9.19213L6.71906 4.81326", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
4
|
+
React.createElement("path", { d: "M12.419 13.4672L16.6941 9.19213L12.3152 4.81326", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
5
|
+
export default OutlineCodeIcon;
|