@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,3032 @@
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
+ 'use strict';
9
+
10
+ var React = require('react');
11
+ var Icon = require('../Icon.js');
12
+ var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
+ require('prop-types');
14
+
15
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _circle, _circle2, _path75, _circle3, _circle4, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _circle5, _circle6, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _circle7, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _circle8, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _circle9, _circle10, _path132, _path133, _path134, _path135, _circle11, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197;
16
+ const didWarnAboutDeprecation = {};
17
+ const LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref, ref) {
18
+ let {
19
+ children,
20
+ size = 16,
21
+ ...rest
22
+ } = _ref;
23
+ return /*#__PURE__*/React.createElement(Icon.default, {
24
+ width: size,
25
+ height: size,
26
+ ref: ref,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 32 32",
29
+ fill: "currentColor",
30
+ ...rest
31
+ }, _path || (_path = /*#__PURE__*/React.createElement("path", {
32
+ d: "M23 9v4H19a2 2 0 00-2 2v6a2 2 0 002 2h6V9zm-4 6h4v6H19zM11 23H7V9h4a4 4 0 014 4v6A4 4 0 0111 23zM9 21h2a2 2 0 002-2V13a2 2 0 00-2-2H9z"
33
+ })), children);
34
+ });
35
+ if (process.env.NODE_ENV !== "production") {
36
+ LetterDd.propTypes = iconPropTypes4cbeb95d.i;
37
+ }
38
+ const LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref2, ref) {
39
+ let {
40
+ children,
41
+ size = 16,
42
+ ...rest
43
+ } = _ref2;
44
+ return /*#__PURE__*/React.createElement(Icon.default, {
45
+ width: size,
46
+ height: size,
47
+ ref: ref,
48
+ xmlns: "http://www.w3.org/2000/svg",
49
+ viewBox: "0 0 32 32",
50
+ fill: "currentColor",
51
+ ...rest
52
+ }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
53
+ d: "M25 19V15a2.0023 2.0023 0 00-2-2H19a2.0023 2.0023 0 00-2 2v6a2.0077 2.0077 0 002 2h5V21H19V19zm-6-4h4v2H19zM15 11L15 9 7 9 7 23 15 23 15 21 9 21 9 17 14 17 14 15 9 15 9 11 15 11z"
54
+ })), children);
55
+ });
56
+ if (process.env.NODE_ENV !== "production") {
57
+ LetterEe.propTypes = iconPropTypes4cbeb95d.i;
58
+ }
59
+ const LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref3, ref) {
60
+ let {
61
+ children,
62
+ size = 16,
63
+ ...rest
64
+ } = _ref3;
65
+ return /*#__PURE__*/React.createElement(Icon.default, {
66
+ width: size,
67
+ height: size,
68
+ ref: ref,
69
+ xmlns: "http://www.w3.org/2000/svg",
70
+ viewBox: "0 0 32 32",
71
+ fill: "currentColor",
72
+ ...rest
73
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
74
+ d: "M16 11L16 9 8 9 8 23 10 23 10 17 15 17 15 15 10 15 10 11 16 11zM24 11V9H21a2 2 0 00-2 2v2H17v2h2v8h2V15h3V13H21V11z"
75
+ })), children);
76
+ });
77
+ if (process.env.NODE_ENV !== "production") {
78
+ LetterFf.propTypes = iconPropTypes4cbeb95d.i;
79
+ }
80
+ const LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref4, ref) {
81
+ let {
82
+ children,
83
+ size = 16,
84
+ ...rest
85
+ } = _ref4;
86
+ return /*#__PURE__*/React.createElement(Icon.default, {
87
+ width: size,
88
+ height: size,
89
+ ref: ref,
90
+ xmlns: "http://www.w3.org/2000/svg",
91
+ viewBox: "0 0 32 32",
92
+ fill: "currentColor",
93
+ ...rest
94
+ }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
95
+ d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v2H18v2h5a2 2 0 002-2V13zm4 8H19V15h4zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h4V17H11V15h4z"
96
+ })), children);
97
+ });
98
+ if (process.env.NODE_ENV !== "production") {
99
+ LetterGg.propTypes = iconPropTypes4cbeb95d.i;
100
+ }
101
+ const LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref5, ref) {
102
+ let {
103
+ children,
104
+ size = 16,
105
+ ...rest
106
+ } = _ref5;
107
+ return /*#__PURE__*/React.createElement(Icon.default, {
108
+ width: size,
109
+ height: size,
110
+ ref: ref,
111
+ xmlns: "http://www.w3.org/2000/svg",
112
+ viewBox: "0 0 32 32",
113
+ fill: "currentColor",
114
+ ...rest
115
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
116
+ d: "M13 9L13 15 9 15 9 9 7 9 7 23 9 23 9 17 13 17 13 23 15 23 15 9 13 9zM23 13H19V9H17V23h2V15h4v8h2V15A2 2 0 0023 13z"
117
+ })), children);
118
+ });
119
+ if (process.env.NODE_ENV !== "production") {
120
+ LetterHh.propTypes = iconPropTypes4cbeb95d.i;
121
+ }
122
+ const LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref6, ref) {
123
+ let {
124
+ children,
125
+ size = 16,
126
+ ...rest
127
+ } = _ref6;
128
+ return /*#__PURE__*/React.createElement(Icon.default, {
129
+ width: size,
130
+ height: size,
131
+ ref: ref,
132
+ xmlns: "http://www.w3.org/2000/svg",
133
+ viewBox: "0 0 32 32",
134
+ fill: "currentColor",
135
+ ...rest
136
+ }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
137
+ d: "M10 11L13 11 13 21 10 21 10 23 18 23 18 21 15 21 15 11 18 11 18 9 10 9 10 11zM20 13H22V23H20zM20 9H22V11H20z"
138
+ })), children);
139
+ });
140
+ if (process.env.NODE_ENV !== "production") {
141
+ LetterIi.propTypes = iconPropTypes4cbeb95d.i;
142
+ }
143
+ const LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref7, ref) {
144
+ let {
145
+ children,
146
+ size = 16,
147
+ ...rest
148
+ } = _ref7;
149
+ return /*#__PURE__*/React.createElement(Icon.default, {
150
+ width: size,
151
+ height: size,
152
+ ref: ref,
153
+ xmlns: "http://www.w3.org/2000/svg",
154
+ viewBox: "0 0 32 32",
155
+ fill: "currentColor",
156
+ ...rest
157
+ }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
158
+ d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
159
+ })), children);
160
+ });
161
+ if (process.env.NODE_ENV !== "production") {
162
+ LetterJj.propTypes = iconPropTypes4cbeb95d.i;
163
+ }
164
+ const LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref8, ref) {
165
+ let {
166
+ children,
167
+ size = 16,
168
+ ...rest
169
+ } = _ref8;
170
+ return /*#__PURE__*/React.createElement(Icon.default, {
171
+ width: size,
172
+ height: size,
173
+ ref: ref,
174
+ xmlns: "http://www.w3.org/2000/svg",
175
+ viewBox: "0 0 32 32",
176
+ fill: "currentColor",
177
+ ...rest
178
+ }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
179
+ d: "M15 9L12.89 9 9 15.55 9 9 7 9 7 23 9 23 9 18.71 9.93 17.22 12.89 23 15 23 11.11 15.43 15 9zM22.78 23L25 23 21.22 17 25 13 22.76 13 19 17.17 19 9 17 9 17 23 19 23 19 19.25 19.96 18.21 22.78 23z"
180
+ })), children);
181
+ });
182
+ if (process.env.NODE_ENV !== "production") {
183
+ LetterKk.propTypes = iconPropTypes4cbeb95d.i;
184
+ }
185
+ const LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref9, ref) {
186
+ let {
187
+ children,
188
+ size = 16,
189
+ ...rest
190
+ } = _ref9;
191
+ return /*#__PURE__*/React.createElement(Icon.default, {
192
+ width: size,
193
+ height: size,
194
+ ref: ref,
195
+ xmlns: "http://www.w3.org/2000/svg",
196
+ viewBox: "0 0 32 32",
197
+ fill: "currentColor",
198
+ ...rest
199
+ }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
200
+ d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
201
+ })), children);
202
+ });
203
+ if (process.env.NODE_ENV !== "production") {
204
+ LetterLl.propTypes = iconPropTypes4cbeb95d.i;
205
+ }
206
+ const LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref10, ref) {
207
+ let {
208
+ children,
209
+ size = 16,
210
+ ...rest
211
+ } = _ref10;
212
+ return /*#__PURE__*/React.createElement(Icon.default, {
213
+ width: size,
214
+ height: size,
215
+ ref: ref,
216
+ xmlns: "http://www.w3.org/2000/svg",
217
+ viewBox: "0 0 32 32",
218
+ fill: "currentColor",
219
+ ...rest
220
+ }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
221
+ d: "M24 13H16V23h2V15h2v8h2V15h2v8h2V15A2 2 0 0024 13zM12 9L10.48 14 10 15.98 9.54 14 8 9 6 9 6 23 8 23 8 15 7.84 13 8.42 15 10 19.63 11.58 15 12.16 13 12 15 12 23 14 23 14 9 12 9z"
222
+ })), children);
223
+ });
224
+ if (process.env.NODE_ENV !== "production") {
225
+ LetterMm.propTypes = iconPropTypes4cbeb95d.i;
226
+ }
227
+ const LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref11, ref) {
228
+ let {
229
+ children,
230
+ size = 16,
231
+ ...rest
232
+ } = _ref11;
233
+ return /*#__PURE__*/React.createElement(Icon.default, {
234
+ width: size,
235
+ height: size,
236
+ ref: ref,
237
+ xmlns: "http://www.w3.org/2000/svg",
238
+ viewBox: "0 0 32 32",
239
+ fill: "currentColor",
240
+ ...rest
241
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
242
+ d: "M25 23H23V15H19v8H17V13h6a2 2 0 012 2zM13 19L9.32 9 7 9 7 23 9 23 9 13 12.68 23 15 23 15 9 13 9 13 19z"
243
+ })), children);
244
+ });
245
+ if (process.env.NODE_ENV !== "production") {
246
+ LetterNn.propTypes = iconPropTypes4cbeb95d.i;
247
+ }
248
+ const LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref12, ref) {
249
+ let {
250
+ children,
251
+ size = 16,
252
+ ...rest
253
+ } = _ref12;
254
+ return /*#__PURE__*/React.createElement(Icon.default, {
255
+ width: size,
256
+ height: size,
257
+ ref: ref,
258
+ xmlns: "http://www.w3.org/2000/svg",
259
+ viewBox: "0 0 32 32",
260
+ fill: "currentColor",
261
+ ...rest
262
+ }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
263
+ d: "M23 23H19a2 2 0 01-2-2V15a2 2 0 012-2h4a2 2 0 012 2v6A2 2 0 0123 23zm-4-8v6h4V15zM13 23H9a2 2 0 01-2-2V11A2 2 0 019 9h4a2 2 0 012 2V21A2 2 0 0113 23zM9 11V21h4V11z"
264
+ })), children);
265
+ });
266
+ if (process.env.NODE_ENV !== "production") {
267
+ LetterOo.propTypes = iconPropTypes4cbeb95d.i;
268
+ }
269
+ const LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref13, ref) {
270
+ let {
271
+ children,
272
+ size = 16,
273
+ ...rest
274
+ } = _ref13;
275
+ return /*#__PURE__*/React.createElement(Icon.default, {
276
+ width: size,
277
+ height: size,
278
+ ref: ref,
279
+ xmlns: "http://www.w3.org/2000/svg",
280
+ viewBox: "0 0 32 32",
281
+ fill: "currentColor",
282
+ ...rest
283
+ }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
284
+ d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
285
+ })), children);
286
+ });
287
+ if (process.env.NODE_ENV !== "production") {
288
+ LetterPp.propTypes = iconPropTypes4cbeb95d.i;
289
+ }
290
+ const LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref14, ref) {
291
+ let {
292
+ children,
293
+ size = 16,
294
+ ...rest
295
+ } = _ref14;
296
+ return /*#__PURE__*/React.createElement(Icon.default, {
297
+ width: size,
298
+ height: size,
299
+ ref: ref,
300
+ xmlns: "http://www.w3.org/2000/svg",
301
+ viewBox: "0 0 32 32",
302
+ fill: "currentColor",
303
+ ...rest
304
+ }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
305
+ d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v4h2V13zm4 8H19V15h4zM13 9H9a2 2 0 00-2 2V21a2 2 0 002 2h1v2a2 2 0 002 2h2V25H12V23h1a2 2 0 002-2V11A2 2 0 0013 9zM9 21V11h4V21z"
306
+ })), children);
307
+ });
308
+ if (process.env.NODE_ENV !== "production") {
309
+ LetterQq.propTypes = iconPropTypes4cbeb95d.i;
310
+ }
311
+ const LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref15, ref) {
312
+ let {
313
+ children,
314
+ size = 16,
315
+ ...rest
316
+ } = _ref15;
317
+ return /*#__PURE__*/React.createElement(Icon.default, {
318
+ width: size,
319
+ height: size,
320
+ ref: ref,
321
+ xmlns: "http://www.w3.org/2000/svg",
322
+ viewBox: "0 0 32 32",
323
+ fill: "currentColor",
324
+ ...rest
325
+ }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
326
+ d: "M16 15V11a2 2 0 00-2-2H8V23h2V17h1.48l2.34 6H16l-2.33-6H14A2 2 0 0016 15zm-6-4h4v4H10zM24 13L18 13 18 23 20 23 20 15 24 15 24 13z"
327
+ })), children);
328
+ });
329
+ if (process.env.NODE_ENV !== "production") {
330
+ LetterRr.propTypes = iconPropTypes4cbeb95d.i;
331
+ }
332
+ const LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref16, ref) {
333
+ let {
334
+ children,
335
+ size = 16,
336
+ ...rest
337
+ } = _ref16;
338
+ return /*#__PURE__*/React.createElement(Icon.default, {
339
+ width: size,
340
+ height: size,
341
+ ref: ref,
342
+ xmlns: "http://www.w3.org/2000/svg",
343
+ viewBox: "0 0 32 32",
344
+ fill: "currentColor",
345
+ ...rest
346
+ }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
347
+ d: "M22 23H17V21h5V19H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v2h3a2 2 0 012 2v2A2 2 0 0122 23zM13 23H7V21h6V17H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9v4h4a2 2 0 012 2v4A2 2 0 0113 23z"
348
+ })), children);
349
+ });
350
+ if (process.env.NODE_ENV !== "production") {
351
+ LetterSs.propTypes = iconPropTypes4cbeb95d.i;
352
+ }
353
+ const LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref17, ref) {
354
+ let {
355
+ children,
356
+ size = 16,
357
+ ...rest
358
+ } = _ref17;
359
+ return /*#__PURE__*/React.createElement(Icon.default, {
360
+ width: size,
361
+ height: size,
362
+ ref: ref,
363
+ xmlns: "http://www.w3.org/2000/svg",
364
+ viewBox: "0 0 32 32",
365
+ fill: "currentColor",
366
+ ...rest
367
+ }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
368
+ d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
369
+ })), children);
370
+ });
371
+ if (process.env.NODE_ENV !== "production") {
372
+ LetterTt.propTypes = iconPropTypes4cbeb95d.i;
373
+ }
374
+ const LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref18, ref) {
375
+ let {
376
+ children,
377
+ size = 16,
378
+ ...rest
379
+ } = _ref18;
380
+ return /*#__PURE__*/React.createElement(Icon.default, {
381
+ width: size,
382
+ height: size,
383
+ ref: ref,
384
+ xmlns: "http://www.w3.org/2000/svg",
385
+ viewBox: "0 0 32 32",
386
+ fill: "currentColor",
387
+ ...rest
388
+ }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
389
+ d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
390
+ })), children);
391
+ });
392
+ if (process.env.NODE_ENV !== "production") {
393
+ LetterUu.propTypes = iconPropTypes4cbeb95d.i;
394
+ }
395
+ const LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref19, ref) {
396
+ let {
397
+ children,
398
+ size = 16,
399
+ ...rest
400
+ } = _ref19;
401
+ return /*#__PURE__*/React.createElement(Icon.default, {
402
+ width: size,
403
+ height: size,
404
+ ref: ref,
405
+ xmlns: "http://www.w3.org/2000/svg",
406
+ viewBox: "0 0 32 32",
407
+ fill: "currentColor",
408
+ ...rest
409
+ }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
410
+ d: "M25 13L23.25 13 21 22.03 18.79 13 17 13 19.5 23 22.5 23 25 13zM13 9L11 22 9 9 7 9 9.52 23 12.48 23 15 9 13 9z"
411
+ })), children);
412
+ });
413
+ if (process.env.NODE_ENV !== "production") {
414
+ LetterVv.propTypes = iconPropTypes4cbeb95d.i;
415
+ }
416
+ const LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref20, ref) {
417
+ let {
418
+ children,
419
+ size = 16,
420
+ ...rest
421
+ } = _ref20;
422
+ return /*#__PURE__*/React.createElement(Icon.default, {
423
+ width: size,
424
+ height: size,
425
+ ref: ref,
426
+ xmlns: "http://www.w3.org/2000/svg",
427
+ viewBox: "0 0 32 32",
428
+ fill: "currentColor",
429
+ ...rest
430
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
431
+ d: "M24.3 13L23.39 21.61 22 13 20 13 18.61 21.61 17.7 13 16 13 17.36 23 19.64 23 21 14.63 22.36 23 24.64 23 26 13 24.3 13zM12.21 9L11.87 17 11.61 21.54 11.2 18 10.52 12.54 8.5 12.54 7.82 18 7.41 21.54 7.16 17 6.81 9 5.01 9 6.01 23 8.28 23 9.04 18.07 9.5 14 9.51 13.97 9.52 14 9.98 18.07 10.74 23 13.01 23 14.01 9 12.21 9z"
432
+ })), children);
433
+ });
434
+ if (process.env.NODE_ENV !== "production") {
435
+ LetterWw.propTypes = iconPropTypes4cbeb95d.i;
436
+ }
437
+ const LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref21, ref) {
438
+ let {
439
+ children,
440
+ size = 16,
441
+ ...rest
442
+ } = _ref21;
443
+ return /*#__PURE__*/React.createElement(Icon.default, {
444
+ width: size,
445
+ height: size,
446
+ ref: ref,
447
+ xmlns: "http://www.w3.org/2000/svg",
448
+ viewBox: "0 0 32 32",
449
+ fill: "currentColor",
450
+ ...rest
451
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
452
+ d: "M15 9L13 9 11 15 9 9 7 9 9.75 16 7 23 9 23 11 17 13 23 15 23 12.24 16 15 9zM25 13L23 13 21 16.9 19 13 17 13 19.91 18 17 23 19 23 21 19.2 23 23 25 23 22.1 18 25 13z"
453
+ })), children);
454
+ });
455
+ if (process.env.NODE_ENV !== "production") {
456
+ LetterXx.propTypes = iconPropTypes4cbeb95d.i;
457
+ }
458
+ const LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref22, ref) {
459
+ let {
460
+ children,
461
+ size = 16,
462
+ ...rest
463
+ } = _ref22;
464
+ return /*#__PURE__*/React.createElement(Icon.default, {
465
+ width: size,
466
+ height: size,
467
+ ref: ref,
468
+ xmlns: "http://www.w3.org/2000/svg",
469
+ viewBox: "0 0 32 32",
470
+ fill: "currentColor",
471
+ ...rest
472
+ }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
473
+ d: "M15 9L13 9 11 16 9 9 7 9 10 18 10 23 12 23 12 18 12 18 15 9zM23 13l-2 7.52L19.08 13H17l3.15 9.87L19.53 25H17v2h2.26a2 2 0 001.91-1.42L25 13z"
474
+ })), children);
475
+ });
476
+ if (process.env.NODE_ENV !== "production") {
477
+ LetterYy.propTypes = iconPropTypes4cbeb95d.i;
478
+ }
479
+ const LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref23, ref) {
480
+ let {
481
+ children,
482
+ size = 16,
483
+ ...rest
484
+ } = _ref23;
485
+ return /*#__PURE__*/React.createElement(Icon.default, {
486
+ width: size,
487
+ height: size,
488
+ ref: ref,
489
+ xmlns: "http://www.w3.org/2000/svg",
490
+ viewBox: "0 0 32 32",
491
+ fill: "currentColor",
492
+ ...rest
493
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
494
+ d: "M25 15L25 13 17 13 17 15 22.5 15 17 21 17 23 25 23 25 21 19.51 21 25 15zM15 9L7 9 7 11 13 11 7 21 7 23 15 23 15 21 9 21 15 11 15 9z"
495
+ })), children);
496
+ });
497
+ if (process.env.NODE_ENV !== "production") {
498
+ LetterZz.propTypes = iconPropTypes4cbeb95d.i;
499
+ }
500
+ const License = /*#__PURE__*/React.forwardRef(function License(_ref24, ref) {
501
+ let {
502
+ children,
503
+ size = 16,
504
+ ...rest
505
+ } = _ref24;
506
+ return /*#__PURE__*/React.createElement(Icon.default, {
507
+ width: size,
508
+ height: size,
509
+ ref: ref,
510
+ xmlns: "http://www.w3.org/2000/svg",
511
+ viewBox: "0 0 32 32",
512
+ fill: "currentColor",
513
+ ...rest
514
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
515
+ d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
516
+ })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
517
+ d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,24,30ZM8,4V28H24V4Z"
518
+ })), children);
519
+ });
520
+ if (process.env.NODE_ENV !== "production") {
521
+ License.propTypes = iconPropTypes4cbeb95d.i;
522
+ }
523
+ const LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref25, ref) {
524
+ let {
525
+ children,
526
+ size = 16,
527
+ ...rest
528
+ } = _ref25;
529
+ return /*#__PURE__*/React.createElement(Icon.default, {
530
+ width: size,
531
+ height: size,
532
+ ref: ref,
533
+ xmlns: "http://www.w3.org/2000/svg",
534
+ viewBox: "0 0 32 32",
535
+ fill: "currentColor",
536
+ ...rest
537
+ }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
538
+ d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
539
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
540
+ d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM12 30H6a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 016 2H22a2.0021 2.0021 0 012 2V14H22V4H6V28h6z"
541
+ })), children);
542
+ });
543
+ if (process.env.NODE_ENV !== "production") {
544
+ LicenseDraft.propTypes = iconPropTypes4cbeb95d.i;
545
+ }
546
+ const LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref26, ref) {
547
+ let {
548
+ children,
549
+ size = 16,
550
+ ...rest
551
+ } = _ref26;
552
+ return /*#__PURE__*/React.createElement(Icon.default, {
553
+ width: size,
554
+ height: size,
555
+ ref: ref,
556
+ xmlns: "http://www.w3.org/2000/svg",
557
+ viewBox: "0 0 32 32",
558
+ fill: "currentColor",
559
+ ...rest
560
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
561
+ d: "M22 14a8 8 0 108 8A8.0092 8.0092 0 0022 14zm5.91 7H25.9563a12.03 12.03 0 00-1.2183-4.3325A6.01 6.01 0 0127.91 21zm-7.8545 0A10.0135 10.0135 0 0122 16.0146 10.0121 10.0121 0 0123.9448 21zm3.89 2A10.01 10.01 0 0122 27.9854 10.0121 10.0121 0 0120.0552 23zm-4.6831-6.332A12.0265 12.0265 0 0018.0435 21H16.09A6.01 6.01 0 0119.2617 16.668zM16.09 23h1.9532a12.0265 12.0265 0 001.2182 4.332A6.01 6.01 0 0116.09 23zm8.6482 4.332A12.0242 12.0242 0 0025.9565 23H27.91A6.0088 6.0088 0 0124.7385 27.332zM6 14H12V16H6zM6 6H18V8H6zM6 10H18V12H6zM6 24H12V26H6z"
562
+ })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
563
+ d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H20a2.0021,2.0021,0,0,1,2,2v8H20V4H4V28h8Z"
564
+ })), children);
565
+ });
566
+ if (process.env.NODE_ENV !== "production") {
567
+ LicenseGlobal.propTypes = iconPropTypes4cbeb95d.i;
568
+ }
569
+ const LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(_ref27, ref) {
570
+ let {
571
+ children,
572
+ size = 16,
573
+ ...rest
574
+ } = _ref27;
575
+ return /*#__PURE__*/React.createElement(Icon.default, {
576
+ width: size,
577
+ height: size,
578
+ ref: ref,
579
+ xmlns: "http://www.w3.org/2000/svg",
580
+ viewBox: "0 0 32 32",
581
+ fill: "currentColor",
582
+ ...rest
583
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
584
+ d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM30 24V22H27.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0024 18.1011V16H22v2.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0018.1011 22H16v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0022 27.8989V30h2V27.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0027.8989 24zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0123 26z"
585
+ })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
586
+ d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
587
+ })), children);
588
+ });
589
+ if (process.env.NODE_ENV !== "production") {
590
+ LicenseMaintenance.propTypes = iconPropTypes4cbeb95d.i;
591
+ }
592
+ const LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(_ref28, ref) {
593
+ let {
594
+ children,
595
+ size = 16,
596
+ ...rest
597
+ } = _ref28;
598
+ return /*#__PURE__*/React.createElement(Icon.default, {
599
+ width: size,
600
+ height: size,
601
+ ref: ref,
602
+ xmlns: "http://www.w3.org/2000/svg",
603
+ viewBox: "0 0 32 32",
604
+ fill: "currentColor",
605
+ ...rest
606
+ }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
607
+ d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM20 13V11H17.8579a3.94 3.94 0 00-.4248-1.019L18.95 8.4644 17.5356 7.05 16.019 8.5669A3.9443 3.9443 0 0015 8.1421V6H13V8.1421a3.9443 3.9443 0 00-1.019.4248L10.4644 7.05 9.05 8.4644 10.5669 9.981A3.94 3.94 0 0010.1421 11H8v2h2.1421a3.94 3.94 0 00.4248 1.019L9.05 15.5356 10.4644 16.95l1.5166-1.5166A3.9443 3.9443 0 0013 15.8579V18h2V15.8579a3.9443 3.9443 0 001.019-.4248L17.5356 16.95 18.95 15.5356 17.4331 14.019A3.94 3.94 0 0017.8579 13zm-6 1a2 2 0 112-2A2.0025 2.0025 0 0114 14z"
608
+ })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
609
+ d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
610
+ })), children);
611
+ });
612
+ if (process.env.NODE_ENV !== "production") {
613
+ LicenseMaintenanceDraft.propTypes = iconPropTypes4cbeb95d.i;
614
+ }
615
+ const LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(_ref29, ref) {
616
+ let {
617
+ children,
618
+ size = 16,
619
+ ...rest
620
+ } = _ref29;
621
+ return /*#__PURE__*/React.createElement(Icon.default, {
622
+ width: size,
623
+ height: size,
624
+ ref: ref,
625
+ xmlns: "http://www.w3.org/2000/svg",
626
+ viewBox: "0 0 32 32",
627
+ fill: "currentColor",
628
+ ...rest
629
+ }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
630
+ d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM24 24a4 4 0 10-4-4A4 4 0 0024 24zm0-6a2 2 0 11-2 2A2 2 0 0124 18z"
631
+ })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
632
+ d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
633
+ })), children);
634
+ });
635
+ if (process.env.NODE_ENV !== "production") {
636
+ LicenseThirdParty.propTypes = iconPropTypes4cbeb95d.i;
637
+ }
638
+ const LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(_ref30, ref) {
639
+ let {
640
+ children,
641
+ size = 16,
642
+ ...rest
643
+ } = _ref30;
644
+ return /*#__PURE__*/React.createElement(Icon.default, {
645
+ width: size,
646
+ height: size,
647
+ ref: ref,
648
+ xmlns: "http://www.w3.org/2000/svg",
649
+ viewBox: "0 0 32 32",
650
+ fill: "currentColor",
651
+ ...rest
652
+ }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
653
+ d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM17 15H11a3 3 0 00-3 3v1h2V18a1 1 0 011-1h6a1 1 0 011 1v1h2V18A3 3 0 0017 15zM14 14a4 4 0 10-4-4A4 4 0 0014 14zm0-6a2 2 0 11-2 2A2 2 0 0114 8z"
654
+ })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
655
+ d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
656
+ })), children);
657
+ });
658
+ if (process.env.NODE_ENV !== "production") {
659
+ LicenseThirdPartyDraft.propTypes = iconPropTypes4cbeb95d.i;
660
+ }
661
+ const Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref31, ref) {
662
+ let {
663
+ children,
664
+ size = 16,
665
+ ...rest
666
+ } = _ref31;
667
+ return /*#__PURE__*/React.createElement(Icon.default, {
668
+ width: size,
669
+ height: size,
670
+ ref: ref,
671
+ xmlns: "http://www.w3.org/2000/svg",
672
+ viewBox: "0 0 32 32",
673
+ fill: "currentColor",
674
+ ...rest
675
+ }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
676
+ d: "M28.2261,22.812a13.9664,13.9664,0,0,0,0-13.624L28.4141,9a2.0021,2.0021,0,0,0,0-2.8281l-2.5857-2.586a2.0028,2.0028,0,0,0-2.8284,0l-.1877.1875a13.9687,13.9687,0,0,0-13.6243,0L9,3.5859a2.0024,2.0024,0,0,0-2.8284,0L3.5859,6.1719A2.0021,2.0021,0,0,0,3.5859,9l.1878.1875a13.97,13.97,0,0,0,0,13.625L3.5859,23a2.0021,2.0021,0,0,0,0,2.8281l2.5857,2.586a2.0021,2.0021,0,0,0,2.8284,0l.188-.188a13.9687,13.9687,0,0,0,13.6243.0005L23,28.4141a2.0021,2.0021,0,0,0,2.8284,0l2.5857-2.586a2.0021,2.0021,0,0,0,0-2.8281ZM28,16a11.973,11.973,0,0,1-1.2546,5.3315l-3.8948-3.895a6.9808,6.9808,0,0,0,0-2.873l3.8948-3.895A11.973,11.973,0,0,1,28,16ZM27,7.5859l-4.9346,4.9346A7.0434,7.0434,0,0,0,19.48,9.9346L24.4143,5ZM16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21ZM21.3154,5.2705,17.4365,9.1494a6.9808,6.9808,0,0,0-2.873,0L10.6846,5.2705A12.2484,12.2484,0,0,1,21.3154,5.2705ZM7.5859,5l4.9346,4.9346a7.0449,7.0449,0,0,0-2.5859,2.5859L5,7.5859ZM4,16a11.9716,11.9716,0,0,1,1.2546-5.3311l3.8948,3.8946a6.9808,6.9808,0,0,0,0,2.873L5.2546,21.3311A11.9716,11.9716,0,0,1,4,16ZM7.5857,27,5,24.4141,9.9346,19.48a7.0434,7.0434,0,0,0,2.5859,2.5859Zm3.0989-.27,3.8789-3.8789a6.9808,6.9808,0,0,0,2.873,0L21.3154,26.73A12.2484,12.2484,0,0,1,10.6846,26.73Zm13.73.27L19.48,22.0654A7.0449,7.0449,0,0,0,22.0654,19.48L27,24.4141Z"
677
+ })), children);
678
+ });
679
+ if (process.env.NODE_ENV !== "production") {
680
+ Lifesaver.propTypes = iconPropTypes4cbeb95d.i;
681
+ }
682
+ const Light = /*#__PURE__*/React.forwardRef(function Light(_ref32, ref) {
683
+ let {
684
+ children,
685
+ size = 16,
686
+ ...rest
687
+ } = _ref32;
688
+ if (size === 16 || size === "16" || size === "16px") {
689
+ return /*#__PURE__*/React.createElement(Icon.default, {
690
+ width: size,
691
+ height: size,
692
+ ref: ref,
693
+ xmlns: "http://www.w3.org/2000/svg",
694
+ viewBox: "0 0 16 16",
695
+ fill: "currentColor",
696
+ ...rest
697
+ }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
698
+ d: "M7.5 1H8.5V3.5H7.5z"
699
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
700
+ d: "M10.8 3.4H13.3V4.4H10.8z",
701
+ transform: "rotate(-45.001 12.041 3.923)"
702
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
703
+ d: "M12.5 7.5H15V8.5H12.5z"
704
+ })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
705
+ d: "M11.6 10.8H12.6V13.3H11.6z",
706
+ transform: "rotate(-45.001 12.075 12.041)"
707
+ })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
708
+ d: "M7.5 12.5H8.5V15H7.5z"
709
+ })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
710
+ d: "M2.7 11.6H5.2V12.6H2.7z",
711
+ transform: "rotate(-45.001 3.96 12.079)"
712
+ })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
713
+ d: "M1 7.5H3.5V8.5H1z"
714
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
715
+ d: "M3.4 2.7H4.4V5.2H3.4z",
716
+ transform: "rotate(-45.001 3.925 3.961)"
717
+ })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
718
+ d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
719
+ })), children);
720
+ }
721
+ return /*#__PURE__*/React.createElement(Icon.default, {
722
+ width: size,
723
+ height: size,
724
+ ref: ref,
725
+ xmlns: "http://www.w3.org/2000/svg",
726
+ viewBox: "0 0 32 32",
727
+ fill: "currentColor",
728
+ ...rest
729
+ }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
730
+ d: "M15 2H17V7H15z"
731
+ })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
732
+ d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
733
+ transform: "rotate(-45 24.147 7.853)"
734
+ })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
735
+ d: "M25 15H30V17H25z"
736
+ })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
737
+ d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
738
+ transform: "rotate(-45 24.147 24.146)"
739
+ })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
740
+ d: "M15 25H17V30H15z"
741
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
742
+ d: "M5.375 23.147H10.333V25.147H5.375z",
743
+ transform: "rotate(-45 7.853 24.146)"
744
+ })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
745
+ d: "M2 15H7V17H2z"
746
+ })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
747
+ d: "M6.854 5.375H8.854V10.333H6.854z",
748
+ transform: "rotate(-45 7.854 7.853)"
749
+ })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
750
+ d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
751
+ })), children);
752
+ });
753
+ if (process.env.NODE_ENV !== "production") {
754
+ Light.propTypes = iconPropTypes4cbeb95d.i;
755
+ }
756
+ const LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref33, ref) {
757
+ let {
758
+ children,
759
+ size = 16,
760
+ ...rest
761
+ } = _ref33;
762
+ return /*#__PURE__*/React.createElement(Icon.default, {
763
+ width: size,
764
+ height: size,
765
+ ref: ref,
766
+ xmlns: "http://www.w3.org/2000/svg",
767
+ viewBox: "0 0 32 32",
768
+ fill: "currentColor",
769
+ ...rest
770
+ }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
771
+ d: "M15 2H17V7H15z"
772
+ })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
773
+ d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
774
+ transform: "rotate(-45 24.147 7.853)"
775
+ })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
776
+ d: "M25 15H30V17H25z"
777
+ })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
778
+ d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
779
+ transform: "rotate(-45 24.147 24.146)"
780
+ })), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
781
+ d: "M15 25H17V30H15z"
782
+ })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
783
+ d: "M5.375 23.147H10.333V25.147H5.375z",
784
+ transform: "rotate(-45 7.853 24.146)"
785
+ })), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
786
+ d: "M2 15H7V17H2z"
787
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
788
+ d: "M6.854 5.375H8.854V10.333H6.854z",
789
+ transform: "rotate(-45 7.854 7.853)"
790
+ })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
791
+ d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
792
+ })), children);
793
+ });
794
+ if (process.env.NODE_ENV !== "production") {
795
+ LightFilled.propTypes = iconPropTypes4cbeb95d.i;
796
+ }
797
+ const Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref34, ref) {
798
+ let {
799
+ children,
800
+ size = 16,
801
+ ...rest
802
+ } = _ref34;
803
+ return /*#__PURE__*/React.createElement(Icon.default, {
804
+ width: size,
805
+ height: size,
806
+ ref: ref,
807
+ xmlns: "http://www.w3.org/2000/svg",
808
+ viewBox: "0 0 32 32",
809
+ fill: "currentColor",
810
+ ...rest
811
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
812
+ d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z"
813
+ })), children);
814
+ });
815
+ if (process.env.NODE_ENV !== "production") {
816
+ Lightning.propTypes = iconPropTypes4cbeb95d.i;
817
+ }
818
+ const Link = /*#__PURE__*/React.forwardRef(function Link(_ref35, ref) {
819
+ let {
820
+ children,
821
+ size = 16,
822
+ ...rest
823
+ } = _ref35;
824
+ return /*#__PURE__*/React.createElement(Icon.default, {
825
+ width: size,
826
+ height: size,
827
+ ref: ref,
828
+ xmlns: "http://www.w3.org/2000/svg",
829
+ viewBox: "0 0 32 32",
830
+ fill: "currentColor",
831
+ ...rest
832
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
833
+ d: "M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z"
834
+ })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
835
+ d: "M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"
836
+ })), children);
837
+ });
838
+ if (process.env.NODE_ENV !== "production") {
839
+ Link.propTypes = iconPropTypes4cbeb95d.i;
840
+ }
841
+ const Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref36, ref) {
842
+ let {
843
+ children,
844
+ size = 16,
845
+ ...rest
846
+ } = _ref36;
847
+ return /*#__PURE__*/React.createElement(Icon.default, {
848
+ width: size,
849
+ height: size,
850
+ ref: ref,
851
+ xmlns: "http://www.w3.org/2000/svg",
852
+ viewBox: "0 0 32 32",
853
+ fill: "currentColor",
854
+ ...rest
855
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
856
+ d: "M29.8945,23.542l-1.7238-3.4473a1.9994,1.9994,0,0,0-1.7886-1.1054h-.4683a14.887,14.887,0,0,0-1.8193-4.5977C23.0647,12.4429,22,10.4277,22,8A6,6,0,0,0,10,8a13.0041,13.0041,0,0,1-2.0486,6.2153,14.7022,14.7022,0,0,0-1.8708,4.7759H5.6184a2.0007,2.0007,0,0,0-1.7893,1.106L2.1055,23.5439a1,1,0,0,0,.0971,1.0508L6.2319,29.92a2.9995,2.9995,0,0,0,3.8482.6519l1.8735-1.1241A13.8223,13.8223,0,0,0,16,30a13.8034,13.8034,0,0,0,4.0488-.5527L21.92,30.57a2.9819,2.9819,0,0,0,1.5385.43,3.0385,3.0385,0,0,0,2.3389-1.1187l4-5.2885A1.001,1.001,0,0,0,29.8945,23.542Zm-7.5683-8.2158a14.8311,14.8311,0,0,1,1.5591,3.6631H21.738a16.6591,16.6591,0,0,0-.98-2.6455,12.7083,12.7083,0,0,1-.8789-2.4454,8.8046,8.8046,0,0,0,1.0034-1.4277l.0384-.0718A30.746,30.746,0,0,0,22.3262,15.3262ZM12,21a9.3959,9.3959,0,0,1,1.0728-3.8516c.2563-.5825.5158-1.1757.726-1.7993a4.0474,4.0474,0,0,0,4.4024,0c.21.6236.47,1.2168.726,1.7993A9.3959,9.3959,0,0,1,20,21c0,1.2881-.4146,3-4,3S12,22.2881,12,21Zm6.5105-8.5752A3.6265,3.6265,0,0,1,16,14a3.6273,3.6273,0,0,1-2.5107-1.5757,7.6356,7.6356,0,0,1,5.0212,0ZM12,8a4,4,0,0,1,8,0,10.9164,10.9164,0,0,0,.4673,3.1152A7.9811,7.9811,0,0,0,19,10.4849V8H17v2.0542a9.2522,9.2522,0,0,0-2,0V8H13v2.4849a7.9019,7.9019,0,0,0-1.4785.6372A10.7093,10.7093,0,0,0,12,8ZM9.7146,15.1592A29.8007,29.8007,0,0,0,11.0693,12.38l.0484.09a8.8046,8.8046,0,0,0,1.0034,1.4277,12.7083,12.7083,0,0,1-.8789,2.4454,16.6574,16.6574,0,0,0-.981,2.6474H8.1047A14.0567,14.0567,0,0,1,9.7146,15.1592Zm1.3708,12.4775L9.0508,28.8574a.9866.9866,0,0,1-1.2529-.1806L4.1724,23.8833l1.4458-2.8921h3.706L11.49,26.3853A1.0036,1.0036,0,0,1,11.0854,27.6367Zm2.316.1177a2.9571,2.9571,0,0,0-.0562-2.11A9.03,9.03,0,0,0,16,26a9.0237,9.0237,0,0,0,2.6562-.3564,2.9889,2.9889,0,0,0-.0546,2.11,13.8722,13.8722,0,0,1-5.2,0Zm10.83.8833a.996.996,0,0,1-1.2827.2178l-2.0342-1.2207h0a1.01,1.01,0,0,1-.396-1.273l2.157-5.3725h3.7058l1.4461,2.892Z"
857
+ })), children);
858
+ });
859
+ if (process.env.NODE_ENV !== "production") {
860
+ Linux.propTypes = iconPropTypes4cbeb95d.i;
861
+ }
862
+ const LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref37, ref) {
863
+ let {
864
+ children,
865
+ size = 16,
866
+ ...rest
867
+ } = _ref37;
868
+ return /*#__PURE__*/React.createElement(Icon.default, {
869
+ width: size,
870
+ height: size,
871
+ ref: ref,
872
+ xmlns: "http://www.w3.org/2000/svg",
873
+ viewBox: "0 0 32 32",
874
+ fill: "currentColor",
875
+ ...rest
876
+ }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
877
+ d: "M22.6121,20.5215A6.1582,6.1582,0,0,0,24,16.5254C24,13.4785,21.9812,11,19.5,11A4.2435,4.2435,0,0,0,16,13.06,4.2435,4.2435,0,0,0,12.5,11C10.0188,11,8,13.4785,8,16.5254a6.1593,6.1593,0,0,0,1.3879,3.9961c-.5688.3686-.9389.6416-.988.6787a1,1,0,0,0-.1807,1.4248C8.6592,23.1748,12.6169,28,16,28s7.3408-4.8252,7.7808-5.375A1,1,0,0,0,23.6,21.2C23.551,21.1631,23.1812,20.89,22.6121,20.5215ZM12.5,13c1.3552,0,2.5,1.6143,2.5,3.5254v1.5664a9.1005,9.1005,0,0,0-1.0244.2314A2.6411,2.6411,0,0,0,14,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.38,2.38,0,0,0,.4072,1.3623c-.0813.0415-.1687.0806-.248.1221A4.0291,4.0291,0,0,1,10,16.5254C10,14.6143,11.1448,13,12.5,13ZM16,26c-1.5691,0-3.9648-2.084-5.52-3.8057C11.9,21.2788,14.2656,20,16,20s4.1,1.2788,5.52,2.1943C19.9648,23.916,17.5691,26,16,26Zm4.8408-6.5156c-.0793-.0415-.1667-.0806-.248-.1221A2.38,2.38,0,0,0,21,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.6411,2.6411,0,0,0,.0244.3232A9.1005,9.1005,0,0,0,17,18.0918V16.5254C17,14.6143,18.1448,13,19.5,13S22,14.6143,22,16.5254A4.0291,4.0291,0,0,1,20.8408,19.4844Z"
878
+ })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
879
+ d: "M30,30a3.8876,3.8876,0,0,1-4-4V14A10,10,0,0,0,6,14V26a3.8876,3.8876,0,0,1-4,4V28a1.8793,1.8793,0,0,0,2-2V14a12,12,0,0,1,24,0V26a1.8825,1.8825,0,0,0,2,2Z"
880
+ })), children);
881
+ });
882
+ if (process.env.NODE_ENV !== "production") {
883
+ LinuxAlt.propTypes = iconPropTypes4cbeb95d.i;
884
+ }
885
+ const LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref38, ref) {
886
+ let {
887
+ children,
888
+ size = 16,
889
+ ...rest
890
+ } = _ref38;
891
+ return /*#__PURE__*/React.createElement(Icon.default, {
892
+ width: size,
893
+ height: size,
894
+ ref: ref,
895
+ xmlns: "http://www.w3.org/2000/svg",
896
+ viewBox: "0 0 32 32",
897
+ fill: "currentColor",
898
+ ...rest
899
+ }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
900
+ strokeWidth: "0",
901
+ d: "M26 2H28V30H26zM20 25H6c-1.1046 0-2-.8954-2-2v-14c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v14c0 1.1046-.8954 2-2 2zm0-16H6v14h14v-14z"
902
+ })), children);
903
+ });
904
+ if (process.env.NODE_ENV !== "production") {
905
+ LinuxNamespace.propTypes = iconPropTypes4cbeb95d.i;
906
+ }
907
+ const List = /*#__PURE__*/React.forwardRef(function List(_ref39, ref) {
908
+ let {
909
+ children,
910
+ size = 16,
911
+ ...rest
912
+ } = _ref39;
913
+ return /*#__PURE__*/React.createElement(Icon.default, {
914
+ width: size,
915
+ height: size,
916
+ ref: ref,
917
+ xmlns: "http://www.w3.org/2000/svg",
918
+ viewBox: "0 0 32 32",
919
+ fill: "currentColor",
920
+ ...rest
921
+ }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
922
+ d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
923
+ })), children);
924
+ });
925
+ if (process.env.NODE_ENV !== "production") {
926
+ List.propTypes = iconPropTypes4cbeb95d.i;
927
+ }
928
+ const ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref40, ref) {
929
+ let {
930
+ children,
931
+ size = 16,
932
+ ...rest
933
+ } = _ref40;
934
+ return /*#__PURE__*/React.createElement(Icon.default, {
935
+ width: size,
936
+ height: size,
937
+ ref: ref,
938
+ xmlns: "http://www.w3.org/2000/svg",
939
+ viewBox: "0 0 32 32",
940
+ fill: "currentColor",
941
+ ...rest
942
+ }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
943
+ d: "M16 8H30V10H16zM16 22H30V24H16zM10 14H4a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 014 4h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 14zM4 6v6h6.0012L10 6zM10 28H4a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 28zM4 20v6h6.0012L10 20z"
944
+ })), children);
945
+ });
946
+ if (process.env.NODE_ENV !== "production") {
947
+ ListBoxes.propTypes = iconPropTypes4cbeb95d.i;
948
+ }
949
+ const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref41, ref) {
950
+ let {
951
+ children,
952
+ size = 16,
953
+ ...rest
954
+ } = _ref41;
955
+ if (size === 16 || size === "16" || size === "16px") {
956
+ return /*#__PURE__*/React.createElement(Icon.default, {
957
+ width: size,
958
+ height: size,
959
+ ref: ref,
960
+ xmlns: "http://www.w3.org/2000/svg",
961
+ viewBox: "0 0 16 16",
962
+ fill: "currentColor",
963
+ ...rest
964
+ }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
965
+ cx: "3.5",
966
+ cy: "4.5",
967
+ r: "1.5"
968
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
969
+ cx: "3.5",
970
+ cy: "11.5",
971
+ r: "1.5"
972
+ })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
973
+ d: "M8 11H15V12H8zM8 4H15V5H8z"
974
+ })), children);
975
+ }
976
+ return /*#__PURE__*/React.createElement(Icon.default, {
977
+ width: size,
978
+ height: size,
979
+ ref: ref,
980
+ xmlns: "http://www.w3.org/2000/svg",
981
+ viewBox: "0 0 32 32",
982
+ fill: "currentColor",
983
+ ...rest
984
+ }, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
985
+ cx: "7",
986
+ cy: "9",
987
+ r: "3"
988
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
989
+ cx: "7",
990
+ cy: "23",
991
+ r: "3"
992
+ })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
993
+ d: "M16 22H30V24H16zM16 8H30V10H16z"
994
+ })), children);
995
+ });
996
+ if (process.env.NODE_ENV !== "production") {
997
+ ListBulleted.propTypes = iconPropTypes4cbeb95d.i;
998
+ }
999
+ const ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref42, ref) {
1000
+ let {
1001
+ children,
1002
+ size = 16,
1003
+ ...rest
1004
+ } = _ref42;
1005
+ return /*#__PURE__*/React.createElement(Icon.default, {
1006
+ width: size,
1007
+ height: size,
1008
+ ref: ref,
1009
+ xmlns: "http://www.w3.org/2000/svg",
1010
+ viewBox: "0 0 32 32",
1011
+ fill: "currentColor",
1012
+ ...rest
1013
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1014
+ d: "M16 22H30V24H16zM14 19.4L12.6 18 6 24.6 3.4 22 2 23.4 6 27.4zM16 8H30V10H16zM14 5.4L12.6 4 6 10.6 3.4 8 2 9.4 6 13.4z"
1015
+ })), children);
1016
+ });
1017
+ if (process.env.NODE_ENV !== "production") {
1018
+ ListChecked.propTypes = iconPropTypes4cbeb95d.i;
1019
+ }
1020
+ const ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(_ref43, ref) {
1021
+ let {
1022
+ children,
1023
+ size = 16,
1024
+ ...rest
1025
+ } = _ref43;
1026
+ return /*#__PURE__*/React.createElement(Icon.default, {
1027
+ width: size,
1028
+ height: size,
1029
+ ref: ref,
1030
+ xmlns: "http://www.w3.org/2000/svg",
1031
+ viewBox: "0 0 32 32",
1032
+ fill: "currentColor",
1033
+ ...rest
1034
+ }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1035
+ d: "M30 19.4L28.6 18 22 24.6 19.4 22 18 23.4 22 27.4zM2 22H16V24H2zM30 5.4L28.6 4 22 10.6 19.4 8 18 9.4 22 13.4zM2 8H16V10H2z"
1036
+ })), children);
1037
+ });
1038
+ if (process.env.NODE_ENV !== "production") {
1039
+ ListCheckedMirror.propTypes = iconPropTypes4cbeb95d.i;
1040
+ }
1041
+ const ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref44, ref) {
1042
+ let {
1043
+ children,
1044
+ size = 16,
1045
+ ...rest
1046
+ } = _ref44;
1047
+ return /*#__PURE__*/React.createElement(Icon.default, {
1048
+ width: size,
1049
+ height: size,
1050
+ ref: ref,
1051
+ xmlns: "http://www.w3.org/2000/svg",
1052
+ viewBox: "0 0 32 32",
1053
+ fill: "currentColor",
1054
+ ...rest
1055
+ }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1056
+ d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
1057
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1058
+ d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
1059
+ })), children);
1060
+ });
1061
+ if (process.env.NODE_ENV !== "production") {
1062
+ ListDropdown.propTypes = iconPropTypes4cbeb95d.i;
1063
+ }
1064
+ const ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref45, ref) {
1065
+ let {
1066
+ children,
1067
+ size = 16,
1068
+ ...rest
1069
+ } = _ref45;
1070
+ return /*#__PURE__*/React.createElement(Icon.default, {
1071
+ width: size,
1072
+ height: size,
1073
+ ref: ref,
1074
+ xmlns: "http://www.w3.org/2000/svg",
1075
+ viewBox: "0 0 32 32",
1076
+ fill: "currentColor",
1077
+ ...rest
1078
+ }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1079
+ d: "M16 22H30V24H16zM16 8H30V10H16zM8 12L8 4 6 4 6 5 4 5 4 7 6 7 6 12 4 12 4 14 6 14 8 14 10 14 10 12 8 12zM10 28H4V24a2 2 0 012-2H8V20H4V18H8a2 2 0 012 2v2a2 2 0 01-2 2H6v2h4z"
1080
+ })), children);
1081
+ });
1082
+ if (process.env.NODE_ENV !== "production") {
1083
+ ListNumbered.propTypes = iconPropTypes4cbeb95d.i;
1084
+ }
1085
+ const ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMirror(_ref46, ref) {
1086
+ let {
1087
+ children,
1088
+ size = 16,
1089
+ ...rest
1090
+ } = _ref46;
1091
+ return /*#__PURE__*/React.createElement(Icon.default, {
1092
+ width: size,
1093
+ height: size,
1094
+ ref: ref,
1095
+ xmlns: "http://www.w3.org/2000/svg",
1096
+ viewBox: "0 0 32 32",
1097
+ fill: "currentColor",
1098
+ ...rest
1099
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1100
+ d: "M28 28h-6v-4c0-1.1.9-2 2-2h2v-2h-4v-2h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-2v2h4V28zM2 22H16V24H2zM26 12L26 4 24 4 24 5 22 5 22 7 24 7 24 12 22 12 22 14 24 14 26 14 28 14 28 12zM2 8H16V10H2z"
1101
+ })), children);
1102
+ });
1103
+ if (process.env.NODE_ENV !== "production") {
1104
+ ListNumberedMirror.propTypes = iconPropTypes4cbeb95d.i;
1105
+ }
1106
+ const LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalancerApplication(_ref47, ref) {
1107
+ let {
1108
+ children,
1109
+ size = 16,
1110
+ ...rest
1111
+ } = _ref47;
1112
+ return /*#__PURE__*/React.createElement(Icon.default, {
1113
+ width: size,
1114
+ height: size,
1115
+ ref: ref,
1116
+ xmlns: "http://www.w3.org/2000/svg",
1117
+ viewBox: "0 0 32 32",
1118
+ fill: "currentColor",
1119
+ ...rest
1120
+ }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1121
+ d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V14H15v2H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM9 2V12H23V2zm2 2h2v6H11zm10 6H15V4h6z"
1122
+ })), children);
1123
+ });
1124
+ if (process.env.NODE_ENV !== "production") {
1125
+ LoadBalancerApplication.propTypes = iconPropTypes4cbeb95d.i;
1126
+ }
1127
+ const LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerClassic(_ref48, ref) {
1128
+ let {
1129
+ children,
1130
+ size = 16,
1131
+ ...rest
1132
+ } = _ref48;
1133
+ return /*#__PURE__*/React.createElement(Icon.default, {
1134
+ width: size,
1135
+ height: size,
1136
+ ref: ref,
1137
+ xmlns: "http://www.w3.org/2000/svg",
1138
+ viewBox: "0 0 32 32",
1139
+ fill: "currentColor",
1140
+ ...rest
1141
+ }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1142
+ d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8zM14 8V4h4V8z"
1143
+ })), children);
1144
+ });
1145
+ if (process.env.NODE_ENV !== "production") {
1146
+ LoadBalancerClassic.propTypes = iconPropTypes4cbeb95d.i;
1147
+ }
1148
+ const LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGlobal(_ref49, ref) {
1149
+ let {
1150
+ children,
1151
+ size = 16,
1152
+ ...rest
1153
+ } = _ref49;
1154
+ return /*#__PURE__*/React.createElement(Icon.default, {
1155
+ width: size,
1156
+ height: size,
1157
+ ref: ref,
1158
+ xmlns: "http://www.w3.org/2000/svg",
1159
+ viewBox: "0 0 32 32",
1160
+ fill: "currentColor",
1161
+ ...rest
1162
+ }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1163
+ d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM16 10a4 4 0 114-4A4.0045 4.0045 0 0116 10zm0-6a2 2 0 102 2A2.0021 2.0021 0 0016 4z"
1164
+ })), children);
1165
+ });
1166
+ if (process.env.NODE_ENV !== "production") {
1167
+ LoadBalancerGlobal.propTypes = iconPropTypes4cbeb95d.i;
1168
+ }
1169
+ const LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancerListener(_ref50, ref) {
1170
+ let {
1171
+ children,
1172
+ size = 16,
1173
+ ...rest
1174
+ } = _ref50;
1175
+ return /*#__PURE__*/React.createElement(Icon.default, {
1176
+ width: size,
1177
+ height: size,
1178
+ ref: ref,
1179
+ xmlns: "http://www.w3.org/2000/svg",
1180
+ viewBox: "0 0 32 32",
1181
+ fill: "currentColor",
1182
+ ...rest
1183
+ }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1184
+ d: "M15 8H17V10H15zM19 8H21V10H19zM11 8H13V10H11zM25 16H17V13H15v3H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 3H21V5H11z"
1185
+ })), children);
1186
+ });
1187
+ if (process.env.NODE_ENV !== "production") {
1188
+ LoadBalancerListener.propTypes = iconPropTypes4cbeb95d.i;
1189
+ }
1190
+ const LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLocal(_ref51, ref) {
1191
+ let {
1192
+ children,
1193
+ size = 16,
1194
+ ...rest
1195
+ } = _ref51;
1196
+ return /*#__PURE__*/React.createElement(Icon.default, {
1197
+ width: size,
1198
+ height: size,
1199
+ ref: ref,
1200
+ xmlns: "http://www.w3.org/2000/svg",
1201
+ viewBox: "0 0 32 32",
1202
+ fill: "currentColor",
1203
+ ...rest
1204
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1205
+ d: "M25 16H17V10H15v6H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 5H21V7H11z"
1206
+ })), children);
1207
+ });
1208
+ if (process.env.NODE_ENV !== "production") {
1209
+ LoadBalancerLocal.propTypes = iconPropTypes4cbeb95d.i;
1210
+ }
1211
+ const LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerNetwork(_ref52, ref) {
1212
+ let {
1213
+ children,
1214
+ size = 16,
1215
+ ...rest
1216
+ } = _ref52;
1217
+ return /*#__PURE__*/React.createElement(Icon.default, {
1218
+ width: size,
1219
+ height: size,
1220
+ ref: ref,
1221
+ xmlns: "http://www.w3.org/2000/svg",
1222
+ viewBox: "0 0 32 32",
1223
+ fill: "currentColor",
1224
+ ...rest
1225
+ }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1226
+ d: "M25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v4H7V18h8v4h2V18h8v4h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8h8zM14 8V4h4V8zM26 24a2.9948 2.9948 0 00-2.8157 2H18.8157a2.982 2.982 0 00-5.6314 0H8.8157a3 3 0 100 2h4.3686a2.982 2.982 0 005.6314 0h4.3686A2.9947 2.9947 0 1026 24zM6 28a1 1 0 111-1A1.0009 1.0009 0 016 28zm10 0a1 1 0 111-1A1.0009 1.0009 0 0116 28zm10 0a1 1 0 111-1A1.0009 1.0009 0 0126 28z"
1227
+ })), children);
1228
+ });
1229
+ if (process.env.NODE_ENV !== "production") {
1230
+ LoadBalancerNetwork.propTypes = iconPropTypes4cbeb95d.i;
1231
+ }
1232
+ const LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool(_ref53, ref) {
1233
+ let {
1234
+ children,
1235
+ size = 16,
1236
+ ...rest
1237
+ } = _ref53;
1238
+ return /*#__PURE__*/React.createElement(Icon.default, {
1239
+ width: size,
1240
+ height: size,
1241
+ ref: ref,
1242
+ xmlns: "http://www.w3.org/2000/svg",
1243
+ viewBox: "0 0 32 32",
1244
+ fill: "currentColor",
1245
+ ...rest
1246
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1247
+ d: "M10 15H22V17H10zM8.7 6.2852A2.9665 2.9665 0 009 5 3 3 0 106 8a2.96 2.96 0 001.2852-.3008L10 10.4141V13h2V9.5859zM6 6A1 1 0 117 5 1.0009 1.0009 0 016 6zM19 5a3 3 0 10-4 2.8154V13h2V7.8159A2.9957 2.9957 0 0019 5zM16 6a1 1 0 111-1A1.0009 1.0009 0 0116 6zM26 2a3.0033 3.0033 0 00-3 3 2.9665 2.9665 0 00.3 1.2852L20 9.5859V13h2V10.4141l2.7148-2.7149A2.96 2.96 0 0026 8a3 3 0 000-6zm0 4a1 1 0 111-1A1.0009 1.0009 0 0126 6zM12 19H10v2.5859L7.2854 24.3008A2.9609 2.9609 0 006 24a3 3 0 103 3 2.9665 2.9665 0 00-.3-1.2852L12 22.4141zM6 28a1 1 0 111-1A1.0009 1.0009 0 016 28zM17 24.1841V19H15v5.1841a3 3 0 102 0zM16 28a1 1 0 111-1A1.0009 1.0009 0 0116 28zM26 24a2.9609 2.9609 0 00-1.2854.3008L22 21.5859V19H20v3.4141l3.3 3.3007A2.9665 2.9665 0 0023 27a3 3 0 103-3zm0 4a1 1 0 111-1A1.0009 1.0009 0 0126 28z"
1248
+ })), children);
1249
+ });
1250
+ if (process.env.NODE_ENV !== "production") {
1251
+ LoadBalancerPool.propTypes = iconPropTypes4cbeb95d.i;
1252
+ }
1253
+ const LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_ref54, ref) {
1254
+ let {
1255
+ children,
1256
+ size = 16,
1257
+ ...rest
1258
+ } = _ref54;
1259
+ return /*#__PURE__*/React.createElement(Icon.default, {
1260
+ width: size,
1261
+ height: size,
1262
+ ref: ref,
1263
+ xmlns: "http://www.w3.org/2000/svg",
1264
+ viewBox: "0 0 32 32",
1265
+ fill: "currentColor",
1266
+ ...rest
1267
+ }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1268
+ d: "M8 30H2V24H8zM4 28H6V26H4zM19 30H13V24h6zm-4-2h2V26H15zM30 30H24V24h6zm-4-2h2V26H26zM16 10a4 4 0 114-4A4.0045 4.0045 0 0116 10zm0-6a2 2 0 102 2A2.002 2.002 0 0016 4zM26 16H21a4.0045 4.0045 0 01-4-4H15a4.0045 4.0045 0 01-4 4H6a2.0023 2.0023 0 00-2 2v4H6V18h5A5.9694 5.9694 0 0015 16.46V22h2V16.46A5.9694 5.9694 0 0021 18h5v4h2V18A2.0023 2.0023 0 0026 16z"
1269
+ })), children);
1270
+ });
1271
+ if (process.env.NODE_ENV !== "production") {
1272
+ LoadBalancerVpc.propTypes = iconPropTypes4cbeb95d.i;
1273
+ }
1274
+ const Location = /*#__PURE__*/React.forwardRef(function Location(_ref55, ref) {
1275
+ let {
1276
+ children,
1277
+ size = 16,
1278
+ ...rest
1279
+ } = _ref55;
1280
+ return /*#__PURE__*/React.createElement(Icon.default, {
1281
+ width: size,
1282
+ height: size,
1283
+ ref: ref,
1284
+ xmlns: "http://www.w3.org/2000/svg",
1285
+ viewBox: "0 0 32 32",
1286
+ fill: "currentColor",
1287
+ ...rest
1288
+ }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1289
+ d: "M16,18a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,18Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,10Z"
1290
+ })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1291
+ d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,1,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
1292
+ })), children);
1293
+ });
1294
+ if (process.env.NODE_ENV !== "production") {
1295
+ Location.propTypes = iconPropTypes4cbeb95d.i;
1296
+ }
1297
+ const LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_ref56, ref) {
1298
+ let {
1299
+ children,
1300
+ size = 16,
1301
+ ...rest
1302
+ } = _ref56;
1303
+ return /*#__PURE__*/React.createElement(Icon.default, {
1304
+ width: size,
1305
+ height: size,
1306
+ ref: ref,
1307
+ xmlns: "http://www.w3.org/2000/svg",
1308
+ viewBox: "0 0 32 32",
1309
+ fill: "currentColor",
1310
+ ...rest
1311
+ }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1312
+ d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
1313
+ })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1314
+ d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
1315
+ })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1316
+ d: "M15 16H17V18H15zM15 12H17V14H15z"
1317
+ })), children);
1318
+ });
1319
+ if (process.env.NODE_ENV !== "production") {
1320
+ LocationCompany.propTypes = iconPropTypes4cbeb95d.i;
1321
+ }
1322
+ const LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCompanyFilled(_ref57, ref) {
1323
+ let {
1324
+ children,
1325
+ size = 16,
1326
+ ...rest
1327
+ } = _ref57;
1328
+ return /*#__PURE__*/React.createElement(Icon.default, {
1329
+ width: size,
1330
+ height: size,
1331
+ ref: ref,
1332
+ xmlns: "http://www.w3.org/2000/svg",
1333
+ viewBox: "0 0 32 32",
1334
+ fill: "currentColor",
1335
+ ...rest
1336
+ }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1337
+ fill: "none",
1338
+ d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Zm-4-2H15v2h2Zm0-4H15v2h2Z"
1339
+ })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1340
+ d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm1,16H15V16h2Zm0-4H15V12h2Zm4,4H19V10H13v8H11V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2Z"
1341
+ })), children);
1342
+ });
1343
+ if (process.env.NODE_ENV !== "production") {
1344
+ LocationCompanyFilled.propTypes = iconPropTypes4cbeb95d.i;
1345
+ }
1346
+ const LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_ref58, ref) {
1347
+ let {
1348
+ children,
1349
+ size = 16,
1350
+ ...rest
1351
+ } = _ref58;
1352
+ return /*#__PURE__*/React.createElement(Icon.default, {
1353
+ width: size,
1354
+ height: size,
1355
+ ref: ref,
1356
+ xmlns: "http://www.w3.org/2000/svg",
1357
+ viewBox: "0 0 32 32",
1358
+ fill: "currentColor",
1359
+ ...rest
1360
+ }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1361
+ d: "M4,12.9835a1,1,0,0,0,.6289.9448l9.6015,3.8409,3.8407,9.6019A1,1,0,0,0,19,28h.0162a1.0009,1.0009,0,0,0,.9238-.6582l8-22.0007A1,1,0,0,0,26.658,4.0594l-22,8A1.0011,1.0011,0,0,0,4,12.9835Z"
1362
+ })), children);
1363
+ });
1364
+ if (process.env.NODE_ENV !== "production") {
1365
+ LocationCurrent.propTypes = iconPropTypes4cbeb95d.i;
1366
+ }
1367
+ const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_ref59, ref) {
1368
+ let {
1369
+ children,
1370
+ size = 16,
1371
+ ...rest
1372
+ } = _ref59;
1373
+ return /*#__PURE__*/React.createElement(Icon.default, {
1374
+ width: size,
1375
+ height: size,
1376
+ ref: ref,
1377
+ xmlns: "http://www.w3.org/2000/svg",
1378
+ viewBox: "0 0 32 32",
1379
+ fill: "currentColor",
1380
+ ...rest
1381
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1382
+ d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,17Z"
1383
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1384
+ cx: "16",
1385
+ cy: "13",
1386
+ r: "4",
1387
+ fill: "none"
1388
+ })), children);
1389
+ });
1390
+ if (process.env.NODE_ENV !== "production") {
1391
+ LocationFilled.propTypes = iconPropTypes4cbeb95d.i;
1392
+ }
1393
+ const LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_ref60, ref) {
1394
+ let {
1395
+ children,
1396
+ size = 16,
1397
+ ...rest
1398
+ } = _ref60;
1399
+ return /*#__PURE__*/React.createElement(Icon.default, {
1400
+ width: size,
1401
+ height: size,
1402
+ ref: ref,
1403
+ xmlns: "http://www.w3.org/2000/svg",
1404
+ viewBox: "0 0 32 32",
1405
+ fill: "currentColor",
1406
+ ...rest
1407
+ }, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1408
+ cx: "16",
1409
+ cy: "20.5",
1410
+ r: "1.5"
1411
+ })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1412
+ d: "M15 7H17V16H15z"
1413
+ })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1414
+ d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
1415
+ })), children);
1416
+ });
1417
+ if (process.env.NODE_ENV !== "production") {
1418
+ LocationHazard.propTypes = iconPropTypes4cbeb95d.i;
1419
+ }
1420
+ const LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHazardFilled(_ref61, ref) {
1421
+ let {
1422
+ children,
1423
+ size = 16,
1424
+ ...rest
1425
+ } = _ref61;
1426
+ return /*#__PURE__*/React.createElement(Icon.default, {
1427
+ width: size,
1428
+ height: size,
1429
+ ref: ref,
1430
+ xmlns: "http://www.w3.org/2000/svg",
1431
+ viewBox: "0 0 32 32",
1432
+ fill: "currentColor",
1433
+ ...rest
1434
+ }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1435
+ fill: "none",
1436
+ d: "M16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Zm-1.125-6h2.25V7h-2.25Z"
1437
+ })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1438
+ d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2ZM14.875,7h2.25v9h-2.25ZM16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Z"
1439
+ })), children);
1440
+ });
1441
+ if (process.env.NODE_ENV !== "production") {
1442
+ LocationHazardFilled.propTypes = iconPropTypes4cbeb95d.i;
1443
+ }
1444
+ const LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(_ref62, ref) {
1445
+ let {
1446
+ children,
1447
+ size = 16,
1448
+ ...rest
1449
+ } = _ref62;
1450
+ return /*#__PURE__*/React.createElement(Icon.default, {
1451
+ width: size,
1452
+ height: size,
1453
+ ref: ref,
1454
+ xmlns: "http://www.w3.org/2000/svg",
1455
+ viewBox: "0 0 32 32",
1456
+ fill: "currentColor",
1457
+ ...rest
1458
+ }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1459
+ d: "M18.303,9a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,18l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,9Z"
1460
+ })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1461
+ d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
1462
+ })), children);
1463
+ });
1464
+ if (process.env.NODE_ENV !== "production") {
1465
+ LocationHeart.propTypes = iconPropTypes4cbeb95d.i;
1466
+ }
1467
+ const LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeartFilled(_ref63, ref) {
1468
+ let {
1469
+ children,
1470
+ size = 16,
1471
+ ...rest
1472
+ } = _ref63;
1473
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1482
+ fill: "none",
1483
+ d: "M18.303,9a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,18l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,9Z"
1484
+ })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1485
+ d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm4.2109,11.7021L16.002,18l-4.2129-4.2979a2.7992,2.7992,0,0,1,0-3.8964,2.6619,2.6619,0,0,1,3.8159,0l.397.4057.393-.4057a2.6619,2.6619,0,0,1,3.8159,0A2.7992,2.7992,0,0,1,20.2109,13.7021Z"
1486
+ })), children);
1487
+ });
1488
+ if (process.env.NODE_ENV !== "production") {
1489
+ LocationHeartFilled.propTypes = iconPropTypes4cbeb95d.i;
1490
+ }
1491
+ const LocationInfo = /*#__PURE__*/React.forwardRef(function LocationInfo(_ref64, ref) {
1492
+ let {
1493
+ children,
1494
+ size = 16,
1495
+ ...rest
1496
+ } = _ref64;
1497
+ return /*#__PURE__*/React.createElement(Icon.default, {
1498
+ width: size,
1499
+ height: size,
1500
+ ref: ref,
1501
+ xmlns: "http://www.w3.org/2000/svg",
1502
+ viewBox: "0 0 32 32",
1503
+ fill: "currentColor",
1504
+ ...rest
1505
+ }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1506
+ strokeWidth: "0",
1507
+ d: "M17 18L17 11 13 11 13 13 15 13 15 18 12 18 12 20 20 20 20 18 17 18zM15.5 6c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5z"
1508
+ })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1509
+ strokeWidth: "0",
1510
+ d: "m16,30l-8.4355-9.9487c-.0479-.0571-.3481-.4516-.3481-.4516-1.4507-1.9268-2.2163-4.2065-2.2163-6.5998,0-6.0641,4.9346-11,11-11s11,4.9359,11,11c0,2.3933-.7656,4.673-2.2148,6.5973l-.0015.0024s-.3003.3944-.3447.4474l-8.439,9.9528Zm-7.1875-11.605c.001.0007.2334.3083.2866.3744l6.9009,8.1385,6.9102-8.1498c.0439-.0552.2783-.3649.2788-.3656,1.1851-1.5746,1.811-3.4376,1.811-5.3925,0-4.9615-4.0376-9-9-9S7,8.0385,7,13c0,1.9559.627,3.8199,1.8125,5.395h0Z"
1511
+ })), children);
1512
+ });
1513
+ if (process.env.NODE_ENV !== "production") {
1514
+ LocationInfo.propTypes = iconPropTypes4cbeb95d.i;
1515
+ }
1516
+ const LocationInfoFilled = /*#__PURE__*/React.forwardRef(function LocationInfoFilled(_ref65, ref) {
1517
+ let {
1518
+ children,
1519
+ size = 16,
1520
+ ...rest
1521
+ } = _ref65;
1522
+ return /*#__PURE__*/React.createElement(Icon.default, {
1523
+ width: size,
1524
+ height: size,
1525
+ ref: ref,
1526
+ xmlns: "http://www.w3.org/2000/svg",
1527
+ viewBox: "0 0 32 32",
1528
+ fill: "currentColor",
1529
+ ...rest
1530
+ }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1531
+ strokeWidth: "0",
1532
+ d: "m16,2c-6.0654,0-11,4.936-11,11,0,2.3931.7656,4.6729,2.2163,6.5996,0,0,.3003.3945.3481.4517l8.4355,9.9487,8.439-9.9526c.0444-.0532.3447-.4478.3447-.4478l.0015-.0024c1.4492-1.9243,2.2148-4.2041,2.2148-6.5972,0-6.064-4.9346-11-11-11Zm-.5,4c.8284,0,1.5.6714,1.5,1.5s-.6716,1.5-1.5,1.5-1.5-.6714-1.5-1.5.6716-1.5,1.5-1.5Zm4.5,14h-8v-2h3v-5h-2v-2h4v7h3v2Z"
1533
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1534
+ fill: "none",
1535
+ strokeWidth: "0",
1536
+ d: "m15.5,6c.8284,0,1.5.6714,1.5,1.5s-.6716,1.5-1.5,1.5-1.5-.6714-1.5-1.5.6716-1.5,1.5-1.5Zm4.5,14h-8v-2h3v-5h-2v-2h4v7h3v2Z"
1537
+ })), children);
1538
+ });
1539
+ if (process.env.NODE_ENV !== "production") {
1540
+ LocationInfoFilled.propTypes = iconPropTypes4cbeb95d.i;
1541
+ }
1542
+ const LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(_ref66, ref) {
1543
+ let {
1544
+ children,
1545
+ size = 16,
1546
+ ...rest
1547
+ } = _ref66;
1548
+ return /*#__PURE__*/React.createElement(Icon.default, {
1549
+ width: size,
1550
+ height: size,
1551
+ ref: ref,
1552
+ xmlns: "http://www.w3.org/2000/svg",
1553
+ viewBox: "0 0 32 32",
1554
+ fill: "currentColor",
1555
+ ...rest
1556
+ }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1557
+ d: "M20 19H18V17H14v2H12V17a2.0021 2.0021 0 012-2h4a2.0021 2.0021 0 012 2zM16 14a3 3 0 113-3A3.0033 3.0033 0 0116 14zm0-4a1 1 0 101 1A1.0011 1.0011 0 0016 10z"
1558
+ })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1559
+ d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
1560
+ })), children);
1561
+ });
1562
+ if (process.env.NODE_ENV !== "production") {
1563
+ LocationPerson.propTypes = iconPropTypes4cbeb95d.i;
1564
+ }
1565
+ const LocationPersonFilled = /*#__PURE__*/React.forwardRef(function LocationPersonFilled(_ref67, ref) {
1566
+ let {
1567
+ children,
1568
+ size = 16,
1569
+ ...rest
1570
+ } = _ref67;
1571
+ return /*#__PURE__*/React.createElement(Icon.default, {
1572
+ width: size,
1573
+ height: size,
1574
+ ref: ref,
1575
+ xmlns: "http://www.w3.org/2000/svg",
1576
+ viewBox: "0 0 32 32",
1577
+ fill: "currentColor",
1578
+ ...rest
1579
+ }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1580
+ fill: "none",
1581
+ d: "M20,19H18V17H14v2H12V17a2.0021,2.0021,0,0,1,2-2h4a2.0021,2.0021,0,0,1,2,2Zm-1-8a3,3,0,1,0-3,3A3.0033,3.0033,0,0,0,19,11Zm-2,0a1,1,0,1,1-1-1A1.0011,1.0011,0,0,1,17,11Z"
1582
+ })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
1583
+ cx: "16",
1584
+ cy: "11",
1585
+ r: "1"
1586
+ })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1587
+ d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,6a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,8Zm4,11H18V17H14v2H12V17a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2Z"
1588
+ })), children);
1589
+ });
1590
+ if (process.env.NODE_ENV !== "production") {
1591
+ LocationPersonFilled.propTypes = iconPropTypes4cbeb95d.i;
1592
+ }
1593
+ const LocationSave = /*#__PURE__*/React.forwardRef(function LocationSave(_ref68, ref) {
1594
+ let {
1595
+ children,
1596
+ size = 16,
1597
+ ...rest
1598
+ } = _ref68;
1599
+ return /*#__PURE__*/React.createElement(Icon.default, {
1600
+ width: size,
1601
+ height: size,
1602
+ ref: ref,
1603
+ xmlns: "http://www.w3.org/2000/svg",
1604
+ viewBox: "0 0 32 32",
1605
+ fill: "currentColor",
1606
+ ...rest
1607
+ }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1608
+ d: "M18 30h2V28a1.0009 1.0009 0 011-1h6a1.0009 1.0009 0 011 1v2h2V28a3.0033 3.0033 0 00-3-3H21a3.0033 3.0033 0 00-3 3zM24 24a4 4 0 114-4A4.0042 4.0042 0 0124 24zm0-6a2 2 0 102 2A2.0023 2.0023 0 0024 18zM25.3418 10.06l-22-8A1 1 0 002.06 3.3415l8 22A1.001 1.001 0 0010.9839 26H11a1 1 0 00.9287-.6289L15.77 15.7692l9.6016-3.8408a1 1 0 00-.0293-1.8687zM14.6284 14.0709v0l-.3979.1591-.1591.3979 0 0-3.0269 7.5678L4.6719 4.6715l17.5244 6.3726z"
1609
+ })), children);
1610
+ });
1611
+ if (process.env.NODE_ENV !== "production") {
1612
+ LocationSave.propTypes = iconPropTypes4cbeb95d.i;
1613
+ }
1614
+ const LocationStar = /*#__PURE__*/React.forwardRef(function LocationStar(_ref69, ref) {
1615
+ let {
1616
+ children,
1617
+ size = 16,
1618
+ ...rest
1619
+ } = _ref69;
1620
+ return /*#__PURE__*/React.createElement(Icon.default, {
1621
+ width: size,
1622
+ height: size,
1623
+ ref: ref,
1624
+ xmlns: "http://www.w3.org/2000/svg",
1625
+ viewBox: "0 0 32 32",
1626
+ fill: "currentColor",
1627
+ ...rest
1628
+ }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1629
+ d: "M16 7L17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z"
1630
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1631
+ d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
1632
+ })), children);
1633
+ });
1634
+ if (process.env.NODE_ENV !== "production") {
1635
+ LocationStar.propTypes = iconPropTypes4cbeb95d.i;
1636
+ }
1637
+ const LocationStarFilled = /*#__PURE__*/React.forwardRef(function LocationStarFilled(_ref70, ref) {
1638
+ let {
1639
+ children,
1640
+ size = 16,
1641
+ ...rest
1642
+ } = _ref70;
1643
+ return /*#__PURE__*/React.createElement(Icon.default, {
1644
+ width: size,
1645
+ height: size,
1646
+ ref: ref,
1647
+ xmlns: "http://www.w3.org/2000/svg",
1648
+ viewBox: "0 0 32 32",
1649
+ fill: "currentColor",
1650
+ ...rest
1651
+ }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1652
+ fill: "none",
1653
+ d: "M16 7L17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z"
1654
+ })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1655
+ d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm3.6,16L16,15.7085,12.4,18l.6-4.0742-3-2.7529,4.2-.5064L16,7l1.9116,3.6665L22,11.1729l-3,2.7529Z"
1656
+ })), children);
1657
+ });
1658
+ if (process.env.NODE_ENV !== "production") {
1659
+ LocationStarFilled.propTypes = iconPropTypes4cbeb95d.i;
1660
+ }
1661
+ const Locked = /*#__PURE__*/React.forwardRef(function Locked(_ref71, ref) {
1662
+ let {
1663
+ children,
1664
+ size = 16,
1665
+ ...rest
1666
+ } = _ref71;
1667
+ return /*#__PURE__*/React.createElement(Icon.default, {
1668
+ width: size,
1669
+ height: size,
1670
+ ref: ref,
1671
+ xmlns: "http://www.w3.org/2000/svg",
1672
+ viewBox: "0 0 32 32",
1673
+ fill: "currentColor",
1674
+ ...rest
1675
+ }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1676
+ d: "M24,14H22V8A6,6,0,0,0,10,8v6H8a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V16A2,2,0,0,0,24,14ZM12,8a4,4,0,0,1,8,0v6H12ZM24,28H8V16H24Z"
1677
+ })), children);
1678
+ });
1679
+ if (process.env.NODE_ENV !== "production") {
1680
+ Locked.propTypes = iconPropTypes4cbeb95d.i;
1681
+ }
1682
+ const LogicalPartition = /*#__PURE__*/React.forwardRef(function LogicalPartition(_ref72, ref) {
1683
+ let {
1684
+ children,
1685
+ size = 16,
1686
+ ...rest
1687
+ } = _ref72;
1688
+ return /*#__PURE__*/React.createElement(Icon.default, {
1689
+ width: size,
1690
+ height: size,
1691
+ ref: ref,
1692
+ xmlns: "http://www.w3.org/2000/svg",
1693
+ viewBox: "0 0 32 32",
1694
+ fill: "currentColor",
1695
+ ...rest
1696
+ }, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
1697
+ cx: "9",
1698
+ cy: "7",
1699
+ r: "1"
1700
+ })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1701
+ d: "M27,22v-4c0-1.1046-.8954-2-2-2h-8v-4h9c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v6c0,1.1046,.8954,2,2,2H15v4H7c-1.1046,0-2,.8954-2,2v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4H15v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4h8v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1Zm-19,6H4v-4h4v4Zm10-4v4h-4v-4h4ZM6,10V4H26v6H6ZM28,28h-4v-4h4v4Z"
1702
+ })), children);
1703
+ });
1704
+ if (process.env.NODE_ENV !== "production") {
1705
+ LogicalPartition.propTypes = iconPropTypes4cbeb95d.i;
1706
+ }
1707
+ const Login = /*#__PURE__*/React.forwardRef(function Login(_ref73, ref) {
1708
+ let {
1709
+ children,
1710
+ size = 16,
1711
+ ...rest
1712
+ } = _ref73;
1713
+ return /*#__PURE__*/React.createElement(Icon.default, {
1714
+ width: size,
1715
+ height: size,
1716
+ ref: ref,
1717
+ xmlns: "http://www.w3.org/2000/svg",
1718
+ viewBox: "0 0 32 32",
1719
+ fill: "currentColor",
1720
+ ...rest
1721
+ }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1722
+ d: "M26,30H14a2,2,0,0,1-2-2V25h2v3H26V4H14V7H12V4a2,2,0,0,1,2-2H26a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z"
1723
+ })), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1724
+ d: "M14.59 20.59L18.17 17 4 17 4 15 18.17 15 14.59 11.41 16 10 22 16 16 22 14.59 20.59z"
1725
+ })), children);
1726
+ });
1727
+ if (process.env.NODE_ENV !== "production") {
1728
+ Login.propTypes = iconPropTypes4cbeb95d.i;
1729
+ }
1730
+ const LogoAngular = /*#__PURE__*/React.forwardRef(function LogoAngular(_ref74, ref) {
1731
+ let {
1732
+ children,
1733
+ size = 16,
1734
+ ...rest
1735
+ } = _ref74;
1736
+ return /*#__PURE__*/React.createElement(Icon.default, {
1737
+ width: size,
1738
+ height: size,
1739
+ ref: ref,
1740
+ xmlns: "http://www.w3.org/2000/svg",
1741
+ viewBox: "0 0 32 32",
1742
+ fill: "currentColor",
1743
+ ...rest
1744
+ }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1745
+ d: "M13.5,16h4.9L16,10.8L13.5,16z"
1746
+ })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1747
+ d: "M16,3L3,7.6l2.7,15.8L16,29l10.3-5.6L29,7.6L16,3z M21.1,21.6l-1.5-3.2h-7.1l-1.5,3.2H8.6L16,5.3l7.4,16.2H21.1z"
1748
+ })), children);
1749
+ });
1750
+ if (process.env.NODE_ENV !== "production") {
1751
+ LogoAngular.propTypes = iconPropTypes4cbeb95d.i;
1752
+ }
1753
+ const LogoAnsibleCommunity = /*#__PURE__*/React.forwardRef(function LogoAnsibleCommunity(_ref75, ref) {
1754
+ let {
1755
+ children,
1756
+ size = 16,
1757
+ ...rest
1758
+ } = _ref75;
1759
+ return /*#__PURE__*/React.createElement(Icon.default, {
1760
+ width: size,
1761
+ height: size,
1762
+ ref: ref,
1763
+ xmlns: "http://www.w3.org/2000/svg",
1764
+ viewBox: "0 0 32 32",
1765
+ fill: "currentColor",
1766
+ ...rest
1767
+ }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1768
+ d: "M27.8,27.7L17.5,3.1C17.2,2.4,16.6,2,15.9,2c-0.7,0-1.3,0.4-1.6,1.1L3,30h3.9l4.5-11.1l13.3,10.7c0.5,0.4,0.9,0.6,1.4,0.6 c1,0,1.9-0.7,1.9-1.8C28,28.2,27.9,28,27.8,27.7z M15.9,7.5l6.7,16.4L12.5,16L15.9,7.5z"
1769
+ })), children);
1770
+ });
1771
+ if (process.env.NODE_ENV !== "production") {
1772
+ LogoAnsibleCommunity.propTypes = iconPropTypes4cbeb95d.i;
1773
+ }
1774
+ const LogoDigg = /*#__PURE__*/React.forwardRef(function LogoDigg(_ref76, ref) {
1775
+ let {
1776
+ children,
1777
+ size = 16,
1778
+ ...rest
1779
+ } = _ref76;
1780
+ return /*#__PURE__*/React.createElement(Icon.default, {
1781
+ width: size,
1782
+ height: size,
1783
+ ref: ref,
1784
+ xmlns: "http://www.w3.org/2000/svg",
1785
+ viewBox: "0 0 32 32",
1786
+ fill: "currentColor",
1787
+ ...rest
1788
+ }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1789
+ d: "M6.48 7.6v3.92H2V21H9.28V7.6zm0 11.2H4.8v-5H6.48zM10.4 11.52H13.2V21.04H10.4zM10.4 7.6H13.2V10.399999999999999H10.4zM14.32 11.52V21H18.8v1.12H14.32V24.4H21.6V11.52zM18.8 18.8H17.12v-5H18.8zM22.72 11.52V21H27.2v1.12H22.72V24.4H30V11.52zM27.2 18.8H25.52v-5H27.2z"
1790
+ })), children);
1791
+ });
1792
+ if (process.env.NODE_ENV !== "production") {
1793
+ LogoDigg.propTypes = iconPropTypes4cbeb95d.i;
1794
+ }
1795
+ const LogoDiscord = /*#__PURE__*/React.forwardRef(function LogoDiscord(_ref77, ref) {
1796
+ let {
1797
+ children,
1798
+ size = 16,
1799
+ ...rest
1800
+ } = _ref77;
1801
+ return /*#__PURE__*/React.createElement(Icon.default, {
1802
+ width: size,
1803
+ height: size,
1804
+ ref: ref,
1805
+ xmlns: "http://www.w3.org/2000/svg",
1806
+ viewBox: "0 0 32 32",
1807
+ fill: "currentColor",
1808
+ ...rest
1809
+ }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1810
+ d: "M25.7,7.1C23.9,6.3,22,5.7,20,5.3c0,0-0.1,0-0.1,0c-0.2,0.4-0.5,1-0.7,1.5c-2.2-0.3-4.3-0.3-6.4,0c-0.2-0.5-0.5-1-0.7-1.5 c0,0-0.1,0-0.1,0c-2,0.3-3.9,0.9-5.7,1.8c0,0,0,0,0,0c-3.6,5.4-4.6,10.7-4.1,15.9c0,0,0,0.1,0,0.1c2.4,1.8,4.7,2.8,7,3.5 c0,0,0.1,0,0.1,0c0.5-0.7,1-1.5,1.4-2.3c0,0,0-0.1,0-0.1c-0.8-0.3-1.5-0.6-2.2-1c-0.1,0-0.1-0.1,0-0.1c0.1-0.1,0.3-0.2,0.4-0.3 c0,0,0.1,0,0.1,0c4.6,2.1,9.5,2.1,14.1,0c0,0,0.1,0,0.1,0c0.1,0.1,0.3,0.2,0.4,0.3c0.1,0,0,0.1,0,0.1c-0.7,0.4-1.4,0.8-2.2,1 c0,0-0.1,0.1,0,0.1c0.4,0.8,0.9,1.6,1.4,2.3c0,0,0.1,0,0.1,0c2.3-0.7,4.6-1.8,7-3.5c0,0,0,0,0-0.1C30.5,17,28.9,11.8,25.7,7.1 C25.7,7.1,25.7,7.1,25.7,7.1z M11.4,19.9c-1.4,0-2.5-1.3-2.5-2.8s1.1-2.8,2.5-2.8c1.4,0,2.5,1.3,2.5,2.8 C13.9,18.6,12.8,19.9,11.4,19.9z M20.7,19.9c-1.4,0-2.5-1.3-2.5-2.8s1.1-2.8,2.5-2.8c1.4,0,2.5,1.3,2.5,2.8 C23.2,18.6,22.1,19.9,20.7,19.9z"
1811
+ })), children);
1812
+ });
1813
+ if (process.env.NODE_ENV !== "production") {
1814
+ LogoDiscord.propTypes = iconPropTypes4cbeb95d.i;
1815
+ }
1816
+ const LogoFacebook = /*#__PURE__*/React.forwardRef(function LogoFacebook(_ref78, ref) {
1817
+ let {
1818
+ children,
1819
+ size = 16,
1820
+ ...rest
1821
+ } = _ref78;
1822
+ return /*#__PURE__*/React.createElement(Icon.default, {
1823
+ width: size,
1824
+ height: size,
1825
+ ref: ref,
1826
+ xmlns: "http://www.w3.org/2000/svg",
1827
+ viewBox: "0 0 32 32",
1828
+ fill: "currentColor",
1829
+ ...rest
1830
+ }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1831
+ d: "M26.67,4H5.33A1.34,1.34,0,0,0,4,5.33V26.67A1.34,1.34,0,0,0,5.33,28H16.82V18.72H13.7V15.09h3.12V12.42c0-3.1,1.89-4.79,4.67-4.79.93,0,1.86,0,2.79.14V11H22.37c-1.51,0-1.8.72-1.8,1.77v2.31h3.6l-.47,3.63H20.57V28h6.1A1.34,1.34,0,0,0,28,26.67V5.33A1.34,1.34,0,0,0,26.67,4Z"
1832
+ })), children);
1833
+ });
1834
+ if (process.env.NODE_ENV !== "production") {
1835
+ LogoFacebook.propTypes = iconPropTypes4cbeb95d.i;
1836
+ }
1837
+ const LogoFigma = /*#__PURE__*/React.forwardRef(function LogoFigma(_ref79, ref) {
1838
+ let {
1839
+ children,
1840
+ size = 16,
1841
+ ...rest
1842
+ } = _ref79;
1843
+ return /*#__PURE__*/React.createElement(Icon.default, {
1844
+ width: size,
1845
+ height: size,
1846
+ ref: ref,
1847
+ xmlns: "http://www.w3.org/2000/svg",
1848
+ viewBox: "0 0 32 32",
1849
+ fill: "currentColor",
1850
+ ...rest
1851
+ }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1852
+ d: "M23.6,11.6c1-0.6,1.7-1.5,2.1-2.6c0.4-1.1,0.4-2.2,0.1-3.3c-0.3-1.1-1-2-1.9-2.7c-0.9-0.7-2.1-1-3.2-1h-9.2 c-1.2,0-2.3,0.4-3.2,1C7.2,3.7,6.6,4.7,6.2,5.7C5.9,6.8,5.9,8,6.3,9c0.4,1.1,1.1,2,2.1,2.6c-0.7,0.5-1.4,1.1-1.8,1.9 C6.2,14.3,6,15.1,6,16c0,0.9,0.2,1.7,0.6,2.5c0.4,0.8,1,1.4,1.8,1.9c-1,0.6-1.7,1.5-2.1,2.6c-0.4,1.1-0.4,2.2-0.1,3.3 c0.3,1.1,1,2,2,2.7c0.9,0.7,2.1,1,3.2,1c1.4,0,2.8-0.6,3.9-1.5c1-1,1.6-2.3,1.6-3.7v-4.8c1,0.9,2.3,1.4,3.6,1.4h0.1 c1.2,0,2.3-0.4,3.2-1c0.9-0.7,1.6-1.6,1.9-2.7c0.3-1.1,0.3-2.2-0.1-3.3C25.3,13.1,24.5,12.2,23.6,11.6z M16.9,3.7h3.7 c0.5,0,1,0,1.4,0.2c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.3,0.6,0.7,0.8,1.2s0.3,0.9,0.3,1.4c0,0.5-0.1,1-0.3,1.4c-0.2,0.4-0.5,0.8-0.8,1.2 c-0.4,0.3-0.8,0.6-1.2,0.8c-0.5,0.2-1,0.2-1.4,0.2h-3.7V3.7z M11.4,3.7h3.7v7h-3.7c-0.9,0-1.8-0.4-2.4-1.1C8.3,9,8,8.1,8,7.2 s0.4-1.8,1-2.4C9.6,4.2,10.5,3.8,11.4,3.7L11.4,3.7z M7.8,16c0-0.9,0.4-1.8,1.1-2.5c0.7-0.7,1.6-1,2.6-1h3.7v7h-3.7 c-1,0-1.9-0.4-2.6-1C8.2,17.8,7.8,16.9,7.8,16L7.8,16z M15.1,24.7c0,1-0.4,1.9-1.1,2.5c-0.7,0.7-1.6,1-2.6,1c-0.5,0-1,0-1.4-0.2 c-0.5-0.2-0.9-0.4-1.2-0.7c-0.4-0.3-0.6-0.7-0.8-1.2c-0.2-0.4-0.3-0.9-0.3-1.4c0-0.5,0.1-1,0.3-1.4c0.2-0.4,0.5-0.8,0.8-1.2 c0.4-0.3,0.8-0.6,1.2-0.8c0.5-0.2,1-0.2,1.4-0.2h3.7L15.1,24.7z M20.6,19.5h-0.1c-0.9,0-1.8-0.4-2.4-1.1c-0.6-0.7-1-1.5-1-2.4 c0-0.9,0.4-1.8,1-2.4c0.6-0.7,1.5-1,2.4-1.1h0.1c0.5,0,1,0,1.4,0.2c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.3,0.6,0.7,0.8,1.2 c0.2,0.4,0.3,0.9,0.3,1.4c0,0.5-0.1,1-0.3,1.4c-0.2,0.4-0.5,0.8-0.8,1.2c-0.4,0.3-0.8,0.6-1.2,0.8C21.6,19.5,21.1,19.5,20.6,19.5 L20.6,19.5z"
1853
+ })), children);
1854
+ });
1855
+ if (process.env.NODE_ENV !== "production") {
1856
+ LogoFigma.propTypes = iconPropTypes4cbeb95d.i;
1857
+ }
1858
+ const LogoFlickr = /*#__PURE__*/React.forwardRef(function LogoFlickr(_ref80, ref) {
1859
+ let {
1860
+ children,
1861
+ size = 16,
1862
+ ...rest
1863
+ } = _ref80;
1864
+ return /*#__PURE__*/React.createElement(Icon.default, {
1865
+ width: size,
1866
+ height: size,
1867
+ ref: ref,
1868
+ xmlns: "http://www.w3.org/2000/svg",
1869
+ viewBox: "0 0 32 32",
1870
+ fill: "currentColor",
1871
+ ...rest
1872
+ }, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
1873
+ cx: "8",
1874
+ cy: "16",
1875
+ r: "6"
1876
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1877
+ cx: "24",
1878
+ cy: "16",
1879
+ r: "6"
1880
+ })), children);
1881
+ });
1882
+ if (process.env.NODE_ENV !== "production") {
1883
+ LogoFlickr.propTypes = iconPropTypes4cbeb95d.i;
1884
+ }
1885
+ const LogoGithub = /*#__PURE__*/React.forwardRef(function LogoGithub(_ref81, ref) {
1886
+ let {
1887
+ children,
1888
+ size = 16,
1889
+ ...rest
1890
+ } = _ref81;
1891
+ return /*#__PURE__*/React.createElement(Icon.default, {
1892
+ width: size,
1893
+ height: size,
1894
+ ref: ref,
1895
+ xmlns: "http://www.w3.org/2000/svg",
1896
+ viewBox: "0 0 32 32",
1897
+ fill: "currentColor",
1898
+ ...rest
1899
+ }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1900
+ fillRule: "evenodd",
1901
+ d: "M16,2a14,14,0,0,0-4.43,27.28c.7.13,1-.3,1-.67s0-1.21,0-2.38c-3.89.84-4.71-1.88-4.71-1.88A3.71,3.71,0,0,0,6.24,22.3c-1.27-.86.1-.85.1-.85A2.94,2.94,0,0,1,8.48,22.9a3,3,0,0,0,4.08,1.16,2.93,2.93,0,0,1,.88-1.87c-3.1-.36-6.37-1.56-6.37-6.92a5.4,5.4,0,0,1,1.44-3.76,5,5,0,0,1,.14-3.7s1.17-.38,3.85,1.43a13.3,13.3,0,0,1,7,0c2.67-1.81,3.84-1.43,3.84-1.43a5,5,0,0,1,.14,3.7,5.4,5.4,0,0,1,1.44,3.76c0,5.38-3.27,6.56-6.39,6.91a3.33,3.33,0,0,1,.95,2.59c0,1.87,0,3.38,0,3.84s.25.81,1,.67A14,14,0,0,0,16,2Z"
1902
+ })), children);
1903
+ });
1904
+ if (process.env.NODE_ENV !== "production") {
1905
+ LogoGithub.propTypes = iconPropTypes4cbeb95d.i;
1906
+ }
1907
+ const LogoGitlab = /*#__PURE__*/React.forwardRef(function LogoGitlab(_ref82, ref) {
1908
+ let {
1909
+ children,
1910
+ size = 16,
1911
+ ...rest
1912
+ } = _ref82;
1913
+ return /*#__PURE__*/React.createElement(Icon.default, {
1914
+ width: size,
1915
+ height: size,
1916
+ ref: ref,
1917
+ xmlns: "http://www.w3.org/2000/svg",
1918
+ viewBox: "0 0 32 32",
1919
+ fill: "currentColor",
1920
+ ...rest
1921
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1922
+ d: "m28.5678,12.8926l-.0366-.0934-3.5388-9.2356c-.072-.181-.1995-.3346-.3642-.4386-.3375-.2095-.7699-.1863-1.083.0582-.1512.1228-.2608.2892-.3141.4765l-2.3894,7.3105h-9.6756l-2.3894-7.3105c-.0518-.1884-.1617-.3556-.3141-.4779-.3131-.2445-.7455-.2677-1.083-.0582-.1643.1045-.2917.2579-.3642.4386l-3.5456,9.2315-.0352.0934c-1.0465,2.7345-.1578,5.8315,2.1796,7.5948l.0122.0095.0325.023,5.3908,4.037,2.667,2.0185,1.6246,1.2265c.3905.2965.9308.2965,1.3213,0l1.6246-1.2265,2.667-2.0185,5.4233-4.0614.0135-.0108c2.3319-1.7635,3.219-4.8551,2.1769-7.5867Z"
1923
+ })), children);
1924
+ });
1925
+ if (process.env.NODE_ENV !== "production") {
1926
+ LogoGitlab.propTypes = iconPropTypes4cbeb95d.i;
1927
+ }
1928
+ const LogoGlassdoor = /*#__PURE__*/React.forwardRef(function LogoGlassdoor(_ref83, ref) {
1929
+ let {
1930
+ children,
1931
+ size = 16,
1932
+ ...rest
1933
+ } = _ref83;
1934
+ return /*#__PURE__*/React.createElement(Icon.default, {
1935
+ width: size,
1936
+ height: size,
1937
+ ref: ref,
1938
+ xmlns: "http://www.w3.org/2000/svg",
1939
+ viewBox: "0 0 32 32",
1940
+ fill: "currentColor",
1941
+ ...rest
1942
+ }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1943
+ d: "M10.8281,28H21.1719a3.43,3.43,0,0,0,3.43-3.43V10.3306h-3.43V24.57H7.3981A3.43,3.43,0,0,0,10.8281,28Z"
1944
+ })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1945
+ d: "M21.1719,4H10.8281a3.43,3.43,0,0,0-3.43,3.43v14.24h3.43V7.43H24.6019A3.43,3.43,0,0,0,21.1719,4Z"
1946
+ })), children);
1947
+ });
1948
+ if (process.env.NODE_ENV !== "production") {
1949
+ LogoGlassdoor.propTypes = iconPropTypes4cbeb95d.i;
1950
+ }
1951
+ const LogoInstagram = /*#__PURE__*/React.forwardRef(function LogoInstagram(_ref84, ref) {
1952
+ let {
1953
+ children,
1954
+ size = 16,
1955
+ ...rest
1956
+ } = _ref84;
1957
+ return /*#__PURE__*/React.createElement(Icon.default, {
1958
+ width: size,
1959
+ height: size,
1960
+ ref: ref,
1961
+ xmlns: "http://www.w3.org/2000/svg",
1962
+ viewBox: "0 0 32 32",
1963
+ fill: "currentColor",
1964
+ ...rest
1965
+ }, _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1966
+ cx: "22.406",
1967
+ cy: "9.594",
1968
+ r: "1.44"
1969
+ })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1970
+ d: "M16,9.8378A6.1622,6.1622,0,1,0,22.1622,16,6.1622,6.1622,0,0,0,16,9.8378ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
1971
+ })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1972
+ d: "M16,6.1622c3.2041,0,3.5837.0122,4.849.07a6.6418,6.6418,0,0,1,2.2283.4132,3.9748,3.9748,0,0,1,2.2774,2.2774,6.6418,6.6418,0,0,1,.4132,2.2283c.0577,1.2653.07,1.6449.07,4.849s-.0122,3.5837-.07,4.849a6.6418,6.6418,0,0,1-.4132,2.2283,3.9748,3.9748,0,0,1-2.2774,2.2774,6.6418,6.6418,0,0,1-2.2283.4132c-1.2652.0577-1.6446.07-4.849.07s-3.5838-.0122-4.849-.07a6.6418,6.6418,0,0,1-2.2283-.4132,3.9748,3.9748,0,0,1-2.2774-2.2774,6.6418,6.6418,0,0,1-.4132-2.2283c-.0577-1.2653-.07-1.6449-.07-4.849s.0122-3.5837.07-4.849a6.6418,6.6418,0,0,1,.4132-2.2283A3.9748,3.9748,0,0,1,8.9227,6.6453a6.6418,6.6418,0,0,1,2.2283-.4132c1.2653-.0577,1.6449-.07,4.849-.07M16,4c-3.259,0-3.6677.0138-4.9476.0722A8.8068,8.8068,0,0,0,8.14,4.63,6.1363,6.1363,0,0,0,4.63,8.14a8.8068,8.8068,0,0,0-.5578,2.9129C4.0138,12.3323,4,12.741,4,16s.0138,3.6677.0722,4.9476A8.8074,8.8074,0,0,0,4.63,23.8605a6.1363,6.1363,0,0,0,3.51,3.51,8.8068,8.8068,0,0,0,2.9129.5578C12.3323,27.9862,12.741,28,16,28s3.6677-.0138,4.9476-.0722a8.8074,8.8074,0,0,0,2.9129-.5578,6.1363,6.1363,0,0,0,3.51-3.51,8.8074,8.8074,0,0,0,.5578-2.9129C27.9862,19.6677,28,19.259,28,16s-.0138-3.6677-.0722-4.9476A8.8068,8.8068,0,0,0,27.37,8.14a6.1363,6.1363,0,0,0-3.51-3.5095,8.8074,8.8074,0,0,0-2.9129-.5578C19.6677,4.0138,19.259,4,16,4Z"
1973
+ })), children);
1974
+ });
1975
+ if (process.env.NODE_ENV !== "production") {
1976
+ LogoInstagram.propTypes = iconPropTypes4cbeb95d.i;
1977
+ }
1978
+ const LogoInvision = /*#__PURE__*/React.forwardRef(function LogoInvision(_ref85, ref) {
1979
+ let {
1980
+ children,
1981
+ size = 16,
1982
+ ...rest
1983
+ } = _ref85;
1984
+ return /*#__PURE__*/React.createElement(Icon.default, {
1985
+ width: size,
1986
+ height: size,
1987
+ ref: ref,
1988
+ xmlns: "http://www.w3.org/2000/svg",
1989
+ viewBox: "0 0 32 32",
1990
+ fill: "currentColor",
1991
+ ...rest
1992
+ }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1993
+ d: "M4,4v24h24V4H4z M12.1,9c0.8,0,1.4,0.6,1.4,1.4c0,0.8-0.6,1.4-1.4,1.4c0,0,0,0,0,0c-0.8,0-1.4-0.6-1.4-1.4 C10.8,9.6,11.4,9,12.1,9z M21.5,22.2c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1l0.7-2.4c0.1-0.2,0.1-0.5,0.1-0.7 c0-0.8-0.5-1.3-1.2-1.3c-1,0-1.6,0.7-1.9,2L15.9,22h-2.3l0.4-1.7c-0.7,1.1-1.6,1.8-2.8,1.8c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1 l1.1-4.3H8.7L9.2,13h3.9l-1.5,6.1c-0.1,0.3-0.1,0.6-0.1,0.9c0,0.4,0.2,0.5,0.5,0.6c0.2,0,1.6,0,2.4-1.8l1-4.1h-1.6l0.5-1.8h3.5 l-0.5,2.1c0.6-1.2,1.9-2.2,3.1-2.2c1.3,0,2.4,0.9,2.4,2.7c0,0.5-0.1,1-0.2,1.5l-0.7,2.4c-0.1,0.2-0.1,0.4-0.1,0.6 c0,0.4,0.2,0.6,0.5,0.6c0.3,0,0.7-0.2,1.2-1.5l0.9,0.4C23.7,21.4,22.7,22.2,21.5,22.2z"
1994
+ })), children);
1995
+ });
1996
+ if (process.env.NODE_ENV !== "production") {
1997
+ LogoInvision.propTypes = iconPropTypes4cbeb95d.i;
1998
+ }
1999
+ const LogoJupyter = /*#__PURE__*/React.forwardRef(function LogoJupyter(_ref86, ref) {
2000
+ let {
2001
+ children,
2002
+ size = 16,
2003
+ ...rest
2004
+ } = _ref86;
2005
+ return /*#__PURE__*/React.createElement(Icon.default, {
2006
+ width: size,
2007
+ height: size,
2008
+ ref: ref,
2009
+ xmlns: "http://www.w3.org/2000/svg",
2010
+ viewBox: "0 0 32 32",
2011
+ fill: "currentColor",
2012
+ ...rest
2013
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2014
+ d: "M26.0766 3.5878a1.69 1.69 0 11-1.76-1.5853 1.67 1.67 0 011.76 1.5853zM16.2191 23.1113c-4.4866 0-8.43-1.61-10.4688-3.9882a11.1618 11.1618 0 0020.9377 0C24.6541 21.5011 20.7257 23.1113 16.2191 23.1113zM16.2191 7.6483c4.4867 0 8.43 1.61 10.4689 3.9881a11.1618 11.1618 0 00-20.9377 0C7.7892 9.2535 11.7126 7.6483 16.2191 7.6483zM10.0427 27.7388a2.1085 2.1085 0 11-.2031-.7976 2.1278 2.1278 0 01.2031.7976zM6.26 7.1064A1.2263 1.2263 0 117.4517 5.83 1.2415 1.2415 0 016.26 7.1064z"
2015
+ })), children);
2016
+ });
2017
+ if (process.env.NODE_ENV !== "production") {
2018
+ LogoJupyter.propTypes = iconPropTypes4cbeb95d.i;
2019
+ }
2020
+ const LogoKeybase = /*#__PURE__*/React.forwardRef(function LogoKeybase(_ref87, ref) {
2021
+ let {
2022
+ children,
2023
+ size = 16,
2024
+ ...rest
2025
+ } = _ref87;
2026
+ return /*#__PURE__*/React.createElement(Icon.default, {
2027
+ width: size,
2028
+ height: size,
2029
+ ref: ref,
2030
+ xmlns: "http://www.w3.org/2000/svg",
2031
+ viewBox: "0 0 32 32",
2032
+ fill: "currentColor",
2033
+ ...rest
2034
+ }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2035
+ d: "M14.1233 26.9328a1.1122 1.1122 0 11-1.1121-1.1122 1.112 1.112 0 011.1121 1.1122M21.0257 26.9328a1.1122 1.1122 0 11-1.1122-1.1122 1.1121 1.1121 0 011.1122 1.1122"
2036
+ })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2037
+ d: "M9.999 5.797H10.973V6.771H9.999z",
2038
+ transform: "rotate(-86.462 10.486 6.284)"
2039
+ })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2040
+ d: "M26.4275,16.3825l-.0013.001a13.0868,13.0868,0,0,0-5.1431-4.1825c-.3754-.1667-.7543-.3142-1.1354-.4454.0128-.0314.0277-.0615.04-.0933a4.83,4.83,0,0,0-2.9861-6.319,5.9368,5.9368,0,0,0-1.9962-.3558c-.0366-.1253-.1165-.6743.58-2.1571L14.3742,2q-.17.236-.3368.4661c-.384.5309-.7549,1.0444-1.1029,1.55a2.1657,2.1657,0,0,0-1.4486-.6771L9.8543,3.2377H9.852l-.0025,0c-.0429-.0025-.0864-.0039-.1293-.0039A2.1877,2.1877,0,0,0,7.54,5.2825L7.4388,6.9169l0,.003,0,.0028A2.1882,2.1882,0,0,0,9.4854,9.23l1.1673.0723a5.1711,5.1711,0,0,0,.47,2.688,13.1954,13.1954,0,0,0-4.2637,2.9C3,18.7883,3,23.06,3,26.4916v2.0706l1.524-1.6163A12.3293,12.3293,0,0,0,5.8548,30H7.8367A10.7091,10.7091,0,0,1,5.878,25.51l2.2353-2.3708L6.963,26.745l2.03-1.4774c3.5858-2.61,7.8678-3.2093,12.7263-1.7826a4.6276,4.6276,0,0,0,5.2189-1.468c.0441-.0628.0828-.128.1228-.1926a9.6141,9.6141,0,0,1,.1638,1.7454,12.4214,12.4214,0,0,1-1.61,6.43h1.877A14.4022,14.4022,0,0,0,28.87,23.57,12.2666,12.2666,0,0,0,26.4275,16.3825ZM13.8455,5.9257a1.5872,1.5872,0,0,0,1.3983.7068,4.2111,4.2111,0,0,1,1.44.2719,3.17,3.17,0,0,1,1.0279,5.4638l-.4752-.5849-.0032-.004a1.7048,1.7048,0,0,0-3.0235.9865,3.2143,3.2143,0,0,1-1.899-3.5412,8.4815,8.4815,0,0,1,1.4374-3.466A1.642,1.642,0,0,0,13.8455,5.9257Zm3.49,9.2589-.6072.4962a.2675.2675,0,0,1-.376-.038l-.1264-.1549a.2791.2791,0,0,1,.0394-.3927l.6-.49-1.235-1.5158a.362.362,0,1,1,.5611-.4575l3.4546,4.2517a.3619.3619,0,0,1-.1988.5815.3566.3566,0,0,1-.0816.0094.3609.3609,0,0,1-.2806-.1332l-.3441-.4239-1.2215.9971a.2815.2815,0,0,1-.3965-.04l-.5532-.6775a.2786.2786,0,0,1,.04-.3919l1.2275-1.002ZM9.08,7.0184l.1014-1.6342A.5394.5394,0,0,1,9.72,4.8781l.0326.001,1.6335.1013a.5387.5387,0,0,1,.5046.5716l-.0073.1182a10.6739,10.6739,0,0,0-.9028,2.0046L9.5859,7.5886A.5407.5407,0,0,1,9.08,7.0184ZM25.5944,21.07a2.9883,2.9883,0,0,1-3.4112.8373c-4.5313-1.3305-8.6289-1.0534-12.2124.82l1.9069-5.978-7.203,7.6393a11.67,11.67,0,0,1,3.3532-8.3419,11.4953,11.4953,0,0,1,4.1073-2.6908,5.42,5.42,0,0,0,2.2411,1.2214,4.714,4.714,0,0,0,.5627.12,1.6258,1.6258,0,0,0,.2449,1.6416l.0847.1038a1.6247,1.6247,0,0,0,.2594,1.605l.5532.6777a1.6276,1.6276,0,0,0,2.29.2314l.3314-.2705a1.7079,1.7079,0,0,0,1.9867-2.6535l-1.9427-2.3911a4.88,4.88,0,0,0,.4863-.456,12.449,12.449,0,0,1,1.3829.5181,11.419,11.419,0,0,1,4.5085,3.6838C26.0987,18.7278,26.2745,20.1043,25.5944,21.07Z"
2041
+ })), children);
2042
+ });
2043
+ if (process.env.NODE_ENV !== "production") {
2044
+ LogoKeybase.propTypes = iconPropTypes4cbeb95d.i;
2045
+ }
2046
+ const LogoKubernetes = /*#__PURE__*/React.forwardRef(function LogoKubernetes(_ref88, ref) {
2047
+ let {
2048
+ children,
2049
+ size = 16,
2050
+ ...rest
2051
+ } = _ref88;
2052
+ return /*#__PURE__*/React.createElement(Icon.default, {
2053
+ width: size,
2054
+ height: size,
2055
+ ref: ref,
2056
+ xmlns: "http://www.w3.org/2000/svg",
2057
+ viewBox: "0 0 32 32",
2058
+ fill: "currentColor",
2059
+ ...rest
2060
+ }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2061
+ d: "M15.134 17.189L15.999 17.605 16.862 17.19 17.076 16.259 16.479 15.512 15.518 15.512 14.919 16.257 15.134 17.189zM14.2166 13.88l.0024.0019a.5239.5239 0 00.8321-.4013l0-.003.0127-.0063L15.242 10.33c-.2173.0268-.43.0635-.6333.1094a6.2 6.2 0 00-2.9727 1.6176l2.5752 1.8257zM12.8347 16.2622l.003-.001a.5241.5241 0 00.206-.9008l-.0024-.002.0029-.0127-2.3515-2.1035a6.1775 6.1775 0 00-.8746 3.9l3.0142-.87zM13.8645 18.501a.5229.5229 0 00-.6059-.3989l-.0034 0-.0049-.0063-3.0908.5249a6.2052 6.2052 0 002.4863 3.1108l1.1972-2.8935-.0087-.0117.0009-.003A.5184.5184 0 0013.8645 18.501zM16.4622 19.6431l-.0015-.0025a.53.53 0 00-.48-.2759.5269.5269 0 00-.4434.2769l-.0015.0029H15.533l-1.52 2.7481a6.2277 6.2277 0 003.38.1723c.207-.0468.41-.104.6044-.1684l-1.5234-2.7534zM18.7371 18.09l-.0034 0a.51.51 0 00-.1206-.0088.5263.5263 0 00-.4546.7319l.001.0024-.004.0054 1.21 2.9234A6.185 6.185 0 0021.86 18.61l-3.1176-.5269zM21.2893 13.2437L18.951 15.3364l.0014.0064-.0024.0019a.5249.5249 0 00.2055.9014l.0035.0005.0024.0132 3.0293.872a6.2915 6.2915 0 00-.9014-3.8881zM16.9383 13.4673l0 .0029a.5161.5161 0 00.1143.3037.5236.5236 0 00.7192.0967l.0025-.0019.0088.0039 2.5586-1.814a6.2307 6.2307 0 00-3.584-1.7285l.1777 3.1357z"
2062
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2063
+ d: "M30.3806,19.0376,27.9016,8.2705a1.9057,1.9057,0,0,0-1.038-1.291L16.83,2.1885a1.9332,1.9332,0,0,0-1.6656,0L5.1326,6.9819a1.9072,1.9072,0,0,0-1.0381,1.291L1.6194,19.04A1.89,1.89,0,0,0,1.88,20.499a1.8364,1.8364,0,0,0,.1088.1514l6.9439,8.6338a1.9244,1.9244,0,0,0,1.5.7158l11.1357-.0024a1.9251,1.9251,0,0,0,1.5-.7149L30.01,20.6479A1.8911,1.8911,0,0,0,30.3806,19.0376Zm-3.8115-.13a.6432.6432,0,0,1-.7812.4429l-.0039,0-.0049-.001-.0069-.0019-.0048-.002-.0572-.0117c-.0346-.0068-.07-.0142-.0981-.0215a2.4643,2.4643,0,0,1-.3589-.1328c-.0576-.0249-.1172-.0513-.1807-.0752l-.0175-.0063a5.5192,5.5192,0,0,0-1.0284-.3013.4119.4119,0,0,0-.2954.0981l-.0371.0254-.0019.0015-.002,0c-.0439-.0088-.1748-.0322-.2519-.0444a7.8166,7.8166,0,0,1-3.459,4.351c.0093.022.02.05.0307.0806a.9352.9352,0,0,0,.0669.1567l.002.002-.001.0029-.0166.042a.4148.4148,0,0,0-.03.3091,5.69,5.69,0,0,0,.5322.9517c.0376.0561.0757.1084.1128.1591a2.4,2.4,0,0,1,.2095.32c.0166.0312.0371.0752.0552.1137l.0229.0484a.6083.6083,0,1,1-1.0947.5176l-.0224-.0455c-.0186-.038-.0381-.0776-.0518-.1088a2.5059,2.5059,0,0,1-.1211-.3658c-.0166-.0595-.0337-.1215-.0537-.185l-.0059-.0166a5.5441,5.5441,0,0,0-.4052-.9922.4177.4177,0,0,0-.2627-.1709l-.0415-.0127-.0015,0-.0015-.0019c-.01-.0171-.0337-.0611-.0595-.1075-.0235-.042-.0484-.0874-.0664-.12a7.8868,7.8868,0,0,1-1.0269.3091,7.7588,7.7588,0,0,1-4.51-.3233l-.1352.2442-.002.001a.481.481,0,0,0-.2563.124,2.2827,2.2827,0,0,0-.336.7207c-.04.1172-.08.2383-.1279.3569-.0205.064-.0376.127-.0537.188a2.4747,2.4747,0,0,1-.12.3623c-.0127.03-.0313.0669-.0493.1025l-.0245.0494h0l-.0005.0024-.0019.002a.6773.6773,0,0,1-.5952.3945.5484.5484,0,0,1-.24-.0542.6426.6426,0,0,1-.2578-.86c.0088-.0171.0176-.0371.0274-.0576.0171-.0371.0346-.0757.05-.1045a2.53,2.53,0,0,1,.21-.3222c.0367-.05.0747-.1026.1118-.1578a5.8209,5.8209,0,0,0,.543-.976.5889.5889,0,0,0-.0532-.336l0-.0019,0-.002.1074-.2573a7.8224,7.8224,0,0,1-3.46-4.32l-.2593.0444-.0015-.001-.0264-.0151a.5961.5961,0,0,0-.3159-.106,5.5447,5.5447,0,0,0-1.0283.3013l-.0171.0064c-.062.0239-.1211.0488-.1782.0732a2.4949,2.4949,0,0,1-.3613.1333c-.0308.0083-.0708.0171-.1094.0249l-.0459.01-.0049.0019-.0068.002-.0049.001-.0039,0a.6078.6078,0,1,1-.2695-1.18l.0039-.001.0053-.0015.002,0,.0034-.0009.0469-.0113c.04-.01.081-.02.1133-.0258a2.4132,2.4132,0,0,1,.3808-.0357c.063-.0024.1284-.0054.1958-.0107l.0142-.0015A5.554,5.554,0,0,0,7.77,17.92a.72.72,0,0,0,.231-.227l.0244-.0318.001-.0014.0014,0,.2471-.0718a7.7765,7.7765,0,0,1,1.2246-5.4126l-.19-.17,0-.002-.0044-.0278a.5983.5983,0,0,0-.1153-.3159,5.6171,5.6171,0,0,0-.8916-.6265c-.0585-.0342-.1157-.0649-.1713-.0942a2.4731,2.4731,0,0,1-.3267-.1973c-.0264-.0195-.0586-.0459-.0894-.0713l-.0356-.0288L7.67,10.6387l-.0049-.0039A.7045.7045,0,0,1,7.4041,10.2a.5725.5725,0,0,1,.1128-.4575A.5835.5835,0,0,1,8,9.5288a.7226.7226,0,0,1,.4214.1592l.0361.0283c.0332.0259.07.0552.0972.0781a2.5254,2.5254,0,0,1,.2671.2759c.04.0469.0825.0952.1284.1441l.01.01a5.5221,5.5221,0,0,0,.7989.72.4159.4159,0,0,0,.31.0406l.043-.0069h.0019l.0015.001c.0357.0264.1484.1074.2134.1514a7.7273,7.7273,0,0,1,3.9233-2.24,7.9671,7.9671,0,0,1,1.0816-.1665l.0141-.2515.001-.0014a.6486.6486,0,0,0,.1939-.3076,5.5779,5.5779,0,0,0-.066-1.0791l-.0009-.0088c-.0093-.0664-.021-.13-.0328-.1914a2.5611,2.5611,0,0,1-.0493-.38c-.0009-.03-.0005-.0679,0-.1045l.0005-.05-.0005-.0073,0-.0093a.6088.6088,0,1,1,1.211,0l.0009.0605c.001.0386.0015.0791.0005.11a2.5348,2.5348,0,0,1-.0493.38c-.0117.0615-.0234.125-.0327.1914l-.0039.0317a5.4479,5.4479,0,0,0-.064,1.0567.4132.4132,0,0,0,.1616.2666l.0328.03.0019.0015v.0019c.0015.0435.0083.1836.0137.2637a7.79,7.79,0,0,1,2.7173.7559,7.8812,7.8812,0,0,1,2.2632,1.65l.226-.1612h.002l.0312.002a.5914.5914,0,0,0,.33-.041,5.4885,5.4885,0,0,0,.7871-.71l.0215-.022c.0454-.0478.0869-.0952.1274-.1416a2.57,2.57,0,0,1,.27-.2783c.0263-.0229.062-.05.0967-.0776l.0366-.0288a.6088.6088,0,1,1,.7544.9472l-.0435.0357c-.0307.0254-.063.0517-.0884.0708a2.4733,2.4733,0,0,1-.3266.1968c-.0562.0293-.1143.06-.1734.0947a5.6889,5.6889,0,0,0-.8921.6269.4152.4152,0,0,0-.1079.293l-.0034.044v.0019l-.0014.001c-.0162.0146-.0508.0459-.0914.082s-.0864.0772-.1186.1065a7.7983,7.7983,0,0,1,1.25,5.3994l.24.07.001.001.0171.0254a.6014.6014,0,0,0,.24.2334,5.595,5.595,0,0,0,1.063.1757l.0122.001c.0674.0059.1328.0083.1963.0108a2.4617,2.4617,0,0,1,.38.0356c.0312.0059.0713.0156.11.0254l.0644.0156A.643.643,0,0,1,26.5691,18.9077Z"
2064
+ })), children);
2065
+ });
2066
+ if (process.env.NODE_ENV !== "production") {
2067
+ LogoKubernetes.propTypes = iconPropTypes4cbeb95d.i;
2068
+ }
2069
+ const LogoLinkedin = /*#__PURE__*/React.forwardRef(function LogoLinkedin(_ref89, ref) {
2070
+ let {
2071
+ children,
2072
+ size = 16,
2073
+ ...rest
2074
+ } = _ref89;
2075
+ return /*#__PURE__*/React.createElement(Icon.default, {
2076
+ width: size,
2077
+ height: size,
2078
+ ref: ref,
2079
+ xmlns: "http://www.w3.org/2000/svg",
2080
+ viewBox: "0 0 32 32",
2081
+ fill: "currentColor",
2082
+ ...rest
2083
+ }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2084
+ d: "M26.2,4H5.8C4.8,4,4,4.8,4,5.7v20.5c0,0.9,0.8,1.7,1.8,1.7h20.4c1,0,1.8-0.8,1.8-1.7V5.7C28,4.8,27.2,4,26.2,4z M11.1,24.4 H7.6V13h3.5V24.4z M9.4,11.4c-1.1,0-2.1-0.9-2.1-2.1c0-1.2,0.9-2.1,2.1-2.1c1.1,0,2.1,0.9,2.1,2.1S10.5,11.4,9.4,11.4z M24.5,24.3 H21v-5.6c0-1.3,0-3.1-1.9-3.1c-1.9,0-2.1,1.5-2.1,2.9v5.7h-3.5V13h3.3v1.5h0.1c0.5-0.9,1.7-1.9,3.4-1.9c3.6,0,4.3,2.4,4.3,5.5V24.3z"
2085
+ })), children);
2086
+ });
2087
+ if (process.env.NODE_ENV !== "production") {
2088
+ LogoLinkedin.propTypes = iconPropTypes4cbeb95d.i;
2089
+ }
2090
+ const LogoLivestream = /*#__PURE__*/React.forwardRef(function LogoLivestream(_ref90, ref) {
2091
+ let {
2092
+ children,
2093
+ size = 16,
2094
+ ...rest
2095
+ } = _ref90;
2096
+ return /*#__PURE__*/React.createElement(Icon.default, {
2097
+ width: size,
2098
+ height: size,
2099
+ ref: ref,
2100
+ xmlns: "http://www.w3.org/2000/svg",
2101
+ viewBox: "0 0 32 32",
2102
+ fill: "currentColor",
2103
+ ...rest
2104
+ }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2105
+ d: "M22.49 23.71h-.76c-2.26 0-4.52 0-6.78 0a3.12 3.12 0 01-2.41-1A14.91 14.91 0 0110 18.88c-1.3-2.6-2.54-5.22-3.82-7.82-.39-.8-.82-1.56-1.28-2.32A7.84 7.84 0 002 5.6c1.24 0 2.41 0 3.57 0a45.63 45.63 0 017 .61 8.09 8.09 0 016.34 5.09 48.51 48.51 0 012.17 7.36A26 26 0 0022.49 23.71zM28.1 26.38a2.93 2.93 0 01-2.74-2.64 42.08 42.08 0 01-.14-4.9 48 48 0 00-.61-7.58 3.75 3.75 0 00-.83-2h2.65c.54 0 .73.37.89.78A12.1 12.1 0 0128 13.28c.29 2.72.31 5.45.33 8.18a10.94 10.94 0 000 1.15c.09.78.4 1.1 1.17 1.08.5 0 .5-.06.5-.06v2.69A8.62 8.62 0 0128.1 26.38z"
2106
+ })), children);
2107
+ });
2108
+ if (process.env.NODE_ENV !== "production") {
2109
+ LogoLivestream.propTypes = iconPropTypes4cbeb95d.i;
2110
+ }
2111
+ const LogoMastodon = /*#__PURE__*/React.forwardRef(function LogoMastodon(_ref91, ref) {
2112
+ let {
2113
+ children,
2114
+ size = 16,
2115
+ ...rest
2116
+ } = _ref91;
2117
+ return /*#__PURE__*/React.createElement(Icon.default, {
2118
+ width: size,
2119
+ height: size,
2120
+ ref: ref,
2121
+ xmlns: "http://www.w3.org/2000/svg",
2122
+ viewBox: "0 0 32 32",
2123
+ fill: "currentColor",
2124
+ ...rest
2125
+ }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2126
+ d: "m29.0581,11.1929c0-6.0742-3.9797-7.8545-3.9797-7.8545-2.0066-.9214-5.4522-1.3091-9.0318-1.3384h-.0879c-3.5798.0293-7.023.417-9.0296,1.3384,0,0-3.98,1.7803-3.98,7.8545,0,1.3911-.0271,3.0537.0171,4.8174.1445,5.9404,1.0889,11.7945,6.5811,13.2481,2.5322.6704,4.7063.8105,6.4573.7144,3.1755-.1758,4.958-1.1333,4.958-1.1333l-.1047-2.3037s-2.269.7153-4.8176.6284c-2.5249-.0869-5.1902-.2725-5.5986-3.3726-.0378-.272-.0566-.563-.0566-.8691,0,0,2.4785.606,5.6196.75,1.9207.0879,3.7219-.1128,5.5515-.3311,3.5083-.4189,6.563-2.5806,6.9468-4.5557.605-3.1113.5552-7.5928.5552-7.5928Zm-4.6943,7.8257h-2.9138v-7.1382c0-1.5049-.6331-2.2686-1.8997-2.2686-1.4002,0-2.1018.9058-2.1018,2.6973v3.9077h-2.8967v-3.9077c0-1.7915-.7019-2.6973-2.1021-2.6973-1.2666,0-1.8997.7637-1.8997,2.2686v7.1382h-2.9138v-7.3545c0-1.5029.3828-2.6978,1.1516-3.5811.7927-.8838,1.8308-1.3369,3.1196-1.3369,1.491,0,2.6204.5732,3.367,1.7192l.7256,1.2168.7261-1.2168c.7463-1.146,1.8755-1.7192,3.3667-1.7192,1.2886,0,2.3267.4531,3.1196,1.3369.7686.8833,1.1514,2.0781,1.1514,3.5811v7.3545Z"
2127
+ })), children);
2128
+ });
2129
+ if (process.env.NODE_ENV !== "production") {
2130
+ LogoMastodon.propTypes = iconPropTypes4cbeb95d.i;
2131
+ }
2132
+ const LogoMedium = /*#__PURE__*/React.forwardRef(function LogoMedium(_ref92, ref) {
2133
+ let {
2134
+ children,
2135
+ size = 16,
2136
+ ...rest
2137
+ } = _ref92;
2138
+ return /*#__PURE__*/React.createElement(Icon.default, {
2139
+ width: size,
2140
+ height: size,
2141
+ ref: ref,
2142
+ xmlns: "http://www.w3.org/2000/svg",
2143
+ viewBox: "0 0 32 32",
2144
+ fill: "currentColor",
2145
+ ...rest
2146
+ }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2147
+ d: "M30 16c0 3.7-.6 6.7-1.4 6.7-.8 0-1.4-3-1.4-6.7s.6-6.7 1.4-6.7C29.4 9.3 30 12.3 30 16M26.5 16c0 4.1-1.8 7.5-3.9 7.5s-3.9-3.4-3.9-7.5 1.8-7.5 3.9-7.5S26.5 11.9 26.5 16M17.8 16c0 4.4-3.5 8-7.9 8S2 20.4 2 16s3.5-8 7.9-8S17.8 11.6 17.8 16"
2148
+ })), children);
2149
+ });
2150
+ if (process.env.NODE_ENV !== "production") {
2151
+ LogoMedium.propTypes = iconPropTypes4cbeb95d.i;
2152
+ }
2153
+ const LogoNpm = /*#__PURE__*/React.forwardRef(function LogoNpm(_ref93, ref) {
2154
+ let {
2155
+ children,
2156
+ size = 16,
2157
+ ...rest
2158
+ } = _ref93;
2159
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2168
+ d: "M4,28V4h24v24H4z M8.5,8.5v15H16v-12h4.5v12h3v-15H8.5z"
2169
+ })), children);
2170
+ });
2171
+ if (process.env.NODE_ENV !== "production") {
2172
+ LogoNpm.propTypes = iconPropTypes4cbeb95d.i;
2173
+ }
2174
+ const LogoOpenshift = /*#__PURE__*/React.forwardRef(function LogoOpenshift(_ref94, ref) {
2175
+ let {
2176
+ children,
2177
+ size = 16,
2178
+ ...rest
2179
+ } = _ref94;
2180
+ return /*#__PURE__*/React.createElement(Icon.default, {
2181
+ width: size,
2182
+ height: size,
2183
+ ref: ref,
2184
+ xmlns: "http://www.w3.org/2000/svg",
2185
+ viewBox: "0 0 32 32",
2186
+ fill: "currentColor",
2187
+ ...rest
2188
+ }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2189
+ d: "M26.4612,15.7968A12.1352,12.1352,0,0,0,25.2821,11.48L29,10.13a11.9879,11.9879,0,0,0-1.0281-1.7382l-1.7431.635a11.9884,11.9884,0,0,0-21.71,7.9129l1.7477-.6412a12.19,12.19,0,0,0,.3309,1.9846L2.8838,19.6384A12.1451,12.1451,0,0,0,4.7565,23.7l1.9663-.7163.0026.0039a11.8856,11.8856,0,0,0,4.67,3.8909A12.013,12.013,0,0,0,27.34,21.0743a11.8725,11.8725,0,0,0,1.08-5.992Zm-2.92,3.4967a7.8,7.8,0,0,1-10.3533,3.7744,7.7207,7.7207,0,0,1-2.2714-1.6128l-1.9846.7235a7.84,7.84,0,0,1-2.0742-3.9895l.0009-.0008,3.7242-1.3566a7.8175,7.8175,0,0,1-.1232-2.0653l-1.7517.6362A7.7729,7.7729,0,0,1,19.7645,8.94h.0067a7.7442,7.7442,0,0,1,2.2646,1.615L23.78,9.921a7.8014,7.8014,0,0,1,1.229,1.6558l-3.71,1.3595a7.8245,7.8245,0,0,1,.9766,4.3882l1.9685-.7151A7.6714,7.6714,0,0,1,23.5411,19.2935Z"
2190
+ })), children);
2191
+ });
2192
+ if (process.env.NODE_ENV !== "production") {
2193
+ LogoOpenshift.propTypes = iconPropTypes4cbeb95d.i;
2194
+ }
2195
+ const LogoPinterest = /*#__PURE__*/React.forwardRef(function LogoPinterest(_ref95, ref) {
2196
+ let {
2197
+ children,
2198
+ size = 16,
2199
+ ...rest
2200
+ } = _ref95;
2201
+ return /*#__PURE__*/React.createElement(Icon.default, {
2202
+ width: size,
2203
+ height: size,
2204
+ ref: ref,
2205
+ xmlns: "http://www.w3.org/2000/svg",
2206
+ viewBox: "0 0 32 32",
2207
+ fill: "currentColor",
2208
+ ...rest
2209
+ }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2210
+ d: "M16,2a14,14,0,0,0-5.1,27,13.24,13.24,0,0,1,0-4l1.65-7A5.05,5.05,0,0,1,12.17,16c0-1.94,1.13-3.4,2.53-3.4a1.76,1.76,0,0,1,1.77,2c0,1.2-.76,3-1.16,4.66a2,2,0,0,0,2.08,2.53c2.48,0,4.4-2.63,4.4-6.41a5.53,5.53,0,0,0-5.85-5.7,6.06,6.06,0,0,0-6.32,6.08,5.42,5.42,0,0,0,1,3.19.44.44,0,0,1,.1.4c-.11.44-.35,1.4-.39,1.59s-.21.31-.47.19c-1.75-.82-2.84-3.37-2.84-5.43,0-4.41,3.21-8.47,9.25-8.47,4.85,0,8.63,3.46,8.63,8.09,0,4.82-3,8.7-7.27,8.7a3.76,3.76,0,0,1-3.21-1.6l-.87,3.33a15.55,15.55,0,0,1-1.74,3.67A14.17,14.17,0,0,0,16,30,14,14,0,0,0,16,2"
2211
+ })), children);
2212
+ });
2213
+ if (process.env.NODE_ENV !== "production") {
2214
+ LogoPinterest.propTypes = iconPropTypes4cbeb95d.i;
2215
+ }
2216
+ const LogoPython = /*#__PURE__*/React.forwardRef(function LogoPython(_ref96, ref) {
2217
+ let {
2218
+ children,
2219
+ size = 16,
2220
+ ...rest
2221
+ } = _ref96;
2222
+ return /*#__PURE__*/React.createElement(Icon.default, {
2223
+ width: size,
2224
+ height: size,
2225
+ ref: ref,
2226
+ xmlns: "http://www.w3.org/2000/svg",
2227
+ viewBox: "0 0 32 32",
2228
+ fill: "currentColor",
2229
+ ...rest
2230
+ }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2231
+ d: "M23.4882,9.14v2.9663a4.2843,4.2843,0,0,1-4.173,4.2352H12.6431a3.4077,3.4077,0,0,0-3.34,3.3945v6.3607c0,1.81,1.5742,2.8751,3.34,3.3945a11.1762,11.1762,0,0,0,6.6721,0c1.6817-.4869,3.34-1.4668,3.34-3.3945V23.55H15.983v-.8486H25.9951c1.9414,0,2.6648-1.3542,3.34-3.3867a11.4642,11.4642,0,0,0,0-6.7889c-.48-1.9327-1.3961-3.3867-3.34-3.3867ZM19.7356,25.2476a1.2731,1.2731,0,1,1-1.2534,1.269A1.2607,1.2607,0,0,1,19.7356,25.2476Z"
2232
+ })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2233
+ fill: "none",
2234
+ d: "M19.7356,25.2476a1.2731,1.2731,0,1,1-1.2534,1.269A1.2607,1.2607,0,0,1,19.7356,25.2476Z"
2235
+ })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2236
+ d: "M15.8351,2a19.0717,19.0717,0,0,0-3.192.2725c-2.8268.4994-3.34,1.5447-3.34,3.4723V8.2909h6.68V9.14H6.7962a4.1708,4.1708,0,0,0-4.173,3.3867,12.4855,12.4855,0,0,0,0,6.7889c.4748,1.9776,1.6088,3.3867,3.55,3.3867H8.47V19.65a4.2449,4.2449,0,0,1,4.173-4.15h6.6721a3.3654,3.3654,0,0,0,3.34-3.3944V5.745a3.729,3.729,0,0,0-3.34-3.4723A20.8377,20.8377,0,0,0,15.8351,2ZM12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
2237
+ })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2238
+ fill: "none",
2239
+ d: "M12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
2240
+ })), children);
2241
+ });
2242
+ if (process.env.NODE_ENV !== "production") {
2243
+ LogoPython.propTypes = iconPropTypes4cbeb95d.i;
2244
+ }
2245
+ const LogoQuora = /*#__PURE__*/React.forwardRef(function LogoQuora(_ref97, ref) {
2246
+ let {
2247
+ children,
2248
+ size = 16,
2249
+ ...rest
2250
+ } = _ref97;
2251
+ return /*#__PURE__*/React.createElement(Icon.default, {
2252
+ width: size,
2253
+ height: size,
2254
+ ref: ref,
2255
+ xmlns: "http://www.w3.org/2000/svg",
2256
+ viewBox: "0 0 32 32",
2257
+ fill: "currentColor",
2258
+ ...rest
2259
+ }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2260
+ d: "M29,23.86H27a1.72,1.72,0,0,1-1.73,1.72c-1.15,0-1.82-.86-2.58-2a11,11,0,0,0,4.79-9.1c.09-7.19-5.85-11.89-12.17-11.89S3,7.37,3,14.37,9,26.16,15.17,26.16a10.71,10.71,0,0,0,3.07-.48c1.15,2.11,2.59,3.74,5.46,3.74A5,5,0,0,0,29,23.86Zm-8.14-3.45a6.31,6.31,0,0,0-5.56-3.16,6,6,0,0,0-3.74,1.15L12.2,20a2.56,2.56,0,0,1,.86-.1c1.82,0,3,1.53,4.12,3.64a7.58,7.58,0,0,1-1.91.19C10.86,23.76,9,20.6,9,14.47s1.91-9.3,6.23-9.3,6.32,3.16,6.32,9.3A20.68,20.68,0,0,1,20.83,20.41Z"
2261
+ })), children);
2262
+ });
2263
+ if (process.env.NODE_ENV !== "production") {
2264
+ LogoQuora.propTypes = iconPropTypes4cbeb95d.i;
2265
+ }
2266
+ const LogoRScript = /*#__PURE__*/React.forwardRef(function LogoRScript(_ref98, ref) {
2267
+ let {
2268
+ children,
2269
+ size = 16,
2270
+ ...rest
2271
+ } = _ref98;
2272
+ return /*#__PURE__*/React.createElement(Icon.default, {
2273
+ width: size,
2274
+ height: size,
2275
+ ref: ref,
2276
+ xmlns: "http://www.w3.org/2000/svg",
2277
+ viewBox: "0 0 32 32",
2278
+ fill: "currentColor",
2279
+ ...rest
2280
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2281
+ fillRule: "evenodd",
2282
+ d: "M30,14.7842c0-5.1782-6.2681-9.376-14-9.376S2,9.606,2,14.7842c0,4.6147,4.9814,8.4419,11.5361,9.2226v2.9917l4.7762-.0019,0-2.9741a19.3812,19.3812,0,0,0,3.3418-.6646L23.593,27l5.3975-.0024-3.253-5.4849C28.3625,19.8086,30,17.4263,30,14.7842Zm-22.4983.7c0-3.54,4.7644-6.41,10.6414-6.41s10.2138,1.9629,10.2138,6.41A5.4694,5.4694,0,0,1,24.9587,20.61a3.2252,3.2252,0,0,0-.2978-.1749,10.4735,10.4735,0,0,0-1.34-.5048s4.1743-.31,4.1743-4.4659-4.3684-4.2343-4.3684-4.2343H13.5361V21.2554C9.97,20.22,7.5017,18.0283,7.5017,15.4839Zm13.7422,1.8452-2.8928.001.0014-2.6812,2.8914.0015a1.2476,1.2476,0,0,1,1.34,1.3149A1.3232,1.3232,0,0,1,21.2439,17.3291Zm-2.9326,3.4946h1.2825a.8785.8785,0,0,1,.6406.291,3.2917,3.2917,0,0,1,.51.63,22.4033,22.4033,0,0,1-2.4326.1455Z"
2283
+ })), children);
2284
+ });
2285
+ if (process.env.NODE_ENV !== "production") {
2286
+ LogoRScript.propTypes = iconPropTypes4cbeb95d.i;
2287
+ }
2288
+ const LogoReact = /*#__PURE__*/React.forwardRef(function LogoReact(_ref99, ref) {
2289
+ let {
2290
+ children,
2291
+ size = 16,
2292
+ ...rest
2293
+ } = _ref99;
2294
+ return /*#__PURE__*/React.createElement(Icon.default, {
2295
+ width: size,
2296
+ height: size,
2297
+ ref: ref,
2298
+ xmlns: "http://www.w3.org/2000/svg",
2299
+ viewBox: "0 0 32 32",
2300
+ fill: "currentColor",
2301
+ ...rest
2302
+ }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2303
+ d: "M25,11.6c-0.3-0.1-0.6-0.2-0.9-0.3c0-0.2,0.1-0.4,0.1-0.6c0.7-3.3,0.2-6-1.3-6.9c-1.5-0.8-3.9,0-6.3,2.1 c-0.2,0.2-0.5,0.4-0.7,0.6c-0.2-0.1-0.3-0.3-0.5-0.4C13,3.9,10.5,3,9,3.9c-1.5,0.8-1.9,3.4-1.3,6.5c0.1,0.3,0.1,0.6,0.2,0.9 c-0.4,0.1-0.7,0.2-1,0.3c-3,1-4.9,2.7-4.9,4.3c0,1.7,2,3.5,5.1,4.5c0.2,0.1,0.5,0.2,0.8,0.2c-0.1,0.3-0.2,0.7-0.2,1 c-0.6,3.1-0.1,5.5,1.3,6.4c1.5,0.9,4,0,6.5-2.2c0.2-0.2,0.4-0.4,0.6-0.5c0.2,0.2,0.5,0.5,0.8,0.7c2.4,2.1,4.7,2.9,6.2,2 c1.5-0.9,2-3.5,1.4-6.7c0-0.2-0.1-0.5-0.2-0.8c0.2-0.1,0.4-0.1,0.5-0.2c3.2-1.1,5.3-2.8,5.3-4.5C30,14.3,28,12.7,25,11.6z M17.5,6.9 c2.1-1.8,4-2.5,4.9-2c0.9,0.5,1.3,2.7,0.7,5.6c0,0.2-0.1,0.4-0.1,0.6c-1.2-0.3-2.5-0.5-3.7-0.6c-0.7-1-1.5-2-2.4-3 C17.1,7.3,17.3,7.1,17.5,6.9L17.5,6.9z M10.3,17.4c0.3,0.5,0.5,1,0.8,1.5c0.3,0.5,0.6,1,0.9,1.4c-0.9-0.1-1.7-0.2-2.6-0.4 C9.6,19.1,9.9,18.3,10.3,17.4z M10.3,14.6c-0.4-0.8-0.6-1.6-0.9-2.4c0.8-0.2,1.7-0.3,2.5-0.4c-0.3,0.5-0.6,0.9-0.9,1.4 C10.8,13.6,10.5,14.1,10.3,14.6L10.3,14.6z M10.9,16c0.4-0.8,0.8-1.5,1.2-2.3c0.4-0.7,0.9-1.5,1.4-2.2c0.8-0.1,1.7-0.1,2.6-0.1 c0.9,0,1.7,0,2.6,0.1c0.5,0.7,0.9,1.4,1.3,2.2c0.4,0.7,0.8,1.5,1.2,2.3c-0.4,0.8-0.8,1.5-1.2,2.3c-0.4,0.7-0.9,1.5-1.3,2.2 c-0.8,0.1-1.7,0.1-2.6,0.1c-0.9,0-1.7,0-2.5-0.1c-0.5-0.7-0.9-1.4-1.4-2.2C11.7,17.5,11.3,16.8,10.9,16L10.9,16z M20.9,18.9 c0.3-0.5,0.6-1,0.8-1.5c0.4,0.8,0.7,1.6,0.9,2.5c-0.9,0.2-1.7,0.3-2.6,0.4C20.4,19.8,20.7,19.3,20.9,18.9z M21.7,14.6 c-0.3-0.5-0.5-1-0.8-1.5c-0.3-0.5-0.6-0.9-0.8-1.4c0.9,0.1,1.7,0.3,2.6,0.4C22.4,13,22.1,13.8,21.7,14.6z M16,8.3 c0.6,0.6,1.1,1.3,1.6,2c-1.1-0.1-2.2-0.1-3.3,0C14.9,9.6,15.5,8.9,16,8.3z M9.6,4.9c0.9-0.5,3,0.2,5.2,2.2c0.1,0.1,0.3,0.3,0.4,0.4 c-0.9,0.9-1.7,1.9-2.4,3c-1.3,0.1-2.5,0.3-3.7,0.6c-0.1-0.3-0.1-0.6-0.2-0.9C8.3,7.5,8.7,5.4,9.6,4.9z M8.2,19.6 c-0.2-0.1-0.5-0.1-0.7-0.2c-1.4-0.5-2.5-1.1-3.3-1.7c-0.7-0.6-1-1.2-1-1.7c0-1,1.5-2.3,4.1-3.2c0.3-0.1,0.6-0.2,1-0.3 C8.6,13.7,9,14.9,9.6,16C9,17.2,8.6,18.4,8.2,19.6z M14.7,25.1c-1.1,1-2.2,1.6-3.1,2c-0.9,0.3-1.5,0.3-2,0.1 c-0.9-0.5-1.3-2.5-0.8-5.1C8.9,21.7,9,21.4,9,21c1.2,0.3,2.5,0.5,3.8,0.5c0.7,1,1.5,2,2.4,3C15,24.7,14.9,24.9,14.7,25.1z M16,23.7 c-0.6-0.6-1.1-1.3-1.7-2c0.5,0,1.1,0,1.6,0c0.6,0,1.1,0,1.7,0C17.2,22.4,16.6,23.1,16,23.7z M23.3,25.4c-0.2,0.9-0.5,1.5-0.9,1.7 c-0.9,0.5-2.8-0.2-4.8-1.9c-0.2-0.2-0.5-0.4-0.7-0.6c0.8-0.9,1.6-1.9,2.3-3c1.3-0.1,2.5-0.3,3.8-0.6c0.1,0.2,0.1,0.5,0.2,0.7 C23.5,23.1,23.5,24.4,23.3,25.4z M24.3,19.4c-0.2,0-0.3,0.1-0.5,0.1c-0.4-1.2-0.9-2.4-1.4-3.6c0.5-1.1,1-2.3,1.4-3.5 c0.3,0.1,0.6,0.2,0.8,0.3c2.6,0.9,4.2,2.2,4.2,3.2C28.8,17.1,27.1,18.5,24.3,19.4z"
2304
+ })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2305
+ d: "M16,18.5c0.5,0,1-0.1,1.4-0.4c0.4-0.3,0.7-0.7,0.9-1.1c0.2-0.5,0.2-1,0.1-1.5c-0.1-0.5-0.3-0.9-0.7-1.3 c-0.3-0.4-0.8-0.6-1.3-0.7c-0.5-0.1-1,0-1.5,0.1c-0.5,0.2-0.9,0.5-1.1,0.9c-0.3,0.4-0.4,0.9-0.4,1.4c0,0.3,0.1,0.7,0.2,1 c0.1,0.3,0.3,0.6,0.5,0.8c0.2,0.2,0.5,0.4,0.8,0.5C15.3,18.4,15.7,18.5,16,18.5z"
2306
+ })), children);
2307
+ });
2308
+ if (process.env.NODE_ENV !== "production") {
2309
+ LogoReact.propTypes = iconPropTypes4cbeb95d.i;
2310
+ }
2311
+ const LogoRedHatAnsible = /*#__PURE__*/React.forwardRef(function LogoRedHatAnsible(_ref100, ref) {
2312
+ let {
2313
+ children,
2314
+ size = 16,
2315
+ ...rest
2316
+ } = _ref100;
2317
+ return /*#__PURE__*/React.createElement(Icon.default, {
2318
+ width: size,
2319
+ height: size,
2320
+ ref: ref,
2321
+ xmlns: "http://www.w3.org/2000/svg",
2322
+ viewBox: "0 0 32 32",
2323
+ fill: "currentColor",
2324
+ ...rest
2325
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2326
+ d: "M21.9104,20.5859h0l-5-11c-.1577-.3452-.5061-.5859-.9104-.5859s-.7529,.2407-.9104,.5859l-5,11c-.0576,.1265-.0896,.2661-.0896,.4141,0,.5522,.4478,1,1,1,.4043,0,.7527-.2407,.9104-.5859l1.9985-4.3965,6.4978,4.7876c.166,.1226,.3711,.1948,.5933,.1948,.5522,0,1-.4478,1-1,0-.1479-.032-.2881-.0896-.4141Zm-5.9104-8.1689l2.499,5.498-3.7441-2.7588,1.2451-2.7393Z"
2327
+ })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2328
+ d: "M16,30c-7.7197,0-14-6.2803-14-14S8.2803,2,16,2s14,6.2803,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3833-12,12s5.3833,12,12,12,12-5.3833,12-12-5.3833-12-12-12Z"
2329
+ })), children);
2330
+ });
2331
+ if (process.env.NODE_ENV !== "production") {
2332
+ LogoRedHatAnsible.propTypes = iconPropTypes4cbeb95d.i;
2333
+ }
2334
+ const LogoSketch = /*#__PURE__*/React.forwardRef(function LogoSketch(_ref101, ref) {
2335
+ let {
2336
+ children,
2337
+ size = 16,
2338
+ ...rest
2339
+ } = _ref101;
2340
+ return /*#__PURE__*/React.createElement(Icon.default, {
2341
+ width: size,
2342
+ height: size,
2343
+ ref: ref,
2344
+ xmlns: "http://www.w3.org/2000/svg",
2345
+ viewBox: "0 0 32 32",
2346
+ fill: "currentColor",
2347
+ ...rest
2348
+ }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2349
+ d: "M16.1,3.2l7.7,0.9c0.2,0,0.3,0.1,0.4,0.2l5.7,7.7c0.2,0.2,0.2,0.5,0,0.7l-13.6,16c-0.1,0.1-0.3,0.1-0.4,0c0,0,0,0,0,0 l-13.6-16C2,12.5,2,12.2,2.1,12l5.7-7.7c0.1-0.1,0.2-0.2,0.4-0.2l7.7-0.9C16,3.2,16,3.2,16.1,3.2z M17.7,4.8c0,0-0.1,0-0.2,0 c0,0-0.1,0.1,0,0.2l0,0l4.3,5.4c0,0.1,0.1,0.1,0.1,0.2c0,0.2-0.1,0.3-0.3,0.3l0,0H10.4c-0.1,0-0.1,0-0.2-0.1 c-0.1-0.1-0.1-0.3-0.1-0.4l0,0L14.5,5c0,0,0-0.1,0-0.2c0,0-0.1,0-0.2,0l0,0l-5.9,5.9c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.2-0.1-0.2-0.2v0 l0.2-4.3c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1l0,0l-1.1,4.9c0,0.2-0.2,0.3-0.3,0.3l0,0l-2.8,0.6c-0.1,0-0.1,0.1-0.1,0.1 c0,0.1,0,0.1,0.1,0.1l0,0h2.7c0.2,0,0.3,0.1,0.4,0.2l0,0l6.6,11.8c0,0.1,0.1,0.1,0.2,0.1c0.1,0,0.1-0.1,0.1-0.2l0,0L8.6,12.9 c0,0,0-0.1,0-0.1c0-0.2,0.1-0.3,0.3-0.4l0,0h14.2c0.1,0,0.1,0,0.2,0c0.2,0.1,0.2,0.3,0.2,0.4l0,0l-5.3,11.3c0,0.1,0,0.2,0.1,0.2 c0.1,0,0.2,0,0.2-0.1l0,0L25,12.6c0.1-0.1,0.2-0.2,0.4-0.2l0,0h2.7c0.1,0,0.1,0,0.1-0.1c0-0.1,0-0.1-0.1-0.1l0,0l-2.8-0.6 c-0.2,0-0.3-0.2-0.4-0.3l0,0L24,6.3c0-0.1-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1v0l0.2,4.3c0,0.1,0,0.1-0.1,0.2 c-0.1,0.1-0.2,0.1-0.3,0l0,0L17.7,4.8z"
2350
+ })), children);
2351
+ });
2352
+ if (process.env.NODE_ENV !== "production") {
2353
+ LogoSketch.propTypes = iconPropTypes4cbeb95d.i;
2354
+ }
2355
+ const LogoSkype = /*#__PURE__*/React.forwardRef(function LogoSkype(_ref102, ref) {
2356
+ let {
2357
+ children,
2358
+ size = 16,
2359
+ ...rest
2360
+ } = _ref102;
2361
+ return /*#__PURE__*/React.createElement(Icon.default, {
2362
+ width: size,
2363
+ height: size,
2364
+ ref: ref,
2365
+ xmlns: "http://www.w3.org/2000/svg",
2366
+ viewBox: "0 0 32 32",
2367
+ fill: "currentColor",
2368
+ ...rest
2369
+ }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2370
+ d: "M27.91,17.88A11.63,11.63,0,0,0,28.06,16,12.06,12.06,0,0,0,16,3.94a11.63,11.63,0,0,0-1.88.15,7.29,7.29,0,0,0-10,10A11.63,11.63,0,0,0,3.94,16,12.06,12.06,0,0,0,16,28.06a11.63,11.63,0,0,0,1.88-.15,7.29,7.29,0,0,0,10-10Zm-6.18,3.6a5,5,0,0,1-2.24,1.73,9,9,0,0,1-3.48.62A8.41,8.41,0,0,1,12,23a5.2,5.2,0,0,1-1.82-1.63,3.59,3.59,0,0,1-.7-2,1.36,1.36,0,0,1,.43-1A1.56,1.56,0,0,1,11,18a1.38,1.38,0,0,1,.91.32,2.5,2.5,0,0,1,.63.94,5.83,5.83,0,0,0,.66,1.18,2.61,2.61,0,0,0,1,.78,3.87,3.87,0,0,0,1.69.31,4,4,0,0,0,2.34-.62,1.8,1.8,0,0,0,.89-1.53,1.54,1.54,0,0,0-.47-1.17,3.09,3.09,0,0,0-1.25-.7c-.52-.17-1.21-.34-2.08-.53A16,16,0,0,1,12.41,16a4.78,4.78,0,0,1-1.89-1.4,3.5,3.5,0,0,1-.7-2.21,3.65,3.65,0,0,1,.74-2.24,4.7,4.7,0,0,1,2.14-1.5A9.51,9.51,0,0,1,16,8.17a8.63,8.63,0,0,1,2.59.35,5.81,5.81,0,0,1,1.83.92,3.91,3.91,0,0,1,1.06,1.21,2.62,2.62,0,0,1,.34,1.25,1.4,1.4,0,0,1-.43,1,1.43,1.43,0,0,1-1.07.46,1.25,1.25,0,0,1-.89-.28,3.36,3.36,0,0,1-.65-.87,3.79,3.79,0,0,0-1.05-1.31,3.13,3.13,0,0,0-1.95-.46,3.64,3.64,0,0,0-2,.5,1.44,1.44,0,0,0-.76,1.2,1.15,1.15,0,0,0,.25.75,2.21,2.21,0,0,0,.72.55,4.74,4.74,0,0,0,.92.36c.32.09.84.22,1.57.39.92.2,1.74.42,2.49.66a7.61,7.61,0,0,1,1.9.88,3.59,3.59,0,0,1,1.23,1.31A4,4,0,0,1,22.5,19,4.24,4.24,0,0,1,21.73,21.48Z"
2371
+ })), children);
2372
+ });
2373
+ if (process.env.NODE_ENV !== "production") {
2374
+ LogoSkype.propTypes = iconPropTypes4cbeb95d.i;
2375
+ }
2376
+ const LogoSlack = /*#__PURE__*/React.forwardRef(function LogoSlack(_ref103, ref) {
2377
+ let {
2378
+ children,
2379
+ size = 16,
2380
+ ...rest
2381
+ } = _ref103;
2382
+ return /*#__PURE__*/React.createElement(Icon.default, {
2383
+ width: size,
2384
+ height: size,
2385
+ ref: ref,
2386
+ xmlns: "http://www.w3.org/2000/svg",
2387
+ viewBox: "0 0 32 32",
2388
+ fill: "currentColor",
2389
+ ...rest
2390
+ }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2391
+ d: "M9.0423 19.1661A2.5212 2.5212 0 116.5212 16.645H9.0423zM10.3127 19.1661a2.5212 2.5212 0 015.0423 0v6.3127a2.5212 2.5212 0 11-5.0423 0zM12.8339 9.0423A2.5212 2.5212 0 1115.355 6.5212V9.0423zM12.8339 10.3127a2.5212 2.5212 0 010 5.0423H6.5212a2.5212 2.5212 0 110-5.0423zM22.9577 12.8339a2.5212 2.5212 0 112.5211 2.5211H22.9577zM21.6873 12.8339a2.5212 2.5212 0 01-5.0423 0V6.5212a2.5212 2.5212 0 115.0423 0zM19.1661 22.9577a2.5212 2.5212 0 11-2.5211 2.5211V22.9577zM19.1661 21.6873a2.5212 2.5212 0 010-5.0423h6.3127a2.5212 2.5212 0 110 5.0423z"
2392
+ })), children);
2393
+ });
2394
+ if (process.env.NODE_ENV !== "production") {
2395
+ LogoSlack.propTypes = iconPropTypes4cbeb95d.i;
2396
+ }
2397
+ const LogoSnapchat = /*#__PURE__*/React.forwardRef(function LogoSnapchat(_ref104, ref) {
2398
+ let {
2399
+ children,
2400
+ size = 16,
2401
+ ...rest
2402
+ } = _ref104;
2403
+ return /*#__PURE__*/React.createElement(Icon.default, {
2404
+ width: size,
2405
+ height: size,
2406
+ ref: ref,
2407
+ xmlns: "http://www.w3.org/2000/svg",
2408
+ viewBox: "0 0 32 32",
2409
+ fill: "currentColor",
2410
+ ...rest
2411
+ }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2412
+ d: "M27.9774,9.6279a7.33,7.33,0,0,0-.1186-1.2888,5.2458,5.2458,0,0,0-.4872-1.4948,5.1869,5.1869,0,0,0-.9988-1.3324,4.9557,4.9557,0,0,0-2.1805-1.2433,8.8444,8.8444,0,0,0-2.3059-.2458l-.0044-.0119H10.1143l-.0007.0119a12.578,12.578,0,0,0-1.3221.0591A6.2955,6.2955,0,0,0,7.3792,4.4,5.1155,5.1155,0,0,0,4.2538,7.8152a8.8,8.8,0,0,0-.2459,2.2855L4,21.9065a14.9206,14.9206,0,0,0,.1088,1.5992A5.53,5.53,0,0,0,4.6,25.1205a5.17,5.17,0,0,0,1.443,1.744,4.6907,4.6907,0,0,0,1.4442.7822,7.83,7.83,0,0,0,2.3741.3484c.5034.0032,1.0069.0158,1.5106.0137,3.659-.0154,7.3178.0264,10.9767-.0226a8.6316,8.6316,0,0,0,1.44-.1528A4.8765,4.8765,0,0,0,26.2,26.6613a4.9915,4.9915,0,0,0,1.5931-2.6546,9.6646,9.6646,0,0,0,.2074-2.1v-.1407C28,21.7112,27.9793,9.7855,27.9774,9.6279ZM24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z"
2413
+ })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2414
+ fill: "none",
2415
+ d: "M24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z",
2416
+ "data-icon-path": "inner-path"
2417
+ })), children);
2418
+ });
2419
+ if (process.env.NODE_ENV !== "production") {
2420
+ LogoSnapchat.propTypes = iconPropTypes4cbeb95d.i;
2421
+ }
2422
+ const LogoSvelte = /*#__PURE__*/React.forwardRef(function LogoSvelte(_ref105, ref) {
2423
+ let {
2424
+ children,
2425
+ size = 16,
2426
+ ...rest
2427
+ } = _ref105;
2428
+ return /*#__PURE__*/React.createElement(Icon.default, {
2429
+ width: size,
2430
+ height: size,
2431
+ ref: ref,
2432
+ xmlns: "http://www.w3.org/2000/svg",
2433
+ viewBox: "0 0 32 32",
2434
+ fill: "currentColor",
2435
+ ...rest
2436
+ }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2437
+ d: "M26.1,5.7C23.5,2,18.4,0.9,14.7,3.2L8.2,7.4c-1.8,1.1-3,2.9-3.4,5c-0.3,1.7,0,3.5,0.8,5.1c-0.6,0.8-0.9,1.8-1.1,2.8 c-0.4,2.1,0.1,4.3,1.4,6c2.6,3.7,7.7,4.8,11.4,2.5l6.5-4.2c1.8-1.1,3-2.9,3.4-5c0.3-1.7,0-3.5-0.8-5.1c0.6-0.8,0.9-1.8,1.1-2.8 C27.9,9.6,27.4,7.4,26.1,5.7z M24.3,11c0,0.2-0.1,0.4-0.2,0.6L24,12l-0.3-0.2c-0.8-0.6-1.6-1-2.6-1.3l-0.2-0.1l0-0.2 c0-0.3-0.1-0.7-0.3-1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2L12,12.9c-0.3,0.2-0.5,0.5-0.6,0.9c-0.1,0.4,0,0.8,0.2,1.1 c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l2.5-1.6c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1c0.7,1,1,2.4,0.8,3.6 c-0.2,1.2-1,2.3-2,3l-6.5,4.2c-0.4,0.3-0.9,0.5-1.3,0.6c-2.1,0.5-4.3-0.3-5.6-2.1c-0.7-1-1-2.4-0.8-3.6c0-0.2,0.1-0.4,0.2-0.6L8,20 l0.3,0.2c0.8,0.6,1.6,1,2.6,1.3l0.2,0.1l0,0.2c0,0.3,0.1,0.7,0.3,1c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l6.5-4.2 c0.3-0.2,0.5-0.5,0.6-0.9c0.1-0.4,0-0.8-0.2-1.1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2l-2.5,1.6c-0.4,0.3-0.9,0.5-1.3,0.6 c-2.1,0.5-4.3-0.3-5.6-2.1c-0.8-1-1-2.4-0.8-3.6c0.2-1.2,1-2.3,2-3l6.5-4.2c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1 C24.2,8.5,24.5,9.8,24.3,11z"
2438
+ })), children);
2439
+ });
2440
+ if (process.env.NODE_ENV !== "production") {
2441
+ LogoSvelte.propTypes = iconPropTypes4cbeb95d.i;
2442
+ }
2443
+ const LogoTumblr = /*#__PURE__*/React.forwardRef(function LogoTumblr(_ref106, ref) {
2444
+ let {
2445
+ children,
2446
+ size = 16,
2447
+ ...rest
2448
+ } = _ref106;
2449
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2458
+ d: "M22.6,28h-4c-3.59,0-6.3-1.86-6.3-6.3V14.58H9V10.72A7.17,7.17,0,0,0,14.3,4h3.76v6.12h4.36v4.46H18.06v6.2c0,1.86.94,2.49,2.42,2.49H22.6Z"
2459
+ })), children);
2460
+ });
2461
+ if (process.env.NODE_ENV !== "production") {
2462
+ LogoTumblr.propTypes = iconPropTypes4cbeb95d.i;
2463
+ }
2464
+ const LogoTwitter = /*#__PURE__*/React.forwardRef(function LogoTwitter(_ref107, ref) {
2465
+ let {
2466
+ children,
2467
+ size = 16,
2468
+ ...rest
2469
+ } = _ref107;
2470
+ return /*#__PURE__*/React.createElement(Icon.default, {
2471
+ width: size,
2472
+ height: size,
2473
+ ref: ref,
2474
+ xmlns: "http://www.w3.org/2000/svg",
2475
+ viewBox: "0 0 32 32",
2476
+ fill: "currentColor",
2477
+ ...rest
2478
+ }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2479
+ d: "M11.5475,25.7523c9.0566,0,14.0102-7.5034,14.0102-14.0102,0-.2131,0-.4253-.0144-.6365,.9637-.697,1.7955-1.5601,2.4566-2.5488-.8987,.3982-1.852,.6594-2.8282,.7747,1.0279-.6154,1.7972-1.5833,2.1648-2.7235-.9666,.5736-2.024,.9778-3.1267,1.1952-1.8648-1.9829-4.984-2.0786-6.9669-.2138-1.2788,1.2026-1.8214,2.9947-1.4245,4.7047-3.9591-.1985-7.6479-2.0685-10.1482-5.1446-1.3069,2.2499-.6394,5.1282,1.5245,6.5731-.7836-.0232-1.5501-.2346-2.2349-.6163v.0624c.0006,2.3439,1.6529,4.3628,3.9504,4.8269-.7249,.1977-1.4855,.2266-2.2234,.0845,.6451,2.0058,2.4937,3.38,4.6003,3.4195-1.7436,1.3703-3.8975,2.1142-6.1152,2.112-.3918-.0008-.7832-.0245-1.1722-.071,2.2518,1.4451,4.8719,2.2116,7.5475,2.208"
2480
+ })), children);
2481
+ });
2482
+ if (process.env.NODE_ENV !== "production") {
2483
+ LogoTwitter.propTypes = iconPropTypes4cbeb95d.i;
2484
+ }
2485
+ const LogoVmware = /*#__PURE__*/React.forwardRef(function LogoVmware(_ref108, ref) {
2486
+ let {
2487
+ children,
2488
+ size = 16,
2489
+ ...rest
2490
+ } = _ref108;
2491
+ return /*#__PURE__*/React.createElement(Icon.default, {
2492
+ width: size,
2493
+ height: size,
2494
+ ref: ref,
2495
+ xmlns: "http://www.w3.org/2000/svg",
2496
+ viewBox: "0 0 32 32",
2497
+ fill: "currentColor",
2498
+ ...rest
2499
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2500
+ d: "M3.4,11C3,10.1,2,9.7,1,10.2s-1.3,1.4-0.9,2.3L4.1,21c0.6,1.3,1.3,2,2.5,2c1.3,0,1.9-0.8,2.5-2c0,0,3.4-7.4,3.4-7.5 c0-0.1,0.1-0.3,0.5-0.3c0.3,0,0.5,0.2,0.5,0.6V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9 V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2v-6.8 c0-2.5-2-4.2-4.4-4.2s-3.9,1.7-3.9,1.7c-0.8-1-1.9-1.7-3.8-1.7c-2,0-3.7,1.7-3.7,1.7c-0.8-1-2.2-1.7-3.3-1.7c-1.7,0-3.1,0.8-4,2.7 l-2.5,5.9L3.4,11"
2501
+ })), children);
2502
+ });
2503
+ if (process.env.NODE_ENV !== "production") {
2504
+ LogoVmware.propTypes = iconPropTypes4cbeb95d.i;
2505
+ }
2506
+ const LogoVmwareAlt = /*#__PURE__*/React.forwardRef(function LogoVmwareAlt(_ref109, ref) {
2507
+ let {
2508
+ children,
2509
+ size = 16,
2510
+ ...rest
2511
+ } = _ref109;
2512
+ return /*#__PURE__*/React.createElement(Icon.default, {
2513
+ width: size,
2514
+ height: size,
2515
+ ref: ref,
2516
+ xmlns: "http://www.w3.org/2000/svg",
2517
+ viewBox: "0 0 32 32",
2518
+ fill: "currentColor",
2519
+ ...rest
2520
+ }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2521
+ d: "M22.4131 19.1099l-1.9154-5.5355c-.0401-.1304-.1003-.351-.1003-.5415 0-.5114.4112-1.0128 1.073-1.0128.5515 0 .9226.351 1.083.8624l1.2034 3.9812 1.2335-3.9711c.1604-.5315.5716-.8925 1.1432-.8925h.1304c.5716 0 .9828.371 1.1432.8925l1.2435 3.9812 1.2335-4.0113c.1504-.4713.4814-.8524 1.073-.8524.6117 0 1.0429.4713 1.0429 1.0229 0 .1504-.0401.351-.0702.4513l-2.0056 5.6258c-.2306.6919-.6919.9928-1.2335.9928h-.0702c-.5415 0-.9928-.3109-1.2034-.9527l-1.2435-3.9511-1.2635 3.9511c-.2006.6418-.6619.9527-1.2034.9527h-.0702c-.5315 0-.9928-.3109-1.2234-.9928zM2.0939 12.645c-.2469-.5532-.8692-.8001-1.452-.5433-.5828.2568-.7902.8989-.5334 1.452l2.4299 5.2846c.3852.8297.7902 1.2644 1.5409 1.2644.81 0 1.1656-.4741 1.5409-1.2644 0 0 2.1237-4.6228 2.1435-4.6722.0198-.0494.0889-.1976.3062-.1976.1877 0 .3358.1482.3358.3457v4.524c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-3.6943c0-.7112.5136-1.1755 1.2051-1.1755s1.1557.4741 1.1557 1.1755v3.6943c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-3.6943c0-.7112.5136-1.1755 1.2051-1.1755s1.1557.4741 1.1557 1.1755v3.6943c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-4.2079c0-1.5508-1.2446-2.6275-2.7361-2.6275s-2.4299 1.0372-2.4299 1.0372c-.4939-.6421-1.1853-1.0372-2.341-1.0372-1.2248 0-2.3015 1.0372-2.3015 1.0372-.5038-.6421-1.3434-1.0372-2.0447-1.0372-1.0866 0-1.9459.4741-2.4694 1.6792l-1.5508 3.6647-1.9756-4.7018"
2522
+ })), children);
2523
+ });
2524
+ if (process.env.NODE_ENV !== "production") {
2525
+ LogoVmwareAlt.propTypes = iconPropTypes4cbeb95d.i;
2526
+ }
2527
+ const LogoVue = /*#__PURE__*/React.forwardRef(function LogoVue(_ref110, ref) {
2528
+ let {
2529
+ children,
2530
+ size = 16,
2531
+ ...rest
2532
+ } = _ref110;
2533
+ return /*#__PURE__*/React.createElement(Icon.default, {
2534
+ width: size,
2535
+ height: size,
2536
+ ref: ref,
2537
+ xmlns: "http://www.w3.org/2000/svg",
2538
+ viewBox: "0 0 32 32",
2539
+ fill: "currentColor",
2540
+ ...rest
2541
+ }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2542
+ d: "M24.9,3.9L16,19.4L7.1,3.9H2l14,24.3L30,3.9H24.9z"
2543
+ })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2544
+ d: "M16,9.5l-3.2-5.6H8.1L16,17.5l7.9-13.6h-4.6L16,9.5z"
2545
+ })), children);
2546
+ });
2547
+ if (process.env.NODE_ENV !== "production") {
2548
+ LogoVue.propTypes = iconPropTypes4cbeb95d.i;
2549
+ }
2550
+ const LogoWechat = /*#__PURE__*/React.forwardRef(function LogoWechat(_ref111, ref) {
2551
+ let {
2552
+ children,
2553
+ size = 16,
2554
+ ...rest
2555
+ } = _ref111;
2556
+ return /*#__PURE__*/React.createElement(Icon.default, {
2557
+ width: size,
2558
+ height: size,
2559
+ ref: ref,
2560
+ xmlns: "http://www.w3.org/2000/svg",
2561
+ viewBox: "0 0 32 32",
2562
+ fill: "currentColor",
2563
+ ...rest
2564
+ }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2565
+ fillRule: "evenodd",
2566
+ d: "M27.0857,24.7792A6.6179,6.6179,0,0,0,30,19.4662c0-3.88-3.7765-7.0269-8.4338-7.0269s-8.4339,3.1465-8.4339,7.0269,3.7765,7.028,8.4339,7.028a9.9547,9.9547,0,0,0,2.7533-.385l.2473-.0374a.8923.8923,0,0,1,.448.13l1.8469,1.0664.1621.0525a.2813.2813,0,0,0,.2812-.2812l-.0455-.2053-.38-1.4175-.0292-.18A.56.56,0,0,1,27.0857,24.7792ZM12.1208,4.68C6.5313,4.68,2,8.4552,2,13.1137a7.9386,7.9386,0,0,0,3.4965,6.3746.6713.6713,0,0,1,.2835.55l-.035.2147-.4562,1.701L5.234,22.2a.3384.3384,0,0,0,.3372.3383l.196-.063,2.2155-1.28a1.0584,1.0584,0,0,1,.5366-.1552l.2975.0443a11.9674,11.9674,0,0,0,3.304.4632l.5554-.014a6.5153,6.5153,0,0,1-.3395-2.0662c0-4.2478,4.1323-7.6918,9.2295-7.6918l.55.014C21.3538,7.761,17.169,4.68,12.1208,4.68Zm6.6337,13.6629a1.1247,1.1247,0,1,1,1.1247-1.1247A1.1243,1.1243,0,0,1,18.7545,18.3427Zm5.6233,0a1.1247,1.1247,0,1,1,1.1235-1.1247A1.1245,1.1245,0,0,1,24.3778,18.3427ZM8.7468,11.7638a1.3493,1.3493,0,1,1,1.35-1.3486A1.3485,1.3485,0,0,1,8.7468,11.7638Zm6.7469,0a1.3493,1.3493,0,1,1,1.35-1.3486A1.3486,1.3486,0,0,1,15.4937,11.7638Z"
2567
+ })), children);
2568
+ });
2569
+ if (process.env.NODE_ENV !== "production") {
2570
+ LogoWechat.propTypes = iconPropTypes4cbeb95d.i;
2571
+ }
2572
+ const LogoX = /*#__PURE__*/React.forwardRef(function LogoX(_ref112, ref) {
2573
+ let {
2574
+ children,
2575
+ size = 16,
2576
+ ...rest
2577
+ } = _ref112;
2578
+ return /*#__PURE__*/React.createElement(Icon.default, {
2579
+ width: size,
2580
+ height: size,
2581
+ ref: ref,
2582
+ xmlns: "http://www.w3.org/2000/svg",
2583
+ viewBox: "0 0 32 32",
2584
+ fill: "currentColor",
2585
+ ...rest
2586
+ }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2587
+ d: "m18.2342,14.1624l8.7424-10.1624h-2.0717l-7.591,8.8238-6.0629-8.8238h-6.9929l9.1684,13.3432-9.1684,10.6568h2.0718l8.0163-9.3183,6.4029,9.3183h6.9929l-9.5083-13.8376h.0005Zm-2.8376,3.2984l-.9289-1.3287L7.0763,5.5596h3.1822l5.9649,8.5323.9289,1.3287,7.7536,11.0907h-3.1822l-6.3272-9.05v-.0005Z"
2588
+ })), children);
2589
+ });
2590
+ if (process.env.NODE_ENV !== "production") {
2591
+ LogoX.propTypes = iconPropTypes4cbeb95d.i;
2592
+ }
2593
+ const LogoXing = /*#__PURE__*/React.forwardRef(function LogoXing(_ref113, ref) {
2594
+ let {
2595
+ children,
2596
+ size = 16,
2597
+ ...rest
2598
+ } = _ref113;
2599
+ return /*#__PURE__*/React.createElement(Icon.default, {
2600
+ width: size,
2601
+ height: size,
2602
+ ref: ref,
2603
+ xmlns: "http://www.w3.org/2000/svg",
2604
+ viewBox: "0 0 32 32",
2605
+ fill: "currentColor",
2606
+ ...rest
2607
+ }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2608
+ d: "M11.42,8.29a1.25,1.25,0,0,0-1.13-.76h-4a.65.65,0,0,0-.55.25.63.63,0,0,0,0,.62l2.73,4.73v0L4.17,20.72a.6.6,0,0,0,0,.62.58.58,0,0,0,.52.28h4a1.22,1.22,0,0,0,1.1-.78l4.36-7.71S11.42,8.29,11.42,8.29Z"
2609
+ })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2610
+ d: "M27.83,2.88a.65.65,0,0,0,0-.62A.61.61,0,0,0,27.3,2H23.22a1.19,1.19,0,0,0-1.08.77s-8.7,15.43-9,15.93l5.74,10.53A1.26,1.26,0,0,0,20,30h4a.59.59,0,0,0,.54-.26.62.62,0,0,0,0-.62l-5.69-10.4a0,0,0,0,1,0,0Z"
2611
+ })), children);
2612
+ });
2613
+ if (process.env.NODE_ENV !== "production") {
2614
+ LogoXing.propTypes = iconPropTypes4cbeb95d.i;
2615
+ }
2616
+ const LogoYelp = /*#__PURE__*/React.forwardRef(function LogoYelp(_ref114, ref) {
2617
+ let {
2618
+ children,
2619
+ size = 16,
2620
+ ...rest
2621
+ } = _ref114;
2622
+ return /*#__PURE__*/React.createElement(Icon.default, {
2623
+ width: size,
2624
+ height: size,
2625
+ ref: ref,
2626
+ xmlns: "http://www.w3.org/2000/svg",
2627
+ viewBox: "0 0 32 32",
2628
+ fill: "currentColor",
2629
+ ...rest
2630
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2631
+ fillRule: "evenodd",
2632
+ d: "M8.5089 15.1845l5.0598 2.4675c.9733.4747.8229 1.9059-.2278 2.1679l-5.4618 1.3619c-.6813.1699-1.3541-.3002-1.4345-.9977-.1719-1.492-.0021-2.9655.4564-4.3296.2227-.6625.9797-.9764 1.6079-.67zM10.5348 25.6004l3.7659-4.1831c.7245-.8048 2.0589-.2657 2.0211.8165l-.1964 5.6273c-.0245.7012-.6613 1.2203-1.3532 1.1041-1.4551-.2444-2.8315-.8069-4.0331-1.6322-.5775-.3967-.6731-1.212-.2043-1.7327zM19.464 20.0339l5.3529 1.7396c.6663.2165.9912.9705.6894 1.6027-.6279 1.3155-1.5387 2.4909-2.6766 3.4301-.5412.4466-1.3521.3154-1.724-.2796l-2.9838-4.7752c-.5738-.9184.3123-2.0524 1.3421-1.7177zM24.9076 16.619l-5.411 1.5515c-1.0409.2984-1.8868-.8658-1.2812-1.7636l3.1481-4.6668c.3909-.5795 1.2034-.6861 1.7275-.2237 1.0791.9521 1.9628 2.1433 2.56 3.5214.2792.6443-.0685 1.3877-.7434 1.5813zM12.2638 3.4886c-.9739.2609-1.903.6058-2.7815 1.0247-.6096.2907-.8399 1.0415-.5022 1.6264l5.2887 9.1604c.5934 1.0277 2.1643.6067 2.1643-.5799V4.1427c0-.6754-.5749-1.2105-1.2481-1.1574-.9703.0765-1.9474.2424-2.9212.5033z"
2633
+ })), children);
2634
+ });
2635
+ if (process.env.NODE_ENV !== "production") {
2636
+ LogoYelp.propTypes = iconPropTypes4cbeb95d.i;
2637
+ }
2638
+ const LogoYoutube = /*#__PURE__*/React.forwardRef(function LogoYoutube(_ref115, ref) {
2639
+ let {
2640
+ children,
2641
+ size = 16,
2642
+ ...rest
2643
+ } = _ref115;
2644
+ return /*#__PURE__*/React.createElement(Icon.default, {
2645
+ width: size,
2646
+ height: size,
2647
+ ref: ref,
2648
+ xmlns: "http://www.w3.org/2000/svg",
2649
+ viewBox: "0 0 32 32",
2650
+ fill: "currentColor",
2651
+ ...rest
2652
+ }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2653
+ d: "M29.41,9.26a3.5,3.5,0,0,0-2.47-2.47C24.76,6.2,16,6.2,16,6.2s-8.76,0-10.94.59A3.5,3.5,0,0,0,2.59,9.26,36.13,36.13,0,0,0,2,16a36.13,36.13,0,0,0,.59,6.74,3.5,3.5,0,0,0,2.47,2.47C7.24,25.8,16,25.8,16,25.8s8.76,0,10.94-.59a3.5,3.5,0,0,0,2.47-2.47A36.13,36.13,0,0,0,30,16,36.13,36.13,0,0,0,29.41,9.26ZM13.2,20.2V11.8L20.47,16Z"
2654
+ })), children);
2655
+ });
2656
+ if (process.env.NODE_ENV !== "production") {
2657
+ LogoYoutube.propTypes = iconPropTypes4cbeb95d.i;
2658
+ }
2659
+ const Logout = /*#__PURE__*/React.forwardRef(function Logout(_ref116, ref) {
2660
+ let {
2661
+ children,
2662
+ size = 16,
2663
+ ...rest
2664
+ } = _ref116;
2665
+ return /*#__PURE__*/React.createElement(Icon.default, {
2666
+ width: size,
2667
+ height: size,
2668
+ ref: ref,
2669
+ xmlns: "http://www.w3.org/2000/svg",
2670
+ viewBox: "0 0 32 32",
2671
+ fill: "currentColor",
2672
+ ...rest
2673
+ }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2674
+ d: "M6,30H18a2.0023,2.0023,0,0,0,2-2V25H18v3H6V4H18V7h2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4V28A2.0023,2.0023,0,0,0,6,30Z"
2675
+ })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2676
+ d: "M20.586 20.586L24.172 17 10 17 10 15 24.172 15 20.586 11.414 22 10 28 16 22 22 20.586 20.586z"
2677
+ })), children);
2678
+ });
2679
+ if (process.env.NODE_ENV !== "production") {
2680
+ Logout.propTypes = iconPropTypes4cbeb95d.i;
2681
+ }
2682
+ const Loop = /*#__PURE__*/React.forwardRef(function Loop(_ref117, ref) {
2683
+ let {
2684
+ children,
2685
+ size = 16,
2686
+ ...rest
2687
+ } = _ref117;
2688
+ return /*#__PURE__*/React.createElement(Icon.default, {
2689
+ width: size,
2690
+ height: size,
2691
+ ref: ref,
2692
+ xmlns: "http://www.w3.org/2000/svg",
2693
+ viewBox: "0 0 32 32",
2694
+ fill: "currentColor",
2695
+ ...rest
2696
+ }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2697
+ d: "M23.59 19.41L26 22 21 22 21 24 26 24 23.59 26.59 25 28 30 23 25 18 23.59 19.41zM13 6A9 9 0 005.52 20l1.66-1.11A7 7 0 1113 22H2v2H13A9 9 0 0013 6z"
2698
+ })), children);
2699
+ });
2700
+ if (process.env.NODE_ENV !== "production") {
2701
+ Loop.propTypes = iconPropTypes4cbeb95d.i;
2702
+ }
2703
+ const LowSeverity = /*#__PURE__*/React.forwardRef(function LowSeverity(_ref118, ref) {
2704
+ let {
2705
+ children,
2706
+ size = 16,
2707
+ ...rest
2708
+ } = _ref118;
2709
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
2710
+ return /*#__PURE__*/React.createElement(Icon.default, {
2711
+ width: size,
2712
+ height: size,
2713
+ ref: ref,
2714
+ xmlns: "http://www.w3.org/2000/svg",
2715
+ viewBox: "0 0 16 16",
2716
+ fill: "currentColor",
2717
+ ...rest
2718
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2719
+ d: "M4 4H12V12H4z"
2720
+ })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2721
+ d: "M12,4v8H4V4h8m1-1H3V13H13V3Z"
2722
+ })), children);
2723
+ }
2724
+ return /*#__PURE__*/React.createElement(Icon.default, {
2725
+ width: size,
2726
+ height: size,
2727
+ ref: ref,
2728
+ xmlns: "http://www.w3.org/2000/svg",
2729
+ viewBox: "0 0 16 16",
2730
+ fill: "currentColor",
2731
+ ...rest
2732
+ }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2733
+ d: "M4 4H12V12H4z"
2734
+ })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2735
+ d: "M12,4v8H4V4h8m1-1H3V13H13V3Z"
2736
+ })), children);
2737
+ });
2738
+ if (process.env.NODE_ENV !== "production") {
2739
+ LowSeverity.propTypes = iconPropTypes4cbeb95d.i;
2740
+ }
2741
+ const Mac = /*#__PURE__*/React.forwardRef(function Mac(_ref119, ref) {
2742
+ let {
2743
+ children,
2744
+ size = 16,
2745
+ ...rest
2746
+ } = _ref119;
2747
+ return /*#__PURE__*/React.createElement(Icon.default, {
2748
+ width: size,
2749
+ height: size,
2750
+ ref: ref,
2751
+ xmlns: "http://www.w3.org/2000/svg",
2752
+ viewBox: "0 0 32 32",
2753
+ fill: "currentColor",
2754
+ ...rest
2755
+ }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2756
+ strokeWidth: "0",
2757
+ d: "M30 23h-6c-1.103 0-2-.8975-2-2v-10c0-1.103.897-2 2-2h6v2h-6v10h6v2zM18 9h-4c-1.103 0-2 .897-2 2v12h2v-5h4v5h2v-12c0-1.103-.897-2-2-2zm-4 7v-5h4v5h-4zM8 9L6.4849 14 6 15.977 5.535 14 4 9 2 9 2 23 4 23 4 15 3.8415 13.0039 4.4212 15 6 19.6263 7.5788 15 8.1588 13 8 15 8 23 10 23 10 9 8 9z"
2758
+ })), children);
2759
+ });
2760
+ if (process.env.NODE_ENV !== "production") {
2761
+ Mac.propTypes = iconPropTypes4cbeb95d.i;
2762
+ }
2763
+ const MacCommand = /*#__PURE__*/React.forwardRef(function MacCommand(_ref120, ref) {
2764
+ let {
2765
+ children,
2766
+ size = 16,
2767
+ ...rest
2768
+ } = _ref120;
2769
+ return /*#__PURE__*/React.createElement(Icon.default, {
2770
+ width: size,
2771
+ height: size,
2772
+ ref: ref,
2773
+ xmlns: "http://www.w3.org/2000/svg",
2774
+ viewBox: "0 0 32 32",
2775
+ fill: "currentColor",
2776
+ ...rest
2777
+ }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2778
+ d: "M24,13a4,4,0,0,0,4-4V8a4,4,0,0,0-4-4H23a4,4,0,0,0-4,4v3H13V8A4,4,0,0,0,9,4H8A4,4,0,0,0,4,8V9a4,4,0,0,0,4,4h3v6H8a4,4,0,0,0-4,4v1a4,4,0,0,0,4,4H9a4,4,0,0,0,4-4V21h6v3a4,4,0,0,0,4,4h1a4,4,0,0,0,4-4V23a4,4,0,0,0-4-4H21V13ZM21,8a2,2,0,0,1,2-2h1a2,2,0,0,1,2,2V9a2,2,0,0,1-2,2H21ZM8,11A2,2,0,0,1,6,9V8A2,2,0,0,1,8,6H9a2,2,0,0,1,2,2v3H8Zm3,13a2,2,0,0,1-2,2H8a2,2,0,0,1-2-2V23a2,2,0,0,1,2-2h3Zm8-5H13V13h6Zm2,2h3a2,2,0,0,1,2,2v1a2,2,0,0,1-2,2H23a2,2,0,0,1-2-2Z"
2779
+ })), children);
2780
+ });
2781
+ if (process.env.NODE_ENV !== "production") {
2782
+ MacCommand.propTypes = iconPropTypes4cbeb95d.i;
2783
+ }
2784
+ const MacOption = /*#__PURE__*/React.forwardRef(function MacOption(_ref121, ref) {
2785
+ let {
2786
+ children,
2787
+ size = 16,
2788
+ ...rest
2789
+ } = _ref121;
2790
+ return /*#__PURE__*/React.createElement(Icon.default, {
2791
+ width: size,
2792
+ height: size,
2793
+ ref: ref,
2794
+ xmlns: "http://www.w3.org/2000/svg",
2795
+ viewBox: "0 0 32 32",
2796
+ fill: "currentColor",
2797
+ ...rest
2798
+ }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2799
+ d: "M18 5H28V7H18zM10.6 5L4 5 4 7 9.4 7 18.4 27 28 27 28 25 19.6 25z"
2800
+ })), children);
2801
+ });
2802
+ if (process.env.NODE_ENV !== "production") {
2803
+ MacOption.propTypes = iconPropTypes4cbeb95d.i;
2804
+ }
2805
+ const MacShift = /*#__PURE__*/React.forwardRef(function MacShift(_ref122, ref) {
2806
+ let {
2807
+ children,
2808
+ size = 16,
2809
+ ...rest
2810
+ } = _ref122;
2811
+ return /*#__PURE__*/React.createElement(Icon.default, {
2812
+ width: size,
2813
+ height: size,
2814
+ ref: ref,
2815
+ xmlns: "http://www.w3.org/2000/svg",
2816
+ viewBox: "0 0 32 32",
2817
+ fill: "currentColor",
2818
+ ...rest
2819
+ }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2820
+ d: "M21,28H11a2.0023,2.0023,0,0,1-2-2V16H4a1,1,0,0,1-.707-1.707l12-12a.9994.9994,0,0,1,1.414,0l12,12A1,1,0,0,1,28,16H23V26A2.0027,2.0027,0,0,1,21,28ZM6.4141,14H11V26H21V14h4.5859L16,4.4141Z"
2821
+ })), children);
2822
+ });
2823
+ if (process.env.NODE_ENV !== "production") {
2824
+ MacShift.propTypes = iconPropTypes4cbeb95d.i;
2825
+ }
2826
+ const MachineLearning = /*#__PURE__*/React.forwardRef(function MachineLearning(_ref123, ref) {
2827
+ let {
2828
+ children,
2829
+ size = 16,
2830
+ ...rest
2831
+ } = _ref123;
2832
+ if (process.env.NODE_ENV !== "production") {
2833
+ if (!didWarnAboutDeprecation["MachineLearning"]) {
2834
+ didWarnAboutDeprecation["MachineLearning"] = true;
2835
+ console.warn("Icon should not be used. Teams should use machine-learning-model instead. As a result, the MachineLearning component will be removed in the next major version of @carbon/icons-react.");
2836
+ }
2837
+ }
2838
+ return /*#__PURE__*/React.createElement(Icon.default, {
2839
+ width: size,
2840
+ height: size,
2841
+ ref: ref,
2842
+ xmlns: "http://www.w3.org/2000/svg",
2843
+ viewBox: "0 0 32 32",
2844
+ fill: "currentColor",
2845
+ ...rest
2846
+ }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2847
+ d: "M16 25a6.9908 6.9908 0 01-5.833-3.1287l1.666-1.1074a5.0007 5.0007 0 008.334 0l1.666 1.1074A6.9908 6.9908 0 0116 25zM20 14a2 2 0 102 2A1.9806 1.9806 0 0020 14zM12 14a2 2 0 102 2A1.9806 1.9806 0 0012 14z"
2848
+ })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2849
+ d: "M30,16V14H28V10a4.0045,4.0045,0,0,0-4-4H22V2H20V6H12V2H10V6H8a4.0045,4.0045,0,0,0-4,4v4H2v2H4v5H2v2H4v3a4.0045,4.0045,0,0,0,4,4H24a4.0045,4.0045,0,0,0,4-4V23h2V21H28V16ZM26,26a2.0023,2.0023,0,0,1-2,2H8a2.0023,2.0023,0,0,1-2-2V10A2.0023,2.0023,0,0,1,8,8H24a2.0023,2.0023,0,0,1,2,2Z"
2850
+ })), children);
2851
+ });
2852
+ if (process.env.NODE_ENV !== "production") {
2853
+ MachineLearning.propTypes = iconPropTypes4cbeb95d.i;
2854
+ }
2855
+ const MachineLearningModel = /*#__PURE__*/React.forwardRef(function MachineLearningModel(_ref124, ref) {
2856
+ let {
2857
+ children,
2858
+ size = 16,
2859
+ ...rest
2860
+ } = _ref124;
2861
+ return /*#__PURE__*/React.createElement(Icon.default, {
2862
+ width: size,
2863
+ height: size,
2864
+ ref: ref,
2865
+ xmlns: "http://www.w3.org/2000/svg",
2866
+ viewBox: "0 0 32 32",
2867
+ fill: "currentColor",
2868
+ ...rest
2869
+ }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2870
+ strokeWidth: "0",
2871
+ d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8384-2.8157,2h-5.7703l7.3008-7.3008c.3911.1875.8235.3008,1.2852.3008,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.4619.1135.894.3005,1.2852l-8.3005,8.3008v-6.5859c0-1.1025.897-2,2-2h2v-2h-2c-1.2002,0-2.2661.5425-3,1.3823-.7339-.8398-1.7998-1.3823-3-1.3823h-1c-4.9624,0-9,4.0371-9,9v6c0,4.9629,4.0376,9,9,9h1c1.2002,0,2.2661-.5425,3-1.3823.7339.8398,1.7998,1.3823,3,1.3823h2v-2h-2c-1.103,0-2-.8975-2-2v-6.5859l8.3005,8.3008c-.187.3911-.3005.8232-.3005,1.2852,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.4617,0-.894.1133-1.2852.3008l-7.3008-7.3008h5.7703c.4141,1.1616,1.5137,2,2.8157,2Zm0-4c.5513,0,1,.4482,1,1s-.4487,1-1,1-1-.4482-1-1,.4487-1,1-1Zm0-11c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm-13,8h-2v2h2v4h-2c-1.6543,0-3,1.3457-3,3v2h2v-2c0-.5518.4487-1,1-1h2v4c0,1.1025-.897,2-2,2h-1c-3.5195,0-6.4324-2.6133-6.9202-6h1.9202v-2h-2v-4h3c1.6543,0,3-1.3457,3-3v-2h-2v2c0,.5518-.4487,1-1,1h-2.9202c.4878-3.3867,3.4006-6,6.9202-6h1c1.103,0,2,.8975,2,2v4Zm14,15c0,.5513-.4485,1-1,1s-1-.4487-1-1,.4485-1,1-1,1,.4487,1,1Z"
2872
+ })), children);
2873
+ });
2874
+ if (process.env.NODE_ENV !== "production") {
2875
+ MachineLearningModel.propTypes = iconPropTypes4cbeb95d.i;
2876
+ }
2877
+ const MagicWand = /*#__PURE__*/React.forwardRef(function MagicWand(_ref125, ref) {
2878
+ let {
2879
+ children,
2880
+ size = 16,
2881
+ ...rest
2882
+ } = _ref125;
2883
+ return /*#__PURE__*/React.createElement(Icon.default, {
2884
+ width: size,
2885
+ height: size,
2886
+ ref: ref,
2887
+ xmlns: "http://www.w3.org/2000/svg",
2888
+ viewBox: "0 0 32 32",
2889
+ fill: "currentColor",
2890
+ ...rest
2891
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2892
+ d: "M29.4141,24,12,6.5859a2.0476,2.0476,0,0,0-2.8281,0l-2.586,2.586a2.0021,2.0021,0,0,0,0,2.8281L23.999,29.4141a2.0024,2.0024,0,0,0,2.8281,0l2.587-2.5865a1.9993,1.9993,0,0,0,0-2.8281ZM8,10.5859,10.5859,8l5,5-2.5866,2.5869-5-5ZM25.4131,28l-11-10.999L17,14.4141l11,11Z"
2893
+ })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2894
+ d: "M2.586 14.586H5.414V17.414H2.586z",
2895
+ transform: "rotate(-45 4 16)"
2896
+ })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2897
+ d: "M14.586 2.586H17.414V5.414H14.586z",
2898
+ transform: "rotate(-45 16 4)"
2899
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2900
+ d: "M2.586 2.586H5.414V5.414H2.586z",
2901
+ transform: "rotate(-45 4 4)"
2902
+ })), children);
2903
+ });
2904
+ if (process.env.NODE_ENV !== "production") {
2905
+ MagicWand.propTypes = iconPropTypes4cbeb95d.i;
2906
+ }
2907
+
2908
+ exports.LetterDd = LetterDd;
2909
+ exports.LetterEe = LetterEe;
2910
+ exports.LetterFf = LetterFf;
2911
+ exports.LetterGg = LetterGg;
2912
+ exports.LetterHh = LetterHh;
2913
+ exports.LetterIi = LetterIi;
2914
+ exports.LetterJj = LetterJj;
2915
+ exports.LetterKk = LetterKk;
2916
+ exports.LetterLl = LetterLl;
2917
+ exports.LetterMm = LetterMm;
2918
+ exports.LetterNn = LetterNn;
2919
+ exports.LetterOo = LetterOo;
2920
+ exports.LetterPp = LetterPp;
2921
+ exports.LetterQq = LetterQq;
2922
+ exports.LetterRr = LetterRr;
2923
+ exports.LetterSs = LetterSs;
2924
+ exports.LetterTt = LetterTt;
2925
+ exports.LetterUu = LetterUu;
2926
+ exports.LetterVv = LetterVv;
2927
+ exports.LetterWw = LetterWw;
2928
+ exports.LetterXx = LetterXx;
2929
+ exports.LetterYy = LetterYy;
2930
+ exports.LetterZz = LetterZz;
2931
+ exports.License = License;
2932
+ exports.LicenseDraft = LicenseDraft;
2933
+ exports.LicenseGlobal = LicenseGlobal;
2934
+ exports.LicenseMaintenance = LicenseMaintenance;
2935
+ exports.LicenseMaintenanceDraft = LicenseMaintenanceDraft;
2936
+ exports.LicenseThirdParty = LicenseThirdParty;
2937
+ exports.LicenseThirdPartyDraft = LicenseThirdPartyDraft;
2938
+ exports.Lifesaver = Lifesaver;
2939
+ exports.Light = Light;
2940
+ exports.LightFilled = LightFilled;
2941
+ exports.Lightning = Lightning;
2942
+ exports.Link = Link;
2943
+ exports.Linux = Linux;
2944
+ exports.LinuxAlt = LinuxAlt;
2945
+ exports.LinuxNamespace = LinuxNamespace;
2946
+ exports.List = List;
2947
+ exports.ListBoxes = ListBoxes;
2948
+ exports.ListBulleted = ListBulleted;
2949
+ exports.ListChecked = ListChecked;
2950
+ exports.ListCheckedMirror = ListCheckedMirror;
2951
+ exports.ListDropdown = ListDropdown;
2952
+ exports.ListNumbered = ListNumbered;
2953
+ exports.ListNumberedMirror = ListNumberedMirror;
2954
+ exports.LoadBalancerApplication = LoadBalancerApplication;
2955
+ exports.LoadBalancerClassic = LoadBalancerClassic;
2956
+ exports.LoadBalancerGlobal = LoadBalancerGlobal;
2957
+ exports.LoadBalancerListener = LoadBalancerListener;
2958
+ exports.LoadBalancerLocal = LoadBalancerLocal;
2959
+ exports.LoadBalancerNetwork = LoadBalancerNetwork;
2960
+ exports.LoadBalancerPool = LoadBalancerPool;
2961
+ exports.LoadBalancerVpc = LoadBalancerVpc;
2962
+ exports.Location = Location;
2963
+ exports.LocationCompany = LocationCompany;
2964
+ exports.LocationCompanyFilled = LocationCompanyFilled;
2965
+ exports.LocationCurrent = LocationCurrent;
2966
+ exports.LocationFilled = LocationFilled;
2967
+ exports.LocationHazard = LocationHazard;
2968
+ exports.LocationHazardFilled = LocationHazardFilled;
2969
+ exports.LocationHeart = LocationHeart;
2970
+ exports.LocationHeartFilled = LocationHeartFilled;
2971
+ exports.LocationInfo = LocationInfo;
2972
+ exports.LocationInfoFilled = LocationInfoFilled;
2973
+ exports.LocationPerson = LocationPerson;
2974
+ exports.LocationPersonFilled = LocationPersonFilled;
2975
+ exports.LocationSave = LocationSave;
2976
+ exports.LocationStar = LocationStar;
2977
+ exports.LocationStarFilled = LocationStarFilled;
2978
+ exports.Locked = Locked;
2979
+ exports.LogicalPartition = LogicalPartition;
2980
+ exports.Login = Login;
2981
+ exports.LogoAngular = LogoAngular;
2982
+ exports.LogoAnsibleCommunity = LogoAnsibleCommunity;
2983
+ exports.LogoDigg = LogoDigg;
2984
+ exports.LogoDiscord = LogoDiscord;
2985
+ exports.LogoFacebook = LogoFacebook;
2986
+ exports.LogoFigma = LogoFigma;
2987
+ exports.LogoFlickr = LogoFlickr;
2988
+ exports.LogoGithub = LogoGithub;
2989
+ exports.LogoGitlab = LogoGitlab;
2990
+ exports.LogoGlassdoor = LogoGlassdoor;
2991
+ exports.LogoInstagram = LogoInstagram;
2992
+ exports.LogoInvision = LogoInvision;
2993
+ exports.LogoJupyter = LogoJupyter;
2994
+ exports.LogoKeybase = LogoKeybase;
2995
+ exports.LogoKubernetes = LogoKubernetes;
2996
+ exports.LogoLinkedin = LogoLinkedin;
2997
+ exports.LogoLivestream = LogoLivestream;
2998
+ exports.LogoMastodon = LogoMastodon;
2999
+ exports.LogoMedium = LogoMedium;
3000
+ exports.LogoNpm = LogoNpm;
3001
+ exports.LogoOpenshift = LogoOpenshift;
3002
+ exports.LogoPinterest = LogoPinterest;
3003
+ exports.LogoPython = LogoPython;
3004
+ exports.LogoQuora = LogoQuora;
3005
+ exports.LogoRScript = LogoRScript;
3006
+ exports.LogoReact = LogoReact;
3007
+ exports.LogoRedHatAnsible = LogoRedHatAnsible;
3008
+ exports.LogoSketch = LogoSketch;
3009
+ exports.LogoSkype = LogoSkype;
3010
+ exports.LogoSlack = LogoSlack;
3011
+ exports.LogoSnapchat = LogoSnapchat;
3012
+ exports.LogoSvelte = LogoSvelte;
3013
+ exports.LogoTumblr = LogoTumblr;
3014
+ exports.LogoTwitter = LogoTwitter;
3015
+ exports.LogoVmware = LogoVmware;
3016
+ exports.LogoVmwareAlt = LogoVmwareAlt;
3017
+ exports.LogoVue = LogoVue;
3018
+ exports.LogoWechat = LogoWechat;
3019
+ exports.LogoX = LogoX;
3020
+ exports.LogoXing = LogoXing;
3021
+ exports.LogoYelp = LogoYelp;
3022
+ exports.LogoYoutube = LogoYoutube;
3023
+ exports.Logout = Logout;
3024
+ exports.Loop = Loop;
3025
+ exports.LowSeverity = LowSeverity;
3026
+ exports.Mac = Mac;
3027
+ exports.MacCommand = MacCommand;
3028
+ exports.MacOption = MacOption;
3029
+ exports.MacShift = MacShift;
3030
+ exports.MachineLearning = MachineLearning;
3031
+ exports.MachineLearningModel = MachineLearningModel;
3032
+ exports.MagicWand = MagicWand;