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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +624 -192
  2. package/es/__stories__/data/index.d.ts +52 -16
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +6 -2
  5. package/es/components/TasksController/TasksController.d.ts +3 -3
  6. package/es/components/TasksController/TasksController.js +4 -1
  7. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -9
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -4
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -8
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -28
  12. package/es/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  13. package/es/components/Tiles/GlassTile/GlassTileBody.js +53 -0
  14. package/es/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  15. package/es/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  16. package/es/index.js +1 -0
  17. package/lib/__stories__/AnimatedHeader.stories.d.ts +624 -192
  18. package/lib/__stories__/data/index.d.ts +52 -16
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +6 -2
  21. package/lib/components/TasksController/TasksController.d.ts +3 -3
  22. package/lib/components/TasksController/TasksController.js +4 -1
  23. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +10 -9
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -4
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -8
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -27
  28. package/lib/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  29. package/lib/components/Tiles/GlassTile/GlassTileBody.js +55 -0
  30. package/lib/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  31. package/lib/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  32. package/lib/index.js +1 -0
  33. package/package.json +2 -2
  34. package/scss/Tiles/GlassTile/glass-tile.scss +0 -1
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -2956
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3263
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -2946
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3112
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -2967
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3056
  41. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -2888
  42. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3072
  43. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -2992
  44. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2843
  45. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3080
  46. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1680
  47. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3096
  48. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3008
  49. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -2916
  50. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -2992
  51. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -2983
  52. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3106
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3090
  54. package/es/node_modules/@carbon/icons-react/es/index.js +0 -30
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -3082
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3389
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -3072
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3238
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -3093
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3182
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -3014
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3198
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -3118
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2969
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3206
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1750
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3222
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3134
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -3042
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -3118
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -3109
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3232
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3216
  74. package/lib/node_modules/@carbon/icons-react/es/index.js +0 -2480
