@carbon-labs/react-animated-header 0.17.0 → 0.19.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 (74) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +696 -168
  2. package/es/__stories__/data/index.d.ts +58 -14
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +3 -1
  5. package/es/components/TasksController/TasksController.d.ts +3 -3
  6. package/es/components/TasksController/TasksController.js +4 -1
  7. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -29
  12. package/es/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  13. package/es/components/Tiles/GlassTile/GlassTileBody.js +53 -0
  14. package/es/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  15. package/es/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  16. package/es/index.js +1 -0
  17. package/lib/__stories__/AnimatedHeader.stories.d.ts +696 -168
  18. package/lib/__stories__/data/index.d.ts +58 -14
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +3 -1
  21. package/lib/components/TasksController/TasksController.d.ts +3 -3
  22. package/lib/components/TasksController/TasksController.js +4 -1
  23. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -28
  28. package/lib/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  29. package/lib/components/Tiles/GlassTile/GlassTileBody.js +55 -0
  30. package/lib/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  31. package/lib/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  32. package/lib/index.js +1 -0
  33. package/package.json +2 -2
  34. package/scss/Tiles/GlassTile/glass-tile.scss +0 -1
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -2956
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3263
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -2946
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3112
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -2967
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3056
  41. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -2888
  42. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3072
  43. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -2992
  44. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2843
  45. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3080
  46. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1680
  47. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3096
  48. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3008
  49. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -2916
  50. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -2992
  51. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -2983
  52. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3106
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3090
  54. package/es/node_modules/@carbon/icons-react/es/index.js +0 -30
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -3082
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3389
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -3072
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3238
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -3093
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3182
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -3014
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3198
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -3118
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2969
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3206
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1750
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3222
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3134
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -3042
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -3118
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -3109
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3232
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3216
  74. package/lib/node_modules/@carbon/icons-react/es/index.js +0 -2480
