@datalayer/icons-react 0.3.5 → 0.3.7

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.
Files changed (175) hide show
  1. package/data1/DiscordMarkBlackIcon.d.ts +3 -0
  2. package/data1/DiscordMarkBlackIcon.js +31 -0
  3. package/data1/DiscordMarkBlackIcon.svg +3 -0
  4. package/data1/DiscordMarkBlackIconJupyterLab.d.ts +3 -0
  5. package/data1/DiscordMarkBlackIconJupyterLab.js +7 -0
  6. package/data1/DiscordMarkBlueIcon.d.ts +3 -0
  7. package/data1/DiscordMarkBlueIcon.js +32 -0
  8. package/data1/DiscordMarkBlueIcon.svg +3 -0
  9. package/data1/DiscordMarkBlueIconJupyterLab.d.ts +3 -0
  10. package/data1/DiscordMarkBlueIconJupyterLab.js +7 -0
  11. package/data1/DiscordMarkWhiteIcon.d.ts +3 -0
  12. package/data1/DiscordMarkWhiteIcon.js +32 -0
  13. package/data1/DiscordMarkWhiteIcon.svg +3 -0
  14. package/data1/DiscordMarkWhiteIconJupyterLab.d.ts +3 -0
  15. package/data1/DiscordMarkWhiteIconJupyterLab.js +7 -0
  16. package/data1/Jupiter2Icon.d.ts +3 -0
  17. package/{data2/JupiterIcon.js → data1/Jupiter2Icon.js} +19 -18
  18. package/data1/Jupiter2IconJupyterLab.d.ts +3 -0
  19. package/data1/Jupiter2IconJupyterLab.js +7 -0
  20. package/data1/JupiterIcon.js +45 -0
  21. package/data1/JupiterIcon.svg +10 -0
  22. package/data1/OpenTeamsBwIcon.d.ts +3 -0
  23. package/data1/OpenTeamsBwIcon.js +97 -0
  24. package/data1/OpenTeamsBwIcon.svg +21 -0
  25. package/data1/OpenTeamsBwIconJupyterLab.d.ts +3 -0
  26. package/data1/OpenTeamsBwIconJupyterLab.js +7 -0
  27. package/data1/OpenTeamsIcon.d.ts +3 -0
  28. package/data1/OpenTeamsIcon.js +69 -0
  29. package/data1/OpenTeamsIcon.svg +10 -0
  30. package/data1/OpenTeamsIconJupyterLab.d.ts +3 -0
  31. package/data1/OpenTeamsIconJupyterLab.js +7 -0
  32. package/data1/esm/DiscordMarkBlackIcon.d.ts +3 -0
  33. package/data1/esm/DiscordMarkBlackIcon.js +31 -0
  34. package/data1/esm/DiscordMarkBlackIcon.svg +3 -0
  35. package/data1/esm/DiscordMarkBlackIconJupyterLab.d.ts +3 -0
  36. package/data1/esm/DiscordMarkBlackIconJupyterLab.js +7 -0
  37. package/data1/esm/DiscordMarkBlueIcon.d.ts +3 -0
  38. package/data1/esm/DiscordMarkBlueIcon.js +32 -0
  39. package/data1/esm/DiscordMarkBlueIcon.svg +3 -0
  40. package/data1/esm/DiscordMarkBlueIconJupyterLab.d.ts +3 -0
  41. package/data1/esm/DiscordMarkBlueIconJupyterLab.js +7 -0
  42. package/data1/esm/DiscordMarkWhiteIcon.d.ts +3 -0
  43. package/data1/esm/DiscordMarkWhiteIcon.js +32 -0
  44. package/data1/esm/DiscordMarkWhiteIcon.svg +3 -0
  45. package/data1/esm/DiscordMarkWhiteIconJupyterLab.d.ts +3 -0
  46. package/data1/esm/DiscordMarkWhiteIconJupyterLab.js +7 -0
  47. package/data1/esm/Jupiter2Icon.d.ts +3 -0
  48. package/{data2/esm/JupiterIcon.js → data1/esm/Jupiter2Icon.js} +19 -18
  49. package/data1/esm/Jupiter2IconJupyterLab.d.ts +3 -0
  50. package/data1/esm/Jupiter2IconJupyterLab.js +7 -0
  51. package/data1/esm/JupiterIcon.js +45 -0
  52. package/data1/esm/JupiterIcon.svg +10 -0
  53. package/data1/esm/OpenTeamsBwIcon.d.ts +3 -0
  54. package/data1/esm/OpenTeamsBwIcon.js +97 -0
  55. package/data1/esm/OpenTeamsBwIcon.svg +21 -0
  56. package/data1/esm/OpenTeamsBwIconJupyterLab.d.ts +3 -0
  57. package/data1/esm/OpenTeamsBwIconJupyterLab.js +7 -0
  58. package/data1/esm/OpenTeamsIcon.d.ts +3 -0
  59. package/data1/esm/OpenTeamsIcon.js +69 -0
  60. package/data1/esm/OpenTeamsIcon.svg +10 -0
  61. package/data1/esm/OpenTeamsIconJupyterLab.d.ts +3 -0
  62. package/data1/esm/OpenTeamsIconJupyterLab.js +7 -0
  63. package/data1/esm/index.d.ts +14 -0
  64. package/data1/esm/index.js +14 -0
  65. package/data1/index.d.ts +14 -0
  66. package/data1/index.js +14 -0
  67. package/data2/AlienMaskIcon.d.ts +3 -0
  68. package/data2/{AlienIcon.js → AlienMaskIcon.js} +2 -2
  69. package/data2/AlienMaskIconJupyterLab.d.ts +3 -0
  70. package/data2/AlienMaskIconJupyterLab.js +7 -0
  71. package/data2/CowboyHatFaceIcon.d.ts +3 -0
  72. package/data2/CowboyHatFaceIcon.js +85 -0
  73. package/data2/CowboyHatFaceIcon.svg +15 -0
  74. package/data2/CowboyHatFaceIconJupyterLab.d.ts +3 -0
  75. package/data2/CowboyHatFaceIconJupyterLab.js +7 -0
  76. package/data2/GrinningFaceIcon.d.ts +3 -0
  77. package/data2/GrinningFaceIcon.js +64 -0
  78. package/data2/GrinningFaceIcon.svg +11 -0
  79. package/data2/GrinningFaceIconJupyterLab.d.ts +3 -0
  80. package/data2/GrinningFaceIconJupyterLab.js +7 -0
  81. package/data2/ManOfficeWorkerIcon.d.ts +3 -0
  82. package/data2/ManOfficeWorkerIcon.js +100 -0
  83. package/data2/ManOfficeWorkerIcon.svg +24 -0
  84. package/data2/ManOfficeWorkerIconJupyterLab.d.ts +3 -0
  85. package/data2/ManOfficeWorkerIconJupyterLab.js +7 -0
  86. package/data2/ManTechnologistIcon.d.ts +3 -0
  87. package/data2/ManTechnologistIcon.js +76 -0
  88. package/data2/ManTechnologistIcon.svg +25 -0
  89. package/data2/ManTechnologistIconJupyterLab.d.ts +3 -0
  90. package/data2/ManTechnologistIconJupyterLab.js +7 -0
  91. package/data2/MirrorBallIcon.d.ts +3 -0
  92. package/data2/MirrorBallIcon.js +140 -0
  93. package/data2/MirrorBallIcon.svg +29 -0
  94. package/data2/MirrorBallIconJupyterLab.d.ts +3 -0
  95. package/data2/MirrorBallIconJupyterLab.js +7 -0
  96. package/data2/MoneyMouthFaceIcon.d.ts +3 -0
  97. package/data2/MoneyMouthFaceIcon.js +51 -0
  98. package/data2/MoneyMouthFaceIcon.svg +10 -0
  99. package/data2/MoneyMouthFaceIconJupyterLab.d.ts +3 -0
  100. package/data2/MoneyMouthFaceIconJupyterLab.js +7 -0
  101. package/data2/SantaClausIcon.d.ts +3 -0
  102. package/data2/SantaClausIcon.js +120 -0
  103. package/data2/SantaClausIcon.svg +26 -0
  104. package/data2/SantaClausIconJupyterLab.d.ts +3 -0
  105. package/data2/SantaClausIconJupyterLab.js +7 -0
  106. package/data2/WomanTechnologistIcon.d.ts +3 -0
  107. package/data2/WomanTechnologistIcon.js +73 -0
  108. package/data2/WomanTechnologistIcon.svg +24 -0
  109. package/data2/WomanTechnologistIconJupyterLab.d.ts +3 -0
  110. package/data2/WomanTechnologistIconJupyterLab.js +7 -0
  111. package/data2/esm/AlienMaskIcon.d.ts +3 -0
  112. package/data2/esm/{AlienIcon.js → AlienMaskIcon.js} +2 -2
  113. package/data2/esm/AlienMaskIconJupyterLab.d.ts +3 -0
  114. package/data2/esm/AlienMaskIconJupyterLab.js +7 -0
  115. package/data2/esm/CowboyHatFaceIcon.d.ts +3 -0
  116. package/data2/esm/CowboyHatFaceIcon.js +85 -0
  117. package/data2/esm/CowboyHatFaceIcon.svg +15 -0
  118. package/data2/esm/CowboyHatFaceIconJupyterLab.d.ts +3 -0
  119. package/data2/esm/CowboyHatFaceIconJupyterLab.js +7 -0
  120. package/data2/esm/GrinningFaceIcon.d.ts +3 -0
  121. package/data2/esm/GrinningFaceIcon.js +64 -0
  122. package/data2/esm/GrinningFaceIcon.svg +11 -0
  123. package/data2/esm/GrinningFaceIconJupyterLab.d.ts +3 -0
  124. package/data2/esm/GrinningFaceIconJupyterLab.js +7 -0
  125. package/data2/esm/ManOfficeWorkerIcon.d.ts +3 -0
  126. package/data2/esm/ManOfficeWorkerIcon.js +100 -0
  127. package/data2/esm/ManOfficeWorkerIcon.svg +24 -0
  128. package/data2/esm/ManOfficeWorkerIconJupyterLab.d.ts +3 -0
  129. package/data2/esm/ManOfficeWorkerIconJupyterLab.js +7 -0
  130. package/data2/esm/ManTechnologistIcon.d.ts +3 -0
  131. package/data2/esm/ManTechnologistIcon.js +76 -0
  132. package/data2/esm/ManTechnologistIcon.svg +25 -0
  133. package/data2/esm/ManTechnologistIconJupyterLab.d.ts +3 -0
  134. package/data2/esm/ManTechnologistIconJupyterLab.js +7 -0
  135. package/data2/esm/MirrorBallIcon.d.ts +3 -0
  136. package/data2/esm/MirrorBallIcon.js +140 -0
  137. package/data2/esm/MirrorBallIcon.svg +29 -0
  138. package/data2/esm/MirrorBallIconJupyterLab.d.ts +3 -0
  139. package/data2/esm/MirrorBallIconJupyterLab.js +7 -0
  140. package/data2/esm/MoneyMouthFaceIcon.d.ts +3 -0
  141. package/data2/esm/MoneyMouthFaceIcon.js +51 -0
  142. package/data2/esm/MoneyMouthFaceIcon.svg +10 -0
  143. package/data2/esm/MoneyMouthFaceIconJupyterLab.d.ts +3 -0
  144. package/data2/esm/MoneyMouthFaceIconJupyterLab.js +7 -0
  145. package/data2/esm/SantaClausIcon.d.ts +3 -0
  146. package/data2/esm/SantaClausIcon.js +120 -0
  147. package/data2/esm/SantaClausIcon.svg +26 -0
  148. package/data2/esm/SantaClausIconJupyterLab.d.ts +3 -0
  149. package/data2/esm/SantaClausIconJupyterLab.js +7 -0
  150. package/data2/esm/WomanTechnologistIcon.d.ts +3 -0
  151. package/data2/esm/WomanTechnologistIcon.js +73 -0
  152. package/data2/esm/WomanTechnologistIcon.svg +24 -0
  153. package/data2/esm/WomanTechnologistIconJupyterLab.d.ts +3 -0
  154. package/data2/esm/WomanTechnologistIconJupyterLab.js +7 -0
  155. package/data2/esm/index.d.ts +18 -4
  156. package/data2/esm/index.js +18 -4
  157. package/data2/index.d.ts +18 -4
  158. package/data2/index.js +18 -4
  159. package/package.json +1 -1
  160. package/data2/AlienIcon.d.ts +0 -3
  161. package/data2/AlienIconJupyterLab.d.ts +0 -3
  162. package/data2/AlienIconJupyterLab.js +0 -7
  163. package/data2/esm/AlienIcon.d.ts +0 -3
  164. package/data2/esm/AlienIconJupyterLab.d.ts +0 -3
  165. package/data2/esm/AlienIconJupyterLab.js +0 -7
  166. /package/{data2/JupiterIcon.svg → data1/Jupiter2Icon.svg} +0 -0
  167. /package/{data2 → data1}/JupiterIcon.d.ts +0 -0
  168. /package/{data2 → data1}/JupiterIconJupyterLab.d.ts +0 -0
  169. /package/{data2 → data1}/JupiterIconJupyterLab.js +0 -0
  170. /package/{data2/esm/JupiterIcon.svg → data1/esm/Jupiter2Icon.svg} +0 -0
  171. /package/{data2 → data1}/esm/JupiterIcon.d.ts +0 -0
  172. /package/{data2 → data1}/esm/JupiterIconJupyterLab.d.ts +0 -0
  173. /package/{data2 → data1}/esm/JupiterIconJupyterLab.js +0 -0
  174. /package/data2/{AlienIcon.svg → AlienMaskIcon.svg} +0 -0
  175. /package/data2/esm/{AlienIcon.svg → AlienMaskIcon.svg} +0 -0
