@carbon-labs/react-animated-header 0.1.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 (92) hide show
  1. package/LICENSE +201 -0
  2. package/es/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  3. package/es/_virtual/_commonjsHelpers.js +12 -0
  4. package/es/_virtual/lottie.js +14 -0
  5. package/es/_virtual/lottie2.js +10 -0
  6. package/es/assets/index.d.ts +7 -0
  7. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  8. package/es/components/AnimatedHeader/AnimatedHeader.js +277 -0
  9. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  10. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +94 -0
  11. package/es/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  12. package/es/components/Tiles/BaseTile/BaseTile.js +39 -0
  13. package/es/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  14. package/es/components/Tiles/GlassTile/GlassTile.js +53 -0
  15. package/es/components/Tiles/index.d.ts +12 -0
  16. package/es/data/index.d.ts +47 -0
  17. package/es/index.d.ts +11 -0
  18. package/es/index.js +11 -0
  19. package/es/node_modules/@carbon/icon-helpers/es/index.js +125 -0
  20. package/es/node_modules/@carbon/icons-react/es/Icon.js +71 -0
  21. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2967 -0
  22. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3260 -0
  23. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2906 -0
  24. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3151 -0
  25. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +2966 -0
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3019 -0
  27. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +2923 -0
  28. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3076 -0
  29. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +2913 -0
  30. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +2917 -0
  31. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3141 -0
  32. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +811 -0
  33. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3195 -0
  34. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3119 -0
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3002 -0
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +2929 -0
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +2978 -0
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3017 -0
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3149 -0
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3084 -0
  41. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
  42. package/es/node_modules/@carbon/icons-react/es/index.js +30 -0
  43. package/es/node_modules/@carbon-labs/utilities/es/usePrefix.js +20 -0
  44. package/es/node_modules/lottie-web/build/player/lottie.js +682 -0
  45. package/lib/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  46. package/lib/_virtual/_commonjsHelpers.js +14 -0
  47. package/lib/_virtual/lottie.js +18 -0
  48. package/lib/_virtual/lottie2.js +12 -0
  49. package/lib/assets/index.d.ts +7 -0
  50. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  51. package/lib/components/AnimatedHeader/AnimatedHeader.js +281 -0
  52. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  53. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +96 -0
  54. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  55. package/lib/components/Tiles/BaseTile/BaseTile.js +41 -0
  56. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  57. package/lib/components/Tiles/GlassTile/GlassTile.js +55 -0
  58. package/lib/components/Tiles/index.d.ts +12 -0
  59. package/lib/data/index.d.ts +47 -0
  60. package/lib/index.d.ts +11 -0
  61. package/lib/index.js +18 -0
  62. package/lib/node_modules/@carbon/icon-helpers/es/index.js +128 -0
  63. package/lib/node_modules/@carbon/icons-react/es/Icon.js +75 -0
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3093 -0
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3386 -0
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +3032 -0
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3277 -0
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +3092 -0
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3145 -0
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +3049 -0
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3202 -0
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +3039 -0
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +3043 -0
  74. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3267 -0
  75. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +847 -0
  76. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3321 -0
  77. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3245 -0
  78. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3128 -0
  79. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +3055 -0
  80. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +3104 -0
  81. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3143 -0
  82. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3275 -0
  83. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3210 -0
  84. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +16 -0
  85. package/lib/node_modules/@carbon/icons-react/es/index.js +2446 -0
  86. package/lib/node_modules/@carbon-labs/utilities/es/usePrefix.js +23 -0
  87. package/lib/node_modules/lottie-web/build/player/lottie.js +684 -0
  88. package/package.json +35 -0
  89. package/scss/AnimatedHeader/animated-header.scss +619 -0
  90. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +187 -0
  91. package/scss/Tiles/GlassTile/glass-tile.scss +111 -0
  92. package/scss/animated_header.scss +10 -0
