@mindly/ui-components 3.21.9 → 3.22.0

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.
Files changed (28) hide show
  1. package/dist/cjs/867adbe49f37ac1e.svg +39 -0
  2. package/dist/cjs/index.js +14 -14
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/types/index.d.ts +6 -0
  5. package/dist/cjs/types/lib/Consultations/CancelSession/CancelSession.d.ts +13 -0
  6. package/dist/cjs/types/lib/Consultations/CancelSession/CancelSession.style.d.ts +2 -0
  7. package/dist/cjs/types/lib/Consultations/CancelSession/index.d.ts +1 -0
  8. package/dist/cjs/types/lib/Consultations/ReSchedule/ReSchedule.d.ts +11 -0
  9. package/dist/cjs/types/lib/Consultations/ReSchedule/ReSchedule.style.d.ts +1 -0
  10. package/dist/cjs/types/lib/Consultations/ReSchedule/index.d.ts +1 -0
  11. package/dist/cjs/types/lib/Consultations/ReScheduleSuccess/ReScheduleSuccess.d.ts +11 -0
  12. package/dist/cjs/types/lib/Consultations/ReScheduleSuccess/ReScheduleSuccess.style.d.ts +6 -0
  13. package/dist/cjs/types/lib/Consultations/ReScheduleSuccess/index.d.ts +1 -0
  14. package/dist/esm/867adbe49f37ac1e.svg +39 -0
  15. package/dist/esm/index.js +20 -20
  16. package/dist/esm/index.js.map +1 -1
  17. package/dist/esm/types/index.d.ts +6 -0
  18. package/dist/esm/types/lib/Consultations/CancelSession/CancelSession.d.ts +13 -0
  19. package/dist/esm/types/lib/Consultations/CancelSession/CancelSession.style.d.ts +2 -0
  20. package/dist/esm/types/lib/Consultations/CancelSession/index.d.ts +1 -0
  21. package/dist/esm/types/lib/Consultations/ReSchedule/ReSchedule.d.ts +11 -0
  22. package/dist/esm/types/lib/Consultations/ReSchedule/ReSchedule.style.d.ts +1 -0
  23. package/dist/esm/types/lib/Consultations/ReSchedule/index.d.ts +1 -0
  24. package/dist/esm/types/lib/Consultations/ReScheduleSuccess/ReScheduleSuccess.d.ts +11 -0
  25. package/dist/esm/types/lib/Consultations/ReScheduleSuccess/ReScheduleSuccess.style.d.ts +6 -0
  26. package/dist/esm/types/lib/Consultations/ReScheduleSuccess/index.d.ts +1 -0
  27. package/dist/index.d.ts +52 -20
  28. package/package.json +1 -1
@@ -107,3 +107,9 @@ export { default as ConsultationSpecialistCard } from './lib/Consultations/Consu
107
107
  export * from './lib/Consultations/ConsultationSpecialistCard';
108
108
  export { default as SpecialistInfoModal } from './lib/Consultations/SpecialistInfoModal';
109
109
  export * from './lib/Consultations/SpecialistInfoModal';
