@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
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const CameraIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
3
+ export default CameraIcon;
@@ -0,0 +1,32 @@
1
+ const React = require("react");
2
+
3
+ const sizeMap = {
4
+ "small": 16,
5
+ "medium": 32,
6
+ "large": 64
7
+ };
8
+
9
+ function CameraIcon({
10
+ title,
11
+ titleId,
12
+ size,
13
+ colored,
14
+ ...props
15
+ }, svgRef) {
16
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ viewBox: "0 -2 18 18",
19
+ fill: colored ? 'currentColor' : (['#fff', '#fffff', 'white', '#FFF', '#FFFFFF'].includes('currentColor') ? 'white' : 'currentColor'),
20
+ "aria-hidden": "true",
21
+ width: size ? typeof size === "string" ? sizeMap[size] : size : "16px",
22
+ ref: svgRef,
23
+ "aria-labelledby": titleId
24
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
27
+ fillRule: "evenodd",
28
+ d: "M0 3.002A.999.999 0 011 2h3.502a.88.88 0 00.72-.444L5.778.444C5.901.199 6.228 0 6.491 0h5.018c.271 0 .59.2.713.444l.556 1.112a.869.869 0 00.72.444H17c.552 0 1 .456 1 1.002v9.996A.998.998 0 0117.007 14H.993C.445 14 0 13.544 0 12.998V3.002zM1 3h4.437c.271 0 .588-.2.707-.444L6.9 1h4.25l.701 1.536c.117.256.437.464.703.464H17v10H1V3zm8 9a4 4 0 100-8 4 4 0 000 8zm0-1a3 3 0 100-6 3 3 0 000 6zm6-4a1 1 0 100-2 1 1 0 000 2zM2 1.5c0-.276.214-.5.505-.5h.99c.279 0 .505.232.505.5V2H2v-.5z"
29
+ }));
30
+ }
31
+ const ForwardRef = React.forwardRef(CameraIcon);
32
+ module.exports = ForwardRef;
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -2 18 18" fill="currentColor" aria-hidden="true">
2
+ <path fill-rule="evenodd" d="M0 3.002A.999.999 0 011 2h3.502a.88.88 0 00.72-.444L5.778.444C5.901.199 6.228 0 6.491 0h5.018c.271 0 .59.2.713.444l.556 1.112a.869.869 0 00.72.444H17c.552 0 1 .456 1 1.002v9.996A.998.998 0 0117.007 14H.993C.445 14 0 13.544 0 12.998V3.002zM1 3h4.437c.271 0 .588-.2.707-.444L6.9 1h4.25l.701 1.536c.117.256.437.464.703.464H17v10H1V3zm8 9a4 4 0 100-8 4 4 0 000 8zm0-1a3 3 0 100-6 3 3 0 000 6zm6-4a1 1 0 100-2 1 1 0 000 2zM2 1.5c0-.276.214-.5.505-.5h.99c.279 0 .505.232.505.5V2H2v-.5z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ import { LabIcon } from "@jupyterlab/ui-components/lib/icon/labicon";
2
+ declare const cameraIconJupyterLab: LabIcon;
3
+ export default cameraIconJupyterLab;
@@ -0,0 +1,7 @@
1
+ import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
2
+ import CameraIconSvgStr from './CameraIcon.svg';
3
+ const cameraIconJupyterLab = new LabIcon({
4
+ name: '@datalayer/icons:camera',
5
+ svgstr: CameraIconSvgStr,
6
+ });
7
+ export default cameraIconJupyterLab;
@@ -25,12 +25,15 @@ function DatalayerGreenPaddingIcon({
25
25
  id: titleId
26
26
  }, title) : null, /*#__PURE__*/React.createElement("path", {
27
27
  fill: colored ? '#2ecc71' : (['#fff', '#fffff', 'white', '#FFF', '#FFFFFF'].includes('#2ecc71') ? 'white' : 'currentColor'),
28
+ strokeWidth: 2.9,
28
29
  d: "M7 7h58v11.6H7zm0 0"
29
30
  }), /*#__PURE__*/React.createElement("path", {
30
31
  fill: colored ? '#1abc9c' : (['#fff', '#fffff', 'white', '#FFF', '#FFFFFF'].includes('#1abc9c') ? 'white' : 'currentColor'),
32
+ strokeWidth: 2.9,
31
33
  d: "M7 30.2h58v11.6H7zm0 0"
32
34
  }), /*#__PURE__*/React.createElement("path", {
33
35
  fill: colored ? '#16a085' : (['#fff', '#fffff', 'white', '#FFF', '#FFFFFF'].includes('#16a085') ? 'white' : 'currentColor'),
36
+ strokeWidth: 2.9,
34
37
  d: "M7 53.4h58V65H7zm0 0"
35
38
  }));
