@manuscripts/style-guide 3.3.7 → 3.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/AlertMessage.js +2 -23
- package/dist/cjs/components/AutoSaveInput.js +2 -16
- package/dist/cjs/components/Avatar.js +3 -50
- package/dist/cjs/components/Button.js +5 -1
- package/dist/cjs/components/ContextMenu.js +5 -22
- package/dist/cjs/components/Dialog.js +5 -38
- package/dist/cjs/components/DraggableModal.js +4 -52
- package/dist/cjs/components/Drawer.js +2 -10
- package/dist/cjs/components/InspectorSection.js +5 -58
- package/dist/cjs/components/LoadingOverlay.js +3 -5
- package/dist/cjs/components/Menus/Menus.js +9 -28
- package/dist/cjs/components/Menus/Shortcut.js +3 -18
- package/dist/cjs/components/Menus/Submenu.js +7 -28
- package/dist/cjs/components/Message.js +2 -4
- package/dist/cjs/components/MultiValueInput.js +3 -39
- package/dist/cjs/components/NavDropdown.js +2 -23
- package/dist/cjs/components/RadioButton.js +2 -19
- package/dist/cjs/components/RelativeDate.js +3 -21
- package/dist/cjs/components/Resizer/Resizer.js +2 -2
- package/dist/cjs/components/Resizer/ResizerButton.js +2 -1
- package/dist/cjs/components/RichText/RichText.js +3 -35
- package/dist/cjs/components/RichText/RichTextField.js +3 -35
- package/dist/cjs/components/SaveStatus.js +5 -31
- package/dist/cjs/components/SelectField.js +2 -17
- package/dist/cjs/components/SelectedItemsBox.js +2 -5
- package/dist/cjs/components/StyledModal.js +4 -18
- package/dist/cjs/components/SystemUserAvatar.js +3 -50
- package/dist/cjs/components/TextField.js +2 -22
- package/dist/cjs/components/TextFieldContainer.js +2 -22
- package/dist/cjs/components/TextFieldError.js +2 -19
- package/dist/cjs/components/TextFieldGroupContainer.js +2 -22
- package/dist/cjs/components/ToggleHeader.js +3 -20
- package/dist/cjs/components/Tooltip.js +3 -4
- package/dist/cjs/components/icons/add-author.js +2 -23
- package/dist/cjs/components/icons/add-comment.js +2 -25
- package/dist/cjs/components/icons/add-figure.js +2 -23
- package/dist/cjs/components/icons/add-institution.js +2 -20
- package/dist/cjs/components/icons/add-new.js +2 -7
- package/dist/cjs/components/icons/add-outline.js +2 -8
- package/dist/cjs/components/icons/add-role.js +2 -8
- package/dist/cjs/components/icons/add-user.js +2 -8
- package/dist/cjs/components/icons/add.js +2 -8
- package/dist/cjs/components/icons/added.js +2 -7
- package/dist/cjs/components/icons/affiliation-placeholder.js +2 -39
- package/dist/cjs/components/icons/affiliation.js +2 -7
- package/dist/cjs/components/icons/alert.js +2 -6
- package/dist/cjs/components/icons/arrow-down-circle.js +2 -7
- package/dist/cjs/components/icons/arrow-down.js +2 -6
- package/dist/cjs/components/icons/arrow-left.js +2 -6
- package/dist/cjs/components/icons/arrow-up.js +2 -6
- package/dist/cjs/components/icons/attach.js +2 -21
- package/dist/cjs/components/icons/attention-blue.js +2 -10
- package/dist/cjs/components/icons/attention-green.js +2 -7
- package/dist/cjs/components/icons/attention-orange.js +2 -12
- package/dist/cjs/components/icons/attention-red.js +2 -10
- package/dist/cjs/components/icons/author-placeholder.js +2 -46
- package/dist/cjs/components/icons/avatar.js +2 -8
- package/dist/cjs/components/icons/book.js +2 -22
- package/dist/cjs/components/icons/chat.js +2 -23
- package/dist/cjs/components/icons/circle-tick-animation.js +4 -8
- package/dist/cjs/components/icons/citation-count.js +2 -6
- package/dist/cjs/components/icons/comment-reply.js +2 -6
- package/dist/cjs/components/icons/comment-resolve.js +2 -21
- package/dist/cjs/components/icons/comment.js +2 -25
- package/dist/cjs/components/icons/corresponding-author.js +2 -12
- package/dist/cjs/components/icons/danger.js +2 -10
- package/dist/cjs/components/icons/delete-solid.js +2 -6
- package/dist/cjs/components/icons/deleted.js +2 -11
- package/dist/cjs/components/icons/dots.js +2 -23
- package/dist/cjs/components/icons/draggable-icon.js +2 -13
- package/dist/cjs/components/icons/edit-attrs-tracking.js +2 -7
- package/dist/cjs/components/icons/edit.js +2 -6
- package/dist/cjs/components/icons/file-audio.js +2 -23
- package/dist/cjs/components/icons/file-code.js +2 -23
- package/dist/cjs/components/icons/file-compressed.js +2 -30
- package/dist/cjs/components/icons/file-corrupted.js +2 -24
- package/dist/cjs/components/icons/file-document.js +2 -24
- package/dist/cjs/components/icons/file-figure.js +2 -23
- package/dist/cjs/components/icons/file-graphical-abstract.js +2 -8
- package/dist/cjs/components/icons/file-image.js +2 -6
- package/dist/cjs/components/icons/file-latex-icon.js +2 -25
- package/dist/cjs/components/icons/file-main-document.js +2 -10
- package/dist/cjs/components/icons/file-pdf.js +2 -22
- package/dist/cjs/components/icons/file-table.js +2 -21
- package/dist/cjs/components/icons/file-unknown.js +2 -22
- package/dist/cjs/components/icons/file-video.js +2 -21
- package/dist/cjs/components/icons/handle-inspector.js +2 -6
- package/dist/cjs/components/icons/handle-outline.js +2 -11
- package/dist/cjs/components/icons/help.js +2 -8
- package/dist/cjs/components/icons/image-default.js +2 -9
- package/dist/cjs/components/icons/image-left.js +2 -9
- package/dist/cjs/components/icons/image-right.js +2 -9
- package/dist/cjs/components/icons/index.js +4 -2
- package/dist/cjs/components/icons/inspector-plugin.js +5 -0
- package/dist/cjs/components/icons/link.js +2 -7
- package/dist/cjs/components/icons/lock.js +2 -9
- package/dist/cjs/components/icons/logout.js +2 -6
- package/dist/cjs/components/icons/manuscript.js +2 -24
- package/dist/cjs/components/icons/outline-block-quote.js +2 -8
- package/dist/cjs/components/icons/outline-code.js +2 -7
- package/dist/cjs/components/icons/outline-embed.js +2 -8
- package/dist/cjs/components/icons/outline-equation.js +2 -6
- package/dist/cjs/components/icons/outline-figure.js +2 -12
- package/dist/cjs/components/icons/outline-manuscript.js +2 -9
- package/dist/cjs/components/icons/outline-ordered-list.js +2 -6
- package/dist/cjs/components/icons/outline-paragraph.js +2 -6
- package/dist/cjs/components/icons/outline-pull-quote.js +2 -8
- package/dist/cjs/components/icons/outline-section.js +2 -6
- package/dist/cjs/components/icons/outline-table.js +2 -8
- package/dist/cjs/components/icons/outline-unordered-list.js +2 -8
- package/dist/cjs/components/icons/plus.js +2 -22
- package/dist/cjs/components/icons/profile-avatar.js +2 -6
- package/dist/cjs/components/icons/role-annotating.js +2 -8
- package/dist/cjs/components/icons/role-reading.js +2 -10
- package/dist/cjs/components/icons/save-status-offline.js +2 -23
- package/dist/cjs/components/icons/save-status-saved.js +2 -22
- package/dist/cjs/components/icons/save-status-saving.js +2 -24
- package/dist/cjs/components/icons/scroll.js +2 -10
- package/dist/cjs/components/icons/search.js +2 -22
- package/dist/cjs/components/icons/section-category.js +2 -21
- package/dist/cjs/components/icons/slider-off.js +2 -7
- package/dist/cjs/components/icons/slider-on.js +2 -7
- package/dist/cjs/components/icons/system-user-avatar.js +2 -9
- package/dist/cjs/components/icons/task-step-done.js +2 -22
- package/dist/cjs/components/icons/tick.js +2 -6
- package/dist/cjs/components/icons/toolbar-bold.js +2 -6
- package/dist/cjs/components/icons/toolbar-boxed-text.js +2 -7
- package/dist/cjs/components/icons/toolbar-citation.js +2 -8
- package/dist/cjs/components/icons/toolbar-code.js +2 -7
- package/dist/cjs/components/icons/toolbar-equation.js +2 -6
- package/dist/cjs/components/icons/toolbar-figure.js +2 -6
- package/dist/cjs/components/icons/toolbar-indent.js +2 -11
- package/dist/cjs/components/icons/toolbar-italic.js +2 -6
- package/dist/cjs/components/icons/toolbar-ordered-list.js +2 -6
- package/dist/cjs/components/icons/toolbar-special-characters.js +2 -7
- package/dist/cjs/components/icons/toolbar-subscript.js +2 -6
- package/dist/cjs/components/icons/toolbar-superscript.js +2 -6
- package/dist/cjs/components/icons/toolbar-symbol.js +2 -6
- package/dist/cjs/components/icons/toolbar-table.js +2 -6
- package/dist/cjs/components/icons/toolbar-underline.js +2 -6
- package/dist/cjs/components/icons/toolbar-unindent.js +2 -11
- package/dist/cjs/components/icons/toolbar-unordered-list.js +2 -6
- package/dist/cjs/components/icons/translate.js +2 -13
- package/dist/cjs/components/icons/triangle-collapsed.js +2 -6
- package/dist/cjs/components/icons/triangle-expanded.js +2 -6
- package/dist/cjs/components/icons/upload.js +2 -8
- package/dist/cjs/components/icons/vertical-ellipsis.js +2 -8
- package/dist/cjs/components/icons/x.js +2 -7
- package/dist/cjs/hooks/use-scroll-detection.js +2 -2
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/lib/files.js +14 -17
- package/dist/es/components/AlertMessage.js +2 -23
- package/dist/es/components/AutoSaveInput.js +2 -16
- package/dist/es/components/Avatar.js +3 -17
- package/dist/es/components/Button.js +5 -1
- package/dist/es/components/ContextMenu.js +5 -22
- package/dist/es/components/Dialog.js +5 -38
- package/dist/es/components/DraggableModal.js +4 -19
- package/dist/es/components/Drawer.js +2 -7
- package/dist/es/components/InspectorSection.js +5 -25
- package/dist/es/components/LoadingOverlay.js +3 -5
- package/dist/es/components/Menus/Menus.js +9 -28
- package/dist/es/components/Menus/Shortcut.js +3 -18
- package/dist/es/components/Menus/Submenu.js +7 -28
- package/dist/es/components/Message.js +2 -4
- package/dist/es/components/MultiValueInput.js +3 -6
- package/dist/es/components/NavDropdown.js +2 -20
- package/dist/es/components/RadioButton.js +2 -19
- package/dist/es/components/RelativeDate.js +3 -18
- package/dist/es/components/Resizer/Resizer.js +2 -2
- package/dist/es/components/Resizer/ResizerButton.js +2 -1
- package/dist/es/components/RichText/RichText.js +3 -2
- package/dist/es/components/RichText/RichTextField.js +3 -2
- package/dist/es/components/SaveStatus.js +5 -31
- package/dist/es/components/SelectField.js +2 -17
- package/dist/es/components/SelectedItemsBox.js +2 -5
- package/dist/es/components/StyledModal.js +4 -18
- package/dist/es/components/SystemUserAvatar.js +3 -17
- package/dist/es/components/TextField.js +2 -19
- package/dist/es/components/TextFieldContainer.js +2 -22
- package/dist/es/components/TextFieldError.js +2 -19
- package/dist/es/components/TextFieldGroupContainer.js +2 -19
- package/dist/es/components/ToggleHeader.js +3 -20
- package/dist/es/components/Tooltip.js +3 -4
- package/dist/es/components/icons/add-author.js +2 -20
- package/dist/es/components/icons/add-comment.js +2 -22
- package/dist/es/components/icons/add-figure.js +2 -20
- package/dist/es/components/icons/add-institution.js +2 -17
- package/dist/es/components/icons/add-new.js +2 -4
- package/dist/es/components/icons/add-outline.js +2 -5
- package/dist/es/components/icons/add-role.js +2 -5
- package/dist/es/components/icons/add-user.js +2 -5
- package/dist/es/components/icons/add.js +2 -5
- package/dist/es/components/icons/added.js +2 -4
- package/dist/es/components/icons/affiliation-placeholder.js +2 -36
- package/dist/es/components/icons/affiliation.js +2 -4
- package/dist/es/components/icons/alert.js +2 -3
- package/dist/es/components/icons/arrow-down-circle.js +2 -4
- package/dist/es/components/icons/arrow-down.js +2 -3
- package/dist/es/components/icons/arrow-left.js +2 -3
- package/dist/es/components/icons/arrow-up.js +2 -3
- package/dist/es/components/icons/attach.js +2 -18
- package/dist/es/components/icons/attention-blue.js +2 -7
- package/dist/es/components/icons/attention-green.js +2 -4
- package/dist/es/components/icons/attention-orange.js +2 -9
- package/dist/es/components/icons/attention-red.js +2 -7
- package/dist/es/components/icons/author-placeholder.js +2 -43
- package/dist/es/components/icons/avatar.js +2 -5
- package/dist/es/components/icons/book.js +2 -19
- package/dist/es/components/icons/chat.js +2 -20
- package/dist/es/components/icons/circle-tick-animation.js +4 -5
- package/dist/es/components/icons/citation-count.js +2 -3
- package/dist/es/components/icons/comment-reply.js +2 -3
- package/dist/es/components/icons/comment-resolve.js +2 -18
- package/dist/es/components/icons/comment.js +2 -22
- package/dist/es/components/icons/corresponding-author.js +2 -9
- package/dist/es/components/icons/danger.js +2 -7
- package/dist/es/components/icons/delete-solid.js +2 -3
- package/dist/es/components/icons/deleted.js +2 -8
- package/dist/es/components/icons/dots.js +2 -20
- package/dist/es/components/icons/draggable-icon.js +2 -10
- package/dist/es/components/icons/edit-attrs-tracking.js +2 -4
- package/dist/es/components/icons/edit.js +2 -3
- package/dist/es/components/icons/file-audio.js +2 -20
- package/dist/es/components/icons/file-code.js +2 -20
- package/dist/es/components/icons/file-compressed.js +2 -27
- package/dist/es/components/icons/file-corrupted.js +2 -21
- package/dist/es/components/icons/file-document.js +2 -21
- package/dist/es/components/icons/file-figure.js +2 -20
- package/dist/es/components/icons/file-graphical-abstract.js +2 -5
- package/dist/es/components/icons/file-image.js +2 -3
- package/dist/es/components/icons/file-latex-icon.js +2 -22
- package/dist/es/components/icons/file-main-document.js +2 -7
- package/dist/es/components/icons/file-pdf.js +2 -19
- package/dist/es/components/icons/file-table.js +2 -18
- package/dist/es/components/icons/file-unknown.js +2 -19
- package/dist/es/components/icons/file-video.js +2 -18
- package/dist/es/components/icons/handle-inspector.js +2 -3
- package/dist/es/components/icons/handle-outline.js +2 -8
- package/dist/es/components/icons/help.js +2 -5
- package/dist/es/components/icons/image-default.js +2 -6
- package/dist/es/components/icons/image-left.js +2 -6
- package/dist/es/components/icons/image-right.js +2 -6
- package/dist/es/components/icons/index.js +1 -0
- package/dist/es/components/icons/inspector-plugin.js +3 -0
- package/dist/es/components/icons/link.js +2 -4
- package/dist/es/components/icons/lock.js +2 -6
- package/dist/es/components/icons/logout.js +2 -3
- package/dist/es/components/icons/manuscript.js +2 -21
- package/dist/es/components/icons/outline-block-quote.js +2 -5
- package/dist/es/components/icons/outline-code.js +2 -4
- package/dist/es/components/icons/outline-embed.js +2 -5
- package/dist/es/components/icons/outline-equation.js +2 -3
- package/dist/es/components/icons/outline-figure.js +2 -9
- package/dist/es/components/icons/outline-manuscript.js +2 -6
- package/dist/es/components/icons/outline-ordered-list.js +2 -3
- package/dist/es/components/icons/outline-paragraph.js +2 -3
- package/dist/es/components/icons/outline-pull-quote.js +2 -5
- package/dist/es/components/icons/outline-section.js +2 -3
- package/dist/es/components/icons/outline-table.js +2 -5
- package/dist/es/components/icons/outline-unordered-list.js +2 -5
- package/dist/es/components/icons/plus.js +2 -19
- package/dist/es/components/icons/profile-avatar.js +2 -3
- package/dist/es/components/icons/role-annotating.js +2 -5
- package/dist/es/components/icons/role-reading.js +2 -7
- package/dist/es/components/icons/save-status-offline.js +2 -20
- package/dist/es/components/icons/save-status-saved.js +2 -19
- package/dist/es/components/icons/save-status-saving.js +2 -21
- package/dist/es/components/icons/scroll.js +2 -7
- package/dist/es/components/icons/search.js +2 -19
- package/dist/es/components/icons/section-category.js +2 -18
- package/dist/es/components/icons/slider-off.js +2 -4
- package/dist/es/components/icons/slider-on.js +2 -4
- package/dist/es/components/icons/system-user-avatar.js +2 -6
- package/dist/es/components/icons/task-step-done.js +2 -19
- package/dist/es/components/icons/tick.js +2 -3
- package/dist/es/components/icons/toolbar-bold.js +2 -3
- package/dist/es/components/icons/toolbar-boxed-text.js +2 -4
- package/dist/es/components/icons/toolbar-citation.js +2 -5
- package/dist/es/components/icons/toolbar-code.js +2 -4
- package/dist/es/components/icons/toolbar-equation.js +2 -3
- package/dist/es/components/icons/toolbar-figure.js +2 -3
- package/dist/es/components/icons/toolbar-indent.js +2 -8
- package/dist/es/components/icons/toolbar-italic.js +2 -3
- package/dist/es/components/icons/toolbar-ordered-list.js +2 -3
- package/dist/es/components/icons/toolbar-special-characters.js +2 -4
- package/dist/es/components/icons/toolbar-subscript.js +2 -3
- package/dist/es/components/icons/toolbar-superscript.js +2 -3
- package/dist/es/components/icons/toolbar-symbol.js +2 -3
- package/dist/es/components/icons/toolbar-table.js +2 -3
- package/dist/es/components/icons/toolbar-underline.js +2 -3
- package/dist/es/components/icons/toolbar-unindent.js +2 -8
- package/dist/es/components/icons/toolbar-unordered-list.js +2 -3
- package/dist/es/components/icons/translate.js +2 -10
- package/dist/es/components/icons/triangle-collapsed.js +2 -3
- package/dist/es/components/icons/triangle-expanded.js +2 -3
- package/dist/es/components/icons/upload.js +2 -5
- package/dist/es/components/icons/vertical-ellipsis.js +2 -5
- package/dist/es/components/icons/x.js +2 -4
- package/dist/es/hooks/use-scroll-detection.js +2 -2
- package/dist/es/index.js +0 -1
- package/dist/es/lib/files.js +14 -14
- package/dist/types/components/AlertMessage.d.ts +1 -1
- package/dist/types/components/AutoSaveInput.d.ts +1 -1
- package/dist/types/components/Dialog.d.ts +1 -1
- package/dist/types/components/InspectorSection.d.ts +1 -1
- package/dist/types/components/RadioButton.d.ts +1 -1
- package/dist/types/components/Resizer/Resizer.d.ts +2 -2
- package/dist/types/components/Resizer/ResizerButton.d.ts +1 -1
- package/dist/types/components/TextField.d.ts +1 -1
- package/dist/types/components/Tooltip.d.ts +1 -1
- package/dist/types/components/icons/add-author.d.ts +1 -2
- package/dist/types/components/icons/add-figure.d.ts +1 -2
- package/dist/types/components/icons/affiliation-placeholder.d.ts +1 -2
- package/dist/types/components/icons/author-placeholder.d.ts +1 -2
- package/dist/types/components/icons/danger.d.ts +1 -2
- package/dist/types/components/icons/index.d.ts +1 -0
- package/dist/types/components/icons/inspector-plugin.d.ts +4 -0
- package/dist/types/components/icons/section-category.d.ts +1 -2
- package/dist/types/components/icons/x.d.ts +1 -2
- package/dist/types/hooks/use-dropdown.d.ts +1 -1
- package/dist/types/hooks/use-menus.d.ts +1 -1
- package/dist/types/index.d.ts +0 -1
- package/dist/types/lib/files.d.ts +3 -2
- package/package.json +19 -19
- package/dist/cjs/components/DatePicker/CalendarDatePicker.js +0 -169
- package/dist/cjs/components/DatePicker/index.js +0 -17
- package/dist/es/components/DatePicker/CalendarDatePicker.js +0 -127
- package/dist/es/components/DatePicker/index.js +0 -1
- package/dist/types/components/DatePicker/CalendarDatePicker.d.ts +0 -32
- package/dist/types/components/DatePicker/index.d.ts +0 -1
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
17
2
|
import ReactModal from 'react-modal';
|
|
18
3
|
import styled from 'styled-components';
|
|
19
4
|
import { RoundIconButton } from './Button';
|
|
@@ -29,7 +14,7 @@ const ReactModalAdapter = ({ className, modalClassName, ...props }) => {
|
|
|
29
14
|
pointerEvents: 'all',
|
|
30
15
|
};
|
|
31
16
|
}
|
|
32
|
-
return (
|
|
17
|
+
return (_jsx(ReactModal, { className: modalClassName, portalClassName: className, closeTimeoutMS: totalTransitionTime, preventScroll: true, appElement: document.getElementById('root'), ...props }));
|
|
33
18
|
};
|
|
34
19
|
export const ModalContainer = styled.div `
|
|
35
20
|
background: ${(props) => props.theme.colors.background.primary};
|
|
@@ -158,7 +143,8 @@ export const StyledModal = styled(ReactModalAdapter).attrs({
|
|
|
158
143
|
position: relative;
|
|
159
144
|
outline: none;
|
|
160
145
|
opacity: 0;
|
|
161
|
-
transition:
|
|
146
|
+
transition:
|
|
147
|
+
opacity ${delayedTransitionTime}ms ease-in-out,
|
|
162
148
|
top ${delayedTransitionTime}ms ease-in-out;
|
|
163
149
|
transition-delay: ${transitionDelay}ms;
|
|
164
150
|
|
|
@@ -1,19 +1,5 @@
|
|
|
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, { useCallback, useState } from 'react';
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useCallback, useState } from 'react';
|
|
17
3
|
import styled from 'styled-components';
|
|
18
4
|
import { SystemUserAvatarIcon } from './icons';
|
|
19
5
|
const SystemUserAvatarContainer = styled.div `
|
|
@@ -43,5 +29,5 @@ export const Avatar = (props) => {
|
|
|
43
29
|
const handleSrcError = useCallback(() => {
|
|
44
30
|
setSrcError(true);
|
|
45
31
|
}, []);
|
|
46
|
-
return (
|
|
32
|
+
return (_jsx(SystemUserAvatarContainer, { children: props.src && !srcError ? (_jsx(RoundedImage, { src: props.src, size: props.size, onError: handleSrcError })) : (_jsx(StyledAvatar, { height: props.size, width: props.size, color: props.color })) }));
|
|
47
33
|
};
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
17
2
|
import styled, { css } from 'styled-components';
|
|
18
3
|
export const commonStyles = css `
|
|
19
4
|
border: 1px solid
|
|
@@ -107,7 +92,5 @@ const IconWrapper = styled.div `
|
|
|
107
92
|
justify-content: space-around;
|
|
108
93
|
`;
|
|
109
94
|
export const TextFieldWrapper = ({ leftIcon, children }) => {
|
|
110
|
-
return (
|
|
111
|
-
children,
|
|
112
|
-
React.createElement(IconWrapper, null, leftIcon)));
|
|
95
|
+
return (_jsxs(TextFieldWrapperStyles, { children: [children, _jsx(IconWrapper, { children: leftIcon })] }));
|
|
113
96
|
};
|
|
@@ -1,28 +1,8 @@
|
|
|
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
|
-
*/
|
|
1
|
+
import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
|
|
16
2
|
import React from 'react';
|
|
17
3
|
import { TextFieldLabel } from './TextField';
|
|
18
4
|
import { TextFieldError, TextFieldErrorItem } from './TextFieldError';
|
|
19
5
|
export const TextFieldContainer = ({ label, error, children }) => {
|
|
20
6
|
const childrenWithErrorProp = React.Children.map(children, (child) => React.cloneElement(child, { error: String(error) }));
|
|
21
|
-
return (
|
|
22
|
-
label ? (React.createElement(TextFieldLabel, null,
|
|
23
|
-
label,
|
|
24
|
-
" ",
|
|
25
|
-
childrenWithErrorProp)) : (childrenWithErrorProp),
|
|
26
|
-
error && (React.createElement(TextFieldError, null,
|
|
27
|
-
React.createElement(TextFieldErrorItem, null, error)))));
|
|
7
|
+
return (_jsxs(React.Fragment, { children: [label ? (_jsxs(TextFieldLabel, { children: [label, " ", childrenWithErrorProp] })) : (childrenWithErrorProp), error && (_jsx(TextFieldError, { children: _jsx(TextFieldErrorItem, { children: error }) }))] }));
|
|
28
8
|
};
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
17
2
|
import styled from 'styled-components';
|
|
18
3
|
const Arrow = styled.div `
|
|
19
4
|
width: 0;
|
|
@@ -39,6 +24,4 @@ const Container = styled.div `
|
|
|
39
24
|
export const TextFieldErrorItem = styled.div `
|
|
40
25
|
margin: 8px;
|
|
41
26
|
`;
|
|
42
|
-
export const TextFieldError = ({ children }) => (
|
|
43
|
-
React.createElement(Arrow, null),
|
|
44
|
-
children));
|
|
27
|
+
export const TextFieldError = ({ children }) => (_jsxs(Container, { children: [_jsx(Arrow, {}), children] }));
|
|
@@ -1,24 +1,7 @@
|
|
|
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';
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
17
2
|
import { TextFieldGroup } from './TextField';
|
|
18
3
|
import { TextFieldError, TextFieldErrorItem } from './TextFieldError';
|
|
19
4
|
const hasErrors = (errors) => Object.values(errors).some((error) => !!error);
|
|
20
5
|
export const TextFieldGroupContainer = ({ children, errors }) => {
|
|
21
|
-
return (
|
|
22
|
-
children,
|
|
23
|
-
errors && hasErrors(errors) && (React.createElement(TextFieldError, null, Object.entries(errors).map(([key, error]) => error && (React.createElement(TextFieldErrorItem, { id: `${key}-text-field-error`, key: key }, error)))))));
|
|
6
|
+
return (_jsxs(TextFieldGroup, { children: [children, errors && hasErrors(errors) && (_jsx(TextFieldError, { children: Object.entries(errors).map(([key, error]) => error && (_jsx(TextFieldErrorItem, { id: `${key}-text-field-error`, children: error }, key))) }))] }));
|
|
24
7
|
};
|
|
@@ -1,28 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
* © 2025 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';
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
17
2
|
import styled from 'styled-components';
|
|
18
3
|
import { TriangleCollapsedIcon, TriangleExpandedIcon } from './icons';
|
|
19
4
|
export const ToggleHeader = ({ title, isOpen, onToggle, }) => {
|
|
20
|
-
return (
|
|
5
|
+
return (_jsxs(ToggleHeaderContainer, { onClick: (e) => {
|
|
21
6
|
e.stopPropagation();
|
|
22
7
|
onToggle();
|
|
23
|
-
} },
|
|
24
|
-
React.createElement("span", null, title),
|
|
25
|
-
React.createElement(ToggleIcon, { isOpen: isOpen }, isOpen ? React.createElement(TriangleExpandedIcon, null) : React.createElement(TriangleCollapsedIcon, null))));
|
|
8
|
+
}, children: [_jsx("span", { children: title }), _jsx(ToggleIcon, { isOpen: isOpen, children: isOpen ? _jsx(TriangleExpandedIcon, {}) : _jsx(TriangleCollapsedIcon, {}) })] }));
|
|
26
9
|
};
|
|
27
10
|
const ToggleHeaderContainer = styled.div `
|
|
28
11
|
display: flex;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { Tooltip as ReactTooltip } from 'react-tooltip';
|
|
3
3
|
import styled from 'styled-components';
|
|
4
4
|
const StyledTooltipWrapper = styled.div `
|
|
@@ -22,8 +22,7 @@ const StyledTooltipWrapper = styled.div `
|
|
|
22
22
|
}
|
|
23
23
|
`;
|
|
24
24
|
const defaultOpenEvents = ['click', 'mouseenter'];
|
|
25
|
-
export const Tooltip = (props) => (
|
|
26
|
-
React.createElement(ReactTooltip, { positionStrategy: "fixed", offset: 10, openEvents: {
|
|
25
|
+
export const Tooltip = (props) => (_jsx(StyledTooltipWrapper, { children: _jsx(ReactTooltip, { positionStrategy: "fixed", offset: 10, openEvents: {
|
|
27
26
|
mouseenter: true,
|
|
28
27
|
mouseover: true,
|
|
29
28
|
click: false,
|
|
@@ -32,4 +31,4 @@ export const Tooltip = (props) => (React.createElement(StyledTooltipWrapper, nul
|
|
|
32
31
|
mouseout: true,
|
|
33
32
|
blur: true,
|
|
34
33
|
click: false,
|
|
35
|
-
}, ...props })));
|
|
34
|
+
}, ...props }) }));
|
|
@@ -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 AddAuthorIcon = (props) => (React.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
|
|
18
|
-
React.createElement("rect", { width: "24", height: "24", rx: "12", fill: "#0D79D0" }),
|
|
19
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5 8C12.2515 8 12.05 8.20147 12.05 8.45V12.05H8.45C8.20147 12.05 8 12.2515 8 12.5C8 12.7485 8.20147 12.95 8.45 12.95H12.05V16.55C12.05 16.7985 12.2515 17 12.5 17C12.7485 17 12.95 16.7985 12.95 16.55V12.95H16.55C16.7985 12.95 17 12.7485 17 12.5C17 12.2515 16.7985 12.05 16.55 12.05H12.95V8.45C12.95 8.20147 12.7485 8 12.5 8Z", fill: "white" }),
|
|
20
|
-
React.createElement("path", { d: "M12.05 12.05V12.55H12.55V12.05H12.05ZM12.05 12.95H12.55V12.45H12.05V12.95ZM12.95 12.95V12.45H12.45V12.95H12.95ZM12.95 12.05H12.45V12.55H12.95V12.05ZM12.55 8.45C12.55 8.47761 12.5276 8.5 12.5 8.5V7.5C11.9753 7.5 11.55 7.92533 11.55 8.45H12.55ZM12.55 12.05V8.45H11.55V12.05H12.55ZM8.45 12.55H12.05V11.55H8.45V12.55ZM8.5 12.5C8.5 12.5276 8.47761 12.55 8.45 12.55V11.55C7.92533 11.55 7.5 11.9753 7.5 12.5H8.5ZM8.45 12.45C8.47761 12.45 8.5 12.4724 8.5 12.5H7.5C7.5 13.0247 7.92533 13.45 8.45 13.45V12.45ZM12.05 12.45H8.45V13.45H12.05V12.45ZM12.55 16.55V12.95H11.55V16.55H12.55ZM12.5 16.5C12.5276 16.5 12.55 16.5224 12.55 16.55H11.55C11.55 17.0747 11.9753 17.5 12.5 17.5V16.5ZM12.45 16.55C12.45 16.5224 12.4724 16.5 12.5 16.5V17.5C13.0247 17.5 13.45 17.0747 13.45 16.55H12.45ZM12.45 12.95V16.55H13.45V12.95H12.45ZM16.55 12.45H12.95V13.45H16.55V12.45ZM16.5 12.5C16.5 12.4724 16.5224 12.45 16.55 12.45V13.45C17.0747 13.45 17.5 13.0247 17.5 12.5H16.5ZM16.55 12.55C16.5224 12.55 16.5 12.5276 16.5 12.5H17.5C17.5 11.9753 17.0747 11.55 16.55 11.55V12.55ZM12.95 12.55H16.55V11.55H12.95V12.55ZM12.45 8.45V12.05H13.45V8.45H12.45ZM12.5 8.5C12.4724 8.5 12.45 8.47761 12.45 8.45H13.45C13.45 7.92533 13.0247 7.5 12.5 7.5V8.5Z", fill: "white" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AddAuthorIcon = (props) => (_jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("rect", { width: "24", height: "24", rx: "12", fill: "#0D79D0" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5 8C12.2515 8 12.05 8.20147 12.05 8.45V12.05H8.45C8.20147 12.05 8 12.2515 8 12.5C8 12.7485 8.20147 12.95 8.45 12.95H12.05V16.55C12.05 16.7985 12.2515 17 12.5 17C12.7485 17 12.95 16.7985 12.95 16.55V12.95H16.55C16.7985 12.95 17 12.7485 17 12.5C17 12.2515 16.7985 12.05 16.55 12.05H12.95V8.45C12.95 8.20147 12.7485 8 12.5 8Z", fill: "white" }), _jsx("path", { d: "M12.05 12.05V12.55H12.55V12.05H12.05ZM12.05 12.95H12.55V12.45H12.05V12.95ZM12.95 12.95V12.45H12.45V12.95H12.95ZM12.95 12.05H12.45V12.55H12.95V12.05ZM12.55 8.45C12.55 8.47761 12.5276 8.5 12.5 8.5V7.5C11.9753 7.5 11.55 7.92533 11.55 8.45H12.55ZM12.55 12.05V8.45H11.55V12.05H12.55ZM8.45 12.55H12.05V11.55H8.45V12.55ZM8.5 12.5C8.5 12.5276 8.47761 12.55 8.45 12.55V11.55C7.92533 11.55 7.5 11.9753 7.5 12.5H8.5ZM8.45 12.45C8.47761 12.45 8.5 12.4724 8.5 12.5H7.5C7.5 13.0247 7.92533 13.45 8.45 13.45V12.45ZM12.05 12.45H8.45V13.45H12.05V12.45ZM12.55 16.55V12.95H11.55V16.55H12.55ZM12.5 16.5C12.5276 16.5 12.55 16.5224 12.55 16.55H11.55C11.55 17.0747 11.9753 17.5 12.5 17.5V16.5ZM12.45 16.55C12.45 16.5224 12.4724 16.5 12.5 16.5V17.5C13.0247 17.5 13.45 17.0747 13.45 16.55H12.45ZM12.45 12.95V16.55H13.45V12.95H12.45ZM16.55 12.45H12.95V13.45H16.55V12.45ZM16.5 12.5C16.5 12.4724 16.5224 12.45 16.55 12.45V13.45C17.0747 13.45 17.5 13.0247 17.5 12.5H16.5ZM16.55 12.55C16.5224 12.55 16.5 12.5276 16.5 12.5H17.5C17.5 11.9753 17.0747 11.55 16.55 11.55V12.55ZM12.95 12.55H16.55V11.55H12.95V12.55ZM12.45 8.45V12.05H13.45V8.45H12.45ZM12.5 8.5C12.4724 8.5 12.45 8.47761 12.45 8.45H13.45C13.45 7.92533 13.0247 7.5 12.5 7.5V8.5Z", fill: "white" })] }));
|
|
21
3
|
export default AddAuthorIcon;
|
|
@@ -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 AddCommentIcon = (props) => (React.createElement("svg", { width: "20", height: "15", viewBox: "0 0 20 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
|
|
18
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.94841 4.18359C7.98238 3.96069 8 3.7324 8 3.5C8 3.22122 7.97465 2.94836 7.92613 2.68359H13.5C14.8854 2.68359 16.25 3.64298 16.25 5.10026V9.02502L19.1086 12.9954C19.2731 13.2238 19.2958 13.525 19.1675 13.7755C19.0392 14.026 18.7814 14.1836 18.5 14.1836H5.5C4.11463 14.1836 2.75 13.2242 2.75 11.7669V7.93778C2.9939 7.9787 3.24446 8 3.5 8C3.75553 8 4.00609 7.9787 4.25 7.93778V11.7669C4.25 12.1513 4.67537 12.6836 5.5 12.6836H17.0358L14.8913 9.70516C14.7994 9.57751 14.75 9.42421 14.75 9.26693V5.10026C14.75 4.71587 14.3246 4.18359 13.5 4.18359H7.94841Z", fill: "#FFBD26" }),
|
|
19
|
-
React.createElement("path", { d: "M11.5 7H8.5", stroke: "#FFBD26", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
20
|
-
React.createElement("path", { d: "M12 10H7", stroke: "#FFBD26", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
21
|
-
React.createElement("path", { d: "M3.5 1L3.5 6", stroke: "#FFBD26", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
22
|
-
React.createElement("path", { d: "M6 3.5L1 3.5", stroke: "#FFBD26", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AddCommentIcon = (props) => (_jsxs("svg", { width: "20", height: "15", viewBox: "0 0 20 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.94841 4.18359C7.98238 3.96069 8 3.7324 8 3.5C8 3.22122 7.97465 2.94836 7.92613 2.68359H13.5C14.8854 2.68359 16.25 3.64298 16.25 5.10026V9.02502L19.1086 12.9954C19.2731 13.2238 19.2958 13.525 19.1675 13.7755C19.0392 14.026 18.7814 14.1836 18.5 14.1836H5.5C4.11463 14.1836 2.75 13.2242 2.75 11.7669V7.93778C2.9939 7.9787 3.24446 8 3.5 8C3.75553 8 4.00609 7.9787 4.25 7.93778V11.7669C4.25 12.1513 4.67537 12.6836 5.5 12.6836H17.0358L14.8913 9.70516C14.7994 9.57751 14.75 9.42421 14.75 9.26693V5.10026C14.75 4.71587 14.3246 4.18359 13.5 4.18359H7.94841Z", fill: "#FFBD26" }), _jsx("path", { d: "M11.5 7H8.5", stroke: "#FFBD26", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M12 10H7", stroke: "#FFBD26", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M3.5 1L3.5 6", stroke: "#FFBD26", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M6 3.5L1 3.5", stroke: "#FFBD26", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
23
3
|
export default AddCommentIcon;
|
|
@@ -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 AddFigureIcon = (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: "M14.5 15.5H1.5C0.948 15.5 0.5 15.052 0.5 14.5V1.5C0.5 0.948 0.948 0.5 1.5 0.5H14.5C15.052 0.5 15.5 0.948 15.5 1.5V14.5C15.5 15.052 15.052 15.5 14.5 15.5Z", stroke: "#353535", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
19
|
-
React.createElement("path", { d: "M2.5 12.5L9.5 7.5L13.5 11.5", stroke: "#353535", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
20
|
-
React.createElement("path", { d: "M4.5 7C5.32843 7 6 6.32843 6 5.5C6 4.67157 5.32843 4 4.5 4C3.67157 4 3 4.67157 3 5.5C3 6.32843 3.67157 7 4.5 7Z", fill: "#353535" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AddFigureIcon = (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: "M14.5 15.5H1.5C0.948 15.5 0.5 15.052 0.5 14.5V1.5C0.5 0.948 0.948 0.5 1.5 0.5H14.5C15.052 0.5 15.5 0.948 15.5 1.5V14.5C15.5 15.052 15.052 15.5 14.5 15.5Z", stroke: "#353535", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M2.5 12.5L9.5 7.5L13.5 11.5", stroke: "#353535", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M4.5 7C5.32843 7 6 6.32843 6 5.5C6 4.67157 5.32843 4 4.5 4C3.67157 4 3 4.67157 3 5.5C3 6.32843 3.67157 7 4.5 7Z", fill: "#353535" })] }));
|
|
21
3
|
export default AddFigureIcon;
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const AddInstitutionIcon = (props) => (
|
|
3
|
-
React.createElement("g", { clipPath: "url(#clip0_23584_38259)" },
|
|
4
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 5.5C0.7 5.5 0.5 5.3 0.5 5V4C0.5 3.8 0.6 3.6 0.8 3.55L8.1 0.55C8.2 0.5 8.25 0.5 8.3 0.5C8.35 0.5 8.45 0.5 8.5 0.55L15.2 3.55C15.4 3.6 15.5 3.8 15.5 4V5C15.5 5.3 15.3 5.5 15 5.5H1Z", fill: "white" }),
|
|
5
|
-
React.createElement("path", { d: "M8.3 1L15 4V5H1V4L8.3 1ZM8.3 0C8.15 0 8.05 0 7.9 0.05L0.6 3.05C0.25 3.25 0 3.6 0 4V5C0 5.55 0.45 6 1 6H15C15.55 6 16 5.55 16 5V4C16 3.6 15.75 3.25 15.4 3.1L8.7 0.1C8.6 0.05 8.45 0 8.3 0Z", fill: "#0D79D0" }),
|
|
6
|
-
React.createElement("path", { d: "M7.9999 4.10039C8.60742 4.10039 9.0999 3.6079 9.0999 3.00039C9.0999 2.39288 8.60742 1.90039 7.9999 1.90039C7.39239 1.90039 6.8999 2.39288 6.8999 3.00039C6.8999 3.6079 7.39239 4.10039 7.9999 4.10039Z", fill: "#0D79D0" }),
|
|
7
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 13.5C7.2 13.5 7 13.3 7 13V6C7 5.7 7.2 5.5 7.5 5.5H8.5C8.8 5.5 9 5.7 9 6V13C9 13.3 8.8 13.5 8.5 13.5H7.5Z", fill: "white" }),
|
|
8
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 13.5C1.7 13.5 1.5 13.3 1.5 13V6C1.5 5.7 1.7 5.5 2 5.5H3C3.3 5.5 3.5 5.7 3.5 6V13C3.5 13.3 3.3 13.5 3 13.5H2Z", fill: "white" }),
|
|
9
|
-
React.createElement("path", { d: "M3 6V13H2V6H3ZM3 5H2C1.45 5 1 5.45 1 6V13C1 13.55 1.45 14 2 14H3C3.55 14 4 13.55 4 13V6C4 5.45 3.55 5 3 5Z", fill: "#0D79D0" }),
|
|
10
|
-
React.createElement("path", { d: "M13.75 13.75V15.25C13.75 15.6642 13.4142 16 13 16C12.5858 16 12.25 15.6642 12.25 15.25V13.75H10.75C10.3358 13.75 10 13.4142 10 13C10 12.5858 10.3358 12.25 10.75 12.25H12.25V10.75C12.25 10.3358 12.5858 10 13 10C13.4142 10 13.75 10.3358 13.75 10.75V12.25H15.25C15.6642 12.25 16 12.5858 16 13C16 13.4142 15.6642 13.75 15.25 13.75H13.75Z", fill: "#0D79D0" }),
|
|
11
|
-
React.createElement("path", { d: "M13.75 13.75V15.25C13.75 15.6642 13.4142 16 13 16C12.5858 16 12.25 15.6642 12.25 15.25V13.75H10.75C10.3358 13.75 10 13.4142 10 13C10 12.5858 10.3358 12.25 10.75 12.25H12.25V10.75C12.25 10.3358 12.5858 10 13 10C13.4142 10 13.75 10.3358 13.75 10.75V12.25H15.25C15.6642 12.25 16 12.5858 16 13C16 13.4142 15.6642 13.75 15.25 13.75H13.75Z", stroke: "#0D79D0" }),
|
|
12
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 14C0 13.4477 0.447715 13 1 13H8.94186C9.218 13 9.44186 13.2239 9.44186 13.5C9.44186 13.7761 9.218 14 8.94186 14H1V15H8.94186C9.218 15 9.44186 15.2239 9.44186 15.5C9.44186 15.7761 9.218 16 8.94186 16H1C0.447714 16 0 15.5523 0 15V14Z", fill: "#0D79D0" }),
|
|
13
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 9.25L14 6L13 6L13 9.25C13 9.52614 12.7761 9.75 12.5 9.75C12.2239 9.75 12 9.52614 12 9.25L12 6C12 5.44771 12.4477 5 13 5L14 5C14.5523 5 15 5.44772 15 6L15 9.25C15 9.52614 14.7761 9.75 14.5 9.75C14.2239 9.75 14 9.52614 14 9.25Z", fill: "#0D79D0" }),
|
|
14
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.5 11.25L8.5 6L7.5 6L7.5 13.25C7.5 13.5261 7.27614 13.75 7 13.75C6.72386 13.75 6.5 13.5261 6.5 13.25L6.5 6C6.5 5.44771 6.94772 5 7.5 5L8.5 5C9.05228 5 9.5 5.44772 9.5 6L9.5 11.25C9.5 11.5261 9.27614 11.75 9 11.75C8.72386 11.75 8.5 11.5261 8.5 11.25Z", fill: "#0D79D0" })),
|
|
15
|
-
React.createElement("defs", null,
|
|
16
|
-
React.createElement("clipPath", { id: "clip0_23584_38259" },
|
|
17
|
-
React.createElement("rect", { width: "16", height: "16", fill: "white" })))));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AddInstitutionIcon = (props) => (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...props, xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { clipPath: "url(#clip0_23584_38259)", children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 5.5C0.7 5.5 0.5 5.3 0.5 5V4C0.5 3.8 0.6 3.6 0.8 3.55L8.1 0.55C8.2 0.5 8.25 0.5 8.3 0.5C8.35 0.5 8.45 0.5 8.5 0.55L15.2 3.55C15.4 3.6 15.5 3.8 15.5 4V5C15.5 5.3 15.3 5.5 15 5.5H1Z", fill: "white" }), _jsx("path", { d: "M8.3 1L15 4V5H1V4L8.3 1ZM8.3 0C8.15 0 8.05 0 7.9 0.05L0.6 3.05C0.25 3.25 0 3.6 0 4V5C0 5.55 0.45 6 1 6H15C15.55 6 16 5.55 16 5V4C16 3.6 15.75 3.25 15.4 3.1L8.7 0.1C8.6 0.05 8.45 0 8.3 0Z", fill: "#0D79D0" }), _jsx("path", { d: "M7.9999 4.10039C8.60742 4.10039 9.0999 3.6079 9.0999 3.00039C9.0999 2.39288 8.60742 1.90039 7.9999 1.90039C7.39239 1.90039 6.8999 2.39288 6.8999 3.00039C6.8999 3.6079 7.39239 4.10039 7.9999 4.10039Z", fill: "#0D79D0" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 13.5C7.2 13.5 7 13.3 7 13V6C7 5.7 7.2 5.5 7.5 5.5H8.5C8.8 5.5 9 5.7 9 6V13C9 13.3 8.8 13.5 8.5 13.5H7.5Z", fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 13.5C1.7 13.5 1.5 13.3 1.5 13V6C1.5 5.7 1.7 5.5 2 5.5H3C3.3 5.5 3.5 5.7 3.5 6V13C3.5 13.3 3.3 13.5 3 13.5H2Z", fill: "white" }), _jsx("path", { d: "M3 6V13H2V6H3ZM3 5H2C1.45 5 1 5.45 1 6V13C1 13.55 1.45 14 2 14H3C3.55 14 4 13.55 4 13V6C4 5.45 3.55 5 3 5Z", fill: "#0D79D0" }), _jsx("path", { d: "M13.75 13.75V15.25C13.75 15.6642 13.4142 16 13 16C12.5858 16 12.25 15.6642 12.25 15.25V13.75H10.75C10.3358 13.75 10 13.4142 10 13C10 12.5858 10.3358 12.25 10.75 12.25H12.25V10.75C12.25 10.3358 12.5858 10 13 10C13.4142 10 13.75 10.3358 13.75 10.75V12.25H15.25C15.6642 12.25 16 12.5858 16 13C16 13.4142 15.6642 13.75 15.25 13.75H13.75Z", fill: "#0D79D0" }), _jsx("path", { d: "M13.75 13.75V15.25C13.75 15.6642 13.4142 16 13 16C12.5858 16 12.25 15.6642 12.25 15.25V13.75H10.75C10.3358 13.75 10 13.4142 10 13C10 12.5858 10.3358 12.25 10.75 12.25H12.25V10.75C12.25 10.3358 12.5858 10 13 10C13.4142 10 13.75 10.3358 13.75 10.75V12.25H15.25C15.6642 12.25 16 12.5858 16 13C16 13.4142 15.6642 13.75 15.25 13.75H13.75Z", stroke: "#0D79D0" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 14C0 13.4477 0.447715 13 1 13H8.94186C9.218 13 9.44186 13.2239 9.44186 13.5C9.44186 13.7761 9.218 14 8.94186 14H1V15H8.94186C9.218 15 9.44186 15.2239 9.44186 15.5C9.44186 15.7761 9.218 16 8.94186 16H1C0.447714 16 0 15.5523 0 15V14Z", fill: "#0D79D0" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 9.25L14 6L13 6L13 9.25C13 9.52614 12.7761 9.75 12.5 9.75C12.2239 9.75 12 9.52614 12 9.25L12 6C12 5.44771 12.4477 5 13 5L14 5C14.5523 5 15 5.44772 15 6L15 9.25C15 9.52614 14.7761 9.75 14.5 9.75C14.2239 9.75 14 9.52614 14 9.25Z", fill: "#0D79D0" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.5 11.25L8.5 6L7.5 6L7.5 13.25C7.5 13.5261 7.27614 13.75 7 13.75C6.72386 13.75 6.5 13.5261 6.5 13.25L6.5 6C6.5 5.44771 6.94772 5 7.5 5L8.5 5C9.05228 5 9.5 5.44772 9.5 6L9.5 11.25C9.5 11.5261 9.27614 11.75 9 11.75C8.72386 11.75 8.5 11.5261 8.5 11.25Z", fill: "#0D79D0" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_23584_38259", children: _jsx("rect", { width: "16", height: "16", fill: "white" }) }) })] }));
|
|
18
3
|
export default AddInstitutionIcon;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const AddNewIcon = (props) => (
|
|
3
|
-
React.createElement("rect", { x: "1.25", y: "1.25", width: "13.5", height: "15.5", rx: "1.75", fill: "white", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
4
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 6.5C9 6.08579 8.66421 5.75 8.25 5.75H7.25V4.75C7.25 4.33579 6.91421 4 6.5 4C6.08579 4 5.75 4.33579 5.75 4.75V5.75H4.75C4.33579 5.75 4 6.08579 4 6.5C4 6.91421 4.33579 7.25 4.75 7.25H5.75V8.25C5.75 8.66421 6.08579 9 6.5 9C6.91421 9 7.25 8.66421 7.25 8.25V7.25H8.25C8.66421 7.25 9 6.91421 9 6.5Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AddNewIcon = (props) => (_jsxs("svg", { width: "16", height: "18", viewBox: "0 0 16 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("rect", { x: "1.25", y: "1.25", width: "13.5", height: "15.5", rx: "1.75", fill: "white", stroke: "#6E6E6E", strokeWidth: "1.5" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 6.5C9 6.08579 8.66421 5.75 8.25 5.75H7.25V4.75C7.25 4.33579 6.91421 4 6.5 4C6.08579 4 5.75 4.33579 5.75 4.75V5.75H4.75C4.33579 5.75 4 6.08579 4 6.5C4 6.91421 4.33579 7.25 4.75 7.25H5.75V8.25C5.75 8.66421 6.08579 9 6.5 9C6.91421 9 7.25 8.66421 7.25 8.25V7.25H8.25C8.66421 7.25 9 6.91421 9 6.5Z", fill: "#6E6E6E" })] }));
|
|
5
3
|
export default AddNewIcon;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const AddOutlineIcon = (props) => (
|
|
3
|
-
React.createElement("path", { d: "M6.875 1.27794C7.57115 0.876016 8.42885 0.876016 9.125 1.27794L14.125 4.16469C14.8212 4.56662 15.25 5.3094 15.25 6.11325V11.8868C15.25 12.6906 14.8212 13.4334 14.125 13.8353L9.125 16.7221C8.42885 17.124 7.57115 17.124 6.875 16.7221L1.875 13.8353C1.17885 13.4334 0.75 12.6906 0.75 11.8868V6.11325C0.75 5.3094 1.17885 4.56662 1.875 4.16469L6.875 1.27794Z", stroke: "#353535", strokeWidth: "1.5" }),
|
|
4
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00244 4.70996C7.78153 4.70996 7.60244 4.88905 7.60244 5.10996V8.30996H4.40244C4.18153 8.30996 4.00244 8.48905 4.00244 8.70996C4.00244 8.93087 4.18153 9.10996 4.40244 9.10996H7.60244V12.31C7.60244 12.5309 7.78153 12.71 8.00244 12.71C8.22336 12.71 8.40244 12.5309 8.40244 12.31V9.10996H11.6024C11.8234 9.10996 12.0024 8.93087 12.0024 8.70996C12.0024 8.48905 11.8234 8.30996 11.6024 8.30996H8.40244V5.10996C8.40244 4.88905 8.22336 4.70996 8.00244 4.70996Z", fill: "#353535" }),
|
|
5
|
-
React.createElement("path", { d: "M7.60244 8.30996V8.80996H8.10244V8.30996H7.60244ZM7.60244 9.10996H8.10244V8.60996H7.60244V9.10996ZM8.40244 9.10996V8.60996H7.90244V9.10996H8.40244ZM8.40244 8.30996H7.90244V8.80996H8.40244V8.30996ZM8.10244 5.10996C8.10244 5.16519 8.05767 5.20996 8.00244 5.20996V4.20996C7.50539 4.20996 7.10244 4.6129 7.10244 5.10996H8.10244ZM8.10244 8.30996V5.10996H7.10244V8.30996H8.10244ZM4.40244 8.80996H7.60244V7.80996H4.40244V8.80996ZM4.50244 8.70996C4.50244 8.76519 4.45767 8.80996 4.40244 8.80996V7.80996C3.90538 7.80996 3.50244 8.2129 3.50244 8.70996H4.50244ZM4.40244 8.60996C4.45767 8.60996 4.50244 8.65473 4.50244 8.70996H3.50244C3.50244 9.20702 3.90538 9.60996 4.40244 9.60996V8.60996ZM7.60244 8.60996H4.40244V9.60996H7.60244V8.60996ZM8.10244 12.31V9.10996H7.10244V12.31H8.10244ZM8.00244 12.21C8.05767 12.21 8.10244 12.2547 8.10244 12.31H7.10244C7.10244 12.807 7.50539 13.21 8.00244 13.21V12.21ZM7.90244 12.31C7.90244 12.2547 7.94721 12.21 8.00244 12.21V13.21C8.4995 13.21 8.90244 12.807 8.90244 12.31H7.90244ZM7.90244 9.10996V12.31H8.90244V9.10996H7.90244ZM11.6024 8.60996H8.40244V9.60996H11.6024V8.60996ZM11.5024 8.70996C11.5024 8.65473 11.5472 8.60996 11.6024 8.60996V9.60996C12.0995 9.60996 12.5024 9.20702 12.5024 8.70996H11.5024ZM11.6024 8.80996C11.5472 8.80996 11.5024 8.76519 11.5024 8.70996H12.5024C12.5024 8.21291 12.0995 7.80996 11.6024 7.80996V8.80996ZM8.40244 8.80996H11.6024V7.80996H8.40244V8.80996ZM7.90244 5.10996V8.30996H8.90244V5.10996H7.90244ZM8.00244 5.20996C7.94721 5.20996 7.90244 5.16519 7.90244 5.10996H8.90244C8.90244 4.6129 8.4995 4.20996 8.00244 4.20996V5.20996Z", fill: "#353535" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AddOutlineIcon = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "18", viewBox: "0 0 16 18", fill: "none", ...props, children: [_jsx("path", { d: "M6.875 1.27794C7.57115 0.876016 8.42885 0.876016 9.125 1.27794L14.125 4.16469C14.8212 4.56662 15.25 5.3094 15.25 6.11325V11.8868C15.25 12.6906 14.8212 13.4334 14.125 13.8353L9.125 16.7221C8.42885 17.124 7.57115 17.124 6.875 16.7221L1.875 13.8353C1.17885 13.4334 0.75 12.6906 0.75 11.8868V6.11325C0.75 5.3094 1.17885 4.56662 1.875 4.16469L6.875 1.27794Z", stroke: "#353535", strokeWidth: "1.5" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00244 4.70996C7.78153 4.70996 7.60244 4.88905 7.60244 5.10996V8.30996H4.40244C4.18153 8.30996 4.00244 8.48905 4.00244 8.70996C4.00244 8.93087 4.18153 9.10996 4.40244 9.10996H7.60244V12.31C7.60244 12.5309 7.78153 12.71 8.00244 12.71C8.22336 12.71 8.40244 12.5309 8.40244 12.31V9.10996H11.6024C11.8234 9.10996 12.0024 8.93087 12.0024 8.70996C12.0024 8.48905 11.8234 8.30996 11.6024 8.30996H8.40244V5.10996C8.40244 4.88905 8.22336 4.70996 8.00244 4.70996Z", fill: "#353535" }), _jsx("path", { d: "M7.60244 8.30996V8.80996H8.10244V8.30996H7.60244ZM7.60244 9.10996H8.10244V8.60996H7.60244V9.10996ZM8.40244 9.10996V8.60996H7.90244V9.10996H8.40244ZM8.40244 8.30996H7.90244V8.80996H8.40244V8.30996ZM8.10244 5.10996C8.10244 5.16519 8.05767 5.20996 8.00244 5.20996V4.20996C7.50539 4.20996 7.10244 4.6129 7.10244 5.10996H8.10244ZM8.10244 8.30996V5.10996H7.10244V8.30996H8.10244ZM4.40244 8.80996H7.60244V7.80996H4.40244V8.80996ZM4.50244 8.70996C4.50244 8.76519 4.45767 8.80996 4.40244 8.80996V7.80996C3.90538 7.80996 3.50244 8.2129 3.50244 8.70996H4.50244ZM4.40244 8.60996C4.45767 8.60996 4.50244 8.65473 4.50244 8.70996H3.50244C3.50244 9.20702 3.90538 9.60996 4.40244 9.60996V8.60996ZM7.60244 8.60996H4.40244V9.60996H7.60244V8.60996ZM8.10244 12.31V9.10996H7.10244V12.31H8.10244ZM8.00244 12.21C8.05767 12.21 8.10244 12.2547 8.10244 12.31H7.10244C7.10244 12.807 7.50539 13.21 8.00244 13.21V12.21ZM7.90244 12.31C7.90244 12.2547 7.94721 12.21 8.00244 12.21V13.21C8.4995 13.21 8.90244 12.807 8.90244 12.31H7.90244ZM7.90244 9.10996V12.31H8.90244V9.10996H7.90244ZM11.6024 8.60996H8.40244V9.60996H11.6024V8.60996ZM11.5024 8.70996C11.5024 8.65473 11.5472 8.60996 11.6024 8.60996V9.60996C12.0995 9.60996 12.5024 9.20702 12.5024 8.70996H11.5024ZM11.6024 8.80996C11.5472 8.80996 11.5024 8.76519 11.5024 8.70996H12.5024C12.5024 8.21291 12.0995 7.80996 11.6024 7.80996V8.80996ZM8.40244 8.80996H11.6024V7.80996H8.40244V8.80996ZM7.90244 5.10996V8.30996H8.90244V5.10996H7.90244ZM8.00244 5.20996C7.94721 5.20996 7.90244 5.16519 7.90244 5.10996H8.90244C8.90244 4.6129 8.4995 4.20996 8.00244 4.20996V5.20996Z", fill: "#353535" })] }));
|
|
6
3
|
export default AddOutlineIcon;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const AddRoleIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.00688 7.74367C5.14845 7.98076 5.07101 8.28773 4.83392 8.42929C3.8872 8.99458 3.31472 9.23561 2.90515 9.40805C2.87244 9.42182 2.84077 9.43516 2.81003 9.44818C2.43279 9.60806 2.23693 9.70285 1.90606 10.0406C1.80749 10.1412 1.7037 10.3521 1.62666 10.6937C1.55288 11.0208 1.51732 11.4038 1.50512 11.7802C1.49301 12.1538 1.50432 12.5058 1.51886 12.7655C1.5261 12.8948 1.53409 13.0002 1.5402 13.0726C1.54039 13.0748 1.54057 13.077 1.54075 13.0791C1.5571 13.0965 1.58434 13.1215 1.62852 13.1526C1.72502 13.2205 1.87112 13.2957 2.07447 13.3717C2.48086 13.5237 3.04678 13.6542 3.72897 13.756C5.08851 13.959 6.82749 14.0364 8.48424 13.9842C8.76025 13.9755 8.99105 14.1922 8.99975 14.4682C9.00846 14.7442 8.79177 14.975 8.51576 14.9837C6.81518 15.0373 5.01419 14.959 3.58133 14.7451C2.86732 14.6385 2.22392 14.4953 1.72416 14.3084C1.47445 14.215 1.24327 14.1044 1.05281 13.9703C0.865818 13.8386 0.682404 13.6591 0.587339 13.416C0.571134 13.3746 0.560531 13.3312 0.555811 13.287L1.05299 13.2339C0.555811 13.287 0.555811 13.287 0.555811 13.287L0.555471 13.2837L0.554734 13.2766L0.552195 13.2508C0.550072 13.2287 0.54714 13.197 0.543741 13.1567C0.536946 13.0762 0.52826 12.9613 0.520422 12.8214C0.504795 12.5423 0.492303 12.1594 0.505648 11.7478C0.518906 11.3388 0.55807 10.8864 0.651169 10.4736C0.741001 10.0754 0.896249 9.64235 1.19176 9.34073C1.64906 8.87397 1.9757 8.71567 2.41983 8.52745C2.45104 8.51423 2.48302 8.50077 2.51589 8.48693C2.91031 8.32093 3.43386 8.10057 4.32126 7.5707C4.55835 7.42914 4.86532 7.50657 5.00688 7.74367ZM9.99312 7.74367C10.1347 7.50658 10.4417 7.42914 10.6787 7.5707C11.3743 7.98602 11.8461 8.21084 12.2004 8.36581C12.4534 8.47647 12.5688 8.77128 12.4581 9.02427C12.3474 9.27727 12.0526 9.39266 11.7996 9.282C11.4098 9.1115 10.9004 8.86775 10.1661 8.42929C9.92899 8.28773 9.85155 7.98076 9.99312 7.74367Z", fill: "#0D79D0" }),
|
|
4
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 7C9.15685 7 10.5 5.65685 10.5 4C10.5 2.34315 9.15685 1 7.5 1C5.84315 1 4.5 2.34315 4.5 4C4.5 5.65685 5.84315 7 7.5 7ZM7.5 8C9.70914 8 11.5 6.20914 11.5 4C11.5 1.79086 9.70914 0 7.5 0C5.29086 0 3.5 1.79086 3.5 4C3.5 6.20914 5.29086 8 7.5 8Z", fill: "#0D79D0" }),
|
|
5
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.25 13.75V15.25C13.25 15.6642 12.9142 16 12.5 16C12.0858 16 11.75 15.6642 11.75 15.25V13.75H10.25C9.83579 13.75 9.5 13.4142 9.5 13C9.5 12.5858 9.83579 12.25 10.25 12.25H11.75V10.75C11.75 10.3358 12.0858 10 12.5 10C12.9142 10 13.25 10.3358 13.25 10.75V12.25H14.75C15.1642 12.25 15.5 12.5858 15.5 13C15.5 13.4142 15.1642 13.75 14.75 13.75H13.25Z", fill: "#0D79D0" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AddRoleIcon = (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.00688 7.74367C5.14845 7.98076 5.07101 8.28773 4.83392 8.42929C3.8872 8.99458 3.31472 9.23561 2.90515 9.40805C2.87244 9.42182 2.84077 9.43516 2.81003 9.44818C2.43279 9.60806 2.23693 9.70285 1.90606 10.0406C1.80749 10.1412 1.7037 10.3521 1.62666 10.6937C1.55288 11.0208 1.51732 11.4038 1.50512 11.7802C1.49301 12.1538 1.50432 12.5058 1.51886 12.7655C1.5261 12.8948 1.53409 13.0002 1.5402 13.0726C1.54039 13.0748 1.54057 13.077 1.54075 13.0791C1.5571 13.0965 1.58434 13.1215 1.62852 13.1526C1.72502 13.2205 1.87112 13.2957 2.07447 13.3717C2.48086 13.5237 3.04678 13.6542 3.72897 13.756C5.08851 13.959 6.82749 14.0364 8.48424 13.9842C8.76025 13.9755 8.99105 14.1922 8.99975 14.4682C9.00846 14.7442 8.79177 14.975 8.51576 14.9837C6.81518 15.0373 5.01419 14.959 3.58133 14.7451C2.86732 14.6385 2.22392 14.4953 1.72416 14.3084C1.47445 14.215 1.24327 14.1044 1.05281 13.9703C0.865818 13.8386 0.682404 13.6591 0.587339 13.416C0.571134 13.3746 0.560531 13.3312 0.555811 13.287L1.05299 13.2339C0.555811 13.287 0.555811 13.287 0.555811 13.287L0.555471 13.2837L0.554734 13.2766L0.552195 13.2508C0.550072 13.2287 0.54714 13.197 0.543741 13.1567C0.536946 13.0762 0.52826 12.9613 0.520422 12.8214C0.504795 12.5423 0.492303 12.1594 0.505648 11.7478C0.518906 11.3388 0.55807 10.8864 0.651169 10.4736C0.741001 10.0754 0.896249 9.64235 1.19176 9.34073C1.64906 8.87397 1.9757 8.71567 2.41983 8.52745C2.45104 8.51423 2.48302 8.50077 2.51589 8.48693C2.91031 8.32093 3.43386 8.10057 4.32126 7.5707C4.55835 7.42914 4.86532 7.50657 5.00688 7.74367ZM9.99312 7.74367C10.1347 7.50658 10.4417 7.42914 10.6787 7.5707C11.3743 7.98602 11.8461 8.21084 12.2004 8.36581C12.4534 8.47647 12.5688 8.77128 12.4581 9.02427C12.3474 9.27727 12.0526 9.39266 11.7996 9.282C11.4098 9.1115 10.9004 8.86775 10.1661 8.42929C9.92899 8.28773 9.85155 7.98076 9.99312 7.74367Z", fill: "#0D79D0" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 7C9.15685 7 10.5 5.65685 10.5 4C10.5 2.34315 9.15685 1 7.5 1C5.84315 1 4.5 2.34315 4.5 4C4.5 5.65685 5.84315 7 7.5 7ZM7.5 8C9.70914 8 11.5 6.20914 11.5 4C11.5 1.79086 9.70914 0 7.5 0C5.29086 0 3.5 1.79086 3.5 4C3.5 6.20914 5.29086 8 7.5 8Z", fill: "#0D79D0" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.25 13.75V15.25C13.25 15.6642 12.9142 16 12.5 16C12.0858 16 11.75 15.6642 11.75 15.25V13.75H10.25C9.83579 13.75 9.5 13.4142 9.5 13C9.5 12.5858 9.83579 12.25 10.25 12.25H11.75V10.75C11.75 10.3358 12.0858 10 12.5 10C12.9142 10 13.25 10.3358 13.25 10.75V12.25H14.75C15.1642 12.25 15.5 12.5858 15.5 13C15.5 13.4142 15.1642 13.75 14.75 13.75H13.25Z", fill: "#0D79D0" })] }));
|
|
6
3
|
export default AddRoleIcon;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const AddUserIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.00688 7.74367C5.14845 7.98076 5.07101 8.28773 4.83392 8.42929C3.8872 8.99458 3.31472 9.23561 2.90515 9.40805C2.87244 9.42182 2.84077 9.43516 2.81003 9.44818C2.43279 9.60806 2.23693 9.70285 1.90606 10.0406C1.80749 10.1412 1.7037 10.3521 1.62666 10.6937C1.55288 11.0208 1.51732 11.4038 1.50512 11.7802C1.49301 12.1538 1.50432 12.5058 1.51886 12.7655C1.5261 12.8948 1.53409 13.0002 1.5402 13.0726C1.54039 13.0748 1.54057 13.077 1.54075 13.0791C1.5571 13.0965 1.58434 13.1215 1.62852 13.1526C1.72502 13.2205 1.87112 13.2957 2.07447 13.3717C2.48086 13.5237 3.04678 13.6542 3.72897 13.756C5.08851 13.959 6.82749 14.0364 8.48424 13.9842C8.76025 13.9755 8.99105 14.1922 8.99975 14.4682C9.00846 14.7442 8.79177 14.975 8.51576 14.9837C6.81518 15.0373 5.01419 14.959 3.58133 14.7451C2.86732 14.6385 2.22392 14.4953 1.72416 14.3084C1.47445 14.215 1.24327 14.1044 1.05281 13.9703C0.865818 13.8386 0.682404 13.6591 0.587339 13.416C0.571134 13.3746 0.560531 13.3312 0.555811 13.287L1.05299 13.2339C0.555811 13.287 0.555811 13.287 0.555811 13.287L0.555471 13.2837L0.554734 13.2766L0.552195 13.2508C0.550072 13.2287 0.54714 13.197 0.543741 13.1567C0.536946 13.0762 0.52826 12.9613 0.520422 12.8214C0.504795 12.5423 0.492303 12.1594 0.505648 11.7478C0.518906 11.3388 0.55807 10.8864 0.651169 10.4736C0.741001 10.0754 0.896249 9.64235 1.19176 9.34073C1.64906 8.87397 1.9757 8.71567 2.41983 8.52745C2.45104 8.51423 2.48302 8.50077 2.51589 8.48693C2.91031 8.32093 3.43386 8.10057 4.32126 7.5707C4.55835 7.42914 4.86532 7.50657 5.00688 7.74367ZM9.99312 7.74367C10.1347 7.50658 10.4417 7.42914 10.6787 7.5707C11.3743 7.98602 11.8461 8.21084 12.2004 8.36581C12.4534 8.47647 12.5688 8.77128 12.4581 9.02427C12.3474 9.27727 12.0526 9.39266 11.7996 9.282C11.4098 9.1115 10.9004 8.86775 10.1661 8.42929C9.92899 8.28773 9.85155 7.98076 9.99312 7.74367Z", fill: "#0D79D0" }),
|
|
4
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 7C9.15685 7 10.5 5.65685 10.5 4C10.5 2.34315 9.15685 1 7.5 1C5.84315 1 4.5 2.34315 4.5 4C4.5 5.65685 5.84315 7 7.5 7ZM7.5 8C9.70914 8 11.5 6.20914 11.5 4C11.5 1.79086 9.70914 0 7.5 0C5.29086 0 3.5 1.79086 3.5 4C3.5 6.20914 5.29086 8 7.5 8Z", fill: "#0D79D0" }),
|
|
5
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.25 13.75V15.25C13.25 15.6642 12.9142 16 12.5 16C12.0858 16 11.75 15.6642 11.75 15.25V13.75H10.25C9.83579 13.75 9.5 13.4142 9.5 13C9.5 12.5858 9.83579 12.25 10.25 12.25H11.75V10.75C11.75 10.3358 12.0858 10 12.5 10C12.9142 10 13.25 10.3358 13.25 10.75V12.25H14.75C15.1642 12.25 15.5 12.5858 15.5 13C15.5 13.4142 15.1642 13.75 14.75 13.75H13.25Z", fill: "#0D79D0" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AddUserIcon = (props) => (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...props, xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.00688 7.74367C5.14845 7.98076 5.07101 8.28773 4.83392 8.42929C3.8872 8.99458 3.31472 9.23561 2.90515 9.40805C2.87244 9.42182 2.84077 9.43516 2.81003 9.44818C2.43279 9.60806 2.23693 9.70285 1.90606 10.0406C1.80749 10.1412 1.7037 10.3521 1.62666 10.6937C1.55288 11.0208 1.51732 11.4038 1.50512 11.7802C1.49301 12.1538 1.50432 12.5058 1.51886 12.7655C1.5261 12.8948 1.53409 13.0002 1.5402 13.0726C1.54039 13.0748 1.54057 13.077 1.54075 13.0791C1.5571 13.0965 1.58434 13.1215 1.62852 13.1526C1.72502 13.2205 1.87112 13.2957 2.07447 13.3717C2.48086 13.5237 3.04678 13.6542 3.72897 13.756C5.08851 13.959 6.82749 14.0364 8.48424 13.9842C8.76025 13.9755 8.99105 14.1922 8.99975 14.4682C9.00846 14.7442 8.79177 14.975 8.51576 14.9837C6.81518 15.0373 5.01419 14.959 3.58133 14.7451C2.86732 14.6385 2.22392 14.4953 1.72416 14.3084C1.47445 14.215 1.24327 14.1044 1.05281 13.9703C0.865818 13.8386 0.682404 13.6591 0.587339 13.416C0.571134 13.3746 0.560531 13.3312 0.555811 13.287L1.05299 13.2339C0.555811 13.287 0.555811 13.287 0.555811 13.287L0.555471 13.2837L0.554734 13.2766L0.552195 13.2508C0.550072 13.2287 0.54714 13.197 0.543741 13.1567C0.536946 13.0762 0.52826 12.9613 0.520422 12.8214C0.504795 12.5423 0.492303 12.1594 0.505648 11.7478C0.518906 11.3388 0.55807 10.8864 0.651169 10.4736C0.741001 10.0754 0.896249 9.64235 1.19176 9.34073C1.64906 8.87397 1.9757 8.71567 2.41983 8.52745C2.45104 8.51423 2.48302 8.50077 2.51589 8.48693C2.91031 8.32093 3.43386 8.10057 4.32126 7.5707C4.55835 7.42914 4.86532 7.50657 5.00688 7.74367ZM9.99312 7.74367C10.1347 7.50658 10.4417 7.42914 10.6787 7.5707C11.3743 7.98602 11.8461 8.21084 12.2004 8.36581C12.4534 8.47647 12.5688 8.77128 12.4581 9.02427C12.3474 9.27727 12.0526 9.39266 11.7996 9.282C11.4098 9.1115 10.9004 8.86775 10.1661 8.42929C9.92899 8.28773 9.85155 7.98076 9.99312 7.74367Z", fill: "#0D79D0" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 7C9.15685 7 10.5 5.65685 10.5 4C10.5 2.34315 9.15685 1 7.5 1C5.84315 1 4.5 2.34315 4.5 4C4.5 5.65685 5.84315 7 7.5 7ZM7.5 8C9.70914 8 11.5 6.20914 11.5 4C11.5 1.79086 9.70914 0 7.5 0C5.29086 0 3.5 1.79086 3.5 4C3.5 6.20914 5.29086 8 7.5 8Z", fill: "#0D79D0" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.25 13.75V15.25C13.25 15.6642 12.9142 16 12.5 16C12.0858 16 11.75 15.6642 11.75 15.25V13.75H10.25C9.83579 13.75 9.5 13.4142 9.5 13C9.5 12.5858 9.83579 12.25 10.25 12.25H11.75V10.75C11.75 10.3358 12.0858 10 12.5 10C12.9142 10 13.25 10.3358 13.25 10.75V12.25H14.75C15.1642 12.25 15.5 12.5858 15.5 13C15.5 13.4142 15.1642 13.75 14.75 13.75H13.25Z", fill: "#0D79D0" })] }));
|
|
6
3
|
export default AddUserIcon;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const AddIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.55064 0.720124C10.0717 -0.134581 11.9283 -0.134583 13.4494 0.720123L19.4494 4.0916C21.0248 4.97688 22 6.64341 22 8.45057V14.9612C22 16.7684 21.0248 18.4349 19.4494 19.3202L13.4494 22.6916C11.9283 23.5463 10.0717 23.5463 8.55064 22.6916L2.55064 19.3202C0.975165 18.4349 0 16.7684 0 14.9612L0 8.45057C0 6.64341 0.975162 4.97688 2.55064 4.0916L8.55064 0.720124Z", fill: "#FFBD26" }),
|
|
4
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0039 5.96533C10.7002 5.96533 10.4539 6.21158 10.4539 6.51533V10.783H6.0392C5.74357 10.783 5.50391 11.0226 5.50391 11.3183C5.50391 11.6139 5.74357 11.8536 6.0392 11.8536H10.4539V16.1212C10.4539 16.425 10.7002 16.6712 11.0039 16.6712C11.3077 16.6712 11.5539 16.425 11.5539 16.1212V11.8536H15.9686C16.2642 11.8536 16.5039 11.6139 16.5039 11.3183C16.5039 11.0226 16.2642 10.783 15.9686 10.783H11.5539V6.51533C11.5539 6.21158 11.3077 5.96533 11.0039 5.96533Z", fill: "white" }),
|
|
5
|
-
React.createElement("path", { d: "M10.4539 10.783V11.283H10.9539V10.783H10.4539ZM10.4539 11.8536H10.9539V11.3536H10.4539V11.8536ZM11.5539 11.8536V11.3536H11.0539V11.8536H11.5539ZM11.5539 10.783H11.0539V11.283H11.5539V10.783ZM10.9539 6.51533C10.9539 6.48772 10.9763 6.46533 11.0039 6.46533V5.46533C10.424 5.46533 9.95391 5.93543 9.95391 6.51533H10.9539ZM10.9539 10.783V6.51533H9.95391V10.783H10.9539ZM6.0392 11.283H10.4539V10.283H6.0392V11.283ZM6.00391 11.3183C6.00391 11.2988 6.01971 11.283 6.0392 11.283V10.283C5.46742 10.283 5.00391 10.7465 5.00391 11.3183H6.00391ZM6.0392 11.3536C6.01971 11.3536 6.00391 11.3378 6.00391 11.3183H5.00391C5.00391 11.89 5.46742 12.3536 6.0392 12.3536V11.3536ZM10.4539 11.3536H6.0392V12.3536H10.4539V11.3536ZM10.9539 16.1212V11.8536H9.95391V16.1212H10.9539ZM11.0039 16.1712C10.9763 16.1712 10.9539 16.1488 10.9539 16.1212H9.95391C9.95391 16.7011 10.424 17.1712 11.0039 17.1712V16.1712ZM11.0539 16.1212C11.0539 16.1488 11.0315 16.1712 11.0039 16.1712V17.1712C11.5838 17.1712 12.0539 16.7011 12.0539 16.1212H11.0539ZM11.0539 11.8536V16.1212H12.0539V11.8536H11.0539ZM15.9686 11.3536H11.5539V12.3536H15.9686V11.3536ZM16.0039 11.3183C16.0039 11.3378 15.9881 11.3536 15.9686 11.3536V12.3536C16.5404 12.3536 17.0039 11.89 17.0039 11.3183H16.0039ZM15.9686 11.283C15.9881 11.283 16.0039 11.2988 16.0039 11.3183H17.0039C17.0039 10.7465 16.5404 10.283 15.9686 10.283V11.283ZM11.5539 11.283H15.9686V10.283H11.5539V11.283ZM11.0539 6.51533V10.783H12.0539V6.51533H11.0539ZM11.0039 6.46533C11.0315 6.46533 11.0539 6.48772 11.0539 6.51533H12.0539C12.0539 5.93543 11.5838 5.46533 11.0039 5.46533V6.46533Z", fill: "white" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AddIcon = (props) => (_jsxs("svg", { width: "22", height: "24", viewBox: "0 0 22 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.55064 0.720124C10.0717 -0.134581 11.9283 -0.134583 13.4494 0.720123L19.4494 4.0916C21.0248 4.97688 22 6.64341 22 8.45057V14.9612C22 16.7684 21.0248 18.4349 19.4494 19.3202L13.4494 22.6916C11.9283 23.5463 10.0717 23.5463 8.55064 22.6916L2.55064 19.3202C0.975165 18.4349 0 16.7684 0 14.9612L0 8.45057C0 6.64341 0.975162 4.97688 2.55064 4.0916L8.55064 0.720124Z", fill: "#FFBD26" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0039 5.96533C10.7002 5.96533 10.4539 6.21158 10.4539 6.51533V10.783H6.0392C5.74357 10.783 5.50391 11.0226 5.50391 11.3183C5.50391 11.6139 5.74357 11.8536 6.0392 11.8536H10.4539V16.1212C10.4539 16.425 10.7002 16.6712 11.0039 16.6712C11.3077 16.6712 11.5539 16.425 11.5539 16.1212V11.8536H15.9686C16.2642 11.8536 16.5039 11.6139 16.5039 11.3183C16.5039 11.0226 16.2642 10.783 15.9686 10.783H11.5539V6.51533C11.5539 6.21158 11.3077 5.96533 11.0039 5.96533Z", fill: "white" }), _jsx("path", { d: "M10.4539 10.783V11.283H10.9539V10.783H10.4539ZM10.4539 11.8536H10.9539V11.3536H10.4539V11.8536ZM11.5539 11.8536V11.3536H11.0539V11.8536H11.5539ZM11.5539 10.783H11.0539V11.283H11.5539V10.783ZM10.9539 6.51533C10.9539 6.48772 10.9763 6.46533 11.0039 6.46533V5.46533C10.424 5.46533 9.95391 5.93543 9.95391 6.51533H10.9539ZM10.9539 10.783V6.51533H9.95391V10.783H10.9539ZM6.0392 11.283H10.4539V10.283H6.0392V11.283ZM6.00391 11.3183C6.00391 11.2988 6.01971 11.283 6.0392 11.283V10.283C5.46742 10.283 5.00391 10.7465 5.00391 11.3183H6.00391ZM6.0392 11.3536C6.01971 11.3536 6.00391 11.3378 6.00391 11.3183H5.00391C5.00391 11.89 5.46742 12.3536 6.0392 12.3536V11.3536ZM10.4539 11.3536H6.0392V12.3536H10.4539V11.3536ZM10.9539 16.1212V11.8536H9.95391V16.1212H10.9539ZM11.0039 16.1712C10.9763 16.1712 10.9539 16.1488 10.9539 16.1212H9.95391C9.95391 16.7011 10.424 17.1712 11.0039 17.1712V16.1712ZM11.0539 16.1212C11.0539 16.1488 11.0315 16.1712 11.0039 16.1712V17.1712C11.5838 17.1712 12.0539 16.7011 12.0539 16.1212H11.0539ZM11.0539 11.8536V16.1212H12.0539V11.8536H11.0539ZM15.9686 11.3536H11.5539V12.3536H15.9686V11.3536ZM16.0039 11.3183C16.0039 11.3378 15.9881 11.3536 15.9686 11.3536V12.3536C16.5404 12.3536 17.0039 11.89 17.0039 11.3183H16.0039ZM15.9686 11.283C15.9881 11.283 16.0039 11.2988 16.0039 11.3183H17.0039C17.0039 10.7465 16.5404 10.283 15.9686 10.283V11.283ZM11.5539 11.283H15.9686V10.283H11.5539V11.283ZM11.0539 6.51533V10.783H12.0539V6.51533H11.0539ZM11.0039 6.46533C11.0315 6.46533 11.0539 6.48772 11.0539 6.51533H12.0539C12.0539 5.93543 11.5838 5.46533 11.0039 5.46533V6.46533Z", fill: "white" })] }));
|
|
6
3
|
export default AddIcon;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const AddedIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.538 0.721074L18.6149 3.57386C20.1857 4.45652 21.1534 6.08774 21.1534 7.85305V13.5586C21.1534 15.3239 20.1857 16.9552 18.6149 17.8378L13.538 20.6906C11.9672 21.5733 10.0319 21.5733 8.46109 20.6906L3.38416 17.8378C1.81336 16.9552 0.845703 15.3239 0.845703 13.5586V7.85305C0.845703 6.08774 1.81336 4.45652 3.38416 3.57386L8.46109 0.721074C10.0319 -0.161582 11.9672 -0.161582 13.538 0.721074Z", fill: "#80BE86" }),
|
|
4
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.83268 10.9309C7.49327 10.6199 6.94679 10.6344 6.62336 10.9522L6.53347 11.0406C6.20499 11.3634 6.21569 11.8788 6.55357 12.1884L9.46864 14.8597L16.5368 8.29962C16.8769 7.98396 16.8719 7.47082 16.5372 7.16418L16.4442 7.07895C16.1044 6.76753 15.5537 6.76749 15.2148 7.07833L9.42434 12.3895L7.83268 10.9309Z", fill: "white" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AddedIcon = (props) => (_jsxs("svg", { width: "22", height: "22", viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.538 0.721074L18.6149 3.57386C20.1857 4.45652 21.1534 6.08774 21.1534 7.85305V13.5586C21.1534 15.3239 20.1857 16.9552 18.6149 17.8378L13.538 20.6906C11.9672 21.5733 10.0319 21.5733 8.46109 20.6906L3.38416 17.8378C1.81336 16.9552 0.845703 15.3239 0.845703 13.5586V7.85305C0.845703 6.08774 1.81336 4.45652 3.38416 3.57386L8.46109 0.721074C10.0319 -0.161582 11.9672 -0.161582 13.538 0.721074Z", fill: "#80BE86" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.83268 10.9309C7.49327 10.6199 6.94679 10.6344 6.62336 10.9522L6.53347 11.0406C6.20499 11.3634 6.21569 11.8788 6.55357 12.1884L9.46864 14.8597L16.5368 8.29962C16.8769 7.98396 16.8719 7.47082 16.5372 7.16418L16.4442 7.07895C16.1044 6.76753 15.5537 6.76749 15.2148 7.07833L9.42434 12.3895L7.83268 10.9309Z", fill: "white" })] }));
|
|
5
3
|
export default AddedIcon;
|
|
@@ -1,37 +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 AffiliationPlaceholderIcon = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "300", height: "300", viewBox: "0 0 300 300", fill: "none", ...props },
|
|
18
|
-
React.createElement("path", { opacity: "0.599", fillRule: "evenodd", clipRule: "evenodd", d: "M168.692 9.91468L262.258 63.9018C267.848 67.127 272.49 71.7671 275.718 77.3556C278.945 82.9441 280.644 89.284 280.644 95.7375V203.671C280.644 210.125 278.945 216.465 275.717 222.053C272.489 227.642 267.847 232.282 262.257 235.507L168.691 289.493C163.105 292.715 156.771 294.412 150.322 294.412C143.874 294.412 137.539 292.715 131.954 289.493L38.3874 235.507C32.7974 232.282 28.155 227.642 24.9273 222.053C21.6995 216.465 20.0001 210.125 20 203.671V95.7375C20.0001 89.2839 21.6995 82.944 24.9273 77.3555C28.155 71.767 32.7974 67.1269 38.3874 63.9018L131.954 9.91468C137.539 6.69207 143.874 4.99561 150.322 4.99561C156.771 4.99561 163.105 6.69207 168.691 9.91468H168.692Z", 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.2578 150.093 68.2578C104.912 68.2578 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.942C178.744 201.942 201.97 178.716 201.97 150.065C201.97 121.413 178.744 98.187 150.093 98.187C121.442 98.187 98.2151 121.413 98.2151 150.065C98.2151 178.716 121.442 201.942 150.093 201.942Z", fill: "#D5E7E9" }),
|
|
21
|
-
React.createElement("path", { d: "M102 180C102 178.895 102.895 178 104 178H195C196.105 178 197 178.895 197 180V185C197 186.105 196.105 187 195 187H104C102.895 187 102 186.105 102 185V180Z", fill: "white" }),
|
|
22
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M104 175H195C197.761 175 200 177.239 200 180V185C200 187.761 197.761 190 195 190H104C101.239 190 99 187.761 99 185V180C99 177.239 101.239 175 104 175ZM104 178C102.895 178 102 178.895 102 180V185C102 186.105 102.895 187 104 187H195C196.105 187 197 186.105 197 185V180C197 178.895 196.105 178 195 178H104Z", fill: "#979797" }),
|
|
23
|
-
React.createElement("path", { d: "M120 129L120 175H109L109 129H120Z", fill: "white" }),
|
|
24
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M123 126L123 178H106L106 126H123ZM120 129H109L109 175H120L120 129Z", fill: "#979797" }),
|
|
25
|
-
React.createElement("path", { d: "M155 129V175H144V129H155Z", fill: "white" }),
|
|
26
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M158 126L158 178H141V126H158ZM155 129H144V175H155V129Z", fill: "#979797" }),
|
|
27
|
-
React.createElement("path", { d: "M190 129V175H179V129H190Z", fill: "white" }),
|
|
28
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M193 126V178H176V126H193ZM190 129H179V175H190V129Z", fill: "#979797" }),
|
|
29
|
-
React.createElement("path", { d: "M151.356 92C150.428 92 149.809 92 148.881 92.3083L103.712 110.808C101.547 112.042 100 113.079 100 115.545V123.955C100 127.346 102.784 129 106.188 129H192.812C196.216 129 199 127.346 199 123.955V115.545C199 113.079 197.453 112.042 195.288 111.117L153.831 92.6167C153.212 92.3083 152.284 92 151.356 92Z", fill: "white" }),
|
|
30
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M194.087 113.866L152.55 95.3302L152.493 95.3018C152.352 95.2315 152.15 95.1493 151.923 95.0877C151.694 95.0254 151.499 95 151.356 95C150.518 95 150.29 95.01 149.913 95.1275L105.032 113.51C104.023 114.09 103.54 114.429 103.262 114.735C103.15 114.857 103.103 114.945 103.074 115.018C103.045 115.095 103 115.25 103 115.545V123.955C103 124.719 103.261 125.083 103.612 125.345C104.07 125.687 104.923 126 106.188 126H192.812C194.077 126 194.93 125.687 195.388 125.345C195.739 125.083 196 124.719 196 123.955V115.545C196 115.247 195.954 115.097 195.93 115.033C195.907 114.975 195.873 114.915 195.794 114.833C195.58 114.61 195.13 114.312 194.109 113.876L194.087 113.866ZM103.712 110.808L148.881 92.3083C149.809 92 150.428 92 151.356 92C152.284 92 153.212 92.3083 153.831 92.6167L195.288 111.117C197.453 112.042 199 113.079 199 115.545V123.955C199 127.346 196.216 129 192.812 129H106.188C102.784 129 100 127.346 100 123.955V115.545C100 113.079 101.547 112.042 103.712 110.808Z", fill: "#979797" }),
|
|
31
|
-
React.createElement("path", { d: "M157.375 107.727C157.375 111.443 154.353 114.455 150.625 114.455C146.897 114.455 143.875 111.443 143.875 107.727C143.875 104.012 146.897 101 150.625 101C154.353 101 157.375 104.012 157.375 107.727Z", fill: "#D8D8D8" }),
|
|
32
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M150.625 111.455C152.706 111.455 154.375 109.776 154.375 107.727C154.375 105.678 152.706 104 150.625 104C148.544 104 146.875 105.678 146.875 107.727C146.875 109.776 148.544 111.455 150.625 111.455ZM150.625 114.455C154.353 114.455 157.375 111.443 157.375 107.727C157.375 104.012 154.353 101 150.625 101C146.897 101 143.875 104.012 143.875 107.727C143.875 111.443 146.897 114.455 150.625 114.455Z", fill: "#979797" }),
|
|
33
|
-
React.createElement("path", { d: "M109 129H114V175H109L109 129Z", fill: "#D5E7E9" }),
|
|
34
|
-
React.createElement("path", { d: "M144 129H149V175H144V129Z", fill: "#D5E7E9" }),
|
|
35
|
-
React.createElement("path", { d: "M179 129H184V175H179V129Z", fill: "#D5E7E9" }),
|
|
36
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M110.5 119.5C110.5 118.672 111.172 118 112 118L187 118C187.828 118 188.5 118.672 188.5 119.5C188.5 120.328 187.828 121 187 121L112 121C111.172 121 110.5 120.328 110.5 119.5Z", fill: "#979797" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AffiliationPlaceholderIcon = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "300", height: "300", viewBox: "0 0 300 300", fill: "none", ...props, children: [_jsx("path", { opacity: "0.599", fillRule: "evenodd", clipRule: "evenodd", d: "M168.692 9.91468L262.258 63.9018C267.848 67.127 272.49 71.7671 275.718 77.3556C278.945 82.9441 280.644 89.284 280.644 95.7375V203.671C280.644 210.125 278.945 216.465 275.717 222.053C272.489 227.642 267.847 232.282 262.257 235.507L168.691 289.493C163.105 292.715 156.771 294.412 150.322 294.412C143.874 294.412 137.539 292.715 131.954 289.493L38.3874 235.507C32.7974 232.282 28.155 227.642 24.9273 222.053C21.6995 216.465 20.0001 210.125 20 203.671V95.7375C20.0001 89.2839 21.6995 82.944 24.9273 77.3555C28.155 71.767 32.7974 67.1269 38.3874 63.9018L131.954 9.91468C137.539 6.69207 143.874 4.99561 150.322 4.99561C156.771 4.99561 163.105 6.69207 168.691 9.91468H168.692Z", 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.2578 150.093 68.2578C104.912 68.2578 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.942C178.744 201.942 201.97 178.716 201.97 150.065C201.97 121.413 178.744 98.187 150.093 98.187C121.442 98.187 98.2151 121.413 98.2151 150.065C98.2151 178.716 121.442 201.942 150.093 201.942Z", fill: "#D5E7E9" }), _jsx("path", { d: "M102 180C102 178.895 102.895 178 104 178H195C196.105 178 197 178.895 197 180V185C197 186.105 196.105 187 195 187H104C102.895 187 102 186.105 102 185V180Z", fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M104 175H195C197.761 175 200 177.239 200 180V185C200 187.761 197.761 190 195 190H104C101.239 190 99 187.761 99 185V180C99 177.239 101.239 175 104 175ZM104 178C102.895 178 102 178.895 102 180V185C102 186.105 102.895 187 104 187H195C196.105 187 197 186.105 197 185V180C197 178.895 196.105 178 195 178H104Z", fill: "#979797" }), _jsx("path", { d: "M120 129L120 175H109L109 129H120Z", fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M123 126L123 178H106L106 126H123ZM120 129H109L109 175H120L120 129Z", fill: "#979797" }), _jsx("path", { d: "M155 129V175H144V129H155Z", fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M158 126L158 178H141V126H158ZM155 129H144V175H155V129Z", fill: "#979797" }), _jsx("path", { d: "M190 129V175H179V129H190Z", fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M193 126V178H176V126H193ZM190 129H179V175H190V129Z", fill: "#979797" }), _jsx("path", { d: "M151.356 92C150.428 92 149.809 92 148.881 92.3083L103.712 110.808C101.547 112.042 100 113.079 100 115.545V123.955C100 127.346 102.784 129 106.188 129H192.812C196.216 129 199 127.346 199 123.955V115.545C199 113.079 197.453 112.042 195.288 111.117L153.831 92.6167C153.212 92.3083 152.284 92 151.356 92Z", fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M194.087 113.866L152.55 95.3302L152.493 95.3018C152.352 95.2315 152.15 95.1493 151.923 95.0877C151.694 95.0254 151.499 95 151.356 95C150.518 95 150.29 95.01 149.913 95.1275L105.032 113.51C104.023 114.09 103.54 114.429 103.262 114.735C103.15 114.857 103.103 114.945 103.074 115.018C103.045 115.095 103 115.25 103 115.545V123.955C103 124.719 103.261 125.083 103.612 125.345C104.07 125.687 104.923 126 106.188 126H192.812C194.077 126 194.93 125.687 195.388 125.345C195.739 125.083 196 124.719 196 123.955V115.545C196 115.247 195.954 115.097 195.93 115.033C195.907 114.975 195.873 114.915 195.794 114.833C195.58 114.61 195.13 114.312 194.109 113.876L194.087 113.866ZM103.712 110.808L148.881 92.3083C149.809 92 150.428 92 151.356 92C152.284 92 153.212 92.3083 153.831 92.6167L195.288 111.117C197.453 112.042 199 113.079 199 115.545V123.955C199 127.346 196.216 129 192.812 129H106.188C102.784 129 100 127.346 100 123.955V115.545C100 113.079 101.547 112.042 103.712 110.808Z", fill: "#979797" }), _jsx("path", { d: "M157.375 107.727C157.375 111.443 154.353 114.455 150.625 114.455C146.897 114.455 143.875 111.443 143.875 107.727C143.875 104.012 146.897 101 150.625 101C154.353 101 157.375 104.012 157.375 107.727Z", fill: "#D8D8D8" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M150.625 111.455C152.706 111.455 154.375 109.776 154.375 107.727C154.375 105.678 152.706 104 150.625 104C148.544 104 146.875 105.678 146.875 107.727C146.875 109.776 148.544 111.455 150.625 111.455ZM150.625 114.455C154.353 114.455 157.375 111.443 157.375 107.727C157.375 104.012 154.353 101 150.625 101C146.897 101 143.875 104.012 143.875 107.727C143.875 111.443 146.897 114.455 150.625 114.455Z", fill: "#979797" }), _jsx("path", { d: "M109 129H114V175H109L109 129Z", fill: "#D5E7E9" }), _jsx("path", { d: "M144 129H149V175H144V129Z", fill: "#D5E7E9" }), _jsx("path", { d: "M179 129H184V175H179V129Z", fill: "#D5E7E9" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M110.5 119.5C110.5 118.672 111.172 118 112 118L187 118C187.828 118 188.5 118.672 188.5 119.5C188.5 120.328 187.828 121 187 121L112 121C111.172 121 110.5 120.328 110.5 119.5Z", fill: "#979797" })] }));
|
|
37
3
|
export default AffiliationPlaceholderIcon;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const AffiliationIcon = (props) => (
|
|
3
|
-
React.createElement("path", { d: "M13.65 4.50004C13.65 5.41131 12.9113 6.15004 12 6.15004C11.0888 6.15004 10.35 5.41131 10.35 4.50004C10.35 3.58877 11.0888 2.85004 12 2.85004C12.9113 2.85004 13.65 3.58877 13.65 4.50004Z", fill: "#6E6E6E" }),
|
|
4
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.5 19.5C0.675 19.5 0 20.175 0 21V22.5C0 23.325 0.675 24 1.5 24H22.5C23.325 24 24 23.325 24 22.5V21C24 20.175 23.325 19.5 22.5 19.5V9C23.325 9 24 8.325 24 7.5V6C24 5.4 23.625 4.875 23.1 4.65L12.6 0.15C12.45 0.075 12.225 0 12 0C11.775 0 11.625 0 11.4 0.075L0.9 4.575C0.375 4.875 0 5.4 0 6V7.5C0 8.325 0.675 9 1.5 9V19.5ZM22.5 6L12 1.5L1.5 6V7.5H22.5V6ZM4.5 9H3V19.5H4.5V9ZM6 19.5H9.75V9H6V19.5ZM1.5 21V22.5H22.5V21H1.5ZM12.75 9V19.5H11.25V9H12.75ZM14.25 19.5H18V9H14.25V19.5ZM21 19.5H19.5V9H21V19.5Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const AffiliationIcon = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx("path", { d: "M13.65 4.50004C13.65 5.41131 12.9113 6.15004 12 6.15004C11.0888 6.15004 10.35 5.41131 10.35 4.50004C10.35 3.58877 11.0888 2.85004 12 2.85004C12.9113 2.85004 13.65 3.58877 13.65 4.50004Z", fill: "#6E6E6E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.5 19.5C0.675 19.5 0 20.175 0 21V22.5C0 23.325 0.675 24 1.5 24H22.5C23.325 24 24 23.325 24 22.5V21C24 20.175 23.325 19.5 22.5 19.5V9C23.325 9 24 8.325 24 7.5V6C24 5.4 23.625 4.875 23.1 4.65L12.6 0.15C12.45 0.075 12.225 0 12 0C11.775 0 11.625 0 11.4 0.075L0.9 4.575C0.375 4.875 0 5.4 0 6V7.5C0 8.325 0.675 9 1.5 9V19.5ZM22.5 6L12 1.5L1.5 6V7.5H22.5V6ZM4.5 9H3V19.5H4.5V9ZM6 19.5H9.75V9H6V19.5ZM1.5 21V22.5H22.5V21H1.5ZM12.75 9V19.5H11.25V9H12.75ZM14.25 19.5H18V9H14.25V19.5ZM21 19.5H19.5V9H21V19.5Z", fill: "#6E6E6E" })] }));
|
|
5
3
|
export default AffiliationIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const AlertIcon = () => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 12C2.68629 12 1.18852e-06 9.31371 1.47821e-06 6C1.7679e-06 2.68629 2.68629 1.39444e-07 6 4.29138e-07C9.31371 7.18831e-07 12 2.68629 12 6C12 9.31371 9.31371 12 6 12ZM6.74998 2.99996L6.75 6.37462C6.75 6.78819 6.41522 7.12243 6.00166 7.12334C5.58681 7.12426 5.25001 6.78821 5.25001 6.37335L5.25 3.00082C5.25 2.58629 5.58629 2.25037 6.00082 2.25083C6.4147 2.25128 6.74998 2.58607 6.74998 2.99996ZM6.75 8.99263C6.75 9.46884 6.47288 9.75 5.99853 9.75C5.52419 9.75 5.25 9.47179 5.25 8.99558C5.25 8.51937 5.52421 8.25 5.99855 8.25C6.47289 8.25 6.75 8.51642 6.75 8.99263Z", fill: "#FE8F1F" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const AlertIcon = () => (_jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 12C2.68629 12 1.18852e-06 9.31371 1.47821e-06 6C1.7679e-06 2.68629 2.68629 1.39444e-07 6 4.29138e-07C9.31371 7.18831e-07 12 2.68629 12 6C12 9.31371 9.31371 12 6 12ZM6.74998 2.99996L6.75 6.37462C6.75 6.78819 6.41522 7.12243 6.00166 7.12334C5.58681 7.12426 5.25001 6.78821 5.25001 6.37335L5.25 3.00082C5.25 2.58629 5.58629 2.25037 6.00082 2.25083C6.4147 2.25128 6.74998 2.58607 6.74998 2.99996ZM6.75 8.99263C6.75 9.46884 6.47288 9.75 5.99853 9.75C5.52419 9.75 5.25 9.47179 5.25 8.99558C5.25 8.51937 5.52421 8.25 5.99855 8.25C6.47289 8.25 6.75 8.51642 6.75 8.99263Z", fill: "#FE8F1F" }) }));
|
|
4
3
|
export default AlertIcon;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ArrowDownCircleIcon = (props) => (
|
|
3
|
-
React.createElement("path", { d: "M18.5 9.5C18.5 14.4706 14.4706 18.5 9.5 18.5C4.52944 18.5 0.5 14.4706 0.5 9.5C0.5 4.52944 4.52944 0.5 9.5 0.5C14.4706 0.5 18.5 4.52944 18.5 9.5Z", stroke: "#E2E2E2" }),
|
|
4
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.3437 8.231C12.7604 7.88994 13.3921 7.93134 13.7545 8.32348C14.117 8.71562 14.073 9.31 13.6562 9.65106L9.56451 13L5.35969 9.70134C4.93548 9.36855 4.87828 8.77516 5.23193 8.37598C5.58557 7.97679 6.21615 7.92296 6.64035 8.25575L9.53703 10.5282L12.3437 8.231Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ArrowDownCircleIcon = (props) => (_jsxs("svg", { width: "19", height: "19", viewBox: "0 0 19 19", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M18.5 9.5C18.5 14.4706 14.4706 18.5 9.5 18.5C4.52944 18.5 0.5 14.4706 0.5 9.5C0.5 4.52944 4.52944 0.5 9.5 0.5C14.4706 0.5 18.5 4.52944 18.5 9.5Z", stroke: "#E2E2E2" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.3437 8.231C12.7604 7.88994 13.3921 7.93134 13.7545 8.32348C14.117 8.71562 14.073 9.31 13.6562 9.65106L9.56451 13L5.35969 9.70134C4.93548 9.36855 4.87828 8.77516 5.23193 8.37598C5.58557 7.97679 6.21615 7.92296 6.64035 8.25575L9.53703 10.5282L12.3437 8.231Z", fill: "#6E6E6E" })] }));
|
|
5
3
|
export default ArrowDownCircleIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ArrowDownIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0625 6L12 6.9375L8 10.9375L4 6.9375L4.9375 6L8 9.0625L11.0625 6Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const ArrowDownIcon = (props) => (_jsx("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: "M11.0625 6L12 6.9375L8 10.9375L4 6.9375L4.9375 6L8 9.0625L11.0625 6Z", fill: "#6E6E6E" }) }));
|
|
4
3
|
export default ArrowDownIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
const ArrowLeftIcon = (props) => (
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.769 9.34373C8.11006 9.76045 8.06866 10.3921 7.67652 10.7545C7.28438 11.117 6.69 11.073 6.34894 10.6562L3 6.56451L6.29866 2.35969C6.63145 1.93548 7.22484 1.87828 7.62403 2.23193C8.02321 2.58557 8.07704 3.21615 7.74425 3.64035L5.47182 6.53703L7.769 9.34373Z", fill: "#6E6E6E" })));
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const ArrowLeftIcon = (props) => (_jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.769 9.34373C8.11006 9.76045 8.06866 10.3921 7.67652 10.7545C7.28438 11.117 6.69 11.073 6.34894 10.6562L3 6.56451L6.29866 2.35969C6.63145 1.93548 7.22484 1.87828 7.62403 2.23193C8.02321 2.58557 8.07704 3.21615 7.74425 3.64035L5.47182 6.53703L7.769 9.34373Z", fill: "#6E6E6E" }) }));
|
|
4
3
|
export default ArrowLeftIcon;
|