@@ -1,3072 +0,0 @@
1
- /**
2
- * Copyright IBM Corp. 2024
3
- *
4
- * This source code is licensed under the Apache-2.0 license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- */
7
-
8
- 'use strict';
9
-
10
- var React = require('react');
11
- var Icon = require('../Icon.js');
12
- var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
- require('prop-types');
14
-
15
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _circle, _circle2, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _circle3, _path29, _path30, _circle4, _path31, _path32, _circle5, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _rect, _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, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _circle6, _circle7, _path118, _circle8, _circle9, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _circle10, _circle11, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _circle12, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _circle13, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _circle14, _circle15, _path175, _path176, _path177, _path178, _path179, _circle16, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204;
16
- const didWarnAboutDeprecation = {};
17
- const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref, ref) {
18
- let {
19
- children,
20
- size = 16,
21
- ...rest
22
- } = _ref;
23
- return /*#__PURE__*/React.createElement(Icon.default, {
24
- width: size,
25
- height: size,
26
- ref: ref,
27
- xmlns: "http://www.w3.org/2000/svg",
28
- viewBox: "0 0 32 32",
29
- fill: "currentColor",
30
- ...rest
31
- }, _path || (_path = /*#__PURE__*/React.createElement("path", {
32
- d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
33
- })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
34
- d: "M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2L14.2 10zM30 28.6L3.4 2 2 3.4 6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4L30 28.6zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2H4z"
35
- })), children);
36
- });
37
- if (process.env.NODE_ENV !== "production") {
38
- KeyboardOff.propTypes = iconPropTypes4cbeb95d.i;
39
- }
40
- const KioskDevice = /*#__PURE__*/React.forwardRef(function KioskDevice(_ref2, ref) {
41
- let {
42
- children,
43
- size = 16,
44
- ...rest
45
- } = _ref2;
46
- return /*#__PURE__*/React.createElement(Icon.default, {
47
- width: size,
48
- height: size,
49
- ref: ref,
50
- xmlns: "http://www.w3.org/2000/svg",
51
- viewBox: "0 0 32 32",
52
- fill: "currentColor",
53
- ...rest
54
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
55
- d: "M26,19c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v13c0,1.1.9,2,2,2h7v9H4v2h24v-2h-9v-9h7ZM17,28h-2v-9h2v9ZM6,17V4h20v13H6ZM16,13c-.55,0-1,.45-1,1s.45,1,1,1,1-.45,1-1-.45-1-1-1Z"
56
- })), children);
57
- });
58
- if (process.env.NODE_ENV !== "production") {
59
- KioskDevice.propTypes = iconPropTypes4cbeb95d.i;
60
- }
61
- const Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref3, ref) {
62
- let {
63
- children,
64
- size = 16,
65
- ...rest
66
- } = _ref3;
67
- return /*#__PURE__*/React.createElement(Icon.default, {
68
- width: size,
69
- height: size,
70
- ref: ref,
71
- xmlns: "http://www.w3.org/2000/svg",
72
- viewBox: "0 0 32 32",
73
- fill: "currentColor",
74
- ...rest
75
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
76
- strokeWidth: "0",
77
- d: "m20.0444,27.2942l-3.0825-10.018-1.0132,3.04c-.1361.4084-.5183.6838-.9487.6838h-6s0-2,0-2h5.2793s1.772-5.3162,1.772-5.3162c.1307-.4123.5162-.6902.9487-.6838.4374.0046.8225.2891.9555.7058l3.0088,9.7783,1.0742-3.7589c.1227-.4293.5151-.7252.9615-.7252h5s0,2,0,2h-4.2456s-1.7933,6.2747-1.7933,6.2747c-.1216.4256-.5085.7207-.9511.7253h-.01c-.4389,0-.8265-.2863-.9556-.7058Z"
78
- })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
79
- strokeWidth: "0",
80
- d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
81
- })), children);
82
- });
83
- if (process.env.NODE_ENV !== "production") {
84
- Kubelet.propTypes = iconPropTypes4cbeb95d.i;
85
- }
86
- const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref4, ref) {
87
- let {
88
- children,
89
- size = 16,
90
- ...rest
91
- } = _ref4;
92
- if (process.env.NODE_ENV !== "production") {
93
- if (!didWarnAboutDeprecation["Kubernetes"]) {
94
- didWarnAboutDeprecation["Kubernetes"] = true;
95
- console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react.");
96
- }
97
- }
98
- return /*#__PURE__*/React.createElement(Icon.default, {
99
- width: size,
100
- height: size,
101
- ref: ref,
102
- xmlns: "http://www.w3.org/2000/svg",
103
- viewBox: "0 0 32 32",
104
- fill: "currentColor",
105
- ...rest
106
- }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
107
- d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z"
108
- })), children);
109
- });
110
- if (process.env.NODE_ENV !== "production") {
111
- Kubernetes.propTypes = iconPropTypes4cbeb95d.i;
112
- }
113
- const KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref5, ref) {
114
- let {
115
- children,
116
- size = 16,
117
- ...rest
118
- } = _ref5;
119
- return /*#__PURE__*/React.createElement(Icon.default, {
120
- width: size,
121
- height: size,
122
- ref: ref,
123
- xmlns: "http://www.w3.org/2000/svg",
124
- viewBox: "0 0 32 32",
125
- fill: "currentColor",
126
- ...rest
127
- }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
128
- d: "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
129
- })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
130
- d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z"
131
- })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
132
- fill: "none",
133
- d: "M0 0h32v32H0z"
134
- })), children);
135
- });
136
- if (process.env.NODE_ENV !== "production") {
137
- KubernetesControlPlaneNode.propTypes = iconPropTypes4cbeb95d.i;
138
- }
139
- const KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref6, ref) {
140
- let {
141
- children,
142
- size = 16,
143
- ...rest
144
- } = _ref6;
145
- return /*#__PURE__*/React.createElement(Icon.default, {
146
- width: size,
147
- height: size,
148
- ref: ref,
149
- xmlns: "http://www.w3.org/2000/svg",
150
- viewBox: "0 0 32 32",
151
- fill: "currentColor",
152
- ...rest
153
- }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
154
- cx: "16",
155
- cy: "9",
156
- r: "2"
157
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
158
- cx: "16",
159
- cy: "16",
160
- r: "2"
161
- })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
162
- d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
163
- })), children);
164
- });
165
- if (process.env.NODE_ENV !== "production") {
166
- KubernetesIpAddress.propTypes = iconPropTypes4cbeb95d.i;
167
- }
168
- const KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref7, ref) {
169
- let {
170
- children,
171
- size = 16,
172
- ...rest
173
- } = _ref7;
174
- return /*#__PURE__*/React.createElement(Icon.default, {
175
- width: size,
176
- height: size,
177
- ref: ref,
178
- xmlns: "http://www.w3.org/2000/svg",
179
- viewBox: "0 0 32 32",
180
- fill: "currentColor",
181
- ...rest
182
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
183
- strokeWidth: "0",
184
- d: "m19,21h-6c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2Zm-6-8v6h6v-6h-6Z"
185
- })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
186
- strokeWidth: "0",
187
- d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
188
- })), children);
189
- });
190
- if (process.env.NODE_ENV !== "production") {
191
- KubernetesOperator.propTypes = iconPropTypes4cbeb95d.i;
192
- }
193
- const KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref8, ref) {
194
- let {
195
- children,
196
- size = 16,
197
- ...rest
198
- } = _ref8;
199
- return /*#__PURE__*/React.createElement(Icon.default, {
200
- width: size,
201
- height: size,
202
- ref: ref,
203
- xmlns: "http://www.w3.org/2000/svg",
204
- viewBox: "0 0 32 32",
205
- fill: "currentColor",
206
- ...rest
207
- }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
208
- d: "m22.5046,11.6368l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
209
- })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
210
- d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
211
- })), children);
212
- });
213
- if (process.env.NODE_ENV !== "production") {
214
- KubernetesPod.propTypes = iconPropTypes4cbeb95d.i;
215
- }
216
- const KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref9, ref) {
217
- let {
218
- children,
219
- size = 16,
220
- ...rest
221
- } = _ref9;
222
- return /*#__PURE__*/React.createElement(Icon.default, {
223
- width: size,
224
- height: size,
225
- ref: ref,
226
- xmlns: "http://www.w3.org/2000/svg",
227
- viewBox: "0 0 32 32",
228
- fill: "currentColor",
229
- ...rest
230
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
231
- d: "M23 18v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V10h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H9v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V24h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
232
- })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
233
- d: "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z"
234
- })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
235
- fill: "none",
236
- d: "M0 0h32v32H0z"
237
- })), children);
238
- });
239
- if (process.env.NODE_ENV !== "production") {
240
- KubernetesWorkerNode.propTypes = iconPropTypes4cbeb95d.i;
241
- }
242
- const Label = /*#__PURE__*/React.forwardRef(function Label(_ref10, ref) {
243
- let {
244
- children,
245
- size = 16,
246
- ...rest
247
- } = _ref10;
248
- return /*#__PURE__*/React.createElement(Icon.default, {
249
- width: size,
250
- height: size,
251
- ref: ref,
252
- xmlns: "http://www.w3.org/2000/svg",
253
- viewBox: "0 0 32 32",
254
- fill: "currentColor",
255
- ...rest
256
- }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
257
- 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"
258
- })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
259
- 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"
260
- })), children);
261
- });
262
- if (process.env.NODE_ENV !== "production") {
263
- Label.propTypes = iconPropTypes4cbeb95d.i;
264
- }
265
- const Language = /*#__PURE__*/React.forwardRef(function Language(_ref11, ref) {
266
- let {
267
- children,
268
- size = 16,
269
- ...rest
270
- } = _ref11;
271
- return /*#__PURE__*/React.createElement(Icon.default, {
272
- width: size,
273
- height: size,
274
- ref: ref,
275
- xmlns: "http://www.w3.org/2000/svg",
276
- viewBox: "0 0 32 32",
277
- fill: "currentColor",
278
- ...rest
279
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
280
- 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"
281
- })), children);
282
- });
283
- if (process.env.NODE_ENV !== "production") {
284
- Language.propTypes = iconPropTypes4cbeb95d.i;
285
- }
286
- const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref12, ref) {
287
- let {
288
- children,
289
- size = 16,
290
- ...rest
291
- } = _ref12;
292
- return /*#__PURE__*/React.createElement(Icon.default, {
293
- width: size,
294
- height: size,
295
- ref: ref,
296
- xmlns: "http://www.w3.org/2000/svg",
297
- viewBox: "0 0 32 32",
298
- fill: "currentColor",
299
- ...rest
300
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
301
- 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",
302
- transform: "translate(0 .005)"
303
- })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
304
- d: "M2 26.005H30V28.005H2z"
305
- })), children);
306
- });
307
- if (process.env.NODE_ENV !== "production") {
308
- Laptop.propTypes = iconPropTypes4cbeb95d.i;
309
- }
310
- const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref13, ref) {
311
- let {
312
- children,
313
- size = 16,
314
- ...rest
315
- } = _ref13;
316
- return /*#__PURE__*/React.createElement(Icon.default, {
317
- width: size,
318
- height: size,
319
- ref: ref,
320
- xmlns: "http://www.w3.org/2000/svg",
321
- viewBox: "0 0 32 32",
322
- fill: "currentColor",
323
- ...rest
324
- }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
325
- 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"
326
- })), children);
327
- });
328
- if (process.env.NODE_ENV !== "production") {
329
- Lasso.propTypes = iconPropTypes4cbeb95d.i;
330
- }
331
- const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref14, ref) {
332
- let {
333
- children,
334
- size = 16,
335
- ...rest
336
- } = _ref14;
337
- return /*#__PURE__*/React.createElement(Icon.default, {
338
- width: size,
339
- height: size,
340
- ref: ref,
341
- xmlns: "http://www.w3.org/2000/svg",
342
- viewBox: "0 0 32 32",
343
- fill: "currentColor",
344
- ...rest
345
- }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
346
- 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"
347
- })), children);
348
- });
349
- if (process.env.NODE_ENV !== "production") {
350
- LassoPolygon.propTypes = iconPropTypes4cbeb95d.i;
351
- }
352
- const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref15, ref) {
353
- let {
354
- children,
355
- size = 16,
356
- ...rest
357
- } = _ref15;
358
- if (size === 16 || size === "16" || size === "16px") {
359
- return /*#__PURE__*/React.createElement(Icon.default, {
360
- width: size,
361
- height: size,
362
- ref: ref,
363
- xmlns: "http://www.w3.org/2000/svg",
364
- viewBox: "0 0 16 16",
365
- fill: "currentColor",
366
- ...rest
367
- }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
368
- 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"
369
- })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
370
- d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
371
- })), children);
372
- }
373
- return /*#__PURE__*/React.createElement(Icon.default, {
374
- width: size,
375
- height: size,
376
- ref: ref,
377
- xmlns: "http://www.w3.org/2000/svg",
378
- viewBox: "0 0 32 32",
379
- fill: "currentColor",
380
- ...rest
381
- }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
382
- 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"
383
- })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
384
- d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
385
- })), children);
386
- });
387
- if (process.env.NODE_ENV !== "production") {
388
- Launch.propTypes = iconPropTypes4cbeb95d.i;
389
- }
390
- const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref16, ref) {
391
- let {
392
- children,
393
- size = 16,
394
- ...rest
395
- } = _ref16;
396
- return /*#__PURE__*/React.createElement(Icon.default, {
397
- width: size,
398
- height: size,
399
- ref: ref,
400
- xmlns: "http://www.w3.org/2000/svg",
401
- viewBox: "0 0 32 32",
402
- fill: "currentColor",
403
- ...rest
404
- }, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
405
- cx: "23",
406
- cy: "25",
407
- r: "1"
408
- })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
409
- 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"
410
- })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
411
- d: "M8 24H20V26H8z"
412
- })), children);
413
- });
414
- if (process.env.NODE_ENV !== "production") {
415
- WatsonHealthLaunchStudy_1.propTypes = iconPropTypes4cbeb95d.i;
416
- }
417
- const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref17, ref) {
418
- let {
419
- children,
420
- size = 16,
421
- ...rest
422
- } = _ref17;
423
- return /*#__PURE__*/React.createElement(Icon.default, {
424
- width: size,
425
- height: size,
426
- ref: ref,
427
- xmlns: "http://www.w3.org/2000/svg",
428
- viewBox: "0 0 32 32",
429
- fill: "currentColor",
430
- ...rest
431
- }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
432
- cx: "23",
433
- cy: "7",
434
- r: "1"
435
- })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
436
- 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"
437
- })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
438
- d: "M8 6H20V8H8z"
439
- })), children);
440
- });
441
- if (process.env.NODE_ENV !== "production") {
442
- WatsonHealthLaunchStudy_2.propTypes = iconPropTypes4cbeb95d.i;
443
- }
444
- const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref18, ref) {
445
- let {
446
- children,
447
- size = 16,
448
- ...rest
449
- } = _ref18;
450
- return /*#__PURE__*/React.createElement(Icon.default, {
451
- width: size,
452
- height: size,
453
- ref: ref,
454
- xmlns: "http://www.w3.org/2000/svg",
455
- viewBox: "0 0 32 32",
456
- fill: "currentColor",
457
- ...rest
458
- }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
459
- cx: "23",
460
- cy: "25",
461
- r: "1"
462
- })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
463
- 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"
464
- })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
465
- d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
466
- })), children);
467
- });
468
- if (process.env.NODE_ENV !== "production") {
469
- WatsonHealthLaunchStudy_3.propTypes = iconPropTypes4cbeb95d.i;
470
- }
471
- const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref19, ref) {
472
- let {
473
- children,
474
- size = 16,
475
- ...rest
476
- } = _ref19;
477
- return /*#__PURE__*/React.createElement(Icon.default, {
478
- width: size,
479
- height: size,
480
- ref: ref,
481
- xmlns: "http://www.w3.org/2000/svg",
482
- viewBox: "0 0 32 32",
483
- fill: "currentColor",
484
- ...rest
485
- }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
486
- 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"
487
- })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
488
- 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"
489
- })), children);
490
- });
491
- if (process.env.NODE_ENV !== "production") {
492
- Layers.propTypes = iconPropTypes4cbeb95d.i;
493
- }
494
- const LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref20, ref) {
495
- let {
496
- children,
497
- size = 16,
498
- ...rest
499
- } = _ref20;
500
- return /*#__PURE__*/React.createElement(Icon.default, {
501
- width: size,
502
- height: size,
503
- ref: ref,
504
- xmlns: "http://www.w3.org/2000/svg",
505
- viewBox: "0 0 32 32",
506
- fill: "currentColor",
507
- ...rest
508
- }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
509
- strokeWidth: "0",
510
- 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"
511
- })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
512
- strokeWidth: "0",
513
- 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"
514
- })), children);
515
- });
516
- if (process.env.NODE_ENV !== "production") {
517
- LayersExternal.propTypes = iconPropTypes4cbeb95d.i;
518
- }
519
- const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref21, ref) {
520
- let {
521
- children,
522
- size = 16,
523
- ...rest
524
- } = _ref21;
525
- return /*#__PURE__*/React.createElement(Icon.default, {
526
- width: size,
527
- height: size,
528
- ref: ref,
529
- xmlns: "http://www.w3.org/2000/svg",
530
- viewBox: "0 0 32 32",
531
- fill: "currentColor",
532
- ...rest
533
- }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
534
- d: "M16 22H30V24H16z"
535
- })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
536
- width: "6",
537
- height: "6",
538
- x: "4",
539
- y: "20",
540
- rx: "1"
541
- })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
542
- 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"
543
- })), children);
544
- });
545
- if (process.env.NODE_ENV !== "production") {
546
- Legend.propTypes = iconPropTypes4cbeb95d.i;
547
- }
548
- const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref22, ref) {
549
- let {
550
- children,
551
- size = 16,
552
- ...rest
553
- } = _ref22;
554
- return /*#__PURE__*/React.createElement(Icon.default, {
555
- width: size,
556
- height: size,
557
- ref: ref,
558
- xmlns: "http://www.w3.org/2000/svg",
559
- viewBox: "0 0 32 32",
560
- fill: "currentColor",
561
- ...rest
562
- }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
563
- 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"
564
- })), children);
565
- });
566
- if (process.env.NODE_ENV !== "production") {
567
- LetterAa.propTypes = iconPropTypes4cbeb95d.i;
568
- }
569
- const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref23, ref) {
570
- let {
571
- children,
572
- size = 16,
573
- ...rest
574
- } = _ref23;
575
- return /*#__PURE__*/React.createElement(Icon.default, {
576
- width: size,
577
- height: size,
578
- ref: ref,
579
- xmlns: "http://www.w3.org/2000/svg",
580
- viewBox: "0 0 32 32",
581
- fill: "currentColor",
582
- ...rest
583
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
584
- 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"
585
- })), children);
586
- });
587
- if (process.env.NODE_ENV !== "production") {
588
- LetterBb.propTypes = iconPropTypes4cbeb95d.i;
589
- }
590
- const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref24, ref) {
591
- let {
592
- children,
593
- size = 16,
594
- ...rest
595
- } = _ref24;
596
- return /*#__PURE__*/React.createElement(Icon.default, {
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
604
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
605
- d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
606
- })), children);
607
- });
608
- if (process.env.NODE_ENV !== "production") {
609
- LetterCc.propTypes = iconPropTypes4cbeb95d.i;
610
- }
611
- const LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref25, ref) {
612
- let {
613
- children,
614
- size = 16,
615
- ...rest
616
- } = _ref25;
617
- return /*#__PURE__*/React.createElement(Icon.default, {
618
- width: size,
619
- height: size,
620
- ref: ref,
621
- xmlns: "http://www.w3.org/2000/svg",
622
- viewBox: "0 0 32 32",
623
- fill: "currentColor",
624
- ...rest
625
- }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
626
- 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"
627
- })), children);
628
- });
629
- if (process.env.NODE_ENV !== "production") {
630
- LetterDd.propTypes = iconPropTypes4cbeb95d.i;
631
- }
632
- const LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref26, ref) {
633
- let {
634
- children,
635
- size = 16,
636
- ...rest
637
- } = _ref26;
638
- return /*#__PURE__*/React.createElement(Icon.default, {
639
- width: size,
640
- height: size,
641
- ref: ref,
642
- xmlns: "http://www.w3.org/2000/svg",
643
- viewBox: "0 0 32 32",
644
- fill: "currentColor",
645
- ...rest
646
- }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
647
- 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"
648
- })), children);
649
- });
650
- if (process.env.NODE_ENV !== "production") {
651
- LetterEe.propTypes = iconPropTypes4cbeb95d.i;
652
- }
653
- const LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref27, ref) {
654
- let {
655
- children,
656
- size = 16,
657
- ...rest
658
- } = _ref27;
659
- return /*#__PURE__*/React.createElement(Icon.default, {
660
- width: size,
661
- height: size,
662
- ref: ref,
663
- xmlns: "http://www.w3.org/2000/svg",
664
- viewBox: "0 0 32 32",
665
- fill: "currentColor",
666
- ...rest
667
- }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
668
- 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"
669
- })), children);
670
- });
671
- if (process.env.NODE_ENV !== "production") {
672
- LetterFf.propTypes = iconPropTypes4cbeb95d.i;
673
- }
674
- const LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref28, ref) {
675
- let {
676
- children,
677
- size = 16,
678
- ...rest
679
- } = _ref28;
680
- return /*#__PURE__*/React.createElement(Icon.default, {
681
- width: size,
682
- height: size,
683
- ref: ref,
684
- xmlns: "http://www.w3.org/2000/svg",
685
- viewBox: "0 0 32 32",
686
- fill: "currentColor",
687
- ...rest
688
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
689
- 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"
690
- })), children);
691
- });
692
- if (process.env.NODE_ENV !== "production") {
693
- LetterGg.propTypes = iconPropTypes4cbeb95d.i;
694
- }
695
- const LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref29, ref) {
696
- let {
697
- children,
698
- size = 16,
699
- ...rest
700
- } = _ref29;
701
- return /*#__PURE__*/React.createElement(Icon.default, {
702
- width: size,
703
- height: size,
704
- ref: ref,
705
- xmlns: "http://www.w3.org/2000/svg",
706
- viewBox: "0 0 32 32",
707
- fill: "currentColor",
708
- ...rest
709
- }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
710
- 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"
711
- })), children);
712
- });
713
- if (process.env.NODE_ENV !== "production") {
714
- LetterHh.propTypes = iconPropTypes4cbeb95d.i;
715
- }
716
- const LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref30, ref) {
717
- let {
718
- children,
719
- size = 16,
720
- ...rest
721
- } = _ref30;
722
- return /*#__PURE__*/React.createElement(Icon.default, {
723
- width: size,
724
- height: size,
725
- ref: ref,
726
- xmlns: "http://www.w3.org/2000/svg",
727
- viewBox: "0 0 32 32",
728
- fill: "currentColor",
729
- ...rest
730
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
731
- 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"
732
- })), children);
733
- });
734
- if (process.env.NODE_ENV !== "production") {
735
- LetterIi.propTypes = iconPropTypes4cbeb95d.i;
736
- }
737
- const LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref31, ref) {
738
- let {
739
- children,
740
- size = 16,
741
- ...rest
742
- } = _ref31;
743
- return /*#__PURE__*/React.createElement(Icon.default, {
744
- width: size,
745
- height: size,
746
- ref: ref,
747
- xmlns: "http://www.w3.org/2000/svg",
748
- viewBox: "0 0 32 32",
749
- fill: "currentColor",
750
- ...rest
751
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
752
- d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
753
- })), children);
754
- });
755
- if (process.env.NODE_ENV !== "production") {
756
- LetterJj.propTypes = iconPropTypes4cbeb95d.i;
757
- }
758
- const LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref32, ref) {
759
- let {
760
- children,
761
- size = 16,
762
- ...rest
763
- } = _ref32;
764
- return /*#__PURE__*/React.createElement(Icon.default, {
765
- width: size,
766
- height: size,
767
- ref: ref,
768
- xmlns: "http://www.w3.org/2000/svg",
769
- viewBox: "0 0 32 32",
770
- fill: "currentColor",
771
- ...rest
772
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
773
- 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"
774
- })), children);
775
- });
776
- if (process.env.NODE_ENV !== "production") {
777
- LetterKk.propTypes = iconPropTypes4cbeb95d.i;
778
- }
779
- const LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref33, ref) {
780
- let {
781
- children,
782
- size = 16,
783
- ...rest
784
- } = _ref33;
785
- return /*#__PURE__*/React.createElement(Icon.default, {
786
- width: size,
787
- height: size,
788
- ref: ref,
789
- xmlns: "http://www.w3.org/2000/svg",
790
- viewBox: "0 0 32 32",
791
- fill: "currentColor",
792
- ...rest
793
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
794
- d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
795
- })), children);
796
- });
797
- if (process.env.NODE_ENV !== "production") {
798
- LetterLl.propTypes = iconPropTypes4cbeb95d.i;
799
- }
800
- const LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref34, ref) {
801
- let {
802
- children,
803
- size = 16,
804
- ...rest
805
- } = _ref34;
806
- return /*#__PURE__*/React.createElement(Icon.default, {
807
- width: size,
808
- height: size,
809
- ref: ref,
810
- xmlns: "http://www.w3.org/2000/svg",
811
- viewBox: "0 0 32 32",
812
- fill: "currentColor",
813
- ...rest
814
- }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
815
- 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"
816
- })), children);
817
- });
818
- if (process.env.NODE_ENV !== "production") {
819
- LetterMm.propTypes = iconPropTypes4cbeb95d.i;
820
- }
821
- const LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref35, ref) {
822
- let {
823
- children,
824
- size = 16,
825
- ...rest
826
- } = _ref35;
827
- return /*#__PURE__*/React.createElement(Icon.default, {
828
- width: size,
829
- height: size,
830
- ref: ref,
831
- xmlns: "http://www.w3.org/2000/svg",
832
- viewBox: "0 0 32 32",
833
- fill: "currentColor",
834
- ...rest
835
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
836
- 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"
837
- })), children);
838
- });
839
- if (process.env.NODE_ENV !== "production") {
840
- LetterNn.propTypes = iconPropTypes4cbeb95d.i;
841
- }
842
- const LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref36, ref) {
843
- let {
844
- children,
845
- size = 16,
846
- ...rest
847
- } = _ref36;
848
- return /*#__PURE__*/React.createElement(Icon.default, {
849
- width: size,
850
- height: size,
851
- ref: ref,
852
- xmlns: "http://www.w3.org/2000/svg",
853
- viewBox: "0 0 32 32",
854
- fill: "currentColor",
855
- ...rest
856
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
857
- 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"
858
- })), children);
859
- });
860
- if (process.env.NODE_ENV !== "production") {
861
- LetterOo.propTypes = iconPropTypes4cbeb95d.i;
862
- }
863
- const LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref37, ref) {
864
- let {
865
- children,
866
- size = 16,
867
- ...rest
868
- } = _ref37;
869
- return /*#__PURE__*/React.createElement(Icon.default, {
870
- width: size,
871
- height: size,
872
- ref: ref,
873
- xmlns: "http://www.w3.org/2000/svg",
874
- viewBox: "0 0 32 32",
875
- fill: "currentColor",
876
- ...rest
877
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
878
- d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
879
- })), children);
880
- });
881
- if (process.env.NODE_ENV !== "production") {
882
- LetterPp.propTypes = iconPropTypes4cbeb95d.i;
883
- }
884
- const LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref38, ref) {
885
- let {
886
- children,
887
- size = 16,
888
- ...rest
889
- } = _ref38;
890
- return /*#__PURE__*/React.createElement(Icon.default, {
891
- width: size,
892
- height: size,
893
- ref: ref,
894
- xmlns: "http://www.w3.org/2000/svg",
895
- viewBox: "0 0 32 32",
896
- fill: "currentColor",
897
- ...rest
898
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
899
- 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"
900
- })), children);
901
- });
902
- if (process.env.NODE_ENV !== "production") {
903
- LetterQq.propTypes = iconPropTypes4cbeb95d.i;
904
- }
905
- const LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref39, ref) {
906
- let {
907
- children,
908
- size = 16,
909
- ...rest
910
- } = _ref39;
911
- return /*#__PURE__*/React.createElement(Icon.default, {
912
- width: size,
913
- height: size,
914
- ref: ref,
915
- xmlns: "http://www.w3.org/2000/svg",
916
- viewBox: "0 0 32 32",
917
- fill: "currentColor",
918
- ...rest
919
- }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
920
- 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"
921
- })), children);
922
- });
923
- if (process.env.NODE_ENV !== "production") {
924
- LetterRr.propTypes = iconPropTypes4cbeb95d.i;
925
- }
926
- const LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref40, ref) {
927
- let {
928
- children,
929
- size = 16,
930
- ...rest
931
- } = _ref40;
932
- return /*#__PURE__*/React.createElement(Icon.default, {
933
- width: size,
934
- height: size,
935
- ref: ref,
936
- xmlns: "http://www.w3.org/2000/svg",
937
- viewBox: "0 0 32 32",
938
- fill: "currentColor",
939
- ...rest
940
- }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
941
- 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"
942
- })), children);
943
- });
944
- if (process.env.NODE_ENV !== "production") {
945
- LetterSs.propTypes = iconPropTypes4cbeb95d.i;
946
- }
947
- const LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref41, ref) {
948
- let {
949
- children,
950
- size = 16,
951
- ...rest
952
- } = _ref41;
953
- return /*#__PURE__*/React.createElement(Icon.default, {
954
- width: size,
955
- height: size,
956
- ref: ref,
957
- xmlns: "http://www.w3.org/2000/svg",
958
- viewBox: "0 0 32 32",
959
- fill: "currentColor",
960
- ...rest
961
- }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
962
- d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
963
- })), children);
964
- });
965
- if (process.env.NODE_ENV !== "production") {
966
- LetterTt.propTypes = iconPropTypes4cbeb95d.i;
967
- }
968
- const LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref42, ref) {
969
- let {
970
- children,
971
- size = 16,
972
- ...rest
973
- } = _ref42;
974
- return /*#__PURE__*/React.createElement(Icon.default, {
975
- width: size,
976
- height: size,
977
- ref: ref,
978
- xmlns: "http://www.w3.org/2000/svg",
979
- viewBox: "0 0 32 32",
980
- fill: "currentColor",
981
- ...rest
982
- }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
983
- d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
984
- })), children);
985
- });
986
- if (process.env.NODE_ENV !== "production") {
987
- LetterUu.propTypes = iconPropTypes4cbeb95d.i;
988
- }
989
- const LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref43, ref) {
990
- let {
991
- children,
992
- size = 16,
993
- ...rest
994
- } = _ref43;
995
- return /*#__PURE__*/React.createElement(Icon.default, {
996
- width: size,
997
- height: size,
998
- ref: ref,
999
- xmlns: "http://www.w3.org/2000/svg",
1000
- viewBox: "0 0 32 32",
1001
- fill: "currentColor",
1002
- ...rest
1003
- }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
1004
- 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"
1005
- })), children);
1006
- });
1007
- if (process.env.NODE_ENV !== "production") {
1008
- LetterVv.propTypes = iconPropTypes4cbeb95d.i;
1009
- }
1010
- const LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref44, ref) {
1011
- let {
1012
- children,
1013
- size = 16,
1014
- ...rest
1015
- } = _ref44;
1016
- return /*#__PURE__*/React.createElement(Icon.default, {
1017
- width: size,
1018
- height: size,
1019
- ref: ref,
1020
- xmlns: "http://www.w3.org/2000/svg",
1021
- viewBox: "0 0 32 32",
1022
- fill: "currentColor",
1023
- ...rest
1024
- }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
1025
- 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"
1026
- })), children);
1027
- });
1028
- if (process.env.NODE_ENV !== "production") {
1029
- LetterWw.propTypes = iconPropTypes4cbeb95d.i;
1030
- }
1031
- const LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref45, ref) {
1032
- let {
1033
- children,
1034
- size = 16,
1035
- ...rest
1036
- } = _ref45;
1037
- return /*#__PURE__*/React.createElement(Icon.default, {
1038
- width: size,
1039
- height: size,
1040
- ref: ref,
1041
- xmlns: "http://www.w3.org/2000/svg",
1042
- viewBox: "0 0 32 32",
1043
- fill: "currentColor",
1044
- ...rest
1045
- }, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1046
- 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"
1047
- })), children);
1048
- });
1049
- if (process.env.NODE_ENV !== "production") {
1050
- LetterXx.propTypes = iconPropTypes4cbeb95d.i;
1051
- }
1052
- const LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref46, ref) {
1053
- let {
1054
- children,
1055
- size = 16,
1056
- ...rest
1057
- } = _ref46;
1058
- return /*#__PURE__*/React.createElement(Icon.default, {
1059
- width: size,
1060
- height: size,
1061
- ref: ref,
1062
- xmlns: "http://www.w3.org/2000/svg",
1063
- viewBox: "0 0 32 32",
1064
- fill: "currentColor",
1065
- ...rest
1066
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1067
- 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"
1068
- })), children);
1069
- });
1070
- if (process.env.NODE_ENV !== "production") {
1071
- LetterYy.propTypes = iconPropTypes4cbeb95d.i;
1072
- }
1073
- const LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref47, ref) {
1074
- let {
1075
- children,
1076
- size = 16,
1077
- ...rest
1078
- } = _ref47;
1079
- return /*#__PURE__*/React.createElement(Icon.default, {
1080
- width: size,
1081
- height: size,
1082
- ref: ref,
1083
- xmlns: "http://www.w3.org/2000/svg",
1084
- viewBox: "0 0 32 32",
1085
- fill: "currentColor",
1086
- ...rest
1087
- }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1088
- 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"
1089
- })), children);
1090
- });
1091
- if (process.env.NODE_ENV !== "production") {
1092
- LetterZz.propTypes = iconPropTypes4cbeb95d.i;
1093
- }
1094
- const License = /*#__PURE__*/React.forwardRef(function License(_ref48, ref) {
1095
- let {
1096
- children,
1097
- size = 16,
1098
- ...rest
1099
- } = _ref48;
1100
- return /*#__PURE__*/React.createElement(Icon.default, {
1101
- width: size,
1102
- height: size,
1103
- ref: ref,
1104
- xmlns: "http://www.w3.org/2000/svg",
1105
- viewBox: "0 0 32 32",
1106
- fill: "currentColor",
1107
- ...rest
1108
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1109
- d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
1110
- })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1111
- 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"
1112
- })), children);
1113
- });
1114
- if (process.env.NODE_ENV !== "production") {
1115
- License.propTypes = iconPropTypes4cbeb95d.i;
1116
- }
1117
- const LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref49, ref) {
1118
- let {
1119
- children,
1120
- size = 16,
1121
- ...rest
1122
- } = _ref49;
1123
- return /*#__PURE__*/React.createElement(Icon.default, {
1124
- width: size,
1125
- height: size,
1126
- ref: ref,
1127
- xmlns: "http://www.w3.org/2000/svg",
1128
- viewBox: "0 0 32 32",
1129
- fill: "currentColor",
1130
- ...rest
1131
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1132
- d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
1133
- })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1134
- 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"
1135
- })), children);
1136
- });
1137
- if (process.env.NODE_ENV !== "production") {
1138
- LicenseDraft.propTypes = iconPropTypes4cbeb95d.i;
1139
- }
1140
- const LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref50, ref) {
1141
- let {
1142
- children,
1143
- size = 16,
1144
- ...rest
1145
- } = _ref50;
1146
- return /*#__PURE__*/React.createElement(Icon.default, {
1147
- width: size,
1148
- height: size,
1149
- ref: ref,
1150
- xmlns: "http://www.w3.org/2000/svg",
1151
- viewBox: "0 0 32 32",
1152
- fill: "currentColor",
1153
- ...rest
1154
- }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1155
- 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"
1156
- })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1157
- 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"
1158
- })), children);
1159
- });
1160
- if (process.env.NODE_ENV !== "production") {
1161
- LicenseGlobal.propTypes = iconPropTypes4cbeb95d.i;
1162
- }
1163
- const LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(_ref51, ref) {
1164
- let {
1165
- children,
1166
- size = 16,
1167
- ...rest
1168
- } = _ref51;
1169
- return /*#__PURE__*/React.createElement(Icon.default, {
1170
- width: size,
1171
- height: size,
1172
- ref: ref,
1173
- xmlns: "http://www.w3.org/2000/svg",
1174
- viewBox: "0 0 32 32",
1175
- fill: "currentColor",
1176
- ...rest
1177
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1178
- 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"
1179
- })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1180
- 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"
1181
- })), children);
1182
- });
1183
- if (process.env.NODE_ENV !== "production") {
1184
- LicenseMaintenance.propTypes = iconPropTypes4cbeb95d.i;
1185
- }
1186
- const LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(_ref52, ref) {
1187
- let {
1188
- children,
1189
- size = 16,
1190
- ...rest
1191
- } = _ref52;
1192
- return /*#__PURE__*/React.createElement(Icon.default, {
1193
- width: size,
1194
- height: size,
1195
- ref: ref,
1196
- xmlns: "http://www.w3.org/2000/svg",
1197
- viewBox: "0 0 32 32",
1198
- fill: "currentColor",
1199
- ...rest
1200
- }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1201
- 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"
1202
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1203
- 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"
1204
- })), children);
1205
- });
1206
- if (process.env.NODE_ENV !== "production") {
1207
- LicenseMaintenanceDraft.propTypes = iconPropTypes4cbeb95d.i;
1208
- }
1209
- const LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(_ref53, ref) {
1210
- let {
1211
- children,
1212
- size = 16,
1213
- ...rest
1214
- } = _ref53;
1215
- return /*#__PURE__*/React.createElement(Icon.default, {
1216
- width: size,
1217
- height: size,
1218
- ref: ref,
1219
- xmlns: "http://www.w3.org/2000/svg",
1220
- viewBox: "0 0 32 32",
1221
- fill: "currentColor",
1222
- ...rest
1223
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1224
- 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"
1225
- })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1226
- 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"
1227
- })), children);
1228
- });
1229
- if (process.env.NODE_ENV !== "production") {
1230
- LicenseThirdParty.propTypes = iconPropTypes4cbeb95d.i;
1231
- }
1232
- const LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(_ref54, ref) {
1233
- let {
1234
- children,
1235
- size = 16,
1236
- ...rest
1237
- } = _ref54;
1238
- return /*#__PURE__*/React.createElement(Icon.default, {
1239
- width: size,
1240
- height: size,
1241
- ref: ref,
1242
- xmlns: "http://www.w3.org/2000/svg",
1243
- viewBox: "0 0 32 32",
1244
- fill: "currentColor",
1245
- ...rest
1246
- }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1247
- 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"
1248
- })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1249
- 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"
1250
- })), children);
1251
- });
1252
- if (process.env.NODE_ENV !== "production") {
1253
- LicenseThirdPartyDraft.propTypes = iconPropTypes4cbeb95d.i;
1254
- }
1255
- const Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref55, ref) {
1256
- let {
1257
- children,
1258
- size = 16,
1259
- ...rest
1260
- } = _ref55;
1261
- return /*#__PURE__*/React.createElement(Icon.default, {
1262
- width: size,
1263
- height: size,
1264
- ref: ref,
1265
- xmlns: "http://www.w3.org/2000/svg",
1266
- viewBox: "0 0 32 32",
1267
- fill: "currentColor",
1268
- ...rest
1269
- }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1270
- 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"
1271
- })), children);
1272
- });
1273
- if (process.env.NODE_ENV !== "production") {
1274
- Lifesaver.propTypes = iconPropTypes4cbeb95d.i;
1275
- }
1276
- const Light = /*#__PURE__*/React.forwardRef(function Light(_ref56, ref) {
1277
- let {
1278
- children,
1279
- size = 16,
1280
- ...rest
1281
- } = _ref56;
1282
- if (size === 16 || size === "16" || size === "16px") {
1283
- return /*#__PURE__*/React.createElement(Icon.default, {
1284
- width: size,
1285
- height: size,
1286
- ref: ref,
1287
- xmlns: "http://www.w3.org/2000/svg",
1288
- viewBox: "0 0 16 16",
1289
- fill: "currentColor",
1290
- ...rest
1291
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1292
- d: "M7.5 1H8.5V3.5H7.5z"
1293
- })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1294
- d: "M10.8 3.4H13.3V4.4H10.8z",
1295
- transform: "rotate(-45.001 12.041 3.923)"
1296
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1297
- d: "M12.5 7.5H15V8.5H12.5z"
1298
- })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1299
- d: "M11.6 10.8H12.6V13.3H11.6z",
1300
- transform: "rotate(-45.001 12.075 12.041)"
1301
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1302
- d: "M7.5 12.5H8.5V15H7.5z"
1303
- })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1304
- d: "M2.7 11.6H5.2V12.6H2.7z",
1305
- transform: "rotate(-45.001 3.96 12.079)"
1306
- })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1307
- d: "M1 7.5H3.5V8.5H1z"
1308
- })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1309
- d: "M3.4 2.7H4.4V5.2H3.4z",
1310
- transform: "rotate(-45.001 3.925 3.961)"
1311
- })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1312
- 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"
1313
- })), children);
1314
- }
1315
- return /*#__PURE__*/React.createElement(Icon.default, {
1316
- width: size,
1317
- height: size,
1318
- ref: ref,
1319
- xmlns: "http://www.w3.org/2000/svg",
1320
- viewBox: "0 0 32 32",
1321
- fill: "currentColor",
1322
- ...rest
1323
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1324
- d: "M15 2H17V7H15z"
1325
- })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1326
- d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
1327
- transform: "rotate(-45 24.147 7.853)"
1328
- })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1329
- d: "M25 15H30V17H25z"
1330
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1331
- d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
1332
- transform: "rotate(-45 24.147 24.146)"
1333
- })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1334
- d: "M15 25H17V30H15z"
1335
- })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1336
- d: "M5.375 23.147H10.333V25.147H5.375z",
1337
- transform: "rotate(-45 7.853 24.146)"
1338
- })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1339
- d: "M2 15H7V17H2z"
1340
- })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1341
- d: "M6.854 5.375H8.854V10.333H6.854z",
1342
- transform: "rotate(-45 7.854 7.853)"
1343
- })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1344
- 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"
1345
- })), children);
1346
- });
1347
- if (process.env.NODE_ENV !== "production") {
1348
- Light.propTypes = iconPropTypes4cbeb95d.i;
1349
- }
1350
- const LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref57, ref) {
1351
- let {
1352
- children,
1353
- size = 16,
1354
- ...rest
1355
- } = _ref57;
1356
- return /*#__PURE__*/React.createElement(Icon.default, {
1357
- width: size,
1358
- height: size,
1359
- ref: ref,
1360
- xmlns: "http://www.w3.org/2000/svg",
1361
- viewBox: "0 0 32 32",
1362
- fill: "currentColor",
1363
- ...rest
1364
- }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1365
- d: "M15 2H17V7H15z"
1366
- })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1367
- d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
1368
- transform: "rotate(-45 24.147 7.853)"
1369
- })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1370
- d: "M25 15H30V17H25z"
1371
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1372
- d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
1373
- transform: "rotate(-45 24.147 24.146)"
1374
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1375
- d: "M15 25H17V30H15z"
1376
- })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1377
- d: "M5.375 23.147H10.333V25.147H5.375z",
1378
- transform: "rotate(-45 7.853 24.146)"
1379
- })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1380
- d: "M2 15H7V17H2z"
1381
- })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1382
- d: "M6.854 5.375H8.854V10.333H6.854z",
1383
- transform: "rotate(-45 7.854 7.853)"
1384
- })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1385
- d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
1386
- })), children);
1387
- });
1388
- if (process.env.NODE_ENV !== "production") {
1389
- LightFilled.propTypes = iconPropTypes4cbeb95d.i;
1390
- }
1391
- const Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref58, ref) {
1392
- let {
1393
- children,
1394
- size = 16,
1395
- ...rest
1396
- } = _ref58;
1397
- return /*#__PURE__*/React.createElement(Icon.default, {
1398
- width: size,
1399
- height: size,
1400
- ref: ref,
1401
- xmlns: "http://www.w3.org/2000/svg",
1402
- viewBox: "0 0 32 32",
1403
- fill: "currentColor",
1404
- ...rest
1405
- }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1406
- 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"
1407
- })), children);
1408
- });
1409
- if (process.env.NODE_ENV !== "production") {
1410
- Lightning.propTypes = iconPropTypes4cbeb95d.i;
1411
- }
1412
- const Link = /*#__PURE__*/React.forwardRef(function Link(_ref59, ref) {
1413
- let {
1414
- children,
1415
- size = 16,
1416
- ...rest
1417
- } = _ref59;
1418
- return /*#__PURE__*/React.createElement(Icon.default, {
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
1426
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1427
- 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"
1428
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1429
- 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"
1430
- })), children);
1431
- });
1432
- if (process.env.NODE_ENV !== "production") {
1433
- Link.propTypes = iconPropTypes4cbeb95d.i;
1434
- }
1435
- const Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref60, ref) {
1436
- let {
1437
- children,
1438
- size = 16,
1439
- ...rest
1440
- } = _ref60;
1441
- return /*#__PURE__*/React.createElement(Icon.default, {
1442
- width: size,
1443
- height: size,
1444
- ref: ref,
1445
- xmlns: "http://www.w3.org/2000/svg",
1446
- viewBox: "0 0 32 32",
1447
- fill: "currentColor",
1448
- ...rest
1449
- }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1450
- 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"
1451
- })), children);
1452
- });
1453
- if (process.env.NODE_ENV !== "production") {
1454
- Linux.propTypes = iconPropTypes4cbeb95d.i;
1455
- }
1456
- const LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref61, ref) {
1457
- let {
1458
- children,
1459
- size = 16,
1460
- ...rest
1461
- } = _ref61;
1462
- return /*#__PURE__*/React.createElement(Icon.default, {
1463
- width: size,
1464
- height: size,
1465
- ref: ref,
1466
- xmlns: "http://www.w3.org/2000/svg",
1467
- viewBox: "0 0 32 32",
1468
- fill: "currentColor",
1469
- ...rest
1470
- }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1471
- 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"
1472
- })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1473
- 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"
1474
- })), children);
1475
- });
1476
- if (process.env.NODE_ENV !== "production") {
1477
- LinuxAlt.propTypes = iconPropTypes4cbeb95d.i;
1478
- }
1479
- const LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref62, ref) {
1480
- let {
1481
- children,
1482
- size = 16,
1483
- ...rest
1484
- } = _ref62;
1485
- return /*#__PURE__*/React.createElement(Icon.default, {
1486
- width: size,
1487
- height: size,
1488
- ref: ref,
1489
- xmlns: "http://www.w3.org/2000/svg",
1490
- viewBox: "0 0 32 32",
1491
- fill: "currentColor",
1492
- ...rest
1493
- }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1494
- strokeWidth: "0",
1495
- 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"
1496
- })), children);
1497
- });
1498
- if (process.env.NODE_ENV !== "production") {
1499
- LinuxNamespace.propTypes = iconPropTypes4cbeb95d.i;
1500
- }
1501
- const List = /*#__PURE__*/React.forwardRef(function List(_ref63, ref) {
1502
- let {
1503
- children,
1504
- size = 16,
1505
- ...rest
1506
- } = _ref63;
1507
- return /*#__PURE__*/React.createElement(Icon.default, {
1508
- width: size,
1509
- height: size,
1510
- ref: ref,
1511
- xmlns: "http://www.w3.org/2000/svg",
1512
- viewBox: "0 0 32 32",
1513
- fill: "currentColor",
1514
- ...rest
1515
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1516
- d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
1517
- })), children);
1518
- });
1519
- if (process.env.NODE_ENV !== "production") {
1520
- List.propTypes = iconPropTypes4cbeb95d.i;
1521
- }
1522
- const ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref64, ref) {
1523
- let {
1524
- children,
1525
- size = 16,
1526
- ...rest
1527
- } = _ref64;
1528
- return /*#__PURE__*/React.createElement(Icon.default, {
1529
- width: size,
1530
- height: size,
1531
- ref: ref,
1532
- xmlns: "http://www.w3.org/2000/svg",
1533
- viewBox: "0 0 32 32",
1534
- fill: "currentColor",
1535
- ...rest
1536
- }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1537
- 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"
1538
- })), children);
1539
- });
1540
- if (process.env.NODE_ENV !== "production") {
1541
- ListBoxes.propTypes = iconPropTypes4cbeb95d.i;
1542
- }
1543
- const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref65, ref) {
1544
- let {
1545
- children,
1546
- size = 16,
1547
- ...rest
1548
- } = _ref65;
1549
- if (size === 16 || size === "16" || size === "16px") {
1550
- return /*#__PURE__*/React.createElement(Icon.default, {
1551
- width: size,
1552
- height: size,
1553
- ref: ref,
1554
- xmlns: "http://www.w3.org/2000/svg",
1555
- viewBox: "0 0 16 16",
1556
- fill: "currentColor",
1557
- ...rest
1558
- }, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1559
- cx: "3.5",
1560
- cy: "4.5",
1561
- r: "1.5"
1562
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
1563
- cx: "3.5",
1564
- cy: "11.5",
1565
- r: "1.5"
1566
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1567
- d: "M8 11H15V12H8zM8 4H15V5H8z"
1568
- })), children);
1569
- }
1570
- return /*#__PURE__*/React.createElement(Icon.default, {
1571
- width: size,
1572
- height: size,
1573
- ref: ref,
1574
- xmlns: "http://www.w3.org/2000/svg",
1575
- viewBox: "0 0 32 32",
1576
- fill: "currentColor",
1577
- ...rest
1578
- }, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
1579
- cx: "7",
1580
- cy: "9",
1581
- r: "3"
1582
- })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
1583
- cx: "7",
1584
- cy: "23",
1585
- r: "3"
1586
- })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1587
- d: "M16 22H30V24H16zM16 8H30V10H16z"
1588
- })), children);
1589
- });
1590
- if (process.env.NODE_ENV !== "production") {
1591
- ListBulleted.propTypes = iconPropTypes4cbeb95d.i;
1592
- }
1593
- const ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref66, ref) {
1594
- let {
1595
- children,
1596
- size = 16,
1597
- ...rest
1598
- } = _ref66;
1599
- return /*#__PURE__*/React.createElement(Icon.default, {
1600
- width: size,
1601
- height: size,
1602
- ref: ref,
1603
- xmlns: "http://www.w3.org/2000/svg",
1604
- viewBox: "0 0 32 32",
1605
- fill: "currentColor",
1606
- ...rest
1607
- }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1608
- 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"
1609
- })), children);
1610
- });
1611
- if (process.env.NODE_ENV !== "production") {
1612
- ListChecked.propTypes = iconPropTypes4cbeb95d.i;
1613
- }
1614
- const ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(_ref67, ref) {
1615
- let {
1616
- children,
1617
- size = 16,
1618
- ...rest
1619
- } = _ref67;
1620
- return /*#__PURE__*/React.createElement(Icon.default, {
1621
- width: size,
1622
- height: size,
1623
- ref: ref,
1624
- xmlns: "http://www.w3.org/2000/svg",
1625
- viewBox: "0 0 32 32",
1626
- fill: "currentColor",
1627
- ...rest
1628
- }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1629
- 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"
1630
- })), children);
1631
- });
1632
- if (process.env.NODE_ENV !== "production") {
1633
- ListCheckedMirror.propTypes = iconPropTypes4cbeb95d.i;
1634
- }
1635
- const ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref68, ref) {
1636
- let {
1637
- children,
1638
- size = 16,
1639
- ...rest
1640
- } = _ref68;
1641
- return /*#__PURE__*/React.createElement(Icon.default, {
1642
- width: size,
1643
- height: size,
1644
- ref: ref,
1645
- xmlns: "http://www.w3.org/2000/svg",
1646
- viewBox: "0 0 32 32",
1647
- fill: "currentColor",
1648
- ...rest
1649
- }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1650
- d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
1651
- })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1652
- d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
1653
- })), children);
1654
- });
1655
- if (process.env.NODE_ENV !== "production") {
1656
- ListDropdown.propTypes = iconPropTypes4cbeb95d.i;
1657
- }
1658
- const ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref69, ref) {
1659
- let {
1660
- children,
1661
- size = 16,
1662
- ...rest
1663
- } = _ref69;
1664
- return /*#__PURE__*/React.createElement(Icon.default, {
1665
- width: size,
1666
- height: size,
1667
- ref: ref,
1668
- xmlns: "http://www.w3.org/2000/svg",
1669
- viewBox: "0 0 32 32",
1670
- fill: "currentColor",
1671
- ...rest
1672
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1673
- 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"
1674
- })), children);
1675
- });
1676
- if (process.env.NODE_ENV !== "production") {
1677
- ListNumbered.propTypes = iconPropTypes4cbeb95d.i;
1678
- }
1679
- const ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMirror(_ref70, ref) {
1680
- let {
1681
- children,
1682
- size = 16,
1683
- ...rest
1684
- } = _ref70;
1685
- return /*#__PURE__*/React.createElement(Icon.default, {
1686
- width: size,
1687
- height: size,
1688
- ref: ref,
1689
- xmlns: "http://www.w3.org/2000/svg",
1690
- viewBox: "0 0 32 32",
1691
- fill: "currentColor",
1692
- ...rest
1693
- }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1694
- 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"
1695
- })), children);
1696
- });
1697
- if (process.env.NODE_ENV !== "production") {
1698
- ListNumberedMirror.propTypes = iconPropTypes4cbeb95d.i;
1699
- }
1700
- const LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalancerApplication(_ref71, ref) {
1701
- let {
1702
- children,
1703
- size = 16,
1704
- ...rest
1705
- } = _ref71;
1706
- return /*#__PURE__*/React.createElement(Icon.default, {
1707
- width: size,
1708
- height: size,
1709
- ref: ref,
1710
- xmlns: "http://www.w3.org/2000/svg",
1711
- viewBox: "0 0 32 32",
1712
- fill: "currentColor",
1713
- ...rest
1714
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1715
- d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V14H15v2H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM9 2V12H23V2zm2 2h2v6H11zm10 6H15V4h6z"
1716
- })), children);
1717
- });
1718
- if (process.env.NODE_ENV !== "production") {
1719
- LoadBalancerApplication.propTypes = iconPropTypes4cbeb95d.i;
1720
- }
1721
- const LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerClassic(_ref72, ref) {
1722
- let {
1723
- children,
1724
- size = 16,
1725
- ...rest
1726
- } = _ref72;
1727
- return /*#__PURE__*/React.createElement(Icon.default, {
1728
- width: size,
1729
- height: size,
1730
- ref: ref,
1731
- xmlns: "http://www.w3.org/2000/svg",
1732
- viewBox: "0 0 32 32",
1733
- fill: "currentColor",
1734
- ...rest
1735
- }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1736
- d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8zM14 8V4h4V8z"
1737
- })), children);
1738
- });
1739
- if (process.env.NODE_ENV !== "production") {
1740
- LoadBalancerClassic.propTypes = iconPropTypes4cbeb95d.i;
1741
- }
1742
- const LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGlobal(_ref73, ref) {
1743
- let {
1744
- children,
1745
- size = 16,
1746
- ...rest
1747
- } = _ref73;
1748
- return /*#__PURE__*/React.createElement(Icon.default, {
1749
- width: size,
1750
- height: size,
1751
- ref: ref,
1752
- xmlns: "http://www.w3.org/2000/svg",
1753
- viewBox: "0 0 32 32",
1754
- fill: "currentColor",
1755
- ...rest
1756
- }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1757
- 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"
1758
- })), children);
1759
- });
1760
- if (process.env.NODE_ENV !== "production") {
1761
- LoadBalancerGlobal.propTypes = iconPropTypes4cbeb95d.i;
1762
- }
1763
- const LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancerListener(_ref74, ref) {
1764
- let {
1765
- children,
1766
- size = 16,
1767
- ...rest
1768
- } = _ref74;
1769
- return /*#__PURE__*/React.createElement(Icon.default, {
1770
- width: size,
1771
- height: size,
1772
- ref: ref,
1773
- xmlns: "http://www.w3.org/2000/svg",
1774
- viewBox: "0 0 32 32",
1775
- fill: "currentColor",
1776
- ...rest
1777
- }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1778
- d: "M15 8H17V10H15zM19 8H21V10H19zM11 8H13V10H11zM25 16H17V13H15v3H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 3H21V5H11z"
1779
- })), children);
1780
- });
1781
- if (process.env.NODE_ENV !== "production") {
1782
- LoadBalancerListener.propTypes = iconPropTypes4cbeb95d.i;
1783
- }
1784
- const LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLocal(_ref75, ref) {
1785
- let {
1786
- children,
1787
- size = 16,
1788
- ...rest
1789
- } = _ref75;
1790
- return /*#__PURE__*/React.createElement(Icon.default, {
1791
- width: size,
1792
- height: size,
1793
- ref: ref,
1794
- xmlns: "http://www.w3.org/2000/svg",
1795
- viewBox: "0 0 32 32",
1796
- fill: "currentColor",
1797
- ...rest
1798
- }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1799
- d: "M25 16H17V10H15v6H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 5H21V7H11z"
1800
- })), children);
1801
- });
1802
- if (process.env.NODE_ENV !== "production") {
1803
- LoadBalancerLocal.propTypes = iconPropTypes4cbeb95d.i;
1804
- }
1805
- const LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerNetwork(_ref76, ref) {
1806
- let {
1807
- children,
1808
- size = 16,
1809
- ...rest
1810
- } = _ref76;
1811
- return /*#__PURE__*/React.createElement(Icon.default, {
1812
- width: size,
1813
- height: size,
1814
- ref: ref,
1815
- xmlns: "http://www.w3.org/2000/svg",
1816
- viewBox: "0 0 32 32",
1817
- fill: "currentColor",
1818
- ...rest
1819
- }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1820
- 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"
1821
- })), children);
1822
- });
1823
- if (process.env.NODE_ENV !== "production") {
1824
- LoadBalancerNetwork.propTypes = iconPropTypes4cbeb95d.i;
1825
- }
1826
- const LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool(_ref77, ref) {
1827
- let {
1828
- children,
1829
- size = 16,
1830
- ...rest
1831
- } = _ref77;
1832
- return /*#__PURE__*/React.createElement(Icon.default, {
1833
- width: size,
1834
- height: size,
1835
- ref: ref,
1836
- xmlns: "http://www.w3.org/2000/svg",
1837
- viewBox: "0 0 32 32",
1838
- fill: "currentColor",
1839
- ...rest
1840
- }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1841
- 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"
1842
- })), children);
1843
- });
1844
- if (process.env.NODE_ENV !== "production") {
1845
- LoadBalancerPool.propTypes = iconPropTypes4cbeb95d.i;
1846
- }
1847
- const LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_ref78, ref) {
1848
- let {
1849
- children,
1850
- size = 16,
1851
- ...rest
1852
- } = _ref78;
1853
- return /*#__PURE__*/React.createElement(Icon.default, {
1854
- width: size,
1855
- height: size,
1856
- ref: ref,
1857
- xmlns: "http://www.w3.org/2000/svg",
1858
- viewBox: "0 0 32 32",
1859
- fill: "currentColor",
1860
- ...rest
1861
- }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1862
- 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"
1863
- })), children);
1864
- });
1865
- if (process.env.NODE_ENV !== "production") {
1866
- LoadBalancerVpc.propTypes = iconPropTypes4cbeb95d.i;
1867
- }
1868
- const Location = /*#__PURE__*/React.forwardRef(function Location(_ref79, ref) {
1869
- let {
1870
- children,
1871
- size = 16,
1872
- ...rest
1873
- } = _ref79;
1874
- return /*#__PURE__*/React.createElement(Icon.default, {
1875
- width: size,
1876
- height: size,
1877
- ref: ref,
1878
- xmlns: "http://www.w3.org/2000/svg",
1879
- viewBox: "0 0 32 32",
1880
- fill: "currentColor",
1881
- ...rest
1882
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1883
- 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"
1884
- })), _path135 || (_path135 = /*#__PURE__*/React.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,1,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
1886
- })), children);
1887
- });
1888
- if (process.env.NODE_ENV !== "production") {
1889
- Location.propTypes = iconPropTypes4cbeb95d.i;
1890
- }
1891
- const LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_ref80, ref) {
1892
- let {
1893
- children,
1894
- size = 16,
1895
- ...rest
1896
- } = _ref80;
1897
- return /*#__PURE__*/React.createElement(Icon.default, {
1898
- width: size,
1899
- height: size,
1900
- ref: ref,
1901
- xmlns: "http://www.w3.org/2000/svg",
1902
- viewBox: "0 0 32 32",
1903
- fill: "currentColor",
1904
- ...rest
1905
- }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1906
- 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"
1907
- })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1908
- d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
1909
- })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1910
- d: "M15 16H17V18H15zM15 12H17V14H15z"
1911
- })), children);
1912
- });
1913
- if (process.env.NODE_ENV !== "production") {
1914
- LocationCompany.propTypes = iconPropTypes4cbeb95d.i;
1915
- }
1916
- const LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCompanyFilled(_ref81, ref) {
1917
- let {
1918
- children,
1919
- size = 16,
1920
- ...rest
1921
- } = _ref81;
1922
- return /*#__PURE__*/React.createElement(Icon.default, {
1923
- width: size,
1924
- height: size,
1925
- ref: ref,
1926
- xmlns: "http://www.w3.org/2000/svg",
1927
- viewBox: "0 0 32 32",
1928
- fill: "currentColor",
1929
- ...rest
1930
- }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1931
- fill: "none",
1932
- d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Zm-4-2H15v2h2Zm0-4H15v2h2Z"
1933
- })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1934
- 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"
1935
- })), children);
1936
- });
1937
- if (process.env.NODE_ENV !== "production") {
1938
- LocationCompanyFilled.propTypes = iconPropTypes4cbeb95d.i;
1939
- }
1940
- const LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_ref82, ref) {
1941
- let {
1942
- children,
1943
- size = 16,
1944
- ...rest
1945
- } = _ref82;
1946
- return /*#__PURE__*/React.createElement(Icon.default, {
1947
- width: size,
1948
- height: size,
1949
- ref: ref,
1950
- xmlns: "http://www.w3.org/2000/svg",
1951
- viewBox: "0 0 32 32",
1952
- fill: "currentColor",
1953
- ...rest
1954
- }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1955
- 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"
1956
- })), children);
1957
- });
1958
- if (process.env.NODE_ENV !== "production") {
1959
- LocationCurrent.propTypes = iconPropTypes4cbeb95d.i;
1960
- }
1961
- const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_ref83, ref) {
1962
- let {
1963
- children,
1964
- size = 16,
1965
- ...rest
1966
- } = _ref83;
1967
- return /*#__PURE__*/React.createElement(Icon.default, {
1968
- width: size,
1969
- height: size,
1970
- ref: ref,
1971
- xmlns: "http://www.w3.org/2000/svg",
1972
- viewBox: "0 0 32 32",
1973
- fill: "currentColor",
1974
- ...rest
1975
- }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1976
- 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"
1977
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1978
- cx: "16",
1979
- cy: "13",
1980
- r: "4",
1981
- fill: "none"
1982
- })), children);
1983
- });
1984
- if (process.env.NODE_ENV !== "production") {
1985
- LocationFilled.propTypes = iconPropTypes4cbeb95d.i;
1986
- }
1987
- const LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_ref84, ref) {
1988
- let {
1989
- children,
1990
- size = 16,
1991
- ...rest
1992
- } = _ref84;
1993
- return /*#__PURE__*/React.createElement(Icon.default, {
1994
- width: size,
1995
- height: size,
1996
- ref: ref,
1997
- xmlns: "http://www.w3.org/2000/svg",
1998
- viewBox: "0 0 32 32",
1999
- fill: "currentColor",
2000
- ...rest
2001
- }, _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
2002
- cx: "16",
2003
- cy: "20.5",
2004
- r: "1.5"
2005
- })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2006
- d: "M15 7H17V16H15z"
2007
- })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2008
- 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"
2009
- })), children);
2010
- });
2011
- if (process.env.NODE_ENV !== "production") {
2012
- LocationHazard.propTypes = iconPropTypes4cbeb95d.i;
2013
- }
2014
- const LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHazardFilled(_ref85, ref) {
2015
- let {
2016
- children,
2017
- size = 16,
2018
- ...rest
2019
- } = _ref85;
2020
- return /*#__PURE__*/React.createElement(Icon.default, {
2021
- width: size,
2022
- height: size,
2023
- ref: ref,
2024
- xmlns: "http://www.w3.org/2000/svg",
2025
- viewBox: "0 0 32 32",
2026
- fill: "currentColor",
2027
- ...rest
2028
- }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2029
- fill: "none",
2030
- 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"
2031
- })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2032
- 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"
2033
- })), children);
2034
- });
2035
- if (process.env.NODE_ENV !== "production") {
2036
- LocationHazardFilled.propTypes = iconPropTypes4cbeb95d.i;
2037
- }
2038
- const LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(_ref86, ref) {
2039
- let {
2040
- children,
2041
- size = 16,
2042
- ...rest
2043
- } = _ref86;
2044
- return /*#__PURE__*/React.createElement(Icon.default, {
2045
- width: size,
2046
- height: size,
2047
- ref: ref,
2048
- xmlns: "http://www.w3.org/2000/svg",
2049
- viewBox: "0 0 32 32",
2050
- fill: "currentColor",
2051
- ...rest
2052
- }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2053
- 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"
2054
- })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2055
- 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"
2056
- })), children);
2057
- });
2058
- if (process.env.NODE_ENV !== "production") {
2059
- LocationHeart.propTypes = iconPropTypes4cbeb95d.i;
2060
- }
2061
- const LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeartFilled(_ref87, ref) {
2062
- let {
2063
- children,
2064
- size = 16,
2065
- ...rest
2066
- } = _ref87;
2067
- return /*#__PURE__*/React.createElement(Icon.default, {
2068
- width: size,
2069
- height: size,
2070
- ref: ref,
2071
- xmlns: "http://www.w3.org/2000/svg",
2072
- viewBox: "0 0 32 32",
2073
- fill: "currentColor",
2074
- ...rest
2075
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2076
- fill: "none",
2077
- 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"
2078
- })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2079
- 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"
2080
- })), children);
2081
- });
2082
- if (process.env.NODE_ENV !== "production") {
2083
- LocationHeartFilled.propTypes = iconPropTypes4cbeb95d.i;
2084
- }
2085
- const LocationInfo = /*#__PURE__*/React.forwardRef(function LocationInfo(_ref88, ref) {
2086
- let {
2087
- children,
2088
- size = 16,
2089
- ...rest
2090
- } = _ref88;
2091
- return /*#__PURE__*/React.createElement(Icon.default, {
2092
- width: size,
2093
- height: size,
2094
- ref: ref,
2095
- xmlns: "http://www.w3.org/2000/svg",
2096
- viewBox: "0 0 32 32",
2097
- fill: "currentColor",
2098
- ...rest
2099
- }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2100
- strokeWidth: "0",
2101
- 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"
2102
- })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2103
- strokeWidth: "0",
2104
- 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"
2105
- })), children);
2106
- });
2107
- if (process.env.NODE_ENV !== "production") {
2108
- LocationInfo.propTypes = iconPropTypes4cbeb95d.i;
2109
- }
2110
- const LocationInfoFilled = /*#__PURE__*/React.forwardRef(function LocationInfoFilled(_ref89, ref) {
2111
- let {
2112
- children,
2113
- size = 16,
2114
- ...rest
2115
- } = _ref89;
2116
- return /*#__PURE__*/React.createElement(Icon.default, {
2117
- width: size,
2118
- height: size,
2119
- ref: ref,
2120
- xmlns: "http://www.w3.org/2000/svg",
2121
- viewBox: "0 0 32 32",
2122
- fill: "currentColor",
2123
- ...rest
2124
- }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2125
- strokeWidth: "0",
2126
- 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"
2127
- })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2128
- fill: "none",
2129
- strokeWidth: "0",
2130
- 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"
2131
- })), children);
2132
- });
2133
- if (process.env.NODE_ENV !== "production") {
2134
- LocationInfoFilled.propTypes = iconPropTypes4cbeb95d.i;
2135
- }
2136
- const LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(_ref90, ref) {
2137
- let {
2138
- children,
2139
- size = 16,
2140
- ...rest
2141
- } = _ref90;
2142
- return /*#__PURE__*/React.createElement(Icon.default, {
2143
- width: size,
2144
- height: size,
2145
- ref: ref,
2146
- xmlns: "http://www.w3.org/2000/svg",
2147
- viewBox: "0 0 32 32",
2148
- fill: "currentColor",
2149
- ...rest
2150
- }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2151
- 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"
2152
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2153
- 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"
2154
- })), children);
2155
- });
2156
- if (process.env.NODE_ENV !== "production") {
2157
- LocationPerson.propTypes = iconPropTypes4cbeb95d.i;
2158
- }
2159
- const LocationPersonFilled = /*#__PURE__*/React.forwardRef(function LocationPersonFilled(_ref91, ref) {
2160
- let {
2161
- children,
2162
- size = 16,
2163
- ...rest
2164
- } = _ref91;
2165
- return /*#__PURE__*/React.createElement(Icon.default, {
2166
- width: size,
2167
- height: size,
2168
- ref: ref,
2169
- xmlns: "http://www.w3.org/2000/svg",
2170
- viewBox: "0 0 32 32",
2171
- fill: "currentColor",
2172
- ...rest
2173
- }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2174
- fill: "none",
2175
- 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"
2176
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
2177
- cx: "16",
2178
- cy: "11",
2179
- r: "1"
2180
- })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2181
- 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"
2182
- })), children);
2183
- });
2184
- if (process.env.NODE_ENV !== "production") {
2185
- LocationPersonFilled.propTypes = iconPropTypes4cbeb95d.i;
2186
- }
2187
- const LocationSave = /*#__PURE__*/React.forwardRef(function LocationSave(_ref92, ref) {
2188
- let {
2189
- children,
2190
- size = 16,
2191
- ...rest
2192
- } = _ref92;
2193
- return /*#__PURE__*/React.createElement(Icon.default, {
2194
- width: size,
2195
- height: size,
2196
- ref: ref,
2197
- xmlns: "http://www.w3.org/2000/svg",
2198
- viewBox: "0 0 32 32",
2199
- fill: "currentColor",
2200
- ...rest
2201
- }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2202
- 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"
2203
- })), children);
2204
- });
2205
- if (process.env.NODE_ENV !== "production") {
2206
- LocationSave.propTypes = iconPropTypes4cbeb95d.i;
2207
- }
2208
- const LocationStar = /*#__PURE__*/React.forwardRef(function LocationStar(_ref93, ref) {
2209
- let {
2210
- children,
2211
- size = 16,
2212
- ...rest
2213
- } = _ref93;
2214
- return /*#__PURE__*/React.createElement(Icon.default, {
2215
- width: size,
2216
- height: size,
2217
- ref: ref,
2218
- xmlns: "http://www.w3.org/2000/svg",
2219
- viewBox: "0 0 32 32",
2220
- fill: "currentColor",
2221
- ...rest
2222
- }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2223
- 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"
2224
- })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2225
- 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"
2226
- })), children);
2227
- });
2228
- if (process.env.NODE_ENV !== "production") {
2229
- LocationStar.propTypes = iconPropTypes4cbeb95d.i;
2230
- }
2231
- const LocationStarFilled = /*#__PURE__*/React.forwardRef(function LocationStarFilled(_ref94, ref) {
2232
- let {
2233
- children,
2234
- size = 16,
2235
- ...rest
2236
- } = _ref94;
2237
- return /*#__PURE__*/React.createElement(Icon.default, {
2238
- width: size,
2239
- height: size,
2240
- ref: ref,
2241
- xmlns: "http://www.w3.org/2000/svg",
2242
- viewBox: "0 0 32 32",
2243
- fill: "currentColor",
2244
- ...rest
2245
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2246
- fill: "none",
2247
- 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"
2248
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2249
- 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"
2250
- })), children);
2251
- });
2252
- if (process.env.NODE_ENV !== "production") {
2253
- LocationStarFilled.propTypes = iconPropTypes4cbeb95d.i;
2254
- }
2255
- const Locked = /*#__PURE__*/React.forwardRef(function Locked(_ref95, ref) {
2256
- let {
2257
- children,
2258
- size = 16,
2259
- ...rest
2260
- } = _ref95;
2261
- return /*#__PURE__*/React.createElement(Icon.default, {
2262
- width: size,
2263
- height: size,
2264
- ref: ref,
2265
- xmlns: "http://www.w3.org/2000/svg",
2266
- viewBox: "0 0 32 32",
2267
- fill: "currentColor",
2268
- ...rest
2269
- }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2270
- 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"
2271
- })), children);
2272
- });
2273
- if (process.env.NODE_ENV !== "production") {
2274
- Locked.propTypes = iconPropTypes4cbeb95d.i;
2275
- }
2276
- const LogicalPartition = /*#__PURE__*/React.forwardRef(function LogicalPartition(_ref96, ref) {
2277
- let {
2278
- children,
2279
- size = 16,
2280
- ...rest
2281
- } = _ref96;
2282
- return /*#__PURE__*/React.createElement(Icon.default, {
2283
- width: size,
2284
- height: size,
2285
- ref: ref,
2286
- xmlns: "http://www.w3.org/2000/svg",
2287
- viewBox: "0 0 32 32",
2288
- fill: "currentColor",
2289
- ...rest
2290
- }, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
2291
- cx: "9",
2292
- cy: "7",
2293
- r: "1"
2294
- })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2295
- 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"
2296
- })), children);
2297
- });
2298
- if (process.env.NODE_ENV !== "production") {
2299
- LogicalPartition.propTypes = iconPropTypes4cbeb95d.i;
2300
- }
2301
- const Login = /*#__PURE__*/React.forwardRef(function Login(_ref97, ref) {
2302
- let {
2303
- children,
2304
- size = 16,
2305
- ...rest
2306
- } = _ref97;
2307
- return /*#__PURE__*/React.createElement(Icon.default, {
2308
- width: size,
2309
- height: size,
2310
- ref: ref,
2311
- xmlns: "http://www.w3.org/2000/svg",
2312
- viewBox: "0 0 32 32",
2313
- fill: "currentColor",
2314
- ...rest
2315
- }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2316
- 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"
2317
- })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2318
- 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"
2319
- })), children);
2320
- });
2321
- if (process.env.NODE_ENV !== "production") {
2322
- Login.propTypes = iconPropTypes4cbeb95d.i;
2323
- }
2324
- const LogoAngular = /*#__PURE__*/React.forwardRef(function LogoAngular(_ref98, ref) {
2325
- let {
2326
- children,
2327
- size = 16,
2328
- ...rest
2329
- } = _ref98;
2330
- return /*#__PURE__*/React.createElement(Icon.default, {
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
2338
- }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2339
- d: "M13.5,16h4.9L16,10.8L13.5,16z"
2340
- })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2341
- 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"
2342
- })), children);
2343
- });
2344
- if (process.env.NODE_ENV !== "production") {
2345
- LogoAngular.propTypes = iconPropTypes4cbeb95d.i;
2346
- }
2347
- const LogoAnsibleCommunity = /*#__PURE__*/React.forwardRef(function LogoAnsibleCommunity(_ref99, ref) {
2348
- let {
2349
- children,
2350
- size = 16,
2351
- ...rest
2352
- } = _ref99;
2353
- return /*#__PURE__*/React.createElement(Icon.default, {
2354
- width: size,
2355
- height: size,
2356
- ref: ref,
2357
- xmlns: "http://www.w3.org/2000/svg",
2358
- viewBox: "0 0 32 32",
2359
- fill: "currentColor",
2360
- ...rest
2361
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2362
- 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"
2363
- })), children);
2364
- });
2365
- if (process.env.NODE_ENV !== "production") {
2366
- LogoAnsibleCommunity.propTypes = iconPropTypes4cbeb95d.i;
2367
- }
2368
- const LogoDigg = /*#__PURE__*/React.forwardRef(function LogoDigg(_ref100, ref) {
2369
- let {
2370
- children,
2371
- size = 16,
2372
- ...rest
2373
- } = _ref100;
2374
- return /*#__PURE__*/React.createElement(Icon.default, {
2375
- width: size,
2376
- height: size,
2377
- ref: ref,
2378
- xmlns: "http://www.w3.org/2000/svg",
2379
- viewBox: "0 0 32 32",
2380
- fill: "currentColor",
2381
- ...rest
2382
- }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2383
- 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"
2384
- })), children);
2385
- });
2386
- if (process.env.NODE_ENV !== "production") {
2387
- LogoDigg.propTypes = iconPropTypes4cbeb95d.i;
2388
- }
2389
- const LogoDiscord = /*#__PURE__*/React.forwardRef(function LogoDiscord(_ref101, ref) {
2390
- let {
2391
- children,
2392
- size = 16,
2393
- ...rest
2394
- } = _ref101;
2395
- return /*#__PURE__*/React.createElement(Icon.default, {
2396
- width: size,
2397
- height: size,
2398
- ref: ref,
2399
- xmlns: "http://www.w3.org/2000/svg",
2400
- viewBox: "0 0 32 32",
2401
- fill: "currentColor",
2402
- ...rest
2403
- }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2404
- 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"
2405
- })), children);
2406
- });
2407
- if (process.env.NODE_ENV !== "production") {
2408
- LogoDiscord.propTypes = iconPropTypes4cbeb95d.i;
2409
- }
2410
- const LogoFacebook = /*#__PURE__*/React.forwardRef(function LogoFacebook(_ref102, ref) {
2411
- let {
2412
- children,
2413
- size = 16,
2414
- ...rest
2415
- } = _ref102;
2416
- return /*#__PURE__*/React.createElement(Icon.default, {
2417
- width: size,
2418
- height: size,
2419
- ref: ref,
2420
- xmlns: "http://www.w3.org/2000/svg",
2421
- viewBox: "0 0 32 32",
2422
- fill: "currentColor",
2423
- ...rest
2424
- }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2425
- 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"
2426
- })), children);
2427
- });
2428
- if (process.env.NODE_ENV !== "production") {
2429
- LogoFacebook.propTypes = iconPropTypes4cbeb95d.i;
2430
- }
2431
- const LogoFigma = /*#__PURE__*/React.forwardRef(function LogoFigma(_ref103, ref) {
2432
- let {
2433
- children,
2434
- size = 16,
2435
- ...rest
2436
- } = _ref103;
2437
- return /*#__PURE__*/React.createElement(Icon.default, {
2438
- width: size,
2439
- height: size,
2440
- ref: ref,
2441
- xmlns: "http://www.w3.org/2000/svg",
2442
- viewBox: "0 0 32 32",
2443
- fill: "currentColor",
2444
- ...rest
2445
- }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2446
- 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"
2447
- })), children);
2448
- });
2449
- if (process.env.NODE_ENV !== "production") {
2450
- LogoFigma.propTypes = iconPropTypes4cbeb95d.i;
2451
- }
2452
- const LogoFlickr = /*#__PURE__*/React.forwardRef(function LogoFlickr(_ref104, ref) {
2453
- let {
2454
- children,
2455
- size = 16,
2456
- ...rest
2457
- } = _ref104;
2458
- return /*#__PURE__*/React.createElement(Icon.default, {
2459
- width: size,
2460
- height: size,
2461
- ref: ref,
2462
- xmlns: "http://www.w3.org/2000/svg",
2463
- viewBox: "0 0 32 32",
2464
- fill: "currentColor",
2465
- ...rest
2466
- }, _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
2467
- cx: "8",
2468
- cy: "16",
2469
- r: "6"
2470
- })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2471
- cx: "24",
2472
- cy: "16",
2473
- r: "6"
2474
- })), children);
2475
- });
2476
- if (process.env.NODE_ENV !== "production") {
2477
- LogoFlickr.propTypes = iconPropTypes4cbeb95d.i;
2478
- }
2479
- const LogoGit = /*#__PURE__*/React.forwardRef(function LogoGit(_ref105, ref) {
2480
- let {
2481
- children,
2482
- size = 16,
2483
- ...rest
2484
- } = _ref105;
2485
- return /*#__PURE__*/React.createElement(Icon.default, {
2486
- width: size,
2487
- height: size,
2488
- ref: ref,
2489
- xmlns: "http://www.w3.org/2000/svg",
2490
- viewBox: "0 0 32 32",
2491
- fill: "currentColor",
2492
- ...rest
2493
- }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2494
- 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"
2495
- })), children);
2496
- });
2497
- if (process.env.NODE_ENV !== "production") {
2498
- LogoGit.propTypes = iconPropTypes4cbeb95d.i;
2499
- }
2500
- const LogoGithub = /*#__PURE__*/React.forwardRef(function LogoGithub(_ref106, ref) {
2501
- let {
2502
- children,
2503
- size = 16,
2504
- ...rest
2505
- } = _ref106;
2506
- return /*#__PURE__*/React.createElement(Icon.default, {
2507
- width: size,
2508
- height: size,
2509
- ref: ref,
2510
- xmlns: "http://www.w3.org/2000/svg",
2511
- viewBox: "0 0 32 32",
2512
- fill: "currentColor",
2513
- ...rest
2514
- }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2515
- fillRule: "evenodd",
2516
- 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"
2517
- })), children);
2518
- });
2519
- if (process.env.NODE_ENV !== "production") {
2520
- LogoGithub.propTypes = iconPropTypes4cbeb95d.i;
2521
- }
2522
- const LogoGitlab = /*#__PURE__*/React.forwardRef(function LogoGitlab(_ref107, ref) {
2523
- let {
2524
- children,
2525
- size = 16,
2526
- ...rest
2527
- } = _ref107;
2528
- return /*#__PURE__*/React.createElement(Icon.default, {
2529
- width: size,
2530
- height: size,
2531
- ref: ref,
2532
- xmlns: "http://www.w3.org/2000/svg",
2533
- viewBox: "0 0 32 32",
2534
- fill: "currentColor",
2535
- ...rest
2536
- }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2537
- 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"
2538
- })), children);
2539
- });
2540
- if (process.env.NODE_ENV !== "production") {
2541
- LogoGitlab.propTypes = iconPropTypes4cbeb95d.i;
2542
- }
2543
- const LogoGlassdoor = /*#__PURE__*/React.forwardRef(function LogoGlassdoor(_ref108, ref) {
2544
- let {
2545
- children,
2546
- size = 16,
2547
- ...rest
2548
- } = _ref108;
2549
- return /*#__PURE__*/React.createElement(Icon.default, {
2550
- width: size,
2551
- height: size,
2552
- ref: ref,
2553
- xmlns: "http://www.w3.org/2000/svg",
2554
- viewBox: "0 0 32 32",
2555
- fill: "currentColor",
2556
- ...rest
2557
- }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2558
- 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"
2559
- })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2560
- 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"
2561
- })), children);
2562
- });
2563
- if (process.env.NODE_ENV !== "production") {
2564
- LogoGlassdoor.propTypes = iconPropTypes4cbeb95d.i;
2565
- }
2566
- const LogoInstagram = /*#__PURE__*/React.forwardRef(function LogoInstagram(_ref109, ref) {
2567
- let {
2568
- children,
2569
- size = 16,
2570
- ...rest
2571
- } = _ref109;
2572
- return /*#__PURE__*/React.createElement(Icon.default, {
2573
- width: size,
2574
- height: size,
2575
- ref: ref,
2576
- xmlns: "http://www.w3.org/2000/svg",
2577
- viewBox: "0 0 32 32",
2578
- fill: "currentColor",
2579
- ...rest
2580
- }, _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2581
- cx: "22.406",
2582
- cy: "9.594",
2583
- r: "1.44"
2584
- })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2585
- 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"
2586
- })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2587
- 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"
2588
- })), children);
2589
- });
2590
- if (process.env.NODE_ENV !== "production") {
2591
- LogoInstagram.propTypes = iconPropTypes4cbeb95d.i;
2592
- }
2593
- const LogoInvision = /*#__PURE__*/React.forwardRef(function LogoInvision(_ref110, ref) {
2594
- let {
2595
- children,
2596
- size = 16,
2597
- ...rest
2598
- } = _ref110;
2599
- return /*#__PURE__*/React.createElement(Icon.default, {
2600
- width: size,
2601
- height: size,
2602
- ref: ref,
2603
- xmlns: "http://www.w3.org/2000/svg",
2604
- viewBox: "0 0 32 32",
2605
- fill: "currentColor",
2606
- ...rest
2607
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2608
- 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"
2609
- })), children);
2610
- });
2611
- if (process.env.NODE_ENV !== "production") {
2612
- LogoInvision.propTypes = iconPropTypes4cbeb95d.i;
2613
- }
2614
- const LogoJupyter = /*#__PURE__*/React.forwardRef(function LogoJupyter(_ref111, ref) {
2615
- let {
2616
- children,
2617
- size = 16,
2618
- ...rest
2619
- } = _ref111;
2620
- return /*#__PURE__*/React.createElement(Icon.default, {
2621
- width: size,
2622
- height: size,
2623
- ref: ref,
2624
- xmlns: "http://www.w3.org/2000/svg",
2625
- viewBox: "0 0 32 32",
2626
- fill: "currentColor",
2627
- ...rest
2628
- }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2629
- 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"
2630
- })), children);
2631
- });
2632
- if (process.env.NODE_ENV !== "production") {
2633
- LogoJupyter.propTypes = iconPropTypes4cbeb95d.i;
2634
- }
2635
- const LogoKeybase = /*#__PURE__*/React.forwardRef(function LogoKeybase(_ref112, ref) {
2636
- let {
2637
- children,
2638
- size = 16,
2639
- ...rest
2640
- } = _ref112;
2641
- return /*#__PURE__*/React.createElement(Icon.default, {
2642
- width: size,
2643
- height: size,
2644
- ref: ref,
2645
- xmlns: "http://www.w3.org/2000/svg",
2646
- viewBox: "0 0 32 32",
2647
- fill: "currentColor",
2648
- ...rest
2649
- }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2650
- 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"
2651
- })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2652
- d: "M9.999 5.797H10.973V6.771H9.999z",
2653
- transform: "rotate(-86.462 10.486 6.284)"
2654
- })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2655
- 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"
2656
- })), children);
2657
- });
2658
- if (process.env.NODE_ENV !== "production") {
2659
- LogoKeybase.propTypes = iconPropTypes4cbeb95d.i;
2660
- }
2661
- const LogoKubernetes = /*#__PURE__*/React.forwardRef(function LogoKubernetes(_ref113, ref) {
2662
- let {
2663
- children,
2664
- size = 16,
2665
- ...rest
2666
- } = _ref113;
2667
- return /*#__PURE__*/React.createElement(Icon.default, {
2668
- width: size,
2669
- height: size,
2670
- ref: ref,
2671
- xmlns: "http://www.w3.org/2000/svg",
2672
- viewBox: "0 0 32 32",
2673
- fill: "currentColor",
2674
- ...rest
2675
- }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2676
- 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"
2677
- })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2678
- 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"
2679
- })), children);
2680
- });
2681
- if (process.env.NODE_ENV !== "production") {
2682
- LogoKubernetes.propTypes = iconPropTypes4cbeb95d.i;
2683
- }
2684
- const LogoLinkedin = /*#__PURE__*/React.forwardRef(function LogoLinkedin(_ref114, ref) {
2685
- let {
2686
- children,
2687
- size = 16,
2688
- ...rest
2689
- } = _ref114;
2690
- return /*#__PURE__*/React.createElement(Icon.default, {
2691
- width: size,
2692
- height: size,
2693
- ref: ref,
2694
- xmlns: "http://www.w3.org/2000/svg",
2695
- viewBox: "0 0 32 32",
2696
- fill: "currentColor",
2697
- ...rest
2698
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2699
- 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"
2700
- })), children);
2701
- });
2702
- if (process.env.NODE_ENV !== "production") {
2703
- LogoLinkedin.propTypes = iconPropTypes4cbeb95d.i;
2704
- }
2705
- const LogoLivestream = /*#__PURE__*/React.forwardRef(function LogoLivestream(_ref115, ref) {
2706
- let {
2707
- children,
2708
- size = 16,
2709
- ...rest
2710
- } = _ref115;
2711
- return /*#__PURE__*/React.createElement(Icon.default, {
2712
- width: size,
2713
- height: size,
2714
- ref: ref,
2715
- xmlns: "http://www.w3.org/2000/svg",
2716
- viewBox: "0 0 32 32",
2717
- fill: "currentColor",
2718
- ...rest
2719
- }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2720
- 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"
2721
- })), children);
2722
- });
2723
- if (process.env.NODE_ENV !== "production") {
2724
- LogoLivestream.propTypes = iconPropTypes4cbeb95d.i;
2725
- }
2726
- const LogoMastodon = /*#__PURE__*/React.forwardRef(function LogoMastodon(_ref116, ref) {
2727
- let {
2728
- children,
2729
- size = 16,
2730
- ...rest
2731
- } = _ref116;
2732
- return /*#__PURE__*/React.createElement(Icon.default, {
2733
- width: size,
2734
- height: size,
2735
- ref: ref,
2736
- xmlns: "http://www.w3.org/2000/svg",
2737
- viewBox: "0 0 32 32",
2738
- fill: "currentColor",
2739
- ...rest
2740
- }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2741
- 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"
2742
- })), children);
2743
- });
2744
- if (process.env.NODE_ENV !== "production") {
2745
- LogoMastodon.propTypes = iconPropTypes4cbeb95d.i;
2746
- }
2747
- const LogoMedium = /*#__PURE__*/React.forwardRef(function LogoMedium(_ref117, ref) {
2748
- let {
2749
- children,
2750
- size = 16,
2751
- ...rest
2752
- } = _ref117;
2753
- return /*#__PURE__*/React.createElement(Icon.default, {
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
2761
- }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2762
- 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"
2763
- })), children);
2764
- });
2765
- if (process.env.NODE_ENV !== "production") {
2766
- LogoMedium.propTypes = iconPropTypes4cbeb95d.i;
2767
- }
2768
- const LogoNpm = /*#__PURE__*/React.forwardRef(function LogoNpm(_ref118, ref) {
2769
- let {
2770
- children,
2771
- size = 16,
2772
- ...rest
2773
- } = _ref118;
2774
- return /*#__PURE__*/React.createElement(Icon.default, {
2775
- width: size,
2776
- height: size,
2777
- ref: ref,
2778
- xmlns: "http://www.w3.org/2000/svg",
2779
- viewBox: "0 0 32 32",
2780
- fill: "currentColor",
2781
- ...rest
2782
- }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2783
- d: "M4,28V4h24v24H4z M8.5,8.5v15H16v-12h4.5v12h3v-15H8.5z"
2784
- })), children);
2785
- });
2786
- if (process.env.NODE_ENV !== "production") {
2787
- LogoNpm.propTypes = iconPropTypes4cbeb95d.i;
2788
- }
2789
- const LogoOpenshift = /*#__PURE__*/React.forwardRef(function LogoOpenshift(_ref119, ref) {
2790
- let {
2791
- children,
2792
- size = 16,
2793
- ...rest
2794
- } = _ref119;
2795
- return /*#__PURE__*/React.createElement(Icon.default, {
2796
- width: size,
2797
- height: size,
2798
- ref: ref,
2799
- xmlns: "http://www.w3.org/2000/svg",
2800
- viewBox: "0 0 32 32",
2801
- fill: "currentColor",
2802
- ...rest
2803
- }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2804
- 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"
2805
- })), children);
2806
- });
2807
- if (process.env.NODE_ENV !== "production") {
2808
- LogoOpenshift.propTypes = iconPropTypes4cbeb95d.i;
2809
- }
2810
- const LogoPinterest = /*#__PURE__*/React.forwardRef(function LogoPinterest(_ref120, ref) {
2811
- let {
2812
- children,
2813
- size = 16,
2814
- ...rest
2815
- } = _ref120;
2816
- return /*#__PURE__*/React.createElement(Icon.default, {
2817
- width: size,
2818
- height: size,
2819
- ref: ref,
2820
- xmlns: "http://www.w3.org/2000/svg",
2821
- viewBox: "0 0 32 32",
2822
- fill: "currentColor",
2823
- ...rest
2824
- }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2825
- 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"
2826
- })), children);
2827
- });
2828
- if (process.env.NODE_ENV !== "production") {
2829
- LogoPinterest.propTypes = iconPropTypes4cbeb95d.i;
2830
- }
2831
- const LogoPython = /*#__PURE__*/React.forwardRef(function LogoPython(_ref121, ref) {
2832
- let {
2833
- children,
2834
- size = 16,
2835
- ...rest
2836
- } = _ref121;
2837
- return /*#__PURE__*/React.createElement(Icon.default, {
2838
- width: size,
2839
- height: size,
2840
- ref: ref,
2841
- xmlns: "http://www.w3.org/2000/svg",
2842
- viewBox: "0 0 32 32",
2843
- fill: "currentColor",
2844
- ...rest
2845
- }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2846
- 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"
2847
- })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2848
- fill: "none",
2849
- 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"
2850
- })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2851
- 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"
2852
- })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2853
- fill: "none",
2854
- 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"
2855
- })), children);
2856
- });
2857
- if (process.env.NODE_ENV !== "production") {
2858
- LogoPython.propTypes = iconPropTypes4cbeb95d.i;
2859
- }
2860
- const LogoQuora = /*#__PURE__*/React.forwardRef(function LogoQuora(_ref122, ref) {
2861
- let {
2862
- children,
2863
- size = 16,
2864
- ...rest
2865
- } = _ref122;
2866
- return /*#__PURE__*/React.createElement(Icon.default, {
2867
- width: size,
2868
- height: size,
2869
- ref: ref,
2870
- xmlns: "http://www.w3.org/2000/svg",
2871
- viewBox: "0 0 32 32",
2872
- fill: "currentColor",
2873
- ...rest
2874
- }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2875
- 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"
2876
- })), children);
2877
- });
2878
- if (process.env.NODE_ENV !== "production") {
2879
- LogoQuora.propTypes = iconPropTypes4cbeb95d.i;
2880
- }
2881
- const LogoRScript = /*#__PURE__*/React.forwardRef(function LogoRScript(_ref123, ref) {
2882
- let {
2883
- children,
2884
- size = 16,
2885
- ...rest
2886
- } = _ref123;
2887
- return /*#__PURE__*/React.createElement(Icon.default, {
2888
- width: size,
2889
- height: size,
2890
- ref: ref,
2891
- xmlns: "http://www.w3.org/2000/svg",
2892
- viewBox: "0 0 32 32",
2893
- fill: "currentColor",
2894
- ...rest
2895
- }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2896
- fillRule: "evenodd",
2897
- 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"
2898
- })), children);
2899
- });
2900
- if (process.env.NODE_ENV !== "production") {
2901
- LogoRScript.propTypes = iconPropTypes4cbeb95d.i;
2902
- }
2903
- const LogoReact = /*#__PURE__*/React.forwardRef(function LogoReact(_ref124, ref) {
2904
- let {
2905
- children,
2906
- size = 16,
2907
- ...rest
2908
- } = _ref124;
2909
- return /*#__PURE__*/React.createElement(Icon.default, {
2910
- width: size,
2911
- height: size,
2912
- ref: ref,
2913
- xmlns: "http://www.w3.org/2000/svg",
2914
- viewBox: "0 0 32 32",
2915
- fill: "currentColor",
2916
- ...rest
2917
- }, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2918
- 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"
2919
- })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2920
- 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"
2921
- })), children);
2922
- });
2923
- if (process.env.NODE_ENV !== "production") {
2924
- LogoReact.propTypes = iconPropTypes4cbeb95d.i;
2925
- }
2926
- const LogoRedHatAiInstructlabOnIbmCloud = /*#__PURE__*/React.forwardRef(function LogoRedHatAiInstructlabOnIbmCloud(_ref125, ref) {
2927
- let {
2928
- children,
2929
- size = 16,
2930
- ...rest
2931
- } = _ref125;
2932
- return /*#__PURE__*/React.createElement(Icon.default, {
2933
- width: size,
2934
- height: size,
2935
- ref: ref,
2936
- xmlns: "http://www.w3.org/2000/svg",
2937
- viewBox: "0 0 32 32",
2938
- fill: "currentColor",
2939
- ...rest
2940
- }, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2941
- 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"
2942
- })), children);
2943
- });
2944
- if (process.env.NODE_ENV !== "production") {
2945
- LogoRedHatAiInstructlabOnIbmCloud.propTypes = iconPropTypes4cbeb95d.i;
2946
- }
2947
-
2948
- exports.KeyboardOff = KeyboardOff;
2949
- exports.KioskDevice = KioskDevice;
2950
- exports.Kubelet = Kubelet;
2951
- exports.Kubernetes = Kubernetes;
2952
- exports.KubernetesControlPlaneNode = KubernetesControlPlaneNode;
2953
- exports.KubernetesIpAddress = KubernetesIpAddress;
2954
- exports.KubernetesOperator = KubernetesOperator;
2955
- exports.KubernetesPod = KubernetesPod;
2956
- exports.KubernetesWorkerNode = KubernetesWorkerNode;
2957
- exports.Label = Label;
2958
- exports.Language = Language;
2959
- exports.Laptop = Laptop;
2960
- exports.Lasso = Lasso;
2961
- exports.LassoPolygon = LassoPolygon;
2962
- exports.Launch = Launch;
2963
- exports.Layers = Layers;
2964
- exports.LayersExternal = LayersExternal;
2965
- exports.Legend = Legend;
2966
- exports.LetterAa = LetterAa;
2967
- exports.LetterBb = LetterBb;
2968
- exports.LetterCc = LetterCc;
2969
- exports.LetterDd = LetterDd;
2970
- exports.LetterEe = LetterEe;
2971
- exports.LetterFf = LetterFf;
2972
- exports.LetterGg = LetterGg;
2973
- exports.LetterHh = LetterHh;
2974
- exports.LetterIi = LetterIi;
2975
- exports.LetterJj = LetterJj;
2976
- exports.LetterKk = LetterKk;
2977
- exports.LetterLl = LetterLl;
2978
- exports.LetterMm = LetterMm;
2979
- exports.LetterNn = LetterNn;
2980
- exports.LetterOo = LetterOo;
2981
- exports.LetterPp = LetterPp;
2982
- exports.LetterQq = LetterQq;
2983
- exports.LetterRr = LetterRr;
2984
- exports.LetterSs = LetterSs;
2985
- exports.LetterTt = LetterTt;
2986
- exports.LetterUu = LetterUu;
2987
- exports.LetterVv = LetterVv;
2988
- exports.LetterWw = LetterWw;
2989
- exports.LetterXx = LetterXx;
2990
- exports.LetterYy = LetterYy;
2991
- exports.LetterZz = LetterZz;
2992
- exports.License = License;
2993
- exports.LicenseDraft = LicenseDraft;
2994
- exports.LicenseGlobal = LicenseGlobal;
2995
- exports.LicenseMaintenance = LicenseMaintenance;
2996
- exports.LicenseMaintenanceDraft = LicenseMaintenanceDraft;
2997
- exports.LicenseThirdParty = LicenseThirdParty;
2998
- exports.LicenseThirdPartyDraft = LicenseThirdPartyDraft;
2999
- exports.Lifesaver = Lifesaver;
3000
- exports.Light = Light;
3001
- exports.LightFilled = LightFilled;
3002
- exports.Lightning = Lightning;
3003
- exports.Link = Link;
3004
- exports.Linux = Linux;
3005
- exports.LinuxAlt = LinuxAlt;
3006
- exports.LinuxNamespace = LinuxNamespace;
3007
- exports.List = List;
3008
- exports.ListBoxes = ListBoxes;
3009
- exports.ListBulleted = ListBulleted;
3010
- exports.ListChecked = ListChecked;
3011
- exports.ListCheckedMirror = ListCheckedMirror;
3012
- exports.ListDropdown = ListDropdown;
3013
- exports.ListNumbered = ListNumbered;
3014
- exports.ListNumberedMirror = ListNumberedMirror;
3015
- exports.LoadBalancerApplication = LoadBalancerApplication;
3016
- exports.LoadBalancerClassic = LoadBalancerClassic;
3017
- exports.LoadBalancerGlobal = LoadBalancerGlobal;
3018
- exports.LoadBalancerListener = LoadBalancerListener;
3019
- exports.LoadBalancerLocal = LoadBalancerLocal;
3020
- exports.LoadBalancerNetwork = LoadBalancerNetwork;
3021
- exports.LoadBalancerPool = LoadBalancerPool;
3022
- exports.LoadBalancerVpc = LoadBalancerVpc;
3023
- exports.Location = Location;
3024
- exports.LocationCompany = LocationCompany;
3025
- exports.LocationCompanyFilled = LocationCompanyFilled;
3026
- exports.LocationCurrent = LocationCurrent;
3027
- exports.LocationFilled = LocationFilled;
3028
- exports.LocationHazard = LocationHazard;
3029
- exports.LocationHazardFilled = LocationHazardFilled;
3030
- exports.LocationHeart = LocationHeart;
3031
- exports.LocationHeartFilled = LocationHeartFilled;
3032
- exports.LocationInfo = LocationInfo;
3033
- exports.LocationInfoFilled = LocationInfoFilled;
3034
- exports.LocationPerson = LocationPerson;
3035
- exports.LocationPersonFilled = LocationPersonFilled;
3036
- exports.LocationSave = LocationSave;
3037
- exports.LocationStar = LocationStar;
3038
- exports.LocationStarFilled = LocationStarFilled;
3039
- exports.Locked = Locked;
3040
- exports.LogicalPartition = LogicalPartition;
3041
- exports.Login = Login;
3042
- exports.LogoAngular = LogoAngular;
3043
- exports.LogoAnsibleCommunity = LogoAnsibleCommunity;
3044
- exports.LogoDigg = LogoDigg;
3045
- exports.LogoDiscord = LogoDiscord;
3046
- exports.LogoFacebook = LogoFacebook;
3047
- exports.LogoFigma = LogoFigma;
3048
- exports.LogoFlickr = LogoFlickr;
3049
- exports.LogoGit = LogoGit;
3050
- exports.LogoGithub = LogoGithub;
3051
- exports.LogoGitlab = LogoGitlab;
3052
- exports.LogoGlassdoor = LogoGlassdoor;
3053
- exports.LogoInstagram = LogoInstagram;
3054
- exports.LogoInvision = LogoInvision;
3055
- exports.LogoJupyter = LogoJupyter;
3056
- exports.LogoKeybase = LogoKeybase;
3057
- exports.LogoKubernetes = LogoKubernetes;
3058
- exports.LogoLinkedin = LogoLinkedin;
3059
- exports.LogoLivestream = LogoLivestream;
3060
- exports.LogoMastodon = LogoMastodon;
3061
- exports.LogoMedium = LogoMedium;
3062
- exports.LogoNpm = LogoNpm;
3063
- exports.LogoOpenshift = LogoOpenshift;
3064
- exports.LogoPinterest = LogoPinterest;
3065
- exports.LogoPython = LogoPython;
3066
- exports.LogoQuora = LogoQuora;
3067
- exports.LogoRScript = LogoRScript;
3068
- exports.LogoReact = LogoReact;
3069
- exports.LogoRedHatAiInstructlabOnIbmCloud = LogoRedHatAiInstructlabOnIbmCloud;
3070
- exports.WatsonHealthLaunchStudy_1 = WatsonHealthLaunchStudy_1;
3071
- exports.WatsonHealthLaunchStudy_2 = WatsonHealthLaunchStudy_2;
3072
- exports.WatsonHealthLaunchStudy_3 = WatsonHealthLaunchStudy_3;