@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,9 @@ 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, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _circle, _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, _circle2, _path42, _path43, _circle3, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _switch, _switch2, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _circle4, _circle5, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _circle6, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _circle7, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _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, _circle8, _path153, _path154, _path155, _circle9, _circle10, _circle11, _circle12, _circle13, _circle14, _circle15, _circle16, _circle17, _path156, _circle18, _circle19, _circle20, _circle21, _circle22, _circle23, _circle24, _circle25, _circle26, _circle27, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _circle34, _path157, _path158, _path159, _path160, _circle35, _path161, _path162, _path163, _circle36, _path164, _circle37, _path165, _circle38, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _circle39, _circle40, _circle41, _path175, _circle42, _path176, _circle43, _circle44, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211;
16
- const MagicWandFilled = /*#__PURE__*/React.forwardRef(function MagicWandFilled(_ref, ref) {
15
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _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, _path53, _path54, _circle, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _circle2, _path80, _path81, _circle3, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _switch, _switch2, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _circle4, _circle5, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _circle6, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _circle7, _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, _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, _circle8, _path192, _path193, _path194, _circle9, _circle10, _circle11, _circle12, _circle13, _circle14, _circle15, _circle16, _circle17, _path195, _circle18, _circle19, _circle20, _circle21, _circle22, _circle23, _circle24, _circle25, _circle26, _circle27, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _circle34, _path196, _path197, _path198, _path199, _circle35, _path200, _path201, _path202, _circle36, _path203, _circle37, _path204;
16
+ const didWarnAboutDeprecation = {};
17
+ const LogoRedHatAnsible = /*#__PURE__*/React.forwardRef(function LogoRedHatAnsible(_ref, ref) {
17
18
  let {
18
19
  children,
19
20
  size = 16,
@@ -28,22 +29,15 @@ const MagicWandFilled = /*#__PURE__*/React.forwardRef(function MagicWandFilled(_
28
29
  fill: "currentColor",
29
30
  ...rest
30
31
  }, _path || (_path = /*#__PURE__*/React.createElement("path", {
31
- d: "M29.4141,24,12,6.5859a2.0476,2.0476,0,0,0-2.8281,0l-2.586,2.586a2.0021,2.0021,0,0,0,0,2.8281L23.999,29.4141a2.0024,2.0024,0,0,0,2.8281,0l2.587-2.5865a1.9993,1.9993,0,0,0,0-2.8281ZM8,10.5859,10.5859,8l5,5-2.5866,2.5869-5-5Z"
32
+ d: "M21.9104,20.5859h0l-5-11c-.1577-.3452-.5061-.5859-.9104-.5859s-.7529,.2407-.9104,.5859l-5,11c-.0576,.1265-.0896,.2661-.0896,.4141,0,.5522,.4478,1,1,1,.4043,0,.7527-.2407,.9104-.5859l1.9985-4.3965,6.4978,4.7876c.166,.1226,.3711,.1948,.5933,.1948,.5522,0,1-.4478,1-1,0-.1479-.032-.2881-.0896-.4141Zm-5.9104-8.1689l2.499,5.498-3.7441-2.7588,1.2451-2.7393Z"
32
33
  })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
- d: "M2.586 14.586H5.414V17.414H2.586z",
34
- transform: "rotate(-45 4 16)"
35
- })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
36
- d: "M14.586 2.586H17.414V5.414H14.586z",
37
- transform: "rotate(-45 16 4)"
38
- })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
39
- d: "M2.586 2.586H5.414V5.414H2.586z",
40
- transform: "rotate(-45 4 4)"
34
+ d: "M16,30c-7.7197,0-14-6.2803-14-14S8.2803,2,16,2s14,6.2803,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3833-12,12s5.3833,12,12,12,12-5.3833,12-12-5.3833-12-12-12Z"
41
35
  })), children);
42
36
  });
43
37
  if (process.env.NODE_ENV !== "production") {
44
- MagicWandFilled.propTypes = iconPropTypes4cbeb95d.i;
38
+ LogoRedHatAnsible.propTypes = iconPropTypes4cbeb95d.i;
45
39
  }
46
- const WatsonHealthMagnify = /*#__PURE__*/React.forwardRef(function WatsonHealthMagnify(_ref2, ref) {
40
+ const LogoSketch = /*#__PURE__*/React.forwardRef(function LogoSketch(_ref2, ref) {
47
41
  let {
48
42
  children,
49
43
  size = 16,
@@ -57,16 +51,14 @@ const WatsonHealthMagnify = /*#__PURE__*/React.forwardRef(function WatsonHealthM
57
51
  viewBox: "0 0 32 32",
58
52
  fill: "currentColor",
59
53
  ...rest
60
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
61
- d: "M12,21H4V4H22v8h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V21a2,2,0,0,0,2,2h8Z"
62
- })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
63
- d: "M30,28.58l-3.11-3.11a6,6,0,1,0-1.42,1.42L28.58,30ZM22,26a4,4,0,1,1,4-4A4,4,0,0,1,22,26Z"
54
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
55
+ d: "M16.1,3.2l7.7,0.9c0.2,0,0.3,0.1,0.4,0.2l5.7,7.7c0.2,0.2,0.2,0.5,0,0.7l-13.6,16c-0.1,0.1-0.3,0.1-0.4,0c0,0,0,0,0,0 l-13.6-16C2,12.5,2,12.2,2.1,12l5.7-7.7c0.1-0.1,0.2-0.2,0.4-0.2l7.7-0.9C16,3.2,16,3.2,16.1,3.2z M17.7,4.8c0,0-0.1,0-0.2,0 c0,0-0.1,0.1,0,0.2l0,0l4.3,5.4c0,0.1,0.1,0.1,0.1,0.2c0,0.2-0.1,0.3-0.3,0.3l0,0H10.4c-0.1,0-0.1,0-0.2-0.1 c-0.1-0.1-0.1-0.3-0.1-0.4l0,0L14.5,5c0,0,0-0.1,0-0.2c0,0-0.1,0-0.2,0l0,0l-5.9,5.9c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.2-0.1-0.2-0.2v0 l0.2-4.3c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1l0,0l-1.1,4.9c0,0.2-0.2,0.3-0.3,0.3l0,0l-2.8,0.6c-0.1,0-0.1,0.1-0.1,0.1 c0,0.1,0,0.1,0.1,0.1l0,0h2.7c0.2,0,0.3,0.1,0.4,0.2l0,0l6.6,11.8c0,0.1,0.1,0.1,0.2,0.1c0.1,0,0.1-0.1,0.1-0.2l0,0L8.6,12.9 c0,0,0-0.1,0-0.1c0-0.2,0.1-0.3,0.3-0.4l0,0h14.2c0.1,0,0.1,0,0.2,0c0.2,0.1,0.2,0.3,0.2,0.4l0,0l-5.3,11.3c0,0.1,0,0.2,0.1,0.2 c0.1,0,0.2,0,0.2-0.1l0,0L25,12.6c0.1-0.1,0.2-0.2,0.4-0.2l0,0h2.7c0.1,0,0.1,0,0.1-0.1c0-0.1,0-0.1-0.1-0.1l0,0l-2.8-0.6 c-0.2,0-0.3-0.2-0.4-0.3l0,0L24,6.3c0-0.1-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1v0l0.2,4.3c0,0.1,0,0.1-0.1,0.2 c-0.1,0.1-0.2,0.1-0.3,0l0,0L17.7,4.8z"
64
56
  })), children);
65
57
  });
66
58
  if (process.env.NODE_ENV !== "production") {
67
- WatsonHealthMagnify.propTypes = iconPropTypes4cbeb95d.i;
59
+ LogoSketch.propTypes = iconPropTypes4cbeb95d.i;
68
60
  }
69
- const MailAll = /*#__PURE__*/React.forwardRef(function MailAll(_ref3, ref) {
61
+ const LogoSkype = /*#__PURE__*/React.forwardRef(function LogoSkype(_ref3, ref) {
70
62
  let {
71
63
  children,
72
64
  size = 16,
@@ -80,16 +72,14 @@ const MailAll = /*#__PURE__*/React.forwardRef(function MailAll(_ref3, ref) {
80
72
  viewBox: "0 0 32 32",
81
73
  fill: "currentColor",
82
74
  ...rest
83
- }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
84
- d: "M16.59 20.41L20.17 24 20.17 24 16.58 27.59 18 29 23 24 18 19 16.59 20.41zM23.59 20.41L27.17 24 27.17 24 23.58 27.59 25 29 30 24 25 19 23.59 20.41z"
85
- })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
86
- d: "M14,23H4V7.91l11.43,7.91a1,1,0,0,0,1.14,0L28,7.91V17h2V7a2,2,0,0,0-2-2H4A2,2,0,0,0,2,7V23a2,2,0,0,0,2,2H14ZM25.8,7,16,13.78,6.2,7Z"
75
+ }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
76
+ d: "M27.91,17.88A11.63,11.63,0,0,0,28.06,16,12.06,12.06,0,0,0,16,3.94a11.63,11.63,0,0,0-1.88.15,7.29,7.29,0,0,0-10,10A11.63,11.63,0,0,0,3.94,16,12.06,12.06,0,0,0,16,28.06a11.63,11.63,0,0,0,1.88-.15,7.29,7.29,0,0,0,10-10Zm-6.18,3.6a5,5,0,0,1-2.24,1.73,9,9,0,0,1-3.48.62A8.41,8.41,0,0,1,12,23a5.2,5.2,0,0,1-1.82-1.63,3.59,3.59,0,0,1-.7-2,1.36,1.36,0,0,1,.43-1A1.56,1.56,0,0,1,11,18a1.38,1.38,0,0,1,.91.32,2.5,2.5,0,0,1,.63.94,5.83,5.83,0,0,0,.66,1.18,2.61,2.61,0,0,0,1,.78,3.87,3.87,0,0,0,1.69.31,4,4,0,0,0,2.34-.62,1.8,1.8,0,0,0,.89-1.53,1.54,1.54,0,0,0-.47-1.17,3.09,3.09,0,0,0-1.25-.7c-.52-.17-1.21-.34-2.08-.53A16,16,0,0,1,12.41,16a4.78,4.78,0,0,1-1.89-1.4,3.5,3.5,0,0,1-.7-2.21,3.65,3.65,0,0,1,.74-2.24,4.7,4.7,0,0,1,2.14-1.5A9.51,9.51,0,0,1,16,8.17a8.63,8.63,0,0,1,2.59.35,5.81,5.81,0,0,1,1.83.92,3.91,3.91,0,0,1,1.06,1.21,2.62,2.62,0,0,1,.34,1.25,1.4,1.4,0,0,1-.43,1,1.43,1.43,0,0,1-1.07.46,1.25,1.25,0,0,1-.89-.28,3.36,3.36,0,0,1-.65-.87,3.79,3.79,0,0,0-1.05-1.31,3.13,3.13,0,0,0-1.95-.46,3.64,3.64,0,0,0-2,.5,1.44,1.44,0,0,0-.76,1.2,1.15,1.15,0,0,0,.25.75,2.21,2.21,0,0,0,.72.55,4.74,4.74,0,0,0,.92.36c.32.09.84.22,1.57.39.92.2,1.74.42,2.49.66a7.61,7.61,0,0,1,1.9.88,3.59,3.59,0,0,1,1.23,1.31A4,4,0,0,1,22.5,19,4.24,4.24,0,0,1,21.73,21.48Z"
87
77
  })), children);
88
78
  });
89
79
  if (process.env.NODE_ENV !== "production") {
90
- MailAll.propTypes = iconPropTypes4cbeb95d.i;
80
+ LogoSkype.propTypes = iconPropTypes4cbeb95d.i;
91
81
  }
92
- const MailReply = /*#__PURE__*/React.forwardRef(function MailReply(_ref4, ref) {
82
+ const LogoSlack = /*#__PURE__*/React.forwardRef(function LogoSlack(_ref4, ref) {
93
83
  let {
94
84
  children,
95
85
  size = 16,
@@ -103,16 +93,14 @@ const MailReply = /*#__PURE__*/React.forwardRef(function MailReply(_ref4, ref) {
103
93
  viewBox: "0 0 32 32",
104
94
  fill: "currentColor",
105
95
  ...rest
106
- }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
107
- d: "M25,18l-1.4141,1.4141L26.1672,22H18a4,4,0,0,0,0,8h2V28H18a2,2,0,0,1,0-4h8.1672l-2.5827,2.5874L25,28l5-5Z"
108
- })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
109
- d: "M10,22H4L3.9966,6.9064l11.4341,7.9159a1.0008,1.0008,0,0,0,1.1386,0L28,6.9086,28,16h2V6a2.0025,2.0025,0,0,0-2-2H4A2,2,0,0,0,2,5.9965V22a2.0026,2.0026,0,0,0,2,2h6ZM25.7986,6,16,12.7837,6.2014,6Z"
96
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
97
+ d: "M9.0423 19.1661A2.5212 2.5212 0 116.5212 16.645H9.0423zM10.3127 19.1661a2.5212 2.5212 0 015.0423 0v6.3127a2.5212 2.5212 0 11-5.0423 0zM12.8339 9.0423A2.5212 2.5212 0 1115.355 6.5212V9.0423zM12.8339 10.3127a2.5212 2.5212 0 010 5.0423H6.5212a2.5212 2.5212 0 110-5.0423zM22.9577 12.8339a2.5212 2.5212 0 112.5211 2.5211H22.9577zM21.6873 12.8339a2.5212 2.5212 0 01-5.0423 0V6.5212a2.5212 2.5212 0 115.0423 0zM19.1661 22.9577a2.5212 2.5212 0 11-2.5211 2.5211V22.9577zM19.1661 21.6873a2.5212 2.5212 0 010-5.0423h6.3127a2.5212 2.5212 0 110 5.0423z"
110
98
  })), children);
111
99
  });
112
100
  if (process.env.NODE_ENV !== "production") {
113
- MailReply.propTypes = iconPropTypes4cbeb95d.i;
101
+ LogoSlack.propTypes = iconPropTypes4cbeb95d.i;
114
102
  }
115
- const WatsonHealthMammogram = /*#__PURE__*/React.forwardRef(function WatsonHealthMammogram(_ref5, ref) {
103
+ const LogoSnapchat = /*#__PURE__*/React.forwardRef(function LogoSnapchat(_ref5, ref) {
116
104
  let {
117
105
  children,
118
106
  size = 16,
@@ -126,14 +114,18 @@ const WatsonHealthMammogram = /*#__PURE__*/React.forwardRef(function WatsonHealt
126
114
  viewBox: "0 0 32 32",
127
115
  fill: "currentColor",
128
116
  ...rest
129
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
130
- d: "M25 32L32 32 32 25 30 25 30 30 25 30 25 32zM25 27H22V17h3a3.0033 3.0033 0 013 3v4A3.0033 3.0033 0 0125 27zm-1-2h1a1.0006 1.0006 0 001-1V20a1.0006 1.0006 0 00-1-1H24zM20 27H14V23a2.002 2.002 0 012-2h2V19H14V17h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H16v2h4zM25 15H22V5h3a3.0033 3.0033 0 013 3v4A3.0033 3.0033 0 0125 15zm-1-2h1a1.0009 1.0009 0 001-1V8a1.0009 1.0009 0 00-1-1H24zM18 5H14V7h4V9H15v2h3v2H14v2h4a2.0027 2.0027 0 002-2V7A2.0023 2.0023 0 0018 5zM10 27H8V23.9541C3.2847 23.5117 2 19.9443 2 18c0-3.0146 2.082-4.5015 3.9189-5.814C7.5723 11.0054 9 9.9854 9 8V5h2V8c0 3.0146-2.082 4.5015-3.9189 5.814C5.4277 14.9946 4 16.0146 4 18c.0054.4033.1914 4 5 4a1 1 0 011 1zM7 0L0 0 0 7 2 7 2 2 7 2 7 0z"
117
+ }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
118
+ d: "M27.9774,9.6279a7.33,7.33,0,0,0-.1186-1.2888,5.2458,5.2458,0,0,0-.4872-1.4948,5.1869,5.1869,0,0,0-.9988-1.3324,4.9557,4.9557,0,0,0-2.1805-1.2433,8.8444,8.8444,0,0,0-2.3059-.2458l-.0044-.0119H10.1143l-.0007.0119a12.578,12.578,0,0,0-1.3221.0591A6.2955,6.2955,0,0,0,7.3792,4.4,5.1155,5.1155,0,0,0,4.2538,7.8152a8.8,8.8,0,0,0-.2459,2.2855L4,21.9065a14.9206,14.9206,0,0,0,.1088,1.5992A5.53,5.53,0,0,0,4.6,25.1205a5.17,5.17,0,0,0,1.443,1.744,4.6907,4.6907,0,0,0,1.4442.7822,7.83,7.83,0,0,0,2.3741.3484c.5034.0032,1.0069.0158,1.5106.0137,3.659-.0154,7.3178.0264,10.9767-.0226a8.6316,8.6316,0,0,0,1.44-.1528A4.8765,4.8765,0,0,0,26.2,26.6613a4.9915,4.9915,0,0,0,1.5931-2.6546,9.6646,9.6646,0,0,0,.2074-2.1v-.1407C28,21.7112,27.9793,9.7855,27.9774,9.6279ZM24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z"
119
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
120
+ fill: "none",
121
+ d: "M24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z",
122
+ "data-icon-path": "inner-path"
131
123
  })), children);
132
124
  });
133
125
  if (process.env.NODE_ENV !== "production") {
134
- WatsonHealthMammogram.propTypes = iconPropTypes4cbeb95d.i;
126
+ LogoSnapchat.propTypes = iconPropTypes4cbeb95d.i;
135
127
  }
136
- const ManageProtection = /*#__PURE__*/React.forwardRef(function ManageProtection(_ref6, ref) {
128
+ const LogoSvelte = /*#__PURE__*/React.forwardRef(function LogoSvelte(_ref6, ref) {
137
129
  let {
138
130
  children,
139
131
  size = 16,
@@ -147,16 +139,14 @@ const ManageProtection = /*#__PURE__*/React.forwardRef(function ManageProtection
147
139
  viewBox: "0 0 32 32",
148
140
  fill: "currentColor",
149
141
  ...rest
150
- }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
151
- d: "M16,30,9.8242,26.7071A10.9815,10.9815,0,0,1,4,17V4A2.0022,2.0022,0,0,1,6,2H26a2.0022,2.0022,0,0,1,2,2V17a10.9815,10.9815,0,0,1-5.8242,9.7069ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
152
- })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
153
- d: "M16,25.277V6h8V16.8048a7,7,0,0,1-3.7,6.1731Z"
142
+ }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
143
+ d: "M26.1,5.7C23.5,2,18.4,0.9,14.7,3.2L8.2,7.4c-1.8,1.1-3,2.9-3.4,5c-0.3,1.7,0,3.5,0.8,5.1c-0.6,0.8-0.9,1.8-1.1,2.8 c-0.4,2.1,0.1,4.3,1.4,6c2.6,3.7,7.7,4.8,11.4,2.5l6.5-4.2c1.8-1.1,3-2.9,3.4-5c0.3-1.7,0-3.5-0.8-5.1c0.6-0.8,0.9-1.8,1.1-2.8 C27.9,9.6,27.4,7.4,26.1,5.7z M24.3,11c0,0.2-0.1,0.4-0.2,0.6L24,12l-0.3-0.2c-0.8-0.6-1.6-1-2.6-1.3l-0.2-0.1l0-0.2 c0-0.3-0.1-0.7-0.3-1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2L12,12.9c-0.3,0.2-0.5,0.5-0.6,0.9c-0.1,0.4,0,0.8,0.2,1.1 c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l2.5-1.6c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1c0.7,1,1,2.4,0.8,3.6 c-0.2,1.2-1,2.3-2,3l-6.5,4.2c-0.4,0.3-0.9,0.5-1.3,0.6c-2.1,0.5-4.3-0.3-5.6-2.1c-0.7-1-1-2.4-0.8-3.6c0-0.2,0.1-0.4,0.2-0.6L8,20 l0.3,0.2c0.8,0.6,1.6,1,2.6,1.3l0.2,0.1l0,0.2c0,0.3,0.1,0.7,0.3,1c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l6.5-4.2 c0.3-0.2,0.5-0.5,0.6-0.9c0.1-0.4,0-0.8-0.2-1.1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2l-2.5,1.6c-0.4,0.3-0.9,0.5-1.3,0.6 c-2.1,0.5-4.3-0.3-5.6-2.1c-0.8-1-1-2.4-0.8-3.6c0.2-1.2,1-2.3,2-3l6.5-4.2c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1 C24.2,8.5,24.5,9.8,24.3,11z"
154
144
  })), children);
155
145
  });
156
146
  if (process.env.NODE_ENV !== "production") {
157
- ManageProtection.propTypes = iconPropTypes4cbeb95d.i;
147
+ LogoSvelte.propTypes = iconPropTypes4cbeb95d.i;
158
148
  }
159
- const ManagedSolutions = /*#__PURE__*/React.forwardRef(function ManagedSolutions(_ref7, ref) {
149
+ const LogoTumblr = /*#__PURE__*/React.forwardRef(function LogoTumblr(_ref7, ref) {
160
150
  let {
161
151
  children,
162
152
  size = 16,
@@ -170,16 +160,14 @@ const ManagedSolutions = /*#__PURE__*/React.forwardRef(function ManagedSolutions
170
160
  viewBox: "0 0 32 32",
171
161
  fill: "currentColor",
172
162
  ...rest
173
- }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
174
- d: "M30 23L25 23 25 18 23 18 23 23 18 23 18 25 23 25 23 30 25 30 25 25 30 25 30 23z"
175
- })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
176
- d: "M24.1273,11.8394l1.1807.2136a5.7919,5.7919,0,0,1,2.6247,1.1445A5.4219,5.4219,0,0,1,29.9532,18h2.0293a7.5022,7.5022,0,0,0-6.15-7.8848,10.0067,10.0067,0,0,0-7.9387-7.9336,10.0025,10.0025,0,0,0-11.72,7.9336A7.5055,7.5055,0,0,0,.0576,18.4088,7.6841,7.6841,0,0,0,7.7725,25H14V23H7.6978a5.6323,5.6323,0,0,1-5.6024-4.4859,5.5064,5.5064,0,0,1,4.4338-6.4306l1.3488-.2441.2138-1.11a8.2061,8.2061,0,0,1,6.7427-6.6426,7.9714,7.9714,0,0,1,3.0138.13,8.1442,8.1442,0,0,1,6.0526,6.4464Z"
163
+ }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
164
+ d: "M22.6,28h-4c-3.59,0-6.3-1.86-6.3-6.3V14.58H9V10.72A7.17,7.17,0,0,0,14.3,4h3.76v6.12h4.36v4.46H18.06v6.2c0,1.86.94,2.49,2.42,2.49H22.6Z"
177
165
  })), children);
178
166
  });
179
167
  if (process.env.NODE_ENV !== "production") {
180
- ManagedSolutions.propTypes = iconPropTypes4cbeb95d.i;
168
+ LogoTumblr.propTypes = iconPropTypes4cbeb95d.i;
181
169
  }
182
- const Map = /*#__PURE__*/React.forwardRef(function Map(_ref8, ref) {
170
+ const LogoTwitter = /*#__PURE__*/React.forwardRef(function LogoTwitter(_ref8, ref) {
183
171
  let {
184
172
  children,
185
173
  size = 16,
@@ -193,20 +181,14 @@ const Map = /*#__PURE__*/React.forwardRef(function Map(_ref8, ref) {
193
181
  viewBox: "0 0 32 32",
194
182
  fill: "currentColor",
195
183
  ...rest
196
- }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
197
- d: "M16,24l-6.09-8.6A8.14,8.14,0,0,1,16,2a8.08,8.08,0,0,1,8,8.13,8.2,8.2,0,0,1-1.8,5.13ZM16,4a6.07,6.07,0,0,0-6,6.13,6.19,6.19,0,0,0,1.49,4L16,20.52,20.63,14A6.24,6.24,0,0,0,22,10.13,6.07,6.07,0,0,0,16,4Z"
198
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
199
- cx: "16",
200
- cy: "9",
201
- r: "2"
202
- })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
203
- d: "M28,12H26v2h2V28H4V14H6V12H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V14A2,2,0,0,0,28,12Z"
184
+ }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
185
+ d: "M11.5475,25.7523c9.0566,0,14.0102-7.5034,14.0102-14.0102,0-.2131,0-.4253-.0144-.6365,.9637-.697,1.7955-1.5601,2.4566-2.5488-.8987,.3982-1.852,.6594-2.8282,.7747,1.0279-.6154,1.7972-1.5833,2.1648-2.7235-.9666,.5736-2.024,.9778-3.1267,1.1952-1.8648-1.9829-4.984-2.0786-6.9669-.2138-1.2788,1.2026-1.8214,2.9947-1.4245,4.7047-3.9591-.1985-7.6479-2.0685-10.1482-5.1446-1.3069,2.2499-.6394,5.1282,1.5245,6.5731-.7836-.0232-1.5501-.2346-2.2349-.6163v.0624c.0006,2.3439,1.6529,4.3628,3.9504,4.8269-.7249,.1977-1.4855,.2266-2.2234,.0845,.6451,2.0058,2.4937,3.38,4.6003,3.4195-1.7436,1.3703-3.8975,2.1142-6.1152,2.112-.3918-.0008-.7832-.0245-1.1722-.071,2.2518,1.4451,4.8719,2.2116,7.5475,2.208"
204
186
  })), children);
205
187
  });
206
188
  if (process.env.NODE_ENV !== "production") {
207
- Map.propTypes = iconPropTypes4cbeb95d.i;
189
+ LogoTwitter.propTypes = iconPropTypes4cbeb95d.i;
208
190
  }
209
- const MapCenter = /*#__PURE__*/React.forwardRef(function MapCenter(_ref9, ref) {
191
+ const LogoVmware = /*#__PURE__*/React.forwardRef(function LogoVmware(_ref9, ref) {
210
192
  let {
211
193
  children,
212
194
  size = 16,
@@ -220,14 +202,14 @@ const MapCenter = /*#__PURE__*/React.forwardRef(function MapCenter(_ref9, ref) {
220
202
  viewBox: "0 0 32 32",
221
203
  fill: "currentColor",
222
204
  ...rest
223
- }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
224
- d: "M23 26H25V30H23zM23 18H25V22H23zM26 23H30V25H26zM18 23H22V25H18zM25.3418 10.06l-22-8A1 1 0 002.06 3.3415l8 22A1.0011 1.0011 0 0010.9839 26H11a1 1 0 00.9287-.6289L15.77 15.7692l9.6015-3.8408a1 1 0 00-.0293-1.8687zM14.6284 14.0709v0l-.3979.1591-.1591.3979 0 0-3.0268 7.5678L4.6719 4.6715l17.5244 6.3726z"
205
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
206
+ d: "M3.4,11C3,10.1,2,9.7,1,10.2s-1.3,1.4-0.9,2.3L4.1,21c0.6,1.3,1.3,2,2.5,2c1.3,0,1.9-0.8,2.5-2c0,0,3.4-7.4,3.4-7.5 c0-0.1,0.1-0.3,0.5-0.3c0.3,0,0.5,0.2,0.5,0.6V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9 V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2v-6.8 c0-2.5-2-4.2-4.4-4.2s-3.9,1.7-3.9,1.7c-0.8-1-1.9-1.7-3.8-1.7c-2,0-3.7,1.7-3.7,1.7c-0.8-1-2.2-1.7-3.3-1.7c-1.7,0-3.1,0.8-4,2.7 l-2.5,5.9L3.4,11"
225
207
  })), children);
226
208
  });
227
209
  if (process.env.NODE_ENV !== "production") {
228
- MapCenter.propTypes = iconPropTypes4cbeb95d.i;
210
+ LogoVmware.propTypes = iconPropTypes4cbeb95d.i;
229
211
  }
230
- const MapIdentify = /*#__PURE__*/React.forwardRef(function MapIdentify(_ref10, ref) {
212
+ const LogoVmwareAlt = /*#__PURE__*/React.forwardRef(function LogoVmwareAlt(_ref10, ref) {
231
213
  let {
232
214
  children,
233
215
  size = 16,
@@ -241,14 +223,14 @@ const MapIdentify = /*#__PURE__*/React.forwardRef(function MapIdentify(_ref10, r
241
223
  viewBox: "0 0 32 32",
242
224
  fill: "currentColor",
243
225
  ...rest
244
- }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
245
- d: "M15 8H17V14H15zM15 18H17V24H15zM18 15H24V17H18zM8 15H14V17H8zM4 10H2V4A2.0021 2.0021 0 014 2h6V4H4zM10 30H4a2.0021 2.0021 0 01-2-2V22H4v6h6zM28 30H22V28h6V22h2v6A2.0021 2.0021 0 0128 30zM30 10H28V4H22V2h6a2.0021 2.0021 0 012 2z"
226
+ }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
227
+ d: "M22.4131 19.1099l-1.9154-5.5355c-.0401-.1304-.1003-.351-.1003-.5415 0-.5114.4112-1.0128 1.073-1.0128.5515 0 .9226.351 1.083.8624l1.2034 3.9812 1.2335-3.9711c.1604-.5315.5716-.8925 1.1432-.8925h.1304c.5716 0 .9828.371 1.1432.8925l1.2435 3.9812 1.2335-4.0113c.1504-.4713.4814-.8524 1.073-.8524.6117 0 1.0429.4713 1.0429 1.0229 0 .1504-.0401.351-.0702.4513l-2.0056 5.6258c-.2306.6919-.6919.9928-1.2335.9928h-.0702c-.5415 0-.9928-.3109-1.2034-.9527l-1.2435-3.9511-1.2635 3.9511c-.2006.6418-.6619.9527-1.2034.9527h-.0702c-.5315 0-.9928-.3109-1.2234-.9928zM2.0939 12.645c-.2469-.5532-.8692-.8001-1.452-.5433-.5828.2568-.7902.8989-.5334 1.452l2.4299 5.2846c.3852.8297.7902 1.2644 1.5409 1.2644.81 0 1.1656-.4741 1.5409-1.2644 0 0 2.1237-4.6228 2.1435-4.6722.0198-.0494.0889-.1976.3062-.1976.1877 0 .3358.1482.3358.3457v4.524c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-3.6943c0-.7112.5136-1.1755 1.2051-1.1755s1.1557.4741 1.1557 1.1755v3.6943c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-3.6943c0-.7112.5136-1.1755 1.2051-1.1755s1.1557.4741 1.1557 1.1755v3.6943c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-4.2079c0-1.5508-1.2446-2.6275-2.7361-2.6275s-2.4299 1.0372-2.4299 1.0372c-.4939-.6421-1.1853-1.0372-2.341-1.0372-1.2248 0-2.3015 1.0372-2.3015 1.0372-.5038-.6421-1.3434-1.0372-2.0447-1.0372-1.0866 0-1.9459.4741-2.4694 1.6792l-1.5508 3.6647-1.9756-4.7018"
246
228
  })), children);
247
229
  });
248
230
  if (process.env.NODE_ENV !== "production") {
249
- MapIdentify.propTypes = iconPropTypes4cbeb95d.i;
231
+ LogoVmwareAlt.propTypes = iconPropTypes4cbeb95d.i;
250
232
  }
251
- const MapBoundary = /*#__PURE__*/React.forwardRef(function MapBoundary(_ref11, ref) {
233
+ const LogoVue = /*#__PURE__*/React.forwardRef(function LogoVue(_ref11, ref) {
252
234
  let {
253
235
  children,
254
236
  size = 16,
@@ -262,16 +244,16 @@ const MapBoundary = /*#__PURE__*/React.forwardRef(function MapBoundary(_ref11, r
262
244
  viewBox: "0 0 32 32",
263
245
  fill: "currentColor",
264
246
  ...rest
265
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
266
- d: "M12 10H14V14H12zM18 18H22V20H18zM14 18L14 16 12 16 12 20 16 20 16 18 14 18zM16 4H28V16H16z"
267
- })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
268
- d: "M17.885 29.997L11.819 26.142 4 27.989 4 4 14 4 14 8 12 8 12 6 6 6 6 25.461 12.181 24.001 18.115 27.773 22.818 26 26 26 26 20 24 20 24 18 28 18 28 28 23.182 28 17.885 29.997z"
247
+ }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
248
+ d: "M24.9,3.9L16,19.4L7.1,3.9H2l14,24.3L30,3.9H24.9z"
249
+ })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
250
+ d: "M16,9.5l-3.2-5.6H8.1L16,17.5l7.9-13.6h-4.6L16,9.5z"
269
251
  })), children);
270
252
  });
271
253
  if (process.env.NODE_ENV !== "production") {
272
- MapBoundary.propTypes = iconPropTypes4cbeb95d.i;
254
+ LogoVue.propTypes = iconPropTypes4cbeb95d.i;
273
255
  }
