@zohodesk/svg 1.0.0-temp.59 → 1.0.0-temp.60.1

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 (32) hide show
  1. package/README.md +12 -0
  2. package/assets/Appearance/dark/mode/SVG_DarkMode.module.css +22 -22
  3. package/assets/Appearance/dark/themes/blue/blue_SVGTheme_DarkTheme.module.css +8 -8
  4. package/assets/Appearance/dark/themes/green/green_SVGTheme_DarkTheme.module.css +8 -8
  5. package/assets/Appearance/dark/themes/orange/orange_SVGTheme_DarkTheme.module.css +8 -8
  6. package/assets/Appearance/dark/themes/red/red_SVGTheme_DarkTheme.module.css +8 -8
  7. package/assets/Appearance/dark/themes/yellow/yellow_SVGTheme_DarkTheme.module.css +8 -8
  8. package/assets/Appearance/light/mode/SVG_LightMode.module.css +22 -22
  9. package/assets/Appearance/light/themes/blue/blue_SVGTheme_LightTheme.module.css +8 -8
  10. package/assets/Appearance/light/themes/green/green_SVGTheme_LightTheme.module.css +8 -8
  11. package/assets/Appearance/light/themes/orange/orange_SVGTheme_LightTheme.module.css +8 -8
  12. package/assets/Appearance/light/themes/red/red_SVGTheme_LightTheme.module.css +8 -8
  13. package/assets/Appearance/light/themes/yellow/yellow_SVGTheme_LightTheme.module.css +8 -8
  14. package/assets/Appearance/pureDark/mode/SVG_PureDarkMode.module.css +22 -22
  15. package/assets/Appearance/pureDark/themes/blue/blue_SVGTheme_PureDarkTheme.module.css +8 -8
  16. package/assets/Appearance/pureDark/themes/green/green_SVGTheme_PureDarkTheme.module.css +8 -8
  17. package/assets/Appearance/pureDark/themes/orange/orange_SVGTheme_PureDarkTheme.module.css +8 -8
  18. package/assets/Appearance/pureDark/themes/red/red_SVGTheme_PureDarkTheme.module.css +8 -8
  19. package/assets/Appearance/pureDark/themes/yellow/yellow_SVGTheme_PureDarkTheme.module.css +8 -8
  20. package/es/v1/emptystate/version3/AddFolder.js +101 -0
  21. package/es/v1/emptystate/version3/AllowListBlockList.js +93 -0
  22. package/es/v1/emptystate/version3/EmptyAllowList.js +90 -0
  23. package/es/v1/emptystate/version3/EmptyBlockList.js +90 -0
  24. package/es/v1/emptystate/version3/EmptyIntegration.js +56 -0
  25. package/es/v1/emptystate/version3/ShareFolder.js +113 -0
  26. package/lib/v1/emptystate/version3/AddFolder.js +123 -0
  27. package/lib/v1/emptystate/version3/AllowListBlockList.js +113 -0
  28. package/lib/v1/emptystate/version3/EmptyAllowList.js +111 -0
  29. package/lib/v1/emptystate/version3/EmptyBlockList.js +111 -0
  30. package/lib/v1/emptystate/version3/EmptyIntegration.js +114 -0
  31. package/lib/v1/emptystate/version3/ShareFolder.js +135 -0
  32. package/package.json +5 -5
