@carbon-labs/react-animated-header 0.2.0 → 0.4.0

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 (70) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +438 -520
  2. package/es/__stories__/data/index.d.ts +19 -9
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +76 -65
  5. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
  6. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -8
  7. package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
  8. package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
  9. package/es/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.js +6 -6
  11. package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
  12. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
  13. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
  14. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
  15. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
  16. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
  17. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
  18. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
  19. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
  20. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
  21. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
  22. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
  23. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
  24. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
  25. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
  27. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
  28. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
  29. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
  30. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
  31. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
  32. package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
  33. package/lib/__stories__/AnimatedHeader.stories.d.ts +438 -520
  34. package/lib/__stories__/data/index.d.ts +19 -9
  35. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
  36. package/lib/components/AnimatedHeader/AnimatedHeader.js +75 -64
  37. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
  38. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +11 -9
  39. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
  40. package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
  41. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
  42. package/lib/components/Tiles/GlassTile/GlassTile.js +6 -6
  43. package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
  44. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
  45. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
  46. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
  47. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
  48. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
  49. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
  50. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
  51. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
  52. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
  53. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
  54. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
  64. package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
  65. package/package.json +2 -2
  66. package/scss/AnimatedHeader/animated-header.scss +31 -17
  67. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +12 -5
  68. package/scss/Tiles/GlassTile/glass-tile.scss +17 -3
  69. /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
  70. /package/lib/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
@@ -12,8 +12,8 @@ var Icon = require('../Icon.js');
12
12
  var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
13
  require('prop-types');
14
14
 
15
- var _path, _path2, _path3, _path4, _path5, _path6, _circle, _path7, _path8, _path9, _path10, _circle2, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _circle3, _path34, _path35, _circle4, _path36, _path37, _circle5, _circle6, _circle7, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _circle8, _circle9, _circle10, _circle11, _circle12, _circle13, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _circle14, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _circle15, _circle16, _circle17, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _circle18, _circle19, _circle20, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196;
16
- const NotebookReference = /*#__PURE__*/React.forwardRef(function NotebookReference(_ref, ref) {
15
+ var _circle, _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _circle2, _circle3, _circle4, _path10, _circle5, _path11, _circle6, _circle7, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _circle8, _path53, _path54, _path55, _path56, _circle9, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _circle10, _path81, _path82, _circle11, _path83, _path84, _circle12, _circle13, _circle14, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _circle15, _circle16, _circle17, _circle18, _circle19, _circle20, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _circle21, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193;
16
+ const NavaidVortac = /*#__PURE__*/React.forwardRef(function NavaidVortac(_ref, ref) {
17
17
  let {
18
18
  children,
19
19
  size = 16,
@@ -27,34 +27,23 @@ const NotebookReference = /*#__PURE__*/React.forwardRef(function NotebookReferen
27
27
  viewBox: "0 0 32 32",
28
28
  fill: "currentColor",
29
29
  ...rest
30
- }, _path || (_path = /*#__PURE__*/React.createElement("path", {
31
- d: "M4 20L4 22 7.586 22 2 27.586 3.414 29 9 23.414 9 27 11 27 11 20 4 20zM19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19z"
32
- })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
- d: "M28,5H4A2.002,2.002,0,0,0,2,7V17H4V7H15V27H28a2.002,2.002,0,0,0,2-2V7A2.002,2.002,0,0,0,28,5ZM17,25V7H28l.0015,18Z"
30
+ }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
31
+ cx: "16",
32
+ cy: "14",
33
+ r: "2"
34
+ })), _path || (_path = /*#__PURE__*/React.createElement("path", {
35
+ d: "M29.8682,10.5039l-4-7a.9992.9992,0,0,0-1.3828-.3613L19.7231,6H12.2769L7.5146,3.1426a.9992.9992,0,0,0-1.3828.3613l-4,7a1,1,0,0,0,.3536,1.3535l4.7758,2.8657L11,21.2656V27a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V21.2656l3.7388-6.5425,4.7758-2.8657A1,1,0,0,0,29.8682,10.5039ZM18.8484,21H13.1516L8.5757,12.9922,11.4287,8h9.1426l2.853,4.9922Z"
34
36
  })), children);
35
37
  });
36
38
  if (process.env.NODE_ENV !== "production") {
37
- NotebookReference.propTypes = iconPropTypes4cbeb95d.i;
39
+ NavaidVortac.propTypes = iconPropTypes4cbeb95d.i;
38
40
  }
39
- const Notification = /*#__PURE__*/React.forwardRef(function Notification(_ref2, ref) {
41
+ const Need = /*#__PURE__*/React.forwardRef(function Need(_ref2, ref) {
40
42
  let {
41
43
  children,
42
44
  size = 16,
43
45
  ...rest
44
46
  } = _ref2;
45
- if (size === 16 || size === "16" || size === "16px") {
46
- return /*#__PURE__*/React.createElement(Icon.default, {
47
- width: size,
48
- height: size,
49
- ref: ref,
50
- xmlns: "http://www.w3.org/2000/svg",
51
- viewBox: "0 0 16 16",
52
- fill: "currentColor",
53
- ...rest
54
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
55
- d: "M14.4,10.1L13,8.8V6.5c0-2.6-1.9-4.7-4.5-5v-1h-1v1C5,1.8,3,3.9,3,6.5v2.3l-1.4,1.3c-0.1,0.1-0.2,0.2-0.1,0.4V12 c0,0.3,0.2,0.5,0.4,0.5c0,0,0,0,0.1,0h3.5C5.5,13.9,6.6,15,8,15s2.5-1.1,2.5-2.5H14c0.3,0,0.5-0.2,0.5-0.4c0,0,0,0,0-0.1v-1.5 C14.5,10.4,14.4,10.2,14.4,10.1z M8,14c-0.8,0-1.5-0.7-1.5-1.5h3C9.5,13.3,8.8,14,8,14z M13.5,11.5h-11v-0.8l1.3-1.4 C3.9,9.3,4,9.1,4,9V6.5c0-2.2,1.8-4,4-4s4,1.8,4,4V9c0,0.1,0.1,0.3,0.1,0.4l1.4,1.3V11.5z"
56
- })), children);
57
- }
58
47
  return /*#__PURE__*/React.createElement(Icon.default, {
59
48
  width: size,
60
49
  height: size,
@@ -63,14 +52,14 @@ const Notification = /*#__PURE__*/React.forwardRef(function Notification(_ref2,
63
52
  viewBox: "0 0 32 32",
64
53
  fill: "currentColor",
65
54
  ...rest
66
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
67
- d: "M28.7071,19.293,26,16.5859V13a10.0136,10.0136,0,0,0-9-9.9492V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.2929,19.293A1,1,0,0,0,3,20v3a1,1,0,0,0,1,1h7v.7768a5.152,5.152,0,0,0,4.5,5.1987A5.0057,5.0057,0,0,0,21,25V24h7a1,1,0,0,0,1-1V20A1,1,0,0,0,28.7071,19.293ZM19,25a3,3,0,0,1-6,0V24h6Zm8-3H5V20.4141L7.707,17.707A1,1,0,0,0,8,17V13a8,8,0,0,1,16,0v4a1,1,0,0,0,.293.707L27,20.4141Z"
55
+ }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
56
+ d: "M29.1211 16.8789A2.98 2.98 0 0027.01 16H27a2.9774 2.9774 0 00-2.1211.8789L19.9778 21.78A2.9943 2.9943 0 0017 19H10a5.0059 5.0059 0 00-5 5v.667L2 28.6631l1.6 1.2L7 25.333V24a3.0033 3.0033 0 013-3h7a1 1 0 010 2H13v2h4.9287a3.9717 3.9717 0 002.8286-1.1719L26.293 18.293A.9929.9929 0 0127 18h.0034a1 1 0 01.7036 1.707l-7.414 7.4141A2.9791 2.9791 0 0118.1714 28H11v2h7.1714a4.9665 4.9665 0 003.5356-1.4648l7.4141-7.4141a2.9989 2.9989 0 000-4.2422zM21.586 8.586L18 12 18 2 16 2 16 12 12.414 8.586 11 10 17 16 23 10 21.586 8.586z"
68
57
  })), children);
69
58
  });
70
59
  if (process.env.NODE_ENV !== "production") {
71
- Notification.propTypes = iconPropTypes4cbeb95d.i;
60
+ Need.propTypes = iconPropTypes4cbeb95d.i;
72
61
  }
73
- const NotificationFilled = /*#__PURE__*/React.forwardRef(function NotificationFilled(_ref3, ref) {
62
+ const Network_1 = /*#__PURE__*/React.forwardRef(function Network_1(_ref3, ref) {
74
63
  let {
75
64
  children,
76
65
  size = 16,
@@ -84,14 +73,14 @@ const NotificationFilled = /*#__PURE__*/React.forwardRef(function NotificationFi
84
73
  viewBox: "0 0 32 32",
85
74
  fill: "currentColor",
86
75
  ...rest
87
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
88
- d: "M28.707,19.293,26,16.5859V13a10.0136,10.0136,0,0,0-9-9.9492V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.293,19.293A.9993.9993,0,0,0,3,20v3a1,1,0,0,0,1,1h7v1a5,5,0,0,0,10,0V24h7a1,1,0,0,0,1-1V20A.9993.9993,0,0,0,28.707,19.293ZM19,25a3,3,0,0,1-6,0V24h6Z"
76
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
77
+ d: "M16 20a4 4 0 114-4A4.0045 4.0045 0 0116 20zm0-6a2 2 0 102 2A2.0021 2.0021 0 0016 14zM5 20a4 4 0 114-4A4.0045 4.0045 0 015 20zm0-6a2 2 0 102 2A2.0023 2.0023 0 005 14zM10 31a4 4 0 114-4A4.0045 4.0045 0 0110 31zm0-6a2 2 0 102 2A2.0021 2.0021 0 0010 25zM22 31a4 4 0 114-4A4.0045 4.0045 0 0122 31zm0-6a2 2 0 102 2A2.0021 2.0021 0 0022 25zM27 20a4 4 0 114-4A4.0045 4.0045 0 0127 20zm0-6a2 2 0 102 2A2.0021 2.0021 0 0027 14zM22 9a4 4 0 114-4A4.0045 4.0045 0 0122 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0022 3zM10 9a4 4 0 114-4A4.0045 4.0045 0 0110 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0010 3z"
89
78
  })), children);
90
79
  });
91
80
  if (process.env.NODE_ENV !== "production") {
92
- NotificationFilled.propTypes = iconPropTypes4cbeb95d.i;
81
+ Network_1.propTypes = iconPropTypes4cbeb95d.i;
93
82
  }
94
- const NotificationNew = /*#__PURE__*/React.forwardRef(function NotificationNew(_ref4, ref) {
83
+ const Network_2 = /*#__PURE__*/React.forwardRef(function Network_2(_ref4, ref) {
95
84
  let {
96
85
  children,
97
86
  size = 16,
@@ -105,36 +94,19 @@ const NotificationNew = /*#__PURE__*/React.forwardRef(function NotificationNew(_
105
94
  viewBox: "0 0 32 32",
106
95
  fill: "currentColor",
107
96
  ...rest
108
- }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
109
- d: "M26,16.5859V14H24v3a1,1,0,0,0,.293.707L27,20.4141V22H5V20.4141L7.707,17.707A1,1,0,0,0,8,17V13A7.9854,7.9854,0,0,1,20,6.0825V3.8467a9.896,9.896,0,0,0-3-.7959V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.293,19.293A1,1,0,0,0,3,20v3a1,1,0,0,0,1,1h7v1a5,5,0,0,0,10,0V24h7a1,1,0,0,0,1-1V20a1,1,0,0,0-.293-.707ZM19,25a3,3,0,0,1-6,0V24h6Z"
110
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
111
- cx: "26",
112
- cy: "8",
113
- r: "4"
97
+ }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
98
+ d: "M17,17h5.1421a4,4,0,1,0,0-2H17V7h5.1421a4,4,0,1,0,0-2H17a2.0023,2.0023,0,0,0-2,2v8H9.8579a4,4,0,1,0,0,2H15v8a2.0023,2.0023,0,0,0,2,2h5.1421a4,4,0,1,0,0-2H17Zm9-3a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,14ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM6,18a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,18Zm20,6a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,24Z"
114
99
  })), children);
115
100
  });
116
101
  if (process.env.NODE_ENV !== "production") {
117
- NotificationNew.propTypes = iconPropTypes4cbeb95d.i;
102
+ Network_2.propTypes = iconPropTypes4cbeb95d.i;
118
103
  }
119
- const NotificationOff = /*#__PURE__*/React.forwardRef(function NotificationOff(_ref5, ref) {
104
+ const Network_3 = /*#__PURE__*/React.forwardRef(function Network_3(_ref5, ref) {
120
105
  let {
121
106
  children,
122
107
  size = 16,
123
108
  ...rest
124
109
  } = _ref5;
125
- if (size === 16 || size === "16" || size === "16px") {
126
- return /*#__PURE__*/React.createElement(Icon.default, {
127
- width: size,
128
- height: size,
129
- ref: ref,
130
- xmlns: "http://www.w3.org/2000/svg",
131
- viewBox: "0 0 16 16",
132
- fill: "currentColor",
133
- ...rest
134
- }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
135
- d: "M2.5 11.5v-.8l1.3-1.4C3.9 9.3 4 9.1 4 9V6.5c0-2.2 1.8-4 4-4 .9 0 1.8.3 2.5.9l.7-.7C10.5 2 9.5 1.6 8.5 1.5v-1h-1v1C5 1.8 3 3.9 3 6.5v2.3l-1.4 1.3c-.1.1-.2.2-.1.4v1H2.5zM13 8.8V6.5c0-.8-.2-1.6-.5-2.2L15 1.7 14.3 1 1 14.3 1.7 15l2.5-2.5h1.3C5.5 13.9 6.6 15 8 15s2.5-1.1 2.5-2.5H14c.3 0 .5-.2.5-.4 0 0 0 0 0-.1v-1.5c0-.1-.1-.3-.1-.4L13 8.8zM8 14c-.8 0-1.5-.7-1.5-1.5h3C9.5 13.3 8.8 14 8 14zM13.5 11.5H5.2L11.7 5C11.9 5.5 12 6 12 6.5V9c0 .1.1.3.1.4l1.4 1.3V11.5z"
136
- })), children);
137
- }
138
110
  return /*#__PURE__*/React.createElement(Icon.default, {
139
111
  width: size,
140
112
  height: size,
@@ -143,14 +115,18 @@ const NotificationOff = /*#__PURE__*/React.forwardRef(function NotificationOff(_
143
115
  viewBox: "0 0 32 32",
144
116
  fill: "currentColor",
145
117
  ...rest
146
- }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
147
- d: "M26 16.5859V13a9.9217 9.9217 0 00-1.0833-4.5024L30 3.4141 28.5859 2 2 28.5859 3.4141 30l6-6H11v1a5 5 0 0010 0V24h7a1 1 0 001-1V20a1 1 0 00-.293-.707zM19 25a3 3 0 01-6 0V24h6zm8-3H11.4141L23.4119 10.0024A7.949 7.949 0 0124 13v4a1 1 0 00.293.707L27 20.4141zM7.707 17.707A1 1 0 008 17V13a8.0092 8.0092 0 018-8 7.9253 7.9253 0 014.9857 1.7681l1.4264-1.4263A9.934 9.934 0 0017 3.0508V1H15V3.0508A10.0136 10.0136 0 006 13v3.5859l-3 3L4.4141 21z"
118
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
119
+ d: "M30 30H22V22h8zm-6-2h4V24H24zM20 27H8A6 6 0 018 15h2v2H8a4 4 0 000 8H20z"
120
+ })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
121
+ d: "M20,20H12V12h8Zm-6-2h4V14H14Z"
122
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
123
+ d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
148
124
  })), children);
149
125
  });
150
126
  if (process.env.NODE_ENV !== "production") {
151
- NotificationOff.propTypes = iconPropTypes4cbeb95d.i;
127
+ Network_3.propTypes = iconPropTypes4cbeb95d.i;
152
128
  }
153
- const NotificationOffFilled = /*#__PURE__*/React.forwardRef(function NotificationOffFilled(_ref6, ref) {
129
+ const Network_3Reference = /*#__PURE__*/React.forwardRef(function Network_3Reference(_ref6, ref) {
154
130
  let {
155
131
  children,
156
132
  size = 16,
@@ -164,14 +140,16 @@ const NotificationOffFilled = /*#__PURE__*/React.forwardRef(function Notificatio
164
140
  viewBox: "0 0 32 32",
165
141
  fill: "currentColor",
166
142
  ...rest
167
- }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
168
- d: "M26 16.5859V13a9.8828 9.8828 0 00-1.0869-4.499L30 3.4141 28.5859 2 2 28.5859 3.4141 30l6-6H11v1a5 5 0 0010 0V24h7a1 1 0 001-1V20a.9993.9993 0 00-.293-.707zM19 25a3 3 0 01-6 0V24h6zM21.61 4.7383A9.9256 9.9256 0 0017 3.0508V1H15V3.0508A10.0136 10.0136 0 006 13v3.5859L3.293 19.293A.9993.9993 0 003 20v3a.9738.9738 0 00.0585.29z"
143
+ }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
144
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 30H22V22h8zm-6-2h4V24H24zM20 20H12V12h8zm-6-2h4V14H14z"
145
+ })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
146
+ d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
169
147
  })), children);
170
148
  });
171
149
  if (process.env.NODE_ENV !== "production") {
172
- NotificationOffFilled.propTypes = iconPropTypes4cbeb95d.i;
150
+ Network_3Reference.propTypes = iconPropTypes4cbeb95d.i;
173
151
  }
174
- const NotificationCounter = /*#__PURE__*/React.forwardRef(function NotificationCounter(_ref7, ref) {
152
+ const Network_4 = /*#__PURE__*/React.forwardRef(function Network_4(_ref7, ref) {
175
153
  let {
176
154
  children,
177
155
  size = 16,
@@ -185,20 +163,26 @@ const NotificationCounter = /*#__PURE__*/React.forwardRef(function NotificationC
185
163
  viewBox: "0 0 32 32",
186
164
  fill: "currentColor",
187
165
  ...rest
188
- }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
189
- strokeWidth: "0",
190
- d: "m27,12v15H5V5h15v-2H5c-1.1046,0-2,.8954-2,2v22c0,1.1046.8954,2,2,2h22c1.1046,0,2-.8954,2-2v-15h-2Z"
191
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
192
- cx: "26.5",
193
- cy: "5.5",
194
- r: "3.5",
195
- strokeWidth: "0"
166
+ }, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
167
+ cx: "21",
168
+ cy: "26",
169
+ r: "2"
170
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
171
+ cx: "21",
172
+ cy: "6",
173
+ r: "2"
174
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
175
+ cx: "4",
176
+ cy: "16",
177
+ r: "2"
178
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
179
+ d: "M28,12a3.9962,3.9962,0,0,0-3.8579,3H19.8579a3.9655,3.9655,0,0,0-5.4914-2.6426L11.19,8.3872A3.9626,3.9626,0,0,0,12,6a4,4,0,1,0-4,4,3.96,3.96,0,0,0,1.6338-.3574l3.176,3.97a3.9239,3.9239,0,0,0,0,4.7744l-3.1758,3.97A3.96,3.96,0,0,0,8,22a4,4,0,1,0,4,4,3.9624,3.9624,0,0,0-.81-2.3872l3.1758-3.97A3.9658,3.9658,0,0,0,19.8579,17h4.2842A3.9934,3.9934,0,1,0,28,12ZM6,6A2,2,0,1,1,8,8,2.0023,2.0023,0,0,1,6,6ZM8,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,28Zm8-10a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,16,18Zm12,0a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,28,18Z"
196
180
  })), children);
197
181
  });
198
182
  if (process.env.NODE_ENV !== "production") {
199
- NotificationCounter.propTypes = iconPropTypes4cbeb95d.i;
183
+ Network_4.propTypes = iconPropTypes4cbeb95d.i;
200
184
  }
201
- const Number_0 = /*#__PURE__*/React.forwardRef(function Number_0(_ref8, ref) {
185
+ const Network_4Reference = /*#__PURE__*/React.forwardRef(function Network_4Reference(_ref8, ref) {
202
186
  let {
203
187
  children,
204
188
  size = 16,
@@ -212,16 +196,28 @@ const Number_0 = /*#__PURE__*/React.forwardRef(function Number_0(_ref8, ref) {
212
196
  viewBox: "0 0 32 32",
213
197
  fill: "currentColor",
214
198
  ...rest
215
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
216
- d: "M18,23H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V21A2,2,0,0,1,18,23ZM14,11h0V21h4V11Z"
199
+ }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
200
+ cx: "21",
201
+ cy: "26",
202
+ r: "2"
203
+ })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
204
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
205
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
206
+ cx: "21",
207
+ cy: "6",
208
+ r: "2"
209
+ })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
210
+ cx: "4",
211
+ cy: "16",
212
+ r: "2"
217
213
  })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
218
- d: "M15 15H17V17H15z"
214
+ d: "M28,12a3.9962,3.9962,0,0,0-3.8579,3H19.8579a3.9655,3.9655,0,0,0-5.4914-2.6426L11.19,8.3872A3.9624,3.9624,0,0,0,12,6a4,4,0,1,0-4,4,3.96,3.96,0,0,0,1.6338-.3574l3.176,3.97A3.9613,3.9613,0,0,0,12,16a3.9915,3.9915,0,0,0,7.8579,1h4.2842A3.9934,3.9934,0,1,0,28,12ZM8,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,8Zm8,10a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,16,18Zm12,0a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,28,18Z"
219
215
  })), children);
220
216
  });
221
217
  if (process.env.NODE_ENV !== "production") {
222
- Number_0.propTypes = iconPropTypes4cbeb95d.i;
218
+ Network_4Reference.propTypes = iconPropTypes4cbeb95d.i;
223
219
  }
224
- const Number_1 = /*#__PURE__*/React.forwardRef(function Number_1(_ref9, ref) {
220
+ const NetworkAdminControl = /*#__PURE__*/React.forwardRef(function NetworkAdminControl(_ref9, ref) {
225
221
  let {
226
222
  children,
227
223
  size = 16,
@@ -236,13 +232,13 @@ const Number_1 = /*#__PURE__*/React.forwardRef(function Number_1(_ref9, ref) {
236
232
  fill: "currentColor",
237
233
  ...rest
238
234
  }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
239
- d: "M16,10V22h0V10m1-1H12v2h3V21H12v2h8V21H17V9Z"
235
+ d: "M27 20.415L25.586 19 23 21.587 20.414 19 19 20.415 21.586 23 19 25.586 20.414 27 23 24.414 25.586 27 27 25.586 24.414 23 27 20.415zM24 4a4.0045 4.0045 0 00-4 4 3.951 3.951 0 00.5669 2.019L10.019 20.5669A3.9521 3.9521 0 008 20a4 4 0 104 4 3.951 3.951 0 00-.5669-2.019L21.981 11.4331A3.9521 3.9521 0 0024 12a4 4 0 000-8zM8 26a2 2 0 112-2A2.0023 2.0023 0 018 26zM24 10a2 2 0 112-2A2.0023 2.0023 0 0124 10zM8 11.18L5.41 8.59 4 10 8 14 15 7 13.59 5.59 8 11.18z"
240
236
  })), children);
241
237
  });
242
238
  if (process.env.NODE_ENV !== "production") {
243
- Number_1.propTypes = iconPropTypes4cbeb95d.i;
239
+ NetworkAdminControl.propTypes = iconPropTypes4cbeb95d.i;
244
240
  }
245
- const Number_2 = /*#__PURE__*/React.forwardRef(function Number_2(_ref10, ref) {
241
+ const NetworkEnterprise = /*#__PURE__*/React.forwardRef(function NetworkEnterprise(_ref10, ref) {
246
242
  let {
247
243
  children,
248
244
  size = 16,
@@ -257,13 +253,17 @@ const Number_2 = /*#__PURE__*/React.forwardRef(function Number_2(_ref10, ref) {
257
253
  fill: "currentColor",
258
254
  ...rest
259
255
  }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
260
- d: "M20,23H12V17a2,2,0,0,1,2-2h4V11H12V9h6a2,2,0,0,1,2,2v4a2,2,0,0,1-2,2H14v4h6Z"
256
+ d: "M25.7983,10a10,10,0,0,0-19.62.124A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.377-10.9795l.8365-.0571.09-.8335A7.9934,7.9934,0,0,1,23.7368,10Z"
257
+ })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
258
+ d: "M28,12H18a2.0023,2.0023,0,0,0-2,2v4H12a2.0023,2.0023,0,0,0-2,2V30H30V14A2.0023,2.0023,0,0,0,28,12ZM12,28V20h4v8Zm16,0H18V14H28Z"
259
+ })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
260
+ d: "M20 16H22V20H20zM24 16H26V20H24zM20 22H22V26H20zM24 22H26V26H24z"
261
261
  })), children);
262
262
  });
263
263
  if (process.env.NODE_ENV !== "production") {
264
- Number_2.propTypes = iconPropTypes4cbeb95d.i;
264
+ NetworkEnterprise.propTypes = iconPropTypes4cbeb95d.i;
265
265
  }
266
- const Number_3 = /*#__PURE__*/React.forwardRef(function Number_3(_ref11, ref) {
266
+ const NetworkOverlay = /*#__PURE__*/React.forwardRef(function NetworkOverlay(_ref11, ref) {
267
267
  let {
268
268
  children,
269
269
  size = 16,
@@ -277,14 +277,16 @@ const Number_3 = /*#__PURE__*/React.forwardRef(function Number_3(_ref11, ref) {
277
277
  viewBox: "0 0 32 32",
278
278
  fill: "currentColor",
279
279
  ...rest
280
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
281
- d: "M18,9H12v2h6v4H14v2h4v4H12v2h6a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Z"
280
+ }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
281
+ d: "M22 23L13.83 23 16.41 20.41 15 19 10 24 15 29 16.41 27.59 13.83 25 22 25 22 23zM11 13L19.17 13 16.59 10.41 18 9 23 14 18 19 16.59 17.59 19.17 15 11 15 11 13z"
282
+ })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
283
+ d: "M24.5,25H24V23h.5a5.4961,5.4961,0,0,0,.377-10.9795l-.8365-.0566-.09-.834a7.9979,7.9979,0,0,0-15.9014,0l-.09.834-.8365.0566A5.4961,5.4961,0,0,0,7.5,23H8v2H7.5A7.4964,7.4964,0,0,1,6.1782,10.124a9.9992,9.9992,0,0,1,19.6436,0A7.4964,7.4964,0,0,1,24.5,25Z"
282
284
  })), children);
283
285
  });
284
286
  if (process.env.NODE_ENV !== "production") {
285
- Number_3.propTypes = iconPropTypes4cbeb95d.i;
287
+ NetworkOverlay.propTypes = iconPropTypes4cbeb95d.i;
286
288
  }
287
- const Number_4 = /*#__PURE__*/React.forwardRef(function Number_4(_ref12, ref) {
289
+ const NetworkPublic = /*#__PURE__*/React.forwardRef(function NetworkPublic(_ref12, ref) {
288
290
  let {
289
291
  children,
290
292
  size = 16,
@@ -298,14 +300,16 @@ const Number_4 = /*#__PURE__*/React.forwardRef(function Number_4(_ref12, ref) {
298
300
  viewBox: "0 0 32 32",
299
301
  fill: "currentColor",
300
302
  ...rest
301
- }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
302
- d: "M18,10v8h0V10m1-1H17v8H14V9H12V19h5v4h2V19h1V17H19V9Z"
303
+ }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
304
+ d: "M22.5,13c-4.7,0-8.5,3.8-8.5,8.5s3.8,8.5,8.5,8.5s8.5-3.8,8.5-8.5S27.2,13,22.5,13z M29,21h-3c0-2-0.3-4-0.9-5.5 C27.2,16.5,28.8,18.5,29,21z M22.5,28C22.5,28,22.5,28,22.5,28c-0.4-0.2-1.3-1.8-1.5-5h2.9C23.7,26.2,22.9,27.8,22.5,28z M21,21 c0.1-3.8,1.1-5.8,1.4-6c0,0,0,0,0,0c0.4,0.2,1.4,2.2,1.5,6H21z M19.9,15.5C19.3,17,19.1,19,19,21h-3C16.2,18.5,17.8,16.5,19.9,15.5z M16.2,23H19c0.1,1.6,0.4,3.2,0.9,4.5C18.1,26.7,16.7,25,16.2,23z M25.1,27.5c0.5-1.3,0.8-2.8,0.9-4.5h2.9 C28.3,25,26.9,26.7,25.1,27.5z"
305
+ })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
306
+ d: "M25.8,10c-0.9-4.6-5-8-9.8-8c-4.8,0-8.9,3.4-9.8,8.1C2.7,10.8,0,13.8,0,17.5C0,21.6,3.4,25,7.5,25H11v-2H7.5 c-3,0-5.5-2.5-5.5-5.5c0-2.9,2.2-5.3,5.1-5.5L8,12L8,11.1C8.5,7.1,11.9,4,16,4c3.7,0,6.8,2.6,7.7,6H25.8z"
303
307
  })), children);
304
308
  });
305
309
  if (process.env.NODE_ENV !== "production") {
306
- Number_4.propTypes = iconPropTypes4cbeb95d.i;
310
+ NetworkPublic.propTypes = iconPropTypes4cbeb95d.i;
307
311
  }
308
- const Number_5 = /*#__PURE__*/React.forwardRef(function Number_5(_ref13, ref) {
312
+ const NetworkInterface = /*#__PURE__*/React.forwardRef(function NetworkInterface(_ref13, ref) {
309
313
  let {
310
314
  children,
311
315
  size = 16,
@@ -319,14 +323,14 @@ const Number_5 = /*#__PURE__*/React.forwardRef(function Number_5(_ref13, ref) {
319
323
  viewBox: "0 0 32 32",
320
324
  fill: "currentColor",
321
325
  ...rest
322
- }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
323
- d: "M18,23H12V21h6V17H12V9h8v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z"
326
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
327
+ d: "M28 18h-2V6h-13v-2h13c1.1028 0 2 .8972 2 2v12zM18 28H6c-1.1028 0-2-.8972-2-2v-13h2v13h12v2zM26 21l-1.793 1.793-5.5076-5.5078c.187-.3911.3005-.8232.3005-1.2852 0-1.6543-1.3457-3-3-3-.4617 0-.894.1133-1.2852.3008l-5.2817-5.2817c.3513-.5947.5669-1.2793.5669-2.019 0-2.2056-1.7944-4-4-4S2 3.7944 2 6s1.7944 4 4 4c.7395 0 1.4241-.2153 2.019-.5669l5.2815 5.2817c-.187.3911-.3005.8232-.3005 1.2852 0 1.6543 1.3457 3 3 3 .4617 0 .894-.1133 1.2852-.3008l5.5078 5.5078-1.793 1.793 5 5 5-5-5-5zM4 6c0-1.1025.8972-2 2-2s2 .8975 2 2-.8972 2-2 2-2-.8975-2-2zm11 10c0-.5513.4485-1 1-1s1 .4487 1 1-.4485 1-1 1-1-.4487-1-1zm8.8286 10l2.1714-2.1714 2.1714 2.1714-2.1714 2.1714-2.1714-2.1714z"
324
328
  })), children);
325
329
  });