@@ -0,0 +1,3092 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ var React = require('react');
11
+ var Icon = require('../Icon.js');
12
+ var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
+ require('prop-types');
14
+
15
+ var _path, _path2, _path3, _path4, _path5, _path6, _circle, _path7, _path8, _path9, _path10, _circle2, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _circle3, _path34, _path35, _circle4, _path36, _path37, _circle5, _circle6, _circle7, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _circle8, _circle9, _circle10, _circle11, _circle12, _circle13, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _circle14, _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, _circle15, _circle16, _circle17, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _circle18, _circle19, _circle20, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196;
16
+ const NotebookReference = /*#__PURE__*/React.forwardRef(function NotebookReference(_ref, ref) {
17
+ let {
18
+ children,
19
+ size = 16,
20
+ ...rest
21
+ } = _ref;
22
+ return /*#__PURE__*/React.createElement(Icon.default, {
23
+ width: size,
24
+ height: size,
25
+ ref: ref,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 32 32",
28
+ fill: "currentColor",
29
+ ...rest
30
+ }, _path || (_path = /*#__PURE__*/React.createElement("path", {
31
+ d: "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"
32
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
+ 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"
34
+ })), children);
35
+ });
36
+ if (process.env.NODE_ENV !== "production") {
37
+ NotebookReference.propTypes = iconPropTypes4cbeb95d.i;
38
+ }
39
+ const Notification = /*#__PURE__*/React.forwardRef(function Notification(_ref2, ref) {
40
+ let {
41
+ children,
42
+ size = 16,
43
+ ...rest
44
+ } = _ref2;
45
+ if (size === 16 || size === "16" || size === "16px") {
46
+ return /*#__PURE__*/React.createElement(Icon.default, {
47
+ width: size,
48
+ height: size,
49
+ ref: ref,
50
+ xmlns: "http://www.w3.org/2000/svg",
51
+ viewBox: "0 0 16 16",
52
+ fill: "currentColor",
53
+ ...rest
54
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
55
+ 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"
56
+ })), children);
57
+ }
58
+ return /*#__PURE__*/React.createElement(Icon.default, {
59
+ width: size,
60
+ height: size,
61
+ ref: ref,
62
+ xmlns: "http://www.w3.org/2000/svg",
63
+ viewBox: "0 0 32 32",
64
+ fill: "currentColor",
65
+ ...rest
66
+ }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
67
+ 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"
68
+ })), children);
69
+ });
70
+ if (process.env.NODE_ENV !== "production") {
71
+ Notification.propTypes = iconPropTypes4cbeb95d.i;
72
+ }
73
+ const NotificationFilled = /*#__PURE__*/React.forwardRef(function NotificationFilled(_ref3, ref) {
74
+ let {
75
+ children,
76
+ size = 16,
77
+ ...rest
78
+ } = _ref3;
79
+ return /*#__PURE__*/React.createElement(Icon.default, {
80
+ width: size,
81
+ height: size,
82
+ ref: ref,
83
+ xmlns: "http://www.w3.org/2000/svg",
84
+ viewBox: "0 0 32 32",
85
+ fill: "currentColor",
86
+ ...rest
87
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
88
+ 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"
89
+ })), children);
90
+ });
91
+ if (process.env.NODE_ENV !== "production") {
92
+ NotificationFilled.propTypes = iconPropTypes4cbeb95d.i;
93
+ }
94
+ const NotificationNew = /*#__PURE__*/React.forwardRef(function NotificationNew(_ref4, ref) {
95
+ let {
96
+ children,
97
+ size = 16,
98
+ ...rest
99
+ } = _ref4;
100
+ return /*#__PURE__*/React.createElement(Icon.default, {
101
+ width: size,
102
+ height: size,
103
+ ref: ref,
104
+ xmlns: "http://www.w3.org/2000/svg",
105
+ viewBox: "0 0 32 32",
106
+ fill: "currentColor",
107
+ ...rest
108
+ }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
109
+ 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"
110
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
111
+ cx: "26",
112
+ cy: "8",
113
+ r: "4"
114
+ })), children);
115
+ });
116
+ if (process.env.NODE_ENV !== "production") {
117
+ NotificationNew.propTypes = iconPropTypes4cbeb95d.i;
118
+ }
119
+ const NotificationOff = /*#__PURE__*/React.forwardRef(function NotificationOff(_ref5, ref) {
120
+ let {
121
+ children,
122
+ size = 16,
123
+ ...rest
124
+ } = _ref5;
125
+ if (size === 16 || size === "16" || size === "16px") {
126
+ return /*#__PURE__*/React.createElement(Icon.default, {
127
+ width: size,
128
+ height: size,
129
+ ref: ref,
130
+ xmlns: "http://www.w3.org/2000/svg",
131
+ viewBox: "0 0 16 16",
132
+ fill: "currentColor",
133
+ ...rest
134
+ }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
135
+ 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"
136
+ })), children);
137
+ }
138
+ return /*#__PURE__*/React.createElement(Icon.default, {
139
+ width: size,
140
+ height: size,
141
+ ref: ref,
142
+ xmlns: "http://www.w3.org/2000/svg",
143
+ viewBox: "0 0 32 32",
144
+ fill: "currentColor",
145
+ ...rest
146
+ }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
147
+ 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"
148
+ })), children);
149
+ });
150
+ if (process.env.NODE_ENV !== "production") {
151
+ NotificationOff.propTypes = iconPropTypes4cbeb95d.i;
152
+ }
153
+ const NotificationOffFilled = /*#__PURE__*/React.forwardRef(function NotificationOffFilled(_ref6, ref) {
154
+ let {
155
+ children,
156
+ size = 16,
157
+ ...rest
158
+ } = _ref6;
159
+ return /*#__PURE__*/React.createElement(Icon.default, {
160
+ width: size,
161
+ height: size,
162
+ ref: ref,
163
+ xmlns: "http://www.w3.org/2000/svg",
164
+ viewBox: "0 0 32 32",
165
+ fill: "currentColor",
166
+ ...rest
167
+ }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
168
+ 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"
169
+ })), children);
170
+ });
171
+ if (process.env.NODE_ENV !== "production") {
172
+ NotificationOffFilled.propTypes = iconPropTypes4cbeb95d.i;
173
+ }
174
+ const NotificationCounter = /*#__PURE__*/React.forwardRef(function NotificationCounter(_ref7, ref) {
175
+ let {
176
+ children,
177
+ size = 16,
178
+ ...rest
179
+ } = _ref7;
180
+ return /*#__PURE__*/React.createElement(Icon.default, {
181
+ width: size,
182
+ height: size,
183
+ ref: ref,
184
+ xmlns: "http://www.w3.org/2000/svg",
185
+ viewBox: "0 0 32 32",
186
+ fill: "currentColor",
187
+ ...rest
188
+ }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
189
+ strokeWidth: "0",
190
+ 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"
191
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
192
+ cx: "26.5",
193
+ cy: "5.5",
194
+ r: "3.5",
195
+ strokeWidth: "0"
196
+ })), children);
197
+ });
198
+ if (process.env.NODE_ENV !== "production") {
199
+ NotificationCounter.propTypes = iconPropTypes4cbeb95d.i;
200
+ }
201
+ const Number_0 = /*#__PURE__*/React.forwardRef(function Number_0(_ref8, ref) {
202
+ let {
203
+ children,
204
+ size = 16,
205
+ ...rest
206
+ } = _ref8;
207
+ return /*#__PURE__*/React.createElement(Icon.default, {
208
+ width: size,
209
+ height: size,
210
+ ref: ref,
211
+ xmlns: "http://www.w3.org/2000/svg",
212
+ viewBox: "0 0 32 32",
213
+ fill: "currentColor",
214
+ ...rest
215
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
216
+ 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"
217
+ })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
218
+ d: "M15 15H17V17H15z"
219
+ })), children);
220
+ });
221
+ if (process.env.NODE_ENV !== "production") {
222
+ Number_0.propTypes = iconPropTypes4cbeb95d.i;
223
+ }
224
+ const Number_1 = /*#__PURE__*/React.forwardRef(function Number_1(_ref9, ref) {
225
+ let {
226
+ children,
227
+ size = 16,
228
+ ...rest
229
+ } = _ref9;
230
+ return /*#__PURE__*/React.createElement(Icon.default, {
231
+ width: size,
232
+ height: size,
233
+ ref: ref,
234
+ xmlns: "http://www.w3.org/2000/svg",
235
+ viewBox: "0 0 32 32",
236
+ fill: "currentColor",
237
+ ...rest
238
+ }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
239
+ d: "M16,10V22h0V10m1-1H12v2h3V21H12v2h8V21H17V9Z"
240
+ })), children);
241
+ });
242
+ if (process.env.NODE_ENV !== "production") {
243
+ Number_1.propTypes = iconPropTypes4cbeb95d.i;
244
+ }
245
+ const Number_2 = /*#__PURE__*/React.forwardRef(function Number_2(_ref10, ref) {
246
+ let {
247
+ children,
248
+ size = 16,
249
+ ...rest
250
+ } = _ref10;
251
+ return /*#__PURE__*/React.createElement(Icon.default, {
252
+ width: size,
253
+ height: size,
254
+ ref: ref,
255
+ xmlns: "http://www.w3.org/2000/svg",
256
+ viewBox: "0 0 32 32",
257
+ fill: "currentColor",
258
+ ...rest
259
+ }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
260
+ d: "M20,23H12V17a2,2,0,0,1,2-2h4V11H12V9h6a2,2,0,0,1,2,2v4a2,2,0,0,1-2,2H14v4h6Z"
261
+ })), children);
262
+ });
263
+ if (process.env.NODE_ENV !== "production") {
264
+ Number_2.propTypes = iconPropTypes4cbeb95d.i;
265
+ }
266
+ const Number_3 = /*#__PURE__*/React.forwardRef(function Number_3(_ref11, ref) {
267
+ let {
268
+ children,
269
+ size = 16,
270
+ ...rest
271
+ } = _ref11;
272
+ return /*#__PURE__*/React.createElement(Icon.default, {
273
+ width: size,
274
+ height: size,
275
+ ref: ref,
276
+ xmlns: "http://www.w3.org/2000/svg",
277
+ viewBox: "0 0 32 32",
278
+ fill: "currentColor",
279
+ ...rest
280
+ }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
281
+ d: "M18,9H12v2h6v4H14v2h4v4H12v2h6a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Z"
282
+ })), children);
283
+ });
284
+ if (process.env.NODE_ENV !== "production") {
285
+ Number_3.propTypes = iconPropTypes4cbeb95d.i;
286
+ }
287
+ const Number_4 = /*#__PURE__*/React.forwardRef(function Number_4(_ref12, ref) {
288
+ let {
289
+ children,
290
+ size = 16,
291
+ ...rest
292
+ } = _ref12;
293
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
302
+ d: "M18,10v8h0V10m1-1H17v8H14V9H12V19h5v4h2V19h1V17H19V9Z"
303
+ })), children);
304
+ });
305
+ if (process.env.NODE_ENV !== "production") {
306
+ Number_4.propTypes = iconPropTypes4cbeb95d.i;
307
+ }
308
+ const Number_5 = /*#__PURE__*/React.forwardRef(function Number_5(_ref13, ref) {
309
+ let {
310
+ children,
311
+ size = 16,
312
+ ...rest
313
+ } = _ref13;
314
+ return /*#__PURE__*/React.createElement(Icon.default, {
315
+ width: size,
316
+ height: size,
317
+ ref: ref,
318
+ xmlns: "http://www.w3.org/2000/svg",
319
+ viewBox: "0 0 32 32",
320
+ fill: "currentColor",
321
+ ...rest
322
+ }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
323
+ d: "M18,23H12V21h6V17H12V9h8v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z"
324
+ })), children);
325
+ });
326
+ if (process.env.NODE_ENV !== "production") {
327
+ Number_5.propTypes = iconPropTypes4cbeb95d.i;
328
+ }
329
+ const Number_6 = /*#__PURE__*/React.forwardRef(function Number_6(_ref14, ref) {
330
+ let {
331
+ children,
332
+ size = 16,
333
+ ...rest
334
+ } = _ref14;
335
+ return /*#__PURE__*/React.createElement(Icon.default, {
336
+ width: size,
337
+ height: size,
338
+ ref: ref,
339
+ xmlns: "http://www.w3.org/2000/svg",
340
+ viewBox: "0 0 32 32",
341
+ fill: "currentColor",
342
+ ...rest
343
+ }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
344
+ 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"
345
+ })), children);
346
+ });
347
+ if (process.env.NODE_ENV !== "production") {
348
+ Number_6.propTypes = iconPropTypes4cbeb95d.i;
349
+ }
350
+ const Number_7 = /*#__PURE__*/React.forwardRef(function Number_7(_ref15, ref) {
351
+ let {
352
+ children,
353
+ size = 16,
354
+ ...rest
355
+ } = _ref15;
356
+ return /*#__PURE__*/React.createElement(Icon.default, {
357
+ width: size,
358
+ height: size,
359
+ ref: ref,
360
+ xmlns: "http://www.w3.org/2000/svg",
361
+ viewBox: "0 0 32 32",
362
+ fill: "currentColor",
363
+ ...rest
364
+ }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
365
+ d: "M20 9L12 9 12 13 14 13 14 11 17.85 11 13 23 15.16 23 20 11 20 9z"
366
+ })), children);
367
+ });
368
+ if (process.env.NODE_ENV !== "production") {
369
+ Number_7.propTypes = iconPropTypes4cbeb95d.i;
370
+ }
371
+ const Number_8 = /*#__PURE__*/React.forwardRef(function Number_8(_ref16, ref) {
372
+ let {
373
+ children,
374
+ size = 16,
375
+ ...rest
376
+ } = _ref16;
377
+ return /*#__PURE__*/React.createElement(Icon.default, {
378
+ width: size,
379
+ height: size,
380
+ ref: ref,
381
+ xmlns: "http://www.w3.org/2000/svg",
382
+ viewBox: "0 0 32 32",
383
+ fill: "currentColor",
384
+ ...rest
385
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
386
+ 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"
387
+ })), children);
388
+ });
389
+ if (process.env.NODE_ENV !== "production") {
390
+ Number_8.propTypes = iconPropTypes4cbeb95d.i;
391
+ }
392
+ const Number_9 = /*#__PURE__*/React.forwardRef(function Number_9(_ref17, ref) {
393
+ let {
394
+ children,
395
+ size = 16,
396
+ ...rest
397
+ } = _ref17;
398
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
407
+ 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"
408
+ })), children);
409
+ });
410
+ if (process.env.NODE_ENV !== "production") {
411
+ Number_9.propTypes = iconPropTypes4cbeb95d.i;
412
+ }
413
+ const NumberSmall_0 = /*#__PURE__*/React.forwardRef(function NumberSmall_0(_ref18, ref) {
414
+ let {
415
+ children,
416
+ size = 16,
417
+ ...rest
418
+ } = _ref18;
419
+ return /*#__PURE__*/React.createElement(Icon.default, {
420
+ width: size,
421
+ height: size,
422
+ ref: ref,
423
+ xmlns: "http://www.w3.org/2000/svg",
424
+ viewBox: "0 0 32 32",
425
+ fill: "currentColor",
426
+ ...rest
427
+ }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
428
+ 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"
429
+ })), children);
430
+ });
431
+ if (process.env.NODE_ENV !== "production") {
432
+ NumberSmall_0.propTypes = iconPropTypes4cbeb95d.i;
433
+ }
434
+ const NumberSmall_1 = /*#__PURE__*/React.forwardRef(function NumberSmall_1(_ref19, ref) {
435
+ let {
436
+ children,
437
+ size = 16,
438
+ ...rest
439
+ } = _ref19;
440
+ return /*#__PURE__*/React.createElement(Icon.default, {
441
+ width: size,
442
+ height: size,
443
+ ref: ref,
444
+ xmlns: "http://www.w3.org/2000/svg",
445
+ viewBox: "0 0 32 32",
446
+ fill: "currentColor",
447
+ ...rest
448
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
449
+ 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"
450
+ })), children);
451
+ });
452
+ if (process.env.NODE_ENV !== "production") {
453
+ NumberSmall_1.propTypes = iconPropTypes4cbeb95d.i;
454
+ }
455
+ const NumberSmall_2 = /*#__PURE__*/React.forwardRef(function NumberSmall_2(_ref20, ref) {
456
+ let {
457
+ children,
458
+ size = 16,
459
+ ...rest
460
+ } = _ref20;
461
+ return /*#__PURE__*/React.createElement(Icon.default, {
462
+ width: size,
463
+ height: size,
464
+ ref: ref,
465
+ xmlns: "http://www.w3.org/2000/svg",
466
+ viewBox: "0 0 32 32",
467
+ fill: "currentColor",
468
+ ...rest
469
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
470
+ d: "M19,21H13V17a2,2,0,0,1,2-2h2V13H13V11h4a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H15v2h4Z"
471
+ })), children);
472
+ });
473
+ if (process.env.NODE_ENV !== "production") {
474
+ NumberSmall_2.propTypes = iconPropTypes4cbeb95d.i;
475
+ }
476
+ const NumberSmall_3 = /*#__PURE__*/React.forwardRef(function NumberSmall_3(_ref21, ref) {
477
+ let {
478
+ children,
479
+ size = 16,
480
+ ...rest
481
+ } = _ref21;
482
+ return /*#__PURE__*/React.createElement(Icon.default, {
483
+ width: size,
484
+ height: size,
485
+ ref: ref,
486
+ xmlns: "http://www.w3.org/2000/svg",
487
+ viewBox: "0 0 32 32",
488
+ fill: "currentColor",
489
+ ...rest
490
+ }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
491
+ d: "M17,11H13v2h4v2H14v2h3v2H13v2h4a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Z"
492
+ })), children);
493
+ });
494
+ if (process.env.NODE_ENV !== "production") {
495
+ NumberSmall_3.propTypes = iconPropTypes4cbeb95d.i;
496
+ }
497
+ const NumberSmall_4 = /*#__PURE__*/React.forwardRef(function NumberSmall_4(_ref22, ref) {
498
+ let {
499
+ children,
500
+ size = 16,
501
+ ...rest
502
+ } = _ref22;
503
+ return /*#__PURE__*/React.createElement(Icon.default, {
504
+ width: size,
505
+ height: size,
506
+ ref: ref,
507
+ xmlns: "http://www.w3.org/2000/svg",
508
+ viewBox: "0 0 32 32",
509
+ fill: "currentColor",
510
+ ...rest
511
+ }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
512
+ d: "M17 11L17 15 15 15 15 11 13 11 13 17 17 17 17 21 19 21 19 11 17 11z"
513
+ })), children);
514
+ });
515
+ if (process.env.NODE_ENV !== "production") {
516
+ NumberSmall_4.propTypes = iconPropTypes4cbeb95d.i;
517
+ }
518
+ const NumberSmall_5 = /*#__PURE__*/React.forwardRef(function NumberSmall_5(_ref23, ref) {
519
+ let {
520
+ children,
521
+ size = 16,
522
+ ...rest
523
+ } = _ref23;
524
+ return /*#__PURE__*/React.createElement(Icon.default, {
525
+ width: size,
526
+ height: size,
527
+ ref: ref,
528
+ xmlns: "http://www.w3.org/2000/svg",
529
+ viewBox: "0 0 32 32",
530
+ fill: "currentColor",
531
+ ...rest
532
+ }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
533
+ d: "M17,21H13V19h4V17H13V11h6v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Z"
534
+ })), children);
535
+ });
536
+ if (process.env.NODE_ENV !== "production") {
537
+ NumberSmall_5.propTypes = iconPropTypes4cbeb95d.i;
538
+ }
539
+ const NumberSmall_6 = /*#__PURE__*/React.forwardRef(function NumberSmall_6(_ref24, ref) {
540
+ let {
541
+ children,
542
+ size = 16,
543
+ ...rest
544
+ } = _ref24;
545
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
554
+ 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"
555
+ })), children);
556
+ });
557
+ if (process.env.NODE_ENV !== "production") {
558
+ NumberSmall_6.propTypes = iconPropTypes4cbeb95d.i;
559
+ }
560
+ const NumberSmall_7 = /*#__PURE__*/React.forwardRef(function NumberSmall_7(_ref25, ref) {
561
+ let {
562
+ children,
563
+ size = 16,
564
+ ...rest
565
+ } = _ref25;
566
+ return /*#__PURE__*/React.createElement(Icon.default, {
567
+ width: size,
568
+ height: size,
569
+ ref: ref,
570
+ xmlns: "http://www.w3.org/2000/svg",
571
+ viewBox: "0 0 32 32",
572
+ fill: "currentColor",
573
+ ...rest
574
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
575
+ d: "M16.44 21L14.44 21 17 13 15 13 15 14 13 14 13 11 19 11 19 13 16.44 21z"
576
+ })), children);
577
+ });
578
+ if (process.env.NODE_ENV !== "production") {
579
+ NumberSmall_7.propTypes = iconPropTypes4cbeb95d.i;
580
+ }
581
+ const NumberSmall_8 = /*#__PURE__*/React.forwardRef(function NumberSmall_8(_ref26, ref) {
582
+ let {
583
+ children,
584
+ size = 16,
585
+ ...rest
586
+ } = _ref26;
587
+ return /*#__PURE__*/React.createElement(Icon.default, {
588
+ width: size,
589
+ height: size,
590
+ ref: ref,
591
+ xmlns: "http://www.w3.org/2000/svg",
592
+ viewBox: "0 0 32 32",
593
+ fill: "currentColor",
594
+ ...rest
595
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
596
+ 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"
597
+ })), children);
598
+ });
599
+ if (process.env.NODE_ENV !== "production") {
600
+ NumberSmall_8.propTypes = iconPropTypes4cbeb95d.i;
601
+ }
602
+ const NumberSmall_9 = /*#__PURE__*/React.forwardRef(function NumberSmall_9(_ref27, ref) {
603
+ let {
604
+ children,
605
+ size = 16,
606
+ ...rest
607
+ } = _ref27;
608
+ return /*#__PURE__*/React.createElement(Icon.default, {
609
+ width: size,
610
+ height: size,
611
+ ref: ref,
612
+ xmlns: "http://www.w3.org/2000/svg",
613
+ viewBox: "0 0 32 32",
614
+ fill: "currentColor",
615
+ ...rest
616
+ }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
617
+ 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"
618
+ })), children);
619
+ });
620
+ if (process.env.NODE_ENV !== "production") {
621
+ NumberSmall_9.propTypes = iconPropTypes4cbeb95d.i;
622
+ }
623
+ const Object$1 = /*#__PURE__*/React.forwardRef(function Object(_ref28, ref) {
624
+ let {
625
+ children,
626
+ size = 16,
627
+ ...rest
628
+ } = _ref28;
629
+ return /*#__PURE__*/React.createElement(Icon.default, {
630
+ width: size,
631
+ height: size,
632
+ ref: ref,
633
+ xmlns: "http://www.w3.org/2000/svg",
634
+ viewBox: "0 0 32 32",
635
+ fill: "currentColor",
636
+ ...rest
637
+ }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
638
+ 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"
639
+ })), children);
640
+ });
641
+ if (process.env.NODE_ENV !== "production") {
642
+ Object$1.propTypes = iconPropTypes4cbeb95d.i;
643
+ }
644
+ const ObjectStorage = /*#__PURE__*/React.forwardRef(function ObjectStorage(_ref29, ref) {
645
+ let {
646
+ children,
647
+ size = 16,
648
+ ...rest
649
+ } = _ref29;
650
+ return /*#__PURE__*/React.createElement(Icon.default, {
651
+ width: size,
652
+ height: size,
653
+ ref: ref,
654
+ xmlns: "http://www.w3.org/2000/svg",
655
+ viewBox: "0 0 32 32",
656
+ fill: "currentColor",
657
+ ...rest
658
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
659
+ 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"
660
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
661
+ cx: "7",
662
+ cy: "25",
663
+ r: "1"
664
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
665
+ d: "M30 8H22v6H16v8h8V16h6zM22 20H18V16h4zm6-6H24V10h4zM18 10H10V2h8zM12 8h4V4H12z"
666
+ })), children);
667
+ });
668
+ if (process.env.NODE_ENV !== "production") {
669
+ ObjectStorage.propTypes = iconPropTypes4cbeb95d.i;
670
+ }
671
+ const ObjectStorageAlt = /*#__PURE__*/React.forwardRef(function ObjectStorageAlt(_ref30, ref) {
672
+ let {
673
+ children,
674
+ size = 16,
675
+ ...rest
676
+ } = _ref30;
677
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
686
+ 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"
687
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
688
+ cx: "7",
689
+ cy: "25",
690
+ r: "1"
691
+ })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
692
+ 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"
693
+ })), children);
694
+ });
695
+ if (process.env.NODE_ENV !== "production") {
696
+ ObjectStorageAlt.propTypes = iconPropTypes4cbeb95d.i;
697
+ }
698
+ const ObservedHail = /*#__PURE__*/React.forwardRef(function ObservedHail(_ref31, ref) {
699
+ let {
700
+ children,
701
+ size = 16,
702
+ ...rest
703
+ } = _ref31;
704
+ return /*#__PURE__*/React.createElement(Icon.default, {
705
+ width: size,
706
+ height: size,
707
+ ref: ref,
708
+ xmlns: "http://www.w3.org/2000/svg",
709
+ viewBox: "0 0 32 32",
710
+ fill: "currentColor",
711
+ ...rest
712
+ }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
713
+ d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
714
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
715
+ cx: "13.5",
716
+ cy: "23.5",
717
+ r: "1.5"
718
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
719
+ cx: "10.5",
720
+ cy: "19.5",
721
+ r: "1.5"
722
+ })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
723
+ cx: "16.5",
724
+ cy: "19.5",
725
+ r: "1.5"
726
+ })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
727
+ d: "M11.964 14.5H17.036V16.499H11.964z",
728
+ transform: "rotate(-45 14.5 15.5)"
729
+ })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
730
+ d: "M17.964 14.5H23.035999999999998V16.499H17.964z",
731
+ transform: "rotate(-45 20.5 15.5)"
732
+ })), children);
733
+ });
734
+ if (process.env.NODE_ENV !== "production") {
735
+ ObservedHail.propTypes = iconPropTypes4cbeb95d.i;
736
+ }
737
+ const ObservedLightning = /*#__PURE__*/React.forwardRef(function ObservedLightning(_ref32, ref) {
738
+ let {
739
+ children,
740
+ size = 16,
741
+ ...rest
742
+ } = _ref32;
743
+ return /*#__PURE__*/React.createElement(Icon.default, {
744
+ width: size,
745
+ height: size,
746
+ ref: ref,
747
+ xmlns: "http://www.w3.org/2000/svg",
748
+ viewBox: "0 0 32 32",
749
+ fill: "currentColor",
750
+ ...rest
751
+ }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
752
+ 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"
753
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
754
+ d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
755
+ })), children);
756
+ });
757
+ if (process.env.NODE_ENV !== "production") {
758
+ ObservedLightning.propTypes = iconPropTypes4cbeb95d.i;
759
+ }
760
+ const Omega = /*#__PURE__*/React.forwardRef(function Omega(_ref33, ref) {
761
+ let {
762
+ children,
763
+ size = 16,
764
+ ...rest
765
+ } = _ref33;
766
+ return /*#__PURE__*/React.createElement(Icon.default, {
767
+ width: size,
768
+ height: size,
769
+ ref: ref,
770
+ xmlns: "http://www.w3.org/2000/svg",
771
+ viewBox: "0 0 32 32",
772
+ fill: "currentColor",
773
+ ...rest
774
+ }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
775
+ 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"
776
+ })), children);
777
+ });
778
+ if (process.env.NODE_ENV !== "production") {
779
+ Omega.propTypes = iconPropTypes4cbeb95d.i;
780
+ }
781
+ const Opacity = /*#__PURE__*/React.forwardRef(function Opacity(_ref34, ref) {
782
+ let {
783
+ children,
784
+ size = 16,
785
+ ...rest
786
+ } = _ref34;
787
+ return /*#__PURE__*/React.createElement(Icon.default, {
788
+ width: size,
789
+ height: size,
790
+ ref: ref,
791
+ xmlns: "http://www.w3.org/2000/svg",
792
+ viewBox: "0 0 32 32",
793
+ fill: "currentColor",
794
+ ...rest
795
+ }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
796
+ d: "M6 6H10V10H6zM10 10H14V14H10zM14 6H18V10H14zM22 6H26V10H22zM6 14H10V18H6zM14 14H18V18H14zM22 14H26V18H22zM6 22H10V26H6zM14 22H18V26H14zM22 22H26V26H22zM18 10H22V14H18zM10 18H14V22H10zM18 18H22V22H18z"
797
+ })), children);
798
+ });
799
+ if (process.env.NODE_ENV !== "production") {
800
+ Opacity.propTypes = iconPropTypes4cbeb95d.i;
801
+ }
802
+ const OpenPanelBottom = /*#__PURE__*/React.forwardRef(function OpenPanelBottom(_ref35, ref) {
803
+ let {
804
+ children,
805
+ size = 16,
806
+ ...rest
807
+ } = _ref35;
808
+ return /*#__PURE__*/React.createElement(Icon.default, {
809
+ width: size,
810
+ height: size,
811
+ ref: ref,
812
+ xmlns: "http://www.w3.org/2000/svg",
813
+ viewBox: "0 0 32 32",
814
+ fill: "currentColor",
815
+ ...rest
816
+ }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
817
+ 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"
818
+ })), children);
819
+ });
820
+ if (process.env.NODE_ENV !== "production") {
821
+ OpenPanelBottom.propTypes = iconPropTypes4cbeb95d.i;
822
+ }
823
+ const OpenPanelFilledBottom = /*#__PURE__*/React.forwardRef(function OpenPanelFilledBottom(_ref36, ref) {
824
+ let {
825
+ children,
826
+ size = 16,
827
+ ...rest
828
+ } = _ref36;
829
+ return /*#__PURE__*/React.createElement(Icon.default, {
830
+ width: size,
831
+ height: size,
832
+ ref: ref,
833
+ xmlns: "http://www.w3.org/2000/svg",
834
+ viewBox: "0 0 32 32",
835
+ fill: "currentColor",
836
+ ...rest
837
+ }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
838
+ 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"
839
+ })), children);
840
+ });
841
+ if (process.env.NODE_ENV !== "production") {
842
+ OpenPanelFilledBottom.propTypes = iconPropTypes4cbeb95d.i;
843
+ }
844
+ const OpenPanelFilledLeft = /*#__PURE__*/React.forwardRef(function OpenPanelFilledLeft(_ref37, ref) {
845
+ let {
846
+ children,
847
+ size = 16,
848
+ ...rest
849
+ } = _ref37;
850
+ return /*#__PURE__*/React.createElement(Icon.default, {
851
+ width: size,
852
+ height: size,
853
+ ref: ref,
854
+ xmlns: "http://www.w3.org/2000/svg",
855
+ viewBox: "0 0 32 32",
856
+ fill: "currentColor",
857
+ ...rest
858
+ }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
859
+ 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"
860
+ })), children);
861
+ });
862
+ if (process.env.NODE_ENV !== "production") {
863
+ OpenPanelFilledLeft.propTypes = iconPropTypes4cbeb95d.i;
864
+ }
865
+ const OpenPanelFilledRight = /*#__PURE__*/React.forwardRef(function OpenPanelFilledRight(_ref38, ref) {
866
+ let {
867
+ children,
868
+ size = 16,
869
+ ...rest
870
+ } = _ref38;
871
+ return /*#__PURE__*/React.createElement(Icon.default, {
872
+ width: size,
873
+ height: size,
874
+ ref: ref,
875
+ xmlns: "http://www.w3.org/2000/svg",
876
+ viewBox: "0 0 32 32",
877
+ fill: "currentColor",
878
+ ...rest
879
+ }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
880
+ 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"
881
+ })), children);
882
+ });
883
+ if (process.env.NODE_ENV !== "production") {
884
+ OpenPanelFilledRight.propTypes = iconPropTypes4cbeb95d.i;
885
+ }
886
+ const OpenPanelFilledTop = /*#__PURE__*/React.forwardRef(function OpenPanelFilledTop(_ref39, ref) {
887
+ let {
888
+ children,
889
+ size = 16,
890
+ ...rest
891
+ } = _ref39;
892
+ return /*#__PURE__*/React.createElement(Icon.default, {
893
+ width: size,
894
+ height: size,
895
+ ref: ref,
896
+ xmlns: "http://www.w3.org/2000/svg",
897
+ viewBox: "0 0 32 32",
898
+ fill: "currentColor",
899
+ ...rest
900
+ }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
901
+ 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"
902
+ })), children);
903
+ });
904
+ if (process.env.NODE_ENV !== "production") {
905
+ OpenPanelFilledTop.propTypes = iconPropTypes4cbeb95d.i;
906
+ }
907
+ const OpenPanelLeft = /*#__PURE__*/React.forwardRef(function OpenPanelLeft(_ref40, ref) {
908
+ let {
909
+ children,
910
+ size = 16,
911
+ ...rest
912
+ } = _ref40;
913
+ return /*#__PURE__*/React.createElement(Icon.default, {
914
+ width: size,
915
+ height: size,
916
+ ref: ref,
917
+ xmlns: "http://www.w3.org/2000/svg",
918
+ viewBox: "0 0 32 32",
919
+ fill: "currentColor",
920
+ ...rest
921
+ }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
922
+ 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"
923
+ })), children);
924
+ });
925
+ if (process.env.NODE_ENV !== "production") {
926
+ OpenPanelLeft.propTypes = iconPropTypes4cbeb95d.i;
927
+ }
928
+ const OpenPanelRight = /*#__PURE__*/React.forwardRef(function OpenPanelRight(_ref41, ref) {
929
+ let {
930
+ children,
931
+ size = 16,
932
+ ...rest
933
+ } = _ref41;
934
+ return /*#__PURE__*/React.createElement(Icon.default, {
935
+ width: size,
936
+ height: size,
937
+ ref: ref,
938
+ xmlns: "http://www.w3.org/2000/svg",
939
+ viewBox: "0 0 32 32",
940
+ fill: "currentColor",
941
+ ...rest
942
+ }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
943
+ 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"
944
+ })), children);
945
+ });
946
+ if (process.env.NODE_ENV !== "production") {
947
+ OpenPanelRight.propTypes = iconPropTypes4cbeb95d.i;
948
+ }
949
+ const OpenPanelTop = /*#__PURE__*/React.forwardRef(function OpenPanelTop(_ref42, ref) {
950
+ let {
951
+ children,
952
+ size = 16,
953
+ ...rest
954
+ } = _ref42;
955
+ return /*#__PURE__*/React.createElement(Icon.default, {
956
+ width: size,
957
+ height: size,
958
+ ref: ref,
959
+ xmlns: "http://www.w3.org/2000/svg",
960
+ viewBox: "0 0 32 32",
961
+ fill: "currentColor",
962
+ ...rest
963
+ }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
964
+ 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"
965
+ })), children);
966
+ });
967
+ if (process.env.NODE_ENV !== "production") {
968
+ OpenPanelTop.propTypes = iconPropTypes4cbeb95d.i;
969
+ }
970
+ const QOperation = /*#__PURE__*/React.forwardRef(function QOperation(_ref43, ref) {
971
+ let {
972
+ children,
973
+ size = 16,
974
+ ...rest
975
+ } = _ref43;
976
+ return /*#__PURE__*/React.createElement(Icon.default, {
977
+ width: size,
978
+ height: size,
979
+ ref: ref,
980
+ xmlns: "http://www.w3.org/2000/svg",
981
+ viewBox: "0 0 32 32",
982
+ fill: "currentColor",
983
+ ...rest
984
+ }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
985
+ 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"
986
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
987
+ d: "M13 15H15V17H13z"
988
+ })), children);
989
+ });
990
+ if (process.env.NODE_ENV !== "production") {
991
+ QOperation.propTypes = iconPropTypes4cbeb95d.i;
992
+ }
993
+ const QOperationGauge = /*#__PURE__*/React.forwardRef(function QOperationGauge(_ref44, ref) {
994
+ let {
995
+ children,
996
+ size = 16,
997
+ ...rest
998
+ } = _ref44;
999
+ return /*#__PURE__*/React.createElement(Icon.default, {
1000
+ width: size,
1001
+ height: size,
1002
+ ref: ref,
1003
+ xmlns: "http://www.w3.org/2000/svg",
1004
+ viewBox: "0 0 32 32",
1005
+ fill: "currentColor",
1006
+ ...rest
1007
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
1008
+ 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"
1009
+ })), children);
1010
+ });
1011
+ if (process.env.NODE_ENV !== "production") {
1012
+ QOperationGauge.propTypes = iconPropTypes4cbeb95d.i;
1013
+ }
1014
+ const QOperationIf = /*#__PURE__*/React.forwardRef(function QOperationIf(_ref45, ref) {
1015
+ let {
1016
+ children,
1017
+ size = 16,
1018
+ ...rest
1019
+ } = _ref45;
1020
+ return /*#__PURE__*/React.createElement(Icon.default, {
1021
+ width: size,
1022
+ height: size,
1023
+ ref: ref,
1024
+ xmlns: "http://www.w3.org/2000/svg",
1025
+ viewBox: "0 0 32 32",
1026
+ fill: "currentColor",
1027
+ ...rest
1028
+ }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
1029
+ d: "M12 13H14V23H12zM12 9H14V11H12zM23 11V9H20a2 2 0 00-2 2v2H16v2h2v8h2V15h3V13H20V11z"
1030
+ })), children);
1031
+ });
1032
+ if (process.env.NODE_ENV !== "production") {
1033
+ QOperationIf.propTypes = iconPropTypes4cbeb95d.i;
1034
+ }
1035
+ const OperationsField = /*#__PURE__*/React.forwardRef(function OperationsField(_ref46, ref) {
1036
+ let {
1037
+ children,
1038
+ size = 16,
1039
+ ...rest
1040
+ } = _ref46;
1041
+ return /*#__PURE__*/React.createElement(Icon.default, {
1042
+ width: size,
1043
+ height: size,
1044
+ ref: ref,
1045
+ xmlns: "http://www.w3.org/2000/svg",
1046
+ viewBox: "0 0 32 32",
1047
+ fill: "currentColor",
1048
+ ...rest
1049
+ }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
1050
+ d: "M16 6H26V8H16z",
1051
+ transform: "rotate(-90 21 7)"
1052
+ })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
1053
+ d: "M20 6H30V8H20z",
1054
+ transform: "rotate(-90 25 7)"
1055
+ })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
1056
+ d: "M24 6H34V8H24z",
1057
+ transform: "rotate(-90 29 7)"
1058
+ })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
1059
+ 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"
1060
+ })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
1061
+ 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"
1062
+ })), children);
1063
+ });
1064
+ if (process.env.NODE_ENV !== "production") {
1065
+ OperationsField.propTypes = iconPropTypes4cbeb95d.i;
1066
+ }
1067
+ const OperationsRecord = /*#__PURE__*/React.forwardRef(function OperationsRecord(_ref47, ref) {
1068
+ let {
1069
+ children,
1070
+ size = 16,
1071
+ ...rest
1072
+ } = _ref47;
1073
+ return /*#__PURE__*/React.createElement(Icon.default, {
1074
+ width: size,
1075
+ height: size,
1076
+ ref: ref,
1077
+ xmlns: "http://www.w3.org/2000/svg",
1078
+ viewBox: "0 0 32 32",
1079
+ fill: "currentColor",
1080
+ ...rest
1081
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
1082
+ 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"
1083
+ })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
1084
+ 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"
1085
+ })), children);
1086
+ });
1087
+ if (process.env.NODE_ENV !== "production") {
1088
+ OperationsRecord.propTypes = iconPropTypes4cbeb95d.i;
1089
+ }
1090
+ const OrderDetails = /*#__PURE__*/React.forwardRef(function OrderDetails(_ref48, ref) {
1091
+ let {
1092
+ children,
1093
+ size = 16,
1094
+ ...rest
1095
+ } = _ref48;
1096
+ return /*#__PURE__*/React.createElement(Icon.default, {
1097
+ width: size,
1098
+ height: size,
1099
+ ref: ref,
1100
+ xmlns: "http://www.w3.org/2000/svg",
1101
+ viewBox: "0 0 32 32",
1102
+ fill: "currentColor",
1103
+ ...rest
1104
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
1105
+ 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"
1106
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1107
+ 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"
1108
+ })), children);
1109
+ });
1110
+ if (process.env.NODE_ENV !== "production") {
1111
+ OrderDetails.propTypes = iconPropTypes4cbeb95d.i;
1112
+ }
1113
+ const Ordinal = /*#__PURE__*/React.forwardRef(function Ordinal(_ref49, ref) {
1114
+ let {
1115
+ children,
1116
+ size = 16,
1117
+ ...rest
1118
+ } = _ref49;
1119
+ if (size === 16 || size === "16" || size === "16px") {
1120
+ return /*#__PURE__*/React.createElement(Icon.default, {
1121
+ width: size,
1122
+ height: size,
1123
+ ref: ref,
1124
+ xmlns: "http://www.w3.org/2000/svg",
1125
+ viewBox: "0 0 16 16",
1126
+ fill: "currentColor",
1127
+ ...rest
1128
+ }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1129
+ 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"
1130
+ })), children);
1131
+ }
1132
+ return /*#__PURE__*/React.createElement(Icon.default, {
1133
+ width: size,
1134
+ height: size,
1135
+ ref: ref,
1136
+ xmlns: "http://www.w3.org/2000/svg",
1137
+ viewBox: "0 0 32 32",
1138
+ fill: "currentColor",
1139
+ ...rest
1140
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1141
+ d: "M26,26V4H18v6H12v6H6V26H2v2H30V26ZM8,26V18h4v8Zm6,0V12h4V26Zm6,0V6h4V26Z"
1142
+ })), children);
1143
+ });
1144
+ if (process.env.NODE_ENV !== "production") {
1145
+ Ordinal.propTypes = iconPropTypes4cbeb95d.i;
1146
+ }
1147
+ const Outage = /*#__PURE__*/React.forwardRef(function Outage(_ref50, ref) {
1148
+ let {
1149
+ children,
1150
+ size = 16,
1151
+ ...rest
1152
+ } = _ref50;
1153
+ return /*#__PURE__*/React.createElement(Icon.default, {
1154
+ width: size,
1155
+ height: size,
1156
+ ref: ref,
1157
+ xmlns: "http://www.w3.org/2000/svg",
1158
+ viewBox: "0 0 32 32",
1159
+ fill: "currentColor",
1160
+ ...rest
1161
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1162
+ d: "M12 24H21V26H12zM13 28H19V30H13z"
1163
+ })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1164
+ 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"
1165
+ })), children);
1166
+ });
1167
+ if (process.env.NODE_ENV !== "production") {
1168
+ Outage.propTypes = iconPropTypes4cbeb95d.i;
1169
+ }
1170
+ const OutlookSevere = /*#__PURE__*/React.forwardRef(function OutlookSevere(_ref51, ref) {
1171
+ let {
1172
+ children,
1173
+ size = 16,
1174
+ ...rest
1175
+ } = _ref51;
1176
+ return /*#__PURE__*/React.createElement(Icon.default, {
1177
+ width: size,
1178
+ height: size,
1179
+ ref: ref,
1180
+ xmlns: "http://www.w3.org/2000/svg",
1181
+ viewBox: "0 0 32 32",
1182
+ fill: "currentColor",
1183
+ ...rest
1184
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1185
+ fill: "none",
1186
+ d: "M15.1249,19h1.75v5.5h-1.75ZM17,27a1,1,0,1,0-1,1A1,1,0,0,0,17,27Z"
1187
+ })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1188
+ 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"
1189
+ })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1190
+ 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"
1191
+ })), children);
1192
+ });
1193
+ if (process.env.NODE_ENV !== "production") {
1194
+ OutlookSevere.propTypes = iconPropTypes4cbeb95d.i;
1195
+ }
1196
+ const OverflowMenuHorizontal = /*#__PURE__*/React.forwardRef(function OverflowMenuHorizontal(_ref52, ref) {
1197
+ let {
1198
+ children,
1199
+ size = 16,
1200
+ ...rest
1201
+ } = _ref52;
1202
+ return /*#__PURE__*/React.createElement(Icon.default, {
1203
+ width: size,
1204
+ height: size,
1205
+ ref: ref,
1206
+ xmlns: "http://www.w3.org/2000/svg",
1207
+ viewBox: "0 0 32 32",
1208
+ fill: "currentColor",
1209
+ ...rest
1210
+ }, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
1211
+ cx: "8",
1212
+ cy: "16",
1213
+ r: "2"
1214
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
1215
+ cx: "16",
1216
+ cy: "16",
1217
+ r: "2"
1218
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1219
+ cx: "24",
1220
+ cy: "16",
1221
+ r: "2"
1222
+ })), children);
1223
+ });
1224
+ if (process.env.NODE_ENV !== "production") {
1225
+ OverflowMenuHorizontal.propTypes = iconPropTypes4cbeb95d.i;
1226
+ }
1227
+ const OverflowMenuVertical = /*#__PURE__*/React.forwardRef(function OverflowMenuVertical(_ref53, ref) {
1228
+ let {
1229
+ children,
1230
+ size = 16,
1231
+ ...rest
1232
+ } = _ref53;
1233
+ return /*#__PURE__*/React.createElement(Icon.default, {
1234
+ width: size,
1235
+ height: size,
1236
+ ref: ref,
1237
+ xmlns: "http://www.w3.org/2000/svg",
1238
+ viewBox: "0 0 32 32",
1239
+ fill: "currentColor",
1240
+ ...rest
1241
+ }, _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1242
+ cx: "16",
1243
+ cy: "8",
1244
+ r: "2"
1245
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1246
+ cx: "16",
1247
+ cy: "16",
1248
+ r: "2"
1249
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1250
+ cx: "16",
1251
+ cy: "24",
1252
+ r: "2"
1253
+ })), children);
1254
+ });
1255
+ if (process.env.NODE_ENV !== "production") {
1256
+ OverflowMenuVertical.propTypes = iconPropTypes4cbeb95d.i;
1257
+ }
1258
+ const Overlay = /*#__PURE__*/React.forwardRef(function Overlay(_ref54, ref) {
1259
+ let {
1260
+ children,
1261
+ size = 16,
1262
+ ...rest
1263
+ } = _ref54;
1264
+ return /*#__PURE__*/React.createElement(Icon.default, {
1265
+ width: size,
1266
+ height: size,
1267
+ ref: ref,
1268
+ xmlns: "http://www.w3.org/2000/svg",
1269
+ viewBox: "0 0 32 32",
1270
+ fill: "currentColor",
1271
+ ...rest
1272
+ }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1273
+ 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"
1274
+ })), children);
1275
+ });
1276
+ if (process.env.NODE_ENV !== "production") {
1277
+ Overlay.propTypes = iconPropTypes4cbeb95d.i;
1278
+ }
1279
+ const Package = /*#__PURE__*/React.forwardRef(function Package(_ref55, ref) {
1280
+ let {
1281
+ children,
1282
+ size = 16,
1283
+ ...rest
1284
+ } = _ref55;
1285
+ return /*#__PURE__*/React.createElement(Icon.default, {
1286
+ width: size,
1287
+ height: size,
1288
+ ref: ref,
1289
+ xmlns: "http://www.w3.org/2000/svg",
1290
+ viewBox: "0 0 32 32",
1291
+ fill: "currentColor",
1292
+ ...rest
1293
+ }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1294
+ 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"
1295
+ })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1296
+ 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"
1297
+ })), children);
1298
+ });
1299
+ if (process.env.NODE_ENV !== "production") {
1300
+ Package.propTypes = iconPropTypes4cbeb95d.i;
1301
+ }
1302
+ const PackageTextAnalysis = /*#__PURE__*/React.forwardRef(function PackageTextAnalysis(_ref56, ref) {
1303
+ let {
1304
+ children,
1305
+ size = 16,
1306
+ ...rest
1307
+ } = _ref56;
1308
+ return /*#__PURE__*/React.createElement(Icon.default, {
1309
+ width: size,
1310
+ height: size,
1311
+ ref: ref,
1312
+ xmlns: "http://www.w3.org/2000/svg",
1313
+ viewBox: "0 0 32 32",
1314
+ fill: "currentColor",
1315
+ ...rest
1316
+ }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1317
+ d: "M13 22H19V24H13z"
1318
+ })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1319
+ 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"
1320
+ })), children);
1321
+ });
1322
+ if (process.env.NODE_ENV !== "production") {
1323
+ PackageTextAnalysis.propTypes = iconPropTypes4cbeb95d.i;
1324
+ }
1325
+ const PackageNode = /*#__PURE__*/React.forwardRef(function PackageNode(_ref57, ref) {
1326
+ let {
1327
+ children,
1328
+ size = 16,
1329
+ ...rest
1330
+ } = _ref57;
1331
+ return /*#__PURE__*/React.createElement(Icon.default, {
1332
+ width: size,
1333
+ height: size,
1334
+ ref: ref,
1335
+ xmlns: "http://www.w3.org/2000/svg",
1336
+ viewBox: "0 0 32 32",
1337
+ fill: "currentColor",
1338
+ ...rest
1339
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1340
+ strokeWidth: "0",
1341
+ 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"
1342
+ })), children);
1343
+ });
1344
+ if (process.env.NODE_ENV !== "production") {
1345
+ PackageNode.propTypes = iconPropTypes4cbeb95d.i;
1346
+ }
1347
+ const PageFirst = /*#__PURE__*/React.forwardRef(function PageFirst(_ref58, ref) {
1348
+ let {
1349
+ children,
1350
+ size = 16,
1351
+ ...rest
1352
+ } = _ref58;
1353
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1362
+ d: "M14 16L24 6 25.4 7.4 16.8 16 25.4 24.6 24 26zM8 4H10V28H8z"
1363
+ })), children);
1364
+ });
1365
+ if (process.env.NODE_ENV !== "production") {
1366
+ PageFirst.propTypes = iconPropTypes4cbeb95d.i;
1367
+ }
1368
+ const PageLast = /*#__PURE__*/React.forwardRef(function PageLast(_ref59, ref) {
1369
+ let {
1370
+ children,
1371
+ size = 16,
1372
+ ...rest
1373
+ } = _ref59;
1374
+ return /*#__PURE__*/React.createElement(Icon.default, {
1375
+ width: size,
1376
+ height: size,
1377
+ ref: ref,
1378
+ xmlns: "http://www.w3.org/2000/svg",
1379
+ viewBox: "0 0 32 32",
1380
+ fill: "currentColor",
1381
+ ...rest
1382
+ }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1383
+ d: "M18 16L8 26 6.6 24.6 15.2 16 6.6 7.4 8 6zM22 4H24V28H22z"
1384
+ })), children);
1385
+ });
1386
+ if (process.env.NODE_ENV !== "production") {
1387
+ PageLast.propTypes = iconPropTypes4cbeb95d.i;
1388
+ }
1389
+ const PageBreak = /*#__PURE__*/React.forwardRef(function PageBreak(_ref60, ref) {
1390
+ let {
1391
+ children,
1392
+ size = 16,
1393
+ ...rest
1394
+ } = _ref60;
1395
+ return /*#__PURE__*/React.createElement(Icon.default, {
1396
+ width: size,
1397
+ height: size,
1398
+ ref: ref,
1399
+ xmlns: "http://www.w3.org/2000/svg",
1400
+ viewBox: "0 0 32 32",
1401
+ fill: "currentColor",
1402
+ ...rest
1403
+ }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1404
+ 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"
1405
+ })), children);
1406
+ });
1407
+ if (process.env.NODE_ENV !== "production") {
1408
+ PageBreak.propTypes = iconPropTypes4cbeb95d.i;
1409
+ }
1410
+ const PageNumber = /*#__PURE__*/React.forwardRef(function PageNumber(_ref61, ref) {
1411
+ let {
1412
+ children,
1413
+ size = 16,
1414
+ ...rest
1415
+ } = _ref61;
1416
+ return /*#__PURE__*/React.createElement(Icon.default, {
1417
+ width: size,
1418
+ height: size,
1419
+ ref: ref,
1420
+ xmlns: "http://www.w3.org/2000/svg",
1421
+ viewBox: "0 0 32 32",
1422
+ fill: "currentColor",
1423
+ ...rest
1424
+ }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1425
+ 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"
1426
+ })), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1427
+ 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"
1428
+ })), children);
1429
+ });
1430
+ if (process.env.NODE_ENV !== "production") {
1431
+ PageNumber.propTypes = iconPropTypes4cbeb95d.i;
1432
+ }
1433
+ const WatsonHealthPageScroll = /*#__PURE__*/React.forwardRef(function WatsonHealthPageScroll(_ref62, ref) {
1434
+ let {
1435
+ children,
1436
+ size = 16,
1437
+ ...rest
1438
+ } = _ref62;
1439
+ return /*#__PURE__*/React.createElement(Icon.default, {
1440
+ width: size,
1441
+ height: size,
1442
+ ref: ref,
1443
+ xmlns: "http://www.w3.org/2000/svg",
1444
+ viewBox: "0 0 32 32",
1445
+ fill: "currentColor",
1446
+ ...rest
1447
+ }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1448
+ 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"
1449
+ })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1450
+ d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z"
1451
+ })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1452
+ 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"
1453
+ })), children);
1454
+ });
1455
+ if (process.env.NODE_ENV !== "production") {
1456
+ WatsonHealthPageScroll.propTypes = iconPropTypes4cbeb95d.i;
1457
+ }
1458
+ const PaintBrush = /*#__PURE__*/React.forwardRef(function PaintBrush(_ref63, ref) {
1459
+ let {
1460
+ children,
1461
+ size = 16,
1462
+ ...rest
1463
+ } = _ref63;
1464
+ return /*#__PURE__*/React.createElement(Icon.default, {
1465
+ width: size,
1466
+ height: size,
1467
+ ref: ref,
1468
+ xmlns: "http://www.w3.org/2000/svg",
1469
+ viewBox: "0 0 32 32",
1470
+ fill: "currentColor",
1471
+ ...rest
1472
+ }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1473
+ 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"
1474
+ })), children);
1475
+ });
1476
+ if (process.env.NODE_ENV !== "production") {
1477
+ PaintBrush.propTypes = iconPropTypes4cbeb95d.i;
1478
+ }
1479
+ const PaintBrushAlt = /*#__PURE__*/React.forwardRef(function PaintBrushAlt(_ref64, ref) {
1480
+ let {
1481
+ children,
1482
+ size = 16,
1483
+ ...rest
1484
+ } = _ref64;
1485
+ return /*#__PURE__*/React.createElement(Icon.default, {
1486
+ width: size,
1487
+ height: size,
1488
+ ref: ref,
1489
+ xmlns: "http://www.w3.org/2000/svg",
1490
+ viewBox: "0 0 32 32",
1491
+ fill: "currentColor",
1492
+ ...rest
1493
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1494
+ 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"
1495
+ })), children);
1496
+ });
1497
+ if (process.env.NODE_ENV !== "production") {
1498
+ PaintBrushAlt.propTypes = iconPropTypes4cbeb95d.i;
1499
+ }
1500
+ const PalmTree = /*#__PURE__*/React.forwardRef(function PalmTree(_ref65, ref) {
1501
+ let {
1502
+ children,
1503
+ size = 16,
1504
+ ...rest
1505
+ } = _ref65;
1506
+ return /*#__PURE__*/React.createElement(Icon.default, {
1507
+ width: size,
1508
+ height: size,
1509
+ ref: ref,
1510
+ xmlns: "http://www.w3.org/2000/svg",
1511
+ viewBox: "0 0 32 32",
1512
+ fill: "currentColor",
1513
+ ...rest
1514
+ }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1515
+ 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"
1516
+ })), children);
1517
+ });
1518
+ if (process.env.NODE_ENV !== "production") {
1519
+ PalmTree.propTypes = iconPropTypes4cbeb95d.i;
1520
+ }
1521
+ const PanHorizontal = /*#__PURE__*/React.forwardRef(function PanHorizontal(_ref66, ref) {
1522
+ let {
1523
+ children,
1524
+ size = 16,
1525
+ ...rest
1526
+ } = _ref66;
1527
+ return /*#__PURE__*/React.createElement(Icon.default, {
1528
+ width: size,
1529
+ height: size,
1530
+ ref: ref,
1531
+ xmlns: "http://www.w3.org/2000/svg",
1532
+ viewBox: "0 0 32 32",
1533
+ fill: "currentColor",
1534
+ ...rest
1535
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1536
+ 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"
1537
+ })), children);
1538
+ });
1539
+ if (process.env.NODE_ENV !== "production") {
1540
+ PanHorizontal.propTypes = iconPropTypes4cbeb95d.i;
1541
+ }
1542
+ const PanVertical = /*#__PURE__*/React.forwardRef(function PanVertical(_ref67, ref) {
1543
+ let {
1544
+ children,
1545
+ size = 16,
1546
+ ...rest
1547
+ } = _ref67;
1548
+ return /*#__PURE__*/React.createElement(Icon.default, {
1549
+ width: size,
1550
+ height: size,
1551
+ ref: ref,
1552
+ xmlns: "http://www.w3.org/2000/svg",
1553
+ viewBox: "0 0 32 32",
1554
+ fill: "currentColor",
1555
+ ...rest
1556
+ }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1557
+ 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"
1558
+ })), children);
1559
+ });
1560
+ if (process.env.NODE_ENV !== "production") {
1561
+ PanVertical.propTypes = iconPropTypes4cbeb95d.i;
1562
+ }
1563
+ const PanelExpansion = /*#__PURE__*/React.forwardRef(function PanelExpansion(_ref68, ref) {
1564
+ let {
1565
+ children,
1566
+ size = 16,
1567
+ ...rest
1568
+ } = _ref68;
1569
+ return /*#__PURE__*/React.createElement(Icon.default, {
1570
+ width: size,
1571
+ height: size,
1572
+ ref: ref,
1573
+ xmlns: "http://www.w3.org/2000/svg",
1574
+ viewBox: "0 0 32 32",
1575
+ fill: "currentColor",
1576
+ ...rest
1577
+ }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1578
+ 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"
1579
+ })), children);
1580
+ });
1581
+ if (process.env.NODE_ENV !== "production") {
1582
+ PanelExpansion.propTypes = iconPropTypes4cbeb95d.i;
1583
+ }
1584
+ const Paragraph = /*#__PURE__*/React.forwardRef(function Paragraph(_ref69, ref) {
1585
+ let {
1586
+ children,
1587
+ size = 16,
1588
+ ...rest
1589
+ } = _ref69;
1590
+ return /*#__PURE__*/React.createElement(Icon.default, {
1591
+ width: size,
1592
+ height: size,
1593
+ ref: ref,
1594
+ xmlns: "http://www.w3.org/2000/svg",
1595
+ viewBox: "0 0 32 32",
1596
+ fill: "currentColor",
1597
+ ...rest
1598
+ }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1599
+ d: "M27,4H13a7,7,0,0,0,0,14V28h2V6h5V28h2V6h5ZM13,16A5,5,0,0,1,13,6Z"
1600
+ })), children);
1601
+ });
1602
+ if (process.env.NODE_ENV !== "production") {
1603
+ Paragraph.propTypes = iconPropTypes4cbeb95d.i;
1604
+ }
1605
+ const Parameter = /*#__PURE__*/React.forwardRef(function Parameter(_ref70, ref) {
1606
+ let {
1607
+ children,
1608
+ size = 16,
1609
+ ...rest
1610
+ } = _ref70;
1611
+ return /*#__PURE__*/React.createElement(Icon.default, {
1612
+ width: size,
1613
+ height: size,
1614
+ ref: ref,
1615
+ xmlns: "http://www.w3.org/2000/svg",
1616
+ viewBox: "0 0 32 32",
1617
+ fill: "currentColor",
1618
+ ...rest
1619
+ }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1620
+ 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"
1621
+ })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1622
+ fillRule: "evenodd",
1623
+ 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"
1624
+ })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1625
+ 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"
1626
+ })), children);
1627
+ });
1628
+ if (process.env.NODE_ENV !== "production") {
1629
+ Parameter.propTypes = iconPropTypes4cbeb95d.i;
1630
+ }
1631
+ const ParentChild = /*#__PURE__*/React.forwardRef(function ParentChild(_ref71, ref) {
1632
+ let {
1633
+ children,
1634
+ size = 16,
1635
+ ...rest
1636
+ } = _ref71;
1637
+ return /*#__PURE__*/React.createElement(Icon.default, {
1638
+ width: size,
1639
+ height: size,
1640
+ ref: ref,
1641
+ xmlns: "http://www.w3.org/2000/svg",
1642
+ viewBox: "0 0 32 32",
1643
+ fill: "currentColor",
1644
+ ...rest
1645
+ }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1646
+ 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"
1647
+ })), children);
1648
+ });
1649
+ if (process.env.NODE_ENV !== "production") {
1650
+ ParentChild.propTypes = iconPropTypes4cbeb95d.i;
1651
+ }
1652
+ const PartDefinition = /*#__PURE__*/React.forwardRef(function PartDefinition(_ref72, ref) {
1653
+ let {
1654
+ children,
1655
+ size = 16,
1656
+ ...rest
1657
+ } = _ref72;
1658
+ return /*#__PURE__*/React.createElement(Icon.default, {
1659
+ width: size,
1660
+ height: size,
1661
+ ref: ref,
1662
+ xmlns: "http://www.w3.org/2000/svg",
1663
+ viewBox: "0 0 32 32",
1664
+ fill: "currentColor",
1665
+ ...rest
1666
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1667
+ strokeWidth: "0",
1668
+ 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"
1669
+ })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1670
+ strokeWidth: "0",
1671
+ 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"
1672
+ })), children);
1673
+ });
1674
+ if (process.env.NODE_ENV !== "production") {
1675
+ PartDefinition.propTypes = iconPropTypes4cbeb95d.i;
1676
+ }
1677
+ const PartUsage = /*#__PURE__*/React.forwardRef(function PartUsage(_ref73, ref) {
1678
+ let {
1679
+ children,
1680
+ size = 16,
1681
+ ...rest
1682
+ } = _ref73;
1683
+ return /*#__PURE__*/React.createElement(Icon.default, {
1684
+ width: size,
1685
+ height: size,
1686
+ ref: ref,
1687
+ xmlns: "http://www.w3.org/2000/svg",
1688
+ viewBox: "0 0 32 32",
1689
+ fill: "currentColor",
1690
+ ...rest
1691
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1692
+ strokeWidth: "0",
1693
+ 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"
1694
+ })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1695
+ strokeWidth: "0",
1696
+ 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"
1697
+ })), children);
1698
+ });
1699
+ if (process.env.NODE_ENV !== "production") {
1700
+ PartUsage.propTypes = iconPropTypes4cbeb95d.i;
1701
+ }
1702
+ const PartitionAuto = /*#__PURE__*/React.forwardRef(function PartitionAuto(_ref74, ref) {
1703
+ let {
1704
+ children,
1705
+ size = 16,
1706
+ ...rest
1707
+ } = _ref74;
1708
+ return /*#__PURE__*/React.createElement(Icon.default, {
1709
+ width: size,
1710
+ height: size,
1711
+ ref: ref,
1712
+ xmlns: "http://www.w3.org/2000/svg",
1713
+ viewBox: "0 0 32 32",
1714
+ fill: "currentColor",
1715
+ ...rest
1716
+ }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1717
+ 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"
1718
+ })), children);
1719
+ });
1720
+ if (process.env.NODE_ENV !== "production") {
1721
+ PartitionAuto.propTypes = iconPropTypes4cbeb95d.i;
1722
+ }
1723
+ const PartitionCollection = /*#__PURE__*/React.forwardRef(function PartitionCollection(_ref75, ref) {
1724
+ let {
1725
+ children,
1726
+ size = 16,
1727
+ ...rest
1728
+ } = _ref75;
1729
+ return /*#__PURE__*/React.createElement(Icon.default, {
1730
+ width: size,
1731
+ height: size,
1732
+ ref: ref,
1733
+ xmlns: "http://www.w3.org/2000/svg",
1734
+ viewBox: "0 0 32 32",
1735
+ fill: "currentColor",
1736
+ ...rest
1737
+ }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1738
+ 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"
1739
+ })), children);
1740
+ });
1741
+ if (process.env.NODE_ENV !== "production") {
1742
+ PartitionCollection.propTypes = iconPropTypes4cbeb95d.i;
1743
+ }
1744
+ const PartitionRepartition = /*#__PURE__*/React.forwardRef(function PartitionRepartition(_ref76, ref) {
1745
+ let {
1746
+ children,
1747
+ size = 16,
1748
+ ...rest
1749
+ } = _ref76;
1750
+ return /*#__PURE__*/React.createElement(Icon.default, {
1751
+ width: size,
1752
+ height: size,
1753
+ ref: ref,
1754
+ xmlns: "http://www.w3.org/2000/svg",
1755
+ viewBox: "0 0 32 32",
1756
+ fill: "currentColor",
1757
+ ...rest
1758
+ }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1759
+ 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"
1760
+ })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1761
+ 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"
1762
+ })), children);
1763
+ });
1764
+ if (process.env.NODE_ENV !== "production") {
1765
+ PartitionRepartition.propTypes = iconPropTypes4cbeb95d.i;
1766
+ }
1767
+ const PartitionSame = /*#__PURE__*/React.forwardRef(function PartitionSame(_ref77, ref) {
1768
+ let {
1769
+ children,
1770
+ size = 16,
1771
+ ...rest
1772
+ } = _ref77;
1773
+ return /*#__PURE__*/React.createElement(Icon.default, {
1774
+ width: size,
1775
+ height: size,
1776
+ ref: ref,
1777
+ xmlns: "http://www.w3.org/2000/svg",
1778
+ viewBox: "0 0 32 32",
1779
+ fill: "currentColor",
1780
+ ...rest
1781
+ }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1782
+ 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"
1783
+ })), children);
1784
+ });
1785
+ if (process.env.NODE_ENV !== "production") {
1786
+ PartitionSame.propTypes = iconPropTypes4cbeb95d.i;
1787
+ }
1788
+ const PartitionSpecific = /*#__PURE__*/React.forwardRef(function PartitionSpecific(_ref78, ref) {
1789
+ let {
1790
+ children,
1791
+ size = 16,
1792
+ ...rest
1793
+ } = _ref78;
1794
+ return /*#__PURE__*/React.createElement(Icon.default, {
1795
+ width: size,
1796
+ height: size,
1797
+ ref: ref,
1798
+ xmlns: "http://www.w3.org/2000/svg",
1799
+ viewBox: "0 0 32 32",
1800
+ fill: "currentColor",
1801
+ ...rest
1802
+ }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1803
+ 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"
1804
+ })), children);
1805
+ });
1806
+ if (process.env.NODE_ENV !== "production") {
1807
+ PartitionSpecific.propTypes = iconPropTypes4cbeb95d.i;
1808
+ }
1809
+ const PartlyCloudy = /*#__PURE__*/React.forwardRef(function PartlyCloudy(_ref79, ref) {
1810
+ let {
1811
+ children,
1812
+ size = 16,
1813
+ ...rest
1814
+ } = _ref79;
1815
+ return /*#__PURE__*/React.createElement(Icon.default, {
1816
+ width: size,
1817
+ height: size,
1818
+ ref: ref,
1819
+ xmlns: "http://www.w3.org/2000/svg",
1820
+ viewBox: "0 0 32 32",
1821
+ fill: "currentColor",
1822
+ ...rest
1823
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1824
+ d: "M27 15H31V17H27z"
1825
+ })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1826
+ d: "M23.086 5.794H27.329V7.794H23.086z",
1827
+ transform: "rotate(-45 25.207 6.794)"
1828
+ })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1829
+ d: "M15 1H17V5H15z"
1830
+ })), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1831
+ d: "M4.672 24.208H8.915V26.208H4.672z",
1832
+ transform: "rotate(-45 6.793 25.208)"
1833
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1834
+ d: "M5.793 4.672H7.793V8.915H5.793z",
1835
+ transform: "rotate(-45 6.793 6.794)"
1836
+ })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1837
+ 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"
1838
+ })), children);
1839
+ });
1840
+ if (process.env.NODE_ENV !== "production") {
1841
+ PartlyCloudy.propTypes = iconPropTypes4cbeb95d.i;
1842
+ }
1843
+ const PartlyCloudyNight = /*#__PURE__*/React.forwardRef(function PartlyCloudyNight(_ref80, ref) {
1844
+ let {
1845
+ children,
1846
+ size = 16,
1847
+ ...rest
1848
+ } = _ref80;
1849
+ return /*#__PURE__*/React.createElement(Icon.default, {
1850
+ width: size,
1851
+ height: size,
1852
+ ref: ref,
1853
+ xmlns: "http://www.w3.org/2000/svg",
1854
+ viewBox: "0 0 32 32",
1855
+ fill: "currentColor",
1856
+ ...rest
1857
+ }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1858
+ 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"
1859
+ })), children);
1860
+ });
1861
+ if (process.env.NODE_ENV !== "production") {
1862
+ PartlyCloudyNight.propTypes = iconPropTypes4cbeb95d.i;
1863
+ }
1864
+ const Partnership = /*#__PURE__*/React.forwardRef(function Partnership(_ref81, ref) {
1865
+ let {
1866
+ children,
1867
+ size = 16,
1868
+ ...rest
1869
+ } = _ref81;
1870
+ return /*#__PURE__*/React.createElement(Icon.default, {
1871
+ width: size,
1872
+ height: size,
1873
+ ref: ref,
1874
+ xmlns: "http://www.w3.org/2000/svg",
1875
+ viewBox: "0 0 32 32",
1876
+ fill: "currentColor",
1877
+ ...rest
1878
+ }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1879
+ 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"
1880
+ })), children);
1881
+ });
1882
+ if (process.env.NODE_ENV !== "production") {
1883
+ Partnership.propTypes = iconPropTypes4cbeb95d.i;
1884
+ }
1885
+ const PassengerDrinks = /*#__PURE__*/React.forwardRef(function PassengerDrinks(_ref82, ref) {
1886
+ let {
1887
+ children,
1888
+ size = 16,
1889
+ ...rest
1890
+ } = _ref82;
1891
+ return /*#__PURE__*/React.createElement(Icon.default, {
1892
+ width: size,
1893
+ height: size,
1894
+ ref: ref,
1895
+ xmlns: "http://www.w3.org/2000/svg",
1896
+ viewBox: "0 0 32 32",
1897
+ fill: "currentColor",
1898
+ ...rest
1899
+ }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1900
+ 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"
1901
+ })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1902
+ d: "M18,28H7.7683a2.0025,2.0025,0,0,1-1.9326-1.4849L2.0337,12.2576l1.9326-.5152L7.7683,26H18Z"
1903
+ })), children);
1904
+ });
1905
+ if (process.env.NODE_ENV !== "production") {
1906
+ PassengerDrinks.propTypes = iconPropTypes4cbeb95d.i;
1907
+ }
1908
+ const PassengerPlus = /*#__PURE__*/React.forwardRef(function PassengerPlus(_ref83, ref) {
1909
+ let {
1910
+ children,
1911
+ size = 16,
1912
+ ...rest
1913
+ } = _ref83;
1914
+ return /*#__PURE__*/React.createElement(Icon.default, {
1915
+ width: size,
1916
+ height: size,
1917
+ ref: ref,
1918
+ xmlns: "http://www.w3.org/2000/svg",
1919
+ viewBox: "0 0 32 32",
1920
+ fill: "currentColor",
1921
+ ...rest
1922
+ }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1923
+ 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"
1924
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1925
+ d: "M18,28H7.7676A2.0025,2.0025,0,0,1,5.835,26.5151L2.033,12.2576l1.9326-.5152L7.7676,26H18Z"
1926
+ })), children);
1927
+ });
1928
+ if (process.env.NODE_ENV !== "production") {
1929
+ PassengerPlus.propTypes = iconPropTypes4cbeb95d.i;
1930
+ }
1931
+ const Password = /*#__PURE__*/React.forwardRef(function Password(_ref84, ref) {
1932
+ let {
1933
+ children,
1934
+ size = 16,
1935
+ ...rest
1936
+ } = _ref84;
1937
+ return /*#__PURE__*/React.createElement(Icon.default, {
1938
+ width: size,
1939
+ height: size,
1940
+ ref: ref,
1941
+ xmlns: "http://www.w3.org/2000/svg",
1942
+ viewBox: "0 0 32 32",
1943
+ fill: "currentColor",
1944
+ ...rest
1945
+ }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1946
+ 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"
1947
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
1948
+ cx: "22",
1949
+ cy: "10",
1950
+ r: "2"
1951
+ })), children);
1952
+ });
1953
+ if (process.env.NODE_ENV !== "production") {
1954
+ Password.propTypes = iconPropTypes4cbeb95d.i;
1955
+ }
1956
+ const Paste = /*#__PURE__*/React.forwardRef(function Paste(_ref85, ref) {
1957
+ let {
1958
+ children,
1959
+ size = 16,
1960
+ ...rest
1961
+ } = _ref85;
1962
+ return /*#__PURE__*/React.createElement(Icon.default, {
1963
+ width: size,
1964
+ height: size,
1965
+ ref: ref,
1966
+ xmlns: "http://www.w3.org/2000/svg",
1967
+ viewBox: "0 0 32 32",
1968
+ fill: "currentColor",
1969
+ ...rest
1970
+ }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1971
+ d: "M26,20H17.83l2.58-2.59L19,16l-5,5,5,5,1.41-1.41L17.83,22H26v8h2V22A2,2,0,0,0,26,20Z"
1972
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1973
+ 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"
1974
+ })), children);
1975
+ });
1976
+ if (process.env.NODE_ENV !== "production") {
1977
+ Paste.propTypes = iconPropTypes4cbeb95d.i;
1978
+ }
1979
+ const Pause = /*#__PURE__*/React.forwardRef(function Pause(_ref86, ref) {
1980
+ let {
1981
+ children,
1982
+ size = 16,
1983
+ ...rest
1984
+ } = _ref86;
1985
+ if (size === 16 || size === "16" || size === "16px") {
1986
+ return /*#__PURE__*/React.createElement(Icon.default, {
1987
+ width: size,
1988
+ height: size,
1989
+ ref: ref,
1990
+ xmlns: "http://www.w3.org/2000/svg",
1991
+ viewBox: "0 0 16 16",
1992
+ fill: "currentColor",
1993
+ ...rest
1994
+ }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1995
+ 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"
1996
+ })), children);
1997
+ }
1998
+ return /*#__PURE__*/React.createElement(Icon.default, {
1999
+ width: size,
2000
+ height: size,
2001
+ ref: ref,
2002
+ xmlns: "http://www.w3.org/2000/svg",
2003
+ viewBox: "0 0 32 32",
2004
+ fill: "currentColor",
2005
+ ...rest
2006
+ }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
2007
+ 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"
2008
+ })), children);
2009
+ });
2010
+ if (process.env.NODE_ENV !== "production") {
2011
+ Pause.propTypes = iconPropTypes4cbeb95d.i;
2012
+ }
2013
+ const PauseFilled = /*#__PURE__*/React.forwardRef(function PauseFilled(_ref87, ref) {
2014
+ let {
2015
+ children,
2016
+ size = 16,
2017
+ ...rest
2018
+ } = _ref87;
2019
+ return /*#__PURE__*/React.createElement(Icon.default, {
2020
+ width: size,
2021
+ height: size,
2022
+ ref: ref,
2023
+ xmlns: "http://www.w3.org/2000/svg",
2024
+ viewBox: "0 0 32 32",
2025
+ fill: "currentColor",
2026
+ ...rest
2027
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
2028
+ 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"
2029
+ })), children);
2030
+ });
2031
+ if (process.env.NODE_ENV !== "production") {
2032
+ PauseFilled.propTypes = iconPropTypes4cbeb95d.i;
2033
+ }
2034
+ const PauseOutline = /*#__PURE__*/React.forwardRef(function PauseOutline(_ref88, ref) {
2035
+ let {
2036
+ children,
2037
+ size = 16,
2038
+ ...rest
2039
+ } = _ref88;
2040
+ if (size === 16 || size === "16" || size === "16px") {
2041
+ return /*#__PURE__*/React.createElement(Icon.default, {
2042
+ width: size,
2043
+ height: size,
2044
+ ref: ref,
2045
+ xmlns: "http://www.w3.org/2000/svg",
2046
+ viewBox: "0 0 16 16",
2047
+ fill: "currentColor",
2048
+ ...rest
2049
+ }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
2050
+ d: "M7 5L6 5 6 11 7 11 7 5zM10 5L9 5 9 11 10 11 10 5z"
2051
+ })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
2052
+ 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"
2053
+ })), children);
2054
+ }
2055
+ return /*#__PURE__*/React.createElement(Icon.default, {
2056
+ width: size,
2057
+ height: size,
2058
+ ref: ref,
2059
+ xmlns: "http://www.w3.org/2000/svg",
2060
+ viewBox: "0 0 32 32",
2061
+ fill: "currentColor",
2062
+ ...rest
2063
+ }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
2064
+ d: "M14 10L12 10 12 22 14 22 14 10 14 10zM20 10L18 10 18 22 20 22 20 10 20 10z"
2065
+ })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
2066
+ 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"
2067
+ })), children);
2068
+ });
2069
+ if (process.env.NODE_ENV !== "production") {
2070
+ PauseOutline.propTypes = iconPropTypes4cbeb95d.i;
2071
+ }
2072
+ const PauseOutlineFilled = /*#__PURE__*/React.forwardRef(function PauseOutlineFilled(_ref89, ref) {
2073
+ let {
2074
+ children,
2075
+ size = 16,
2076
+ ...rest
2077
+ } = _ref89;
2078
+ if (size === 16 || size === "16" || size === "16px") {
2079
+ return /*#__PURE__*/React.createElement(Icon.default, {
2080
+ width: size,
2081
+ height: size,
2082
+ ref: ref,
2083
+ xmlns: "http://www.w3.org/2000/svg",
2084
+ viewBox: "0 0 16 16",
2085
+ fill: "currentColor",
2086
+ ...rest
2087
+ }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
2088
+ 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"
2089
+ })), children);
2090
+ }
2091
+ return /*#__PURE__*/React.createElement(Icon.default, {
2092
+ width: size,
2093
+ height: size,
2094
+ ref: ref,
2095
+ xmlns: "http://www.w3.org/2000/svg",
2096
+ viewBox: "0 0 32 32",
2097
+ fill: "currentColor",
2098
+ ...rest
2099
+ }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
2100
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,22H12V10h2Zm6,0H18V10h2Z"
2101
+ })), children);
2102
+ });
2103
+ if (process.env.NODE_ENV !== "production") {
2104
+ PauseOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
2105
+ }
2106
+ const PauseFuture = /*#__PURE__*/React.forwardRef(function PauseFuture(_ref90, ref) {
2107
+ let {
2108
+ children,
2109
+ size = 16,
2110
+ ...rest
2111
+ } = _ref90;
2112
+ return /*#__PURE__*/React.createElement(Icon.default, {
2113
+ width: size,
2114
+ height: size,
2115
+ ref: ref,
2116
+ xmlns: "http://www.w3.org/2000/svg",
2117
+ viewBox: "0 0 32 32",
2118
+ fill: "currentColor",
2119
+ ...rest
2120
+ }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
2121
+ d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
2122
+ })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
2123
+ 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"
2124
+ })), children);
2125
+ });
2126
+ if (process.env.NODE_ENV !== "production") {
2127
+ PauseFuture.propTypes = iconPropTypes4cbeb95d.i;
2128
+ }
2129
+ const PausePast = /*#__PURE__*/React.forwardRef(function PausePast(_ref91, ref) {
2130
+ let {
2131
+ children,
2132
+ size = 16,
2133
+ ...rest
2134
+ } = _ref91;
2135
+ return /*#__PURE__*/React.createElement(Icon.default, {
2136
+ width: size,
2137
+ height: size,
2138
+ ref: ref,
2139
+ xmlns: "http://www.w3.org/2000/svg",
2140
+ viewBox: "0 0 32 32",
2141
+ fill: "currentColor",
2142
+ ...rest
2143
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
2144
+ d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
2145
+ })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
2146
+ 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"
2147
+ })), children);
2148
+ });
2149
+ if (process.env.NODE_ENV !== "production") {
2150
+ PausePast.propTypes = iconPropTypes4cbeb95d.i;
2151
+ }
2152
+ const PcnENode = /*#__PURE__*/React.forwardRef(function PcnENode(_ref92, ref) {
2153
+ let {
2154
+ children,
2155
+ size = 16,
2156
+ ...rest
2157
+ } = _ref92;
2158
+ return /*#__PURE__*/React.createElement(Icon.default, {
2159
+ width: size,
2160
+ height: size,
2161
+ ref: ref,
2162
+ xmlns: "http://www.w3.org/2000/svg",
2163
+ viewBox: "0 0 32 32",
2164
+ fill: "currentColor",
2165
+ ...rest
2166
+ }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
2167
+ 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"
2168
+ })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
2169
+ 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"
2170
+ })), children);
2171
+ });
2172
+ if (process.env.NODE_ENV !== "production") {
2173
+ PcnENode.propTypes = iconPropTypes4cbeb95d.i;
2174
+ }
2175
+ const PcnMilitary = /*#__PURE__*/React.forwardRef(function PcnMilitary(_ref93, ref) {
2176
+ let {
2177
+ children,
2178
+ size = 16,
2179
+ ...rest
2180
+ } = _ref93;
2181
+ return /*#__PURE__*/React.createElement(Icon.default, {
2182
+ width: size,
2183
+ height: size,
2184
+ ref: ref,
2185
+ xmlns: "http://www.w3.org/2000/svg",
2186
+ viewBox: "0 0 32 32",
2187
+ fill: "currentColor",
2188
+ ...rest
2189
+ }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
2190
+ 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"
2191
+ })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
2192
+ d: "M12.414 17.414L16 13.834 16 13.834 19.588 17.416 21 16 16 11 11 16 12.414 17.414z"
2193
+ })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2194
+ d: "M12.414 12.414L16 8.834 16 8.834 19.588 12.416 21 11 16 6 11 11 12.414 12.414z"
2195
+ })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2196
+ 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"
2197
+ })), children);
2198
+ });
2199
+ if (process.env.NODE_ENV !== "production") {
2200
+ PcnMilitary.propTypes = iconPropTypes4cbeb95d.i;
2201
+ }
2202
+ const PcnPNode = /*#__PURE__*/React.forwardRef(function PcnPNode(_ref94, ref) {
2203
+ let {
2204
+ children,
2205
+ size = 16,
2206
+ ...rest
2207
+ } = _ref94;
2208
+ return /*#__PURE__*/React.createElement(Icon.default, {
2209
+ width: size,
2210
+ height: size,
2211
+ ref: ref,
2212
+ xmlns: "http://www.w3.org/2000/svg",
2213
+ viewBox: "0 0 32 32",
2214
+ fill: "currentColor",
2215
+ ...rest
2216
+ }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2217
+ d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V10.9985H14Z"
2218
+ })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2219
+ 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"
2220
+ })), children);
2221
+ });
2222
+ if (process.env.NODE_ENV !== "production") {
2223
+ PcnPNode.propTypes = iconPropTypes4cbeb95d.i;
2224
+ }
2225
+ const PcnZNode = /*#__PURE__*/React.forwardRef(function PcnZNode(_ref95, ref) {
2226
+ let {
2227
+ children,
2228
+ size = 16,
2229
+ ...rest
2230
+ } = _ref95;
2231
+ return /*#__PURE__*/React.createElement(Icon.default, {
2232
+ width: size,
2233
+ height: size,
2234
+ ref: ref,
2235
+ xmlns: "http://www.w3.org/2000/svg",
2236
+ viewBox: "0 0 32 32",
2237
+ fill: "currentColor",
2238
+ ...rest
2239
+ }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2240
+ d: "M20 9L12 9 12 11 18 11 12 21 12 23 20 23 20 21 14 21 20 11 20 9z"
2241
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2242
+ 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"
2243
+ })), children);
2244
+ });
2245
+ if (process.env.NODE_ENV !== "production") {
2246
+ PcnZNode.propTypes = iconPropTypes4cbeb95d.i;
2247
+ }
2248
+ const Pdf = /*#__PURE__*/React.forwardRef(function Pdf(_ref96, ref) {
2249
+ let {
2250
+ children,
2251
+ size = 16,
2252
+ ...rest
2253
+ } = _ref96;
2254
+ return /*#__PURE__*/React.createElement(Icon.default, {
2255
+ width: size,
2256
+ height: size,
2257
+ ref: ref,
2258
+ xmlns: "http://www.w3.org/2000/svg",
2259
+ viewBox: "0 0 32 32",
2260
+ fill: "currentColor",
2261
+ ...rest
2262
+ }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2263
+ 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"
2264
+ })), children);
2265
+ });
2266
+ if (process.env.NODE_ENV !== "production") {
2267
+ Pdf.propTypes = iconPropTypes4cbeb95d.i;
2268
+ }
2269
+ const PdfReference = /*#__PURE__*/React.forwardRef(function PdfReference(_ref97, ref) {
2270
+ let {
2271
+ children,
2272
+ size = 16,
2273
+ ...rest
2274
+ } = _ref97;
2275
+ return /*#__PURE__*/React.createElement(Icon.default, {
2276
+ width: size,
2277
+ height: size,
2278
+ ref: ref,
2279
+ xmlns: "http://www.w3.org/2000/svg",
2280
+ viewBox: "0 0 32 32",
2281
+ fill: "currentColor",
2282
+ ...rest
2283
+ }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2284
+ 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"
2285
+ })), children);
2286
+ });
2287
+ if (process.env.NODE_ENV !== "production") {
2288
+ PdfReference.propTypes = iconPropTypes4cbeb95d.i;
2289
+ }
2290
+ const Pedestrian = /*#__PURE__*/React.forwardRef(function Pedestrian(_ref98, ref) {
2291
+ let {
2292
+ children,
2293
+ size = 16,
2294
+ ...rest
2295
+ } = _ref98;
2296
+ return /*#__PURE__*/React.createElement(Icon.default, {
2297
+ width: size,
2298
+ height: size,
2299
+ ref: ref,
2300
+ xmlns: "http://www.w3.org/2000/svg",
2301
+ viewBox: "0 0 32 32",
2302
+ fill: "currentColor",
2303
+ ...rest
2304
+ }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2305
+ d: "M21.6772,14l-1.2456-3.1143A2.9861,2.9861,0,0,0,17.646,9H13.5542a3.0018,3.0018,0,0,0-1.5439.4277L7,12.4336V18H9V13.5664l3-1.8V23.6973L8.5383,28.8906,10.2024,30,14,24.3027V11h3.646a.9949.9949,0,0,1,.9282.6289L20.3228,16H26V14Z"
2306
+ })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2307
+ d: "M17.051 18.316L19 24.162 19 30 21 30 21 23.838 18.949 17.684 17.051 18.316zM16.5 8A3.5 3.5 0 1120 4.5 3.5042 3.5042 0 0116.5 8zm0-5A1.5 1.5 0 1018 4.5 1.5017 1.5017 0 0016.5 3z"
2308
+ })), children);
2309
+ });
2310
+ if (process.env.NODE_ENV !== "production") {
2311
+ Pedestrian.propTypes = iconPropTypes4cbeb95d.i;
2312
+ }
2313
+ const PedestrianFamily = /*#__PURE__*/React.forwardRef(function PedestrianFamily(_ref99, ref) {
2314
+ let {
2315
+ children,
2316
+ size = 16,
2317
+ ...rest
2318
+ } = _ref99;
2319
+ return /*#__PURE__*/React.createElement(Icon.default, {
2320
+ width: size,
2321
+ height: size,
2322
+ ref: ref,
2323
+ xmlns: "http://www.w3.org/2000/svg",
2324
+ viewBox: "0 0 32 32",
2325
+ fill: "currentColor",
2326
+ ...rest
2327
+ }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2328
+ d: "M20 30H17a2.0021 2.0021 0 01-2-2V23h2v5h3V23h2V19a1.0011 1.0011 0 00-1-1H12.2793l-2-6H4a1.0011 1.0011 0 00-1 1v6H5v9H9V21h2v7a2.0021 2.0021 0 01-2 2H5a2.0021 2.0021 0 01-2-2V21a2.0021 2.0021 0 01-2-2V13a3.0033 3.0033 0 013-3h6.2793a1.998 1.998 0 011.8975 1.3674L13.7207 16H21a3.0033 3.0033 0 013 3v4a2.0021 2.0021 0 01-2 2v3A2.0021 2.0021 0 0120 30zM28 30H26V19h3V13a1.0011 1.0011 0 00-1-1H24V10h4a3.0033 3.0033 0 013 3v6a2.0021 2.0021 0 01-2 2H28zM7 9a4 4 0 114-4A4.0045 4.0045 0 017 9zM7 3A2 2 0 109 5 2.0021 2.0021 0 007 3zM25 9a4 4 0 114-4A4.0045 4.0045 0 0125 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0025 3z"
2329
+ })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2330
+ d: "M18.5,15A3.5,3.5,0,1,1,22,11.5,3.5041,3.5041,0,0,1,18.5,15Zm0-5A1.5,1.5,0,1,0,20,11.5,1.5017,1.5017,0,0,0,18.5,10Z"
2331
+ })), children);
2332
+ });
2333
+ if (process.env.NODE_ENV !== "production") {
2334
+ PedestrianFamily.propTypes = iconPropTypes4cbeb95d.i;
2335
+ }
2336
+ const PedestrianChild = /*#__PURE__*/React.forwardRef(function PedestrianChild(_ref100, ref) {
2337
+ let {
2338
+ children,
2339
+ size = 16,
2340
+ ...rest
2341
+ } = _ref100;
2342
+ return /*#__PURE__*/React.createElement(Icon.default, {
2343
+ width: size,
2344
+ height: size,
2345
+ ref: ref,
2346
+ xmlns: "http://www.w3.org/2000/svg",
2347
+ viewBox: "0 0 32 32",
2348
+ fill: "currentColor",
2349
+ ...rest
2350
+ }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2351
+ d: "M26,16H17.4683l-5-6H5a3.0033,3.0033,0,0,0-3,3v6a2.0023,2.0023,0,0,0,2,2v7a2.0023,2.0023,0,0,0,2,2h4a2.0023,2.0023,0,0,0,2-2V21H10v7H6V19H4V13a1.0009,1.0009,0,0,1,1-1h6.5317l5,6H26a1.0009,1.0009,0,0,1,1,1v3H25v6H22V22H20v6a2.0023,2.0023,0,0,0,2,2h3a2.0023,2.0023,0,0,0,2-2V24a2.0023,2.0023,0,0,0,2-2V19A3.0033,3.0033,0,0,0,26,16Z"
2352
+ })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2353
+ d: "M23.5 15A3.5 3.5 0 1127 11.5 3.5042 3.5042 0 0123.5 15zm0-5A1.5 1.5 0 1025 11.5 1.5017 1.5017 0 0023.5 10zM8 9a4 4 0 114-4A4.0042 4.0042 0 018 9zM8 3a2 2 0 102 2A2.0023 2.0023 0 008 3z"
2354
+ })), children);
2355
+ });
2356
+ if (process.env.NODE_ENV !== "production") {
2357
+ PedestrianChild.propTypes = iconPropTypes4cbeb95d.i;
2358
+ }
2359
+ const Pen = /*#__PURE__*/React.forwardRef(function Pen(_ref101, ref) {
2360
+ let {
2361
+ children,
2362
+ size = 16,
2363
+ ...rest
2364
+ } = _ref101;
2365
+ return /*#__PURE__*/React.createElement(Icon.default, {
2366
+ width: size,
2367
+ height: size,
2368
+ ref: ref,
2369
+ xmlns: "http://www.w3.org/2000/svg",
2370
+ viewBox: "0 0 32 32",
2371
+ fill: "currentColor",
2372
+ ...rest
2373
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2374
+ d: "M27.3069,6.1069,30,3.4141,28.5859,2,25.8931,4.6929,24.8,3.6a1.9328,1.9328,0,0,0-2.8,0L4,21.6V28h6.4l18-18a1.9329,1.9329,0,0,0,0-2.8ZM9.6,26H6V22.4L23.4,5,27,8.6Z"
2375
+ })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2376
+ d: "M8.136 7.5H18.863999999999997V9.5H8.136z",
2377
+ transform: "rotate(-45 13.5 8.5)"
2378
+ })), children);
2379
+ });
2380
+ if (process.env.NODE_ENV !== "production") {
2381
+ Pen.propTypes = iconPropTypes4cbeb95d.i;
2382
+ }
2383
+ const PenFountain = /*#__PURE__*/React.forwardRef(function PenFountain(_ref102, ref) {
2384
+ let {
2385
+ children,
2386
+ size = 16,
2387
+ ...rest
2388
+ } = _ref102;
2389
+ return /*#__PURE__*/React.createElement(Icon.default, {
2390
+ width: size,
2391
+ height: size,
2392
+ ref: ref,
2393
+ xmlns: "http://www.w3.org/2000/svg",
2394
+ viewBox: "0 0 32 32",
2395
+ fill: "currentColor",
2396
+ ...rest
2397
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2398
+ d: "M29.707,5.293l-3-3a.9994.9994,0,0,0-1.414,0L19.5859,8H17.0947A11.0118,11.0118,0,0,0,6.7124,15.3662L2.0562,28.67a1,1,0,0,0,1.2744,1.2739l13.3037-4.6562A11.012,11.012,0,0,0,24,14.9053V12.4141L29.707,6.707A.9994.9994,0,0,0,29.707,5.293Zm-7.414,6A1,1,0,0,0,22,12v2.9053A9.01,9.01,0,0,1,15.9731,23.4l-9.1677,3.209L16,17.4141,14.5859,16,5.3914,25.1948,8.6,16.0269A9.01,9.01,0,0,1,17.0947,10H20a1,1,0,0,0,.707-.293L26,4.4141,27.5859,6Z"
2399
+ })), children);
2400
+ });
2401
+ if (process.env.NODE_ENV !== "production") {
2402
+ PenFountain.propTypes = iconPropTypes4cbeb95d.i;
2403
+ }
2404
+ const Pending = /*#__PURE__*/React.forwardRef(function Pending(_ref103, ref) {
2405
+ let {
2406
+ children,
2407
+ size = 16,
2408
+ ...rest
2409
+ } = _ref103;
2410
+ return /*#__PURE__*/React.createElement(Icon.default, {
2411
+ width: size,
2412
+ height: size,
2413
+ ref: ref,
2414
+ xmlns: "http://www.w3.org/2000/svg",
2415
+ viewBox: "0 0 32 32",
2416
+ fill: "currentColor",
2417
+ ...rest
2418
+ }, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2419
+ cx: "9",
2420
+ cy: "16",
2421
+ r: "2"
2422
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2423
+ cx: "23",
2424
+ cy: "16",
2425
+ r: "2"
2426
+ })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
2427
+ cx: "16",
2428
+ cy: "16",
2429
+ r: "2"
2430
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2431
+ 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"
2432
+ })), children);
2433
+ });
2434
+ if (process.env.NODE_ENV !== "production") {
2435
+ Pending.propTypes = iconPropTypes4cbeb95d.i;
2436
+ }
2437
+ const PendingFilled = /*#__PURE__*/React.forwardRef(function PendingFilled(_ref104, ref) {
2438
+ let {
2439
+ children,
2440
+ size = 16,
2441
+ ...rest
2442
+ } = _ref104;
2443
+ return /*#__PURE__*/React.createElement(Icon.default, {
2444
+ width: size,
2445
+ height: size,
2446
+ ref: ref,
2447
+ xmlns: "http://www.w3.org/2000/svg",
2448
+ viewBox: "0 0 32 32",
2449
+ fill: "currentColor",
2450
+ ...rest
2451
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2452
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM8,18a2,2,0,1,1,2-2A2,2,0,0,1,8,18Zm8,0a2,2,0,1,1,2-2A2,2,0,0,1,16,18Zm8,0a2,2,0,1,1,2-2A2,2,0,0,1,24,18Z"
2453
+ })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2454
+ fill: "none",
2455
+ d: "M10,16a2,2,0,1,1-2-2A2,2,0,0,1,10,16Zm6-2a2,2,0,1,0,2,2A2,2,0,0,0,16,14Zm8,0a2,2,0,1,0,2,2A2,2,0,0,0,24,14Z",
2456
+ "data-icon-path": "inner-path"
2457
+ })), children);
2458
+ });
2459
+ if (process.env.NODE_ENV !== "production") {
2460
+ PendingFilled.propTypes = iconPropTypes4cbeb95d.i;
2461
+ }
2462
+ const PentagonDownOutline = /*#__PURE__*/React.forwardRef(function PentagonDownOutline(_ref105, ref) {
2463
+ let {
2464
+ children,
2465
+ size = 16,
2466
+ ...rest
2467
+ } = _ref105;
2468
+ return /*#__PURE__*/React.createElement(Icon.default, {
2469
+ width: size,
2470
+ height: size,
2471
+ ref: ref,
2472
+ xmlns: "http://www.w3.org/2000/svg",
2473
+ viewBox: "0 0 32 32",
2474
+ fill: "currentColor",
2475
+ ...rest
2476
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2477
+ strokeWidth: "0",
2478
+ d: "m16,27.7593l-11.8274-8.6831,4.5261-14.0762h14.6025l4.5261,14.0762-11.8274,8.6831m0,2.2407c.2078,0,.4158-.0645.5918-.1938l13-9.5444c.2599-.1907.4066-.4904.4082-.8009.0005-.1036-.0151-.2085-.0481-.3109l-4.9697-15.4561c-.1331-.4136-.5176-.6938-.9519-.6938H7.9697c-.4343,0-.8188.2803-.9519.6938l-4.9697,15.4561c-.0329.1021-.0485.2067-.0481.31.0013.3108.1481.6109.4082.8018l13,9.5444c.176.1294.384.1938.5918.1938h0Z"
2479
+ })), children);
2480
+ });
2481
+ if (process.env.NODE_ENV !== "production") {
2482
+ PentagonDownOutline.propTypes = iconPropTypes4cbeb95d.i;
2483
+ }
2484
+ const PentagonDownSolid = /*#__PURE__*/React.forwardRef(function PentagonDownSolid(_ref106, ref) {
2485
+ let {
2486
+ children,
2487
+ size = 16,
2488
+ ...rest
2489
+ } = _ref106;
2490
+ return /*#__PURE__*/React.createElement(Icon.default, {
2491
+ width: size,
2492
+ height: size,
2493
+ ref: ref,
2494
+ xmlns: "http://www.w3.org/2000/svg",
2495
+ viewBox: "0 0 32 32",
2496
+ fill: "currentColor",
2497
+ ...rest
2498
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2499
+ strokeWidth: "0",
2500
+ d: "m16,30c.2078,0,.4158-.0645.5918-.1938l13-9.5444c.2599-.1907.4066-.4904.4082-.8009.0005-.1036-.0151-.2085-.0481-.3109l-4.9697-15.4561c-.1331-.4136-.5176-.6938-.9519-.6938H7.9697c-.4343,0-.8188.2803-.9519.6938l-4.9697,15.4561c-.0329.1021-.0485.2067-.0481.31.0013.3108.1481.6109.4082.8018l13,9.5444c.176.1294.384.1938.5918.1938h0Z"
2501
+ })), children);
2502
+ });
2503
+ if (process.env.NODE_ENV !== "production") {
2504
+ PentagonDownSolid.propTypes = iconPropTypes4cbeb95d.i;
2505
+ }
2506
+ const PentagonLeftOutline = /*#__PURE__*/React.forwardRef(function PentagonLeftOutline(_ref107, ref) {
2507
+ let {
2508
+ children,
2509
+ size = 16,
2510
+ ...rest
2511
+ } = _ref107;
2512
+ return /*#__PURE__*/React.createElement(Icon.default, {
2513
+ width: size,
2514
+ height: size,
2515
+ ref: ref,
2516
+ xmlns: "http://www.w3.org/2000/svg",
2517
+ viewBox: "0 0 32 32",
2518
+ fill: "currentColor",
2519
+ ...rest
2520
+ }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2521
+ strokeWidth: "0",
2522
+ d: "m4.2407,16L12.9238,4.1726l14.0762,4.5261v14.6025l-14.0762,4.5261-8.6831-11.8274m-2.2407,0c0,.2078.0645.4158.1938.5918l9.5444,13c.1907.2599.4904.4066.8009.4082.1036.0005.2085-.0151.3109-.0481l15.4561-4.9697c.4136-.1331.6938-.5176.6938-.9519V7.9697c0-.4343-.2803-.8188-.6938-.9519L12.8501,2.0481c-.1021-.0329-.2067-.0485-.31-.0481-.3108.0013-.6109.1481-.8018.4082L2.1938,15.4082c-.1294.176-.1938.384-.1938.5918h0Z"
2523
+ })), children);
2524
+ });
2525
+ if (process.env.NODE_ENV !== "production") {
2526
+ PentagonLeftOutline.propTypes = iconPropTypes4cbeb95d.i;
2527
+ }
2528
+ const PentagonLeftSolid = /*#__PURE__*/React.forwardRef(function PentagonLeftSolid(_ref108, ref) {
2529
+ let {
2530
+ children,
2531
+ size = 16,
2532
+ ...rest
2533
+ } = _ref108;
2534
+ return /*#__PURE__*/React.createElement(Icon.default, {
2535
+ width: size,
2536
+ height: size,
2537
+ ref: ref,
2538
+ xmlns: "http://www.w3.org/2000/svg",
2539
+ viewBox: "0 0 32 32",
2540
+ fill: "currentColor",
2541
+ ...rest
2542
+ }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2543
+ strokeWidth: "0",
2544
+ d: "m2,16c0,.2078.0645.4158.1938.5918l9.5444,13c.1907.2599.4904.4066.8009.4082.1036.0005.2085-.0151.3109-.0481l15.4561-4.9697c.4136-.1331.6938-.5176.6938-.9519V7.9697c0-.4343-.2803-.8188-.6938-.9519L12.8501,2.0481c-.1021-.0329-.2067-.0485-.31-.0481-.3108.0013-.6109.1481-.8018.4082L2.1938,15.4082c-.1294.176-.1938.384-.1938.5918h0Z"
2545
+ })), children);
2546
+ });
2547
+ if (process.env.NODE_ENV !== "production") {
2548
+ PentagonLeftSolid.propTypes = iconPropTypes4cbeb95d.i;
2549
+ }
2550
+ const PentagonOutline = /*#__PURE__*/React.forwardRef(function PentagonOutline(_ref109, ref) {
2551
+ let {
2552
+ children,
2553
+ size = 16,
2554
+ ...rest
2555
+ } = _ref109;
2556
+ return /*#__PURE__*/React.createElement(Icon.default, {
2557
+ width: size,
2558
+ height: size,
2559
+ ref: ref,
2560
+ xmlns: "http://www.w3.org/2000/svg",
2561
+ viewBox: "0 0 32 32",
2562
+ fill: "currentColor",
2563
+ ...rest
2564
+ }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2565
+ strokeWidth: "0",
2566
+ d: "m16,4.2407l11.8274,8.6831-4.5261,14.0762h-14.6025l-4.5261-14.0762,11.8274-8.6831m0-2.2407c-.2078,0-.4158.0645-.5918.1938L2.4082,11.7383c-.2599.1907-.4066.4904-.4082.8009-.0005.1036.0151.2085.0481.3109l4.9697,15.4561c.1331.4136.5176.6938.9519.6938h16.0605c.4343,0,.8188-.2803.9519-.6938l4.9697-15.4561c.0329-.1021.0485-.2067.0481-.31-.0013-.3108-.1481-.6109-.4082-.8018L16.5918,2.1938c-.176-.1294-.384-.1938-.5918-.1938h0Z"
2567
+ })), children);
2568
+ });
2569
+ if (process.env.NODE_ENV !== "production") {
2570
+ PentagonOutline.propTypes = iconPropTypes4cbeb95d.i;
2571
+ }
2572
+ const PentagonRightOutline = /*#__PURE__*/React.forwardRef(function PentagonRightOutline(_ref110, ref) {
2573
+ let {
2574
+ children,
2575
+ size = 16,
2576
+ ...rest
2577
+ } = _ref110;
2578
+ return /*#__PURE__*/React.createElement(Icon.default, {
2579
+ width: size,
2580
+ height: size,
2581
+ ref: ref,
2582
+ xmlns: "http://www.w3.org/2000/svg",
2583
+ viewBox: "0 0 32 32",
2584
+ fill: "currentColor",
2585
+ ...rest
2586
+ }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2587
+ strokeWidth: "0",
2588
+ d: "m27.7593,16l-8.6831,11.8274-14.0762-4.5261v-14.6025l14.0762-4.5261,8.6831,11.8274m2.2407,0c0-.2078-.0645-.4158-.1938-.5918L20.2617,2.4082c-.1907-.2599-.4904-.4066-.8009-.4082-.1036-.0005-.2085.0151-.3109.0481L3.6938,7.0178c-.4136.1331-.6938.5176-.6938.9519v16.0605c0,.4343.2803.8188.6938.9519l15.4561,4.9697c.1021.0329.2067.0485.31.0481.3108-.0013.6109-.1481.8018-.4082l9.5444-13c.1294-.176.1938-.384.1938-.5918h0Z"
2589
+ })), children);
2590
+ });
2591
+ if (process.env.NODE_ENV !== "production") {
2592
+ PentagonRightOutline.propTypes = iconPropTypes4cbeb95d.i;
2593
+ }
2594
+ const PentagonRightSolid = /*#__PURE__*/React.forwardRef(function PentagonRightSolid(_ref111, ref) {
2595
+ let {
2596
+ children,
2597
+ size = 16,
2598
+ ...rest
2599
+ } = _ref111;
2600
+ return /*#__PURE__*/React.createElement(Icon.default, {
2601
+ width: size,
2602
+ height: size,
2603
+ ref: ref,
2604
+ xmlns: "http://www.w3.org/2000/svg",
2605
+ viewBox: "0 0 32 32",
2606
+ fill: "currentColor",
2607
+ ...rest
2608
+ }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2609
+ strokeWidth: "0",
2610
+ d: "m30,16c0-.2078-.0645-.4158-.1938-.5918L20.2617,2.4082c-.1907-.2599-.4904-.4066-.8009-.4082-.1036-.0005-.2085.0151-.3109.0481L3.6938,7.0178c-.4136.1331-.6938.5176-.6938.9519v16.0605c0,.4343.2803.8188.6938.9519l15.4561,4.9697c.1021.0329.2067.0485.31.0481.3108-.0013.6109-.1481.8018-.4082l9.5444-13c.1294-.176.1938-.384.1938-.5918h0Z"
2611
+ })), children);
2612
+ });
2613
+ if (process.env.NODE_ENV !== "production") {
2614
+ PentagonRightSolid.propTypes = iconPropTypes4cbeb95d.i;
2615
+ }
2616
+ const PentagonSolid = /*#__PURE__*/React.forwardRef(function PentagonSolid(_ref112, ref) {
2617
+ let {
2618
+ children,
2619
+ size = 16,
2620
+ ...rest
2621
+ } = _ref112;
2622
+ return /*#__PURE__*/React.createElement(Icon.default, {
2623
+ width: size,
2624
+ height: size,
2625
+ ref: ref,
2626
+ xmlns: "http://www.w3.org/2000/svg",
2627
+ viewBox: "0 0 32 32",
2628
+ fill: "currentColor",
2629
+ ...rest
2630
+ }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2631
+ strokeWidth: "0",
2632
+ d: "m16,2c-.2078,0-.4158.0645-.5918.1938L2.4082,11.7383c-.2599.1907-.4066.4904-.4082.8009-.0005.1036.0151.2085.0481.3109l4.9697,15.4561c.1331.4136.5176.6938.9519.6938h16.0605c.4343,0,.8188-.2803.9519-.6938l4.9697-15.4561c.0329-.1021.0485-.2067.0481-.31-.0013-.3108-.1481-.6109-.4082-.8018L16.5918,2.1938c-.176-.1294-.384-.1938-.5918-.1938h0Z"
2633
+ })), children);
2634
+ });
2635
+ if (process.env.NODE_ENV !== "production") {
2636
+ PentagonSolid.propTypes = iconPropTypes4cbeb95d.i;
2637
+ }
2638
+ const Percentage = /*#__PURE__*/React.forwardRef(function Percentage(_ref113, ref) {
2639
+ let {
2640
+ children,
2641
+ size = 16,
2642
+ ...rest
2643
+ } = _ref113;
2644
+ return /*#__PURE__*/React.createElement(Icon.default, {
2645
+ width: size,
2646
+ height: size,
2647
+ ref: ref,
2648
+ xmlns: "http://www.w3.org/2000/svg",
2649
+ viewBox: "0 0 32 32",
2650
+ fill: "currentColor",
2651
+ ...rest
2652
+ }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2653
+ d: "M9,14a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,9,14ZM9,6a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,9,6Z"
2654
+ })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2655
+ d: "M0.029 15H31.97V17H0.029z",
2656
+ transform: "rotate(-45 16 16)"
2657
+ })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2658
+ d: "M23,28a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,23,28Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,23,20Z"
2659
+ })), children);
2660
+ });
2661
+ if (process.env.NODE_ENV !== "production") {
2662
+ Percentage.propTypes = iconPropTypes4cbeb95d.i;
2663
+ }
2664
+ const PercentageFilled = /*#__PURE__*/React.forwardRef(function PercentageFilled(_ref114, ref) {
2665
+ let {
2666
+ children,
2667
+ size = 16,
2668
+ ...rest
2669
+ } = _ref114;
2670
+ return /*#__PURE__*/React.createElement(Icon.default, {
2671
+ width: size,
2672
+ height: size,
2673
+ ref: ref,
2674
+ xmlns: "http://www.w3.org/2000/svg",
2675
+ viewBox: "0 0 32 32",
2676
+ fill: "currentColor",
2677
+ ...rest
2678
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2679
+ d: "M9,14a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,9,14Z"
2680
+ })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2681
+ d: "M0.029 15H31.97V17H0.029z",
2682
+ transform: "rotate(-45 16 16)"
2683
+ })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2684
+ d: "M23,28a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,23,28Z"
2685
+ })), children);
2686
+ });
2687
+ if (process.env.NODE_ENV !== "production") {
2688
+ PercentageFilled.propTypes = iconPropTypes4cbeb95d.i;
2689
+ }
2690
+ const Person = /*#__PURE__*/React.forwardRef(function Person(_ref115, ref) {
2691
+ let {
2692
+ children,
2693
+ size = 16,
2694
+ ...rest
2695
+ } = _ref115;
2696
+ return /*#__PURE__*/React.createElement(Icon.default, {
2697
+ width: size,
2698
+ height: size,
2699
+ ref: ref,
2700
+ xmlns: "http://www.w3.org/2000/svg",
2701
+ viewBox: "0 0 32 32",
2702
+ fill: "currentColor",
2703
+ ...rest
2704
+ }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2705
+ d: "M18 30H14a2 2 0 01-2-2V21a2 2 0 01-2-2V13a3 3 0 013-3h6a3 3 0 013 3v6a2 2 0 01-2 2v7A2 2 0 0118 30zM13 12a.94.94 0 00-1 1v6h2v9h4V19h2V13a.94.94 0 00-1-1zM16 9a4 4 0 114-4h0A4 4 0 0116 9zm0-6a2 2 0 102 2h0a2 2 0 00-2-2z"
2706
+ })), children);
2707
+ });
2708
+ if (process.env.NODE_ENV !== "production") {
2709
+ Person.propTypes = iconPropTypes4cbeb95d.i;
2710
+ }
2711
+ const PersonFavorite = /*#__PURE__*/React.forwardRef(function PersonFavorite(_ref116, ref) {
2712
+ let {
2713
+ children,
2714
+ size = 16,
2715
+ ...rest
2716
+ } = _ref116;
2717
+ return /*#__PURE__*/React.createElement(Icon.default, {
2718
+ width: size,
2719
+ height: size,
2720
+ ref: ref,
2721
+ xmlns: "http://www.w3.org/2000/svg",
2722
+ viewBox: "0 0 32 32",
2723
+ fill: "currentColor",
2724
+ ...rest
2725
+ }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2726
+ d: "M10 31H6a2.0059 2.0059 0 01-2-2V22a2.0059 2.0059 0 01-2-2V14a2.9465 2.9465 0 013-3h6a2.9465 2.9465 0 013 3v6a2.0059 2.0059 0 01-2 2v7A2.0059 2.0059 0 0110 31zM5 13a.9448.9448 0 00-1 1v6H6v9h4V20h2V14a.9448.9448 0 00-1-1zM8 10a4 4 0 114-4A4.0045 4.0045 0 018 10zM8 4a2 2 0 102 2A2.002 2.002 0 008 4zM28.7663 4.2558A4.2121 4.2121 0 0023 4.0321a4.2121 4.2121 0 00-5.7663.2237 4.319 4.319 0 000 6.0447L22.998 16.14 23 16.1376l.002.0019 5.7643-5.839A4.319 4.319 0 0028.7663 4.2558zM27.342 8.8948l-4.34 4.3973L23 13.29l-.002.002-4.34-4.3973a2.3085 2.3085 0 010-3.2338 2.2639 2.2639 0 013.1561 0l1.181 1.2074L23 6.8634l.0049.005 1.181-1.2074a2.2639 2.2639 0 013.1561 0A2.3085 2.3085 0 0127.342 8.8948z"
2727
+ })), children);
2728
+ });
2729
+ if (process.env.NODE_ENV !== "production") {
2730
+ PersonFavorite.propTypes = iconPropTypes4cbeb95d.i;
2731
+ }
2732
+ const Pest = /*#__PURE__*/React.forwardRef(function Pest(_ref117, ref) {
2733
+ let {
2734
+ children,
2735
+ size = 16,
2736
+ ...rest
2737
+ } = _ref117;
2738
+ return /*#__PURE__*/React.createElement(Icon.default, {
2739
+ width: size,
2740
+ height: size,
2741
+ ref: ref,
2742
+ xmlns: "http://www.w3.org/2000/svg",
2743
+ viewBox: "0 0 32 32",
2744
+ fill: "currentColor",
2745
+ ...rest
2746
+ }, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
2747
+ cx: "7.5",
2748
+ cy: "9.5",
2749
+ r: "1.5"
2750
+ })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
2751
+ cx: "13",
2752
+ cy: "13",
2753
+ r: "1"
2754
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
2755
+ cx: "22",
2756
+ cy: "21",
2757
+ r: "1"
2758
+ })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2759
+ d: "M25,14a8.9844,8.9844,0,0,0-7,3.3555V13a10.9054,10.9054,0,0,0-1.0093-4.5845l-.3569-.7768L15.811,7.87A2.9549,2.9549,0,0,1,15,8a3.0033,3.0033,0,0,1-3-3,2.9574,2.9574,0,0,1,.1294-.8105l.2324-.8233-.7773-.3569A10.9115,10.9115,0,0,0,7,2H2V9a10.8954,10.8954,0,0,0,2.2339,6.627l.3887.4277.54-.0381a5.5286,5.5286,0,0,1,5.3628,3.2559l.2207.497.5376.0845A11.0219,11.0219,0,0,0,13,20h3V30h2V26h3a9.01,9.01,0,0,0,9-9V14ZM12.1016,17.9468A7.51,7.51,0,0,0,5.5283,14,8.8945,8.8945,0,0,1,4,9V4H7a8.8624,8.8624,0,0,1,3.0259.53A4.2457,4.2457,0,0,0,10,5a4.9658,4.9658,0,0,0,5.47,4.9736A8.8793,8.8793,0,0,1,16,13v5H13A8.1153,8.1153,0,0,1,12.1016,17.9468ZM28,17a7.0078,7.0078,0,0,1-7,7H18V23a7.01,7.01,0,0,1,5.0212-6.7109A1.4971,1.4971,0,1,0,26,16.5a1.485,1.485,0,0,0-.0918-.5H28Z"
2760
+ })), children);
2761
+ });
2762
+ if (process.env.NODE_ENV !== "production") {
2763
+ Pest.propTypes = iconPropTypes4cbeb95d.i;
2764
+ }
2765
+ const WatsonHealthPetImageB = /*#__PURE__*/React.forwardRef(function WatsonHealthPetImageB(_ref118, ref) {
2766
+ let {
2767
+ children,
2768
+ size = 16,
2769
+ ...rest
2770
+ } = _ref118;
2771
+ return /*#__PURE__*/React.createElement(Icon.default, {
2772
+ width: size,
2773
+ height: size,
2774
+ ref: ref,
2775
+ xmlns: "http://www.w3.org/2000/svg",
2776
+ viewBox: "0 0 32 32",
2777
+ fill: "currentColor",
2778
+ ...rest
2779
+ }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2780
+ d: "M19 21H21V24H19zM19 0H21V3H19zM8 11H11V13H8zM29 11H32V13H29z"
2781
+ })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2782
+ d: "M11.59 3.07H13.57V6.07H11.59z",
2783
+ transform: "rotate(-45 12.586 4.577)"
2784
+ })), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2785
+ d: "M26.44 17.92H28.42V20.92H26.44z",
2786
+ transform: "rotate(-45 27.43 19.408)"
2787
+ })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2788
+ d: "M11.09 18.42H14.09V20.400000000000002H11.09z",
2789
+ transform: "rotate(-45 12.592 19.414)"
2790
+ })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2791
+ d: "M25.93 3.58H28.93V5.5600000000000005H25.93z",
2792
+ transform: "rotate(-45 27.423 4.57)"
2793
+ })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2794
+ d: "M20 5a7 7 0 107 7A7 7 0 0020 5zm0 12A5 5 0 0120 7zM5 18H0V32H5a3 3 0 003-3V27a3 3 0 00-.78-2A3 3 0 008 23V21A3 3 0 005 18zM2 20H5a1 1 0 011 1v2a1 1 0 01-1 1H2zm4 9a1 1 0 01-1 1H2V26H5a1 1 0 011 1zM2 2L9 2 9 0 0 0 0 9 2 9 2 2z"
2795
+ })), children);
2796
+ });
2797
+ if (process.env.NODE_ENV !== "production") {
2798
+ WatsonHealthPetImageB.propTypes = iconPropTypes4cbeb95d.i;
2799
+ }
2800
+ const WatsonHealthPetImageO = /*#__PURE__*/React.forwardRef(function WatsonHealthPetImageO(_ref119, ref) {
2801
+ let {
2802
+ children,
2803
+ size = 16,
2804
+ ...rest
2805
+ } = _ref119;
2806
+ return /*#__PURE__*/React.createElement(Icon.default, {
2807
+ width: size,
2808
+ height: size,
2809
+ ref: ref,
2810
+ xmlns: "http://www.w3.org/2000/svg",
2811
+ viewBox: "0 0 32 32",
2812
+ fill: "currentColor",
2813
+ ...rest
2814
+ }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2815
+ d: "M11 29H13V32H11zM11 8H13V11H11zM0 19H3V21H0zM21 19H24V21H21z"
2816
+ })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2817
+ d: "M3.59 11.09H5.57V14.09H3.59z",
2818
+ transform: "rotate(-45 4.585 12.59)"
2819
+ })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2820
+ d: "M18.44 25.93H20.42V28.93H18.44z",
2821
+ transform: "rotate(-45 19.429 27.422)"
2822
+ })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2823
+ d: "M3.09 26.44H6.09V28.42H3.09z",
2824
+ transform: "rotate(-45 4.591 27.428)"
2825
+ })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2826
+ d: "M17.93 11.59H20.93V13.57H17.93z",
2827
+ transform: "rotate(-45 19.423 12.585)"
2828
+ })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2829
+ d: "M12 13a7 7 0 107 7A7 7 0 0012 13zm0 12a5 5 0 010-10zM2 2L9 2 9 0 0 0 0 9 2 9 2 2zM30 0H26a2 2 0 00-2 2V12a2 2 0 002 2h4a2 2 0 002-2V2A2 2 0 0030 0zM26 12V2h4V12z"
2830
+ })), children);
2831
+ });
2832
+ if (process.env.NODE_ENV !== "production") {
2833
+ WatsonHealthPetImageO.propTypes = iconPropTypes4cbeb95d.i;
2834
+ }
2835
+ const Phone = /*#__PURE__*/React.forwardRef(function Phone(_ref120, ref) {
2836
+ let {
2837
+ children,
2838
+ size = 16,
2839
+ ...rest
2840
+ } = _ref120;
2841
+ return /*#__PURE__*/React.createElement(Icon.default, {
2842
+ width: size,
2843
+ height: size,
2844
+ ref: ref,
2845
+ xmlns: "http://www.w3.org/2000/svg",
2846
+ viewBox: "0 0 32 32",
2847
+ fill: "currentColor",
2848
+ ...rest
2849
+ }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2850
+ d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.76,3h5.51a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.37,9.37,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5A1,1,0,0,0,5,6v.08C5.46,12,8.41,26,25.94,27A1,1,0,0,0,27,26.06V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z"
2851
+ })), children);
2852
+ });
2853
+ if (process.env.NODE_ENV !== "production") {
2854
+ Phone.propTypes = iconPropTypes4cbeb95d.i;
2855
+ }
2856
+ const PhoneApplication = /*#__PURE__*/React.forwardRef(function PhoneApplication(_ref121, ref) {
2857
+ let {
2858
+ children,
2859
+ size = 16,
2860
+ ...rest
2861
+ } = _ref121;
2862
+ return /*#__PURE__*/React.createElement(Icon.default, {
2863
+ width: size,
2864
+ height: size,
2865
+ ref: ref,
2866
+ xmlns: "http://www.w3.org/2000/svg",
2867
+ viewBox: "0 0 32 32",
2868
+ fill: "currentColor",
2869
+ ...rest
2870
+ }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2871
+ d: "M26 2H30V6H26zM26 8H30V12H26zM20 2H24V6H20zM20 8H24V12H20zM25 30h-.17C5.18 28.87 2.39 12.29 2 7.23A3 3 0 014.7611 4.0088Q4.88 4 5 4h5.27a2 2 0 011.86 1.26L13.65 9a2 2 0 01-.44 2.16l-2.13 2.15a9.36 9.36 0 007.58 7.6l2.17-2.15A2 2 0 0123 18.35l3.77 1.51A2 2 0 0128 21.72V27A3 3 0 0125 30zM5 6a1 1 0 00-1.0032.9968c0 .0278.001.0555.0032.0832C4.46 13 7.41 27 24.94 28a1 1 0 001.0581-.9382Q26 27.0309 26 27V21.72l-3.77-1.51-2.87 2.85L18.88 23C10.18 21.91 9 13.21 9 13.12l-.06-.48 2.84-2.87L10.28 6z"
2872
+ })), children);
2873
+ });
2874
+ if (process.env.NODE_ENV !== "production") {
2875
+ PhoneApplication.propTypes = iconPropTypes4cbeb95d.i;
2876
+ }
2877
+ const PhoneBlock = /*#__PURE__*/React.forwardRef(function PhoneBlock(_ref122, ref) {
2878
+ let {
2879
+ children,
2880
+ size = 16,
2881
+ ...rest
2882
+ } = _ref122;
2883
+ return /*#__PURE__*/React.createElement(Icon.default, {
2884
+ width: size,
2885
+ height: size,
2886
+ ref: ref,
2887
+ xmlns: "http://www.w3.org/2000/svg",
2888
+ viewBox: "0 0 32 32",
2889
+ fill: "currentColor",
2890
+ ...rest
2891
+ }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2892
+ d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.7612,3.0088Q5.88,3,6,3h5.27a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.36,9.36,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5a1,1,0,0,0-1.0032.9968q0,.0417.0032.0832C5.46,12,8.41,26,25.94,27a1,1,0,0,0,1.0582-.9382Q27,26.0309,27,26V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z"
2893
+ })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2894
+ d: "M24.41 9L28 5.41 26.59 4 23 7.59 19.41 4 18 5.41 21.59 9 18 12.59 19.41 14 23 10.41 26.59 14 28 12.59 24.41 9z"
2895
+ })), children);
2896
+ });
2897
+ if (process.env.NODE_ENV !== "production") {
2898
+ PhoneBlock.propTypes = iconPropTypes4cbeb95d.i;
2899
+ }
2900
+ const PhoneBlockFilled = /*#__PURE__*/React.forwardRef(function PhoneBlockFilled(_ref123, ref) {
2901
+ let {
2902
+ children,
2903
+ size = 16,
2904
+ ...rest
2905
+ } = _ref123;
2906
+ return /*#__PURE__*/React.createElement(Icon.default, {
2907
+ width: size,
2908
+ height: size,
2909
+ ref: ref,
2910
+ xmlns: "http://www.w3.org/2000/svg",
2911
+ viewBox: "0 0 32 32",
2912
+ fill: "currentColor",
2913
+ ...rest
2914
+ }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2915
+ d: "M20.3333,21.4823l2.24-2.24a2.1667,2.1667,0,0,1,2.3368-.48l2.7281,1.0913A2.1666,2.1666,0,0,1,29,21.8659v4.9613a2.1668,2.1668,0,0,1-2.2843,2.1686C7.5938,27.8054,3.7321,11.6114,3.0146,5.4079A2.162,2.162,0,0,1,5.1692,3H10.042a2.1666,2.1666,0,0,1,2.0117,1.362L13.145,7.09a2.1666,2.1666,0,0,1-.48,2.3367l-2.24,2.24S11.6667,20.399,20.3333,21.4823Z"
2916
+ })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2917
+ d: "M24.41 9L28 5.41 26.59 4 23 7.59 19.41 4 18 5.41 21.59 9 18 12.59 19.41 14 23 10.41 26.59 14 28 12.59 24.41 9z"
2918
+ })), children);
2919
+ });
2920
+ if (process.env.NODE_ENV !== "production") {
2921
+ PhoneBlockFilled.propTypes = iconPropTypes4cbeb95d.i;
2922
+ }
2923
+ const PhoneFilled = /*#__PURE__*/React.forwardRef(function PhoneFilled(_ref124, ref) {
2924
+ let {
2925
+ children,
2926
+ size = 16,
2927
+ ...rest
2928
+ } = _ref124;
2929
+ return /*#__PURE__*/React.createElement(Icon.default, {
2930
+ width: size,
2931
+ height: size,
2932
+ ref: ref,
2933
+ xmlns: "http://www.w3.org/2000/svg",
2934
+ viewBox: "0 0 32 32",
2935
+ fill: "currentColor",
2936
+ ...rest
2937
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2938
+ d: "M20.33,21.48l2.24-2.24a2.19,2.19,0,0,1,2.34-.48l2.73,1.09a2.18,2.18,0,0,1,1.36,2v5A2.17,2.17,0,0,1,26.72,29C7.59,27.81,3.73,11.61,3,5.41A2.17,2.17,0,0,1,5.17,3H10a2.16,2.16,0,0,1,2,1.36l1.09,2.73a2.16,2.16,0,0,1-.47,2.34l-2.24,2.24S11.67,20.4,20.33,21.48Z"
2939
+ })), children);
2940
+ });
2941
+ if (process.env.NODE_ENV !== "production") {
2942
+ PhoneFilled.propTypes = iconPropTypes4cbeb95d.i;
2943
+ }
2944
+ const PhoneIncoming = /*#__PURE__*/React.forwardRef(function PhoneIncoming(_ref125, ref) {
2945
+ let {
2946
+ children,
2947
+ size = 16,
2948
+ ...rest
2949
+ } = _ref125;
2950
+ return /*#__PURE__*/React.createElement(Icon.default, {
2951
+ width: size,
2952
+ height: size,
2953
+ ref: ref,
2954
+ xmlns: "http://www.w3.org/2000/svg",
2955
+ viewBox: "0 0 32 32",
2956
+ fill: "currentColor",
2957
+ ...rest
2958
+ }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2959
+ d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.7612,3.0088Q5.88,3,6,3h5.27a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.36,9.36,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5a1,1,0,0,0-1.0032.9968q0,.0417.0032.0832C5.46,12,8.41,26,25.94,27a1,1,0,0,0,1.0582-.9382Q27,26.0309,27,26V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z"
2960
+ })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2961
+ d: "M27 13L27 11 22.414 11 29 4.414 27.586 3 21 9.586 21 5 19 5 19 13 27 13z"
2962
+ })), children);
2963
+ });
2964
+ if (process.env.NODE_ENV !== "production") {
2965
+ PhoneIncoming.propTypes = iconPropTypes4cbeb95d.i;
2966
+ }
2967
+
2968
+ exports.NotebookReference = NotebookReference;
2969
+ exports.Notification = Notification;
2970
+ exports.NotificationCounter = NotificationCounter;
2971
+ exports.NotificationFilled = NotificationFilled;
2972
+ exports.NotificationNew = NotificationNew;
2973
+ exports.NotificationOff = NotificationOff;
2974
+ exports.NotificationOffFilled = NotificationOffFilled;
2975
+ exports.NumberSmall_0 = NumberSmall_0;
2976
+ exports.NumberSmall_1 = NumberSmall_1;
2977
+ exports.NumberSmall_2 = NumberSmall_2;
2978
+ exports.NumberSmall_3 = NumberSmall_3;
2979
+ exports.NumberSmall_4 = NumberSmall_4;
2980
+ exports.NumberSmall_5 = NumberSmall_5;
2981
+ exports.NumberSmall_6 = NumberSmall_6;
2982
+ exports.NumberSmall_7 = NumberSmall_7;
2983
+ exports.NumberSmall_8 = NumberSmall_8;
2984
+ exports.NumberSmall_9 = NumberSmall_9;
2985
+ exports.Number_0 = Number_0;
2986
+ exports.Number_1 = Number_1;
2987
+ exports.Number_2 = Number_2;
2988
+ exports.Number_3 = Number_3;
2989
+ exports.Number_4 = Number_4;
2990
+ exports.Number_5 = Number_5;
2991
+ exports.Number_6 = Number_6;
2992
+ exports.Number_7 = Number_7;
2993
+ exports.Number_8 = Number_8;
2994
+ exports.Number_9 = Number_9;
2995
+ exports.Object = Object$1;
2996
+ exports.ObjectStorage = ObjectStorage;
2997
+ exports.ObjectStorageAlt = ObjectStorageAlt;
2998
+ exports.ObservedHail = ObservedHail;
2999
+ exports.ObservedLightning = ObservedLightning;
3000
+ exports.Omega = Omega;
3001
+ exports.Opacity = Opacity;
3002
+ exports.OpenPanelBottom = OpenPanelBottom;
3003
+ exports.OpenPanelFilledBottom = OpenPanelFilledBottom;
3004
+ exports.OpenPanelFilledLeft = OpenPanelFilledLeft;
3005
+ exports.OpenPanelFilledRight = OpenPanelFilledRight;
3006
+ exports.OpenPanelFilledTop = OpenPanelFilledTop;
3007
+ exports.OpenPanelLeft = OpenPanelLeft;
3008
+ exports.OpenPanelRight = OpenPanelRight;
3009
+ exports.OpenPanelTop = OpenPanelTop;
3010
+ exports.OperationsField = OperationsField;
3011
+ exports.OperationsRecord = OperationsRecord;
3012
+ exports.OrderDetails = OrderDetails;
3013
+ exports.Ordinal = Ordinal;
3014
+ exports.Outage = Outage;
3015
+ exports.OutlookSevere = OutlookSevere;
3016
+ exports.OverflowMenuHorizontal = OverflowMenuHorizontal;
3017
+ exports.OverflowMenuVertical = OverflowMenuVertical;
3018
+ exports.Overlay = Overlay;
3019
+ exports.Package = Package;
3020
+ exports.PackageNode = PackageNode;
3021
+ exports.PackageTextAnalysis = PackageTextAnalysis;
3022
+ exports.PageBreak = PageBreak;
3023
+ exports.PageFirst = PageFirst;
3024
+ exports.PageLast = PageLast;
3025
+ exports.PageNumber = PageNumber;
3026
+ exports.PaintBrush = PaintBrush;
3027
+ exports.PaintBrushAlt = PaintBrushAlt;
3028
+ exports.PalmTree = PalmTree;
3029
+ exports.PanHorizontal = PanHorizontal;
3030
+ exports.PanVertical = PanVertical;
3031
+ exports.PanelExpansion = PanelExpansion;
3032
+ exports.Paragraph = Paragraph;
3033
+ exports.Parameter = Parameter;
3034
+ exports.ParentChild = ParentChild;
3035
+ exports.PartDefinition = PartDefinition;
3036
+ exports.PartUsage = PartUsage;
3037
+ exports.PartitionAuto = PartitionAuto;
3038
+ exports.PartitionCollection = PartitionCollection;
3039
+ exports.PartitionRepartition = PartitionRepartition;
3040
+ exports.PartitionSame = PartitionSame;
3041
+ exports.PartitionSpecific = PartitionSpecific;
3042
+ exports.PartlyCloudy = PartlyCloudy;
3043
+ exports.PartlyCloudyNight = PartlyCloudyNight;
3044
+ exports.Partnership = Partnership;
3045
+ exports.PassengerDrinks = PassengerDrinks;
3046
+ exports.PassengerPlus = PassengerPlus;
3047
+ exports.Password = Password;
3048
+ exports.Paste = Paste;
3049
+ exports.Pause = Pause;
3050
+ exports.PauseFilled = PauseFilled;
3051
+ exports.PauseFuture = PauseFuture;
3052
+ exports.PauseOutline = PauseOutline;
3053
+ exports.PauseOutlineFilled = PauseOutlineFilled;
3054
+ exports.PausePast = PausePast;
3055
+ exports.PcnENode = PcnENode;
3056
+ exports.PcnMilitary = PcnMilitary;
3057
+ exports.PcnPNode = PcnPNode;
3058
+ exports.PcnZNode = PcnZNode;
3059
+ exports.Pdf = Pdf;
3060
+ exports.PdfReference = PdfReference;
3061
+ exports.Pedestrian = Pedestrian;
3062
+ exports.PedestrianChild = PedestrianChild;
3063
+ exports.PedestrianFamily = PedestrianFamily;
3064
+ exports.Pen = Pen;
3065
+ exports.PenFountain = PenFountain;
3066
+ exports.Pending = Pending;
3067
+ exports.PendingFilled = PendingFilled;
3068
+ exports.PentagonDownOutline = PentagonDownOutline;
3069
+ exports.PentagonDownSolid = PentagonDownSolid;
3070
+ exports.PentagonLeftOutline = PentagonLeftOutline;
3071
+ exports.PentagonLeftSolid = PentagonLeftSolid;
3072
+ exports.PentagonOutline = PentagonOutline;
3073
+ exports.PentagonRightOutline = PentagonRightOutline;
3074
+ exports.PentagonRightSolid = PentagonRightSolid;
3075
+ exports.PentagonSolid = PentagonSolid;
3076
+ exports.Percentage = Percentage;
3077
+ exports.PercentageFilled = PercentageFilled;
3078
+ exports.Person = Person;
3079
+ exports.PersonFavorite = PersonFavorite;
3080
+ exports.Pest = Pest;
3081
+ exports.Phone = Phone;
3082
+ exports.PhoneApplication = PhoneApplication;
3083
+ exports.PhoneBlock = PhoneBlock;
3084
+ exports.PhoneBlockFilled = PhoneBlockFilled;
3085
+ exports.PhoneFilled = PhoneFilled;
3086
+ exports.PhoneIncoming = PhoneIncoming;
3087
+ exports.QOperation = QOperation;
3088
+ exports.QOperationGauge = QOperationGauge;
3089
+ exports.QOperationIf = QOperationIf;
3090
+ exports.WatsonHealthPageScroll = WatsonHealthPageScroll;
3091
+ exports.WatsonHealthPetImageB = WatsonHealthPetImageB;
3092
+ exports.WatsonHealthPetImageO = WatsonHealthPetImageO;