@carbon/ibm-products 2.60.0 → 2.61.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 (143) hide show
  1. package/css/index-full-carbon.css +113 -497
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +64 -492
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +93 -492
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +93 -510
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/ActionBar/ActionBar.d.ts +3 -3
  18. package/es/components/ActionBar/ActionBar.js +47 -150
  19. package/es/components/ActionBar/ActionBarOverflowItems.js +1 -1
  20. package/es/components/Checklist/ChecklistChart.js +1 -1
  21. package/es/components/Coachmark/Coachmark.js +1 -1
  22. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +1 -1
  23. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +3 -3
  24. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +4 -1
  25. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +7 -2
  26. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +7 -2
  27. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +15 -15
  28. package/es/components/ConditionBuilder/utils/util.d.ts +1 -0
  29. package/es/components/ConditionBuilder/utils/util.js +7 -1
  30. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
  31. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +2 -2
  32. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -2
  33. package/es/components/Datagrid/useDatagrid.js +2 -2
  34. package/es/components/Datagrid/useInfiniteScroll.js +2 -5
  35. package/es/components/Datagrid/useRowIsMouseOver.d.ts +1 -1
  36. package/es/components/Datagrid/useRowIsMouseOver.js +2 -1
  37. package/es/components/Datagrid/useStickyColumn.d.ts +1 -1
  38. package/es/components/Datagrid/useStickyColumn.js +1 -1
  39. package/es/components/FilterSummary/FilterSummary.js +1 -1
  40. package/es/components/InterstitialScreen/InterstitialScreen.js +1 -1
  41. package/es/components/Nav/NavItem.js +1 -1
  42. package/es/components/NotificationsPanel/NotificationsPanel.d.ts +5 -0
  43. package/es/components/NotificationsPanel/NotificationsPanel.js +11 -17
  44. package/es/components/OptionsTile/OptionsTile.d.ts +2 -3
  45. package/es/components/OptionsTile/OptionsTile.js +49 -97
  46. package/es/components/PageHeader/PageHeader.js +16 -14
  47. package/es/components/PageHeader/PageHeaderTitle.js +2 -2
  48. package/es/components/ScrollGradient/ScrollGradient.js +74 -25
  49. package/es/components/ScrollGradient/constants.d.ts +0 -5
  50. package/es/components/ScrollGradient/constants.js +2 -47
  51. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +1 -1
  52. package/es/components/TagOverflow/TagOverflow.d.ts +5 -1
  53. package/es/components/Tearsheet/Tearsheet.d.ts +5 -1
  54. package/es/components/Tearsheet/TearsheetNarrow.d.ts +5 -1
  55. package/es/components/WebTerminal/WebTerminal.js +0 -13
  56. package/es/global/js/hooks/useControllableState.d.ts +12 -24
  57. package/es/global/js/hooks/useControllableState.js +18 -60
  58. package/es/global/js/hooks/useOverflowItems.d.ts +7 -2
  59. package/es/global/js/hooks/useOverflowItems.js +50 -17
  60. package/es/global/js/hooks/useOverflowString.d.ts +9 -0
  61. package/es/global/js/hooks/useOverflowString.js +52 -0
  62. package/es/global/js/hooks/usePresence.d.ts +1 -1
  63. package/es/global/js/hooks/usePresence.js +2 -2
  64. package/es/global/js/utils/checkForOverflow.js +1 -11
  65. package/es/global/js/utils/clamp.d.ts +7 -0
  66. package/es/global/js/utils/clamp.js +25 -0
  67. package/es/global/js/utils/debounce.d.ts +7 -0
  68. package/es/global/js/utils/debounce.js +30 -0
  69. package/es/global/js/utils/deepCompareObject.d.ts +7 -0
  70. package/es/global/js/utils/deepCompareObject.js +47 -0
  71. package/es/global/js/utils/throttle.d.ts +7 -0
  72. package/es/global/js/utils/throttle.js +19 -0
  73. package/es/global/js/utils/uuidv4.d.ts +2 -2
  74. package/es/global/js/utils/uuidv4.js +3 -2
  75. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2787 -0
  76. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1013 -943
  77. package/lib/components/ActionBar/ActionBar.d.ts +3 -3
  78. package/lib/components/ActionBar/ActionBar.js +45 -148
  79. package/lib/components/ActionBar/ActionBarOverflowItems.js +1 -1
  80. package/lib/components/Checklist/ChecklistChart.js +2 -2
  81. package/lib/components/Coachmark/Coachmark.js +2 -2
  82. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +4 -4
  83. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +2 -2
  84. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +3 -0
  85. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +6 -1
  86. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +6 -1
  87. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +15 -15
  88. package/lib/components/ConditionBuilder/utils/util.d.ts +1 -0
  89. package/lib/components/ConditionBuilder/utils/util.js +7 -0
  90. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
  91. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +2 -2
  92. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -2
  93. package/lib/components/Datagrid/useDatagrid.js +2 -2
  94. package/lib/components/Datagrid/useInfiniteScroll.js +2 -5
  95. package/lib/components/Datagrid/useRowIsMouseOver.d.ts +1 -1
  96. package/lib/components/Datagrid/useRowIsMouseOver.js +3 -2
  97. package/lib/components/Datagrid/useStickyColumn.d.ts +1 -1
  98. package/lib/components/Datagrid/useStickyColumn.js +2 -2
  99. package/lib/components/FilterSummary/FilterSummary.js +2 -2
  100. package/lib/components/InterstitialScreen/InterstitialScreen.js +3 -3
  101. package/lib/components/Nav/NavItem.js +2 -2
  102. package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +5 -0
  103. package/lib/components/NotificationsPanel/NotificationsPanel.js +11 -17
  104. package/lib/components/OptionsTile/OptionsTile.d.ts +2 -3
  105. package/lib/components/OptionsTile/OptionsTile.js +49 -97
  106. package/lib/components/PageHeader/PageHeader.js +16 -14
  107. package/lib/components/PageHeader/PageHeaderTitle.js +2 -2
  108. package/lib/components/ScrollGradient/ScrollGradient.js +72 -23
  109. package/lib/components/ScrollGradient/constants.d.ts +0 -5
  110. package/lib/components/ScrollGradient/constants.js +1 -48
  111. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +2 -2
  112. package/lib/components/TagOverflow/TagOverflow.d.ts +5 -1
  113. package/lib/components/Tearsheet/Tearsheet.d.ts +5 -1
  114. package/lib/components/Tearsheet/TearsheetNarrow.d.ts +5 -1
  115. package/lib/components/WebTerminal/WebTerminal.js +0 -13
  116. package/lib/global/js/hooks/useControllableState.d.ts +12 -24
  117. package/lib/global/js/hooks/useControllableState.js +17 -59
  118. package/lib/global/js/hooks/useOverflowItems.d.ts +7 -2
  119. package/lib/global/js/hooks/useOverflowItems.js +49 -16
  120. package/lib/global/js/hooks/useOverflowString.d.ts +9 -0
  121. package/lib/global/js/hooks/useOverflowString.js +55 -0
  122. package/lib/global/js/hooks/usePresence.d.ts +1 -1
  123. package/lib/global/js/hooks/usePresence.js +2 -2
  124. package/lib/global/js/utils/checkForOverflow.js +0 -11
  125. package/lib/global/js/utils/clamp.d.ts +7 -0
  126. package/lib/global/js/utils/clamp.js +27 -0
  127. package/lib/global/js/utils/debounce.d.ts +7 -0
  128. package/lib/global/js/utils/debounce.js +32 -0
  129. package/lib/global/js/utils/deepCompareObject.d.ts +7 -0
  130. package/lib/global/js/utils/deepCompareObject.js +49 -0
  131. package/lib/global/js/utils/throttle.d.ts +7 -0
  132. package/lib/global/js/utils/throttle.js +21 -0
  133. package/lib/global/js/utils/uuidv4.d.ts +2 -2
  134. package/lib/global/js/utils/uuidv4.js +3 -2
  135. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2913 -0
  136. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1018 -948
  137. package/package.json +6 -7
  138. package/scss/components/NotificationsPanel/_notifications-panel.scss +33 -20
  139. package/scss/components/ScrollGradient/_scroll-gradient.scss +30 -0
  140. package/scss/components/UserAvatar/_user-avatar.scss +2 -6
  141. package/scss/components/WebTerminal/_web-terminal.scss +13 -1
  142. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -2959
  143. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3085