326
330
  if (process.env.NODE_ENV !== "production") {
327
- Number_5.propTypes = iconPropTypes4cbeb95d.i;
331
+ NetworkInterface.propTypes = iconPropTypes4cbeb95d.i;
328
332
  }
329
- const Number_6 = /*#__PURE__*/React.forwardRef(function Number_6(_ref14, ref) {
333
+ const NetworkTimeProtocol = /*#__PURE__*/React.forwardRef(function NetworkTimeProtocol(_ref14, ref) {
330
334
  let {
331
335
  children,
332
336
  size = 16,
@@ -340,19 +344,34 @@ const Number_6 = /*#__PURE__*/React.forwardRef(function Number_6(_ref14, ref) {
340
344
  viewBox: "0 0 32 32",
341
345
  fill: "currentColor",
342
346
  ...rest
343
- }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
344
- d: "M18,14H14V11h5V9H14a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V16A2,2,0,0,0,18,14Zm-4,7V16h4v5Z"
347
+ }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
348
+ d: "M18.8,27c-.3-.9-1-1.5-1.8-1.8v-3.2c5-.5,9-4.8,9-9.9S21.5,2.1,16,2.1,6,6.5,6,12s3.9,9.5,9,10v3.2c-.9.3-1.5,1-1.8,1.8H4v2h9.2c.4,1.2,1.5,2,2.8,2s2.4-.8,2.8-2h9.2v-2h-9.2ZM8,12c0-4.4,3.6-8,8-8s8,3.6,8,8-3.6,8-8,8-8-3.6-8-8ZM16,29c-.6,0-1-.5-1-1s.4-1,1-1,1,.5,1,1-.5,1-1,1ZM19.3,16.7l-4.3-4.3v-6.4h2v5.6l3.7,3.7s-1.4,1.4-1.4,1.4Z"
345
349
  })), children);
346
350
  });
347
351
  if (process.env.NODE_ENV !== "production") {
348
- Number_6.propTypes = iconPropTypes4cbeb95d.i;
352
+ NetworkTimeProtocol.propTypes = iconPropTypes4cbeb95d.i;
349
353
  }
350
- const Number_7 = /*#__PURE__*/React.forwardRef(function Number_7(_ref15, ref) {
354
+ const NewTab = /*#__PURE__*/React.forwardRef(function NewTab(_ref15, ref) {
351
355
  let {
352
356
  children,
353
357
  size = 16,
354
358
  ...rest
355
359
  } = _ref15;
360
+ if (size === 16 || size === "16" || size === "16px") {
361
+ return /*#__PURE__*/React.createElement(Icon.default, {
362
+ width: size,
363
+ height: size,
364
+ ref: ref,
365
+ xmlns: "http://www.w3.org/2000/svg",
366
+ viewBox: "0 0 16 16",
367
+ fill: "currentColor",
368
+ ...rest
369
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
370
+ d: "M13,13H3V3h5V2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V8h-1V13z"
371
+ })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
372
+ d: "M13 3L13 1 12 1 12 3 10 3 10 4 12 4 12 6 13 6 13 4 15 4 15 3z"
373
+ })), children);
374
+ }
356
375
  return /*#__PURE__*/React.createElement(Icon.default, {
357
376
  width: size,
358
377
  height: size,
@@ -361,14 +380,18 @@ const Number_7 = /*#__PURE__*/React.forwardRef(function Number_7(_ref15, ref) {
361
380
  viewBox: "0 0 32 32",
362
381
  fill: "currentColor",
363
382
  ...rest
364
- }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
365
- d: "M20 9L12 9 12 13 14 13 14 11 17.85 11 13 23 15.16 23 20 11 20 9z"
383
+ }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
384
+ d: "M26,26H6V6H16V4H6A2.002,2.002,0,0,0,4,6V26a2.002,2.002,0,0,0,2,2H26a2.002,2.002,0,0,0,2-2V16H26Z"
385
+ })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
386
+ d: "M26,26H6V6H16V4H6A2.002,2.002,0,0,0,4,6V26a2.002,2.002,0,0,0,2,2H26a2.002,2.002,0,0,0,2-2V16H26Z"
387
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
388
+ d: "M26 6L26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6 26 6z"
366
389
  })), children);
367
390
  });
368
391
  if (process.env.NODE_ENV !== "production") {
369
- Number_7.propTypes = iconPropTypes4cbeb95d.i;
392
+ NewTab.propTypes = iconPropTypes4cbeb95d.i;
370
393
  }
371
- const Number_8 = /*#__PURE__*/React.forwardRef(function Number_8(_ref16, ref) {
394
+ const NextFilled = /*#__PURE__*/React.forwardRef(function NextFilled(_ref16, ref) {
372
395
  let {
373
396
  children,
374
397
  size = 16,
@@ -382,14 +405,18 @@ const Number_8 = /*#__PURE__*/React.forwardRef(function Number_8(_ref16, ref) {
382
405
  viewBox: "0 0 32 32",
383
406
  fill: "currentColor",
384
407
  ...rest
385
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
386
- d: "M18,9H14a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Zm0,2v4H14V11ZM14,21V17h4v4Z"
408
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
409
+ d: "M2,16A14,14,0,1,0,16,2,14,14,0,0,0,2,16Zm6-1H20.15L14.57,9.3926,16,8l8,8-8,8-1.43-1.4272L20.15,17H8Z"
410
+ })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
411
+ fill: "none",
412
+ d: "M16 8L14.57 9.393 20.15 15 8 15 8 17 20.15 17 14.57 22.573 16 24 24 16 16 8z",
413
+ "data-icon-path": "inner-path"
387
414
  })), children);
388
415
  });
389
416
  if (process.env.NODE_ENV !== "production") {
390
- Number_8.propTypes = iconPropTypes4cbeb95d.i;
417
+ NextFilled.propTypes = iconPropTypes4cbeb95d.i;
391
418
  }
392
- const Number_9 = /*#__PURE__*/React.forwardRef(function Number_9(_ref17, ref) {
419
+ const NextOutline = /*#__PURE__*/React.forwardRef(function NextOutline(_ref17, ref) {
393
420
  let {
394
421
  children,
395
422
  size = 16,
@@ -403,14 +430,16 @@ const Number_9 = /*#__PURE__*/React.forwardRef(function Number_9(_ref17, ref) {
403
430
  viewBox: "0 0 32 32",
404
431
  fill: "currentColor",
405
432
  ...rest
406
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
407
- d: "M18,9H14a2,2,0,0,0-2,2v5a2,2,0,0,0,2,2h4v3H13v2h5a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Zm0,7H14V11h4Z"
433
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
434
+ d: "M16 8L14.57 9.393 20.15 15 8 15 8 17 20.15 17 14.57 22.573 16 24 24 16 16 8z"
435
+ })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
436
+ d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
408
437
  })), children);
409
438
  });
410
439
  if (process.env.NODE_ENV !== "production") {
411
- Number_9.propTypes = iconPropTypes4cbeb95d.i;
440
+ NextOutline.propTypes = iconPropTypes4cbeb95d.i;
412
441
  }
413
- const NumberSmall_0 = /*#__PURE__*/React.forwardRef(function NumberSmall_0(_ref18, ref) {
442
+ const NoImage = /*#__PURE__*/React.forwardRef(function NoImage(_ref18, ref) {
414
443
  let {
415
444
  children,
416
445
  size = 16,
@@ -424,14 +453,14 @@ const NumberSmall_0 = /*#__PURE__*/React.forwardRef(function NumberSmall_0(_ref1
424
453
  viewBox: "0 0 32 32",
425
454
  fill: "currentColor",
426
455
  ...rest
427
- }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
428
- d: "M17,21H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,17,21Zm-2-8v6h2V13Z"
456
+ }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
457
+ d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l2-2H26a2.0027 2.0027 0 002-2V5.4141zM26 26H7.4141l7.7929-7.793 2.3788 2.3787a2 2 0 002.8284 0L22 19l4 3.9973zm0-5.8318l-2.5858-2.5859a2 2 0 00-2.8284 0L19 19.1682l-2.377-2.3771L26 7.4141zM6 22V19l5-4.9966 1.3733 1.3733 1.4159-1.416-1.375-1.375a2 2 0 00-2.8284 0L6 16.1716V6H22V4H6A2.002 2.002 0 004 6V22z"
429
458
  })), children);
430
459
  });
431
460
  if (process.env.NODE_ENV !== "production") {
432
- NumberSmall_0.propTypes = iconPropTypes4cbeb95d.i;
461
+ NoImage.propTypes = iconPropTypes4cbeb95d.i;
433
462
  }
434
- const NumberSmall_1 = /*#__PURE__*/React.forwardRef(function NumberSmall_1(_ref19, ref) {
463
+ const NoTicket = /*#__PURE__*/React.forwardRef(function NoTicket(_ref19, ref) {
435
464
  let {
436
465
  children,
437
466
  size = 16,
@@ -445,19 +474,32 @@ const NumberSmall_1 = /*#__PURE__*/React.forwardRef(function NumberSmall_1(_ref1
445
474
  viewBox: "0 0 32 32",
446
475
  fill: "currentColor",
447
476
  ...rest
448
- }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
449
- d: "M17 19L17 11 15 11 15 12 13 12 13 14 15 14 15 19 13 19 13 21 19 21 19 19 17 19z"
477
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
478
+ d: "M28 6h-.5859L30 3.4141 28.5859 2 2 28.5859 3.4141 30l4-4H28a2.0027 2.0027 0 002-2V19a1 1 0 00-1-1 2 2 0 010-4 1 1 0 001-1V8A2.0023 2.0023 0 0028 6zm0 6.1265a4 4 0 000 7.7465V24H21V21H19v3H9.4141L19 14.4141V19h2V12.4141L25.4141 8H28zM4 12.1265V8H19V6H4A2.0023 2.0023 0 002 8v5a1 1 0 001 1 2 2 0 010 4 1 1 0 00-1 1v5H4V19.873a4 4 0 000-7.7465z"
450
479
  })), children);
451
480
  });
452
481
  if (process.env.NODE_ENV !== "production") {
453
- NumberSmall_1.propTypes = iconPropTypes4cbeb95d.i;
482
+ NoTicket.propTypes = iconPropTypes4cbeb95d.i;
454
483
  }
455
- const NumberSmall_2 = /*#__PURE__*/React.forwardRef(function NumberSmall_2(_ref20, ref) {
484
+ const Nominal = /*#__PURE__*/React.forwardRef(function Nominal(_ref20, ref) {
456
485
  let {
457
486
  children,
458
487
  size = 16,
459
488
  ...rest
460
489
  } = _ref20;
490
+ if (size === 16 || size === "16" || size === "16px") {
491
+ return /*#__PURE__*/React.createElement(Icon.default, {
492
+ width: size,
493
+ height: size,
494
+ ref: ref,
495
+ xmlns: "http://www.w3.org/2000/svg",
496
+ viewBox: "0 0 16 16",
497
+ fill: "currentColor",
498
+ ...rest
499
+ }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
500
+ d: "M12,8 C13.6568542,8 15,9.34314575 15,11 C15,12.6568542 13.6568542,14 12,14 C10.3431458,14 9,12.6568542 9,11 C9,9.34314575 10.3431458,8 12,8 Z M4,8 C5.65685425,8 7,9.34314575 7,11 C7,12.6568542 5.65685425,14 4,14 C2.34314575,14 1,12.6568542 1,11 C1,9.34314575 2.34314575,8 4,8 Z M12,9 C10.8954305,9 10,9.8954305 10,11 C10,12.1045695 10.8954305,13 12,13 C13.1045695,13 14,12.1045695 14,11 C14,9.8954305 13.1045695,9 12,9 Z M4,9 C2.8954305,9 2,9.8954305 2,11 C2,12.1045695 2.8954305,13 4,13 C5.1045695,13 6,12.1045695 6,11 C6,9.8954305 5.1045695,9 4,9 Z M8,2 C9.65685425,2 11,3.34314575 11,5 C11,6.65685425 9.65685425,8 8,8 C6.34314575,8 5,6.65685425 5,5 C5,3.34314575 6.34314575,2 8,2 Z M8,3 C6.8954305,3 6,3.8954305 6,5 C6,6.1045695 6.8954305,7 8,7 C9.1045695,7 10,6.1045695 10,5 C10,3.8954305 9.1045695,3 8,3 Z"
501
+ })), children);
502
+ }
461
503
  return /*#__PURE__*/React.createElement(Icon.default, {
462
504
  width: size,
463
505
  height: size,
@@ -466,14 +508,14 @@ const NumberSmall_2 = /*#__PURE__*/React.forwardRef(function NumberSmall_2(_ref2
466
508
  viewBox: "0 0 32 32",
467
509
  fill: "currentColor",
468
510
  ...rest
469
- }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
470
- d: "M19,21H13V17a2,2,0,0,1,2-2h2V13H13V11h4a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H15v2h4Z"
511
+ }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
512
+ d: "M24 28a6 6 0 116-6A6.0069 6.0069 0 0124 28zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 18zM8 28a6 6 0 116-6A6.0069 6.0069 0 018 28zM8 18a4 4 0 104 4A4.0045 4.0045 0 008 18zM16 14a6 6 0 116-6A6.0069 6.0069 0 0116 14zM16 4a4 4 0 104 4A4.0045 4.0045 0 0016 4z"
471
513
  })), children);
472
514
  });
473
515
  if (process.env.NODE_ENV !== "production") {
474
- NumberSmall_2.propTypes = iconPropTypes4cbeb95d.i;
516
+ Nominal.propTypes = iconPropTypes4cbeb95d.i;
475
517
  }
476
- const NumberSmall_3 = /*#__PURE__*/React.forwardRef(function NumberSmall_3(_ref21, ref) {
518
+ const WatsonHealthNominate = /*#__PURE__*/React.forwardRef(function WatsonHealthNominate(_ref21, ref) {
477
519
  let {
478
520
  children,
479
521
  size = 16,
@@ -487,14 +529,16 @@ const NumberSmall_3 = /*#__PURE__*/React.forwardRef(function NumberSmall_3(_ref2
487
529
  viewBox: "0 0 32 32",
488
530
  fill: "currentColor",
489
531
  ...rest
490
- }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
491
- d: "M17,11H13v2h4v2H14v2h3v2H13v2h4a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Z"
532
+ }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
533
+ d: "M25 23H19a3 3 0 00-3 3v2h2V26a1 1 0 011-1h6a1 1 0 011 1v2h2V26A3 3 0 0025 23zM18 18a4 4 0 104-4A4 4 0 0018 18zm6 0a2 2 0 11-2-2A2 2 0 0124 18zM10 18.59L7.41 16 6 17.41 10 21.41 17 14.41 15.59 13 10 18.59z"
534
+ })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
535
+ d: "M14,26H4V6h7.1716l3.4141,3.4143L15.1716,10H28v8h2V10a2,2,0,0,0-2-2H16L12.5859,4.5858A2,2,0,0,0,11.1716,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
492
536
  })), children);
493
537
  });
494
538
  if (process.env.NODE_ENV !== "production") {
495
- NumberSmall_3.propTypes = iconPropTypes4cbeb95d.i;
539
+ WatsonHealthNominate.propTypes = iconPropTypes4cbeb95d.i;
496
540
  }
497
- const NumberSmall_4 = /*#__PURE__*/React.forwardRef(function NumberSmall_4(_ref22, ref) {
541
+ const NonCertified = /*#__PURE__*/React.forwardRef(function NonCertified(_ref22, ref) {
498
542
  let {
499
543
  children,
500
544
  size = 16,
@@ -508,14 +552,16 @@ const NumberSmall_4 = /*#__PURE__*/React.forwardRef(function NumberSmall_4(_ref2
508
552
  viewBox: "0 0 32 32",
509
553
  fill: "currentColor",
510
554
  ...rest
511
- }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
512
- d: "M17 11L17 15 15 15 15 11 13 11 13 17 17 17 17 21 19 21 19 11 17 11z"
555
+ }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
556
+ d: "M6 8H16V10H6zM6 12H14V14H6zM6 16H10V18H6z"
557
+ })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
558
+ d: "M28,26H7.4141L30,3.4141,28.5859,2l-2,2H4A2.0023,2.0023,0,0,0,2,6V22H4V6H24.5859L2,28.5859,3.4141,30l2-2H28a2.0023,2.0023,0,0,0,2-2V10H28Z"
513
559
  })), children);
514
560
  });
515
561
  if (process.env.NODE_ENV !== "production") {
516
- NumberSmall_4.propTypes = iconPropTypes4cbeb95d.i;
562
+ NonCertified.propTypes = iconPropTypes4cbeb95d.i;
517
563
  }
518
- const NumberSmall_5 = /*#__PURE__*/React.forwardRef(function NumberSmall_5(_ref23, ref) {
564
+ const NoodleBowl = /*#__PURE__*/React.forwardRef(function NoodleBowl(_ref23, ref) {
519
565
  let {
520
566
  children,
521
567
  size = 16,
@@ -529,14 +575,16 @@ const NumberSmall_5 = /*#__PURE__*/React.forwardRef(function NumberSmall_5(_ref2
529
575
  viewBox: "0 0 32 32",
530
576
  fill: "currentColor",
531
577
  ...rest
532
- }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
533
- d: "M17,21H13V19h4V17H13V11h6v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Z"
578
+ }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
579
+ d: "M11.4141,15l-8-8L2,8.4141,8.5859,15H2v1a14,14,0,0,0,28,0V15ZM16,28A12.0166,12.0166,0,0,1,4.0415,17h23.917A12.0166,12.0166,0,0,1,16,28Z"
580
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
581
+ d: "M22,8a5.0049,5.0049,0,0,0-1.5708.2554A8.0242,8.0242,0,0,0,14,5,7.9364,7.9364,0,0,0,9.0938,6.68L4.4141,2,3,3.4141,9.05,9.4648l.707-.7075A5.96,5.96,0,0,1,14,7a6.02,6.02,0,0,1,4.6875,2.2642,5.06,5.06,0,0,0-.59.61A2.9892,2.9892,0,0,1,15.7544,11H12v2h3.7544a4.98,4.98,0,0,0,3.9033-1.8745A3,3,0,0,1,25,13h2A5.0059,5.0059,0,0,0,22,8Z"
534
582
  })), children);
535
583
  });
536
584
  if (process.env.NODE_ENV !== "production") {
537
- NumberSmall_5.propTypes = iconPropTypes4cbeb95d.i;
585
+ NoodleBowl.propTypes = iconPropTypes4cbeb95d.i;
538
586
  }
539
- const NumberSmall_6 = /*#__PURE__*/React.forwardRef(function NumberSmall_6(_ref24, ref) {
587
+ const NotAvailable = /*#__PURE__*/React.forwardRef(function NotAvailable(_ref24, ref) {
540
588
  let {
541
589
  children,
542
590
  size = 16,
@@ -550,14 +598,14 @@ const NumberSmall_6 = /*#__PURE__*/React.forwardRef(function NumberSmall_6(_ref2
550
598
  viewBox: "0 0 32 32",
551
599
  fill: "currentColor",
552
600
  ...rest
553
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
554
- d: "M17,21H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Zm-2-4v2h2V17Z"
601
+ }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
602
+ d: "M4 15H14V17H4zM18 15H28V17H18z"
555
603
  })), children);
556
604
  });
557
605
  if (process.env.NODE_ENV !== "production") {
558
- NumberSmall_6.propTypes = iconPropTypes4cbeb95d.i;
606
+ NotAvailable.propTypes = iconPropTypes4cbeb95d.i;
559
607
  }
560
- const NumberSmall_7 = /*#__PURE__*/React.forwardRef(function NumberSmall_7(_ref25, ref) {
608
+ const NotSent = /*#__PURE__*/React.forwardRef(function NotSent(_ref25, ref) {
561
609
  let {
562
610
  children,
563
611
  size = 16,
@@ -571,14 +619,14 @@ const NumberSmall_7 = /*#__PURE__*/React.forwardRef(function NumberSmall_7(_ref2
571
619
  viewBox: "0 0 32 32",
572
620
  fill: "currentColor",
573
621
  ...rest
574
- }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
575
- d: "M16.44 21L14.44 21 17 13 15 13 15 14 13 14 13 11 19 11 19 13 16.44 21z"
622
+ }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
623
+ d: "M30 28.59L3.41 2 2 3.41l8 8L2.66 14.06a1 1 0 000 1.87l9.6 3.84 3.84 9.6A1 1 0 0017 30h0a1 1 0 00.92-.66L20.6 22l8 8zM5.8 15L11.54 13l3.05 3-1.83 1.83zM17 26.2l-2.79-7L16 17.41l3 3.05zM15.69 11.45l7.64-2.78-2.78 7.64 1.56 1.56L25.94 7.34a1 1 0 00-1.28-1.28L14.13 9.89z"
576
624
  })), children);
577
625
  });
578
626
  if (process.env.NODE_ENV !== "production") {
579
- NumberSmall_7.propTypes = iconPropTypes4cbeb95d.i;
627
+ NotSent.propTypes = iconPropTypes4cbeb95d.i;
580
628
  }
581
- const NumberSmall_8 = /*#__PURE__*/React.forwardRef(function NumberSmall_8(_ref26, ref) {
629
+ const NotSentFilled = /*#__PURE__*/React.forwardRef(function NotSentFilled(_ref26, ref) {
582
630
  let {
583
631
  children,
584
632
  size = 16,
@@ -592,14 +640,14 @@ const NumberSmall_8 = /*#__PURE__*/React.forwardRef(function NumberSmall_8(_ref2
592
640
  viewBox: "0 0 32 32",
593
641
  fill: "currentColor",
594
642
  ...rest
595
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
596
- d: "M17,11H15a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h2a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Zm0,2v2H15V13Zm-2,6V17h2v2Z"
643
+ }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
644
+ d: "M30 28.59L3.41 2 2 3.41l8 8L2.66 14.06a1 1 0 000 1.87l8.59 3.43L14.59 16 16 17.41l-3.37 3.37 3.44 8.59A1 1 0 0017 30h0a1 1 0 00.92-.66L20.6 22l8 8zM22.49 16.83l3.45-9.49a1 1 0 00-1.28-1.28L15.17 9.51z"
597
645
  })), children);
598
646
  });
599
647
  if (process.env.NODE_ENV !== "production") {
600
- NumberSmall_8.propTypes = iconPropTypes4cbeb95d.i;
648
+ NotSentFilled.propTypes = iconPropTypes4cbeb95d.i;
601
649
  }
602
- const NumberSmall_9 = /*#__PURE__*/React.forwardRef(function NumberSmall_9(_ref27, ref) {
650
+ const Notebook = /*#__PURE__*/React.forwardRef(function Notebook(_ref27, ref) {
603
651
  let {
604
652
  children,
605
653
  size = 16,
@@ -613,14 +661,16 @@ const NumberSmall_9 = /*#__PURE__*/React.forwardRef(function NumberSmall_9(_ref2
613
661
  viewBox: "0 0 32 32",
614
662
  fill: "currentColor",
615
663
  ...rest
616
- }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
617
- d: "M17,21H14V19h3V17H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,17,21Zm-2-8v2h2V13Z"
664
+ }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
665
+ d: "M19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19z"
666
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
667
+ d: "M28,5H4A2.002,2.002,0,0,0,2,7V25a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V7A2.0023,2.0023,0,0,0,28,5ZM4,7H15V25H4ZM17,25V7H28l.002,18Z"
618
668
  })), children);
619
669
  });
620
670
  if (process.env.NODE_ENV !== "production") {
621
- NumberSmall_9.propTypes = iconPropTypes4cbeb95d.i;
671
+ Notebook.propTypes = iconPropTypes4cbeb95d.i;
622
672
  }
623
- const Object$1 = /*#__PURE__*/React.forwardRef(function Object(_ref28, ref) {
673
+ const NotebookReference = /*#__PURE__*/React.forwardRef(function NotebookReference(_ref28, ref) {
624
674
  let {
625
675
  children,
626
676
  size = 16,
@@ -634,19 +684,34 @@ const Object$1 = /*#__PURE__*/React.forwardRef(function Object(_ref28, ref) {
634
684
  viewBox: "0 0 32 32",
635
685
  fill: "currentColor",
636
686
  ...rest
637
- }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
638
- d: "M6,3h4v2h-4v8c0,1.2002-.5425,2.2661-1.3823,3,.8398.7339,1.3823,1.7998,1.3823,3v8h4v2h-4c-1.103,0-2-.8975-2-2v-8c0-1.1025-.897-2-2-2v-2c1.103,0,2-.8975,2-2V5c0-1.1025.897-2,2-2ZM28,13V5c0-1.1025-.897-2-2-2h-4v2h4v8c0,1.2002.5425,2.2661,1.3823,3-.8398.7339-1.3823,1.7998-1.3823,3v8h-4v2h4c1.103,0,2-.8975,2-2v-8c0-1.1025.897-2,2-2v-2c-1.103,0-2-.8975-2-2Z"
687
+ }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
688
+ d: "M4 20L4 22 7.586 22 2 27.586 3.414 29 9 23.414 9 27 11 27 11 20 4 20zM19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19z"
689
+ })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
690
+ d: "M28,5H4A2.002,2.002,0,0,0,2,7V17H4V7H15V27H28a2.002,2.002,0,0,0,2-2V7A2.002,2.002,0,0,0,28,5ZM17,25V7H28l.0015,18Z"
639
691
  })), children);
640
692
  });
641
693
  if (process.env.NODE_ENV !== "production") {
642
- Object$1.propTypes = iconPropTypes4cbeb95d.i;
694
+ NotebookReference.propTypes = iconPropTypes4cbeb95d.i;
643
695
  }
644
- const ObjectStorage = /*#__PURE__*/React.forwardRef(function ObjectStorage(_ref29, ref) {
696
+ const Notification = /*#__PURE__*/React.forwardRef(function Notification(_ref29, ref) {
645
697
  let {
646
698
  children,
647
699
  size = 16,
648
700
  ...rest
649
701
  } = _ref29;
702
+ if (size === 16 || size === "16" || size === "16px") {
703
+ return /*#__PURE__*/React.createElement(Icon.default, {
704
+ width: size,
705
+ height: size,
706
+ ref: ref,
707
+ xmlns: "http://www.w3.org/2000/svg",
708
+ viewBox: "0 0 16 16",
709
+ fill: "currentColor",
710
+ ...rest
711
+ }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
712
+ d: "M14.4,10.1L13,8.8V6.5c0-2.6-1.9-4.7-4.5-5v-1h-1v1C5,1.8,3,3.9,3,6.5v2.3l-1.4,1.3c-0.1,0.1-0.2,0.2-0.1,0.4V12 c0,0.3,0.2,0.5,0.4,0.5c0,0,0,0,0.1,0h3.5C5.5,13.9,6.6,15,8,15s2.5-1.1,2.5-2.5H14c0.3,0,0.5-0.2,0.5-0.4c0,0,0,0,0-0.1v-1.5 C14.5,10.4,14.4,10.2,14.4,10.1z M8,14c-0.8,0-1.5-0.7-1.5-1.5h3C9.5,13.3,8.8,14,8,14z M13.5,11.5h-11v-0.8l1.3-1.4 C3.9,9.3,4,9.1,4,9V6.5c0-2.2,1.8-4,4-4s4,1.8,4,4V9c0,0.1,0.1,0.3,0.1,0.4l1.4,1.3V11.5z"
713
+ })), children);
714
+ }
650
715
  return /*#__PURE__*/React.createElement(Icon.default, {
651
716
  width: size,
652
717
  height: size,
@@ -655,20 +720,14 @@ const ObjectStorage = /*#__PURE__*/React.forwardRef(function ObjectStorage(_ref2
655
720
  viewBox: "0 0 32 32",
656
721
  fill: "currentColor",
657
722
  ...rest
658
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
659
- d: "M28,20H26v2h2v6H4V22H14V20H4a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V22A2.0023,2.0023,0,0,0,28,20Z"
660
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
661
- cx: "7",
662
- cy: "25",
663
- r: "1"
664
- })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
665
- d: "M30 8H22v6H16v8h8V16h6zM22 20H18V16h4zm6-6H24V10h4zM18 10H10V2h8zM12 8h4V4H12z"
723
+ }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
724
+ d: "M28.7071,19.293,26,16.5859V13a10.0136,10.0136,0,0,0-9-9.9492V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.2929,19.293A1,1,0,0,0,3,20v3a1,1,0,0,0,1,1h7v.7768a5.152,5.152,0,0,0,4.5,5.1987A5.0057,5.0057,0,0,0,21,25V24h7a1,1,0,0,0,1-1V20A1,1,0,0,0,28.7071,19.293ZM19,25a3,3,0,0,1-6,0V24h6Zm8-3H5V20.4141L7.707,17.707A1,1,0,0,0,8,17V13a8,8,0,0,1,16,0v4a1,1,0,0,0,.293.707L27,20.4141Z"
666
725
  })), children);
667
726
  });
668
727
  if (process.env.NODE_ENV !== "production") {
669
- ObjectStorage.propTypes = iconPropTypes4cbeb95d.i;
728
+ Notification.propTypes = iconPropTypes4cbeb95d.i;
670
729
  }
671
- const ObjectStorageAlt = /*#__PURE__*/React.forwardRef(function ObjectStorageAlt(_ref30, ref) {
730
+ const NotificationFilled = /*#__PURE__*/React.forwardRef(function NotificationFilled(_ref30, ref) {
672
731
  let {
673
732
  children,
674
733
  size = 16,
@@ -682,20 +741,14 @@ const ObjectStorageAlt = /*#__PURE__*/React.forwardRef(function ObjectStorageAlt
682
741
  viewBox: "0 0 32 32",
683
742
  fill: "currentColor",
684
743
  ...rest
685
- }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
686
- d: "M28,20H26v2h2v6H4V22H14V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
687
- })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
688
- cx: "7",
689
- cy: "25",
690
- r: "1"
691
- })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
692
- d: "M21,14a2.981,2.981,0,0,0-2.0374.811l-4.0039-2.4023A2.9578,2.9578,0,0,0,15,12a2.9578,2.9578,0,0,0-.0413-.4087L18.9626,9.189A2.9909,2.9909,0,1,0,18,7a2.9345,2.9345,0,0,0,.0415.4092L14.0376,9.8115a3,3,0,1,0,0,4.377l4.0039,2.4023A2.9345,2.9345,0,0,0,18,17a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,6Zm-9,7a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,12,13Zm9,5a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,21,18Z"
744
+ }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
745
+ d: "M28.707,19.293,26,16.5859V13a10.0136,10.0136,0,0,0-9-9.9492V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.293,19.293A.9993.9993,0,0,0,3,20v3a1,1,0,0,0,1,1h7v1a5,5,0,0,0,10,0V24h7a1,1,0,0,0,1-1V20A.9993.9993,0,0,0,28.707,19.293ZM19,25a3,3,0,0,1-6,0V24h6Z"
693
746
  })), children);
694
747
  });
695
748
  if (process.env.NODE_ENV !== "production") {
696
- ObjectStorageAlt.propTypes = iconPropTypes4cbeb95d.i;
749
+ NotificationFilled.propTypes = iconPropTypes4cbeb95d.i;
697
750
  }
