@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.
Files changed (107) hide show
  1. package/data1/CameraIcon.d.ts +3 -0
  2. package/data1/CameraIcon.js +32 -0
  3. package/data1/CameraIcon.svg +3 -0
  4. package/data1/CameraIconJupyterLab.d.ts +3 -0
  5. package/data1/CameraIconJupyterLab.js +7 -0
  6. package/data1/DatalayerGreenPaddingIcon.js +3 -0
  7. package/data1/DatalayerGreenPaddingIcon.svg +3 -3
  8. package/data1/esm/CameraIcon.d.ts +3 -0
  9. package/data1/esm/CameraIcon.js +32 -0
  10. package/data1/esm/CameraIcon.svg +3 -0
  11. package/data1/esm/CameraIconJupyterLab.d.ts +3 -0
  12. package/data1/esm/CameraIconJupyterLab.js +7 -0
  13. package/data1/esm/DatalayerGreenPaddingIcon.js +3 -0
  14. package/data1/esm/DatalayerGreenPaddingIcon.svg +3 -3
  15. package/data1/esm/index.d.ts +2 -0
  16. package/data1/esm/index.js +2 -0
  17. package/data1/index.d.ts +2 -0
  18. package/data1/index.js +2 -0
  19. package/data2/AppleRainbowIcon.js +9 -4
  20. package/data2/AppleRainbowIcon.svg +8 -10
  21. package/data2/BuildingClassicIcon.js +1 -14
  22. package/data2/BuildingClassicIcon.svg +2 -4
  23. package/data2/DockerNameIcon.js +0 -1
  24. package/data2/DockerNameIcon.svg +1 -1
  25. package/data2/FlyingSaucerIcon.js +1 -6
  26. package/data2/FlyingSaucerIcon.svg +1 -2
  27. package/data2/HouseIcon.js +16 -0
  28. package/data2/HouseIcon.svg +4 -4
  29. package/data2/MobilePhoneIcon.js +7 -2
  30. package/data2/MobilePhoneIcon.svg +5 -3
  31. package/data2/NotebookIcon.js +4 -0
  32. package/data2/NotebookIcon.svg +1 -1
  33. package/data2/PictureFramedIcon.d.ts +3 -0
  34. package/data2/PictureFramedIcon.js +67 -0
  35. package/data2/PictureFramedIcon.svg +15 -0
  36. package/data2/PictureFramedIconJupyterLab.d.ts +3 -0
  37. package/data2/PictureFramedIconJupyterLab.js +7 -0
  38. package/data2/PictureIcon.d.ts +3 -0
  39. package/data2/PictureIcon.js +57 -0
  40. package/data2/PictureIcon.svg +12 -0
  41. package/data2/PictureIconJupyterLab.d.ts +3 -0
  42. package/data2/PictureIconJupyterLab.js +7 -0
  43. package/data2/RadarIcon.js +13 -8
  44. package/data2/RadarIcon.svg +5 -5
  45. package/data2/RainbowFlagIcon.js +5 -3
  46. package/data2/RainbowFlagIcon.svg +8 -8
  47. package/data2/SatelliteIcon.js +7 -2
  48. package/data2/SatelliteIcon.svg +7 -5
  49. package/data2/ScrollIcon.js +4 -0
  50. package/data2/ScrollIcon.svg +1 -1
  51. package/data2/SosIcon.js +2 -0
  52. package/data2/SosIcon.svg +1 -1
  53. package/data2/SpeechBubbleLeftIcon.js +4 -0
  54. package/data2/SpeechBubbleLeftIcon.svg +1 -1
  55. package/data2/SquareWhiteLargeIcon.js +3 -0
  56. package/data2/SquareWhiteLargeIcon.svg +1 -1
  57. package/data2/WhaleSpoutingIcon.js +2 -0
  58. package/data2/WhaleSpoutingIcon.svg +2 -2
  59. package/data2/YinYangIcon.js +10 -2
  60. package/data2/YinYangIcon.svg +3 -3
  61. package/data2/esm/AppleRainbowIcon.js +9 -4
  62. package/data2/esm/AppleRainbowIcon.svg +8 -10
  63. package/data2/esm/BuildingClassicIcon.js +1 -14
  64. package/data2/esm/BuildingClassicIcon.svg +2 -4
  65. package/data2/esm/DockerNameIcon.js +0 -1
  66. package/data2/esm/DockerNameIcon.svg +1 -1
  67. package/data2/esm/FlyingSaucerIcon.js +1 -6
  68. package/data2/esm/FlyingSaucerIcon.svg +1 -2
  69. package/data2/esm/HouseIcon.js +16 -0
  70. package/data2/esm/HouseIcon.svg +4 -4
  71. package/data2/esm/MobilePhoneIcon.js +7 -2
  72. package/data2/esm/MobilePhoneIcon.svg +5 -3
  73. package/data2/esm/NotebookIcon.js +4 -0
  74. package/data2/esm/NotebookIcon.svg +1 -1
  75. package/data2/esm/PictureFramedIcon.d.ts +3 -0
  76. package/data2/esm/PictureFramedIcon.js +67 -0
  77. package/data2/esm/PictureFramedIcon.svg +15 -0
  78. package/data2/esm/PictureFramedIconJupyterLab.d.ts +3 -0
  79. package/data2/esm/PictureFramedIconJupyterLab.js +7 -0
  80. package/data2/esm/PictureIcon.d.ts +3 -0
  81. package/data2/esm/PictureIcon.js +57 -0
  82. package/data2/esm/PictureIcon.svg +12 -0
  83. package/data2/esm/PictureIconJupyterLab.d.ts +3 -0
  84. package/data2/esm/PictureIconJupyterLab.js +7 -0
  85. package/data2/esm/RadarIcon.js +13 -8
  86. package/data2/esm/RadarIcon.svg +5 -5
  87. package/data2/esm/RainbowFlagIcon.js +5 -3
  88. package/data2/esm/RainbowFlagIcon.svg +8 -8
  89. package/data2/esm/SatelliteIcon.js +7 -2
  90. package/data2/esm/SatelliteIcon.svg +7 -5
  91. package/data2/esm/ScrollIcon.js +4 -0
  92. package/data2/esm/ScrollIcon.svg +1 -1
  93. package/data2/esm/SosIcon.js +2 -0
  94. package/data2/esm/SosIcon.svg +1 -1
  95. package/data2/esm/SpeechBubbleLeftIcon.js +4 -0
  96. package/data2/esm/SpeechBubbleLeftIcon.svg +1 -1
  97. package/data2/esm/SquareWhiteLargeIcon.js +3 -0
  98. package/data2/esm/SquareWhiteLargeIcon.svg +1 -1
  99. package/data2/esm/WhaleSpoutingIcon.js +2 -0
  100. package/data2/esm/WhaleSpoutingIcon.svg +2 -2
  101. package/data2/esm/YinYangIcon.js +10 -2
  102. package/data2/esm/YinYangIcon.svg +3 -3
  103. package/data2/esm/index.d.ts +4 -0
  104. package/data2/esm/index.js +4 -0
  105. package/data2/index.d.ts +4 -0
  106. package/data2/index.js +4 -0
  107. package/package.json +10 -3
