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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +696 -168
  2. package/es/__stories__/data/index.d.ts +58 -14
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +3 -1
  5. package/es/components/TasksController/TasksController.d.ts +3 -3
  6. package/es/components/TasksController/TasksController.js +4 -1
  7. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -29
  12. package/es/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  13. package/es/components/Tiles/GlassTile/GlassTileBody.js +53 -0
  14. package/es/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  15. package/es/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  16. package/es/index.js +1 -0
  17. package/lib/__stories__/AnimatedHeader.stories.d.ts +696 -168
  18. package/lib/__stories__/data/index.d.ts +58 -14
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +3 -1
  21. package/lib/components/TasksController/TasksController.d.ts +3 -3
  22. package/lib/components/TasksController/TasksController.js +4 -1
  23. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -28
  28. package/lib/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  29. package/lib/components/Tiles/GlassTile/GlassTileBody.js +55 -0
  30. package/lib/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  31. package/lib/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  32. package/lib/index.js +1 -0
  33. package/package.json +2 -2
  34. package/scss/Tiles/GlassTile/glass-tile.scss +0 -1
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -2956
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3263
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -2946
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3112
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -2967
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3056
  41. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -2888
  42. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3072
  43. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -2992
  44. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2843
  45. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3080
  46. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1680
  47. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3096
  48. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3008
  49. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -2916
  50. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -2992
  51. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -2983
  52. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3106
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3090
  54. package/es/node_modules/@carbon/icons-react/es/index.js +0 -30
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -3082
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3389
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -3072
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3238
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -3093
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3182
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -3014
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3198
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -3118
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2969
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3206
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1750
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3222
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3134
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -3042
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -3118
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -3109
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3232
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3216
  74. package/lib/node_modules/@carbon/icons-react/es/index.js +0 -2480