698
- const ObservedHail = /*#__PURE__*/React.forwardRef(function ObservedHail(_ref31, ref) {
751
+ const NotificationNew = /*#__PURE__*/React.forwardRef(function NotificationNew(_ref31, ref) {
699
752
  let {
700
753
  children,
701
754
  size = 16,
@@ -709,37 +762,36 @@ const ObservedHail = /*#__PURE__*/React.forwardRef(function ObservedHail(_ref31,
709
762
  viewBox: "0 0 32 32",
710
763
  fill: "currentColor",
711
764
  ...rest
712
- }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
713
- d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
714
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
715
- cx: "13.5",
716
- cy: "23.5",
717
- r: "1.5"
718
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
719
- cx: "10.5",
720
- cy: "19.5",
721
- r: "1.5"
722
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
723
- cx: "16.5",
724
- cy: "19.5",
725
- r: "1.5"
726
- })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
727
- d: "M11.964 14.5H17.036V16.499H11.964z",
728
- transform: "rotate(-45 14.5 15.5)"
729
- })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
730
- d: "M17.964 14.5H23.035999999999998V16.499H17.964z",
731
- transform: "rotate(-45 20.5 15.5)"
765
+ }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
766
+ d: "M26,16.5859V14H24v3a1,1,0,0,0,.293.707L27,20.4141V22H5V20.4141L7.707,17.707A1,1,0,0,0,8,17V13A7.9854,7.9854,0,0,1,20,6.0825V3.8467a9.896,9.896,0,0,0-3-.7959V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.293,19.293A1,1,0,0,0,3,20v3a1,1,0,0,0,1,1h7v1a5,5,0,0,0,10,0V24h7a1,1,0,0,0,1-1V20a1,1,0,0,0-.293-.707ZM19,25a3,3,0,0,1-6,0V24h6Z"
767
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
768
+ cx: "26",
769
+ cy: "8",
770
+ r: "4"
732
771
  })), children);
733
772
  });
734
773
  if (process.env.NODE_ENV !== "production") {
735
- ObservedHail.propTypes = iconPropTypes4cbeb95d.i;
774
+ NotificationNew.propTypes = iconPropTypes4cbeb95d.i;
736
775
  }
737
- const ObservedLightning = /*#__PURE__*/React.forwardRef(function ObservedLightning(_ref32, ref) {
776
+ const NotificationOff = /*#__PURE__*/React.forwardRef(function NotificationOff(_ref32, ref) {
738
777
  let {
739
778
  children,
740
779
  size = 16,
741
780
  ...rest
742
781
  } = _ref32;
782
+ if (size === 16 || size === "16" || size === "16px") {
783
+ return /*#__PURE__*/React.createElement(Icon.default, {
784
+ width: size,
785
+ height: size,
786
+ ref: ref,
787
+ xmlns: "http://www.w3.org/2000/svg",
788
+ viewBox: "0 0 16 16",
789
+ fill: "currentColor",
790
+ ...rest
791
+ }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
792
+ d: "M2.5 11.5v-.8l1.3-1.4C3.9 9.3 4 9.1 4 9V6.5c0-2.2 1.8-4 4-4 .9 0 1.8.3 2.5.9l.7-.7C10.5 2 9.5 1.6 8.5 1.5v-1h-1v1C5 1.8 3 3.9 3 6.5v2.3l-1.4 1.3c-.1.1-.2.2-.1.4v1H2.5zM13 8.8V6.5c0-.8-.2-1.6-.5-2.2L15 1.7 14.3 1 1 14.3 1.7 15l2.5-2.5h1.3C5.5 13.9 6.6 15 8 15s2.5-1.1 2.5-2.5H14c.3 0 .5-.2.5-.4 0 0 0 0 0-.1v-1.5c0-.1-.1-.3-.1-.4L13 8.8zM8 14c-.8 0-1.5-.7-1.5-1.5h3C9.5 13.3 8.8 14 8 14zM13.5 11.5H5.2L11.7 5C11.9 5.5 12 6 12 6.5V9c0 .1.1.3.1.4l1.4 1.3V11.5z"
793
+ })), children);
794
+ }
743
795
  return /*#__PURE__*/React.createElement(Icon.default, {
744
796
  width: size,
745
797
  height: size,
@@ -748,16 +800,14 @@ const ObservedLightning = /*#__PURE__*/React.forwardRef(function ObservedLightni
748
800
  viewBox: "0 0 32 32",
749
801
  fill: "currentColor",
750
802
  ...rest
751
- }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
752
- d: "M15.67 24L13.934 23 16.221 19 12.332 19 16.325 12 18.062 13 15.778 17 19.668 17 15.67 24z"
753
- })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
754
- d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
803
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
804
+ d: "M26 16.5859V13a9.9217 9.9217 0 00-1.0833-4.5024L30 3.4141 28.5859 2 2 28.5859 3.4141 30l6-6H11v1a5 5 0 0010 0V24h7a1 1 0 001-1V20a1 1 0 00-.293-.707zM19 25a3 3 0 01-6 0V24h6zm8-3H11.4141L23.4119 10.0024A7.949 7.949 0 0124 13v4a1 1 0 00.293.707L27 20.4141zM7.707 17.707A1 1 0 008 17V13a8.0092 8.0092 0 018-8 7.9253 7.9253 0 014.9857 1.7681l1.4264-1.4263A9.934 9.934 0 0017 3.0508V1H15V3.0508A10.0136 10.0136 0 006 13v3.5859l-3 3L4.4141 21z"
755
805
  })), children);
756
806
  });
757
807
  if (process.env.NODE_ENV !== "production") {
758
- ObservedLightning.propTypes = iconPropTypes4cbeb95d.i;
808
+ NotificationOff.propTypes = iconPropTypes4cbeb95d.i;
759
809
  }
760
- const Omega = /*#__PURE__*/React.forwardRef(function Omega(_ref33, ref) {
810
+ const NotificationOffFilled = /*#__PURE__*/React.forwardRef(function NotificationOffFilled(_ref33, ref) {
761
811
  let {
762
812
  children,
763
813
  size = 16,
@@ -771,14 +821,14 @@ const Omega = /*#__PURE__*/React.forwardRef(function Omega(_ref33, ref) {
771
821
  viewBox: "0 0 32 32",
772
822
  fill: "currentColor",
773
823
  ...rest
774
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
775
- d: "M22.7373,25A14.3093,14.3093,0,0,0,27,15C27,8.42,22.58,4,16,4S5,8.42,5,15A14.3093,14.3093,0,0,0,9.2627,25H4v2h8V24.7617A12.5683,12.5683,0,0,1,7,15c0-5.4673,3.5327-9,9-9s9,3.5327,9,9a12.5683,12.5683,0,0,1-5,9.7617V27h8V25Z"
824
+ }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
825
+ d: "M26 16.5859V13a9.8828 9.8828 0 00-1.0869-4.499L30 3.4141 28.5859 2 2 28.5859 3.4141 30l6-6H11v1a5 5 0 0010 0V24h7a1 1 0 001-1V20a.9993.9993 0 00-.293-.707zM19 25a3 3 0 01-6 0V24h6zM21.61 4.7383A9.9256 9.9256 0 0017 3.0508V1H15V3.0508A10.0136 10.0136 0 006 13v3.5859L3.293 19.293A.9993.9993 0 003 20v3a.9738.9738 0 00.0585.29z"
776
826
  })), children);
777
827
  });
778
828
  if (process.env.NODE_ENV !== "production") {
779
- Omega.propTypes = iconPropTypes4cbeb95d.i;
829
+ NotificationOffFilled.propTypes = iconPropTypes4cbeb95d.i;
780
830
  }
781
- const Opacity = /*#__PURE__*/React.forwardRef(function Opacity(_ref34, ref) {
831
+ const NotificationCounter = /*#__PURE__*/React.forwardRef(function NotificationCounter(_ref34, ref) {
782
832
  let {
783
833
  children,
784
834
  size = 16,
@@ -792,15 +842,21 @@ const Opacity = /*#__PURE__*/React.forwardRef(function Opacity(_ref34, ref) {
792
842
  viewBox: "0 0 32 32",
793
843
  fill: "currentColor",
794
844
  ...rest
795
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
796
- d: "M6 6H10V10H6zM10 10H14V14H10zM14 6H18V10H14zM22 6H26V10H22zM6 14H10V18H6zM14 14H18V18H14zM22 14H26V18H22zM6 22H10V26H6zM14 22H18V26H14zM22 22H26V26H22zM18 10H22V14H18zM10 18H14V22H10zM18 18H22V22H18z"
797
- })), children);
798
- });
799
- if (process.env.NODE_ENV !== "production") {
800
- Opacity.propTypes = iconPropTypes4cbeb95d.i;
801
- }
802
- const OpenPanelBottom = /*#__PURE__*/React.forwardRef(function OpenPanelBottom(_ref35, ref) {
803
- let {
845
+ }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
846
+ strokeWidth: "0",
847
+ d: "m27,12v15H5V5h15v-2H5c-1.1046,0-2,.8954-2,2v22c0,1.1046.8954,2,2,2h22c1.1046,0,2-.8954,2-2v-15h-2Z"
848
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
849
+ cx: "26.5",
850
+ cy: "5.5",
851
+ r: "3.5",
852
+ strokeWidth: "0"
853
+ })), children);
854
+ });
855
+ if (process.env.NODE_ENV !== "production") {
856
+ NotificationCounter.propTypes = iconPropTypes4cbeb95d.i;
857
+ }
858
+ const NullSign = /*#__PURE__*/React.forwardRef(function NullSign(_ref35, ref) {
859
+ let {
804
860
  children,
805
861
  size = 16,
806
862
  ...rest
@@ -813,14 +869,14 @@ const OpenPanelBottom = /*#__PURE__*/React.forwardRef(function OpenPanelBottom(_
813
869
  viewBox: "0 0 32 32",
814
870
  fill: "currentColor",
815
871
  ...rest
816
- }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
817
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V18H4V6ZM4,26V20H28v6Z"
872
+ }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
873
+ d: "M30,3.4142l-1.4142-1.4142-3.4317,3.4317c-2.4572-2.1313-5.6536-3.4317-9.1541-3.4317-7.7197,0-14,6.2803-14,14,0,3.5005,1.3004,6.6969,3.4317,9.1541l-3.4317,3.4317,1.4142,1.4142,3.4317-3.4317c2.4572,2.1313,5.6536,3.4317,9.1541,3.4317,7.7197,0,14-6.2803,14-14,0-3.5005-1.3004-6.6969-3.4317-9.1541,0,0,3.4317-3.4317,3.4317-3.4317ZM4,16c0-6.6167,5.3833-12,12-12,2.9492,0,5.649,1.0739,7.7406,2.8452L6.8452,23.7406c-1.7713-2.0916-2.8452-4.7914-2.8452-7.7406ZM28,16c0,6.6172-5.3828,12-12,12-2.9491,0-5.6489-1.074-7.7405-2.8453L25.1547,8.2595c1.7713,2.0916,2.8453,4.7914,2.8453,7.7405Z"
818
874
  })), children);
819
875
  });
820
876
  if (process.env.NODE_ENV !== "production") {
821
- OpenPanelBottom.propTypes = iconPropTypes4cbeb95d.i;
877
+ NullSign.propTypes = iconPropTypes4cbeb95d.i;
822
878
  }
823
- const OpenPanelFilledBottom = /*#__PURE__*/React.forwardRef(function OpenPanelFilledBottom(_ref36, ref) {
879
+ const Number_0 = /*#__PURE__*/React.forwardRef(function Number_0(_ref36, ref) {
824
880
  let {
825
881
  children,
826
882
  size = 16,
@@ -834,14 +890,16 @@ const OpenPanelFilledBottom = /*#__PURE__*/React.forwardRef(function OpenPanelFi
834
890
  viewBox: "0 0 32 32",
835
891
  fill: "currentColor",
836
892
  ...rest
837
- }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
838
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V18H4V6Z"
893
+ }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
894
+ d: "M18,23H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V21A2,2,0,0,1,18,23ZM14,11h0V21h4V11Z"
895
+ })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
896
+ d: "M15 15H17V17H15z"
839
897
  })), children);
840
898
  });
841
899
  if (process.env.NODE_ENV !== "production") {
842
- OpenPanelFilledBottom.propTypes = iconPropTypes4cbeb95d.i;
900
+ Number_0.propTypes = iconPropTypes4cbeb95d.i;
843
901
  }
844
- const OpenPanelFilledLeft = /*#__PURE__*/React.forwardRef(function OpenPanelFilledLeft(_ref37, ref) {
902
+ const Number_1 = /*#__PURE__*/React.forwardRef(function Number_1(_ref37, ref) {
845
903
  let {
846
904
  children,
847
905
  size = 16,
@@ -855,14 +913,14 @@ const OpenPanelFilledLeft = /*#__PURE__*/React.forwardRef(function OpenPanelFill
855
913
  viewBox: "0 0 32 32",
856
914
  fill: "currentColor",
857
915
  ...rest
858
- }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
859
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,22H12V6H28Z"
916
+ }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
917
+ d: "M16,10V22h0V10m1-1H12v2h3V21H12v2h8V21H17V9Z"
860
918
  })), children);
861
919
  });
862
920
  if (process.env.NODE_ENV !== "production") {
863
- OpenPanelFilledLeft.propTypes = iconPropTypes4cbeb95d.i;
921
+ Number_1.propTypes = iconPropTypes4cbeb95d.i;
864
922
  }
865
- const OpenPanelFilledRight = /*#__PURE__*/React.forwardRef(function OpenPanelFilledRight(_ref38, ref) {
923
+ const Number_2 = /*#__PURE__*/React.forwardRef(function Number_2(_ref38, ref) {
866
924
  let {
867
925
  children,
868
926
  size = 16,
@@ -876,14 +934,14 @@ const OpenPanelFilledRight = /*#__PURE__*/React.forwardRef(function OpenPanelFil
876
934
  viewBox: "0 0 32 32",
877
935
  fill: "currentColor",
878
936
  ...rest
879
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
880
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6H20V26H4Z"
937
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
938
+ d: "M20,23H12V17a2,2,0,0,1,2-2h4V11H12V9h6a2,2,0,0,1,2,2v4a2,2,0,0,1-2,2H14v4h6Z"
881
939
  })), children);
882
940
  });
883
941
  if (process.env.NODE_ENV !== "production") {
884
- OpenPanelFilledRight.propTypes = iconPropTypes4cbeb95d.i;
942
+ Number_2.propTypes = iconPropTypes4cbeb95d.i;
885
943
  }
886
- const OpenPanelFilledTop = /*#__PURE__*/React.forwardRef(function OpenPanelFilledTop(_ref39, ref) {
944
+ const Number_3 = /*#__PURE__*/React.forwardRef(function Number_3(_ref39, ref) {
887
945
  let {
888
946
  children,
889
947
  size = 16,
@@ -897,14 +955,14 @@ const OpenPanelFilledTop = /*#__PURE__*/React.forwardRef(function OpenPanelFille
897
955
  viewBox: "0 0 32 32",
898
956
  fill: "currentColor",
899
957
  ...rest
900
- }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
901
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,26V14H28V26Z"
958
+ }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
959
+ d: "M18,9H12v2h6v4H14v2h4v4H12v2h6a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Z"
902
960
  })), children);
903
961
  });
904
962
  if (process.env.NODE_ENV !== "production") {
905
- OpenPanelFilledTop.propTypes = iconPropTypes4cbeb95d.i;
963
+ Number_3.propTypes = iconPropTypes4cbeb95d.i;
906
964
  }
907
- const OpenPanelLeft = /*#__PURE__*/React.forwardRef(function OpenPanelLeft(_ref40, ref) {
965
+ const Number_4 = /*#__PURE__*/React.forwardRef(function Number_4(_ref40, ref) {
908
966
  let {
909
967
  children,
910
968
  size = 16,
@@ -918,14 +976,14 @@ const OpenPanelLeft = /*#__PURE__*/React.forwardRef(function OpenPanelLeft(_ref4
918
976
  viewBox: "0 0 32 32",
919
977
  fill: "currentColor",
920
978
  ...rest
921
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
922
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6h6V26H4ZM28,26H12V6H28Z"
979
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
980
+ d: "M18,10v8h0V10m1-1H17v8H14V9H12V19h5v4h2V19h1V17H19V9Z"
923
981
  })), children);
924
982
  });
925
983
  if (process.env.NODE_ENV !== "production") {
926
- OpenPanelLeft.propTypes = iconPropTypes4cbeb95d.i;
984
+ Number_4.propTypes = iconPropTypes4cbeb95d.i;
927
985
  }
928
- const OpenPanelRight = /*#__PURE__*/React.forwardRef(function OpenPanelRight(_ref41, ref) {
986
+ const Number_5 = /*#__PURE__*/React.forwardRef(function Number_5(_ref41, ref) {
929
987
  let {
930
988
  children,
931
989
  size = 16,
@@ -939,14 +997,14 @@ const OpenPanelRight = /*#__PURE__*/React.forwardRef(function OpenPanelRight(_re
939
997
  viewBox: "0 0 32 32",
940
998
  fill: "currentColor",
941
999
  ...rest
942
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
943
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6H20V26H4ZM28,26H22V6h6Z"
1000
+ }, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1001
+ d: "M18,23H12V21h6V17H12V9h8v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z"
944
1002
  })), children);
945
1003
  });
946
1004
  if (process.env.NODE_ENV !== "production") {
947
- OpenPanelRight.propTypes = iconPropTypes4cbeb95d.i;
1005
+ Number_5.propTypes = iconPropTypes4cbeb95d.i;
948
1006
  }
949
- const OpenPanelTop = /*#__PURE__*/React.forwardRef(function OpenPanelTop(_ref42, ref) {
1007
+ const Number_6 = /*#__PURE__*/React.forwardRef(function Number_6(_ref42, ref) {
950
1008
  let {
951
1009
  children,
952
1010
  size = 16,
@@ -960,14 +1018,14 @@ const OpenPanelTop = /*#__PURE__*/React.forwardRef(function OpenPanelTop(_ref42,
960
1018
  viewBox: "0 0 32 32",
961
1019
  fill: "currentColor",
962
1020
  ...rest
963
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
964
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2v6H4V6ZM4,26V14H28V26Z"
1021
+ }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1022
+ d: "M18,14H14V11h5V9H14a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V16A2,2,0,0,0,18,14Zm-4,7V16h4v5Z"
965
1023
  })), children);
966
1024
  });
967
1025
  if (process.env.NODE_ENV !== "production") {
968
- OpenPanelTop.propTypes = iconPropTypes4cbeb95d.i;
1026
+ Number_6.propTypes = iconPropTypes4cbeb95d.i;
969
1027
  }
970
- const QOperation = /*#__PURE__*/React.forwardRef(function QOperation(_ref43, ref) {
1028
+ const Number_7 = /*#__PURE__*/React.forwardRef(function Number_7(_ref43, ref) {
971
1029
  let {
972
1030
  children,
973
1031
  size = 16,
@@ -981,16 +1039,14 @@ const QOperation = /*#__PURE__*/React.forwardRef(function QOperation(_ref43, ref
981
1039
  viewBox: "0 0 32 32",
982
1040
  fill: "currentColor",
983
1041
  ...rest
984
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
985
- d: "M23 26L21 26 26 16 21 6 23 6 28 16 23 26zM4 6H6V26H4zM16 9H12a2 2 0 00-2 2V21a2 2 0 002 2h4a2 2 0 002-2V11A2 2 0 0016 9zm0 12H12V11h4z"
986
- })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
987
- d: "M13 15H15V17H13z"
1042
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1043
+ d: "M20 9L12 9 12 13 14 13 14 11 17.85 11 13 23 15.16 23 20 11 20 9z"
988
1044
  })), children);
989
1045
  });
990
1046
  if (process.env.NODE_ENV !== "production") {
991
- QOperation.propTypes = iconPropTypes4cbeb95d.i;
1047
+ Number_7.propTypes = iconPropTypes4cbeb95d.i;
992
1048
  }
993
- const QOperationGauge = /*#__PURE__*/React.forwardRef(function QOperationGauge(_ref44, ref) {
1049
+ const Number_8 = /*#__PURE__*/React.forwardRef(function Number_8(_ref44, ref) {
994
1050
  let {
995
1051
  children,
996
1052
  size = 16,
@@ -1004,14 +1060,14 @@ const QOperationGauge = /*#__PURE__*/React.forwardRef(function QOperationGauge(_
1004
1060
  viewBox: "0 0 32 32",
1005
1061
  fill: "currentColor",
1006
1062
  ...rest
1007
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
1008
- d: "M30 4L24 4 24 6 27.75 6 24 10 24 12 30 12 30 10 26.38 10 30 6 30 4zM20 17.62L22.08 14l-1.73-1-2.18 3.76A12 12 0 002 28H4a10 10 0 0113.16-9.48L14 24a2 2 0 102 2 2 2 0 00-.27-1L19 19.35A10 10 0 0124 28h2A12 12 0 0020 17.62z"
1063
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1064
+ d: "M18,9H14a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Zm0,2v4H14V11ZM14,21V17h4v4Z"
1009
1065
  })), children);
1010
1066
  });
1011
1067
  if (process.env.NODE_ENV !== "production") {
1012
- QOperationGauge.propTypes = iconPropTypes4cbeb95d.i;
1068
+ Number_8.propTypes = iconPropTypes4cbeb95d.i;
1013
1069
  }
1014
- const QOperationIf = /*#__PURE__*/React.forwardRef(function QOperationIf(_ref45, ref) {
1070
+ const Number_9 = /*#__PURE__*/React.forwardRef(function Number_9(_ref45, ref) {
1015
1071
  let {
1016
1072
  children,
1017
1073
  size = 16,
@@ -1025,14 +1081,14 @@ const QOperationIf = /*#__PURE__*/React.forwardRef(function QOperationIf(_ref45,
1025
1081
  viewBox: "0 0 32 32",
1026
1082
  fill: "currentColor",
1027
1083
  ...rest
1028
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
1029
- d: "M12 13H14V23H12zM12 9H14V11H12zM23 11V9H20a2 2 0 00-2 2v2H16v2h2v8h2V15h3V13H20V11z"
1084
+ }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1085
+ d: "M18,9H14a2,2,0,0,0-2,2v5a2,2,0,0,0,2,2h4v3H13v2h5a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Zm0,7H14V11h4Z"
1030
1086
  })), children);
1031
1087
  });
1032
1088
  if (process.env.NODE_ENV !== "production") {
1033
- QOperationIf.propTypes = iconPropTypes4cbeb95d.i;
1089
+ Number_9.propTypes = iconPropTypes4cbeb95d.i;
1034
1090
  }
1035
- const OperationsField = /*#__PURE__*/React.forwardRef(function OperationsField(_ref46, ref) {
1091
+ const NumberSmall_0 = /*#__PURE__*/React.forwardRef(function NumberSmall_0(_ref46, ref) {
1036
1092
  let {
1037
1093
  children,
1038
1094
  size = 16,
@@ -1046,25 +1102,14 @@ const OperationsField = /*#__PURE__*/React.forwardRef(function OperationsField(_
1046
1102
  viewBox: "0 0 32 32",
1047
1103
  fill: "currentColor",
1048
1104
  ...rest
1049
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
1050
- d: "M16 6H26V8H16z",
1051
- transform: "rotate(-90 21 7)"
1052
- })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
1053
- d: "M20 6H30V8H20z",
1054
- transform: "rotate(-90 25 7)"
1055
- })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
1056
- d: "M24 6H34V8H24z",
1057
- transform: "rotate(-90 29 7)"
1058
- })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
1059
- d: "M16,20a3.9123,3.9123,0,0,1-4-4,3.9123,3.9123,0,0,1,4-4V10a6,6,0,1,0,6,6H20A3.9123,3.9123,0,0,1,16,20Z"
1060
- })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
1061
- d: "M28.8928,18.4536,26.0979,16,24.78,17.5044l2.7922,2.4517-2.36,4.0878-3.4273-1.1591a9.0315,9.0315,0,0,1-2.7143,1.5644L18.36,28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H16V2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18.36a2,2,0,0,0,1.9611-1.6079l.5037-2.5186a10.9666,10.9666,0,0,0,1.3267-.7534l2.4194.8184a1.9977,1.9977,0,0,0,2.3728-.8946l2.3606-4.0878A2.0006,2.0006,0,0,0,28.8928,18.4536Z"
1105
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1106
+ d: "M17,21H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,17,21Zm-2-8v6h2V13Z"
1062
1107
  })), children);
1063
1108
  });
1064
1109
  if (process.env.NODE_ENV !== "production") {
1065
- OperationsField.propTypes = iconPropTypes4cbeb95d.i;
1110
+ NumberSmall_0.propTypes = iconPropTypes4cbeb95d.i;
1066
1111
  }
1067
- const OperationsRecord = /*#__PURE__*/React.forwardRef(function OperationsRecord(_ref47, ref) {
1112
+ const NumberSmall_1 = /*#__PURE__*/React.forwardRef(function NumberSmall_1(_ref47, ref) {
1068
1113
  let {
1069
1114
  children,
1070
1115
  size = 16,
@@ -1078,16 +1123,14 @@ const OperationsRecord = /*#__PURE__*/React.forwardRef(function OperationsRecord
1078
1123
  viewBox: "0 0 32 32",
1079
1124
  fill: "currentColor",
1080
1125
  ...rest
1081
- }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
1082
- d: "M20 20H30V22H20zM20 24H30V26H20zM20 28H30V30H20zM16 20a3.9123 3.9123 0 01-4-4 3.9123 3.9123 0 014-4 3.9123 3.9123 0 014 4h2a6 6 0 10-6 6z"
1083
- })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
1084
- d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H16V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z"
1126
+ }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1127
+ d: "M17 19L17 11 15 11 15 12 13 12 13 14 15 14 15 19 13 19 13 21 19 21 19 19 17 19z"
1085
1128
  })), children);
1086
1129
  });
1087
1130
  if (process.env.NODE_ENV !== "production") {
1088
- OperationsRecord.propTypes = iconPropTypes4cbeb95d.i;
1131
+ NumberSmall_1.propTypes = iconPropTypes4cbeb95d.i;
1089
1132
  }
1090
- const OrderDetails = /*#__PURE__*/React.forwardRef(function OrderDetails(_ref48, ref) {
1133
+ const NumberSmall_2 = /*#__PURE__*/React.forwardRef(function NumberSmall_2(_ref48, ref) {
1091
1134
  let {
1092
1135
  children,
1093
1136
  size = 16,
@@ -1101,34 +1144,19 @@ const OrderDetails = /*#__PURE__*/React.forwardRef(function OrderDetails(_ref48,
1101
1144
  viewBox: "0 0 32 32",
1102
1145
  fill: "currentColor",
1103
1146
  ...rest
1104
- }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
1105
- d: "M19 21H13a3 3 0 00-3 3v2h2V24a1 1 0 011-1h6a1 1 0 011 1v2h2V24A3 3 0 0019 21zM16 20a4 4 0 10-4-4A4 4 0 0016 20zm0-6a2 2 0 11-2 2A2 2 0 0116 14z"
1106
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1107
- d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
1147
+ }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1148
+ d: "M19,21H13V17a2,2,0,0,1,2-2h2V13H13V11h4a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H15v2h4Z"
1108
1149
  })), children);
1109
1150
  });
1110
1151
  if (process.env.NODE_ENV !== "production") {
1111
- OrderDetails.propTypes = iconPropTypes4cbeb95d.i;
1152
+ NumberSmall_2.propTypes = iconPropTypes4cbeb95d.i;
1112
1153
  }
1113
- const Ordinal = /*#__PURE__*/React.forwardRef(function Ordinal(_ref49, ref) {
1154
+ const NumberSmall_3 = /*#__PURE__*/React.forwardRef(function NumberSmall_3(_ref49, ref) {
1114
1155
  let {
1115
1156
  children,
1116
1157
  size = 16,
1117
1158
  ...rest
1118
1159
  } = _ref49;
1119
- if (size === 16 || size === "16" || size === "16px") {
1120
- return /*#__PURE__*/React.createElement(Icon.default, {
1121
- width: size,
1122
- height: size,
1123
- ref: ref,
1124
- xmlns: "http://www.w3.org/2000/svg",
1125
- viewBox: "0 0 16 16",
1126
- fill: "currentColor",
1127
- ...rest
1128
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1129
- d: "M1,13 L1,12 L3,12 L3,9 L5.999,9 L6,6 L9,6 L9,3 L13,3 L13,12 L15,12 L15,13 L1,13 Z M5.999,10 L4,10 L4,12 L5.999,12 L5.999,10 Z M8.999,7 L6.999,7 L6.999,9 L7,9 L7,12 L8.999,12 L8.999,7 Z M12,4 L10,4 L10,12 L12,12 L12,4 Z"
1130
- })), children);
1131
- }
1132
1160
  return /*#__PURE__*/React.createElement(Icon.default, {
1133
1161
  width: size,
1134
1162
  height: size,
@@ -1137,14 +1165,14 @@ const Ordinal = /*#__PURE__*/React.forwardRef(function Ordinal(_ref49, ref) {
1137
1165
  viewBox: "0 0 32 32",
1138
1166
  fill: "currentColor",
1139
1167
  ...rest
1140
- }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1141
- d: "M26,26V4H18v6H12v6H6V26H2v2H30V26ZM8,26V18h4v8Zm6,0V12h4V26Zm6,0V6h4V26Z"
1168
+ }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1169
+ d: "M17,11H13v2h4v2H14v2h3v2H13v2h4a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Z"
1142
1170
  })), children);
1143
1171
  });
1144
1172
  if (process.env.NODE_ENV !== "production") {
1145
- Ordinal.propTypes = iconPropTypes4cbeb95d.i;
1173
+ NumberSmall_3.propTypes = iconPropTypes4cbeb95d.i;
1146
1174
  }
1147
- const Outage = /*#__PURE__*/React.forwardRef(function Outage(_ref50, ref) {
1175
+ const NumberSmall_4 = /*#__PURE__*/React.forwardRef(function NumberSmall_4(_ref50, ref) {
1148
1176
  let {
1149
1177
  children,
1150
1178
  size = 16,
@@ -1158,16 +1186,14 @@ const Outage = /*#__PURE__*/React.forwardRef(function Outage(_ref50, ref) {
1158
1186
  viewBox: "0 0 32 32",
1159
1187
  fill: "currentColor",
1160
1188
  ...rest
1161
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1162
- d: "M12 24H21V26H12zM13 28H19V30H13z"
1163
- })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1164
- d: "M8.7832 18.9746l1.4177-1.418A6.9206 6.9206 0 018 12 7.99 7.99 0 0121.5273 6.2305l1.4136-1.4136A9.9884 9.9884 0 006 12 8.9411 8.9411 0 008.7832 18.9746zM30 3.4141L28.5859 2 2 28.5859 3.4141 30 23.6606 9.7534A7.7069 7.7069 0 0124 12a7.2032 7.2032 0 01-2.8223 6.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.193 9.193 0 0026 12a9.8739 9.8739 0 00-.7764-3.81z"
1189
+ }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1190
+ d: "M17 11L17 15 15 15 15 11 13 11 13 17 17 17 17 21 19 21 19 11 17 11z"
1165
1191
  })), children);
1166
1192
  });
1167
1193
  if (process.env.NODE_ENV !== "production") {
1168
- Outage.propTypes = iconPropTypes4cbeb95d.i;
1194
+ NumberSmall_4.propTypes = iconPropTypes4cbeb95d.i;
1169
1195
  }