@@ -0,0 +1,101 @@
1
+ import React from 'react';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ const svgStyle = {
6
+ fill: 'none'
7
+ };
8
+ export default function AddFolder(props) {
9
+ return /*#__PURE__*/React.createElement(SVG, {
10
+ viewBox: "0 0 500 500",
11
+ name: "addFolder",
12
+ styleName: svgStyle,
13
+ ...props
14
+ }, /*#__PURE__*/React.createElement("path", {
15
+ opacity: "0.1",
16
+ d: "M217.299 159.074C217.299 159.074 330.998 83.7741 388.598 106.474C446.198 129.174 485.499 319.774 325.399 405.374C165.299 490.974 92.9986 304.874 92.2986 271.874C91.7986 239.874 92.3986 163.774 217.299 159.074Z",
17
+ fill: "var(--zd_emptysvg_primary_fill)"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M419.7 388.574C423.013 388.574 425.7 385.933 425.7 382.674C425.7 379.416 423.013 376.774 419.7 376.774C416.386 376.774 413.7 379.416 413.7 382.674C413.7 385.933 416.386 388.574 419.7 388.574Z",
20
+ stroke: "var(--zd_emptysvg_medium_circle)",
21
+ strokeWidth: "3",
22
+ strokeMiterlimit: "10",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M161.999 416.174L171.999 427.474",
27
+ stroke: "var(--zd_emptysvg_tiny_circle)",
28
+ strokeWidth: "3",
29
+ strokeMiterlimit: "10",
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M161.399 426.875L172.599 416.774",
34
+ stroke: "var(--zd_emptysvg_tiny_circle)",
35
+ strokeWidth: "3",
36
+ strokeMiterlimit: "10",
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M395.8 92.4741C400.549 92.4741 404.4 88.6239 404.4 83.8743C404.4 79.1246 400.549 75.2742 395.8 75.2742C391.05 75.2742 387.2 79.1246 387.2 83.8743C387.2 88.6239 391.05 92.4741 395.8 92.4741Z",
41
+ stroke: "var(--zd_emptysvg_medium_circle)",
42
+ strokeWidth: "3",
43
+ strokeMiterlimit: "10"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ d: "M210.499 83.7742C213.316 83.7742 215.599 81.4907 215.599 78.6741C215.599 75.8574 213.316 73.5742 210.499 73.5742C207.682 73.5742 205.399 75.8574 205.399 78.6741C205.399 81.4907 207.682 83.7742 210.499 83.7742Z",
46
+ stroke: "var(--zd_emptysvg_tiny_circle)",
47
+ strokeWidth: "3",
48
+ strokeMiterlimit: "10"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M70.1997 278.374L69.2998 293.374",
51
+ stroke: "var(--zd_emptysvg_plus)",
52
+ strokeWidth: "3",
53
+ strokeMiterlimit: "10",
54
+ strokeLinecap: "round",
55
+ strokeLinejoin: "round"
56
+ }), /*#__PURE__*/React.createElement("path", {
57
+ d: "M62.1997 285.474L77.2998 286.274",
58
+ stroke: "var(--zd_emptysvg_plus)",
59
+ strokeWidth: "3",
60
+ strokeMiterlimit: "10",
61
+ strokeLinecap: "round",
62
+ strokeLinejoin: "round"
63
+ }), /*#__PURE__*/React.createElement("g", {
64
+ clipPath: "url(#clip0_29668_2081)"
65
+ }, /*#__PURE__*/React.createElement("path", {
66
+ d: "M349.292 282.116C326.913 282.781 317.386 287.011 317.386 287.011C278.382 299.805 272.761 325.499 266.955 334.702C217.21 334.676 160.419 332.096 167.597 320.073C187.812 286.186 167.597 222.668 169.524 209.102C171.424 195.537 262.891 191.334 311.026 193.01C332.534 193.755 341.032 208.863 343.882 228.2C344.304 231.073 348.553 255.464 349.292 282.116Z",
67
+ fill: "var(--zd_emptysvg_secondary_fill)"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ d: "M318.471 376.888C318.629 359.998 303.139 369.361 298.125 363.722C290.551 355.184 284.982 342.203 301.423 328.798C329.766 305.736 380.039 302.012 390.515 352.311C400.992 402.636 330.003 427.267 313.8 404.604C307.73 396.093 318.392 381.703 318.445 376.888H318.471Z",
70
+ fill: "var(--zd_emptysvg_secondary_fill)"
71
+ }), /*#__PURE__*/React.createElement("path", {
72
+ d: "M279.467 351.327C280.839 345.129 282.475 339.703 284.138 335.102C287.858 324.728 293.902 315.392 301.66 307.625C317.072 292.41 337.445 294.432 337.445 294.432C337.445 294.432 380.751 293.341 397.64 330.952C405.874 349.279 403.71 370.558 393.471 387.821C381.754 407.557 359.349 430.964 315.357 415.776C301.74 411.068 289.231 399.019 282.554 386.198C279.282 379.921 276.959 372.446 277.25 364.121L155.936 361.7",
73
+ stroke: "var(--zd_emptysvg_primary_stroke)",
74
+ strokeWidth: "3.00476",
75
+ strokeLinecap: "round",
76
+ strokeLinejoin: "round"
77
+ }), /*#__PURE__*/React.createElement("path", {
78
+ d: "M383.601 280.973C384.208 227.908 383.839 178.381 383.839 178.381C363.281 178.381 157.572 175.428 153.64 185.297C149.734 195.165 153.64 315.605 153.64 315.605C153.64 315.605 161.478 360.025 131.103 358.056C111.575 356.78 108.249 337.974 108.381 324.701C108.487 311.083 108.461 297.464 107.642 283.899C104.977 239.372 101.889 156.49 115.454 150.718C134.059 142.818 239.882 143.962 239.882 143.962C239.882 143.962 254.74 118.134 263.554 113.187C272.368 108.24 388.853 106.298 391.782 118.134C391.782 118.134 392.547 281.824 389.513 284.59C383.285 290.282 383.628 280.946 383.628 280.946L383.601 280.973Z",
79
+ stroke: "var(--zd_emptysvg_primary_stroke)",
80
+ strokeWidth: "3.00476",
81
+ strokeLinecap: "round",
82
+ strokeLinejoin: "round"
83
+ }), /*#__PURE__*/React.createElement("path", {
84
+ d: "M337.838 356.726C337.838 356.726 337.231 329.25 342.14 330.473C347.048 331.697 348.42 357.923 348.42 357.923C348.42 357.923 373.676 352.87 373.676 360.424C373.676 366.036 348.051 365.238 348.051 365.238C348.051 365.238 350.373 393.858 344.594 392.954C338.814 392.05 338.471 365.185 338.471 365.185C338.471 365.185 314.272 366.701 313.876 363.403C312.768 354.572 337.812 356.726 337.812 356.726H337.838Z",
85
+ stroke: "var(--zd_emptysvg_primary_stroke)",
86
+ strokeWidth: "3.00476",
87
+ strokeLinecap: "round",
88
+ strokeLinejoin: "round"
89
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
90
+ id: "clip0_29668_2081"
91
+ }, /*#__PURE__*/React.createElement("rect", {
92
+ width: "300",
93
+ height: "314",
94
+ fill: "white",
95
+ transform: "translate(104 108)"
96
+ }))));
97
+ }
98
+ AddFolder.propTypes = EmptyStateProps;
99
+ AddFolder.defaultProps = { ...EmptyStateDefaultProps,
100
+ dataId: 'AddFolder'
101
+ };
@@ -0,0 +1,93 @@
1
+ import React from 'react';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+
6
+ const AllowListBlockList = props => {
7
+ return /*#__PURE__*/React.createElement(SVG, {
8
+ viewBox: "0 0 148 148",
9
+ name: "allowListBlockList",
10
+ styleName: {
11
+ fill: 'none'
12
+ },
13
+ ...props
14
+ }, /*#__PURE__*/React.createElement("path", {
15
+ opacity: "0.05",
16
+ d: "M64.2603 46.9151C64.2603 46.9151 98.1227 24.6264 115.232 31.3456C132.34 38.0648 144.062 94.4824 96.4355 119.82C48.8091 145.158 27.2603 90.0423 27.0827 80.2743C26.9051 70.8319 27.0827 48.3063 64.2603 46.9151Z",
17
+ fill: "var(--zd_emptysvg_primary_fill)"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M140.946 53.975C142.352 53.975 143.492 52.8353 143.492 51.4294C143.492 50.0235 142.352 48.8838 140.946 48.8838C139.54 48.8838 138.4 50.0235 138.4 51.4294C138.4 52.8353 139.54 53.975 140.946 53.975Z",
20
+ stroke: "var(--zd_emptysvg_medium_circle)",
21
+ strokeWidth: "0.967742",
22
+ strokeMiterlimit: "10"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M59.2892 24.6266C60.1393 24.6266 60.8284 23.9508 60.8284 23.117C60.8284 22.2833 60.1393 21.6074 59.2892 21.6074C58.4391 21.6074 57.75 22.2833 57.75 23.117C57.75 23.9508 58.4391 24.6266 59.2892 24.6266Z",
25
+ stroke: "var(--zd_emptysvg_tiny_circle)",
26
+ strokeWidth: "0.967742",
27
+ strokeMiterlimit: "10"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M18.6473 74.6211L18.3809 79.0611",
30
+ stroke: "var(--zd_emptysvg_plus)",
31
+ strokeWidth: "0.967742",
32
+ strokeMiterlimit: "10",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ }), /*#__PURE__*/React.createElement("path", {
36
+ d: "M16.2793 76.7227L20.7489 76.9595",
37
+ stroke: "var(--zd_emptysvg_plus)",
38
+ strokeWidth: "0.967742",
39
+ strokeMiterlimit: "10",
40
+ strokeLinecap: "round",
41
+ strokeLinejoin: "round"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ d: "M130.788 124.098C131.769 124.098 132.564 123.316 132.564 122.352C132.564 121.387 131.769 120.605 130.788 120.605C129.807 120.605 129.012 121.387 129.012 122.352C129.012 123.316 129.807 124.098 130.788 124.098Z",
44
+ stroke: "var(--zd_emptysvg_medium_circle)",
45
+ strokeWidth: "0.967742",
46
+ strokeMiterlimit: "10",
47
+ strokeLinecap: "round",
48
+ strokeLinejoin: "round"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M19.8555 126.757L22.8451 130.102",
51
+ stroke: "var(--zd_emptysvg_tiny_circle)",
52
+ strokeWidth: "0.967742",
53
+ strokeMiterlimit: "10",
54
+ strokeLinecap: "round",
55
+ strokeLinejoin: "round"
56
+ }), /*#__PURE__*/React.createElement("path", {
57
+ d: "M19.6777 129.923L23.0226 126.934",
58
+ stroke: "var(--zd_emptysvg_tiny_circle)",
59
+ strokeWidth: "0.967742",
60
+ strokeMiterlimit: "10",
61
+ strokeLinecap: "round",
62
+ strokeLinejoin: "round"
63
+ }), /*#__PURE__*/React.createElement("g", {
64
+ clipPath: "url(#clip0_6918_17988)"
65
+ }, /*#__PURE__*/React.createElement("path", {
66
+ d: "M42.9597 61.1873C42.9597 61.1873 45.8202 56.3337 47.2505 56.5738C48.6808 56.8139 51.142 61.1873 51.142 61.1873C51.142 61.1873 61.3863 48.7658 64.167 49.006C66.9476 49.2461 69.0096 51.9531 67.8987 53.8596C66.7879 55.7661 52.8845 70.6543 51.0622 70.4942C49.2398 70.3342 43.5187 63.967 44.1504 62.8536C44.782 61.7403 46.6116 64.1271 46.2123 65.5606C45.813 66.9941 37.7105 72.1679 33.6665 65.7207C29.6226 59.2735 35.0605 32.1821 62.9182 38.4911C62.9182 38.4911 70.6939 40.0774 74.8904 49.1952C79.2175 58.6113 76.5167 69.8612 68.5522 76.4757C65.4448 79.059 59.7672 80.9364 53.1967 80.9946C31.8152 81.1838 20.1987 54.4563 34.7411 38.7457C35.3509 38.0836 35.9318 37.3341 36.6868 36.7446C57.2261 20.743 79.2103 37.8143 81.7659 50.1775C84.3215 62.5407 79.203 89.3629 49.6537 84.6985C47.265 84.3201 45.1959 83.6579 43.4171 82.7483C43.4171 82.7483 53.9881 91.3567 72.4074 82.108C72.872 83.9053 72.9011 85.7754 72.6179 87.6092C71.7176 93.4524 73.9829 99.1647 73.9829 99.1647C86.6157 124.291 109.333 115.501 113.965 112.568C116.477 110.975 117.98 109.687 119.541 107.686C133.96 89.2174 118.379 69.4828 115.679 70.0213C112.978 70.5597 87.2909 97.833 83.4866 101.879C83.2324 102.148 82.7968 102.148 82.5572 101.864C81.5989 100.7 80.8729 99.2811 80.3283 97.833C78.3826 92.6811 78.6803 86.9179 80.9382 81.8897C86.5794 69.3518 100.251 64.7311 111.526 73.8052C118.946 79.7721 119.541 87.7693 118.59 93.7217C117.632 99.7614 114.183 105.19 109.043 108.486C98.6823 115.123 89.7013 108.792 87.4942 106.987C87.2038 106.754 87.182 106.325 87.4434 106.056L114.924 77.771C116.013 73.3977 113.972 70.1086 111.366 67.8018C107.823 64.6656 103.053 63.3412 98.3483 63.8433C91.0663 64.6292 85.926 67.0232 82.3031 69.8466",
67
+ stroke: "var(--zd_emptysvg_primary_stroke)",
68
+ strokeLinecap: "round",
69
+ strokeLinejoin: "round"
70
+ }), /*#__PURE__*/React.createElement("path", {
71
+ d: "M72.0654 46.8877C67.4188 42.1359 58.8081 36.1108 46.6544 41.8522C30.1518 49.6456 35.96 68.0339 35.96 68.0339C39.8733 79.5821 55.4684 82.7184 66.2789 76.1621C77.0895 69.6057 76.7119 51.6394 72.0654 46.8877ZM68.8055 54.2518C67.6511 57.1479 53.2395 72.5601 50.8436 72.1744C48.4549 71.7887 41.6738 62.751 42.0586 60.357C42.0586 60.357 45.6017 55.336 47.6854 55.4524C49.7691 55.5688 51.3082 59.3528 51.3082 59.3528C51.3082 59.3528 60.173 47.8846 64.0282 47.7245C67.8834 47.5717 69.9599 51.3556 68.8055 54.2518Z",
72
+ fill: "var(--zd_emptysvg_secondary_fill)"
73
+ }), /*#__PURE__*/React.createElement("path", {
74
+ d: "M83.834 98.2259C83.834 98.2259 77.6991 87.0633 86.8978 77.116C96.0966 67.1687 107.314 74.4454 107.314 74.4454L83.834 98.2186V98.2259Z",
75
+ fill: "var(--zd_emptysvg_secondary_fill)"
76
+ }), /*#__PURE__*/React.createElement("path", {
77
+ d: "M114.589 81.9111C114.589 81.9111 120.724 93.0737 111.525 103.021C102.326 112.968 91.1094 105.692 91.1094 105.692L114.589 81.9184V81.9111Z",
78
+ fill: "var(--zd_emptysvg_secondary_fill)"
79
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
80
+ id: "clip0_6918_17988"
81
+ }, /*#__PURE__*/React.createElement("rect", {
82
+ width: "98.05",
83
+ height: "86.95",
84
+ fill: "white",
85
+ transform: "translate(27.9082 29.8896)"
86
+ }))));
87
+ };
88
+
89
+ AllowListBlockList.propTypes = EmptyStateProps;
90
+ AllowListBlockList.defaultProps = { ...EmptyStateDefaultProps,
91
+ dataId: 'allowListBlockList'
92
+ };
93
+ export default AllowListBlockList;
@@ -0,0 +1,90 @@
1
+ import React from 'react';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ export default function EmptyAllowList(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ styleName: {
8
+ fill: 'none'
9
+ },
10
+ viewBox: "0 0 160 160",
11
+ name: "emptyAllowList",
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ opacity: "0.05",
15
+ d: "M69.4717 50.7196C69.4717 50.7196 106.08 26.6236 124.576 33.8876C143.072 41.1516 155.744 102.144 104.256 129.536C52.7677 156.928 29.4717 97.3436 29.2797 86.7836C29.0877 76.5756 29.2797 52.2236 69.4717 50.7196Z",
16
+ fill: "var(--zd_emptysvg_primary_fill)"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ d: "M152.374 58.3516C153.893 58.3516 155.126 57.1194 155.126 55.5996C155.126 54.0797 153.893 52.8476 152.374 52.8476C150.854 52.8476 149.622 54.0797 149.622 55.5996C149.622 57.1194 150.854 58.3516 152.374 58.3516Z",
19
+ stroke: "var(--zd_emptysvg_medium_circle)",
20
+ strokeWidth: "0.967742",
21
+ strokeMiterlimit: "10"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M64.096 26.6234C65.015 26.6234 65.76 25.8927 65.76 24.9914C65.76 24.0901 65.015 23.3594 64.096 23.3594C63.177 23.3594 62.432 24.0901 62.432 24.9914C62.432 25.8927 63.177 26.6234 64.096 26.6234Z",
24
+ stroke: "var(--zd_emptysvg_tiny_circle)",
25
+ strokeWidth: "0.967742",
26
+ strokeMiterlimit: "10"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M20.1595 80.6716L19.8715 85.4716",
29
+ stroke: "var(--zd_emptysvg_plus)",
30
+ strokeWidth: "0.967742",
31
+ strokeMiterlimit: "10",
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M17.5995 82.9435L22.4315 83.1995",
36
+ stroke: "var(--zd_emptysvg_plus)",
37
+ strokeWidth: "0.967742",
38
+ strokeMiterlimit: "10",
39
+ strokeLinecap: "round",
40
+ strokeLinejoin: "round"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M141.392 134.16C142.452 134.16 143.312 133.315 143.312 132.272C143.312 131.23 142.452 130.384 141.392 130.384C140.332 130.384 139.472 131.23 139.472 132.272C139.472 133.315 140.332 134.16 141.392 134.16Z",
43
+ stroke: "var(--zd_emptysvg_medium_circle)",
44
+ strokeWidth: "0.967742",
45
+ strokeMiterlimit: "10",
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round"
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ d: "M21.4644 137.034L24.6963 140.65",
50
+ stroke: "var(--zd_emptysvg_tiny_circle)",
51
+ strokeWidth: "0.967742",
52
+ strokeMiterlimit: "10",
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M21.2729 140.458L24.889 137.226",
57
+ stroke: "var(--zd_emptysvg_tiny_circle)",
58
+ strokeWidth: "0.967742",
59
+ strokeMiterlimit: "10",
60
+ strokeLinecap: "round",
61
+ strokeLinejoin: "round"
62
+ }), /*#__PURE__*/React.createElement("path", {
63
+ d: "M79.2777 49.3555C82.6357 50.8889 82.1505 46.9421 83.7227 46.4374C86.1038 45.6739 89.19 45.7063 90.3935 50.2031C92.464 57.9479 88.7048 68.3908 77.7313 66.0292C66.7514 63.6675 68.1878 47.2074 74.1662 45.9651C76.4049 45.4992 78.3266 48.922 79.2777 49.3619V49.3555Z",
64
+ fill: "var(--zd_emptysvg_secondary_fill)"
65
+ }), /*#__PURE__*/React.createElement("path", {
66
+ d: "M51.2942 77.3197C48.1044 75.7992 48.6673 79.733 47.205 80.2377C44.9922 81.0012 42.1001 80.9753 40.8448 76.4915C38.6838 68.7725 41.906 58.3555 52.2712 60.6913C62.6365 63.027 61.7565 79.4419 56.1857 80.6906C54.0958 81.1565 52.2 77.7467 51.2942 77.3132V77.3197Z",
67
+ fill: "var(--zd_emptysvg_secondary_fill)"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ d: "M110.904 78.329C107.52 76.8538 108.064 80.7877 106.504 81.3183C104.136 82.1206 101.05 82.1335 99.7753 77.6561C97.5883 69.9437 101.179 59.4425 112.192 61.6359C123.204 63.8228 122.02 80.3089 116.074 81.6418C113.841 82.14 111.868 78.7496 110.91 78.329H110.904Z",
70
+ fill: "var(--zd_emptysvg_secondary_fill)"
71
+ }), /*#__PURE__*/React.createElement("path", {
72
+ d: "M36.3804 102.819C36.3804 102.819 32.8476 88.429 47.315 86.4491C51.5983 85.8668 55.5386 83.6863 58.0167 80.1407C60.0289 77.2679 61.6206 73.347 61.213 68.3261C60.2295 56.1427 38.8649 54.4928 39.609 71.5612C40.366 88.759 62.4811 82.4182 64.791 96.2838C67.1008 110.149 63.0052 104.676 62.4811 103.744C60.3201 99.9006 54.9045 75.3527 77.1167 70.9789C81.497 70.1183 85.5474 67.912 88.3101 64.4052C90.5618 61.5453 92.3734 57.5338 92.2828 52.0471C92.0499 37.955 67.9096 35.9881 67.5602 54.124C67.2108 72.26 97.2455 65.2139 98.9795 89.8201C100.713 114.426 94.8191 106.351 94.5927 104.119C94.2562 100.865 91.9334 86.8179 109.144 86.585C126.355 86.3521 124.97 57.7085 109.144 59.5525C93.318 61.403 94.2433 85.8927 113.531 87.3938C117.5 87.7027 122 90.5 123 94.5",
73
+ stroke: "var(--zd_emptysvg_primary_stroke)",
74
+ strokeLinecap: "round",
75
+ strokeLinejoin: "round"
76
+ }), /*#__PURE__*/React.createElement("path", {
77
+ d: "M124.692 106.934C122.402 109.056 119.969 106.423 119.251 105.53C118.532 104.637 115.763 102.618 115.453 105.323C115.142 108.027 120.823 111.793 123.392 111.793C125.96 111.793 133.006 99.6807 133.006 99.6807C133.006 99.6807 134.993 96.0185 133.589 95.4686C132.185 94.9186 131.123 96.3938 131.123 96.3938C131.123 96.3938 131.874 96.0832 132.832 95.9862C133.789 95.8891 133.498 99.273 133.498 99.273C138.804 106.973 134.022 114.303 134.022 114.303C126.918 123.497 117.2 117.817 117.2 117.817C111.668 113.669 110.917 109.011 111.558 105.394C112.373 100.761 115.75 96.9308 120.215 95.4556C126.064 93.5146 130.586 96.5814 130.586 96.5814C130.586 96.5814 126.983 104.818 124.692 106.94V106.934Z",
78
+ stroke: "var(--zd_emptysvg_primary_stroke)",
79
+ strokeLinecap: "round",
80
+ strokeLinejoin: "round"
81
+ }), /*#__PURE__*/React.createElement("path", {
82
+ opacity: "0.5",
83
+ d: "M119.26 104.547C117.658 103.332 116.633 104.558 116.321 105.322C113.969 109.13 119.364 112.109 122.355 113.122C126.527 113.533 131.242 105.802 133.078 101.885C135.37 104.117 134.816 108.691 134.253 110.698C132.074 114.909 125.763 121.994 117.948 116.648C110.133 111.301 112.048 104.578 113.982 101.885C120.387 93.8349 126.674 95.3305 129.017 97.0846C127.724 99.9059 124.882 105.762 123.848 106.615C122.556 107.681 121.263 106.065 119.26 104.547Z",
84
+ fill: "var(--zd_emptysvg_tiny_circle)"
85
+ }));
86
+ }
87
+ EmptyAllowList.propTypes = EmptyStateProps;
88
+ EmptyAllowList.defaultProps = { ...EmptyStateDefaultProps,
89
+ dataId: 'emptyAllowList'
90
+ };
@@ -0,0 +1,90 @@
1
+ import React from 'react';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ export default function EmptyBlockList(props) {
6
+ return /*#__PURE__*/React.createElement(SVG, {
7
+ viewBox: "0 0 160 160",
8
+ styleName: {
9
+ fill: 'none'
10
+ },
11
+ name: "emptyBlockList",
12
+ ...props
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ opacity: "0.05",
15
+ d: "M69.4717 50.7196C69.4717 50.7196 106.08 26.6236 124.576 33.8876C143.072 41.1516 155.744 102.144 104.256 129.536C52.7677 156.928 29.4717 97.3436 29.2797 86.7836C29.0877 76.5756 29.2797 52.2236 69.4717 50.7196Z",
16
+ fill: "var(--zd_emptysvg_primary_fill)"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ d: "M152.374 58.3516C153.893 58.3516 155.126 57.1194 155.126 55.5996C155.126 54.0797 153.893 52.8476 152.374 52.8476C150.854 52.8476 149.622 54.0797 149.622 55.5996C149.622 57.1194 150.854 58.3516 152.374 58.3516Z",
19
+ stroke: "var(--zd_emptysvg_medium_circle)",
20
+ strokeWidth: "0.967742",
21
+ strokeMiterlimit: "10"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M64.096 26.6234C65.015 26.6234 65.76 25.8927 65.76 24.9914C65.76 24.0901 65.015 23.3594 64.096 23.3594C63.1769 23.3594 62.4319 24.0901 62.4319 24.9914C62.4319 25.8927 63.1769 26.6234 64.096 26.6234Z",
24
+ stroke: "var(--zd_emptysvg_tiny_circle)",
25
+ strokeWidth: "0.967742",
26
+ strokeMiterlimit: "10"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M20.1595 80.6716L19.8715 85.4716",
29
+ stroke: "var(--zd_emptysvg_plus)",
30
+ strokeWidth: "0.967742",
31
+ strokeMiterlimit: "10",
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M17.5995 82.9435L22.4315 83.1995",
36
+ stroke: "var(--zd_emptysvg_plus)",
37
+ strokeWidth: "0.967742",
38
+ strokeMiterlimit: "10",
39
+ strokeLinecap: "round",
40
+ strokeLinejoin: "round"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M141.392 134.16C142.452 134.16 143.312 133.315 143.312 132.272C143.312 131.23 142.452 130.384 141.392 130.384C140.332 130.384 139.472 131.23 139.472 132.272C139.472 133.315 140.332 134.16 141.392 134.16Z",
43
+ stroke: "var(--zd_emptysvg_medium_circle)",
44
+ strokeWidth: "0.967742",
45
+ strokeMiterlimit: "10",
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round"
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ d: "M21.4644 137.034L24.6964 140.65",
50
+ stroke: "var(--zd_emptysvg_tiny_circle)",
51
+ strokeWidth: "0.967742",
52
+ strokeMiterlimit: "10",
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M21.273 140.458L24.889 137.226",
57
+ stroke: "var(--zd_emptysvg_tiny_circle)",
58
+ strokeWidth: "0.967742",
59
+ strokeMiterlimit: "10",
60
+ strokeLinecap: "round",
61
+ strokeLinejoin: "round"
62
+ }), /*#__PURE__*/React.createElement("path", {
63
+ d: "M79.8949 51.3291C83.2423 52.8577 82.7586 48.9233 84.3259 48.4203C86.6994 47.6592 89.7759 47.6914 90.9755 52.174C93.0395 59.8944 89.2922 70.3042 78.3534 67.9501C67.4082 65.5959 68.84 49.1878 74.7996 47.9494C77.0312 47.485 78.9468 50.897 79.8949 51.3355V51.3291Z",
64
+ fill: "var(--zd_emptysvg_secondary_fill)"
65
+ }), /*#__PURE__*/React.createElement("path", {
66
+ d: "M51.9997 79.2049C48.82 77.6892 49.3811 81.6106 47.9235 82.1137C45.7177 82.8748 42.8346 82.849 41.5834 78.3793C39.4292 70.6848 42.6411 60.3007 52.9736 62.629C63.3061 64.9574 62.4289 81.3204 56.8757 82.5652C54.7924 83.0296 52.9027 79.6306 51.9997 79.1984V79.2049Z",
67
+ fill: "var(--zd_emptysvg_secondary_fill)"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ d: "M111.421 80.211C108.048 78.7405 108.59 82.6619 107.035 83.1908C104.675 83.9906 101.598 84.0035 100.328 79.5403C98.1477 71.8522 101.727 61.3842 112.705 63.5707C123.682 65.7507 122.502 82.1847 116.575 83.5133C114.349 84.0099 112.382 80.6303 111.428 80.211H111.421Z",
70
+ fill: "var(--zd_emptysvg_secondary_fill)"
71
+ }), /*#__PURE__*/React.createElement("path", {
72
+ d: "M37.1331 104.623C37.1331 104.623 33.6115 90.2791 48.0331 88.3055C52.3029 87.725 56.2308 85.5514 58.701 82.017C60.7069 79.1533 62.2935 75.2447 61.8872 70.2397C60.9068 58.0949 39.6098 56.4502 40.3515 73.4646C41.1061 90.608 63.1513 84.2873 65.4539 98.1091C67.7565 111.931 63.6738 106.474 63.1513 105.546C60.9971 101.714 55.5987 77.2442 77.7407 72.8841C82.1071 72.0263 86.1447 69.8269 88.8987 66.3312C91.1432 63.4804 92.9492 59.4816 92.8589 54.0122C92.6267 39.9646 68.5627 38.0039 68.2144 56.0825C67.8661 74.1612 97.8058 67.1374 99.5343 91.6658C101.263 116.194 95.3872 108.145 95.1614 105.92C94.826 102.676 92.5106 88.6731 109.667 88.4409C126.823 88.2087 125.443 59.6557 109.667 61.4939C93.8908 63.3385 94.8131 87.7508 114.04 89.2471C118.51 89.5954 121.442 92.3912 123.254 95.5",
73
+ stroke: "var(--zd_emptysvg_primary_stroke)",
74
+ strokeLinecap: "round",
75
+ strokeLinejoin: "round"
76
+ }), /*#__PURE__*/React.createElement("path", {
77
+ d: "M120.567 117.639C118.813 117.245 128.384 96.9868 128.384 96.9868C129.184 97.3222 129.996 97.7543 130.809 98.2961C141.903 105.629 134.324 116.794 132.97 117.981C128.313 122.057 124.024 122.386 120.561 121.309C111.57 118.51 108.558 106.965 115.014 100.115C117.542 97.4318 121.044 95.613 124.888 96.0903C124.888 96.0903 127.668 96.7159 130.08 99.0378C130.08 99.0378 122.315 118.032 120.561 117.639H120.567Z",
78
+ stroke: "var(--zd_emptysvg_primary_stroke)",
79
+ strokeLinecap: "round",
80
+ strokeLinejoin: "round"
81
+ }), /*#__PURE__*/React.createElement("path", {
82
+ opacity: "0.5",
83
+ d: "M113.366 106.837C115.862 97.9791 123.264 97.308 126.653 98.0798C122.794 104.992 116.103 118.816 120.21 118.816C124.317 118.816 129.236 106.401 131.182 100.194C135.712 103.918 137.926 114.085 130.276 118.816C122.626 123.547 110.245 117.91 113.366 106.837Z",
84
+ fill: "var(--zd_emptysvg_medium_circle)"
85
+ }));
86
+ }
87
+ EmptyBlockList.propTypes = EmptyStateProps;
88
+ EmptyBlockList.defaultProps = { ...EmptyStateDefaultProps,
89
+ dataId: 'emptyBlockList'
90
+ };
@@ -0,0 +1,56 @@
1
+ import React from 'react';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ export default class EmptyIntegration extends React.Component {
6
+ render() {
7
+ return /*#__PURE__*/React.createElement(SVG, {
8
+ viewBox: "0 0 150 150",
9
+ name: "inbox",
10
+ ...this.props
11
+ }, /*#__PURE__*/React.createElement("g", {
12
+ clipPath: "url(#a)",
13
+ fill: "none"
14
+ }, /*#__PURE__*/React.createElement("path", {
15
+ fill: "var(--zd_emptysvg_primary_fill)",
16
+ d: "M60.15 42.15s35.026-23.4 52.726-16.35c17.7 7.05 29.775 66.226-19.425 92.776-49.2 26.55-71.55-31.2-71.775-41.4-.15-9.975 0-33.525 38.475-35.025Z",
17
+ opacity: 0.1
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ fill: "var(--zd_emptysvg_plus)",
20
+ d: "M10.5 87.975c-.075 0 0 0 0 0-.225 0-.375-.225-.375-.375l.3-5.625c0-.225.15-.375.375-.375s.375.15.375.375l-.3 5.625c-.075.225-.225.375-.375.375Z"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ fill: "var(--zd_emptysvg_plus)",
23
+ d: "m13.35 85.35-5.55-.3c-.225 0-.375-.225-.375-.375 0-.225.225-.375.375-.375l5.475.3c.225 0 .375.225.375.375.075.225-.075.375-.3.375Z"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ fill: "var(--zd_emptysvg_medium_circle)",
26
+ d: "M128.4 15.6a3.52 3.52 0 0 0-3.525 3.525 3.52 3.52 0 0 0 3.525 3.525 3.52 3.52 0 0 0 3.525-3.525c0-1.95-1.65-3.525-3.525-3.525Zm0 6.375c-1.5 0-2.775-1.275-2.775-2.85 0-1.575 1.275-2.85 2.775-2.85s2.775 1.275 2.775 2.85c0 1.575-1.275 2.85-2.775 2.85ZM93.3 129.824a2.529 2.529 0 0 0-2.55 2.55 2.529 2.529 0 0 0 2.55 2.55 2.529 2.529 0 0 0 2.55-2.55c0-1.35-1.125-2.55-2.55-2.55Zm0 4.425c-.975 0-1.8-.825-1.8-1.875s.825-1.875 1.8-1.875c.975 0 1.8.825 1.8 1.875s-.825 1.875-1.8 1.875Z"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ fill: "var(--zd_emptysvg_tiny_circle)",
29
+ d: "M60.675 15a2.256 2.256 0 0 0-2.25 2.25c0 1.2.975 2.25 2.25 2.25s2.25-1.05 2.25-2.25S61.95 15 60.675 15Zm0 3.825c-.825 0-1.5-.675-1.5-1.5s.675-1.5 1.5-1.5 1.5.675 1.5 1.5-.675 1.5-1.5 1.5ZM142.35 97.35a.363.363 0 0 0-.525 0l-1.8 1.65-1.575-1.8a.362.362 0 0 0-.525 0 .362.362 0 0 0 0 .525l1.575 1.8-1.8 1.65a.363.363 0 0 0 0 .525c.075.075.15.15.3.15.075 0 .15 0 .225-.075l1.8-1.65 1.575 1.8c.075.075.15.15.3.15.075 0 .15 0 .225-.075a.362.362 0 0 0 0-.525l-1.575-1.8 1.8-1.65c.15-.225.15-.525 0-.675Z"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ fill: "var(--zd_emptysvg_primary_fill)",
32
+ d: "M86.85 48.75S58.877 30.075 44.7 35.7c-14.174 5.625-23.85 52.95 15.526 74.175C99.6 131.1 117.45 84.9 117.6 76.725c.15-7.95 0-26.85-30.75-27.975Z",
33
+ opacity: 0.1
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ fill: "var(--zd_emptysvg_secondary_fill)",
36
+ d: "M28.773 37.462c0-1.38-1.252-.628-1.753-1.13-.5-.627-1.002-1.757.376-2.887 2.38-1.884 6.512-2.26 7.389 2.008.876 4.143-5.01 6.278-6.387 4.394-.501-.753.375-2.008.375-2.385ZM41.297 37.462c0-1.38-1.252-.628-1.753-1.13-.626-.753-1.127-1.757.25-2.887 2.38-1.884 6.513-2.26 7.39 2.008.876 4.143-5.01 6.278-6.387 4.394-.376-.753.5-2.008.5-2.385ZM33.908 77.512S45.18 95.465 50.566 90.317c5.385-5.147 7.89-13.308 15.528-13.308 7.64 0 25.423 18.079 31.058 15.945 5.636-2.135 21.54 2.762 22.292-1.13.876-3.767 1.127-29.378-1.378-29.629-2.505-.251-83.155-.753-84.282 1.883-1.127 2.637.125 13.434.125 13.434Z"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ stroke: "var(--zd_emptysvg_primary_stroke)",
39
+ strokeLinecap: "round",
40
+ strokeLinejoin: "round",
41
+ strokeMiterlimit: 10,
42
+ strokeWidth: 0.75,
43
+ d: "m131.59 91.698-.626-44.82S27.647 45.121 29.65 48.26c1.754 2.762 83.781-3.013 101.69-4.394 0 0 1.252-12.805 0-14.814-1.253-2.009-108.577-.628-111.207-.251-2.63.377-.626 85.747 2.63 91.02 3.13 5.273 107.951-.628 107.951-.628 1.878-.502 1.252-16.948.876-21.468l-54.601.377c.25 6.528.5 15.442.5 15.442l4.384-5.273 7.388.502-15.654-13.308 49.593-.376c3.506-3.516-.126-7.03-2.255-5.022-2.129 2.009.501 4.77 1.378 4.143.877-.628.376-29.629.25-32.642-.25-3.013-5.76-4.77-6.512-1.255-.751 3.515 3.006 4.268 4.759 3.264 1.753-1.005-1.878-4.52-1.878-4.52s-83.03 1.632-85.159 0c-2.129-1.632-5.76 1.13-5.76 3.139s5.009 2.385 5.885.628c.877-1.758-1.377-2.511-2.38-2.386-1 .126-.876 28.75-1.377 29.378-.5.627-1.252 4.77-.375 7.532.876 2.762 7.388-3.264 1.002-4.77-3.256-.502-3.758 1.883-3.758 1.883s-.25 3.264 8.892 1.13l34.815.25"
44
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
45
+ id: "a"
46
+ }, /*#__PURE__*/React.createElement("path", {
47
+ fill: "var(--zd_emptysvg_primary_fill)",
48
+ d: "M7.5 15h135v120H7.5z"
49
+ }))));
50
+ }
51
+
52
+ }
53
+ EmptyIntegration.propTypes = EmptyStateProps;
54
+ EmptyIntegration.defaultProps = { ...EmptyStateDefaultProps,
55
+ dataId: 'emptyIntegration'
56
+ };
@@ -0,0 +1,113 @@
1
+ import React from 'react';
2
+ import { EmptyStateProps } from "../props/propTypes";
3
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
4
+ import SVG from "../../SVG/SVG";
5
+ const svgStyle = {
6
+ fill: 'none'
7
+ };
8
+ export default function ShareFolder(props) {
9
+ return /*#__PURE__*/React.createElement(SVG, {
10
+ viewBox: "0 0 500 500",
11
+ name: "shareFolder",
12
+ styleName: svgStyle,
13
+ ...props
14
+ }, /*#__PURE__*/React.createElement("path", {
15
+ opacity: "0.1",
16
+ d: "M217.099 159.074C217.099 159.074 330.799 83.7741 388.399 106.474C445.999 129.174 485.299 319.774 325.199 405.374C165.099 490.974 92.7989 304.874 92.0989 271.874C91.5989 239.874 92.1989 163.774 217.099 159.074Z",
17
+ fill: "var(--zd_emptysvg_primary_fill)"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M419.5 388.574C422.814 388.574 425.5 385.933 425.5 382.674C425.5 379.416 422.814 376.774 419.5 376.774C416.186 376.774 413.5 379.416 413.5 382.674C413.5 385.933 416.186 388.574 419.5 388.574Z",
20
+ stroke: "var(--zd_emptysvg_medium_circle)",
21
+ strokeWidth: "3",
22
+ strokeMiterlimit: "10",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M161.799 416.174L171.799 427.474",
27
+ stroke: "var(--zd_emptysvg_tiny_circle)",
28
+ strokeWidth: "3",
29
+ strokeMiterlimit: "10",
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M161.199 426.875L172.399 416.774",
34
+ stroke: "var(--zd_emptysvg_tiny_circle)",
35
+ strokeWidth: "3",
36
+ strokeMiterlimit: "10",
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M395.6 92.4741C400.35 92.4741 404.2 88.6239 404.2 83.8743C404.2 79.1246 400.35 75.2742 395.6 75.2742C390.85 75.2742 387 79.1246 387 83.8743C387 88.6239 390.85 92.4741 395.6 92.4741Z",
41
+ stroke: "var(--zd_emptysvg_medium_circle)",
42
+ strokeWidth: "3",
43
+ strokeMiterlimit: "10"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ d: "M210.299 83.7742C213.116 83.7742 215.399 81.4907 215.399 78.6741C215.399 75.8574 213.116 73.5742 210.299 73.5742C207.483 73.5742 205.199 75.8574 205.199 78.6741C205.199 81.4907 207.483 83.7742 210.299 83.7742Z",
46
+ stroke: "var(--zd_emptysvg_tiny_circle)",
47
+ strokeWidth: "3",
48
+ strokeMiterlimit: "10"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M70 278.374L69.1001 293.374",
51
+ stroke: "var(--zd_emptysvg_plus)",
52
+ strokeWidth: "3",
53
+ strokeMiterlimit: "10",
54
+ strokeLinecap: "round",
55
+ strokeLinejoin: "round"
56
+ }), /*#__PURE__*/React.createElement("path", {
57
+ d: "M62 285.474L77.1001 286.274",
58
+ stroke: "var(--zd_emptysvg_plus)",
59
+ strokeWidth: "3",
60
+ strokeMiterlimit: "10",
61
+ strokeLinecap: "round",
62
+ strokeLinejoin: "round"
63
+ }), /*#__PURE__*/React.createElement("g", {
64
+ clipPath: "url(#clip0_29668_2112)"
65
+ }, /*#__PURE__*/React.createElement("path", {
66
+ d: "M354.967 268.421C339.496 274.469 332.281 288.5 332.281 288.5C297.025 291.177 282.918 304.91 277.463 313.487C230.728 313.463 177.372 311.058 184.116 299.853C203.108 268.272 184.116 209.075 185.926 196.433C187.711 183.79 273.645 179.873 318.868 181.435C339.075 182.129 347.058 196.21 349.736 214.231C350.133 216.909 354.273 243.582 354.967 268.421Z",
67
+ fill: "var(--zd_emptysvg_secondary_fill)"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ d: "M375.697 380.865C375.746 375.634 370.912 378.535 369.35 376.799C366.994 374.172 365.259 370.156 370.391 366.016C379.217 358.877 394.887 357.736 398.159 373.279C401.432 388.822 379.292 396.457 374.259 389.442C372.374 386.814 375.697 382.352 375.697 380.865Z",
70
+ fill: "var(--zd_emptysvg_secondary_fill)"
71
+ }), /*#__PURE__*/React.createElement("path", {
72
+ d: "M376.935 304.34C376.985 299.109 372.15 302.01 370.588 300.274C368.233 297.647 366.497 293.631 371.63 289.491C380.456 282.352 396.126 281.211 399.398 296.754C402.671 312.297 380.53 319.932 375.497 312.917C373.613 310.289 376.935 305.827 376.935 304.34Z",
73
+ fill: "var(--zd_emptysvg_secondary_fill)"
74
+ }), /*#__PURE__*/React.createElement("path", {
75
+ d: "M305.431 349.308C305.505 340.532 297.398 345.391 294.77 342.466C290.803 338.029 287.877 331.286 296.505 324.32C311.356 312.322 337.712 310.389 343.191 336.541C348.67 362.694 311.48 375.51 302.976 363.71C299.803 359.298 305.381 351.812 305.406 349.308H305.431Z",
76
+ fill: "var(--zd_emptysvg_secondary_fill)"
77
+ }), /*#__PURE__*/React.createElement("path", {
78
+ d: "M368.058 360.314C381.446 351.737 390.546 354.538 396.298 359.471C403.463 365.644 405.645 375.832 402.223 384.657C400.165 389.987 396.942 393.234 393.744 395.217C388.835 398.242 382.76 398.688 377.281 396.878C356.033 389.888 363.62 367.057 363.62 367.057L346.091 355.431C347.777 352.406 348.372 349.704 348.372 349.704C348.372 349.704 350.008 342.02 347.678 329.972",
79
+ stroke: "var(--zd_emptysvg_primary_stroke)",
80
+ strokeWidth: "3.3329",
81
+ strokeLinecap: "round",
82
+ strokeLinejoin: "round"
83
+ }), /*#__PURE__*/React.createElement("path", {
84
+ d: "M362.185 308.306C358.689 297.027 364.862 289.516 364.862 289.516C375.598 272.61 395.21 281.906 395.21 281.906C406.763 287.285 410.755 313.14 393.028 320.106C375.3 327.072 365.656 313.661 365.656 313.661L346.069 323.428C344.482 319.387 341.829 316.313 338.929 314.008C333.053 309.298 324.524 306.15 317.011 306.77C292.664 308.753 286.788 324.667 285.276 336.517C283.887 347.325 287.705 358.306 296.086 365.297C311.854 378.435 331.59 369.238 331.59 369.238C331.59 369.238 341.805 365.941 346.044 355.456",
85
+ stroke: "var(--zd_emptysvg_primary_stroke)",
86
+ strokeWidth: "3.3329",
87
+ strokeLinecap: "round",
88
+ strokeLinejoin: "round"
89
+ }), /*#__PURE__*/React.createElement("path", {
90
+ d: "M269.307 341.103C208.291 340.434 173.158 338.649 173.158 338.649",
91
+ stroke: "var(--zd_emptysvg_primary_stroke)",
92
+ strokeWidth: "3.3329",
93
+ strokeLinecap: "round",
94
+ strokeLinejoin: "round"
95
+ }), /*#__PURE__*/React.createElement("path", {
96
+ d: "M387.053 263.413C387.623 213.959 387.276 167.801 387.276 167.801C367.962 167.801 174.698 165.049 171.004 174.246C167.334 183.443 171.004 295.689 171.004 295.689C171.004 295.689 178.367 337.087 149.83 335.252C131.483 334.063 128.359 316.537 128.483 304.167C128.582 291.475 128.557 278.783 127.789 266.14C125.285 224.643 122.384 147.4 135.128 142.02C152.607 134.658 252.028 135.724 252.028 135.724C252.028 135.724 265.987 111.653 274.268 107.043C282.549 102.432 391.987 100.622 394.739 111.653C394.739 111.653 395.458 264.206 392.607 266.785C386.756 272.089 387.078 263.388 387.078 263.388L387.053 263.413Z",
97
+ stroke: "var(--zd_emptysvg_primary_stroke)",
98
+ strokeWidth: "3.3329",
99
+ strokeLinecap: "round",
100
+ strokeLinejoin: "round"
101
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
102
+ id: "clip0_29668_2112"
103
+ }, /*#__PURE__*/React.createElement("rect", {
104
+ width: "282",
105
+ height: "297",
106
+ fill: "white",
107
+ transform: "translate(124.367 102.209)"
108
+ }))));
109
+ }
110
+ ShareFolder.propTypes = EmptyStateProps;
111
+ ShareFolder.defaultProps = { ...EmptyStateDefaultProps,
112
+ dataId: 'ShareFolder'
113
+ };