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

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