1170
- const OutlookSevere = /*#__PURE__*/React.forwardRef(function OutlookSevere(_ref51, ref) {
1196
+ const NumberSmall_5 = /*#__PURE__*/React.forwardRef(function NumberSmall_5(_ref51, ref) {
1171
1197
  let {
1172
1198
  children,
1173
1199
  size = 16,
@@ -1181,19 +1207,14 @@ const OutlookSevere = /*#__PURE__*/React.forwardRef(function OutlookSevere(_ref5
1181
1207
  viewBox: "0 0 32 32",
1182
1208
  fill: "currentColor",
1183
1209
  ...rest
1184
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1185
- fill: "none",
1186
- d: "M15.1249,19h1.75v5.5h-1.75ZM17,27a1,1,0,1,0-1,1A1,1,0,0,0,17,27Z"
1187
- })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1188
- d: "M24.9084,28.94,16.8318,14.4878a.9531.9531,0,0,0-1.6636,0L7.0916,28.94A.7122.7122,0,0,0,7.7134,30H24.2867A.7121.7121,0,0,0,24.9084,28.94ZM15.125,19h1.75v5.5h-1.75ZM16,28a1,1,0,1,1,1-1A1,1,0,0,1,16,28Z"
1189
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1190
- d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0,6.4926,6.4926,0,0,0,.9153,12.8443L9.2217,20H8.5a4.48,4.48,0,0,1-3.3693-7.4556l5.297,5.2964,1.013-1.8135-4.66-4.6606A4.402,4.402,0,0,1,8.144,11.019l.8155-.0639.0991-.812c.0237-.1944.0581-.3848.0972-.5733l3.78,3.7808,1.0138-1.815L9.936,7.522a7.0212,7.0212,0,0,1,1.9754-2.1968L25.8861,19.3A4.4594,4.4594,0,0,1,23.5,20h-.7239l1.107,1.98a6.4927,6.4927,0,0,0,.9177-12.8443Zm2.4994,8.75L13.7823,4.3682a6.9736,6.9736,0,0,1,9.16,5.7749l.0986.812.8154.0639A4.5171,4.5171,0,0,1,28,15.5,4.46,4.46,0,0,1,27.3,17.8862Z"
1210
+ }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1211
+ d: "M17,21H13V19h4V17H13V11h6v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Z"
1191
1212
  })), children);
1192
1213
  });
1193
1214
  if (process.env.NODE_ENV !== "production") {
1194
- OutlookSevere.propTypes = iconPropTypes4cbeb95d.i;
1215
+ NumberSmall_5.propTypes = iconPropTypes4cbeb95d.i;
1195
1216
  }
1196
- const OverflowMenuHorizontal = /*#__PURE__*/React.forwardRef(function OverflowMenuHorizontal(_ref52, ref) {
1217
+ const NumberSmall_6 = /*#__PURE__*/React.forwardRef(function NumberSmall_6(_ref52, ref) {
1197
1218
  let {
1198
1219
  children,
1199
1220
  size = 16,
@@ -1207,24 +1228,14 @@ const OverflowMenuHorizontal = /*#__PURE__*/React.forwardRef(function OverflowMe
1207
1228
  viewBox: "0 0 32 32",
1208
1229
  fill: "currentColor",
1209
1230
  ...rest
1210
- }, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
1211
- cx: "8",
1212
- cy: "16",
1213
- r: "2"
1214
- })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
1215
- cx: "16",
1216
- cy: "16",
1217
- r: "2"
1218
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1219
- cx: "24",
1220
- cy: "16",
1221
- r: "2"
1231
+ }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1232
+ d: "M17,21H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Zm-2-4v2h2V17Z"
1222
1233
  })), children);
1223
1234
  });
1224
1235
  if (process.env.NODE_ENV !== "production") {
1225
- OverflowMenuHorizontal.propTypes = iconPropTypes4cbeb95d.i;
1236
+ NumberSmall_6.propTypes = iconPropTypes4cbeb95d.i;
1226
1237
  }
1227
- const OverflowMenuVertical = /*#__PURE__*/React.forwardRef(function OverflowMenuVertical(_ref53, ref) {
1238
+ const NumberSmall_7 = /*#__PURE__*/React.forwardRef(function NumberSmall_7(_ref53, ref) {
1228
1239
  let {
1229
1240
  children,
1230
1241
  size = 16,
@@ -1238,24 +1249,14 @@ const OverflowMenuVertical = /*#__PURE__*/React.forwardRef(function OverflowMenu
1238
1249
  viewBox: "0 0 32 32",
1239
1250
  fill: "currentColor",
1240
1251
  ...rest
1241
- }, _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1242
- cx: "16",
1243
- cy: "8",
1244
- r: "2"
1245
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1246
- cx: "16",
1247
- cy: "16",
1248
- r: "2"
1249
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1250
- cx: "16",
1251
- cy: "24",
1252
- r: "2"
1252
+ }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1253
+ d: "M16.44 21L14.44 21 17 13 15 13 15 14 13 14 13 11 19 11 19 13 16.44 21z"
1253
1254
  })), children);
1254
1255
  });
1255
1256
  if (process.env.NODE_ENV !== "production") {
1256
- OverflowMenuVertical.propTypes = iconPropTypes4cbeb95d.i;
1257
+ NumberSmall_7.propTypes = iconPropTypes4cbeb95d.i;
1257
1258
  }
1258
- const Overlay = /*#__PURE__*/React.forwardRef(function Overlay(_ref54, ref) {
1259
+ const NumberSmall_8 = /*#__PURE__*/React.forwardRef(function NumberSmall_8(_ref54, ref) {
1259
1260
  let {
1260
1261
  children,
1261
1262
  size = 16,
@@ -1269,14 +1270,14 @@ const Overlay = /*#__PURE__*/React.forwardRef(function Overlay(_ref54, ref) {
1269
1270
  viewBox: "0 0 32 32",
1270
1271
  fill: "currentColor",
1271
1272
  ...rest
1272
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1273
- d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8ZM4,22V4H22V8H10a2.0023,2.0023,0,0,0-2,2V22Zm18,0H19.4141L10,12.586V10h2.5859l9.4153,9.4156ZM10,15.4141,16.5859,22H10ZM22.001,16.587,15.4141,10H22ZM10,28V24H22a2.0023,2.0023,0,0,0,2-2V10h4V28Z"
1273
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1274
+ d: "M17,11H15a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h2a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Zm0,2v2H15V13Zm-2,6V17h2v2Z"
1274
1275
  })), children);
1275
1276
  });
1276
1277
  if (process.env.NODE_ENV !== "production") {
1277
- Overlay.propTypes = iconPropTypes4cbeb95d.i;
1278
+ NumberSmall_8.propTypes = iconPropTypes4cbeb95d.i;
1278
1279
  }
1279
- const Package = /*#__PURE__*/React.forwardRef(function Package(_ref55, ref) {
1280
+ const NumberSmall_9 = /*#__PURE__*/React.forwardRef(function NumberSmall_9(_ref55, ref) {
1280
1281
  let {
1281
1282
  children,
1282
1283
  size = 16,
@@ -1290,16 +1291,14 @@ const Package = /*#__PURE__*/React.forwardRef(function Package(_ref55, ref) {
1290
1291
  viewBox: "0 0 32 32",
1291
1292
  fill: "currentColor",
1292
1293
  ...rest
1293
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1294
- d: "M26,30H6a2,2,0,0,1-2-2V16a2,2,0,0,1,2-2H9v2H6V28H26V16H23V14h3a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z"
1295
- })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1296
- d: "M13 20H19V22H13zM20.59 8.59L17 12.17 17 2 15 2 15 12.17 11.41 8.59 10 10 16 16 22 10 20.59 8.59z"
1294
+ }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1295
+ d: "M17,21H14V19h3V17H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,17,21Zm-2-8v2h2V13Z"
1297
1296
  })), children);
1298
1297
  });
1299
1298
  if (process.env.NODE_ENV !== "production") {
1300
- Package.propTypes = iconPropTypes4cbeb95d.i;
1299
+ NumberSmall_9.propTypes = iconPropTypes4cbeb95d.i;
1301
1300
  }
1302
- const PackageTextAnalysis = /*#__PURE__*/React.forwardRef(function PackageTextAnalysis(_ref56, ref) {
1301
+ const Object$1 = /*#__PURE__*/React.forwardRef(function Object(_ref56, ref) {
1303
1302
  let {
1304
1303
  children,
1305
1304
  size = 16,
@@ -1313,16 +1312,14 @@ const PackageTextAnalysis = /*#__PURE__*/React.forwardRef(function PackageTextAn
1313
1312
  viewBox: "0 0 32 32",
1314
1313
  fill: "currentColor",
1315
1314
  ...rest
1316
- }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1317
- d: "M13 22H19V24H13z"
1318
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1319
- d: "M2 18v2h2v8c0 1.1025.8972 2 2 2h20c1.1028 0 2-.8975 2-2v-8h2v-2H2zm24 10H6v-8h20v8zM29 16h-5c-1.1025 0-2-.8975-2-2v-6c0-1.103.8975-2 2-2h5v2h-5v6h5v2zM18 6h-4v-4h-2v14h6c1.1025 0 2-.8975 2-2v-6c0-1.103-.8975-2-2-2zm-4 8v-6h4v6h-4zM8 6H3v2h5v2h-4c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h6V8c0-1.103-.8975-2-2-2zm0 8h-4v-2h4v2z"
1315
+ }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1316
+ d: "M6,3h4v2h-4v8c0,1.2002-.5425,2.2661-1.3823,3,.8398.7339,1.3823,1.7998,1.3823,3v8h4v2h-4c-1.103,0-2-.8975-2-2v-8c0-1.1025-.897-2-2-2v-2c1.103,0,2-.8975,2-2V5c0-1.1025.897-2,2-2ZM28,13V5c0-1.1025-.897-2-2-2h-4v2h4v8c0,1.2002.5425,2.2661,1.3823,3-.8398.7339-1.3823,1.7998-1.3823,3v8h-4v2h4c1.103,0,2-.8975,2-2v-8c0-1.1025.897-2,2-2v-2c-1.103,0-2-.8975-2-2Z"
1320
1317
  })), children);
1321
1318
  });
1322
1319
  if (process.env.NODE_ENV !== "production") {
1323
- PackageTextAnalysis.propTypes = iconPropTypes4cbeb95d.i;
1320
+ Object$1.propTypes = iconPropTypes4cbeb95d.i;
1324
1321
  }
1325
- const PackageNode = /*#__PURE__*/React.forwardRef(function PackageNode(_ref57, ref) {
1322
+ const ObjectStorage = /*#__PURE__*/React.forwardRef(function ObjectStorage(_ref57, ref) {
1326
1323
  let {
1327
1324
  children,
1328
1325
  size = 16,
@@ -1336,15 +1333,20 @@ const PackageNode = /*#__PURE__*/React.forwardRef(function PackageNode(_ref57, r
1336
1333
  viewBox: "0 0 32 32",
1337
1334
  fill: "currentColor",
1338
1335
  ...rest
1339
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1340
- strokeWidth: "0",
1341
- d: "m28,28H4c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h10c1.1028,0,2,.8972,2,2v4h12c1.1028,0,2,.8972,2,2v14c0,1.1028-.8972,2-2,2ZM4,12v14h24v-14H4Zm0-2h10v-4H4v4Z"
1336
+ }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1337
+ d: "M28,20H26v2h2v6H4V22H14V20H4a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V22A2.0023,2.0023,0,0,0,28,20Z"
1338
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1339
+ cx: "7",
1340
+ cy: "25",
1341
+ r: "1"
1342
+ })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1343
+ d: "M30 8H22v6H16v8h8V16h6zM22 20H18V16h4zm6-6H24V10h4zM18 10H10V2h8zM12 8h4V4H12z"
1342
1344
  })), children);
1343
1345
  });
1344
1346
  if (process.env.NODE_ENV !== "production") {
1345
- PackageNode.propTypes = iconPropTypes4cbeb95d.i;
1347
+ ObjectStorage.propTypes = iconPropTypes4cbeb95d.i;
1346
1348
  }
1347
- const PageFirst = /*#__PURE__*/React.forwardRef(function PageFirst(_ref58, ref) {
1349
+ const ObjectStorageAlt = /*#__PURE__*/React.forwardRef(function ObjectStorageAlt(_ref58, ref) {
1348
1350
  let {
1349
1351
  children,
1350
1352
  size = 16,
@@ -1358,14 +1360,20 @@ const PageFirst = /*#__PURE__*/React.forwardRef(function PageFirst(_ref58, ref)
1358
1360
  viewBox: "0 0 32 32",
1359
1361
  fill: "currentColor",
1360
1362
  ...rest
1361
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1362
- d: "M14 16L24 6 25.4 7.4 16.8 16 25.4 24.6 24 26zM8 4H10V28H8z"
1363
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1364
+ d: "M28,20H26v2h2v6H4V22H14V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
1365
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1366
+ cx: "7",
1367
+ cy: "25",
1368
+ r: "1"
1369
+ })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1370
+ d: "M21,14a2.981,2.981,0,0,0-2.0374.811l-4.0039-2.4023A2.9578,2.9578,0,0,0,15,12a2.9578,2.9578,0,0,0-.0413-.4087L18.9626,9.189A2.9909,2.9909,0,1,0,18,7a2.9345,2.9345,0,0,0,.0415.4092L14.0376,9.8115a3,3,0,1,0,0,4.377l4.0039,2.4023A2.9345,2.9345,0,0,0,18,17a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,6Zm-9,7a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,12,13Zm9,5a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,21,18Z"
1363
1371
  })), children);
1364
1372
  });
1365
1373
  if (process.env.NODE_ENV !== "production") {
1366
- PageFirst.propTypes = iconPropTypes4cbeb95d.i;
1374
+ ObjectStorageAlt.propTypes = iconPropTypes4cbeb95d.i;
1367
1375
  }
1368
- const PageLast = /*#__PURE__*/React.forwardRef(function PageLast(_ref59, ref) {
1376
+ const ObservedHail = /*#__PURE__*/React.forwardRef(function ObservedHail(_ref59, ref) {
1369
1377
  let {
1370
1378
  children,
1371
1379
  size = 16,
@@ -1379,14 +1387,32 @@ const PageLast = /*#__PURE__*/React.forwardRef(function PageLast(_ref59, ref) {
1379
1387
  viewBox: "0 0 32 32",
1380
1388
  fill: "currentColor",
1381
1389
  ...rest
1382
- }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1383
- d: "M18 16L8 26 6.6 24.6 15.2 16 6.6 7.4 8 6zM22 4H24V28H22z"
1390
+ }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1391
+ d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
1392
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1393
+ cx: "13.5",
1394
+ cy: "23.5",
1395
+ r: "1.5"
1396
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1397
+ cx: "10.5",
1398
+ cy: "19.5",
1399
+ r: "1.5"
1400
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
1401
+ cx: "16.5",
1402
+ cy: "19.5",
1403
+ r: "1.5"
1404
+ })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1405
+ d: "M11.964 14.5H17.036V16.499H11.964z",
1406
+ transform: "rotate(-45 14.5 15.5)"
1407
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1408
+ d: "M17.964 14.5H23.035999999999998V16.499H17.964z",
1409
+ transform: "rotate(-45 20.5 15.5)"
1384
1410
  })), children);
1385
1411
  });
1386
1412
  if (process.env.NODE_ENV !== "production") {
1387
- PageLast.propTypes = iconPropTypes4cbeb95d.i;
1413
+ ObservedHail.propTypes = iconPropTypes4cbeb95d.i;
1388
1414
  }
1389
- const PageBreak = /*#__PURE__*/React.forwardRef(function PageBreak(_ref60, ref) {
1415
+ const ObservedLightning = /*#__PURE__*/React.forwardRef(function ObservedLightning(_ref60, ref) {
1390
1416
  let {
1391
1417
  children,
1392
1418
  size = 16,
@@ -1400,14 +1426,16 @@ const PageBreak = /*#__PURE__*/React.forwardRef(function PageBreak(_ref60, ref)
1400
1426
  viewBox: "0 0 32 32",
1401
1427
  fill: "currentColor",
1402
1428
  ...rest
1403
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1404
- d: "M2 18H6V20H2zM26 18H30V20H26zM24 22v6H8V22H6v6a2.0058 2.0058 0 002 2H24a2.0058 2.0058 0 002-2V22zM8 16V4h8v6a2.0058 2.0058 0 002 2h6v4h2V10a.9092.9092 0 00-.3-.7l-7-7A.9087.9087 0 0018 2H8A2.0058 2.0058 0 006 4V16zM18 4.4L23.6 10H18zM10 18H14V20H10zM18 18H22V20H18z"
1429
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1430
+ d: "M15.67 24L13.934 23 16.221 19 12.332 19 16.325 12 18.062 13 15.778 17 19.668 17 15.67 24z"
1431
+ })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1432
+ d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
1405
1433
  })), children);
1406
1434
  });
1407
1435
  if (process.env.NODE_ENV !== "production") {
1408
- PageBreak.propTypes = iconPropTypes4cbeb95d.i;
1436
+ ObservedLightning.propTypes = iconPropTypes4cbeb95d.i;
1409
1437
  }
1410
- const PageNumber = /*#__PURE__*/React.forwardRef(function PageNumber(_ref61, ref) {
1438
+ const Omega = /*#__PURE__*/React.forwardRef(function Omega(_ref61, ref) {
1411
1439
  let {
1412
1440
  children,
1413
1441
  size = 16,
@@ -1421,16 +1449,14 @@ const PageNumber = /*#__PURE__*/React.forwardRef(function PageNumber(_ref61, ref
1421
1449
  viewBox: "0 0 32 32",
1422
1450
  fill: "currentColor",
1423
1451
  ...rest
1424
- }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1425
- d: "M22 26L16 26 16 20 20 20 20 18 16 18 16 16 22 16 22 22 18 22 18 24 22 24 22 26z"
1426
- })), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1427
- d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z"
1452
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1453
+ d: "M22.7373,25A14.3093,14.3093,0,0,0,27,15C27,8.42,22.58,4,16,4S5,8.42,5,15A14.3093,14.3093,0,0,0,9.2627,25H4v2h8V24.7617A12.5683,12.5683,0,0,1,7,15c0-5.4673,3.5327-9,9-9s9,3.5327,9,9a12.5683,12.5683,0,0,1-5,9.7617V27h8V25Z"
1428
1454
  })), children);
1429
1455
  });
1430
1456
  if (process.env.NODE_ENV !== "production") {
1431
- PageNumber.propTypes = iconPropTypes4cbeb95d.i;
1457
+ Omega.propTypes = iconPropTypes4cbeb95d.i;
1432
1458
  }
1433
- const WatsonHealthPageScroll = /*#__PURE__*/React.forwardRef(function WatsonHealthPageScroll(_ref62, ref) {
1459
+ const Opacity = /*#__PURE__*/React.forwardRef(function Opacity(_ref62, ref) {
1434
1460
  let {
1435
1461
  children,
1436
1462
  size = 16,
@@ -1444,18 +1470,14 @@ const WatsonHealthPageScroll = /*#__PURE__*/React.forwardRef(function WatsonHeal
1444
1470
  viewBox: "0 0 32 32",
1445
1471
  fill: "currentColor",
1446
1472
  ...rest
1447
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1448
- d: "M16,28H4a1.89,1.89,0,0,1-2-2V14a1.89,1.89,0,0,1,2-2H16a1.89,1.89,0,0,1,2,2V26A1.89,1.89,0,0,1,16,28ZM4,14V26H16V14Z"
1449
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1450
- d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z"
1451
- })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1452
- d: "M26 14H24V6H16V4h8a1.89 1.89 0 012 2zM24 17L24 19 26.8 19 22 24.4 22 22 20 22 20 28 26 28 26 26 23.2 26 28 20.6 28 23 30 23 30 17 24 17z"
1473
+ }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1474
+ d: "M6 6H10V10H6zM10 10H14V14H10zM14 6H18V10H14zM22 6H26V10H22zM6 14H10V18H6zM14 14H18V18H14zM22 14H26V18H22zM6 22H10V26H6zM14 22H18V26H14zM22 22H26V26H22zM18 10H22V14H18zM10 18H14V22H10zM18 18H22V22H18z"
1453
1475
  })), children);
1454
1476
  });
1455
1477
  if (process.env.NODE_ENV !== "production") {
1456
- WatsonHealthPageScroll.propTypes = iconPropTypes4cbeb95d.i;
1478
+ Opacity.propTypes = iconPropTypes4cbeb95d.i;
1457
1479
  }
1458
- const PaintBrush = /*#__PURE__*/React.forwardRef(function PaintBrush(_ref63, ref) {
1480
+ const OpenPanelBottom = /*#__PURE__*/React.forwardRef(function OpenPanelBottom(_ref63, ref) {
1459
1481
  let {
1460
1482
  children,
1461
1483
  size = 16,
@@ -1469,14 +1491,14 @@ const PaintBrush = /*#__PURE__*/React.forwardRef(function PaintBrush(_ref63, ref
1469
1491
  viewBox: "0 0 32 32",
1470
1492
  fill: "currentColor",
1471
1493
  ...rest
1472
- }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1473
- d: "M28.83,23.17,23,17.33V13a1,1,0,0,0-.29-.71l-10-10a1,1,0,0,0-1.42,0l-9,9a1,1,0,0,0,0,1.42l10,10A1,1,0,0,0,13,23h4.34l5.83,5.84a4,4,0,0,0,5.66-5.66ZM6,10.41l2.29,2.3,1.42-1.42L7.41,9,9,7.41l4.29,4.3,1.42-1.42L10.41,6,12,4.41,18.59,11,11,18.59,4.41,12Zm21.41,17a2,2,0,0,1-2.82,0l-6.13-6.12a1.8,1.8,0,0,0-.71-.29H13.41l-1-1L20,12.41l1,1v4.34a1,1,0,0,0,.29.7l6.12,6.14a2,2,0,0,1,0,2.82Z"
1494
+ }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1495
+ d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V18H4V6ZM4,26V20H28v6Z"
1474
1496
  })), children);
1475
1497
  });
1476
1498
  if (process.env.NODE_ENV !== "production") {
1477
- PaintBrush.propTypes = iconPropTypes4cbeb95d.i;
1499
+ OpenPanelBottom.propTypes = iconPropTypes4cbeb95d.i;
1478
1500
  }
1479
- const PaintBrushAlt = /*#__PURE__*/React.forwardRef(function PaintBrushAlt(_ref64, ref) {
1501
+ const OpenPanelFilledBottom = /*#__PURE__*/React.forwardRef(function OpenPanelFilledBottom(_ref64, ref) {
1480
1502
  let {
1481
1503
  children,
1482
1504
  size = 16,
@@ -1490,14 +1512,14 @@ const PaintBrushAlt = /*#__PURE__*/React.forwardRef(function PaintBrushAlt(_ref6
1490
1512
  viewBox: "0 0 32 32",
1491
1513
  fill: "currentColor",
1492
1514
  ...rest
1493
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1494
- d: "M28.8281,3.1719a4.0941,4.0941,0,0,0-5.6562,0L4.05,22.292A6.9537,6.9537,0,0,0,2,27.2412V30H4.7559a6.9523,6.9523,0,0,0,4.95-2.05L28.8281,8.8286a3.999,3.999,0,0,0,0-5.6567ZM10.91,18.26l2.8286,2.8286L11.6172,23.21,8.7886,20.3818ZM8.2915,26.5356A4.9665,4.9665,0,0,1,4.7559,28H4v-.7588a4.9671,4.9671,0,0,1,1.4644-3.5351l1.91-1.91,2.8286,2.8281ZM27.4141,7.4141,15.1528,19.6748l-2.8286-2.8286,12.2617-12.26a2.0473,2.0473,0,0,1,2.8282,0,1.9995,1.9995,0,0,1,0,2.8282Z"
1515
+ }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1516
+ d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V18H4V6Z"
1495
1517
  })), children);
1496
1518
  });
1497
1519
  if (process.env.NODE_ENV !== "production") {
1498
- PaintBrushAlt.propTypes = iconPropTypes4cbeb95d.i;
1520
+ OpenPanelFilledBottom.propTypes = iconPropTypes4cbeb95d.i;
1499
1521
  }
1500
- const PalmTree = /*#__PURE__*/React.forwardRef(function PalmTree(_ref65, ref) {
1522
+ const OpenPanelFilledLeft = /*#__PURE__*/React.forwardRef(function OpenPanelFilledLeft(_ref65, ref) {
1501
1523
  let {
1502
1524
  children,
1503
1525
  size = 16,
@@ -1511,14 +1533,14 @@ const PalmTree = /*#__PURE__*/React.forwardRef(function PalmTree(_ref65, ref) {
1511
1533
  viewBox: "0 0 32 32",
1512
1534
  fill: "currentColor",
1513
1535
  ...rest
1514
- }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1515
- d: "M18.57,28C17.897,26.7251,16,22.2261,16,12v-.1313l1.1172.7446A6.4613,6.4613,0,0,1,20,18h2a8.457,8.457,0,0,0-3.7734-7.0508L16.8027,10h1.5308a7.04,7.04,0,0,1,4.2,1.4L24.4,12.8l1.2-1.6L23.7334,9.8a9.06,9.06,0,0,0-5.4-1.8H17.1172A7.0306,7.0306,0,0,1,22,6h2V4H22a9.035,9.035,0,0,0-7,3.3643A9.035,9.035,0,0,0,8,4H6V6H8a7.0306,7.0306,0,0,1,4.8828,2H11.6665a9.06,9.06,0,0,0-5.4,1.8L4.4,11.2l1.2,1.6L7.4668,11.4a7.04,7.04,0,0,1,4.2-1.4h1.5308l-1.4239.9492A8.457,8.457,0,0,0,8,18h2a6.4613,6.4613,0,0,1,2.8828-5.3867L14,11.8687V12c0,8.9438,1.4116,13.7646,2.3611,16H2v2H30V28Z"
1536
+ }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1537
+ d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,22H12V6H28Z"
1516
1538
  })), children);
1517
1539
  });
1518
1540
  if (process.env.NODE_ENV !== "production") {
1519
- PalmTree.propTypes = iconPropTypes4cbeb95d.i;
1541
+ OpenPanelFilledLeft.propTypes = iconPropTypes4cbeb95d.i;
1520
1542
  }
1521
- const PanHorizontal = /*#__PURE__*/React.forwardRef(function PanHorizontal(_ref66, ref) {
1543
+ const OpenPanelFilledRight = /*#__PURE__*/React.forwardRef(function OpenPanelFilledRight(_ref66, ref) {
1522
1544
  let {
1523
1545
  children,
1524
1546
  size = 16,
@@ -1532,14 +1554,14 @@ const PanHorizontal = /*#__PURE__*/React.forwardRef(function PanHorizontal(_ref6
1532
1554
  viewBox: "0 0 32 32",
1533
1555
  fill: "currentColor",
1534
1556
  ...rest
1535
- }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1536
- d: "M24 10L22.586 11.414 26.172 15 5.828 15 9.414 11.414 8 10 2 16 8 22 9.414 20.586 5.828 17 26.172 17 22.586 20.586 24 22 30 16 24 10z"
1557
+ }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1558
+ d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6H20V26H4Z"
1537
1559
  })), children);
1538
1560
  });
1539
1561
  if (process.env.NODE_ENV !== "production") {
1540
- PanHorizontal.propTypes = iconPropTypes4cbeb95d.i;
1562
+ OpenPanelFilledRight.propTypes = iconPropTypes4cbeb95d.i;
1541
1563
  }
1542
- const PanVertical = /*#__PURE__*/React.forwardRef(function PanVertical(_ref67, ref) {
1564
+ const OpenPanelFilledTop = /*#__PURE__*/React.forwardRef(function OpenPanelFilledTop(_ref67, ref) {
1543
1565
  let {
1544
1566
  children,
1545
1567
  size = 16,
@@ -1553,14 +1575,14 @@ const PanVertical = /*#__PURE__*/React.forwardRef(function PanVertical(_ref67, r
1553
1575
  viewBox: "0 0 32 32",
1554
1576
  fill: "currentColor",
1555
1577
  ...rest
1556
- }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1557
- d: "M10 8L11.414 9.414 15 5.828 15 26.172 11.414 22.586 10 24 16 30 22 24 20.586 22.586 17 26.172 17 5.828 20.586 9.414 22 8 16 2 10 8z"
1578
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1579
+ d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,26V14H28V26Z"
1558
1580
  })), children);
1559
1581
  });
1560
1582
  if (process.env.NODE_ENV !== "production") {
1561
- PanVertical.propTypes = iconPropTypes4cbeb95d.i;
1583
+ OpenPanelFilledTop.propTypes = iconPropTypes4cbeb95d.i;
1562
1584
  }
1563
- const PanelExpansion = /*#__PURE__*/React.forwardRef(function PanelExpansion(_ref68, ref) {
1585
+ const OpenPanelLeft = /*#__PURE__*/React.forwardRef(function OpenPanelLeft(_ref68, ref) {
1564
1586
  let {
1565
1587
  children,
1566
1588
  size = 16,
@@ -1574,14 +1596,14 @@ const PanelExpansion = /*#__PURE__*/React.forwardRef(function PanelExpansion(_re
1574
1596
  viewBox: "0 0 32 32",
1575
1597
  fill: "currentColor",
1576
1598
  ...rest
1577
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1578
- d: "M12 6H6A2 2 0 004 8v6a2 2 0 002 2h6a2 2 0 002-2V8A2 2 0 0012 6zM6 14V8h6v6zM26 6H20a2 2 0 00-2 2V24a2 2 0 002 2h6a2 2 0 002-2V8A2 2 0 0026 6zM20 24V8h6V24z"
1599
+ }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1600
+ d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6h6V26H4ZM28,26H12V6H28Z"
1579
1601
  })), children);
1580
1602
  });
1581
1603
  if (process.env.NODE_ENV !== "production") {
1582
- PanelExpansion.propTypes = iconPropTypes4cbeb95d.i;
1604
+ OpenPanelLeft.propTypes = iconPropTypes4cbeb95d.i;
1583
1605
  }
1584
- const Paragraph = /*#__PURE__*/React.forwardRef(function Paragraph(_ref69, ref) {
1606
+ const OpenPanelRight = /*#__PURE__*/React.forwardRef(function OpenPanelRight(_ref69, ref) {
1585
1607
  let {
1586
1608
  children,
1587
1609
  size = 16,
@@ -1595,14 +1617,14 @@ const Paragraph = /*#__PURE__*/React.forwardRef(function Paragraph(_ref69, ref)
1595
1617
  viewBox: "0 0 32 32",
1596
1618
  fill: "currentColor",
1597
1619
  ...rest
1598
- }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1599
- d: "M27,4H13a7,7,0,0,0,0,14V28h2V6h5V28h2V6h5ZM13,16A5,5,0,0,1,13,6Z"
1620
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1621
+ d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6H20V26H4ZM28,26H22V6h6Z"
1600
1622
  })), children);
1601
1623
  });
1602
1624
  if (process.env.NODE_ENV !== "production") {
1603
- Paragraph.propTypes = iconPropTypes4cbeb95d.i;
1625
+ OpenPanelRight.propTypes = iconPropTypes4cbeb95d.i;
1604
1626
  }
