@carbon-labs/react-animated-header 0.1.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 (92) hide show
  1. package/LICENSE +201 -0
  2. package/es/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  3. package/es/_virtual/_commonjsHelpers.js +12 -0
  4. package/es/_virtual/lottie.js +14 -0
  5. package/es/_virtual/lottie2.js +10 -0
  6. package/es/assets/index.d.ts +7 -0
  7. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  8. package/es/components/AnimatedHeader/AnimatedHeader.js +277 -0
  9. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  10. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +94 -0
  11. package/es/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  12. package/es/components/Tiles/BaseTile/BaseTile.js +39 -0
  13. package/es/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  14. package/es/components/Tiles/GlassTile/GlassTile.js +53 -0
  15. package/es/components/Tiles/index.d.ts +12 -0
  16. package/es/data/index.d.ts +47 -0
  17. package/es/index.d.ts +11 -0
  18. package/es/index.js +11 -0
  19. package/es/node_modules/@carbon/icon-helpers/es/index.js +125 -0
  20. package/es/node_modules/@carbon/icons-react/es/Icon.js +71 -0
  21. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2967 -0
  22. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3260 -0
  23. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2906 -0
  24. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3151 -0
  25. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +2966 -0
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3019 -0
  27. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +2923 -0
  28. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3076 -0
  29. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +2913 -0
  30. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +2917 -0
  31. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3141 -0
  32. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +811 -0
  33. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3195 -0
  34. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3119 -0
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3002 -0
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +2929 -0
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +2978 -0
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3017 -0
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3149 -0
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3084 -0
  41. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
  42. package/es/node_modules/@carbon/icons-react/es/index.js +30 -0
  43. package/es/node_modules/@carbon-labs/utilities/es/usePrefix.js +20 -0
  44. package/es/node_modules/lottie-web/build/player/lottie.js +682 -0
  45. package/lib/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  46. package/lib/_virtual/_commonjsHelpers.js +14 -0
  47. package/lib/_virtual/lottie.js +18 -0
  48. package/lib/_virtual/lottie2.js +12 -0
  49. package/lib/assets/index.d.ts +7 -0
  50. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  51. package/lib/components/AnimatedHeader/AnimatedHeader.js +281 -0
  52. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  53. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +96 -0
  54. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  55. package/lib/components/Tiles/BaseTile/BaseTile.js +41 -0
  56. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  57. package/lib/components/Tiles/GlassTile/GlassTile.js +55 -0
  58. package/lib/components/Tiles/index.d.ts +12 -0
  59. package/lib/data/index.d.ts +47 -0
  60. package/lib/index.d.ts +11 -0
  61. package/lib/index.js +18 -0
  62. package/lib/node_modules/@carbon/icon-helpers/es/index.js +128 -0
  63. package/lib/node_modules/@carbon/icons-react/es/Icon.js +75 -0
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3093 -0
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3386 -0
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +3032 -0
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3277 -0
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +3092 -0
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3145 -0
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +3049 -0
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3202 -0
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +3039 -0
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +3043 -0
  74. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3267 -0
  75. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +847 -0
  76. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3321 -0
  77. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3245 -0
  78. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3128 -0
  79. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +3055 -0
  80. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +3104 -0
  81. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3143 -0
  82. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3275 -0
  83. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3210 -0
  84. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +16 -0
  85. package/lib/node_modules/@carbon/icons-react/es/index.js +2446 -0
  86. package/lib/node_modules/@carbon-labs/utilities/es/usePrefix.js +23 -0
  87. package/lib/node_modules/lottie-web/build/player/lottie.js +684 -0
  88. package/package.json +35 -0
  89. package/scss/AnimatedHeader/animated-header.scss +619 -0
  90. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +187 -0
  91. package/scss/Tiles/GlassTile/glass-tile.scss +111 -0
  92. package/scss/animated_header.scss +10 -0