36
39
  }
@@ -1,5 +1,5 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" aria-hidden="true" viewBox="0 0 72 72">
2
- <path fill="#2ecc71" d="M7 7h58v11.6H7zm0 0"/>
3
- <path fill="#1abc9c" d="M7 30.2h58v11.6H7zm0 0"/>
4
- <path fill="#16a085" d="M7 53.4h58V65H7zm0 0"/>
2
+ <path fill="#2ecc71" stroke-width="2.9" d="M7 7h58v11.6H7zm0 0"/>
3
+ <path fill="#1abc9c" stroke-width="2.9" d="M7 30.2h58v11.6H7zm0 0"/>
4
+ <path fill="#16a085" stroke-width="2.9" d="M7 53.4h58V65H7zm0 0"/>
5
5
  </svg>
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const CameraIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string, size?: "small" | "medium" | "large" | number, colored?: boolean } & React.RefAttributes<SVGSVGElement>>;
3
+ export default CameraIcon;
@@ -0,0 +1,32 @@
1
+ import * as React from "react";
2
+
3
+ const sizeMap = {
4
+ "small": 16,
5
+ "medium": 32,
6
+ "large": 64
7
+ };
8
+
9
+ function CameraIcon({
10
+ title,
11
+ titleId,
12
+ size,
13
+ colored,
14
+ ...props
15
+ }, svgRef) {
16
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ viewBox: "0 -2 18 18",
19
+ fill: colored ? 'currentColor' : (['#fff', '#fffff', 'white', '#FFF', '#FFFFFF'].includes('currentColor') ? 'white' : 'currentColor'),
20
+ "aria-hidden": "true",
21
+ width: size ? typeof size === "string" ? sizeMap[size] : size : "16px",
22
+ ref: svgRef,
23
+ "aria-labelledby": titleId
24
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
27
+ fillRule: "evenodd",
28
+ d: "M0 3.002A.999.999 0 011 2h3.502a.88.88 0 00.72-.444L5.778.444C5.901.199 6.228 0 6.491 0h5.018c.271 0 .59.2.713.444l.556 1.112a.869.869 0 00.72.444H17c.552 0 1 .456 1 1.002v9.996A.998.998 0 0117.007 14H.993C.445 14 0 13.544 0 12.998V3.002zM1 3h4.437c.271 0 .588-.2.707-.444L6.9 1h4.25l.701 1.536c.117.256.437.464.703.464H17v10H1V3zm8 9a4 4 0 100-8 4 4 0 000 8zm0-1a3 3 0 100-6 3 3 0 000 6zm6-4a1 1 0 100-2 1 1 0 000 2zM2 1.5c0-.276.214-.5.505-.5h.99c.279 0 .505.232.505.5V2H2v-.5z"
29
+ }));
30
+ }
31
+ const ForwardRef = React.forwardRef(CameraIcon);
32
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -2 18 18" fill="currentColor" aria-hidden="true">
2
+ <path fill-rule="evenodd" d="M0 3.002A.999.999 0 011 2h3.502a.88.88 0 00.72-.444L5.778.444C5.901.199 6.228 0 6.491 0h5.018c.271 0 .59.2.713.444l.556 1.112a.869.869 0 00.72.444H17c.552 0 1 .456 1 1.002v9.996A.998.998 0 0117.007 14H.993C.445 14 0 13.544 0 12.998V3.002zM1 3h4.437c.271 0 .588-.2.707-.444L6.9 1h4.25l.701 1.536c.117.256.437.464.703.464H17v10H1V3zm8 9a4 4 0 100-8 4 4 0 000 8zm0-1a3 3 0 100-6 3 3 0 000 6zm6-4a1 1 0 100-2 1 1 0 000 2zM2 1.5c0-.276.214-.5.505-.5h.99c.279 0 .505.232.505.5V2H2v-.5z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ import { LabIcon } from "@jupyterlab/ui-components/lib/icon/labicon";
2
+ declare const cameraIconJupyterLab: LabIcon;
3
+ export default cameraIconJupyterLab;
@@ -0,0 +1,7 @@
1
+ import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
2
+ import CameraIconSvgStr from './CameraIcon.svg';
3
+ const cameraIconJupyterLab = new LabIcon({
4
+ name: '@datalayer/icons:camera',
5
+ svgstr: CameraIconSvgStr,
6
+ });
7
+ export default cameraIconJupyterLab;
@@ -25,12 +25,15 @@ function DatalayerGreenPaddingIcon({
25
25
  id: titleId
26
26
  }, title) : null, /*#__PURE__*/React.createElement("path", {
27
27
  fill: colored ? '#2ecc71' : (['#fff', '#fffff', 'white', '#FFF', '#FFFFFF'].includes('#2ecc71') ? 'white' : 'currentColor'),
28
+ strokeWidth: 2.9,
28
29
  d: "M7 7h58v11.6H7zm0 0"
29
30
  }), /*#__PURE__*/React.createElement("path", {
30
31
  fill: colored ? '#1abc9c' : (['#fff', '#fffff', 'white', '#FFF', '#FFFFFF'].includes('#1abc9c') ? 'white' : 'currentColor'),
32
+ strokeWidth: 2.9,
31
33
  d: "M7 30.2h58v11.6H7zm0 0"
32
34
  }), /*#__PURE__*/React.createElement("path", {
33
35
  fill: colored ? '#16a085' : (['#fff', '#fffff', 'white', '#FFF', '#FFFFFF'].includes('#16a085') ? 'white' : 'currentColor'),
36
+ strokeWidth: 2.9,
34
37
  d: "M7 53.4h58V65H7zm0 0"
35
38
  }));
