@datalayer/icons-react 1.0.0 → 1.0.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 (115) hide show
  1. package/data2/DnaIcon.d.ts +3 -0
  2. package/data2/DnaIcon.js +92 -0
  3. package/data2/DnaIcon.svg +27 -0
  4. package/data2/DnaIconJupyterLab.d.ts +3 -0
  5. package/data2/DnaIconJupyterLab.js +7 -0
  6. package/data2/EnveloppeEmailIcon.d.ts +3 -0
  7. package/data2/EnveloppeEmailIcon.js +96 -0
  8. package/data2/EnveloppeEmailIcon.svg +21 -0
  9. package/data2/EnveloppeEmailIconJupyterLab.d.ts +3 -0
  10. package/data2/EnveloppeEmailIconJupyterLab.js +7 -0
  11. package/data2/EnveloppeIcon.d.ts +3 -0
  12. package/data2/EnveloppeIcon.js +67 -0
  13. package/data2/EnveloppeIcon.svg +14 -0
  14. package/data2/EnveloppeIconJupyterLab.d.ts +3 -0
  15. package/data2/EnveloppeIconJupyterLab.js +7 -0
  16. package/data2/EnveloppeIncomingIcon.d.ts +3 -0
  17. package/data2/EnveloppeIncomingIcon.js +50 -0
  18. package/data2/EnveloppeIncomingIcon.svg +9 -0
  19. package/data2/EnveloppeIncomingIconJupyterLab.d.ts +3 -0
  20. package/data2/EnveloppeIncomingIconJupyterLab.js +7 -0
  21. package/data2/GlobEuropeAfricaIcon.d.ts +3 -0
  22. package/data2/GlobEuropeAfricaIcon.js +49 -0
  23. package/data2/GlobEuropeAfricaIcon.svg +8 -0
  24. package/data2/GlobEuropeAfricaIconJupyterLab.d.ts +3 -0
  25. package/data2/GlobEuropeAfricaIconJupyterLab.js +7 -0
  26. package/data2/GlobeAmericasIcon.d.ts +3 -0
  27. package/data2/GlobeAmericasIcon.js +49 -0
  28. package/data2/GlobeAmericasIcon.svg +8 -0
  29. package/data2/GlobeAmericasIconJupyterLab.d.ts +3 -0
  30. package/data2/GlobeAmericasIconJupyterLab.js +7 -0
  31. package/data2/GlobeAsiaAustriliaIcon.d.ts +3 -0
  32. package/data2/GlobeAsiaAustriliaIcon.js +64 -0
  33. package/data2/GlobeAsiaAustriliaIcon.svg +10 -0
  34. package/data2/GlobeAsiaAustriliaIconJupyterLab.d.ts +3 -0
  35. package/data2/GlobeAsiaAustriliaIconJupyterLab.js +7 -0
  36. package/data2/GlobeIcon.d.ts +3 -0
  37. package/data2/GlobeIcon.js +50 -0
  38. package/data2/GlobeIcon.svg +7 -0
  39. package/data2/GlobeIconJupyterLab.d.ts +3 -0
  40. package/data2/GlobeIconJupyterLab.js +7 -0
  41. package/data2/LabelIcon.d.ts +3 -0
  42. package/data2/LabelIcon.js +39 -0
  43. package/data2/LabelIcon.svg +4 -0
  44. package/data2/LabelIconJupyterLab.d.ts +3 -0
  45. package/data2/LabelIconJupyterLab.js +7 -0
  46. package/data2/PotentiometerIcon.d.ts +3 -0
  47. package/data2/PotentiometerIcon.js +65 -0
  48. package/data2/PotentiometerIcon.svg +13 -0
  49. package/data2/PotentiometerIconJupyterLab.d.ts +3 -0
  50. package/data2/PotentiometerIconJupyterLab.js +7 -0
  51. package/data2/ThermometerIcon.d.ts +3 -0
  52. package/data2/ThermometerIcon.js +49 -0
  53. package/data2/ThermometerIcon.svg +10 -0
  54. package/data2/ThermometerIconJupyterLab.d.ts +3 -0
  55. package/data2/ThermometerIconJupyterLab.js +7 -0
  56. package/data2/esm/DnaIcon.d.ts +3 -0
  57. package/data2/esm/DnaIcon.js +92 -0
  58. package/data2/esm/DnaIcon.svg +27 -0
  59. package/data2/esm/DnaIconJupyterLab.d.ts +3 -0
  60. package/data2/esm/DnaIconJupyterLab.js +7 -0
  61. package/data2/esm/EnveloppeEmailIcon.d.ts +3 -0
  62. package/data2/esm/EnveloppeEmailIcon.js +96 -0
  63. package/data2/esm/EnveloppeEmailIcon.svg +21 -0
  64. package/data2/esm/EnveloppeEmailIconJupyterLab.d.ts +3 -0
  65. package/data2/esm/EnveloppeEmailIconJupyterLab.js +7 -0
  66. package/data2/esm/EnveloppeIcon.d.ts +3 -0
  67. package/data2/esm/EnveloppeIcon.js +67 -0
  68. package/data2/esm/EnveloppeIcon.svg +14 -0
  69. package/data2/esm/EnveloppeIconJupyterLab.d.ts +3 -0
  70. package/data2/esm/EnveloppeIconJupyterLab.js +7 -0
  71. package/data2/esm/EnveloppeIncomingIcon.d.ts +3 -0
  72. package/data2/esm/EnveloppeIncomingIcon.js +50 -0
  73. package/data2/esm/EnveloppeIncomingIcon.svg +9 -0
  74. package/data2/esm/EnveloppeIncomingIconJupyterLab.d.ts +3 -0
  75. package/data2/esm/EnveloppeIncomingIconJupyterLab.js +7 -0
  76. package/data2/esm/GlobEuropeAfricaIcon.d.ts +3 -0
  77. package/data2/esm/GlobEuropeAfricaIcon.js +49 -0
  78. package/data2/esm/GlobEuropeAfricaIcon.svg +8 -0
  79. package/data2/esm/GlobEuropeAfricaIconJupyterLab.d.ts +3 -0
  80. package/data2/esm/GlobEuropeAfricaIconJupyterLab.js +7 -0
  81. package/data2/esm/GlobeAmericasIcon.d.ts +3 -0
  82. package/data2/esm/GlobeAmericasIcon.js +49 -0
  83. package/data2/esm/GlobeAmericasIcon.svg +8 -0
  84. package/data2/esm/GlobeAmericasIconJupyterLab.d.ts +3 -0
  85. package/data2/esm/GlobeAmericasIconJupyterLab.js +7 -0
  86. package/data2/esm/GlobeAsiaAustriliaIcon.d.ts +3 -0
  87. package/data2/esm/GlobeAsiaAustriliaIcon.js +64 -0
  88. package/data2/esm/GlobeAsiaAustriliaIcon.svg +10 -0
  89. package/data2/esm/GlobeAsiaAustriliaIconJupyterLab.d.ts +3 -0
  90. package/data2/esm/GlobeAsiaAustriliaIconJupyterLab.js +7 -0
  91. package/data2/esm/GlobeIcon.d.ts +3 -0
  92. package/data2/esm/GlobeIcon.js +50 -0
  93. package/data2/esm/GlobeIcon.svg +7 -0
  94. package/data2/esm/GlobeIconJupyterLab.d.ts +3 -0
  95. package/data2/esm/GlobeIconJupyterLab.js +7 -0
  96. package/data2/esm/LabelIcon.d.ts +3 -0
  97. package/data2/esm/LabelIcon.js +39 -0
  98. package/data2/esm/LabelIcon.svg +4 -0
  99. package/data2/esm/LabelIconJupyterLab.d.ts +3 -0
  100. package/data2/esm/LabelIconJupyterLab.js +7 -0
  101. package/data2/esm/PotentiometerIcon.d.ts +3 -0
  102. package/data2/esm/PotentiometerIcon.js +65 -0
  103. package/data2/esm/PotentiometerIcon.svg +13 -0
  104. package/data2/esm/PotentiometerIconJupyterLab.d.ts +3 -0
  105. package/data2/esm/PotentiometerIconJupyterLab.js +7 -0
  106. package/data2/esm/ThermometerIcon.d.ts +3 -0
  107. package/data2/esm/ThermometerIcon.js +49 -0
  108. package/data2/esm/ThermometerIcon.svg +10 -0
  109. package/data2/esm/ThermometerIconJupyterLab.d.ts +3 -0
  110. package/data2/esm/ThermometerIconJupyterLab.js +7 -0
  111. package/data2/esm/index.d.ts +22 -0
  112. package/data2/esm/index.js +22 -0
  113. package/data2/index.d.ts +22 -0
  114. package/data2/index.js +22 -0
  115. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const DnaIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
