@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,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
|
+
const React = require("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
|
+
module.exports = 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;
|
|
@@ -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 GlobeIcon({
|
|
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("g", {
|
|
35
|
+
fill: "none",
|
|
36
|
+
stroke: "#000",
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round",
|
|
39
|
+
strokeMiterlimit: 10,
|
|
40
|
+
strokeWidth: 2
|
|
41
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
42
|
+
cx: 36,
|
|
43
|
+
cy: 36,
|
|
44
|
+
r: 28
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
d: "M36 8v56c-8.56 0-15.5-12.536-15.5-28S27.44 8 36 8c8.56 0 15.5 12.536 15.5 28S44.56 64 36 64M64 36H8M60 22H12M60 50H12"
|
|
47
|
+
})));
|
|
48
|
+
}
|
|
49
|
+
const ForwardRef = React.forwardRef(GlobeIcon);
|
|
50
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
4
|
+
<circle cx="36" cy="36" r="28"/>
|
|
5
|
+
<path d="M36 8v56c-8.56 0-15.5-12.536-15.5-28S27.44 8 36 8c8.56 0 15.5 12.536 15.5 28S44.56 64 36 64M64 36H8M60 22H12M60 50H12"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const LabelIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default LabelIcon;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
|
|
3
|
+
const sizeMap = {
|
|
4
|
+
"small": 16,
|
|
5
|
+
"medium": 32,
|
|
6
|
+
"large": 64
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
function LabelIcon({
|
|
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: "#F4AA41",
|
|
27
|
+
d: "M24.7 16.4l-17 6v27.9l17 6h40v-40h-40v.1zm-8.5 25c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fill: "none",
|
|
30
|
+
stroke: "#000",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round",
|
|
33
|
+
strokeMiterlimit: 10,
|
|
34
|
+
strokeWidth: 2,
|
|
35
|
+
d: "M24.7 16.4l-17 6v27.9l17 6h40v-40h-40v.1zm-8.5 25c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z"
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
const ForwardRef = React.forwardRef(LabelIcon);
|
|
39
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
+
<path fill="#F4AA41" d="M24.7 16.4l-17 6v27.9l17 6h40v-40h-40v.1zm-8.5 25c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z"/>
|
|
3
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M24.7 16.4l-17 6v27.9l17 6h40v-40h-40v.1zm-8.5 25c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const PotentiometerIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default PotentiometerIcon;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
|
|
3
|
+
const sizeMap = {
|
|
4
|
+
"small": 16,
|
|
5
|
+
"medium": 32,
|
|
6
|
+
"large": 64
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
function PotentiometerIcon({
|
|
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: "#FFF",
|
|
27
|
+
d: "M21 30h6v12h-6z"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
29
|
+
cx: 41,
|
|
30
|
+
cy: 36,
|
|
31
|
+
r: 15,
|
|
32
|
+
fill: "#FFF"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
fill: "#D0CFCE",
|
|
35
|
+
d: "M30.4 46.6C33.1 49.3 36.9 51 41 51c8.3 0 15-6.7 15-15 0-3.6-1.3-6.9-3.4-9.5-.3-.4-.7-.8-1.1-1.2"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
fill: "none",
|
|
38
|
+
stroke: "#000",
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round",
|
|
41
|
+
strokeMiterlimit: 10,
|
|
42
|
+
strokeWidth: 2,
|
|
43
|
+
d: "M21 32h-5M21 36h-5M21 40h-5M27 41.4v.6h-6V30h6v.6"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
45
|
+
cx: 41,
|
|
46
|
+
cy: 36,
|
|
47
|
+
r: 15,
|
|
48
|
+
fill: "none",
|
|
49
|
+
stroke: "#000",
|
|
50
|
+
strokeLinecap: "round",
|
|
51
|
+
strokeLinejoin: "round",
|
|
52
|
+
strokeMiterlimit: 10,
|
|
53
|
+
strokeWidth: 2
|
|
54
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
55
|
+
cx: 41,
|
|
56
|
+
cy: 36,
|
|
57
|
+
r: 4
|
|
58
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
59
|
+
fill: "#E27022"
|
|
60
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
61
|
+
d: "M20.005 30.99v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01h4.04zM20.005 34.99v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01h4.04zM20.005 38.99v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01h4.04z"
|
|
62
|
+
})));
|
|
63
|
+
}
|
|
64
|
+
const ForwardRef = React.forwardRef(PotentiometerIcon);
|
|
65
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
+
<path fill="#FFF" d="M21 30h6v12h-6z"/>
|
|
3
|
+
<circle cx="41" cy="36" r="15" fill="#FFF"/>
|
|
4
|
+
<path fill="#D0CFCE" d="M30.4 46.6C33.1 49.3 36.9 51 41 51c8.3 0 15-6.7 15-15 0-3.6-1.3-6.9-3.4-9.5-.3-.4-.7-.8-1.1-1.2"/>
|
|
5
|
+
<g>
|
|
6
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M21 32h-5M21 36h-5M21 40h-5M27 41.4v.6h-6V30h6v.6"/>
|
|
7
|
+
<circle cx="41" cy="36" r="15" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/>
|
|
8
|
+
<circle cx="41" cy="36" r="4"/>
|
|
9
|
+
</g>
|
|
10
|
+
<g fill="#E27022">
|
|
11
|
+
<path d="M20.005 30.99v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01h4.04zM20.005 34.99v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01h4.04zM20.005 38.99v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01h4.04z"/>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import PotentiometerIconSvgStr from './PotentiometerIcon.svg';
|
|
3
|
+
const potentiometerIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:potentiometer',
|
|
5
|
+
svgstr: PotentiometerIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default potentiometerIconJupyterLab;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const ThermometerIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default ThermometerIcon;
|
|
@@ -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 ThermometerIcon({
|
|
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: "#fff",
|
|
27
|
+
d: "M35.97 3.452c-3 0-4.683 2.433-4.683 5.434v23.106h9.118l.25-23.106c0-3.001-1.683-5.434-4.684-5.434z"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fill: "#ea5a47",
|
|
30
|
+
d: "M40.566 47.498C44.092 49.327 47 53.004 47 57.243c0 6.061-4.925 10.975-11 10.975s-11-4.914-11-10.975c0-4.254 3.138-8.198 6.684-10.02l.09-18.52s7.571 1.436 8.773-1.144l.019 19.94z"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fill: "#d22f27",
|
|
33
|
+
d: "M37.041 29.403c1.693-.15 1.283-.33 3.486-1.241l.024 18.828c0 .557.182 1.104.535 1.539 2.168 2.67 5.252 5.211 5.252 9.091 0 5.994-4.99 10.037-10.431 10.037 0 0 10.103-7.61 1.692-16.586-.356-.38-.551-1.23-.551-1.775l-.007-19.893z"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
35
|
+
fill: "none",
|
|
36
|
+
stroke: "#000",
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round",
|
|
39
|
+
strokeWidth: 2
|
|
40
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
d: "M38.387 35.913c-.721.16-1.974.266-3.4.266-2.236 0-4.049-.26-4.049-.582M38.387 43.61c-.721.16-1.974.266-3.4.266-2.236 0-4.049-.26-4.049-.581M38.387 28.216c-.721.16-1.974.266-3.4.266-2.236 0-4.049-.261-4.049-.582M38.387 20.518c-.721.16-1.974.266-3.4.266-2.236 0-4.049-.26-4.049-.582"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
d: "M29.663 49.462c1.294-.963 1.276-2.236 1.276-2.236V8.639a5.082 5.082 0 1110.165 0v38.587s.005 1.286 1.298 2.249a10.146 10.146 0 013.788 7.916c0 5.614-4.55 10.165-10.165 10.165S25.86 63.005 25.86 57.391c0-1.536.34-2.992.95-4.297"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M38.387 12.82c-.721.16-1.974.266-3.4.266-2.236 0-4.049-.26-4.049-.581"
|
|
46
|
+
})));
|
|
47
|
+
}
|
|
48
|
+
const ForwardRef = React.forwardRef(ThermometerIcon);
|
|
49
|
+
module.exports = 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
|
+
<path fill="#fff" d="M35.97 3.452c-3 0-4.683 2.433-4.683 5.434v23.106h9.118l.25-23.106c0-3.001-1.683-5.434-4.684-5.434z"/>
|
|
3
|
+
<path fill="#ea5a47" d="M40.566 47.498C44.092 49.327 47 53.004 47 57.243c0 6.061-4.925 10.975-11 10.975s-11-4.914-11-10.975c0-4.254 3.138-8.198 6.684-10.02l.09-18.52s7.571 1.436 8.773-1.144l.019 19.94z"/>
|
|
4
|
+
<path fill="#d22f27" d="M37.041 29.403c1.693-.15 1.283-.33 3.486-1.241l.024 18.828c0 .557.182 1.104.535 1.539 2.168 2.67 5.252 5.211 5.252 9.091 0 5.994-4.99 10.037-10.431 10.037 0 0 10.103-7.61 1.692-16.586-.356-.38-.551-1.23-.551-1.775l-.007-19.893z"/>
|
|
5
|
+
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
|
|
6
|
+
<path d="M38.387 35.913c-.721.16-1.974.266-3.4.266-2.236 0-4.049-.26-4.049-.582M38.387 43.61c-.721.16-1.974.266-3.4.266-2.236 0-4.049-.26-4.049-.581M38.387 28.216c-.721.16-1.974.266-3.4.266-2.236 0-4.049-.261-4.049-.582M38.387 20.518c-.721.16-1.974.266-3.4.266-2.236 0-4.049-.26-4.049-.582"/>
|
|
7
|
+
<path d="M29.663 49.462c1.294-.963 1.276-2.236 1.276-2.236V8.639a5.082 5.082 0 1110.165 0v38.587s.005 1.286 1.298 2.249a10.146 10.146 0 013.788 7.916c0 5.614-4.55 10.165-10.165 10.165S25.86 63.005 25.86 57.391c0-1.536.34-2.992.95-4.297"/>
|
|
8
|
+
<path d="M38.387 12.82c-.721.16-1.974.266-3.4.266-2.236 0-4.049-.26-4.049-.581"/>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import ThermometerIconSvgStr from './ThermometerIcon.svg';
|
|
3
|
+
const thermometerIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:thermometer',
|
|
5
|
+
svgstr: ThermometerIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default thermometerIconJupyterLab;
|
|
@@ -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
|
+
import * as React from "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
|
+
export default 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 * 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;
|