@@ -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,3 @@
1
+ import { LabIcon } from "@jupyterlab/ui-components/lib/icon/labicon";
2
+ declare const santaClausIconJupyterLab: LabIcon;
3
+ export default santaClausIconJupyterLab;
@@ -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,3 @@
1
+ import { LabIcon } from "@jupyterlab/ui-components/lib/icon/labicon";
2
+ declare const womanTechnologistIconJupyterLab: LabIcon;
3
+ export default womanTechnologistIconJupyterLab;
@@ -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 AlienIcon({
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(AlienIcon);
54
+ const ForwardRef = React.forwardRef(AlienMaskIcon);
55
55
  export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import { LabIcon } from "@jupyterlab/ui-components/lib/icon/labicon";
2
+ declare const alienMaskIconJupyterLab: LabIcon;
3
+ export default alienMaskIconJupyterLab;
@@ -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;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const CowboyHatFaceIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
3
+ export default CowboyHatFaceIcon;
@@ -0,0 +1,85 @@
1
+ import * as React from "react";
2
+
3
+ const sizeMap = {
4
+ "small": 16,
5
+ "medium": 32,
6
+ "large": 64
7
+ };
8
+
9
+ function CowboyHatFaceIcon({
10
+ title,
11
+ titleId,
12
+ size,
13
+ ...props
14
+ }, svgRef) {
15
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 72 72",
18
+ fill: "currentColor",
19
+ "aria-hidden": "true",
20
+ ref: svgRef,
21
+ width: size ? typeof size === "string" ? sizeMap[size] : size : "16px",
22
+ "aria-labelledby": titleId
23
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
24
+ id: titleId
25
+ }, title) : null, /*#__PURE__*/React.createElement("circle", {
26
+ cx: 36,
27
+ cy: 38,
28
+ r: 24,
29
+ fill: "#FCEA2B"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ fill: "#6A462F",
32
+ d: "M36 23.315c9.267-.129 15.335-2.457 15.335-2.457a23.051 23.051 0 015.975 8.472s10.595-8.361 2.295-15.105c0 0-4.006-3.86-10.036 1.646 0 0-3.886 3.665-13.569 3.706-9.683-.04-13.57-3.706-13.57-3.706-6.028-5.505-10.035-1.646-10.035-1.646-8.3 6.743 2.295 15.105 2.295 15.105a23.05 23.05 0 015.976-8.472S26.733 23.187 36 23.315z"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ fill: "#6A462F",
35
+ d: "M36 19.577c6.052-.025 9.767-1.428 11.757-2.505 0 0-1.634-.57-1.39-2.782.072-.657.353-1.627.71-2.549.639-1.65.194-2.968-4.114-5.134 0 0-2.082-1.041-2.82-1.274-1.083-.343-2.934-.62-4.143.818-1.209-1.439-3.06-1.16-4.143-.818-.738.233-2.82 1.274-2.82 1.274-4.308 2.166-4.753 3.483-4.114 5.134.357.922.638 1.892.71 2.55.245 2.21-1.39 2.781-1.39 2.781 1.99 1.077 5.705 2.48 11.757 2.505z"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ fill: "#FFF",
38
+ d: "M50.595 43.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ fill: "#EA5A47",
41
+ d: "M49.725 48.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"
42
+ }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("ellipse", {
43
+ cx: 28.068,
44
+ cy: 32.818,
45
+ rx: 3,
46
+ ry: 5.404
47
+ }), /*#__PURE__*/React.createElement("ellipse", {
48
+ cx: 43.932,
49
+ cy: 32.822,
50
+ rx: 3,
51
+ ry: 5.404
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ fill: "none",
54
+ stroke: "#000",
55
+ strokeLinecap: "round",
56
+ strokeLinejoin: "round",
57
+ strokeMiterlimit: 10,
58
+ strokeWidth: 2,
59
+ d: "M58.438 32.925C58.806 34.558 59 36.256 59 38c0 12.703-10.297 23-23 23S13 50.703 13 38c0-1.744.194-3.442.562-5.075M36 23.315c9.267-.129 15.335-2.457 15.335-2.457a23.051 23.051 0 015.975 8.472s10.595-8.361 2.295-15.105c0 0-4.006-3.86-10.036 1.646 0 0-3.886 3.665-13.569 3.706-9.683-.04-13.57-3.706-13.57-3.706-6.028-5.505-10.035-1.646-10.035-1.646-8.3 6.743 2.295 15.105 2.295 15.105a23.05 23.05 0 015.976-8.472S26.733 23.187 36 23.315z"
60
+ }), /*#__PURE__*/React.createElement("path", {
61
+ fill: "none",
62
+ stroke: "#000",
63
+ strokeLinecap: "round",
64
+ strokeLinejoin: "round",
65
+ strokeMiterlimit: 10,
66
+ strokeWidth: 2,
67
+ d: "M36 19.577c6.052-.025 9.767-1.428 11.757-2.505 0 0-1.634-.57-1.39-2.782.072-.657.353-1.627.71-2.549.639-1.65.194-2.968-4.114-5.134 0 0-2.082-1.041-2.82-1.274-1.083-.343-2.934-.62-4.143.818-1.209-1.439-3.06-1.16-4.143-.818-.738.233-2.82 1.274-2.82 1.274-4.308 2.166-4.753 3.483-4.114 5.134.357.922.638 1.892.71 2.55.245 2.21-1.39 2.781-1.39 2.781 1.99 1.077 5.705 2.48 11.757 2.505h0z"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ fill: "none",
70
+ stroke: "#000",
71
+ strokeLinecap: "round",
72
+ strokeLinejoin: "round",
73
+ strokeWidth: 2,
74
+ d: "M50.595 43.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"
75
+ }), /*#__PURE__*/React.createElement("path", {
76
+ fill: "none",
77
+ stroke: "#000",
78
+ strokeLinecap: "round",
79
+ strokeLinejoin: "round",
80
+ strokeWidth: 2,
81
+ d: "M49.725 48.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"
82
+ })));
83
+ }
84
+ const ForwardRef = React.forwardRef(CowboyHatFaceIcon);
85
+ export default ForwardRef;
@@ -0,0 +1,15 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
2
+ <circle cx="36" cy="38" r="24" fill="#FCEA2B"/>
3
+ <path fill="#6A462F" d="M36 23.315c9.267-.129 15.335-2.457 15.335-2.457a23.051 23.051 0 015.975 8.472s10.595-8.361 2.295-15.105c0 0-4.006-3.86-10.036 1.646 0 0-3.886 3.665-13.569 3.706-9.683-.04-13.57-3.706-13.57-3.706-6.028-5.505-10.035-1.646-10.035-1.646-8.3 6.743 2.295 15.105 2.295 15.105a23.05 23.05 0 015.976-8.472S26.733 23.187 36 23.315z"/>
4
+ <path fill="#6A462F" d="M36 19.577c6.052-.025 9.767-1.428 11.757-2.505 0 0-1.634-.57-1.39-2.782.072-.657.353-1.627.71-2.549.639-1.65.194-2.968-4.114-5.134 0 0-2.082-1.041-2.82-1.274-1.083-.343-2.934-.62-4.143.818-1.209-1.439-3.06-1.16-4.143-.818-.738.233-2.82 1.274-2.82 1.274-4.308 2.166-4.753 3.483-4.114 5.134.357.922.638 1.892.71 2.55.245 2.21-1.39 2.781-1.39 2.781 1.99 1.077 5.705 2.48 11.757 2.505z"/>
5
+ <path fill="#FFF" d="M50.595 43.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"/>
6
+ <path fill="#EA5A47" d="M49.725 48.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"/>
7
+ <g>
8
+ <ellipse cx="28.068" cy="32.818" rx="3" ry="5.404"/>
9
+ <ellipse cx="43.932" cy="32.822" rx="3" ry="5.404"/>
10
+ <path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M58.438 32.925C58.806 34.558 59 36.256 59 38c0 12.703-10.297 23-23 23S13 50.703 13 38c0-1.744.194-3.442.562-5.075M36 23.315c9.267-.129 15.335-2.457 15.335-2.457a23.051 23.051 0 015.975 8.472s10.595-8.361 2.295-15.105c0 0-4.006-3.86-10.036 1.646 0 0-3.886 3.665-13.569 3.706-9.683-.04-13.57-3.706-13.57-3.706-6.028-5.505-10.035-1.646-10.035-1.646-8.3 6.743 2.295 15.105 2.295 15.105a23.05 23.05 0 015.976-8.472S26.733 23.187 36 23.315z"/>
11
+ <path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M36 19.577c6.052-.025 9.767-1.428 11.757-2.505 0 0-1.634-.57-1.39-2.782.072-.657.353-1.627.71-2.549.639-1.65.194-2.968-4.114-5.134 0 0-2.082-1.041-2.82-1.274-1.083-.343-2.934-.62-4.143.818-1.209-1.439-3.06-1.16-4.143-.818-.738.233-2.82 1.274-2.82 1.274-4.308 2.166-4.753 3.483-4.114 5.134.357.922.638 1.892.71 2.55.245 2.21-1.39 2.781-1.39 2.781 1.99 1.077 5.705 2.48 11.757 2.505h0z"/>
12
+ <path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M50.595 43.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"/>
13
+ <path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M49.725 48.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"/>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,3 @@
1
+ import { LabIcon } from "@jupyterlab/ui-components/lib/icon/labicon";
2
+ declare const cowboyHatFaceIconJupyterLab: LabIcon;
3
+ export default cowboyHatFaceIconJupyterLab;
@@ -0,0 +1,7 @@
1
+ import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
2
+ import CowboyHatFaceIconSvgStr from './CowboyHatFaceIcon.svg';
3
+ const cowboyHatFaceIconJupyterLab = new LabIcon({
4
+ name: '@datalayer/icons:cowboy-hat-face',
5
+ svgstr: CowboyHatFaceIconSvgStr,
6
+ });
7
+ export default cowboyHatFaceIconJupyterLab;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const GrinningFaceIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
3
+ export default GrinningFaceIcon;
@@ -0,0 +1,64 @@
1
+ import * as React from "react";
2
+
3
+ const sizeMap = {
4
+ "small": 16,
5
+ "medium": 32,
6
+ "large": 64
7
+ };
8
+
9
+ function GrinningFaceIcon({
10
+ title,
11
+ titleId,
12
+ size,
13
+ ...props
14
+ }, svgRef) {
15
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 72 72",
18
+ fill: "currentColor",
19
+ "aria-hidden": "true",
20
+ ref: svgRef,
21
+ width: size ? typeof size === "string" ? sizeMap[size] : size : "16px",
22
+ "aria-labelledby": titleId
23
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
24
+ id: titleId
25
+ }, title) : null, /*#__PURE__*/React.createElement("circle", {
26
+ cx: 36,
27
+ cy: 36,
28
+ r: 23,
29
+ fill: "#FCEA2B"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ fill: "#FFF",
32
+ d: "M50.595 41.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ fill: "#EA5A47",
35
+ d: "M49.725 46.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"
36
+ }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("circle", {
37
+ cx: 36,
38
+ cy: 36,
39
+ r: 23,
40
+ fill: "none",
41
+ stroke: "#000",
42
+ strokeLinecap: "round",
43
+ strokeLinejoin: "round",
44
+ strokeWidth: 2
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ fill: "none",
47
+ stroke: "#000",
48
+ strokeLinecap: "round",
49
+ strokeLinejoin: "round",
50
+ strokeWidth: 2,
51
+ d: "M50.595 41.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ fill: "none",
54
+ stroke: "#000",
55
+ strokeLinecap: "round",
56
+ strokeLinejoin: "round",
57
+ strokeWidth: 2,
58
+ d: "M49.725 46.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"
59
+ }), /*#__PURE__*/React.createElement("path", {
60
+ d: "M30 31a3.001 3.001 0 01-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3M48 31a3.001 3.001 0 01-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3"
61
+ })));
62
+ }
63
+ const ForwardRef = React.forwardRef(GrinningFaceIcon);
64
+ export default ForwardRef;
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
2
+ <circle cx="36" cy="36" r="23" fill="#FCEA2B"/>
3
+ <path fill="#FFF" d="M50.595 41.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"/>
4
+ <path fill="#EA5A47" d="M49.725 46.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"/>
5
+ <g>
6
+ <circle cx="36" cy="36" r="23" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
7
+ <path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M50.595 41.64a11.557 11.557 0 01-.87 4.49c-12.49 3.03-25.43.34-27.49-.13a11.435 11.435 0 01-.83-4.36h.11s14.8 3.59 28.89.07l.19-.07z"/>
8
+ <path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M49.725 46.13c-1.79 4.27-6.35 7.23-13.69 7.23-7.41 0-12.03-3.03-13.8-7.36 2.06.47 15 3.16 27.49.13z"/>
9
+ <path d="M30 31a3.001 3.001 0 01-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3M48 31a3.001 3.001 0 01-6 0c0-1.655 1.345-3 3-3s3 1.345 3 3"/>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,3 @@
1
+ import { LabIcon } from "@jupyterlab/ui-components/lib/icon/labicon";
2
+ declare const grinningFaceIconJupyterLab: LabIcon;
3
+ export default grinningFaceIconJupyterLab;
@@ -0,0 +1,7 @@
1
+ import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
2
+ import GrinningFaceIconSvgStr from './GrinningFaceIcon.svg';
3
+ const grinningFaceIconJupyterLab = new LabIcon({
4
+ name: '@datalayer/icons:grinning-face',
5
+ svgstr: GrinningFaceIconSvgStr,
6
+ });
7
+ export default grinningFaceIconJupyterLab;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ManOfficeWorkerIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
3
+ export default ManOfficeWorkerIcon;