@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,73 @@
|
|
|
1
|
+
import * as React from "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
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
+
<path fill="#92D3F5" d="M17.233 58.624s-2-13.5 10-13.5c3.192 2.128 5.926 3.599 9 3.592h-.125c3.074.007 4.708-2.164 7.9-4.292 15.57 0 11.5 14.2 11.5 14.2"/>
|
|
3
|
+
<path fill="#FFF" d="M35.487 55.298l-3.239-3.932-3.239-3.932h12.956l-3.239 3.932z"/>
|
|
4
|
+
<path fill="#61B2E4" d="M26.48 44.72s-5.9 4.027-2.16 7.467h4.572l-.833 3.742 7.891 1.952.29-2.505-8.36-10.364"/>
|
|
5
|
+
<path fill="#D0CFCE" d="M67.037 43.222l-6.95 16.35h-24.99l6.95-16.35z"/>
|
|
6
|
+
<path fill="#9B9B9A" d="M67.253 43.222l-6.95 16.35h-8.99l6.95-16.35h8.77z"/>
|
|
7
|
+
<g>
|
|
8
|
+
<path fill="#A57939" d="M40.404 47.087l1.643-3.865h16.282c2.094-4.752-4.327-5.14-4.327-5.14s.069-.166.081-.698c.035-1.553-.2-6.221-4.225-18.96-7.115-17.134-20.616-9.126-22.012-6.723-2.334-.86-3.306 0-5.244 5.687-1.414 5.354-4.183 16.175-3.97 20.361-.813-.428-7.473-.004-3.093 8.087a32.769 32.769 0 003.288 3.51c1.412-2.349 3.938-4.222 8.406-4.222 3.165 2.11 5.882 3.57 8.925 3.588 1.677-.01 2.93-.68 4.246-1.625z"/>
|
|
9
|
+
</g>
|
|
10
|
+
<g>
|
|
11
|
+
<path fill="#FCEA2B" d="M47.411 22.306c.222.677.405 1.38.546 2.103.22 1.13.336 2.311.336 3.526 0 8.212-5.325 14.868-11.894 14.868s-11.895-6.656-11.895-14.868c0-.482.018-.958.054-1.428l.051.384c2.02-.981 5.03-9.816 5.03-9.816s-.71 6.44 17.82 5.615"/>
|
|
12
|
+
</g>
|
|
13
|
+
<g>
|
|
14
|
+
<path d="M42.019 26.867a2 2 0 11-4.002-.001 2 2 0 014.002.001M34.019 26.867a2 2 0 11-4.002-.001 2 2 0 014.002.001M36.018 36.87c-1.151 0-2.303-.286-3.447-.858a1 1 0 11.895-1.79c1.717.86 3.387.86 5.105 0a1 1 0 01.895 1.79c-1.144.572-2.296.858-3.448.858z"/>
|
|
15
|
+
<path d="M36.019 43.401c-6.804 0-12.34-6.806-12.34-15.173 0-.485.02-.964.055-1.437l1.994.152a16.92 16.92 0 00-.048 1.285c0 7.264 4.637 13.173 10.339 13.173 5.7 0 10.337-5.909 10.337-13.173 0-1.076-.101-2.142-.301-3.17-.124-.64-.29-1.273-.49-1.885l1.9-.623c.227.69.413 1.406.553 2.126.224 1.153.338 2.348.338 3.552 0 8.367-5.535 15.173-12.337 15.173z"/>
|
|
16
|
+
<path d="M41.516 32.492h-2.007a3.822 3.822 0 01-3.482-2.253 3.822 3.822 0 01-3.481 2.253h-2.007a3.82 3.82 0 01-3.816-3.816v-1.238h-.693a1 1 0 110-2h1.693a1 1 0 011 1v2.238c0 1.002.814 1.816 1.816 1.816h2.007a1.818 1.818 0 001.816-1.816v-1.104a1 1 0 011-1h1.33a1 1 0 011 1v1.104c0 1.002.815 1.816 1.817 1.816h2.007a1.818 1.818 0 001.816-1.816v-2.238a1 1 0 011-1h1.156a1 1 0 110 2h-.156v1.238a3.82 3.82 0 01-3.816 3.816z"/>
|
|
17
|
+
<path d="M24.733 27.867a.999.999 0 01-.437-1.9c.927-.45 2.964-4.903 4.285-8.78a1 1 0 011.94.432c.001 0-.016.686.808 1.51 1.222 1.219 4.821 3.197 15.139 2.735a1 1 0 11.09 1.998c-8.627.387-14.27-.78-16.78-3.462a4.896 4.896 0 01-.169-.188c-1.094 2.836-2.858 6.786-4.44 7.555a.992.992 0 01-.436.1z"/>
|
|
18
|
+
<path d="M16.285 46.03c-.355 0-.7-.19-.88-.523-1.81-3.344-2.144-5.62-1.022-6.961.93-1.11 2.521-1.133 3.664-.968.179-3.4 1.56-9.954 4.193-19.921 1.37-4.027 2.255-5.569 3.529-6.176.718-.342 1.444-.302 2.082-.147 1.568-1.65 5.602-3.886 10.007-3.603 3.648.242 8.735 2.31 12.254 10.786 1.818 5.74 3.036 10.403 3.654 13.943.07.406.542 3.342.787 4.87.944.008 2.317.274 3.3 1.538a1 1 0 11-1.578 1.229c-.815-1.05-2.315-.725-2.33-.72a1 1 0 01-1.22-.813s-.834-5.211-.93-5.761c-.602-3.452-1.799-8.029-3.56-13.602-2.48-5.961-6.026-9.177-10.51-9.475-4.278-.278-8.102 2.316-8.655 3.267-.244.42-.755.601-1.21.436-.76-.28-1.048-.23-1.231-.142-.83.396-1.717 2.723-2.476 4.948-2.91 11.03-4.301 17.956-4.111 20.519a.997.997 0 01-1.311 1.023c-.913-.296-2.399-.445-2.816.054-.132.16-.695 1.134 1.25 4.723a1.002 1.002 0 01-.88 1.476z"/>
|
|
19
|
+
<path d="M16.867 58.719a.998.998 0 01-.986-.847c-.041-.27-.973-6.633 2.58-10.775 1.924-2.241 4.752-3.377 8.408-3.377a1 1 0 01.555.168c3.162 2.108 5.675 3.418 8.406 3.425h.04a1 1 0 011 .998.993.993 0 01-1.02 1.002h-.106c-.016 0-.03 0-.046-.002-3.1-.042-5.816-1.403-9.126-3.588-2.896.056-5.11.954-6.586 2.669-2.956 3.436-2.137 9.12-2.129 9.177a1 1 0 01-.99 1.15z"/>
|
|
20
|
+
<path d="M33.946 55.083a.995.995 0 01-.781-.375L25.9 45.637a.999.999 0 01.156-1.406.997.997 0 011.405.156l7.265 9.071a.999.999 0 01-.78 1.625z"/>
|
|
21
|
+
<path d="M32.957 57.156c-.074 0-.15-.008-.226-.025l-4.897-1.128a.999.999 0 01-.735-1.256l.458-1.56h-3.238c-.25 0-.492-.095-.676-.264-1.405-1.292-1.62-2.646-1.554-3.555.213-2.927 3.459-5.222 3.828-5.474a1 1 0 011.128 1.651c-.783.538-2.843 2.3-2.962 3.972-.042.591.17 1.14.65 1.67h4.16a1.002 1.002 0 01.96 1.28l-.537 1.825 3.865.89a1 1 0 01-.224 1.974z"/>
|
|
22
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M35.097 59.572h24.99l6.95-16.35h-24.99zM24.127 59.572h10.97"/>
|
|
23
|
+
</g>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import WomanTechnologistIconSvgStr from './WomanTechnologistIcon.svg';
|
|
3
|
+
const womanTechnologistIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:woman-technologist',
|
|
5
|
+
svgstr: WomanTechnologistIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default womanTechnologistIconJupyterLab;
|
package/data2/esm/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
export { default as AlienMaskIcon } from './AlienMaskIcon'
|
|
2
|
+
// export { default as alienMaskIconLabIcon } from './AlienMaskIconLabIcon'
|
|
1
3
|
export { default as AlienMonsterIcon } from './AlienMonsterIcon'
|
|
2
4
|
// export { default as alienMonsterIconLabIcon } from './AlienMonsterIconLabIcon'
|
|
3
|
-
export { default as AlienIcon } from './AlienIcon'
|
|
4
|
-
// export { default as alienIconLabIcon } from './AlienIconLabIcon'
|
|
5
5
|
export { default as AngularIcon } from './AngularIcon'
|
|
6
6
|
// export { default as angularIconLabIcon } from './AngularIconLabIcon'
|
|
7
7
|
export { default as AppleRainbowIcon } from './AppleRainbowIcon'
|
|
@@ -96,6 +96,8 @@ export { default as CopyrightIcon } from './CopyrightIcon'
|
|
|
96
96
|
// export { default as copyrightIconLabIcon } from './CopyrightIconLabIcon'
|
|
97
97
|
export { default as CounterClockWiseIcon } from './CounterClockWiseIcon'
|
|
98
98
|
// export { default as counterClockWiseIconLabIcon } from './CounterClockWiseIconLabIcon'
|
|
99
|
+
export { default as CowboyHatFaceIcon } from './CowboyHatFaceIcon'
|
|
100
|
+
// export { default as cowboyHatFaceIconLabIcon } from './CowboyHatFaceIconLabIcon'
|
|
99
101
|
export { default as CreditCardIcon } from './CreditCardIcon'
|
|
100
102
|
// export { default as creditCardIconLabIcon } from './CreditCardIconLabIcon'
|
|
101
103
|
export { default as CrossMarkIcon } from './CrossMarkIcon'
|
|
@@ -158,6 +160,8 @@ export { default as GearIcon } from './GearIcon'
|
|
|
158
160
|
// export { default as gearIconLabIcon } from './GearIconLabIcon'
|
|
159
161
|
export { default as GremlinIcon } from './GremlinIcon'
|
|
160
162
|
// export { default as gremlinIconLabIcon } from './GremlinIconLabIcon'
|
|
163
|
+
export { default as GrinningFaceIcon } from './GrinningFaceIcon'
|
|
164
|
+
// export { default as grinningFaceIconLabIcon } from './GrinningFaceIconLabIcon'
|
|
161
165
|
export { default as HeartOutlineIcon } from './HeartOutlineIcon'
|
|
162
166
|
// export { default as heartOutlineIconLabIcon } from './HeartOutlineIconLabIcon'
|
|
163
167
|
export { default as HeartRedIcon } from './HeartRedIcon'
|
|
@@ -222,10 +226,18 @@ export { default as MagnetUpIcon } from './MagnetUpIcon'
|
|
|
222
226
|
// export { default as magnetUpIconLabIcon } from './MagnetUpIconLabIcon'
|
|
223
227
|
export { default as MagnifyingGlassTiltedRightIcon } from './MagnifyingGlassTiltedRightIcon'
|
|
224
228
|
// export { default as magnifyingGlassTiltedRightIconLabIcon } from './MagnifyingGlassTiltedRightIconLabIcon'
|
|
229
|
+
export { default as ManOfficeWorkerIcon } from './ManOfficeWorkerIcon'
|
|
230
|
+
// export { default as manOfficeWorkerIconLabIcon } from './ManOfficeWorkerIconLabIcon'
|
|
231
|
+
export { default as ManTechnologistIcon } from './ManTechnologistIcon'
|
|
232
|
+
// export { default as manTechnologistIconLabIcon } from './ManTechnologistIconLabIcon'
|
|
225
233
|
export { default as MicrophoneIcon } from './MicrophoneIcon'
|
|
226
234
|
// export { default as microphoneIconLabIcon } from './MicrophoneIconLabIcon'
|
|
235
|
+
export { default as MirrorBallIcon } from './MirrorBallIcon'
|
|
236
|
+
// export { default as mirrorBallIconLabIcon } from './MirrorBallIconLabIcon'
|
|
227
237
|
export { default as MobilePhoneIcon } from './MobilePhoneIcon'
|
|
228
238
|
// export { default as mobilePhoneIconLabIcon } from './MobilePhoneIconLabIcon'
|
|
239
|
+
export { default as MoneyMouthFaceIcon } from './MoneyMouthFaceIcon'
|
|
240
|
+
// export { default as moneyMouthFaceIconLabIcon } from './MoneyMouthFaceIconLabIcon'
|
|
229
241
|
export { default as MortorWayIcon } from './MortorWayIcon'
|
|
230
242
|
// export { default as mortorWayIconLabIcon } from './MortorWayIconLabIcon'
|
|
231
243
|
export { default as MusicalKeyboardIcon } from './MusicalKeyboardIcon'
|
|
@@ -310,6 +322,8 @@ export { default as RocketIcon } from './RocketIcon'
|
|
|
310
322
|
// export { default as rocketIconLabIcon } from './RocketIconLabIcon'
|
|
311
323
|
export { default as RunIcon } from './RunIcon'
|
|
312
324
|
// export { default as runIconLabIcon } from './RunIconLabIcon'
|
|
325
|
+
export { default as SantaClausIcon } from './SantaClausIcon'
|
|
326
|
+
// export { default as santaClausIconLabIcon } from './SantaClausIconLabIcon'
|
|
313
327
|
export { default as SatelliteIcon } from './SatelliteIcon'
|
|
314
328
|
// export { default as satelliteIconLabIcon } from './SatelliteIconLabIcon'
|
|
315
329
|
export { default as SchoolIcon } from './SchoolIcon'
|
|
@@ -400,6 +414,8 @@ export { default as WifiIcon } from './WifiIcon'
|
|
|
400
414
|
// export { default as wifiIconLabIcon } from './WifiIconLabIcon'
|
|
401
415
|
export { default as WikidataIcon } from './WikidataIcon'
|
|
402
416
|
// export { default as wikidataIconLabIcon } from './WikidataIconLabIcon'
|
|
417
|
+
export { default as WomanTechnologistIcon } from './WomanTechnologistIcon'
|
|
418
|
+
// export { default as womanTechnologistIconLabIcon } from './WomanTechnologistIconLabIcon'
|
|
403
419
|
export { default as WrappedGiftIcon } from './WrappedGiftIcon'
|
|
404
420
|
// export { default as wrappedGiftIconLabIcon } from './WrappedGiftIconLabIcon'
|
|
405
421
|
export { default as WritingHandIcon } from './WritingHandIcon'
|
package/data2/esm/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
export { default as AlienMaskIcon } from './AlienMaskIcon.js'
|
|
2
|
+
// export { default as alienMaskIconLabIcon } from './AlienMaskIconLabIcon.js'
|
|
1
3
|
export { default as AlienMonsterIcon } from './AlienMonsterIcon.js'
|
|
2
4
|
// export { default as alienMonsterIconLabIcon } from './AlienMonsterIconLabIcon.js'
|
|
3
|
-
export { default as AlienIcon } from './AlienIcon.js'
|
|
4
|
-
// export { default as alienIconLabIcon } from './AlienIconLabIcon.js'
|
|
5
5
|
export { default as AngularIcon } from './AngularIcon.js'
|
|
6
6
|
// export { default as angularIconLabIcon } from './AngularIconLabIcon.js'
|
|
7
7
|
export { default as AppleRainbowIcon } from './AppleRainbowIcon.js'
|
|
@@ -96,6 +96,8 @@ export { default as CopyrightIcon } from './CopyrightIcon.js'
|
|
|
96
96
|
// export { default as copyrightIconLabIcon } from './CopyrightIconLabIcon.js'
|
|
97
97
|
export { default as CounterClockWiseIcon } from './CounterClockWiseIcon.js'
|
|
98
98
|
// export { default as counterClockWiseIconLabIcon } from './CounterClockWiseIconLabIcon.js'
|
|
99
|
+
export { default as CowboyHatFaceIcon } from './CowboyHatFaceIcon.js'
|
|
100
|
+
// export { default as cowboyHatFaceIconLabIcon } from './CowboyHatFaceIconLabIcon.js'
|
|
99
101
|
export { default as CreditCardIcon } from './CreditCardIcon.js'
|
|
100
102
|
// export { default as creditCardIconLabIcon } from './CreditCardIconLabIcon.js'
|
|
101
103
|
export { default as CrossMarkIcon } from './CrossMarkIcon.js'
|
|
@@ -158,6 +160,8 @@ export { default as GearIcon } from './GearIcon.js'
|
|
|
158
160
|
// export { default as gearIconLabIcon } from './GearIconLabIcon.js'
|
|
159
161
|
export { default as GremlinIcon } from './GremlinIcon.js'
|
|
160
162
|
// export { default as gremlinIconLabIcon } from './GremlinIconLabIcon.js'
|
|
163
|
+
export { default as GrinningFaceIcon } from './GrinningFaceIcon.js'
|
|
164
|
+
// export { default as grinningFaceIconLabIcon } from './GrinningFaceIconLabIcon.js'
|
|
161
165
|
export { default as HeartOutlineIcon } from './HeartOutlineIcon.js'
|
|
162
166
|
// export { default as heartOutlineIconLabIcon } from './HeartOutlineIconLabIcon.js'
|
|
163
167
|
export { default as HeartRedIcon } from './HeartRedIcon.js'
|
|
@@ -222,10 +226,18 @@ export { default as MagnetUpIcon } from './MagnetUpIcon.js'
|
|
|
222
226
|
// export { default as magnetUpIconLabIcon } from './MagnetUpIconLabIcon.js'
|
|
223
227
|
export { default as MagnifyingGlassTiltedRightIcon } from './MagnifyingGlassTiltedRightIcon.js'
|
|
224
228
|
// export { default as magnifyingGlassTiltedRightIconLabIcon } from './MagnifyingGlassTiltedRightIconLabIcon.js'
|
|
229
|
+
export { default as ManOfficeWorkerIcon } from './ManOfficeWorkerIcon.js'
|
|
230
|
+
// export { default as manOfficeWorkerIconLabIcon } from './ManOfficeWorkerIconLabIcon.js'
|
|
231
|
+
export { default as ManTechnologistIcon } from './ManTechnologistIcon.js'
|
|
232
|
+
// export { default as manTechnologistIconLabIcon } from './ManTechnologistIconLabIcon.js'
|
|
225
233
|
export { default as MicrophoneIcon } from './MicrophoneIcon.js'
|
|
226
234
|
// export { default as microphoneIconLabIcon } from './MicrophoneIconLabIcon.js'
|
|
235
|
+
export { default as MirrorBallIcon } from './MirrorBallIcon.js'
|
|
236
|
+
// export { default as mirrorBallIconLabIcon } from './MirrorBallIconLabIcon.js'
|
|
227
237
|
export { default as MobilePhoneIcon } from './MobilePhoneIcon.js'
|
|
228
238
|
// export { default as mobilePhoneIconLabIcon } from './MobilePhoneIconLabIcon.js'
|
|
239
|
+
export { default as MoneyMouthFaceIcon } from './MoneyMouthFaceIcon.js'
|
|
240
|
+
// export { default as moneyMouthFaceIconLabIcon } from './MoneyMouthFaceIconLabIcon.js'
|
|
229
241
|
export { default as MortorWayIcon } from './MortorWayIcon.js'
|
|
230
242
|
// export { default as mortorWayIconLabIcon } from './MortorWayIconLabIcon.js'
|
|
231
243
|
export { default as MusicalKeyboardIcon } from './MusicalKeyboardIcon.js'
|
|
@@ -310,6 +322,8 @@ export { default as RocketIcon } from './RocketIcon.js'
|
|
|
310
322
|
// export { default as rocketIconLabIcon } from './RocketIconLabIcon.js'
|
|
311
323
|
export { default as RunIcon } from './RunIcon.js'
|
|
312
324
|
// export { default as runIconLabIcon } from './RunIconLabIcon.js'
|
|
325
|
+
export { default as SantaClausIcon } from './SantaClausIcon.js'
|
|
326
|
+
// export { default as santaClausIconLabIcon } from './SantaClausIconLabIcon.js'
|
|
313
327
|
export { default as SatelliteIcon } from './SatelliteIcon.js'
|
|
314
328
|
// export { default as satelliteIconLabIcon } from './SatelliteIconLabIcon.js'
|
|
315
329
|
export { default as SchoolIcon } from './SchoolIcon.js'
|
|
@@ -400,6 +414,8 @@ export { default as WifiIcon } from './WifiIcon.js'
|
|
|
400
414
|
// export { default as wifiIconLabIcon } from './WifiIconLabIcon.js'
|
|
401
415
|
export { default as WikidataIcon } from './WikidataIcon.js'
|
|
402
416
|
// export { default as wikidataIconLabIcon } from './WikidataIconLabIcon.js'
|
|
417
|
+
export { default as WomanTechnologistIcon } from './WomanTechnologistIcon.js'
|
|
418
|
+
// export { default as womanTechnologistIconLabIcon } from './WomanTechnologistIconLabIcon.js'
|
|
403
419
|
export { default as WrappedGiftIcon } from './WrappedGiftIcon.js'
|
|
404
420
|
// export { default as wrappedGiftIconLabIcon } from './WrappedGiftIconLabIcon.js'
|
|
405
421
|
export { default as WritingHandIcon } from './WritingHandIcon.js'
|
package/data2/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
export { default as AlienMaskIcon } from './AlienMaskIcon'
|
|
2
|
+
// export { default as alienMaskIconLabIcon } from './AlienMaskIconLabIcon'
|
|
1
3
|
export { default as AlienMonsterIcon } from './AlienMonsterIcon'
|
|
2
4
|
// export { default as alienMonsterIconLabIcon } from './AlienMonsterIconLabIcon'
|
|
3
|
-
export { default as AlienIcon } from './AlienIcon'
|
|
4
|
-
// export { default as alienIconLabIcon } from './AlienIconLabIcon'
|
|
5
5
|
export { default as AngularIcon } from './AngularIcon'
|
|
6
6
|
// export { default as angularIconLabIcon } from './AngularIconLabIcon'
|
|
7
7
|
export { default as AppleRainbowIcon } from './AppleRainbowIcon'
|
|
@@ -96,6 +96,8 @@ export { default as CopyrightIcon } from './CopyrightIcon'
|
|
|
96
96
|
// export { default as copyrightIconLabIcon } from './CopyrightIconLabIcon'
|
|
97
97
|
export { default as CounterClockWiseIcon } from './CounterClockWiseIcon'
|
|
98
98
|
// export { default as counterClockWiseIconLabIcon } from './CounterClockWiseIconLabIcon'
|
|
99
|
+
export { default as CowboyHatFaceIcon } from './CowboyHatFaceIcon'
|
|
100
|
+
// export { default as cowboyHatFaceIconLabIcon } from './CowboyHatFaceIconLabIcon'
|
|
99
101
|
export { default as CreditCardIcon } from './CreditCardIcon'
|
|
100
102
|
// export { default as creditCardIconLabIcon } from './CreditCardIconLabIcon'
|
|
101
103
|
export { default as CrossMarkIcon } from './CrossMarkIcon'
|
|
@@ -158,6 +160,8 @@ export { default as GearIcon } from './GearIcon'
|
|
|
158
160
|
// export { default as gearIconLabIcon } from './GearIconLabIcon'
|
|
159
161
|
export { default as GremlinIcon } from './GremlinIcon'
|
|
160
162
|
// export { default as gremlinIconLabIcon } from './GremlinIconLabIcon'
|
|
163
|
+
export { default as GrinningFaceIcon } from './GrinningFaceIcon'
|
|
164
|
+
// export { default as grinningFaceIconLabIcon } from './GrinningFaceIconLabIcon'
|
|
161
165
|
export { default as HeartOutlineIcon } from './HeartOutlineIcon'
|
|
162
166
|
// export { default as heartOutlineIconLabIcon } from './HeartOutlineIconLabIcon'
|
|
163
167
|
export { default as HeartRedIcon } from './HeartRedIcon'
|
|
@@ -222,10 +226,18 @@ export { default as MagnetUpIcon } from './MagnetUpIcon'
|
|
|
222
226
|
// export { default as magnetUpIconLabIcon } from './MagnetUpIconLabIcon'
|
|
223
227
|
export { default as MagnifyingGlassTiltedRightIcon } from './MagnifyingGlassTiltedRightIcon'
|
|
224
228
|
// export { default as magnifyingGlassTiltedRightIconLabIcon } from './MagnifyingGlassTiltedRightIconLabIcon'
|
|
229
|
+
export { default as ManOfficeWorkerIcon } from './ManOfficeWorkerIcon'
|
|
230
|
+
// export { default as manOfficeWorkerIconLabIcon } from './ManOfficeWorkerIconLabIcon'
|
|
231
|
+
export { default as ManTechnologistIcon } from './ManTechnologistIcon'
|
|
232
|
+
// export { default as manTechnologistIconLabIcon } from './ManTechnologistIconLabIcon'
|
|
225
233
|
export { default as MicrophoneIcon } from './MicrophoneIcon'
|
|
226
234
|
// export { default as microphoneIconLabIcon } from './MicrophoneIconLabIcon'
|
|
235
|
+
export { default as MirrorBallIcon } from './MirrorBallIcon'
|
|
236
|
+
// export { default as mirrorBallIconLabIcon } from './MirrorBallIconLabIcon'
|
|
227
237
|
export { default as MobilePhoneIcon } from './MobilePhoneIcon'
|
|
228
238
|
// export { default as mobilePhoneIconLabIcon } from './MobilePhoneIconLabIcon'
|
|
239
|
+
export { default as MoneyMouthFaceIcon } from './MoneyMouthFaceIcon'
|
|
240
|
+
// export { default as moneyMouthFaceIconLabIcon } from './MoneyMouthFaceIconLabIcon'
|
|
229
241
|
export { default as MortorWayIcon } from './MortorWayIcon'
|
|
230
242
|
// export { default as mortorWayIconLabIcon } from './MortorWayIconLabIcon'
|
|
231
243
|
export { default as MusicalKeyboardIcon } from './MusicalKeyboardIcon'
|
|
@@ -310,6 +322,8 @@ export { default as RocketIcon } from './RocketIcon'
|
|
|
310
322
|
// export { default as rocketIconLabIcon } from './RocketIconLabIcon'
|
|
311
323
|
export { default as RunIcon } from './RunIcon'
|
|
312
324
|
// export { default as runIconLabIcon } from './RunIconLabIcon'
|
|
325
|
+
export { default as SantaClausIcon } from './SantaClausIcon'
|
|
326
|
+
// export { default as santaClausIconLabIcon } from './SantaClausIconLabIcon'
|
|
313
327
|
export { default as SatelliteIcon } from './SatelliteIcon'
|
|
314
328
|
// export { default as satelliteIconLabIcon } from './SatelliteIconLabIcon'
|
|
315
329
|
export { default as SchoolIcon } from './SchoolIcon'
|
|
@@ -400,6 +414,8 @@ export { default as WifiIcon } from './WifiIcon'
|
|
|
400
414
|
// export { default as wifiIconLabIcon } from './WifiIconLabIcon'
|
|
401
415
|
export { default as WikidataIcon } from './WikidataIcon'
|
|
402
416
|
// export { default as wikidataIconLabIcon } from './WikidataIconLabIcon'
|
|
417
|
+
export { default as WomanTechnologistIcon } from './WomanTechnologistIcon'
|
|
418
|
+
// export { default as womanTechnologistIconLabIcon } from './WomanTechnologistIconLabIcon'
|
|
403
419
|
export { default as WrappedGiftIcon } from './WrappedGiftIcon'
|
|
404
420
|
// export { default as wrappedGiftIconLabIcon } from './WrappedGiftIconLabIcon'
|
|
405
421
|
export { default as WritingHandIcon } from './WritingHandIcon'
|
package/data2/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
module.exports.AlienMaskIcon = require("./AlienMaskIcon.js")
|
|
2
|
+
// module.exports.alienMaskIconLabIcon = require("./AlienMaskIconLabIcon.js")
|
|
1
3
|
module.exports.AlienMonsterIcon = require("./AlienMonsterIcon.js")
|
|
2
4
|
// module.exports.alienMonsterIconLabIcon = require("./AlienMonsterIconLabIcon.js")
|
|
3
|
-
module.exports.AlienIcon = require("./AlienIcon.js")
|
|
4
|
-
// module.exports.alienIconLabIcon = require("./AlienIconLabIcon.js")
|
|
5
5
|
module.exports.AngularIcon = require("./AngularIcon.js")
|
|
6
6
|
// module.exports.angularIconLabIcon = require("./AngularIconLabIcon.js")
|
|
7
7
|
module.exports.AppleRainbowIcon = require("./AppleRainbowIcon.js")
|
|
@@ -96,6 +96,8 @@ module.exports.CopyrightIcon = require("./CopyrightIcon.js")
|
|
|
96
96
|
// module.exports.copyrightIconLabIcon = require("./CopyrightIconLabIcon.js")
|
|
97
97
|
module.exports.CounterClockWiseIcon = require("./CounterClockWiseIcon.js")
|
|
98
98
|
// module.exports.counterClockWiseIconLabIcon = require("./CounterClockWiseIconLabIcon.js")
|
|
99
|
+
module.exports.CowboyHatFaceIcon = require("./CowboyHatFaceIcon.js")
|
|
100
|
+
// module.exports.cowboyHatFaceIconLabIcon = require("./CowboyHatFaceIconLabIcon.js")
|
|
99
101
|
module.exports.CreditCardIcon = require("./CreditCardIcon.js")
|
|
100
102
|
// module.exports.creditCardIconLabIcon = require("./CreditCardIconLabIcon.js")
|
|
101
103
|
module.exports.CrossMarkIcon = require("./CrossMarkIcon.js")
|
|
@@ -158,6 +160,8 @@ module.exports.GearIcon = require("./GearIcon.js")
|
|
|
158
160
|
// module.exports.gearIconLabIcon = require("./GearIconLabIcon.js")
|
|
159
161
|
module.exports.GremlinIcon = require("./GremlinIcon.js")
|
|
160
162
|
// module.exports.gremlinIconLabIcon = require("./GremlinIconLabIcon.js")
|
|
163
|
+
module.exports.GrinningFaceIcon = require("./GrinningFaceIcon.js")
|
|
164
|
+
// module.exports.grinningFaceIconLabIcon = require("./GrinningFaceIconLabIcon.js")
|
|
161
165
|
module.exports.HeartOutlineIcon = require("./HeartOutlineIcon.js")
|
|
162
166
|
// module.exports.heartOutlineIconLabIcon = require("./HeartOutlineIconLabIcon.js")
|
|
163
167
|
module.exports.HeartRedIcon = require("./HeartRedIcon.js")
|
|
@@ -222,10 +226,18 @@ module.exports.MagnetUpIcon = require("./MagnetUpIcon.js")
|
|
|
222
226
|
// module.exports.magnetUpIconLabIcon = require("./MagnetUpIconLabIcon.js")
|
|
223
227
|
module.exports.MagnifyingGlassTiltedRightIcon = require("./MagnifyingGlassTiltedRightIcon.js")
|
|
224
228
|
// module.exports.magnifyingGlassTiltedRightIconLabIcon = require("./MagnifyingGlassTiltedRightIconLabIcon.js")
|
|
229
|
+
module.exports.ManOfficeWorkerIcon = require("./ManOfficeWorkerIcon.js")
|
|
230
|
+
// module.exports.manOfficeWorkerIconLabIcon = require("./ManOfficeWorkerIconLabIcon.js")
|
|
231
|
+
module.exports.ManTechnologistIcon = require("./ManTechnologistIcon.js")
|
|
232
|
+
// module.exports.manTechnologistIconLabIcon = require("./ManTechnologistIconLabIcon.js")
|
|
225
233
|
module.exports.MicrophoneIcon = require("./MicrophoneIcon.js")
|
|
226
234
|
// module.exports.microphoneIconLabIcon = require("./MicrophoneIconLabIcon.js")
|
|
235
|
+
module.exports.MirrorBallIcon = require("./MirrorBallIcon.js")
|
|
236
|
+
// module.exports.mirrorBallIconLabIcon = require("./MirrorBallIconLabIcon.js")
|
|
227
237
|
module.exports.MobilePhoneIcon = require("./MobilePhoneIcon.js")
|
|
228
238
|
// module.exports.mobilePhoneIconLabIcon = require("./MobilePhoneIconLabIcon.js")
|
|
239
|
+
module.exports.MoneyMouthFaceIcon = require("./MoneyMouthFaceIcon.js")
|
|
240
|
+
// module.exports.moneyMouthFaceIconLabIcon = require("./MoneyMouthFaceIconLabIcon.js")
|
|
229
241
|
module.exports.MortorWayIcon = require("./MortorWayIcon.js")
|
|
230
242
|
// module.exports.mortorWayIconLabIcon = require("./MortorWayIconLabIcon.js")
|
|
231
243
|
module.exports.MusicalKeyboardIcon = require("./MusicalKeyboardIcon.js")
|
|
@@ -310,6 +322,8 @@ module.exports.RocketIcon = require("./RocketIcon.js")
|
|
|
310
322
|
// module.exports.rocketIconLabIcon = require("./RocketIconLabIcon.js")
|
|
311
323
|
module.exports.RunIcon = require("./RunIcon.js")
|
|
312
324
|
// module.exports.runIconLabIcon = require("./RunIconLabIcon.js")
|
|
325
|
+
module.exports.SantaClausIcon = require("./SantaClausIcon.js")
|
|
326
|
+
// module.exports.santaClausIconLabIcon = require("./SantaClausIconLabIcon.js")
|
|
313
327
|
module.exports.SatelliteIcon = require("./SatelliteIcon.js")
|
|
314
328
|
// module.exports.satelliteIconLabIcon = require("./SatelliteIconLabIcon.js")
|
|
315
329
|
module.exports.SchoolIcon = require("./SchoolIcon.js")
|
|
@@ -400,6 +414,8 @@ module.exports.WifiIcon = require("./WifiIcon.js")
|
|
|
400
414
|
// module.exports.wifiIconLabIcon = require("./WifiIconLabIcon.js")
|
|
401
415
|
module.exports.WikidataIcon = require("./WikidataIcon.js")
|
|
402
416
|
// module.exports.wikidataIconLabIcon = require("./WikidataIconLabIcon.js")
|
|
417
|
+
module.exports.WomanTechnologistIcon = require("./WomanTechnologistIcon.js")
|
|
418
|
+
// module.exports.womanTechnologistIconLabIcon = require("./WomanTechnologistIconLabIcon.js")
|
|
403
419
|
module.exports.WrappedGiftIcon = require("./WrappedGiftIcon.js")
|
|
404
420
|
// module.exports.wrappedGiftIconLabIcon = require("./WrappedGiftIconLabIcon.js")
|
|
405
421
|
module.exports.WritingHandIcon = require("./WritingHandIcon.js")
|
package/package.json
CHANGED
package/data2/AlienIcon.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
declare const AlienIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
-
export default AlienIcon;
|
package/data2/esm/AlienIcon.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
declare const AlienIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
-
export default AlienIcon;
|
|
File without changes
|
|
File without changes
|