@manuscripts/style-guide 3.3.7 → 3.3.9
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 +2 -23
- package/dist/cjs/components/AutoSaveInput.js +2 -16
- package/dist/cjs/components/Avatar.js +3 -50
- package/dist/cjs/components/Button.js +5 -1
- package/dist/cjs/components/ContextMenu.js +5 -22
- package/dist/cjs/components/Dialog.js +5 -38
- package/dist/cjs/components/DraggableModal.js +4 -52
- package/dist/cjs/components/Drawer.js +2 -10
- package/dist/cjs/components/InspectorSection.js +5 -58
- package/dist/cjs/components/LoadingOverlay.js +3 -5
- package/dist/cjs/components/Menus/Menus.js +9 -28
- package/dist/cjs/components/Menus/Shortcut.js +3 -18
- package/dist/cjs/components/Menus/Submenu.js +7 -28
- package/dist/cjs/components/Message.js +2 -4
- package/dist/cjs/components/MultiValueInput.js +3 -39
- package/dist/cjs/components/NavDropdown.js +2 -23
- package/dist/cjs/components/RadioButton.js +2 -19
- package/dist/cjs/components/RelativeDate.js +3 -21
- package/dist/cjs/components/Resizer/Resizer.js +2 -2
- package/dist/cjs/components/Resizer/ResizerButton.js +2 -1
- package/dist/cjs/components/RichText/RichText.js +3 -35
- package/dist/cjs/components/RichText/RichTextField.js +3 -35
- package/dist/cjs/components/SaveStatus.js +5 -31
- package/dist/cjs/components/SelectField.js +2 -17
- package/dist/cjs/components/SelectedItemsBox.js +2 -5
- package/dist/cjs/components/StyledModal.js +4 -18
- package/dist/cjs/components/SystemUserAvatar.js +3 -50
- package/dist/cjs/components/TextField.js +2 -22
- package/dist/cjs/components/TextFieldContainer.js +2 -22
- package/dist/cjs/components/TextFieldError.js +2 -19
- package/dist/cjs/components/TextFieldGroupContainer.js +2 -22
- package/dist/cjs/components/ToggleHeader.js +3 -20
- package/dist/cjs/components/Tooltip.js +3 -4
- package/dist/cjs/components/icons/add-author.js +2 -23
- package/dist/cjs/components/icons/add-comment.js +2 -25
- package/dist/cjs/components/icons/add-figure.js +2 -23
- package/dist/cjs/components/icons/add-institution.js +2 -20
- package/dist/cjs/components/icons/add-new.js +2 -7
- package/dist/cjs/components/icons/add-outline.js +2 -8
- package/dist/cjs/components/icons/add-role.js +2 -8
- package/dist/cjs/components/icons/add-user.js +2 -8
- package/dist/cjs/components/icons/add.js +2 -8
- package/dist/cjs/components/icons/added.js +2 -7
- package/dist/cjs/components/icons/affiliation-placeholder.js +2 -39
- package/dist/cjs/components/icons/affiliation.js +2 -7
- package/dist/cjs/components/icons/alert.js +2 -6
- package/dist/cjs/components/icons/arrow-down-circle.js +2 -7
- package/dist/cjs/components/icons/arrow-down.js +2 -6
- package/dist/cjs/components/icons/arrow-left.js +2 -6
- package/dist/cjs/components/icons/arrow-up.js +2 -6
- package/dist/cjs/components/icons/attach.js +2 -21
- package/dist/cjs/components/icons/attention-blue.js +2 -10
- package/dist/cjs/components/icons/attention-green.js +2 -7
- package/dist/cjs/components/icons/attention-orange.js +2 -12
- package/dist/cjs/components/icons/attention-red.js +2 -10
- package/dist/cjs/components/icons/author-placeholder.js +2 -46
- package/dist/cjs/components/icons/avatar.js +2 -8
- package/dist/cjs/components/icons/book.js +2 -22
- package/dist/cjs/components/icons/chat.js +2 -23
- package/dist/cjs/components/icons/circle-tick-animation.js +4 -8
- package/dist/cjs/components/icons/citation-count.js +2 -6
- package/dist/cjs/components/icons/comment-reply.js +2 -6
- package/dist/cjs/components/icons/comment-resolve.js +2 -21
- package/dist/cjs/components/icons/comment.js +2 -25
- package/dist/cjs/components/icons/corresponding-author.js +2 -12
- package/dist/cjs/components/icons/danger.js +2 -10
- package/dist/cjs/components/icons/delete-solid.js +2 -6
- package/dist/cjs/components/icons/deleted.js +2 -11
- package/dist/cjs/components/icons/dots.js +2 -23
- package/dist/cjs/components/icons/draggable-icon.js +2 -13
- package/dist/cjs/components/icons/edit-attrs-tracking.js +2 -7
- package/dist/cjs/components/icons/edit.js +2 -6
- package/dist/cjs/components/icons/file-audio.js +2 -23
- package/dist/cjs/components/icons/file-code.js +2 -23
- package/dist/cjs/components/icons/file-compressed.js +2 -30
- package/dist/cjs/components/icons/file-corrupted.js +2 -24
- package/dist/cjs/components/icons/file-document.js +2 -24
- package/dist/cjs/components/icons/file-figure.js +2 -23
- package/dist/cjs/components/icons/file-graphical-abstract.js +2 -8
- package/dist/cjs/components/icons/file-image.js +2 -6
- package/dist/cjs/components/icons/file-latex-icon.js +2 -25
- package/dist/cjs/components/icons/file-main-document.js +2 -10
- package/dist/cjs/components/icons/file-pdf.js +2 -22
- package/dist/cjs/components/icons/file-table.js +2 -21
- package/dist/cjs/components/icons/file-unknown.js +2 -22
- package/dist/cjs/components/icons/file-video.js +2 -21
- package/dist/cjs/components/icons/handle-inspector.js +2 -6
- package/dist/cjs/components/icons/handle-outline.js +2 -11
- package/dist/cjs/components/icons/help.js +2 -8
- package/dist/cjs/components/icons/image-default.js +2 -9
- package/dist/cjs/components/icons/image-left.js +2 -9
- package/dist/cjs/components/icons/image-right.js +2 -9
- package/dist/cjs/components/icons/index.js +4 -2
- package/dist/cjs/components/icons/inspector-plugin.js +5 -0
- package/dist/cjs/components/icons/link.js +2 -7
- package/dist/cjs/components/icons/lock.js +2 -9
- package/dist/cjs/components/icons/logout.js +2 -6
- package/dist/cjs/components/icons/manuscript.js +2 -24
- package/dist/cjs/components/icons/outline-block-quote.js +2 -8
- package/dist/cjs/components/icons/outline-code.js +2 -7
- package/dist/cjs/components/icons/outline-embed.js +2 -8
- package/dist/cjs/components/icons/outline-equation.js +2 -6
- package/dist/cjs/components/icons/outline-figure.js +2 -12
- package/dist/cjs/components/icons/outline-manuscript.js +2 -9
- package/dist/cjs/components/icons/outline-ordered-list.js +2 -6
- package/dist/cjs/components/icons/outline-paragraph.js +2 -6
- package/dist/cjs/components/icons/outline-pull-quote.js +2 -8
- package/dist/cjs/components/icons/outline-section.js +2 -6
- package/dist/cjs/components/icons/outline-table.js +2 -8
- package/dist/cjs/components/icons/outline-unordered-list.js +2 -8
- package/dist/cjs/components/icons/plus.js +2 -22
- package/dist/cjs/components/icons/profile-avatar.js +2 -6
- package/dist/cjs/components/icons/role-annotating.js +2 -8
- package/dist/cjs/components/icons/role-reading.js +2 -10
- package/dist/cjs/components/icons/save-status-offline.js +2 -23
- package/dist/cjs/components/icons/save-status-saved.js +2 -22
- package/dist/cjs/components/icons/save-status-saving.js +2 -24
- package/dist/cjs/components/icons/scroll.js +2 -10
- package/dist/cjs/components/icons/search.js +2 -22
- package/dist/cjs/components/icons/section-category.js +2 -21
- package/dist/cjs/components/icons/slider-off.js +2 -7
- package/dist/cjs/components/icons/slider-on.js +2 -7
- package/dist/cjs/components/icons/system-user-avatar.js +2 -9
- package/dist/cjs/components/icons/task-step-done.js +2 -22
- package/dist/cjs/components/icons/tick.js +2 -6
- package/dist/cjs/components/icons/toolbar-bold.js +2 -6
- package/dist/cjs/components/icons/toolbar-boxed-text.js +2 -7
- package/dist/cjs/components/icons/toolbar-citation.js +2 -8
- package/dist/cjs/components/icons/toolbar-code.js +2 -7
- package/dist/cjs/components/icons/toolbar-equation.js +2 -6
- package/dist/cjs/components/icons/toolbar-figure.js +2 -6
- package/dist/cjs/components/icons/toolbar-indent.js +2 -11
- package/dist/cjs/components/icons/toolbar-italic.js +2 -6
- package/dist/cjs/components/icons/toolbar-ordered-list.js +2 -6
- package/dist/cjs/components/icons/toolbar-special-characters.js +2 -7
- package/dist/cjs/components/icons/toolbar-subscript.js +2 -6
- package/dist/cjs/components/icons/toolbar-superscript.js +2 -6
- package/dist/cjs/components/icons/toolbar-symbol.js +2 -6
- package/dist/cjs/components/icons/toolbar-table.js +2 -6
- package/dist/cjs/components/icons/toolbar-underline.js +2 -6
- package/dist/cjs/components/icons/toolbar-unindent.js +2 -11
- package/dist/cjs/components/icons/toolbar-unordered-list.js +2 -6
- package/dist/cjs/components/icons/translate.js +2 -13
- package/dist/cjs/components/icons/triangle-collapsed.js +2 -6
- package/dist/cjs/components/icons/triangle-expanded.js +2 -6
- package/dist/cjs/components/icons/upload.js +2 -8
- package/dist/cjs/components/icons/vertical-ellipsis.js +2 -8
- package/dist/cjs/components/icons/x.js +2 -7
- package/dist/cjs/hooks/use-scroll-detection.js +2 -2
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/lib/files.js +14 -17
- package/dist/es/components/AlertMessage.js +2 -23
- package/dist/es/components/AutoSaveInput.js +2 -16
- package/dist/es/components/Avatar.js +3 -17
- package/dist/es/components/Button.js +5 -1
- package/dist/es/components/ContextMenu.js +5 -22
- package/dist/es/components/Dialog.js +5 -38
- package/dist/es/components/DraggableModal.js +4 -19
- package/dist/es/components/Drawer.js +2 -7
- package/dist/es/components/InspectorSection.js +5 -25
- package/dist/es/components/LoadingOverlay.js +3 -5
- package/dist/es/components/Menus/Menus.js +9 -28
- package/dist/es/components/Menus/Shortcut.js +3 -18
- package/dist/es/components/Menus/Submenu.js +7 -28
- package/dist/es/components/Message.js +2 -4
- package/dist/es/components/MultiValueInput.js +3 -6
- package/dist/es/components/NavDropdown.js +2 -20
- package/dist/es/components/RadioButton.js +2 -19
- package/dist/es/components/RelativeDate.js +3 -18
- package/dist/es/components/Resizer/Resizer.js +2 -2
- package/dist/es/components/Resizer/ResizerButton.js +2 -1
- package/dist/es/components/RichText/RichText.js +3 -2
- package/dist/es/components/RichText/RichTextField.js +3 -2
- package/dist/es/components/SaveStatus.js +5 -31
- package/dist/es/components/SelectField.js +2 -17
- package/dist/es/components/SelectedItemsBox.js +2 -5
- package/dist/es/components/StyledModal.js +4 -18
- package/dist/es/components/SystemUserAvatar.js +3 -17
- package/dist/es/components/TextField.js +2 -19
- package/dist/es/components/TextFieldContainer.js +2 -22
- package/dist/es/components/TextFieldError.js +2 -19
- package/dist/es/components/TextFieldGroupContainer.js +2 -19
- package/dist/es/components/ToggleHeader.js +3 -20
- package/dist/es/components/Tooltip.js +3 -4
- package/dist/es/components/icons/add-author.js +2 -20
- package/dist/es/components/icons/add-comment.js +2 -22
- package/dist/es/components/icons/add-figure.js +2 -20
- package/dist/es/components/icons/add-institution.js +2 -17
- package/dist/es/components/icons/add-new.js +2 -4
- package/dist/es/components/icons/add-outline.js +2 -5
- package/dist/es/components/icons/add-role.js +2 -5
- package/dist/es/components/icons/add-user.js +2 -5
- package/dist/es/components/icons/add.js +2 -5
- package/dist/es/components/icons/added.js +2 -4
- package/dist/es/components/icons/affiliation-placeholder.js +2 -36
- package/dist/es/components/icons/affiliation.js +2 -4
- package/dist/es/components/icons/alert.js +2 -3
- package/dist/es/components/icons/arrow-down-circle.js +2 -4
- package/dist/es/components/icons/arrow-down.js +2 -3
- package/dist/es/components/icons/arrow-left.js +2 -3
- package/dist/es/components/icons/arrow-up.js +2 -3
- package/dist/es/components/icons/attach.js +2 -18
- package/dist/es/components/icons/attention-blue.js +2 -7
- package/dist/es/components/icons/attention-green.js +2 -4
- package/dist/es/components/icons/attention-orange.js +2 -9
- package/dist/es/components/icons/attention-red.js +2 -7
- package/dist/es/components/icons/author-placeholder.js +2 -43
- package/dist/es/components/icons/avatar.js +2 -5
- package/dist/es/components/icons/book.js +2 -19
- package/dist/es/components/icons/chat.js +2 -20
- package/dist/es/components/icons/circle-tick-animation.js +4 -5
- package/dist/es/components/icons/citation-count.js +2 -3
- package/dist/es/components/icons/comment-reply.js +2 -3
- package/dist/es/components/icons/comment-resolve.js +2 -18
- package/dist/es/components/icons/comment.js +2 -22
- package/dist/es/components/icons/corresponding-author.js +2 -9
- package/dist/es/components/icons/danger.js +2 -7
- package/dist/es/components/icons/delete-solid.js +2 -3
- package/dist/es/components/icons/deleted.js +2 -8
- package/dist/es/components/icons/dots.js +2 -20
- package/dist/es/components/icons/draggable-icon.js +2 -10
- package/dist/es/components/icons/edit-attrs-tracking.js +2 -4
- package/dist/es/components/icons/edit.js +2 -3
- package/dist/es/components/icons/file-audio.js +2 -20
- package/dist/es/components/icons/file-code.js +2 -20
- package/dist/es/components/icons/file-compressed.js +2 -27
- package/dist/es/components/icons/file-corrupted.js +2 -21
- package/dist/es/components/icons/file-document.js +2 -21
- package/dist/es/components/icons/file-figure.js +2 -20
- package/dist/es/components/icons/file-graphical-abstract.js +2 -5
- package/dist/es/components/icons/file-image.js +2 -3
- package/dist/es/components/icons/file-latex-icon.js +2 -22
- package/dist/es/components/icons/file-main-document.js +2 -7
- package/dist/es/components/icons/file-pdf.js +2 -19
- package/dist/es/components/icons/file-table.js +2 -18
- package/dist/es/components/icons/file-unknown.js +2 -19
- package/dist/es/components/icons/file-video.js +2 -18
- package/dist/es/components/icons/handle-inspector.js +2 -3
- package/dist/es/components/icons/handle-outline.js +2 -8
- package/dist/es/components/icons/help.js +2 -5
- package/dist/es/components/icons/image-default.js +2 -6
- package/dist/es/components/icons/image-left.js +2 -6
- package/dist/es/components/icons/image-right.js +2 -6
- package/dist/es/components/icons/index.js +1 -0
- package/dist/es/components/icons/inspector-plugin.js +3 -0
- package/dist/es/components/icons/link.js +2 -4
- package/dist/es/components/icons/lock.js +2 -6
- package/dist/es/components/icons/logout.js +2 -3
- package/dist/es/components/icons/manuscript.js +2 -21
- package/dist/es/components/icons/outline-block-quote.js +2 -5
- package/dist/es/components/icons/outline-code.js +2 -4
- package/dist/es/components/icons/outline-embed.js +2 -5
- package/dist/es/components/icons/outline-equation.js +2 -3
- package/dist/es/components/icons/outline-figure.js +2 -9
- package/dist/es/components/icons/outline-manuscript.js +2 -6
- package/dist/es/components/icons/outline-ordered-list.js +2 -3
- package/dist/es/components/icons/outline-paragraph.js +2 -3
- package/dist/es/components/icons/outline-pull-quote.js +2 -5
- package/dist/es/components/icons/outline-section.js +2 -3
- package/dist/es/components/icons/outline-table.js +2 -5
- package/dist/es/components/icons/outline-unordered-list.js +2 -5
- package/dist/es/components/icons/plus.js +2 -19
- package/dist/es/components/icons/profile-avatar.js +2 -3
- package/dist/es/components/icons/role-annotating.js +2 -5
- package/dist/es/components/icons/role-reading.js +2 -7
- package/dist/es/components/icons/save-status-offline.js +2 -20
- package/dist/es/components/icons/save-status-saved.js +2 -19
- package/dist/es/components/icons/save-status-saving.js +2 -21
- package/dist/es/components/icons/scroll.js +2 -7
- package/dist/es/components/icons/search.js +2 -19
- package/dist/es/components/icons/section-category.js +2 -18
- package/dist/es/components/icons/slider-off.js +2 -4
- package/dist/es/components/icons/slider-on.js +2 -4
- package/dist/es/components/icons/system-user-avatar.js +2 -6
- package/dist/es/components/icons/task-step-done.js +2 -19
- package/dist/es/components/icons/tick.js +2 -3
- package/dist/es/components/icons/toolbar-bold.js +2 -3
- package/dist/es/components/icons/toolbar-boxed-text.js +2 -4
- package/dist/es/components/icons/toolbar-citation.js +2 -5
- package/dist/es/components/icons/toolbar-code.js +2 -4
- package/dist/es/components/icons/toolbar-equation.js +2 -3
- package/dist/es/components/icons/toolbar-figure.js +2 -3
- package/dist/es/components/icons/toolbar-indent.js +2 -8
- package/dist/es/components/icons/toolbar-italic.js +2 -3
- package/dist/es/components/icons/toolbar-ordered-list.js +2 -3
- package/dist/es/components/icons/toolbar-special-characters.js +2 -4
- package/dist/es/components/icons/toolbar-subscript.js +2 -3
- package/dist/es/components/icons/toolbar-superscript.js +2 -3
- package/dist/es/components/icons/toolbar-symbol.js +2 -3
- package/dist/es/components/icons/toolbar-table.js +2 -3
- package/dist/es/components/icons/toolbar-underline.js +2 -3
- package/dist/es/components/icons/toolbar-unindent.js +2 -8
- package/dist/es/components/icons/toolbar-unordered-list.js +2 -3
- package/dist/es/components/icons/translate.js +2 -10
- package/dist/es/components/icons/triangle-collapsed.js +2 -3
- package/dist/es/components/icons/triangle-expanded.js +2 -3
- package/dist/es/components/icons/upload.js +2 -5
- package/dist/es/components/icons/vertical-ellipsis.js +2 -5
- package/dist/es/components/icons/x.js +2 -4
- package/dist/es/hooks/use-scroll-detection.js +2 -2
- package/dist/es/index.js +0 -1
- package/dist/es/lib/files.js +14 -14
- package/dist/types/components/AlertMessage.d.ts +1 -1
- package/dist/types/components/AutoSaveInput.d.ts +1 -1
- package/dist/types/components/Dialog.d.ts +1 -1
- package/dist/types/components/InspectorSection.d.ts +1 -1
- package/dist/types/components/RadioButton.d.ts +1 -1
- package/dist/types/components/Resizer/Resizer.d.ts +2 -2
- package/dist/types/components/Resizer/ResizerButton.d.ts +1 -1
- package/dist/types/components/TextField.d.ts +1 -1
- package/dist/types/components/Tooltip.d.ts +1 -1
- package/dist/types/components/icons/add-author.d.ts +1 -2
- package/dist/types/components/icons/add-figure.d.ts +1 -2
- package/dist/types/components/icons/affiliation-placeholder.d.ts +1 -2
- package/dist/types/components/icons/author-placeholder.d.ts +1 -2
- package/dist/types/components/icons/danger.d.ts +1 -2
- package/dist/types/components/icons/index.d.ts +1 -0
- package/dist/types/components/icons/inspector-plugin.d.ts +4 -0
- package/dist/types/components/icons/section-category.d.ts +1 -2
- package/dist/types/components/icons/x.d.ts +1 -2
- package/dist/types/hooks/use-dropdown.d.ts +1 -1
- package/dist/types/hooks/use-menus.d.ts +1 -1
- package/dist/types/index.d.ts +0 -1
- package/dist/types/lib/files.d.ts +3 -2
- package/package.json +19 -19
- package/dist/cjs/components/DatePicker/CalendarDatePicker.js +0 -169
- package/dist/cjs/components/DatePicker/index.js +0 -17
- package/dist/es/components/DatePicker/CalendarDatePicker.js +0 -127
- package/dist/es/components/DatePicker/index.js +0 -1
- package/dist/types/components/DatePicker/CalendarDatePicker.d.ts +0 -32
- package/dist/types/components/DatePicker/index.d.ts +0 -1
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const
|
|
7
|
-
const DangerIcon = (props) => (
|
|
8
|
-
react_1.default.createElement("g", { clipPath: "url(#clip0_32980_20006)" },
|
|
9
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 1C11.866 1 15 4.134 15 8C15 11.866 11.866 15 8 15C4.134 15 1 11.866 1 8C1 4.134 4.13333 1 8 1ZM8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16C3.582 16 0 12.418 0 8C0 3.582 3.58133 0 8 0ZM8 10.8C7.82319 10.8 7.65362 10.8702 7.5286 10.9953C7.40357 11.1203 7.33333 11.2899 7.33333 11.4667C7.33333 11.6435 7.40357 11.813 7.5286 11.9381C7.65362 12.0631 7.82319 12.1333 8 12.1333C8.17681 12.1333 8.34638 12.0631 8.47141 11.9381C8.59643 11.813 8.66667 11.6435 8.66667 11.4667C8.66667 11.2899 8.59643 11.1203 8.47141 10.9953C8.34638 10.8702 8.17681 10.8 8 10.8ZM8.01333 4C7.8542 4 7.70159 4.06321 7.58907 4.17574C7.47655 4.28826 7.41333 4.44087 7.41333 4.6V9.4C7.41333 9.55913 7.47655 9.71174 7.58907 9.82426C7.70159 9.93679 7.8542 10 8.01333 10C8.17246 10 8.32508 9.93679 8.4376 9.82426C8.55012 9.71174 8.61333 9.55913 8.61333 9.4V4.6C8.61333 4.44087 8.55012 4.28826 8.4376 4.17574C8.32508 4.06321 8.17246 4 8.01333 4Z", fill: "#353535" })),
|
|
10
|
-
react_1.default.createElement("defs", null,
|
|
11
|
-
react_1.default.createElement("clipPath", { id: "clip0_32980_20006" },
|
|
12
|
-
react_1.default.createElement("rect", { width: "16", height: "16", fill: "white" })))));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const DangerIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("g", { clipPath: "url(#clip0_32980_20006)", children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 1C11.866 1 15 4.134 15 8C15 11.866 11.866 15 8 15C4.134 15 1 11.866 1 8C1 4.134 4.13333 1 8 1ZM8 0C12.418 0 16 3.582 16 8C16 12.418 12.418 16 8 16C3.582 16 0 12.418 0 8C0 3.582 3.58133 0 8 0ZM8 10.8C7.82319 10.8 7.65362 10.8702 7.5286 10.9953C7.40357 11.1203 7.33333 11.2899 7.33333 11.4667C7.33333 11.6435 7.40357 11.813 7.5286 11.9381C7.65362 12.0631 7.82319 12.1333 8 12.1333C8.17681 12.1333 8.34638 12.0631 8.47141 11.9381C8.59643 11.813 8.66667 11.6435 8.66667 11.4667C8.66667 11.2899 8.59643 11.1203 8.47141 10.9953C8.34638 10.8702 8.17681 10.8 8 10.8ZM8.01333 4C7.8542 4 7.70159 4.06321 7.58907 4.17574C7.47655 4.28826 7.41333 4.44087 7.41333 4.6V9.4C7.41333 9.55913 7.47655 9.71174 7.58907 9.82426C7.70159 9.93679 7.8542 10 8.01333 10C8.17246 10 8.32508 9.93679 8.4376 9.82426C8.55012 9.71174 8.61333 9.55913 8.61333 9.4V4.6C8.61333 4.44087 8.55012 4.28826 8.4376 4.17574C8.32508 4.06321 8.17246 4 8.01333 4Z", fill: "#353535" }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "clip0_32980_20006", children: (0, jsx_runtime_1.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })] }));
|
|
13
5
|
exports.default = DangerIcon;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const
|
|
7
|
-
const DeleteSolidIcon = (props) => (
|
|
8
|
-
react_1.default.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" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const DeleteSolidIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: (0, jsx_runtime_1.jsx)("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" }) }));
|
|
9
5
|
exports.default = DeleteSolidIcon;
|
|
@@ -1,14 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const
|
|
7
|
-
const DeleteIcon = (props) => (
|
|
8
|
-
react_1.default.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" }),
|
|
9
|
-
react_1.default.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" }),
|
|
10
|
-
react_1.default.createElement("rect", { className: "icon_element", y: "2", width: "13", height: "3", rx: "1.5", fill: "#F35143" }),
|
|
11
|
-
react_1.default.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" }),
|
|
12
|
-
react_1.default.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" }),
|
|
13
|
-
react_1.default.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" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const DeleteIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "13", height: "16", viewBox: "0 0 13 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("rect", { className: "icon_element", y: "2", width: "13", height: "3", rx: "1.5", fill: "#F35143" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" })] }));
|
|
14
5
|
exports.default = DeleteIcon;
|
|
@@ -1,26 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const
|
|
22
|
-
const DotsIcon = (props) => (
|
|
23
|
-
react_1.default.createElement("circle", { cx: "2", cy: "2", r: "2", fill: "#6E6E6E" }),
|
|
24
|
-
react_1.default.createElement("circle", { cx: "2", cy: "8", r: "2", fill: "#6E6E6E" }),
|
|
25
|
-
react_1.default.createElement("circle", { cx: "2", cy: "14", r: "2", fill: "#6E6E6E" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const DotsIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { className: props.className, width: "4", height: "16", viewBox: "0 0 4 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("circle", { cx: "2", cy: "2", r: "2", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("circle", { cx: "2", cy: "8", r: "2", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("circle", { cx: "2", cy: "14", r: "2", fill: "#6E6E6E" })] }));
|
|
26
5
|
exports.default = DotsIcon;
|
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const
|
|
7
|
-
const DraggableIcon = (props) => (
|
|
8
|
-
react_1.default.createElement("path", { d: "M14 4C14 5.10457 13.1046 6 12 6C10.8954 6 10 5.10457 10 4C10 2.89543 10.8954 2 12 2C13.1046 2 14 2.89543 14 4Z", fill: "#6E6E6E" }),
|
|
9
|
-
react_1.default.createElement("path", { d: "M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z", fill: "#6E6E6E" }),
|
|
10
|
-
react_1.default.createElement("path", { d: "M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z", fill: "#6E6E6E" }),
|
|
11
|
-
react_1.default.createElement("path", { d: "M22 12C22 13.1046 21.1046 14 20 14C18.8954 14 18 13.1046 18 12C18 10.8954 18.8954 10 20 10C21.1046 10 22 10.8954 22 12Z", fill: "#6E6E6E" }),
|
|
12
|
-
react_1.default.createElement("path", { d: "M14 20C14 21.1046 13.1046 22 12 22C10.8954 22 10 21.1046 10 20C10 18.8954 10.8954 18 12 18C13.1046 18 14 18.8954 14 20Z", fill: "#6E6E6E" }),
|
|
13
|
-
react_1.default.createElement("path", { d: "M14 28C14 29.1046 13.1046 30 12 30C10.8954 30 10 29.1046 10 28C10 26.8954 10.8954 26 12 26C13.1046 26 14 26.8954 14 28Z", fill: "#6E6E6E" }),
|
|
14
|
-
react_1.default.createElement("path", { d: "M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z", fill: "#6E6E6E" }),
|
|
15
|
-
react_1.default.createElement("path", { d: "M22 28C22 29.1046 21.1046 30 20 30C18.8954 30 18 29.1046 18 28C18 26.8954 18.8954 26 20 26C21.1046 26 22 26.8954 22 28Z", fill: "#6E6E6E" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const DraggableIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 32 32", fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M14 4C14 5.10457 13.1046 6 12 6C10.8954 6 10 5.10457 10 4C10 2.89543 10.8954 2 12 2C13.1046 2 14 2.89543 14 4Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { d: "M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { d: "M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { d: "M22 12C22 13.1046 21.1046 14 20 14C18.8954 14 18 13.1046 18 12C18 10.8954 18.8954 10 20 10C21.1046 10 22 10.8954 22 12Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { d: "M14 20C14 21.1046 13.1046 22 12 22C10.8954 22 10 21.1046 10 20C10 18.8954 10.8954 18 12 18C13.1046 18 14 18.8954 14 20Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { d: "M14 28C14 29.1046 13.1046 30 12 30C10.8954 30 10 29.1046 10 28C10 26.8954 10.8954 26 12 26C13.1046 26 14 26.8954 14 28Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { d: "M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { d: "M22 28C22 29.1046 21.1046 30 20 30C18.8954 30 18 29.1046 18 28C18 26.8954 18.8954 26 20 26C21.1046 26 22 26.8954 22 28Z", fill: "#6E6E6E" })] }));
|
|
16
5
|
exports.default = DraggableIcon;
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const
|
|
7
|
-
const EditAttrsTracking = () => (
|
|
8
|
-
react_1.default.createElement("path", { d: "M12 2L14 4L9 9L6 10L7 7L12 2Z", stroke: "#353535", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
-
react_1.default.createElement("path", { d: "M13 10V11.5C13 12.328 12.328 13 11.5 13H4.5C3.672 13 3 12.328 3 11.5V4.5C3 3.672 3.672 3 4.5 3H6", stroke: "#353535", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const EditAttrsTracking = () => ((0, jsx_runtime_1.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 2L14 4L9 9L6 10L7 7L12 2Z", stroke: "#353535", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M13 10V11.5C13 12.328 12.328 13 11.5 13H4.5C3.672 13 3 12.328 3 11.5V4.5C3 3.672 3.672 3 4.5 3H6", stroke: "#353535", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
10
5
|
exports.default = EditAttrsTracking;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const
|
|
7
|
-
const EditIcon = ({ fill = '#353535', ...props }) => (
|
|
8
|
-
react_1.default.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: fill, stroke: fill, strokeWidth: "0.533333" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const EditIcon = ({ fill = '#353535', ...props }) => ((0, jsx_runtime_1.jsx)("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: (0, jsx_runtime_1.jsx)("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: fill, stroke: fill, strokeWidth: "0.533333" }) }));
|
|
9
5
|
exports.default = EditIcon;
|
|
@@ -1,26 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const
|
|
22
|
-
const FileAudioIcon = (props) => (
|
|
23
|
-
react_1.default.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" }),
|
|
24
|
-
react_1.default.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" }),
|
|
25
|
-
react_1.default.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" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const FileAudioIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" })] }));
|
|
26
5
|
exports.default = FileAudioIcon;
|
|
@@ -1,26 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const
|
|
22
|
-
const FileCodeIcon = (props) => (
|
|
23
|
-
react_1.default.createElement("path", { d: "M5.35566 15.2819L1.02175 10.948L5.46094 6.50879", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
24
|
-
react_1.default.createElement("path", { d: "M15.4617 15.2819L19.7956 10.948L15.3564 6.50879", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
25
|
-
react_1.default.createElement("path", { d: "M12.5 1.96973L8.75 19.4697", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const FileCodeIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { className: props.className, width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M5.35566 15.2819L1.02175 10.948L5.46094 6.50879", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M15.4617 15.2819L19.7956 10.948L15.3564 6.50879", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.5 1.96973L8.75 19.4697", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
26
5
|
exports.default = FileCodeIcon;
|
|
@@ -1,33 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const
|
|
22
|
-
const FileCompressedIcon = (props) => (
|
|
23
|
-
react_1.default.createElement("line", { x1: "11.75", y1: "2.21973", x2: "11.75", y2: "3.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
24
|
-
react_1.default.createElement("line", { x1: "11.75", y1: "5.21973", x2: "11.75", y2: "6.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
25
|
-
react_1.default.createElement("line", { x1: "11.75", y1: "8.21973", x2: "11.75", y2: "9.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
26
|
-
react_1.default.createElement("line", { x1: "10.25", y1: "3.71973", x2: "10.25", y2: "5.21973", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
27
|
-
react_1.default.createElement("line", { x1: "10.25", y1: "6.71973", x2: "10.25", y2: "8.21973", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
28
|
-
react_1.default.createElement("line", { x1: "10.25", y1: "9.71973", x2: "10.25", y2: "11.2197", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
29
|
-
react_1.default.createElement("rect", { x: "1", y: "1.21973", width: "20", height: "23", rx: "2", stroke: "#6E6E6E", strokeWidth: "2" }),
|
|
30
|
-
react_1.default.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" }),
|
|
31
|
-
react_1.default.createElement("path", { d: "M11.5859 18.7197H10.2582V12.7197H11.5859V18.7197Z", fill: "#6E6E6E" }),
|
|
32
|
-
react_1.default.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" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const FileCompressedIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { className: props.className, width: "22", height: "26", viewBox: "0 0 22 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("line", { x1: "11.75", y1: "2.21973", x2: "11.75", y2: "3.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }), (0, jsx_runtime_1.jsx)("line", { x1: "11.75", y1: "5.21973", x2: "11.75", y2: "6.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }), (0, jsx_runtime_1.jsx)("line", { x1: "11.75", y1: "8.21973", x2: "11.75", y2: "9.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }), (0, jsx_runtime_1.jsx)("line", { x1: "10.25", y1: "3.71973", x2: "10.25", y2: "5.21973", stroke: "#6E6E6E", strokeWidth: "1.5" }), (0, jsx_runtime_1.jsx)("line", { x1: "10.25", y1: "6.71973", x2: "10.25", y2: "8.21973", stroke: "#6E6E6E", strokeWidth: "1.5" }), (0, jsx_runtime_1.jsx)("line", { x1: "10.25", y1: "9.71973", x2: "10.25", y2: "11.2197", stroke: "#6E6E6E", strokeWidth: "1.5" }), (0, jsx_runtime_1.jsx)("rect", { x: "1", y: "1.21973", width: "20", height: "23", rx: "2", stroke: "#6E6E6E", strokeWidth: "2" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.5859 18.7197H10.2582V12.7197H11.5859V18.7197Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("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" })] }));
|
|
33
5
|
exports.default = FileCompressedIcon;
|
|
@@ -1,27 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const
|
|
22
|
-
const FileCorruptedIcon = (props) => (
|
|
23
|
-
react_1.default.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" }),
|
|
24
|
-
react_1.default.createElement("path", { d: "M5 13C6.06061 11.4908 8.94545 9.37781 12 13", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
25
|
-
react_1.default.createElement("path", { d: "M5 5C5 5 5 5.52369 5 6.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
26
|
-
react_1.default.createElement("path", { d: "M9 2V7H14", stroke: "#6E6E6E", strokeWidth: "1.5" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const FileCorruptedIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "16", height: "18", viewBox: "0 0 16 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("path", { d: "M5 13C6.06061 11.4908 8.94545 9.37781 12 13", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M5 5C5 5 5 5.52369 5 6.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M9 2V7H14", stroke: "#6E6E6E", strokeWidth: "1.5" })] }));
|
|
27
5
|
exports.default = FileCorruptedIcon;
|
|
@@ -1,27 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const
|
|
22
|
-
const FileDocumentIcon = (props) => (
|
|
23
|
-
react_1.default.createElement("rect", { x: "1", y: "1.72021", width: "18", height: "22", rx: "2", stroke: "#1A9BC7", strokeWidth: "2" }),
|
|
24
|
-
react_1.default.createElement("rect", { x: "5.16699", y: "6.07715", width: "5.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
|
|
25
|
-
react_1.default.createElement("rect", { x: "5.16699", y: "11.7915", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
|
|
26
|
-
react_1.default.createElement("rect", { x: "5.16699", y: "17.5059", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const FileDocumentIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "20", height: "25", viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("rect", { x: "1", y: "1.72021", width: "18", height: "22", rx: "2", stroke: "#1A9BC7", strokeWidth: "2" }), (0, jsx_runtime_1.jsx)("rect", { x: "5.16699", y: "6.07715", width: "5.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }), (0, jsx_runtime_1.jsx)("rect", { x: "5.16699", y: "11.7915", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }), (0, jsx_runtime_1.jsx)("rect", { x: "5.16699", y: "17.5059", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" })] }));
|
|
27
5
|
exports.default = FileDocumentIcon;
|
|
@@ -1,26 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const
|
|
22
|
-
const FileFigureIcon = (props) => (
|
|
23
|
-
react_1.default.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" }),
|
|
24
|
-
react_1.default.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" }),
|
|
25
|
-
react_1.default.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" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const FileFigureIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" })] }));
|
|
26
5
|
exports.default = FileFigureIcon;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const
|
|
7
|
-
const FileGraphicalAbstractIcon = (props) => (
|
|
8
|
-
react_1.default.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" }),
|
|
9
|
-
react_1.default.createElement("path", { d: "M13 14.7197H6V21.7197H13V14.7197Z", stroke: "#FFBD26", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
10
|
-
react_1.default.createElement("path", { d: "M2 9.71973L6 2.71973L10 9.71973H2Z", stroke: "#FFBD26", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const FileGraphicalAbstractIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("path", { d: "M13 14.7197H6V21.7197H13V14.7197Z", stroke: "#FFBD26", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M2 9.71973L6 2.71973L10 9.71973H2Z", stroke: "#FFBD26", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
11
5
|
exports.default = FileGraphicalAbstractIcon;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const
|
|
7
|
-
const FileImage = (props) => (
|
|
8
|
-
react_1.default.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" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const FileImage = (props) => ((0, jsx_runtime_1.jsx)("svg", { width: "20", height: "25", viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: (0, jsx_runtime_1.jsx)("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" }) }));
|
|
9
5
|
exports.default = FileImage;
|
|
@@ -1,28 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const
|
|
22
|
-
const FileLatexIcon = (props) => (
|
|
23
|
-
react_1.default.createElement("path", { d: "M2.99894 1.72021C1.89298 1.72021 1 2.61703 1 3.72022V21.7202C1 22.8248 1.89543 23.7202 3 23.7202H18.1429C19.2474 23.7202 20.1429 22.8248 20.1429 21.7202V9.58706C20.1429 9.02835 19.9092 8.49511 19.4983 8.11645L13.1332 2.24961C12.7656 1.9108 12.2846 1.72021 11.78 1.72021H11.7724H11.7648H11.7572H11.7495H11.7417H11.7338H11.7259H11.7179H11.7099H11.7018H11.6936H11.6854H11.677H11.6687H11.6602H11.6517H11.6432H11.6346H11.6259H11.6171H11.6083H11.5994H11.5905H11.5815H11.5724H11.5633H11.5541H11.5448H11.5355H11.5261H11.5167H11.5072H11.4976H11.488H11.4783H11.4686H11.4588H11.4489H11.439H11.429H11.419H11.4089H11.3987H11.3885H11.3782H11.3679H11.3575H11.347H11.3365H11.3259H11.3153H11.3046H11.2938H11.283H11.2722H11.2613H11.2503H11.2392H11.2282H11.217H11.2058H11.1945H11.1832H11.1719H11.1604H11.1489H11.1374H11.1258H11.1142H11.1025H11.0907H11.0789H11.067H11.0551H11.0431H11.0311H11.019H11.0069H10.9947H10.9825H10.9702H10.9578H10.9454H10.933H10.9204H10.9079H10.8953H10.8826H10.8699H10.8571H10.8443H10.8315H10.8185H10.8056H10.7925H10.7795H10.7664H10.7532H10.74H10.7267H10.7134H10.7H10.6866H10.6731H10.6596H10.646H10.6324H10.6188H10.605H10.5913H10.5775H10.5636H10.5497H10.5358H10.5218H10.5077H10.4936H10.4795H10.4653H10.4511H10.4368H10.4225H10.4081H10.3937H10.3792H10.3647H10.3502H10.3356H10.3209H10.3062H10.2915H10.2767H10.2619H10.247H10.2321H10.2172H10.2022H10.1871H10.1721H10.1569H10.1418H10.1266H10.1113H10.096H10.0807H10.0653H10.0499H10.0344H10.0189H10.0034H9.98777H9.97214H9.95647H9.94076H9.92501H9.90921H9.89338H9.87751H9.8616H9.84565H9.82966H9.81363H9.79756H9.78145H9.7653H9.74911H9.73289H9.71663H9.70032H9.68399H9.66761H9.65119H9.63474H9.61825H9.60172H9.58516H9.56856H9.55192H9.53525H9.51854H9.50179H9.48501H9.46819H9.45134H9.43445H9.41752H9.40056H9.38357H9.36654H9.34947H9.33238H9.31524H9.29807H9.28087H9.26364H9.24637H9.22907H9.21173H9.19436H9.17696H9.15953H9.14206H9.12456H9.10703H9.08947H9.07187H9.05424H9.03658H9.01889H9.00117H8.98342H8.96563H8.94782H8.92997H8.9121H8.89419H8.87625H8.85829H8.84029H8.82227H8.80421H8.78613H8.76801H8.74987H8.7317H8.7135H8.69527H8.67702H8.65873H8.64042H8.62208H8.60371H8.58532H8.56689H8.54844H8.52997H8.51147H8.49294H8.47438H8.4558H8.43719H8.41856H8.3999H8.38121H8.3625H8.34376H8.325H8.30622H8.28741H8.26857H8.24971H8.23083H8.21192H8.19299H8.17403H8.15505H8.13605H8.11703H8.09798H8.07891H8.05981H8.0407H8.02156H8.0024H7.98321H7.96401H7.94478H7.92553H7.90626H7.88697H7.86766H7.84833H7.82898H7.8096H7.79021H7.77079H7.75136H7.73191H7.71243H7.69294H7.67343H7.65389H7.63434H7.61477H7.59519H7.57558H7.55595H7.53631H7.51665H7.49697H7.47728H7.45756H7.43783H7.41808H7.39832H7.37853H7.35874H7.33892H7.31909H7.29924H7.27938H7.2595H7.2396H7.21969H7.19977H7.17983H7.15987H7.1399H7.11992H7.09992H7.0799H7.05988H7.03983H7.01978H6.99971H6.97963H6.95953H6.93942H6.9193H6.89917H6.87902H6.85886H6.83869H6.8185H6.79831H6.7781H6.75788H6.73765H6.71741H6.69715H6.67689H6.65662H6.63633H6.61604H6.59573H6.57542H6.55509H6.53475H6.51441H6.49406H6.47369H6.45332H6.43294H6.41255H6.39215H6.37174H6.35133H6.3309H6.31047H6.29003H6.26959H6.24913H6.22867H6.20821H6.18773H6.16725H6.14676H6.12627H6.10577H6.08526H6.06475H6.04423H6.02371H6.00318H5.98264H5.96211H5.94156H5.92101H5.90046H5.8799H5.85934H5.83878H5.81821H5.79763H5.77706H5.75648H5.73589H5.71531H5.69472H5.67413H5.65353H5.63294H5.61234H5.59174H5.57114H5.55053H5.52993H5.50932H5.48872H5.46811H5.4475H5.42689H5.40628H5.38567H5.36506H5.34445H5.32384H5.30323H5.28262H5.26201H5.2414H5.22079H5.20019H5.17958H5.15898H5.13838H5.11778H5.09718H5.07659H5.056H5.03541H5.01482H4.99424H4.97365H4.95308H4.9325H4.91193H4.89137H4.8708H4.85024H4.82969H4.80914H4.78859H4.76805H4.74752H4.72699H4.70646H4.68594H4.66543H4.64492H4.62441H4.60392H4.58343H4.56294H4.54247H4.522H4.50153H4.48108H4.46063H4.44019H4.41975H4.39933H4.37891H4.3585H4.3381H4.3177H4.29732H4.27694H4.25658H4.23622H4.21587H4.19553H4.1752H4.15488H4.13457H4.11427H4.09399H4.07371H4.05344H4.03318H4.01294H3.9927H3.97248H3.95227H3.93207H3.91188H3.8917H3.87154H3.85139H3.83125H3.81112H3.79101H3.77091H3.75082H3.73075H3.71068H3.69064H3.6706H3.65059H3.63058H3.61059H3.59061H3.57065H3.55071H3.53078H3.51086H3.49096H3.47107H3.45121H3.43135H3.41151H3.39169H3.37189H3.3521H3.33233H3.31257H3.29284H3.27312H3.25341H3.23373H3.21406H3.19441H3.17478H3.15517H3.13557H3.116H3.09644H3.0769H3.05738H3.03788H3.0184H2.99894Z", stroke: "#B3A1FC", strokeWidth: "2" }),
|
|
24
|
-
react_1.default.createElement("path", { d: "M7.67318 12.7202C7.78363 12.7202 7.87318 12.8098 7.87318 12.9202V13.5713C7.87318 13.6818 7.78363 13.7713 7.67318 13.7713H6.49957C6.38912 13.7713 6.29957 13.8608 6.29957 13.9713V18.2345C6.29957 18.345 6.21003 18.4345 6.09957 18.4345H5.20231C5.09186 18.4345 5.00231 18.345 5.00231 18.2345V13.9713C5.00231 13.8608 4.91277 13.7713 4.80231 13.7713H3.62871C3.51825 13.7713 3.42871 13.6818 3.42871 13.5713V12.9202C3.42871 12.8098 3.51825 12.7202 3.62871 12.7202H7.67318Z", fill: "#B3A1FC" }),
|
|
25
|
-
react_1.default.createElement("path", { d: "M11.8078 12.7202C11.9182 12.7202 12.0078 12.8098 12.0078 12.9202V13.5399C12.0078 13.6504 11.9182 13.7399 11.8078 13.7399H9.91262C9.80217 13.7399 9.71262 13.8295 9.71262 13.9399V14.8734C9.71262 14.9838 9.80217 15.0734 9.91262 15.0734H11.2705C11.3809 15.0734 11.4705 15.1629 11.4705 15.2734V15.8539C11.4705 15.9643 11.3809 16.0539 11.2705 16.0539H9.91262C9.80217 16.0539 9.71262 16.1434 9.71262 16.2539V17.2148C9.71262 17.3253 9.80217 17.4148 9.91262 17.4148H11.8078C11.9182 17.4148 12.0078 17.5043 12.0078 17.6148V18.2345C12.0078 18.345 11.9182 18.4345 11.8078 18.4345H8.60769C8.49723 18.4345 8.40769 18.345 8.40769 18.2345V12.9202C8.40769 12.8098 8.49723 12.7202 8.60769 12.7202H11.8078Z", fill: "#B3A1FC" }),
|
|
26
|
-
react_1.default.createElement("path", { d: "M14.0613 15.6024C14.1008 15.5378 14.1005 15.4563 14.0605 15.3921L12.5855 13.026C12.5025 12.8928 12.5983 12.7202 12.7552 12.7202H13.6921C13.7766 12.7202 13.838 12.732 13.8764 12.7555C13.9173 12.7764 13.9531 12.813 13.9838 12.8653L15.0434 14.6985C15.0648 14.7355 15.1203 14.7313 15.1391 14.693C15.157 14.6616 15.1762 14.6289 15.1967 14.5949L16.1715 12.8849C16.2355 12.7751 16.3225 12.7202 16.4325 12.7202H17.3089C17.4673 12.7202 17.5629 12.8956 17.477 13.0287L15.9895 15.3337C15.9482 15.3976 15.9468 15.4795 15.9859 15.5448L17.5334 18.1318C17.6131 18.2651 17.5171 18.4345 17.3617 18.4345H16.4172C16.3327 18.4345 16.2636 18.4136 16.2099 18.3717C16.1587 18.3299 16.1178 18.2802 16.0871 18.2227L15.0468 16.3661C15.0154 16.3101 14.9308 16.3168 14.8973 16.3716L13.8533 18.2227C13.8226 18.2776 13.7817 18.3273 13.7305 18.3717C13.6794 18.4136 13.6154 18.4345 13.5386 18.4345H12.6829C12.5266 18.4345 12.4307 18.2633 12.5124 18.13L14.0613 15.6024Z", fill: "#B3A1FC" }),
|
|
27
|
-
react_1.default.createElement("path", { d: "M12 2.72021V9.86307H19.1429", stroke: "#B3A1FC", strokeWidth: "2" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const FileLatexIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "22", height: "25", viewBox: "0 0 22 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 2.72021V9.86307H19.1429", stroke: "#B3A1FC", strokeWidth: "2" })] }));
|
|
28
5
|
exports.default = FileLatexIcon;
|
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const
|
|
7
|
-
const FileMainDocumentIcon = (props) => (
|
|
8
|
-
react_1.default.createElement("rect", { x: "9", y: "9.71973", width: "18", height: "22", rx: "2", stroke: "#1A9BC7", strokeWidth: "2" }),
|
|
9
|
-
react_1.default.createElement("rect", { x: "13.167", y: "14.0771", width: "5.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
|
|
10
|
-
react_1.default.createElement("rect", { x: "13.167", y: "19.791", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
|
|
11
|
-
react_1.default.createElement("rect", { x: "13.167", y: "25.5059", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }),
|
|
12
|
-
react_1.default.createElement("circle", { cx: "8", cy: "8.71973", r: "7", fill: "#1A9BC7", stroke: "white", strokeWidth: "2" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const FileMainDocumentIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "28", height: "33", style: { marginLeft: -7, marginTop: -4 }, viewBox: "0 0 28 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("rect", { x: "9", y: "9.71973", width: "18", height: "22", rx: "2", stroke: "#1A9BC7", strokeWidth: "2" }), (0, jsx_runtime_1.jsx)("rect", { x: "13.167", y: "14.0771", width: "5.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }), (0, jsx_runtime_1.jsx)("rect", { x: "13.167", y: "19.791", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }), (0, jsx_runtime_1.jsx)("rect", { x: "13.167", y: "25.5059", width: "9.66667", height: "1.14286", rx: "0.5", fill: "#1A9BC7", stroke: "#1A9BC7" }), (0, jsx_runtime_1.jsx)("circle", { cx: "8", cy: "8.71973", r: "7", fill: "#1A9BC7", stroke: "white", strokeWidth: "2" })] }));
|
|
13
5
|
exports.default = FileMainDocumentIcon;
|
|
@@ -1,25 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const
|
|
22
|
-
const FilePdf = (props) => (
|
|
23
|
-
react_1.default.createElement("rect", { x: "1", y: "1.72021", width: "18", height: "22", rx: "2", stroke: "#F35143", strokeWidth: "2" }),
|
|
24
|
-
react_1.default.createElement("path", { d: "M12.6895 14.0611L12.5099 13.9097C11.9896 13.4709 11.4834 13.0104 11.1381 12.6404C10.7062 12.1776 10.3195 11.7272 9.98198 11.296L9.82199 11.0917L9.89703 10.8432C10.1522 9.99831 10.3328 9.36771 10.4494 8.89346C10.5682 8.41003 10.6108 8.12587 10.6108 7.95812C10.6108 7.00146 10.4444 6.55679 10.2693 6.34771C10.1184 6.16754 9.88673 6.07715 9.44417 6.07715C9.15583 6.07715 8.89538 6.15497 8.69755 6.37493C8.49069 6.60494 8.2775 7.07254 8.2775 8.01509C8.2775 8.74613 8.65856 9.71896 9.53778 10.9432L9.68222 11.1443L9.6098 11.3811C9.42707 11.9786 9.21786 12.652 8.98635 13.3971C8.93829 13.5518 8.88927 13.7096 8.83933 13.8705L8.83918 13.8709C8.69472 14.3346 8.53757 14.7654 8.37074 15.1651L8.29701 15.3417L8.1242 15.424C7.99878 15.4837 7.87914 15.5434 7.76514 15.6045L12.6895 14.0611ZM12.6895 14.0611L12.9206 14.0196M12.6895 14.0611L12.9206 14.0196M12.9206 14.0196C13.7087 13.8781 14.2696 13.8153 14.4441 13.8152L12.9206 14.0196ZM6.50549 16.2565L6.50517 16.2567C5.601 16.7153 4.91761 17.0647 4.4514 17.4344C4.00657 17.7872 3.83301 18.0999 3.83301 18.4812C3.83301 18.7207 3.94942 18.9288 4.16696 19.0929C4.39148 19.2622 4.70093 19.3629 4.99968 19.3629C5.30617 19.3629 5.83024 19.1197 6.46723 18.464C7.08143 17.8319 7.72628 16.8903 8.2771 15.6864L8.29465 15.648L7.39496 17.0457C6.95728 17.7257 6.51401 18.2361 6.12527 18.5829C5.93149 18.7559 5.74411 18.8945 5.57101 18.9929C5.41394 19.0822 5.21054 19.1724 4.99968 19.1724C4.75643 19.1724 4.55261 19.111 4.40399 19.0432C4.3296 19.0092 4.26583 18.9722 4.21424 18.937C4.18221 18.9152 4.10443 18.8608 4.04554 18.7831L3.9441 18.6492V18.4812C3.9441 18.1583 4.1539 17.9154 4.29691 17.7764C4.462 17.616 4.67873 17.462 4.90726 17.3183C5.36285 17.0319 5.95762 16.73 6.51509 16.4471L6.52849 16.4403L6.52852 16.4403C6.56747 16.4205 6.60079 16.4037 6.63368 16.3871C6.66996 16.3689 6.70572 16.3508 6.74796 16.3294L8.35716 15.5114L8.358 15.5095L8.3744 15.5026L8.39496 15.4922L8.39341 15.4946L8.53711 15.4338C9.76531 14.9147 11.2736 14.5365 12.4473 14.302L12.68 14.2555L12.8632 14.4064C13.3214 14.7839 13.7933 15.1446 14.2045 15.4082C14.4104 15.5403 14.5913 15.6416 14.7409 15.7083C14.901 15.7798 14.9812 15.7914 14.9997 15.7914C15.5796 15.7914 15.8347 15.6171 15.9606 15.4612C16.1029 15.2849 16.1664 15.026 16.1664 14.7225C16.1664 14.4647 16.0997 14.312 16.024 14.2134C15.9442 14.1095 15.8221 14.0242 15.649 13.9588C15.2832 13.8205 14.8207 13.8152 14.4442 13.8152L6.50549 16.2565ZM6.50549 16.2565L6.53948 16.2392M6.50549 16.2565L6.53948 16.2392M6.53948 16.2392C6.91842 16.0467 7.33094 15.8371 7.76512 15.6045L6.53948 16.2392ZM9.12998 10.0763L9.7192 11.0483L10.0375 9.95714C10.1813 9.46455 10.2944 9.05365 10.372 8.73124C10.4454 8.42607 10.4997 8.15135 10.4997 7.95812C10.4997 7.65286 10.4895 7.40507 10.4641 7.2065C10.4398 7.01584 10.3961 6.82184 10.2974 6.65815C10.1805 6.46451 10.011 6.35209 9.82425 6.30281C9.68834 6.26695 9.54411 6.26738 9.46202 6.26762C9.45569 6.26764 9.44973 6.26766 9.44417 6.26766C9.44189 6.26766 9.43938 6.26765 9.43663 6.26764C9.38688 6.26748 9.26076 6.26707 9.12366 6.31074C8.963 6.36192 8.81127 6.4634 8.69067 6.62746C8.47513 6.9207 8.38859 7.37436 8.38859 8.01509C8.38859 8.62162 8.68114 9.3359 9.12998 10.0763ZM8.84048 14.2536L8.51902 15.211L9.47528 14.8862C10.1529 14.656 10.8651 14.4621 11.5382 14.305L12.4622 14.0892L11.7618 13.449C11.4195 13.1361 11.1735 12.896 11.0836 12.7997L11.0836 12.7997C10.822 12.5195 10.5789 12.247 10.354 11.9817L9.76405 11.2856L9.49486 12.1575C9.36234 12.5867 9.21692 13.054 9.05814 13.5642C9.0189 13.6903 8.97886 13.8189 8.93798 13.9503L8.93752 13.9518C8.9062 14.0536 8.87385 14.1542 8.84048 14.2536ZM16.0553 14.7226V14.6175L16.013 14.5214C15.8854 14.2311 15.6077 14.1251 15.3959 14.0773C15.1713 14.0268 14.8619 14.0058 14.4441 14.0058C14.347 14.0058 14.2059 14.0184 14.0478 14.0372L12.7832 14.1871L13.812 14.9376C14.0336 15.0993 14.2404 15.2414 14.4159 15.3497C14.5694 15.4444 14.7605 15.5532 14.9276 15.5917L14.9847 15.6049L15.0433 15.6045C15.1845 15.6035 15.3194 15.5955 15.4397 15.5705C15.5592 15.5456 15.7098 15.4949 15.8364 15.3738C15.9719 15.2443 16.0213 15.091 16.0403 14.9772C16.0556 14.8863 16.0554 14.7907 16.0553 14.7348C16.0553 14.7305 16.0553 14.7264 16.0553 14.7226Z", fill: "#FFFFFF", stroke: "#F35143" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const FilePdf = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "20", height: "25", viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("rect", { x: "1", y: "1.72021", width: "18", height: "22", rx: "2", stroke: "#F35143", strokeWidth: "2" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.6895 14.0611L12.5099 13.9097C11.9896 13.4709 11.4834 13.0104 11.1381 12.6404C10.7062 12.1776 10.3195 11.7272 9.98198 11.296L9.82199 11.0917L9.89703 10.8432C10.1522 9.99831 10.3328 9.36771 10.4494 8.89346C10.5682 8.41003 10.6108 8.12587 10.6108 7.95812C10.6108 7.00146 10.4444 6.55679 10.2693 6.34771C10.1184 6.16754 9.88673 6.07715 9.44417 6.07715C9.15583 6.07715 8.89538 6.15497 8.69755 6.37493C8.49069 6.60494 8.2775 7.07254 8.2775 8.01509C8.2775 8.74613 8.65856 9.71896 9.53778 10.9432L9.68222 11.1443L9.6098 11.3811C9.42707 11.9786 9.21786 12.652 8.98635 13.3971C8.93829 13.5518 8.88927 13.7096 8.83933 13.8705L8.83918 13.8709C8.69472 14.3346 8.53757 14.7654 8.37074 15.1651L8.29701 15.3417L8.1242 15.424C7.99878 15.4837 7.87914 15.5434 7.76514 15.6045L12.6895 14.0611ZM12.6895 14.0611L12.9206 14.0196M12.6895 14.0611L12.9206 14.0196M12.9206 14.0196C13.7087 13.8781 14.2696 13.8153 14.4441 13.8152L12.9206 14.0196ZM6.50549 16.2565L6.50517 16.2567C5.601 16.7153 4.91761 17.0647 4.4514 17.4344C4.00657 17.7872 3.83301 18.0999 3.83301 18.4812C3.83301 18.7207 3.94942 18.9288 4.16696 19.0929C4.39148 19.2622 4.70093 19.3629 4.99968 19.3629C5.30617 19.3629 5.83024 19.1197 6.46723 18.464C7.08143 17.8319 7.72628 16.8903 8.2771 15.6864L8.29465 15.648L7.39496 17.0457C6.95728 17.7257 6.51401 18.2361 6.12527 18.5829C5.93149 18.7559 5.74411 18.8945 5.57101 18.9929C5.41394 19.0822 5.21054 19.1724 4.99968 19.1724C4.75643 19.1724 4.55261 19.111 4.40399 19.0432C4.3296 19.0092 4.26583 18.9722 4.21424 18.937C4.18221 18.9152 4.10443 18.8608 4.04554 18.7831L3.9441 18.6492V18.4812C3.9441 18.1583 4.1539 17.9154 4.29691 17.7764C4.462 17.616 4.67873 17.462 4.90726 17.3183C5.36285 17.0319 5.95762 16.73 6.51509 16.4471L6.52849 16.4403L6.52852 16.4403C6.56747 16.4205 6.60079 16.4037 6.63368 16.3871C6.66996 16.3689 6.70572 16.3508 6.74796 16.3294L8.35716 15.5114L8.358 15.5095L8.3744 15.5026L8.39496 15.4922L8.39341 15.4946L8.53711 15.4338C9.76531 14.9147 11.2736 14.5365 12.4473 14.302L12.68 14.2555L12.8632 14.4064C13.3214 14.7839 13.7933 15.1446 14.2045 15.4082C14.4104 15.5403 14.5913 15.6416 14.7409 15.7083C14.901 15.7798 14.9812 15.7914 14.9997 15.7914C15.5796 15.7914 15.8347 15.6171 15.9606 15.4612C16.1029 15.2849 16.1664 15.026 16.1664 14.7225C16.1664 14.4647 16.0997 14.312 16.024 14.2134C15.9442 14.1095 15.8221 14.0242 15.649 13.9588C15.2832 13.8205 14.8207 13.8152 14.4442 13.8152L6.50549 16.2565ZM6.50549 16.2565L6.53948 16.2392M6.50549 16.2565L6.53948 16.2392M6.53948 16.2392C6.91842 16.0467 7.33094 15.8371 7.76512 15.6045L6.53948 16.2392ZM9.12998 10.0763L9.7192 11.0483L10.0375 9.95714C10.1813 9.46455 10.2944 9.05365 10.372 8.73124C10.4454 8.42607 10.4997 8.15135 10.4997 7.95812C10.4997 7.65286 10.4895 7.40507 10.4641 7.2065C10.4398 7.01584 10.3961 6.82184 10.2974 6.65815C10.1805 6.46451 10.011 6.35209 9.82425 6.30281C9.68834 6.26695 9.54411 6.26738 9.46202 6.26762C9.45569 6.26764 9.44973 6.26766 9.44417 6.26766C9.44189 6.26766 9.43938 6.26765 9.43663 6.26764C9.38688 6.26748 9.26076 6.26707 9.12366 6.31074C8.963 6.36192 8.81127 6.4634 8.69067 6.62746C8.47513 6.9207 8.38859 7.37436 8.38859 8.01509C8.38859 8.62162 8.68114 9.3359 9.12998 10.0763ZM8.84048 14.2536L8.51902 15.211L9.47528 14.8862C10.1529 14.656 10.8651 14.4621 11.5382 14.305L12.4622 14.0892L11.7618 13.449C11.4195 13.1361 11.1735 12.896 11.0836 12.7997L11.0836 12.7997C10.822 12.5195 10.5789 12.247 10.354 11.9817L9.76405 11.2856L9.49486 12.1575C9.36234 12.5867 9.21692 13.054 9.05814 13.5642C9.0189 13.6903 8.97886 13.8189 8.93798 13.9503L8.93752 13.9518C8.9062 14.0536 8.87385 14.1542 8.84048 14.2536ZM16.0553 14.7226V14.6175L16.013 14.5214C15.8854 14.2311 15.6077 14.1251 15.3959 14.0773C15.1713 14.0268 14.8619 14.0058 14.4441 14.0058C14.347 14.0058 14.2059 14.0184 14.0478 14.0372L12.7832 14.1871L13.812 14.9376C14.0336 15.0993 14.2404 15.2414 14.4159 15.3497C14.5694 15.4444 14.7605 15.5532 14.9276 15.5917L14.9847 15.6049L15.0433 15.6045C15.1845 15.6035 15.3194 15.5955 15.4397 15.5705C15.5592 15.5456 15.7098 15.4949 15.8364 15.3738C15.9719 15.2443 16.0213 15.091 16.0403 14.9772C16.0556 14.8863 16.0554 14.7907 16.0553 14.7348C16.0553 14.7305 16.0553 14.7264 16.0553 14.7226Z", fill: "#FFFFFF", stroke: "#F35143" })] }));
|
|
25
5
|
exports.default = FilePdf;
|
|
@@ -1,24 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const
|
|
22
|
-
const FileTableIcon = (props) => (
|
|
23
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.5625 0.719727C20.461 0.719727 22 2.25875 22 4.15723V13.7822C22 15.6807 20.461 17.2197 18.5625 17.2197H3.4375C1.53902 17.2197 0 15.6807 0 13.7822V4.15723C0 2.25875 1.53902 0.719727 3.4375 0.719727H18.5625ZM4.8125 7.59473H2.0625V13.7822C2.0625 14.4874 2.59331 15.0685 3.27715 15.148L3.4375 15.1572H4.8125V7.59473ZM19.9375 7.59473H6.875V15.1572H18.5625C19.2676 15.1572 19.8488 14.6264 19.9282 13.9426L19.9375 13.7822V7.59473ZM4.8125 2.78223H3.4375C2.67811 2.78223 2.0625 3.39784 2.0625 4.15723V5.53223H4.8125V2.78223ZM18.5625 2.78223H6.875V5.53223H19.9375V4.15723C19.9375 3.45208 19.4067 2.8709 18.7229 2.79148L18.5625 2.78223Z", fill: "#F35143" })));
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const FileTableIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { width: "22", height: "18", viewBox: "0 0 22 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.5625 0.719727C20.461 0.719727 22 2.25875 22 4.15723V13.7822C22 15.6807 20.461 17.2197 18.5625 17.2197H3.4375C1.53902 17.2197 0 15.6807 0 13.7822V4.15723C0 2.25875 1.53902 0.719727 3.4375 0.719727H18.5625ZM4.8125 7.59473H2.0625V13.7822C2.0625 14.4874 2.59331 15.0685 3.27715 15.148L3.4375 15.1572H4.8125V7.59473ZM19.9375 7.59473H6.875V15.1572H18.5625C19.2676 15.1572 19.8488 14.6264 19.9282 13.9426L19.9375 13.7822V7.59473ZM4.8125 2.78223H3.4375C2.67811 2.78223 2.0625 3.39784 2.0625 4.15723V5.53223H4.8125V2.78223ZM18.5625 2.78223H6.875V5.53223H19.9375V4.15723C19.9375 3.45208 19.4067 2.8709 18.7229 2.79148L18.5625 2.78223Z", fill: "#F35143" }) }));
|
|
24
5
|
exports.default = FileTableIcon;
|