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