274
- const MapBoundaryVegetation = /*#__PURE__*/React.forwardRef(function MapBoundaryVegetation(_ref12, ref) {
256
+ const LogoWechat = /*#__PURE__*/React.forwardRef(function LogoWechat(_ref12, ref) {
275
257
  let {
276
258
  children,
277
259
  size = 16,
@@ -285,16 +267,15 @@ const MapBoundaryVegetation = /*#__PURE__*/React.forwardRef(function MapBoundary
285
267
  viewBox: "0 0 32 32",
286
268
  fill: "currentColor",
287
269
  ...rest
288
- }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
289
- d: "M28 16H18V14h5V10a2 2 0 012-2h1.5a1.5 1.5 0 00.2837-2.9734l-.7109-.1355L25.9982 4.32a2.6322 2.6322 0 00-1.68-2.1823 2.5051 2.5051 0 00-3.0836 1.3042l-.3032.6472-.71-.0771a2.0185 2.0185 0 00-2.17 2.4343A2.0976 2.0976 0 0020.1261 8H21v2h-.7817A4.1491 4.1491 0 0116.012 6.3136a4.0047 4.0047 0 013.7414-4.306A4.5006 4.5006 0 0127.8267 3.26a3.5051 3.5051 0 012.1422 3.7094A3.6283 3.6283 0 0126.3172 10H25v4h3zM18 18H22V20H18zM14 18L14 16 12 16 12 20 16 20 16 18 14 18zM12 10H14V14H12z"
290
- })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
291
- d: "M17.885 30L11.819 26.142 4 27.989 4 4 14 4 14 8 12 8 12 6 6 6 6 25.461 12.181 24.001 18.115 27.776 22.818 26 26 26 26 20 24 20 24 18 28 18 28 28 23.182 28 17.885 30z"
270
+ }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
271
+ fillRule: "evenodd",
272
+ d: "M27.0857,24.7792A6.6179,6.6179,0,0,0,30,19.4662c0-3.88-3.7765-7.0269-8.4338-7.0269s-8.4339,3.1465-8.4339,7.0269,3.7765,7.028,8.4339,7.028a9.9547,9.9547,0,0,0,2.7533-.385l.2473-.0374a.8923.8923,0,0,1,.448.13l1.8469,1.0664.1621.0525a.2813.2813,0,0,0,.2812-.2812l-.0455-.2053-.38-1.4175-.0292-.18A.56.56,0,0,1,27.0857,24.7792ZM12.1208,4.68C6.5313,4.68,2,8.4552,2,13.1137a7.9386,7.9386,0,0,0,3.4965,6.3746.6713.6713,0,0,1,.2835.55l-.035.2147-.4562,1.701L5.234,22.2a.3384.3384,0,0,0,.3372.3383l.196-.063,2.2155-1.28a1.0584,1.0584,0,0,1,.5366-.1552l.2975.0443a11.9674,11.9674,0,0,0,3.304.4632l.5554-.014a6.5153,6.5153,0,0,1-.3395-2.0662c0-4.2478,4.1323-7.6918,9.2295-7.6918l.55.014C21.3538,7.761,17.169,4.68,12.1208,4.68Zm6.6337,13.6629a1.1247,1.1247,0,1,1,1.1247-1.1247A1.1243,1.1243,0,0,1,18.7545,18.3427Zm5.6233,0a1.1247,1.1247,0,1,1,1.1235-1.1247A1.1245,1.1245,0,0,1,24.3778,18.3427ZM8.7468,11.7638a1.3493,1.3493,0,1,1,1.35-1.3486A1.3485,1.3485,0,0,1,8.7468,11.7638Zm6.7469,0a1.3493,1.3493,0,1,1,1.35-1.3486A1.3486,1.3486,0,0,1,15.4937,11.7638Z"
292
273
  })), children);
293
274
  });
294
275
  if (process.env.NODE_ENV !== "production") {
295
- MapBoundaryVegetation.propTypes = iconPropTypes4cbeb95d.i;
276
+ LogoWechat.propTypes = iconPropTypes4cbeb95d.i;
296
277
  }
297
- const MarineWarning = /*#__PURE__*/React.forwardRef(function MarineWarning(_ref13, ref) {
278
+ const LogoX = /*#__PURE__*/React.forwardRef(function LogoX(_ref13, ref) {
298
279
  let {
299
280
  children,
300
281
  size = 16,
@@ -308,21 +289,14 @@ const MarineWarning = /*#__PURE__*/React.forwardRef(function MarineWarning(_ref1
308
289
  viewBox: "0 0 32 32",
309
290
  fill: "currentColor",
310
291
  ...rest
311
- }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
312
- d: "M12,20H7a1,1,0,0,0-.97,1.2422L6.9692,25H9.0308l-.75-3H23.7192l-.75,3h2.0616l.9394-3.7578A1,1,0,0,0,25,20H14V3a1,1,0,0,0-1.7993-.6011L2.2075,15.3906A1,1,0,0,0,3,17h9ZM5.0308,15,12,5.94V15Z"
313
- })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
314
- d: "M26.9058,25.751A2.998,2.998,0,0,1,24,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,20,25a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,16,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,12,25a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,8,28a2.998,2.998,0,0,1-2.9058-2.249l-1.9365.498A4.9965,4.9965,0,0,0,8,30a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,24,30a4.9965,4.9965,0,0,0,4.8423-3.751Z"
315
- })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
316
- fill: "none",
317
- d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
318
- })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
319
- d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z"
292
+ }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
293
+ d: "m18.2342,14.1624l8.7424-10.1624h-2.0717l-7.591,8.8238-6.0629-8.8238h-6.9929l9.1684,13.3432-9.1684,10.6568h2.0718l8.0163-9.3183,6.4029,9.3183h6.9929l-9.5083-13.8376h.0005Zm-2.8376,3.2984l-.9289-1.3287L7.0763,5.5596h3.1822l5.9649,8.5323.9289,1.3287,7.7536,11.0907h-3.1822l-6.3272-9.05v-.0005Z"
320
294
  })), children);
321
295
  });
322
296
  if (process.env.NODE_ENV !== "production") {
323
- MarineWarning.propTypes = iconPropTypes4cbeb95d.i;
297
+ LogoX.propTypes = iconPropTypes4cbeb95d.i;
324
298
  }
325
- const MathCurve = /*#__PURE__*/React.forwardRef(function MathCurve(_ref14, ref) {
299
+ const LogoXing = /*#__PURE__*/React.forwardRef(function LogoXing(_ref14, ref) {
326
300
  let {
327
301
  children,
328
302
  size = 16,
@@ -336,14 +310,16 @@ const MathCurve = /*#__PURE__*/React.forwardRef(function MathCurve(_ref14, ref)
336
310
  viewBox: "0 0 32 32",
337
311
  fill: "currentColor",
338
312
  ...rest
339
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
340
- d: "M10.3555,23.0581C12.77,24.5918,15.6208,26,17.9514,26a3.8729,3.8729,0,0,0,2.856-1.084c2.2859-2.29.14-6.3979-1.938-10.3721L24.67,8.7427c1.07.686,2.1038,1.4253,3.0117,2.124L29,9.3486c-.7783-.6064-1.772-1.3383-2.8721-2.0634L30,3.4131,28.5859,2,24.3794,6.2061c-3.3164-1.91-7.1079-3.2461-9.2288-1.1216-2.0388,2.0425-.5512,5.5317,1.2683,9.082l-6.3071,6.3066c-1.0322-.7133-1.9985-1.4448-2.8-2.101L6,19.8848c.6145.5058,1.5513,1.2451,2.6653,2.0351L4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4133ZM16.5647,6.501c1.1357-1.1377,3.6931-.2862,6.3372,1.1831l-4.9947,4.9941C16.5942,10.0591,15.5562,7.5112,16.5647,6.501Zm.8215,9.5259c1.58,3.0317,3.1822,6.2959,2.0071,7.4726-1.3125,1.3145-4.5227-.0254-7.572-1.9077Z"
313
+ }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
314
+ d: "M11.42,8.29a1.25,1.25,0,0,0-1.13-.76h-4a.65.65,0,0,0-.55.25.63.63,0,0,0,0,.62l2.73,4.73v0L4.17,20.72a.6.6,0,0,0,0,.62.58.58,0,0,0,.52.28h4a1.22,1.22,0,0,0,1.1-.78l4.36-7.71S11.42,8.29,11.42,8.29Z"
315
+ })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
316
+ d: "M27.83,2.88a.65.65,0,0,0,0-.62A.61.61,0,0,0,27.3,2H23.22a1.19,1.19,0,0,0-1.08.77s-8.7,15.43-9,15.93l5.74,10.53A1.26,1.26,0,0,0,20,30h4a.59.59,0,0,0,.54-.26.62.62,0,0,0,0-.62l-5.69-10.4a0,0,0,0,1,0,0Z"
341
317
  })), children);
342
318
  });
343
319
  if (process.env.NODE_ENV !== "production") {
344
- MathCurve.propTypes = iconPropTypes4cbeb95d.i;
320
+ LogoXing.propTypes = iconPropTypes4cbeb95d.i;
345
321
  }
346
- const QMatrix = /*#__PURE__*/React.forwardRef(function QMatrix(_ref15, ref) {
322
+ const LogoYelp = /*#__PURE__*/React.forwardRef(function LogoYelp(_ref15, ref) {
347
323
  let {
348
324
  children,
349
325
  size = 16,
@@ -357,32 +333,20 @@ const QMatrix = /*#__PURE__*/React.forwardRef(function QMatrix(_ref15, ref) {
357
333
  viewBox: "0 0 32 32",
358
334
  fill: "currentColor",
359
335
  ...rest
360
- }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
361
- d: "M18 13L18 4 16 4 16 6 13 6 13 8 16 8 16 13 13 13 13 15 21 15 21 13 18 13zM16.5 20A3.5 3.5 0 1113 23.5 3.5 3.5 0 0116.5 20m0-2A5.5 5.5 0 1022 23.5 5.5 5.5 0 0016.5 18zM8 30L2 30 2 2 8 2 8 4 4 4 4 28 8 28 8 30zM30 30L24 30 24 28 28 28 28 4 24 4 24 2 30 2 30 30z"
336
+ }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
337
+ fillRule: "evenodd",
338
+ d: "M8.5089 15.1845l5.0598 2.4675c.9733.4747.8229 1.9059-.2278 2.1679l-5.4618 1.3619c-.6813.1699-1.3541-.3002-1.4345-.9977-.1719-1.492-.0021-2.9655.4564-4.3296.2227-.6625.9797-.9764 1.6079-.67zM10.5348 25.6004l3.7659-4.1831c.7245-.8048 2.0589-.2657 2.0211.8165l-.1964 5.6273c-.0245.7012-.6613 1.2203-1.3532 1.1041-1.4551-.2444-2.8315-.8069-4.0331-1.6322-.5775-.3967-.6731-1.212-.2043-1.7327zM19.464 20.0339l5.3529 1.7396c.6663.2165.9912.9705.6894 1.6027-.6279 1.3155-1.5387 2.4909-2.6766 3.4301-.5412.4466-1.3521.3154-1.724-.2796l-2.9838-4.7752c-.5738-.9184.3123-2.0524 1.3421-1.7177zM24.9076 16.619l-5.411 1.5515c-1.0409.2984-1.8868-.8658-1.2812-1.7636l3.1481-4.6668c.3909-.5795 1.2034-.6861 1.7275-.2237 1.0791.9521 1.9628 2.1433 2.56 3.5214.2792.6443-.0685 1.3877-.7434 1.5813zM12.2638 3.4886c-.9739.2609-1.903.6058-2.7815 1.0247-.6096.2907-.8399 1.0415-.5022 1.6264l5.2887 9.1604c.5934 1.0277 2.1643.6067 2.1643-.5799V4.1427c0-.6754-.5749-1.2105-1.2481-1.1574-.9703.0765-1.9474.2424-2.9212.5033z"
362
339
  })), children);
363
340
  });
364
341
  if (process.env.NODE_ENV !== "production") {
365
- QMatrix.propTypes = iconPropTypes4cbeb95d.i;
342
+ LogoYelp.propTypes = iconPropTypes4cbeb95d.i;
366
343
  }
367
- const Maximize = /*#__PURE__*/React.forwardRef(function Maximize(_ref16, ref) {
344
+ const LogoYoutube = /*#__PURE__*/React.forwardRef(function LogoYoutube(_ref16, ref) {
368
345
  let {
369
346
  children,
370
347
  size = 16,
371
348
  ...rest
372
349
  } = _ref16;
373
- if (size === 16 || size === "16" || size === "16px") {
374
- return /*#__PURE__*/React.createElement(Icon.default, {
375
- width: size,
376
- height: size,
377
- ref: ref,
378
- xmlns: "http://www.w3.org/2000/svg",
379
- viewBox: "0 0 16 16",
380
- fill: "currentColor",
381
- ...rest
382
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
383
- d: "M6 15L6 14 2.7 14 7 9.7 6.3 9 2 13.3 2 10 1 10 1 15zM10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
384
- })), children);
385
- }
386
350
  return /*#__PURE__*/React.createElement(Icon.default, {
387
351
  width: size,
388
352
  height: size,
@@ -391,14 +355,14 @@ const Maximize = /*#__PURE__*/React.forwardRef(function Maximize(_ref16, ref) {
391
355
  viewBox: "0 0 32 32",
392
356
  fill: "currentColor",
393
357
  ...rest
394
- }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
395
- d: "M20 2L20 4 26.586 4 18 12.582 19.414 14 28 5.414 28 12 30 12 30 2 20 2zM14 19.416L12.592 18 4 26.586 4 20 2 20 2 30 12 30 12 28 5.414 28 14 19.416z"
358
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
359
+ d: "M29.41,9.26a3.5,3.5,0,0,0-2.47-2.47C24.76,6.2,16,6.2,16,6.2s-8.76,0-10.94.59A3.5,3.5,0,0,0,2.59,9.26,36.13,36.13,0,0,0,2,16a36.13,36.13,0,0,0,.59,6.74,3.5,3.5,0,0,0,2.47,2.47C7.24,25.8,16,25.8,16,25.8s8.76,0,10.94-.59a3.5,3.5,0,0,0,2.47-2.47A36.13,36.13,0,0,0,30,16,36.13,36.13,0,0,0,29.41,9.26ZM13.2,20.2V11.8L20.47,16Z"
396
360
  })), children);
397
361
  });
398
362
  if (process.env.NODE_ENV !== "production") {
399
- Maximize.propTypes = iconPropTypes4cbeb95d.i;
363
+ LogoYoutube.propTypes = iconPropTypes4cbeb95d.i;
400
364
  }
401
- const MediaLibrary = /*#__PURE__*/React.forwardRef(function MediaLibrary(_ref17, ref) {
365
+ const Logout = /*#__PURE__*/React.forwardRef(function Logout(_ref17, ref) {
402
366
  let {
403
367
  children,
404
368
  size = 16,
@@ -412,16 +376,16 @@ const MediaLibrary = /*#__PURE__*/React.forwardRef(function MediaLibrary(_ref17,
412
376
  viewBox: "0 0 32 32",
413
377
  fill: "currentColor",
414
378
  ...rest
415
- }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
416
- d: "M13 15L13 23 13 23 20 19 13 15z"
417
- })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
418
- d: "M26 28H6a2.0021 2.0021 0 01-2-2V12a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2V26A2.0021 2.0021 0 0126 28zM6 12V26H26V12zM6 6H26V8H6zM8 2H24V4H8z"
379
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
380
+ d: "M6,30H18a2.0023,2.0023,0,0,0,2-2V25H18v3H6V4H18V7h2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4V28A2.0023,2.0023,0,0,0,6,30Z"
381
+ })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
382
+ d: "M20.586 20.586L24.172 17 10 17 10 15 24.172 15 20.586 11.414 22 10 28 16 22 22 20.586 20.586z"
419
383
  })), children);
420
384
  });
421
385
  if (process.env.NODE_ENV !== "production") {
422
- MediaLibrary.propTypes = iconPropTypes4cbeb95d.i;
386
+ Logout.propTypes = iconPropTypes4cbeb95d.i;
423
387
  }
424
- const MediaLibraryFilled = /*#__PURE__*/React.forwardRef(function MediaLibraryFilled(_ref18, ref) {
388
+ const Loop = /*#__PURE__*/React.forwardRef(function Loop(_ref18, ref) {
425
389
  let {
426
390
  children,
427
391
  size = 16,
@@ -435,43 +399,52 @@ const MediaLibraryFilled = /*#__PURE__*/React.forwardRef(function MediaLibraryFi
435
399
  viewBox: "0 0 32 32",
436
400
  fill: "currentColor",
437
401
  ...rest
438
- }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
439
- fill: "none",
440
- d: "M13 15L13 23 13 23 20 19 13 15z",
441
- "data-icon-path": "inner-path"
442
- })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
443
- d: "M26 10H6a2.0023 2.0023 0 00-2 2V26a2.0023 2.0023 0 002 2H26a2.0023 2.0023 0 002-2V12A2.0023 2.0023 0 0026 10zM13 23h0V15l7 4zM6 6H26V8H6zM8 2H24V4H8z"
402
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
403
+ d: "M23.59 19.41L26 22 21 22 21 24 26 24 23.59 26.59 25 28 30 23 25 18 23.59 19.41zM13 6A9 9 0 005.52 20l1.66-1.11A7 7 0 1113 22H2v2H13A9 9 0 0013 6z"
444
404
  })), children);
445
405
  });
446
406
  if (process.env.NODE_ENV !== "production") {
447
- MediaLibraryFilled.propTypes = iconPropTypes4cbeb95d.i;
407
+ Loop.propTypes = iconPropTypes4cbeb95d.i;
448
408
  }
449
- const MediaCast = /*#__PURE__*/React.forwardRef(function MediaCast(_ref19, ref) {
409
+ const LowSeverity = /*#__PURE__*/React.forwardRef(function LowSeverity(_ref19, ref) {
450
410
  let {
451
411
  children,
452
412
  size = 16,
453
413
  ...rest
454
414
  } = _ref19;
415
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
416
+ return /*#__PURE__*/React.createElement(Icon.default, {
417
+ width: size,
418
+ height: size,
419
+ ref: ref,
420
+ xmlns: "http://www.w3.org/2000/svg",
421
+ viewBox: "0 0 16 16",
422
+ fill: "currentColor",
423
+ ...rest
424
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
425
+ d: "M4 4H12V12H4z"
426
+ })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
427
+ d: "M12,4v8H4V4h8m1-1H3V13H13V3Z"
428
+ })), children);
429
+ }
455
430
  return /*#__PURE__*/React.createElement(Icon.default, {
456
431
  width: size,
457
432
  height: size,
458
433
  ref: ref,
459
434
  xmlns: "http://www.w3.org/2000/svg",
460
- viewBox: "0 0 32 32",
435
+ viewBox: "0 0 16 16",
461
436
  fill: "currentColor",
462
437
  ...rest
463
- }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
464
- d: "M2 26H5a3 3 0 00-3-3zM9 26H7a5.0057 5.0057 0 00-5-5V19A7.0078 7.0078 0 019 26z"
465
- })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
466
- d: "M13,26H11a9.01,9.01,0,0,0-9-9V15A11.0125,11.0125,0,0,1,13,26Z"
467
- })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
468
- d: "M28,26H15V24H28V8H4v5H2V8A2.0021,2.0021,0,0,1,4,6H28a2.0021,2.0021,0,0,1,2,2V24A2.0021,2.0021,0,0,1,28,26Z"
438
+ }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
439
+ d: "M4 4H12V12H4z"
440
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
441
+ d: "M12,4v8H4V4h8m1-1H3V13H13V3Z"
469
442
  })), children);
470
443
  });
471
444
  if (process.env.NODE_ENV !== "production") {
472
- MediaCast.propTypes = iconPropTypes4cbeb95d.i;
445
+ LowSeverity.propTypes = iconPropTypes4cbeb95d.i;
473
446
  }
474
- const Medication = /*#__PURE__*/React.forwardRef(function Medication(_ref20, ref) {
447
+ const Mac = /*#__PURE__*/React.forwardRef(function Mac(_ref20, ref) {
475
448
  let {
476
449
  children,
477
450
  size = 16,
@@ -485,14 +458,15 @@ const Medication = /*#__PURE__*/React.forwardRef(function Medication(_ref20, ref
485
458
  viewBox: "0 0 32 32",
486
459
  fill: "currentColor",
487
460
  ...rest
488
- }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
489
- d: "M24,2H8A2,2,0,0,0,6,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,24,2ZM10,14h3V24H10ZM22,28H10V26h5V12H10V10H22ZM8,8V4H24V8Z"
461
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
462
+ strokeWidth: "0",
463
+ d: "M30 23h-6c-1.103 0-2-.8975-2-2v-10c0-1.103.897-2 2-2h6v2h-6v10h6v2zM18 9h-4c-1.103 0-2 .897-2 2v12h2v-5h4v5h2v-12c0-1.103-.897-2-2-2zm-4 7v-5h4v5h-4zM8 9L6.4849 14 6 15.977 5.535 14 4 9 2 9 2 23 4 23 4 15 3.8415 13.0039 4.4212 15 6 19.6263 7.5788 15 8.1588 13 8 15 8 23 10 23 10 9 8 9z"
490
464
  })), children);
491
465
  });
492
466
  if (process.env.NODE_ENV !== "production") {
493
- Medication.propTypes = iconPropTypes4cbeb95d.i;
467
+ Mac.propTypes = iconPropTypes4cbeb95d.i;
494
468
  }
495
- const MedicationAlert = /*#__PURE__*/React.forwardRef(function MedicationAlert(_ref21, ref) {
469
+ const MacCommand = /*#__PURE__*/React.forwardRef(function MacCommand(_ref21, ref) {
496
470
  let {
497
471
  children,
498
472
  size = 16,
@@ -506,22 +480,14 @@ const MedicationAlert = /*#__PURE__*/React.forwardRef(function MedicationAlert(_
506
480
  viewBox: "0 0 32 32",
507
481
  fill: "currentColor",
508
482
  ...rest
509
- }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
510
- d: "M22 19H24V24H22z"
511
- })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
512
- d: "M23,31a8,8,0,1,1,8-8A8,8,0,0,1,23,31Zm0-14a6,6,0,1,0,6,6A6,6,0,0,0,23,17Z"
513
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
514
- cx: "23",
515
- cy: "26",
516
- r: "1"
517
- })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
518
- d: "M20,2H4A2,2,0,0,0,2,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2h8V28H6V26h5V12H6V10H18v3h2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2ZM9,14V24H6V14ZM4,8V4H20V8Z"
483
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
484
+ d: "M24,13a4,4,0,0,0,4-4V8a4,4,0,0,0-4-4H23a4,4,0,0,0-4,4v3H13V8A4,4,0,0,0,9,4H8A4,4,0,0,0,4,8V9a4,4,0,0,0,4,4h3v6H8a4,4,0,0,0-4,4v1a4,4,0,0,0,4,4H9a4,4,0,0,0,4-4V21h6v3a4,4,0,0,0,4,4h1a4,4,0,0,0,4-4V23a4,4,0,0,0-4-4H21V13ZM21,8a2,2,0,0,1,2-2h1a2,2,0,0,1,2,2V9a2,2,0,0,1-2,2H21ZM8,11A2,2,0,0,1,6,9V8A2,2,0,0,1,8,6H9a2,2,0,0,1,2,2v3H8Zm3,13a2,2,0,0,1-2,2H8a2,2,0,0,1-2-2V23a2,2,0,0,1,2-2h3Zm8-5H13V13h6Zm2,2h3a2,2,0,0,1,2,2v1a2,2,0,0,1-2,2H23a2,2,0,0,1-2-2Z"
519
485
  })), children);
520
486
  });
521
487
  if (process.env.NODE_ENV !== "production") {
522
- MedicationAlert.propTypes = iconPropTypes4cbeb95d.i;
488
+ MacCommand.propTypes = iconPropTypes4cbeb95d.i;
523
489
  }
524
- const MedicationReminder = /*#__PURE__*/React.forwardRef(function MedicationReminder(_ref22, ref) {
490
+ const MacOption = /*#__PURE__*/React.forwardRef(function MacOption(_ref22, ref) {
525
491
  let {
526
492
  children,
527
493
  size = 16,
@@ -535,62 +501,19 @@ const MedicationReminder = /*#__PURE__*/React.forwardRef(function MedicationRemi
535
501
  viewBox: "0 0 32 32",
536
502
  fill: "currentColor",
537
503
  ...rest
538
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
539
- d: "M20,2H4A2,2,0,0,0,2,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2H18a2,2,0,0,0,2-2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2ZM6,14H9V24H6ZM18,28H6V26h5V12H6V10H18ZM4,8V4H20V8Z"
540
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
541
- cx: "26",
542
- cy: "16",
543
- r: "4"
504
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
505
+ d: "M18 5H28V7H18zM10.6 5L4 5 4 7 9.4 7 18.4 27 28 27 28 25 19.6 25z"
544
506
  })), children);
545
507
  });
546
508
  if (process.env.NODE_ENV !== "production") {
547
- MedicationReminder.propTypes = iconPropTypes4cbeb95d.i;
509
+ MacOption.propTypes = iconPropTypes4cbeb95d.i;
548
510
  }
549
- const Menu = /*#__PURE__*/React.forwardRef(function Menu(_ref23, ref) {
511
+ const MacShift = /*#__PURE__*/React.forwardRef(function MacShift(_ref23, ref) {
550
512
  let {
551
513
  children,
552
514
  size = 16,
553
515
  ...rest
554
516
  } = _ref23;
555
- if (size === 16 || size === "16" || size === "16px") {
556
- return /*#__PURE__*/React.createElement(Icon.default, {
557
- width: size,
558
- height: size,
559
- ref: ref,
560
- xmlns: "http://www.w3.org/2000/svg",
561
- viewBox: "0 0 16 16",
562
- fill: "currentColor",
563
- ...rest
564
- }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
565
- d: "M2 12H14V13H2zM2 9H14V10H2zM2 6H14V7H2zM2 3H14V4H2z"
566
- })), children);
567
- }
568
- if (size === 20 || size === "20" || size === "20px") {
569
- return /*#__PURE__*/React.createElement(Icon.default, {
570
- width: size,
571
- height: size,
572
- ref: ref,
573
- xmlns: "http://www.w3.org/2000/svg",
574
- viewBox: "0 0 20 20",
575
- fill: "currentColor",
576
- ...rest
577
- }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
578
- d: "M2 14.8H18V16H2zM2 11.2H18V12.399999999999999H2zM2 7.6H18V8.799999999999999H2zM2 4H18V5.2H2z"
579
- })), children);
580
- }
581
- if (size === 24 || size === "24" || size === "24px") {
582
- return /*#__PURE__*/React.createElement(Icon.default, {
583
- width: size,
584
- height: size,
585
- ref: ref,
586
- xmlns: "http://www.w3.org/2000/svg",
587
- viewBox: "0 0 24 24",
588
- fill: "currentColor",
589
- ...rest
590
- }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
591
- d: "M3 18H21V19.5H3zM3 13.5H21V15H3zM3 9H21V10.5H3zM3 4.5H21V6H3z"
592
- })), children);
593
- }
594
517
  return /*#__PURE__*/React.createElement(Icon.default, {
595
518
  width: size,
596
519
  height: size,
@@ -599,19 +522,25 @@ const Menu = /*#__PURE__*/React.forwardRef(function Menu(_ref23, ref) {
599
522
  viewBox: "0 0 32 32",
600
523
  fill: "currentColor",
601
524
  ...rest
602
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
603
- d: "M4 6H28V8H4zM4 24H28V26H4zM4 12H28V14H4zM4 18H28V20H4z"
525
+ }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
526
+ d: "M21,28H11a2.0023,2.0023,0,0,1-2-2V16H4a1,1,0,0,1-.707-1.707l12-12a.9994.9994,0,0,1,1.414,0l12,12A1,1,0,0,1,28,16H23V26A2.0027,2.0027,0,0,1,21,28ZM6.4141,14H11V26H21V14h4.5859L16,4.4141Z"
604
527
  })), children);
605
528
  });
606
529
  if (process.env.NODE_ENV !== "production") {
607
- Menu.propTypes = iconPropTypes4cbeb95d.i;
530
+ MacShift.propTypes = iconPropTypes4cbeb95d.i;
608
531
  }
609
- const Merge = /*#__PURE__*/React.forwardRef(function Merge(_ref24, ref) {
532
+ const MachineLearning = /*#__PURE__*/React.forwardRef(function MachineLearning(_ref24, ref) {
610
533
  let {
611
534
  children,
612
535
  size = 16,
613
536
  ...rest
614
537
  } = _ref24;
538
+ if (process.env.NODE_ENV !== "production") {
539
+ if (!didWarnAboutDeprecation["MachineLearning"]) {
540
+ didWarnAboutDeprecation["MachineLearning"] = true;
541
+ console.warn("Icon should not be used. Teams should use machine-learning-model instead. As a result, the MachineLearning component will be removed in the next major version of @carbon/icons-react.");
542
+ }
543
+ }
615
544
  return /*#__PURE__*/React.createElement(Icon.default, {
616
545
  width: size,
617
546
  height: size,
@@ -620,15 +549,16 @@ const Merge = /*#__PURE__*/React.forwardRef(function Merge(_ref24, ref) {
620
549
  viewBox: "0 0 32 32",
621
550
  fill: "currentColor",
622
551
  ...rest
623
- }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
624
- strokeWidth: "0",
625
- d: "m24,13c-1.8584,0-3.4106,1.2798-3.8579,3h-6.1421c-2.7571,0-5-2.2432-5-5v-1.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v12.2842c-1.7202.4468-3,1.9995-3,3.8579,0,2.2061,1.7944,4,4,4s4-1.7939,4-4c0-1.8584-1.2798-3.4111-3-3.8579v-6.2524c1.2717,1.3003,3.042,2.1104,5,2.1104h6.1421c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm-14,13c0,1.1025-.897,2-2,2s-2-.8975-2-2,.897-2,2-2,2,.8975,2,2ZM6,6c0-1.103.897-2,2-2s2,.897,2,2-.897,2-2,2-2-.897-2-2Zm18,13c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
552
+ }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
553
+ d: "M16 25a6.9908 6.9908 0 01-5.833-3.1287l1.666-1.1074a5.0007 5.0007 0 008.334 0l1.666 1.1074A6.9908 6.9908 0 0116 25zM20 14a2 2 0 102 2A1.9806 1.9806 0 0020 14zM12 14a2 2 0 102 2A1.9806 1.9806 0 0012 14z"
554
+ })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
555
+ d: "M30,16V14H28V10a4.0045,4.0045,0,0,0-4-4H22V2H20V6H12V2H10V6H8a4.0045,4.0045,0,0,0-4,4v4H2v2H4v5H2v2H4v3a4.0045,4.0045,0,0,0,4,4H24a4.0045,4.0045,0,0,0,4-4V23h2V21H28V16ZM26,26a2.0023,2.0023,0,0,1-2,2H8a2.0023,2.0023,0,0,1-2-2V10A2.0023,2.0023,0,0,1,8,8H24a2.0023,2.0023,0,0,1,2,2Z"
626
556
  })), children);
627
557
  });
628
558
  if (process.env.NODE_ENV !== "production") {
629
- Merge.propTypes = iconPropTypes4cbeb95d.i;
559
+ MachineLearning.propTypes = iconPropTypes4cbeb95d.i;
630
560
  }
631
- const MergeNode = /*#__PURE__*/React.forwardRef(function MergeNode(_ref25, ref) {
561
+ const MachineLearningModel = /*#__PURE__*/React.forwardRef(function MachineLearningModel(_ref25, ref) {
632
562
  let {
633
563
  children,
634
564
  size = 16,
@@ -642,15 +572,15 @@ const MergeNode = /*#__PURE__*/React.forwardRef(function MergeNode(_ref25, ref)
642
572
  viewBox: "0 0 32 32",
643
573
  fill: "currentColor",
644
574
  ...rest
645
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
575
+ }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
646
576
  strokeWidth: "0",
647
- d: "M28 20h-4l-8-8-8 8h-4c-1.1028 0-2 .8975-2 2v8h2v-8h4l8 8 8-8h4v8h2v-8c0-1.1025-.8972-2-2-2zm-12 7.1714l-6.1714-6.1714 6.1714-6.1716 6.1714 6.1716-6.1714 6.1714zM11 7L16 12 21 7 19.5859 5.5859 17 8.1719 17 2 15 2 15 8.1719 12.4141 5.5859 11 7z"
577
+ d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8384-2.8157,2h-5.7703l7.3008-7.3008c.3911.1875.8235.3008,1.2852.3008,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.4619.1135.894.3005,1.2852l-8.3005,8.3008v-6.5859c0-1.1025.897-2,2-2h2v-2h-2c-1.2002,0-2.2661.5425-3,1.3823-.7339-.8398-1.7998-1.3823-3-1.3823h-1c-4.9624,0-9,4.0371-9,9v6c0,4.9629,4.0376,9,9,9h1c1.2002,0,2.2661-.5425,3-1.3823.7339.8398,1.7998,1.3823,3,1.3823h2v-2h-2c-1.103,0-2-.8975-2-2v-6.5859l8.3005,8.3008c-.187.3911-.3005.8232-.3005,1.2852,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.4617,0-.894.1133-1.2852.3008l-7.3008-7.3008h5.7703c.4141,1.1616,1.5137,2,2.8157,2Zm0-4c.5513,0,1,.4482,1,1s-.4487,1-1,1-1-.4482-1-1,.4487-1,1-1Zm0-11c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm-13,8h-2v2h2v4h-2c-1.6543,0-3,1.3457-3,3v2h2v-2c0-.5518.4487-1,1-1h2v4c0,1.1025-.897,2-2,2h-1c-3.5195,0-6.4324-2.6133-6.9202-6h1.9202v-2h-2v-4h3c1.6543,0,3-1.3457,3-3v-2h-2v2c0,.5518-.4487,1-1,1h-2.9202c.4878-3.3867,3.4006-6,6.9202-6h1c1.103,0,2,.8975,2,2v4Zm14,15c0,.5513-.4485,1-1,1s-1-.4487-1-1,.4485-1,1-1,1,.4487,1,1Z"
648
578
  })), children);
649
579
  });
650
580
  if (process.env.NODE_ENV !== "production") {
651
- MergeNode.propTypes = iconPropTypes4cbeb95d.i;
581
+ MachineLearningModel.propTypes = iconPropTypes4cbeb95d.i;
652
582
  }
653
- const MessageQueue = /*#__PURE__*/React.forwardRef(function MessageQueue(_ref26, ref) {
583
+ const MagicWand = /*#__PURE__*/React.forwardRef(function MagicWand(_ref26, ref) {
654
584
  let {
655
585
  children,
656
586
  size = 16,
@@ -664,16 +594,23 @@ const MessageQueue = /*#__PURE__*/React.forwardRef(function MessageQueue(_ref26,
664
594
  viewBox: "0 0 32 32",
665
595
  fill: "currentColor",
666
596
  ...rest
667
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
668
- d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V21H4v5H28V21h2v5A2.0021,2.0021,0,0,1,28,28Z"
669
- })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
670
- d: "M7 21H25V23H7zM7 16H25V18H7zM7 11H25V13H7zM7 6H25V8H7z"
597
+ }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
598
+ d: "M29.4141,24,12,6.5859a2.0476,2.0476,0,0,0-2.8281,0l-2.586,2.586a2.0021,2.0021,0,0,0,0,2.8281L23.999,29.4141a2.0024,2.0024,0,0,0,2.8281,0l2.587-2.5865a1.9993,1.9993,0,0,0,0-2.8281ZM8,10.5859,10.5859,8l5,5-2.5866,2.5869-5-5ZM25.4131,28l-11-10.999L17,14.4141l11,11Z"
599
+ })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
600
+ d: "M2.586 14.586H5.414V17.414H2.586z",
601
+ transform: "rotate(-45 4 16)"
602
+ })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
603
+ d: "M14.586 2.586H17.414V5.414H14.586z",
604
+ transform: "rotate(-45 16 4)"
605
+ })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
606
+ d: "M2.586 2.586H5.414V5.414H2.586z",
607
+ transform: "rotate(-45 4 4)"
671
608
  })), children);
672
609
  });