@@ -1,3182 +0,0 @@
1
- /**
2
- * Copyright IBM Corp. 2024
3
- *
4
- * This source code is licensed under the Apache-2.0 license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- */
7
-
8
- 'use strict';
9
-
10
- var React = require('react');
11
- var Icon = require('../Icon.js');
12
- var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
- require('prop-types');
14
-
15
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _circle, _circle2, _circle3, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _circle4, _circle5, _circle6, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _circle7, _circle8, _circle9, _path167, _path168, _circle10, _circle11, _circle12, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _circle13, _circle14, _circle15, _circle16, _circle17, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _circle18, _circle19, _circle20, _circle21, _circle22, _circle23, _circle24, _circle25, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _circle26, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229;
16
- const Pedestrian = /*#__PURE__*/React.forwardRef(function Pedestrian(_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: "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"
32
- })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
- 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"
34
- })), children);
35
- });
36
- if (process.env.NODE_ENV !== "production") {
37
- Pedestrian.propTypes = iconPropTypes4cbeb95d.i;
38
- }
39
- const PedestrianFamily = /*#__PURE__*/React.forwardRef(function PedestrianFamily(_ref2, ref) {
40
- let {
41
- children,
42
- size = 16,
43
- ...rest
44
- } = _ref2;
45
- return /*#__PURE__*/React.createElement(Icon.default, {
46
- width: size,
47
- height: size,
48
- ref: ref,
49
- xmlns: "http://www.w3.org/2000/svg",
50
- viewBox: "0 0 32 32",
51
- fill: "currentColor",
52
- ...rest
53
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
54
- 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"
55
- })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
56
- 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"
57
- })), children);
58
- });
59
- if (process.env.NODE_ENV !== "production") {
60
- PedestrianFamily.propTypes = iconPropTypes4cbeb95d.i;
61
- }
62
- const PedestrianChild = /*#__PURE__*/React.forwardRef(function PedestrianChild(_ref3, ref) {
63
- let {
64
- children,
65
- size = 16,
66
- ...rest
67
- } = _ref3;
68
- return /*#__PURE__*/React.createElement(Icon.default, {
69
- width: size,
70
- height: size,
71
- ref: ref,
72
- xmlns: "http://www.w3.org/2000/svg",
73
- viewBox: "0 0 32 32",
74
- fill: "currentColor",
75
- ...rest
76
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
77
- 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"
78
- })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
79
- 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"
80
- })), children);
81
- });
82
- if (process.env.NODE_ENV !== "production") {
83
- PedestrianChild.propTypes = iconPropTypes4cbeb95d.i;
84
- }
85
- const Pen = /*#__PURE__*/React.forwardRef(function Pen(_ref4, ref) {
86
- let {
87
- children,
88
- size = 16,
89
- ...rest
90
- } = _ref4;
91
- return /*#__PURE__*/React.createElement(Icon.default, {
92
- width: size,
93
- height: size,
94
- ref: ref,
95
- xmlns: "http://www.w3.org/2000/svg",
96
- viewBox: "0 0 32 32",
97
- fill: "currentColor",
98
- ...rest
99
- }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
100
- 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"
101
- })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
102
- d: "M8.136 7.5H18.863999999999997V9.5H8.136z",
103
- transform: "rotate(-45 13.5 8.5)"
104
- })), children);
105
- });
106
- if (process.env.NODE_ENV !== "production") {
107
- Pen.propTypes = iconPropTypes4cbeb95d.i;
108
- }
109
- const PenFountain = /*#__PURE__*/React.forwardRef(function PenFountain(_ref5, ref) {
110
- let {
111
- children,
112
- size = 16,
113
- ...rest
114
- } = _ref5;
115
- return /*#__PURE__*/React.createElement(Icon.default, {
116
- width: size,
117
- height: size,
118
- ref: ref,
119
- xmlns: "http://www.w3.org/2000/svg",
120
- viewBox: "0 0 32 32",
121
- fill: "currentColor",
122
- ...rest
123
- }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
124
- 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"
125
- })), children);
126
- });
127
- if (process.env.NODE_ENV !== "production") {
128
- PenFountain.propTypes = iconPropTypes4cbeb95d.i;
129
- }
130
- const Pending = /*#__PURE__*/React.forwardRef(function Pending(_ref6, ref) {
131
- let {
132
- children,
133
- size = 16,
134
- ...rest
135
- } = _ref6;
136
- return /*#__PURE__*/React.createElement(Icon.default, {
137
- width: size,
138
- height: size,
139
- ref: ref,
140
- xmlns: "http://www.w3.org/2000/svg",
141
- viewBox: "0 0 32 32",
142
- fill: "currentColor",
143
- ...rest
144
- }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
145
- cx: "9",
146
- cy: "16",
147
- r: "2"
148
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
149
- cx: "23",
150
- cy: "16",
151
- r: "2"
152
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
153
- cx: "16",
154
- cy: "16",
155
- r: "2"
156
- })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
157
- 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"
158
- })), children);
159
- });
160
- if (process.env.NODE_ENV !== "production") {
161
- Pending.propTypes = iconPropTypes4cbeb95d.i;
162
- }
163
- const PendingFilled = /*#__PURE__*/React.forwardRef(function PendingFilled(_ref7, ref) {
164
- let {
165
- children,
166
- size = 16,
167
- ...rest
168
- } = _ref7;
169
- return /*#__PURE__*/React.createElement(Icon.default, {
170
- width: size,
171
- height: size,
172
- ref: ref,
173
- xmlns: "http://www.w3.org/2000/svg",
174
- viewBox: "0 0 32 32",
175
- fill: "currentColor",
176
- ...rest
177
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
178
- 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"
179
- })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
180
- fill: "none",
181
- 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",
182
- "data-icon-path": "inner-path"
183
- })), children);
184
- });
185
- if (process.env.NODE_ENV !== "production") {
186
- PendingFilled.propTypes = iconPropTypes4cbeb95d.i;
187
- }
188
- const PentagonDownOutline = /*#__PURE__*/React.forwardRef(function PentagonDownOutline(_ref8, ref) {
189
- let {
190
- children,
191
- size = 16,
192
- ...rest
193
- } = _ref8;
194
- return /*#__PURE__*/React.createElement(Icon.default, {
195
- width: size,
196
- height: size,
197
- ref: ref,
198
- xmlns: "http://www.w3.org/2000/svg",
199
- viewBox: "0 0 32 32",
200
- fill: "currentColor",
201
- ...rest
202
- }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
203
- strokeWidth: "0",
204
- 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"
205
- })), children);
206
- });
207
- if (process.env.NODE_ENV !== "production") {
208
- PentagonDownOutline.propTypes = iconPropTypes4cbeb95d.i;
209
- }
210
- const PentagonDownSolid = /*#__PURE__*/React.forwardRef(function PentagonDownSolid(_ref9, ref) {
211
- let {
212
- children,
213
- size = 16,
214
- ...rest
215
- } = _ref9;
216
- return /*#__PURE__*/React.createElement(Icon.default, {
217
- width: size,
218
- height: size,
219
- ref: ref,
220
- xmlns: "http://www.w3.org/2000/svg",
221
- viewBox: "0 0 32 32",
222
- fill: "currentColor",
223
- ...rest
224
- }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
225
- strokeWidth: "0",
226
- 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"
227
- })), children);
228
- });
229
- if (process.env.NODE_ENV !== "production") {
230
- PentagonDownSolid.propTypes = iconPropTypes4cbeb95d.i;
231
- }
232
- const PentagonLeftOutline = /*#__PURE__*/React.forwardRef(function PentagonLeftOutline(_ref10, ref) {
233
- let {
234
- children,
235
- size = 16,
236
- ...rest
237
- } = _ref10;
238
- return /*#__PURE__*/React.createElement(Icon.default, {
239
- width: size,
240
- height: size,
241
- ref: ref,
242
- xmlns: "http://www.w3.org/2000/svg",
243
- viewBox: "0 0 32 32",
244
- fill: "currentColor",
245
- ...rest
246
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
247
- strokeWidth: "0",
248
- 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"
249
- })), children);
250
- });
251
- if (process.env.NODE_ENV !== "production") {
252
- PentagonLeftOutline.propTypes = iconPropTypes4cbeb95d.i;
253
- }
254
- const PentagonLeftSolid = /*#__PURE__*/React.forwardRef(function PentagonLeftSolid(_ref11, ref) {
255
- let {
256
- children,
257
- size = 16,
258
- ...rest
259
- } = _ref11;
260
- return /*#__PURE__*/React.createElement(Icon.default, {
261
- width: size,
262
- height: size,
263
- ref: ref,
264
- xmlns: "http://www.w3.org/2000/svg",
265
- viewBox: "0 0 32 32",
266
- fill: "currentColor",
267
- ...rest
268
- }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
269
- strokeWidth: "0",
270
- 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"
271
- })), children);
272
- });
273
- if (process.env.NODE_ENV !== "production") {
274
- PentagonLeftSolid.propTypes = iconPropTypes4cbeb95d.i;
275
- }
276
- const PentagonOutline = /*#__PURE__*/React.forwardRef(function PentagonOutline(_ref12, ref) {
277
- let {
278
- children,
279
- size = 16,
280
- ...rest
281
- } = _ref12;
282
- return /*#__PURE__*/React.createElement(Icon.default, {
283
- width: size,
284
- height: size,
285
- ref: ref,
286
- xmlns: "http://www.w3.org/2000/svg",
287
- viewBox: "0 0 32 32",
288
- fill: "currentColor",
289
- ...rest
290
- }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
291
- strokeWidth: "0",
292
- 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"
293
- })), children);
294
- });
295
- if (process.env.NODE_ENV !== "production") {
296
- PentagonOutline.propTypes = iconPropTypes4cbeb95d.i;
297
- }
298
- const PentagonRightOutline = /*#__PURE__*/React.forwardRef(function PentagonRightOutline(_ref13, ref) {
299
- let {
300
- children,
301
- size = 16,
302
- ...rest
303
- } = _ref13;
304
- return /*#__PURE__*/React.createElement(Icon.default, {
305
- width: size,
306
- height: size,
307
- ref: ref,
308
- xmlns: "http://www.w3.org/2000/svg",
309
- viewBox: "0 0 32 32",
310
- fill: "currentColor",
311
- ...rest
312
- }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
313
- strokeWidth: "0",
314
- 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"
315
- })), children);
316
- });
317
- if (process.env.NODE_ENV !== "production") {
318
- PentagonRightOutline.propTypes = iconPropTypes4cbeb95d.i;
319
- }
320
- const PentagonRightSolid = /*#__PURE__*/React.forwardRef(function PentagonRightSolid(_ref14, ref) {
321
- let {
322
- children,
323
- size = 16,
324
- ...rest
325
- } = _ref14;
326
- return /*#__PURE__*/React.createElement(Icon.default, {
327
- width: size,
328
- height: size,
329
- ref: ref,
330
- xmlns: "http://www.w3.org/2000/svg",
331
- viewBox: "0 0 32 32",
332
- fill: "currentColor",
333
- ...rest
334
- }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
335
- strokeWidth: "0",
336
- 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"
337
- })), children);
338
- });
339
- if (process.env.NODE_ENV !== "production") {
340
- PentagonRightSolid.propTypes = iconPropTypes4cbeb95d.i;
341
- }
342
- const PentagonSolid = /*#__PURE__*/React.forwardRef(function PentagonSolid(_ref15, ref) {
343
- let {
344
- children,
345
- size = 16,
346
- ...rest
347
- } = _ref15;
348
- return /*#__PURE__*/React.createElement(Icon.default, {
349
- width: size,
350
- height: size,
351
- ref: ref,
352
- xmlns: "http://www.w3.org/2000/svg",
353
- viewBox: "0 0 32 32",
354
- fill: "currentColor",
355
- ...rest
356
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
357
- strokeWidth: "0",
358
- 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"
359
- })), children);
360
- });
361
- if (process.env.NODE_ENV !== "production") {
362
- PentagonSolid.propTypes = iconPropTypes4cbeb95d.i;
363
- }
364
- const Percentage = /*#__PURE__*/React.forwardRef(function Percentage(_ref16, ref) {
365
- let {
366
- children,
367
- size = 16,
368
- ...rest
369
- } = _ref16;
370
- return /*#__PURE__*/React.createElement(Icon.default, {
371
- width: size,
372
- height: size,
373
- ref: ref,
374
- xmlns: "http://www.w3.org/2000/svg",
375
- viewBox: "0 0 32 32",
376
- fill: "currentColor",
377
- ...rest
378
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
379
- 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"
380
- })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
381
- d: "M0.029 15H31.97V17H0.029z",
382
- transform: "rotate(-45 16 16)"
383
- })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
384
- 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"
385
- })), children);
386
- });
387
- if (process.env.NODE_ENV !== "production") {
388
- Percentage.propTypes = iconPropTypes4cbeb95d.i;
389
- }
390
- const PercentageFilled = /*#__PURE__*/React.forwardRef(function PercentageFilled(_ref17, ref) {
391
- let {
392
- children,
393
- size = 16,
394
- ...rest
395
- } = _ref17;
396
- return /*#__PURE__*/React.createElement(Icon.default, {
397
- width: size,
398
- height: size,
399
- ref: ref,
400
- xmlns: "http://www.w3.org/2000/svg",
401
- viewBox: "0 0 32 32",
402
- fill: "currentColor",
403
- ...rest
404
- }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
405
- d: "M9,14a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,9,14Z"
406
- })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
407
- d: "M0.029 15H31.97V17H0.029z",
408
- transform: "rotate(-45 16 16)"
409
- })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
410
- d: "M23,28a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,23,28Z"
411
- })), children);
412
- });
413
- if (process.env.NODE_ENV !== "production") {
414
- PercentageFilled.propTypes = iconPropTypes4cbeb95d.i;
415
- }
416
- const Person = /*#__PURE__*/React.forwardRef(function Person(_ref18, ref) {
417
- let {
418
- children,
419
- size = 16,
420
- ...rest
421
- } = _ref18;
422
- return /*#__PURE__*/React.createElement(Icon.default, {
423
- width: size,
424
- height: size,
425
- ref: ref,
426
- xmlns: "http://www.w3.org/2000/svg",
427
- viewBox: "0 0 32 32",
428
- fill: "currentColor",
429
- ...rest
430
- }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
431
- 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"
432
- })), children);
433
- });
434
- if (process.env.NODE_ENV !== "production") {
435
- Person.propTypes = iconPropTypes4cbeb95d.i;
436
- }
437
- const PersonFavorite = /*#__PURE__*/React.forwardRef(function PersonFavorite(_ref19, ref) {
438
- let {
439
- children,
440
- size = 16,
441
- ...rest
442
- } = _ref19;
443
- return /*#__PURE__*/React.createElement(Icon.default, {
444
- width: size,
445
- height: size,
446
- ref: ref,
447
- xmlns: "http://www.w3.org/2000/svg",
448
- viewBox: "0 0 32 32",
449
- fill: "currentColor",
450
- ...rest
451
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
452
- 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"
453
- })), children);
454
- });
455
- if (process.env.NODE_ENV !== "production") {
456
- PersonFavorite.propTypes = iconPropTypes4cbeb95d.i;
457
- }
458
- const Pest = /*#__PURE__*/React.forwardRef(function Pest(_ref20, ref) {
459
- let {
460
- children,
461
- size = 16,
462
- ...rest
463
- } = _ref20;
464
- return /*#__PURE__*/React.createElement(Icon.default, {
465
- width: size,
466
- height: size,
467
- ref: ref,
468
- xmlns: "http://www.w3.org/2000/svg",
469
- viewBox: "0 0 32 32",
470
- fill: "currentColor",
471
- ...rest
472
- }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
473
- cx: "7.5",
474
- cy: "9.5",
475
- r: "1.5"
476
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
477
- cx: "13",
478
- cy: "13",
479
- r: "1"
480
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
481
- cx: "22",
482
- cy: "21",
483
- r: "1"
484
- })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
485
- 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"
486
- })), children);
487
- });
488
- if (process.env.NODE_ENV !== "production") {
489
- Pest.propTypes = iconPropTypes4cbeb95d.i;
490
- }
491
- const WatsonHealthPetImageB = /*#__PURE__*/React.forwardRef(function WatsonHealthPetImageB(_ref21, ref) {
492
- let {
493
- children,
494
- size = 16,
495
- ...rest
496
- } = _ref21;
497
- return /*#__PURE__*/React.createElement(Icon.default, {
498
- width: size,
499
- height: size,
500
- ref: ref,
501
- xmlns: "http://www.w3.org/2000/svg",
502
- viewBox: "0 0 32 32",
503
- fill: "currentColor",
504
- ...rest
505
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
506
- d: "M19 21H21V24H19zM19 0H21V3H19zM8 11H11V13H8zM29 11H32V13H29z"
507
- })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
508
- d: "M11.59 3.07H13.57V6.07H11.59z",
509
- transform: "rotate(-45 12.586 4.577)"
510
- })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
511
- d: "M26.44 17.92H28.42V20.92H26.44z",
512
- transform: "rotate(-45 27.43 19.408)"
513
- })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
514
- d: "M11.09 18.42H14.09V20.400000000000002H11.09z",
515
- transform: "rotate(-45 12.592 19.414)"
516
- })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
517
- d: "M25.93 3.58H28.93V5.5600000000000005H25.93z",
518
- transform: "rotate(-45 27.423 4.57)"
519
- })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
520
- 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"
521
- })), children);
522
- });
523
- if (process.env.NODE_ENV !== "production") {
524
- WatsonHealthPetImageB.propTypes = iconPropTypes4cbeb95d.i;
525
- }
526
- const WatsonHealthPetImageO = /*#__PURE__*/React.forwardRef(function WatsonHealthPetImageO(_ref22, ref) {
527
- let {
528
- children,
529
- size = 16,
530
- ...rest
531
- } = _ref22;
532
- return /*#__PURE__*/React.createElement(Icon.default, {
533
- width: size,
534
- height: size,
535
- ref: ref,
536
- xmlns: "http://www.w3.org/2000/svg",
537
- viewBox: "0 0 32 32",
538
- fill: "currentColor",
539
- ...rest
540
- }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
541
- d: "M11 29H13V32H11zM11 8H13V11H11zM0 19H3V21H0zM21 19H24V21H21z"
542
- })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
543
- d: "M3.59 11.09H5.57V14.09H3.59z",
544
- transform: "rotate(-45 4.585 12.59)"
545
- })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
546
- d: "M18.44 25.93H20.42V28.93H18.44z",
547
- transform: "rotate(-45 19.429 27.422)"
548
- })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
549
- d: "M3.09 26.44H6.09V28.42H3.09z",
550
- transform: "rotate(-45 4.591 27.428)"
551
- })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
552
- d: "M17.93 11.59H20.93V13.57H17.93z",
553
- transform: "rotate(-45 19.423 12.585)"
554
- })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
555
- 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"
556
- })), children);
557
- });
558
- if (process.env.NODE_ENV !== "production") {
559
- WatsonHealthPetImageO.propTypes = iconPropTypes4cbeb95d.i;
560
- }
561
- const Phone = /*#__PURE__*/React.forwardRef(function Phone(_ref23, ref) {
562
- let {
563
- children,
564
- size = 16,
565
- ...rest
566
- } = _ref23;
567
- return /*#__PURE__*/React.createElement(Icon.default, {
568
- width: size,
569
- height: size,
570
- ref: ref,
571
- xmlns: "http://www.w3.org/2000/svg",
572
- viewBox: "0 0 32 32",
573
- fill: "currentColor",
574
- ...rest
575
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
576
- 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"
577
- })), children);
578
- });
579
- if (process.env.NODE_ENV !== "production") {
580
- Phone.propTypes = iconPropTypes4cbeb95d.i;
581
- }
582
- const PhoneApplication = /*#__PURE__*/React.forwardRef(function PhoneApplication(_ref24, ref) {
583
- let {
584
- children,
585
- size = 16,
586
- ...rest
587
- } = _ref24;
588
- return /*#__PURE__*/React.createElement(Icon.default, {
589
- width: size,
590
- height: size,
591
- ref: ref,
592
- xmlns: "http://www.w3.org/2000/svg",
593
- viewBox: "0 0 32 32",
594
- fill: "currentColor",
595
- ...rest
596
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
597
- 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"
598
- })), children);
599
- });
600
- if (process.env.NODE_ENV !== "production") {
601
- PhoneApplication.propTypes = iconPropTypes4cbeb95d.i;
602
- }
603
- const PhoneBlock = /*#__PURE__*/React.forwardRef(function PhoneBlock(_ref25, ref) {
604
- let {
605
- children,
606
- size = 16,
607
- ...rest
608
- } = _ref25;
609
- return /*#__PURE__*/React.createElement(Icon.default, {
610
- width: size,
611
- height: size,
612
- ref: ref,
613
- xmlns: "http://www.w3.org/2000/svg",
614
- viewBox: "0 0 32 32",
615
- fill: "currentColor",
616
- ...rest
617
- }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
618
- 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"
619
- })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
620
- 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"
621
- })), children);
622
- });
623
- if (process.env.NODE_ENV !== "production") {
624
- PhoneBlock.propTypes = iconPropTypes4cbeb95d.i;
625
- }
626
- const PhoneBlockFilled = /*#__PURE__*/React.forwardRef(function PhoneBlockFilled(_ref26, ref) {
627
- let {
628
- children,
629
- size = 16,
630
- ...rest
631
- } = _ref26;
632
- return /*#__PURE__*/React.createElement(Icon.default, {
633
- width: size,
634
- height: size,
635
- ref: ref,
636
- xmlns: "http://www.w3.org/2000/svg",
637
- viewBox: "0 0 32 32",
638
- fill: "currentColor",
639
- ...rest
640
- }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
641
- 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"
642
- })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
643
- 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"
644
- })), children);
645
- });
646
- if (process.env.NODE_ENV !== "production") {
647
- PhoneBlockFilled.propTypes = iconPropTypes4cbeb95d.i;
648
- }
649
- const PhoneFilled = /*#__PURE__*/React.forwardRef(function PhoneFilled(_ref27, ref) {
650
- let {
651
- children,
652
- size = 16,
653
- ...rest
654
- } = _ref27;
655
- return /*#__PURE__*/React.createElement(Icon.default, {
656
- width: size,
657
- height: size,
658
- ref: ref,
659
- xmlns: "http://www.w3.org/2000/svg",
660
- viewBox: "0 0 32 32",
661
- fill: "currentColor",
662
- ...rest
663
- }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
664
- 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"
665
- })), children);
666
- });
667
- if (process.env.NODE_ENV !== "production") {
668
- PhoneFilled.propTypes = iconPropTypes4cbeb95d.i;
669
- }
670
- const PhoneIncoming = /*#__PURE__*/React.forwardRef(function PhoneIncoming(_ref28, ref) {
671
- let {
672
- children,
673
- size = 16,
674
- ...rest
675
- } = _ref28;
676
- return /*#__PURE__*/React.createElement(Icon.default, {
677
- width: size,
678
- height: size,
679
- ref: ref,
680
- xmlns: "http://www.w3.org/2000/svg",
681
- viewBox: "0 0 32 32",
682
- fill: "currentColor",
683
- ...rest
684
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
685
- 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"
686
- })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
687
- d: "M27 13L27 11 22.414 11 29 4.414 27.586 3 21 9.586 21 5 19 5 19 13 27 13z"
688
- })), children);
689
- });
690
- if (process.env.NODE_ENV !== "production") {
691
- PhoneIncoming.propTypes = iconPropTypes4cbeb95d.i;
692
- }
693
- const PhoneIncomingFilled = /*#__PURE__*/React.forwardRef(function PhoneIncomingFilled(_ref29, ref) {
694
- let {
695
- children,
696
- size = 16,
697
- ...rest
698
- } = _ref29;
699
- return /*#__PURE__*/React.createElement(Icon.default, {
700
- width: size,
701
- height: size,
702
- ref: ref,
703
- xmlns: "http://www.w3.org/2000/svg",
704
- viewBox: "0 0 32 32",
705
- fill: "currentColor",
706
- ...rest
707
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
708
- 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"
709
- })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
710
- d: "M27 13L27 11 22.414 11 29 4.414 27.586 3 21 9.586 21 5 19 5 19 13 27 13z"
711
- })), children);
712
- });
713
- if (process.env.NODE_ENV !== "production") {
714
- PhoneIncomingFilled.propTypes = iconPropTypes4cbeb95d.i;
715
- }
716
- const PhoneIp = /*#__PURE__*/React.forwardRef(function PhoneIp(_ref30, ref) {
717
- let {
718
- children,
719
- size = 16,
720
- ...rest
721
- } = _ref30;
722
- return /*#__PURE__*/React.createElement(Icon.default, {
723
- width: size,
724
- height: size,
725
- ref: ref,
726
- xmlns: "http://www.w3.org/2000/svg",
727
- viewBox: "0 0 32 32",
728
- fill: "currentColor",
729
- ...rest
730
- }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
731
- d: "M16 14H18V16H16zM20 14H22V16H20zM24 14H26V16H24zM16 18H18V20H16zM20 18H22V20H20zM24 18H26V20H24zM16 22H18V24H16zM20 22H22V24H20zM24 22H26V24H24zM16 10H26V12H16z"
732
- })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
733
- d: "M28,6H14V5a2.0025,2.0025,0,0,0-2-2H8A2.0025,2.0025,0,0,0,6,5V6H4A2.0025,2.0025,0,0,0,2,8V26a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V8A2.0025,2.0025,0,0,0,28,6ZM8,5h4V22H8ZM28,26H4V8H6V22a2.0025,2.0025,0,0,0,2,2h4a2.0025,2.0025,0,0,0,2-2V8H28Z"
734
- })), children);
735
- });
736
- if (process.env.NODE_ENV !== "production") {
737
- PhoneIp.propTypes = iconPropTypes4cbeb95d.i;
738
- }
739
- const PhoneOff = /*#__PURE__*/React.forwardRef(function PhoneOff(_ref31, ref) {
740
- let {
741
- children,
742
- size = 16,
743
- ...rest
744
- } = _ref31;
745
- return /*#__PURE__*/React.createElement(Icon.default, {
746
- width: size,
747
- height: size,
748
- ref: ref,
749
- xmlns: "http://www.w3.org/2000/svg",
750
- viewBox: "0 0 32 32",
751
- fill: "currentColor",
752
- ...rest
753
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
754
- d: "M9.19 18.56A25.66 25.66 0 015 6.08V6A1 1 0 016 5h5.28l1.5 3.77L9.94 11.64l.06.48a13 13 0 001.46 4.17l1.46-1.46a9.34 9.34 0 01-.84-2.52l2.13-2.15A2 2 0 0014.65 8L13.13 4.26A2 2 0 0011.27 3H5.76A3 3 0 003 6.23 28 28 0 007.79 20zM27.77 18.86L24 17.35a2 2 0 00-2.17.41l-2.17 2.15A9.17 9.17 0 0115.45 18L30 3.41 28.59 2 2 28.59 3.41 30l7-7c3.38 3.18 8.28 5.62 15.39 6H26a3 3 0 003-3V20.72A2 2 0 0027.77 18.86zM27 26v.06a1 1 0 01-1.06.94c-6.51-.37-11-2.54-14.11-5.42L14 19.44A10.77 10.77 0 0019.88 22l.48.06 2.87-2.85L27 20.72z"
755
- })), children);
756
- });
757
- if (process.env.NODE_ENV !== "production") {
758
- PhoneOff.propTypes = iconPropTypes4cbeb95d.i;
759
- }
760
- const PhoneOffFilled = /*#__PURE__*/React.forwardRef(function PhoneOffFilled(_ref32, ref) {
761
- let {
762
- children,
763
- size = 16,
764
- ...rest
765
- } = _ref32;
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
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
775
- d: "M26.74 19.56l-2.52-1a2 2 0 00-2.15.44L20 21.06a9.93 9.93 0 01-5.35-2.29L30 3.41 28.59 2 2 28.59 3.41 30l7.93-7.92c3.24 3.12 7.89 5.5 14.55 5.92A2 2 0 0028 26V21.41A2 2 0 0026.74 19.56zM8.15 18.19l3.52-3.52A11.68 11.68 0 0110.85 12l2.07-2.07a2 2 0 00.44-2.15l-1-2.52A2 2 0 0010.5 4H6A2 2 0 004 6.22 29 29 0 008.15 18.19z"
776
- })), children);
777
- });
778
- if (process.env.NODE_ENV !== "production") {
779
- PhoneOffFilled.propTypes = iconPropTypes4cbeb95d.i;
780
- }
781
- const PhoneOutgoing = /*#__PURE__*/React.forwardRef(function PhoneOutgoing(_ref33, ref) {
782
- let {
783
- children,
784
- size = 16,
785
- ...rest
786
- } = _ref33;
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
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
796
- d: "M26,29h-0.2C6.2,27.9,3.4,11.3,3,6.2C2.9,4.6,4.1,3.1,5.8,3C5.8,3,5.9,3,6,3h5.3c0.8,0,1.6,0.5,1.9,1.3L14.6,8 c0.3,0.7,0.1,1.6-0.4,2.2l-2.1,2.1c0.7,3.9,3.7,6.9,7.6,7.6l2.2-2.1c0.6-0.6,1.4-0.7,2.2-0.4l3.8,1.5c0.7,0.3,1.2,1,1.2,1.9V26 C29,27.7,27.7,29,26,29z M6,5C5.4,5,5,5.4,5,6c0,0,0,0.1,0,0.1C5.5,12,8.4,26,25.9,27c0.6,0,1-0.4,1.1-0.9c0,0,0,0,0-0.1v-5.3 l-3.8-1.5l-2.9,2.9L19.9,22c-8.7-1.1-9.9-9.8-9.9-9.9l-0.1-0.5l2.8-2.9L11.3,5H6z"
797
- })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
798
- d: "M20 4L20 6 24.6 6 18 12.6 19.4 14 26 7.4 26 12 28 12 28 4z"
799
- })), children);
800
- });
801
- if (process.env.NODE_ENV !== "production") {
802
- PhoneOutgoing.propTypes = iconPropTypes4cbeb95d.i;
803
- }
804
- const PhoneOutgoingFilled = /*#__PURE__*/React.forwardRef(function PhoneOutgoingFilled(_ref34, ref) {
805
- let {
806
- children,
807
- size = 16,
808
- ...rest
809
- } = _ref34;
810
- return /*#__PURE__*/React.createElement(Icon.default, {
811
- width: size,
812
- height: size,
813
- ref: ref,
814
- xmlns: "http://www.w3.org/2000/svg",
815
- viewBox: "0 0 32 32",
816
- fill: "currentColor",
817
- ...rest
818
- }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
819
- 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"
820
- })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
821
- d: "M20 4L20 6 24.586 6 18 12.586 19.414 14 26 7.414 26 12 28 12 28 4 20 4z"
822
- })), children);
823
- });
824
- if (process.env.NODE_ENV !== "production") {
825
- PhoneOutgoingFilled.propTypes = iconPropTypes4cbeb95d.i;
826
- }
827
- const PhoneSettings = /*#__PURE__*/React.forwardRef(function PhoneSettings(_ref35, ref) {
828
- let {
829
- children,
830
- size = 16,
831
- ...rest
832
- } = _ref35;
833
- return /*#__PURE__*/React.createElement(Icon.default, {
834
- width: size,
835
- height: size,
836
- ref: ref,
837
- xmlns: "http://www.w3.org/2000/svg",
838
- viewBox: "0 0 32 32",
839
- fill: "currentColor",
840
- ...rest
841
- }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
842
- d: "M30,10V8H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,4.1011V2H22V4.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,8H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,13.8989V16h2V13.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,10Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,12Z"
843
- })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
844
- d: "M25,30h-.17C5.18,28.87,2.39,12.29,2,7.23A3,3,0,0,1,4.7611,4.0088Q4.88,4,5,4h5.27a2,2,0,0,1,1.86,1.26L13.65,9a2,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,23,18.35l3.77,1.51A2,2,0,0,1,28,21.72V27A3,3,0,0,1,25,30ZM5,6a1,1,0,0,0-1.0032.9968c0,.0278.001.0555.0032.0832C4.46,13,7.41,27,24.94,28a1,1,0,0,0,1.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"
845
- })), children);
846
- });
847
- if (process.env.NODE_ENV !== "production") {
848
- PhoneSettings.propTypes = iconPropTypes4cbeb95d.i;
849
- }
850
- const PhoneVoice = /*#__PURE__*/React.forwardRef(function PhoneVoice(_ref36, ref) {
851
- let {
852
- children,
853
- size = 16,
854
- ...rest
855
- } = _ref36;
856
- return /*#__PURE__*/React.createElement(Icon.default, {
857
- width: size,
858
- height: size,
859
- ref: ref,
860
- xmlns: "http://www.w3.org/2000/svg",
861
- viewBox: "0 0 32 32",
862
- fill: "currentColor",
863
- ...rest
864
- }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
865
- d: "M24,13H22a3.0033,3.0033,0,0,0-3-3V8A5.0057,5.0057,0,0,1,24,13Z"
866
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
867
- d: "M28 13H26a7.0078 7.0078 0 00-7-7V4A9.01 9.01 0 0128 13zM26 29h-.17C6.18 27.87 3.39 11.29 3 6.23A3 3 0 015.7612 3.0088Q5.88 3 6 3h5.27a2 2 0 011.86 1.26L14.65 8a2 2 0 01-.44 2.16l-2.13 2.15a9.36 9.36 0 007.58 7.6l2.17-2.15A2 2 0 0124 17.35l3.77 1.51A2 2 0 0129 20.72V26A3 3 0 0126 29zM6 5a1 1 0 00-1.0032.9968q0 .0417.0032.0832C5.46 12 8.41 26 25.94 27a1 1 0 001.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"
868
- })), children);
869
- });
870
- if (process.env.NODE_ENV !== "production") {
871
- PhoneVoice.propTypes = iconPropTypes4cbeb95d.i;
872
- }
873
- const PhoneVoiceFilled = /*#__PURE__*/React.forwardRef(function PhoneVoiceFilled(_ref37, ref) {
874
- let {
875
- children,
876
- size = 16,
877
- ...rest
878
- } = _ref37;
879
- return /*#__PURE__*/React.createElement(Icon.default, {
880
- width: size,
881
- height: size,
882
- ref: ref,
883
- xmlns: "http://www.w3.org/2000/svg",
884
- viewBox: "0 0 32 32",
885
- fill: "currentColor",
886
- ...rest
887
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
888
- d: "M24,13H22a3.0033,3.0033,0,0,0-3-3V8A5.0057,5.0057,0,0,1,24,13Z"
889
- })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
890
- d: "M28 13H26a7.0078 7.0078 0 00-7-7V4A9.01 9.01 0 0128 13zM20.3333 21.4823l2.24-2.24a2.1667 2.1667 0 012.3368-.48l2.7281 1.0913A2.1666 2.1666 0 0129 21.8659v4.9613a2.1668 2.1668 0 01-2.2843 2.1686C7.5938 27.8054 3.7321 11.6114 3.0146 5.4079A2.162 2.162 0 015.1692 3H10.042a2.1666 2.1666 0 012.0117 1.362L13.145 7.09a2.1666 2.1666 0 01-.48 2.3367l-2.24 2.24S11.6667 20.399 20.3333 21.4823z"
891
- })), children);
892
- });
893
- if (process.env.NODE_ENV !== "production") {
894
- PhoneVoiceFilled.propTypes = iconPropTypes4cbeb95d.i;
895
- }
896
- const PhraseSentiment = /*#__PURE__*/React.forwardRef(function PhraseSentiment(_ref38, ref) {
897
- let {
898
- children,
899
- size = 16,
900
- ...rest
901
- } = _ref38;
902
- return /*#__PURE__*/React.createElement(Icon.default, {
903
- width: size,
904
- height: size,
905
- ref: ref,
906
- xmlns: "http://www.w3.org/2000/svg",
907
- viewBox: "0 0 32 32",
908
- fill: "currentColor",
909
- ...rest
910
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
911
- d: "M18.303,10a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,19l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,10Z"
912
- })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
913
- d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
914
- })), children);
915
- });
916
- if (process.env.NODE_ENV !== "production") {
917
- PhraseSentiment.propTypes = iconPropTypes4cbeb95d.i;
918
- }
919
- const PicnicArea = /*#__PURE__*/React.forwardRef(function PicnicArea(_ref39, ref) {
920
- let {
921
- children,
922
- size = 16,
923
- ...rest
924
- } = _ref39;
925
- return /*#__PURE__*/React.createElement(Icon.default, {
926
- width: size,
927
- height: size,
928
- ref: ref,
929
- xmlns: "http://www.w3.org/2000/svg",
930
- viewBox: "0 0 32 32",
931
- fill: "currentColor",
932
- ...rest
933
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
934
- d: "M24 12a4 4 0 114-4A4.0045 4.0045 0 0124 12zm0-6a2 2 0 102 2A2.0021 2.0021 0 0024 6zM26 22H21.8472L21.18 18H24V16H8v2h2.82l-.6668 4H6v2H9.82l-.6668 4H11.18l.6668-4h8.3056l.6668 4h2.0276L22.18 24H26zM12.18 22l.6665-4h6.3062l.6665 4z"
935
- })), children);
936
- });
937
- if (process.env.NODE_ENV !== "production") {
938
- PicnicArea.propTypes = iconPropTypes4cbeb95d.i;
939
- }
940
- const PiggyBank = /*#__PURE__*/React.forwardRef(function PiggyBank(_ref40, ref) {
941
- let {
942
- children,
943
- size = 16,
944
- ...rest
945
- } = _ref40;
946
- return /*#__PURE__*/React.createElement(Icon.default, {
947
- width: size,
948
- height: size,
949
- ref: ref,
950
- xmlns: "http://www.w3.org/2000/svg",
951
- viewBox: "0 0 32 32",
952
- fill: "currentColor",
953
- ...rest
954
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
955
- d: "M16.5,14H20V12H18V11H16v1.0508A2.5,2.5,0,0,0,16.5,17h1a.5.5,0,0,1,0,1H14v2h2v1h2V19.9492A2.5,2.5,0,0,0,17.5,15h-1a.5.5,0,0,1,0-1Z"
956
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
957
- d: "M29,13H26.98A5.7789,5.7789,0,0,0,25,8.8525V5a1,1,0,0,0-1.6-.8L19.6665,7H15c-5.5095,0-9.4634,3.2412-9.9485,8H5a1.0009,1.0009,0,0,1-1-1V12H2v2a3.0033,3.0033,0,0,0,3,3h.07A9.1733,9.1733,0,0,0,9,23.5566V27a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V25h3v2a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V23.6372A5.0926,5.0926,0,0,0,26.8188,20H29a1,1,0,0,0,1-1V14A1,1,0,0,0,29,13Zm-1,5H25.124c-.3052,2.7529-.8235,3.4854-3.124,4.3154V26H20V23H13v3H11V22.3779A7.013,7.013,0,0,1,7,16c0-4.8354,4.0181-7,8-7h5.3335L23,7V9.7764c2.4182,1.8593,1.9126,3.186,2.0183,5.2236H28Z"
958
- })), children);
959
- });
960
- if (process.env.NODE_ENV !== "production") {
961
- PiggyBank.propTypes = iconPropTypes4cbeb95d.i;
962
- }
963
- const PiggyBankSlot = /*#__PURE__*/React.forwardRef(function PiggyBankSlot(_ref41, ref) {
964
- let {
965
- children,
966
- size = 16,
967
- ...rest
968
- } = _ref41;
969
- return /*#__PURE__*/React.createElement(Icon.default, {
970
- width: size,
971
- height: size,
972
- ref: ref,
973
- xmlns: "http://www.w3.org/2000/svg",
974
- viewBox: "0 0 32 32",
975
- fill: "currentColor",
976
- ...rest
977
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
978
- d: "M13 11H20V13H13z"
979
- })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
980
- d: "M29,13H26.98A5.7791,5.7791,0,0,0,25,8.8525V5a1,1,0,0,0-1.6-.8L19.6665,7H15c-5.5095,0-9.4634,3.2412-9.9485,8H5a1.0009,1.0009,0,0,1-1-1V12H2v2a3.0033,3.0033,0,0,0,3,3h.07A9.1733,9.1733,0,0,0,9,23.5566V27a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V25h3v2a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V23.6372A5.0928,5.0928,0,0,0,26.8188,20H29a1,1,0,0,0,1-1V14A1,1,0,0,0,29,13Zm-1,5H25.124c-.3052,2.7529-.8235,3.4854-3.124,4.3154V26H20V23H13v3H11V22.3779A7.0129,7.0129,0,0,1,7,16c0-4.8354,4.0181-7,8-7h5.3335L23,7V9.7764c2.4182,1.8593,1.9126,3.186,2.0183,5.2236H28Z"
981
- })), children);
982
- });
983
- if (process.env.NODE_ENV !== "production") {
984
- PiggyBankSlot.propTypes = iconPropTypes4cbeb95d.i;
985
- }
986
- const Pills = /*#__PURE__*/React.forwardRef(function Pills(_ref42, ref) {
987
- let {
988
- children,
989
- size = 16,
990
- ...rest
991
- } = _ref42;
992
- return /*#__PURE__*/React.createElement(Icon.default, {
993
- width: size,
994
- height: size,
995
- ref: ref,
996
- xmlns: "http://www.w3.org/2000/svg",
997
- viewBox: "0 0 32 32",
998
- fill: "currentColor",
999
- ...rest
1000
- }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1001
- d: "M22,14a7.94,7.94,0,0,0-4,1.0825V9A7,7,0,0,0,4,9V23a6.999,6.999,0,0,0,12.2855,4.5878A7.9969,7.9969,0,1,0,22,14Zm0,2a6.0046,6.0046,0,0,1,5.91,5H16.09A6.0046,6.0046,0,0,1,22,16ZM6,9A5,5,0,0,1,16,9v6H6Zm5,19a5.0059,5.0059,0,0,1-5-5V17h9.765a7.9566,7.9566,0,0,0-.7242,8.9315A4.9885,4.9885,0,0,1,11,28Zm11,0a6.0046,6.0046,0,0,1-5.91-5H27.91A6.0046,6.0046,0,0,1,22,28Z"
1002
- })), children);
1003
- });
1004
- if (process.env.NODE_ENV !== "production") {
1005
- Pills.propTypes = iconPropTypes4cbeb95d.i;
1006
- }
1007
- const PillsAdd = /*#__PURE__*/React.forwardRef(function PillsAdd(_ref43, ref) {
1008
- let {
1009
- children,
1010
- size = 16,
1011
- ...rest
1012
- } = _ref43;
1013
- return /*#__PURE__*/React.createElement(Icon.default, {
1014
- width: size,
1015
- height: size,
1016
- ref: ref,
1017
- xmlns: "http://www.w3.org/2000/svg",
1018
- viewBox: "0 0 32 32",
1019
- fill: "currentColor",
1020
- ...rest
1021
- }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1022
- d: "M22,14a7.94,7.94,0,0,0-4,1.0825V9A7,7,0,0,0,4,9V23a6.9857,6.9857,0,0,0,12.2756,4.5768A7.9966,7.9966,0,1,0,22,14ZM11,4a5.0059,5.0059,0,0,1,5,5v6H6V9A5.0059,5.0059,0,0,1,11,4Zm0,24a5.0059,5.0059,0,0,1-5-5V17h9.765a7.9564,7.9564,0,0,0-.7239,8.9319A5.0147,5.0147,0,0,1,11,28Zm11,0a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,22,28Z"
1023
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1024
- d: "M25 21L23 21 23 19 21 19 21 21 19 21 19 23 21 23 21 25 23 25 23 23 25 23 25 21z"
1025
- })), children);
1026
- });
1027
- if (process.env.NODE_ENV !== "production") {
1028
- PillsAdd.propTypes = iconPropTypes4cbeb95d.i;
1029
- }
1030
- const PillsSubtract = /*#__PURE__*/React.forwardRef(function PillsSubtract(_ref44, ref) {
1031
- let {
1032
- children,
1033
- size = 16,
1034
- ...rest
1035
- } = _ref44;
1036
- return /*#__PURE__*/React.createElement(Icon.default, {
1037
- width: size,
1038
- height: size,
1039
- ref: ref,
1040
- xmlns: "http://www.w3.org/2000/svg",
1041
- viewBox: "0 0 32 32",
1042
- fill: "currentColor",
1043
- ...rest
1044
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1045
- d: "M22,14a7.94,7.94,0,0,0-4,1.0825V9A7,7,0,0,0,4,9V23a6.9857,6.9857,0,0,0,12.2756,4.5768A7.9966,7.9966,0,1,0,22,14ZM11,4a5.0059,5.0059,0,0,1,5,5v6H6V9A5.0059,5.0059,0,0,1,11,4Zm0,24a5.0059,5.0059,0,0,1-5-5V17h9.765a7.9564,7.9564,0,0,0-.7239,8.9319A5.0147,5.0147,0,0,1,11,28Zm11,0a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,22,28Z"
1046
- })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1047
- d: "M19 21H25V23H19z"
1048
- })), children);
1049
- });
1050
- if (process.env.NODE_ENV !== "production") {
1051
- PillsSubtract.propTypes = iconPropTypes4cbeb95d.i;
1052
- }
1053
- const Pin = /*#__PURE__*/React.forwardRef(function Pin(_ref45, ref) {
1054
- let {
1055
- children,
1056
- size = 16,
1057
- ...rest
1058
- } = _ref45;
1059
- return /*#__PURE__*/React.createElement(Icon.default, {
1060
- width: size,
1061
- height: size,
1062
- ref: ref,
1063
- xmlns: "http://www.w3.org/2000/svg",
1064
- viewBox: "0 0 32 32",
1065
- fill: "currentColor",
1066
- ...rest
1067
- }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1068
- d: "M28.59,13.31,30,11.9,20,2,18.69,3.42,19.87,4.6,8.38,14.32,6.66,12.61,5.25,14l5.66,5.68L2,28.58,3.41,30l8.91-8.91L18,26.75l1.39-1.42-1.71-1.71L27.4,12.13ZM16.26,22.2,9.8,15.74,21.29,6,26,10.71Z"
1069
- })), children);
1070
- });
1071
- if (process.env.NODE_ENV !== "production") {
1072
- Pin.propTypes = iconPropTypes4cbeb95d.i;
1073
- }
1074
- const PinFilled = /*#__PURE__*/React.forwardRef(function PinFilled(_ref46, ref) {
1075
- let {
1076
- children,
1077
- size = 16,
1078
- ...rest
1079
- } = _ref46;
1080
- return /*#__PURE__*/React.createElement(Icon.default, {
1081
- width: size,
1082
- height: size,
1083
- ref: ref,
1084
- xmlns: "http://www.w3.org/2000/svg",
1085
- viewBox: "0 0 32 32",
1086
- fill: "currentColor",
1087
- ...rest
1088
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1089
- d: "M28.5858,13.3137,30,11.9,20,2,18.6858,3.415l1.1858,1.1857L8.38,14.3225,6.6641,12.6067,5.25,14l5.6572,5.6773L2,28.5831,3.41,30l8.9111-8.9087L18,26.7482l1.3929-1.414L17.6765,23.618l9.724-11.4895Z"
1090
- })), children);
1091
- });
1092
- if (process.env.NODE_ENV !== "production") {
1093
- PinFilled.propTypes = iconPropTypes4cbeb95d.i;
1094
- }
1095
- const Plan = /*#__PURE__*/React.forwardRef(function Plan(_ref47, ref) {
1096
- let {
1097
- children,
1098
- size = 16,
1099
- ...rest
1100
- } = _ref47;
1101
- return /*#__PURE__*/React.createElement(Icon.default, {
1102
- width: size,
1103
- height: size,
1104
- ref: ref,
1105
- xmlns: "http://www.w3.org/2000/svg",
1106
- viewBox: "0 0 32 32",
1107
- fill: "currentColor",
1108
- ...rest
1109
- }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1110
- d: "M31,8c0-0.4-0.2-0.7-0.5-0.9l-7-4C23.3,3,23.2,3,23,3s-0.3,0-0.5,0.1L16,6.8L9.5,3.1C9.3,3,9.2,3,9,3S8.7,3,8.5,3.1l-7,4 C1.2,7.3,1,7.6,1,8v20c0,0.6,0.4,1,1,1c0.2,0,0.3-0.1,0.5-0.1l0,0L9,25.2l6.5,3.7C15.7,29,15.8,29,16,29s0.3,0,0.5-0.1l6.5-3.7 l6.5,3.7l0,0c0.1,0.1,0.3,0.1,0.5,0.1c0.6,0,1-0.4,1-1V8z M3,8.6l5-2.9v17.7l-5,2.9V8.6z M15,26.3l-5-2.9V5.7l5,2.9V26.3z M22,23.4 l-5,2.9V8.6l5-2.9V23.4z M24,23.4V5.7l5,2.9l0,17.7L24,23.4z"
1111
- })), children);
1112
- });
1113
- if (process.env.NODE_ENV !== "production") {
1114
- Plan.propTypes = iconPropTypes4cbeb95d.i;
1115
- }
1116
- const Pipelines = /*#__PURE__*/React.forwardRef(function Pipelines(_ref48, ref) {
1117
- let {
1118
- children,
1119
- size = 16,
1120
- ...rest
1121
- } = _ref48;
1122
- return /*#__PURE__*/React.createElement(Icon.default, {
1123
- width: size,
1124
- height: size,
1125
- ref: ref,
1126
- xmlns: "http://www.w3.org/2000/svg",
1127
- viewBox: "0 0 32 32",
1128
- fill: "currentColor",
1129
- ...rest
1130
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1131
- d: "M22,12h6c1.1028,0,2-.8975,2-2V4c0-1.1025-.8972-2-2-2h-6c-1.1028,0-2,.8975-2,2v2h-9c-2.7571,0-5,2.2432-5,5h-2c-1.1028,0-2,.8975-2,2v6c0,1.1025.8972,2,2,2h2c0,2.7568,2.2429,5,5,5h9v2c0,1.1025.8972,2,2,2h6c1.1028,0,2-.8975,2-2v-6c0-1.1025-.8972-2-2-2h-6c-1.1028,0-2,.8975-2,2v2h-9c-1.6543,0-3-1.3457-3-3h2c1.1028,0,2-.8975,2-2v-6c0-1.1025-.8972-2-2-2h-2c0-1.6543,1.3457-3,3-3h9v2c0,1.1025.8972,2,2,2ZM22,22h6v6h-6l-.0012-6h.0012ZM10,13v6h-6l-.0012-6h6.0012ZM22,4h6v6h-6l-.0012-6h.0012Z"
1132
- })), children);
1133
- });
1134
- if (process.env.NODE_ENV !== "production") {
1135
- Pipelines.propTypes = iconPropTypes4cbeb95d.i;
1136
- }
1137
- const Plane = /*#__PURE__*/React.forwardRef(function Plane(_ref49, ref) {
1138
- let {
1139
- children,
1140
- size = 16,
1141
- ...rest
1142
- } = _ref49;
1143
- return /*#__PURE__*/React.createElement(Icon.default, {
1144
- width: size,
1145
- height: size,
1146
- ref: ref,
1147
- xmlns: "http://www.w3.org/2000/svg",
1148
- viewBox: "0 0 32 32",
1149
- fill: "currentColor",
1150
- ...rest
1151
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1152
- d: "M29.37,14.75,20,10V6a4,4,0,0,0-8,0v4L2.63,14.75a1,1,0,0,0-.63.93v5a1,1,0,0,0,1,1,1,1,0,0,0,.29-.05L12,18v5L8.55,24.72a1,1,0,0,0-.55.9V29a1,1,0,0,0,1,1,.9.9,0,0,0,.28,0L16,28l6.72,2A.9.9,0,0,0,23,30a1,1,0,0,0,1-1V25.62a1,1,0,0,0-.55-.9L20,23V18l8.71,3.61a1,1,0,0,0,.29.05,1,1,0,0,0,1-1v-5A1,1,0,0,0,29.37,14.75ZM28,19.15,18,15v9.24l4,2v1.43l-6-1.75-6,1.75V26.24l4-2V15L4,19.15V16.3l10-5.07V6a2,2,0,0,1,4,0v5.23L28,16.3Z"
1153
- })), children);
1154
- });
1155
- if (process.env.NODE_ENV !== "production") {
1156
- Plane.propTypes = iconPropTypes4cbeb95d.i;
1157
- }
1158
- const PlanePrivate = /*#__PURE__*/React.forwardRef(function PlanePrivate(_ref50, ref) {
1159
- let {
1160
- children,
1161
- size = 16,
1162
- ...rest
1163
- } = _ref50;
1164
- return /*#__PURE__*/React.createElement(Icon.default, {
1165
- width: size,
1166
- height: size,
1167
- ref: ref,
1168
- xmlns: "http://www.w3.org/2000/svg",
1169
- viewBox: "0 0 32 32",
1170
- fill: "currentColor",
1171
- ...rest
1172
- }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1173
- d: "M28.5845,14.585l-3.12-1.8721A4.9951,4.9951,0,0,0,22.8921,12H7.7808L7.16,9.5151A1.9975,1.9975,0,0,0,5.2192,8H4a2.0023,2.0023,0,0,0-2,2v7a3.0033,3.0033,0,0,0,3,3h7v6a2.0023,2.0023,0,0,0,2,2h1.3071A2.0086,2.0086,0,0,0,17.18,26.7021L19.6929,20h7.3916a2.9152,2.9152,0,0,0,1.5-5.415ZM27.0845,18H18.3071l-3,8H14V18H5a1.0009,1.0009,0,0,1-1-1V10H5.2192l1,4H10v2h2V14h3v2h2V14h3v2h2V14h.8921a2.9977,2.9977,0,0,1,1.5434.4277l3.12,1.8721a.9154.9154,0,0,1-.4712,1.7Z"
1174
- })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1175
- d: "M14,4h1.3228l2.4,6h2.1545L17.18,3.2573A1.9906,1.9906,0,0,0,15.3228,2H14a2.0023,2.0023,0,0,0-2,2v6h2Z"
1176
- })), children);
1177
- });
1178
- if (process.env.NODE_ENV !== "production") {
1179
- PlanePrivate.propTypes = iconPropTypes4cbeb95d.i;
1180
- }
1181
- const PlaneSea = /*#__PURE__*/React.forwardRef(function PlaneSea(_ref51, ref) {
1182
- let {
1183
- children,
1184
- size = 16,
1185
- ...rest
1186
- } = _ref51;
1187
- return /*#__PURE__*/React.createElement(Icon.default, {
1188
- width: size,
1189
- height: size,
1190
- ref: ref,
1191
- xmlns: "http://www.w3.org/2000/svg",
1192
- viewBox: "0 0 32 32",
1193
- fill: "currentColor",
1194
- ...rest
1195
- }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1196
- d: "M30 30H28a4.9316 4.9316 0 01-4-1.9873 5.0192 5.0192 0 01-8 0 5.0192 5.0192 0 01-8 0A4.9316 4.9316 0 014 30H2V28H4a3.44 3.44 0 003.0532-2.3215A.9712.9712 0 018 25a1.0069 1.0069 0 01.9487.6838A3.4381 3.4381 0 0012 28a3.44 3.44 0 003.0532-2.3215A.99.99 0 0116 25a1.0069 1.0069 0 01.9487.6838A3.4381 3.4381 0 0020 28a3.44 3.44 0 003.0532-2.3215 1 1 0 011.8955.0053A3.4381 3.4381 0 0028 28h2zM28 6v4H25.5L23.4 7.2A3.0129 3.0129 0 0021 6H15a3.0033 3.0033 0 00-3 3v1H8.6182L7.8945 8.5527l-1-2A1 1 0 006 6H3A1 1 0 002 7v6a3.0033 3.0033 0 003 3h6.82l-.6666 4H7a1 1 0 000 2H27a1 1 0 000-2H22.847L22.18 16h.1629a4.9662 4.9662 0 003.5351-1.4648L28 12.4141V16h2V6zM14 9a1.0009 1.0009 0 011-1h6a1.0045 1.0045 0 01.8.4L23 10H14zm6.82 11H13.18l.6666-4h6.306zm1.5237-6H5a1.0009 1.0009 0 01-1-1V8H5.3818l.7237 1.4473L7.3818 12h18.204l-1.1214 1.1211A2.9789 2.9789 0 0122.3433 14z"
1197
- })), children);
1198
- });
1199
- if (process.env.NODE_ENV !== "production") {
1200
- PlaneSea.propTypes = iconPropTypes4cbeb95d.i;
1201
- }
1202
- const Platforms = /*#__PURE__*/React.forwardRef(function Platforms(_ref52, ref) {
1203
- let {
1204
- children,
1205
- size = 16,
1206
- ...rest
1207
- } = _ref52;
1208
- return /*#__PURE__*/React.createElement(Icon.default, {
1209
- width: size,
1210
- height: size,
1211
- ref: ref,
1212
- xmlns: "http://www.w3.org/2000/svg",
1213
- viewBox: "0 0 32 32",
1214
- fill: "currentColor",
1215
- ...rest
1216
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1217
- d: "m28,28H4c-1.1028,0-2-.8972-2-2v-6h2v6h24v-6h2v6c0,1.1028-.8972,2-2,2Z"
1218
- })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1219
- d: "M17 17v4c0 .5522.4477 1 1 1h4c.5523 0 1-.4478 1-1v-4c0-.5523-.4477-1-1-1h-4c-.5523 0-1 .4477-1 1zm2 1h2v2h-2v-2zM9 17v4c0 .5522.4477 1 1 1h4c.5523 0 1-.4478 1-1v-4c0-.5523-.4477-1-1-1h-4c-.5523 0-1 .4477-1 1zm2 1h2v2h-2v-2zM17 9v4c0 .5522.4477 1 1 1h4c.5523 0 1-.4478 1-1v-4c0-.5523-.4477-1-1-1h-4c-.5523 0-1 .4477-1 1zm2 1h2v2h-2v-2zM5 5v8c0 .5522.4477 1 1 1h8c.5523 0 1-.4478 1-1V5c0-.5523-.4477-1-1-1H6c-.5523 0-1 .4477-1 1zm2 1h6v6h-6v-6z"
1220
- })), children);
1221
- });
1222
- if (process.env.NODE_ENV !== "production") {
1223
- Platforms.propTypes = iconPropTypes4cbeb95d.i;
1224
- }
1225
- const Play = /*#__PURE__*/React.forwardRef(function Play(_ref53, ref) {
1226
- let {
1227
- children,
1228
- size = 16,
1229
- ...rest
1230
- } = _ref53;
1231
- if (size === 16 || size === "16" || size === "16px") {
1232
- return /*#__PURE__*/React.createElement(Icon.default, {
1233
- width: size,
1234
- height: size,
1235
- ref: ref,
1236
- xmlns: "http://www.w3.org/2000/svg",
1237
- viewBox: "0 0 16 16",
1238
- fill: "currentColor",
1239
- ...rest
1240
- }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1241
- d: "M3.5,14C3.2,14,3,13.8,3,13.5v-11c0-0.2,0.1-0.3,0.2-0.4C3.4,2,3.6,2,3.8,2.1l9.5,5.5c0.2,0.1,0.3,0.4,0.2,0.7 c0,0.1-0.1,0.1-0.2,0.2l-9.5,5.5C3.7,14,3.6,14,3.5,14z M4,3.4v9.3L12,8L4,3.4z"
1242
- })), children);
1243
- }
1244
- return /*#__PURE__*/React.createElement(Icon.default, {
1245
- width: size,
1246
- height: size,
1247
- ref: ref,
1248
- xmlns: "http://www.w3.org/2000/svg",
1249
- viewBox: "0 0 32 32",
1250
- fill: "currentColor",
1251
- ...rest
1252
- }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1253
- d: "M7,28a1,1,0,0,1-1-1V5a1,1,0,0,1,1.4819-.8763l20,11a1,1,0,0,1,0,1.7525l-20,11A1.0005,1.0005,0,0,1,7,28ZM8,6.6909V25.3088L24.9248,16Z"
1254
- })), children);
1255
- });
1256
- if (process.env.NODE_ENV !== "production") {
1257
- Play.propTypes = iconPropTypes4cbeb95d.i;
1258
- }
1259
- const PlayFilled = /*#__PURE__*/React.forwardRef(function PlayFilled(_ref54, ref) {
1260
- let {
1261
- children,
1262
- size = 16,
1263
- ...rest
1264
- } = _ref54;
1265
- if (size === 16 || size === "16" || size === "16px") {
1266
- return /*#__PURE__*/React.createElement(Icon.default, {
1267
- width: size,
1268
- height: size,
1269
- ref: ref,
1270
- xmlns: "http://www.w3.org/2000/svg",
1271
- viewBox: "0 0 16 16",
1272
- fill: "currentColor",
1273
- ...rest
1274
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1275
- d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11.7,8.4l-5.5,3c-0.2,0.1-0.3,0.1-0.5,0c-0.2-0.1-0.2-0.3-0.2-0.4V5 c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3C12,7.7,12.1,8,11.9,8.2C11.9,8.3,11.8,8.4,11.7,8.4L11.7,8.4z"
1276
- })), children);
1277
- }
1278
- return /*#__PURE__*/React.createElement(Icon.default, {
1279
- width: size,
1280
- height: size,
1281
- ref: ref,
1282
- xmlns: "http://www.w3.org/2000/svg",
1283
- viewBox: "0 0 32 32",
1284
- fill: "currentColor",
1285
- ...rest
1286
- }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1287
- fill: "none",
1288
- d: "M11,23a1,1,0,0,1-1-1V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789l-12,6A1.001,1.001,0,0,1,11,23Z"
1289
- })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1290
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.4473,14.8945-12,6A1,1,0,0,1,10,22V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789Z"
1291
- })), children);
1292
- });
1293
- if (process.env.NODE_ENV !== "production") {
1294
- PlayFilled.propTypes = iconPropTypes4cbeb95d.i;
1295
- }
1296
- const PlayFilledAlt = /*#__PURE__*/React.forwardRef(function PlayFilledAlt(_ref55, ref) {
1297
- let {
1298
- children,
1299
- size = 16,
1300
- ...rest
1301
- } = _ref55;
1302
- return /*#__PURE__*/React.createElement(Icon.default, {
1303
- width: size,
1304
- height: size,
1305
- ref: ref,
1306
- xmlns: "http://www.w3.org/2000/svg",
1307
- viewBox: "0 0 32 32",
1308
- fill: "currentColor",
1309
- ...rest
1310
- }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1311
- d: "M7,28a1,1,0,0,1-1-1V5a1,1,0,0,1,1.4819-.8763l20,11a1,1,0,0,1,0,1.7525l-20,11A1.0005,1.0005,0,0,1,7,28Z"
1312
- })), children);
1313
- });
1314
- if (process.env.NODE_ENV !== "production") {
1315
- PlayFilledAlt.propTypes = iconPropTypes4cbeb95d.i;
1316
- }
1317
- const PlayOutline = /*#__PURE__*/React.forwardRef(function PlayOutline(_ref56, ref) {
1318
- let {
1319
- children,
1320
- size = 16,
1321
- ...rest
1322
- } = _ref56;
1323
- if (size === 16 || size === "16" || size === "16px") {
1324
- return /*#__PURE__*/React.createElement(Icon.default, {
1325
- width: size,
1326
- height: size,
1327
- ref: ref,
1328
- xmlns: "http://www.w3.org/2000/svg",
1329
- viewBox: "0 0 16 16",
1330
- fill: "currentColor",
1331
- ...rest
1332
- }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1333
- 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"
1334
- })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1335
- d: "M6,11.5c-0.1,0-0.2,0-0.3-0.1c-0.2-0.1-0.2-0.3-0.2-0.4V5c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3 C12,7.7,12.1,8,11.9,8.2c0,0.1-0.1,0.2-0.2,0.2l-5.5,3C6.2,11.5,6.1,11.5,6,11.5z M6.5,5.8v4.3l4-2.2L6.5,5.8z"
1336
- })), children);
1337
- }
1338
- return /*#__PURE__*/React.createElement(Icon.default, {
1339
- width: size,
1340
- height: size,
1341
- ref: ref,
1342
- xmlns: "http://www.w3.org/2000/svg",
1343
- viewBox: "0 0 32 32",
1344
- fill: "currentColor",
1345
- ...rest
1346
- }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1347
- d: "M11,23a1,1,0,0,1-1-1V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789l-12,6A1.001,1.001,0,0,1,11,23Zm1-11.3821v8.7642L20.7642,16Z"
1348
- })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1349
- 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"
1350
- })), children);
1351
- });
1352
- if (process.env.NODE_ENV !== "production") {
1353
- PlayOutline.propTypes = iconPropTypes4cbeb95d.i;
1354
- }
1355
- const PlayOutlineFilled = /*#__PURE__*/React.forwardRef(function PlayOutlineFilled(_ref57, ref) {
1356
- let {
1357
- children,
1358
- size = 16,
1359
- ...rest
1360
- } = _ref57;
1361
- if (size === 16 || size === "16" || size === "16px") {
1362
- return /*#__PURE__*/React.createElement(Icon.default, {
1363
- width: size,
1364
- height: size,
1365
- ref: ref,
1366
- xmlns: "http://www.w3.org/2000/svg",
1367
- viewBox: "0 0 16 16",
1368
- fill: "currentColor",
1369
- ...rest
1370
- }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1371
- d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11.7,8.4l-5.5,3c-0.2,0.1-0.3,0.1-0.5,0c-0.2-0.1-0.2-0.3-0.2-0.4V5 c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3C12,7.7,12.1,8,11.9,8.2C11.9,8.3,11.8,8.4,11.7,8.4L11.7,8.4z"
1372
- })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1373
- d: "M6.5 10.2L10.5 8 6.5 5.8z"
1374
- })), children);
1375
- }
1376
- return /*#__PURE__*/React.createElement(Icon.default, {
1377
- width: size,
1378
- height: size,
1379
- ref: ref,
1380
- xmlns: "http://www.w3.org/2000/svg",
1381
- viewBox: "0 0 32 32",
1382
- fill: "currentColor",
1383
- ...rest
1384
- }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1385
- fill: "none",
1386
- d: "M11,23a1,1,0,0,1-1-1V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789l-12,6A1.001,1.001,0,0,1,11,23Zm1-11.3821v8.7642L20.7642,16Z"
1387
- })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1388
- d: "M12 20.382L20.764 16 12 11.618 12 20.382z"
1389
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1390
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.4473,14.8945-12,6A1,1,0,0,1,10,22V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789Z"
1391
- })), children);
1392
- });
1393
- if (process.env.NODE_ENV !== "production") {
1394
- PlayOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
1395
- }
1396
- const Playlist = /*#__PURE__*/React.forwardRef(function Playlist(_ref58, ref) {
1397
- let {
1398
- children,
1399
- size = 16,
1400
- ...rest
1401
- } = _ref58;
1402
- return /*#__PURE__*/React.createElement(Icon.default, {
1403
- width: size,
1404
- height: size,
1405
- ref: ref,
1406
- xmlns: "http://www.w3.org/2000/svg",
1407
- viewBox: "0 0 32 32",
1408
- fill: "currentColor",
1409
- ...rest
1410
- }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1411
- d: "M4 6H22V8H4zM4 12H22V14H4zM4 18H16V20H4zM21 18L28 23 21 28 21 18z"
1412
- })), children);
1413
- });
1414
- if (process.env.NODE_ENV !== "production") {
1415
- Playlist.propTypes = iconPropTypes4cbeb95d.i;
1416
- }
1417
- const Plug = /*#__PURE__*/React.forwardRef(function Plug(_ref59, ref) {
1418
- let {
1419
- children,
1420
- size = 16,
1421
- ...rest
1422
- } = _ref59;
1423
- return /*#__PURE__*/React.createElement(Icon.default, {
1424
- width: size,
1425
- height: size,
1426
- ref: ref,
1427
- xmlns: "http://www.w3.org/2000/svg",
1428
- viewBox: "0 0 32 32",
1429
- fill: "currentColor",
1430
- ...rest
1431
- }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1432
- d: "M22,8H21V2H19V8H13V2H11V8H10a2,2,0,0,0-2,2v6a8.0073,8.0073,0,0,0,7,7.9307V30h2V23.9307A8.0073,8.0073,0,0,0,24,16V10A2,2,0,0,0,22,8Zm0,8a6,6,0,0,1-12,0V10H22Z"
1433
- })), children);
1434
- });
1435
- if (process.env.NODE_ENV !== "production") {
1436
- Plug.propTypes = iconPropTypes4cbeb95d.i;
1437
- }
1438
- const PlugFilled = /*#__PURE__*/React.forwardRef(function PlugFilled(_ref60, ref) {
1439
- let {
1440
- children,
1441
- size = 16,
1442
- ...rest
1443
- } = _ref60;
1444
- return /*#__PURE__*/React.createElement(Icon.default, {
1445
- width: size,
1446
- height: size,
1447
- ref: ref,
1448
- xmlns: "http://www.w3.org/2000/svg",
1449
- viewBox: "0 0 32 32",
1450
- fill: "currentColor",
1451
- ...rest
1452
- }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1453
- d: "M22,8H21V2H19V8H13V2H11V8H10a2,2,0,0,0-2,2v6a8.0073,8.0073,0,0,0,7,7.9307V30h2V23.9307A8.0073,8.0073,0,0,0,24,16V10A2,2,0,0,0,22,8Z"
1454
- })), children);
1455
- });
1456
- if (process.env.NODE_ENV !== "production") {
1457
- PlugFilled.propTypes = iconPropTypes4cbeb95d.i;
1458
- }
1459
- const Png = /*#__PURE__*/React.forwardRef(function Png(_ref61, ref) {
1460
- let {
1461
- children,
1462
- size = 16,
1463
- ...rest
1464
- } = _ref61;
1465
- return /*#__PURE__*/React.createElement(Icon.default, {
1466
- width: size,
1467
- height: size,
1468
- ref: ref,
1469
- xmlns: "http://www.w3.org/2000/svg",
1470
- viewBox: "0 0 32 32",
1471
- fill: "currentColor",
1472
- ...rest
1473
- }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1474
- d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM18 19L14.32 9 12 9 12 23 14 23 14 13 17.68 23 20 23 20 9 18 9 18 19zM4 23H2V9H8a2 2 0 012 2v5a2 2 0 01-2 2H4zm0-7H8V11H4z"
1475
- })), children);
1476
- });
1477
- if (process.env.NODE_ENV !== "production") {
1478
- Png.propTypes = iconPropTypes4cbeb95d.i;
1479
- }
1480
- const PointOfPresence = /*#__PURE__*/React.forwardRef(function PointOfPresence(_ref62, ref) {
1481
- let {
1482
- children,
1483
- size = 16,
1484
- ...rest
1485
- } = _ref62;
1486
- return /*#__PURE__*/React.createElement(Icon.default, {
1487
- width: size,
1488
- height: size,
1489
- ref: ref,
1490
- xmlns: "http://www.w3.org/2000/svg",
1491
- viewBox: "0 0 32 32",
1492
- fill: "currentColor",
1493
- ...rest
1494
- }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1495
- d: "M28 30H18a2.0021 2.0021 0 01-2-2V18a2.0021 2.0021 0 012-2h2v2H18V28H28V18H26V16h2a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM14 16H4a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 014 2H14a2.0021 2.0021 0 012 2V6H14V4H4V14H14V12h2v2A2.0021 2.0021 0 0114 16z"
1496
- })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1497
- d: "M26,9a2.9926,2.9926,0,0,0-5.8157-1H9v2H20.1843A2.9939,2.9939,0,0,0,22,11.8154V23h2V11.8159A2.9958,2.9958,0,0,0,26,9Zm-3,1a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,23,10Z"
1498
- })), children);
1499
- });
1500
- if (process.env.NODE_ENV !== "production") {
1501
- PointOfPresence.propTypes = iconPropTypes4cbeb95d.i;
1502
- }
1503
- const WatsonHealthPointerText = /*#__PURE__*/React.forwardRef(function WatsonHealthPointerText(_ref63, ref) {
1504
- let {
1505
- children,
1506
- size = 16,
1507
- ...rest
1508
- } = _ref63;
1509
- return /*#__PURE__*/React.createElement(Icon.default, {
1510
- width: size,
1511
- height: size,
1512
- ref: ref,
1513
- xmlns: "http://www.w3.org/2000/svg",
1514
- viewBox: "0 0 32 32",
1515
- fill: "currentColor",
1516
- ...rest
1517
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1518
- d: "M13.71 12.29L7.41 6 13 6 13 4 4 4 4 13 6 13 6 7.41 12.29 13.71 13.71 12.29zM28 30H12a2 2 0 01-2-2V18h2V28H28V12H18V10H28a2 2 0 012 2V28A2 2 0 0128 30z"
1519
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1520
- d: "M22,15H17v2h5v2H18a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h6V17A2,2,0,0,0,22,15Zm0,8H18V21h4Z"
1521
- })), children);
1522
- });
1523
- if (process.env.NODE_ENV !== "production") {
1524
- WatsonHealthPointerText.propTypes = iconPropTypes4cbeb95d.i;
1525
- }
1526
- const Police = /*#__PURE__*/React.forwardRef(function Police(_ref64, ref) {
1527
- let {
1528
- children,
1529
- size = 16,
1530
- ...rest
1531
- } = _ref64;
1532
- return /*#__PURE__*/React.createElement(Icon.default, {
1533
- width: size,
1534
- height: size,
1535
- ref: ref,
1536
- xmlns: "http://www.w3.org/2000/svg",
1537
- viewBox: "0 0 32 32",
1538
- fill: "currentColor",
1539
- ...rest
1540
- }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1541
- d: "M10 24H12V30H10z"
1542
- })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1543
- d: "M21,20H7a3.0033,3.0033,0,0,1-3-3V6H2V17a5.0059,5.0059,0,0,0,5,5H21a4.9419,4.9419,0,0,1,2.105.481L17,28.5859,18.4141,30l6.3071-6.3071A4.96,4.96,0,0,1,26,27v3h2V27A7.0078,7.0078,0,0,0,21,20Z"
1544
- })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1545
- d: "M25.2746,4.0386l-7-2a1.0013,1.0013,0,0,0-.55,0l-7,2A.9993.9993,0,0,0,10.03,5.2422L11,9.123V11A7,7,0,1,0,25,11V9.123l.97-3.8808A.9993.9993,0,0,0,25.2746,4.0386ZM18,4.04l5.7952,1.6558L23.219,8H19V6H17V8H12.781l-.5762-2.3042ZM18,16a5.0058,5.0058,0,0,1-5-5V10H23v1A5.0058,5.0058,0,0,1,18,16Z"
1546
- })), children);
1547
- });
1548
- if (process.env.NODE_ENV !== "production") {
1549
- Police.propTypes = iconPropTypes4cbeb95d.i;
1550
- }
1551
- const Policy = /*#__PURE__*/React.forwardRef(function Policy(_ref65, ref) {
1552
- let {
1553
- children,
1554
- size = 16,
1555
- ...rest
1556
- } = _ref65;
1557
- return /*#__PURE__*/React.createElement(Icon.default, {
1558
- width: size,
1559
- height: size,
1560
- ref: ref,
1561
- xmlns: "http://www.w3.org/2000/svg",
1562
- viewBox: "0 0 32 32",
1563
- fill: "currentColor",
1564
- ...rest
1565
- }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1566
- d: "M30 18A6 6 0 1020 22.46v7.54l4-1.8926 4 1.8926V22.46A5.98 5.98 0 0030 18zm-4 8.84l-2-.9467L22 26.84V23.65a5.8877 5.8877 0 004 0zM24 22a4 4 0 114-4A4.0045 4.0045 0 0124 22zM9 14H16V16H9zM9 8H19V10H9z"
1567
- })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1568
- d: "M6,30a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V8H22V4H6V28H16v2Z"
1569
- })), children);
1570
- });
1571
- if (process.env.NODE_ENV !== "production") {
1572
- Policy.propTypes = iconPropTypes4cbeb95d.i;
1573
- }
1574
- const Popup = /*#__PURE__*/React.forwardRef(function Popup(_ref66, ref) {
1575
- let {
1576
- children,
1577
- size = 16,
1578
- ...rest
1579
- } = _ref66;
1580
- return /*#__PURE__*/React.createElement(Icon.default, {
1581
- width: size,
1582
- height: size,
1583
- ref: ref,
1584
- xmlns: "http://www.w3.org/2000/svg",
1585
- viewBox: "0 0 32 32",
1586
- fill: "currentColor",
1587
- ...rest
1588
- }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1589
- d: "M28,4H10A2.0059,2.0059,0,0,0,8,6V20a2.0059,2.0059,0,0,0,2,2H28a2.0059,2.0059,0,0,0,2-2V6A2.0059,2.0059,0,0,0,28,4Zm0,16H10V6H28Z"
1590
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1591
- d: "M18,26H4V16H6V14H4a2.0059,2.0059,0,0,0-2,2V26a2.0059,2.0059,0,0,0,2,2H18a2.0059,2.0059,0,0,0,2-2V24H18Z"
1592
- })), children);
1593
- });
1594
- if (process.env.NODE_ENV !== "production") {
1595
- Popup.propTypes = iconPropTypes4cbeb95d.i;
1596
- }
1597
- const PortDefinition = /*#__PURE__*/React.forwardRef(function PortDefinition(_ref67, ref) {
1598
- let {
1599
- children,
1600
- size = 16,
1601
- ...rest
1602
- } = _ref67;
1603
- return /*#__PURE__*/React.createElement(Icon.default, {
1604
- width: size,
1605
- height: size,
1606
- ref: ref,
1607
- xmlns: "http://www.w3.org/2000/svg",
1608
- viewBox: "0 0 32 32",
1609
- fill: "currentColor",
1610
- ...rest
1611
- }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1612
- strokeWidth: "0",
1613
- d: "m19,7v-3.3999c0-.8837-.7164-1.6001-1.6001-1.6001H4v2h13v3h-6c-1.1046,0-2,.8954-2,2v14c0,1.1046.8954,2,2,2h6v3H4v2h13.3999c.8837,0,1.6001-.7164,1.6001-1.6001v-3.3999h6c1.1046,0,2-.8954,2-2v-14c0-1.1046-.8954-2-2-2h-6Zm6,16h-14v-14h14v14Z"
1614
- })), children);
1615
- });
1616
- if (process.env.NODE_ENV !== "production") {
1617
- PortDefinition.propTypes = iconPropTypes4cbeb95d.i;
1618
- }
1619
- const PortInput = /*#__PURE__*/React.forwardRef(function PortInput(_ref68, ref) {
1620
- let {
1621
- children,
1622
- size = 16,
1623
- ...rest
1624
- } = _ref68;
1625
- return /*#__PURE__*/React.createElement(Icon.default, {
1626
- width: size,
1627
- height: size,
1628
- ref: ref,
1629
- xmlns: "http://www.w3.org/2000/svg",
1630
- viewBox: "0 0 32 32",
1631
- fill: "currentColor",
1632
- ...rest
1633
- }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1634
- d: "M18,28c-3.5928,0-6.9666-1.5903-9.2566-4.3632l1.542-1.2737c1.9087,2.3113,4.7207,3.6368,7.7146,3.6368,5.5139,0,10-4.486,10-10s-4.4861-10-10-10c-2.9939,0-5.8059,1.3256-7.7146,3.6368l-1.542-1.2737c2.29-2.7728,5.6638-4.3632,9.2566-4.3632,6.6169,0,12,5.3832,12,12s-5.3831,12-12,12Z"
1635
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1636
- d: "M23 16L16 9 14.5859 10.4141 19.1719 15 2 15 2 17 19.1719 17 14.5859 21.5859 16 23 23 16z"
1637
- })), children);
1638
- });
1639
- if (process.env.NODE_ENV !== "production") {
1640
- PortInput.propTypes = iconPropTypes4cbeb95d.i;
1641
- }
1642
- const PortOutput = /*#__PURE__*/React.forwardRef(function PortOutput(_ref69, ref) {
1643
- let {
1644
- children,
1645
- size = 16,
1646
- ...rest
1647
- } = _ref69;
1648
- return /*#__PURE__*/React.createElement(Icon.default, {
1649
- width: size,
1650
- height: size,
1651
- ref: ref,
1652
- xmlns: "http://www.w3.org/2000/svg",
1653
- viewBox: "0 0 32 32",
1654
- fill: "currentColor",
1655
- ...rest
1656
- }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1657
- d: "M30 16L23 9 21.5859 10.4141 26.1719 15 9 15 9 17 26.1719 17 21.5859 21.5859 23 23 30 16z"
1658
- })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1659
- d: "M14,28c-6.6167,0-12-5.3832-12-12S7.3833,4,14,4c2.335,0,4.5986,.6714,6.5461,1.9414l-1.0923,1.6753c-1.6221-1.0576-3.5078-1.6167-5.4539-1.6167-5.5139,0-10,4.486-10,10s4.4861,10,10,10c1.946,0,3.8318-.5591,5.4539-1.6167l1.0923,1.6753c-1.9475,1.27-4.2112,1.9414-6.5461,1.9414Z"
1660
- })), children);
1661
- });
1662
- if (process.env.NODE_ENV !== "production") {
1663
- PortOutput.propTypes = iconPropTypes4cbeb95d.i;
1664
- }
1665
- const PortUsage = /*#__PURE__*/React.forwardRef(function PortUsage(_ref70, ref) {
1666
- let {
1667
- children,
1668
- size = 16,
1669
- ...rest
1670
- } = _ref70;
1671
- return /*#__PURE__*/React.createElement(Icon.default, {
1672
- width: size,
1673
- height: size,
1674
- ref: ref,
1675
- xmlns: "http://www.w3.org/2000/svg",
1676
- viewBox: "0 0 32 32",
1677
- fill: "currentColor",
1678
- ...rest
1679
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1680
- strokeWidth: "0",
1681
- d: "m21,7h-2v-3.3999c0-.8999-.7002-1.6001-1.6001-1.6001H4v2h13v3h-2c-3.3,0-6,2.7002-6,6v6c0,3.2998,2.7,6,6,6h2v3H4v2h13.3999c.8999,0,1.6001-.7002,1.6001-1.6001v-3.3999h2c3.3,0,6-2.7002,6-6v-6c0-3.2998-2.7-6-6-6Zm4,12c0,2.2002-1.8,4-4,4h-6c-2.2,0-4-1.7998-4-4v-6c0-2.2002,1.8-4,4-4h6c2.2,0,4,1.7998,4,4v6Z"
1682
- })), children);
1683
- });
1684
- if (process.env.NODE_ENV !== "production") {
1685
- PortUsage.propTypes = iconPropTypes4cbeb95d.i;
1686
- }
1687
- const Portfolio = /*#__PURE__*/React.forwardRef(function Portfolio(_ref71, ref) {
1688
- let {
1689
- children,
1690
- size = 16,
1691
- ...rest
1692
- } = _ref71;
1693
- return /*#__PURE__*/React.createElement(Icon.default, {
1694
- width: size,
1695
- height: size,
1696
- ref: ref,
1697
- xmlns: "http://www.w3.org/2000/svg",
1698
- viewBox: "0 0 32 32",
1699
- fill: "currentColor",
1700
- ...rest
1701
- }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1702
- d: "M28,10H22V6a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2v4H4a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM12,6h8v4H12ZM4,26V12H28V26Z"
1703
- })), children);
1704
- });
1705
- if (process.env.NODE_ENV !== "production") {
1706
- Portfolio.propTypes = iconPropTypes4cbeb95d.i;
1707
- }
1708
- const Power = /*#__PURE__*/React.forwardRef(function Power(_ref72, ref) {
1709
- let {
1710
- children,
1711
- size = 16,
1712
- ...rest
1713
- } = _ref72;
1714
- if (size === 16 || size === "16" || size === "16px") {
1715
- return /*#__PURE__*/React.createElement(Icon.default, {
1716
- width: size,
1717
- height: size,
1718
- ref: ref,
1719
- xmlns: "http://www.w3.org/2000/svg",
1720
- viewBox: "0 0 16 16",
1721
- fill: "currentColor",
1722
- ...rest
1723
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1724
- d: "M11.2,2.9l-0.5,0.9c2.6,1.5,3.5,4.9,2,7.5s-4.9,3.5-7.5,2s-3.5-4.9-2-7.5c0.5-0.8,1.2-1.5,2-2L4.8,2.9 c-3.1,1.8-4.2,5.8-2.4,8.9s5.8,4.2,8.9,2.4s4.2-5.8,2.4-8.9C13.1,4.3,12.2,3.4,11.2,2.9z"
1725
- })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1726
- d: "M7.5 1H8.5V8H7.5z"
1727
- })), children);
1728
- }
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
- }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1738
- d: "M22.5,5.74l-1,1.73a11,11,0,1,1-11,0l-1-1.73a13,13,0,1,0,13,0Z"
1739
- })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1740
- d: "M15 2H17V16H15z"
1741
- })), children);
1742
- });
1743
- if (process.env.NODE_ENV !== "production") {
1744
- Power.propTypes = iconPropTypes4cbeb95d.i;
1745
- }
1746
- const PowerEnterprisePoolsMeteredCapacityIntegration = /*#__PURE__*/React.forwardRef(function PowerEnterprisePoolsMeteredCapacityIntegration(_ref73, ref) {
1747
- let {
1748
- children,
1749
- size = 16,
1750
- ...rest
1751
- } = _ref73;
1752
- return /*#__PURE__*/React.createElement(Icon.default, {
1753
- width: size,
1754
- height: size,
1755
- ref: ref,
1756
- xmlns: "http://www.w3.org/2000/svg",
1757
- viewBox: "0 0 32 32",
1758
- fill: "currentColor",
1759
- ...rest
1760
- }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1761
- d: "M16.0166,29.9937c-7.7085,0-13.9863-6.2646-13.9995-13.9761-.0068-3.7358,1.4443-7.2534,4.0854-9.9043l1.417,1.4121c-2.2642,2.272-3.5083,5.2866-3.5024,8.4888.0054,3.2056,1.2588,6.2168,3.5293,8.4795,2.2651,2.2573,5.2725,3.5,8.4702,3.5h.021c1.3477-.0024,2.6533-.2212,3.8799-.6514l.6611,1.8877c-1.4385.5039-2.9653.7612-4.5381.7637h-.0239Z"
1762
- })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1763
- d: "M15 16h2v4h2c1.1046 0 2 .8954 2 2v3h-2v-3h-2v3h-2v-3h-2v3h-2v-3c0-1.1046.8954-2 2-2h2v-4zM23 26h0c.5523 0 1 .4477 1 1h0c0 .5523-.4477 1-1 1h0c-.5523 0-1-.4477-1-1h0c0-.5523.4477-1 1-1zM9 4h0c.5523 0 1 .4477 1 1h0c0 .5523-.4477 1-1 1h0c-.5523 0-1-.4477-1-1h0c0-.5523.4477-1 1-1z"
1764
- })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1765
- d: "M20.9199,10.1064c-.4219-2.332-2.4678-4.1064-4.9199-4.1064s-4.498,1.7744-4.9199,4.1064c-1.7637.417-3.0801,2.0049-3.0801,3.8936,0,2.2061,1.7939,4,4,4h1v-2h-1c-1.1025,0-2-.8975-2-2s.8975-2,2-2h1v-1c0-1.6543,1.3457-3,3-3s3,1.3457,3,3v1h1c1.1025,0,2,.8975,2,2s-.8975,2-2,2h-1v2h1c2.2061,0,4-1.7939,4-4,0-1.8887-1.3164-3.4766-3.0801-3.8936Z"
1766
- })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1767
- d: "M25.8999,25.8885l-1.4141-1.4141c2.2681-2.2681,3.5171-5.2808,3.5171-8.4829,0-6.6167-5.3833-12-12-12-1.3491,0-2.6548.2168-3.8809.644l-.6582-1.8887c1.4385-.501,2.9653-.7554,4.5391-.7554,7.7197,0,14,6.2803,14,14,0,3.7363-1.457,7.251-4.103,9.897Z"
1768
- })), children);
1769
- });
1770
- if (process.env.NODE_ENV !== "production") {
1771
- PowerEnterprisePoolsMeteredCapacityIntegration.propTypes = iconPropTypes4cbeb95d.i;
1772
- }
1773
- const PowerVirtualServerDisasterRecoveryAutomation = /*#__PURE__*/React.forwardRef(function PowerVirtualServerDisasterRecoveryAutomation(_ref74, ref) {
1774
- let {
1775
- children,
1776
- size = 16,
1777
- ...rest
1778
- } = _ref74;
1779
- return /*#__PURE__*/React.createElement(Icon.default, {
1780
- width: size,
1781
- height: size,
1782
- ref: ref,
1783
- xmlns: "http://www.w3.org/2000/svg",
1784
- viewBox: "0 0 32 32",
1785
- fill: "currentColor",
1786
- ...rest
1787
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1788
- d: "M9,16h0c0,.3369.024.6749.0714,1.006l-1.9795.2832c-.061-.4238-.0919-.858-.0919-1.2892,0-4.9629,4.0376-9,9-9,2.0435,0,4.0444.7041,5.6348,1.9814l-1.2529,1.5596c-1.2544-1.0083-2.7696-1.541-4.3819-1.541-3.8599,0-6.9999,3.1401-6.9999,7.0001h-.0001ZM8,20c0,.5522.4478,1,1,1s1-.4478,1-1-.4478-1-1-1-1,.4478-1,1ZM16,4c6.6166,0,12,5.3833,12,12h2c0-7.7197-6.2803-14-14-14-1.6431,0-3.2529.2822-4.7846.8389l.6836,1.8799c1.3115-.4771,2.6913-.7188,4.101-.7188ZM22,12c0,.5522.4478,1,1,1s1-.4478,1-1-.4478-1-1-1-1,.4478-1,1ZM9,6c.5522,0,1-.4478,1-1s-.4478-1-1-1-1,.4478-1,1,.4478,1,1,1ZM4,16h0c0-3.2051,1.2481-6.2188,3.5147-8.4854l-1.4141-1.4141c-2.6445,2.6445-4.1006,6.1603-4.1006,9.8995,0,7.7197,6.2803,14,14,14v-2c-6.6166,0-12-5.3832-12-12ZM28.5,25.5c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-.4617.1135-.8942.3006-1.2853l-5.5153-5.5153c-.3911.1871-.8236.3006-1.2853.3006-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3c0,.4617-.1135.8942-.3006,1.2853l5.5153,5.5153c.3911-.1871.8236-.3006,1.2853-.3006,1.6543,0,3,1.3456,3,2.9999h0ZM16,17c.5513,0,1-.4487,1-1s-.4487-1-1-1-1,.4487-1,1,.4487,1,1,1ZM26.5,25.5c0-.5518-.4482-1-1-1s-1,.4482-1,1,.4482,1,1,1,1-.4482,1-1Z"
1789
- })), children);
1790
- });
1791
- if (process.env.NODE_ENV !== "production") {
1792
- PowerVirtualServerDisasterRecoveryAutomation.propTypes = iconPropTypes4cbeb95d.i;
1793
- }
1794
- const Ppt = /*#__PURE__*/React.forwardRef(function Ppt(_ref75, ref) {
1795
- let {
1796
- children,
1797
- size = 16,
1798
- ...rest
1799
- } = _ref75;
1800
- return /*#__PURE__*/React.createElement(Icon.default, {
1801
- width: size,
1802
- height: size,
1803
- ref: ref,
1804
- xmlns: "http://www.w3.org/2000/svg",
1805
- viewBox: "0 0 32 32",
1806
- fill: "currentColor",
1807
- ...rest
1808
- }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1809
- d: "M22 11L25 11 25 23 27 23 27 11 30 11 30 9 22 9 22 11zM14 23H12V9h6a2.002 2.002 0 012 2v5a2.002 2.002 0 01-2 2H14zm0-7h4V10.9985H14zM4 23H2V9H8a2.002 2.002 0 012 2v5a2.002 2.002 0 01-2 2H4zm0-7H8V10.9985H4z"
1810
- })), children);
1811
- });
1812
- if (process.env.NODE_ENV !== "production") {
1813
- Ppt.propTypes = iconPropTypes4cbeb95d.i;
1814
- }
1815
- const PresentationFile = /*#__PURE__*/React.forwardRef(function PresentationFile(_ref76, ref) {
1816
- let {
1817
- children,
1818
- size = 16,
1819
- ...rest
1820
- } = _ref76;
1821
- return /*#__PURE__*/React.createElement(Icon.default, {
1822
- width: size,
1823
- height: size,
1824
- ref: ref,
1825
- xmlns: "http://www.w3.org/2000/svg",
1826
- viewBox: "0 0 32 32",
1827
- fill: "currentColor",
1828
- ...rest
1829
- }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1830
- d: "M15 10H17V18H15zM20 14H22V18H20zM10 12H12V18H10z"
1831
- })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1832
- d: "M25,4H17V2H15V4H7A2,2,0,0,0,5,6V20a2,2,0,0,0,2,2h8v6H11v2H21V28H17V22h8a2,2,0,0,0,2-2V6A2,2,0,0,0,25,4Zm0,16H7V6H25Z"
1833
- })), children);
1834
- });
1835
- if (process.env.NODE_ENV !== "production") {
1836
- PresentationFile.propTypes = iconPropTypes4cbeb95d.i;
1837
- }
1838
- const Pressure = /*#__PURE__*/React.forwardRef(function Pressure(_ref77, ref) {
1839
- let {
1840
- children,
1841
- size = 16,
1842
- ...rest
1843
- } = _ref77;
1844
- return /*#__PURE__*/React.createElement(Icon.default, {
1845
- width: size,
1846
- height: size,
1847
- ref: ref,
1848
- xmlns: "http://www.w3.org/2000/svg",
1849
- viewBox: "0 0 32 32",
1850
- fill: "currentColor",
1851
- ...rest
1852
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1853
- d: "M17.5053,16l8.1591-7.2529A1,1,0,0,0,25,7H22V2H20V9h2.37L16,14.6621,9.63,9H12V2H10V7H7a1,1,0,0,0-.6646,1.7471L14.4945,16,6.3353,23.2529A1,1,0,0,0,7,25h3v5h2V23H9.63L16,17.3379,22.37,23H20v7h2V25h3a1,1,0,0,0,.6645-1.7471Z"
1854
- })), children);
1855
- });
1856
- if (process.env.NODE_ENV !== "production") {
1857
- Pressure.propTypes = iconPropTypes4cbeb95d.i;
1858
- }
1859
- const PressureFilled = /*#__PURE__*/React.forwardRef(function PressureFilled(_ref78, ref) {
1860
- let {
1861
- children,
1862
- size = 16,
1863
- ...rest
1864
- } = _ref78;
1865
- return /*#__PURE__*/React.createElement(Icon.default, {
1866
- width: size,
1867
- height: size,
1868
- ref: ref,
1869
- xmlns: "http://www.w3.org/2000/svg",
1870
- viewBox: "0 0 32 32",
1871
- fill: "currentColor",
1872
- ...rest
1873
- }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1874
- d: "M22 30H10V25H6l10-9 10 9H22zM16 16L6 7h4V2H22V7h4z"
1875
- })), children);
1876
- });
1877
- if (process.env.NODE_ENV !== "production") {
1878
- PressureFilled.propTypes = iconPropTypes4cbeb95d.i;
1879
- }
1880
- const PreviousFilled = /*#__PURE__*/React.forwardRef(function PreviousFilled(_ref79, ref) {
1881
- let {
1882
- children,
1883
- size = 16,
1884
- ...rest
1885
- } = _ref79;
1886
- return /*#__PURE__*/React.createElement(Icon.default, {
1887
- width: size,
1888
- height: size,
1889
- ref: ref,
1890
- xmlns: "http://www.w3.org/2000/svg",
1891
- viewBox: "0 0 32 32",
1892
- fill: "currentColor",
1893
- ...rest
1894
- }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1895
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm8,15H11.85l5.58,5.5728L16,24,8,16l8-8,1.43,1.3926L11.85,15H24Z"
1896
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1897
- fill: "none",
1898
- d: "M16 8L17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z",
1899
- "data-icon-path": "inner-path"
1900
- })), children);
1901
- });
1902
- if (process.env.NODE_ENV !== "production") {
1903
- PreviousFilled.propTypes = iconPropTypes4cbeb95d.i;
1904
- }
1905
- const PreviousOutline = /*#__PURE__*/React.forwardRef(function PreviousOutline(_ref80, ref) {
1906
- let {
1907
- children,
1908
- size = 16,
1909
- ...rest
1910
- } = _ref80;
1911
- return /*#__PURE__*/React.createElement(Icon.default, {
1912
- width: size,
1913
- height: size,
1914
- ref: ref,
1915
- xmlns: "http://www.w3.org/2000/svg",
1916
- viewBox: "0 0 32 32",
1917
- fill: "currentColor",
1918
- ...rest
1919
- }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1920
- d: "M16 8L17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z"
1921
- })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1922
- 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"
1923
- })), children);
1924
- });
1925
- if (process.env.NODE_ENV !== "production") {
1926
- PreviousOutline.propTypes = iconPropTypes4cbeb95d.i;
1927
- }
1928
- const PricingConsumption = /*#__PURE__*/React.forwardRef(function PricingConsumption(_ref81, ref) {
1929
- let {
1930
- children,
1931
- size = 16,
1932
- ...rest
1933
- } = _ref81;
1934
- return /*#__PURE__*/React.createElement(Icon.default, {
1935
- width: size,
1936
- height: size,
1937
- ref: ref,
1938
- xmlns: "http://www.w3.org/2000/svg",
1939
- viewBox: "0 0 32 32",
1940
- fill: "currentColor",
1941
- ...rest
1942
- }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1943
- strokeWidth: "0",
1944
- d: "M16 2v2c6.63 0 12 5.37 12 12s-5.37 12-12 12v2c7.73 0 14-6.27 14-14S23.73 2 16 2zM8.24 25.14l-1.29 1.53c1.23 1.04 2.64 1.87 4.18 2.44l.68-1.88c-1.32-.49-2.53-1.2-3.58-2.09h.01zM4.19 18l-1.97.41c.28 1.63.84 3.16 1.64 4.54l1.73-.95c-.68-1.18-1.16-2.61-1.4-4zM5.59 10l-1.73-1c-.79 1.38-1.35 2.96-1.64 4.59l1.97.35c.24-1.39.72-2.75 1.4-3.93v-.01zM11.82 4.76l-.68-1.88c-1.54.57-2.95 1.4-4.18 2.44l1.29 1.53c1.05-.89 2.26-1.6 3.58-2.09h-.01z"
1945
- })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1946
- strokeWidth: "0",
1947
- d: "m21,12v-2h-4v-3h-2v3h-2c-1.103,0-2,.897-2,2v3c0,1.103.897,2,2,2h6v3h-8v2h4v3h2v-3h2c1.103,0,2-.8975,2-2v-3c0-1.103-.897-2-2-2h-6v-3h8Z"
1948
- })), children);
1949
- });
1950
- if (process.env.NODE_ENV !== "production") {
1951
- PricingConsumption.propTypes = iconPropTypes4cbeb95d.i;
1952
- }
1953
- const PricingContainer = /*#__PURE__*/React.forwardRef(function PricingContainer(_ref82, ref) {
1954
- let {
1955
- children,
1956
- size = 16,
1957
- ...rest
1958
- } = _ref82;
1959
- return /*#__PURE__*/React.createElement(Icon.default, {
1960
- width: size,
1961
- height: size,
1962
- ref: ref,
1963
- xmlns: "http://www.w3.org/2000/svg",
1964
- viewBox: "0 0 32 32",
1965
- fill: "currentColor",
1966
- ...rest
1967
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
1968
- strokeWidth: "0",
1969
- d: "M28 2h-5v2h5v24h-5v2h5c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM23 20.52c0-4.62-3.78-5.14-6.82-5.56-3.31-.46-5.18-.86-5.18-3.71 0-2.39 2.51-3.24 4.65-3.24 2.32 0 4.14.86 5.57 2.63l1.56-1.26c-1.52-1.88-3.46-2.97-5.78-3.28v-3.1h-2v3.02c-3.62.22-6 2.26-6 5.22 0 4.73 3.83 5.26 6.91 5.69 3.25.45 5.09.84 5.09 3.58 0 3.03-3.13 3.48-5 3.48-3.43 0-4.88-.96-6.22-2.63l-1.56 1.26c1.77 2.19 3.73 3.17 6.78 3.34v3.04h2v-3.04c3.73-.3 6-2.33 6-5.44z"
1970
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1971
- strokeWidth: "0",
1972
- d: "m4,4h5V2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h5v-2H4V4Z"
1973
- })), children);
1974
- });
1975
- if (process.env.NODE_ENV !== "production") {
1976
- PricingContainer.propTypes = iconPropTypes4cbeb95d.i;
1977
- }
1978
- const PricingQuickProposal = /*#__PURE__*/React.forwardRef(function PricingQuickProposal(_ref83, ref) {
1979
- let {
1980
- children,
1981
- size = 16,
1982
- ...rest
1983
- } = _ref83;
1984
- return /*#__PURE__*/React.createElement(Icon.default, {
1985
- width: size,
1986
- height: size,
1987
- ref: ref,
1988
- xmlns: "http://www.w3.org/2000/svg",
1989
- viewBox: "0 0 32 32",
1990
- fill: "currentColor",
1991
- ...rest
1992
- }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
1993
- strokeWidth: "0",
1994
- d: "M29 20.52c0-4.62-3.78-5.14-6.82-5.56-3.31-.46-5.18-.86-5.18-3.71 0-2.39 2.51-3.24 4.65-3.24 2.32 0 4.14.86 5.57 2.63l1.56-1.26c-1.52-1.88-3.46-2.97-5.78-3.28v-3.1h-2v3.02c-3.62.22-6 2.26-6 5.22 0 4.73 3.83 5.26 6.91 5.69 3.25.45 5.09.84 5.09 3.58 0 3.03-3.13 3.48-5 3.48-3.43 0-4.88-.96-6.22-2.63l-1.56 1.26c1.77 2.19 3.73 3.17 6.78 3.34v3.04h2v-3.04c3.73-.3 6-2.33 6-5.44zM3 11H11V13H3zM3 19H11V21H3zM5 15H13V17H5z"
1995
- })), children);
1996
- });
1997
- if (process.env.NODE_ENV !== "production") {
1998
- PricingQuickProposal.propTypes = iconPropTypes4cbeb95d.i;
1999
- }
2000
- const PricingTailored = /*#__PURE__*/React.forwardRef(function PricingTailored(_ref84, ref) {
2001
- let {
2002
- children,
2003
- size = 16,
2004
- ...rest
2005
- } = _ref84;
2006
- return /*#__PURE__*/React.createElement(Icon.default, {
2007
- width: size,
2008
- height: size,
2009
- ref: ref,
2010
- xmlns: "http://www.w3.org/2000/svg",
2011
- viewBox: "0 0 32 32",
2012
- fill: "currentColor",
2013
- ...rest
2014
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2015
- strokeWidth: "0",
2016
- d: "M27 21h-2c0-2.8226 0-7.0881-10.0903-8.0042l.1807-1.9917c11.9097 1.0811 11.9097 6.8802 11.9097 9.9958zM16.9097 20.9958c-11.9097-1.0811-11.9097-6.8802-11.9097-9.9958h2c0 2.8226 0 7.0881 10.0903 8.0042l-.1807 1.9917z"
2017
- })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2018
- strokeWidth: "0",
2019
- d: "m23,20.52c0-4.62-3.78-5.14-6.82-5.56-3.31-.46-5.18-.86-5.18-3.71,0-2.39,2.51-3.24,4.65-3.24,2.32,0,4.14.86,5.57,2.63l1.56-1.26c-1.52-1.88-3.46-2.97-5.78-3.28v-3.1h-2v3.02c-3.62.22-6,2.26-6,5.22,0,4.73,3.83,5.26,6.91,5.69,3.25.45,5.09.84,5.09,3.58,0,3.03-3.13,3.48-5,3.48-3.43,0-4.88-.96-6.22-2.63l-1.56,1.26c1.77,2.19,3.73,3.17,6.78,3.34v3.04h2v-3.04c3.73-.3,6-2.33,6-5.44Z"
2020
- })), children);
2021
- });
2022
- if (process.env.NODE_ENV !== "production") {
2023
- PricingTailored.propTypes = iconPropTypes4cbeb95d.i;
2024
- }
2025
- const PricingTraditional = /*#__PURE__*/React.forwardRef(function PricingTraditional(_ref85, ref) {
2026
- let {
2027
- children,
2028
- size = 16,
2029
- ...rest
2030
- } = _ref85;
2031
- return /*#__PURE__*/React.createElement(Icon.default, {
2032
- width: size,
2033
- height: size,
2034
- ref: ref,
2035
- xmlns: "http://www.w3.org/2000/svg",
2036
- viewBox: "0 0 32 32",
2037
- fill: "currentColor",
2038
- ...rest
2039
- }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2040
- strokeWidth: "0",
2041
- d: "m17,15.0698v-6.9536c1.6909.2793,3.084,1.1021,4.2219,2.5117l1.5562-1.2559c-1.5195-1.8823-3.4619-2.9736-5.7781-3.2759v-3.0962h-2v3.022c-3.6152.2192-6,2.2603-6,5.2202,0,4.2739,3.1265,5.1191,6,5.5586v7.1616c-2.7192-.1777-4.0186-1.1001-5.2219-2.5903l-1.5562,1.2559c1.7703,2.1934,3.7332,3.168,6.7781,3.3369v3.0352h2v-3.0449c3.7256-.3042,6-2.3271,6-5.4399,0-4.209-3.1428-5.0156-6-5.4453Zm-6-3.8276c0-2.1533,2.0293-3.0537,4-3.2134v6.7466c-2.5696-.4238-4-1.043-4-3.5332Zm6,12.71v-6.8574c2.5669.4155,4,1.0044,4,3.4204,0,2.5361-2.1902,3.2656-4,3.437Z"
2042
- })), children);
2043
- });
2044
- if (process.env.NODE_ENV !== "production") {
2045
- PricingTraditional.propTypes = iconPropTypes4cbeb95d.i;
2046
- }
2047
- const Printer = /*#__PURE__*/React.forwardRef(function Printer(_ref86, ref) {
2048
- let {
2049
- children,
2050
- size = 16,
2051
- ...rest
2052
- } = _ref86;
2053
- return /*#__PURE__*/React.createElement(Icon.default, {
2054
- width: size,
2055
- height: size,
2056
- ref: ref,
2057
- xmlns: "http://www.w3.org/2000/svg",
2058
- viewBox: "0 0 32 32",
2059
- fill: "currentColor",
2060
- ...rest
2061
- }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2062
- d: "M28,9H25V3H7V9H4a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2H7v6H25V23h3a2,2,0,0,0,2-2V11A2,2,0,0,0,28,9ZM9,5H23V9H9ZM23,27H9V17H23Zm5-6H25V15H7v6H4V11H28Z"
2063
- })), children);
2064
- });
2065
- if (process.env.NODE_ENV !== "production") {
2066
- Printer.propTypes = iconPropTypes4cbeb95d.i;
2067
- }
2068
- const Process = /*#__PURE__*/React.forwardRef(function Process(_ref87, ref) {
2069
- let {
2070
- children,
2071
- size = 16,
2072
- ...rest
2073
- } = _ref87;
2074
- return /*#__PURE__*/React.createElement(Icon.default, {
2075
- width: size,
2076
- height: size,
2077
- ref: ref,
2078
- xmlns: "http://www.w3.org/2000/svg",
2079
- viewBox: "0 0 32 32",
2080
- fill: "currentColor",
2081
- ...rest
2082
- }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2083
- d: "M12 25c-.7383 0-1.3762.4048-1.7227 1h-5.6301l2.6479-5.0923c.2273.0552.4609.0923.7048.0923 1.6543 0 3-1.3457 3-3s-1.3457-3-3-3-3 1.3457-3 3c0 .6787.2349 1.2979.6162 1.8013l-3.5034 6.7373c-.1611.3101-.1489.6816.0325.9805.1812.2983.5054.481.8547.481h7.2773c.3464.5952.9844 1 1.7227 1 1.1045 0 2-.8955 2-2s-.8955-2-2-2zm-4-8c.5515 0 1 .4487 1 1s-.4485 1-1 1-1-.4487-1-1 .4485-1 1-1zM29.8872 26.5386l-4.041-7.771c.0986-.2363.1538-.4956.1538-.7676 0-1.1045-.8955-2-2-2s-2 .8955-2 2 .8955 2 2 2c.0757 0 .1477-.0142.2212-.0225l3.1316 6.0225h-4.5371c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h6.1843c.3494 0 .6736-.1826.8547-.481.1814-.2988.1936-.6704.0325-.9805zm-9.8872 1.4614c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM21 8c-.2439 0-.4778.0371-.7048.0923l-3.408-6.5537c-.1721-.3311-.5298-.5386-.8872-.5386s-.7151.2075-.8872.5386l-3.8914 7.4839c-.0737-.0083-.1458-.0225-.2214-.0225-1.1045 0-2 .8955-2 2s.8955 2 2 2 2-.8955 2-2c0-.272-.0552-.5312-.1538-.7676l3.1538-6.0649 2.6162 5.0312c-.3813.5034-.6162 1.1226-.6162 1.8013 0 1.6543 1.3457 3 3 3s3-1.3457 3-3-1.3457-3-3-3zm0 4c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1z"
2084
- })), children);
2085
- });
2086
- if (process.env.NODE_ENV !== "production") {
2087
- Process.propTypes = iconPropTypes4cbeb95d.i;
2088
- }
2089
- const ProcessAutomate = /*#__PURE__*/React.forwardRef(function ProcessAutomate(_ref88, ref) {
2090
- let {
2091
- children,
2092
- size = 16,
2093
- ...rest
2094
- } = _ref88;
2095
- return /*#__PURE__*/React.createElement(Icon.default, {
2096
- width: size,
2097
- height: size,
2098
- ref: ref,
2099
- xmlns: "http://www.w3.org/2000/svg",
2100
- viewBox: "0 0 32 32",
2101
- fill: "currentColor",
2102
- ...rest
2103
- }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2104
- d: "m31,17c0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,1.3018.8384,2.4014,2,2.8154v2.6104l-11,6.4165-10.0154-5.8423,22.5193-13.1362c.3071-.1792.4961-.5083.4961-.8638s-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362s-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5083-.4961.8638v3.1846c-1.1616.4141-2,1.5137-2,2.8154,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3018-.8384-2.4014-2-2.8159v-2.6099l11-6.4165,10.0154,5.8423L3.4961,22.1362c-.3071.1792-.4961.5083-.4961.8638s.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l12-7c.3071-.1792.4961-.5083.4961-.8638v-3.1841c1.1616-.4146,2-1.5142,2-2.8159Zm-27-1c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm24,2c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
2105
- })), children);
2106
- });
2107
- if (process.env.NODE_ENV !== "production") {
2108
- ProcessAutomate.propTypes = iconPropTypes4cbeb95d.i;
2109
- }
2110
- const Product = /*#__PURE__*/React.forwardRef(function Product(_ref89, ref) {
2111
- let {
2112
- children,
2113
- size = 16,
2114
- ...rest
2115
- } = _ref89;
2116
- return /*#__PURE__*/React.createElement(Icon.default, {
2117
- width: size,
2118
- height: size,
2119
- ref: ref,
2120
- xmlns: "http://www.w3.org/2000/svg",
2121
- viewBox: "0 0 32 32",
2122
- fill: "currentColor",
2123
- ...rest
2124
- }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2125
- d: "M8 18H14V20H8zM8 22H18V24H8z"
2126
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2127
- d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM18,6v4H14V6ZM6,26V6h6v6h8V6h6l.0012,20Z"
2128
- })), children);
2129
- });
2130
- if (process.env.NODE_ENV !== "production") {
2131
- Product.propTypes = iconPropTypes4cbeb95d.i;
2132
- }
2133
- const ProgressBar = /*#__PURE__*/React.forwardRef(function ProgressBar(_ref90, ref) {
2134
- let {
2135
- children,
2136
- size = 16,
2137
- ...rest
2138
- } = _ref90;
2139
- return /*#__PURE__*/React.createElement(Icon.default, {
2140
- width: size,
2141
- height: size,
2142
- ref: ref,
2143
- xmlns: "http://www.w3.org/2000/svg",
2144
- viewBox: "0 0 32 32",
2145
- fill: "currentColor",
2146
- ...rest
2147
- }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2148
- d: "M28,21H4a2.0021,2.0021,0,0,1-2-2V13a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,21ZM4,13v6H28V13Z"
2149
- })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2150
- d: "M6 15H20V17H6z"
2151
- })), children);
2152
- });
2153
- if (process.env.NODE_ENV !== "production") {
2154
- ProgressBar.propTypes = iconPropTypes4cbeb95d.i;
2155
- }
2156
- const ProgressBarRound = /*#__PURE__*/React.forwardRef(function ProgressBarRound(_ref91, ref) {
2157
- let {
2158
- children,
2159
- size = 16,
2160
- ...rest
2161
- } = _ref91;
2162
- return /*#__PURE__*/React.createElement(Icon.default, {
2163
- width: size,
2164
- height: size,
2165
- ref: ref,
2166
- xmlns: "http://www.w3.org/2000/svg",
2167
- viewBox: "0 0 32 32",
2168
- fill: "currentColor",
2169
- ...rest
2170
- }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2171
- d: "M16,22a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,12Z"
2172
- })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2173
- d: "M16,26a10.0162,10.0162,0,0,1-7.4531-3.3325l1.49-1.334A8,8,0,1,0,16,8V6a10,10,0,0,1,0,20Z"
2174
- })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2175
- 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"
2176
- })), children);
2177
- });
2178
- if (process.env.NODE_ENV !== "production") {
2179
- ProgressBarRound.propTypes = iconPropTypes4cbeb95d.i;
2180
- }
2181
- const Promote = /*#__PURE__*/React.forwardRef(function Promote(_ref92, ref) {
2182
- let {
2183
- children,
2184
- size = 16,
2185
- ...rest
2186
- } = _ref92;
2187
- return /*#__PURE__*/React.createElement(Icon.default, {
2188
- width: size,
2189
- height: size,
2190
- ref: ref,
2191
- xmlns: "http://www.w3.org/2000/svg",
2192
- viewBox: "0 0 32 32",
2193
- fill: "currentColor",
2194
- ...rest
2195
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2196
- d: "M16 21L17.4 22.4 14.8 25 23 25 23 27 14.8 27 17.4 29.6 16 31 11 26z"
2197
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2198
- d: "M6.3 19H17.6V21H6.3z",
2199
- transform: "rotate(-45.001 12 20)"
2200
- })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2201
- d: "M23,22h-2v-5c0-0.3,0.1-0.5,0.3-0.7l4.1-4.1c1.7-1.7,2.6-4,2.6-6.4V4h-1.9c-2.4,0-4.7,0.9-6.4,2.6l-4.1,4.1 C15.5,10.9,15.3,11,15,11H7.5l-2.6,3.3l5.3,0.8l-0.3,2l-7-1c-0.4-0.1-0.7-0.3-0.8-0.6s-0.1-0.7,0.1-1l4-5C6.4,9.1,6.7,9,7,9h7.6 l3.8-3.8C20.4,3.1,23.2,2,26.1,2H28c1.1,0,2,0.9,2,2v1.9c0,2.9-1.1,5.7-3.2,7.8L23,17.4V22z"
2202
- })), children);
2203
- });
2204
- if (process.env.NODE_ENV !== "production") {
2205
- Promote.propTypes = iconPropTypes4cbeb95d.i;
2206
- }
2207
- const PromptSession = /*#__PURE__*/React.forwardRef(function PromptSession(_ref93, ref) {
2208
- let {
2209
- children,
2210
- size = 16,
2211
- ...rest
2212
- } = _ref93;
2213
- return /*#__PURE__*/React.createElement(Icon.default, {
2214
- width: size,
2215
- height: size,
2216
- ref: ref,
2217
- xmlns: "http://www.w3.org/2000/svg",
2218
- viewBox: "0 0 32 32",
2219
- fill: "currentColor",
2220
- ...rest
2221
- }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2222
- d: "M27 25.5859L25 23.5859 25 21 23 21 23 24.4141 25.5859 27 27 25.5859z"
2223
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2224
- d: "M24 31c-3.8599 0-7-3.1401-7-7s3.1401-7 7-7 7 3.1401 7 7-3.1401 7-7 7zm0-12c-2.7571 0-5 2.2429-5 5s2.2429 5 5 5 5-2.2429 5-5-2.2429-5-5-5zM28 15h2V5c0-1.103-.8975-2-2-2h-3v2h3v10z"
2225
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
2226
- cx: "9",
2227
- cy: "13",
2228
- r: "2"
2229
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
2230
- cx: "16",
2231
- cy: "13",
2232
- r: "2"
2233
- })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
2234
- cx: "23",
2235
- cy: "13",
2236
- r: "2"
2237
- })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2238
- d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
2239
- })), children);
2240
- });
2241
- if (process.env.NODE_ENV !== "production") {
2242
- PromptSession.propTypes = iconPropTypes4cbeb95d.i;
2243
- }
2244
- const PromptTemplate = /*#__PURE__*/React.forwardRef(function PromptTemplate(_ref94, ref) {
2245
- let {
2246
- children,
2247
- size = 16,
2248
- ...rest
2249
- } = _ref94;
2250
- return /*#__PURE__*/React.createElement(Icon.default, {
2251
- width: size,
2252
- height: size,
2253
- ref: ref,
2254
- xmlns: "http://www.w3.org/2000/svg",
2255
- viewBox: "0 0 32 32",
2256
- fill: "currentColor",
2257
- ...rest
2258
- }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2259
- d: "M31.5 23c-.8271 0-1.5-.6729-1.5-1.5v-1.5c0-1.1025-.8972-2-2-2h-2v2h2v1.5c0 .98.4072 1.8643 1.0581 2.5-.6509.6357-1.0581 1.52-1.0581 2.5v1.5h-2v2h2c1.1028 0 2-.8975 2-2v-1.5c0-.8271.6729-1.5 1.5-1.5h.5v-2h-.5zM16 20v1.5c0 .8271-.6729 1.5-1.5 1.5h-.5v2h.5c.8271 0 1.5.6729 1.5 1.5v1.5c0 1.1025.8972 2 2 2h2v-2h-2v-1.5c0-.98-.4072-1.8643-1.0581-2.5.6509-.6357 1.0581-1.52 1.0581-2.5v-1.5h2v-2h-2c-1.1028 0-2 .8975-2 2zM28 15h2V5c0-1.103-.8975-2-2-2h-3v2h3v10z"
2260
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
2261
- cx: "23",
2262
- cy: "13",
2263
- r: "2"
2264
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
2265
- cx: "16",
2266
- cy: "13",
2267
- r: "2"
2268
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
2269
- cx: "9",
2270
- cy: "13",
2271
- r: "2"
2272
- })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2273
- d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
2274
- })), children);
2275
- });
2276
- if (process.env.NODE_ENV !== "production") {
2277
- PromptTemplate.propTypes = iconPropTypes4cbeb95d.i;
2278
- }
2279
- const PropertyRelationship = /*#__PURE__*/React.forwardRef(function PropertyRelationship(_ref95, ref) {
2280
- let {
2281
- children,
2282
- size = 16,
2283
- ...rest
2284
- } = _ref95;
2285
- return /*#__PURE__*/React.createElement(Icon.default, {
2286
- width: size,
2287
- height: size,
2288
- ref: ref,
2289
- xmlns: "http://www.w3.org/2000/svg",
2290
- viewBox: "0 0 32 32",
2291
- fill: "currentColor",
2292
- ...rest
2293
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2294
- d: "M30 16L22 24 20.6 22.6 27.2 16 20.6 9.4 22 8zM12 15H20V17H12zM2 16L10 8 11.4 9.4 4.8 16 11.4 22.6 10 24z"
2295
- })), children);
2296
- });
2297
- if (process.env.NODE_ENV !== "production") {
2298
- PropertyRelationship.propTypes = iconPropTypes4cbeb95d.i;
2299
- }
2300
- const PullRequest = /*#__PURE__*/React.forwardRef(function PullRequest(_ref96, ref) {
2301
- let {
2302
- children,
2303
- size = 16,
2304
- ...rest
2305
- } = _ref96;
2306
- return /*#__PURE__*/React.createElement(Icon.default, {
2307
- width: size,
2308
- height: size,
2309
- ref: ref,
2310
- xmlns: "http://www.w3.org/2000/svg",
2311
- viewBox: "0 0 32 32",
2312
- fill: "currentColor",
2313
- ...rest
2314
- }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2315
- strokeWidth: "0",
2316
- d: "M25 22.1421v-13.1421c0-2.2056-1.7944-4-4-4h-4.1719l2.5859-2.5859-1.4141-1.4141-5 5 5 5 1.4141-1.4141-2.5859-2.5859h4.1719c1.1028 0 2 .8975 2 2v13.1421c-1.7202.4473-3 1.9995-3 3.8579 0 2.2056 1.7944 4 4 4s4-1.7944 4-4c0-1.8584-1.2798-3.4106-3-3.8579zm-1 5.8579c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM4 6c0 1.8584 1.2798 3.4106 3 3.8579v12.2842c-1.7202.447-3 1.9993-3 3.8579 0 2.2061 1.7944 4 4 4s4-1.7939 4-4c0-1.8586-1.2798-3.4109-3-3.8579v-12.2842c1.7202-.4473 3-1.9995 3-3.8579 0-2.2056-1.7944-4-4-4s-4 1.7944-4 4zm6 20c0 1.1025-.897 2-2 2s-2-.8975-2-2c0-1.1025.897-2 2-2s2 .8975 2 2zm0-20c0 1.103-.897 2-2 2s-2-.897-2-2c0-1.103.897-2 2-2s2 .897 2 2z"
2317
- })), children);
2318
- });
2319
- if (process.env.NODE_ENV !== "production") {
2320
- PullRequest.propTypes = iconPropTypes4cbeb95d.i;
2321
- }
2322
- const PunctuationCheck = /*#__PURE__*/React.forwardRef(function PunctuationCheck(_ref97, ref) {
2323
- let {
2324
- children,
2325
- size = 16,
2326
- ...rest
2327
- } = _ref97;
2328
- return /*#__PURE__*/React.createElement(Icon.default, {
2329
- width: size,
2330
- height: size,
2331
- ref: ref,
2332
- xmlns: "http://www.w3.org/2000/svg",
2333
- viewBox: "0 0 32 32",
2334
- fill: "currentColor",
2335
- ...rest
2336
- }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2337
- d: "M23,27.1781l-2.59-2.59-1.41,1.4119,4,4,7-7-1.41-1.4119-5.59,5.59ZM14,16h-3v-.1689c0-1.397.7441-2.7114,1.9419-3.4302l1.1416-.6865-1.03-1.7144-1.1404.686c-1.7969,1.0781-2.9131,3.0493-2.9131,5.145v5.1689c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-4c0-.5522-.4478-1-1-1h0ZM22,16h-3v-.1689c0-1.397.7441-2.7114,1.9419-3.4302l1.1416-.6865-1.03-1.7144-1.1404.686c-1.7969,1.0781-2.9131,3.0493-2.9131,5.145v5.1689c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-4c0-.5522-.4478-1-1-1h0ZM12,28h-6c-1.103,0-2-.8975-2-2V6c0-1.103.897-2,2-2h20c1.1025,0,2,.897,2,2v11h-2V6H6v20h6v2Z"
2338
- })), children);
2339
- });
2340
- if (process.env.NODE_ENV !== "production") {
2341
- PunctuationCheck.propTypes = iconPropTypes4cbeb95d.i;
2342
- }
2343
- const Purchase = /*#__PURE__*/React.forwardRef(function Purchase(_ref98, ref) {
2344
- let {
2345
- children,
2346
- size = 16,
2347
- ...rest
2348
- } = _ref98;
2349
- return /*#__PURE__*/React.createElement(Icon.default, {
2350
- width: size,
2351
- height: size,
2352
- ref: ref,
2353
- xmlns: "http://www.w3.org/2000/svg",
2354
- viewBox: "0 0 32 32",
2355
- fill: "currentColor",
2356
- ...rest
2357
- }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2358
- d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6Zm0,2v3H4V8ZM4,24V13H28V24Z"
2359
- })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2360
- d: "M6 20H16V22H6z"
2361
- })), children);
2362
- });
2363
- if (process.env.NODE_ENV !== "production") {
2364
- Purchase.propTypes = iconPropTypes4cbeb95d.i;
2365
- }
2366
- const WatsonHealthQcLaunch = /*#__PURE__*/React.forwardRef(function WatsonHealthQcLaunch(_ref99, ref) {
2367
- let {
2368
- children,
2369
- size = 16,
2370
- ...rest
2371
- } = _ref99;
2372
- return /*#__PURE__*/React.createElement(Icon.default, {
2373
- width: size,
2374
- height: size,
2375
- ref: ref,
2376
- xmlns: "http://www.w3.org/2000/svg",
2377
- viewBox: "0 0 32 32",
2378
- fill: "currentColor",
2379
- ...rest
2380
- }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2381
- d: "M25 22H19a2.0023 2.0023 0 01-2-2V10a2.002 2.002 0 012-2h6v2H19V20h6zM13 8H9a2.002 2.002 0 00-2 2V20a2.0023 2.0023 0 002 2h1v2a2.0023 2.0023 0 002 2h2V24H12V22h1a2.0023 2.0023 0 002-2V10A2.002 2.002 0 0013 8zM9 20V10h4V20z"
2382
- })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2383
- d: "M28,30H4a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V28A2.0027,2.0027,0,0,1,28,30ZM4,4V28H28V4Z"
2384
- })), children);
2385
- });
2386
- if (process.env.NODE_ENV !== "production") {
2387
- WatsonHealthQcLaunch.propTypes = iconPropTypes4cbeb95d.i;
2388
- }
2389
- const Qiskit = /*#__PURE__*/React.forwardRef(function Qiskit(_ref100, ref) {
2390
- let {
2391
- children,
2392
- size = 16,
2393
- ...rest
2394
- } = _ref100;
2395
- return /*#__PURE__*/React.createElement(Icon.default, {
2396
- width: size,
2397
- height: size,
2398
- ref: ref,
2399
- xmlns: "http://www.w3.org/2000/svg",
2400
- viewBox: "0 0 32 32",
2401
- fill: "currentColor",
2402
- ...rest
2403
- }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2404
- strokeWidth: "0",
2405
- d: "m16,1C7.729,1,1,7.729,1,16s6.729,15,15,15,15-6.729,15-15S24.271,1,16,1Zm6.5825,20.5c-.5203-.8926-1.4771-1.5-2.5825-1.5-.1821,0-.3586.0225-.532.0537l-1.7258-3.0205c6.7866.2388,10.1216,1.8262,10.2571,2.4668-.0979.4624-1.8899,1.4141-5.4167,2Zm-2.5825.5c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1ZM3,16c0-.5435.0442-1.0762.1094-1.6025.8552.666,2.1555,1.1973,3.7239,1.6025-1.5684.4053-2.8687.9365-3.7239,1.6025-.0652-.5264-.1094-1.0591-.1094-1.6025Zm6.4175-5.4995c.5205.8921,1.4773,1.4995,2.5825,1.4995.1821,0,.3586-.0225.532-.0537l1.7258,3.0205c-6.8042-.2393-10.1387-1.8335-10.2581-2.4619.0862-.4609,1.8784-1.416,5.4177-2.0044Zm2.5825-.5005c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm13.167,6c1.5681-.4053,2.8684-.9365,3.7236-1.6025.0652.5264.1094,1.0591.1094,1.6025s-.0442,1.0762-.1094,1.6025c-.8552-.666-2.1555-1.1973-3.7236-1.6025ZM16,3c4.9019,0,9.1758,2.7285,11.3901,6.7451-2.2891-.9961-5.7993-1.5513-9.3901-1.6997v1.999c6.6108.2695,9.8655,1.8232,9.9993,2.4556-.1431.6763-3.8533,2.4062-11.4236,2.4917l-2.3118-4.0454c.4524-.5254.7361-1.2002.7361-1.9463,0-1.6543-1.3457-3-3-3-1.4956,0-2.7285,1.1035-2.9531,2.5371-1.7056.2837-3.2363.6841-4.4351,1.2051,2.2151-4.0146,6.4878-6.7422,11.3882-6.7422Zm0,26c-4.9019,0-9.1758-2.7285-11.3901-6.7451,2.2891.9961,5.7993,1.5513,9.3901,1.6997v-1.999c-6.6282-.2705-9.8823-1.8306-10.0002-2.4507.126-.6729,3.8357-2.4106,11.4246-2.4966l2.3118,4.0454c-.4524.5254-.7361,1.2002-.7361,1.9463,0,1.6543,1.3457,3,3,3,1.4956,0,2.7285-1.1035,2.9531-2.5371,1.7056-.2837,3.2363-.6841,4.4351-1.2051-2.2151,4.0146-6.4878,6.7422-11.3882,6.7422Z"
2406
- })), children);
2407
- });
2408
- if (process.env.NODE_ENV !== "production") {
2409
- Qiskit.propTypes = iconPropTypes4cbeb95d.i;
2410
- }
2411
- const QqPlot = /*#__PURE__*/React.forwardRef(function QqPlot(_ref101, ref) {
2412
- let {
2413
- children,
2414
- size = 16,
2415
- ...rest
2416
- } = _ref101;
2417
- return /*#__PURE__*/React.createElement(Icon.default, {
2418
- width: size,
2419
- height: size,
2420
- ref: ref,
2421
- xmlns: "http://www.w3.org/2000/svg",
2422
- viewBox: "0 0 32 32",
2423
- fill: "currentColor",
2424
- ...rest
2425
- }, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
2426
- cx: "20",
2427
- cy: "4",
2428
- r: "2"
2429
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
2430
- cx: "8",
2431
- cy: "16",
2432
- r: "2"
2433
- })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2434
- cx: "28",
2435
- cy: "12",
2436
- r: "2"
2437
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2438
- cx: "11",
2439
- cy: "7",
2440
- r: "2"
2441
- })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
2442
- cx: "16",
2443
- cy: "24",
2444
- r: "2"
2445
- })), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2446
- d: "M30,3.4131,28.5859,2,4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4131Z"
2447
- })), children);
2448
- });
2449
- if (process.env.NODE_ENV !== "production") {
2450
- QqPlot.propTypes = iconPropTypes4cbeb95d.i;
2451
- }
2452
- const QrCode = /*#__PURE__*/React.forwardRef(function QrCode(_ref102, ref) {
2453
- let {
2454
- children,
2455
- size = 16,
2456
- ...rest
2457
- } = _ref102;
2458
- return /*#__PURE__*/React.createElement(Icon.default, {
2459
- width: size,
2460
- height: size,
2461
- ref: ref,
2462
- xmlns: "http://www.w3.org/2000/svg",
2463
- viewBox: "0 0 32 32",
2464
- fill: "currentColor",
2465
- ...rest
2466
- }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2467
- d: "M24 26H26V28H24z",
2468
- transform: "rotate(-90 25 27)"
2469
- })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2470
- d: "M18 22H20V24H18z",
2471
- transform: "rotate(-90 19 23)"
2472
- })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2473
- d: "M18 30L22 30 22 28 20 28 20 26 18 26 18 30z"
2474
- })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2475
- d: "M25 23H29V25H25z",
2476
- transform: "rotate(-90 27 24)"
2477
- })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2478
- d: "M28 26L30 26 30 30 26 30 26 28 28 28 28 26zM26 20L26 18 30 18 30 22 28 22 28 20 26 20zM24 20L22 20 22 24 20 24 20 26 24 26 24 20z"
2479
- })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2480
- d: "M19 17H21V21H19z",
2481
- transform: "rotate(-90 20 19)"
2482
- })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2483
- d: "M6 22H10V26H6z"
2484
- })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2485
- d: "M14 30H2V18H14zM4 28h8V20H4zM22 6H26V10H22z"
2486
- })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2487
- d: "M30 14H18V2H30zM20 12h8V4H20zM6 6H10V10H6z"
2488
- })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2489
- d: "M14,14H2V2H14ZM4,12h8V4H4Z"
2490
- })), children);
2491
- });
2492
- if (process.env.NODE_ENV !== "production") {
2493
- QrCode.propTypes = iconPropTypes4cbeb95d.i;
2494
- }
2495
- const QuadrantPlot = /*#__PURE__*/React.forwardRef(function QuadrantPlot(_ref103, ref) {
2496
- let {
2497
- children,
2498
- size = 16,
2499
- ...rest
2500
- } = _ref103;
2501
- return /*#__PURE__*/React.createElement(Icon.default, {
2502
- width: size,
2503
- height: size,
2504
- ref: ref,
2505
- xmlns: "http://www.w3.org/2000/svg",
2506
- viewBox: "0 0 32 32",
2507
- fill: "currentColor",
2508
- ...rest
2509
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2510
- d: "M30 15L17 15 17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z"
2511
- })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2512
- d: "M5 30a3 3 0 113-3A3.0033 3.0033 0 015 30zm0-4a1 1 0 101 1A1.001 1.001 0 005 26zM8 8a3 3 0 113-3A3.0033 3.0033 0 018 8zM8 4A1 1 0 109 5 1.001 1.001 0 008 4zM22 13a3 3 0 113-3A3.0033 3.0033 0 0122 13zm0-4a1 1 0 101 1A1.001 1.001 0 0022 9z"
2513
- })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
2514
- cx: "11",
2515
- cy: "11",
2516
- r: "2"
2517
- })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
2518
- cx: "11",
2519
- cy: "21",
2520
- r: "2"
2521
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
2522
- cx: "21",
2523
- cy: "21",
2524
- r: "2"
2525
- })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2526
- cx: "22",
2527
- cy: "28",
2528
- r: "2"
2529
- })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
2530
- cx: "28",
2531
- cy: "24",
2532
- r: "2"
2533
- })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
2534
- cx: "4",
2535
- cy: "11",
2536
- r: "2"
2537
- })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
2538
- cx: "28",
2539
- cy: "4",
2540
- r: "2"
2541
- })), children);
2542
- });
2543
- if (process.env.NODE_ENV !== "production") {
2544
- QuadrantPlot.propTypes = iconPropTypes4cbeb95d.i;
2545
- }
2546
- const Query = /*#__PURE__*/React.forwardRef(function Query(_ref104, ref) {
2547
- let {
2548
- children,
2549
- size = 16,
2550
- ...rest
2551
- } = _ref104;
2552
- return /*#__PURE__*/React.createElement(Icon.default, {
2553
- width: size,
2554
- height: size,
2555
- ref: ref,
2556
- xmlns: "http://www.w3.org/2000/svg",
2557
- viewBox: "0 0 32 32",
2558
- fill: "currentColor",
2559
- ...rest
2560
- }, _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
2561
- cx: "11",
2562
- cy: "15.5",
2563
- r: "1.5"
2564
- })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2565
- d: "M12,12H10V8h2a2,2,0,0,0,0-4H10A2.0023,2.0023,0,0,0,8,6v.5H6V6a4.0045,4.0045,0,0,1,4-4h2a4,4,0,0,1,0,8Z"
2566
- })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2567
- d: "M22.4479,21.0337A10.971,10.971,0,0,0,19.9211,4.7446l-.999,1.73A8.9967,8.9967,0,1,1,5,14H3a10.9916,10.9916,0,0,0,18.0338,8.4478L28.5859,30,30,28.5859Z"
2568
- })), children);
2569
- });
2570
- if (process.env.NODE_ENV !== "production") {
2571
- Query.propTypes = iconPropTypes4cbeb95d.i;
2572
- }
2573
- const QueryQueue = /*#__PURE__*/React.forwardRef(function QueryQueue(_ref105, ref) {
2574
- let {
2575
- children,
2576
- size = 16,
2577
- ...rest
2578
- } = _ref105;
2579
- return /*#__PURE__*/React.createElement(Icon.default, {
2580
- width: size,
2581
- height: size,
2582
- ref: ref,
2583
- xmlns: "http://www.w3.org/2000/svg",
2584
- viewBox: "0 0 32 32",
2585
- fill: "currentColor",
2586
- ...rest
2587
- }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2588
- d: "M10 6H28V8H10zM10 12H28V14H10zM15 18H28V20H15zM10 24H28V26H10zM4 14L11 19 4 24 4 14z"
2589
- })), children);
2590
- });
2591
- if (process.env.NODE_ENV !== "production") {
2592
- QueryQueue.propTypes = iconPropTypes4cbeb95d.i;
2593
- }
2594
- const QuestionAnswering = /*#__PURE__*/React.forwardRef(function QuestionAnswering(_ref106, ref) {
2595
- let {
2596
- children,
2597
- size = 16,
2598
- ...rest
2599
- } = _ref106;
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
- }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2609
- strokeWidth: "0",
2610
- d: "M20 15.1798L17.41 12.59 16 14 20 18 26 12 24.59 10.59 20 15.1798zM8 18H10V20H8zM12 9h-5v2h4v2h-3v3h2v-1h2c.5522 0 1-.4478 1-1v-4c0-.5522-.4478-1-1-1z"
2611
- })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2612
- strokeWidth: "0",
2613
- d: "m17.7358,30l-1.7358-1,4-7h6c1.1071,0,2-.8926,2-2v-12c0-1.1074-.8929-2-2-2H6c-1.1071,0-2,.8926-2,2v12c0,1.1074.8929,2,2,2h9v2H6c-2.2093,0-4-1.79-4-4v-12c0-2.2109,1.7907-4,4-4h20c2.2093,0,4,1.7891,4,4v12c0,2.21-1.7907,4-4,4h-4.8354l-3.4287,6Z"
2614
- })), children);
2615
- });
2616
- if (process.env.NODE_ENV !== "production") {
2617
- QuestionAnswering.propTypes = iconPropTypes4cbeb95d.i;
2618
- }
2619
- const Queued = /*#__PURE__*/React.forwardRef(function Queued(_ref107, ref) {
2620
- let {
2621
- children,
2622
- size = 16,
2623
- ...rest
2624
- } = _ref107;
2625
- return /*#__PURE__*/React.createElement(Icon.default, {
2626
- width: size,
2627
- height: size,
2628
- ref: ref,
2629
- xmlns: "http://www.w3.org/2000/svg",
2630
- viewBox: "0 0 32 32",
2631
- fill: "currentColor",
2632
- ...rest
2633
- }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2634
- d: "M22 20H30V22H22zM22 24H30V26H22zM22 28H30V30H22zM18 24H20V26H18zM18 20H20V22H18zM18 28H20V30H18zM6.8149 8.293A12.0777 12.0777 0 0110.0068 5.62L9.0079 3.89A14.0845 14.0845 0 005.2841 7.0083zM25.1851 8.293l1.5308-1.2847A14.0845 14.0845 0 0022.9921 3.89l-.9989 1.73A12.0777 12.0777 0 0125.1851 8.293zM4.7366 11.9l-1.8772-.6831A13.9019 13.9019 0 002 16H4A11.917 11.917 0 014.7366 11.9zM6.8149 23.707A11.9975 11.9975 0 014.7366 20.1l-1.8772.6831a13.99 13.99 0 002.4247 4.209zM27.2634 11.9A11.917 11.917 0 0128 16h2a13.8971 13.8971 0 00-.8594-4.7827zM13.9182 27.8066A11.8894 11.8894 0 0110.0068 26.38l-.9989 1.73a13.8673 13.8673 0 004.5633 1.664zM13.9182 4.1934a11.3012 11.3012 0 014.1636 0l.347-1.9678a13.187 13.187 0 00-4.8576 0z"
2635
- })), children);
2636
- });
2637
- if (process.env.NODE_ENV !== "production") {
2638
- Queued.propTypes = iconPropTypes4cbeb95d.i;
2639
- }
2640
- const Quotes = /*#__PURE__*/React.forwardRef(function Quotes(_ref108, ref) {
2641
- let {
2642
- children,
2643
- size = 16,
2644
- ...rest
2645
- } = _ref108;
2646
- return /*#__PURE__*/React.createElement(Icon.default, {
2647
- width: size,
2648
- height: size,
2649
- ref: ref,
2650
- xmlns: "http://www.w3.org/2000/svg",
2651
- viewBox: "0 0 32 32",
2652
- fill: "currentColor",
2653
- ...rest
2654
- }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2655
- d: "M12 15H6.11A9 9 0 0110 8.86l1.79-1.2L10.69 6 8.9 7.2A11 11 0 004 16.35V23a2 2 0 002 2h6a2 2 0 002-2V17A2 2 0 0012 15zM26 15H20.11A9 9 0 0124 8.86l1.79-1.2L24.7 6 22.9 7.2A11 11 0 0018 16.35V23a2 2 0 002 2h6a2 2 0 002-2V17A2 2 0 0026 15z"
2656
- })), children);
2657
- });
2658
- if (process.env.NODE_ENV !== "production") {
2659
- Quotes.propTypes = iconPropTypes4cbeb95d.i;
2660
- }
2661
- const Radar = /*#__PURE__*/React.forwardRef(function Radar(_ref109, ref) {
2662
- let {
2663
- children,
2664
- size = 16,
2665
- ...rest
2666
- } = _ref109;
2667
- return /*#__PURE__*/React.createElement(Icon.default, {
2668
- width: size,
2669
- height: size,
2670
- ref: ref,
2671
- xmlns: "http://www.w3.org/2000/svg",
2672
- viewBox: "0 0 32 32",
2673
- fill: "currentColor",
2674
- ...rest
2675
- }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2676
- d: "M30,3.4141,28.5859,2,15.293,15.293a1,1,0,0,0,1.414,1.414l4.18-4.1792A5.9956,5.9956,0,1,1,16,10V8a8.011,8.011,0,1,0,6.3164,3.0977L25.1631,8.251A11.881,11.881,0,0,1,28,16,12,12,0,1,1,16,4V2A14,14,0,1,0,30,16a13.8572,13.8572,0,0,0-3.4224-9.1636Z"
2677
- })), children);
2678
- });
2679
- if (process.env.NODE_ENV !== "production") {
2680
- Radar.propTypes = iconPropTypes4cbeb95d.i;
2681
- }
2682
- const RadarEnhanced = /*#__PURE__*/React.forwardRef(function RadarEnhanced(_ref110, ref) {
2683
- let {
2684
- children,
2685
- size = 16,
2686
- ...rest
2687
- } = _ref110;
2688
- return /*#__PURE__*/React.createElement(Icon.default, {
2689
- width: size,
2690
- height: size,
2691
- ref: ref,
2692
- xmlns: "http://www.w3.org/2000/svg",
2693
- viewBox: "0 0 32 32",
2694
- fill: "currentColor",
2695
- ...rest
2696
- }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2697
- d: "M30,3.4146,28.5854,2,17.2932,13.2925a1,1,0,1,0,1.4141,1.414l3.4543-3.4541A4.9817,4.9817,0,0,1,18,19a5.0385,5.0385,0,0,1-.6074-.05,8.0432,8.0432,0,0,0-4.3421-4.3423A4.9,4.9,0,0,1,18,9V7a7.0078,7.0078,0,0,0-7,7c0,.0234.0056.0469.0059.07A8.0469,8.0469,0,0,0,10,14a7.95,7.95,0,0,0-1.9883.26C8.0095,14.1729,8,14.0879,8,14A10.0114,10.0114,0,0,1,18,4V2A12.0137,12.0137,0,0,0,6,14c0,.355.0171.7061.0471,1.0537A7.9943,7.9943,0,1,0,16.9465,25.9521c.35.03.7019.0479,1.0535.0479A11.9853,11.9853,0,0,0,27.1538,6.2607ZM15.91,21H13.9563a12.029,12.029,0,0,0-1.218-4.332A6.01,6.01,0,0,1,15.91,21ZM4.09,23H6.0435a12.0318,12.0318,0,0,0,1.2182,4.3325A6.01,6.01,0,0,1,4.09,23Zm1.9532-2H4.09a6.01,6.01,0,0,1,3.1714-4.332A12.0321,12.0321,0,0,0,6.0435,21ZM10,27.9858A10.0149,10.0149,0,0,1,8.0552,23h3.89A10.0149,10.0149,0,0,1,10,27.9858ZM8.0552,21A10.0118,10.0118,0,0,1,10,16.0151,10.01,10.01,0,0,1,11.9448,21Zm4.6831,6.3325A12.0318,12.0318,0,0,0,13.9565,23H15.91A6.01,6.01,0,0,1,12.7383,27.3325ZM28,14A10.0114,10.0114,0,0,1,18,24c-.0869,0-.1733-.01-.26-.0117a7.5527,7.5527,0,0,0,.19-2.9942c.0237,0,.0466.0059.07.0059A6.9991,6.9991,0,0,0,23.6055,9.8086l2.1313-2.1314A9.95,9.95,0,0,1,28,14Z"
2698
- })), children);
2699
- });
2700
- if (process.env.NODE_ENV !== "production") {
2701
- RadarEnhanced.propTypes = iconPropTypes4cbeb95d.i;
2702
- }
2703
- const RadarWeather = /*#__PURE__*/React.forwardRef(function RadarWeather(_ref111, ref) {
2704
- let {
2705
- children,
2706
- size = 16,
2707
- ...rest
2708
- } = _ref111;
2709
- return /*#__PURE__*/React.createElement(Icon.default, {
2710
- width: size,
2711
- height: size,
2712
- ref: ref,
2713
- xmlns: "http://www.w3.org/2000/svg",
2714
- viewBox: "0 0 32 32",
2715
- fill: "currentColor",
2716
- ...rest
2717
- }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2718
- d: "M30,3.4146,28.5854,2,17.2932,13.2925a1,1,0,1,0,1.4141,1.414l3.4543-3.4541a4.9646,4.9646,0,0,1-3.8811,7.7193,7.0485,7.0485,0,0,0-5.1438-3.8731A4.9431,4.9431,0,0,1,18,9V7a6.9551,6.9551,0,0,0-6.9087,8.0791,6.93,6.93,0,0,0-2.8525,1.06A9.97,9.97,0,0,1,18,4V2A11.9756,11.9756,0,0,0,6.573,17.6357a6.9293,6.9293,0,0,0-1.3674,2.7061A4.9948,4.9948,0,0,0,7,30H17a4.9921,4.9921,0,0,0,4.9678-4.68A12.0391,12.0391,0,0,0,30,14a11.8678,11.8678,0,0,0-2.8389-7.7466ZM17,28H7a2.9945,2.9945,0,0,1-.6963-5.9082l.6587-.1572.0986-.67a4.9923,4.9923,0,0,1,9.878,0l.0986.6695.6587.1572A2.9945,2.9945,0,0,1,17,28ZM28,14a10.0346,10.0346,0,0,1-6.3118,9.291,4.9577,4.9577,0,0,0-2.0207-2.5,6.9922,6.9922,0,0,0,3.938-10.9824l2.132-2.1318A9.8873,9.8873,0,0,1,28,14Z"
2719
- })), children);
2720
- });
2721
- if (process.env.NODE_ENV !== "production") {
2722
- RadarWeather.propTypes = iconPropTypes4cbeb95d.i;
2723
- }
2724
- const Radio = /*#__PURE__*/React.forwardRef(function Radio(_ref112, ref) {
2725
- let {
2726
- children,
2727
- size = 16,
2728
- ...rest
2729
- } = _ref112;
2730
- return /*#__PURE__*/React.createElement(Icon.default, {
2731
- width: size,
2732
- height: size,
2733
- ref: ref,
2734
- xmlns: "http://www.w3.org/2000/svg",
2735
- viewBox: "0 0 32 32",
2736
- fill: "currentColor",
2737
- ...rest
2738
- }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2739
- d: "M28,10H24V2H22v8H13V8H11v2H8V8H6v2H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM4,28V12H28V28Z"
2740
- })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2741
- d: "M10 26a4 4 0 114-4A4 4 0 0110 26zm0-6a2 2 0 102 2A2 2 0 0010 20zM7 14H13V16H7zM17 16H26V18H17zM17 20H26V22H17zM17 24H26V26H17z"
2742
- })), children);
2743
- });
2744
- if (process.env.NODE_ENV !== "production") {
2745
- Radio.propTypes = iconPropTypes4cbeb95d.i;
2746
- }
2747
- const RadioCombat = /*#__PURE__*/React.forwardRef(function RadioCombat(_ref113, ref) {
2748
- let {
2749
- children,
2750
- size = 16,
2751
- ...rest
2752
- } = _ref113;
2753
- return /*#__PURE__*/React.createElement(Icon.default, {
2754
- width: size,
2755
- height: size,
2756
- ref: ref,
2757
- xmlns: "http://www.w3.org/2000/svg",
2758
- viewBox: "0 0 32 32",
2759
- fill: "currentColor",
2760
- ...rest
2761
- }, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2762
- d: "M10 26a4 4 0 114-4A4.0045 4.0045 0 0110 26zm0-6a2 2 0 102 2A2.0021 2.0021 0 0010 20zM17 20H26V22H17zM17 24H26V26H17z"
2763
- })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2764
- d: "M20,12h8a2.0023,2.0023,0,0,0,2-2V6a2.0023,2.0023,0,0,0-2-2H20a2.0023,2.0023,0,0,0-2,2V7H12a4.0045,4.0045,0,0,0-4,4v3H6V4H4V14a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V16a2.0023,2.0023,0,0,0-2-2H10V11a2.0023,2.0023,0,0,1,2-2h6v1A2.0023,2.0023,0,0,0,20,12Zm4-6h4v4H24ZM20,6h2v4H20Zm8,22H4V16H28Z"
2765
- })), children);
2766
- });
2767
- if (process.env.NODE_ENV !== "production") {
2768
- RadioCombat.propTypes = iconPropTypes4cbeb95d.i;
2769
- }
2770
- const RadioPushToTalk = /*#__PURE__*/React.forwardRef(function RadioPushToTalk(_ref114, ref) {
2771
- let {
2772
- children,
2773
- size = 16,
2774
- ...rest
2775
- } = _ref114;
2776
- return /*#__PURE__*/React.createElement(Icon.default, {
2777
- width: size,
2778
- height: size,
2779
- ref: ref,
2780
- xmlns: "http://www.w3.org/2000/svg",
2781
- viewBox: "0 0 32 32",
2782
- fill: "currentColor",
2783
- ...rest
2784
- }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2785
- d: "M13 11H19V13H13zM13 15H19V17H13z"
2786
- })), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2787
- cx: "16",
2788
- cy: "23",
2789
- r: "2"
2790
- })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2791
- d: "M22,7H21V2H19V7H10A2.0023,2.0023,0,0,0,8,9v2H6v2H8v2H6v2H8V28a2.0023,2.0023,0,0,0,2,2H22a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,22,7ZM10,28V9H22V28Z"
2792
- })), children);
2793
- });
2794
- if (process.env.NODE_ENV !== "production") {
2795
- RadioPushToTalk.propTypes = iconPropTypes4cbeb95d.i;
2796
- }
2797
- const RadioButton = /*#__PURE__*/React.forwardRef(function RadioButton(_ref115, ref) {
2798
- let {
2799
- children,
2800
- size = 16,
2801
- ...rest
2802
- } = _ref115;
2803
- return /*#__PURE__*/React.createElement(Icon.default, {
2804
- width: size,
2805
- height: size,
2806
- ref: ref,
2807
- xmlns: "http://www.w3.org/2000/svg",
2808
- viewBox: "0 0 32 32",
2809
- fill: "currentColor",
2810
- ...rest
2811
- }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2812
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
2813
- })), children);
2814
- });
2815
- if (process.env.NODE_ENV !== "production") {
2816
- RadioButton.propTypes = iconPropTypes4cbeb95d.i;
2817
- }
2818
- const RadioButtonChecked = /*#__PURE__*/React.forwardRef(function RadioButtonChecked(_ref116, ref) {
2819
- let {
2820
- children,
2821
- size = 16,
2822
- ...rest
2823
- } = _ref116;
2824
- return /*#__PURE__*/React.createElement(Icon.default, {
2825
- width: size,
2826
- height: size,
2827
- ref: ref,
2828
- xmlns: "http://www.w3.org/2000/svg",
2829
- viewBox: "0 0 32 32",
2830
- fill: "currentColor",
2831
- ...rest
2832
- }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2833
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
2834
- })), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2835
- d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Z"
2836
- })), children);
2837
- });
2838
- if (process.env.NODE_ENV !== "production") {
2839
- RadioButtonChecked.propTypes = iconPropTypes4cbeb95d.i;
2840
- }
2841
- const Rag = /*#__PURE__*/React.forwardRef(function Rag(_ref117, ref) {
2842
- let {
2843
- children,
2844
- size = 16,
2845
- ...rest
2846
- } = _ref117;
2847
- return /*#__PURE__*/React.createElement(Icon.default, {
2848
- width: size,
2849
- height: size,
2850
- ref: ref,
2851
- xmlns: "http://www.w3.org/2000/svg",
2852
- viewBox: "0 0 32 32",
2853
- fill: "currentColor",
2854
- ...rest
2855
- }, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2856
- strokeWidth: "0",
2857
- d: "M12 28h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM28 19h-9c-1.104.0014-1.9986.896-2 2v5c0 1.1046.8954 2 2 2h3v-2h-3v-5h9v5h-2.5352l-2.5937 3.8906 1.6641 1.1094 2-3h1.4648c1.1046 0 2-.8954 2-2v-5c-.0014-1.104-.896-1.9986-2-2zM29 15v-4c0-3.8599-3.1401-7-7-7h-3v2h3c2.7568 0 5 2.2432 5 5v4h2zM6 10H9V12H6z"
2858
- })), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2859
- strokeWidth: "0",
2860
- d: "m12.606,6.4355l-2.5251-3.6855c-.3821-.4766-.9512-.75-1.5615-.75h-4.5193c-1.1028,0-2,.8975-2,2v10c0,1.1025.8972,2,2,2h7c1.1028,0,2-.8975,2-2v-6.375c0-.4526-.1558-.8965-.394-1.1895Zm-8.606,7.5645V4h4v3c0,.5522.4478,1,1,1h2v6h-7Z"
2861
- })), children);
2862
- });
2863
- if (process.env.NODE_ENV !== "production") {
2864
- Rag.propTypes = iconPropTypes4cbeb95d.i;
2865
- }
2866
- const Rain = /*#__PURE__*/React.forwardRef(function Rain(_ref118, ref) {
2867
- let {
2868
- children,
2869
- size = 16,
2870
- ...rest
2871
- } = _ref118;
2872
- return /*#__PURE__*/React.createElement(Icon.default, {
2873
- width: size,
2874
- height: size,
2875
- ref: ref,
2876
- xmlns: "http://www.w3.org/2000/svg",
2877
- viewBox: "0 0 32 32",
2878
- fill: "currentColor",
2879
- ...rest
2880
- }, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2881
- d: "M23.5 22H8.5A6.5 6.5 0 017.2 9.14a9 9 0 0117.6 0A6.5 6.5 0 0123.5 22zM16 4a7 7 0 00-6.94 6.14L9 11 8.14 11a4.5 4.5 0 00.36 9h15a4.5 4.5 0 00.36-9L23 11l-.1-.82A7 7 0 0016 4zM14 30a.93.93 0 01-.45-.11 1 1 0 01-.44-1.34l2-4a1 1 0 111.78.9l-2 4A1 1 0 0114 30zM20 30a.93.93 0 01-.45-.11 1 1 0 01-.44-1.34l2-4a1 1 0 111.78.9l-2 4A1 1 0 0120 30zM8 30a.93.93 0 01-.45-.11 1 1 0 01-.44-1.34l2-4a1 1 0 111.78.9l-2 4A1 1 0 018 30z"
2882
- })), children);
2883
- });
2884
- if (process.env.NODE_ENV !== "production") {
2885
- Rain.propTypes = iconPropTypes4cbeb95d.i;
2886
- }
2887
- const RainDrizzle = /*#__PURE__*/React.forwardRef(function RainDrizzle(_ref119, ref) {
2888
- let {
2889
- children,
2890
- size = 16,
2891
- ...rest
2892
- } = _ref119;
2893
- return /*#__PURE__*/React.createElement(Icon.default, {
2894
- width: size,
2895
- height: size,
2896
- ref: ref,
2897
- xmlns: "http://www.w3.org/2000/svg",
2898
- viewBox: "0 0 32 32",
2899
- fill: "currentColor",
2900
- ...rest
2901
- }, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2902
- d: "M11,30a1,1,0,0,1-.8944-1.4474l2-4a1,1,0,1,1,1.7887.8946l-2,4A.9979.9979,0,0,1,11,30Z"
2903
- })), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2904
- d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4973,6.4973,0,0,0,8.5,22H19.3813L18.105,24.5527a1,1,0,0,0,1.789.8946L21.6177,22H23.5A6.4974,6.4974,0,0,0,24.8008,9.1362ZM23.5,20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20Z"
2905
- })), children);
2906
- });
2907
- if (process.env.NODE_ENV !== "production") {
2908
- RainDrizzle.propTypes = iconPropTypes4cbeb95d.i;
2909
- }
2910
- const RainHeavy = /*#__PURE__*/React.forwardRef(function RainHeavy(_ref120, ref) {
2911
- let {
2912
- children,
2913
- size = 16,
2914
- ...rest
2915
- } = _ref120;
2916
- return /*#__PURE__*/React.createElement(Icon.default, {
2917
- width: size,
2918
- height: size,
2919
- ref: ref,
2920
- xmlns: "http://www.w3.org/2000/svg",
2921
- viewBox: "0 0 32 32",
2922
- fill: "currentColor",
2923
- ...rest
2924
- }, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2925
- d: "M17 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 0117 30zM8 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 018 30z"
2926
- })), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2927
- d: "M30,15.5a6.5323,6.5323,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0A6.4905,6.4905,0,0,0,5.7026,21.3584L4.106,24.5527a1,1,0,1,0,1.7885.8946L7.6174,22l6.7644,0L13.106,24.5527a1,1,0,1,0,1.7885.8946L16.6177,22h6.7641L22.106,24.5527a1,1,0,1,0,1.7885.8946l1.9444-3.89A6.5058,6.5058,0,0,0,30,15.5ZM23.5,20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20Z"
2928
- })), children);
2929
- });
2930
- if (process.env.NODE_ENV !== "production") {
2931
- RainHeavy.propTypes = iconPropTypes4cbeb95d.i;
2932
- }
2933
- const RainScattered = /*#__PURE__*/React.forwardRef(function RainScattered(_ref121, ref) {
2934
- let {
2935
- children,
2936
- size = 16,
2937
- ...rest
2938
- } = _ref121;
2939
- return /*#__PURE__*/React.createElement(Icon.default, {
2940
- width: size,
2941
- height: size,
2942
- ref: ref,
2943
- xmlns: "http://www.w3.org/2000/svg",
2944
- viewBox: "0 0 32 32",
2945
- fill: "currentColor",
2946
- ...rest
2947
- }, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2948
- d: "M8.5084,32a1.0127,1.0127,0,0,1-.4485-.1054.9986.9986,0,0,1-.4486-1.3418l1.4934-3.0005a1.0025,1.0025,0,0,1,1.7943.8945l-1.4934,3A1.0013,1.0013,0,0,1,8.5084,32Z"
2949
- })), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2950
- d: "M27.232 15.733H29.232V18.733H27.232z",
2951
- transform: "rotate(-45.009 28.232 17.233)"
2952
- })), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
2953
- d: "M29 10H32V12H29z"
2954
- })), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
2955
- d: "M26.732 3.768H29.732V5.768H26.732z",
2956
- transform: "rotate(-45 28.232 4.768)"
2957
- })), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
2958
- d: "M20 0H22V3H20z"
2959
- })), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
2960
- d: "M12.768 3.268H14.768V6.268H12.768z",
2961
- transform: "rotate(-45 13.768 4.768)"
2962
- })), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
2963
- d: "M27,11A5.9955,5.9955,0,0,0,15.6335,8.3311,7.3494,7.3494,0,0,0,13.5,8a7.5509,7.5509,0,0,0-7.1492,5.2441A5.9926,5.9926,0,0,0,8,25h7.3818L14.106,27.5527a1,1,0,1,0,1.7885.8946L17.6177,25H19a5.9853,5.9853,0,0,0,5.2163-8.9463A5.9941,5.9941,0,0,0,27,11ZM19,23H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,14.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,23Zm3.9268-8.5107a5.96,5.96,0,0,0-2.2776-1.2452,7.5157,7.5157,0,0,0-3.1853-4.0688,3.9869,3.9869,0,1,1,5.4629,5.314Z"
2964
- })), children);
2965
- });
2966
- if (process.env.NODE_ENV !== "production") {
2967
- RainScattered.propTypes = iconPropTypes4cbeb95d.i;
2968
- }
2969
- const RainScatteredNight = /*#__PURE__*/React.forwardRef(function RainScatteredNight(_ref122, ref) {
2970
- let {
2971
- children,
2972
- size = 16,
2973
- ...rest
2974
- } = _ref122;
2975
- return /*#__PURE__*/React.createElement(Icon.default, {
2976
- width: size,
2977
- height: size,
2978
- ref: ref,
2979
- xmlns: "http://www.w3.org/2000/svg",
2980
- viewBox: "0 0 32 32",
2981
- fill: "currentColor",
2982
- ...rest
2983
- }, _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
2984
- d: "M8.5084 32a1.0115 1.0115 0 01-.4485-.1055.9986.9986 0 01-.4486-1.3418l1.4934-3a1.0025 1.0025 0 011.7943.8945l-1.4934 3A1.0015 1.0015 0 018.5084 32zM29.8442 13.0347a1.5184 1.5184 0 00-1.2309-.8658 5.3587 5.3587 0 01-3.4094-1.7163 6.4648 6.4648 0 01-1.285-6.393 1.6031 1.6031 0 00-.3-1.5459 1.4535 1.4535 0 00-1.3594-.4922l-.0191.0029a7.8549 7.8549 0 00-6.1054 6.48A7.3725 7.3725 0 0013.5 8a7.5511 7.5511 0 00-7.1494 5.2441A5.9926 5.9926 0 008 25h7.3818L14.106 27.5527a1 1 0 101.7885.8946L17.6177 25H19a5.9549 5.9549 0 005.88-7.1455 7.5 7.5 0 004.8672-3.3A1.5381 1.5381 0 0029.8442 13.0347zM19 23H8a3.9926 3.9926 0 01-.6733-7.9292l.663-.1128.1456-.6562a5.496 5.496 0 0110.7294 0l.1456.6562.6626.1128A3.9925 3.9925 0 0119 23zm5.1509-7.0479a5.9639 5.9639 0 00-3.5015-2.708A7.5076 7.5076 0 0018.0286 9.55a6.01 6.01 0 013.77-5.334 8.4581 8.4581 0 001.9395 7.5972A7.4007 7.4007 0 0027.64 14.041 5.4392 5.4392 0 0124.1509 15.9521z"
2985
- })), children);
2986
- });
2987
- if (process.env.NODE_ENV !== "production") {
2988
- RainScatteredNight.propTypes = iconPropTypes4cbeb95d.i;
2989
- }
2990
- const RainDrop = /*#__PURE__*/React.forwardRef(function RainDrop(_ref123, ref) {
2991
- let {
2992
- children,
2993
- size = 16,
2994
- ...rest
2995
- } = _ref123;
2996
- return /*#__PURE__*/React.createElement(Icon.default, {
2997
- width: size,
2998
- height: size,
2999
- ref: ref,
3000
- xmlns: "http://www.w3.org/2000/svg",
3001
- viewBox: "0 0 32 32",
3002
- fill: "currentColor",
3003
- ...rest
3004
- }, _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
3005
- d: "M16,24V22a3.2965,3.2965,0,0,0,3-3h2A5.2668,5.2668,0,0,1,16,24Z"
3006
- })), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
3007
- d: "M16,28a9.0114,9.0114,0,0,1-9-9,9.9843,9.9843,0,0,1,1.4941-4.9554L15.1528,3.4367a1.04,1.04,0,0,1,1.6944,0l6.6289,10.5564A10.0633,10.0633,0,0,1,25,19,9.0114,9.0114,0,0,1,16,28ZM16,5.8483l-5.7817,9.2079A7.9771,7.9771,0,0,0,9,19a7,7,0,0,0,14,0,8.0615,8.0615,0,0,0-1.248-3.9953Z"
3008
- })), children);
3009
- });
3010
- if (process.env.NODE_ENV !== "production") {
3011
- RainDrop.propTypes = iconPropTypes4cbeb95d.i;
3012
- }
3013
- const Raw = /*#__PURE__*/React.forwardRef(function Raw(_ref124, ref) {
3014
- let {
3015
- children,
3016
- size = 16,
3017
- ...rest
3018
- } = _ref124;
3019
- return /*#__PURE__*/React.createElement(Icon.default, {
3020
- width: size,
3021
- height: size,
3022
- ref: ref,
3023
- xmlns: "http://www.w3.org/2000/svg",
3024
- viewBox: "0 0 32 32",
3025
- fill: "currentColor",
3026
- ...rest
3027
- }, _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
3028
- d: "M29.2 9L28.86 17 28.6 21.54 28.19 18 27.51 12.54 25.49 12.54 24.81 18 24.4 21.54 24.14 17 23.8 9 22 9 23 23 25.27 23 26.03 18.07 26.49 14 26.5 13.97 26.51 14 26.97 18.07 27.73 23 30 23 31 9 29.2 9zM18 9H14a2 2 0 00-2 2V23h2V18h4v5h2V11A2 2 0 0018 9zm-4 7V11h4v5zM10 15V11A2 2 0 008 9H2V23H4V17H5.48l2.34 6H10L7.63 17H8A2 2 0 0010 15zM4 11H8v4H4z"
3029
- })), children);
3030
- });
3031
- if (process.env.NODE_ENV !== "production") {
3032
- Raw.propTypes = iconPropTypes4cbeb95d.i;
3033
- }
3034
- const Receipt = /*#__PURE__*/React.forwardRef(function Receipt(_ref125, ref) {
3035
- let {
3036
- children,
3037
- size = 16,
3038
- ...rest
3039
- } = _ref125;
3040
- return /*#__PURE__*/React.createElement(Icon.default, {
3041
- width: size,
3042
- height: size,
3043
- ref: ref,
3044
- xmlns: "http://www.w3.org/2000/svg",
3045
- viewBox: "0 0 32 32",
3046
- fill: "currentColor",
3047
- ...rest
3048
- }, _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
3049
- d: "M21 16H23V18H21zM9 16H17V18H9zM21 12H23V14H21zM9 12H17V14H9zM9 8H23V10H9z"
3050
- })), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
3051
- d: "M25,2H7A2.002,2.002,0,0,0,5,4V29a1,1,0,0,0,1,1H7a.9987.9987,0,0,0,.8-.4L10,26.667,12.2,29.6a1.0353,1.0353,0,0,0,1.6,0L16,26.667,18.2,29.6a1.0353,1.0353,0,0,0,1.6,0L22,26.667,24.2,29.6a.9993.9993,0,0,0,.8.4h1a1,1,0,0,0,1-1V4A2.0023,2.0023,0,0,0,25,2Zm0,25.333L22.8,24.4a1.0353,1.0353,0,0,0-1.6,0L19,27.333,16.8,24.4a1.0353,1.0353,0,0,0-1.6,0L13,27.333,10.8,24.4a1.0353,1.0353,0,0,0-1.6,0L7,27.333V4H25Z"
3052
- })), children);
3053
- });
3054
- if (process.env.NODE_ENV !== "production") {
3055
- Receipt.propTypes = iconPropTypes4cbeb95d.i;
3056
- }
3057
-
3058
- exports.Pedestrian = Pedestrian;
3059
- exports.PedestrianChild = PedestrianChild;
3060
- exports.PedestrianFamily = PedestrianFamily;
3061
- exports.Pen = Pen;
3062
- exports.PenFountain = PenFountain;
3063
- exports.Pending = Pending;
3064
- exports.PendingFilled = PendingFilled;
3065
- exports.PentagonDownOutline = PentagonDownOutline;
3066
- exports.PentagonDownSolid = PentagonDownSolid;
3067
- exports.PentagonLeftOutline = PentagonLeftOutline;
3068
- exports.PentagonLeftSolid = PentagonLeftSolid;
3069
- exports.PentagonOutline = PentagonOutline;
3070
- exports.PentagonRightOutline = PentagonRightOutline;
3071
- exports.PentagonRightSolid = PentagonRightSolid;
3072
- exports.PentagonSolid = PentagonSolid;
3073
- exports.Percentage = Percentage;
3074
- exports.PercentageFilled = PercentageFilled;
3075
- exports.Person = Person;
3076
- exports.PersonFavorite = PersonFavorite;
3077
- exports.Pest = Pest;
3078
- exports.Phone = Phone;
3079
- exports.PhoneApplication = PhoneApplication;
3080
- exports.PhoneBlock = PhoneBlock;
3081
- exports.PhoneBlockFilled = PhoneBlockFilled;
3082
- exports.PhoneFilled = PhoneFilled;
3083
- exports.PhoneIncoming = PhoneIncoming;
3084
- exports.PhoneIncomingFilled = PhoneIncomingFilled;
3085
- exports.PhoneIp = PhoneIp;
3086
- exports.PhoneOff = PhoneOff;
3087
- exports.PhoneOffFilled = PhoneOffFilled;
3088
- exports.PhoneOutgoing = PhoneOutgoing;
3089
- exports.PhoneOutgoingFilled = PhoneOutgoingFilled;
3090
- exports.PhoneSettings = PhoneSettings;
3091
- exports.PhoneVoice = PhoneVoice;
3092
- exports.PhoneVoiceFilled = PhoneVoiceFilled;
3093
- exports.PhraseSentiment = PhraseSentiment;
3094
- exports.PicnicArea = PicnicArea;
3095
- exports.PiggyBank = PiggyBank;
3096
- exports.PiggyBankSlot = PiggyBankSlot;
3097
- exports.Pills = Pills;
3098
- exports.PillsAdd = PillsAdd;
3099
- exports.PillsSubtract = PillsSubtract;
3100
- exports.Pin = Pin;
3101
- exports.PinFilled = PinFilled;
3102
- exports.Pipelines = Pipelines;
3103
- exports.Plan = Plan;
3104
- exports.Plane = Plane;
3105
- exports.PlanePrivate = PlanePrivate;
3106
- exports.PlaneSea = PlaneSea;
3107
- exports.Platforms = Platforms;
3108
- exports.Play = Play;
3109
- exports.PlayFilled = PlayFilled;
3110
- exports.PlayFilledAlt = PlayFilledAlt;
3111
- exports.PlayOutline = PlayOutline;
3112
- exports.PlayOutlineFilled = PlayOutlineFilled;
3113
- exports.Playlist = Playlist;
3114
- exports.Plug = Plug;
3115
- exports.PlugFilled = PlugFilled;
3116
- exports.Png = Png;
3117
- exports.PointOfPresence = PointOfPresence;
3118
- exports.Police = Police;
3119
- exports.Policy = Policy;
3120
- exports.Popup = Popup;
3121
- exports.PortDefinition = PortDefinition;
3122
- exports.PortInput = PortInput;
3123
- exports.PortOutput = PortOutput;
3124
- exports.PortUsage = PortUsage;
3125
- exports.Portfolio = Portfolio;
3126
- exports.Power = Power;
3127
- exports.PowerEnterprisePoolsMeteredCapacityIntegration = PowerEnterprisePoolsMeteredCapacityIntegration;
3128
- exports.PowerVirtualServerDisasterRecoveryAutomation = PowerVirtualServerDisasterRecoveryAutomation;
3129
- exports.Ppt = Ppt;
3130
- exports.PresentationFile = PresentationFile;
3131
- exports.Pressure = Pressure;
3132
- exports.PressureFilled = PressureFilled;
3133
- exports.PreviousFilled = PreviousFilled;
3134
- exports.PreviousOutline = PreviousOutline;
3135
- exports.PricingConsumption = PricingConsumption;
3136
- exports.PricingContainer = PricingContainer;
3137
- exports.PricingQuickProposal = PricingQuickProposal;
3138
- exports.PricingTailored = PricingTailored;
3139
- exports.PricingTraditional = PricingTraditional;
3140
- exports.Printer = Printer;
3141
- exports.Process = Process;
3142
- exports.ProcessAutomate = ProcessAutomate;
3143
- exports.Product = Product;
3144
- exports.ProgressBar = ProgressBar;
3145
- exports.ProgressBarRound = ProgressBarRound;
3146
- exports.Promote = Promote;
3147
- exports.PromptSession = PromptSession;
3148
- exports.PromptTemplate = PromptTemplate;
3149
- exports.PropertyRelationship = PropertyRelationship;
3150
- exports.PullRequest = PullRequest;
3151
- exports.PunctuationCheck = PunctuationCheck;
3152
- exports.Purchase = Purchase;
3153
- exports.Qiskit = Qiskit;
3154
- exports.QqPlot = QqPlot;
3155
- exports.QrCode = QrCode;
3156
- exports.QuadrantPlot = QuadrantPlot;
3157
- exports.Query = Query;
3158
- exports.QueryQueue = QueryQueue;
3159
- exports.QuestionAnswering = QuestionAnswering;
3160
- exports.Queued = Queued;
3161
- exports.Quotes = Quotes;
3162
- exports.Radar = Radar;
3163
- exports.RadarEnhanced = RadarEnhanced;
3164
- exports.RadarWeather = RadarWeather;
3165
- exports.Radio = Radio;
3166
- exports.RadioButton = RadioButton;
3167
- exports.RadioButtonChecked = RadioButtonChecked;
3168
- exports.RadioCombat = RadioCombat;
3169
- exports.RadioPushToTalk = RadioPushToTalk;
3170
- exports.Rag = Rag;
3171
- exports.Rain = Rain;
3172
- exports.RainDrizzle = RainDrizzle;
3173
- exports.RainDrop = RainDrop;
3174
- exports.RainHeavy = RainHeavy;
3175
- exports.RainScattered = RainScattered;
3176
- exports.RainScatteredNight = RainScatteredNight;
3177
- exports.Raw = Raw;
3178
- exports.Receipt = Receipt;
3179
- exports.WatsonHealthPetImageB = WatsonHealthPetImageB;
3180
- exports.WatsonHealthPetImageO = WatsonHealthPetImageO;
3181
- exports.WatsonHealthPointerText = WatsonHealthPointerText;
3182
- exports.WatsonHealthQcLaunch = WatsonHealthQcLaunch;