@manuscripts/style-guide 3.3.6 → 3.3.8
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 +6 -2
- 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 -7
- 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 +5 -0
- package/dist/cjs/components/icons/toolbar-citation.js +2 -6
- 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 +5 -0
- 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 +2 -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 -4
- 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 +3 -0
- package/dist/es/components/icons/toolbar-citation.js +2 -3
- 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 +3 -0
- 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 +2 -0
- package/dist/types/components/icons/section-category.d.ts +1 -2
- package/dist/types/components/icons/toolbar-boxed-text.d.ts +4 -0
- package/dist/types/components/icons/toolbar-special-characters.d.ts +4 -0
- 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,44 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const AuthorPlaceholderIcon = (props) => (React.createElement("svg", { width: "300", height: "300", viewBox: "0 0 300 300", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
|
|
18
|
-
React.createElement("path", { opacity: "0.599", fillRule: "evenodd", clipRule: "evenodd", d: "M165.626 9.91492L259.192 63.902C264.782 67.1272 269.424 71.7674 272.652 77.3559C275.879 82.9444 277.578 89.2842 277.578 95.7378V203.671C277.578 210.125 275.879 216.465 272.651 222.053C269.423 227.642 264.781 232.282 259.191 235.507L165.625 289.493C160.039 292.716 153.705 294.412 147.256 294.412C140.808 294.412 134.473 292.716 128.888 289.493L35.3215 235.507C29.7314 232.282 25.0891 227.642 21.8614 222.053C18.6336 216.465 16.9342 210.125 16.9341 203.671V95.7378C16.9342 89.2841 18.6336 82.9442 21.8614 77.3557C25.0891 71.7672 29.7314 67.1271 35.3215 63.902L128.888 9.91492C134.473 6.69232 140.808 4.99585 147.256 4.99585C153.705 4.99585 160.039 6.69232 165.625 9.91492H165.626Z", fill: "#F2F2F2" }),
|
|
19
|
-
React.createElement("path", { opacity: "0.268", d: "M150.093 231.872C195.274 231.872 231.9 195.246 231.9 150.065C231.9 104.884 195.274 68.2581 150.093 68.2581C104.912 68.2581 68.2856 104.884 68.2856 150.065C68.2856 195.246 104.912 231.872 150.093 231.872Z", fill: "#D5E7E9" }),
|
|
20
|
-
React.createElement("path", { opacity: "0.644", d: "M150.093 201.943C178.744 201.943 201.97 178.716 201.97 150.065C201.97 121.414 178.744 98.1874 150.093 98.1874C121.442 98.1874 98.2151 121.414 98.2151 150.065C98.2151 178.716 121.442 201.943 150.093 201.943Z", fill: "#D5E7E9" }),
|
|
21
|
-
React.createElement("path", { d: "M181.038 92.826L174.305 100.849C173.825 101.421 172.972 101.496 172.4 101.016L172.399 101.015C171.826 100.535 171.752 99.6816 172.232 99.1093L178.964 91.0863C179.444 90.5139 180.298 90.4393 180.87 90.9195L180.871 90.9202C181.443 91.4004 181.518 92.2537 181.038 92.826Z", fill: "#979797" }),
|
|
22
|
-
React.createElement("path", { d: "M186.078 106.353L178.82 108.162C178.095 108.343 177.361 107.902 177.18 107.177L177.18 107.176C176.999 106.451 177.441 105.717 178.166 105.536L185.424 103.727C186.149 103.546 186.883 103.987 187.064 104.712L187.064 104.713C187.245 105.438 186.803 106.172 186.078 106.353Z", fill: "#979797" }),
|
|
23
|
-
React.createElement("g", { filter: "url(#filter0_d_6815_245)" },
|
|
24
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M132.816 155.652C130.658 153.358 129.588 150.631 128.196 145.197C128.083 144.753 127.97 144.31 127.857 143.867C127.1 143.574 126.506 142.908 126.064 141.966C125.645 141.072 125.376 140.144 124.73 137.577C124.707 137.49 124.684 137.404 124.66 137.318C124.47 136.637 124.21 135.932 123.796 134.934L123.405 133.999C123.249 133.628 123.135 133.348 123.033 133.081C122.755 132.365 122.578 131.798 122.484 131.27C122.205 129.684 122.808 128.395 124.307 127.948L123.431 117.119C123.039 112.27 124.932 108.152 128.58 106.296C129.25 105.949 129.909 105.579 130.555 105.187C130.882 104.991 132.37 104.09 132.784 103.845C135.581 102.179 137.603 101.196 139.797 100.603C145.495 99.0584 148.732 98.5915 152.397 99.193C153.651 99.3986 154.76 99.6639 155.919 100.027C157.227 100.436 163.038 102.707 164.958 103.392C169.441 104.993 172.485 111.25 172.011 117.12L171.135 127.935C172.667 128.369 173.284 129.669 173.002 131.27C172.909 131.798 172.731 132.365 172.453 133.082C172.35 133.348 172.238 133.628 172.082 134L171.691 134.934C171.277 135.932 171.016 136.637 170.826 137.318L170.757 137.578C170.103 140.173 169.83 141.095 169.371 141.999C168.892 142.942 168.239 143.583 167.424 143.842C166.083 150.097 165.014 153.121 162.625 155.653V161.491C162.625 163.208 164.405 165.011 166.63 165.356L179.512 167.356C188.77 168.793 198.321 175.982 200.982 183.608L201.676 185.598H98.7429L98.8487 184.003C99.3924 175.753 107.475 168.174 116.916 166.883L128.813 165.257C131.033 164.954 132.815 163.189 132.815 161.491V155.652H132.816Z", stroke: "#979797", strokeWidth: "3" }),
|
|
25
|
-
React.createElement("mask", { id: "mask0_6815_245", style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", x: "100", y: "100", width: "100", height: "85" },
|
|
26
|
-
React.createElement("path", { d: "M134.312 155.039V161.491C134.312 163.99 131.932 166.342 129.015 166.74L117.119 168.366C108.347 169.565 100.836 176.606 100.342 184.102H199.568C197.1 177.027 188.019 170.192 179.283 168.835L166.4 166.836C163.489 166.384 161.13 163.997 161.13 161.492V155.04C164.205 152.052 165.122 147.465 166.194 142.435C167.883 142.768 168.382 140.876 169.306 137.212C170.23 133.549 173.12 129.794 170.506 129.326C170.182 129.265 169.849 129.26 169.523 129.311L170.518 117C170.934 111.859 168.299 106.176 164.453 104.803C158.084 102.526 156.117 101.32 152.156 100.67C148.194 100.019 144.307 100.931 140.189 102.046C136.071 103.162 132.337 106.065 129.259 107.63C126.181 109.196 124.579 112.738 124.923 116.998L125.918 129.303C125.606 129.26 125.289 129.267 124.98 129.325C122.366 129.794 125.257 133.548 126.181 137.211C127.105 140.875 127.605 142.767 129.053 142.508C130.35 147.473 131.238 152.053 134.312 155.038V155.039Z", fill: "white" })),
|
|
27
|
-
React.createElement("g", { mask: "url(#mask0_6815_245)" },
|
|
28
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M139.723 155.039V161.491C139.723 163.99 137.345 166.342 134.428 166.74L122.532 168.366C113.76 169.565 106.248 176.606 105.754 184.102H204.98C202.512 177.027 193.432 170.192 184.695 168.835L171.813 166.836C168.901 166.384 166.542 163.997 166.542 161.492V155.04C169.618 152.052 170.535 147.465 171.606 142.435C173.296 142.768 173.795 140.876 174.719 137.212C175.643 133.549 178.534 129.794 175.92 129.326C175.595 129.265 175.262 129.26 174.935 129.311L175.931 117C176.347 111.859 173.711 106.176 169.866 104.803C163.495 102.526 161.529 101.32 157.567 100.67C153.606 100.019 149.719 100.931 145.6 102.046C141.482 103.162 137.749 106.065 134.67 107.63C131.592 109.196 129.99 112.738 130.334 116.998L131.33 129.303C131.018 129.26 130.702 129.267 130.392 129.325C127.778 129.794 130.669 133.548 131.592 137.211C132.516 140.875 133.016 142.767 134.465 142.508C135.762 147.473 136.65 152.053 139.723 155.038V155.039Z", fill: "white" }),
|
|
29
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M158.074 114.885C154.827 98.6733 195.059 110.039 195.059 104.061C195.059 98.0817 178.5 93.2361 158.074 93.2361C137.648 93.2361 121.089 98.0817 121.089 104.061C121.089 110.038 121.089 128.483 158.074 114.885Z", fill: "#D8D8D8" }),
|
|
30
|
-
React.createElement("path", { d: "M158.074 114.885L158.592 116.293C159.285 116.038 159.69 115.315 159.545 114.59L158.074 114.885ZM159.545 114.59C159.197 112.854 159.459 111.669 160 110.81C160.56 109.921 161.551 109.175 163.033 108.591C166.05 107.401 170.508 107.102 175.338 107.135C177.723 107.152 180.137 107.248 182.442 107.337C184.734 107.426 186.933 107.509 188.835 107.494C190.707 107.48 192.432 107.373 193.725 107.026C194.369 106.853 195.042 106.587 195.578 106.133C196.167 105.634 196.559 104.926 196.559 104.061H193.559C193.559 104.029 193.567 103.971 193.598 103.909C193.626 103.851 193.653 103.832 193.638 103.845C193.585 103.889 193.397 104.008 192.948 104.128C192.053 104.368 190.66 104.48 188.812 104.494C186.993 104.508 184.867 104.429 182.558 104.339C180.263 104.251 177.8 104.153 175.359 104.136C170.537 104.102 165.546 104.374 161.933 105.8C160.1 106.523 158.48 107.596 157.462 109.211C156.424 110.857 156.139 112.864 156.603 115.18L159.545 114.59ZM196.559 104.061C196.559 101.822 195.018 100.005 193.006 98.6134C190.949 97.1899 188.07 95.9682 184.647 94.9666C177.783 92.9576 168.388 91.7361 158.074 91.7361V94.7361C168.186 94.7361 177.283 95.9373 183.805 97.8458C187.075 98.803 189.613 99.9138 191.299 101.08C193.03 102.278 193.559 103.31 193.559 104.061H196.559ZM158.074 91.7361C147.76 91.7361 138.365 92.9576 131.501 94.9666C128.078 95.9682 125.199 97.1899 123.142 98.6134C121.13 100.005 119.589 101.822 119.589 104.061H122.589C122.589 103.31 123.118 102.278 124.849 101.08C126.535 99.9138 129.073 98.803 132.343 97.8458C138.865 95.9373 147.962 94.7361 158.074 94.7361V91.7361ZM119.589 104.061C119.589 106.943 119.515 113.822 124.781 117.99C130.079 122.182 140.045 123.112 158.592 116.293L157.556 113.477C139.119 120.256 130.592 118.762 126.643 115.638C122.664 112.488 122.589 107.156 122.589 104.061H119.589Z", fill: "#979797" }),
|
|
31
|
-
React.createElement("path", { d: "M144.594 131.306C144.594 134.872 141.502 137.764 136.349 137.764H135.32C130.168 137.764 128.107 134.871 128.107 131.306C128.107 127.74 128.588 124.849 135.802 124.849H136.9C144.114 124.849 144.595 127.74 144.595 131.306H144.594ZM167.671 131.306C167.671 134.872 164.579 137.764 159.426 137.764H158.394C153.243 137.764 151.181 134.871 151.181 131.306C151.181 127.74 151.662 124.849 158.876 124.849H159.975C167.188 124.849 167.671 127.74 167.671 131.306Z", fill: "#E2E2E2" }),
|
|
32
|
-
React.createElement("path", { d: "M136.899 123.772C145.014 123.772 145.693 127.493 145.693 131.306C145.693 135.741 141.852 138.84 136.349 138.84H135.32C130.115 138.84 127.007 136.023 127.007 131.306C127.007 127.494 127.686 123.772 135.802 123.772H136.9H136.899ZM136.899 125.924H135.801C129.204 125.924 129.204 128.298 129.204 131.306C129.204 133.761 130.265 136.688 135.32 136.688H136.349C140.557 136.688 143.496 134.475 143.496 131.306C143.496 128.299 143.496 125.924 136.899 125.924ZM159.975 123.772C168.09 123.772 168.769 127.493 168.769 131.306C168.769 135.741 164.928 138.84 159.426 138.84H158.394C153.19 138.84 150.082 136.023 150.082 131.306C150.082 127.494 150.76 123.772 158.876 123.772H159.975ZM159.975 125.924H158.876C152.28 125.924 152.28 128.298 152.28 131.306C152.28 133.761 153.341 136.688 158.395 136.688H159.426C163.633 136.688 166.571 134.475 166.571 131.306C166.571 128.299 166.571 125.924 159.975 125.924Z", fill: "#979797" }),
|
|
33
|
-
React.createElement("path", { d: "M124.811 125.925C125.069 125.673 127.882 123.772 135.8 123.772C142.44 123.772 143.844 124.463 145.972 125.508L146.128 125.584C146.276 125.637 147.032 125.894 147.917 125.923C148.494 125.893 149.065 125.784 149.613 125.599C152.042 124.415 154.418 123.772 159.974 123.772C167.893 123.772 170.706 125.673 170.963 125.925C171.571 125.925 172.062 126.406 172.062 127V128.078C172.059 128.366 171.941 128.641 171.735 128.843C171.529 129.045 171.252 129.156 170.963 129.153C170.963 129.153 168.766 129.153 168.766 130.23C168.766 131.306 167.666 128.673 167.666 128.077V127.029C166.326 126.515 163.928 125.925 159.974 125.925C155.571 125.925 153.377 126.34 151.495 127.118L151.517 127.168L150.582 127.539L151.516 127.909L150.691 129.905L149.674 129.501C149.49 129.433 149.303 129.377 149.113 129.333C148.355 129.145 147.575 129.089 146.884 129.23C146.632 129.282 146.396 129.36 146.181 129.466L145.198 129.948L144.216 128.022L145.198 127.541L145.2 127.539L144.259 127.167L144.289 127.094C142.666 126.336 141.171 125.925 135.799 125.925C131.848 125.925 129.448 126.514 128.108 127.028V128.077C128.108 128.673 127.01 131.306 127.01 130.23C127.01 129.153 124.811 129.153 124.811 129.153C124.668 129.155 124.527 129.128 124.394 129.075C124.262 129.022 124.141 128.943 124.039 128.843C123.937 128.743 123.856 128.624 123.8 128.492C123.744 128.361 123.714 128.22 123.713 128.077V127C123.716 126.712 123.834 126.437 124.039 126.235C124.245 126.034 124.523 125.922 124.811 125.925Z", fill: "#979797" }),
|
|
34
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M126.05 164.499H139.582C139.94 164.499 140.284 164.642 140.538 164.895C140.792 165.149 140.934 165.493 140.934 165.852C140.934 166.211 140.792 166.555 140.538 166.809C140.284 167.062 139.94 167.205 139.582 167.205H126.05C125.692 167.205 125.348 167.062 125.094 166.809C124.84 166.555 124.698 166.211 124.698 165.852C124.698 165.493 124.84 165.149 125.094 164.895C125.348 164.642 125.692 164.499 126.05 164.499Z", fill: "#979797" }))),
|
|
35
|
-
React.createElement("defs", null,
|
|
36
|
-
React.createElement("filter", { id: "filter0_d_6815_245", x: "85.1401", y: "90.4395", width: "130.648", height: "113.659", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
|
|
37
|
-
React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
38
|
-
React.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
|
|
39
|
-
React.createElement("feOffset", { dy: "5" }),
|
|
40
|
-
React.createElement("feGaussianBlur", { stdDeviation: "6" }),
|
|
41
|
-
React.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0497905 0" }),
|
|
42
|
-
React.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_6815_245" }),
|
|
43
|
-
React.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_6815_245", result: "shape" })))));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AuthorPlaceholderIcon = (props) => (_jsxs("svg", { width: "300", height: "300", viewBox: "0 0 300 300", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { opacity: "0.599", fillRule: "evenodd", clipRule: "evenodd", d: "M165.626 9.91492L259.192 63.902C264.782 67.1272 269.424 71.7674 272.652 77.3559C275.879 82.9444 277.578 89.2842 277.578 95.7378V203.671C277.578 210.125 275.879 216.465 272.651 222.053C269.423 227.642 264.781 232.282 259.191 235.507L165.625 289.493C160.039 292.716 153.705 294.412 147.256 294.412C140.808 294.412 134.473 292.716 128.888 289.493L35.3215 235.507C29.7314 232.282 25.0891 227.642 21.8614 222.053C18.6336 216.465 16.9342 210.125 16.9341 203.671V95.7378C16.9342 89.2841 18.6336 82.9442 21.8614 77.3557C25.0891 71.7672 29.7314 67.1271 35.3215 63.902L128.888 9.91492C134.473 6.69232 140.808 4.99585 147.256 4.99585C153.705 4.99585 160.039 6.69232 165.625 9.91492H165.626Z", fill: "#F2F2F2" }), _jsx("path", { opacity: "0.268", d: "M150.093 231.872C195.274 231.872 231.9 195.246 231.9 150.065C231.9 104.884 195.274 68.2581 150.093 68.2581C104.912 68.2581 68.2856 104.884 68.2856 150.065C68.2856 195.246 104.912 231.872 150.093 231.872Z", fill: "#D5E7E9" }), _jsx("path", { opacity: "0.644", d: "M150.093 201.943C178.744 201.943 201.97 178.716 201.97 150.065C201.97 121.414 178.744 98.1874 150.093 98.1874C121.442 98.1874 98.2151 121.414 98.2151 150.065C98.2151 178.716 121.442 201.943 150.093 201.943Z", fill: "#D5E7E9" }), _jsx("path", { d: "M181.038 92.826L174.305 100.849C173.825 101.421 172.972 101.496 172.4 101.016L172.399 101.015C171.826 100.535 171.752 99.6816 172.232 99.1093L178.964 91.0863C179.444 90.5139 180.298 90.4393 180.87 90.9195L180.871 90.9202C181.443 91.4004 181.518 92.2537 181.038 92.826Z", fill: "#979797" }), _jsx("path", { d: "M186.078 106.353L178.82 108.162C178.095 108.343 177.361 107.902 177.18 107.177L177.18 107.176C176.999 106.451 177.441 105.717 178.166 105.536L185.424 103.727C186.149 103.546 186.883 103.987 187.064 104.712L187.064 104.713C187.245 105.438 186.803 106.172 186.078 106.353Z", fill: "#979797" }), _jsxs("g", { filter: "url(#filter0_d_6815_245)", children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M132.816 155.652C130.658 153.358 129.588 150.631 128.196 145.197C128.083 144.753 127.97 144.31 127.857 143.867C127.1 143.574 126.506 142.908 126.064 141.966C125.645 141.072 125.376 140.144 124.73 137.577C124.707 137.49 124.684 137.404 124.66 137.318C124.47 136.637 124.21 135.932 123.796 134.934L123.405 133.999C123.249 133.628 123.135 133.348 123.033 133.081C122.755 132.365 122.578 131.798 122.484 131.27C122.205 129.684 122.808 128.395 124.307 127.948L123.431 117.119C123.039 112.27 124.932 108.152 128.58 106.296C129.25 105.949 129.909 105.579 130.555 105.187C130.882 104.991 132.37 104.09 132.784 103.845C135.581 102.179 137.603 101.196 139.797 100.603C145.495 99.0584 148.732 98.5915 152.397 99.193C153.651 99.3986 154.76 99.6639 155.919 100.027C157.227 100.436 163.038 102.707 164.958 103.392C169.441 104.993 172.485 111.25 172.011 117.12L171.135 127.935C172.667 128.369 173.284 129.669 173.002 131.27C172.909 131.798 172.731 132.365 172.453 133.082C172.35 133.348 172.238 133.628 172.082 134L171.691 134.934C171.277 135.932 171.016 136.637 170.826 137.318L170.757 137.578C170.103 140.173 169.83 141.095 169.371 141.999C168.892 142.942 168.239 143.583 167.424 143.842C166.083 150.097 165.014 153.121 162.625 155.653V161.491C162.625 163.208 164.405 165.011 166.63 165.356L179.512 167.356C188.77 168.793 198.321 175.982 200.982 183.608L201.676 185.598H98.7429L98.8487 184.003C99.3924 175.753 107.475 168.174 116.916 166.883L128.813 165.257C131.033 164.954 132.815 163.189 132.815 161.491V155.652H132.816Z", stroke: "#979797", strokeWidth: "3" }), _jsx("mask", { id: "mask0_6815_245", style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", x: "100", y: "100", width: "100", height: "85", children: _jsx("path", { d: "M134.312 155.039V161.491C134.312 163.99 131.932 166.342 129.015 166.74L117.119 168.366C108.347 169.565 100.836 176.606 100.342 184.102H199.568C197.1 177.027 188.019 170.192 179.283 168.835L166.4 166.836C163.489 166.384 161.13 163.997 161.13 161.492V155.04C164.205 152.052 165.122 147.465 166.194 142.435C167.883 142.768 168.382 140.876 169.306 137.212C170.23 133.549 173.12 129.794 170.506 129.326C170.182 129.265 169.849 129.26 169.523 129.311L170.518 117C170.934 111.859 168.299 106.176 164.453 104.803C158.084 102.526 156.117 101.32 152.156 100.67C148.194 100.019 144.307 100.931 140.189 102.046C136.071 103.162 132.337 106.065 129.259 107.63C126.181 109.196 124.579 112.738 124.923 116.998L125.918 129.303C125.606 129.26 125.289 129.267 124.98 129.325C122.366 129.794 125.257 133.548 126.181 137.211C127.105 140.875 127.605 142.767 129.053 142.508C130.35 147.473 131.238 152.053 134.312 155.038V155.039Z", fill: "white" }) }), _jsxs("g", { mask: "url(#mask0_6815_245)", children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M139.723 155.039V161.491C139.723 163.99 137.345 166.342 134.428 166.74L122.532 168.366C113.76 169.565 106.248 176.606 105.754 184.102H204.98C202.512 177.027 193.432 170.192 184.695 168.835L171.813 166.836C168.901 166.384 166.542 163.997 166.542 161.492V155.04C169.618 152.052 170.535 147.465 171.606 142.435C173.296 142.768 173.795 140.876 174.719 137.212C175.643 133.549 178.534 129.794 175.92 129.326C175.595 129.265 175.262 129.26 174.935 129.311L175.931 117C176.347 111.859 173.711 106.176 169.866 104.803C163.495 102.526 161.529 101.32 157.567 100.67C153.606 100.019 149.719 100.931 145.6 102.046C141.482 103.162 137.749 106.065 134.67 107.63C131.592 109.196 129.99 112.738 130.334 116.998L131.33 129.303C131.018 129.26 130.702 129.267 130.392 129.325C127.778 129.794 130.669 133.548 131.592 137.211C132.516 140.875 133.016 142.767 134.465 142.508C135.762 147.473 136.65 152.053 139.723 155.038V155.039Z", fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M158.074 114.885C154.827 98.6733 195.059 110.039 195.059 104.061C195.059 98.0817 178.5 93.2361 158.074 93.2361C137.648 93.2361 121.089 98.0817 121.089 104.061C121.089 110.038 121.089 128.483 158.074 114.885Z", fill: "#D8D8D8" }), _jsx("path", { d: "M158.074 114.885L158.592 116.293C159.285 116.038 159.69 115.315 159.545 114.59L158.074 114.885ZM159.545 114.59C159.197 112.854 159.459 111.669 160 110.81C160.56 109.921 161.551 109.175 163.033 108.591C166.05 107.401 170.508 107.102 175.338 107.135C177.723 107.152 180.137 107.248 182.442 107.337C184.734 107.426 186.933 107.509 188.835 107.494C190.707 107.48 192.432 107.373 193.725 107.026C194.369 106.853 195.042 106.587 195.578 106.133C196.167 105.634 196.559 104.926 196.559 104.061H193.559C193.559 104.029 193.567 103.971 193.598 103.909C193.626 103.851 193.653 103.832 193.638 103.845C193.585 103.889 193.397 104.008 192.948 104.128C192.053 104.368 190.66 104.48 188.812 104.494C186.993 104.508 184.867 104.429 182.558 104.339C180.263 104.251 177.8 104.153 175.359 104.136C170.537 104.102 165.546 104.374 161.933 105.8C160.1 106.523 158.48 107.596 157.462 109.211C156.424 110.857 156.139 112.864 156.603 115.18L159.545 114.59ZM196.559 104.061C196.559 101.822 195.018 100.005 193.006 98.6134C190.949 97.1899 188.07 95.9682 184.647 94.9666C177.783 92.9576 168.388 91.7361 158.074 91.7361V94.7361C168.186 94.7361 177.283 95.9373 183.805 97.8458C187.075 98.803 189.613 99.9138 191.299 101.08C193.03 102.278 193.559 103.31 193.559 104.061H196.559ZM158.074 91.7361C147.76 91.7361 138.365 92.9576 131.501 94.9666C128.078 95.9682 125.199 97.1899 123.142 98.6134C121.13 100.005 119.589 101.822 119.589 104.061H122.589C122.589 103.31 123.118 102.278 124.849 101.08C126.535 99.9138 129.073 98.803 132.343 97.8458C138.865 95.9373 147.962 94.7361 158.074 94.7361V91.7361ZM119.589 104.061C119.589 106.943 119.515 113.822 124.781 117.99C130.079 122.182 140.045 123.112 158.592 116.293L157.556 113.477C139.119 120.256 130.592 118.762 126.643 115.638C122.664 112.488 122.589 107.156 122.589 104.061H119.589Z", fill: "#979797" }), _jsx("path", { d: "M144.594 131.306C144.594 134.872 141.502 137.764 136.349 137.764H135.32C130.168 137.764 128.107 134.871 128.107 131.306C128.107 127.74 128.588 124.849 135.802 124.849H136.9C144.114 124.849 144.595 127.74 144.595 131.306H144.594ZM167.671 131.306C167.671 134.872 164.579 137.764 159.426 137.764H158.394C153.243 137.764 151.181 134.871 151.181 131.306C151.181 127.74 151.662 124.849 158.876 124.849H159.975C167.188 124.849 167.671 127.74 167.671 131.306Z", fill: "#E2E2E2" }), _jsx("path", { d: "M136.899 123.772C145.014 123.772 145.693 127.493 145.693 131.306C145.693 135.741 141.852 138.84 136.349 138.84H135.32C130.115 138.84 127.007 136.023 127.007 131.306C127.007 127.494 127.686 123.772 135.802 123.772H136.9H136.899ZM136.899 125.924H135.801C129.204 125.924 129.204 128.298 129.204 131.306C129.204 133.761 130.265 136.688 135.32 136.688H136.349C140.557 136.688 143.496 134.475 143.496 131.306C143.496 128.299 143.496 125.924 136.899 125.924ZM159.975 123.772C168.09 123.772 168.769 127.493 168.769 131.306C168.769 135.741 164.928 138.84 159.426 138.84H158.394C153.19 138.84 150.082 136.023 150.082 131.306C150.082 127.494 150.76 123.772 158.876 123.772H159.975ZM159.975 125.924H158.876C152.28 125.924 152.28 128.298 152.28 131.306C152.28 133.761 153.341 136.688 158.395 136.688H159.426C163.633 136.688 166.571 134.475 166.571 131.306C166.571 128.299 166.571 125.924 159.975 125.924Z", fill: "#979797" }), _jsx("path", { d: "M124.811 125.925C125.069 125.673 127.882 123.772 135.8 123.772C142.44 123.772 143.844 124.463 145.972 125.508L146.128 125.584C146.276 125.637 147.032 125.894 147.917 125.923C148.494 125.893 149.065 125.784 149.613 125.599C152.042 124.415 154.418 123.772 159.974 123.772C167.893 123.772 170.706 125.673 170.963 125.925C171.571 125.925 172.062 126.406 172.062 127V128.078C172.059 128.366 171.941 128.641 171.735 128.843C171.529 129.045 171.252 129.156 170.963 129.153C170.963 129.153 168.766 129.153 168.766 130.23C168.766 131.306 167.666 128.673 167.666 128.077V127.029C166.326 126.515 163.928 125.925 159.974 125.925C155.571 125.925 153.377 126.34 151.495 127.118L151.517 127.168L150.582 127.539L151.516 127.909L150.691 129.905L149.674 129.501C149.49 129.433 149.303 129.377 149.113 129.333C148.355 129.145 147.575 129.089 146.884 129.23C146.632 129.282 146.396 129.36 146.181 129.466L145.198 129.948L144.216 128.022L145.198 127.541L145.2 127.539L144.259 127.167L144.289 127.094C142.666 126.336 141.171 125.925 135.799 125.925C131.848 125.925 129.448 126.514 128.108 127.028V128.077C128.108 128.673 127.01 131.306 127.01 130.23C127.01 129.153 124.811 129.153 124.811 129.153C124.668 129.155 124.527 129.128 124.394 129.075C124.262 129.022 124.141 128.943 124.039 128.843C123.937 128.743 123.856 128.624 123.8 128.492C123.744 128.361 123.714 128.22 123.713 128.077V127C123.716 126.712 123.834 126.437 124.039 126.235C124.245 126.034 124.523 125.922 124.811 125.925Z", fill: "#979797" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M126.05 164.499H139.582C139.94 164.499 140.284 164.642 140.538 164.895C140.792 165.149 140.934 165.493 140.934 165.852C140.934 166.211 140.792 166.555 140.538 166.809C140.284 167.062 139.94 167.205 139.582 167.205H126.05C125.692 167.205 125.348 167.062 125.094 166.809C124.84 166.555 124.698 166.211 124.698 165.852C124.698 165.493 124.84 165.149 125.094 164.895C125.348 164.642 125.692 164.499 126.05 164.499Z", fill: "#979797" })] })] }), _jsx("defs", { children: _jsxs("filter", { id: "filter0_d_6815_245", x: "85.1401", y: "90.4395", width: "130.648", height: "113.659", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", { dy: "5" }), _jsx("feGaussianBlur", { stdDeviation: "6" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0497905 0" }), _jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_6815_245" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_6815_245", result: "shape" })] }) })] }));
|
|
44
3
|
export default AuthorPlaceholderIcon;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const AvatarIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.9862 21.4873C27.2694 21.0132 27.8833 20.8583 28.3575 21.1414C30.1323 22.2011 31.1794 22.6419 31.9682 22.9739C32.034 23.0015 32.0979 23.0285 32.1603 23.0549C33.0486 23.4313 33.7019 23.7479 34.6165 24.6815C35.2075 25.2847 35.518 26.1508 35.6977 26.9473C35.8839 27.7727 35.9622 28.6777 35.9887 29.4955C36.0154 30.3188 35.9904 31.0847 35.9592 31.6427C35.9435 31.9226 35.9261 32.1524 35.9125 32.3134C35.9057 32.394 35.8999 32.4575 35.8956 32.5017L35.8905 32.5531L35.8891 32.5675L35.8886 32.5717L35.8885 32.5731C35.8885 32.5733 35.8884 32.5739 34.894 32.4678L35.8885 32.5731C35.8775 32.6756 35.8507 32.7768 35.8091 32.8712C35.4529 33.6792 34.5926 34.174 33.7912 34.5021C32.9244 34.857 31.8215 35.1359 30.5958 35.3528C28.1361 35.788 25.021 36.0005 21.9357 36C18.8507 35.9995 15.7456 35.786 13.3064 35.3502C12.0914 35.1332 10.9995 34.8537 10.1462 34.4974C9.71919 34.3191 9.32064 34.1087 8.98894 33.8549C8.6608 33.6039 8.34607 33.2703 8.17468 32.8321C8.14227 32.7492 8.12106 32.6624 8.11162 32.5739L9.10598 32.4678C8.11162 32.5739 8.11164 32.5741 8.11162 32.5739L8.11094 32.5675L8.10947 32.5531L8.10439 32.5017C8.10014 32.4575 8.09428 32.394 8.08748 32.3134C8.07389 32.1524 8.05652 31.9226 8.04084 31.6427C8.00959 31.0847 7.98461 30.3188 8.0113 29.4955C8.03781 28.6777 8.11614 27.7727 8.30234 26.9473C8.482 26.1508 8.7925 25.2847 9.38351 24.6815C10.2981 23.7479 10.9514 23.4313 11.8397 23.0549C11.9021 23.0285 11.966 23.0015 12.0318 22.9739C12.8206 22.6419 13.8677 22.2011 15.6425 21.1414C16.1167 20.8583 16.7306 21.0132 17.0138 21.4873C17.2969 21.9615 17.142 22.5755 16.6678 22.8586C14.7744 23.9892 13.6294 24.4712 12.8103 24.8161C12.7449 24.8436 12.6815 24.8703 12.6201 24.8964C11.8656 25.2161 11.4739 25.4057 10.8121 26.0811C10.615 26.2824 10.4074 26.7043 10.2533 27.3874C10.1058 28.0415 10.0346 28.8077 10.0102 29.5603C9.98602 30.3076 10.0086 31.0117 10.0377 31.5309C10.0522 31.7897 10.0682 32.0005 10.0804 32.1452C10.0808 32.1496 10.0811 32.154 10.0815 32.1582C10.1071 32.1855 10.1461 32.222 10.2042 32.2665C10.3547 32.3816 10.5866 32.5139 10.917 32.6519C11.5787 32.9283 12.5101 33.1763 13.6581 33.3814C15.9451 33.79 18.9252 33.9995 21.936 34C24.9467 34.0005 27.9381 33.792 30.2473 33.3834C31.4061 33.1784 32.3531 32.9297 33.0334 32.6512C33.373 32.5122 33.6169 32.3774 33.7797 32.2573C33.845 32.209 33.8899 32.1687 33.9202 32.1376C33.9324 31.9931 33.948 31.7851 33.9623 31.5309C33.9914 31.0117 34.014 30.3076 33.9898 29.5603C33.9653 28.8077 33.8942 28.0415 33.7467 27.3874C33.5926 26.7043 33.385 26.2824 33.1879 26.0811C32.5261 25.4057 32.1344 25.2161 31.38 24.8964C31.3185 24.8703 31.2551 24.8436 31.1897 24.8161C30.3706 24.4712 29.2256 23.9892 27.3322 22.8586C26.858 22.5755 26.7031 21.9615 26.9862 21.4873Z", fill: "#6E6E6E" }),
|
|
4
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 20C25.3137 20 28 17.3137 28 14C28 10.6863 25.3137 8 22 8C18.6863 8 16 10.6863 16 14C16 17.3137 18.6863 20 22 20ZM22 22C26.4183 22 30 18.4183 30 14C30 9.58172 26.4183 6 22 6C17.5817 6 14 9.58172 14 14C14 18.4183 17.5817 22 22 22Z", fill: "#6E6E6E" }),
|
|
5
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 42.087C33.0937 42.087 42.087 33.0937 42.087 22C42.087 10.9063 33.0937 1.91304 22 1.91304C10.9063 1.91304 1.91304 10.9063 1.91304 22C1.91304 33.0937 10.9063 42.087 22 42.087ZM22 44C34.1503 44 44 34.1503 44 22C44 9.84974 34.1503 0 22 0C9.84974 0 0 9.84974 0 22C0 34.1503 9.84974 44 22 44Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AvatarIcon = (props) => (_jsxs("svg", { width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.9862 21.4873C27.2694 21.0132 27.8833 20.8583 28.3575 21.1414C30.1323 22.2011 31.1794 22.6419 31.9682 22.9739C32.034 23.0015 32.0979 23.0285 32.1603 23.0549C33.0486 23.4313 33.7019 23.7479 34.6165 24.6815C35.2075 25.2847 35.518 26.1508 35.6977 26.9473C35.8839 27.7727 35.9622 28.6777 35.9887 29.4955C36.0154 30.3188 35.9904 31.0847 35.9592 31.6427C35.9435 31.9226 35.9261 32.1524 35.9125 32.3134C35.9057 32.394 35.8999 32.4575 35.8956 32.5017L35.8905 32.5531L35.8891 32.5675L35.8886 32.5717L35.8885 32.5731C35.8885 32.5733 35.8884 32.5739 34.894 32.4678L35.8885 32.5731C35.8775 32.6756 35.8507 32.7768 35.8091 32.8712C35.4529 33.6792 34.5926 34.174 33.7912 34.5021C32.9244 34.857 31.8215 35.1359 30.5958 35.3528C28.1361 35.788 25.021 36.0005 21.9357 36C18.8507 35.9995 15.7456 35.786 13.3064 35.3502C12.0914 35.1332 10.9995 34.8537 10.1462 34.4974C9.71919 34.3191 9.32064 34.1087 8.98894 33.8549C8.6608 33.6039 8.34607 33.2703 8.17468 32.8321C8.14227 32.7492 8.12106 32.6624 8.11162 32.5739L9.10598 32.4678C8.11162 32.5739 8.11164 32.5741 8.11162 32.5739L8.11094 32.5675L8.10947 32.5531L8.10439 32.5017C8.10014 32.4575 8.09428 32.394 8.08748 32.3134C8.07389 32.1524 8.05652 31.9226 8.04084 31.6427C8.00959 31.0847 7.98461 30.3188 8.0113 29.4955C8.03781 28.6777 8.11614 27.7727 8.30234 26.9473C8.482 26.1508 8.7925 25.2847 9.38351 24.6815C10.2981 23.7479 10.9514 23.4313 11.8397 23.0549C11.9021 23.0285 11.966 23.0015 12.0318 22.9739C12.8206 22.6419 13.8677 22.2011 15.6425 21.1414C16.1167 20.8583 16.7306 21.0132 17.0138 21.4873C17.2969 21.9615 17.142 22.5755 16.6678 22.8586C14.7744 23.9892 13.6294 24.4712 12.8103 24.8161C12.7449 24.8436 12.6815 24.8703 12.6201 24.8964C11.8656 25.2161 11.4739 25.4057 10.8121 26.0811C10.615 26.2824 10.4074 26.7043 10.2533 27.3874C10.1058 28.0415 10.0346 28.8077 10.0102 29.5603C9.98602 30.3076 10.0086 31.0117 10.0377 31.5309C10.0522 31.7897 10.0682 32.0005 10.0804 32.1452C10.0808 32.1496 10.0811 32.154 10.0815 32.1582C10.1071 32.1855 10.1461 32.222 10.2042 32.2665C10.3547 32.3816 10.5866 32.5139 10.917 32.6519C11.5787 32.9283 12.5101 33.1763 13.6581 33.3814C15.9451 33.79 18.9252 33.9995 21.936 34C24.9467 34.0005 27.9381 33.792 30.2473 33.3834C31.4061 33.1784 32.3531 32.9297 33.0334 32.6512C33.373 32.5122 33.6169 32.3774 33.7797 32.2573C33.845 32.209 33.8899 32.1687 33.9202 32.1376C33.9324 31.9931 33.948 31.7851 33.9623 31.5309C33.9914 31.0117 34.014 30.3076 33.9898 29.5603C33.9653 28.8077 33.8942 28.0415 33.7467 27.3874C33.5926 26.7043 33.385 26.2824 33.1879 26.0811C32.5261 25.4057 32.1344 25.2161 31.38 24.8964C31.3185 24.8703 31.2551 24.8436 31.1897 24.8161C30.3706 24.4712 29.2256 23.9892 27.3322 22.8586C26.858 22.5755 26.7031 21.9615 26.9862 21.4873Z", fill: "#6E6E6E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 20C25.3137 20 28 17.3137 28 14C28 10.6863 25.3137 8 22 8C18.6863 8 16 10.6863 16 14C16 17.3137 18.6863 20 22 20ZM22 22C26.4183 22 30 18.4183 30 14C30 9.58172 26.4183 6 22 6C17.5817 6 14 9.58172 14 14C14 18.4183 17.5817 22 22 22Z", fill: "#6E6E6E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 42.087C33.0937 42.087 42.087 33.0937 42.087 22C42.087 10.9063 33.0937 1.91304 22 1.91304C10.9063 1.91304 1.91304 10.9063 1.91304 22C1.91304 33.0937 10.9063 42.087 22 42.087ZM22 44C34.1503 44 44 34.1503 44 22C44 9.84974 34.1503 0 22 0C9.84974 0 0 9.84974 0 22C0 34.1503 9.84974 44 22 44Z", fill: "#6E6E6E" })] }));
|
|
6
3
|
export default AvatarIcon;
|
|
@@ -1,20 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const BookIcon = (props) => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
|
|
18
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 14.5C3.89543 14.5 3 13.6046 3 12.5V1.5C3 1.22386 2.77614 1 2.5 1C2.22386 1 2 1.22386 2 1.5V12.5C2 14.1569 3.34315 15.5 5 15.5H13C13.5523 15.5 14 15.0523 14 14.5V3C14 2.44771 13.5523 2 13 2H12.5C12.2239 2 12 2.22386 12 2.5C12 2.77614 12.2239 3 12.5 3H13V14.5H5Z", fill: "#353535" }),
|
|
19
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.5 0C2.67157 -3.62117e-08 2 0.671573 2 1.5C2 2.32843 2.67157 3 3.5 3L12.5 3C12.7761 3 13 2.77614 13 2.5V0.5C13 0.223858 12.7761 4.05473e-07 12.5 3.93403e-07L3.5 0ZM3 1.5C3 1.22386 3.22386 1 3.5 1L12 1V2L3.5 2C3.22386 2 3 1.77614 3 1.5Z", fill: "#353535" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const BookIcon = (props) => (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 14.5C3.89543 14.5 3 13.6046 3 12.5V1.5C3 1.22386 2.77614 1 2.5 1C2.22386 1 2 1.22386 2 1.5V12.5C2 14.1569 3.34315 15.5 5 15.5H13C13.5523 15.5 14 15.0523 14 14.5V3C14 2.44771 13.5523 2 13 2H12.5C12.2239 2 12 2.22386 12 2.5C12 2.77614 12.2239 3 12.5 3H13V14.5H5Z", fill: "#353535" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.5 0C2.67157 -3.62117e-08 2 0.671573 2 1.5C2 2.32843 2.67157 3 3.5 3L12.5 3C12.7761 3 13 2.77614 13 2.5V0.5C13 0.223858 12.7761 4.05473e-07 12.5 3.93403e-07L3.5 0ZM3 1.5C3 1.22386 3.22386 1 3.5 1L12 1V2L3.5 2C3.22386 2 3 1.77614 3 1.5Z", fill: "#353535" })] }));
|
|
20
3
|
export default BookIcon;
|
|
@@ -1,21 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const ChatIcon = (props) => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
|
|
18
|
-
React.createElement("path", { d: "M3.5 4.5V9.5L0.5 14.5H13.5C14.605 14.5 15.5 13.605 15.5 12.5V4.5C15.5 3.395 14.605 2.5 13.5 2.5H5.5C4.395 2.5 3.5 3.395 3.5 4.5Z", fill: "white", fillOpacity: "0.01", stroke: "#353535", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
19
|
-
React.createElement("path", { d: "M6.5 6.5H12.5", stroke: "#353535", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
20
|
-
React.createElement("path", { d: "M6.5 10.5H9.5", stroke: "#353535", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ChatIcon = (props) => (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M3.5 4.5V9.5L0.5 14.5H13.5C14.605 14.5 15.5 13.605 15.5 12.5V4.5C15.5 3.395 14.605 2.5 13.5 2.5H5.5C4.395 2.5 3.5 3.395 3.5 4.5Z", fill: "white", fillOpacity: "0.01", stroke: "#353535", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M6.5 6.5H12.5", stroke: "#353535", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M6.5 10.5H9.5", stroke: "#353535", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
21
3
|
export default ChatIcon;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import styled, { keyframes } from 'styled-components';
|
|
3
3
|
const fadeIn = keyframes `
|
|
4
4
|
0% {
|
|
@@ -44,7 +44,8 @@ const Svg = styled.svg `
|
|
|
44
44
|
transform: scale(0.8);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
|
-
animation:
|
|
47
|
+
animation:
|
|
48
|
+
${fadeIn} 0.3s ease-out forwards,
|
|
48
49
|
autoFadeOut 3s ease-in-out forwards;
|
|
49
50
|
`;
|
|
50
51
|
const Circle = styled.circle `
|
|
@@ -65,8 +66,6 @@ const Tick = styled.polyline `
|
|
|
65
66
|
opacity: 0;
|
|
66
67
|
`;
|
|
67
68
|
const CircleTickAnimation = ({ size, style, }) => {
|
|
68
|
-
return (
|
|
69
|
-
React.createElement(Circle, { cx: "50", cy: "50", r: "45", strokeWidth: "5" }),
|
|
70
|
-
React.createElement(Tick, { points: "30,50 45,65 70,40" })));
|
|
69
|
+
return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 100 100", xmlns: "http://www.w3.org/2000/svg", style: style, children: [_jsx(Circle, { cx: "50", cy: "50", r: "45", strokeWidth: "5" }), _jsx(Tick, { points: "30,50 45,65 70,40" })] }));
|
|
71
70
|
};
|
|
72
71
|
export default CircleTickAnimation;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const CitationCountIcon = (props) => (
|
|
3
|
-
React.createElement("path", { d: "M7.04082 15V15.75H7.79082V15H7.04082ZM1 15H0.25V15.75H1V15ZM6.98639 1H7.73639V0.25H6.98639V1ZM6.98639 3.71318V4.46318H7.73639V3.71318H6.98639ZM3.82993 8.97674H3.07993V9.72674H3.82993V8.97674ZM7.04082 8.97674H7.79082V8.22674H7.04082V8.97674ZM17 15V15.75H17.75V15H17ZM10.9592 15H10.2092V15.75H10.9592V15ZM16.9456 1H17.6956V0.25H16.9456V1ZM16.9456 3.71318V4.46318H17.6956V3.71318H16.9456ZM13.7891 8.97674H13.0391V9.72674H13.7891V8.97674ZM17 8.97674H17.75V8.22674H17V8.97674ZM7.04082 14.25H1V15.75H7.04082V14.25ZM1.75 15V8.97674H0.25V15H1.75ZM1.75 8.97674C1.75 7.94593 1.86197 6.98457 2.08203 6.09001L0.625454 5.7317C0.373856 6.75446 0.25 7.837 0.25 8.97674H1.75ZM2.08203 6.09001C2.2994 5.2064 2.6292 4.44921 3.06325 3.80804L1.82111 2.96715C1.27556 3.77302 0.879745 4.69799 0.625454 5.7317L2.08203 6.09001ZM3.06325 3.80804C3.48836 3.18007 4.02861 2.68023 4.69102 2.30281L3.94844 0.999515C3.08703 1.49032 2.37559 2.14808 1.82111 2.96715L3.06325 3.80804ZM4.69102 2.30281C5.32296 1.94275 6.07986 1.75 6.98639 1.75V0.25C5.86117 0.25 4.84031 0.491354 3.94844 0.999515L4.69102 2.30281ZM6.23639 1V3.71318H7.73639V1H6.23639ZM6.98639 2.96318C6.24207 2.96318 5.56238 3.15073 5.00484 3.58031L5.92033 4.76853C6.16098 4.58312 6.49715 4.46318 6.98639 4.46318V2.96318ZM5.00484 3.58031C4.50577 3.96483 4.11078 4.46447 3.81256 5.05916L5.15342 5.73154C5.36315 5.31331 5.62121 4.999 5.92033 4.76853L5.00484 3.58031ZM3.81256 5.05916C3.51804 5.64649 3.32427 6.29539 3.22357 6.99828L4.70841 7.21102C4.78911 6.64776 4.94001 6.15713 5.15342 5.73154L3.81256 5.05916ZM3.22357 6.99828C3.12802 7.66519 3.07993 8.32478 3.07993 8.97674H4.57993C4.57993 8.39873 4.62255 7.81026 4.70841 7.21102L3.22357 6.99828ZM3.82993 9.72674H7.04082V8.22674H3.82993V9.72674ZM6.29082 8.97674V15H7.79082V8.97674H6.29082ZM17 14.25H10.9592V15.75H17V14.25ZM11.7092 15V8.97674H10.2092V15H11.7092ZM11.7092 8.97674C11.7092 7.94593 11.8212 6.98457 12.0412 6.09001L10.5846 5.7317C10.333 6.75446 10.2092 7.837 10.2092 8.97674H11.7092ZM12.0412 6.09001C12.2586 5.2064 12.5884 4.44921 13.0224 3.80804L11.7803 2.96715C11.2347 3.77302 10.8389 4.69799 10.5846 5.7317L12.0412 6.09001ZM13.0224 3.80804C13.4475 3.18007 13.9878 2.68023 14.6502 2.30281L13.9076 0.999515C13.0462 1.49032 12.3348 2.14808 11.7803 2.96715L13.0224 3.80804ZM14.6502 2.30281C15.2821 1.94275 16.039 1.75 16.9456 1.75V0.25C15.8204 0.25 14.7995 0.491354 13.9076 0.999515L14.6502 2.30281ZM16.1956 1V3.71318H17.6956V1H16.1956ZM16.9456 2.96318C16.2013 2.96318 15.5216 3.15073 14.964 3.58031L15.8795 4.76853C16.1202 4.58312 16.4563 4.46318 16.9456 4.46318V2.96318ZM14.964 3.58031C14.465 3.96483 14.07 4.46447 13.7717 5.05916L15.1126 5.73154C15.3223 5.31331 15.5804 4.999 15.8795 4.76853L14.964 3.58031ZM13.7717 5.05916C13.4772 5.64649 13.2835 6.29539 13.1828 6.99828L14.6676 7.21102C14.7483 6.64776 14.8992 6.15713 15.1126 5.73154L13.7717 5.05916ZM13.1828 6.99828C13.0872 7.66519 13.0391 8.32478 13.0391 8.97674H14.5391C14.5391 8.39873 14.5817 7.81026 14.6676 7.21102L13.1828 6.99828ZM13.7891 9.72674H17V8.22674H13.7891V9.72674ZM16.25 8.97674V15H17.75V8.97674H16.25Z", fill: "#C9C9C9" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const CitationCountIcon = (props) => (_jsx("svg", { width: "18", height: "16", viewBox: "0 0 18 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { d: "M7.04082 15V15.75H7.79082V15H7.04082ZM1 15H0.25V15.75H1V15ZM6.98639 1H7.73639V0.25H6.98639V1ZM6.98639 3.71318V4.46318H7.73639V3.71318H6.98639ZM3.82993 8.97674H3.07993V9.72674H3.82993V8.97674ZM7.04082 8.97674H7.79082V8.22674H7.04082V8.97674ZM17 15V15.75H17.75V15H17ZM10.9592 15H10.2092V15.75H10.9592V15ZM16.9456 1H17.6956V0.25H16.9456V1ZM16.9456 3.71318V4.46318H17.6956V3.71318H16.9456ZM13.7891 8.97674H13.0391V9.72674H13.7891V8.97674ZM17 8.97674H17.75V8.22674H17V8.97674ZM7.04082 14.25H1V15.75H7.04082V14.25ZM1.75 15V8.97674H0.25V15H1.75ZM1.75 8.97674C1.75 7.94593 1.86197 6.98457 2.08203 6.09001L0.625454 5.7317C0.373856 6.75446 0.25 7.837 0.25 8.97674H1.75ZM2.08203 6.09001C2.2994 5.2064 2.6292 4.44921 3.06325 3.80804L1.82111 2.96715C1.27556 3.77302 0.879745 4.69799 0.625454 5.7317L2.08203 6.09001ZM3.06325 3.80804C3.48836 3.18007 4.02861 2.68023 4.69102 2.30281L3.94844 0.999515C3.08703 1.49032 2.37559 2.14808 1.82111 2.96715L3.06325 3.80804ZM4.69102 2.30281C5.32296 1.94275 6.07986 1.75 6.98639 1.75V0.25C5.86117 0.25 4.84031 0.491354 3.94844 0.999515L4.69102 2.30281ZM6.23639 1V3.71318H7.73639V1H6.23639ZM6.98639 2.96318C6.24207 2.96318 5.56238 3.15073 5.00484 3.58031L5.92033 4.76853C6.16098 4.58312 6.49715 4.46318 6.98639 4.46318V2.96318ZM5.00484 3.58031C4.50577 3.96483 4.11078 4.46447 3.81256 5.05916L5.15342 5.73154C5.36315 5.31331 5.62121 4.999 5.92033 4.76853L5.00484 3.58031ZM3.81256 5.05916C3.51804 5.64649 3.32427 6.29539 3.22357 6.99828L4.70841 7.21102C4.78911 6.64776 4.94001 6.15713 5.15342 5.73154L3.81256 5.05916ZM3.22357 6.99828C3.12802 7.66519 3.07993 8.32478 3.07993 8.97674H4.57993C4.57993 8.39873 4.62255 7.81026 4.70841 7.21102L3.22357 6.99828ZM3.82993 9.72674H7.04082V8.22674H3.82993V9.72674ZM6.29082 8.97674V15H7.79082V8.97674H6.29082ZM17 14.25H10.9592V15.75H17V14.25ZM11.7092 15V8.97674H10.2092V15H11.7092ZM11.7092 8.97674C11.7092 7.94593 11.8212 6.98457 12.0412 6.09001L10.5846 5.7317C10.333 6.75446 10.2092 7.837 10.2092 8.97674H11.7092ZM12.0412 6.09001C12.2586 5.2064 12.5884 4.44921 13.0224 3.80804L11.7803 2.96715C11.2347 3.77302 10.8389 4.69799 10.5846 5.7317L12.0412 6.09001ZM13.0224 3.80804C13.4475 3.18007 13.9878 2.68023 14.6502 2.30281L13.9076 0.999515C13.0462 1.49032 12.3348 2.14808 11.7803 2.96715L13.0224 3.80804ZM14.6502 2.30281C15.2821 1.94275 16.039 1.75 16.9456 1.75V0.25C15.8204 0.25 14.7995 0.491354 13.9076 0.999515L14.6502 2.30281ZM16.1956 1V3.71318H17.6956V1H16.1956ZM16.9456 2.96318C16.2013 2.96318 15.5216 3.15073 14.964 3.58031L15.8795 4.76853C16.1202 4.58312 16.4563 4.46318 16.9456 4.46318V2.96318ZM14.964 3.58031C14.465 3.96483 14.07 4.46447 13.7717 5.05916L15.1126 5.73154C15.3223 5.31331 15.5804 4.999 15.8795 4.76853L14.964 3.58031ZM13.7717 5.05916C13.4772 5.64649 13.2835 6.29539 13.1828 6.99828L14.6676 7.21102C14.7483 6.64776 14.8992 6.15713 15.1126 5.73154L13.7717 5.05916ZM13.1828 6.99828C13.0872 7.66519 13.0391 8.32478 13.0391 8.97674H14.5391C14.5391 8.39873 14.5817 7.81026 14.6676 7.21102L13.1828 6.99828ZM13.7891 9.72674H17V8.22674H13.7891V9.72674ZM16.25 8.97674V15H17.75V8.97674H16.25Z", fill: "#C9C9C9" }) }));
|
|
4
3
|
export default CitationCountIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const CommentReplyIcon = (props) => (
|
|
3
|
-
React.createElement("path", { d: "M15 16.032C15 11.333 15 6.032 5 7.152M6.628 10.03L4 7.015L6.628 4V10.03Z", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const CommentReplyIcon = (props) => (_jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { d: "M15 16.032C15 11.333 15 6.032 5 7.152M6.628 10.03L4 7.015L6.628 4V10.03Z", stroke: "#6E6E6E", strokeWidth: "2", strokeLinecap: "round" }) }));
|
|
4
3
|
export default CommentReplyIcon;
|
|
@@ -1,19 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const CommentResolveIcon = (props) => (React.createElement("svg", { width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
|
|
18
|
-
React.createElement("path", { d: "M8.64608 13.144C8.08269 12.5841 7.17265 12.5695 6.60236 13.1222L6.92419 12.8103C6.35886 13.3582 6.35977 14.2553 6.91993 14.808L10.7334 18.5701C11.2964 19.1255 12.2245 19.1439 12.8024 18.615L21.0556 11.0609C21.6353 10.5303 21.6519 9.66087 21.0816 9.10819L21.4034 9.42008C20.8381 8.8722 19.9037 8.85872 19.322 9.3849L11.7527 16.2314L8.64608 13.144Z", fill: "#353535" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const CommentResolveIcon = (props) => (_jsx("svg", { width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { d: "M8.64608 13.144C8.08269 12.5841 7.17265 12.5695 6.60236 13.1222L6.92419 12.8103C6.35886 13.3582 6.35977 14.2553 6.91993 14.808L10.7334 18.5701C11.2964 19.1255 12.2245 19.1439 12.8024 18.615L21.0556 11.0609C21.6353 10.5303 21.6519 9.66087 21.0816 9.10819L21.4034 9.42008C20.8381 8.8722 19.9037 8.85872 19.322 9.3849L11.7527 16.2314L8.64608 13.144Z", fill: "#353535" }) }));
|
|
19
3
|
export default CommentResolveIcon;
|
|
@@ -1,23 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const CommentIcon = (props) => (React.createElement("svg", { width: "20", height: "16", viewBox: "0 0 20 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
18
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.94841 4.18311C7.98238 3.9602 8 3.73191 8 3.49951C8 3.22073 7.97465 2.94787 7.92613 2.68311H13.5C14.8854 2.68311 16.25 3.6425 16.25 5.09977V9.02453L19.1086 12.9949C19.2731 13.2233 19.2958 13.5245 19.1675 13.775C19.0392 14.0255 18.7814 14.1831 18.5 14.1831H5.5C4.11463 14.1831 2.75 13.2237 2.75 11.7664V7.93729C2.9939 7.97821 3.24446 7.99951 3.5 7.99951C3.75553 7.99951 4.00609 7.97821 4.25 7.93729V11.7664C4.25 12.1508 4.67537 12.6831 5.5 12.6831H17.0358L14.8913 9.70467C14.7994 9.57703 14.75 9.42372 14.75 9.26644V5.09977C14.75 4.71538 14.3246 4.18311 13.5 4.18311H7.94841Z", fill: "#353535" }),
|
|
19
|
-
React.createElement("path", { d: "M11.5 6.99951H8.5", stroke: "#353535", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
20
|
-
React.createElement("path", { d: "M12 9.99951H7", stroke: "#353535", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
21
|
-
React.createElement("path", { d: "M3.5 1L3.5 6", stroke: "#353535", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
22
|
-
React.createElement("path", { d: "M6 3.5L1 3.5", stroke: "#353535", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const CommentIcon = (props) => (_jsxs("svg", { width: "20", height: "16", viewBox: "0 0 20 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.94841 4.18311C7.98238 3.9602 8 3.73191 8 3.49951C8 3.22073 7.97465 2.94787 7.92613 2.68311H13.5C14.8854 2.68311 16.25 3.6425 16.25 5.09977V9.02453L19.1086 12.9949C19.2731 13.2233 19.2958 13.5245 19.1675 13.775C19.0392 14.0255 18.7814 14.1831 18.5 14.1831H5.5C4.11463 14.1831 2.75 13.2237 2.75 11.7664V7.93729C2.9939 7.97821 3.24446 7.99951 3.5 7.99951C3.75553 7.99951 4.00609 7.97821 4.25 7.93729V11.7664C4.25 12.1508 4.67537 12.6831 5.5 12.6831H17.0358L14.8913 9.70467C14.7994 9.57703 14.75 9.42372 14.75 9.26644V5.09977C14.75 4.71538 14.3246 4.18311 13.5 4.18311H7.94841Z", fill: "#353535" }), _jsx("path", { d: "M11.5 6.99951H8.5", stroke: "#353535", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M12 9.99951H7", stroke: "#353535", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M3.5 1L3.5 6", stroke: "#353535", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M6 3.5L1 3.5", stroke: "#353535", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
23
3
|
export default CommentIcon;
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const CorrespondingAuthorIcon = (props) => (
|
|
3
|
-
React.createElement("g", { clipPath: "url(#clip0_4650_181752)" },
|
|
4
|
-
React.createElement("path", { d: "M16.17 6.497C15.9068 6.23386 15.698 5.92144 15.5556 5.57758C15.4132 5.23373 15.3399 4.86518 15.34 4.493C15.34 3.74164 15.0415 3.02106 14.5102 2.48977C13.9789 1.95848 13.2584 1.66 12.507 1.66C12.1348 1.66007 11.7663 1.58681 11.4224 1.44439C11.0786 1.30198 10.7661 1.0932 10.503 0.830002C10.2399 0.566854 9.92758 0.35811 9.58382 0.215691C9.24005 0.0732722 8.8716 -3.05176e-05 8.4995 -3.05176e-05C8.1274 -3.05176e-05 7.75895 0.0732722 7.41518 0.215691C7.07142 0.35811 6.75908 0.566854 6.496 0.830002C5.96474 1.36123 5.24429 1.65977 4.493 1.66C4.12096 1.66 3.75257 1.73328 3.40886 1.87565C3.06514 2.01802 2.75283 2.2267 2.48977 2.48977C2.2267 2.75284 2.01802 3.06514 1.87565 3.40886C1.73328 3.75258 1.66 4.12097 1.66 4.493C1.66 5.244 1.361 5.965 0.83 6.496C0.566851 6.75908 0.358107 7.07142 0.215688 7.41519C0.0732693 7.75895 -3.33786e-05 8.12741 -3.33786e-05 8.4995C-3.33786e-05 8.8716 0.0732693 9.24006 0.215688 9.58382C0.358107 9.92758 0.566851 10.2399 0.83 10.503C1.361 11.035 1.66 11.756 1.66 12.507C1.66 13.2584 1.95848 13.9789 2.48977 14.5102C3.02106 15.0415 3.74164 15.34 4.493 15.34C5.244 15.34 5.965 15.639 6.496 16.17C6.75908 16.4331 7.07142 16.6419 7.41518 16.7843C7.75895 16.9267 8.1274 17 8.4995 17C8.8716 17 9.24005 16.9267 9.58382 16.7843C9.92758 16.6419 10.2399 16.4331 10.503 16.17C10.7661 15.9068 11.0786 15.698 11.4224 15.5556C11.7663 15.4132 12.1348 15.3399 12.507 15.34C13.2584 15.34 13.9789 15.0415 14.5102 14.5102C15.0415 13.9789 15.34 13.2584 15.34 12.507C15.34 11.755 15.639 11.035 16.17 10.503C16.7011 9.97173 16.9995 9.25125 16.9995 8.5C16.9995 7.74876 16.7011 7.02827 16.17 6.497Z", fill: "#6E76E5" }),
|
|
5
|
-
React.createElement("path", { d: "M8.503 15C6.78133 14.9976 5.1309 14.3125 3.91368 13.0949C2.69647 11.8773 2.01185 10.2267 2.01 8.50501C2.01185 6.78334 2.69647 5.13269 3.91368 3.9151C5.1309 2.69751 6.78133 2.01239 8.503 2.01001C10.2253 2.0116 11.8766 2.69634 13.0946 3.91398C14.3126 5.13163 14.9979 6.78273 15 8.50501C14.9979 10.2273 14.3126 11.8784 13.0946 13.096C11.8766 14.3137 10.2253 14.9984 8.503 15ZM8.503 2.93601C7.02659 2.9376 5.61112 3.52487 4.56723 4.56895C3.52334 5.61302 2.93632 7.0286 2.935 8.50501C2.93659 9.98125 3.52373 11.3966 4.56758 12.4404C5.61144 13.4843 7.02676 14.0714 8.503 14.073C9.97933 14.0714 11.3948 13.4843 12.4388 12.4405C13.4828 11.3967 14.0701 9.98134 14.072 8.50501C14.0704 7.02851 13.4832 5.61293 12.4391 4.56889C11.3951 3.52484 9.9795 2.9376 8.503 2.93601Z", fill: "white" }),
|
|
6
|
-
React.createElement("path", { d: "M8.496 10.891C8.45267 10.891 8.41367 10.878 8.379 10.852C8.353 10.8173 8.34 10.7783 8.34 10.735V9.071C8.34 9.05367 8.33133 9.04067 8.314 9.032C8.30533 9.02333 8.29233 9.02333 8.275 9.032L6.78 9.89C6.74533 9.90733 6.71933 9.916 6.702 9.916C6.64133 9.916 6.59367 9.88567 6.559 9.825L6.481 9.682C6.47233 9.66467 6.468 9.63867 6.468 9.604C6.468 9.552 6.494 9.50867 6.546 9.474L8.041 8.629C8.05833 8.62033 8.067 8.60733 8.067 8.59C8.067 8.57267 8.05833 8.55967 8.041 8.551L6.546 7.706C6.468 7.654 6.45067 7.58467 6.494 7.498L6.559 7.355C6.57633 7.31167 6.60667 7.28567 6.65 7.277C6.69333 7.25967 6.73667 7.264 6.78 7.29L8.275 8.148C8.29233 8.15667 8.30533 8.15667 8.314 8.148C8.33133 8.13933 8.34 8.12633 8.34 8.109V6.445C8.34 6.40167 8.353 6.367 8.379 6.341C8.41367 6.30633 8.45267 6.289 8.496 6.289H8.665C8.70833 6.289 8.743 6.30633 8.769 6.341C8.80367 6.367 8.821 6.40167 8.821 6.445V8.109C8.821 8.12633 8.82533 8.13933 8.834 8.148C8.85133 8.15667 8.86867 8.15667 8.886 8.148L10.381 7.29C10.4157 7.27267 10.4417 7.264 10.459 7.264C10.5023 7.264 10.5457 7.29433 10.589 7.355L10.667 7.498C10.6843 7.53267 10.693 7.55867 10.693 7.576C10.693 7.61933 10.667 7.66267 10.615 7.706L9.12 8.551C9.11133 8.55967 9.107 8.57267 9.107 8.59C9.107 8.60733 9.11133 8.62033 9.12 8.629L10.615 9.474C10.7017 9.53467 10.719 9.604 10.667 9.682L10.589 9.825C10.563 9.86833 10.5283 9.89867 10.485 9.916C10.4503 9.92467 10.4113 9.916 10.368 9.89L8.886 9.032C8.86867 9.02333 8.85133 9.02333 8.834 9.032C8.82533 9.04067 8.821 9.05367 8.821 9.071V10.735C8.821 10.7783 8.80367 10.8173 8.769 10.852C8.743 10.878 8.70833 10.891 8.665 10.891H8.496Z", fill: "white" })),
|
|
7
|
-
React.createElement("defs", null,
|
|
8
|
-
React.createElement("clipPath", { id: "clip0_4650_181752" },
|
|
9
|
-
React.createElement("rect", { width: "17", height: "17", fill: "white" })))));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const CorrespondingAuthorIcon = (props) => (_jsxs("svg", { width: "17", height: "17", viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsxs("g", { clipPath: "url(#clip0_4650_181752)", children: [_jsx("path", { d: "M16.17 6.497C15.9068 6.23386 15.698 5.92144 15.5556 5.57758C15.4132 5.23373 15.3399 4.86518 15.34 4.493C15.34 3.74164 15.0415 3.02106 14.5102 2.48977C13.9789 1.95848 13.2584 1.66 12.507 1.66C12.1348 1.66007 11.7663 1.58681 11.4224 1.44439C11.0786 1.30198 10.7661 1.0932 10.503 0.830002C10.2399 0.566854 9.92758 0.35811 9.58382 0.215691C9.24005 0.0732722 8.8716 -3.05176e-05 8.4995 -3.05176e-05C8.1274 -3.05176e-05 7.75895 0.0732722 7.41518 0.215691C7.07142 0.35811 6.75908 0.566854 6.496 0.830002C5.96474 1.36123 5.24429 1.65977 4.493 1.66C4.12096 1.66 3.75257 1.73328 3.40886 1.87565C3.06514 2.01802 2.75283 2.2267 2.48977 2.48977C2.2267 2.75284 2.01802 3.06514 1.87565 3.40886C1.73328 3.75258 1.66 4.12097 1.66 4.493C1.66 5.244 1.361 5.965 0.83 6.496C0.566851 6.75908 0.358107 7.07142 0.215688 7.41519C0.0732693 7.75895 -3.33786e-05 8.12741 -3.33786e-05 8.4995C-3.33786e-05 8.8716 0.0732693 9.24006 0.215688 9.58382C0.358107 9.92758 0.566851 10.2399 0.83 10.503C1.361 11.035 1.66 11.756 1.66 12.507C1.66 13.2584 1.95848 13.9789 2.48977 14.5102C3.02106 15.0415 3.74164 15.34 4.493 15.34C5.244 15.34 5.965 15.639 6.496 16.17C6.75908 16.4331 7.07142 16.6419 7.41518 16.7843C7.75895 16.9267 8.1274 17 8.4995 17C8.8716 17 9.24005 16.9267 9.58382 16.7843C9.92758 16.6419 10.2399 16.4331 10.503 16.17C10.7661 15.9068 11.0786 15.698 11.4224 15.5556C11.7663 15.4132 12.1348 15.3399 12.507 15.34C13.2584 15.34 13.9789 15.0415 14.5102 14.5102C15.0415 13.9789 15.34 13.2584 15.34 12.507C15.34 11.755 15.639 11.035 16.17 10.503C16.7011 9.97173 16.9995 9.25125 16.9995 8.5C16.9995 7.74876 16.7011 7.02827 16.17 6.497Z", fill: "#6E76E5" }), _jsx("path", { d: "M8.503 15C6.78133 14.9976 5.1309 14.3125 3.91368 13.0949C2.69647 11.8773 2.01185 10.2267 2.01 8.50501C2.01185 6.78334 2.69647 5.13269 3.91368 3.9151C5.1309 2.69751 6.78133 2.01239 8.503 2.01001C10.2253 2.0116 11.8766 2.69634 13.0946 3.91398C14.3126 5.13163 14.9979 6.78273 15 8.50501C14.9979 10.2273 14.3126 11.8784 13.0946 13.096C11.8766 14.3137 10.2253 14.9984 8.503 15ZM8.503 2.93601C7.02659 2.9376 5.61112 3.52487 4.56723 4.56895C3.52334 5.61302 2.93632 7.0286 2.935 8.50501C2.93659 9.98125 3.52373 11.3966 4.56758 12.4404C5.61144 13.4843 7.02676 14.0714 8.503 14.073C9.97933 14.0714 11.3948 13.4843 12.4388 12.4405C13.4828 11.3967 14.0701 9.98134 14.072 8.50501C14.0704 7.02851 13.4832 5.61293 12.4391 4.56889C11.3951 3.52484 9.9795 2.9376 8.503 2.93601Z", fill: "white" }), _jsx("path", { d: "M8.496 10.891C8.45267 10.891 8.41367 10.878 8.379 10.852C8.353 10.8173 8.34 10.7783 8.34 10.735V9.071C8.34 9.05367 8.33133 9.04067 8.314 9.032C8.30533 9.02333 8.29233 9.02333 8.275 9.032L6.78 9.89C6.74533 9.90733 6.71933 9.916 6.702 9.916C6.64133 9.916 6.59367 9.88567 6.559 9.825L6.481 9.682C6.47233 9.66467 6.468 9.63867 6.468 9.604C6.468 9.552 6.494 9.50867 6.546 9.474L8.041 8.629C8.05833 8.62033 8.067 8.60733 8.067 8.59C8.067 8.57267 8.05833 8.55967 8.041 8.551L6.546 7.706C6.468 7.654 6.45067 7.58467 6.494 7.498L6.559 7.355C6.57633 7.31167 6.60667 7.28567 6.65 7.277C6.69333 7.25967 6.73667 7.264 6.78 7.29L8.275 8.148C8.29233 8.15667 8.30533 8.15667 8.314 8.148C8.33133 8.13933 8.34 8.12633 8.34 8.109V6.445C8.34 6.40167 8.353 6.367 8.379 6.341C8.41367 6.30633 8.45267 6.289 8.496 6.289H8.665C8.70833 6.289 8.743 6.30633 8.769 6.341C8.80367 6.367 8.821 6.40167 8.821 6.445V8.109C8.821 8.12633 8.82533 8.13933 8.834 8.148C8.85133 8.15667 8.86867 8.15667 8.886 8.148L10.381 7.29C10.4157 7.27267 10.4417 7.264 10.459 7.264C10.5023 7.264 10.5457 7.29433 10.589 7.355L10.667 7.498C10.6843 7.53267 10.693 7.55867 10.693 7.576C10.693 7.61933 10.667 7.66267 10.615 7.706L9.12 8.551C9.11133 8.55967 9.107 8.57267 9.107 8.59C9.107 8.60733 9.11133 8.62033 9.12 8.629L10.615 9.474C10.7017 9.53467 10.719 9.604 10.667 9.682L10.589 9.825C10.563 9.86833 10.5283 9.89867 10.485 9.916C10.4503 9.92467 10.4113 9.916 10.368 9.89L8.886 9.032C8.86867 9.02333 8.85133 9.02333 8.834 9.032C8.82533 9.04067 8.821 9.05367 8.821 9.071V10.735C8.821 10.7783 8.80367 10.8173 8.769 10.852C8.743 10.878 8.70833 10.891 8.665 10.891H8.496Z", fill: "white" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_4650_181752", children: _jsx("rect", { width: "17", height: "17", fill: "white" }) }) })] }));
|
|
10
3
|
export default CorrespondingAuthorIcon;
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const DangerIcon = (props) => (
|
|
3
|
-
React.createElement("g", { clipPath: "url(#clip0_32980_20006)" },
|
|
4
|
-
React.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" })),
|
|
5
|
-
React.createElement("defs", null,
|
|
6
|
-
React.createElement("clipPath", { id: "clip0_32980_20006" },
|
|
7
|
-
React.createElement("rect", { width: "16", height: "16", fill: "white" })))));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const DangerIcon = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...props, children: [_jsx("g", { clipPath: "url(#clip0_32980_20006)", children: _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" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_32980_20006", children: _jsx("rect", { width: "16", height: "16", fill: "white" }) }) })] }));
|
|
8
3
|
export default DangerIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const DeleteSolidIcon = (props) => (
|
|
3
|
-
React.createElement("path", { d: "M15.494 3.375H11.955C11.93 3.165 11.714 3 11.451 3H8.548C8.286 3 8.07 3.165 8.045 3.375H4.506C4.226 3.375 4 3.561 4 3.792V4.583C4 4.813 4.227 5 4.506 5H15.494C15.774 5 16 4.814 16 4.583V3.792C16 3.562 15.773 3.375 15.494 3.375ZM5 6V16.491C5 16.772 5.23 17 5.513 17H14.487C14.5541 17.0004 14.6207 16.9875 14.6829 16.9621C14.745 16.9367 14.8015 16.8993 14.8492 16.852C14.8969 16.8048 14.9347 16.7485 14.9606 16.6866C14.9865 16.6246 14.9999 16.5581 15 16.491V6H5ZM8.753 13.874C8.753 14.184 8.5 14.435 8.188 14.435C8.03886 14.4355 7.89559 14.3769 7.78966 14.2719C7.68373 14.1669 7.62379 14.0241 7.623 13.875V8.311C7.623 8.001 7.876 7.75 8.188 7.75C8.5 7.75 8.753 8 8.753 8.31V13.873V13.874ZM12.377 13.874C12.377 14.184 12.124 14.435 11.812 14.435C11.6629 14.4355 11.5196 14.3769 11.4137 14.2719C11.3077 14.1669 11.2478 14.0241 11.247 13.875V8.311C11.247 8.001 11.5 7.75 11.812 7.75C12.124 7.75 12.377 8 12.377 8.31V13.873V13.874Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const DeleteSolidIcon = (props) => (_jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _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" }) }));
|
|
4
3
|
export default DeleteSolidIcon;
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const DeleteIcon = (props) => (
|
|
3
|
-
React.createElement("path", { className: "icon_element", fillRule: "evenodd", clipRule: "evenodd", d: "M2.00001 2.99995C2 3.0013 2 3.00265 2 3.00399V13.004C2 13.5563 2.44772 14.004 3 14.004H10C10.5523 14.004 11 13.5563 11 13.004V3.00399C11 3.00265 11 3.0013 11 2.99995C11.5978 3.34576 12 3.99211 12 4.73239V13.004C12 14.1086 11.1046 15.004 10 15.004H3C1.89543 15.004 1 14.1086 1 13.004V4.73239C1 3.99211 1.4022 3.34576 2.00001 2.99995Z", fill: "#F35143" }),
|
|
4
|
-
React.createElement("path", { className: "icon_element", fillRule: "evenodd", clipRule: "evenodd", d: "M4.5 0C3.67157 0 3 0.671573 3 1.5V3.5C3 4.32843 3.67157 5 4.5 5H8.5C9.32843 5 10 4.32843 10 3.5V1.5C10 0.671573 9.32843 0 8.5 0H4.5ZM9 1.5C9 1.22386 8.77614 1 8.5 1H4.5C4.22386 1 4 1.22386 4 1.5C4 1.77614 4.22386 2 4.5 2H8.5C8.77614 2 9 1.77614 9 1.5Z", fill: "#F35143" }),
|
|
5
|
-
React.createElement("rect", { className: "icon_element", y: "2", width: "13", height: "3", rx: "1.5", fill: "#F35143" }),
|
|
6
|
-
React.createElement("path", { className: "icon_element", fillRule: "evenodd", clipRule: "evenodd", d: "M8 7.5C8 7.22386 8.22386 7 8.5 7C8.77614 7 9 7.22386 9 7.5V11.5C9 11.7761 8.77614 12 8.5 12C8.22386 12 8 11.7761 8 11.5V7.5Z", fill: "#F35143" }),
|
|
7
|
-
React.createElement("path", { className: "icon_element", fillRule: "evenodd", clipRule: "evenodd", d: "M4 7.5C4 7.22386 4.22386 7 4.5 7C4.77614 7 5 7.22386 5 7.5V11.5C5 11.7761 4.77614 12 4.5 12C4.22386 12 4 11.7761 4 11.5V7.5Z", fill: "#F35143" }),
|
|
8
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5 3C11.7761 3 12 3.22386 12 3.5C12 3.77614 11.7761 4 11.5 4L1.5 4C1.22386 4 1 3.77614 1 3.5C1 3.22386 1.22386 3 1.5 3L11.5 3Z", fill: "white" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const DeleteIcon = (props) => (_jsxs("svg", { width: "13", height: "16", viewBox: "0 0 13 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_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" }), _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" }), _jsx("rect", { className: "icon_element", y: "2", width: "13", height: "3", rx: "1.5", fill: "#F35143" }), _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" }), _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" }), _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" })] }));
|
|
9
3
|
export default DeleteIcon;
|
|
@@ -1,21 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const DotsIcon = (props) => (React.createElement("svg", { className: props.className, width: "4", height: "16", viewBox: "0 0 4 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
|
|
18
|
-
React.createElement("circle", { cx: "2", cy: "2", r: "2", fill: "#6E6E6E" }),
|
|
19
|
-
React.createElement("circle", { cx: "2", cy: "8", r: "2", fill: "#6E6E6E" }),
|
|
20
|
-
React.createElement("circle", { cx: "2", cy: "14", r: "2", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const DotsIcon = (props) => (_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: [_jsx("circle", { cx: "2", cy: "2", r: "2", fill: "#6E6E6E" }), _jsx("circle", { cx: "2", cy: "8", r: "2", fill: "#6E6E6E" }), _jsx("circle", { cx: "2", cy: "14", r: "2", fill: "#6E6E6E" })] }));
|
|
21
3
|
export default DotsIcon;
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const DraggableIcon = (props) => (
|
|
3
|
-
React.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" }),
|
|
4
|
-
React.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" }),
|
|
5
|
-
React.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" }),
|
|
6
|
-
React.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" }),
|
|
7
|
-
React.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" }),
|
|
8
|
-
React.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" }),
|
|
9
|
-
React.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" }),
|
|
10
|
-
React.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" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const DraggableIcon = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 32 32", fill: "none", ...props, children: [_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" }), _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" }), _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" }), _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" }), _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" }), _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" }), _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" }), _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" })] }));
|
|
11
3
|
export default DraggableIcon;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const EditAttrsTracking = () => (
|
|
3
|
-
React.createElement("path", { d: "M12 2L14 4L9 9L6 10L7 7L12 2Z", stroke: "#353535", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
4
|
-
React.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" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const EditAttrsTracking = () => (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M12 2L14 4L9 9L6 10L7 7L12 2Z", stroke: "#353535", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _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" })] }));
|
|
5
3
|
export default EditAttrsTracking;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const EditIcon = ({ fill = '#353535', ...props }) => (
|
|
3
|
-
React.createElement("path", { d: "M15.0353 2.96374C14.7512 2.67922 14.4139 2.45349 14.0425 2.29948C13.6711 2.14547 13.273 2.06619 12.871 2.06619C12.469 2.06619 12.0709 2.14547 11.6995 2.29948C11.3281 2.45349 10.9908 2.67922 10.7067 2.96374L2.77073 10.8987C2.70957 10.9601 2.67023 11.0399 2.65873 11.1259L2.07099 15.4811C2.06262 15.5416 2.06838 15.6032 2.08781 15.6612C2.10724 15.7191 2.13982 15.7717 2.18299 15.8149C2.25766 15.8896 2.36006 15.9333 2.46353 15.9333C2.48166 15.9333 2.49873 15.9333 2.51686 15.9301L5.14086 15.576C5.24362 15.5592 5.33578 15.503 5.39775 15.4193C5.45972 15.3356 5.48662 15.2311 5.47273 15.1279C5.45884 15.0247 5.40526 14.931 5.32337 14.8667C5.24148 14.8024 5.13774 14.7725 5.03419 14.7835L2.93073 15.0672L3.34139 12.0304L6.53819 15.2272C6.57467 15.2647 6.61829 15.2945 6.66647 15.3148C6.71465 15.3352 6.76643 15.3456 6.81873 15.3456C6.87103 15.3456 6.9228 15.3352 6.97098 15.3148C7.01916 15.2945 7.06278 15.2647 7.09926 15.2272L15.0353 7.29334C15.3207 7.00975 15.5471 6.67234 15.7013 6.30066C15.8554 5.92897 15.9343 5.5304 15.9334 5.12801C15.9334 4.30881 15.6134 3.54081 15.0353 2.96374ZM10.8603 3.93974L12.1937 5.27201L4.95099 12.5147L3.61873 11.1813L10.8614 3.93867L10.8603 3.93974ZM6.82193 14.3824L5.51846 13.0789L12.7611 5.83627L14.0625 7.13974L6.82193 14.3824ZM14.6193 6.56907L11.4299 3.38081C11.8353 3.04694 12.3409 2.86347 12.8721 2.86347C13.1695 2.86277 13.4641 2.92084 13.7391 3.03434C14.014 3.14784 14.2638 3.31454 14.4741 3.52486C14.6845 3.73518 14.8512 3.98498 14.9647 4.25992C15.0782 4.53485 15.1362 4.8295 15.1355 5.12694C15.1355 5.66241 14.9521 6.16481 14.6182 6.56907H14.6193Z", fill: fill, stroke: fill, strokeWidth: "0.533333" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const EditIcon = ({ fill = '#353535', ...props }) => (_jsx("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _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" }) }));
|
|
4
3
|
export default EditIcon;
|
|
@@ -1,21 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const FileAudioIcon = (props) => (React.createElement("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
|
|
18
|
-
React.createElement("path", { d: "M12 21.7197C11.6022 21.7197 11.2206 21.5617 10.9393 21.2804C10.658 20.9991 10.5 20.6176 10.5 20.2197V5.21973C10.5 4.8219 10.658 4.44037 10.9393 4.15907C11.2206 3.87776 11.6022 3.71973 12 3.71973C12.3978 3.71973 12.7794 3.87776 13.0607 4.15907C13.342 4.44037 13.5 4.8219 13.5 5.21973V20.2197C13.5 20.6176 13.342 20.9991 13.0607 21.2804C12.7794 21.5617 12.3978 21.7197 12 21.7197Z", fill: "#F474AE" }),
|
|
19
|
-
React.createElement("path", { d: "M6 18.7197C5.60218 18.7197 5.22064 18.5617 4.93934 18.2804C4.65804 17.9991 4.5 17.6176 4.5 17.2197V8.21973C4.5 7.8219 4.65804 7.44037 4.93934 7.15907C5.22064 6.87776 5.60218 6.71973 6 6.71973C6.39782 6.71973 6.77936 6.87776 7.06066 7.15907C7.34196 7.44037 7.5 7.8219 7.5 8.21973V17.2197C7.5 17.6176 7.34196 17.9991 7.06066 18.2804C6.77936 18.5617 6.39782 18.7197 6 18.7197Z", fill: "#F474AE" }),
|
|
20
|
-
React.createElement("path", { d: "M18 15.7197C17.6022 15.7197 17.2206 15.5617 16.9393 15.2804C16.658 14.9991 16.5 14.6176 16.5 14.2197V11.2197C16.5 10.8219 16.658 10.4404 16.9393 10.1591C17.2206 9.87776 17.6022 9.71973 18 9.71973C18.3978 9.71973 18.7794 9.87776 19.0607 10.1591C19.342 10.4404 19.5 10.8219 19.5 11.2197V14.2197C19.5 14.6176 19.342 14.9991 19.0607 15.2804C18.7794 15.5617 18.3978 15.7197 18 15.7197Z", fill: "#F474AE" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const FileAudioIcon = (props) => (_jsxs("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_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" }), _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" }), _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" })] }));
|
|
21
3
|
export default FileAudioIcon;
|
|
@@ -1,21 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const FileCodeIcon = (props) => (React.createElement("svg", { className: props.className, width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
|
|
18
|
-
React.createElement("path", { d: "M5.35566 15.2819L1.02175 10.948L5.46094 6.50879", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
19
|
-
React.createElement("path", { d: "M15.4617 15.2819L19.7956 10.948L15.3564 6.50879", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
20
|
-
React.createElement("path", { d: "M12.5 1.96973L8.75 19.4697", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const FileCodeIcon = (props) => (_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: [_jsx("path", { d: "M5.35566 15.2819L1.02175 10.948L5.46094 6.50879", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M15.4617 15.2819L19.7956 10.948L15.3564 6.50879", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M12.5 1.96973L8.75 19.4697", stroke: "#B3A1FC", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
21
3
|
export default FileCodeIcon;
|
|
@@ -1,28 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
const FileCompressedIcon = (props) => (React.createElement("svg", { className: props.className, width: "22", height: "26", viewBox: "0 0 22 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
|
|
18
|
-
React.createElement("line", { x1: "11.75", y1: "2.21973", x2: "11.75", y2: "3.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
19
|
-
React.createElement("line", { x1: "11.75", y1: "5.21973", x2: "11.75", y2: "6.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
20
|
-
React.createElement("line", { x1: "11.75", y1: "8.21973", x2: "11.75", y2: "9.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
21
|
-
React.createElement("line", { x1: "10.25", y1: "3.71973", x2: "10.25", y2: "5.21973", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
22
|
-
React.createElement("line", { x1: "10.25", y1: "6.71973", x2: "10.25", y2: "8.21973", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
23
|
-
React.createElement("line", { x1: "10.25", y1: "9.71973", x2: "10.25", y2: "11.2197", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
24
|
-
React.createElement("rect", { x: "1", y: "1.21973", width: "20", height: "23", rx: "2", stroke: "#6E6E6E", strokeWidth: "2" }),
|
|
25
|
-
React.createElement("path", { d: "M7.97502 12.7197V13.2221C7.97502 13.2935 7.9633 13.3635 7.93987 13.4321C7.91904 13.5008 7.88911 13.5653 7.85006 13.6257L5.17911 17.649H7.88911V18.7197H3.5V18.1844C3.5 18.1212 3.51041 18.0595 3.53124 17.9991C3.55207 17.9359 3.5807 17.8783 3.61715 17.8261L6.29591 13.7904H3.71867V12.7197H7.97502Z", fill: "#6E6E6E" }),
|
|
26
|
-
React.createElement("path", { d: "M11.5859 18.7197H10.2582V12.7197H11.5859V18.7197Z", fill: "#6E6E6E" }),
|
|
27
|
-
React.createElement("path", { d: "M15.5245 16.7142V18.7197H14.2046V12.7197H16.2117C16.6126 12.7197 16.9563 12.7705 17.2426 12.8721C17.5316 12.9709 17.7685 13.1082 17.9533 13.2839C18.1407 13.4596 18.2787 13.6669 18.3672 13.9057C18.4557 14.1446 18.5 14.4026 18.5 14.6799C18.5 14.9792 18.4544 15.2537 18.3633 15.5035C18.2722 15.7534 18.1329 15.9675 17.9455 16.1459C17.7581 16.3244 17.5199 16.4644 17.2309 16.566C16.9445 16.6648 16.6048 16.7142 16.2117 16.7142H15.5245ZM15.5245 15.6641H16.2117C16.5554 15.6641 16.8027 15.5777 16.9537 15.4047C17.1046 15.2317 17.1801 14.9901 17.1801 14.6799C17.1801 14.5427 17.1606 14.4177 17.1216 14.3052C17.0825 14.1926 17.0226 14.0965 16.9419 14.0169C16.8638 13.9346 16.7636 13.8714 16.6413 13.8275C16.5215 13.7836 16.3783 13.7616 16.2117 13.7616H15.5245V15.6641Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const FileCompressedIcon = (props) => (_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: [_jsx("line", { x1: "11.75", y1: "2.21973", x2: "11.75", y2: "3.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }), _jsx("line", { x1: "11.75", y1: "5.21973", x2: "11.75", y2: "6.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }), _jsx("line", { x1: "11.75", y1: "8.21973", x2: "11.75", y2: "9.71973", stroke: "#6E6E6E", strokeWidth: "1.5" }), _jsx("line", { x1: "10.25", y1: "3.71973", x2: "10.25", y2: "5.21973", stroke: "#6E6E6E", strokeWidth: "1.5" }), _jsx("line", { x1: "10.25", y1: "6.71973", x2: "10.25", y2: "8.21973", stroke: "#6E6E6E", strokeWidth: "1.5" }), _jsx("line", { x1: "10.25", y1: "9.71973", x2: "10.25", y2: "11.2197", stroke: "#6E6E6E", strokeWidth: "1.5" }), _jsx("rect", { x: "1", y: "1.21973", width: "20", height: "23", rx: "2", stroke: "#6E6E6E", strokeWidth: "2" }), _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" }), _jsx("path", { d: "M11.5859 18.7197H10.2582V12.7197H11.5859V18.7197Z", fill: "#6E6E6E" }), _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" })] }));
|
|
28
3
|
export default FileCompressedIcon;
|