673
610
  if (process.env.NODE_ENV !== "production") {
674
- MessageQueue.propTypes = iconPropTypes4cbeb95d.i;
611
+ MagicWand.propTypes = iconPropTypes4cbeb95d.i;
675
612
  }
676
- const Meter = /*#__PURE__*/React.forwardRef(function Meter(_ref27, ref) {
613
+ const MagicWandFilled = /*#__PURE__*/React.forwardRef(function MagicWandFilled(_ref27, ref) {
677
614
  let {
678
615
  children,
679
616
  size = 16,
@@ -687,16 +624,23 @@ const Meter = /*#__PURE__*/React.forwardRef(function Meter(_ref27, ref) {
687
624
  viewBox: "0 0 32 32",
688
625
  fill: "currentColor",
689
626
  ...rest
690
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
691
- d: "M26 16a9.9283 9.9283 0 00-1.1392-4.6182l-1.4961 1.4961A7.9483 7.9483 0 0124 16zM23.4141 10L22 8.5859l-4.7147 4.7147A2.9659 2.9659 0 0016 13a3 3 0 103 3 2.9659 2.9659 0 00-.3006-1.2853zM16 17a1 1 0 111-1A1.0013 1.0013 0 0116 17zM16 8a7.9515 7.9515 0 013.1223.6353l1.4961-1.4961A9.9864 9.9864 0 006 16H8A8.0092 8.0092 0 0116 8z"
692
- })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
693
- 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"
627
+ }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
628
+ d: "M29.4141,24,12,6.5859a2.0476,2.0476,0,0,0-2.8281,0l-2.586,2.586a2.0021,2.0021,0,0,0,0,2.8281L23.999,29.4141a2.0024,2.0024,0,0,0,2.8281,0l2.587-2.5865a1.9993,1.9993,0,0,0,0-2.8281ZM8,10.5859,10.5859,8l5,5-2.5866,2.5869-5-5Z"
629
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
630
+ d: "M2.586 14.586H5.414V17.414H2.586z",
631
+ transform: "rotate(-45 4 16)"
632
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
633
+ d: "M14.586 2.586H17.414V5.414H14.586z",
634
+ transform: "rotate(-45 16 4)"
635
+ })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
636
+ d: "M2.586 2.586H5.414V5.414H2.586z",
637
+ transform: "rotate(-45 4 4)"
694
638
  })), children);
695
639
  });
696
640
  if (process.env.NODE_ENV !== "production") {
697
- Meter.propTypes = iconPropTypes4cbeb95d.i;
641
+ MagicWandFilled.propTypes = iconPropTypes4cbeb95d.i;
698
642
  }
699
- const MeterAlt = /*#__PURE__*/React.forwardRef(function MeterAlt(_ref28, ref) {
643
+ const WatsonHealthMagnify = /*#__PURE__*/React.forwardRef(function WatsonHealthMagnify(_ref28, ref) {
700
644
  let {
701
645
  children,
702
646
  size = 16,
@@ -710,14 +654,16 @@ const MeterAlt = /*#__PURE__*/React.forwardRef(function MeterAlt(_ref28, ref) {
710
654
  viewBox: "0 0 32 32",
711
655
  fill: "currentColor",
712
656
  ...rest
713
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
714
- d: "M30 20a13.8535 13.8535 0 00-2.2291-7.5288l-1.4452 1.4453A11.8917 11.8917 0 0128 20zM28 9.414L26.5859 8 18.019 16.5669A3.9521 3.9521 0 0016 16a4 4 0 104 4 3.9533 3.9533 0 00-.5669-2.0191zM16 22a2 2 0 112-2A2.0023 2.0023 0 0116 22zM16 8a11.9086 11.9086 0 016.0833 1.6743l1.4536-1.4536A13.9773 13.9773 0 002 20H4A12.0137 12.0137 0 0116 8z"
657
+ }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
658
+ d: "M12,21H4V4H22v8h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V21a2,2,0,0,0,2,2h8Z"
659
+ })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
660
+ d: "M30,28.58l-3.11-3.11a6,6,0,1,0-1.42,1.42L28.58,30ZM22,26a4,4,0,1,1,4-4A4,4,0,0,1,22,26Z"
715
661
  })), children);
716
662
  });
717
663
  if (process.env.NODE_ENV !== "production") {
718
- MeterAlt.propTypes = iconPropTypes4cbeb95d.i;
664
+ WatsonHealthMagnify.propTypes = iconPropTypes4cbeb95d.i;
719
665
  }
720
- const Microphone = /*#__PURE__*/React.forwardRef(function Microphone(_ref29, ref) {
666
+ const MailAll = /*#__PURE__*/React.forwardRef(function MailAll(_ref29, ref) {
721
667
  let {
722
668
  children,
723
669
  size = 16,
@@ -731,16 +677,16 @@ const Microphone = /*#__PURE__*/React.forwardRef(function Microphone(_ref29, ref
731
677
  viewBox: "0 0 32 32",
732
678
  fill: "currentColor",
733
679
  ...rest
734
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
735
- d: "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z"
736
- })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
737
- d: "M16,22a5,5,0,0,0,5-5V7A5,5,0,0,0,11,7V17A5,5,0,0,0,16,22ZM13,7a3,3,0,0,1,6,0V17a3,3,0,0,1-6,0Z"
680
+ }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
681
+ d: "M16.59 20.41L20.17 24 20.17 24 16.58 27.59 18 29 23 24 18 19 16.59 20.41zM23.59 20.41L27.17 24 27.17 24 23.58 27.59 25 29 30 24 25 19 23.59 20.41z"
682
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
683
+ d: "M14,23H4V7.91l11.43,7.91a1,1,0,0,0,1.14,0L28,7.91V17h2V7a2,2,0,0,0-2-2H4A2,2,0,0,0,2,7V23a2,2,0,0,0,2,2H14ZM25.8,7,16,13.78,6.2,7Z"
738
684
  })), children);
739
685
  });
740
686
  if (process.env.NODE_ENV !== "production") {
741
- Microphone.propTypes = iconPropTypes4cbeb95d.i;
687
+ MailAll.propTypes = iconPropTypes4cbeb95d.i;
742
688
  }
743
- const MicrophoneFilled = /*#__PURE__*/React.forwardRef(function MicrophoneFilled(_ref30, ref) {
689
+ const MailReply = /*#__PURE__*/React.forwardRef(function MailReply(_ref30, ref) {
744
690
  let {
745
691
  children,
746
692
  size = 16,
@@ -754,16 +700,16 @@ const MicrophoneFilled = /*#__PURE__*/React.forwardRef(function MicrophoneFilled
754
700
  viewBox: "0 0 32 32",
755
701
  fill: "currentColor",
756
702
  ...rest
757
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
758
- d: "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z"
759
- })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
760
- d: "M16,22a5,5,0,0,0,5-5V7A5,5,0,0,0,11,7V17A5,5,0,0,0,16,22Z"
703
+ }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
704
+ d: "M25,18l-1.4141,1.4141L26.1672,22H18a4,4,0,0,0,0,8h2V28H18a2,2,0,0,1,0-4h8.1672l-2.5827,2.5874L25,28l5-5Z"
705
+ })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
706
+ d: "M10,22H4L3.9966,6.9064l11.4341,7.9159a1.0008,1.0008,0,0,0,1.1386,0L28,6.9086,28,16h2V6a2.0025,2.0025,0,0,0-2-2H4A2,2,0,0,0,2,5.9965V22a2.0026,2.0026,0,0,0,2,2h6ZM25.7986,6,16,12.7837,6.2014,6Z"
761
707
  })), children);
762
708
  });
763
709
  if (process.env.NODE_ENV !== "production") {
764
- MicrophoneFilled.propTypes = iconPropTypes4cbeb95d.i;
710
+ MailReply.propTypes = iconPropTypes4cbeb95d.i;
765
711
  }
766
- const MicrophoneOff = /*#__PURE__*/React.forwardRef(function MicrophoneOff(_ref31, ref) {
712
+ const WatsonHealthMammogram = /*#__PURE__*/React.forwardRef(function WatsonHealthMammogram(_ref31, ref) {
767
713
  let {
768
714
  children,
769
715
  size = 16,
@@ -777,14 +723,14 @@ const MicrophoneOff = /*#__PURE__*/React.forwardRef(function MicrophoneOff(_ref3
777
723
  viewBox: "0 0 32 32",
778
724
  fill: "currentColor",
779
725
  ...rest
780
- }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
781
- d: "M9.18 18.57A7.41 7.41 0 019 17V14H7v3a8.84 8.84 0 00.58 3.18zM13 15V7a3 3 0 016 0V8.75l2-2A5 5 0 0011 7v8zM23 17a7 7 0 01-11.73 5.14l1.42-1.41A5 5 0 0021 17V12.42l9-9L28.59 2 2 28.59 3.41 30l6.44-6.44A8.91 8.91 0 0015 25.94V28H11v2H21V28H17V25.94A9 9 0 0025 17V14H23zm-4 0a3 3 0 01-4.9 2.31L19 14.42z"
726
+ }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
727
+ d: "M25 32L32 32 32 25 30 25 30 30 25 30 25 32zM25 27H22V17h3a3.0033 3.0033 0 013 3v4A3.0033 3.0033 0 0125 27zm-1-2h1a1.0006 1.0006 0 001-1V20a1.0006 1.0006 0 00-1-1H24zM20 27H14V23a2.002 2.002 0 012-2h2V19H14V17h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H16v2h4zM25 15H22V5h3a3.0033 3.0033 0 013 3v4A3.0033 3.0033 0 0125 15zm-1-2h1a1.0009 1.0009 0 001-1V8a1.0009 1.0009 0 00-1-1H24zM18 5H14V7h4V9H15v2h3v2H14v2h4a2.0027 2.0027 0 002-2V7A2.0023 2.0023 0 0018 5zM10 27H8V23.9541C3.2847 23.5117 2 19.9443 2 18c0-3.0146 2.082-4.5015 3.9189-5.814C7.5723 11.0054 9 9.9854 9 8V5h2V8c0 3.0146-2.082 4.5015-3.9189 5.814C5.4277 14.9946 4 16.0146 4 18c.0054.4033.1914 4 5 4a1 1 0 011 1zM7 0L0 0 0 7 2 7 2 2 7 2 7 0z"
782
728
  })), children);
783
729
  });
784
730
  if (process.env.NODE_ENV !== "production") {
785
- MicrophoneOff.propTypes = iconPropTypes4cbeb95d.i;
731
+ WatsonHealthMammogram.propTypes = iconPropTypes4cbeb95d.i;
786
732
  }
787
- const MicrophoneOffFilled = /*#__PURE__*/React.forwardRef(function MicrophoneOffFilled(_ref32, ref) {
733
+ const ManageProtection = /*#__PURE__*/React.forwardRef(function ManageProtection(_ref32, ref) {
788
734
  let {
789
735
  children,
790
736
  size = 16,
@@ -798,14 +744,16 @@ const MicrophoneOffFilled = /*#__PURE__*/React.forwardRef(function MicrophoneOff
798
744
  viewBox: "0 0 32 32",
799
745
  fill: "currentColor",
800
746
  ...rest
801
- }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
802
- d: "M23 17a7 7 0 01-11.73 5.14l1.42-1.41A5 5 0 0021 17V12.42l9-9L28.59 2 2 28.59 3.41 30l6.44-6.44A8.91 8.91 0 0015 25.94V28H11v2H21V28H17V25.94A9 9 0 0025 17V14H23zM9 17.32c0-.11 0-.21 0-.32V14H7v3a9 9 0 00.25 2.09zM20.76 5.58A5 5 0 0011 7v8.34z"
747
+ }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
748
+ d: "M16,30,9.8242,26.7071A10.9815,10.9815,0,0,1,4,17V4A2.0022,2.0022,0,0,1,6,2H26a2.0022,2.0022,0,0,1,2,2V17a10.9815,10.9815,0,0,1-5.8242,9.7069ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
749
+ })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
750
+ d: "M16,25.277V6h8V16.8048a7,7,0,0,1-3.7,6.1731Z"
803
751
  })), children);
804
752
  });
805
753
  if (process.env.NODE_ENV !== "production") {
806
- MicrophoneOffFilled.propTypes = iconPropTypes4cbeb95d.i;
754
+ ManageProtection.propTypes = iconPropTypes4cbeb95d.i;
807
755
  }
808
- const Microscope = /*#__PURE__*/React.forwardRef(function Microscope(_ref33, ref) {
756
+ const ManagedSolutions = /*#__PURE__*/React.forwardRef(function ManagedSolutions(_ref33, ref) {
809
757
  let {
810
758
  children,
811
759
  size = 16,
@@ -819,14 +767,16 @@ const Microscope = /*#__PURE__*/React.forwardRef(function Microscope(_ref33, ref
819
767
  viewBox: "0 0 32 32",
820
768
  fill: "currentColor",
821
769
  ...rest
822
- }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
823
- d: "M25.3943,24a7.8772,7.8772,0,0,0-1.6707-8.5684,3.918,3.918,0,0,0-1.0844-4.414l2.7759-2.7759a2.0025,2.0025,0,0,0,0-2.8286L22.5869,2.5849a2.0021,2.0021,0,0,0-2.8286,0L6.5859,15.7573a2.0027,2.0027,0,0,0,0,2.8286l2.8282,2.8282a2.0024,2.0024,0,0,0,2.8286,0l4.7749-4.7754a3.9329,3.9329,0,0,0,5.5139.4326A5.9442,5.9442,0,0,1,23.1775,24H16v4H4v2H28V24ZM10.8281,20,8,17.1714,9.8787,15.293l2.8283,2.8281ZM16,14a3.9811,3.9811,0,0,0,.0762.7524L14.1211,16.707l-2.8284-2.8281,9.88-9.88L24.001,6.8271l-3.2488,3.2491A3.9771,3.9771,0,0,0,16,14Zm4,2a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,20,16Zm6,12H18V26h8Z"
770
+ }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
771
+ d: "M30 23L25 23 25 18 23 18 23 23 18 23 18 25 23 25 23 30 25 30 25 25 30 25 30 23z"
772
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
773
+ d: "M24.1273,11.8394l1.1807.2136a5.7919,5.7919,0,0,1,2.6247,1.1445A5.4219,5.4219,0,0,1,29.9532,18h2.0293a7.5022,7.5022,0,0,0-6.15-7.8848,10.0067,10.0067,0,0,0-7.9387-7.9336,10.0025,10.0025,0,0,0-11.72,7.9336A7.5055,7.5055,0,0,0,.0576,18.4088,7.6841,7.6841,0,0,0,7.7725,25H14V23H7.6978a5.6323,5.6323,0,0,1-5.6024-4.4859,5.5064,5.5064,0,0,1,4.4338-6.4306l1.3488-.2441.2138-1.11a8.2061,8.2061,0,0,1,6.7427-6.6426,7.9714,7.9714,0,0,1,3.0138.13,8.1442,8.1442,0,0,1,6.0526,6.4464Z"
824
774
  })), children);
825
775
  });
826
776
  if (process.env.NODE_ENV !== "production") {
827
- Microscope.propTypes = iconPropTypes4cbeb95d.i;
777
+ ManagedSolutions.propTypes = iconPropTypes4cbeb95d.i;
828
778
  }
829
- const Microservices_1 = /*#__PURE__*/React.forwardRef(function Microservices_1(_ref34, ref) {
779
+ const Map = /*#__PURE__*/React.forwardRef(function Map(_ref34, ref) {
830
780
  let {
831
781
  children,
832
782
  size = 16,
@@ -840,17 +790,20 @@ const Microservices_1 = /*#__PURE__*/React.forwardRef(function Microservices_1(_
840
790
  viewBox: "0 0 32 32",
841
791
  fill: "currentColor",
842
792
  ...rest
843
- }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
844
- d: "m11 21-4-2.2v-4.5l4-2.2 4 2.2v4.5L11 21zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM6 30l-4-2.2v-4.5L6 21l4 2.2v4.5L6 30zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM16 30l-4-2.2v-4.5l4-2.2 4 2.2v4.5L16 30zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM26 30l-4-2.2v-4.5l4-2.2 4 2.2v4.5L26 30zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM24.6 11.6 22 14.2V9.4l3-1.7V3.2L21 1l-4 2.2v4.5l3 1.7v4.7l-2.6-2.6L16 13l5 5 5-5-1.4-1.4zM19 4.4l2-1.1 2 1.1v2.2l-2 1.1-2-1.1V4.4z"
845
- }), /*#__PURE__*/React.createElement("path", {
846
- fill: "none",
847
- d: "M0 0h32v32H0z"
848
- })))), children);
793
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
794
+ d: "M16,24l-6.09-8.6A8.14,8.14,0,0,1,16,2a8.08,8.08,0,0,1,8,8.13,8.2,8.2,0,0,1-1.8,5.13ZM16,4a6.07,6.07,0,0,0-6,6.13,6.19,6.19,0,0,0,1.49,4L16,20.52,20.63,14A6.24,6.24,0,0,0,22,10.13,6.07,6.07,0,0,0,16,4Z"
795
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
796
+ cx: "16",
797
+ cy: "9",
798
+ r: "2"
799
+ })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
800
+ d: "M28,12H26v2h2V28H4V14H6V12H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V14A2,2,0,0,0,28,12Z"
801
+ })), children);
849
802
  });
850
803
  if (process.env.NODE_ENV !== "production") {
851
- Microservices_1.propTypes = iconPropTypes4cbeb95d.i;
804
+ Map.propTypes = iconPropTypes4cbeb95d.i;
852
805
  }
853
- const Microservices_2 = /*#__PURE__*/React.forwardRef(function Microservices_2(_ref35, ref) {
806
+ const MapCenter = /*#__PURE__*/React.forwardRef(function MapCenter(_ref35, ref) {
854
807
  let {
855
808
  children,
856
809
  size = 16,
@@ -864,17 +817,14 @@ const Microservices_2 = /*#__PURE__*/React.forwardRef(function Microservices_2(_
864
817
  viewBox: "0 0 32 32",
865
818
  fill: "currentColor",
866
819
  ...rest
867
- }, _switch2 || (_switch2 = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
868
- d: "M16 22v-6h-6v-6H2v20h20v-8h-6zm-2-4v4h-4v-4h4zM4 12h4v4H4v-4zm4 6v4H4v-4h4zM4 28v-4h4v4H4zm10 0h-4v-4h4v4zm6 0h-4v-4h4v4zM29.6 13.6 27 16.2V10h3V2h-8v8h3v6.2l-2.6-2.6L21 15l5 5 5-5-1.4-1.4zM24 4h4v4h-4V4z"
869
- }), /*#__PURE__*/React.createElement("path", {
870
- fill: "none",
871
- d: "M0 0h32v32H0z"
872
- })))), children);
820
+ }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
821
+ d: "M23 26H25V30H23zM23 18H25V22H23zM26 23H30V25H26zM18 23H22V25H18zM25.3418 10.06l-22-8A1 1 0 002.06 3.3415l8 22A1.0011 1.0011 0 0010.9839 26H11a1 1 0 00.9287-.6289L15.77 15.7692l9.6015-3.8408a1 1 0 00-.0293-1.8687zM14.6284 14.0709v0l-.3979.1591-.1591.3979 0 0-3.0268 7.5678L4.6719 4.6715l17.5244 6.3726z"
822
+ })), children);
873
823
  });
874
824
  if (process.env.NODE_ENV !== "production") {
875
- Microservices_2.propTypes = iconPropTypes4cbeb95d.i;
825
+ MapCenter.propTypes = iconPropTypes4cbeb95d.i;
876
826
  }
877
- const Migrate = /*#__PURE__*/React.forwardRef(function Migrate(_ref36, ref) {
827
+ const MapIdentify = /*#__PURE__*/React.forwardRef(function MapIdentify(_ref36, ref) {
878
828
  let {
879
829
  children,
880
830
  size = 16,
@@ -888,14 +838,14 @@ const Migrate = /*#__PURE__*/React.forwardRef(function Migrate(_ref36, ref) {
888
838
  viewBox: "0 0 32 32",
889
839
  fill: "currentColor",
890
840
  ...rest
891
- }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
892
- d: "M26 2H6A2 2 0 004 4V8a2 2 0 002 2h9v6.17l-2.59-2.58L11 15l5 5 5-5-1.41-1.41L17 16.17V10h9a2 2 0 002-2V4A2 2 0 0026 2zM6 4h4V8H6zM26 8H12V4H26zM26 22H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2V24A2 2 0 0026 22zM6 24H20v4H6zm20 4H22V24h4z"
841
+ }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
842
+ d: "M15 8H17V14H15zM15 18H17V24H15zM18 15H24V17H18zM8 15H14V17H8zM4 10H2V4A2.0021 2.0021 0 014 2h6V4H4zM10 30H4a2.0021 2.0021 0 01-2-2V22H4v6h6zM28 30H22V28h6V22h2v6A2.0021 2.0021 0 0128 30zM30 10H28V4H22V2h6a2.0021 2.0021 0 012 2z"
893
843
  })), children);
894
844
  });
895
845
  if (process.env.NODE_ENV !== "production") {
896
- Migrate.propTypes = iconPropTypes4cbeb95d.i;
846
+ MapIdentify.propTypes = iconPropTypes4cbeb95d.i;
897
847
  }
898
- const MigrateAlt = /*#__PURE__*/React.forwardRef(function MigrateAlt(_ref37, ref) {
848
+ const MapBoundary = /*#__PURE__*/React.forwardRef(function MapBoundary(_ref37, ref) {
899
849
  let {
900
850
  children,
901
851
  size = 16,
@@ -909,14 +859,16 @@ const MigrateAlt = /*#__PURE__*/React.forwardRef(function MigrateAlt(_ref37, ref
909
859
  viewBox: "0 0 32 32",
910
860
  fill: "currentColor",
911
861
  ...rest
912
- }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
913
- 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,22H12V20H10v6H4V17H20.1719l-3.586,3.5859L18,22l6-6-6-6-1.4141,1.4141L20.1719,15H4V6h6v6h2V6H28Z"
862
+ }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
863
+ d: "M12 10H14V14H12zM18 18H22V20H18zM14 18L14 16 12 16 12 20 16 20 16 18 14 18zM16 4H28V16H16z"
864
+ })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
865
+ d: "M17.885 29.997L11.819 26.142 4 27.989 4 4 14 4 14 8 12 8 12 6 6 6 6 25.461 12.181 24.001 18.115 27.773 22.818 26 26 26 26 20 24 20 24 18 28 18 28 28 23.182 28 17.885 29.997z"
914
866
  })), children);
915
867
  });
916
868
  if (process.env.NODE_ENV !== "production") {
917
- MigrateAlt.propTypes = iconPropTypes4cbeb95d.i;
869
+ MapBoundary.propTypes = iconPropTypes4cbeb95d.i;
918
870
  }
919
- const Milestone = /*#__PURE__*/React.forwardRef(function Milestone(_ref38, ref) {
871
+ const MapBoundaryVegetation = /*#__PURE__*/React.forwardRef(function MapBoundaryVegetation(_ref38, ref) {
920
872
  let {
921
873
  children,
922
874
  size = 16,
@@ -930,14 +882,16 @@ const Milestone = /*#__PURE__*/React.forwardRef(function Milestone(_ref38, ref)
930
882
  viewBox: "0 0 32 32",
931
883
  fill: "currentColor",
932
884
  ...rest
933
- }, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
934
- d: "M24.5857,6.5859A1.9865,1.9865,0,0,0,23.1714,6H16V2H14V6H6A2.0025,2.0025,0,0,0,4,8v6a2.0025,2.0025,0,0,0,2,2h8V30h2V16h7.1714a1.9865,1.9865,0,0,0,1.4143-.5859L29,11ZM23.1714,14H6V8H23.1716l3,3Z"
885
+ }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
886
+ d: "M28 16H18V14h5V10a2 2 0 012-2h1.5a1.5 1.5 0 00.2837-2.9734l-.7109-.1355L25.9982 4.32a2.6322 2.6322 0 00-1.68-2.1823 2.5051 2.5051 0 00-3.0836 1.3042l-.3032.6472-.71-.0771a2.0185 2.0185 0 00-2.17 2.4343A2.0976 2.0976 0 0020.1261 8H21v2h-.7817A4.1491 4.1491 0 0116.012 6.3136a4.0047 4.0047 0 013.7414-4.306A4.5006 4.5006 0 0127.8267 3.26a3.5051 3.5051 0 012.1422 3.7094A3.6283 3.6283 0 0126.3172 10H25v4h3zM18 18H22V20H18zM14 18L14 16 12 16 12 20 16 20 16 18 14 18zM12 10H14V14H12z"
887
+ })), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
888
+ d: "M17.885 30L11.819 26.142 4 27.989 4 4 14 4 14 8 12 8 12 6 6 6 6 25.461 12.181 24.001 18.115 27.776 22.818 26 26 26 26 20 24 20 24 18 28 18 28 28 23.182 28 17.885 30z"
935
889
  })), children);
936
890
  });
937
891
  if (process.env.NODE_ENV !== "production") {
938
- Milestone.propTypes = iconPropTypes4cbeb95d.i;
892
+ MapBoundaryVegetation.propTypes = iconPropTypes4cbeb95d.i;
939
893
  }
940
- const MilitaryCamp = /*#__PURE__*/React.forwardRef(function MilitaryCamp(_ref39, ref) {
894
+ const MarineWarning = /*#__PURE__*/React.forwardRef(function MarineWarning(_ref39, ref) {
941
895
  let {
942
896
  children,
943
897
  size = 16,
@@ -951,32 +905,26 @@ const MilitaryCamp = /*#__PURE__*/React.forwardRef(function MilitaryCamp(_ref39,
951
905
  viewBox: "0 0 32 32",
952
906
  fill: "currentColor",
953
907
  ...rest
954
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
955
- d: "M27,28v-10.48a2.0035,2.0035,0,0,0-.853-1.6387L17,9.48V8h6V2H15V9.48L5.8528,15.8823A2.0023,2.0023,0,0,0,5,17.5205V28H2v2H30V28ZM17,4h4V6H17ZM7,17.5205l9-6.3,9,6.3V28H17V20H15v8H7Z"
908
+ }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
909
+ d: "M12,20H7a1,1,0,0,0-.97,1.2422L6.9692,25H9.0308l-.75-3H23.7192l-.75,3h2.0616l.9394-3.7578A1,1,0,0,0,25,20H14V3a1,1,0,0,0-1.7993-.6011L2.2075,15.3906A1,1,0,0,0,3,17h9ZM5.0308,15,12,5.94V15Z"
910
+ })), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
911
+ d: "M26.9058,25.751A2.998,2.998,0,0,1,24,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,20,25a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,16,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,12,25a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,8,28a2.998,2.998,0,0,1-2.9058-2.249l-1.9365.498A4.9965,4.9965,0,0,0,8,30a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,24,30a4.9965,4.9965,0,0,0,4.8423-3.751Z"
912
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
913
+ fill: "none",
914
+ d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
915
+ })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
916
+ d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z"
956
917
  })), children);
957
918
  });
958
919
  if (process.env.NODE_ENV !== "production") {
959
- MilitaryCamp.propTypes = iconPropTypes4cbeb95d.i;
920
+ MarineWarning.propTypes = iconPropTypes4cbeb95d.i;
960
921
  }
961
- const Minimize = /*#__PURE__*/React.forwardRef(function Minimize(_ref40, ref) {
922
+ const MathCurve = /*#__PURE__*/React.forwardRef(function MathCurve(_ref40, ref) {
962
923
  let {
963
924
  children,
964
925
  size = 16,
965
926
  ...rest
966
927
  } = _ref40;
967
- if (size === 16 || size === "16" || size === "16px") {
968
- return /*#__PURE__*/React.createElement(Icon.default, {
969
- width: size,
970
- height: size,
971
- ref: ref,
972
- xmlns: "http://www.w3.org/2000/svg",
973
- viewBox: "0 0 16 16",
974
- fill: "currentColor",
975
- ...rest
976
- }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
977
- d: "M2 9L2 10 5.3 10 1 14.3 1.7 15 6 10.7 6 14 7 14 7 9zM14 7L14 6 10.7 6 15 1.7 14.3 1 10 5.3 10 2 9 2 9 7z"
978
- })), children);
979
- }
980
928
  return /*#__PURE__*/React.createElement(Icon.default, {
981
929
  width: size,
982
930
  height: size,
@@ -985,72 +933,19 @@ const Minimize = /*#__PURE__*/React.forwardRef(function Minimize(_ref40, ref) {
985
933
  viewBox: "0 0 32 32",
986
934
  fill: "currentColor",
987
935
  ...rest
988
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
989
- d: "M4 18L4 20 10.586 20 2 28.582 3.414 30 12 21.414 12 28 14 28 14 18 4 18zM30 3.416L28.592 2 20 10.586 20 4 18 4 18 14 28 14 28 12 21.414 12 30 3.416z"
936
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
937
+ d: "M10.3555,23.0581C12.77,24.5918,15.6208,26,17.9514,26a3.8729,3.8729,0,0,0,2.856-1.084c2.2859-2.29.14-6.3979-1.938-10.3721L24.67,8.7427c1.07.686,2.1038,1.4253,3.0117,2.124L29,9.3486c-.7783-.6064-1.772-1.3383-2.8721-2.0634L30,3.4131,28.5859,2,24.3794,6.2061c-3.3164-1.91-7.1079-3.2461-9.2288-1.1216-2.0388,2.0425-.5512,5.5317,1.2683,9.082l-6.3071,6.3066c-1.0322-.7133-1.9985-1.4448-2.8-2.101L6,19.8848c.6145.5058,1.5513,1.2451,2.6653,2.0351L4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4133ZM16.5647,6.501c1.1357-1.1377,3.6931-.2862,6.3372,1.1831l-4.9947,4.9941C16.5942,10.0591,15.5562,7.5112,16.5647,6.501Zm.8215,9.5259c1.58,3.0317,3.1822,6.2959,2.0071,7.4726-1.3125,1.3145-4.5227-.0254-7.572-1.9077Z"
990
938
  })), children);
991
939
  });
992
940
  if (process.env.NODE_ENV !== "production") {
993
- Minimize.propTypes = iconPropTypes4cbeb95d.i;
941
+ MathCurve.propTypes = iconPropTypes4cbeb95d.i;
994
942
  }
995
- const Misuse = /*#__PURE__*/React.forwardRef(function Misuse(_ref41, ref) {
943
+ const QMatrix = /*#__PURE__*/React.forwardRef(function QMatrix(_ref41, ref) {
996
944
  let {
997
945
  children,
998
946
  size = 16,
999
947
  ...rest
1000
948
  } = _ref41;
1001
- if (size === 16 || size === "16" || size === "16px") {
1002
- return /*#__PURE__*/React.createElement(Icon.default, {
1003
- width: size,
1004
- height: size,
1005
- ref: ref,
1006
- xmlns: "http://www.w3.org/2000/svg",
1007
- viewBox: "0 0 16 16",
1008
- fill: "currentColor",
1009
- ...rest
1010
- }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1011
- d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2 l2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"
1012
- })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1013
- d: "M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2l2.7-2.7l0.8,0.8L8.8,8 l2.7,2.7L10.7,11.5z",
1014
- "data-icon-path": "inner-path",
1015
- opacity: "0"
1016
- })), children);
1017
- }
1018
- if (size === 20 || size === "20" || size === "20px") {
1019
- return /*#__PURE__*/React.createElement(Icon.default, {
1020
- width: size,
1021
- height: size,
1022
- ref: ref,
1023
- xmlns: "http://www.w3.org/2000/svg",
1024
- viewBox: "0 0 20 20",
1025
- fill: "currentColor",
1026
- ...rest
1027
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1028
- d: "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M13.5,14.5L10,11l-3.5,3.5l-1-1L9,10L5.5,6.5l1-1L10,9l3.5-3.5l1,1 L11,10l3.5,3.5L13.5,14.5z"
1029
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1030
- fill: "none",
1031
- d: "M13.5,14.5L10,11l-3.5,3.5l-1-1L9,10L5.5,6.5l1-1L10,9l3.5-3.5l1,1L11,10l3.5,3.5L13.5,14.5z",
1032
- "data-icon-path": "inner-path",
1033
- opacity: "0"
1034
- })), children);
1035
- }
1036
- if (size === 24 || size === "24" || size === "24px") {
1037
- return /*#__PURE__*/React.createElement(Icon.default, {
1038
- width: size,
1039
- height: size,
1040
- ref: ref,
1041
- xmlns: "http://www.w3.org/2000/svg",
1042
- viewBox: "0 0 24 24",
1043
- fill: "currentColor",
1044
- ...rest
1045
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1046
- d: "M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M16.2,17.5L12,13.3l-4.2,4.2l-1.3-1.3l4.2-4.2L6.5,7.8l1.3-1.3 l4.2,4.2l4.2-4.2l1.3,1.3L13.3,12l4.2,4.2L16.2,17.5z"
1047
- })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1048
- fill: "none",
1049
- d: "M16.2,17.5L12,13.3l-4.2,4.2l-1.3-1.3l4.2-4.2L6.5,7.8l1.3-1.3l4.2,4.2l4.2-4.2l1.3,1.3 L13.3,12l4.2,4.2L16.2,17.5z",
1050
- "data-icon-path": "inner-path",
1051
- opacity: "0"
1052
- })), children);
1053
- }
1054
949
  return /*#__PURE__*/React.createElement(Icon.default, {
1055
950
  width: size,
1056
951
  height: size,
@@ -1059,19 +954,14 @@ const Misuse = /*#__PURE__*/React.forwardRef(function Misuse(_ref41, ref) {
1059
954
  viewBox: "0 0 32 32",
1060
955
  fill: "currentColor",
1061
956
  ...rest
1062
- }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1063
- d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9 l5.4,5.4L21.4,9l1.6,1.6L17.6,16l5.4,5.4L21.4,23z"
1064
- })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1065
- fill: "none",
1066
- d: "M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9l5.4,5.4L21.4,9l1.6,1.6L17.6,16 l5.4,5.4L21.4,23z",
1067
- "data-icon-path": "inner-path",
1068
- opacity: "0"
957
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
958
+ d: "M18 13L18 4 16 4 16 6 13 6 13 8 16 8 16 13 13 13 13 15 21 15 21 13 18 13zM16.5 20A3.5 3.5 0 1113 23.5 3.5 3.5 0 0116.5 20m0-2A5.5 5.5 0 1022 23.5 5.5 5.5 0 0016.5 18zM8 30L2 30 2 2 8 2 8 4 4 4 4 28 8 28 8 30zM30 30L24 30 24 28 28 28 28 4 24 4 24 2 30 2 30 30z"
1069
959
  })), children);