36
39
  }
@@ -1,5 +1,5 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" aria-hidden="true" viewBox="0 0 72 72">
2
- <path fill="#2ecc71" d="M7 7h58v11.6H7zm0 0"/>
3
- <path fill="#1abc9c" d="M7 30.2h58v11.6H7zm0 0"/>
4
- <path fill="#16a085" d="M7 53.4h58V65H7zm0 0"/>
2
+ <path fill="#2ecc71" stroke-width="2.9" d="M7 7h58v11.6H7zm0 0"/>
3
+ <path fill="#1abc9c" stroke-width="2.9" d="M7 30.2h58v11.6H7zm0 0"/>
4
+ <path fill="#16a085" stroke-width="2.9" d="M7 53.4h58V65H7zm0 0"/>
5
5
  </svg>
@@ -38,6 +38,8 @@ export { default as BrowserMouseIcon } from './BrowserMouseIcon'
38
38
  // export { default as browserMouseIconLabIcon } from './BrowserMouseIconLabIcon'
39
39
  export { default as BrowserIcon } from './BrowserIcon'
40
40
  // export { default as browserIconLabIcon } from './BrowserIconLabIcon'
41
+ export { default as CameraIcon } from './CameraIcon'
42
+ // export { default as cameraIconLabIcon } from './CameraIconLabIcon'
41
43
  export { default as CassandraIcon } from './CassandraIcon'
42
44
  // export { default as cassandraIconLabIcon } from './CassandraIconLabIcon'
43
45
  export { default as CellIcon } from './CellIcon'
@@ -38,6 +38,8 @@ export { default as BrowserMouseIcon } from './BrowserMouseIcon.js'
38
38
  // export { default as browserMouseIconLabIcon } from './BrowserMouseIconLabIcon.js'
