@carbon-labs/react-animated-header 0.18.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +696 -168
  2. package/es/__stories__/data/index.d.ts +58 -14
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +3 -1
  5. package/es/components/TasksController/TasksController.d.ts +3 -3
  6. package/es/components/TasksController/TasksController.js +4 -1
  7. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -29
  12. package/es/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  13. package/es/components/Tiles/GlassTile/GlassTileBody.js +53 -0
  14. package/es/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  15. package/es/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  16. package/es/index.js +1 -0
  17. package/lib/__stories__/AnimatedHeader.stories.d.ts +696 -168
  18. package/lib/__stories__/data/index.d.ts +58 -14
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +3 -1
  21. package/lib/components/TasksController/TasksController.d.ts +3 -3
  22. package/lib/components/TasksController/TasksController.js +4 -1
  23. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -28
  28. package/lib/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  29. package/lib/components/Tiles/GlassTile/GlassTileBody.js +55 -0
  30. package/lib/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  31. package/lib/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  32. package/lib/index.js +1 -0
  33. package/package.json +2 -2
  34. package/scss/Tiles/GlassTile/glass-tile.scss +0 -1
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -2956
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3263
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -2946
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3112
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -2967
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3056
  41. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -2888
  42. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3072
  43. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -2992
  44. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2843
  45. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3080
  46. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1680
  47. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3096
  48. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3008
  49. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -2916
  50. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -2992
  51. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -2983
  52. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3106
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3090
  54. package/es/node_modules/@carbon/icons-react/es/index.js +0 -30
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -3082
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3389
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -3072
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3238
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -3093
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3182
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -3014
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3198
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -3118
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2969
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3206
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1750
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3222
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3134
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -3042
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -3118
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -3109
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3232
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3216
  74. package/lib/node_modules/@carbon/icons-react/es/index.js +0 -2480
