@datalayer/icons-react 0.3.3 → 0.3.4
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/data1/CameraIcon.d.ts +3 -0
- package/data1/CameraIcon.js +32 -0
- package/data1/CameraIcon.svg +3 -0
- package/data1/CameraIconJupyterLab.d.ts +3 -0
- package/data1/CameraIconJupyterLab.js +7 -0
- package/data1/DatalayerGreenPaddingIcon.js +3 -0
- package/data1/DatalayerGreenPaddingIcon.svg +3 -3
- package/data1/esm/CameraIcon.d.ts +3 -0
- package/data1/esm/CameraIcon.js +32 -0
- package/data1/esm/CameraIcon.svg +3 -0
- package/data1/esm/CameraIconJupyterLab.d.ts +3 -0
- package/data1/esm/CameraIconJupyterLab.js +7 -0
- package/data1/esm/DatalayerGreenPaddingIcon.js +3 -0
- package/data1/esm/DatalayerGreenPaddingIcon.svg +3 -3
- package/data1/esm/index.d.ts +2 -0
- package/data1/esm/index.js +2 -0
- package/data1/index.d.ts +2 -0
- package/data1/index.js +2 -0
- package/data2/AppleRainbowIcon.js +9 -4
- package/data2/AppleRainbowIcon.svg +8 -10
- package/data2/BuildingClassicIcon.js +1 -14
- package/data2/BuildingClassicIcon.svg +2 -4
- package/data2/DockerNameIcon.js +0 -1
- package/data2/DockerNameIcon.svg +1 -1
- package/data2/FlyingSaucerIcon.js +1 -6
- package/data2/FlyingSaucerIcon.svg +1 -2
- package/data2/HouseIcon.js +16 -0
- package/data2/HouseIcon.svg +4 -4
- package/data2/MobilePhoneIcon.js +7 -2
- package/data2/MobilePhoneIcon.svg +5 -3
- package/data2/NotebookIcon.js +4 -0
- package/data2/NotebookIcon.svg +1 -1
- package/data2/PictureFramedIcon.d.ts +3 -0
- package/data2/PictureFramedIcon.js +67 -0
- package/data2/PictureFramedIcon.svg +15 -0
- package/data2/PictureFramedIconJupyterLab.d.ts +3 -0
- package/data2/PictureFramedIconJupyterLab.js +7 -0
- package/data2/PictureIcon.d.ts +3 -0
- package/data2/PictureIcon.js +57 -0
- package/data2/PictureIcon.svg +12 -0
- package/data2/PictureIconJupyterLab.d.ts +3 -0
- package/data2/PictureIconJupyterLab.js +7 -0
- package/data2/RadarIcon.js +13 -8
- package/data2/RadarIcon.svg +5 -5
- package/data2/RainbowFlagIcon.js +5 -3
- package/data2/RainbowFlagIcon.svg +8 -8
- package/data2/SatelliteIcon.js +7 -2
- package/data2/SatelliteIcon.svg +7 -5
- package/data2/ScrollIcon.js +4 -0
- package/data2/ScrollIcon.svg +1 -1
- package/data2/SosIcon.js +2 -0
- package/data2/SosIcon.svg +1 -1
- package/data2/SpeechBubbleLeftIcon.js +4 -0
- package/data2/SpeechBubbleLeftIcon.svg +1 -1
- package/data2/SquareWhiteLargeIcon.js +3 -0
- package/data2/SquareWhiteLargeIcon.svg +1 -1
- package/data2/WhaleSpoutingIcon.js +2 -0
- package/data2/WhaleSpoutingIcon.svg +2 -2
- package/data2/YinYangIcon.js +10 -2
- package/data2/YinYangIcon.svg +3 -3
- package/data2/esm/AppleRainbowIcon.js +9 -4
- package/data2/esm/AppleRainbowIcon.svg +8 -10
- package/data2/esm/BuildingClassicIcon.js +1 -14
- package/data2/esm/BuildingClassicIcon.svg +2 -4
- package/data2/esm/DockerNameIcon.js +0 -1
- package/data2/esm/DockerNameIcon.svg +1 -1
- package/data2/esm/FlyingSaucerIcon.js +1 -6
- package/data2/esm/FlyingSaucerIcon.svg +1 -2
- package/data2/esm/HouseIcon.js +16 -0
- package/data2/esm/HouseIcon.svg +4 -4
- package/data2/esm/MobilePhoneIcon.js +7 -2
- package/data2/esm/MobilePhoneIcon.svg +5 -3
- package/data2/esm/NotebookIcon.js +4 -0
- package/data2/esm/NotebookIcon.svg +1 -1
- package/data2/esm/PictureFramedIcon.d.ts +3 -0
- package/data2/esm/PictureFramedIcon.js +67 -0
- package/data2/esm/PictureFramedIcon.svg +15 -0
- package/data2/esm/PictureFramedIconJupyterLab.d.ts +3 -0
- package/data2/esm/PictureFramedIconJupyterLab.js +7 -0
- package/data2/esm/PictureIcon.d.ts +3 -0
- package/data2/esm/PictureIcon.js +57 -0
- package/data2/esm/PictureIcon.svg +12 -0
- package/data2/esm/PictureIconJupyterLab.d.ts +3 -0
- package/data2/esm/PictureIconJupyterLab.js +7 -0
- package/data2/esm/RadarIcon.js +13 -8
- package/data2/esm/RadarIcon.svg +5 -5
- package/data2/esm/RainbowFlagIcon.js +5 -3
- package/data2/esm/RainbowFlagIcon.svg +8 -8
- package/data2/esm/SatelliteIcon.js +7 -2
- package/data2/esm/SatelliteIcon.svg +7 -5
- package/data2/esm/ScrollIcon.js +4 -0
- package/data2/esm/ScrollIcon.svg +1 -1
- package/data2/esm/SosIcon.js +2 -0
- package/data2/esm/SosIcon.svg +1 -1
- package/data2/esm/SpeechBubbleLeftIcon.js +4 -0
- package/data2/esm/SpeechBubbleLeftIcon.svg +1 -1
- package/data2/esm/SquareWhiteLargeIcon.js +3 -0
- package/data2/esm/SquareWhiteLargeIcon.svg +1 -1
- package/data2/esm/WhaleSpoutingIcon.js +2 -0
- package/data2/esm/WhaleSpoutingIcon.svg +2 -2
- package/data2/esm/YinYangIcon.js +10 -2
- package/data2/esm/YinYangIcon.svg +3 -3
- package/data2/esm/index.d.ts +4 -0
- package/data2/esm/index.js +4 -0
- package/data2/index.d.ts +4 -0
- package/data2/index.js +4 -0
- package/package.json +10 -3
|
@@ -27,23 +27,10 @@ function BuildingClassicIcon({
|
|
|
27
27
|
d: "M18.54 26h34.92v25.95H18.54z"
|
|
28
28
|
}), /*#__PURE__*/React.createElement("path", {
|
|
29
29
|
fill: "#fff",
|
|
30
|
-
strokeMiterlimit: 10,
|
|
31
30
|
d: "M12 56h48v4H12zM14.13 22h43.74v4H14.13zM15.72 52h40.55v4H15.72zM18.5 26h4v26h-4z"
|
|
32
31
|
}), /*#__PURE__*/React.createElement("path", {
|
|
33
32
|
fill: "#fff",
|
|
34
|
-
|
|
35
|
-
d: "M27.35 26.15h4v26h-4zM49.52 25.95h3.941v26H49.52z"
|
|
36
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
-
fill: "#fff",
|
|
38
|
-
strokeLinecap: "round",
|
|
39
|
-
strokeLinejoin: "round",
|
|
40
|
-
strokeMiterlimit: 10,
|
|
41
|
-
strokeWidth: 2,
|
|
42
|
-
d: "M36 12l-17 9.75h34z"
|
|
43
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
44
|
-
fill: "#fff",
|
|
45
|
-
strokeMiterlimit: 10,
|
|
46
|
-
d: "M40.35 26.15h4v26h-4z"
|
|
33
|
+
d: "M27.35 26.15h4v26h-4zM49.52 25.95h3.941v26H49.52zM36 12l-17 9.75h34zM40.35 26.15h4v26h-4z"
|
|
47
34
|
}), /*#__PURE__*/React.createElement("g", {
|
|
48
35
|
fill: "none",
|
|
49
36
|
stroke: "#000",
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
2
|
<path fill="#9b9b9a" d="M18.54 26h34.92v25.95H18.54z"/>
|
|
3
|
-
<path fill="#fff"
|
|
4
|
-
<path fill="#fff"
|
|
5
|
-
<path fill="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M36 12l-17 9.75h34z"/>
|
|
6
|
-
<path fill="#fff" stroke-miterlimit="10" d="M40.35 26.15h4v26h-4z"/>
|
|
3
|
+
<path fill="#fff" d="M12 56h48v4H12zM14.13 22h43.74v4H14.13zM15.72 52h40.55v4H15.72zM18.5 26h4v26h-4z"/>
|
|
4
|
+
<path fill="#fff" d="M27.35 26.15h4v26h-4zM49.52 25.95h3.941v26H49.52zM36 12l-17 9.75h34zM40.35 26.15h4v26h-4z"/>
|
|
7
5
|
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
|
|
8
6
|
<path stroke-width="2" d="M11.99 55.89H60v3.993H11.99z"/>
|
|
9
7
|
<path stroke-width="2.001" d="M14.18 21.76h43.65v3.999H14.18z"/>
|
|
@@ -31,7 +31,6 @@ function DockerNameIcon({
|
|
|
31
31
|
d: "M150.792 243.098l-.03-18.913-.093-33.785m19.131 14.56l-19.038 19.225 19.132 18.975M42.36 224.436c.092-4.056-1.087-8.2-3.476-11.554-3.441-4.833-9.012-8.133-15.123-8.204-.408 0-.811 0-1.221.03-2.416.15-4.756.486-6.826 1.347-13.617 5.666-16.03 24.574-4.54 33.128 9.948 7.409 24.42 4.384 29.433-6.92 1.059-2.388 1.753-5.4 1.753-7.828v-34.192m91.87 16.69c-2.819-1.823-6.108-2.48-9.362-2.475-.352 0-.715.018-1.033.031-9.407.405-18.13 7.053-18.13 19.946 0 15.244 16.345 23.471 28.557 16.283m54.858-1.66c9.622-8.242 28.901-24.768 28.901-24.768s-.703-1.33-1.158-1.941c-3.89-5.221-9.834-7.828-16.094-7.828-15.473 0-27.07 20.006-11.649 34.537 1.068 1.006 2.535 1.794 4.165 2.474 5.659 2.359 13.406 2.165 17.597-.94M73.981 204.584c-.439.008-.875.054-1.315.063-11.732.215-20.192 12.401-17.629 23.703 2.498 11.013 14.53 17.535 24.925 13.934 12.105-3.174 17.042-18.418 10.395-28.713-3.635-5.631-9.797-9.112-16.376-8.987zm178.134.376c-4.75.013-9.378 1.676-12.807 4.884-5.407 4.464-6.581 10.1-6.512 17.222l.156 16.188"
|
|
32
32
|
}), /*#__PURE__*/React.createElement("path", {
|
|
33
33
|
fill: "#019bc6",
|
|
34
|
-
strokeWidth: 2.049,
|
|
35
34
|
d: "M252.722 63.205c-8.81-5.123-20.49-5.738-30.325-2.87-1.228-10.654-8.196-19.874-16.392-26.43l-3.278-2.665-2.869 3.279c-5.532 6.352-7.171 17.006-6.351 25.202.614 5.942 2.458 12.09 6.146 17.007-2.868 1.639-5.942 3.893-8.81 4.917-5.737 2.05-12.09 4.098-18.236 4.098h-13.728v-28.89h-26.637V5.628h-30.735v24.588H50.283v26.637H23.646v28.685H.698l-.41 3.074c-1.025 13.113.614 25.817 6.146 37.906l2.254 4.508.204.41c16.187 27.456 44.463 38.93 75.403 38.93 59.83 0 109.21-26.841 131.75-83.188 15.162.82 30.734-3.689 38.11-18.236L256 65.253zM54.381 36.363h20.49v22.539H54.38zm26.841 90.565c0 3.483-2.868 6.352-6.351 6.352-3.484 0-6.352-2.869-6.352-6.352s2.868-6.352 6.352-6.352c3.483.205 6.351 2.869 6.351 6.352zM54.381 63h20.49v22.538H54.38zm-26.637 0h22.539v22.538H27.744zm56.757 102.858c-32.374-.205-49.79-11.064-64.133-25.407 4.303.205 8.4.41 12.089.41 3.278 0 6.556 0 9.63-.205 7.991-.41 14.957-1.434 20.695-3.074 4.712 10.86 13.318 20.9 28.685 28.276zm17.006-80.32H78.97V63h22.538zm0-26.636H78.97v-22.54h22.538zm26.637 26.636h-22.539V63h22.54zm0-26.636h-22.539v-22.54h22.54zm0-26.637h-22.539V9.726h22.54zm26.637 53.273h-22.539V63h22.539zM76.51 122.83c-.41-.205-1.025-.41-1.639-.41-2.459 0-4.508 2.049-4.508 4.508s2.05 4.508 4.508 4.508c2.459 0 4.508-2.05 4.508-4.508 0-.615-.204-1.23-.41-1.64-.41.615-.82 1.025-1.64 1.025a1.837 1.837 0 01-1.844-1.844c.204-.82.614-1.434 1.024-1.64z"
|
|
36
35
|
}));
|
|
37
36
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 255.952" fill="currentColor" aria-hidden="true">
|
|
2
2
|
<path fill="none" stroke="#394d54" stroke-linecap="round" stroke-linejoin="round" stroke-width="7.77" d="M150.792 243.098l-.03-18.913-.093-33.785m19.131 14.56l-19.038 19.225 19.132 18.975M42.36 224.436c.092-4.056-1.087-8.2-3.476-11.554-3.441-4.833-9.012-8.133-15.123-8.204-.408 0-.811 0-1.221.03-2.416.15-4.756.486-6.826 1.347-13.617 5.666-16.03 24.574-4.54 33.128 9.948 7.409 24.42 4.384 29.433-6.92 1.059-2.388 1.753-5.4 1.753-7.828v-34.192m91.87 16.69c-2.819-1.823-6.108-2.48-9.362-2.475-.352 0-.715.018-1.033.031-9.407.405-18.13 7.053-18.13 19.946 0 15.244 16.345 23.471 28.557 16.283m54.858-1.66c9.622-8.242 28.901-24.768 28.901-24.768s-.703-1.33-1.158-1.941c-3.89-5.221-9.834-7.828-16.094-7.828-15.473 0-27.07 20.006-11.649 34.537 1.068 1.006 2.535 1.794 4.165 2.474 5.659 2.359 13.406 2.165 17.597-.94M73.981 204.584c-.439.008-.875.054-1.315.063-11.732.215-20.192 12.401-17.629 23.703 2.498 11.013 14.53 17.535 24.925 13.934 12.105-3.174 17.042-18.418 10.395-28.713-3.635-5.631-9.797-9.112-16.376-8.987zm178.134.376c-4.75.013-9.378 1.676-12.807 4.884-5.407 4.464-6.581 10.1-6.512 17.222l.156 16.188"/>
|
|
3
|
-
<path fill="#019bc6"
|
|
3
|
+
<path fill="#019bc6" d="M252.722 63.205c-8.81-5.123-20.49-5.738-30.325-2.87-1.228-10.654-8.196-19.874-16.392-26.43l-3.278-2.665-2.869 3.279c-5.532 6.352-7.171 17.006-6.351 25.202.614 5.942 2.458 12.09 6.146 17.007-2.868 1.639-5.942 3.893-8.81 4.917-5.737 2.05-12.09 4.098-18.236 4.098h-13.728v-28.89h-26.637V5.628h-30.735v24.588H50.283v26.637H23.646v28.685H.698l-.41 3.074c-1.025 13.113.614 25.817 6.146 37.906l2.254 4.508.204.41c16.187 27.456 44.463 38.93 75.403 38.93 59.83 0 109.21-26.841 131.75-83.188 15.162.82 30.734-3.689 38.11-18.236L256 65.253zM54.381 36.363h20.49v22.539H54.38zm26.841 90.565c0 3.483-2.868 6.352-6.351 6.352-3.484 0-6.352-2.869-6.352-6.352s2.868-6.352 6.352-6.352c3.483.205 6.351 2.869 6.351 6.352zM54.381 63h20.49v22.538H54.38zm-26.637 0h22.539v22.538H27.744zm56.757 102.858c-32.374-.205-49.79-11.064-64.133-25.407 4.303.205 8.4.41 12.089.41 3.278 0 6.556 0 9.63-.205 7.991-.41 14.957-1.434 20.695-3.074 4.712 10.86 13.318 20.9 28.685 28.276zm17.006-80.32H78.97V63h22.538zm0-26.636H78.97v-22.54h22.538zm26.637 26.636h-22.539V63h22.54zm0-26.636h-22.539v-22.54h22.54zm0-26.637h-22.539V9.726h22.54zm26.637 53.273h-22.539V63h22.539zM76.51 122.83c-.41-.205-1.025-.41-1.639-.41-2.459 0-4.508 2.049-4.508 4.508s2.05 4.508 4.508 4.508c2.459 0 4.508-2.05 4.508-4.508 0-.615-.204-1.23-.41-1.64-.41.615-.82 1.025-1.64 1.025a1.837 1.837 0 01-1.844-1.844c.204-.82.614-1.434 1.024-1.64z"/>
|
|
4
4
|
</svg>
|
|
@@ -66,12 +66,7 @@ function FlyingSaucerIcon({
|
|
|
66
66
|
d: "M56.443 32.746v.132H42.67c1.368-6.507-.464-13.56-5.525-18.606-.12-.133-.252-.253-.385-.372 10.453.305 18.926 8.5 19.683 18.846z"
|
|
67
67
|
}), /*#__PURE__*/React.createElement("path", {
|
|
68
68
|
fill: "#92d3f5",
|
|
69
|
-
d: "M42.67 32.878H15.842v-.119a20.235 20.235 0 013.268-9.669c3.054-4.648 7.942-7.968 13.64-8.925a20.488 20.488 0 013.4-.279c.199 0 .411 0 .61.014.133.12.266.239.385.372 5.06 5.046 6.893 12.099 5.525 18.
|
|
70
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
71
|
-
fill: "#92d3f5",
|
|
72
|
-
strokeMiterlimit: 10,
|
|
73
|
-
strokeWidth: 2,
|
|
74
|
-
d: "M57.293 40.303c0 .412-.093.81-.266 1.169-.026.066-.053.12-.093.186a2.73 2.73 0 01-2.35 1.368c-.24 0-.465-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.797-1.886a2.43 2.43 0 011.248-.73c.213-.067.439-.093.678-.093a2.72 2.72 0 012.709 2.709zM38.905 40.303c0 .412-.093.81-.265 1.169-.027.066-.054.12-.093.186a2.73 2.73 0 01-2.351 1.368c-.24 0-.465-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.797-1.886a2.43 2.43 0 011.248-.73c.213-.067.439-.093.678-.093a2.72 2.72 0 012.71 2.709zM20.644 40.303c0 .412-.093.81-.266 1.169-.027.066-.053.12-.093.186a2.73 2.73 0 01-2.35 1.368c-.24 0-.466-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.796-1.886a2.43 2.43 0 011.249-.73c.212-.067.438-.093.677-.093a2.72 2.72 0 012.71 2.709z"
|
|
69
|
+
d: "M42.67 32.878H15.842v-.119a20.235 20.235 0 013.268-9.669c3.054-4.648 7.942-7.968 13.64-8.925a20.488 20.488 0 013.4-.279c.199 0 .411 0 .61.014.133.12.266.239.385.372 5.06 5.046 6.893 12.099 5.525 18.606zM57.293 40.303c0 .412-.093.81-.266 1.169-.026.066-.053.12-.093.186a2.73 2.73 0 01-2.35 1.368c-.24 0-.465-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.797-1.886a2.43 2.43 0 011.248-.73c.213-.067.439-.093.678-.093a2.72 2.72 0 012.709 2.709zM38.905 40.303c0 .412-.093.81-.265 1.169-.027.066-.054.12-.093.186a2.73 2.73 0 01-2.351 1.368c-.24 0-.465-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.797-1.886a2.43 2.43 0 011.248-.73c.213-.067.439-.093.678-.093a2.72 2.72 0 012.71 2.709zM20.644 40.303c0 .412-.093.81-.266 1.169-.027.066-.053.12-.093.186a2.73 2.73 0 01-2.35 1.368c-.24 0-.466-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.796-1.886a2.43 2.43 0 011.249-.73c.212-.067.438-.093.677-.093a2.72 2.72 0 012.71 2.709z"
|
|
75
70
|
}), /*#__PURE__*/React.createElement("g", {
|
|
76
71
|
fill: "none",
|
|
77
72
|
stroke: "#000",
|
|
@@ -13,8 +13,7 @@
|
|
|
13
13
|
<path fill="#d0cfce" d="M2.827 45.35c-.027 0-.053-.014-.08-.014l-.12-.04c.054.014.107.027.173.04.014 0 .014.014.027.014zM8.963 45.96h-.107c-.026-.013-.04-.013-.066-.013.066 0 .12.013.173.013z"/>
|
|
14
14
|
<path fill="#d0cfce" d="M2.827 45.35c-.027 0-.053-.014-.08-.014l-.12-.04c.054.014.107.027.173.04.014 0 .014.014.027.014zM8.963 45.96h-.107c-.026-.013-.04-.013-.066-.013.066 0 .12.013.173.013z"/>
|
|
15
15
|
<path fill="#61b2e4" d="M56.443 32.746v.132H42.67c1.368-6.507-.464-13.56-5.525-18.606-.12-.133-.252-.253-.385-.372 10.453.305 18.926 8.5 19.683 18.846z"/>
|
|
16
|
-
<path fill="#92d3f5" d="M42.67 32.878H15.842v-.119a20.235 20.235 0 013.268-9.669c3.054-4.648 7.942-7.968 13.64-8.925a20.488 20.488 0 013.4-.279c.199 0 .411 0 .61.014.133.12.266.239.385.372 5.06 5.046 6.893 12.099 5.525 18.
|
|
17
|
-
<path fill="#92d3f5" stroke-miterlimit="10" stroke-width="2" d="M57.293 40.303c0 .412-.093.81-.266 1.169-.026.066-.053.12-.093.186a2.73 2.73 0 01-2.35 1.368c-.24 0-.465-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.797-1.886a2.43 2.43 0 011.248-.73c.213-.067.439-.093.678-.093a2.72 2.72 0 012.709 2.709zM38.905 40.303c0 .412-.093.81-.265 1.169-.027.066-.054.12-.093.186a2.73 2.73 0 01-2.351 1.368c-.24 0-.465-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.797-1.886a2.43 2.43 0 011.248-.73c.213-.067.439-.093.678-.093a2.72 2.72 0 012.71 2.709zM20.644 40.303c0 .412-.093.81-.266 1.169-.027.066-.053.12-.093.186a2.73 2.73 0 01-2.35 1.368c-.24 0-.466-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.796-1.886a2.43 2.43 0 011.249-.73c.212-.067.438-.093.677-.093a2.72 2.72 0 012.71 2.709z"/>
|
|
16
|
+
<path fill="#92d3f5" d="M42.67 32.878H15.842v-.119a20.235 20.235 0 013.268-9.669c3.054-4.648 7.942-7.968 13.64-8.925a20.488 20.488 0 013.4-.279c.199 0 .411 0 .61.014.133.12.266.239.385.372 5.06 5.046 6.893 12.099 5.525 18.606zM57.293 40.303c0 .412-.093.81-.266 1.169-.026.066-.053.12-.093.186a2.73 2.73 0 01-2.35 1.368c-.24 0-.465-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.797-1.886a2.43 2.43 0 011.248-.73c.213-.067.439-.093.678-.093a2.72 2.72 0 012.709 2.709zM38.905 40.303c0 .412-.093.81-.265 1.169-.027.066-.054.12-.093.186a2.73 2.73 0 01-2.351 1.368c-.24 0-.465-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.797-1.886a2.43 2.43 0 011.248-.73c.213-.067.439-.093.678-.093a2.72 2.72 0 012.71 2.709zM20.644 40.303c0 .412-.093.81-.266 1.169-.027.066-.053.12-.093.186a2.73 2.73 0 01-2.35 1.368c-.24 0-.466-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.796-1.886a2.43 2.43 0 011.249-.73c.212-.067.438-.093.677-.093a2.72 2.72 0 012.71 2.709z"/>
|
|
18
17
|
<g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
|
|
19
18
|
<path stroke-width="2.65624" d="M57.293 40.303c0 .412-.093.81-.266 1.169-.026.066-.053.12-.093.186a2.73 2.73 0 01-2.35 1.368c-.24 0-.465-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.797-1.886a2.43 2.43 0 011.248-.73c.213-.067.439-.093.678-.093a2.72 2.72 0 012.709 2.709zM38.905 40.303c0 .412-.093.81-.265 1.169-.027.066-.054.12-.093.186a2.73 2.73 0 01-2.351 1.368c-.24 0-.465-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.797-1.886a2.43 2.43 0 011.248-.73c.213-.067.439-.093.678-.093a2.72 2.72 0 012.71 2.709zM20.644 40.303c0 .412-.093.81-.266 1.169-.027.066-.053.12-.093.186a2.73 2.73 0 01-2.35 1.368c-.24 0-.466-.027-.678-.107a2.622 2.622 0 01-1.66-1.261 2.516 2.516 0 01-.385-1.355c0-.73.292-1.408.796-1.886a2.43 2.43 0 011.249-.73c.212-.067.438-.093.677-.093a2.72 2.72 0 012.71 2.709z"/>
|
|
20
19
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.65624" d="M70.07 46.452c-.399.398-6.176.73-14.198.97-2.152.053-4.463.106-6.866.159a541.98 541.98 0 01-4.835.066c-.558 0-1.102.013-1.66.013-.16.014-.305.014-.465.014-.863.013-1.726.013-2.603.026-1.341.014-2.683.027-4.037.027a698.05 698.05 0 01-11.847-.027c-1.528-.013-3.015-.04-4.436-.053-.213-.013-.412-.013-.624-.013l-1.993-.04c-7.942-.2-13.706-.558-14.29-1.142-.943-.956-1.023-1.9-.81-2.63.225-.863.81-1.447.81-1.447l13.573-9.497h40.707l13.573 9.497s.386.783.532 1.7c.146.796.106 1.74-.532 2.377z"/>
|
package/data2/esm/HouseIcon.js
CHANGED
|
@@ -27,15 +27,31 @@ function HouseIcon({
|
|
|
27
27
|
d: "M19 32h34v24H19z"
|
|
28
28
|
}), /*#__PURE__*/React.createElement("path", {
|
|
29
29
|
fill: "#A57939",
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round",
|
|
32
|
+
strokeMiterlimit: 10,
|
|
33
|
+
strokeWidth: 2,
|
|
30
34
|
d: "M25 40h9v16h-9z"
|
|
31
35
|
}), /*#__PURE__*/React.createElement("path", {
|
|
32
36
|
fill: "#92D3F5",
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round",
|
|
39
|
+
strokeMiterlimit: 10,
|
|
40
|
+
strokeWidth: 2,
|
|
33
41
|
d: "M40 40h8v7h-8z"
|
|
34
42
|
}), /*#__PURE__*/React.createElement("path", {
|
|
35
43
|
fill: "#EA5A47",
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round",
|
|
46
|
+
strokeMiterlimit: 10,
|
|
47
|
+
strokeWidth: 2,
|
|
36
48
|
d: "M53 32H19v-1l16-16 18 16z"
|
|
37
49
|
}), /*#__PURE__*/React.createElement("path", {
|
|
38
50
|
fill: "#EA5A47",
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round",
|
|
53
|
+
strokeMiterlimit: 10,
|
|
54
|
+
strokeWidth: 2,
|
|
39
55
|
d: "M29 21l-5 5v-9h5z"
|
|
40
56
|
}), /*#__PURE__*/React.createElement("g", {
|
|
41
57
|
fill: "none",
|
package/data2/esm/HouseIcon.svg
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
2
|
<path fill="#FFF" d="M19 32h34v24H19z"/>
|
|
3
|
-
<path fill="#A57939" d="M25 40h9v16h-9z"/>
|
|
4
|
-
<path fill="#92D3F5" d="M40 40h8v7h-8z"/>
|
|
5
|
-
<path fill="#EA5A47" d="M53 32H19v-1l16-16 18 16z"/>
|
|
6
|
-
<path fill="#EA5A47" d="M29 21l-5 5v-9h5z"/>
|
|
3
|
+
<path fill="#A57939" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M25 40h9v16h-9z"/>
|
|
4
|
+
<path fill="#92D3F5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M40 40h8v7h-8z"/>
|
|
5
|
+
<path fill="#EA5A47" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M53 32H19v-1l16-16 18 16z"/>
|
|
6
|
+
<path fill="#EA5A47" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M29 21l-5 5v-9h5z"/>
|
|
7
7
|
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
8
8
|
<path d="M25 40h9v16h-9zM40 40h8v7h-8zM53 32H19v-1l16-16 18 16z"/>
|
|
9
9
|
<path d="M19 32h34v24H19zM29 21l-5 5v-9h5z"/>
|
|
@@ -22,7 +22,12 @@ function MobilePhoneIcon({
|
|
|
22
22
|
"aria-labelledby": titleId
|
|
23
23
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
24
24
|
id: titleId
|
|
25
|
-
}, title) : null, /*#__PURE__*/React.createElement("
|
|
25
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
26
|
+
strokeLinecap: "round",
|
|
27
|
+
strokeLinejoin: "round",
|
|
28
|
+
strokeMiterlimit: 10,
|
|
29
|
+
strokeWidth: 2
|
|
30
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
26
31
|
fill: "#9B9B9A",
|
|
27
32
|
d: "M52.5 64.764h-33a1 1 0 01-1-1v-56a1 1 0 011-1h33a1 1 0 011 1v56a1 1 0 01-1 1z"
|
|
28
33
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -31,7 +36,7 @@ function MobilePhoneIcon({
|
|
|
31
36
|
}), /*#__PURE__*/React.createElement("path", {
|
|
32
37
|
fill: "#FFF",
|
|
33
38
|
d: "M31 10h10-10z"
|
|
34
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
39
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
35
40
|
stroke: "#000",
|
|
36
41
|
strokeMiterlimit: 10
|
|
37
42
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
3
|
+
<path fill="#9B9B9A" d="M52.5 64.764h-33a1 1 0 01-1-1v-56a1 1 0 011-1h33a1 1 0 011 1v56a1 1 0 01-1 1z"/>
|
|
4
|
+
<path fill="#D0CFCE" d="M48.034 55H23.966a.966.966 0 01-.966-.966V13.966c0-.534.433-.966.966-.966h24.068c.534 0 .966.432.966.966v40.068a.966.966 0 01-.966.966z"/>
|
|
5
|
+
<path fill="#FFF" d="M31 10h10-10z"/>
|
|
6
|
+
</g>
|
|
5
7
|
<g stroke="#000" stroke-miterlimit="10">
|
|
6
8
|
<path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M52.5 64.764h-33a1 1 0 01-1-1v-56a1 1 0 011-1h33a1 1 0 011 1v56a1 1 0 01-1 1z"/>
|
|
7
9
|
<path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M48.034 55H23.966a.966.966 0 01-.966-.966V13.966c0-.534.433-.966.966-.966h24.068c.534 0 .966.432.966.966v40.068a.966.966 0 01-.966.966z"/>
|
|
@@ -27,6 +27,10 @@ function NotebookIcon({
|
|
|
27
27
|
d: "M11 57.697h49V11.909H15.998l-4 4z"
|
|
28
28
|
}), /*#__PURE__*/React.createElement("path", {
|
|
29
29
|
fill: "#9b9b9a",
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round",
|
|
32
|
+
strokeMiterlimit: 10,
|
|
33
|
+
strokeWidth: 2,
|
|
30
34
|
d: "M55.002 60.91H11.998a.999.999 0 01-.998-1V16.909c0-.552.447-.999.999-.999H55c.552 0 .999.447.999.999V59.91a.999.999 0 01-.998.998z"
|
|
31
35
|
}), /*#__PURE__*/React.createElement("g", {
|
|
32
36
|
fill: "none",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
2
|
<path fill="#FFF" d="M11 57.697h49V11.909H15.998l-4 4z"/>
|
|
3
|
-
<path fill="#9b9b9a" d="M55.002 60.91H11.998a.999.999 0 01-.998-1V16.909c0-.552.447-.999.999-.999H55c.552 0 .999.447.999.999V59.91a.999.999 0 01-.998.998z"/>
|
|
3
|
+
<path fill="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M55.002 60.91H11.998a.999.999 0 01-.998-1V16.909c0-.552.447-.999.999-.999H55c.552 0 .999.447.999.999V59.91a.999.999 0 01-.998.998z"/>
|
|
4
4
|
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
5
5
|
<path d="M11 16.91l4.998-5h43.004c.55 0 .998.446.998.998V55.91a.999.999 0 01-.999.998"/>
|
|
6
6
|
<path d="M55.002 60.91H11.998a.999.999 0 01-.998-1V16.909c0-.552.447-.999.999-.999H55c.552 0 .999.447.999.999V59.91a.999.999 0 01-.998.998z"/>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const PictureFramedIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default PictureFramedIcon;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
|
|
3
|
+
const sizeMap = {
|
|
4
|
+
"small": 16,
|
|
5
|
+
"medium": 32,
|
|
6
|
+
"large": 64
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
function PictureFramedIcon({
|
|
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("g", {
|
|
26
|
+
strokeLinecap: "round",
|
|
27
|
+
strokeLinejoin: "round",
|
|
28
|
+
strokeMiterlimit: 10,
|
|
29
|
+
strokeWidth: 2
|
|
30
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fill: "#A57939",
|
|
32
|
+
d: "M12 12h48v48H12z"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
fill: "#92D3F5",
|
|
35
|
+
d: "M18 18h36v36H18z"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
37
|
+
cx: 26,
|
|
38
|
+
cy: 30,
|
|
39
|
+
r: 4,
|
|
40
|
+
fill: "#FCEA2B"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
fill: "#5C9E31",
|
|
43
|
+
stroke: "#5C9E31",
|
|
44
|
+
d: "M50 35c-2.896-.854-6.28-7.989-8-8-4.208-.028-6.254 5.836-11 9-3 2-3.374 2.85-6 4-2.282 1-3 3-3.25 3.64-.303.777-1.475 2.522-.958 3.11 1.208 1.375 2.458 1.5 5 .718 2.147-.66 4.977-4.808 6.875-6.218 2.27-1.688 4.645-2.5 8.083-2 2.48.36 6.66 3.172 7.813 3.063 1.312-.126-1.594-2.563-.532-4.188 1.133-1.732 2.91.153 3.636-1.083C51.984 36.5 50.632 35.186 50 35z"
|
|
45
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
46
|
+
fill: "none",
|
|
47
|
+
stroke: "#000",
|
|
48
|
+
strokeLinecap: "round",
|
|
49
|
+
strokeLinejoin: "round",
|
|
50
|
+
strokeMiterlimit: 10,
|
|
51
|
+
strokeWidth: 2
|
|
52
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
d: "M12 12h48v48H12z"
|
|
54
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
55
|
+
d: "M18 18h36v36H18z"
|
|
56
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
57
|
+
cx: 26,
|
|
58
|
+
cy: 30,
|
|
59
|
+
r: 4
|
|
60
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
61
|
+
d: "M18 18h36v36H18z"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
d: "M22 43c.526-1.02.728-1.967 3-3 2.61-1.186 3-2 6-4 4.746-3.164 6.792-9.028 11-9 1.72.011 5 7 8 8"
|
|
64
|
+
})));
|
|
65
|
+
}
|
|
66
|
+
const ForwardRef = React.forwardRef(PictureFramedIcon);
|
|
67
|
+
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
|
+
<g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
3
|
+
<path fill="#A57939" d="M12 12h48v48H12z"/>
|
|
4
|
+
<path fill="#92D3F5" d="M18 18h36v36H18z"/>
|
|
5
|
+
<circle cx="26" cy="30" r="4" fill="#FCEA2B"/>
|
|
6
|
+
<path fill="#5C9E31" stroke="#5C9E31" d="M50 35c-2.896-.854-6.28-7.989-8-8-4.208-.028-6.254 5.836-11 9-3 2-3.374 2.85-6 4-2.282 1-3 3-3.25 3.64-.303.777-1.475 2.522-.958 3.11 1.208 1.375 2.458 1.5 5 .718 2.147-.66 4.977-4.808 6.875-6.218 2.27-1.688 4.645-2.5 8.083-2 2.48.36 6.66 3.172 7.813 3.063 1.312-.126-1.594-2.563-.532-4.188 1.133-1.732 2.91.153 3.636-1.083C51.984 36.5 50.632 35.186 50 35z"/>
|
|
7
|
+
</g>
|
|
8
|
+
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
9
|
+
<path d="M12 12h48v48H12z"/>
|
|
10
|
+
<path d="M18 18h36v36H18z"/>
|
|
11
|
+
<circle cx="26" cy="30" r="4"/>
|
|
12
|
+
<path d="M18 18h36v36H18z"/>
|
|
13
|
+
<path d="M22 43c.526-1.02.728-1.967 3-3 2.61-1.186 3-2 6-4 4.746-3.164 6.792-9.028 11-9 1.72.011 5 7 8 8"/>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import PictureFramedIconSvgStr from './PictureFramedIcon.svg';
|
|
3
|
+
const pictureFramedIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:picture-framed',
|
|
5
|
+
svgstr: PictureFramedIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default pictureFramedIconJupyterLab;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const PictureIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default PictureIcon;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
|
|
3
|
+
const sizeMap = {
|
|
4
|
+
"small": 16,
|
|
5
|
+
"medium": 32,
|
|
6
|
+
"large": 64
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
function PictureIcon({
|
|
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: "#B1CC33",
|
|
27
|
+
d: "M6 41h60v13H6z"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fill: "#5C9E31",
|
|
30
|
+
d: "M42 41h24v13H31z"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fill: "#92D3F5",
|
|
33
|
+
d: "M6 18h60v23H6z"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fill: "#61B2E4",
|
|
36
|
+
d: "M61 18h5v23H42z"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
fill: "#D0CFCE",
|
|
39
|
+
d: "M22 43l11-11 11 11z"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
fill: "#D0CFCE",
|
|
42
|
+
d: "M28.546 43.046l16.5-16.5L60.75 42.25z"
|
|
43
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
44
|
+
fill: "none",
|
|
45
|
+
stroke: "#000",
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round",
|
|
48
|
+
strokeMiterlimit: 10,
|
|
49
|
+
strokeWidth: 2
|
|
50
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M6 18h60v36H6z"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
d: "M44 43H22l11-11 6.998 6.998M39.797 33.203L45 28l15 15H44"
|
|
54
|
+
})));
|
|
55
|
+
}
|
|
56
|
+
const ForwardRef = React.forwardRef(PictureIcon);
|
|
57
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
+
<path fill="#B1CC33" d="M6 41h60v13H6z"/>
|
|
3
|
+
<path fill="#5C9E31" d="M42 41h24v13H31z"/>
|
|
4
|
+
<path fill="#92D3F5" d="M6 18h60v23H6z"/>
|
|
5
|
+
<path fill="#61B2E4" d="M61 18h5v23H42z"/>
|
|
6
|
+
<path fill="#D0CFCE" d="M22 43l11-11 11 11z"/>
|
|
7
|
+
<path fill="#D0CFCE" d="M28.546 43.046l16.5-16.5L60.75 42.25z"/>
|
|
8
|
+
<g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
9
|
+
<path d="M6 18h60v36H6z"/>
|
|
10
|
+
<path d="M44 43H22l11-11 6.998 6.998M39.797 33.203L45 28l15 15H44"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
|
|
2
|
+
import PictureIconSvgStr from './PictureIcon.svg';
|
|
3
|
+
const pictureIconJupyterLab = new LabIcon({
|
|
4
|
+
name: '@datalayer/icons:picture',
|
|
5
|
+
svgstr: PictureIconSvgStr,
|
|
6
|
+
});
|
|
7
|
+
export default pictureIconJupyterLab;
|
package/data2/esm/RadarIcon.js
CHANGED
|
@@ -80,6 +80,7 @@ function RadarIcon({
|
|
|
80
80
|
height: 140,
|
|
81
81
|
x: 321.429,
|
|
82
82
|
y: 433.791,
|
|
83
|
+
strokeWidth: 0.325,
|
|
83
84
|
enableBackground: "accumulate",
|
|
84
85
|
overflow: "visible",
|
|
85
86
|
rx: 6.964,
|
|
@@ -156,44 +157,48 @@ function RadarIcon({
|
|
|
156
157
|
transform: "matrix(.68215 -.63088 .67789 .73298 -2470.7 1951.473)"
|
|
157
158
|
}), /*#__PURE__*/React.createElement("path", {
|
|
158
159
|
fill: "#0f0",
|
|
160
|
+
strokeWidth: 20,
|
|
159
161
|
d: "M3049.286 580a2.5 2.143 0 11-.001-.05",
|
|
160
162
|
enableBackground: "accumulate",
|
|
161
163
|
filter: "url(#d)",
|
|
162
|
-
overflow: "visible",
|
|
163
164
|
transform: "matrix(1.06978 -.98937 1.15426 1.24807 -3580.088 2825.716)",
|
|
164
165
|
style: {
|
|
165
166
|
marker: "none"
|
|
166
|
-
}
|
|
167
|
+
},
|
|
168
|
+
overflow: "visible"
|
|
167
169
|
}), /*#__PURE__*/React.createElement("path", {
|
|
168
170
|
fill: "#0f0",
|
|
171
|
+
strokeWidth: 20,
|
|
169
172
|
d: "M3049.286 580a2.5 2.143 0 11-.001-.05",
|
|
170
173
|
enableBackground: "accumulate",
|
|
171
174
|
filter: "url(#e)",
|
|
172
|
-
overflow: "visible",
|
|
173
175
|
transform: "matrix(.73416 -.67898 .79214 .85652 -2265.282 2056.33)",
|
|
174
176
|
style: {
|
|
175
177
|
marker: "none"
|
|
176
|
-
}
|
|
178
|
+
},
|
|
179
|
+
overflow: "visible"
|
|
177
180
|
}), /*#__PURE__*/React.createElement("path", {
|
|
178
181
|
fill: "#0f0",
|
|
182
|
+
strokeWidth: 20,
|
|
179
183
|
d: "M3049.286 580a2.5 2.143 0 11-.001-.05",
|
|
180
184
|
enableBackground: "accumulate",
|
|
181
185
|
filter: "url(#f)",
|
|
182
|
-
overflow: "visible",
|
|
183
186
|
transform: "matrix(1.46308 -1.3531 1.57862 1.70692 -4977.597 3673.286)",
|
|
184
187
|
style: {
|
|
185
188
|
marker: "none"
|
|
186
|
-
}
|
|
189
|
+
},
|
|
190
|
+
overflow: "visible"
|
|
187
191
|
}), /*#__PURE__*/React.createElement("path", {
|
|
188
192
|
fill: "#0f0",
|
|
193
|
+
strokeWidth: 20,
|
|
189
194
|
d: "M3049.286 580a2.5 2.143 0 11-.001-.05",
|
|
190
195
|
enableBackground: "accumulate",
|
|
191
196
|
filter: "url(#f)",
|
|
192
|
-
overflow: "visible",
|
|
193
197
|
transform: "matrix(2.837 -2.62376 3.06105 3.30984 -10056.062 6558.417)",
|
|
194
198
|
style: {
|
|
195
199
|
marker: "none"
|
|
196
|
-
}
|
|
200
|
+
},
|
|
201
|
+
overflow: "visible"
|
|
197
202
|
})));
|
|
198
203
|
}
|
|
199
204
|
const ForwardRef = React.forwardRef(RadarIcon);
|
package/data2/esm/RadarIcon.svg
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<linearGradient id="c" x1="3142.322" x2="3077.958" y1="565.893" y2="589.821" gradientTransform="matrix(1.09611 0 0 1.0016 -65.925 308.367)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
|
|
20
20
|
</defs>
|
|
21
21
|
<g transform="translate(-320.94 -433.79)">
|
|
22
|
-
<rect width="140" height="140" x="321.429" y="433.791" enable-background="accumulate" overflow="visible" rx="6.964" ry="6.964" style="marker:none"/>
|
|
22
|
+
<rect width="140" height="140" x="321.429" y="433.791" stroke-width=".325" enable-background="accumulate" overflow="visible" rx="6.964" ry="6.964" style="marker:none"/>
|
|
23
23
|
<path style="marker:none" stroke="#000" stroke-width=".435" d="M2638.518-316.55a145.462 135.36 0 110-.31" enable-background="accumulate" overflow="visible" transform="matrix(.34603 -.32002 .34386 .37181 -363.324 1420.177)"/>
|
|
24
24
|
<path style="marker:none" fill="none" stroke="#0f0" stroke-width=".904" d="M2638.518-316.55a145.462 135.36 0 110-.31" enable-background="accumulate" overflow="visible" transform="matrix(.34603 -.32002 .34386 .37181 -363.324 1420.177)"/>
|
|
25
25
|
<path style="marker:none" fill="none" stroke="#0f0" stroke-width="12.624" d="M2638.518-316.55a145.462 135.36 0 110-.31" enable-background="accumulate" overflow="visible" transform="matrix(.11221 -.10378 .1115 .12057 146.046 801.541)"/>
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
<path style="marker:none" fill="none" stroke="#0f0" stroke-width="4.114" d="M2638.518-316.55a145.462 135.36 0 110-.31" enable-background="accumulate" overflow="visible" transform="matrix(.3443 -.31842 .34215 .36996 -359.563 1415.61)"/>
|
|
28
28
|
<path fill="#00b801" fill-rule="evenodd" stroke="#0f0" stroke-width="32.713" d="M2575.889-605.453l442.447-4.041h0c7.07-1.01 4.04 0 9.091 1.01" filter="url(#b)" transform="matrix(.11567 -.10698 .10133 .10956 152.52 847.855)"/>
|
|
29
29
|
<path fill="url(#c)" fill-rule="evenodd" d="M3389.966 881.43l-73.176.716-48.06 53.658 66.039 12.878 13.505-4.65 17.617-10.375 9.003-8.764 9.396-13.414 5.872-15.74 1.566-13.056v-.895" transform="matrix(.68215 -.63088 .67789 .73298 -2470.7 1951.473)"/>
|
|
30
|
-
<path fill="#0f0" d="M3049.286 580a2.5 2.143 0 11-.001-.05" enable-background="accumulate" filter="url(#d)"
|
|
31
|
-
<path fill="#0f0" d="M3049.286 580a2.5 2.143 0 11-.001-.05" enable-background="accumulate" filter="url(#e)"
|
|
32
|
-
<path fill="#0f0" d="M3049.286 580a2.5 2.143 0 11-.001-.05" enable-background="accumulate" filter="url(#f)"
|
|
33
|
-
<path fill="#0f0" d="M3049.286 580a2.5 2.143 0 11-.001-.05" enable-background="accumulate" filter="url(#f)"
|
|
30
|
+
<path fill="#0f0" stroke-width="20" d="M3049.286 580a2.5 2.143 0 11-.001-.05" enable-background="accumulate" filter="url(#d)" transform="matrix(1.06978 -.98937 1.15426 1.24807 -3580.088 2825.716)" style="marker:none" overflow="visible"/>
|
|
31
|
+
<path fill="#0f0" stroke-width="20" d="M3049.286 580a2.5 2.143 0 11-.001-.05" enable-background="accumulate" filter="url(#e)" transform="matrix(.73416 -.67898 .79214 .85652 -2265.282 2056.33)" style="marker:none" overflow="visible"/>
|
|
32
|
+
<path fill="#0f0" stroke-width="20" d="M3049.286 580a2.5 2.143 0 11-.001-.05" enable-background="accumulate" filter="url(#f)" transform="matrix(1.46308 -1.3531 1.57862 1.70692 -4977.597 3673.286)" style="marker:none" overflow="visible"/>
|
|
33
|
+
<path fill="#0f0" stroke-width="20" d="M3049.286 580a2.5 2.143 0 11-.001-.05" enable-background="accumulate" filter="url(#f)" transform="matrix(2.837 -2.62376 3.06105 3.30984 -10056.062 6558.417)" style="marker:none" overflow="visible"/>
|
|
34
34
|
</g>
|
|
35
35
|
</svg>
|
|
@@ -22,7 +22,9 @@ function RainbowFlagIcon({
|
|
|
22
22
|
"aria-labelledby": titleId
|
|
23
23
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
24
24
|
id: titleId
|
|
25
|
-
}, title) : null, /*#__PURE__*/React.createElement("
|
|
25
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
26
|
+
strokeWidth: 0
|
|
27
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
26
28
|
fill: "#b399c8",
|
|
27
29
|
d: "M5 48h62v6.2H5z"
|
|
28
30
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -40,14 +42,14 @@ function RainbowFlagIcon({
|
|
|
40
42
|
}), /*#__PURE__*/React.createElement("path", {
|
|
41
43
|
fill: "#ea5a47",
|
|
42
44
|
d: "M5 17.8h62V24H5z"
|
|
43
|
-
}), /*#__PURE__*/React.createElement("
|
|
45
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
44
46
|
fill: "none",
|
|
45
47
|
stroke: "#000",
|
|
46
48
|
strokeLinecap: "round",
|
|
47
49
|
strokeLinejoin: "round",
|
|
48
50
|
strokeWidth: 2,
|
|
49
51
|
d: "M5 17h62v38H5z"
|
|
50
|
-
}))
|
|
52
|
+
}));
|
|
51
53
|
}
|
|
52
54
|
const ForwardRef = React.forwardRef(RainbowFlagIcon);
|
|
53
55
|
export default ForwardRef;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 17h62v38H5z"/>
|
|
2
|
+
<g stroke-width="0">
|
|
3
|
+
<path fill="#b399c8" d="M5 48h62v6.2H5z"/>
|
|
4
|
+
<path fill="#92d3f5" d="M5 42h62v6H5z"/>
|
|
5
|
+
<path fill="#b1cc33" d="M5 36h62v6H5z"/>
|
|
6
|
+
<path fill="#fcea2b" d="M5 30h62v6H5z"/>
|
|
7
|
+
<path fill="#f4aa41" d="M5 24h62v6H5z"/>
|
|
8
|
+
<path fill="#ea5a47" d="M5 17.8h62V24H5z"/>
|
|
10
9
|
</g>
|
|
10
|
+
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 17h62v38H5z"/>
|
|
11
11
|
</svg>
|
|
@@ -22,7 +22,12 @@ function SatelliteIcon({
|
|
|
22
22
|
"aria-labelledby": titleId
|
|
23
23
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
24
24
|
id: titleId
|
|
25
|
-
}, title) : null, /*#__PURE__*/React.createElement("
|
|
25
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
26
|
+
strokeLinecap: "round",
|
|
27
|
+
strokeLinejoin: "round",
|
|
28
|
+
strokeMiterlimit: 10,
|
|
29
|
+
strokeWidth: 2
|
|
30
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
26
31
|
fill: "#d0cfce",
|
|
27
32
|
d: "M24.281 24.405c3.633-3.633 3.934-9.413.87-13.4a1.01 1.01 0 00-1.511-.1L11 23.544a1.01 1.01 0 00.074 1.49 9.788 9.788 0 0013.207-.63z"
|
|
28
33
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -40,7 +45,7 @@ function SatelliteIcon({
|
|
|
40
45
|
r: 2,
|
|
41
46
|
fill: "#3f3f3f",
|
|
42
47
|
transform: "rotate(-45.001 12.322 12.323)"
|
|
43
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
48
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
44
49
|
fill: "none",
|
|
45
50
|
stroke: "#000",
|
|
46
51
|
strokeMiterlimit: 10,
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
<g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
|
|
3
|
+
<path fill="#d0cfce" d="M24.281 24.405c3.633-3.633 3.934-9.413.87-13.4a1.01 1.01 0 00-1.511-.1L11 23.544a1.01 1.01 0 00.074 1.49 9.788 9.788 0 0013.207-.63z"/>
|
|
4
|
+
<path fill="#3f3f3f" d="M15.728 67.728L4.414 56.414a1 1 0 010-1.414l15.1-15.1a1 1 0 011.415 0l11.314 11.313a1 1 0 010 1.414l-15.1 15.1a1 1 0 01-1.415 0zM51.213 32.243L39.9 20.929a1 1 0 010-1.414L55 4.415a1 1 0 011.415 0l11.314 11.313a1 1 0 010 1.414l-15.1 15.1a1 1 0 01-1.415 0z"/>
|
|
5
|
+
<path fill="#d0cfce" d="M51.92 39.192L39.192 51.92a1 1 0 01-1.414 0L23.636 37.778a1 1 0 010-1.414l12.728-12.728a1 1 0 011.414 0L51.92 37.778a1 1 0 010 1.414z"/>
|
|
6
|
+
<path fill="#9b9b9a" d="M36.364 23.636L23.636 36.364a1 1 0 01-1.414 0l-4.243-4.243a1 1 0 010-1.414L30.707 17.98a1 1 0 011.414 0l4.243 4.243a1 1 0 010 1.414zM53.334 44.85l-8.485 8.485a1 1 0 01-1.414 0l-2.121-2.122a1 1 0 010-1.414l8.485-8.485a1 1 0 011.414 0l2.121 2.121a1 1 0 010 1.414z"/>
|
|
7
|
+
<circle cx="12.322" cy="12.322" r="2" fill="#3f3f3f" transform="rotate(-45.001 12.322 12.323)"/>
|
|
8
|
+
</g>
|
|
7
9
|
<g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
|
|
8
10
|
<path d="M45.5 26.5l-2.43 2.43M28.93 43.07l-2.41 2.42L26 46M12 14v8M23 12h-9"/>
|
|
9
11
|
<path stroke-linecap="round" stroke-linejoin="round" d="M24.281 24.405c3.633-3.633 3.934-9.413.87-13.4a1.01 1.01 0 00-1.511-.1L11 23.544a1.01 1.01 0 00.074 1.49 9.788 9.788 0 0013.207-.63zM15.728 67.728L4.414 56.414a1 1 0 010-1.414l15.1-15.1a1 1 0 011.415 0l11.314 11.313a1 1 0 010 1.414l-15.1 15.1a1 1 0 01-1.415 0zM51.213 32.243L39.9 20.929a1 1 0 010-1.414L55 4.415a1 1 0 011.415 0l11.314 11.313a1 1 0 010 1.414l-15.1 15.1a1 1 0 01-1.415 0zM51.92 39.192L39.192 51.92a1 1 0 01-1.414 0L23.636 37.778a1 1 0 010-1.414l12.728-12.728a1 1 0 011.414 0L51.92 37.778a1 1 0 010 1.414z"/>
|
package/data2/esm/ScrollIcon.js
CHANGED
|
@@ -27,6 +27,10 @@ function ScrollIcon({
|
|
|
27
27
|
d: "M15.023 16.283h41.954V57.26H15.023z"
|
|
28
28
|
}), /*#__PURE__*/React.createElement("path", {
|
|
29
29
|
fill: "#E27022",
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round",
|
|
32
|
+
strokeMiterlimit: 10,
|
|
33
|
+
strokeWidth: 2,
|
|
30
34
|
d: "M16 55.748l-5 .2v5.042h50v-7.042l-5 .2M56 16.283l5-.2v-5.041H11v7.041l5-.2"
|
|
31
35
|
}), /*#__PURE__*/React.createElement("g", {
|
|
32
36
|
fill: "none",
|