@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,50 @@
|
|
|
1
|
+
import * as React from "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
|
+
export default 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
|
+
import * as React from "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
|
+
export default 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
|
+
import * as React from "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
|
+
export default 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
|
+
import * as React from "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
|
+
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
|
+
<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;
|
package/data2/esm/index.d.ts
CHANGED
|
@@ -108,6 +108,8 @@ export { default as DatasetIcon } from './DatasetIcon'
|
|
|
108
108
|
// export { default as datasetIconLabIcon } from './DatasetIconLabIcon'
|
|
109
109
|
export { default as DizzyIcon } from './DizzyIcon'
|
|
110
110
|
// export { default as dizzyIconLabIcon } from './DizzyIconLabIcon'
|
|
111
|
+
export { default as DnaIcon } from './DnaIcon'
|
|
112
|
+
// export { default as dnaIconLabIcon } from './DnaIconLabIcon'
|
|
111
113
|
export { default as DockerNameIcon } from './DockerNameIcon'
|
|
112
114
|
// export { default as dockerNameIconLabIcon } from './DockerNameIconLabIcon'
|
|
113
115
|
export { default as DockerIcon } from './DockerIcon'
|
|
@@ -132,6 +134,12 @@ export { default as ElfManIcon } from './ElfManIcon'
|
|
|
132
134
|
// export { default as elfManIconLabIcon } from './ElfManIconLabIcon'
|
|
133
135
|
export { default as ElfWomanIcon } from './ElfWomanIcon'
|
|
134
136
|
// export { default as elfWomanIconLabIcon } from './ElfWomanIconLabIcon'
|
|
137
|
+
export { default as EnveloppeEmailIcon } from './EnveloppeEmailIcon'
|
|
138
|
+
// export { default as enveloppeEmailIconLabIcon } from './EnveloppeEmailIconLabIcon'
|
|
139
|
+
export { default as EnveloppeIncomingIcon } from './EnveloppeIncomingIcon'
|
|
140
|
+
// export { default as enveloppeIncomingIconLabIcon } from './EnveloppeIncomingIconLabIcon'
|
|
141
|
+
export { default as EnveloppeIcon } from './EnveloppeIcon'
|
|
142
|
+
// export { default as enveloppeIconLabIcon } from './EnveloppeIconLabIcon'
|
|
135
143
|
export { default as EyeInSpeechBubbleIcon } from './EyeInSpeechBubbleIcon'
|
|
136
144
|
// export { default as eyeInSpeechBubbleIconLabIcon } from './EyeInSpeechBubbleIconLabIcon'
|
|
137
145
|
export { default as EyeIcon } from './EyeIcon'
|
|
@@ -158,6 +166,14 @@ export { default as FourLeafCloverIcon } from './FourLeafCloverIcon'
|
|
|
158
166
|
// export { default as fourLeafCloverIconLabIcon } from './FourLeafCloverIconLabIcon'
|
|
159
167
|
export { default as GearIcon } from './GearIcon'
|
|
160
168
|
// export { default as gearIconLabIcon } from './GearIconLabIcon'
|
|
169
|
+
export { default as GlobEuropeAfricaIcon } from './GlobEuropeAfricaIcon'
|
|
170
|
+
// export { default as globEuropeAfricaIconLabIcon } from './GlobEuropeAfricaIconLabIcon'
|
|
171
|
+
export { default as GlobeAmericasIcon } from './GlobeAmericasIcon'
|
|
172
|
+
// export { default as globeAmericasIconLabIcon } from './GlobeAmericasIconLabIcon'
|
|
173
|
+
export { default as GlobeAsiaAustriliaIcon } from './GlobeAsiaAustriliaIcon'
|
|
174
|
+
// export { default as globeAsiaAustriliaIconLabIcon } from './GlobeAsiaAustriliaIconLabIcon'
|
|
175
|
+
export { default as GlobeIcon } from './GlobeIcon'
|
|
176
|
+
// export { default as globeIconLabIcon } from './GlobeIconLabIcon'
|
|
161
177
|
export { default as GremlinIcon } from './GremlinIcon'
|
|
162
178
|
// export { default as gremlinIconLabIcon } from './GremlinIconLabIcon'
|
|
163
179
|
export { default as GrinningFaceIcon } from './GrinningFaceIcon'
|
|
@@ -190,6 +206,8 @@ export { default as KeyOutlineIcon } from './KeyOutlineIcon'
|
|
|
190
206
|
// export { default as keyOutlineIconLabIcon } from './KeyOutlineIconLabIcon'
|
|
191
207
|
export { default as KeyIcon } from './KeyIcon'
|
|
192
208
|
// export { default as keyIconLabIcon } from './KeyIconLabIcon'
|
|
209
|
+
export { default as LabelIcon } from './LabelIcon'
|
|
210
|
+
// export { default as labelIconLabIcon } from './LabelIconLabIcon'
|
|
193
211
|
export { default as LaptopIcon } from './LaptopIcon'
|
|
194
212
|
// export { default as laptopIconLabIcon } from './LaptopIconLabIcon'
|
|
195
213
|
export { default as LegoBlueSquareIcon } from './LegoBlueSquareIcon'
|
|
@@ -302,6 +320,8 @@ export { default as PoliceCarLightIcon } from './PoliceCarLightIcon'
|
|
|
302
320
|
// export { default as policeCarLightIconLabIcon } from './PoliceCarLightIconLabIcon'
|
|
303
321
|
export { default as PoolIcon } from './PoolIcon'
|
|
304
322
|
// export { default as poolIconLabIcon } from './PoolIconLabIcon'
|
|
323
|
+
export { default as PotentiometerIcon } from './PotentiometerIcon'
|
|
324
|
+
// export { default as potentiometerIconLabIcon } from './PotentiometerIconLabIcon'
|
|
305
325
|
export { default as PuzzleIcon } from './PuzzleIcon'
|
|
306
326
|
// export { default as puzzleIconLabIcon } from './PuzzleIconLabIcon'
|
|
307
327
|
export { default as RadarIcon } from './RadarIcon'
|
|
@@ -380,6 +400,8 @@ export { default as TabanaTreeIcon } from './TabanaTreeIcon'
|
|
|
380
400
|
// export { default as tabanaTreeIconLabIcon } from './TabanaTreeIconLabIcon'
|
|
381
401
|
export { default as TensorFlowIcon } from './TensorFlowIcon'
|
|
382
402
|
// export { default as tensorFlowIconLabIcon } from './TensorFlowIconLabIcon'
|
|
403
|
+
export { default as ThermometerIcon } from './ThermometerIcon'
|
|
404
|
+
// export { default as thermometerIconLabIcon } from './ThermometerIconLabIcon'
|
|
383
405
|
export { default as ThumbsUpIcon } from './ThumbsUpIcon'
|
|
384
406
|
// export { default as thumbsUpIconLabIcon } from './ThumbsUpIconLabIcon'
|
|
385
407
|
export { default as TornadoIcon } from './TornadoIcon'
|
package/data2/esm/index.js
CHANGED
|
@@ -108,6 +108,8 @@ export { default as DatasetIcon } from './DatasetIcon.js'
|
|
|
108
108
|
// export { default as datasetIconLabIcon } from './DatasetIconLabIcon.js'
|
|
109
109
|
export { default as DizzyIcon } from './DizzyIcon.js'
|
|
110
110
|
// export { default as dizzyIconLabIcon } from './DizzyIconLabIcon.js'
|
|
111
|
+
export { default as DnaIcon } from './DnaIcon.js'
|
|
112
|
+
// export { default as dnaIconLabIcon } from './DnaIconLabIcon.js'
|
|
111
113
|
export { default as DockerNameIcon } from './DockerNameIcon.js'
|
|
112
114
|
// export { default as dockerNameIconLabIcon } from './DockerNameIconLabIcon.js'
|
|
113
115
|
export { default as DockerIcon } from './DockerIcon.js'
|
|
@@ -132,6 +134,12 @@ export { default as ElfManIcon } from './ElfManIcon.js'
|
|
|
132
134
|
// export { default as elfManIconLabIcon } from './ElfManIconLabIcon.js'
|
|
133
135
|
export { default as ElfWomanIcon } from './ElfWomanIcon.js'
|
|
134
136
|
// export { default as elfWomanIconLabIcon } from './ElfWomanIconLabIcon.js'
|
|
137
|
+
export { default as EnveloppeEmailIcon } from './EnveloppeEmailIcon.js'
|
|
138
|
+
// export { default as enveloppeEmailIconLabIcon } from './EnveloppeEmailIconLabIcon.js'
|
|
139
|
+
export { default as EnveloppeIncomingIcon } from './EnveloppeIncomingIcon.js'
|
|
140
|
+
// export { default as enveloppeIncomingIconLabIcon } from './EnveloppeIncomingIconLabIcon.js'
|
|
141
|
+
export { default as EnveloppeIcon } from './EnveloppeIcon.js'
|
|
142
|
+
// export { default as enveloppeIconLabIcon } from './EnveloppeIconLabIcon.js'
|
|
135
143
|
export { default as EyeInSpeechBubbleIcon } from './EyeInSpeechBubbleIcon.js'
|
|
136
144
|
// export { default as eyeInSpeechBubbleIconLabIcon } from './EyeInSpeechBubbleIconLabIcon.js'
|
|
137
145
|
export { default as EyeIcon } from './EyeIcon.js'
|
|
@@ -158,6 +166,14 @@ export { default as FourLeafCloverIcon } from './FourLeafCloverIcon.js'
|
|
|
158
166
|
// export { default as fourLeafCloverIconLabIcon } from './FourLeafCloverIconLabIcon.js'
|
|
159
167
|
export { default as GearIcon } from './GearIcon.js'
|
|
160
168
|
// export { default as gearIconLabIcon } from './GearIconLabIcon.js'
|
|
169
|
+
export { default as GlobEuropeAfricaIcon } from './GlobEuropeAfricaIcon.js'
|
|
170
|
+
// export { default as globEuropeAfricaIconLabIcon } from './GlobEuropeAfricaIconLabIcon.js'
|
|
171
|
+
export { default as GlobeAmericasIcon } from './GlobeAmericasIcon.js'
|
|
172
|
+
// export { default as globeAmericasIconLabIcon } from './GlobeAmericasIconLabIcon.js'
|
|
173
|
+
export { default as GlobeAsiaAustriliaIcon } from './GlobeAsiaAustriliaIcon.js'
|
|
174
|
+
// export { default as globeAsiaAustriliaIconLabIcon } from './GlobeAsiaAustriliaIconLabIcon.js'
|
|
175
|
+
export { default as GlobeIcon } from './GlobeIcon.js'
|
|
176
|
+
// export { default as globeIconLabIcon } from './GlobeIconLabIcon.js'
|
|
161
177
|
export { default as GremlinIcon } from './GremlinIcon.js'
|
|
162
178
|
// export { default as gremlinIconLabIcon } from './GremlinIconLabIcon.js'
|
|
163
179
|
export { default as GrinningFaceIcon } from './GrinningFaceIcon.js'
|
|
@@ -190,6 +206,8 @@ export { default as KeyOutlineIcon } from './KeyOutlineIcon.js'
|
|
|
190
206
|
// export { default as keyOutlineIconLabIcon } from './KeyOutlineIconLabIcon.js'
|
|
191
207
|
export { default as KeyIcon } from './KeyIcon.js'
|
|
192
208
|
// export { default as keyIconLabIcon } from './KeyIconLabIcon.js'
|
|
209
|
+
export { default as LabelIcon } from './LabelIcon.js'
|
|
210
|
+
// export { default as labelIconLabIcon } from './LabelIconLabIcon.js'
|
|
193
211
|
export { default as LaptopIcon } from './LaptopIcon.js'
|
|
194
212
|
// export { default as laptopIconLabIcon } from './LaptopIconLabIcon.js'
|
|
195
213
|
export { default as LegoBlueSquareIcon } from './LegoBlueSquareIcon.js'
|
|
@@ -302,6 +320,8 @@ export { default as PoliceCarLightIcon } from './PoliceCarLightIcon.js'
|
|
|
302
320
|
// export { default as policeCarLightIconLabIcon } from './PoliceCarLightIconLabIcon.js'
|
|
303
321
|
export { default as PoolIcon } from './PoolIcon.js'
|
|
304
322
|
// export { default as poolIconLabIcon } from './PoolIconLabIcon.js'
|
|
323
|
+
export { default as PotentiometerIcon } from './PotentiometerIcon.js'
|
|
324
|
+
// export { default as potentiometerIconLabIcon } from './PotentiometerIconLabIcon.js'
|
|
305
325
|
export { default as PuzzleIcon } from './PuzzleIcon.js'
|
|
306
326
|
// export { default as puzzleIconLabIcon } from './PuzzleIconLabIcon.js'
|
|
307
327
|
export { default as RadarIcon } from './RadarIcon.js'
|
|
@@ -380,6 +400,8 @@ export { default as TabanaTreeIcon } from './TabanaTreeIcon.js'
|
|
|
380
400
|
// export { default as tabanaTreeIconLabIcon } from './TabanaTreeIconLabIcon.js'
|
|
381
401
|
export { default as TensorFlowIcon } from './TensorFlowIcon.js'
|
|
382
402
|
// export { default as tensorFlowIconLabIcon } from './TensorFlowIconLabIcon.js'
|
|
403
|
+
export { default as ThermometerIcon } from './ThermometerIcon.js'
|
|
404
|
+
// export { default as thermometerIconLabIcon } from './ThermometerIconLabIcon.js'
|
|
383
405
|
export { default as ThumbsUpIcon } from './ThumbsUpIcon.js'
|
|
384
406
|
// export { default as thumbsUpIconLabIcon } from './ThumbsUpIconLabIcon.js'
|
|
385
407
|
export { default as TornadoIcon } from './TornadoIcon.js'
|
package/data2/index.d.ts
CHANGED
|
@@ -108,6 +108,8 @@ export { default as DatasetIcon } from './DatasetIcon'
|
|
|
108
108
|
// export { default as datasetIconLabIcon } from './DatasetIconLabIcon'
|
|
109
109
|
export { default as DizzyIcon } from './DizzyIcon'
|
|
110
110
|
// export { default as dizzyIconLabIcon } from './DizzyIconLabIcon'
|
|
111
|
+
export { default as DnaIcon } from './DnaIcon'
|
|
112
|
+
// export { default as dnaIconLabIcon } from './DnaIconLabIcon'
|
|
111
113
|
export { default as DockerNameIcon } from './DockerNameIcon'
|
|
112
114
|
// export { default as dockerNameIconLabIcon } from './DockerNameIconLabIcon'
|
|
113
115
|
export { default as DockerIcon } from './DockerIcon'
|
|
@@ -132,6 +134,12 @@ export { default as ElfManIcon } from './ElfManIcon'
|
|
|
132
134
|
// export { default as elfManIconLabIcon } from './ElfManIconLabIcon'
|
|
133
135
|
export { default as ElfWomanIcon } from './ElfWomanIcon'
|
|
134
136
|
// export { default as elfWomanIconLabIcon } from './ElfWomanIconLabIcon'
|
|
137
|
+
export { default as EnveloppeEmailIcon } from './EnveloppeEmailIcon'
|
|
138
|
+
// export { default as enveloppeEmailIconLabIcon } from './EnveloppeEmailIconLabIcon'
|
|
139
|
+
export { default as EnveloppeIncomingIcon } from './EnveloppeIncomingIcon'
|
|
140
|
+
// export { default as enveloppeIncomingIconLabIcon } from './EnveloppeIncomingIconLabIcon'
|
|
141
|
+
export { default as EnveloppeIcon } from './EnveloppeIcon'
|
|
142
|
+
// export { default as enveloppeIconLabIcon } from './EnveloppeIconLabIcon'
|
|
135
143
|
export { default as EyeInSpeechBubbleIcon } from './EyeInSpeechBubbleIcon'
|
|
136
144
|
// export { default as eyeInSpeechBubbleIconLabIcon } from './EyeInSpeechBubbleIconLabIcon'
|
|
137
145
|
export { default as EyeIcon } from './EyeIcon'
|
|
@@ -158,6 +166,14 @@ export { default as FourLeafCloverIcon } from './FourLeafCloverIcon'
|
|
|
158
166
|
// export { default as fourLeafCloverIconLabIcon } from './FourLeafCloverIconLabIcon'
|
|
159
167
|
export { default as GearIcon } from './GearIcon'
|
|
160
168
|
// export { default as gearIconLabIcon } from './GearIconLabIcon'
|
|
169
|
+
export { default as GlobEuropeAfricaIcon } from './GlobEuropeAfricaIcon'
|
|
170
|
+
// export { default as globEuropeAfricaIconLabIcon } from './GlobEuropeAfricaIconLabIcon'
|
|
171
|
+
export { default as GlobeAmericasIcon } from './GlobeAmericasIcon'
|
|
172
|
+
// export { default as globeAmericasIconLabIcon } from './GlobeAmericasIconLabIcon'
|
|
173
|
+
export { default as GlobeAsiaAustriliaIcon } from './GlobeAsiaAustriliaIcon'
|
|
174
|
+
// export { default as globeAsiaAustriliaIconLabIcon } from './GlobeAsiaAustriliaIconLabIcon'
|
|
175
|
+
export { default as GlobeIcon } from './GlobeIcon'
|
|
176
|
+
// export { default as globeIconLabIcon } from './GlobeIconLabIcon'
|
|
161
177
|
export { default as GremlinIcon } from './GremlinIcon'
|
|
162
178
|
// export { default as gremlinIconLabIcon } from './GremlinIconLabIcon'
|
|
163
179
|
export { default as GrinningFaceIcon } from './GrinningFaceIcon'
|
|
@@ -190,6 +206,8 @@ export { default as KeyOutlineIcon } from './KeyOutlineIcon'
|
|
|
190
206
|
// export { default as keyOutlineIconLabIcon } from './KeyOutlineIconLabIcon'
|
|
191
207
|
export { default as KeyIcon } from './KeyIcon'
|
|
192
208
|
// export { default as keyIconLabIcon } from './KeyIconLabIcon'
|
|
209
|
+
export { default as LabelIcon } from './LabelIcon'
|
|
210
|
+
// export { default as labelIconLabIcon } from './LabelIconLabIcon'
|
|
193
211
|
export { default as LaptopIcon } from './LaptopIcon'
|
|
194
212
|
// export { default as laptopIconLabIcon } from './LaptopIconLabIcon'
|
|
195
213
|
export { default as LegoBlueSquareIcon } from './LegoBlueSquareIcon'
|
|
@@ -302,6 +320,8 @@ export { default as PoliceCarLightIcon } from './PoliceCarLightIcon'
|
|
|
302
320
|
// export { default as policeCarLightIconLabIcon } from './PoliceCarLightIconLabIcon'
|
|
303
321
|
export { default as PoolIcon } from './PoolIcon'
|
|
304
322
|
// export { default as poolIconLabIcon } from './PoolIconLabIcon'
|
|
323
|
+
export { default as PotentiometerIcon } from './PotentiometerIcon'
|
|
324
|
+
// export { default as potentiometerIconLabIcon } from './PotentiometerIconLabIcon'
|
|
305
325
|
export { default as PuzzleIcon } from './PuzzleIcon'
|
|
306
326
|
// export { default as puzzleIconLabIcon } from './PuzzleIconLabIcon'
|
|
307
327
|
export { default as RadarIcon } from './RadarIcon'
|
|
@@ -380,6 +400,8 @@ export { default as TabanaTreeIcon } from './TabanaTreeIcon'
|
|
|
380
400
|
// export { default as tabanaTreeIconLabIcon } from './TabanaTreeIconLabIcon'
|
|
381
401
|
export { default as TensorFlowIcon } from './TensorFlowIcon'
|
|
382
402
|
// export { default as tensorFlowIconLabIcon } from './TensorFlowIconLabIcon'
|
|
403
|
+
export { default as ThermometerIcon } from './ThermometerIcon'
|
|
404
|
+
// export { default as thermometerIconLabIcon } from './ThermometerIconLabIcon'
|
|
383
405
|
export { default as ThumbsUpIcon } from './ThumbsUpIcon'
|
|
384
406
|
// export { default as thumbsUpIconLabIcon } from './ThumbsUpIconLabIcon'
|
|
385
407
|
export { default as TornadoIcon } from './TornadoIcon'
|
package/data2/index.js
CHANGED
|
@@ -108,6 +108,8 @@ module.exports.DatasetIcon = require("./DatasetIcon.js")
|
|
|
108
108
|
// module.exports.datasetIconLabIcon = require("./DatasetIconLabIcon.js")
|
|
109
109
|
module.exports.DizzyIcon = require("./DizzyIcon.js")
|
|
110
110
|
// module.exports.dizzyIconLabIcon = require("./DizzyIconLabIcon.js")
|
|
111
|
+
module.exports.DnaIcon = require("./DnaIcon.js")
|
|
112
|
+
// module.exports.dnaIconLabIcon = require("./DnaIconLabIcon.js")
|
|
111
113
|
module.exports.DockerNameIcon = require("./DockerNameIcon.js")
|
|
112
114
|
// module.exports.dockerNameIconLabIcon = require("./DockerNameIconLabIcon.js")
|
|
113
115
|
module.exports.DockerIcon = require("./DockerIcon.js")
|
|
@@ -132,6 +134,12 @@ module.exports.ElfManIcon = require("./ElfManIcon.js")
|
|
|
132
134
|
// module.exports.elfManIconLabIcon = require("./ElfManIconLabIcon.js")
|
|
133
135
|
module.exports.ElfWomanIcon = require("./ElfWomanIcon.js")
|
|
134
136
|
// module.exports.elfWomanIconLabIcon = require("./ElfWomanIconLabIcon.js")
|
|
137
|
+
module.exports.EnveloppeEmailIcon = require("./EnveloppeEmailIcon.js")
|
|
138
|
+
// module.exports.enveloppeEmailIconLabIcon = require("./EnveloppeEmailIconLabIcon.js")
|
|
139
|
+
module.exports.EnveloppeIncomingIcon = require("./EnveloppeIncomingIcon.js")
|
|
140
|
+
// module.exports.enveloppeIncomingIconLabIcon = require("./EnveloppeIncomingIconLabIcon.js")
|
|
141
|
+
module.exports.EnveloppeIcon = require("./EnveloppeIcon.js")
|
|
142
|
+
// module.exports.enveloppeIconLabIcon = require("./EnveloppeIconLabIcon.js")
|
|
135
143
|
module.exports.EyeInSpeechBubbleIcon = require("./EyeInSpeechBubbleIcon.js")
|
|
136
144
|
// module.exports.eyeInSpeechBubbleIconLabIcon = require("./EyeInSpeechBubbleIconLabIcon.js")
|
|
137
145
|
module.exports.EyeIcon = require("./EyeIcon.js")
|
|
@@ -158,6 +166,14 @@ module.exports.FourLeafCloverIcon = require("./FourLeafCloverIcon.js")
|
|
|
158
166
|
// module.exports.fourLeafCloverIconLabIcon = require("./FourLeafCloverIconLabIcon.js")
|
|
159
167
|
module.exports.GearIcon = require("./GearIcon.js")
|
|
160
168
|
// module.exports.gearIconLabIcon = require("./GearIconLabIcon.js")
|
|
169
|
+
module.exports.GlobEuropeAfricaIcon = require("./GlobEuropeAfricaIcon.js")
|
|
170
|
+
// module.exports.globEuropeAfricaIconLabIcon = require("./GlobEuropeAfricaIconLabIcon.js")
|
|
171
|
+
module.exports.GlobeAmericasIcon = require("./GlobeAmericasIcon.js")
|
|
172
|
+
// module.exports.globeAmericasIconLabIcon = require("./GlobeAmericasIconLabIcon.js")
|
|
173
|
+
module.exports.GlobeAsiaAustriliaIcon = require("./GlobeAsiaAustriliaIcon.js")
|
|
174
|
+
// module.exports.globeAsiaAustriliaIconLabIcon = require("./GlobeAsiaAustriliaIconLabIcon.js")
|
|
175
|
+
module.exports.GlobeIcon = require("./GlobeIcon.js")
|
|
176
|
+
// module.exports.globeIconLabIcon = require("./GlobeIconLabIcon.js")
|
|
161
177
|
module.exports.GremlinIcon = require("./GremlinIcon.js")
|
|
162
178
|
// module.exports.gremlinIconLabIcon = require("./GremlinIconLabIcon.js")
|
|
163
179
|
module.exports.GrinningFaceIcon = require("./GrinningFaceIcon.js")
|
|
@@ -190,6 +206,8 @@ module.exports.KeyOutlineIcon = require("./KeyOutlineIcon.js")
|
|
|
190
206
|
// module.exports.keyOutlineIconLabIcon = require("./KeyOutlineIconLabIcon.js")
|
|
191
207
|
module.exports.KeyIcon = require("./KeyIcon.js")
|
|
192
208
|
// module.exports.keyIconLabIcon = require("./KeyIconLabIcon.js")
|
|
209
|
+
module.exports.LabelIcon = require("./LabelIcon.js")
|
|
210
|
+
// module.exports.labelIconLabIcon = require("./LabelIconLabIcon.js")
|
|
193
211
|
module.exports.LaptopIcon = require("./LaptopIcon.js")
|
|
194
212
|
// module.exports.laptopIconLabIcon = require("./LaptopIconLabIcon.js")
|
|
195
213
|
module.exports.LegoBlueSquareIcon = require("./LegoBlueSquareIcon.js")
|
|
@@ -302,6 +320,8 @@ module.exports.PoliceCarLightIcon = require("./PoliceCarLightIcon.js")
|
|
|
302
320
|
// module.exports.policeCarLightIconLabIcon = require("./PoliceCarLightIconLabIcon.js")
|
|
303
321
|
module.exports.PoolIcon = require("./PoolIcon.js")
|
|
304
322
|
// module.exports.poolIconLabIcon = require("./PoolIconLabIcon.js")
|
|
323
|
+
module.exports.PotentiometerIcon = require("./PotentiometerIcon.js")
|
|
324
|
+
// module.exports.potentiometerIconLabIcon = require("./PotentiometerIconLabIcon.js")
|
|
305
325
|
module.exports.PuzzleIcon = require("./PuzzleIcon.js")
|
|
306
326
|
// module.exports.puzzleIconLabIcon = require("./PuzzleIconLabIcon.js")
|
|
307
327
|
module.exports.RadarIcon = require("./RadarIcon.js")
|
|
@@ -380,6 +400,8 @@ module.exports.TabanaTreeIcon = require("./TabanaTreeIcon.js")
|
|
|
380
400
|
// module.exports.tabanaTreeIconLabIcon = require("./TabanaTreeIconLabIcon.js")
|
|
381
401
|
module.exports.TensorFlowIcon = require("./TensorFlowIcon.js")
|
|
382
402
|
// module.exports.tensorFlowIconLabIcon = require("./TensorFlowIconLabIcon.js")
|
|
403
|
+
module.exports.ThermometerIcon = require("./ThermometerIcon.js")
|
|
404
|
+
// module.exports.thermometerIconLabIcon = require("./ThermometerIconLabIcon.js")
|
|
383
405
|
module.exports.ThumbsUpIcon = require("./ThumbsUpIcon.js")
|
|
384
406
|
// module.exports.thumbsUpIconLabIcon = require("./ThumbsUpIconLabIcon.js")
|
|
385
407
|
module.exports.TornadoIcon = require("./TornadoIcon.js")
|