@expressms/smartapp-ui 3.0.0-alpha.13 → 3.0.0-alpha.130
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/build/main/assets/icons/accepted-invite-status.svg +4 -0
- package/build/main/assets/icons/calendar-arrow-next.svg +3 -0
- package/build/main/assets/icons/calendar-arrow-prev.svg +3 -0
- package/build/main/assets/icons/chevron.svg +3 -0
- package/build/main/assets/icons/close-modal.svg +1 -1
- package/build/main/assets/icons/declined-invite-status.svg +4 -0
- package/build/main/assets/icons/doc-small.svg +5 -5
- package/build/main/assets/icons/doc.svg +3 -3
- package/build/main/assets/icons/file-small.svg +5 -5
- package/build/main/assets/icons/file.svg +2 -2
- package/build/main/assets/icons/image-no-preview-small.svg +11 -0
- package/build/main/assets/icons/image-no-preview.svg +11 -0
- package/build/main/assets/icons/needs-action-invite-status.svg +4 -0
- package/build/main/assets/icons/notification-close.svg +1 -1
- package/build/main/assets/icons/notification-error.svg +5 -0
- package/build/main/assets/icons/notification-failure-filled.svg +3 -0
- package/build/main/assets/icons/notification-info-filled.svg +5 -0
- package/build/main/assets/icons/notification-success-filled.svg +4 -0
- package/build/main/assets/icons/pdf-small.svg +5 -5
- package/build/main/assets/icons/pdf.svg +3 -3
- package/build/main/assets/icons/ppt-small.svg +5 -5
- package/build/main/assets/icons/ppt.svg +2 -2
- package/build/main/assets/icons/select-arrow-down.svg +3 -0
- package/build/main/assets/icons/select-arrow-up.svg +3 -0
- package/build/main/assets/icons/txt-small.svg +5 -5
- package/build/main/assets/icons/txt.svg +3 -3
- package/build/main/assets/icons/video-no-preview-small.svg +11 -0
- package/build/main/assets/icons/video-no-preview.svg +11 -0
- package/build/main/assets/icons/xls-small.svg +5 -5
- package/build/main/assets/icons/xls.svg +2 -2
- package/build/main/assets/storybook/index.d.ts +2 -0
- package/build/main/assets/storybook/index.js +2 -0
- package/build/main/assets/storybook/index.js.map +1 -1
- package/build/main/constants/constants.d.ts +86 -45
- package/build/main/constants/constants.js +123 -48
- package/build/main/constants/constants.js.map +1 -1
- package/build/main/constants/types.d.ts +10 -1
- package/build/main/helpers/index.d.ts +3 -1
- package/build/main/helpers/index.js +21 -2
- package/build/main/helpers/index.js.map +1 -1
- package/build/main/hooks/useCharHintDisplay.d.ts +9 -0
- package/build/main/hooks/useCharHintDisplay.js +35 -0
- package/build/main/hooks/useCharHintDisplay.js.map +1 -0
- package/build/main/hooks/useMobileLongTap.d.ts +16 -0
- package/build/main/hooks/useMobileLongTap.js +55 -0
- package/build/main/hooks/useMobileLongTap.js.map +1 -0
- package/build/main/hooks/useModal.d.ts +17 -10
- package/build/main/hooks/useModal.js +173 -12
- package/build/main/hooks/useModal.js.map +1 -1
- package/build/main/index.d.ts +2 -0
- package/build/main/index.js +2 -0
- package/build/main/index.js.map +1 -1
- package/build/main/styles/styles.scss +2 -2
- package/build/main//321/201omponents/AttachedFile/AttachedFile.js +3 -0
- package/build/main//321/201omponents/AttachedFile/AttachedFile.js.map +1 -1
- package/build/main//321/201omponents/Avatar/Avatar.d.ts +3 -2
- package/build/main//321/201omponents/Avatar/Avatar.js +52 -23
- package/build/main//321/201omponents/Avatar/Avatar.js.map +1 -1
- package/build/main//321/201omponents/Avatar/types.d.ts +9 -5
- package/build/main//321/201omponents/Avatar/types.js +5 -2
- package/build/main//321/201omponents/Avatar/types.js.map +1 -1
- package/build/main//321/201omponents/Button/Button.d.ts +1 -1
- package/build/main//321/201omponents/Button/Button.js +15 -8
- package/build/main//321/201omponents/Button/Button.js.map +1 -1
- package/build/main//321/201omponents/Button/types.d.ts +9 -2
- package/build/main//321/201omponents/Button/types.js +3 -0
- package/build/main//321/201omponents/Button/types.js.map +1 -1
- package/build/main//321/201omponents/Calendar/Calendar.d.ts +14 -2
- package/build/main//321/201omponents/Calendar/Calendar.js +167 -42
- package/build/main//321/201omponents/Calendar/Calendar.js.map +1 -1
- package/build/main//321/201omponents/Calendar/types.d.ts +20 -8
- package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js +1 -1
- package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js +1 -1
- package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js +1 -1
- package/build/main//321/201omponents/Chip/Chip.d.ts +3 -2
- package/build/main//321/201omponents/Chip/Chip.js +173 -33
- package/build/main//321/201omponents/Chip/Chip.js.map +1 -1
- package/build/main//321/201omponents/Chip/types.d.ts +13 -4
- package/build/main//321/201omponents/ChipDndContext/ChipDndContext.d.ts +13 -0
- package/build/main//321/201omponents/ChipDndContext/ChipDndContext.js +76 -0
- package/build/main//321/201omponents/ChipDndContext/ChipDndContext.js.map +1 -0
- package/build/main//321/201omponents/ChipDndContext/index.d.ts +1 -0
- package/build/main//321/201omponents/ChipDndContext/index.js +2 -0
- package/build/main//321/201omponents/ChipDndContext/index.js.map +1 -0
- package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.d.ts +1 -1
- package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js +3 -2
- package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js.map +1 -1
- package/build/main//321/201omponents/ConfirmationModal/types.d.ts +5 -2
- package/build/main//321/201omponents/ContextMenu/ContextMenu.d.ts +1 -1
- package/build/main//321/201omponents/ContextMenu/ContextMenu.js +66 -26
- package/build/main//321/201omponents/ContextMenu/ContextMenu.js.map +1 -1
- package/build/main//321/201omponents/ContextMenu/types.d.ts +13 -7
- package/build/main//321/201omponents/ContextMenuItem/ContextMenuItem.d.ts +4 -0
- package/build/main//321/201omponents/ContextMenuItem/ContextMenuItem.js +49 -0
- package/build/main//321/201omponents/ContextMenuItem/ContextMenuItem.js.map +1 -0
- package/build/main//321/201omponents/ContextMenuItem/index.d.ts +1 -0
- package/build/main//321/201omponents/ContextMenuItem/index.js +2 -0
- package/build/main//321/201omponents/ContextMenuItem/index.js.map +1 -0
- package/build/main//321/201omponents/ContextMenuItem/types.d.ts +28 -0
- package/build/main//321/201omponents/ContextMenuItem/types.js +6 -0
- package/build/main//321/201omponents/ContextMenuItem/types.js.map +1 -0
- package/build/main//321/201omponents/CustomSelect/CustomSelect.d.ts +1 -1
- package/build/main//321/201omponents/CustomSelect/CustomSelect.js +9 -8
- package/build/main//321/201omponents/CustomSelect/CustomSelect.js.map +1 -1
- package/build/main//321/201omponents/CustomSelect/selectStyles.d.ts +1 -1
- package/build/main//321/201omponents/CustomSelect/selectStyles.js +21 -22
- package/build/main//321/201omponents/CustomSelect/selectStyles.js.map +1 -1
- package/build/main//321/201omponents/CustomSelect/types.d.ts +8 -2
- package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.d.ts +1 -1
- package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js +33 -24
- package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js.map +1 -1
- package/build/main//321/201omponents/CustomSelectProfiles/selectStyles.d.ts +11 -0
- package/build/main//321/201omponents/CustomSelectProfiles/selectStyles.js +38 -0
- package/build/main//321/201omponents/CustomSelectProfiles/selectStyles.js.map +1 -0
- package/build/main//321/201omponents/CustomSelectProfiles/types.d.ts +4 -5
- package/build/main//321/201omponents/DraggablePopup/DraggablePopup.d.ts +1 -1
- package/build/main//321/201omponents/DraggablePopup/DraggablePopup.js +24 -18
- package/build/main//321/201omponents/DraggablePopup/DraggablePopup.js.map +1 -1
- package/build/main//321/201omponents/DraggablePopup/types.d.ts +7 -8
- package/build/main//321/201omponents/Flex/Flex.d.ts +1 -1
- package/build/main//321/201omponents/Flex/Flex.js +2 -2
- package/build/main//321/201omponents/Flex/Flex.js.map +1 -1
- package/build/main//321/201omponents/Flex/types.d.ts +2 -0
- package/build/main//321/201omponents/Input/Input.d.ts +1 -1
- package/build/main//321/201omponents/Input/Input.js +75 -33
- package/build/main//321/201omponents/Input/Input.js.map +1 -1
- package/build/main//321/201omponents/Input/types.d.ts +10 -3
- package/build/main//321/201omponents/ListItem/ListItem.js +21 -10
- package/build/main//321/201omponents/ListItem/ListItem.js.map +1 -1
- package/build/main//321/201omponents/ListItem/types.d.ts +7 -2
- package/build/main//321/201omponents/Modal/Modal.d.ts +3 -2
- package/build/main//321/201omponents/Modal/Modal.js +162 -69
- package/build/main//321/201omponents/Modal/Modal.js.map +1 -1
- package/build/main//321/201omponents/Modal/types.d.ts +35 -2
- package/build/main//321/201omponents/Notification/Notification.d.ts +4 -6
- package/build/main//321/201omponents/Notification/Notification.js +72 -25
- package/build/main//321/201omponents/Notification/Notification.js.map +1 -1
- package/build/main//321/201omponents/Notification/types.d.ts +17 -2
- package/build/main//321/201omponents/Skeleton/Skeleton.js +1 -1
- package/build/main//321/201omponents/Skeleton/Skeleton.js.map +1 -1
- package/build/main//321/201omponents/Stories/Stories.js +72 -4
- package/build/main//321/201omponents/Stories/Stories.js.map +1 -1
- package/build/main//321/201omponents/Textarea/Textarea.d.ts +1 -1
- package/build/main//321/201omponents/Textarea/Textarea.js +2 -2
- package/build/main//321/201omponents/Textarea/Textarea.js.map +1 -1
- package/build/main//321/201omponents/Textarea/types.d.ts +2 -2
- package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js +6 -0
- package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.d.ts +2 -1
- package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js +4 -3
- package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js +23 -50
- package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.d.ts +3 -2
- package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js +34 -37
- package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/Option/Option.js +2 -2
- package/build/main//321/201omponents/UserDropdown/Option/Option.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.js +1 -0
- package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/UserDropdown.d.ts +5 -3
- package/build/main//321/201omponents/UserDropdown/UserDropdown.js +249 -90
- package/build/main//321/201omponents/UserDropdown/UserDropdown.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/helpers.d.ts +7 -3
- package/build/main//321/201omponents/UserDropdown/helpers.js +4 -2
- package/build/main//321/201omponents/UserDropdown/helpers.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/selectStyles.d.ts +1 -1
- package/build/main//321/201omponents/UserDropdown/selectStyles.js +49 -26
- package/build/main//321/201omponents/UserDropdown/selectStyles.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/types.d.ts +95 -57
- package/build/main//321/201omponents/UserDropdown/types.js.map +1 -1
- package/package.json +11 -7
- package/build/main/assets/icons/avatar-arrow-down.svg +0 -3
- package/build/main/assets/icons/avatar-arrow-up.svg +0 -3
- package/build/main/hooks/useLongTap.d.ts +0 -12
- package/build/main/hooks/useLongTap.js +0 -29
- package/build/main/hooks/useLongTap.js.map +0 -1
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 0.5C10.5899 0.5 13.5 3.41015 13.5 7C13.5 10.5899 10.5899 13.5 7 13.5C3.41015 13.5 0.5 10.5899 0.5 7C0.5 3.41015 3.41015 0.5 7 0.5Z" fill="var(--color-icon-positive)" stroke="currentColor" stroke-linecap="round"/>
|
|
3
|
+
<path d="M9.22559 4.65723C9.50039 4.3828 9.94593 4.38275 10.2207 4.65723C10.4956 4.9321 10.4956 5.37845 10.2207 5.65332L6.52832 9.3457C6.2535 9.62028 5.80802 9.62029 5.5332 9.3457L4.05566 7.86816C3.78127 7.59334 3.78115 7.1478 4.05566 6.87305C4.33053 6.59818 4.77689 6.59818 5.05176 6.87305L6.03027 7.85156L7.5752 6.30762L9.22559 4.65723Z" fill="var(--color-icon-contrast)" stroke="var(--color-icon-contrast)" stroke-width="0.3" stroke-linecap="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.5819 9.52631C12.8222 9.82089 12.8048 10.2556 12.5302 10.5302L8.53016 14.5302C8.23726 14.8231 7.7625 14.8231 7.46961 14.5302C7.17672 14.2373 7.17672 13.7626 7.46961 13.4697L10.9393 9.99994L7.46961 6.53022C7.17672 6.23732 7.17672 5.76256 7.46961 5.46967C7.7625 5.17678 8.23726 5.17678 8.53016 5.46967L12.5302 9.46967L12.5819 9.52631Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.41809 9.52631C7.17778 9.82089 7.19524 10.2556 7.46984 10.5302L11.4698 14.5302C11.7627 14.8231 12.2375 14.8231 12.5304 14.5302C12.8233 14.2373 12.8233 13.7626 12.5304 13.4697L9.06066 9.99994L12.5304 6.53022C12.8233 6.23732 12.8233 5.76256 12.5304 5.46967C12.2375 5.17678 11.7627 5.17678 11.4698 5.46967L7.46984 9.46967L7.41809 9.52631Z" fill="currentColor" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.5819 9.52631C12.8222 9.82089 12.8048 10.2556 12.5302 10.5302L8.53016 14.5302C8.23726 14.8231 7.7625 14.8231 7.46961 14.5302C7.17672 14.2373 7.17672 13.7626 7.46961 13.4697L10.9393 9.99994L7.46961 6.53022C7.17672 6.23732 7.17672 5.76256 7.46961 5.46967C7.7625 5.17678 8.23726 5.17678 8.53016 5.46967L12.5302 9.46967L12.5819 9.52631Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.19901 5C5.86791 4.6689 5.3311 4.66891 5 5C4.6689 5.3311 4.6689 5.86791 5 6.19901L10.801 12L5 17.801C4.6689 18.1321 4.6689 18.6689 5 19C5.3311 19.3311 5.86791 19.3311 6.19901 19L12 13.199L17.801 19C18.1321 19.3311 18.6689 19.3311 19 19C19.3311 18.6689 19.3311 18.1321 19 17.801L13.199 12L19 6.19901C19.3311 5.86791 19.3311 5.3311 19 5C18.6689 4.6689 18.1321 4.6689 17.801 5L12 10.801L6.19901 5Z" fill="currentColor" fill-opacity="1"/>
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 0.5C10.5899 0.5 13.5 3.41015 13.5 7C13.5 10.5899 10.5899 13.5 7 13.5C3.41015 13.5 0.5 10.5899 0.5 7C0.5 3.41015 3.41015 0.5 7 0.5Z" fill="var(--color-icon-negative)" stroke="currentColor" stroke-linecap="round"/>
|
|
3
|
+
<path d="M8.44336 4.60156C8.70604 4.33888 9.13185 4.33889 9.39453 4.60156C9.65722 4.86425 9.65722 5.29005 9.39453 5.55273L7.94727 7L9.39453 8.44727C9.65722 8.70995 9.65721 9.13575 9.39453 9.39844C9.13185 9.66112 8.70604 9.66112 8.44336 9.39844L6.99609 7.95117L5.54883 9.39844C5.28614 9.66112 4.86034 9.66112 4.59766 9.39844C4.33498 9.13575 4.33497 8.70995 4.59766 8.44727L6.04492 7L4.59766 5.55273C4.33497 5.29005 4.33497 4.86425 4.59766 4.60156C4.86034 4.33888 5.28614 4.33888 5.54883 4.60156L6.99609 6.04883L8.44336 4.60156Z" fill="var(--color-icon-contrast)" stroke="var(--color-icon-contrast)" stroke-width="0.191445" stroke-linecap="round"/>
|
|
4
|
+
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="M1.
|
|
3
|
-
<path d="M20.
|
|
4
|
-
<path d="
|
|
1
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.3999 5.60003C1.3999 3.28043 3.28031 1.40002 5.5999 1.40002H20.2999L26.5999 7.70002V22.4C26.5999 24.7196 24.7195 26.6 22.3999 26.6H5.5999C3.28031 26.6 1.3999 24.7196 1.3999 22.4V5.60003Z" fill="url(#paint0_linear_10697_53755)"/>
|
|
3
|
+
<path d="M20.3013 1.39954L26.6015 7.6998H23.4514C21.7116 7.6998 20.3013 6.28942 20.3013 4.54963V1.39954Z" fill="#3955B8"/>
|
|
4
|
+
<path d="M17.6178 19.8188C17.944 19.8188 18.2084 20.0832 18.2084 20.4094C18.2084 20.7356 17.944 21 17.6178 21H8.29902C7.97283 21 7.7084 20.7356 7.7084 20.4094C7.70842 20.0832 7.97284 19.8188 8.29902 19.8188H17.6178ZM19.7178 15.2852C20.044 15.2852 20.3084 15.5496 20.3084 15.8758C20.3084 16.202 20.044 16.4664 19.7178 16.4664H8.29902C7.97283 16.4664 7.7084 16.202 7.7084 15.8758C7.70842 15.5496 7.97284 15.2852 8.29902 15.2852H19.7178ZM12.2235 8.40002C12.5497 8.40002 12.8148 8.66445 12.8148 8.99065C12.8148 9.31686 12.5497 9.58127 12.2235 9.58127H10.8475V12.9288C10.8475 13.2546 10.5833 13.5186 10.2575 13.5188C9.93161 13.5188 9.66689 13.2547 9.66689 12.9288V9.58127H8.29082C7.96462 9.58126 7.7002 9.31685 7.7002 8.99065C7.70021 8.66446 7.96463 8.40004 8.29082 8.40002H12.2235ZM19.7068 10.7516C20.033 10.7516 20.2974 11.016 20.2975 11.3422C20.2975 11.6684 20.033 11.9328 19.7068 11.9328H14.5881C14.2619 11.9328 13.9975 11.6684 13.9975 11.3422C13.9975 11.016 14.2619 10.7516 14.5881 10.7516H19.7068Z" fill="white"/>
|
|
5
5
|
<defs>
|
|
6
|
-
<linearGradient id="paint0_linear_10697_53755" x1="1.
|
|
6
|
+
<linearGradient id="paint0_linear_10697_53755" x1="1.3999" y1="1.40002" x2="26.5999" y2="26.6" gradientUnits="userSpaceOnUse">
|
|
7
7
|
<stop stop-color="#74B5E3"/>
|
|
8
8
|
<stop offset="1" stop-color="#3393D7"/>
|
|
9
9
|
</linearGradient>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#
|
|
3
|
-
<path d="M29.002 1.
|
|
2
|
+
<path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#paint0_linear_13986_106)"/>
|
|
3
|
+
<path d="M29.002 1.99927L38.0023 10.9997H33.5022C31.0168 10.9997 29.002 8.98482 29.002 6.49941V1.99927Z" fill="#3955B8"/>
|
|
4
4
|
<path d="M25.168 28.3125C25.6339 28.3125 26.0117 28.6903 26.0117 29.1562C26.0117 29.6222 25.634 30 25.168 30H11.8555C11.3895 30 11.0117 29.6222 11.0117 29.1562C11.0117 28.6903 11.3895 28.3125 11.8555 28.3125H25.168ZM28.168 21.8359C28.6339 21.836 29.0117 22.2137 29.0117 22.6797C29.0117 23.1457 28.634 23.5234 28.168 23.5234H11.8555C11.3895 23.5234 11.0117 23.1457 11.0117 22.6797C11.0117 22.2137 11.3895 21.836 11.8555 21.8359H28.168ZM17.4619 12C17.9279 12 18.3066 12.3778 18.3066 12.8438C18.3066 13.3098 17.9279 13.6875 17.4619 13.6875H15.4961V18.4697C15.4961 18.9352 15.1187 19.3122 14.6533 19.3125C14.1877 19.3125 13.8096 18.9353 13.8096 18.4697V13.6875H11.8438C11.3778 13.6875 11 13.3098 11 12.8438C11 12.3778 11.3778 12 11.8438 12H17.4619ZM28.1523 15.3594C28.6183 15.3594 28.9961 15.7371 28.9961 16.2031C28.9961 16.6691 28.6183 17.0469 28.1523 17.0469H20.8398C20.3738 17.0469 19.9961 16.6691 19.9961 16.2031C19.9961 15.7371 20.3739 15.3594 20.8398 15.3594H28.1523Z" fill="white"/>
|
|
5
5
|
<defs>
|
|
6
|
-
<linearGradient id="
|
|
6
|
+
<linearGradient id="paint0_linear_13986_106" x1="2" y1="2" x2="38" y2="38" gradientUnits="userSpaceOnUse">
|
|
7
7
|
<stop stop-color="#74B5E3"/>
|
|
8
8
|
<stop offset="1" stop-color="#3393D7"/>
|
|
9
9
|
</linearGradient>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="M1.
|
|
3
|
-
<path d="M20.
|
|
4
|
-
<path d="
|
|
1
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.3999 5.60003C1.3999 3.28043 3.28031 1.40002 5.5999 1.40002H20.2999L26.5999 7.70002V22.4C26.5999 24.7196 24.7195 26.6 22.3999 26.6H5.5999C3.28031 26.6 1.3999 24.7196 1.3999 22.4V5.60003Z" fill="url(#paint0_linear_10697_53771)"/>
|
|
3
|
+
<path d="M20.3013 1.39954L26.6015 7.6998H23.4514C21.7116 7.6998 20.3013 6.28942 20.3013 4.54963V1.39954Z" fill="#465775"/>
|
|
4
|
+
<path d="M19.7096 19.3429C20.0358 19.343 20.3002 19.6074 20.3002 19.9336C20.3002 20.2598 20.0358 20.5242 19.7096 20.5242H8.29082C7.96462 20.5242 7.7002 20.2598 7.7002 19.9336C7.70021 19.6074 7.96463 19.343 8.29082 19.3429H19.7096ZM19.7096 14.8094C20.0358 14.8094 20.3002 15.0738 20.3002 15.4C20.3002 15.7262 20.0358 15.9906 19.7096 15.9906H8.29082C7.96462 15.9906 7.7002 15.7262 7.7002 15.4C7.70021 15.0738 7.96463 14.8094 8.29082 14.8094H19.7096ZM19.7096 10.2758C20.0358 10.2758 20.3002 10.5402 20.3002 10.8664C20.3002 11.1926 20.0358 11.457 19.7096 11.457H8.29082C7.96462 11.457 7.7002 11.1926 7.7002 10.8664C7.70021 10.5402 7.96463 10.2758 8.29082 10.2758H19.7096Z" fill="white"/>
|
|
5
5
|
<defs>
|
|
6
|
-
<linearGradient id="paint0_linear_10697_53771" x1="1.
|
|
6
|
+
<linearGradient id="paint0_linear_10697_53771" x1="1.3999" y1="1.40002" x2="26.5999" y2="26.6" gradientUnits="userSpaceOnUse">
|
|
7
7
|
<stop stop-color="#8092B3"/>
|
|
8
8
|
<stop offset="1" stop-color="#596E95"/>
|
|
9
9
|
</linearGradient>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#
|
|
2
|
+
<path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#paint0_linear_14060_100)"/>
|
|
3
3
|
<path d="M29.002 1.99927L38.0023 10.9997H33.5022C31.0168 10.9997 29.002 8.98482 29.002 6.49941V1.99927Z" fill="#465775"/>
|
|
4
4
|
<path d="M28.1562 27.6328C28.6222 27.6328 29 28.0106 29 28.4766C29 28.9426 28.6222 29.3203 28.1562 29.3203H11.8438C11.3778 29.3203 11 28.9426 11 28.4766C11 28.0106 11.3778 27.6328 11.8438 27.6328H28.1562ZM28.1562 21.1562C28.6222 21.1563 29 21.534 29 22C29 22.466 28.6222 22.8437 28.1562 22.8438H11.8438C11.3778 22.8437 11 22.466 11 22C11 21.534 11.3778 21.1563 11.8438 21.1562H28.1562ZM28.1562 14.6797C28.6222 14.6797 29 15.0575 29 15.5234C29 15.9894 28.6222 16.3672 28.1562 16.3672H11.8438C11.3778 16.3672 11 15.9894 11 15.5234C11 15.0575 11.3778 14.6797 11.8438 14.6797H28.1562Z" fill="white"/>
|
|
5
5
|
<defs>
|
|
6
|
-
<linearGradient id="
|
|
6
|
+
<linearGradient id="paint0_linear_14060_100" x1="2" y1="2" x2="38" y2="38" gradientUnits="userSpaceOnUse">
|
|
7
7
|
<stop stop-color="#8092B3"/>
|
|
8
8
|
<stop offset="1" stop-color="#596E95"/>
|
|
9
9
|
</linearGradient>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="1.3999" y="1.40002" width="25.2" height="25.2" rx="4.2" fill="url(#paint0_linear_33087_7540)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.3612 10.714C10.9688 10.2134 11.829 10.1817 12.4688 10.6183L12.4708 10.6197L12.5918 10.7099L12.5952 10.7127L12.6007 10.7175L12.6021 10.7188L12.7244 10.8302C12.7282 10.8337 12.7342 10.8394 12.7395 10.8453L12.855 10.9752L12.857 10.9772L12.9486 11.103C13.3779 11.7467 13.3467 12.6098 12.8563 13.2221L12.8557 13.2215L12.8516 13.2283L12.8495 13.231L12.736 13.3575L12.734 13.3602L12.7285 13.365C12.0816 14.0163 11.0593 14.0582 10.3646 13.4881L10.3633 13.4867L10.3578 13.4819L10.3564 13.4805L10.2307 13.3657L10.2293 13.3643L10.2231 13.3589L10.2225 13.3582C9.53834 12.661 9.53807 11.5355 10.2238 10.8391L10.2245 10.8385L10.2307 10.833L10.232 10.8316L10.3544 10.7202L10.3558 10.7188L10.3612 10.714ZM11.8262 11.3525C11.5708 11.2297 11.265 11.2508 11.0264 11.4147L11.0134 11.4229L10.9703 11.4564L10.9067 11.5145C10.589 11.8368 10.5888 12.3604 10.9054 12.6835L10.971 12.7443L11.0298 12.7881C11.3439 13.0009 11.7728 12.9677 12.0511 12.6862L12.1092 12.6206L12.1522 12.5597C12.3355 12.2823 12.3365 11.9168 12.1536 11.6396L12.1064 11.576L12.1051 11.5747L12.0559 11.5193L12.0538 11.5173L11.995 11.4633L11.9321 11.414L11.8262 11.3525Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.1967 7.70281C20.2716 7.75817 21.1187 8.65663 21.1189 9.74812V18.371C21.1188 19.4977 20.2162 20.4187 19.0921 20.419H9.02822C7.90386 20.4189 7.00013 19.4979 7 18.371V9.74812C7.00024 8.62125 7.90392 7.70015 9.02822 7.70007H19.0921L19.1967 7.70281ZM17.7167 14.9222C17.608 14.8344 17.4558 14.8371 17.351 14.9222V14.9236L17.3482 14.9263L17.3455 14.9277L17.3469 14.9291L17.3038 14.9715L17.3004 14.9756L15.3187 17.4823L15.2858 17.5589L15.2681 17.5411C14.8834 17.977 14.2586 18.0874 13.756 17.8234L13.7546 17.8227L13.7484 17.8193L13.7464 17.8186L13.6616 17.768L13.6445 17.7571L13.555 17.6915L13.5488 17.6874L13.5468 17.6853L12.5508 16.878L12.5187 16.8548L12.4776 16.8322C12.3804 16.7892 12.2658 16.8026 12.181 16.8698L12.1311 16.9204L12.1276 16.9231L10.0427 19.4586H19.0914C19.6776 19.4584 20.1604 18.976 20.1605 18.371V16.9012L17.7167 14.9222ZM9.02822 8.66121C8.44206 8.66128 7.95932 9.14316 7.95908 9.74812V18.371C7.95919 18.9018 8.33125 19.3368 8.81836 19.4353L11.3969 16.3038L11.4003 16.299L11.4058 16.2942L11.4748 16.2177L11.4796 16.2122L11.4844 16.2074L11.5678 16.1329L11.5698 16.1308L11.656 16.0659C12.1001 15.7607 12.7058 15.769 13.1455 16.1247L14.1497 16.9375L14.203 16.9723L14.2242 16.9819L14.2707 16.9976C14.3755 17.0212 14.4901 16.9853 14.5633 16.893L16.5498 14.3781L16.5539 14.3733L16.556 14.3699L16.6332 14.2824L16.6359 14.2783L16.64 14.2735C17.0852 13.8162 17.812 13.7646 18.3189 14.1751L20.1605 15.6653V9.74812C20.1603 9.18098 19.7362 8.72186 19.2001 8.66667L19.0914 8.66121H9.02822Z" fill="white"/>
|
|
5
|
+
<defs>
|
|
6
|
+
<linearGradient id="paint0_linear_33087_7540" x1="2.7999" y1="4.20002" x2="19.2499" y2="21" gradientUnits="userSpaceOnUse">
|
|
7
|
+
<stop stop-color="#8599E8"/>
|
|
8
|
+
<stop offset="1" stop-color="#687DD3"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="2" y="2" width="36" height="36" rx="6" fill="url(#paint0_linear_28390_100771)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.8018 15.3057C15.6697 14.5904 16.8986 14.5452 17.8125 15.1689L17.8154 15.1709L17.9883 15.2998L17.9932 15.3037L18.001 15.3105L18.0029 15.3125L18.1777 15.4717C18.1831 15.4766 18.1916 15.4847 18.1992 15.4932L18.3643 15.6787L18.3672 15.6816L18.498 15.8613C19.1113 16.7809 19.0667 18.0139 18.3662 18.8887L18.3652 18.8877L18.3594 18.8975L18.3564 18.9014L18.1943 19.082L18.1914 19.0859L18.1836 19.0928C17.2594 20.0231 15.799 20.083 14.8066 19.2686L14.8047 19.2666L14.7969 19.2598L14.7949 19.2578L14.6152 19.0938L14.6133 19.0918L14.6045 19.084L14.6035 19.083C13.6262 18.087 13.6258 16.4792 14.6055 15.4844L14.6064 15.4834L14.6152 15.4756L14.6172 15.4736L14.792 15.3145L14.7939 15.3125L14.8018 15.3057ZM16.8945 16.2178C16.5297 16.0424 16.0928 16.0724 15.752 16.3066L15.7334 16.3184L15.6719 16.3662L15.5811 16.4492C15.1272 16.9097 15.1269 17.6576 15.5791 18.1191L15.6729 18.2061L15.7568 18.2686C16.2055 18.5726 16.8183 18.5252 17.2158 18.123L17.2988 18.0293L17.3604 17.9424C17.6222 17.546 17.6236 17.024 17.3623 16.6279L17.2949 16.5371L17.293 16.5352L17.2227 16.4561L17.2197 16.4531L17.1357 16.376L17.0459 16.3057L16.8945 16.2178Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.4238 11.0039C28.9595 11.083 30.1696 12.3665 30.1699 13.9258V26.2441C30.1697 27.8538 28.8804 29.1694 27.2744 29.1699H12.8975C11.2912 29.1698 10.0002 27.8541 10 26.2441V13.9258C10.0003 12.316 11.2913 11.0001 12.8975 11H27.2744L27.4238 11.0039ZM25.3096 21.3174C25.1542 21.1919 24.9369 21.1958 24.7871 21.3174V21.3193L24.7832 21.3232L24.7793 21.3252L24.7812 21.3271L24.7197 21.3877L24.7148 21.3936L21.8838 24.9746L21.8369 25.084L21.8115 25.0586C21.2621 25.6813 20.3695 25.839 19.6514 25.4619L19.6494 25.4609L19.6406 25.4561L19.6377 25.4551L19.5166 25.3828L19.4922 25.3672L19.3643 25.2734L19.3555 25.2676L19.3525 25.2646L17.9297 24.1113L17.8838 24.0781L17.8252 24.0459C17.6863 23.9845 17.5226 24.0037 17.4014 24.0996L17.3301 24.1719L17.3252 24.1758L14.3467 27.7979H27.2734C28.1108 27.7976 28.8006 27.1084 28.8008 26.2441V24.1445L25.3096 21.3174ZM12.8975 12.373C12.0601 12.3732 11.3705 13.0616 11.3701 13.9258V26.2441C11.3703 27.0024 11.9018 27.6238 12.5977 27.7646L16.2812 23.291L16.2861 23.2842L16.2939 23.2773L16.3926 23.168L16.3994 23.1602L16.4062 23.1533L16.5254 23.0469L16.5283 23.0439L16.6514 22.9512C17.2858 22.5152 18.1512 22.527 18.7793 23.0352L20.2139 24.1963L20.29 24.2461L20.3203 24.2598L20.3867 24.2822C20.5364 24.3159 20.7001 24.2646 20.8047 24.1328L23.6426 20.54L23.6484 20.5332L23.6514 20.5283L23.7617 20.4033L23.7656 20.3975L23.7715 20.3906C24.4074 19.7373 25.4457 19.6636 26.1699 20.25L28.8008 22.3789V13.9258C28.8005 13.1156 28.1945 12.4597 27.4287 12.3809L27.2734 12.373H12.8975Z" fill="white"/>
|
|
5
|
+
<defs>
|
|
6
|
+
<linearGradient id="paint0_linear_28390_100771" x1="4" y1="6" x2="27.5" y2="30" gradientUnits="userSpaceOnUse">
|
|
7
|
+
<stop stop-color="#8599E8"/>
|
|
8
|
+
<stop offset="1" stop-color="#687DD3"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 0.5C10.5899 0.5 13.5 3.41015 13.5 7C13.5 10.5899 10.5899 13.5 7 13.5C3.41015 13.5 0.5 10.5899 0.5 7C0.5 3.41015 3.41015 0.5 7 0.5Z" fill="var(--color-icon-secondary-solid)" stroke="currentColor" stroke-linecap="round"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.99255 4.11628C6.53017 4.11628 6.15534 4.49111 6.15534 4.95349C6.15534 5.26174 5.90545 5.51163 5.5972 5.51163C5.28895 5.51163 5.03906 5.26174 5.03906 4.95349C5.03906 3.87461 5.91367 3 6.99255 3C8.07143 3 8.94604 3.87461 8.94604 4.95349C8.94604 5.48248 8.73504 5.96333 8.39382 6.31458C8.32516 6.38526 8.25967 6.4507 8.19718 6.51312C8.03656 6.67361 7.89585 6.8142 7.77239 6.97283C7.60939 7.18227 7.55069 7.33619 7.55069 7.46512V8.02325C7.55069 8.33151 7.3008 8.58139 6.99255 8.58139C6.6843 8.58139 6.43441 8.33151 6.43441 8.02325V7.46512C6.43441 6.97753 6.66139 6.58284 6.89147 6.28722C7.0617 6.0685 7.27567 5.85495 7.44932 5.68165C7.5017 5.62937 7.55041 5.58075 7.59315 5.53676C7.74015 5.38544 7.82976 5.1805 7.82976 4.95349C7.82976 4.49111 7.45493 4.11628 6.99255 4.11628ZM6.99255 11C7.40355 11 7.73674 10.6668 7.73674 10.2558C7.73674 9.84481 7.40355 9.51163 6.99255 9.51163C6.58155 9.51163 6.24837 9.84481 6.24837 10.2558C6.24837 10.6668 6.58155 11 6.99255 11Z" fill="var(--color-icon-contrast)" stroke="var(--color-icon-contrast)" stroke-width="0.3"/>
|
|
4
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.40509 4.45536C5.14283 4.1931 4.71762 4.1931 4.45536 4.45536C4.1931 4.71762 4.1931 5.14283 4.45536 5.40509L9.05029 10L4.45536 14.5949C4.1931 14.8572 4.1931 15.2824 4.45536 15.5446C4.71762 15.8069 5.14283 15.8069 5.40509 15.5446L10 10.9497L14.5949 15.5446C14.8572 15.8069 15.2824 15.8069 15.5447 15.5446C15.8069 15.2824 15.8069 14.8572 15.5447 14.5949L10.9497 10L15.5447 5.40508C15.8069 5.14283 15.8069 4.71762 15.5447 4.45536C15.2824 4.1931 14.8572 4.1931 14.5949 4.45536L10 9.05028L5.40509 4.45536Z" fill="currentColor" fill-opacity="1"/>
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.1254 10.0004C18.1254 14.4881 14.4881 18.1254 10.0004 18.1254C5.51272 18.1254 1.87539 14.4881 1.87539 10.0004C1.87539 5.51275 5.51272 1.87543 10.0004 1.87543C14.4881 1.87543 18.1254 5.51275 18.1254 10.0004Z" fill="currentColor"/>
|
|
3
|
+
<path d="M10.75 13.6456C10.75 14.0598 10.4142 14.3956 10 14.3956C9.58579 14.3956 9.25 14.0598 9.25 13.6456C9.25 13.2314 9.58579 12.8956 10 12.8956C10.4142 12.8956 10.75 13.2314 10.75 13.6456Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0008 11.021C9.65564 11.021 9.37581 10.7412 9.37581 10.396L9.37581 6.22937C9.37581 5.88419 9.65564 5.60437 10.0008 5.60437C10.346 5.60437 10.6258 5.88419 10.6258 6.22937L10.6258 10.396C10.6258 10.7412 10.346 11.021 10.0008 11.021Z" fill="white"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.32096 3.14409C9.75247 2.95197 10.2459 2.95197 10.6774 3.14409C11.1721 3.36441 11.5514 4.02101 12.3092 5.33354L16.3503 12.3335C17.1081 13.6461 17.4869 14.3028 17.4303 14.8414C17.3809 15.3109 17.1345 15.7376 16.7526 16.0152C16.3147 16.3334 15.5571 16.3335 14.0426 16.3335H5.9567C4.44224 16.3335 3.68473 16.3332 3.24674 16.0152C2.86468 15.7376 2.61747 15.311 2.56803 14.8414C2.51143 14.3028 2.89038 13.646 3.64811 12.3335L7.6901 5.33257C8.44726 4.02114 8.82652 3.36432 9.32096 3.14409ZM9.95768 12.2085C9.61261 12.2085 9.33286 12.4885 9.33268 12.8335V12.9175C9.33285 13.0833 9.39895 13.2428 9.51627 13.3599C9.63364 13.4768 9.79301 13.5428 9.95866 13.5425H10.0426C10.387 13.5417 10.6662 13.2618 10.6667 12.9175V12.8335C10.6665 12.4887 10.3865 12.2088 10.0417 12.2085H9.95768ZM9.99967 6.37554C9.65449 6.37554 9.3737 6.65536 9.3737 7.00054V10.3335C9.37396 10.6785 9.65466 10.9585 9.99967 10.9585C10.3444 10.9581 10.6244 10.6783 10.6247 10.3335V7.00054C10.6247 6.6556 10.3445 6.37593 9.99967 6.37554Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.8754 10.0004C1.8754 5.51269 5.51272 1.87537 10.0004 1.87537C14.4881 1.87537 18.1254 5.51269 18.1254 10.0004C18.1254 14.488 14.4881 18.1254 10.0004 18.1254C5.51272 18.1254 1.8754 14.488 1.8754 10.0004Z" fill="currentColor" fill-opacity="1"/>
|
|
3
|
+
<path d="M9.25 6.75C9.25 6.33579 9.58579 6 10 6C10.4142 6 10.75 6.33579 10.75 6.75C10.75 7.16421 10.4142 7.5 10 7.5C9.58579 7.5 9.25 7.16421 9.25 6.75Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.99919 9.37459C10.3444 9.37459 10.6242 9.65441 10.6242 9.99959V14.1663C10.6242 14.5114 10.3444 14.7913 9.99919 14.7913C9.65401 14.7913 9.37419 14.5114 9.37419 14.1663V9.99959C9.37419 9.65441 9.65401 9.37459 9.99919 9.37459Z" fill="white"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.875 10C1.875 5.51232 5.51232 1.875 10 1.875C14.4877 1.875 18.125 5.51232 18.125 10C18.125 14.4877 14.4877 18.125 10 18.125C5.51232 18.125 1.875 14.4877 1.875 10Z" fill="currentColor"/>
|
|
3
|
+
<path d="M8.55638 12.6919L6.19259 10.4446C5.9679 10.231 5.93981 9.90239 6.10833 9.66002C6.13241 9.62539 6.16049 9.59253 6.19259 9.56201C6.44938 9.31788 6.8642 9.31788 7.12099 9.56201L9.02387 11.3648L12.879 7.0581C13.1358 6.81397 13.5506 6.81397 13.8074 7.0581C14.0642 7.30223 14.0642 7.6966 13.8074 7.94073L9.48477 12.6919C9.29712 12.875 9.01317 12.9208 8.77459 12.8292C8.7609 12.824 8.74736 12.8183 8.73399 12.8121C8.67457 12.7847 8.61864 12.7484 8.56853 12.7032L8.55638 12.6919Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="M1.
|
|
3
|
-
<path d="M20.
|
|
4
|
-
<path d="M14.
|
|
1
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.3999 5.60003C1.3999 3.28043 3.28031 1.40002 5.5999 1.40002H20.2999L26.5999 7.70002V22.4C26.5999 24.7196 24.7195 26.6 22.3999 26.6H5.5999C3.28031 26.6 1.3999 24.7196 1.3999 22.4V5.60003Z" fill="url(#paint0_linear_10697_53751)"/>
|
|
3
|
+
<path d="M20.3013 1.39954L26.6015 7.6998H23.4514C21.7116 7.6998 20.3013 6.28942 20.3013 4.54963V1.39954Z" fill="#992112"/>
|
|
4
|
+
<path d="M14.1032 8.40002C14.4619 8.40004 14.7889 8.48591 15.0529 8.68528C15.3178 8.88537 15.4668 9.16037 15.5423 9.44032C15.6851 9.97073 15.5878 10.6067 15.4483 11.1478C15.3035 11.7094 15.087 12.2621 14.9109 12.668C14.8426 12.8255 14.779 12.9626 14.7271 13.0722L16.5576 15.7233C16.6766 15.7058 16.8224 15.6858 16.9868 15.6672C17.4312 15.6171 18.0284 15.5729 18.6044 15.6077C19.1532 15.641 19.7973 15.7509 20.2395 16.0985C20.4786 16.2865 20.6632 16.5482 20.7262 16.8873C20.787 17.2152 20.7241 17.5611 20.5775 17.9121C20.4302 18.2646 20.2276 18.552 19.9563 18.7442C19.6781 18.9412 19.368 19.0099 19.0654 18.9916C18.4987 18.9572 17.9502 18.6189 17.5221 18.2825C17.0754 17.9313 16.6702 17.5089 16.3818 17.1821C16.2797 17.0663 16.1908 16.9607 16.1182 16.8725L11.402 18.048C11.3565 18.1568 11.2972 18.2952 11.2249 18.4515C11.0507 18.8286 10.7981 19.3257 10.4929 19.7737C10.2012 20.2018 9.80608 20.6698 9.32212 20.8822C9.06273 20.996 8.76264 21.0424 8.44946 20.9532C8.14251 20.8657 7.88143 20.6647 7.66197 20.3935C7.43655 20.1149 7.28927 19.8149 7.25775 19.4958C7.22546 19.1689 7.32038 18.8778 7.48013 18.6367C7.77812 18.1872 8.31671 17.8871 8.79419 17.685C9.29378 17.4735 9.83251 17.3265 10.2374 17.2334C10.4291 17.1893 10.5945 17.156 10.7166 17.1334L13.5205 13.0817C13.4645 12.973 13.3962 12.8381 13.3231 12.6836C13.131 12.2776 12.8941 11.7243 12.733 11.1613C12.5782 10.6203 12.4652 9.97695 12.6133 9.43762C12.6921 9.15089 12.8499 8.8755 13.1257 8.67784C13.3977 8.48307 13.7335 8.40002 14.1032 8.40002ZM10.1306 18.3298C9.82984 18.41 9.50101 18.513 9.19909 18.6408C8.75601 18.8283 8.46471 19.0305 8.34536 19.2106C8.29657 19.2843 8.286 19.3402 8.29128 19.3938C8.29737 19.4552 8.33064 19.5695 8.46906 19.7405C8.59682 19.8984 8.68953 19.9421 8.73403 19.9548C8.77221 19.9657 8.82253 19.968 8.90505 19.9318C9.10507 19.844 9.3613 19.5898 9.63441 19.189C9.82124 18.9147 9.98985 18.6101 10.1306 18.3298ZM18.5415 16.6447C18.1341 16.62 17.6996 16.6416 17.3254 16.6764C17.5679 16.9386 17.8593 17.2268 18.1636 17.466C18.5592 17.7768 18.8947 17.9405 19.1282 17.9547C19.2256 17.9606 19.295 17.9402 19.3567 17.8965C19.4253 17.8479 19.5236 17.7418 19.6196 17.5119C19.7163 17.2805 19.7182 17.1451 19.7055 17.0766C19.6948 17.0193 19.6676 16.9691 19.598 16.9144C19.4225 16.7764 19.0597 16.676 18.5415 16.6447ZM12.2294 16.7717L15.4632 15.966L14.1268 14.0301L12.2294 16.7717ZM14.1032 9.43829C13.8846 9.43829 13.7794 9.48663 13.7307 9.52144C13.6862 9.55333 13.6437 9.60601 13.6144 9.71273C13.5464 9.96056 13.5859 10.3669 13.7314 10.8754C13.8317 11.2261 13.9694 11.582 14.1059 11.8961C14.2289 11.5853 14.3532 11.2351 14.4425 10.8889C14.5736 10.3805 14.609 9.96669 14.5398 9.71003C14.5092 9.59661 14.466 9.54349 14.4269 9.514C14.3869 9.4838 14.2979 9.43831 14.1032 9.43829Z" fill="white"/>
|
|
5
5
|
<defs>
|
|
6
|
-
<linearGradient id="paint0_linear_10697_53751" x1="1.
|
|
6
|
+
<linearGradient id="paint0_linear_10697_53751" x1="1.3999" y1="1.40002" x2="26.5999" y2="26.6" gradientUnits="userSpaceOnUse">
|
|
7
7
|
<stop stop-color="#F96657"/>
|
|
8
8
|
<stop offset="1" stop-color="#F6270F"/>
|
|
9
9
|
</linearGradient>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#
|
|
3
|
-
<path d="M29.002 1.
|
|
2
|
+
<path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#paint0_linear_13986_73)"/>
|
|
3
|
+
<path d="M29.002 1.99927L38.0023 10.9997H33.5022C31.0168 10.9997 29.002 8.98482 29.002 6.49941V1.99927Z" fill="#992112"/>
|
|
4
4
|
<path d="M20.1475 12C20.6599 12 21.1271 12.1227 21.5042 12.4075C21.8827 12.6934 22.0956 13.0862 22.2034 13.4861C22.4074 14.2439 22.2685 15.1524 22.0692 15.9254C21.8622 16.7277 21.553 17.5172 21.3015 18.0971C21.2039 18.322 21.113 18.5179 21.0388 18.6746L23.6538 22.4619C23.8238 22.4368 24.0321 22.4082 24.267 22.3817C24.9019 22.3101 25.755 22.2469 26.5778 22.2967C27.3618 22.3442 28.282 22.5013 28.9137 22.9978C29.2552 23.2663 29.519 23.6403 29.609 24.1247C29.6958 24.5931 29.6059 25.0873 29.3965 25.5887C29.1861 26.0923 28.8967 26.5028 28.5091 26.7774C28.1116 27.0588 27.6688 27.157 27.2364 27.1308C26.4269 27.0817 25.6432 26.5984 25.0318 26.1178C24.3935 25.6162 23.8146 25.0127 23.4027 24.5458C23.2568 24.3804 23.1298 24.2296 23.0261 24.1035L16.2888 25.7828C16.2237 25.9383 16.1389 26.136 16.0358 26.3592C15.7869 26.8979 15.4259 27.6081 14.99 28.2481C14.5732 28.8597 14.0088 29.5283 13.3174 29.8317C12.9469 29.9943 12.5182 30.0606 12.0708 29.9331C11.6323 29.8081 11.2593 29.521 10.9458 29.1336C10.6238 28.7355 10.4134 28.3069 10.3683 27.8512C10.3222 27.3841 10.4578 26.9682 10.686 26.6238C11.1117 25.9816 11.8812 25.5529 12.5633 25.2642C13.277 24.9621 14.0466 24.7522 14.6249 24.6191C14.8989 24.5561 15.1351 24.5085 15.3096 24.4762L19.3151 18.6881C19.2352 18.5328 19.1376 18.3402 19.0331 18.1193C18.7588 17.5394 18.4203 16.749 18.1901 15.9447C17.969 15.1719 17.8076 14.2528 18.0192 13.4823C18.1317 13.0727 18.3572 12.6792 18.7512 12.3969C19.1396 12.1186 19.6194 12 20.1475 12ZM14.4724 26.1854C14.0428 26.3 13.573 26.4471 13.1417 26.6296C12.5087 26.8975 12.0926 27.1864 11.9221 27.4437C11.8524 27.549 11.8373 27.6289 11.8448 27.7054C11.8535 27.7931 11.9011 27.9563 12.0988 28.2007C12.2813 28.4263 12.4138 28.4887 12.4773 28.5069C12.5319 28.5224 12.6038 28.5257 12.7216 28.474C13.0074 28.3486 13.3734 27.9854 13.7636 27.4128C14.0305 27.021 14.2713 26.5859 14.4724 26.1854ZM26.488 23.7781C25.906 23.7428 25.2853 23.7736 24.7508 23.8234C25.0972 24.198 25.5134 24.6096 25.9482 24.9513C26.5132 25.3954 26.9925 25.6293 27.3262 25.6495C27.4653 25.6579 27.5645 25.6288 27.6526 25.5664C27.7505 25.4969 27.891 25.3453 28.0282 25.017C28.1663 24.6863 28.169 24.493 28.1508 24.3951C28.1356 24.3132 28.0968 24.2416 27.9973 24.1634C27.7465 23.9663 27.2283 23.8229 26.488 23.7781ZM17.4707 23.9596L22.0904 22.8085L20.1813 20.0429L17.4707 23.9596ZM20.1475 13.4832C19.8353 13.4832 19.685 13.5523 19.6154 13.602C19.5518 13.6476 19.4912 13.7228 19.4493 13.8753C19.3522 14.2293 19.4085 14.8098 19.6164 15.5362C19.7598 16.0373 19.9564 16.5457 20.1514 16.9944C20.3271 16.5504 20.5047 16.0501 20.6323 15.5555C20.8196 14.8293 20.8701 14.2381 20.7713 13.8714C20.7276 13.7094 20.6658 13.6335 20.6101 13.5914C20.5529 13.5482 20.4257 13.4833 20.1475 13.4832Z" fill="white"/>
|
|
5
5
|
<defs>
|
|
6
|
-
<linearGradient id="
|
|
6
|
+
<linearGradient id="paint0_linear_13986_73" x1="2" y1="2" x2="38" y2="38" gradientUnits="userSpaceOnUse">
|
|
7
7
|
<stop stop-color="#F96657"/>
|
|
8
8
|
<stop offset="1" stop-color="#F6270F"/>
|
|
9
9
|
</linearGradient>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="M1.
|
|
3
|
-
<path d="M9.
|
|
4
|
-
<path d="M20.
|
|
1
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.3999 5.60003C1.3999 3.28043 3.28031 1.40002 5.5999 1.40002H20.2999L26.5999 7.70002V22.4C26.5999 24.7196 24.7195 26.6 22.3999 26.6H5.5999C3.28031 26.6 1.3999 24.7196 1.3999 22.4V5.60003Z" fill="url(#paint0_linear_10697_53763)"/>
|
|
3
|
+
<path d="M9.30361 20.1982C9.30348 20.6409 8.94452 21 8.50176 21C8.059 21 7.70004 20.6409 7.6999 20.1982L7.6999 15.9237C7.70008 15.481 8.05903 15.1225 8.50176 15.1225C8.94449 15.1225 9.30343 15.481 9.30361 15.9237L9.30361 20.1982ZM14.8004 20.1982C14.8004 20.641 14.4414 21 13.9985 21C13.5557 21 13.1967 20.641 13.1967 20.1982L13.1967 9.20188C13.1967 8.75904 13.5557 8.40003 13.9985 8.40002C14.4414 8.40002 14.8004 8.75903 14.8004 9.20188L14.8004 20.1982ZM20.6055 20.1982C20.6054 20.6409 20.2464 21 19.8036 21C19.3608 21 19.0019 20.6409 19.0018 20.1982L19.0018 11.7845C19.0018 11.3417 19.3608 10.9826 19.8036 10.9826C20.2465 10.9826 20.6055 11.3417 20.6055 11.7845L20.6055 20.1982Z" fill="white"/>
|
|
4
|
+
<path d="M20.2998 1.40002L26.5998 7.70003H23.4498C21.7101 7.70003 20.2998 6.28971 20.2998 4.54999V1.40002Z" fill="#BE4300"/>
|
|
5
5
|
<defs>
|
|
6
|
-
<linearGradient id="paint0_linear_10697_53763" x1="1.
|
|
6
|
+
<linearGradient id="paint0_linear_10697_53763" x1="1.3999" y1="1.40002" x2="26.5999" y2="26.6" gradientUnits="userSpaceOnUse">
|
|
7
7
|
<stop stop-color="#FF982A"/>
|
|
8
8
|
<stop offset="1" stop-color="#E67700"/>
|
|
9
9
|
</linearGradient>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#
|
|
2
|
+
<path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#paint0_linear_13986_129)"/>
|
|
3
3
|
<path d="M13.291 28.8545C13.2908 29.487 12.778 30 12.1455 30C11.513 30 11.0002 29.487 11 28.8545L11 22.748C11.0003 22.1156 11.513 21.6035 12.1455 21.6035C12.778 21.6035 13.2908 22.1156 13.291 22.748L13.291 28.8545ZM21.1436 28.8545C21.1436 29.4871 20.6307 30 19.998 30C19.3654 30 18.8525 29.4871 18.8525 28.8545L18.8525 13.1455C18.8525 12.5129 19.3654 12 19.998 12C20.6307 12 21.1436 12.5129 21.1436 13.1455L21.1436 28.8545ZM29.4365 28.8545C29.4364 29.487 28.9235 30 28.291 30C27.6585 30 27.1457 29.487 27.1455 28.8545L27.1455 16.835C27.1455 16.2023 27.6584 15.6895 28.291 15.6895C28.9236 15.6895 29.4365 16.2023 29.4365 16.835L29.4365 28.8545Z" fill="white"/>
|
|
4
4
|
<path d="M29 2L38 11H33.5001C31.0147 11 29 8.98526 29 6.49995V2Z" fill="#BE4300"/>
|
|
5
5
|
<defs>
|
|
6
|
-
<linearGradient id="
|
|
6
|
+
<linearGradient id="paint0_linear_13986_129" x1="2" y1="2" x2="38" y2="38" gradientUnits="userSpaceOnUse">
|
|
7
7
|
<stop stop-color="#FF982A"/>
|
|
8
8
|
<stop offset="1" stop-color="#E67700"/>
|
|
9
9
|
</linearGradient>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.1663 8.96328C16.5178 8.61181 17.0883 8.61181 17.4398 8.96328C17.791 9.31463 17.7908 9.88427 17.4398 10.2357L16.1663 8.96328ZM6.56672 10.2357C6.21544 9.88426 6.21531 9.31469 6.56672 8.96328C6.91813 8.61198 7.48773 8.61204 7.83918 8.96328L6.56672 10.2357ZM12.5706 15.098C12.2172 15.3861 11.6959 15.3658 11.3665 15.0365L6.56672 10.2357L7.20344 9.6L7.83918 8.96328L12.0032 13.1273L16.1663 8.96328L17.4398 10.2357L12.639 15.0365L12.5706 15.098Z" fill="currentColor" fill-opacity="1"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.83901 15.0372C7.48758 15.3884 6.91794 15.3884 6.56655 15.0372C6.21508 14.6858 6.21508 14.1153 6.56655 13.7638L11.3664 8.96401C11.5351 8.79522 11.7644 8.70034 12.0031 8.70034C12.2416 8.70039 12.4701 8.79545 12.6388 8.96401L17.4396 13.7638L17.5011 13.8322C17.7896 14.1857 17.7691 14.7077 17.4396 15.0372C17.11 15.3668 16.588 15.3872 16.2345 15.0988L16.1662 15.0372L12.0031 10.8732L7.83901 15.0372Z" fill="currentColor" fill-opacity="1"/>
|
|
3
|
+
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="M1.
|
|
3
|
-
<path d="M20.
|
|
4
|
-
<path d="M8.
|
|
1
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.3999 5.60003C1.3999 3.28043 3.28031 1.40002 5.5999 1.40002H20.2999L26.5999 7.70002V22.4C26.5999 24.7196 24.7195 26.6 22.3999 26.6H5.5999C3.28031 26.6 1.3999 24.7196 1.3999 22.4V5.60003Z" fill="url(#paint0_linear_10697_53767)"/>
|
|
3
|
+
<path d="M20.3013 1.39954L26.6015 7.6998H23.4514C21.7116 7.6998 20.3013 6.28942 20.3013 4.54963V1.39954Z" fill="#007062"/>
|
|
4
|
+
<path d="M8.35195 11.5807C7.9919 11.5805 7.6998 11.288 7.6998 10.9279C7.69998 10.5679 7.992 10.2759 8.35195 10.2757H18.502C18.862 10.2758 19.1539 10.5678 19.1541 10.9279C19.1541 11.2881 18.8621 11.5807 18.502 11.5807H8.35195ZM8.35264 16.0514C7.99244 16.0514 7.70049 15.7595 7.70049 15.3993C7.70059 15.0392 7.9925 14.7471 8.35264 14.7471H19.6477C20.0078 14.7471 20.2997 15.0392 20.2998 15.3993C20.2998 15.7594 20.0078 16.0514 19.6477 16.0514H8.35264ZM8.35195 20.5242C7.99181 20.5241 7.69983 20.2322 7.6998 19.872C7.6998 19.5119 7.99179 19.2199 8.35195 19.2199H14.1105C14.4707 19.2199 14.7627 19.5118 14.7627 19.872C14.7627 20.2322 14.4707 20.5241 14.1105 20.5242H8.35195Z" fill="white"/>
|
|
5
5
|
<defs>
|
|
6
|
-
<linearGradient id="paint0_linear_10697_53767" x1="1.
|
|
6
|
+
<linearGradient id="paint0_linear_10697_53767" x1="1.3999" y1="1.40002" x2="26.5999" y2="26.6" gradientUnits="userSpaceOnUse">
|
|
7
7
|
<stop stop-color="#69B9B1"/>
|
|
8
8
|
<stop offset="1" stop-color="#489A92"/>
|
|
9
9
|
</linearGradient>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#
|
|
3
|
-
<path d="M29.002 1.
|
|
2
|
+
<path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#paint0_linear_14060_91)"/>
|
|
3
|
+
<path d="M29.002 1.99927L38.0023 10.9997H33.5022C31.0168 10.9997 29.002 8.98482 29.002 6.49941V1.99927Z" fill="#007062"/>
|
|
4
4
|
<path d="M11.9316 16.5439C11.4173 16.5437 11 16.1257 11 15.6113C11.0002 15.0971 11.4174 14.6799 11.9316 14.6797H26.4316C26.946 14.6797 27.363 15.097 27.3633 15.6113C27.3633 16.1259 26.9462 16.5439 26.4316 16.5439H11.9316ZM11.9326 22.9307C11.418 22.9307 11.001 22.5136 11.001 21.999C11.0011 21.4846 11.4181 21.0674 11.9326 21.0674H28.0684C28.5828 21.0674 28.9999 21.4846 29 21.999C29 22.5136 28.5829 22.9306 28.0684 22.9307H11.9326ZM11.9316 29.3203C11.4171 29.3203 11 28.9032 11 28.3887C11 27.8741 11.4171 27.4571 11.9316 27.457H20.1582C20.6727 27.4571 21.0898 27.8741 21.0898 28.3887C21.0898 28.9032 20.6727 29.3203 20.1582 29.3203H11.9316Z" fill="white"/>
|
|
5
5
|
<defs>
|
|
6
|
-
<linearGradient id="
|
|
6
|
+
<linearGradient id="paint0_linear_14060_91" x1="2" y1="2" x2="38" y2="38" gradientUnits="userSpaceOnUse">
|
|
7
7
|
<stop stop-color="#69B9B1"/>
|
|
8
8
|
<stop offset="1" stop-color="#489A92"/>
|
|
9
9
|
</linearGradient>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="1.40039" y="1.3999" width="25.2" height="25.2" rx="4.2" fill="url(#paint0_linear_33087_7536)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7878 13.9398C13.2542 13.7309 13.7027 13.8497 13.9643 13.948C14.2361 14.0504 14.5496 14.2263 14.8427 14.3876L15.0498 14.5011C15.2146 14.5917 15.3872 14.6855 15.5475 14.7813L15.7026 14.8777L15.8872 15.0056L15.8899 15.0083L15.9815 15.0814L15.9822 15.0821C16.2097 15.2747 16.4901 15.5992 16.4901 16.0836L16.4867 16.1725C16.4548 16.6077 16.1953 16.9039 15.9822 17.0844L15.9815 17.0851L15.8906 17.1582L15.8886 17.1596C15.6595 17.3328 15.3427 17.5036 15.0498 17.6647L14.8427 17.7789C14.5497 17.9401 14.236 18.1155 13.9643 18.2178C13.684 18.3232 13.1901 18.4515 12.6887 18.1761C12.187 17.9 12.0557 17.4273 12.0112 17.1425C11.9682 16.8665 11.9702 16.5187 11.9702 16.1964V15.9694C11.9702 15.6474 11.9684 15.3005 12.0112 15.0247C12.0554 14.7416 12.1843 14.2701 12.6798 13.9932L12.6907 13.9884L12.7823 13.9426L12.7857 13.9405L12.7851 13.9398H12.7878ZM13.6204 14.7807C13.4524 14.7175 13.3191 14.7011 13.2055 14.7431L13.2034 14.7437L13.1528 14.7663L13.1501 14.7684C13.0274 14.8386 12.9674 14.9651 12.9375 15.1566C12.9072 15.3508 12.9074 15.617 12.9074 15.9694V16.1964C12.9074 16.5487 12.9073 16.8149 12.9375 17.0092C12.9628 17.1716 13.0107 17.2858 13.0981 17.3592L13.1002 17.3605L13.1398 17.3893L13.1412 17.3906L13.146 17.3934L13.1508 17.3975L13.1556 17.4002L13.1569 17.4009L13.2021 17.4221L13.2075 17.4241L13.2472 17.4357L13.2492 17.4364C13.3538 17.4604 13.4738 17.44 13.6211 17.3845C13.813 17.3122 14.0548 17.1785 14.3751 17.0023L14.5829 16.8889L14.8762 16.7275L14.8769 16.7269L15.0156 16.6455C15.1175 16.5857 15.2043 16.532 15.2754 16.4808C15.4348 16.3659 15.5272 16.2597 15.5481 16.1369L15.5488 16.1362L15.5495 16.1321V16.1287L15.5522 16.085V16.0788L15.5447 16.0118L15.5434 16.005L15.5276 15.9571L15.5263 15.9544L15.4812 15.8758C15.4625 15.8501 15.44 15.8246 15.4142 15.7992C15.3683 15.7544 15.3109 15.7095 15.2426 15.6625L15.004 15.5135L15.0006 15.5114L14.9999 15.5107L14.5829 15.277L14.574 15.2715L14.3895 15.1703L13.9485 14.9324L13.9479 14.9317L13.7735 14.8456C13.7191 14.8203 13.6674 14.7983 13.6204 14.7807Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.1158 7.73486L19.2218 7.7376C20.3103 7.79321 21.1329 8.69987 21.1331 9.75625V18.4119L21.1229 18.6143C21.0223 19.615 20.1852 20.4332 19.1158 20.4333H9.05195C7.91129 20.4332 7.03487 19.5023 7.03467 18.4119V9.75625C7.03487 8.66585 7.91129 7.73495 9.05195 7.73486H19.1158ZM7.97188 12.5959V18.4119C7.97208 19.0606 8.48259 19.5377 9.05195 19.5378H19.1158C19.6852 19.5377 20.1957 19.0606 20.1959 18.4119V12.5959H7.97188ZM9.05195 8.63037C8.48259 8.63047 7.97208 9.10758 7.97188 9.75625V11.8843H10.802L10.8115 11.8645L12.3175 8.68027L12.3414 8.63037H9.05195ZM13.3695 8.63037L13.36 8.6502L11.8547 11.8344L11.8308 11.8843H14.9199L14.9295 11.8645L16.4361 8.68027L16.4601 8.63037H13.3695ZM17.4882 8.63037L17.4786 8.6502L15.974 11.8344L15.9501 11.8843H20.1959V9.75625L20.1904 9.63662C20.1321 9.04972 19.6496 8.63046 19.1158 8.63037H17.4882Z" fill="white"/>
|
|
5
|
+
<defs>
|
|
6
|
+
<linearGradient id="paint0_linear_33087_7536" x1="4.20039" y1="2.7999" x2="24.1504" y2="26.5999" gradientUnits="userSpaceOnUse">
|
|
7
|
+
<stop stop-color="#A55FAD"/>
|
|
8
|
+
<stop offset="1" stop-color="#92489A"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="2" y="2" width="36" height="36" rx="6" fill="url(#paint0_linear_28390_100761)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.2686 19.9141C18.9349 19.6156 19.5755 19.7852 19.9492 19.9258C20.3376 20.072 20.7854 20.3234 21.2041 20.5537L21.5 20.7158C21.7354 20.8453 21.9821 20.9793 22.2109 21.1162L22.4326 21.2539L22.6963 21.4365L22.7002 21.4404L22.8311 21.5449L22.832 21.5459C23.1569 21.821 23.5576 22.2846 23.5576 22.9766L23.5527 23.1035C23.5072 23.7252 23.1365 24.1484 22.832 24.4062L22.8311 24.4072L22.7012 24.5117L22.6982 24.5137C22.371 24.7612 21.9185 25.0051 21.5 25.2354L21.2041 25.3984C20.7856 25.6287 20.3375 25.8792 19.9492 26.0254C19.5489 26.176 18.8433 26.3593 18.127 25.9658C17.4102 25.5715 17.2228 24.8962 17.1592 24.4893C17.0978 24.095 17.1006 23.5982 17.1006 23.1377V22.8135C17.1006 22.3534 17.098 21.8579 17.1592 21.4639C17.2222 21.0594 17.4064 20.3859 18.1143 19.9902L18.1299 19.9834L18.2607 19.918L18.2656 19.915L18.2646 19.9141H18.2686ZM19.458 21.1152C19.2179 21.025 19.0276 21.0015 18.8652 21.0615L18.8623 21.0625L18.79 21.0947L18.7861 21.0977C18.6108 21.198 18.5252 21.3788 18.4824 21.6523C18.4391 21.9297 18.4395 22.31 18.4395 22.8135V23.1377C18.4395 23.6409 18.4393 24.0213 18.4824 24.2988C18.5186 24.5308 18.587 24.6939 18.7119 24.7988L18.7148 24.8008L18.7715 24.8418L18.7734 24.8438L18.7803 24.8477L18.7871 24.8535L18.7939 24.8574L18.7959 24.8584L18.8604 24.8887L18.8682 24.8916L18.9248 24.9082L18.9277 24.9092C19.0771 24.9434 19.2485 24.9142 19.459 24.835C19.7332 24.7317 20.0786 24.5408 20.5361 24.2891L20.833 24.127L21.252 23.8965L21.2529 23.8955L21.4512 23.7793C21.5968 23.6938 21.7206 23.6171 21.8223 23.5439C22.0501 23.3799 22.1821 23.2282 22.2119 23.0527L22.2129 23.0518L22.2139 23.0459V23.041L22.2178 22.9785V22.9697L22.207 22.874L22.2051 22.8643L22.1826 22.7959L22.1807 22.792L22.1162 22.6797C22.0895 22.6431 22.0575 22.6066 22.0205 22.5703C21.9551 22.5062 21.873 22.4421 21.7754 22.375L21.4346 22.1621L21.4297 22.1592L21.4287 22.1582L20.833 21.8242L20.8203 21.8164L20.5566 21.6719L19.9268 21.332L19.9258 21.3311L19.6768 21.208C19.599 21.1719 19.5251 21.1405 19.458 21.1152Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.3086 11.0498L27.46 11.0537C29.015 11.1332 30.1902 12.4284 30.1904 13.9375V26.3027L30.1758 26.5918C30.0321 28.0214 28.8363 29.1903 27.3086 29.1904H12.9316C11.3021 29.1903 10.0501 27.8604 10.0498 26.3027V13.9375C10.0501 12.3798 11.3021 11.0499 12.9316 11.0498H27.3086ZM11.3887 17.9941V26.3027C11.389 27.2294 12.1183 27.911 12.9316 27.9111H27.3086C28.122 27.911 28.8513 27.2294 28.8516 26.3027V17.9941H11.3887ZM12.9316 12.3291C12.1183 12.3292 11.389 13.0108 11.3887 13.9375V16.9775H15.4316L15.4453 16.9492L17.5967 12.4004L17.6309 12.3291H12.9316ZM19.0996 12.3291L19.0859 12.3574L16.9355 16.9062L16.9014 16.9775H21.3145L21.3281 16.9492L23.4805 12.4004L23.5146 12.3291H19.0996ZM24.9834 12.3291L24.9697 12.3574L22.8203 16.9062L22.7861 16.9775H28.8516V13.9375L28.8438 13.7666C28.7604 12.9282 28.0711 12.3292 27.3086 12.3291H24.9834Z" fill="white"/>
|
|
5
|
+
<defs>
|
|
6
|
+
<linearGradient id="paint0_linear_28390_100761" x1="6" y1="4" x2="34.5" y2="38" gradientUnits="userSpaceOnUse">
|
|
7
|
+
<stop stop-color="#A55FAD"/>
|
|
8
|
+
<stop offset="1" stop-color="#92489A"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="M1.
|
|
3
|
-
<path d="M20.
|
|
4
|
-
<path d="
|
|
1
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.3999 5.60003C1.3999 3.28043 3.28031 1.40002 5.5999 1.40002H20.2999L26.5999 7.70002V22.4C26.5999 24.7196 24.7195 26.6 22.3999 26.6H5.5999C3.28031 26.6 1.3999 24.7196 1.3999 22.4V5.60003Z" fill="url(#paint0_linear_10697_53759)"/>
|
|
3
|
+
<path d="M20.2998 1.40002L26.5998 7.70002H23.4498C21.7101 7.70002 20.2998 6.2897 20.2998 4.54999V1.40002Z" fill="#00660A"/>
|
|
4
|
+
<path d="M17.8771 8.40002C19.2153 8.40002 20.3002 9.48487 20.3002 10.8231V18.5769C20.3002 19.9152 19.2153 21 17.8771 21H10.1233C8.78504 21 7.7002 19.9152 7.7002 18.5769V10.8231C7.7002 9.48487 8.78504 8.40002 10.1233 8.40002H17.8771ZM8.66943 18.5769C8.66943 19.3799 9.32034 20.0308 10.1233 20.0308H11.5393V17.1231H8.66943V18.5769ZM12.5085 20.0308H15.4162V17.1231H12.5085V20.0308ZM16.3854 20.0308H17.8771C18.6801 20.0308 19.331 19.3799 19.331 18.5769V17.1231H16.3854V20.0308ZM8.66943 16.1539H11.5393V13.2462H8.66943V16.1539ZM16.3854 16.1539H19.331V13.2462H16.3854V16.1539ZM12.5085 16.1539H15.4162V13.2462H12.5085V16.1539ZM10.1233 9.36926C9.32034 9.36926 8.66943 10.0202 8.66943 10.8231V12.2769H11.5393V9.36926H10.1233ZM14.0128 9.36799C14.0086 9.3681 14.0044 9.36926 14.0002 9.36926H12.5085V12.2769H15.4162V9.36799H14.0128ZM16.3949 9.40081V12.2769L19.331 12.2454V10.8231C19.331 10.0202 18.6801 9.36926 17.8771 9.36926L16.3949 9.40081Z" fill="white"/>
|
|
5
5
|
<defs>
|
|
6
|
-
<linearGradient id="paint0_linear_10697_53759" x1="1.
|
|
6
|
+
<linearGradient id="paint0_linear_10697_53759" x1="1.3999" y1="1.40002" x2="26.5999" y2="26.6" gradientUnits="userSpaceOnUse">
|
|
7
7
|
<stop stop-color="#5CBB6C"/>
|
|
8
8
|
<stop offset="1" stop-color="#409A4F"/>
|
|
9
9
|
</linearGradient>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#
|
|
2
|
+
<path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#paint0_linear_13986_117)"/>
|
|
3
3
|
<path d="M29 2L38 11H33.5001C31.0147 11 29 8.98526 29 6.49995V2Z" fill="#00660A"/>
|
|
4
4
|
<path d="M25.5385 12C27.4502 12 29 13.5498 29 15.4615V26.5385C29 28.4502 27.4502 30 25.5385 30H14.4615C12.5498 30 11 28.4502 11 26.5385V15.4615C11 13.5498 12.5498 12 14.4615 12H25.5385ZM12.3846 26.5385C12.3846 27.6855 13.3145 28.6154 14.4615 28.6154H16.4844V24.4615H12.3846V26.5385ZM17.869 28.6154H22.0228V24.4615H17.869V28.6154ZM23.4075 28.6154H25.5385C26.6855 28.6154 27.6154 27.6855 27.6154 26.5385V24.4615H23.4075V28.6154ZM12.3846 23.0769H16.4844V18.9231H12.3846V23.0769ZM23.4075 23.0769H27.6154V18.9231H23.4075V23.0769ZM17.869 23.0769H22.0228V18.9231H17.869V23.0769ZM14.4615 13.3846C13.3145 13.3846 12.3846 14.3145 12.3846 15.4615V17.5385H16.4844V13.3846H14.4615ZM20.018 13.3828C20.012 13.383 20.006 13.3846 20 13.3846H17.869V17.5385H22.0228V13.3828H20.018ZM23.421 13.4297V17.5385L27.6154 17.4934V15.4615C27.6154 14.3145 26.6855 13.3846 25.5385 13.3846L23.421 13.4297Z" fill="white"/>
|
|
5
5
|
<defs>
|
|
6
|
-
<linearGradient id="
|
|
6
|
+
<linearGradient id="paint0_linear_13986_117" x1="2" y1="2" x2="38" y2="38" gradientUnits="userSpaceOnUse">
|
|
7
7
|
<stop stop-color="#5CBB6C"/>
|
|
8
8
|
<stop offset="1" stop-color="#409A4F"/>
|
|
9
9
|
</linearGradient>
|
|
@@ -9,6 +9,7 @@ export { ReactComponent as SearchIcon } from './search.svg';
|
|
|
9
9
|
export { ReactComponent as FilterIcon } from './filter.svg';
|
|
10
10
|
export { ReactComponent as ForwardIcon } from './forward.svg';
|
|
11
11
|
export { ReactComponent as MoreIcon } from './more.svg';
|
|
12
|
+
export { ReactComponent as MoveIcon } from './move.svg';
|
|
12
13
|
export { ReactComponent as ReplyIcon } from './reply.svg';
|
|
13
14
|
export { ReactComponent as ReplyAllIcon } from './reply-all.svg';
|
|
14
15
|
export { ReactComponent as CheckIcon } from './check.svg';
|
|
@@ -22,3 +23,4 @@ export { ReactComponent as CloseStoriesIcon } from './close-stories.svg';
|
|
|
22
23
|
export { ReactComponent as EditEventIcon } from './edit-event.svg';
|
|
23
24
|
export { ReactComponent as DeleteEventIcon } from './delete-event.svg';
|
|
24
25
|
export { ReactComponent as PaperclipIcon } from './paperclip.svg';
|
|
26
|
+
export { ReactComponent as MessagesIcon } from './messages.svg';
|
|
@@ -9,6 +9,7 @@ export { ReactComponent as SearchIcon } from './search.svg';
|
|
|
9
9
|
export { ReactComponent as FilterIcon } from './filter.svg';
|
|
10
10
|
export { ReactComponent as ForwardIcon } from './forward.svg';
|
|
11
11
|
export { ReactComponent as MoreIcon } from './more.svg';
|
|
12
|
+
export { ReactComponent as MoveIcon } from './move.svg';
|
|
12
13
|
export { ReactComponent as ReplyIcon } from './reply.svg';
|
|
13
14
|
export { ReactComponent as ReplyAllIcon } from './reply-all.svg';
|
|
14
15
|
export { ReactComponent as CheckIcon } from './check.svg';
|
|
@@ -22,4 +23,5 @@ export { ReactComponent as CloseStoriesIcon } from './close-stories.svg';
|
|
|
22
23
|
export { ReactComponent as EditEventIcon } from './edit-event.svg';
|
|
23
24
|
export { ReactComponent as DeleteEventIcon } from './delete-event.svg';
|
|
24
25
|
export { ReactComponent as PaperclipIcon } from './paperclip.svg';
|
|
26
|
+
export { ReactComponent as MessagesIcon } from './messages.svg';
|
|
25
27
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/assets/storybook/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACnE,OAAO,EAAE,cAAc,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAChE,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAA;AACvE,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AAC7D,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACnE,OAAO,EAAE,cAAc,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA;AACjE,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AACvD,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,cAAc,CAAA;AAC3D,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,cAAc,CAAA;AAC3D,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AAC7D,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AACvD,OAAO,EAAE,cAAc,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AACzD,OAAO,EAAE,cAAc,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAChE,OAAO,EAAE,cAAc,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AACzD,OAAO,EAAE,cAAc,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC/D,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,cAAc,CAAA;AAC3D,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,mBAAmB,CAAA;AACpE,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACxE,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,mBAAmB,CAAA;AACpE,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AACvD,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACxE,OAAO,EAAE,cAAc,IAAI,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAClE,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACtE,OAAO,EAAE,cAAc,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/assets/storybook/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACnE,OAAO,EAAE,cAAc,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAChE,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAA;AACvE,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AAC7D,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACnE,OAAO,EAAE,cAAc,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA;AACjE,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AACvD,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,cAAc,CAAA;AAC3D,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,cAAc,CAAA;AAC3D,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AAC7D,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AACvD,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AACvD,OAAO,EAAE,cAAc,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AACzD,OAAO,EAAE,cAAc,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAChE,OAAO,EAAE,cAAc,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AACzD,OAAO,EAAE,cAAc,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC/D,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,cAAc,CAAA;AAC3D,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,mBAAmB,CAAA;AACpE,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACxE,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,mBAAmB,CAAA;AACpE,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AACvD,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACxE,OAAO,EAAE,cAAc,IAAI,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAClE,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACtE,OAAO,EAAE,cAAc,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA;AACjE,OAAO,EAAE,cAAc,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAA"}
|