1605
- const Parameter = /*#__PURE__*/React.forwardRef(function Parameter(_ref70, ref) {
1627
+ const OpenPanelTop = /*#__PURE__*/React.forwardRef(function OpenPanelTop(_ref70, ref) {
1606
1628
  let {
1607
1629
  children,
1608
1630
  size = 16,
@@ -1616,19 +1638,14 @@ const Parameter = /*#__PURE__*/React.forwardRef(function Parameter(_ref70, ref)
1616
1638
  viewBox: "0 0 32 32",
1617
1639
  fill: "currentColor",
1618
1640
  ...rest
1619
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1620
- d: "M28,13V8a2.0023,2.0023,0,0,0-2-2H23V8h3v5a3.9756,3.9756,0,0,0,1.3823,3A3.9756,3.9756,0,0,0,26,19v5H23v2h3a2.0023,2.0023,0,0,0,2-2V19a2.0023,2.0023,0,0,1,2-2V15A2.0023,2.0023,0,0,1,28,13Z"
1621
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1622
- fillRule: "evenodd",
1623
- d: "M17,9l-.857,3h2L19,9h2l-.857,3H22v2H19.572l-1.143,4H21v2H17.857L17,23H15l.857-3h-2L13,23H11l.857-3H10V18h2.429l1.143-4H11V12h3.143L15,9Zm.572,5h-2l-1.143,4h2Z"
1624
- })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1625
- d: "M6,13V8H9V6H6A2.0023,2.0023,0,0,0,4,8v5a2.0023,2.0023,0,0,1-2,2v2a2.0023,2.0023,0,0,1,2,2v5a2.0023,2.0023,0,0,0,2,2H9V24H6V19a3.9756,3.9756,0,0,0-1.3823-3A3.9756,3.9756,0,0,0,6,13Z"
1641
+ }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1642
+ d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2v6H4V6ZM4,26V14H28V26Z"
1626
1643
  })), children);
1627
1644
  });
1628
1645
  if (process.env.NODE_ENV !== "production") {
1629
- Parameter.propTypes = iconPropTypes4cbeb95d.i;
1646
+ OpenPanelTop.propTypes = iconPropTypes4cbeb95d.i;
1630
1647
  }
1631
- const ParentChild = /*#__PURE__*/React.forwardRef(function ParentChild(_ref71, ref) {
1648
+ const QOperation = /*#__PURE__*/React.forwardRef(function QOperation(_ref71, ref) {
1632
1649
  let {
1633
1650
  children,
1634
1651
  size = 16,
@@ -1642,14 +1659,16 @@ const ParentChild = /*#__PURE__*/React.forwardRef(function ParentChild(_ref71, r
1642
1659
  viewBox: "0 0 32 32",
1643
1660
  fill: "currentColor",
1644
1661
  ...rest
1645
- }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1646
- d: "M28,12a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4v6a2,2,0,0,0,2,2H15v4H9a2,2,0,0,0-2,2v4H4a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V24a2,2,0,0,0-2-2H9V18H23v4H20a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V24a2,2,0,0,0-2-2H25V18a2,2,0,0,0-2-2H17V12ZM12,28H4V24h8Zm16,0H20V24h8ZM4,4H28v6H4Z"
1662
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1663
+ d: "M23 26L21 26 26 16 21 6 23 6 28 16 23 26zM4 6H6V26H4zM16 9H12a2 2 0 00-2 2V21a2 2 0 002 2h4a2 2 0 002-2V11A2 2 0 0016 9zm0 12H12V11h4z"
1664
+ })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1665
+ d: "M13 15H15V17H13z"
1647
1666
  })), children);
1648
1667
  });
1649
1668
  if (process.env.NODE_ENV !== "production") {
1650
- ParentChild.propTypes = iconPropTypes4cbeb95d.i;
1669
+ QOperation.propTypes = iconPropTypes4cbeb95d.i;
1651
1670
  }
1652
- const PartDefinition = /*#__PURE__*/React.forwardRef(function PartDefinition(_ref72, ref) {
1671
+ const QOperationGauge = /*#__PURE__*/React.forwardRef(function QOperationGauge(_ref72, ref) {
1653
1672
  let {
1654
1673
  children,
1655
1674
  size = 16,
@@ -1663,18 +1682,14 @@ const PartDefinition = /*#__PURE__*/React.forwardRef(function PartDefinition(_re
1663
1682
  viewBox: "0 0 32 32",
1664
1683
  fill: "currentColor",
1665
1684
  ...rest
1666
- }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1667
- strokeWidth: "0",
1668
- d: "M20.8336 16.8081c-2.4408 0-3.8336.9114-3.8336 2.7507 0 1.5986 1.0315 2.6477 2.854 2.6477 1.3408 0 2.321-.6019 2.613-1.7539h.1034c.1371.9285.7216 1.5474 1.6675 1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052 0-2.8539.6879-3.5073 1.7194l1.3068 1.1689c.4296-.6189 1.0144-1.1344 2.0454-1.1344 1.1694 0 1.668.5844 1.668 1.5817v.6531h-1.5304zm1.5304 2.51c0 .8425-.7908 1.2893-1.7705 1.2893-.8601 0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002 1.7194-1.1002h1.4098v1.1862zM9.272 17.427h3.1287c2.218 0 3.5588-1.4785 3.5588-3.7133 0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573zm0-5.4501h2.9225c.8767 0 1.4098.4642 1.4098 1.3414v.7908c0 .8767-.5331 1.358-1.4098 1.358h-2.9225v-3.4902z"
1669
- })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1670
- strokeWidth: "0",
1671
- d: "m2,4v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2Zm26,24H4V4h24v24Z"
1685
+ }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1686
+ d: "M30 4L24 4 24 6 27.75 6 24 10 24 12 30 12 30 10 26.38 10 30 6 30 4zM20 17.62L22.08 14l-1.73-1-2.18 3.76A12 12 0 002 28H4a10 10 0 0113.16-9.48L14 24a2 2 0 102 2 2 2 0 00-.27-1L19 19.35A10 10 0 0124 28h2A12 12 0 0020 17.62z"
1672
1687
  })), children);
1673
1688
  });
1674
1689
  if (process.env.NODE_ENV !== "production") {
1675
- PartDefinition.propTypes = iconPropTypes4cbeb95d.i;
1690
+ QOperationGauge.propTypes = iconPropTypes4cbeb95d.i;
1676
1691
  }
1677
- const PartUsage = /*#__PURE__*/React.forwardRef(function PartUsage(_ref73, ref) {
1692
+ const QOperationIf = /*#__PURE__*/React.forwardRef(function QOperationIf(_ref73, ref) {
1678
1693
  let {
1679
1694
  children,
1680
1695
  size = 16,
@@ -1688,18 +1703,14 @@ const PartUsage = /*#__PURE__*/React.forwardRef(function PartUsage(_ref73, ref)
1688
1703
  viewBox: "0 0 32 32",
1689
1704
  fill: "currentColor",
1690
1705
  ...rest
1691
- }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1692
- strokeWidth: "0",
1693
- d: "M20.8336 16.8081c-2.4408 0-3.8336.9114-3.8336 2.7507 0 1.5986 1.0315 2.6477 2.854 2.6477 1.3408 0 2.321-.6019 2.613-1.7539h.1034c.1371.9285.7216 1.5474 1.6675 1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052 0-2.8539.6879-3.5073 1.7194l1.3068 1.1689c.4296-.6189 1.0144-1.1344 2.0454-1.1344 1.1694 0 1.668.5844 1.668 1.5817v.6531h-1.5304zm1.5304 2.51c0 .8425-.7908 1.2893-1.7705 1.2893-.8601 0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002 1.7194-1.1002h1.4098v1.1862zM9.272 17.427h3.1287c2.218 0 3.5588-1.4785 3.5588-3.7133 0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573zm0-5.4501h2.9225c.8767 0 1.4098.4642 1.4098 1.3414v.7908c0 .8767-.5331 1.358-1.4098 1.358h-2.9225v-3.4902z"
1694
- })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1695
- strokeWidth: "0",
1696
- d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
1706
+ }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1707
+ d: "M12 13H14V23H12zM12 9H14V11H12zM23 11V9H20a2 2 0 00-2 2v2H16v2h2v8h2V15h3V13H20V11z"
1697
1708
  })), children);
1698
1709
  });
1699
1710
  if (process.env.NODE_ENV !== "production") {
1700
- PartUsage.propTypes = iconPropTypes4cbeb95d.i;
1711
+ QOperationIf.propTypes = iconPropTypes4cbeb95d.i;
1701
1712
  }
1702
- const PartitionAuto = /*#__PURE__*/React.forwardRef(function PartitionAuto(_ref74, ref) {
1713
+ const OperationsField = /*#__PURE__*/React.forwardRef(function OperationsField(_ref74, ref) {
1703
1714
  let {
1704
1715
  children,
1705
1716
  size = 16,
@@ -1713,14 +1724,25 @@ const PartitionAuto = /*#__PURE__*/React.forwardRef(function PartitionAuto(_ref7
1713
1724
  viewBox: "0 0 32 32",
1714
1725
  fill: "currentColor",
1715
1726
  ...rest
1716
- }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1717
- d: "M26 19c-2.2056 0-4 1.7944-4 4 0 .6836.1882 1.3174.4917 1.8809-1.8762 1.3726-4.146 2.1191-6.4917 2.1191-6.0654 0-11-4.9346-11-11h-2c0 7.168 5.8318 13 13 13 2.8455 0 5.5923-.936 7.8433-2.6416.6235.4019 1.3613.6416 2.1567.6416 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM16 3c-2.8455 0-5.5923.936-7.8433 2.6416-.6235-.4019-1.3613-.6416-2.1567-.6416-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4c0-.6836-.1882-1.3174-.4917-1.8809 1.8762-1.3726 4.146-2.1191 6.4917-2.1191 6.0654 0 11 4.9346 11 11h2c0-7.168-5.8318-13-13-13zM6 11c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
1727
+ }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1728
+ d: "M16 6H26V8H16z",
1729
+ transform: "rotate(-90 21 7)"
1730
+ })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1731
+ d: "M20 6H30V8H20z",
1732
+ transform: "rotate(-90 25 7)"
1733
+ })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1734
+ d: "M24 6H34V8H24z",
1735
+ transform: "rotate(-90 29 7)"
1736
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1737
+ d: "M16,20a3.9123,3.9123,0,0,1-4-4,3.9123,3.9123,0,0,1,4-4V10a6,6,0,1,0,6,6H20A3.9123,3.9123,0,0,1,16,20Z"
1738
+ })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1739
+ d: "M28.8928,18.4536,26.0979,16,24.78,17.5044l2.7922,2.4517-2.36,4.0878-3.4273-1.1591a9.0315,9.0315,0,0,1-2.7143,1.5644L18.36,28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H16V2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18.36a2,2,0,0,0,1.9611-1.6079l.5037-2.5186a10.9666,10.9666,0,0,0,1.3267-.7534l2.4194.8184a1.9977,1.9977,0,0,0,2.3728-.8946l2.3606-4.0878A2.0006,2.0006,0,0,0,28.8928,18.4536Z"
1718
1740
  })), children);
1719
1741
  });
1720
1742
  if (process.env.NODE_ENV !== "production") {
1721
- PartitionAuto.propTypes = iconPropTypes4cbeb95d.i;
1743
+ OperationsField.propTypes = iconPropTypes4cbeb95d.i;
1722
1744
  }
1723
- const PartitionCollection = /*#__PURE__*/React.forwardRef(function PartitionCollection(_ref75, ref) {
1745
+ const OperationsRecord = /*#__PURE__*/React.forwardRef(function OperationsRecord(_ref75, ref) {
1724
1746
  let {
1725
1747
  children,
1726
1748
  size = 16,
@@ -1734,14 +1756,16 @@ const PartitionCollection = /*#__PURE__*/React.forwardRef(function PartitionColl
1734
1756
  viewBox: "0 0 32 32",
1735
1757
  fill: "currentColor",
1736
1758
  ...rest
1737
- }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1738
- d: "M26 12c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-5.4143 5.4141H2v2h10.5857c.5344 0 1.0366-.208 1.4143-.5859l5.4143-5.4141h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM16.1717 14.5859l-3.5859-3.5859H2v-2h10.5857c.5344 0 1.0366.208 1.4143.5859l3.5859 3.5859-1.4143 1.4141z"
1759
+ }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1760
+ d: "M20 20H30V22H20zM20 24H30V26H20zM20 28H30V30H20zM16 20a3.9123 3.9123 0 01-4-4 3.9123 3.9123 0 014-4 3.9123 3.9123 0 014 4h2a6 6 0 10-6 6z"
1761
+ })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1762
+ d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H16V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z"
1739
1763
  })), children);
1740
1764
  });
1741
1765
  if (process.env.NODE_ENV !== "production") {
1742
- PartitionCollection.propTypes = iconPropTypes4cbeb95d.i;
1766
+ OperationsRecord.propTypes = iconPropTypes4cbeb95d.i;
1743
1767
  }
1744
- const PartitionRepartition = /*#__PURE__*/React.forwardRef(function PartitionRepartition(_ref76, ref) {
1768
+ const OrderDetails = /*#__PURE__*/React.forwardRef(function OrderDetails(_ref76, ref) {
1745
1769
  let {
1746
1770
  children,
1747
1771
  size = 16,
@@ -1755,21 +1779,34 @@ const PartitionRepartition = /*#__PURE__*/React.forwardRef(function PartitionRep
1755
1779
  viewBox: "0 0 32 32",
1756
1780
  fill: "currentColor",
1757
1781
  ...rest
1758
- }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1759
- d: "M26 6c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-3.5864 3.5864 1.4141 1.4141 3.5867-3.5864h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM10.1716 17.4141l-3.5859 3.5859H2v2h4.5857c.5344 0 1.0366-.208 1.4143-.5859l3.5859-3.5859-1.4143-1.4141z"
1760
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1761
- d: "m26,18c-1.8584,0-3.4106,1.2798-3.8579,3h-2.728l-11.4141-11.4141c-.3777-.3779-.8799-.5859-1.4143-.5859H2v2h4.5859l11.4141,11.4141c.3777.3779.8799.5859,1.4143.5859h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
1782
+ }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1783
+ d: "M19 21H13a3 3 0 00-3 3v2h2V24a1 1 0 011-1h6a1 1 0 011 1v2h2V24A3 3 0 0019 21zM16 20a4 4 0 10-4-4A4 4 0 0016 20zm0-6a2 2 0 11-2 2A2 2 0 0116 14z"
1784
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1785
+ d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
1762
1786
  })), children);
1763
1787
  });
1764
1788
  if (process.env.NODE_ENV !== "production") {
1765
- PartitionRepartition.propTypes = iconPropTypes4cbeb95d.i;
1789
+ OrderDetails.propTypes = iconPropTypes4cbeb95d.i;
1766
1790
  }
1767
- const PartitionSame = /*#__PURE__*/React.forwardRef(function PartitionSame(_ref77, ref) {
1791
+ const Ordinal = /*#__PURE__*/React.forwardRef(function Ordinal(_ref77, ref) {
1768
1792
  let {
1769
1793
  children,
1770
1794
  size = 16,
1771
1795
  ...rest
1772
1796
  } = _ref77;
1797
+ if (size === 16 || size === "16" || size === "16px") {
1798
+ return /*#__PURE__*/React.createElement(Icon.default, {
1799
+ width: size,
1800
+ height: size,
1801
+ ref: ref,
1802
+ xmlns: "http://www.w3.org/2000/svg",
1803
+ viewBox: "0 0 16 16",
1804
+ fill: "currentColor",
1805
+ ...rest
1806
+ }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1807
+ d: "M1,13 L1,12 L3,12 L3,9 L5.999,9 L6,6 L9,6 L9,3 L13,3 L13,12 L15,12 L15,13 L1,13 Z M5.999,10 L4,10 L4,12 L5.999,12 L5.999,10 Z M8.999,7 L6.999,7 L6.999,9 L7,9 L7,12 L8.999,12 L8.999,7 Z M12,4 L10,4 L10,12 L12,12 L12,4 Z"
1808
+ })), children);
1809
+ }
1773
1810
  return /*#__PURE__*/React.createElement(Icon.default, {
1774
1811
  width: size,
1775
1812
  height: size,
@@ -1778,14 +1815,14 @@ const PartitionSame = /*#__PURE__*/React.forwardRef(function PartitionSame(_ref7
1778
1815
  viewBox: "0 0 32 32",
1779
1816
  fill: "currentColor",
1780
1817
  ...rest
1781
- }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1782
- d: "M26 18c-1.8584 0-3.4106 1.2798-3.8579 3H2v2h20.1421c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM26 6c-1.8584 0-3.4106 1.2798-3.8579 3H2v2h20.1421c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
1818
+ }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1819
+ d: "M26,26V4H18v6H12v6H6V26H2v2H30V26ZM8,26V18h4v8Zm6,0V12h4V26Zm6,0V6h4V26Z"
1783
1820
  })), children);
1784
1821
  });
1785
1822
  if (process.env.NODE_ENV !== "production") {
1786
- PartitionSame.propTypes = iconPropTypes4cbeb95d.i;
1823
+ Ordinal.propTypes = iconPropTypes4cbeb95d.i;
1787
1824
  }
1788
- const PartitionSpecific = /*#__PURE__*/React.forwardRef(function PartitionSpecific(_ref78, ref) {
1825
+ const Outage = /*#__PURE__*/React.forwardRef(function Outage(_ref78, ref) {
1789
1826
  let {
1790
1827
  children,
1791
1828
  size = 16,
@@ -1799,14 +1836,16 @@ const PartitionSpecific = /*#__PURE__*/React.forwardRef(function PartitionSpecif
1799
1836
  viewBox: "0 0 32 32",
1800
1837
  fill: "currentColor",
1801
1838
  ...rest
1802
- }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1803
- d: "M26 18c-1.8584 0-3.4106 1.2798-3.8579 3h-2.728l-5.4141-5.4141c-.3777-.3779-.8799-.5859-1.4143-.5859H2v2h10.5859l5.4141 5.4141c.3777.3779.8799.5859 1.4143.5859h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM26 6c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-3.5864 3.5864 1.4141 1.4141 3.5867-3.5864h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
1839
+ }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1840
+ d: "M12 24H21V26H12zM13 28H19V30H13z"
1841
+ })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1842
+ d: "M8.7832 18.9746l1.4177-1.418A6.9206 6.9206 0 018 12 7.99 7.99 0 0121.5273 6.2305l1.4136-1.4136A9.9884 9.9884 0 006 12 8.9411 8.9411 0 008.7832 18.9746zM30 3.4141L28.5859 2 2 28.5859 3.4141 30 23.6606 9.7534A7.7069 7.7069 0 0124 12a7.2032 7.2032 0 01-2.8223 6.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.193 9.193 0 0026 12a9.8739 9.8739 0 00-.7764-3.81z"
1804
1843
  })), children);
1805
1844
  });
1806
1845
  if (process.env.NODE_ENV !== "production") {
1807
- PartitionSpecific.propTypes = iconPropTypes4cbeb95d.i;
1846
+ Outage.propTypes = iconPropTypes4cbeb95d.i;
1808
1847
  }
1809
- const PartlyCloudy = /*#__PURE__*/React.forwardRef(function PartlyCloudy(_ref79, ref) {
1848
+ const OutlookSevere = /*#__PURE__*/React.forwardRef(function OutlookSevere(_ref79, ref) {
1810
1849
  let {
1811
1850
  children,
1812
1851
  size = 16,
@@ -1820,27 +1859,19 @@ const PartlyCloudy = /*#__PURE__*/React.forwardRef(function PartlyCloudy(_ref79,
1820
1859
  viewBox: "0 0 32 32",
1821
1860
  fill: "currentColor",
1822
1861
  ...rest
1823
- }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1824
- d: "M27 15H31V17H27z"
1825
- })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1826
- d: "M23.086 5.794H27.329V7.794H23.086z",
1827
- transform: "rotate(-45 25.207 6.794)"
1828
- })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1829
- d: "M15 1H17V5H15z"
1830
- })), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1831
- d: "M4.672 24.208H8.915V26.208H4.672z",
1832
- transform: "rotate(-45 6.793 25.208)"
1833
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1834
- d: "M5.793 4.672H7.793V8.915H5.793z",
1835
- transform: "rotate(-45 6.793 6.794)"
1836
- })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1837
- d: "M1 15H5V17H1zM26.7939 20.3418a6.9617 6.9617 0 00-1.8681-3.2671A8.485 8.485 0 0025 16a9 9 0 10-14.585 7.0332A4.9771 4.9771 0 0015 30H25a4.9947 4.9947 0 001.7939-9.6582zM9 16a6.9955 6.9955 0 0113.9849-.2969A6.8883 6.8883 0 0020 15a7.04 7.04 0 00-6.7944 5.3418A4.986 4.986 0 0011.5618 21.39 6.9675 6.9675 0 019 16zM25 28H15a2.9945 2.9945 0 01-.6963-5.9082l.6587-.1572.0986-.67a4.9923 4.9923 0 019.878 0l.0986.6695.6587.1572A2.9945 2.9945 0 0125 28z"
1862
+ }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1863
+ fill: "none",
1864
+ d: "M15.1249,19h1.75v5.5h-1.75ZM17,27a1,1,0,1,0-1,1A1,1,0,0,0,17,27Z"
1865
+ })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1866
+ d: "M24.9084,28.94,16.8318,14.4878a.9531.9531,0,0,0-1.6636,0L7.0916,28.94A.7122.7122,0,0,0,7.7134,30H24.2867A.7121.7121,0,0,0,24.9084,28.94ZM15.125,19h1.75v5.5h-1.75ZM16,28a1,1,0,1,1,1-1A1,1,0,0,1,16,28Z"
1867
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1868
+ d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0,6.4926,6.4926,0,0,0,.9153,12.8443L9.2217,20H8.5a4.48,4.48,0,0,1-3.3693-7.4556l5.297,5.2964,1.013-1.8135-4.66-4.6606A4.402,4.402,0,0,1,8.144,11.019l.8155-.0639.0991-.812c.0237-.1944.0581-.3848.0972-.5733l3.78,3.7808,1.0138-1.815L9.936,7.522a7.0212,7.0212,0,0,1,1.9754-2.1968L25.8861,19.3A4.4594,4.4594,0,0,1,23.5,20h-.7239l1.107,1.98a6.4927,6.4927,0,0,0,.9177-12.8443Zm2.4994,8.75L13.7823,4.3682a6.9736,6.9736,0,0,1,9.16,5.7749l.0986.812.8154.0639A4.5171,4.5171,0,0,1,28,15.5,4.46,4.46,0,0,1,27.3,17.8862Z"
1838
1869
  })), children);
1839
1870
  });
1840
1871
  if (process.env.NODE_ENV !== "production") {
1841
- PartlyCloudy.propTypes = iconPropTypes4cbeb95d.i;
1872
+ OutlookSevere.propTypes = iconPropTypes4cbeb95d.i;
1842
1873
  }
1843
- const PartlyCloudyNight = /*#__PURE__*/React.forwardRef(function PartlyCloudyNight(_ref80, ref) {
1874
+ const OverflowMenuHorizontal = /*#__PURE__*/React.forwardRef(function OverflowMenuHorizontal(_ref80, ref) {
1844
1875
  let {
1845
1876
  children,
1846
1877
  size = 16,
@@ -1854,14 +1885,24 @@ const PartlyCloudyNight = /*#__PURE__*/React.forwardRef(function PartlyCloudyNig
1854
1885
  viewBox: "0 0 32 32",
1855
1886
  fill: "currentColor",
1856
1887
  ...rest
1857
- }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1858
- d: "M30,19a4.974,4.974,0,0,0-3.2061-4.6582A6.9711,6.9711,0,0,0,13.7578,12.9a13.1418,13.1418,0,0,1,.1314-8.52A1.015,1.015,0,0,0,12.98,3a.9825.9825,0,0,0-.1746.0156A13.0958,13.0958,0,0,0,14.63,28.9971c.164.0063.3281,0,.4907,0a13.0412,13.0412,0,0,0,10.29-5.0386A4.99,4.99,0,0,0,30,19ZM14.7034,26.9976a11.0945,11.0945,0,0,1-3.201-21.584,15.1817,15.1817,0,0,0,.8443,9.3676A4.9877,4.9877,0,0,0,15,24h7.6772a11.0991,11.0991,0,0,1-7.5561,2.9976C14.9827,26.9976,14.8428,27.0024,14.7034,26.9976ZM25,22H15a2.9945,2.9945,0,0,1-.6963-5.9082l.6587-.1572.0986-.67a4.9923,4.9923,0,0,1,9.878.0005l.0986.6695.6587.1572A2.9945,2.9945,0,0,1,25,22Z"
1888
+ }, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
1889
+ cx: "8",
1890
+ cy: "16",
1891
+ r: "2"
1892
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
1893
+ cx: "16",
1894
+ cy: "16",
1895
+ r: "2"
1896
+ })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
1897
+ cx: "24",
1898
+ cy: "16",
1899
+ r: "2"
1859
1900
  })), children);
1860
1901
  });
1861
1902
  if (process.env.NODE_ENV !== "production") {
1862
- PartlyCloudyNight.propTypes = iconPropTypes4cbeb95d.i;
1903
+ OverflowMenuHorizontal.propTypes = iconPropTypes4cbeb95d.i;
1863
1904
  }
1864
- const Partnership = /*#__PURE__*/React.forwardRef(function Partnership(_ref81, ref) {
1905
+ const OverflowMenuVertical = /*#__PURE__*/React.forwardRef(function OverflowMenuVertical(_ref81, ref) {
1865
1906
  let {
1866
1907
  children,
1867
1908
  size = 16,
@@ -1875,14 +1916,24 @@ const Partnership = /*#__PURE__*/React.forwardRef(function Partnership(_ref81, r
1875
1916
  viewBox: "0 0 32 32",
1876
1917
  fill: "currentColor",
1877
1918
  ...rest
1878
- }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1879
- d: "M8 9a4 4 0 114-4A4 4 0 018 9zM8 3a2 2 0 102 2A2 2 0 008 3zM24 9a4 4 0 114-4A4 4 0 0124 9zm0-6a2 2 0 102 2A2 2 0 0024 3zM26 30H22a2 2 0 01-2-2V21h2v7h4V19h2V13a1 1 0 00-1-1H20.58L16 20l-4.58-8H5a1 1 0 00-1 1v6H6v9h4V21h2v7a2 2 0 01-2 2H6a2 2 0 01-2-2V21a2 2 0 01-2-2V13a3 3 0 013-3h7.58L16 16l3.42-6H27a3 3 0 013 3v6a2 2 0 01-2 2v7A2 2 0 0126 30z"
1919
+ }, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
1920
+ cx: "16",
1921
+ cy: "8",
1922
+ r: "2"
1923
+ })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
1924
+ cx: "16",
1925
+ cy: "16",
1926
+ r: "2"
1927
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
1928
+ cx: "16",
1929
+ cy: "24",
1930
+ r: "2"
1880
1931
  })), children);
1881
1932
  });
1882
1933
  if (process.env.NODE_ENV !== "production") {
1883
- Partnership.propTypes = iconPropTypes4cbeb95d.i;
1934
+ OverflowMenuVertical.propTypes = iconPropTypes4cbeb95d.i;
1884
1935
  }
1885
- const PassengerDrinks = /*#__PURE__*/React.forwardRef(function PassengerDrinks(_ref82, ref) {
1936
+ const Overlay = /*#__PURE__*/React.forwardRef(function Overlay(_ref82, ref) {
1886
1937
  let {
1887
1938
  children,
1888
1939
  size = 16,
@@ -1896,16 +1947,14 @@ const PassengerDrinks = /*#__PURE__*/React.forwardRef(function PassengerDrinks(_
1896
1947
  viewBox: "0 0 32 32",
1897
1948
  fill: "currentColor",
1898
1949
  ...rest
1899
- }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1900
- d: "M30 4V2H22V4a3.9906 3.9906 0 003 3.8586V11H23v2h6V11H27V7.8586A3.9906 3.9906 0 0030 4zM10.5 9A3.5 3.5 0 1114 5.5 3.5042 3.5042 0 0110.5 9zm0-5A1.5 1.5 0 1012 5.5 1.5017 1.5017 0 0010.5 4zM22.4746 31.313L19.3408 24H12.2393A4.0073 4.0073 0 018.373 21.0293l-1.6337-6.126a3.8987 3.8987 0 017.5341-2.0092L15.1016 16H21v2H13.5645l-1.2227-4.5908a1.9 1.9 0 00-3.6709.979l1.6338 6.1255A2.0052 2.0052 0 0012.2393 22h8.42l3.6543 8.5254z"
1901
- })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1902
- d: "M18,28H7.7683a2.0025,2.0025,0,0,1-1.9326-1.4849L2.0337,12.2576l1.9326-.5152L7.7683,26H18Z"
1950
+ }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1951
+ d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8ZM4,22V4H22V8H10a2.0023,2.0023,0,0,0-2,2V22Zm18,0H19.4141L10,12.586V10h2.5859l9.4153,9.4156ZM10,15.4141,16.5859,22H10ZM22.001,16.587,15.4141,10H22ZM10,28V24H22a2.0023,2.0023,0,0,0,2-2V10h4V28Z"
1903
1952
  })), children);
1904
1953
  });
1905
1954
  if (process.env.NODE_ENV !== "production") {
1906
- PassengerDrinks.propTypes = iconPropTypes4cbeb95d.i;
1955
+ Overlay.propTypes = iconPropTypes4cbeb95d.i;
1907
1956
  }
1908
- const PassengerPlus = /*#__PURE__*/React.forwardRef(function PassengerPlus(_ref83, ref) {
1957
+ const Package = /*#__PURE__*/React.forwardRef(function Package(_ref83, ref) {
1909
1958
  let {
1910
1959
  children,
1911
1960
  size = 16,
@@ -1919,16 +1968,16 @@ const PassengerPlus = /*#__PURE__*/React.forwardRef(function PassengerPlus(_ref8
1919
1968
  viewBox: "0 0 32 32",
1920
1969
  fill: "currentColor",
1921
1970
  ...rest
1922
- }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1923
- d: "M10.5 9A3.5 3.5 0 1114 5.5 3.5042 3.5042 0 0110.5 9zm0-5A1.5 1.5 0 1012 5.5 1.5017 1.5017 0 0010.5 4zM22.4739 31.313L19.34 24H12.2385a4.0072 4.0072 0 01-3.8662-2.9707l-1.6338-6.126a3.8988 3.8988 0 017.5342-2.0092L15.1008 16H21v2H13.5637l-1.2226-4.5908a1.9 1.9 0 00-3.6709.979l1.6338 6.1255A2.0051 2.0051 0 0012.2385 22h8.42l3.6543 8.5254zM30 6L26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6z"
1924
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1925
- d: "M18,28H7.7676A2.0025,2.0025,0,0,1,5.835,26.5151L2.033,12.2576l1.9326-.5152L7.7676,26H18Z"
1971
+ }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1972
+ d: "M26,30H6a2,2,0,0,1-2-2V16a2,2,0,0,1,2-2H9v2H6V28H26V16H23V14h3a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z"
1973
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1974
+ d: "M13 20H19V22H13zM20.59 8.59L17 12.17 17 2 15 2 15 12.17 11.41 8.59 10 10 16 16 22 10 20.59 8.59z"
1926
1975
  })), children);
1927
1976
  });
1928
1977
  if (process.env.NODE_ENV !== "production") {
1929
- PassengerPlus.propTypes = iconPropTypes4cbeb95d.i;
1978
+ Package.propTypes = iconPropTypes4cbeb95d.i;
1930
1979
  }