110
+ export { default as CancelSession } from './lib/Consultations/CancelSession';
111
+ export * from './lib/Consultations/CancelSession';
112
+ export { default as ReSchedule } from './lib/Consultations/ReSchedule';
113
+ export * from './lib/Consultations/ReSchedule';
114
+ export { default as ReScheduleSuccess } from './lib/Consultations/ReScheduleSuccess';
115
+ export * from './lib/Consultations/ReScheduleSuccess';
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ declare type CancelSessionProps = {
3
+ name: string;
4
+ avatar?: string;
5
+ time: number;
6
+ timeZone?: string;
7
+ onSubmit?: (message: string) => void;
8
+ onReschedule?: () => void;
9
+ isLoading?: boolean;
10
+ isClientView?: boolean;
11
+ };
12
+ declare const CancelSession: FC<CancelSessionProps>;
13
+ export default CancelSession;
@@ -0,0 +1,2 @@
1
+ export declare const CancelSessionConfirmWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const CancelConfirmWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './CancelSession';
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ declare type ReScheduleProps = {
3
+ name: string;
4
+ avatar?: string;
5
+ time: number;
6
+ timeZone?: string;
7
+ onSubmit?: (message: string) => void;
8
+ isLoading?: boolean;
9
+ };
10
+ declare const _default: React.NamedExoticComponent<ReScheduleProps>;
11
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const ReScheduleWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './ReSchedule';
@@ -0,0 +1,11 @@
1
+ import { FC } from 'react';
2
+ declare type ReScheduleSuccessProps = {
3
+ name: string;
4
+ avatar?: string;
5
+ time: number;
6
+ timeZone?: string;
7
+ onClick?: () => void;
8
+ type?: 'reschedule' | 'cancel';
9
+ };
10
+ declare const ReScheduleSuccess: FC<ReScheduleSuccessProps>;
11
+ export default ReScheduleSuccess;
@@ -0,0 +1,6 @@
1
+ declare type SuccessProps = {
2
+ type: 'reschedule' | 'cancel';
3
+ };
4
+ export declare const SuccessWrapper: import("styled-components").StyledComponent<"div", any, SuccessProps, never>;
5
+ export declare const SuccessContainer: import("styled-components").StyledComponent<"div", any, SuccessProps, never>;
6
+ export {};
@@ -0,0 +1 @@
1
+ export { default } from './ReScheduleSuccess';
@@ -0,0 +1,39 @@
1
+ <svg width="53" height="77" viewBox="0 0 53 77" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="path-1-outside-1_15379_116400" maskUnits="userSpaceOnUse" x="30.457" y="43.3809" width="5" height="24" fill="black">
3
+ <rect fill="white" x="30.457" y="43.3809" width="5" height="24"/>
4
+ <path d="M31.9803 66.3788C31.9968 66.3805 32.0127 66.3809 32.0285 66.3809C32.3224 66.3809 32.5715 66.1511 32.5956 65.8579L34.2795 45.5699C34.3053 45.2564 34.0718 44.9804 33.7583 44.9542C33.7421 44.9532 33.7262 44.9525 33.71 44.9525C33.5757 44.9525 33.4468 44.9994 33.3428 45.0876C33.2264 45.1861 33.1554 45.3239 33.1426 45.4755L31.4591 65.7635C31.4463 65.9154 31.4939 66.0629 31.592 66.179C31.6906 66.2954 31.8284 66.3664 31.9803 66.3788Z"/>
5
+ </mask>
6
+ <path d="M31.9803 66.3788C31.9968 66.3805 32.0127 66.3809 32.0285 66.3809C32.3224 66.3809 32.5715 66.1511 32.5956 65.8579L34.2795 45.5699C34.3053 45.2564 34.0718 44.9804 33.7583 44.9542C33.7421 44.9532 33.7262 44.9525 33.71 44.9525C33.5757 44.9525 33.4468 44.9994 33.3428 45.0876C33.2264 45.1861 33.1554 45.3239 33.1426 45.4755L31.4591 65.7635C31.4463 65.9154 31.4939 66.0629 31.592 66.179C31.6906 66.2954 31.8284 66.3664 31.9803 66.3788Z" fill="#EEEEEE"/>
7
+ <path d="M32.5956 65.8579L31.7983 65.7923L31.7983 65.7917L32.5956 65.8579ZM34.2795 45.5699L35.0768 45.6356L35.0768 45.636L34.2795 45.5699ZM33.7583 44.9542L33.8092 44.1559L33.817 44.1564L33.8249 44.157L33.7583 44.9542ZM33.3428 45.0876L33.8601 45.6978L33.8596 45.6983L33.3428 45.0876ZM33.1426 45.4755L32.3454 45.4093L32.3455 45.4084L33.1426 45.4755ZM31.4591 65.7635L32.2563 65.8297L32.2563 65.8304L31.4591 65.7635ZM31.592 66.179L30.9813 66.6957L30.9812 66.6956L31.592 66.179ZM32.0632 65.5831C32.0391 65.5806 32.023 65.5809 32.0285 65.5809V67.1809C32.0024 67.1809 31.9546 67.1804 31.8974 67.1745L32.0632 65.5831ZM32.0285 65.5809C31.905 65.5809 31.8082 65.6714 31.7983 65.7923L33.3929 65.9235C33.3347 66.6307 32.7397 67.1809 32.0285 67.1809V65.5809ZM31.7983 65.7917L33.4822 45.5037L35.0768 45.636L33.3928 65.9241L31.7983 65.7917ZM33.4822 45.5041C33.4718 45.6305 33.5651 45.7409 33.6917 45.7515L33.8249 44.157C34.5785 44.2199 35.1389 44.8822 35.0768 45.6356L33.4822 45.5041ZM33.7073 45.7526C33.7014 45.7522 33.7037 45.7525 33.71 45.7525V44.1525C33.7488 44.1525 33.7827 44.1542 33.8092 44.1559L33.7073 45.7526ZM33.71 45.7525C33.765 45.7525 33.8195 45.7322 33.8601 45.6978L32.8255 44.4773C33.0742 44.2665 33.3864 44.1525 33.71 44.1525V45.7525ZM33.8596 45.6983C33.905 45.6598 33.9348 45.6021 33.9398 45.5425L32.3455 45.4084C32.376 45.0457 32.5477 44.7123 32.826 44.4768L33.8596 45.6983ZM33.9399 45.5416L32.2563 65.8297L30.6618 65.6974L32.3454 45.4093L33.9399 45.5416ZM32.2563 65.8304C32.2614 65.7694 32.2409 65.7073 32.2029 65.6624L30.9812 66.6956C30.7469 66.4185 30.6313 66.0614 30.6619 65.6966L32.2563 65.8304ZM32.2028 65.6622C32.1642 65.6167 32.1058 65.5864 32.0454 65.5814L31.9152 67.1761C31.5509 67.1464 31.2169 66.9742 30.9813 66.6957L32.2028 65.6622Z" fill="#EEEEEE" mask="url(#path-1-outside-1_15379_116400)"/>
8
+ <path d="M25.0426 65.8455C25.0426 66.381 24.6075 66.816 24.0721 66.816C23.5363 66.816 23.102 66.3806 23.102 65.8455V45.4879C23.102 44.9524 23.5367 44.5177 24.0721 44.5177C24.6072 44.5177 25.0426 44.9521 25.0426 45.4879V65.8455Z" fill="#EEEEEE" stroke="#EEEEEE" stroke-width="0.8"/>
9
+ <mask id="path-4-outside-2_15379_116400" maskUnits="userSpaceOnUse" x="12.8633" y="43.3809" width="5" height="24" fill="black">
10
+ <rect fill="white" x="12.8633" y="43.3809" width="5" height="24"/>
11
+ <path d="M15.5489 65.8579C15.5733 66.1511 15.8224 66.3809 16.1159 66.3809C16.1321 66.3809 16.148 66.3805 16.1631 66.3791L16.1645 66.3788C16.3164 66.3664 16.4542 66.2954 16.5524 66.179C16.6509 66.0629 16.6981 65.9151 16.6857 65.7635L15.0018 45.4755C14.989 45.3235 14.9184 45.1857 14.802 45.0876C14.6983 44.9994 14.5691 44.9525 14.4344 44.9525C14.4186 44.9525 14.4024 44.9532 14.3862 44.9542C14.073 44.9804 13.8391 45.2564 13.8653 45.5699L15.5489 65.8579Z"/>
12
+ </mask>
13
+ <path d="M15.5489 65.8579C15.5733 66.1511 15.8224 66.3809 16.1159 66.3809C16.1321 66.3809 16.148 66.3805 16.1631 66.3791L16.1645 66.3788C16.3164 66.3664 16.4542 66.2954 16.5524 66.179C16.6509 66.0629 16.6981 65.9151 16.6857 65.7635L15.0018 45.4755C14.989 45.3235 14.9184 45.1857 14.802 45.0876C14.6983 44.9994 14.5691 44.9525 14.4344 44.9525C14.4186 44.9525 14.4024 44.9532 14.3862 44.9542C14.073 44.9804 13.8391 45.2564 13.8653 45.5699L15.5489 65.8579Z" fill="#EEEEEE"/>
14
+ <path d="M16.1631 66.3791L16.3562 67.1555L16.2967 67.1703L16.2355 67.1759L16.1631 66.3791ZM16.1645 66.3788L15.9714 65.6025L16.0345 65.5867L16.0994 65.5814L16.1645 66.3788ZM16.5524 66.179L15.9408 65.6633L15.9424 65.6613L16.5524 66.179ZM16.6857 65.7635L17.483 65.6973L17.4831 65.6983L16.6857 65.7635ZM15.0018 45.4755L15.799 45.4086L15.7991 45.4093L15.0018 45.4755ZM14.802 45.0876L14.2863 45.6992L14.2837 45.697L14.802 45.0876ZM14.3862 44.9542L14.3195 44.157L14.3274 44.1564L14.3352 44.1559L14.3862 44.9542ZM13.8653 45.5699L14.6625 45.5033L14.6625 45.5037L13.8653 45.5699ZM16.3461 65.7914C16.3361 65.6718 16.2402 65.5809 16.1159 65.5809V67.1809C15.4046 67.1809 14.8105 66.6304 14.7516 65.9244L16.3461 65.7914ZM16.1159 65.5809C16.1187 65.5809 16.1174 65.5808 16.1137 65.5809C16.1099 65.5811 16.1018 65.5814 16.0907 65.5824L16.2355 67.1759C16.1848 67.1805 16.141 67.1809 16.1159 67.1809V65.5809ZM15.97 65.6028L15.9714 65.6025L16.3576 67.1551L16.3562 67.1555L15.97 65.6028ZM16.0994 65.5814C16.0392 65.5864 15.9802 65.6166 15.9408 65.6633L17.164 66.6947C16.9283 66.9743 16.5937 67.1464 16.2296 67.1761L16.0994 65.5814ZM15.9424 65.6613C15.903 65.7078 15.8836 65.7699 15.8884 65.8287L17.4831 65.6983C17.5127 66.0603 17.3988 66.418 17.1623 66.6966L15.9424 65.6613ZM15.8885 65.8297L14.2045 45.5416L15.7991 45.4093L17.483 65.6973L15.8885 65.8297ZM14.2046 45.5423C14.2094 45.6 14.2386 45.659 14.2863 45.6992L15.3177 44.476C15.5982 44.7125 15.7687 45.0471 15.799 45.4086L14.2046 45.5423ZM14.2837 45.697C14.3259 45.7328 14.3808 45.7525 14.4344 45.7525V44.1525C14.7574 44.1525 15.0707 44.2659 15.3203 44.4781L14.2837 45.697ZM14.4344 45.7525C14.441 45.7525 14.4428 45.7522 14.4371 45.7526L14.3352 44.1559C14.3619 44.1541 14.3962 44.1525 14.4344 44.1525V45.7525ZM14.4528 45.7514C14.5792 45.7409 14.6732 45.6308 14.6625 45.5033L13.0681 45.6364C13.005 44.8819 13.5668 44.2199 14.3195 44.157L14.4528 45.7514ZM14.6625 45.5037L16.3461 65.7917L14.7516 65.9241L13.068 45.636L14.6625 45.5037Z" fill="#EEEEEE" mask="url(#path-4-outside-2_15379_116400)"/>
15
+ <mask id="path-6-outside-3_15379_116400" maskUnits="userSpaceOnUse" x="0" y="-0.87793" width="53" height="78" fill="black">
16
+ <rect fill="white" y="-0.87793" width="53" height="78"/>
17
+ <path d="M41.2333 28.495H31.5508L17.7607 21.4128C17.6773 21.3701 17.5888 21.3497 17.5009 21.3497C17.2939 21.3497 17.0937 21.4627 16.9928 21.6594C16.8491 21.9392 16.9597 22.2837 17.2395 22.4273L29.0542 28.495H19.4401L15.2331 26.3343C15.1497 26.2916 15.0612 26.2713 14.9733 26.2713C14.7663 26.2713 14.5661 26.3846 14.4652 26.581C14.3956 26.7167 14.3829 26.8711 14.4297 27.0161C14.4762 27.1611 14.5765 27.2793 14.7119 27.3489L16.9432 28.495H8.50573L19.385 7.31127L28.7203 12.1057C28.802 12.1477 28.8895 12.1691 28.9801 12.1691C29.1954 12.1691 29.39 12.0502 29.4882 11.859L34.2827 2.52338L50.3368 10.7687L41.2333 28.495ZM43.7079 29.6357C45.0139 29.6357 46.0763 30.6978 46.0763 32.0038V32.77C46.0763 34.076 45.0139 35.1381 43.7079 35.1381H4.4363C3.13036 35.1381 2.06796 34.076 2.06796 32.77V32.0038C2.06796 30.6978 3.13037 29.6357 4.43623 29.6357H43.7079ZM39.1932 69.2296C38.9768 72.4958 36.2439 75.0541 32.9701 75.0541H15.1742C11.8993 75.0541 9.16572 72.4945 8.95076 69.2272L8.95041 69.2241L6.21985 36.2787H41.9244L39.1932 69.2296ZM33.3015 2.09621L28.832 10.7994L19.9145 6.21989L33.3015 2.09621ZM51.7747 10.3067L50.8246 9.81856L34.7708 1.57325L33.8207 1.08544L33.8186 1.08923C33.685 1.03101 33.5399 1 33.3928 1C33.2881 1 33.182 1.0155 33.0786 1.04755L19.6003 5.19913C19.2403 5.31007 18.9702 5.60014 18.8796 5.95738L18.4349 6.82346L7.55577 28.0072L7.26793 28.5677H4.43623C2.54147 28.5677 1 30.109 1 32.0038V32.77C1 34.6647 2.54151 36.206 4.4363 36.206H5.14222L5.15555 36.3669L7.88556 69.3047C8.14128 73.128 11.3413 76.1221 15.1742 76.1221H32.9701C36.8006 76.1221 40 73.1304 40.258 69.3099L42.9886 36.3669L43.002 36.206H43.7079C45.6026 36.206 47.1443 34.6647 47.1443 32.77V32.0038C47.1443 30.109 45.6026 28.5677 43.7079 28.5677H42.3967L51.2869 11.2565L51.7747 10.3067Z"/>
18
+ </mask>
19
+ <path d="M41.2333 28.495H31.5508L17.7607 21.4128C17.6773 21.3701 17.5888 21.3497 17.5009 21.3497C17.2939 21.3497 17.0937 21.4627 16.9928 21.6594C16.8491 21.9392 16.9597 22.2837 17.2395 22.4273L29.0542 28.495H19.4401L15.2331 26.3343C15.1497 26.2916 15.0612 26.2713 14.9733 26.2713C14.7663 26.2713 14.5661 26.3846 14.4652 26.581C14.3956 26.7167 14.3829 26.8711 14.4297 27.0161C14.4762 27.1611 14.5765 27.2793 14.7119 27.3489L16.9432 28.495H8.50573L19.385 7.31127L28.7203 12.1057C28.802 12.1477 28.8895 12.1691 28.9801 12.1691C29.1954 12.1691 29.39 12.0502 29.4882 11.859L34.2827 2.52338L50.3368 10.7687L41.2333 28.495ZM43.7079 29.6357C45.0139 29.6357 46.0763 30.6978 46.0763 32.0038V32.77C46.0763 34.076 45.0139 35.1381 43.7079 35.1381H4.4363C3.13036 35.1381 2.06796 34.076 2.06796 32.77V32.0038C2.06796 30.6978 3.13037 29.6357 4.43623 29.6357H43.7079ZM39.1932 69.2296C38.9768 72.4958 36.2439 75.0541 32.9701 75.0541H15.1742C11.8993 75.0541 9.16572 72.4945 8.95076 69.2272L8.95041 69.2241L6.21985 36.2787H41.9244L39.1932 69.2296ZM33.3015 2.09621L28.832 10.7994L19.9145 6.21989L33.3015 2.09621ZM51.7747 10.3067L50.8246 9.81856L34.7708 1.57325L33.8207 1.08544L33.8186 1.08923C33.685 1.03101 33.5399 1 33.3928 1C33.2881 1 33.182 1.0155 33.0786 1.04755L19.6003 5.19913C19.2403 5.31007 18.9702 5.60014 18.8796 5.95738L18.4349 6.82346L7.55577 28.0072L7.26793 28.5677H4.43623C2.54147 28.5677 1 30.109 1 32.0038V32.77C1 34.6647 2.54151 36.206 4.4363 36.206H5.14222L5.15555 36.3669L7.88556 69.3047C8.14128 73.128 11.3413 76.1221 15.1742 76.1221H32.9701C36.8006 76.1221 40 73.1304 40.258 69.3099L42.9886 36.3669L43.002 36.206H43.7079C45.6026 36.206 47.1443 34.6647 47.1443 32.77V32.0038C47.1443 30.109 45.6026 28.5677 43.7079 28.5677H42.3967L51.2869 11.2565L51.7747 10.3067Z" fill="#EEEEEE"/>
20
+ <path d="M41.2333 28.495L41.945 28.8605L41.7218 29.295H41.2333V28.495ZM31.5508 28.495V29.295H31.3573L31.1853 29.2067L31.5508 28.495ZM17.7607 21.4128L18.1255 20.7008L18.1262 20.7011L17.7607 21.4128ZM16.9928 21.6594L17.7046 22.0247L17.7045 22.0249L16.9928 21.6594ZM17.2395 22.4273L17.6049 21.7157L17.6049 21.7157L17.2395 22.4273ZM29.0542 28.495L29.4196 27.7834L29.0542 29.295V28.495ZM19.4401 28.495V29.295H19.2467L19.0747 29.2067L19.4401 28.495ZM15.2331 26.3343L15.5979 25.6223L15.5986 25.6227L15.2331 26.3343ZM14.4652 26.581L13.7533 26.216L13.7537 26.2152L14.4652 26.581ZM14.4297 27.0161L15.191 26.7702L15.1915 26.7718L14.4297 27.0161ZM14.7119 27.3489L14.3463 28.0605L14.3461 28.0604L14.7119 27.3489ZM16.9432 28.495L17.3087 27.7834L16.9432 29.295V28.495ZM8.50573 28.495V29.295H7.19554L7.79409 28.1296L8.50573 28.495ZM19.385 7.31127L18.6734 6.9458L19.0389 6.23415L19.7505 6.59964L19.385 7.31127ZM28.7203 12.1057L29.0858 11.3941L29.0865 11.3944L28.7203 12.1057ZM29.4882 11.859L28.7766 11.4936L28.7766 11.4936L29.4882 11.859ZM34.2827 2.52338L33.571 2.15791L33.9365 1.44626L34.6482 1.81175L34.2827 2.52338ZM50.3368 10.7687L50.7023 10.0571L51.4139 10.4225L51.0484 11.1342L50.3368 10.7687ZM39.1932 69.2296L38.3948 69.1767L38.3959 69.1635L39.1932 69.2296ZM8.95076 69.2272L9.7459 69.1392L9.74786 69.1569L9.74903 69.1747L8.95076 69.2272ZM8.95041 69.2241L8.15527 69.3121L8.15406 69.3012L8.15315 69.2902L8.95041 69.2241ZM6.21985 36.2787L5.42259 36.3448L5.35081 35.4787H6.21985V36.2787ZM41.9244 36.2787V35.4787H42.7935L42.7217 36.3448L41.9244 36.2787ZM33.3015 2.09621L33.066 1.33166L34.8805 0.772713L34.0132 2.46167L33.3015 2.09621ZM28.832 10.7994L29.5436 11.1648L29.1781 11.8765L28.4665 11.511L28.832 10.7994ZM19.9145 6.21989L19.5491 6.93153L17.801 6.03384L19.679 5.45534L19.9145 6.21989ZM50.8246 9.81856L51.1901 9.10693L51.1902 9.10698L50.8246 9.81856ZM34.7708 1.57325L35.1362 0.861572L35.1363 0.861626L34.7708 1.57325ZM33.8207 1.08544L33.1183 0.702446L33.4919 0.0173569L34.1861 0.373756L33.8207 1.08544ZM33.8186 1.08923L34.521 1.47222L34.1704 2.11507L33.4992 1.82267L33.8186 1.08923ZM33.0786 1.04755L33.3155 1.81167L33.3141 1.8121L33.0786 1.04755ZM19.6003 5.19913L19.3648 4.43461L19.3648 4.43459L19.6003 5.19913ZM18.8796 5.95738L19.6551 6.15405L19.6328 6.24206L19.5913 6.32283L18.8796 5.95738ZM18.4349 6.82346L19.1465 7.18891L19.1465 7.18893L18.4349 6.82346ZM7.55577 28.0072L6.84411 27.6418L6.84412 27.6418L7.55577 28.0072ZM7.26793 28.5677L7.97959 28.9332L7.75643 29.3677H7.26793V28.5677ZM5.14222 36.206V35.406H5.87866L5.93949 36.1399L5.14222 36.206ZM5.15555 36.3669L4.35829 36.433L4.35829 36.433L5.15555 36.3669ZM7.88556 69.3047L8.68293 69.2386L8.68377 69.2513L7.88556 69.3047ZM40.258 69.3099L39.4598 69.256L39.4608 69.2438L40.258 69.3099ZM42.9886 36.3669L42.1913 36.3008L42.1913 36.3003L42.9886 36.3669ZM43.002 36.206L42.2048 36.1394L42.266 35.406H43.002V36.206ZM42.3967 28.5677V29.3677H41.0865L41.6851 28.2023L42.3967 28.5677ZM51.2869 11.2565L50.5753 10.891L50.5753 10.891L51.2869 11.2565ZM41.2333 29.295H31.5508V27.695H41.2333V29.295ZM31.1853 29.2067L17.3952 22.1244L18.1262 20.7011L31.9162 27.7834L31.1853 29.2067ZM17.3959 22.1247C17.4272 22.1408 17.4639 22.1497 17.5009 22.1497V20.5497C17.7137 20.5497 17.9275 20.5993 18.1255 20.7008L17.3959 22.1247ZM17.5009 22.1497C17.5809 22.1497 17.6627 22.1062 17.7046 22.0247L16.281 21.2942C16.5248 20.8192 17.0069 20.5497 17.5009 20.5497V22.1497ZM17.7045 22.0249C17.7625 21.9119 17.7185 21.774 17.6049 21.7157L16.874 23.139C16.2009 22.7933 15.9358 21.9664 16.2812 21.294L17.7045 22.0249ZM17.6049 21.7157L29.4196 27.7834L28.6887 29.2067L16.874 23.139L17.6049 21.7157ZM29.0542 29.295H19.4401V27.695H29.0542V29.295ZM19.0747 29.2067L14.8676 27.046L15.5986 25.6227L19.8056 27.7834L19.0747 29.2067ZM14.8683 27.0463C14.8996 27.0623 14.9363 27.0713 14.9733 27.0713V25.4713C15.1861 25.4713 15.3999 25.5209 15.5979 25.6223L14.8683 27.0463ZM14.9733 27.0713C15.054 27.0713 15.1351 27.0275 15.1767 26.9467L13.7537 26.2152C13.9971 25.7417 14.4785 25.4713 14.9733 25.4713V27.0713ZM15.1771 26.946C15.2039 26.8937 15.2098 26.8283 15.191 26.7702L13.6684 27.262C13.556 26.9138 13.5873 26.5397 13.7533 26.216L15.1771 26.946ZM15.1915 26.7718C15.1731 26.7145 15.1308 26.6647 15.0776 26.6374L14.3461 28.0604C14.0221 27.8939 13.7793 27.6077 13.6679 27.2604L15.1915 26.7718ZM15.0774 26.6373L17.3087 27.7834L16.5777 29.2066L14.3463 28.0605L15.0774 26.6373ZM16.9432 29.295H8.50573V27.695H16.9432V29.295ZM7.79409 28.1296L18.6734 6.9458L20.0967 7.67675L9.21737 28.8605L7.79409 28.1296ZM19.7505 6.59964L29.0858 11.3941L28.3549 12.8173L19.0195 8.02291L19.7505 6.59964ZM29.0865 11.3944C29.0565 11.379 29.0187 11.3691 28.9801 11.3691V12.9691C28.7603 12.9691 28.5474 12.9165 28.3542 12.817L29.0865 11.3944ZM28.9801 11.3691C28.8958 11.3691 28.8155 11.4177 28.7766 11.4936L30.1999 12.2245C29.9646 12.6828 29.495 12.9691 28.9801 12.9691V11.3691ZM28.7766 11.4936L33.571 2.15791L34.9943 2.88885L30.1999 12.2245L28.7766 11.4936ZM34.6482 1.81175L50.7023 10.0571L49.9713 11.4803L33.9172 3.23502L34.6482 1.81175ZM51.0484 11.1342L41.945 28.8605L40.5217 28.1296L49.6252 10.4032L51.0484 11.1342ZM43.7079 28.8357C45.4556 28.8357 46.8763 30.2558 46.8763 32.0038H45.2763C45.2763 31.1398 44.5722 30.4357 43.7079 30.4357V28.8357ZM46.8763 32.0038V32.77H45.2763V32.0038H46.8763ZM46.8763 32.77C46.8763 34.5179 45.4556 35.9381 43.7079 35.9381V34.3381C44.5722 34.3381 45.2763 33.634 45.2763 32.77H46.8763ZM43.7079 35.9381H4.4363V34.3381H43.7079V35.9381ZM4.4363 35.9381C2.68866 35.9381 1.26796 34.5179 1.26796 32.77H2.86796C2.86796 33.634 3.57207 34.3381 4.4363 34.3381V35.9381ZM1.26796 32.77V32.0038H2.86796V32.77H1.26796ZM1.26796 32.0038C1.26796 30.2558 2.68864 28.8357 4.43623 28.8357V30.4357C3.57209 30.4357 2.86796 31.1397 2.86796 32.0038H1.26796ZM4.43623 28.8357H43.7079V30.4357H4.43623V28.8357ZM39.9914 69.2825C39.7472 72.9691 36.6652 75.8541 32.9701 75.8541V74.2541C35.8226 74.2541 38.2064 72.0226 38.3949 69.1767L39.9914 69.2825ZM32.9701 75.8541H15.1742V74.2541H32.9701V75.8541ZM15.1742 75.8541C11.478 75.8541 8.39512 72.9676 8.15248 69.2797L9.74903 69.1747C9.93633 72.0214 12.3207 74.2541 15.1742 74.2541V75.8541ZM8.15561 69.3152L8.15527 69.3121L9.74556 69.1361L9.7459 69.1392L8.15561 69.3152ZM8.15315 69.2902L5.42259 36.3448L7.01712 36.2126L9.74768 69.158L8.15315 69.2902ZM6.21985 35.4787H41.9244V37.0787H6.21985V35.4787ZM42.7217 36.3448L39.9905 69.2957L38.3959 69.1635L41.1271 36.2126L42.7217 36.3448ZM34.0132 2.46167L29.5436 11.1648L28.1203 10.4339L32.5899 1.73074L34.0132 2.46167ZM28.4665 11.511L19.5491 6.93153L20.28 5.50825L29.1974 10.0877L28.4665 11.511ZM19.679 5.45534L33.066 1.33166L33.537 2.86076L20.15 6.98444L19.679 5.45534ZM51.4092 11.0183L50.459 10.5301L51.1902 9.10698L52.1403 9.59514L51.4092 11.0183ZM50.4591 10.5302L34.4053 2.28488L35.1363 0.861626L51.1901 9.10693L50.4591 10.5302ZM34.4054 2.28493L33.4553 1.79712L34.1861 0.373756L35.1362 0.861572L34.4054 2.28493ZM34.523 1.46844L34.521 1.47222L33.1163 0.70623L33.1183 0.702446L34.523 1.46844ZM33.4992 1.82267C33.4641 1.80739 33.4276 1.8 33.3928 1.8V0.200005C33.6522 0.200005 33.9058 0.254623 34.1381 0.355782L33.4992 1.82267ZM33.3928 1.8C33.3669 1.8 33.3407 1.80386 33.3155 1.81167L32.8418 0.283417C33.0233 0.227158 33.2093 0.200005 33.3928 0.200005V1.8ZM33.3141 1.8121L19.8358 5.96368L19.3648 4.43459L32.8431 0.28299L33.3141 1.8121ZM19.8359 5.96366C19.746 5.99136 19.678 6.06379 19.6551 6.15405L18.1042 5.76072C18.2625 5.13647 18.7346 4.62877 19.3648 4.43461L19.8359 5.96366ZM19.5913 6.32283L19.1465 7.18891L17.7232 6.45801L18.168 5.59193L19.5913 6.32283ZM19.1465 7.18893L8.26741 28.3727L6.84412 27.6418L17.7232 6.45799L19.1465 7.18893ZM8.26742 28.3727L7.97959 28.9332L6.55628 28.2023L6.84411 27.6418L8.26742 28.3727ZM7.26793 29.3677H4.43623V27.7677H7.26793V29.3677ZM4.43623 29.3677C2.98325 29.3677 1.8 30.5509 1.8 32.0038H0.2C0.2 29.6671 2.0997 27.7677 4.43623 27.7677V29.3677ZM1.8 32.0038V32.77H0.2V32.0038H1.8ZM1.8 32.77C1.8 34.2228 2.98327 35.406 4.4363 35.406V37.006C2.09975 37.006 0.2 35.1066 0.2 32.77H1.8ZM4.4363 35.406H5.14222V37.006H4.4363V35.406ZM5.93949 36.1399L5.95282 36.3008L4.35829 36.433L4.34495 36.2721L5.93949 36.1399ZM5.95282 36.3008L8.68282 69.2386L7.08829 69.3708L4.35829 36.433L5.95282 36.3008ZM8.68377 69.2513C8.9114 72.6545 11.7624 75.3221 15.1742 75.3221V76.9221C10.9201 76.9221 7.37116 73.6015 7.08734 69.3581L8.68377 69.2513ZM15.1742 75.3221H32.9701V76.9221H15.1742V75.3221ZM32.9701 75.3221C36.3797 75.3221 39.2302 72.6566 39.4599 69.256L41.0562 69.3638C40.7698 73.6042 37.2216 76.9221 32.9701 76.9221V75.3221ZM39.4608 69.2438L42.1913 36.3008L43.7858 36.433L41.0553 69.376L39.4608 69.2438ZM42.1913 36.3003L42.2048 36.1394L43.7992 36.2726L43.7858 36.4335L42.1913 36.3003ZM43.002 35.406H43.7079V37.006H43.002V35.406ZM43.7079 35.406C45.1609 35.406 46.3443 34.2228 46.3443 32.77H47.9443C47.9443 35.1067 46.0444 37.006 43.7079 37.006V35.406ZM46.3443 32.77V32.0038H47.9443V32.77H46.3443ZM46.3443 32.0038C46.3443 30.551 45.1609 29.3677 43.7079 29.3677V27.7677C46.0444 27.7677 47.9443 29.6671 47.9443 32.0038H46.3443ZM43.7079 29.3677H42.3967V27.7677H43.7079V29.3677ZM41.6851 28.2023L50.5753 10.891L51.9986 11.622L43.1084 28.9332L41.6851 28.2023ZM50.5753 10.891L51.0631 9.94122L52.4864 10.6722L51.9986 11.622L50.5753 10.891Z" fill="#EEEEEE" mask="url(#path-6-outside-3_15379_116400)"/>
21
+ <mask id="path-8-outside-4_15379_116400" maskUnits="userSpaceOnUse" x="18.457" y="15.3027" width="20" height="12" fill="black">
22
+ <rect fill="white" x="18.457" y="15.3027" width="20" height="12"/>
23
+ <path d="M37.295 25.2248L20.2879 16.4906C20.2049 16.4483 20.116 16.4279 20.0285 16.4279C19.8215 16.4279 19.6213 16.5409 19.5204 16.7376C19.4508 16.873 19.438 17.0277 19.4846 17.1727C19.5311 17.3178 19.6317 17.4359 19.767 17.5055L36.7737 26.2397C36.8557 26.2814 36.9429 26.3027 37.0335 26.3027C37.2488 26.3027 37.4434 26.1839 37.5416 25.9927C37.6112 25.8573 37.624 25.7026 37.5774 25.5576C37.5309 25.4125 37.4303 25.2944 37.295 25.2248Z"/>
24
+ </mask>
25
+ <path d="M37.295 25.2248L20.2879 16.4906C20.2049 16.4483 20.116 16.4279 20.0285 16.4279C19.8215 16.4279 19.6213 16.5409 19.5204 16.7376C19.4508 16.873 19.438 17.0277 19.4846 17.1727C19.5311 17.3178 19.6317 17.4359 19.767 17.5055L36.7737 26.2397C36.8557 26.2814 36.9429 26.3027 37.0335 26.3027C37.2488 26.3027 37.4434 26.1839 37.5416 25.9927C37.6112 25.8573 37.624 25.7026 37.5774 25.5576C37.5309 25.4125 37.4303 25.2944 37.295 25.2248Z" fill="#EEEEEE"/>
26
+ <path d="M20.2879 16.4906L20.6516 15.7781L20.6534 15.779L20.2879 16.4906ZM19.5204 16.7376L20.2321 17.1029L20.2319 17.1034L19.5204 16.7376ZM19.767 17.5055L19.4016 18.2172L19.4013 18.2171L19.767 17.5055ZM36.7737 26.2397L36.4112 26.9528L36.4083 26.9513L36.7737 26.2397ZM37.5416 25.9927L36.83 25.6272L36.8301 25.627L37.5416 25.9927ZM36.9295 25.9364L19.9225 17.2023L20.6534 15.779L37.6604 24.5131L36.9295 25.9364ZM19.9243 17.2032C19.9558 17.2193 19.9918 17.2279 20.0285 17.2279V15.6279C20.2403 15.6279 20.4541 15.6772 20.6516 15.7781L19.9243 17.2032ZM20.0285 17.2279C20.1085 17.2279 20.1903 17.1844 20.2321 17.1029L18.8086 16.3724C19.0523 15.8974 19.5344 15.6279 20.0285 15.6279V17.2279ZM20.2319 17.1034C20.2593 17.0501 20.2646 16.9853 20.2463 16.9285L18.7228 17.417C18.6115 17.0701 18.6423 16.696 18.8089 16.3719L20.2319 17.1034ZM20.2463 16.9285C20.2277 16.8702 20.1851 16.8209 20.1328 16.794L19.4013 18.2171C19.0782 18.051 18.8344 17.7653 18.7228 17.417L20.2463 16.9285ZM20.1325 16.7939L37.1392 25.5281L36.4083 26.9513L19.4016 18.2172L20.1325 16.7939ZM37.1363 25.5266C37.1094 25.5129 37.0727 25.5027 37.0335 25.5027V27.1027C36.8131 27.1027 36.602 27.0499 36.4112 26.9528L37.1363 25.5266ZM37.0335 25.5027C36.9492 25.5027 36.8689 25.5514 36.83 25.6272L38.2533 26.3581C38.0179 26.8164 37.5484 27.1027 37.0335 27.1027V25.5027ZM36.8301 25.627C36.8027 25.6803 36.7974 25.745 36.8157 25.8019L38.3392 25.3133C38.4505 25.6602 38.4197 26.0343 38.2531 26.3584L36.8301 25.627ZM36.8157 25.8019C36.8343 25.8601 36.8769 25.9094 36.9292 25.9363L37.6607 24.5133C37.9838 24.6793 38.2275 24.965 38.3392 25.3133L36.8157 25.8019Z" fill="#EEEEEE" mask="url(#path-8-outside-4_15379_116400)"/>
27
+ <mask id="path-10-outside-5_15379_116400" maskUnits="userSpaceOnUse" x="34.9219" y="7.4541" width="11" height="7" fill="black">
28
+ <rect fill="white" x="34.9219" y="7.4541" width="11" height="7"/>
29
+ <path d="M36.2318 9.74347L43.3337 13.3907C43.4154 13.4327 43.5029 13.4541 43.5935 13.4541C43.8084 13.4541 44.0034 13.3352 44.1016 13.144C44.1712 13.0083 44.1836 12.854 44.1371 12.7089C44.0906 12.5639 43.9903 12.4458 43.8546 12.3762L36.753 8.72892C36.67 8.6862 36.5811 8.66588 36.4933 8.66588C36.2862 8.66588 36.0861 8.77921 35.9852 8.97558C35.9156 9.11131 35.9028 9.26565 35.9497 9.41069C35.9962 9.55572 36.0964 9.67389 36.2318 9.74347Z"/>
30
+ </mask>
31
+ <path d="M36.2318 9.74347L43.3337 13.3907C43.4154 13.4327 43.5029 13.4541 43.5935 13.4541C43.8084 13.4541 44.0034 13.3352 44.1016 13.144C44.1712 13.0083 44.1836 12.854 44.1371 12.7089C44.0906 12.5639 43.9903 12.4458 43.8546 12.3762L36.753 8.72892C36.67 8.6862 36.5811 8.66588 36.4933 8.66588C36.2862 8.66588 36.0861 8.77921 35.9852 8.97558C35.9156 9.11131 35.9028 9.26565 35.9497 9.41069C35.9962 9.55572 36.0964 9.67389 36.2318 9.74347Z" fill="#EEEEEE"/>
32
+ <path d="M43.3337 13.3907L43.6992 12.6791L43.6999 12.6794L43.3337 13.3907ZM44.1016 13.144L44.8135 13.509L44.8133 13.5095L44.1016 13.144ZM43.8546 12.3762L43.4896 13.0881L43.4891 13.0878L43.8546 12.3762ZM36.753 8.72892L36.3876 9.44055L36.387 9.44028L36.753 8.72892ZM35.9852 8.97558L35.2733 8.6106L35.2737 8.60984L35.9852 8.97558ZM35.9497 9.41069L36.7109 9.16477L36.7115 9.16641L35.9497 9.41069ZM36.5973 9.03183L43.6992 12.6791L42.9683 14.1024L35.8663 10.4551L36.5973 9.03183ZM43.6999 12.6794C43.6699 12.664 43.632 12.6541 43.5935 12.6541V14.2541C43.3737 14.2541 43.1609 14.2015 42.9676 14.102L43.6999 12.6794ZM43.5935 12.6541C43.5091 12.6541 43.429 12.7025 43.39 12.7786L44.8133 13.5095C44.5778 13.968 44.1078 14.2541 43.5935 14.2541V12.6541ZM43.3897 12.7791C43.3623 12.8325 43.3574 12.8973 43.3753 12.9532L44.8989 12.4647C45.0098 12.8106 44.9801 13.1841 44.8135 13.509L43.3897 12.7791ZM43.3753 12.9532C43.3937 13.0107 43.4363 13.0607 43.4896 13.0881L44.2196 11.6643C44.5444 11.8308 44.7874 12.1171 44.8989 12.4647L43.3753 12.9532ZM43.4891 13.0878L36.3876 9.44055L37.1185 8.01728L44.2201 11.6645L43.4891 13.0878ZM36.387 9.44028C36.42 9.45726 36.457 9.46588 36.4933 9.46588V7.86588C36.7053 7.86588 36.92 7.91514 37.1191 8.01756L36.387 9.44028ZM36.4933 9.46588C36.574 9.46588 36.6551 9.42216 36.6967 9.34132L35.2737 8.60984C35.5171 8.13626 35.9985 7.86588 36.4933 7.86588V9.46588ZM36.697 9.34056C36.7238 9.28832 36.7297 9.22295 36.7109 9.16477L35.1884 9.65661C35.0759 9.30835 35.1073 8.9343 35.2733 8.6106L36.697 9.34056ZM36.7115 9.16641C36.6931 9.10914 36.6508 9.05932 36.5975 9.03196L35.8661 10.455C35.5421 10.2885 35.2993 10.0023 35.1879 9.65497L36.7115 9.16641Z" fill="#EEEEEE" mask="url(#path-10-outside-5_15379_116400)"/>
33
+ <mask id="path-12-outside-6_15379_116400" maskUnits="userSpaceOnUse" x="32.3945" y="12.375" width="11" height="7" fill="black">
34
+ <rect fill="white" x="32.3945" y="12.375" width="11" height="7"/>
35
+ <path d="M41.3275 17.2974L34.2256 13.6502C34.1439 13.6081 34.055 13.5868 33.9658 13.5868C33.9069 13.5868 33.848 13.5961 33.7905 13.6143C33.6454 13.6608 33.5272 13.7614 33.4577 13.8968C33.3881 14.0322 33.3757 14.1869 33.4222 14.3319C33.4687 14.477 33.5689 14.5951 33.7047 14.6647L40.8062 18.312C40.8879 18.354 40.9754 18.375 41.066 18.375C41.2813 18.375 41.4759 18.2561 41.5741 18.0649C41.6437 17.9296 41.6565 17.7752 41.6099 17.6302C41.5631 17.4852 41.4628 17.367 41.3275 17.2974Z"/>
36
+ </mask>
37
+ <path d="M41.3275 17.2974L34.2256 13.6502C34.1439 13.6081 34.055 13.5868 33.9658 13.5868C33.9069 13.5868 33.848 13.5961 33.7905 13.6143C33.6454 13.6608 33.5272 13.7614 33.4577 13.8968C33.3881 14.0322 33.3757 14.1869 33.4222 14.3319C33.4687 14.477 33.5689 14.5951 33.7047 14.6647L40.8062 18.312C40.8879 18.354 40.9754 18.375 41.066 18.375C41.2813 18.375 41.4759 18.2561 41.5741 18.0649C41.6437 17.9296 41.6565 17.7752 41.6099 17.6302C41.5631 17.4852 41.4628 17.367 41.3275 17.2974Z" fill="#EEEEEE"/>
38
+ <path d="M34.2256 13.6502L33.8601 14.3618L33.8594 14.3614L34.2256 13.6502ZM33.7905 13.6143L33.5462 12.8525L33.5485 12.8518L33.7905 13.6143ZM33.7047 14.6647L34.0696 13.9528L34.0702 13.9531L33.7047 14.6647ZM40.8062 18.312L41.1717 17.6003L41.1724 17.6007L40.8062 18.312ZM41.5741 18.0649L40.8625 17.6995L40.8626 17.6992L41.5741 18.0649ZM41.6099 17.6302L42.3712 17.3843L42.3717 17.3859L41.6099 17.6302ZM40.962 18.009L33.8601 14.3618L34.591 12.9385L41.6929 16.5858L40.962 18.009ZM33.8594 14.3614C33.8903 14.3773 33.9269 14.3868 33.9658 14.3868V12.7868C34.1832 12.7868 34.3975 12.8389 34.5917 12.9389L33.8594 14.3614ZM33.9658 14.3868C33.9916 14.3868 34.0142 14.3826 34.0324 14.3769L33.5485 12.8518C33.6817 12.8095 33.8222 12.7868 33.9658 12.7868V14.3868ZM34.0347 14.3761C34.093 14.3575 34.1423 14.3149 34.1692 14.2625L32.7461 13.5311C32.9122 13.208 33.1979 12.9642 33.5462 12.8525L34.0347 14.3761ZM34.1692 14.2625C34.1972 14.208 34.2018 14.1432 34.184 14.0876L32.6604 14.5762C32.5496 14.2306 32.5789 13.8564 32.7461 13.5311L34.1692 14.2625ZM34.184 14.0876C34.1655 14.0302 34.123 13.9802 34.0696 13.9528L33.3397 15.3766C33.0149 15.2101 32.7718 14.9237 32.6604 14.5762L34.184 14.0876ZM34.0702 13.9531L41.1717 17.6003L40.4407 19.0236L33.3392 15.3763L34.0702 13.9531ZM41.1724 17.6007C41.1406 17.5843 41.1025 17.575 41.066 17.575V19.175C40.8482 19.175 40.6352 19.1237 40.4401 19.0233L41.1724 17.6007ZM41.066 17.575C40.9817 17.575 40.9014 17.6236 40.8625 17.6995L42.2858 18.4304C42.0504 18.8887 41.5809 19.175 41.066 19.175V17.575ZM40.8626 17.6992C40.8353 17.7524 40.8299 17.8175 40.8482 17.8745L42.3717 17.3859C42.483 17.7329 42.4522 18.1067 42.2856 18.4307L40.8626 17.6992ZM40.8487 17.8761C40.8667 17.932 40.9084 17.9815 40.9617 18.0089L41.6932 16.5859C42.0173 16.7525 42.2595 17.0383 42.3712 17.3843L40.8487 17.8761Z" fill="#EEEEEE" mask="url(#path-12-outside-6_15379_116400)"/>
39
+ </svg>