@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
package/data2/RadarIcon.svg
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<linearGradient id="c" x1="3142.322" x2="3077.958" y1="565.893" y2="589.821" gradientTransform="matrix(1.09611 0 0 1.0016 -65.925 308.367)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
|
20
20
|
</defs>
|
|
21
21
|
<g transform="translate(-320.94 -433.79)">
|
|
22
|
-
<rect width="140" height="140" x="321.429" y="433.791"
|
|
22
|
+
<rect width="140" height="140" x="321.429" y="433.791" enable-background="accumulate" overflow="visible" rx="6.964" ry="6.964" style="marker:none"/>
|
|
23
23
|
<path style="marker:none" stroke="#000" stroke-width=".435" d="M2638.518-316.55a145.462 135.36 0 110-.31" enable-background="accumulate" overflow="visible" transform="matrix(.34603 -.32002 .34386 .37181 -363.324 1420.177)"/>
|
|
24
24
|
<path style="marker:none" fill="none" stroke="#0f0" stroke-width=".904" d="M2638.518-316.55a145.462 135.36 0 110-.31" enable-background="accumulate" overflow="visible" transform="matrix(.34603 -.32002 .34386 .37181 -363.324 1420.177)"/>
|
|
25
25
|
<path style="marker:none" fill="none" stroke="#0f0" stroke-width="12.624" d="M2638.518-316.55a145.462 135.36 0 110-.31" enable-background="accumulate" overflow="visible" transform="matrix(.11221 -.10378 .1115 .12057 146.046 801.541)"/>
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
<path style="marker:none" fill="none" stroke="#0f0" stroke-width="4.114" d="M2638.518-316.55a145.462 135.36 0 110-.31" enable-background="accumulate" overflow="visible" transform="matrix(.3443 -.31842 .34215 .36996 -359.563 1415.61)"/>
|
|
28
28
|
<path fill="#00b801" fill-rule="evenodd" stroke="#0f0" stroke-width="32.713" d="M2575.889-605.453l442.447-4.041h0c7.07-1.01 4.04 0 9.091 1.01" filter="url(#b)" transform="matrix(.11567 -.10698 .10133 .10956 152.52 847.855)"/>
|
|
29
29
|
<path fill="url(#c)" fill-rule="evenodd" d="M3389.966 881.43l-73.176.716-48.06 53.658 66.039 12.878 13.505-4.65 17.617-10.375 9.003-8.764 9.396-13.414 5.872-15.74 1.566-13.056v-.895" transform="matrix(.68215 -.63088 .67789 .73298 -2470.7 1951.473)"/>
|
|
30
|
-
<path fill="#0f0"
|
|
31
|
-
<path fill="#0f0"
|
|
32
|
-
<path fill="#0f0"
|
|
33
|
-
<path fill="#0f0"
|
|
30
|
+
<path fill="#0f0" d="M3049.286 580a2.5 2.143 0 11-.001-.05" enable-background="accumulate" filter="url(#d)" overflow="visible" transform="matrix(1.06978 -.98937 1.15426 1.24807 -3580.088 2825.716)" style="marker:none"/>
|
|
31
|
+
<path fill="#0f0" d="M3049.286 580a2.5 2.143 0 11-.001-.05" enable-background="accumulate" filter="url(#e)" overflow="visible" transform="matrix(.73416 -.67898 .79214 .85652 -2265.282 2056.33)" style="marker:none"/>
|
|
32
|
+
<path fill="#0f0" d="M3049.286 580a2.5 2.143 0 11-.001-.05" enable-background="accumulate" filter="url(#f)" overflow="visible" transform="matrix(1.46308 -1.3531 1.57862 1.70692 -4977.597 3673.286)" style="marker:none"/>
|
|
33
|
+
<path fill="#0f0" d="M3049.286 580a2.5 2.143 0 11-.001-.05" enable-background="accumulate" filter="url(#f)" overflow="visible" transform="matrix(2.837 -2.62376 3.06105 3.30984 -10056.062 6558.417)" style="marker:none"/>
|
|
34
34
|
</g>
|
|
35
35
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const SantaClausIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default SantaClausIcon;
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
|
|
3
|
+
const sizeMap = {
|
|
4
|
+
"small": 16,
|
|
5
|
+
"medium": 32,
|
|
6
|
+
"large": 64
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
function SantaClausIcon({
|
|
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("ellipse", {
|
|
26
|
+
cx: 35.921,
|
|
27
|
+
cy: 37.3,
|
|
28
|
+
fill: "#FFF",
|
|
29
|
+
rx: 11.314,
|
|
30
|
+
ry: 5.657
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fill: "#FFF",
|
|
33
|
+
d: "M46.941 35.785a2.824 2.824 0 01-1.844 4.962 2.824 2.824 0 01-2.823 2.824 2.798 2.798 0 01-1.452-.413 2.81 2.81 0 01-.787 2.41 2.823 2.823 0 01-3.993 0c-.046-.047-.078-.1-.12-.148a2.805 2.805 0 01-2.119.974 2.824 2.824 0 01-2.823-2.823c0-.142.021-.278.042-.415-.426.258-.92.415-1.454.415a2.824 2.824 0 01-2.823-2.824 2.823 2.823 0 01-1.996-4.82"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fill: "#EA5A47",
|
|
36
|
+
d: "M25.024 20.32C25.53 13.676 30.922 9.3 35.922 9.3c6 0 9.002 1.39 10.882 2.38 10.492 5.523 8.78 17.344 7.972 22.64.05-.004.095-.02.146-.02.742 0 1.382.409 1.727 1.008.692 0 1.366.35 1.737.992.37.642.337 1.401-.01 2 .347.599.38 1.357.01 2a1.991 1.991 0 01-1.737.992c-.345.6-.985 1.008-1.727 1.008s-1.382-.409-1.727-1.008c-.693 0-1.366-.35-1.737-.992a1.991 1.991 0 01.01-2 1.991 1.991 0 01-.01-2c.054-.094.127-.168.193-.25l-1.031-.483L25.024 20.32z"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
fill: "#D22F27",
|
|
39
|
+
d: "M25.393 20.667l19.528-.367s4-3-1-10c14 4 11.073 22.8 11.084 22.937-.02-.026-.077.084-.23 1.083.05-.004.095-.02.146-.02l-3.464 2c.054-.094.127-.168.193-.25l-1.06.566-25.197-15.95z"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
fill: "#D22F27",
|
|
42
|
+
d: "M55.005 33.237c.012.017.007.094 0 0z"
|
|
43
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
fill: "#FFF",
|
|
45
|
+
d: "M50.921 38.3a4 4 0 104-4c-2 1-2 1-3.296 1.733a3.981 3.981 0 00-.704 2.267z"
|
|
46
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
47
|
+
fill: "#6A462F",
|
|
48
|
+
d: "M16.054 58.56A9.977 9.977 0 0112.6 51c0-4.503 3.989-7.646 7.63-8.653 1.374-.38 2.84.032 3.78 1.102 2.198 2.502 6.047 7.996 4.59 14.551"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
fill: "#FFF",
|
|
51
|
+
d: "M46.743 20.3H25.1c-.65 0-1.178.417-1.178.932v3.136c0 .515.527.932 1.178.932h21.644c.65 0 1.178-.417 1.178-.932v-3.135c0-.515-.527-.933-1.178-.933z"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
fill: "#EA5A47",
|
|
54
|
+
d: "M54.796 60.9s2-13.9-10-13.9c-3.192 2.128-5.926 3.598-9 3.592h.125c-3.074.006-5.808-1.464-9-3.592-12 0-10 13.9-10 13.9"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
fill: "#D22F27",
|
|
57
|
+
d: "M44.796 47c-3.17 2.113-4.875 3-8.938 3.589C48.922 51 48.922 56.9 49.683 60.9h5.113s2-13.9-10-13.9z"
|
|
58
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
59
|
+
fill: "#FFF",
|
|
60
|
+
d: "M38.921 61v-5.91c5.508-.345 9.52-2.794 10.974-7.025C48.565 47.405 46.9 47 44.796 47c-3.17 2.113-5.89 3.575-8.938 3.589-3.047-.014-5.767-1.476-8.937-3.589-2.047 0-3.68.385-4.991 1.012 2.472 4.121 6.142 6.366 10.991 6.96V61"
|
|
61
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
62
|
+
fill: "#A57939",
|
|
63
|
+
d: "M12.6 51c0-4.503 3.989-7.646 7.63-8.653 1.374-.38 2.84.032 3.78 1.102 2.198 2.502 6.047 7.996 4.59 14.551 0 0-9-9-11-9"
|
|
64
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
65
|
+
fill: "#FCEA2B",
|
|
66
|
+
d: "M46.54 25.32c.465 1.55.72 3.228.72 4.98 0 1.79-.339 5-.75 5.077-5.589-3.077-12.715-4.752-21.152.085-.437-1.162-.776-3.34-.776-5.162 0-1.476.18-2.899.516-4.236"
|
|
67
|
+
})), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
fill: "none",
|
|
69
|
+
stroke: "#000",
|
|
70
|
+
strokeLinecap: "round",
|
|
71
|
+
strokeLinejoin: "round",
|
|
72
|
+
strokeMiterlimit: 10,
|
|
73
|
+
strokeWidth: 2,
|
|
74
|
+
d: "M46.941 35.785a2.824 2.824 0 01-1.844 4.962 2.824 2.824 0 01-2.823 2.824 2.798 2.798 0 01-1.452-.413 2.81 2.81 0 01-.787 2.41 2.823 2.823 0 01-3.993 0c-.046-.047-.078-.1-.12-.148a2.805 2.805 0 01-2.119.974 2.824 2.824 0 01-2.823-2.823c0-.142.021-.278.042-.415-.426.258-.92.415-1.454.415a2.824 2.824 0 01-2.823-2.824 2.823 2.823 0 01-1.996-4.82M16.054 58.56A9.977 9.977 0 0112.6 51c0-4.503 3.989-7.646 7.63-8.653 1.374-.38 2.84.032 3.78 1.102 2.198 2.502 6.047 7.996 4.59 14.551M46.54 25.32c.465 1.55.72 3.228.72 4.98 0 1.79-.339 5-.75 5.077-5.589-3.077-12.715-4.752-21.152.085-.437-1.162-.776-3.34-.776-5.162 0-1.476.18-2.899.516-4.236"
|
|
75
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
76
|
+
d: "M29.92 28.94a2 2 0 104.002-.002 2 2 0 00-4.001.001M37.92 28.94a2 2 0 104.002-.002 2 2 0 00-4.001.001M35.921 38.942c1.152 0 2.304-.286 3.447-.858a1 1 0 10-.894-1.79c-1.718.86-3.388.86-5.106 0a1 1 0 00-.894 1.79c1.143.572 2.295.858 3.447.858z"
|
|
77
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
78
|
+
fill: "none",
|
|
79
|
+
stroke: "#000",
|
|
80
|
+
strokeLinecap: "round",
|
|
81
|
+
strokeLinejoin: "round",
|
|
82
|
+
strokeMiterlimit: 10,
|
|
83
|
+
strokeWidth: 2,
|
|
84
|
+
d: "M46.818 20.32a23.783 23.783 0 00-.36-2.75M46.743 20.3H25.1c-.65 0-1.178.417-1.178.932v3.136c0 .515.527.932 1.178.932h21.644c.65 0 1.178-.417 1.178-.932v-3.135c0-.515-.527-.933-1.178-.933z"
|
|
85
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
86
|
+
fill: "none",
|
|
87
|
+
stroke: "#000",
|
|
88
|
+
strokeLinecap: "round",
|
|
89
|
+
strokeLinejoin: "round",
|
|
90
|
+
strokeMiterlimit: 10,
|
|
91
|
+
strokeWidth: 2,
|
|
92
|
+
d: "M25.024 20.32C25.53 13.676 30.922 9.3 35.922 9.3c6 0 9.002 1.39 10.882 2.38 10.492 5.523 8.78 17.344 7.972 22.64.05-.004.095-.02.146-.02.742 0 1.382.409 1.727 1.008.692 0 1.366.35 1.737.992.37.642.337 1.401-.01 2 .347.599.38 1.357.01 2a1.991 1.991 0 01-1.737.992c-.345.6-.985 1.008-1.727 1.008s-1.382-.409-1.727-1.008c-.693 0-1.366-.35-1.737-.992a1.991 1.991 0 01.01-2 1.991 1.991 0 01-.01-2c.054-.094.127-.168.193-.25l-1.031-.483M16.054 58.56A9.977 9.977 0 0112.6 51c0-4.503 3.989-7.646 7.63-8.653 1.374-.38 2.84.032 3.78 1.102 2.198 2.502 6.047 7.996 4.59 14.551 0 0-9-9-11-9"
|
|
93
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
94
|
+
fill: "none",
|
|
95
|
+
stroke: "#000",
|
|
96
|
+
strokeLinecap: "round",
|
|
97
|
+
strokeLinejoin: "round",
|
|
98
|
+
strokeMiterlimit: 10,
|
|
99
|
+
strokeWidth: 2,
|
|
100
|
+
d: "M25.024 20.32C25.53 13.676 30.922 9.3 35.922 9.3c6 0 9.002 1.39 10.882 2.38 10.492 5.523 8.78 17.344 7.972 22.64.05-.004.095-.02.146-.02.742 0 1.382.409 1.727 1.008.692 0 1.366.35 1.737.992.37.642.337 1.401-.01 2 .347.599.38 1.357.01 2a1.991 1.991 0 01-1.737.992c-.345.6-.985 1.008-1.727 1.008s-1.382-.409-1.727-1.008c-.693 0-1.366-.35-1.737-.992a1.991 1.991 0 01.01-2 1.991 1.991 0 01-.01-2c.054-.094.127-.168.193-.25l-1.031-.483M16.92 59.998s-.97-6.3 2.49-10.13M54.8 59.998s1.36-8.85-4.9-11.93l-.51-.24c-.18-.07-.36-.14-.55-.21-.19-.06-.38-.12-.58-.18-.4-.11-.82-.2-1.26-.28-.68-.1-1.41-.16-2.2-.16-.6.4-1.18.78-1.75 1.12-.2.12-.39.24-.59.35l-.54.3c-.18.11-.36.21-.54.3-.37.19-.74.36-1.11.52s-.73.3-1.1.42c-.18.06-.36.12-.55.17-.14.04-.28.08-.42.11-.2.05-.39.09-.58.13l-.19.03c-.32.06-.65.1-.98.12-.19.01-.39.02-.59.02h-.14c-.18 0-.35-.01-.53-.03-.12 0-.24-.02-.36-.03-.18-.02-.36-.04-.54-.08-.09-.01-.19-.03-.28-.05-.18-.03-.35-.07-.53-.11l-.1-.03c-.1-.02-.2-.05-.3-.08-.18-.05-.36-.11-.53-.17-.37-.12-.73-.26-1.1-.42-1.47-.63-2.94-1.53-4.53-2.59-.12 0-.24 0-.35.01M28.88 53.988c1.24.48 2.59.81 4.04.98v5.03"
|
|
101
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
102
|
+
fill: "none",
|
|
103
|
+
stroke: "#000",
|
|
104
|
+
strokeLinecap: "round",
|
|
105
|
+
strokeLinejoin: "round",
|
|
106
|
+
strokeMiterlimit: 10,
|
|
107
|
+
strokeWidth: 2,
|
|
108
|
+
d: "M38.92 59.998v-4.91c5.51-.34 9.52-2.79 10.98-7.02l-.51-.24c-.18-.07-.36-.14-.55-.21-.19-.06-.38-.12-.58-.18-.4-.11-.82-.2-1.26-.28-.68-.1-1.41-.16-2.2-.16-.6.4-1.18.78-1.75 1.12-.2.12-.39.24-.59.35-.18.11-.36.22-.54.3-.18.11-.36.21-.54.3-.37.19-.74.36-1.11.52s-.73.3-1.1.42a3.5 3.5 0 01-.55.17c-.14.04-.28.08-.42.11-.2.05-.39.09-.58.13l-.19.03c-.32.06-.65.1-.98.12-.19.01-.39.02-.59.02h-.14c-.18 0-.35-.01-.53-.03-.12 0-.24-.02-.36-.03-.18-.02-.36-.04-.54-.08-.09-.01-.19-.03-.28-.05-.21-.04-.42-.09-.63-.14-.1-.02-.2-.05-.3-.08-.18-.05-.36-.11-.53-.17-.37-.12-.73-.26-1.1-.42-1.47-.63-2.94-1.53-4.53-2.59-.12 0-.24 0-.35.01"
|
|
109
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
110
|
+
fill: "none",
|
|
111
|
+
stroke: "#000",
|
|
112
|
+
strokeLinecap: "round",
|
|
113
|
+
strokeLinejoin: "round",
|
|
114
|
+
strokeMiterlimit: 10,
|
|
115
|
+
strokeWidth: 2,
|
|
116
|
+
d: "M12.6 51c0-4.503 3.989-7.646 7.63-8.653 1.374-.38 2.84.032 3.78 1.102 2.198 2.502 6.047 7.996 4.59 14.551 0 0-9-9-11-9"
|
|
117
|
+
})));
|
|
118
|
+
}
|
|
119
|
+
const ForwardRef = React.forwardRef(SantaClausIcon);
|
|
120
|
+
module.exports = ForwardRef;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
+
<ellipse cx="35.921" cy="37.3" fill="#FFF" rx="11.314" ry="5.657"/>
|
|
3
|
+
<path fill="#FFF" d="M46.941 35.785a2.824 2.824 0 01-1.844 4.962 2.824 2.824 0 01-2.823 2.824 2.798 2.798 0 01-1.452-.413 2.81 2.81 0 01-.787 2.41 2.823 2.823 0 01-3.993 0c-.046-.047-.078-.1-.12-.148a2.805 2.805 0 01-2.119.974 2.824 2.824 0 01-2.823-2.823c0-.142.021-.278.042-.415-.426.258-.92.415-1.454.415a2.824 2.824 0 01-2.823-2.824 2.823 2.823 0 01-1.996-4.82"/>
|
|
4
|
+
<path fill="#EA5A47" d="M25.024 20.32C25.53 13.676 30.922 9.3 35.922 9.3c6 0 9.002 1.39 10.882 2.38 10.492 5.523 8.78 17.344 7.972 22.64.05-.004.095-.02.146-.02.742 0 1.382.409 1.727 1.008.692 0 1.366.35 1.737.992.37.642.337 1.401-.01 2 .347.599.38 1.357.01 2a1.991 1.991 0 01-1.737.992c-.345.6-.985 1.008-1.727 1.008s-1.382-.409-1.727-1.008c-.693 0-1.366-.35-1.737-.992a1.991 1.991 0 01.01-2 1.991 1.991 0 01-.01-2c.054-.094.127-.168.193-.25l-1.031-.483L25.024 20.32z"/>
|
|
5
|
+
<path fill="#D22F27" d="M25.393 20.667l19.528-.367s4-3-1-10c14 4 11.073 22.8 11.084 22.937-.02-.026-.077.084-.23 1.083.05-.004.095-.02.146-.02l-3.464 2c.054-.094.127-.168.193-.25l-1.06.566-25.197-15.95z"/>
|
|
6
|
+
<path fill="#D22F27" d="M55.005 33.237c.012.017.007.094 0 0z"/>
|
|
7
|
+
<path fill="#FFF" d="M50.921 38.3a4 4 0 104-4c-2 1-2 1-3.296 1.733a3.981 3.981 0 00-.704 2.267z"/>
|
|
8
|
+
<path fill="#6A462F" d="M16.054 58.56A9.977 9.977 0 0112.6 51c0-4.503 3.989-7.646 7.63-8.653 1.374-.38 2.84.032 3.78 1.102 2.198 2.502 6.047 7.996 4.59 14.551"/>
|
|
9
|
+
<path fill="#FFF" d="M46.743 20.3H25.1c-.65 0-1.178.417-1.178.932v3.136c0 .515.527.932 1.178.932h21.644c.65 0 1.178-.417 1.178-.932v-3.135c0-.515-.527-.933-1.178-.933z"/>
|
|
10
|
+
<path fill="#EA5A47" d="M54.796 60.9s2-13.9-10-13.9c-3.192 2.128-5.926 3.598-9 3.592h.125c-3.074.006-5.808-1.464-9-3.592-12 0-10 13.9-10 13.9"/>
|
|
11
|
+
<path fill="#D22F27" d="M44.796 47c-3.17 2.113-4.875 3-8.938 3.589C48.922 51 48.922 56.9 49.683 60.9h5.113s2-13.9-10-13.9z"/>
|
|
12
|
+
<path fill="#FFF" d="M38.921 61v-5.91c5.508-.345 9.52-2.794 10.974-7.025C48.565 47.405 46.9 47 44.796 47c-3.17 2.113-5.89 3.575-8.938 3.589-3.047-.014-5.767-1.476-8.937-3.589-2.047 0-3.68.385-4.991 1.012 2.472 4.121 6.142 6.366 10.991 6.96V61"/>
|
|
13
|
+
<path fill="#A57939" d="M12.6 51c0-4.503 3.989-7.646 7.63-8.653 1.374-.38 2.84.032 3.78 1.102 2.198 2.502 6.047 7.996 4.59 14.551 0 0-9-9-11-9"/>
|
|
14
|
+
<g>
|
|
15
|
+
<path fill="#FCEA2B" d="M46.54 25.32c.465 1.55.72 3.228.72 4.98 0 1.79-.339 5-.75 5.077-5.589-3.077-12.715-4.752-21.152.085-.437-1.162-.776-3.34-.776-5.162 0-1.476.18-2.899.516-4.236"/>
|
|
16
|
+
</g>
|
|
17
|
+
<g>
|
|
18
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M46.941 35.785a2.824 2.824 0 01-1.844 4.962 2.824 2.824 0 01-2.823 2.824 2.798 2.798 0 01-1.452-.413 2.81 2.81 0 01-.787 2.41 2.823 2.823 0 01-3.993 0c-.046-.047-.078-.1-.12-.148a2.805 2.805 0 01-2.119.974 2.824 2.824 0 01-2.823-2.823c0-.142.021-.278.042-.415-.426.258-.92.415-1.454.415a2.824 2.824 0 01-2.823-2.824 2.823 2.823 0 01-1.996-4.82M16.054 58.56A9.977 9.977 0 0112.6 51c0-4.503 3.989-7.646 7.63-8.653 1.374-.38 2.84.032 3.78 1.102 2.198 2.502 6.047 7.996 4.59 14.551M46.54 25.32c.465 1.55.72 3.228.72 4.98 0 1.79-.339 5-.75 5.077-5.589-3.077-12.715-4.752-21.152.085-.437-1.162-.776-3.34-.776-5.162 0-1.476.18-2.899.516-4.236"/>
|
|
19
|
+
<path d="M29.92 28.94a2 2 0 104.002-.002 2 2 0 00-4.001.001M37.92 28.94a2 2 0 104.002-.002 2 2 0 00-4.001.001M35.921 38.942c1.152 0 2.304-.286 3.447-.858a1 1 0 10-.894-1.79c-1.718.86-3.388.86-5.106 0a1 1 0 00-.894 1.79c1.143.572 2.295.858 3.447.858z"/>
|
|
20
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M46.818 20.32a23.783 23.783 0 00-.36-2.75M46.743 20.3H25.1c-.65 0-1.178.417-1.178.932v3.136c0 .515.527.932 1.178.932h21.644c.65 0 1.178-.417 1.178-.932v-3.135c0-.515-.527-.933-1.178-.933z"/>
|
|
21
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M25.024 20.32C25.53 13.676 30.922 9.3 35.922 9.3c6 0 9.002 1.39 10.882 2.38 10.492 5.523 8.78 17.344 7.972 22.64.05-.004.095-.02.146-.02.742 0 1.382.409 1.727 1.008.692 0 1.366.35 1.737.992.37.642.337 1.401-.01 2 .347.599.38 1.357.01 2a1.991 1.991 0 01-1.737.992c-.345.6-.985 1.008-1.727 1.008s-1.382-.409-1.727-1.008c-.693 0-1.366-.35-1.737-.992a1.991 1.991 0 01.01-2 1.991 1.991 0 01-.01-2c.054-.094.127-.168.193-.25l-1.031-.483M16.054 58.56A9.977 9.977 0 0112.6 51c0-4.503 3.989-7.646 7.63-8.653 1.374-.38 2.84.032 3.78 1.102 2.198 2.502 6.047 7.996 4.59 14.551 0 0-9-9-11-9"/>
|
|
22
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M25.024 20.32C25.53 13.676 30.922 9.3 35.922 9.3c6 0 9.002 1.39 10.882 2.38 10.492 5.523 8.78 17.344 7.972 22.64.05-.004.095-.02.146-.02.742 0 1.382.409 1.727 1.008.692 0 1.366.35 1.737.992.37.642.337 1.401-.01 2 .347.599.38 1.357.01 2a1.991 1.991 0 01-1.737.992c-.345.6-.985 1.008-1.727 1.008s-1.382-.409-1.727-1.008c-.693 0-1.366-.35-1.737-.992a1.991 1.991 0 01.01-2 1.991 1.991 0 01-.01-2c.054-.094.127-.168.193-.25l-1.031-.483M16.92 59.998s-.97-6.3 2.49-10.13M54.8 59.998s1.36-8.85-4.9-11.93l-.51-.24c-.18-.07-.36-.14-.55-.21-.19-.06-.38-.12-.58-.18-.4-.11-.82-.2-1.26-.28-.68-.1-1.41-.16-2.2-.16-.6.4-1.18.78-1.75 1.12-.2.12-.39.24-.59.35l-.54.3c-.18.11-.36.21-.54.3-.37.19-.74.36-1.11.52s-.73.3-1.1.42c-.18.06-.36.12-.55.17-.14.04-.28.08-.42.11-.2.05-.39.09-.58.13l-.19.03c-.32.06-.65.1-.98.12-.19.01-.39.02-.59.02h-.14c-.18 0-.35-.01-.53-.03-.12 0-.24-.02-.36-.03-.18-.02-.36-.04-.54-.08-.09-.01-.19-.03-.28-.05-.18-.03-.35-.07-.53-.11l-.1-.03c-.1-.02-.2-.05-.3-.08-.18-.05-.36-.11-.53-.17-.37-.12-.73-.26-1.1-.42-1.47-.63-2.94-1.53-4.53-2.59-.12 0-.24 0-.35.01M28.88 53.988c1.24.48 2.59.81 4.04.98v5.03"/>
|
|
23
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M38.92 59.998v-4.91c5.51-.34 9.52-2.79 10.98-7.02l-.51-.24c-.18-.07-.36-.14-.55-.21-.19-.06-.38-.12-.58-.18-.4-.11-.82-.2-1.26-.28-.68-.1-1.41-.16-2.2-.16-.6.4-1.18.78-1.75 1.12-.2.12-.39.24-.59.35-.18.11-.36.22-.54.3-.18.11-.36.21-.54.3-.37.19-.74.36-1.11.52s-.73.3-1.1.42a3.5 3.5 0 01-.55.17c-.14.04-.28.08-.42.11-.2.05-.39.09-.58.13l-.19.03c-.32.06-.65.1-.98.12-.19.01-.39.02-.59.02h-.14c-.18 0-.35-.01-.53-.03-.12 0-.24-.02-.36-.03-.18-.02-.36-.04-.54-.08-.09-.01-.19-.03-.28-.05-.21-.04-.42-.09-.63-.14-.1-.02-.2-.05-.3-.08-.18-.05-.36-.11-.53-.17-.37-.12-.73-.26-1.1-.42-1.47-.63-2.94-1.53-4.53-2.59-.12 0-.24 0-.35.01"/>
|
|
24
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M12.6 51c0-4.503 3.989-7.646 7.63-8.653 1.374-.38 2.84.032 3.78 1.102 2.198 2.502 6.047 7.996 4.59 14.551 0 0-9-9-11-9"/>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import SantaClausIconSvgStr from './SantaClausIcon.svg';
|
|
3
|
+
const santaClausIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:santa-claus',
|
|
5
|
+
svgstr: SantaClausIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default santaClausIconJupyterLab;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const WomanTechnologistIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default WomanTechnologistIcon;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
|
|
3
|
+
const sizeMap = {
|
|
4
|
+
"small": 16,
|
|
5
|
+
"medium": 32,
|
|
6
|
+
"large": 64
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
function WomanTechnologistIcon({
|
|
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.233 58.624s-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.487 55.298l-3.239-3.932-3.239-3.932h12.956l-3.239 3.932z"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fill: "#61B2E4",
|
|
33
|
+
d: "M26.48 44.72s-5.9 4.027-2.16 7.467h4.572l-.833 3.742 7.891 1.952.29-2.505-8.36-10.364"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fill: "#D0CFCE",
|
|
36
|
+
d: "M67.037 43.222l-6.95 16.35h-24.99l6.95-16.35z"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
fill: "#9B9B9A",
|
|
39
|
+
d: "M67.253 43.222l-6.95 16.35h-8.99l6.95-16.35h8.77z"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
fill: "#A57939",
|
|
42
|
+
d: "M40.404 47.087l1.643-3.865h16.282c2.094-4.752-4.327-5.14-4.327-5.14s.069-.166.081-.698c.035-1.553-.2-6.221-4.225-18.96-7.115-17.134-20.616-9.126-22.012-6.723-2.334-.86-3.306 0-5.244 5.687-1.414 5.354-4.183 16.175-3.97 20.361-.813-.428-7.473-.004-3.093 8.087a32.769 32.769 0 003.288 3.51c1.412-2.349 3.938-4.222 8.406-4.222 3.165 2.11 5.882 3.57 8.925 3.588 1.677-.01 2.93-.68 4.246-1.625z"
|
|
43
|
+
})), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
fill: "#FCEA2B",
|
|
45
|
+
d: "M47.411 22.306c.222.677.405 1.38.546 2.103.22 1.13.336 2.311.336 3.526 0 8.212-5.325 14.868-11.894 14.868s-11.895-6.656-11.895-14.868c0-.482.018-.958.054-1.428l.051.384c2.02-.981 5.03-9.816 5.03-9.816s-.71 6.44 17.82 5.615"
|
|
46
|
+
})), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
47
|
+
d: "M42.019 26.867a2 2 0 11-4.002-.001 2 2 0 014.002.001M34.019 26.867a2 2 0 11-4.002-.001 2 2 0 014.002.001M36.018 36.87c-1.151 0-2.303-.286-3.447-.858a1 1 0 11.895-1.79c1.717.86 3.387.86 5.105 0a1 1 0 01.895 1.79c-1.144.572-2.296.858-3.448.858z"
|
|
48
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
d: "M36.019 43.401c-6.804 0-12.34-6.806-12.34-15.173 0-.485.02-.964.055-1.437l1.994.152a16.92 16.92 0 00-.048 1.285c0 7.264 4.637 13.173 10.339 13.173 5.7 0 10.337-5.909 10.337-13.173 0-1.076-.101-2.142-.301-3.17-.124-.64-.29-1.273-.49-1.885l1.9-.623c.227.69.413 1.406.553 2.126.224 1.153.338 2.348.338 3.552 0 8.367-5.535 15.173-12.337 15.173z"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M41.516 32.492h-2.007a3.822 3.822 0 01-3.482-2.253 3.822 3.822 0 01-3.481 2.253h-2.007a3.82 3.82 0 01-3.816-3.816v-1.238h-.693a1 1 0 110-2h1.693a1 1 0 011 1v2.238c0 1.002.814 1.816 1.816 1.816h2.007a1.818 1.818 0 001.816-1.816v-1.104a1 1 0 011-1h1.33a1 1 0 011 1v1.104c0 1.002.815 1.816 1.817 1.816h2.007a1.818 1.818 0 001.816-1.816v-2.238a1 1 0 011-1h1.156a1 1 0 110 2h-.156v1.238a3.82 3.82 0 01-3.816 3.816z"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
d: "M24.733 27.867a.999.999 0 01-.437-1.9c.927-.45 2.964-4.903 4.285-8.78a1 1 0 011.94.432c.001 0-.016.686.808 1.51 1.222 1.219 4.821 3.197 15.139 2.735a1 1 0 11.09 1.998c-8.627.387-14.27-.78-16.78-3.462a4.896 4.896 0 01-.169-.188c-1.094 2.836-2.858 6.786-4.44 7.555a.992.992 0 01-.436.1z"
|
|
54
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
55
|
+
d: "M16.285 46.03c-.355 0-.7-.19-.88-.523-1.81-3.344-2.144-5.62-1.022-6.961.93-1.11 2.521-1.133 3.664-.968.179-3.4 1.56-9.954 4.193-19.921 1.37-4.027 2.255-5.569 3.529-6.176.718-.342 1.444-.302 2.082-.147 1.568-1.65 5.602-3.886 10.007-3.603 3.648.242 8.735 2.31 12.254 10.786 1.818 5.74 3.036 10.403 3.654 13.943.07.406.542 3.342.787 4.87.944.008 2.317.274 3.3 1.538a1 1 0 11-1.578 1.229c-.815-1.05-2.315-.725-2.33-.72a1 1 0 01-1.22-.813s-.834-5.211-.93-5.761c-.602-3.452-1.799-8.029-3.56-13.602-2.48-5.961-6.026-9.177-10.51-9.475-4.278-.278-8.102 2.316-8.655 3.267-.244.42-.755.601-1.21.436-.76-.28-1.048-.23-1.231-.142-.83.396-1.717 2.723-2.476 4.948-2.91 11.03-4.301 17.956-4.111 20.519a.997.997 0 01-1.311 1.023c-.913-.296-2.399-.445-2.816.054-.132.16-.695 1.134 1.25 4.723a1.002 1.002 0 01-.88 1.476z"
|
|
56
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
57
|
+
d: "M16.867 58.719a.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.162 2.108 5.675 3.418 8.406 3.425h.04a1 1 0 011 .998.993.993 0 01-1.02 1.002h-.106c-.016 0-.03 0-.046-.002-3.1-.042-5.816-1.403-9.126-3.588-2.896.056-5.11.954-6.586 2.669-2.956 3.436-2.137 9.12-2.129 9.177a1 1 0 01-.99 1.15z"
|
|
58
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
59
|
+
d: "M33.946 55.083a.995.995 0 01-.781-.375L25.9 45.637a.999.999 0 01.156-1.406.997.997 0 011.405.156l7.265 9.071a.999.999 0 01-.78 1.625z"
|
|
60
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
61
|
+
d: "M32.957 57.156c-.074 0-.15-.008-.226-.025l-4.897-1.128a.999.999 0 01-.735-1.256l.458-1.56h-3.238c-.25 0-.492-.095-.676-.264-1.405-1.292-1.62-2.646-1.554-3.555.213-2.927 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.591.17 1.14.65 1.67h4.16a1.002 1.002 0 01.96 1.28l-.537 1.825 3.865.89a1 1 0 01-.224 1.974z"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
fill: "none",
|
|
64
|
+
stroke: "#000",
|
|
65
|
+
strokeLinecap: "round",
|
|
66
|
+
strokeLinejoin: "round",
|
|
67
|
+
strokeMiterlimit: 10,
|
|
68
|
+
strokeWidth: 2,
|
|
69
|
+
d: "M35.097 59.572h24.99l6.95-16.35h-24.99zM24.127 59.572h10.97"
|
|
70
|
+
})));
|
|
71
|
+
}
|
|
72
|
+
const ForwardRef = React.forwardRef(WomanTechnologistIcon);
|
|
73
|
+
module.exports = 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="#92D3F5" d="M17.233 58.624s-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.487 55.298l-3.239-3.932-3.239-3.932h12.956l-3.239 3.932z"/>
|
|
4
|
+
<path fill="#61B2E4" d="M26.48 44.72s-5.9 4.027-2.16 7.467h4.572l-.833 3.742 7.891 1.952.29-2.505-8.36-10.364"/>
|
|
5
|
+
<path fill="#D0CFCE" d="M67.037 43.222l-6.95 16.35h-24.99l6.95-16.35z"/>
|
|
6
|
+
<path fill="#9B9B9A" d="M67.253 43.222l-6.95 16.35h-8.99l6.95-16.35h8.77z"/>
|
|
7
|
+
<g>
|
|
8
|
+
<path fill="#A57939" d="M40.404 47.087l1.643-3.865h16.282c2.094-4.752-4.327-5.14-4.327-5.14s.069-.166.081-.698c.035-1.553-.2-6.221-4.225-18.96-7.115-17.134-20.616-9.126-22.012-6.723-2.334-.86-3.306 0-5.244 5.687-1.414 5.354-4.183 16.175-3.97 20.361-.813-.428-7.473-.004-3.093 8.087a32.769 32.769 0 003.288 3.51c1.412-2.349 3.938-4.222 8.406-4.222 3.165 2.11 5.882 3.57 8.925 3.588 1.677-.01 2.93-.68 4.246-1.625z"/>
|
|
9
|
+
</g>
|
|
10
|
+
<g>
|
|
11
|
+
<path fill="#FCEA2B" d="M47.411 22.306c.222.677.405 1.38.546 2.103.22 1.13.336 2.311.336 3.526 0 8.212-5.325 14.868-11.894 14.868s-11.895-6.656-11.895-14.868c0-.482.018-.958.054-1.428l.051.384c2.02-.981 5.03-9.816 5.03-9.816s-.71 6.44 17.82 5.615"/>
|
|
12
|
+
</g>
|
|
13
|
+
<g>
|
|
14
|
+
<path d="M42.019 26.867a2 2 0 11-4.002-.001 2 2 0 014.002.001M34.019 26.867a2 2 0 11-4.002-.001 2 2 0 014.002.001M36.018 36.87c-1.151 0-2.303-.286-3.447-.858a1 1 0 11.895-1.79c1.717.86 3.387.86 5.105 0a1 1 0 01.895 1.79c-1.144.572-2.296.858-3.448.858z"/>
|
|
15
|
+
<path d="M36.019 43.401c-6.804 0-12.34-6.806-12.34-15.173 0-.485.02-.964.055-1.437l1.994.152a16.92 16.92 0 00-.048 1.285c0 7.264 4.637 13.173 10.339 13.173 5.7 0 10.337-5.909 10.337-13.173 0-1.076-.101-2.142-.301-3.17-.124-.64-.29-1.273-.49-1.885l1.9-.623c.227.69.413 1.406.553 2.126.224 1.153.338 2.348.338 3.552 0 8.367-5.535 15.173-12.337 15.173z"/>
|
|
16
|
+
<path d="M41.516 32.492h-2.007a3.822 3.822 0 01-3.482-2.253 3.822 3.822 0 01-3.481 2.253h-2.007a3.82 3.82 0 01-3.816-3.816v-1.238h-.693a1 1 0 110-2h1.693a1 1 0 011 1v2.238c0 1.002.814 1.816 1.816 1.816h2.007a1.818 1.818 0 001.816-1.816v-1.104a1 1 0 011-1h1.33a1 1 0 011 1v1.104c0 1.002.815 1.816 1.817 1.816h2.007a1.818 1.818 0 001.816-1.816v-2.238a1 1 0 011-1h1.156a1 1 0 110 2h-.156v1.238a3.82 3.82 0 01-3.816 3.816z"/>
|
|
17
|
+
<path d="M24.733 27.867a.999.999 0 01-.437-1.9c.927-.45 2.964-4.903 4.285-8.78a1 1 0 011.94.432c.001 0-.016.686.808 1.51 1.222 1.219 4.821 3.197 15.139 2.735a1 1 0 11.09 1.998c-8.627.387-14.27-.78-16.78-3.462a4.896 4.896 0 01-.169-.188c-1.094 2.836-2.858 6.786-4.44 7.555a.992.992 0 01-.436.1z"/>
|
|
18
|
+
<path d="M16.285 46.03c-.355 0-.7-.19-.88-.523-1.81-3.344-2.144-5.62-1.022-6.961.93-1.11 2.521-1.133 3.664-.968.179-3.4 1.56-9.954 4.193-19.921 1.37-4.027 2.255-5.569 3.529-6.176.718-.342 1.444-.302 2.082-.147 1.568-1.65 5.602-3.886 10.007-3.603 3.648.242 8.735 2.31 12.254 10.786 1.818 5.74 3.036 10.403 3.654 13.943.07.406.542 3.342.787 4.87.944.008 2.317.274 3.3 1.538a1 1 0 11-1.578 1.229c-.815-1.05-2.315-.725-2.33-.72a1 1 0 01-1.22-.813s-.834-5.211-.93-5.761c-.602-3.452-1.799-8.029-3.56-13.602-2.48-5.961-6.026-9.177-10.51-9.475-4.278-.278-8.102 2.316-8.655 3.267-.244.42-.755.601-1.21.436-.76-.28-1.048-.23-1.231-.142-.83.396-1.717 2.723-2.476 4.948-2.91 11.03-4.301 17.956-4.111 20.519a.997.997 0 01-1.311 1.023c-.913-.296-2.399-.445-2.816.054-.132.16-.695 1.134 1.25 4.723a1.002 1.002 0 01-.88 1.476z"/>
|
|
19
|
+
<path d="M16.867 58.719a.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.162 2.108 5.675 3.418 8.406 3.425h.04a1 1 0 011 .998.993.993 0 01-1.02 1.002h-.106c-.016 0-.03 0-.046-.002-3.1-.042-5.816-1.403-9.126-3.588-2.896.056-5.11.954-6.586 2.669-2.956 3.436-2.137 9.12-2.129 9.177a1 1 0 01-.99 1.15z"/>
|
|
20
|
+
<path d="M33.946 55.083a.995.995 0 01-.781-.375L25.9 45.637a.999.999 0 01.156-1.406.997.997 0 011.405.156l7.265 9.071a.999.999 0 01-.78 1.625z"/>
|
|
21
|
+
<path d="M32.957 57.156c-.074 0-.15-.008-.226-.025l-4.897-1.128a.999.999 0 01-.735-1.256l.458-1.56h-3.238c-.25 0-.492-.095-.676-.264-1.405-1.292-1.62-2.646-1.554-3.555.213-2.927 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.591.17 1.14.65 1.67h4.16a1.002 1.002 0 01.96 1.28l-.537 1.825 3.865.89a1 1 0 01-.224 1.974z"/>
|
|
22
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M35.097 59.572h24.99l6.95-16.35h-24.99zM24.127 59.572h10.97"/>
|
|
23
|
+
</g>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import WomanTechnologistIconSvgStr from './WomanTechnologistIcon.svg';
|
|
3
|
+
const womanTechnologistIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:woman-technologist',
|
|
5
|
+
svgstr: WomanTechnologistIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default womanTechnologistIconJupyterLab;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const AlienMaskIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default AlienMaskIcon;
|
|
@@ -6,7 +6,7 @@ const sizeMap = {
|
|
|
6
6
|
"large": 64
|
|
7
7
|
};
|
|
8
8
|
|
|
9
|
-
function
|
|
9
|
+
function AlienMaskIcon({
|
|
10
10
|
title,
|
|
11
11
|
titleId,
|
|
12
12
|
size,
|
|
@@ -51,5 +51,5 @@ function AlienIcon({
|
|
|
51
51
|
d: "M49.032 42.348c-1.993 3.7-5.344 5.712-7.486 4.494-2.142-1.217-2.263-5.204-.27-8.904s5.344-5.712 7.485-4.494c2.142 1.217 2.263 5.204.27 8.904z"
|
|
52
52
|
})));
|
|
53
53
|
}
|
|
54
|
-
const ForwardRef = React.forwardRef(
|
|
54
|
+
const ForwardRef = React.forwardRef(AlienMaskIcon);
|
|
55
55
|
export default ForwardRef;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import AlienMaskIconSvgStr from './AlienMaskIcon.svg';
|
|
3
|
+
const alienMaskIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:alien-mask',
|
|
5
|
+
svgstr: AlienMaskIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default alienMaskIconJupyterLab;
|
|
@@ -24,6 +24,10 @@ function BookmarkIcon({
|
|
|
24
24
|
id: titleId
|
|
25
25
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
26
26
|
fill: "#EA5A47",
|
|
27
|
+
strokeLinecap: "round",
|
|
28
|
+
strokeLinejoin: "round",
|
|
29
|
+
strokeMiterlimit: 10,
|
|
30
|
+
strokeWidth: 2,
|
|
27
31
|
d: "M46.5 56l-10-11.151L26.5 56V10.958h20z"
|
|
28
32
|
}), /*#__PURE__*/React.createElement("path", {
|
|
29
33
|
fill: "#D22F27",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
-
<path fill="#EA5A47" d="M46.5 56l-10-11.151L26.5 56V10.958h20z"/>
|
|
2
|
+
<path fill="#EA5A47" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M46.5 56l-10-11.151L26.5 56V10.958h20z"/>
|
|
3
3
|
<path fill="#D22F27" d="M41.864 12.03v37.854l4.523 5.044V12.03z"/>
|
|
4
4
|
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
5
5
|
<path d="M46.5 56l-10-11.151L26.5 56V10.958h20z"/>
|
|
@@ -27,10 +27,23 @@ function BuildingClassicIcon({
|
|
|
27
27
|
d: "M18.54 26h34.92v25.95H18.54z"
|
|
28
28
|
}), /*#__PURE__*/React.createElement("path", {
|
|
29
29
|
fill: "#fff",
|
|
30
|
+
strokeMiterlimit: 10,
|
|
30
31
|
d: "M12 56h48v4H12zM14.13 22h43.74v4H14.13zM15.72 52h40.55v4H15.72zM18.5 26h4v26h-4z"
|
|
31
32
|
}), /*#__PURE__*/React.createElement("path", {
|
|
32
33
|
fill: "#fff",
|
|
33
|
-
|
|
34
|
+
strokeMiterlimit: 10,
|
|
35
|
+
d: "M27.35 26.15h4v26h-4zM49.52 25.95h3.941v26H49.52z"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
fill: "#fff",
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeLinejoin: "round",
|
|
40
|
+
strokeMiterlimit: 10,
|
|
41
|
+
strokeWidth: 2,
|
|
42
|
+
d: "M36 12l-17 9.75h34z"
|
|
43
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
fill: "#fff",
|
|
45
|
+
strokeMiterlimit: 10,
|
|
46
|
+
d: "M40.35 26.15h4v26h-4z"
|
|
34
47
|
}), /*#__PURE__*/React.createElement("g", {
|
|
35
48
|
fill: "none",
|
|
36
49
|
stroke: "#000",
|
|
@@ -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
2
|
<path fill="#9b9b9a" d="M18.54 26h34.92v25.95H18.54z"/>
|
|
3
|
-
<path fill="#fff" d="M12 56h48v4H12zM14.13 22h43.74v4H14.13zM15.72 52h40.55v4H15.72zM18.5 26h4v26h-4z"/>
|
|
4
|
-
<path fill="#fff" d="M27.35 26.15h4v26h-4zM49.52 25.95h3.941v26H49.
|
|
3
|
+
<path fill="#fff" stroke-miterlimit="10" d="M12 56h48v4H12zM14.13 22h43.74v4H14.13zM15.72 52h40.55v4H15.72zM18.5 26h4v26h-4z"/>
|
|
4
|
+
<path fill="#fff" stroke-miterlimit="10" d="M27.35 26.15h4v26h-4zM49.52 25.95h3.941v26H49.52z"/>
|
|
5
|
+
<path fill="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M36 12l-17 9.75h34z"/>
|
|
6
|
+
<path fill="#fff" stroke-miterlimit="10" d="M40.35 26.15h4v26h-4z"/>
|
|
5
7
|
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
|
|
6
8
|
<path stroke-width="2" d="M11.99 55.89H60v3.993H11.99z"/>
|
|
7
9
|
<path stroke-width="2.001" d="M14.18 21.76h43.65v3.999H14.18z"/>
|
|
@@ -22,7 +22,12 @@ function BuildingOfficeIcon({
|
|
|
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
|
+
strokeLinecap: "round",
|
|
27
|
+
strokeLinejoin: "round",
|
|
28
|
+
strokeMiterlimit: 10,
|
|
29
|
+
strokeWidth: 2
|
|
30
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
26
31
|
fill: "#D0CFCE",
|
|
27
32
|
d: "M8.5 19h55v35h-55z"
|
|
28
33
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -31,12 +36,8 @@ function BuildingOfficeIcon({
|
|
|
31
36
|
}), /*#__PURE__*/React.createElement("path", {
|
|
32
37
|
fill: "none",
|
|
33
38
|
stroke: "#92D3F5",
|
|
34
|
-
strokeLinecap: "round",
|
|
35
|
-
strokeLinejoin: "round",
|
|
36
|
-
strokeMiterlimit: 10,
|
|
37
|
-
strokeWidth: 2,
|
|
38
39
|
d: "M22 44h2v5h-2zM14 44h2v5h-2zM22 34h2v5h-2zM14 34h2v5h-2zM22 24h2v5h-2zM14 24h2v5h-2zM39 34h2v5h-2zM31 34h2v5h-2zM39 24h2v5h-2zM31 24h2v5h-2zM56 44h2v5h-2zM48 44h2v5h-2zM56 34h2v5h-2zM48 34h2v5h-2zM56 24h2v5h-2zM48 24h2v5h-2z"
|
|
39
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
40
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
40
41
|
fill: "none",
|
|
41
42
|
stroke: "#000",
|
|
42
43
|
strokeLinecap: "round",
|
|
@@ -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-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
3
|
+
<path fill="#D0CFCE" d="M8.5 19h55v35h-55z"/>
|
|
4
|
+
<path fill="#92D3F5" d="M29.5 44h13v10h-13z"/>
|
|
5
|
+
<path fill="none" stroke="#92D3F5" d="M22 44h2v5h-2zM14 44h2v5h-2zM22 34h2v5h-2zM14 34h2v5h-2zM22 24h2v5h-2zM14 24h2v5h-2zM39 34h2v5h-2zM31 34h2v5h-2zM39 24h2v5h-2zM31 24h2v5h-2zM56 44h2v5h-2zM48 44h2v5h-2zM56 34h2v5h-2zM48 34h2v5h-2zM56 24h2v5h-2zM48 24h2v5h-2z"/>
|
|
6
|
+
</g>
|
|
5
7
|
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
6
8
|
<path d="M8.5 19h55v35h-55z"/>
|
|
7
9
|
<path d="M29.5 44h13v10h-13zM36 54V44M16 29h-2v-5M24 49h-2v-5M16 49h-2v-5M24 39h-2v-5M16 39h-2v-5M24 29h-2v-5M41 39h-2v-5M33 39h-2v-5M41 29h-2v-5M33 29h-2v-5M58 49h-2v-5M50 49h-2v-5M58 39h-2v-5M50 39h-2v-5M58 29h-2v-5M50 29h-2v-5"/>
|
|
@@ -34,6 +34,10 @@ function CalendarIcon({
|
|
|
34
34
|
}), /*#__PURE__*/React.createElement("path", {
|
|
35
35
|
fill: "#9b9b9a",
|
|
36
36
|
fillRule: "evenodd",
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round",
|
|
39
|
+
strokeMiterlimit: 10,
|
|
40
|
+
strokeWidth: 2,
|
|
37
41
|
d: "M22.015 8.688v10.31M50.016 8.688v10.31",
|
|
38
42
|
clipRule: "evenodd"
|
|
39
43
|
}), /*#__PURE__*/React.createElement("g", {
|
|
@@ -47,20 +51,24 @@ function CalendarIcon({
|
|
|
47
51
|
cx: 22,
|
|
48
52
|
cy: 19.849,
|
|
49
53
|
r: 3,
|
|
54
|
+
fillRule: "evenodd",
|
|
50
55
|
clipRule: "evenodd",
|
|
51
56
|
transform: "rotate(-89.45 22 19.848)"
|
|
52
57
|
}), /*#__PURE__*/React.createElement("path", {
|
|
53
58
|
d: "M26.006 12.122h20.05M54.016 12.122H60v16H12v-16h6.032"
|
|
54
59
|
}), /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
fillRule: "evenodd",
|
|
55
61
|
d: "M22.015 8.688v10.31",
|
|
56
62
|
clipRule: "evenodd"
|
|
57
63
|
}), /*#__PURE__*/React.createElement("circle", {
|
|
58
64
|
cx: 50.001,
|
|
59
65
|
cy: 19.849,
|
|
60
66
|
r: 3,
|
|
67
|
+
fillRule: "evenodd",
|
|
61
68
|
clipRule: "evenodd",
|
|
62
69
|
transform: "rotate(-89.45 50 19.848)"
|
|
63
70
|
}), /*#__PURE__*/React.createElement("path", {
|
|
71
|
+
fillRule: "evenodd",
|
|
64
72
|
d: "M50.016 8.688v10.31",
|
|
65
73
|
clipRule: "evenodd"
|
|
66
74
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
<path fill="#FFF" d="M12 28.122l-.003 31.97 31.66-.006 16.09-12.048c-.008-.049.253-3.946.253-3.946l-.003-16-47.997.03z"/>
|
|
3
3
|
<path fill="#EA5A47" d="M11.444 28.292l48.553-.2.003-15.97s-6.536-1-5.983-1H50.46l.052 5.773c1.727.456 2.15 3.087 2.15 3.087-.022 2.192-2.678 2.53-2.69 2.527-1.848-.378-2.489-1.282-2.468-2.802.014-1.068.046-1.33.808-2.078.513-.502.634-.608 1.311-.78l-.028-5.726h-3.54H22.345l.07 5.726c1.728.456 2.293.853 2.276 2.719-.02 2.193-2.706 3.28-2.719 3.28-2.205-.02-2.992-1.037-2.971-3.242.01-1.068.877-1.864 1.64-2.612.511-.502.698-.822 1.375-.994l-.24-4.877h-3.743c.214 0-6.032 1-6.032 1l-.556 16.17z"/>
|
|
4
4
|
<path fill="#d0cfce" d="M59.997 48.038H43.138s-.899 6.104-.97 5.623v5.425l1.488 1 16.341-12.048z"/>
|
|
5
|
-
<path fill="#9b9b9a" fill-rule="evenodd" d="M22.015 8.688v10.31M50.016 8.688v10.31" clip-rule="evenodd"/>
|
|
5
|
+
<path fill="#9b9b9a" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M22.015 8.688v10.31M50.016 8.688v10.31" clip-rule="evenodd"/>
|
|
6
6
|
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
7
|
-
<circle cx="22" cy="19.849" r="3" clip-rule="evenodd" transform="rotate(-89.45 22 19.848)"/>
|
|
7
|
+
<circle cx="22" cy="19.849" r="3" fill-rule="evenodd" clip-rule="evenodd" transform="rotate(-89.45 22 19.848)"/>
|
|
8
8
|
<path d="M26.006 12.122h20.05M54.016 12.122H60v16H12v-16h6.032"/>
|
|
9
|
-
<path d="M22.015 8.688v10.31" clip-rule="evenodd"/>
|
|
10
|
-
<circle cx="50.001" cy="19.849" r="3" clip-rule="evenodd" transform="rotate(-89.45 50 19.848)"/>
|
|
11
|
-
<path d="M50.016 8.688v10.31" clip-rule="evenodd"/>
|
|
9
|
+
<path fill-rule="evenodd" d="M22.015 8.688v10.31" clip-rule="evenodd"/>
|
|
10
|
+
<circle cx="50.001" cy="19.849" r="3" fill-rule="evenodd" clip-rule="evenodd" transform="rotate(-89.45 50 19.848)"/>
|
|
11
|
+
<path fill-rule="evenodd" d="M50.016 8.688v10.31" clip-rule="evenodd"/>
|
|
12
12
|
<path d="M34.336 38.092a5.63 5.63 0 015.513-4.494h0c1.554 0 2.96.63 3.98 1.649 1.584 1.584 1.437 4.217-.05 5.893l-9.558 10.78h4.76M23.276 37.398l5.073-3.8V51.92"/>
|
|
13
13
|
<path d="M11.997 28.092v32l31.66-.006 16.34-12.048V28.092"/>
|
|
14
14
|
<path d="M59.746 48.038H43.138v5.48"/>
|
package/data2/esm/ComposeIcon.js
CHANGED
|
@@ -22,26 +22,25 @@ function ComposeIcon({
|
|
|
22
22
|
"aria-labelledby": titleId
|
|
23
23
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
24
24
|
id: titleId
|
|
25
|
-
}, title) : null, /*#__PURE__*/React.createElement("
|
|
26
|
-
fill: "#FCEA2B",
|
|
27
|
-
stroke: "#FCEA2B",
|
|
25
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
28
26
|
strokeLinecap: "round",
|
|
29
27
|
strokeLinejoin: "round",
|
|
30
|
-
strokeMiterlimit: 10
|
|
28
|
+
strokeMiterlimit: 10
|
|
29
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
fill: "#FCEA2B",
|
|
31
|
+
stroke: "#FCEA2B",
|
|
31
32
|
strokeWidth: 1.8,
|
|
32
33
|
d: "M35.25 12l11.125 11.25V62H13V12z"
|
|
33
34
|
}), /*#__PURE__*/React.createElement("path", {
|
|
34
35
|
fill: "#F1B31C",
|
|
35
36
|
stroke: "#F1B31C",
|
|
36
|
-
strokeLinecap: "round",
|
|
37
|
-
strokeLinejoin: "round",
|
|
38
|
-
strokeMiterlimit: 10,
|
|
39
37
|
strokeWidth: 1.8,
|
|
40
38
|
d: "M15.688 62h-3.063 33.75V36.625L20.937 62z"
|
|
41
39
|
}), /*#__PURE__*/React.createElement("path", {
|
|
42
40
|
fill: "#FFF",
|
|
41
|
+
strokeWidth: 2,
|
|
43
42
|
d: "M34 49v5h5l24-24-5-5z"
|
|
44
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
43
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
45
44
|
fill: "none",
|
|
46
45
|
stroke: "#000",
|
|
47
46
|
strokeLinecap: "round",
|
|
@@ -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-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
|
|
3
|
+
<path fill="#FCEA2B" stroke="#FCEA2B" stroke-width="1.8" d="M35.25 12l11.125 11.25V62H13V12z"/>
|
|
4
|
+
<path fill="#F1B31C" stroke="#F1B31C" stroke-width="1.8" d="M15.688 62h-3.063 33.75V36.625L20.937 62z"/>
|
|
5
|
+
<path fill="#FFF" stroke-width="2" d="M34 49v5h5l24-24-5-5z"/>
|
|
6
|
+
</g>
|
|
5
7
|
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
6
8
|
<path d="M46.375 31v-7.75h-11.25V12h-22.5v50h33.75v-9.833M35.125 12l11.25 11.25M41 30H18M28 24H18M41 36H18M28 42H18M28 48H18M28 54H18"/>
|
|
7
9
|
<path d="M34 49v5h5l24-24-5-5z"/>
|
|
@@ -23,7 +23,11 @@ function CounterClockWiseIcon({
|
|
|
23
23
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
24
24
|
id: titleId
|
|
25
25
|
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
26
|
-
fill: "#3F3F3F"
|
|
26
|
+
fill: "#3F3F3F",
|
|
27
|
+
strokeLinecap: "round",
|
|
28
|
+
strokeLinejoin: "round",
|
|
29
|
+
strokeMiterlimit: 10,
|
|
30
|
+
strokeWidth: 2
|
|
27
31
|
}, /*#__PURE__*/React.createElement("path", {
|
|
28
32
|
d: "M20.771 30.421l-3.709 4.1c.683-7.708 5.642-14.356 12.963-17.014a19.282 19.282 0 016.6-1.167c5.482 0 10.76 2.375 14.477 6.516l.61.68 3.857-3.608-.61-.68C50.253 14.006 43.572 11 36.629 11c-2.848 0-5.66.496-8.356 1.476-9.208 3.343-15.56 11.828-16.433 21.583L8.55 30.421l-3.344 3.117 9.455 10.45 9.453-10.45-3.342-3.117zM67 38.347l-9.455-10.45-9.453 10.45 3.342 3.117 3.693-4.082c-.65 7.75-5.62 14.442-12.973 17.112a19.291 19.291 0 01-6.6 1.166c-5.482 0-10.76-2.375-14.477-6.516l-.61-.68-3.856 3.608.61.68C21.925 57.993 28.607 61 35.55 61c2.848 0 5.659-.497 8.355-1.475 9.249-3.357 15.62-11.902 16.447-21.712l3.303 3.65L67 38.348z"
|
|
29
33
|
})), /*#__PURE__*/React.createElement("g", {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
-
<g fill="#3F3F3F">
|
|
2
|
+
<g fill="#3F3F3F" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
3
3
|
<path d="M20.771 30.421l-3.709 4.1c.683-7.708 5.642-14.356 12.963-17.014a19.282 19.282 0 016.6-1.167c5.482 0 10.76 2.375 14.477 6.516l.61.68 3.857-3.608-.61-.68C50.253 14.006 43.572 11 36.629 11c-2.848 0-5.66.496-8.356 1.476-9.208 3.343-15.56 11.828-16.433 21.583L8.55 30.421l-3.344 3.117 9.455 10.45 9.453-10.45-3.342-3.117zM67 38.347l-9.455-10.45-9.453 10.45 3.342 3.117 3.693-4.082c-.65 7.75-5.62 14.442-12.973 17.112a19.291 19.291 0 01-6.6 1.166c-5.482 0-10.76-2.375-14.477-6.516l-.61-.68-3.856 3.608.61.68C21.925 57.993 28.607 61 35.55 61c2.848 0 5.659-.497 8.355-1.475 9.249-3.357 15.62-11.902 16.447-21.712l3.303 3.65L67 38.348z"/>
|
|
4
4
|
</g>
|
|
5
5
|
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|