1931
- const Password = /*#__PURE__*/React.forwardRef(function Password(_ref84, ref) {
1980
+ const PackageTextAnalysis = /*#__PURE__*/React.forwardRef(function PackageTextAnalysis(_ref84, ref) {
1932
1981
  let {
1933
1982
  children,
1934
1983
  size = 16,
@@ -1942,18 +1991,16 @@ const Password = /*#__PURE__*/React.forwardRef(function Password(_ref84, ref) {
1942
1991
  viewBox: "0 0 32 32",
1943
1992
  fill: "currentColor",
1944
1993
  ...rest
1945
- }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1946
- d: "M21,2a8.9977,8.9977,0,0,0-8.6119,11.6118L2,24v6H8L18.3881,19.6118A9,9,0,1,0,21,2Zm0,16a7.0125,7.0125,0,0,1-2.0322-.3022L17.821,17.35l-.8472.8472-3.1811,3.1812L12.4141,20,11,21.4141l1.3787,1.3786-1.5859,1.586L9.4141,23,8,24.4141l1.3787,1.3786L7.1716,28H4V24.8284l9.8023-9.8023.8472-.8474-.3473-1.1467A7,7,0,1,1,21,18Z"
1947
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
1948
- cx: "22",
1949
- cy: "10",
1950
- r: "2"
1994
+ }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1995
+ d: "M13 22H19V24H13z"
1996
+ })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1997
+ d: "M2 18v2h2v8c0 1.1025.8972 2 2 2h20c1.1028 0 2-.8975 2-2v-8h2v-2H2zm24 10H6v-8h20v8zM29 16h-5c-1.1025 0-2-.8975-2-2v-6c0-1.103.8975-2 2-2h5v2h-5v6h5v2zM18 6h-4v-4h-2v14h6c1.1025 0 2-.8975 2-2v-6c0-1.103-.8975-2-2-2zm-4 8v-6h4v6h-4zM8 6H3v2h5v2h-4c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h6V8c0-1.103-.8975-2-2-2zm0 8h-4v-2h4v2z"
1951
1998
  })), children);
1952
1999
  });
1953
2000
  if (process.env.NODE_ENV !== "production") {
1954
- Password.propTypes = iconPropTypes4cbeb95d.i;
2001
+ PackageTextAnalysis.propTypes = iconPropTypes4cbeb95d.i;
1955
2002
  }
1956
- const Paste = /*#__PURE__*/React.forwardRef(function Paste(_ref85, ref) {
2003
+ const PackageNode = /*#__PURE__*/React.forwardRef(function PackageNode(_ref85, ref) {
1957
2004
  let {
1958
2005
  children,
1959
2006
  size = 16,
@@ -1967,34 +2014,20 @@ const Paste = /*#__PURE__*/React.forwardRef(function Paste(_ref85, ref) {
1967
2014
  viewBox: "0 0 32 32",
1968
2015
  fill: "currentColor",
1969
2016
  ...rest
1970
- }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1971
- d: "M26,20H17.83l2.58-2.59L19,16l-5,5,5,5,1.41-1.41L17.83,22H26v8h2V22A2,2,0,0,0,26,20Z"
1972
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1973
- d: "M23.71,9.29l-7-7A1,1,0,0,0,16,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2h8V28H6V4h8v6a2,2,0,0,0,2,2h6v2h2V10A1,1,0,0,0,23.71,9.29ZM16,4.41,21.59,10H16Z"
2017
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
2018
+ strokeWidth: "0",
2019
+ d: "m28,28H4c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h10c1.1028,0,2,.8972,2,2v4h12c1.1028,0,2,.8972,2,2v14c0,1.1028-.8972,2-2,2ZM4,12v14h24v-14H4Zm0-2h10v-4H4v4Z"
1974
2020
  })), children);
1975
2021
  });
1976
2022
  if (process.env.NODE_ENV !== "production") {
1977
- Paste.propTypes = iconPropTypes4cbeb95d.i;
2023
+ PackageNode.propTypes = iconPropTypes4cbeb95d.i;
1978
2024
  }
1979
- const Pause = /*#__PURE__*/React.forwardRef(function Pause(_ref86, ref) {
2025
+ const PageFirst = /*#__PURE__*/React.forwardRef(function PageFirst(_ref86, ref) {
1980
2026
  let {
1981
2027
  children,
1982
2028
  size = 16,
1983
2029
  ...rest
1984
2030
  } = _ref86;
1985
- if (size === 16 || size === "16" || size === "16px") {
1986
- return /*#__PURE__*/React.createElement(Icon.default, {
1987
- width: size,
1988
- height: size,
1989
- ref: ref,
1990
- xmlns: "http://www.w3.org/2000/svg",
1991
- viewBox: "0 0 16 16",
1992
- fill: "currentColor",
1993
- ...rest
1994
- }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1995
- d: "M6 4v8H4V4H6M6 3H4C3.4 3 3 3.4 3 4v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V4C7 3.4 6.6 3 6 3zM12 4v8h-2V4H12M12 3h-2C9.4 3 9 3.4 9 4v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V4C13 3.4 12.6 3 12 3z"
1996
- })), children);
1997
- }
1998
2031
  return /*#__PURE__*/React.createElement(Icon.default, {
1999
2032
  width: size,
2000
2033
  height: size,
@@ -2003,14 +2036,14 @@ const Pause = /*#__PURE__*/React.forwardRef(function Pause(_ref86, ref) {
2003
2036
  viewBox: "0 0 32 32",
2004
2037
  fill: "currentColor",
2005
2038
  ...rest
2006
- }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
2007
- d: "M12 8V24H8V8h4m0-2H8A2 2 0 006 8V24a2 2 0 002 2h4a2 2 0 002-2V8a2 2 0 00-2-2zM24 8V24H20V8h4m0-2H20a2 2 0 00-2 2V24a2 2 0 002 2h4a2 2 0 002-2V8a2 2 0 00-2-2z"
2039
+ }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
2040
+ d: "M14 16L24 6 25.4 7.4 16.8 16 25.4 24.6 24 26zM8 4H10V28H8z"
2008
2041
  })), children);
2009
2042
  });
2010
2043
  if (process.env.NODE_ENV !== "production") {
2011
- Pause.propTypes = iconPropTypes4cbeb95d.i;
2044
+ PageFirst.propTypes = iconPropTypes4cbeb95d.i;
2012
2045
  }
2013
- const PauseFilled = /*#__PURE__*/React.forwardRef(function PauseFilled(_ref87, ref) {
2046
+ const PageLast = /*#__PURE__*/React.forwardRef(function PageLast(_ref87, ref) {
2014
2047
  let {
2015
2048
  children,
2016
2049
  size = 16,
@@ -2024,34 +2057,19 @@ const PauseFilled = /*#__PURE__*/React.forwardRef(function PauseFilled(_ref87, r
2024
2057
  viewBox: "0 0 32 32",
2025
2058
  fill: "currentColor",
2026
2059
  ...rest
2027
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
2028
- d: "M12 6H10A2 2 0 008 8V24a2 2 0 002 2h2a2 2 0 002-2V8a2 2 0 00-2-2zM22 6H20a2 2 0 00-2 2V24a2 2 0 002 2h2a2 2 0 002-2V8a2 2 0 00-2-2z"
2060
+ }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
2061
+ d: "M18 16L8 26 6.6 24.6 15.2 16 6.6 7.4 8 6zM22 4H24V28H22z"
2029
2062
  })), children);
2030
2063
  });
2031
2064
  if (process.env.NODE_ENV !== "production") {
2032
- PauseFilled.propTypes = iconPropTypes4cbeb95d.i;
2065
+ PageLast.propTypes = iconPropTypes4cbeb95d.i;
2033
2066
  }
2034
- const PauseOutline = /*#__PURE__*/React.forwardRef(function PauseOutline(_ref88, ref) {
2067
+ const PageBreak = /*#__PURE__*/React.forwardRef(function PageBreak(_ref88, ref) {
2035
2068
  let {
2036
2069
  children,
2037
2070
  size = 16,
2038
2071
  ...rest
2039
2072
  } = _ref88;
2040
- if (size === 16 || size === "16" || size === "16px") {
2041
- return /*#__PURE__*/React.createElement(Icon.default, {
2042
- width: size,
2043
- height: size,
2044
- ref: ref,
2045
- xmlns: "http://www.w3.org/2000/svg",
2046
- viewBox: "0 0 16 16",
2047
- fill: "currentColor",
2048
- ...rest
2049
- }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
2050
- d: "M7 5L6 5 6 11 7 11 7 5zM10 5L9 5 9 11 10 11 10 5z"
2051
- })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
2052
- d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"
2053
- })), children);
2054
- }
2055
2073
  return /*#__PURE__*/React.createElement(Icon.default, {
2056
2074
  width: size,
2057
2075
  height: size,
@@ -2061,33 +2079,18 @@ const PauseOutline = /*#__PURE__*/React.forwardRef(function PauseOutline(_ref88,
2061
2079
  fill: "currentColor",
2062
2080
  ...rest
2063
2081
  }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
2064
- d: "M14 10L12 10 12 22 14 22 14 10 14 10zM20 10L18 10 18 22 20 22 20 10 20 10z"
2065
- })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
2066
- d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
2082
+ d: "M2 18H6V20H2zM26 18H30V20H26zM24 22v6H8V22H6v6a2.0058 2.0058 0 002 2H24a2.0058 2.0058 0 002-2V22zM8 16V4h8v6a2.0058 2.0058 0 002 2h6v4h2V10a.9092.9092 0 00-.3-.7l-7-7A.9087.9087 0 0018 2H8A2.0058 2.0058 0 006 4V16zM18 4.4L23.6 10H18zM10 18H14V20H10zM18 18H22V20H18z"
2067
2083
  })), children);
2068
2084
  });
2069
2085
  if (process.env.NODE_ENV !== "production") {
2070
- PauseOutline.propTypes = iconPropTypes4cbeb95d.i;
2086
+ PageBreak.propTypes = iconPropTypes4cbeb95d.i;
2071
2087
  }
2072
- const PauseOutlineFilled = /*#__PURE__*/React.forwardRef(function PauseOutlineFilled(_ref89, ref) {
2073
- let {
2074
- children,
2075
- size = 16,
2076
- ...rest
2077
- } = _ref89;
2078
- if (size === 16 || size === "16" || size === "16px") {
2079
- return /*#__PURE__*/React.createElement(Icon.default, {
2080
- width: size,
2081
- height: size,
2082
- ref: ref,
2083
- xmlns: "http://www.w3.org/2000/svg",
2084
- viewBox: "0 0 16 16",
2085
- fill: "currentColor",
2086
- ...rest
2087
- }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
2088
- d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M7,11H6V5h1V11z M10,11H9V5h1V11z"
2089
- })), children);
2090
- }
2088
+ const PageNumber = /*#__PURE__*/React.forwardRef(function PageNumber(_ref89, ref) {
2089
+ let {
2090
+ children,
2091
+ size = 16,
2092
+ ...rest
2093
+ } = _ref89;
2091
2094
  return /*#__PURE__*/React.createElement(Icon.default, {
2092
2095
  width: size,
2093
2096
  height: size,
@@ -2096,14 +2099,16 @@ const PauseOutlineFilled = /*#__PURE__*/React.forwardRef(function PauseOutlineFi
2096
2099
  viewBox: "0 0 32 32",
2097
2100
  fill: "currentColor",
2098
2101
  ...rest
2099
- }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
2100
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,22H12V10h2Zm6,0H18V10h2Z"
2102
+ }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
2103
+ d: "M22 26L16 26 16 20 20 20 20 18 16 18 16 16 22 16 22 22 18 22 18 24 22 24 22 26z"
2104
+ })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
2105
+ d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z"
2101
2106
  })), children);
2102
2107
  });
2103
2108
  if (process.env.NODE_ENV !== "production") {
2104
- PauseOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
2109
+ PageNumber.propTypes = iconPropTypes4cbeb95d.i;
2105
2110
  }
2106
- const PauseFuture = /*#__PURE__*/React.forwardRef(function PauseFuture(_ref90, ref) {
2111
+ const WatsonHealthPageScroll = /*#__PURE__*/React.forwardRef(function WatsonHealthPageScroll(_ref90, ref) {
2107
2112
  let {
2108
2113
  children,
2109
2114
  size = 16,
@@ -2117,16 +2122,18 @@ const PauseFuture = /*#__PURE__*/React.forwardRef(function PauseFuture(_ref90, r
2117
2122
  viewBox: "0 0 32 32",
2118
2123
  fill: "currentColor",
2119
2124
  ...rest
2120
- }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
2121
- d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
2125
+ }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
2126
+ d: "M16,28H4a1.89,1.89,0,0,1-2-2V14a1.89,1.89,0,0,1,2-2H16a1.89,1.89,0,0,1,2,2V26A1.89,1.89,0,0,1,16,28ZM4,14V26H16V14Z"
2127
+ })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
2128
+ d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z"
2122
2129
  })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
2123
- d: "M16,2A13.9158,13.9158,0,0,1,26,6.2343V2h2v8H20V8h4.9217A11.9818,11.9818,0,1,0,28,16h2A14,14,0,1,1,16,2Z"
2130
+ d: "M26 14H24V6H16V4h8a1.89 1.89 0 012 2zM24 17L24 19 26.8 19 22 24.4 22 22 20 22 20 28 26 28 26 26 23.2 26 28 20.6 28 23 30 23 30 17 24 17z"
2124
2131
  })), children);
2125
2132
  });
2126
2133
  if (process.env.NODE_ENV !== "production") {
2127
- PauseFuture.propTypes = iconPropTypes4cbeb95d.i;
2134
+ WatsonHealthPageScroll.propTypes = iconPropTypes4cbeb95d.i;
2128
2135
  }
2129
- const PausePast = /*#__PURE__*/React.forwardRef(function PausePast(_ref91, ref) {
2136
+ const PaintBrush = /*#__PURE__*/React.forwardRef(function PaintBrush(_ref91, ref) {
2130
2137
  let {
2131
2138
  children,
2132
2139
  size = 16,
@@ -2141,15 +2148,13 @@ const PausePast = /*#__PURE__*/React.forwardRef(function PausePast(_ref91, ref)
2141
2148
  fill: "currentColor",
2142
2149
  ...rest
2143
2150
  }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
2144
- d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
2145
- })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
2146
- d: "M16,2A13.9158,13.9158,0,0,0,6,6.2343V2H4v8h8V8H7.0783A11.9818,11.9818,0,1,1,4,16H2A14,14,0,1,0,16,2Z"
2151
+ d: "M28.83,23.17,23,17.33V13a1,1,0,0,0-.29-.71l-10-10a1,1,0,0,0-1.42,0l-9,9a1,1,0,0,0,0,1.42l10,10A1,1,0,0,0,13,23h4.34l5.83,5.84a4,4,0,0,0,5.66-5.66ZM6,10.41l2.29,2.3,1.42-1.42L7.41,9,9,7.41l4.29,4.3,1.42-1.42L10.41,6,12,4.41,18.59,11,11,18.59,4.41,12Zm21.41,17a2,2,0,0,1-2.82,0l-6.13-6.12a1.8,1.8,0,0,0-.71-.29H13.41l-1-1L20,12.41l1,1v4.34a1,1,0,0,0,.29.7l6.12,6.14a2,2,0,0,1,0,2.82Z"
2147
2152
  })), children);
2148
2153
  });
2149
2154
  if (process.env.NODE_ENV !== "production") {
2150
- PausePast.propTypes = iconPropTypes4cbeb95d.i;
2155
+ PaintBrush.propTypes = iconPropTypes4cbeb95d.i;
2151
2156
  }
2152
- const PcnENode = /*#__PURE__*/React.forwardRef(function PcnENode(_ref92, ref) {
2157
+ const PaintBrushAlt = /*#__PURE__*/React.forwardRef(function PaintBrushAlt(_ref92, ref) {
2153
2158
  let {
2154
2159
  children,
2155
2160
  size = 16,
@@ -2163,16 +2168,14 @@ const PcnENode = /*#__PURE__*/React.forwardRef(function PcnENode(_ref92, ref) {
2163
2168
  viewBox: "0 0 32 32",
2164
2169
  fill: "currentColor",
2165
2170
  ...rest
2166
- }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
2167
- d: "M20 11L20 9 12 9 12 23 20 23 20 21 14 21 14 17 19 17 19 15 14 15 14 11 20 11z"
2168
- })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
2169
- d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
2171
+ }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
2172
+ d: "M28.8281,3.1719a4.0941,4.0941,0,0,0-5.6562,0L4.05,22.292A6.9537,6.9537,0,0,0,2,27.2412V30H4.7559a6.9523,6.9523,0,0,0,4.95-2.05L28.8281,8.8286a3.999,3.999,0,0,0,0-5.6567ZM10.91,18.26l2.8286,2.8286L11.6172,23.21,8.7886,20.3818ZM8.2915,26.5356A4.9665,4.9665,0,0,1,4.7559,28H4v-.7588a4.9671,4.9671,0,0,1,1.4644-3.5351l1.91-1.91,2.8286,2.8281ZM27.4141,7.4141,15.1528,19.6748l-2.8286-2.8286,12.2617-12.26a2.0473,2.0473,0,0,1,2.8282,0,1.9995,1.9995,0,0,1,0,2.8282Z"
2170
2173
  })), children);
2171
2174
  });
2172
2175
  if (process.env.NODE_ENV !== "production") {
2173
- PcnENode.propTypes = iconPropTypes4cbeb95d.i;
2176
+ PaintBrushAlt.propTypes = iconPropTypes4cbeb95d.i;
2174
2177
  }
2175
- const PcnMilitary = /*#__PURE__*/React.forwardRef(function PcnMilitary(_ref93, ref) {
2178
+ const PalmTree = /*#__PURE__*/React.forwardRef(function PalmTree(_ref93, ref) {
2176
2179
  let {
2177
2180
  children,
2178
2181
  size = 16,
@@ -2186,20 +2189,14 @@ const PcnMilitary = /*#__PURE__*/React.forwardRef(function PcnMilitary(_ref93, r
2186
2189
  viewBox: "0 0 32 32",
2187
2190
  fill: "currentColor",
2188
2191
  ...rest
2189
- }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
2190
- d: "M16 16L14.407 19 11 19.414 13.5 21.667 13 25 16 23.125 19 25 18.5 21.667 21 19.414 17.5 19 16 16z"
2191
- })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
2192
- d: "M12.414 17.414L16 13.834 16 13.834 19.588 17.416 21 16 16 11 11 16 12.414 17.414z"
2193
- })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2194
- d: "M12.414 12.414L16 8.834 16 8.834 19.588 12.416 21 11 16 6 11 11 12.414 12.414z"
2195
- })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2196
- d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
2192
+ }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
2193
+ d: "M18.57,28C17.897,26.7251,16,22.2261,16,12v-.1313l1.1172.7446A6.4613,6.4613,0,0,1,20,18h2a8.457,8.457,0,0,0-3.7734-7.0508L16.8027,10h1.5308a7.04,7.04,0,0,1,4.2,1.4L24.4,12.8l1.2-1.6L23.7334,9.8a9.06,9.06,0,0,0-5.4-1.8H17.1172A7.0306,7.0306,0,0,1,22,6h2V4H22a9.035,9.035,0,0,0-7,3.3643A9.035,9.035,0,0,0,8,4H6V6H8a7.0306,7.0306,0,0,1,4.8828,2H11.6665a9.06,9.06,0,0,0-5.4,1.8L4.4,11.2l1.2,1.6L7.4668,11.4a7.04,7.04,0,0,1,4.2-1.4h1.5308l-1.4239.9492A8.457,8.457,0,0,0,8,18h2a6.4613,6.4613,0,0,1,2.8828-5.3867L14,11.8687V12c0,8.9438,1.4116,13.7646,2.3611,16H2v2H30V28Z"
2197
2194
  })), children);
2198
2195
  });
2199
2196
  if (process.env.NODE_ENV !== "production") {
2200
- PcnMilitary.propTypes = iconPropTypes4cbeb95d.i;
2197
+ PalmTree.propTypes = iconPropTypes4cbeb95d.i;
2201
2198
  }
2202
- const PcnPNode = /*#__PURE__*/React.forwardRef(function PcnPNode(_ref94, ref) {
2199
+ const PanHorizontal = /*#__PURE__*/React.forwardRef(function PanHorizontal(_ref94, ref) {
2203
2200
  let {
2204
2201
  children,
2205
2202
  size = 16,
@@ -2213,16 +2210,14 @@ const PcnPNode = /*#__PURE__*/React.forwardRef(function PcnPNode(_ref94, ref) {
2213
2210
  viewBox: "0 0 32 32",
2214
2211
  fill: "currentColor",
2215
2212
  ...rest
2216
- }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2217
- d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V10.9985H14Z"
2218
- })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2219
- d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
2213
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
2214
+ d: "M24 10L22.586 11.414 26.172 15 5.828 15 9.414 11.414 8 10 2 16 8 22 9.414 20.586 5.828 17 26.172 17 22.586 20.586 24 22 30 16 24 10z"
2220
2215
  })), children);
2221
2216
  });
2222
2217
  if (process.env.NODE_ENV !== "production") {
2223
- PcnPNode.propTypes = iconPropTypes4cbeb95d.i;
2218
+ PanHorizontal.propTypes = iconPropTypes4cbeb95d.i;
2224
2219
  }
2225
- const PcnZNode = /*#__PURE__*/React.forwardRef(function PcnZNode(_ref95, ref) {
2220
+ const PanVertical = /*#__PURE__*/React.forwardRef(function PanVertical(_ref95, ref) {
2226
2221
  let {
2227
2222
  children,
2228
2223
  size = 16,
@@ -2236,16 +2231,14 @@ const PcnZNode = /*#__PURE__*/React.forwardRef(function PcnZNode(_ref95, ref) {
2236
2231
  viewBox: "0 0 32 32",
2237
2232
  fill: "currentColor",
2238
2233
  ...rest
2239
- }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2240
- d: "M20 9L12 9 12 11 18 11 12 21 12 23 20 23 20 21 14 21 20 11 20 9z"
2241
- })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2242
- d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
2234
+ }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
2235
+ d: "M10 8L11.414 9.414 15 5.828 15 26.172 11.414 22.586 10 24 16 30 22 24 20.586 22.586 17 26.172 17 5.828 20.586 9.414 22 8 16 2 10 8z"
2243
2236
  })), children);
2244
2237
  });
2245
2238
  if (process.env.NODE_ENV !== "production") {
2246
- PcnZNode.propTypes = iconPropTypes4cbeb95d.i;
2239
+ PanVertical.propTypes = iconPropTypes4cbeb95d.i;
2247
2240
  }
2248
- const Pdf = /*#__PURE__*/React.forwardRef(function Pdf(_ref96, ref) {
2241
+ const PanelExpansion = /*#__PURE__*/React.forwardRef(function PanelExpansion(_ref96, ref) {
2249
2242
  let {
2250
2243
  children,
2251
2244
  size = 16,
@@ -2259,14 +2252,14 @@ const Pdf = /*#__PURE__*/React.forwardRef(function Pdf(_ref96, ref) {
2259
2252
  viewBox: "0 0 32 32",
2260
2253
  fill: "currentColor",
2261
2254
  ...rest
2262
- }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2263
- d: "M30 11L30 9 22 9 22 23 24 23 24 17 29 17 29 15 24 15 24 11 30 11zM8 9H2V23H4V18H8a2 2 0 002-2V11A2 2 0 008 9zm0 7H4V11H8zM16 23H12V9h4a4 4 0 014 4v6A4 4 0 0116 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H14z"
2255
+ }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
2256
+ d: "M12 6H6A2 2 0 004 8v6a2 2 0 002 2h6a2 2 0 002-2V8A2 2 0 0012 6zM6 14V8h6v6zM26 6H20a2 2 0 00-2 2V24a2 2 0 002 2h6a2 2 0 002-2V8A2 2 0 0026 6zM20 24V8h6V24z"
2264
2257
  })), children);
2265
2258
  });
2266
2259
  if (process.env.NODE_ENV !== "production") {
2267
- Pdf.propTypes = iconPropTypes4cbeb95d.i;
2260
+ PanelExpansion.propTypes = iconPropTypes4cbeb95d.i;
2268
2261
  }
2269
- const PdfReference = /*#__PURE__*/React.forwardRef(function PdfReference(_ref97, ref) {
2262
+ const Paragraph = /*#__PURE__*/React.forwardRef(function Paragraph(_ref97, ref) {
2270
2263
  let {
2271
2264
  children,
2272
2265
  size = 16,
@@ -2280,14 +2273,14 @@ const PdfReference = /*#__PURE__*/React.forwardRef(function PdfReference(_ref97,
2280
2273
  viewBox: "0 0 32 32",
2281
2274
  fill: "currentColor",
2282
2275
  ...rest
2283
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2284
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM22 16L24 16 24 10 29 10 29 8 24 8 24 4 30 4 30 2 22 2 22 16zM16 2H12V16h4a4 4 0 004-4V6A4 4 0 0016 2zm2 10a2 2 0 01-2 2H14V4h2a2 2 0 012 2zM8 2H2V16H4V11H8a2 2 0 002-2V4A2 2 0 008 2zM8 9H4V4H8z"
2276
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2277
+ d: "M27,4H13a7,7,0,0,0,0,14V28h2V6h5V28h2V6h5ZM13,16A5,5,0,0,1,13,6Z"
2285
2278
  })), children);
2286
2279
  });
2287
2280
  if (process.env.NODE_ENV !== "production") {
2288
- PdfReference.propTypes = iconPropTypes4cbeb95d.i;
2281
+ Paragraph.propTypes = iconPropTypes4cbeb95d.i;
2289
2282
  }
2290
- const Pedestrian = /*#__PURE__*/React.forwardRef(function Pedestrian(_ref98, ref) {
2283
+ const Parameter = /*#__PURE__*/React.forwardRef(function Parameter(_ref98, ref) {
2291
2284
  let {
2292
2285
  children,
2293
2286
  size = 16,
@@ -2301,16 +2294,19 @@ const Pedestrian = /*#__PURE__*/React.forwardRef(function Pedestrian(_ref98, ref
2301
2294
  viewBox: "0 0 32 32",
2302
2295
  fill: "currentColor",
2303
2296
  ...rest
2304
- }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2305
- d: "M21.6772,14l-1.2456-3.1143A2.9861,2.9861,0,0,0,17.646,9H13.5542a3.0018,3.0018,0,0,0-1.5439.4277L7,12.4336V18H9V13.5664l3-1.8V23.6973L8.5383,28.8906,10.2024,30,14,24.3027V11h3.646a.9949.9949,0,0,1,.9282.6289L20.3228,16H26V14Z"
2306
- })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2307
- d: "M17.051 18.316L19 24.162 19 30 21 30 21 23.838 18.949 17.684 17.051 18.316zM16.5 8A3.5 3.5 0 1120 4.5 3.5042 3.5042 0 0116.5 8zm0-5A1.5 1.5 0 1018 4.5 1.5017 1.5017 0 0016.5 3z"
2297
+ }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2298
+ d: "M28,13V8a2.0023,2.0023,0,0,0-2-2H23V8h3v5a3.9756,3.9756,0,0,0,1.3823,3A3.9756,3.9756,0,0,0,26,19v5H23v2h3a2.0023,2.0023,0,0,0,2-2V19a2.0023,2.0023,0,0,1,2-2V15A2.0023,2.0023,0,0,1,28,13Z"
2299
+ })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2300
+ fillRule: "evenodd",
2301
+ d: "M17,9l-.857,3h2L19,9h2l-.857,3H22v2H19.572l-1.143,4H21v2H17.857L17,23H15l.857-3h-2L13,23H11l.857-3H10V18h2.429l1.143-4H11V12h3.143L15,9Zm.572,5h-2l-1.143,4h2Z"
2302
+ })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2303
+ d: "M6,13V8H9V6H6A2.0023,2.0023,0,0,0,4,8v5a2.0023,2.0023,0,0,1-2,2v2a2.0023,2.0023,0,0,1,2,2v5a2.0023,2.0023,0,0,0,2,2H9V24H6V19a3.9756,3.9756,0,0,0-1.3823-3A3.9756,3.9756,0,0,0,6,13Z"
2308
2304
  })), children);
2309
2305
  });
2310
2306
  if (process.env.NODE_ENV !== "production") {
2311
- Pedestrian.propTypes = iconPropTypes4cbeb95d.i;
2307
+ Parameter.propTypes = iconPropTypes4cbeb95d.i;
2312
2308
  }
2313
- const PedestrianFamily = /*#__PURE__*/React.forwardRef(function PedestrianFamily(_ref99, ref) {
2309
+ const ParentChild = /*#__PURE__*/React.forwardRef(function ParentChild(_ref99, ref) {
2314
2310
  let {
2315
2311
  children,
2316
2312
  size = 16,
@@ -2324,16 +2320,14 @@ const PedestrianFamily = /*#__PURE__*/React.forwardRef(function PedestrianFamily
2324
2320
  viewBox: "0 0 32 32",
2325
2321
  fill: "currentColor",
2326
2322
  ...rest
2327
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2328
- d: "M20 30H17a2.0021 2.0021 0 01-2-2V23h2v5h3V23h2V19a1.0011 1.0011 0 00-1-1H12.2793l-2-6H4a1.0011 1.0011 0 00-1 1v6H5v9H9V21h2v7a2.0021 2.0021 0 01-2 2H5a2.0021 2.0021 0 01-2-2V21a2.0021 2.0021 0 01-2-2V13a3.0033 3.0033 0 013-3h6.2793a1.998 1.998 0 011.8975 1.3674L13.7207 16H21a3.0033 3.0033 0 013 3v4a2.0021 2.0021 0 01-2 2v3A2.0021 2.0021 0 0120 30zM28 30H26V19h3V13a1.0011 1.0011 0 00-1-1H24V10h4a3.0033 3.0033 0 013 3v6a2.0021 2.0021 0 01-2 2H28zM7 9a4 4 0 114-4A4.0045 4.0045 0 017 9zM7 3A2 2 0 109 5 2.0021 2.0021 0 007 3zM25 9a4 4 0 114-4A4.0045 4.0045 0 0125 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0025 3z"
2329
- })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2330
- d: "M18.5,15A3.5,3.5,0,1,1,22,11.5,3.5041,3.5041,0,0,1,18.5,15Zm0-5A1.5,1.5,0,1,0,20,11.5,1.5017,1.5017,0,0,0,18.5,10Z"
2323
+ }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2324
+ d: "M28,12a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4v6a2,2,0,0,0,2,2H15v4H9a2,2,0,0,0-2,2v4H4a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V24a2,2,0,0,0-2-2H9V18H23v4H20a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V24a2,2,0,0,0-2-2H25V18a2,2,0,0,0-2-2H17V12ZM12,28H4V24h8Zm16,0H20V24h8ZM4,4H28v6H4Z"
2331
2325
  })), children);
2332
2326
  });
2333
2327
  if (process.env.NODE_ENV !== "production") {
2334
- PedestrianFamily.propTypes = iconPropTypes4cbeb95d.i;
2328
+ ParentChild.propTypes = iconPropTypes4cbeb95d.i;
2335
2329
  }