@@ -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="#F4AA41" d="M15.023 16.283h41.954V57.26H15.023z"/>
3
- <path fill="#E27022" d="M16 55.748l-5 .2v5.042h50v-7.042l-5 .2M56 16.283l5-.2v-5.041H11v7.041l5-.2"/>
3
+ <path fill="#E27022" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M16 55.748l-5 .2v5.042h50v-7.042l-5 .2M56 16.283l5-.2v-5.041H11v7.041l5-.2"/>
4
4
  <g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2">
5
5
  <path d="M16 55.748l-5 .2v5.042h50v-7.042l-5 .2M56 16.283l5-.2v-5.041H11v7.041l5-.2"/>
6
6
  <path d="M56 16.283l-21.374.855L16 17.883M16 55.748l40-1.6M16 22.002V50.06M56 22.002V50.06M20.852 24.903h11.009M20.852 30.151h31.167M20.852 35.4h31.167M20.852 40.648h31.167M20.852 45.896h31.167"/>
@@ -24,6 +24,8 @@ function SosIcon({
24
24
  id: titleId
25
25
  }, title) : null, /*#__PURE__*/React.createElement("path", {
26
26
  fill: "#D22F27",
27
+ strokeMiterlimit: 10,
28
+ strokeWidth: 2,
27
29
  d: "M59.035 60h-46.07a.968.968 0 01-.965-.965v-46.07c0-.53.434-.965.965-.965h46.07c.53 0 .965.434.965.965v46.07c0 .53-.434.965-.965.965z"
28
30
  }), /*#__PURE__*/React.createElement("g", {
29
31
  fill: "none",
@@ -1,5 +1,5 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
2
- <path fill="#D22F27" d="M59.035 60h-46.07a.968.968 0 01-.965-.965v-46.07c0-.53.434-.965.965-.965h46.07c.53 0 .965.434.965.965v46.07c0 .53-.434.965-.965.965z"/>
2
+ <path fill="#D22F27" stroke-miterlimit="10" stroke-width="2" d="M59.035 60h-46.07a.968.968 0 01-.965-.965v-46.07c0-.53.434-.965.965-.965h46.07c.53 0 .965.434.965.965v46.07c0 .53-.434.965-.965.965z"/>
3
3
  <g fill="none" stroke="#000" stroke-miterlimit="10">
4
4
  <path stroke-width="2" d="M59.035 60h-46.07a.968.968 0 01-.965-.965v-46.07c0-.53.434-.965.965-.965h46.07c.53 0 .965.434.965.965v46.07c0 .53-.434.965-.965.965z"/>
5
5
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="3.004" d="M36 42.01v0a4.29 4.29 0 01-4.291-4.291v-3.433A4.29 4.29 0 0136 29.995v0a4.29 4.29 0 014.291 4.291v3.433A4.29 4.29 0 0136 42.01zM26.21 32.39c-.352-1.367-1.871-2.396-3.692-2.396v0c-2.082 0-3.769 1.344-3.769 3.001s1.687 3.001 3.769 3.001l-.077.011c2.082 0 3.77 1.344 3.77 3.001 0 1.657-1.688 3.001-3.77 3.001v0c-1.82 0-3.34-1.029-3.692-2.396M53.25 32.39c-.352-1.367-1.871-2.396-3.692-2.396v0c-2.082 0-3.769 1.344-3.769 3.001s1.687 3.001 3.769 3.001l-.077.011c2.082 0 3.77 1.344 3.77 3.001 0 1.657-1.688 3.001-3.77 3.001v0c-1.82 0-3.34-1.029-3.692-2.396"/>
@@ -24,6 +24,10 @@ function SpeechBubbleLeftIcon({
24
24
  id: titleId
25
25
  }, title) : null, /*#__PURE__*/React.createElement("path", {
26
26
  fill: "#FFF",
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ strokeMiterlimit: 10,
30
+ strokeWidth: 2,
27
31
  d: "M54.88 49.128A22.887 22.887 0 0059 36c0-12.703-10.297-23-23-23S13 23.297 13 36s10.297 23 23 23c3.758 0 7.302-.907 10.435-2.505l4.814 2.052 5.728 2.443-1.084-6.132-1.012-5.73z"
28
32
  }), /*#__PURE__*/React.createElement("path", {
29
33
  fill: "none",
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
2
- <path fill="#FFF" d="M54.88 49.128A22.887 22.887 0 0059 36c0-12.703-10.297-23-23-23S13 23.297 13 36s10.297 23 23 23c3.758 0 7.302-.907 10.435-2.505l4.814 2.052 5.728 2.443-1.084-6.132-1.012-5.73z"/>
2
+ <path fill="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M54.88 49.128A22.887 22.887 0 0059 36c0-12.703-10.297-23-23-23S13 23.297 13 36s10.297 23 23 23c3.758 0 7.302-.907 10.435-2.505l4.814 2.052 5.728 2.443-1.084-6.132-1.012-5.73z"/>
3
3
  <path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M54.88 49.128A22.887 22.887 0 0059 36c0-12.703-10.297-23-23-23S13 23.297 13 36s10.297 23 23 23c3.758 0 7.302-.907 10.435-2.505l4.814 2.052 5.728 2.443-1.084-6.132-1.012-5.73z"/>
4
4
  </svg>
@@ -24,6 +24,9 @@ function SquareWhiteLargeIcon({
24
24
  id: titleId
25
25
  }, title) : null, /*#__PURE__*/React.createElement("path", {
26
26
  fill: "#fff",
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ strokeWidth: 2,
27
30
  d: "M11 10.937h50v50H11z"
28
31
  }), /*#__PURE__*/React.createElement("path", {
29
32
  fill: "none",
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
2
- <path fill="#fff" d="M11 10.937h50v50H11z"/>
2
+ <path fill="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 10.937h50v50H11z"/>
3
3
  <path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 10.937h50v50H11z"/>
4
4
  </svg>
@@ -31,6 +31,7 @@ function WhaleSpoutingIcon({
31
31
  d: "M22.3 44.828c.621 2.675 1.87 5.243 3.527 7.752.906 1.371 2.583.787 2.977-.809.34-.88.542-1.899.633-2.959"
32
32
  }), /*#__PURE__*/React.createElement("path", {
33
33
  fill: "#61b2e4",
34
+ strokeMiterlimit: 10,
34
35
  d: "M46.638 14.502c-.694.206-.997 3.416-.95 4.523.132 3.044 5.278 3.092 2.848 6.4-10.496 11.84-26.393-3.784-34.527 3.661C12.765 40.522 30.867 56.536 45 47c8.206-5.537 10.46-14.795 11.082-20.096.441-1.146 1.465-1.403 3.284-1.898 5.193-1.46 4.904-4.3 4.953-8.127-2.359 2.857-4.907 1.8-6.823 1.728-1.106-.004-2.181 1.244-2.857 1.795-.09-.63-.226-1.476-.832-2.178-1.505-1.744-4.947-.76-6.4-2.877-.232-.535-.44-.792-.623-.845a.252.252 0 00-.145 0z"
35
36
  }), /*#__PURE__*/React.createElement("path", {
36
37
  fill: "#d0cfce",
@@ -50,6 +51,7 @@ function WhaleSpoutingIcon({
50
51
  }), /*#__PURE__*/React.createElement("path", {
51
52
  d: "M18.742 29.598c-1.31-.161-2.647.13-3.693.857s-1.775 2.066-1.465 3.526a1 1 0 101.957-.416c-.147-.69.085-1.075.648-1.467.563-.392 1.483-.617 2.309-.516 1.191.147 3.21 1.326 5.28 2.854s4.24 3.35 6.202 4.656a22.217 22.217 0 005.559 2.672 1 1 0 10.605-1.906 20.253 20.253 0 01-5.054-2.43c-1.812-1.205-3.986-3.02-6.125-4.6s-4.191-2.98-6.223-3.23z"
52
53
  }), /*#__PURE__*/React.createElement("path", {
54
+ strokeMiterlimit: 10,
53
55
  d: "M47.088 13.537a1.3 1.3 0 00-.709.002 1 1 0 00-.566.436c-.055.063-.178.107-.22.167-.147.217-.239.43-.32.653-.16.447-.267.946-.351 1.467-.168 1.04-.237 2.116-.207 2.802.045 1.042.554 1.876 1.117 2.465.564.59 1.183 1.003 1.637 1.37.454.365.681.655.726.82.044.158.033.433-.423 1.072-2.458 2.752-5.114 3.86-7.993 4.154-2.894.296-6.015-.279-9.136-1.02-3.122-.74-6.23-1.643-9.176-1.888-2.947-.245-5.828.218-8.11 2.307a1 1 0 00-.318.628c-.533 4.896 2.093 10.255 6.252 14.473s9.927 7.332 16.002 7.454a1 1 0 10.04-2c-5.412-.107-10.767-2.95-14.619-6.856-3.716-3.77-5.902-8.477-5.664-12.406 1.723-1.406 3.753-1.814 6.25-1.606 2.65.22 5.697 1.089 8.88 1.844 3.18.755 6.51 1.4 9.804 1.062 3.293-.337 6.544-1.716 9.324-4.851a1 1 0 00.059-.07c.707-.964.996-1.956.755-2.827-.24-.87-.853-1.405-1.398-1.845-.545-.44-1.085-.815-1.447-1.194-.363-.379-.544-.692-.565-1.172-.018-.42.04-1.503.184-2.396.024-.15.06-.234.088-.371.979 1.078 2.314 1.477 3.437 1.693 1.255.241 2.207.454 2.653.97.395.458.51 1.052.597 1.667a1 1 0 001.623.633c.424-.346.83-.768 1.246-1.09.416-.322.794-.478.971-.479.79.034 1.96.328 3.324.23.783-.055 1.619-.353 2.448-.831-.046.948-.138 1.795-.409 2.431-.459 1.08-1.326 1.923-3.756 2.606-.901.245-1.651.43-2.335.773-.687.344-1.307.937-1.612 1.729a1 1 0 00-.058.242c-.504 4.29-2.123 11.218-7.155 16.445a1 1 0 101.442 1.387c5.413-5.625 7.105-12.838 7.662-17.381.13-.325.24-.445.615-.633.39-.195 1.062-.388 1.975-.637a1 1 0 00.007-.002c2.764-.777 4.348-2.084 5.055-3.746.707-1.662.603-3.445.627-5.33a1 1 0 00-1.771-.649c-1.029 1.246-1.91 1.533-2.877 1.602-.967.07-2.013-.194-3.137-.236a1 1 0 00-.033-.002c-.93-.004-1.64.462-2.205.9-.064.05-.084.077-.145.127-.15-.356-.288-.717-.586-1.062-1.06-1.229-2.583-1.396-3.789-1.627-1.196-.23-2.05-.468-2.53-1.15-.236-.555-.442-1.037-1.18-1.253z"
54
56
  }), /*#__PURE__*/React.createElement("path", {
55
57
  d: "M22.281 43.816a1 1 0 00-.928 1.238c.656 2.826 1.963 5.498 3.666 8.077.646.976 1.828 1.407 2.803 1.115.96-.288 1.68-1.125 1.959-2.192.369-.98.585-2.053.68-3.156a1 1 0 10-1.994-.172c-.085.99-.274 1.921-.569 2.684a1 1 0 00-.039.12c-.125.506-.423.743-.611.8s-.298.093-.559-.301c-1.612-2.44-2.802-4.903-3.388-7.428a1 1 0 00-1.02-.785z"
@@ -1,7 +1,7 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
2
2
  <g stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
3
3
  <path fill="#61b2e4" d="M22.3 44.828c.621 2.675 1.87 5.243 3.527 7.752.906 1.371 2.583.787 2.977-.809.34-.88.542-1.899.633-2.959"/>
4
- <path fill="#61b2e4" d="M46.638 14.502c-.694.206-.997 3.416-.95 4.523.132 3.044 5.278 3.092 2.848 6.4-10.496 11.84-26.393-3.784-34.527 3.661C12.765 40.522 30.867 56.536 45 47c8.206-5.537 10.46-14.795 11.082-20.096.441-1.146 1.465-1.403 3.284-1.898 5.193-1.46 4.904-4.3 4.953-8.127-2.359 2.857-4.907 1.8-6.823 1.728-1.106-.004-2.181 1.244-2.857 1.795-.09-.63-.226-1.476-.832-2.178-1.505-1.744-4.947-.76-6.4-2.877-.232-.535-.44-.792-.623-.845a.252.252 0 00-.145 0z"/>
4
+ <path fill="#61b2e4" stroke-miterlimit="10" d="M46.638 14.502c-.694.206-.997 3.416-.95 4.523.132 3.044 5.278 3.092 2.848 6.4-10.496 11.84-26.393-3.784-34.527 3.661C12.765 40.522 30.867 56.536 45 47c8.206-5.537 10.46-14.795 11.082-20.096.441-1.146 1.465-1.403 3.284-1.898 5.193-1.46 4.904-4.3 4.953-8.127-2.359 2.857-4.907 1.8-6.823 1.728-1.106-.004-2.181 1.244-2.857 1.795-.09-.63-.226-1.476-.832-2.178-1.505-1.744-4.947-.76-6.4-2.877-.232-.535-.44-.792-.623-.845a.252.252 0 00-.145 0z"/>
5
5
  <path fill="#d0cfce" d="M57 26.054l-.21.065-.81 1.47c.005-.04.015-.09.02-.129v-.04c-.019.083-.042.16-.06.243l-1.438 2.616a32.465 32.465 0 01-1.428 4.705c-5.536 8.899-15.765 7.784-22.539 3.277-3.774-2.511-8.69-7.273-11.914-7.67-2.12-.26-4.48 1.017-4.064 3.139l-.733 1.29c1.532 4.412 5.001 8.68 9.372 11.7 6.375 4.406 14.943 6.121 22.389 1.098C53.865 42.23 56.272 33.136 57 27.617v-1.563z"/>
6
6
  <path fill="#61b2e4" d="M35.89 40.827c.522 5.619 3.525 9.756 8.005 13.242 1.298 1.01 2.697-.082 2.56-1.72.188-4.36-2.664-10.671-5.707-10.676"/>
7
7
  </g>
@@ -9,7 +9,7 @@
9
9
  <path d="M19.455 13.84a3.965 3.965 0 00-1.81.252c-1.172.452-2.235 1.38-3.231 2.69a1 1 0 101.592 1.208c.848-1.115 1.687-1.773 2.36-2.033.672-.26 1.146-.211 1.704.158 1.117.74 2.432 3.329 2.852 8a1 1 0 101.992-.177c-.445-4.944-1.64-8.1-3.738-9.49a3.767 3.767 0 00-1.721-.607zM31.482 12.607a4.3 4.3 0 00-1.738.229c-2.288.798-3.91 3.46-4.098 7.806a1 1 0 101.998.086c.168-3.897 1.521-5.571 2.76-6.004 1.239-.432 2.798.19 3.904 1.986a1 1 0 101.703-1.048c-1.095-1.78-2.787-2.928-4.529-3.054zM23.621 9.898a1 1 0 00-.938 1.309c.235.76.48 1.328.524 2.291a1 1 0 101.998-.092c-.06-1.28-.417-2.158-.611-2.789a1 1 0 00-.973-.718zM47.197 39.408a1 1 0 00-.453.102c-1.869.878-3.898 1.231-5.961 1.166a1 1 0 10-.063 2c2.335.074 4.69-.33 6.875-1.358a1 1 0 00-.398-1.91z"/>
10
10
  <path d="M35.881 39.812a1 1 0 00-.986 1.107c.55 5.926 3.774 10.351 8.386 13.94.924.718 2.183.746 3.012.158.82-.582 1.232-1.608 1.152-2.711.085-2.4-.605-5.13-1.738-7.38-.573-1.135-1.258-2.146-2.066-2.917-.809-.772-1.785-1.332-2.89-1.334a1 1 0 10-.005 2c.415 0 .938.23 1.514.78.576.549 1.163 1.388 1.66 2.374.994 1.972 1.621 4.536 1.537 6.479a1 1 0 00.002.127c.044.518-.164.839-.324.953s-.252.185-.625-.106c-4.35-3.384-7.13-7.236-7.623-12.548a1 1 0 00-1.006-.922z"/>
11
11
  <path d="M18.742 29.598c-1.31-.161-2.647.13-3.693.857s-1.775 2.066-1.465 3.526a1 1 0 101.957-.416c-.147-.69.085-1.075.648-1.467.563-.392 1.483-.617 2.309-.516 1.191.147 3.21 1.326 5.28 2.854s4.24 3.35 6.202 4.656a22.217 22.217 0 005.559 2.672 1 1 0 10.605-1.906 20.253 20.253 0 01-5.054-2.43c-1.812-1.205-3.986-3.02-6.125-4.6s-4.191-2.98-6.223-3.23z"/>
12
- <path d="M47.088 13.537a1.3 1.3 0 00-.709.002 1 1 0 00-.566.436c-.055.063-.178.107-.22.167-.147.217-.239.43-.32.653-.16.447-.267.946-.351 1.467-.168 1.04-.237 2.116-.207 2.802.045 1.042.554 1.876 1.117 2.465.564.59 1.183 1.003 1.637 1.37.454.365.681.655.726.82.044.158.033.433-.423 1.072-2.458 2.752-5.114 3.86-7.993 4.154-2.894.296-6.015-.279-9.136-1.02-3.122-.74-6.23-1.643-9.176-1.888-2.947-.245-5.828.218-8.11 2.307a1 1 0 00-.318.628c-.533 4.896 2.093 10.255 6.252 14.473s9.927 7.332 16.002 7.454a1 1 0 10.04-2c-5.412-.107-10.767-2.95-14.619-6.856-3.716-3.77-5.902-8.477-5.664-12.406 1.723-1.406 3.753-1.814 6.25-1.606 2.65.22 5.697 1.089 8.88 1.844 3.18.755 6.51 1.4 9.804 1.062 3.293-.337 6.544-1.716 9.324-4.851a1 1 0 00.059-.07c.707-.964.996-1.956.755-2.827-.24-.87-.853-1.405-1.398-1.845-.545-.44-1.085-.815-1.447-1.194-.363-.379-.544-.692-.565-1.172-.018-.42.04-1.503.184-2.396.024-.15.06-.234.088-.371.979 1.078 2.314 1.477 3.437 1.693 1.255.241 2.207.454 2.653.97.395.458.51 1.052.597 1.667a1 1 0 001.623.633c.424-.346.83-.768 1.246-1.09.416-.322.794-.478.971-.479.79.034 1.96.328 3.324.23.783-.055 1.619-.353 2.448-.831-.046.948-.138 1.795-.409 2.431-.459 1.08-1.326 1.923-3.756 2.606-.901.245-1.651.43-2.335.773-.687.344-1.307.937-1.612 1.729a1 1 0 00-.058.242c-.504 4.29-2.123 11.218-7.155 16.445a1 1 0 101.442 1.387c5.413-5.625 7.105-12.838 7.662-17.381.13-.325.24-.445.615-.633.39-.195 1.062-.388 1.975-.637a1 1 0 00.007-.002c2.764-.777 4.348-2.084 5.055-3.746.707-1.662.603-3.445.627-5.33a1 1 0 00-1.771-.649c-1.029 1.246-1.91 1.533-2.877 1.602-.967.07-2.013-.194-3.137-.236a1 1 0 00-.033-.002c-.93-.004-1.64.462-2.205.9-.064.05-.084.077-.145.127-.15-.356-.288-.717-.586-1.062-1.06-1.229-2.583-1.396-3.789-1.627-1.196-.23-2.05-.468-2.53-1.15-.236-.555-.442-1.037-1.18-1.253z"/>
12
+ <path stroke-miterlimit="10" d="M47.088 13.537a1.3 1.3 0 00-.709.002 1 1 0 00-.566.436c-.055.063-.178.107-.22.167-.147.217-.239.43-.32.653-.16.447-.267.946-.351 1.467-.168 1.04-.237 2.116-.207 2.802.045 1.042.554 1.876 1.117 2.465.564.59 1.183 1.003 1.637 1.37.454.365.681.655.726.82.044.158.033.433-.423 1.072-2.458 2.752-5.114 3.86-7.993 4.154-2.894.296-6.015-.279-9.136-1.02-3.122-.74-6.23-1.643-9.176-1.888-2.947-.245-5.828.218-8.11 2.307a1 1 0 00-.318.628c-.533 4.896 2.093 10.255 6.252 14.473s9.927 7.332 16.002 7.454a1 1 0 10.04-2c-5.412-.107-10.767-2.95-14.619-6.856-3.716-3.77-5.902-8.477-5.664-12.406 1.723-1.406 3.753-1.814 6.25-1.606 2.65.22 5.697 1.089 8.88 1.844 3.18.755 6.51 1.4 9.804 1.062 3.293-.337 6.544-1.716 9.324-4.851a1 1 0 00.059-.07c.707-.964.996-1.956.755-2.827-.24-.87-.853-1.405-1.398-1.845-.545-.44-1.085-.815-1.447-1.194-.363-.379-.544-.692-.565-1.172-.018-.42.04-1.503.184-2.396.024-.15.06-.234.088-.371.979 1.078 2.314 1.477 3.437 1.693 1.255.241 2.207.454 2.653.97.395.458.51 1.052.597 1.667a1 1 0 001.623.633c.424-.346.83-.768 1.246-1.09.416-.322.794-.478.971-.479.79.034 1.96.328 3.324.23.783-.055 1.619-.353 2.448-.831-.046.948-.138 1.795-.409 2.431-.459 1.08-1.326 1.923-3.756 2.606-.901.245-1.651.43-2.335.773-.687.344-1.307.937-1.612 1.729a1 1 0 00-.058.242c-.504 4.29-2.123 11.218-7.155 16.445a1 1 0 101.442 1.387c5.413-5.625 7.105-12.838 7.662-17.381.13-.325.24-.445.615-.633.39-.195 1.062-.388 1.975-.637a1 1 0 00.007-.002c2.764-.777 4.348-2.084 5.055-3.746.707-1.662.603-3.445.627-5.33a1 1 0 00-1.771-.649c-1.029 1.246-1.91 1.533-2.877 1.602-.967.07-2.013-.194-3.137-.236a1 1 0 00-.033-.002c-.93-.004-1.64.462-2.205.9-.064.05-.084.077-.145.127-.15-.356-.288-.717-.586-1.062-1.06-1.229-2.583-1.396-3.789-1.627-1.196-.23-2.05-.468-2.53-1.15-.236-.555-.442-1.037-1.18-1.253z"/>
13
13
  <path d="M22.281 43.816a1 1 0 00-.928 1.238c.656 2.826 1.963 5.498 3.666 8.077.646.976 1.828 1.407 2.803 1.115.96-.288 1.68-1.125 1.959-2.192.369-.98.585-2.053.68-3.156a1 1 0 10-1.994-.172c-.085.99-.274 1.921-.569 2.684a1 1 0 00-.039.12c-.125.506-.423.743-.611.8s-.298.093-.559-.301c-1.612-2.44-2.802-4.903-3.388-7.428a1 1 0 00-1.02-.785z"/>
14
14
  </g>
15
15
  </svg>
@@ -29,17 +29,25 @@ function YinYangIcon({
29
29
  fill: "#FFF"
30
30
  }), /*#__PURE__*/React.createElement("path", {
31
31
  fill: "#3F3F3F",
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round",
34
+ strokeMiterlimit: 10,
35
+ strokeWidth: 2,
32
36
  d: "M10.883 36.883c0 13.614 10.826 24.69 24.338 25.092-6.58-.402-11.78-5.865-11.78-12.533 0-6.933 5.614-12.559 12.559-12.559 6.932 0 12.558-5.626 12.558-12.558 0-6.668-5.211-12.131-11.792-12.533-.251-.013-.502-.025-.766-.025s-.527 0-.779.025c-13.512.402-24.338 11.478-24.338 25.091z"
33
37
  }), /*#__PURE__*/React.createElement("circle", {
34
38
  cx: 37.344,
35
39
  cy: 48.939,
36
40
  r: 4.019,
37
- fill: "#3F3F3F"
41
+ fill: "#3F3F3F",
42
+ strokeMiterlimit: 10,
43
+ strokeWidth: 2
38
44
  }), /*#__PURE__*/React.createElement("circle", {
39
45
  cx: 37.344,
40
46
  cy: 23.823,
41
47
  r: 4.019,
42
- fill: "#FFF"
48
+ fill: "#FFF",
49
+ strokeMiterlimit: 10,
50
+ strokeWidth: 2
43
51
  }), /*#__PURE__*/React.createElement("g", {
44
52
  fill: "none",
45
53
  stroke: "#000",
@@ -1,8 +1,8 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" fill="currentColor" aria-hidden="true">
2
2
  <circle cx="36" cy="36.883" r="25" fill="#FFF"/>
3
- <path fill="#3F3F3F" d="M10.883 36.883c0 13.614 10.826 24.69 24.338 25.092-6.58-.402-11.78-5.865-11.78-12.533 0-6.933 5.614-12.559 12.559-12.559 6.932 0 12.558-5.626 12.558-12.558 0-6.668-5.211-12.131-11.792-12.533-.251-.013-.502-.025-.766-.025s-.527 0-.779.025c-13.512.402-24.338 11.478-24.338 25.091z"/>
4
- <circle cx="37.344" cy="48.939" r="4.019" fill="#3F3F3F"/>
5
- <circle cx="37.344" cy="23.823" r="4.019" fill="#FFF"/>
3
+ <path fill="#3F3F3F" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M10.883 36.883c0 13.614 10.826 24.69 24.338 25.092-6.58-.402-11.78-5.865-11.78-12.533 0-6.933 5.614-12.559 12.559-12.559 6.932 0 12.558-5.626 12.558-12.558 0-6.668-5.211-12.131-11.792-12.533-.251-.013-.502-.025-.766-.025s-.527 0-.779.025c-13.512.402-24.338 11.478-24.338 25.091z"/>
4
+ <circle cx="37.344" cy="48.939" r="4.019" fill="#3F3F3F" stroke-miterlimit="10" stroke-width="2"/>
5
+ <circle cx="37.344" cy="23.823" r="4.019" fill="#FFF" stroke-miterlimit="10" stroke-width="2"/>
6
6
  <g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
7
7
  <path stroke-linecap="round" stroke-linejoin="round" d="M23.442 49.442c0 6.668 5.199 12.131 11.78 12.533.263.012.514.025.778.025s.515-.013.766-.025c13.513-.39 24.35-11.466 24.35-25.092 0-13.625-10.837-24.702-24.35-25.091 6.58.402 11.792 5.865 11.792 12.533 0 6.932-5.626 12.558-12.558 12.558-6.945 0-12.558 5.626-12.558 12.559z"/>
8
8
  <path stroke-linecap="round" stroke-linejoin="round" d="M10.883 36.883c0 13.614 10.826 24.69 24.338 25.092-6.58-.402-11.78-5.865-11.78-12.533 0-6.933 5.614-12.559 12.559-12.559 6.932 0 12.558-5.626 12.558-12.558 0-6.668-5.211-12.131-11.792-12.533-.251-.013-.502-.025-.766-.025s-.527 0-.779.025c-13.512.402-24.338 11.478-24.338 25.091z"/>
@@ -230,6 +230,10 @@ export { default as PersonSwimmingIcon } from './PersonSwimmingIcon'
230
230
  // export { default as personSwimmingIconLabIcon } from './PersonSwimmingIconLabIcon'
231
231
  export { default as PersonIcon } from './PersonIcon'
232
232
  // export { default as personIconLabIcon } from './PersonIconLabIcon'
233
+ export { default as PictureFramedIcon } from './PictureFramedIcon'
234
+ // export { default as pictureFramedIconLabIcon } from './PictureFramedIconLabIcon'
235
+ export { default as PictureIcon } from './PictureIcon'
236
+ // export { default as pictureIconLabIcon } from './PictureIconLabIcon'
233
237
  export { default as PirateFlagIcon } from './PirateFlagIcon'
234
238
  // export { default as pirateFlagIconLabIcon } from './PirateFlagIconLabIcon'
235
239
  export { default as PlaneDepartureIcon } from './PlaneDepartureIcon'
@@ -230,6 +230,10 @@ export { default as PersonSwimmingIcon } from './PersonSwimmingIcon.js'
230
230
  // export { default as personSwimmingIconLabIcon } from './PersonSwimmingIconLabIcon.js'
231
231
  export { default as PersonIcon } from './PersonIcon.js'
232
232
  // export { default as personIconLabIcon } from './PersonIconLabIcon.js'
233
+ export { default as PictureFramedIcon } from './PictureFramedIcon.js'
234
+ // export { default as pictureFramedIconLabIcon } from './PictureFramedIconLabIcon.js'
235
+ export { default as PictureIcon } from './PictureIcon.js'
236
+ // export { default as pictureIconLabIcon } from './PictureIconLabIcon.js'
233
237
  export { default as PirateFlagIcon } from './PirateFlagIcon.js'
234
238
  // export { default as pirateFlagIconLabIcon } from './PirateFlagIconLabIcon.js'
235
239
  export { default as PlaneDepartureIcon } from './PlaneDepartureIcon.js'
package/data2/index.d.ts CHANGED
@@ -230,6 +230,10 @@ export { default as PersonSwimmingIcon } from './PersonSwimmingIcon'
230
230
  // export { default as personSwimmingIconLabIcon } from './PersonSwimmingIconLabIcon'
231
231
  export { default as PersonIcon } from './PersonIcon'
232
232
  // export { default as personIconLabIcon } from './PersonIconLabIcon'
233
+ export { default as PictureFramedIcon } from './PictureFramedIcon'
234
+ // export { default as pictureFramedIconLabIcon } from './PictureFramedIconLabIcon'
235
+ export { default as PictureIcon } from './PictureIcon'
236
+ // export { default as pictureIconLabIcon } from './PictureIconLabIcon'
233
237
  export { default as PirateFlagIcon } from './PirateFlagIcon'
234
238
  // export { default as pirateFlagIconLabIcon } from './PirateFlagIconLabIcon'
235
239
  export { default as PlaneDepartureIcon } from './PlaneDepartureIcon'
package/data2/index.js CHANGED
@@ -230,6 +230,10 @@ module.exports.PersonSwimmingIcon = require("./PersonSwimmingIcon.js")
230
230
  // module.exports.personSwimmingIconLabIcon = require("./PersonSwimmingIconLabIcon.js")
231
231
  module.exports.PersonIcon = require("./PersonIcon.js")
232
232
  // module.exports.personIconLabIcon = require("./PersonIconLabIcon.js")
233
+ module.exports.PictureFramedIcon = require("./PictureFramedIcon.js")
234
+ // module.exports.pictureFramedIconLabIcon = require("./PictureFramedIconLabIcon.js")
235
+ module.exports.PictureIcon = require("./PictureIcon.js")
236
+ // module.exports.pictureIconLabIcon = require("./PictureIconLabIcon.js")
233
237
  module.exports.PirateFlagIcon = require("./PirateFlagIcon.js")
234
238
  // module.exports.pirateFlagIconLabIcon = require("./PirateFlagIconLabIcon.js")
235
239
  module.exports.PlaneDepartureIcon = require("./PlaneDepartureIcon.js")
package/package.json CHANGED
@@ -1,9 +1,16 @@
1
1
  {
2
2
  "name": "@datalayer/icons-react",
3
3
  "license": "MIT",
4
- "version": "0.3.3",
5
- "description": "",
6
- "keywords": [],
4
+ "version": "0.3.4",
5
+ "description": "React.js and JupyterLab icons for data products.",
6
+ "keywords": [
7
+ "icons",
8
+ "react",
9
+ "jupyterlab",
10
+ "datalayer",
11
+ "data",
12
+ "products"
13
+ ],
7
14
  "homepage": "https://github.com/datalayer/icons",
8
15
  "repository": {
9
16
  "type": "git",