1070
960
  });
1071
961
  if (process.env.NODE_ENV !== "production") {
1072
- Misuse.propTypes = iconPropTypes4cbeb95d.i;
962
+ QMatrix.propTypes = iconPropTypes4cbeb95d.i;
1073
963
  }
1074
- const MisuseOutline = /*#__PURE__*/React.forwardRef(function MisuseOutline(_ref42, ref) {
964
+ const Maximize = /*#__PURE__*/React.forwardRef(function Maximize(_ref42, ref) {
1075
965
  let {
1076
966
  children,
1077
967
  size = 16,
@@ -1086,10 +976,8 @@ const MisuseOutline = /*#__PURE__*/React.forwardRef(function MisuseOutline(_ref4
1086
976
  viewBox: "0 0 16 16",
1087
977
  fill: "currentColor",
1088
978
  ...rest
1089
- }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1090
- d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"
1091
- })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1092
- d: "M10.7 11.5L8 8.8 5.3 11.5 4.5 10.7 7.2 8 4.5 5.3 5.3 4.5 8 7.2 10.7 4.5 11.5 5.3 8.8 8 11.5 10.7z"
979
+ }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
980
+ d: "M6 15L6 14 2.7 14 7 9.7 6.3 9 2 13.3 2 10 1 10 1 15zM10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
1093
981
  })), children);
1094
982
  }
1095
983
  return /*#__PURE__*/React.createElement(Icon.default, {
@@ -1100,16 +988,14 @@ const MisuseOutline = /*#__PURE__*/React.forwardRef(function MisuseOutline(_ref4
1100
988
  viewBox: "0 0 32 32",
1101
989
  fill: "currentColor",
1102
990
  ...rest
1103
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1104
- d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z"
1105
- })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1106
- d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
991
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
992
+ d: "M20 2L20 4 26.586 4 18 12.582 19.414 14 28 5.414 28 12 30 12 30 2 20 2zM14 19.416L12.592 18 4 26.586 4 20 2 20 2 30 12 30 12 28 5.414 28 14 19.416z"
1107
993
  })), children);
1108
994
  });
1109
995
  if (process.env.NODE_ENV !== "production") {
1110
- MisuseOutline.propTypes = iconPropTypes4cbeb95d.i;
996
+ Maximize.propTypes = iconPropTypes4cbeb95d.i;
1111
997
  }
1112
- const MixedRainHail = /*#__PURE__*/React.forwardRef(function MixedRainHail(_ref43, ref) {
998
+ const MediaLibrary = /*#__PURE__*/React.forwardRef(function MediaLibrary(_ref43, ref) {
1113
999
  let {
1114
1000
  children,
1115
1001
  size = 16,
@@ -1123,24 +1009,16 @@ const MixedRainHail = /*#__PURE__*/React.forwardRef(function MixedRainHail(_ref4
1123
1009
  viewBox: "0 0 32 32",
1124
1010
  fill: "currentColor",
1125
1011
  ...rest
1126
- }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1127
- cx: "24.5",
1128
- cy: "25.5",
1129
- r: "1.5"
1130
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1131
- cx: "21.5",
1132
- cy: "29.5",
1133
- r: "1.5"
1134
- })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1135
- d: "M15.868 30.496L14.132 29.504 17.276 24 11.277 24 16.132 15.504 17.868 16.496 14.723 22 20.724 22 15.868 30.496z"
1136
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1137
- d: "M9 32a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 019 32zM24.8008 9.1362a8.9943 8.9943 0 00-17.6006 0 6.4929 6.4929 0 00.23 12.7681L6.106 24.5527a1 1 0 101.7885.8946l2-4a1 1 0 00-.447-1.3418A.9786.9786 0 009 20.01V20H8.5a4.4975 4.4975 0 01-.356-8.981l.8155-.0639.0991-.812a6.9938 6.9938 0 0113.8838 0l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 20H23v2h.5A6.4974 6.4974 0 0024.8008 9.1362z"
1012
+ }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1013
+ d: "M13 15L13 23 13 23 20 19 13 15z"
1014
+ })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1015
+ d: "M26 28H6a2.0021 2.0021 0 01-2-2V12a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2V26A2.0021 2.0021 0 0126 28zM6 12V26H26V12zM6 6H26V8H6zM8 2H24V4H8z"
1138
1016
  })), children);
1139
1017
  });
1140
1018
  if (process.env.NODE_ENV !== "production") {
1141
- MixedRainHail.propTypes = iconPropTypes4cbeb95d.i;
1019
+ MediaLibrary.propTypes = iconPropTypes4cbeb95d.i;
1142
1020
  }
1143
- const MlModelReference = /*#__PURE__*/React.forwardRef(function MlModelReference(_ref44, ref) {
1021
+ const MediaLibraryFilled = /*#__PURE__*/React.forwardRef(function MediaLibraryFilled(_ref44, ref) {
1144
1022
  let {
1145
1023
  children,
1146
1024
  size = 16,
@@ -1154,18 +1032,18 @@ const MlModelReference = /*#__PURE__*/React.forwardRef(function MlModelReference
1154
1032
  viewBox: "0 0 32 32",
1155
1033
  fill: "currentColor",
1156
1034
  ...rest
1157
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1158
- strokeWidth: "0",
1159
- d: "M4 19L4 21 8.5859 21 2 27.5859 3.4141 29 10 22.4141 10 27 12 27 12 19 4 19z"
1160
- })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1161
- strokeWidth: "0",
1162
- d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8384-2.8157,2h-5.7703l7.3008-7.3008c.3911.1875.8235.3008,1.2852.3008,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.4619.1135.894.3005,1.2852l-8.3005,8.3008v-6.5859c0-1.1025.897-2,2-2h2v-2h-2c-1.2002,0-2.2661.5425-3,1.3823-.7339-.8398-1.7998-1.3823-3-1.3823h-1c-4.9624,0-9,4.0371-9,9v4h2v-3h3c1.6543,0,3-1.3457,3-3v-2h-2v2c0,.5518-.4487,1-1,1h-2.9202c.4878-3.3867,3.4006-6,6.9202-6h1c1.103,0,2,.8975,2,2v4h-2v2h2v10c0,2.2056,1.7944,4,4,4h2v-2h-2c-1.1028,0-2-.8975-2-2v-6.5859l8.3005,8.3008c-.187.3911-.3005.8232-.3005,1.2852,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.4617,0-.894.1133-1.2852.3008l-7.3008-7.3008h5.7703c.4141,1.1616,1.5137,2,2.8157,2Zm0-4c.5513,0,1,.4482,1,1s-.4487,1-1,1-1-.4482-1-1,.4487-1,1-1Zm0-11c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm0,22c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Z"
1035
+ }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1036
+ fill: "none",
1037
+ d: "M13 15L13 23 13 23 20 19 13 15z",
1038
+ "data-icon-path": "inner-path"
1039
+ })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1040
+ d: "M26 10H6a2.0023 2.0023 0 00-2 2V26a2.0023 2.0023 0 002 2H26a2.0023 2.0023 0 002-2V12A2.0023 2.0023 0 0026 10zM13 23h0V15l7 4zM6 6H26V8H6zM8 2H24V4H8z"
1163
1041
  })), children);
1164
1042
  });
1165
1043
  if (process.env.NODE_ENV !== "production") {
1166
- MlModelReference.propTypes = iconPropTypes4cbeb95d.i;
1044
+ MediaLibraryFilled.propTypes = iconPropTypes4cbeb95d.i;
1167
1045
  }
1168
- const Mobile = /*#__PURE__*/React.forwardRef(function Mobile(_ref45, ref) {
1046
+ const MediaCast = /*#__PURE__*/React.forwardRef(function MediaCast(_ref45, ref) {
1169
1047
  let {
1170
1048
  children,
1171
1049
  size = 16,
@@ -1179,14 +1057,18 @@ const Mobile = /*#__PURE__*/React.forwardRef(function Mobile(_ref45, ref) {
1179
1057
  viewBox: "0 0 32 32",
1180
1058
  fill: "currentColor",
1181
1059
  ...rest
1182
- }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1183
- d: "M22,4H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2H22a2.0027,2.0027,0,0,0,2-2V6A2.0023,2.0023,0,0,0,22,4Zm0,2,0,2H10V6ZM10,28V10H22l0,18Z"
1060
+ }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1061
+ d: "M2 26H5a3 3 0 00-3-3zM9 26H7a5.0057 5.0057 0 00-5-5V19A7.0078 7.0078 0 019 26z"
1062
+ })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1063
+ d: "M13,26H11a9.01,9.01,0,0,0-9-9V15A11.0125,11.0125,0,0,1,13,26Z"
1064
+ })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1065
+ d: "M28,26H15V24H28V8H4v5H2V8A2.0021,2.0021,0,0,1,4,6H28a2.0021,2.0021,0,0,1,2,2V24A2.0021,2.0021,0,0,1,28,26Z"
1184
1066
  })), children);
1185
1067
  });
1186
1068
  if (process.env.NODE_ENV !== "production") {
1187
- Mobile.propTypes = iconPropTypes4cbeb95d.i;
1069
+ MediaCast.propTypes = iconPropTypes4cbeb95d.i;
1188
1070
  }
1189
- const MobileAdd = /*#__PURE__*/React.forwardRef(function MobileAdd(_ref46, ref) {
1071
+ const Medication = /*#__PURE__*/React.forwardRef(function Medication(_ref46, ref) {
1190
1072
  let {
1191
1073
  children,
1192
1074
  size = 16,
@@ -1200,16 +1082,14 @@ const MobileAdd = /*#__PURE__*/React.forwardRef(function MobileAdd(_ref46, ref)
1200
1082
  viewBox: "0 0 32 32",
1201
1083
  fill: "currentColor",
1202
1084
  ...rest
1203
- }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1204
- d: "M28 24L24 24 24 20 22 20 22 24 18 24 18 26 22 26 22 30 24 30 24 26 28 26 28 24z"
1205
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1206
- d: "M10,28V10H22v7h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h6l0-2ZM10,6H22l0,2H10Z"
1085
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1086
+ d: "M24,2H8A2,2,0,0,0,6,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,24,2ZM10,14h3V24H10ZM22,28H10V26h5V12H10V10H22ZM8,8V4H24V8Z"
1207
1087
  })), children);
1208
1088
  });
1209
1089
  if (process.env.NODE_ENV !== "production") {
1210
- MobileAdd.propTypes = iconPropTypes4cbeb95d.i;
1090
+ Medication.propTypes = iconPropTypes4cbeb95d.i;
1211
1091
  }
1212
- const MobileAudio = /*#__PURE__*/React.forwardRef(function MobileAudio(_ref47, ref) {
1092
+ const MedicationAlert = /*#__PURE__*/React.forwardRef(function MedicationAlert(_ref47, ref) {
1213
1093
  let {
1214
1094
  children,
1215
1095
  size = 16,
@@ -1223,20 +1103,22 @@ const MobileAudio = /*#__PURE__*/React.forwardRef(function MobileAudio(_ref47, r
1223
1103
  viewBox: "0 0 32 32",
1224
1104
  fill: "currentColor",
1225
1105
  ...rest
1226
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1227
- d: "M28 12H30V15H28zM24 7H26V20H24zM20 11H22V16H20zM16 9H18V18H16zM12 12H14V15H12z"
1228
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1229
- cx: "13.5",
1230
- cy: "24.5",
1231
- r: "1.5"
1232
- })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1233
- d: "M20,30H7a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,7,2H20V4H7V28H20V24h2v4A2.0023,2.0023,0,0,1,20,30Z"
1106
+ }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1107
+ d: "M22 19H24V24H22z"
1108
+ })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1109
+ d: "M23,31a8,8,0,1,1,8-8A8,8,0,0,1,23,31Zm0-14a6,6,0,1,0,6,6A6,6,0,0,0,23,17Z"
1110
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
1111
+ cx: "23",
1112
+ cy: "26",
1113
+ r: "1"
1114
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1115
+ d: "M20,2H4A2,2,0,0,0,2,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2h8V28H6V26h5V12H6V10H18v3h2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2ZM9,14V24H6V14ZM4,8V4H20V8Z"
1234
1116
  })), children);
1235
1117
  });
1236
1118
  if (process.env.NODE_ENV !== "production") {
1237
- MobileAudio.propTypes = iconPropTypes4cbeb95d.i;
1119
+ MedicationAlert.propTypes = iconPropTypes4cbeb95d.i;
1238
1120
  }
1239
- const MobileCheck = /*#__PURE__*/React.forwardRef(function MobileCheck(_ref48, ref) {
1121
+ const MedicationReminder = /*#__PURE__*/React.forwardRef(function MedicationReminder(_ref48, ref) {
1240
1122
  let {
1241
1123
  children,
1242
1124
  size = 16,
@@ -1250,21 +1132,62 @@ const MobileCheck = /*#__PURE__*/React.forwardRef(function MobileCheck(_ref48, r
1250
1132
  viewBox: "0 0 32 32",
1251
1133
  fill: "currentColor",
1252
1134
  ...rest
1253
- }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1254
- d: "M20 27.18L17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z"
1255
- })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1256
- d: "M10,28V10H22v9h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h4V28ZM10,6H22l0,2H10Z"
1135
+ }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1136
+ d: "M20,2H4A2,2,0,0,0,2,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2H18a2,2,0,0,0,2-2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2ZM6,14H9V24H6ZM18,28H6V26h5V12H6V10H18ZM4,8V4H20V8Z"
1137
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
1138
+ cx: "26",
1139
+ cy: "16",
1140
+ r: "4"
1257
1141
  })), children);
1258
1142
  });
1259
1143
  if (process.env.NODE_ENV !== "production") {
1260
- MobileCheck.propTypes = iconPropTypes4cbeb95d.i;
1144
+ MedicationReminder.propTypes = iconPropTypes4cbeb95d.i;
1261
1145
  }
1262
- const MobileCrash = /*#__PURE__*/React.forwardRef(function MobileCrash(_ref49, ref) {
1146
+ const Menu = /*#__PURE__*/React.forwardRef(function Menu(_ref49, ref) {
1263
1147
  let {
1264
1148
  children,
1265
1149
  size = 16,
1266
1150
  ...rest
1267
1151
  } = _ref49;
1152
+ if (size === 16 || size === "16" || size === "16px") {
1153
+ return /*#__PURE__*/React.createElement(Icon.default, {
1154
+ width: size,
1155
+ height: size,
1156
+ ref: ref,
1157
+ xmlns: "http://www.w3.org/2000/svg",
1158
+ viewBox: "0 0 16 16",
1159
+ fill: "currentColor",
1160
+ ...rest
1161
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1162
+ d: "M2 12H14V13H2zM2 9H14V10H2zM2 6H14V7H2zM2 3H14V4H2z"
1163
+ })), children);
1164
+ }
1165
+ if (size === 20 || size === "20" || size === "20px") {
1166
+ return /*#__PURE__*/React.createElement(Icon.default, {
1167
+ width: size,
1168
+ height: size,
1169
+ ref: ref,
1170
+ xmlns: "http://www.w3.org/2000/svg",
1171
+ viewBox: "0 0 20 20",
1172
+ fill: "currentColor",
1173
+ ...rest
1174
+ }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1175
+ d: "M2 14.8H18V16H2zM2 11.2H18V12.399999999999999H2zM2 7.6H18V8.799999999999999H2zM2 4H18V5.2H2z"
1176
+ })), children);
1177
+ }
1178
+ if (size === 24 || size === "24" || size === "24px") {
1179
+ return /*#__PURE__*/React.createElement(Icon.default, {
1180
+ width: size,
1181
+ height: size,
1182
+ ref: ref,
1183
+ xmlns: "http://www.w3.org/2000/svg",
1184
+ viewBox: "0 0 24 24",
1185
+ fill: "currentColor",
1186
+ ...rest
1187
+ }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1188
+ d: "M3 18H21V19.5H3zM3 13.5H21V15H3zM3 9H21V10.5H3zM3 4.5H21V6H3z"
1189
+ })), children);
1190
+ }
1268
1191
  return /*#__PURE__*/React.createElement(Icon.default, {
1269
1192
  width: size,
1270
1193
  height: size,
@@ -1273,16 +1196,14 @@ const MobileCrash = /*#__PURE__*/React.forwardRef(function MobileCrash(_ref49, r
1273
1196
  viewBox: "0 0 32 32",
1274
1197
  fill: "currentColor",
1275
1198
  ...rest
1276
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1277
- d: "M30 20L26 16 24.5859 17.4141 27.1714 20 24.1714 23 27.1714 26 24.5859 28.5859 26 30 30 26 27 23 30 20zM23 20L19 16 17.5859 17.4141 20.1714 20 17.1714 23 20.1714 26 17.5859 28.5859 19 30 23 26 20 23 23 20z"
1278
- })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1279
- d: "m15,28h-6V8h14v6h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h6v-2ZM9,4h14v2h-14v-2Z"
1199
+ }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1200
+ d: "M4 6H28V8H4zM4 24H28V26H4zM4 12H28V14H4zM4 18H28V20H4z"
1280
1201
  })), children);
1281
1202
  });
1282
1203
  if (process.env.NODE_ENV !== "production") {
1283
- MobileCrash.propTypes = iconPropTypes4cbeb95d.i;
1204
+ Menu.propTypes = iconPropTypes4cbeb95d.i;
1284
1205
  }
1285
- const MobileDownload = /*#__PURE__*/React.forwardRef(function MobileDownload(_ref50, ref) {
1206
+ const Merge = /*#__PURE__*/React.forwardRef(function Merge(_ref50, ref) {
1286
1207
  let {
1287
1208
  children,
1288
1209
  size = 16,
@@ -1296,16 +1217,15 @@ const MobileDownload = /*#__PURE__*/React.forwardRef(function MobileDownload(_re
1296
1217
  viewBox: "0 0 32 32",
1297
1218
  fill: "currentColor",
1298
1219
  ...rest
1299
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1300
- d: "M28 25L26.586 23.586 24 26.172 24 18 22 18 22 26.172 19.414 23.586 18 25 23 30 28 25z"
1301
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1302
- d: "M10,28V10H22v5h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h6V28ZM10,6H22l0,2H10Z"
1220
+ }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1221
+ strokeWidth: "0",
1222
+ d: "m24,13c-1.8584,0-3.4106,1.2798-3.8579,3h-6.1421c-2.7571,0-5-2.2432-5-5v-1.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v12.2842c-1.7202.4468-3,1.9995-3,3.8579,0,2.2061,1.7944,4,4,4s4-1.7939,4-4c0-1.8584-1.2798-3.4111-3-3.8579v-6.2524c1.2717,1.3003,3.042,2.1104,5,2.1104h6.1421c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm-14,13c0,1.1025-.897,2-2,2s-2-.8975-2-2,.897-2,2-2,2,.8975,2,2ZM6,6c0-1.103.897-2,2-2s2,.897,2,2-.897,2-2,2-2-.897-2-2Zm18,13c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
1303
1223
  })), children);
1304
1224
  });
1305
1225
  if (process.env.NODE_ENV !== "production") {
1306
- MobileDownload.propTypes = iconPropTypes4cbeb95d.i;
1226
+ Merge.propTypes = iconPropTypes4cbeb95d.i;
1307
1227
  }
1308
- const MobileEvent = /*#__PURE__*/React.forwardRef(function MobileEvent(_ref51, ref) {
1228
+ const MergeNode = /*#__PURE__*/React.forwardRef(function MergeNode(_ref51, ref) {
1309
1229
  let {
1310
1230
  children,
1311
1231
  size = 16,
@@ -1319,14 +1239,15 @@ const MobileEvent = /*#__PURE__*/React.forwardRef(function MobileEvent(_ref51, r
1319
1239
  viewBox: "0 0 32 32",
1320
1240
  fill: "currentColor",
1321
1241
  ...rest
1322
- }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1323
- d: "M27.3803 28h-6.7625l3.3822-6.7642 3.3803 6.7642zm-3.3803-10c-.3915 0-.7305.2251-.8947.5527l-5 10c-.0674.1348-.1053.2866-.1053.4473 0 .5522.4477 1 1 1h10c.5523 0 1-.4478 1-1 0-.1382-.028-.2695-.0786-.3892l-5.0269-10.0581c-.1641-.3276-.5031-.5527-.8946-.5527h0zM15 28h-6V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103 0-2 .897-2 2v24c0 1.1025.897 2 2 2h6v-2zM9 4h14v2h-14v-2z"
1242
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1243
+ strokeWidth: "0",
1244
+ d: "M28 20h-4l-8-8-8 8h-4c-1.1028 0-2 .8975-2 2v8h2v-8h4l8 8 8-8h4v8h2v-8c0-1.1025-.8972-2-2-2zm-12 7.1714l-6.1714-6.1714 6.1714-6.1716 6.1714 6.1716-6.1714 6.1714zM11 7L16 12 21 7 19.5859 5.5859 17 8.1719 17 2 15 2 15 8.1719 12.4141 5.5859 11 7z"
1324
1245
  })), children);
1325
1246
  });
1326
1247
  if (process.env.NODE_ENV !== "production") {
1327
- MobileEvent.propTypes = iconPropTypes4cbeb95d.i;
1248
+ MergeNode.propTypes = iconPropTypes4cbeb95d.i;
1328
1249
  }
1329
- const MobileLandscape = /*#__PURE__*/React.forwardRef(function MobileLandscape(_ref52, ref) {
1250
+ const MessageQueue = /*#__PURE__*/React.forwardRef(function MessageQueue(_ref52, ref) {
1330
1251
  let {
1331
1252
  children,
1332
1253
  size = 16,
@@ -1340,14 +1261,16 @@ const MobileLandscape = /*#__PURE__*/React.forwardRef(function MobileLandscape(_
1340
1261
  viewBox: "0 0 32 32",
1341
1262
  fill: "currentColor",
1342
1263
  ...rest
1343
- }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1344
- d: "M3,10V22a2.002,2.002,0,0,0,2,2H27a2.0023,2.0023,0,0,0,2-2V10a2.0027,2.0027,0,0,0-2-2H5A2.0023,2.0023,0,0,0,3,10Zm2,0,2,0V22H5ZM27,22H9V10H27Z"
1264
+ }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1265
+ d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V21H4v5H28V21h2v5A2.0021,2.0021,0,0,1,28,28Z"
1266
+ })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1267
+ d: "M7 21H25V23H7zM7 16H25V18H7zM7 11H25V13H7zM7 6H25V8H7z"
1345
1268
  })), children);
1346
1269
  });
1347
1270
  if (process.env.NODE_ENV !== "production") {
1348
- MobileLandscape.propTypes = iconPropTypes4cbeb95d.i;
1271
+ MessageQueue.propTypes = iconPropTypes4cbeb95d.i;
1349
1272
  }
1350
- const MobileRequest = /*#__PURE__*/React.forwardRef(function MobileRequest(_ref53, ref) {
1273
+ const Meter = /*#__PURE__*/React.forwardRef(function Meter(_ref53, ref) {
1351
1274
  let {
1352
1275
  children,
1353
1276
  size = 16,
@@ -1361,16 +1284,16 @@ const MobileRequest = /*#__PURE__*/React.forwardRef(function MobileRequest(_ref5
1361
1284
  viewBox: "0 0 32 32",
1362
1285
  fill: "currentColor",
1363
1286
  ...rest
1364
- }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1365
- d: "m30,28c0-2.9668-2.167-5.4312-5-5.9097v-1.0903h1v-2h-4v2h1v1.0903c-2.833.4785-5,2.9429-5,5.9097h-1v2h14v-2h-1Zm-10,0c0-2.2056,1.7944-4,4-4s4,1.7944,4,4h-8Z"
1366
- })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1367
- d: "m14,28h-5V8h14v8h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h5v-2ZM9,4h14v2h-14v-2Z"
1287
+ }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1288
+ d: "M26 16a9.9283 9.9283 0 00-1.1392-4.6182l-1.4961 1.4961A7.9483 7.9483 0 0124 16zM23.4141 10L22 8.5859l-4.7147 4.7147A2.9659 2.9659 0 0016 13a3 3 0 103 3 2.9659 2.9659 0 00-.3006-1.2853zM16 17a1 1 0 111-1A1.0013 1.0013 0 0116 17zM16 8a7.9515 7.9515 0 013.1223.6353l1.4961-1.4961A9.9864 9.9864 0 006 16H8A8.0092 8.0092 0 0116 8z"
1289
+ })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1290
+ 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"
1368
1291
  })), children);
1369
1292
  });
1370
1293
  if (process.env.NODE_ENV !== "production") {
1371
- MobileRequest.propTypes = iconPropTypes4cbeb95d.i;
1294
+ Meter.propTypes = iconPropTypes4cbeb95d.i;
1372
1295
  }
1373
- const MobileSession = /*#__PURE__*/React.forwardRef(function MobileSession(_ref54, ref) {
1296
+ const MeterAlt = /*#__PURE__*/React.forwardRef(function MeterAlt(_ref54, ref) {
1374
1297
  let {
1375
1298
  children,
1376
1299
  size = 16,
@@ -1383,17 +1306,15 @@ const MobileSession = /*#__PURE__*/React.forwardRef(function MobileSession(_ref5
1383
1306
  xmlns: "http://www.w3.org/2000/svg",
1384
1307
  viewBox: "0 0 32 32",
1385
1308
  fill: "currentColor",
1386
- ...rest
1387
- }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1388
- d: "m24,18c-3.3083,0-6,2.6914-6,6s2.6917,6,6,6,6-2.6914,6-6-2.6917-6-6-6Zm0,10c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4v4h4c0,2.2056-1.7944,4-4,4Z"
1389
- })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1390
- d: "m16,28h-7V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h7v-2ZM9,4h14v2h-14v-2Z"
1309
+ ...rest
1310
+ }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1311
+ d: "M30 20a13.8535 13.8535 0 00-2.2291-7.5288l-1.4452 1.4453A11.8917 11.8917 0 0128 20zM28 9.414L26.5859 8 18.019 16.5669A3.9521 3.9521 0 0016 16a4 4 0 104 4 3.9533 3.9533 0 00-.5669-2.0191zM16 22a2 2 0 112-2A2.0023 2.0023 0 0116 22zM16 8a11.9086 11.9086 0 016.0833 1.6743l1.4536-1.4536A13.9773 13.9773 0 002 20H4A12.0137 12.0137 0 0116 8z"
1391
1312
  })), children);
1392
1313
  });
1393
1314
  if (process.env.NODE_ENV !== "production") {
1394
- MobileSession.propTypes = iconPropTypes4cbeb95d.i;
1315
+ MeterAlt.propTypes = iconPropTypes4cbeb95d.i;
1395
1316
  }
1396
- const MobileView = /*#__PURE__*/React.forwardRef(function MobileView(_ref55, ref) {
1317
+ const Microphone = /*#__PURE__*/React.forwardRef(function Microphone(_ref55, ref) {
1397
1318
  let {
1398
1319
  children,
1399
1320
  size = 16,
@@ -1407,20 +1328,16 @@ const MobileView = /*#__PURE__*/React.forwardRef(function MobileView(_ref55, ref
1407
1328
  viewBox: "0 0 32 32",
1408
1329
  fill: "currentColor",
1409
1330
  ...rest
1410
- }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
1411
- cx: "23",
1412
- cy: "24",
1413
- r: "2"
1414
- })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1415
- d: "m30.7769,23.4785c-1.4229-3.3287-4.4761-5.4785-7.7769-5.4785s-6.3538,2.1499-7.7769,5.4785l-.2231.5215.2231.5215c1.4231,3.3287,4.4761,5.4785,7.7769,5.4785s6.354-2.1499,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z"
1416
- })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1417
- d: "m14,28h-5V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h5v-2ZM9,4h14v2h-14v-2Z"
1331
+ }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1332
+ d: "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z"
1333
+ })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1334
+ d: "M16,22a5,5,0,0,0,5-5V7A5,5,0,0,0,11,7V17A5,5,0,0,0,16,22ZM13,7a3,3,0,0,1,6,0V17a3,3,0,0,1-6,0Z"
1418
1335
  })), children);
1419
1336
  });
1420
1337
  if (process.env.NODE_ENV !== "production") {
1421
- MobileView.propTypes = iconPropTypes4cbeb95d.i;
1338
+ Microphone.propTypes = iconPropTypes4cbeb95d.i;
1422
1339
  }
1423
- const MobileViewOrientation = /*#__PURE__*/React.forwardRef(function MobileViewOrientation(_ref56, ref) {
1340
+ const MicrophoneFilled = /*#__PURE__*/React.forwardRef(function MicrophoneFilled(_ref56, ref) {
1424
1341
  let {
1425
1342
  children,
1426
1343
  size = 16,
@@ -1434,18 +1351,16 @@ const MobileViewOrientation = /*#__PURE__*/React.forwardRef(function MobileViewO
1434
1351
  viewBox: "0 0 32 32",
1435
1352
  fill: "currentColor",
1436
1353
  ...rest
1437
- }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1438
- d: "m28,12h-8v2h8v14h-8v2h8c1.1025,0,2-.897,2-2v-14c0-1.1025-.8975-2-2-2Z"
1439
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1440
- d: "m19,16l-1.4141,1.4141,2.5859,2.5859h-4.1719c-2.2056,0-4-1.7944-4-4v-2h-2v2c0,3.3086,2.6917,6,6,6h4.1719l-2.5859,2.5859,1.4141,1.4141,5-5-5-5Z"
1441
- })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1442
- d: "m12,28h-6V8h16v-4c0-1.103-.8975-2-2-2H6c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h6v-2ZM6,4h14v2H6v-2Z"
1354
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1355
+ d: "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z"
1356
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1357
+ d: "M16,22a5,5,0,0,0,5-5V7A5,5,0,0,0,11,7V17A5,5,0,0,0,16,22Z"
1443
1358
  })), children);
1444
1359
  });
1445
1360
  if (process.env.NODE_ENV !== "production") {
1446
- MobileViewOrientation.propTypes = iconPropTypes4cbeb95d.i;
1361
+ MicrophoneFilled.propTypes = iconPropTypes4cbeb95d.i;
1447
1362
  }
1448
- const MobilityServices = /*#__PURE__*/React.forwardRef(function MobilityServices(_ref57, ref) {
1363
+ const MicrophoneOff = /*#__PURE__*/React.forwardRef(function MicrophoneOff(_ref57, ref) {
1449
1364
  let {
1450
1365
  children,
1451
1366
  size = 16,
@@ -1459,14 +1374,14 @@ const MobilityServices = /*#__PURE__*/React.forwardRef(function MobilityServices
1459
1374
  viewBox: "0 0 32 32",
1460
1375
  fill: "currentColor",
1461
1376
  ...rest
1462
- }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1463
- d: "M29.3379 19.9336l-7.7324-2.7783L18.374 13.0967A2.99 2.99 0 0016.0537 12H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 17.2949A4.9884 4.9884 0 002 20.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V20.875A1 1 0 0029.3379 19.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V20.1074A2.9977 2.9977 0 014.52 18.4189l2.711-3.9814A.9992.9992 0 018.0576 14h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 21.5781zM28 2H24a2.0023 2.0023 0 00-2 2v8a2.0023 2.0023 0 002 2h4a2.0023 2.0023 0 002-2V4A2.0023 2.0023 0 0028 2zm0 2V6H24V4zm-4 8V8h4v4z"
1377
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1378
+ d: "M9.18 18.57A7.41 7.41 0 019 17V14H7v3a8.84 8.84 0 00.58 3.18zM13 15V7a3 3 0 016 0V8.75l2-2A5 5 0 0011 7v8zM23 17a7 7 0 01-11.73 5.14l1.42-1.41A5 5 0 0021 17V12.42l9-9L28.59 2 2 28.59 3.41 30l6.44-6.44A8.91 8.91 0 0015 25.94V28H11v2H21V28H17V25.94A9 9 0 0025 17V14H23zm-4 0a3 3 0 01-4.9 2.31L19 14.42z"
1464
1379
  })), children);
1465
1380
  });
1466
1381
  if (process.env.NODE_ENV !== "production") {
1467
- MobilityServices.propTypes = iconPropTypes4cbeb95d.i;
1382
+ MicrophoneOff.propTypes = iconPropTypes4cbeb95d.i;
1468
1383
  }
1469
- const Model = /*#__PURE__*/React.forwardRef(function Model(_ref58, ref) {
1384
+ const MicrophoneOffFilled = /*#__PURE__*/React.forwardRef(function MicrophoneOffFilled(_ref58, ref) {
1470
1385
  let {
1471
1386
  children,
1472
1387
  size = 16,
@@ -1480,15 +1395,14 @@ const Model = /*#__PURE__*/React.forwardRef(function Model(_ref58, ref) {
1480
1395
  viewBox: "0 0 32 32",
1481
1396
  fill: "currentColor",
1482
1397
  ...rest
1483
- }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1484
- strokeWidth: "0",
1485
- d: "m29,24.1841V7.8159c1.1616-.4146,2-1.5142,2-2.8159,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,.3916.0806.7632.2173,1.106l-9.2173,8.0654L6.7827,6.1064c.137-.3433.2173-.7148.2173-1.1064,0-1.6543-1.3457-3-3-3S1,3.3457,1,5c0,1.3018.8384,2.4014,2,2.8154v16.3691c-1.1616.4141-2,1.5137-2,2.8154,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-.6665-.2258-1.2769-.5952-1.7754l5.3335-4.667,2.3645,4.1377c-.6677.5508-1.1028,1.3735-1.1028,2.3047,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-.9312-.4353-1.7539-1.1028-2.3047l2.3645-4.1377,5.3335,4.667c-.3694.4985-.5952,1.1089-.5952,1.7754,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3018-.8384-2.4014-2-2.8159Zm-1-20.1841c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm-3.822,5.6729l-4.4397,7.7695-2.2197-1.9424,6.6594-5.8271Zm-9.6965,5.8271l-2.22,1.9424-4.4397-7.7695,6.6597,5.8271ZM4,4c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm0,24c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm1-4.2036v-15.0308l5.7261,10.0205-5.7261,5.0103Zm11,4.2036c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm0-4.0151l-2.7261-4.771,2.7261-2.3853,2.7261,2.3853-2.7261,4.771Zm11-15.2197v15.0312l-5.7261-5.0103,5.7261-10.021Zm1,19.2349c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
1398
+ }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1399
+ d: "M23 17a7 7 0 01-11.73 5.14l1.42-1.41A5 5 0 0021 17V12.42l9-9L28.59 2 2 28.59 3.41 30l6.44-6.44A8.91 8.91 0 0015 25.94V28H11v2H21V28H17V25.94A9 9 0 0025 17V14H23zM9 17.32c0-.11 0-.21 0-.32V14H7v3a9 9 0 00.25 2.09zM20.76 5.58A5 5 0 0011 7v8.34z"
1486
1400
  })), children);
1487
1401
  });
