@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.
- package/data2/DnaIcon.d.ts +3 -0
- package/data2/DnaIcon.js +92 -0
- package/data2/DnaIcon.svg +27 -0
- package/data2/DnaIconJupyterLab.d.ts +3 -0
- package/data2/DnaIconJupyterLab.js +7 -0
- package/data2/EnveloppeEmailIcon.d.ts +3 -0
- package/data2/EnveloppeEmailIcon.js +96 -0
- package/data2/EnveloppeEmailIcon.svg +21 -0
- package/data2/EnveloppeEmailIconJupyterLab.d.ts +3 -0
- package/data2/EnveloppeEmailIconJupyterLab.js +7 -0
- package/data2/EnveloppeIcon.d.ts +3 -0
- package/data2/EnveloppeIcon.js +67 -0
- package/data2/EnveloppeIcon.svg +14 -0
- package/data2/EnveloppeIconJupyterLab.d.ts +3 -0
- package/data2/EnveloppeIconJupyterLab.js +7 -0
- package/data2/EnveloppeIncomingIcon.d.ts +3 -0
- package/data2/EnveloppeIncomingIcon.js +50 -0
- package/data2/EnveloppeIncomingIcon.svg +9 -0
- package/data2/EnveloppeIncomingIconJupyterLab.d.ts +3 -0
- package/data2/EnveloppeIncomingIconJupyterLab.js +7 -0
- package/data2/GlobEuropeAfricaIcon.d.ts +3 -0
- package/data2/GlobEuropeAfricaIcon.js +49 -0
- package/data2/GlobEuropeAfricaIcon.svg +8 -0
- package/data2/GlobEuropeAfricaIconJupyterLab.d.ts +3 -0
- package/data2/GlobEuropeAfricaIconJupyterLab.js +7 -0
- package/data2/GlobeAmericasIcon.d.ts +3 -0
- package/data2/GlobeAmericasIcon.js +49 -0
- package/data2/GlobeAmericasIcon.svg +8 -0
- package/data2/GlobeAmericasIconJupyterLab.d.ts +3 -0
- package/data2/GlobeAmericasIconJupyterLab.js +7 -0
- package/data2/GlobeAsiaAustriliaIcon.d.ts +3 -0
- package/data2/GlobeAsiaAustriliaIcon.js +64 -0
- package/data2/GlobeAsiaAustriliaIcon.svg +10 -0
- package/data2/GlobeAsiaAustriliaIconJupyterLab.d.ts +3 -0
- package/data2/GlobeAsiaAustriliaIconJupyterLab.js +7 -0
- package/data2/GlobeIcon.d.ts +3 -0
- package/data2/GlobeIcon.js +50 -0
- package/data2/GlobeIcon.svg +7 -0
- package/data2/GlobeIconJupyterLab.d.ts +3 -0
- package/data2/GlobeIconJupyterLab.js +7 -0
- package/data2/LabelIcon.d.ts +3 -0
- package/data2/LabelIcon.js +39 -0
- package/data2/LabelIcon.svg +4 -0
- package/data2/LabelIconJupyterLab.d.ts +3 -0
- package/data2/LabelIconJupyterLab.js +7 -0
- package/data2/PotentiometerIcon.d.ts +3 -0
- package/data2/PotentiometerIcon.js +65 -0
- package/data2/PotentiometerIcon.svg +13 -0
- package/data2/PotentiometerIconJupyterLab.d.ts +3 -0
- package/data2/PotentiometerIconJupyterLab.js +7 -0
- package/data2/ThermometerIcon.d.ts +3 -0
- package/data2/ThermometerIcon.js +49 -0
- package/data2/ThermometerIcon.svg +10 -0
- package/data2/ThermometerIconJupyterLab.d.ts +3 -0
- package/data2/ThermometerIconJupyterLab.js +7 -0
- package/data2/esm/DnaIcon.d.ts +3 -0
- package/data2/esm/DnaIcon.js +92 -0
- package/data2/esm/DnaIcon.svg +27 -0
- package/data2/esm/DnaIconJupyterLab.d.ts +3 -0
- package/data2/esm/DnaIconJupyterLab.js +7 -0
- package/data2/esm/EnveloppeEmailIcon.d.ts +3 -0
- package/data2/esm/EnveloppeEmailIcon.js +96 -0
- package/data2/esm/EnveloppeEmailIcon.svg +21 -0
- package/data2/esm/EnveloppeEmailIconJupyterLab.d.ts +3 -0
- package/data2/esm/EnveloppeEmailIconJupyterLab.js +7 -0
- package/data2/esm/EnveloppeIcon.d.ts +3 -0
- package/data2/esm/EnveloppeIcon.js +67 -0
- package/data2/esm/EnveloppeIcon.svg +14 -0
- package/data2/esm/EnveloppeIconJupyterLab.d.ts +3 -0
- package/data2/esm/EnveloppeIconJupyterLab.js +7 -0
- package/data2/esm/EnveloppeIncomingIcon.d.ts +3 -0
- package/data2/esm/EnveloppeIncomingIcon.js +50 -0
- package/data2/esm/EnveloppeIncomingIcon.svg +9 -0
- package/data2/esm/EnveloppeIncomingIconJupyterLab.d.ts +3 -0
- package/data2/esm/EnveloppeIncomingIconJupyterLab.js +7 -0
- package/data2/esm/GlobEuropeAfricaIcon.d.ts +3 -0
- package/data2/esm/GlobEuropeAfricaIcon.js +49 -0
- package/data2/esm/GlobEuropeAfricaIcon.svg +8 -0
- package/data2/esm/GlobEuropeAfricaIconJupyterLab.d.ts +3 -0
- package/data2/esm/GlobEuropeAfricaIconJupyterLab.js +7 -0
- package/data2/esm/GlobeAmericasIcon.d.ts +3 -0
- package/data2/esm/GlobeAmericasIcon.js +49 -0
- package/data2/esm/GlobeAmericasIcon.svg +8 -0
- package/data2/esm/GlobeAmericasIconJupyterLab.d.ts +3 -0
- package/data2/esm/GlobeAmericasIconJupyterLab.js +7 -0
- package/data2/esm/GlobeAsiaAustriliaIcon.d.ts +3 -0
- package/data2/esm/GlobeAsiaAustriliaIcon.js +64 -0
- package/data2/esm/GlobeAsiaAustriliaIcon.svg +10 -0
- package/data2/esm/GlobeAsiaAustriliaIconJupyterLab.d.ts +3 -0
- package/data2/esm/GlobeAsiaAustriliaIconJupyterLab.js +7 -0
- package/data2/esm/GlobeIcon.d.ts +3 -0
- package/data2/esm/GlobeIcon.js +50 -0
- package/data2/esm/GlobeIcon.svg +7 -0
- package/data2/esm/GlobeIconJupyterLab.d.ts +3 -0
- package/data2/esm/GlobeIconJupyterLab.js +7 -0
- package/data2/esm/LabelIcon.d.ts +3 -0
- package/data2/esm/LabelIcon.js +39 -0
- package/data2/esm/LabelIcon.svg +4 -0
- package/data2/esm/LabelIconJupyterLab.d.ts +3 -0
- package/data2/esm/LabelIconJupyterLab.js +7 -0
- package/data2/esm/PotentiometerIcon.d.ts +3 -0
- package/data2/esm/PotentiometerIcon.js +65 -0
- package/data2/esm/PotentiometerIcon.svg +13 -0
- package/data2/esm/PotentiometerIconJupyterLab.d.ts +3 -0
- package/data2/esm/PotentiometerIconJupyterLab.js +7 -0
- package/data2/esm/ThermometerIcon.d.ts +3 -0
- package/data2/esm/ThermometerIcon.js +49 -0
- package/data2/esm/ThermometerIcon.svg +10 -0
- package/data2/esm/ThermometerIconJupyterLab.d.ts +3 -0
- package/data2/esm/ThermometerIconJupyterLab.js +7 -0
- package/data2/esm/index.d.ts +22 -0
- package/data2/esm/index.js +22 -0
- package/data2/index.d.ts +22 -0
- package/data2/index.js +22 -0
- package/package.json +1 -1
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import * as React from "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
|
+
export default 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,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
|
+
import * as React from "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
|
+
export default 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,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
|
+
import * as React from "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
|
+
export default 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,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
|
+
import * as React from "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
|
+
export default 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,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
|
+
import * as React from "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
|
+
export default 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="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"/>
|
|
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="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"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import GlobeAmericasIconSvgStr from './GlobeAmericasIcon.svg';
|
|
3
|
+
const globeAmericasIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:globe-americas',
|
|
5
|
+
svgstr: GlobeAmericasIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default globeAmericasIconJupyterLab;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const GlobeAsiaAustriliaIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default GlobeAsiaAustriliaIcon;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
|
|
3
|
+
const sizeMap = {
|
|
4
|
+
"small": 16,
|
|
5
|
+
"medium": 32,
|
|
6
|
+
"large": 64
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
function GlobeAsiaAustriliaIcon({
|
|
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
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round",
|
|
32
|
+
strokeMiterlimit: 10,
|
|
33
|
+
strokeWidth: 2
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fill: "#B1CC33",
|
|
36
|
+
d: "M9 34c.536.13 2.303.396 3 1 .88.763-.079 1.435 1 3 .875 1.27 1.438 3.086 2 3 .743-.113.556-2.66 2-4 .465-.432 1.227-2.14 2-2 1.492.27 1.22 3.371 3 4 1.036.366 2.334.741 3 0 .852-.948.337-1.715 1-3 .828-1.604 2.075-1.274 4-3 2.01-1.802-.735-2.714 1-4 2.099-1.555 4.522-.469 6-2 1.379-1.428-.45-2.799 1-4 .638-.529 3.077-.494 6-1 1.283-.222 3.239-.56 5-1 1.418-.354 2.064-1.265 2-2-.063-.722-.683-.978-1-1-2.017-.142-2.27.19-4 0-1.99-.22-1.95-.693-4-1-.945-.142-1.086-.061-5 0-2.265.035-3.41.052-4 0a24.017 24.017 0 01-5-1c-2.032-.656-2-.977-3-1-1.51-.035-2.109.687-4 1a9.34 9.34 0 01-3 0l-1.004-.562-2.83 3.033-2.26 3.26-1.547 3.005L9.16 28l-.848 3.811-.231 2.06L9 34z"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
fill: "#B1CC33",
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round",
|
|
41
|
+
strokeMiterlimit: 10,
|
|
42
|
+
strokeWidth: 2,
|
|
43
|
+
d: "M32 47a7.246 7.246 0 00-3 1c-.703.43-1.555.952-2 2-.465 1.095-.214 2.124 0 3 .247 1.012.429 1.755 1 2 .728.313 1.233.45 3 0 .771-.196 1.94-.494 3 0 .995.464.816.124 2 1 .418.31 1.539 1.139 3 1 1.272-.12 2.404-.937 3-2 .745-1.327.588-2.921 0-4-.834-1.53-2.09-1.205-3-3-.412-.814-.363-1.294-1-2-.652-.722-1.652-1.27-2-1-.401.312.455 1.413 0 2-.486.628-1.77-.238-4 0zM27 41c-1.013.543-1.956 1.547-2 2-.025.258.316.509 1 1 1.059.76 1.088 1.808 1.5 1.667.555-.19 1.346-1.79 2.043-2.834.814-1.219 3.077-1.197 3.29-2.083.197-.818-2.22-2.676-2.833-2.75-.86-.103-.998 1.927-3 3zM9 34c.536.13 2.303.396 3 1 .88.763-.079 1.435 1 3 .875 1.27 1.438 3.086 2 3 .743-.113.556-2.66 2-4 .465-.432 1.227-2.14 2-2 1.492.27 1.22 3.371 3 4 1.036.366 2.334.741 3 0 .852-.948.337-1.715 1-3 .828-1.604 2.075-1.274 4-3 2.01-1.802-.735-2.714 1-4 2.099-1.555 4.522-.469 6-2 1.379-1.428-.45-2.799 1-4 .638-.529 3.077-.494 6-1 1.283-.222 2.239.44 4 0 1.418-.354 4.064-2.265 4-3-.063-.722-1.683-.978-2-1-2.017-.142-2.27.19-4 0-1.99-.22-1.95-.693-4-1-.945-.142-1.086-.061-5 0-2.265.035-3.41.052-4 0a24.017 24.017 0 01-5-1c-2.032-.656-2-.977-3-1-1.51-.035-2.109.687-4 1a9.34 9.34 0 01-3 0"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
45
|
+
fill: "none",
|
|
46
|
+
stroke: "#000",
|
|
47
|
+
strokeLinecap: "round",
|
|
48
|
+
strokeLinejoin: "round",
|
|
49
|
+
strokeMiterlimit: 10,
|
|
50
|
+
strokeWidth: 2
|
|
51
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
52
|
+
cx: 36,
|
|
53
|
+
cy: 36,
|
|
54
|
+
r: 28
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M32 47a7.246 7.246 0 00-3 1c-.703.43-1.555.952-2 2-.465 1.095-.214 2.124 0 3 .247 1.012.429 1.755 1 2 .728.313 1.233.45 3 0 .771-.196 1.94-.494 3 0 .995.464.816.124 2 1 .418.31 1.539 1.139 3 1 1.272-.12 2.404-.937 3-2 .745-1.327.588-2.921 0-4-.834-1.53-2.09-1.205-3-3-.412-.814-.363-1.294-1-2-.652-.722-1.652-1.27-2-1-.401.312.455 1.413 0 2-.486.628-1.77-.238-4 0zM27 41c-1.013.543-1.956 1.547-2 2-.025.258.316.509 1 1 1.059.76 1.088 1.808 1.5 1.667.555-.19 1.346-1.79 2.043-2.834.814-1.219 3.077-1.197 3.29-2.083.197-.818-2.22-2.676-2.833-2.75-.86-.103-.998 1.927-3 3zM9 34c.536.13 2.303.396 3 1 .88.763-.079 1.435 1 3 .875 1.27 1.438 3.086 2 3 .743-.113.556-2.66 2-4 .465-.432 1.227-2.14 2-2 1.492.27 1.22 3.371 3 4 1.036.366 2.334.741 3 0 .852-.948.337-1.715 1-3 .828-1.604 2.075-1.274 4-3 2.01-1.802-.735-2.714 1-4 2.099-1.555 4.522-.469 6-2 1.379-1.428-.45-2.799 1-4 .638-.529 3.077-.494 6-1 1.283-.222 2.239.44 4 0 1.418-.354 4.064-2.265 4-3-.063-.722-1.683-.978-2-1-2.017-.142-2.27.19-4 0-1.99-.22-1.95-.693-4-1-.945-.142-1.086-.061-5 0-2.265.035-3.41.052-4 0a24.017 24.017 0 01-5-1c-2.032-.656-2-.977-3-1-1.51-.035-2.109.687-4 1a9.34 9.34 0 01-3 0"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
58
|
+
cx: 36,
|
|
59
|
+
cy: 36,
|
|
60
|
+
r: 28
|
|
61
|
+
})));
|
|
62
|
+
}
|
|
63
|
+
const ForwardRef = React.forwardRef(GlobeAsiaAustriliaIcon);
|
|
64
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,10 @@
|
|
|
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" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/>
|
|
3
|
+
<path fill="#B1CC33" d="M9 34c.536.13 2.303.396 3 1 .88.763-.079 1.435 1 3 .875 1.27 1.438 3.086 2 3 .743-.113.556-2.66 2-4 .465-.432 1.227-2.14 2-2 1.492.27 1.22 3.371 3 4 1.036.366 2.334.741 3 0 .852-.948.337-1.715 1-3 .828-1.604 2.075-1.274 4-3 2.01-1.802-.735-2.714 1-4 2.099-1.555 4.522-.469 6-2 1.379-1.428-.45-2.799 1-4 .638-.529 3.077-.494 6-1 1.283-.222 3.239-.56 5-1 1.418-.354 2.064-1.265 2-2-.063-.722-.683-.978-1-1-2.017-.142-2.27.19-4 0-1.99-.22-1.95-.693-4-1-.945-.142-1.086-.061-5 0-2.265.035-3.41.052-4 0a24.017 24.017 0 01-5-1c-2.032-.656-2-.977-3-1-1.51-.035-2.109.687-4 1a9.34 9.34 0 01-3 0l-1.004-.562-2.83 3.033-2.26 3.26-1.547 3.005L9.16 28l-.848 3.811-.231 2.06L9 34z"/>
|
|
4
|
+
<path fill="#B1CC33" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M32 47a7.246 7.246 0 00-3 1c-.703.43-1.555.952-2 2-.465 1.095-.214 2.124 0 3 .247 1.012.429 1.755 1 2 .728.313 1.233.45 3 0 .771-.196 1.94-.494 3 0 .995.464.816.124 2 1 .418.31 1.539 1.139 3 1 1.272-.12 2.404-.937 3-2 .745-1.327.588-2.921 0-4-.834-1.53-2.09-1.205-3-3-.412-.814-.363-1.294-1-2-.652-.722-1.652-1.27-2-1-.401.312.455 1.413 0 2-.486.628-1.77-.238-4 0zM27 41c-1.013.543-1.956 1.547-2 2-.025.258.316.509 1 1 1.059.76 1.088 1.808 1.5 1.667.555-.19 1.346-1.79 2.043-2.834.814-1.219 3.077-1.197 3.29-2.083.197-.818-2.22-2.676-2.833-2.75-.86-.103-.998 1.927-3 3zM9 34c.536.13 2.303.396 3 1 .88.763-.079 1.435 1 3 .875 1.27 1.438 3.086 2 3 .743-.113.556-2.66 2-4 .465-.432 1.227-2.14 2-2 1.492.27 1.22 3.371 3 4 1.036.366 2.334.741 3 0 .852-.948.337-1.715 1-3 .828-1.604 2.075-1.274 4-3 2.01-1.802-.735-2.714 1-4 2.099-1.555 4.522-.469 6-2 1.379-1.428-.45-2.799 1-4 .638-.529 3.077-.494 6-1 1.283-.222 2.239.44 4 0 1.418-.354 4.064-2.265 4-3-.063-.722-1.683-.978-2-1-2.017-.142-2.27.19-4 0-1.99-.22-1.95-.693-4-1-.945-.142-1.086-.061-5 0-2.265.035-3.41.052-4 0a24.017 24.017 0 01-5-1c-2.032-.656-2-.977-3-1-1.51-.035-2.109.687-4 1a9.34 9.34 0 01-3 0"/>
|
|
5
|
+
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
6
|
+
<circle cx="36" cy="36" r="28"/>
|
|
7
|
+
<path d="M32 47a7.246 7.246 0 00-3 1c-.703.43-1.555.952-2 2-.465 1.095-.214 2.124 0 3 .247 1.012.429 1.755 1 2 .728.313 1.233.45 3 0 .771-.196 1.94-.494 3 0 .995.464.816.124 2 1 .418.31 1.539 1.139 3 1 1.272-.12 2.404-.937 3-2 .745-1.327.588-2.921 0-4-.834-1.53-2.09-1.205-3-3-.412-.814-.363-1.294-1-2-.652-.722-1.652-1.27-2-1-.401.312.455 1.413 0 2-.486.628-1.77-.238-4 0zM27 41c-1.013.543-1.956 1.547-2 2-.025.258.316.509 1 1 1.059.76 1.088 1.808 1.5 1.667.555-.19 1.346-1.79 2.043-2.834.814-1.219 3.077-1.197 3.29-2.083.197-.818-2.22-2.676-2.833-2.75-.86-.103-.998 1.927-3 3zM9 34c.536.13 2.303.396 3 1 .88.763-.079 1.435 1 3 .875 1.27 1.438 3.086 2 3 .743-.113.556-2.66 2-4 .465-.432 1.227-2.14 2-2 1.492.27 1.22 3.371 3 4 1.036.366 2.334.741 3 0 .852-.948.337-1.715 1-3 .828-1.604 2.075-1.274 4-3 2.01-1.802-.735-2.714 1-4 2.099-1.555 4.522-.469 6-2 1.379-1.428-.45-2.799 1-4 .638-.529 3.077-.494 6-1 1.283-.222 2.239.44 4 0 1.418-.354 4.064-2.265 4-3-.063-.722-1.683-.978-2-1-2.017-.142-2.27.19-4 0-1.99-.22-1.95-.693-4-1-.945-.142-1.086-.061-5 0-2.265.035-3.41.052-4 0a24.017 24.017 0 01-5-1c-2.032-.656-2-.977-3-1-1.51-.035-2.109.687-4 1a9.34 9.34 0 01-3 0"/>
|
|
8
|
+
<circle cx="36" cy="36" r="28"/>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import GlobeAsiaAustriliaIconSvgStr from './GlobeAsiaAustriliaIcon.svg';
|
|
3
|
+
const globeAsiaAustriliaIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:globe-asia-austrilia',
|
|
5
|
+
svgstr: GlobeAsiaAustriliaIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default globeAsiaAustriliaIconJupyterLab;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const GlobeIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default GlobeIcon;
|