3
+ export default DnaIcon;
@@ -0,0 +1,92 @@
1
+ const React = require("react");
2
+
3
+ const sizeMap = {
4
+ "small": 16,
5
+ "medium": 32,
6
+ "large": 64
7
+ };
8
+
9
+ function DnaIcon({
10
+ title,
11
+ titleId,
12
+ size,
13
+ ...props
14
+ }, svgRef) {
15
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 72 72",
18
+ fill: "currentColor",
19
+ "aria-hidden": "true",
20
+ ref: svgRef,
21
+ width: size ? typeof size === "string" ? sizeMap[size] : size : "16px",
22
+ "aria-labelledby": titleId
23
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
24
+ id: titleId
25
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
26
+ fill: "#92d3f5",
27
+ d: "M20.057 51.944l1.414-1.414 4.841 4.841-1.414 1.415z"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ fill: "#ea5a47",
30
+ d: "M15.215 47.102l1.414-1.414 4.842 4.841-1.414 1.414z"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ fill: "#92d3f5",
33
+ d: "M28.224 34.937l1.414-1.415 4.42 4.42-1.414 1.414z"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ fill: "#ea5a47",
36
+ d: "M32.644 39.356l1.415-1.414 4.419 4.42-1.414 1.414z"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ fill: "#92d3f5",
39
+ d: "M36.32 35.68l1.413-1.414 4.842 4.842-1.414 1.414z"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ fill: "#ea5a47",
42
+ d: "M31.477 30.84l1.414-1.415 4.842 4.842-1.415 1.414z"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ fill: "#92d3f5",
45
+ d: "M41.748 30.252l-1.732 1.732-2.902-2.903 1.038-1.037 3.596 2.208z"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ fill: "#ea5a47",
48
+ d: "M44.038 33.767l-1.12 1.12-2.902-2.903 1.732-1.732 2.29 3.515z"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ fill: "#92d3f5",
51
+ d: "M49.435 22.565l1.415-1.414 4.42 4.42-1.415 1.414z"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ fill: "#ea5a47",
54
+ d: "M45.015 18.146l1.414-1.415 4.42 4.42-1.414 1.414z"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ fill: "#92d3f5",
57
+ d: "M53.708 18.292l1.414-1.414 4.842 4.841-1.414 1.414z"
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ fill: "#ea5a47",
60
+ d: "M48.866 13.45l1.414-1.414 4.842 4.842-1.415 1.414z"
61
+ }), /*#__PURE__*/React.createElement("path", {
62
+ fill: "#92d3f5",
63
+ d: "M15.761 56.239l1.414-1.415 4.842 4.842-1.414 1.414z"
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ fill: "#ea5a47",
66
+ d: "M10.919 51.397l1.414-1.414 4.842 4.842-1.415 1.414z"
67
+ }), /*#__PURE__*/React.createElement("path", {
68
+ fill: "#92d3f5",
69
+ d: "M48.813 31.842c.792 3.96.375 8.436-4.08 12.89-4.455 4.455-8.931 4.873-12.89 4.08-2.13-.43-4.116-1.216-5.877-1.901-.212-.085-.424-.17-.63-.248-4.588-1.775-7.24-2.447-10.245.559l-4.44 4.44c-1.075 1.075-2.815 1.075-3.89 0s-1.075-2.814 0-3.889l4.44-4.44c4.046-4.045 8.203-4.144 11.986-3.175 1.683.41 3.295 1.046 4.787 1.633.559.22 1.096.431 1.613.622 4.532 1.676 7.573 2.115 11.257-1.57 3.684-3.683 3.245-6.724 1.57-11.257.516.191 1.053.404 1.612.623 1.492.587 3.104 1.223 4.787 1.633zM51.662 6.761a2.748 2.748 0 010 3.89l-4.44 4.44c-3.006 3.005-2.334 5.657-.559 10.246a37.676 37.676 0 01-.63-.248c-1.76-.685-3.747-1.47-5.875-1.902-.969-3.783-.87-7.94 3.175-11.985l4.44-4.44a2.748 2.748 0 013.89 0z"
70
+ }), /*#__PURE__*/React.createElement("path", {
71
+ fill: "#ea5a47",
72
+ d: "M25.966 46.91c1.76.687 3.748 1.472 5.876 1.903.969 3.783.87 7.94-3.175 11.985l-4.44 4.44c-1.075 1.076-2.815 1.076-3.89 0s-1.074-2.813 0-3.888l4.441-4.44c3.006-3.006 2.334-5.658.559-10.247.205.078.417.163.63.248zM65.239 20.338a2.748 2.748 0 010 3.889l-4.44 4.44c-4.046 4.045-8.203 4.144-11.986 3.175-1.683-.41-3.295-1.046-4.787-1.633-.559-.22-1.097-.431-1.613-.622-4.532-1.676-7.573-2.115-11.257 1.57s-3.245 6.724-1.57 11.257c-.516-.191-1.053-.404-1.612-.623-1.492-.587-3.104-1.223-4.787-1.633-.792-3.96-.375-8.436 4.08-12.89s8.931-4.873 12.89-4.08c2.13.43 4.116 1.215 5.877 1.901.212.085.424.17.63.248 4.588 1.775 7.24 2.446 10.245-.559l4.44-4.44a2.748 2.748 0 013.89 0z"
73
+ }), /*#__PURE__*/React.createElement("g", {
74
+ fill: "none",
75
+ stroke: "#000",
76
+ strokeWidth: 2
77
+ }, /*#__PURE__*/React.createElement("g", {
78
+ strokeMiterlimit: 10
79
+ }, /*#__PURE__*/React.createElement("path", {
80
+ d: "M23.193 40.152c-.794-3.963-.376-8.43 4.076-12.883 6.851-6.85 13.737-4.15 18.765-2.178 4.984 1.954 7.73 2.828 10.874-.315l4.44-4.44a2.75 2.75 0 013.889 3.889l-4.44 4.44c-5.835 5.835-11.899 3.457-16.77 1.547-5.47-2.145-8.763-3.159-12.869.946-3.684 3.684-3.246 6.715-1.567 11.25M31.851 48.806c.957 3.791.859 7.946-3.186 11.99l-4.44 4.44a2.75 2.75 0 01-3.89-3.888l4.44-4.44c3.009-3.008 2.338-5.653.561-10.244"
81
+ })), /*#__PURE__*/React.createElement("g", {
82
+ strokeMiterlimit: 10
83
+ }, /*#__PURE__*/React.createElement("path", {
84
+ d: "M40.148 23.193c-.956-3.791-.857-7.945 3.187-11.99l4.44-4.44a2.75 2.75 0 013.89 3.89l-4.44 4.44c-3.01 3.008-2.338 5.653-.562 10.244M48.807 31.851c.794 3.962.375 8.428-4.076 12.88-6.851 6.85-13.737 4.15-18.765 2.178-4.984-1.954-7.73-2.828-10.874.315l-4.44 4.44a2.75 2.75 0 01-3.889-3.889l4.44-4.44c5.835-5.835 11.898-3.457 16.77-1.546 5.47 2.144 8.763 3.158 12.869-.948 3.684-3.684 3.245-6.714 1.567-11.25"
85
+ })), /*#__PURE__*/React.createElement("path", {
86
+ strokeLinecap: "round",
87
+ strokeLinejoin: "round",
88
+ d: "M50.984 11.333l9.683 9.683M46.712 15.653l9.635 9.635M35.224 28.577l8.199 8.199M30.789 31.541l9.67 9.67M28.361 36.511l7.128 7.128M17.735 45.454l8.811 8.811M13.003 49.313l9.684 9.684"
89
+ })));
90
+ }
91
+ const ForwardRef = React.forwardRef(DnaIcon);
92
+ module.exports = ForwardRef;
@@ -0,0 +1,27 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
2
+ <path fill="#92d3f5" d="M20.057 51.944l1.414-1.414 4.841 4.841-1.414 1.415z"/>
3
+ <path fill="#ea5a47" d="M15.215 47.102l1.414-1.414 4.842 4.841-1.414 1.414z"/>
4
+ <path fill="#92d3f5" d="M28.224 34.937l1.414-1.415 4.42 4.42-1.414 1.414z"/>
5
+ <path fill="#ea5a47" d="M32.644 39.356l1.415-1.414 4.419 4.42-1.414 1.414z"/>
6
+ <path fill="#92d3f5" d="M36.32 35.68l1.413-1.414 4.842 4.842-1.414 1.414z"/>
7
+ <path fill="#ea5a47" d="M31.477 30.84l1.414-1.415 4.842 4.842-1.415 1.414z"/>
8
+ <path fill="#92d3f5" d="M41.748 30.252l-1.732 1.732-2.902-2.903 1.038-1.037 3.596 2.208z"/>
9
+ <path fill="#ea5a47" d="M44.038 33.767l-1.12 1.12-2.902-2.903 1.732-1.732 2.29 3.515z"/>
10
+ <path fill="#92d3f5" d="M49.435 22.565l1.415-1.414 4.42 4.42-1.415 1.414z"/>
11
+ <path fill="#ea5a47" d="M45.015 18.146l1.414-1.415 4.42 4.42-1.414 1.414z"/>
12
+ <path fill="#92d3f5" d="M53.708 18.292l1.414-1.414 4.842 4.841-1.414 1.414z"/>
13
+ <path fill="#ea5a47" d="M48.866 13.45l1.414-1.414 4.842 4.842-1.415 1.414z"/>
14
+ <path fill="#92d3f5" d="M15.761 56.239l1.414-1.415 4.842 4.842-1.414 1.414z"/>
15
+ <path fill="#ea5a47" d="M10.919 51.397l1.414-1.414 4.842 4.842-1.415 1.414z"/>
16
+ <path fill="#92d3f5" d="M48.813 31.842c.792 3.96.375 8.436-4.08 12.89-4.455 4.455-8.931 4.873-12.89 4.08-2.13-.43-4.116-1.216-5.877-1.901-.212-.085-.424-.17-.63-.248-4.588-1.775-7.24-2.447-10.245.559l-4.44 4.44c-1.075 1.075-2.815 1.075-3.89 0s-1.075-2.814 0-3.889l4.44-4.44c4.046-4.045 8.203-4.144 11.986-3.175 1.683.41 3.295 1.046 4.787 1.633.559.22 1.096.431 1.613.622 4.532 1.676 7.573 2.115 11.257-1.57 3.684-3.683 3.245-6.724 1.57-11.257.516.191 1.053.404 1.612.623 1.492.587 3.104 1.223 4.787 1.633zM51.662 6.761a2.748 2.748 0 010 3.89l-4.44 4.44c-3.006 3.005-2.334 5.657-.559 10.246a37.676 37.676 0 01-.63-.248c-1.76-.685-3.747-1.47-5.875-1.902-.969-3.783-.87-7.94 3.175-11.985l4.44-4.44a2.748 2.748 0 013.89 0z"/>
17
+ <path fill="#ea5a47" d="M25.966 46.91c1.76.687 3.748 1.472 5.876 1.903.969 3.783.87 7.94-3.175 11.985l-4.44 4.44c-1.075 1.076-2.815 1.076-3.89 0s-1.074-2.813 0-3.888l4.441-4.44c3.006-3.006 2.334-5.658.559-10.247.205.078.417.163.63.248zM65.239 20.338a2.748 2.748 0 010 3.889l-4.44 4.44c-4.046 4.045-8.203 4.144-11.986 3.175-1.683-.41-3.295-1.046-4.787-1.633-.559-.22-1.097-.431-1.613-.622-4.532-1.676-7.573-2.115-11.257 1.57s-3.245 6.724-1.57 11.257c-.516-.191-1.053-.404-1.612-.623-1.492-.587-3.104-1.223-4.787-1.633-.792-3.96-.375-8.436 4.08-12.89s8.931-4.873 12.89-4.08c2.13.43 4.116 1.215 5.877 1.901.212.085.424.17.63.248 4.588 1.775 7.24 2.446 10.245-.559l4.44-4.44a2.748 2.748 0 013.89 0z"/>
18
+ <g fill="none" stroke="#000" stroke-width="2">
19
+ <g stroke-miterlimit="10">
20
+ <path d="M23.193 40.152c-.794-3.963-.376-8.43 4.076-12.883 6.851-6.85 13.737-4.15 18.765-2.178 4.984 1.954 7.73 2.828 10.874-.315l4.44-4.44a2.75 2.75 0 013.889 3.889l-4.44 4.44c-5.835 5.835-11.899 3.457-16.77 1.547-5.47-2.145-8.763-3.159-12.869.946-3.684 3.684-3.246 6.715-1.567 11.25M31.851 48.806c.957 3.791.859 7.946-3.186 11.99l-4.44 4.44a2.75 2.75 0 01-3.89-3.888l4.44-4.44c3.009-3.008 2.338-5.653.561-10.244"/>
21
+ </g>
22
+ <g stroke-miterlimit="10">
23
+ <path d="M40.148 23.193c-.956-3.791-.857-7.945 3.187-11.99l4.44-4.44a2.75 2.75 0 013.89 3.89l-4.44 4.44c-3.01 3.008-2.338 5.653-.562 10.244M48.807 31.851c.794 3.962.375 8.428-4.076 12.88-6.851 6.85-13.737 4.15-18.765 2.178-4.984-1.954-7.73-2.828-10.874.315l-4.44 4.44a2.75 2.75 0 01-3.889-3.889l4.44-4.44c5.835-5.835 11.898-3.457 16.77-1.546 5.47 2.144 8.763 3.158 12.869-.948 3.684-3.684 3.245-6.714 1.567-11.25"/>
24
+ </g>
25
+ <path stroke-linecap="round" stroke-linejoin="round" d="M50.984 11.333l9.683 9.683M46.712 15.653l9.635 9.635M35.224 28.577l8.199 8.199M30.789 31.541l9.67 9.67M28.361 36.511l7.128 7.128M17.735 45.454l8.811 8.811M13.003 49.313l9.684 9.684"/>
26
+ </g>
27
+ </svg>
@@ -0,0 +1,3 @@
1
+ import { LabIcon } from "@jupyterlab/ui-components/lib/icon/labicon";
2
+ declare const dnaIconJupyterLab: LabIcon;
3
+ export default dnaIconJupyterLab;
@@ -0,0 +1,7 @@
1
+ import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
2
+ import DnaIconSvgStr from './DnaIcon.svg';
3
+ const dnaIconJupyterLab = new LabIcon({
4
+ name: '@datalayer/icons:dna',
5
+ svgstr: DnaIconSvgStr,
6
+ });
7
+ export default dnaIconJupyterLab;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const EnveloppeEmailIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
3
+ export default EnveloppeEmailIcon;
@@ -0,0 +1,96 @@
1
+ const React = require("react");
2
+
3
+ const sizeMap = {
4
+ "small": 16,
5
+ "medium": 32,
6
+ "large": 64
7
+ };
8
+
9
+ function EnveloppeEmailIcon({
10
+ title,
11
+ titleId,
12
+ size,
13
+ ...props
14
+ }, svgRef) {
15
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 72 72",
18
+ fill: "currentColor",
19
+ "aria-hidden": "true",
20
+ ref: svgRef,
21
+ width: size ? typeof size === "string" ? sizeMap[size] : size : "16px",
22
+ "aria-labelledby": titleId
23
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
24
+ id: titleId
25
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
26
+ fill: "none",
27
+ stroke: "#000",
28
+ strokeLinecap: "round",
29
+ strokeWidth: 2
30
+ }, /*#__PURE__*/React.createElement("path", {
31
+ strokeLinejoin: "round",
32
+ d: "M37.698 22.005h-4v5.75h4"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ strokeMiterlimit: 10,
35
+ d: "M33.698 24.255h3"
36
+ })), /*#__PURE__*/React.createElement("path", {
37
+ fill: "#d0cfce",
38
+ d: "M27.537 38.8l-15.35 12.89c-.35-.62-.57-.19-.57-1.07V24.11l15.92 14.69zM21.171 20.896h28.542v3.125H21.171z"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ fill: "#9b9b9a",
41
+ d: "M60.658 22.01v26.56c0 .86-.2 1.65-.55 2.27L47.841 39.608l-1.615 1.225-2.447-3.234L60.66 22.01z"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ fill: "#d0cfce",
44
+ d: "M26.638 36.75l4.47 4.13c.24.22.48.41.72.57 2.43 1.8 5.26 1.8 7.68-.01.23-.16.47-.36.69-.56l4.5-4.15"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ fill: "#d0cfce",
47
+ stroke: "#d0cfce",
48
+ strokeLinecap: "round",
49
+ strokeLinejoin: "round",
50
+ strokeWidth: 1.8,
51
+ d: "M26.638 36.75l4.47 4.13c.24.22.48.41.72.57 2.43 1.8 5.26 1.8 7.68-.01.23-.16.47-.36.69-.56l4.5-4.15 15.41 14.11c-.42.77-1.07 1.27-1.79 1.27h-45.26c-.7 0-1.34-.47-1.77-1.22l15.35-14.14"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ fill: "#d0cfce",
54
+ stroke: "#d0cfce",
55
+ strokeLinecap: "round",
56
+ strokeLinejoin: "round",
57
+ strokeWidth: 2,
58
+ d: "M20 36h7v5h-7z"
59
+ }), /*#__PURE__*/React.createElement("path", {
60
+ fill: "#d0cfce",
61
+ d: "M47.763 39.536L60.108 50.84c-.42.77-1.07 1.27-1.79 1.27h-45.26c-.7 0-1.34-.47-1.77-1.22l12.078-11.126"
62
+ }), /*#__PURE__*/React.createElement("path", {
63
+ fill: "#d0cfce",
64
+ d: "M50.43 20.896s8.577.391 8.987.951c.05.06-18.723 19.27-18.953 19.43-2.42 1.81-5.25 1.81-7.68.01-.24-.16-.48-.35-.72-.57l-4.47-4.13-15.92-14.69c.04-.06.09-.13.14-.2.42-.6.99-.71 1.61-.71h8.48"
65
+ }), /*#__PURE__*/React.createElement("path", {
66
+ fill: "none",
67
+ stroke: "#ea5a47",
68
+ strokeLinecap: "round",
69
+ strokeLinejoin: "round",
70
+ strokeWidth: 2,
71
+ d: "M37.698 22.005h-4v7h4"
72
+ }), /*#__PURE__*/React.createElement("path", {
73
+ fill: "none",
74
+ stroke: "#ea5a47",
75
+ strokeLinecap: "round",
76
+ strokeMiterlimit: 10,
77
+ strokeWidth: 2,
78
+ d: "M33.698 25.505h3"
79
+ }), /*#__PURE__*/React.createElement("g", {
80
+ fill: "none",
81
+ stroke: "#000",
82
+ strokeLinecap: "round",
83
+ strokeLinejoin: "round",
84
+ strokeWidth: 2
85
+ }, /*#__PURE__*/React.createElement("path", {
86
+ d: "M20.072 42.799l-8.784 8.091c-.35-.62-.57-1.44-.57-2.32V22.458c0-.434-.038-.231.282.063L26.638 36.75M43.78 37.6l16.878-16.044V48.57c0 .86-.2 1.65-.55 2.27L47.841 39.608"
87
+ }), /*#__PURE__*/React.createElement("path", {
88
+ d: "M26.638 36.75l4.47 4.13c.24.22.48.41.72.57 2.43 1.8 5.26 1.8 7.68-.01.23-.16.47-.36.69-.56l4.5-4.15"
89
+ }), /*#__PURE__*/React.createElement("path", {
90
+ d: "M47.763 39.536L60.108 50.84c-.42.77-1.07 1.27-1.79 1.27h-45.26c-.7 0-1.34-.47-1.77-1.22l12.078-11.126"
91
+ }), /*#__PURE__*/React.createElement("path", {
92
+ d: "M49.485 20.9h9.46c2.618-.054 1.365 1.322 1.405 1.392L44.695 36.73l-4.5 4.15c-.22.2-.46.4-.69.56-2.42 1.81-5.25 1.81-7.68.01-.24-.16-.48-.35-.72-.57l-4.47-4.13-15.92-14.69c.002-.868.62-1.16 1.75-1.16h8.48M13.188 52.11s-2.752.14-2.47-4.485"
93
+ })));
94
+ }
95
+ const ForwardRef = React.forwardRef(EnveloppeEmailIcon);
96
+ module.exports = ForwardRef;
@@ -0,0 +1,21 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
2
+ <g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2">
3
+ <path stroke-linejoin="round" d="M37.698 22.005h-4v5.75h4"/>
4
+ <path stroke-miterlimit="10" d="M33.698 24.255h3"/>
5
+ </g>
6
+ <path fill="#d0cfce" d="M27.537 38.8l-15.35 12.89c-.35-.62-.57-.19-.57-1.07V24.11l15.92 14.69zM21.171 20.896h28.542v3.125H21.171z"/>
7
+ <path fill="#9b9b9a" d="M60.658 22.01v26.56c0 .86-.2 1.65-.55 2.27L47.841 39.608l-1.615 1.225-2.447-3.234L60.66 22.01z"/>
8
+ <path fill="#d0cfce" d="M26.638 36.75l4.47 4.13c.24.22.48.41.72.57 2.43 1.8 5.26 1.8 7.68-.01.23-.16.47-.36.69-.56l4.5-4.15"/>
9
+ <path fill="#d0cfce" stroke="#d0cfce" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M26.638 36.75l4.47 4.13c.24.22.48.41.72.57 2.43 1.8 5.26 1.8 7.68-.01.23-.16.47-.36.69-.56l4.5-4.15 15.41 14.11c-.42.77-1.07 1.27-1.79 1.27h-45.26c-.7 0-1.34-.47-1.77-1.22l15.35-14.14"/>
10
+ <path fill="#d0cfce" stroke="#d0cfce" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 36h7v5h-7z"/>
11
+ <path fill="#d0cfce" d="M47.763 39.536L60.108 50.84c-.42.77-1.07 1.27-1.79 1.27h-45.26c-.7 0-1.34-.47-1.77-1.22l12.078-11.126"/>
12
+ <path fill="#d0cfce" d="M50.43 20.896s8.577.391 8.987.951c.05.06-18.723 19.27-18.953 19.43-2.42 1.81-5.25 1.81-7.68.01-.24-.16-.48-.35-.72-.57l-4.47-4.13-15.92-14.69c.04-.06.09-.13.14-.2.42-.6.99-.71 1.61-.71h8.48"/>
13
+ <path fill="none" stroke="#ea5a47" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M37.698 22.005h-4v7h4"/>
14
+ <path fill="none" stroke="#ea5a47" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M33.698 25.505h3"/>
15
+ <g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
16
+ <path d="M20.072 42.799l-8.784 8.091c-.35-.62-.57-1.44-.57-2.32V22.458c0-.434-.038-.231.282.063L26.638 36.75M43.78 37.6l16.878-16.044V48.57c0 .86-.2 1.65-.55 2.27L47.841 39.608"/>
17
+ <path d="M26.638 36.75l4.47 4.13c.24.22.48.41.72.57 2.43 1.8 5.26 1.8 7.68-.01.23-.16.47-.36.69-.56l4.5-4.15"/>
18
+ <path d="M47.763 39.536L60.108 50.84c-.42.77-1.07 1.27-1.79 1.27h-45.26c-.7 0-1.34-.47-1.77-1.22l12.078-11.126"/>
19
+ <path d="M49.485 20.9h9.46c2.618-.054 1.365 1.322 1.405 1.392L44.695 36.73l-4.5 4.15c-.22.2-.46.4-.69.56-2.42 1.81-5.25 1.81-7.68.01-.24-.16-.48-.35-.72-.57l-4.47-4.13-15.92-14.69c.002-.868.62-1.16 1.75-1.16h8.48M13.188 52.11s-2.752.14-2.47-4.485"/>
20
+ </g>
21
+ </svg>
@@ -0,0 +1,3 @@
1
+ import { LabIcon } from "@jupyterlab/ui-components/lib/icon/labicon";
2
+ declare const enveloppeEmailIconJupyterLab: LabIcon;
3
+ export default enveloppeEmailIconJupyterLab;
@@ -0,0 +1,7 @@
1
+ import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
2
+ import EnveloppeEmailIconSvgStr from './EnveloppeEmailIcon.svg';
3
+ const enveloppeEmailIconJupyterLab = new LabIcon({
4
+ name: '@datalayer/icons:enveloppe-email',
5
+ svgstr: EnveloppeEmailIconSvgStr,
6
+ });
7
+ export default enveloppeEmailIconJupyterLab;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const EnveloppeIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
3
+ export default EnveloppeIcon;
@@ -0,0 +1,67 @@
1
+ const React = require("react");
2
+
3
+ const sizeMap = {
4
+ "small": 16,
5
+ "medium": 32,
6
+ "large": 64
7
+ };
8
+
9
+ function EnveloppeIcon({
10
+ title,
11
+ titleId,
12
+ size,
13
+ ...props
14
+ }, svgRef) {
15
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 72 72",
18
+ fill: "currentColor",
19
+ "aria-hidden": "true",
20
+ ref: svgRef,
21
+ width: size ? typeof size === "string" ? sizeMap[size] : size : "16px",
22
+ "aria-labelledby": titleId
23
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
24
+ id: titleId
25
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
26
+ fill: "#D0CFCE",
27
+ d: "M28 37l-4 4-1.33-.44-11.215 10.33c-.35-.62-.57-1.44-.57-2.32V22.06L28 37z"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ fill: "#9B9B9A",
30
+ d: "M60.825 22.01v26.56c0 .86-.2 1.65-.55 2.27L48.958 40.478l-1.029.058-4.064-3.806 16.96-14.72z"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ fill: "none",
33
+ d: "M11.521 21.649l-.063-.039"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ fill: "#D0CFCE",
36
+ d: "M26.805 36.75l4.47 4.13c.24.22.48.41.72.57 2.43 1.8 5.26 1.8 7.68-.01.23-.16.47-.36.69-.56l4.5-4.15"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ fill: "#D0CFCE",
39
+ stroke: "#D0CFCE",
40
+ strokeLinecap: "round",
41
+ strokeLinejoin: "round",
42
+ strokeMiterlimit: 10,
43
+ strokeWidth: 1.8,
44
+ d: "M26.805 36.75l4.47 4.13c.24.22.48.41.72.57 2.43 1.8 5.26 1.8 7.68-.01.23-.16.47-.36.69-.56l4.5-4.15 15.41 14.11c-.42.77-1.07 1.27-1.79 1.27h-45.26c-.7 0-1.34-.47-1.77-1.22l15.35-14.14"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ fill: "#D0CFCE",
47
+ d: "M47.93 39.536L60.274 50.84c-.42.77-1.07 1.27-1.79 1.27h-45.26c-.7 0-1.34-.47-1.77-1.22l12.078-11.126"
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ fill: "#D0CFCE",
50
+ d: "M60.825 22.01l-15.96 14.72-4.5 4.15c-.22.2-.46.4-.69.56-2.42 1.81-5.25 1.81-7.68.01-.24-.16-.48-.35-.72-.57l-4.47-4.13-15.92-14.69c.04-.06.09-.13.14-.2.42-.6.99-.96 1.61-.96h46.48c.59 0 1.16.35 1.57.91.05.06.1.13.14.2z"
51
+ }), /*#__PURE__*/React.createElement("g", {
52
+ fill: "none",
53
+ stroke: "#000",
54
+ strokeLinecap: "round",
55
+ strokeLinejoin: "round",
56
+ strokeMiterlimit: 10,
57
+ strokeWidth: 2
58
+ }, /*#__PURE__*/React.createElement("path", {
59
+ d: "M22.67 40.56L11.455 50.89c-.35-.62-.57-1.44-.57-2.32V22.06M60.825 22.01v26.56c0 .86-.2 1.65-.55 2.27L48.958 40.478M11.521 21.649l-.063-.039M26.805 36.75l4.47 4.13c.24.22.48.41.72.57 2.43 1.8 5.26 1.8 7.68-.01.23-.16.47-.36.69-.56l4.5-4.15"
60
+ }), /*#__PURE__*/React.createElement("path", {
61
+ d: "M47.93 39.536L60.274 50.84c-.42.77-1.07 1.27-1.79 1.27h-45.26c-.7 0-1.34-.47-1.77-1.22l12.078-11.126"
62
+ }), /*#__PURE__*/React.createElement("path", {
63
+ d: "M60.825 22.01l-15.96 14.72-4.5 4.15c-.22.2-.46.4-.69.56-2.42 1.81-5.25 1.81-7.68.01-.24-.16-.48-.35-.72-.57l-4.47-4.13-15.92-14.69c.04-.06.09-.13.14-.2.42-.6.99-.96 1.61-.96h46.48c.59 0 1.16.35 1.57.91.05.06.1.13.14.2z"
64
+ })));
65
+ }
66
+ const ForwardRef = React.forwardRef(EnveloppeIcon);
67
+ module.exports = ForwardRef;
@@ -0,0 +1,14 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
2
+ <path fill="#D0CFCE" d="M28 37l-4 4-1.33-.44-11.215 10.33c-.35-.62-.57-1.44-.57-2.32V22.06L28 37z"/>
3
+ <path fill="#9B9B9A" d="M60.825 22.01v26.56c0 .86-.2 1.65-.55 2.27L48.958 40.478l-1.029.058-4.064-3.806 16.96-14.72z"/>
4
+ <path fill="none" d="M11.521 21.649l-.063-.039"/>
5
+ <path fill="#D0CFCE" d="M26.805 36.75l4.47 4.13c.24.22.48.41.72.57 2.43 1.8 5.26 1.8 7.68-.01.23-.16.47-.36.69-.56l4.5-4.15"/>
6
+ <path fill="#D0CFCE" stroke="#D0CFCE" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.8" d="M26.805 36.75l4.47 4.13c.24.22.48.41.72.57 2.43 1.8 5.26 1.8 7.68-.01.23-.16.47-.36.69-.56l4.5-4.15 15.41 14.11c-.42.77-1.07 1.27-1.79 1.27h-45.26c-.7 0-1.34-.47-1.77-1.22l15.35-14.14"/>
7
+ <path fill="#D0CFCE" d="M47.93 39.536L60.274 50.84c-.42.77-1.07 1.27-1.79 1.27h-45.26c-.7 0-1.34-.47-1.77-1.22l12.078-11.126"/>
8
+ <path fill="#D0CFCE" d="M60.825 22.01l-15.96 14.72-4.5 4.15c-.22.2-.46.4-.69.56-2.42 1.81-5.25 1.81-7.68.01-.24-.16-.48-.35-.72-.57l-4.47-4.13-15.92-14.69c.04-.06.09-.13.14-.2.42-.6.99-.96 1.61-.96h46.48c.59 0 1.16.35 1.57.91.05.06.1.13.14.2z"/>
9
+ <g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
10
+ <path d="M22.67 40.56L11.455 50.89c-.35-.62-.57-1.44-.57-2.32V22.06M60.825 22.01v26.56c0 .86-.2 1.65-.55 2.27L48.958 40.478M11.521 21.649l-.063-.039M26.805 36.75l4.47 4.13c.24.22.48.41.72.57 2.43 1.8 5.26 1.8 7.68-.01.23-.16.47-.36.69-.56l4.5-4.15"/>
11
+ <path d="M47.93 39.536L60.274 50.84c-.42.77-1.07 1.27-1.79 1.27h-45.26c-.7 0-1.34-.47-1.77-1.22l12.078-11.126"/>
12
+ <path d="M60.825 22.01l-15.96 14.72-4.5 4.15c-.22.2-.46.4-.69.56-2.42 1.81-5.25 1.81-7.68.01-.24-.16-.48-.35-.72-.57l-4.47-4.13-15.92-14.69c.04-.06.09-.13.14-.2.42-.6.99-.96 1.61-.96h46.48c.59 0 1.16.35 1.57.91.05.06.1.13.14.2z"/>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,3 @@
1
+ import { LabIcon } from "@jupyterlab/ui-components/lib/icon/labicon";
2
+ declare const enveloppeIconJupyterLab: LabIcon;
3
+ export default enveloppeIconJupyterLab;
@@ -0,0 +1,7 @@
1
+ import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
2
+ import EnveloppeIconSvgStr from './EnveloppeIcon.svg';
3
+ const enveloppeIconJupyterLab = new LabIcon({
4
+ name: '@datalayer/icons:enveloppe',
5
+ svgstr: EnveloppeIconSvgStr,
6
+ });
7
+ export default enveloppeIconJupyterLab;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const EnveloppeIncomingIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
3
+ export default EnveloppeIncomingIcon;
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+
3
+ const sizeMap = {
4
+ "small": 16,
5
+ "medium": 32,
6
+ "large": 64
7
+ };
8
+
9
+ function EnveloppeIncomingIcon({
10
+ title,
11
+ titleId,
12
+ size,
13
+ ...props
14
+ }, svgRef) {
15
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 72 72",
18
+ fill: "currentColor",
19
+ "aria-hidden": "true",
20
+ ref: svgRef,
21
+ width: size ? typeof size === "string" ? sizeMap[size] : size : "16px",
22
+ "aria-labelledby": titleId
23
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
24
+ id: titleId
25
+ }, title) : null, /*#__PURE__*/React.createElement("rect", {
26
+ width: 37.511,
27
+ height: 23.454,
28
+ x: 27.599,
29
+ y: 23.819,
30
+ fill: "#d0cfce",
31
+ rx: 1.563
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ fill: "#9b9b9a",
34
+ d: "M65.152 24.597v19.995a4.175 4.175 0 01-.376 1.73l-8.494-7.819-.752.075-3.082-2.856z"
35
+ }), /*#__PURE__*/React.createElement("g", {
36
+ fill: "none",
37
+ stroke: "#000",
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round",
40
+ strokeWidth: 2
41
+ }, /*#__PURE__*/React.createElement("path", {
42
+ d: "M5.797 41.904h16.31M9.292 34.914h12.815M36.512 38.578l-8.42 7.743a3.903 3.903 0 01-.45-1.729v-19.92M57.538 39.399l7.292 6.711a3.586 3.586 0 00.323-1.484v-20.03"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M55.455 37.752l9.246 8.494a1.607 1.607 0 01-1.353.977H29.371a1.78 1.78 0 01-1.353-.902l9.095-8.344"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ d: "M65.152 24.597l-12.027 11.05-3.383 3.157c-.15.15-.376.3-.526.45a4.634 4.634 0 01-5.788 0c-.15-.15-.376-.3-.527-.45l-3.382-3.082-11.877-11.05c0-.075.075-.075.075-.15a1.533 1.533 0 011.203-.752h34.954a1.656 1.656 0 011.203.677c0 .075.075.075.075.15z"
47
+ })));
48
+ }
49
+ const ForwardRef = React.forwardRef(EnveloppeIncomingIcon);
50
+ module.exports = ForwardRef;
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
2
+ <rect width="37.511" height="23.454" x="27.599" y="23.819" fill="#d0cfce" rx="1.563"/>
3
+ <path fill="#9b9b9a" d="M65.152 24.597v19.995a4.175 4.175 0 01-.376 1.73l-8.494-7.819-.752.075-3.082-2.856z"/>
4
+ <g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
5
+ <path d="M5.797 41.904h16.31M9.292 34.914h12.815M36.512 38.578l-8.42 7.743a3.903 3.903 0 01-.45-1.729v-19.92M57.538 39.399l7.292 6.711a3.586 3.586 0 00.323-1.484v-20.03"/>
6
+ <path d="M55.455 37.752l9.246 8.494a1.607 1.607 0 01-1.353.977H29.371a1.78 1.78 0 01-1.353-.902l9.095-8.344"/>
7
+ <path d="M65.152 24.597l-12.027 11.05-3.383 3.157c-.15.15-.376.3-.526.45a4.634 4.634 0 01-5.788 0c-.15-.15-.376-.3-.527-.45l-3.382-3.082-11.877-11.05c0-.075.075-.075.075-.15a1.533 1.533 0 011.203-.752h34.954a1.656 1.656 0 011.203.677c0 .075.075.075.075.15z"/>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,3 @@
1
+ import { LabIcon } from "@jupyterlab/ui-components/lib/icon/labicon";
2
+ declare const enveloppeIncomingIconJupyterLab: LabIcon;
3
+ export default enveloppeIncomingIconJupyterLab;
@@ -0,0 +1,7 @@
1
+ import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
2
+ import EnveloppeIncomingIconSvgStr from './EnveloppeIncomingIcon.svg';
3
+ const enveloppeIncomingIconJupyterLab = new LabIcon({
4
+ name: '@datalayer/icons:enveloppe-incoming',
5
+ svgstr: EnveloppeIncomingIconSvgStr,
6
+ });
7
+ export default enveloppeIncomingIconJupyterLab;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const GlobEuropeAfricaIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
3
+ export default GlobEuropeAfricaIcon;
@@ -0,0 +1,49 @@
1
+ const React = require("react");
2
+
3
+ const sizeMap = {
4
+ "small": 16,
5
+ "medium": 32,
6
+ "large": 64
7
+ };
8
+
9
+ function GlobEuropeAfricaIcon({
10
+ title,
11
+ titleId,
12
+ size,
13
+ ...props
14
+ }, svgRef) {
15
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 72 72",
18
+ fill: "currentColor",
19
+ "aria-hidden": "true",
20
+ ref: svgRef,
21
+ width: size ? typeof size === "string" ? sizeMap[size] : size : "16px",
22
+ "aria-labelledby": titleId
23
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
24
+ id: titleId
25
+ }, title) : null, /*#__PURE__*/React.createElement("circle", {
26
+ cx: 36,
27
+ cy: 36,
28
+ r: 28,
29
+ fill: "#92D3F5"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ fill: "#B1CC33",
32
+ d: "M49.44 11.43c-.539.906-1.645 2.143-2.44 2.57-1.245.67-1.904.267-3 1-1.269.848-1.21 1.938-2 2-.802.063-.688-1.993-1-3-.452-1.458-.23-1.527-1-2-1.083-.666-3.212-1.05-5 0-.71.417-.75.682-3 4-1.71 2.522-2.188 3.11-2 4 .199.942.043 1.747 1 2 1.187.313 1.366-.272 2-1 1.328-1.525 2.358-3.783 3-4 .571-.193 2.066 1.35 2 3-.046 1.165-.852 1.922-2 3-.742.697-2.875 1.5-6 2-1.719.275-1.408.852-2.063 1.594-.842.955-.461 2.169-1.28 3.312-1.026 1.43-3.473 1.792-3.657 2.72-.157.79 1.96 1.358 3 1.374.85.013 1.064-.772 3-2 .74-.47 1.75-1.281 2.688-1.25.504.017 1.828.285 2.343.719.594.5-.156 1.844-.406 3.156s-2.897 1.865-3.854 2.02c-1.574.258-4.144-.522-5.604.938-1 1-1.116 1.766-1.167 3.417-.013.417.937 3.032 2 4 1.144 1.042 2.294-.836 4 0 1.746.855 2.493 2.729 3 4 .508 1.273.176 1.168 1 5 .415 1.927.32 1.12 1 4 .563 2.383.589 2.768 1 3 1.173.663 3.9-.816 5-3 .69-1.368.211-1.962 1-5 .393-1.512.59-2.268 1-3 1.733-3.086 4.883-3.126 5-5 .08-1.282-1.357-1.851-1-3 .342-1.1 1.81-1.06 2-2 .258-1.275-2.25-2.316-2-3 .282-.775 4.07-1.01 6 1 .64.666.498.978 2 4 1.384 2.785 1.764 3.043 2 3 .429-.078.322-1.135 1-3 .324-.892 1.093-3.006 2-3 .625.004.739 1.01 2 2 .71.558 1.79.88 2.347 1.038.428-1.945.653-3.965.653-6.038 0-10.632-5.925-19.88-14.653-24.62"
33
+ }), /*#__PURE__*/React.createElement("g", {
34
+ fill: "none",
35
+ stroke: "#000",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ strokeMiterlimit: 10,
39
+ strokeWidth: 2
40
+ }, /*#__PURE__*/React.createElement("circle", {
41
+ cx: 36,
42
+ cy: 36,
43
+ r: 28
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ d: "M49.44 11.43c-.539.906-1.645 2.143-2.44 2.57-1.245.67-1.904.267-3 1-1.269.848-1.21 1.938-2 2-.802.063-.688-1.993-1-3-.452-1.458-.23-1.527-1-2-1.083-.666-3.212-1.05-5 0-.71.417-.75.682-3 4-1.71 2.522-2.188 3.11-2 4 .199.942.043 1.747 1 2 1.187.313 1.366-.272 2-1 1.328-1.525 2.358-3.783 3-4 .571-.193 2.066 1.35 2 3-.046 1.165-.852 1.922-2 3-.742.697-2.875 1.5-6 2-1.719.275-1.408.852-2.063 1.594-.842.955-.461 2.169-1.28 3.312-1.026 1.43-3.473 1.792-3.657 2.72-.157.79 1.96 1.358 3 1.374.85.013 1.064-.772 3-2 .74-.47 1.75-1.281 2.688-1.25.504.017 1.828.285 2.343.719.594.5-.156 1.844-.406 3.156s-2.897 1.865-3.854 2.02c-1.574.258-4.144-.522-5.604.938-1 1-1.116 1.766-1.167 3.417-.013.417.937 3.032 2 4 1.144 1.042 2.294-.836 4 0 1.746.855 2.493 2.729 3 4 .508 1.273.176 1.168 1 5 .415 1.927.32 1.12 1 4 .563 2.383.589 2.768 1 3 1.173.663 3.9-.816 5-3 .69-1.368.211-1.962 1-5 .393-1.512.59-2.268 1-3 1.733-3.086 4.883-3.126 5-5 .08-1.282-1.357-1.851-1-3 .342-1.1 1.81-1.06 2-2 .258-1.275-2.25-2.316-2-3 .282-.775 4.07-1.01 6 1 .64.666.498.978 2 4 1.384 2.785 1.764 3.043 2 3 .429-.078.322-1.135 1-3 .324-.892 1.093-3.006 2-3 .625.004.739 1.01 2 2 .71.558 1.79.88 2.347 1.038.428-1.945.653-3.965.653-6.038 0-10.632-5.925-19.88-14.653-24.62z"
46
+ })));
47
+ }
48
+ const ForwardRef = React.forwardRef(GlobEuropeAfricaIcon);
49
+ module.exports = ForwardRef;
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
2
+ <circle cx="36" cy="36" r="28" fill="#92D3F5"/>
3
+ <path fill="#B1CC33" d="M49.44 11.43c-.539.906-1.645 2.143-2.44 2.57-1.245.67-1.904.267-3 1-1.269.848-1.21 1.938-2 2-.802.063-.688-1.993-1-3-.452-1.458-.23-1.527-1-2-1.083-.666-3.212-1.05-5 0-.71.417-.75.682-3 4-1.71 2.522-2.188 3.11-2 4 .199.942.043 1.747 1 2 1.187.313 1.366-.272 2-1 1.328-1.525 2.358-3.783 3-4 .571-.193 2.066 1.35 2 3-.046 1.165-.852 1.922-2 3-.742.697-2.875 1.5-6 2-1.719.275-1.408.852-2.063 1.594-.842.955-.461 2.169-1.28 3.312-1.026 1.43-3.473 1.792-3.657 2.72-.157.79 1.96 1.358 3 1.374.85.013 1.064-.772 3-2 .74-.47 1.75-1.281 2.688-1.25.504.017 1.828.285 2.343.719.594.5-.156 1.844-.406 3.156s-2.897 1.865-3.854 2.02c-1.574.258-4.144-.522-5.604.938-1 1-1.116 1.766-1.167 3.417-.013.417.937 3.032 2 4 1.144 1.042 2.294-.836 4 0 1.746.855 2.493 2.729 3 4 .508 1.273.176 1.168 1 5 .415 1.927.32 1.12 1 4 .563 2.383.589 2.768 1 3 1.173.663 3.9-.816 5-3 .69-1.368.211-1.962 1-5 .393-1.512.59-2.268 1-3 1.733-3.086 4.883-3.126 5-5 .08-1.282-1.357-1.851-1-3 .342-1.1 1.81-1.06 2-2 .258-1.275-2.25-2.316-2-3 .282-.775 4.07-1.01 6 1 .64.666.498.978 2 4 1.384 2.785 1.764 3.043 2 3 .429-.078.322-1.135 1-3 .324-.892 1.093-3.006 2-3 .625.004.739 1.01 2 2 .71.558 1.79.88 2.347 1.038.428-1.945.653-3.965.653-6.038 0-10.632-5.925-19.88-14.653-24.62"/>
4
+ <g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
5
+ <circle cx="36" cy="36" r="28"/>
6
+ <path d="M49.44 11.43c-.539.906-1.645 2.143-2.44 2.57-1.245.67-1.904.267-3 1-1.269.848-1.21 1.938-2 2-.802.063-.688-1.993-1-3-.452-1.458-.23-1.527-1-2-1.083-.666-3.212-1.05-5 0-.71.417-.75.682-3 4-1.71 2.522-2.188 3.11-2 4 .199.942.043 1.747 1 2 1.187.313 1.366-.272 2-1 1.328-1.525 2.358-3.783 3-4 .571-.193 2.066 1.35 2 3-.046 1.165-.852 1.922-2 3-.742.697-2.875 1.5-6 2-1.719.275-1.408.852-2.063 1.594-.842.955-.461 2.169-1.28 3.312-1.026 1.43-3.473 1.792-3.657 2.72-.157.79 1.96 1.358 3 1.374.85.013 1.064-.772 3-2 .74-.47 1.75-1.281 2.688-1.25.504.017 1.828.285 2.343.719.594.5-.156 1.844-.406 3.156s-2.897 1.865-3.854 2.02c-1.574.258-4.144-.522-5.604.938-1 1-1.116 1.766-1.167 3.417-.013.417.937 3.032 2 4 1.144 1.042 2.294-.836 4 0 1.746.855 2.493 2.729 3 4 .508 1.273.176 1.168 1 5 .415 1.927.32 1.12 1 4 .563 2.383.589 2.768 1 3 1.173.663 3.9-.816 5-3 .69-1.368.211-1.962 1-5 .393-1.512.59-2.268 1-3 1.733-3.086 4.883-3.126 5-5 .08-1.282-1.357-1.851-1-3 .342-1.1 1.81-1.06 2-2 .258-1.275-2.25-2.316-2-3 .282-.775 4.07-1.01 6 1 .64.666.498.978 2 4 1.384 2.785 1.764 3.043 2 3 .429-.078.322-1.135 1-3 .324-.892 1.093-3.006 2-3 .625.004.739 1.01 2 2 .71.558 1.79.88 2.347 1.038.428-1.945.653-3.965.653-6.038 0-10.632-5.925-19.88-14.653-24.62z"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,3 @@
1
+ import { LabIcon } from "@jupyterlab/ui-components/lib/icon/labicon";
2
+ declare const globEuropeAfricaIconJupyterLab: LabIcon;
3
+ export default globEuropeAfricaIconJupyterLab;
@@ -0,0 +1,7 @@
1
+ import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
2
+ import GlobEuropeAfricaIconSvgStr from './GlobEuropeAfricaIcon.svg';
3
+ const globEuropeAfricaIconJupyterLab = new LabIcon({
4
+ name: '@datalayer/icons:glob-europe-africa',
5
+ svgstr: GlobEuropeAfricaIconSvgStr,
6
+ });
7
+ export default globEuropeAfricaIconJupyterLab;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const GlobeAmericasIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
3
+ export default GlobeAmericasIcon;
@@ -0,0 +1,49 @@
1
+ const React = require("react");
2
+
3
+ const sizeMap = {
4
+ "small": 16,
5
+ "medium": 32,
6
+ "large": 64
7
+ };
8
+
9
+ function GlobeAmericasIcon({
10
+ title,
11
+ titleId,
12
+ size,
13
+ ...props
14
+ }, svgRef) {
15
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 72 72",
18
+ fill: "currentColor",
19
+ "aria-hidden": "true",
20
+ ref: svgRef,
21
+ width: size ? typeof size === "string" ? sizeMap[size] : size : "16px",
22
+ "aria-labelledby": titleId
23
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
24
+ id: titleId
25
+ }, title) : null, /*#__PURE__*/React.createElement("circle", {
26
+ cx: 36,
27
+ cy: 36,
28
+ r: 28,
29
+ fill: "#92D3F5"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ fill: "#B1CC33",
32
+ d: "M41.688 29.197c-.057.794-2.27 3.522-2.838 3.916-1.183.821-1.644.445-2.675 1.255-.653.514-1.469 1.064-2.468 1.256-.554.106-.31-.417-1.554.383-.694.445-.078.925 0 1.362.104.588.183.234 1.362 1.362.616.59.67 1.115 1.362 1.362.432.155.746.07 1.362 0 1.291-.146.717 1.126 1.362 1.362 1.484.544 2.032.317 3.399.545.552.092 1.312-.18 2 1 .296.508 0 2 .05 2.542.084.916-.506 1.729-1.362 2.724-.692.806-.82.681-1.362 1.362-.724.91-.53 1.177-1.362 2.725-.843 1.566-1.306 1.786-1.362 2.724-.024.392-.001 1.32 0 1.362.023.947.076 1.072 0 1.362-.178.677-1.553 1.27-2.072 1.192-1.021-.153-1.003-3.682-1.05-4.228-.096-1.104.356-1.72.397-2.412.142-2.393.541-3.135 0-4.087-.345-.607-.527-.34-1.362-1.362-.471-.577-1.185-1.473-1.362-2.724-.111-.788.121-.793 0-1.362-.225-1.056-1.101-1.397-2.724-2.724-1.001-.82-1.89-1.545-2.724-2.725-.434-.613-1.048-1.48-1.363-2.724-.413-1.638.203-1.905 0-4.086a9.624 9.624 0 00-1.362-4.087c-.474-.766-.808-1.288-1.362-1.362-1.055-.14-1.62 1.52-2.724 1.362-.66-.094-1.169-.788-1.362-1.362-.052-.153-.24-.74 0-1.362.133-.345.543-.684 1.362-1.362.836-.693 1.256-1.045 1.362-1.362.2-.598-.16-.81 0-1.362.274-.944 1.723-1.694 2.724-1.362.576.19.451.555 1.362 1.362.443.391 1.399 1.126 2.725 1.362.67.12 1.004.179 1.362 0 .88-.441.46-1.609 1.362-2.725.83-1.026 2.179-1.265 2.724-1.362 1.349-.239 1.533.274 2.725 0 1.28-.293 1.243-.925 2.724-1.362.648-.19 1.79-.528 2.724 0 .84.475.729 1.21 1.362 1.362.884.214 1.317-1.164 2.725-1.362 1.074-.15 2.352.438 2.724 1.362.185.46.098.882 0 1.362-.297 1.452-1.084 1.54-1.362 2.725-.303 1.288.346 1.6 0 2.724-.227.738-.681.51-1.405 1.107-.331.272-.411.71-1.32 1.617-.454.454-.925.892-1.362 1.362-.995 1.073-1.154 1.154-1.362 1.363"
33
+ }), /*#__PURE__*/React.createElement("g", {
34
+ fill: "none",
35
+ stroke: "#000",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ strokeMiterlimit: 10,
39
+ strokeWidth: 2
40
+ }, /*#__PURE__*/React.createElement("circle", {
41
+ cx: 36,
42
+ cy: 36,
43
+ r: 28
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ d: "M41.688 29.197c-.057.794-2.27 3.522-2.838 3.916-1.183.821-1.644.445-2.675 1.255-.653.514-1.469 1.064-2.468 1.256-.554.106-.31-.417-1.554.383-.694.445-.078.925 0 1.362.104.588.183.234 1.362 1.362.616.59.67 1.115 1.362 1.362.432.155.746.07 1.362 0 1.291-.146.717 1.126 1.362 1.362 1.484.544 2.032.317 3.399.545.552.092 1.312-.18 2 1 .296.508 0 2 .05 2.542.084.916-.506 1.729-1.362 2.724-.692.806-.82.681-1.362 1.362-.724.91-.53 1.177-1.362 2.725-.843 1.566-1.306 1.786-1.362 2.724-.024.392-.001 1.32 0 1.362.023.947.076 1.072 0 1.362-.178.677-1.553 1.27-2.072 1.192-1.021-.153-1.003-3.682-1.05-4.228-.096-1.104.356-1.72.397-2.412.142-2.393.541-3.135 0-4.087-.345-.607-.527-.34-1.362-1.362-.471-.577-1.185-1.473-1.362-2.724-.111-.788.121-.793 0-1.362-.225-1.056-1.101-1.397-2.724-2.724-1.001-.82-1.89-1.545-2.724-2.725-.434-.613-1.048-1.48-1.363-2.724-.413-1.638.203-1.905 0-4.086a9.624 9.624 0 00-1.362-4.087c-.474-.766-.808-1.288-1.362-1.362-1.055-.14-1.62 1.52-2.724 1.362-.66-.094-1.169-.788-1.362-1.362-.052-.153-.24-.74 0-1.362.133-.345.543-.684 1.362-1.362.836-.693 1.256-1.045 1.362-1.362.2-.598-.16-.81 0-1.362.274-.944 1.723-1.694 2.724-1.362.576.19.451.555 1.362 1.362.443.391 1.399 1.126 2.725 1.362.67.12 1.004.179 1.362 0 .88-.441.46-1.609 1.362-2.725.83-1.026 2.179-1.265 2.724-1.362 1.349-.239 1.533.274 2.725 0 1.28-.293 1.243-.925 2.724-1.362.648-.19 1.79-.528 2.724 0 .84.475.729 1.21 1.362 1.362.884.214 1.317-1.164 2.725-1.362 1.074-.15 2.352.438 2.724 1.362.185.46.098.882 0 1.362-.297 1.452-1.084 1.54-1.362 2.725-.303 1.288.346 1.6 0 2.724-.227.738-.681.51-1.405 1.107-.331.272-.411.71-1.32 1.617-.454.454-.925.892-1.362 1.362-.995 1.073-1.154 1.154-1.362 1.363"
46
+ })));
47
+ }
48
+ const ForwardRef = React.forwardRef(GlobeAmericasIcon);
49
+ module.exports = ForwardRef;