39
39
  export { default as BrowserIcon } from './BrowserIcon.js'
40
40
  // export { default as browserIconLabIcon } from './BrowserIconLabIcon.js'
41
+ export { default as CameraIcon } from './CameraIcon.js'
42
+ // export { default as cameraIconLabIcon } from './CameraIconLabIcon.js'
41
43
  export { default as CassandraIcon } from './CassandraIcon.js'
42
44
  // export { default as cassandraIconLabIcon } from './CassandraIconLabIcon.js'
43
45
  export { default as CellIcon } from './CellIcon.js'
package/data1/index.d.ts CHANGED
@@ -38,6 +38,8 @@ export { default as BrowserMouseIcon } from './BrowserMouseIcon'
38
38
  // export { default as browserMouseIconLabIcon } from './BrowserMouseIconLabIcon'
39
39
  export { default as BrowserIcon } from './BrowserIcon'
40
40
  // export { default as browserIconLabIcon } from './BrowserIconLabIcon'
41
+ export { default as CameraIcon } from './CameraIcon'
42
+ // export { default as cameraIconLabIcon } from './CameraIconLabIcon'
41
43
  export { default as CassandraIcon } from './CassandraIcon'
42
44
  // export { default as cassandraIconLabIcon } from './CassandraIconLabIcon'
43
45
  export { default as CellIcon } from './CellIcon'
package/data1/index.js CHANGED
@@ -38,6 +38,8 @@ module.exports.BrowserMouseIcon = require("./BrowserMouseIcon.js")
38
38
  // module.exports.browserMouseIconLabIcon = require("./BrowserMouseIconLabIcon.js")
39
39
  module.exports.BrowserIcon = require("./BrowserIcon.js")
40
40
  // module.exports.browserIconLabIcon = require("./BrowserIconLabIcon.js")
41
+ module.exports.CameraIcon = require("./CameraIcon.js")
42
+ // module.exports.cameraIconLabIcon = require("./CameraIconLabIcon.js")
41
43
  module.exports.CassandraIcon = require("./CassandraIcon.js")
42
44
  // module.exports.cassandraIconLabIcon = require("./CassandraIconLabIcon.js")
43
45
  module.exports.CellIcon = require("./CellIcon.js")
