@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,140 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
|
|
3
|
+
const sizeMap = {
|
|
4
|
+
"small": 16,
|
|
5
|
+
"medium": 32,
|
|
6
|
+
"large": 64
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
function MirrorBallIcon({
|
|
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
|
+
d: "M40.388 15.005V12.08a.212.212 0 00-.212-.212H31.29a.212.212 0 00-.212.212v2.926c0 .152.153.249.292.19a11.045 11.045 0 018.725 0c.14.059.292-.038.292-.19z"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
28
|
+
cx: 36,
|
|
29
|
+
cy: 40.097,
|
|
30
|
+
fill: "none",
|
|
31
|
+
stroke: "#000",
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round",
|
|
34
|
+
strokeWidth: 2,
|
|
35
|
+
rx: 7.759,
|
|
36
|
+
ry: 24.964
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
d: "M60.917 39.454c-.287-5.892-3.485-11.088-9.814-14.318a.2.2 0 01-.087-.087C47.674 18.428 42.19 14.097 36 14.097c-5.41 0-10.275 3.31-13.647 8.56-.077.12-.012.277.125.32a2.994 2.994 0 012.06 2.438c.018.134.144.218.271.173a32.732 32.732 0 0111.173-1.913c4.66-.04 9.27.94 13.51 2.87a.226.226 0 01.112.111c.89 1.94 1.57 3.971 2.025 6.056a.213.213 0 01-.255.252 68.843 68.843 0 00-15.356-1.627 68.804 68.804 0 00-15.384 1.634.213.213 0 01-.255-.253c.273-1.232.62-2.445 1.04-3.634.046-.13-.041-.256-.177-.271a2.97 2.97 0 01-1.36-.516c-.119-.082-.281-.04-.33.095a33.018 33.018 0 00-1.374 5.12.201.201 0 01-.143.157 20.505 20.505 0 00-4.69 2.01c-.18.105-.391-.078-.304-.267a16.648 16.648 0 016.364-7.167c.117-.072.129-.224.033-.322a2.983 2.983 0 01-.73-1.226c-.042-.14-.2-.206-.322-.126-5.14 3.367-7.117 8.182-7.117 13.526 0 6.187 3.075 11.668 9.689 15.01a.2.2 0 01.087.087c3.347 6.552 8.802 9.58 14.955 9.58 6.161 0 11.62-3.038 14.967-9.604a.2.2 0 01.088-.087c6.355-3.228 9.574-8.435 9.862-14.343a3.212 3.212 0 000-1.286zM35.982 21.675a34.561 34.561 0 00-11.423 1.889c-.192.066-.36-.148-.246-.316 2.98-4.41 7.118-7.15 11.687-7.15 4.575 0 8.717 2.746 11.698 7.166.113.168-.055.382-.247.316a34.548 34.548 0 00-11.469-1.905zM58.596 35.62a20.888 20.888 0 00-4.633-1.962.201.201 0 01-.143-.158 33.034 33.034 0 00-1.266-4.807c-.066-.19.144-.36.313-.252a16.68 16.68 0 016.03 6.91c.089.187-.122.372-.301.269zm-40.762.193a35.52 35.52 0 00-.031 8.238.214.214 0 01-.286.222c-3.471-1.227-5.462-2.738-5.462-4.175 0-1.481 2.112-3.038 5.778-4.285zm-4.489 8.703a20.525 20.525 0 004.703 2.015c.075.021.13.081.144.157a32.907 32.907 0 001.298 4.87c.066.19-.143.362-.312.254a16.68 16.68 0 01-6.137-7.029c-.087-.188.125-.371.304-.267zM36 64.025c-4.537 0-8.648-2.703-11.623-7.059-.114-.167.053-.382.245-.317a35.44 35.44 0 0022.767-.016c.192-.065.359.15.245.317-2.976 4.365-7.091 7.075-11.634 7.075zM59.93 40.48c-.273 1.137-1.751 2.299-4.179 3.315a.208.208 0 00-.098.299c.242.422.362.903.347 1.389-.005.158.142.278.29.22a17.393 17.393 0 002.294-1.115c.18-.104.396.083.307.271a16.698 16.698 0 01-6.06 6.92c-.17.109-.38-.062-.315-.252.311-.91.582-1.835.81-2.77.036-.143-.083-.268-.23-.26a2.682 2.682 0 01-1.399-.294c-.122-.064-.265-.008-.299.126a29.296 29.296 0 01-1.84 5.231.227.227 0 01-.112.111 31.96 31.96 0 01-13.464 2.848 31.983 31.983 0 01-13.417-2.825.227.227 0 01-.112-.11 29.629 29.629 0 01-2.066-6.106.213.213 0 01.255-.253 68.807 68.807 0 0015.376 1.632 70.41 70.41 0 0014.338-1.406c.152-.031.213-.205.128-.334-.268-.41-.43-.88-.472-1.368-.011-.126-.12-.215-.244-.19a67.806 67.806 0 01-13.75 1.298 63.962 63.962 0 01-15.932-1.804.22.22 0 01-.165-.182 33.886 33.886 0 01-.011-9.542.22.22 0 01.165-.183 63.94 63.94 0 0115.943-1.808 64.014 64.014 0 0115.904 1.798.222.222 0 01.166.183c.22 1.571.331 3.156.334 4.743 0 .762-.026 1.515-.077 2.259-.01.136.108.233.243.213a2.864 2.864 0 011.44.157c.137.051.286-.03.296-.176.058-.808.098-1.624.098-2.454a36.244 36.244 0 00-.218-3.929.213.213 0 01.283-.222c3.184 1.122 5.125 2.48 5.443 3.805.005.127.015.254.015.383s-.01.254-.015.382z"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
d: "M40.388 15.325v-3.458h-9.31v3.458a11.045 11.045 0 019.31 0z"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
fill: "#92d3f5",
|
|
43
|
+
d: "M28.588 32.687v14.82l-9.549-1.722-.461-11.238 10.01-1.86zM30.31 23.129l-1.722 9.558h14.824l-1.757-9.558H30.31z"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
fill: "#ffa7c0",
|
|
46
|
+
d: "M30.31 23.129l-8.615 2.682-3.117 8.736 10.01-1.86 1.722-9.558zM12.248 43.61l6.791 2.175 2.193 8.368-5.599-4.785a10.244 10.244 0 01-3.385-5.758z"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
fill: "#b399c8",
|
|
49
|
+
d: "M28.588 47.507l1.722 9.558 10.867.454 2.199-9.662-14.788-.35z"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
fill: "#d0cfce",
|
|
52
|
+
d: "M21.578 25.838l5.396-8.161-1.425.372a9.964 9.964 0 00-4.483 2.551l-4.514 4.46c-.161.159-.293.345-.39.55l-2.184 4.655 7.6-4.427"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
fill: "#9b9b9a",
|
|
55
|
+
d: "M21.579 25.838l-4.647 3-3.325 4.506a5.619 5.619 0 00-1.004 2.312l-.6 3.234c-.15.81-.056 1.648.273 2.405l1.05 2.423 5.713 2.066-.46-11.237 3-8.71z"
|
|
56
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
57
|
+
fill: "#92d3f5",
|
|
58
|
+
d: "M45.214 17.961l1.667 2.607 3.437 5.27L56 29.687s1.525 1.012 1.96.562c.637-.659-1.115-2.983-1.115-2.983a13.142 13.142 0 00-3.258-4.487l-2.147-1.922a14.601 14.601 0 00-5.31-3.035l-.464.057-.452.082z"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
fill: "#b399c8",
|
|
61
|
+
d: "M39.742 63.373l2.255-6.365L50 54.514l-4.808 6.243a6.84 6.84 0 01-3.293 2.327l-2.028.514-.13-.225z"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
fill: "#d0cfce",
|
|
64
|
+
d: "M28.588 32.687v14.82l14.788.35.036-15.17H28.588"
|
|
65
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
66
|
+
fill: "#9b9b9a",
|
|
67
|
+
d: "M36.408 16.026l-2.885.076c-.26.007-.52.042-.771.107l-2.965 1.03a7.387 7.387 0 00-3.426 2.467l-4.27 5.54 8.219-2.117h11.345l-3.171-5.899a2.289 2.289 0 00-2.076-1.204zM52.762 34.364l-2.444-8.526-8.663-2.709 1.739 10.184.016.003-.034 14.541 9.582-2.061.012-11.395-.208-.037z"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
69
|
+
fill: "#fff",
|
|
70
|
+
d: "M39.773 17.147l1.804 5.733a.5.5 0 00.327.327l6.872 2.149a.5.5 0 00.541-.787l-3.723-4.723a8.805 8.805 0 00-3.721-2.754l-1.442-.561a.5.5 0 00-.658.616zM50.318 25.838l2.644 8.536a.186.186 0 01.008.055l-.012 11.216a.187.187 0 01-.147.183l-9.309 2.002a.187.187 0 00-.145.155l-1.316 8.728a.187.187 0 00.24.206l7.267-2.264a.187.187 0 01.218.27l-3.936 6.908c-.085.15.06.325.224.269l1.49-.519a13.495 13.495 0 004.766-2.873l1.804-1.68a16.396 16.396 0 004.06-5.945l.616-1.552a22.68 22.68 0 001.6-8.368 25 25 0 00-.573-5.324.837.837 0 00-.07-.196l-.781-1.564a11.466 11.466 0 00-3.12-3.849l-5.528-4.394zM13.857 49.66l1.787 3.732a15.112 15.112 0 005.91 6.464l4.839 2.876a11.591 11.591 0 003.967 1.46l5.47.188a3.565 3.565 0 003.276-1.897l2.891-5.475-11.687.057-1.722-9.558-9.549-1.722 2.193 8.368-7.375-4.492z"
|
|
71
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
72
|
+
cx: 36,
|
|
73
|
+
cy: 40.097,
|
|
74
|
+
fill: "none",
|
|
75
|
+
stroke: "#000",
|
|
76
|
+
strokeLinecap: "round",
|
|
77
|
+
strokeLinejoin: "round",
|
|
78
|
+
strokeWidth: 2,
|
|
79
|
+
rx: 7.759,
|
|
80
|
+
ry: 24.964
|
|
81
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
82
|
+
cx: 36,
|
|
83
|
+
cy: 40.061,
|
|
84
|
+
fill: "none",
|
|
85
|
+
stroke: "#000",
|
|
86
|
+
strokeLinecap: "round",
|
|
87
|
+
strokeLinejoin: "round",
|
|
88
|
+
strokeWidth: 2,
|
|
89
|
+
rx: 17.422,
|
|
90
|
+
ry: 24.964
|
|
91
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
92
|
+
cx: 36.018,
|
|
93
|
+
cy: 40.097,
|
|
94
|
+
fill: "none",
|
|
95
|
+
stroke: "#000",
|
|
96
|
+
strokeLinecap: "round",
|
|
97
|
+
strokeLinejoin: "round",
|
|
98
|
+
strokeWidth: 2,
|
|
99
|
+
rx: 24.964,
|
|
100
|
+
ry: 7.759
|
|
101
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
102
|
+
cx: 35.982,
|
|
103
|
+
cy: 40.097,
|
|
104
|
+
fill: "none",
|
|
105
|
+
stroke: "#000",
|
|
106
|
+
strokeLinecap: "round",
|
|
107
|
+
strokeLinejoin: "round",
|
|
108
|
+
strokeWidth: 2,
|
|
109
|
+
rx: 24.964,
|
|
110
|
+
ry: 17.422
|
|
111
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
112
|
+
cx: 21.578,
|
|
113
|
+
cy: 25.838,
|
|
114
|
+
r: 3,
|
|
115
|
+
fill: "#fff"
|
|
116
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
117
|
+
cx: 53,
|
|
118
|
+
cy: 45.502,
|
|
119
|
+
r: 3,
|
|
120
|
+
fill: "#fff"
|
|
121
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
122
|
+
fill: "none",
|
|
123
|
+
stroke: "#000",
|
|
124
|
+
strokeLinejoin: "round",
|
|
125
|
+
strokeWidth: 2
|
|
126
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
127
|
+
cx: 36,
|
|
128
|
+
cy: 40.061,
|
|
129
|
+
r: 25,
|
|
130
|
+
strokeLinecap: "round"
|
|
131
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
132
|
+
strokeLinecap: "round",
|
|
133
|
+
d: "M31.079 15.061v-3.194h9.089v3.194"
|
|
134
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
135
|
+
strokeLinecap: "square",
|
|
136
|
+
d: "M35.874 11.867v-6.79"
|
|
137
|
+
})));
|
|
138
|
+
}
|
|
139
|
+
const ForwardRef = React.forwardRef(MirrorBallIcon);
|
|
140
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
+
<path d="M40.388 15.005V12.08a.212.212 0 00-.212-.212H31.29a.212.212 0 00-.212.212v2.926c0 .152.153.249.292.19a11.045 11.045 0 018.725 0c.14.059.292-.038.292-.19z"/>
|
|
3
|
+
<ellipse cx="36" cy="40.097" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="7.759" ry="24.964"/>
|
|
4
|
+
<path d="M60.917 39.454c-.287-5.892-3.485-11.088-9.814-14.318a.2.2 0 01-.087-.087C47.674 18.428 42.19 14.097 36 14.097c-5.41 0-10.275 3.31-13.647 8.56-.077.12-.012.277.125.32a2.994 2.994 0 012.06 2.438c.018.134.144.218.271.173a32.732 32.732 0 0111.173-1.913c4.66-.04 9.27.94 13.51 2.87a.226.226 0 01.112.111c.89 1.94 1.57 3.971 2.025 6.056a.213.213 0 01-.255.252 68.843 68.843 0 00-15.356-1.627 68.804 68.804 0 00-15.384 1.634.213.213 0 01-.255-.253c.273-1.232.62-2.445 1.04-3.634.046-.13-.041-.256-.177-.271a2.97 2.97 0 01-1.36-.516c-.119-.082-.281-.04-.33.095a33.018 33.018 0 00-1.374 5.12.201.201 0 01-.143.157 20.505 20.505 0 00-4.69 2.01c-.18.105-.391-.078-.304-.267a16.648 16.648 0 016.364-7.167c.117-.072.129-.224.033-.322a2.983 2.983 0 01-.73-1.226c-.042-.14-.2-.206-.322-.126-5.14 3.367-7.117 8.182-7.117 13.526 0 6.187 3.075 11.668 9.689 15.01a.2.2 0 01.087.087c3.347 6.552 8.802 9.58 14.955 9.58 6.161 0 11.62-3.038 14.967-9.604a.2.2 0 01.088-.087c6.355-3.228 9.574-8.435 9.862-14.343a3.212 3.212 0 000-1.286zM35.982 21.675a34.561 34.561 0 00-11.423 1.889c-.192.066-.36-.148-.246-.316 2.98-4.41 7.118-7.15 11.687-7.15 4.575 0 8.717 2.746 11.698 7.166.113.168-.055.382-.247.316a34.548 34.548 0 00-11.469-1.905zM58.596 35.62a20.888 20.888 0 00-4.633-1.962.201.201 0 01-.143-.158 33.034 33.034 0 00-1.266-4.807c-.066-.19.144-.36.313-.252a16.68 16.68 0 016.03 6.91c.089.187-.122.372-.301.269zm-40.762.193a35.52 35.52 0 00-.031 8.238.214.214 0 01-.286.222c-3.471-1.227-5.462-2.738-5.462-4.175 0-1.481 2.112-3.038 5.778-4.285zm-4.489 8.703a20.525 20.525 0 004.703 2.015c.075.021.13.081.144.157a32.907 32.907 0 001.298 4.87c.066.19-.143.362-.312.254a16.68 16.68 0 01-6.137-7.029c-.087-.188.125-.371.304-.267zM36 64.025c-4.537 0-8.648-2.703-11.623-7.059-.114-.167.053-.382.245-.317a35.44 35.44 0 0022.767-.016c.192-.065.359.15.245.317-2.976 4.365-7.091 7.075-11.634 7.075zM59.93 40.48c-.273 1.137-1.751 2.299-4.179 3.315a.208.208 0 00-.098.299c.242.422.362.903.347 1.389-.005.158.142.278.29.22a17.393 17.393 0 002.294-1.115c.18-.104.396.083.307.271a16.698 16.698 0 01-6.06 6.92c-.17.109-.38-.062-.315-.252.311-.91.582-1.835.81-2.77.036-.143-.083-.268-.23-.26a2.682 2.682 0 01-1.399-.294c-.122-.064-.265-.008-.299.126a29.296 29.296 0 01-1.84 5.231.227.227 0 01-.112.111 31.96 31.96 0 01-13.464 2.848 31.983 31.983 0 01-13.417-2.825.227.227 0 01-.112-.11 29.629 29.629 0 01-2.066-6.106.213.213 0 01.255-.253 68.807 68.807 0 0015.376 1.632 70.41 70.41 0 0014.338-1.406c.152-.031.213-.205.128-.334-.268-.41-.43-.88-.472-1.368-.011-.126-.12-.215-.244-.19a67.806 67.806 0 01-13.75 1.298 63.962 63.962 0 01-15.932-1.804.22.22 0 01-.165-.182 33.886 33.886 0 01-.011-9.542.22.22 0 01.165-.183 63.94 63.94 0 0115.943-1.808 64.014 64.014 0 0115.904 1.798.222.222 0 01.166.183c.22 1.571.331 3.156.334 4.743 0 .762-.026 1.515-.077 2.259-.01.136.108.233.243.213a2.864 2.864 0 011.44.157c.137.051.286-.03.296-.176.058-.808.098-1.624.098-2.454a36.244 36.244 0 00-.218-3.929.213.213 0 01.283-.222c3.184 1.122 5.125 2.48 5.443 3.805.005.127.015.254.015.383s-.01.254-.015.382z"/>
|
|
5
|
+
<g>
|
|
6
|
+
<path d="M40.388 15.325v-3.458h-9.31v3.458a11.045 11.045 0 019.31 0z"/>
|
|
7
|
+
<path fill="#92d3f5" d="M28.588 32.687v14.82l-9.549-1.722-.461-11.238 10.01-1.86zM30.31 23.129l-1.722 9.558h14.824l-1.757-9.558H30.31z"/>
|
|
8
|
+
<path fill="#ffa7c0" d="M30.31 23.129l-8.615 2.682-3.117 8.736 10.01-1.86 1.722-9.558zM12.248 43.61l6.791 2.175 2.193 8.368-5.599-4.785a10.244 10.244 0 01-3.385-5.758z"/>
|
|
9
|
+
<path fill="#b399c8" d="M28.588 47.507l1.722 9.558 10.867.454 2.199-9.662-14.788-.35z"/>
|
|
10
|
+
<path fill="#d0cfce" d="M21.578 25.838l5.396-8.161-1.425.372a9.964 9.964 0 00-4.483 2.551l-4.514 4.46c-.161.159-.293.345-.39.55l-2.184 4.655 7.6-4.427"/>
|
|
11
|
+
<path fill="#9b9b9a" d="M21.579 25.838l-4.647 3-3.325 4.506a5.619 5.619 0 00-1.004 2.312l-.6 3.234c-.15.81-.056 1.648.273 2.405l1.05 2.423 5.713 2.066-.46-11.237 3-8.71z"/>
|
|
12
|
+
<path fill="#92d3f5" d="M45.214 17.961l1.667 2.607 3.437 5.27L56 29.687s1.525 1.012 1.96.562c.637-.659-1.115-2.983-1.115-2.983a13.142 13.142 0 00-3.258-4.487l-2.147-1.922a14.601 14.601 0 00-5.31-3.035l-.464.057-.452.082z"/>
|
|
13
|
+
<path fill="#b399c8" d="M39.742 63.373l2.255-6.365L50 54.514l-4.808 6.243a6.84 6.84 0 01-3.293 2.327l-2.028.514-.13-.225z"/>
|
|
14
|
+
<path fill="#d0cfce" d="M28.588 32.687v14.82l14.788.35.036-15.17H28.588"/>
|
|
15
|
+
<path fill="#9b9b9a" d="M36.408 16.026l-2.885.076c-.26.007-.52.042-.771.107l-2.965 1.03a7.387 7.387 0 00-3.426 2.467l-4.27 5.54 8.219-2.117h11.345l-3.171-5.899a2.289 2.289 0 00-2.076-1.204zM52.762 34.364l-2.444-8.526-8.663-2.709 1.739 10.184.016.003-.034 14.541 9.582-2.061.012-11.395-.208-.037z"/>
|
|
16
|
+
<path fill="#fff" d="M39.773 17.147l1.804 5.733a.5.5 0 00.327.327l6.872 2.149a.5.5 0 00.541-.787l-3.723-4.723a8.805 8.805 0 00-3.721-2.754l-1.442-.561a.5.5 0 00-.658.616zM50.318 25.838l2.644 8.536a.186.186 0 01.008.055l-.012 11.216a.187.187 0 01-.147.183l-9.309 2.002a.187.187 0 00-.145.155l-1.316 8.728a.187.187 0 00.24.206l7.267-2.264a.187.187 0 01.218.27l-3.936 6.908c-.085.15.06.325.224.269l1.49-.519a13.495 13.495 0 004.766-2.873l1.804-1.68a16.396 16.396 0 004.06-5.945l.616-1.552a22.68 22.68 0 001.6-8.368 25 25 0 00-.573-5.324.837.837 0 00-.07-.196l-.781-1.564a11.466 11.466 0 00-3.12-3.849l-5.528-4.394zM13.857 49.66l1.787 3.732a15.112 15.112 0 005.91 6.464l4.839 2.876a11.591 11.591 0 003.967 1.46l5.47.188a3.565 3.565 0 003.276-1.897l2.891-5.475-11.687.057-1.722-9.558-9.549-1.722 2.193 8.368-7.375-4.492z"/>
|
|
17
|
+
<ellipse cx="36" cy="40.097" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="7.759" ry="24.964"/>
|
|
18
|
+
<ellipse cx="36" cy="40.061" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="17.422" ry="24.964"/>
|
|
19
|
+
<ellipse cx="36.018" cy="40.097" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="24.964" ry="7.759"/>
|
|
20
|
+
<ellipse cx="35.982" cy="40.097" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="24.964" ry="17.422"/>
|
|
21
|
+
<circle cx="21.578" cy="25.838" r="3" fill="#fff"/>
|
|
22
|
+
<circle cx="53" cy="45.502" r="3" fill="#fff"/>
|
|
23
|
+
</g>
|
|
24
|
+
<g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2">
|
|
25
|
+
<circle cx="36" cy="40.061" r="25" stroke-linecap="round"/>
|
|
26
|
+
<path stroke-linecap="round" d="M31.079 15.061v-3.194h9.089v3.194"/>
|
|
27
|
+
<path stroke-linecap="square" d="M35.874 11.867v-6.79"/>
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import MirrorBallIconSvgStr from './MirrorBallIcon.svg';
|
|
3
|
+
const mirrorBallIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:mirror-ball',
|
|
5
|
+
svgstr: MirrorBallIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default mirrorBallIconJupyterLab;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const MoneyMouthFaceIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default MoneyMouthFaceIcon;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
|
|
3
|
+
const sizeMap = {
|
|
4
|
+
"small": 16,
|
|
5
|
+
"medium": 32,
|
|
6
|
+
"large": 64
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
function MoneyMouthFaceIcon({
|
|
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: 24,
|
|
29
|
+
fill: "#fcea2b"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fill: "#fff",
|
|
32
|
+
d: "M30.498 53.374c-4.296-1.49-6.461-4.801-6.461-8.684h.094s12.137 3.063 23.683.067l.16-.066a8.881 8.881 0 01-6.415 8.684"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
fill: "#b1cc33",
|
|
35
|
+
d: "M40.538 49.289s1.518 8.819-1.064 10.94l.025-.023a4.884 4.884 0 01-7.008 0c-2.583-2.12-1.065-10.939-1.065-10.939"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
37
|
+
fill: "none",
|
|
38
|
+
stroke: "#000",
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round",
|
|
41
|
+
strokeWidth: 2
|
|
42
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
d: "M30.498 53.374c-4.296-1.49-6.461-4.801-6.461-8.684h.094s12.137 3.063 23.683.067l.16-.066a8.881 8.881 0 01-6.415 8.684M20.28 27.2a6.306 6.306 0 013.39-3 6.304 6.304 0 014.53-.42M50.89 27.2a7.19 7.19 0 00-7.91-3.43M44.324 57.447a23 23 0 10-16.59.023"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M20.28 27.2a6.306 6.306 0 013.39-3 6.304 6.304 0 014.53-.42M50.89 27.2a7.19 7.19 0 00-7.91-3.43M40.538 49.289s1.518 8.819-1.064 10.94l.025-.023a4.884 4.884 0 01-7.008 0c-2.583-2.12-1.065-10.939-1.065-10.939M29.23 31.55a1.935 1.935 0 00-1.95-1.267h0a1.823 1.823 0 00-1.992 1.586 1.823 1.823 0 001.991 1.585l-.04.006a1.823 1.823 0 011.991 1.586 1.823 1.823 0 01-1.991 1.585h0a1.935 1.935 0 01-1.95-1.266M27.259 30.284v-1.512M27.259 38.142v-1.511M46.267 31.55a1.935 1.935 0 00-1.95-1.267h0a1.823 1.823 0 00-1.992 1.586 1.823 1.823 0 001.991 1.585l-.04.006a1.823 1.823 0 011.991 1.586 1.823 1.823 0 01-1.99 1.585h0a1.935 1.935 0 01-1.951-1.266M44.296 30.284v-1.512M44.296 38.142v-1.511"
|
|
46
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
47
|
+
d: "M37.897 53.146a1.935 1.935 0 00-1.95-1.266h0a1.627 1.627 0 100 3.17l-.04.007a1.627 1.627 0 110 3.17h0a1.935 1.935 0 01-1.951-1.265M35.926 51.88v-1.511M35.926 59.739v-1.511"
|
|
48
|
+
})));
|
|
49
|
+
}
|
|
50
|
+
const ForwardRef = React.forwardRef(MoneyMouthFaceIcon);
|
|
51
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
+
<circle cx="36" cy="36" r="24" fill="#fcea2b"/>
|
|
3
|
+
<path fill="#fff" d="M30.498 53.374c-4.296-1.49-6.461-4.801-6.461-8.684h.094s12.137 3.063 23.683.067l.16-.066a8.881 8.881 0 01-6.415 8.684"/>
|
|
4
|
+
<path fill="#b1cc33" d="M40.538 49.289s1.518 8.819-1.064 10.94l.025-.023a4.884 4.884 0 01-7.008 0c-2.583-2.12-1.065-10.939-1.065-10.939"/>
|
|
5
|
+
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
|
|
6
|
+
<path d="M30.498 53.374c-4.296-1.49-6.461-4.801-6.461-8.684h.094s12.137 3.063 23.683.067l.16-.066a8.881 8.881 0 01-6.415 8.684M20.28 27.2a6.306 6.306 0 013.39-3 6.304 6.304 0 014.53-.42M50.89 27.2a7.19 7.19 0 00-7.91-3.43M44.324 57.447a23 23 0 10-16.59.023"/>
|
|
7
|
+
<path d="M20.28 27.2a6.306 6.306 0 013.39-3 6.304 6.304 0 014.53-.42M50.89 27.2a7.19 7.19 0 00-7.91-3.43M40.538 49.289s1.518 8.819-1.064 10.94l.025-.023a4.884 4.884 0 01-7.008 0c-2.583-2.12-1.065-10.939-1.065-10.939M29.23 31.55a1.935 1.935 0 00-1.95-1.267h0a1.823 1.823 0 00-1.992 1.586 1.823 1.823 0 001.991 1.585l-.04.006a1.823 1.823 0 011.991 1.586 1.823 1.823 0 01-1.991 1.585h0a1.935 1.935 0 01-1.95-1.266M27.259 30.284v-1.512M27.259 38.142v-1.511M46.267 31.55a1.935 1.935 0 00-1.95-1.267h0a1.823 1.823 0 00-1.992 1.586 1.823 1.823 0 001.991 1.585l-.04.006a1.823 1.823 0 011.991 1.586 1.823 1.823 0 01-1.99 1.585h0a1.935 1.935 0 01-1.951-1.266M44.296 30.284v-1.512M44.296 38.142v-1.511"/>
|
|
8
|
+
<path d="M37.897 53.146a1.935 1.935 0 00-1.95-1.266h0a1.627 1.627 0 100 3.17l-.04.007a1.627 1.627 0 110 3.17h0a1.935 1.935 0 01-1.951-1.265M35.926 51.88v-1.511M35.926 59.739v-1.511"/>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import MoneyMouthFaceIconSvgStr from './MoneyMouthFaceIcon.svg';
|
|
3
|
+
const moneyMouthFaceIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:money-mouth-face',
|
|
5
|
+
svgstr: MoneyMouthFaceIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default moneyMouthFaceIconJupyterLab;
|
package/data2/esm/RadarIcon.js
CHANGED
|
@@ -80,7 +80,6 @@ function RadarIcon({
|
|
|
80
80
|
height: 140,
|
|
81
81
|
x: 321.429,
|
|
82
82
|
y: 433.791,
|
|
83
|
-
strokeWidth: 0.325,
|
|
84
83
|
enableBackground: "accumulate",
|
|
85
84
|
overflow: "visible",
|
|
86
85
|
rx: 6.964,
|
|
@@ -157,48 +156,44 @@ function RadarIcon({
|
|
|
157
156
|
transform: "matrix(.68215 -.63088 .67789 .73298 -2470.7 1951.473)"
|
|
158
157
|
}), /*#__PURE__*/React.createElement("path", {
|
|
159
158
|
fill: "#0f0",
|
|
160
|
-
strokeWidth: 20,
|
|
161
159
|
d: "M3049.286 580a2.5 2.143 0 11-.001-.05",
|
|
162
160
|
enableBackground: "accumulate",
|
|
163
161
|
filter: "url(#d)",
|
|
162
|
+
overflow: "visible",
|
|
164
163
|
transform: "matrix(1.06978 -.98937 1.15426 1.24807 -3580.088 2825.716)",
|
|
165
164
|
style: {
|
|
166
165
|
marker: "none"
|
|
167
|
-
}
|
|
168
|
-
overflow: "visible"
|
|
166
|
+
}
|
|
169
167
|
}), /*#__PURE__*/React.createElement("path", {
|
|
170
168
|
fill: "#0f0",
|
|
171
|
-
strokeWidth: 20,
|
|
172
169
|
d: "M3049.286 580a2.5 2.143 0 11-.001-.05",
|
|
173
170
|
enableBackground: "accumulate",
|
|
174
171
|
filter: "url(#e)",
|
|
172
|
+
overflow: "visible",
|
|
175
173
|
transform: "matrix(.73416 -.67898 .79214 .85652 -2265.282 2056.33)",
|
|
176
174
|
style: {
|
|
177
175
|
marker: "none"
|
|
178
|
-
}
|
|
179
|
-
overflow: "visible"
|
|
176
|
+
}
|
|
180
177
|
}), /*#__PURE__*/React.createElement("path", {
|
|
181
178
|
fill: "#0f0",
|
|
182
|
-
strokeWidth: 20,
|
|
183
179
|
d: "M3049.286 580a2.5 2.143 0 11-.001-.05",
|
|
184
180
|
enableBackground: "accumulate",
|
|
185
181
|
filter: "url(#f)",
|
|
182
|
+
overflow: "visible",
|
|
186
183
|
transform: "matrix(1.46308 -1.3531 1.57862 1.70692 -4977.597 3673.286)",
|
|
187
184
|
style: {
|
|
188
185
|
marker: "none"
|
|
189
|
-
}
|
|
190
|
-
overflow: "visible"
|
|
186
|
+
}
|
|
191
187
|
}), /*#__PURE__*/React.createElement("path", {
|
|
192
188
|
fill: "#0f0",
|
|
193
|
-
strokeWidth: 20,
|
|
194
189
|
d: "M3049.286 580a2.5 2.143 0 11-.001-.05",
|
|
195
190
|
enableBackground: "accumulate",
|
|
196
191
|
filter: "url(#f)",
|
|
192
|
+
overflow: "visible",
|
|
197
193
|
transform: "matrix(2.837 -2.62376 3.06105 3.30984 -10056.062 6558.417)",
|
|
198
194
|
style: {
|
|
199
195
|
marker: "none"
|
|
200
|
-
}
|
|
201
|
-
overflow: "visible"
|
|
196
|
+
}
|
|
202
197
|
})));
|
|
203
198
|
}
|
|
204
199
|
const ForwardRef = React.forwardRef(RadarIcon);
|
package/data2/esm/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
|
+
import * as React from "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
|
+
export default 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;
|