@@ -0,0 +1,3151 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import React from 'react';
9
+ import Icon from '../Icon.js';
10
+ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
11
+ import 'prop-types';
12
+
13
+ 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;
14
+ const MagicWandFilled = /*#__PURE__*/React.forwardRef(function MagicWandFilled(_ref, ref) {
15
+ let {
16
+ children,
17
+ size = 16,
18
+ ...rest
19
+ } = _ref;
20
+ return /*#__PURE__*/React.createElement(Icon, {
21
+ width: size,
22
+ height: size,
23
+ ref: ref,
24
+ xmlns: "http://www.w3.org/2000/svg",
25
+ viewBox: "0 0 32 32",
26
+ fill: "currentColor",
27
+ ...rest
28
+ }, _path || (_path = /*#__PURE__*/React.createElement("path", {
29
+ 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"
30
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
31
+ d: "M2.586 14.586H5.414V17.414H2.586z",
32
+ transform: "rotate(-45 4 16)"
33
+ })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
34
+ d: "M14.586 2.586H17.414V5.414H14.586z",
35
+ transform: "rotate(-45 16 4)"
36
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
37
+ d: "M2.586 2.586H5.414V5.414H2.586z",
38
+ transform: "rotate(-45 4 4)"
39
+ })), children);
40
+ });
41
+ if (process.env.NODE_ENV !== "production") {
42
+ MagicWandFilled.propTypes = iconPropTypes;
43
+ }
44
+ const WatsonHealthMagnify = /*#__PURE__*/React.forwardRef(function WatsonHealthMagnify(_ref2, ref) {
45
+ let {
46
+ children,
47
+ size = 16,
48
+ ...rest
49
+ } = _ref2;
50
+ return /*#__PURE__*/React.createElement(Icon, {
51
+ width: size,
52
+ height: size,
53
+ ref: ref,
54
+ xmlns: "http://www.w3.org/2000/svg",
55
+ viewBox: "0 0 32 32",
56
+ fill: "currentColor",
57
+ ...rest
58
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
59
+ d: "M12,21H4V4H22v8h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V21a2,2,0,0,0,2,2h8Z"
60
+ })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
61
+ 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"
62
+ })), children);
63
+ });
64
+ if (process.env.NODE_ENV !== "production") {
65
+ WatsonHealthMagnify.propTypes = iconPropTypes;
66
+ }
67
+ const MailAll = /*#__PURE__*/React.forwardRef(function MailAll(_ref3, ref) {
68
+ let {
69
+ children,
70
+ size = 16,
71
+ ...rest
72
+ } = _ref3;
73
+ return /*#__PURE__*/React.createElement(Icon, {
74
+ width: size,
75
+ height: size,
76
+ ref: ref,
77
+ xmlns: "http://www.w3.org/2000/svg",
78
+ viewBox: "0 0 32 32",
79
+ fill: "currentColor",
80
+ ...rest
81
+ }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
82
+ 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"
83
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
84
+ 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"
85
+ })), children);
86
+ });
87
+ if (process.env.NODE_ENV !== "production") {
88
+ MailAll.propTypes = iconPropTypes;
89
+ }
90
+ const MailReply = /*#__PURE__*/React.forwardRef(function MailReply(_ref4, ref) {
91
+ let {
92
+ children,
93
+ size = 16,
94
+ ...rest
95
+ } = _ref4;
96
+ return /*#__PURE__*/React.createElement(Icon, {
97
+ width: size,
98
+ height: size,
99
+ ref: ref,
100
+ xmlns: "http://www.w3.org/2000/svg",
101
+ viewBox: "0 0 32 32",
102
+ fill: "currentColor",
103
+ ...rest
104
+ }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
105
+ 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"
106
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
107
+ 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"
108
+ })), children);
109
+ });
110
+ if (process.env.NODE_ENV !== "production") {
111
+ MailReply.propTypes = iconPropTypes;
112
+ }
113
+ const WatsonHealthMammogram = /*#__PURE__*/React.forwardRef(function WatsonHealthMammogram(_ref5, ref) {
114
+ let {
115
+ children,
116
+ size = 16,
117
+ ...rest
118
+ } = _ref5;
119
+ return /*#__PURE__*/React.createElement(Icon, {
120
+ width: size,
121
+ height: size,
122
+ ref: ref,
123
+ xmlns: "http://www.w3.org/2000/svg",
124
+ viewBox: "0 0 32 32",
125
+ fill: "currentColor",
126
+ ...rest
127
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
128
+ 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"
129
+ })), children);
130
+ });
131
+ if (process.env.NODE_ENV !== "production") {
132
+ WatsonHealthMammogram.propTypes = iconPropTypes;
133
+ }
134
+ const ManageProtection = /*#__PURE__*/React.forwardRef(function ManageProtection(_ref6, ref) {
135
+ let {
136
+ children,
137
+ size = 16,
138
+ ...rest
139
+ } = _ref6;
140
+ return /*#__PURE__*/React.createElement(Icon, {
141
+ width: size,
142
+ height: size,
143
+ ref: ref,
144
+ xmlns: "http://www.w3.org/2000/svg",
145
+ viewBox: "0 0 32 32",
146
+ fill: "currentColor",
147
+ ...rest
148
+ }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
149
+ 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"
150
+ })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
151
+ d: "M16,25.277V6h8V16.8048a7,7,0,0,1-3.7,6.1731Z"
152
+ })), children);
153
+ });
154
+ if (process.env.NODE_ENV !== "production") {
155
+ ManageProtection.propTypes = iconPropTypes;
156
+ }
157
+ const ManagedSolutions = /*#__PURE__*/React.forwardRef(function ManagedSolutions(_ref7, ref) {
158
+ let {
159
+ children,
160
+ size = 16,
161
+ ...rest
162
+ } = _ref7;
163
+ return /*#__PURE__*/React.createElement(Icon, {
164
+ width: size,
165
+ height: size,
166
+ ref: ref,
167
+ xmlns: "http://www.w3.org/2000/svg",
168
+ viewBox: "0 0 32 32",
169
+ fill: "currentColor",
170
+ ...rest
171
+ }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
172
+ 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"
173
+ })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
174
+ 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"
175
+ })), children);
176
+ });
177
+ if (process.env.NODE_ENV !== "production") {
178
+ ManagedSolutions.propTypes = iconPropTypes;
179
+ }
180
+ const Map = /*#__PURE__*/React.forwardRef(function Map(_ref8, ref) {
181
+ let {
182
+ children,
183
+ size = 16,
184
+ ...rest
185
+ } = _ref8;
186
+ return /*#__PURE__*/React.createElement(Icon, {
187
+ width: size,
188
+ height: size,
189
+ ref: ref,
190
+ xmlns: "http://www.w3.org/2000/svg",
191
+ viewBox: "0 0 32 32",
192
+ fill: "currentColor",
193
+ ...rest
194
+ }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
195
+ 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"
196
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
197
+ cx: "16",
198
+ cy: "9",
199
+ r: "2"
200
+ })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
201
+ 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"
202
+ })), children);
203
+ });
204
+ if (process.env.NODE_ENV !== "production") {
205
+ Map.propTypes = iconPropTypes;
206
+ }
207
+ const MapCenter = /*#__PURE__*/React.forwardRef(function MapCenter(_ref9, ref) {
208
+ let {
209
+ children,
210
+ size = 16,
211
+ ...rest
212
+ } = _ref9;
213
+ return /*#__PURE__*/React.createElement(Icon, {
214
+ width: size,
215
+ height: size,
216
+ ref: ref,
217
+ xmlns: "http://www.w3.org/2000/svg",
218
+ viewBox: "0 0 32 32",
219
+ fill: "currentColor",
220
+ ...rest
221
+ }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
222
+ 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"
223
+ })), children);
224
+ });
225
+ if (process.env.NODE_ENV !== "production") {
226
+ MapCenter.propTypes = iconPropTypes;
227
+ }
228
+ const MapIdentify = /*#__PURE__*/React.forwardRef(function MapIdentify(_ref10, ref) {
229
+ let {
230
+ children,
231
+ size = 16,
232
+ ...rest
233
+ } = _ref10;
234
+ return /*#__PURE__*/React.createElement(Icon, {
235
+ width: size,
236
+ height: size,
237
+ ref: ref,
238
+ xmlns: "http://www.w3.org/2000/svg",
239
+ viewBox: "0 0 32 32",
240
+ fill: "currentColor",
241
+ ...rest
242
+ }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
243
+ 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"
244
+ })), children);
245
+ });
246
+ if (process.env.NODE_ENV !== "production") {
247
+ MapIdentify.propTypes = iconPropTypes;
248
+ }
249
+ const MapBoundary = /*#__PURE__*/React.forwardRef(function MapBoundary(_ref11, ref) {
250
+ let {
251
+ children,
252
+ size = 16,
253
+ ...rest
254
+ } = _ref11;
255
+ return /*#__PURE__*/React.createElement(Icon, {
256
+ width: size,
257
+ height: size,
258
+ ref: ref,
259
+ xmlns: "http://www.w3.org/2000/svg",
260
+ viewBox: "0 0 32 32",
261
+ fill: "currentColor",
262
+ ...rest
263
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
264
+ d: "M12 10H14V14H12zM18 18H22V20H18zM14 18L14 16 12 16 12 20 16 20 16 18 14 18zM16 4H28V16H16z"
265
+ })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
266
+ 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"
267
+ })), children);
268
+ });
269
+ if (process.env.NODE_ENV !== "production") {
270
+ MapBoundary.propTypes = iconPropTypes;
271
+ }
272
+ const MapBoundaryVegetation = /*#__PURE__*/React.forwardRef(function MapBoundaryVegetation(_ref12, ref) {
273
+ let {
274
+ children,
275
+ size = 16,
276
+ ...rest
277
+ } = _ref12;
278
+ return /*#__PURE__*/React.createElement(Icon, {
279
+ width: size,
280
+ height: size,
281
+ ref: ref,
282
+ xmlns: "http://www.w3.org/2000/svg",
283
+ viewBox: "0 0 32 32",
284
+ fill: "currentColor",
285
+ ...rest
286
+ }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
287
+ 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"
288
+ })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
289
+ 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"
290
+ })), children);
291
+ });
292
+ if (process.env.NODE_ENV !== "production") {
293
+ MapBoundaryVegetation.propTypes = iconPropTypes;
294
+ }
295
+ const MarineWarning = /*#__PURE__*/React.forwardRef(function MarineWarning(_ref13, ref) {
296
+ let {
297
+ children,
298
+ size = 16,
299
+ ...rest
300
+ } = _ref13;
301
+ return /*#__PURE__*/React.createElement(Icon, {
302
+ width: size,
303
+ height: size,
304
+ ref: ref,
305
+ xmlns: "http://www.w3.org/2000/svg",
306
+ viewBox: "0 0 32 32",
307
+ fill: "currentColor",
308
+ ...rest
309
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
310
+ 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"
311
+ })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
312
+ 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"
313
+ })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
314
+ fill: "none",
315
+ d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
316
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
317
+ 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"
318
+ })), children);
319
+ });
320
+ if (process.env.NODE_ENV !== "production") {
321
+ MarineWarning.propTypes = iconPropTypes;
322
+ }
323
+ const MathCurve = /*#__PURE__*/React.forwardRef(function MathCurve(_ref14, ref) {
324
+ let {
325
+ children,
326
+ size = 16,
327
+ ...rest
328
+ } = _ref14;
329
+ return /*#__PURE__*/React.createElement(Icon, {
330
+ width: size,
331
+ height: size,
332
+ ref: ref,
333
+ xmlns: "http://www.w3.org/2000/svg",
334
+ viewBox: "0 0 32 32",
335
+ fill: "currentColor",
336
+ ...rest
337
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
338
+ 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"
339
+ })), children);
340
+ });
341
+ if (process.env.NODE_ENV !== "production") {
342
+ MathCurve.propTypes = iconPropTypes;
343
+ }
344
+ const QMatrix = /*#__PURE__*/React.forwardRef(function QMatrix(_ref15, ref) {
345
+ let {
346
+ children,
347
+ size = 16,
348
+ ...rest
349
+ } = _ref15;
350
+ return /*#__PURE__*/React.createElement(Icon, {
351
+ width: size,
352
+ height: size,
353
+ ref: ref,
354
+ xmlns: "http://www.w3.org/2000/svg",
355
+ viewBox: "0 0 32 32",
356
+ fill: "currentColor",
357
+ ...rest
358
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
359
+ 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"
360
+ })), children);
361
+ });
362
+ if (process.env.NODE_ENV !== "production") {
363
+ QMatrix.propTypes = iconPropTypes;
364
+ }
365
+ const Maximize = /*#__PURE__*/React.forwardRef(function Maximize(_ref16, ref) {
366
+ let {
367
+ children,
368
+ size = 16,
369
+ ...rest
370
+ } = _ref16;
371
+ if (size === 16 || size === "16" || size === "16px") {
372
+ return /*#__PURE__*/React.createElement(Icon, {
373
+ width: size,
374
+ height: size,
375
+ ref: ref,
376
+ xmlns: "http://www.w3.org/2000/svg",
377
+ viewBox: "0 0 16 16",
378
+ fill: "currentColor",
379
+ ...rest
380
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
381
+ 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"
382
+ })), children);
383
+ }
384
+ return /*#__PURE__*/React.createElement(Icon, {
385
+ width: size,
386
+ height: size,
387
+ ref: ref,
388
+ xmlns: "http://www.w3.org/2000/svg",
389
+ viewBox: "0 0 32 32",
390
+ fill: "currentColor",
391
+ ...rest
392
+ }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
393
+ 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"
394
+ })), children);
395
+ });
396
+ if (process.env.NODE_ENV !== "production") {
397
+ Maximize.propTypes = iconPropTypes;
398
+ }
399
+ const MediaLibrary = /*#__PURE__*/React.forwardRef(function MediaLibrary(_ref17, ref) {
400
+ let {
401
+ children,
402
+ size = 16,
403
+ ...rest
404
+ } = _ref17;
405
+ return /*#__PURE__*/React.createElement(Icon, {
406
+ width: size,
407
+ height: size,
408
+ ref: ref,
409
+ xmlns: "http://www.w3.org/2000/svg",
410
+ viewBox: "0 0 32 32",
411
+ fill: "currentColor",
412
+ ...rest
413
+ }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
414
+ d: "M13 15L13 23 13 23 20 19 13 15z"
415
+ })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
416
+ 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"
417
+ })), children);
418
+ });
419
+ if (process.env.NODE_ENV !== "production") {
420
+ MediaLibrary.propTypes = iconPropTypes;
421
+ }
422
+ const MediaLibraryFilled = /*#__PURE__*/React.forwardRef(function MediaLibraryFilled(_ref18, ref) {
423
+ let {
424
+ children,
425
+ size = 16,
426
+ ...rest
427
+ } = _ref18;
428
+ return /*#__PURE__*/React.createElement(Icon, {
429
+ width: size,
430
+ height: size,
431
+ ref: ref,
432
+ xmlns: "http://www.w3.org/2000/svg",
433
+ viewBox: "0 0 32 32",
434
+ fill: "currentColor",
435
+ ...rest
436
+ }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
437
+ fill: "none",
438
+ d: "M13 15L13 23 13 23 20 19 13 15z",
439
+ "data-icon-path": "inner-path"
440
+ })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
441
+ 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"
442
+ })), children);
443
+ });
444
+ if (process.env.NODE_ENV !== "production") {
445
+ MediaLibraryFilled.propTypes = iconPropTypes;
446
+ }
447
+ const MediaCast = /*#__PURE__*/React.forwardRef(function MediaCast(_ref19, ref) {
448
+ let {
449
+ children,
450
+ size = 16,
451
+ ...rest
452
+ } = _ref19;
453
+ return /*#__PURE__*/React.createElement(Icon, {
454
+ width: size,
455
+ height: size,
456
+ ref: ref,
457
+ xmlns: "http://www.w3.org/2000/svg",
458
+ viewBox: "0 0 32 32",
459
+ fill: "currentColor",
460
+ ...rest
461
+ }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
462
+ d: "M2 26H5a3 3 0 00-3-3zM9 26H7a5.0057 5.0057 0 00-5-5V19A7.0078 7.0078 0 019 26z"
463
+ })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
464
+ d: "M13,26H11a9.01,9.01,0,0,0-9-9V15A11.0125,11.0125,0,0,1,13,26Z"
465
+ })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
466
+ 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"
467
+ })), children);
468
+ });
469
+ if (process.env.NODE_ENV !== "production") {
470
+ MediaCast.propTypes = iconPropTypes;
471
+ }
472
+ const Medication = /*#__PURE__*/React.forwardRef(function Medication(_ref20, ref) {
473
+ let {
474
+ children,
475
+ size = 16,
476
+ ...rest
477
+ } = _ref20;
478
+ return /*#__PURE__*/React.createElement(Icon, {
479
+ width: size,
480
+ height: size,
481
+ ref: ref,
482
+ xmlns: "http://www.w3.org/2000/svg",
483
+ viewBox: "0 0 32 32",
484
+ fill: "currentColor",
485
+ ...rest
486
+ }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
487
+ 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"
488
+ })), children);
489
+ });
490
+ if (process.env.NODE_ENV !== "production") {
491
+ Medication.propTypes = iconPropTypes;
492
+ }
493
+ const MedicationAlert = /*#__PURE__*/React.forwardRef(function MedicationAlert(_ref21, ref) {
494
+ let {
495
+ children,
496
+ size = 16,
497
+ ...rest
498
+ } = _ref21;
499
+ return /*#__PURE__*/React.createElement(Icon, {
500
+ width: size,
501
+ height: size,
502
+ ref: ref,
503
+ xmlns: "http://www.w3.org/2000/svg",
504
+ viewBox: "0 0 32 32",
505
+ fill: "currentColor",
506
+ ...rest
507
+ }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
508
+ d: "M22 19H24V24H22z"
509
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
510
+ 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"
511
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
512
+ cx: "23",
513
+ cy: "26",
514
+ r: "1"
515
+ })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
516
+ 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"
517
+ })), children);
518
+ });
519
+ if (process.env.NODE_ENV !== "production") {
520
+ MedicationAlert.propTypes = iconPropTypes;
521
+ }
522
+ const MedicationReminder = /*#__PURE__*/React.forwardRef(function MedicationReminder(_ref22, ref) {
523
+ let {
524
+ children,
525
+ size = 16,
526
+ ...rest
527
+ } = _ref22;
528
+ return /*#__PURE__*/React.createElement(Icon, {
529
+ width: size,
530
+ height: size,
531
+ ref: ref,
532
+ xmlns: "http://www.w3.org/2000/svg",
533
+ viewBox: "0 0 32 32",
534
+ fill: "currentColor",
535
+ ...rest
536
+ }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
537
+ 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"
538
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
539
+ cx: "26",
540
+ cy: "16",
541
+ r: "4"
542
+ })), children);
543
+ });
544
+ if (process.env.NODE_ENV !== "production") {
545
+ MedicationReminder.propTypes = iconPropTypes;
546
+ }
547
+ const Menu = /*#__PURE__*/React.forwardRef(function Menu(_ref23, ref) {
548
+ let {
549
+ children,
550
+ size = 16,
551
+ ...rest
552
+ } = _ref23;
553
+ if (size === 16 || size === "16" || size === "16px") {
554
+ return /*#__PURE__*/React.createElement(Icon, {
555
+ width: size,
556
+ height: size,
557
+ ref: ref,
558
+ xmlns: "http://www.w3.org/2000/svg",
559
+ viewBox: "0 0 16 16",
560
+ fill: "currentColor",
561
+ ...rest
562
+ }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
563
+ d: "M2 12H14V13H2zM2 9H14V10H2zM2 6H14V7H2zM2 3H14V4H2z"
564
+ })), children);
565
+ }
566
+ if (size === 20 || size === "20" || size === "20px") {
567
+ return /*#__PURE__*/React.createElement(Icon, {
568
+ width: size,
569
+ height: size,
570
+ ref: ref,
571
+ xmlns: "http://www.w3.org/2000/svg",
572
+ viewBox: "0 0 20 20",
573
+ fill: "currentColor",
574
+ ...rest
575
+ }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
576
+ d: "M2 14.8H18V16H2zM2 11.2H18V12.399999999999999H2zM2 7.6H18V8.799999999999999H2zM2 4H18V5.2H2z"
577
+ })), children);
578
+ }
579
+ if (size === 24 || size === "24" || size === "24px") {
580
+ return /*#__PURE__*/React.createElement(Icon, {
581
+ width: size,
582
+ height: size,
583
+ ref: ref,
584
+ xmlns: "http://www.w3.org/2000/svg",
585
+ viewBox: "0 0 24 24",
586
+ fill: "currentColor",
587
+ ...rest
588
+ }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
589
+ d: "M3 18H21V19.5H3zM3 13.5H21V15H3zM3 9H21V10.5H3zM3 4.5H21V6H3z"
590
+ })), children);
591
+ }
592
+ return /*#__PURE__*/React.createElement(Icon, {
593
+ width: size,
594
+ height: size,
595
+ ref: ref,
596
+ xmlns: "http://www.w3.org/2000/svg",
597
+ viewBox: "0 0 32 32",
598
+ fill: "currentColor",
599
+ ...rest
600
+ }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
601
+ d: "M4 6H28V8H4zM4 24H28V26H4zM4 12H28V14H4zM4 18H28V20H4z"
602
+ })), children);
603
+ });
604
+ if (process.env.NODE_ENV !== "production") {
605
+ Menu.propTypes = iconPropTypes;
606
+ }
607
+ const Merge = /*#__PURE__*/React.forwardRef(function Merge(_ref24, ref) {
608
+ let {
609
+ children,
610
+ size = 16,
611
+ ...rest
612
+ } = _ref24;
613
+ return /*#__PURE__*/React.createElement(Icon, {
614
+ width: size,
615
+ height: size,
616
+ ref: ref,
617
+ xmlns: "http://www.w3.org/2000/svg",
618
+ viewBox: "0 0 32 32",
619
+ fill: "currentColor",
620
+ ...rest
621
+ }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
622
+ strokeWidth: "0",
623
+ 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"
624
+ })), children);
625
+ });
626
+ if (process.env.NODE_ENV !== "production") {
627
+ Merge.propTypes = iconPropTypes;
628
+ }
629
+ const MergeNode = /*#__PURE__*/React.forwardRef(function MergeNode(_ref25, ref) {
630
+ let {
631
+ children,
632
+ size = 16,
633
+ ...rest
634
+ } = _ref25;
635
+ return /*#__PURE__*/React.createElement(Icon, {
636
+ width: size,
637
+ height: size,
638
+ ref: ref,
639
+ xmlns: "http://www.w3.org/2000/svg",
640
+ viewBox: "0 0 32 32",
641
+ fill: "currentColor",
642
+ ...rest
643
+ }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
644
+ strokeWidth: "0",
645
+ 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"
646
+ })), children);
647
+ });
648
+ if (process.env.NODE_ENV !== "production") {
649
+ MergeNode.propTypes = iconPropTypes;
650
+ }
651
+ const MessageQueue = /*#__PURE__*/React.forwardRef(function MessageQueue(_ref26, ref) {
652
+ let {
653
+ children,
654
+ size = 16,
655
+ ...rest
656
+ } = _ref26;
657
+ return /*#__PURE__*/React.createElement(Icon, {
658
+ width: size,
659
+ height: size,
660
+ ref: ref,
661
+ xmlns: "http://www.w3.org/2000/svg",
662
+ viewBox: "0 0 32 32",
663
+ fill: "currentColor",
664
+ ...rest
665
+ }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
666
+ d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V21H4v5H28V21h2v5A2.0021,2.0021,0,0,1,28,28Z"
667
+ })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
668
+ d: "M7 21H25V23H7zM7 16H25V18H7zM7 11H25V13H7zM7 6H25V8H7z"
669
+ })), children);
670
+ });
671
+ if (process.env.NODE_ENV !== "production") {
672
+ MessageQueue.propTypes = iconPropTypes;
673
+ }
674
+ const Meter = /*#__PURE__*/React.forwardRef(function Meter(_ref27, ref) {
675
+ let {
676
+ children,
677
+ size = 16,
678
+ ...rest
679
+ } = _ref27;
680
+ return /*#__PURE__*/React.createElement(Icon, {
681
+ width: size,
682
+ height: size,
683
+ ref: ref,
684
+ xmlns: "http://www.w3.org/2000/svg",
685
+ viewBox: "0 0 32 32",
686
+ fill: "currentColor",
687
+ ...rest
688
+ }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
689
+ 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"
690
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
691
+ 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"
692
+ })), children);
693
+ });
694
+ if (process.env.NODE_ENV !== "production") {
695
+ Meter.propTypes = iconPropTypes;
696
+ }
697
+ const MeterAlt = /*#__PURE__*/React.forwardRef(function MeterAlt(_ref28, ref) {
698
+ let {
699
+ children,
700
+ size = 16,
701
+ ...rest
702
+ } = _ref28;
703
+ return /*#__PURE__*/React.createElement(Icon, {
704
+ width: size,
705
+ height: size,
706
+ ref: ref,
707
+ xmlns: "http://www.w3.org/2000/svg",
708
+ viewBox: "0 0 32 32",
709
+ fill: "currentColor",
710
+ ...rest
711
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
712
+ 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"
713
+ })), children);
714
+ });
715
+ if (process.env.NODE_ENV !== "production") {
716
+ MeterAlt.propTypes = iconPropTypes;
717
+ }
718
+ const Microphone = /*#__PURE__*/React.forwardRef(function Microphone(_ref29, ref) {
719
+ let {
720
+ children,
721
+ size = 16,
722
+ ...rest
723
+ } = _ref29;
724
+ return /*#__PURE__*/React.createElement(Icon, {
725
+ width: size,
726
+ height: size,
727
+ ref: ref,
728
+ xmlns: "http://www.w3.org/2000/svg",
729
+ viewBox: "0 0 32 32",
730
+ fill: "currentColor",
731
+ ...rest
732
+ }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
733
+ d: "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z"
734
+ })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
735
+ 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"
736
+ })), children);
737
+ });
738
+ if (process.env.NODE_ENV !== "production") {
739
+ Microphone.propTypes = iconPropTypes;
740
+ }
741
+ const MicrophoneFilled = /*#__PURE__*/React.forwardRef(function MicrophoneFilled(_ref30, ref) {
742
+ let {
743
+ children,
744
+ size = 16,
745
+ ...rest
746
+ } = _ref30;
747
+ return /*#__PURE__*/React.createElement(Icon, {
748
+ width: size,
749
+ height: size,
750
+ ref: ref,
751
+ xmlns: "http://www.w3.org/2000/svg",
752
+ viewBox: "0 0 32 32",
753
+ fill: "currentColor",
754
+ ...rest
755
+ }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
756
+ d: "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z"
757
+ })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
758
+ d: "M16,22a5,5,0,0,0,5-5V7A5,5,0,0,0,11,7V17A5,5,0,0,0,16,22Z"
759
+ })), children);
760
+ });
761
+ if (process.env.NODE_ENV !== "production") {
762
+ MicrophoneFilled.propTypes = iconPropTypes;
763
+ }
764
+ const MicrophoneOff = /*#__PURE__*/React.forwardRef(function MicrophoneOff(_ref31, ref) {
765
+ let {
766
+ children,
767
+ size = 16,
768
+ ...rest
769
+ } = _ref31;
770
+ return /*#__PURE__*/React.createElement(Icon, {
771
+ width: size,
772
+ height: size,
773
+ ref: ref,
774
+ xmlns: "http://www.w3.org/2000/svg",
775
+ viewBox: "0 0 32 32",
776
+ fill: "currentColor",
777
+ ...rest
778
+ }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
779
+ 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"
780
+ })), children);
781
+ });
782
+ if (process.env.NODE_ENV !== "production") {
783
+ MicrophoneOff.propTypes = iconPropTypes;
784
+ }
785
+ const MicrophoneOffFilled = /*#__PURE__*/React.forwardRef(function MicrophoneOffFilled(_ref32, ref) {
786
+ let {
787
+ children,
788
+ size = 16,
789
+ ...rest
790
+ } = _ref32;
791
+ return /*#__PURE__*/React.createElement(Icon, {
792
+ width: size,
793
+ height: size,
794
+ ref: ref,
795
+ xmlns: "http://www.w3.org/2000/svg",
796
+ viewBox: "0 0 32 32",
797
+ fill: "currentColor",
798
+ ...rest
799
+ }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
800
+ 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"
801
+ })), children);
802
+ });
803
+ if (process.env.NODE_ENV !== "production") {
804
+ MicrophoneOffFilled.propTypes = iconPropTypes;
805
+ }
806
+ const Microscope = /*#__PURE__*/React.forwardRef(function Microscope(_ref33, ref) {
807
+ let {
808
+ children,
809
+ size = 16,
810
+ ...rest
811
+ } = _ref33;
812
+ return /*#__PURE__*/React.createElement(Icon, {
813
+ width: size,
814
+ height: size,
815
+ ref: ref,
816
+ xmlns: "http://www.w3.org/2000/svg",
817
+ viewBox: "0 0 32 32",
818
+ fill: "currentColor",
819
+ ...rest
820
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
821
+ 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"
822
+ })), children);
823
+ });
824
+ if (process.env.NODE_ENV !== "production") {
825
+ Microscope.propTypes = iconPropTypes;
826
+ }
827
+ const Microservices_1 = /*#__PURE__*/React.forwardRef(function Microservices_1(_ref34, ref) {
828
+ let {
829
+ children,
830
+ size = 16,
831
+ ...rest
832
+ } = _ref34;
833
+ return /*#__PURE__*/React.createElement(Icon, {
834
+ width: size,
835
+ height: size,
836
+ ref: ref,
837
+ xmlns: "http://www.w3.org/2000/svg",
838
+ viewBox: "0 0 32 32",
839
+ fill: "currentColor",
840
+ ...rest
841
+ }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
842
+ 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"
843
+ }), /*#__PURE__*/React.createElement("path", {
844
+ fill: "none",
845
+ d: "M0 0h32v32H0z"
846
+ })))), children);
847
+ });
848
+ if (process.env.NODE_ENV !== "production") {
849
+ Microservices_1.propTypes = iconPropTypes;
850
+ }
851
+ const Microservices_2 = /*#__PURE__*/React.forwardRef(function Microservices_2(_ref35, ref) {
852
+ let {
853
+ children,
854
+ size = 16,
855
+ ...rest
856
+ } = _ref35;
857
+ return /*#__PURE__*/React.createElement(Icon, {
858
+ width: size,
859
+ height: size,
860
+ ref: ref,
861
+ xmlns: "http://www.w3.org/2000/svg",
862
+ viewBox: "0 0 32 32",
863
+ fill: "currentColor",
864
+ ...rest
865
+ }, _switch2 || (_switch2 = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
866
+ 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"
867
+ }), /*#__PURE__*/React.createElement("path", {
868
+ fill: "none",
869
+ d: "M0 0h32v32H0z"
870
+ })))), children);
871
+ });
872
+ if (process.env.NODE_ENV !== "production") {
873
+ Microservices_2.propTypes = iconPropTypes;
874
+ }
875
+ const Migrate = /*#__PURE__*/React.forwardRef(function Migrate(_ref36, ref) {
876
+ let {
877
+ children,
878
+ size = 16,
879
+ ...rest
880
+ } = _ref36;
881
+ return /*#__PURE__*/React.createElement(Icon, {
882
+ width: size,
883
+ height: size,
884
+ ref: ref,
885
+ xmlns: "http://www.w3.org/2000/svg",
886
+ viewBox: "0 0 32 32",
887
+ fill: "currentColor",
888
+ ...rest
889
+ }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
890
+ 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"
891
+ })), children);
892
+ });
893
+ if (process.env.NODE_ENV !== "production") {
894
+ Migrate.propTypes = iconPropTypes;
895
+ }
896
+ const MigrateAlt = /*#__PURE__*/React.forwardRef(function MigrateAlt(_ref37, ref) {
897
+ let {
898
+ children,
899
+ size = 16,
900
+ ...rest
901
+ } = _ref37;
902
+ return /*#__PURE__*/React.createElement(Icon, {
903
+ width: size,
904
+ height: size,
905
+ ref: ref,
906
+ xmlns: "http://www.w3.org/2000/svg",
907
+ viewBox: "0 0 32 32",
908
+ fill: "currentColor",
909
+ ...rest
910
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
911
+ 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"
912
+ })), children);
913
+ });
914
+ if (process.env.NODE_ENV !== "production") {
915
+ MigrateAlt.propTypes = iconPropTypes;
916
+ }
917
+ const Milestone = /*#__PURE__*/React.forwardRef(function Milestone(_ref38, ref) {
918
+ let {
919
+ children,
920
+ size = 16,
921
+ ...rest
922
+ } = _ref38;
923
+ return /*#__PURE__*/React.createElement(Icon, {
924
+ width: size,
925
+ height: size,
926
+ ref: ref,
927
+ xmlns: "http://www.w3.org/2000/svg",
928
+ viewBox: "0 0 32 32",
929
+ fill: "currentColor",
930
+ ...rest
931
+ }, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
932
+ 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"
933
+ })), children);
934
+ });
935
+ if (process.env.NODE_ENV !== "production") {
936
+ Milestone.propTypes = iconPropTypes;
937
+ }
938
+ const MilitaryCamp = /*#__PURE__*/React.forwardRef(function MilitaryCamp(_ref39, ref) {
939
+ let {
940
+ children,
941
+ size = 16,
942
+ ...rest
943
+ } = _ref39;
944
+ return /*#__PURE__*/React.createElement(Icon, {
945
+ width: size,
946
+ height: size,
947
+ ref: ref,
948
+ xmlns: "http://www.w3.org/2000/svg",
949
+ viewBox: "0 0 32 32",
950
+ fill: "currentColor",
951
+ ...rest
952
+ }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
953
+ 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"
954
+ })), children);
955
+ });
956
+ if (process.env.NODE_ENV !== "production") {
957
+ MilitaryCamp.propTypes = iconPropTypes;
958
+ }
959
+ const Minimize = /*#__PURE__*/React.forwardRef(function Minimize(_ref40, ref) {
960
+ let {
961
+ children,
962
+ size = 16,
963
+ ...rest
964
+ } = _ref40;
965
+ if (size === 16 || size === "16" || size === "16px") {
966
+ return /*#__PURE__*/React.createElement(Icon, {
967
+ width: size,
968
+ height: size,
969
+ ref: ref,
970
+ xmlns: "http://www.w3.org/2000/svg",
971
+ viewBox: "0 0 16 16",
972
+ fill: "currentColor",
973
+ ...rest
974
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
975
+ 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"
976
+ })), children);
977
+ }
978
+ return /*#__PURE__*/React.createElement(Icon, {
979
+ width: size,
980
+ height: size,
981
+ ref: ref,
982
+ xmlns: "http://www.w3.org/2000/svg",
983
+ viewBox: "0 0 32 32",
984
+ fill: "currentColor",
985
+ ...rest
986
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
987
+ 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"
988
+ })), children);
989
+ });
990
+ if (process.env.NODE_ENV !== "production") {
991
+ Minimize.propTypes = iconPropTypes;
992
+ }
993
+ const Misuse = /*#__PURE__*/React.forwardRef(function Misuse(_ref41, ref) {
994
+ let {
995
+ children,
996
+ size = 16,
997
+ ...rest
998
+ } = _ref41;
999
+ if (size === 16 || size === "16" || size === "16px") {
1000
+ return /*#__PURE__*/React.createElement(Icon, {
1001
+ width: size,
1002
+ height: size,
1003
+ ref: ref,
1004
+ xmlns: "http://www.w3.org/2000/svg",
1005
+ viewBox: "0 0 16 16",
1006
+ fill: "currentColor",
1007
+ ...rest
1008
+ }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1009
+ 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"
1010
+ })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1011
+ 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",
1012
+ "data-icon-path": "inner-path",
1013
+ opacity: "0"
1014
+ })), children);
1015
+ }
1016
+ if (size === 20 || size === "20" || size === "20px") {
1017
+ return /*#__PURE__*/React.createElement(Icon, {
1018
+ width: size,
1019
+ height: size,
1020
+ ref: ref,
1021
+ xmlns: "http://www.w3.org/2000/svg",
1022
+ viewBox: "0 0 20 20",
1023
+ fill: "currentColor",
1024
+ ...rest
1025
+ }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1026
+ 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"
1027
+ })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1028
+ fill: "none",
1029
+ 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",
1030
+ "data-icon-path": "inner-path",
1031
+ opacity: "0"
1032
+ })), children);
1033
+ }
1034
+ if (size === 24 || size === "24" || size === "24px") {
1035
+ return /*#__PURE__*/React.createElement(Icon, {
1036
+ width: size,
1037
+ height: size,
1038
+ ref: ref,
1039
+ xmlns: "http://www.w3.org/2000/svg",
1040
+ viewBox: "0 0 24 24",
1041
+ fill: "currentColor",
1042
+ ...rest
1043
+ }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1044
+ 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"
1045
+ })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1046
+ fill: "none",
1047
+ 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",
1048
+ "data-icon-path": "inner-path",
1049
+ opacity: "0"
1050
+ })), children);
1051
+ }
1052
+ return /*#__PURE__*/React.createElement(Icon, {
1053
+ width: size,
1054
+ height: size,
1055
+ ref: ref,
1056
+ xmlns: "http://www.w3.org/2000/svg",
1057
+ viewBox: "0 0 32 32",
1058
+ fill: "currentColor",
1059
+ ...rest
1060
+ }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1061
+ 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"
1062
+ })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1063
+ fill: "none",
1064
+ 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",
1065
+ "data-icon-path": "inner-path",
1066
+ opacity: "0"
1067
+ })), children);
1068
+ });
1069
+ if (process.env.NODE_ENV !== "production") {
1070
+ Misuse.propTypes = iconPropTypes;
1071
+ }
1072
+ const MisuseOutline = /*#__PURE__*/React.forwardRef(function MisuseOutline(_ref42, ref) {
1073
+ let {
1074
+ children,
1075
+ size = 16,
1076
+ ...rest
1077
+ } = _ref42;
1078
+ if (size === 16 || size === "16" || size === "16px") {
1079
+ return /*#__PURE__*/React.createElement(Icon, {
1080
+ width: size,
1081
+ height: size,
1082
+ ref: ref,
1083
+ xmlns: "http://www.w3.org/2000/svg",
1084
+ viewBox: "0 0 16 16",
1085
+ fill: "currentColor",
1086
+ ...rest
1087
+ }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1088
+ 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"
1089
+ })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1090
+ 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"
1091
+ })), children);
1092
+ }
1093
+ return /*#__PURE__*/React.createElement(Icon, {
1094
+ width: size,
1095
+ height: size,
1096
+ ref: ref,
1097
+ xmlns: "http://www.w3.org/2000/svg",
1098
+ viewBox: "0 0 32 32",
1099
+ fill: "currentColor",
1100
+ ...rest
1101
+ }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1102
+ 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"
1103
+ })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1104
+ 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"
1105
+ })), children);
1106
+ });
1107
+ if (process.env.NODE_ENV !== "production") {
1108
+ MisuseOutline.propTypes = iconPropTypes;
1109
+ }
1110
+ const MixedRainHail = /*#__PURE__*/React.forwardRef(function MixedRainHail(_ref43, ref) {
1111
+ let {
1112
+ children,
1113
+ size = 16,
1114
+ ...rest
1115
+ } = _ref43;
1116
+ return /*#__PURE__*/React.createElement(Icon, {
1117
+ width: size,
1118
+ height: size,
1119
+ ref: ref,
1120
+ xmlns: "http://www.w3.org/2000/svg",
1121
+ viewBox: "0 0 32 32",
1122
+ fill: "currentColor",
1123
+ ...rest
1124
+ }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1125
+ cx: "24.5",
1126
+ cy: "25.5",
1127
+ r: "1.5"
1128
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1129
+ cx: "21.5",
1130
+ cy: "29.5",
1131
+ r: "1.5"
1132
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1133
+ 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"
1134
+ })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1135
+ 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"
1136
+ })), children);
1137
+ });
1138
+ if (process.env.NODE_ENV !== "production") {
1139
+ MixedRainHail.propTypes = iconPropTypes;
1140
+ }
1141
+ const MlModelReference = /*#__PURE__*/React.forwardRef(function MlModelReference(_ref44, ref) {
1142
+ let {
1143
+ children,
1144
+ size = 16,
1145
+ ...rest
1146
+ } = _ref44;
1147
+ return /*#__PURE__*/React.createElement(Icon, {
1148
+ width: size,
1149
+ height: size,
1150
+ ref: ref,
1151
+ xmlns: "http://www.w3.org/2000/svg",
1152
+ viewBox: "0 0 32 32",
1153
+ fill: "currentColor",
1154
+ ...rest
1155
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1156
+ strokeWidth: "0",
1157
+ d: "M4 19L4 21 8.5859 21 2 27.5859 3.4141 29 10 22.4141 10 27 12 27 12 19 4 19z"
1158
+ })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1159
+ strokeWidth: "0",
1160
+ 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"
1161
+ })), children);
1162
+ });
1163
+ if (process.env.NODE_ENV !== "production") {
1164
+ MlModelReference.propTypes = iconPropTypes;
1165
+ }
1166
+ const Mobile = /*#__PURE__*/React.forwardRef(function Mobile(_ref45, ref) {
1167
+ let {
1168
+ children,
1169
+ size = 16,
1170
+ ...rest
1171
+ } = _ref45;
1172
+ return /*#__PURE__*/React.createElement(Icon, {
1173
+ width: size,
1174
+ height: size,
1175
+ ref: ref,
1176
+ xmlns: "http://www.w3.org/2000/svg",
1177
+ viewBox: "0 0 32 32",
1178
+ fill: "currentColor",
1179
+ ...rest
1180
+ }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1181
+ 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"
1182
+ })), children);
1183
+ });
1184
+ if (process.env.NODE_ENV !== "production") {
1185
+ Mobile.propTypes = iconPropTypes;
1186
+ }
1187
+ const MobileAdd = /*#__PURE__*/React.forwardRef(function MobileAdd(_ref46, ref) {
1188
+ let {
1189
+ children,
1190
+ size = 16,
1191
+ ...rest
1192
+ } = _ref46;
1193
+ return /*#__PURE__*/React.createElement(Icon, {
1194
+ width: size,
1195
+ height: size,
1196
+ ref: ref,
1197
+ xmlns: "http://www.w3.org/2000/svg",
1198
+ viewBox: "0 0 32 32",
1199
+ fill: "currentColor",
1200
+ ...rest
1201
+ }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1202
+ 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"
1203
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1204
+ 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"
1205
+ })), children);
1206
+ });
1207
+ if (process.env.NODE_ENV !== "production") {
1208
+ MobileAdd.propTypes = iconPropTypes;
1209
+ }
1210
+ const MobileAudio = /*#__PURE__*/React.forwardRef(function MobileAudio(_ref47, ref) {
1211
+ let {
1212
+ children,
1213
+ size = 16,
1214
+ ...rest
1215
+ } = _ref47;
1216
+ return /*#__PURE__*/React.createElement(Icon, {
1217
+ width: size,
1218
+ height: size,
1219
+ ref: ref,
1220
+ xmlns: "http://www.w3.org/2000/svg",
1221
+ viewBox: "0 0 32 32",
1222
+ fill: "currentColor",
1223
+ ...rest
1224
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1225
+ d: "M28 12H30V15H28zM24 7H26V20H24zM20 11H22V16H20zM16 9H18V18H16zM12 12H14V15H12z"
1226
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1227
+ cx: "13.5",
1228
+ cy: "24.5",
1229
+ r: "1.5"
1230
+ })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1231
+ 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"
1232
+ })), children);
1233
+ });
1234
+ if (process.env.NODE_ENV !== "production") {
1235
+ MobileAudio.propTypes = iconPropTypes;
1236
+ }
1237
+ const MobileCheck = /*#__PURE__*/React.forwardRef(function MobileCheck(_ref48, ref) {
1238
+ let {
1239
+ children,
1240
+ size = 16,
1241
+ ...rest
1242
+ } = _ref48;
1243
+ return /*#__PURE__*/React.createElement(Icon, {
1244
+ width: size,
1245
+ height: size,
1246
+ ref: ref,
1247
+ xmlns: "http://www.w3.org/2000/svg",
1248
+ viewBox: "0 0 32 32",
1249
+ fill: "currentColor",
1250
+ ...rest
1251
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1252
+ d: "M20 27.18L17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z"
1253
+ })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1254
+ 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"
1255
+ })), children);
1256
+ });
1257
+ if (process.env.NODE_ENV !== "production") {
1258
+ MobileCheck.propTypes = iconPropTypes;
1259
+ }
1260
+ const MobileCrash = /*#__PURE__*/React.forwardRef(function MobileCrash(_ref49, ref) {
1261
+ let {
1262
+ children,
1263
+ size = 16,
1264
+ ...rest
1265
+ } = _ref49;
1266
+ return /*#__PURE__*/React.createElement(Icon, {
1267
+ width: size,
1268
+ height: size,
1269
+ ref: ref,
1270
+ xmlns: "http://www.w3.org/2000/svg",
1271
+ viewBox: "0 0 32 32",
1272
+ fill: "currentColor",
1273
+ ...rest
1274
+ }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1275
+ 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"
1276
+ })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1277
+ 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"
1278
+ })), children);
1279
+ });
1280
+ if (process.env.NODE_ENV !== "production") {
1281
+ MobileCrash.propTypes = iconPropTypes;
1282
+ }
1283
+ const MobileDownload = /*#__PURE__*/React.forwardRef(function MobileDownload(_ref50, ref) {
1284
+ let {
1285
+ children,
1286
+ size = 16,
1287
+ ...rest
1288
+ } = _ref50;
1289
+ return /*#__PURE__*/React.createElement(Icon, {
1290
+ width: size,
1291
+ height: size,
1292
+ ref: ref,
1293
+ xmlns: "http://www.w3.org/2000/svg",
1294
+ viewBox: "0 0 32 32",
1295
+ fill: "currentColor",
1296
+ ...rest
1297
+ }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1298
+ 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"
1299
+ })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1300
+ 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"
1301
+ })), children);
1302
+ });
1303
+ if (process.env.NODE_ENV !== "production") {
1304
+ MobileDownload.propTypes = iconPropTypes;
1305
+ }
1306
+ const MobileEvent = /*#__PURE__*/React.forwardRef(function MobileEvent(_ref51, ref) {
1307
+ let {
1308
+ children,
1309
+ size = 16,
1310
+ ...rest
1311
+ } = _ref51;
1312
+ return /*#__PURE__*/React.createElement(Icon, {
1313
+ width: size,
1314
+ height: size,
1315
+ ref: ref,
1316
+ xmlns: "http://www.w3.org/2000/svg",
1317
+ viewBox: "0 0 32 32",
1318
+ fill: "currentColor",
1319
+ ...rest
1320
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1321
+ 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"
1322
+ })), children);
1323
+ });
1324
+ if (process.env.NODE_ENV !== "production") {
1325
+ MobileEvent.propTypes = iconPropTypes;
1326
+ }
1327
+ const MobileLandscape = /*#__PURE__*/React.forwardRef(function MobileLandscape(_ref52, ref) {
1328
+ let {
1329
+ children,
1330
+ size = 16,
1331
+ ...rest
1332
+ } = _ref52;
1333
+ return /*#__PURE__*/React.createElement(Icon, {
1334
+ width: size,
1335
+ height: size,
1336
+ ref: ref,
1337
+ xmlns: "http://www.w3.org/2000/svg",
1338
+ viewBox: "0 0 32 32",
1339
+ fill: "currentColor",
1340
+ ...rest
1341
+ }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1342
+ 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"
1343
+ })), children);
1344
+ });
1345
+ if (process.env.NODE_ENV !== "production") {
1346
+ MobileLandscape.propTypes = iconPropTypes;
1347
+ }
1348
+ const MobileRequest = /*#__PURE__*/React.forwardRef(function MobileRequest(_ref53, ref) {
1349
+ let {
1350
+ children,
1351
+ size = 16,
1352
+ ...rest
1353
+ } = _ref53;
1354
+ return /*#__PURE__*/React.createElement(Icon, {
1355
+ width: size,
1356
+ height: size,
1357
+ ref: ref,
1358
+ xmlns: "http://www.w3.org/2000/svg",
1359
+ viewBox: "0 0 32 32",
1360
+ fill: "currentColor",
1361
+ ...rest
1362
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1363
+ 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"
1364
+ })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1365
+ 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"
1366
+ })), children);
1367
+ });
1368
+ if (process.env.NODE_ENV !== "production") {
1369
+ MobileRequest.propTypes = iconPropTypes;
1370
+ }
1371
+ const MobileSession = /*#__PURE__*/React.forwardRef(function MobileSession(_ref54, ref) {
1372
+ let {
1373
+ children,
1374
+ size = 16,
1375
+ ...rest
1376
+ } = _ref54;
1377
+ return /*#__PURE__*/React.createElement(Icon, {
1378
+ width: size,
1379
+ height: size,
1380
+ ref: ref,
1381
+ xmlns: "http://www.w3.org/2000/svg",
1382
+ viewBox: "0 0 32 32",
1383
+ fill: "currentColor",
1384
+ ...rest
1385
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1386
+ 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"
1387
+ })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1388
+ 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"
1389
+ })), children);
1390
+ });
1391
+ if (process.env.NODE_ENV !== "production") {
1392
+ MobileSession.propTypes = iconPropTypes;
1393
+ }
1394
+ const MobileView = /*#__PURE__*/React.forwardRef(function MobileView(_ref55, ref) {
1395
+ let {
1396
+ children,
1397
+ size = 16,
1398
+ ...rest
1399
+ } = _ref55;
1400
+ return /*#__PURE__*/React.createElement(Icon, {
1401
+ width: size,
1402
+ height: size,
1403
+ ref: ref,
1404
+ xmlns: "http://www.w3.org/2000/svg",
1405
+ viewBox: "0 0 32 32",
1406
+ fill: "currentColor",
1407
+ ...rest
1408
+ }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
1409
+ cx: "23",
1410
+ cy: "24",
1411
+ r: "2"
1412
+ })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1413
+ 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"
1414
+ })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1415
+ 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"
1416
+ })), children);
1417
+ });
1418
+ if (process.env.NODE_ENV !== "production") {
1419
+ MobileView.propTypes = iconPropTypes;
1420
+ }
1421
+ const MobileViewOrientation = /*#__PURE__*/React.forwardRef(function MobileViewOrientation(_ref56, ref) {
1422
+ let {
1423
+ children,
1424
+ size = 16,
1425
+ ...rest
1426
+ } = _ref56;
1427
+ return /*#__PURE__*/React.createElement(Icon, {
1428
+ width: size,
1429
+ height: size,
1430
+ ref: ref,
1431
+ xmlns: "http://www.w3.org/2000/svg",
1432
+ viewBox: "0 0 32 32",
1433
+ fill: "currentColor",
1434
+ ...rest
1435
+ }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1436
+ d: "m28,12h-8v2h8v14h-8v2h8c1.1025,0,2-.897,2-2v-14c0-1.1025-.8975-2-2-2Z"
1437
+ })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1438
+ 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"
1439
+ })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1440
+ 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"
1441
+ })), children);
1442
+ });
1443
+ if (process.env.NODE_ENV !== "production") {
1444
+ MobileViewOrientation.propTypes = iconPropTypes;
1445
+ }
1446
+ const MobilityServices = /*#__PURE__*/React.forwardRef(function MobilityServices(_ref57, ref) {
1447
+ let {
1448
+ children,
1449
+ size = 16,
1450
+ ...rest
1451
+ } = _ref57;
1452
+ return /*#__PURE__*/React.createElement(Icon, {
1453
+ width: size,
1454
+ height: size,
1455
+ ref: ref,
1456
+ xmlns: "http://www.w3.org/2000/svg",
1457
+ viewBox: "0 0 32 32",
1458
+ fill: "currentColor",
1459
+ ...rest
1460
+ }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1461
+ 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"
1462
+ })), children);
1463
+ });
1464
+ if (process.env.NODE_ENV !== "production") {
1465
+ MobilityServices.propTypes = iconPropTypes;
1466
+ }
1467
+ const Model = /*#__PURE__*/React.forwardRef(function Model(_ref58, ref) {
1468
+ let {
1469
+ children,
1470
+ size = 16,
1471
+ ...rest
1472
+ } = _ref58;
1473
+ return /*#__PURE__*/React.createElement(Icon, {
1474
+ width: size,
1475
+ height: size,
1476
+ ref: ref,
1477
+ xmlns: "http://www.w3.org/2000/svg",
1478
+ viewBox: "0 0 32 32",
1479
+ fill: "currentColor",
1480
+ ...rest
1481
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1482
+ strokeWidth: "0",
1483
+ 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"
1484
+ })), children);
1485
+ });
1486
+ if (process.env.NODE_ENV !== "production") {
1487
+ Model.propTypes = iconPropTypes;
1488
+ }
1489
+ const ModelAlt = /*#__PURE__*/React.forwardRef(function ModelAlt(_ref59, ref) {
1490
+ let {
1491
+ children,
1492
+ size = 16,
1493
+ ...rest
1494
+ } = _ref59;
1495
+ return /*#__PURE__*/React.createElement(Icon, {
1496
+ width: size,
1497
+ height: size,
1498
+ ref: ref,
1499
+ xmlns: "http://www.w3.org/2000/svg",
1500
+ viewBox: "0 0 32 32",
1501
+ fill: "currentColor",
1502
+ ...rest
1503
+ }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1504
+ 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"
1505
+ })), children);
1506
+ });
1507
+ if (process.env.NODE_ENV !== "production") {
1508
+ ModelAlt.propTypes = iconPropTypes;
1509
+ }
1510
+ const ModelFoundation = /*#__PURE__*/React.forwardRef(function ModelFoundation(_ref60, ref) {
1511
+ let {
1512
+ children,
1513
+ size = 16,
1514
+ ...rest
1515
+ } = _ref60;
1516
+ return /*#__PURE__*/React.createElement(Icon, {
1517
+ width: size,
1518
+ height: size,
1519
+ ref: ref,
1520
+ xmlns: "http://www.w3.org/2000/svg",
1521
+ viewBox: "0 0 32 32",
1522
+ fill: "currentColor",
1523
+ ...rest
1524
+ }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1525
+ strokeWidth: "0",
1526
+ 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"
1527
+ })), children);
1528
+ });
1529
+ if (process.env.NODE_ENV !== "production") {
1530
+ ModelFoundation.propTypes = iconPropTypes;
1531
+ }
1532
+ const ModelReference = /*#__PURE__*/React.forwardRef(function ModelReference(_ref61, ref) {
1533
+ let {
1534
+ children,
1535
+ size = 16,
1536
+ ...rest
1537
+ } = _ref61;
1538
+ return /*#__PURE__*/React.createElement(Icon, {
1539
+ width: size,
1540
+ height: size,
1541
+ ref: ref,
1542
+ xmlns: "http://www.w3.org/2000/svg",
1543
+ viewBox: "0 0 32 32",
1544
+ fill: "currentColor",
1545
+ ...rest
1546
+ }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1547
+ strokeWidth: "0",
1548
+ d: "M4 20L4 22 8.5859 22 2 28.5859 3.4141 30 10 23.4141 10 28 12 28 12 20 4 20z"
1549
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1550
+ strokeWidth: "0",
1551
+ 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"
1552
+ })), children);
1553
+ });
1554
+ if (process.env.NODE_ENV !== "production") {
1555
+ ModelReference.propTypes = iconPropTypes;
1556
+ }
1557
+ const ModelTuned = /*#__PURE__*/React.forwardRef(function ModelTuned(_ref62, ref) {
1558
+ let {
1559
+ children,
1560
+ size = 16,
1561
+ ...rest
1562
+ } = _ref62;
1563
+ return /*#__PURE__*/React.createElement(Icon, {
1564
+ width: size,
1565
+ height: size,
1566
+ ref: ref,
1567
+ xmlns: "http://www.w3.org/2000/svg",
1568
+ viewBox: "0 0 32 32",
1569
+ fill: "currentColor",
1570
+ ...rest
1571
+ }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1572
+ strokeWidth: "0",
1573
+ 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"
1574
+ })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1575
+ strokeWidth: "0",
1576
+ 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"
1577
+ })), children);
1578
+ });
1579
+ if (process.env.NODE_ENV !== "production") {
1580
+ ModelTuned.propTypes = iconPropTypes;
1581
+ }
1582
+ const ModelBuilder = /*#__PURE__*/React.forwardRef(function ModelBuilder(_ref63, ref) {
1583
+ let {
1584
+ children,
1585
+ size = 16,
1586
+ ...rest
1587
+ } = _ref63;
1588
+ return /*#__PURE__*/React.createElement(Icon, {
1589
+ width: size,
1590
+ height: size,
1591
+ ref: ref,
1592
+ xmlns: "http://www.w3.org/2000/svg",
1593
+ viewBox: "0 0 32 32",
1594
+ fill: "currentColor",
1595
+ ...rest
1596
+ }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1597
+ 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"
1598
+ })), children);
1599
+ });
1600
+ if (process.env.NODE_ENV !== "production") {
1601
+ ModelBuilder.propTypes = iconPropTypes;
1602
+ }
1603
+ const ModelBuilderReference = /*#__PURE__*/React.forwardRef(function ModelBuilderReference(_ref64, ref) {
1604
+ let {
1605
+ children,
1606
+ size = 16,
1607
+ ...rest
1608
+ } = _ref64;
1609
+ return /*#__PURE__*/React.createElement(Icon, {
1610
+ width: size,
1611
+ height: size,
1612
+ ref: ref,
1613
+ xmlns: "http://www.w3.org/2000/svg",
1614
+ viewBox: "0 0 32 32",
1615
+ fill: "currentColor",
1616
+ ...rest
1617
+ }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1618
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
1619
+ })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1620
+ d: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12V28h2V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8Zm20,0H24V6h4Z"
1621
+ })), children);
1622
+ });
1623
+ if (process.env.NODE_ENV !== "production") {
1624
+ ModelBuilderReference.propTypes = iconPropTypes;
1625
+ }
1626
+ const Money = /*#__PURE__*/React.forwardRef(function Money(_ref65, ref) {
1627
+ let {
1628
+ children,
1629
+ size = 16,
1630
+ ...rest
1631
+ } = _ref65;
1632
+ return /*#__PURE__*/React.createElement(Icon, {
1633
+ width: size,
1634
+ height: size,
1635
+ ref: ref,
1636
+ xmlns: "http://www.w3.org/2000/svg",
1637
+ viewBox: "0 0 32 32",
1638
+ fill: "currentColor",
1639
+ ...rest
1640
+ }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1641
+ 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"
1642
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1643
+ 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"
1644
+ })), children);
1645
+ });
1646
+ if (process.env.NODE_ENV !== "production") {
1647
+ Money.propTypes = iconPropTypes;
1648
+ }
1649
+ const Monster = /*#__PURE__*/React.forwardRef(function Monster(_ref66, ref) {
1650
+ let {
1651
+ children,
1652
+ size = 16,
1653
+ ...rest
1654
+ } = _ref66;
1655
+ return /*#__PURE__*/React.createElement(Icon, {
1656
+ width: size,
1657
+ height: size,
1658
+ ref: ref,
1659
+ xmlns: "http://www.w3.org/2000/svg",
1660
+ viewBox: "0 0 32 32",
1661
+ fill: "currentColor",
1662
+ ...rest
1663
+ }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1664
+ 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"
1665
+ })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1666
+ 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"
1667
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1668
+ d: "M9 14H14V16H9zM18 14H23V16H18z"
1669
+ })), children);
1670
+ });
1671
+ if (process.env.NODE_ENV !== "production") {
1672
+ Monster.propTypes = iconPropTypes;
1673
+ }
1674
+ const Monument = /*#__PURE__*/React.forwardRef(function Monument(_ref67, ref) {
1675
+ let {
1676
+ children,
1677
+ size = 16,
1678
+ ...rest
1679
+ } = _ref67;
1680
+ return /*#__PURE__*/React.createElement(Icon, {
1681
+ width: size,
1682
+ height: size,
1683
+ ref: ref,
1684
+ xmlns: "http://www.w3.org/2000/svg",
1685
+ viewBox: "0 0 32 32",
1686
+ fill: "currentColor",
1687
+ ...rest
1688
+ }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1689
+ d: "M20,28V6L16,2,12,6V28H2v2H30V28Zm-6,0V6.8281l2-2,2,2V28Z"
1690
+ })), children);
1691
+ });
1692
+ if (process.env.NODE_ENV !== "production") {
1693
+ Monument.propTypes = iconPropTypes;
1694
+ }
1695
+ const Moon = /*#__PURE__*/React.forwardRef(function Moon(_ref68, ref) {
1696
+ let {
1697
+ children,
1698
+ size = 16,
1699
+ ...rest
1700
+ } = _ref68;
1701
+ return /*#__PURE__*/React.createElement(Icon, {
1702
+ width: size,
1703
+ height: size,
1704
+ ref: ref,
1705
+ xmlns: "http://www.w3.org/2000/svg",
1706
+ viewBox: "0 0 32 32",
1707
+ fill: "currentColor",
1708
+ ...rest
1709
+ }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1710
+ 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"
1711
+ })), children);
1712
+ });
1713
+ if (process.env.NODE_ENV !== "production") {
1714
+ Moon.propTypes = iconPropTypes;
1715
+ }
1716
+ const Moonrise = /*#__PURE__*/React.forwardRef(function Moonrise(_ref69, ref) {
1717
+ let {
1718
+ children,
1719
+ size = 16,
1720
+ ...rest
1721
+ } = _ref69;
1722
+ return /*#__PURE__*/React.createElement(Icon, {
1723
+ width: size,
1724
+ height: size,
1725
+ ref: ref,
1726
+ xmlns: "http://www.w3.org/2000/svg",
1727
+ viewBox: "0 0 32 32",
1728
+ fill: "currentColor",
1729
+ ...rest
1730
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1731
+ 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"
1732
+ })), children);
1733
+ });
1734
+ if (process.env.NODE_ENV !== "production") {
1735
+ Moonrise.propTypes = iconPropTypes;
1736
+ }
1737
+ const Moonset = /*#__PURE__*/React.forwardRef(function Moonset(_ref70, ref) {
1738
+ let {
1739
+ children,
1740
+ size = 16,
1741
+ ...rest
1742
+ } = _ref70;
1743
+ return /*#__PURE__*/React.createElement(Icon, {
1744
+ width: size,
1745
+ height: size,
1746
+ ref: ref,
1747
+ xmlns: "http://www.w3.org/2000/svg",
1748
+ viewBox: "0 0 32 32",
1749
+ fill: "currentColor",
1750
+ ...rest
1751
+ }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1752
+ 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"
1753
+ })), children);
1754
+ });
1755
+ if (process.env.NODE_ENV !== "production") {
1756
+ Moonset.propTypes = iconPropTypes;
1757
+ }
1758
+ const MostlyCloudy = /*#__PURE__*/React.forwardRef(function MostlyCloudy(_ref71, ref) {
1759
+ let {
1760
+ children,
1761
+ size = 16,
1762
+ ...rest
1763
+ } = _ref71;
1764
+ return /*#__PURE__*/React.createElement(Icon, {
1765
+ width: size,
1766
+ height: size,
1767
+ ref: ref,
1768
+ xmlns: "http://www.w3.org/2000/svg",
1769
+ viewBox: "0 0 32 32",
1770
+ fill: "currentColor",
1771
+ ...rest
1772
+ }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1773
+ 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",
1774
+ transform: "translate(0 .005)"
1775
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1776
+ d: "M26 13.005H30V15.005H26z"
1777
+ })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1778
+ d: "M23.071 5.929H27.071V7.929H23.071z",
1779
+ transform: "rotate(-45 25.077 6.931)"
1780
+ })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1781
+ d: "M17 2.005H19V6.005H17z"
1782
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1783
+ d: "M9.929 4.929H11.929V8.929H9.929z",
1784
+ transform: "rotate(-45 10.935 6.931)"
1785
+ })), children);
1786
+ });
1787
+ if (process.env.NODE_ENV !== "production") {
1788
+ MostlyCloudy.propTypes = iconPropTypes;
1789
+ }
1790
+ const MostlyCloudyNight = /*#__PURE__*/React.forwardRef(function MostlyCloudyNight(_ref72, ref) {
1791
+ let {
1792
+ children,
1793
+ size = 16,
1794
+ ...rest
1795
+ } = _ref72;
1796
+ return /*#__PURE__*/React.createElement(Icon, {
1797
+ width: size,
1798
+ height: size,
1799
+ ref: ref,
1800
+ xmlns: "http://www.w3.org/2000/svg",
1801
+ viewBox: "0 0 32 32",
1802
+ fill: "currentColor",
1803
+ ...rest
1804
+ }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1805
+ 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"
1806
+ })), children);
1807
+ });
1808
+ if (process.env.NODE_ENV !== "production") {
1809
+ MostlyCloudyNight.propTypes = iconPropTypes;
1810
+ }
1811
+ const Mountain = /*#__PURE__*/React.forwardRef(function Mountain(_ref73, ref) {
1812
+ let {
1813
+ children,
1814
+ size = 16,
1815
+ ...rest
1816
+ } = _ref73;
1817
+ return /*#__PURE__*/React.createElement(Icon, {
1818
+ width: size,
1819
+ height: size,
1820
+ ref: ref,
1821
+ xmlns: "http://www.w3.org/2000/svg",
1822
+ viewBox: "0 0 32 32",
1823
+ fill: "currentColor",
1824
+ ...rest
1825
+ }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1826
+ 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"
1827
+ })), children);
1828
+ });
1829
+ if (process.env.NODE_ENV !== "production") {
1830
+ Mountain.propTypes = iconPropTypes;
1831
+ }
1832
+ const Mov = /*#__PURE__*/React.forwardRef(function Mov(_ref74, ref) {
1833
+ let {
1834
+ children,
1835
+ size = 16,
1836
+ ...rest
1837
+ } = _ref74;
1838
+ return /*#__PURE__*/React.createElement(Icon, {
1839
+ width: size,
1840
+ height: size,
1841
+ ref: ref,
1842
+ xmlns: "http://www.w3.org/2000/svg",
1843
+ viewBox: "0 0 32 32",
1844
+ fill: "currentColor",
1845
+ ...rest
1846
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1847
+ 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"
1848
+ })), children);
1849
+ });
1850
+ if (process.env.NODE_ENV !== "production") {
1851
+ Mov.propTypes = iconPropTypes;
1852
+ }
1853
+ const Move = /*#__PURE__*/React.forwardRef(function Move(_ref75, ref) {
1854
+ let {
1855
+ children,
1856
+ size = 16,
1857
+ ...rest
1858
+ } = _ref75;
1859
+ return /*#__PURE__*/React.createElement(Icon, {
1860
+ width: size,
1861
+ height: size,
1862
+ ref: ref,
1863
+ xmlns: "http://www.w3.org/2000/svg",
1864
+ viewBox: "0 0 32 32",
1865
+ fill: "currentColor",
1866
+ ...rest
1867
+ }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1868
+ 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"
1869
+ })), children);
1870
+ });
1871
+ if (process.env.NODE_ENV !== "production") {
1872
+ Move.propTypes = iconPropTypes;
1873
+ }
1874
+ const Movement = /*#__PURE__*/React.forwardRef(function Movement(_ref76, ref) {
1875
+ let {
1876
+ children,
1877
+ size = 16,
1878
+ ...rest
1879
+ } = _ref76;
1880
+ return /*#__PURE__*/React.createElement(Icon, {
1881
+ width: size,
1882
+ height: size,
1883
+ ref: ref,
1884
+ xmlns: "http://www.w3.org/2000/svg",
1885
+ viewBox: "0 0 32 32",
1886
+ fill: "currentColor",
1887
+ ...rest
1888
+ }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1889
+ 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"
1890
+ })), children);
1891
+ });
1892
+ if (process.env.NODE_ENV !== "production") {
1893
+ Movement.propTypes = iconPropTypes;
1894
+ }
1895
+ const Mp3 = /*#__PURE__*/React.forwardRef(function Mp3(_ref77, ref) {
1896
+ let {
1897
+ children,
1898
+ size = 16,
1899
+ ...rest
1900
+ } = _ref77;
1901
+ return /*#__PURE__*/React.createElement(Icon, {
1902
+ width: size,
1903
+ height: size,
1904
+ ref: ref,
1905
+ xmlns: "http://www.w3.org/2000/svg",
1906
+ viewBox: "0 0 32 32",
1907
+ fill: "currentColor",
1908
+ ...rest
1909
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1910
+ 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"
1911
+ })), children);
1912
+ });
1913
+ if (process.env.NODE_ENV !== "production") {
1914
+ Mp3.propTypes = iconPropTypes;
1915
+ }
1916
+ const Mp4 = /*#__PURE__*/React.forwardRef(function Mp4(_ref78, ref) {
1917
+ let {
1918
+ children,
1919
+ size = 16,
1920
+ ...rest
1921
+ } = _ref78;
1922
+ return /*#__PURE__*/React.createElement(Icon, {
1923
+ width: size,
1924
+ height: size,
1925
+ ref: ref,
1926
+ xmlns: "http://www.w3.org/2000/svg",
1927
+ viewBox: "0 0 32 32",
1928
+ fill: "currentColor",
1929
+ ...rest
1930
+ }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1931
+ 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"
1932
+ })), children);
1933
+ });
1934
+ if (process.env.NODE_ENV !== "production") {
1935
+ Mp4.propTypes = iconPropTypes;
1936
+ }
1937
+ const Mpeg = /*#__PURE__*/React.forwardRef(function Mpeg(_ref79, ref) {
1938
+ let {
1939
+ children,
1940
+ size = 16,
1941
+ ...rest
1942
+ } = _ref79;
1943
+ return /*#__PURE__*/React.createElement(Icon, {
1944
+ width: size,
1945
+ height: size,
1946
+ ref: ref,
1947
+ xmlns: "http://www.w3.org/2000/svg",
1948
+ viewBox: "0 0 32 32",
1949
+ fill: "currentColor",
1950
+ ...rest
1951
+ }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1952
+ 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"
1953
+ })), children);
1954
+ });
1955
+ if (process.env.NODE_ENV !== "production") {
1956
+ Mpeg.propTypes = iconPropTypes;
1957
+ }
1958
+ const Mpg2 = /*#__PURE__*/React.forwardRef(function Mpg2(_ref80, ref) {
1959
+ let {
1960
+ children,
1961
+ size = 16,
1962
+ ...rest
1963
+ } = _ref80;
1964
+ return /*#__PURE__*/React.createElement(Icon, {
1965
+ width: size,
1966
+ height: size,
1967
+ ref: ref,
1968
+ xmlns: "http://www.w3.org/2000/svg",
1969
+ viewBox: "0 0 32 32",
1970
+ fill: "currentColor",
1971
+ ...rest
1972
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1973
+ 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"
1974
+ })), children);
1975
+ });
1976
+ if (process.env.NODE_ENV !== "production") {
1977
+ Mpg2.propTypes = iconPropTypes;
1978
+ }
1979
+ const Music = /*#__PURE__*/React.forwardRef(function Music(_ref81, ref) {
1980
+ let {
1981
+ children,
1982
+ size = 16,
1983
+ ...rest
1984
+ } = _ref81;
1985
+ return /*#__PURE__*/React.createElement(Icon, {
1986
+ width: size,
1987
+ height: size,
1988
+ ref: ref,
1989
+ xmlns: "http://www.w3.org/2000/svg",
1990
+ viewBox: "0 0 32 32",
1991
+ fill: "currentColor",
1992
+ ...rest
1993
+ }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1994
+ 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"
1995
+ })), children);
1996
+ });
1997
+ if (process.env.NODE_ENV !== "production") {
1998
+ Music.propTypes = iconPropTypes;
1999
+ }
2000
+ const MusicAdd = /*#__PURE__*/React.forwardRef(function MusicAdd(_ref82, ref) {
2001
+ let {
2002
+ children,
2003
+ size = 16,
2004
+ ...rest
2005
+ } = _ref82;
2006
+ return /*#__PURE__*/React.createElement(Icon, {
2007
+ width: size,
2008
+ height: size,
2009
+ ref: ref,
2010
+ xmlns: "http://www.w3.org/2000/svg",
2011
+ viewBox: "0 0 32 32",
2012
+ fill: "currentColor",
2013
+ ...rest
2014
+ }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2015
+ 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"
2016
+ })), children);
2017
+ });
2018
+ if (process.env.NODE_ENV !== "production") {
2019
+ MusicAdd.propTypes = iconPropTypes;
2020
+ }
2021
+ const MusicRemove = /*#__PURE__*/React.forwardRef(function MusicRemove(_ref83, ref) {
2022
+ let {
2023
+ children,
2024
+ size = 16,
2025
+ ...rest
2026
+ } = _ref83;
2027
+ return /*#__PURE__*/React.createElement(Icon, {
2028
+ width: size,
2029
+ height: size,
2030
+ ref: ref,
2031
+ xmlns: "http://www.w3.org/2000/svg",
2032
+ viewBox: "0 0 32 32",
2033
+ fill: "currentColor",
2034
+ ...rest
2035
+ }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2036
+ 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"
2037
+ })), children);
2038
+ });
2039
+ if (process.env.NODE_ENV !== "production") {
2040
+ MusicRemove.propTypes = iconPropTypes;
2041
+ }
2042
+ const Mysql = /*#__PURE__*/React.forwardRef(function Mysql(_ref84, ref) {
2043
+ let {
2044
+ children,
2045
+ size = 16,
2046
+ ...rest
2047
+ } = _ref84;
2048
+ return /*#__PURE__*/React.createElement(Icon, {
2049
+ width: size,
2050
+ height: size,
2051
+ ref: ref,
2052
+ xmlns: "http://www.w3.org/2000/svg",
2053
+ viewBox: "0 0 32 32",
2054
+ fill: "currentColor",
2055
+ ...rest
2056
+ }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2057
+ 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"
2058
+ })), children);
2059
+ });
2060
+ if (process.env.NODE_ENV !== "production") {
2061
+ Mysql.propTypes = iconPropTypes;
2062
+ }
2063
+ const NameSpace = /*#__PURE__*/React.forwardRef(function NameSpace(_ref85, ref) {
2064
+ let {
2065
+ children,
2066
+ size = 16,
2067
+ ...rest
2068
+ } = _ref85;
2069
+ return /*#__PURE__*/React.createElement(Icon, {
2070
+ width: size,
2071
+ height: size,
2072
+ ref: ref,
2073
+ xmlns: "http://www.w3.org/2000/svg",
2074
+ viewBox: "0 0 32 32",
2075
+ fill: "currentColor",
2076
+ ...rest
2077
+ }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2078
+ 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"
2079
+ })), children);
2080
+ });
2081
+ if (process.env.NODE_ENV !== "production") {
2082
+ NameSpace.propTypes = iconPropTypes;
2083
+ }
2084
+ const NavaidCivil = /*#__PURE__*/React.forwardRef(function NavaidCivil(_ref86, ref) {
2085
+ let {
2086
+ children,
2087
+ size = 16,
2088
+ ...rest
2089
+ } = _ref86;
2090
+ return /*#__PURE__*/React.createElement(Icon, {
2091
+ width: size,
2092
+ height: size,
2093
+ ref: ref,
2094
+ xmlns: "http://www.w3.org/2000/svg",
2095
+ viewBox: "0 0 32 32",
2096
+ fill: "currentColor",
2097
+ ...rest
2098
+ }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2099
+ 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"
2100
+ })), children);
2101
+ });
2102
+ if (process.env.NODE_ENV !== "production") {
2103
+ NavaidCivil.propTypes = iconPropTypes;
2104
+ }
2105
+ const NavaidDme = /*#__PURE__*/React.forwardRef(function NavaidDme(_ref87, ref) {
2106
+ let {
2107
+ children,
2108
+ size = 16,
2109
+ ...rest
2110
+ } = _ref87;
2111
+ return /*#__PURE__*/React.createElement(Icon, {
2112
+ width: size,
2113
+ height: size,
2114
+ ref: ref,
2115
+ xmlns: "http://www.w3.org/2000/svg",
2116
+ viewBox: "0 0 32 32",
2117
+ fill: "currentColor",
2118
+ ...rest
2119
+ }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2120
+ 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"
2121
+ })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2122
+ 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"
2123
+ })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2124
+ 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"
2125
+ })), children);
2126
+ });
2127
+ if (process.env.NODE_ENV !== "production") {
2128
+ NavaidDme.propTypes = iconPropTypes;
2129
+ }
2130
+ const NavaidHelipad = /*#__PURE__*/React.forwardRef(function NavaidHelipad(_ref88, ref) {
2131
+ let {
2132
+ children,
2133
+ size = 16,
2134
+ ...rest
2135
+ } = _ref88;
2136
+ return /*#__PURE__*/React.createElement(Icon, {
2137
+ width: size,
2138
+ height: size,
2139
+ ref: ref,
2140
+ xmlns: "http://www.w3.org/2000/svg",
2141
+ viewBox: "0 0 32 32",
2142
+ fill: "currentColor",
2143
+ ...rest
2144
+ }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2145
+ 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"
2146
+ })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2147
+ 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"
2148
+ })), children);
2149
+ });
2150
+ if (process.env.NODE_ENV !== "production") {
2151
+ NavaidHelipad.propTypes = iconPropTypes;
2152
+ }
2153
+ const NavaidMilitary = /*#__PURE__*/React.forwardRef(function NavaidMilitary(_ref89, ref) {
2154
+ let {
2155
+ children,
2156
+ size = 16,
2157
+ ...rest
2158
+ } = _ref89;
2159
+ return /*#__PURE__*/React.createElement(Icon, {
2160
+ width: size,
2161
+ height: size,
2162
+ ref: ref,
2163
+ xmlns: "http://www.w3.org/2000/svg",
2164
+ viewBox: "0 0 32 32",
2165
+ fill: "currentColor",
2166
+ ...rest
2167
+ }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2168
+ 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"
2169
+ })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2170
+ 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"
2171
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
2172
+ cx: "16",
2173
+ cy: "16",
2174
+ r: "2"
2175
+ })), children);
2176
+ });
2177
+ if (process.env.NODE_ENV !== "production") {
2178
+ NavaidMilitary.propTypes = iconPropTypes;
2179
+ }
2180
+ const NavaidMilitaryCivil = /*#__PURE__*/React.forwardRef(function NavaidMilitaryCivil(_ref90, ref) {
2181
+ let {
2182
+ children,
2183
+ size = 16,
2184
+ ...rest
2185
+ } = _ref90;
2186
+ return /*#__PURE__*/React.createElement(Icon, {
2187
+ width: size,
2188
+ height: size,
2189
+ ref: ref,
2190
+ xmlns: "http://www.w3.org/2000/svg",
2191
+ viewBox: "0 0 32 32",
2192
+ fill: "currentColor",
2193
+ ...rest
2194
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2195
+ 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"
2196
+ })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2197
+ 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"
2198
+ })), children);
2199
+ });
2200
+ if (process.env.NODE_ENV !== "production") {
2201
+ NavaidMilitaryCivil.propTypes = iconPropTypes;
2202
+ }
2203
+ const NavaidNdb = /*#__PURE__*/React.forwardRef(function NavaidNdb(_ref91, ref) {
2204
+ let {
2205
+ children,
2206
+ size = 16,
2207
+ ...rest
2208
+ } = _ref91;
2209
+ return /*#__PURE__*/React.createElement(Icon, {
2210
+ width: size,
2211
+ height: size,
2212
+ ref: ref,
2213
+ xmlns: "http://www.w3.org/2000/svg",
2214
+ viewBox: "0 0 32 32",
2215
+ fill: "currentColor",
2216
+ ...rest
2217
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2218
+ 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"
2219
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
2220
+ cx: "16",
2221
+ cy: "16",
2222
+ r: "2"
2223
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
2224
+ cx: "16",
2225
+ cy: "4",
2226
+ r: "2"
2227
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
2228
+ cx: "16",
2229
+ cy: "28",
2230
+ r: "2"
2231
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
2232
+ cx: "28",
2233
+ cy: "16",
2234
+ r: "2"
2235
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
2236
+ cx: "4",
2237
+ cy: "16",
2238
+ r: "2"
2239
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
2240
+ cx: "7.515",
2241
+ cy: "7.515",
2242
+ r: "2"
2243
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2244
+ cx: "24.485",
2245
+ cy: "24.485",
2246
+ r: "2"
2247
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2248
+ cx: "24.485",
2249
+ cy: "7.515",
2250
+ r: "2"
2251
+ })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
2252
+ cx: "7.515",
2253
+ cy: "24.485",
2254
+ r: "2"
2255
+ })), children);
2256
+ });
2257
+ if (process.env.NODE_ENV !== "production") {
2258
+ NavaidNdb.propTypes = iconPropTypes;
2259
+ }
2260
+ const NavaidNdbDme = /*#__PURE__*/React.forwardRef(function NavaidNdbDme(_ref92, ref) {
2261
+ let {
2262
+ children,
2263
+ size = 16,
2264
+ ...rest
2265
+ } = _ref92;
2266
+ return /*#__PURE__*/React.createElement(Icon, {
2267
+ width: size,
2268
+ height: size,
2269
+ ref: ref,
2270
+ xmlns: "http://www.w3.org/2000/svg",
2271
+ viewBox: "0 0 32 32",
2272
+ fill: "currentColor",
2273
+ ...rest
2274
+ }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2275
+ 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"
2276
+ })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
2277
+ cx: "16",
2278
+ cy: "16",
2279
+ r: "2"
2280
+ })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
2281
+ cx: "16",
2282
+ cy: "7",
2283
+ r: "1"
2284
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
2285
+ cx: "16",
2286
+ cy: "3",
2287
+ r: "1"
2288
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2289
+ cx: "16",
2290
+ cy: "25",
2291
+ r: "1"
2292
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
2293
+ cx: "16",
2294
+ cy: "29",
2295
+ r: "1"
2296
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
2297
+ cx: "25",
2298
+ cy: "16",
2299
+ r: "1"
2300
+ })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
2301
+ cx: "29",
2302
+ cy: "16",
2303
+ r: "1"
2304
+ })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
2305
+ cx: "7",
2306
+ cy: "16",
2307
+ r: "1"
2308
+ })), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2309
+ cx: "3",
2310
+ cy: "16",
2311
+ r: "1"
2312
+ })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
2313
+ cx: "9.636",
2314
+ cy: "9.636",
2315
+ r: "1"
2316
+ })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
2317
+ cx: "7",
2318
+ cy: "7",
2319
+ r: "1"
2320
+ })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
2321
+ cx: "22.364",
2322
+ cy: "22.364",
2323
+ r: "1"
2324
+ })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
2325
+ cx: "25",
2326
+ cy: "25",
2327
+ r: "1"
2328
+ })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
2329
+ cx: "22.364",
2330
+ cy: "9.636",
2331
+ r: "1"
2332
+ })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
2333
+ cx: "25",
2334
+ cy: "7",
2335
+ r: "1"
2336
+ })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
2337
+ cx: "9.636",
2338
+ cy: "22.364",
2339
+ r: "1"
2340
+ })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
2341
+ cx: "7",
2342
+ cy: "25",
2343
+ r: "1"
2344
+ })), children);
2345
+ });
2346
+ if (process.env.NODE_ENV !== "production") {
2347
+ NavaidNdbDme.propTypes = iconPropTypes;
2348
+ }
2349
+ const NavaidPrivate = /*#__PURE__*/React.forwardRef(function NavaidPrivate(_ref93, ref) {
2350
+ let {
2351
+ children,
2352
+ size = 16,
2353
+ ...rest
2354
+ } = _ref93;
2355
+ return /*#__PURE__*/React.createElement(Icon, {
2356
+ width: size,
2357
+ height: size,
2358
+ ref: ref,
2359
+ xmlns: "http://www.w3.org/2000/svg",
2360
+ viewBox: "0 0 32 32",
2361
+ fill: "currentColor",
2362
+ ...rest
2363
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2364
+ 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"
2365
+ })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2366
+ 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"
2367
+ })), children);
2368
+ });
2369
+ if (process.env.NODE_ENV !== "production") {
2370
+ NavaidPrivate.propTypes = iconPropTypes;
2371
+ }
2372
+ const NavaidSeaplane = /*#__PURE__*/React.forwardRef(function NavaidSeaplane(_ref94, ref) {
2373
+ let {
2374
+ children,
2375
+ size = 16,
2376
+ ...rest
2377
+ } = _ref94;
2378
+ return /*#__PURE__*/React.createElement(Icon, {
2379
+ width: size,
2380
+ height: size,
2381
+ ref: ref,
2382
+ xmlns: "http://www.w3.org/2000/svg",
2383
+ viewBox: "0 0 32 32",
2384
+ fill: "currentColor",
2385
+ ...rest
2386
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2387
+ 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"
2388
+ })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2389
+ 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"
2390
+ })), children);
2391
+ });
2392
+ if (process.env.NODE_ENV !== "production") {
2393
+ NavaidSeaplane.propTypes = iconPropTypes;
2394
+ }
2395
+ const NavaidTacan = /*#__PURE__*/React.forwardRef(function NavaidTacan(_ref95, ref) {
2396
+ let {
2397
+ children,
2398
+ size = 16,
2399
+ ...rest
2400
+ } = _ref95;
2401
+ return /*#__PURE__*/React.createElement(Icon, {
2402
+ width: size,
2403
+ height: size,
2404
+ ref: ref,
2405
+ xmlns: "http://www.w3.org/2000/svg",
2406
+ viewBox: "0 0 32 32",
2407
+ fill: "currentColor",
2408
+ ...rest
2409
+ }, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
2410
+ cx: "16",
2411
+ cy: "14",
2412
+ r: "2"
2413
+ })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2414
+ 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"
2415
+ })), children);
2416
+ });
2417
+ if (process.env.NODE_ENV !== "production") {
2418
+ NavaidTacan.propTypes = iconPropTypes;
2419
+ }
2420
+ const NavaidVhfor = /*#__PURE__*/React.forwardRef(function NavaidVhfor(_ref96, ref) {
2421
+ let {
2422
+ children,
2423
+ size = 16,
2424
+ ...rest
2425
+ } = _ref96;
2426
+ return /*#__PURE__*/React.createElement(Icon, {
2427
+ width: size,
2428
+ height: size,
2429
+ ref: ref,
2430
+ xmlns: "http://www.w3.org/2000/svg",
2431
+ viewBox: "0 0 32 32",
2432
+ fill: "currentColor",
2433
+ ...rest
2434
+ }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2435
+ 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"
2436
+ })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2437
+ 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"
2438
+ })), children);
2439
+ });
2440
+ if (process.env.NODE_ENV !== "production") {
2441
+ NavaidVhfor.propTypes = iconPropTypes;
2442
+ }
2443
+ const NavaidVor = /*#__PURE__*/React.forwardRef(function NavaidVor(_ref97, ref) {
2444
+ let {
2445
+ children,
2446
+ size = 16,
2447
+ ...rest
2448
+ } = _ref97;
2449
+ return /*#__PURE__*/React.createElement(Icon, {
2450
+ width: size,
2451
+ height: size,
2452
+ ref: ref,
2453
+ xmlns: "http://www.w3.org/2000/svg",
2454
+ viewBox: "0 0 32 32",
2455
+ fill: "currentColor",
2456
+ ...rest
2457
+ }, _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
2458
+ cx: "16",
2459
+ cy: "16",
2460
+ r: "2"
2461
+ })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2462
+ 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"
2463
+ })), children);
2464
+ });
2465
+ if (process.env.NODE_ENV !== "production") {
2466
+ NavaidVor.propTypes = iconPropTypes;
2467
+ }
2468
+ const NavaidVordme = /*#__PURE__*/React.forwardRef(function NavaidVordme(_ref98, ref) {
2469
+ let {
2470
+ children,
2471
+ size = 16,
2472
+ ...rest
2473
+ } = _ref98;
2474
+ return /*#__PURE__*/React.createElement(Icon, {
2475
+ width: size,
2476
+ height: size,
2477
+ ref: ref,
2478
+ xmlns: "http://www.w3.org/2000/svg",
2479
+ viewBox: "0 0 32 32",
2480
+ fill: "currentColor",
2481
+ ...rest
2482
+ }, _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
2483
+ cx: "16",
2484
+ cy: "16",
2485
+ r: "2"
2486
+ })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2487
+ 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"
2488
+ })), children);
2489
+ });
2490
+ if (process.env.NODE_ENV !== "production") {
2491
+ NavaidVordme.propTypes = iconPropTypes;
2492
+ }
2493
+ const NavaidVortac = /*#__PURE__*/React.forwardRef(function NavaidVortac(_ref99, ref) {
2494
+ let {
2495
+ children,
2496
+ size = 16,
2497
+ ...rest
2498
+ } = _ref99;
2499
+ return /*#__PURE__*/React.createElement(Icon, {
2500
+ width: size,
2501
+ height: size,
2502
+ ref: ref,
2503
+ xmlns: "http://www.w3.org/2000/svg",
2504
+ viewBox: "0 0 32 32",
2505
+ fill: "currentColor",
2506
+ ...rest
2507
+ }, _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
2508
+ cx: "16",
2509
+ cy: "14",
2510
+ r: "2"
2511
+ })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2512
+ 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"
2513
+ })), children);
2514
+ });
2515
+ if (process.env.NODE_ENV !== "production") {
2516
+ NavaidVortac.propTypes = iconPropTypes;
2517
+ }
2518
+ const Need = /*#__PURE__*/React.forwardRef(function Need(_ref100, ref) {
2519
+ let {
2520
+ children,
2521
+ size = 16,
2522
+ ...rest
2523
+ } = _ref100;
2524
+ return /*#__PURE__*/React.createElement(Icon, {
2525
+ width: size,
2526
+ height: size,
2527
+ ref: ref,
2528
+ xmlns: "http://www.w3.org/2000/svg",
2529
+ viewBox: "0 0 32 32",
2530
+ fill: "currentColor",
2531
+ ...rest
2532
+ }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2533
+ 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"
2534
+ })), children);
2535
+ });
2536
+ if (process.env.NODE_ENV !== "production") {
2537
+ Need.propTypes = iconPropTypes;
2538
+ }
2539
+ const Network_1 = /*#__PURE__*/React.forwardRef(function Network_1(_ref101, ref) {
2540
+ let {
2541
+ children,
2542
+ size = 16,
2543
+ ...rest
2544
+ } = _ref101;
2545
+ return /*#__PURE__*/React.createElement(Icon, {
2546
+ width: size,
2547
+ height: size,
2548
+ ref: ref,
2549
+ xmlns: "http://www.w3.org/2000/svg",
2550
+ viewBox: "0 0 32 32",
2551
+ fill: "currentColor",
2552
+ ...rest
2553
+ }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2554
+ 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"
2555
+ })), children);
2556
+ });
2557
+ if (process.env.NODE_ENV !== "production") {
2558
+ Network_1.propTypes = iconPropTypes;
2559
+ }
2560
+ const Network_2 = /*#__PURE__*/React.forwardRef(function Network_2(_ref102, ref) {
2561
+ let {
2562
+ children,
2563
+ size = 16,
2564
+ ...rest
2565
+ } = _ref102;
2566
+ return /*#__PURE__*/React.createElement(Icon, {
2567
+ width: size,
2568
+ height: size,
2569
+ ref: ref,
2570
+ xmlns: "http://www.w3.org/2000/svg",
2571
+ viewBox: "0 0 32 32",
2572
+ fill: "currentColor",
2573
+ ...rest
2574
+ }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2575
+ 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"
2576
+ })), children);
2577
+ });
2578
+ if (process.env.NODE_ENV !== "production") {
2579
+ Network_2.propTypes = iconPropTypes;
2580
+ }
2581
+ const Network_3 = /*#__PURE__*/React.forwardRef(function Network_3(_ref103, ref) {
2582
+ let {
2583
+ children,
2584
+ size = 16,
2585
+ ...rest
2586
+ } = _ref103;
2587
+ return /*#__PURE__*/React.createElement(Icon, {
2588
+ width: size,
2589
+ height: size,
2590
+ ref: ref,
2591
+ xmlns: "http://www.w3.org/2000/svg",
2592
+ viewBox: "0 0 32 32",
2593
+ fill: "currentColor",
2594
+ ...rest
2595
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2596
+ d: "M30 30H22V22h8zm-6-2h4V24H24zM20 27H8A6 6 0 018 15h2v2H8a4 4 0 000 8H20z"
2597
+ })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2598
+ d: "M20,20H12V12h8Zm-6-2h4V14H14Z"
2599
+ })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2600
+ d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
2601
+ })), children);
2602
+ });
2603
+ if (process.env.NODE_ENV !== "production") {
2604
+ Network_3.propTypes = iconPropTypes;
2605
+ }
2606
+ const Network_3Reference = /*#__PURE__*/React.forwardRef(function Network_3Reference(_ref104, ref) {
2607
+ let {
2608
+ children,
2609
+ size = 16,
2610
+ ...rest
2611
+ } = _ref104;
2612
+ return /*#__PURE__*/React.createElement(Icon, {
2613
+ width: size,
2614
+ height: size,
2615
+ ref: ref,
2616
+ xmlns: "http://www.w3.org/2000/svg",
2617
+ viewBox: "0 0 32 32",
2618
+ fill: "currentColor",
2619
+ ...rest
2620
+ }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2621
+ 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"
2622
+ })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2623
+ d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
2624
+ })), children);
2625
+ });
2626
+ if (process.env.NODE_ENV !== "production") {
2627
+ Network_3Reference.propTypes = iconPropTypes;
2628
+ }
2629
+ const Network_4 = /*#__PURE__*/React.forwardRef(function Network_4(_ref105, ref) {
2630
+ let {
2631
+ children,
2632
+ size = 16,
2633
+ ...rest
2634
+ } = _ref105;
2635
+ return /*#__PURE__*/React.createElement(Icon, {
2636
+ width: size,
2637
+ height: size,
2638
+ ref: ref,
2639
+ xmlns: "http://www.w3.org/2000/svg",
2640
+ viewBox: "0 0 32 32",
2641
+ fill: "currentColor",
2642
+ ...rest
2643
+ }, _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
2644
+ cx: "21",
2645
+ cy: "26",
2646
+ r: "2"
2647
+ })), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
2648
+ cx: "21",
2649
+ cy: "6",
2650
+ r: "2"
2651
+ })), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
2652
+ cx: "4",
2653
+ cy: "16",
2654
+ r: "2"
2655
+ })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2656
+ 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"
2657
+ })), children);
2658
+ });
2659
+ if (process.env.NODE_ENV !== "production") {
2660
+ Network_4.propTypes = iconPropTypes;
2661
+ }
2662
+ const Network_4Reference = /*#__PURE__*/React.forwardRef(function Network_4Reference(_ref106, ref) {
2663
+ let {
2664
+ children,
2665
+ size = 16,
2666
+ ...rest
2667
+ } = _ref106;
2668
+ return /*#__PURE__*/React.createElement(Icon, {
2669
+ width: size,
2670
+ height: size,
2671
+ ref: ref,
2672
+ xmlns: "http://www.w3.org/2000/svg",
2673
+ viewBox: "0 0 32 32",
2674
+ fill: "currentColor",
2675
+ ...rest
2676
+ }, _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
2677
+ cx: "21",
2678
+ cy: "26",
2679
+ r: "2"
2680
+ })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2681
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
2682
+ })), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
2683
+ cx: "21",
2684
+ cy: "6",
2685
+ r: "2"
2686
+ })), _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
2687
+ cx: "4",
2688
+ cy: "16",
2689
+ r: "2"
2690
+ })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2691
+ 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"
2692
+ })), children);
2693
+ });
2694
+ if (process.env.NODE_ENV !== "production") {
2695
+ Network_4Reference.propTypes = iconPropTypes;
2696
+ }
2697
+ const NetworkAdminControl = /*#__PURE__*/React.forwardRef(function NetworkAdminControl(_ref107, ref) {
2698
+ let {
2699
+ children,
2700
+ size = 16,
2701
+ ...rest
2702
+ } = _ref107;
2703
+ return /*#__PURE__*/React.createElement(Icon, {
2704
+ width: size,
2705
+ height: size,
2706
+ ref: ref,
2707
+ xmlns: "http://www.w3.org/2000/svg",
2708
+ viewBox: "0 0 32 32",
2709
+ fill: "currentColor",
2710
+ ...rest
2711
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2712
+ 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"
2713
+ })), children);
2714
+ });
2715
+ if (process.env.NODE_ENV !== "production") {
2716
+ NetworkAdminControl.propTypes = iconPropTypes;
2717
+ }
2718
+ const NetworkEnterprise = /*#__PURE__*/React.forwardRef(function NetworkEnterprise(_ref108, ref) {
2719
+ let {
2720
+ children,
2721
+ size = 16,
2722
+ ...rest
2723
+ } = _ref108;
2724
+ return /*#__PURE__*/React.createElement(Icon, {
2725
+ width: size,
2726
+ height: size,
2727
+ ref: ref,
2728
+ xmlns: "http://www.w3.org/2000/svg",
2729
+ viewBox: "0 0 32 32",
2730
+ fill: "currentColor",
2731
+ ...rest
2732
+ }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2733
+ 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"
2734
+ })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2735
+ 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"
2736
+ })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2737
+ d: "M20 16H22V20H20zM24 16H26V20H24zM20 22H22V26H20zM24 22H26V26H24z"
2738
+ })), children);
2739
+ });
2740
+ if (process.env.NODE_ENV !== "production") {
2741
+ NetworkEnterprise.propTypes = iconPropTypes;
2742
+ }
2743
+ const NetworkOverlay = /*#__PURE__*/React.forwardRef(function NetworkOverlay(_ref109, ref) {
2744
+ let {
2745
+ children,
2746
+ size = 16,
2747
+ ...rest
2748
+ } = _ref109;
2749
+ return /*#__PURE__*/React.createElement(Icon, {
2750
+ width: size,
2751
+ height: size,
2752
+ ref: ref,
2753
+ xmlns: "http://www.w3.org/2000/svg",
2754
+ viewBox: "0 0 32 32",
2755
+ fill: "currentColor",
2756
+ ...rest
2757
+ }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2758
+ 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"
2759
+ })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2760
+ 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"
2761
+ })), children);
2762
+ });
2763
+ if (process.env.NODE_ENV !== "production") {
2764
+ NetworkOverlay.propTypes = iconPropTypes;
2765
+ }
2766
+ const NetworkPublic = /*#__PURE__*/React.forwardRef(function NetworkPublic(_ref110, ref) {
2767
+ let {
2768
+ children,
2769
+ size = 16,
2770
+ ...rest
2771
+ } = _ref110;
2772
+ return /*#__PURE__*/React.createElement(Icon, {
2773
+ width: size,
2774
+ height: size,
2775
+ ref: ref,
2776
+ xmlns: "http://www.w3.org/2000/svg",
2777
+ viewBox: "0 0 32 32",
2778
+ fill: "currentColor",
2779
+ ...rest
2780
+ }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2781
+ 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"
2782
+ })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2783
+ 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"
2784
+ })), children);
2785
+ });
2786
+ if (process.env.NODE_ENV !== "production") {
2787
+ NetworkPublic.propTypes = iconPropTypes;
2788
+ }
2789
+ const NetworkInterface = /*#__PURE__*/React.forwardRef(function NetworkInterface(_ref111, ref) {
2790
+ let {
2791
+ children,
2792
+ size = 16,
2793
+ ...rest
2794
+ } = _ref111;
2795
+ return /*#__PURE__*/React.createElement(Icon, {
2796
+ width: size,
2797
+ height: size,
2798
+ ref: ref,
2799
+ xmlns: "http://www.w3.org/2000/svg",
2800
+ viewBox: "0 0 32 32",
2801
+ fill: "currentColor",
2802
+ ...rest
2803
+ }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2804
+ 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"
2805
+ })), children);
2806
+ });
2807
+ if (process.env.NODE_ENV !== "production") {
2808
+ NetworkInterface.propTypes = iconPropTypes;
2809
+ }
2810
+ const NetworkTimeProtocol = /*#__PURE__*/React.forwardRef(function NetworkTimeProtocol(_ref112, ref) {
2811
+ let {
2812
+ children,
2813
+ size = 16,
2814
+ ...rest
2815
+ } = _ref112;
2816
+ return /*#__PURE__*/React.createElement(Icon, {
2817
+ width: size,
2818
+ height: size,
2819
+ ref: ref,
2820
+ xmlns: "http://www.w3.org/2000/svg",
2821
+ viewBox: "0 0 32 32",
2822
+ fill: "currentColor",
2823
+ ...rest
2824
+ }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2825
+ 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"
2826
+ })), children);
2827
+ });
2828
+ if (process.env.NODE_ENV !== "production") {
2829
+ NetworkTimeProtocol.propTypes = iconPropTypes;
2830
+ }
2831
+ const NewTab = /*#__PURE__*/React.forwardRef(function NewTab(_ref113, ref) {
2832
+ let {
2833
+ children,
2834
+ size = 16,
2835
+ ...rest
2836
+ } = _ref113;
2837
+ if (size === 16 || size === "16" || size === "16px") {
2838
+ return /*#__PURE__*/React.createElement(Icon, {
2839
+ width: size,
2840
+ height: size,
2841
+ ref: ref,
2842
+ xmlns: "http://www.w3.org/2000/svg",
2843
+ viewBox: "0 0 16 16",
2844
+ fill: "currentColor",
2845
+ ...rest
2846
+ }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2847
+ 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"
2848
+ })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2849
+ d: "M13 3L13 1 12 1 12 3 10 3 10 4 12 4 12 6 13 6 13 4 15 4 15 3z"
2850
+ })), children);
2851
+ }
2852
+ return /*#__PURE__*/React.createElement(Icon, {
2853
+ width: size,
2854
+ height: size,
2855
+ ref: ref,
2856
+ xmlns: "http://www.w3.org/2000/svg",
2857
+ viewBox: "0 0 32 32",
2858
+ fill: "currentColor",
2859
+ ...rest
2860
+ }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2861
+ 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"
2862
+ })), _path191 || (_path191 = /*#__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
+ })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2865
+ 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"
2866
+ })), children);
2867
+ });
2868
+ if (process.env.NODE_ENV !== "production") {
2869
+ NewTab.propTypes = iconPropTypes;
2870
+ }
2871
+ const NextFilled = /*#__PURE__*/React.forwardRef(function NextFilled(_ref114, ref) {
2872
+ let {
2873
+ children,
2874
+ size = 16,
2875
+ ...rest
2876
+ } = _ref114;
2877
+ return /*#__PURE__*/React.createElement(Icon, {
2878
+ width: size,
2879
+ height: size,
2880
+ ref: ref,
2881
+ xmlns: "http://www.w3.org/2000/svg",
2882
+ viewBox: "0 0 32 32",
2883
+ fill: "currentColor",
2884
+ ...rest
2885
+ }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2886
+ 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"
2887
+ })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2888
+ fill: "none",
2889
+ 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",
2890
+ "data-icon-path": "inner-path"
2891
+ })), children);
2892
+ });
2893
+ if (process.env.NODE_ENV !== "production") {
2894
+ NextFilled.propTypes = iconPropTypes;
2895
+ }
2896
+ const NextOutline = /*#__PURE__*/React.forwardRef(function NextOutline(_ref115, ref) {
2897
+ let {
2898
+ children,
2899
+ size = 16,
2900
+ ...rest
2901
+ } = _ref115;
2902
+ return /*#__PURE__*/React.createElement(Icon, {
2903
+ width: size,
2904
+ height: size,
2905
+ ref: ref,
2906
+ xmlns: "http://www.w3.org/2000/svg",
2907
+ viewBox: "0 0 32 32",
2908
+ fill: "currentColor",
2909
+ ...rest
2910
+ }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2911
+ 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"
2912
+ })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2913
+ 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"
2914
+ })), children);
2915
+ });
2916
+ if (process.env.NODE_ENV !== "production") {
2917
+ NextOutline.propTypes = iconPropTypes;
2918
+ }
2919
+ const NoImage = /*#__PURE__*/React.forwardRef(function NoImage(_ref116, ref) {
2920
+ let {
2921
+ children,
2922
+ size = 16,
2923
+ ...rest
2924
+ } = _ref116;
2925
+ return /*#__PURE__*/React.createElement(Icon, {
2926
+ width: size,
2927
+ height: size,
2928
+ ref: ref,
2929
+ xmlns: "http://www.w3.org/2000/svg",
2930
+ viewBox: "0 0 32 32",
2931
+ fill: "currentColor",
2932
+ ...rest
2933
+ }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2934
+ 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"
2935
+ })), children);
2936
+ });
2937
+ if (process.env.NODE_ENV !== "production") {
2938
+ NoImage.propTypes = iconPropTypes;
2939
+ }
2940
+ const NoTicket = /*#__PURE__*/React.forwardRef(function NoTicket(_ref117, ref) {
2941
+ let {
2942
+ children,
2943
+ size = 16,
2944
+ ...rest
2945
+ } = _ref117;
2946
+ return /*#__PURE__*/React.createElement(Icon, {
2947
+ width: size,
2948
+ height: size,
2949
+ ref: ref,
2950
+ xmlns: "http://www.w3.org/2000/svg",
2951
+ viewBox: "0 0 32 32",
2952
+ fill: "currentColor",
2953
+ ...rest
2954
+ }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2955
+ 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"
2956
+ })), children);
2957
+ });
2958
+ if (process.env.NODE_ENV !== "production") {
2959
+ NoTicket.propTypes = iconPropTypes;
2960
+ }
2961
+ const Nominal = /*#__PURE__*/React.forwardRef(function Nominal(_ref118, ref) {
2962
+ let {
2963
+ children,
2964
+ size = 16,
2965
+ ...rest
2966
+ } = _ref118;
2967
+ if (size === 16 || size === "16" || size === "16px") {
2968
+ return /*#__PURE__*/React.createElement(Icon, {
2969
+ width: size,
2970
+ height: size,
2971
+ ref: ref,
2972
+ xmlns: "http://www.w3.org/2000/svg",
2973
+ viewBox: "0 0 16 16",
2974
+ fill: "currentColor",
2975
+ ...rest
2976
+ }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2977
+ 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"
2978
+ })), children);
2979
+ }
2980
+ return /*#__PURE__*/React.createElement(Icon, {
2981
+ width: size,
2982
+ height: size,
2983
+ ref: ref,
2984
+ xmlns: "http://www.w3.org/2000/svg",
2985
+ viewBox: "0 0 32 32",
2986
+ fill: "currentColor",
2987
+ ...rest
2988
+ }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2989
+ 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"
2990
+ })), children);
2991
+ });
2992
+ if (process.env.NODE_ENV !== "production") {
2993
+ Nominal.propTypes = iconPropTypes;
2994
+ }
2995
+ const WatsonHealthNominate = /*#__PURE__*/React.forwardRef(function WatsonHealthNominate(_ref119, ref) {
2996
+ let {
2997
+ children,
2998
+ size = 16,
2999
+ ...rest
3000
+ } = _ref119;
3001
+ return /*#__PURE__*/React.createElement(Icon, {
3002
+ width: size,
3003
+ height: size,
3004
+ ref: ref,
3005
+ xmlns: "http://www.w3.org/2000/svg",
3006
+ viewBox: "0 0 32 32",
3007
+ fill: "currentColor",
3008
+ ...rest
3009
+ }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
3010
+ 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"
3011
+ })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
3012
+ 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"
3013
+ })), children);
3014
+ });
3015
+ if (process.env.NODE_ENV !== "production") {
3016
+ WatsonHealthNominate.propTypes = iconPropTypes;
3017
+ }
3018
+ const NonCertified = /*#__PURE__*/React.forwardRef(function NonCertified(_ref120, ref) {
3019
+ let {
3020
+ children,
3021
+ size = 16,
3022
+ ...rest
3023
+ } = _ref120;
3024
+ return /*#__PURE__*/React.createElement(Icon, {
3025
+ width: size,
3026
+ height: size,
3027
+ ref: ref,
3028
+ xmlns: "http://www.w3.org/2000/svg",
3029
+ viewBox: "0 0 32 32",
3030
+ fill: "currentColor",
3031
+ ...rest
3032
+ }, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
3033
+ d: "M6 8H16V10H6zM6 12H14V14H6zM6 16H10V18H6z"
3034
+ })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
3035
+ 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"
3036
+ })), children);
3037
+ });
3038
+ if (process.env.NODE_ENV !== "production") {
3039
+ NonCertified.propTypes = iconPropTypes;
3040
+ }
3041
+ const NoodleBowl = /*#__PURE__*/React.forwardRef(function NoodleBowl(_ref121, ref) {
3042
+ let {
3043
+ children,
3044
+ size = 16,
3045
+ ...rest
3046
+ } = _ref121;
3047
+ return /*#__PURE__*/React.createElement(Icon, {
3048
+ width: size,
3049
+ height: size,
3050
+ ref: ref,
3051
+ xmlns: "http://www.w3.org/2000/svg",
3052
+ viewBox: "0 0 32 32",
3053
+ fill: "currentColor",
3054
+ ...rest
3055
+ }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
3056
+ 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"
3057
+ })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
3058
+ 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"
3059
+ })), children);
3060
+ });
3061
+ if (process.env.NODE_ENV !== "production") {
3062
+ NoodleBowl.propTypes = iconPropTypes;
3063
+ }
3064
+ const NotAvailable = /*#__PURE__*/React.forwardRef(function NotAvailable(_ref122, ref) {
3065
+ let {
3066
+ children,
3067
+ size = 16,
3068
+ ...rest
3069
+ } = _ref122;
3070
+ return /*#__PURE__*/React.createElement(Icon, {
3071
+ width: size,
3072
+ height: size,
3073
+ ref: ref,
3074
+ xmlns: "http://www.w3.org/2000/svg",
3075
+ viewBox: "0 0 32 32",
3076
+ fill: "currentColor",
3077
+ ...rest
3078
+ }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
3079
+ d: "M4 15H14V17H4zM18 15H28V17H18z"
3080
+ })), children);
3081
+ });
3082
+ if (process.env.NODE_ENV !== "production") {
3083
+ NotAvailable.propTypes = iconPropTypes;
3084
+ }
3085
+ const NotSent = /*#__PURE__*/React.forwardRef(function NotSent(_ref123, ref) {
3086
+ let {
3087
+ children,
3088
+ size = 16,
3089
+ ...rest
3090
+ } = _ref123;
3091
+ return /*#__PURE__*/React.createElement(Icon, {
3092
+ width: size,
3093
+ height: size,
3094
+ ref: ref,
3095
+ xmlns: "http://www.w3.org/2000/svg",
3096
+ viewBox: "0 0 32 32",
3097
+ fill: "currentColor",
3098
+ ...rest
3099
+ }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
3100
+ 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"
3101
+ })), children);
3102
+ });
3103
+ if (process.env.NODE_ENV !== "production") {
3104
+ NotSent.propTypes = iconPropTypes;
3105
+ }
3106
+ const NotSentFilled = /*#__PURE__*/React.forwardRef(function NotSentFilled(_ref124, ref) {
3107
+ let {
3108
+ children,
3109
+ size = 16,
3110
+ ...rest
3111
+ } = _ref124;
3112
+ return /*#__PURE__*/React.createElement(Icon, {
3113
+ width: size,
3114
+ height: size,
3115
+ ref: ref,
3116
+ xmlns: "http://www.w3.org/2000/svg",
3117
+ viewBox: "0 0 32 32",
3118
+ fill: "currentColor",
3119
+ ...rest
3120
+ }, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
3121
+ 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"
3122
+ })), children);
3123
+ });
3124
+ if (process.env.NODE_ENV !== "production") {
3125
+ NotSentFilled.propTypes = iconPropTypes;
3126
+ }
3127
+ const Notebook = /*#__PURE__*/React.forwardRef(function Notebook(_ref125, ref) {
3128
+ let {
3129
+ children,
3130
+ size = 16,
3131
+ ...rest
3132
+ } = _ref125;
3133
+ return /*#__PURE__*/React.createElement(Icon, {
3134
+ width: size,
3135
+ height: size,
3136
+ ref: ref,
3137
+ xmlns: "http://www.w3.org/2000/svg",
3138
+ viewBox: "0 0 32 32",
3139
+ fill: "currentColor",
3140
+ ...rest
3141
+ }, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
3142
+ d: "M19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19z"
3143
+ })), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
3144
+ 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"
3145
+ })), children);
3146
+ });
3147
+ if (process.env.NODE_ENV !== "production") {
3148
+ Notebook.propTypes = iconPropTypes;
3149
+ }
3150
+
3151
+ export { MagicWandFilled, MailAll, MailReply, ManageProtection, ManagedSolutions, Map, MapBoundary, MapBoundaryVegetation, MapCenter, MapIdentify, MarineWarning, MathCurve, Maximize, MediaCast, MediaLibrary, MediaLibraryFilled, Medication, MedicationAlert, MedicationReminder, Menu, Merge, MergeNode, MessageQueue, Meter, MeterAlt, Microphone, MicrophoneFilled, MicrophoneOff, MicrophoneOffFilled, Microscope, Microservices_1, Microservices_2, Migrate, MigrateAlt, Milestone, MilitaryCamp, Minimize, Misuse, MisuseOutline, MixedRainHail, MlModelReference, Mobile, MobileAdd, MobileAudio, MobileCheck, MobileCrash, MobileDownload, MobileEvent, MobileLandscape, MobileRequest, MobileSession, MobileView, MobileViewOrientation, MobilityServices, Model, ModelAlt, ModelBuilder, ModelBuilderReference, ModelFoundation, ModelReference, ModelTuned, Money, Monster, Monument, Moon, Moonrise, Moonset, MostlyCloudy, MostlyCloudyNight, Mountain, Mov, Move, Movement, Mp3, Mp4, Mpeg, Mpg2, Music, MusicAdd, MusicRemove, Mysql, NameSpace, NavaidCivil, NavaidDme, NavaidHelipad, NavaidMilitary, NavaidMilitaryCivil, NavaidNdb, NavaidNdbDme, NavaidPrivate, NavaidSeaplane, NavaidTacan, NavaidVhfor, NavaidVor, NavaidVordme, NavaidVortac, Need, NetworkAdminControl, NetworkEnterprise, NetworkInterface, NetworkOverlay, NetworkPublic, NetworkTimeProtocol, Network_1, Network_2, Network_3, Network_3Reference, Network_4, Network_4Reference, NewTab, NextFilled, NextOutline, NoImage, NoTicket, Nominal, NonCertified, NoodleBowl, NotAvailable, NotSent, NotSentFilled, Notebook, QMatrix, WatsonHealthMagnify, WatsonHealthMammogram, WatsonHealthNominate };