2336
- const PedestrianChild = /*#__PURE__*/React.forwardRef(function PedestrianChild(_ref100, ref) {
2330
+ const PartDefinition = /*#__PURE__*/React.forwardRef(function PartDefinition(_ref100, ref) {
2337
2331
  let {
2338
2332
  children,
2339
2333
  size = 16,
@@ -2347,16 +2341,18 @@ const PedestrianChild = /*#__PURE__*/React.forwardRef(function PedestrianChild(_
2347
2341
  viewBox: "0 0 32 32",
2348
2342
  fill: "currentColor",
2349
2343
  ...rest
2350
- }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2351
- d: "M26,16H17.4683l-5-6H5a3.0033,3.0033,0,0,0-3,3v6a2.0023,2.0023,0,0,0,2,2v7a2.0023,2.0023,0,0,0,2,2h4a2.0023,2.0023,0,0,0,2-2V21H10v7H6V19H4V13a1.0009,1.0009,0,0,1,1-1h6.5317l5,6H26a1.0009,1.0009,0,0,1,1,1v3H25v6H22V22H20v6a2.0023,2.0023,0,0,0,2,2h3a2.0023,2.0023,0,0,0,2-2V24a2.0023,2.0023,0,0,0,2-2V19A3.0033,3.0033,0,0,0,26,16Z"
2352
- })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2353
- d: "M23.5 15A3.5 3.5 0 1127 11.5 3.5042 3.5042 0 0123.5 15zm0-5A1.5 1.5 0 1025 11.5 1.5017 1.5017 0 0023.5 10zM8 9a4 4 0 114-4A4.0042 4.0042 0 018 9zM8 3a2 2 0 102 2A2.0023 2.0023 0 008 3z"
2344
+ }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2345
+ strokeWidth: "0",
2346
+ d: "M20.8336 16.8081c-2.4408 0-3.8336.9114-3.8336 2.7507 0 1.5986 1.0315 2.6477 2.854 2.6477 1.3408 0 2.321-.6019 2.613-1.7539h.1034c.1371.9285.7216 1.5474 1.6675 1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052 0-2.8539.6879-3.5073 1.7194l1.3068 1.1689c.4296-.6189 1.0144-1.1344 2.0454-1.1344 1.1694 0 1.668.5844 1.668 1.5817v.6531h-1.5304zm1.5304 2.51c0 .8425-.7908 1.2893-1.7705 1.2893-.8601 0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002 1.7194-1.1002h1.4098v1.1862zM9.272 17.427h3.1287c2.218 0 3.5588-1.4785 3.5588-3.7133 0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573zm0-5.4501h2.9225c.8767 0 1.4098.4642 1.4098 1.3414v.7908c0 .8767-.5331 1.358-1.4098 1.358h-2.9225v-3.4902z"
2347
+ })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2348
+ strokeWidth: "0",
2349
+ d: "m2,4v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2Zm26,24H4V4h24v24Z"
2354
2350
  })), children);
2355
2351
  });
2356
2352
  if (process.env.NODE_ENV !== "production") {
2357
- PedestrianChild.propTypes = iconPropTypes4cbeb95d.i;
2353
+ PartDefinition.propTypes = iconPropTypes4cbeb95d.i;
2358
2354
  }
2359
- const Pen = /*#__PURE__*/React.forwardRef(function Pen(_ref101, ref) {
2355
+ const PartUsage = /*#__PURE__*/React.forwardRef(function PartUsage(_ref101, ref) {
2360
2356
  let {
2361
2357
  children,
2362
2358
  size = 16,
@@ -2370,17 +2366,18 @@ const Pen = /*#__PURE__*/React.forwardRef(function Pen(_ref101, ref) {
2370
2366
  viewBox: "0 0 32 32",
2371
2367
  fill: "currentColor",
2372
2368
  ...rest
2373
- }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2374
- d: "M27.3069,6.1069,30,3.4141,28.5859,2,25.8931,4.6929,24.8,3.6a1.9328,1.9328,0,0,0-2.8,0L4,21.6V28h6.4l18-18a1.9329,1.9329,0,0,0,0-2.8ZM9.6,26H6V22.4L23.4,5,27,8.6Z"
2375
- })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2376
- d: "M8.136 7.5H18.863999999999997V9.5H8.136z",
2377
- transform: "rotate(-45 13.5 8.5)"
2369
+ }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2370
+ strokeWidth: "0",
2371
+ d: "M20.8336 16.8081c-2.4408 0-3.8336.9114-3.8336 2.7507 0 1.5986 1.0315 2.6477 2.854 2.6477 1.3408 0 2.321-.6019 2.613-1.7539h.1034c.1371.9285.7216 1.5474 1.6675 1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052 0-2.8539.6879-3.5073 1.7194l1.3068 1.1689c.4296-.6189 1.0144-1.1344 2.0454-1.1344 1.1694 0 1.668.5844 1.668 1.5817v.6531h-1.5304zm1.5304 2.51c0 .8425-.7908 1.2893-1.7705 1.2893-.8601 0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002 1.7194-1.1002h1.4098v1.1862zM9.272 17.427h3.1287c2.218 0 3.5588-1.4785 3.5588-3.7133 0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573zm0-5.4501h2.9225c.8767 0 1.4098.4642 1.4098 1.3414v.7908c0 .8767-.5331 1.358-1.4098 1.358h-2.9225v-3.4902z"
2372
+ })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2373
+ strokeWidth: "0",
2374
+ d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
2378
2375
  })), children);
2379
2376
  });
2380
2377
  if (process.env.NODE_ENV !== "production") {
2381
- Pen.propTypes = iconPropTypes4cbeb95d.i;
2378
+ PartUsage.propTypes = iconPropTypes4cbeb95d.i;
2382
2379
  }
2383
- const PenFountain = /*#__PURE__*/React.forwardRef(function PenFountain(_ref102, ref) {
2380
+ const PartitionAuto = /*#__PURE__*/React.forwardRef(function PartitionAuto(_ref102, ref) {
2384
2381
  let {
2385
2382
  children,
2386
2383
  size = 16,
@@ -2394,14 +2391,14 @@ const PenFountain = /*#__PURE__*/React.forwardRef(function PenFountain(_ref102,
2394
2391
  viewBox: "0 0 32 32",
2395
2392
  fill: "currentColor",
2396
2393
  ...rest
2397
- }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2398
- d: "M29.707,5.293l-3-3a.9994.9994,0,0,0-1.414,0L19.5859,8H17.0947A11.0118,11.0118,0,0,0,6.7124,15.3662L2.0562,28.67a1,1,0,0,0,1.2744,1.2739l13.3037-4.6562A11.012,11.012,0,0,0,24,14.9053V12.4141L29.707,6.707A.9994.9994,0,0,0,29.707,5.293Zm-7.414,6A1,1,0,0,0,22,12v2.9053A9.01,9.01,0,0,1,15.9731,23.4l-9.1677,3.209L16,17.4141,14.5859,16,5.3914,25.1948,8.6,16.0269A9.01,9.01,0,0,1,17.0947,10H20a1,1,0,0,0,.707-.293L26,4.4141,27.5859,6Z"
2394
+ }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2395
+ d: "M26 19c-2.2056 0-4 1.7944-4 4 0 .6836.1882 1.3174.4917 1.8809-1.8762 1.3726-4.146 2.1191-6.4917 2.1191-6.0654 0-11-4.9346-11-11h-2c0 7.168 5.8318 13 13 13 2.8455 0 5.5923-.936 7.8433-2.6416.6235.4019 1.3613.6416 2.1567.6416 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM16 3c-2.8455 0-5.5923.936-7.8433 2.6416-.6235-.4019-1.3613-.6416-2.1567-.6416-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4c0-.6836-.1882-1.3174-.4917-1.8809 1.8762-1.3726 4.146-2.1191 6.4917-2.1191 6.0654 0 11 4.9346 11 11h2c0-7.168-5.8318-13-13-13zM6 11c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
2399
2396
  })), children);
2400
2397
  });
2401
2398
  if (process.env.NODE_ENV !== "production") {
2402
- PenFountain.propTypes = iconPropTypes4cbeb95d.i;
2399
+ PartitionAuto.propTypes = iconPropTypes4cbeb95d.i;
2403
2400
  }
2404
- const Pending = /*#__PURE__*/React.forwardRef(function Pending(_ref103, ref) {
2401
+ const PartitionCollection = /*#__PURE__*/React.forwardRef(function PartitionCollection(_ref103, ref) {
2405
2402
  let {
2406
2403
  children,
2407
2404
  size = 16,
@@ -2415,26 +2412,14 @@ const Pending = /*#__PURE__*/React.forwardRef(function Pending(_ref103, ref) {
2415
2412
  viewBox: "0 0 32 32",
2416
2413
  fill: "currentColor",
2417
2414
  ...rest
2418
- }, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2419
- cx: "9",
2420
- cy: "16",
2421
- r: "2"
2422
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2423
- cx: "23",
2424
- cy: "16",
2425
- r: "2"
2426
- })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
2427
- cx: "16",
2428
- cy: "16",
2429
- r: "2"
2430
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2431
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
2415
+ }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2416
+ d: "M26 12c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-5.4143 5.4141H2v2h10.5857c.5344 0 1.0366-.208 1.4143-.5859l5.4143-5.4141h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM16.1717 14.5859l-3.5859-3.5859H2v-2h10.5857c.5344 0 1.0366.208 1.4143.5859l3.5859 3.5859-1.4143 1.4141z"
2432
2417
  })), children);
2433
2418
  });
2434
2419
  if (process.env.NODE_ENV !== "production") {
2435
- Pending.propTypes = iconPropTypes4cbeb95d.i;
2420
+ PartitionCollection.propTypes = iconPropTypes4cbeb95d.i;
2436
2421
  }
2437
- const PendingFilled = /*#__PURE__*/React.forwardRef(function PendingFilled(_ref104, ref) {
2422
+ const PartitionRepartition = /*#__PURE__*/React.forwardRef(function PartitionRepartition(_ref104, ref) {
2438
2423
  let {
2439
2424
  children,
2440
2425
  size = 16,
@@ -2448,18 +2433,16 @@ const PendingFilled = /*#__PURE__*/React.forwardRef(function PendingFilled(_ref1
2448
2433
  viewBox: "0 0 32 32",
2449
2434
  fill: "currentColor",
2450
2435
  ...rest
2451
- }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2452
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM8,18a2,2,0,1,1,2-2A2,2,0,0,1,8,18Zm8,0a2,2,0,1,1,2-2A2,2,0,0,1,16,18Zm8,0a2,2,0,1,1,2-2A2,2,0,0,1,24,18Z"
2453
- })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2454
- fill: "none",
2455
- d: "M10,16a2,2,0,1,1-2-2A2,2,0,0,1,10,16Zm6-2a2,2,0,1,0,2,2A2,2,0,0,0,16,14Zm8,0a2,2,0,1,0,2,2A2,2,0,0,0,24,14Z",
2456
- "data-icon-path": "inner-path"
2436
+ }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2437
+ d: "M26 6c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-3.5864 3.5864 1.4141 1.4141 3.5867-3.5864h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM10.1716 17.4141l-3.5859 3.5859H2v2h4.5857c.5344 0 1.0366-.208 1.4143-.5859l3.5859-3.5859-1.4143-1.4141z"
2438
+ })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2439
+ d: "m26,18c-1.8584,0-3.4106,1.2798-3.8579,3h-2.728l-11.4141-11.4141c-.3777-.3779-.8799-.5859-1.4143-.5859H2v2h4.5859l11.4141,11.4141c.3777.3779.8799.5859,1.4143.5859h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
2457
2440
  })), children);
2458
2441
  });
2459
2442
  if (process.env.NODE_ENV !== "production") {
2460
- PendingFilled.propTypes = iconPropTypes4cbeb95d.i;
2443
+ PartitionRepartition.propTypes = iconPropTypes4cbeb95d.i;
2461
2444
  }
2462
- const PentagonDownOutline = /*#__PURE__*/React.forwardRef(function PentagonDownOutline(_ref105, ref) {
2445
+ const PartitionSame = /*#__PURE__*/React.forwardRef(function PartitionSame(_ref105, ref) {
2463
2446
  let {
2464
2447
  children,
2465
2448
  size = 16,
@@ -2473,15 +2456,14 @@ const PentagonDownOutline = /*#__PURE__*/React.forwardRef(function PentagonDownO
2473
2456
  viewBox: "0 0 32 32",
2474
2457
  fill: "currentColor",
2475
2458
  ...rest
2476
- }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2477
- strokeWidth: "0",
2478
- d: "m16,27.7593l-11.8274-8.6831,4.5261-14.0762h14.6025l4.5261,14.0762-11.8274,8.6831m0,2.2407c.2078,0,.4158-.0645.5918-.1938l13-9.5444c.2599-.1907.4066-.4904.4082-.8009.0005-.1036-.0151-.2085-.0481-.3109l-4.9697-15.4561c-.1331-.4136-.5176-.6938-.9519-.6938H7.9697c-.4343,0-.8188.2803-.9519.6938l-4.9697,15.4561c-.0329.1021-.0485.2067-.0481.31.0013.3108.1481.6109.4082.8018l13,9.5444c.176.1294.384.1938.5918.1938h0Z"
2459
+ }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2460
+ d: "M26 18c-1.8584 0-3.4106 1.2798-3.8579 3H2v2h20.1421c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM26 6c-1.8584 0-3.4106 1.2798-3.8579 3H2v2h20.1421c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
2479
2461
  })), children);
2480
2462
  });
2481
2463
  if (process.env.NODE_ENV !== "production") {
2482
- PentagonDownOutline.propTypes = iconPropTypes4cbeb95d.i;
2464
+ PartitionSame.propTypes = iconPropTypes4cbeb95d.i;
2483
2465
  }
2484
- const PentagonDownSolid = /*#__PURE__*/React.forwardRef(function PentagonDownSolid(_ref106, ref) {
2466
+ const PartitionSpecific = /*#__PURE__*/React.forwardRef(function PartitionSpecific(_ref106, ref) {
2485
2467
  let {
2486
2468
  children,
2487
2469
  size = 16,
@@ -2495,15 +2477,14 @@ const PentagonDownSolid = /*#__PURE__*/React.forwardRef(function PentagonDownSol
2495
2477
  viewBox: "0 0 32 32",
2496
2478
  fill: "currentColor",
2497
2479
  ...rest
2498
- }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2499
- strokeWidth: "0",
2500
- d: "m16,30c.2078,0,.4158-.0645.5918-.1938l13-9.5444c.2599-.1907.4066-.4904.4082-.8009.0005-.1036-.0151-.2085-.0481-.3109l-4.9697-15.4561c-.1331-.4136-.5176-.6938-.9519-.6938H7.9697c-.4343,0-.8188.2803-.9519.6938l-4.9697,15.4561c-.0329.1021-.0485.2067-.0481.31.0013.3108.1481.6109.4082.8018l13,9.5444c.176.1294.384.1938.5918.1938h0Z"
2480
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2481
+ d: "M26 18c-1.8584 0-3.4106 1.2798-3.8579 3h-2.728l-5.4141-5.4141c-.3777-.3779-.8799-.5859-1.4143-.5859H2v2h10.5859l5.4141 5.4141c.3777.3779.8799.5859 1.4143.5859h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM26 6c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-3.5864 3.5864 1.4141 1.4141 3.5867-3.5864h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
2501
2482
  })), children);
2502
2483
  });
2503
2484
  if (process.env.NODE_ENV !== "production") {
2504
- PentagonDownSolid.propTypes = iconPropTypes4cbeb95d.i;
2485
+ PartitionSpecific.propTypes = iconPropTypes4cbeb95d.i;
2505
2486
  }
2506
- const PentagonLeftOutline = /*#__PURE__*/React.forwardRef(function PentagonLeftOutline(_ref107, ref) {
2487
+ const PartlyCloudy = /*#__PURE__*/React.forwardRef(function PartlyCloudy(_ref107, ref) {
2507
2488
  let {
2508
2489
  children,
2509
2490
  size = 16,
@@ -2517,15 +2498,27 @@ const PentagonLeftOutline = /*#__PURE__*/React.forwardRef(function PentagonLeftO
2517
2498
  viewBox: "0 0 32 32",
2518
2499
  fill: "currentColor",
2519
2500
  ...rest
2520
- }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2521
- strokeWidth: "0",
2522
- d: "m4.2407,16L12.9238,4.1726l14.0762,4.5261v14.6025l-14.0762,4.5261-8.6831-11.8274m-2.2407,0c0,.2078.0645.4158.1938.5918l9.5444,13c.1907.2599.4904.4066.8009.4082.1036.0005.2085-.0151.3109-.0481l15.4561-4.9697c.4136-.1331.6938-.5176.6938-.9519V7.9697c0-.4343-.2803-.8188-.6938-.9519L12.8501,2.0481c-.1021-.0329-.2067-.0485-.31-.0481-.3108.0013-.6109.1481-.8018.4082L2.1938,15.4082c-.1294.176-.1938.384-.1938.5918h0Z"
2501
+ }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2502
+ d: "M27 15H31V17H27z"
2503
+ })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2504
+ d: "M23.086 5.794H27.329V7.794H23.086z",
2505
+ transform: "rotate(-45 25.207 6.794)"
2506
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2507
+ d: "M15 1H17V5H15z"
2508
+ })), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2509
+ d: "M4.672 24.208H8.915V26.208H4.672z",
2510
+ transform: "rotate(-45 6.793 25.208)"
2511
+ })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2512
+ d: "M5.793 4.672H7.793V8.915H5.793z",
2513
+ transform: "rotate(-45 6.793 6.794)"
2514
+ })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2515
+ d: "M1 15H5V17H1zM26.7939 20.3418a6.9617 6.9617 0 00-1.8681-3.2671A8.485 8.485 0 0025 16a9 9 0 10-14.585 7.0332A4.9771 4.9771 0 0015 30H25a4.9947 4.9947 0 001.7939-9.6582zM9 16a6.9955 6.9955 0 0113.9849-.2969A6.8883 6.8883 0 0020 15a7.04 7.04 0 00-6.7944 5.3418A4.986 4.986 0 0011.5618 21.39 6.9675 6.9675 0 019 16zM25 28H15a2.9945 2.9945 0 01-.6963-5.9082l.6587-.1572.0986-.67a4.9923 4.9923 0 019.878 0l.0986.6695.6587.1572A2.9945 2.9945 0 0125 28z"
2523
2516
  })), children);
2524
2517
  });
2525
2518
  if (process.env.NODE_ENV !== "production") {
2526
- PentagonLeftOutline.propTypes = iconPropTypes4cbeb95d.i;
2519
+ PartlyCloudy.propTypes = iconPropTypes4cbeb95d.i;
2527
2520
  }
2528
- const PentagonLeftSolid = /*#__PURE__*/React.forwardRef(function PentagonLeftSolid(_ref108, ref) {
2521
+ const PartlyCloudyNight = /*#__PURE__*/React.forwardRef(function PartlyCloudyNight(_ref108, ref) {
2529
2522
  let {
2530
2523
  children,
2531
2524
  size = 16,
@@ -2539,15 +2532,14 @@ const PentagonLeftSolid = /*#__PURE__*/React.forwardRef(function PentagonLeftSol
2539
2532
  viewBox: "0 0 32 32",
2540
2533
  fill: "currentColor",
2541
2534
  ...rest
2542
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2543
- strokeWidth: "0",
2544
- d: "m2,16c0,.2078.0645.4158.1938.5918l9.5444,13c.1907.2599.4904.4066.8009.4082.1036.0005.2085-.0151.3109-.0481l15.4561-4.9697c.4136-.1331.6938-.5176.6938-.9519V7.9697c0-.4343-.2803-.8188-.6938-.9519L12.8501,2.0481c-.1021-.0329-.2067-.0485-.31-.0481-.3108.0013-.6109.1481-.8018.4082L2.1938,15.4082c-.1294.176-.1938.384-.1938.5918h0Z"
2535
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2536
+ d: "M30,19a4.974,4.974,0,0,0-3.2061-4.6582A6.9711,6.9711,0,0,0,13.7578,12.9a13.1418,13.1418,0,0,1,.1314-8.52A1.015,1.015,0,0,0,12.98,3a.9825.9825,0,0,0-.1746.0156A13.0958,13.0958,0,0,0,14.63,28.9971c.164.0063.3281,0,.4907,0a13.0412,13.0412,0,0,0,10.29-5.0386A4.99,4.99,0,0,0,30,19ZM14.7034,26.9976a11.0945,11.0945,0,0,1-3.201-21.584,15.1817,15.1817,0,0,0,.8443,9.3676A4.9877,4.9877,0,0,0,15,24h7.6772a11.0991,11.0991,0,0,1-7.5561,2.9976C14.9827,26.9976,14.8428,27.0024,14.7034,26.9976ZM25,22H15a2.9945,2.9945,0,0,1-.6963-5.9082l.6587-.1572.0986-.67a4.9923,4.9923,0,0,1,9.878.0005l.0986.6695.6587.1572A2.9945,2.9945,0,0,1,25,22Z"
2545
2537
  })), children);
2546
2538
  });
2547
2539
  if (process.env.NODE_ENV !== "production") {
2548
- PentagonLeftSolid.propTypes = iconPropTypes4cbeb95d.i;
2540
+ PartlyCloudyNight.propTypes = iconPropTypes4cbeb95d.i;
2549
2541
  }
2550
- const PentagonOutline = /*#__PURE__*/React.forwardRef(function PentagonOutline(_ref109, ref) {
2542
+ const Partnership = /*#__PURE__*/React.forwardRef(function Partnership(_ref109, ref) {
2551
2543
  let {
2552
2544
  children,
2553
2545
  size = 16,
@@ -2561,15 +2553,14 @@ const PentagonOutline = /*#__PURE__*/React.forwardRef(function PentagonOutline(_
2561
2553
  viewBox: "0 0 32 32",
2562
2554
  fill: "currentColor",
2563
2555
  ...rest
2564
- }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2565
- strokeWidth: "0",
2566
- d: "m16,4.2407l11.8274,8.6831-4.5261,14.0762h-14.6025l-4.5261-14.0762,11.8274-8.6831m0-2.2407c-.2078,0-.4158.0645-.5918.1938L2.4082,11.7383c-.2599.1907-.4066.4904-.4082.8009-.0005.1036.0151.2085.0481.3109l4.9697,15.4561c.1331.4136.5176.6938.9519.6938h16.0605c.4343,0,.8188-.2803.9519-.6938l4.9697-15.4561c.0329-.1021.0485-.2067.0481-.31-.0013-.3108-.1481-.6109-.4082-.8018L16.5918,2.1938c-.176-.1294-.384-.1938-.5918-.1938h0Z"
2556
+ }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2557
+ d: "M8 9a4 4 0 114-4A4 4 0 018 9zM8 3a2 2 0 102 2A2 2 0 008 3zM24 9a4 4 0 114-4A4 4 0 0124 9zm0-6a2 2 0 102 2A2 2 0 0024 3zM26 30H22a2 2 0 01-2-2V21h2v7h4V19h2V13a1 1 0 00-1-1H20.58L16 20l-4.58-8H5a1 1 0 00-1 1v6H6v9h4V21h2v7a2 2 0 01-2 2H6a2 2 0 01-2-2V21a2 2 0 01-2-2V13a3 3 0 013-3h7.58L16 16l3.42-6H27a3 3 0 013 3v6a2 2 0 01-2 2v7A2 2 0 0126 30z"
2567
2558
  })), children);
2568
2559
  });
2569
2560
  if (process.env.NODE_ENV !== "production") {
2570
- PentagonOutline.propTypes = iconPropTypes4cbeb95d.i;
2561
+ Partnership.propTypes = iconPropTypes4cbeb95d.i;
2571
2562
  }
2572
- const PentagonRightOutline = /*#__PURE__*/React.forwardRef(function PentagonRightOutline(_ref110, ref) {
2563
+ const PassengerDrinks = /*#__PURE__*/React.forwardRef(function PassengerDrinks(_ref110, ref) {
2573
2564
  let {
2574
2565
  children,
2575
2566
  size = 16,
@@ -2583,15 +2574,16 @@ const PentagonRightOutline = /*#__PURE__*/React.forwardRef(function PentagonRigh
2583
2574
  viewBox: "0 0 32 32",
2584
2575
  fill: "currentColor",
2585
2576
  ...rest
2586
- }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2587
- strokeWidth: "0",
2588
- d: "m27.7593,16l-8.6831,11.8274-14.0762-4.5261v-14.6025l14.0762-4.5261,8.6831,11.8274m2.2407,0c0-.2078-.0645-.4158-.1938-.5918L20.2617,2.4082c-.1907-.2599-.4904-.4066-.8009-.4082-.1036-.0005-.2085.0151-.3109.0481L3.6938,7.0178c-.4136.1331-.6938.5176-.6938.9519v16.0605c0,.4343.2803.8188.6938.9519l15.4561,4.9697c.1021.0329.2067.0485.31.0481.3108-.0013.6109-.1481.8018-.4082l9.5444-13c.1294-.176.1938-.384.1938-.5918h0Z"
2577
+ }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2578
+ d: "M30 4V2H22V4a3.9906 3.9906 0 003 3.8586V11H23v2h6V11H27V7.8586A3.9906 3.9906 0 0030 4zM10.5 9A3.5 3.5 0 1114 5.5 3.5042 3.5042 0 0110.5 9zm0-5A1.5 1.5 0 1012 5.5 1.5017 1.5017 0 0010.5 4zM22.4746 31.313L19.3408 24H12.2393A4.0073 4.0073 0 018.373 21.0293l-1.6337-6.126a3.8987 3.8987 0 017.5341-2.0092L15.1016 16H21v2H13.5645l-1.2227-4.5908a1.9 1.9 0 00-3.6709.979l1.6338 6.1255A2.0052 2.0052 0 0012.2393 22h8.42l3.6543 8.5254z"
2579
+ })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2580
+ d: "M18,28H7.7683a2.0025,2.0025,0,0,1-1.9326-1.4849L2.0337,12.2576l1.9326-.5152L7.7683,26H18Z"
2589
2581
  })), children);
2590
2582
  });
2591
2583
  if (process.env.NODE_ENV !== "production") {
2592
- PentagonRightOutline.propTypes = iconPropTypes4cbeb95d.i;
2584
+ PassengerDrinks.propTypes = iconPropTypes4cbeb95d.i;
2593
2585
  }
2594
- const PentagonRightSolid = /*#__PURE__*/React.forwardRef(function PentagonRightSolid(_ref111, ref) {
2586
+ const PassengerPlus = /*#__PURE__*/React.forwardRef(function PassengerPlus(_ref111, ref) {
2595
2587
  let {
2596
2588
  children,
2597
2589
  size = 16,
@@ -2605,15 +2597,16 @@ const PentagonRightSolid = /*#__PURE__*/React.forwardRef(function PentagonRightS
2605
2597
  viewBox: "0 0 32 32",
2606
2598
  fill: "currentColor",
2607
2599
  ...rest
2608
- }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2609
- strokeWidth: "0",
2610
- d: "m30,16c0-.2078-.0645-.4158-.1938-.5918L20.2617,2.4082c-.1907-.2599-.4904-.4066-.8009-.4082-.1036-.0005-.2085.0151-.3109.0481L3.6938,7.0178c-.4136.1331-.6938.5176-.6938.9519v16.0605c0,.4343.2803.8188.6938.9519l15.4561,4.9697c.1021.0329.2067.0485.31.0481.3108-.0013.6109-.1481.8018-.4082l9.5444-13c.1294-.176.1938-.384.1938-.5918h0Z"
2600
+ }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2601
+ d: "M10.5 9A3.5 3.5 0 1114 5.5 3.5042 3.5042 0 0110.5 9zm0-5A1.5 1.5 0 1012 5.5 1.5017 1.5017 0 0010.5 4zM22.4739 31.313L19.34 24H12.2385a4.0072 4.0072 0 01-3.8662-2.9707l-1.6338-6.126a3.8988 3.8988 0 017.5342-2.0092L15.1008 16H21v2H13.5637l-1.2226-4.5908a1.9 1.9 0 00-3.6709.979l1.6338 6.1255A2.0051 2.0051 0 0012.2385 22h8.42l3.6543 8.5254zM30 6L26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6z"
2602
+ })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2603
+ d: "M18,28H7.7676A2.0025,2.0025,0,0,1,5.835,26.5151L2.033,12.2576l1.9326-.5152L7.7676,26H18Z"
2611
2604
  })), children);
2612
2605
  });
2613
2606
  if (process.env.NODE_ENV !== "production") {
2614
- PentagonRightSolid.propTypes = iconPropTypes4cbeb95d.i;
2607
+ PassengerPlus.propTypes = iconPropTypes4cbeb95d.i;
2615
2608
  }
2616
- const PentagonSolid = /*#__PURE__*/React.forwardRef(function PentagonSolid(_ref112, ref) {
2609
+ const Password = /*#__PURE__*/React.forwardRef(function Password(_ref112, ref) {
2617
2610
  let {
2618
2611
  children,
2619
2612
  size = 16,
@@ -2628,14 +2621,17 @@ const PentagonSolid = /*#__PURE__*/React.forwardRef(function PentagonSolid(_ref1
2628
2621
  fill: "currentColor",
2629
2622
  ...rest
2630
2623
  }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2631
- strokeWidth: "0",
2632
- d: "m16,2c-.2078,0-.4158.0645-.5918.1938L2.4082,11.7383c-.2599.1907-.4066.4904-.4082.8009-.0005.1036.0151.2085.0481.3109l4.9697,15.4561c.1331.4136.5176.6938.9519.6938h16.0605c.4343,0,.8188-.2803.9519-.6938l4.9697-15.4561c.0329-.1021.0485-.2067.0481-.31-.0013-.3108-.1481-.6109-.4082-.8018L16.5918,2.1938c-.176-.1294-.384-.1938-.5918-.1938h0Z"
2624
+ d: "M21,2a8.9977,8.9977,0,0,0-8.6119,11.6118L2,24v6H8L18.3881,19.6118A9,9,0,1,0,21,2Zm0,16a7.0125,7.0125,0,0,1-2.0322-.3022L17.821,17.35l-.8472.8472-3.1811,3.1812L12.4141,20,11,21.4141l1.3787,1.3786-1.5859,1.586L9.4141,23,8,24.4141l1.3787,1.3786L7.1716,28H4V24.8284l9.8023-9.8023.8472-.8474-.3473-1.1467A7,7,0,1,1,21,18Z"
2625
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2626
+ cx: "22",
2627
+ cy: "10",
2628
+ r: "2"
2633
2629
  })), children);
2634
2630
  });
2635
2631
  if (process.env.NODE_ENV !== "production") {
2636
- PentagonSolid.propTypes = iconPropTypes4cbeb95d.i;
2632
+ Password.propTypes = iconPropTypes4cbeb95d.i;
2637
2633
  }
