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