@@ -1,2967 +0,0 @@
1
- /**
2
- * Copyright IBM Corp. 2024
3
- *
4
- * This source code is licensed under the Apache-2.0 license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- */
7
-
8
- import React from 'react';
9
- import Icon from '../Icon.js';
10
- import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
11
- import 'prop-types';
12
-
13
- var _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;
14
- const NavaidVortac = /*#__PURE__*/React.forwardRef(function NavaidVortac(_ref, ref) {
15
- let {
16
- children,
17
- size = 16,
18
- ...rest
19
- } = _ref;
20
- return /*#__PURE__*/React.createElement(Icon, {
21
- width: size,
22
- height: size,
23
- ref: ref,
24
- xmlns: "http://www.w3.org/2000/svg",
25
- viewBox: "0 0 32 32",
26
- fill: "currentColor",
27
- ...rest
28
- }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
29
- cx: "16",
30
- cy: "14",
31
- r: "2"
32
- })), _path || (_path = /*#__PURE__*/React.createElement("path", {
33
- 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"
34
- })), children);
35
- });
36
- if (process.env.NODE_ENV !== "production") {
37
- NavaidVortac.propTypes = iconPropTypes;
38
- }
39
- const Need = /*#__PURE__*/React.forwardRef(function Need(_ref2, ref) {
40
- let {
41
- children,
42
- size = 16,
43
- ...rest
44
- } = _ref2;
45
- return /*#__PURE__*/React.createElement(Icon, {
46
- width: size,
47
- height: size,
48
- ref: ref,
49
- xmlns: "http://www.w3.org/2000/svg",
50
- viewBox: "0 0 32 32",
51
- fill: "currentColor",
52
- ...rest
53
- }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
54
- 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"
55
- })), children);
56
- });
57
- if (process.env.NODE_ENV !== "production") {
58
- Need.propTypes = iconPropTypes;
59
- }
60
- const Network_1 = /*#__PURE__*/React.forwardRef(function Network_1(_ref3, ref) {
61
- let {
62
- children,
63
- size = 16,
64
- ...rest
65
- } = _ref3;
66
- return /*#__PURE__*/React.createElement(Icon, {
67
- width: size,
68
- height: size,
69
- ref: ref,
70
- xmlns: "http://www.w3.org/2000/svg",
71
- viewBox: "0 0 32 32",
72
- fill: "currentColor",
73
- ...rest
74
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
75
- 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"
76
- })), children);
77
- });
78
- if (process.env.NODE_ENV !== "production") {
79
- Network_1.propTypes = iconPropTypes;
80
- }
81
- const Network_2 = /*#__PURE__*/React.forwardRef(function Network_2(_ref4, ref) {
82
- let {
83
- children,
84
- size = 16,
85
- ...rest
86
- } = _ref4;
87
- return /*#__PURE__*/React.createElement(Icon, {
88
- width: size,
89
- height: size,
90
- ref: ref,
91
- xmlns: "http://www.w3.org/2000/svg",
92
- viewBox: "0 0 32 32",
93
- fill: "currentColor",
94
- ...rest
95
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
96
- 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"
97
- })), children);
98
- });
99
- if (process.env.NODE_ENV !== "production") {
100
- Network_2.propTypes = iconPropTypes;
101
- }
102
- const Network_3 = /*#__PURE__*/React.forwardRef(function Network_3(_ref5, ref) {
103
- let {
104
- children,
105
- size = 16,
106
- ...rest
107
- } = _ref5;
108
- return /*#__PURE__*/React.createElement(Icon, {
109
- width: size,
110
- height: size,
111
- ref: ref,
112
- xmlns: "http://www.w3.org/2000/svg",
113
- viewBox: "0 0 32 32",
114
- fill: "currentColor",
115
- ...rest
116
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
117
- d: "M30 30H22V22h8zm-6-2h4V24H24zM20 27H8A6 6 0 018 15h2v2H8a4 4 0 000 8H20z"
118
- })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
119
- d: "M20,20H12V12h8Zm-6-2h4V14H14Z"
120
- })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
121
- d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
122
- })), children);
123
- });
124
- if (process.env.NODE_ENV !== "production") {
125
- Network_3.propTypes = iconPropTypes;
126
- }
127
- const Network_3Reference = /*#__PURE__*/React.forwardRef(function Network_3Reference(_ref6, ref) {
128
- let {
129
- children,
130
- size = 16,
131
- ...rest
132
- } = _ref6;
133
- return /*#__PURE__*/React.createElement(Icon, {
134
- width: size,
135
- height: size,
136
- ref: ref,
137
- xmlns: "http://www.w3.org/2000/svg",
138
- viewBox: "0 0 32 32",
139
- fill: "currentColor",
140
- ...rest
141
- }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
142
- 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"
143
- })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
144
- d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
145
- })), children);
146
- });
147
- if (process.env.NODE_ENV !== "production") {
148
- Network_3Reference.propTypes = iconPropTypes;
149
- }
150
- const Network_4 = /*#__PURE__*/React.forwardRef(function Network_4(_ref7, ref) {
151
- let {
152
- children,
153
- size = 16,
154
- ...rest
155
- } = _ref7;
156
- return /*#__PURE__*/React.createElement(Icon, {
157
- width: size,
158
- height: size,
159
- ref: ref,
160
- xmlns: "http://www.w3.org/2000/svg",
161
- viewBox: "0 0 32 32",
162
- fill: "currentColor",
163
- ...rest
164
- }, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
165
- cx: "21",
166
- cy: "26",
167
- r: "2"
168
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
169
- cx: "21",
170
- cy: "6",
171
- r: "2"
172
- })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
173
- cx: "4",
174
- cy: "16",
175
- r: "2"
176
- })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
177
- 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"
178
- })), children);
179
- });
180
- if (process.env.NODE_ENV !== "production") {
181
- Network_4.propTypes = iconPropTypes;
182
- }
183
- const Network_4Reference = /*#__PURE__*/React.forwardRef(function Network_4Reference(_ref8, ref) {
184
- let {
185
- children,
186
- size = 16,
187
- ...rest
188
- } = _ref8;
189
- return /*#__PURE__*/React.createElement(Icon, {
190
- width: size,
191
- height: size,
192
- ref: ref,
193
- xmlns: "http://www.w3.org/2000/svg",
194
- viewBox: "0 0 32 32",
195
- fill: "currentColor",
196
- ...rest
197
- }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
198
- cx: "21",
199
- cy: "26",
200
- r: "2"
201
- })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
202
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
203
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
204
- cx: "21",
205
- cy: "6",
206
- r: "2"
207
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
208
- cx: "4",
209
- cy: "16",
210
- r: "2"
211
- })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
212
- 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"
213
- })), children);
214
- });
215
- if (process.env.NODE_ENV !== "production") {
216
- Network_4Reference.propTypes = iconPropTypes;
217
- }
218
- const NetworkAdminControl = /*#__PURE__*/React.forwardRef(function NetworkAdminControl(_ref9, ref) {
219
- let {
220
- children,
221
- size = 16,
222
- ...rest
223
- } = _ref9;
224
- return /*#__PURE__*/React.createElement(Icon, {
225
- width: size,
226
- height: size,
227
- ref: ref,
228
- xmlns: "http://www.w3.org/2000/svg",
229
- viewBox: "0 0 32 32",
230
- fill: "currentColor",
231
- ...rest
232
- }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
233
- 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"
234
- })), children);
235
- });
236
- if (process.env.NODE_ENV !== "production") {
237
- NetworkAdminControl.propTypes = iconPropTypes;
238
- }
239
- const NetworkEnterprise = /*#__PURE__*/React.forwardRef(function NetworkEnterprise(_ref10, ref) {
240
- let {
241
- children,
242
- size = 16,
243
- ...rest
244
- } = _ref10;
245
- return /*#__PURE__*/React.createElement(Icon, {
246
- width: size,
247
- height: size,
248
- ref: ref,
249
- xmlns: "http://www.w3.org/2000/svg",
250
- viewBox: "0 0 32 32",
251
- fill: "currentColor",
252
- ...rest
253
- }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
254
- 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"
255
- })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
256
- 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"
257
- })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
258
- d: "M20 16H22V20H20zM24 16H26V20H24zM20 22H22V26H20zM24 22H26V26H24z"
259
- })), children);
260
- });
261
- if (process.env.NODE_ENV !== "production") {
262
- NetworkEnterprise.propTypes = iconPropTypes;
263
- }
264
- const NetworkOverlay = /*#__PURE__*/React.forwardRef(function NetworkOverlay(_ref11, ref) {
265
- let {
266
- children,
267
- size = 16,
268
- ...rest
269
- } = _ref11;
270
- return /*#__PURE__*/React.createElement(Icon, {
271
- width: size,
272
- height: size,
273
- ref: ref,
274
- xmlns: "http://www.w3.org/2000/svg",
275
- viewBox: "0 0 32 32",
276
- fill: "currentColor",
277
- ...rest
278
- }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
279
- 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"
280
- })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
281
- 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"
282
- })), children);
283
- });
284
- if (process.env.NODE_ENV !== "production") {
285
- NetworkOverlay.propTypes = iconPropTypes;
286
- }
287
- const NetworkPublic = /*#__PURE__*/React.forwardRef(function NetworkPublic(_ref12, ref) {
288
- let {
289
- children,
290
- size = 16,
291
- ...rest
292
- } = _ref12;
293
- return /*#__PURE__*/React.createElement(Icon, {
294
- width: size,
295
- height: size,
296
- ref: ref,
297
- xmlns: "http://www.w3.org/2000/svg",
298
- viewBox: "0 0 32 32",
299
- fill: "currentColor",
300
- ...rest
301
- }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
302
- 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"
303
- })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
304
- 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"
305
- })), children);
306
- });
307
- if (process.env.NODE_ENV !== "production") {
308
- NetworkPublic.propTypes = iconPropTypes;
309
- }
310
- const NetworkInterface = /*#__PURE__*/React.forwardRef(function NetworkInterface(_ref13, ref) {
311
- let {
312
- children,
313
- size = 16,
314
- ...rest
315
- } = _ref13;
316
- return /*#__PURE__*/React.createElement(Icon, {
317
- width: size,
318
- height: size,
319
- ref: ref,
320
- xmlns: "http://www.w3.org/2000/svg",
321
- viewBox: "0 0 32 32",
322
- fill: "currentColor",
323
- ...rest
324
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
325
- 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"
326
- })), children);
327
- });
328
- if (process.env.NODE_ENV !== "production") {
329
- NetworkInterface.propTypes = iconPropTypes;
330
- }
331
- const NetworkTimeProtocol = /*#__PURE__*/React.forwardRef(function NetworkTimeProtocol(_ref14, ref) {
332
- let {
333
- children,
334
- size = 16,
335
- ...rest
336
- } = _ref14;
337
- return /*#__PURE__*/React.createElement(Icon, {
338
- width: size,
339
- height: size,
340
- ref: ref,
341
- xmlns: "http://www.w3.org/2000/svg",
342
- viewBox: "0 0 32 32",
343
- fill: "currentColor",
344
- ...rest
345
- }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
346
- 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"
347
- })), children);
348
- });
349
- if (process.env.NODE_ENV !== "production") {
350
- NetworkTimeProtocol.propTypes = iconPropTypes;
351
- }
352
- const NewTab = /*#__PURE__*/React.forwardRef(function NewTab(_ref15, ref) {
353
- let {
354
- children,
355
- size = 16,
356
- ...rest
357
- } = _ref15;
358
- if (size === 16 || size === "16" || size === "16px") {
359
- return /*#__PURE__*/React.createElement(Icon, {
360
- width: size,
361
- height: size,
362
- ref: ref,
363
- xmlns: "http://www.w3.org/2000/svg",
364
- viewBox: "0 0 16 16",
365
- fill: "currentColor",
366
- ...rest
367
- }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
368
- 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"
369
- })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
370
- d: "M13 3L13 1 12 1 12 3 10 3 10 4 12 4 12 6 13 6 13 4 15 4 15 3z"
371
- })), children);
372
- }
373
- return /*#__PURE__*/React.createElement(Icon, {
374
- width: size,
375
- height: size,
376
- ref: ref,
377
- xmlns: "http://www.w3.org/2000/svg",
378
- viewBox: "0 0 32 32",
379
- fill: "currentColor",
380
- ...rest
381
- }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
382
- 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"
383
- })), _path26 || (_path26 = /*#__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
- })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
386
- 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"
387
- })), children);
388
- });
389
- if (process.env.NODE_ENV !== "production") {
390
- NewTab.propTypes = iconPropTypes;
391
- }
392
- const NextFilled = /*#__PURE__*/React.forwardRef(function NextFilled(_ref16, ref) {
393
- let {
394
- children,
395
- size = 16,
396
- ...rest
397
- } = _ref16;
398
- return /*#__PURE__*/React.createElement(Icon, {
399
- width: size,
400
- height: size,
401
- ref: ref,
402
- xmlns: "http://www.w3.org/2000/svg",
403
- viewBox: "0 0 32 32",
404
- fill: "currentColor",
405
- ...rest
406
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
407
- 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"
408
- })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
409
- fill: "none",
410
- 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",
411
- "data-icon-path": "inner-path"
412
- })), children);
413
- });
414
- if (process.env.NODE_ENV !== "production") {
415
- NextFilled.propTypes = iconPropTypes;
416
- }
417
- const NextOutline = /*#__PURE__*/React.forwardRef(function NextOutline(_ref17, ref) {
418
- let {
419
- children,
420
- size = 16,
421
- ...rest
422
- } = _ref17;
423
- return /*#__PURE__*/React.createElement(Icon, {
424
- width: size,
425
- height: size,
426
- ref: ref,
427
- xmlns: "http://www.w3.org/2000/svg",
428
- viewBox: "0 0 32 32",
429
- fill: "currentColor",
430
- ...rest
431
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
432
- 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"
433
- })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
434
- 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"
435
- })), children);
436
- });
437
- if (process.env.NODE_ENV !== "production") {
438
- NextOutline.propTypes = iconPropTypes;
439
- }
440
- const NoImage = /*#__PURE__*/React.forwardRef(function NoImage(_ref18, ref) {
441
- let {
442
- children,
443
- size = 16,
444
- ...rest
445
- } = _ref18;
446
- return /*#__PURE__*/React.createElement(Icon, {
447
- width: size,
448
- height: size,
449
- ref: ref,
450
- xmlns: "http://www.w3.org/2000/svg",
451
- viewBox: "0 0 32 32",
452
- fill: "currentColor",
453
- ...rest
454
- }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
455
- 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"
456
- })), children);
457
- });
458
- if (process.env.NODE_ENV !== "production") {
459
- NoImage.propTypes = iconPropTypes;
460
- }
461
- const NoTicket = /*#__PURE__*/React.forwardRef(function NoTicket(_ref19, ref) {
462
- let {
463
- children,
464
- size = 16,
465
- ...rest
466
- } = _ref19;
467
- return /*#__PURE__*/React.createElement(Icon, {
468
- width: size,
469
- height: size,
470
- ref: ref,
471
- xmlns: "http://www.w3.org/2000/svg",
472
- viewBox: "0 0 32 32",
473
- fill: "currentColor",
474
- ...rest
475
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
476
- 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"
477
- })), children);
478
- });
479
- if (process.env.NODE_ENV !== "production") {
480
- NoTicket.propTypes = iconPropTypes;
481
- }
482
- const Nominal = /*#__PURE__*/React.forwardRef(function Nominal(_ref20, ref) {
483
- let {
484
- children,
485
- size = 16,
486
- ...rest
487
- } = _ref20;
488
- if (size === 16 || size === "16" || size === "16px") {
489
- return /*#__PURE__*/React.createElement(Icon, {
490
- width: size,
491
- height: size,
492
- ref: ref,
493
- xmlns: "http://www.w3.org/2000/svg",
494
- viewBox: "0 0 16 16",
495
- fill: "currentColor",
496
- ...rest
497
- }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
498
- 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"
499
- })), children);
500
- }
501
- return /*#__PURE__*/React.createElement(Icon, {
502
- width: size,
503
- height: size,
504
- ref: ref,
505
- xmlns: "http://www.w3.org/2000/svg",
506
- viewBox: "0 0 32 32",
507
- fill: "currentColor",
508
- ...rest
509
- }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
510
- 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"
511
- })), children);
512
- });
513
- if (process.env.NODE_ENV !== "production") {
514
- Nominal.propTypes = iconPropTypes;
515
- }
516
- const WatsonHealthNominate = /*#__PURE__*/React.forwardRef(function WatsonHealthNominate(_ref21, ref) {
517
- let {
518
- children,
519
- size = 16,
520
- ...rest
521
- } = _ref21;
522
- return /*#__PURE__*/React.createElement(Icon, {
523
- width: size,
524
- height: size,
525
- ref: ref,
526
- xmlns: "http://www.w3.org/2000/svg",
527
- viewBox: "0 0 32 32",
528
- fill: "currentColor",
529
- ...rest
530
- }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
531
- 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"
532
- })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
533
- 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"
534
- })), children);
535
- });
536
- if (process.env.NODE_ENV !== "production") {
537
- WatsonHealthNominate.propTypes = iconPropTypes;
538
- }
539
- const NonCertified = /*#__PURE__*/React.forwardRef(function NonCertified(_ref22, ref) {
540
- let {
541
- children,
542
- size = 16,
543
- ...rest
544
- } = _ref22;
545
- return /*#__PURE__*/React.createElement(Icon, {
546
- width: size,
547
- height: size,
548
- ref: ref,
549
- xmlns: "http://www.w3.org/2000/svg",
550
- viewBox: "0 0 32 32",
551
- fill: "currentColor",
552
- ...rest
553
- }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
554
- d: "M6 8H16V10H6zM6 12H14V14H6zM6 16H10V18H6z"
555
- })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
556
- 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"
557
- })), children);
558
- });
559
- if (process.env.NODE_ENV !== "production") {
560
- NonCertified.propTypes = iconPropTypes;
561
- }
562
- const NoodleBowl = /*#__PURE__*/React.forwardRef(function NoodleBowl(_ref23, ref) {
563
- let {
564
- children,
565
- size = 16,
566
- ...rest
567
- } = _ref23;
568
- return /*#__PURE__*/React.createElement(Icon, {
569
- width: size,
570
- height: size,
571
- ref: ref,
572
- xmlns: "http://www.w3.org/2000/svg",
573
- viewBox: "0 0 32 32",
574
- fill: "currentColor",
575
- ...rest
576
- }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
577
- 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"
578
- })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
579
- 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"
580
- })), children);
581
- });
582
- if (process.env.NODE_ENV !== "production") {
583
- NoodleBowl.propTypes = iconPropTypes;
584
- }
585
- const NotAvailable = /*#__PURE__*/React.forwardRef(function NotAvailable(_ref24, ref) {
586
- let {
587
- children,
588
- size = 16,
589
- ...rest
590
- } = _ref24;
591
- return /*#__PURE__*/React.createElement(Icon, {
592
- width: size,
593
- height: size,
594
- ref: ref,
595
- xmlns: "http://www.w3.org/2000/svg",
596
- viewBox: "0 0 32 32",
597
- fill: "currentColor",
598
- ...rest
599
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
600
- d: "M4 15H14V17H4zM18 15H28V17H18z"
601
- })), children);
602
- });
603
- if (process.env.NODE_ENV !== "production") {
604
- NotAvailable.propTypes = iconPropTypes;
605
- }
606
- const NotSent = /*#__PURE__*/React.forwardRef(function NotSent(_ref25, ref) {
607
- let {
608
- children,
609
- size = 16,
610
- ...rest
611
- } = _ref25;
612
- return /*#__PURE__*/React.createElement(Icon, {
613
- width: size,
614
- height: size,
615
- ref: ref,
616
- xmlns: "http://www.w3.org/2000/svg",
617
- viewBox: "0 0 32 32",
618
- fill: "currentColor",
619
- ...rest
620
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
621
- 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"
622
- })), children);
623
- });
624
- if (process.env.NODE_ENV !== "production") {
625
- NotSent.propTypes = iconPropTypes;
626
- }
627
- const NotSentFilled = /*#__PURE__*/React.forwardRef(function NotSentFilled(_ref26, ref) {
628
- let {
629
- children,
630
- size = 16,
631
- ...rest
632
- } = _ref26;
633
- return /*#__PURE__*/React.createElement(Icon, {
634
- width: size,
635
- height: size,
636
- ref: ref,
637
- xmlns: "http://www.w3.org/2000/svg",
638
- viewBox: "0 0 32 32",
639
- fill: "currentColor",
640
- ...rest
641
- }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
642
- 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"
643
- })), children);
644
- });
645
- if (process.env.NODE_ENV !== "production") {
646
- NotSentFilled.propTypes = iconPropTypes;
647
- }
648
- const Notebook = /*#__PURE__*/React.forwardRef(function Notebook(_ref27, ref) {
649
- let {
650
- children,
651
- size = 16,
652
- ...rest
653
- } = _ref27;
654
- return /*#__PURE__*/React.createElement(Icon, {
655
- width: size,
656
- height: size,
657
- ref: ref,
658
- xmlns: "http://www.w3.org/2000/svg",
659
- viewBox: "0 0 32 32",
660
- fill: "currentColor",
661
- ...rest
662
- }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
663
- d: "M19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19z"
664
- })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
665
- 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"
666
- })), children);
667
- });
668
- if (process.env.NODE_ENV !== "production") {
669
- Notebook.propTypes = iconPropTypes;
670
- }
671
- const NotebookReference = /*#__PURE__*/React.forwardRef(function NotebookReference(_ref28, ref) {
672
- let {
673
- children,
674
- size = 16,
675
- ...rest
676
- } = _ref28;
677
- return /*#__PURE__*/React.createElement(Icon, {
678
- width: size,
679
- height: size,
680
- ref: ref,
681
- xmlns: "http://www.w3.org/2000/svg",
682
- viewBox: "0 0 32 32",
683
- fill: "currentColor",
684
- ...rest
685
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
686
- 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"
687
- })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
688
- 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"
689
- })), children);
690
- });
691
- if (process.env.NODE_ENV !== "production") {
692
- NotebookReference.propTypes = iconPropTypes;
693
- }
694
- const Notification = /*#__PURE__*/React.forwardRef(function Notification(_ref29, ref) {
695
- let {
696
- children,
697
- size = 16,
698
- ...rest
699
- } = _ref29;
700
- if (size === 16 || size === "16" || size === "16px") {
701
- return /*#__PURE__*/React.createElement(Icon, {
702
- width: size,
703
- height: size,
704
- ref: ref,
705
- xmlns: "http://www.w3.org/2000/svg",
706
- viewBox: "0 0 16 16",
707
- fill: "currentColor",
708
- ...rest
709
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
710
- 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"
711
- })), children);
712
- }
713
- return /*#__PURE__*/React.createElement(Icon, {
714
- width: size,
715
- height: size,
716
- ref: ref,
717
- xmlns: "http://www.w3.org/2000/svg",
718
- viewBox: "0 0 32 32",
719
- fill: "currentColor",
720
- ...rest
721
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
722
- 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"
723
- })), children);
724
- });
725
- if (process.env.NODE_ENV !== "production") {
726
- Notification.propTypes = iconPropTypes;
727
- }
728
- const NotificationFilled = /*#__PURE__*/React.forwardRef(function NotificationFilled(_ref30, ref) {
729
- let {
730
- children,
731
- size = 16,
732
- ...rest
733
- } = _ref30;
734
- return /*#__PURE__*/React.createElement(Icon, {
735
- width: size,
736
- height: size,
737
- ref: ref,
738
- xmlns: "http://www.w3.org/2000/svg",
739
- viewBox: "0 0 32 32",
740
- fill: "currentColor",
741
- ...rest
742
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
743
- 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"
744
- })), children);
745
- });
746
- if (process.env.NODE_ENV !== "production") {
747
- NotificationFilled.propTypes = iconPropTypes;
748
- }
749
- const NotificationNew = /*#__PURE__*/React.forwardRef(function NotificationNew(_ref31, ref) {
750
- let {
751
- children,
752
- size = 16,
753
- ...rest
754
- } = _ref31;
755
- return /*#__PURE__*/React.createElement(Icon, {
756
- width: size,
757
- height: size,
758
- ref: ref,
759
- xmlns: "http://www.w3.org/2000/svg",
760
- viewBox: "0 0 32 32",
761
- fill: "currentColor",
762
- ...rest
763
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
764
- 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"
765
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
766
- cx: "26",
767
- cy: "8",
768
- r: "4"
769
- })), children);
770
- });
771
- if (process.env.NODE_ENV !== "production") {
772
- NotificationNew.propTypes = iconPropTypes;
773
- }
774
- const NotificationOff = /*#__PURE__*/React.forwardRef(function NotificationOff(_ref32, ref) {
775
- let {
776
- children,
777
- size = 16,
778
- ...rest
779
- } = _ref32;
780
- if (size === 16 || size === "16" || size === "16px") {
781
- return /*#__PURE__*/React.createElement(Icon, {
782
- width: size,
783
- height: size,
784
- ref: ref,
785
- xmlns: "http://www.w3.org/2000/svg",
786
- viewBox: "0 0 16 16",
787
- fill: "currentColor",
788
- ...rest
789
- }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
790
- 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"
791
- })), children);
792
- }
793
- return /*#__PURE__*/React.createElement(Icon, {
794
- width: size,
795
- height: size,
796
- ref: ref,
797
- xmlns: "http://www.w3.org/2000/svg",
798
- viewBox: "0 0 32 32",
799
- fill: "currentColor",
800
- ...rest
801
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
802
- 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"
803
- })), children);
804
- });
805
- if (process.env.NODE_ENV !== "production") {
806
- NotificationOff.propTypes = iconPropTypes;
807
- }
808
- const NotificationOffFilled = /*#__PURE__*/React.forwardRef(function NotificationOffFilled(_ref33, ref) {
809
- let {
810
- children,
811
- size = 16,
812
- ...rest
813
- } = _ref33;
814
- return /*#__PURE__*/React.createElement(Icon, {
815
- width: size,
816
- height: size,
817
- ref: ref,
818
- xmlns: "http://www.w3.org/2000/svg",
819
- viewBox: "0 0 32 32",
820
- fill: "currentColor",
821
- ...rest
822
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
823
- 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"
824
- })), children);
825
- });
826
- if (process.env.NODE_ENV !== "production") {
827
- NotificationOffFilled.propTypes = iconPropTypes;
828
- }
829
- const NotificationCounter = /*#__PURE__*/React.forwardRef(function NotificationCounter(_ref34, ref) {
830
- let {
831
- children,
832
- size = 16,
833
- ...rest
834
- } = _ref34;
835
- return /*#__PURE__*/React.createElement(Icon, {
836
- width: size,
837
- height: size,
838
- ref: ref,
839
- xmlns: "http://www.w3.org/2000/svg",
840
- viewBox: "0 0 32 32",
841
- fill: "currentColor",
842
- ...rest
843
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
844
- strokeWidth: "0",
845
- 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"
846
- })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
847
- cx: "26.5",
848
- cy: "5.5",
849
- r: "3.5",
850
- strokeWidth: "0"
851
- })), children);
852
- });
853
- if (process.env.NODE_ENV !== "production") {
854
- NotificationCounter.propTypes = iconPropTypes;
855
- }
856
- const NullSign = /*#__PURE__*/React.forwardRef(function NullSign(_ref35, ref) {
857
- let {
858
- children,
859
- size = 16,
860
- ...rest
861
- } = _ref35;
862
- return /*#__PURE__*/React.createElement(Icon, {
863
- width: size,
864
- height: size,
865
- ref: ref,
866
- xmlns: "http://www.w3.org/2000/svg",
867
- viewBox: "0 0 32 32",
868
- fill: "currentColor",
869
- ...rest
870
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
871
- 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"
872
- })), children);
873
- });
874
- if (process.env.NODE_ENV !== "production") {
875
- NullSign.propTypes = iconPropTypes;
876
- }
877
- const Number_0 = /*#__PURE__*/React.forwardRef(function Number_0(_ref36, ref) {
878
- let {
879
- children,
880
- size = 16,
881
- ...rest
882
- } = _ref36;
883
- return /*#__PURE__*/React.createElement(Icon, {
884
- width: size,
885
- height: size,
886
- ref: ref,
887
- xmlns: "http://www.w3.org/2000/svg",
888
- viewBox: "0 0 32 32",
889
- fill: "currentColor",
890
- ...rest
891
- }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
892
- 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"
893
- })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
894
- d: "M15 15H17V17H15z"
895
- })), children);
896
- });
897
- if (process.env.NODE_ENV !== "production") {
898
- Number_0.propTypes = iconPropTypes;
899
- }
900
- const Number_1 = /*#__PURE__*/React.forwardRef(function Number_1(_ref37, ref) {
901
- let {
902
- children,
903
- size = 16,
904
- ...rest
905
- } = _ref37;
906
- return /*#__PURE__*/React.createElement(Icon, {
907
- width: size,
908
- height: size,
909
- ref: ref,
910
- xmlns: "http://www.w3.org/2000/svg",
911
- viewBox: "0 0 32 32",
912
- fill: "currentColor",
913
- ...rest
914
- }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
915
- d: "M16,10V22h0V10m1-1H12v2h3V21H12v2h8V21H17V9Z"
916
- })), children);
917
- });
918
- if (process.env.NODE_ENV !== "production") {
919
- Number_1.propTypes = iconPropTypes;
920
- }
921
- const Number_2 = /*#__PURE__*/React.forwardRef(function Number_2(_ref38, ref) {
922
- let {
923
- children,
924
- size = 16,
925
- ...rest
926
- } = _ref38;
927
- return /*#__PURE__*/React.createElement(Icon, {
928
- width: size,
929
- height: size,
930
- ref: ref,
931
- xmlns: "http://www.w3.org/2000/svg",
932
- viewBox: "0 0 32 32",
933
- fill: "currentColor",
934
- ...rest
935
- }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
936
- d: "M20,23H12V17a2,2,0,0,1,2-2h4V11H12V9h6a2,2,0,0,1,2,2v4a2,2,0,0,1-2,2H14v4h6Z"
937
- })), children);
938
- });
939
- if (process.env.NODE_ENV !== "production") {
940
- Number_2.propTypes = iconPropTypes;
941
- }
942
- const Number_3 = /*#__PURE__*/React.forwardRef(function Number_3(_ref39, ref) {
943
- let {
944
- children,
945
- size = 16,
946
- ...rest
947
- } = _ref39;
948
- return /*#__PURE__*/React.createElement(Icon, {
949
- width: size,
950
- height: size,
951
- ref: ref,
952
- xmlns: "http://www.w3.org/2000/svg",
953
- viewBox: "0 0 32 32",
954
- fill: "currentColor",
955
- ...rest
956
- }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
957
- d: "M18,9H12v2h6v4H14v2h4v4H12v2h6a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Z"
958
- })), children);
959
- });
960
- if (process.env.NODE_ENV !== "production") {
961
- Number_3.propTypes = iconPropTypes;
962
- }
963
- const Number_4 = /*#__PURE__*/React.forwardRef(function Number_4(_ref40, ref) {
964
- let {
965
- children,
966
- size = 16,
967
- ...rest
968
- } = _ref40;
969
- return /*#__PURE__*/React.createElement(Icon, {
970
- width: size,
971
- height: size,
972
- ref: ref,
973
- xmlns: "http://www.w3.org/2000/svg",
974
- viewBox: "0 0 32 32",
975
- fill: "currentColor",
976
- ...rest
977
- }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
978
- d: "M18,10v8h0V10m1-1H17v8H14V9H12V19h5v4h2V19h1V17H19V9Z"
979
- })), children);
980
- });
981
- if (process.env.NODE_ENV !== "production") {
982
- Number_4.propTypes = iconPropTypes;
983
- }
984
- const Number_5 = /*#__PURE__*/React.forwardRef(function Number_5(_ref41, ref) {
985
- let {
986
- children,
987
- size = 16,
988
- ...rest
989
- } = _ref41;
990
- return /*#__PURE__*/React.createElement(Icon, {
991
- width: size,
992
- height: size,
993
- ref: ref,
994
- xmlns: "http://www.w3.org/2000/svg",
995
- viewBox: "0 0 32 32",
996
- fill: "currentColor",
997
- ...rest
998
- }, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
999
- d: "M18,23H12V21h6V17H12V9h8v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z"
1000
- })), children);
1001
- });
1002
- if (process.env.NODE_ENV !== "production") {
1003
- Number_5.propTypes = iconPropTypes;
1004
- }
1005
- const Number_6 = /*#__PURE__*/React.forwardRef(function Number_6(_ref42, ref) {
1006
- let {
1007
- children,
1008
- size = 16,
1009
- ...rest
1010
- } = _ref42;
1011
- return /*#__PURE__*/React.createElement(Icon, {
1012
- width: size,
1013
- height: size,
1014
- ref: ref,
1015
- xmlns: "http://www.w3.org/2000/svg",
1016
- viewBox: "0 0 32 32",
1017
- fill: "currentColor",
1018
- ...rest
1019
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1020
- 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"
1021
- })), children);
1022
- });
1023
- if (process.env.NODE_ENV !== "production") {
1024
- Number_6.propTypes = iconPropTypes;
1025
- }
1026
- const Number_7 = /*#__PURE__*/React.forwardRef(function Number_7(_ref43, ref) {
1027
- let {
1028
- children,
1029
- size = 16,
1030
- ...rest
1031
- } = _ref43;
1032
- return /*#__PURE__*/React.createElement(Icon, {
1033
- width: size,
1034
- height: size,
1035
- ref: ref,
1036
- xmlns: "http://www.w3.org/2000/svg",
1037
- viewBox: "0 0 32 32",
1038
- fill: "currentColor",
1039
- ...rest
1040
- }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1041
- d: "M20 9L12 9 12 13 14 13 14 11 17.85 11 13 23 15.16 23 20 11 20 9z"
1042
- })), children);
1043
- });
1044
- if (process.env.NODE_ENV !== "production") {
1045
- Number_7.propTypes = iconPropTypes;
1046
- }
1047
- const Number_8 = /*#__PURE__*/React.forwardRef(function Number_8(_ref44, ref) {
1048
- let {
1049
- children,
1050
- size = 16,
1051
- ...rest
1052
- } = _ref44;
1053
- return /*#__PURE__*/React.createElement(Icon, {
1054
- width: size,
1055
- height: size,
1056
- ref: ref,
1057
- xmlns: "http://www.w3.org/2000/svg",
1058
- viewBox: "0 0 32 32",
1059
- fill: "currentColor",
1060
- ...rest
1061
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1062
- 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"
1063
- })), children);
1064
- });
1065
- if (process.env.NODE_ENV !== "production") {
1066
- Number_8.propTypes = iconPropTypes;
1067
- }
1068
- const Number_9 = /*#__PURE__*/React.forwardRef(function Number_9(_ref45, ref) {
1069
- let {
1070
- children,
1071
- size = 16,
1072
- ...rest
1073
- } = _ref45;
1074
- return /*#__PURE__*/React.createElement(Icon, {
1075
- width: size,
1076
- height: size,
1077
- ref: ref,
1078
- xmlns: "http://www.w3.org/2000/svg",
1079
- viewBox: "0 0 32 32",
1080
- fill: "currentColor",
1081
- ...rest
1082
- }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1083
- 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"
1084
- })), children);
1085
- });
1086
- if (process.env.NODE_ENV !== "production") {
1087
- Number_9.propTypes = iconPropTypes;
1088
- }
1089
- const NumberSmall_0 = /*#__PURE__*/React.forwardRef(function NumberSmall_0(_ref46, ref) {
1090
- let {
1091
- children,
1092
- size = 16,
1093
- ...rest
1094
- } = _ref46;
1095
- return /*#__PURE__*/React.createElement(Icon, {
1096
- width: size,
1097
- height: size,
1098
- ref: ref,
1099
- xmlns: "http://www.w3.org/2000/svg",
1100
- viewBox: "0 0 32 32",
1101
- fill: "currentColor",
1102
- ...rest
1103
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1104
- 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"
1105
- })), children);
1106
- });
1107
- if (process.env.NODE_ENV !== "production") {
1108
- NumberSmall_0.propTypes = iconPropTypes;
1109
- }
1110
- const NumberSmall_1 = /*#__PURE__*/React.forwardRef(function NumberSmall_1(_ref47, ref) {
1111
- let {
1112
- children,
1113
- size = 16,
1114
- ...rest
1115
- } = _ref47;
1116
- return /*#__PURE__*/React.createElement(Icon, {
1117
- width: size,
1118
- height: size,
1119
- ref: ref,
1120
- xmlns: "http://www.w3.org/2000/svg",
1121
- viewBox: "0 0 32 32",
1122
- fill: "currentColor",
1123
- ...rest
1124
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1125
- 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"
1126
- })), children);
1127
- });
1128
- if (process.env.NODE_ENV !== "production") {
1129
- NumberSmall_1.propTypes = iconPropTypes;
1130
- }
1131
- const NumberSmall_2 = /*#__PURE__*/React.forwardRef(function NumberSmall_2(_ref48, ref) {
1132
- let {
1133
- children,
1134
- size = 16,
1135
- ...rest
1136
- } = _ref48;
1137
- return /*#__PURE__*/React.createElement(Icon, {
1138
- width: size,
1139
- height: size,
1140
- ref: ref,
1141
- xmlns: "http://www.w3.org/2000/svg",
1142
- viewBox: "0 0 32 32",
1143
- fill: "currentColor",
1144
- ...rest
1145
- }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1146
- d: "M19,21H13V17a2,2,0,0,1,2-2h2V13H13V11h4a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H15v2h4Z"
1147
- })), children);
1148
- });
1149
- if (process.env.NODE_ENV !== "production") {
1150
- NumberSmall_2.propTypes = iconPropTypes;
1151
- }
1152
- const NumberSmall_3 = /*#__PURE__*/React.forwardRef(function NumberSmall_3(_ref49, ref) {
1153
- let {
1154
- children,
1155
- size = 16,
1156
- ...rest
1157
- } = _ref49;
1158
- return /*#__PURE__*/React.createElement(Icon, {
1159
- width: size,
1160
- height: size,
1161
- ref: ref,
1162
- xmlns: "http://www.w3.org/2000/svg",
1163
- viewBox: "0 0 32 32",
1164
- fill: "currentColor",
1165
- ...rest
1166
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1167
- d: "M17,11H13v2h4v2H14v2h3v2H13v2h4a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Z"
1168
- })), children);
1169
- });
1170
- if (process.env.NODE_ENV !== "production") {
1171
- NumberSmall_3.propTypes = iconPropTypes;
1172
- }
1173
- const NumberSmall_4 = /*#__PURE__*/React.forwardRef(function NumberSmall_4(_ref50, ref) {
1174
- let {
1175
- children,
1176
- size = 16,
1177
- ...rest
1178
- } = _ref50;
1179
- return /*#__PURE__*/React.createElement(Icon, {
1180
- width: size,
1181
- height: size,
1182
- ref: ref,
1183
- xmlns: "http://www.w3.org/2000/svg",
1184
- viewBox: "0 0 32 32",
1185
- fill: "currentColor",
1186
- ...rest
1187
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1188
- d: "M17 11L17 15 15 15 15 11 13 11 13 17 17 17 17 21 19 21 19 11 17 11z"
1189
- })), children);
1190
- });
1191
- if (process.env.NODE_ENV !== "production") {
1192
- NumberSmall_4.propTypes = iconPropTypes;
1193
- }
1194
- const NumberSmall_5 = /*#__PURE__*/React.forwardRef(function NumberSmall_5(_ref51, ref) {
1195
- let {
1196
- children,
1197
- size = 16,
1198
- ...rest
1199
- } = _ref51;
1200
- return /*#__PURE__*/React.createElement(Icon, {
1201
- width: size,
1202
- height: size,
1203
- ref: ref,
1204
- xmlns: "http://www.w3.org/2000/svg",
1205
- viewBox: "0 0 32 32",
1206
- fill: "currentColor",
1207
- ...rest
1208
- }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1209
- d: "M17,21H13V19h4V17H13V11h6v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Z"
1210
- })), children);
1211
- });
1212
- if (process.env.NODE_ENV !== "production") {
1213
- NumberSmall_5.propTypes = iconPropTypes;
1214
- }
1215
- const NumberSmall_6 = /*#__PURE__*/React.forwardRef(function NumberSmall_6(_ref52, ref) {
1216
- let {
1217
- children,
1218
- size = 16,
1219
- ...rest
1220
- } = _ref52;
1221
- return /*#__PURE__*/React.createElement(Icon, {
1222
- width: size,
1223
- height: size,
1224
- ref: ref,
1225
- xmlns: "http://www.w3.org/2000/svg",
1226
- viewBox: "0 0 32 32",
1227
- fill: "currentColor",
1228
- ...rest
1229
- }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1230
- 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"
1231
- })), children);
1232
- });
1233
- if (process.env.NODE_ENV !== "production") {
1234
- NumberSmall_6.propTypes = iconPropTypes;
1235
- }
1236
- const NumberSmall_7 = /*#__PURE__*/React.forwardRef(function NumberSmall_7(_ref53, ref) {
1237
- let {
1238
- children,
1239
- size = 16,
1240
- ...rest
1241
- } = _ref53;
1242
- return /*#__PURE__*/React.createElement(Icon, {
1243
- width: size,
1244
- height: size,
1245
- ref: ref,
1246
- xmlns: "http://www.w3.org/2000/svg",
1247
- viewBox: "0 0 32 32",
1248
- fill: "currentColor",
1249
- ...rest
1250
- }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1251
- d: "M16.44 21L14.44 21 17 13 15 13 15 14 13 14 13 11 19 11 19 13 16.44 21z"
1252
- })), children);
1253
- });
1254
- if (process.env.NODE_ENV !== "production") {
1255
- NumberSmall_7.propTypes = iconPropTypes;
1256
- }
1257
- const NumberSmall_8 = /*#__PURE__*/React.forwardRef(function NumberSmall_8(_ref54, ref) {
1258
- let {
1259
- children,
1260
- size = 16,
1261
- ...rest
1262
- } = _ref54;
1263
- return /*#__PURE__*/React.createElement(Icon, {
1264
- width: size,
1265
- height: size,
1266
- ref: ref,
1267
- xmlns: "http://www.w3.org/2000/svg",
1268
- viewBox: "0 0 32 32",
1269
- fill: "currentColor",
1270
- ...rest
1271
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1272
- 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"
1273
- })), children);
1274
- });
1275
- if (process.env.NODE_ENV !== "production") {
1276
- NumberSmall_8.propTypes = iconPropTypes;
1277
- }
1278
- const NumberSmall_9 = /*#__PURE__*/React.forwardRef(function NumberSmall_9(_ref55, ref) {
1279
- let {
1280
- children,
1281
- size = 16,
1282
- ...rest
1283
- } = _ref55;
1284
- return /*#__PURE__*/React.createElement(Icon, {
1285
- width: size,
1286
- height: size,
1287
- ref: ref,
1288
- xmlns: "http://www.w3.org/2000/svg",
1289
- viewBox: "0 0 32 32",
1290
- fill: "currentColor",
1291
- ...rest
1292
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1293
- 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"
1294
- })), children);
1295
- });
1296
- if (process.env.NODE_ENV !== "production") {
1297
- NumberSmall_9.propTypes = iconPropTypes;
1298
- }
1299
- const Object$1 = /*#__PURE__*/React.forwardRef(function Object(_ref56, ref) {
1300
- let {
1301
- children,
1302
- size = 16,
1303
- ...rest
1304
- } = _ref56;
1305
- return /*#__PURE__*/React.createElement(Icon, {
1306
- width: size,
1307
- height: size,
1308
- ref: ref,
1309
- xmlns: "http://www.w3.org/2000/svg",
1310
- viewBox: "0 0 32 32",
1311
- fill: "currentColor",
1312
- ...rest
1313
- }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1314
- 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"
1315
- })), children);
1316
- });
1317
- if (process.env.NODE_ENV !== "production") {
1318
- Object$1.propTypes = iconPropTypes;
1319
- }
1320
- const ObjectStorage = /*#__PURE__*/React.forwardRef(function ObjectStorage(_ref57, ref) {
1321
- let {
1322
- children,
1323
- size = 16,
1324
- ...rest
1325
- } = _ref57;
1326
- return /*#__PURE__*/React.createElement(Icon, {
1327
- width: size,
1328
- height: size,
1329
- ref: ref,
1330
- xmlns: "http://www.w3.org/2000/svg",
1331
- viewBox: "0 0 32 32",
1332
- fill: "currentColor",
1333
- ...rest
1334
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1335
- 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"
1336
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1337
- cx: "7",
1338
- cy: "25",
1339
- r: "1"
1340
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1341
- d: "M30 8H22v6H16v8h8V16h6zM22 20H18V16h4zm6-6H24V10h4zM18 10H10V2h8zM12 8h4V4H12z"
1342
- })), children);
1343
- });
1344
- if (process.env.NODE_ENV !== "production") {
1345
- ObjectStorage.propTypes = iconPropTypes;
1346
- }
1347
- const ObjectStorageAlt = /*#__PURE__*/React.forwardRef(function ObjectStorageAlt(_ref58, ref) {
1348
- let {
1349
- children,
1350
- size = 16,
1351
- ...rest
1352
- } = _ref58;
1353
- return /*#__PURE__*/React.createElement(Icon, {
1354
- width: size,
1355
- height: size,
1356
- ref: ref,
1357
- xmlns: "http://www.w3.org/2000/svg",
1358
- viewBox: "0 0 32 32",
1359
- fill: "currentColor",
1360
- ...rest
1361
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1362
- 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"
1363
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1364
- cx: "7",
1365
- cy: "25",
1366
- r: "1"
1367
- })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1368
- 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"
1369
- })), children);
1370
- });
1371
- if (process.env.NODE_ENV !== "production") {
1372
- ObjectStorageAlt.propTypes = iconPropTypes;
1373
- }
1374
- const ObservedHail = /*#__PURE__*/React.forwardRef(function ObservedHail(_ref59, ref) {
1375
- let {
1376
- children,
1377
- size = 16,
1378
- ...rest
1379
- } = _ref59;
1380
- return /*#__PURE__*/React.createElement(Icon, {
1381
- width: size,
1382
- height: size,
1383
- ref: ref,
1384
- xmlns: "http://www.w3.org/2000/svg",
1385
- viewBox: "0 0 32 32",
1386
- fill: "currentColor",
1387
- ...rest
1388
- }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1389
- d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
1390
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1391
- cx: "13.5",
1392
- cy: "23.5",
1393
- r: "1.5"
1394
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1395
- cx: "10.5",
1396
- cy: "19.5",
1397
- r: "1.5"
1398
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
1399
- cx: "16.5",
1400
- cy: "19.5",
1401
- r: "1.5"
1402
- })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1403
- d: "M11.964 14.5H17.036V16.499H11.964z",
1404
- transform: "rotate(-45 14.5 15.5)"
1405
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1406
- d: "M17.964 14.5H23.035999999999998V16.499H17.964z",
1407
- transform: "rotate(-45 20.5 15.5)"
1408
- })), children);
1409
- });
1410
- if (process.env.NODE_ENV !== "production") {
1411
- ObservedHail.propTypes = iconPropTypes;
1412
- }
1413
- const ObservedLightning = /*#__PURE__*/React.forwardRef(function ObservedLightning(_ref60, ref) {
1414
- let {
1415
- children,
1416
- size = 16,
1417
- ...rest
1418
- } = _ref60;
1419
- return /*#__PURE__*/React.createElement(Icon, {
1420
- width: size,
1421
- height: size,
1422
- ref: ref,
1423
- xmlns: "http://www.w3.org/2000/svg",
1424
- viewBox: "0 0 32 32",
1425
- fill: "currentColor",
1426
- ...rest
1427
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1428
- 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"
1429
- })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1430
- d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
1431
- })), children);
1432
- });
1433
- if (process.env.NODE_ENV !== "production") {
1434
- ObservedLightning.propTypes = iconPropTypes;
1435
- }
1436
- const Omega = /*#__PURE__*/React.forwardRef(function Omega(_ref61, ref) {
1437
- let {
1438
- children,
1439
- size = 16,
1440
- ...rest
1441
- } = _ref61;
1442
- return /*#__PURE__*/React.createElement(Icon, {
1443
- width: size,
1444
- height: size,
1445
- ref: ref,
1446
- xmlns: "http://www.w3.org/2000/svg",
1447
- viewBox: "0 0 32 32",
1448
- fill: "currentColor",
1449
- ...rest
1450
- }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1451
- 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"
1452
- })), children);
1453
- });
1454
- if (process.env.NODE_ENV !== "production") {
1455
- Omega.propTypes = iconPropTypes;
1456
- }
1457
- const Opacity = /*#__PURE__*/React.forwardRef(function Opacity(_ref62, ref) {
1458
- let {
1459
- children,
1460
- size = 16,
1461
- ...rest
1462
- } = _ref62;
1463
- return /*#__PURE__*/React.createElement(Icon, {
1464
- width: size,
1465
- height: size,
1466
- ref: ref,
1467
- xmlns: "http://www.w3.org/2000/svg",
1468
- viewBox: "0 0 32 32",
1469
- fill: "currentColor",
1470
- ...rest
1471
- }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1472
- d: "M6 6H10V10H6zM10 10H14V14H10zM14 6H18V10H14zM22 6H26V10H22zM6 14H10V18H6zM14 14H18V18H14zM22 14H26V18H22zM6 22H10V26H6zM14 22H18V26H14zM22 22H26V26H22zM18 10H22V14H18zM10 18H14V22H10zM18 18H22V22H18z"
1473
- })), children);
1474
- });
1475
- if (process.env.NODE_ENV !== "production") {
1476
- Opacity.propTypes = iconPropTypes;
1477
- }
1478
- const OpenPanelBottom = /*#__PURE__*/React.forwardRef(function OpenPanelBottom(_ref63, ref) {
1479
- let {
1480
- children,
1481
- size = 16,
1482
- ...rest
1483
- } = _ref63;
1484
- return /*#__PURE__*/React.createElement(Icon, {
1485
- width: size,
1486
- height: size,
1487
- ref: ref,
1488
- xmlns: "http://www.w3.org/2000/svg",
1489
- viewBox: "0 0 32 32",
1490
- fill: "currentColor",
1491
- ...rest
1492
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1493
- 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"
1494
- })), children);
1495
- });
1496
- if (process.env.NODE_ENV !== "production") {
1497
- OpenPanelBottom.propTypes = iconPropTypes;
1498
- }
1499
- const OpenPanelFilledBottom = /*#__PURE__*/React.forwardRef(function OpenPanelFilledBottom(_ref64, ref) {
1500
- let {
1501
- children,
1502
- size = 16,
1503
- ...rest
1504
- } = _ref64;
1505
- return /*#__PURE__*/React.createElement(Icon, {
1506
- width: size,
1507
- height: size,
1508
- ref: ref,
1509
- xmlns: "http://www.w3.org/2000/svg",
1510
- viewBox: "0 0 32 32",
1511
- fill: "currentColor",
1512
- ...rest
1513
- }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1514
- 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"
1515
- })), children);
1516
- });
1517
- if (process.env.NODE_ENV !== "production") {
1518
- OpenPanelFilledBottom.propTypes = iconPropTypes;
1519
- }
1520
- const OpenPanelFilledLeft = /*#__PURE__*/React.forwardRef(function OpenPanelFilledLeft(_ref65, ref) {
1521
- let {
1522
- children,
1523
- size = 16,
1524
- ...rest
1525
- } = _ref65;
1526
- return /*#__PURE__*/React.createElement(Icon, {
1527
- width: size,
1528
- height: size,
1529
- ref: ref,
1530
- xmlns: "http://www.w3.org/2000/svg",
1531
- viewBox: "0 0 32 32",
1532
- fill: "currentColor",
1533
- ...rest
1534
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1535
- 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"
1536
- })), children);
1537
- });
1538
- if (process.env.NODE_ENV !== "production") {
1539
- OpenPanelFilledLeft.propTypes = iconPropTypes;
1540
- }
1541
- const OpenPanelFilledRight = /*#__PURE__*/React.forwardRef(function OpenPanelFilledRight(_ref66, ref) {
1542
- let {
1543
- children,
1544
- size = 16,
1545
- ...rest
1546
- } = _ref66;
1547
- return /*#__PURE__*/React.createElement(Icon, {
1548
- width: size,
1549
- height: size,
1550
- ref: ref,
1551
- xmlns: "http://www.w3.org/2000/svg",
1552
- viewBox: "0 0 32 32",
1553
- fill: "currentColor",
1554
- ...rest
1555
- }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1556
- 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"
1557
- })), children);
1558
- });
1559
- if (process.env.NODE_ENV !== "production") {
1560
- OpenPanelFilledRight.propTypes = iconPropTypes;
1561
- }
1562
- const OpenPanelFilledTop = /*#__PURE__*/React.forwardRef(function OpenPanelFilledTop(_ref67, ref) {
1563
- let {
1564
- children,
1565
- size = 16,
1566
- ...rest
1567
- } = _ref67;
1568
- return /*#__PURE__*/React.createElement(Icon, {
1569
- width: size,
1570
- height: size,
1571
- ref: ref,
1572
- xmlns: "http://www.w3.org/2000/svg",
1573
- viewBox: "0 0 32 32",
1574
- fill: "currentColor",
1575
- ...rest
1576
- }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1577
- 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"
1578
- })), children);
1579
- });
1580
- if (process.env.NODE_ENV !== "production") {
1581
- OpenPanelFilledTop.propTypes = iconPropTypes;
1582
- }
1583
- const OpenPanelLeft = /*#__PURE__*/React.forwardRef(function OpenPanelLeft(_ref68, ref) {
1584
- let {
1585
- children,
1586
- size = 16,
1587
- ...rest
1588
- } = _ref68;
1589
- return /*#__PURE__*/React.createElement(Icon, {
1590
- width: size,
1591
- height: size,
1592
- ref: ref,
1593
- xmlns: "http://www.w3.org/2000/svg",
1594
- viewBox: "0 0 32 32",
1595
- fill: "currentColor",
1596
- ...rest
1597
- }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1598
- 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"
1599
- })), children);
1600
- });
1601
- if (process.env.NODE_ENV !== "production") {
1602
- OpenPanelLeft.propTypes = iconPropTypes;
1603
- }
1604
- const OpenPanelRight = /*#__PURE__*/React.forwardRef(function OpenPanelRight(_ref69, ref) {
1605
- let {
1606
- children,
1607
- size = 16,
1608
- ...rest
1609
- } = _ref69;
1610
- return /*#__PURE__*/React.createElement(Icon, {
1611
- width: size,
1612
- height: size,
1613
- ref: ref,
1614
- xmlns: "http://www.w3.org/2000/svg",
1615
- viewBox: "0 0 32 32",
1616
- fill: "currentColor",
1617
- ...rest
1618
- }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1619
- 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"
1620
- })), children);
1621
- });
1622
- if (process.env.NODE_ENV !== "production") {
1623
- OpenPanelRight.propTypes = iconPropTypes;
1624
- }
1625
- const OpenPanelTop = /*#__PURE__*/React.forwardRef(function OpenPanelTop(_ref70, ref) {
1626
- let {
1627
- children,
1628
- size = 16,
1629
- ...rest
1630
- } = _ref70;
1631
- return /*#__PURE__*/React.createElement(Icon, {
1632
- width: size,
1633
- height: size,
1634
- ref: ref,
1635
- xmlns: "http://www.w3.org/2000/svg",
1636
- viewBox: "0 0 32 32",
1637
- fill: "currentColor",
1638
- ...rest
1639
- }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1640
- 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"
1641
- })), children);
1642
- });
1643
- if (process.env.NODE_ENV !== "production") {
1644
- OpenPanelTop.propTypes = iconPropTypes;
1645
- }
1646
- const QOperation = /*#__PURE__*/React.forwardRef(function QOperation(_ref71, ref) {
1647
- let {
1648
- children,
1649
- size = 16,
1650
- ...rest
1651
- } = _ref71;
1652
- return /*#__PURE__*/React.createElement(Icon, {
1653
- width: size,
1654
- height: size,
1655
- ref: ref,
1656
- xmlns: "http://www.w3.org/2000/svg",
1657
- viewBox: "0 0 32 32",
1658
- fill: "currentColor",
1659
- ...rest
1660
- }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1661
- 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"
1662
- })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1663
- d: "M13 15H15V17H13z"
1664
- })), children);
1665
- });
1666
- if (process.env.NODE_ENV !== "production") {
1667
- QOperation.propTypes = iconPropTypes;
1668
- }
1669
- const QOperationGauge = /*#__PURE__*/React.forwardRef(function QOperationGauge(_ref72, ref) {
1670
- let {
1671
- children,
1672
- size = 16,
1673
- ...rest
1674
- } = _ref72;
1675
- return /*#__PURE__*/React.createElement(Icon, {
1676
- width: size,
1677
- height: size,
1678
- ref: ref,
1679
- xmlns: "http://www.w3.org/2000/svg",
1680
- viewBox: "0 0 32 32",
1681
- fill: "currentColor",
1682
- ...rest
1683
- }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1684
- 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"
1685
- })), children);
1686
- });
1687
- if (process.env.NODE_ENV !== "production") {
1688
- QOperationGauge.propTypes = iconPropTypes;
1689
- }
1690
- const QOperationIf = /*#__PURE__*/React.forwardRef(function QOperationIf(_ref73, ref) {
1691
- let {
1692
- children,
1693
- size = 16,
1694
- ...rest
1695
- } = _ref73;
1696
- return /*#__PURE__*/React.createElement(Icon, {
1697
- width: size,
1698
- height: size,
1699
- ref: ref,
1700
- xmlns: "http://www.w3.org/2000/svg",
1701
- viewBox: "0 0 32 32",
1702
- fill: "currentColor",
1703
- ...rest
1704
- }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1705
- d: "M12 13H14V23H12zM12 9H14V11H12zM23 11V9H20a2 2 0 00-2 2v2H16v2h2v8h2V15h3V13H20V11z"
1706
- })), children);
1707
- });
1708
- if (process.env.NODE_ENV !== "production") {
1709
- QOperationIf.propTypes = iconPropTypes;
1710
- }
1711
- const OperationsField = /*#__PURE__*/React.forwardRef(function OperationsField(_ref74, ref) {
1712
- let {
1713
- children,
1714
- size = 16,
1715
- ...rest
1716
- } = _ref74;
1717
- return /*#__PURE__*/React.createElement(Icon, {
1718
- width: size,
1719
- height: size,
1720
- ref: ref,
1721
- xmlns: "http://www.w3.org/2000/svg",
1722
- viewBox: "0 0 32 32",
1723
- fill: "currentColor",
1724
- ...rest
1725
- }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1726
- d: "M16 6H26V8H16z",
1727
- transform: "rotate(-90 21 7)"
1728
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1729
- d: "M20 6H30V8H20z",
1730
- transform: "rotate(-90 25 7)"
1731
- })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1732
- d: "M24 6H34V8H24z",
1733
- transform: "rotate(-90 29 7)"
1734
- })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1735
- 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"
1736
- })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1737
- 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"
1738
- })), children);
1739
- });
1740
- if (process.env.NODE_ENV !== "production") {
1741
- OperationsField.propTypes = iconPropTypes;
1742
- }
1743
- const OperationsRecord = /*#__PURE__*/React.forwardRef(function OperationsRecord(_ref75, ref) {
1744
- let {
1745
- children,
1746
- size = 16,
1747
- ...rest
1748
- } = _ref75;
1749
- return /*#__PURE__*/React.createElement(Icon, {
1750
- width: size,
1751
- height: size,
1752
- ref: ref,
1753
- xmlns: "http://www.w3.org/2000/svg",
1754
- viewBox: "0 0 32 32",
1755
- fill: "currentColor",
1756
- ...rest
1757
- }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1758
- 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"
1759
- })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1760
- 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"
1761
- })), children);
1762
- });
1763
- if (process.env.NODE_ENV !== "production") {
1764
- OperationsRecord.propTypes = iconPropTypes;
1765
- }
1766
- const OrderDetails = /*#__PURE__*/React.forwardRef(function OrderDetails(_ref76, ref) {
1767
- let {
1768
- children,
1769
- size = 16,
1770
- ...rest
1771
- } = _ref76;
1772
- return /*#__PURE__*/React.createElement(Icon, {
1773
- width: size,
1774
- height: size,
1775
- ref: ref,
1776
- xmlns: "http://www.w3.org/2000/svg",
1777
- viewBox: "0 0 32 32",
1778
- fill: "currentColor",
1779
- ...rest
1780
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1781
- 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"
1782
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1783
- 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"
1784
- })), children);
1785
- });
1786
- if (process.env.NODE_ENV !== "production") {
1787
- OrderDetails.propTypes = iconPropTypes;
1788
- }
1789
- const Ordinal = /*#__PURE__*/React.forwardRef(function Ordinal(_ref77, ref) {
1790
- let {
1791
- children,
1792
- size = 16,
1793
- ...rest
1794
- } = _ref77;
1795
- if (size === 16 || size === "16" || size === "16px") {
1796
- return /*#__PURE__*/React.createElement(Icon, {
1797
- width: size,
1798
- height: size,
1799
- ref: ref,
1800
- xmlns: "http://www.w3.org/2000/svg",
1801
- viewBox: "0 0 16 16",
1802
- fill: "currentColor",
1803
- ...rest
1804
- }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1805
- 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"
1806
- })), children);
1807
- }
1808
- return /*#__PURE__*/React.createElement(Icon, {
1809
- width: size,
1810
- height: size,
1811
- ref: ref,
1812
- xmlns: "http://www.w3.org/2000/svg",
1813
- viewBox: "0 0 32 32",
1814
- fill: "currentColor",
1815
- ...rest
1816
- }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1817
- d: "M26,26V4H18v6H12v6H6V26H2v2H30V26ZM8,26V18h4v8Zm6,0V12h4V26Zm6,0V6h4V26Z"
1818
- })), children);
1819
- });
1820
- if (process.env.NODE_ENV !== "production") {
1821
- Ordinal.propTypes = iconPropTypes;
1822
- }
1823
- const Outage = /*#__PURE__*/React.forwardRef(function Outage(_ref78, ref) {
1824
- let {
1825
- children,
1826
- size = 16,
1827
- ...rest
1828
- } = _ref78;
1829
- return /*#__PURE__*/React.createElement(Icon, {
1830
- width: size,
1831
- height: size,
1832
- ref: ref,
1833
- xmlns: "http://www.w3.org/2000/svg",
1834
- viewBox: "0 0 32 32",
1835
- fill: "currentColor",
1836
- ...rest
1837
- }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1838
- d: "M12 24H21V26H12zM13 28H19V30H13z"
1839
- })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1840
- 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"
1841
- })), children);
1842
- });
1843
- if (process.env.NODE_ENV !== "production") {
1844
- Outage.propTypes = iconPropTypes;
1845
- }
1846
- const OutlookSevere = /*#__PURE__*/React.forwardRef(function OutlookSevere(_ref79, ref) {
1847
- let {
1848
- children,
1849
- size = 16,
1850
- ...rest
1851
- } = _ref79;
1852
- return /*#__PURE__*/React.createElement(Icon, {
1853
- width: size,
1854
- height: size,
1855
- ref: ref,
1856
- xmlns: "http://www.w3.org/2000/svg",
1857
- viewBox: "0 0 32 32",
1858
- fill: "currentColor",
1859
- ...rest
1860
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1861
- fill: "none",
1862
- d: "M15.1249,19h1.75v5.5h-1.75ZM17,27a1,1,0,1,0-1,1A1,1,0,0,0,17,27Z"
1863
- })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1864
- 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"
1865
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1866
- 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"
1867
- })), children);
1868
- });
1869
- if (process.env.NODE_ENV !== "production") {
1870
- OutlookSevere.propTypes = iconPropTypes;
1871
- }
1872
- const OverflowMenuHorizontal = /*#__PURE__*/React.forwardRef(function OverflowMenuHorizontal(_ref80, ref) {
1873
- let {
1874
- children,
1875
- size = 16,
1876
- ...rest
1877
- } = _ref80;
1878
- return /*#__PURE__*/React.createElement(Icon, {
1879
- width: size,
1880
- height: size,
1881
- ref: ref,
1882
- xmlns: "http://www.w3.org/2000/svg",
1883
- viewBox: "0 0 32 32",
1884
- fill: "currentColor",
1885
- ...rest
1886
- }, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
1887
- cx: "8",
1888
- cy: "16",
1889
- r: "2"
1890
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
1891
- cx: "16",
1892
- cy: "16",
1893
- r: "2"
1894
- })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
1895
- cx: "24",
1896
- cy: "16",
1897
- r: "2"
1898
- })), children);
1899
- });
1900
- if (process.env.NODE_ENV !== "production") {
1901
- OverflowMenuHorizontal.propTypes = iconPropTypes;
1902
- }
1903
- const OverflowMenuVertical = /*#__PURE__*/React.forwardRef(function OverflowMenuVertical(_ref81, ref) {
1904
- let {
1905
- children,
1906
- size = 16,
1907
- ...rest
1908
- } = _ref81;
1909
- return /*#__PURE__*/React.createElement(Icon, {
1910
- width: size,
1911
- height: size,
1912
- ref: ref,
1913
- xmlns: "http://www.w3.org/2000/svg",
1914
- viewBox: "0 0 32 32",
1915
- fill: "currentColor",
1916
- ...rest
1917
- }, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
1918
- cx: "16",
1919
- cy: "8",
1920
- r: "2"
1921
- })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
1922
- cx: "16",
1923
- cy: "16",
1924
- r: "2"
1925
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
1926
- cx: "16",
1927
- cy: "24",
1928
- r: "2"
1929
- })), children);
1930
- });
1931
- if (process.env.NODE_ENV !== "production") {
1932
- OverflowMenuVertical.propTypes = iconPropTypes;
1933
- }
1934
- const Overlay = /*#__PURE__*/React.forwardRef(function Overlay(_ref82, ref) {
1935
- let {
1936
- children,
1937
- size = 16,
1938
- ...rest
1939
- } = _ref82;
1940
- return /*#__PURE__*/React.createElement(Icon, {
1941
- width: size,
1942
- height: size,
1943
- ref: ref,
1944
- xmlns: "http://www.w3.org/2000/svg",
1945
- viewBox: "0 0 32 32",
1946
- fill: "currentColor",
1947
- ...rest
1948
- }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1949
- 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"
1950
- })), children);
1951
- });
1952
- if (process.env.NODE_ENV !== "production") {
1953
- Overlay.propTypes = iconPropTypes;
1954
- }
1955
- const Package = /*#__PURE__*/React.forwardRef(function Package(_ref83, ref) {
1956
- let {
1957
- children,
1958
- size = 16,
1959
- ...rest
1960
- } = _ref83;
1961
- return /*#__PURE__*/React.createElement(Icon, {
1962
- width: size,
1963
- height: size,
1964
- ref: ref,
1965
- xmlns: "http://www.w3.org/2000/svg",
1966
- viewBox: "0 0 32 32",
1967
- fill: "currentColor",
1968
- ...rest
1969
- }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1970
- 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"
1971
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1972
- 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"
1973
- })), children);
1974
- });
1975
- if (process.env.NODE_ENV !== "production") {
1976
- Package.propTypes = iconPropTypes;
1977
- }
1978
- const PackageTextAnalysis = /*#__PURE__*/React.forwardRef(function PackageTextAnalysis(_ref84, ref) {
1979
- let {
1980
- children,
1981
- size = 16,
1982
- ...rest
1983
- } = _ref84;
1984
- return /*#__PURE__*/React.createElement(Icon, {
1985
- width: size,
1986
- height: size,
1987
- ref: ref,
1988
- xmlns: "http://www.w3.org/2000/svg",
1989
- viewBox: "0 0 32 32",
1990
- fill: "currentColor",
1991
- ...rest
1992
- }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1993
- d: "M13 22H19V24H13z"
1994
- })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1995
- 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"
1996
- })), children);
1997
- });
1998
- if (process.env.NODE_ENV !== "production") {
1999
- PackageTextAnalysis.propTypes = iconPropTypes;
2000
- }
2001
- const PackageNode = /*#__PURE__*/React.forwardRef(function PackageNode(_ref85, ref) {
2002
- let {
2003
- children,
2004
- size = 16,
2005
- ...rest
2006
- } = _ref85;
2007
- return /*#__PURE__*/React.createElement(Icon, {
2008
- width: size,
2009
- height: size,
2010
- ref: ref,
2011
- xmlns: "http://www.w3.org/2000/svg",
2012
- viewBox: "0 0 32 32",
2013
- fill: "currentColor",
2014
- ...rest
2015
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
2016
- strokeWidth: "0",
2017
- 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"
2018
- })), children);
2019
- });
2020
- if (process.env.NODE_ENV !== "production") {
2021
- PackageNode.propTypes = iconPropTypes;
2022
- }
2023
- const PageFirst = /*#__PURE__*/React.forwardRef(function PageFirst(_ref86, ref) {
2024
- let {
2025
- children,
2026
- size = 16,
2027
- ...rest
2028
- } = _ref86;
2029
- return /*#__PURE__*/React.createElement(Icon, {
2030
- width: size,
2031
- height: size,
2032
- ref: ref,
2033
- xmlns: "http://www.w3.org/2000/svg",
2034
- viewBox: "0 0 32 32",
2035
- fill: "currentColor",
2036
- ...rest
2037
- }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
2038
- d: "M14 16L24 6 25.4 7.4 16.8 16 25.4 24.6 24 26zM8 4H10V28H8z"
2039
- })), children);
2040
- });
2041
- if (process.env.NODE_ENV !== "production") {
2042
- PageFirst.propTypes = iconPropTypes;
2043
- }
2044
- const PageLast = /*#__PURE__*/React.forwardRef(function PageLast(_ref87, ref) {
2045
- let {
2046
- children,
2047
- size = 16,
2048
- ...rest
2049
- } = _ref87;
2050
- return /*#__PURE__*/React.createElement(Icon, {
2051
- width: size,
2052
- height: size,
2053
- ref: ref,
2054
- xmlns: "http://www.w3.org/2000/svg",
2055
- viewBox: "0 0 32 32",
2056
- fill: "currentColor",
2057
- ...rest
2058
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
2059
- d: "M18 16L8 26 6.6 24.6 15.2 16 6.6 7.4 8 6zM22 4H24V28H22z"
2060
- })), children);
2061
- });
2062
- if (process.env.NODE_ENV !== "production") {
2063
- PageLast.propTypes = iconPropTypes;
2064
- }
2065
- const PageBreak = /*#__PURE__*/React.forwardRef(function PageBreak(_ref88, ref) {
2066
- let {
2067
- children,
2068
- size = 16,
2069
- ...rest
2070
- } = _ref88;
2071
- return /*#__PURE__*/React.createElement(Icon, {
2072
- width: size,
2073
- height: size,
2074
- ref: ref,
2075
- xmlns: "http://www.w3.org/2000/svg",
2076
- viewBox: "0 0 32 32",
2077
- fill: "currentColor",
2078
- ...rest
2079
- }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
2080
- 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"
2081
- })), children);
2082
- });
2083
- if (process.env.NODE_ENV !== "production") {
2084
- PageBreak.propTypes = iconPropTypes;
2085
- }
2086
- const PageNumber = /*#__PURE__*/React.forwardRef(function PageNumber(_ref89, ref) {
2087
- let {
2088
- children,
2089
- size = 16,
2090
- ...rest
2091
- } = _ref89;
2092
- return /*#__PURE__*/React.createElement(Icon, {
2093
- width: size,
2094
- height: size,
2095
- ref: ref,
2096
- xmlns: "http://www.w3.org/2000/svg",
2097
- viewBox: "0 0 32 32",
2098
- fill: "currentColor",
2099
- ...rest
2100
- }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
2101
- 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"
2102
- })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
2103
- 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"
2104
- })), children);
2105
- });
2106
- if (process.env.NODE_ENV !== "production") {
2107
- PageNumber.propTypes = iconPropTypes;
2108
- }
2109
- const WatsonHealthPageScroll = /*#__PURE__*/React.forwardRef(function WatsonHealthPageScroll(_ref90, ref) {
2110
- let {
2111
- children,
2112
- size = 16,
2113
- ...rest
2114
- } = _ref90;
2115
- return /*#__PURE__*/React.createElement(Icon, {
2116
- width: size,
2117
- height: size,
2118
- ref: ref,
2119
- xmlns: "http://www.w3.org/2000/svg",
2120
- viewBox: "0 0 32 32",
2121
- fill: "currentColor",
2122
- ...rest
2123
- }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
2124
- 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"
2125
- })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
2126
- d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z"
2127
- })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
2128
- 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"
2129
- })), children);
2130
- });
2131
- if (process.env.NODE_ENV !== "production") {
2132
- WatsonHealthPageScroll.propTypes = iconPropTypes;
2133
- }
2134
- const PaintBrush = /*#__PURE__*/React.forwardRef(function PaintBrush(_ref91, ref) {
2135
- let {
2136
- children,
2137
- size = 16,
2138
- ...rest
2139
- } = _ref91;
2140
- return /*#__PURE__*/React.createElement(Icon, {
2141
- width: size,
2142
- height: size,
2143
- ref: ref,
2144
- xmlns: "http://www.w3.org/2000/svg",
2145
- viewBox: "0 0 32 32",
2146
- fill: "currentColor",
2147
- ...rest
2148
- }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
2149
- 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"
2150
- })), children);
2151
- });
2152
- if (process.env.NODE_ENV !== "production") {
2153
- PaintBrush.propTypes = iconPropTypes;
2154
- }
2155
- const PaintBrushAlt = /*#__PURE__*/React.forwardRef(function PaintBrushAlt(_ref92, ref) {
2156
- let {
2157
- children,
2158
- size = 16,
2159
- ...rest
2160
- } = _ref92;
2161
- return /*#__PURE__*/React.createElement(Icon, {
2162
- width: size,
2163
- height: size,
2164
- ref: ref,
2165
- xmlns: "http://www.w3.org/2000/svg",
2166
- viewBox: "0 0 32 32",
2167
- fill: "currentColor",
2168
- ...rest
2169
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
2170
- 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"
2171
- })), children);
2172
- });
2173
- if (process.env.NODE_ENV !== "production") {
2174
- PaintBrushAlt.propTypes = iconPropTypes;
2175
- }
2176
- const PalmTree = /*#__PURE__*/React.forwardRef(function PalmTree(_ref93, ref) {
2177
- let {
2178
- children,
2179
- size = 16,
2180
- ...rest
2181
- } = _ref93;
2182
- return /*#__PURE__*/React.createElement(Icon, {
2183
- width: size,
2184
- height: size,
2185
- ref: ref,
2186
- xmlns: "http://www.w3.org/2000/svg",
2187
- viewBox: "0 0 32 32",
2188
- fill: "currentColor",
2189
- ...rest
2190
- }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
2191
- 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"
2192
- })), children);
2193
- });
2194
- if (process.env.NODE_ENV !== "production") {
2195
- PalmTree.propTypes = iconPropTypes;
2196
- }
2197
- const PanHorizontal = /*#__PURE__*/React.forwardRef(function PanHorizontal(_ref94, ref) {
2198
- let {
2199
- children,
2200
- size = 16,
2201
- ...rest
2202
- } = _ref94;
2203
- return /*#__PURE__*/React.createElement(Icon, {
2204
- width: size,
2205
- height: size,
2206
- ref: ref,
2207
- xmlns: "http://www.w3.org/2000/svg",
2208
- viewBox: "0 0 32 32",
2209
- fill: "currentColor",
2210
- ...rest
2211
- }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
2212
- 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"
2213
- })), children);
2214
- });
2215
- if (process.env.NODE_ENV !== "production") {
2216
- PanHorizontal.propTypes = iconPropTypes;
2217
- }
2218
- const PanVertical = /*#__PURE__*/React.forwardRef(function PanVertical(_ref95, ref) {
2219
- let {
2220
- children,
2221
- size = 16,
2222
- ...rest
2223
- } = _ref95;
2224
- return /*#__PURE__*/React.createElement(Icon, {
2225
- width: size,
2226
- height: size,
2227
- ref: ref,
2228
- xmlns: "http://www.w3.org/2000/svg",
2229
- viewBox: "0 0 32 32",
2230
- fill: "currentColor",
2231
- ...rest
2232
- }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
2233
- 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"
2234
- })), children);
2235
- });
2236
- if (process.env.NODE_ENV !== "production") {
2237
- PanVertical.propTypes = iconPropTypes;
2238
- }
2239
- const PanelExpansion = /*#__PURE__*/React.forwardRef(function PanelExpansion(_ref96, ref) {
2240
- let {
2241
- children,
2242
- size = 16,
2243
- ...rest
2244
- } = _ref96;
2245
- return /*#__PURE__*/React.createElement(Icon, {
2246
- width: size,
2247
- height: size,
2248
- ref: ref,
2249
- xmlns: "http://www.w3.org/2000/svg",
2250
- viewBox: "0 0 32 32",
2251
- fill: "currentColor",
2252
- ...rest
2253
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
2254
- 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"
2255
- })), children);
2256
- });
2257
- if (process.env.NODE_ENV !== "production") {
2258
- PanelExpansion.propTypes = iconPropTypes;
2259
- }
2260
- const Paragraph = /*#__PURE__*/React.forwardRef(function Paragraph(_ref97, ref) {
2261
- let {
2262
- children,
2263
- size = 16,
2264
- ...rest
2265
- } = _ref97;
2266
- return /*#__PURE__*/React.createElement(Icon, {
2267
- width: size,
2268
- height: size,
2269
- ref: ref,
2270
- xmlns: "http://www.w3.org/2000/svg",
2271
- viewBox: "0 0 32 32",
2272
- fill: "currentColor",
2273
- ...rest
2274
- }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2275
- d: "M27,4H13a7,7,0,0,0,0,14V28h2V6h5V28h2V6h5ZM13,16A5,5,0,0,1,13,6Z"
2276
- })), children);
2277
- });
2278
- if (process.env.NODE_ENV !== "production") {
2279
- Paragraph.propTypes = iconPropTypes;
2280
- }
2281
- const Parameter = /*#__PURE__*/React.forwardRef(function Parameter(_ref98, ref) {
2282
- let {
2283
- children,
2284
- size = 16,
2285
- ...rest
2286
- } = _ref98;
2287
- return /*#__PURE__*/React.createElement(Icon, {
2288
- width: size,
2289
- height: size,
2290
- ref: ref,
2291
- xmlns: "http://www.w3.org/2000/svg",
2292
- viewBox: "0 0 32 32",
2293
- fill: "currentColor",
2294
- ...rest
2295
- }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2296
- 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"
2297
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2298
- fillRule: "evenodd",
2299
- 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"
2300
- })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2301
- 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"
2302
- })), children);
2303
- });
2304
- if (process.env.NODE_ENV !== "production") {
2305
- Parameter.propTypes = iconPropTypes;
2306
- }
2307
- const ParentChild = /*#__PURE__*/React.forwardRef(function ParentChild(_ref99, ref) {
2308
- let {
2309
- children,
2310
- size = 16,
2311
- ...rest
2312
- } = _ref99;
2313
- return /*#__PURE__*/React.createElement(Icon, {
2314
- width: size,
2315
- height: size,
2316
- ref: ref,
2317
- xmlns: "http://www.w3.org/2000/svg",
2318
- viewBox: "0 0 32 32",
2319
- fill: "currentColor",
2320
- ...rest
2321
- }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2322
- 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"
2323
- })), children);
2324
- });
2325
- if (process.env.NODE_ENV !== "production") {
2326
- ParentChild.propTypes = iconPropTypes;
2327
- }
2328
- const PartDefinition = /*#__PURE__*/React.forwardRef(function PartDefinition(_ref100, ref) {
2329
- let {
2330
- children,
2331
- size = 16,
2332
- ...rest
2333
- } = _ref100;
2334
- return /*#__PURE__*/React.createElement(Icon, {
2335
- width: size,
2336
- height: size,
2337
- ref: ref,
2338
- xmlns: "http://www.w3.org/2000/svg",
2339
- viewBox: "0 0 32 32",
2340
- fill: "currentColor",
2341
- ...rest
2342
- }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2343
- strokeWidth: "0",
2344
- 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"
2345
- })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2346
- strokeWidth: "0",
2347
- 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"
2348
- })), children);
2349
- });
2350
- if (process.env.NODE_ENV !== "production") {
2351
- PartDefinition.propTypes = iconPropTypes;
2352
- }
2353
- const PartUsage = /*#__PURE__*/React.forwardRef(function PartUsage(_ref101, ref) {
2354
- let {
2355
- children,
2356
- size = 16,
2357
- ...rest
2358
- } = _ref101;
2359
- return /*#__PURE__*/React.createElement(Icon, {
2360
- width: size,
2361
- height: size,
2362
- ref: ref,
2363
- xmlns: "http://www.w3.org/2000/svg",
2364
- viewBox: "0 0 32 32",
2365
- fill: "currentColor",
2366
- ...rest
2367
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2368
- strokeWidth: "0",
2369
- 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"
2370
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2371
- strokeWidth: "0",
2372
- 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"
2373
- })), children);
2374
- });
2375
- if (process.env.NODE_ENV !== "production") {
2376
- PartUsage.propTypes = iconPropTypes;
2377
- }
2378
- const PartitionAuto = /*#__PURE__*/React.forwardRef(function PartitionAuto(_ref102, ref) {
2379
- let {
2380
- children,
2381
- size = 16,
2382
- ...rest
2383
- } = _ref102;
2384
- return /*#__PURE__*/React.createElement(Icon, {
2385
- width: size,
2386
- height: size,
2387
- ref: ref,
2388
- xmlns: "http://www.w3.org/2000/svg",
2389
- viewBox: "0 0 32 32",
2390
- fill: "currentColor",
2391
- ...rest
2392
- }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2393
- 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"
2394
- })), children);
2395
- });
2396
- if (process.env.NODE_ENV !== "production") {
2397
- PartitionAuto.propTypes = iconPropTypes;
2398
- }
2399
- const PartitionCollection = /*#__PURE__*/React.forwardRef(function PartitionCollection(_ref103, ref) {
2400
- let {
2401
- children,
2402
- size = 16,
2403
- ...rest
2404
- } = _ref103;
2405
- return /*#__PURE__*/React.createElement(Icon, {
2406
- width: size,
2407
- height: size,
2408
- ref: ref,
2409
- xmlns: "http://www.w3.org/2000/svg",
2410
- viewBox: "0 0 32 32",
2411
- fill: "currentColor",
2412
- ...rest
2413
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2414
- 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"
2415
- })), children);
2416
- });
2417
- if (process.env.NODE_ENV !== "production") {
2418
- PartitionCollection.propTypes = iconPropTypes;
2419
- }
2420
- const PartitionRepartition = /*#__PURE__*/React.forwardRef(function PartitionRepartition(_ref104, ref) {
2421
- let {
2422
- children,
2423
- size = 16,
2424
- ...rest
2425
- } = _ref104;
2426
- return /*#__PURE__*/React.createElement(Icon, {
2427
- width: size,
2428
- height: size,
2429
- ref: ref,
2430
- xmlns: "http://www.w3.org/2000/svg",
2431
- viewBox: "0 0 32 32",
2432
- fill: "currentColor",
2433
- ...rest
2434
- }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2435
- 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"
2436
- })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2437
- 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"
2438
- })), children);
2439
- });
2440
- if (process.env.NODE_ENV !== "production") {
2441
- PartitionRepartition.propTypes = iconPropTypes;
2442
- }
2443
- const PartitionSame = /*#__PURE__*/React.forwardRef(function PartitionSame(_ref105, ref) {
2444
- let {
2445
- children,
2446
- size = 16,
2447
- ...rest
2448
- } = _ref105;
2449
- return /*#__PURE__*/React.createElement(Icon, {
2450
- width: size,
2451
- height: size,
2452
- ref: ref,
2453
- xmlns: "http://www.w3.org/2000/svg",
2454
- viewBox: "0 0 32 32",
2455
- fill: "currentColor",
2456
- ...rest
2457
- }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2458
- 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"
2459
- })), children);
2460
- });
2461
- if (process.env.NODE_ENV !== "production") {
2462
- PartitionSame.propTypes = iconPropTypes;
2463
- }
2464
- const PartitionSpecific = /*#__PURE__*/React.forwardRef(function PartitionSpecific(_ref106, ref) {
2465
- let {
2466
- children,
2467
- size = 16,
2468
- ...rest
2469
- } = _ref106;
2470
- return /*#__PURE__*/React.createElement(Icon, {
2471
- width: size,
2472
- height: size,
2473
- ref: ref,
2474
- xmlns: "http://www.w3.org/2000/svg",
2475
- viewBox: "0 0 32 32",
2476
- fill: "currentColor",
2477
- ...rest
2478
- }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2479
- 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"
2480
- })), children);
2481
- });
2482
- if (process.env.NODE_ENV !== "production") {
2483
- PartitionSpecific.propTypes = iconPropTypes;
2484
- }
2485
- const PartlyCloudy = /*#__PURE__*/React.forwardRef(function PartlyCloudy(_ref107, ref) {
2486
- let {
2487
- children,
2488
- size = 16,
2489
- ...rest
2490
- } = _ref107;
2491
- return /*#__PURE__*/React.createElement(Icon, {
2492
- width: size,
2493
- height: size,
2494
- ref: ref,
2495
- xmlns: "http://www.w3.org/2000/svg",
2496
- viewBox: "0 0 32 32",
2497
- fill: "currentColor",
2498
- ...rest
2499
- }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2500
- d: "M27 15H31V17H27z"
2501
- })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2502
- d: "M23.086 5.794H27.329V7.794H23.086z",
2503
- transform: "rotate(-45 25.207 6.794)"
2504
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2505
- d: "M15 1H17V5H15z"
2506
- })), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2507
- d: "M4.672 24.208H8.915V26.208H4.672z",
2508
- transform: "rotate(-45 6.793 25.208)"
2509
- })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2510
- d: "M5.793 4.672H7.793V8.915H5.793z",
2511
- transform: "rotate(-45 6.793 6.794)"
2512
- })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2513
- 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"
2514
- })), children);
2515
- });
2516
- if (process.env.NODE_ENV !== "production") {
2517
- PartlyCloudy.propTypes = iconPropTypes;
2518
- }
2519
- const PartlyCloudyNight = /*#__PURE__*/React.forwardRef(function PartlyCloudyNight(_ref108, ref) {
2520
- let {
2521
- children,
2522
- size = 16,
2523
- ...rest
2524
- } = _ref108;
2525
- return /*#__PURE__*/React.createElement(Icon, {
2526
- width: size,
2527
- height: size,
2528
- ref: ref,
2529
- xmlns: "http://www.w3.org/2000/svg",
2530
- viewBox: "0 0 32 32",
2531
- fill: "currentColor",
2532
- ...rest
2533
- }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2534
- 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"
2535
- })), children);
2536
- });
2537
- if (process.env.NODE_ENV !== "production") {
2538
- PartlyCloudyNight.propTypes = iconPropTypes;
2539
- }
2540
- const Partnership = /*#__PURE__*/React.forwardRef(function Partnership(_ref109, ref) {
2541
- let {
2542
- children,
2543
- size = 16,
2544
- ...rest
2545
- } = _ref109;
2546
- return /*#__PURE__*/React.createElement(Icon, {
2547
- width: size,
2548
- height: size,
2549
- ref: ref,
2550
- xmlns: "http://www.w3.org/2000/svg",
2551
- viewBox: "0 0 32 32",
2552
- fill: "currentColor",
2553
- ...rest
2554
- }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2555
- 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"
2556
- })), children);
2557
- });
2558
- if (process.env.NODE_ENV !== "production") {
2559
- Partnership.propTypes = iconPropTypes;
2560
- }
2561
- const PassengerDrinks = /*#__PURE__*/React.forwardRef(function PassengerDrinks(_ref110, ref) {
2562
- let {
2563
- children,
2564
- size = 16,
2565
- ...rest
2566
- } = _ref110;
2567
- return /*#__PURE__*/React.createElement(Icon, {
2568
- width: size,
2569
- height: size,
2570
- ref: ref,
2571
- xmlns: "http://www.w3.org/2000/svg",
2572
- viewBox: "0 0 32 32",
2573
- fill: "currentColor",
2574
- ...rest
2575
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2576
- 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"
2577
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2578
- d: "M18,28H7.7683a2.0025,2.0025,0,0,1-1.9326-1.4849L2.0337,12.2576l1.9326-.5152L7.7683,26H18Z"
2579
- })), children);
2580
- });
2581
- if (process.env.NODE_ENV !== "production") {
2582
- PassengerDrinks.propTypes = iconPropTypes;
2583
- }
2584
- const PassengerPlus = /*#__PURE__*/React.forwardRef(function PassengerPlus(_ref111, ref) {
2585
- let {
2586
- children,
2587
- size = 16,
2588
- ...rest
2589
- } = _ref111;
2590
- return /*#__PURE__*/React.createElement(Icon, {
2591
- width: size,
2592
- height: size,
2593
- ref: ref,
2594
- xmlns: "http://www.w3.org/2000/svg",
2595
- viewBox: "0 0 32 32",
2596
- fill: "currentColor",
2597
- ...rest
2598
- }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2599
- 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"
2600
- })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2601
- d: "M18,28H7.7676A2.0025,2.0025,0,0,1,5.835,26.5151L2.033,12.2576l1.9326-.5152L7.7676,26H18Z"
2602
- })), children);
2603
- });
2604
- if (process.env.NODE_ENV !== "production") {
2605
- PassengerPlus.propTypes = iconPropTypes;
2606
- }
2607
- const Password = /*#__PURE__*/React.forwardRef(function Password(_ref112, ref) {
2608
- let {
2609
- children,
2610
- size = 16,
2611
- ...rest
2612
- } = _ref112;
2613
- return /*#__PURE__*/React.createElement(Icon, {
2614
- width: size,
2615
- height: size,
2616
- ref: ref,
2617
- xmlns: "http://www.w3.org/2000/svg",
2618
- viewBox: "0 0 32 32",
2619
- fill: "currentColor",
2620
- ...rest
2621
- }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2622
- 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"
2623
- })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2624
- cx: "22",
2625
- cy: "10",
2626
- r: "2"
2627
- })), children);
2628
- });
2629
- if (process.env.NODE_ENV !== "production") {
2630
- Password.propTypes = iconPropTypes;
2631
- }
2632
- const Paste = /*#__PURE__*/React.forwardRef(function Paste(_ref113, ref) {
2633
- let {
2634
- children,
2635
- size = 16,
2636
- ...rest
2637
- } = _ref113;
2638
- return /*#__PURE__*/React.createElement(Icon, {
2639
- width: size,
2640
- height: size,
2641
- ref: ref,
2642
- xmlns: "http://www.w3.org/2000/svg",
2643
- viewBox: "0 0 32 32",
2644
- fill: "currentColor",
2645
- ...rest
2646
- }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2647
- d: "M26,20H17.83l2.58-2.59L19,16l-5,5,5,5,1.41-1.41L17.83,22H26v8h2V22A2,2,0,0,0,26,20Z"
2648
- })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2649
- 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"
2650
- })), children);
2651
- });
2652
- if (process.env.NODE_ENV !== "production") {
2653
- Paste.propTypes = iconPropTypes;
2654
- }
2655
- const Pause = /*#__PURE__*/React.forwardRef(function Pause(_ref114, ref) {
2656
- let {
2657
- children,
2658
- size = 16,
2659
- ...rest
2660
- } = _ref114;
2661
- if (size === 16 || size === "16" || size === "16px") {
2662
- return /*#__PURE__*/React.createElement(Icon, {
2663
- width: size,
2664
- height: size,
2665
- ref: ref,
2666
- xmlns: "http://www.w3.org/2000/svg",
2667
- viewBox: "0 0 16 16",
2668
- fill: "currentColor",
2669
- ...rest
2670
- }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2671
- 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"
2672
- })), children);
2673
- }
2674
- return /*#__PURE__*/React.createElement(Icon, {
2675
- width: size,
2676
- height: size,
2677
- ref: ref,
2678
- xmlns: "http://www.w3.org/2000/svg",
2679
- viewBox: "0 0 32 32",
2680
- fill: "currentColor",
2681
- ...rest
2682
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2683
- 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"
2684
- })), children);
2685
- });
2686
- if (process.env.NODE_ENV !== "production") {
2687
- Pause.propTypes = iconPropTypes;
2688
- }
2689
- const PauseFilled = /*#__PURE__*/React.forwardRef(function PauseFilled(_ref115, ref) {
2690
- let {
2691
- children,
2692
- size = 16,
2693
- ...rest
2694
- } = _ref115;
2695
- return /*#__PURE__*/React.createElement(Icon, {
2696
- width: size,
2697
- height: size,
2698
- ref: ref,
2699
- xmlns: "http://www.w3.org/2000/svg",
2700
- viewBox: "0 0 32 32",
2701
- fill: "currentColor",
2702
- ...rest
2703
- }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2704
- 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"
2705
- })), children);
2706
- });
2707
- if (process.env.NODE_ENV !== "production") {
2708
- PauseFilled.propTypes = iconPropTypes;
2709
- }
2710
- const PauseOutline = /*#__PURE__*/React.forwardRef(function PauseOutline(_ref116, ref) {
2711
- let {
2712
- children,
2713
- size = 16,
2714
- ...rest
2715
- } = _ref116;
2716
- if (size === 16 || size === "16" || size === "16px") {
2717
- return /*#__PURE__*/React.createElement(Icon, {
2718
- width: size,
2719
- height: size,
2720
- ref: ref,
2721
- xmlns: "http://www.w3.org/2000/svg",
2722
- viewBox: "0 0 16 16",
2723
- fill: "currentColor",
2724
- ...rest
2725
- }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2726
- d: "M7 5L6 5 6 11 7 11 7 5zM10 5L9 5 9 11 10 11 10 5z"
2727
- })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2728
- 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"
2729
- })), children);
2730
- }
2731
- return /*#__PURE__*/React.createElement(Icon, {
2732
- width: size,
2733
- height: size,
2734
- ref: ref,
2735
- xmlns: "http://www.w3.org/2000/svg",
2736
- viewBox: "0 0 32 32",
2737
- fill: "currentColor",
2738
- ...rest
2739
- }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2740
- d: "M14 10L12 10 12 22 14 22 14 10 14 10zM20 10L18 10 18 22 20 22 20 10 20 10z"
2741
- })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2742
- 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"
2743
- })), children);
2744
- });
2745
- if (process.env.NODE_ENV !== "production") {
2746
- PauseOutline.propTypes = iconPropTypes;
2747
- }
2748
- const PauseOutlineFilled = /*#__PURE__*/React.forwardRef(function PauseOutlineFilled(_ref117, ref) {
2749
- let {
2750
- children,
2751
- size = 16,
2752
- ...rest
2753
- } = _ref117;
2754
- if (size === 16 || size === "16" || size === "16px") {
2755
- return /*#__PURE__*/React.createElement(Icon, {
2756
- width: size,
2757
- height: size,
2758
- ref: ref,
2759
- xmlns: "http://www.w3.org/2000/svg",
2760
- viewBox: "0 0 16 16",
2761
- fill: "currentColor",
2762
- ...rest
2763
- }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2764
- 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"
2765
- })), children);
2766
- }
2767
- return /*#__PURE__*/React.createElement(Icon, {
2768
- width: size,
2769
- height: size,
2770
- ref: ref,
2771
- xmlns: "http://www.w3.org/2000/svg",
2772
- viewBox: "0 0 32 32",
2773
- fill: "currentColor",
2774
- ...rest
2775
- }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2776
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,22H12V10h2Zm6,0H18V10h2Z"
2777
- })), children);
2778
- });
2779
- if (process.env.NODE_ENV !== "production") {
2780
- PauseOutlineFilled.propTypes = iconPropTypes;
2781
- }
2782
- const PauseFuture = /*#__PURE__*/React.forwardRef(function PauseFuture(_ref118, ref) {
2783
- let {
2784
- children,
2785
- size = 16,
2786
- ...rest
2787
- } = _ref118;
2788
- return /*#__PURE__*/React.createElement(Icon, {
2789
- width: size,
2790
- height: size,
2791
- ref: ref,
2792
- xmlns: "http://www.w3.org/2000/svg",
2793
- viewBox: "0 0 32 32",
2794
- fill: "currentColor",
2795
- ...rest
2796
- }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2797
- d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
2798
- })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2799
- 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"
2800
- })), children);
2801
- });
2802
- if (process.env.NODE_ENV !== "production") {
2803
- PauseFuture.propTypes = iconPropTypes;
2804
- }
2805
- const PausePast = /*#__PURE__*/React.forwardRef(function PausePast(_ref119, ref) {
2806
- let {
2807
- children,
2808
- size = 16,
2809
- ...rest
2810
- } = _ref119;
2811
- return /*#__PURE__*/React.createElement(Icon, {
2812
- width: size,
2813
- height: size,
2814
- ref: ref,
2815
- xmlns: "http://www.w3.org/2000/svg",
2816
- viewBox: "0 0 32 32",
2817
- fill: "currentColor",
2818
- ...rest
2819
- }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2820
- d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
2821
- })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2822
- 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"
2823
- })), children);
2824
- });
2825
- if (process.env.NODE_ENV !== "production") {
2826
- PausePast.propTypes = iconPropTypes;
2827
- }
2828
- const PcnENode = /*#__PURE__*/React.forwardRef(function PcnENode(_ref120, ref) {
2829
- let {
2830
- children,
2831
- size = 16,
2832
- ...rest
2833
- } = _ref120;
2834
- return /*#__PURE__*/React.createElement(Icon, {
2835
- width: size,
2836
- height: size,
2837
- ref: ref,
2838
- xmlns: "http://www.w3.org/2000/svg",
2839
- viewBox: "0 0 32 32",
2840
- fill: "currentColor",
2841
- ...rest
2842
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2843
- 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"
2844
- })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2845
- 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"
2846
- })), children);
2847
- });
2848
- if (process.env.NODE_ENV !== "production") {
2849
- PcnENode.propTypes = iconPropTypes;
2850
- }
2851
- const PcnMilitary = /*#__PURE__*/React.forwardRef(function PcnMilitary(_ref121, ref) {
2852
- let {
2853
- children,
2854
- size = 16,
2855
- ...rest
2856
- } = _ref121;
2857
- return /*#__PURE__*/React.createElement(Icon, {
2858
- width: size,
2859
- height: size,
2860
- ref: ref,
2861
- xmlns: "http://www.w3.org/2000/svg",
2862
- viewBox: "0 0 32 32",
2863
- fill: "currentColor",
2864
- ...rest
2865
- }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2866
- 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"
2867
- })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2868
- d: "M12.414 17.414L16 13.834 16 13.834 19.588 17.416 21 16 16 11 11 16 12.414 17.414z"
2869
- })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2870
- d: "M12.414 12.414L16 8.834 16 8.834 19.588 12.416 21 11 16 6 11 11 12.414 12.414z"
2871
- })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2872
- 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"
2873
- })), children);
2874
- });
2875
- if (process.env.NODE_ENV !== "production") {
2876
- PcnMilitary.propTypes = iconPropTypes;
2877
- }
2878
- const PcnPNode = /*#__PURE__*/React.forwardRef(function PcnPNode(_ref122, ref) {
2879
- let {
2880
- children,
2881
- size = 16,
2882
- ...rest
2883
- } = _ref122;
2884
- return /*#__PURE__*/React.createElement(Icon, {
2885
- width: size,
2886
- height: size,
2887
- ref: ref,
2888
- xmlns: "http://www.w3.org/2000/svg",
2889
- viewBox: "0 0 32 32",
2890
- fill: "currentColor",
2891
- ...rest
2892
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2893
- d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V10.9985H14Z"
2894
- })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2895
- 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"
2896
- })), children);
2897
- });
2898
- if (process.env.NODE_ENV !== "production") {
2899
- PcnPNode.propTypes = iconPropTypes;
2900
- }
2901
- const PcnZNode = /*#__PURE__*/React.forwardRef(function PcnZNode(_ref123, ref) {
2902
- let {
2903
- children,
2904
- size = 16,
2905
- ...rest
2906
- } = _ref123;
2907
- return /*#__PURE__*/React.createElement(Icon, {
2908
- width: size,
2909
- height: size,
2910
- ref: ref,
2911
- xmlns: "http://www.w3.org/2000/svg",
2912
- viewBox: "0 0 32 32",
2913
- fill: "currentColor",
2914
- ...rest
2915
- }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2916
- d: "M20 9L12 9 12 11 18 11 12 21 12 23 20 23 20 21 14 21 20 11 20 9z"
2917
- })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2918
- 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"
2919
- })), children);
2920
- });
2921
- if (process.env.NODE_ENV !== "production") {
2922
- PcnZNode.propTypes = iconPropTypes;
2923
- }
2924
- const Pdf = /*#__PURE__*/React.forwardRef(function Pdf(_ref124, ref) {
2925
- let {
2926
- children,
2927
- size = 16,
2928
- ...rest
2929
- } = _ref124;
2930
- return /*#__PURE__*/React.createElement(Icon, {
2931
- width: size,
2932
- height: size,
2933
- ref: ref,
2934
- xmlns: "http://www.w3.org/2000/svg",
2935
- viewBox: "0 0 32 32",
2936
- fill: "currentColor",
2937
- ...rest
2938
- }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2939
- 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"
2940
- })), children);
2941
- });
2942
- if (process.env.NODE_ENV !== "production") {
2943
- Pdf.propTypes = iconPropTypes;
2944
- }
2945
- const PdfReference = /*#__PURE__*/React.forwardRef(function PdfReference(_ref125, ref) {
2946
- let {
2947
- children,
2948
- size = 16,
2949
- ...rest
2950
- } = _ref125;
2951
- return /*#__PURE__*/React.createElement(Icon, {
2952
- width: size,
2953
- height: size,
2954
- ref: ref,
2955
- xmlns: "http://www.w3.org/2000/svg",
2956
- viewBox: "0 0 32 32",
2957
- fill: "currentColor",
2958
- ...rest
2959
- }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2960
- 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"
2961
- })), children);
2962
- });
2963
- if (process.env.NODE_ENV !== "production") {
2964
- PdfReference.propTypes = iconPropTypes;
2965
- }
2966
-
2967
- export { NavaidVortac, Need, NetworkAdminControl, NetworkEnterprise, NetworkInterface, NetworkOverlay, NetworkPublic, NetworkTimeProtocol, Network_1, Network_2, Network_3, Network_3Reference, Network_4, Network_4Reference, NewTab, NextFilled, NextOutline, NoImage, NoTicket, Nominal, NonCertified, NoodleBowl, NotAvailable, NotSent, NotSentFilled, Notebook, NotebookReference, Notification, NotificationCounter, NotificationFilled, NotificationNew, NotificationOff, NotificationOffFilled, NullSign, NumberSmall_0, NumberSmall_1, NumberSmall_2, NumberSmall_3, NumberSmall_4, NumberSmall_5, NumberSmall_6, NumberSmall_7, NumberSmall_8, NumberSmall_9, Number_0, Number_1, Number_2, Number_3, Number_4, Number_5, Number_6, Number_7, Number_8, Number_9, Object$1 as Object, ObjectStorage, ObjectStorageAlt, ObservedHail, ObservedLightning, Omega, Opacity, OpenPanelBottom, OpenPanelFilledBottom, OpenPanelFilledLeft, OpenPanelFilledRight, OpenPanelFilledTop, OpenPanelLeft, OpenPanelRight, OpenPanelTop, OperationsField, OperationsRecord, OrderDetails, Ordinal, Outage, OutlookSevere, OverflowMenuHorizontal, OverflowMenuVertical, Overlay, Package, PackageNode, PackageTextAnalysis, PageBreak, PageFirst, PageLast, PageNumber, PaintBrush, PaintBrushAlt, PalmTree, PanHorizontal, PanVertical, PanelExpansion, Paragraph, Parameter, ParentChild, PartDefinition, PartUsage, PartitionAuto, PartitionCollection, PartitionRepartition, PartitionSame, PartitionSpecific, PartlyCloudy, PartlyCloudyNight, Partnership, PassengerDrinks, PassengerPlus, Password, Paste, Pause, PauseFilled, PauseFuture, PauseOutline, PauseOutlineFilled, PausePast, PcnENode, PcnMilitary, PcnPNode, PcnZNode, Pdf, PdfReference, QOperation, QOperationGauge, QOperationIf, WatsonHealthNominate, WatsonHealthPageScroll };