@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
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const Google = (props) => (React.createElement("svg", Object.assign({ width: props.size, height: props.size }, props),
|
|
18
|
-
React.createElement("defs", null,
|
|
19
|
-
React.createElement("filter", { x: "-50%", y: "-50%", width: "200%", height: "200%", filterUnits: "objectBoundingBox", id: "google-a" },
|
|
20
|
-
React.createElement("feOffset", { dy: 1, in: "SourceAlpha", result: "shadowOffsetOuter1" }),
|
|
21
|
-
React.createElement("feGaussianBlur", { stdDeviation: 0.5, in: "shadowOffsetOuter1", result: "shadowBlurOuter1" }),
|
|
22
|
-
React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.168 0", in: "shadowBlurOuter1", result: "shadowMatrixOuter1" }),
|
|
23
|
-
React.createElement("feOffset", { in: "SourceAlpha", result: "shadowOffsetOuter2" }),
|
|
24
|
-
React.createElement("feGaussianBlur", { stdDeviation: 0.5, in: "shadowOffsetOuter2", result: "shadowBlurOuter2" }),
|
|
25
|
-
React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.084 0", in: "shadowBlurOuter2", result: "shadowMatrixOuter2" }),
|
|
26
|
-
React.createElement("feMerge", null,
|
|
27
|
-
React.createElement("feMergeNode", { in: "shadowMatrixOuter1" }),
|
|
28
|
-
React.createElement("feMergeNode", { in: "shadowMatrixOuter2" }),
|
|
29
|
-
React.createElement("feMergeNode", { in: "SourceGraphic" }))),
|
|
30
|
-
React.createElement("rect", { id: "google-b", width: 40, height: 40, rx: 2 })),
|
|
31
|
-
React.createElement("g", { fill: "none", fillRule: "evenodd" },
|
|
32
|
-
React.createElement("g", { transform: "translate(3 3)", filter: "url(#google-a)" },
|
|
33
|
-
React.createElement("use", { fill: "#FFF", xlinkHref: "#google-b" }),
|
|
34
|
-
React.createElement("use", { xlinkHref: "#google-b" }),
|
|
35
|
-
React.createElement("use", { xlinkHref: "#google-b" }),
|
|
36
|
-
React.createElement("use", { xlinkHref: "#google-b" })),
|
|
37
|
-
React.createElement("path", { d: "M31.64 23.205c0-.639-.057-1.252-.164-1.841H23v3.481h4.844a4.14 4.14 0 0 1-1.796 2.716v2.259h2.908c1.702-1.567 2.684-3.875 2.684-6.615z", fill: "#4285F4" }),
|
|
38
|
-
React.createElement("path", { d: "M23 32c2.43 0 4.467-.806 5.956-2.18l-2.908-2.259c-.806.54-1.837.86-3.048.86-2.344 0-4.328-1.584-5.036-3.711h-3.007v2.332A8.997 8.997 0 0 0 23 32z", fill: "#34A853" }),
|
|
39
|
-
React.createElement("path", { d: "M17.964 24.71a5.41 5.41 0 0 1-.282-1.71c0-.593.102-1.17.282-1.71v-2.332h-3.007A8.996 8.996 0 0 0 14 23c0 1.452.348 2.827.957 4.042l3.007-2.332z", fill: "#FBBC05" }),
|
|
40
|
-
React.createElement("path", { d: "M23 17.58c1.321 0 2.508.454 3.44 1.345l2.582-2.58C27.463 14.891 25.426 14 23 14a8.997 8.997 0 0 0-8.043 4.958l3.007 2.332c.708-2.127 2.692-3.71 5.036-3.71z", fill: "#EA4335" }),
|
|
41
|
-
React.createElement("path", { d: "M14 14h18v18H14V14z" }))));
|
|
42
|
-
export default Google;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const LatexIcon = (props) => (React.createElement("svg", { className: props.className, width: "22", height: "25", viewBox: "0 0 22 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
18
|
-
React.createElement("path", { d: "M2.99894 1.71973C1.89298 1.71973 1 2.61654 1 3.71973V21.7197C1 22.8243 1.89543 23.7197 3 23.7197H18.1429C19.2474 23.7197 20.1429 22.8243 20.1429 21.7197V9.58657C20.1429 9.02786 19.9092 8.49462 19.4983 8.11597L13.1332 2.24912C12.7656 1.91032 12.2846 1.71973 11.78 1.71973H11.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: props.color, strokeWidth: "2" }),
|
|
19
|
-
React.createElement("path", { d: "M7.67318 12.7197C7.78363 12.7197 7.87318 12.8093 7.87318 12.9197V13.5708C7.87318 13.6813 7.78363 13.7708 7.67318 13.7708H6.49958C6.38912 13.7708 6.29958 13.8604 6.29958 13.9708V18.234C6.29958 18.3445 6.21003 18.434 6.09958 18.434H5.20231C5.09186 18.434 5.00231 18.3445 5.00231 18.234V13.9708C5.00231 13.8604 4.91277 13.7708 4.80231 13.7708H3.62871C3.51825 13.7708 3.42871 13.6813 3.42871 13.5708V12.9197C3.42871 12.8093 3.51825 12.7197 3.62871 12.7197H7.67318Z", fill: props.color }),
|
|
20
|
-
React.createElement("path", { d: "M11.8078 12.7197C11.9182 12.7197 12.0078 12.8093 12.0078 12.9197V13.5394C12.0078 13.6499 11.9182 13.7394 11.8078 13.7394H9.91262C9.80217 13.7394 9.71262 13.829 9.71262 13.9394V14.8729C9.71262 14.9834 9.80217 15.0729 9.91262 15.0729H11.2705C11.3809 15.0729 11.4705 15.1624 11.4705 15.2729V15.8534C11.4705 15.9638 11.3809 16.0534 11.2705 16.0534H9.91262C9.80217 16.0534 9.71262 16.1429 9.71262 16.2534V17.2143C9.71262 17.3248 9.80217 17.4143 9.91262 17.4143H11.8078C11.9182 17.4143 12.0078 17.5038 12.0078 17.6143V18.234C12.0078 18.3445 11.9182 18.434 11.8078 18.434H8.60769C8.49723 18.434 8.40769 18.3445 8.40769 18.234V12.9197C8.40769 12.8093 8.49723 12.7197 8.60769 12.7197H11.8078Z", fill: props.color }),
|
|
21
|
-
React.createElement("path", { d: "M14.0613 15.6019C14.1008 15.5373 14.1005 15.4559 14.0605 15.3916L12.5855 13.0255C12.5025 12.8923 12.5983 12.7197 12.7552 12.7197H13.6921C13.7766 12.7197 13.838 12.7315 13.8764 12.755C13.9173 12.7759 13.9531 12.8125 13.9838 12.8648L15.0434 14.6981C15.0648 14.735 15.1203 14.7308 15.1391 14.6925C15.157 14.6611 15.1762 14.6284 15.1967 14.5944L16.1715 12.8844C16.2355 12.7746 16.3225 12.7197 16.4325 12.7197H17.3089C17.4673 12.7197 17.5629 12.8951 17.477 13.0282L15.9895 15.3332C15.9482 15.3972 15.9468 15.479 15.9859 15.5443L17.5334 18.1313C17.6131 18.2647 17.5171 18.434 17.3617 18.434H16.4172C16.3327 18.434 16.2636 18.4131 16.2099 18.3713C16.1587 18.3294 16.1178 18.2797 16.0871 18.2222L15.0468 16.3656C15.0154 16.3096 14.9308 16.3163 14.8973 16.3711L13.8533 18.2222C13.8226 18.2771 13.7817 18.3268 13.7305 18.3713C13.6794 18.4131 13.6154 18.434 13.5386 18.434H12.6829C12.5266 18.434 12.4307 18.2628 12.5124 18.1295L14.0613 15.6019Z", fill: props.color }),
|
|
22
|
-
React.createElement("path", { d: "M12 2.71973V9.86258H19.1429", stroke: props.color, strokeWidth: "2" })));
|
|
23
|
-
export default LatexIcon;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const ListIcon = (props) => (React.createElement("svg", { className: props.className, width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
18
|
-
React.createElement("path", { d: "M6.6149 13.4664L2.33988 9.19137L6.71875 4.8125", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
19
|
-
React.createElement("path", { d: "M12.4183 13.4664L16.6933 9.19137L12.3145 4.8125", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
20
|
-
export default ListIcon;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
const MissingImage = () => (React.createElement("svg", { width: "28", height: "32", viewBox: "0 0 28 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
3
|
-
React.createElement("path", { d: "M2.99979 1.25C2.03237 1.25 1.25073 2.03442 1.25073 3V29C1.25073 29.9665 2.03423 30.75 3.00073 30.75H25.0007C25.9672 30.75 26.7507 29.9665 26.7507 29V11.4383C26.7507 10.9494 26.5462 10.4828 26.1868 10.1515L17.0318 1.71322C16.7092 1.41588 16.287 1.25 15.8467 1.25H15.8372H15.8275H15.8177H15.8078H15.7978H15.7877H15.7775H15.7671H15.7567H15.7462H15.7355H15.7248H15.7139H15.703H15.6919H15.6807H15.6694H15.6581H15.6466H15.635H15.6233H15.6115H15.5996H15.5876H15.5755H15.5633H15.551H15.5386H15.5261H15.5135H15.5008H15.488H15.4751H15.4621H15.449H15.4358H15.4225H15.4091H15.3956H15.382H15.3683H15.3545H15.3406H15.3266H15.3126H15.2984H15.2841H15.2697H15.2553H15.2407H15.2261H15.2113H15.1965H15.1815H15.1665H15.1514H15.1362H15.1209H15.1055H15.09H15.0744H15.0587H15.043H15.0271H15.0111H14.9951H14.979H14.9628H14.9464H14.93H14.9136H14.897H14.8803H14.8636H14.8467H14.8298H14.8128H14.7957H14.7785H14.7612H14.7438H14.7264H14.7089H14.6912H14.6735H14.6557H14.6379H14.6199H14.6019H14.5837H14.5655H14.5472H14.5289H14.5104H14.4919H14.4732H14.4545H14.4357H14.4169H14.3979H14.3789H14.3598H14.3406H14.3213H14.302H14.2825H14.263H14.2435H14.2238H14.204H14.1842H14.1643H14.1443H14.1243H14.1042H14.084H14.0637H14.0433H14.0229H14.0024H13.9818H13.9611H13.9404H13.9196H13.8987H13.8778H13.8567H13.8356H13.8144H13.7932H13.7719H13.7505H13.729H13.7075H13.6859H13.6642H13.6425H13.6206H13.5988H13.5768H13.5548H13.5327H13.5105H13.4883H13.466H13.4436H13.4212H13.3987H13.3761H13.3535H13.3308H13.308H13.2851H13.2622H13.2393H13.2162H13.1931H13.17H13.1467H13.1235H13.1001H13.0767H13.0532H13.0296H13.006H12.9824H12.9586H12.9348H12.911H12.8871H12.8631H12.839H12.8149H12.7908H12.7666H12.7423H12.7179H12.6935H12.6691H12.6446H12.62H12.5954H12.5707H12.5459H12.5211H12.4963H12.4713H12.4464H12.4213H12.3963H12.3711H12.3459H12.3207H12.2954H12.27H12.2446H12.2191H12.1936H12.168H12.1424H12.1167H12.091H12.0652H12.0394H12.0135H11.9876H11.9616H11.9355H11.9094H11.8833H11.8571H11.8309H11.8046H11.7782H11.7519H11.7254H11.6989H11.6724H11.6458H11.6192H11.5925H11.5658H11.539H11.5122H11.4854H11.4585H11.4315H11.4045H11.3775H11.3504H11.3233H11.2961H11.2689H11.2416H11.2143H11.187H11.1596H11.1322H11.1047H11.0772H11.0497H11.0221H10.9944H10.9668H10.939H10.9113H10.8835H10.8556H10.8278H10.7999H10.7719H10.7439H10.7159H10.6878H10.6597H10.6316H10.6034H10.5752H10.5469H10.5187H10.4903H10.462H10.4336H10.4052H10.3767H10.3482H10.3197H10.2911H10.2625H10.2339H10.2052H10.1765H10.1478H10.119H10.0902H10.0614H10.0326H10.0037H9.97477H9.94582H9.91684H9.88784H9.8588H9.82973H9.80064H9.77151H9.74236H9.71318H9.68397H9.65474H9.62547H9.59618H9.56687H9.53752H9.50815H9.47876H9.44934H9.41989H9.39042H9.36092H9.3314H9.30186H9.27229H9.24269H9.21308H9.18344H9.15378H9.12409H9.09438H9.06465H9.0349H9.00513H8.97534H8.94552H8.91569H8.88583H8.85596H8.82606H8.79615H8.76621H8.73626H8.70629H8.6763H8.64629H8.61627H8.58623H8.55617H8.52609H8.49599H8.46588H8.43576H8.40562H8.37546H8.34529H8.3151H8.2849H8.25468H8.22445H8.1942H8.16394H8.13367H8.10339H8.07309H8.04278H8.01246H7.98212H7.95178H7.92142H7.89105H7.86067H7.83029H7.79989H7.76948H7.73906H7.70863H7.67819H7.64775H7.61729H7.58683H7.55636H7.52588H7.49539H7.4649H7.4344H7.40389H7.37338H7.34286H7.31234H7.28181H7.25127H7.22073H7.19019H7.15964H7.12908H7.09853H7.06797H7.0374H7.00684H6.97627H6.9457H6.91512H6.88455H6.85397H6.82339H6.79282H6.76224H6.73166H6.70108H6.6705H6.63992H6.60934H6.57876H6.54819H6.51761H6.48704H6.45647H6.4259H6.39533H6.36477H6.33421H6.30366H6.27311H6.24256H6.21201H6.18148H6.15094H6.12041H6.08989H6.05937H6.02886H5.99836H5.96786H5.93737H5.90689H5.87641H5.84594H5.81548H5.78503H5.75458H5.72415H5.69372H5.66331H5.6329H5.6025H5.57212H5.54174H5.51138H5.48102H5.45068H5.42035H5.39003H5.35973H5.32943H5.29915H5.26888H5.23863H5.20839H5.17816H5.14795H5.11775H5.08757H5.0574H5.02725H4.99711H4.96699H4.93688H4.90679H4.87672H4.84667H4.81663H4.78661H4.75661H4.72662H4.69666H4.66671H4.63678H4.60687H4.57698H4.54712H4.51727H4.48744H4.45763H4.42784H4.39808H4.36833H4.33861H4.30891H4.27923H4.24958H4.21994H4.19033H4.16075H4.13119H4.10165H4.07213H4.04264H4.01318H3.98374H3.95433H3.92494H3.89558H3.86624H3.83693H3.80765H3.7784H3.74917H3.71997H3.6908H3.66165H3.63254H3.60345H3.57439H3.54537H3.51637H3.4874H3.45846H3.42955H3.40068H3.37183H3.34302H3.31423H3.28548H3.25676H3.22808H3.19942H3.1708H3.14222H3.11366H3.08514H3.05666H3.02821H2.99979Z", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
4
|
-
React.createElement("path", { d: "M8.00073 24C10.1219 20.9815 15.8916 16.7556 22.0007 24", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
5
|
-
React.createElement("path", { d: "M8.00073 8C8.00073 8 8.00073 9.04738 8.00073 11", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
6
|
-
React.createElement("path", { d: "M16.0007 2V12H26.0007", stroke: "#6E6E6E", strokeWidth: "1.5" })));
|
|
7
|
-
export default MissingImage;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const NonPreviewableImageIcon = (props) => (React.createElement("svg", { className: props.className, width: "16", height: "18", viewBox: "0 0 16 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
18
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 0.5H3C1.61929 0.5 0.5 1.61929 0.5 3V15C0.5 16.3807 1.61929 17.5 3 17.5H13C14.3807 17.5 15.5 16.3807 15.5 15V3C15.5 1.61929 14.3807 0.5 13 0.5ZM2 3C2 2.44772 2.44772 2 3 2H13C13.5523 2 14 2.44772 14 3V11.6375L10.4714 8.19526C10.211 7.93491 9.78891 7.93491 9.52857 8.19526L2.28764 15.7018C2.10976 15.5213 2 15.2735 2 15V3ZM3.85011 16H13C13.5523 16 14 15.5523 14 15V13.5C14 13.5 14 13.5 14 13.5L9.99997 9.60948L3.85011 16ZM4.66664 7.66667C4.66664 7.48257 4.81588 7.33333 4.99997 7.33333C5.18407 7.33333 5.3333 7.48257 5.3333 7.66667C5.3333 7.85076 5.18407 8 4.99997 8C4.81588 8 4.66664 7.85076 4.66664 7.66667ZM4.99997 6C4.0795 6 3.3333 6.74619 3.3333 7.66667C3.3333 8.58714 4.0795 9.33333 4.99997 9.33333C5.92044 9.33333 6.66664 8.58714 6.66664 7.66667C6.66664 6.74619 5.92044 6 4.99997 6Z", fill: "#6E6E6E" })));
|
|
19
|
-
export default NonPreviewableImageIcon;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const Orcid = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 256 256", width: props.size, height: props.size }, props),
|
|
18
|
-
React.createElement("path", { d: "M256 128c0 70.7-57.3 128-128 128S0 198.7 0 128 57.3 0 128 0s128 57.3 128 128z", fill: "#a6ce39" }),
|
|
19
|
-
React.createElement("path", { d: "M86.3 186.2H70.9V79.1h15.4v107.1zm22.6-107.1h41.6c39.6 0 57 28.3 57 53.6 0 27.5-21.5 53.6-56.8 53.6h-41.8V79.1zm15.4 93.3h24.5c34.9 0 42.9-26.5 42.9-39.7C191.7 111.2 178 93 148 93h-23.7v79.4zM88.7 56.8c0 5.5-4.5 10.1-10.1 10.1s-10.1-4.6-10.1-10.1c0-5.6 4.5-10.1 10.1-10.1s10.1 4.6 10.1 10.1z", fill: "#fff" })));
|
|
20
|
-
export default Orcid;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const ProjectNotification = (props) => (React.createElement("svg", Object.assign({ width: 24, height: 26 }, props),
|
|
18
|
-
React.createElement("g", { fill: "none", fillRule: "evenodd" },
|
|
19
|
-
React.createElement("g", { transform: "translate(3 9)", stroke: "#7FB5D5" },
|
|
20
|
-
React.createElement("rect", { strokeWidth: 1.5, fill: "#FFF", x: -0.75, y: -0.75, width: 13.5, height: 15.5, rx: 1 }),
|
|
21
|
-
React.createElement("rect", { x: 2.5, y: 2.5, width: 4, height: 1, rx: 0.5 }),
|
|
22
|
-
React.createElement("rect", { x: 2.5, y: 6.5, width: 7, height: 1, rx: 0.5 }),
|
|
23
|
-
React.createElement("rect", { x: 2.5, y: 10.5, width: 7, height: 1, rx: 0.5 })),
|
|
24
|
-
React.createElement("circle", { fill: "#FFF", fillRule: "nonzero", cx: 17, cy: 7, r: 7 }),
|
|
25
|
-
React.createElement("g", { transform: "translate(11 1)", fillRule: "nonzero" },
|
|
26
|
-
React.createElement("circle", { fill: "#80BE86", cx: 6, cy: 6, r: 6 }),
|
|
27
|
-
React.createElement("circle", { stroke: "#FFF", strokeWidth: 0.5, fill: "#FFF", cx: 6, cy: 9, r: 1 }),
|
|
28
|
-
React.createElement("path", { className: 'user-icon-path', d: "M5.875 2.5c.207 0 .375.168.375.375v3.25a.375.375 0 1 1-.75 0v-3.25c0-.207.168-.375.375-.375z", stroke: "#FFF", strokeWidth: 0.5, fill: "#FFF" })))));
|
|
29
|
-
export default ProjectNotification;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const ProjectIcon = (props) => (React.createElement("svg", Object.assign({ width: props.size || 18, height: props.size || 19 }, props),
|
|
18
|
-
React.createElement("g", { transform: "translate(2 2)", stroke: "currentColor", fill: "none", fillRule: "evenodd" },
|
|
19
|
-
React.createElement("rect", { strokeWidth: 1.5, fill: "#FFF", x: -0.75, y: -0.75, width: 13.5, height: 15.5, rx: 1 }),
|
|
20
|
-
React.createElement("rect", { x: 2.5, y: 2.5, width: 4, height: 1, rx: 0.5 }),
|
|
21
|
-
React.createElement("rect", { x: 2.5, y: 6.5, width: 7, height: 1, rx: 0.5 }),
|
|
22
|
-
React.createElement("rect", { x: 2.5, y: 10.5, width: 7, height: 1, rx: 0.5 }))));
|
|
23
|
-
export default ProjectIcon;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const ProjectsList = (props) => (React.createElement("svg", Object.assign({ width: 18, height: 19 }, props),
|
|
18
|
-
React.createElement("g", { transform: "translate(3 3)", stroke: props.color || '#7fb5d5', fill: "none", fillRule: "evenodd" },
|
|
19
|
-
React.createElement("rect", { strokeWidth: 1.5, fill: "#FFF", x: 2.25, y: -0.75, width: 11.5, height: 13.5, rx: 1 }),
|
|
20
|
-
React.createElement("g", { transform: "translate(0 3)" },
|
|
21
|
-
React.createElement("rect", { strokeWidth: 1.5, fill: "#FFF", x: -0.75, y: -0.75, width: 11.5, height: 13.5, rx: 1 }),
|
|
22
|
-
React.createElement("rect", { x: 2.5, y: 1.5, width: 3.167, height: 1, rx: 0.5 }),
|
|
23
|
-
React.createElement("rect", { x: 2.5, y: 5.5, width: 5.667, height: 1, rx: 0.5 }),
|
|
24
|
-
React.createElement("rect", { x: 2.5, y: 8.5, width: 5.667, height: 1, rx: 0.5 })))));
|
|
25
|
-
export default ProjectsList;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const SaveIconOffline = () => (React.createElement("svg", { width: 18, height: 18, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
18
|
-
React.createElement("path", { d: "M12.4878 5.51279C11.862 4.67021 10.9863 4.04663 9.98537 3.73091C8.98446 3.41518 7.90943 3.42342 6.91347 3.75445C5.91751 4.08547 5.05144 4.7224 4.43866 5.57446C3.82588 6.42653 3.49767 7.45026 3.50078 8.49979C3.50078 8.51679 3.50078 8.53279 3.50078 8.54979C2.8932 8.67316 2.35314 9.01789 1.98544 9.51705C1.61773 10.0162 1.44862 10.6342 1.51092 11.251C1.57323 11.8679 1.86251 12.4396 2.32261 12.8551C2.78271 13.2706 3.3808 13.5004 4.00078 13.4998H4.50078", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
19
|
-
React.createElement("path", { d: "M7.32877 13.5003H14.0008C14.6638 13.5003 15.2997 13.2369 15.7685 12.7681C16.2374 12.2992 16.5008 11.6634 16.5008 11.0003C16.5008 10.3373 16.2374 9.70139 15.7685 9.23255C15.2997 8.7637 14.6638 8.50031 14.0008 8.50031C13.8312 8.50044 13.662 8.51752 13.4958 8.55131C13.4958 8.53331 13.5008 8.51731 13.5008 8.50031C13.4995 8.14553 13.4606 7.79189 13.3848 7.44531", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
20
|
-
React.createElement("path", { d: "M1.50079 16.5L16.5008 1.5", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
21
|
-
export default SaveIconOffline;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const SaveIconSaved = () => (React.createElement("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
18
|
-
React.createElement("path", { d: "M9.00079 16.5C13.1429 16.5 16.5008 13.1421 16.5008 9C16.5008 4.85786 13.1429 1.5 9.00079 1.5C4.85866 1.5 1.50079 4.85786 1.50079 9C1.50079 13.1421 4.85866 16.5 9.00079 16.5Z", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
19
|
-
React.createElement("path", { d: "M5.50079 8.5L8.00079 11L13.0008 6", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
20
|
-
export default SaveIconSaved;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const SaveIconSaving = () => (React.createElement("svg", { width: 17, height: 18, viewBox: "0 0 17 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
18
|
-
React.createElement("path", { d: "M1.50079 8.5C1.50079 4.634 4.63479 1.5 8.50079 1.5C11.1368 1.5 13.3288 3.141 14.5008 5.5", strokeWidth: "1.5", strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
19
|
-
React.createElement("path", { d: "M14.5008 1.5V5.5H10.5008", strokeWidth: "1.5", strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
20
|
-
React.createElement("path", { d: "M15.5008 9.5C15.5008 13.366 12.3668 16.5 8.50079 16.5C5.86479 16.5 3.67279 14.859 2.50079 12.5", strokeWidth: "1.5", strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
21
|
-
React.createElement("path", { d: "M2.50079 16.5V12.5H6.50079", strokeWidth: "1.5", strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
22
|
-
export default SaveIconSaving;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2020 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const TaskStepCurrent = (props) => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
18
|
-
React.createElement("mask", { id: "mask0", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "16", height: "16" },
|
|
19
|
-
React.createElement("path", { d: "M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z", fill: "white" })),
|
|
20
|
-
React.createElement("g", { mask: "url(#mask0)" },
|
|
21
|
-
React.createElement("path", { d: "M8 15.5C12.1421 15.5 15.5 12.1421 15.5 8C15.5 3.85786 12.1421 0.5 8 0.5C3.85786 0.5 0.5 3.85786 0.5 8C0.5 12.1421 3.85786 15.5 8 15.5Z", stroke: props.color || '#353535' }),
|
|
22
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 -1H22V19L17.6816 16.6104L8 8.83594V-1Z", fill: props.color || '#353535' }))));
|
|
23
|
-
export default TaskStepCurrent;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2020 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const TaskStepNext = () => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
18
|
-
React.createElement("path", { d: "M8 15.5C12.1421 15.5 15.5 12.1421 15.5 8C15.5 3.85786 12.1421 0.5 8 0.5C3.85786 0.5 0.5 3.85786 0.5 8C0.5 12.1421 3.85786 15.5 8 15.5Z", stroke: "#6E6E6E" }),
|
|
19
|
-
React.createElement("path", { d: "M7.99989 11.0564C9.68743 11.0564 11.0554 9.6884 11.0554 8.00087C11.0554 6.31333 9.68743 4.94531 7.99989 4.94531C6.31235 4.94531 4.94434 6.31333 4.94434 8.00087C4.94434 9.6884 6.31235 11.0564 7.99989 11.0564Z", stroke: "#6E6E6E" })));
|
|
20
|
-
export default TaskStepNext;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const TickMark = (props) => (React.createElement("svg", Object.assign({ width: 12, height: 8.5 }, props),
|
|
18
|
-
React.createElement("path", { d: "M2.642 3.99a1.101 1.101 0 0 0-1.47.011l.228-.214c-.4.376-.39.98.02 1.346L4.207 7.62a1.147 1.147 0 0 0 1.488.004l5.846-5.193a.853.853 0 0 0-.004-1.316l.235.206a1.168 1.168 0 0 0-1.497.003L4.912 6.032 2.642 3.99z", fill: props.color || '#FFF', fillRule: "nonzero" })));
|
|
19
|
-
export default TickMark;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const UnsupportedFormatFileIcon = (props) => (React.createElement("svg", { className: props.className, width: "28", height: "32", viewBox: "0 0 28 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
18
|
-
React.createElement("path", { d: "M3 30.75H25C25.9665 30.75 26.75 29.9665 26.75 29V11.4383C26.75 10.9494 26.5455 10.4828 26.186 10.1515L17.0311 1.71322C16.7085 1.41588 16.2863 1.25 15.846 1.25H15.8364H15.8268H15.817H15.8071H15.7971H15.787H15.7767H15.7664H15.756H15.7454H15.7348H15.724H15.7132H15.7022H15.6912H15.68H15.6687H15.6573H15.6458H15.6343H15.6226H15.6108H15.5989H15.5869H15.5748H15.5626H15.5503H15.5379H15.5254H15.5128H15.5001H15.4873H15.4744H15.4614H15.4483H15.435H15.4217H15.4083H15.3949H15.3813H15.3676H15.3538H15.3399H15.3259H15.3118H15.2976H15.2834H15.269H15.2545H15.24H15.2253H15.2106H15.1957H15.1808H15.1658H15.1507H15.1354H15.1201H15.1047H15.0892H15.0737H15.058H15.0422H15.0264H15.0104H14.9944H14.9782H14.962H14.9457H14.9293H14.9128H14.8963H14.8796H14.8628H14.846H14.8291H14.812H14.7949H14.7778H14.7605H14.7431H14.7257H14.7081H14.6905H14.6728H14.655H14.6371H14.6192H14.6011H14.583H14.5648H14.5465H14.5281H14.5097H14.4911H14.4725H14.4538H14.435H14.4161H14.3972H14.3782H14.3591H14.3399H14.3206H14.3012H14.2818H14.2623H14.2427H14.2231H14.2033H14.1835H14.1636H14.1436H14.1236H14.1034H14.0832H14.0629H14.0426H14.0222H14.0016H13.9811H13.9604H13.9397H13.9189H13.898H13.877H13.856H13.8349H13.8137H13.7925H13.7711H13.7498H13.7283H13.7068H13.6852H13.6635H13.6417H13.6199H13.598H13.5761H13.554H13.5319H13.5098H13.4875H13.4652H13.4429H13.4204H13.3979H13.3754H13.3527H13.33H13.3072H13.2844H13.2615H13.2385H13.2155H13.1924H13.1692H13.146H13.1227H13.0994H13.0759H13.0525H13.0289H13.0053H12.9816H12.9579H12.9341H12.9102H12.8863H12.8624H12.8383H12.8142H12.79H12.7658H12.7415H12.7172H12.6928H12.6684H12.6438H12.6193H12.5946H12.5699H12.5452H12.5204H12.4955H12.4706H12.4456H12.4206H12.3955H12.3704H12.3452H12.3199H12.2946H12.2693H12.2439H12.2184H12.1929H12.1673H12.1417H12.116H12.0903H12.0645H12.0386H12.0128H11.9868H11.9608H11.9348H11.9087H11.8826H11.8564H11.8301H11.8038H11.7775H11.7511H11.7247H11.6982H11.6717H11.6451H11.6185H11.5918H11.5651H11.5383H11.5115H11.4846H11.4577H11.4308H11.4038H11.3768H11.3497H11.3226H11.2954H11.2682H11.2409H11.2136H11.1863H11.1589H11.1315H11.104H11.0765H11.0489H11.0213H10.9937H10.966H10.9383H10.9105H10.8828H10.8549H10.827H10.7991H10.7712H10.7432H10.7152H10.6871H10.659H10.6309H10.6027H10.5745H10.5462H10.5179H10.4896H10.4613H10.4329H10.4044H10.376H10.3475H10.3189H10.2904H10.2618H10.2332H10.2045H10.1758H10.1471H10.1183H10.0895H10.0607H10.0318H10.003H9.97403H9.94509H9.91611H9.8871H9.85807H9.829H9.79991H9.77078H9.74163H9.71245H9.68324H9.65401H9.62474H9.59545H9.56613H9.53679H9.50742H9.47803H9.4486H9.41916H9.38969H9.36019H9.33067H9.30112H9.27155H9.24196H9.21234H9.1827H9.15304H9.12336H9.09365H9.06392H9.03417H9.0044H8.97461H8.94479H8.91496H8.8851H8.85523H8.82533H8.79542H8.76548H8.73553H8.70556H8.67557H8.64556H8.61554H8.58549H8.55543H8.52536H8.49526H8.46515H8.43503H8.40488H8.37473H8.34455H8.31437H8.28416H8.25395H8.22371H8.19347H8.16321H8.13294H8.10265H8.07236H8.04205H8.01173H7.98139H7.95105H7.92069H7.89032H7.85994H7.82955H7.79915H7.76874H7.73832H7.7079H7.67746H7.64701H7.61656H7.58609H7.55562H7.52515H7.49466H7.46417H7.43367H7.40316H7.37265H7.34213H7.3116H7.28107H7.25054H7.22H7.18945H7.1589H7.12835H7.09779H7.06723H7.03667H7.0061H6.97554H6.94496H6.91439H6.88382H6.85324H6.82266H6.79208H6.7615H6.73092H6.70034H6.66976H6.63919H6.60861H6.57803H6.54745H6.51688H6.48631H6.45574H6.42517H6.3946H6.36404H6.33348H6.30292H6.27237H6.24183H6.21128H6.18074H6.15021H6.11968H6.08916H6.05864H6.02813H5.99763H5.96713H5.93664H5.90615H5.87568H5.84521H5.81475H5.78429H5.75385H5.72342H5.69299H5.66257H5.63217H5.60177H5.57139H5.54101H5.51065H5.48029H5.44995H5.41962H5.3893H5.35899H5.3287H5.29842H5.26815H5.2379H5.20766H5.17743H5.14722H5.11702H5.08684H5.05667H5.02651H4.99638H4.96626H4.93615H4.90606H4.87599H4.84593H4.8159H4.78588H4.75587H4.72589H4.69592H4.66598H4.63605H4.60614H4.57625H4.54638H4.51653H4.48671H4.4569H4.42711H4.39734H4.3676H4.33788H4.30818H4.2785H4.24884H4.21921H4.1896H4.16001H4.13045H4.10091H4.0714H4.04191H4.01245H3.98301H3.95359H3.92421H3.89485H3.86551H3.8362H3.80692H3.77766H3.74844H3.71924H3.69006H3.66092H3.6318H3.60272H3.57366H3.54463H3.51563H3.48667H3.45773H3.42882H3.39994H3.3711H3.34228H3.3135H3.28475H3.25603H3.22735H3.19869H3.17007H3.14148H3.11293H3.08441H3.05593H3.02748H2.99906C2.03164 1.25 1.25 2.03442 1.25 3V29C1.25 29.9665 2.0335 30.75 3 30.75Z", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
19
|
-
React.createElement("path", { d: "M8 24C10.1212 20.9815 15.8909 16.7556 22 24", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
20
|
-
React.createElement("path", { d: "M8 8C8 8 8 9.04738 8 11", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
21
|
-
React.createElement("path", { d: "M16 2V12H26", stroke: "#6E6E6E", strokeWidth: "1.5" })));
|
|
22
|
-
export default UnsupportedFormatFileIcon;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const User = (props) => (React.createElement("svg", Object.assign({ viewBox: `1 1 39 39`, width: props.size || 45, height: props.size || 45, className: props.className }, props),
|
|
18
|
-
React.createElement("defs", null,
|
|
19
|
-
React.createElement("ellipse", { id: "user-a", cx: 17.5, cy: 17, rx: 17.5, ry: 17 })),
|
|
20
|
-
React.createElement("g", { transform: "translate(3 3)", fill: props.color || '#fff', fillRule: "evenodd" },
|
|
21
|
-
React.createElement("mask", { id: "user-b", fill: "#fff" },
|
|
22
|
-
React.createElement("use", { xlinkHref: "#user-a" })),
|
|
23
|
-
React.createElement("ellipse", { stroke: "#FFF", strokeWidth: 2, cx: 17.5, cy: 17, rx: 18.5, ry: 18 }),
|
|
24
|
-
React.createElement("path", { d: "M13.874 23.868v2.04c0 .79-.7 1.533-1.557 1.659l-3.496.514c-2.579.38-4.787 2.605-4.932 4.975 0 0 9.325 2.833 13.987 2.833 5.06 0 15.18-2.833 15.18-2.833-.726-2.237-3.395-4.398-5.963-4.827l-3.787-.632c-.856-.143-1.55-.897-1.55-1.69v-2.039c.905-.945 1.174-2.395 1.49-3.985.496.105.643-.493.914-1.651.272-1.158 1.122-2.345.353-2.493a.795.795 0 0 0-.29-.005l.294-3.892c.122-1.625-.653-3.422-1.783-3.856-1.873-.72-2.45-1.1-3.615-1.306-1.165-.206-2.307.082-3.518.435-1.21.353-2.308 1.27-3.212 1.765-.905.495-1.376 1.615-1.275 2.962l.293 3.89a.8.8 0 0 0-.276.007c-.768.148.081 1.335.353 2.493.271 1.158.418 1.756.844 1.674.381 1.57.643 3.018 1.546 3.962z", fill: "#FFF", mask: "url(#user-b)" }))));
|
|
25
|
-
export default User;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2020 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const ZoomIn = () => (React.createElement("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
18
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 1C6.66863 1 6.4 1.26863 6.4 1.6V6.4H1.6C1.26863 6.4 1 6.66863 1 7C1 7.33137 1.26863 7.6 1.6 7.6H6.4V12.4C6.4 12.7314 6.66863 13 7 13C7.33137 13 7.6 12.7314 7.6 12.4V7.6H12.4C12.7314 7.6 13 7.33137 13 7C13 6.66863 12.7314 6.4 12.4 6.4H7.6V1.6C7.6 1.26863 7.33137 1 7 1Z", fill: "#6E6E6E" }),
|
|
19
|
-
React.createElement("path", { d: "M6.4 6.4V6.9H6.9V6.4H6.4ZM6.4 7.6H6.9V7.1H6.4V7.6ZM7.6 7.6V7.1H7.1V7.6H7.6ZM7.6 6.4H7.1V6.9H7.6V6.4ZM6.9 1.6C6.9 1.54477 6.94477 1.5 7 1.5V0.5C6.39249 0.5 5.9 0.992487 5.9 1.6H6.9ZM6.9 6.4V1.6H5.9V6.4H6.9ZM1.6 6.9H6.4V5.9H1.6V6.9ZM1.5 7C1.5 6.94477 1.54477 6.9 1.6 6.9V5.9C0.992487 5.9 0.5 6.39249 0.5 7H1.5ZM1.6 7.1C1.54477 7.1 1.5 7.05523 1.5 7H0.5C0.5 7.60751 0.992487 8.1 1.6 8.1V7.1ZM6.4 7.1H1.6V8.1H6.4V7.1ZM6.9 12.4V7.6H5.9V12.4H6.9ZM7 12.5C6.94477 12.5 6.9 12.4552 6.9 12.4H5.9C5.9 13.0075 6.39249 13.5 7 13.5V12.5ZM7.1 12.4C7.1 12.4552 7.05523 12.5 7 12.5V13.5C7.60751 13.5 8.1 13.0075 8.1 12.4H7.1ZM7.1 7.6V12.4H8.1V7.6H7.1ZM12.4 7.1H7.6V8.1H12.4V7.1ZM12.5 7C12.5 7.05523 12.4552 7.1 12.4 7.1V8.1C13.0075 8.1 13.5 7.60751 13.5 7H12.5ZM12.4 6.9C12.4552 6.9 12.5 6.94477 12.5 7H13.5C13.5 6.39249 13.0075 5.9 12.4 5.9V6.9ZM7.6 6.9H12.4V5.9H7.6V6.9ZM7.1 1.6V6.4H8.1V1.6H7.1ZM7 1.5C7.05523 1.5 7.1 1.54477 7.1 1.6H8.1C8.1 0.992487 7.60751 0.5 7 0.5V1.5Z", fill: "#6E6E6E" })));
|
|
20
|
-
export default ZoomIn;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2020 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const ZoomOut = () => (React.createElement("svg", { width: "14", height: "12", viewBox: "0 0 14 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
18
|
-
React.createElement("path", { d: "M1 6.00039C1 5.66902 1.26863 5.40039 1.6 5.40039H12.4C12.7314 5.40039 13 5.66902 13 6.00039C13 6.33176 12.7314 6.60039 12.4 6.60039H1.6C1.26863 6.60039 1 6.33176 1 6.00039Z", fill: "#6E6E6E" }),
|
|
19
|
-
React.createElement("path", { d: "M1.6 5.90039H12.4V4.90039H1.6V5.90039ZM12.4 6.10039H1.6V7.10039H12.4V6.10039ZM1.6 6.10039C1.54477 6.10039 1.5 6.05562 1.5 6.00039H0.5C0.5 6.6079 0.992487 7.10039 1.6 7.10039V6.10039ZM12.5 6.00039C12.5 6.05562 12.4552 6.10039 12.4 6.10039V7.10039C13.0075 7.10039 13.5 6.6079 13.5 6.00039H12.5ZM12.4 5.90039C12.4552 5.90039 12.5 5.94516 12.5 6.00039H13.5C13.5 5.39288 13.0075 4.90039 12.4 4.90039V5.90039ZM1.6 4.90039C0.992487 4.90039 0.5 5.39288 0.5 6.00039H1.5C1.5 5.94516 1.54477 5.90039 1.6 5.90039V4.90039Z", fill: "#6E6E6E" })));
|
|
20
|
-
export default ZoomOut;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2020 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const BottomArrowIcon: React.FC<IconProps>;
|
|
19
|
-
export default BottomArrowIcon;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2022 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
declare const AddComment: () => React.JSX.Element;
|
|
18
|
-
export default AddComment;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const AddIconActive: (props: IconProps) => React.JSX.Element;
|
|
19
|
-
export default AddIconActive;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const AddIconInverted: (props: IconProps) => React.JSX.Element;
|
|
19
|
-
export default AddIconInverted;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
export declare const BackArrow: (props: IconProps) => React.JSX.Element;
|
|
19
|
-
export default BackArrow;
|