2638
- const Percentage = /*#__PURE__*/React.forwardRef(function Percentage(_ref113, ref) {
2634
+ const Paste = /*#__PURE__*/React.forwardRef(function Paste(_ref113, ref) {
2639
2635
  let {
2640
2636
  children,
2641
2637
  size = 16,
@@ -2650,23 +2646,33 @@ const Percentage = /*#__PURE__*/React.forwardRef(function Percentage(_ref113, re
2650
2646
  fill: "currentColor",
2651
2647
  ...rest
2652
2648
  }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2653
- d: "M9,14a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,9,14ZM9,6a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,9,6Z"
2649
+ d: "M26,20H17.83l2.58-2.59L19,16l-5,5,5,5,1.41-1.41L17.83,22H26v8h2V22A2,2,0,0,0,26,20Z"
2654
2650
  })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2655
- d: "M0.029 15H31.97V17H0.029z",
2656
- transform: "rotate(-45 16 16)"
2657
- })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2658
- d: "M23,28a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,23,28Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,23,20Z"
2651
+ d: "M23.71,9.29l-7-7A1,1,0,0,0,16,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2h8V28H6V4h8v6a2,2,0,0,0,2,2h6v2h2V10A1,1,0,0,0,23.71,9.29ZM16,4.41,21.59,10H16Z"
2659
2652
  })), children);
2660
2653
  });
2661
2654
  if (process.env.NODE_ENV !== "production") {
2662
- Percentage.propTypes = iconPropTypes4cbeb95d.i;
2655
+ Paste.propTypes = iconPropTypes4cbeb95d.i;
2663
2656
  }
2664
- const PercentageFilled = /*#__PURE__*/React.forwardRef(function PercentageFilled(_ref114, ref) {
2657
+ const Pause = /*#__PURE__*/React.forwardRef(function Pause(_ref114, ref) {
2665
2658
  let {
2666
2659
  children,
2667
2660
  size = 16,
2668
2661
  ...rest
2669
2662
  } = _ref114;
2663
+ if (size === 16 || size === "16" || size === "16px") {
2664
+ return /*#__PURE__*/React.createElement(Icon.default, {
2665
+ width: size,
2666
+ height: size,
2667
+ ref: ref,
2668
+ xmlns: "http://www.w3.org/2000/svg",
2669
+ viewBox: "0 0 16 16",
2670
+ fill: "currentColor",
2671
+ ...rest
2672
+ }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2673
+ d: "M6 4v8H4V4H6M6 3H4C3.4 3 3 3.4 3 4v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V4C7 3.4 6.6 3 6 3zM12 4v8h-2V4H12M12 3h-2C9.4 3 9 3.4 9 4v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V4C13 3.4 12.6 3 12 3z"
2674
+ })), children);
2675
+ }
2670
2676
  return /*#__PURE__*/React.createElement(Icon.default, {
2671
2677
  width: size,
2672
2678
  height: size,
@@ -2676,18 +2682,13 @@ const PercentageFilled = /*#__PURE__*/React.forwardRef(function PercentageFilled
2676
2682
  fill: "currentColor",
2677
2683
  ...rest
2678
2684
  }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2679
- d: "M9,14a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,9,14Z"
2680
- })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2681
- d: "M0.029 15H31.97V17H0.029z",
2682
- transform: "rotate(-45 16 16)"
2683
- })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2684
- d: "M23,28a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,23,28Z"
2685
+ d: "M12 8V24H8V8h4m0-2H8A2 2 0 006 8V24a2 2 0 002 2h4a2 2 0 002-2V8a2 2 0 00-2-2zM24 8V24H20V8h4m0-2H20a2 2 0 00-2 2V24a2 2 0 002 2h4a2 2 0 002-2V8a2 2 0 00-2-2z"
2685
2686
  })), children);
2686
2687
  });
2687
2688
  if (process.env.NODE_ENV !== "production") {
2688
- PercentageFilled.propTypes = iconPropTypes4cbeb95d.i;
2689
+ Pause.propTypes = iconPropTypes4cbeb95d.i;
2689
2690
  }
2690
- const Person = /*#__PURE__*/React.forwardRef(function Person(_ref115, ref) {
2691
+ const PauseFilled = /*#__PURE__*/React.forwardRef(function PauseFilled(_ref115, ref) {
2691
2692
  let {
2692
2693
  children,
2693
2694
  size = 16,
@@ -2701,19 +2702,34 @@ const Person = /*#__PURE__*/React.forwardRef(function Person(_ref115, ref) {
2701
2702
  viewBox: "0 0 32 32",
2702
2703
  fill: "currentColor",
2703
2704
  ...rest
2704
- }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2705
- d: "M18 30H14a2 2 0 01-2-2V21a2 2 0 01-2-2V13a3 3 0 013-3h6a3 3 0 013 3v6a2 2 0 01-2 2v7A2 2 0 0118 30zM13 12a.94.94 0 00-1 1v6h2v9h4V19h2V13a.94.94 0 00-1-1zM16 9a4 4 0 114-4h0A4 4 0 0116 9zm0-6a2 2 0 102 2h0a2 2 0 00-2-2z"
2705
+ }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2706
+ d: "M12 6H10A2 2 0 008 8V24a2 2 0 002 2h2a2 2 0 002-2V8a2 2 0 00-2-2zM22 6H20a2 2 0 00-2 2V24a2 2 0 002 2h2a2 2 0 002-2V8a2 2 0 00-2-2z"
2706
2707
  })), children);
2707
2708
  });
2708
2709
  if (process.env.NODE_ENV !== "production") {
2709
- Person.propTypes = iconPropTypes4cbeb95d.i;
2710
+ PauseFilled.propTypes = iconPropTypes4cbeb95d.i;
2710
2711
  }
2711
- const PersonFavorite = /*#__PURE__*/React.forwardRef(function PersonFavorite(_ref116, ref) {
2712
+ const PauseOutline = /*#__PURE__*/React.forwardRef(function PauseOutline(_ref116, ref) {
2712
2713
  let {
2713
2714
  children,
2714
2715
  size = 16,
2715
2716
  ...rest
2716
2717
  } = _ref116;
2718
+ if (size === 16 || size === "16" || size === "16px") {
2719
+ return /*#__PURE__*/React.createElement(Icon.default, {
2720
+ width: size,
2721
+ height: size,
2722
+ ref: ref,
2723
+ xmlns: "http://www.w3.org/2000/svg",
2724
+ viewBox: "0 0 16 16",
2725
+ fill: "currentColor",
2726
+ ...rest
2727
+ }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2728
+ d: "M7 5L6 5 6 11 7 11 7 5zM10 5L9 5 9 11 10 11 10 5z"
2729
+ })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2730
+ d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"
2731
+ })), children);
2732
+ }
2717
2733
  return /*#__PURE__*/React.createElement(Icon.default, {
2718
2734
  width: size,
2719
2735
  height: size,
@@ -2723,18 +2739,33 @@ const PersonFavorite = /*#__PURE__*/React.forwardRef(function PersonFavorite(_re
2723
2739
  fill: "currentColor",
2724
2740
  ...rest
2725
2741
  }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2726
- d: "M10 31H6a2.0059 2.0059 0 01-2-2V22a2.0059 2.0059 0 01-2-2V14a2.9465 2.9465 0 013-3h6a2.9465 2.9465 0 013 3v6a2.0059 2.0059 0 01-2 2v7A2.0059 2.0059 0 0110 31zM5 13a.9448.9448 0 00-1 1v6H6v9h4V20h2V14a.9448.9448 0 00-1-1zM8 10a4 4 0 114-4A4.0045 4.0045 0 018 10zM8 4a2 2 0 102 2A2.002 2.002 0 008 4zM28.7663 4.2558A4.2121 4.2121 0 0023 4.0321a4.2121 4.2121 0 00-5.7663.2237 4.319 4.319 0 000 6.0447L22.998 16.14 23 16.1376l.002.0019 5.7643-5.839A4.319 4.319 0 0028.7663 4.2558zM27.342 8.8948l-4.34 4.3973L23 13.29l-.002.002-4.34-4.3973a2.3085 2.3085 0 010-3.2338 2.2639 2.2639 0 013.1561 0l1.181 1.2074L23 6.8634l.0049.005 1.181-1.2074a2.2639 2.2639 0 013.1561 0A2.3085 2.3085 0 0127.342 8.8948z"
2742
+ d: "M14 10L12 10 12 22 14 22 14 10 14 10zM20 10L18 10 18 22 20 22 20 10 20 10z"
2743
+ })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2744
+ d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
2727
2745
  })), children);
2728
2746
  });
2729
2747
  if (process.env.NODE_ENV !== "production") {
2730
- PersonFavorite.propTypes = iconPropTypes4cbeb95d.i;
2748
+ PauseOutline.propTypes = iconPropTypes4cbeb95d.i;
2731
2749
  }
2732
- const Pest = /*#__PURE__*/React.forwardRef(function Pest(_ref117, ref) {
2750
+ const PauseOutlineFilled = /*#__PURE__*/React.forwardRef(function PauseOutlineFilled(_ref117, ref) {
2733
2751
  let {
2734
2752
  children,
2735
2753
  size = 16,
2736
2754
  ...rest
2737
2755
  } = _ref117;
2756
+ if (size === 16 || size === "16" || size === "16px") {
2757
+ return /*#__PURE__*/React.createElement(Icon.default, {
2758
+ width: size,
2759
+ height: size,
2760
+ ref: ref,
2761
+ xmlns: "http://www.w3.org/2000/svg",
2762
+ viewBox: "0 0 16 16",
2763
+ fill: "currentColor",
2764
+ ...rest
2765
+ }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2766
+ d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M7,11H6V5h1V11z M10,11H9V5h1V11z"
2767
+ })), children);
2768
+ }
2738
2769
  return /*#__PURE__*/React.createElement(Icon.default, {
2739
2770
  width: size,
2740
2771
  height: size,
@@ -2743,26 +2774,14 @@ const Pest = /*#__PURE__*/React.forwardRef(function Pest(_ref117, ref) {
2743
2774
  viewBox: "0 0 32 32",
2744
2775
  fill: "currentColor",
2745
2776
  ...rest
2746
- }, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
2747
- cx: "7.5",
2748
- cy: "9.5",
2749
- r: "1.5"
2750
- })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
2751
- cx: "13",
2752
- cy: "13",
2753
- r: "1"
2754
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
2755
- cx: "22",
2756
- cy: "21",
2757
- r: "1"
2758
- })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2759
- d: "M25,14a8.9844,8.9844,0,0,0-7,3.3555V13a10.9054,10.9054,0,0,0-1.0093-4.5845l-.3569-.7768L15.811,7.87A2.9549,2.9549,0,0,1,15,8a3.0033,3.0033,0,0,1-3-3,2.9574,2.9574,0,0,1,.1294-.8105l.2324-.8233-.7773-.3569A10.9115,10.9115,0,0,0,7,2H2V9a10.8954,10.8954,0,0,0,2.2339,6.627l.3887.4277.54-.0381a5.5286,5.5286,0,0,1,5.3628,3.2559l.2207.497.5376.0845A11.0219,11.0219,0,0,0,13,20h3V30h2V26h3a9.01,9.01,0,0,0,9-9V14ZM12.1016,17.9468A7.51,7.51,0,0,0,5.5283,14,8.8945,8.8945,0,0,1,4,9V4H7a8.8624,8.8624,0,0,1,3.0259.53A4.2457,4.2457,0,0,0,10,5a4.9658,4.9658,0,0,0,5.47,4.9736A8.8793,8.8793,0,0,1,16,13v5H13A8.1153,8.1153,0,0,1,12.1016,17.9468ZM28,17a7.0078,7.0078,0,0,1-7,7H18V23a7.01,7.01,0,0,1,5.0212-6.7109A1.4971,1.4971,0,1,0,26,16.5a1.485,1.485,0,0,0-.0918-.5H28Z"
2777
+ }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2778
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,22H12V10h2Zm6,0H18V10h2Z"
2760
2779
  })), children);
2761
2780
  });
2762
2781
  if (process.env.NODE_ENV !== "production") {
2763
- Pest.propTypes = iconPropTypes4cbeb95d.i;
2782
+ PauseOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
2764
2783
  }
2765
- const WatsonHealthPetImageB = /*#__PURE__*/React.forwardRef(function WatsonHealthPetImageB(_ref118, ref) {
2784
+ const PauseFuture = /*#__PURE__*/React.forwardRef(function PauseFuture(_ref118, ref) {
2766
2785
  let {
2767
2786
  children,
2768
2787
  size = 16,
@@ -2776,28 +2795,16 @@ const WatsonHealthPetImageB = /*#__PURE__*/React.forwardRef(function WatsonHealt
2776
2795
  viewBox: "0 0 32 32",
2777
2796
  fill: "currentColor",
2778
2797
  ...rest
2779
- }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2780
- d: "M19 21H21V24H19zM19 0H21V3H19zM8 11H11V13H8zM29 11H32V13H29z"
2781
- })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2782
- d: "M11.59 3.07H13.57V6.07H11.59z",
2783
- transform: "rotate(-45 12.586 4.577)"
2784
- })), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2785
- d: "M26.44 17.92H28.42V20.92H26.44z",
2786
- transform: "rotate(-45 27.43 19.408)"
2798
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2799
+ d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
2787
2800
  })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2788
- d: "M11.09 18.42H14.09V20.400000000000002H11.09z",
2789
- transform: "rotate(-45 12.592 19.414)"
2790
- })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2791
- d: "M25.93 3.58H28.93V5.5600000000000005H25.93z",
2792
- transform: "rotate(-45 27.423 4.57)"
2793
- })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2794
- d: "M20 5a7 7 0 107 7A7 7 0 0020 5zm0 12A5 5 0 0120 7zM5 18H0V32H5a3 3 0 003-3V27a3 3 0 00-.78-2A3 3 0 008 23V21A3 3 0 005 18zM2 20H5a1 1 0 011 1v2a1 1 0 01-1 1H2zm4 9a1 1 0 01-1 1H2V26H5a1 1 0 011 1zM2 2L9 2 9 0 0 0 0 9 2 9 2 2z"
2801
+ d: "M16,2A13.9158,13.9158,0,0,1,26,6.2343V2h2v8H20V8h4.9217A11.9818,11.9818,0,1,0,28,16h2A14,14,0,1,1,16,2Z"
2795
2802
  })), children);
2796
2803
  });
2797
2804
  if (process.env.NODE_ENV !== "production") {
2798
- WatsonHealthPetImageB.propTypes = iconPropTypes4cbeb95d.i;
2805
+ PauseFuture.propTypes = iconPropTypes4cbeb95d.i;
2799
2806
  }
2800
- const WatsonHealthPetImageO = /*#__PURE__*/React.forwardRef(function WatsonHealthPetImageO(_ref119, ref) {
2807
+ const PausePast = /*#__PURE__*/React.forwardRef(function PausePast(_ref119, ref) {
2801
2808
  let {
2802
2809
  children,
2803
2810
  size = 16,
@@ -2811,28 +2818,16 @@ const WatsonHealthPetImageO = /*#__PURE__*/React.forwardRef(function WatsonHealt
2811
2818
  viewBox: "0 0 32 32",
2812
2819
  fill: "currentColor",
2813
2820
  ...rest
2814
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2815
- d: "M11 29H13V32H11zM11 8H13V11H11zM0 19H3V21H0zM21 19H24V21H21z"
2816
- })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2817
- d: "M3.59 11.09H5.57V14.09H3.59z",
2818
- transform: "rotate(-45 4.585 12.59)"
2819
- })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2820
- d: "M18.44 25.93H20.42V28.93H18.44z",
2821
- transform: "rotate(-45 19.429 27.422)"
2822
- })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2823
- d: "M3.09 26.44H6.09V28.42H3.09z",
2824
- transform: "rotate(-45 4.591 27.428)"
2825
- })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2826
- d: "M17.93 11.59H20.93V13.57H17.93z",
2827
- transform: "rotate(-45 19.423 12.585)"
2828
- })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2829
- d: "M12 13a7 7 0 107 7A7 7 0 0012 13zm0 12a5 5 0 010-10zM2 2L9 2 9 0 0 0 0 9 2 9 2 2zM30 0H26a2 2 0 00-2 2V12a2 2 0 002 2h4a2 2 0 002-2V2A2 2 0 0030 0zM26 12V2h4V12z"
2821
+ }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2822
+ d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
2823
+ })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2824
+ d: "M16,2A13.9158,13.9158,0,0,0,6,6.2343V2H4v8h8V8H7.0783A11.9818,11.9818,0,1,1,4,16H2A14,14,0,1,0,16,2Z"
2830
2825
  })), children);
2831
2826
  });
2832
2827
  if (process.env.NODE_ENV !== "production") {
2833
- WatsonHealthPetImageO.propTypes = iconPropTypes4cbeb95d.i;
2828
+ PausePast.propTypes = iconPropTypes4cbeb95d.i;
2834
2829
  }
2835
- const Phone = /*#__PURE__*/React.forwardRef(function Phone(_ref120, ref) {
2830
+ const PcnENode = /*#__PURE__*/React.forwardRef(function PcnENode(_ref120, ref) {
2836
2831
  let {
2837
2832
  children,
2838
2833
  size = 16,
@@ -2846,14 +2841,16 @@ const Phone = /*#__PURE__*/React.forwardRef(function Phone(_ref120, ref) {
2846
2841
  viewBox: "0 0 32 32",
2847
2842
  fill: "currentColor",
2848
2843
  ...rest
2849
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2850
- d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.76,3h5.51a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.37,9.37,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5A1,1,0,0,0,5,6v.08C5.46,12,8.41,26,25.94,27A1,1,0,0,0,27,26.06V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z"
2844
+ }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2845
+ d: "M20 11L20 9 12 9 12 23 20 23 20 21 14 21 14 17 19 17 19 15 14 15 14 11 20 11z"
2846
+ })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2847
+ d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
2851
2848
  })), children);
2852
2849
  });
2853
2850
  if (process.env.NODE_ENV !== "production") {
2854
- Phone.propTypes = iconPropTypes4cbeb95d.i;
2851
+ PcnENode.propTypes = iconPropTypes4cbeb95d.i;
2855
2852
  }
2856
- const PhoneApplication = /*#__PURE__*/React.forwardRef(function PhoneApplication(_ref121, ref) {
2853
+ const PcnMilitary = /*#__PURE__*/React.forwardRef(function PcnMilitary(_ref121, ref) {
2857
2854
  let {
2858
2855
  children,
2859
2856
  size = 16,
@@ -2867,14 +2864,20 @@ const PhoneApplication = /*#__PURE__*/React.forwardRef(function PhoneApplication
2867
2864
  viewBox: "0 0 32 32",
2868
2865
  fill: "currentColor",
2869
2866
  ...rest
2870
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2871
- d: "M26 2H30V6H26zM26 8H30V12H26zM20 2H24V6H20zM20 8H24V12H20zM25 30h-.17C5.18 28.87 2.39 12.29 2 7.23A3 3 0 014.7611 4.0088Q4.88 4 5 4h5.27a2 2 0 011.86 1.26L13.65 9a2 2 0 01-.44 2.16l-2.13 2.15a9.36 9.36 0 007.58 7.6l2.17-2.15A2 2 0 0123 18.35l3.77 1.51A2 2 0 0128 21.72V27A3 3 0 0125 30zM5 6a1 1 0 00-1.0032.9968c0 .0278.001.0555.0032.0832C4.46 13 7.41 27 24.94 28a1 1 0 001.0581-.9382Q26 27.0309 26 27V21.72l-3.77-1.51-2.87 2.85L18.88 23C10.18 21.91 9 13.21 9 13.12l-.06-.48 2.84-2.87L10.28 6z"
2867
+ }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2868
+ d: "M16 16L14.407 19 11 19.414 13.5 21.667 13 25 16 23.125 19 25 18.5 21.667 21 19.414 17.5 19 16 16z"
2869
+ })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2870
+ d: "M12.414 17.414L16 13.834 16 13.834 19.588 17.416 21 16 16 11 11 16 12.414 17.414z"
2871
+ })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2872
+ d: "M12.414 12.414L16 8.834 16 8.834 19.588 12.416 21 11 16 6 11 11 12.414 12.414z"
2873
+ })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2874
+ d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
2872
2875
  })), children);
2873
2876
  });
2874
2877
  if (process.env.NODE_ENV !== "production") {
2875
- PhoneApplication.propTypes = iconPropTypes4cbeb95d.i;
2878
+ PcnMilitary.propTypes = iconPropTypes4cbeb95d.i;
2876
2879
  }
2877
- const PhoneBlock = /*#__PURE__*/React.forwardRef(function PhoneBlock(_ref122, ref) {
2880
+ const PcnPNode = /*#__PURE__*/React.forwardRef(function PcnPNode(_ref122, ref) {
2878
2881
  let {
2879
2882
  children,
2880
2883
  size = 16,
@@ -2888,16 +2891,16 @@ const PhoneBlock = /*#__PURE__*/React.forwardRef(function PhoneBlock(_ref122, re
2888
2891
  viewBox: "0 0 32 32",
2889
2892
  fill: "currentColor",
2890
2893
  ...rest
2891
- }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2892
- d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.7612,3.0088Q5.88,3,6,3h5.27a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.36,9.36,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5a1,1,0,0,0-1.0032.9968q0,.0417.0032.0832C5.46,12,8.41,26,25.94,27a1,1,0,0,0,1.0582-.9382Q27,26.0309,27,26V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z"
2893
- })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2894
- d: "M24.41 9L28 5.41 26.59 4 23 7.59 19.41 4 18 5.41 21.59 9 18 12.59 19.41 14 23 10.41 26.59 14 28 12.59 24.41 9z"
2894
+ }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2895
+ d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V10.9985H14Z"
2896
+ })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2897
+ d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
2895
2898
  })), children);
2896
2899
  });
2897
2900
  if (process.env.NODE_ENV !== "production") {
2898
- PhoneBlock.propTypes = iconPropTypes4cbeb95d.i;
2901
+ PcnPNode.propTypes = iconPropTypes4cbeb95d.i;
2899
2902
  }
2900
- const PhoneBlockFilled = /*#__PURE__*/React.forwardRef(function PhoneBlockFilled(_ref123, ref) {
2903
+ const PcnZNode = /*#__PURE__*/React.forwardRef(function PcnZNode(_ref123, ref) {
2901
2904
  let {
2902
2905
  children,
2903
2906
  size = 16,
@@ -2911,16 +2914,16 @@ const PhoneBlockFilled = /*#__PURE__*/React.forwardRef(function PhoneBlockFilled
2911
2914
  viewBox: "0 0 32 32",
2912
2915
  fill: "currentColor",
2913
2916
  ...rest
2914
- }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2915
- d: "M20.3333,21.4823l2.24-2.24a2.1667,2.1667,0,0,1,2.3368-.48l2.7281,1.0913A2.1666,2.1666,0,0,1,29,21.8659v4.9613a2.1668,2.1668,0,0,1-2.2843,2.1686C7.5938,27.8054,3.7321,11.6114,3.0146,5.4079A2.162,2.162,0,0,1,5.1692,3H10.042a2.1666,2.1666,0,0,1,2.0117,1.362L13.145,7.09a2.1666,2.1666,0,0,1-.48,2.3367l-2.24,2.24S11.6667,20.399,20.3333,21.4823Z"
2916
- })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2917
- d: "M24.41 9L28 5.41 26.59 4 23 7.59 19.41 4 18 5.41 21.59 9 18 12.59 19.41 14 23 10.41 26.59 14 28 12.59 24.41 9z"
2917
+ }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2918
+ d: "M20 9L12 9 12 11 18 11 12 21 12 23 20 23 20 21 14 21 20 11 20 9z"
2919
+ })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2920
+ d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
2918
2921
  })), children);
2919
2922
  });
2920
2923
  if (process.env.NODE_ENV !== "production") {
2921
- PhoneBlockFilled.propTypes = iconPropTypes4cbeb95d.i;
2924
+ PcnZNode.propTypes = iconPropTypes4cbeb95d.i;
2922
2925
  }
2923
- const PhoneFilled = /*#__PURE__*/React.forwardRef(function PhoneFilled(_ref124, ref) {
2926
+ const Pdf = /*#__PURE__*/React.forwardRef(function Pdf(_ref124, ref) {
2924
2927
  let {
2925
2928
  children,
2926
2929
  size = 16,
@@ -2934,14 +2937,14 @@ const PhoneFilled = /*#__PURE__*/React.forwardRef(function PhoneFilled(_ref124,
2934
2937
  viewBox: "0 0 32 32",
2935
2938
  fill: "currentColor",
2936
2939
  ...rest
2937
- }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2938
- d: "M20.33,21.48l2.24-2.24a2.19,2.19,0,0,1,2.34-.48l2.73,1.09a2.18,2.18,0,0,1,1.36,2v5A2.17,2.17,0,0,1,26.72,29C7.59,27.81,3.73,11.61,3,5.41A2.17,2.17,0,0,1,5.17,3H10a2.16,2.16,0,0,1,2,1.36l1.09,2.73a2.16,2.16,0,0,1-.47,2.34l-2.24,2.24S11.67,20.4,20.33,21.48Z"
2940
+ }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2941
+ d: "M30 11L30 9 22 9 22 23 24 23 24 17 29 17 29 15 24 15 24 11 30 11zM8 9H2V23H4V18H8a2 2 0 002-2V11A2 2 0 008 9zm0 7H4V11H8zM16 23H12V9h4a4 4 0 014 4v6A4 4 0 0116 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H14z"
2939
2942
  })), children);
2940
2943
  });
2941
2944
  if (process.env.NODE_ENV !== "production") {
2942
- PhoneFilled.propTypes = iconPropTypes4cbeb95d.i;
2945
+ Pdf.propTypes = iconPropTypes4cbeb95d.i;
2943
2946
  }
2944
- const PhoneIncoming = /*#__PURE__*/React.forwardRef(function PhoneIncoming(_ref125, ref) {
2947
+ const PdfReference = /*#__PURE__*/React.forwardRef(function PdfReference(_ref125, ref) {
2945
2948
  let {
2946
2949
  children,
2947
2950
  size = 16,
@@ -2955,16 +2958,40 @@ const PhoneIncoming = /*#__PURE__*/React.forwardRef(function PhoneIncoming(_ref1
2955
2958
  viewBox: "0 0 32 32",
2956
2959
  fill: "currentColor",
2957
2960
  ...rest
2958
- }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2959
- d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.7612,3.0088Q5.88,3,6,3h5.27a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.36,9.36,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5a1,1,0,0,0-1.0032.9968q0,.0417.0032.0832C5.46,12,8.41,26,25.94,27a1,1,0,0,0,1.0582-.9382Q27,26.0309,27,26V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z"
2960
- })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2961
- d: "M27 13L27 11 22.414 11 29 4.414 27.586 3 21 9.586 21 5 19 5 19 13 27 13z"
2961
+ }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2962
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM22 16L24 16 24 10 29 10 29 8 24 8 24 4 30 4 30 2 22 2 22 16zM16 2H12V16h4a4 4 0 004-4V6A4 4 0 0016 2zm2 10a2 2 0 01-2 2H14V4h2a2 2 0 012 2zM8 2H2V16H4V11H8a2 2 0 002-2V4A2 2 0 008 2zM8 9H4V4H8z"
2962
2963
  })), children);
2963
2964
  });
2964
2965
  if (process.env.NODE_ENV !== "production") {
2965
- PhoneIncoming.propTypes = iconPropTypes4cbeb95d.i;
2966
+ PdfReference.propTypes = iconPropTypes4cbeb95d.i;
2966
2967
  }
2967
2968
 
2969
+ exports.NavaidVortac = NavaidVortac;
2970
+ exports.Need = Need;
2971
+ exports.NetworkAdminControl = NetworkAdminControl;
2972
+ exports.NetworkEnterprise = NetworkEnterprise;
2973
+ exports.NetworkInterface = NetworkInterface;
2974
+ exports.NetworkOverlay = NetworkOverlay;
2975
+ exports.NetworkPublic = NetworkPublic;
2976
+ exports.NetworkTimeProtocol = NetworkTimeProtocol;
2977
+ exports.Network_1 = Network_1;
2978
+ exports.Network_2 = Network_2;
2979
+ exports.Network_3 = Network_3;
2980
+ exports.Network_3Reference = Network_3Reference;
2981
+ exports.Network_4 = Network_4;
2982
+ exports.Network_4Reference = Network_4Reference;
2983
+ exports.NewTab = NewTab;
2984
+ exports.NextFilled = NextFilled;
2985
+ exports.NextOutline = NextOutline;
2986
+ exports.NoImage = NoImage;
2987
+ exports.NoTicket = NoTicket;
2988
+ exports.Nominal = Nominal;
2989
+ exports.NonCertified = NonCertified;
2990
+ exports.NoodleBowl = NoodleBowl;
2991
+ exports.NotAvailable = NotAvailable;
2992
+ exports.NotSent = NotSent;
2993
+ exports.NotSentFilled = NotSentFilled;
2994
+ exports.Notebook = Notebook;
2968
2995
  exports.NotebookReference = NotebookReference;
2969
2996
  exports.Notification = Notification;
2970
2997
  exports.NotificationCounter = NotificationCounter;
@@ -2972,6 +2999,7 @@ exports.NotificationFilled = NotificationFilled;
2972
2999
  exports.NotificationNew = NotificationNew;
2973
3000
  exports.NotificationOff = NotificationOff;
2974
3001
  exports.NotificationOffFilled = NotificationOffFilled;
3002
+ exports.NullSign = NullSign;
2975
3003
  exports.NumberSmall_0 = NumberSmall_0;
2976
3004
  exports.NumberSmall_1 = NumberSmall_1;
2977
3005
  exports.NumberSmall_2 = NumberSmall_2;
@@ -3058,35 +3086,8 @@ exports.PcnPNode = PcnPNode;
3058
3086
  exports.PcnZNode = PcnZNode;
3059
3087
  exports.Pdf = Pdf;
3060
3088
  exports.PdfReference = PdfReference;
3061
- exports.Pedestrian = Pedestrian;
3062
- exports.PedestrianChild = PedestrianChild;
3063
- exports.PedestrianFamily = PedestrianFamily;
3064
- exports.Pen = Pen;
3065
- exports.PenFountain = PenFountain;
3066
- exports.Pending = Pending;
3067
- exports.PendingFilled = PendingFilled;
3068
- exports.PentagonDownOutline = PentagonDownOutline;
3069
- exports.PentagonDownSolid = PentagonDownSolid;
3070
- exports.PentagonLeftOutline = PentagonLeftOutline;
3071
- exports.PentagonLeftSolid = PentagonLeftSolid;
3072
- exports.PentagonOutline = PentagonOutline;
3073
- exports.PentagonRightOutline = PentagonRightOutline;
3074
- exports.PentagonRightSolid = PentagonRightSolid;
3075
- exports.PentagonSolid = PentagonSolid;
3076
- exports.Percentage = Percentage;
3077
- exports.PercentageFilled = PercentageFilled;
3078
- exports.Person = Person;
3079
- exports.PersonFavorite = PersonFavorite;
3080
- exports.Pest = Pest;
3081
- exports.Phone = Phone;
3082
- exports.PhoneApplication = PhoneApplication;
3083
- exports.PhoneBlock = PhoneBlock;
3084
- exports.PhoneBlockFilled = PhoneBlockFilled;
3085
- exports.PhoneFilled = PhoneFilled;
3086
- exports.PhoneIncoming = PhoneIncoming;
3087
3089
  exports.QOperation = QOperation;
3088
3090
  exports.QOperationGauge = QOperationGauge;
3089
3091
  exports.QOperationIf = QOperationIf;
3092
+ exports.WatsonHealthNominate = WatsonHealthNominate;
3090
3093
  exports.WatsonHealthPageScroll = WatsonHealthPageScroll;
3091
- exports.WatsonHealthPetImageB = WatsonHealthPetImageB;
3092
- exports.WatsonHealthPetImageO = WatsonHealthPetImageO;