@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,3222 +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, _circle, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _circle2, _circle3, _path16, _path17, _circle4, _path18, _path19, _path20, _circle5, _circle6, _circle7, _circle8, _circle9, _circle10, _circle11, _circle12, _path21, _path22, _circle13, _circle14, _path23, _path24, _path25, _path26, _circle15, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _circle16, _path64, _circle17, _path65, _path66, _circle18, _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, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _circle19, _circle20, _circle21, _circle22, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _circle23, _circle24, _circle25, _circle26, _circle27, _path169, _path170, _path171, _path172, _path173, _circle28, _circle29, _circle30, _path174, _circle31, _circle32, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _circle33, _circle34, _circle35, _circle36, _circle37, _path186, _path187, _path188, _path189, _circle38, _circle39, _circle40, _circle41, _circle42, _circle43, _circle44, _circle45, _circle46, _circle47, _circle48, _circle49, _circle50, _circle51, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206;
16
- const Calls = /*#__PURE__*/React.forwardRef(function Calls(_ref, ref) {
17
- let {
18
- children,
19
- size = 16,
20
- ...rest
21
- } = _ref;
22
- return /*#__PURE__*/React.createElement(Icon.default, {
23
- width: size,
24
- height: size,
25
- ref: ref,
26
- xmlns: "http://www.w3.org/2000/svg",
27
- viewBox: "0 0 32 32",
28
- fill: "currentColor",
29
- ...rest
30
- }, _path || (_path = /*#__PURE__*/React.createElement("path", {
31
- d: "M26 14c1.1028 0 2 .8972 2 2s-.8972 2-2 2-2-.8972-2-2 .8972-2 2-2m0-2c-2.2091 0-4 1.7909-4 4s1.7909 4 4 4 4-1.7909 4-4-1.7909-4-4-4h0zM15 11l-1.4143 1.4141 2.5859 2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h8.356l-2.5859 2.5859 1.4143 1.4141 5-5-5-5zm-10 6c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1z"
32
- })), children);
33
- });
34
- if (process.env.NODE_ENV !== "production") {
35
- Calls.propTypes = iconPropTypes4cbeb95d.i;
36
- }
37
- const CallsAll = /*#__PURE__*/React.forwardRef(function CallsAll(_ref2, ref) {
38
- let {
39
- children,
40
- size = 16,
41
- ...rest
42
- } = _ref2;
43
- return /*#__PURE__*/React.createElement(Icon.default, {
44
- width: size,
45
- height: size,
46
- ref: ref,
47
- xmlns: "http://www.w3.org/2000/svg",
48
- viewBox: "0 0 32 32",
49
- fill: "currentColor",
50
- ...rest
51
- }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
52
- d: "M26 12c-2.2091 0-4 1.7908-4 4s1.7909 4 4 4 4-1.7909 4-4-1.7908-4-4-4zm0 6c-1.1028 0-2-.8972-2-2s.8972-2 2-2 2 .8972 2 2-.8972 2-2 2zM15 21v2h2.5859l-2.3008 2.3008c-.3911-.1875-.8235-.3008-1.2852-.3008-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4619-.1135-.894-.3005-1.2852l2.3005-2.3008v2.5859h2v-6h-6zm-1 8c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM11.4143 11.4141l-1.4143 1.4146 2.1716 2.1714h-4.356c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h4.356l-2.1716 2.1714 1.4143 1.4146 4.5857-4.5859-4.5857-4.5859zm-6.4143 5.5859c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM19 5v2.5859l-2.3005-2.3008c.187-.3911.3005-.8232.3005-1.2852 0-1.6543-1.3457-3-3-3s-3 1.3457-3 3 1.3457 3 3 3c.4617 0 .894-.1133 1.2852-.3008l2.3008 2.3008h-2.5859v2h6v-6h-2zm-6-1c0-.5513.4485-1 1-1s1 .4487 1 1-.4485 1-1 1-1-.4487-1-1z"
53
- })), children);
54
- });
55
- if (process.env.NODE_ENV !== "production") {
56
- CallsAll.propTypes = iconPropTypes4cbeb95d.i;
57
- }
58
- const CallsIncoming = /*#__PURE__*/React.forwardRef(function CallsIncoming(_ref3, ref) {
59
- let {
60
- children,
61
- size = 16,
62
- ...rest
63
- } = _ref3;
64
- return /*#__PURE__*/React.createElement(Icon.default, {
65
- width: size,
66
- height: size,
67
- ref: ref,
68
- xmlns: "http://www.w3.org/2000/svg",
69
- viewBox: "0 0 32 32",
70
- fill: "currentColor",
71
- ...rest
72
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
73
- d: "M26 12c-2.2091 0-4 1.7908-4 4s1.7909 4 4 4 4-1.7909 4-4-1.7908-4-4-4zm0 6c-1.1028 0-2-.8972-2-2s.8972-2 2-2 2 .8972 2 2-.8972 2-2 2zM15 20l-1.4143 1.4141 2.5859 2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h8.356l-2.5859 2.5859 1.4143 1.4141 5-5-5-5zm-10 6c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM15 4l-1.4143 1.4141 2.5859 2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h8.356l-2.5859 2.5859 1.4143 1.4141 5-5-5-5zm-10 6c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1z"
74
- })), children);
75
- });
76
- if (process.env.NODE_ENV !== "production") {
77
- CallsIncoming.propTypes = iconPropTypes4cbeb95d.i;
78
- }
79
- const Camera = /*#__PURE__*/React.forwardRef(function Camera(_ref4, ref) {
80
- let {
81
- children,
82
- size = 16,
83
- ...rest
84
- } = _ref4;
85
- return /*#__PURE__*/React.createElement(Icon.default, {
86
- width: size,
87
- height: size,
88
- ref: ref,
89
- xmlns: "http://www.w3.org/2000/svg",
90
- viewBox: "0 0 32 32",
91
- fill: "currentColor",
92
- ...rest
93
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
94
- d: "M29,26H3a1,1,0,0,1-1-1V8A1,1,0,0,1,3,7H9.46l1.71-2.55A1,1,0,0,1,12,4h8a1,1,0,0,1,.83.45L22.54,7H29a1,1,0,0,1,1,1V25A1,1,0,0,1,29,26ZM4,24H28V9H22a1,1,0,0,1-.83-.45L19.46,6H12.54L10.83,8.55A1,1,0,0,1,10,9H4Z"
95
- })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
96
- d: "M16,22a6,6,0,1,1,6-6A6,6,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,16,12Z"
97
- })), children);
98
- });
99
- if (process.env.NODE_ENV !== "production") {
100
- Camera.propTypes = iconPropTypes4cbeb95d.i;
101
- }
102
- const CameraAction = /*#__PURE__*/React.forwardRef(function CameraAction(_ref5, ref) {
103
- let {
104
- children,
105
- size = 16,
106
- ...rest
107
- } = _ref5;
108
- return /*#__PURE__*/React.createElement(Icon.default, {
109
- width: size,
110
- height: size,
111
- ref: ref,
112
- xmlns: "http://www.w3.org/2000/svg",
113
- viewBox: "0 0 32 32",
114
- fill: "currentColor",
115
- ...rest
116
- }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
117
- d: "M12,23a6,6,0,1,1,6-6A6,6,0,0,1,12,23Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,12,13Z"
118
- })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
119
- d: "M29,27H3a1,1,0,0,1-1-1V6A1,1,0,0,1,3,5H29a1,1,0,0,1,1,1V26A1,1,0,0,1,29,27ZM4,25H28V7H4Z"
120
- })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
121
- d: "M19 9H26V11H19z"
122
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
123
- cx: "12",
124
- cy: "17",
125
- r: "1"
126
- })), children);
127
- });
128
- if (process.env.NODE_ENV !== "production") {
129
- CameraAction.propTypes = iconPropTypes4cbeb95d.i;
130
- }
131
- const Campsite = /*#__PURE__*/React.forwardRef(function Campsite(_ref6, ref) {
132
- let {
133
- children,
134
- size = 16,
135
- ...rest
136
- } = _ref6;
137
- return /*#__PURE__*/React.createElement(Icon.default, {
138
- width: size,
139
- height: size,
140
- ref: ref,
141
- xmlns: "http://www.w3.org/2000/svg",
142
- viewBox: "0 0 32 32",
143
- fill: "currentColor",
144
- ...rest
145
- }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
146
- d: "M27.5618,26,17.17,8.9277,19.5361,5.04,17.8281,4,16,7.0049,14.17,4l-1.708,1.04,2.3665,3.8877L4.438,26H2v2H30V26ZM16,10.8506,25.2207,26H17V18H15v8H6.7791Z"
147
- })), children);
148
- });
149
- if (process.env.NODE_ENV !== "production") {
150
- Campsite.propTypes = iconPropTypes4cbeb95d.i;
151
- }
152
- const Car = /*#__PURE__*/React.forwardRef(function Car(_ref7, ref) {
153
- let {
154
- children,
155
- size = 16,
156
- ...rest
157
- } = _ref7;
158
- return /*#__PURE__*/React.createElement(Icon.default, {
159
- width: size,
160
- height: size,
161
- ref: ref,
162
- xmlns: "http://www.w3.org/2000/svg",
163
- viewBox: "0 0 32 32",
164
- fill: "currentColor",
165
- ...rest
166
- }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
167
- d: "M29.3379,15.9336l-7.7324-2.7783L18.374,9.0967A2.99,2.99,0,0,0,16.0537,8H8.0576a2.9982,2.9982,0,0,0-2.48,1.3115L2.8662,13.2949A4.9884,4.9884,0,0,0,2,16.1074V24a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V16.875A1,1,0,0,0,29.3379,15.9336ZM9,26a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,23,26Zm5-3H26.8579a3.9806,3.9806,0,0,0-7.7158,0H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V16.1074A2.9977,2.9977,0,0,1,4.52,14.4189l2.711-3.9814A.9992.9992,0,0,1,8.0576,10h7.9961a.9928.9928,0,0,1,.7647.3545l3.3994,4.2685a1.0007,1.0007,0,0,0,.4443.3184L28,17.5781Z"
168
- })), children);
169
- });
170
- if (process.env.NODE_ENV !== "production") {
171
- Car.propTypes = iconPropTypes4cbeb95d.i;
172
- }
173
- const CarFront = /*#__PURE__*/React.forwardRef(function CarFront(_ref8, ref) {
174
- let {
175
- children,
176
- size = 16,
177
- ...rest
178
- } = _ref8;
179
- return /*#__PURE__*/React.createElement(Icon.default, {
180
- width: size,
181
- height: size,
182
- ref: ref,
183
- xmlns: "http://www.w3.org/2000/svg",
184
- viewBox: "0 0 32 32",
185
- fill: "currentColor",
186
- ...rest
187
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
188
- d: "M13 19H19V21H13z"
189
- })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
190
- d: "M25.4409,14,24.1687,9.45A2.009,2.009,0,0,0,22.2456,8H9.7544A2.0089,2.0089,0,0,0,7.8313,9.4507L6.5315,14H4v2H6v7a2.0025,2.0025,0,0,0,2,2v3h2V25H22v3h2V25a2.0025,2.0025,0,0,0,2-2V16h2V14ZM9.7544,10H22.2458l1.4285,5H8.3257ZM24,21v2H8V21h2V19H8V17H24v2H22v2Z"
191
- })), children);
192
- });
193
- if (process.env.NODE_ENV !== "production") {
194
- CarFront.propTypes = iconPropTypes4cbeb95d.i;
195
- }
196
- const Carbon = /*#__PURE__*/React.forwardRef(function Carbon(_ref9, ref) {
197
- let {
198
- children,
199
- size = 16,
200
- ...rest
201
- } = _ref9;
202
- return /*#__PURE__*/React.createElement(Icon.default, {
203
- width: size,
204
- height: size,
205
- ref: ref,
206
- xmlns: "http://www.w3.org/2000/svg",
207
- viewBox: "0 0 32 32",
208
- fill: "currentColor",
209
- ...rest
210
- }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
211
- d: "M13.5,30.8149a1.0011,1.0011,0,0,1-.4927-.13l-8.5-4.815A1,1,0,0,1,4,25V15a1,1,0,0,1,.5073-.87l8.5-4.815a1.0013,1.0013,0,0,1,.9854,0l8.5,4.815A1,1,0,0,1,23,15V25a1,1,0,0,1-.5073.87l-8.5,4.815A1.0011,1.0011,0,0,1,13.5,30.8149ZM6,24.417l7.5,4.2485L21,24.417V15.583l-7.5-4.2485L6,15.583Z"
212
- })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
213
- d: "M28,17H26V7.583L18.5,3.3345,10.4927,7.87,9.5073,6.13l8.5-4.815a1.0013,1.0013,0,0,1,.9854,0l8.5,4.815A1,1,0,0,1,28,7Z"
214
- })), children);
215
- });
216
- if (process.env.NODE_ENV !== "production") {
217
- Carbon.propTypes = iconPropTypes4cbeb95d.i;
218
- }
219
- const CarbonUiBuilder = /*#__PURE__*/React.forwardRef(function CarbonUiBuilder(_ref10, ref) {
220
- let {
221
- children,
222
- size = 16,
223
- ...rest
224
- } = _ref10;
225
- return /*#__PURE__*/React.createElement(Icon.default, {
226
- width: size,
227
- height: size,
228
- ref: ref,
229
- xmlns: "http://www.w3.org/2000/svg",
230
- viewBox: "0 0 32 32",
231
- fill: "currentColor",
232
- ...rest
233
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
234
- d: "M24 28H30V30H24z"
235
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
236
- cx: "21",
237
- cy: "29",
238
- r: "1"
239
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
240
- cx: "29",
241
- cy: "25",
242
- r: "1"
243
- })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
244
- d: "M20 24H26V26H20z",
245
- transform: "rotate(-180 23 25)"
246
- })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
247
- d: "M24 20H30V22H24z"
248
- })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
249
- cx: "21",
250
- cy: "21",
251
- r: "1"
252
- })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
253
- d: "M21.4927,14.1299l-8.5-4.8149c-.3057-.1729-.6797-.1729-.9854,0L3.5073,14.1299c-.3135,.1777-.5073,.5098-.5073,.8701v10c0,.3604,.1938,.6924,.5073,.8701l8.5,4.8149,.9854-1.7402-7.9927-4.5278V15.583l7.5-4.2485,7.5,4.2485v2.417h2v-3c0-.3604-.1938-.6924-.5073-.8701Z"
254
- })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
255
- d: "M25,15h2V7c0-.3604-.1938-.6924-.5073-.8701L17.9927,1.3149c-.3057-.1729-.6797-.1729-.9854,0L8.5074,6.1299l.9854,1.7402L17.5,3.3345l7.5,4.2485v7.417Z"
256
- })), children);
257
- });
258
- if (process.env.NODE_ENV !== "production") {
259
- CarbonUiBuilder.propTypes = iconPropTypes4cbeb95d.i;
260
- }
261
- const CarbonAccounting = /*#__PURE__*/React.forwardRef(function CarbonAccounting(_ref11, ref) {
262
- let {
263
- children,
264
- size = 16,
265
- ...rest
266
- } = _ref11;
267
- return /*#__PURE__*/React.createElement(Icon.default, {
268
- width: size,
269
- height: size,
270
- ref: ref,
271
- xmlns: "http://www.w3.org/2000/svg",
272
- viewBox: "0 0 32 32",
273
- fill: "currentColor",
274
- ...rest
275
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
276
- d: "M29 26H23V22a2.002 2.002 0 012-2h2V18H23V16h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H25v2h4zM19 22H15a2.0023 2.0023 0 01-2-2V10a2.002 2.002 0 012-2h4a2.002 2.002 0 012 2V20A2.0023 2.0023 0 0119 22zM15 10V20h4V10zM11 22H5a2.0023 2.0023 0 01-2-2V10A2.002 2.002 0 015 8h6v2H5V20h6z"
277
- })), children);
278
- });
279
- if (process.env.NODE_ENV !== "production") {
280
- CarbonAccounting.propTypes = iconPropTypes4cbeb95d.i;
281
- }
282
- const CarbonForAem = /*#__PURE__*/React.forwardRef(function CarbonForAem(_ref12, ref) {
283
- let {
284
- children,
285
- size = 16,
286
- ...rest
287
- } = _ref12;
288
- return /*#__PURE__*/React.createElement(Icon.default, {
289
- width: size,
290
- height: size,
291
- ref: ref,
292
- xmlns: "http://www.w3.org/2000/svg",
293
- viewBox: "0 0 32 32",
294
- fill: "currentColor",
295
- ...rest
296
- }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
297
- cx: "7",
298
- cy: "6",
299
- r: "1",
300
- strokeWidth: "0"
301
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
302
- cx: "11",
303
- cy: "6",
304
- r: "1",
305
- strokeWidth: "0"
306
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
307
- cx: "28.5",
308
- cy: "24.5",
309
- r: "1.5",
310
- strokeWidth: "0"
311
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
312
- cx: "23.5",
313
- cy: "27.5",
314
- r: "1.5",
315
- strokeWidth: "0"
316
- })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
317
- cx: "18.5",
318
- cy: "24.5",
319
- r: "1.5",
320
- strokeWidth: "0"
321
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
322
- cx: "18.5",
323
- cy: "19.5",
324
- r: "1.5",
325
- strokeWidth: "0"
326
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
327
- cx: "23.5",
328
- cy: "16.5",
329
- r: "1.5",
330
- strokeWidth: "0"
331
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
332
- cx: "28.5",
333
- cy: "19.5",
334
- r: "1.5",
335
- strokeWidth: "0"
336
- })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
337
- strokeWidth: "0",
338
- d: "m28,2H4c-1.1046,0-2,.8954-2,2v20c0,1.1046.8954,2,2,2h9v-2H4v-14h24v4h2V4c0-1.1046-.8954-2-2-2Zm0,6H4v-4h24v4Z"
339
- })), children);
340
- });
341
- if (process.env.NODE_ENV !== "production") {
342
- CarbonForAem.propTypes = iconPropTypes4cbeb95d.i;
343
- }
344
- const CarbonForIbmDotcom = /*#__PURE__*/React.forwardRef(function CarbonForIbmDotcom(_ref13, ref) {
345
- let {
346
- children,
347
- size = 16,
348
- ...rest
349
- } = _ref13;
350
- return /*#__PURE__*/React.createElement(Icon.default, {
351
- width: size,
352
- height: size,
353
- ref: ref,
354
- xmlns: "http://www.w3.org/2000/svg",
355
- viewBox: "0 0 32 32",
356
- fill: "currentColor",
357
- ...rest
358
- }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
359
- d: "M29.509,17.689l-6-3.55C23.352,14.046,23.176,14,23,14s-0.352,0.046-0.509,0.14l-6,3.55C16.187,17.869,16,18.196,16,18.55 v6.9c0,0.354,0.187,0.681,0.491,0.86l6,3.55C22.648,29.954,22.824,30,23,30s0.352-0.046,0.509-0.14l6-3.55 C29.813,26.131,30,25.804,30,25.45v-6.9C30,18.196,29.813,17.869,29.509,17.689z M28,24.88l-5,2.958l-5-2.958v-5.76l5-2.958l5,2.958 V24.88z"
360
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
361
- cx: "6",
362
- cy: "6",
363
- r: "1"
364
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
365
- cx: "9",
366
- cy: "6",
367
- r: "1"
368
- })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
369
- d: "M28,2H4C2.897,2,2,2.897,2,4v20c0,1.103,0.897,2,2,2h9v-2H4V10h24v4h2V4C30,2.897,29.103,2,28,2z M4,8V4h24v4H4z"
370
- })), children);
371
- });
372
- if (process.env.NODE_ENV !== "production") {
373
- CarbonForIbmDotcom.propTypes = iconPropTypes4cbeb95d.i;
374
- }
375
- const CarbonForIbmProduct = /*#__PURE__*/React.forwardRef(function CarbonForIbmProduct(_ref14, ref) {
376
- let {
377
- children,
378
- size = 16,
379
- ...rest
380
- } = _ref14;
381
- return /*#__PURE__*/React.createElement(Icon.default, {
382
- width: size,
383
- height: size,
384
- ref: ref,
385
- xmlns: "http://www.w3.org/2000/svg",
386
- viewBox: "0 0 32 32",
387
- fill: "currentColor",
388
- ...rest
389
- }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
390
- d: "M22.509,12.689l-6-3.55C16.352,9.046,16.176,9,16,9s-0.352,0.046-0.509,0.14l-6,3.55C9.187,12.869,9,13.196,9,13.55v6.9 c0,0.354,0.187,0.681,0.491,0.86l6,3.55C15.648,24.954,15.824,25,16,25s0.352-0.046,0.509-0.14l6-3.55 C22.813,21.131,23,20.804,23,20.45v-6.9C23,13.196,22.813,12.869,22.509,12.689z M21,19.88l-5,2.958l-5-2.958v-5.76l5-2.958l5,2.958 V19.88z"
391
- })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
392
- d: "M6 20.184V11.07l6.2-3.664-1.017-1.722L4.491 9.639C4.187 9.819 4 10.146 4 10.5v9.684C2.839 20.598 2 21.698 2 23c0 1.654 1.346 3 3 3s3-1.346 3-3C8 21.698 7.161 20.598 6 20.184zM5 24c-.551 0-1-.448-1-1s.449-1 1-1 1 .448 1 1S5.551 24 5 24zM27 20c-1.654 0-3 1.346-3 3 0 .353.072.687.185 1.002L16 28.838l-6.404-3.784-1.017 1.722 6.912 4.084C15.648 30.954 15.824 31 16 31s.352-.046.509-.139l8.96-5.295C25.919 25.835 26.439 26 27 26c1.654 0 3-1.346 3-3S28.654 20 27 20zM27 24c-.551 0-1-.448-1-1s.449-1 1-1 1 .448 1 1S27.551 24 27 24zM16 7c.731 0 1.392-.273 1.913-.708L26 11.071V18h2v-7.5c0-.354-.187-.681-.491-.861l-8.567-5.062C18.978 4.39 19 4.198 19 4c0-1.654-1.346-3-3-3s-3 1.346-3 3S14.346 7 16 7zM16 3c.551 0 1 .448 1 1s-.449 1-1 1-1-.448-1-1S15.449 3 16 3z"
393
- })), children);
394
- });
395
- if (process.env.NODE_ENV !== "production") {
396
- CarbonForIbmProduct.propTypes = iconPropTypes4cbeb95d.i;
397
- }
398
- const CarbonForMobile = /*#__PURE__*/React.forwardRef(function CarbonForMobile(_ref15, ref) {
399
- let {
400
- children,
401
- size = 16,
402
- ...rest
403
- } = _ref15;
404
- return /*#__PURE__*/React.createElement(Icon.default, {
405
- width: size,
406
- height: size,
407
- ref: ref,
408
- xmlns: "http://www.w3.org/2000/svg",
409
- viewBox: "0 0 32 32",
410
- fill: "currentColor",
411
- ...rest
412
- }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
413
- d: "M32 14h-2v-5.9258l-5.5039-3.2104 1.0078-1.7275 6 3.5c.3071.1792.4961.5083.4961.8638v6.5zM20 22c-.1743 0-.3481-.0454-.5039-.1362l-6-3.5c-.3071-.1792-.4961-.5083-.4961-.8638v-7c0-.3555.189-.6846.4961-.8638l6-3.5c.3115-.1816.6963-.1816 1.0078 0l6 3.5c.3071.1792.4961.5083.4961.8638v7c0 .3555-.189.6846-.4961.8638l-6 3.5c-.1558.0908-.3296.1362-.5039.1362zm-5-5.0742l5 2.9165 5-2.9165v-5.8516l-5-2.9165-5 2.9165v5.8516z"
414
- })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
415
- cx: "12.5",
416
- cy: "24.5",
417
- r: "1.5"
418
- })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
419
- d: "m19,30H6c-1.1028,0-2-.8972-2-2V4c0-1.1028.8972-2,2-2h13v2H6v24h13v-4h2v4c0,1.1028-.8972,2-2,2Z"
420
- })), children);
421
- });
422
- if (process.env.NODE_ENV !== "production") {
423
- CarbonForMobile.propTypes = iconPropTypes4cbeb95d.i;
424
- }
425
- const CarbonForSalesforce = /*#__PURE__*/React.forwardRef(function CarbonForSalesforce(_ref16, ref) {
426
- let {
427
- children,
428
- size = 16,
429
- ...rest
430
- } = _ref16;
431
- return /*#__PURE__*/React.createElement(Icon.default, {
432
- width: size,
433
- height: size,
434
- ref: ref,
435
- xmlns: "http://www.w3.org/2000/svg",
436
- viewBox: "0 0 32 32",
437
- fill: "currentColor",
438
- ...rest
439
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
440
- strokeWidth: "0",
441
- d: "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
442
- })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
443
- strokeWidth: "0",
444
- d: "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
445
- })), children);
446
- });
447
- if (process.env.NODE_ENV !== "production") {
448
- CarbonForSalesforce.propTypes = iconPropTypes4cbeb95d.i;
449
- }
450
- const CaretDown = /*#__PURE__*/React.forwardRef(function CaretDown(_ref17, ref) {
451
- let {
452
- children,
453
- size = 16,
454
- ...rest
455
- } = _ref17;
456
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
457
- return /*#__PURE__*/React.createElement(Icon.default, {
458
- width: size,
459
- height: size,
460
- ref: ref,
461
- xmlns: "http://www.w3.org/2000/svg",
462
- viewBox: "0 0 8 4",
463
- fill: "currentColor",
464
- ...rest
465
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
466
- d: "M8 0L4 4 0 0z"
467
- })), children);
468
- }
469
- return /*#__PURE__*/React.createElement(Icon.default, {
470
- width: size,
471
- height: size,
472
- ref: ref,
473
- xmlns: "http://www.w3.org/2000/svg",
474
- viewBox: "0 0 32 32",
475
- fill: "currentColor",
476
- ...rest
477
- }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
478
- d: "M24 12L16 22 8 12z"
479
- })), children);
480
- });
481
- if (process.env.NODE_ENV !== "production") {
482
- CaretDown.propTypes = iconPropTypes4cbeb95d.i;
483
- }
484
- const CaretLeft = /*#__PURE__*/React.forwardRef(function CaretLeft(_ref18, ref) {
485
- let {
486
- children,
487
- size = 16,
488
- ...rest
489
- } = _ref18;
490
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
491
- return /*#__PURE__*/React.createElement(Icon.default, {
492
- width: size,
493
- height: size,
494
- ref: ref,
495
- xmlns: "http://www.w3.org/2000/svg",
496
- viewBox: "0 0 5 8",
497
- fill: "currentColor",
498
- ...rest
499
- }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
500
- d: "M5 8L0 4 5 0z"
501
- })), children);
502
- }
503
- return /*#__PURE__*/React.createElement(Icon.default, {
504
- width: size,
505
- height: size,
506
- ref: ref,
507
- xmlns: "http://www.w3.org/2000/svg",
508
- viewBox: "0 0 32 32",
509
- fill: "currentColor",
510
- ...rest
511
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
512
- d: "M20 24L10 16 20 8z"
513
- })), children);
514
- });
515
- if (process.env.NODE_ENV !== "production") {
516
- CaretLeft.propTypes = iconPropTypes4cbeb95d.i;
517
- }
518
- const CaretRight = /*#__PURE__*/React.forwardRef(function CaretRight(_ref19, ref) {
519
- let {
520
- children,
521
- size = 16,
522
- ...rest
523
- } = _ref19;
524
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
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 5 8",
531
- fill: "currentColor",
532
- ...rest
533
- }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
534
- d: "M0 0L5 4 0 8z"
535
- })), children);
536
- }
537
- return /*#__PURE__*/React.createElement(Icon.default, {
538
- width: size,
539
- height: size,
540
- ref: ref,
541
- xmlns: "http://www.w3.org/2000/svg",
542
- viewBox: "0 0 32 32",
543
- fill: "currentColor",
544
- ...rest
545
- }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
546
- d: "M12 8L22 16 12 24z"
547
- })), children);
548
- });
549
- if (process.env.NODE_ENV !== "production") {
550
- CaretRight.propTypes = iconPropTypes4cbeb95d.i;
551
- }
552
- const CaretSort = /*#__PURE__*/React.forwardRef(function CaretSort(_ref20, ref) {
553
- let {
554
- children,
555
- size = 16,
556
- ...rest
557
- } = _ref20;
558
- return /*#__PURE__*/React.createElement(Icon.default, {
559
- width: size,
560
- height: size,
561
- ref: ref,
562
- xmlns: "http://www.w3.org/2000/svg",
563
- viewBox: "0 0 32 32",
564
- fill: "currentColor",
565
- ...rest
566
- }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
567
- d: "M24 24L16 32 8 24zM8 8L16 0 24 8z"
568
- })), children);
569
- });
570
- if (process.env.NODE_ENV !== "production") {
571
- CaretSort.propTypes = iconPropTypes4cbeb95d.i;
572
- }
573
- const CaretSortDown = /*#__PURE__*/React.forwardRef(function CaretSortDown(_ref21, ref) {
574
- let {
575
- children,
576
- size = 16,
577
- ...rest
578
- } = _ref21;
579
- return /*#__PURE__*/React.createElement(Icon.default, {
580
- width: size,
581
- height: size,
582
- ref: ref,
583
- xmlns: "http://www.w3.org/2000/svg",
584
- viewBox: "0 0 32 32",
585
- fill: "currentColor",
586
- ...rest
587
- }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
588
- d: "M24 24L16 32 8 24z"
589
- })), children);
590
- });
591
- if (process.env.NODE_ENV !== "production") {
592
- CaretSortDown.propTypes = iconPropTypes4cbeb95d.i;
593
- }
594
- const CaretSortUp = /*#__PURE__*/React.forwardRef(function CaretSortUp(_ref22, ref) {
595
- let {
596
- children,
597
- size = 16,
598
- ...rest
599
- } = _ref22;
600
- return /*#__PURE__*/React.createElement(Icon.default, {
601
- width: size,
602
- height: size,
603
- ref: ref,
604
- xmlns: "http://www.w3.org/2000/svg",
605
- viewBox: "0 0 32 32",
606
- fill: "currentColor",
607
- ...rest
608
- }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
609
- d: "M8 8L16 0 24 8z"
610
- })), children);
611
- });
612
- if (process.env.NODE_ENV !== "production") {
613
- CaretSortUp.propTypes = iconPropTypes4cbeb95d.i;
614
- }
615
- const CaretUp = /*#__PURE__*/React.forwardRef(function CaretUp(_ref23, ref) {
616
- let {
617
- children,
618
- size = 16,
619
- ...rest
620
- } = _ref23;
621
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
622
- return /*#__PURE__*/React.createElement(Icon.default, {
623
- width: size,
624
- height: size,
625
- ref: ref,
626
- xmlns: "http://www.w3.org/2000/svg",
627
- viewBox: "0 0 8 4",
628
- fill: "currentColor",
629
- ...rest
630
- }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
631
- d: "M0 4L4 0 8 4z"
632
- })), children);
633
- }
634
- return /*#__PURE__*/React.createElement(Icon.default, {
635
- width: size,
636
- height: size,
637
- ref: ref,
638
- xmlns: "http://www.w3.org/2000/svg",
639
- viewBox: "0 0 32 32",
640
- fill: "currentColor",
641
- ...rest
642
- }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
643
- d: "M8 20L16 10 24 20z"
644
- })), children);
645
- });
646
- if (process.env.NODE_ENV !== "production") {
647
- CaretUp.propTypes = iconPropTypes4cbeb95d.i;
648
- }
649
- const CarouselHorizontal = /*#__PURE__*/React.forwardRef(function CarouselHorizontal(_ref24, ref) {
650
- let {
651
- children,
652
- size = 16,
653
- ...rest
654
- } = _ref24;
655
- return /*#__PURE__*/React.createElement(Icon.default, {
656
- width: size,
657
- height: size,
658
- ref: ref,
659
- xmlns: "http://www.w3.org/2000/svg",
660
- viewBox: "0 0 32 32",
661
- fill: "currentColor",
662
- ...rest
663
- }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
664
- d: "M22 26H10a2 2 0 01-2-2V8a2 2 0 012-2H22a2 2 0 012 2V24A2 2 0 0122 26zM10 8V24H22V8zM4 24H0V22H4V10H0V8H4a2 2 0 012 2V22A2 2 0 014 24zM32 24H28a2 2 0 01-2-2V10a2 2 0 012-2h4v2H28V22h4z"
665
- })), children);
666
- });
667
- if (process.env.NODE_ENV !== "production") {
668
- CarouselHorizontal.propTypes = iconPropTypes4cbeb95d.i;
669
- }
670
- const CarouselVertical = /*#__PURE__*/React.forwardRef(function CarouselVertical(_ref25, ref) {
671
- let {
672
- children,
673
- size = 16,
674
- ...rest
675
- } = _ref25;
676
- return /*#__PURE__*/React.createElement(Icon.default, {
677
- width: size,
678
- height: size,
679
- ref: ref,
680
- xmlns: "http://www.w3.org/2000/svg",
681
- viewBox: "0 0 32 32",
682
- fill: "currentColor",
683
- ...rest
684
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
685
- d: "M26 10V22a2 2 0 01-2 2H8a2 2 0 01-2-2V10A2 2 0 018 8H24A2 2 0 0126 10zM8 22H24V10H8zM24 28v4H22V28H10v4H8V28a2 2 0 012-2H22A2 2 0 0124 28zM24 0V4a2 2 0 01-2 2H10A2 2 0 018 4V0h2V4H22V0z"
686
- })), children);
687
- });
688
- if (process.env.NODE_ENV !== "production") {
689
- CarouselVertical.propTypes = iconPropTypes4cbeb95d.i;
690
- }
691
- const Catalog = /*#__PURE__*/React.forwardRef(function Catalog(_ref26, ref) {
692
- let {
693
- children,
694
- size = 16,
695
- ...rest
696
- } = _ref26;
697
- return /*#__PURE__*/React.createElement(Icon.default, {
698
- width: size,
699
- height: size,
700
- ref: ref,
701
- xmlns: "http://www.w3.org/2000/svg",
702
- viewBox: "0 0 32 32",
703
- fill: "currentColor",
704
- ...rest
705
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
706
- d: "M26,2H8A2,2,0,0,0,6,4V8H4v2H6v5H4v2H6v5H4v2H6v4a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2Zm0,26H8V24h2V22H8V17h2V15H8V10h2V8H8V4H26Z"
707
- })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
708
- d: "M14 8H22V10H14zM14 15H22V17H14zM14 22H22V24H14z"
709
- })), children);
710
- });
711
- if (process.env.NODE_ENV !== "production") {
712
- Catalog.propTypes = iconPropTypes4cbeb95d.i;
713
- }
714
- const CatalogPublish = /*#__PURE__*/React.forwardRef(function CatalogPublish(_ref27, ref) {
715
- let {
716
- children,
717
- size = 16,
718
- ...rest
719
- } = _ref27;
720
- return /*#__PURE__*/React.createElement(Icon.default, {
721
- width: size,
722
- height: size,
723
- ref: ref,
724
- xmlns: "http://www.w3.org/2000/svg",
725
- viewBox: "0 0 32 32",
726
- fill: "currentColor",
727
- ...rest
728
- }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
729
- d: "M20 20L21.4 21.4 18.8 24 28 24 28 26 18.8 26 21.4 28.6 20 30 15 25zM14 15H22V17H14zM14 8H22V10H14z"
730
- })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
731
- d: "M13,28H8v-4h2v-2H8v-5h2v-2H8v-5h2V8H8V4h18v16h2V4c0-1.1-0.9-2-2-2H8C6.9,2,6,2.9,6,4v4H4v2h2v5H4v2h2v5H4v2h2v4 c0,1.1,0.9,2,2,2h5V28z"
732
- })), children);
733
- });
734
- if (process.env.NODE_ENV !== "production") {
735
- CatalogPublish.propTypes = iconPropTypes4cbeb95d.i;
736
- }
737
- const Categories = /*#__PURE__*/React.forwardRef(function Categories(_ref28, ref) {
738
- let {
739
- children,
740
- size = 16,
741
- ...rest
742
- } = _ref28;
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
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
752
- d: "M6.76 6l.45.89L7.76 8H12v5H4V6H6.76m.62-2H3A1 1 0 002 5v9a1 1 0 001 1H13a1 1 0 001-1V7a1 1 0 00-1-1H9L8.28 4.55A1 1 0 007.38 4zM22.76 6l.45.89L23.76 8H28v5H20V6h2.76m.62-2H19a1 1 0 00-1 1v9a1 1 0 001 1H29a1 1 0 001-1V7a1 1 0 00-1-1H25l-.72-1.45a1 1 0 00-.9-.55zM6.76 19l.45.89L7.76 21H12v5H4V19H6.76m.62-2H3a1 1 0 00-1 1v9a1 1 0 001 1H13a1 1 0 001-1V20a1 1 0 00-1-1H9l-.72-1.45a1 1 0 00-.9-.55zM22.76 19l.45.89L23.76 21H28v5H20V19h2.76m.62-2H19a1 1 0 00-1 1v9a1 1 0 001 1H29a1 1 0 001-1V20a1 1 0 00-1-1H25l-.72-1.45a1 1 0 00-.9-.55z"
753
- })), children);
754
- });
755
- if (process.env.NODE_ENV !== "production") {
756
- Categories.propTypes = iconPropTypes4cbeb95d.i;
757
- }
758
- const Category = /*#__PURE__*/React.forwardRef(function Category(_ref29, ref) {
759
- let {
760
- children,
761
- size = 16,
762
- ...rest
763
- } = _ref29;
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
- }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
773
- d: "M27,22.1414V18a2,2,0,0,0-2-2H17V12h2a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H13a2.002,2.002,0,0,0-2,2v6a2.002,2.002,0,0,0,2,2h2v4H7a2,2,0,0,0-2,2v4.1421a4,4,0,1,0,2,0V18h8v4.142a4,4,0,1,0,2,0V18h8v4.1414a4,4,0,1,0,2,0ZM13,4h6l.001,6H13ZM8,26a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,26Zm10,0a2,2,0,1,1-2-2A2.0027,2.0027,0,0,1,18,26Zm8,2a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,28Z"
774
- })), children);
775
- });
776
- if (process.env.NODE_ENV !== "production") {
777
- Category.propTypes = iconPropTypes4cbeb95d.i;
778
- }
779
- const CategoryAdd = /*#__PURE__*/React.forwardRef(function CategoryAdd(_ref30, ref) {
780
- let {
781
- children,
782
- size = 16,
783
- ...rest
784
- } = _ref30;
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
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
794
- d: "M15 6L13.59 7.41 17.17 11 13.59 14.59 15 16 20 11 15 6z"
795
- })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
796
- d: "M28,24H17V20h6a2.0027,2.0027,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H9A2.002,2.002,0,0,0,7,4V18a2.0023,2.0023,0,0,0,2,2h6v4H4a2,2,0,0,0-2,2v4H4V26H15v4h2V26H28v4h2V26A2,2,0,0,0,28,24ZM9,4H23l.002,14H9Z"
797
- })), children);
798
- });
799
- if (process.env.NODE_ENV !== "production") {
800
- CategoryAdd.propTypes = iconPropTypes4cbeb95d.i;
801
- }
802
- const CategoryAnd = /*#__PURE__*/React.forwardRef(function CategoryAnd(_ref31, ref) {
803
- let {
804
- children,
805
- size = 16,
806
- ...rest
807
- } = _ref31;
808
- return /*#__PURE__*/React.createElement(Icon.default, {
809
- width: size,
810
- height: size,
811
- ref: ref,
812
- xmlns: "http://www.w3.org/2000/svg",
813
- viewBox: "0 0 32 32",
814
- fill: "currentColor",
815
- ...rest
816
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
817
- d: "M4 30V26H15v4h2V26H28v4h2V26a2 2 0 00-2-2H17V19H15v5H4a2 2 0 00-2 2v4zM20.6953 13.9858A10.08 10.08 0 0021.9463 10H23V8H20V9a9.2634 9.2634 0 01-.6641 3.2705L16.6511 8.8816a5.1261 5.1261 0 002.1436-2.3694A3.2522 3.2522 0 0018.6062 3.81a3.38 3.38 0 00-2.2391-1.7056 3.4688 3.4688 0 00-4.2223 2.1186c-.5044 1.5518.4406 3.1158 1.2612 4.1077A4.7255 4.7255 0 0011.06 13.1587 4.4526 4.4526 0 0015.4268 17h.0058a5.7844 5.7844 0 003.9717-1.4233L20.532 17h2.5519zM14.047 4.8413A1.3224 1.3224 0 0115.4141 4a2.41 2.41 0 01.5214.0581 1.4018 1.4018 0 01.9111.7022 1.2493 1.2493 0 01.0791 1.042A3.6871 3.6871 0 0115.2441 7.395C14.5831 6.6816 13.8087 5.5732 14.047 4.8413zM15.4316 15h-.0039a2.4432 2.4432 0 01-2.3916-2.1509 2.8261 2.8261 0 011.81-3.0249l3.3115 4.1787A3.8853 3.8853 0 0115.4316 15z"
818
- })), children);
819
- });
820
- if (process.env.NODE_ENV !== "production") {
821
- CategoryAnd.propTypes = iconPropTypes4cbeb95d.i;
822
- }
823
- const CategoryNew = /*#__PURE__*/React.forwardRef(function CategoryNew(_ref32, ref) {
824
- let {
825
- children,
826
- size = 16,
827
- ...rest
828
- } = _ref32;
829
- return /*#__PURE__*/React.createElement(Icon.default, {
830
- width: size,
831
- height: size,
832
- ref: ref,
833
- xmlns: "http://www.w3.org/2000/svg",
834
- viewBox: "0 0 32 32",
835
- fill: "currentColor",
836
- ...rest
837
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
838
- d: "M21 10L17 10 17 6 15 6 15 10 11 10 11 12 15 12 15 16 17 16 17 12 21 12 21 10z"
839
- })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
840
- d: "M28,24H17V20h6a2.0027,2.0027,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H9A2.002,2.002,0,0,0,7,4V18a2.0023,2.0023,0,0,0,2,2h6v4H4a2,2,0,0,0-2,2v4H4V26H15v4h2V26H28v4h2V26A2,2,0,0,0,28,24ZM9,4H23l.002,14H9Z"
841
- })), children);
842
- });
843
- if (process.env.NODE_ENV !== "production") {
844
- CategoryNew.propTypes = iconPropTypes4cbeb95d.i;
845
- }
846
- const CategoryNewEach = /*#__PURE__*/React.forwardRef(function CategoryNewEach(_ref33, ref) {
847
- let {
848
- children,
849
- size = 16,
850
- ...rest
851
- } = _ref33;
852
- return /*#__PURE__*/React.createElement(Icon.default, {
853
- width: size,
854
- height: size,
855
- ref: ref,
856
- xmlns: "http://www.w3.org/2000/svg",
857
- viewBox: "0 0 32 32",
858
- fill: "currentColor",
859
- ...rest
860
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
861
- d: "M29 10H24v2h5v6H22v2h3v2.142a4 4 0 102 0V20h2a2.0027 2.0027 0 002-2V12A2.0023 2.0023 0 0029 10zM28 26a2 2 0 11-2-2A2.0027 2.0027 0 0128 26zM19 6H14V8h5v6H12v2h3v6.142a4 4 0 102 0V16h2a2.0023 2.0023 0 002-2V8A2.0023 2.0023 0 0019 6zM18 26a2 2 0 11-2-2A2.0027 2.0027 0 0118 26zM9 2H3A2.002 2.002 0 001 4v6a2.002 2.002 0 002 2H5V22.142a4 4 0 102 0V12H9a2.002 2.002 0 002-2V4A2.002 2.002 0 009 2zM8 26a2 2 0 11-2-2A2.0023 2.0023 0 018 26zM3 10V4H9l.0015 6z"
862
- })), children);
863
- });
864
- if (process.env.NODE_ENV !== "production") {
865
- CategoryNewEach.propTypes = iconPropTypes4cbeb95d.i;
866
- }
867
- const Caution = /*#__PURE__*/React.forwardRef(function Caution(_ref34, ref) {
868
- let {
869
- children,
870
- size = 16,
871
- ...rest
872
- } = _ref34;
873
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
874
- return /*#__PURE__*/React.createElement(Icon.default, {
875
- width: size,
876
- height: size,
877
- ref: ref,
878
- xmlns: "http://www.w3.org/2000/svg",
879
- viewBox: "0 0 16 16",
880
- fill: "currentColor",
881
- ...rest
882
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
883
- d: "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
884
- })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
885
- d: "M12.315 12L3.685 12 8 4.088 12.315 12z"
886
- })), children);
887
- }
888
- return /*#__PURE__*/React.createElement(Icon.default, {
889
- width: size,
890
- height: size,
891
- ref: ref,
892
- xmlns: "http://www.w3.org/2000/svg",
893
- viewBox: "0 0 16 16",
894
- fill: "currentColor",
895
- ...rest
896
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
897
- d: "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
898
- })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
899
- d: "M12.315 12L3.685 12 8 4.088 12.315 12z"
900
- })), children);
901
- });
902
- if (process.env.NODE_ENV !== "production") {
903
- Caution.propTypes = iconPropTypes4cbeb95d.i;
904
- }
905
- const CautionInverted = /*#__PURE__*/React.forwardRef(function CautionInverted(_ref35, ref) {
906
- let {
907
- children,
908
- size = 16,
909
- ...rest
910
- } = _ref35;
911
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
912
- return /*#__PURE__*/React.createElement(Icon.default, {
913
- width: size,
914
- height: size,
915
- ref: ref,
916
- xmlns: "http://www.w3.org/2000/svg",
917
- viewBox: "0 0 16 16",
918
- fill: "currentColor",
919
- ...rest
920
- }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
921
- d: "M8 14L2 3 14 3 8 14z"
922
- })), children);
923
- }
924
- return /*#__PURE__*/React.createElement(Icon.default, {
925
- width: size,
926
- height: size,
927
- ref: ref,
928
- xmlns: "http://www.w3.org/2000/svg",
929
- viewBox: "0 0 16 16",
930
- fill: "currentColor",
931
- ...rest
932
- }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
933
- d: "M8 14L2 3 14 3 8 14z"
934
- })), children);
935
- });
936
- if (process.env.NODE_ENV !== "production") {
937
- CautionInverted.propTypes = iconPropTypes4cbeb95d.i;
938
- }
939
- const QCcX = /*#__PURE__*/React.forwardRef(function QCcX(_ref36, ref) {
940
- let {
941
- children,
942
- size = 16,
943
- ...rest
944
- } = _ref36;
945
- return /*#__PURE__*/React.createElement(Icon.default, {
946
- width: size,
947
- height: size,
948
- ref: ref,
949
- xmlns: "http://www.w3.org/2000/svg",
950
- viewBox: "0 0 32 32",
951
- fill: "currentColor",
952
- ...rest
953
- }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
954
- d: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM19 23H14a2 2 0 01-2-2V15a2 2 0 012-2h5v2H14v6h5zM29 9L27 9 25 15 23 9 21 9 23.75 16 21 23 23 23 25 17 27 23 29 23 26.25 16 29 9z"
955
- })), children);
956
- });
957
- if (process.env.NODE_ENV !== "production") {
958
- QCcX.propTypes = iconPropTypes4cbeb95d.i;
959
- }
960
- const WatsonHealthCdArchive = /*#__PURE__*/React.forwardRef(function WatsonHealthCdArchive(_ref37, ref) {
961
- let {
962
- children,
963
- size = 16,
964
- ...rest
965
- } = _ref37;
966
- return /*#__PURE__*/React.createElement(Icon.default, {
967
- width: size,
968
- height: size,
969
- ref: ref,
970
- xmlns: "http://www.w3.org/2000/svg",
971
- viewBox: "0 0 32 32",
972
- fill: "currentColor",
973
- ...rest
974
- }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
975
- d: "M16,28A12,12,0,1,1,28,16,12,12,0,0,1,16,28ZM16,6A10,10,0,1,0,26,16,10,10,0,0,0,16,6Z"
976
- })), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
977
- d: "M16,22a6,6,0,1,1,6-6A6,6,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,16,12Z"
978
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
979
- cx: "16",
980
- cy: "16",
981
- r: "2"
982
- })), children);
983
- });
984
- if (process.env.NODE_ENV !== "production") {
985
- WatsonHealthCdArchive.propTypes = iconPropTypes4cbeb95d.i;
986
- }
987
- const WatsonHealthCdCreateArchive = /*#__PURE__*/React.forwardRef(function WatsonHealthCdCreateArchive(_ref38, ref) {
988
- let {
989
- children,
990
- size = 16,
991
- ...rest
992
- } = _ref38;
993
- return /*#__PURE__*/React.createElement(Icon.default, {
994
- width: size,
995
- height: size,
996
- ref: ref,
997
- xmlns: "http://www.w3.org/2000/svg",
998
- viewBox: "0 0 32 32",
999
- fill: "currentColor",
1000
- ...rest
1001
- }, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1002
- d: "M14,20a6,6,0,1,1,6-6A6,6,0,0,1,14,20Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,14,10Z"
1003
- })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
1004
- cx: "14",
1005
- cy: "14",
1006
- r: "2"
1007
- })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1008
- d: "M17,23.54A10,10,0,1,1,24,14c0,.34,0,.67-.05,1h2c0-.33.05-.66.05-1A12,12,0,1,0,14,26a12.33,12.33,0,0,0,3-.39Z"
1009
- })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1010
- d: "M25,30l-2.14-1A5,5,0,0,1,20,24.47V18H30v6.47A5,5,0,0,1,27.14,29ZM22,20v4.47a3,3,0,0,0,1.72,2.71l1.28.61,1.28-.61A3,3,0,0,0,28,24.47V20Z"
1011
- })), children);
1012
- });
1013
- if (process.env.NODE_ENV !== "production") {
1014
- WatsonHealthCdCreateArchive.propTypes = iconPropTypes4cbeb95d.i;
1015
- }
1016
- const WatsonHealthCdCreateExchange = /*#__PURE__*/React.forwardRef(function WatsonHealthCdCreateExchange(_ref39, ref) {
1017
- let {
1018
- children,
1019
- size = 16,
1020
- ...rest
1021
- } = _ref39;
1022
- return /*#__PURE__*/React.createElement(Icon.default, {
1023
- width: size,
1024
- height: size,
1025
- ref: ref,
1026
- xmlns: "http://www.w3.org/2000/svg",
1027
- viewBox: "0 0 32 32",
1028
- fill: "currentColor",
1029
- ...rest
1030
- }, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
1031
- cx: "14",
1032
- cy: "14",
1033
- r: "2"
1034
- })), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1035
- d: "M14,2a12,12,0,0,0,0,24V24A10,10,0,1,1,24,14,8.27,8.27,0,0,1,24,15h2c0-.33.05-.66.05-1A12,12,0,0,0,14,2Z"
1036
- })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1037
- d: "M17 24L26.17 24 23.58 26.59 25 28 30 23 25 18 23.58 19.42 26.17 22 17 22 17 24zM14 20a6 6 0 116-6A6 6 0 0114 20zm0-10a4 4 0 104 4A4 4 0 0014 10z"
1038
- })), children);
1039
- });
1040
- if (process.env.NODE_ENV !== "production") {
1041
- WatsonHealthCdCreateExchange.propTypes = iconPropTypes4cbeb95d.i;
1042
- }
1043
- const Cda = /*#__PURE__*/React.forwardRef(function Cda(_ref40, ref) {
1044
- let {
1045
- children,
1046
- size = 16,
1047
- ...rest
1048
- } = _ref40;
1049
- return /*#__PURE__*/React.createElement(Icon.default, {
1050
- width: size,
1051
- height: size,
1052
- ref: ref,
1053
- xmlns: "http://www.w3.org/2000/svg",
1054
- viewBox: "0 0 32 32",
1055
- fill: "currentColor",
1056
- ...rest
1057
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1058
- d: "M28 9H24a2.002 2.002 0 00-2 2V23h2V18h4v5h2V11A2.0023 2.0023 0 0028 9zm-4 7V11h4v5zM16 23H12V9h4a4.0042 4.0042 0 014 4v6A4.0039 4.0039 0 0116 23zm-2-2h2a2.0027 2.0027 0 002-2V13a2.0023 2.0023 0 00-2-2H14zM10 23H4a2.0023 2.0023 0 01-2-2V11A2.002 2.002 0 014 9h6v2H4V21h6z"
1059
- })), children);
1060
- });
1061
- if (process.env.NODE_ENV !== "production") {
1062
- Cda.propTypes = iconPropTypes4cbeb95d.i;
1063
- }
1064
- const CellTower = /*#__PURE__*/React.forwardRef(function CellTower(_ref41, ref) {
1065
- let {
1066
- children,
1067
- size = 16,
1068
- ...rest
1069
- } = _ref41;
1070
- return /*#__PURE__*/React.createElement(Icon.default, {
1071
- width: size,
1072
- height: size,
1073
- ref: ref,
1074
- xmlns: "http://www.w3.org/2000/svg",
1075
- viewBox: "0 0 32 32",
1076
- fill: "currentColor",
1077
- ...rest
1078
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1079
- d: "M25 11L25 16 17 16 17 11 15 11 15 16 7 16 7 11 5 11 5 23 7 23 7 18 10 18 10 30 12 30 12 18 15 18 15 23 17 23 17 18 20 18 20 30 22 30 22 18 25 18 25 23 27 23 27 11zM16 6c-1.7 0-3.2.7-4.2 1.8l1.4 1.4C13.9 8.4 14.9 8 16 8s2.1.4 2.8 1.2l1.4-1.4C19.2 6.7 17.7 6 16 6z"
1080
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1081
- d: "M8.9,4.9l1.4,1.4C11.8,4.9,13.8,4,16,4s4.2,0.9,5.7,2.3l1.4-1.4C21.3,3.1,18.8,2,16,2S10.7,3.1,8.9,4.9z"
1082
- })), children);
1083
- });
1084
- if (process.env.NODE_ENV !== "production") {
1085
- CellTower.propTypes = iconPropTypes4cbeb95d.i;
1086
- }
1087
- const CenterCircle = /*#__PURE__*/React.forwardRef(function CenterCircle(_ref42, ref) {
1088
- let {
1089
- children,
1090
- size = 16,
1091
- ...rest
1092
- } = _ref42;
1093
- return /*#__PURE__*/React.createElement(Icon.default, {
1094
- width: size,
1095
- height: size,
1096
- ref: ref,
1097
- xmlns: "http://www.w3.org/2000/svg",
1098
- viewBox: "0 0 32 32",
1099
- fill: "currentColor",
1100
- ...rest
1101
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1102
- d: "M30,15H27.9492A12.0071,12.0071,0,0,0,17,4.0508V2H15V4.0508A12.0071,12.0071,0,0,0,4.0508,15H2v2H4.0508A12.0071,12.0071,0,0,0,15,27.9492V30h2V27.9492A12.0071,12.0071,0,0,0,27.9492,17H30ZM17,25.9492V22H15v3.9492A10.0166,10.0166,0,0,1,6.0508,17H10V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V10h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H22v2h3.9492A10.0166,10.0166,0,0,1,17,25.9492Z"
1103
- })), children);
1104
- });
1105
- if (process.env.NODE_ENV !== "production") {
1106
- CenterCircle.propTypes = iconPropTypes4cbeb95d.i;
1107
- }
1108
- const CenterSquare = /*#__PURE__*/React.forwardRef(function CenterSquare(_ref43, ref) {
1109
- let {
1110
- children,
1111
- size = 16,
1112
- ...rest
1113
- } = _ref43;
1114
- return /*#__PURE__*/React.createElement(Icon.default, {
1115
- width: size,
1116
- height: size,
1117
- ref: ref,
1118
- xmlns: "http://www.w3.org/2000/svg",
1119
- viewBox: "0 0 32 32",
1120
- fill: "currentColor",
1121
- ...rest
1122
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1123
- d: "M6 12L4 12 4 4 12 4 12 6 6 6 6 12zM28 12L26 12 26 6 20 6 20 4 28 4 28 12zM12 28L4 28 4 20 6 20 6 26 12 26 12 28zM28 28L20 28 20 26 26 26 26 20 28 20 28 28zM15 10H17V14H15zM10 15H14V17H10zM18 15H22V17H18zM15 18H17V22H15z"
1124
- })), children);
1125
- });
1126
- if (process.env.NODE_ENV !== "production") {
1127
- CenterSquare.propTypes = iconPropTypes4cbeb95d.i;
1128
- }
1129
- const CenterToFit = /*#__PURE__*/React.forwardRef(function CenterToFit(_ref44, ref) {
1130
- let {
1131
- children,
1132
- size = 16,
1133
- ...rest
1134
- } = _ref44;
1135
- return /*#__PURE__*/React.createElement(Icon.default, {
1136
- width: size,
1137
- height: size,
1138
- ref: ref,
1139
- xmlns: "http://www.w3.org/2000/svg",
1140
- viewBox: "0 0 32 32",
1141
- fill: "currentColor",
1142
- ...rest
1143
- }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1144
- d: "M8 2L2 2 2 8 4 8 4 4 8 4 8 2zM24 2L30 2 30 8 28 8 28 4 24 4 24 2zM8 30L2 30 2 24 4 24 4 28 8 28 8 30zM24 30L30 30 30 24 28 24 28 28 24 28 24 30zM24 24H8a2.0023 2.0023 0 01-2-2V10A2.0023 2.0023 0 018 8H24a2.0023 2.0023 0 012 2V22A2.0023 2.0023 0 0124 24zM8 10V22H24V10z"
1145
- })), children);
1146
- });
1147
- if (process.env.NODE_ENV !== "production") {
1148
- CenterToFit.propTypes = iconPropTypes4cbeb95d.i;
1149
- }
1150
- const Certificate = /*#__PURE__*/React.forwardRef(function Certificate(_ref45, ref) {
1151
- let {
1152
- children,
1153
- size = 16,
1154
- ...rest
1155
- } = _ref45;
1156
- return /*#__PURE__*/React.createElement(Icon.default, {
1157
- width: size,
1158
- height: size,
1159
- ref: ref,
1160
- xmlns: "http://www.w3.org/2000/svg",
1161
- viewBox: "0 0 32 32",
1162
- fill: "currentColor",
1163
- ...rest
1164
- }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1165
- d: "M24 17L25.912 20.703 30 21.297 27 24 27.771 28 24 25.75 20.229 28 21 24 18 21.297 22.2 20.703 24 17zM6 16H12V18H6zM6 12H16V14H6zM6 8H16V10H6z"
1166
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1167
- d: "M16,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H16Z"
1168
- })), children);
1169
- });
1170
- if (process.env.NODE_ENV !== "production") {
1171
- Certificate.propTypes = iconPropTypes4cbeb95d.i;
1172
- }
1173
- const CertificateCheck = /*#__PURE__*/React.forwardRef(function CertificateCheck(_ref46, ref) {
1174
- let {
1175
- children,
1176
- size = 16,
1177
- ...rest
1178
- } = _ref46;
1179
- return /*#__PURE__*/React.createElement(Icon.default, {
1180
- width: size,
1181
- height: size,
1182
- ref: ref,
1183
- xmlns: "http://www.w3.org/2000/svg",
1184
- viewBox: "0 0 32 32",
1185
- fill: "currentColor",
1186
- ...rest
1187
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1188
- d: "M6 16H12V18H6zM6 12H16V14H6zM6 8H16V10H6z"
1189
- })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1190
- d: "M14,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
1191
- })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1192
- d: "M22 25.59L19.41 23 18 24.41 22 28.41 30 20.41 28.59 19 22 25.59z"
1193
- })), children);
1194
- });
1195
- if (process.env.NODE_ENV !== "production") {
1196
- CertificateCheck.propTypes = iconPropTypes4cbeb95d.i;
1197
- }
1198
- const ChangeCatalog = /*#__PURE__*/React.forwardRef(function ChangeCatalog(_ref47, ref) {
1199
- let {
1200
- children,
1201
- size = 16,
1202
- ...rest
1203
- } = _ref47;
1204
- return /*#__PURE__*/React.createElement(Icon.default, {
1205
- width: size,
1206
- height: size,
1207
- ref: ref,
1208
- xmlns: "http://www.w3.org/2000/svg",
1209
- viewBox: "0 0 32 32",
1210
- fill: "currentColor",
1211
- ...rest
1212
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1213
- d: "M24 24v2h2.4592A5.94 5.94 0 0122 28a6.0066 6.0066 0 01-6-6H14a7.9841 7.9841 0 0014 5.2651V30h2V24zM22 14a8.04 8.04 0 00-6 2.7349V14H14v6h6V18H17.5408A5.94 5.94 0 0122 16a6.0066 6.0066 0 016 6h2A8.0092 8.0092 0 0022 14z"
1214
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1215
- d: "M12,28H6V24H8V22H6V17H8V15H6V10H8V8H6V4H24v8h2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4V8H2v2H4v5H2v2H4v5H2v2H4v4a2,2,0,0,0,2,2h6Z"
1216
- })), children);
1217
- });
1218
- if (process.env.NODE_ENV !== "production") {
1219
- ChangeCatalog.propTypes = iconPropTypes4cbeb95d.i;
1220
- }
1221
- const Channels = /*#__PURE__*/React.forwardRef(function Channels(_ref48, ref) {
1222
- let {
1223
- children,
1224
- size = 16,
1225
- ...rest
1226
- } = _ref48;
1227
- return /*#__PURE__*/React.createElement(Icon.default, {
1228
- width: size,
1229
- height: size,
1230
- ref: ref,
1231
- xmlns: "http://www.w3.org/2000/svg",
1232
- viewBox: "0 0 32 32",
1233
- fill: "currentColor",
1234
- ...rest
1235
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1236
- d: "M10,15v-7.2l3.6,3.6,1.4-1.4-6-6-6,6,1.4,1.4,3.6-3.6v12.34c-1.72.45-3,2-3,3.86,0,2.21,1.79,4,4,4s4-1.79,4-4c0-1.86-1.28-3.41-3-3.86v-5.14ZM11,24c0,1.1-.9,2-2,2s-2-.9-2-2,.9-2,2-2,2,.9,2,2ZM27.6,20.6l-3.6,3.6v-12.34c1.72-.45,3-2,3-3.86,0-2.21-1.79-4-4-4s-4,1.79-4,4c0,1.86,1.28,3.41,3,3.86v12.34l-3.6-3.6-1.4,1.4,6,6,6-6-1.4-1.4ZM21,8c0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2-2-.9-2-2Z"
1237
- })), children);
1238
- });
1239
- if (process.env.NODE_ENV !== "production") {
1240
- Channels.propTypes = iconPropTypes4cbeb95d.i;
1241
- }
1242
- const CharacterDecimal = /*#__PURE__*/React.forwardRef(function CharacterDecimal(_ref49, ref) {
1243
- let {
1244
- children,
1245
- size = 16,
1246
- ...rest
1247
- } = _ref49;
1248
- return /*#__PURE__*/React.createElement(Icon.default, {
1249
- width: size,
1250
- height: size,
1251
- ref: ref,
1252
- xmlns: "http://www.w3.org/2000/svg",
1253
- viewBox: "0 0 32 32",
1254
- fill: "currentColor",
1255
- ...rest
1256
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1257
- d: "M21 15H23V17H21z"
1258
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1259
- d: "M24 23H20a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h4a2.0023 2.0023 0 012 2V21A2.0027 2.0027 0 0124 23zM20 11h0V21h4V11zM11 15H13V17H11z"
1260
- })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1261
- d: "M14 23H10a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h4a2.0023 2.0023 0 012 2V21A2.0027 2.0027 0 0114 23zM10 11h0V21h4V11zM4 21H6V23H4z"
1262
- })), children);
1263
- });
1264
- if (process.env.NODE_ENV !== "production") {
1265
- CharacterDecimal.propTypes = iconPropTypes4cbeb95d.i;
1266
- }
1267
- const CharacterFraction = /*#__PURE__*/React.forwardRef(function CharacterFraction(_ref50, ref) {
1268
- let {
1269
- children,
1270
- size = 16,
1271
- ...rest
1272
- } = _ref50;
1273
- return /*#__PURE__*/React.createElement(Icon.default, {
1274
- width: size,
1275
- height: size,
1276
- ref: ref,
1277
- xmlns: "http://www.w3.org/2000/svg",
1278
- viewBox: "0 0 32 32",
1279
- fill: "currentColor",
1280
- ...rest
1281
- }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1282
- d: "M28,30H20V24a2.002,2.002,0,0,1,2-2h4V18H20V16h6a2.0023,2.0023,0,0,1,2,2v4a2.0023,2.0023,0,0,1-2,2H22v4h6Z"
1283
- })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1284
- d: "M4.479 15.5H26.521V17.5H4.479z",
1285
- transform: "rotate(-45 15.5 16.5)"
1286
- })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1287
- d: "M4.5 15.5L4.5 14.5 7.5 14.5 7.5 3.5 4.5 3.5 4.5 2.5 8.5 2.5 8.5 14.5 11.5 14.5 11.5 15.5 4.5 15.5z"
1288
- })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1289
- d: "M8,3V15H8V3M9,2H4V4H7V14H4v2h8V14H9V2Z"
1290
- })), children);
1291
- });
1292
- if (process.env.NODE_ENV !== "production") {
1293
- CharacterFraction.propTypes = iconPropTypes4cbeb95d.i;
1294
- }
1295
- const CharacterInteger = /*#__PURE__*/React.forwardRef(function CharacterInteger(_ref51, ref) {
1296
- let {
1297
- children,
1298
- size = 16,
1299
- ...rest
1300
- } = _ref51;
1301
- return /*#__PURE__*/React.createElement(Icon.default, {
1302
- width: size,
1303
- height: size,
1304
- ref: ref,
1305
- xmlns: "http://www.w3.org/2000/svg",
1306
- viewBox: "0 0 32 32",
1307
- fill: "currentColor",
1308
- ...rest
1309
- }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1310
- d: "M19.5 22.5L19.5 21.5 22.5 21.5 22.5 10.5 19.5 10.5 19.5 9.5 23.5 9.5 23.5 21.5 26.5 21.5 26.5 22.5 19.5 22.5z"
1311
- })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1312
- d: "M23 10V22h0V10m1-1H19v2h3V21H19v2h8V21H24V9zM5 21H15V23H5zM15 13L11 13 11 9 9 9 9 13 5 13 5 15 9 15 9 19 11 19 11 15 15 15 15 13z"
1313
- })), children);
1314
- });
1315
- if (process.env.NODE_ENV !== "production") {
1316
- CharacterInteger.propTypes = iconPropTypes4cbeb95d.i;
1317
- }
1318
- const CharacterLowerCase = /*#__PURE__*/React.forwardRef(function CharacterLowerCase(_ref52, ref) {
1319
- let {
1320
- children,
1321
- size = 16,
1322
- ...rest
1323
- } = _ref52;
1324
- return /*#__PURE__*/React.createElement(Icon.default, {
1325
- width: size,
1326
- height: size,
1327
- ref: ref,
1328
- xmlns: "http://www.w3.org/2000/svg",
1329
- viewBox: "0 0 32 32",
1330
- fill: "currentColor",
1331
- ...rest
1332
- }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1333
- d: "M29 23H24a2.0027 2.0027 0 01-2-2V15a2.0023 2.0023 0 012-2h5v2H24v6h5zM18 13H14V9H12V23h6a2.0027 2.0027 0 002-2V15A2.0023 2.0023 0 0018 13zm-4 8V15h4v6zM8 13H3v2H8v2H4a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 008 13zm0 8H4V19H8z"
1334
- })), children);
1335
- });
1336
- if (process.env.NODE_ENV !== "production") {
1337
- CharacterLowerCase.propTypes = iconPropTypes4cbeb95d.i;
1338
- }
1339
- const CharacterNegativeNumber = /*#__PURE__*/React.forwardRef(function CharacterNegativeNumber(_ref53, ref) {
1340
- let {
1341
- children,
1342
- size = 16,
1343
- ...rest
1344
- } = _ref53;
1345
- return /*#__PURE__*/React.createElement(Icon.default, {
1346
- width: size,
1347
- height: size,
1348
- ref: ref,
1349
- xmlns: "http://www.w3.org/2000/svg",
1350
- viewBox: "0 0 32 32",
1351
- fill: "currentColor",
1352
- ...rest
1353
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1354
- d: "M19.5 22.5L19.5 21.5 22.5 21.5 22.5 10.5 19.5 10.5 19.5 9.5 23.5 9.5 23.5 21.5 26.5 21.5 26.5 22.5 19.5 22.5z"
1355
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1356
- d: "M23 10V22h0V10m1-1H19v2h3V21H19v2h8V21H24V9zM5 15H15V17H5z"
1357
- })), children);
1358
- });
1359
- if (process.env.NODE_ENV !== "production") {
1360
- CharacterNegativeNumber.propTypes = iconPropTypes4cbeb95d.i;
1361
- }
1362
- const CharacterSentenceCase = /*#__PURE__*/React.forwardRef(function CharacterSentenceCase(_ref54, ref) {
1363
- let {
1364
- children,
1365
- size = 16,
1366
- ...rest
1367
- } = _ref54;
1368
- return /*#__PURE__*/React.createElement(Icon.default, {
1369
- width: size,
1370
- height: size,
1371
- ref: ref,
1372
- xmlns: "http://www.w3.org/2000/svg",
1373
- viewBox: "0 0 32 32",
1374
- fill: "currentColor",
1375
- ...rest
1376
- }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1377
- d: "M29 23H24a2.0027 2.0027 0 01-2-2V15a2.0023 2.0023 0 012-2h5v2H24v6h5zM18 13H14V9H12V23h6a2.0027 2.0027 0 002-2V15A2.0023 2.0023 0 0018 13zm-4 8V15h4v6zM8 9H4a2.002 2.002 0 00-2 2V23H4V18H8v5h2V11A2.002 2.002 0 008 9zM4 16V11H8v5z"
1378
- })), children);
1379
- });
1380
- if (process.env.NODE_ENV !== "production") {
1381
- CharacterSentenceCase.propTypes = iconPropTypes4cbeb95d.i;
1382
- }
1383
- const CharacterUpperCase = /*#__PURE__*/React.forwardRef(function CharacterUpperCase(_ref55, ref) {
1384
- let {
1385
- children,
1386
- size = 16,
1387
- ...rest
1388
- } = _ref55;
1389
- return /*#__PURE__*/React.createElement(Icon.default, {
1390
- width: size,
1391
- height: size,
1392
- ref: ref,
1393
- xmlns: "http://www.w3.org/2000/svg",
1394
- viewBox: "0 0 32 32",
1395
- fill: "currentColor",
1396
- ...rest
1397
- }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1398
- d: "M30 23H24a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h6v2H24V21h6zM20 12a3.0033 3.0033 0 00-3-3H12V23h5a3.0033 3.0033 0 003-3V18a2.977 2.977 0 00-.78-2A2.9768 2.9768 0 0020 14zm-6-1h3a1.0013 1.0013 0 011 1v2a1.0013 1.0013 0 01-1 1H14zm4 9a1.0009 1.0009 0 01-1 1H14V17h3a1.0009 1.0009 0 011 1zM8 9H4a2.002 2.002 0 00-2 2V23H4V18H8v5h2V11A2.002 2.002 0 008 9zM4 16V11H8v5z"
1399
- })), children);
1400
- });
1401
- if (process.env.NODE_ENV !== "production") {
1402
- CharacterUpperCase.propTypes = iconPropTypes4cbeb95d.i;
1403
- }
1404
- const CharacterWholeNumber = /*#__PURE__*/React.forwardRef(function CharacterWholeNumber(_ref56, ref) {
1405
- let {
1406
- children,
1407
- size = 16,
1408
- ...rest
1409
- } = _ref56;
1410
- return /*#__PURE__*/React.createElement(Icon.default, {
1411
- width: size,
1412
- height: size,
1413
- ref: ref,
1414
- xmlns: "http://www.w3.org/2000/svg",
1415
- viewBox: "0 0 32 32",
1416
- fill: "currentColor",
1417
- ...rest
1418
- }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1419
- d: "M28 9H22v2h6v4H24v2h4v4H22v2h6a2.0027 2.0027 0 002-2V11A2.0023 2.0023 0 0028 9zM20 23H12V17a2.002 2.002 0 012-2h4V11H12V9h6a2.0023 2.0023 0 012 2v4a2.0023 2.0023 0 01-2 2H14v4h6zM2.5 22.5L2.5 21.5 5.5 21.5 5.5 10.5 2.5 10.5 2.5 9.5 6.5 9.5 6.5 21.5 9.5 21.5 9.5 22.5 2.5 22.5z"
1420
- })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1421
- d: "M6,10V22H6V10M7,9H2v2H5V21H2v2h8V21H7V9Z"
1422
- })), children);
1423
- });
1424
- if (process.env.NODE_ENV !== "production") {
1425
- CharacterWholeNumber.propTypes = iconPropTypes4cbeb95d.i;
1426
- }
1427
- const CharacterPatterns = /*#__PURE__*/React.forwardRef(function CharacterPatterns(_ref57, ref) {
1428
- let {
1429
- children,
1430
- size = 16,
1431
- ...rest
1432
- } = _ref57;
1433
- return /*#__PURE__*/React.createElement(Icon.default, {
1434
- width: size,
1435
- height: size,
1436
- ref: ref,
1437
- xmlns: "http://www.w3.org/2000/svg",
1438
- viewBox: "0 0 32 32",
1439
- fill: "currentColor",
1440
- ...rest
1441
- }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1442
- d: "M6 26V17.8281l-3.5859 3.586L1 20l6-6 6 6-1.4141 1.4141L8 17.8281V26H18v2H8A2.0024 2.0024 0 016 26zM30 22L30 20 22 20 22 22 27.5 22 22 28 22 30 30 30 30 28 24.507 28 30 22zM26 6v8.1719l3.5859-3.586L31 12l-6 6-6-6 1.4141-1.4141L24 14.1719V6H14V4H24A2.0024 2.0024 0 0126 6zM8 2H3V4H8V6H4A2 2 0 002 8v2a2 2 0 002 2h6V4A2.0023 2.0023 0 008 2zm0 8H4V8H8z"
1443
- })), children);
1444
- });
1445
- if (process.env.NODE_ENV !== "production") {
1446
- CharacterPatterns.propTypes = iconPropTypes4cbeb95d.i;
1447
- }
1448
- const ChargingStation = /*#__PURE__*/React.forwardRef(function ChargingStation(_ref58, ref) {
1449
- let {
1450
- children,
1451
- size = 16,
1452
- ...rest
1453
- } = _ref58;
1454
- return /*#__PURE__*/React.createElement(Icon.default, {
1455
- width: size,
1456
- height: size,
1457
- ref: ref,
1458
- xmlns: "http://www.w3.org/2000/svg",
1459
- viewBox: "0 0 32 32",
1460
- fill: "currentColor",
1461
- ...rest
1462
- }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1463
- d: "M11.857 21.514L10.143 20.486 12.234 17 7.234 17 11.143 10.486 12.857 11.514 10.766 15 15.766 15 11.857 21.514z"
1464
- })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1465
- d: "M30,7H29V4H27V7H26v6h1V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.5a3.5,3.5,0,0,0,7,0V13h1ZM17,26H6V6H17Z"
1466
- })), children);
1467
- });
1468
- if (process.env.NODE_ENV !== "production") {
1469
- ChargingStation.propTypes = iconPropTypes4cbeb95d.i;
1470
- }
1471
- const ChargingStationFilled = /*#__PURE__*/React.forwardRef(function ChargingStationFilled(_ref59, ref) {
1472
- let {
1473
- children,
1474
- size = 16,
1475
- ...rest
1476
- } = _ref59;
1477
- return /*#__PURE__*/React.createElement(Icon.default, {
1478
- width: size,
1479
- height: size,
1480
- ref: ref,
1481
- xmlns: "http://www.w3.org/2000/svg",
1482
- viewBox: "0 0 32 32",
1483
- fill: "currentColor",
1484
- ...rest
1485
- }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1486
- d: "M29,7V4H27V7H26v6h1V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.5a3.5,3.5,0,0,0,7,0V13h1V7ZM11.8574,21.5146l-1.7148-1.0292L12.2339,17h-5l3.9087-6.5146,1.7148,1.0292L10.7661,15h5Z"
1487
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1488
- fill: "none",
1489
- d: "M11.857 21.514L10.143 20.486 12.234 17 7.234 17 11.143 10.486 12.857 11.514 10.766 15 15.766 15 11.857 21.514z",
1490
- "data-icon-path": "inner-path"
1491
- })), children);
1492
- });
1493
- if (process.env.NODE_ENV !== "production") {
1494
- ChargingStationFilled.propTypes = iconPropTypes4cbeb95d.i;
1495
- }
1496
- const Chart_3D = /*#__PURE__*/React.forwardRef(function Chart_3D(_ref60, ref) {
1497
- let {
1498
- children,
1499
- size = 16,
1500
- ...rest
1501
- } = _ref60;
1502
- return /*#__PURE__*/React.createElement(Icon.default, {
1503
- width: size,
1504
- height: size,
1505
- ref: ref,
1506
- xmlns: "http://www.w3.org/2000/svg",
1507
- viewBox: "0 0 32 32",
1508
- fill: "currentColor",
1509
- ...rest
1510
- }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1511
- d: "M28,23v3.5859l-5-5V15a1,1,0,0,0-.5527-.8945L17,11.3818V5.8281l2.5859,2.586L21,7,16,2,11,7l1.4141,1.4141L15,5.8281v5.5537L9.5527,14.1055A1,1,0,0,0,9,15v6.5859l-5,5V23H2v7H9V28H5.4141l4.7832-4.7832,5.3554,2.6777a1.001,1.001,0,0,0,.8946,0l5.3554-2.6777L26.5859,28H23v2h7V23Zm-13,.3818-4-2V16.6182l4,2Zm1-6.5L12.2363,15,16,13.1182,19.7637,15Zm5,4.5-4,2V18.6182l4-2Z"
1512
- })), children);
1513
- });
1514
- if (process.env.NODE_ENV !== "production") {
1515
- Chart_3D.propTypes = iconPropTypes4cbeb95d.i;
1516
- }
1517
- const ChartArea = /*#__PURE__*/React.forwardRef(function ChartArea(_ref61, ref) {
1518
- let {
1519
- children,
1520
- size = 16,
1521
- ...rest
1522
- } = _ref61;
1523
- return /*#__PURE__*/React.createElement(Icon.default, {
1524
- width: size,
1525
- height: size,
1526
- ref: ref,
1527
- xmlns: "http://www.w3.org/2000/svg",
1528
- viewBox: "0 0 32 32",
1529
- fill: "currentColor",
1530
- ...rest
1531
- }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1532
- d: "M20.4761,8.0151,13.4473,4.2109a2.0076,2.0076,0,0,0-2.1158.2051L4,10.001V2H2V28a2,2,0,0,0,2,2H30V5.7354ZM28,20.209l-7.62,1.8022-7.0288-2.8838a1.99,1.99,0,0,0-2.022.37L4,25.8359v-4.455l8.375-9.4,7.0186,5.62a2.0155,2.0155,0,0,0,2.0459.2119L28,14.6025ZM12.5239,5.9849l7.03,3.8042a2.012,2.012,0,0,0,1.3408.16L28,8.2646v4.1138L20.6187,16.02,13.6,10.4a1.99,1.99,0,0,0-2.6885.2642L4,18.3838v-5.87ZM4.5513,28,12.62,20.9888l7.0288,2.8838a1.9977,1.9977,0,0,0,1.147.0771L28,22.2612V28Z"
1533
- })), children);
1534
- });
1535
- if (process.env.NODE_ENV !== "production") {
1536
- ChartArea.propTypes = iconPropTypes4cbeb95d.i;
1537
- }
1538
- const ChartAreaSmooth = /*#__PURE__*/React.forwardRef(function ChartAreaSmooth(_ref62, ref) {
1539
- let {
1540
- children,
1541
- size = 16,
1542
- ...rest
1543
- } = _ref62;
1544
- return /*#__PURE__*/React.createElement(Icon.default, {
1545
- width: size,
1546
- height: size,
1547
- ref: ref,
1548
- xmlns: "http://www.w3.org/2000/svg",
1549
- viewBox: "0 0 32 32",
1550
- fill: "currentColor",
1551
- ...rest
1552
- }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1553
- d: "M30,6.6143l-1.3152.4365A20.9218,20.9218,0,0,1,23,8c-1.7344,0-3.3225-.9072-5.0039-1.8682C16.1621,5.084,14.2656,4,12,4,9.123,4,5.9146,6.2061,4,7.772V2H2V28a2.0025,2.0025,0,0,0,2,2H30ZM4,20.2944C5.874,17.3765,9.56,13,12,13c1.6379,0,2.96,1.1016,4.36,2.2686C17.8965,16.5488,19.6379,18,22,18a9.4686,9.4686,0,0,0,6-2.5288v4.9556A13.0026,13.0026,0,0,1,22,22a13.8619,13.8619,0,0,1-4.6838-.9487A15.682,15.682,0,0,0,12,20c-2.927,0-6.0676,2.959-8,5.1577ZM12,6c1.7344,0,3.3225.9072,5.0039,1.8682C18.8379,8.916,20.7344,10,23,10a21.432,21.432,0,0,0,5-.6782v3.3213C27.3167,13.4463,24.9155,16,22,16c-1.6379,0-2.96-1.1016-4.36-2.2686C16.1035,12.4512,14.3621,11,12,11c-2.9358,0-6.0632,3.3394-8,5.8447V10.4238C5.5461,8.9658,9.2588,6,12,6ZM4.249,28C5.8623,25.9087,9.41,22,12,22a13.8619,13.8619,0,0,1,4.6838.9487A15.682,15.682,0,0,0,22,24a14.7362,14.7362,0,0,0,6-1.34V28Z"
1554
- })), children);
1555
- });
1556
- if (process.env.NODE_ENV !== "production") {
1557
- ChartAreaSmooth.propTypes = iconPropTypes4cbeb95d.i;
1558
- }
1559
- const ChartAreaStepper = /*#__PURE__*/React.forwardRef(function ChartAreaStepper(_ref63, ref) {
1560
- let {
1561
- children,
1562
- size = 16,
1563
- ...rest
1564
- } = _ref63;
1565
- return /*#__PURE__*/React.createElement(Icon.default, {
1566
- width: size,
1567
- height: size,
1568
- ref: ref,
1569
- xmlns: "http://www.w3.org/2000/svg",
1570
- viewBox: "0 0 32 32",
1571
- fill: "currentColor",
1572
- ...rest
1573
- }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1574
- d: "M22,10V6H10v6H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V10ZM12,14V8h8v4h8V22H22V16H12v6H4V14ZM4,28V24H14V18h6v6h8v4Z"
1575
- })), children);
1576
- });
1577
- if (process.env.NODE_ENV !== "production") {
1578
- ChartAreaStepper.propTypes = iconPropTypes4cbeb95d.i;
1579
- }
1580
- const ChartAverage = /*#__PURE__*/React.forwardRef(function ChartAverage(_ref64, ref) {
1581
- let {
1582
- children,
1583
- size = 16,
1584
- ...rest
1585
- } = _ref64;
1586
- return /*#__PURE__*/React.createElement(Icon.default, {
1587
- width: size,
1588
- height: size,
1589
- ref: ref,
1590
- xmlns: "http://www.w3.org/2000/svg",
1591
- viewBox: "0 0 32 32",
1592
- fill: "currentColor",
1593
- ...rest
1594
- }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1595
- d: "M23,24c-3.5991,0-5.0293-4.1758-6.4126-8.2139C15.2764,11.9583,13.92,8,11,8a3.44,3.44,0,0,0-3.0532,2.3215L6.0513,9.6838C6.1016,9.5334,7.3218,6,11,6c4.3491,0,6.0122,4.8547,7.48,9.1379C19.6885,18.6667,20.83,22,23,22a3.44,3.44,0,0,0,3.0532-2.3215l1.8955.6377C27.8984,20.4666,26.6782,24,23,24Z"
1596
- })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1597
- d: "M4,28V17H6V15H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
1598
- })), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1599
- d: "M8 15H10V17H8zM12 15H14V17H12zM20 15H22V17H20zM24 15H26V17H24zM28 15H30V17H28z"
1600
- })), children);
1601
- });
1602
- if (process.env.NODE_ENV !== "production") {
1603
- ChartAverage.propTypes = iconPropTypes4cbeb95d.i;
1604
- }
1605
- const ChartBar = /*#__PURE__*/React.forwardRef(function ChartBar(_ref65, ref) {
1606
- let {
1607
- children,
1608
- size = 16,
1609
- ...rest
1610
- } = _ref65;
1611
- return /*#__PURE__*/React.createElement(Icon.default, {
1612
- width: size,
1613
- height: size,
1614
- ref: ref,
1615
- xmlns: "http://www.w3.org/2000/svg",
1616
- viewBox: "0 0 32 32",
1617
- fill: "currentColor",
1618
- ...rest
1619
- }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1620
- d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4V25H26V17H4V13H18V5H4ZM24,19v4H4V19ZM16,7v4H4V7Z"
1621
- })), children);
1622
- });
1623
- if (process.env.NODE_ENV !== "production") {
1624
- ChartBar.propTypes = iconPropTypes4cbeb95d.i;
1625
- }
1626
- const ChartBarFloating = /*#__PURE__*/React.forwardRef(function ChartBarFloating(_ref66, ref) {
1627
- let {
1628
- children,
1629
- size = 16,
1630
- ...rest
1631
- } = _ref66;
1632
- return /*#__PURE__*/React.createElement(Icon.default, {
1633
- width: size,
1634
- height: size,
1635
- ref: ref,
1636
- xmlns: "http://www.w3.org/2000/svg",
1637
- viewBox: "0 0 32 32",
1638
- fill: "currentColor",
1639
- ...rest
1640
- }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1641
- d: "M28 24H14V16H28zM16 22H26V18H16zM26 12H8V4H26zM10 10H24V6H10z"
1642
- })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1643
- d: "M30,30H4a2.0023,2.0023,0,0,1-2-2V2H4V28H30Z"
1644
- })), children);
1645
- });
1646
- if (process.env.NODE_ENV !== "production") {
1647
- ChartBarFloating.propTypes = iconPropTypes4cbeb95d.i;
1648
- }
1649
- const ChartBarOverlay = /*#__PURE__*/React.forwardRef(function ChartBarOverlay(_ref67, ref) {
1650
- let {
1651
- children,
1652
- size = 16,
1653
- ...rest
1654
- } = _ref67;
1655
- return /*#__PURE__*/React.createElement(Icon.default, {
1656
- width: size,
1657
- height: size,
1658
- ref: ref,
1659
- xmlns: "http://www.w3.org/2000/svg",
1660
- viewBox: "0 0 32 32",
1661
- fill: "currentColor",
1662
- ...rest
1663
- }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1664
- d: "M4,28V26H26V16H4V14H18V4H4V2H2V28a2,2,0,0,0,2,2H30V28ZM24,18v6H4V22H20V20H4V18ZM16,6v6H4V10h8V8H4V6Z"
1665
- })), children);
1666
- });
1667
- if (process.env.NODE_ENV !== "production") {
1668
- ChartBarOverlay.propTypes = iconPropTypes4cbeb95d.i;
1669
- }
1670
- const ChartBarStacked = /*#__PURE__*/React.forwardRef(function ChartBarStacked(_ref68, ref) {
1671
- let {
1672
- children,
1673
- size = 16,
1674
- ...rest
1675
- } = _ref68;
1676
- return /*#__PURE__*/React.createElement(Icon.default, {
1677
- width: size,
1678
- height: size,
1679
- ref: ref,
1680
- xmlns: "http://www.w3.org/2000/svg",
1681
- viewBox: "0 0 32 32",
1682
- fill: "currentColor",
1683
- ...rest
1684
- }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1685
- d: "M4,28V25H26V17H4V13H18V5H4V2H2V28a2,2,0,0,0,2,2H30V28Zm20-5H14V19H24ZM16,11H10V7h6Z"
1686
- })), children);
1687
- });
1688
- if (process.env.NODE_ENV !== "production") {
1689
- ChartBarStacked.propTypes = iconPropTypes4cbeb95d.i;
1690
- }
1691
- const ChartBarTarget = /*#__PURE__*/React.forwardRef(function ChartBarTarget(_ref69, ref) {
1692
- let {
1693
- children,
1694
- size = 16,
1695
- ...rest
1696
- } = _ref69;
1697
- return /*#__PURE__*/React.createElement(Icon.default, {
1698
- width: size,
1699
- height: size,
1700
- ref: ref,
1701
- xmlns: "http://www.w3.org/2000/svg",
1702
- viewBox: "0 0 32 32",
1703
- fill: "currentColor",
1704
- ...rest
1705
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1706
- d: "M28 17H30V25H28zM20 5H22V13H20z"
1707
- })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1708
- d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4V25H26V17H4V13H18V5H4ZM24,19v4H4V19ZM16,7v4H4V7Z"
1709
- })), children);
1710
- });
1711
- if (process.env.NODE_ENV !== "production") {
1712
- ChartBarTarget.propTypes = iconPropTypes4cbeb95d.i;
1713
- }
1714
- const ChartBubble = /*#__PURE__*/React.forwardRef(function ChartBubble(_ref70, ref) {
1715
- let {
1716
- children,
1717
- size = 16,
1718
- ...rest
1719
- } = _ref70;
1720
- return /*#__PURE__*/React.createElement(Icon.default, {
1721
- width: size,
1722
- height: size,
1723
- ref: ref,
1724
- xmlns: "http://www.w3.org/2000/svg",
1725
- viewBox: "0 0 32 32",
1726
- fill: "currentColor",
1727
- ...rest
1728
- }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1729
- d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1730
- })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1731
- d: "M10 16a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4 4 4 0 00-4-4zM21 6a4 4 0 11-4 4 4 4 0 014-4m0-2a6 6 0 106 6 6 6 0 00-6-6zM24.5 21A1.5 1.5 0 1123 22.5 1.5 1.5 0 0124.5 21m0-2A3.5 3.5 0 1028 22.5 3.5 3.5 0 0024.5 19z"
1732
- })), children);
1733
- });
1734
- if (process.env.NODE_ENV !== "production") {
1735
- ChartBubble.propTypes = iconPropTypes4cbeb95d.i;
1736
- }
1737
- const ChartBubblePacked = /*#__PURE__*/React.forwardRef(function ChartBubblePacked(_ref71, ref) {
1738
- let {
1739
- children,
1740
- size = 16,
1741
- ...rest
1742
- } = _ref71;
1743
- return /*#__PURE__*/React.createElement(Icon.default, {
1744
- width: size,
1745
- height: size,
1746
- ref: ref,
1747
- xmlns: "http://www.w3.org/2000/svg",
1748
- viewBox: "0 0 32 32",
1749
- fill: "currentColor",
1750
- ...rest
1751
- }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1752
- d: "M27.5322,17.1724A8.99,8.99,0,1,0,13.6074,5.88,5.9969,5.9969,0,1,0,5.051,13.2217a6.9967,6.9967,0,1,0,7.9942,11.4844A5.9981,5.9981,0,0,0,25,24c0-.1216-.011-.24-.0181-.3594a3.4873,3.4873,0,1,0,2.55-6.4682ZM21,4a7,7,0,1,1-7,7A7.0078,7.0078,0,0,1,21,4ZM8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4ZM19,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,19,28Z"
1753
- })), children);
1754
- });
1755
- if (process.env.NODE_ENV !== "production") {
1756
- ChartBubblePacked.propTypes = iconPropTypes4cbeb95d.i;
1757
- }
1758
- const ChartBullet = /*#__PURE__*/React.forwardRef(function ChartBullet(_ref72, ref) {
1759
- let {
1760
- children,
1761
- size = 16,
1762
- ...rest
1763
- } = _ref72;
1764
- return /*#__PURE__*/React.createElement(Icon.default, {
1765
- width: size,
1766
- height: size,
1767
- ref: ref,
1768
- xmlns: "http://www.w3.org/2000/svg",
1769
- viewBox: "0 0 32 32",
1770
- fill: "currentColor",
1771
- ...rest
1772
- }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1773
- d: "M30 22H16V21H14v1H2v6H14v1h2V28H30zM4 26V24H14v2zm24 0H16V24H28zM30 13H24V12H22v1H2v6H22v1h2V19h6zM4 17V15H22v2zm24 0H24V15h4zM30 4H10V3H8V4H2v6H8v1h2V10H30zM4 8V6H8V8zM28 8H10V6H28z"
1774
- })), children);
1775
- });
1776
- if (process.env.NODE_ENV !== "production") {
1777
- ChartBullet.propTypes = iconPropTypes4cbeb95d.i;
1778
- }
1779
- const ChartCandlestick = /*#__PURE__*/React.forwardRef(function ChartCandlestick(_ref73, ref) {
1780
- let {
1781
- children,
1782
- size = 16,
1783
- ...rest
1784
- } = _ref73;
1785
- return /*#__PURE__*/React.createElement(Icon.default, {
1786
- width: size,
1787
- height: size,
1788
- ref: ref,
1789
- xmlns: "http://www.w3.org/2000/svg",
1790
- viewBox: "0 0 32 32",
1791
- fill: "currentColor",
1792
- ...rest
1793
- }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1794
- d: "M26 10H24V6H22v4H20V22h2v4h2V22h2zM24 20H22V12h2zM14 8H12V4H10V8H8V18h2v4h2V18h2zm-2 8H10V10h2z"
1795
- })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1796
- d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1797
- })), children);
1798
- });
1799
- if (process.env.NODE_ENV !== "production") {
1800
- ChartCandlestick.propTypes = iconPropTypes4cbeb95d.i;
1801
- }
1802
- const ChartClusterBar = /*#__PURE__*/React.forwardRef(function ChartClusterBar(_ref74, ref) {
1803
- let {
1804
- children,
1805
- size = 16,
1806
- ...rest
1807
- } = _ref74;
1808
- return /*#__PURE__*/React.createElement(Icon.default, {
1809
- width: size,
1810
- height: size,
1811
- ref: ref,
1812
- xmlns: "http://www.w3.org/2000/svg",
1813
- viewBox: "0 0 32 32",
1814
- fill: "currentColor",
1815
- ...rest
1816
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1817
- d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1818
- })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1819
- d: "M10 16H12V26H10zM7 22H9V26H7zM26 8H28V26H26zM23 14H25V26H23z"
1820
- })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1821
- d: "M15 12H17V26H15z",
1822
- transform: "rotate(-180 16 19)"
1823
- })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1824
- d: "M18 18H20V26H18z",
1825
- transform: "rotate(-180 19 22)"
1826
- })), children);
1827
- });
1828
- if (process.env.NODE_ENV !== "production") {
1829
- ChartClusterBar.propTypes = iconPropTypes4cbeb95d.i;
1830
- }
1831
- const ChartColumn = /*#__PURE__*/React.forwardRef(function ChartColumn(_ref75, ref) {
1832
- let {
1833
- children,
1834
- size = 16,
1835
- ...rest
1836
- } = _ref75;
1837
- return /*#__PURE__*/React.createElement(Icon.default, {
1838
- width: size,
1839
- height: size,
1840
- ref: ref,
1841
- xmlns: "http://www.w3.org/2000/svg",
1842
- viewBox: "0 0 32 32",
1843
- fill: "currentColor",
1844
- ...rest
1845
- }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1846
- d: "M27,28V6H19V28H15V14H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V16h4Zm12,0H21V8h4Z"
1847
- })), children);
1848
- });
1849
- if (process.env.NODE_ENV !== "production") {
1850
- ChartColumn.propTypes = iconPropTypes4cbeb95d.i;
1851
- }
1852
- const ChartColumnFloating = /*#__PURE__*/React.forwardRef(function ChartColumnFloating(_ref76, ref) {
1853
- let {
1854
- children,
1855
- size = 16,
1856
- ...rest
1857
- } = _ref76;
1858
- return /*#__PURE__*/React.createElement(Icon.default, {
1859
- width: size,
1860
- height: size,
1861
- ref: ref,
1862
- xmlns: "http://www.w3.org/2000/svg",
1863
- viewBox: "0 0 32 32",
1864
- fill: "currentColor",
1865
- ...rest
1866
- }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1867
- d: "M28 22H20V4h8zm-6-2h4V6H22zM16 24H8V10h8zm-6-2h4V12H10z"
1868
- })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1869
- d: "M30,30H4a2.0021,2.0021,0,0,1-2-2V2H4V28H30Z"
1870
- })), children);
1871
- });
1872
- if (process.env.NODE_ENV !== "production") {
1873
- ChartColumnFloating.propTypes = iconPropTypes4cbeb95d.i;
1874
- }
1875
- const ChartColumnTarget = /*#__PURE__*/React.forwardRef(function ChartColumnTarget(_ref77, ref) {
1876
- let {
1877
- children,
1878
- size = 16,
1879
- ...rest
1880
- } = _ref77;
1881
- return /*#__PURE__*/React.createElement(Icon.default, {
1882
- width: size,
1883
- height: size,
1884
- ref: ref,
1885
- xmlns: "http://www.w3.org/2000/svg",
1886
- viewBox: "0 0 32 32",
1887
- fill: "currentColor",
1888
- ...rest
1889
- }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1890
- d: "M27 28V6H19V28H15V14H7V28H4V2H2V28a2 2 0 002 2H30V28zM13 28H9V16h4zm12 0H21V8h4zM19 2H27V4H19z"
1891
- })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1892
- d: "M7 10H15V12H7z"
1893
- })), children);
1894
- });
1895
- if (process.env.NODE_ENV !== "production") {
1896
- ChartColumnTarget.propTypes = iconPropTypes4cbeb95d.i;
1897
- }
1898
- const ChartCombo = /*#__PURE__*/React.forwardRef(function ChartCombo(_ref78, ref) {
1899
- let {
1900
- children,
1901
- size = 16,
1902
- ...rest
1903
- } = _ref78;
1904
- return /*#__PURE__*/React.createElement(Icon.default, {
1905
- width: size,
1906
- height: size,
1907
- ref: ref,
1908
- xmlns: "http://www.w3.org/2000/svg",
1909
- viewBox: "0 0 32 32",
1910
- fill: "currentColor",
1911
- ...rest
1912
- }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1913
- d: "M27,28V16H19V28H15V12H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V14h4Zm12,0H21V18h4Z"
1914
- })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1915
- d: "M22.7856,14a1.9877,1.9877,0,0,1-1.1787-.3865L11.2041,5.987,8.2419,10,6.6374,8.8065l2.9812-4a1.9978,1.9978,0,0,1,2.749-.446l10.4214,7.64,3.6045-4.8613L28,8.3306l-3.6045,4.8611A2.0014,2.0014,0,0,1,22.7856,14Z"
1916
- })), children);
1917
- });
1918
- if (process.env.NODE_ENV !== "production") {
1919
- ChartCombo.propTypes = iconPropTypes4cbeb95d.i;
1920
- }
1921
- const ChartComboStacked = /*#__PURE__*/React.forwardRef(function ChartComboStacked(_ref79, ref) {
1922
- let {
1923
- children,
1924
- size = 16,
1925
- ...rest
1926
- } = _ref79;
1927
- return /*#__PURE__*/React.createElement(Icon.default, {
1928
- width: size,
1929
- height: size,
1930
- ref: ref,
1931
- xmlns: "http://www.w3.org/2000/svg",
1932
- viewBox: "0 0 32 32",
1933
- fill: "currentColor",
1934
- ...rest
1935
- }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1936
- d: "M27,28V16H19V28H15V12H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,14v6H9V14Zm12,4v6H21V18Z"
1937
- })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1938
- d: "M22.7856,14a1.9877,1.9877,0,0,1-1.1787-.3865L11.2041,5.987,8.2419,10,6.6374,8.8065l2.9812-4a1.9978,1.9978,0,0,1,2.749-.446l10.4214,7.64,3.6045-4.8613L28,8.3306l-3.6045,4.8611A2.0014,2.0014,0,0,1,22.7856,14Z"
1939
- })), children);
1940
- });
1941
- if (process.env.NODE_ENV !== "production") {
1942
- ChartComboStacked.propTypes = iconPropTypes4cbeb95d.i;
1943
- }
1944
- const ChartCustom = /*#__PURE__*/React.forwardRef(function ChartCustom(_ref80, ref) {
1945
- let {
1946
- children,
1947
- size = 16,
1948
- ...rest
1949
- } = _ref80;
1950
- return /*#__PURE__*/React.createElement(Icon.default, {
1951
- width: size,
1952
- height: size,
1953
- ref: ref,
1954
- xmlns: "http://www.w3.org/2000/svg",
1955
- viewBox: "0 0 32 32",
1956
- fill: "currentColor",
1957
- ...rest
1958
- }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1959
- d: "M29.707,19.293l-3-3a.9994.9994,0,0,0-1.414,0L16,25.5859V30h4.4141l9.2929-9.293A.9994.9994,0,0,0,29.707,19.293ZM19.5859,28H18V26.4141l5-5L24.5859,23ZM26,21.5859,24.4141,20,26,18.4141,27.5859,20Z"
1960
- })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1961
- d: "M17 15H21V17H17z",
1962
- transform: "rotate(-90 19 16)"
1963
- })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1964
- d: "M12 14H18V16H12z",
1965
- transform: "rotate(-90 15 15)"
1966
- })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1967
- d: "M6 12H16V14H6z",
1968
- transform: "rotate(-90 11 13)"
1969
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1970
- 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"
1971
- })), children);
1972
- });
1973
- if (process.env.NODE_ENV !== "production") {
1974
- ChartCustom.propTypes = iconPropTypes4cbeb95d.i;
1975
- }
1976
- const ChartDualYAxis = /*#__PURE__*/React.forwardRef(function ChartDualYAxis(_ref81, ref) {
1977
- let {
1978
- children,
1979
- size = 16,
1980
- ...rest
1981
- } = _ref81;
1982
- return /*#__PURE__*/React.createElement(Icon.default, {
1983
- width: size,
1984
- height: size,
1985
- ref: ref,
1986
- xmlns: "http://www.w3.org/2000/svg",
1987
- viewBox: "0 0 32 32",
1988
- fill: "currentColor",
1989
- ...rest
1990
- }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1991
- d: "m28,2v5.7222l-7.5317,6.9521L12.3818,6.5879c-.3918-.3911-.9111-.5918-1.4302-.5879-.4644.0034-.9285.1714-1.301.4976l-5.6506,4.9443V2h-2v26c0,1.1025.8972,2,2,2h24c1.1028,0,2-.8975,2-2V2h-2Zm0,8.4438v11.7622l-6.1165-6.1162,6.1165-5.646Zm-17.0322-2.4414l8.0298,8.0298-3.2141,2.9668-3.4148-3.415c-.3711-.3706-.8564-.5674-1.3479-.584s-.9885.1475-1.3833.4932l-5.6375,4.9326v-6.3262l6.9678-6.0972Zm-6.9678,19.9976v-4.9165l6.9546-6.085,3.4146,3.4146c.3809.3809.8755.5771,1.374.5869s1.0007-.166,1.3967-.5312l3.2729-3.0215,7.5872,7.5869v2.9658H4Z"
1992
- })), children);
1993
- });
1994
- if (process.env.NODE_ENV !== "production") {
1995
- ChartDualYAxis.propTypes = iconPropTypes4cbeb95d.i;
1996
- }
1997
- const ChartErrorBar = /*#__PURE__*/React.forwardRef(function ChartErrorBar(_ref82, ref) {
1998
- let {
1999
- children,
2000
- size = 16,
2001
- ...rest
2002
- } = _ref82;
2003
- return /*#__PURE__*/React.createElement(Icon.default, {
2004
- width: size,
2005
- height: size,
2006
- ref: ref,
2007
- xmlns: "http://www.w3.org/2000/svg",
2008
- viewBox: "0 0 32 32",
2009
- fill: "currentColor",
2010
- ...rest
2011
- }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2012
- d: "M22,28V12H18V8h2V6H14V8h2v4H12V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM14,14h2v4H14Zm6,14H14V20h6Zm0-10H18V14h2Z"
2013
- })), children);
2014
- });
2015
- if (process.env.NODE_ENV !== "production") {
2016
- ChartErrorBar.propTypes = iconPropTypes4cbeb95d.i;
2017
- }
2018
- const ChartErrorBarAlt = /*#__PURE__*/React.forwardRef(function ChartErrorBarAlt(_ref83, ref) {
2019
- let {
2020
- children,
2021
- size = 16,
2022
- ...rest
2023
- } = _ref83;
2024
- return /*#__PURE__*/React.createElement(Icon.default, {
2025
- width: size,
2026
- height: size,
2027
- ref: ref,
2028
- xmlns: "http://www.w3.org/2000/svg",
2029
- viewBox: "0 0 32 32",
2030
- fill: "currentColor",
2031
- ...rest
2032
- }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2033
- d: "M14 10V8H8v2h2v4.1836a2.983 2.983 0 000 5.6328V24H8v2h6V24H12V19.8164a2.983 2.983 0 000-5.6328V10zM26 6V4H20V6h2V8.1836a2.983 2.983 0 000 5.6328V18H20v2h6V18H24V13.8164a2.983 2.983 0 000-5.6328V6z"
2034
- })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2035
- d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
2036
- })), children);
2037
- });
2038
- if (process.env.NODE_ENV !== "production") {
2039
- ChartErrorBarAlt.propTypes = iconPropTypes4cbeb95d.i;
2040
- }
2041
- const ChartEvaluation = /*#__PURE__*/React.forwardRef(function ChartEvaluation(_ref84, ref) {
2042
- let {
2043
- children,
2044
- size = 16,
2045
- ...rest
2046
- } = _ref84;
2047
- return /*#__PURE__*/React.createElement(Icon.default, {
2048
- width: size,
2049
- height: size,
2050
- ref: ref,
2051
- xmlns: "http://www.w3.org/2000/svg",
2052
- viewBox: "0 0 32 32",
2053
- fill: "currentColor",
2054
- ...rest
2055
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2056
- d: "M25.672 6.207H29.915V8.206H25.672z",
2057
- transform: "rotate(-45.02 27.793 7.207)"
2058
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2059
- d: "M16 20.5L11 15.539 12.59 13.969 16 17.349 23.41 10 25 11.579 16 20.5z"
2060
- })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2061
- d: "M4,28V25.4131L10.4141,19,9,17.585l-5,5V2H2V28a2,2,0,0,0,2,2H30V28Z"
2062
- })), children);
2063
- });
2064
- if (process.env.NODE_ENV !== "production") {
2065
- ChartEvaluation.propTypes = iconPropTypes4cbeb95d.i;
2066
- }
2067
- const ChartHighLow = /*#__PURE__*/React.forwardRef(function ChartHighLow(_ref85, ref) {
2068
- let {
2069
- children,
2070
- size = 16,
2071
- ...rest
2072
- } = _ref85;
2073
- return /*#__PURE__*/React.createElement(Icon.default, {
2074
- width: size,
2075
- height: size,
2076
- ref: ref,
2077
- xmlns: "http://www.w3.org/2000/svg",
2078
- viewBox: "0 0 32 32",
2079
- fill: "currentColor",
2080
- ...rest
2081
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2082
- d: "M15 8L12 8 12 6 10 6 10 20 7 20 7 22 10 22 10 24 12 24 12 10 15 10 15 8zM27 10L24 10 24 6 22 6 22 18 19 18 19 20 22 20 22 24 24 24 24 12 27 12 27 10z"
2083
- })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2084
- d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
2085
- })), children);
2086
- });
2087
- if (process.env.NODE_ENV !== "production") {
2088
- ChartHighLow.propTypes = iconPropTypes4cbeb95d.i;
2089
- }
2090
- const ChartHistogram = /*#__PURE__*/React.forwardRef(function ChartHistogram(_ref86, ref) {
2091
- let {
2092
- children,
2093
- size = 16,
2094
- ...rest
2095
- } = _ref86;
2096
- return /*#__PURE__*/React.createElement(Icon.default, {
2097
- width: size,
2098
- height: size,
2099
- ref: ref,
2100
- xmlns: "http://www.w3.org/2000/svg",
2101
- viewBox: "0 0 32 32",
2102
- fill: "currentColor",
2103
- ...rest
2104
- }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2105
- d: "M6,16c2.9727,0,4.2324-2.251,5.3447-4.2373C12.4741,9.7441,13.45,8,16,8s3.5259,1.7441,4.6553,3.7627C21.7676,13.749,23.0273,16,26,16h4V14H26c-1.7129,0-2.4834-1.2207-3.5991-3.2144C21.2075,8.6543,19.7231,6,16,6s-5.2075,2.6543-6.4009,4.7856C8.4834,12.7793,7.7129,14,6,14H4V2H2V28a2,2,0,0,0,2,2H30V28H28V22H26v6H21.9992L22,20H20v8H16V16H14V28H9.9992L10,20H8v8H4V16Z"
2106
- })), children);
2107
- });
2108
- if (process.env.NODE_ENV !== "production") {
2109
- ChartHistogram.propTypes = iconPropTypes4cbeb95d.i;
2110
- }
2111
- const ChartLine = /*#__PURE__*/React.forwardRef(function ChartLine(_ref87, ref) {
2112
- let {
2113
- children,
2114
- size = 16,
2115
- ...rest
2116
- } = _ref87;
2117
- return /*#__PURE__*/React.createElement(Icon.default, {
2118
- width: size,
2119
- height: size,
2120
- ref: ref,
2121
- xmlns: "http://www.w3.org/2000/svg",
2122
- viewBox: "0 0 32 32",
2123
- fill: "currentColor",
2124
- ...rest
2125
- }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2126
- d: "M4.67,28l6.39-12,7.3,6.49a2,2,0,0,0,1.7.47,2,2,0,0,0,1.42-1.07L27,10.9,25.18,10,19.69,21l-7.3-6.49A2,2,0,0,0,10.71,14a2,2,0,0,0-1.42,1L4,25V2H2V28a2,2,0,0,0,2,2H30V28Z"
2127
- })), children);
2128
- });
2129
- if (process.env.NODE_ENV !== "production") {
2130
- ChartLine.propTypes = iconPropTypes4cbeb95d.i;
2131
- }
2132
- const ChartLineData = /*#__PURE__*/React.forwardRef(function ChartLineData(_ref88, ref) {
2133
- let {
2134
- children,
2135
- size = 16,
2136
- ...rest
2137
- } = _ref88;
2138
- return /*#__PURE__*/React.createElement(Icon.default, {
2139
- width: size,
2140
- height: size,
2141
- ref: ref,
2142
- xmlns: "http://www.w3.org/2000/svg",
2143
- viewBox: "0 0 32 32",
2144
- fill: "currentColor",
2145
- ...rest
2146
- }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2147
- d: "M10.06,17.88A4.25,4.25,0,0,0,11,18a4,4,0,0,0,2.23-.68l3.22,2.87a3.88,3.88,0,0,0-.2,3.17A4,4,0,1,0,22.62,19l2.54-5.09a3.78,3.78,0,0,0,2.91-.53A4,4,0,1,0,23.38,13l-2.54,5.09A3.86,3.86,0,0,0,20,18a4,4,0,0,0-2.23.68l-3.22-2.87a3.88,3.88,0,0,0,.2-3.17A4,4,0,1,0,8.3,16.93L4,25V2H2V28a2,2,0,0,0,2,2H30V28H4.67ZM26,8a2,2,0,1,1-2,2A2,2,0,0,1,26,8ZM22,22a2,2,0,1,1-2-2A2,2,0,0,1,22,22ZM11,12a2,2,0,1,1-2,2A2,2,0,0,1,11,12Z"
2148
- })), children);
2149
- });
2150
- if (process.env.NODE_ENV !== "production") {
2151
- ChartLineData.propTypes = iconPropTypes4cbeb95d.i;
2152
- }
2153
- const ChartLineSmooth = /*#__PURE__*/React.forwardRef(function ChartLineSmooth(_ref89, ref) {
2154
- let {
2155
- children,
2156
- size = 16,
2157
- ...rest
2158
- } = _ref89;
2159
- return /*#__PURE__*/React.createElement(Icon.default, {
2160
- width: size,
2161
- height: size,
2162
- ref: ref,
2163
- xmlns: "http://www.w3.org/2000/svg",
2164
- viewBox: "0 0 32 32",
2165
- fill: "currentColor",
2166
- ...rest
2167
- }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2168
- d: "M13,15c1.4854,0,2.5544,1.4966,3.6863,3.0811C17.9983,19.918,19.4854,22,22,22c5.6709,0,7.78-10.79,8-12l-1.9678-.3584C27.55,12.2827,25.3938,20,22,20c-1.4854,0-2.5544-1.4966-3.6863-3.0811C17.0017,15.082,15.5146,13,13,13c-4.186,0-7.4448,7.4043-9,11.7617V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H5.0439C6.5544,22.8574,9.9634,15,13,15Z"
2169
- })), children);
2170
- });
2171
- if (process.env.NODE_ENV !== "production") {
2172
- ChartLineSmooth.propTypes = iconPropTypes4cbeb95d.i;
2173
- }
2174
- const ChartLogisticRegression = /*#__PURE__*/React.forwardRef(function ChartLogisticRegression(_ref90, ref) {
2175
- let {
2176
- children,
2177
- size = 16,
2178
- ...rest
2179
- } = _ref90;
2180
- return /*#__PURE__*/React.createElement(Icon.default, {
2181
- width: size,
2182
- height: size,
2183
- ref: ref,
2184
- xmlns: "http://www.w3.org/2000/svg",
2185
- viewBox: "0 0 32 32",
2186
- fill: "currentColor",
2187
- ...rest
2188
- }, _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
2189
- cx: "26",
2190
- cy: "22",
2191
- r: "2"
2192
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
2193
- cx: "20",
2194
- cy: "22",
2195
- r: "2"
2196
- })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2197
- cx: "14",
2198
- cy: "6",
2199
- r: "2"
2200
- })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
2201
- cx: "8",
2202
- cy: "6",
2203
- r: "2"
2204
- })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2205
- d: "m8.2339,24c3.8799,0,7.311-2.4731,8.5383-6.1543l2.353-7.0591c.9543-2.8628,3.6233-4.7866,6.6409-4.7866h4.2339v-2h-4.2339c-3.8799,0-7.311,2.4731-8.5383,6.1543l-2.353,7.0591c-.9543,2.8628-3.6233,4.7866-6.6409,4.7866h-4.2339V2h-2v26c0,1.1025.897,2,2,2h26v-2H4v-4h4.2339Z"
2206
- })), children);
2207
- });
2208
- if (process.env.NODE_ENV !== "production") {
2209
- ChartLogisticRegression.propTypes = iconPropTypes4cbeb95d.i;
2210
- }
2211
- const ChartMarimekko = /*#__PURE__*/React.forwardRef(function ChartMarimekko(_ref91, ref) {
2212
- let {
2213
- children,
2214
- size = 16,
2215
- ...rest
2216
- } = _ref91;
2217
- return /*#__PURE__*/React.createElement(Icon.default, {
2218
- width: size,
2219
- height: size,
2220
- ref: ref,
2221
- xmlns: "http://www.w3.org/2000/svg",
2222
- viewBox: "0 0 32 32",
2223
- fill: "currentColor",
2224
- ...rest
2225
- }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2226
- d: "M27,3H5A2.0025,2.0025,0,0,0,3,5V27a2.0025,2.0025,0,0,0,2,2H27a2.0025,2.0025,0,0,0,2-2V5A2.0025,2.0025,0,0,0,27,3Zm0,7H21V5h6ZM19,8H13V5h6Zm0,2v8H13V10ZM11,22H5V12h6Zm2-2h6v7H13Zm8-8h6v4H21ZM11,5v5H5V5ZM5,24h6v3H5Zm16,3V18h6v9Z"
2227
- })), children);
2228
- });
2229
- if (process.env.NODE_ENV !== "production") {
2230
- ChartMarimekko.propTypes = iconPropTypes4cbeb95d.i;
2231
- }
2232
- const ChartMaximum = /*#__PURE__*/React.forwardRef(function ChartMaximum(_ref92, ref) {
2233
- let {
2234
- children,
2235
- size = 16,
2236
- ...rest
2237
- } = _ref92;
2238
- return /*#__PURE__*/React.createElement(Icon.default, {
2239
- width: size,
2240
- height: size,
2241
- ref: ref,
2242
- xmlns: "http://www.w3.org/2000/svg",
2243
- viewBox: "0 0 32 32",
2244
- fill: "currentColor",
2245
- ...rest
2246
- }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2247
- d: "M8 6H10V8H8zM12 6H14V8H12zM20 6H22V8H20zM24 6H26V8H24zM28 6H30V8H28z"
2248
- })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2249
- d: "M27.989,28l-.0271-.1631C26.5105,19.0742,24.0662,9.0894,18,8.0889V6H16V8.085c-6.084.978-8.533,10.9775-9.9863,19.7519L5.9866,28H4V8H6V6H4V2H2V28a2,2,0,0,0,2,2H30V28ZM8.0151,28c2.024-12.1084,4.959-18,8.9727-18s6.9487,5.8916,8.9726,18Z"
2250
- })), children);
2251
- });
2252
- if (process.env.NODE_ENV !== "production") {
2253
- ChartMaximum.propTypes = iconPropTypes4cbeb95d.i;
2254
- }
2255
- const ChartMedian = /*#__PURE__*/React.forwardRef(function ChartMedian(_ref93, ref) {
2256
- let {
2257
- children,
2258
- size = 16,
2259
- ...rest
2260
- } = _ref93;
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
- }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2270
- d: "M16 22H18V24H16z",
2271
- transform: "rotate(-90 17 23)"
2272
- })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2273
- d: "M18,28V26H16v2H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
2274
- })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2275
- d: "M26.0532,19.6787A3.44,3.44,0,0,1,23,22c-2.17,0-3.3115-3.333-4.52-6.8623-.3557-1.0386-.7239-2.1094-1.1382-3.1377H18V10H16.4221C15.2124,7.7148,13.5811,6,11,6,7.3218,6,6.1016,9.5332,6.0513,9.6836l1.8955.6377A3.44,3.44,0,0,1,11,8c2.92,0,4.2764,3.958,5.5874,7.7861.2544.7422.5105,1.4893.7813,2.2139H16v2h2.2019c1.0828,2.2886,2.4959,4,4.7981,4,3.6782,0,4.8984-3.5332,4.9487-3.6836Z"
2276
- })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2277
- d: "M16 6H18V8H16z",
2278
- transform: "rotate(-90 17 7)"
2279
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2280
- d: "M16 2H18V4H16z",
2281
- transform: "rotate(-90 17 3)"
2282
- })), children);
2283
- });
2284
- if (process.env.NODE_ENV !== "production") {
2285
- ChartMedian.propTypes = iconPropTypes4cbeb95d.i;
2286
- }
2287
- const ChartMinimum = /*#__PURE__*/React.forwardRef(function ChartMinimum(_ref94, ref) {
2288
- let {
2289
- children,
2290
- size = 16,
2291
- ...rest
2292
- } = _ref94;
2293
- return /*#__PURE__*/React.createElement(Icon.default, {
2294
- width: size,
2295
- height: size,
2296
- ref: ref,
2297
- xmlns: "http://www.w3.org/2000/svg",
2298
- viewBox: "0 0 32 32",
2299
- fill: "currentColor",
2300
- ...rest
2301
- }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2302
- d: "M4,28V26H6V24H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
2303
- })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2304
- d: "M8 24H10V26H8zM12 24H14V26H12zM20 24H22V26H20zM24 24H26V26H24zM28 24H30V26H28z"
2305
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2306
- d: "M27.9463,4.3281,25.9727,4C23.9487,16.1084,21.0137,22,17,22S10.0513,16.1084,8.0271,4l-1.9734.3281C7.51,13.0566,9.9631,22.93,16,23.9131V26h2V23.9131C24.0371,22.93,26.4907,13.0566,27.9463,4.3281Z"
2307
- })), children);
2308
- });
2309
- if (process.env.NODE_ENV !== "production") {
2310
- ChartMinimum.propTypes = iconPropTypes4cbeb95d.i;
2311
- }
2312
- const ChartMultiLine = /*#__PURE__*/React.forwardRef(function ChartMultiLine(_ref95, ref) {
2313
- let {
2314
- children,
2315
- size = 16,
2316
- ...rest
2317
- } = _ref95;
2318
- return /*#__PURE__*/React.createElement(Icon.default, {
2319
- width: size,
2320
- height: size,
2321
- ref: ref,
2322
- xmlns: "http://www.w3.org/2000/svg",
2323
- viewBox: "0 0 32 32",
2324
- fill: "currentColor",
2325
- ...rest
2326
- }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2327
- d: "M4.5859,28l7.1783-5.998L19.7578,23.94a2.021,2.021,0,0,0,1.314-.1206L28,20.5811l-.8479-1.8121-6.9163,3.229L12.2422,20.06a2.0033,2.0033,0,0,0-1.74.3838L4,25.8818V20.49l7.7642-6.4877L19.7578,15.94a2.021,2.021,0,0,0,1.314-.1206l6.9287-3.2383-.8467-1.812-6.918,3.2285L12.2422,12.06a2.0049,2.0049,0,0,0-1.74.3838L4,17.8818V12.49L11.7642,6.002,19.7578,7.94a2.021,2.021,0,0,0,1.314-.1206L28,4.5859l-.8457-1.8115L20.2358,5.998,12.2422,4.06a2.0033,2.0033,0,0,0-1.74.3838L4,9.8818V2H2V28a2,2,0,0,0,2,2H30V28Z"
2328
- })), children);
2329
- });
2330
- if (process.env.NODE_ENV !== "production") {
2331
- ChartMultiLine.propTypes = iconPropTypes4cbeb95d.i;
2332
- }
2333
- const ChartMultitype = /*#__PURE__*/React.forwardRef(function ChartMultitype(_ref96, ref) {
2334
- let {
2335
- children,
2336
- size = 16,
2337
- ...rest
2338
- } = _ref96;
2339
- return /*#__PURE__*/React.createElement(Icon.default, {
2340
- width: size,
2341
- height: size,
2342
- ref: ref,
2343
- xmlns: "http://www.w3.org/2000/svg",
2344
- viewBox: "0 0 32 32",
2345
- fill: "currentColor",
2346
- ...rest
2347
- }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2348
- d: "M28 22H30V30H28zM24 18H26V30H24zM20 26H22V30H20zM9 16a7 7 0 107 7A7.0078 7.0078 0 009 16zm4.8989 6H10V18.1011A5.0145 5.0145 0 0113.8989 22zM9 28a5 5 0 01-1-9.8989V22a2 2 0 002 2h3.8989A5.0081 5.0081 0 019 28zM22.5352 12l4-6H30V4H25.4648l-4 6H18V2H16V14a2 2 0 002 2H30V14H18V12z"
2349
- })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
2350
- cx: "11",
2351
- cy: "7",
2352
- r: "1"
2353
- })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
2354
- cx: "9",
2355
- cy: "11",
2356
- r: "1"
2357
- })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
2358
- cx: "7",
2359
- cy: "5",
2360
- r: "1"
2361
- })), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2362
- cx: "5",
2363
- cy: "9",
2364
- r: "1"
2365
- })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
2366
- cx: "3",
2367
- cy: "13",
2368
- r: "1"
2369
- })), children);
2370
- });
2371
- if (process.env.NODE_ENV !== "production") {
2372
- ChartMultitype.propTypes = iconPropTypes4cbeb95d.i;
2373
- }
2374
- const ChartNetwork = /*#__PURE__*/React.forwardRef(function ChartNetwork(_ref97, ref) {
2375
- let {
2376
- children,
2377
- size = 16,
2378
- ...rest
2379
- } = _ref97;
2380
- return /*#__PURE__*/React.createElement(Icon.default, {
2381
- width: size,
2382
- height: size,
2383
- ref: ref,
2384
- xmlns: "http://www.w3.org/2000/svg",
2385
- viewBox: "0 0 32 32",
2386
- fill: "currentColor",
2387
- ...rest
2388
- }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2389
- d: "M26,14a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2H20a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h2v4.1A5,5,0,0,0,18.1,22H14V20a2,2,0,0,0-2-2H10V13.9a5,5,0,1,0-2,0V18H6a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V24h4.1A5,5,0,1,0,24,18.1V14ZM6,9a3,3,0,1,1,3,3A3,3,0,0,1,6,9Zm6,17H6V20h6Zm14-3a3,3,0,1,1-3-3A3,3,0,0,1,26,23ZM20,6h6v6H20Z"
2390
- })), children);
2391
- });
2392
- if (process.env.NODE_ENV !== "production") {
2393
- ChartNetwork.propTypes = iconPropTypes4cbeb95d.i;
2394
- }
2395
- const ChartParallel = /*#__PURE__*/React.forwardRef(function ChartParallel(_ref98, ref) {
2396
- let {
2397
- children,
2398
- size = 16,
2399
- ...rest
2400
- } = _ref98;
2401
- return /*#__PURE__*/React.createElement(Icon.default, {
2402
- width: size,
2403
- height: size,
2404
- ref: ref,
2405
- xmlns: "http://www.w3.org/2000/svg",
2406
- viewBox: "0 0 32 32",
2407
- fill: "currentColor",
2408
- ...rest
2409
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2410
- d: "M28,2V5.3071l-6,2.25V2H20V7.5229l-8-3.2V2H10V4.4458l-6,3.75V2H2V30H4V27.6182l6-3V30h2V24.3442l8,2.4V30h2V26.5542l6-3.75V30h2V2Zm0,5.4429V12.5L22,17V9.6929ZM20,9.6768v7.5571l-8-4.8V6.4771ZM10,6.8042v5.7417l-6,5.25V10.5542ZM4,25.3818V20.4541l6-5.25v7.1777Zm8-3.1259v-7.49l8,4.8v5.0894Zm10,1.94V19.5L28,15v5.4458Z"
2411
- })), children);
2412
- });
2413
- if (process.env.NODE_ENV !== "production") {
2414
- ChartParallel.propTypes = iconPropTypes4cbeb95d.i;
2415
- }
2416
- const ChartPie = /*#__PURE__*/React.forwardRef(function ChartPie(_ref99, ref) {
2417
- let {
2418
- children,
2419
- size = 16,
2420
- ...rest
2421
- } = _ref99;
2422
- return /*#__PURE__*/React.createElement(Icon.default, {
2423
- width: size,
2424
- height: size,
2425
- ref: ref,
2426
- xmlns: "http://www.w3.org/2000/svg",
2427
- viewBox: "0 0 32 32",
2428
- fill: "currentColor",
2429
- ...rest
2430
- }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2431
- d: "M16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4ZM26,15H17V6.05A10,10,0,0,1,26,15ZM15.42,26A10,10,0,0,1,15,6.05v9a2,2,0,0,0,2,2h9A10,10,0,0,1,15.42,26Z"
2432
- })), children);
2433
- });
2434
- if (process.env.NODE_ENV !== "production") {
2435
- ChartPie.propTypes = iconPropTypes4cbeb95d.i;
2436
- }
2437
- const ChartPlanningWaterfall = /*#__PURE__*/React.forwardRef(function ChartPlanningWaterfall(_ref100, ref) {
2438
- let {
2439
- children,
2440
- size = 16,
2441
- ...rest
2442
- } = _ref100;
2443
- return /*#__PURE__*/React.createElement(Icon.default, {
2444
- width: size,
2445
- height: size,
2446
- ref: ref,
2447
- xmlns: "http://www.w3.org/2000/svg",
2448
- viewBox: "0 0 32 32",
2449
- fill: "currentColor",
2450
- ...rest
2451
- }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2452
- d: "m29,8c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v7h-2V3c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v12h-2V5c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v10H3v12c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-10h2v5c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-5h2v12c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-12h4v-9ZM7,26h-2v-9h2v9Zm8-5h-2v-4h2v4Zm2-6V4h2v11h-2Zm10,0h-2v-6h2v6Z"
2453
- })), children);
2454
- });
2455
- if (process.env.NODE_ENV !== "production") {
2456
- ChartPlanningWaterfall.propTypes = iconPropTypes4cbeb95d.i;
2457
- }
2458
- const ChartPoint = /*#__PURE__*/React.forwardRef(function ChartPoint(_ref101, ref) {
2459
- let {
2460
- children,
2461
- size = 16,
2462
- ...rest
2463
- } = _ref101;
2464
- return /*#__PURE__*/React.createElement(Icon.default, {
2465
- width: size,
2466
- height: size,
2467
- ref: ref,
2468
- xmlns: "http://www.w3.org/2000/svg",
2469
- viewBox: "0 0 32 32",
2470
- fill: "currentColor",
2471
- ...rest
2472
- }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2473
- d: "M30,30H4a2.0023,2.0023,0,0,1-2-2V2H4V28H30Z"
2474
- })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
2475
- cx: "9",
2476
- cy: "6",
2477
- r: "3"
2478
- })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
2479
- cx: "9",
2480
- cy: "22",
2481
- r: "3"
2482
- })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
2483
- cx: "18",
2484
- cy: "14",
2485
- r: "3"
2486
- })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2487
- d: "M9,17a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,9,17Zm0-4a1,1,0,1,0,1,1A1.001,1.001,0,0,0,9,13Z"
2488
- })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
2489
- cx: "27",
2490
- cy: "6",
2491
- r: "3"
2492
- })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
2493
- cx: "27",
2494
- cy: "22",
2495
- r: "3"
2496
- })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2497
- d: "M27 17a3 3 0 113-3A3.0033 3.0033 0 0127 17zm0-4a1 1 0 101 1A1.001 1.001 0 0027 13zM18 26a3 3 0 113-3A3.0033 3.0033 0 0118 26zm0-4a1 1 0 101 1A1.001 1.001 0 0018 22zM18 8a3 3 0 113-3A3.0033 3.0033 0 0118 8zm0-4a1 1 0 101 1A1.001 1.001 0 0018 4z"
2498
- })), children);
2499
- });
2500
- if (process.env.NODE_ENV !== "production") {
2501
- ChartPoint.propTypes = iconPropTypes4cbeb95d.i;
2502
- }
2503
- const ChartPopulation = /*#__PURE__*/React.forwardRef(function ChartPopulation(_ref102, ref) {
2504
- let {
2505
- children,
2506
- size = 16,
2507
- ...rest
2508
- } = _ref102;
2509
- return /*#__PURE__*/React.createElement(Icon.default, {
2510
- width: size,
2511
- height: size,
2512
- ref: ref,
2513
- xmlns: "http://www.w3.org/2000/svg",
2514
- viewBox: "0 0 32 32",
2515
- fill: "currentColor",
2516
- ...rest
2517
- }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2518
- d: "M30,22H17V20h9V14H17V12h5V6H17V2H15V6H10v6h5v2H6v6h9v2H2v6H15v2h2V28H30ZM20,8v2H17V8Zm-8,2V8h3v2Zm12,6v2H17V16ZM8,18V16h7v2ZM4,26V24H15v2Zm24,0H17V24H28Z"
2519
- })), children);
2520
- });
2521
- if (process.env.NODE_ENV !== "production") {
2522
- ChartPopulation.propTypes = iconPropTypes4cbeb95d.i;
2523
- }
2524
- const ChartRadar = /*#__PURE__*/React.forwardRef(function ChartRadar(_ref103, ref) {
2525
- let {
2526
- children,
2527
- size = 16,
2528
- ...rest
2529
- } = _ref103;
2530
- return /*#__PURE__*/React.createElement(Icon.default, {
2531
- width: size,
2532
- height: size,
2533
- ref: ref,
2534
- xmlns: "http://www.w3.org/2000/svg",
2535
- viewBox: "0 0 32 32",
2536
- fill: "currentColor",
2537
- ...rest
2538
- }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2539
- d: "M16,2,2,13,8,30H24l6-17Zm2.5818,19.2651-5.9861,1.3306-1.4226-7.8252,4.91-4.209,5.4416,4.0816Zm.1977,2.0054L21.3264,28H10.6736l1.7912-3.3267ZM9.59,13.4937,5.74,12.605,15,5.3291V8.8569ZM17,8.75V5.3291l9.26,7.2759-3.15.727ZM4.6143,14.3979l4.6535,1.0738,1.4844,8.164-1.738,3.2281ZM22.9858,26.8638l-2.5766-4.7852,3.0063-6.7646,3.97-.9161Z"
2540
- })), children);
2541
- });
2542
- if (process.env.NODE_ENV !== "production") {
2543
- ChartRadar.propTypes = iconPropTypes4cbeb95d.i;
2544
- }
2545
- const ChartRadial = /*#__PURE__*/React.forwardRef(function ChartRadial(_ref104, ref) {
2546
- let {
2547
- children,
2548
- size = 16,
2549
- ...rest
2550
- } = _ref104;
2551
- return /*#__PURE__*/React.createElement(Icon.default, {
2552
- width: size,
2553
- height: size,
2554
- ref: ref,
2555
- xmlns: "http://www.w3.org/2000/svg",
2556
- viewBox: "0 0 32 32",
2557
- fill: "currentColor",
2558
- ...rest
2559
- }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2560
- d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12,12,0,1,0,16,4V2a14,14,0,0,1,0,28Z"
2561
- })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2562
- d: "M16,26A10.0115,10.0115,0,0,1,6,16H8a8,8,0,1,0,8-8V6a10,10,0,0,1,0,20Z"
2563
- })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2564
- d: "M16,22a6.0069,6.0069,0,0,1-6-6h2a4,4,0,1,0,4-4V10a6,6,0,0,1,0,12Z"
2565
- })), children);
2566
- });
2567
- if (process.env.NODE_ENV !== "production") {
2568
- ChartRadial.propTypes = iconPropTypes4cbeb95d.i;
2569
- }
2570
- const ChartRelationship = /*#__PURE__*/React.forwardRef(function ChartRelationship(_ref105, ref) {
2571
- let {
2572
- children,
2573
- size = 16,
2574
- ...rest
2575
- } = _ref105;
2576
- return /*#__PURE__*/React.createElement(Icon.default, {
2577
- width: size,
2578
- height: size,
2579
- ref: ref,
2580
- xmlns: "http://www.w3.org/2000/svg",
2581
- viewBox: "0 0 32 32",
2582
- fill: "currentColor",
2583
- ...rest
2584
- }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2585
- d: "M26,6a3.9963,3.9963,0,0,0-3.8579,3H17.9305A7.9964,7.9964,0,1,0,9,17.9307v4.2114a4,4,0,1,0,2,0V17.9307a7.951,7.951,0,0,0,3.8976-1.6192l3.6693,3.67A3.9529,3.9529,0,0,0,18,22a4,4,0,1,0,4-4,3.9521,3.9521,0,0,0-2.019.5669l-3.6694-3.6694A7.9493,7.9493,0,0,0,17.9305,11h4.2116A3.9934,3.9934,0,1,0,26,6ZM12,26a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,12,26ZM10,16a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,10,16Zm14,6a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,24,22Zm2-10a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,12Z"
2586
- })), children);
2587
- });
2588
- if (process.env.NODE_ENV !== "production") {
2589
- ChartRelationship.propTypes = iconPropTypes4cbeb95d.i;
2590
- }
2591
- const ChartRing = /*#__PURE__*/React.forwardRef(function ChartRing(_ref106, ref) {
2592
- let {
2593
- children,
2594
- size = 16,
2595
- ...rest
2596
- } = _ref106;
2597
- return /*#__PURE__*/React.createElement(Icon.default, {
2598
- width: size,
2599
- height: size,
2600
- ref: ref,
2601
- xmlns: "http://www.w3.org/2000/svg",
2602
- viewBox: "0 0 32 32",
2603
- fill: "currentColor",
2604
- ...rest
2605
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2606
- d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM27.9493,15.001H21.91a5.9825,5.9825,0,0,0-9.3806-3.8853l-4.27-4.27a11.9783,11.9783,0,0,1,19.69,8.1548ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20ZM4,16A11.937,11.937,0,0,1,6.8455,8.26l4.27,4.2695A5.9836,5.9836,0,0,0,15,21.9106v6.04A12.0105,12.0105,0,0,1,4,16ZM17,27.95v-6.04A6.0069,6.0069,0,0,0,21.91,17h6.04A12.0082,12.0082,0,0,1,17,27.95Z"
2607
- })), children);
2608
- });
2609
- if (process.env.NODE_ENV !== "production") {
2610
- ChartRing.propTypes = iconPropTypes4cbeb95d.i;
2611
- }
2612
- const ChartRiver = /*#__PURE__*/React.forwardRef(function ChartRiver(_ref107, ref) {
2613
- let {
2614
- children,
2615
- size = 16,
2616
- ...rest
2617
- } = _ref107;
2618
- return /*#__PURE__*/React.createElement(Icon.default, {
2619
- width: size,
2620
- height: size,
2621
- ref: ref,
2622
- xmlns: "http://www.w3.org/2000/svg",
2623
- viewBox: "0 0 32 32",
2624
- fill: "currentColor",
2625
- ...rest
2626
- }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2627
- d: "M12.4326,20.0171l8.0376,4.68a1.958,1.958,0,0,0,1.0508.3012,2.2412,2.2412,0,0,0,.4888-.0556l7.2532-1.9769A1,1,0,0,0,30,22.0007V7.996A1,1,0,0,0,28.74,7.0305L21.5034,8.9829l-8.0371-4.68a1.9917,1.9917,0,0,0-1.8652-.1352L4,7.4727V2H2V28a2,2,0,0,0,2,2H30V28H4V23.6577ZM28,21.2344l-6.4966,1.75-8.0371-4.68a1.9931,1.9931,0,0,0-1.8652-.1353L4,21.4746V16.6572l8.4326-3.6416L20.47,17.6968a1.962,1.962,0,0,0,1.0508.3008,2.2112,2.2112,0,0,0,.4888-.0557L28,16.31ZM12.4326,6.0156l8.0376,4.68a2.0091,2.0091,0,0,0,1.54.2451L28,9.3081v4.9258l-6.4966,1.7505-8.0371-4.6812a1.9917,1.9917,0,0,0-1.8652-.1352L4,14.4736V9.6562Z"
2628
- })), children);
2629
- });
2630
- if (process.env.NODE_ENV !== "production") {
2631
- ChartRiver.propTypes = iconPropTypes4cbeb95d.i;
2632
- }
2633
- const ChartRose = /*#__PURE__*/React.forwardRef(function ChartRose(_ref108, ref) {
2634
- let {
2635
- children,
2636
- size = 16,
2637
- ...rest
2638
- } = _ref108;
2639
- return /*#__PURE__*/React.createElement(Icon.default, {
2640
- width: size,
2641
- height: size,
2642
- ref: ref,
2643
- xmlns: "http://www.w3.org/2000/svg",
2644
- viewBox: "0 0 32 32",
2645
- fill: "currentColor",
2646
- ...rest
2647
- }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2648
- d: "M30,17A15.017,15.017,0,0,0,15,2H14V8.0591A9.0122,9.0122,0,0,0,6.0591,16H4v1A11.0109,11.0109,0,0,0,14,27.9492V30h1A13.0084,13.0084,0,0,0,27.9492,18H30ZM16,4.0381A13.0217,13.0217,0,0,1,27.9619,16H16ZM14,10.08V16H8.08A7.0037,7.0037,0,0,1,14,10.08ZM6.0552,18H14v7.939A9.0134,9.0134,0,0,1,6.0552,18ZM16,27.9551V18h9.9551A11.0191,11.0191,0,0,1,16,27.9551Z"
2649
- })), children);
2650
- });
2651
- if (process.env.NODE_ENV !== "production") {
2652
- ChartRose.propTypes = iconPropTypes4cbeb95d.i;
2653
- }
2654
- const ChartScatter = /*#__PURE__*/React.forwardRef(function ChartScatter(_ref109, ref) {
2655
- let {
2656
- children,
2657
- size = 16,
2658
- ...rest
2659
- } = _ref109;
2660
- return /*#__PURE__*/React.createElement(Icon.default, {
2661
- width: size,
2662
- height: size,
2663
- ref: ref,
2664
- xmlns: "http://www.w3.org/2000/svg",
2665
- viewBox: "0 0 32 32",
2666
- fill: "currentColor",
2667
- ...rest
2668
- }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2669
- d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
2670
- })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
2671
- cx: "10",
2672
- cy: "22",
2673
- r: "2"
2674
- })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
2675
- cx: "14",
2676
- cy: "15",
2677
- r: "2"
2678
- })), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
2679
- cx: "22",
2680
- cy: "15",
2681
- r: "2"
2682
- })), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
2683
- cx: "26",
2684
- cy: "6",
2685
- r: "2"
2686
- })), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
2687
- cx: "14",
2688
- cy: "8",
2689
- r: "2"
2690
- })), children);
2691
- });
2692
- if (process.env.NODE_ENV !== "production") {
2693
- ChartScatter.propTypes = iconPropTypes4cbeb95d.i;
2694
- }
2695
- const ChartSpiral = /*#__PURE__*/React.forwardRef(function ChartSpiral(_ref110, ref) {
2696
- let {
2697
- children,
2698
- size = 16,
2699
- ...rest
2700
- } = _ref110;
2701
- return /*#__PURE__*/React.createElement(Icon.default, {
2702
- width: size,
2703
- height: size,
2704
- ref: ref,
2705
- xmlns: "http://www.w3.org/2000/svg",
2706
- viewBox: "0 0 32 32",
2707
- fill: "currentColor",
2708
- ...rest
2709
- }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2710
- d: "M16,2A13.919,13.919,0,0,0,7.3245,5.0327,1.9728,1.9728,0,0,0,7,5,2,2,0,0,0,5,7a1.9752,1.9752,0,0,0,.0327.3247A13.986,13.986,0,1,0,16,2Zm0,26A11.977,11.977,0,0,1,6.3589,8.8857a1.8311,1.8311,0,0,0,1.1528.04l1.4634,1.4634a8.9862,8.9862,0,0,0,11.8311,13.207,1.9916,1.9916,0,0,0,2.79-2.79,8.9294,8.9294,0,0,0,0-9.6124,1.9916,1.9916,0,0,0-2.79-2.79,8.9445,8.9445,0,0,0-10.417.5713L8.9258,7.5117a1.8294,1.8294,0,0,0-.04-1.1528A11.9925,11.9925,0,1,1,16,28Zm0-14a2,2,0,1,1-2,2A2.0025,2.0025,0,0,1,16,14Zm3.4331-.019,2.0552-2.0552a2.0443,2.0443,0,0,0,.2265.0454,6.9573,6.9573,0,0,1,0,8.0576,2.0443,2.0443,0,0,0-.2265.0454L19.4331,18.019a3.8788,3.8788,0,0,0,0-4.038Zm.5957-3.6958a1.9993,1.9993,0,0,0,.0454.2265L18.019,12.5669a3.8788,3.8788,0,0,0-4.038,0l-2.1653-2.1655a6.9522,6.9522,0,0,1,8.2131-.1162ZM12.5669,13.981A3.951,3.951,0,0,0,12,16a4.0045,4.0045,0,0,0,4,4,3.9521,3.9521,0,0,0,2.019-.5669l2.0552,2.0552a1.9993,1.9993,0,0,0-.0454.2265,6.988,6.988,0,0,1-9.6272-9.8994Z"
2711
- })), children);
2712
- });
2713
- if (process.env.NODE_ENV !== "production") {
2714
- ChartSpiral.propTypes = iconPropTypes4cbeb95d.i;
2715
- }
2716
- const ChartStacked = /*#__PURE__*/React.forwardRef(function ChartStacked(_ref111, ref) {
2717
- let {
2718
- children,
2719
- size = 16,
2720
- ...rest
2721
- } = _ref111;
2722
- return /*#__PURE__*/React.createElement(Icon.default, {
2723
- width: size,
2724
- height: size,
2725
- ref: ref,
2726
- xmlns: "http://www.w3.org/2000/svg",
2727
- viewBox: "0 0 32 32",
2728
- fill: "currentColor",
2729
- ...rest
2730
- }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2731
- d: "M28,28V6H20V28H16V14H8V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM22,8h4V18H22ZM10,16h4v6H10Z"
2732
- })), children);
2733
- });
2734
- if (process.env.NODE_ENV !== "production") {
2735
- ChartStacked.propTypes = iconPropTypes4cbeb95d.i;
2736
- }
2737
- const ChartStepper = /*#__PURE__*/React.forwardRef(function ChartStepper(_ref112, ref) {
2738
- let {
2739
- children,
2740
- size = 16,
2741
- ...rest
2742
- } = _ref112;
2743
- return /*#__PURE__*/React.createElement(Icon.default, {
2744
- width: size,
2745
- height: size,
2746
- ref: ref,
2747
- xmlns: "http://www.w3.org/2000/svg",
2748
- viewBox: "0 0 32 32",
2749
- fill: "currentColor",
2750
- ...rest
2751
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2752
- d: "M14,22V14h8V6h8V4H20v8H12v8H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H4V22Z"
2753
- })), children);
2754
- });
2755
- if (process.env.NODE_ENV !== "production") {
2756
- ChartStepper.propTypes = iconPropTypes4cbeb95d.i;
2757
- }
2758
- const ChartSunburst = /*#__PURE__*/React.forwardRef(function ChartSunburst(_ref113, ref) {
2759
- let {
2760
- children,
2761
- size = 16,
2762
- ...rest
2763
- } = _ref113;
2764
- return /*#__PURE__*/React.createElement(Icon.default, {
2765
- width: size,
2766
- height: size,
2767
- ref: ref,
2768
- xmlns: "http://www.w3.org/2000/svg",
2769
- viewBox: "0 0 32 32",
2770
- fill: "currentColor",
2771
- ...rest
2772
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2773
- d: "M16,2a1,1,0,0,0-1,1v7.09a5.9618,5.9618,0,0,0-2.46,1.043L7.8384,6.4311a1.4554,1.4554,0,0,0-2.087.0244A14.05,14.05,0,0,0,9.8047,28.5972a10.8482,10.8482,0,0,0,1.8989.7676,14.0982,14.0982,0,0,0,13.8443-3.1319,1.4336,1.4336,0,0,0,.0278-2.0639L20.877,19.47A5.963,5.963,0,0,0,21.91,17H29a1,1,0,0,0,1-1A14.0158,14.0158,0,0,0,16,2Zm0,10a4,4,0,1,1-4,4A4.0045,4.0045,0,0,1,16,12ZM6.83,8.251l4.2959,4.2959a5.91,5.91,0,0,0-.0113,6.9243L6.8381,23.7481A12.0168,12.0168,0,0,1,6.83,8.251Zm1.4228,16.91,4.2759-4.2759A5.9589,5.9589,0,0,0,15,21.91v6.042A11.8783,11.8783,0,0,1,8.2529,25.1612ZM17,27.9561V21.9092a5.9631,5.9631,0,0,0,2.4609-1.0273l4.2818,4.2817A11.8905,11.8905,0,0,1,17,27.9561ZM21.91,15A6.0063,6.0063,0,0,0,17,10.09V4.041A12.0208,12.0208,0,0,1,27.9585,15Z"
2774
- })), children);
2775
- });
2776
- if (process.env.NODE_ENV !== "production") {
2777
- ChartSunburst.propTypes = iconPropTypes4cbeb95d.i;
2778
- }
2779
- const ChartTSne = /*#__PURE__*/React.forwardRef(function ChartTSne(_ref114, ref) {
2780
- let {
2781
- children,
2782
- size = 16,
2783
- ...rest
2784
- } = _ref114;
2785
- return /*#__PURE__*/React.createElement(Icon.default, {
2786
- width: size,
2787
- height: size,
2788
- ref: ref,
2789
- xmlns: "http://www.w3.org/2000/svg",
2790
- viewBox: "0 0 32 32",
2791
- fill: "currentColor",
2792
- ...rest
2793
- }, _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
2794
- cx: "10",
2795
- cy: "20",
2796
- r: "2"
2797
- })), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
2798
- cx: "10",
2799
- cy: "28",
2800
- r: "2"
2801
- })), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
2802
- cx: "10",
2803
- cy: "14",
2804
- r: "2"
2805
- })), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
2806
- cx: "28",
2807
- cy: "4",
2808
- r: "2"
2809
- })), _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
2810
- cx: "22",
2811
- cy: "6",
2812
- r: "2"
2813
- })), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
2814
- cx: "28",
2815
- cy: "10",
2816
- r: "2"
2817
- })), _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
2818
- cx: "20",
2819
- cy: "12",
2820
- r: "2"
2821
- })), _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
2822
- cx: "28",
2823
- cy: "22",
2824
- r: "2"
2825
- })), _circle46 || (_circle46 = /*#__PURE__*/React.createElement("circle", {
2826
- cx: "26",
2827
- cy: "28",
2828
- r: "2"
2829
- })), _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
2830
- cx: "20",
2831
- cy: "26",
2832
- r: "2"
2833
- })), _circle48 || (_circle48 = /*#__PURE__*/React.createElement("circle", {
2834
- cx: "22",
2835
- cy: "20",
2836
- r: "2"
2837
- })), _circle49 || (_circle49 = /*#__PURE__*/React.createElement("circle", {
2838
- cx: "16",
2839
- cy: "4",
2840
- r: "2"
2841
- })), _circle50 || (_circle50 = /*#__PURE__*/React.createElement("circle", {
2842
- cx: "4",
2843
- cy: "24",
2844
- r: "2"
2845
- })), _circle51 || (_circle51 = /*#__PURE__*/React.createElement("circle", {
2846
- cx: "4",
2847
- cy: "16",
2848
- r: "2"
2849
- })), children);
2850
- });
2851
- if (process.env.NODE_ENV !== "production") {
2852
- ChartTSne.propTypes = iconPropTypes4cbeb95d.i;
2853
- }
2854
- const ChartTreemap = /*#__PURE__*/React.forwardRef(function ChartTreemap(_ref115, ref) {
2855
- let {
2856
- children,
2857
- size = 16,
2858
- ...rest
2859
- } = _ref115;
2860
- return /*#__PURE__*/React.createElement(Icon.default, {
2861
- width: size,
2862
- height: size,
2863
- ref: ref,
2864
- xmlns: "http://www.w3.org/2000/svg",
2865
- viewBox: "0 0 32 32",
2866
- fill: "currentColor",
2867
- ...rest
2868
- }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2869
- d: "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,12H23V4h5ZM16,4h5V14H16ZM14,4V20H4V4ZM4,22H14v6H4Zm12,6V16H28V28Z"
2870
- })), children);
2871
- });
2872
- if (process.env.NODE_ENV !== "production") {
2873
- ChartTreemap.propTypes = iconPropTypes4cbeb95d.i;
2874
- }
2875
- const ChartVennDiagram = /*#__PURE__*/React.forwardRef(function ChartVennDiagram(_ref116, ref) {
2876
- let {
2877
- children,
2878
- size = 16,
2879
- ...rest
2880
- } = _ref116;
2881
- return /*#__PURE__*/React.createElement(Icon.default, {
2882
- width: size,
2883
- height: size,
2884
- ref: ref,
2885
- xmlns: "http://www.w3.org/2000/svg",
2886
- viewBox: "0 0 32 32",
2887
- fill: "currentColor",
2888
- ...rest
2889
- }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2890
- d: "M20,6a9.92,9.92,0,0,0-4,.84A9.92,9.92,0,0,0,12,6a10,10,0,0,0,0,20,9.92,9.92,0,0,0,4-.84A9.92,9.92,0,0,0,20,26,10,10,0,0,0,20,6ZM12,24A8,8,0,0,1,12,8a7.91,7.91,0,0,1,1.76.2,10,10,0,0,0,0,15.6A7.91,7.91,0,0,1,12,24Zm8-8a8,8,0,0,1-4,6.92A8,8,0,0,1,16,9.08,8,8,0,0,1,20,16Zm0,8a7.91,7.91,0,0,1-1.76-.2,10,10,0,0,0,0-15.6A7.91,7.91,0,0,1,20,8a8,8,0,0,1,0,16Z"
2891
- })), children);
2892
- });
2893
- if (process.env.NODE_ENV !== "production") {
2894
- ChartVennDiagram.propTypes = iconPropTypes4cbeb95d.i;
2895
- }
2896
- const ChartViolinPlot = /*#__PURE__*/React.forwardRef(function ChartViolinPlot(_ref117, ref) {
2897
- let {
2898
- children,
2899
- size = 16,
2900
- ...rest
2901
- } = _ref117;
2902
- return /*#__PURE__*/React.createElement(Icon.default, {
2903
- width: size,
2904
- height: size,
2905
- ref: ref,
2906
- xmlns: "http://www.w3.org/2000/svg",
2907
- viewBox: "0 0 32 32",
2908
- fill: "currentColor",
2909
- ...rest
2910
- }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2911
- d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
2912
- })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2913
- d: "M14.86 7.8232L13 4.7231V2H11V4.7231l-1.86 3.1A7.9986 7.9986 0 008 11.939v.122a7.9961 7.9961 0 001.14 4.1158l1.86 3.1V26h2V19.2769l1.86-3.1A7.9986 7.9986 0 0016 12.061v-.122A7.9961 7.9961 0 0014.86 7.8232zM12 6.9434l1.145 1.9087A6.0027 6.0027 0 0113.9185 11h-3.837a6.0086 6.0086 0 01.7735-2.1484zm0 10.1132l-1.145-1.9087A6.0027 6.0027 0 0110.0815 13h3.837a6.0086 6.0086 0 01-.7735 2.1484zM27.86 11.8232L26 8.7231V2H24V8.7231l-1.86 3.1A7.9986 7.9986 0 0021 15.939v.122a7.9961 7.9961 0 001.14 4.1158l1.86 3.1V26h2V23.2769l1.86-3.1A7.9986 7.9986 0 0029 16.061v-.122A7.9961 7.9961 0 0027.86 11.8232zm-2.86-.88l1.145 1.9087A6.0027 6.0027 0 0126.9185 15h-3.837a6.0086 6.0086 0 01.7735-2.1484zm0 10.1132l-1.145-1.9087A6.0027 6.0027 0 0123.0815 17h3.837a6.0086 6.0086 0 01-.7735 2.1484z"
2914
- })), children);
2915
- });
2916
- if (process.env.NODE_ENV !== "production") {
2917
- ChartViolinPlot.propTypes = iconPropTypes4cbeb95d.i;
2918
- }
2919
- const ChartWaterfall = /*#__PURE__*/React.forwardRef(function ChartWaterfall(_ref118, ref) {
2920
- let {
2921
- children,
2922
- size = 16,
2923
- ...rest
2924
- } = _ref118;
2925
- return /*#__PURE__*/React.createElement(Icon.default, {
2926
- width: size,
2927
- height: size,
2928
- ref: ref,
2929
- xmlns: "http://www.w3.org/2000/svg",
2930
- viewBox: "0 0 32 32",
2931
- fill: "currentColor",
2932
- ...rest
2933
- }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2934
- d: "M28,28V18H26V28H22V4H20V28H10V14H8V28H4V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z"
2935
- })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2936
- d: "M14 4H16V18H14z"
2937
- })), children);
2938
- });
2939
- if (process.env.NODE_ENV !== "production") {
2940
- ChartWaterfall.propTypes = iconPropTypes4cbeb95d.i;
2941
- }
2942
- const ChartWinLoss = /*#__PURE__*/React.forwardRef(function ChartWinLoss(_ref119, ref) {
2943
- let {
2944
- children,
2945
- size = 16,
2946
- ...rest
2947
- } = _ref119;
2948
- return /*#__PURE__*/React.createElement(Icon.default, {
2949
- width: size,
2950
- height: size,
2951
- ref: ref,
2952
- xmlns: "http://www.w3.org/2000/svg",
2953
- viewBox: "0 0 32 32",
2954
- fill: "currentColor",
2955
- ...rest
2956
- }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2957
- d: "M30,15H16V6a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,6v9H2v2H16v9a2.0023,2.0023,0,0,0,2,2h8a2.0023,2.0023,0,0,0,2-2V17h2ZM6,6h8v9H6ZM26,26H18V17h8Z"
2958
- })), children);
2959
- });
2960
- if (process.env.NODE_ENV !== "production") {
2961
- ChartWinLoss.propTypes = iconPropTypes4cbeb95d.i;
2962
- }
2963
- const Chat = /*#__PURE__*/React.forwardRef(function Chat(_ref120, ref) {
2964
- let {
2965
- children,
2966
- size = 16,
2967
- ...rest
2968
- } = _ref120;
2969
- return /*#__PURE__*/React.createElement(Icon.default, {
2970
- width: size,
2971
- height: size,
2972
- ref: ref,
2973
- xmlns: "http://www.w3.org/2000/svg",
2974
- viewBox: "0 0 32 32",
2975
- fill: "currentColor",
2976
- ...rest
2977
- }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2978
- d: "M17.74,30,16,29l4-7h6a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2H6A2,2,0,0,0,4,8V20a2,2,0,0,0,2,2h9v2H6a4,4,0,0,1-4-4V8A4,4,0,0,1,6,4H26a4,4,0,0,1,4,4V20a4,4,0,0,1-4,4H21.16Z"
2979
- })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2980
- d: "M8 10H24V12H8zM8 16H18V18H8z"
2981
- })), children);
2982
- });
2983
- if (process.env.NODE_ENV !== "production") {
2984
- Chat.propTypes = iconPropTypes4cbeb95d.i;
2985
- }
2986
- const ChatLaunch = /*#__PURE__*/React.forwardRef(function ChatLaunch(_ref121, ref) {
2987
- let {
2988
- children,
2989
- size = 16,
2990
- ...rest
2991
- } = _ref121;
2992
- return /*#__PURE__*/React.createElement(Icon.default, {
2993
- width: size,
2994
- height: size,
2995
- ref: ref,
2996
- xmlns: "http://www.w3.org/2000/svg",
2997
- viewBox: "0 0 32 32",
2998
- fill: "currentColor",
2999
- ...rest
3000
- }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
3001
- d: "M22 4L22 6 26.586 6 20 12.586 21.414 14 28 7.414 28 12 30 12 30 4 22 4zM28 16v4a1.9965 1.9965 0 01-2 2H20l-4 7 1.7358 1 3.4288-6H26a3.9992 3.9992 0 004-4V16zM4 20V8A1.9965 1.9965 0 016 6H18V4H6A3.9986 3.9986 0 002 8V20a3.9992 3.9992 0 004 4h9V22H6A1.9965 1.9965 0 014 20z"
3002
- })), children);
3003
- });
3004
- if (process.env.NODE_ENV !== "production") {
3005
- ChatLaunch.propTypes = iconPropTypes4cbeb95d.i;
3006
- }
3007
- const ChatOff = /*#__PURE__*/React.forwardRef(function ChatOff(_ref122, ref) {
3008
- let {
3009
- children,
3010
- size = 16,
3011
- ...rest
3012
- } = _ref122;
3013
- return /*#__PURE__*/React.createElement(Icon.default, {
3014
- width: size,
3015
- height: size,
3016
- ref: ref,
3017
- xmlns: "http://www.w3.org/2000/svg",
3018
- viewBox: "0 0 32 32",
3019
- fill: "currentColor",
3020
- ...rest
3021
- }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
3022
- d: "M28 8V21h2V8a3.9986 3.9986 0 00-4-4H8.2429l2 2H26A1.9965 1.9965 0 0128 8zM30 28.5859L3.4141 2 2 3.4141 3.5039 4.918A3.9181 3.9181 0 002 8V20a3.9992 3.9992 0 004 4h6V22H6a1.9965 1.9965 0 01-2-2V8a1.9814 1.9814 0 01.9194-1.6665L20.5859 22H17l-4 7 1.7358 1 3.4288-6h4.4213l6 6z"
3023
- })), children);
3024
- });
3025
- if (process.env.NODE_ENV !== "production") {
3026
- ChatOff.propTypes = iconPropTypes4cbeb95d.i;
3027
- }
3028
- const ChatOperational = /*#__PURE__*/React.forwardRef(function ChatOperational(_ref123, ref) {
3029
- let {
3030
- children,
3031
- size = 16,
3032
- ...rest
3033
- } = _ref123;
3034
- return /*#__PURE__*/React.createElement(Icon.default, {
3035
- width: size,
3036
- height: size,
3037
- ref: ref,
3038
- xmlns: "http://www.w3.org/2000/svg",
3039
- viewBox: "0 0 32 32",
3040
- fill: "currentColor",
3041
- ...rest
3042
- }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
3043
- d: "M15.586 10.414L19.166 14 19.166 14 15.584 17.587 17 19 22 14 17 9 15.586 10.414z"
3044
- })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
3045
- d: "M20.586 10.414L24.166 14 24.166 14 20.584 17.587 22 19 27 14 22 9 20.586 10.414zM10 9L11.593 12 15 12.414 12.5 14.667 13 18 10 16.125 7 18 7.5 14.667 5 12.414 8.5 12 10 9z"
3046
- })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
3047
- d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
3048
- })), children);
3049
- });
3050
- if (process.env.NODE_ENV !== "production") {
3051
- ChatOperational.propTypes = iconPropTypes4cbeb95d.i;
3052
- }
3053
- const ChatBot = /*#__PURE__*/React.forwardRef(function ChatBot(_ref124, ref) {
3054
- let {
3055
- children,
3056
- size = 16,
3057
- ...rest
3058
- } = _ref124;
3059
- return /*#__PURE__*/React.createElement(Icon.default, {
3060
- width: size,
3061
- height: size,
3062
- ref: ref,
3063
- xmlns: "http://www.w3.org/2000/svg",
3064
- viewBox: "0 0 32 32",
3065
- fill: "currentColor",
3066
- ...rest
3067
- }, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
3068
- d: "M16 19a6.9908 6.9908 0 01-5.833-3.1287l1.666-1.1074a5.0007 5.0007 0 008.334 0l1.666 1.1074A6.9908 6.9908 0 0116 19zM20 8a2 2 0 102 2A1.9806 1.9806 0 0020 8zM12 8a2 2 0 102 2A1.9806 1.9806 0 0012 8z"
3069
- })), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
3070
- d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V6a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,6V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V6A3.9988,3.9988,0,0,1,6,2H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
3071
- })), children);
3072
- });
3073
- if (process.env.NODE_ENV !== "production") {
3074
- ChatBot.propTypes = iconPropTypes4cbeb95d.i;
3075
- }
3076
- const Checkbox = /*#__PURE__*/React.forwardRef(function Checkbox(_ref125, ref) {
3077
- let {
3078
- children,
3079
- size = 16,
3080
- ...rest
3081
- } = _ref125;
3082
- return /*#__PURE__*/React.createElement(Icon.default, {
3083
- width: size,
3084
- height: size,
3085
- ref: ref,
3086
- xmlns: "http://www.w3.org/2000/svg",
3087
- viewBox: "0 0 32 32",
3088
- fill: "currentColor",
3089
- ...rest
3090
- }, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
3091
- d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
3092
- })), children);
3093
- });
3094
- if (process.env.NODE_ENV !== "production") {
3095
- Checkbox.propTypes = iconPropTypes4cbeb95d.i;
3096
- }
3097
-
3098
- exports.Calls = Calls;
3099
- exports.CallsAll = CallsAll;
3100
- exports.CallsIncoming = CallsIncoming;
3101
- exports.Camera = Camera;
3102
- exports.CameraAction = CameraAction;
3103
- exports.Campsite = Campsite;
3104
- exports.Car = Car;
3105
- exports.CarFront = CarFront;
3106
- exports.Carbon = Carbon;
3107
- exports.CarbonAccounting = CarbonAccounting;
3108
- exports.CarbonForAem = CarbonForAem;
3109
- exports.CarbonForIbmDotcom = CarbonForIbmDotcom;
3110
- exports.CarbonForIbmProduct = CarbonForIbmProduct;
3111
- exports.CarbonForMobile = CarbonForMobile;
3112
- exports.CarbonForSalesforce = CarbonForSalesforce;
3113
- exports.CarbonUiBuilder = CarbonUiBuilder;
3114
- exports.CaretDown = CaretDown;
3115
- exports.CaretLeft = CaretLeft;
3116
- exports.CaretRight = CaretRight;
3117
- exports.CaretSort = CaretSort;
3118
- exports.CaretSortDown = CaretSortDown;
3119
- exports.CaretSortUp = CaretSortUp;
3120
- exports.CaretUp = CaretUp;
3121
- exports.CarouselHorizontal = CarouselHorizontal;
3122
- exports.CarouselVertical = CarouselVertical;
3123
- exports.Catalog = Catalog;
3124
- exports.CatalogPublish = CatalogPublish;
3125
- exports.Categories = Categories;
3126
- exports.Category = Category;
3127
- exports.CategoryAdd = CategoryAdd;
3128
- exports.CategoryAnd = CategoryAnd;
3129
- exports.CategoryNew = CategoryNew;
3130
- exports.CategoryNewEach = CategoryNewEach;
3131
- exports.Caution = Caution;
3132
- exports.CautionInverted = CautionInverted;
3133
- exports.Cda = Cda;
3134
- exports.CellTower = CellTower;
3135
- exports.CenterCircle = CenterCircle;
3136
- exports.CenterSquare = CenterSquare;
3137
- exports.CenterToFit = CenterToFit;
3138
- exports.Certificate = Certificate;
3139
- exports.CertificateCheck = CertificateCheck;
3140
- exports.ChangeCatalog = ChangeCatalog;
3141
- exports.Channels = Channels;
3142
- exports.CharacterDecimal = CharacterDecimal;
3143
- exports.CharacterFraction = CharacterFraction;
3144
- exports.CharacterInteger = CharacterInteger;
3145
- exports.CharacterLowerCase = CharacterLowerCase;
3146
- exports.CharacterNegativeNumber = CharacterNegativeNumber;
3147
- exports.CharacterPatterns = CharacterPatterns;
3148
- exports.CharacterSentenceCase = CharacterSentenceCase;
3149
- exports.CharacterUpperCase = CharacterUpperCase;
3150
- exports.CharacterWholeNumber = CharacterWholeNumber;
3151
- exports.ChargingStation = ChargingStation;
3152
- exports.ChargingStationFilled = ChargingStationFilled;
3153
- exports.ChartArea = ChartArea;
3154
- exports.ChartAreaSmooth = ChartAreaSmooth;
3155
- exports.ChartAreaStepper = ChartAreaStepper;
3156
- exports.ChartAverage = ChartAverage;
3157
- exports.ChartBar = ChartBar;
3158
- exports.ChartBarFloating = ChartBarFloating;
3159
- exports.ChartBarOverlay = ChartBarOverlay;
3160
- exports.ChartBarStacked = ChartBarStacked;
3161
- exports.ChartBarTarget = ChartBarTarget;
3162
- exports.ChartBubble = ChartBubble;
3163
- exports.ChartBubblePacked = ChartBubblePacked;
3164
- exports.ChartBullet = ChartBullet;
3165
- exports.ChartCandlestick = ChartCandlestick;
3166
- exports.ChartClusterBar = ChartClusterBar;
3167
- exports.ChartColumn = ChartColumn;
3168
- exports.ChartColumnFloating = ChartColumnFloating;
3169
- exports.ChartColumnTarget = ChartColumnTarget;
3170
- exports.ChartCombo = ChartCombo;
3171
- exports.ChartComboStacked = ChartComboStacked;
3172
- exports.ChartCustom = ChartCustom;
3173
- exports.ChartDualYAxis = ChartDualYAxis;
3174
- exports.ChartErrorBar = ChartErrorBar;
3175
- exports.ChartErrorBarAlt = ChartErrorBarAlt;
3176
- exports.ChartEvaluation = ChartEvaluation;
3177
- exports.ChartHighLow = ChartHighLow;
3178
- exports.ChartHistogram = ChartHistogram;
3179
- exports.ChartLine = ChartLine;
3180
- exports.ChartLineData = ChartLineData;
3181
- exports.ChartLineSmooth = ChartLineSmooth;
3182
- exports.ChartLogisticRegression = ChartLogisticRegression;
3183
- exports.ChartMarimekko = ChartMarimekko;
3184
- exports.ChartMaximum = ChartMaximum;
3185
- exports.ChartMedian = ChartMedian;
3186
- exports.ChartMinimum = ChartMinimum;
3187
- exports.ChartMultiLine = ChartMultiLine;
3188
- exports.ChartMultitype = ChartMultitype;
3189
- exports.ChartNetwork = ChartNetwork;
3190
- exports.ChartParallel = ChartParallel;
3191
- exports.ChartPie = ChartPie;
3192
- exports.ChartPlanningWaterfall = ChartPlanningWaterfall;
3193
- exports.ChartPoint = ChartPoint;
3194
- exports.ChartPopulation = ChartPopulation;
3195
- exports.ChartRadar = ChartRadar;
3196
- exports.ChartRadial = ChartRadial;
3197
- exports.ChartRelationship = ChartRelationship;
3198
- exports.ChartRing = ChartRing;
3199
- exports.ChartRiver = ChartRiver;
3200
- exports.ChartRose = ChartRose;
3201
- exports.ChartScatter = ChartScatter;
3202
- exports.ChartSpiral = ChartSpiral;
3203
- exports.ChartStacked = ChartStacked;
3204
- exports.ChartStepper = ChartStepper;
3205
- exports.ChartSunburst = ChartSunburst;
3206
- exports.ChartTSne = ChartTSne;
3207
- exports.ChartTreemap = ChartTreemap;
3208
- exports.ChartVennDiagram = ChartVennDiagram;
3209
- exports.ChartViolinPlot = ChartViolinPlot;
3210
- exports.ChartWaterfall = ChartWaterfall;
3211
- exports.ChartWinLoss = ChartWinLoss;
3212
- exports.Chart_3D = Chart_3D;
3213
- exports.Chat = Chat;
3214
- exports.ChatBot = ChatBot;
3215
- exports.ChatLaunch = ChatLaunch;
3216
- exports.ChatOff = ChatOff;
3217
- exports.ChatOperational = ChatOperational;
3218
- exports.Checkbox = Checkbox;
3219
- exports.QCcX = QCcX;
3220
- exports.WatsonHealthCdArchive = WatsonHealthCdArchive;
3221
- exports.WatsonHealthCdCreateArchive = WatsonHealthCdCreateArchive;
3222
- exports.WatsonHealthCdCreateExchange = WatsonHealthCdCreateExchange;