@datalayer/icons-react 0.3.5 → 0.3.6
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/AlienMaskIcon.d.ts +3 -0
- package/data2/{AlienIcon.js → AlienMaskIcon.js} +2 -2
- package/data2/AlienMaskIconJupyterLab.d.ts +3 -0
- package/data2/AlienMaskIconJupyterLab.js +7 -0
- package/data2/BookmarkIcon.js +4 -0
- package/data2/BookmarkIcon.svg +1 -1
- package/data2/BuildingClassicIcon.js +14 -1
- package/data2/BuildingClassicIcon.svg +4 -2
- package/data2/BuildingOfficeIcon.js +7 -6
- package/data2/BuildingOfficeIcon.svg +5 -3
- package/data2/CalendarIcon.js +8 -0
- package/data2/CalendarIcon.svg +5 -5
- package/data2/ComposeIcon.js +7 -8
- package/data2/ComposeIcon.svg +5 -3
- package/data2/CounterClockWiseIcon.js +5 -1
- package/data2/CounterClockWiseIcon.svg +1 -1
- package/data2/CowboyHatFaceIcon.d.ts +3 -0
- package/data2/CowboyHatFaceIcon.js +85 -0
- package/data2/CowboyHatFaceIcon.svg +15 -0
- package/data2/CowboyHatFaceIconJupyterLab.d.ts +3 -0
- package/data2/CowboyHatFaceIconJupyterLab.js +7 -0
- package/data2/CreditCardIcon.js +7 -2
- package/data2/CreditCardIcon.svg +5 -3
- package/data2/DockerNameIcon.js +1 -0
- package/data2/DockerNameIcon.svg +1 -1
- package/data2/DollardBankNoteIcon.js +7 -0
- package/data2/DollardBankNoteIcon.svg +2 -2
- package/data2/GrinningFaceIcon.d.ts +3 -0
- package/data2/GrinningFaceIcon.js +64 -0
- package/data2/GrinningFaceIcon.svg +11 -0
- package/data2/GrinningFaceIconJupyterLab.d.ts +3 -0
- package/data2/GrinningFaceIconJupyterLab.js +7 -0
- package/data2/ManOfficeWorkerIcon.d.ts +3 -0
- package/data2/ManOfficeWorkerIcon.js +100 -0
- package/data2/ManOfficeWorkerIcon.svg +24 -0
- package/data2/ManOfficeWorkerIconJupyterLab.d.ts +3 -0
- package/data2/ManOfficeWorkerIconJupyterLab.js +7 -0
- package/data2/ManTechnologistIcon.d.ts +3 -0
- package/data2/ManTechnologistIcon.js +76 -0
- package/data2/ManTechnologistIcon.svg +25 -0
- package/data2/ManTechnologistIconJupyterLab.d.ts +3 -0
- package/data2/ManTechnologistIconJupyterLab.js +7 -0
- package/data2/MirrorBallIcon.d.ts +3 -0
- package/data2/MirrorBallIcon.js +140 -0
- package/data2/MirrorBallIcon.svg +29 -0
- package/data2/MirrorBallIconJupyterLab.d.ts +3 -0
- package/data2/MirrorBallIconJupyterLab.js +7 -0
- package/data2/MoneyMouthFaceIcon.d.ts +3 -0
- package/data2/MoneyMouthFaceIcon.js +51 -0
- package/data2/MoneyMouthFaceIcon.svg +10 -0
- package/data2/MoneyMouthFaceIconJupyterLab.d.ts +3 -0
- package/data2/MoneyMouthFaceIconJupyterLab.js +7 -0
- package/data2/RadarIcon.js +8 -13
- package/data2/RadarIcon.svg +5 -5
- package/data2/SantaClausIcon.d.ts +3 -0
- package/data2/SantaClausIcon.js +120 -0
- package/data2/SantaClausIcon.svg +26 -0
- package/data2/SantaClausIconJupyterLab.d.ts +3 -0
- package/data2/SantaClausIconJupyterLab.js +7 -0
- package/data2/WomanTechnologistIcon.d.ts +3 -0
- package/data2/WomanTechnologistIcon.js +73 -0
- package/data2/WomanTechnologistIcon.svg +24 -0
- package/data2/WomanTechnologistIconJupyterLab.d.ts +3 -0
- package/data2/WomanTechnologistIconJupyterLab.js +7 -0
- package/data2/esm/AlienMaskIcon.d.ts +3 -0
- package/data2/esm/{AlienIcon.js → AlienMaskIcon.js} +2 -2
- package/data2/esm/AlienMaskIconJupyterLab.d.ts +3 -0
- package/data2/esm/AlienMaskIconJupyterLab.js +7 -0
- package/data2/esm/BookmarkIcon.js +4 -0
- package/data2/esm/BookmarkIcon.svg +1 -1
- package/data2/esm/BuildingClassicIcon.js +14 -1
- package/data2/esm/BuildingClassicIcon.svg +4 -2
- package/data2/esm/BuildingOfficeIcon.js +7 -6
- package/data2/esm/BuildingOfficeIcon.svg +5 -3
- package/data2/esm/CalendarIcon.js +8 -0
- package/data2/esm/CalendarIcon.svg +5 -5
- package/data2/esm/ComposeIcon.js +7 -8
- package/data2/esm/ComposeIcon.svg +5 -3
- package/data2/esm/CounterClockWiseIcon.js +5 -1
- package/data2/esm/CounterClockWiseIcon.svg +1 -1
- package/data2/esm/CowboyHatFaceIcon.d.ts +3 -0
- package/data2/esm/CowboyHatFaceIcon.js +85 -0
- package/data2/esm/CowboyHatFaceIcon.svg +15 -0
- package/data2/esm/CowboyHatFaceIconJupyterLab.d.ts +3 -0
- package/data2/esm/CowboyHatFaceIconJupyterLab.js +7 -0
- package/data2/esm/CreditCardIcon.js +7 -2
- package/data2/esm/CreditCardIcon.svg +5 -3
- package/data2/esm/DockerNameIcon.js +1 -0
- package/data2/esm/DockerNameIcon.svg +1 -1
- package/data2/esm/DollardBankNoteIcon.js +7 -0
- package/data2/esm/DollardBankNoteIcon.svg +2 -2
- package/data2/esm/GrinningFaceIcon.d.ts +3 -0
- package/data2/esm/GrinningFaceIcon.js +64 -0
- package/data2/esm/GrinningFaceIcon.svg +11 -0
- package/data2/esm/GrinningFaceIconJupyterLab.d.ts +3 -0
- package/data2/esm/GrinningFaceIconJupyterLab.js +7 -0
- package/data2/esm/ManOfficeWorkerIcon.d.ts +3 -0
- package/data2/esm/ManOfficeWorkerIcon.js +100 -0
- package/data2/esm/ManOfficeWorkerIcon.svg +24 -0
- package/data2/esm/ManOfficeWorkerIconJupyterLab.d.ts +3 -0
- package/data2/esm/ManOfficeWorkerIconJupyterLab.js +7 -0
- package/data2/esm/ManTechnologistIcon.d.ts +3 -0
- package/data2/esm/ManTechnologistIcon.js +76 -0
- package/data2/esm/ManTechnologistIcon.svg +25 -0
- package/data2/esm/ManTechnologistIconJupyterLab.d.ts +3 -0
- package/data2/esm/ManTechnologistIconJupyterLab.js +7 -0
- package/data2/esm/MirrorBallIcon.d.ts +3 -0
- package/data2/esm/MirrorBallIcon.js +140 -0
- package/data2/esm/MirrorBallIcon.svg +29 -0
- package/data2/esm/MirrorBallIconJupyterLab.d.ts +3 -0
- package/data2/esm/MirrorBallIconJupyterLab.js +7 -0
- package/data2/esm/MoneyMouthFaceIcon.d.ts +3 -0
- package/data2/esm/MoneyMouthFaceIcon.js +51 -0
- package/data2/esm/MoneyMouthFaceIcon.svg +10 -0
- package/data2/esm/MoneyMouthFaceIconJupyterLab.d.ts +3 -0
- package/data2/esm/MoneyMouthFaceIconJupyterLab.js +7 -0
- package/data2/esm/RadarIcon.js +8 -13
- package/data2/esm/RadarIcon.svg +5 -5
- package/data2/esm/SantaClausIcon.d.ts +3 -0
- package/data2/esm/SantaClausIcon.js +120 -0
- package/data2/esm/SantaClausIcon.svg +26 -0
- package/data2/esm/SantaClausIconJupyterLab.d.ts +3 -0
- package/data2/esm/SantaClausIconJupyterLab.js +7 -0
- package/data2/esm/WomanTechnologistIcon.d.ts +3 -0
- package/data2/esm/WomanTechnologistIcon.js +73 -0
- package/data2/esm/WomanTechnologistIcon.svg +24 -0
- package/data2/esm/WomanTechnologistIconJupyterLab.d.ts +3 -0
- package/data2/esm/WomanTechnologistIconJupyterLab.js +7 -0
- package/data2/esm/index.d.ts +18 -2
- package/data2/esm/index.js +18 -2
- package/data2/index.d.ts +18 -2
- package/data2/index.js +18 -2
- package/package.json +1 -1
- package/data2/AlienIcon.d.ts +0 -3
- package/data2/AlienIconJupyterLab.d.ts +0 -3
- package/data2/AlienIconJupyterLab.js +0 -7
- package/data2/esm/AlienIcon.d.ts +0 -3
- package/data2/esm/AlienIconJupyterLab.d.ts +0 -3
- package/data2/esm/AlienIconJupyterLab.js +0 -7
- /package/data2/{AlienIcon.svg → AlienMaskIcon.svg} +0 -0
- /package/data2/esm/{AlienIcon.svg → AlienMaskIcon.svg} +0 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const CowboyHatFaceIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default CowboyHatFaceIcon;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
|
|
3
|
+
const sizeMap = {
|
|
4
|
+
"small": 16,
|
|
5
|
+
"medium": 32,
|
|
6
|
+
"large": 64
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
function CowboyHatFaceIcon({
|
|
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: 38,
|
|
28
|
+
r: 24,
|
|
29
|
+
fill: "#FCEA2B"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fill: "#6A462F",
|
|
32
|
+
d: "M36 23.315c9.267-.129 15.335-2.457 15.335-2.457a23.051 23.051 0 015.975 8.472s10.595-8.361 2.295-15.105c0 0-4.006-3.86-10.036 1.646 0 0-3.886 3.665-13.569 3.706-9.683-.04-13.57-3.706-13.57-3.706-6.028-5.505-10.035-1.646-10.035-1.646-8.3 6.743 2.295 15.105 2.295 15.105a23.05 23.05 0 015.976-8.472S26.733 23.187 36 23.315z"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
fill: "#6A462F",
|
|
35
|
+
d: "M36 19.577c6.052-.025 9.767-1.428 11.757-2.505 0 0-1.634-.57-1.39-2.782.072-.657.353-1.627.71-2.549.639-1.65.194-2.968-4.114-5.134 0 0-2.082-1.041-2.82-1.274-1.083-.343-2.934-.62-4.143.818-1.209-1.439-3.06-1.16-4.143-.818-.738.233-2.82 1.274-2.82 1.274-4.308 2.166-4.753 3.483-4.114 5.134.357.922.638 1.892.71 2.55.245 2.21-1.39 2.781-1.39 2.781 1.99 1.077 5.705 2.48 11.757 2.505z"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
fill: "#FFF",
|
|
38
|
+
d: "M50.595 43.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
fill: "#EA5A47",
|
|
41
|
+
d: "M49.725 48.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("ellipse", {
|
|
43
|
+
cx: 28.068,
|
|
44
|
+
cy: 32.818,
|
|
45
|
+
rx: 3,
|
|
46
|
+
ry: 5.404
|
|
47
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
48
|
+
cx: 43.932,
|
|
49
|
+
cy: 32.822,
|
|
50
|
+
rx: 3,
|
|
51
|
+
ry: 5.404
|
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
fill: "none",
|
|
54
|
+
stroke: "#000",
|
|
55
|
+
strokeLinecap: "round",
|
|
56
|
+
strokeLinejoin: "round",
|
|
57
|
+
strokeMiterlimit: 10,
|
|
58
|
+
strokeWidth: 2,
|
|
59
|
+
d: "M58.438 32.925C58.806 34.558 59 36.256 59 38c0 12.703-10.297 23-23 23S13 50.703 13 38c0-1.744.194-3.442.562-5.075M36 23.315c9.267-.129 15.335-2.457 15.335-2.457a23.051 23.051 0 015.975 8.472s10.595-8.361 2.295-15.105c0 0-4.006-3.86-10.036 1.646 0 0-3.886 3.665-13.569 3.706-9.683-.04-13.57-3.706-13.57-3.706-6.028-5.505-10.035-1.646-10.035-1.646-8.3 6.743 2.295 15.105 2.295 15.105a23.05 23.05 0 015.976-8.472S26.733 23.187 36 23.315z"
|
|
60
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
61
|
+
fill: "none",
|
|
62
|
+
stroke: "#000",
|
|
63
|
+
strokeLinecap: "round",
|
|
64
|
+
strokeLinejoin: "round",
|
|
65
|
+
strokeMiterlimit: 10,
|
|
66
|
+
strokeWidth: 2,
|
|
67
|
+
d: "M36 19.577c6.052-.025 9.767-1.428 11.757-2.505 0 0-1.634-.57-1.39-2.782.072-.657.353-1.627.71-2.549.639-1.65.194-2.968-4.114-5.134 0 0-2.082-1.041-2.82-1.274-1.083-.343-2.934-.62-4.143.818-1.209-1.439-3.06-1.16-4.143-.818-.738.233-2.82 1.274-2.82 1.274-4.308 2.166-4.753 3.483-4.114 5.134.357.922.638 1.892.71 2.55.245 2.21-1.39 2.781-1.39 2.781 1.99 1.077 5.705 2.48 11.757 2.505h0z"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
69
|
+
fill: "none",
|
|
70
|
+
stroke: "#000",
|
|
71
|
+
strokeLinecap: "round",
|
|
72
|
+
strokeLinejoin: "round",
|
|
73
|
+
strokeWidth: 2,
|
|
74
|
+
d: "M50.595 43.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"
|
|
75
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
76
|
+
fill: "none",
|
|
77
|
+
stroke: "#000",
|
|
78
|
+
strokeLinecap: "round",
|
|
79
|
+
strokeLinejoin: "round",
|
|
80
|
+
strokeWidth: 2,
|
|
81
|
+
d: "M49.725 48.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"
|
|
82
|
+
})));
|
|
83
|
+
}
|
|
84
|
+
const ForwardRef = React.forwardRef(CowboyHatFaceIcon);
|
|
85
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
+
<circle cx="36" cy="38" r="24" fill="#FCEA2B"/>
|
|
3
|
+
<path fill="#6A462F" d="M36 23.315c9.267-.129 15.335-2.457 15.335-2.457a23.051 23.051 0 015.975 8.472s10.595-8.361 2.295-15.105c0 0-4.006-3.86-10.036 1.646 0 0-3.886 3.665-13.569 3.706-9.683-.04-13.57-3.706-13.57-3.706-6.028-5.505-10.035-1.646-10.035-1.646-8.3 6.743 2.295 15.105 2.295 15.105a23.05 23.05 0 015.976-8.472S26.733 23.187 36 23.315z"/>
|
|
4
|
+
<path fill="#6A462F" d="M36 19.577c6.052-.025 9.767-1.428 11.757-2.505 0 0-1.634-.57-1.39-2.782.072-.657.353-1.627.71-2.549.639-1.65.194-2.968-4.114-5.134 0 0-2.082-1.041-2.82-1.274-1.083-.343-2.934-.62-4.143.818-1.209-1.439-3.06-1.16-4.143-.818-.738.233-2.82 1.274-2.82 1.274-4.308 2.166-4.753 3.483-4.114 5.134.357.922.638 1.892.71 2.55.245 2.21-1.39 2.781-1.39 2.781 1.99 1.077 5.705 2.48 11.757 2.505z"/>
|
|
5
|
+
<path fill="#FFF" d="M50.595 43.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"/>
|
|
6
|
+
<path fill="#EA5A47" d="M49.725 48.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"/>
|
|
7
|
+
<g>
|
|
8
|
+
<ellipse cx="28.068" cy="32.818" rx="3" ry="5.404"/>
|
|
9
|
+
<ellipse cx="43.932" cy="32.822" rx="3" ry="5.404"/>
|
|
10
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M58.438 32.925C58.806 34.558 59 36.256 59 38c0 12.703-10.297 23-23 23S13 50.703 13 38c0-1.744.194-3.442.562-5.075M36 23.315c9.267-.129 15.335-2.457 15.335-2.457a23.051 23.051 0 015.975 8.472s10.595-8.361 2.295-15.105c0 0-4.006-3.86-10.036 1.646 0 0-3.886 3.665-13.569 3.706-9.683-.04-13.57-3.706-13.57-3.706-6.028-5.505-10.035-1.646-10.035-1.646-8.3 6.743 2.295 15.105 2.295 15.105a23.05 23.05 0 015.976-8.472S26.733 23.187 36 23.315z"/>
|
|
11
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M36 19.577c6.052-.025 9.767-1.428 11.757-2.505 0 0-1.634-.57-1.39-2.782.072-.657.353-1.627.71-2.549.639-1.65.194-2.968-4.114-5.134 0 0-2.082-1.041-2.82-1.274-1.083-.343-2.934-.62-4.143.818-1.209-1.439-3.06-1.16-4.143-.818-.738.233-2.82 1.274-2.82 1.274-4.308 2.166-4.753 3.483-4.114 5.134.357.922.638 1.892.71 2.55.245 2.21-1.39 2.781-1.39 2.781 1.99 1.077 5.705 2.48 11.757 2.505h0z"/>
|
|
12
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M50.595 43.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"/>
|
|
13
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M49.725 48.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"/>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import CowboyHatFaceIconSvgStr from './CowboyHatFaceIcon.svg';
|
|
3
|
+
const cowboyHatFaceIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:cowboy-hat-face',
|
|
5
|
+
svgstr: CowboyHatFaceIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default cowboyHatFaceIconJupyterLab;
|
|
@@ -22,7 +22,10 @@ function CreditCardIcon({
|
|
|
22
22
|
"aria-labelledby": titleId
|
|
23
23
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
24
24
|
id: titleId
|
|
25
|
-
}, title) : null, /*#__PURE__*/React.createElement("
|
|
25
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
26
|
+
strokeMiterlimit: 10,
|
|
27
|
+
strokeWidth: 2
|
|
28
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
26
29
|
fill: "#92D3F5",
|
|
27
30
|
d: "M59.959 52.794H12.04a1 1 0 01-1-1V22.247a1 1 0 011-1H59.96a1 1 0 011 1v29.547a1 1 0 01-1 1z"
|
|
28
31
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -30,8 +33,10 @@ function CreditCardIcon({
|
|
|
30
33
|
d: "M60 31H12a1 1 0 01-1-1v-2.8a1 1 0 011-1h48a1 1 0 011 1V30a1 1 0 01-1 1z"
|
|
31
34
|
}), /*#__PURE__*/React.createElement("path", {
|
|
32
35
|
fill: "#FCEA2B",
|
|
36
|
+
strokeLinecap: "round",
|
|
37
|
+
strokeLinejoin: "round",
|
|
33
38
|
d: "M20.998 47.8h-1.947a3.035 3.035 0 01-3.026-3.026v-1.948A3.035 3.035 0 0119.05 39.8h1.947a3.035 3.035 0 013.027 3.026v1.948a3.035 3.035 0 01-3.027 3.026z"
|
|
34
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
39
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
35
40
|
fill: "none",
|
|
36
41
|
stroke: "#000",
|
|
37
42
|
strokeMiterlimit: 10,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<g stroke-miterlimit="10" stroke-width="2">
|
|
3
|
+
<path fill="#92D3F5" d="M59.959 52.794H12.04a1 1 0 01-1-1V22.247a1 1 0 011-1H59.96a1 1 0 011 1v29.547a1 1 0 01-1 1z"/>
|
|
4
|
+
<path fill="#3F3F3F" d="M60 31H12a1 1 0 01-1-1v-2.8a1 1 0 011-1h48a1 1 0 011 1V30a1 1 0 01-1 1z"/>
|
|
5
|
+
<path fill="#FCEA2B" stroke-linecap="round" stroke-linejoin="round" d="M20.998 47.8h-1.947a3.035 3.035 0 01-3.026-3.026v-1.948A3.035 3.035 0 0119.05 39.8h1.947a3.035 3.035 0 013.027 3.026v1.948a3.035 3.035 0 01-3.027 3.026z"/>
|
|
6
|
+
</g>
|
|
5
7
|
<g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
|
|
6
8
|
<path d="M59.959 52.794H12.04a1 1 0 01-1-1V22.247a1 1 0 011-1H59.96a1 1 0 011 1v29.547a1 1 0 01-1 1z"/>
|
|
7
9
|
<path d="M60 31H12a1 1 0 01-1-1v-2.8a1 1 0 011-1h48a1 1 0 011 1V30a1 1 0 01-1 1z"/>
|
|
@@ -31,6 +31,7 @@ function DockerNameIcon({
|
|
|
31
31
|
d: "M150.792 243.098l-.03-18.913-.093-33.785m19.131 14.56l-19.038 19.225 19.132 18.975M42.36 224.436c.092-4.056-1.087-8.2-3.476-11.554-3.441-4.833-9.012-8.133-15.123-8.204-.408 0-.811 0-1.221.03-2.416.15-4.756.486-6.826 1.347-13.617 5.666-16.03 24.574-4.54 33.128 9.948 7.409 24.42 4.384 29.433-6.92 1.059-2.388 1.753-5.4 1.753-7.828v-34.192m91.87 16.69c-2.819-1.823-6.108-2.48-9.362-2.475-.352 0-.715.018-1.033.031-9.407.405-18.13 7.053-18.13 19.946 0 15.244 16.345 23.471 28.557 16.283m54.858-1.66c9.622-8.242 28.901-24.768 28.901-24.768s-.703-1.33-1.158-1.941c-3.89-5.221-9.834-7.828-16.094-7.828-15.473 0-27.07 20.006-11.649 34.537 1.068 1.006 2.535 1.794 4.165 2.474 5.659 2.359 13.406 2.165 17.597-.94M73.981 204.584c-.439.008-.875.054-1.315.063-11.732.215-20.192 12.401-17.629 23.703 2.498 11.013 14.53 17.535 24.925 13.934 12.105-3.174 17.042-18.418 10.395-28.713-3.635-5.631-9.797-9.112-16.376-8.987zm178.134.376c-4.75.013-9.378 1.676-12.807 4.884-5.407 4.464-6.581 10.1-6.512 17.222l.156 16.188"
|
|
32
32
|
}), /*#__PURE__*/React.createElement("path", {
|
|
33
33
|
fill: "#019bc6",
|
|
34
|
+
strokeWidth: 2.049,
|
|
34
35
|
d: "M252.722 63.205c-8.81-5.123-20.49-5.738-30.325-2.87-1.228-10.654-8.196-19.874-16.392-26.43l-3.278-2.665-2.869 3.279c-5.532 6.352-7.171 17.006-6.351 25.202.614 5.942 2.458 12.09 6.146 17.007-2.868 1.639-5.942 3.893-8.81 4.917-5.737 2.05-12.09 4.098-18.236 4.098h-13.728v-28.89h-26.637V5.628h-30.735v24.588H50.283v26.637H23.646v28.685H.698l-.41 3.074c-1.025 13.113.614 25.817 6.146 37.906l2.254 4.508.204.41c16.187 27.456 44.463 38.93 75.403 38.93 59.83 0 109.21-26.841 131.75-83.188 15.162.82 30.734-3.689 38.11-18.236L256 65.253zM54.381 36.363h20.49v22.539H54.38zm26.841 90.565c0 3.483-2.868 6.352-6.351 6.352-3.484 0-6.352-2.869-6.352-6.352s2.868-6.352 6.352-6.352c3.483.205 6.351 2.869 6.351 6.352zM54.381 63h20.49v22.538H54.38zm-26.637 0h22.539v22.538H27.744zm56.757 102.858c-32.374-.205-49.79-11.064-64.133-25.407 4.303.205 8.4.41 12.089.41 3.278 0 6.556 0 9.63-.205 7.991-.41 14.957-1.434 20.695-3.074 4.712 10.86 13.318 20.9 28.685 28.276zm17.006-80.32H78.97V63h22.538zm0-26.636H78.97v-22.54h22.538zm26.637 26.636h-22.539V63h22.54zm0-26.636h-22.539v-22.54h22.54zm0-26.637h-22.539V9.726h22.54zm26.637 53.273h-22.539V63h22.539zM76.51 122.83c-.41-.205-1.025-.41-1.639-.41-2.459 0-4.508 2.049-4.508 4.508s2.05 4.508 4.508 4.508c2.459 0 4.508-2.05 4.508-4.508 0-.615-.204-1.23-.41-1.64-.41.615-.82 1.025-1.64 1.025a1.837 1.837 0 01-1.844-1.844c.204-.82.614-1.434 1.024-1.64z"
|
|
35
36
|
}));
|
|
36
37
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 255.952" fill="currentColor" aria-hidden="true">
|
|
2
2
|
<path fill="none" stroke="#394d54" stroke-linecap="round" stroke-linejoin="round" stroke-width="7.77" d="M150.792 243.098l-.03-18.913-.093-33.785m19.131 14.56l-19.038 19.225 19.132 18.975M42.36 224.436c.092-4.056-1.087-8.2-3.476-11.554-3.441-4.833-9.012-8.133-15.123-8.204-.408 0-.811 0-1.221.03-2.416.15-4.756.486-6.826 1.347-13.617 5.666-16.03 24.574-4.54 33.128 9.948 7.409 24.42 4.384 29.433-6.92 1.059-2.388 1.753-5.4 1.753-7.828v-34.192m91.87 16.69c-2.819-1.823-6.108-2.48-9.362-2.475-.352 0-.715.018-1.033.031-9.407.405-18.13 7.053-18.13 19.946 0 15.244 16.345 23.471 28.557 16.283m54.858-1.66c9.622-8.242 28.901-24.768 28.901-24.768s-.703-1.33-1.158-1.941c-3.89-5.221-9.834-7.828-16.094-7.828-15.473 0-27.07 20.006-11.649 34.537 1.068 1.006 2.535 1.794 4.165 2.474 5.659 2.359 13.406 2.165 17.597-.94M73.981 204.584c-.439.008-.875.054-1.315.063-11.732.215-20.192 12.401-17.629 23.703 2.498 11.013 14.53 17.535 24.925 13.934 12.105-3.174 17.042-18.418 10.395-28.713-3.635-5.631-9.797-9.112-16.376-8.987zm178.134.376c-4.75.013-9.378 1.676-12.807 4.884-5.407 4.464-6.581 10.1-6.512 17.222l.156 16.188"/>
|
|
3
|
-
<path fill="#019bc6" d="M252.722 63.205c-8.81-5.123-20.49-5.738-30.325-2.87-1.228-10.654-8.196-19.874-16.392-26.43l-3.278-2.665-2.869 3.279c-5.532 6.352-7.171 17.006-6.351 25.202.614 5.942 2.458 12.09 6.146 17.007-2.868 1.639-5.942 3.893-8.81 4.917-5.737 2.05-12.09 4.098-18.236 4.098h-13.728v-28.89h-26.637V5.628h-30.735v24.588H50.283v26.637H23.646v28.685H.698l-.41 3.074c-1.025 13.113.614 25.817 6.146 37.906l2.254 4.508.204.41c16.187 27.456 44.463 38.93 75.403 38.93 59.83 0 109.21-26.841 131.75-83.188 15.162.82 30.734-3.689 38.11-18.236L256 65.253zM54.381 36.363h20.49v22.539H54.38zm26.841 90.565c0 3.483-2.868 6.352-6.351 6.352-3.484 0-6.352-2.869-6.352-6.352s2.868-6.352 6.352-6.352c3.483.205 6.351 2.869 6.351 6.352zM54.381 63h20.49v22.538H54.38zm-26.637 0h22.539v22.538H27.744zm56.757 102.858c-32.374-.205-49.79-11.064-64.133-25.407 4.303.205 8.4.41 12.089.41 3.278 0 6.556 0 9.63-.205 7.991-.41 14.957-1.434 20.695-3.074 4.712 10.86 13.318 20.9 28.685 28.276zm17.006-80.32H78.97V63h22.538zm0-26.636H78.97v-22.54h22.538zm26.637 26.636h-22.539V63h22.54zm0-26.636h-22.539v-22.54h22.54zm0-26.637h-22.539V9.726h22.54zm26.637 53.273h-22.539V63h22.539zM76.51 122.83c-.41-.205-1.025-.41-1.639-.41-2.459 0-4.508 2.049-4.508 4.508s2.05 4.508 4.508 4.508c2.459 0 4.508-2.05 4.508-4.508 0-.615-.204-1.23-.41-1.64-.41.615-.82 1.025-1.64 1.025a1.837 1.837 0 01-1.844-1.844c.204-.82.614-1.434 1.024-1.64z"/>
|
|
3
|
+
<path fill="#019bc6" stroke-width="2.049" d="M252.722 63.205c-8.81-5.123-20.49-5.738-30.325-2.87-1.228-10.654-8.196-19.874-16.392-26.43l-3.278-2.665-2.869 3.279c-5.532 6.352-7.171 17.006-6.351 25.202.614 5.942 2.458 12.09 6.146 17.007-2.868 1.639-5.942 3.893-8.81 4.917-5.737 2.05-12.09 4.098-18.236 4.098h-13.728v-28.89h-26.637V5.628h-30.735v24.588H50.283v26.637H23.646v28.685H.698l-.41 3.074c-1.025 13.113.614 25.817 6.146 37.906l2.254 4.508.204.41c16.187 27.456 44.463 38.93 75.403 38.93 59.83 0 109.21-26.841 131.75-83.188 15.162.82 30.734-3.689 38.11-18.236L256 65.253zM54.381 36.363h20.49v22.539H54.38zm26.841 90.565c0 3.483-2.868 6.352-6.351 6.352-3.484 0-6.352-2.869-6.352-6.352s2.868-6.352 6.352-6.352c3.483.205 6.351 2.869 6.351 6.352zM54.381 63h20.49v22.538H54.38zm-26.637 0h22.539v22.538H27.744zm56.757 102.858c-32.374-.205-49.79-11.064-64.133-25.407 4.303.205 8.4.41 12.089.41 3.278 0 6.556 0 9.63-.205 7.991-.41 14.957-1.434 20.695-3.074 4.712 10.86 13.318 20.9 28.685 28.276zm17.006-80.32H78.97V63h22.538zm0-26.636H78.97v-22.54h22.538zm26.637 26.636h-22.539V63h22.54zm0-26.636h-22.539v-22.54h22.54zm0-26.637h-22.539V9.726h22.54zm26.637 53.273h-22.539V63h22.539zM76.51 122.83c-.41-.205-1.025-.41-1.639-.41-2.459 0-4.508 2.049-4.508 4.508s2.05 4.508 4.508 4.508c2.459 0 4.508-2.05 4.508-4.508 0-.615-.204-1.23-.41-1.64-.41.615-.82 1.025-1.64 1.025a1.837 1.837 0 01-1.844-1.844c.204-.82.614-1.434 1.024-1.64z"/>
|
|
4
4
|
</svg>
|
|
@@ -42,9 +42,16 @@ function DollardBankNoteIcon({
|
|
|
42
42
|
ry: 10.009
|
|
43
43
|
}), /*#__PURE__*/React.createElement("path", {
|
|
44
44
|
fill: "#D0CFCE",
|
|
45
|
+
strokeLinecap: "round",
|
|
46
|
+
strokeLinejoin: "round",
|
|
47
|
+
strokeMiterlimit: 10,
|
|
48
|
+
strokeWidth: 2,
|
|
45
49
|
d: "M46.028 22.378v29.286c0 .105-.02.2-.05.297a1 1 0 01-.95.66h-15.34a1 1 0 01-.95-.66.975.975 0 01-.05-.297V22.378c0-.105.02-.201.05-.297a1 1 0 01.95-.66h15.34a1 1 0 01.95.66c.03.096.05.192.05.297z"
|
|
46
50
|
}), /*#__PURE__*/React.createElement("path", {
|
|
47
51
|
fill: "#5C9E31",
|
|
52
|
+
strokeLinecap: "round",
|
|
53
|
+
strokeMiterlimit: 10,
|
|
54
|
+
strokeWidth: 2,
|
|
48
55
|
d: "M48.753 29.585c2.94 1.813 4.758 4.32 4.758 7.09 0 2.795-1.85 5.322-4.834 7.138M24.74 42.95c-2.234-1.717-3.571-3.899-3.571-6.274 0-2.57 1.565-4.915 4.139-6.687"
|
|
49
56
|
}), /*#__PURE__*/React.createElement("g", {
|
|
50
57
|
fill: "none",
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<path fill="#5C9E31" d="M22.285 48.715h31.11v2.938h-31.11zM19.777 22.336h31.11v2.938h-31.11z"/>
|
|
4
4
|
<path fill="#5C9E31" d="M59.36 20.73v.61H56.3a1 1 0 00-.99-.92H23.4a1 1 0 00-.99.92h-8.89V22h-.58v30.62h9.46c0 .55.45 1 1 1h31.91c.55 0 1-.45 1-1h6V20.73h-2.95zm0 25.18c-.13-.01-.28-.01-.43-.01-2.15 0-3.95 1.68-4.05 3.81H20.33c-.09-2.13-1.88-3.81-4.05-3.81-.14 0-.27 0-.39.01V28c.12.01.25.01.39.01 2.16 0 3.94-1.65 4.05-3.76h34.55c.13 2.11 1.91 3.76 4.05 3.76.15 0 .3 0 .43-.01v17.91z"/>
|
|
5
5
|
<ellipse cx="37.34" cy="36.676" fill="#5C9E31" stroke="#5C9E31" stroke-miterlimit="10" stroke-width="2" rx="16.171" ry="10.009"/>
|
|
6
|
-
<path fill="#D0CFCE" d="M46.028 22.378v29.286c0 .105-.02.2-.05.297a1 1 0 01-.95.66h-15.34a1 1 0 01-.95-.66.975.975 0 01-.05-.297V22.378c0-.105.02-.201.05-.297a1 1 0 01.95-.66h15.34a1 1 0 01.95.66c.03.096.05.192.05.297z"/>
|
|
7
|
-
<path fill="#5C9E31" d="M48.753 29.585c2.94 1.813 4.758 4.32 4.758 7.09 0 2.795-1.85 5.322-4.834 7.138M24.74 42.95c-2.234-1.717-3.571-3.899-3.571-6.274 0-2.57 1.565-4.915 4.139-6.687"/>
|
|
6
|
+
<path fill="#D0CFCE" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M46.028 22.378v29.286c0 .105-.02.2-.05.297a1 1 0 01-.95.66h-15.34a1 1 0 01-.95-.66.975.975 0 01-.05-.297V22.378c0-.105.02-.201.05-.297a1 1 0 01.95-.66h15.34a1 1 0 01.95.66c.03.096.05.192.05.297z"/>
|
|
7
|
+
<path fill="#5C9E31" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M48.753 29.585c2.94 1.813 4.758 4.32 4.758 7.09 0 2.795-1.85 5.322-4.834 7.138M24.74 42.95c-2.234-1.717-3.571-3.899-3.571-6.274 0-2.57 1.565-4.915 4.139-6.687"/>
|
|
8
8
|
<g fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2">
|
|
9
9
|
<path stroke-linejoin="round" d="M50.028 24.25h4.852c.13 2.11 1.91 3.76 4.05 3.76.15 0 .3 0 .43-.01v17.91c-.13-.01-.28-.01-.43-.01-2.15 0-3.95 1.68-4.05 3.81h-4.853m-24.92 0H20.33c-.09-2.13-1.88-3.81-4.05-3.81-.14 0-.27 0-.39.01V28c.12.01.25.01.39.01 2.16 0 3.94-1.65 4.05-3.76h4.385M46.028 22.378v29.286c0 .105-.02.2-.05.297a1 1 0 01-.95.66h-15.34a1 1 0 01-.95-.66.975.975 0 01-.05-.297V22.378c0-.105.02-.201.05-.297a1 1 0 01.95-.66h15.34a1 1 0 01.95.66c.03.096.05.192.05.297z"/>
|
|
10
10
|
<path stroke-linejoin="round" d="M25.108 52.621H13.94a1 1 0 01-1-1v-29.2a1 1 0 011-1h10.838M49.772 21.42H61.31a1 1 0 011 1v29.201a1 1 0 01-1 1H49.772"/>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const GrinningFaceIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default GrinningFaceIcon;
|
|
@@ -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 GrinningFaceIcon({
|
|
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: 23,
|
|
29
|
+
fill: "#FCEA2B"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fill: "#FFF",
|
|
32
|
+
d: "M50.595 41.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
fill: "#EA5A47",
|
|
35
|
+
d: "M49.725 46.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("circle", {
|
|
37
|
+
cx: 36,
|
|
38
|
+
cy: 36,
|
|
39
|
+
r: 23,
|
|
40
|
+
fill: "none",
|
|
41
|
+
stroke: "#000",
|
|
42
|
+
strokeLinecap: "round",
|
|
43
|
+
strokeLinejoin: "round",
|
|
44
|
+
strokeWidth: 2
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
fill: "none",
|
|
47
|
+
stroke: "#000",
|
|
48
|
+
strokeLinecap: "round",
|
|
49
|
+
strokeLinejoin: "round",
|
|
50
|
+
strokeWidth: 2,
|
|
51
|
+
d: "M50.595 41.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
fill: "none",
|
|
54
|
+
stroke: "#000",
|
|
55
|
+
strokeLinecap: "round",
|
|
56
|
+
strokeLinejoin: "round",
|
|
57
|
+
strokeWidth: 2,
|
|
58
|
+
d: "M49.725 46.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
d: "M30 31a3.001 3.001 0 01-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3M48 31a3.001 3.001 0 01-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3"
|
|
61
|
+
})));
|
|
62
|
+
}
|
|
63
|
+
const ForwardRef = React.forwardRef(GrinningFaceIcon);
|
|
64
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,11 @@
|
|
|
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="23" fill="#FCEA2B"/>
|
|
3
|
+
<path fill="#FFF" d="M50.595 41.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"/>
|
|
4
|
+
<path fill="#EA5A47" d="M49.725 46.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"/>
|
|
5
|
+
<g>
|
|
6
|
+
<circle cx="36" cy="36" r="23" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
|
7
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M50.595 41.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"/>
|
|
8
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M49.725 46.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"/>
|
|
9
|
+
<path d="M30 31a3.001 3.001 0 01-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3M48 31a3.001 3.001 0 01-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import GrinningFaceIconSvgStr from './GrinningFaceIcon.svg';
|
|
3
|
+
const grinningFaceIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:grinning-face',
|
|
5
|
+
svgstr: GrinningFaceIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default grinningFaceIconJupyterLab;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const ManOfficeWorkerIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default ManOfficeWorkerIcon;
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
|
|
3
|
+
const sizeMap = {
|
|
4
|
+
"small": 16,
|
|
5
|
+
"medium": 32,
|
|
6
|
+
"large": 64
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
function ManOfficeWorkerIcon({
|
|
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: "#9B9B9A",
|
|
27
|
+
d: "M17.298 58.853s-2-13.8 10-13.8c3.192 2.128 5.926 3.599 9 3.593h-.125c3.074.006 5.308-2.665 8.5-4.792 13.314 0 10.9 15 10.9 15"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fill: "#D0CFCE",
|
|
30
|
+
d: "M36.613 54.207l2.415 4.544L45.4 44.138l6.457 9.783L40.7 58.051"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fill: "#FFF",
|
|
33
|
+
d: "M38.507 57.743c-.598 1.035-4.891 1.035-5.489 0l-1.842-2.41-3.386-8.74 7.973 2.7 7.573-2.7-3.287 8.74-1.542 2.41z"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fill: "#D0CFCE",
|
|
36
|
+
d: "M65.729 58.486H50.244V38.684h15.271c.118 0 .214.095.214.214v19.588z"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
fill: "#FFF",
|
|
39
|
+
d: "M62.618 60.962H48.01V42.01h10.753a3.855 3.855 0 013.855 3.855v15.097z"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
fill: "#3F3F3F",
|
|
42
|
+
d: "M33.455 48.535s-1.206 6.021 2.307 6.021 2.308-6.021 2.308-6.021"
|
|
43
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
fill: "#3F3F3F",
|
|
45
|
+
d: "M35.016 54.88a.844.844 0 011.462 0l1.165 2.017 1.895 1.983h-7.582l1.896-1.983 1.164-2.017z"
|
|
46
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
47
|
+
fill: "#D0CFCE",
|
|
48
|
+
d: "M34.912 54.556l-2.415 3.245-5.672-12.915-3.957 8.484 9.457 4.431"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
fill: "#3F3F3F",
|
|
51
|
+
d: "M27.374 18.787s10.136 7.96 10.511 2.44c0 0 5.335 3.806 9.018 3.806 6.433 0-.131-12.48-11.14-15.12-3.145-.752-9.893-1.755-9.893 4.46 0 0-7.618 4.231-1.324 12.55l.091-.334c.314-3.08 2.737-7.802 2.737-7.802z"
|
|
52
|
+
})), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
fill: "#FCEA2B",
|
|
54
|
+
d: "M27.33 19.092c-1.734 2.49-2.784 5.743-2.784 9.302 0 7.828 5.077 14.173 11.339 14.173 6.262 0 11.339-6.345 11.339-14.173 0-1.158-.112-2.284-.321-3.361-2.995-.31-6.001-1.657-9.018-3.807-.158 3.757-4.78 1.579-10.555-2.134z"
|
|
55
|
+
})), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
fill: "none",
|
|
57
|
+
stroke: "#000",
|
|
58
|
+
strokeLinecap: "round",
|
|
59
|
+
strokeLinejoin: "round",
|
|
60
|
+
strokeMiterlimit: 10,
|
|
61
|
+
strokeWidth: 2,
|
|
62
|
+
d: "M24.624 26.728a17.867 17.867 0 00-.078 1.666c0 7.828 5.077 14.173 11.339 14.173 6.262 0 11.339-6.345 11.339-14.173 0-1.158-.112-2.284-.321-3.361"
|
|
63
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
64
|
+
d: "M41.885 27.033a2 2 0 11-4.001-.001 2 2 0 014.001.001M33.885 27.033a2 2 0 11-4.001-.001 2 2 0 014.001.001M35.885 37.036c-1.152 0-2.304-.286-3.447-.858a1 1 0 11.894-1.79c1.718.86 3.388.86 5.106 0a1 1 0 01.894 1.79c-1.143.572-2.295.858-3.447.858z"
|
|
65
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
66
|
+
fill: "none",
|
|
67
|
+
stroke: "#000",
|
|
68
|
+
strokeLinecap: "round",
|
|
69
|
+
strokeLinejoin: "round",
|
|
70
|
+
strokeMiterlimit: 10,
|
|
71
|
+
strokeWidth: 2,
|
|
72
|
+
d: "M62.618 60.962H48.01V42.326h11.826v2.112h2.782z"
|
|
73
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
74
|
+
fill: "none",
|
|
75
|
+
stroke: "#000",
|
|
76
|
+
strokeLinecap: "round",
|
|
77
|
+
strokeLinejoin: "round",
|
|
78
|
+
strokeMiterlimit: 10,
|
|
79
|
+
strokeWidth: 2,
|
|
80
|
+
d: "M51.214 38.863H66.04V57.5M59.836 42.326l2.782 2.112M50.955 48.535h8.433M50.955 52.631h8.433M50.955 56.215h8.433M33.455 48.535s-1.206 6.021 2.307 6.021 2.308-6.021 2.308-6.021M44.7 55.629l-5.74 2.178M27.374 18.787s10.136 7.96 10.511 2.44c0 0 5.335 3.806 9.018 3.806 6.433 0-.131-12.48-11.14-15.12-3.145-.752-9.893-1.755-9.893 4.46 0 0-7.618 4.231-1.324 12.55l.091-.334c.314-3.08 2.737-7.802 2.737-7.802z"
|
|
81
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
82
|
+
fill: "none",
|
|
83
|
+
stroke: "#000",
|
|
84
|
+
strokeLinecap: "round",
|
|
85
|
+
strokeLinejoin: "round",
|
|
86
|
+
strokeMiterlimit: 10,
|
|
87
|
+
strokeWidth: 2,
|
|
88
|
+
d: "M16.825 57.886s-2-13 10-13c3.192 2.128 5.926 3.598 9 3.592H35.7c3.074.006 5.808-1.464 9-3.592"
|
|
89
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
90
|
+
fill: "none",
|
|
91
|
+
stroke: "#000",
|
|
92
|
+
strokeLinecap: "round",
|
|
93
|
+
strokeLinejoin: "round",
|
|
94
|
+
strokeMiterlimit: 10,
|
|
95
|
+
strokeWidth: 2,
|
|
96
|
+
d: "M34.912 54.556l-2.415 3.245-5.672-12.915-3.957 8.484 9.457 4.431zM44.7 44.886l-5.672 12.915-2.415-3.245"
|
|
97
|
+
})));
|
|
98
|
+
}
|
|
99
|
+
const ForwardRef = React.forwardRef(ManOfficeWorkerIcon);
|
|
100
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
+
<path fill="#9B9B9A" d="M17.298 58.853s-2-13.8 10-13.8c3.192 2.128 5.926 3.599 9 3.593h-.125c3.074.006 5.308-2.665 8.5-4.792 13.314 0 10.9 15 10.9 15"/>
|
|
3
|
+
<path fill="#D0CFCE" d="M36.613 54.207l2.415 4.544L45.4 44.138l6.457 9.783L40.7 58.051"/>
|
|
4
|
+
<path fill="#FFF" d="M38.507 57.743c-.598 1.035-4.891 1.035-5.489 0l-1.842-2.41-3.386-8.74 7.973 2.7 7.573-2.7-3.287 8.74-1.542 2.41z"/>
|
|
5
|
+
<path fill="#D0CFCE" d="M65.729 58.486H50.244V38.684h15.271c.118 0 .214.095.214.214v19.588z"/>
|
|
6
|
+
<path fill="#FFF" d="M62.618 60.962H48.01V42.01h10.753a3.855 3.855 0 013.855 3.855v15.097z"/>
|
|
7
|
+
<path fill="#3F3F3F" d="M33.455 48.535s-1.206 6.021 2.307 6.021 2.308-6.021 2.308-6.021"/>
|
|
8
|
+
<path fill="#3F3F3F" d="M35.016 54.88a.844.844 0 011.462 0l1.165 2.017 1.895 1.983h-7.582l1.896-1.983 1.164-2.017z"/>
|
|
9
|
+
<path fill="#D0CFCE" d="M34.912 54.556l-2.415 3.245-5.672-12.915-3.957 8.484 9.457 4.431"/>
|
|
10
|
+
<g>
|
|
11
|
+
<path fill="#3F3F3F" d="M27.374 18.787s10.136 7.96 10.511 2.44c0 0 5.335 3.806 9.018 3.806 6.433 0-.131-12.48-11.14-15.12-3.145-.752-9.893-1.755-9.893 4.46 0 0-7.618 4.231-1.324 12.55l.091-.334c.314-3.08 2.737-7.802 2.737-7.802z"/>
|
|
12
|
+
</g>
|
|
13
|
+
<g>
|
|
14
|
+
<path fill="#FCEA2B" d="M27.33 19.092c-1.734 2.49-2.784 5.743-2.784 9.302 0 7.828 5.077 14.173 11.339 14.173 6.262 0 11.339-6.345 11.339-14.173 0-1.158-.112-2.284-.321-3.361-2.995-.31-6.001-1.657-9.018-3.807-.158 3.757-4.78 1.579-10.555-2.134z"/>
|
|
15
|
+
</g>
|
|
16
|
+
<g>
|
|
17
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M24.624 26.728a17.867 17.867 0 00-.078 1.666c0 7.828 5.077 14.173 11.339 14.173 6.262 0 11.339-6.345 11.339-14.173 0-1.158-.112-2.284-.321-3.361"/>
|
|
18
|
+
<path d="M41.885 27.033a2 2 0 11-4.001-.001 2 2 0 014.001.001M33.885 27.033a2 2 0 11-4.001-.001 2 2 0 014.001.001M35.885 37.036c-1.152 0-2.304-.286-3.447-.858a1 1 0 11.894-1.79c1.718.86 3.388.86 5.106 0a1 1 0 01.894 1.79c-1.143.572-2.295.858-3.447.858z"/>
|
|
19
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M62.618 60.962H48.01V42.326h11.826v2.112h2.782z"/>
|
|
20
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M51.214 38.863H66.04V57.5M59.836 42.326l2.782 2.112M50.955 48.535h8.433M50.955 52.631h8.433M50.955 56.215h8.433M33.455 48.535s-1.206 6.021 2.307 6.021 2.308-6.021 2.308-6.021M44.7 55.629l-5.74 2.178M27.374 18.787s10.136 7.96 10.511 2.44c0 0 5.335 3.806 9.018 3.806 6.433 0-.131-12.48-11.14-15.12-3.145-.752-9.893-1.755-9.893 4.46 0 0-7.618 4.231-1.324 12.55l.091-.334c.314-3.08 2.737-7.802 2.737-7.802z"/>
|
|
21
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M16.825 57.886s-2-13 10-13c3.192 2.128 5.926 3.598 9 3.592H35.7c3.074.006 5.808-1.464 9-3.592"/>
|
|
22
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M34.912 54.556l-2.415 3.245-5.672-12.915-3.957 8.484 9.457 4.431zM44.7 44.886l-5.672 12.915-2.415-3.245"/>
|
|
23
|
+
</g>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import ManOfficeWorkerIconSvgStr from './ManOfficeWorkerIcon.svg';
|
|
3
|
+
const manOfficeWorkerIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:man-office-worker',
|
|
5
|
+
svgstr: ManOfficeWorkerIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default manOfficeWorkerIconJupyterLab;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const ManTechnologistIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default ManTechnologistIcon;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
|
|
3
|
+
const sizeMap = {
|
|
4
|
+
"small": 16,
|
|
5
|
+
"medium": 32,
|
|
6
|
+
"large": 64
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
function ManTechnologistIcon({
|
|
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: "M17.283 58.824s-2-13.5 10-13.5c3.192 2.128 5.926 3.599 9 3.592h-.125c3.074.007 4.708-2.164 7.9-4.292 15.57 0 11.5 14.2 11.5 14.2"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fill: "#FFF",
|
|
30
|
+
d: "M35.537 55.498l-3.239-3.932-3.239-3.932h12.956l-3.239 3.932z"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fill: "#61B2E4",
|
|
33
|
+
d: "M26.53 44.92s-5.9 4.026-2.16 7.467h4.572l-.833 3.742L36 58.08l.29-2.505-8.36-10.364"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fill: "#D0CFCE",
|
|
36
|
+
d: "M67.087 43.422l-6.95 16.35h-24.99l6.95-16.35z"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
fill: "#9B9B9A",
|
|
39
|
+
d: "M67.303 43.422l-6.95 16.35h-8.99l6.95-16.35h8.77z"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
41
|
+
fill: "#A57939"
|
|
42
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
d: "M47.676 18.072c.903 3.012 1.816 6.97-.487 8.454 0 0-1.298-5.192-2.97-6.123"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M28.062 19.972c5.51 2.685 12.774 2.195 16.857-.07a8.451 8.451 0 002.142-1.671c2.916-3.177.226-6.345.226-6.345l-2.63 2.03c-8.836-8.835-18.673-3.587-18.01 1.433 0 0-6.945 3.623-2.135 11.463l3.55-6.84z"
|
|
46
|
+
})), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
47
|
+
fill: "#FCEA2B",
|
|
48
|
+
d: "M44.92 19.902c-4.084 2.265-11.349 2.755-16.858.07l-3.55 6.84c-.072-.116-.132-.228-.198-.342-.015.299-.036.595-.036.897 0 7.828 5.077 14.174 11.339 14.174s11.338-6.346 11.338-14.174c0-2.81-.663-5.422-1.791-7.626-.084.05-.158.114-.245.162z"
|
|
49
|
+
})), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M16.917 58.919a.998.998 0 01-.986-.847c-.041-.27-.973-6.633 2.58-10.775 1.924-2.241 4.752-3.377 8.408-3.377a1 1 0 01.555.168c3.163 2.108 5.675 3.418 8.405 3.424h.04a1 1 0 01.002 2h-.005a.242.242 0 00-.038 0h-.084l-.045-.001c-3.099-.042-5.816-1.403-9.127-3.588-2.896.056-5.11.954-6.586 2.669-2.956 3.436-2.138 9.12-2.129 9.178a1 1 0 01-.99 1.149z"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M33.996 55.283a.995.995 0 01-.781-.375l-7.265-9.071a.999.999 0 01.155-1.405.997.997 0 011.406.155l7.264 9.071a.999.999 0 01-.779 1.625z"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M33.007 57.355a.997.997 0 01-.226-.025l-4.897-1.127a.999.999 0 01-.736-1.256l.458-1.56H24.37c-.25 0-.492-.095-.677-.264-1.404-1.292-1.62-2.646-1.553-3.555.213-2.926 3.459-5.222 3.828-5.474a1 1 0 011.128 1.651c-.783.538-2.843 2.3-2.962 3.972-.042.592.17 1.14.65 1.67h4.16a1.002 1.002 0 01.96 1.281l-.536 1.824 3.863.889a1 1 0 01-.223 1.974z"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
fill: "none",
|
|
57
|
+
stroke: "#000",
|
|
58
|
+
strokeLinecap: "round",
|
|
59
|
+
strokeLinejoin: "round",
|
|
60
|
+
strokeMiterlimit: 10,
|
|
61
|
+
strokeWidth: 2,
|
|
62
|
+
d: "M35.147 59.773h24.99l6.95-16.35h-24.99zM24.177 59.773h10.97"
|
|
63
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
64
|
+
d: "M41.973 27.043a2 2 0 11-4.002-.002 2 2 0 014.002.002M33.973 27.043a2 2 0 11-4.002-.002 2 2 0 014.002.002M35.973 37.045c-1.152 0-2.304-.286-3.447-.858a1 1 0 11.894-1.789c1.718.86 3.388.86 5.106 0a1 1 0 01.894 1.79c-1.144.571-2.295.857-3.447.857z"
|
|
65
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
66
|
+
d: "M35.85 43.577c-6.803 0-12.338-6.806-12.338-15.173 0-.667.035-1.335.104-1.984a1 1 0 111.988.212c-.061.58-.092 1.176-.092 1.772 0 7.264 4.637 13.173 10.339 13.173 5.7 0 10.338-5.909 10.338-13.173 0-.588-.03-1.18-.092-1.764a1.001 1.001 0 011.99-.207c.067.652.101 1.315.101 1.97 0 8.367-5.535 15.174-12.337 15.174z"
|
|
67
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
d: "M41.47 32.668h-2.007a3.822 3.822 0 01-3.482-2.253 3.82 3.82 0 01-3.48 2.253h-2.008a3.82 3.82 0 01-3.816-3.816v-1.238h-.693a1 1 0 110-2h1.693a1 1 0 011 1v2.238c0 1.001.814 1.816 1.816 1.816h2.008a1.818 1.818 0 001.815-1.816v-1.104a1 1 0 011-1h1.33a1 1 0 011 1v1.104c0 1.001.815 1.816 1.817 1.816h2.008a1.818 1.818 0 001.815-1.816v-2.238a1 1 0 011-1h1.157a1 1 0 110 2h-.157v1.238a3.82 3.82 0 01-3.815 3.816z"
|
|
69
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
70
|
+
d: "M47.188 27.526a.999.999 0 01-.97-.757c-.574-2.296-1.689-5.05-2.486-5.493a1 1 0 11.975-1.747c1.265.705 2.242 2.942 2.837 4.683.328-1.605-.265-3.981-.826-5.853a1 1 0 011.916-.574c.677 2.257 2.263 7.543-.904 9.582a.996.996 0 01-.541.159z"
|
|
71
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
d: "M24.512 27.813c-.347 0-.67-.18-.853-.478-1.703-2.776-2.231-5.397-1.57-7.789.705-2.547 2.575-4.09 3.527-4.735.024-2.194 1.57-4.33 4.1-5.578 3.641-1.797 9.43-1.8 15.012 3.365l1.948-1.504a1.002 1.002 0 011.374.145c1.127 1.328 2.526 4.64-.251 7.668a9.514 9.514 0 01-2.395 1.87c-3.88 2.152-10.965 2.981-16.891.496l-3.114 6a1 1 0 01-.851.539h-.036zm10.014-17.665c-1.49 0-2.828.338-3.924.878-2.005.99-3.168 2.635-2.963 4.192a1 1 0 01-.529 1.018c-.02.01-2.4 1.3-3.098 3.864-.377 1.382-.21 2.907.495 4.55l2.667-5.138a1 1 0 011.326-.439c5.28 2.574 12.249 1.998 15.934-.045a7.474 7.474 0 001.891-1.474c1.516-1.652 1.152-3.271.706-4.207l-1.763 1.36a1.002 1.002 0 01-1.319-.084c-3.281-3.282-6.62-4.475-9.423-4.475z"
|
|
73
|
+
})));
|
|
74
|
+
}
|
|
75
|
+
const ForwardRef = React.forwardRef(ManTechnologistIcon);
|
|
76
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
+
<path fill="#92D3F5" d="M17.283 58.824s-2-13.5 10-13.5c3.192 2.128 5.926 3.599 9 3.592h-.125c3.074.007 4.708-2.164 7.9-4.292 15.57 0 11.5 14.2 11.5 14.2"/>
|
|
3
|
+
<path fill="#FFF" d="M35.537 55.498l-3.239-3.932-3.239-3.932h12.956l-3.239 3.932z"/>
|
|
4
|
+
<path fill="#61B2E4" d="M26.53 44.92s-5.9 4.026-2.16 7.467h4.572l-.833 3.742L36 58.08l.29-2.505-8.36-10.364"/>
|
|
5
|
+
<path fill="#D0CFCE" d="M67.087 43.422l-6.95 16.35h-24.99l6.95-16.35z"/>
|
|
6
|
+
<path fill="#9B9B9A" d="M67.303 43.422l-6.95 16.35h-8.99l6.95-16.35h8.77z"/>
|
|
7
|
+
<g fill="#A57939">
|
|
8
|
+
<path d="M47.676 18.072c.903 3.012 1.816 6.97-.487 8.454 0 0-1.298-5.192-2.97-6.123"/>
|
|
9
|
+
<path d="M28.062 19.972c5.51 2.685 12.774 2.195 16.857-.07a8.451 8.451 0 002.142-1.671c2.916-3.177.226-6.345.226-6.345l-2.63 2.03c-8.836-8.835-18.673-3.587-18.01 1.433 0 0-6.945 3.623-2.135 11.463l3.55-6.84z"/>
|
|
10
|
+
</g>
|
|
11
|
+
<g>
|
|
12
|
+
<path fill="#FCEA2B" d="M44.92 19.902c-4.084 2.265-11.349 2.755-16.858.07l-3.55 6.84c-.072-.116-.132-.228-.198-.342-.015.299-.036.595-.036.897 0 7.828 5.077 14.174 11.339 14.174s11.338-6.346 11.338-14.174c0-2.81-.663-5.422-1.791-7.626-.084.05-.158.114-.245.162z"/>
|
|
13
|
+
</g>
|
|
14
|
+
<g>
|
|
15
|
+
<path d="M16.917 58.919a.998.998 0 01-.986-.847c-.041-.27-.973-6.633 2.58-10.775 1.924-2.241 4.752-3.377 8.408-3.377a1 1 0 01.555.168c3.163 2.108 5.675 3.418 8.405 3.424h.04a1 1 0 01.002 2h-.005a.242.242 0 00-.038 0h-.084l-.045-.001c-3.099-.042-5.816-1.403-9.127-3.588-2.896.056-5.11.954-6.586 2.669-2.956 3.436-2.138 9.12-2.129 9.178a1 1 0 01-.99 1.149z"/>
|
|
16
|
+
<path d="M33.996 55.283a.995.995 0 01-.781-.375l-7.265-9.071a.999.999 0 01.155-1.405.997.997 0 011.406.155l7.264 9.071a.999.999 0 01-.779 1.625z"/>
|
|
17
|
+
<path d="M33.007 57.355a.997.997 0 01-.226-.025l-4.897-1.127a.999.999 0 01-.736-1.256l.458-1.56H24.37c-.25 0-.492-.095-.677-.264-1.404-1.292-1.62-2.646-1.553-3.555.213-2.926 3.459-5.222 3.828-5.474a1 1 0 011.128 1.651c-.783.538-2.843 2.3-2.962 3.972-.042.592.17 1.14.65 1.67h4.16a1.002 1.002 0 01.96 1.281l-.536 1.824 3.863.889a1 1 0 01-.223 1.974z"/>
|
|
18
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M35.147 59.773h24.99l6.95-16.35h-24.99zM24.177 59.773h10.97"/>
|
|
19
|
+
<path d="M41.973 27.043a2 2 0 11-4.002-.002 2 2 0 014.002.002M33.973 27.043a2 2 0 11-4.002-.002 2 2 0 014.002.002M35.973 37.045c-1.152 0-2.304-.286-3.447-.858a1 1 0 11.894-1.789c1.718.86 3.388.86 5.106 0a1 1 0 01.894 1.79c-1.144.571-2.295.857-3.447.857z"/>
|
|
20
|
+
<path d="M35.85 43.577c-6.803 0-12.338-6.806-12.338-15.173 0-.667.035-1.335.104-1.984a1 1 0 111.988.212c-.061.58-.092 1.176-.092 1.772 0 7.264 4.637 13.173 10.339 13.173 5.7 0 10.338-5.909 10.338-13.173 0-.588-.03-1.18-.092-1.764a1.001 1.001 0 011.99-.207c.067.652.101 1.315.101 1.97 0 8.367-5.535 15.174-12.337 15.174z"/>
|
|
21
|
+
<path d="M41.47 32.668h-2.007a3.822 3.822 0 01-3.482-2.253 3.82 3.82 0 01-3.48 2.253h-2.008a3.82 3.82 0 01-3.816-3.816v-1.238h-.693a1 1 0 110-2h1.693a1 1 0 011 1v2.238c0 1.001.814 1.816 1.816 1.816h2.008a1.818 1.818 0 001.815-1.816v-1.104a1 1 0 011-1h1.33a1 1 0 011 1v1.104c0 1.001.815 1.816 1.817 1.816h2.008a1.818 1.818 0 001.815-1.816v-2.238a1 1 0 011-1h1.157a1 1 0 110 2h-.157v1.238a3.82 3.82 0 01-3.815 3.816z"/>
|
|
22
|
+
<path d="M47.188 27.526a.999.999 0 01-.97-.757c-.574-2.296-1.689-5.05-2.486-5.493a1 1 0 11.975-1.747c1.265.705 2.242 2.942 2.837 4.683.328-1.605-.265-3.981-.826-5.853a1 1 0 011.916-.574c.677 2.257 2.263 7.543-.904 9.582a.996.996 0 01-.541.159z"/>
|
|
23
|
+
<path d="M24.512 27.813c-.347 0-.67-.18-.853-.478-1.703-2.776-2.231-5.397-1.57-7.789.705-2.547 2.575-4.09 3.527-4.735.024-2.194 1.57-4.33 4.1-5.578 3.641-1.797 9.43-1.8 15.012 3.365l1.948-1.504a1.002 1.002 0 011.374.145c1.127 1.328 2.526 4.64-.251 7.668a9.514 9.514 0 01-2.395 1.87c-3.88 2.152-10.965 2.981-16.891.496l-3.114 6a1 1 0 01-.851.539h-.036zm10.014-17.665c-1.49 0-2.828.338-3.924.878-2.005.99-3.168 2.635-2.963 4.192a1 1 0 01-.529 1.018c-.02.01-2.4 1.3-3.098 3.864-.377 1.382-.21 2.907.495 4.55l2.667-5.138a1 1 0 011.326-.439c5.28 2.574 12.249 1.998 15.934-.045a7.474 7.474 0 001.891-1.474c1.516-1.652 1.152-3.271.706-4.207l-1.763 1.36a1.002 1.002 0 01-1.319-.084c-3.281-3.282-6.62-4.475-9.423-4.475z"/>
|
|
24
|
+
</g>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import ManTechnologistIconSvgStr from './ManTechnologistIcon.svg';
|
|
3
|
+
const manTechnologistIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:man-technologist',
|
|
5
|
+
svgstr: ManTechnologistIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default manTechnologistIconJupyterLab;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const MirrorBallIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default MirrorBallIcon;
|