@carbon-labs/react-animated-header 0.1.0

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