@@ -1,3093 +0,0 @@
1
- /**
2
- * Copyright IBM Corp. 2024
3
- *
4
- * This source code is licensed under the Apache-2.0 license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- */
7
-
8
- 'use strict';
9
-
10
- var React = require('react');
11
- var Icon = require('../Icon.js');
12
- var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
- require('prop-types');
14
-
15
- var _circle, _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _circle2, _circle3, _circle4, _path10, _circle5, _path11, _circle6, _circle7, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _circle8, _path53, _path54, _path55, _path56, _circle9, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _circle10, _path81, _path82, _circle11, _path83, _path84, _circle12, _circle13, _circle14, _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, _circle15, _circle16, _circle17, _circle18, _circle19, _circle20, _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, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _circle21, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193;
16
- const NavaidVortac = /*#__PURE__*/React.forwardRef(function NavaidVortac(_ref, ref) {
17
- let {
18
- children,
19
- size = 16,
20
- ...rest
21
- } = _ref;
22
- return /*#__PURE__*/React.createElement(Icon.default, {
23
- width: size,
24
- height: size,
25
- ref: ref,
26
- xmlns: "http://www.w3.org/2000/svg",
27
- viewBox: "0 0 32 32",
28
- fill: "currentColor",
29
- ...rest
30
- }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
31
- cx: "16",
32
- cy: "14",
33
- r: "2"
34
- })), _path || (_path = /*#__PURE__*/React.createElement("path", {
35
- d: "M29.8682,10.5039l-4-7a.9992.9992,0,0,0-1.3828-.3613L19.7231,6H12.2769L7.5146,3.1426a.9992.9992,0,0,0-1.3828.3613l-4,7a1,1,0,0,0,.3536,1.3535l4.7758,2.8657L11,21.2656V27a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V21.2656l3.7388-6.5425,4.7758-2.8657A1,1,0,0,0,29.8682,10.5039ZM18.8484,21H13.1516L8.5757,12.9922,11.4287,8h9.1426l2.853,4.9922Z"
36
- })), children);
37
- });
38
- if (process.env.NODE_ENV !== "production") {
39
- NavaidVortac.propTypes = iconPropTypes4cbeb95d.i;
40
- }
41
- const Need = /*#__PURE__*/React.forwardRef(function Need(_ref2, ref) {
42
- let {
43
- children,
44
- size = 16,
45
- ...rest
46
- } = _ref2;
47
- return /*#__PURE__*/React.createElement(Icon.default, {
48
- width: size,
49
- height: size,
50
- ref: ref,
51
- xmlns: "http://www.w3.org/2000/svg",
52
- viewBox: "0 0 32 32",
53
- fill: "currentColor",
54
- ...rest
55
- }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
56
- d: "M29.1211 16.8789A2.98 2.98 0 0027.01 16H27a2.9774 2.9774 0 00-2.1211.8789L19.9778 21.78A2.9943 2.9943 0 0017 19H10a5.0059 5.0059 0 00-5 5v.667L2 28.6631l1.6 1.2L7 25.333V24a3.0033 3.0033 0 013-3h7a1 1 0 010 2H13v2h4.9287a3.9717 3.9717 0 002.8286-1.1719L26.293 18.293A.9929.9929 0 0127 18h.0034a1 1 0 01.7036 1.707l-7.414 7.4141A2.9791 2.9791 0 0118.1714 28H11v2h7.1714a4.9665 4.9665 0 003.5356-1.4648l7.4141-7.4141a2.9989 2.9989 0 000-4.2422zM21.586 8.586L18 12 18 2 16 2 16 12 12.414 8.586 11 10 17 16 23 10 21.586 8.586z"
57
- })), children);
58
- });
59
- if (process.env.NODE_ENV !== "production") {
60
- Need.propTypes = iconPropTypes4cbeb95d.i;
61
- }
62
- const Network_1 = /*#__PURE__*/React.forwardRef(function Network_1(_ref3, ref) {
63
- let {
64
- children,
65
- size = 16,
66
- ...rest
67
- } = _ref3;
68
- return /*#__PURE__*/React.createElement(Icon.default, {
69
- width: size,
70
- height: size,
71
- ref: ref,
72
- xmlns: "http://www.w3.org/2000/svg",
73
- viewBox: "0 0 32 32",
74
- fill: "currentColor",
75
- ...rest
76
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
77
- d: "M16 20a4 4 0 114-4A4.0045 4.0045 0 0116 20zm0-6a2 2 0 102 2A2.0021 2.0021 0 0016 14zM5 20a4 4 0 114-4A4.0045 4.0045 0 015 20zm0-6a2 2 0 102 2A2.0023 2.0023 0 005 14zM10 31a4 4 0 114-4A4.0045 4.0045 0 0110 31zm0-6a2 2 0 102 2A2.0021 2.0021 0 0010 25zM22 31a4 4 0 114-4A4.0045 4.0045 0 0122 31zm0-6a2 2 0 102 2A2.0021 2.0021 0 0022 25zM27 20a4 4 0 114-4A4.0045 4.0045 0 0127 20zm0-6a2 2 0 102 2A2.0021 2.0021 0 0027 14zM22 9a4 4 0 114-4A4.0045 4.0045 0 0122 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0022 3zM10 9a4 4 0 114-4A4.0045 4.0045 0 0110 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0010 3z"
78
- })), children);
79
- });
80
- if (process.env.NODE_ENV !== "production") {
81
- Network_1.propTypes = iconPropTypes4cbeb95d.i;
82
- }
83
- const Network_2 = /*#__PURE__*/React.forwardRef(function Network_2(_ref4, ref) {
84
- let {
85
- children,
86
- size = 16,
87
- ...rest
88
- } = _ref4;
89
- return /*#__PURE__*/React.createElement(Icon.default, {
90
- width: size,
91
- height: size,
92
- ref: ref,
93
- xmlns: "http://www.w3.org/2000/svg",
94
- viewBox: "0 0 32 32",
95
- fill: "currentColor",
96
- ...rest
97
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
98
- d: "M17,17h5.1421a4,4,0,1,0,0-2H17V7h5.1421a4,4,0,1,0,0-2H17a2.0023,2.0023,0,0,0-2,2v8H9.8579a4,4,0,1,0,0,2H15v8a2.0023,2.0023,0,0,0,2,2h5.1421a4,4,0,1,0,0-2H17Zm9-3a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,14ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM6,18a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,18Zm20,6a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,24Z"
99
- })), children);
100
- });
101
- if (process.env.NODE_ENV !== "production") {
102
- Network_2.propTypes = iconPropTypes4cbeb95d.i;
103
- }
104
- const Network_3 = /*#__PURE__*/React.forwardRef(function Network_3(_ref5, ref) {
105
- let {
106
- children,
107
- size = 16,
108
- ...rest
109
- } = _ref5;
110
- return /*#__PURE__*/React.createElement(Icon.default, {
111
- width: size,
112
- height: size,
113
- ref: ref,
114
- xmlns: "http://www.w3.org/2000/svg",
115
- viewBox: "0 0 32 32",
116
- fill: "currentColor",
117
- ...rest
118
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
119
- d: "M30 30H22V22h8zm-6-2h4V24H24zM20 27H8A6 6 0 018 15h2v2H8a4 4 0 000 8H20z"
120
- })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
121
- d: "M20,20H12V12h8Zm-6-2h4V14H14Z"
122
- })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
123
- d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
124
- })), children);
125
- });
126
- if (process.env.NODE_ENV !== "production") {
127
- Network_3.propTypes = iconPropTypes4cbeb95d.i;
128
- }
129
- const Network_3Reference = /*#__PURE__*/React.forwardRef(function Network_3Reference(_ref6, ref) {
130
- let {
131
- children,
132
- size = 16,
133
- ...rest
134
- } = _ref6;
135
- return /*#__PURE__*/React.createElement(Icon.default, {
136
- width: size,
137
- height: size,
138
- ref: ref,
139
- xmlns: "http://www.w3.org/2000/svg",
140
- viewBox: "0 0 32 32",
141
- fill: "currentColor",
142
- ...rest
143
- }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
144
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 30H22V22h8zm-6-2h4V24H24zM20 20H12V12h8zm-6-2h4V14H14z"
145
- })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
146
- d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
147
- })), children);
148
- });
149
- if (process.env.NODE_ENV !== "production") {
150
- Network_3Reference.propTypes = iconPropTypes4cbeb95d.i;
151
- }
152
- const Network_4 = /*#__PURE__*/React.forwardRef(function Network_4(_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
- }, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
167
- cx: "21",
168
- cy: "26",
169
- r: "2"
170
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
171
- cx: "21",
172
- cy: "6",
173
- r: "2"
174
- })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
175
- cx: "4",
176
- cy: "16",
177
- r: "2"
178
- })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
179
- d: "M28,12a3.9962,3.9962,0,0,0-3.8579,3H19.8579a3.9655,3.9655,0,0,0-5.4914-2.6426L11.19,8.3872A3.9626,3.9626,0,0,0,12,6a4,4,0,1,0-4,4,3.96,3.96,0,0,0,1.6338-.3574l3.176,3.97a3.9239,3.9239,0,0,0,0,4.7744l-3.1758,3.97A3.96,3.96,0,0,0,8,22a4,4,0,1,0,4,4,3.9624,3.9624,0,0,0-.81-2.3872l3.1758-3.97A3.9658,3.9658,0,0,0,19.8579,17h4.2842A3.9934,3.9934,0,1,0,28,12ZM6,6A2,2,0,1,1,8,8,2.0023,2.0023,0,0,1,6,6ZM8,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,28Zm8-10a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,16,18Zm12,0a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,28,18Z"
180
- })), children);
181
- });
182
- if (process.env.NODE_ENV !== "production") {
183
- Network_4.propTypes = iconPropTypes4cbeb95d.i;
184
- }
185
- const Network_4Reference = /*#__PURE__*/React.forwardRef(function Network_4Reference(_ref8, ref) {
186
- let {
187
- children,
188
- size = 16,
189
- ...rest
190
- } = _ref8;
191
- return /*#__PURE__*/React.createElement(Icon.default, {
192
- width: size,
193
- height: size,
194
- ref: ref,
195
- xmlns: "http://www.w3.org/2000/svg",
196
- viewBox: "0 0 32 32",
197
- fill: "currentColor",
198
- ...rest
199
- }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
200
- cx: "21",
201
- cy: "26",
202
- r: "2"
203
- })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
204
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
205
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
206
- cx: "21",
207
- cy: "6",
208
- r: "2"
209
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
210
- cx: "4",
211
- cy: "16",
212
- r: "2"
213
- })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
214
- d: "M28,12a3.9962,3.9962,0,0,0-3.8579,3H19.8579a3.9655,3.9655,0,0,0-5.4914-2.6426L11.19,8.3872A3.9624,3.9624,0,0,0,12,6a4,4,0,1,0-4,4,3.96,3.96,0,0,0,1.6338-.3574l3.176,3.97A3.9613,3.9613,0,0,0,12,16a3.9915,3.9915,0,0,0,7.8579,1h4.2842A3.9934,3.9934,0,1,0,28,12ZM8,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,8Zm8,10a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,16,18Zm12,0a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,28,18Z"
215
- })), children);
216
- });
217
- if (process.env.NODE_ENV !== "production") {
218
- Network_4Reference.propTypes = iconPropTypes4cbeb95d.i;
219
- }
220
- const NetworkAdminControl = /*#__PURE__*/React.forwardRef(function NetworkAdminControl(_ref9, ref) {
221
- let {
222
- children,
223
- size = 16,
224
- ...rest
225
- } = _ref9;
226
- return /*#__PURE__*/React.createElement(Icon.default, {
227
- width: size,
228
- height: size,
229
- ref: ref,
230
- xmlns: "http://www.w3.org/2000/svg",
231
- viewBox: "0 0 32 32",
232
- fill: "currentColor",
233
- ...rest
234
- }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
235
- d: "M27 20.415L25.586 19 23 21.587 20.414 19 19 20.415 21.586 23 19 25.586 20.414 27 23 24.414 25.586 27 27 25.586 24.414 23 27 20.415zM24 4a4.0045 4.0045 0 00-4 4 3.951 3.951 0 00.5669 2.019L10.019 20.5669A3.9521 3.9521 0 008 20a4 4 0 104 4 3.951 3.951 0 00-.5669-2.019L21.981 11.4331A3.9521 3.9521 0 0024 12a4 4 0 000-8zM8 26a2 2 0 112-2A2.0023 2.0023 0 018 26zM24 10a2 2 0 112-2A2.0023 2.0023 0 0124 10zM8 11.18L5.41 8.59 4 10 8 14 15 7 13.59 5.59 8 11.18z"
236
- })), children);
237
- });
238
- if (process.env.NODE_ENV !== "production") {
239
- NetworkAdminControl.propTypes = iconPropTypes4cbeb95d.i;
240
- }
241
- const NetworkEnterprise = /*#__PURE__*/React.forwardRef(function NetworkEnterprise(_ref10, ref) {
242
- let {
243
- children,
244
- size = 16,
245
- ...rest
246
- } = _ref10;
247
- return /*#__PURE__*/React.createElement(Icon.default, {
248
- width: size,
249
- height: size,
250
- ref: ref,
251
- xmlns: "http://www.w3.org/2000/svg",
252
- viewBox: "0 0 32 32",
253
- fill: "currentColor",
254
- ...rest
255
- }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
256
- d: "M25.7983,10a10,10,0,0,0-19.62.124A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.377-10.9795l.8365-.0571.09-.8335A7.9934,7.9934,0,0,1,23.7368,10Z"
257
- })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
258
- d: "M28,12H18a2.0023,2.0023,0,0,0-2,2v4H12a2.0023,2.0023,0,0,0-2,2V30H30V14A2.0023,2.0023,0,0,0,28,12ZM12,28V20h4v8Zm16,0H18V14H28Z"
259
- })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
260
- d: "M20 16H22V20H20zM24 16H26V20H24zM20 22H22V26H20zM24 22H26V26H24z"
261
- })), children);
262
- });
263
- if (process.env.NODE_ENV !== "production") {
264
- NetworkEnterprise.propTypes = iconPropTypes4cbeb95d.i;
265
- }
266
- const NetworkOverlay = /*#__PURE__*/React.forwardRef(function NetworkOverlay(_ref11, ref) {
267
- let {
268
- children,
269
- size = 16,
270
- ...rest
271
- } = _ref11;
272
- return /*#__PURE__*/React.createElement(Icon.default, {
273
- width: size,
274
- height: size,
275
- ref: ref,
276
- xmlns: "http://www.w3.org/2000/svg",
277
- viewBox: "0 0 32 32",
278
- fill: "currentColor",
279
- ...rest
280
- }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
281
- d: "M22 23L13.83 23 16.41 20.41 15 19 10 24 15 29 16.41 27.59 13.83 25 22 25 22 23zM11 13L19.17 13 16.59 10.41 18 9 23 14 18 19 16.59 17.59 19.17 15 11 15 11 13z"
282
- })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
283
- d: "M24.5,25H24V23h.5a5.4961,5.4961,0,0,0,.377-10.9795l-.8365-.0566-.09-.834a7.9979,7.9979,0,0,0-15.9014,0l-.09.834-.8365.0566A5.4961,5.4961,0,0,0,7.5,23H8v2H7.5A7.4964,7.4964,0,0,1,6.1782,10.124a9.9992,9.9992,0,0,1,19.6436,0A7.4964,7.4964,0,0,1,24.5,25Z"
284
- })), children);
285
- });
286
- if (process.env.NODE_ENV !== "production") {
287
- NetworkOverlay.propTypes = iconPropTypes4cbeb95d.i;
288
- }
289
- const NetworkPublic = /*#__PURE__*/React.forwardRef(function NetworkPublic(_ref12, ref) {
290
- let {
291
- children,
292
- size = 16,
293
- ...rest
294
- } = _ref12;
295
- return /*#__PURE__*/React.createElement(Icon.default, {
296
- width: size,
297
- height: size,
298
- ref: ref,
299
- xmlns: "http://www.w3.org/2000/svg",
300
- viewBox: "0 0 32 32",
301
- fill: "currentColor",
302
- ...rest
303
- }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
304
- d: "M22.5,13c-4.7,0-8.5,3.8-8.5,8.5s3.8,8.5,8.5,8.5s8.5-3.8,8.5-8.5S27.2,13,22.5,13z M29,21h-3c0-2-0.3-4-0.9-5.5 C27.2,16.5,28.8,18.5,29,21z M22.5,28C22.5,28,22.5,28,22.5,28c-0.4-0.2-1.3-1.8-1.5-5h2.9C23.7,26.2,22.9,27.8,22.5,28z M21,21 c0.1-3.8,1.1-5.8,1.4-6c0,0,0,0,0,0c0.4,0.2,1.4,2.2,1.5,6H21z M19.9,15.5C19.3,17,19.1,19,19,21h-3C16.2,18.5,17.8,16.5,19.9,15.5z M16.2,23H19c0.1,1.6,0.4,3.2,0.9,4.5C18.1,26.7,16.7,25,16.2,23z M25.1,27.5c0.5-1.3,0.8-2.8,0.9-4.5h2.9 C28.3,25,26.9,26.7,25.1,27.5z"
305
- })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
306
- d: "M25.8,10c-0.9-4.6-5-8-9.8-8c-4.8,0-8.9,3.4-9.8,8.1C2.7,10.8,0,13.8,0,17.5C0,21.6,3.4,25,7.5,25H11v-2H7.5 c-3,0-5.5-2.5-5.5-5.5c0-2.9,2.2-5.3,5.1-5.5L8,12L8,11.1C8.5,7.1,11.9,4,16,4c3.7,0,6.8,2.6,7.7,6H25.8z"
307
- })), children);
308
- });
309
- if (process.env.NODE_ENV !== "production") {
310
- NetworkPublic.propTypes = iconPropTypes4cbeb95d.i;
311
- }
312
- const NetworkInterface = /*#__PURE__*/React.forwardRef(function NetworkInterface(_ref13, ref) {
313
- let {
314
- children,
315
- size = 16,
316
- ...rest
317
- } = _ref13;
318
- return /*#__PURE__*/React.createElement(Icon.default, {
319
- width: size,
320
- height: size,
321
- ref: ref,
322
- xmlns: "http://www.w3.org/2000/svg",
323
- viewBox: "0 0 32 32",
324
- fill: "currentColor",
325
- ...rest
326
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
327
- d: "M28 18h-2V6h-13v-2h13c1.1028 0 2 .8972 2 2v12zM18 28H6c-1.1028 0-2-.8972-2-2v-13h2v13h12v2zM26 21l-1.793 1.793-5.5076-5.5078c.187-.3911.3005-.8232.3005-1.2852 0-1.6543-1.3457-3-3-3-.4617 0-.894.1133-1.2852.3008l-5.2817-5.2817c.3513-.5947.5669-1.2793.5669-2.019 0-2.2056-1.7944-4-4-4S2 3.7944 2 6s1.7944 4 4 4c.7395 0 1.4241-.2153 2.019-.5669l5.2815 5.2817c-.187.3911-.3005.8232-.3005 1.2852 0 1.6543 1.3457 3 3 3 .4617 0 .894-.1133 1.2852-.3008l5.5078 5.5078-1.793 1.793 5 5 5-5-5-5zM4 6c0-1.1025.8972-2 2-2s2 .8975 2 2-.8972 2-2 2-2-.8975-2-2zm11 10c0-.5513.4485-1 1-1s1 .4487 1 1-.4485 1-1 1-1-.4487-1-1zm8.8286 10l2.1714-2.1714 2.1714 2.1714-2.1714 2.1714-2.1714-2.1714z"
328
- })), children);
329
- });
330
- if (process.env.NODE_ENV !== "production") {
331
- NetworkInterface.propTypes = iconPropTypes4cbeb95d.i;
332
- }
333
- const NetworkTimeProtocol = /*#__PURE__*/React.forwardRef(function NetworkTimeProtocol(_ref14, ref) {
334
- let {
335
- children,
336
- size = 16,
337
- ...rest
338
- } = _ref14;
339
- return /*#__PURE__*/React.createElement(Icon.default, {
340
- width: size,
341
- height: size,
342
- ref: ref,
343
- xmlns: "http://www.w3.org/2000/svg",
344
- viewBox: "0 0 32 32",
345
- fill: "currentColor",
346
- ...rest
347
- }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
348
- d: "M18.8,27c-.3-.9-1-1.5-1.8-1.8v-3.2c5-.5,9-4.8,9-9.9S21.5,2.1,16,2.1,6,6.5,6,12s3.9,9.5,9,10v3.2c-.9.3-1.5,1-1.8,1.8H4v2h9.2c.4,1.2,1.5,2,2.8,2s2.4-.8,2.8-2h9.2v-2h-9.2ZM8,12c0-4.4,3.6-8,8-8s8,3.6,8,8-3.6,8-8,8-8-3.6-8-8ZM16,29c-.6,0-1-.5-1-1s.4-1,1-1,1,.5,1,1-.5,1-1,1ZM19.3,16.7l-4.3-4.3v-6.4h2v5.6l3.7,3.7s-1.4,1.4-1.4,1.4Z"
349
- })), children);
350
- });
351
- if (process.env.NODE_ENV !== "production") {
352
- NetworkTimeProtocol.propTypes = iconPropTypes4cbeb95d.i;
353
- }
354
- const NewTab = /*#__PURE__*/React.forwardRef(function NewTab(_ref15, ref) {
355
- let {
356
- children,
357
- size = 16,
358
- ...rest
359
- } = _ref15;
360
- if (size === 16 || size === "16" || size === "16px") {
361
- return /*#__PURE__*/React.createElement(Icon.default, {
362
- width: size,
363
- height: size,
364
- ref: ref,
365
- xmlns: "http://www.w3.org/2000/svg",
366
- viewBox: "0 0 16 16",
367
- fill: "currentColor",
368
- ...rest
369
- }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
370
- d: "M13,13H3V3h5V2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V8h-1V13z"
371
- })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
372
- d: "M13 3L13 1 12 1 12 3 10 3 10 4 12 4 12 6 13 6 13 4 15 4 15 3z"
373
- })), children);
374
- }
375
- return /*#__PURE__*/React.createElement(Icon.default, {
376
- width: size,
377
- height: size,
378
- ref: ref,
379
- xmlns: "http://www.w3.org/2000/svg",
380
- viewBox: "0 0 32 32",
381
- fill: "currentColor",
382
- ...rest
383
- }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
384
- d: "M26,26H6V6H16V4H6A2.002,2.002,0,0,0,4,6V26a2.002,2.002,0,0,0,2,2H26a2.002,2.002,0,0,0,2-2V16H26Z"
385
- })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
386
- d: "M26,26H6V6H16V4H6A2.002,2.002,0,0,0,4,6V26a2.002,2.002,0,0,0,2,2H26a2.002,2.002,0,0,0,2-2V16H26Z"
387
- })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
388
- d: "M26 6L26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6 26 6z"
389
- })), children);
390
- });
391
- if (process.env.NODE_ENV !== "production") {
392
- NewTab.propTypes = iconPropTypes4cbeb95d.i;
393
- }
394
- const NextFilled = /*#__PURE__*/React.forwardRef(function NextFilled(_ref16, ref) {
395
- let {
396
- children,
397
- size = 16,
398
- ...rest
399
- } = _ref16;
400
- return /*#__PURE__*/React.createElement(Icon.default, {
401
- width: size,
402
- height: size,
403
- ref: ref,
404
- xmlns: "http://www.w3.org/2000/svg",
405
- viewBox: "0 0 32 32",
406
- fill: "currentColor",
407
- ...rest
408
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
409
- d: "M2,16A14,14,0,1,0,16,2,14,14,0,0,0,2,16Zm6-1H20.15L14.57,9.3926,16,8l8,8-8,8-1.43-1.4272L20.15,17H8Z"
410
- })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
411
- fill: "none",
412
- d: "M16 8L14.57 9.393 20.15 15 8 15 8 17 20.15 17 14.57 22.573 16 24 24 16 16 8z",
413
- "data-icon-path": "inner-path"
414
- })), children);
415
- });
416
- if (process.env.NODE_ENV !== "production") {
417
- NextFilled.propTypes = iconPropTypes4cbeb95d.i;
418
- }
419
- const NextOutline = /*#__PURE__*/React.forwardRef(function NextOutline(_ref17, ref) {
420
- let {
421
- children,
422
- size = 16,
423
- ...rest
424
- } = _ref17;
425
- return /*#__PURE__*/React.createElement(Icon.default, {
426
- width: size,
427
- height: size,
428
- ref: ref,
429
- xmlns: "http://www.w3.org/2000/svg",
430
- viewBox: "0 0 32 32",
431
- fill: "currentColor",
432
- ...rest
433
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
434
- d: "M16 8L14.57 9.393 20.15 15 8 15 8 17 20.15 17 14.57 22.573 16 24 24 16 16 8z"
435
- })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
436
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
437
- })), children);
438
- });
439
- if (process.env.NODE_ENV !== "production") {
440
- NextOutline.propTypes = iconPropTypes4cbeb95d.i;
441
- }
442
- const NoImage = /*#__PURE__*/React.forwardRef(function NoImage(_ref18, ref) {
443
- let {
444
- children,
445
- size = 16,
446
- ...rest
447
- } = _ref18;
448
- return /*#__PURE__*/React.createElement(Icon.default, {
449
- width: size,
450
- height: size,
451
- ref: ref,
452
- xmlns: "http://www.w3.org/2000/svg",
453
- viewBox: "0 0 32 32",
454
- fill: "currentColor",
455
- ...rest
456
- }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
457
- d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l2-2H26a2.0027 2.0027 0 002-2V5.4141zM26 26H7.4141l7.7929-7.793 2.3788 2.3787a2 2 0 002.8284 0L22 19l4 3.9973zm0-5.8318l-2.5858-2.5859a2 2 0 00-2.8284 0L19 19.1682l-2.377-2.3771L26 7.4141zM6 22V19l5-4.9966 1.3733 1.3733 1.4159-1.416-1.375-1.375a2 2 0 00-2.8284 0L6 16.1716V6H22V4H6A2.002 2.002 0 004 6V22z"
458
- })), children);
459
- });
460
- if (process.env.NODE_ENV !== "production") {
461
- NoImage.propTypes = iconPropTypes4cbeb95d.i;
462
- }
463
- const NoTicket = /*#__PURE__*/React.forwardRef(function NoTicket(_ref19, ref) {
464
- let {
465
- children,
466
- size = 16,
467
- ...rest
468
- } = _ref19;
469
- return /*#__PURE__*/React.createElement(Icon.default, {
470
- width: size,
471
- height: size,
472
- ref: ref,
473
- xmlns: "http://www.w3.org/2000/svg",
474
- viewBox: "0 0 32 32",
475
- fill: "currentColor",
476
- ...rest
477
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
478
- d: "M28 6h-.5859L30 3.4141 28.5859 2 2 28.5859 3.4141 30l4-4H28a2.0027 2.0027 0 002-2V19a1 1 0 00-1-1 2 2 0 010-4 1 1 0 001-1V8A2.0023 2.0023 0 0028 6zm0 6.1265a4 4 0 000 7.7465V24H21V21H19v3H9.4141L19 14.4141V19h2V12.4141L25.4141 8H28zM4 12.1265V8H19V6H4A2.0023 2.0023 0 002 8v5a1 1 0 001 1 2 2 0 010 4 1 1 0 00-1 1v5H4V19.873a4 4 0 000-7.7465z"
479
- })), children);
480
- });
481
- if (process.env.NODE_ENV !== "production") {
482
- NoTicket.propTypes = iconPropTypes4cbeb95d.i;
483
- }
484
- const Nominal = /*#__PURE__*/React.forwardRef(function Nominal(_ref20, ref) {
485
- let {
486
- children,
487
- size = 16,
488
- ...rest
489
- } = _ref20;
490
- if (size === 16 || size === "16" || size === "16px") {
491
- return /*#__PURE__*/React.createElement(Icon.default, {
492
- width: size,
493
- height: size,
494
- ref: ref,
495
- xmlns: "http://www.w3.org/2000/svg",
496
- viewBox: "0 0 16 16",
497
- fill: "currentColor",
498
- ...rest
499
- }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
500
- d: "M12,8 C13.6568542,8 15,9.34314575 15,11 C15,12.6568542 13.6568542,14 12,14 C10.3431458,14 9,12.6568542 9,11 C9,9.34314575 10.3431458,8 12,8 Z M4,8 C5.65685425,8 7,9.34314575 7,11 C7,12.6568542 5.65685425,14 4,14 C2.34314575,14 1,12.6568542 1,11 C1,9.34314575 2.34314575,8 4,8 Z M12,9 C10.8954305,9 10,9.8954305 10,11 C10,12.1045695 10.8954305,13 12,13 C13.1045695,13 14,12.1045695 14,11 C14,9.8954305 13.1045695,9 12,9 Z M4,9 C2.8954305,9 2,9.8954305 2,11 C2,12.1045695 2.8954305,13 4,13 C5.1045695,13 6,12.1045695 6,11 C6,9.8954305 5.1045695,9 4,9 Z M8,2 C9.65685425,2 11,3.34314575 11,5 C11,6.65685425 9.65685425,8 8,8 C6.34314575,8 5,6.65685425 5,5 C5,3.34314575 6.34314575,2 8,2 Z M8,3 C6.8954305,3 6,3.8954305 6,5 C6,6.1045695 6.8954305,7 8,7 C9.1045695,7 10,6.1045695 10,5 C10,3.8954305 9.1045695,3 8,3 Z"
501
- })), children);
502
- }
503
- return /*#__PURE__*/React.createElement(Icon.default, {
504
- width: size,
505
- height: size,
506
- ref: ref,
507
- xmlns: "http://www.w3.org/2000/svg",
508
- viewBox: "0 0 32 32",
509
- fill: "currentColor",
510
- ...rest
511
- }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
512
- d: "M24 28a6 6 0 116-6A6.0069 6.0069 0 0124 28zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 18zM8 28a6 6 0 116-6A6.0069 6.0069 0 018 28zM8 18a4 4 0 104 4A4.0045 4.0045 0 008 18zM16 14a6 6 0 116-6A6.0069 6.0069 0 0116 14zM16 4a4 4 0 104 4A4.0045 4.0045 0 0016 4z"
513
- })), children);
514
- });
515
- if (process.env.NODE_ENV !== "production") {
516
- Nominal.propTypes = iconPropTypes4cbeb95d.i;
517
- }
518
- const WatsonHealthNominate = /*#__PURE__*/React.forwardRef(function WatsonHealthNominate(_ref21, ref) {
519
- let {
520
- children,
521
- size = 16,
522
- ...rest
523
- } = _ref21;
524
- return /*#__PURE__*/React.createElement(Icon.default, {
525
- width: size,
526
- height: size,
527
- ref: ref,
528
- xmlns: "http://www.w3.org/2000/svg",
529
- viewBox: "0 0 32 32",
530
- fill: "currentColor",
531
- ...rest
532
- }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
533
- d: "M25 23H19a3 3 0 00-3 3v2h2V26a1 1 0 011-1h6a1 1 0 011 1v2h2V26A3 3 0 0025 23zM18 18a4 4 0 104-4A4 4 0 0018 18zm6 0a2 2 0 11-2-2A2 2 0 0124 18zM10 18.59L7.41 16 6 17.41 10 21.41 17 14.41 15.59 13 10 18.59z"
534
- })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
535
- d: "M14,26H4V6h7.1716l3.4141,3.4143L15.1716,10H28v8h2V10a2,2,0,0,0-2-2H16L12.5859,4.5858A2,2,0,0,0,11.1716,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
536
- })), children);
537
- });
538
- if (process.env.NODE_ENV !== "production") {
539
- WatsonHealthNominate.propTypes = iconPropTypes4cbeb95d.i;
540
- }
541
- const NonCertified = /*#__PURE__*/React.forwardRef(function NonCertified(_ref22, ref) {
542
- let {
543
- children,
544
- size = 16,
545
- ...rest
546
- } = _ref22;
547
- return /*#__PURE__*/React.createElement(Icon.default, {
548
- width: size,
549
- height: size,
550
- ref: ref,
551
- xmlns: "http://www.w3.org/2000/svg",
552
- viewBox: "0 0 32 32",
553
- fill: "currentColor",
554
- ...rest
555
- }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
556
- d: "M6 8H16V10H6zM6 12H14V14H6zM6 16H10V18H6z"
557
- })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
558
- d: "M28,26H7.4141L30,3.4141,28.5859,2l-2,2H4A2.0023,2.0023,0,0,0,2,6V22H4V6H24.5859L2,28.5859,3.4141,30l2-2H28a2.0023,2.0023,0,0,0,2-2V10H28Z"
559
- })), children);
560
- });
561
- if (process.env.NODE_ENV !== "production") {
562
- NonCertified.propTypes = iconPropTypes4cbeb95d.i;
563
- }
564
- const NoodleBowl = /*#__PURE__*/React.forwardRef(function NoodleBowl(_ref23, ref) {
565
- let {
566
- children,
567
- size = 16,
568
- ...rest
569
- } = _ref23;
570
- return /*#__PURE__*/React.createElement(Icon.default, {
571
- width: size,
572
- height: size,
573
- ref: ref,
574
- xmlns: "http://www.w3.org/2000/svg",
575
- viewBox: "0 0 32 32",
576
- fill: "currentColor",
577
- ...rest
578
- }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
579
- d: "M11.4141,15l-8-8L2,8.4141,8.5859,15H2v1a14,14,0,0,0,28,0V15ZM16,28A12.0166,12.0166,0,0,1,4.0415,17h23.917A12.0166,12.0166,0,0,1,16,28Z"
580
- })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
581
- d: "M22,8a5.0049,5.0049,0,0,0-1.5708.2554A8.0242,8.0242,0,0,0,14,5,7.9364,7.9364,0,0,0,9.0938,6.68L4.4141,2,3,3.4141,9.05,9.4648l.707-.7075A5.96,5.96,0,0,1,14,7a6.02,6.02,0,0,1,4.6875,2.2642,5.06,5.06,0,0,0-.59.61A2.9892,2.9892,0,0,1,15.7544,11H12v2h3.7544a4.98,4.98,0,0,0,3.9033-1.8745A3,3,0,0,1,25,13h2A5.0059,5.0059,0,0,0,22,8Z"
582
- })), children);
583
- });
584
- if (process.env.NODE_ENV !== "production") {
585
- NoodleBowl.propTypes = iconPropTypes4cbeb95d.i;
586
- }
587
- const NotAvailable = /*#__PURE__*/React.forwardRef(function NotAvailable(_ref24, ref) {
588
- let {
589
- children,
590
- size = 16,
591
- ...rest
592
- } = _ref24;
593
- return /*#__PURE__*/React.createElement(Icon.default, {
594
- width: size,
595
- height: size,
596
- ref: ref,
597
- xmlns: "http://www.w3.org/2000/svg",
598
- viewBox: "0 0 32 32",
599
- fill: "currentColor",
600
- ...rest
601
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
602
- d: "M4 15H14V17H4zM18 15H28V17H18z"
603
- })), children);
604
- });
605
- if (process.env.NODE_ENV !== "production") {
606
- NotAvailable.propTypes = iconPropTypes4cbeb95d.i;
607
- }
608
- const NotSent = /*#__PURE__*/React.forwardRef(function NotSent(_ref25, ref) {
609
- let {
610
- children,
611
- size = 16,
612
- ...rest
613
- } = _ref25;
614
- return /*#__PURE__*/React.createElement(Icon.default, {
615
- width: size,
616
- height: size,
617
- ref: ref,
618
- xmlns: "http://www.w3.org/2000/svg",
619
- viewBox: "0 0 32 32",
620
- fill: "currentColor",
621
- ...rest
622
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
623
- d: "M30 28.59L3.41 2 2 3.41l8 8L2.66 14.06a1 1 0 000 1.87l9.6 3.84 3.84 9.6A1 1 0 0017 30h0a1 1 0 00.92-.66L20.6 22l8 8zM5.8 15L11.54 13l3.05 3-1.83 1.83zM17 26.2l-2.79-7L16 17.41l3 3.05zM15.69 11.45l7.64-2.78-2.78 7.64 1.56 1.56L25.94 7.34a1 1 0 00-1.28-1.28L14.13 9.89z"
624
- })), children);
625
- });
626
- if (process.env.NODE_ENV !== "production") {
627
- NotSent.propTypes = iconPropTypes4cbeb95d.i;
628
- }
629
- const NotSentFilled = /*#__PURE__*/React.forwardRef(function NotSentFilled(_ref26, ref) {
630
- let {
631
- children,
632
- size = 16,
633
- ...rest
634
- } = _ref26;
635
- return /*#__PURE__*/React.createElement(Icon.default, {
636
- width: size,
637
- height: size,
638
- ref: ref,
639
- xmlns: "http://www.w3.org/2000/svg",
640
- viewBox: "0 0 32 32",
641
- fill: "currentColor",
642
- ...rest
643
- }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
644
- d: "M30 28.59L3.41 2 2 3.41l8 8L2.66 14.06a1 1 0 000 1.87l8.59 3.43L14.59 16 16 17.41l-3.37 3.37 3.44 8.59A1 1 0 0017 30h0a1 1 0 00.92-.66L20.6 22l8 8zM22.49 16.83l3.45-9.49a1 1 0 00-1.28-1.28L15.17 9.51z"
645
- })), children);
646
- });
647
- if (process.env.NODE_ENV !== "production") {
648
- NotSentFilled.propTypes = iconPropTypes4cbeb95d.i;
649
- }
650
- const Notebook = /*#__PURE__*/React.forwardRef(function Notebook(_ref27, ref) {
651
- let {
652
- children,
653
- size = 16,
654
- ...rest
655
- } = _ref27;
656
- return /*#__PURE__*/React.createElement(Icon.default, {
657
- width: size,
658
- height: size,
659
- ref: ref,
660
- xmlns: "http://www.w3.org/2000/svg",
661
- viewBox: "0 0 32 32",
662
- fill: "currentColor",
663
- ...rest
664
- }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
665
- d: "M19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19z"
666
- })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
667
- d: "M28,5H4A2.002,2.002,0,0,0,2,7V25a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V7A2.0023,2.0023,0,0,0,28,5ZM4,7H15V25H4ZM17,25V7H28l.002,18Z"
668
- })), children);
669
- });
670
- if (process.env.NODE_ENV !== "production") {
671
- Notebook.propTypes = iconPropTypes4cbeb95d.i;
672
- }
673
- const NotebookReference = /*#__PURE__*/React.forwardRef(function NotebookReference(_ref28, ref) {
674
- let {
675
- children,
676
- size = 16,
677
- ...rest
678
- } = _ref28;
679
- return /*#__PURE__*/React.createElement(Icon.default, {
680
- width: size,
681
- height: size,
682
- ref: ref,
683
- xmlns: "http://www.w3.org/2000/svg",
684
- viewBox: "0 0 32 32",
685
- fill: "currentColor",
686
- ...rest
687
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
688
- d: "M4 20L4 22 7.586 22 2 27.586 3.414 29 9 23.414 9 27 11 27 11 20 4 20zM19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19z"
689
- })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
690
- d: "M28,5H4A2.002,2.002,0,0,0,2,7V17H4V7H15V27H28a2.002,2.002,0,0,0,2-2V7A2.002,2.002,0,0,0,28,5ZM17,25V7H28l.0015,18Z"
691
- })), children);
692
- });
693
- if (process.env.NODE_ENV !== "production") {
694
- NotebookReference.propTypes = iconPropTypes4cbeb95d.i;
695
- }
696
- const Notification = /*#__PURE__*/React.forwardRef(function Notification(_ref29, ref) {
697
- let {
698
- children,
699
- size = 16,
700
- ...rest
701
- } = _ref29;
702
- if (size === 16 || size === "16" || size === "16px") {
703
- return /*#__PURE__*/React.createElement(Icon.default, {
704
- width: size,
705
- height: size,
706
- ref: ref,
707
- xmlns: "http://www.w3.org/2000/svg",
708
- viewBox: "0 0 16 16",
709
- fill: "currentColor",
710
- ...rest
711
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
712
- d: "M14.4,10.1L13,8.8V6.5c0-2.6-1.9-4.7-4.5-5v-1h-1v1C5,1.8,3,3.9,3,6.5v2.3l-1.4,1.3c-0.1,0.1-0.2,0.2-0.1,0.4V12 c0,0.3,0.2,0.5,0.4,0.5c0,0,0,0,0.1,0h3.5C5.5,13.9,6.6,15,8,15s2.5-1.1,2.5-2.5H14c0.3,0,0.5-0.2,0.5-0.4c0,0,0,0,0-0.1v-1.5 C14.5,10.4,14.4,10.2,14.4,10.1z M8,14c-0.8,0-1.5-0.7-1.5-1.5h3C9.5,13.3,8.8,14,8,14z M13.5,11.5h-11v-0.8l1.3-1.4 C3.9,9.3,4,9.1,4,9V6.5c0-2.2,1.8-4,4-4s4,1.8,4,4V9c0,0.1,0.1,0.3,0.1,0.4l1.4,1.3V11.5z"
713
- })), children);
714
- }
715
- return /*#__PURE__*/React.createElement(Icon.default, {
716
- width: size,
717
- height: size,
718
- ref: ref,
719
- xmlns: "http://www.w3.org/2000/svg",
720
- viewBox: "0 0 32 32",
721
- fill: "currentColor",
722
- ...rest
723
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
724
- d: "M28.7071,19.293,26,16.5859V13a10.0136,10.0136,0,0,0-9-9.9492V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.2929,19.293A1,1,0,0,0,3,20v3a1,1,0,0,0,1,1h7v.7768a5.152,5.152,0,0,0,4.5,5.1987A5.0057,5.0057,0,0,0,21,25V24h7a1,1,0,0,0,1-1V20A1,1,0,0,0,28.7071,19.293ZM19,25a3,3,0,0,1-6,0V24h6Zm8-3H5V20.4141L7.707,17.707A1,1,0,0,0,8,17V13a8,8,0,0,1,16,0v4a1,1,0,0,0,.293.707L27,20.4141Z"
725
- })), children);
726
- });
727
- if (process.env.NODE_ENV !== "production") {
728
- Notification.propTypes = iconPropTypes4cbeb95d.i;
729
- }
730
- const NotificationFilled = /*#__PURE__*/React.forwardRef(function NotificationFilled(_ref30, ref) {
731
- let {
732
- children,
733
- size = 16,
734
- ...rest
735
- } = _ref30;
736
- return /*#__PURE__*/React.createElement(Icon.default, {
737
- width: size,
738
- height: size,
739
- ref: ref,
740
- xmlns: "http://www.w3.org/2000/svg",
741
- viewBox: "0 0 32 32",
742
- fill: "currentColor",
743
- ...rest
744
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
745
- d: "M28.707,19.293,26,16.5859V13a10.0136,10.0136,0,0,0-9-9.9492V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.293,19.293A.9993.9993,0,0,0,3,20v3a1,1,0,0,0,1,1h7v1a5,5,0,0,0,10,0V24h7a1,1,0,0,0,1-1V20A.9993.9993,0,0,0,28.707,19.293ZM19,25a3,3,0,0,1-6,0V24h6Z"
746
- })), children);
747
- });
748
- if (process.env.NODE_ENV !== "production") {
749
- NotificationFilled.propTypes = iconPropTypes4cbeb95d.i;
750
- }
751
- const NotificationNew = /*#__PURE__*/React.forwardRef(function NotificationNew(_ref31, ref) {
752
- let {
753
- children,
754
- size = 16,
755
- ...rest
756
- } = _ref31;
757
- return /*#__PURE__*/React.createElement(Icon.default, {
758
- width: size,
759
- height: size,
760
- ref: ref,
761
- xmlns: "http://www.w3.org/2000/svg",
762
- viewBox: "0 0 32 32",
763
- fill: "currentColor",
764
- ...rest
765
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
766
- d: "M26,16.5859V14H24v3a1,1,0,0,0,.293.707L27,20.4141V22H5V20.4141L7.707,17.707A1,1,0,0,0,8,17V13A7.9854,7.9854,0,0,1,20,6.0825V3.8467a9.896,9.896,0,0,0-3-.7959V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.293,19.293A1,1,0,0,0,3,20v3a1,1,0,0,0,1,1h7v1a5,5,0,0,0,10,0V24h7a1,1,0,0,0,1-1V20a1,1,0,0,0-.293-.707ZM19,25a3,3,0,0,1-6,0V24h6Z"
767
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
768
- cx: "26",
769
- cy: "8",
770
- r: "4"
771
- })), children);
772
- });
773
- if (process.env.NODE_ENV !== "production") {
774
- NotificationNew.propTypes = iconPropTypes4cbeb95d.i;
775
- }
776
- const NotificationOff = /*#__PURE__*/React.forwardRef(function NotificationOff(_ref32, ref) {
777
- let {
778
- children,
779
- size = 16,
780
- ...rest
781
- } = _ref32;
782
- if (size === 16 || size === "16" || size === "16px") {
783
- return /*#__PURE__*/React.createElement(Icon.default, {
784
- width: size,
785
- height: size,
786
- ref: ref,
787
- xmlns: "http://www.w3.org/2000/svg",
788
- viewBox: "0 0 16 16",
789
- fill: "currentColor",
790
- ...rest
791
- }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
792
- d: "M2.5 11.5v-.8l1.3-1.4C3.9 9.3 4 9.1 4 9V6.5c0-2.2 1.8-4 4-4 .9 0 1.8.3 2.5.9l.7-.7C10.5 2 9.5 1.6 8.5 1.5v-1h-1v1C5 1.8 3 3.9 3 6.5v2.3l-1.4 1.3c-.1.1-.2.2-.1.4v1H2.5zM13 8.8V6.5c0-.8-.2-1.6-.5-2.2L15 1.7 14.3 1 1 14.3 1.7 15l2.5-2.5h1.3C5.5 13.9 6.6 15 8 15s2.5-1.1 2.5-2.5H14c.3 0 .5-.2.5-.4 0 0 0 0 0-.1v-1.5c0-.1-.1-.3-.1-.4L13 8.8zM8 14c-.8 0-1.5-.7-1.5-1.5h3C9.5 13.3 8.8 14 8 14zM13.5 11.5H5.2L11.7 5C11.9 5.5 12 6 12 6.5V9c0 .1.1.3.1.4l1.4 1.3V11.5z"
793
- })), children);
794
- }
795
- return /*#__PURE__*/React.createElement(Icon.default, {
796
- width: size,
797
- height: size,
798
- ref: ref,
799
- xmlns: "http://www.w3.org/2000/svg",
800
- viewBox: "0 0 32 32",
801
- fill: "currentColor",
802
- ...rest
803
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
804
- d: "M26 16.5859V13a9.9217 9.9217 0 00-1.0833-4.5024L30 3.4141 28.5859 2 2 28.5859 3.4141 30l6-6H11v1a5 5 0 0010 0V24h7a1 1 0 001-1V20a1 1 0 00-.293-.707zM19 25a3 3 0 01-6 0V24h6zm8-3H11.4141L23.4119 10.0024A7.949 7.949 0 0124 13v4a1 1 0 00.293.707L27 20.4141zM7.707 17.707A1 1 0 008 17V13a8.0092 8.0092 0 018-8 7.9253 7.9253 0 014.9857 1.7681l1.4264-1.4263A9.934 9.934 0 0017 3.0508V1H15V3.0508A10.0136 10.0136 0 006 13v3.5859l-3 3L4.4141 21z"
805
- })), children);
806
- });
807
- if (process.env.NODE_ENV !== "production") {
808
- NotificationOff.propTypes = iconPropTypes4cbeb95d.i;
809
- }
810
- const NotificationOffFilled = /*#__PURE__*/React.forwardRef(function NotificationOffFilled(_ref33, ref) {
811
- let {
812
- children,
813
- size = 16,
814
- ...rest
815
- } = _ref33;
816
- return /*#__PURE__*/React.createElement(Icon.default, {
817
- width: size,
818
- height: size,
819
- ref: ref,
820
- xmlns: "http://www.w3.org/2000/svg",
821
- viewBox: "0 0 32 32",
822
- fill: "currentColor",
823
- ...rest
824
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
825
- d: "M26 16.5859V13a9.8828 9.8828 0 00-1.0869-4.499L30 3.4141 28.5859 2 2 28.5859 3.4141 30l6-6H11v1a5 5 0 0010 0V24h7a1 1 0 001-1V20a.9993.9993 0 00-.293-.707zM19 25a3 3 0 01-6 0V24h6zM21.61 4.7383A9.9256 9.9256 0 0017 3.0508V1H15V3.0508A10.0136 10.0136 0 006 13v3.5859L3.293 19.293A.9993.9993 0 003 20v3a.9738.9738 0 00.0585.29z"
826
- })), children);
827
- });
828
- if (process.env.NODE_ENV !== "production") {
829
- NotificationOffFilled.propTypes = iconPropTypes4cbeb95d.i;
830
- }
831
- const NotificationCounter = /*#__PURE__*/React.forwardRef(function NotificationCounter(_ref34, ref) {
832
- let {
833
- children,
834
- size = 16,
835
- ...rest
836
- } = _ref34;
837
- return /*#__PURE__*/React.createElement(Icon.default, {
838
- width: size,
839
- height: size,
840
- ref: ref,
841
- xmlns: "http://www.w3.org/2000/svg",
842
- viewBox: "0 0 32 32",
843
- fill: "currentColor",
844
- ...rest
845
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
846
- strokeWidth: "0",
847
- d: "m27,12v15H5V5h15v-2H5c-1.1046,0-2,.8954-2,2v22c0,1.1046.8954,2,2,2h22c1.1046,0,2-.8954,2-2v-15h-2Z"
848
- })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
849
- cx: "26.5",
850
- cy: "5.5",
851
- r: "3.5",
852
- strokeWidth: "0"
853
- })), children);
854
- });
855
- if (process.env.NODE_ENV !== "production") {
856
- NotificationCounter.propTypes = iconPropTypes4cbeb95d.i;
857
- }
858
- const NullSign = /*#__PURE__*/React.forwardRef(function NullSign(_ref35, ref) {
859
- let {
860
- children,
861
- size = 16,
862
- ...rest
863
- } = _ref35;
864
- return /*#__PURE__*/React.createElement(Icon.default, {
865
- width: size,
866
- height: size,
867
- ref: ref,
868
- xmlns: "http://www.w3.org/2000/svg",
869
- viewBox: "0 0 32 32",
870
- fill: "currentColor",
871
- ...rest
872
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
873
- d: "M30,3.4142l-1.4142-1.4142-3.4317,3.4317c-2.4572-2.1313-5.6536-3.4317-9.1541-3.4317-7.7197,0-14,6.2803-14,14,0,3.5005,1.3004,6.6969,3.4317,9.1541l-3.4317,3.4317,1.4142,1.4142,3.4317-3.4317c2.4572,2.1313,5.6536,3.4317,9.1541,3.4317,7.7197,0,14-6.2803,14-14,0-3.5005-1.3004-6.6969-3.4317-9.1541,0,0,3.4317-3.4317,3.4317-3.4317ZM4,16c0-6.6167,5.3833-12,12-12,2.9492,0,5.649,1.0739,7.7406,2.8452L6.8452,23.7406c-1.7713-2.0916-2.8452-4.7914-2.8452-7.7406ZM28,16c0,6.6172-5.3828,12-12,12-2.9491,0-5.6489-1.074-7.7405-2.8453L25.1547,8.2595c1.7713,2.0916,2.8453,4.7914,2.8453,7.7405Z"
874
- })), children);
875
- });
876
- if (process.env.NODE_ENV !== "production") {
877
- NullSign.propTypes = iconPropTypes4cbeb95d.i;
878
- }
879
- const Number_0 = /*#__PURE__*/React.forwardRef(function Number_0(_ref36, ref) {
880
- let {
881
- children,
882
- size = 16,
883
- ...rest
884
- } = _ref36;
885
- return /*#__PURE__*/React.createElement(Icon.default, {
886
- width: size,
887
- height: size,
888
- ref: ref,
889
- xmlns: "http://www.w3.org/2000/svg",
890
- viewBox: "0 0 32 32",
891
- fill: "currentColor",
892
- ...rest
893
- }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
894
- d: "M18,23H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V21A2,2,0,0,1,18,23ZM14,11h0V21h4V11Z"
895
- })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
896
- d: "M15 15H17V17H15z"
897
- })), children);
898
- });
899
- if (process.env.NODE_ENV !== "production") {
900
- Number_0.propTypes = iconPropTypes4cbeb95d.i;
901
- }
902
- const Number_1 = /*#__PURE__*/React.forwardRef(function Number_1(_ref37, ref) {
903
- let {
904
- children,
905
- size = 16,
906
- ...rest
907
- } = _ref37;
908
- return /*#__PURE__*/React.createElement(Icon.default, {
909
- width: size,
910
- height: size,
911
- ref: ref,
912
- xmlns: "http://www.w3.org/2000/svg",
913
- viewBox: "0 0 32 32",
914
- fill: "currentColor",
915
- ...rest
916
- }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
917
- d: "M16,10V22h0V10m1-1H12v2h3V21H12v2h8V21H17V9Z"
918
- })), children);
919
- });
920
- if (process.env.NODE_ENV !== "production") {
921
- Number_1.propTypes = iconPropTypes4cbeb95d.i;
922
- }
923
- const Number_2 = /*#__PURE__*/React.forwardRef(function Number_2(_ref38, ref) {
924
- let {
925
- children,
926
- size = 16,
927
- ...rest
928
- } = _ref38;
929
- return /*#__PURE__*/React.createElement(Icon.default, {
930
- width: size,
931
- height: size,
932
- ref: ref,
933
- xmlns: "http://www.w3.org/2000/svg",
934
- viewBox: "0 0 32 32",
935
- fill: "currentColor",
936
- ...rest
937
- }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
938
- d: "M20,23H12V17a2,2,0,0,1,2-2h4V11H12V9h6a2,2,0,0,1,2,2v4a2,2,0,0,1-2,2H14v4h6Z"
939
- })), children);
940
- });
941
- if (process.env.NODE_ENV !== "production") {
942
- Number_2.propTypes = iconPropTypes4cbeb95d.i;
943
- }
944
- const Number_3 = /*#__PURE__*/React.forwardRef(function Number_3(_ref39, ref) {
945
- let {
946
- children,
947
- size = 16,
948
- ...rest
949
- } = _ref39;
950
- return /*#__PURE__*/React.createElement(Icon.default, {
951
- width: size,
952
- height: size,
953
- ref: ref,
954
- xmlns: "http://www.w3.org/2000/svg",
955
- viewBox: "0 0 32 32",
956
- fill: "currentColor",
957
- ...rest
958
- }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
959
- d: "M18,9H12v2h6v4H14v2h4v4H12v2h6a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Z"
960
- })), children);
961
- });
962
- if (process.env.NODE_ENV !== "production") {
963
- Number_3.propTypes = iconPropTypes4cbeb95d.i;
964
- }
965
- const Number_4 = /*#__PURE__*/React.forwardRef(function Number_4(_ref40, ref) {
966
- let {
967
- children,
968
- size = 16,
969
- ...rest
970
- } = _ref40;
971
- return /*#__PURE__*/React.createElement(Icon.default, {
972
- width: size,
973
- height: size,
974
- ref: ref,
975
- xmlns: "http://www.w3.org/2000/svg",
976
- viewBox: "0 0 32 32",
977
- fill: "currentColor",
978
- ...rest
979
- }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
980
- d: "M18,10v8h0V10m1-1H17v8H14V9H12V19h5v4h2V19h1V17H19V9Z"
981
- })), children);
982
- });
983
- if (process.env.NODE_ENV !== "production") {
984
- Number_4.propTypes = iconPropTypes4cbeb95d.i;
985
- }
986
- const Number_5 = /*#__PURE__*/React.forwardRef(function Number_5(_ref41, ref) {
987
- let {
988
- children,
989
- size = 16,
990
- ...rest
991
- } = _ref41;
992
- return /*#__PURE__*/React.createElement(Icon.default, {
993
- width: size,
994
- height: size,
995
- ref: ref,
996
- xmlns: "http://www.w3.org/2000/svg",
997
- viewBox: "0 0 32 32",
998
- fill: "currentColor",
999
- ...rest
1000
- }, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1001
- d: "M18,23H12V21h6V17H12V9h8v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z"
1002
- })), children);
1003
- });
1004
- if (process.env.NODE_ENV !== "production") {
1005
- Number_5.propTypes = iconPropTypes4cbeb95d.i;
1006
- }
1007
- const Number_6 = /*#__PURE__*/React.forwardRef(function Number_6(_ref42, ref) {
1008
- let {
1009
- children,
1010
- size = 16,
1011
- ...rest
1012
- } = _ref42;
1013
- return /*#__PURE__*/React.createElement(Icon.default, {
1014
- width: size,
1015
- height: size,
1016
- ref: ref,
1017
- xmlns: "http://www.w3.org/2000/svg",
1018
- viewBox: "0 0 32 32",
1019
- fill: "currentColor",
1020
- ...rest
1021
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1022
- d: "M18,14H14V11h5V9H14a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V16A2,2,0,0,0,18,14Zm-4,7V16h4v5Z"
1023
- })), children);
1024
- });
1025
- if (process.env.NODE_ENV !== "production") {
1026
- Number_6.propTypes = iconPropTypes4cbeb95d.i;
1027
- }
1028
- const Number_7 = /*#__PURE__*/React.forwardRef(function Number_7(_ref43, ref) {
1029
- let {
1030
- children,
1031
- size = 16,
1032
- ...rest
1033
- } = _ref43;
1034
- return /*#__PURE__*/React.createElement(Icon.default, {
1035
- width: size,
1036
- height: size,
1037
- ref: ref,
1038
- xmlns: "http://www.w3.org/2000/svg",
1039
- viewBox: "0 0 32 32",
1040
- fill: "currentColor",
1041
- ...rest
1042
- }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1043
- d: "M20 9L12 9 12 13 14 13 14 11 17.85 11 13 23 15.16 23 20 11 20 9z"
1044
- })), children);
1045
- });
1046
- if (process.env.NODE_ENV !== "production") {
1047
- Number_7.propTypes = iconPropTypes4cbeb95d.i;
1048
- }
1049
- const Number_8 = /*#__PURE__*/React.forwardRef(function Number_8(_ref44, ref) {
1050
- let {
1051
- children,
1052
- size = 16,
1053
- ...rest
1054
- } = _ref44;
1055
- return /*#__PURE__*/React.createElement(Icon.default, {
1056
- width: size,
1057
- height: size,
1058
- ref: ref,
1059
- xmlns: "http://www.w3.org/2000/svg",
1060
- viewBox: "0 0 32 32",
1061
- fill: "currentColor",
1062
- ...rest
1063
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1064
- d: "M18,9H14a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Zm0,2v4H14V11ZM14,21V17h4v4Z"
1065
- })), children);
1066
- });
1067
- if (process.env.NODE_ENV !== "production") {
1068
- Number_8.propTypes = iconPropTypes4cbeb95d.i;
1069
- }
1070
- const Number_9 = /*#__PURE__*/React.forwardRef(function Number_9(_ref45, ref) {
1071
- let {
1072
- children,
1073
- size = 16,
1074
- ...rest
1075
- } = _ref45;
1076
- return /*#__PURE__*/React.createElement(Icon.default, {
1077
- width: size,
1078
- height: size,
1079
- ref: ref,
1080
- xmlns: "http://www.w3.org/2000/svg",
1081
- viewBox: "0 0 32 32",
1082
- fill: "currentColor",
1083
- ...rest
1084
- }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1085
- d: "M18,9H14a2,2,0,0,0-2,2v5a2,2,0,0,0,2,2h4v3H13v2h5a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Zm0,7H14V11h4Z"
1086
- })), children);
1087
- });
1088
- if (process.env.NODE_ENV !== "production") {
1089
- Number_9.propTypes = iconPropTypes4cbeb95d.i;
1090
- }
1091
- const NumberSmall_0 = /*#__PURE__*/React.forwardRef(function NumberSmall_0(_ref46, ref) {
1092
- let {
1093
- children,
1094
- size = 16,
1095
- ...rest
1096
- } = _ref46;
1097
- return /*#__PURE__*/React.createElement(Icon.default, {
1098
- width: size,
1099
- height: size,
1100
- ref: ref,
1101
- xmlns: "http://www.w3.org/2000/svg",
1102
- viewBox: "0 0 32 32",
1103
- fill: "currentColor",
1104
- ...rest
1105
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1106
- d: "M17,21H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,17,21Zm-2-8v6h2V13Z"
1107
- })), children);
1108
- });
1109
- if (process.env.NODE_ENV !== "production") {
1110
- NumberSmall_0.propTypes = iconPropTypes4cbeb95d.i;
1111
- }
1112
- const NumberSmall_1 = /*#__PURE__*/React.forwardRef(function NumberSmall_1(_ref47, ref) {
1113
- let {
1114
- children,
1115
- size = 16,
1116
- ...rest
1117
- } = _ref47;
1118
- return /*#__PURE__*/React.createElement(Icon.default, {
1119
- width: size,
1120
- height: size,
1121
- ref: ref,
1122
- xmlns: "http://www.w3.org/2000/svg",
1123
- viewBox: "0 0 32 32",
1124
- fill: "currentColor",
1125
- ...rest
1126
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1127
- d: "M17 19L17 11 15 11 15 12 13 12 13 14 15 14 15 19 13 19 13 21 19 21 19 19 17 19z"
1128
- })), children);
1129
- });
1130
- if (process.env.NODE_ENV !== "production") {
1131
- NumberSmall_1.propTypes = iconPropTypes4cbeb95d.i;
1132
- }
1133
- const NumberSmall_2 = /*#__PURE__*/React.forwardRef(function NumberSmall_2(_ref48, ref) {
1134
- let {
1135
- children,
1136
- size = 16,
1137
- ...rest
1138
- } = _ref48;
1139
- return /*#__PURE__*/React.createElement(Icon.default, {
1140
- width: size,
1141
- height: size,
1142
- ref: ref,
1143
- xmlns: "http://www.w3.org/2000/svg",
1144
- viewBox: "0 0 32 32",
1145
- fill: "currentColor",
1146
- ...rest
1147
- }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1148
- d: "M19,21H13V17a2,2,0,0,1,2-2h2V13H13V11h4a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H15v2h4Z"
1149
- })), children);
1150
- });
1151
- if (process.env.NODE_ENV !== "production") {
1152
- NumberSmall_2.propTypes = iconPropTypes4cbeb95d.i;
1153
- }
1154
- const NumberSmall_3 = /*#__PURE__*/React.forwardRef(function NumberSmall_3(_ref49, ref) {
1155
- let {
1156
- children,
1157
- size = 16,
1158
- ...rest
1159
- } = _ref49;
1160
- return /*#__PURE__*/React.createElement(Icon.default, {
1161
- width: size,
1162
- height: size,
1163
- ref: ref,
1164
- xmlns: "http://www.w3.org/2000/svg",
1165
- viewBox: "0 0 32 32",
1166
- fill: "currentColor",
1167
- ...rest
1168
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1169
- d: "M17,11H13v2h4v2H14v2h3v2H13v2h4a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Z"
1170
- })), children);
1171
- });
1172
- if (process.env.NODE_ENV !== "production") {
1173
- NumberSmall_3.propTypes = iconPropTypes4cbeb95d.i;
1174
- }
1175
- const NumberSmall_4 = /*#__PURE__*/React.forwardRef(function NumberSmall_4(_ref50, ref) {
1176
- let {
1177
- children,
1178
- size = 16,
1179
- ...rest
1180
- } = _ref50;
1181
- return /*#__PURE__*/React.createElement(Icon.default, {
1182
- width: size,
1183
- height: size,
1184
- ref: ref,
1185
- xmlns: "http://www.w3.org/2000/svg",
1186
- viewBox: "0 0 32 32",
1187
- fill: "currentColor",
1188
- ...rest
1189
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1190
- d: "M17 11L17 15 15 15 15 11 13 11 13 17 17 17 17 21 19 21 19 11 17 11z"
1191
- })), children);
1192
- });
1193
- if (process.env.NODE_ENV !== "production") {
1194
- NumberSmall_4.propTypes = iconPropTypes4cbeb95d.i;
1195
- }
1196
- const NumberSmall_5 = /*#__PURE__*/React.forwardRef(function NumberSmall_5(_ref51, ref) {
1197
- let {
1198
- children,
1199
- size = 16,
1200
- ...rest
1201
- } = _ref51;
1202
- return /*#__PURE__*/React.createElement(Icon.default, {
1203
- width: size,
1204
- height: size,
1205
- ref: ref,
1206
- xmlns: "http://www.w3.org/2000/svg",
1207
- viewBox: "0 0 32 32",
1208
- fill: "currentColor",
1209
- ...rest
1210
- }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1211
- d: "M17,21H13V19h4V17H13V11h6v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Z"
1212
- })), children);
1213
- });
1214
- if (process.env.NODE_ENV !== "production") {
1215
- NumberSmall_5.propTypes = iconPropTypes4cbeb95d.i;
1216
- }
1217
- const NumberSmall_6 = /*#__PURE__*/React.forwardRef(function NumberSmall_6(_ref52, ref) {
1218
- let {
1219
- children,
1220
- size = 16,
1221
- ...rest
1222
- } = _ref52;
1223
- return /*#__PURE__*/React.createElement(Icon.default, {
1224
- width: size,
1225
- height: size,
1226
- ref: ref,
1227
- xmlns: "http://www.w3.org/2000/svg",
1228
- viewBox: "0 0 32 32",
1229
- fill: "currentColor",
1230
- ...rest
1231
- }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1232
- d: "M17,21H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Zm-2-4v2h2V17Z"
1233
- })), children);
1234
- });
1235
- if (process.env.NODE_ENV !== "production") {
1236
- NumberSmall_6.propTypes = iconPropTypes4cbeb95d.i;
1237
- }
1238
- const NumberSmall_7 = /*#__PURE__*/React.forwardRef(function NumberSmall_7(_ref53, ref) {
1239
- let {
1240
- children,
1241
- size = 16,
1242
- ...rest
1243
- } = _ref53;
1244
- return /*#__PURE__*/React.createElement(Icon.default, {
1245
- width: size,
1246
- height: size,
1247
- ref: ref,
1248
- xmlns: "http://www.w3.org/2000/svg",
1249
- viewBox: "0 0 32 32",
1250
- fill: "currentColor",
1251
- ...rest
1252
- }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1253
- d: "M16.44 21L14.44 21 17 13 15 13 15 14 13 14 13 11 19 11 19 13 16.44 21z"
1254
- })), children);
1255
- });
1256
- if (process.env.NODE_ENV !== "production") {
1257
- NumberSmall_7.propTypes = iconPropTypes4cbeb95d.i;
1258
- }
1259
- const NumberSmall_8 = /*#__PURE__*/React.forwardRef(function NumberSmall_8(_ref54, ref) {
1260
- let {
1261
- children,
1262
- size = 16,
1263
- ...rest
1264
- } = _ref54;
1265
- return /*#__PURE__*/React.createElement(Icon.default, {
1266
- width: size,
1267
- height: size,
1268
- ref: ref,
1269
- xmlns: "http://www.w3.org/2000/svg",
1270
- viewBox: "0 0 32 32",
1271
- fill: "currentColor",
1272
- ...rest
1273
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1274
- d: "M17,11H15a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h2a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Zm0,2v2H15V13Zm-2,6V17h2v2Z"
1275
- })), children);
1276
- });
1277
- if (process.env.NODE_ENV !== "production") {
1278
- NumberSmall_8.propTypes = iconPropTypes4cbeb95d.i;
1279
- }
1280
- const NumberSmall_9 = /*#__PURE__*/React.forwardRef(function NumberSmall_9(_ref55, ref) {
1281
- let {
1282
- children,
1283
- size = 16,
1284
- ...rest
1285
- } = _ref55;
1286
- return /*#__PURE__*/React.createElement(Icon.default, {
1287
- width: size,
1288
- height: size,
1289
- ref: ref,
1290
- xmlns: "http://www.w3.org/2000/svg",
1291
- viewBox: "0 0 32 32",
1292
- fill: "currentColor",
1293
- ...rest
1294
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1295
- d: "M17,21H14V19h3V17H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,17,21Zm-2-8v2h2V13Z"
1296
- })), children);
1297
- });
1298
- if (process.env.NODE_ENV !== "production") {
1299
- NumberSmall_9.propTypes = iconPropTypes4cbeb95d.i;
1300
- }
1301
- const Object$1 = /*#__PURE__*/React.forwardRef(function Object(_ref56, ref) {
1302
- let {
1303
- children,
1304
- size = 16,
1305
- ...rest
1306
- } = _ref56;
1307
- return /*#__PURE__*/React.createElement(Icon.default, {
1308
- width: size,
1309
- height: size,
1310
- ref: ref,
1311
- xmlns: "http://www.w3.org/2000/svg",
1312
- viewBox: "0 0 32 32",
1313
- fill: "currentColor",
1314
- ...rest
1315
- }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1316
- d: "M6,3h4v2h-4v8c0,1.2002-.5425,2.2661-1.3823,3,.8398.7339,1.3823,1.7998,1.3823,3v8h4v2h-4c-1.103,0-2-.8975-2-2v-8c0-1.1025-.897-2-2-2v-2c1.103,0,2-.8975,2-2V5c0-1.1025.897-2,2-2ZM28,13V5c0-1.1025-.897-2-2-2h-4v2h4v8c0,1.2002.5425,2.2661,1.3823,3-.8398.7339-1.3823,1.7998-1.3823,3v8h-4v2h4c1.103,0,2-.8975,2-2v-8c0-1.1025.897-2,2-2v-2c-1.103,0-2-.8975-2-2Z"
1317
- })), children);
1318
- });
1319
- if (process.env.NODE_ENV !== "production") {
1320
- Object$1.propTypes = iconPropTypes4cbeb95d.i;
1321
- }
1322
- const ObjectStorage = /*#__PURE__*/React.forwardRef(function ObjectStorage(_ref57, ref) {
1323
- let {
1324
- children,
1325
- size = 16,
1326
- ...rest
1327
- } = _ref57;
1328
- return /*#__PURE__*/React.createElement(Icon.default, {
1329
- width: size,
1330
- height: size,
1331
- ref: ref,
1332
- xmlns: "http://www.w3.org/2000/svg",
1333
- viewBox: "0 0 32 32",
1334
- fill: "currentColor",
1335
- ...rest
1336
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1337
- d: "M28,20H26v2h2v6H4V22H14V20H4a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V22A2.0023,2.0023,0,0,0,28,20Z"
1338
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1339
- cx: "7",
1340
- cy: "25",
1341
- r: "1"
1342
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1343
- d: "M30 8H22v6H16v8h8V16h6zM22 20H18V16h4zm6-6H24V10h4zM18 10H10V2h8zM12 8h4V4H12z"
1344
- })), children);
1345
- });
1346
- if (process.env.NODE_ENV !== "production") {
1347
- ObjectStorage.propTypes = iconPropTypes4cbeb95d.i;
1348
- }
1349
- const ObjectStorageAlt = /*#__PURE__*/React.forwardRef(function ObjectStorageAlt(_ref58, ref) {
1350
- let {
1351
- children,
1352
- size = 16,
1353
- ...rest
1354
- } = _ref58;
1355
- return /*#__PURE__*/React.createElement(Icon.default, {
1356
- width: size,
1357
- height: size,
1358
- ref: ref,
1359
- xmlns: "http://www.w3.org/2000/svg",
1360
- viewBox: "0 0 32 32",
1361
- fill: "currentColor",
1362
- ...rest
1363
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1364
- d: "M28,20H26v2h2v6H4V22H14V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
1365
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1366
- cx: "7",
1367
- cy: "25",
1368
- r: "1"
1369
- })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1370
- d: "M21,14a2.981,2.981,0,0,0-2.0374.811l-4.0039-2.4023A2.9578,2.9578,0,0,0,15,12a2.9578,2.9578,0,0,0-.0413-.4087L18.9626,9.189A2.9909,2.9909,0,1,0,18,7a2.9345,2.9345,0,0,0,.0415.4092L14.0376,9.8115a3,3,0,1,0,0,4.377l4.0039,2.4023A2.9345,2.9345,0,0,0,18,17a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,6Zm-9,7a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,12,13Zm9,5a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,21,18Z"
1371
- })), children);
1372
- });
1373
- if (process.env.NODE_ENV !== "production") {
1374
- ObjectStorageAlt.propTypes = iconPropTypes4cbeb95d.i;
1375
- }
1376
- const ObservedHail = /*#__PURE__*/React.forwardRef(function ObservedHail(_ref59, ref) {
1377
- let {
1378
- children,
1379
- size = 16,
1380
- ...rest
1381
- } = _ref59;
1382
- return /*#__PURE__*/React.createElement(Icon.default, {
1383
- width: size,
1384
- height: size,
1385
- ref: ref,
1386
- xmlns: "http://www.w3.org/2000/svg",
1387
- viewBox: "0 0 32 32",
1388
- fill: "currentColor",
1389
- ...rest
1390
- }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1391
- d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
1392
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1393
- cx: "13.5",
1394
- cy: "23.5",
1395
- r: "1.5"
1396
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1397
- cx: "10.5",
1398
- cy: "19.5",
1399
- r: "1.5"
1400
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
1401
- cx: "16.5",
1402
- cy: "19.5",
1403
- r: "1.5"
1404
- })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1405
- d: "M11.964 14.5H17.036V16.499H11.964z",
1406
- transform: "rotate(-45 14.5 15.5)"
1407
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1408
- d: "M17.964 14.5H23.035999999999998V16.499H17.964z",
1409
- transform: "rotate(-45 20.5 15.5)"
1410
- })), children);
1411
- });
1412
- if (process.env.NODE_ENV !== "production") {
1413
- ObservedHail.propTypes = iconPropTypes4cbeb95d.i;
1414
- }
1415
- const ObservedLightning = /*#__PURE__*/React.forwardRef(function ObservedLightning(_ref60, ref) {
1416
- let {
1417
- children,
1418
- size = 16,
1419
- ...rest
1420
- } = _ref60;
1421
- return /*#__PURE__*/React.createElement(Icon.default, {
1422
- width: size,
1423
- height: size,
1424
- ref: ref,
1425
- xmlns: "http://www.w3.org/2000/svg",
1426
- viewBox: "0 0 32 32",
1427
- fill: "currentColor",
1428
- ...rest
1429
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1430
- d: "M15.67 24L13.934 23 16.221 19 12.332 19 16.325 12 18.062 13 15.778 17 19.668 17 15.67 24z"
1431
- })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1432
- d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
1433
- })), children);
1434
- });
1435
- if (process.env.NODE_ENV !== "production") {
1436
- ObservedLightning.propTypes = iconPropTypes4cbeb95d.i;
1437
- }
1438
- const Omega = /*#__PURE__*/React.forwardRef(function Omega(_ref61, ref) {
1439
- let {
1440
- children,
1441
- size = 16,
1442
- ...rest
1443
- } = _ref61;
1444
- return /*#__PURE__*/React.createElement(Icon.default, {
1445
- width: size,
1446
- height: size,
1447
- ref: ref,
1448
- xmlns: "http://www.w3.org/2000/svg",
1449
- viewBox: "0 0 32 32",
1450
- fill: "currentColor",
1451
- ...rest
1452
- }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1453
- d: "M22.7373,25A14.3093,14.3093,0,0,0,27,15C27,8.42,22.58,4,16,4S5,8.42,5,15A14.3093,14.3093,0,0,0,9.2627,25H4v2h8V24.7617A12.5683,12.5683,0,0,1,7,15c0-5.4673,3.5327-9,9-9s9,3.5327,9,9a12.5683,12.5683,0,0,1-5,9.7617V27h8V25Z"
1454
- })), children);
1455
- });
1456
- if (process.env.NODE_ENV !== "production") {
1457
- Omega.propTypes = iconPropTypes4cbeb95d.i;
1458
- }
1459
- const Opacity = /*#__PURE__*/React.forwardRef(function Opacity(_ref62, ref) {
1460
- let {
1461
- children,
1462
- size = 16,
1463
- ...rest
1464
- } = _ref62;
1465
- return /*#__PURE__*/React.createElement(Icon.default, {
1466
- width: size,
1467
- height: size,
1468
- ref: ref,
1469
- xmlns: "http://www.w3.org/2000/svg",
1470
- viewBox: "0 0 32 32",
1471
- fill: "currentColor",
1472
- ...rest
1473
- }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1474
- d: "M6 6H10V10H6zM10 10H14V14H10zM14 6H18V10H14zM22 6H26V10H22zM6 14H10V18H6zM14 14H18V18H14zM22 14H26V18H22zM6 22H10V26H6zM14 22H18V26H14zM22 22H26V26H22zM18 10H22V14H18zM10 18H14V22H10zM18 18H22V22H18z"
1475
- })), children);
1476
- });
1477
- if (process.env.NODE_ENV !== "production") {
1478
- Opacity.propTypes = iconPropTypes4cbeb95d.i;
1479
- }
1480
- const OpenPanelBottom = /*#__PURE__*/React.forwardRef(function OpenPanelBottom(_ref63, ref) {
1481
- let {
1482
- children,
1483
- size = 16,
1484
- ...rest
1485
- } = _ref63;
1486
- return /*#__PURE__*/React.createElement(Icon.default, {
1487
- width: size,
1488
- height: size,
1489
- ref: ref,
1490
- xmlns: "http://www.w3.org/2000/svg",
1491
- viewBox: "0 0 32 32",
1492
- fill: "currentColor",
1493
- ...rest
1494
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1495
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V18H4V6ZM4,26V20H28v6Z"
1496
- })), children);
1497
- });
1498
- if (process.env.NODE_ENV !== "production") {
1499
- OpenPanelBottom.propTypes = iconPropTypes4cbeb95d.i;
1500
- }
1501
- const OpenPanelFilledBottom = /*#__PURE__*/React.forwardRef(function OpenPanelFilledBottom(_ref64, ref) {
1502
- let {
1503
- children,
1504
- size = 16,
1505
- ...rest
1506
- } = _ref64;
1507
- return /*#__PURE__*/React.createElement(Icon.default, {
1508
- width: size,
1509
- height: size,
1510
- ref: ref,
1511
- xmlns: "http://www.w3.org/2000/svg",
1512
- viewBox: "0 0 32 32",
1513
- fill: "currentColor",
1514
- ...rest
1515
- }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1516
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V18H4V6Z"
1517
- })), children);
1518
- });
1519
- if (process.env.NODE_ENV !== "production") {
1520
- OpenPanelFilledBottom.propTypes = iconPropTypes4cbeb95d.i;
1521
- }
1522
- const OpenPanelFilledLeft = /*#__PURE__*/React.forwardRef(function OpenPanelFilledLeft(_ref65, ref) {
1523
- let {
1524
- children,
1525
- size = 16,
1526
- ...rest
1527
- } = _ref65;
1528
- return /*#__PURE__*/React.createElement(Icon.default, {
1529
- width: size,
1530
- height: size,
1531
- ref: ref,
1532
- xmlns: "http://www.w3.org/2000/svg",
1533
- viewBox: "0 0 32 32",
1534
- fill: "currentColor",
1535
- ...rest
1536
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1537
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,22H12V6H28Z"
1538
- })), children);
1539
- });
1540
- if (process.env.NODE_ENV !== "production") {
1541
- OpenPanelFilledLeft.propTypes = iconPropTypes4cbeb95d.i;
1542
- }
1543
- const OpenPanelFilledRight = /*#__PURE__*/React.forwardRef(function OpenPanelFilledRight(_ref66, ref) {
1544
- let {
1545
- children,
1546
- size = 16,
1547
- ...rest
1548
- } = _ref66;
1549
- return /*#__PURE__*/React.createElement(Icon.default, {
1550
- width: size,
1551
- height: size,
1552
- ref: ref,
1553
- xmlns: "http://www.w3.org/2000/svg",
1554
- viewBox: "0 0 32 32",
1555
- fill: "currentColor",
1556
- ...rest
1557
- }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1558
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6H20V26H4Z"
1559
- })), children);
1560
- });
1561
- if (process.env.NODE_ENV !== "production") {
1562
- OpenPanelFilledRight.propTypes = iconPropTypes4cbeb95d.i;
1563
- }
1564
- const OpenPanelFilledTop = /*#__PURE__*/React.forwardRef(function OpenPanelFilledTop(_ref67, ref) {
1565
- let {
1566
- children,
1567
- size = 16,
1568
- ...rest
1569
- } = _ref67;
1570
- return /*#__PURE__*/React.createElement(Icon.default, {
1571
- width: size,
1572
- height: size,
1573
- ref: ref,
1574
- xmlns: "http://www.w3.org/2000/svg",
1575
- viewBox: "0 0 32 32",
1576
- fill: "currentColor",
1577
- ...rest
1578
- }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1579
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,26V14H28V26Z"
1580
- })), children);
1581
- });
1582
- if (process.env.NODE_ENV !== "production") {
1583
- OpenPanelFilledTop.propTypes = iconPropTypes4cbeb95d.i;
1584
- }
1585
- const OpenPanelLeft = /*#__PURE__*/React.forwardRef(function OpenPanelLeft(_ref68, ref) {
1586
- let {
1587
- children,
1588
- size = 16,
1589
- ...rest
1590
- } = _ref68;
1591
- return /*#__PURE__*/React.createElement(Icon.default, {
1592
- width: size,
1593
- height: size,
1594
- ref: ref,
1595
- xmlns: "http://www.w3.org/2000/svg",
1596
- viewBox: "0 0 32 32",
1597
- fill: "currentColor",
1598
- ...rest
1599
- }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1600
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6h6V26H4ZM28,26H12V6H28Z"
1601
- })), children);
1602
- });
1603
- if (process.env.NODE_ENV !== "production") {
1604
- OpenPanelLeft.propTypes = iconPropTypes4cbeb95d.i;
1605
- }
1606
- const OpenPanelRight = /*#__PURE__*/React.forwardRef(function OpenPanelRight(_ref69, ref) {
1607
- let {
1608
- children,
1609
- size = 16,
1610
- ...rest
1611
- } = _ref69;
1612
- return /*#__PURE__*/React.createElement(Icon.default, {
1613
- width: size,
1614
- height: size,
1615
- ref: ref,
1616
- xmlns: "http://www.w3.org/2000/svg",
1617
- viewBox: "0 0 32 32",
1618
- fill: "currentColor",
1619
- ...rest
1620
- }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1621
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6H20V26H4ZM28,26H22V6h6Z"
1622
- })), children);
1623
- });
1624
- if (process.env.NODE_ENV !== "production") {
1625
- OpenPanelRight.propTypes = iconPropTypes4cbeb95d.i;
1626
- }
1627
- const OpenPanelTop = /*#__PURE__*/React.forwardRef(function OpenPanelTop(_ref70, ref) {
1628
- let {
1629
- children,
1630
- size = 16,
1631
- ...rest
1632
- } = _ref70;
1633
- return /*#__PURE__*/React.createElement(Icon.default, {
1634
- width: size,
1635
- height: size,
1636
- ref: ref,
1637
- xmlns: "http://www.w3.org/2000/svg",
1638
- viewBox: "0 0 32 32",
1639
- fill: "currentColor",
1640
- ...rest
1641
- }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1642
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2v6H4V6ZM4,26V14H28V26Z"
1643
- })), children);
1644
- });
1645
- if (process.env.NODE_ENV !== "production") {
1646
- OpenPanelTop.propTypes = iconPropTypes4cbeb95d.i;
1647
- }
1648
- const QOperation = /*#__PURE__*/React.forwardRef(function QOperation(_ref71, ref) {
1649
- let {
1650
- children,
1651
- size = 16,
1652
- ...rest
1653
- } = _ref71;
1654
- return /*#__PURE__*/React.createElement(Icon.default, {
1655
- width: size,
1656
- height: size,
1657
- ref: ref,
1658
- xmlns: "http://www.w3.org/2000/svg",
1659
- viewBox: "0 0 32 32",
1660
- fill: "currentColor",
1661
- ...rest
1662
- }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1663
- d: "M23 26L21 26 26 16 21 6 23 6 28 16 23 26zM4 6H6V26H4zM16 9H12a2 2 0 00-2 2V21a2 2 0 002 2h4a2 2 0 002-2V11A2 2 0 0016 9zm0 12H12V11h4z"
1664
- })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1665
- d: "M13 15H15V17H13z"
1666
- })), children);
1667
- });
1668
- if (process.env.NODE_ENV !== "production") {
1669
- QOperation.propTypes = iconPropTypes4cbeb95d.i;
1670
- }
1671
- const QOperationGauge = /*#__PURE__*/React.forwardRef(function QOperationGauge(_ref72, ref) {
1672
- let {
1673
- children,
1674
- size = 16,
1675
- ...rest
1676
- } = _ref72;
1677
- return /*#__PURE__*/React.createElement(Icon.default, {
1678
- width: size,
1679
- height: size,
1680
- ref: ref,
1681
- xmlns: "http://www.w3.org/2000/svg",
1682
- viewBox: "0 0 32 32",
1683
- fill: "currentColor",
1684
- ...rest
1685
- }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1686
- d: "M30 4L24 4 24 6 27.75 6 24 10 24 12 30 12 30 10 26.38 10 30 6 30 4zM20 17.62L22.08 14l-1.73-1-2.18 3.76A12 12 0 002 28H4a10 10 0 0113.16-9.48L14 24a2 2 0 102 2 2 2 0 00-.27-1L19 19.35A10 10 0 0124 28h2A12 12 0 0020 17.62z"
1687
- })), children);
1688
- });
1689
- if (process.env.NODE_ENV !== "production") {
1690
- QOperationGauge.propTypes = iconPropTypes4cbeb95d.i;
1691
- }
1692
- const QOperationIf = /*#__PURE__*/React.forwardRef(function QOperationIf(_ref73, ref) {
1693
- let {
1694
- children,
1695
- size = 16,
1696
- ...rest
1697
- } = _ref73;
1698
- return /*#__PURE__*/React.createElement(Icon.default, {
1699
- width: size,
1700
- height: size,
1701
- ref: ref,
1702
- xmlns: "http://www.w3.org/2000/svg",
1703
- viewBox: "0 0 32 32",
1704
- fill: "currentColor",
1705
- ...rest
1706
- }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1707
- d: "M12 13H14V23H12zM12 9H14V11H12zM23 11V9H20a2 2 0 00-2 2v2H16v2h2v8h2V15h3V13H20V11z"
1708
- })), children);
1709
- });
1710
- if (process.env.NODE_ENV !== "production") {
1711
- QOperationIf.propTypes = iconPropTypes4cbeb95d.i;
1712
- }
1713
- const OperationsField = /*#__PURE__*/React.forwardRef(function OperationsField(_ref74, ref) {
1714
- let {
1715
- children,
1716
- size = 16,
1717
- ...rest
1718
- } = _ref74;
1719
- return /*#__PURE__*/React.createElement(Icon.default, {
1720
- width: size,
1721
- height: size,
1722
- ref: ref,
1723
- xmlns: "http://www.w3.org/2000/svg",
1724
- viewBox: "0 0 32 32",
1725
- fill: "currentColor",
1726
- ...rest
1727
- }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1728
- d: "M16 6H26V8H16z",
1729
- transform: "rotate(-90 21 7)"
1730
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1731
- d: "M20 6H30V8H20z",
1732
- transform: "rotate(-90 25 7)"
1733
- })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1734
- d: "M24 6H34V8H24z",
1735
- transform: "rotate(-90 29 7)"
1736
- })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1737
- d: "M16,20a3.9123,3.9123,0,0,1-4-4,3.9123,3.9123,0,0,1,4-4V10a6,6,0,1,0,6,6H20A3.9123,3.9123,0,0,1,16,20Z"
1738
- })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1739
- d: "M28.8928,18.4536,26.0979,16,24.78,17.5044l2.7922,2.4517-2.36,4.0878-3.4273-1.1591a9.0315,9.0315,0,0,1-2.7143,1.5644L18.36,28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H16V2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18.36a2,2,0,0,0,1.9611-1.6079l.5037-2.5186a10.9666,10.9666,0,0,0,1.3267-.7534l2.4194.8184a1.9977,1.9977,0,0,0,2.3728-.8946l2.3606-4.0878A2.0006,2.0006,0,0,0,28.8928,18.4536Z"
1740
- })), children);
1741
- });
1742
- if (process.env.NODE_ENV !== "production") {
1743
- OperationsField.propTypes = iconPropTypes4cbeb95d.i;
1744
- }
1745
- const OperationsRecord = /*#__PURE__*/React.forwardRef(function OperationsRecord(_ref75, ref) {
1746
- let {
1747
- children,
1748
- size = 16,
1749
- ...rest
1750
- } = _ref75;
1751
- return /*#__PURE__*/React.createElement(Icon.default, {
1752
- width: size,
1753
- height: size,
1754
- ref: ref,
1755
- xmlns: "http://www.w3.org/2000/svg",
1756
- viewBox: "0 0 32 32",
1757
- fill: "currentColor",
1758
- ...rest
1759
- }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1760
- d: "M20 20H30V22H20zM20 24H30V26H20zM20 28H30V30H20zM16 20a3.9123 3.9123 0 01-4-4 3.9123 3.9123 0 014-4 3.9123 3.9123 0 014 4h2a6 6 0 10-6 6z"
1761
- })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1762
- d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H16V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z"
1763
- })), children);
1764
- });
1765
- if (process.env.NODE_ENV !== "production") {
1766
- OperationsRecord.propTypes = iconPropTypes4cbeb95d.i;
1767
- }
1768
- const OrderDetails = /*#__PURE__*/React.forwardRef(function OrderDetails(_ref76, ref) {
1769
- let {
1770
- children,
1771
- size = 16,
1772
- ...rest
1773
- } = _ref76;
1774
- return /*#__PURE__*/React.createElement(Icon.default, {
1775
- width: size,
1776
- height: size,
1777
- ref: ref,
1778
- xmlns: "http://www.w3.org/2000/svg",
1779
- viewBox: "0 0 32 32",
1780
- fill: "currentColor",
1781
- ...rest
1782
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1783
- d: "M19 21H13a3 3 0 00-3 3v2h2V24a1 1 0 011-1h6a1 1 0 011 1v2h2V24A3 3 0 0019 21zM16 20a4 4 0 10-4-4A4 4 0 0016 20zm0-6a2 2 0 11-2 2A2 2 0 0116 14z"
1784
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1785
- d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
1786
- })), children);
1787
- });
1788
- if (process.env.NODE_ENV !== "production") {
1789
- OrderDetails.propTypes = iconPropTypes4cbeb95d.i;
1790
- }
1791
- const Ordinal = /*#__PURE__*/React.forwardRef(function Ordinal(_ref77, ref) {
1792
- let {
1793
- children,
1794
- size = 16,
1795
- ...rest
1796
- } = _ref77;
1797
- if (size === 16 || size === "16" || size === "16px") {
1798
- return /*#__PURE__*/React.createElement(Icon.default, {
1799
- width: size,
1800
- height: size,
1801
- ref: ref,
1802
- xmlns: "http://www.w3.org/2000/svg",
1803
- viewBox: "0 0 16 16",
1804
- fill: "currentColor",
1805
- ...rest
1806
- }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1807
- d: "M1,13 L1,12 L3,12 L3,9 L5.999,9 L6,6 L9,6 L9,3 L13,3 L13,12 L15,12 L15,13 L1,13 Z M5.999,10 L4,10 L4,12 L5.999,12 L5.999,10 Z M8.999,7 L6.999,7 L6.999,9 L7,9 L7,12 L8.999,12 L8.999,7 Z M12,4 L10,4 L10,12 L12,12 L12,4 Z"
1808
- })), children);
1809
- }
1810
- return /*#__PURE__*/React.createElement(Icon.default, {
1811
- width: size,
1812
- height: size,
1813
- ref: ref,
1814
- xmlns: "http://www.w3.org/2000/svg",
1815
- viewBox: "0 0 32 32",
1816
- fill: "currentColor",
1817
- ...rest
1818
- }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1819
- d: "M26,26V4H18v6H12v6H6V26H2v2H30V26ZM8,26V18h4v8Zm6,0V12h4V26Zm6,0V6h4V26Z"
1820
- })), children);
1821
- });
1822
- if (process.env.NODE_ENV !== "production") {
1823
- Ordinal.propTypes = iconPropTypes4cbeb95d.i;
1824
- }
1825
- const Outage = /*#__PURE__*/React.forwardRef(function Outage(_ref78, ref) {
1826
- let {
1827
- children,
1828
- size = 16,
1829
- ...rest
1830
- } = _ref78;
1831
- return /*#__PURE__*/React.createElement(Icon.default, {
1832
- width: size,
1833
- height: size,
1834
- ref: ref,
1835
- xmlns: "http://www.w3.org/2000/svg",
1836
- viewBox: "0 0 32 32",
1837
- fill: "currentColor",
1838
- ...rest
1839
- }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1840
- d: "M12 24H21V26H12zM13 28H19V30H13z"
1841
- })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1842
- d: "M8.7832 18.9746l1.4177-1.418A6.9206 6.9206 0 018 12 7.99 7.99 0 0121.5273 6.2305l1.4136-1.4136A9.9884 9.9884 0 006 12 8.9411 8.9411 0 008.7832 18.9746zM30 3.4141L28.5859 2 2 28.5859 3.4141 30 23.6606 9.7534A7.7069 7.7069 0 0124 12a7.2032 7.2032 0 01-2.8223 6.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.193 9.193 0 0026 12a9.8739 9.8739 0 00-.7764-3.81z"
1843
- })), children);
1844
- });
1845
- if (process.env.NODE_ENV !== "production") {
1846
- Outage.propTypes = iconPropTypes4cbeb95d.i;
1847
- }
1848
- const OutlookSevere = /*#__PURE__*/React.forwardRef(function OutlookSevere(_ref79, ref) {
1849
- let {
1850
- children,
1851
- size = 16,
1852
- ...rest
1853
- } = _ref79;
1854
- return /*#__PURE__*/React.createElement(Icon.default, {
1855
- width: size,
1856
- height: size,
1857
- ref: ref,
1858
- xmlns: "http://www.w3.org/2000/svg",
1859
- viewBox: "0 0 32 32",
1860
- fill: "currentColor",
1861
- ...rest
1862
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1863
- fill: "none",
1864
- d: "M15.1249,19h1.75v5.5h-1.75ZM17,27a1,1,0,1,0-1,1A1,1,0,0,0,17,27Z"
1865
- })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1866
- d: "M24.9084,28.94,16.8318,14.4878a.9531.9531,0,0,0-1.6636,0L7.0916,28.94A.7122.7122,0,0,0,7.7134,30H24.2867A.7121.7121,0,0,0,24.9084,28.94ZM15.125,19h1.75v5.5h-1.75ZM16,28a1,1,0,1,1,1-1A1,1,0,0,1,16,28Z"
1867
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1868
- d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0,6.4926,6.4926,0,0,0,.9153,12.8443L9.2217,20H8.5a4.48,4.48,0,0,1-3.3693-7.4556l5.297,5.2964,1.013-1.8135-4.66-4.6606A4.402,4.402,0,0,1,8.144,11.019l.8155-.0639.0991-.812c.0237-.1944.0581-.3848.0972-.5733l3.78,3.7808,1.0138-1.815L9.936,7.522a7.0212,7.0212,0,0,1,1.9754-2.1968L25.8861,19.3A4.4594,4.4594,0,0,1,23.5,20h-.7239l1.107,1.98a6.4927,6.4927,0,0,0,.9177-12.8443Zm2.4994,8.75L13.7823,4.3682a6.9736,6.9736,0,0,1,9.16,5.7749l.0986.812.8154.0639A4.5171,4.5171,0,0,1,28,15.5,4.46,4.46,0,0,1,27.3,17.8862Z"
1869
- })), children);
1870
- });
1871
- if (process.env.NODE_ENV !== "production") {
1872
- OutlookSevere.propTypes = iconPropTypes4cbeb95d.i;
1873
- }
1874
- const OverflowMenuHorizontal = /*#__PURE__*/React.forwardRef(function OverflowMenuHorizontal(_ref80, ref) {
1875
- let {
1876
- children,
1877
- size = 16,
1878
- ...rest
1879
- } = _ref80;
1880
- return /*#__PURE__*/React.createElement(Icon.default, {
1881
- width: size,
1882
- height: size,
1883
- ref: ref,
1884
- xmlns: "http://www.w3.org/2000/svg",
1885
- viewBox: "0 0 32 32",
1886
- fill: "currentColor",
1887
- ...rest
1888
- }, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
1889
- cx: "8",
1890
- cy: "16",
1891
- r: "2"
1892
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
1893
- cx: "16",
1894
- cy: "16",
1895
- r: "2"
1896
- })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
1897
- cx: "24",
1898
- cy: "16",
1899
- r: "2"
1900
- })), children);
1901
- });
1902
- if (process.env.NODE_ENV !== "production") {
1903
- OverflowMenuHorizontal.propTypes = iconPropTypes4cbeb95d.i;
1904
- }
1905
- const OverflowMenuVertical = /*#__PURE__*/React.forwardRef(function OverflowMenuVertical(_ref81, ref) {
1906
- let {
1907
- children,
1908
- size = 16,
1909
- ...rest
1910
- } = _ref81;
1911
- return /*#__PURE__*/React.createElement(Icon.default, {
1912
- width: size,
1913
- height: size,
1914
- ref: ref,
1915
- xmlns: "http://www.w3.org/2000/svg",
1916
- viewBox: "0 0 32 32",
1917
- fill: "currentColor",
1918
- ...rest
1919
- }, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
1920
- cx: "16",
1921
- cy: "8",
1922
- r: "2"
1923
- })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
1924
- cx: "16",
1925
- cy: "16",
1926
- r: "2"
1927
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
1928
- cx: "16",
1929
- cy: "24",
1930
- r: "2"
1931
- })), children);
1932
- });
1933
- if (process.env.NODE_ENV !== "production") {
1934
- OverflowMenuVertical.propTypes = iconPropTypes4cbeb95d.i;
1935
- }
1936
- const Overlay = /*#__PURE__*/React.forwardRef(function Overlay(_ref82, ref) {
1937
- let {
1938
- children,
1939
- size = 16,
1940
- ...rest
1941
- } = _ref82;
1942
- return /*#__PURE__*/React.createElement(Icon.default, {
1943
- width: size,
1944
- height: size,
1945
- ref: ref,
1946
- xmlns: "http://www.w3.org/2000/svg",
1947
- viewBox: "0 0 32 32",
1948
- fill: "currentColor",
1949
- ...rest
1950
- }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1951
- d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8ZM4,22V4H22V8H10a2.0023,2.0023,0,0,0-2,2V22Zm18,0H19.4141L10,12.586V10h2.5859l9.4153,9.4156ZM10,15.4141,16.5859,22H10ZM22.001,16.587,15.4141,10H22ZM10,28V24H22a2.0023,2.0023,0,0,0,2-2V10h4V28Z"
1952
- })), children);
1953
- });
1954
- if (process.env.NODE_ENV !== "production") {
1955
- Overlay.propTypes = iconPropTypes4cbeb95d.i;
1956
- }
1957
- const Package = /*#__PURE__*/React.forwardRef(function Package(_ref83, ref) {
1958
- let {
1959
- children,
1960
- size = 16,
1961
- ...rest
1962
- } = _ref83;
1963
- return /*#__PURE__*/React.createElement(Icon.default, {
1964
- width: size,
1965
- height: size,
1966
- ref: ref,
1967
- xmlns: "http://www.w3.org/2000/svg",
1968
- viewBox: "0 0 32 32",
1969
- fill: "currentColor",
1970
- ...rest
1971
- }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1972
- d: "M26,30H6a2,2,0,0,1-2-2V16a2,2,0,0,1,2-2H9v2H6V28H26V16H23V14h3a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z"
1973
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1974
- d: "M13 20H19V22H13zM20.59 8.59L17 12.17 17 2 15 2 15 12.17 11.41 8.59 10 10 16 16 22 10 20.59 8.59z"
1975
- })), children);
1976
- });
1977
- if (process.env.NODE_ENV !== "production") {
1978
- Package.propTypes = iconPropTypes4cbeb95d.i;
1979
- }
1980
- const PackageTextAnalysis = /*#__PURE__*/React.forwardRef(function PackageTextAnalysis(_ref84, ref) {
1981
- let {
1982
- children,
1983
- size = 16,
1984
- ...rest
1985
- } = _ref84;
1986
- return /*#__PURE__*/React.createElement(Icon.default, {
1987
- width: size,
1988
- height: size,
1989
- ref: ref,
1990
- xmlns: "http://www.w3.org/2000/svg",
1991
- viewBox: "0 0 32 32",
1992
- fill: "currentColor",
1993
- ...rest
1994
- }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1995
- d: "M13 22H19V24H13z"
1996
- })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1997
- d: "M2 18v2h2v8c0 1.1025.8972 2 2 2h20c1.1028 0 2-.8975 2-2v-8h2v-2H2zm24 10H6v-8h20v8zM29 16h-5c-1.1025 0-2-.8975-2-2v-6c0-1.103.8975-2 2-2h5v2h-5v6h5v2zM18 6h-4v-4h-2v14h6c1.1025 0 2-.8975 2-2v-6c0-1.103-.8975-2-2-2zm-4 8v-6h4v6h-4zM8 6H3v2h5v2h-4c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h6V8c0-1.103-.8975-2-2-2zm0 8h-4v-2h4v2z"
1998
- })), children);
1999
- });
2000
- if (process.env.NODE_ENV !== "production") {
2001
- PackageTextAnalysis.propTypes = iconPropTypes4cbeb95d.i;
2002
- }
2003
- const PackageNode = /*#__PURE__*/React.forwardRef(function PackageNode(_ref85, ref) {
2004
- let {
2005
- children,
2006
- size = 16,
2007
- ...rest
2008
- } = _ref85;
2009
- return /*#__PURE__*/React.createElement(Icon.default, {
2010
- width: size,
2011
- height: size,
2012
- ref: ref,
2013
- xmlns: "http://www.w3.org/2000/svg",
2014
- viewBox: "0 0 32 32",
2015
- fill: "currentColor",
2016
- ...rest
2017
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
2018
- strokeWidth: "0",
2019
- d: "m28,28H4c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h10c1.1028,0,2,.8972,2,2v4h12c1.1028,0,2,.8972,2,2v14c0,1.1028-.8972,2-2,2ZM4,12v14h24v-14H4Zm0-2h10v-4H4v4Z"
2020
- })), children);
2021
- });
2022
- if (process.env.NODE_ENV !== "production") {
2023
- PackageNode.propTypes = iconPropTypes4cbeb95d.i;
2024
- }
2025
- const PageFirst = /*#__PURE__*/React.forwardRef(function PageFirst(_ref86, ref) {
2026
- let {
2027
- children,
2028
- size = 16,
2029
- ...rest
2030
- } = _ref86;
2031
- return /*#__PURE__*/React.createElement(Icon.default, {
2032
- width: size,
2033
- height: size,
2034
- ref: ref,
2035
- xmlns: "http://www.w3.org/2000/svg",
2036
- viewBox: "0 0 32 32",
2037
- fill: "currentColor",
2038
- ...rest
2039
- }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
2040
- d: "M14 16L24 6 25.4 7.4 16.8 16 25.4 24.6 24 26zM8 4H10V28H8z"
2041
- })), children);
2042
- });
2043
- if (process.env.NODE_ENV !== "production") {
2044
- PageFirst.propTypes = iconPropTypes4cbeb95d.i;
2045
- }
2046
- const PageLast = /*#__PURE__*/React.forwardRef(function PageLast(_ref87, ref) {
2047
- let {
2048
- children,
2049
- size = 16,
2050
- ...rest
2051
- } = _ref87;
2052
- return /*#__PURE__*/React.createElement(Icon.default, {
2053
- width: size,
2054
- height: size,
2055
- ref: ref,
2056
- xmlns: "http://www.w3.org/2000/svg",
2057
- viewBox: "0 0 32 32",
2058
- fill: "currentColor",
2059
- ...rest
2060
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
2061
- d: "M18 16L8 26 6.6 24.6 15.2 16 6.6 7.4 8 6zM22 4H24V28H22z"
2062
- })), children);
2063
- });
2064
- if (process.env.NODE_ENV !== "production") {
2065
- PageLast.propTypes = iconPropTypes4cbeb95d.i;
2066
- }
2067
- const PageBreak = /*#__PURE__*/React.forwardRef(function PageBreak(_ref88, ref) {
2068
- let {
2069
- children,
2070
- size = 16,
2071
- ...rest
2072
- } = _ref88;
2073
- return /*#__PURE__*/React.createElement(Icon.default, {
2074
- width: size,
2075
- height: size,
2076
- ref: ref,
2077
- xmlns: "http://www.w3.org/2000/svg",
2078
- viewBox: "0 0 32 32",
2079
- fill: "currentColor",
2080
- ...rest
2081
- }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
2082
- d: "M2 18H6V20H2zM26 18H30V20H26zM24 22v6H8V22H6v6a2.0058 2.0058 0 002 2H24a2.0058 2.0058 0 002-2V22zM8 16V4h8v6a2.0058 2.0058 0 002 2h6v4h2V10a.9092.9092 0 00-.3-.7l-7-7A.9087.9087 0 0018 2H8A2.0058 2.0058 0 006 4V16zM18 4.4L23.6 10H18zM10 18H14V20H10zM18 18H22V20H18z"
2083
- })), children);
2084
- });
2085
- if (process.env.NODE_ENV !== "production") {
2086
- PageBreak.propTypes = iconPropTypes4cbeb95d.i;
2087
- }
2088
- const PageNumber = /*#__PURE__*/React.forwardRef(function PageNumber(_ref89, ref) {
2089
- let {
2090
- children,
2091
- size = 16,
2092
- ...rest
2093
- } = _ref89;
2094
- return /*#__PURE__*/React.createElement(Icon.default, {
2095
- width: size,
2096
- height: size,
2097
- ref: ref,
2098
- xmlns: "http://www.w3.org/2000/svg",
2099
- viewBox: "0 0 32 32",
2100
- fill: "currentColor",
2101
- ...rest
2102
- }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
2103
- d: "M22 26L16 26 16 20 20 20 20 18 16 18 16 16 22 16 22 22 18 22 18 24 22 24 22 26z"
2104
- })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
2105
- d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z"
2106
- })), children);
2107
- });
2108
- if (process.env.NODE_ENV !== "production") {
2109
- PageNumber.propTypes = iconPropTypes4cbeb95d.i;
2110
- }
2111
- const WatsonHealthPageScroll = /*#__PURE__*/React.forwardRef(function WatsonHealthPageScroll(_ref90, ref) {
2112
- let {
2113
- children,
2114
- size = 16,
2115
- ...rest
2116
- } = _ref90;
2117
- return /*#__PURE__*/React.createElement(Icon.default, {
2118
- width: size,
2119
- height: size,
2120
- ref: ref,
2121
- xmlns: "http://www.w3.org/2000/svg",
2122
- viewBox: "0 0 32 32",
2123
- fill: "currentColor",
2124
- ...rest
2125
- }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
2126
- d: "M16,28H4a1.89,1.89,0,0,1-2-2V14a1.89,1.89,0,0,1,2-2H16a1.89,1.89,0,0,1,2,2V26A1.89,1.89,0,0,1,16,28ZM4,14V26H16V14Z"
2127
- })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
2128
- d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z"
2129
- })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
2130
- d: "M26 14H24V6H16V4h8a1.89 1.89 0 012 2zM24 17L24 19 26.8 19 22 24.4 22 22 20 22 20 28 26 28 26 26 23.2 26 28 20.6 28 23 30 23 30 17 24 17z"
2131
- })), children);
2132
- });
2133
- if (process.env.NODE_ENV !== "production") {
2134
- WatsonHealthPageScroll.propTypes = iconPropTypes4cbeb95d.i;
2135
- }
2136
- const PaintBrush = /*#__PURE__*/React.forwardRef(function PaintBrush(_ref91, ref) {
2137
- let {
2138
- children,
2139
- size = 16,
2140
- ...rest
2141
- } = _ref91;
2142
- return /*#__PURE__*/React.createElement(Icon.default, {
2143
- width: size,
2144
- height: size,
2145
- ref: ref,
2146
- xmlns: "http://www.w3.org/2000/svg",
2147
- viewBox: "0 0 32 32",
2148
- fill: "currentColor",
2149
- ...rest
2150
- }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
2151
- d: "M28.83,23.17,23,17.33V13a1,1,0,0,0-.29-.71l-10-10a1,1,0,0,0-1.42,0l-9,9a1,1,0,0,0,0,1.42l10,10A1,1,0,0,0,13,23h4.34l5.83,5.84a4,4,0,0,0,5.66-5.66ZM6,10.41l2.29,2.3,1.42-1.42L7.41,9,9,7.41l4.29,4.3,1.42-1.42L10.41,6,12,4.41,18.59,11,11,18.59,4.41,12Zm21.41,17a2,2,0,0,1-2.82,0l-6.13-6.12a1.8,1.8,0,0,0-.71-.29H13.41l-1-1L20,12.41l1,1v4.34a1,1,0,0,0,.29.7l6.12,6.14a2,2,0,0,1,0,2.82Z"
2152
- })), children);
2153
- });
2154
- if (process.env.NODE_ENV !== "production") {
2155
- PaintBrush.propTypes = iconPropTypes4cbeb95d.i;
2156
- }
2157
- const PaintBrushAlt = /*#__PURE__*/React.forwardRef(function PaintBrushAlt(_ref92, ref) {
2158
- let {
2159
- children,
2160
- size = 16,
2161
- ...rest
2162
- } = _ref92;
2163
- return /*#__PURE__*/React.createElement(Icon.default, {
2164
- width: size,
2165
- height: size,
2166
- ref: ref,
2167
- xmlns: "http://www.w3.org/2000/svg",
2168
- viewBox: "0 0 32 32",
2169
- fill: "currentColor",
2170
- ...rest
2171
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
2172
- d: "M28.8281,3.1719a4.0941,4.0941,0,0,0-5.6562,0L4.05,22.292A6.9537,6.9537,0,0,0,2,27.2412V30H4.7559a6.9523,6.9523,0,0,0,4.95-2.05L28.8281,8.8286a3.999,3.999,0,0,0,0-5.6567ZM10.91,18.26l2.8286,2.8286L11.6172,23.21,8.7886,20.3818ZM8.2915,26.5356A4.9665,4.9665,0,0,1,4.7559,28H4v-.7588a4.9671,4.9671,0,0,1,1.4644-3.5351l1.91-1.91,2.8286,2.8281ZM27.4141,7.4141,15.1528,19.6748l-2.8286-2.8286,12.2617-12.26a2.0473,2.0473,0,0,1,2.8282,0,1.9995,1.9995,0,0,1,0,2.8282Z"
2173
- })), children);
2174
- });
2175
- if (process.env.NODE_ENV !== "production") {
2176
- PaintBrushAlt.propTypes = iconPropTypes4cbeb95d.i;
2177
- }
2178
- const PalmTree = /*#__PURE__*/React.forwardRef(function PalmTree(_ref93, ref) {
2179
- let {
2180
- children,
2181
- size = 16,
2182
- ...rest
2183
- } = _ref93;
2184
- return /*#__PURE__*/React.createElement(Icon.default, {
2185
- width: size,
2186
- height: size,
2187
- ref: ref,
2188
- xmlns: "http://www.w3.org/2000/svg",
2189
- viewBox: "0 0 32 32",
2190
- fill: "currentColor",
2191
- ...rest
2192
- }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
2193
- d: "M18.57,28C17.897,26.7251,16,22.2261,16,12v-.1313l1.1172.7446A6.4613,6.4613,0,0,1,20,18h2a8.457,8.457,0,0,0-3.7734-7.0508L16.8027,10h1.5308a7.04,7.04,0,0,1,4.2,1.4L24.4,12.8l1.2-1.6L23.7334,9.8a9.06,9.06,0,0,0-5.4-1.8H17.1172A7.0306,7.0306,0,0,1,22,6h2V4H22a9.035,9.035,0,0,0-7,3.3643A9.035,9.035,0,0,0,8,4H6V6H8a7.0306,7.0306,0,0,1,4.8828,2H11.6665a9.06,9.06,0,0,0-5.4,1.8L4.4,11.2l1.2,1.6L7.4668,11.4a7.04,7.04,0,0,1,4.2-1.4h1.5308l-1.4239.9492A8.457,8.457,0,0,0,8,18h2a6.4613,6.4613,0,0,1,2.8828-5.3867L14,11.8687V12c0,8.9438,1.4116,13.7646,2.3611,16H2v2H30V28Z"
2194
- })), children);
2195
- });
2196
- if (process.env.NODE_ENV !== "production") {
2197
- PalmTree.propTypes = iconPropTypes4cbeb95d.i;
2198
- }
2199
- const PanHorizontal = /*#__PURE__*/React.forwardRef(function PanHorizontal(_ref94, ref) {
2200
- let {
2201
- children,
2202
- size = 16,
2203
- ...rest
2204
- } = _ref94;
2205
- return /*#__PURE__*/React.createElement(Icon.default, {
2206
- width: size,
2207
- height: size,
2208
- ref: ref,
2209
- xmlns: "http://www.w3.org/2000/svg",
2210
- viewBox: "0 0 32 32",
2211
- fill: "currentColor",
2212
- ...rest
2213
- }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
2214
- d: "M24 10L22.586 11.414 26.172 15 5.828 15 9.414 11.414 8 10 2 16 8 22 9.414 20.586 5.828 17 26.172 17 22.586 20.586 24 22 30 16 24 10z"
2215
- })), children);
2216
- });
2217
- if (process.env.NODE_ENV !== "production") {
2218
- PanHorizontal.propTypes = iconPropTypes4cbeb95d.i;
2219
- }
2220
- const PanVertical = /*#__PURE__*/React.forwardRef(function PanVertical(_ref95, ref) {
2221
- let {
2222
- children,
2223
- size = 16,
2224
- ...rest
2225
- } = _ref95;
2226
- return /*#__PURE__*/React.createElement(Icon.default, {
2227
- width: size,
2228
- height: size,
2229
- ref: ref,
2230
- xmlns: "http://www.w3.org/2000/svg",
2231
- viewBox: "0 0 32 32",
2232
- fill: "currentColor",
2233
- ...rest
2234
- }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
2235
- d: "M10 8L11.414 9.414 15 5.828 15 26.172 11.414 22.586 10 24 16 30 22 24 20.586 22.586 17 26.172 17 5.828 20.586 9.414 22 8 16 2 10 8z"
2236
- })), children);
2237
- });
2238
- if (process.env.NODE_ENV !== "production") {
2239
- PanVertical.propTypes = iconPropTypes4cbeb95d.i;
2240
- }
2241
- const PanelExpansion = /*#__PURE__*/React.forwardRef(function PanelExpansion(_ref96, ref) {
2242
- let {
2243
- children,
2244
- size = 16,
2245
- ...rest
2246
- } = _ref96;
2247
- return /*#__PURE__*/React.createElement(Icon.default, {
2248
- width: size,
2249
- height: size,
2250
- ref: ref,
2251
- xmlns: "http://www.w3.org/2000/svg",
2252
- viewBox: "0 0 32 32",
2253
- fill: "currentColor",
2254
- ...rest
2255
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
2256
- d: "M12 6H6A2 2 0 004 8v6a2 2 0 002 2h6a2 2 0 002-2V8A2 2 0 0012 6zM6 14V8h6v6zM26 6H20a2 2 0 00-2 2V24a2 2 0 002 2h6a2 2 0 002-2V8A2 2 0 0026 6zM20 24V8h6V24z"
2257
- })), children);
2258
- });
2259
- if (process.env.NODE_ENV !== "production") {
2260
- PanelExpansion.propTypes = iconPropTypes4cbeb95d.i;
2261
- }
2262
- const Paragraph = /*#__PURE__*/React.forwardRef(function Paragraph(_ref97, ref) {
2263
- let {
2264
- children,
2265
- size = 16,
2266
- ...rest
2267
- } = _ref97;
2268
- return /*#__PURE__*/React.createElement(Icon.default, {
2269
- width: size,
2270
- height: size,
2271
- ref: ref,
2272
- xmlns: "http://www.w3.org/2000/svg",
2273
- viewBox: "0 0 32 32",
2274
- fill: "currentColor",
2275
- ...rest
2276
- }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2277
- d: "M27,4H13a7,7,0,0,0,0,14V28h2V6h5V28h2V6h5ZM13,16A5,5,0,0,1,13,6Z"
2278
- })), children);
2279
- });
2280
- if (process.env.NODE_ENV !== "production") {
2281
- Paragraph.propTypes = iconPropTypes4cbeb95d.i;
2282
- }
2283
- const Parameter = /*#__PURE__*/React.forwardRef(function Parameter(_ref98, ref) {
2284
- let {
2285
- children,
2286
- size = 16,
2287
- ...rest
2288
- } = _ref98;
2289
- return /*#__PURE__*/React.createElement(Icon.default, {
2290
- width: size,
2291
- height: size,
2292
- ref: ref,
2293
- xmlns: "http://www.w3.org/2000/svg",
2294
- viewBox: "0 0 32 32",
2295
- fill: "currentColor",
2296
- ...rest
2297
- }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2298
- d: "M28,13V8a2.0023,2.0023,0,0,0-2-2H23V8h3v5a3.9756,3.9756,0,0,0,1.3823,3A3.9756,3.9756,0,0,0,26,19v5H23v2h3a2.0023,2.0023,0,0,0,2-2V19a2.0023,2.0023,0,0,1,2-2V15A2.0023,2.0023,0,0,1,28,13Z"
2299
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2300
- fillRule: "evenodd",
2301
- d: "M17,9l-.857,3h2L19,9h2l-.857,3H22v2H19.572l-1.143,4H21v2H17.857L17,23H15l.857-3h-2L13,23H11l.857-3H10V18h2.429l1.143-4H11V12h3.143L15,9Zm.572,5h-2l-1.143,4h2Z"
2302
- })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2303
- d: "M6,13V8H9V6H6A2.0023,2.0023,0,0,0,4,8v5a2.0023,2.0023,0,0,1-2,2v2a2.0023,2.0023,0,0,1,2,2v5a2.0023,2.0023,0,0,0,2,2H9V24H6V19a3.9756,3.9756,0,0,0-1.3823-3A3.9756,3.9756,0,0,0,6,13Z"
2304
- })), children);
2305
- });
2306
- if (process.env.NODE_ENV !== "production") {
2307
- Parameter.propTypes = iconPropTypes4cbeb95d.i;
2308
- }
2309
- const ParentChild = /*#__PURE__*/React.forwardRef(function ParentChild(_ref99, ref) {
2310
- let {
2311
- children,
2312
- size = 16,
2313
- ...rest
2314
- } = _ref99;
2315
- return /*#__PURE__*/React.createElement(Icon.default, {
2316
- width: size,
2317
- height: size,
2318
- ref: ref,
2319
- xmlns: "http://www.w3.org/2000/svg",
2320
- viewBox: "0 0 32 32",
2321
- fill: "currentColor",
2322
- ...rest
2323
- }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2324
- d: "M28,12a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4v6a2,2,0,0,0,2,2H15v4H9a2,2,0,0,0-2,2v4H4a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V24a2,2,0,0,0-2-2H9V18H23v4H20a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V24a2,2,0,0,0-2-2H25V18a2,2,0,0,0-2-2H17V12ZM12,28H4V24h8Zm16,0H20V24h8ZM4,4H28v6H4Z"
2325
- })), children);
2326
- });
2327
- if (process.env.NODE_ENV !== "production") {
2328
- ParentChild.propTypes = iconPropTypes4cbeb95d.i;
2329
- }
2330
- const PartDefinition = /*#__PURE__*/React.forwardRef(function PartDefinition(_ref100, ref) {
2331
- let {
2332
- children,
2333
- size = 16,
2334
- ...rest
2335
- } = _ref100;
2336
- return /*#__PURE__*/React.createElement(Icon.default, {
2337
- width: size,
2338
- height: size,
2339
- ref: ref,
2340
- xmlns: "http://www.w3.org/2000/svg",
2341
- viewBox: "0 0 32 32",
2342
- fill: "currentColor",
2343
- ...rest
2344
- }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2345
- strokeWidth: "0",
2346
- d: "M20.8336 16.8081c-2.4408 0-3.8336.9114-3.8336 2.7507 0 1.5986 1.0315 2.6477 2.854 2.6477 1.3408 0 2.321-.6019 2.613-1.7539h.1034c.1371.9285.7216 1.5474 1.6675 1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052 0-2.8539.6879-3.5073 1.7194l1.3068 1.1689c.4296-.6189 1.0144-1.1344 2.0454-1.1344 1.1694 0 1.668.5844 1.668 1.5817v.6531h-1.5304zm1.5304 2.51c0 .8425-.7908 1.2893-1.7705 1.2893-.8601 0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002 1.7194-1.1002h1.4098v1.1862zM9.272 17.427h3.1287c2.218 0 3.5588-1.4785 3.5588-3.7133 0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573zm0-5.4501h2.9225c.8767 0 1.4098.4642 1.4098 1.3414v.7908c0 .8767-.5331 1.358-1.4098 1.358h-2.9225v-3.4902z"
2347
- })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2348
- strokeWidth: "0",
2349
- d: "m2,4v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2Zm26,24H4V4h24v24Z"
2350
- })), children);
2351
- });
2352
- if (process.env.NODE_ENV !== "production") {
2353
- PartDefinition.propTypes = iconPropTypes4cbeb95d.i;
2354
- }
2355
- const PartUsage = /*#__PURE__*/React.forwardRef(function PartUsage(_ref101, ref) {
2356
- let {
2357
- children,
2358
- size = 16,
2359
- ...rest
2360
- } = _ref101;
2361
- return /*#__PURE__*/React.createElement(Icon.default, {
2362
- width: size,
2363
- height: size,
2364
- ref: ref,
2365
- xmlns: "http://www.w3.org/2000/svg",
2366
- viewBox: "0 0 32 32",
2367
- fill: "currentColor",
2368
- ...rest
2369
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2370
- strokeWidth: "0",
2371
- d: "M20.8336 16.8081c-2.4408 0-3.8336.9114-3.8336 2.7507 0 1.5986 1.0315 2.6477 2.854 2.6477 1.3408 0 2.321-.6019 2.613-1.7539h.1034c.1371.9285.7216 1.5474 1.6675 1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052 0-2.8539.6879-3.5073 1.7194l1.3068 1.1689c.4296-.6189 1.0144-1.1344 2.0454-1.1344 1.1694 0 1.668.5844 1.668 1.5817v.6531h-1.5304zm1.5304 2.51c0 .8425-.7908 1.2893-1.7705 1.2893-.8601 0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002 1.7194-1.1002h1.4098v1.1862zM9.272 17.427h3.1287c2.218 0 3.5588-1.4785 3.5588-3.7133 0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573zm0-5.4501h2.9225c.8767 0 1.4098.4642 1.4098 1.3414v.7908c0 .8767-.5331 1.358-1.4098 1.358h-2.9225v-3.4902z"
2372
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2373
- strokeWidth: "0",
2374
- d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
2375
- })), children);
2376
- });
2377
- if (process.env.NODE_ENV !== "production") {
2378
- PartUsage.propTypes = iconPropTypes4cbeb95d.i;
2379
- }
2380
- const PartitionAuto = /*#__PURE__*/React.forwardRef(function PartitionAuto(_ref102, ref) {
2381
- let {
2382
- children,
2383
- size = 16,
2384
- ...rest
2385
- } = _ref102;
2386
- return /*#__PURE__*/React.createElement(Icon.default, {
2387
- width: size,
2388
- height: size,
2389
- ref: ref,
2390
- xmlns: "http://www.w3.org/2000/svg",
2391
- viewBox: "0 0 32 32",
2392
- fill: "currentColor",
2393
- ...rest
2394
- }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2395
- d: "M26 19c-2.2056 0-4 1.7944-4 4 0 .6836.1882 1.3174.4917 1.8809-1.8762 1.3726-4.146 2.1191-6.4917 2.1191-6.0654 0-11-4.9346-11-11h-2c0 7.168 5.8318 13 13 13 2.8455 0 5.5923-.936 7.8433-2.6416.6235.4019 1.3613.6416 2.1567.6416 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM16 3c-2.8455 0-5.5923.936-7.8433 2.6416-.6235-.4019-1.3613-.6416-2.1567-.6416-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4c0-.6836-.1882-1.3174-.4917-1.8809 1.8762-1.3726 4.146-2.1191 6.4917-2.1191 6.0654 0 11 4.9346 11 11h2c0-7.168-5.8318-13-13-13zM6 11c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
2396
- })), children);
2397
- });
2398
- if (process.env.NODE_ENV !== "production") {
2399
- PartitionAuto.propTypes = iconPropTypes4cbeb95d.i;
2400
- }
2401
- const PartitionCollection = /*#__PURE__*/React.forwardRef(function PartitionCollection(_ref103, ref) {
2402
- let {
2403
- children,
2404
- size = 16,
2405
- ...rest
2406
- } = _ref103;
2407
- return /*#__PURE__*/React.createElement(Icon.default, {
2408
- width: size,
2409
- height: size,
2410
- ref: ref,
2411
- xmlns: "http://www.w3.org/2000/svg",
2412
- viewBox: "0 0 32 32",
2413
- fill: "currentColor",
2414
- ...rest
2415
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2416
- d: "M26 12c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-5.4143 5.4141H2v2h10.5857c.5344 0 1.0366-.208 1.4143-.5859l5.4143-5.4141h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM16.1717 14.5859l-3.5859-3.5859H2v-2h10.5857c.5344 0 1.0366.208 1.4143.5859l3.5859 3.5859-1.4143 1.4141z"
2417
- })), children);
2418
- });
2419
- if (process.env.NODE_ENV !== "production") {
2420
- PartitionCollection.propTypes = iconPropTypes4cbeb95d.i;
2421
- }
2422
- const PartitionRepartition = /*#__PURE__*/React.forwardRef(function PartitionRepartition(_ref104, ref) {
2423
- let {
2424
- children,
2425
- size = 16,
2426
- ...rest
2427
- } = _ref104;
2428
- return /*#__PURE__*/React.createElement(Icon.default, {
2429
- width: size,
2430
- height: size,
2431
- ref: ref,
2432
- xmlns: "http://www.w3.org/2000/svg",
2433
- viewBox: "0 0 32 32",
2434
- fill: "currentColor",
2435
- ...rest
2436
- }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2437
- d: "M26 6c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-3.5864 3.5864 1.4141 1.4141 3.5867-3.5864h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM10.1716 17.4141l-3.5859 3.5859H2v2h4.5857c.5344 0 1.0366-.208 1.4143-.5859l3.5859-3.5859-1.4143-1.4141z"
2438
- })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2439
- d: "m26,18c-1.8584,0-3.4106,1.2798-3.8579,3h-2.728l-11.4141-11.4141c-.3777-.3779-.8799-.5859-1.4143-.5859H2v2h4.5859l11.4141,11.4141c.3777.3779.8799.5859,1.4143.5859h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
2440
- })), children);
2441
- });
2442
- if (process.env.NODE_ENV !== "production") {
2443
- PartitionRepartition.propTypes = iconPropTypes4cbeb95d.i;
2444
- }
2445
- const PartitionSame = /*#__PURE__*/React.forwardRef(function PartitionSame(_ref105, ref) {
2446
- let {
2447
- children,
2448
- size = 16,
2449
- ...rest
2450
- } = _ref105;
2451
- return /*#__PURE__*/React.createElement(Icon.default, {
2452
- width: size,
2453
- height: size,
2454
- ref: ref,
2455
- xmlns: "http://www.w3.org/2000/svg",
2456
- viewBox: "0 0 32 32",
2457
- fill: "currentColor",
2458
- ...rest
2459
- }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2460
- d: "M26 18c-1.8584 0-3.4106 1.2798-3.8579 3H2v2h20.1421c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM26 6c-1.8584 0-3.4106 1.2798-3.8579 3H2v2h20.1421c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
2461
- })), children);
2462
- });
2463
- if (process.env.NODE_ENV !== "production") {
2464
- PartitionSame.propTypes = iconPropTypes4cbeb95d.i;
2465
- }
2466
- const PartitionSpecific = /*#__PURE__*/React.forwardRef(function PartitionSpecific(_ref106, ref) {
2467
- let {
2468
- children,
2469
- size = 16,
2470
- ...rest
2471
- } = _ref106;
2472
- return /*#__PURE__*/React.createElement(Icon.default, {
2473
- width: size,
2474
- height: size,
2475
- ref: ref,
2476
- xmlns: "http://www.w3.org/2000/svg",
2477
- viewBox: "0 0 32 32",
2478
- fill: "currentColor",
2479
- ...rest
2480
- }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2481
- d: "M26 18c-1.8584 0-3.4106 1.2798-3.8579 3h-2.728l-5.4141-5.4141c-.3777-.3779-.8799-.5859-1.4143-.5859H2v2h10.5859l5.4141 5.4141c.3777.3779.8799.5859 1.4143.5859h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM26 6c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-3.5864 3.5864 1.4141 1.4141 3.5867-3.5864h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
2482
- })), children);
2483
- });
2484
- if (process.env.NODE_ENV !== "production") {
2485
- PartitionSpecific.propTypes = iconPropTypes4cbeb95d.i;
2486
- }
2487
- const PartlyCloudy = /*#__PURE__*/React.forwardRef(function PartlyCloudy(_ref107, ref) {
2488
- let {
2489
- children,
2490
- size = 16,
2491
- ...rest
2492
- } = _ref107;
2493
- return /*#__PURE__*/React.createElement(Icon.default, {
2494
- width: size,
2495
- height: size,
2496
- ref: ref,
2497
- xmlns: "http://www.w3.org/2000/svg",
2498
- viewBox: "0 0 32 32",
2499
- fill: "currentColor",
2500
- ...rest
2501
- }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2502
- d: "M27 15H31V17H27z"
2503
- })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2504
- d: "M23.086 5.794H27.329V7.794H23.086z",
2505
- transform: "rotate(-45 25.207 6.794)"
2506
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2507
- d: "M15 1H17V5H15z"
2508
- })), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2509
- d: "M4.672 24.208H8.915V26.208H4.672z",
2510
- transform: "rotate(-45 6.793 25.208)"
2511
- })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2512
- d: "M5.793 4.672H7.793V8.915H5.793z",
2513
- transform: "rotate(-45 6.793 6.794)"
2514
- })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2515
- d: "M1 15H5V17H1zM26.7939 20.3418a6.9617 6.9617 0 00-1.8681-3.2671A8.485 8.485 0 0025 16a9 9 0 10-14.585 7.0332A4.9771 4.9771 0 0015 30H25a4.9947 4.9947 0 001.7939-9.6582zM9 16a6.9955 6.9955 0 0113.9849-.2969A6.8883 6.8883 0 0020 15a7.04 7.04 0 00-6.7944 5.3418A4.986 4.986 0 0011.5618 21.39 6.9675 6.9675 0 019 16zM25 28H15a2.9945 2.9945 0 01-.6963-5.9082l.6587-.1572.0986-.67a4.9923 4.9923 0 019.878 0l.0986.6695.6587.1572A2.9945 2.9945 0 0125 28z"
2516
- })), children);
2517
- });
2518
- if (process.env.NODE_ENV !== "production") {
2519
- PartlyCloudy.propTypes = iconPropTypes4cbeb95d.i;
2520
- }
2521
- const PartlyCloudyNight = /*#__PURE__*/React.forwardRef(function PartlyCloudyNight(_ref108, ref) {
2522
- let {
2523
- children,
2524
- size = 16,
2525
- ...rest
2526
- } = _ref108;
2527
- return /*#__PURE__*/React.createElement(Icon.default, {
2528
- width: size,
2529
- height: size,
2530
- ref: ref,
2531
- xmlns: "http://www.w3.org/2000/svg",
2532
- viewBox: "0 0 32 32",
2533
- fill: "currentColor",
2534
- ...rest
2535
- }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2536
- d: "M30,19a4.974,4.974,0,0,0-3.2061-4.6582A6.9711,6.9711,0,0,0,13.7578,12.9a13.1418,13.1418,0,0,1,.1314-8.52A1.015,1.015,0,0,0,12.98,3a.9825.9825,0,0,0-.1746.0156A13.0958,13.0958,0,0,0,14.63,28.9971c.164.0063.3281,0,.4907,0a13.0412,13.0412,0,0,0,10.29-5.0386A4.99,4.99,0,0,0,30,19ZM14.7034,26.9976a11.0945,11.0945,0,0,1-3.201-21.584,15.1817,15.1817,0,0,0,.8443,9.3676A4.9877,4.9877,0,0,0,15,24h7.6772a11.0991,11.0991,0,0,1-7.5561,2.9976C14.9827,26.9976,14.8428,27.0024,14.7034,26.9976ZM25,22H15a2.9945,2.9945,0,0,1-.6963-5.9082l.6587-.1572.0986-.67a4.9923,4.9923,0,0,1,9.878.0005l.0986.6695.6587.1572A2.9945,2.9945,0,0,1,25,22Z"
2537
- })), children);
2538
- });
2539
- if (process.env.NODE_ENV !== "production") {
2540
- PartlyCloudyNight.propTypes = iconPropTypes4cbeb95d.i;
2541
- }
2542
- const Partnership = /*#__PURE__*/React.forwardRef(function Partnership(_ref109, ref) {
2543
- let {
2544
- children,
2545
- size = 16,
2546
- ...rest
2547
- } = _ref109;
2548
- return /*#__PURE__*/React.createElement(Icon.default, {
2549
- width: size,
2550
- height: size,
2551
- ref: ref,
2552
- xmlns: "http://www.w3.org/2000/svg",
2553
- viewBox: "0 0 32 32",
2554
- fill: "currentColor",
2555
- ...rest
2556
- }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2557
- d: "M8 9a4 4 0 114-4A4 4 0 018 9zM8 3a2 2 0 102 2A2 2 0 008 3zM24 9a4 4 0 114-4A4 4 0 0124 9zm0-6a2 2 0 102 2A2 2 0 0024 3zM26 30H22a2 2 0 01-2-2V21h2v7h4V19h2V13a1 1 0 00-1-1H20.58L16 20l-4.58-8H5a1 1 0 00-1 1v6H6v9h4V21h2v7a2 2 0 01-2 2H6a2 2 0 01-2-2V21a2 2 0 01-2-2V13a3 3 0 013-3h7.58L16 16l3.42-6H27a3 3 0 013 3v6a2 2 0 01-2 2v7A2 2 0 0126 30z"
2558
- })), children);
2559
- });
2560
- if (process.env.NODE_ENV !== "production") {
2561
- Partnership.propTypes = iconPropTypes4cbeb95d.i;
2562
- }
2563
- const PassengerDrinks = /*#__PURE__*/React.forwardRef(function PassengerDrinks(_ref110, ref) {
2564
- let {
2565
- children,
2566
- size = 16,
2567
- ...rest
2568
- } = _ref110;
2569
- return /*#__PURE__*/React.createElement(Icon.default, {
2570
- width: size,
2571
- height: size,
2572
- ref: ref,
2573
- xmlns: "http://www.w3.org/2000/svg",
2574
- viewBox: "0 0 32 32",
2575
- fill: "currentColor",
2576
- ...rest
2577
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2578
- d: "M30 4V2H22V4a3.9906 3.9906 0 003 3.8586V11H23v2h6V11H27V7.8586A3.9906 3.9906 0 0030 4zM10.5 9A3.5 3.5 0 1114 5.5 3.5042 3.5042 0 0110.5 9zm0-5A1.5 1.5 0 1012 5.5 1.5017 1.5017 0 0010.5 4zM22.4746 31.313L19.3408 24H12.2393A4.0073 4.0073 0 018.373 21.0293l-1.6337-6.126a3.8987 3.8987 0 017.5341-2.0092L15.1016 16H21v2H13.5645l-1.2227-4.5908a1.9 1.9 0 00-3.6709.979l1.6338 6.1255A2.0052 2.0052 0 0012.2393 22h8.42l3.6543 8.5254z"
2579
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2580
- d: "M18,28H7.7683a2.0025,2.0025,0,0,1-1.9326-1.4849L2.0337,12.2576l1.9326-.5152L7.7683,26H18Z"
2581
- })), children);
2582
- });
2583
- if (process.env.NODE_ENV !== "production") {
2584
- PassengerDrinks.propTypes = iconPropTypes4cbeb95d.i;
2585
- }
2586
- const PassengerPlus = /*#__PURE__*/React.forwardRef(function PassengerPlus(_ref111, ref) {
2587
- let {
2588
- children,
2589
- size = 16,
2590
- ...rest
2591
- } = _ref111;
2592
- return /*#__PURE__*/React.createElement(Icon.default, {
2593
- width: size,
2594
- height: size,
2595
- ref: ref,
2596
- xmlns: "http://www.w3.org/2000/svg",
2597
- viewBox: "0 0 32 32",
2598
- fill: "currentColor",
2599
- ...rest
2600
- }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2601
- d: "M10.5 9A3.5 3.5 0 1114 5.5 3.5042 3.5042 0 0110.5 9zm0-5A1.5 1.5 0 1012 5.5 1.5017 1.5017 0 0010.5 4zM22.4739 31.313L19.34 24H12.2385a4.0072 4.0072 0 01-3.8662-2.9707l-1.6338-6.126a3.8988 3.8988 0 017.5342-2.0092L15.1008 16H21v2H13.5637l-1.2226-4.5908a1.9 1.9 0 00-3.6709.979l1.6338 6.1255A2.0051 2.0051 0 0012.2385 22h8.42l3.6543 8.5254zM30 6L26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6z"
2602
- })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2603
- d: "M18,28H7.7676A2.0025,2.0025,0,0,1,5.835,26.5151L2.033,12.2576l1.9326-.5152L7.7676,26H18Z"
2604
- })), children);
2605
- });
2606
- if (process.env.NODE_ENV !== "production") {
2607
- PassengerPlus.propTypes = iconPropTypes4cbeb95d.i;
2608
- }
2609
- const Password = /*#__PURE__*/React.forwardRef(function Password(_ref112, ref) {
2610
- let {
2611
- children,
2612
- size = 16,
2613
- ...rest
2614
- } = _ref112;
2615
- return /*#__PURE__*/React.createElement(Icon.default, {
2616
- width: size,
2617
- height: size,
2618
- ref: ref,
2619
- xmlns: "http://www.w3.org/2000/svg",
2620
- viewBox: "0 0 32 32",
2621
- fill: "currentColor",
2622
- ...rest
2623
- }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2624
- d: "M21,2a8.9977,8.9977,0,0,0-8.6119,11.6118L2,24v6H8L18.3881,19.6118A9,9,0,1,0,21,2Zm0,16a7.0125,7.0125,0,0,1-2.0322-.3022L17.821,17.35l-.8472.8472-3.1811,3.1812L12.4141,20,11,21.4141l1.3787,1.3786-1.5859,1.586L9.4141,23,8,24.4141l1.3787,1.3786L7.1716,28H4V24.8284l9.8023-9.8023.8472-.8474-.3473-1.1467A7,7,0,1,1,21,18Z"
2625
- })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2626
- cx: "22",
2627
- cy: "10",
2628
- r: "2"
2629
- })), children);
2630
- });
2631
- if (process.env.NODE_ENV !== "production") {
2632
- Password.propTypes = iconPropTypes4cbeb95d.i;
2633
- }
2634
- const Paste = /*#__PURE__*/React.forwardRef(function Paste(_ref113, ref) {
2635
- let {
2636
- children,
2637
- size = 16,
2638
- ...rest
2639
- } = _ref113;
2640
- return /*#__PURE__*/React.createElement(Icon.default, {
2641
- width: size,
2642
- height: size,
2643
- ref: ref,
2644
- xmlns: "http://www.w3.org/2000/svg",
2645
- viewBox: "0 0 32 32",
2646
- fill: "currentColor",
2647
- ...rest
2648
- }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2649
- d: "M26,20H17.83l2.58-2.59L19,16l-5,5,5,5,1.41-1.41L17.83,22H26v8h2V22A2,2,0,0,0,26,20Z"
2650
- })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2651
- d: "M23.71,9.29l-7-7A1,1,0,0,0,16,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2h8V28H6V4h8v6a2,2,0,0,0,2,2h6v2h2V10A1,1,0,0,0,23.71,9.29ZM16,4.41,21.59,10H16Z"
2652
- })), children);
2653
- });
2654
- if (process.env.NODE_ENV !== "production") {
2655
- Paste.propTypes = iconPropTypes4cbeb95d.i;
2656
- }
2657
- const Pause = /*#__PURE__*/React.forwardRef(function Pause(_ref114, ref) {
2658
- let {
2659
- children,
2660
- size = 16,
2661
- ...rest
2662
- } = _ref114;
2663
- if (size === 16 || size === "16" || size === "16px") {
2664
- return /*#__PURE__*/React.createElement(Icon.default, {
2665
- width: size,
2666
- height: size,
2667
- ref: ref,
2668
- xmlns: "http://www.w3.org/2000/svg",
2669
- viewBox: "0 0 16 16",
2670
- fill: "currentColor",
2671
- ...rest
2672
- }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2673
- d: "M6 4v8H4V4H6M6 3H4C3.4 3 3 3.4 3 4v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V4C7 3.4 6.6 3 6 3zM12 4v8h-2V4H12M12 3h-2C9.4 3 9 3.4 9 4v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V4C13 3.4 12.6 3 12 3z"
2674
- })), children);
2675
- }
2676
- return /*#__PURE__*/React.createElement(Icon.default, {
2677
- width: size,
2678
- height: size,
2679
- ref: ref,
2680
- xmlns: "http://www.w3.org/2000/svg",
2681
- viewBox: "0 0 32 32",
2682
- fill: "currentColor",
2683
- ...rest
2684
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2685
- d: "M12 8V24H8V8h4m0-2H8A2 2 0 006 8V24a2 2 0 002 2h4a2 2 0 002-2V8a2 2 0 00-2-2zM24 8V24H20V8h4m0-2H20a2 2 0 00-2 2V24a2 2 0 002 2h4a2 2 0 002-2V8a2 2 0 00-2-2z"
2686
- })), children);
2687
- });
2688
- if (process.env.NODE_ENV !== "production") {
2689
- Pause.propTypes = iconPropTypes4cbeb95d.i;
2690
- }
2691
- const PauseFilled = /*#__PURE__*/React.forwardRef(function PauseFilled(_ref115, ref) {
2692
- let {
2693
- children,
2694
- size = 16,
2695
- ...rest
2696
- } = _ref115;
2697
- return /*#__PURE__*/React.createElement(Icon.default, {
2698
- width: size,
2699
- height: size,
2700
- ref: ref,
2701
- xmlns: "http://www.w3.org/2000/svg",
2702
- viewBox: "0 0 32 32",
2703
- fill: "currentColor",
2704
- ...rest
2705
- }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2706
- d: "M12 6H10A2 2 0 008 8V24a2 2 0 002 2h2a2 2 0 002-2V8a2 2 0 00-2-2zM22 6H20a2 2 0 00-2 2V24a2 2 0 002 2h2a2 2 0 002-2V8a2 2 0 00-2-2z"
2707
- })), children);
2708
- });
2709
- if (process.env.NODE_ENV !== "production") {
2710
- PauseFilled.propTypes = iconPropTypes4cbeb95d.i;
2711
- }
2712
- const PauseOutline = /*#__PURE__*/React.forwardRef(function PauseOutline(_ref116, ref) {
2713
- let {
2714
- children,
2715
- size = 16,
2716
- ...rest
2717
- } = _ref116;
2718
- if (size === 16 || size === "16" || size === "16px") {
2719
- return /*#__PURE__*/React.createElement(Icon.default, {
2720
- width: size,
2721
- height: size,
2722
- ref: ref,
2723
- xmlns: "http://www.w3.org/2000/svg",
2724
- viewBox: "0 0 16 16",
2725
- fill: "currentColor",
2726
- ...rest
2727
- }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2728
- d: "M7 5L6 5 6 11 7 11 7 5zM10 5L9 5 9 11 10 11 10 5z"
2729
- })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2730
- d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"
2731
- })), children);
2732
- }
2733
- return /*#__PURE__*/React.createElement(Icon.default, {
2734
- width: size,
2735
- height: size,
2736
- ref: ref,
2737
- xmlns: "http://www.w3.org/2000/svg",
2738
- viewBox: "0 0 32 32",
2739
- fill: "currentColor",
2740
- ...rest
2741
- }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2742
- d: "M14 10L12 10 12 22 14 22 14 10 14 10zM20 10L18 10 18 22 20 22 20 10 20 10z"
2743
- })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2744
- d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
2745
- })), children);
2746
- });
2747
- if (process.env.NODE_ENV !== "production") {
2748
- PauseOutline.propTypes = iconPropTypes4cbeb95d.i;
2749
- }
2750
- const PauseOutlineFilled = /*#__PURE__*/React.forwardRef(function PauseOutlineFilled(_ref117, ref) {
2751
- let {
2752
- children,
2753
- size = 16,
2754
- ...rest
2755
- } = _ref117;
2756
- if (size === 16 || size === "16" || size === "16px") {
2757
- return /*#__PURE__*/React.createElement(Icon.default, {
2758
- width: size,
2759
- height: size,
2760
- ref: ref,
2761
- xmlns: "http://www.w3.org/2000/svg",
2762
- viewBox: "0 0 16 16",
2763
- fill: "currentColor",
2764
- ...rest
2765
- }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2766
- d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M7,11H6V5h1V11z M10,11H9V5h1V11z"
2767
- })), children);
2768
- }
2769
- return /*#__PURE__*/React.createElement(Icon.default, {
2770
- width: size,
2771
- height: size,
2772
- ref: ref,
2773
- xmlns: "http://www.w3.org/2000/svg",
2774
- viewBox: "0 0 32 32",
2775
- fill: "currentColor",
2776
- ...rest
2777
- }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2778
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,22H12V10h2Zm6,0H18V10h2Z"
2779
- })), children);
2780
- });
2781
- if (process.env.NODE_ENV !== "production") {
2782
- PauseOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
2783
- }
2784
- const PauseFuture = /*#__PURE__*/React.forwardRef(function PauseFuture(_ref118, ref) {
2785
- let {
2786
- children,
2787
- size = 16,
2788
- ...rest
2789
- } = _ref118;
2790
- return /*#__PURE__*/React.createElement(Icon.default, {
2791
- width: size,
2792
- height: size,
2793
- ref: ref,
2794
- xmlns: "http://www.w3.org/2000/svg",
2795
- viewBox: "0 0 32 32",
2796
- fill: "currentColor",
2797
- ...rest
2798
- }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2799
- d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
2800
- })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2801
- d: "M16,2A13.9158,13.9158,0,0,1,26,6.2343V2h2v8H20V8h4.9217A11.9818,11.9818,0,1,0,28,16h2A14,14,0,1,1,16,2Z"
2802
- })), children);
2803
- });
2804
- if (process.env.NODE_ENV !== "production") {
2805
- PauseFuture.propTypes = iconPropTypes4cbeb95d.i;
2806
- }
2807
- const PausePast = /*#__PURE__*/React.forwardRef(function PausePast(_ref119, ref) {
2808
- let {
2809
- children,
2810
- size = 16,
2811
- ...rest
2812
- } = _ref119;
2813
- return /*#__PURE__*/React.createElement(Icon.default, {
2814
- width: size,
2815
- height: size,
2816
- ref: ref,
2817
- xmlns: "http://www.w3.org/2000/svg",
2818
- viewBox: "0 0 32 32",
2819
- fill: "currentColor",
2820
- ...rest
2821
- }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2822
- d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
2823
- })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2824
- d: "M16,2A13.9158,13.9158,0,0,0,6,6.2343V2H4v8h8V8H7.0783A11.9818,11.9818,0,1,1,4,16H2A14,14,0,1,0,16,2Z"
2825
- })), children);
2826
- });
2827
- if (process.env.NODE_ENV !== "production") {
2828
- PausePast.propTypes = iconPropTypes4cbeb95d.i;
2829
- }
2830
- const PcnENode = /*#__PURE__*/React.forwardRef(function PcnENode(_ref120, ref) {
2831
- let {
2832
- children,
2833
- size = 16,
2834
- ...rest
2835
- } = _ref120;
2836
- return /*#__PURE__*/React.createElement(Icon.default, {
2837
- width: size,
2838
- height: size,
2839
- ref: ref,
2840
- xmlns: "http://www.w3.org/2000/svg",
2841
- viewBox: "0 0 32 32",
2842
- fill: "currentColor",
2843
- ...rest
2844
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2845
- d: "M20 11L20 9 12 9 12 23 20 23 20 21 14 21 14 17 19 17 19 15 14 15 14 11 20 11z"
2846
- })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2847
- d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
2848
- })), children);
2849
- });
2850
- if (process.env.NODE_ENV !== "production") {
2851
- PcnENode.propTypes = iconPropTypes4cbeb95d.i;
2852
- }
2853
- const PcnMilitary = /*#__PURE__*/React.forwardRef(function PcnMilitary(_ref121, ref) {
2854
- let {
2855
- children,
2856
- size = 16,
2857
- ...rest
2858
- } = _ref121;
2859
- return /*#__PURE__*/React.createElement(Icon.default, {
2860
- width: size,
2861
- height: size,
2862
- ref: ref,
2863
- xmlns: "http://www.w3.org/2000/svg",
2864
- viewBox: "0 0 32 32",
2865
- fill: "currentColor",
2866
- ...rest
2867
- }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2868
- d: "M16 16L14.407 19 11 19.414 13.5 21.667 13 25 16 23.125 19 25 18.5 21.667 21 19.414 17.5 19 16 16z"
2869
- })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2870
- d: "M12.414 17.414L16 13.834 16 13.834 19.588 17.416 21 16 16 11 11 16 12.414 17.414z"
2871
- })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2872
- d: "M12.414 12.414L16 8.834 16 8.834 19.588 12.416 21 11 16 6 11 11 12.414 12.414z"
2873
- })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2874
- d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
2875
- })), children);
2876
- });
2877
- if (process.env.NODE_ENV !== "production") {
2878
- PcnMilitary.propTypes = iconPropTypes4cbeb95d.i;
2879
- }
2880
- const PcnPNode = /*#__PURE__*/React.forwardRef(function PcnPNode(_ref122, ref) {
2881
- let {
2882
- children,
2883
- size = 16,
2884
- ...rest
2885
- } = _ref122;
2886
- return /*#__PURE__*/React.createElement(Icon.default, {
2887
- width: size,
2888
- height: size,
2889
- ref: ref,
2890
- xmlns: "http://www.w3.org/2000/svg",
2891
- viewBox: "0 0 32 32",
2892
- fill: "currentColor",
2893
- ...rest
2894
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2895
- d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V10.9985H14Z"
2896
- })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2897
- d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
2898
- })), children);
2899
- });
2900
- if (process.env.NODE_ENV !== "production") {
2901
- PcnPNode.propTypes = iconPropTypes4cbeb95d.i;
2902
- }
2903
- const PcnZNode = /*#__PURE__*/React.forwardRef(function PcnZNode(_ref123, ref) {
2904
- let {
2905
- children,
2906
- size = 16,
2907
- ...rest
2908
- } = _ref123;
2909
- return /*#__PURE__*/React.createElement(Icon.default, {
2910
- width: size,
2911
- height: size,
2912
- ref: ref,
2913
- xmlns: "http://www.w3.org/2000/svg",
2914
- viewBox: "0 0 32 32",
2915
- fill: "currentColor",
2916
- ...rest
2917
- }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2918
- d: "M20 9L12 9 12 11 18 11 12 21 12 23 20 23 20 21 14 21 20 11 20 9z"
2919
- })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2920
- d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
2921
- })), children);
2922
- });
2923
- if (process.env.NODE_ENV !== "production") {
2924
- PcnZNode.propTypes = iconPropTypes4cbeb95d.i;
2925
- }
2926
- const Pdf = /*#__PURE__*/React.forwardRef(function Pdf(_ref124, ref) {
2927
- let {
2928
- children,
2929
- size = 16,
2930
- ...rest
2931
- } = _ref124;
2932
- return /*#__PURE__*/React.createElement(Icon.default, {
2933
- width: size,
2934
- height: size,
2935
- ref: ref,
2936
- xmlns: "http://www.w3.org/2000/svg",
2937
- viewBox: "0 0 32 32",
2938
- fill: "currentColor",
2939
- ...rest
2940
- }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2941
- d: "M30 11L30 9 22 9 22 23 24 23 24 17 29 17 29 15 24 15 24 11 30 11zM8 9H2V23H4V18H8a2 2 0 002-2V11A2 2 0 008 9zm0 7H4V11H8zM16 23H12V9h4a4 4 0 014 4v6A4 4 0 0116 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H14z"
2942
- })), children);
2943
- });
2944
- if (process.env.NODE_ENV !== "production") {
2945
- Pdf.propTypes = iconPropTypes4cbeb95d.i;
2946
- }
2947
- const PdfReference = /*#__PURE__*/React.forwardRef(function PdfReference(_ref125, ref) {
2948
- let {
2949
- children,
2950
- size = 16,
2951
- ...rest
2952
- } = _ref125;
2953
- return /*#__PURE__*/React.createElement(Icon.default, {
2954
- width: size,
2955
- height: size,
2956
- ref: ref,
2957
- xmlns: "http://www.w3.org/2000/svg",
2958
- viewBox: "0 0 32 32",
2959
- fill: "currentColor",
2960
- ...rest
2961
- }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2962
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM22 16L24 16 24 10 29 10 29 8 24 8 24 4 30 4 30 2 22 2 22 16zM16 2H12V16h4a4 4 0 004-4V6A4 4 0 0016 2zm2 10a2 2 0 01-2 2H14V4h2a2 2 0 012 2zM8 2H2V16H4V11H8a2 2 0 002-2V4A2 2 0 008 2zM8 9H4V4H8z"
2963
- })), children);
2964
- });
2965
- if (process.env.NODE_ENV !== "production") {
2966
- PdfReference.propTypes = iconPropTypes4cbeb95d.i;
2967
- }
2968
-
2969
- exports.NavaidVortac = NavaidVortac;
2970
- exports.Need = Need;
2971
- exports.NetworkAdminControl = NetworkAdminControl;
2972
- exports.NetworkEnterprise = NetworkEnterprise;
2973
- exports.NetworkInterface = NetworkInterface;
2974
- exports.NetworkOverlay = NetworkOverlay;
2975
- exports.NetworkPublic = NetworkPublic;
2976
- exports.NetworkTimeProtocol = NetworkTimeProtocol;
2977
- exports.Network_1 = Network_1;
2978
- exports.Network_2 = Network_2;
2979
- exports.Network_3 = Network_3;
2980
- exports.Network_3Reference = Network_3Reference;
2981
- exports.Network_4 = Network_4;
2982
- exports.Network_4Reference = Network_4Reference;
2983
- exports.NewTab = NewTab;
2984
- exports.NextFilled = NextFilled;
2985
- exports.NextOutline = NextOutline;
2986
- exports.NoImage = NoImage;
2987
- exports.NoTicket = NoTicket;
2988
- exports.Nominal = Nominal;
2989
- exports.NonCertified = NonCertified;
2990
- exports.NoodleBowl = NoodleBowl;
2991
- exports.NotAvailable = NotAvailable;
2992
- exports.NotSent = NotSent;
2993
- exports.NotSentFilled = NotSentFilled;
2994
- exports.Notebook = Notebook;
2995
- exports.NotebookReference = NotebookReference;
2996
- exports.Notification = Notification;
2997
- exports.NotificationCounter = NotificationCounter;
2998
- exports.NotificationFilled = NotificationFilled;
2999
- exports.NotificationNew = NotificationNew;
3000
- exports.NotificationOff = NotificationOff;
3001
- exports.NotificationOffFilled = NotificationOffFilled;
3002
- exports.NullSign = NullSign;
3003
- exports.NumberSmall_0 = NumberSmall_0;
3004
- exports.NumberSmall_1 = NumberSmall_1;
3005
- exports.NumberSmall_2 = NumberSmall_2;
3006
- exports.NumberSmall_3 = NumberSmall_3;
3007
- exports.NumberSmall_4 = NumberSmall_4;
3008
- exports.NumberSmall_5 = NumberSmall_5;
3009
- exports.NumberSmall_6 = NumberSmall_6;
3010
- exports.NumberSmall_7 = NumberSmall_7;
3011
- exports.NumberSmall_8 = NumberSmall_8;
3012
- exports.NumberSmall_9 = NumberSmall_9;
3013
- exports.Number_0 = Number_0;
3014
- exports.Number_1 = Number_1;
3015
- exports.Number_2 = Number_2;
3016
- exports.Number_3 = Number_3;
3017
- exports.Number_4 = Number_4;
3018
- exports.Number_5 = Number_5;
3019
- exports.Number_6 = Number_6;
3020
- exports.Number_7 = Number_7;
3021
- exports.Number_8 = Number_8;
3022
- exports.Number_9 = Number_9;
3023
- exports.Object = Object$1;
3024
- exports.ObjectStorage = ObjectStorage;
3025
- exports.ObjectStorageAlt = ObjectStorageAlt;
3026
- exports.ObservedHail = ObservedHail;
3027
- exports.ObservedLightning = ObservedLightning;
3028
- exports.Omega = Omega;
3029
- exports.Opacity = Opacity;
3030
- exports.OpenPanelBottom = OpenPanelBottom;
3031
- exports.OpenPanelFilledBottom = OpenPanelFilledBottom;
3032
- exports.OpenPanelFilledLeft = OpenPanelFilledLeft;
3033
- exports.OpenPanelFilledRight = OpenPanelFilledRight;
3034
- exports.OpenPanelFilledTop = OpenPanelFilledTop;
3035
- exports.OpenPanelLeft = OpenPanelLeft;
3036
- exports.OpenPanelRight = OpenPanelRight;
3037
- exports.OpenPanelTop = OpenPanelTop;
3038
- exports.OperationsField = OperationsField;
3039
- exports.OperationsRecord = OperationsRecord;
3040
- exports.OrderDetails = OrderDetails;
3041
- exports.Ordinal = Ordinal;
3042
- exports.Outage = Outage;
3043
- exports.OutlookSevere = OutlookSevere;
3044
- exports.OverflowMenuHorizontal = OverflowMenuHorizontal;
3045
- exports.OverflowMenuVertical = OverflowMenuVertical;
3046
- exports.Overlay = Overlay;
3047
- exports.Package = Package;
3048
- exports.PackageNode = PackageNode;
3049
- exports.PackageTextAnalysis = PackageTextAnalysis;
3050
- exports.PageBreak = PageBreak;
3051
- exports.PageFirst = PageFirst;
3052
- exports.PageLast = PageLast;
3053
- exports.PageNumber = PageNumber;
3054
- exports.PaintBrush = PaintBrush;
3055
- exports.PaintBrushAlt = PaintBrushAlt;
3056
- exports.PalmTree = PalmTree;
3057
- exports.PanHorizontal = PanHorizontal;
3058
- exports.PanVertical = PanVertical;
3059
- exports.PanelExpansion = PanelExpansion;
3060
- exports.Paragraph = Paragraph;
3061
- exports.Parameter = Parameter;
3062
- exports.ParentChild = ParentChild;
3063
- exports.PartDefinition = PartDefinition;
3064
- exports.PartUsage = PartUsage;
3065
- exports.PartitionAuto = PartitionAuto;
3066
- exports.PartitionCollection = PartitionCollection;
3067
- exports.PartitionRepartition = PartitionRepartition;
3068
- exports.PartitionSame = PartitionSame;
3069
- exports.PartitionSpecific = PartitionSpecific;
3070
- exports.PartlyCloudy = PartlyCloudy;
3071
- exports.PartlyCloudyNight = PartlyCloudyNight;
3072
- exports.Partnership = Partnership;
3073
- exports.PassengerDrinks = PassengerDrinks;
3074
- exports.PassengerPlus = PassengerPlus;
3075
- exports.Password = Password;
3076
- exports.Paste = Paste;
3077
- exports.Pause = Pause;
3078
- exports.PauseFilled = PauseFilled;
3079
- exports.PauseFuture = PauseFuture;
3080
- exports.PauseOutline = PauseOutline;
3081
- exports.PauseOutlineFilled = PauseOutlineFilled;
3082
- exports.PausePast = PausePast;
3083
- exports.PcnENode = PcnENode;
3084
- exports.PcnMilitary = PcnMilitary;
3085
- exports.PcnPNode = PcnPNode;
3086
- exports.PcnZNode = PcnZNode;
3087
- exports.Pdf = Pdf;
3088
- exports.PdfReference = PdfReference;
3089
- exports.QOperation = QOperation;
3090
- exports.QOperationGauge = QOperationGauge;
3091
- exports.QOperationIf = QOperationIf;
3092
- exports.WatsonHealthNominate = WatsonHealthNominate;
3093
- exports.WatsonHealthPageScroll = WatsonHealthPageScroll;