1488
1402
  if (process.env.NODE_ENV !== "production") {
1489
- Model.propTypes = iconPropTypes4cbeb95d.i;
1403
+ MicrophoneOffFilled.propTypes = iconPropTypes4cbeb95d.i;
1490
1404
  }
1491
- const ModelAlt = /*#__PURE__*/React.forwardRef(function ModelAlt(_ref59, ref) {
1405
+ const Microscope = /*#__PURE__*/React.forwardRef(function Microscope(_ref59, ref) {
1492
1406
  let {
1493
1407
  children,
1494
1408
  size = 16,
@@ -1502,14 +1416,14 @@ const ModelAlt = /*#__PURE__*/React.forwardRef(function ModelAlt(_ref59, ref) {
1502
1416
  viewBox: "0 0 32 32",
1503
1417
  fill: "currentColor",
1504
1418
  ...rest
1505
- }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1506
- d: "M28.4473,16.1055,23,13.3818V7a1,1,0,0,0-.5527-.8945l-6-3a1.0008,1.0008,0,0,0-.8946,0l-6,3A1,1,0,0,0,9,7v6.3818L3.5527,16.1055A1,1,0,0,0,3,17v7a1,1,0,0,0,.5527.8945l6,3a1.001,1.001,0,0,0,.8946,0L16,25.1182l5.5527,2.7763a1.001,1.001,0,0,0,.8946,0l6-3A1,1,0,0,0,29,24V17A1,1,0,0,0,28.4473,16.1055ZM21,13.3818l-4,2V10.6182l4-2ZM16,5.1182,19.7637,7,16,8.8818,12.2363,7Zm-5,3.5,4,2v4.7636l-4-2ZM9,25.3818l-4-2V18.6182l4,2Zm1-6.5L6.2363,17,10,15.1182,13.7637,17Zm1,1.7364,4-2v4.7636l-4,2Zm10,4.7636-4-2V18.6182l4,2Zm1-6.5L18.2363,17,22,15.1182,25.7637,17Zm5,4.5-4,2V20.6182l4-2Z"
1419
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1420
+ d: "M25.3943,24a7.8772,7.8772,0,0,0-1.6707-8.5684,3.918,3.918,0,0,0-1.0844-4.414l2.7759-2.7759a2.0025,2.0025,0,0,0,0-2.8286L22.5869,2.5849a2.0021,2.0021,0,0,0-2.8286,0L6.5859,15.7573a2.0027,2.0027,0,0,0,0,2.8286l2.8282,2.8282a2.0024,2.0024,0,0,0,2.8286,0l4.7749-4.7754a3.9329,3.9329,0,0,0,5.5139.4326A5.9442,5.9442,0,0,1,23.1775,24H16v4H4v2H28V24ZM10.8281,20,8,17.1714,9.8787,15.293l2.8283,2.8281ZM16,14a3.9811,3.9811,0,0,0,.0762.7524L14.1211,16.707l-2.8284-2.8281,9.88-9.88L24.001,6.8271l-3.2488,3.2491A3.9771,3.9771,0,0,0,16,14Zm4,2a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,20,16Zm6,12H18V26h8Z"
1507
1421
  })), children);
1508
1422
  });
1509
1423
  if (process.env.NODE_ENV !== "production") {
1510
- ModelAlt.propTypes = iconPropTypes4cbeb95d.i;
1424
+ Microscope.propTypes = iconPropTypes4cbeb95d.i;
1511
1425
  }
1512
- const ModelFoundation = /*#__PURE__*/React.forwardRef(function ModelFoundation(_ref60, ref) {
1426
+ const Microservices_1 = /*#__PURE__*/React.forwardRef(function Microservices_1(_ref60, ref) {
1513
1427
  let {
1514
1428
  children,
1515
1429
  size = 16,
@@ -1523,15 +1437,17 @@ const ModelFoundation = /*#__PURE__*/React.forwardRef(function ModelFoundation(_
1523
1437
  viewBox: "0 0 32 32",
1524
1438
  fill: "currentColor",
1525
1439
  ...rest
1526
- }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1527
- strokeWidth: "0",
1528
- d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2h-5.7703l7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8385,2.8157-2h5.7703l-7.3005,7.3006c-.3911-.1871-.8237-.3006-1.2854-.3006-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8385,2.8157-2h16.3687c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-.4617,0-.8943.1135-1.2854.3006l-7.3005-7.3006h5.7703c.4141,1.1615,1.5137,2,2.8157,2Zm0-4c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM7.8157,6h16.3687c.0349.0976.072.1927.1162.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0815-.1877.1162-.2853Zm19.1843-2c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1Zm-23,1c0-.5513.4482-1,1-1s1,.4487,1,1-.4482,1-1,1-1-.4487-1-1Zm1,12c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1Zm19.1843,9H7.8157c-.0347-.0976-.072-.1927-.1162-.2853l8.3005-8.3006,8.3005,8.3006c-.0442.0927-.0815.1877-.1162.2853Zm-19.1843,2c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1Zm23-1c0,.5513-.4482,1-1,1s-1-.4487-1-1,.4482-1,1-1,1,.4487,1,1Z"
1529
- })), children);
1440
+ }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1441
+ d: "m11 21-4-2.2v-4.5l4-2.2 4 2.2v4.5L11 21zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM6 30l-4-2.2v-4.5L6 21l4 2.2v4.5L6 30zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM16 30l-4-2.2v-4.5l4-2.2 4 2.2v4.5L16 30zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM26 30l-4-2.2v-4.5l4-2.2 4 2.2v4.5L26 30zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM24.6 11.6 22 14.2V9.4l3-1.7V3.2L21 1l-4 2.2v4.5l3 1.7v4.7l-2.6-2.6L16 13l5 5 5-5-1.4-1.4zM19 4.4l2-1.1 2 1.1v2.2l-2 1.1-2-1.1V4.4z"
1442
+ }), /*#__PURE__*/React.createElement("path", {
1443
+ fill: "none",
1444
+ d: "M0 0h32v32H0z"
1445
+ })))), children);
1530
1446
  });
1531
1447
  if (process.env.NODE_ENV !== "production") {
1532
- ModelFoundation.propTypes = iconPropTypes4cbeb95d.i;
1448
+ Microservices_1.propTypes = iconPropTypes4cbeb95d.i;
1533
1449
  }
1534
- const ModelReference = /*#__PURE__*/React.forwardRef(function ModelReference(_ref61, ref) {
1450
+ const Microservices_2 = /*#__PURE__*/React.forwardRef(function Microservices_2(_ref61, ref) {
1535
1451
  let {
1536
1452
  children,
1537
1453
  size = 16,
@@ -1545,18 +1461,17 @@ const ModelReference = /*#__PURE__*/React.forwardRef(function ModelReference(_re
1545
1461
  viewBox: "0 0 32 32",
1546
1462
  fill: "currentColor",
1547
1463
  ...rest
1548
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1549
- strokeWidth: "0",
1550
- d: "M4 20L4 22 8.5859 22 2 28.5859 3.4141 30 10 23.4141 10 28 12 28 12 20 4 20z"
1551
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1552
- strokeWidth: "0",
1553
- d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2h-5.7703l7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3v1h2v-1c0-.5513.4482-1,1-1s1,.4487,1,1v1h9.5859l8.7146,8.7147c-.0442.0927-.0815.1877-.1162.2853h-10.1843v2h10.1843c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-.4617,0-.8943.1135-1.2854.3006l-7.3005-7.3006h5.7703c.4141,1.1615,1.5137,2,2.8157,2Zm1,8c0,.5513-.4482,1-1,1s-1-.4487-1-1,.4482-1,1-1,1,.4487,1,1Zm-1-12c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM7.8157,6h16.3687c.0349.0976.072.1927.1162.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0815-.1877.1162-.2853Zm19.1843-2c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM4,5c0-.5513.4482-1,1-1s1,.4487,1,1-.4482,1-1,1-1-.4487-1-1Z"
1554
- })), children);
1464
+ }, _switch2 || (_switch2 = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1465
+ d: "M16 22v-6h-6v-6H2v20h20v-8h-6zm-2-4v4h-4v-4h4zM4 12h4v4H4v-4zm4 6v4H4v-4h4zM4 28v-4h4v4H4zm10 0h-4v-4h4v4zm6 0h-4v-4h4v4zM29.6 13.6 27 16.2V10h3V2h-8v8h3v6.2l-2.6-2.6L21 15l5 5 5-5-1.4-1.4zM24 4h4v4h-4V4z"
1466
+ }), /*#__PURE__*/React.createElement("path", {
1467
+ fill: "none",
1468
+ d: "M0 0h32v32H0z"
1469
+ })))), children);
1555
1470
  });
1556
1471
  if (process.env.NODE_ENV !== "production") {
1557
- ModelReference.propTypes = iconPropTypes4cbeb95d.i;
1472
+ Microservices_2.propTypes = iconPropTypes4cbeb95d.i;
1558
1473
  }
1559
- const ModelTuned = /*#__PURE__*/React.forwardRef(function ModelTuned(_ref62, ref) {
1474
+ const Migrate = /*#__PURE__*/React.forwardRef(function Migrate(_ref62, ref) {
1560
1475
  let {
1561
1476
  children,
1562
1477
  size = 16,
@@ -1570,18 +1485,14 @@ const ModelTuned = /*#__PURE__*/React.forwardRef(function ModelTuned(_ref62, ref
1570
1485
  viewBox: "0 0 32 32",
1571
1486
  fill: "currentColor",
1572
1487
  ...rest
1573
- }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1574
- strokeWidth: "0",
1575
- d: "M24 30v-2.2773c.5952-.3464 1-.9841 1-1.7227s-.4048-1.3762-1-1.7227v-4.2773h-2v4.2773c-.5952.3464-1 .9844-1 1.7227s.4048 1.3762 1 1.7227v2.2773h2zM31 24c0-.7383-.4048-1.376-1-1.7227v-2.2773h-2v2.2773c-.5952.3467-1 .9844-1 1.7227s.4048 1.376 1 1.7227v4.2773h2v-4.2773c.5952-.3467 1-.9844 1-1.7227z"
1576
- })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1577
- strokeWidth: "0",
1578
- d: "m7.8157,17h5.7703s-7.3005,7.3006-7.3005,7.3006c-.3911-.1871-.8237-.3006-1.2854-.3006-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,1.302,0,2.4016-.8385,2.8157-2h10.1843s0-2,0-2H7.8157c-.0347-.0976-.072-.1927-.1162-.2853l8.7146-8.7147h9.5859s0-1,0-1c0-.5513.4482-1,1-1s1,.4487,1,1v1s2,0,2,0v-1c0-1.6543-1.3457-3-3-3-1.302,0-2.4016.8385-2.8157,2h-5.7703s7.3005-7.3006,7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3,0-1.6543-1.3457-3-3-3-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,1.302,0,2.4016-.8385,2.8157-2Zm-2.8157,9c.5518,0,1,.4487,1,1,0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1Zm1-10c0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1s1,.4487,1,1ZM24.3005,6.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0813-.1877.1162-.2853h16.3687c.0347.0976.072.1927.1162.2853Zm-18.3005-1.2853c0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1s1,.4487,1,1Zm21,1c-.5518,0-1-.4487-1-1,0-.5513.4482-1,1-1s1,.4487,1,1c0,.5513-.4482,1-1,1Z"
1488
+ }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1489
+ d: "M26 2H6A2 2 0 004 4V8a2 2 0 002 2h9v6.17l-2.59-2.58L11 15l5 5 5-5-1.41-1.41L17 16.17V10h9a2 2 0 002-2V4A2 2 0 0026 2zM6 4h4V8H6zM26 8H12V4H26zM26 22H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2V24A2 2 0 0026 22zM6 24H20v4H6zm20 4H22V24h4z"
1579
1490
  })), children);
1580
1491
  });
1581
1492
  if (process.env.NODE_ENV !== "production") {
1582
- ModelTuned.propTypes = iconPropTypes4cbeb95d.i;
1493
+ Migrate.propTypes = iconPropTypes4cbeb95d.i;
1583
1494
  }
1584
- const ModelBuilder = /*#__PURE__*/React.forwardRef(function ModelBuilder(_ref63, ref) {
1495
+ const MigrateAlt = /*#__PURE__*/React.forwardRef(function MigrateAlt(_ref63, ref) {
1585
1496
  let {
1586
1497
  children,
1587
1498
  size = 16,
@@ -1595,14 +1506,14 @@ const ModelBuilder = /*#__PURE__*/React.forwardRef(function ModelBuilder(_ref63,
1595
1506
  viewBox: "0 0 32 32",
1596
1507
  fill: "currentColor",
1597
1508
  ...rest
1598
- }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1599
- d: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12v8A3.0037,3.0037,0,0,1,13,23H10V20H2v8h8V25H13A5.0062,5.0062,0,0,0,18,20V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8ZM8,26H4V22H8ZM28,10H24V6h4Z"
1509
+ }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1510
+ 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,22H12V20H10v6H4V17H20.1719l-3.586,3.5859L18,22l6-6-6-6-1.4141,1.4141L20.1719,15H4V6h6v6h2V6H28Z"
1600
1511
  })), children);
1601
1512
  });
1602
1513
  if (process.env.NODE_ENV !== "production") {
1603
- ModelBuilder.propTypes = iconPropTypes4cbeb95d.i;
1514
+ MigrateAlt.propTypes = iconPropTypes4cbeb95d.i;
1604
1515
  }
1605
- const ModelBuilderReference = /*#__PURE__*/React.forwardRef(function ModelBuilderReference(_ref64, ref) {
1516
+ const Milestone = /*#__PURE__*/React.forwardRef(function Milestone(_ref64, ref) {
1606
1517
  let {
1607
1518
  children,
1608
1519
  size = 16,
@@ -1616,16 +1527,14 @@ const ModelBuilderReference = /*#__PURE__*/React.forwardRef(function ModelBuilde
1616
1527
  viewBox: "0 0 32 32",
1617
1528
  fill: "currentColor",
1618
1529
  ...rest
1619
- }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1620
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
1621
- })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1622
- d: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12V28h2V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8Zm20,0H24V6h4Z"
1530
+ }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1531
+ d: "M24.5857,6.5859A1.9865,1.9865,0,0,0,23.1714,6H16V2H14V6H6A2.0025,2.0025,0,0,0,4,8v6a2.0025,2.0025,0,0,0,2,2h8V30h2V16h7.1714a1.9865,1.9865,0,0,0,1.4143-.5859L29,11ZM23.1714,14H6V8H23.1716l3,3Z"
1623
1532
  })), children);
1624
1533
  });
1625
1534
  if (process.env.NODE_ENV !== "production") {
1626
- ModelBuilderReference.propTypes = iconPropTypes4cbeb95d.i;
1535
+ Milestone.propTypes = iconPropTypes4cbeb95d.i;
1627
1536
  }
1628
- const Money = /*#__PURE__*/React.forwardRef(function Money(_ref65, ref) {
1537
+ const MilitaryCamp = /*#__PURE__*/React.forwardRef(function MilitaryCamp(_ref65, ref) {
1629
1538
  let {
1630
1539
  children,
1631
1540
  size = 16,
@@ -1639,21 +1548,32 @@ const Money = /*#__PURE__*/React.forwardRef(function Money(_ref65, ref) {
1639
1548
  viewBox: "0 0 32 32",
1640
1549
  fill: "currentColor",
1641
1550
  ...rest
1642
- }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1643
- d: "M2 22H30V24H2zM2 26H30V28H2zM24 10a2 2 0 102 2 2 2 0 00-2-2zM16 16a4 4 0 114-4A4.0045 4.0045 0 0116 16zm0-6a2 2 0 102 2A2.002 2.002 0 0016 10zM8 10a2 2 0 102 2 2 2 0 00-2-2z"
1644
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1645
- d: "M28,20H4a2.0051,2.0051,0,0,1-2-2V6A2.0051,2.0051,0,0,1,4,4H28a2.0051,2.0051,0,0,1,2,2V18A2.0027,2.0027,0,0,1,28,20ZM28,6H4V18H28Z"
1551
+ }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1552
+ d: "M27,28v-10.48a2.0035,2.0035,0,0,0-.853-1.6387L17,9.48V8h6V2H15V9.48L5.8528,15.8823A2.0023,2.0023,0,0,0,5,17.5205V28H2v2H30V28ZM17,4h4V6H17ZM7,17.5205l9-6.3,9,6.3V28H17V20H15v8H7Z"
1646
1553
  })), children);
1647
1554
  });
1648
1555
  if (process.env.NODE_ENV !== "production") {
1649
- Money.propTypes = iconPropTypes4cbeb95d.i;
1556
+ MilitaryCamp.propTypes = iconPropTypes4cbeb95d.i;
1650
1557
  }
1651
- const Monster = /*#__PURE__*/React.forwardRef(function Monster(_ref66, ref) {
1558
+ const Minimize = /*#__PURE__*/React.forwardRef(function Minimize(_ref66, ref) {
1652
1559
  let {
1653
1560
  children,
1654
1561
  size = 16,
1655
1562
  ...rest
1656
1563
  } = _ref66;
1564
+ if (size === 16 || size === "16" || size === "16px") {
1565
+ return /*#__PURE__*/React.createElement(Icon.default, {
1566
+ width: size,
1567
+ height: size,
1568
+ ref: ref,
1569
+ xmlns: "http://www.w3.org/2000/svg",
1570
+ viewBox: "0 0 16 16",
1571
+ fill: "currentColor",
1572
+ ...rest
1573
+ }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1574
+ d: "M2 9L2 10 5.3 10 1 14.3 1.7 15 6 10.7 6 14 7 14 7 9zM14 7L14 6 10.7 6 15 1.7 14.3 1 10 5.3 10 2 9 2 9 7z"
1575
+ })), children);
1576
+ }
1657
1577
  return /*#__PURE__*/React.createElement(Icon.default, {
1658
1578
  width: size,
1659
1579
  height: size,
@@ -1662,23 +1582,72 @@ const Monster = /*#__PURE__*/React.forwardRef(function Monster(_ref66, ref) {
1662
1582
  viewBox: "0 0 32 32",
1663
1583
  fill: "currentColor",
1664
1584
  ...rest
1665
- }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1666
- d: "M23 22L21 22 21 20 19 20 19 22 17 22 17 20 15 20 15 22 13 22 13 20 11 20 11 22 9 22 9 24 11 24 11 26 13 26 13 24 15 24 15 26 17 26 17 24 19 24 19 26 21 26 21 24 23 24 23 22z"
1667
- })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1668
- d: "M28,11H27V4a2.0025,2.0025,0,0,0-2-2H7A2.0025,2.0025,0,0,0,5,4v7H4a2.0025,2.0025,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2H5v4a7.0078,7.0078,0,0,0,7,7h8a7.0078,7.0078,0,0,0,7-7V19h1a2.0025,2.0025,0,0,0,2-2V13A2.0025,2.0025,0,0,0,28,11ZM25,4V7.3818L22.4473,6.1055a1.0008,1.0008,0,0,0-.8946,0L18,7.8818,14.4473,6.1055a1.0008,1.0008,0,0,0-.8946,0L10,7.8818l-3-1.5V4Zm3,13H25v6a5.0057,5.0057,0,0,1-5,5H12a5.0057,5.0057,0,0,1-5-5V17H4V13H7V8.6182L9.5527,9.8945a1.0008,1.0008,0,0,0,.8946,0L14,8.1182l3.5527,1.7763a1.001,1.001,0,0,0,.8946,0L22,8.1182l3,1.5V13h3Z"
1669
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1670
- d: "M9 14H14V16H9zM18 14H23V16H18z"
1585
+ }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1586
+ d: "M4 18L4 20 10.586 20 2 28.582 3.414 30 12 21.414 12 28 14 28 14 18 4 18zM30 3.416L28.592 2 20 10.586 20 4 18 4 18 14 28 14 28 12 21.414 12 30 3.416z"
1671
1587
  })), children);
1672
1588
  });
1673
1589
  if (process.env.NODE_ENV !== "production") {
1674
- Monster.propTypes = iconPropTypes4cbeb95d.i;
1590
+ Minimize.propTypes = iconPropTypes4cbeb95d.i;
1675
1591
  }
1676
- const Monument = /*#__PURE__*/React.forwardRef(function Monument(_ref67, ref) {
1592
+ const Misuse = /*#__PURE__*/React.forwardRef(function Misuse(_ref67, ref) {
1677
1593
  let {
1678
1594
  children,
1679
1595
  size = 16,
1680
1596
  ...rest
1681
1597
  } = _ref67;
1598
+ if (size === 16 || size === "16" || size === "16px") {
1599
+ return /*#__PURE__*/React.createElement(Icon.default, {
1600
+ width: size,
1601
+ height: size,
1602
+ ref: ref,
1603
+ xmlns: "http://www.w3.org/2000/svg",
1604
+ viewBox: "0 0 16 16",
1605
+ fill: "currentColor",
1606
+ ...rest
1607
+ }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1608
+ d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2 l2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"
1609
+ })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1610
+ d: "M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2l2.7-2.7l0.8,0.8L8.8,8 l2.7,2.7L10.7,11.5z",
1611
+ "data-icon-path": "inner-path",
1612
+ opacity: "0"
1613
+ })), children);
1614
+ }
1615
+ if (size === 20 || size === "20" || size === "20px") {
1616
+ return /*#__PURE__*/React.createElement(Icon.default, {
1617
+ width: size,
1618
+ height: size,
1619
+ ref: ref,
1620
+ xmlns: "http://www.w3.org/2000/svg",
1621
+ viewBox: "0 0 20 20",
1622
+ fill: "currentColor",
1623
+ ...rest
1624
+ }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1625
+ d: "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M13.5,14.5L10,11l-3.5,3.5l-1-1L9,10L5.5,6.5l1-1L10,9l3.5-3.5l1,1 L11,10l3.5,3.5L13.5,14.5z"
1626
+ })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1627
+ fill: "none",
1628
+ d: "M13.5,14.5L10,11l-3.5,3.5l-1-1L9,10L5.5,6.5l1-1L10,9l3.5-3.5l1,1L11,10l3.5,3.5L13.5,14.5z",
1629
+ "data-icon-path": "inner-path",
1630
+ opacity: "0"
1631
+ })), children);
1632
+ }
1633
+ if (size === 24 || size === "24" || size === "24px") {
1634
+ return /*#__PURE__*/React.createElement(Icon.default, {
1635
+ width: size,
1636
+ height: size,
1637
+ ref: ref,
1638
+ xmlns: "http://www.w3.org/2000/svg",
1639
+ viewBox: "0 0 24 24",
1640
+ fill: "currentColor",
1641
+ ...rest
1642
+ }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1643
+ d: "M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M16.2,17.5L12,13.3l-4.2,4.2l-1.3-1.3l4.2-4.2L6.5,7.8l1.3-1.3 l4.2,4.2l4.2-4.2l1.3,1.3L13.3,12l4.2,4.2L16.2,17.5z"
1644
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1645
+ fill: "none",
1646
+ d: "M16.2,17.5L12,13.3l-4.2,4.2l-1.3-1.3l4.2-4.2L6.5,7.8l1.3-1.3l4.2,4.2l4.2-4.2l1.3,1.3 L13.3,12l4.2,4.2L16.2,17.5z",
1647
+ "data-icon-path": "inner-path",
1648
+ opacity: "0"
1649
+ })), children);
1650
+ }
1682
1651
  return /*#__PURE__*/React.createElement(Icon.default, {
1683
1652
  width: size,
1684
1653
  height: size,
@@ -1687,19 +1656,39 @@ const Monument = /*#__PURE__*/React.forwardRef(function Monument(_ref67, ref) {
1687
1656
  viewBox: "0 0 32 32",
1688
1657
  fill: "currentColor",
1689
1658
  ...rest
1690
- }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1691
- d: "M20,28V6L16,2,12,6V28H2v2H30V28Zm-6,0V6.8281l2-2,2,2V28Z"
1659
+ }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1660
+ d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9 l5.4,5.4L21.4,9l1.6,1.6L17.6,16l5.4,5.4L21.4,23z"
1661
+ })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1662
+ fill: "none",
1663
+ d: "M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9l5.4,5.4L21.4,9l1.6,1.6L17.6,16 l5.4,5.4L21.4,23z",
1664
+ "data-icon-path": "inner-path",
1665
+ opacity: "0"
1692
1666
  })), children);
1693
1667
  });
1694
1668
  if (process.env.NODE_ENV !== "production") {
1695
- Monument.propTypes = iconPropTypes4cbeb95d.i;
1669
+ Misuse.propTypes = iconPropTypes4cbeb95d.i;
1696
1670
  }
1697
- const Moon = /*#__PURE__*/React.forwardRef(function Moon(_ref68, ref) {
1671
+ const MisuseOutline = /*#__PURE__*/React.forwardRef(function MisuseOutline(_ref68, ref) {
1698
1672
  let {
1699
1673
  children,
1700
1674
  size = 16,
1701
1675
  ...rest
1702
1676
  } = _ref68;
1677
+ if (size === 16 || size === "16" || size === "16px") {
1678
+ return /*#__PURE__*/React.createElement(Icon.default, {
1679
+ width: size,
1680
+ height: size,
1681
+ ref: ref,
1682
+ xmlns: "http://www.w3.org/2000/svg",
1683
+ viewBox: "0 0 16 16",
1684
+ fill: "currentColor",
1685
+ ...rest
1686
+ }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1687
+ d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"
1688
+ })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1689
+ d: "M10.7 11.5L8 8.8 5.3 11.5 4.5 10.7 7.2 8 4.5 5.3 5.3 4.5 8 7.2 10.7 4.5 11.5 5.3 8.8 8 11.5 10.7z"
1690
+ })), children);
1691
+ }
1703
1692
  return /*#__PURE__*/React.createElement(Icon.default, {
1704
1693
  width: size,
1705
1694
  height: size,
@@ -1708,14 +1697,16 @@ const Moon = /*#__PURE__*/React.forwardRef(function Moon(_ref68, ref) {
1708
1697
  viewBox: "0 0 32 32",
1709
1698
  fill: "currentColor",
1710
1699
  ...rest
1711
- }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1712
- d: "M13.5025,5.4136A15.0755,15.0755,0,0,0,25.096,23.6082a11.1134,11.1134,0,0,1-7.9749,3.3893c-.1385,0-.2782.0051-.4178,0A11.0944,11.0944,0,0,1,13.5025,5.4136M14.98,3a1.0024,1.0024,0,0,0-.1746.0156A13.0959,13.0959,0,0,0,16.63,28.9973c.1641.006.3282,0,.4909,0a13.0724,13.0724,0,0,0,10.702-5.5556,1.0094,1.0094,0,0,0-.7833-1.5644A13.08,13.08,0,0,1,15.8892,4.38,1.0149,1.0149,0,0,0,14.98,3Z"
1700
+ }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1701
+ d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z"
1702
+ })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1703
+ d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
1713
1704
  })), children);
1714
1705
  });
1715
1706
  if (process.env.NODE_ENV !== "production") {
1716
- Moon.propTypes = iconPropTypes4cbeb95d.i;
1707
+ MisuseOutline.propTypes = iconPropTypes4cbeb95d.i;
1717
1708
  }
1718
- const Moonrise = /*#__PURE__*/React.forwardRef(function Moonrise(_ref69, ref) {
1709
+ const MixedRainHail = /*#__PURE__*/React.forwardRef(function MixedRainHail(_ref69, ref) {
1719
1710
  let {
1720
1711
  children,
1721
1712
  size = 16,
@@ -1729,14 +1720,24 @@ const Moonrise = /*#__PURE__*/React.forwardRef(function Moonrise(_ref69, ref) {
1729
1720
  viewBox: "0 0 32 32",
1730
1721
  fill: "currentColor",
1731
1722
  ...rest
1732
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1733
- d: "M2 28H30V30H2zM26 26H24a7.987 7.987 0 00-2.0371-5.3335l1.49-1.334A9.9835 9.9835 0 0126 26zM16 26H14a9.9268 9.9268 0 013.7539-7.804A7.89 7.89 0 0016 18a8.0092 8.0092 0 00-8 8H6A10.0113 10.0113 0 0116 16a9.8923 9.8923 0 014.4458 1.0515 1 1 0 010 1.79A7.9567 7.9567 0 0016 26zM16 2L11 7 12.41 8.41 15 5.83 15 6 15 14 17 14 17 6 17 5.83 19.59 8.41 21 7 16 2z"
1723
+ }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1724
+ cx: "24.5",
1725
+ cy: "25.5",
1726
+ r: "1.5"
1727
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1728
+ cx: "21.5",
1729
+ cy: "29.5",
1730
+ r: "1.5"
1731
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1732
+ d: "M15.868 30.496L14.132 29.504 17.276 24 11.277 24 16.132 15.504 17.868 16.496 14.723 22 20.724 22 15.868 30.496z"
1733
+ })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1734
+ d: "M9 32a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 019 32zM24.8008 9.1362a8.9943 8.9943 0 00-17.6006 0 6.4929 6.4929 0 00.23 12.7681L6.106 24.5527a1 1 0 101.7885.8946l2-4a1 1 0 00-.447-1.3418A.9786.9786 0 009 20.01V20H8.5a4.4975 4.4975 0 01-.356-8.981l.8155-.0639.0991-.812a6.9938 6.9938 0 0113.8838 0l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 20H23v2h.5A6.4974 6.4974 0 0024.8008 9.1362z"
1734
1735
  })), children);
1735
1736
  });
1736
1737
  if (process.env.NODE_ENV !== "production") {
1737
- Moonrise.propTypes = iconPropTypes4cbeb95d.i;
1738
+ MixedRainHail.propTypes = iconPropTypes4cbeb95d.i;
1738
1739
  }
1739
- const Moonset = /*#__PURE__*/React.forwardRef(function Moonset(_ref70, ref) {
1740
+ const MlModelReference = /*#__PURE__*/React.forwardRef(function MlModelReference(_ref70, ref) {
1740
1741
  let {
1741
1742
  children,
1742
1743
  size = 16,
@@ -1750,14 +1751,18 @@ const Moonset = /*#__PURE__*/React.forwardRef(function Moonset(_ref70, ref) {
1750
1751
  viewBox: "0 0 32 32",
1751
1752
  fill: "currentColor",
1752
1753
  ...rest
1753
- }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1754
- d: "M2 28H30V30H2zM26 26H24a7.987 7.987 0 00-2.0371-5.3335l1.49-1.334A9.9835 9.9835 0 0126 26zM16 26H14a9.9268 9.9268 0 013.7539-7.804A7.89 7.89 0 0016 18a8.0092 8.0092 0 00-8 8H6A10.0113 10.0113 0 0116 16a9.8923 9.8923 0 014.4458 1.0515 1 1 0 010 1.79A7.9567 7.9567 0 0016 26zM16 14L11 9 12.41 7.59 15 10.17 15 10 15 2 17 2 17 10 17 10.17 19.59 7.59 21 9 16 14z"
1754
+ }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1755
+ strokeWidth: "0",
1756
+ d: "M4 19L4 21 8.5859 21 2 27.5859 3.4141 29 10 22.4141 10 27 12 27 12 19 4 19z"
1757
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1758
+ strokeWidth: "0",
1759
+ d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8384-2.8157,2h-5.7703l7.3008-7.3008c.3911.1875.8235.3008,1.2852.3008,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.4619.1135.894.3005,1.2852l-8.3005,8.3008v-6.5859c0-1.1025.897-2,2-2h2v-2h-2c-1.2002,0-2.2661.5425-3,1.3823-.7339-.8398-1.7998-1.3823-3-1.3823h-1c-4.9624,0-9,4.0371-9,9v4h2v-3h3c1.6543,0,3-1.3457,3-3v-2h-2v2c0,.5518-.4487,1-1,1h-2.9202c.4878-3.3867,3.4006-6,6.9202-6h1c1.103,0,2,.8975,2,2v4h-2v2h2v10c0,2.2056,1.7944,4,4,4h2v-2h-2c-1.1028,0-2-.8975-2-2v-6.5859l8.3005,8.3008c-.187.3911-.3005.8232-.3005,1.2852,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.4617,0-.894.1133-1.2852.3008l-7.3008-7.3008h5.7703c.4141,1.1616,1.5137,2,2.8157,2Zm0-4c.5513,0,1,.4482,1,1s-.4487,1-1,1-1-.4482-1-1,.4487-1,1-1Zm0-11c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm0,22c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Z"
1755
1760
  })), children);
1756
1761
  });
1757
1762
  if (process.env.NODE_ENV !== "production") {
1758
- Moonset.propTypes = iconPropTypes4cbeb95d.i;
1763
+ MlModelReference.propTypes = iconPropTypes4cbeb95d.i;
1759
1764
  }
1760
- const MostlyCloudy = /*#__PURE__*/React.forwardRef(function MostlyCloudy(_ref71, ref) {
1765
+ const Mobile = /*#__PURE__*/React.forwardRef(function Mobile(_ref71, ref) {
1761
1766
  let {
1762
1767
  children,
1763
1768
  size = 16,
@@ -1771,25 +1776,14 @@ const MostlyCloudy = /*#__PURE__*/React.forwardRef(function MostlyCloudy(_ref71,
1771
1776
  viewBox: "0 0 32 32",
1772
1777
  fill: "currentColor",
1773
1778
  ...rest
1774
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1775
- d: "M21.743,18.6872A6.05,6.05,0,0,0,22.8,17.6006a5.9977,5.9977,0,1,0-10.7334-4.4444,7.5568,7.5568,0,0,0-5.7158,5.0879A5.9926,5.9926,0,0,0,8,30H19a5.9854,5.9854,0,0,0,2.743-11.3128ZM18,10a4.0042,4.0042,0,0,1,4,4,3.9613,3.9613,0,0,1-.8,2.3994,4.0122,4.0122,0,0,1-.94.8917,7.5416,7.5416,0,0,0-6.1339-4.2395A3.9985,3.9985,0,0,1,18,10Zm1,18H8a3.9928,3.9928,0,0,1-.6729-7.93L7.99,19.958l.1456-.6562a5.4958,5.4958,0,0,1,10.729,0l.1464.6562.6622.1123A3.9928,3.9928,0,0,1,19,28Z",
1776
- transform: "translate(0 .005)"
1777
- })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1778
- d: "M26 13.005H30V15.005H26z"
1779
- })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1780
- d: "M23.071 5.929H27.071V7.929H23.071z",
1781
- transform: "rotate(-45 25.077 6.931)"
1782
- })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1783
- d: "M17 2.005H19V6.005H17z"
1784
- })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1785
- d: "M9.929 4.929H11.929V8.929H9.929z",
1786
- transform: "rotate(-45 10.935 6.931)"
1779
+ }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1780
+ d: "M22,4H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2H22a2.0027,2.0027,0,0,0,2-2V6A2.0023,2.0023,0,0,0,22,4Zm0,2,0,2H10V6ZM10,28V10H22l0,18Z"
1787
1781
  })), children);
