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