@@ -0,0 +1,2787 @@
1
+ /**
2
+ * Copyright IBM Corp. 2020, 2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
9
+ import React__default from 'react';
10
+ import Icon from '../Icon.js';
11
+ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
12
+
13
+ var _excluded = ["children", "size"],
14
+ _excluded2 = ["children", "size"],
15
+ _excluded3 = ["children", "size"],
16
+ _excluded4 = ["children", "size"],
17
+ _excluded5 = ["children", "size"],
18
+ _excluded6 = ["children", "size"],
19
+ _excluded7 = ["children", "size"],
20
+ _excluded8 = ["children", "size"],
21
+ _excluded9 = ["children", "size"],
22
+ _excluded10 = ["children", "size"],
23
+ _excluded11 = ["children", "size"],
24
+ _excluded12 = ["children", "size"],
25
+ _excluded13 = ["children", "size"],
26
+ _excluded14 = ["children", "size"],
27
+ _excluded15 = ["children", "size"],
28
+ _excluded16 = ["children", "size"],
29
+ _excluded17 = ["children", "size"],
30
+ _excluded18 = ["children", "size"],
31
+ _excluded19 = ["children", "size"],
32
+ _excluded20 = ["children", "size"],
33
+ _excluded21 = ["children", "size"],
34
+ _excluded22 = ["children", "size"],
35
+ _excluded23 = ["children", "size"],
36
+ _excluded24 = ["children", "size"],
37
+ _excluded25 = ["children", "size"],
38
+ _excluded26 = ["children", "size"],
39
+ _excluded27 = ["children", "size"],
40
+ _excluded28 = ["children", "size"],
41
+ _excluded29 = ["children", "size"],
42
+ _excluded30 = ["children", "size"],
43
+ _excluded31 = ["children", "size"],
44
+ _excluded32 = ["children", "size"],
45
+ _excluded33 = ["children", "size"],
46
+ _excluded34 = ["children", "size"],
47
+ _excluded35 = ["children", "size"],
48
+ _excluded36 = ["children", "size"],
49
+ _excluded37 = ["children", "size"],
50
+ _excluded38 = ["children", "size"],
51
+ _excluded39 = ["children", "size"],
52
+ _excluded40 = ["children", "size"],
53
+ _excluded41 = ["children", "size"],
54
+ _excluded42 = ["children", "size"],
55
+ _excluded43 = ["children", "size"],
56
+ _excluded44 = ["children", "size"],
57
+ _excluded45 = ["children", "size"],
58
+ _excluded46 = ["children", "size"],
59
+ _excluded47 = ["children", "size"],
60
+ _excluded48 = ["children", "size"],
61
+ _excluded49 = ["children", "size"],
62
+ _excluded50 = ["children", "size"],
63
+ _excluded51 = ["children", "size"],
64
+ _excluded52 = ["children", "size"],
65
+ _excluded53 = ["children", "size"],
66
+ _excluded54 = ["children", "size"],
67
+ _excluded55 = ["children", "size"],
68
+ _excluded56 = ["children", "size"],
69
+ _excluded57 = ["children", "size"],
70
+ _excluded58 = ["children", "size"],
71
+ _excluded59 = ["children", "size"],
72
+ _excluded60 = ["children", "size"],
73
+ _excluded61 = ["children", "size"],
74
+ _excluded62 = ["children", "size"],
75
+ _excluded63 = ["children", "size"],
76
+ _excluded64 = ["children", "size"],
77
+ _excluded65 = ["children", "size"],
78
+ _excluded66 = ["children", "size"],
79
+ _excluded67 = ["children", "size"],
80
+ _excluded68 = ["children", "size"],
81
+ _excluded69 = ["children", "size"],
82
+ _excluded70 = ["children", "size"],
83
+ _excluded71 = ["children", "size"],
84
+ _excluded72 = ["children", "size"],
85
+ _excluded73 = ["children", "size"],
86
+ _excluded74 = ["children", "size"],
87
+ _excluded75 = ["children", "size"],
88
+ _excluded76 = ["children", "size"],
89
+ _excluded77 = ["children", "size"],
90
+ _excluded78 = ["children", "size"],
91
+ _excluded79 = ["children", "size"],
92
+ _excluded80 = ["children", "size"],
93
+ _excluded81 = ["children", "size"],
94
+ _excluded82 = ["children", "size"],
95
+ _excluded83 = ["children", "size"],
96
+ _excluded84 = ["children", "size"],
97
+ _excluded85 = ["children", "size"],
98
+ _excluded86 = ["children", "size"],
99
+ _excluded87 = ["children", "size"],
100
+ _excluded88 = ["children", "size"],
101
+ _excluded89 = ["children", "size"],
102
+ _excluded90 = ["children", "size"],
103
+ _excluded91 = ["children", "size"],
104
+ _excluded92 = ["children", "size"],
105
+ _excluded93 = ["children", "size"],
106
+ _excluded94 = ["children", "size"],
107
+ _excluded95 = ["children", "size"],
108
+ _excluded96 = ["children", "size"],
109
+ _excluded97 = ["children", "size"],
110
+ _excluded98 = ["children", "size"],
111
+ _excluded99 = ["children", "size"],
112
+ _excluded100 = ["children", "size"],
113
+ _excluded101 = ["children", "size"],
114
+ _excluded102 = ["children", "size"],
115
+ _excluded103 = ["children", "size"],
116
+ _excluded104 = ["children", "size"],
117
+ _excluded105 = ["children", "size"],
118
+ _excluded106 = ["children", "size"],
119
+ _excluded107 = ["children", "size"],
120
+ _excluded108 = ["children", "size"],
121
+ _excluded109 = ["children", "size"],
122
+ _excluded110 = ["children", "size"],
123
+ _excluded111 = ["children", "size"],
124
+ _excluded112 = ["children", "size"],
125
+ _excluded113 = ["children", "size"],
126
+ _excluded114 = ["children", "size"],
127
+ _excluded115 = ["children", "size"],
128
+ _excluded116 = ["children", "size"],
129
+ _excluded117 = ["children", "size"],
130
+ _excluded118 = ["children", "size"],
131
+ _excluded119 = ["children", "size"],
132
+ _excluded120 = ["children", "size"],
133
+ _excluded121 = ["children", "size"],
134
+ _excluded122 = ["children", "size"],
135
+ _excluded123 = ["children", "size"],
136
+ _excluded124 = ["children", "size"],
137
+ _excluded125 = ["children", "size"];
138
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _circle, _path12, _path13, _circle2, _path14, _path15, _circle3, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _rect, _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, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _circle4, _circle5, _path101, _circle6, _circle7, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _circle8, _circle9, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _circle10, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _circle11, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _circle12, _circle13, _path158, _path159, _path160, _path161, _path162, _circle14, _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, _path198;
139
+ var Label = /*#__PURE__*/React__default.forwardRef(function Label(_ref, ref) {
140
+ var children = _ref.children,
141
+ _ref$size = _ref.size,
142
+ size = _ref$size === undefined ? 16 : _ref$size,
143
+ rest = _objectWithoutProperties(_ref, _excluded);
144
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
145
+ width: size,
146
+ height: size,
147
+ ref: ref,
148
+ xmlns: "http://www.w3.org/2000/svg",
149
+ viewBox: "0 0 32 32",
150
+ fill: "currentColor"
151
+ }, rest), _path || (_path = /*#__PURE__*/React__default.createElement("path", {
152
+ d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
153
+ })), _path2 || (_path2 = /*#__PURE__*/React__default.createElement("path", {
154
+ d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
155
+ })), children);
156
+ });
157
+ if (process.env.NODE_ENV !== "production") {
158
+ Label.propTypes = iconPropTypes;
159
+ }
160
+ var Language = /*#__PURE__*/React__default.forwardRef(function Language(_ref2, ref) {
161
+ var children = _ref2.children,
162
+ _ref2$size = _ref2.size,
163
+ size = _ref2$size === undefined ? 16 : _ref2$size,
164
+ rest = _objectWithoutProperties(_ref2, _excluded2);
165
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
166
+ width: size,
167
+ height: size,
168
+ ref: ref,
169
+ xmlns: "http://www.w3.org/2000/svg",
170
+ viewBox: "0 0 32 32",
171
+ fill: "currentColor"
172
+ }, rest), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
173
+ d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
174
+ })), children);
175
+ });
176
+ if (process.env.NODE_ENV !== "production") {
177
+ Language.propTypes = iconPropTypes;
178
+ }
179
+ var Laptop = /*#__PURE__*/React__default.forwardRef(function Laptop(_ref3, ref) {
180
+ var children = _ref3.children,
181
+ _ref3$size = _ref3.size,
182
+ size = _ref3$size === undefined ? 16 : _ref3$size,
183
+ rest = _objectWithoutProperties(_ref3, _excluded3);
184
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
185
+ width: size,
186
+ height: size,
187
+ ref: ref,
188
+ xmlns: "http://www.w3.org/2000/svg",
189
+ viewBox: "0 0 32 32",
190
+ fill: "currentColor"
191
+ }, rest), _path4 || (_path4 = /*#__PURE__*/React__default.createElement("path", {
192
+ d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
193
+ transform: "translate(0 .005)"
194
+ })), _path5 || (_path5 = /*#__PURE__*/React__default.createElement("path", {
195
+ d: "M2 26.005H30V28.005H2z"
196
+ })), children);
197
+ });
198
+ if (process.env.NODE_ENV !== "production") {
199
+ Laptop.propTypes = iconPropTypes;
200
+ }
201
+ var Lasso = /*#__PURE__*/React__default.forwardRef(function Lasso(_ref4, ref) {
202
+ var children = _ref4.children,
203
+ _ref4$size = _ref4.size,
204
+ size = _ref4$size === undefined ? 16 : _ref4$size,
205
+ rest = _objectWithoutProperties(_ref4, _excluded4);
206
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
207
+ width: size,
208
+ height: size,
209
+ ref: ref,
210
+ xmlns: "http://www.w3.org/2000/svg",
211
+ viewBox: "0 0 32 32",
212
+ fill: "currentColor"
213
+ }, rest), _path6 || (_path6 = /*#__PURE__*/React__default.createElement("path", {
214
+ d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
215
+ })), children);
216
+ });
217
+ if (process.env.NODE_ENV !== "production") {
218
+ Lasso.propTypes = iconPropTypes;
219
+ }
220
+ var LassoPolygon = /*#__PURE__*/React__default.forwardRef(function LassoPolygon(_ref5, ref) {
221
+ var children = _ref5.children,
222
+ _ref5$size = _ref5.size,
223
+ size = _ref5$size === undefined ? 16 : _ref5$size,
224
+ rest = _objectWithoutProperties(_ref5, _excluded5);
225
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
226
+ width: size,
227
+ height: size,
228
+ ref: ref,
229
+ xmlns: "http://www.w3.org/2000/svg",
230
+ viewBox: "0 0 32 32",
231
+ fill: "currentColor"
232
+ }, rest), _path7 || (_path7 = /*#__PURE__*/React__default.createElement("path", {
233
+ d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
234
+ })), children);
235
+ });
236
+ if (process.env.NODE_ENV !== "production") {
237
+ LassoPolygon.propTypes = iconPropTypes;
238
+ }
239
+ var Launch = /*#__PURE__*/React__default.forwardRef(function Launch(_ref6, ref) {
240
+ var children = _ref6.children,
241
+ _ref6$size = _ref6.size,
242
+ size = _ref6$size === undefined ? 16 : _ref6$size,
243
+ rest = _objectWithoutProperties(_ref6, _excluded6);
244
+ if (size === 16 || size === "16" || size === "16px") {
245
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
246
+ width: size,
247
+ height: size,
248
+ ref: ref,
249
+ xmlns: "http://www.w3.org/2000/svg",
250
+ viewBox: "0 0 16 16",
251
+ fill: "currentColor"
252
+ }, rest), _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
253
+ d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
254
+ })), _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
255
+ d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
256
+ })), children);
257
+ }
258
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
259
+ width: size,
260
+ height: size,
261
+ ref: ref,
262
+ xmlns: "http://www.w3.org/2000/svg",
263
+ viewBox: "0 0 32 32",
264
+ fill: "currentColor"
265
+ }, rest), _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
266
+ d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
267
+ })), _path11 || (_path11 = /*#__PURE__*/React__default.createElement("path", {
268
+ d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
269
+ })), children);
270
+ });
271
+ if (process.env.NODE_ENV !== "production") {
272
+ Launch.propTypes = iconPropTypes;
273
+ }
274
+ var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_1(_ref7, ref) {
275
+ var children = _ref7.children,
276
+ _ref7$size = _ref7.size,
277
+ size = _ref7$size === undefined ? 16 : _ref7$size,
278
+ rest = _objectWithoutProperties(_ref7, _excluded7);
279
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
280
+ width: size,
281
+ height: size,
282
+ ref: ref,
283
+ xmlns: "http://www.w3.org/2000/svg",
284
+ viewBox: "0 0 32 32",
285
+ fill: "currentColor"
286
+ }, rest), _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
287
+ cx: "23",
288
+ cy: "25",
289
+ r: "1"
290
+ })), _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
291
+ d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
292
+ })), _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
293
+ d: "M8 24H20V26H8z"
294
+ })), children);
295
+ });
296
+ if (process.env.NODE_ENV !== "production") {
297
+ WatsonHealthLaunchStudy_1.propTypes = iconPropTypes;
298
+ }
299
+ var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_2(_ref8, ref) {
300
+ var children = _ref8.children,
301
+ _ref8$size = _ref8.size,
302
+ size = _ref8$size === undefined ? 16 : _ref8$size,
303
+ rest = _objectWithoutProperties(_ref8, _excluded8);
304
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
305
+ width: size,
306
+ height: size,
307
+ ref: ref,
308
+ xmlns: "http://www.w3.org/2000/svg",
309
+ viewBox: "0 0 32 32",
310
+ fill: "currentColor"
311
+ }, rest), _circle2 || (_circle2 = /*#__PURE__*/React__default.createElement("circle", {
312
+ cx: "23",
313
+ cy: "7",
314
+ r: "1"
315
+ })), _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
316
+ d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
317
+ })), _path15 || (_path15 = /*#__PURE__*/React__default.createElement("path", {
318
+ d: "M8 6H20V8H8z"
319
+ })), children);
320
+ });
321
+ if (process.env.NODE_ENV !== "production") {
322
+ WatsonHealthLaunchStudy_2.propTypes = iconPropTypes;
323
+ }
324
+ var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_3(_ref9, ref) {
325
+ var children = _ref9.children,
326
+ _ref9$size = _ref9.size,
327
+ size = _ref9$size === undefined ? 16 : _ref9$size,
328
+ rest = _objectWithoutProperties(_ref9, _excluded9);
329
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
330
+ width: size,
331
+ height: size,
332
+ ref: ref,
333
+ xmlns: "http://www.w3.org/2000/svg",
334
+ viewBox: "0 0 32 32",
335
+ fill: "currentColor"
336
+ }, rest), _circle3 || (_circle3 = /*#__PURE__*/React__default.createElement("circle", {
337
+ cx: "23",
338
+ cy: "25",
339
+ r: "1"
340
+ })), _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
341
+ d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
342
+ })), _path17 || (_path17 = /*#__PURE__*/React__default.createElement("path", {
343
+ d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
344
+ })), children);
345
+ });
346
+ if (process.env.NODE_ENV !== "production") {
347
+ WatsonHealthLaunchStudy_3.propTypes = iconPropTypes;
348
+ }
349
+ var Layers = /*#__PURE__*/React__default.forwardRef(function Layers(_ref10, ref) {
350
+ var children = _ref10.children,
351
+ _ref10$size = _ref10.size,
352
+ size = _ref10$size === undefined ? 16 : _ref10$size,
353
+ rest = _objectWithoutProperties(_ref10, _excluded10);
354
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
355
+ width: size,
356
+ height: size,
357
+ ref: ref,
358
+ xmlns: "http://www.w3.org/2000/svg",
359
+ viewBox: "0 0 32 32",
360
+ fill: "currentColor"
361
+ }, rest), _path18 || (_path18 = /*#__PURE__*/React__default.createElement("path", {
362
+ d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z"
363
+ })), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
364
+ d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
365
+ })), children);
366
+ });
367
+ if (process.env.NODE_ENV !== "production") {
368
+ Layers.propTypes = iconPropTypes;
369
+ }
370
+ var LayersExternal = /*#__PURE__*/React__default.forwardRef(function LayersExternal(_ref11, ref) {
371
+ var children = _ref11.children,
372
+ _ref11$size = _ref11.size,
373
+ size = _ref11$size === undefined ? 16 : _ref11$size,
374
+ rest = _objectWithoutProperties(_ref11, _excluded11);
375
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
376
+ width: size,
377
+ height: size,
378
+ ref: ref,
379
+ xmlns: "http://www.w3.org/2000/svg",
380
+ viewBox: "0 0 32 32",
381
+ fill: "currentColor"
382
+ }, rest), _path20 || (_path20 = /*#__PURE__*/React__default.createElement("path", {
383
+ strokeWidth: "0",
384
+ d: "m16,24c-.1631,0-.3262-.0398-.4741-.1196l-13-7,.9482-1.7607,12.5259,6.7446,12.5259-6.7446.9482,1.7607-13,7c-.1479.0798-.311.1196-.4741.1196Z"
385
+ })), _path21 || (_path21 = /*#__PURE__*/React__default.createElement("path", {
386
+ strokeWidth: "0",
387
+ d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
388
+ })), children);
389
+ });
390
+ if (process.env.NODE_ENV !== "production") {
391
+ LayersExternal.propTypes = iconPropTypes;
392
+ }
393
+ var Legend = /*#__PURE__*/React__default.forwardRef(function Legend(_ref12, ref) {
394
+ var children = _ref12.children,
395
+ _ref12$size = _ref12.size,
396
+ size = _ref12$size === undefined ? 16 : _ref12$size,
397
+ rest = _objectWithoutProperties(_ref12, _excluded12);
398
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
399
+ width: size,
400
+ height: size,
401
+ ref: ref,
402
+ xmlns: "http://www.w3.org/2000/svg",
403
+ viewBox: "0 0 32 32",
404
+ fill: "currentColor"
405
+ }, rest), _path22 || (_path22 = /*#__PURE__*/React__default.createElement("path", {
406
+ d: "M16 22H30V24H16z"
407
+ })), _rect || (_rect = /*#__PURE__*/React__default.createElement("rect", {
408
+ width: "6",
409
+ height: "6",
410
+ x: "4",
411
+ y: "20",
412
+ rx: "1"
413
+ })), _path23 || (_path23 = /*#__PURE__*/React__default.createElement("path", {
414
+ d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
415
+ })), children);
416
+ });
417
+ if (process.env.NODE_ENV !== "production") {
418
+ Legend.propTypes = iconPropTypes;
419
+ }
420
+ var LetterAa = /*#__PURE__*/React__default.forwardRef(function LetterAa(_ref13, ref) {
421
+ var children = _ref13.children,
422
+ _ref13$size = _ref13.size,
423
+ size = _ref13$size === undefined ? 16 : _ref13$size,
424
+ rest = _objectWithoutProperties(_ref13, _excluded13);
425
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
426
+ width: size,
427
+ height: size,
428
+ ref: ref,
429
+ xmlns: "http://www.w3.org/2000/svg",
430
+ viewBox: "0 0 32 32",
431
+ fill: "currentColor"
432
+ }, rest), _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
433
+ d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
434
+ })), children);
435
+ });
436
+ if (process.env.NODE_ENV !== "production") {
437
+ LetterAa.propTypes = iconPropTypes;
438
+ }
439
+ var LetterBb = /*#__PURE__*/React__default.forwardRef(function LetterBb(_ref14, ref) {
440
+ var children = _ref14.children,
441
+ _ref14$size = _ref14.size,
442
+ size = _ref14$size === undefined ? 16 : _ref14$size,
443
+ rest = _objectWithoutProperties(_ref14, _excluded14);
444
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
445
+ width: size,
446
+ height: size,
447
+ ref: ref,
448
+ xmlns: "http://www.w3.org/2000/svg",
449
+ viewBox: "0 0 32 32",
450
+ fill: "currentColor"
451
+ }, rest), _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
452
+ d: "M23 13H19V9H17V23h6a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM15 12a3 3 0 00-3-3H7V23h5a3 3 0 003-3V18a3 3 0 00-.78-2A3 3 0 0015 14zM9 11h3a1 1 0 011 1v2a1 1 0 01-1 1H9zm4 9a1 1 0 01-1 1H9V17h3a1 1 0 011 1z"
453
+ })), children);
454
+ });
455
+ if (process.env.NODE_ENV !== "production") {
456
+ LetterBb.propTypes = iconPropTypes;
457
+ }
458
+ var LetterCc = /*#__PURE__*/React__default.forwardRef(function LetterCc(_ref15, ref) {
459
+ var children = _ref15.children,
460
+ _ref15$size = _ref15.size,
461
+ size = _ref15$size === undefined ? 16 : _ref15$size,
462
+ rest = _objectWithoutProperties(_ref15, _excluded15);
463
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
464
+ width: size,
465
+ height: size,
466
+ ref: ref,
467
+ xmlns: "http://www.w3.org/2000/svg",
468
+ viewBox: "0 0 32 32",
469
+ fill: "currentColor"
470
+ }, rest), _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
471
+ d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
472
+ })), children);
473
+ });
474
+ if (process.env.NODE_ENV !== "production") {
475
+ LetterCc.propTypes = iconPropTypes;
476
+ }
477
+ var LetterDd = /*#__PURE__*/React__default.forwardRef(function LetterDd(_ref16, ref) {
478
+ var children = _ref16.children,
479
+ _ref16$size = _ref16.size,
480
+ size = _ref16$size === undefined ? 16 : _ref16$size,
481
+ rest = _objectWithoutProperties(_ref16, _excluded16);
482
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
483
+ width: size,
484
+ height: size,
485
+ ref: ref,
486
+ xmlns: "http://www.w3.org/2000/svg",
487
+ viewBox: "0 0 32 32",
488
+ fill: "currentColor"
489
+ }, rest), _path27 || (_path27 = /*#__PURE__*/React__default.createElement("path", {
490
+ 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"
491
+ })), children);
492
+ });
493
+ if (process.env.NODE_ENV !== "production") {
494
+ LetterDd.propTypes = iconPropTypes;
495
+ }
496
+ var LetterEe = /*#__PURE__*/React__default.forwardRef(function LetterEe(_ref17, ref) {
497
+ var children = _ref17.children,
498
+ _ref17$size = _ref17.size,
499
+ size = _ref17$size === undefined ? 16 : _ref17$size,
500
+ rest = _objectWithoutProperties(_ref17, _excluded17);
501
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
502
+ width: size,
503
+ height: size,
504
+ ref: ref,
505
+ xmlns: "http://www.w3.org/2000/svg",
506
+ viewBox: "0 0 32 32",
507
+ fill: "currentColor"
508
+ }, rest), _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
509
+ 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"
510
+ })), children);
511
+ });
512
+ if (process.env.NODE_ENV !== "production") {
513
+ LetterEe.propTypes = iconPropTypes;
514
+ }
515
+ var LetterFf = /*#__PURE__*/React__default.forwardRef(function LetterFf(_ref18, ref) {
516
+ var children = _ref18.children,
517
+ _ref18$size = _ref18.size,
518
+ size = _ref18$size === undefined ? 16 : _ref18$size,
519
+ rest = _objectWithoutProperties(_ref18, _excluded18);
520
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
521
+ width: size,
522
+ height: size,
523
+ ref: ref,
524
+ xmlns: "http://www.w3.org/2000/svg",
525
+ viewBox: "0 0 32 32",
526
+ fill: "currentColor"
527
+ }, rest), _path29 || (_path29 = /*#__PURE__*/React__default.createElement("path", {
528
+ 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"
529
+ })), children);
530
+ });
531
+ if (process.env.NODE_ENV !== "production") {
532
+ LetterFf.propTypes = iconPropTypes;
533
+ }
534
+ var LetterGg = /*#__PURE__*/React__default.forwardRef(function LetterGg(_ref19, ref) {
535
+ var children = _ref19.children,
536
+ _ref19$size = _ref19.size,
537
+ size = _ref19$size === undefined ? 16 : _ref19$size,
538
+ rest = _objectWithoutProperties(_ref19, _excluded19);
539
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
540
+ width: size,
541
+ height: size,
542
+ ref: ref,
543
+ xmlns: "http://www.w3.org/2000/svg",
544
+ viewBox: "0 0 32 32",
545
+ fill: "currentColor"
546
+ }, rest), _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
547
+ 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"
548
+ })), children);
549
+ });
550
+ if (process.env.NODE_ENV !== "production") {
551
+ LetterGg.propTypes = iconPropTypes;
552
+ }
553
+ var LetterHh = /*#__PURE__*/React__default.forwardRef(function LetterHh(_ref20, ref) {
554
+ var children = _ref20.children,
555
+ _ref20$size = _ref20.size,
556
+ size = _ref20$size === undefined ? 16 : _ref20$size,
557
+ rest = _objectWithoutProperties(_ref20, _excluded20);
558
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
559
+ width: size,
560
+ height: size,
561
+ ref: ref,
562
+ xmlns: "http://www.w3.org/2000/svg",
563
+ viewBox: "0 0 32 32",
564
+ fill: "currentColor"
565
+ }, rest), _path31 || (_path31 = /*#__PURE__*/React__default.createElement("path", {
566
+ 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"
567
+ })), children);
568
+ });
569
+ if (process.env.NODE_ENV !== "production") {
570
+ LetterHh.propTypes = iconPropTypes;
571
+ }
572
+ var LetterIi = /*#__PURE__*/React__default.forwardRef(function LetterIi(_ref21, ref) {
573
+ var children = _ref21.children,
574
+ _ref21$size = _ref21.size,
575
+ size = _ref21$size === undefined ? 16 : _ref21$size,
576
+ rest = _objectWithoutProperties(_ref21, _excluded21);
577
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
578
+ width: size,
579
+ height: size,
580
+ ref: ref,
581
+ xmlns: "http://www.w3.org/2000/svg",
582
+ viewBox: "0 0 32 32",
583
+ fill: "currentColor"
584
+ }, rest), _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
585
+ 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"
586
+ })), children);
587
+ });
588
+ if (process.env.NODE_ENV !== "production") {
589
+ LetterIi.propTypes = iconPropTypes;
590
+ }
591
+ var LetterJj = /*#__PURE__*/React__default.forwardRef(function LetterJj(_ref22, ref) {
592
+ var children = _ref22.children,
593
+ _ref22$size = _ref22.size,
594
+ size = _ref22$size === undefined ? 16 : _ref22$size,
595
+ rest = _objectWithoutProperties(_ref22, _excluded22);
596
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
597
+ width: size,
598
+ height: size,
599
+ ref: ref,
600
+ xmlns: "http://www.w3.org/2000/svg",
601
+ viewBox: "0 0 32 32",
602
+ fill: "currentColor"
603
+ }, rest), _path33 || (_path33 = /*#__PURE__*/React__default.createElement("path", {
604
+ d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
605
+ })), children);
606
+ });
607
+ if (process.env.NODE_ENV !== "production") {
608
+ LetterJj.propTypes = iconPropTypes;
609
+ }
610
+ var LetterKk = /*#__PURE__*/React__default.forwardRef(function LetterKk(_ref23, ref) {
611
+ var children = _ref23.children,
612
+ _ref23$size = _ref23.size,
613
+ size = _ref23$size === undefined ? 16 : _ref23$size,
614
+ rest = _objectWithoutProperties(_ref23, _excluded23);
615
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
616
+ width: size,
617
+ height: size,
618
+ ref: ref,
619
+ xmlns: "http://www.w3.org/2000/svg",
620
+ viewBox: "0 0 32 32",
621
+ fill: "currentColor"
622
+ }, rest), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
623
+ 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"
624
+ })), children);
625
+ });
626
+ if (process.env.NODE_ENV !== "production") {
627
+ LetterKk.propTypes = iconPropTypes;
628
+ }
629
+ var LetterLl = /*#__PURE__*/React__default.forwardRef(function LetterLl(_ref24, ref) {
630
+ var children = _ref24.children,
631
+ _ref24$size = _ref24.size,
632
+ size = _ref24$size === undefined ? 16 : _ref24$size,
633
+ rest = _objectWithoutProperties(_ref24, _excluded24);
634
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
635
+ width: size,
636
+ height: size,
637
+ ref: ref,
638
+ xmlns: "http://www.w3.org/2000/svg",
639
+ viewBox: "0 0 32 32",
640
+ fill: "currentColor"
641
+ }, rest), _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
642
+ d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
643
+ })), children);
644
+ });
645
+ if (process.env.NODE_ENV !== "production") {
646
+ LetterLl.propTypes = iconPropTypes;
647
+ }
648
+ var LetterMm = /*#__PURE__*/React__default.forwardRef(function LetterMm(_ref25, ref) {
649
+ var children = _ref25.children,
650
+ _ref25$size = _ref25.size,
651
+ size = _ref25$size === undefined ? 16 : _ref25$size,
652
+ rest = _objectWithoutProperties(_ref25, _excluded25);
653
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
654
+ width: size,
655
+ height: size,
656
+ ref: ref,
657
+ xmlns: "http://www.w3.org/2000/svg",
658
+ viewBox: "0 0 32 32",
659
+ fill: "currentColor"
660
+ }, rest), _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
661
+ 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"
662
+ })), children);
663
+ });
664
+ if (process.env.NODE_ENV !== "production") {
665
+ LetterMm.propTypes = iconPropTypes;
666
+ }
667
+ var LetterNn = /*#__PURE__*/React__default.forwardRef(function LetterNn(_ref26, ref) {
668
+ var children = _ref26.children,
669
+ _ref26$size = _ref26.size,
670
+ size = _ref26$size === undefined ? 16 : _ref26$size,
671
+ rest = _objectWithoutProperties(_ref26, _excluded26);
672
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
673
+ width: size,
674
+ height: size,
675
+ ref: ref,
676
+ xmlns: "http://www.w3.org/2000/svg",
677
+ viewBox: "0 0 32 32",
678
+ fill: "currentColor"
679
+ }, rest), _path37 || (_path37 = /*#__PURE__*/React__default.createElement("path", {
680
+ 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"
681
+ })), children);
682
+ });
683
+ if (process.env.NODE_ENV !== "production") {
684
+ LetterNn.propTypes = iconPropTypes;
685
+ }
686
+ var LetterOo = /*#__PURE__*/React__default.forwardRef(function LetterOo(_ref27, ref) {
687
+ var children = _ref27.children,
688
+ _ref27$size = _ref27.size,
689
+ size = _ref27$size === undefined ? 16 : _ref27$size,
690
+ rest = _objectWithoutProperties(_ref27, _excluded27);
691
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
692
+ width: size,
693
+ height: size,
694
+ ref: ref,
695
+ xmlns: "http://www.w3.org/2000/svg",
696
+ viewBox: "0 0 32 32",
697
+ fill: "currentColor"
698
+ }, rest), _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
699
+ 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"
700
+ })), children);
701
+ });
702
+ if (process.env.NODE_ENV !== "production") {
703
+ LetterOo.propTypes = iconPropTypes;
704
+ }
705
+ var LetterPp = /*#__PURE__*/React__default.forwardRef(function LetterPp(_ref28, ref) {
706
+ var children = _ref28.children,
707
+ _ref28$size = _ref28.size,
708
+ size = _ref28$size === undefined ? 16 : _ref28$size,
709
+ rest = _objectWithoutProperties(_ref28, _excluded28);
710
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
711
+ width: size,
712
+ height: size,
713
+ ref: ref,
714
+ xmlns: "http://www.w3.org/2000/svg",
715
+ viewBox: "0 0 32 32",
716
+ fill: "currentColor"
717
+ }, rest), _path39 || (_path39 = /*#__PURE__*/React__default.createElement("path", {
718
+ d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
719
+ })), children);
720
+ });
721
+ if (process.env.NODE_ENV !== "production") {
722
+ LetterPp.propTypes = iconPropTypes;
723
+ }
724
+ var LetterQq = /*#__PURE__*/React__default.forwardRef(function LetterQq(_ref29, ref) {
725
+ var children = _ref29.children,
726
+ _ref29$size = _ref29.size,
727
+ size = _ref29$size === undefined ? 16 : _ref29$size,
728
+ rest = _objectWithoutProperties(_ref29, _excluded29);
729
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
730
+ width: size,
731
+ height: size,
732
+ ref: ref,
733
+ xmlns: "http://www.w3.org/2000/svg",
734
+ viewBox: "0 0 32 32",
735
+ fill: "currentColor"
736
+ }, rest), _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
737
+ 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"
738
+ })), children);
739
+ });
740
+ if (process.env.NODE_ENV !== "production") {
741
+ LetterQq.propTypes = iconPropTypes;
742
+ }
743
+ var LetterRr = /*#__PURE__*/React__default.forwardRef(function LetterRr(_ref30, ref) {
744
+ var children = _ref30.children,
745
+ _ref30$size = _ref30.size,
746
+ size = _ref30$size === undefined ? 16 : _ref30$size,
747
+ rest = _objectWithoutProperties(_ref30, _excluded30);
748
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
749
+ width: size,
750
+ height: size,
751
+ ref: ref,
752
+ xmlns: "http://www.w3.org/2000/svg",
753
+ viewBox: "0 0 32 32",
754
+ fill: "currentColor"
755
+ }, rest), _path41 || (_path41 = /*#__PURE__*/React__default.createElement("path", {
756
+ 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"
757
+ })), children);
758
+ });
759
+ if (process.env.NODE_ENV !== "production") {
760
+ LetterRr.propTypes = iconPropTypes;
761
+ }
762
+ var LetterSs = /*#__PURE__*/React__default.forwardRef(function LetterSs(_ref31, ref) {
763
+ var children = _ref31.children,
764
+ _ref31$size = _ref31.size,
765
+ size = _ref31$size === undefined ? 16 : _ref31$size,
766
+ rest = _objectWithoutProperties(_ref31, _excluded31);
767
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
768
+ width: size,
769
+ height: size,
770
+ ref: ref,
771
+ xmlns: "http://www.w3.org/2000/svg",
772
+ viewBox: "0 0 32 32",
773
+ fill: "currentColor"
774
+ }, rest), _path42 || (_path42 = /*#__PURE__*/React__default.createElement("path", {
775
+ 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"
776
+ })), children);
777
+ });
778
+ if (process.env.NODE_ENV !== "production") {
779
+ LetterSs.propTypes = iconPropTypes;
780
+ }
781
+ var LetterTt = /*#__PURE__*/React__default.forwardRef(function LetterTt(_ref32, ref) {
782
+ var children = _ref32.children,
783
+ _ref32$size = _ref32.size,
784
+ size = _ref32$size === undefined ? 16 : _ref32$size,
785
+ rest = _objectWithoutProperties(_ref32, _excluded32);
786
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
787
+ width: size,
788
+ height: size,
789
+ ref: ref,
790
+ xmlns: "http://www.w3.org/2000/svg",
791
+ viewBox: "0 0 32 32",
792
+ fill: "currentColor"
793
+ }, rest), _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
794
+ d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
795
+ })), children);
796
+ });
797
+ if (process.env.NODE_ENV !== "production") {
798
+ LetterTt.propTypes = iconPropTypes;
799
+ }
800
+ var LetterUu = /*#__PURE__*/React__default.forwardRef(function LetterUu(_ref33, ref) {
801
+ var children = _ref33.children,
802
+ _ref33$size = _ref33.size,
803
+ size = _ref33$size === undefined ? 16 : _ref33$size,
804
+ rest = _objectWithoutProperties(_ref33, _excluded33);
805
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
806
+ width: size,
807
+ height: size,
808
+ ref: ref,
809
+ xmlns: "http://www.w3.org/2000/svg",
810
+ viewBox: "0 0 32 32",
811
+ fill: "currentColor"
812
+ }, rest), _path44 || (_path44 = /*#__PURE__*/React__default.createElement("path", {
813
+ d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
814
+ })), children);
815
+ });
816
+ if (process.env.NODE_ENV !== "production") {
817
+ LetterUu.propTypes = iconPropTypes;
818
+ }
819
+ var LetterVv = /*#__PURE__*/React__default.forwardRef(function LetterVv(_ref34, ref) {
820
+ var children = _ref34.children,
821
+ _ref34$size = _ref34.size,
822
+ size = _ref34$size === undefined ? 16 : _ref34$size,
823
+ rest = _objectWithoutProperties(_ref34, _excluded34);
824
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
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), _path45 || (_path45 = /*#__PURE__*/React__default.createElement("path", {
832
+ 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"
833
+ })), children);
834
+ });
835
+ if (process.env.NODE_ENV !== "production") {
836
+ LetterVv.propTypes = iconPropTypes;
837
+ }
838
+ var LetterWw = /*#__PURE__*/React__default.forwardRef(function LetterWw(_ref35, ref) {
839
+ var children = _ref35.children,
840
+ _ref35$size = _ref35.size,
841
+ size = _ref35$size === undefined ? 16 : _ref35$size,
842
+ rest = _objectWithoutProperties(_ref35, _excluded35);
843
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
844
+ width: size,
845
+ height: size,
846
+ ref: ref,
847
+ xmlns: "http://www.w3.org/2000/svg",
848
+ viewBox: "0 0 32 32",
849
+ fill: "currentColor"
850
+ }, rest), _path46 || (_path46 = /*#__PURE__*/React__default.createElement("path", {
851
+ 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"
852
+ })), children);
853
+ });
854
+ if (process.env.NODE_ENV !== "production") {
855
+ LetterWw.propTypes = iconPropTypes;
856
+ }
857
+ var LetterXx = /*#__PURE__*/React__default.forwardRef(function LetterXx(_ref36, ref) {
858
+ var children = _ref36.children,
859
+ _ref36$size = _ref36.size,
860
+ size = _ref36$size === undefined ? 16 : _ref36$size,
861
+ rest = _objectWithoutProperties(_ref36, _excluded36);
862
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
863
+ width: size,
864
+ height: size,
865
+ ref: ref,
866
+ xmlns: "http://www.w3.org/2000/svg",
867
+ viewBox: "0 0 32 32",
868
+ fill: "currentColor"
869
+ }, rest), _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
870
+ 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"
871
+ })), children);
872
+ });
873
+ if (process.env.NODE_ENV !== "production") {
874
+ LetterXx.propTypes = iconPropTypes;
875
+ }
876
+ var LetterYy = /*#__PURE__*/React__default.forwardRef(function LetterYy(_ref37, ref) {
877
+ var children = _ref37.children,
878
+ _ref37$size = _ref37.size,
879
+ size = _ref37$size === undefined ? 16 : _ref37$size,
880
+ rest = _objectWithoutProperties(_ref37, _excluded37);
881
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
882
+ width: size,
883
+ height: size,
884
+ ref: ref,
885
+ xmlns: "http://www.w3.org/2000/svg",
886
+ viewBox: "0 0 32 32",
887
+ fill: "currentColor"
888
+ }, rest), _path48 || (_path48 = /*#__PURE__*/React__default.createElement("path", {
889
+ 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"
890
+ })), children);
891
+ });
892
+ if (process.env.NODE_ENV !== "production") {
893
+ LetterYy.propTypes = iconPropTypes;
894
+ }
895
+ var LetterZz = /*#__PURE__*/React__default.forwardRef(function LetterZz(_ref38, ref) {
896
+ var children = _ref38.children,
897
+ _ref38$size = _ref38.size,
898
+ size = _ref38$size === undefined ? 16 : _ref38$size,
899
+ rest = _objectWithoutProperties(_ref38, _excluded38);
900
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
901
+ width: size,
902
+ height: size,
903
+ ref: ref,
904
+ xmlns: "http://www.w3.org/2000/svg",
905
+ viewBox: "0 0 32 32",
906
+ fill: "currentColor"
907
+ }, rest), _path49 || (_path49 = /*#__PURE__*/React__default.createElement("path", {
908
+ 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"
909
+ })), children);
910
+ });
911
+ if (process.env.NODE_ENV !== "production") {
912
+ LetterZz.propTypes = iconPropTypes;
913
+ }
914
+ var License = /*#__PURE__*/React__default.forwardRef(function License(_ref39, ref) {
915
+ var children = _ref39.children,
916
+ _ref39$size = _ref39.size,
917
+ size = _ref39$size === undefined ? 16 : _ref39$size,
918
+ rest = _objectWithoutProperties(_ref39, _excluded39);
919
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
920
+ width: size,
921
+ height: size,
922
+ ref: ref,
923
+ xmlns: "http://www.w3.org/2000/svg",
924
+ viewBox: "0 0 32 32",
925
+ fill: "currentColor"
926
+ }, rest), _path50 || (_path50 = /*#__PURE__*/React__default.createElement("path", {
927
+ d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
928
+ })), _path51 || (_path51 = /*#__PURE__*/React__default.createElement("path", {
929
+ 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"
930
+ })), children);
931
+ });
932
+ if (process.env.NODE_ENV !== "production") {
933
+ License.propTypes = iconPropTypes;
934
+ }
935
+ var LicenseDraft = /*#__PURE__*/React__default.forwardRef(function LicenseDraft(_ref40, ref) {
936
+ var children = _ref40.children,
937
+ _ref40$size = _ref40.size,
938
+ size = _ref40$size === undefined ? 16 : _ref40$size,
939
+ rest = _objectWithoutProperties(_ref40, _excluded40);
940
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
941
+ width: size,
942
+ height: size,
943
+ ref: ref,
944
+ xmlns: "http://www.w3.org/2000/svg",
945
+ viewBox: "0 0 32 32",
946
+ fill: "currentColor"
947
+ }, rest), _path52 || (_path52 = /*#__PURE__*/React__default.createElement("path", {
948
+ d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
949
+ })), _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
950
+ 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"
951
+ })), children);
952
+ });
953
+ if (process.env.NODE_ENV !== "production") {
954
+ LicenseDraft.propTypes = iconPropTypes;
955
+ }
956
+ var LicenseGlobal = /*#__PURE__*/React__default.forwardRef(function LicenseGlobal(_ref41, ref) {
957
+ var children = _ref41.children,
958
+ _ref41$size = _ref41.size,
959
+ size = _ref41$size === undefined ? 16 : _ref41$size,
960
+ rest = _objectWithoutProperties(_ref41, _excluded41);
961
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
962
+ width: size,
963
+ height: size,
964
+ ref: ref,
965
+ xmlns: "http://www.w3.org/2000/svg",
966
+ viewBox: "0 0 32 32",
967
+ fill: "currentColor"
968
+ }, rest), _path54 || (_path54 = /*#__PURE__*/React__default.createElement("path", {
969
+ 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"
970
+ })), _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
971
+ 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"
972
+ })), children);
973
+ });
974
+ if (process.env.NODE_ENV !== "production") {
975
+ LicenseGlobal.propTypes = iconPropTypes;
976
+ }
977
+ var LicenseMaintenance = /*#__PURE__*/React__default.forwardRef(function LicenseMaintenance(_ref42, ref) {
978
+ var children = _ref42.children,
979
+ _ref42$size = _ref42.size,
980
+ size = _ref42$size === undefined ? 16 : _ref42$size,
981
+ rest = _objectWithoutProperties(_ref42, _excluded42);
982
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
983
+ width: size,
984
+ height: size,
985
+ ref: ref,
986
+ xmlns: "http://www.w3.org/2000/svg",
987
+ viewBox: "0 0 32 32",
988
+ fill: "currentColor"
989
+ }, rest), _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
990
+ 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"
991
+ })), _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
992
+ 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"
993
+ })), children);
994
+ });
995
+ if (process.env.NODE_ENV !== "production") {
996
+ LicenseMaintenance.propTypes = iconPropTypes;
997
+ }
998
+ var LicenseMaintenanceDraft = /*#__PURE__*/React__default.forwardRef(function LicenseMaintenanceDraft(_ref43, ref) {
999
+ var children = _ref43.children,
1000
+ _ref43$size = _ref43.size,
1001
+ size = _ref43$size === undefined ? 16 : _ref43$size,
1002
+ rest = _objectWithoutProperties(_ref43, _excluded43);
1003
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1004
+ width: size,
1005
+ height: size,
1006
+ ref: ref,
1007
+ xmlns: "http://www.w3.org/2000/svg",
1008
+ viewBox: "0 0 32 32",
1009
+ fill: "currentColor"
1010
+ }, rest), _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
1011
+ 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"
1012
+ })), _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
1013
+ 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"
1014
+ })), children);
1015
+ });
1016
+ if (process.env.NODE_ENV !== "production") {
1017
+ LicenseMaintenanceDraft.propTypes = iconPropTypes;
1018
+ }
1019
+ var LicenseThirdParty = /*#__PURE__*/React__default.forwardRef(function LicenseThirdParty(_ref44, ref) {
1020
+ var children = _ref44.children,
1021
+ _ref44$size = _ref44.size,
1022
+ size = _ref44$size === undefined ? 16 : _ref44$size,
1023
+ rest = _objectWithoutProperties(_ref44, _excluded44);
1024
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1025
+ width: size,
1026
+ height: size,
1027
+ ref: ref,
1028
+ xmlns: "http://www.w3.org/2000/svg",
1029
+ viewBox: "0 0 32 32",
1030
+ fill: "currentColor"
1031
+ }, rest), _path60 || (_path60 = /*#__PURE__*/React__default.createElement("path", {
1032
+ 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"
1033
+ })), _path61 || (_path61 = /*#__PURE__*/React__default.createElement("path", {
1034
+ 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"
1035
+ })), children);
1036
+ });
1037
+ if (process.env.NODE_ENV !== "production") {
1038
+ LicenseThirdParty.propTypes = iconPropTypes;
1039
+ }
1040
+ var LicenseThirdPartyDraft = /*#__PURE__*/React__default.forwardRef(function LicenseThirdPartyDraft(_ref45, ref) {
1041
+ var children = _ref45.children,
1042
+ _ref45$size = _ref45.size,
1043
+ size = _ref45$size === undefined ? 16 : _ref45$size,
1044
+ rest = _objectWithoutProperties(_ref45, _excluded45);
1045
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1046
+ width: size,
1047
+ height: size,
1048
+ ref: ref,
1049
+ xmlns: "http://www.w3.org/2000/svg",
1050
+ viewBox: "0 0 32 32",
1051
+ fill: "currentColor"
1052
+ }, rest), _path62 || (_path62 = /*#__PURE__*/React__default.createElement("path", {
1053
+ 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"
1054
+ })), _path63 || (_path63 = /*#__PURE__*/React__default.createElement("path", {
1055
+ 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"
1056
+ })), children);
1057
+ });
1058
+ if (process.env.NODE_ENV !== "production") {
1059
+ LicenseThirdPartyDraft.propTypes = iconPropTypes;
1060
+ }
1061
+ var Lifesaver = /*#__PURE__*/React__default.forwardRef(function Lifesaver(_ref46, ref) {
1062
+ var children = _ref46.children,
1063
+ _ref46$size = _ref46.size,
1064
+ size = _ref46$size === undefined ? 16 : _ref46$size,
1065
+ rest = _objectWithoutProperties(_ref46, _excluded46);
1066
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1067
+ width: size,
1068
+ height: size,
1069
+ ref: ref,
1070
+ xmlns: "http://www.w3.org/2000/svg",
1071
+ viewBox: "0 0 32 32",
1072
+ fill: "currentColor"
1073
+ }, rest), _path64 || (_path64 = /*#__PURE__*/React__default.createElement("path", {
1074
+ 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"
1075
+ })), children);
1076
+ });
1077
+ if (process.env.NODE_ENV !== "production") {
1078
+ Lifesaver.propTypes = iconPropTypes;
1079
+ }
1080
+ var Light = /*#__PURE__*/React__default.forwardRef(function Light(_ref47, ref) {
1081
+ var children = _ref47.children,
1082
+ _ref47$size = _ref47.size,
1083
+ size = _ref47$size === undefined ? 16 : _ref47$size,
1084
+ rest = _objectWithoutProperties(_ref47, _excluded47);
1085
+ if (size === 16 || size === "16" || size === "16px") {
1086
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1087
+ width: size,
1088
+ height: size,
1089
+ ref: ref,
1090
+ xmlns: "http://www.w3.org/2000/svg",
1091
+ viewBox: "0 0 16 16",
1092
+ fill: "currentColor"
1093
+ }, rest), _path65 || (_path65 = /*#__PURE__*/React__default.createElement("path", {
1094
+ d: "M7.5 1H8.5V3.5H7.5z"
1095
+ })), _path66 || (_path66 = /*#__PURE__*/React__default.createElement("path", {
1096
+ d: "M10.8 3.4H13.3V4.4H10.8z",
1097
+ transform: "rotate(-45.001 12.041 3.923)"
1098
+ })), _path67 || (_path67 = /*#__PURE__*/React__default.createElement("path", {
1099
+ d: "M12.5 7.5H15V8.5H12.5z"
1100
+ })), _path68 || (_path68 = /*#__PURE__*/React__default.createElement("path", {
1101
+ d: "M11.6 10.8H12.6V13.3H11.6z",
1102
+ transform: "rotate(-45.001 12.075 12.041)"
1103
+ })), _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
1104
+ d: "M7.5 12.5H8.5V15H7.5z"
1105
+ })), _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
1106
+ d: "M2.7 11.6H5.2V12.6H2.7z",
1107
+ transform: "rotate(-45.001 3.96 12.079)"
1108
+ })), _path71 || (_path71 = /*#__PURE__*/React__default.createElement("path", {
1109
+ d: "M1 7.5H3.5V8.5H1z"
1110
+ })), _path72 || (_path72 = /*#__PURE__*/React__default.createElement("path", {
1111
+ d: "M3.4 2.7H4.4V5.2H3.4z",
1112
+ transform: "rotate(-45.001 3.925 3.961)"
1113
+ })), _path73 || (_path73 = /*#__PURE__*/React__default.createElement("path", {
1114
+ 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"
1115
+ })), children);
1116
+ }
1117
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1118
+ width: size,
1119
+ height: size,
1120
+ ref: ref,
1121
+ xmlns: "http://www.w3.org/2000/svg",
1122
+ viewBox: "0 0 32 32",
1123
+ fill: "currentColor"
1124
+ }, rest), _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
1125
+ d: "M15 2H17V7H15z"
1126
+ })), _path75 || (_path75 = /*#__PURE__*/React__default.createElement("path", {
1127
+ d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
1128
+ transform: "rotate(-45 24.147 7.853)"
1129
+ })), _path76 || (_path76 = /*#__PURE__*/React__default.createElement("path", {
1130
+ d: "M25 15H30V17H25z"
1131
+ })), _path77 || (_path77 = /*#__PURE__*/React__default.createElement("path", {
1132
+ d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
1133
+ transform: "rotate(-45 24.147 24.146)"
1134
+ })), _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
1135
+ d: "M15 25H17V30H15z"
1136
+ })), _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
1137
+ d: "M5.375 23.147H10.333V25.147H5.375z",
1138
+ transform: "rotate(-45 7.853 24.146)"
1139
+ })), _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
1140
+ d: "M2 15H7V17H2z"
1141
+ })), _path81 || (_path81 = /*#__PURE__*/React__default.createElement("path", {
1142
+ d: "M6.854 5.375H8.854V10.333H6.854z",
1143
+ transform: "rotate(-45 7.854 7.853)"
1144
+ })), _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
1145
+ 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"
1146
+ })), children);
1147
+ });
1148
+ if (process.env.NODE_ENV !== "production") {
1149
+ Light.propTypes = iconPropTypes;
1150
+ }
1151
+ var LightFilled = /*#__PURE__*/React__default.forwardRef(function LightFilled(_ref48, ref) {
1152
+ var children = _ref48.children,
1153
+ _ref48$size = _ref48.size,
1154
+ size = _ref48$size === undefined ? 16 : _ref48$size,
1155
+ rest = _objectWithoutProperties(_ref48, _excluded48);
1156
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1157
+ width: size,
1158
+ height: size,
1159
+ ref: ref,
1160
+ xmlns: "http://www.w3.org/2000/svg",
1161
+ viewBox: "0 0 32 32",
1162
+ fill: "currentColor"
1163
+ }, rest), _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
1164
+ d: "M15 2H17V7H15z"
1165
+ })), _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
1166
+ d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
1167
+ transform: "rotate(-45 24.147 7.853)"
1168
+ })), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
1169
+ d: "M25 15H30V17H25z"
1170
+ })), _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
1171
+ d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
1172
+ transform: "rotate(-45 24.147 24.146)"
1173
+ })), _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
1174
+ d: "M15 25H17V30H15z"
1175
+ })), _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
1176
+ d: "M5.375 23.147H10.333V25.147H5.375z",
1177
+ transform: "rotate(-45 7.853 24.146)"
1178
+ })), _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
1179
+ d: "M2 15H7V17H2z"
1180
+ })), _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
1181
+ d: "M6.854 5.375H8.854V10.333H6.854z",
1182
+ transform: "rotate(-45 7.854 7.853)"
1183
+ })), _path91 || (_path91 = /*#__PURE__*/React__default.createElement("path", {
1184
+ d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
1185
+ })), children);
1186
+ });
1187
+ if (process.env.NODE_ENV !== "production") {
1188
+ LightFilled.propTypes = iconPropTypes;
1189
+ }
1190
+ var Lightning = /*#__PURE__*/React__default.forwardRef(function Lightning(_ref49, ref) {
1191
+ var children = _ref49.children,
1192
+ _ref49$size = _ref49.size,
1193
+ size = _ref49$size === undefined ? 16 : _ref49$size,
1194
+ rest = _objectWithoutProperties(_ref49, _excluded49);
1195
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1196
+ width: size,
1197
+ height: size,
1198
+ ref: ref,
1199
+ xmlns: "http://www.w3.org/2000/svg",
1200
+ viewBox: "0 0 32 32",
1201
+ fill: "currentColor"
1202
+ }, rest), _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
1203
+ 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"
1204
+ })), children);
1205
+ });
1206
+ if (process.env.NODE_ENV !== "production") {
1207
+ Lightning.propTypes = iconPropTypes;
1208
+ }
1209
+ var Link = /*#__PURE__*/React__default.forwardRef(function Link(_ref50, ref) {
1210
+ var children = _ref50.children,
1211
+ _ref50$size = _ref50.size,
1212
+ size = _ref50$size === undefined ? 16 : _ref50$size,
1213
+ rest = _objectWithoutProperties(_ref50, _excluded50);
1214
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1215
+ width: size,
1216
+ height: size,
1217
+ ref: ref,
1218
+ xmlns: "http://www.w3.org/2000/svg",
1219
+ viewBox: "0 0 32 32",
1220
+ fill: "currentColor"
1221
+ }, rest), _path93 || (_path93 = /*#__PURE__*/React__default.createElement("path", {
1222
+ 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"
1223
+ })), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
1224
+ 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"
1225
+ })), children);
1226
+ });
1227
+ if (process.env.NODE_ENV !== "production") {
1228
+ Link.propTypes = iconPropTypes;
1229
+ }
1230
+ var Linux = /*#__PURE__*/React__default.forwardRef(function Linux(_ref51, ref) {
1231
+ var children = _ref51.children,
1232
+ _ref51$size = _ref51.size,
1233
+ size = _ref51$size === undefined ? 16 : _ref51$size,
1234
+ rest = _objectWithoutProperties(_ref51, _excluded51);
1235
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1236
+ width: size,
1237
+ height: size,
1238
+ ref: ref,
1239
+ xmlns: "http://www.w3.org/2000/svg",
1240
+ viewBox: "0 0 32 32",
1241
+ fill: "currentColor"
1242
+ }, rest), _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
1243
+ 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"
1244
+ })), children);
1245
+ });
1246
+ if (process.env.NODE_ENV !== "production") {
1247
+ Linux.propTypes = iconPropTypes;
1248
+ }
1249
+ var LinuxAlt = /*#__PURE__*/React__default.forwardRef(function LinuxAlt(_ref52, ref) {
1250
+ var children = _ref52.children,
1251
+ _ref52$size = _ref52.size,
1252
+ size = _ref52$size === undefined ? 16 : _ref52$size,
1253
+ rest = _objectWithoutProperties(_ref52, _excluded52);
1254
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1255
+ width: size,
1256
+ height: size,
1257
+ ref: ref,
1258
+ xmlns: "http://www.w3.org/2000/svg",
1259
+ viewBox: "0 0 32 32",
1260
+ fill: "currentColor"
1261
+ }, rest), _path96 || (_path96 = /*#__PURE__*/React__default.createElement("path", {
1262
+ 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"
1263
+ })), _path97 || (_path97 = /*#__PURE__*/React__default.createElement("path", {
1264
+ 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"
1265
+ })), children);
1266
+ });
1267
+ if (process.env.NODE_ENV !== "production") {
1268
+ LinuxAlt.propTypes = iconPropTypes;
1269
+ }
1270
+ var LinuxNamespace = /*#__PURE__*/React__default.forwardRef(function LinuxNamespace(_ref53, ref) {
1271
+ var children = _ref53.children,
1272
+ _ref53$size = _ref53.size,
1273
+ size = _ref53$size === undefined ? 16 : _ref53$size,
1274
+ rest = _objectWithoutProperties(_ref53, _excluded53);
1275
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1276
+ width: size,
1277
+ height: size,
1278
+ ref: ref,
1279
+ xmlns: "http://www.w3.org/2000/svg",
1280
+ viewBox: "0 0 32 32",
1281
+ fill: "currentColor"
1282
+ }, rest), _path98 || (_path98 = /*#__PURE__*/React__default.createElement("path", {
1283
+ strokeWidth: "0",
1284
+ 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"
1285
+ })), children);
1286
+ });
1287
+ if (process.env.NODE_ENV !== "production") {
1288
+ LinuxNamespace.propTypes = iconPropTypes;
1289
+ }
1290
+ var List = /*#__PURE__*/React__default.forwardRef(function List(_ref54, ref) {
1291
+ var children = _ref54.children,
1292
+ _ref54$size = _ref54.size,
1293
+ size = _ref54$size === undefined ? 16 : _ref54$size,
1294
+ rest = _objectWithoutProperties(_ref54, _excluded54);
1295
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1296
+ width: size,
1297
+ height: size,
1298
+ ref: ref,
1299
+ xmlns: "http://www.w3.org/2000/svg",
1300
+ viewBox: "0 0 32 32",
1301
+ fill: "currentColor"
1302
+ }, rest), _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
1303
+ d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
1304
+ })), children);
1305
+ });
1306
+ if (process.env.NODE_ENV !== "production") {
1307
+ List.propTypes = iconPropTypes;
1308
+ }
1309
+ var ListBoxes = /*#__PURE__*/React__default.forwardRef(function ListBoxes(_ref55, ref) {
1310
+ var children = _ref55.children,
1311
+ _ref55$size = _ref55.size,
1312
+ size = _ref55$size === undefined ? 16 : _ref55$size,
1313
+ rest = _objectWithoutProperties(_ref55, _excluded55);
1314
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1315
+ width: size,
1316
+ height: size,
1317
+ ref: ref,
1318
+ xmlns: "http://www.w3.org/2000/svg",
1319
+ viewBox: "0 0 32 32",
1320
+ fill: "currentColor"
1321
+ }, rest), _path100 || (_path100 = /*#__PURE__*/React__default.createElement("path", {
1322
+ 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"
1323
+ })), children);
1324
+ });
1325
+ if (process.env.NODE_ENV !== "production") {
1326
+ ListBoxes.propTypes = iconPropTypes;
1327
+ }
1328
+ var ListBulleted = /*#__PURE__*/React__default.forwardRef(function ListBulleted(_ref56, ref) {
1329
+ var children = _ref56.children,
1330
+ _ref56$size = _ref56.size,
1331
+ size = _ref56$size === undefined ? 16 : _ref56$size,
1332
+ rest = _objectWithoutProperties(_ref56, _excluded56);
1333
+ if (size === 16 || size === "16" || size === "16px") {
1334
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1335
+ width: size,
1336
+ height: size,
1337
+ ref: ref,
1338
+ xmlns: "http://www.w3.org/2000/svg",
1339
+ viewBox: "0 0 16 16",
1340
+ fill: "currentColor"
1341
+ }, rest), _circle4 || (_circle4 = /*#__PURE__*/React__default.createElement("circle", {
1342
+ cx: "3.5",
1343
+ cy: "4.5",
1344
+ r: "1.5"
1345
+ })), _circle5 || (_circle5 = /*#__PURE__*/React__default.createElement("circle", {
1346
+ cx: "3.5",
1347
+ cy: "11.5",
1348
+ r: "1.5"
1349
+ })), _path101 || (_path101 = /*#__PURE__*/React__default.createElement("path", {
1350
+ d: "M8 11H15V12H8zM8 4H15V5H8z"
1351
+ })), children);
1352
+ }
1353
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1354
+ width: size,
1355
+ height: size,
1356
+ ref: ref,
1357
+ xmlns: "http://www.w3.org/2000/svg",
1358
+ viewBox: "0 0 32 32",
1359
+ fill: "currentColor"
1360
+ }, rest), _circle6 || (_circle6 = /*#__PURE__*/React__default.createElement("circle", {
1361
+ cx: "7",
1362
+ cy: "9",
1363
+ r: "3"
1364
+ })), _circle7 || (_circle7 = /*#__PURE__*/React__default.createElement("circle", {
1365
+ cx: "7",
1366
+ cy: "23",
1367
+ r: "3"
1368
+ })), _path102 || (_path102 = /*#__PURE__*/React__default.createElement("path", {
1369
+ d: "M16 22H30V24H16zM16 8H30V10H16z"
1370
+ })), children);
1371
+ });
1372
+ if (process.env.NODE_ENV !== "production") {
1373
+ ListBulleted.propTypes = iconPropTypes;
1374
+ }
1375
+ var ListChecked = /*#__PURE__*/React__default.forwardRef(function ListChecked(_ref57, ref) {
1376
+ var children = _ref57.children,
1377
+ _ref57$size = _ref57.size,
1378
+ size = _ref57$size === undefined ? 16 : _ref57$size,
1379
+ rest = _objectWithoutProperties(_ref57, _excluded57);
1380
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1381
+ width: size,
1382
+ height: size,
1383
+ ref: ref,
1384
+ xmlns: "http://www.w3.org/2000/svg",
1385
+ viewBox: "0 0 32 32",
1386
+ fill: "currentColor"
1387
+ }, rest), _path103 || (_path103 = /*#__PURE__*/React__default.createElement("path", {
1388
+ 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"
1389
+ })), children);
1390
+ });
1391
+ if (process.env.NODE_ENV !== "production") {
1392
+ ListChecked.propTypes = iconPropTypes;
1393
+ }
1394
+ var ListCheckedMirror = /*#__PURE__*/React__default.forwardRef(function ListCheckedMirror(_ref58, ref) {
1395
+ var children = _ref58.children,
1396
+ _ref58$size = _ref58.size,
1397
+ size = _ref58$size === undefined ? 16 : _ref58$size,
1398
+ rest = _objectWithoutProperties(_ref58, _excluded58);
1399
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
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), _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
1407
+ 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"
1408
+ })), children);
1409
+ });
1410
+ if (process.env.NODE_ENV !== "production") {
1411
+ ListCheckedMirror.propTypes = iconPropTypes;
1412
+ }
1413
+ var ListDropdown = /*#__PURE__*/React__default.forwardRef(function ListDropdown(_ref59, ref) {
1414
+ var children = _ref59.children,
1415
+ _ref59$size = _ref59.size,
1416
+ size = _ref59$size === undefined ? 16 : _ref59$size,
1417
+ rest = _objectWithoutProperties(_ref59, _excluded59);
1418
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1419
+ width: size,
1420
+ height: size,
1421
+ ref: ref,
1422
+ xmlns: "http://www.w3.org/2000/svg",
1423
+ viewBox: "0 0 32 32",
1424
+ fill: "currentColor"
1425
+ }, rest), _path105 || (_path105 = /*#__PURE__*/React__default.createElement("path", {
1426
+ d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
1427
+ })), _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
1428
+ d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
1429
+ })), children);
1430
+ });
1431
+ if (process.env.NODE_ENV !== "production") {
1432
+ ListDropdown.propTypes = iconPropTypes;
1433
+ }
1434
+ var ListNumbered = /*#__PURE__*/React__default.forwardRef(function ListNumbered(_ref60, ref) {
1435
+ var children = _ref60.children,
1436
+ _ref60$size = _ref60.size,
1437
+ size = _ref60$size === undefined ? 16 : _ref60$size,
1438
+ rest = _objectWithoutProperties(_ref60, _excluded60);
1439
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1440
+ width: size,
1441
+ height: size,
1442
+ ref: ref,
1443
+ xmlns: "http://www.w3.org/2000/svg",
1444
+ viewBox: "0 0 32 32",
1445
+ fill: "currentColor"
1446
+ }, rest), _path107 || (_path107 = /*#__PURE__*/React__default.createElement("path", {
1447
+ 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"
1448
+ })), children);
1449
+ });
1450
+ if (process.env.NODE_ENV !== "production") {
1451
+ ListNumbered.propTypes = iconPropTypes;
1452
+ }
1453
+ var ListNumberedMirror = /*#__PURE__*/React__default.forwardRef(function ListNumberedMirror(_ref61, ref) {
1454
+ var children = _ref61.children,
1455
+ _ref61$size = _ref61.size,
1456
+ size = _ref61$size === undefined ? 16 : _ref61$size,
1457
+ rest = _objectWithoutProperties(_ref61, _excluded61);
1458
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1459
+ width: size,
1460
+ height: size,
1461
+ ref: ref,
1462
+ xmlns: "http://www.w3.org/2000/svg",
1463
+ viewBox: "0 0 32 32",
1464
+ fill: "currentColor"
1465
+ }, rest), _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
1466
+ 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"
1467
+ })), children);
1468
+ });
1469
+ if (process.env.NODE_ENV !== "production") {
1470
+ ListNumberedMirror.propTypes = iconPropTypes;
1471
+ }
1472
+ var LoadBalancerApplication = /*#__PURE__*/React__default.forwardRef(function LoadBalancerApplication(_ref62, ref) {
1473
+ var children = _ref62.children,
1474
+ _ref62$size = _ref62.size,
1475
+ size = _ref62$size === undefined ? 16 : _ref62$size,
1476
+ rest = _objectWithoutProperties(_ref62, _excluded62);
1477
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1478
+ width: size,
1479
+ height: size,
1480
+ ref: ref,
1481
+ xmlns: "http://www.w3.org/2000/svg",
1482
+ viewBox: "0 0 32 32",
1483
+ fill: "currentColor"
1484
+ }, rest), _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
1485
+ d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V14H15v2H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM9 2V12H23V2zm2 2h2v6H11zm10 6H15V4h6z"
1486
+ })), children);
1487
+ });
1488
+ if (process.env.NODE_ENV !== "production") {
1489
+ LoadBalancerApplication.propTypes = iconPropTypes;
1490
+ }
1491
+ var LoadBalancerClassic = /*#__PURE__*/React__default.forwardRef(function LoadBalancerClassic(_ref63, ref) {
1492
+ var children = _ref63.children,
1493
+ _ref63$size = _ref63.size,
1494
+ size = _ref63$size === undefined ? 16 : _ref63$size,
1495
+ rest = _objectWithoutProperties(_ref63, _excluded63);
1496
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1497
+ width: size,
1498
+ height: size,
1499
+ ref: ref,
1500
+ xmlns: "http://www.w3.org/2000/svg",
1501
+ viewBox: "0 0 32 32",
1502
+ fill: "currentColor"
1503
+ }, rest), _path110 || (_path110 = /*#__PURE__*/React__default.createElement("path", {
1504
+ d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8zM14 8V4h4V8z"
1505
+ })), children);
1506
+ });
1507
+ if (process.env.NODE_ENV !== "production") {
1508
+ LoadBalancerClassic.propTypes = iconPropTypes;
1509
+ }
1510
+ var LoadBalancerGlobal = /*#__PURE__*/React__default.forwardRef(function LoadBalancerGlobal(_ref64, ref) {
1511
+ var children = _ref64.children,
1512
+ _ref64$size = _ref64.size,
1513
+ size = _ref64$size === undefined ? 16 : _ref64$size,
1514
+ rest = _objectWithoutProperties(_ref64, _excluded64);
1515
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1516
+ width: size,
1517
+ height: size,
1518
+ ref: ref,
1519
+ xmlns: "http://www.w3.org/2000/svg",
1520
+ viewBox: "0 0 32 32",
1521
+ fill: "currentColor"
1522
+ }, rest), _path111 || (_path111 = /*#__PURE__*/React__default.createElement("path", {
1523
+ 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"
1524
+ })), children);
1525
+ });
1526
+ if (process.env.NODE_ENV !== "production") {
1527
+ LoadBalancerGlobal.propTypes = iconPropTypes;
1528
+ }
1529
+ var LoadBalancerListener = /*#__PURE__*/React__default.forwardRef(function LoadBalancerListener(_ref65, ref) {
1530
+ var children = _ref65.children,
1531
+ _ref65$size = _ref65.size,
1532
+ size = _ref65$size === undefined ? 16 : _ref65$size,
1533
+ rest = _objectWithoutProperties(_ref65, _excluded65);
1534
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1535
+ width: size,
1536
+ height: size,
1537
+ ref: ref,
1538
+ xmlns: "http://www.w3.org/2000/svg",
1539
+ viewBox: "0 0 32 32",
1540
+ fill: "currentColor"
1541
+ }, rest), _path112 || (_path112 = /*#__PURE__*/React__default.createElement("path", {
1542
+ d: "M15 8H17V10H15zM19 8H21V10H19zM11 8H13V10H11zM25 16H17V13H15v3H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 3H21V5H11z"
1543
+ })), children);
1544
+ });
1545
+ if (process.env.NODE_ENV !== "production") {
1546
+ LoadBalancerListener.propTypes = iconPropTypes;
1547
+ }
1548
+ var LoadBalancerLocal = /*#__PURE__*/React__default.forwardRef(function LoadBalancerLocal(_ref66, ref) {
1549
+ var children = _ref66.children,
1550
+ _ref66$size = _ref66.size,
1551
+ size = _ref66$size === undefined ? 16 : _ref66$size,
1552
+ rest = _objectWithoutProperties(_ref66, _excluded66);
1553
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1554
+ width: size,
1555
+ height: size,
1556
+ ref: ref,
1557
+ xmlns: "http://www.w3.org/2000/svg",
1558
+ viewBox: "0 0 32 32",
1559
+ fill: "currentColor"
1560
+ }, rest), _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
1561
+ d: "M25 16H17V10H15v6H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 5H21V7H11z"
1562
+ })), children);
1563
+ });
1564
+ if (process.env.NODE_ENV !== "production") {
1565
+ LoadBalancerLocal.propTypes = iconPropTypes;
1566
+ }
1567
+ var LoadBalancerNetwork = /*#__PURE__*/React__default.forwardRef(function LoadBalancerNetwork(_ref67, ref) {
1568
+ var children = _ref67.children,
1569
+ _ref67$size = _ref67.size,
1570
+ size = _ref67$size === undefined ? 16 : _ref67$size,
1571
+ rest = _objectWithoutProperties(_ref67, _excluded67);
1572
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1573
+ width: size,
1574
+ height: size,
1575
+ ref: ref,
1576
+ xmlns: "http://www.w3.org/2000/svg",
1577
+ viewBox: "0 0 32 32",
1578
+ fill: "currentColor"
1579
+ }, rest), _path114 || (_path114 = /*#__PURE__*/React__default.createElement("path", {
1580
+ 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"
1581
+ })), children);
1582
+ });
1583
+ if (process.env.NODE_ENV !== "production") {
1584
+ LoadBalancerNetwork.propTypes = iconPropTypes;
1585
+ }
1586
+ var LoadBalancerPool = /*#__PURE__*/React__default.forwardRef(function LoadBalancerPool(_ref68, ref) {
1587
+ var children = _ref68.children,
1588
+ _ref68$size = _ref68.size,
1589
+ size = _ref68$size === undefined ? 16 : _ref68$size,
1590
+ rest = _objectWithoutProperties(_ref68, _excluded68);
1591
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1592
+ width: size,
1593
+ height: size,
1594
+ ref: ref,
1595
+ xmlns: "http://www.w3.org/2000/svg",
1596
+ viewBox: "0 0 32 32",
1597
+ fill: "currentColor"
1598
+ }, rest), _path115 || (_path115 = /*#__PURE__*/React__default.createElement("path", {
1599
+ 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"
1600
+ })), children);
1601
+ });
1602
+ if (process.env.NODE_ENV !== "production") {
1603
+ LoadBalancerPool.propTypes = iconPropTypes;
1604
+ }
1605
+ var LoadBalancerVpc = /*#__PURE__*/React__default.forwardRef(function LoadBalancerVpc(_ref69, ref) {
1606
+ var children = _ref69.children,
1607
+ _ref69$size = _ref69.size,
1608
+ size = _ref69$size === undefined ? 16 : _ref69$size,
1609
+ rest = _objectWithoutProperties(_ref69, _excluded69);
1610
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1611
+ width: size,
1612
+ height: size,
1613
+ ref: ref,
1614
+ xmlns: "http://www.w3.org/2000/svg",
1615
+ viewBox: "0 0 32 32",
1616
+ fill: "currentColor"
1617
+ }, rest), _path116 || (_path116 = /*#__PURE__*/React__default.createElement("path", {
1618
+ 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"
1619
+ })), children);
1620
+ });
1621
+ if (process.env.NODE_ENV !== "production") {
1622
+ LoadBalancerVpc.propTypes = iconPropTypes;
1623
+ }
1624
+ var Location = /*#__PURE__*/React__default.forwardRef(function Location(_ref70, ref) {
1625
+ var children = _ref70.children,
1626
+ _ref70$size = _ref70.size,
1627
+ size = _ref70$size === undefined ? 16 : _ref70$size,
1628
+ rest = _objectWithoutProperties(_ref70, _excluded70);
1629
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1630
+ width: size,
1631
+ height: size,
1632
+ ref: ref,
1633
+ xmlns: "http://www.w3.org/2000/svg",
1634
+ viewBox: "0 0 32 32",
1635
+ fill: "currentColor"
1636
+ }, rest), _path117 || (_path117 = /*#__PURE__*/React__default.createElement("path", {
1637
+ 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"
1638
+ })), _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
1639
+ 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"
1640
+ })), children);
1641
+ });
1642
+ if (process.env.NODE_ENV !== "production") {
1643
+ Location.propTypes = iconPropTypes;
1644
+ }
1645
+ var LocationCompany = /*#__PURE__*/React__default.forwardRef(function LocationCompany(_ref71, ref) {
1646
+ var children = _ref71.children,
1647
+ _ref71$size = _ref71.size,
1648
+ size = _ref71$size === undefined ? 16 : _ref71$size,
1649
+ rest = _objectWithoutProperties(_ref71, _excluded71);
1650
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1651
+ width: size,
1652
+ height: size,
1653
+ ref: ref,
1654
+ xmlns: "http://www.w3.org/2000/svg",
1655
+ viewBox: "0 0 32 32",
1656
+ fill: "currentColor"
1657
+ }, rest), _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
1658
+ 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"
1659
+ })), _path120 || (_path120 = /*#__PURE__*/React__default.createElement("path", {
1660
+ d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
1661
+ })), _path121 || (_path121 = /*#__PURE__*/React__default.createElement("path", {
1662
+ d: "M15 16H17V18H15zM15 12H17V14H15z"
1663
+ })), children);
1664
+ });
1665
+ if (process.env.NODE_ENV !== "production") {
1666
+ LocationCompany.propTypes = iconPropTypes;
1667
+ }
1668
+ var LocationCompanyFilled = /*#__PURE__*/React__default.forwardRef(function LocationCompanyFilled(_ref72, ref) {
1669
+ var children = _ref72.children,
1670
+ _ref72$size = _ref72.size,
1671
+ size = _ref72$size === undefined ? 16 : _ref72$size,
1672
+ rest = _objectWithoutProperties(_ref72, _excluded72);
1673
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1674
+ width: size,
1675
+ height: size,
1676
+ ref: ref,
1677
+ xmlns: "http://www.w3.org/2000/svg",
1678
+ viewBox: "0 0 32 32",
1679
+ fill: "currentColor"
1680
+ }, rest), _path122 || (_path122 = /*#__PURE__*/React__default.createElement("path", {
1681
+ fill: "none",
1682
+ d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Zm-4-2H15v2h2Zm0-4H15v2h2Z"
1683
+ })), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
1684
+ 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"
1685
+ })), children);
1686
+ });
1687
+ if (process.env.NODE_ENV !== "production") {
1688
+ LocationCompanyFilled.propTypes = iconPropTypes;
1689
+ }
1690
+ var LocationCurrent = /*#__PURE__*/React__default.forwardRef(function LocationCurrent(_ref73, ref) {
1691
+ var children = _ref73.children,
1692
+ _ref73$size = _ref73.size,
1693
+ size = _ref73$size === undefined ? 16 : _ref73$size,
1694
+ rest = _objectWithoutProperties(_ref73, _excluded73);
1695
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1696
+ width: size,
1697
+ height: size,
1698
+ ref: ref,
1699
+ xmlns: "http://www.w3.org/2000/svg",
1700
+ viewBox: "0 0 32 32",
1701
+ fill: "currentColor"
1702
+ }, rest), _path124 || (_path124 = /*#__PURE__*/React__default.createElement("path", {
1703
+ 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"
1704
+ })), children);
1705
+ });
1706
+ if (process.env.NODE_ENV !== "production") {
1707
+ LocationCurrent.propTypes = iconPropTypes;
1708
+ }
1709
+ var LocationFilled = /*#__PURE__*/React__default.forwardRef(function LocationFilled(_ref74, ref) {
1710
+ var children = _ref74.children,
1711
+ _ref74$size = _ref74.size,
1712
+ size = _ref74$size === undefined ? 16 : _ref74$size,
1713
+ rest = _objectWithoutProperties(_ref74, _excluded74);
1714
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1715
+ width: size,
1716
+ height: size,
1717
+ ref: ref,
1718
+ xmlns: "http://www.w3.org/2000/svg",
1719
+ viewBox: "0 0 32 32",
1720
+ fill: "currentColor"
1721
+ }, rest), _path125 || (_path125 = /*#__PURE__*/React__default.createElement("path", {
1722
+ 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"
1723
+ })), _circle8 || (_circle8 = /*#__PURE__*/React__default.createElement("circle", {
1724
+ cx: "16",
1725
+ cy: "13",
1726
+ r: "4",
1727
+ fill: "none"
1728
+ })), children);
1729
+ });
1730
+ if (process.env.NODE_ENV !== "production") {
1731
+ LocationFilled.propTypes = iconPropTypes;
1732
+ }
1733
+ var LocationHazard = /*#__PURE__*/React__default.forwardRef(function LocationHazard(_ref75, ref) {
1734
+ var children = _ref75.children,
1735
+ _ref75$size = _ref75.size,
1736
+ size = _ref75$size === undefined ? 16 : _ref75$size,
1737
+ rest = _objectWithoutProperties(_ref75, _excluded75);
1738
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1739
+ width: size,
1740
+ height: size,
1741
+ ref: ref,
1742
+ xmlns: "http://www.w3.org/2000/svg",
1743
+ viewBox: "0 0 32 32",
1744
+ fill: "currentColor"
1745
+ }, rest), _circle9 || (_circle9 = /*#__PURE__*/React__default.createElement("circle", {
1746
+ cx: "16",
1747
+ cy: "20.5",
1748
+ r: "1.5"
1749
+ })), _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
1750
+ d: "M15 7H17V16H15z"
1751
+ })), _path127 || (_path127 = /*#__PURE__*/React__default.createElement("path", {
1752
+ 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"
1753
+ })), children);
1754
+ });
1755
+ if (process.env.NODE_ENV !== "production") {
1756
+ LocationHazard.propTypes = iconPropTypes;
1757
+ }
1758
+ var LocationHazardFilled = /*#__PURE__*/React__default.forwardRef(function LocationHazardFilled(_ref76, ref) {
1759
+ var children = _ref76.children,
1760
+ _ref76$size = _ref76.size,
1761
+ size = _ref76$size === undefined ? 16 : _ref76$size,
1762
+ rest = _objectWithoutProperties(_ref76, _excluded76);
1763
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1764
+ width: size,
1765
+ height: size,
1766
+ ref: ref,
1767
+ xmlns: "http://www.w3.org/2000/svg",
1768
+ viewBox: "0 0 32 32",
1769
+ fill: "currentColor"
1770
+ }, rest), _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
1771
+ fill: "none",
1772
+ 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"
1773
+ })), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
1774
+ 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"
1775
+ })), children);
1776
+ });
1777
+ if (process.env.NODE_ENV !== "production") {
1778
+ LocationHazardFilled.propTypes = iconPropTypes;
1779
+ }
1780
+ var LocationHeart = /*#__PURE__*/React__default.forwardRef(function LocationHeart(_ref77, ref) {
1781
+ var children = _ref77.children,
1782
+ _ref77$size = _ref77.size,
1783
+ size = _ref77$size === undefined ? 16 : _ref77$size,
1784
+ rest = _objectWithoutProperties(_ref77, _excluded77);
1785
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1786
+ width: size,
1787
+ height: size,
1788
+ ref: ref,
1789
+ xmlns: "http://www.w3.org/2000/svg",
1790
+ viewBox: "0 0 32 32",
1791
+ fill: "currentColor"
1792
+ }, rest), _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
1793
+ 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"
1794
+ })), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
1795
+ 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"
1796
+ })), children);
1797
+ });
1798
+ if (process.env.NODE_ENV !== "production") {
1799
+ LocationHeart.propTypes = iconPropTypes;
1800
+ }
1801
+ var LocationHeartFilled = /*#__PURE__*/React__default.forwardRef(function LocationHeartFilled(_ref78, ref) {
1802
+ var children = _ref78.children,
1803
+ _ref78$size = _ref78.size,
1804
+ size = _ref78$size === undefined ? 16 : _ref78$size,
1805
+ rest = _objectWithoutProperties(_ref78, _excluded78);
1806
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1807
+ width: size,
1808
+ height: size,
1809
+ ref: ref,
1810
+ xmlns: "http://www.w3.org/2000/svg",
1811
+ viewBox: "0 0 32 32",
1812
+ fill: "currentColor"
1813
+ }, rest), _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
1814
+ fill: "none",
1815
+ 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"
1816
+ })), _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
1817
+ 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"
1818
+ })), children);
1819
+ });
1820
+ if (process.env.NODE_ENV !== "production") {
1821
+ LocationHeartFilled.propTypes = iconPropTypes;
1822
+ }
1823
+ var LocationInfo = /*#__PURE__*/React__default.forwardRef(function LocationInfo(_ref79, ref) {
1824
+ var children = _ref79.children,
1825
+ _ref79$size = _ref79.size,
1826
+ size = _ref79$size === undefined ? 16 : _ref79$size,
1827
+ rest = _objectWithoutProperties(_ref79, _excluded79);
1828
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1829
+ width: size,
1830
+ height: size,
1831
+ ref: ref,
1832
+ xmlns: "http://www.w3.org/2000/svg",
1833
+ viewBox: "0 0 32 32",
1834
+ fill: "currentColor"
1835
+ }, rest), _path134 || (_path134 = /*#__PURE__*/React__default.createElement("path", {
1836
+ strokeWidth: "0",
1837
+ 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"
1838
+ })), _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
1839
+ strokeWidth: "0",
1840
+ 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"
1841
+ })), children);
1842
+ });
1843
+ if (process.env.NODE_ENV !== "production") {
1844
+ LocationInfo.propTypes = iconPropTypes;
1845
+ }
1846
+ var LocationInfoFilled = /*#__PURE__*/React__default.forwardRef(function LocationInfoFilled(_ref80, ref) {
1847
+ var children = _ref80.children,
1848
+ _ref80$size = _ref80.size,
1849
+ size = _ref80$size === undefined ? 16 : _ref80$size,
1850
+ rest = _objectWithoutProperties(_ref80, _excluded80);
1851
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1852
+ width: size,
1853
+ height: size,
1854
+ ref: ref,
1855
+ xmlns: "http://www.w3.org/2000/svg",
1856
+ viewBox: "0 0 32 32",
1857
+ fill: "currentColor"
1858
+ }, rest), _path136 || (_path136 = /*#__PURE__*/React__default.createElement("path", {
1859
+ strokeWidth: "0",
1860
+ 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"
1861
+ })), _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
1862
+ fill: "none",
1863
+ strokeWidth: "0",
1864
+ 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"
1865
+ })), children);
1866
+ });
1867
+ if (process.env.NODE_ENV !== "production") {
1868
+ LocationInfoFilled.propTypes = iconPropTypes;
1869
+ }
1870
+ var LocationPerson = /*#__PURE__*/React__default.forwardRef(function LocationPerson(_ref81, ref) {
1871
+ var children = _ref81.children,
1872
+ _ref81$size = _ref81.size,
1873
+ size = _ref81$size === undefined ? 16 : _ref81$size,
1874
+ rest = _objectWithoutProperties(_ref81, _excluded81);
1875
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1876
+ width: size,
1877
+ height: size,
1878
+ ref: ref,
1879
+ xmlns: "http://www.w3.org/2000/svg",
1880
+ viewBox: "0 0 32 32",
1881
+ fill: "currentColor"
1882
+ }, rest), _path138 || (_path138 = /*#__PURE__*/React__default.createElement("path", {
1883
+ 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"
1884
+ })), _path139 || (_path139 = /*#__PURE__*/React__default.createElement("path", {
1885
+ 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"
1886
+ })), children);
1887
+ });
1888
+ if (process.env.NODE_ENV !== "production") {
1889
+ LocationPerson.propTypes = iconPropTypes;
1890
+ }
1891
+ var LocationPersonFilled = /*#__PURE__*/React__default.forwardRef(function LocationPersonFilled(_ref82, ref) {
1892
+ var children = _ref82.children,
1893
+ _ref82$size = _ref82.size,
1894
+ size = _ref82$size === undefined ? 16 : _ref82$size,
1895
+ rest = _objectWithoutProperties(_ref82, _excluded82);
1896
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1897
+ width: size,
1898
+ height: size,
1899
+ ref: ref,
1900
+ xmlns: "http://www.w3.org/2000/svg",
1901
+ viewBox: "0 0 32 32",
1902
+ fill: "currentColor"
1903
+ }, rest), _path140 || (_path140 = /*#__PURE__*/React__default.createElement("path", {
1904
+ fill: "none",
1905
+ 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"
1906
+ })), _circle10 || (_circle10 = /*#__PURE__*/React__default.createElement("circle", {
1907
+ cx: "16",
1908
+ cy: "11",
1909
+ r: "1"
1910
+ })), _path141 || (_path141 = /*#__PURE__*/React__default.createElement("path", {
1911
+ 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"
1912
+ })), children);
1913
+ });
1914
+ if (process.env.NODE_ENV !== "production") {
1915
+ LocationPersonFilled.propTypes = iconPropTypes;
1916
+ }
1917
+ var LocationSave = /*#__PURE__*/React__default.forwardRef(function LocationSave(_ref83, ref) {
1918
+ var children = _ref83.children,
1919
+ _ref83$size = _ref83.size,
1920
+ size = _ref83$size === undefined ? 16 : _ref83$size,
1921
+ rest = _objectWithoutProperties(_ref83, _excluded83);
1922
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1923
+ width: size,
1924
+ height: size,
1925
+ ref: ref,
1926
+ xmlns: "http://www.w3.org/2000/svg",
1927
+ viewBox: "0 0 32 32",
1928
+ fill: "currentColor"
1929
+ }, rest), _path142 || (_path142 = /*#__PURE__*/React__default.createElement("path", {
1930
+ 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"
1931
+ })), children);
1932
+ });
1933
+ if (process.env.NODE_ENV !== "production") {
1934
+ LocationSave.propTypes = iconPropTypes;
1935
+ }
1936
+ var LocationStar = /*#__PURE__*/React__default.forwardRef(function LocationStar(_ref84, ref) {
1937
+ var children = _ref84.children,
1938
+ _ref84$size = _ref84.size,
1939
+ size = _ref84$size === undefined ? 16 : _ref84$size,
1940
+ rest = _objectWithoutProperties(_ref84, _excluded84);
1941
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1942
+ width: size,
1943
+ height: size,
1944
+ ref: ref,
1945
+ xmlns: "http://www.w3.org/2000/svg",
1946
+ viewBox: "0 0 32 32",
1947
+ fill: "currentColor"
1948
+ }, rest), _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
1949
+ 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"
1950
+ })), _path144 || (_path144 = /*#__PURE__*/React__default.createElement("path", {
1951
+ 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"
1952
+ })), children);
1953
+ });
1954
+ if (process.env.NODE_ENV !== "production") {
1955
+ LocationStar.propTypes = iconPropTypes;
1956
+ }
1957
+ var LocationStarFilled = /*#__PURE__*/React__default.forwardRef(function LocationStarFilled(_ref85, ref) {
1958
+ var children = _ref85.children,
1959
+ _ref85$size = _ref85.size,
1960
+ size = _ref85$size === undefined ? 16 : _ref85$size,
1961
+ rest = _objectWithoutProperties(_ref85, _excluded85);
1962
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1963
+ width: size,
1964
+ height: size,
1965
+ ref: ref,
1966
+ xmlns: "http://www.w3.org/2000/svg",
1967
+ viewBox: "0 0 32 32",
1968
+ fill: "currentColor"
1969
+ }, rest), _path145 || (_path145 = /*#__PURE__*/React__default.createElement("path", {
1970
+ fill: "none",
1971
+ 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"
1972
+ })), _path146 || (_path146 = /*#__PURE__*/React__default.createElement("path", {
1973
+ 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"
1974
+ })), children);
1975
+ });
1976
+ if (process.env.NODE_ENV !== "production") {
1977
+ LocationStarFilled.propTypes = iconPropTypes;
1978
+ }
1979
+ var Locked = /*#__PURE__*/React__default.forwardRef(function Locked(_ref86, ref) {
1980
+ var children = _ref86.children,
1981
+ _ref86$size = _ref86.size,
1982
+ size = _ref86$size === undefined ? 16 : _ref86$size,
1983
+ rest = _objectWithoutProperties(_ref86, _excluded86);
1984
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
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), _path147 || (_path147 = /*#__PURE__*/React__default.createElement("path", {
1992
+ 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"
1993
+ })), children);
1994
+ });
1995
+ if (process.env.NODE_ENV !== "production") {
1996
+ Locked.propTypes = iconPropTypes;
1997
+ }
1998
+ var LogicalPartition = /*#__PURE__*/React__default.forwardRef(function LogicalPartition(_ref87, ref) {
1999
+ var children = _ref87.children,
2000
+ _ref87$size = _ref87.size,
2001
+ size = _ref87$size === undefined ? 16 : _ref87$size,
2002
+ rest = _objectWithoutProperties(_ref87, _excluded87);
2003
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2004
+ width: size,
2005
+ height: size,
2006
+ ref: ref,
2007
+ xmlns: "http://www.w3.org/2000/svg",
2008
+ viewBox: "0 0 32 32",
2009
+ fill: "currentColor"
2010
+ }, rest), _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
2011
+ cx: "9",
2012
+ cy: "7",
2013
+ r: "1"
2014
+ })), _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
2015
+ 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"
2016
+ })), children);
2017
+ });
2018
+ if (process.env.NODE_ENV !== "production") {
2019
+ LogicalPartition.propTypes = iconPropTypes;
2020
+ }
2021
+ var Login = /*#__PURE__*/React__default.forwardRef(function Login(_ref88, ref) {
2022
+ var children = _ref88.children,
2023
+ _ref88$size = _ref88.size,
2024
+ size = _ref88$size === undefined ? 16 : _ref88$size,
2025
+ rest = _objectWithoutProperties(_ref88, _excluded88);
2026
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
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), _path149 || (_path149 = /*#__PURE__*/React__default.createElement("path", {
2034
+ 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"
2035
+ })), _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
2036
+ 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"
2037
+ })), children);
2038
+ });
2039
+ if (process.env.NODE_ENV !== "production") {
2040
+ Login.propTypes = iconPropTypes;
2041
+ }
2042
+ var LogoAngular = /*#__PURE__*/React__default.forwardRef(function LogoAngular(_ref89, ref) {
2043
+ var children = _ref89.children,
2044
+ _ref89$size = _ref89.size,
2045
+ size = _ref89$size === undefined ? 16 : _ref89$size,
2046
+ rest = _objectWithoutProperties(_ref89, _excluded89);
2047
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2048
+ width: size,
2049
+ height: size,
2050
+ ref: ref,
2051
+ xmlns: "http://www.w3.org/2000/svg",
2052
+ viewBox: "0 0 32 32",
2053
+ fill: "currentColor"
2054
+ }, rest), _path151 || (_path151 = /*#__PURE__*/React__default.createElement("path", {
2055
+ d: "M13.5,16h4.9L16,10.8L13.5,16z"
2056
+ })), _path152 || (_path152 = /*#__PURE__*/React__default.createElement("path", {
2057
+ 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"
2058
+ })), children);
2059
+ });
2060
+ if (process.env.NODE_ENV !== "production") {
2061
+ LogoAngular.propTypes = iconPropTypes;
2062
+ }
2063
+ var LogoAnsibleCommunity = /*#__PURE__*/React__default.forwardRef(function LogoAnsibleCommunity(_ref90, ref) {
2064
+ var children = _ref90.children,
2065
+ _ref90$size = _ref90.size,
2066
+ size = _ref90$size === undefined ? 16 : _ref90$size,
2067
+ rest = _objectWithoutProperties(_ref90, _excluded90);
2068
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2069
+ width: size,
2070
+ height: size,
2071
+ ref: ref,
2072
+ xmlns: "http://www.w3.org/2000/svg",
2073
+ viewBox: "0 0 32 32",
2074
+ fill: "currentColor"
2075
+ }, rest), _path153 || (_path153 = /*#__PURE__*/React__default.createElement("path", {
2076
+ 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"
2077
+ })), children);
2078
+ });
2079
+ if (process.env.NODE_ENV !== "production") {
2080
+ LogoAnsibleCommunity.propTypes = iconPropTypes;
2081
+ }
2082
+ var LogoDigg = /*#__PURE__*/React__default.forwardRef(function LogoDigg(_ref91, ref) {
2083
+ var children = _ref91.children,
2084
+ _ref91$size = _ref91.size,
2085
+ size = _ref91$size === undefined ? 16 : _ref91$size,
2086
+ rest = _objectWithoutProperties(_ref91, _excluded91);
2087
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2088
+ width: size,
2089
+ height: size,
2090
+ ref: ref,
2091
+ xmlns: "http://www.w3.org/2000/svg",
2092
+ viewBox: "0 0 32 32",
2093
+ fill: "currentColor"
2094
+ }, rest), _path154 || (_path154 = /*#__PURE__*/React__default.createElement("path", {
2095
+ 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"
2096
+ })), children);
2097
+ });
2098
+ if (process.env.NODE_ENV !== "production") {
2099
+ LogoDigg.propTypes = iconPropTypes;
2100
+ }
2101
+ var LogoDiscord = /*#__PURE__*/React__default.forwardRef(function LogoDiscord(_ref92, ref) {
2102
+ var children = _ref92.children,
2103
+ _ref92$size = _ref92.size,
2104
+ size = _ref92$size === undefined ? 16 : _ref92$size,
2105
+ rest = _objectWithoutProperties(_ref92, _excluded92);
2106
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2107
+ width: size,
2108
+ height: size,
2109
+ ref: ref,
2110
+ xmlns: "http://www.w3.org/2000/svg",
2111
+ viewBox: "0 0 32 32",
2112
+ fill: "currentColor"
2113
+ }, rest), _path155 || (_path155 = /*#__PURE__*/React__default.createElement("path", {
2114
+ 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"
2115
+ })), children);
2116
+ });
2117
+ if (process.env.NODE_ENV !== "production") {
2118
+ LogoDiscord.propTypes = iconPropTypes;
2119
+ }
2120
+ var LogoFacebook = /*#__PURE__*/React__default.forwardRef(function LogoFacebook(_ref93, ref) {
2121
+ var children = _ref93.children,
2122
+ _ref93$size = _ref93.size,
2123
+ size = _ref93$size === undefined ? 16 : _ref93$size,
2124
+ rest = _objectWithoutProperties(_ref93, _excluded93);
2125
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2126
+ width: size,
2127
+ height: size,
2128
+ ref: ref,
2129
+ xmlns: "http://www.w3.org/2000/svg",
2130
+ viewBox: "0 0 32 32",
2131
+ fill: "currentColor"
2132
+ }, rest), _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
2133
+ 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"
2134
+ })), children);
2135
+ });
2136
+ if (process.env.NODE_ENV !== "production") {
2137
+ LogoFacebook.propTypes = iconPropTypes;
2138
+ }
2139
+ var LogoFigma = /*#__PURE__*/React__default.forwardRef(function LogoFigma(_ref94, ref) {
2140
+ var children = _ref94.children,
2141
+ _ref94$size = _ref94.size,
2142
+ size = _ref94$size === undefined ? 16 : _ref94$size,
2143
+ rest = _objectWithoutProperties(_ref94, _excluded94);
2144
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2145
+ width: size,
2146
+ height: size,
2147
+ ref: ref,
2148
+ xmlns: "http://www.w3.org/2000/svg",
2149
+ viewBox: "0 0 32 32",
2150
+ fill: "currentColor"
2151
+ }, rest), _path157 || (_path157 = /*#__PURE__*/React__default.createElement("path", {
2152
+ 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"
2153
+ })), children);
2154
+ });
2155
+ if (process.env.NODE_ENV !== "production") {
2156
+ LogoFigma.propTypes = iconPropTypes;
2157
+ }
2158
+ var LogoFlickr = /*#__PURE__*/React__default.forwardRef(function LogoFlickr(_ref95, ref) {
2159
+ var children = _ref95.children,
2160
+ _ref95$size = _ref95.size,
2161
+ size = _ref95$size === undefined ? 16 : _ref95$size,
2162
+ rest = _objectWithoutProperties(_ref95, _excluded95);
2163
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2164
+ width: size,
2165
+ height: size,
2166
+ ref: ref,
2167
+ xmlns: "http://www.w3.org/2000/svg",
2168
+ viewBox: "0 0 32 32",
2169
+ fill: "currentColor"
2170
+ }, rest), _circle12 || (_circle12 = /*#__PURE__*/React__default.createElement("circle", {
2171
+ cx: "8",
2172
+ cy: "16",
2173
+ r: "6"
2174
+ })), _circle13 || (_circle13 = /*#__PURE__*/React__default.createElement("circle", {
2175
+ cx: "24",
2176
+ cy: "16",
2177
+ r: "6"
2178
+ })), children);
2179
+ });
2180
+ if (process.env.NODE_ENV !== "production") {
2181
+ LogoFlickr.propTypes = iconPropTypes;
2182
+ }
2183
+ var LogoGit = /*#__PURE__*/React__default.forwardRef(function LogoGit(_ref96, ref) {
2184
+ var children = _ref96.children,
2185
+ _ref96$size = _ref96.size,
2186
+ size = _ref96$size === undefined ? 16 : _ref96$size,
2187
+ rest = _objectWithoutProperties(_ref96, _excluded96);
2188
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2189
+ width: size,
2190
+ height: size,
2191
+ ref: ref,
2192
+ xmlns: "http://www.w3.org/2000/svg",
2193
+ viewBox: "0 0 32 32",
2194
+ fill: "currentColor"
2195
+ }, rest), _path158 || (_path158 = /*#__PURE__*/React__default.createElement("path", {
2196
+ d: "M29.5242,14.8021L17.2022,2.5241c-.7013-.6988-1.8032-.6988-2.5045,0h0l-2.5045,2.4955,3.2057,3.1943c.8014-.2995,1.6029,0,2.2039.4991.6011.5989.8014,1.3975.5009,2.1961l3.1055,3.0945c.8014-.2995,1.6029,0,2.2039.4991.8014.7986.8014,2.1961,0,2.9947h0c-.8014.7986-2.2039.7986-3.0054,0-.6011-.5989-.8014-1.4973-.5009-2.2959l-2.9052-2.8948v7.5865c1.102.4991,1.5027,1.7968,1.0018,2.8948-.1002.1996-.2004.3993-.4007.5989-.8014.7986-2.2039.7986-3.0054,0h0c-.8014-.7986-.8014-2.1961,0-2.9947h0c.2004-.1996.4007-.3993.7013-.4991v-7.6863c-.3005-.0998-.5009-.2995-.7013-.4991-.6011-.5989-.8014-1.4973-.5009-2.2959l-3.2057-3.1943L2.4759,14.7023c-.7013.6988-.7013,1.7968,0,2.5954h0l12.2218,12.1783c.7013.6988,1.8032.6988,2.5045,0l12.2218-12.1783c.7013-.6988.7013-1.7968,0-2.5954"
2197
+ })), children);
2198
+ });
2199
+ if (process.env.NODE_ENV !== "production") {
2200
+ LogoGit.propTypes = iconPropTypes;
2201
+ }
2202
+ var LogoGithub = /*#__PURE__*/React__default.forwardRef(function LogoGithub(_ref97, ref) {
2203
+ var children = _ref97.children,
2204
+ _ref97$size = _ref97.size,
2205
+ size = _ref97$size === undefined ? 16 : _ref97$size,
2206
+ rest = _objectWithoutProperties(_ref97, _excluded97);
2207
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2208
+ width: size,
2209
+ height: size,
2210
+ ref: ref,
2211
+ xmlns: "http://www.w3.org/2000/svg",
2212
+ viewBox: "0 0 32 32",
2213
+ fill: "currentColor"
2214
+ }, rest), _path159 || (_path159 = /*#__PURE__*/React__default.createElement("path", {
2215
+ fillRule: "evenodd",
2216
+ 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"
2217
+ })), children);
2218
+ });
2219
+ if (process.env.NODE_ENV !== "production") {
2220
+ LogoGithub.propTypes = iconPropTypes;
2221
+ }
2222
+ var LogoGitlab = /*#__PURE__*/React__default.forwardRef(function LogoGitlab(_ref98, ref) {
2223
+ var children = _ref98.children,
2224
+ _ref98$size = _ref98.size,
2225
+ size = _ref98$size === undefined ? 16 : _ref98$size,
2226
+ rest = _objectWithoutProperties(_ref98, _excluded98);
2227
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2228
+ width: size,
2229
+ height: size,
2230
+ ref: ref,
2231
+ xmlns: "http://www.w3.org/2000/svg",
2232
+ viewBox: "0 0 32 32",
2233
+ fill: "currentColor"
2234
+ }, rest), _path160 || (_path160 = /*#__PURE__*/React__default.createElement("path", {
2235
+ 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"
2236
+ })), children);
2237
+ });
2238
+ if (process.env.NODE_ENV !== "production") {
2239
+ LogoGitlab.propTypes = iconPropTypes;
2240
+ }
2241
+ var LogoGlassdoor = /*#__PURE__*/React__default.forwardRef(function LogoGlassdoor(_ref99, ref) {
2242
+ var children = _ref99.children,
2243
+ _ref99$size = _ref99.size,
2244
+ size = _ref99$size === undefined ? 16 : _ref99$size,
2245
+ rest = _objectWithoutProperties(_ref99, _excluded99);
2246
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2247
+ width: size,
2248
+ height: size,
2249
+ ref: ref,
2250
+ xmlns: "http://www.w3.org/2000/svg",
2251
+ viewBox: "0 0 32 32",
2252
+ fill: "currentColor"
2253
+ }, rest), _path161 || (_path161 = /*#__PURE__*/React__default.createElement("path", {
2254
+ 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"
2255
+ })), _path162 || (_path162 = /*#__PURE__*/React__default.createElement("path", {
2256
+ 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"
2257
+ })), children);
2258
+ });
2259
+ if (process.env.NODE_ENV !== "production") {
2260
+ LogoGlassdoor.propTypes = iconPropTypes;
2261
+ }
2262
+ var LogoInstagram = /*#__PURE__*/React__default.forwardRef(function LogoInstagram(_ref100, ref) {
2263
+ var children = _ref100.children,
2264
+ _ref100$size = _ref100.size,
2265
+ size = _ref100$size === undefined ? 16 : _ref100$size,
2266
+ rest = _objectWithoutProperties(_ref100, _excluded100);
2267
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2268
+ width: size,
2269
+ height: size,
2270
+ ref: ref,
2271
+ xmlns: "http://www.w3.org/2000/svg",
2272
+ viewBox: "0 0 32 32",
2273
+ fill: "currentColor"
2274
+ }, rest), _circle14 || (_circle14 = /*#__PURE__*/React__default.createElement("circle", {
2275
+ cx: "22.406",
2276
+ cy: "9.594",
2277
+ r: "1.44"
2278
+ })), _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
2279
+ 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"
2280
+ })), _path164 || (_path164 = /*#__PURE__*/React__default.createElement("path", {
2281
+ 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"
2282
+ })), children);
2283
+ });
2284
+ if (process.env.NODE_ENV !== "production") {
2285
+ LogoInstagram.propTypes = iconPropTypes;
2286
+ }
2287
+ var LogoInvision = /*#__PURE__*/React__default.forwardRef(function LogoInvision(_ref101, ref) {
2288
+ var children = _ref101.children,
2289
+ _ref101$size = _ref101.size,
2290
+ size = _ref101$size === undefined ? 16 : _ref101$size,
2291
+ rest = _objectWithoutProperties(_ref101, _excluded101);
2292
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2293
+ width: size,
2294
+ height: size,
2295
+ ref: ref,
2296
+ xmlns: "http://www.w3.org/2000/svg",
2297
+ viewBox: "0 0 32 32",
2298
+ fill: "currentColor"
2299
+ }, rest), _path165 || (_path165 = /*#__PURE__*/React__default.createElement("path", {
2300
+ 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"
2301
+ })), children);
2302
+ });
2303
+ if (process.env.NODE_ENV !== "production") {
2304
+ LogoInvision.propTypes = iconPropTypes;
2305
+ }
2306
+ var LogoJupyter = /*#__PURE__*/React__default.forwardRef(function LogoJupyter(_ref102, ref) {
2307
+ var children = _ref102.children,
2308
+ _ref102$size = _ref102.size,
2309
+ size = _ref102$size === undefined ? 16 : _ref102$size,
2310
+ rest = _objectWithoutProperties(_ref102, _excluded102);
2311
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2312
+ width: size,
2313
+ height: size,
2314
+ ref: ref,
2315
+ xmlns: "http://www.w3.org/2000/svg",
2316
+ viewBox: "0 0 32 32",
2317
+ fill: "currentColor"
2318
+ }, rest), _path166 || (_path166 = /*#__PURE__*/React__default.createElement("path", {
2319
+ 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"
2320
+ })), children);
2321
+ });
2322
+ if (process.env.NODE_ENV !== "production") {
2323
+ LogoJupyter.propTypes = iconPropTypes;
2324
+ }
2325
+ var LogoKeybase = /*#__PURE__*/React__default.forwardRef(function LogoKeybase(_ref103, ref) {
2326
+ var children = _ref103.children,
2327
+ _ref103$size = _ref103.size,
2328
+ size = _ref103$size === undefined ? 16 : _ref103$size,
2329
+ rest = _objectWithoutProperties(_ref103, _excluded103);
2330
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2331
+ width: size,
2332
+ height: size,
2333
+ ref: ref,
2334
+ xmlns: "http://www.w3.org/2000/svg",
2335
+ viewBox: "0 0 32 32",
2336
+ fill: "currentColor"
2337
+ }, rest), _path167 || (_path167 = /*#__PURE__*/React__default.createElement("path", {
2338
+ 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"
2339
+ })), _path168 || (_path168 = /*#__PURE__*/React__default.createElement("path", {
2340
+ d: "M9.999 5.797H10.973V6.771H9.999z",
2341
+ transform: "rotate(-86.462 10.486 6.284)"
2342
+ })), _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
2343
+ 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"
2344
+ })), children);
2345
+ });
2346
+ if (process.env.NODE_ENV !== "production") {
2347
+ LogoKeybase.propTypes = iconPropTypes;
2348
+ }
2349
+ var LogoKubernetes = /*#__PURE__*/React__default.forwardRef(function LogoKubernetes(_ref104, ref) {
2350
+ var children = _ref104.children,
2351
+ _ref104$size = _ref104.size,
2352
+ size = _ref104$size === undefined ? 16 : _ref104$size,
2353
+ rest = _objectWithoutProperties(_ref104, _excluded104);
2354
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2355
+ width: size,
2356
+ height: size,
2357
+ ref: ref,
2358
+ xmlns: "http://www.w3.org/2000/svg",
2359
+ viewBox: "0 0 32 32",
2360
+ fill: "currentColor"
2361
+ }, rest), _path170 || (_path170 = /*#__PURE__*/React__default.createElement("path", {
2362
+ 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"
2363
+ })), _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
2364
+ 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"
2365
+ })), children);
2366
+ });
2367
+ if (process.env.NODE_ENV !== "production") {
2368
+ LogoKubernetes.propTypes = iconPropTypes;
2369
+ }
2370
+ var LogoLinkedin = /*#__PURE__*/React__default.forwardRef(function LogoLinkedin(_ref105, ref) {
2371
+ var children = _ref105.children,
2372
+ _ref105$size = _ref105.size,
2373
+ size = _ref105$size === undefined ? 16 : _ref105$size,
2374
+ rest = _objectWithoutProperties(_ref105, _excluded105);
2375
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2376
+ width: size,
2377
+ height: size,
2378
+ ref: ref,
2379
+ xmlns: "http://www.w3.org/2000/svg",
2380
+ viewBox: "0 0 32 32",
2381
+ fill: "currentColor"
2382
+ }, rest), _path172 || (_path172 = /*#__PURE__*/React__default.createElement("path", {
2383
+ 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"
2384
+ })), children);
2385
+ });
2386
+ if (process.env.NODE_ENV !== "production") {
2387
+ LogoLinkedin.propTypes = iconPropTypes;
2388
+ }
2389
+ var LogoLivestream = /*#__PURE__*/React__default.forwardRef(function LogoLivestream(_ref106, ref) {
2390
+ var children = _ref106.children,
2391
+ _ref106$size = _ref106.size,
2392
+ size = _ref106$size === undefined ? 16 : _ref106$size,
2393
+ rest = _objectWithoutProperties(_ref106, _excluded106);
2394
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2395
+ width: size,
2396
+ height: size,
2397
+ ref: ref,
2398
+ xmlns: "http://www.w3.org/2000/svg",
2399
+ viewBox: "0 0 32 32",
2400
+ fill: "currentColor"
2401
+ }, rest), _path173 || (_path173 = /*#__PURE__*/React__default.createElement("path", {
2402
+ 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"
2403
+ })), children);
2404
+ });
2405
+ if (process.env.NODE_ENV !== "production") {
2406
+ LogoLivestream.propTypes = iconPropTypes;
2407
+ }
2408
+ var LogoMastodon = /*#__PURE__*/React__default.forwardRef(function LogoMastodon(_ref107, ref) {
2409
+ var children = _ref107.children,
2410
+ _ref107$size = _ref107.size,
2411
+ size = _ref107$size === undefined ? 16 : _ref107$size,
2412
+ rest = _objectWithoutProperties(_ref107, _excluded107);
2413
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2414
+ width: size,
2415
+ height: size,
2416
+ ref: ref,
2417
+ xmlns: "http://www.w3.org/2000/svg",
2418
+ viewBox: "0 0 32 32",
2419
+ fill: "currentColor"
2420
+ }, rest), _path174 || (_path174 = /*#__PURE__*/React__default.createElement("path", {
2421
+ 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"
2422
+ })), children);
2423
+ });
2424
+ if (process.env.NODE_ENV !== "production") {
2425
+ LogoMastodon.propTypes = iconPropTypes;
2426
+ }
2427
+ var LogoMedium = /*#__PURE__*/React__default.forwardRef(function LogoMedium(_ref108, ref) {
2428
+ var children = _ref108.children,
2429
+ _ref108$size = _ref108.size,
2430
+ size = _ref108$size === undefined ? 16 : _ref108$size,
2431
+ rest = _objectWithoutProperties(_ref108, _excluded108);
2432
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2433
+ width: size,
2434
+ height: size,
2435
+ ref: ref,
2436
+ xmlns: "http://www.w3.org/2000/svg",
2437
+ viewBox: "0 0 32 32",
2438
+ fill: "currentColor"
2439
+ }, rest), _path175 || (_path175 = /*#__PURE__*/React__default.createElement("path", {
2440
+ 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"
2441
+ })), children);
2442
+ });
2443
+ if (process.env.NODE_ENV !== "production") {
2444
+ LogoMedium.propTypes = iconPropTypes;
2445
+ }
2446
+ var LogoNpm = /*#__PURE__*/React__default.forwardRef(function LogoNpm(_ref109, ref) {
2447
+ var children = _ref109.children,
2448
+ _ref109$size = _ref109.size,
2449
+ size = _ref109$size === undefined ? 16 : _ref109$size,
2450
+ rest = _objectWithoutProperties(_ref109, _excluded109);
2451
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2452
+ width: size,
2453
+ height: size,
2454
+ ref: ref,
2455
+ xmlns: "http://www.w3.org/2000/svg",
2456
+ viewBox: "0 0 32 32",
2457
+ fill: "currentColor"
2458
+ }, rest), _path176 || (_path176 = /*#__PURE__*/React__default.createElement("path", {
2459
+ d: "M4,28V4h24v24H4z M8.5,8.5v15H16v-12h4.5v12h3v-15H8.5z"
2460
+ })), children);
2461
+ });
2462
+ if (process.env.NODE_ENV !== "production") {
2463
+ LogoNpm.propTypes = iconPropTypes;
2464
+ }
2465
+ var LogoOpenshift = /*#__PURE__*/React__default.forwardRef(function LogoOpenshift(_ref110, ref) {
2466
+ var children = _ref110.children,
2467
+ _ref110$size = _ref110.size,
2468
+ size = _ref110$size === undefined ? 16 : _ref110$size,
2469
+ rest = _objectWithoutProperties(_ref110, _excluded110);
2470
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
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), _path177 || (_path177 = /*#__PURE__*/React__default.createElement("path", {
2478
+ 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"
2479
+ })), children);
2480
+ });
2481
+ if (process.env.NODE_ENV !== "production") {
2482
+ LogoOpenshift.propTypes = iconPropTypes;
2483
+ }
2484
+ var LogoPinterest = /*#__PURE__*/React__default.forwardRef(function LogoPinterest(_ref111, ref) {
2485
+ var children = _ref111.children,
2486
+ _ref111$size = _ref111.size,
2487
+ size = _ref111$size === undefined ? 16 : _ref111$size,
2488
+ rest = _objectWithoutProperties(_ref111, _excluded111);
2489
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2490
+ width: size,
2491
+ height: size,
2492
+ ref: ref,
2493
+ xmlns: "http://www.w3.org/2000/svg",
2494
+ viewBox: "0 0 32 32",
2495
+ fill: "currentColor"
2496
+ }, rest), _path178 || (_path178 = /*#__PURE__*/React__default.createElement("path", {
2497
+ 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"
2498
+ })), children);
2499
+ });
2500
+ if (process.env.NODE_ENV !== "production") {
2501
+ LogoPinterest.propTypes = iconPropTypes;
2502
+ }
2503
+ var LogoPython = /*#__PURE__*/React__default.forwardRef(function LogoPython(_ref112, ref) {
2504
+ var children = _ref112.children,
2505
+ _ref112$size = _ref112.size,
2506
+ size = _ref112$size === undefined ? 16 : _ref112$size,
2507
+ rest = _objectWithoutProperties(_ref112, _excluded112);
2508
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2509
+ width: size,
2510
+ height: size,
2511
+ ref: ref,
2512
+ xmlns: "http://www.w3.org/2000/svg",
2513
+ viewBox: "0 0 32 32",
2514
+ fill: "currentColor"
2515
+ }, rest), _path179 || (_path179 = /*#__PURE__*/React__default.createElement("path", {
2516
+ 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"
2517
+ })), _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
2518
+ fill: "none",
2519
+ 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"
2520
+ })), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
2521
+ 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"
2522
+ })), _path182 || (_path182 = /*#__PURE__*/React__default.createElement("path", {
2523
+ fill: "none",
2524
+ 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"
2525
+ })), children);
2526
+ });
2527
+ if (process.env.NODE_ENV !== "production") {
2528
+ LogoPython.propTypes = iconPropTypes;
2529
+ }
2530
+ var LogoQuora = /*#__PURE__*/React__default.forwardRef(function LogoQuora(_ref113, ref) {
2531
+ var children = _ref113.children,
2532
+ _ref113$size = _ref113.size,
2533
+ size = _ref113$size === undefined ? 16 : _ref113$size,
2534
+ rest = _objectWithoutProperties(_ref113, _excluded113);
2535
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2536
+ width: size,
2537
+ height: size,
2538
+ ref: ref,
2539
+ xmlns: "http://www.w3.org/2000/svg",
2540
+ viewBox: "0 0 32 32",
2541
+ fill: "currentColor"
2542
+ }, rest), _path183 || (_path183 = /*#__PURE__*/React__default.createElement("path", {
2543
+ 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"
2544
+ })), children);
2545
+ });
2546
+ if (process.env.NODE_ENV !== "production") {
2547
+ LogoQuora.propTypes = iconPropTypes;
2548
+ }
2549
+ var LogoRScript = /*#__PURE__*/React__default.forwardRef(function LogoRScript(_ref114, ref) {
2550
+ var children = _ref114.children,
2551
+ _ref114$size = _ref114.size,
2552
+ size = _ref114$size === undefined ? 16 : _ref114$size,
2553
+ rest = _objectWithoutProperties(_ref114, _excluded114);
2554
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2555
+ width: size,
2556
+ height: size,
2557
+ ref: ref,
2558
+ xmlns: "http://www.w3.org/2000/svg",
2559
+ viewBox: "0 0 32 32",
2560
+ fill: "currentColor"
2561
+ }, rest), _path184 || (_path184 = /*#__PURE__*/React__default.createElement("path", {
2562
+ fillRule: "evenodd",
2563
+ 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"
2564
+ })), children);
2565
+ });
2566
+ if (process.env.NODE_ENV !== "production") {
2567
+ LogoRScript.propTypes = iconPropTypes;
2568
+ }
2569
+ var LogoReact = /*#__PURE__*/React__default.forwardRef(function LogoReact(_ref115, ref) {
2570
+ var children = _ref115.children,
2571
+ _ref115$size = _ref115.size,
2572
+ size = _ref115$size === undefined ? 16 : _ref115$size,
2573
+ rest = _objectWithoutProperties(_ref115, _excluded115);
2574
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2575
+ width: size,
2576
+ height: size,
2577
+ ref: ref,
2578
+ xmlns: "http://www.w3.org/2000/svg",
2579
+ viewBox: "0 0 32 32",
2580
+ fill: "currentColor"
2581
+ }, rest), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
2582
+ 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"
2583
+ })), _path186 || (_path186 = /*#__PURE__*/React__default.createElement("path", {
2584
+ 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"
2585
+ })), children);
2586
+ });
2587
+ if (process.env.NODE_ENV !== "production") {
2588
+ LogoReact.propTypes = iconPropTypes;
2589
+ }
2590
+ var LogoRedHatAiInstructlabOnIbmCloud = /*#__PURE__*/React__default.forwardRef(function LogoRedHatAiInstructlabOnIbmCloud(_ref116, ref) {
2591
+ var children = _ref116.children,
2592
+ _ref116$size = _ref116.size,
2593
+ size = _ref116$size === undefined ? 16 : _ref116$size,
2594
+ rest = _objectWithoutProperties(_ref116, _excluded116);
2595
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2596
+ width: size,
2597
+ height: size,
2598
+ ref: ref,
2599
+ xmlns: "http://www.w3.org/2000/svg",
2600
+ viewBox: "0 0 32 32",
2601
+ fill: "currentColor"
2602
+ }, rest), _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
2603
+ d: "M13.2148,13.1793c.2327-.501-.4158-.9337-.9252-.8189-.3831.0863-.8737.7158-1.0126,1.0705.0842.5294,1.6957.2715,1.9378-.2516ZM12.8453,12.7614c.06.5895-.6263.5432-1.0515.5242.2484-.3642.5768-.7484,1.0515-.5242ZM16,21.8211c.9062-.0084,1.2-1.8673.4673-2.0052-.0768-.0137-.2548-.0231-.4673-.0253-.2126.0021-.3906.0116-.4674.0253-.7326.1379-.4389,1.9968.4674,2.0052ZM12.154,19.6017c1.2337-.0746,1.1996-2.8773-.0815-2.8101-1.4228.0746-1.2452,2.8903.0815,2.8101ZM26.8406,9.7584c-.52-.6715-1.2484-2.2767-2.0789-2.4473-1.2431-.2547-2.1147.3842-2.923,1.221-1.6652-1.2252-3.7147-2.3188-5.8387-2.3052-2.1241-.0137-4.1736,1.08-5.8387,2.3052-.8084-.8368-1.68-1.4757-2.9231-1.221-.8305.1705-1.5589,1.7758-2.0789,2.4473-.9073,1.1747-3.1978,3.1746-3.1588,4.7346.0484,1.9073,4.4714,7.2376,6.3776,7.5229.4211.0631.7842-.0421,1.1874-.0842.7214,1.4147,1.8981,2.4644,3.2742,3.1268,1.9797.953,4.3409.953,6.3207,0,1.376-.6624,2.5527-1.7121,3.2742-3.1268.4031.0421.7662.1473,1.1873.0842,1.9062-.2853,6.3292-5.6156,6.3777-7.5229.0389-1.56-2.2515-3.5599-3.1589-4.7346h-.0001ZM11.1285,9.2016c1.6884-1.1799,3.2167-1.8304,4.8715-1.7957,1.6547-.0347,3.183.6158,4.8714,1.7957.3747.261,1.4536,1.0516,1.6978,1.3547.5905.7305.5526,3.2515.5853,4.204h-2.1263c-.9337,0-1.8673.001-2.801,0-.3168,0-.6905.201-.9157.421-.6642.6505-.2316,1.52-.2632,2.3157-.3494-.1453-.6979-.2-1.0483-.2084-.3505.0084-.699.0632-1.0484.2084-.0316-.7958.401-1.6652-.2632-2.3157-.2252-.22-.5989-.421-.9157-.421-.9337.001-1.8673,0-2.801,0h-2.1263c.0327-.9526-.0052-3.4736.5853-4.204.2442-.3032,1.3231-1.0937,1.6978-1.3547ZM8.6855,20.9191c-1.3947-.0516-5.3871-4.9725-5.5187-6.3293-.1126-1.1673,2.2062-3.2589,2.9399-4.1998.3547-.4537,1.14-2.0147,1.641-2.0473.4168-.0263,1.3157.5378,1.5052.9052.3968.7684-.179.8516-.4274,1.4389-.5137,1.2126-.3632,2.7736-.4127,4.062-.782.1769-1.4136.5273-1.361,1.4294.0253.4453.9062,3.3241,1.141,3.7094.3074.5042.8189.7263,1.3894.7684l-.8968.2632h0ZM9.3718,20.2338c-.4716.0221-.7389-.319-.9337-.6968-.2158-.4189-1.0146-3.0568-1.0431-3.4894-.0347-.52.5684-.8505,1.0294-.8652,0,1.7273.481,3.4041.9473,5.0514h0ZM8.8455,15.1814h5.1051c.3379.0674.7642.5432.7852.9.0264.4274-.3221,2.5242-.4452,3.0189-.0569.2274-.1937.6463-.3453.8126-.5737.6305-3.1567.1979-4.0346.3084-.5968-1.6241-.8789-3.3209-1.0652-5.0399ZM16,24.7495c-2.481-.18-4.9062-1.5852-5.7861-4.0946.9337-.0937,2.0989.1274,2.9999,0,1.6063-.2263,1.34-1.7242,1.7368-2.8957.3389-.1053.6926-.1579,1.0494-.1705.3568.0126.7104.0652,1.0494.1705.3968,1.1715.1305,2.6694,1.7368,2.8957.901.1274,2.0662-.0937,2.9999,0-.8799,2.5094-3.3051,3.9146-5.7861,4.0946ZM18.0546,19.9128c-.1516-.1663-.2884-.5853-.3452-.8126-.1232-.4947-.4716-2.5915-.4453-3.0189.0211-.3568.4473-.8326.7852-.9h5.1051c-.1863,1.7189-.4684,3.4157-1.0652,5.0399-.8779-.1105-3.4609.3221-4.0346-.3084ZM23.5755,15.1825c.4611.0147,1.0641.3452,1.0294.8652-.0284.4326-.8273,3.0704-1.0431,3.4894-.1948.3779-.4621.7189-.9337.6968.4663-1.6473.9473-3.3241.9473-5.0514h.0001ZM23.3144,20.9191l-.8968-.2632c.5705-.0421,1.082-.2642,1.3894-.7684.2347-.3853,1.1157-3.2641,1.141-3.7094.0527-.9021-.5789-1.2526-1.361-1.4294-.0495-1.2883.101-2.8494-.4127-4.062-.2484-.5873-.8242-.6705-.4273-1.4389.1895-.3674,1.0884-.9315,1.5052-.9052.501.0326,1.2863,1.5936,1.641,2.0473.7336.941,3.0526,3.0325,2.9399,4.1998-.1315,1.3568-4.124,6.2777-5.5187,6.3293h0ZM20.723,13.4309c-.1389-.3547-.6295-.9842-1.0126-1.0705-.5095-.1147-1.1579.3179-.9252.8189.2421.5231,1.8536.781,1.9378.2516ZM20.2061,13.2857c-.4252.0189-1.1115.0652-1.0515-.5242.4747-.2242.8031.16,1.0515.5242ZM16,22.0274c-.6074,1.041-1.6042.2295-2.3115-.4252.3514,1.0421,1.1141,1.8438,1.985,2.1157.2104.0657.4424.0657.6529,0,.871-.2719,1.6337-1.0736,1.985-2.1157-.7073.6547-1.7042,1.4662-2.3115.4252h.0001ZM16.4631,23.3104c-.2929.1281-.6333.1281-.9262,0-.213-.0932-.4126-.2253-.5853-.3925.3663-.0379.7895-.0547,1.0484-.2895.2589.2347.682.2516,1.0483.2895-.1727.1671-.3723.2993-.5853.3925h.0001ZM19.9274,16.7916c-1.2811-.0672-1.3152,2.7355-.0814,2.8101,1.3266.0803,1.5042-2.7354.0814-2.8101Z"
2604
+ })), children);
2605
+ });
2606
+ if (process.env.NODE_ENV !== "production") {
2607
+ LogoRedHatAiInstructlabOnIbmCloud.propTypes = iconPropTypes;
2608
+ }
2609
+ var LogoRedHatAnsible = /*#__PURE__*/React__default.forwardRef(function LogoRedHatAnsible(_ref117, ref) {
2610
+ var children = _ref117.children,
2611
+ _ref117$size = _ref117.size,
2612
+ size = _ref117$size === undefined ? 16 : _ref117$size,
2613
+ rest = _objectWithoutProperties(_ref117, _excluded117);
2614
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2615
+ width: size,
2616
+ height: size,
2617
+ ref: ref,
2618
+ xmlns: "http://www.w3.org/2000/svg",
2619
+ viewBox: "0 0 32 32",
2620
+ fill: "currentColor"
2621
+ }, rest), _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
2622
+ 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"
2623
+ })), _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
2624
+ 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"
2625
+ })), children);
2626
+ });
2627
+ if (process.env.NODE_ENV !== "production") {
2628
+ LogoRedHatAnsible.propTypes = iconPropTypes;
2629
+ }
2630
+ var LogoSketch = /*#__PURE__*/React__default.forwardRef(function LogoSketch(_ref118, ref) {
2631
+ var children = _ref118.children,
2632
+ _ref118$size = _ref118.size,
2633
+ size = _ref118$size === undefined ? 16 : _ref118$size,
2634
+ rest = _objectWithoutProperties(_ref118, _excluded118);
2635
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2636
+ width: size,
2637
+ height: size,
2638
+ ref: ref,
2639
+ xmlns: "http://www.w3.org/2000/svg",
2640
+ viewBox: "0 0 32 32",
2641
+ fill: "currentColor"
2642
+ }, rest), _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
2643
+ 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"
2644
+ })), children);
2645
+ });
2646
+ if (process.env.NODE_ENV !== "production") {
2647
+ LogoSketch.propTypes = iconPropTypes;
2648
+ }
2649
+ var LogoSkype = /*#__PURE__*/React__default.forwardRef(function LogoSkype(_ref119, ref) {
2650
+ var children = _ref119.children,
2651
+ _ref119$size = _ref119.size,
2652
+ size = _ref119$size === undefined ? 16 : _ref119$size,
2653
+ rest = _objectWithoutProperties(_ref119, _excluded119);
2654
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2655
+ width: size,
2656
+ height: size,
2657
+ ref: ref,
2658
+ xmlns: "http://www.w3.org/2000/svg",
2659
+ viewBox: "0 0 32 32",
2660
+ fill: "currentColor"
2661
+ }, rest), _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
2662
+ 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"
2663
+ })), children);
2664
+ });
2665
+ if (process.env.NODE_ENV !== "production") {
2666
+ LogoSkype.propTypes = iconPropTypes;
2667
+ }
2668
+ var LogoSlack = /*#__PURE__*/React__default.forwardRef(function LogoSlack(_ref120, ref) {
2669
+ var children = _ref120.children,
2670
+ _ref120$size = _ref120.size,
2671
+ size = _ref120$size === undefined ? 16 : _ref120$size,
2672
+ rest = _objectWithoutProperties(_ref120, _excluded120);
2673
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2674
+ width: size,
2675
+ height: size,
2676
+ ref: ref,
2677
+ xmlns: "http://www.w3.org/2000/svg",
2678
+ viewBox: "0 0 32 32",
2679
+ fill: "currentColor"
2680
+ }, rest), _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
2681
+ 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"
2682
+ })), children);
2683
+ });
2684
+ if (process.env.NODE_ENV !== "production") {
2685
+ LogoSlack.propTypes = iconPropTypes;
2686
+ }
2687
+ var LogoSnapchat = /*#__PURE__*/React__default.forwardRef(function LogoSnapchat(_ref121, ref) {
2688
+ var children = _ref121.children,
2689
+ _ref121$size = _ref121.size,
2690
+ size = _ref121$size === undefined ? 16 : _ref121$size,
2691
+ rest = _objectWithoutProperties(_ref121, _excluded121);
2692
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2693
+ width: size,
2694
+ height: size,
2695
+ ref: ref,
2696
+ xmlns: "http://www.w3.org/2000/svg",
2697
+ viewBox: "0 0 32 32",
2698
+ fill: "currentColor"
2699
+ }, rest), _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
2700
+ 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"
2701
+ })), _path194 || (_path194 = /*#__PURE__*/React__default.createElement("path", {
2702
+ fill: "none",
2703
+ 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",
2704
+ "data-icon-path": "inner-path"
2705
+ })), children);
2706
+ });
2707
+ if (process.env.NODE_ENV !== "production") {
2708
+ LogoSnapchat.propTypes = iconPropTypes;
2709
+ }
2710
+ var LogoSvelte = /*#__PURE__*/React__default.forwardRef(function LogoSvelte(_ref122, ref) {
2711
+ var children = _ref122.children,
2712
+ _ref122$size = _ref122.size,
2713
+ size = _ref122$size === undefined ? 16 : _ref122$size,
2714
+ rest = _objectWithoutProperties(_ref122, _excluded122);
2715
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2716
+ width: size,
2717
+ height: size,
2718
+ ref: ref,
2719
+ xmlns: "http://www.w3.org/2000/svg",
2720
+ viewBox: "0 0 32 32",
2721
+ fill: "currentColor"
2722
+ }, rest), _path195 || (_path195 = /*#__PURE__*/React__default.createElement("path", {
2723
+ 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"
2724
+ })), children);
2725
+ });
2726
+ if (process.env.NODE_ENV !== "production") {
2727
+ LogoSvelte.propTypes = iconPropTypes;
2728
+ }
2729
+ var LogoTumblr = /*#__PURE__*/React__default.forwardRef(function LogoTumblr(_ref123, ref) {
2730
+ var children = _ref123.children,
2731
+ _ref123$size = _ref123.size,
2732
+ size = _ref123$size === undefined ? 16 : _ref123$size,
2733
+ rest = _objectWithoutProperties(_ref123, _excluded123);
2734
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2735
+ width: size,
2736
+ height: size,
2737
+ ref: ref,
2738
+ xmlns: "http://www.w3.org/2000/svg",
2739
+ viewBox: "0 0 32 32",
2740
+ fill: "currentColor"
2741
+ }, rest), _path196 || (_path196 = /*#__PURE__*/React__default.createElement("path", {
2742
+ 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"
2743
+ })), children);
2744
+ });
2745
+ if (process.env.NODE_ENV !== "production") {
2746
+ LogoTumblr.propTypes = iconPropTypes;
2747
+ }
2748
+ var LogoTwitter = /*#__PURE__*/React__default.forwardRef(function LogoTwitter(_ref124, ref) {
2749
+ var children = _ref124.children,
2750
+ _ref124$size = _ref124.size,
2751
+ size = _ref124$size === undefined ? 16 : _ref124$size,
2752
+ rest = _objectWithoutProperties(_ref124, _excluded124);
2753
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2754
+ width: size,
2755
+ height: size,
2756
+ ref: ref,
2757
+ xmlns: "http://www.w3.org/2000/svg",
2758
+ viewBox: "0 0 32 32",
2759
+ fill: "currentColor"
2760
+ }, rest), _path197 || (_path197 = /*#__PURE__*/React__default.createElement("path", {
2761
+ 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"
2762
+ })), children);
2763
+ });
2764
+ if (process.env.NODE_ENV !== "production") {
2765
+ LogoTwitter.propTypes = iconPropTypes;
2766
+ }
2767
+ var LogoVmware = /*#__PURE__*/React__default.forwardRef(function LogoVmware(_ref125, ref) {
2768
+ var children = _ref125.children,
2769
+ _ref125$size = _ref125.size,
2770
+ size = _ref125$size === undefined ? 16 : _ref125$size,
2771
+ rest = _objectWithoutProperties(_ref125, _excluded125);
2772
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2773
+ width: size,
2774
+ height: size,
2775
+ ref: ref,
2776
+ xmlns: "http://www.w3.org/2000/svg",
2777
+ viewBox: "0 0 32 32",
2778
+ fill: "currentColor"
2779
+ }, rest), _path198 || (_path198 = /*#__PURE__*/React__default.createElement("path", {
2780
+ 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"
2781
+ })), children);
2782
+ });
2783
+ if (process.env.NODE_ENV !== "production") {
2784
+ LogoVmware.propTypes = iconPropTypes;
2785
+ }
2786
+
2787
+ export { Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, LayersExternal, Legend, LetterAa, LetterBb, LetterCc, LetterDd, LetterEe, LetterFf, LetterGg, LetterHh, LetterIi, LetterJj, LetterKk, LetterLl, LetterMm, LetterNn, LetterOo, LetterPp, LetterQq, LetterRr, LetterSs, LetterTt, LetterUu, LetterVv, LetterWw, LetterXx, LetterYy, LetterZz, License, LicenseDraft, LicenseGlobal, LicenseMaintenance, LicenseMaintenanceDraft, LicenseThirdParty, LicenseThirdPartyDraft, Lifesaver, Light, LightFilled, Lightning, Link, Linux, LinuxAlt, LinuxNamespace, List, ListBoxes, ListBulleted, ListChecked, ListCheckedMirror, ListDropdown, ListNumbered, ListNumberedMirror, LoadBalancerApplication, LoadBalancerClassic, LoadBalancerGlobal, LoadBalancerListener, LoadBalancerLocal, LoadBalancerNetwork, LoadBalancerPool, LoadBalancerVpc, Location, LocationCompany, LocationCompanyFilled, LocationCurrent, LocationFilled, LocationHazard, LocationHazardFilled, LocationHeart, LocationHeartFilled, LocationInfo, LocationInfoFilled, LocationPerson, LocationPersonFilled, LocationSave, LocationStar, LocationStarFilled, Locked, LogicalPartition, Login, LogoAngular, LogoAnsibleCommunity, LogoDigg, LogoDiscord, LogoFacebook, LogoFigma, LogoFlickr, LogoGit, LogoGithub, LogoGitlab, LogoGlassdoor, LogoInstagram, LogoInvision, LogoJupyter, LogoKeybase, LogoKubernetes, LogoLinkedin, LogoLivestream, LogoMastodon, LogoMedium, LogoNpm, LogoOpenshift, LogoPinterest, LogoPython, LogoQuora, LogoRScript, LogoReact, LogoRedHatAiInstructlabOnIbmCloud, LogoRedHatAnsible, LogoSketch, LogoSkype, LogoSlack, LogoSnapchat, LogoSvelte, LogoTumblr, LogoTwitter, LogoVmware, WatsonHealthLaunchStudy_1, WatsonHealthLaunchStudy_2, WatsonHealthLaunchStudy_3 };