1788
1782
  });
1789
1783
  if (process.env.NODE_ENV !== "production") {
1790
- MostlyCloudy.propTypes = iconPropTypes4cbeb95d.i;
1784
+ Mobile.propTypes = iconPropTypes4cbeb95d.i;
1791
1785
  }
1792
- const MostlyCloudyNight = /*#__PURE__*/React.forwardRef(function MostlyCloudyNight(_ref72, ref) {
1786
+ const MobileAdd = /*#__PURE__*/React.forwardRef(function MobileAdd(_ref72, ref) {
1793
1787
  let {
1794
1788
  children,
1795
1789
  size = 16,
@@ -1803,14 +1797,16 @@ const MostlyCloudyNight = /*#__PURE__*/React.forwardRef(function MostlyCloudyNig
1803
1797
  viewBox: "0 0 32 32",
1804
1798
  fill: "currentColor",
1805
1799
  ...rest
1806
- }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1807
- d: "M29.8438,15.0347a1.5169,1.5169,0,0,0-1.23-.8658,5.3547,5.3547,0,0,1-3.4094-1.7158A6.4653,6.4653,0,0,1,23.918,6.0605a1.6025,1.6025,0,0,0-.2989-1.5459,1.4543,1.4543,0,0,0-1.36-.4931l-.0191.0039a7.927,7.927,0,0,0-6.22,7.4307A7.3638,7.3638,0,0,0,13.5,11a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,28H19a5.9771,5.9771,0,0,0,5.6147-8.0884,7.5054,7.5054,0,0,0,5.1324-3.3569A1.5372,1.5372,0,0,0,29.8438,15.0347ZM19,26H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,26Zm4.4653-8.001h-.0217a5.9581,5.9581,0,0,0-2.7942-1.7549,7.5068,7.5068,0,0,0-2.6008-3.6767c-.01-.1016-.0361-.1978-.041-.3008a6.078,6.078,0,0,1,3.7907-6.05,8.4577,8.4577,0,0,0,1.94,7.5967A7.4007,7.4007,0,0,0,27.64,16.041,5.4286,5.4286,0,0,1,23.4653,17.999Z"
1800
+ }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1801
+ d: "M28 24L24 24 24 20 22 20 22 24 18 24 18 26 22 26 22 30 24 30 24 26 28 26 28 24z"
1802
+ })), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1803
+ d: "M10,28V10H22v7h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h6l0-2ZM10,6H22l0,2H10Z"
1808
1804
  })), children);
1809
1805
  });
1810
1806
  if (process.env.NODE_ENV !== "production") {
1811
- MostlyCloudyNight.propTypes = iconPropTypes4cbeb95d.i;
1807
+ MobileAdd.propTypes = iconPropTypes4cbeb95d.i;
1812
1808
  }
1813
- const Mountain = /*#__PURE__*/React.forwardRef(function Mountain(_ref73, ref) {
1809
+ const MobileAudio = /*#__PURE__*/React.forwardRef(function MobileAudio(_ref73, ref) {
1814
1810
  let {
1815
1811
  children,
1816
1812
  size = 16,
@@ -1824,14 +1820,20 @@ const Mountain = /*#__PURE__*/React.forwardRef(function Mountain(_ref73, ref) {
1824
1820
  viewBox: "0 0 32 32",
1825
1821
  fill: "currentColor",
1826
1822
  ...rest
1827
- }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1828
- d: "M27.6343,26,17.7888,5.1055a2,2,0,0,0-3.5879.021L4.3657,26H2v2H30V26ZM15.99,5.979,20.9473,16.5,19,17.7979l-3-2-3,2-1.9551-1.3033ZM10.1846,18.3247,13,20.2021l3-2,3,2,2.8091-1.873L25.4233,26H6.5752Z"
1823
+ }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1824
+ d: "M28 12H30V15H28zM24 7H26V20H24zM20 11H22V16H20zM16 9H18V18H16zM12 12H14V15H12z"
1825
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1826
+ cx: "13.5",
1827
+ cy: "24.5",
1828
+ r: "1.5"
1829
+ })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1830
+ d: "M20,30H7a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,7,2H20V4H7V28H20V24h2v4A2.0023,2.0023,0,0,1,20,30Z"
1829
1831
  })), children);
1830
1832
  });
1831
1833
  if (process.env.NODE_ENV !== "production") {
1832
- Mountain.propTypes = iconPropTypes4cbeb95d.i;
1834
+ MobileAudio.propTypes = iconPropTypes4cbeb95d.i;
1833
1835
  }
1834
- const Mov = /*#__PURE__*/React.forwardRef(function Mov(_ref74, ref) {
1836
+ const MobileCheck = /*#__PURE__*/React.forwardRef(function MobileCheck(_ref74, ref) {
1835
1837
  let {
1836
1838
  children,
1837
1839
  size = 16,
@@ -1845,14 +1847,16 @@ const Mov = /*#__PURE__*/React.forwardRef(function Mov(_ref74, ref) {
1845
1847
  viewBox: "0 0 32 32",
1846
1848
  fill: "currentColor",
1847
1849
  ...rest
1848
- }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1849
- d: "M28 9L26 22 24 9 22 9 24.52 23 27.48 23 30 9 28 9zM18 23H14a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0118 23zM14 11V21h4V11zM8 9L6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z"
1850
+ }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1851
+ d: "M20 27.18L17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z"
1852
+ })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1853
+ d: "M10,28V10H22v9h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h4V28ZM10,6H22l0,2H10Z"
1850
1854
  })), children);
1851
1855
  });
1852
1856
  if (process.env.NODE_ENV !== "production") {
1853
- Mov.propTypes = iconPropTypes4cbeb95d.i;
1857
+ MobileCheck.propTypes = iconPropTypes4cbeb95d.i;
1854
1858
  }
1855
- const Move = /*#__PURE__*/React.forwardRef(function Move(_ref75, ref) {
1859
+ const MobileCrash = /*#__PURE__*/React.forwardRef(function MobileCrash(_ref75, ref) {
1856
1860
  let {
1857
1861
  children,
1858
1862
  size = 16,
@@ -1866,14 +1870,16 @@ const Move = /*#__PURE__*/React.forwardRef(function Move(_ref75, ref) {
1866
1870
  viewBox: "0 0 32 32",
1867
1871
  fill: "currentColor",
1868
1872
  ...rest
1869
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1870
- d: "M25 11L23.59 12.41 26.17 15 17 15 17 5.83 19.59 8.41 21 7 16 2 11 7 12.41 8.41 15 5.83 15 15 5.83 15 8.41 12.41 7 11 2 16 7 21 8.41 19.59 5.83 17 15 17 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17 17 17 26.17 17 23.59 19.59 25 21 30 16 25 11z"
1873
+ }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1874
+ d: "M30 20L26 16 24.5859 17.4141 27.1714 20 24.1714 23 27.1714 26 24.5859 28.5859 26 30 30 26 27 23 30 20zM23 20L19 16 17.5859 17.4141 20.1714 20 17.1714 23 20.1714 26 17.5859 28.5859 19 30 23 26 20 23 23 20z"
1875
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1876
+ d: "m15,28h-6V8h14v6h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h6v-2ZM9,4h14v2h-14v-2Z"
1871
1877
  })), children);
1872
1878
  });
1873
1879
  if (process.env.NODE_ENV !== "production") {
1874
- Move.propTypes = iconPropTypes4cbeb95d.i;
1880
+ MobileCrash.propTypes = iconPropTypes4cbeb95d.i;
1875
1881
  }
1876
- const Movement = /*#__PURE__*/React.forwardRef(function Movement(_ref76, ref) {
1882
+ const MobileDownload = /*#__PURE__*/React.forwardRef(function MobileDownload(_ref76, ref) {
1877
1883
  let {
1878
1884
  children,
1879
1885
  size = 16,
@@ -1887,14 +1893,16 @@ const Movement = /*#__PURE__*/React.forwardRef(function Movement(_ref76, ref) {
1887
1893
  viewBox: "0 0 32 32",
1888
1894
  fill: "currentColor",
1889
1895
  ...rest
1890
- }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1891
- d: "M24,20l-1.41,1.41L26.17,25H10a4,4,0,0,1,0-8H22A6,6,0,0,0,22,5H5.83L9.41,1.41,8,0,2,6l6,6,1.41-1.41L5.83,7H22a4,4,0,0,1,0,8H10a6,6,0,0,0,0,12H26.17l-3.58,3.59L24,32l6-6Z"
1896
+ }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1897
+ d: "M28 25L26.586 23.586 24 26.172 24 18 22 18 22 26.172 19.414 23.586 18 25 23 30 28 25z"
1898
+ })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1899
+ d: "M10,28V10H22v5h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h6V28ZM10,6H22l0,2H10Z"
1892
1900
  })), children);
1893
1901
  });
1894
1902
  if (process.env.NODE_ENV !== "production") {
1895
- Movement.propTypes = iconPropTypes4cbeb95d.i;
1903
+ MobileDownload.propTypes = iconPropTypes4cbeb95d.i;
1896
1904
  }
1897
- const Mp3 = /*#__PURE__*/React.forwardRef(function Mp3(_ref77, ref) {
1905
+ const MobileEvent = /*#__PURE__*/React.forwardRef(function MobileEvent(_ref77, ref) {
1898
1906
  let {
1899
1907
  children,
1900
1908
  size = 16,
@@ -1908,14 +1916,14 @@ const Mp3 = /*#__PURE__*/React.forwardRef(function Mp3(_ref77, ref) {
1908
1916
  viewBox: "0 0 32 32",
1909
1917
  fill: "currentColor",
1910
1918
  ...rest
1911
- }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1912
- d: "M28 9H22v2h6v4H24v2h4v4H22v2h6a2 2 0 002-2V11A2 2 0 0028 9zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 9L6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z"
1919
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1920
+ d: "M27.3803 28h-6.7625l3.3822-6.7642 3.3803 6.7642zm-3.3803-10c-.3915 0-.7305.2251-.8947.5527l-5 10c-.0674.1348-.1053.2866-.1053.4473 0 .5522.4477 1 1 1h10c.5523 0 1-.4478 1-1 0-.1382-.028-.2695-.0786-.3892l-5.0269-10.0581c-.1641-.3276-.5031-.5527-.8946-.5527h0zM15 28h-6V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103 0-2 .897-2 2v24c0 1.1025.897 2 2 2h6v-2zM9 4h14v2h-14v-2z"
1913
1921
  })), children);
1914
1922
  });
1915
1923
  if (process.env.NODE_ENV !== "production") {
1916
- Mp3.propTypes = iconPropTypes4cbeb95d.i;
1924
+ MobileEvent.propTypes = iconPropTypes4cbeb95d.i;
1917
1925
  }
1918
- const Mp4 = /*#__PURE__*/React.forwardRef(function Mp4(_ref78, ref) {
1926
+ const MobileLandscape = /*#__PURE__*/React.forwardRef(function MobileLandscape(_ref78, ref) {
1919
1927
  let {
1920
1928
  children,
1921
1929
  size = 16,
@@ -1929,14 +1937,14 @@ const Mp4 = /*#__PURE__*/React.forwardRef(function Mp4(_ref78, ref) {
1929
1937
  viewBox: "0 0 32 32",
1930
1938
  fill: "currentColor",
1931
1939
  ...rest
1932
- }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1933
- d: "M28 10v8h0V10m1-1H27v8H24V9H22V19h5v4h2V19h1V17H29V9zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 9L6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z"
1940
+ }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1941
+ d: "M3,10V22a2.002,2.002,0,0,0,2,2H27a2.0023,2.0023,0,0,0,2-2V10a2.0027,2.0027,0,0,0-2-2H5A2.0023,2.0023,0,0,0,3,10Zm2,0,2,0V22H5ZM27,22H9V10H27Z"
1934
1942
  })), children);
1935
1943
  });
1936
1944
  if (process.env.NODE_ENV !== "production") {
1937
- Mp4.propTypes = iconPropTypes4cbeb95d.i;
1945
+ MobileLandscape.propTypes = iconPropTypes4cbeb95d.i;
1938
1946
  }
1939
- const Mpeg = /*#__PURE__*/React.forwardRef(function Mpeg(_ref79, ref) {
1947
+ const MobileRequest = /*#__PURE__*/React.forwardRef(function MobileRequest(_ref79, ref) {
1940
1948
  let {
1941
1949
  children,
1942
1950
  size = 16,
@@ -1950,14 +1958,16 @@ const Mpeg = /*#__PURE__*/React.forwardRef(function Mpeg(_ref79, ref) {
1950
1958
  viewBox: "0 0 32 32",
1951
1959
  fill: "currentColor",
1952
1960
  ...rest
1953
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1954
- d: "M32 21H28a2.0023 2.0023 0 01-2-2V13a2.002 2.002 0 012-2h4v2H28v6h2V17H29l0-2h3zM24 13L24 11.024 18 11.024 18 21 24 21 24 19 20 19 20 17 22 17 22 15 20 15 20 13 24 13zM14 11H9V21h2V18h3a2.0027 2.0027 0 002-2V13A2.0023 2.0023 0 0014 11zm-3 5V13h3l.001 3zM7 11L5 11 3.5 15 2 11 0 11 0 21 2 21 2 14 3.5 18 5 14 5 21 7 21 7 11z"
1961
+ }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1962
+ d: "m30,28c0-2.9668-2.167-5.4312-5-5.9097v-1.0903h1v-2h-4v2h1v1.0903c-2.833.4785-5,2.9429-5,5.9097h-1v2h14v-2h-1Zm-10,0c0-2.2056,1.7944-4,4-4s4,1.7944,4,4h-8Z"
1963
+ })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1964
+ d: "m14,28h-5V8h14v8h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h5v-2ZM9,4h14v2h-14v-2Z"
1955
1965
  })), children);
1956
1966
  });
1957
1967
  if (process.env.NODE_ENV !== "production") {
1958
- Mpeg.propTypes = iconPropTypes4cbeb95d.i;
1968
+ MobileRequest.propTypes = iconPropTypes4cbeb95d.i;
1959
1969
  }
1960
- const Mpg2 = /*#__PURE__*/React.forwardRef(function Mpg2(_ref80, ref) {
1970
+ const MobileSession = /*#__PURE__*/React.forwardRef(function MobileSession(_ref80, ref) {
1961
1971
  let {
1962
1972
  children,
1963
1973
  size = 16,
@@ -1971,14 +1981,16 @@ const Mpg2 = /*#__PURE__*/React.forwardRef(function Mpg2(_ref80, ref) {
1971
1981
  viewBox: "0 0 32 32",
1972
1982
  fill: "currentColor",
1973
1983
  ...rest
1974
- }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1975
- d: "M32 21H26V17a2.002 2.002 0 012-2h2V13H26V11h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H28v2h4zM24 21H20a2.0023 2.0023 0 01-2-2V13a2.002 2.002 0 012-2h4v2H20v6h2V17H21l0-2h3zM14 11H9V21h2V18h3a2.0027 2.0027 0 002-2V13A2.0023 2.0023 0 0014 11zm-3 5V13h3l.001 3zM7 11L5 11 3.5 15 2 11 0 11 0 21 2 21 2 14 3.5 18 5 14 5 21 7 21 7 11z"
1984
+ }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1985
+ d: "m24,18c-3.3083,0-6,2.6914-6,6s2.6917,6,6,6,6-2.6914,6-6-2.6917-6-6-6Zm0,10c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4v4h4c0,2.2056-1.7944,4-4,4Z"
1986
+ })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1987
+ d: "m16,28h-7V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h7v-2ZM9,4h14v2h-14v-2Z"
1976
1988
  })), children);
1977
1989
  });
1978
1990
  if (process.env.NODE_ENV !== "production") {
1979
- Mpg2.propTypes = iconPropTypes4cbeb95d.i;
1991
+ MobileSession.propTypes = iconPropTypes4cbeb95d.i;
1980
1992
  }
1981
- const Music = /*#__PURE__*/React.forwardRef(function Music(_ref81, ref) {
1993
+ const MobileView = /*#__PURE__*/React.forwardRef(function MobileView(_ref81, ref) {
1982
1994
  let {
1983
1995
  children,
1984
1996
  size = 16,
@@ -1992,14 +2004,20 @@ const Music = /*#__PURE__*/React.forwardRef(function Music(_ref81, ref) {
1992
2004
  viewBox: "0 0 32 32",
1993
2005
  fill: "currentColor",
1994
2006
  ...rest
1995
- }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1996
- d: "M25,4H10A2.002,2.002,0,0,0,8,6V20.5563A3.9551,3.9551,0,0,0,6,20a4,4,0,1,0,4,4V12H25v8.5562A3.9545,3.9545,0,0,0,23,20a4,4,0,1,0,4,4V6A2.0023,2.0023,0,0,0,25,4ZM6,26a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,26Zm17,0a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,23,26ZM10,6H25v4H10Z"
2007
+ }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
2008
+ cx: "23",
2009
+ cy: "24",
2010
+ r: "2"
2011
+ })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2012
+ d: "m30.7769,23.4785c-1.4229-3.3287-4.4761-5.4785-7.7769-5.4785s-6.3538,2.1499-7.7769,5.4785l-.2231.5215.2231.5215c1.4231,3.3287,4.4761,5.4785,7.7769,5.4785s6.354-2.1499,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z"
2013
+ })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2014
+ d: "m14,28h-5V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h5v-2ZM9,4h14v2h-14v-2Z"
1997
2015
  })), children);
1998
2016
  });
1999
2017
  if (process.env.NODE_ENV !== "production") {
2000
- Music.propTypes = iconPropTypes4cbeb95d.i;
2018
+ MobileView.propTypes = iconPropTypes4cbeb95d.i;
2001
2019
  }
2002
- const MusicAdd = /*#__PURE__*/React.forwardRef(function MusicAdd(_ref82, ref) {
2020
+ const MobileViewOrientation = /*#__PURE__*/React.forwardRef(function MobileViewOrientation(_ref82, ref) {
2003
2021
  let {
2004
2022
  children,
2005
2023
  size = 16,
@@ -2014,13 +2032,17 @@ const MusicAdd = /*#__PURE__*/React.forwardRef(function MusicAdd(_ref82, ref) {
2014
2032
  fill: "currentColor",
2015
2033
  ...rest
2016
2034
  }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2017
- d: "M30 6L26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6zM24 15v7.5562A3.9552 3.9552 0 0022 22a4 4 0 104 4V15zM22 28a2 2 0 112-2A2.0027 2.0027 0 0122 28zM17 6H10A2.002 2.002 0 008 8V22.5562A3.9557 3.9557 0 006 22a4 4 0 104 4V8h7zM6 28a2 2 0 112-2A2.0023 2.0023 0 016 28z"
2035
+ d: "m28,12h-8v2h8v14h-8v2h8c1.1025,0,2-.897,2-2v-14c0-1.1025-.8975-2-2-2Z"
2036
+ })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2037
+ d: "m19,16l-1.4141,1.4141,2.5859,2.5859h-4.1719c-2.2056,0-4-1.7944-4-4v-2h-2v2c0,3.3086,2.6917,6,6,6h4.1719l-2.5859,2.5859,1.4141,1.4141,5-5-5-5Z"
2038
+ })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2039
+ d: "m12,28h-6V8h16v-4c0-1.103-.8975-2-2-2H6c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h6v-2ZM6,4h14v2H6v-2Z"
2018
2040
  })), children);
2019
2041
  });
2020
2042
  if (process.env.NODE_ENV !== "production") {
2021
- MusicAdd.propTypes = iconPropTypes4cbeb95d.i;
2043
+ MobileViewOrientation.propTypes = iconPropTypes4cbeb95d.i;
2022
2044
  }
2023
- const MusicRemove = /*#__PURE__*/React.forwardRef(function MusicRemove(_ref83, ref) {
2045
+ const MobilityServices = /*#__PURE__*/React.forwardRef(function MobilityServices(_ref83, ref) {
2024
2046
  let {
2025
2047
  children,
2026
2048
  size = 16,
@@ -2034,14 +2056,14 @@ const MusicRemove = /*#__PURE__*/React.forwardRef(function MusicRemove(_ref83, r
2034
2056
  viewBox: "0 0 32 32",
2035
2057
  fill: "currentColor",
2036
2058
  ...rest
2037
- }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2038
- d: "M26.41 7L30 3.41 28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7zM24 15v7.5562A3.9552 3.9552 0 0022 22a4 4 0 104 4V15zM22 28a2 2 0 112-2A2.0027 2.0027 0 0122 28zM17 6H10A2.002 2.002 0 008 8V22.5562A3.9557 3.9557 0 006 22a4 4 0 104 4V8h7zM6 28a2 2 0 112-2A2.0023 2.0023 0 016 28z"
2059
+ }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2060
+ d: "M29.3379 19.9336l-7.7324-2.7783L18.374 13.0967A2.99 2.99 0 0016.0537 12H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 17.2949A4.9884 4.9884 0 002 20.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V20.875A1 1 0 0029.3379 19.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V20.1074A2.9977 2.9977 0 014.52 18.4189l2.711-3.9814A.9992.9992 0 018.0576 14h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 21.5781zM28 2H24a2.0023 2.0023 0 00-2 2v8a2.0023 2.0023 0 002 2h4a2.0023 2.0023 0 002-2V4A2.0023 2.0023 0 0028 2zm0 2V6H24V4zm-4 8V8h4v4z"
2039
2061
  })), children);
2040
2062
  });
2041
2063
  if (process.env.NODE_ENV !== "production") {
2042
- MusicRemove.propTypes = iconPropTypes4cbeb95d.i;
2064
+ MobilityServices.propTypes = iconPropTypes4cbeb95d.i;
2043
2065
  }
2044
- const Mysql = /*#__PURE__*/React.forwardRef(function Mysql(_ref84, ref) {
2066
+ const Model = /*#__PURE__*/React.forwardRef(function Model(_ref84, ref) {
2045
2067
  let {
2046
2068
  children,
2047
2069
  size = 16,
@@ -2055,14 +2077,15 @@ const Mysql = /*#__PURE__*/React.forwardRef(function Mysql(_ref84, ref) {
2055
2077
  viewBox: "0 0 32 32",
2056
2078
  fill: "currentColor",
2057
2079
  ...rest
2058
- }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2059
- d: "M28.2471 11.9248h3.1748l-4.6465 13.938c-.3066.9351-.7402 1.6255-1.2998 2.0703-.5596.4443-1.3604.667-2.4033.667h-2.1162v-2.645h2.2773l.4141-1.334-4.2324-12.6963h3.3818l1.7705 5.6353.874 3.4961h.1377l.8975-3.4961 1.7705-5.6353zM14.2178 13.4658L14.1484 13.4658 12.9756 15.812 9.8477 21.4932 6.7891 15.835 5.5693 13.3052 5.501 13.3052 5.501 24 2.2119 24 2.2119 7.9458 5.915 7.9458 9.8477 15.4668 9.8936 15.4668 13.7812 7.9458 17.5068 7.9458 17.5068 24 14.2178 24 14.2178 13.4658z"
2080
+ }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2081
+ strokeWidth: "0",
2082
+ d: "m29,24.1841V7.8159c1.1616-.4146,2-1.5142,2-2.8159,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,.3916.0806.7632.2173,1.106l-9.2173,8.0654L6.7827,6.1064c.137-.3433.2173-.7148.2173-1.1064,0-1.6543-1.3457-3-3-3S1,3.3457,1,5c0,1.3018.8384,2.4014,2,2.8154v16.3691c-1.1616.4141-2,1.5137-2,2.8154,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-.6665-.2258-1.2769-.5952-1.7754l5.3335-4.667,2.3645,4.1377c-.6677.5508-1.1028,1.3735-1.1028,2.3047,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-.9312-.4353-1.7539-1.1028-2.3047l2.3645-4.1377,5.3335,4.667c-.3694.4985-.5952,1.1089-.5952,1.7754,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3018-.8384-2.4014-2-2.8159Zm-1-20.1841c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm-3.822,5.6729l-4.4397,7.7695-2.2197-1.9424,6.6594-5.8271Zm-9.6965,5.8271l-2.22,1.9424-4.4397-7.7695,6.6597,5.8271ZM4,4c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm0,24c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm1-4.2036v-15.0308l5.7261,10.0205-5.7261,5.0103Zm11,4.2036c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm0-4.0151l-2.7261-4.771,2.7261-2.3853,2.7261,2.3853-2.7261,4.771Zm11-15.2197v15.0312l-5.7261-5.0103,5.7261-10.021Zm1,19.2349c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
2060
2083
  })), children);
2061
2084
  });
2062
2085
  if (process.env.NODE_ENV !== "production") {
2063
- Mysql.propTypes = iconPropTypes4cbeb95d.i;
2086
+ Model.propTypes = iconPropTypes4cbeb95d.i;
2064
2087
  }
2065
- const NameSpace = /*#__PURE__*/React.forwardRef(function NameSpace(_ref85, ref) {
2088
+ const ModelAlt = /*#__PURE__*/React.forwardRef(function ModelAlt(_ref85, ref) {
2066
2089
  let {
2067
2090
  children,
2068
2091
  size = 16,
@@ -2076,14 +2099,14 @@ const NameSpace = /*#__PURE__*/React.forwardRef(function NameSpace(_ref85, ref)
2076
2099
  viewBox: "0 0 32 32",
2077
2100
  fill: "currentColor",
2078
2101
  ...rest
2079
- }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2080
- d: "M7 12H4a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 014 4H7V6H4v4H7zM9 10H15V12H9zM17 10H23V12H17zM28 12H25V10h3V6H25V4h3a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 12zM17 4H23V6H17zM9 4H15V6H9zM28 28H4a2.0023 2.0023 0 01-2-2V22a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 28zM4 22v4H28V22zM2 15H30V17H2z"
2102
+ }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2103
+ d: "M28.4473,16.1055,23,13.3818V7a1,1,0,0,0-.5527-.8945l-6-3a1.0008,1.0008,0,0,0-.8946,0l-6,3A1,1,0,0,0,9,7v6.3818L3.5527,16.1055A1,1,0,0,0,3,17v7a1,1,0,0,0,.5527.8945l6,3a1.001,1.001,0,0,0,.8946,0L16,25.1182l5.5527,2.7763a1.001,1.001,0,0,0,.8946,0l6-3A1,1,0,0,0,29,24V17A1,1,0,0,0,28.4473,16.1055ZM21,13.3818l-4,2V10.6182l4-2ZM16,5.1182,19.7637,7,16,8.8818,12.2363,7Zm-5,3.5,4,2v4.7636l-4-2ZM9,25.3818l-4-2V18.6182l4,2Zm1-6.5L6.2363,17,10,15.1182,13.7637,17Zm1,1.7364,4-2v4.7636l-4,2Zm10,4.7636-4-2V18.6182l4,2Zm1-6.5L18.2363,17,22,15.1182,25.7637,17Zm5,4.5-4,2V20.6182l4-2Z"
2081
2104
  })), children);
2082
2105
  });
2083
2106
  if (process.env.NODE_ENV !== "production") {
2084
- NameSpace.propTypes = iconPropTypes4cbeb95d.i;
2107
+ ModelAlt.propTypes = iconPropTypes4cbeb95d.i;
2085
2108
  }
2086
- const NavaidCivil = /*#__PURE__*/React.forwardRef(function NavaidCivil(_ref86, ref) {
2109
+ const ModelFoundation = /*#__PURE__*/React.forwardRef(function ModelFoundation(_ref86, ref) {
2087
2110
  let {
2088
2111
  children,
2089
2112
  size = 16,
@@ -2097,14 +2120,15 @@ const NavaidCivil = /*#__PURE__*/React.forwardRef(function NavaidCivil(_ref86, r
2097
2120
  viewBox: "0 0 32 32",
2098
2121
  fill: "currentColor",
2099
2122
  ...rest
2100
- }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2101
- d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
2123
+ }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2124
+ strokeWidth: "0",
2125
+ d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2h-5.7703l7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8385,2.8157-2h5.7703l-7.3005,7.3006c-.3911-.1871-.8237-.3006-1.2854-.3006-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8385,2.8157-2h16.3687c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-.4617,0-.8943.1135-1.2854.3006l-7.3005-7.3006h5.7703c.4141,1.1615,1.5137,2,2.8157,2Zm0-4c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM7.8157,6h16.3687c.0349.0976.072.1927.1162.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0815-.1877.1162-.2853Zm19.1843-2c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1Zm-23,1c0-.5513.4482-1,1-1s1,.4487,1,1-.4482,1-1,1-1-.4487-1-1Zm1,12c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1Zm19.1843,9H7.8157c-.0347-.0976-.072-.1927-.1162-.2853l8.3005-8.3006,8.3005,8.3006c-.0442.0927-.0815.1877-.1162.2853Zm-19.1843,2c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1Zm23-1c0,.5513-.4482,1-1,1s-1-.4487-1-1,.4482-1,1-1,1,.4487,1,1Z"
2102
2126
  })), children);
2103
2127
  });
2104
2128
  if (process.env.NODE_ENV !== "production") {
2105
- NavaidCivil.propTypes = iconPropTypes4cbeb95d.i;
2129
+ ModelFoundation.propTypes = iconPropTypes4cbeb95d.i;
2106
2130
  }
2107
- const NavaidDme = /*#__PURE__*/React.forwardRef(function NavaidDme(_ref87, ref) {
2131
+ const ModelReference = /*#__PURE__*/React.forwardRef(function ModelReference(_ref87, ref) {
2108
2132
  let {
2109
2133
  children,
2110
2134
  size = 16,
@@ -2118,18 +2142,18 @@ const NavaidDme = /*#__PURE__*/React.forwardRef(function NavaidDme(_ref87, ref)
2118
2142
  viewBox: "0 0 32 32",
2119
2143
  fill: "currentColor",
2120
2144
  ...rest
2121
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2122
- d: "M16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,16,14Z"
2123
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2124
- d: "M24,24H8a2.0021,2.0021,0,0,1-2-2V10A2.0021,2.0021,0,0,1,8,8H24a2.0021,2.0021,0,0,1,2,2V22A2.0021,2.0021,0,0,1,24,24ZM8,10V22H24V10Z"
2125
- })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2126
- d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
2145
+ }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2146
+ strokeWidth: "0",
2147
+ d: "M4 20L4 22 8.5859 22 2 28.5859 3.4141 30 10 23.4141 10 28 12 28 12 20 4 20z"
2148
+ })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2149
+ strokeWidth: "0",
2150
+ d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2h-5.7703l7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3v1h2v-1c0-.5513.4482-1,1-1s1,.4487,1,1v1h9.5859l8.7146,8.7147c-.0442.0927-.0815.1877-.1162.2853h-10.1843v2h10.1843c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-.4617,0-.8943.1135-1.2854.3006l-7.3005-7.3006h5.7703c.4141,1.1615,1.5137,2,2.8157,2Zm1,8c0,.5513-.4482,1-1,1s-1-.4487-1-1,.4482-1,1-1,1,.4487,1,1Zm-1-12c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM7.8157,6h16.3687c.0349.0976.072.1927.1162.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0815-.1877.1162-.2853Zm19.1843-2c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM4,5c0-.5513.4482-1,1-1s1,.4487,1,1-.4482,1-1,1-1-.4487-1-1Z"
2127
2151
  })), children);
2128
2152
  });
2129
2153
  if (process.env.NODE_ENV !== "production") {
2130
- NavaidDme.propTypes = iconPropTypes4cbeb95d.i;
2154
+ ModelReference.propTypes = iconPropTypes4cbeb95d.i;
2131
2155
  }
2132
- const NavaidHelipad = /*#__PURE__*/React.forwardRef(function NavaidHelipad(_ref88, ref) {
2156
+ const ModelTuned = /*#__PURE__*/React.forwardRef(function ModelTuned(_ref88, ref) {
2133
2157
  let {
2134
2158
  children,
2135
2159
  size = 16,
@@ -2143,16 +2167,18 @@ const NavaidHelipad = /*#__PURE__*/React.forwardRef(function NavaidHelipad(_ref8
2143
2167
  viewBox: "0 0 32 32",
2144
2168
  fill: "currentColor",
2145
2169
  ...rest
2146
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2147
- d: "M18 9L18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z"
2148
- })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2149
- 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"
2170
+ }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2171
+ strokeWidth: "0",
2172
+ d: "M24 30v-2.2773c.5952-.3464 1-.9841 1-1.7227s-.4048-1.3762-1-1.7227v-4.2773h-2v4.2773c-.5952.3464-1 .9844-1 1.7227s.4048 1.3762 1 1.7227v2.2773h2zM31 24c0-.7383-.4048-1.376-1-1.7227v-2.2773h-2v2.2773c-.5952.3467-1 .9844-1 1.7227s.4048 1.376 1 1.7227v4.2773h2v-4.2773c.5952-.3467 1-.9844 1-1.7227z"
2173
+ })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2174
+ strokeWidth: "0",
2175
+ d: "m7.8157,17h5.7703s-7.3005,7.3006-7.3005,7.3006c-.3911-.1871-.8237-.3006-1.2854-.3006-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,1.302,0,2.4016-.8385,2.8157-2h10.1843s0-2,0-2H7.8157c-.0347-.0976-.072-.1927-.1162-.2853l8.7146-8.7147h9.5859s0-1,0-1c0-.5513.4482-1,1-1s1,.4487,1,1v1s2,0,2,0v-1c0-1.6543-1.3457-3-3-3-1.302,0-2.4016.8385-2.8157,2h-5.7703s7.3005-7.3006,7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3,0-1.6543-1.3457-3-3-3-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,1.302,0,2.4016-.8385,2.8157-2Zm-2.8157,9c.5518,0,1,.4487,1,1,0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1Zm1-10c0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1s1,.4487,1,1ZM24.3005,6.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0813-.1877.1162-.2853h16.3687c.0347.0976.072.1927.1162.2853Zm-18.3005-1.2853c0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1s1,.4487,1,1Zm21,1c-.5518,0-1-.4487-1-1,0-.5513.4482-1,1-1s1,.4487,1,1c0,.5513-.4482,1-1,1Z"
2150
2176
  })), children);
2151
2177
  });