@@ -23,12 +23,11 @@ function AppleRainbowIcon({
23
23
  "aria-labelledby": titleId
24
24
  }, props), title ? /*#__PURE__*/React.createElement("title", {
25
25
  id: titleId
26
- }, title) : null, /*#__PURE__*/React.createElement("g", {
27
- strokeMiterlimit: 2.613
28
- }, /*#__PURE__*/React.createElement("path", {
26
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
29
27
  fill: "#61bb46",
30
28
  fillRule: "evenodd",
31
29
  stroke: "#61bb46",
30
+ strokeMiterlimit: 2.613,
32
31
  strokeWidth: 2.985,
33
32
  d: "M25.824 200.612c.166-.273.342-.542.518-.806 28.447-43.799 73.32-69.434 115.518-69.434 42.969 0 69.98 23.555 105.498 23.555 34.463 0 55.454-23.589 105.132-23.589 37.534 0 77.329 20.439 105.674 55.781-7.837 4.292-14.907 9.165-21.226 14.521z",
34
33
  clipRule: "evenodd",
@@ -37,6 +36,7 @@ function AppleRainbowIcon({
37
36
  fill: "#61bb46",
38
37
  fillRule: "evenodd",
39
38
  stroke: "#61bb46",
39
+ strokeMiterlimit: 2.613,
40
40
  strokeWidth: 2.985,
41
41
  d: "M314.808 90.875c18.032-23.159 31.748-55.859 26.777-89.292-29.482 2.021-63.965 20.791-84.106 45.225-18.276 22.197-33.364 55.117-27.49 87.095 32.187 1.001 65.483-18.218 84.819-43.028z",
42
42
  clipRule: "evenodd",
@@ -50,6 +50,7 @@ function AppleRainbowIcon({
50
50
  fill: "#f5821f",
51
51
  fillRule: "evenodd",
52
52
  stroke: "#f5821f",
53
+ strokeMiterlimit: 2.613,
53
54
  strokeWidth: 2.985,
54
55
  d: "M4.989 340.998c-3.862-24.644-4.487-48.403-2.061-70.2l394.341-.01c-3.857 23.638-.62 48.237 9.136 70.225z",
55
56
  clipRule: "evenodd",
@@ -58,6 +59,7 @@ function AppleRainbowIcon({
58
59
  fill: "#e03a3e",
59
60
  fillRule: "evenodd",
60
61
  stroke: "#e03a3e",
62
+ strokeMiterlimit: 2.613,
61
63
  strokeWidth: 2.985,
62
64
  d: "M24.261 411.193c-9.312-23.584-15.688-47.271-19.272-70.195l401.416.015c12.427 28.018 35.425 51.821 67.808 64.053-.962 2.139-1.89 4.185-2.783 6.157z",
63
65
  clipRule: "evenodd",
@@ -66,6 +68,7 @@ function AppleRainbowIcon({
66
68
  fill: "#963d97",
67
69
  fillRule: "evenodd",
68
70
  stroke: "#963d97",
71
+ strokeMiterlimit: 2.613,
69
72
  strokeWidth: 2.985,
70
73
  d: "M471.429 411.222c-11.118 24.443-17.563 37.129-32.949 60.547a605.045 605.045 0 01-6.436 9.609l-370.527.034a850.124 850.124 0 01-3.521-5.288c-13.853-21.099-25.068-42.974-33.735-64.932z",
71
74
  clipRule: "evenodd",
@@ -73,6 +76,7 @@ function AppleRainbowIcon({
73
76
  }), /*#__PURE__*/React.createElement("path", {
74
77
  fill: "none",
75
78
  stroke: "#000",
79
+ strokeMiterlimit: 2.613,
76
80
  strokeWidth: 3.895,
77
81
  d: "M472.972 550.778c13.589 0 24.604-11.016 24.604-24.595 0-13.59-11.016-24.6-24.604-24.6s-24.604 11.01-24.604 24.6c0 13.579 11.015 24.595 24.604 24.595m-6.992-9.648v-27.485h11.011m6.645 27.182l-6.553-13.892m-11.054-.244h11.006m-.01-.034c2.734 0 5.503-2.891 5.503-6.46 0-3.8-2.886-6.553-5.537-6.553",
78
82
  transform: "matrix(.98693 0 0 .99106 27.5 .907)"
@@ -80,11 +84,12 @@ function AppleRainbowIcon({
80
84
  fill: "#009ddc",
81
85
  fillRule: "evenodd",
82
86
  stroke: "#009ddc",
87
+ strokeMiterlimit: 2.613,
83
88
  strokeWidth: 2.985,
84
89
  d: "M432.044 481.378c-22.666 33.203-53.096 69.741-90.02 70.088-36.03.327-45.273-23.447-94.155-23.179-48.882.273-59.087 23.594-95.117 23.257-38.521-.356-68.433-36.24-91.235-70.132z",
85
90
  clipRule: "evenodd",
86
91
  transform: "matrix(.98693 0 0 .99106 27.5 .907)"
87
- })));
92
+ }));
88
93
  }
89
94
  const ForwardRef = React.forwardRef(AppleRainbowIcon);
90
95
  module.exports = ForwardRef;
@@ -1,12 +1,10 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" overflow="visible" viewBox="0 0 550 550" fill="currentColor" aria-hidden="true">
2
- <g stroke-miterlimit="2.613">
3
- <path fill="#61bb46" fill-rule="evenodd" stroke="#61bb46" stroke-width="2.985" d="M25.824 200.612c.166-.273.342-.542.518-.806 28.447-43.799 73.32-69.434 115.518-69.434 42.969 0 69.98 23.555 105.498 23.555 34.463 0 55.454-23.589 105.132-23.589 37.534 0 77.329 20.439 105.674 55.781-7.837 4.292-14.907 9.165-21.226 14.521z" clip-rule="evenodd" transform="matrix(.98693 0 0 .99106 27.5 .907)"/>
4
- <path fill="#61bb46" fill-rule="evenodd" stroke="#61bb46" stroke-width="2.985" d="M314.808 90.875c18.032-23.159 31.748-55.859 26.777-89.292-29.482 2.021-63.965 20.791-84.106 45.225-18.276 22.197-33.364 55.117-27.49 87.095 32.187 1.001 65.483-18.218 84.819-43.028z" clip-rule="evenodd" transform="matrix(.98693 0 0 .99106 27.5 .907)"/>
5
- <path fill="#fdb827" fill-rule="evenodd" d="M51.539 199.086c-12.09 19.021-20.456 46.284-22.676 70.197l392.241-.01c4.241-26.161 18.343-51.156 40.694-70.158l-410.26-.029h.024z" clip-rule="evenodd"/>
6
- <path fill="#f5821f" fill-rule="evenodd" stroke="#f5821f" stroke-width="2.985" d="M4.989 340.998c-3.862-24.644-4.487-48.403-2.061-70.2l394.341-.01c-3.857 23.638-.62 48.237 9.136 70.225z" clip-rule="evenodd" transform="matrix(.98693 0 0 .99106 27.5 .907)"/>
7
- <path fill="#e03a3e" fill-rule="evenodd" stroke="#e03a3e" stroke-width="2.985" d="M24.261 411.193c-9.312-23.584-15.688-47.271-19.272-70.195l401.416.015c12.427 28.018 35.425 51.821 67.808 64.053-.962 2.139-1.89 4.185-2.783 6.157z" clip-rule="evenodd" transform="matrix(.98693 0 0 .99106 27.5 .907)"/>
8
- <path fill="#963d97" fill-rule="evenodd" stroke="#963d97" stroke-width="2.985" d="M471.429 411.222c-11.118 24.443-17.563 37.129-32.949 60.547a605.045 605.045 0 01-6.436 9.609l-370.527.034a850.124 850.124 0 01-3.521-5.288c-13.853-21.099-25.068-42.974-33.735-64.932z" clip-rule="evenodd" transform="matrix(.98693 0 0 .99106 27.5 .907)"/>
9
- <path fill="none" stroke="#000" stroke-width="3.895" d="M472.972 550.778c13.589 0 24.604-11.016 24.604-24.595 0-13.59-11.016-24.6-24.604-24.6s-24.604 11.01-24.604 24.6c0 13.579 11.015 24.595 24.604 24.595m-6.992-9.648v-27.485h11.011m6.645 27.182l-6.553-13.892m-11.054-.244h11.006m-.01-.034c2.734 0 5.503-2.891 5.503-6.46 0-3.8-2.886-6.553-5.537-6.553" transform="matrix(.98693 0 0 .99106 27.5 .907)"/>
10
- <path fill="#009ddc" fill-rule="evenodd" stroke="#009ddc" stroke-width="2.985" d="M432.044 481.378c-22.666 33.203-53.096 69.741-90.02 70.088-36.03.327-45.273-23.447-94.155-23.179-48.882.273-59.087 23.594-95.117 23.257-38.521-.356-68.433-36.24-91.235-70.132z" clip-rule="evenodd" transform="matrix(.98693 0 0 .99106 27.5 .907)"/>
11
- </g>
2
+ <path fill="#61bb46" fill-rule="evenodd" stroke="#61bb46" stroke-miterlimit="2.613" stroke-width="2.985" d="M25.824 200.612c.166-.273.342-.542.518-.806 28.447-43.799 73.32-69.434 115.518-69.434 42.969 0 69.98 23.555 105.498 23.555 34.463 0 55.454-23.589 105.132-23.589 37.534 0 77.329 20.439 105.674 55.781-7.837 4.292-14.907 9.165-21.226 14.521z" clip-rule="evenodd" transform="matrix(.98693 0 0 .99106 27.5 .907)"/>
3
+ <path fill="#61bb46" fill-rule="evenodd" stroke="#61bb46" stroke-miterlimit="2.613" stroke-width="2.985" d="M314.808 90.875c18.032-23.159 31.748-55.859 26.777-89.292-29.482 2.021-63.965 20.791-84.106 45.225-18.276 22.197-33.364 55.117-27.49 87.095 32.187 1.001 65.483-18.218 84.819-43.028z" clip-rule="evenodd" transform="matrix(.98693 0 0 .99106 27.5 .907)"/>
4
+ <path fill="#fdb827" fill-rule="evenodd" d="M51.539 199.086c-12.09 19.021-20.456 46.284-22.676 70.197l392.241-.01c4.241-26.161 18.343-51.156 40.694-70.158l-410.26-.029h.024z" clip-rule="evenodd"/>
5
+ <path fill="#f5821f" fill-rule="evenodd" stroke="#f5821f" stroke-miterlimit="2.613" stroke-width="2.985" d="M4.989 340.998c-3.862-24.644-4.487-48.403-2.061-70.2l394.341-.01c-3.857 23.638-.62 48.237 9.136 70.225z" clip-rule="evenodd" transform="matrix(.98693 0 0 .99106 27.5 .907)"/>
6
+ <path fill="#e03a3e" fill-rule="evenodd" stroke="#e03a3e" stroke-miterlimit="2.613" stroke-width="2.985" d="M24.261 411.193c-9.312-23.584-15.688-47.271-19.272-70.195l401.416.015c12.427 28.018 35.425 51.821 67.808 64.053-.962 2.139-1.89 4.185-2.783 6.157z" clip-rule="evenodd" transform="matrix(.98693 0 0 .99106 27.5 .907)"/>
7
+ <path fill="#963d97" fill-rule="evenodd" stroke="#963d97" stroke-miterlimit="2.613" stroke-width="2.985" d="M471.429 411.222c-11.118 24.443-17.563 37.129-32.949 60.547a605.045 605.045 0 01-6.436 9.609l-370.527.034a850.124 850.124 0 01-3.521-5.288c-13.853-21.099-25.068-42.974-33.735-64.932z" clip-rule="evenodd" transform="matrix(.98693 0 0 .99106 27.5 .907)"/>
8
+ <path fill="none" stroke="#000" stroke-miterlimit="2.613" stroke-width="3.895" d="M472.972 550.778c13.589 0 24.604-11.016 24.604-24.595 0-13.59-11.016-24.6-24.604-24.6s-24.604 11.01-24.604 24.6c0 13.579 11.015 24.595 24.604 24.595m-6.992-9.648v-27.485h11.011m6.645 27.182l-6.553-13.892m-11.054-.244h11.006m-.01-.034c2.734 0 5.503-2.891 5.503-6.46 0-3.8-2.886-6.553-5.537-6.553" transform="matrix(.98693 0 0 .99106 27.5 .907)"/>
9
+ <path fill="#009ddc" fill-rule="evenodd" stroke="#009ddc" stroke-miterlimit="2.613" stroke-width="2.985" d="M432.044 481.378c-22.666 33.203-53.096 69.741-90.02 70.088-36.03.327-45.273-23.447-94.155-23.179-48.882.273-59.087 23.594-95.117 23.257-38.521-.356-68.433-36.24-91.235-70.132z" clip-rule="evenodd" transform="matrix(.98693 0 0 .99106 27.5 .907)"/>
12
10
  </svg>
@@ -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
- strokeMiterlimit: 10,
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" stroke-miterlimit="10" d="M12 56h48v4H12zM14.13 22h43.74v4H14.13zM15.72 52h40.55v4H15.72zM18.5 26h4v26h-4z"/>
4
- <path fill="#fff" stroke-miterlimit="10" d="M27.35 26.15h4v26h-4zM49.52 25.95h3.941v26H49.52z"/>
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" stroke-width="2.049" 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"/>
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.606z"
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.606z"/>
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"/>
@@ -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",
@@ -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("path", {
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
- <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"/>
3
- <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"/>
4
- <path fill="#FFF" d="M31 10h10-10z"/>
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
+ const React = require("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
+ module.exports = ForwardRef;