2152
2178
  if (process.env.NODE_ENV !== "production") {
2153
- NavaidHelipad.propTypes = iconPropTypes4cbeb95d.i;
2179
+ ModelTuned.propTypes = iconPropTypes4cbeb95d.i;
2154
2180
  }
2155
- const NavaidMilitary = /*#__PURE__*/React.forwardRef(function NavaidMilitary(_ref89, ref) {
2181
+ const ModelBuilder = /*#__PURE__*/React.forwardRef(function ModelBuilder(_ref89, ref) {
2156
2182
  let {
2157
2183
  children,
2158
2184
  size = 16,
@@ -2166,20 +2192,14 @@ const NavaidMilitary = /*#__PURE__*/React.forwardRef(function NavaidMilitary(_re
2166
2192
  viewBox: "0 0 32 32",
2167
2193
  fill: "currentColor",
2168
2194
  ...rest
2169
- }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2170
- 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"
2171
- })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2172
- d: "M16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Zm0-14a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,10Z"
2173
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
2174
- cx: "16",
2175
- cy: "16",
2176
- r: "2"
2195
+ }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2196
+ d: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12v8A3.0037,3.0037,0,0,1,13,23H10V20H2v8h8V25H13A5.0062,5.0062,0,0,0,18,20V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8ZM8,26H4V22H8ZM28,10H24V6h4Z"
2177
2197
  })), children);
2178
2198
  });
2179
2199
  if (process.env.NODE_ENV !== "production") {
2180
- NavaidMilitary.propTypes = iconPropTypes4cbeb95d.i;
2200
+ ModelBuilder.propTypes = iconPropTypes4cbeb95d.i;
2181
2201
  }
2182
- const NavaidMilitaryCivil = /*#__PURE__*/React.forwardRef(function NavaidMilitaryCivil(_ref90, ref) {
2202
+ const ModelBuilderReference = /*#__PURE__*/React.forwardRef(function ModelBuilderReference(_ref90, ref) {
2183
2203
  let {
2184
2204
  children,
2185
2205
  size = 16,
@@ -2194,15 +2214,15 @@ const NavaidMilitaryCivil = /*#__PURE__*/React.forwardRef(function NavaidMilitar
2194
2214
  fill: "currentColor",
2195
2215
  ...rest
2196
2216
  }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2197
- d: "M16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Zm0-14a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,10Z"
2217
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
2198
2218
  })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2199
- d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
2219
+ d: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12V28h2V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8Zm20,0H24V6h4Z"
2200
2220
  })), children);
2201
2221
  });
2202
2222
  if (process.env.NODE_ENV !== "production") {
2203
- NavaidMilitaryCivil.propTypes = iconPropTypes4cbeb95d.i;
2223
+ ModelBuilderReference.propTypes = iconPropTypes4cbeb95d.i;
2204
2224
  }
2205
- const NavaidNdb = /*#__PURE__*/React.forwardRef(function NavaidNdb(_ref91, ref) {
2225
+ const Money = /*#__PURE__*/React.forwardRef(function Money(_ref91, ref) {
2206
2226
  let {
2207
2227
  children,
2208
2228
  size = 16,
@@ -2217,49 +2237,15 @@ const NavaidNdb = /*#__PURE__*/React.forwardRef(function NavaidNdb(_ref91, ref)
2217
2237
  fill: "currentColor",
2218
2238
  ...rest
2219
2239
  }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2220
- d: "M16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Zm0-14a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,10Z"
2221
- })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
2222
- cx: "16",
2223
- cy: "16",
2224
- r: "2"
2225
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
2226
- cx: "16",
2227
- cy: "4",
2228
- r: "2"
2229
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
2230
- cx: "16",
2231
- cy: "28",
2232
- r: "2"
2233
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
2234
- cx: "28",
2235
- cy: "16",
2236
- r: "2"
2237
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
2238
- cx: "4",
2239
- cy: "16",
2240
- r: "2"
2241
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
2242
- cx: "7.515",
2243
- cy: "7.515",
2244
- r: "2"
2245
- })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2246
- cx: "24.485",
2247
- cy: "24.485",
2248
- r: "2"
2249
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2250
- cx: "24.485",
2251
- cy: "7.515",
2252
- r: "2"
2253
- })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
2254
- cx: "7.515",
2255
- cy: "24.485",
2256
- r: "2"
2240
+ d: "M2 22H30V24H2zM2 26H30V28H2zM24 10a2 2 0 102 2 2 2 0 00-2-2zM16 16a4 4 0 114-4A4.0045 4.0045 0 0116 16zm0-6a2 2 0 102 2A2.002 2.002 0 0016 10zM8 10a2 2 0 102 2 2 2 0 00-2-2z"
2241
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2242
+ d: "M28,20H4a2.0051,2.0051,0,0,1-2-2V6A2.0051,2.0051,0,0,1,4,4H28a2.0051,2.0051,0,0,1,2,2V18A2.0027,2.0027,0,0,1,28,20ZM28,6H4V18H28Z"
2257
2243
  })), children);
2258
2244
  });
2259
2245
  if (process.env.NODE_ENV !== "production") {
2260
- NavaidNdb.propTypes = iconPropTypes4cbeb95d.i;
2246
+ Money.propTypes = iconPropTypes4cbeb95d.i;
2261
2247
  }
2262
- const NavaidNdbDme = /*#__PURE__*/React.forwardRef(function NavaidNdbDme(_ref92, ref) {
2248
+ const Monster = /*#__PURE__*/React.forwardRef(function Monster(_ref92, ref) {
2263
2249
  let {
2264
2250
  children,
2265
2251
  size = 16,
@@ -2273,82 +2259,18 @@ const NavaidNdbDme = /*#__PURE__*/React.forwardRef(function NavaidNdbDme(_ref92,
2273
2259
  viewBox: "0 0 32 32",
2274
2260
  fill: "currentColor",
2275
2261
  ...rest
2276
- }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2277
- d: "M4 12H2V4A2.0021 2.0021 0 014 2h8V4H4zM12 30H4a2.0021 2.0021 0 01-2-2V20H4v8h8zM28 30H20V28h8V20h2v8A2.0021 2.0021 0 0128 30zM30 12H28V4H20V2h8a2.0021 2.0021 0 012 2zM16 22a6 6 0 116-6A6.0067 6.0067 0 0116 22zm0-10a4 4 0 104 4A4.0045 4.0045 0 0016 12z"
2278
- })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
2279
- cx: "16",
2280
- cy: "16",
2281
- r: "2"
2282
- })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
2283
- cx: "16",
2284
- cy: "7",
2285
- r: "1"
2286
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
2287
- cx: "16",
2288
- cy: "3",
2289
- r: "1"
2290
- })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2291
- cx: "16",
2292
- cy: "25",
2293
- r: "1"
2294
- })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
2295
- cx: "16",
2296
- cy: "29",
2297
- r: "1"
2298
- })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
2299
- cx: "25",
2300
- cy: "16",
2301
- r: "1"
2302
- })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
2303
- cx: "29",
2304
- cy: "16",
2305
- r: "1"
2306
- })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
2307
- cx: "7",
2308
- cy: "16",
2309
- r: "1"
2310
- })), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2311
- cx: "3",
2312
- cy: "16",
2313
- r: "1"
2314
- })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
2315
- cx: "9.636",
2316
- cy: "9.636",
2317
- r: "1"
2318
- })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
2319
- cx: "7",
2320
- cy: "7",
2321
- r: "1"
2322
- })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
2323
- cx: "22.364",
2324
- cy: "22.364",
2325
- r: "1"
2326
- })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
2327
- cx: "25",
2328
- cy: "25",
2329
- r: "1"
2330
- })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
2331
- cx: "22.364",
2332
- cy: "9.636",
2333
- r: "1"
2334
- })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
2335
- cx: "25",
2336
- cy: "7",
2337
- r: "1"
2338
- })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
2339
- cx: "9.636",
2340
- cy: "22.364",
2341
- r: "1"
2342
- })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
2343
- cx: "7",
2344
- cy: "25",
2345
- r: "1"
2262
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2263
+ d: "M23 22L21 22 21 20 19 20 19 22 17 22 17 20 15 20 15 22 13 22 13 20 11 20 11 22 9 22 9 24 11 24 11 26 13 26 13 24 15 24 15 26 17 26 17 24 19 24 19 26 21 26 21 24 23 24 23 22z"
2264
+ })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2265
+ d: "M28,11H27V4a2.0025,2.0025,0,0,0-2-2H7A2.0025,2.0025,0,0,0,5,4v7H4a2.0025,2.0025,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2H5v4a7.0078,7.0078,0,0,0,7,7h8a7.0078,7.0078,0,0,0,7-7V19h1a2.0025,2.0025,0,0,0,2-2V13A2.0025,2.0025,0,0,0,28,11ZM25,4V7.3818L22.4473,6.1055a1.0008,1.0008,0,0,0-.8946,0L18,7.8818,14.4473,6.1055a1.0008,1.0008,0,0,0-.8946,0L10,7.8818l-3-1.5V4Zm3,13H25v6a5.0057,5.0057,0,0,1-5,5H12a5.0057,5.0057,0,0,1-5-5V17H4V13H7V8.6182L9.5527,9.8945a1.0008,1.0008,0,0,0,.8946,0L14,8.1182l3.5527,1.7763a1.001,1.001,0,0,0,.8946,0L22,8.1182l3,1.5V13h3Z"
2266
+ })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2267
+ d: "M9 14H14V16H9zM18 14H23V16H18z"
2346
2268
  })), children);
2347
2269
  });
2348
2270
  if (process.env.NODE_ENV !== "production") {
2349
- NavaidNdbDme.propTypes = iconPropTypes4cbeb95d.i;
2271
+ Monster.propTypes = iconPropTypes4cbeb95d.i;
2350
2272
  }
2351
- const NavaidPrivate = /*#__PURE__*/React.forwardRef(function NavaidPrivate(_ref93, ref) {
2273
+ const Monument = /*#__PURE__*/React.forwardRef(function Monument(_ref93, ref) {
2352
2274
  let {
2353
2275
  children,
2354
2276
  size = 16,
@@ -2362,16 +2284,14 @@ const NavaidPrivate = /*#__PURE__*/React.forwardRef(function NavaidPrivate(_ref9
2362
2284
  viewBox: "0 0 32 32",
2363
2285
  fill: "currentColor",
2364
2286
  ...rest
2365
- }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2366
- d: "M20,15V11a2.0023,2.0023,0,0,0-2-2H12V23h2V17h1.4807l2.3345,6H19.96l-2.333-6H18A2.0027,2.0027,0,0,0,20,15Zm-6-4h4v4H14Z"
2367
- })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2368
- 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"
2287
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2288
+ d: "M20,28V6L16,2,12,6V28H2v2H30V28Zm-6,0V6.8281l2-2,2,2V28Z"
2369
2289
  })), children);
2370
2290
  });
2371
2291
  if (process.env.NODE_ENV !== "production") {
2372
- NavaidPrivate.propTypes = iconPropTypes4cbeb95d.i;
2292
+ Monument.propTypes = iconPropTypes4cbeb95d.i;
2373
2293
  }
2374
- const NavaidSeaplane = /*#__PURE__*/React.forwardRef(function NavaidSeaplane(_ref94, ref) {
2294
+ const Moon = /*#__PURE__*/React.forwardRef(function Moon(_ref94, ref) {
2375
2295
  let {
2376
2296
  children,
2377
2297
  size = 16,
@@ -2385,16 +2305,14 @@ const NavaidSeaplane = /*#__PURE__*/React.forwardRef(function NavaidSeaplane(_re
2385
2305
  viewBox: "0 0 32 32",
2386
2306
  fill: "currentColor",
2387
2307
  ...rest
2388
- }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2389
- d: "M20,18a3.9962,3.9962,0,0,1-3,3.8579V17h2V15H17V13.8159a3.0007,3.0007,0,1,0-2,0V15H13v2h2v4.8579A3.9962,3.9962,0,0,1,12,18H10a6,6,0,0,0,12,0Zm-4-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,16,10Z"
2390
- })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2391
- d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
2308
+ }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2309
+ d: "M13.5025,5.4136A15.0755,15.0755,0,0,0,25.096,23.6082a11.1134,11.1134,0,0,1-7.9749,3.3893c-.1385,0-.2782.0051-.4178,0A11.0944,11.0944,0,0,1,13.5025,5.4136M14.98,3a1.0024,1.0024,0,0,0-.1746.0156A13.0959,13.0959,0,0,0,16.63,28.9973c.1641.006.3282,0,.4909,0a13.0724,13.0724,0,0,0,10.702-5.5556,1.0094,1.0094,0,0,0-.7833-1.5644A13.08,13.08,0,0,1,15.8892,4.38,1.0149,1.0149,0,0,0,14.98,3Z"
2392
2310
  })), children);
2393
2311
  });
2394
2312
  if (process.env.NODE_ENV !== "production") {
2395
- NavaidSeaplane.propTypes = iconPropTypes4cbeb95d.i;
2313
+ Moon.propTypes = iconPropTypes4cbeb95d.i;
2396
2314
  }
2397
- const NavaidTacan = /*#__PURE__*/React.forwardRef(function NavaidTacan(_ref95, ref) {
2315
+ const Moonrise = /*#__PURE__*/React.forwardRef(function Moonrise(_ref95, ref) {
2398
2316
  let {
2399
2317
  children,
2400
2318
  size = 16,
@@ -2408,18 +2326,14 @@ const NavaidTacan = /*#__PURE__*/React.forwardRef(function NavaidTacan(_ref95, r
2408
2326
  viewBox: "0 0 32 32",
2409
2327
  fill: "currentColor",
2410
2328
  ...rest
2411
- }, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
2412
- cx: "16",
2413
- cy: "14",
2414
- r: "2"
2415
- })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2416
- d: "M20,28H12a1,1,0,0,1-1-1V21.2656L7.2612,14.7231,2.4854,11.8574a1,1,0,0,1-.3536-1.3535l4-7a1,1,0,0,1,1.3828-.3613L12.2769,6h7.4462l4.7623-2.8574a1,1,0,0,1,1.3828.3613l4,7a1,1,0,0,1-.3536,1.3535l-4.7758,2.8657L21,21.2656V27A1,1,0,0,1,20,28Zm-7-2h6V20.7346l4.2616-7.4578,4.3844-2.6306L24.6387,5.3831,20.277,8H11.723L7.3613,5.3831,4.354,10.6462l4.3844,2.6306L13,20.7346Z"
2329
+ }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2330
+ d: "M2 28H30V30H2zM26 26H24a7.987 7.987 0 00-2.0371-5.3335l1.49-1.334A9.9835 9.9835 0 0126 26zM16 26H14a9.9268 9.9268 0 013.7539-7.804A7.89 7.89 0 0016 18a8.0092 8.0092 0 00-8 8H6A10.0113 10.0113 0 0116 16a9.8923 9.8923 0 014.4458 1.0515 1 1 0 010 1.79A7.9567 7.9567 0 0016 26zM16 2L11 7 12.41 8.41 15 5.83 15 6 15 14 17 14 17 6 17 5.83 19.59 8.41 21 7 16 2z"
2417
2331
  })), children);
2418
2332
  });
2419
2333
  if (process.env.NODE_ENV !== "production") {
2420
- NavaidTacan.propTypes = iconPropTypes4cbeb95d.i;
2334
+ Moonrise.propTypes = iconPropTypes4cbeb95d.i;
2421
2335
  }
2422
- const NavaidVhfor = /*#__PURE__*/React.forwardRef(function NavaidVhfor(_ref96, ref) {
2336
+ const Moonset = /*#__PURE__*/React.forwardRef(function Moonset(_ref96, ref) {
2423
2337
  let {
2424
2338
  children,
2425
2339
  size = 16,
@@ -2433,16 +2347,14 @@ const NavaidVhfor = /*#__PURE__*/React.forwardRef(function NavaidVhfor(_ref96, r
2433
2347
  viewBox: "0 0 32 32",
2434
2348
  fill: "currentColor",
2435
2349
  ...rest
2436
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2437
- d: "M22,28H10a1,1,0,0,1-.8438-.4631l-7-11a1,1,0,0,1,0-1.0738l7-11A1,1,0,0,1,10,4H22a1,1,0,0,1,.8438.4631l7,11a1,1,0,0,1,0,1.0738l-7,11A1,1,0,0,1,22,28ZM10.5488,26H21.4512l6.3633-10L21.4512,6H10.5488L4.1855,16Z"
2438
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2439
- d: "M19.5,24h-7a1.0005,1.0005,0,0,1-.8413-.4592l-4.5-7a1.0016,1.0016,0,0,1,0-1.0816l4.5-7A1.0005,1.0005,0,0,1,12.5,8h7a1.0005,1.0005,0,0,1,.8413.4592l4.5,7a1.0016,1.0016,0,0,1,0,1.0816l-4.5,7A1.0005,1.0005,0,0,1,19.5,24Zm-6.4541-2h5.9082l3.8569-6-3.8569-6H13.0459L9.189,16Z"
2350
+ }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2351
+ d: "M2 28H30V30H2zM26 26H24a7.987 7.987 0 00-2.0371-5.3335l1.49-1.334A9.9835 9.9835 0 0126 26zM16 26H14a9.9268 9.9268 0 013.7539-7.804A7.89 7.89 0 0016 18a8.0092 8.0092 0 00-8 8H6A10.0113 10.0113 0 0116 16a9.8923 9.8923 0 014.4458 1.0515 1 1 0 010 1.79A7.9567 7.9567 0 0016 26zM16 14L11 9 12.41 7.59 15 10.17 15 10 15 2 17 2 17 10 17 10.17 19.59 7.59 21 9 16 14z"
2440
2352
  })), children);
2441
2353
  });
2442
2354
  if (process.env.NODE_ENV !== "production") {
2443
- NavaidVhfor.propTypes = iconPropTypes4cbeb95d.i;
2355
+ Moonset.propTypes = iconPropTypes4cbeb95d.i;
2444
2356
  }
2445
- const NavaidVor = /*#__PURE__*/React.forwardRef(function NavaidVor(_ref97, ref) {
2357
+ const MostlyCloudy = /*#__PURE__*/React.forwardRef(function MostlyCloudy(_ref97, ref) {
2446
2358
  let {
2447
2359
  children,
2448
2360
  size = 16,
@@ -2456,18 +2368,25 @@ const NavaidVor = /*#__PURE__*/React.forwardRef(function NavaidVor(_ref97, ref)
2456
2368
  viewBox: "0 0 32 32",
2457
2369
  fill: "currentColor",
2458
2370
  ...rest
2459
- }, _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
2460
- cx: "16",
2461
- cy: "16",
2462
- r: "2"
2463
- })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2464
- d: "M30.8638,15.4961l-7-12A1,1,0,0,0,23,3H9a1,1,0,0,0-.8638.4961l-7,12a1,1,0,0,0,0,1.0078l7,12A1,1,0,0,0,9,29H23a1,1,0,0,0,.8638-.4961l7-12a1,1,0,0,0,0-1.0078ZM22.4258,27H9.5742L3.1577,16,9.5742,5H22.4258l6.4165,11Z"
2371
+ }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2372
+ d: "M21.743,18.6872A6.05,6.05,0,0,0,22.8,17.6006a5.9977,5.9977,0,1,0-10.7334-4.4444,7.5568,7.5568,0,0,0-5.7158,5.0879A5.9926,5.9926,0,0,0,8,30H19a5.9854,5.9854,0,0,0,2.743-11.3128ZM18,10a4.0042,4.0042,0,0,1,4,4,3.9613,3.9613,0,0,1-.8,2.3994,4.0122,4.0122,0,0,1-.94.8917,7.5416,7.5416,0,0,0-6.1339-4.2395A3.9985,3.9985,0,0,1,18,10Zm1,18H8a3.9928,3.9928,0,0,1-.6729-7.93L7.99,19.958l.1456-.6562a5.4958,5.4958,0,0,1,10.729,0l.1464.6562.6622.1123A3.9928,3.9928,0,0,1,19,28Z",
2373
+ transform: "translate(0 .005)"
2374
+ })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2375
+ d: "M26 13.005H30V15.005H26z"
2376
+ })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2377
+ d: "M23.071 5.929H27.071V7.929H23.071z",
2378
+ transform: "rotate(-45 25.077 6.931)"
2379
+ })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2380
+ d: "M17 2.005H19V6.005H17z"
2381
+ })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2382
+ d: "M9.929 4.929H11.929V8.929H9.929z",
2383
+ transform: "rotate(-45 10.935 6.931)"
2465
2384
  })), children);
2466
2385
  });
2467
2386
  if (process.env.NODE_ENV !== "production") {
2468
- NavaidVor.propTypes = iconPropTypes4cbeb95d.i;
2387
+ MostlyCloudy.propTypes = iconPropTypes4cbeb95d.i;
2469
2388
  }
2470
- const NavaidVordme = /*#__PURE__*/React.forwardRef(function NavaidVordme(_ref98, ref) {
2389
+ const MostlyCloudyNight = /*#__PURE__*/React.forwardRef(function MostlyCloudyNight(_ref98, ref) {
2471
2390
  let {
2472
2391
  children,
2473
2392
  size = 16,
@@ -2481,18 +2400,14 @@ const NavaidVordme = /*#__PURE__*/React.forwardRef(function NavaidVordme(_ref98,
2481
2400
  viewBox: "0 0 32 32",
2482
2401
  fill: "currentColor",
2483
2402
  ...rest
2484
- }, _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
2485
- cx: "16",
2486
- cy: "16",
2487
- r: "2"
2488
- })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2489
- d: "M30,6a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,6V26a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2Zm-2,6.9258L22.9636,6H28ZM27.7637,16,20.491,26H11.509L4.2363,16,11.509,6h8.982ZM9.0364,6,4,12.9248V6ZM4,19.0752,9.0364,26H4ZM22.9636,26l5.0374-6.9263L28,26Z"
2403
+ }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2404
+ d: "M29.8438,15.0347a1.5169,1.5169,0,0,0-1.23-.8658,5.3547,5.3547,0,0,1-3.4094-1.7158A6.4653,6.4653,0,0,1,23.918,6.0605a1.6025,1.6025,0,0,0-.2989-1.5459,1.4543,1.4543,0,0,0-1.36-.4931l-.0191.0039a7.927,7.927,0,0,0-6.22,7.4307A7.3638,7.3638,0,0,0,13.5,11a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,28H19a5.9771,5.9771,0,0,0,5.6147-8.0884,7.5054,7.5054,0,0,0,5.1324-3.3569A1.5372,1.5372,0,0,0,29.8438,15.0347ZM19,26H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,26Zm4.4653-8.001h-.0217a5.9581,5.9581,0,0,0-2.7942-1.7549,7.5068,7.5068,0,0,0-2.6008-3.6767c-.01-.1016-.0361-.1978-.041-.3008a6.078,6.078,0,0,1,3.7907-6.05,8.4577,8.4577,0,0,0,1.94,7.5967A7.4007,7.4007,0,0,0,27.64,16.041,5.4286,5.4286,0,0,1,23.4653,17.999Z"
2490
2405
  })), children);
2491
2406
  });
2492
2407
  if (process.env.NODE_ENV !== "production") {
2493
- NavaidVordme.propTypes = iconPropTypes4cbeb95d.i;
2408
+ MostlyCloudyNight.propTypes = iconPropTypes4cbeb95d.i;
2494
2409
  }
2495
- const NavaidVortac = /*#__PURE__*/React.forwardRef(function NavaidVortac(_ref99, ref) {
2410
+ const Mountain = /*#__PURE__*/React.forwardRef(function Mountain(_ref99, ref) {
2496
2411
  let {
2497
2412
  children,
2498
2413
  size = 16,
@@ -2506,18 +2421,14 @@ const NavaidVortac = /*#__PURE__*/React.forwardRef(function NavaidVortac(_ref99,
2506
2421
  viewBox: "0 0 32 32",
2507
2422
  fill: "currentColor",
2508
2423
  ...rest
2509
- }, _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
2510
- cx: "16",
2511
- cy: "14",
2512
- r: "2"
2513
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2514
- 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"
2424
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2425
+ d: "M27.6343,26,17.7888,5.1055a2,2,0,0,0-3.5879.021L4.3657,26H2v2H30V26ZM15.99,5.979,20.9473,16.5,19,17.7979l-3-2-3,2-1.9551-1.3033ZM10.1846,18.3247,13,20.2021l3-2,3,2,2.8091-1.873L25.4233,26H6.5752Z"
2515
2426
  })), children);
2516
2427
  });
2517
2428
  if (process.env.NODE_ENV !== "production") {
2518
- NavaidVortac.propTypes = iconPropTypes4cbeb95d.i;
2429
+ Mountain.propTypes = iconPropTypes4cbeb95d.i;
2519
2430
  }
2520
- const Need = /*#__PURE__*/React.forwardRef(function Need(_ref100, ref) {
2431
+ const Mov = /*#__PURE__*/React.forwardRef(function Mov(_ref100, ref) {
2521
2432
  let {
2522
2433
  children,
2523
2434
  size = 16,
@@ -2531,14 +2442,14 @@ const Need = /*#__PURE__*/React.forwardRef(function Need(_ref100, ref) {
2531
2442
  viewBox: "0 0 32 32",
2532
2443
  fill: "currentColor",
2533
2444
  ...rest
2534
- }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2535
- 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"
2445
+ }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2446
+ d: "M28 9L26 22 24 9 22 9 24.52 23 27.48 23 30 9 28 9zM18 23H14a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0118 23zM14 11V21h4V11zM8 9L6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z"
2536
2447
  })), children);
2537
2448
  });
2538
2449
  if (process.env.NODE_ENV !== "production") {
2539
- Need.propTypes = iconPropTypes4cbeb95d.i;
2450
+ Mov.propTypes = iconPropTypes4cbeb95d.i;
2540
2451
  }
2541
- const Network_1 = /*#__PURE__*/React.forwardRef(function Network_1(_ref101, ref) {
2452
+ const Move = /*#__PURE__*/React.forwardRef(function Move(_ref101, ref) {
2542
2453
  let {
2543
2454
  children,
2544
2455
  size = 16,
@@ -2552,14 +2463,14 @@ const Network_1 = /*#__PURE__*/React.forwardRef(function Network_1(_ref101, ref)
2552
2463
  viewBox: "0 0 32 32",
2553
2464
  fill: "currentColor",
2554
2465
  ...rest
2555
- }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2556
- 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"
2466
+ }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2467
+ d: "M25 11L23.59 12.41 26.17 15 17 15 17 5.83 19.59 8.41 21 7 16 2 11 7 12.41 8.41 15 5.83 15 15 5.83 15 8.41 12.41 7 11 2 16 7 21 8.41 19.59 5.83 17 15 17 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17 17 17 26.17 17 23.59 19.59 25 21 30 16 25 11z"
2557
2468
  })), children);
2558
2469
  });
2559
2470
  if (process.env.NODE_ENV !== "production") {
2560
- Network_1.propTypes = iconPropTypes4cbeb95d.i;
2471
+ Move.propTypes = iconPropTypes4cbeb95d.i;
2561
2472
  }
2562
- const Network_2 = /*#__PURE__*/React.forwardRef(function Network_2(_ref102, ref) {
2473
+ const Movement = /*#__PURE__*/React.forwardRef(function Movement(_ref102, ref) {
2563
2474
  let {
2564
2475
  children,
2565
2476
  size = 16,
@@ -2573,14 +2484,14 @@ const Network_2 = /*#__PURE__*/React.forwardRef(function Network_2(_ref102, ref)
2573
2484
  viewBox: "0 0 32 32",
2574
2485
  fill: "currentColor",
2575
2486
  ...rest
2576
- }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2577
- 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"
2487
+ }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2488
+ d: "M24,20l-1.41,1.41L26.17,25H10a4,4,0,0,1,0-8H22A6,6,0,0,0,22,5H5.83L9.41,1.41,8,0,2,6l6,6,1.41-1.41L5.83,7H22a4,4,0,0,1,0,8H10a6,6,0,0,0,0,12H26.17l-3.58,3.59L24,32l6-6Z"
2578
2489
  })), children);
2579
2490
  });
2580
2491
  if (process.env.NODE_ENV !== "production") {
2581
- Network_2.propTypes = iconPropTypes4cbeb95d.i;
2492
+ Movement.propTypes = iconPropTypes4cbeb95d.i;
2582
2493
  }
2583
- const Network_3 = /*#__PURE__*/React.forwardRef(function Network_3(_ref103, ref) {
2494
+ const Mp3 = /*#__PURE__*/React.forwardRef(function Mp3(_ref103, ref) {
2584
2495
  let {
2585
2496
  children,
2586
2497
  size = 16,
@@ -2594,18 +2505,14 @@ const Network_3 = /*#__PURE__*/React.forwardRef(function Network_3(_ref103, ref)
2594
2505
  viewBox: "0 0 32 32",
2595
2506
  fill: "currentColor",
2596
2507
  ...rest
2597
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2598
- d: "M30 30H22V22h8zm-6-2h4V24H24zM20 27H8A6 6 0 018 15h2v2H8a4 4 0 000 8H20z"
2599
- })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2600
- d: "M20,20H12V12h8Zm-6-2h4V14H14Z"
2601
- })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2602
- d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
2508
+ }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2509
+ d: "M28 9H22v2h6v4H24v2h4v4H22v2h6a2 2 0 002-2V11A2 2 0 0028 9zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 9L6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z"
2603
2510
  })), children);
2604
2511
  });
2605
2512
  if (process.env.NODE_ENV !== "production") {
2606
- Network_3.propTypes = iconPropTypes4cbeb95d.i;
2513
+ Mp3.propTypes = iconPropTypes4cbeb95d.i;
2607
2514
  }
2608
- const Network_3Reference = /*#__PURE__*/React.forwardRef(function Network_3Reference(_ref104, ref) {
2515
+ const Mp4 = /*#__PURE__*/React.forwardRef(function Mp4(_ref104, ref) {
2609
2516
  let {
2610
2517
  children,
2611
2518
  size = 16,
@@ -2619,16 +2526,14 @@ const Network_3Reference = /*#__PURE__*/React.forwardRef(function Network_3Refer
2619
2526
  viewBox: "0 0 32 32",
2620
2527
  fill: "currentColor",
2621
2528
  ...rest
2622
- }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2623
- 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"
2624
- })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2625
- d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
2529
+ }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2530
+ d: "M28 10v8h0V10m1-1H27v8H24V9H22V19h5v4h2V19h1V17H29V9zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 9L6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z"
2626
2531
  })), children);
2627
2532
  });
2628
2533
  if (process.env.NODE_ENV !== "production") {
2629
- Network_3Reference.propTypes = iconPropTypes4cbeb95d.i;
2534
+ Mp4.propTypes = iconPropTypes4cbeb95d.i;
2630
2535
  }
2631
- const Network_4 = /*#__PURE__*/React.forwardRef(function Network_4(_ref105, ref) {
2536
+ const Mpeg = /*#__PURE__*/React.forwardRef(function Mpeg(_ref105, ref) {
2632
2537
  let {
2633
2538
  children,
2634
2539
  size = 16,
@@ -2642,26 +2547,14 @@ const Network_4 = /*#__PURE__*/React.forwardRef(function Network_4(_ref105, ref)
2642
2547
  viewBox: "0 0 32 32",
2643
2548
  fill: "currentColor",
2644
2549
  ...rest
2645
- }, _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
2646
- cx: "21",
2647
- cy: "26",
2648
- r: "2"
2649
- })), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
2650
- cx: "21",
2651
- cy: "6",
2652
- r: "2"
2653
- })), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
2654
- cx: "4",
2655
- cy: "16",
2656
- r: "2"
2657
- })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2658
- 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"
2550
+ }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2551
+ d: "M32 21H28a2.0023 2.0023 0 01-2-2V13a2.002 2.002 0 012-2h4v2H28v6h2V17H29l0-2h3zM24 13L24 11.024 18 11.024 18 21 24 21 24 19 20 19 20 17 22 17 22 15 20 15 20 13 24 13zM14 11H9V21h2V18h3a2.0027 2.0027 0 002-2V13A2.0023 2.0023 0 0014 11zm-3 5V13h3l.001 3zM7 11L5 11 3.5 15 2 11 0 11 0 21 2 21 2 14 3.5 18 5 14 5 21 7 21 7 11z"
2659
2552
  })), children);
2660
2553
  });
2661
2554
  if (process.env.NODE_ENV !== "production") {
2662
- Network_4.propTypes = iconPropTypes4cbeb95d.i;
2555
+ Mpeg.propTypes = iconPropTypes4cbeb95d.i;
2663
2556
  }
2664
- const Network_4Reference = /*#__PURE__*/React.forwardRef(function Network_4Reference(_ref106, ref) {
2557
+ const Mpg2 = /*#__PURE__*/React.forwardRef(function Mpg2(_ref106, ref) {
2665
2558
  let {
2666
2559
  children,
2667
2560
  size = 16,
@@ -2675,28 +2568,14 @@ const Network_4Reference = /*#__PURE__*/React.forwardRef(function Network_4Refer
2675
2568
  viewBox: "0 0 32 32",
2676
2569
  fill: "currentColor",
2677
2570
  ...rest
2678
- }, _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
2679
- cx: "21",
2680
- cy: "26",
2681
- r: "2"
2682
- })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2683
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
2684
- })), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
2685
- cx: "21",
2686
- cy: "6",
2687
- r: "2"
2688
- })), _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
2689
- cx: "4",
2690
- cy: "16",
2691
- r: "2"
2692
- })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2693
- 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"
2571
+ }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2572
+ d: "M32 21H26V17a2.002 2.002 0 012-2h2V13H26V11h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H28v2h4zM24 21H20a2.0023 2.0023 0 01-2-2V13a2.002 2.002 0 012-2h4v2H20v6h2V17H21l0-2h3zM14 11H9V21h2V18h3a2.0027 2.0027 0 002-2V13A2.0023 2.0023 0 0014 11zm-3 5V13h3l.001 3zM7 11L5 11 3.5 15 2 11 0 11 0 21 2 21 2 14 3.5 18 5 14 5 21 7 21 7 11z"
2694
2573
  })), children);
2695
2574
  });
2696
2575
  if (process.env.NODE_ENV !== "production") {
2697
- Network_4Reference.propTypes = iconPropTypes4cbeb95d.i;
2576
+ Mpg2.propTypes = iconPropTypes4cbeb95d.i;
2698
2577
  }
2699
- const NetworkAdminControl = /*#__PURE__*/React.forwardRef(function NetworkAdminControl(_ref107, ref) {
2578
+ const MultiuserDevice = /*#__PURE__*/React.forwardRef(function MultiuserDevice(_ref107, ref) {
2700
2579
  let {
2701
2580
  children,
2702
2581
  size = 16,
@@ -2711,13 +2590,13 @@ const NetworkAdminControl = /*#__PURE__*/React.forwardRef(function NetworkAdminC
2711
2590
  fill: "currentColor",
2712
2591
  ...rest
2713
2592
  }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2714
- 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"
2593
+ d: "M20,25h-6c-1.66,0-3,1.34-3,3v2h2v-2c0-.55.45-1,1-1h6c.55,0,1,.45,1,1v2h2v-2c0-1.66-1.34-3-3-3ZM13,20c0,2.21,1.79,4,4,4s4-1.79,4-4-1.79-4-4-4-4,1.79-4,4ZM19,20c0,1.1-.9,2-2,2s-2-.9-2-2,.9-2,2-2,2,.9,2,2ZM22,18c1.1,0,2,.9,2,2s-.9,2-2,2v2c2.21,0,4-1.79,4-4s-1.79-4-4-4v2ZM25,25h-1v2h1c.55,0,1,.45,1,1v2h2v-2c0-1.66-1.34-3-3-3ZM6,4h16v10h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h3v-2h-3V4Z"
2715
2594
  })), children);
2716
2595
  });
2717
2596
  if (process.env.NODE_ENV !== "production") {
2718
- NetworkAdminControl.propTypes = iconPropTypes4cbeb95d.i;
2597
+ MultiuserDevice.propTypes = iconPropTypes4cbeb95d.i;
2719
2598
  }
2720
- const NetworkEnterprise = /*#__PURE__*/React.forwardRef(function NetworkEnterprise(_ref108, ref) {
2599
+ const Music = /*#__PURE__*/React.forwardRef(function Music(_ref108, ref) {
2721
2600
  let {
2722
2601
  children,
2723
2602
  size = 16,
@@ -2732,17 +2611,13 @@ const NetworkEnterprise = /*#__PURE__*/React.forwardRef(function NetworkEnterpri
2732
2611
  fill: "currentColor",
2733
2612
  ...rest
2734
2613
  }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2735
- 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"
2736
- })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2737
- 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"
2738
- })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2739
- d: "M20 16H22V20H20zM24 16H26V20H24zM20 22H22V26H20zM24 22H26V26H24z"
2614
+ d: "M25,4H10A2.002,2.002,0,0,0,8,6V20.5563A3.9551,3.9551,0,0,0,6,20a4,4,0,1,0,4,4V12H25v8.5562A3.9545,3.9545,0,0,0,23,20a4,4,0,1,0,4,4V6A2.0023,2.0023,0,0,0,25,4ZM6,26a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,26Zm17,0a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,23,26ZM10,6H25v4H10Z"
2740
2615
  })), children);
2741
2616
  });
2742
2617
  if (process.env.NODE_ENV !== "production") {
2743
- NetworkEnterprise.propTypes = iconPropTypes4cbeb95d.i;
2618
+ Music.propTypes = iconPropTypes4cbeb95d.i;
2744
2619
  }
2745
- const NetworkOverlay = /*#__PURE__*/React.forwardRef(function NetworkOverlay(_ref109, ref) {
2620
+ const MusicAdd = /*#__PURE__*/React.forwardRef(function MusicAdd(_ref109, ref) {
2746
2621
  let {
2747
2622
  children,
2748
2623
  size = 16,
@@ -2756,16 +2631,14 @@ const NetworkOverlay = /*#__PURE__*/React.forwardRef(function NetworkOverlay(_re
2756
2631
  viewBox: "0 0 32 32",
2757
2632
  fill: "currentColor",
2758
2633
  ...rest
2759
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2760
- 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"
2761
- })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2762
- 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"
2634
+ }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2635
+ d: "M30 6L26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6zM24 15v7.5562A3.9552 3.9552 0 0022 22a4 4 0 104 4V15zM22 28a2 2 0 112-2A2.0027 2.0027 0 0122 28zM17 6H10A2.002 2.002 0 008 8V22.5562A3.9557 3.9557 0 006 22a4 4 0 104 4V8h7zM6 28a2 2 0 112-2A2.0023 2.0023 0 016 28z"
2763
2636
  })), children);
2764
2637
  });
2765
2638
  if (process.env.NODE_ENV !== "production") {
2766
- NetworkOverlay.propTypes = iconPropTypes4cbeb95d.i;
2639
+ MusicAdd.propTypes = iconPropTypes4cbeb95d.i;
2767
2640
  }
2768
- const NetworkPublic = /*#__PURE__*/React.forwardRef(function NetworkPublic(_ref110, ref) {
2641
+ const MusicRemove = /*#__PURE__*/React.forwardRef(function MusicRemove(_ref110, ref) {
2769
2642
  let {
2770
2643
  children,
2771
2644
  size = 16,
@@ -2779,16 +2652,14 @@ const NetworkPublic = /*#__PURE__*/React.forwardRef(function NetworkPublic(_ref1
2779
2652
  viewBox: "0 0 32 32",
2780
2653
  fill: "currentColor",
2781
2654
  ...rest
2782
- }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2783
- 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"
2784
- })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2785
- 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"
2655
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2656
+ d: "M26.41 7L30 3.41 28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7zM24 15v7.5562A3.9552 3.9552 0 0022 22a4 4 0 104 4V15zM22 28a2 2 0 112-2A2.0027 2.0027 0 0122 28zM17 6H10A2.002 2.002 0 008 8V22.5562A3.9557 3.9557 0 006 22a4 4 0 104 4V8h7zM6 28a2 2 0 112-2A2.0023 2.0023 0 016 28z"
2786
2657
  })), children);
2787
2658
  });
2788
2659
  if (process.env.NODE_ENV !== "production") {
2789
- NetworkPublic.propTypes = iconPropTypes4cbeb95d.i;
2660
+ MusicRemove.propTypes = iconPropTypes4cbeb95d.i;
2790
2661
  }
2791
- const NetworkInterface = /*#__PURE__*/React.forwardRef(function NetworkInterface(_ref111, ref) {
2662
+ const Mysql = /*#__PURE__*/React.forwardRef(function Mysql(_ref111, ref) {
2792
2663
  let {
2793
2664
  children,
2794
2665
  size = 16,
@@ -2802,14 +2673,14 @@ const NetworkInterface = /*#__PURE__*/React.forwardRef(function NetworkInterface
2802
2673
  viewBox: "0 0 32 32",
2803
2674
  fill: "currentColor",
2804
2675
  ...rest
2805
- }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2806
- 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"
2676
+ }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2677
+ d: "M28.2471 11.9248h3.1748l-4.6465 13.938c-.3066.9351-.7402 1.6255-1.2998 2.0703-.5596.4443-1.3604.667-2.4033.667h-2.1162v-2.645h2.2773l.4141-1.334-4.2324-12.6963h3.3818l1.7705 5.6353.874 3.4961h.1377l.8975-3.4961 1.7705-5.6353zM14.2178 13.4658L14.1484 13.4658 12.9756 15.812 9.8477 21.4932 6.7891 15.835 5.5693 13.3052 5.501 13.3052 5.501 24 2.2119 24 2.2119 7.9458 5.915 7.9458 9.8477 15.4668 9.8936 15.4668 13.7812 7.9458 17.5068 7.9458 17.5068 24 14.2178 24 14.2178 13.4658z"
2807
2678
  })), children);
2808
2679
  });
2809
2680
  if (process.env.NODE_ENV !== "production") {
2810
- NetworkInterface.propTypes = iconPropTypes4cbeb95d.i;
2681
+ Mysql.propTypes = iconPropTypes4cbeb95d.i;
2811
2682
  }
2812
- const NetworkTimeProtocol = /*#__PURE__*/React.forwardRef(function NetworkTimeProtocol(_ref112, ref) {
2683
+ const NameSpace = /*#__PURE__*/React.forwardRef(function NameSpace(_ref112, ref) {
2813
2684
  let {
2814
2685
  children,
2815
2686
  size = 16,
@@ -2823,34 +2694,19 @@ const NetworkTimeProtocol = /*#__PURE__*/React.forwardRef(function NetworkTimePr
2823
2694
  viewBox: "0 0 32 32",
2824
2695
  fill: "currentColor",
2825
2696
  ...rest
2826
- }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2827
- 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"
2697
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2698
+ d: "M7 12H4a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 014 4H7V6H4v4H7zM9 10H15V12H9zM17 10H23V12H17zM28 12H25V10h3V6H25V4h3a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 12zM17 4H23V6H17zM9 4H15V6H9zM28 28H4a2.0023 2.0023 0 01-2-2V22a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 28zM4 22v4H28V22zM2 15H30V17H2z"
2828
2699
  })), children);
2829
2700
  });
2830
2701
  if (process.env.NODE_ENV !== "production") {
2831
- NetworkTimeProtocol.propTypes = iconPropTypes4cbeb95d.i;
2702
+ NameSpace.propTypes = iconPropTypes4cbeb95d.i;
2832
2703
  }
2833
- const NewTab = /*#__PURE__*/React.forwardRef(function NewTab(_ref113, ref) {
2704
+ const NavaidCivil = /*#__PURE__*/React.forwardRef(function NavaidCivil(_ref113, ref) {
2834
2705
  let {
2835
2706
  children,
2836
2707
  size = 16,
2837
2708
  ...rest
2838
2709
  } = _ref113;
2839
- if (size === 16 || size === "16" || size === "16px") {
2840
- return /*#__PURE__*/React.createElement(Icon.default, {
2841
- width: size,
2842
- height: size,
2843
- ref: ref,
2844
- xmlns: "http://www.w3.org/2000/svg",
2845
- viewBox: "0 0 16 16",
2846
- fill: "currentColor",
2847
- ...rest
2848
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2849
- 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"
2850
- })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2851
- d: "M13 3L13 1 12 1 12 3 10 3 10 4 12 4 12 6 13 6 13 4 15 4 15 3z"
2852
- })), children);
2853
- }
2854
2710
  return /*#__PURE__*/React.createElement(Icon.default, {
2855
2711
  width: size,
2856
2712
  height: size,
@@ -2859,18 +2715,14 @@ const NewTab = /*#__PURE__*/React.forwardRef(function NewTab(_ref113, ref) {
2859
2715
  viewBox: "0 0 32 32",
2860
2716
  fill: "currentColor",
2861
2717
  ...rest
2862
- }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2863
- 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"
2864
- })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2865
- 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"
2866
- })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2867
- 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"
2718
+ }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2719
+ d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
2868
2720
  })), children);
2869
2721
  });
2870
2722
  if (process.env.NODE_ENV !== "production") {
2871
- NewTab.propTypes = iconPropTypes4cbeb95d.i;
2723
+ NavaidCivil.propTypes = iconPropTypes4cbeb95d.i;
2872
2724
  }
2873
- const NextFilled = /*#__PURE__*/React.forwardRef(function NextFilled(_ref114, ref) {
2725
+ const NavaidDme = /*#__PURE__*/React.forwardRef(function NavaidDme(_ref114, ref) {
2874
2726
  let {
2875
2727
  children,
2876
2728
  size = 16,
@@ -2884,18 +2736,18 @@ const NextFilled = /*#__PURE__*/React.forwardRef(function NextFilled(_ref114, re
2884
2736
  viewBox: "0 0 32 32",
2885
2737
  fill: "currentColor",
2886
2738
  ...rest
2887
- }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2888
- 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"
2889
- })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2890
- fill: "none",
2891
- 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",
2892
- "data-icon-path": "inner-path"
2739
+ }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2740
+ d: "M16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,16,14Z"
2741
+ })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2742
+ d: "M24,24H8a2.0021,2.0021,0,0,1-2-2V10A2.0021,2.0021,0,0,1,8,8H24a2.0021,2.0021,0,0,1,2,2V22A2.0021,2.0021,0,0,1,24,24ZM8,10V22H24V10Z"
2743
+ })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2744
+ d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
2893
2745
  })), children);
2894
2746
  });
2895
2747
  if (process.env.NODE_ENV !== "production") {
2896
- NextFilled.propTypes = iconPropTypes4cbeb95d.i;
2748
+ NavaidDme.propTypes = iconPropTypes4cbeb95d.i;
2897
2749
  }
2898
- const NextOutline = /*#__PURE__*/React.forwardRef(function NextOutline(_ref115, ref) {
2750
+ const NavaidHelipad = /*#__PURE__*/React.forwardRef(function NavaidHelipad(_ref115, ref) {
2899
2751
  let {
2900
2752
  children,
2901
2753
  size = 16,
@@ -2909,16 +2761,16 @@ const NextOutline = /*#__PURE__*/React.forwardRef(function NextOutline(_ref115,
2909
2761
  viewBox: "0 0 32 32",
2910
2762
  fill: "currentColor",
2911
2763
  ...rest
2912
- }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2913
- 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"
2914
- })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2764
+ }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2765
+ d: "M18 9L18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z"
2766
+ })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2915
2767
  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"
2916
2768
  })), children);
2917
2769
  });
2918
2770
  if (process.env.NODE_ENV !== "production") {
2919
- NextOutline.propTypes = iconPropTypes4cbeb95d.i;
2771
+ NavaidHelipad.propTypes = iconPropTypes4cbeb95d.i;
2920
2772
  }
2921
- const NoImage = /*#__PURE__*/React.forwardRef(function NoImage(_ref116, ref) {
2773
+ const NavaidMilitary = /*#__PURE__*/React.forwardRef(function NavaidMilitary(_ref116, ref) {
2922
2774
  let {
2923
2775
  children,
2924
2776
  size = 16,
@@ -2932,14 +2784,20 @@ const NoImage = /*#__PURE__*/React.forwardRef(function NoImage(_ref116, ref) {
2932
2784
  viewBox: "0 0 32 32",
2933
2785
  fill: "currentColor",
2934
2786
  ...rest
2935
- }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2936
- 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"
2787
+ }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2788
+ 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"
2789
+ })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2790
+ d: "M16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Zm0-14a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,10Z"
2791
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
2792
+ cx: "16",
2793
+ cy: "16",
2794
+ r: "2"
2937
2795
  })), children);
2938
2796
  });
2939
2797
  if (process.env.NODE_ENV !== "production") {
2940
- NoImage.propTypes = iconPropTypes4cbeb95d.i;
2798
+ NavaidMilitary.propTypes = iconPropTypes4cbeb95d.i;
2941
2799
  }
2942
- const NoTicket = /*#__PURE__*/React.forwardRef(function NoTicket(_ref117, ref) {
2800
+ const NavaidMilitaryCivil = /*#__PURE__*/React.forwardRef(function NavaidMilitaryCivil(_ref117, ref) {
2943
2801
  let {
2944
2802
  children,
2945
2803
  size = 16,
@@ -2953,32 +2811,21 @@ const NoTicket = /*#__PURE__*/React.forwardRef(function NoTicket(_ref117, ref) {
2953
2811
  viewBox: "0 0 32 32",
2954
2812
  fill: "currentColor",
2955
2813
  ...rest
2956
- }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2957
- 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"
2814
+ }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2815
+ d: "M16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Zm0-14a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,10Z"
2816
+ })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2817
+ d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
2958
2818
  })), children);
2959
2819
  });
2960
2820
  if (process.env.NODE_ENV !== "production") {
2961
- NoTicket.propTypes = iconPropTypes4cbeb95d.i;
2821
+ NavaidMilitaryCivil.propTypes = iconPropTypes4cbeb95d.i;
2962
2822
  }
2963
- const Nominal = /*#__PURE__*/React.forwardRef(function Nominal(_ref118, ref) {
2823
+ const NavaidNdb = /*#__PURE__*/React.forwardRef(function NavaidNdb(_ref118, ref) {
2964
2824
  let {
2965
2825
  children,
2966
2826
  size = 16,
2967
2827
  ...rest
2968
2828
  } = _ref118;
2969
- if (size === 16 || size === "16" || size === "16px") {
2970
- return /*#__PURE__*/React.createElement(Icon.default, {
2971
- width: size,
2972
- height: size,
2973
- ref: ref,
2974
- xmlns: "http://www.w3.org/2000/svg",
2975
- viewBox: "0 0 16 16",
2976
- fill: "currentColor",
2977
- ...rest
2978
- }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2979
- 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"
2980
- })), children);
2981
- }
2982
2829
  return /*#__PURE__*/React.createElement(Icon.default, {
2983
2830
  width: size,
2984
2831
  height: size,
@@ -2987,14 +2834,50 @@ const Nominal = /*#__PURE__*/React.forwardRef(function Nominal(_ref118, ref) {
2987
2834
  viewBox: "0 0 32 32",
2988
2835
  fill: "currentColor",
2989
2836
  ...rest
2990
- }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2991
- 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"
2837
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2838
+ d: "M16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Zm0-14a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,10Z"
2839
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
2840
+ cx: "16",
2841
+ cy: "16",
2842
+ r: "2"
2843
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
2844
+ cx: "16",
2845
+ cy: "4",
2846
+ r: "2"
2847
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
2848
+ cx: "16",
2849
+ cy: "28",
2850
+ r: "2"
2851
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
2852
+ cx: "28",
2853
+ cy: "16",
2854
+ r: "2"
2855
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
2856
+ cx: "4",
2857
+ cy: "16",
2858
+ r: "2"
2859
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
2860
+ cx: "7.515",
2861
+ cy: "7.515",
2862
+ r: "2"
2863
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2864
+ cx: "24.485",
2865
+ cy: "24.485",
2866
+ r: "2"
2867
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2868
+ cx: "24.485",
2869
+ cy: "7.515",
2870
+ r: "2"
2871
+ })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
2872
+ cx: "7.515",
2873
+ cy: "24.485",
2874
+ r: "2"
2992
2875
  })), children);
2993
2876
  });
2994
2877
  if (process.env.NODE_ENV !== "production") {
2995
- Nominal.propTypes = iconPropTypes4cbeb95d.i;
2878
+ NavaidNdb.propTypes = iconPropTypes4cbeb95d.i;
2996
2879
  }
2997
- const WatsonHealthNominate = /*#__PURE__*/React.forwardRef(function WatsonHealthNominate(_ref119, ref) {
2880
+ const NavaidNdbDme = /*#__PURE__*/React.forwardRef(function NavaidNdbDme(_ref119, ref) {
2998
2881
  let {
2999
2882
  children,
3000
2883
  size = 16,
@@ -3008,16 +2891,82 @@ const WatsonHealthNominate = /*#__PURE__*/React.forwardRef(function WatsonHealth
3008
2891
  viewBox: "0 0 32 32",
3009
2892
  fill: "currentColor",
3010
2893
  ...rest
3011
- }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
3012
- 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"
3013
- })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
3014
- 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"
2894
+ }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2895
+ d: "M4 12H2V4A2.0021 2.0021 0 014 2h8V4H4zM12 30H4a2.0021 2.0021 0 01-2-2V20H4v8h8zM28 30H20V28h8V20h2v8A2.0021 2.0021 0 0128 30zM30 12H28V4H20V2h8a2.0021 2.0021 0 012 2zM16 22a6 6 0 116-6A6.0067 6.0067 0 0116 22zm0-10a4 4 0 104 4A4.0045 4.0045 0 0016 12z"
2896
+ })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
2897
+ cx: "16",
2898
+ cy: "16",
2899
+ r: "2"
2900
+ })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
2901
+ cx: "16",
2902
+ cy: "7",
2903
+ r: "1"
2904
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
2905
+ cx: "16",
2906
+ cy: "3",
2907
+ r: "1"
2908
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2909
+ cx: "16",
2910
+ cy: "25",
2911
+ r: "1"
2912
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
2913
+ cx: "16",
2914
+ cy: "29",
2915
+ r: "1"
2916
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
2917
+ cx: "25",
2918
+ cy: "16",
2919
+ r: "1"
2920
+ })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
2921
+ cx: "29",
2922
+ cy: "16",
2923
+ r: "1"
2924
+ })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
2925
+ cx: "7",
2926
+ cy: "16",
2927
+ r: "1"
2928
+ })), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2929
+ cx: "3",
2930
+ cy: "16",
2931
+ r: "1"
2932
+ })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
2933
+ cx: "9.636",
2934
+ cy: "9.636",
2935
+ r: "1"
2936
+ })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
2937
+ cx: "7",
2938
+ cy: "7",
2939
+ r: "1"
2940
+ })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
2941
+ cx: "22.364",
2942
+ cy: "22.364",
2943
+ r: "1"
2944
+ })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
2945
+ cx: "25",
2946
+ cy: "25",
2947
+ r: "1"
2948
+ })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
2949
+ cx: "22.364",
2950
+ cy: "9.636",
2951
+ r: "1"
2952
+ })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
2953
+ cx: "25",
2954
+ cy: "7",
2955
+ r: "1"
2956
+ })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
2957
+ cx: "9.636",
2958
+ cy: "22.364",
2959
+ r: "1"
2960
+ })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
2961
+ cx: "7",
2962
+ cy: "25",
2963
+ r: "1"
3015
2964
  })), children);
3016
2965
  });
3017
2966
  if (process.env.NODE_ENV !== "production") {
3018
- WatsonHealthNominate.propTypes = iconPropTypes4cbeb95d.i;
2967
+ NavaidNdbDme.propTypes = iconPropTypes4cbeb95d.i;
3019
2968
  }
3020
- const NonCertified = /*#__PURE__*/React.forwardRef(function NonCertified(_ref120, ref) {
2969
+ const NavaidPrivate = /*#__PURE__*/React.forwardRef(function NavaidPrivate(_ref120, ref) {
3021
2970
  let {
3022
2971
  children,
3023
2972
  size = 16,
@@ -3031,16 +2980,16 @@ const NonCertified = /*#__PURE__*/React.forwardRef(function NonCertified(_ref120
3031
2980
  viewBox: "0 0 32 32",
3032
2981
  fill: "currentColor",
3033
2982
  ...rest
3034
- }, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
3035
- d: "M6 8H16V10H6zM6 12H14V14H6zM6 16H10V18H6z"
3036
- })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
3037
- 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"
2983
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2984
+ d: "M20,15V11a2.0023,2.0023,0,0,0-2-2H12V23h2V17h1.4807l2.3345,6H19.96l-2.333-6H18A2.0027,2.0027,0,0,0,20,15Zm-6-4h4v4H14Z"
2985
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2986
+ 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"
3038
2987
  })), children);
3039
2988
  });
3040
2989
  if (process.env.NODE_ENV !== "production") {
3041
- NonCertified.propTypes = iconPropTypes4cbeb95d.i;
2990
+ NavaidPrivate.propTypes = iconPropTypes4cbeb95d.i;
3042
2991
  }
3043
- const NoodleBowl = /*#__PURE__*/React.forwardRef(function NoodleBowl(_ref121, ref) {
2992
+ const NavaidSeaplane = /*#__PURE__*/React.forwardRef(function NavaidSeaplane(_ref121, ref) {
3044
2993
  let {
3045
2994
  children,
3046
2995
  size = 16,
@@ -3054,16 +3003,16 @@ const NoodleBowl = /*#__PURE__*/React.forwardRef(function NoodleBowl(_ref121, re
3054
3003
  viewBox: "0 0 32 32",
3055
3004
  fill: "currentColor",
3056
3005
  ...rest
3057
- }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
3058
- 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"
3059
- })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
3060
- 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"
3006
+ }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
3007
+ d: "M20,18a3.9962,3.9962,0,0,1-3,3.8579V17h2V15H17V13.8159a3.0007,3.0007,0,1,0-2,0V15H13v2h2v4.8579A3.9962,3.9962,0,0,1,12,18H10a6,6,0,0,0,12,0Zm-4-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,16,10Z"
3008
+ })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
3009
+ d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
3061
3010
  })), children);
3062
3011
  });
3063
3012
  if (process.env.NODE_ENV !== "production") {
3064
- NoodleBowl.propTypes = iconPropTypes4cbeb95d.i;
3013
+ NavaidSeaplane.propTypes = iconPropTypes4cbeb95d.i;
3065
3014
  }
3066
- const NotAvailable = /*#__PURE__*/React.forwardRef(function NotAvailable(_ref122, ref) {
3015
+ const NavaidTacan = /*#__PURE__*/React.forwardRef(function NavaidTacan(_ref122, ref) {
3067
3016
  let {
3068
3017
  children,
3069
3018
  size = 16,
@@ -3077,14 +3026,18 @@ const NotAvailable = /*#__PURE__*/React.forwardRef(function NotAvailable(_ref122
3077
3026
  viewBox: "0 0 32 32",
3078
3027
  fill: "currentColor",
3079
3028
  ...rest
3080
- }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
3081
- d: "M4 15H14V17H4zM18 15H28V17H18z"
3029
+ }, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
3030
+ cx: "16",
3031
+ cy: "14",
3032
+ r: "2"
3033
+ })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
3034
+ d: "M20,28H12a1,1,0,0,1-1-1V21.2656L7.2612,14.7231,2.4854,11.8574a1,1,0,0,1-.3536-1.3535l4-7a1,1,0,0,1,1.3828-.3613L12.2769,6h7.4462l4.7623-2.8574a1,1,0,0,1,1.3828.3613l4,7a1,1,0,0,1-.3536,1.3535l-4.7758,2.8657L21,21.2656V27A1,1,0,0,1,20,28Zm-7-2h6V20.7346l4.2616-7.4578,4.3844-2.6306L24.6387,5.3831,20.277,8H11.723L7.3613,5.3831,4.354,10.6462l4.3844,2.6306L13,20.7346Z"
3082
3035
  })), children);
3083
3036
  });
3084
3037
  if (process.env.NODE_ENV !== "production") {
3085
- NotAvailable.propTypes = iconPropTypes4cbeb95d.i;
3038
+ NavaidTacan.propTypes = iconPropTypes4cbeb95d.i;
3086
3039
  }
3087
- const NotSent = /*#__PURE__*/React.forwardRef(function NotSent(_ref123, ref) {
3040
+ const NavaidVhfor = /*#__PURE__*/React.forwardRef(function NavaidVhfor(_ref123, ref) {
3088
3041
  let {
3089
3042
  children,
3090
3043
  size = 16,
@@ -3098,14 +3051,16 @@ const NotSent = /*#__PURE__*/React.forwardRef(function NotSent(_ref123, ref) {
3098
3051
  viewBox: "0 0 32 32",
3099
3052
  fill: "currentColor",
3100
3053
  ...rest
3101
- }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
3102
- 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"
3054
+ }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
3055
+ d: "M22,28H10a1,1,0,0,1-.8438-.4631l-7-11a1,1,0,0,1,0-1.0738l7-11A1,1,0,0,1,10,4H22a1,1,0,0,1,.8438.4631l7,11a1,1,0,0,1,0,1.0738l-7,11A1,1,0,0,1,22,28ZM10.5488,26H21.4512l6.3633-10L21.4512,6H10.5488L4.1855,16Z"
3056
+ })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
3057
+ d: "M19.5,24h-7a1.0005,1.0005,0,0,1-.8413-.4592l-4.5-7a1.0016,1.0016,0,0,1,0-1.0816l4.5-7A1.0005,1.0005,0,0,1,12.5,8h7a1.0005,1.0005,0,0,1,.8413.4592l4.5,7a1.0016,1.0016,0,0,1,0,1.0816l-4.5,7A1.0005,1.0005,0,0,1,19.5,24Zm-6.4541-2h5.9082l3.8569-6-3.8569-6H13.0459L9.189,16Z"
3103
3058
  })), children);
3104
3059
  });
3105
3060
  if (process.env.NODE_ENV !== "production") {
3106
- NotSent.propTypes = iconPropTypes4cbeb95d.i;
3061
+ NavaidVhfor.propTypes = iconPropTypes4cbeb95d.i;
3107
3062
  }
3108
- const NotSentFilled = /*#__PURE__*/React.forwardRef(function NotSentFilled(_ref124, ref) {
3063
+ const NavaidVor = /*#__PURE__*/React.forwardRef(function NavaidVor(_ref124, ref) {
3109
3064
  let {
3110
3065
  children,
3111
3066
  size = 16,
@@ -3119,14 +3074,18 @@ const NotSentFilled = /*#__PURE__*/React.forwardRef(function NotSentFilled(_ref1
3119
3074
  viewBox: "0 0 32 32",
3120
3075
  fill: "currentColor",
3121
3076
  ...rest
3122
- }, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
3123
- 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"
3077
+ }, _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
3078
+ cx: "16",
3079
+ cy: "16",
3080
+ r: "2"
3081
+ })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
3082
+ d: "M30.8638,15.4961l-7-12A1,1,0,0,0,23,3H9a1,1,0,0,0-.8638.4961l-7,12a1,1,0,0,0,0,1.0078l7,12A1,1,0,0,0,9,29H23a1,1,0,0,0,.8638-.4961l7-12a1,1,0,0,0,0-1.0078ZM22.4258,27H9.5742L3.1577,16,9.5742,5H22.4258l6.4165,11Z"
3124
3083
  })), children);
3125
3084
  });
3126
3085
  if (process.env.NODE_ENV !== "production") {
3127
- NotSentFilled.propTypes = iconPropTypes4cbeb95d.i;
3086
+ NavaidVor.propTypes = iconPropTypes4cbeb95d.i;
3128
3087
  }
3129
- const Notebook = /*#__PURE__*/React.forwardRef(function Notebook(_ref125, ref) {
3088
+ const NavaidVordme = /*#__PURE__*/React.forwardRef(function NavaidVordme(_ref125, ref) {
3130
3089
  let {
3131
3090
  children,
3132
3091
  size = 16,
@@ -3140,16 +3099,44 @@ const Notebook = /*#__PURE__*/React.forwardRef(function Notebook(_ref125, ref) {
3140
3099
  viewBox: "0 0 32 32",
3141
3100
  fill: "currentColor",
3142
3101
  ...rest
3143
- }, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
3144
- d: "M19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19z"
3145
- })), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
3146
- 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"
3102
+ }, _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
3103
+ cx: "16",
3104
+ cy: "16",
3105
+ r: "2"
3106
+ })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
3107
+ d: "M30,6a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,6V26a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2Zm-2,6.9258L22.9636,6H28ZM27.7637,16,20.491,26H11.509L4.2363,16,11.509,6h8.982ZM9.0364,6,4,12.9248V6ZM4,19.0752,9.0364,26H4ZM22.9636,26l5.0374-6.9263L28,26Z"
3147
3108
  })), children);
3148
3109
  });
3149
3110
  if (process.env.NODE_ENV !== "production") {
3150
- Notebook.propTypes = iconPropTypes4cbeb95d.i;
3111
+ NavaidVordme.propTypes = iconPropTypes4cbeb95d.i;
3151
3112
  }
3152
3113
 
3114
+ exports.LogoRedHatAnsible = LogoRedHatAnsible;
3115
+ exports.LogoSketch = LogoSketch;
3116
+ exports.LogoSkype = LogoSkype;
3117
+ exports.LogoSlack = LogoSlack;
3118
+ exports.LogoSnapchat = LogoSnapchat;
3119
+ exports.LogoSvelte = LogoSvelte;
3120
+ exports.LogoTumblr = LogoTumblr;
3121
+ exports.LogoTwitter = LogoTwitter;
3122
+ exports.LogoVmware = LogoVmware;
3123
+ exports.LogoVmwareAlt = LogoVmwareAlt;
3124
+ exports.LogoVue = LogoVue;
3125
+ exports.LogoWechat = LogoWechat;
3126
+ exports.LogoX = LogoX;
3127
+ exports.LogoXing = LogoXing;
3128
+ exports.LogoYelp = LogoYelp;
3129
+ exports.LogoYoutube = LogoYoutube;
3130
+ exports.Logout = Logout;
3131
+ exports.Loop = Loop;
3132
+ exports.LowSeverity = LowSeverity;
3133
+ exports.Mac = Mac;
3134
+ exports.MacCommand = MacCommand;
3135
+ exports.MacOption = MacOption;
3136
+ exports.MacShift = MacShift;
3137
+ exports.MachineLearning = MachineLearning;
3138
+ exports.MachineLearningModel = MachineLearningModel;
3139
+ exports.MagicWand = MagicWand;
3153
3140
  exports.MagicWandFilled = MagicWandFilled;
3154
3141
  exports.MailAll = MailAll;
3155
3142
  exports.MailReply = MailReply;
@@ -3227,6 +3214,7 @@ exports.Mp3 = Mp3;
3227
3214
  exports.Mp4 = Mp4;
3228
3215
  exports.Mpeg = Mpeg;
3229
3216
  exports.Mpg2 = Mpg2;
3217
+ exports.MultiuserDevice = MultiuserDevice;
3230
3218
  exports.Music = Music;
3231
3219
  exports.MusicAdd = MusicAdd;
3232
3220
  exports.MusicRemove = MusicRemove;
@@ -3245,33 +3233,6 @@ exports.NavaidTacan = NavaidTacan;
3245
3233
  exports.NavaidVhfor = NavaidVhfor;
3246
3234
  exports.NavaidVor = NavaidVor;
3247
3235
  exports.NavaidVordme = NavaidVordme;
3248
- exports.NavaidVortac = NavaidVortac;
3249
- exports.Need = Need;
3250
- exports.NetworkAdminControl = NetworkAdminControl;
3251
- exports.NetworkEnterprise = NetworkEnterprise;
3252
- exports.NetworkInterface = NetworkInterface;
3253
- exports.NetworkOverlay = NetworkOverlay;
3254
- exports.NetworkPublic = NetworkPublic;
3255
- exports.NetworkTimeProtocol = NetworkTimeProtocol;
3256
- exports.Network_1 = Network_1;
3257
- exports.Network_2 = Network_2;
3258
- exports.Network_3 = Network_3;
3259
- exports.Network_3Reference = Network_3Reference;
3260
- exports.Network_4 = Network_4;
3261
- exports.Network_4Reference = Network_4Reference;
3262
- exports.NewTab = NewTab;
3263
- exports.NextFilled = NextFilled;
3264
- exports.NextOutline = NextOutline;
3265
- exports.NoImage = NoImage;
3266
- exports.NoTicket = NoTicket;
3267
- exports.Nominal = Nominal;
3268
- exports.NonCertified = NonCertified;
3269
- exports.NoodleBowl = NoodleBowl;
3270
- exports.NotAvailable = NotAvailable;
3271
- exports.NotSent = NotSent;
3272
- exports.NotSentFilled = NotSentFilled;
3273
- exports.Notebook = Notebook;
3274
3236
  exports.QMatrix = QMatrix;
3275
3237
  exports.WatsonHealthMagnify = WatsonHealthMagnify;
3276
3238
  exports.WatsonHealthMammogram = WatsonHealthMammogram;
3277
- exports.WatsonHealthNominate = WatsonHealthNominate;