@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,3104 @@
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, _circle, _circle2, _circle3, _circle4, _path24, _path25, _path26, _circle5, _circle6, _circle7, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _circle8, _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, _circle9, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _circle10, _circle11, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _circle12, _circle13, _path127, _path128, _path129, _path130, _path131, _path132, _circle14, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _circle15, _path151, _path152, _circle16, _path153, _circle17, _circle18, _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, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _rect, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207;
16
+ const Earth = /*#__PURE__*/React.forwardRef(function Earth(_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: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm5,3.1055a12.0136,12.0136,0,0,1,2.9158,1.8994L23.5034,8H21ZM13.3784,27.7026A11.9761,11.9761,0,0,1,8.1157,6.9761L9.4648,9h3.3423l-1.5,4H7.2793L5.8967,17.1475,8.4648,21h5l1.4319,2.1475ZM16,28c-.2034,0-.4016-.02-.6025-.03l1.3967-4.19a1.9876,1.9876,0,0,0-.2334-1.7412l-1.4319-2.1475A1.9962,1.9962,0,0,0,13.4648,19h-3.93L8.1033,16.8525,8.7207,15H11v2h2V14.1812l2.9363-7.83-1.8726-.7022L13.5571,7H10.5352L9.728,5.7891A11.7941,11.7941,0,0,1,19,4.395V8a2.0025,2.0025,0,0,0,2,2h2.5857A1.9865,1.9865,0,0,0,25,9.4141l.1406-.1407.2818-.68A11.9813,11.9813,0,0,1,27.3,12H22.5986a1.9927,1.9927,0,0,0-1.9719,1.665L20.03,17.1064a1.99,1.99,0,0,0,.991,2.086l2.1647,1.4638,1.4585,3.646A11.9577,11.9577,0,0,1,16,28Zm8.8145-8.6563L22.1,17.5088l-.1-.06L22.5986,14h5.2207a11.743,11.743,0,0,1-1.7441,8.4951Z"
32
+ })), children);
33
+ });
34
+ if (process.env.NODE_ENV !== "production") {
35
+ Earth.propTypes = iconPropTypes4cbeb95d.i;
36
+ }
37
+ const EarthAmericas = /*#__PURE__*/React.forwardRef(function EarthAmericas(_ref2, ref) {
38
+ let {
39
+ children,
40
+ size = 16,
41
+ ...rest
42
+ } = _ref2;
43
+ return /*#__PURE__*/React.createElement(Icon.default, {
44
+ width: size,
45
+ height: size,
46
+ ref: ref,
47
+ xmlns: "http://www.w3.org/2000/svg",
48
+ viewBox: "0 0 32 32",
49
+ fill: "currentColor",
50
+ ...rest
51
+ }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
52
+ d: "M30,16a14.0313,14.0313,0,1,0-7.14,12.1914l.1165.0254.0249-.1113A13.9983,13.9983,0,0,0,30,16ZM4,16a11.9369,11.9369,0,0,1,.395-3H8.6382L13.63,17.16l-1.9092,2.5459a2.0088,2.0088,0,0,0,.1855,2.6142L14,24.4141v3.4052A12.0093,12.0093,0,0,1,4,16Zm9.32,4.9062L16.37,16.84,9.3618,11H5.1055A11.9619,11.9619,0,0,1,22.8838,6.1865L22.2793,8H16.5859L13.543,11.043l9.3535,8.3134L21.248,26.7749A11.9034,11.9034,0,0,1,16,28V23.5859Zm10.315,4.3443,1.2133-5.46a2.0007,2.0007,0,0,0-.6235-1.9277L16.457,10.957,17.4141,10h4.8652a1.9981,1.9981,0,0,0,1.8975-1.3677l.3532-1.06a11.9777,11.9777,0,0,1-.8947,17.6782Z"
53
+ })), children);
54
+ });
55
+ if (process.env.NODE_ENV !== "production") {
56
+ EarthAmericas.propTypes = iconPropTypes4cbeb95d.i;
57
+ }
58
+ const EarthAmericasFilled = /*#__PURE__*/React.forwardRef(function EarthAmericasFilled(_ref3, ref) {
59
+ let {
60
+ children,
61
+ size = 16,
62
+ ...rest
63
+ } = _ref3;
64
+ return /*#__PURE__*/React.createElement(Icon.default, {
65
+ width: size,
66
+ height: size,
67
+ ref: ref,
68
+ xmlns: "http://www.w3.org/2000/svg",
69
+ viewBox: "0 0 32 32",
70
+ fill: "currentColor",
71
+ ...rest
72
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
73
+ d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4,16a11.915,11.915,0,0,1,.7-4H10l5,4-2.8,3.6929A1,1,0,0,0,12.293,21L15,24v3.9492A12.01,12.01,0,0,1,4,16ZM21.4348,26.6846l2.5457-7.6992A1,1,0,0,0,23.614,18L15,11l2-2h5.2793a1,1,0,0,0,.9487-.6836L23.7234,6.83a11.9742,11.9742,0,0,1-2.2886,19.855Z"
74
+ })), children);
75
+ });
76
+ if (process.env.NODE_ENV !== "production") {
77
+ EarthAmericasFilled.propTypes = iconPropTypes4cbeb95d.i;
78
+ }
79
+ const EarthEuropeAfrica = /*#__PURE__*/React.forwardRef(function EarthEuropeAfrica(_ref4, ref) {
80
+ let {
81
+ children,
82
+ size = 16,
83
+ ...rest
84
+ } = _ref4;
85
+ return /*#__PURE__*/React.createElement(Icon.default, {
86
+ width: size,
87
+ height: size,
88
+ ref: ref,
89
+ xmlns: "http://www.w3.org/2000/svg",
90
+ viewBox: "0 0 32 32",
91
+ fill: "currentColor",
92
+ ...rest
93
+ }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
94
+ d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4,16A11.96,11.96,0,0,1,8,7.0811V9a2,2,0,0,0,2,2h3.3818a2,2,0,0,0,1.7893-1.106L15.6182,9H18v4H13.2354a2,2,0,0,0-.8936.2109L9.1055,14.8291A2,2,0,0,0,8,16.6177v3.7055A2,2,0,0,0,9.2573,22.18l3.8487,1.54.6779,4.0664A12.0135,12.0135,0,0,1,4,16ZM15.8457,27.9922,14.894,22.28,10,20.3232v-3.705L13.2358,15H20V7H14.3818l-1,2H10V5.6235A11.9578,11.9578,0,0,1,27.3,12H22v4l.9224,3.8135L21,22.6973v4.1972A11.9083,11.9083,0,0,1,16,28C15.948,28,15.8977,27.9927,15.8457,27.9922ZM23,25.7266V23.3027l1.5859-2.3789a2.0027,2.0027,0,0,0,.2769-1.5957L24,15.877V14h3.8193A11.8409,11.8409,0,0,1,23,25.7266Z"
95
+ })), children);
96
+ });
97
+ if (process.env.NODE_ENV !== "production") {
98
+ EarthEuropeAfrica.propTypes = iconPropTypes4cbeb95d.i;
99
+ }
100
+ const EarthEuropeAfricaFilled = /*#__PURE__*/React.forwardRef(function EarthEuropeAfricaFilled(_ref5, ref) {
101
+ let {
102
+ children,
103
+ size = 16,
104
+ ...rest
105
+ } = _ref5;
106
+ return /*#__PURE__*/React.createElement(Icon.default, {
107
+ width: size,
108
+ height: size,
109
+ ref: ref,
110
+ xmlns: "http://www.w3.org/2000/svg",
111
+ viewBox: "0 0 32 32",
112
+ fill: "currentColor",
113
+ ...rest
114
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
115
+ d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4,16A11.9814,11.9814,0,0,1,9,6.2734V9a1,1,0,0,0,1,1h3.3821a1,1,0,0,0,.8943-.5527L15,8h4v6H13.2361a1.0006,1.0006,0,0,0-.4473.1055L9.5527,15.7236A1,1,0,0,0,9,16.6182v3.7046a1,1,0,0,0,.6287.9287L14,23l.8235,4.94A12.0152,12.0152,0,0,1,4,16ZM22,26.376V23l1.7546-2.6318a1.0012,1.0012,0,0,0,.1382-.7974L23,16V13h4.605A11.901,11.901,0,0,1,22,26.376Z"
116
+ })), children);
117
+ });
118
+ if (process.env.NODE_ENV !== "production") {
119
+ EarthEuropeAfricaFilled.propTypes = iconPropTypes4cbeb95d.i;
120
+ }
121
+ const EarthFilled = /*#__PURE__*/React.forwardRef(function EarthFilled(_ref6, ref) {
122
+ let {
123
+ children,
124
+ size = 16,
125
+ ...rest
126
+ } = _ref6;
127
+ return /*#__PURE__*/React.createElement(Icon.default, {
128
+ width: size,
129
+ height: size,
130
+ ref: ref,
131
+ xmlns: "http://www.w3.org/2000/svg",
132
+ viewBox: "0 0 32 32",
133
+ fill: "currentColor",
134
+ ...rest
135
+ }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
136
+ d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4.02,16.394l1.3384.4458L7,19.3027v1.2831a1,1,0,0,0,.2929.7071L10,24v2.3765A11.9941,11.9941,0,0,1,4.02,16.394ZM16,28a11.9682,11.9682,0,0,1-2.5718-.2847L14,26l1.8046-4.5116a1,1,0,0,0-.0964-.9261l-1.4113-2.117A1,1,0,0,0,13.4648,18h-4.93L7.2866,16.1274,9.4141,14H11v2h2V13.2656l3.8682-6.7695-1.7364-.9922L14.2769,7H11.5352l-1.086-1.6289A11.861,11.861,0,0,1,20,4.7V8a1,1,0,0,0,1,1h1.4648a1,1,0,0,0,.8321-.4453l.8769-1.3154A12.0331,12.0331,0,0,1,26.8945,11H22.82a1,1,0,0,0-.9806.8039l-.7221,4.4708a1,1,0,0,0,.54,1.0539L25,19l.6851,4.0557A11.9793,11.9793,0,0,1,16,28Z"
137
+ })), children);
138
+ });
139
+ if (process.env.NODE_ENV !== "production") {
140
+ EarthFilled.propTypes = iconPropTypes4cbeb95d.i;
141
+ }
142
+ const EarthSoutheastAsia = /*#__PURE__*/React.forwardRef(function EarthSoutheastAsia(_ref7, ref) {
143
+ let {
144
+ children,
145
+ size = 16,
146
+ ...rest
147
+ } = _ref7;
148
+ return /*#__PURE__*/React.createElement(Icon.default, {
149
+ width: size,
150
+ height: size,
151
+ ref: ref,
152
+ xmlns: "http://www.w3.org/2000/svg",
153
+ viewBox: "0 0 32 32",
154
+ fill: "currentColor",
155
+ ...rest
156
+ }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
157
+ d: "M14 24H17V26H14zM17 22H19V24H17zM17 18H19V20H17z"
158
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
159
+ d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm-.603,2.03,2.5073,5.0156L16.3228,13H10.271l-1.41,4.3872,2.8521,2.8521L10.7056,21.751,6.2856,19H4.395A11.9363,11.9363,0,0,1,15.397,4.03ZM5.1055,21h.6089l3.9345,2.4487A1.9912,1.9912,0,0,0,12.37,22.86l1.0078-1.5118a2.005,2.005,0,0,0-.25-2.5234l-1.9887-1.9888L11.729,15h4.5938A1.9906,1.9906,0,0,0,18.18,13.7427L19.7612,9.79a2.0019,2.0019,0,0,0-.0674-1.6382L17.6843,4.1323A11.9592,11.9592,0,0,1,26.8945,21H23a2.0023,2.0023,0,0,0-2,2v3.8945A11.9477,11.9477,0,0,1,5.1055,21ZM23,25.7266V23h2.7268A12.0762,12.0762,0,0,1,23,25.7266Z"
160
+ })), children);
161
+ });
162
+ if (process.env.NODE_ENV !== "production") {
163
+ EarthSoutheastAsia.propTypes = iconPropTypes4cbeb95d.i;
164
+ }
165
+ const EarthSoutheastAsiaFilled = /*#__PURE__*/React.forwardRef(function EarthSoutheastAsiaFilled(_ref8, ref) {
166
+ let {
167
+ children,
168
+ size = 16,
169
+ ...rest
170
+ } = _ref8;
171
+ return /*#__PURE__*/React.createElement(Icon.default, {
172
+ width: size,
173
+ height: size,
174
+ ref: ref,
175
+ xmlns: "http://www.w3.org/2000/svg",
176
+ viewBox: "0 0 32 32",
177
+ fill: "currentColor",
178
+ ...rest
179
+ }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
180
+ d: "M17 22H19V24H17zM17 18H19V20H17zM14 24H17V26H14z"
181
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
182
+ d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4.7,20H6l4.1772,2.6a1,1,0,0,0,1.36-.2939l1.0078-1.5118a1,1,0,0,0-.125-1.2617L10,17.1118,11,14h5.323a1,1,0,0,0,.9285-.6284L18.8333,9.417a1,1,0,0,0-.034-.8189L16.5129,4.0259A11.9652,11.9652,0,0,1,26.3762,22H23a1,1,0,0,0-1,1v3.3765A11.9578,11.9578,0,0,1,4.7,20Z"
183
+ })), children);
184
+ });
185
+ if (process.env.NODE_ENV !== "production") {
186
+ EarthSoutheastAsiaFilled.propTypes = iconPropTypes4cbeb95d.i;
187
+ }
188
+ const Earthquake = /*#__PURE__*/React.forwardRef(function Earthquake(_ref9, ref) {
189
+ let {
190
+ children,
191
+ size = 16,
192
+ ...rest
193
+ } = _ref9;
194
+ return /*#__PURE__*/React.createElement(Icon.default, {
195
+ width: size,
196
+ height: size,
197
+ ref: ref,
198
+ xmlns: "http://www.w3.org/2000/svg",
199
+ viewBox: "0 0 32 32",
200
+ fill: "currentColor",
201
+ ...rest
202
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
203
+ d: "M16.6123,2.2139a1.0094,1.0094,0,0,0-1.2427,0L1,13.4194l1.2427,1.5718L4,13.6211V26a2.0041,2.0041,0,0,0,2,2H26a2.0037,2.0037,0,0,0,2-2V13.63L29.7573,15,31,13.4282ZM6,12.0615,15,5.05v7.3638l3.458,3.458-6.7344,4.8105L14.3818,26H6ZM26,26H16.6182l-2.3418-4.6826,7.2656-5.1895L17,11.5859V5.0518l9,7.02Z"
204
+ })), children);
205
+ });
206
+ if (process.env.NODE_ENV !== "production") {
207
+ Earthquake.propTypes = iconPropTypes4cbeb95d.i;
208
+ }
209
+ const EdgeCluster = /*#__PURE__*/React.forwardRef(function EdgeCluster(_ref10, ref) {
210
+ let {
211
+ children,
212
+ size = 16,
213
+ ...rest
214
+ } = _ref10;
215
+ return /*#__PURE__*/React.createElement(Icon.default, {
216
+ width: size,
217
+ height: size,
218
+ ref: ref,
219
+ xmlns: "http://www.w3.org/2000/svg",
220
+ viewBox: "0 0 32 32",
221
+ fill: "currentColor",
222
+ ...rest
223
+ }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
224
+ d: "M16 7a3 3 0 113-3A3.0033 3.0033 0 0116 7zm0-4a1 1 0 101 1A1.001 1.001 0 0016 3zM11 30a3 3 0 113-3A3.0033 3.0033 0 0111 30zm0-4a1 1 0 101 1A1.001 1.001 0 0011 26zM7 11a3 3 0 113-3A3.0033 3.0033 0 017 11zM7 7A1 1 0 108 8 1.001 1.001 0 007 7zM21 30a3 3 0 113-3A3.0033 3.0033 0 0121 30zm0-4a1 1 0 101 1A1.001 1.001 0 0021 26zM25 11a3 3 0 113-3A3.0033 3.0033 0 0125 11zm0-4a1 1 0 101 1A1.001 1.001 0 0025 7zM4 21a3 3 0 113-3A3.0033 3.0033 0 014 21zm0-4a1 1 0 101 1A1.001 1.001 0 004 17zM28 21a3 3 0 113-3A3.0033 3.0033 0 0128 21zm0-4a1 1 0 101 1A1.001 1.001 0 0028 17zM16 22a6 6 0 116-6A6.0069 6.0069 0 0116 22zm0-10a4 4 0 104 4A4.0045 4.0045 0 0016 12z"
225
+ })), children);
226
+ });
227
+ if (process.env.NODE_ENV !== "production") {
228
+ EdgeCluster.propTypes = iconPropTypes4cbeb95d.i;
229
+ }
230
+ const EdgeDevice = /*#__PURE__*/React.forwardRef(function EdgeDevice(_ref11, ref) {
231
+ let {
232
+ children,
233
+ size = 16,
234
+ ...rest
235
+ } = _ref11;
236
+ return /*#__PURE__*/React.createElement(Icon.default, {
237
+ width: size,
238
+ height: size,
239
+ ref: ref,
240
+ xmlns: "http://www.w3.org/2000/svg",
241
+ viewBox: "0 0 32 32",
242
+ fill: "currentColor",
243
+ ...rest
244
+ }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
245
+ d: "M9 21H23V23H9zM11 14a2 2 0 102 2A1.9806 1.9806 0 0011 14zM21 14a2 2 0 102 2A1.9806 1.9806 0 0021 14z"
246
+ })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
247
+ d: "M28,8H18.4141l2.0722-2.0723A2.04,2.04,0,0,0,21,6a2,2,0,1,0-2-2,2.0412,2.0412,0,0,0,.0723.5137L15.5859,8H4a2.0025,2.0025,0,0,0-2,2V26a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V10A2.0025,2.0025,0,0,0,28,8ZM4,26V10H28V26Z"
248
+ })), children);
249
+ });
250
+ if (process.env.NODE_ENV !== "production") {
251
+ EdgeDevice.propTypes = iconPropTypes4cbeb95d.i;
252
+ }
253
+ const WatsonHealthEdgeEnhancement = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement(_ref12, ref) {
254
+ let {
255
+ children,
256
+ size = 16,
257
+ ...rest
258
+ } = _ref12;
259
+ return /*#__PURE__*/React.createElement(Icon.default, {
260
+ width: size,
261
+ height: size,
262
+ ref: ref,
263
+ xmlns: "http://www.w3.org/2000/svg",
264
+ viewBox: "0 0 32 32",
265
+ fill: "currentColor",
266
+ ...rest
267
+ }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
268
+ d: "M11.8164 4.7646L11.1328 2.887A13.976 13.976 0 006.9507 5.3278L8.2358 6.8593A11.9729 11.9729 0 0111.8164 4.7646zM5.5913 10L3.86 9a14.14 14.14 0 00-1.6382 4.5872l1.9677.3469A12.1519 12.1519 0 015.5913 10zM16 26A10 10 0 0016 6h0z"
269
+ })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
270
+ d: "M30,16A14,14,0,0,0,16,2V4a11.9933,11.9933,0,0,1,4.0493,23.2847c-.1682.06-.334.1294-.5044.1821-.2512.0771-.51.1362-.7683.1973-.1262.03-.25.0693-.3772.0952-.2908.0591-.5884.0976-.8862.1352-.1.0122-.1983.0342-.2988.044A12.0015,12.0015,0,0,1,5.416,21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207,13.1207,0,0,1,4.19,18l-1.9677.4131A13.9173,13.9173,0,0,0,2.7,20.2993l-.0251.0083A13.9615,13.9615,0,0,0,16,30q.7134,0,1.415-.0713c.135-.0137.2654-.042.3995-.06.3286-.0424.6574-.0839.9814-.1494.18-.0366.3533-.0908.5308-.1338.2685-.0659.5383-.125.8027-.2065.2463-.0762.4831-.1724.7234-.2612.18-.0664.3635-.1211.5412-.1953l-.0009-.0025A14.0015,14.0015,0,0,0,30,16Z"
271
+ })), children);
272
+ });
273
+ if (process.env.NODE_ENV !== "production") {
274
+ WatsonHealthEdgeEnhancement.propTypes = iconPropTypes4cbeb95d.i;
275
+ }
276
+ const WatsonHealthEdgeEnhancement_01 = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement_01(_ref13, ref) {
277
+ let {
278
+ children,
279
+ size = 16,
280
+ ...rest
281
+ } = _ref13;
282
+ return /*#__PURE__*/React.createElement(Icon.default, {
283
+ width: size,
284
+ height: size,
285
+ ref: ref,
286
+ xmlns: "http://www.w3.org/2000/svg",
287
+ viewBox: "0 0 32 32",
288
+ fill: "currentColor",
289
+ ...rest
290
+ }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
291
+ d: "M26 28L26 20 24 20 24 21 22 21 22 23 24 23 24 28 22 28 22 30 28 30 28 28 26 28zM28 16h2A14 14 0 0016 2V4A12 12 0 0128 16z"
292
+ })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
293
+ d: "M26 16A10 10 0 0016 6V16zM16 28A11.96 11.96 0 015.416 21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207 13.1207 0 014.19 18l-1.9677.4131A13.9173 13.9173 0 002.7 20.2993l-.0251.0083A13.9615 13.9615 0 0016 30zM5.5913 10L3.86 9a14.14 14.14 0 00-1.6382 4.5872l1.9677.3469A12.1519 12.1519 0 015.5913 10zM11.8164 4.7646L11.1328 2.887A13.976 13.976 0 006.9507 5.3278L8.2358 6.8593A11.9729 11.9729 0 0111.8164 4.7646z"
294
+ })), children);
295
+ });
296
+ if (process.env.NODE_ENV !== "production") {
297
+ WatsonHealthEdgeEnhancement_01.propTypes = iconPropTypes4cbeb95d.i;
298
+ }
299
+ const WatsonHealthEdgeEnhancement_02 = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement_02(_ref14, ref) {
300
+ let {
301
+ children,
302
+ size = 16,
303
+ ...rest
304
+ } = _ref14;
305
+ return /*#__PURE__*/React.createElement(Icon.default, {
306
+ width: size,
307
+ height: size,
308
+ ref: ref,
309
+ xmlns: "http://www.w3.org/2000/svg",
310
+ viewBox: "0 0 32 32",
311
+ fill: "currentColor",
312
+ ...rest
313
+ }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
314
+ d: "M28 30H22V26a2.002 2.002 0 012-2h2V22H22V20h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H24v2h4zM28 16h2A14 14 0 0016 2V4A12 12 0 0128 16z"
315
+ })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
316
+ d: "M26 16A10 10 0 0016 6V16zM16 28A11.96 11.96 0 015.416 21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207 13.1207 0 014.19 18l-1.9677.4131A13.9173 13.9173 0 002.7 20.2993l-.0251.0083A13.9615 13.9615 0 0016 30zM5.5913 10L3.86 9a14.14 14.14 0 00-1.6382 4.5872l1.9677.3469A12.1519 12.1519 0 015.5913 10zM11.8164 4.7646L11.1328 2.887A13.976 13.976 0 006.9507 5.3278L8.2358 6.8593A11.9729 11.9729 0 0111.8164 4.7646z"
317
+ })), children);
318
+ });
319
+ if (process.env.NODE_ENV !== "production") {
320
+ WatsonHealthEdgeEnhancement_02.propTypes = iconPropTypes4cbeb95d.i;
321
+ }
322
+ const WatsonHealthEdgeEnhancement_03 = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement_03(_ref15, ref) {
323
+ let {
324
+ children,
325
+ size = 16,
326
+ ...rest
327
+ } = _ref15;
328
+ return /*#__PURE__*/React.createElement(Icon.default, {
329
+ width: size,
330
+ height: size,
331
+ ref: ref,
332
+ xmlns: "http://www.w3.org/2000/svg",
333
+ viewBox: "0 0 32 32",
334
+ fill: "currentColor",
335
+ ...rest
336
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
337
+ d: "M26 20H22v2h4v2H23v2h3v2H22v2h4a2.0027 2.0027 0 002-2V22A2.0023 2.0023 0 0026 20zM28 16h2A14 14 0 0016 2V4A12 12 0 0128 16z"
338
+ })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
339
+ d: "M26 16A10 10 0 0016 6V16zM16 28A11.96 11.96 0 015.416 21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207 13.1207 0 014.19 18l-1.9677.4131A13.9173 13.9173 0 002.7 20.2993l-.0251.0083A13.9615 13.9615 0 0016 30zM5.5913 10L3.86 9a14.14 14.14 0 00-1.6382 4.5872l1.9677.3469A12.1519 12.1519 0 015.5913 10zM11.8164 4.7646L11.1328 2.887A13.976 13.976 0 006.9507 5.3278L8.2358 6.8593A11.9729 11.9729 0 0111.8164 4.7646z"
340
+ })), children);
341
+ });
342
+ if (process.env.NODE_ENV !== "production") {
343
+ WatsonHealthEdgeEnhancement_03.propTypes = iconPropTypes4cbeb95d.i;
344
+ }
345
+ const EdgeNode = /*#__PURE__*/React.forwardRef(function EdgeNode(_ref16, ref) {
346
+ let {
347
+ children,
348
+ size = 16,
349
+ ...rest
350
+ } = _ref16;
351
+ return /*#__PURE__*/React.createElement(Icon.default, {
352
+ width: size,
353
+ height: size,
354
+ ref: ref,
355
+ xmlns: "http://www.w3.org/2000/svg",
356
+ viewBox: "0 0 32 32",
357
+ fill: "currentColor",
358
+ ...rest
359
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
360
+ d: "M22 6H26V10H22z"
361
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
362
+ cx: "7",
363
+ cy: "7",
364
+ r: "1"
365
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
366
+ cx: "25",
367
+ cy: "25",
368
+ r: "1"
369
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
370
+ cx: "25",
371
+ cy: "21",
372
+ r: "1"
373
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
374
+ cx: "25",
375
+ cy: "17",
376
+ r: "1"
377
+ })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
378
+ d: "M22,17V15H20V14a2.0023,2.0023,0,0,0-2-2H17V10H15v2H13V10H11v2H10a2.0023,2.0023,0,0,0-2,2v1H6v2H8v2H6v2H8v1a2.0023,2.0023,0,0,0,2,2h1v2h2V24h2v2h2V24h1a2.0023,2.0023,0,0,0,2-2V21h2V19H20V17Zm-4,5H10V14h8Z"
379
+ })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
380
+ d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
381
+ })), children);
382
+ });
383
+ if (process.env.NODE_ENV !== "production") {
384
+ EdgeNode.propTypes = iconPropTypes4cbeb95d.i;
385
+ }
386
+ const EdgeNodeAlt = /*#__PURE__*/React.forwardRef(function EdgeNodeAlt(_ref17, ref) {
387
+ let {
388
+ children,
389
+ size = 16,
390
+ ...rest
391
+ } = _ref17;
392
+ return /*#__PURE__*/React.createElement(Icon.default, {
393
+ width: size,
394
+ height: size,
395
+ ref: ref,
396
+ xmlns: "http://www.w3.org/2000/svg",
397
+ viewBox: "0 0 32 32",
398
+ fill: "currentColor",
399
+ ...rest
400
+ }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
401
+ d: "M27,22a2.981,2.981,0,0,0-2.0374.811l-4.0039-2.4023a2.0429,2.0429,0,0,0,0-.8174l4.0039-2.4023A2.9909,2.9909,0,1,0,24,15a2.9345,2.9345,0,0,0,.0415.4092l-4.0039,2.4023a3,3,0,1,0,0,4.377l4.0039,2.4023A2.9345,2.9345,0,0,0,24,25a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,27,14Zm-9,7a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,18,21Zm9,5a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,27,26Z"
402
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
403
+ cx: "7",
404
+ cy: "8",
405
+ r: "1"
406
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
407
+ cx: "7",
408
+ cy: "16",
409
+ r: "1"
410
+ })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
411
+ cx: "7",
412
+ cy: "24",
413
+ r: "1"
414
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
415
+ d: "M22,13V5a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,5V27a2.0023,2.0023,0,0,0,2,2H20V27H4V21h8V19H4V13ZM4,5H20v6H4Z"
416
+ })), children);
417
+ });
418
+ if (process.env.NODE_ENV !== "production") {
419
+ EdgeNodeAlt.propTypes = iconPropTypes4cbeb95d.i;
420
+ }
421
+ const EdgeService = /*#__PURE__*/React.forwardRef(function EdgeService(_ref18, ref) {
422
+ let {
423
+ children,
424
+ size = 16,
425
+ ...rest
426
+ } = _ref18;
427
+ return /*#__PURE__*/React.createElement(Icon.default, {
428
+ width: size,
429
+ height: size,
430
+ ref: ref,
431
+ xmlns: "http://www.w3.org/2000/svg",
432
+ viewBox: "0 0 32 32",
433
+ fill: "currentColor",
434
+ ...rest
435
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
436
+ d: "M7 11H9V21H7zM11 11H13V21H11zM15 11H17V21H15zM19 11H21V21H19zM23 11H25V21H23z"
437
+ })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
438
+ d: "M28,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H28a2.0023,2.0023,0,0,1,2,2V24A2.0023,2.0023,0,0,1,28,26ZM4,8V24H28V8Z"
439
+ })), children);
440
+ });
441
+ if (process.env.NODE_ENV !== "production") {
442
+ EdgeService.propTypes = iconPropTypes4cbeb95d.i;
443
+ }
444
+ const Edit = /*#__PURE__*/React.forwardRef(function Edit(_ref19, ref) {
445
+ let {
446
+ children,
447
+ size = 16,
448
+ ...rest
449
+ } = _ref19;
450
+ return /*#__PURE__*/React.createElement(Icon.default, {
451
+ width: size,
452
+ height: size,
453
+ ref: ref,
454
+ xmlns: "http://www.w3.org/2000/svg",
455
+ viewBox: "0 0 32 32",
456
+ fill: "currentColor",
457
+ ...rest
458
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
459
+ d: "M2 26H30V28H2zM25.4 9c.8-.8.8-2 0-2.8 0 0 0 0 0 0l-3.6-3.6c-.8-.8-2-.8-2.8 0 0 0 0 0 0 0l-15 15V24h6.4L25.4 9zM20.4 4L24 7.6l-3 3L17.4 7 20.4 4zM6 22v-3.6l10-10 3.6 3.6-10 10H6z"
460
+ })), children);
461
+ });
462
+ if (process.env.NODE_ENV !== "production") {
463
+ Edit.propTypes = iconPropTypes4cbeb95d.i;
464
+ }
465
+ const EditOff = /*#__PURE__*/React.forwardRef(function EditOff(_ref20, ref) {
466
+ let {
467
+ children,
468
+ size = 16,
469
+ ...rest
470
+ } = _ref20;
471
+ return /*#__PURE__*/React.createElement(Icon.default, {
472
+ width: size,
473
+ height: size,
474
+ ref: ref,
475
+ xmlns: "http://www.w3.org/2000/svg",
476
+ viewBox: "0 0 32 32",
477
+ fill: "currentColor",
478
+ ...rest
479
+ }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
480
+ d: "M30 28.6L3.4 2 2 3.4l10.1 10.1L4 21.6V28h6.4l8.1-8.1L28.6 30 30 28.6zM9.6 26H6v-3.6l7.5-7.5 3.6 3.6L9.6 26zM29.4 6.2L29.4 6.2l-3.6-3.6c-.8-.8-2-.8-2.8 0l0 0 0 0-8 8 1.4 1.4L20 8.4l3.6 3.6L20 15.6l1.4 1.4 8-8C30.2 8.2 30.2 7 29.4 6.2L29.4 6.2zM25 10.6L21.4 7l3-3L28 7.6 25 10.6z"
481
+ })), children);
482
+ });
483
+ if (process.env.NODE_ENV !== "production") {
484
+ EditOff.propTypes = iconPropTypes4cbeb95d.i;
485
+ }
486
+ const EdtLoop = /*#__PURE__*/React.forwardRef(function EdtLoop(_ref21, ref) {
487
+ let {
488
+ children,
489
+ size = 16,
490
+ ...rest
491
+ } = _ref21;
492
+ return /*#__PURE__*/React.createElement(Icon.default, {
493
+ width: size,
494
+ height: size,
495
+ ref: ref,
496
+ xmlns: "http://www.w3.org/2000/svg",
497
+ viewBox: "0 0 32 32",
498
+ fill: "currentColor",
499
+ ...rest
500
+ }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
501
+ d: "M23.625,22.5875a6.1287,6.1287,0,0,1-4.5-1.9l-3.1-3.2-3.1,3.2a6.4582,6.4582,0,0,1-9.1,0,7.028,7.028,0,0,1-1.8-4.7,6.6547,6.6547,0,0,1,1.9-4.7,6.3375,6.3375,0,0,1,9,0l3.1,3.2,3.1-3.2a6.3375,6.3375,0,0,1,9,0,6.8282,6.8282,0,0,1,0,9.4A6.5418,6.5418,0,0,1,23.625,22.5875Zm-6.2-6.6,3.1,3.3a4.4061,4.4061,0,0,0,6.2,0,4.9077,4.9077,0,0,0,0-6.6,4.4061,4.4061,0,0,0-6.2,0Zm-9-4.6a4.1582,4.1582,0,0,0-3.1,1.3,4.8385,4.8385,0,0,0,0,6.6,4.4061,4.4061,0,0,0,6.2,0l3.1-3.3-3.1-3.3A4.7706,4.7706,0,0,0,8.425,11.3875Z"
502
+ })), children);
503
+ });
504
+ if (process.env.NODE_ENV !== "production") {
505
+ EdtLoop.propTypes = iconPropTypes4cbeb95d.i;
506
+ }
507
+ const Education = /*#__PURE__*/React.forwardRef(function Education(_ref22, ref) {
508
+ let {
509
+ children,
510
+ size = 16,
511
+ ...rest
512
+ } = _ref22;
513
+ return /*#__PURE__*/React.createElement(Icon.default, {
514
+ width: size,
515
+ height: size,
516
+ ref: ref,
517
+ xmlns: "http://www.w3.org/2000/svg",
518
+ viewBox: "0 0 32 32",
519
+ fill: "currentColor",
520
+ ...rest
521
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
522
+ d: "M26 30H24V27a5.0059 5.0059 0 00-5-5H13a5.0059 5.0059 0 00-5 5v3H6V27a7.0082 7.0082 0 017-7h6a7.0082 7.0082 0 017 7zM5 6A1 1 0 004 7v9H6V7A1 1 0 005 6z"
523
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
524
+ d: "M4,2V4H9v7a7,7,0,0,0,14,0V4h5V2Zm7,2H21V7H11Zm5,12a5,5,0,0,1-5-5V9H21v2A5,5,0,0,1,16,16Z"
525
+ })), children);
526
+ });
527
+ if (process.env.NODE_ENV !== "production") {
528
+ Education.propTypes = iconPropTypes4cbeb95d.i;
529
+ }
530
+ const Email = /*#__PURE__*/React.forwardRef(function Email(_ref23, ref) {
531
+ let {
532
+ children,
533
+ size = 16,
534
+ ...rest
535
+ } = _ref23;
536
+ return /*#__PURE__*/React.createElement(Icon.default, {
537
+ width: size,
538
+ height: size,
539
+ ref: ref,
540
+ xmlns: "http://www.w3.org/2000/svg",
541
+ viewBox: "0 0 32 32",
542
+ fill: "currentColor",
543
+ ...rest
544
+ }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
545
+ 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,6ZM25.8,8,16,14.78,6.2,8ZM4,24V8.91l11.43,7.91a1,1,0,0,0,1.14,0L28,8.91V24Z"
546
+ })), children);
547
+ });
548
+ if (process.env.NODE_ENV !== "production") {
549
+ Email.propTypes = iconPropTypes4cbeb95d.i;
550
+ }
551
+ const EmailNew = /*#__PURE__*/React.forwardRef(function EmailNew(_ref24, ref) {
552
+ let {
553
+ children,
554
+ size = 16,
555
+ ...rest
556
+ } = _ref24;
557
+ return /*#__PURE__*/React.createElement(Icon.default, {
558
+ width: size,
559
+ height: size,
560
+ ref: ref,
561
+ xmlns: "http://www.w3.org/2000/svg",
562
+ viewBox: "0 0 32 32",
563
+ fill: "currentColor",
564
+ ...rest
565
+ }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
566
+ d: "M19,24H4L3.9966,8.9062l11.4341,7.9161a1.0008,1.0008,0,0,0,1.1386,0L28,8.9087,28,18h2V8a2.0027,2.0027,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,8V24a2.0027,2.0027,0,0,0,2,2H19ZM25.7986,8,16,14.7837,6.2014,8Z"
567
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
568
+ cx: "26",
569
+ cy: "24",
570
+ r: "4"
571
+ })), children);
572
+ });
573
+ if (process.env.NODE_ENV !== "production") {
574
+ EmailNew.propTypes = iconPropTypes4cbeb95d.i;
575
+ }
576
+ const Encryption = /*#__PURE__*/React.forwardRef(function Encryption(_ref25, ref) {
577
+ let {
578
+ children,
579
+ size = 16,
580
+ ...rest
581
+ } = _ref25;
582
+ return /*#__PURE__*/React.createElement(Icon.default, {
583
+ width: size,
584
+ height: size,
585
+ ref: ref,
586
+ xmlns: "http://www.w3.org/2000/svg",
587
+ viewBox: "0 0 32 32",
588
+ fill: "currentColor",
589
+ ...rest
590
+ }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
591
+ d: "M29 21.2783V19a4 4 0 00-8 0v2.2783A1.9935 1.9935 0 0020 23v5a2.0025 2.0025 0 002 2h6a2.0025 2.0025 0 002-2V23A1.9935 1.9935 0 0029 21.2783zM25 17a2.0025 2.0025 0 012 2v2H23V19A2.0025 2.0025 0 0125 17zM22 28V23h6v5zM2 2H4V6H2zM14 2H16V6H14zM18 2H20V6H18zM2 8H4V16H2zM2 18H4V26H2zM14 18H16V26H14zM6 8H8V16H6zM18 8H20V14H18zM10 26H8a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2h2a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0110 26zM8 20v4h2V20zM14 16H12a2.0023 2.0023 0 01-2-2V10a2.0023 2.0023 0 012-2h2a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0114 16zm-2-6v4h2V10zM10 6H8A2.0023 2.0023 0 016 4V2H8V4h2V2h2V4A2.0023 2.0023 0 0110 6z"
592
+ })), children);
593
+ });
594
+ if (process.env.NODE_ENV !== "production") {
595
+ Encryption.propTypes = iconPropTypes4cbeb95d.i;
596
+ }
597
+ const EnergyRenewable = /*#__PURE__*/React.forwardRef(function EnergyRenewable(_ref26, ref) {
598
+ let {
599
+ children,
600
+ size = 16,
601
+ ...rest
602
+ } = _ref26;
603
+ return /*#__PURE__*/React.createElement(Icon.default, {
604
+ width: size,
605
+ height: size,
606
+ ref: ref,
607
+ xmlns: "http://www.w3.org/2000/svg",
608
+ viewBox: "0 0 32 32",
609
+ fill: "currentColor",
610
+ ...rest
611
+ }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
612
+ d: "M29,14H28V10H26v4H24V10H22v4H21a1,1,0,0,0-1,1v4a5.0079,5.0079,0,0,0,4,4.8989V27a1.0008,1.0008,0,0,1-1,1H5a1,1,0,0,1,0-2h5a3,3,0,0,0,0-6H5a1,1,0,0,1,0-2h5a3.0033,3.0033,0,0,0,3-3V11h1a4.0045,4.0045,0,0,0,4-4V4H15a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,7,2H4V5a6.0066,6.0066,0,0,0,6,6h1v4a1.0008,1.0008,0,0,1-1,1H5a3,3,0,0,0,0,6h5a1,1,0,0,1,0,2H5a3,3,0,0,0,0,6H23a3.0033,3.0033,0,0,0,3-3V23.8989A5.0079,5.0079,0,0,0,30,19V15A1,1,0,0,0,29,14ZM13,8a2.002,2.002,0,0,1,2-2h1V7a2.002,2.002,0,0,1-2,2H13ZM10,9A4.0045,4.0045,0,0,1,6,5V4H7a4.0045,4.0045,0,0,1,4,4V9ZM28,19a3,3,0,0,1-6,0V16h6Z"
613
+ })), children);
614
+ });
615
+ if (process.env.NODE_ENV !== "production") {
616
+ EnergyRenewable.propTypes = iconPropTypes4cbeb95d.i;
617
+ }
618
+ const Enterprise = /*#__PURE__*/React.forwardRef(function Enterprise(_ref27, ref) {
619
+ let {
620
+ children,
621
+ size = 16,
622
+ ...rest
623
+ } = _ref27;
624
+ return /*#__PURE__*/React.createElement(Icon.default, {
625
+ width: size,
626
+ height: size,
627
+ ref: ref,
628
+ xmlns: "http://www.w3.org/2000/svg",
629
+ viewBox: "0 0 32 32",
630
+ fill: "currentColor",
631
+ ...rest
632
+ }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
633
+ d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14z"
634
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
635
+ d: "M30,14a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30ZM4,4H20V28H4ZM22,28V14h6V28Z"
636
+ })), children);
637
+ });
638
+ if (process.env.NODE_ENV !== "production") {
639
+ Enterprise.propTypes = iconPropTypes4cbeb95d.i;
640
+ }
641
+ const EnumerationDefinition = /*#__PURE__*/React.forwardRef(function EnumerationDefinition(_ref28, ref) {
642
+ let {
643
+ children,
644
+ size = 16,
645
+ ...rest
646
+ } = _ref28;
647
+ return /*#__PURE__*/React.createElement(Icon.default, {
648
+ width: size,
649
+ height: size,
650
+ ref: ref,
651
+ xmlns: "http://www.w3.org/2000/svg",
652
+ viewBox: "0 0 32 32",
653
+ fill: "currentColor",
654
+ ...rest
655
+ }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
656
+ strokeWidth: "0",
657
+ d: "M19.5328 16.0691c0-.9631.8772-1.4445 1.7885-1.4445 1.0486 0 1.4783.6532 1.4783 1.9257v5.4497h2.2004v-5.6732c0-2.2352-1.0315-3.5072-2.8712-3.5072-1.3922 0-2.1488.7395-2.5096 1.7021h-.0863v-1.4957h-2.2006v8.974h2.2006v-5.9309zM14.908 19.9883L9.2693 19.9883 9.2693 16.9282 14.2548 16.9282 14.2548 14.917 9.2693 14.917 9.2693 12.0117 14.908 12.0117 14.908 10 7 10 7 22 14.908 22 14.908 19.9883z"
658
+ })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
659
+ strokeWidth: "0",
660
+ d: "m2,4v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2Zm26,24H4V4h24v24Z"
661
+ })), children);
662
+ });
663
+ if (process.env.NODE_ENV !== "production") {
664
+ EnumerationDefinition.propTypes = iconPropTypes4cbeb95d.i;
665
+ }
666
+ const EnumerationUsage = /*#__PURE__*/React.forwardRef(function EnumerationUsage(_ref29, ref) {
667
+ let {
668
+ children,
669
+ size = 16,
670
+ ...rest
671
+ } = _ref29;
672
+ return /*#__PURE__*/React.createElement(Icon.default, {
673
+ width: size,
674
+ height: size,
675
+ ref: ref,
676
+ xmlns: "http://www.w3.org/2000/svg",
677
+ viewBox: "0 0 32 32",
678
+ fill: "currentColor",
679
+ ...rest
680
+ }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
681
+ strokeWidth: "0",
682
+ d: "M19.5328 16.0691c0-.9631.8772-1.4445 1.7885-1.4445 1.0486 0 1.4783.6532 1.4783 1.9257v5.4497h2.2004v-5.6732c0-2.2352-1.0315-3.5072-2.8712-3.5072-1.3922 0-2.1488.7395-2.5096 1.7021h-.0863v-1.4957h-2.2006v8.974h2.2006v-5.9309zM14.908 19.9883L9.2693 19.9883 9.2693 16.9282 14.2548 16.9282 14.2548 14.917 9.2693 14.917 9.2693 12.0117 14.908 12.0117 14.908 10 7 10 7 22 14.908 22 14.908 19.9883z"
683
+ })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
684
+ strokeWidth: "0",
685
+ 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"
686
+ })), children);
687
+ });
688
+ if (process.env.NODE_ENV !== "production") {
689
+ EnumerationUsage.propTypes = iconPropTypes4cbeb95d.i;
690
+ }
691
+ const EqualApproximately = /*#__PURE__*/React.forwardRef(function EqualApproximately(_ref30, ref) {
692
+ let {
693
+ children,
694
+ size = 16,
695
+ ...rest
696
+ } = _ref30;
697
+ return /*#__PURE__*/React.createElement(Icon.default, {
698
+ width: size,
699
+ height: size,
700
+ ref: ref,
701
+ xmlns: "http://www.w3.org/2000/svg",
702
+ viewBox: "0 0 32 32",
703
+ fill: "currentColor",
704
+ ...rest
705
+ }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
706
+ d: "M20 15c-1.7771 0-3.2314-.8726-4.5144-1.6425-1.1636-.6981-2.2627-1.3575-3.4856-1.3575-1.3977 0-2.449.8629-3.2927 1.707l-1.4146-1.4141c1.0674-1.0675 2.5669-2.293 4.7073-2.293 1.7771 0 3.2314.8726 4.5144 1.6425 1.1636.6981 2.2627 1.3575 3.4856 1.3575 1.3975 0 2.4487-.8629 3.293-1.7072l1.4141 1.4143c-1.0674 1.0675-2.5671 2.2928-4.707 2.2928zM20 22c-1.7771 0-3.2314-.8726-4.5144-1.6425-1.1636-.6981-2.2627-1.3575-3.4856-1.3575-1.3977 0-2.449.8629-3.2927 1.707l-1.4146-1.4141c1.0674-1.0675 2.5669-2.293 4.7073-2.293 1.7771 0 3.2314.8726 4.5144 1.6425 1.1636.6981 2.2627 1.3575 3.4856 1.3575 1.3975 0 2.4487-.8629 3.293-1.7072l1.4141 1.4143c-1.0674 1.0675-2.5671 2.2928-4.707 2.2928z"
707
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
708
+ d: "m16,30c-7.7197,0-14-6.2804-14-14S8.2802,2,16,2s14,6.2804,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3832-12,12s5.3833,12,12,12,12-5.3832,12-12-5.3833-12-12-12Z"
709
+ })), children);
710
+ });
711
+ if (process.env.NODE_ENV !== "production") {
712
+ EqualApproximately.propTypes = iconPropTypes4cbeb95d.i;
713
+ }
714
+ const Equalizer = /*#__PURE__*/React.forwardRef(function Equalizer(_ref31, ref) {
715
+ let {
716
+ children,
717
+ size = 16,
718
+ ...rest
719
+ } = _ref31;
720
+ return /*#__PURE__*/React.createElement(Icon.default, {
721
+ width: size,
722
+ height: size,
723
+ ref: ref,
724
+ xmlns: "http://www.w3.org/2000/svg",
725
+ viewBox: "0 0 32 32",
726
+ fill: "currentColor",
727
+ ...rest
728
+ }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
729
+ d: "M2 28H10V30H2zM2 24H10V26H2zM12 28H20V30H12zM12 24H20V26H12zM2 20H10V22H2zM12 20H20V22H12zM2 16H10V18H2zM12 16H20V18H12zM12 12H20V14H12zM12 8H20V10H12zM12 4H20V6H12zM22 28H30V30H22zM22 24H30V26H22z"
730
+ })), children);
731
+ });
732
+ if (process.env.NODE_ENV !== "production") {
733
+ Equalizer.propTypes = iconPropTypes4cbeb95d.i;
734
+ }
735
+ const Erase = /*#__PURE__*/React.forwardRef(function Erase(_ref32, ref) {
736
+ let {
737
+ children,
738
+ size = 16,
739
+ ...rest
740
+ } = _ref32;
741
+ return /*#__PURE__*/React.createElement(Icon.default, {
742
+ width: size,
743
+ height: size,
744
+ ref: ref,
745
+ xmlns: "http://www.w3.org/2000/svg",
746
+ viewBox: "0 0 32 32",
747
+ fill: "currentColor",
748
+ ...rest
749
+ }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
750
+ d: "M7 27H30V29H7zM27.38 10.51L19.45 2.59a2 2 0 00-2.83 0l-14 14a2 2 0 000 2.83L7.13 24h9.59L27.38 13.34A2 2 0 0027.38 10.51zM15.89 22H8L4 18l6.31-6.31 7.93 7.92zm3.76-3.76l-7.92-7.93L18 4 26 11.93z"
751
+ })), children);
752
+ });
753
+ if (process.env.NODE_ENV !== "production") {
754
+ Erase.propTypes = iconPropTypes4cbeb95d.i;
755
+ }
756
+ const WatsonHealthErase_3D = /*#__PURE__*/React.forwardRef(function WatsonHealthErase_3D(_ref33, ref) {
757
+ let {
758
+ children,
759
+ size = 16,
760
+ ...rest
761
+ } = _ref33;
762
+ return /*#__PURE__*/React.createElement(Icon.default, {
763
+ width: size,
764
+ height: size,
765
+ ref: ref,
766
+ xmlns: "http://www.w3.org/2000/svg",
767
+ viewBox: "0 0 32 32",
768
+ fill: "currentColor",
769
+ ...rest
770
+ }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
771
+ d: "M30.4148 16.5132L22.488 8.5859a2.0014 2.0014 0 00-2.8291 0L5.6208 22.624a2.0024 2.0024 0 000 2.8291L10.1663 30h9.5908L30.4148 19.3413A2.001 2.001 0 0030.4148 16.5132zM18.929 28H10.9949l-3.96-3.9619 6.3123-6.3118 7.9276 7.9276zm3.76-3.76l-7.9276-7.9276L21.074 10l7.9267 7.9272zM11 12H8V2h3a3.0033 3.0033 0 013 3V9A3.0033 3.0033 0 0111 12zm-1-2h1a1.0009 1.0009 0 001-1V5a1.0009 1.0009 0 00-1-1H10zM4 2H0V4H4V6H1V8H4v2H0v2H4a2.0027 2.0027 0 002-2V4A2.0023 2.0023 0 004 2z"
772
+ })), children);
773
+ });
774
+ if (process.env.NODE_ENV !== "production") {
775
+ WatsonHealthErase_3D.propTypes = iconPropTypes4cbeb95d.i;
776
+ }
777
+ const Error = /*#__PURE__*/React.forwardRef(function Error(_ref34, ref) {
778
+ let {
779
+ children,
780
+ size = 16,
781
+ ...rest
782
+ } = _ref34;
783
+ return /*#__PURE__*/React.createElement(Icon.default, {
784
+ width: size,
785
+ height: size,
786
+ ref: ref,
787
+ xmlns: "http://www.w3.org/2000/svg",
788
+ viewBox: "0 0 32 32",
789
+ fill: "currentColor",
790
+ ...rest
791
+ }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
792
+ d: "M2,16H2A14,14,0,1,0,16,2,14,14,0,0,0,2,16Zm23.15,7.75L8.25,6.85a12,12,0,0,1,16.9,16.9ZM8.24,25.16A12,12,0,0,1,6.84,8.27L23.73,25.16a12,12,0,0,1-15.49,0Z"
793
+ })), children);
794
+ });
795
+ if (process.env.NODE_ENV !== "production") {
796
+ Error.propTypes = iconPropTypes4cbeb95d.i;
797
+ }
798
+ const ErrorFilled = /*#__PURE__*/React.forwardRef(function ErrorFilled(_ref35, ref) {
799
+ let {
800
+ children,
801
+ size = 16,
802
+ ...rest
803
+ } = _ref35;
804
+ if (size === 16 || size === "16" || size === "16px") {
805
+ return /*#__PURE__*/React.createElement(Icon.default, {
806
+ width: size,
807
+ height: size,
808
+ ref: ref,
809
+ xmlns: "http://www.w3.org/2000/svg",
810
+ viewBox: "0 0 16 16",
811
+ fill: "currentColor",
812
+ ...rest
813
+ }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
814
+ d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L4.5,5.3l0.8-0.8l6.2,6.2L10.7,11.5z"
815
+ })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
816
+ fill: "none",
817
+ d: "M10.7,11.5L4.5,5.3l0.8-0.8l6.2,6.2L10.7,11.5z",
818
+ "data-icon-path": "inner-path",
819
+ opacity: "0"
820
+ })), children);
821
+ }
822
+ if (size === 20 || size === "20" || size === "20px") {
823
+ return /*#__PURE__*/React.createElement(Icon.default, {
824
+ width: size,
825
+ height: size,
826
+ ref: ref,
827
+ xmlns: "http://www.w3.org/2000/svg",
828
+ viewBox: "0 0 20 20",
829
+ fill: "currentColor",
830
+ ...rest
831
+ }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
832
+ d: "M10,1c-5,0-9,4-9,9s4,9,9,9s9-4,9-9S15,1,10,1z M13.5,14.5l-8-8l1-1l8,8L13.5,14.5z"
833
+ })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
834
+ d: "M13.5,14.5l-8-8l1-1l8,8L13.5,14.5z",
835
+ "data-icon-path": "inner-path",
836
+ opacity: "0"
837
+ })), children);
838
+ }
839
+ if (size === 24 || size === "24" || size === "24px") {
840
+ return /*#__PURE__*/React.createElement(Icon.default, {
841
+ width: size,
842
+ height: size,
843
+ ref: ref,
844
+ xmlns: "http://www.w3.org/2000/svg",
845
+ viewBox: "0 0 24 24",
846
+ fill: "currentColor",
847
+ ...rest
848
+ }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
849
+ d: "M12,1C5.9,1,1,5.9,1,12s4.9,11,11,11s11-4.9,11-11S18.1,1,12,1z M16.3,17.5L6.5,7.7l1.2-1.2l9.8,9.8L16.3,17.5z"
850
+ })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
851
+ fill: "none",
852
+ d: "M16.3,17.5L6.5,7.7l1.2-1.2l9.8,9.8L16.3,17.5z",
853
+ "data-icon-path": "inner-path",
854
+ opacity: "0"
855
+ })), children);
856
+ }
857
+ return /*#__PURE__*/React.createElement(Icon.default, {
858
+ width: size,
859
+ height: size,
860
+ ref: ref,
861
+ xmlns: "http://www.w3.org/2000/svg",
862
+ viewBox: "0 0 32 32",
863
+ fill: "currentColor",
864
+ ...rest
865
+ }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
866
+ fill: "none",
867
+ d: "M14.9 7.2H17.1V24.799H14.9z",
868
+ "data-icon-path": "inner-path",
869
+ transform: "rotate(-45 16 16)"
870
+ })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
871
+ d: "M16,2A13.914,13.914,0,0,0,2,16,13.914,13.914,0,0,0,16,30,13.914,13.914,0,0,0,30,16,13.914,13.914,0,0,0,16,2Zm5.4449,21L9,10.5557,10.5557,9,23,21.4448Z"
872
+ })), children);
873
+ });
874
+ if (process.env.NODE_ENV !== "production") {
875
+ ErrorFilled.propTypes = iconPropTypes4cbeb95d.i;
876
+ }
877
+ const ErrorOutline = /*#__PURE__*/React.forwardRef(function ErrorOutline(_ref36, ref) {
878
+ let {
879
+ children,
880
+ size = 16,
881
+ ...rest
882
+ } = _ref36;
883
+ if (size === 16 || size === "16" || size === "16px") {
884
+ return /*#__PURE__*/React.createElement(Icon.default, {
885
+ width: size,
886
+ height: size,
887
+ ref: ref,
888
+ xmlns: "http://www.w3.org/2000/svg",
889
+ viewBox: "0 0 16 16",
890
+ fill: "currentColor",
891
+ ...rest
892
+ }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
893
+ d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"
894
+ })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
895
+ d: "M7.4 3.6H8.5V12.4H7.4z",
896
+ transform: "rotate(-45.001 8 8)"
897
+ })), children);
898
+ }
899
+ return /*#__PURE__*/React.createElement(Icon.default, {
900
+ width: size,
901
+ height: size,
902
+ ref: ref,
903
+ xmlns: "http://www.w3.org/2000/svg",
904
+ viewBox: "0 0 32 32",
905
+ fill: "currentColor",
906
+ ...rest
907
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
908
+ d: "M14.9 7.2H17.1V24.799H14.9z",
909
+ transform: "rotate(-45 16 16)"
910
+ })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
911
+ d: "M16,2A13.9138,13.9138,0,0,0,2,16,13.9138,13.9138,0,0,0,16,30,13.9138,13.9138,0,0,0,30,16,13.9138,13.9138,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12.0353,12.0353,0,0,1,16,28Z"
912
+ })), children);
913
+ });
914
+ if (process.env.NODE_ENV !== "production") {
915
+ ErrorOutline.propTypes = iconPropTypes4cbeb95d.i;
916
+ }
917
+ const Event = /*#__PURE__*/React.forwardRef(function Event(_ref37, ref) {
918
+ let {
919
+ children,
920
+ size = 16,
921
+ ...rest
922
+ } = _ref37;
923
+ return /*#__PURE__*/React.createElement(Icon.default, {
924
+ width: size,
925
+ height: size,
926
+ ref: ref,
927
+ xmlns: "http://www.w3.org/2000/svg",
928
+ viewBox: "0 0 32 32",
929
+ fill: "currentColor",
930
+ ...rest
931
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
932
+ d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
933
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
934
+ d: "M21 15L23.549 19.938 29 20.729 25 24.573 26 30 21 27.438 16 30 17 24.573 13 20.729 18.6 19.938 21 15z"
935
+ })), children);
936
+ });
937
+ if (process.env.NODE_ENV !== "production") {
938
+ Event.propTypes = iconPropTypes4cbeb95d.i;
939
+ }
940
+ const EventChange = /*#__PURE__*/React.forwardRef(function EventChange(_ref38, ref) {
941
+ let {
942
+ children,
943
+ size = 16,
944
+ ...rest
945
+ } = _ref38;
946
+ return /*#__PURE__*/React.createElement(Icon.default, {
947
+ width: size,
948
+ height: size,
949
+ ref: ref,
950
+ xmlns: "http://www.w3.org/2000/svg",
951
+ viewBox: "0 0 32 32",
952
+ fill: "currentColor",
953
+ ...rest
954
+ }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
955
+ d: "M17 15H19V22H17z"
956
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
957
+ cx: "18",
958
+ cy: "25",
959
+ r: "1.25"
960
+ })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
961
+ d: "M29 30H7c-.3499 0-.6743-.1829-.8555-.4823s-.1926-.6718-.0303-.9817L17.1143 7.536c.1726-.3296.5292-.536.8857-.536s.7131.2064.8857.536l11 21c.1624.3099.1509.6823-.0303.9817s-.5056.4823-.8555.4823zm-20.3474-2h18.6948l-9.3474-17.8448-9.3474 17.8448zM7 23H3c-.3467 0-.6685-.1794-.8506-.4742-.1824-.2948-.1987-.663-.0439-.973l2.5-5 1.7891.8945-1.7766 3.5527h2.3821v2z"
962
+ })), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
963
+ d: "M4.955 11.5H10.545V13.5H4.955z",
964
+ transform: "rotate(-63.435 7.75 12.5)"
965
+ })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
966
+ d: "m10.8945,8.4473l-1.7891-.8945,2.5-5c.1694-.3387.532-.5527.8945-.5527s.7251.214.8945.5527l2,4-1.7891.8945-1.1055-2.2112-1.6055,3.2112Z"
967
+ })), children);
968
+ });
969
+ if (process.env.NODE_ENV !== "production") {
970
+ EventChange.propTypes = iconPropTypes4cbeb95d.i;
971
+ }
972
+ const EventIncident = /*#__PURE__*/React.forwardRef(function EventIncident(_ref39, ref) {
973
+ let {
974
+ children,
975
+ size = 16,
976
+ ...rest
977
+ } = _ref39;
978
+ return /*#__PURE__*/React.createElement(Icon.default, {
979
+ width: size,
980
+ height: size,
981
+ ref: ref,
982
+ xmlns: "http://www.w3.org/2000/svg",
983
+ viewBox: "0 0 32 32",
984
+ fill: "currentColor",
985
+ ...rest
986
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
987
+ d: "M21.0176 26.7217L22.016 28.4541 24.9938 26.7322 24.9938 30 26.9907 30 26.9907 26.7316 30.0016 28.4727 31 26.7402 27.9898 24.9996 30.9902 23.2646 29.9918 21.5322 26.9907 23.2677 26.9907 20 24.9938 20 24.9938 23.2672 21.9984 21.5352 21 23.2676 23.9954 24.9996 21.0176 26.7217zM16 23c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 12H17V21H15z"
988
+ })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
989
+ d: "m18,30H3c-.3494,0-.6736-.1824-.8547-.4811-.1814-.2986-.1936-.6703-.0325-.9802L15.1128,3.5387c.1721-.3311.5297-.5387.8872-.5387s.7151.2076.8872.5387l6.76,13-1.7744.9226-5.8728-11.2938L4.6472,28h13.3528v2Z"
990
+ })), children);
991
+ });
992
+ if (process.env.NODE_ENV !== "production") {
993
+ EventIncident.propTypes = iconPropTypes4cbeb95d.i;
994
+ }
995
+ const EventSchedule = /*#__PURE__*/React.forwardRef(function EventSchedule(_ref40, ref) {
996
+ let {
997
+ children,
998
+ size = 16,
999
+ ...rest
1000
+ } = _ref40;
1001
+ return /*#__PURE__*/React.createElement(Icon.default, {
1002
+ width: size,
1003
+ height: size,
1004
+ ref: ref,
1005
+ xmlns: "http://www.w3.org/2000/svg",
1006
+ viewBox: "0 0 32 32",
1007
+ fill: "currentColor",
1008
+ ...rest
1009
+ }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1010
+ d: "M21,30a8,8,0,1,1,8-8A8,8,0,0,1,21,30Zm0-14a6,6,0,1,0,6,6A6,6,0,0,0,21,16Z"
1011
+ })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1012
+ d: "M22.59 25L20 22.41 20 18 22 18 22 21.59 24 23.59 22.59 25z"
1013
+ })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1014
+ d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
1015
+ })), children);
1016
+ });
1017
+ if (process.env.NODE_ENV !== "production") {
1018
+ EventSchedule.propTypes = iconPropTypes4cbeb95d.i;
1019
+ }
1020
+ const EventWarning = /*#__PURE__*/React.forwardRef(function EventWarning(_ref41, ref) {
1021
+ let {
1022
+ children,
1023
+ size = 16,
1024
+ ...rest
1025
+ } = _ref41;
1026
+ return /*#__PURE__*/React.createElement(Icon.default, {
1027
+ width: size,
1028
+ height: size,
1029
+ ref: ref,
1030
+ xmlns: "http://www.w3.org/2000/svg",
1031
+ viewBox: "0 0 32 32",
1032
+ fill: "currentColor",
1033
+ ...rest
1034
+ }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1035
+ d: "M27.3803 28h-6.7625l3.3822-6.7642 3.3803 6.7642zm-3.3803-10c-.3915 0-.7305.2251-.8947.5527l-5 10c-.0674.1348-.1053.2866-.1053.4473 0 .5522.4477 1 1 1h10c.5523 0 1-.4478 1-1 0-.1382-.028-.2695-.0786-.3892l-5.0269-10.0581c-.1641-.3276-.5031-.5527-.8946-.5527h0zM16 23c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 12H17V21H15z"
1036
+ })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1037
+ d: "m15,30H3c-.3494,0-.6736-.1824-.8547-.4811-.1814-.2986-.1936-.6703-.0325-.9802L15.1128,3.5387c.1721-.3311.5297-.5387.8872-.5387s.7151.2076.8872.5387l6,11.5385-1.7744.9226-5.1128-9.8322L4.6472,28h10.3528v2Z"
1038
+ })), children);
1039
+ });
1040
+ if (process.env.NODE_ENV !== "production") {
1041
+ EventWarning.propTypes = iconPropTypes4cbeb95d.i;
1042
+ }
1043
+ const Events = /*#__PURE__*/React.forwardRef(function Events(_ref42, ref) {
1044
+ let {
1045
+ children,
1046
+ size = 16,
1047
+ ...rest
1048
+ } = _ref42;
1049
+ return /*#__PURE__*/React.createElement(Icon.default, {
1050
+ width: size,
1051
+ height: size,
1052
+ ref: ref,
1053
+ xmlns: "http://www.w3.org/2000/svg",
1054
+ viewBox: "0 0 32 32",
1055
+ fill: "currentColor",
1056
+ ...rest
1057
+ }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1058
+ d: "M26 14H24v2h2a3.0033 3.0033 0 013 3v4h2V19A5.0058 5.0058 0 0026 14zM24 4a3 3 0 11-3 3 3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0024 2zM23 30H21V28a3.0033 3.0033 0 00-3-3H14a3.0033 3.0033 0 00-3 3v2H9V28a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM16 13a3 3 0 11-3 3 3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0016 11zM8 14H6a5.0059 5.0059 0 00-5 5v4H3V19a3.0033 3.0033 0 013-3H8zM8 4A3 3 0 115 7 3 3 0 018 4M8 2a5 5 0 105 5A5 5 0 008 2z"
1059
+ })), children);
1060
+ });
1061
+ if (process.env.NODE_ENV !== "production") {
1062
+ Events.propTypes = iconPropTypes4cbeb95d.i;
1063
+ }
1064
+ const EventsAlt = /*#__PURE__*/React.forwardRef(function EventsAlt(_ref43, ref) {
1065
+ let {
1066
+ children,
1067
+ size = 16,
1068
+ ...rest
1069
+ } = _ref43;
1070
+ return /*#__PURE__*/React.createElement(Icon.default, {
1071
+ width: size,
1072
+ height: size,
1073
+ ref: ref,
1074
+ xmlns: "http://www.w3.org/2000/svg",
1075
+ viewBox: "0 0 32 32",
1076
+ fill: "currentColor",
1077
+ ...rest
1078
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1079
+ d: "M18 31h2V29a1.0006 1.0006 0 011-1h6a1.0006 1.0006 0 011 1v2h2V29a3.0033 3.0033 0 00-3-3H21a3.0033 3.0033 0 00-3 3zM24 25a4 4 0 114-4A4.0039 4.0039 0 0124 25zm0-6a2 2 0 102 2A2.0027 2.0027 0 0024 19zM2 31H4V29a1.0009 1.0009 0 011-1h6a1.0009 1.0009 0 011 1v2h2V29a3.0033 3.0033 0 00-3-3H5a3.0033 3.0033 0 00-3 3zM8 25a4 4 0 114-4A4.0042 4.0042 0 018 25zm0-6a2 2 0 102 2A2.0023 2.0023 0 008 19zM18 16h2V14a1.0009 1.0009 0 011-1h6a1.0009 1.0009 0 011 1v2h2V14a3.0033 3.0033 0 00-3-3H21a3.0033 3.0033 0 00-3 3zM24 10a4 4 0 114-4A4.0042 4.0042 0 0124 10zm0-6a2 2 0 102 2A2.0023 2.0023 0 0024 4zM2 16H4V14a1.0013 1.0013 0 011-1h6a1.0013 1.0013 0 011 1v2h2V14a3.0033 3.0033 0 00-3-3H5a3.0033 3.0033 0 00-3 3zM8 10a4 4 0 114-4A4.0045 4.0045 0 018 10zM8 4a2 2 0 102 2A2.002 2.002 0 008 4z"
1080
+ })), children);
1081
+ });
1082
+ if (process.env.NODE_ENV !== "production") {
1083
+ EventsAlt.propTypes = iconPropTypes4cbeb95d.i;
1084
+ }
1085
+ const ExamMode = /*#__PURE__*/React.forwardRef(function ExamMode(_ref44, ref) {
1086
+ let {
1087
+ children,
1088
+ size = 16,
1089
+ ...rest
1090
+ } = _ref44;
1091
+ return /*#__PURE__*/React.createElement(Icon.default, {
1092
+ width: size,
1093
+ height: size,
1094
+ ref: ref,
1095
+ xmlns: "http://www.w3.org/2000/svg",
1096
+ viewBox: "0 0 32 32",
1097
+ fill: "currentColor",
1098
+ ...rest
1099
+ }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1100
+ d: "M25 23v3H7V16.83l3.59 3.58L12 19 6 13 0 19l1.41 1.41L5 16.83V26a2 2 0 002 2H25a2 2 0 002-2V23zM27 7v9.17l3.59-3.58L32 14l-6 6-6-6 1.41-1.41L25 16.17V7H13V5H25A2 2 0 0127 7zM8 10H4A2 2 0 012 8V4A2 2 0 014 2H8a2 2 0 012 2V8A2 2 0 018 10zM4 4V8H8V4z"
1101
+ })), children);
1102
+ });
1103
+ if (process.env.NODE_ENV !== "production") {
1104
+ ExamMode.propTypes = iconPropTypes4cbeb95d.i;
1105
+ }
1106
+ const ExecutableProgram = /*#__PURE__*/React.forwardRef(function ExecutableProgram(_ref45, ref) {
1107
+ let {
1108
+ children,
1109
+ size = 16,
1110
+ ...rest
1111
+ } = _ref45;
1112
+ return /*#__PURE__*/React.createElement(Icon.default, {
1113
+ width: size,
1114
+ height: size,
1115
+ ref: ref,
1116
+ xmlns: "http://www.w3.org/2000/svg",
1117
+ viewBox: "0 0 32 32",
1118
+ fill: "currentColor",
1119
+ ...rest
1120
+ }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1121
+ fillRule: "evenodd",
1122
+ d: "M25 21L32 26 25 31 25 21z"
1123
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1124
+ d: "M20.17 19L17.58 21.59 19 23 23 19 19 15 17.58 16.41 20.17 19zM11.83 19L14.42 16.41 13 15 9 19 13 23 14.42 21.59 11.83 19z"
1125
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1126
+ cx: "9",
1127
+ cy: "8",
1128
+ r: "1"
1129
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1130
+ cx: "6",
1131
+ cy: "8",
1132
+ r: "1"
1133
+ })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1134
+ d: "M21,26H4V12H28v7h2V6c0-1.1025-.8972-2-2-2H4c-1.1028,0-2,.8975-2,2V26c0,1.1025,.8972,2,2,2H21v-2ZM4,6H28v4H4V6Z"
1135
+ })), children);
1136
+ });
1137
+ if (process.env.NODE_ENV !== "production") {
1138
+ ExecutableProgram.propTypes = iconPropTypes4cbeb95d.i;
1139
+ }
1140
+ const Exit = /*#__PURE__*/React.forwardRef(function Exit(_ref46, ref) {
1141
+ let {
1142
+ children,
1143
+ size = 16,
1144
+ ...rest
1145
+ } = _ref46;
1146
+ return /*#__PURE__*/React.createElement(Icon.default, {
1147
+ width: size,
1148
+ height: size,
1149
+ ref: ref,
1150
+ xmlns: "http://www.w3.org/2000/svg",
1151
+ viewBox: "0 0 32 32",
1152
+ fill: "currentColor",
1153
+ ...rest
1154
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1155
+ d: "M26 4H28V28H26zM11.414 20.586L7.828 17 22 17 22 15 7.828 15 11.414 11.414 10 10 4 16 10 22 11.414 20.586z"
1156
+ })), children);
1157
+ });
1158
+ if (process.env.NODE_ENV !== "production") {
1159
+ Exit.propTypes = iconPropTypes4cbeb95d.i;
1160
+ }
1161
+ const ExpandAll = /*#__PURE__*/React.forwardRef(function ExpandAll(_ref47, ref) {
1162
+ let {
1163
+ children,
1164
+ size = 16,
1165
+ ...rest
1166
+ } = _ref47;
1167
+ return /*#__PURE__*/React.createElement(Icon.default, {
1168
+ width: size,
1169
+ height: size,
1170
+ ref: ref,
1171
+ xmlns: "http://www.w3.org/2000/svg",
1172
+ viewBox: "0 0 32 32",
1173
+ fill: "currentColor",
1174
+ ...rest
1175
+ }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1176
+ d: "M12,10H26a2.0025,2.0025,0,0,0,2-2V4a2.0025,2.0025,0,0,0-2-2H12a2.0025,2.0025,0,0,0-2,2V5H6V2H4V25a2.0025,2.0025,0,0,0,2,2h4v1a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V24a2.0025,2.0025,0,0,0-2-2H12a2.0025,2.0025,0,0,0-2,2v1H6V17h4v1a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V14a2.0025,2.0025,0,0,0-2-2H12a2.0025,2.0025,0,0,0-2,2v1H6V7h4V8A2.0025,2.0025,0,0,0,12,10Zm0-6H26l.0012,4H12Zm0,20H26l.0012,4H12Zm0-10H26l.0012,4H12Z"
1177
+ })), children);
1178
+ });
1179
+ if (process.env.NODE_ENV !== "production") {
1180
+ ExpandAll.propTypes = iconPropTypes4cbeb95d.i;
1181
+ }
1182
+ const ExpandCategories = /*#__PURE__*/React.forwardRef(function ExpandCategories(_ref48, ref) {
1183
+ let {
1184
+ children,
1185
+ size = 16,
1186
+ ...rest
1187
+ } = _ref48;
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
+ }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1197
+ d: "M20 26H26V28H20zM20 18H28V20H20zM20 10H30V12H20zM15 4H17V28H15zM10.586 3.959L7 7.249 3.412 3.958 2 5.373 7 10 12 5.373 10.586 3.959z"
1198
+ })), children);
1199
+ });
1200
+ if (process.env.NODE_ENV !== "production") {
1201
+ ExpandCategories.propTypes = iconPropTypes4cbeb95d.i;
1202
+ }
1203
+ const Explore = /*#__PURE__*/React.forwardRef(function Explore(_ref49, ref) {
1204
+ let {
1205
+ children,
1206
+ size = 16,
1207
+ ...rest
1208
+ } = _ref49;
1209
+ return /*#__PURE__*/React.createElement(Icon.default, {
1210
+ width: size,
1211
+ height: size,
1212
+ ref: ref,
1213
+ xmlns: "http://www.w3.org/2000/svg",
1214
+ viewBox: "0 0 32 32",
1215
+ fill: "currentColor",
1216
+ ...rest
1217
+ }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1218
+ d: "M22.707,9.2931a.9992.9992,0,0,0-1.0234-.2417l-9,3a1.001,1.001,0,0,0-.6323.6323l-3,9a1,1,0,0,0,1.2651,1.2651l9-3a1.0013,1.0013,0,0,0,.6323-.6324l3-9A1,1,0,0,0,22.707,9.2931ZM11.5811,20.419l2.2094-6.6284L18.21,18.21Z"
1219
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1220
+ 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"
1221
+ })), children);
1222
+ });
1223
+ if (process.env.NODE_ENV !== "production") {
1224
+ Explore.propTypes = iconPropTypes4cbeb95d.i;
1225
+ }
1226
+ const Export = /*#__PURE__*/React.forwardRef(function Export(_ref50, ref) {
1227
+ let {
1228
+ children,
1229
+ size = 16,
1230
+ ...rest
1231
+ } = _ref50;
1232
+ if (size === 16 || size === "16" || size === "16px") {
1233
+ return /*#__PURE__*/React.createElement(Icon.default, {
1234
+ width: size,
1235
+ height: size,
1236
+ ref: ref,
1237
+ xmlns: "http://www.w3.org/2000/svg",
1238
+ viewBox: "0 0 16 16",
1239
+ fill: "currentColor",
1240
+ ...rest
1241
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1242
+ d: "M13 12v2H3v-2H2v2l0 0c0 .6.4 1 1 1h10c.6 0 1-.4 1-1l0 0v-2H13zM3 6L3.7 6.7 7.5 2.9 7.5 12 8.5 12 8.5 2.9 12.3 6.7 13 6 8 1z"
1243
+ })), children);
1244
+ }
1245
+ return /*#__PURE__*/React.createElement(Icon.default, {
1246
+ width: size,
1247
+ height: size,
1248
+ ref: ref,
1249
+ xmlns: "http://www.w3.org/2000/svg",
1250
+ viewBox: "0 0 32 32",
1251
+ fill: "currentColor",
1252
+ ...rest
1253
+ }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1254
+ d: "M26 24v4H6V24H4v4l.0076-.0049A1.9977 1.9977 0 006 30H26a2 2 0 002-2h0V24zM6 12L7.411 13.405 15 5.825 15 24 17 24 17 5.825 24.591 13.405 26 12 16 2 6 12z"
1255
+ })), children);
1256
+ });
1257
+ if (process.env.NODE_ENV !== "production") {
1258
+ Export.propTypes = iconPropTypes4cbeb95d.i;
1259
+ }
1260
+ const Eyedropper = /*#__PURE__*/React.forwardRef(function Eyedropper(_ref51, ref) {
1261
+ let {
1262
+ children,
1263
+ size = 16,
1264
+ ...rest
1265
+ } = _ref51;
1266
+ return /*#__PURE__*/React.createElement(Icon.default, {
1267
+ width: size,
1268
+ height: size,
1269
+ ref: ref,
1270
+ xmlns: "http://www.w3.org/2000/svg",
1271
+ viewBox: "0 0 32 32",
1272
+ fill: "currentColor",
1273
+ ...rest
1274
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1275
+ d: "M2 27H5V30H2zM29.71 7.29l-5-5a1 1 0 00-1.41 0h0L20 5.59l-1.29-1.3L17.29 5.71 18.59 7 8.29 17.29A1 1 0 008 18v1.59l-2.71 2.7a1 1 0 000 1.41h0l3 3a1 1 0 001.41 0h0L12.41 24H14a1 1 0 00.71-.29L25 13.41l1.29 1.3 1.42-1.42L26.41 12l3.3-3.29a1 1 0 000-1.41zM13.59 22h-2L9 24.59 7.41 23 10 20.41v-2l10-10L23.59 12zM25 10.59L21.41 7 24 4.41 27.59 8z"
1276
+ })), children);
1277
+ });
1278
+ if (process.env.NODE_ENV !== "production") {
1279
+ Eyedropper.propTypes = iconPropTypes4cbeb95d.i;
1280
+ }
1281
+ const FaceActivated = /*#__PURE__*/React.forwardRef(function FaceActivated(_ref52, ref) {
1282
+ let {
1283
+ children,
1284
+ size = 16,
1285
+ ...rest
1286
+ } = _ref52;
1287
+ return /*#__PURE__*/React.createElement(Icon.default, {
1288
+ width: size,
1289
+ height: size,
1290
+ ref: ref,
1291
+ xmlns: "http://www.w3.org/2000/svg",
1292
+ viewBox: "0 0 32 32",
1293
+ fill: "currentColor",
1294
+ ...rest
1295
+ }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1296
+ 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"
1297
+ })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1298
+ d: "M11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11zM9 20a8.13 8.13 0 0014 0z"
1299
+ })), children);
1300
+ });
1301
+ if (process.env.NODE_ENV !== "production") {
1302
+ FaceActivated.propTypes = iconPropTypes4cbeb95d.i;
1303
+ }
1304
+ const FaceActivatedAdd = /*#__PURE__*/React.forwardRef(function FaceActivatedAdd(_ref53, ref) {
1305
+ let {
1306
+ children,
1307
+ size = 16,
1308
+ ...rest
1309
+ } = _ref53;
1310
+ return /*#__PURE__*/React.createElement(Icon.default, {
1311
+ width: size,
1312
+ height: size,
1313
+ ref: ref,
1314
+ xmlns: "http://www.w3.org/2000/svg",
1315
+ viewBox: "0 0 32 32",
1316
+ fill: "currentColor",
1317
+ ...rest
1318
+ }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1319
+ d: "M30 4L26 4 26 0 24 0 24 4 20 4 20 6 24 6 24 10 26 10 26 6 30 6 30 4zM11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11zM9 20a8.13 8.13 0 0014 0z"
1320
+ })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1321
+ d: "M27.82,14A12,12,0,1,1,16,4V2A14,14,0,1,0,30,16a14.71,14.71,0,0,0-.16-2Z"
1322
+ })), children);
1323
+ });
1324
+ if (process.env.NODE_ENV !== "production") {
1325
+ FaceActivatedAdd.propTypes = iconPropTypes4cbeb95d.i;
1326
+ }
1327
+ const FaceActivatedFilled = /*#__PURE__*/React.forwardRef(function FaceActivatedFilled(_ref54, ref) {
1328
+ let {
1329
+ children,
1330
+ size = 16,
1331
+ ...rest
1332
+ } = _ref54;
1333
+ return /*#__PURE__*/React.createElement(Icon.default, {
1334
+ width: size,
1335
+ height: size,
1336
+ ref: ref,
1337
+ xmlns: "http://www.w3.org/2000/svg",
1338
+ viewBox: "0 0 32 32",
1339
+ fill: "currentColor",
1340
+ ...rest
1341
+ }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1342
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm-4.5,9A2.5,2.5,0,1,1,9,13.5,2.48,2.48,0,0,1,11.5,11ZM16,24a8.11,8.11,0,0,1-7-4H23A8.11,8.11,0,0,1,16,24Zm4.5-8A2.5,2.5,0,1,1,23,13.5,2.48,2.48,0,0,1,20.5,16Z"
1343
+ })), children);
1344
+ });
1345
+ if (process.env.NODE_ENV !== "production") {
1346
+ FaceActivatedFilled.propTypes = iconPropTypes4cbeb95d.i;
1347
+ }
1348
+ const FaceAdd = /*#__PURE__*/React.forwardRef(function FaceAdd(_ref55, ref) {
1349
+ let {
1350
+ children,
1351
+ size = 16,
1352
+ ...rest
1353
+ } = _ref55;
1354
+ return /*#__PURE__*/React.createElement(Icon.default, {
1355
+ width: size,
1356
+ height: size,
1357
+ ref: ref,
1358
+ xmlns: "http://www.w3.org/2000/svg",
1359
+ viewBox: "0 0 32 32",
1360
+ fill: "currentColor",
1361
+ ...rest
1362
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1363
+ d: "M16 22a6 6 0 01-5.14-2.92l-1.71 1a8 8 0 0013.7 0l-1.71-1A6 6 0 0116 22zM30 4L26 4 26 0 24 0 24 4 20 4 20 6 24 6 24 10 26 10 26 6 30 6 30 4zM11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11z"
1364
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1365
+ d: "M27.61,13A12.33,12.33,0,0,1,28,16,12,12,0,1,1,16,4V2A14,14,0,1,0,29.67,13Z"
1366
+ })), children);
1367
+ });
1368
+ if (process.env.NODE_ENV !== "production") {
1369
+ FaceAdd.propTypes = iconPropTypes4cbeb95d.i;
1370
+ }
1371
+ const FaceCool = /*#__PURE__*/React.forwardRef(function FaceCool(_ref56, ref) {
1372
+ let {
1373
+ children,
1374
+ size = 16,
1375
+ ...rest
1376
+ } = _ref56;
1377
+ return /*#__PURE__*/React.createElement(Icon.default, {
1378
+ width: size,
1379
+ height: size,
1380
+ ref: ref,
1381
+ xmlns: "http://www.w3.org/2000/svg",
1382
+ viewBox: "0 0 32 32",
1383
+ fill: "currentColor",
1384
+ ...rest
1385
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1386
+ d: "M16,24a8,8,0,0,0,6.85-3.89l-1.71-1a6,6,0,0,1-10.28,0l-1.71,1A8,8,0,0,0,16,24Z"
1387
+ })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1388
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,2a12,12,0,0,1,10.89,7H25a1,1,0,0,0-1-1H8a1,1,0,0,0-1,1H5.11A12,12,0,0,1,16,4Zm0,24A12,12,0,0,1,4,16a11.86,11.86,0,0,1,.4-3H7v2a2,2,0,0,0,2,2h3.31a2,2,0,0,0,2-1.67L14.83,12h2.34l.55,3.33a2,2,0,0,0,2,1.67H23a2,2,0,0,0,2-2V13h2.6a11.86,11.86,0,0,1,.4,3A12,12,0,0,1,16,28Z"
1389
+ })), children);
1390
+ });
1391
+ if (process.env.NODE_ENV !== "production") {
1392
+ FaceCool.propTypes = iconPropTypes4cbeb95d.i;
1393
+ }
1394
+ const FaceDissatisfied = /*#__PURE__*/React.forwardRef(function FaceDissatisfied(_ref57, ref) {
1395
+ let {
1396
+ children,
1397
+ size = 16,
1398
+ ...rest
1399
+ } = _ref57;
1400
+ return /*#__PURE__*/React.createElement(Icon.default, {
1401
+ width: size,
1402
+ height: size,
1403
+ ref: ref,
1404
+ xmlns: "http://www.w3.org/2000/svg",
1405
+ viewBox: "0 0 32 32",
1406
+ fill: "currentColor",
1407
+ ...rest
1408
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1409
+ 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"
1410
+ })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1411
+ d: "M11.5 11A2.5 2.5 0 1014 13.5 2.5 2.5 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.5 2.5 0 0020.5 11zM16 19a8 8 0 00-6.85 3.89l1.71 1a6 6 0 0110.28 0l1.71-1A8 8 0 0016 19z"
1412
+ })), children);
1413
+ });
1414
+ if (process.env.NODE_ENV !== "production") {
1415
+ FaceDissatisfied.propTypes = iconPropTypes4cbeb95d.i;
1416
+ }
1417
+ const FaceDissatisfiedFilled = /*#__PURE__*/React.forwardRef(function FaceDissatisfiedFilled(_ref58, ref) {
1418
+ let {
1419
+ children,
1420
+ size = 16,
1421
+ ...rest
1422
+ } = _ref58;
1423
+ return /*#__PURE__*/React.createElement(Icon.default, {
1424
+ width: size,
1425
+ height: size,
1426
+ ref: ref,
1427
+ xmlns: "http://www.w3.org/2000/svg",
1428
+ viewBox: "0 0 32 32",
1429
+ fill: "currentColor",
1430
+ ...rest
1431
+ }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1432
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm-4.5,9h0A2.5,2.5,0,1,1,9,13.5,2.48,2.48,0,0,1,11.54,11Zm9.64,12.92a6,6,0,0,0-10.28,0l-1.71-1a8,8,0,0,1,13.7,0ZM20.5,16a2.5,2.5,0,0,1,0-5h0a2.5,2.5,0,0,1,0,5Z"
1433
+ })), children);
1434
+ });
1435
+ if (process.env.NODE_ENV !== "production") {
1436
+ FaceDissatisfiedFilled.propTypes = iconPropTypes4cbeb95d.i;
1437
+ }
1438
+ const FaceDizzy = /*#__PURE__*/React.forwardRef(function FaceDizzy(_ref59, ref) {
1439
+ let {
1440
+ children,
1441
+ size = 16,
1442
+ ...rest
1443
+ } = _ref59;
1444
+ return /*#__PURE__*/React.createElement(Icon.default, {
1445
+ width: size,
1446
+ height: size,
1447
+ ref: ref,
1448
+ xmlns: "http://www.w3.org/2000/svg",
1449
+ viewBox: "0 0 32 32",
1450
+ fill: "currentColor",
1451
+ ...rest
1452
+ }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1453
+ 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"
1454
+ })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1455
+ d: "M24.41 11L23 9.59 21 11.59 19 9.59 17.59 11 19.59 13 17.59 15 19 16.41 21 14.41 23 16.41 24.41 15 22.41 13 24.41 11zM14.41 11L13 9.59 11 11.59 9 9.59 7.59 11 9.59 13 7.59 15 9 16.41 11 14.41 13 16.41 14.41 15 12.41 13 14.41 11zM16 19a3 3 0 103 3 3 3 0 00-3-3z"
1456
+ })), children);
1457
+ });
1458
+ if (process.env.NODE_ENV !== "production") {
1459
+ FaceDizzy.propTypes = iconPropTypes4cbeb95d.i;
1460
+ }
1461
+ const FaceDizzyFilled = /*#__PURE__*/React.forwardRef(function FaceDizzyFilled(_ref60, ref) {
1462
+ let {
1463
+ children,
1464
+ size = 16,
1465
+ ...rest
1466
+ } = _ref60;
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
+ }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1476
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM9,16.41,7.59,15l2-2-2-2L9,9.59l2,2,2-2L14.41,11l-2,2,2,2L13,16.41l-2-2ZM16,25a3,3,0,1,1,3-3A3,3,0,0,1,16,25Zm8.41-10L23,16.41l-2-2-2,2L17.59,15l2-2-2-2L19,9.59l2,2,2-2L24.41,11l-2,2Z"
1477
+ })), children);
1478
+ });
1479
+ if (process.env.NODE_ENV !== "production") {
1480
+ FaceDizzyFilled.propTypes = iconPropTypes4cbeb95d.i;
1481
+ }
1482
+ const FaceMask = /*#__PURE__*/React.forwardRef(function FaceMask(_ref61, ref) {
1483
+ let {
1484
+ children,
1485
+ size = 16,
1486
+ ...rest
1487
+ } = _ref61;
1488
+ return /*#__PURE__*/React.createElement(Icon.default, {
1489
+ width: size,
1490
+ height: size,
1491
+ ref: ref,
1492
+ xmlns: "http://www.w3.org/2000/svg",
1493
+ viewBox: "0 0 32 32",
1494
+ fill: "currentColor",
1495
+ ...rest
1496
+ }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1497
+ d: "M11.5 11A2.5 2.5 0 1014 13.5 2.5 2.5 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.5 2.5 0 0020.5 11z"
1498
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1499
+ d: "M30,16A14,14,0,1,0,8.8994,28.042l.0156.1562A1.993,1.993,0,0,0,10.9048,30h10.19a1.9929,1.9929,0,0,0,1.99-1.8008l.0156-.1572A13.9674,13.9674,0,0,0,30,16ZM16,4A11.99,11.99,0,0,1,27.97,15.397L22.7637,18H9.2363L4.0305,15.397A11.99,11.99,0,0,1,16,4ZM4.12,17.6777l3.94,1.97.5813,5.81A11.97,11.97,0,0,1,4.12,17.6777ZM21.0947,28H10.9053l-.8-8h11.79Zm2.2644-2.542.5811-5.81,3.94-1.97A11.9712,11.9712,0,0,1,23.3591,25.458Z"
1500
+ })), children);
1501
+ });
1502
+ if (process.env.NODE_ENV !== "production") {
1503
+ FaceMask.propTypes = iconPropTypes4cbeb95d.i;
1504
+ }
1505
+ const FaceNeutral = /*#__PURE__*/React.forwardRef(function FaceNeutral(_ref62, ref) {
1506
+ let {
1507
+ children,
1508
+ size = 16,
1509
+ ...rest
1510
+ } = _ref62;
1511
+ return /*#__PURE__*/React.createElement(Icon.default, {
1512
+ width: size,
1513
+ height: size,
1514
+ ref: ref,
1515
+ xmlns: "http://www.w3.org/2000/svg",
1516
+ viewBox: "0 0 32 32",
1517
+ fill: "currentColor",
1518
+ ...rest
1519
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1520
+ 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"
1521
+ })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1522
+ d: "M11.5 11A2.5 2.5 0 1014 13.5 2.5 2.5 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.5 2.5 0 0020.5 11zM10 20H22V22H10z"
1523
+ })), children);
1524
+ });
1525
+ if (process.env.NODE_ENV !== "production") {
1526
+ FaceNeutral.propTypes = iconPropTypes4cbeb95d.i;
1527
+ }
1528
+ const FaceNeutralFilled = /*#__PURE__*/React.forwardRef(function FaceNeutralFilled(_ref63, ref) {
1529
+ let {
1530
+ children,
1531
+ size = 16,
1532
+ ...rest
1533
+ } = _ref63;
1534
+ return /*#__PURE__*/React.createElement(Icon.default, {
1535
+ width: size,
1536
+ height: size,
1537
+ ref: ref,
1538
+ xmlns: "http://www.w3.org/2000/svg",
1539
+ viewBox: "0 0 32 32",
1540
+ fill: "currentColor",
1541
+ ...rest
1542
+ }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1543
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM9,13.5A2.5,2.5,0,1,1,11.5,16,2.5,2.5,0,0,1,9,13.5ZM22,22H10V20H22Zm-1.5-6A2.5,2.5,0,1,1,23,13.5,2.5,2.5,0,0,1,20.5,16Z"
1544
+ })), children);
1545
+ });
1546
+ if (process.env.NODE_ENV !== "production") {
1547
+ FaceNeutralFilled.propTypes = iconPropTypes4cbeb95d.i;
1548
+ }
1549
+ const FacePending = /*#__PURE__*/React.forwardRef(function FacePending(_ref64, ref) {
1550
+ let {
1551
+ children,
1552
+ size = 16,
1553
+ ...rest
1554
+ } = _ref64;
1555
+ return /*#__PURE__*/React.createElement(Icon.default, {
1556
+ width: size,
1557
+ height: size,
1558
+ ref: ref,
1559
+ xmlns: "http://www.w3.org/2000/svg",
1560
+ viewBox: "0 0 32 32",
1561
+ fill: "currentColor",
1562
+ ...rest
1563
+ }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1564
+ 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"
1565
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1566
+ d: "M11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11z"
1567
+ })), children);
1568
+ });
1569
+ if (process.env.NODE_ENV !== "production") {
1570
+ FacePending.propTypes = iconPropTypes4cbeb95d.i;
1571
+ }
1572
+ const FacePendingFilled = /*#__PURE__*/React.forwardRef(function FacePendingFilled(_ref65, ref) {
1573
+ let {
1574
+ children,
1575
+ size = 16,
1576
+ ...rest
1577
+ } = _ref65;
1578
+ return /*#__PURE__*/React.createElement(Icon.default, {
1579
+ width: size,
1580
+ height: size,
1581
+ ref: ref,
1582
+ xmlns: "http://www.w3.org/2000/svg",
1583
+ viewBox: "0 0 32 32",
1584
+ fill: "currentColor",
1585
+ ...rest
1586
+ }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1587
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM11.5,16A2.5,2.5,0,1,1,14,13.5,2.48,2.48,0,0,1,11.5,16Zm9,0A2.5,2.5,0,1,1,23,13.5,2.48,2.48,0,0,1,20.5,16Z"
1588
+ })), children);
1589
+ });
1590
+ if (process.env.NODE_ENV !== "production") {
1591
+ FacePendingFilled.propTypes = iconPropTypes4cbeb95d.i;
1592
+ }
1593
+ const FaceSatisfied = /*#__PURE__*/React.forwardRef(function FaceSatisfied(_ref66, ref) {
1594
+ let {
1595
+ children,
1596
+ size = 16,
1597
+ ...rest
1598
+ } = _ref66;
1599
+ return /*#__PURE__*/React.createElement(Icon.default, {
1600
+ width: size,
1601
+ height: size,
1602
+ ref: ref,
1603
+ xmlns: "http://www.w3.org/2000/svg",
1604
+ viewBox: "0 0 32 32",
1605
+ fill: "currentColor",
1606
+ ...rest
1607
+ }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1608
+ 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"
1609
+ })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1610
+ d: "M11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11zM16 24a8 8 0 006.85-3.89l-1.71-1a6 6 0 01-10.28 0l-1.71 1A8 8 0 0016 24z"
1611
+ })), children);
1612
+ });
1613
+ if (process.env.NODE_ENV !== "production") {
1614
+ FaceSatisfied.propTypes = iconPropTypes4cbeb95d.i;
1615
+ }
1616
+ const FaceSatisfiedFilled = /*#__PURE__*/React.forwardRef(function FaceSatisfiedFilled(_ref67, ref) {
1617
+ let {
1618
+ children,
1619
+ size = 16,
1620
+ ...rest
1621
+ } = _ref67;
1622
+ return /*#__PURE__*/React.createElement(Icon.default, {
1623
+ width: size,
1624
+ height: size,
1625
+ ref: ref,
1626
+ xmlns: "http://www.w3.org/2000/svg",
1627
+ viewBox: "0 0 32 32",
1628
+ fill: "currentColor",
1629
+ ...rest
1630
+ }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1631
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm-4.5,9A2.5,2.5,0,1,1,9,13.5,2.48,2.48,0,0,1,11.5,11ZM16,24a8,8,0,0,1-6.85-3.89l1.71-1a6,6,0,0,0,10.28,0l1.71,1A8,8,0,0,1,16,24Zm4.5-8A2.5,2.5,0,1,1,23,13.5,2.48,2.48,0,0,1,20.5,16Z"
1632
+ })), children);
1633
+ });
1634
+ if (process.env.NODE_ENV !== "production") {
1635
+ FaceSatisfiedFilled.propTypes = iconPropTypes4cbeb95d.i;
1636
+ }
1637
+ const FaceWink = /*#__PURE__*/React.forwardRef(function FaceWink(_ref68, ref) {
1638
+ let {
1639
+ children,
1640
+ size = 16,
1641
+ ...rest
1642
+ } = _ref68;
1643
+ return /*#__PURE__*/React.createElement(Icon.default, {
1644
+ width: size,
1645
+ height: size,
1646
+ ref: ref,
1647
+ xmlns: "http://www.w3.org/2000/svg",
1648
+ viewBox: "0 0 32 32",
1649
+ fill: "currentColor",
1650
+ ...rest
1651
+ }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1652
+ 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"
1653
+ })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1654
+ d: "M20.5 11A2.5 2.5 0 1023 13.5 2.5 2.5 0 0020.5 11zM8 13H14V15H8zM16 24a8 8 0 006.85-3.89l-1.71-1a6 6 0 01-10.28 0l-1.71 1A8 8 0 0016 24z"
1655
+ })), children);
1656
+ });
1657
+ if (process.env.NODE_ENV !== "production") {
1658
+ FaceWink.propTypes = iconPropTypes4cbeb95d.i;
1659
+ }
1660
+ const FaceWinkFilled = /*#__PURE__*/React.forwardRef(function FaceWinkFilled(_ref69, ref) {
1661
+ let {
1662
+ children,
1663
+ size = 16,
1664
+ ...rest
1665
+ } = _ref69;
1666
+ return /*#__PURE__*/React.createElement(Icon.default, {
1667
+ width: size,
1668
+ height: size,
1669
+ ref: ref,
1670
+ xmlns: "http://www.w3.org/2000/svg",
1671
+ viewBox: "0 0 32 32",
1672
+ fill: "currentColor",
1673
+ ...rest
1674
+ }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1675
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM8,13h6v2H8Zm8,11a8,8,0,0,1-6.85-3.89l1.71-1a6,6,0,0,0,10.28,0l1.71,1A8,8,0,0,1,16,24Zm4.5-8a2.5,2.5,0,0,1,0-5h0a2.5,2.5,0,0,1,0,5Z"
1676
+ })), children);
1677
+ });
1678
+ if (process.env.NODE_ENV !== "production") {
1679
+ FaceWinkFilled.propTypes = iconPropTypes4cbeb95d.i;
1680
+ }
1681
+ const Factor = /*#__PURE__*/React.forwardRef(function Factor(_ref70, ref) {
1682
+ let {
1683
+ children,
1684
+ size = 16,
1685
+ ...rest
1686
+ } = _ref70;
1687
+ return /*#__PURE__*/React.createElement(Icon.default, {
1688
+ width: size,
1689
+ height: size,
1690
+ ref: ref,
1691
+ xmlns: "http://www.w3.org/2000/svg",
1692
+ viewBox: "0 0 32 32",
1693
+ fill: "currentColor",
1694
+ ...rest
1695
+ }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1696
+ d: "M27,28V9H24V4h2V2H20V4h2V9H19V28H15V16H12V11h2V9H8v2h2v5H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V18h4Zm8-17h4V28H21Z"
1697
+ })), children);
1698
+ });
1699
+ if (process.env.NODE_ENV !== "production") {
1700
+ Factor.propTypes = iconPropTypes4cbeb95d.i;
1701
+ }
1702
+ const Fade = /*#__PURE__*/React.forwardRef(function Fade(_ref71, ref) {
1703
+ let {
1704
+ children,
1705
+ size = 16,
1706
+ ...rest
1707
+ } = _ref71;
1708
+ if (size === 16 || size === "16" || size === "16px") {
1709
+ return /*#__PURE__*/React.createElement(Icon.default, {
1710
+ width: size,
1711
+ height: size,
1712
+ ref: ref,
1713
+ xmlns: "http://www.w3.org/2000/svg",
1714
+ viewBox: "0 0 16 16",
1715
+ fill: "currentColor",
1716
+ ...rest
1717
+ }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1718
+ d: "M4.1 12.6l-.6.8c.6.5 1.3.9 2.1 1.2l.3-.9C5.3 13.4 4.7 13 4.1 12.6zM2.1 9l-1 .2c.1.8.4 1.6.8 2.3L2.8 11C2.4 10.4 2.2 9.7 2.1 9zM5.9 2.4L5.6 1.4C4.8 1.7 4.1 2.1 3.5 2.7l.6.8C4.7 3 5.3 2.6 5.9 2.4zM2.8 5L1.9 4.5C1.5 5.2 1.3 6 1.1 6.8l1 .2C2.2 6.3 2.5 5.6 2.8 5zM8 1v1c3.3 0 6 2.7 6 6s-2.7 6-6 6v1c3.9 0 7-3.1 7-7S11.9 1 8 1z"
1719
+ })), children);
1720
+ }
1721
+ return /*#__PURE__*/React.createElement(Icon.default, {
1722
+ width: size,
1723
+ height: size,
1724
+ ref: ref,
1725
+ xmlns: "http://www.w3.org/2000/svg",
1726
+ viewBox: "0 0 32 32",
1727
+ fill: "currentColor",
1728
+ ...rest
1729
+ }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1730
+ d: "M8.24 25.14L7 26.67a13.79 13.79 0 004.18 2.44l.69-1.87A12 12 0 018.24 25.14zM4.19 18l-2 .41A14.09 14.09 0 003.86 23L5.59 22A12.44 12.44 0 014.19 18zM11.82 4.76l-.69-1.87A13.79 13.79 0 007 5.33L8.24 6.86A12 12 0 0111.82 4.76zM5.59 10L3.86 9a14.37 14.37 0 00-1.64 4.59l2 .34A12.05 12.05 0 015.59 10zM16 2V4a12 12 0 010 24v2A14 14 0 0016 2z"
1731
+ })), children);
1732
+ });
1733
+ if (process.env.NODE_ENV !== "production") {
1734
+ Fade.propTypes = iconPropTypes4cbeb95d.i;
1735
+ }
1736
+ const Favorite = /*#__PURE__*/React.forwardRef(function Favorite(_ref72, ref) {
1737
+ let {
1738
+ children,
1739
+ size = 16,
1740
+ ...rest
1741
+ } = _ref72;
1742
+ return /*#__PURE__*/React.createElement(Icon.default, {
1743
+ width: size,
1744
+ height: size,
1745
+ ref: ref,
1746
+ xmlns: "http://www.w3.org/2000/svg",
1747
+ viewBox: "0 0 32 32",
1748
+ fill: "currentColor",
1749
+ ...rest
1750
+ }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1751
+ d: "M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"
1752
+ })), children);
1753
+ });
1754
+ if (process.env.NODE_ENV !== "production") {
1755
+ Favorite.propTypes = iconPropTypes4cbeb95d.i;
1756
+ }
1757
+ const FavoriteFilled = /*#__PURE__*/React.forwardRef(function FavoriteFilled(_ref73, ref) {
1758
+ let {
1759
+ children,
1760
+ size = 16,
1761
+ ...rest
1762
+ } = _ref73;
1763
+ return /*#__PURE__*/React.createElement(Icon.default, {
1764
+ width: size,
1765
+ height: size,
1766
+ ref: ref,
1767
+ xmlns: "http://www.w3.org/2000/svg",
1768
+ viewBox: "0 0 32 32",
1769
+ fill: "currentColor",
1770
+ ...rest
1771
+ }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1772
+ d: "M22.5,4c-2,0-3.9,0.8-5.3,2.2L16,7.4l-1.1-1.1C12,3.3,7.2,3.3,4.3,6.2c0,0-0.1,0.1-0.1,0.1c-3,3-3,7.8,0,10.8L16,29 l11.8-11.9c3-3,3-7.8,0-10.8C26.4,4.8,24.5,4,22.5,4z"
1773
+ })), children);
1774
+ });
1775
+ if (process.env.NODE_ENV !== "production") {
1776
+ FavoriteFilled.propTypes = iconPropTypes4cbeb95d.i;
1777
+ }
1778
+ const FavoriteHalf = /*#__PURE__*/React.forwardRef(function FavoriteHalf(_ref74, ref) {
1779
+ let {
1780
+ children,
1781
+ size = 16,
1782
+ ...rest
1783
+ } = _ref74;
1784
+ return /*#__PURE__*/React.createElement(Icon.default, {
1785
+ width: size,
1786
+ height: size,
1787
+ ref: ref,
1788
+ xmlns: "http://www.w3.org/2000/svg",
1789
+ viewBox: "0 0 32 32",
1790
+ fill: "currentColor",
1791
+ ...rest
1792
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1793
+ d: "M4.21,17.0615,16,29,27.79,17.0615a7.7313,7.7313,0,0,0,0-10.8232,7.494,7.494,0,0,0-10.6841,0L16,7.3643l-1.1062-1.126a7.494,7.494,0,0,0-10.6841,0A7.7313,7.7313,0,0,0,4.21,17.0615ZM26.3552,15.645,16,26.1255V10.23q1.2708-1.2876,2.5413-2.5742a5.4768,5.4768,0,0,1,7.8139,0A5.708,5.708,0,0,1,26.3552,15.645Z"
1794
+ })), children);
1795
+ });
1796
+ if (process.env.NODE_ENV !== "production") {
1797
+ FavoriteHalf.propTypes = iconPropTypes4cbeb95d.i;
1798
+ }
1799
+ const FeatureMembership = /*#__PURE__*/React.forwardRef(function FeatureMembership(_ref75, ref) {
1800
+ let {
1801
+ children,
1802
+ size = 16,
1803
+ ...rest
1804
+ } = _ref75;
1805
+ return /*#__PURE__*/React.createElement(Icon.default, {
1806
+ width: size,
1807
+ height: size,
1808
+ ref: ref,
1809
+ xmlns: "http://www.w3.org/2000/svg",
1810
+ viewBox: "0 0 32 32",
1811
+ fill: "currentColor",
1812
+ ...rest
1813
+ }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1814
+ strokeWidth: "0",
1815
+ d: "m14,28v-9l8-8L13,2,4,11l8,8v9c0,1.1045.8955,2,2,2h14v-2h-14Zm-1-23.1716l6.1716,6.1716-6.1716,6.1716-6.1716-6.1716,6.1716-6.1716Z"
1816
+ })), children);
1817
+ });
1818
+ if (process.env.NODE_ENV !== "production") {
1819
+ FeatureMembership.propTypes = iconPropTypes4cbeb95d.i;
1820
+ }
1821
+ const FeatureMembershipFilled = /*#__PURE__*/React.forwardRef(function FeatureMembershipFilled(_ref76, ref) {
1822
+ let {
1823
+ children,
1824
+ size = 16,
1825
+ ...rest
1826
+ } = _ref76;
1827
+ return /*#__PURE__*/React.createElement(Icon.default, {
1828
+ width: size,
1829
+ height: size,
1830
+ ref: ref,
1831
+ xmlns: "http://www.w3.org/2000/svg",
1832
+ viewBox: "0 0 32 32",
1833
+ fill: "currentColor",
1834
+ ...rest
1835
+ }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1836
+ strokeWidth: "0",
1837
+ d: "m14,28v-9l8-8L13,2,4,11l8,8v9c0,1.1045.8955,2,2,2h14v-2h-14Z"
1838
+ })), children);
1839
+ });
1840
+ if (process.env.NODE_ENV !== "production") {
1841
+ FeatureMembershipFilled.propTypes = iconPropTypes4cbeb95d.i;
1842
+ }
1843
+ const FeatureTyping = /*#__PURE__*/React.forwardRef(function FeatureTyping(_ref77, ref) {
1844
+ let {
1845
+ children,
1846
+ size = 16,
1847
+ ...rest
1848
+ } = _ref77;
1849
+ return /*#__PURE__*/React.createElement(Icon.default, {
1850
+ width: size,
1851
+ height: size,
1852
+ ref: ref,
1853
+ xmlns: "http://www.w3.org/2000/svg",
1854
+ viewBox: "0 0 32 32",
1855
+ fill: "currentColor",
1856
+ ...rest
1857
+ }, _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1858
+ cx: "17.5",
1859
+ cy: "22.5",
1860
+ r: "1.5",
1861
+ strokeWidth: "0"
1862
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1863
+ cx: "6.5",
1864
+ cy: "22.5",
1865
+ r: "1.5",
1866
+ strokeWidth: "0"
1867
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1868
+ strokeWidth: "0",
1869
+ d: "m13,28v-10h7c.3564,0,.686-.1899.8647-.498.0902-.1551.1353-.3285.1353-.502,0-.1711-.0441-.3424-.1318-.4961L12.8682,2.504c-.1919-.3359-.5301-.504-.8682-.504s-.6763.1681-.8682.504l-7.9999,13.9999c-.0878.1537-.1318.3249-.1318.4961,0,.1735.0451.3469.1353.502.1787.3081.5083.498.8647.498h7v10c0,1.1046.8954,2,2,2h15v-2h-15Zm-7.2769-12l6.2769-10.9844,6.2769,10.9844H5.7231Z"
1870
+ })), children);
1871
+ });
1872
+ if (process.env.NODE_ENV !== "production") {
1873
+ FeatureTyping.propTypes = iconPropTypes4cbeb95d.i;
1874
+ }
1875
+ const FetchUpload = /*#__PURE__*/React.forwardRef(function FetchUpload(_ref78, ref) {
1876
+ let {
1877
+ children,
1878
+ size = 16,
1879
+ ...rest
1880
+ } = _ref78;
1881
+ return /*#__PURE__*/React.createElement(Icon.default, {
1882
+ width: size,
1883
+ height: size,
1884
+ ref: ref,
1885
+ xmlns: "http://www.w3.org/2000/svg",
1886
+ viewBox: "0 0 32 32",
1887
+ fill: "currentColor",
1888
+ ...rest
1889
+ }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1890
+ d: "M16,7,6,17l1.41,1.41L15,10.83V28H2v2H15a2,2,0,0,0,2-2V10.83l7.59,7.58L26,17Z"
1891
+ })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1892
+ d: "M6,8V4H26V8h2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4V8Z"
1893
+ })), children);
1894
+ });
1895
+ if (process.env.NODE_ENV !== "production") {
1896
+ FetchUpload.propTypes = iconPropTypes4cbeb95d.i;
1897
+ }
1898
+ const FetchUploadCloud = /*#__PURE__*/React.forwardRef(function FetchUploadCloud(_ref79, ref) {
1899
+ let {
1900
+ children,
1901
+ size = 16,
1902
+ ...rest
1903
+ } = _ref79;
1904
+ return /*#__PURE__*/React.createElement(Icon.default, {
1905
+ width: size,
1906
+ height: size,
1907
+ ref: ref,
1908
+ xmlns: "http://www.w3.org/2000/svg",
1909
+ viewBox: "0 0 32 32",
1910
+ fill: "currentColor",
1911
+ ...rest
1912
+ }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1913
+ d: "M16,13l-5,5,1.41,1.41L15,16.83V28H6v2h9a2,2,0,0,0,2-2V16.83l2.59,2.58L21,18Z"
1914
+ })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1915
+ d: "M23.5,22H23V20h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,20H9v2H8.5A6.4973,6.4973,0,0,1,7.2,9.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,22Z"
1916
+ })), children);
1917
+ });
1918
+ if (process.env.NODE_ENV !== "production") {
1919
+ FetchUploadCloud.propTypes = iconPropTypes4cbeb95d.i;
1920
+ }
1921
+ const FileStorage = /*#__PURE__*/React.forwardRef(function FileStorage(_ref80, ref) {
1922
+ let {
1923
+ children,
1924
+ size = 16,
1925
+ ...rest
1926
+ } = _ref80;
1927
+ return /*#__PURE__*/React.createElement(Icon.default, {
1928
+ width: size,
1929
+ height: size,
1930
+ ref: ref,
1931
+ xmlns: "http://www.w3.org/2000/svg",
1932
+ viewBox: "0 0 32 32",
1933
+ fill: "currentColor",
1934
+ ...rest
1935
+ }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1936
+ d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
1937
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
1938
+ cx: "7",
1939
+ cy: "25",
1940
+ r: "1"
1941
+ })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1942
+ d: "M22.707,7.293l-5-5A1,1,0,0,0,17,2H11A2.0023,2.0023,0,0,0,9,4V20a2.0023,2.0023,0,0,0,2,2H21a2.0023,2.0023,0,0,0,2-2V8A1,1,0,0,0,22.707,7.293ZM20.5857,8H17V4.4141ZM11,20V4h4V8a2.0023,2.0023,0,0,0,2,2h4V20Z"
1943
+ })), children);
1944
+ });
1945
+ if (process.env.NODE_ENV !== "production") {
1946
+ FileStorage.propTypes = iconPropTypes4cbeb95d.i;
1947
+ }
1948
+ const Filter = /*#__PURE__*/React.forwardRef(function Filter(_ref81, ref) {
1949
+ let {
1950
+ children,
1951
+ size = 16,
1952
+ ...rest
1953
+ } = _ref81;
1954
+ return /*#__PURE__*/React.createElement(Icon.default, {
1955
+ width: size,
1956
+ height: size,
1957
+ ref: ref,
1958
+ xmlns: "http://www.w3.org/2000/svg",
1959
+ viewBox: "0 0 32 32",
1960
+ fill: "currentColor",
1961
+ ...rest
1962
+ }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1963
+ d: "M18,28H14a2,2,0,0,1-2-2V18.41L4.59,11A2,2,0,0,1,4,9.59V6A2,2,0,0,1,6,4H26a2,2,0,0,1,2,2V9.59A2,2,0,0,1,27.41,11L20,18.41V26A2,2,0,0,1,18,28ZM6,6V9.59l8,8V26h4V17.59l8-8V6Z"
1964
+ })), children);
1965
+ });
1966
+ if (process.env.NODE_ENV !== "production") {
1967
+ Filter.propTypes = iconPropTypes4cbeb95d.i;
1968
+ }
1969
+ const FilterEdit = /*#__PURE__*/React.forwardRef(function FilterEdit(_ref82, ref) {
1970
+ let {
1971
+ children,
1972
+ size = 16,
1973
+ ...rest
1974
+ } = _ref82;
1975
+ return /*#__PURE__*/React.createElement(Icon.default, {
1976
+ width: size,
1977
+ height: size,
1978
+ ref: ref,
1979
+ xmlns: "http://www.w3.org/2000/svg",
1980
+ viewBox: "0 0 32 32",
1981
+ fill: "currentColor",
1982
+ ...rest
1983
+ }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1984
+ d: "M26,6H4V9.17l7.41,7.42.59.58V26h4V24h2v2a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V18L2.59,10.59A2,2,0,0,1,2,9.17V6A2,2,0,0,1,4,4H26Z"
1985
+ })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1986
+ d: "M29.71,11.29l-3-3a1,1,0,0,0-1.42,0L16,17.59V22h4.41l9.3-9.29A1,1,0,0,0,29.71,11.29ZM19.59,20H18V18.41l5-5L24.59,15ZM26,13.59,24.41,12,26,10.41,27.59,12Z"
1987
+ })), children);
1988
+ });
1989
+ if (process.env.NODE_ENV !== "production") {
1990
+ FilterEdit.propTypes = iconPropTypes4cbeb95d.i;
1991
+ }
1992
+ const FilterRemove = /*#__PURE__*/React.forwardRef(function FilterRemove(_ref83, ref) {
1993
+ let {
1994
+ children,
1995
+ size = 16,
1996
+ ...rest
1997
+ } = _ref83;
1998
+ return /*#__PURE__*/React.createElement(Icon.default, {
1999
+ width: size,
2000
+ height: size,
2001
+ ref: ref,
2002
+ xmlns: "http://www.w3.org/2000/svg",
2003
+ viewBox: "0 0 32 32",
2004
+ fill: "currentColor",
2005
+ ...rest
2006
+ }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
2007
+ d: "M30 11.414L28.586 10 24 14.586 19.414 10 18 11.414 22.586 16 18 20.585 19.415 22 24 17.414 28.587 22 30 20.587 25.414 16 30 11.414z"
2008
+ })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
2009
+ d: "M4,4A2,2,0,0,0,2,6V9.1709a2,2,0,0,0,.5859,1.4145L10,18v8a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V24H16v2H12V17.1709l-.5859-.5855L4,9.1709V6H24V8h2V6a2,2,0,0,0-2-2Z"
2010
+ })), children);
2011
+ });
2012
+ if (process.env.NODE_ENV !== "production") {
2013
+ FilterRemove.propTypes = iconPropTypes4cbeb95d.i;
2014
+ }
2015
+ const FilterReset = /*#__PURE__*/React.forwardRef(function FilterReset(_ref84, ref) {
2016
+ let {
2017
+ children,
2018
+ size = 16,
2019
+ ...rest
2020
+ } = _ref84;
2021
+ return /*#__PURE__*/React.createElement(Icon.default, {
2022
+ width: size,
2023
+ height: size,
2024
+ ref: ref,
2025
+ xmlns: "http://www.w3.org/2000/svg",
2026
+ viewBox: "0 0 32 32",
2027
+ fill: "currentColor",
2028
+ ...rest
2029
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2030
+ d: "M22.5,9A7.4522,7.4522,0,0,0,16,12.792V8H14v8h8V14H17.6167A5.4941,5.4941,0,1,1,22.5,22H22v2h.5a7.5,7.5,0,0,0,0-15Z"
2031
+ })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2032
+ d: "M26,6H4V9.171l7.4142,7.4143L12,17.171V26h4V24h2v2a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V18L2.5858,10.5853A2,2,0,0,1,2,9.171V6A2,2,0,0,1,4,4H26Z"
2033
+ })), children);
2034
+ });
2035
+ if (process.env.NODE_ENV !== "production") {
2036
+ FilterReset.propTypes = iconPropTypes4cbeb95d.i;
2037
+ }
2038
+ const Finance = /*#__PURE__*/React.forwardRef(function Finance(_ref85, ref) {
2039
+ let {
2040
+ children,
2041
+ size = 16,
2042
+ ...rest
2043
+ } = _ref85;
2044
+ return /*#__PURE__*/React.createElement(Icon.default, {
2045
+ width: size,
2046
+ height: size,
2047
+ ref: ref,
2048
+ xmlns: "http://www.w3.org/2000/svg",
2049
+ viewBox: "0 0 32 32",
2050
+ fill: "currentColor",
2051
+ ...rest
2052
+ }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2053
+ d: "M2 28H30V30H2zM27 11a1 1 0 001-1V7a1 1 0 00-.66-.94l-11-4a1 1 0 00-.68 0l-11 4A1 1 0 004 7v3a1 1 0 001 1H6V24H4v2H28V24H26V11zM6 7.7L16 4.06 26 7.7V9H6zM18 24H14V11h4zM8 11h4V24H8zM24 24H20V11h4z"
2054
+ })), children);
2055
+ });
2056
+ if (process.env.NODE_ENV !== "production") {
2057
+ Finance.propTypes = iconPropTypes4cbeb95d.i;
2058
+ }
2059
+ const FingerprintRecognition = /*#__PURE__*/React.forwardRef(function FingerprintRecognition(_ref86, ref) {
2060
+ let {
2061
+ children,
2062
+ size = 16,
2063
+ ...rest
2064
+ } = _ref86;
2065
+ return /*#__PURE__*/React.createElement(Icon.default, {
2066
+ width: size,
2067
+ height: size,
2068
+ ref: ref,
2069
+ xmlns: "http://www.w3.org/2000/svg",
2070
+ viewBox: "0 0 32 32",
2071
+ fill: "currentColor",
2072
+ ...rest
2073
+ }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2074
+ d: "M7,5.21a.77.77,0,0,1-.46-1.38A15.46,15.46,0,0,1,16,1c2.66,0,6.48.45,9.5,2.62a.77.77,0,0,1,.18,1.07.78.78,0,0,1-1.08.17A15,15,0,0,0,16,2.53,14,14,0,0,0,7.5,5.05.74.74,0,0,1,7,5.21Z"
2075
+ })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2076
+ d: "M28.23,12.26a.78.78,0,0,1-.63-.33C25.87,9.49,22.78,6.24,16,6.24a14,14,0,0,0-11.63,5.7.77.77,0,0,1-1.07.17A.76.76,0,0,1,3.15,11,15.54,15.54,0,0,1,16,4.71c5.61,0,9.81,2.08,12.84,6.34a.77.77,0,0,1-.19,1.07A.79.79,0,0,1,28.23,12.26Z"
2077
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2078
+ d: "M12.28,31a.78.78,0,0,1-.72-.49.75.75,0,0,1,.44-1c4.37-1.68,7-5.12,7-9.21a2.8,2.8,0,0,0-3-3c-1.86,0-2.76,1-3,3.35a4.27,4.27,0,0,1-4.52,3.83,4.27,4.27,0,0,1-4.32-4.59A11.71,11.71,0,0,1,16,8.39a12,12,0,0,1,12,11.93,18.66,18.66,0,0,1-1.39,6.5.78.78,0,0,1-1,.41.76.76,0,0,1-.41-1,17.25,17.25,0,0,0,1.27-5.91A10.45,10.45,0,0,0,16,9.92a10.18,10.18,0,0,0-10.38,10,2.77,2.77,0,0,0,2.79,3.06,2.74,2.74,0,0,0,3-2.48c.36-3.11,1.89-4.69,4.56-4.69a4.31,4.31,0,0,1,4.52,4.56c0,4.74-3,8.72-8,10.63A.92.92,0,0,1,12.28,31Z"
2079
+ })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2080
+ d: "M19.77,30.28a.81.81,0,0,1-.52-.2.76.76,0,0,1,0-1.08,12.63,12.63,0,0,0,3.54-8.68c0-1.56-.48-6.65-6.7-6.65a6.83,6.83,0,0,0-4.94,1.87A6.17,6.17,0,0,0,9.32,20a.77.77,0,0,1-.77.76h0A.76.76,0,0,1,7.78,20,7.73,7.73,0,0,1,10,14.46a8.34,8.34,0,0,1,6-2.32c6.08,0,8.24,4.4,8.24,8.18A14.09,14.09,0,0,1,20.34,30,.75.75,0,0,1,19.77,30.28Z"
2081
+ })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2082
+ d: "M8.66,27.74a14.14,14.14,0,0,1-1.56-.09.76.76,0,1,1,.17-1.52c2.49.28,4.45-.16,5.84-1.32a6.37,6.37,0,0,0,2.12-4.53.75.75,0,0,1,.82-.71.78.78,0,0,1,.72.81A7.89,7.89,0,0,1,14.09,26,8.2,8.2,0,0,1,8.66,27.74Z"
2083
+ })), children);
2084
+ });
2085
+ if (process.env.NODE_ENV !== "production") {
2086
+ FingerprintRecognition.propTypes = iconPropTypes4cbeb95d.i;
2087
+ }
2088
+ const Fire = /*#__PURE__*/React.forwardRef(function Fire(_ref87, ref) {
2089
+ let {
2090
+ children,
2091
+ size = 16,
2092
+ ...rest
2093
+ } = _ref87;
2094
+ return /*#__PURE__*/React.createElement(Icon.default, {
2095
+ width: size,
2096
+ height: size,
2097
+ ref: ref,
2098
+ xmlns: "http://www.w3.org/2000/svg",
2099
+ viewBox: "0 0 32 32",
2100
+ fill: "currentColor",
2101
+ ...rest
2102
+ }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2103
+ d: "M24.832,16.9688c-.2724-.6465-.5815-1.38-.8833-2.2852-.79-2.3682,1.7344-4.9522,1.7583-4.9766L24.293,8.293c-.1407.1406-3.4234,3.4775-2.2417,7.0234.3261.978.6513,1.749.938,2.43A9.3812,9.3812,0,0,1,24,22a6.24,6.24,0,0,1-4.1892,5.293,8.52,8.52,0,0,0-2.1038-8l-1.0444-1.0445-.5815,1.3575C14.2449,23.89,12.06,25.76,10.7747,26.54A5.8437,5.8437,0,0,1,8,22a9.6239,9.6239,0,0,1,.9287-3.6289A11.3329,11.3329,0,0,0,10,14V12.2217c.8735.36,2,1.3037,2,3.7783v2.6035l1.7432-1.9341c3.1118-3.4546,2.4624-7.5678,1.206-10.3081A4.4859,4.4859,0,0,1,18,11h2c0-5.5371-4.5786-7-7-7H11l1.1992,1.5986c.1377.1856,2.8628,3.9278,1.3535,7.688A4.9426,4.9426,0,0,0,9,10H8v4a9.6239,9.6239,0,0,1-.9287,3.6289A11.3329,11.3329,0,0,0,6,22c0,3.8477,3.8232,8,10,8s10-4.1523,10-8A11.3771,11.3771,0,0,0,24.832,16.9688ZM12.8352,27.5264a16.4987,16.4987,0,0,0,4.3665-5.5987,6.1053,6.1053,0,0,1,.2573,5.9717A11.3213,11.3213,0,0,1,16,28,10.3278,10.3278,0,0,1,12.8352,27.5264Z"
2104
+ })), children);
2105
+ });
2106
+ if (process.env.NODE_ENV !== "production") {
2107
+ Fire.propTypes = iconPropTypes4cbeb95d.i;
2108
+ }
2109
+ const Firewall = /*#__PURE__*/React.forwardRef(function Firewall(_ref88, ref) {
2110
+ let {
2111
+ children,
2112
+ size = 16,
2113
+ ...rest
2114
+ } = _ref88;
2115
+ return /*#__PURE__*/React.createElement(Icon.default, {
2116
+ width: size,
2117
+ height: size,
2118
+ ref: ref,
2119
+ xmlns: "http://www.w3.org/2000/svg",
2120
+ viewBox: "0 0 32 32",
2121
+ fill: "currentColor",
2122
+ ...rest
2123
+ }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2124
+ d: "M27 20.3972v3c-1 0-2-1.5-2-4v-3c-4 5-5 7-5 9A5.0008 5.0008 0 0023.0458 30 7.5281 7.5281 0 0125 26.3972 7.5281 7.5281 0 0126.9542 30 5.0008 5.0008 0 0030 25.3972C30 23.3972 28.875 21.8258 27 20.3972zM17 28H4V24H17V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2H17z"
2125
+ })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2126
+ d: "M28 12H7a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2H17V18H7V14H28l.0011 2H30V14A2.0023 2.0023 0 0028 12zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4z"
2127
+ })), children);
2128
+ });
2129
+ if (process.env.NODE_ENV !== "production") {
2130
+ Firewall.propTypes = iconPropTypes4cbeb95d.i;
2131
+ }
2132
+ const FirewallClassic = /*#__PURE__*/React.forwardRef(function FirewallClassic(_ref89, ref) {
2133
+ let {
2134
+ children,
2135
+ size = 16,
2136
+ ...rest
2137
+ } = _ref89;
2138
+ return /*#__PURE__*/React.createElement(Icon.default, {
2139
+ width: size,
2140
+ height: size,
2141
+ ref: ref,
2142
+ xmlns: "http://www.w3.org/2000/svg",
2143
+ viewBox: "0 0 32 32",
2144
+ fill: "currentColor",
2145
+ ...rest
2146
+ }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2147
+ d: "M28 20V17a4 4 0 00-8 0v3a2.0023 2.0023 0 00-2 2v6a2.0023 2.0023 0 002 2h8a2.0023 2.0023 0 002-2V22A2.0023 2.0023 0 0028 20zm-6-3a2 2 0 014 0v3H22zm6 11H20V22h8zM15 27H4a2 2 0 01-2-2V22a2 2 0 012-2H15v2H4v3H15zM17 18H8a2 2 0 01-2-2V13a2 2 0 012-2H19v2H8v3h9zM22 9H4A2 2 0 012 7V4A2 2 0 014 2H22a2 2 0 012 2V7A2 2 0 0122 9zM4 7H22V4H4z"
2148
+ })), children);
2149
+ });
2150
+ if (process.env.NODE_ENV !== "production") {
2151
+ FirewallClassic.propTypes = iconPropTypes4cbeb95d.i;
2152
+ }
2153
+ const Fish = /*#__PURE__*/React.forwardRef(function Fish(_ref90, ref) {
2154
+ let {
2155
+ children,
2156
+ size = 16,
2157
+ ...rest
2158
+ } = _ref90;
2159
+ return /*#__PURE__*/React.createElement(Icon.default, {
2160
+ width: size,
2161
+ height: size,
2162
+ ref: ref,
2163
+ xmlns: "http://www.w3.org/2000/svg",
2164
+ viewBox: "0 0 32 32",
2165
+ fill: "currentColor",
2166
+ ...rest
2167
+ }, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2168
+ cx: "24",
2169
+ cy: "7",
2170
+ r: "1"
2171
+ })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2172
+ d: "M26,2A16.0183,16.0183,0,0,0,10,18v2H3a1,1,0,0,0-.707,1.707l8,8A1,1,0,0,0,12,29V22h2A16.0183,16.0183,0,0,0,30,6V2ZM10,26.5857,5.4141,22H10ZM12,20V18a13.9394,13.9394,0,0,1,3.908-9.6777l7.77,7.7695A13.94,13.94,0,0,1,14,20ZM28,6a13.9163,13.9163,0,0,1-2.98,8.6055L17.3945,6.98A13.9163,13.9163,0,0,1,26,4h2Z"
2173
+ })), children);
2174
+ });
2175
+ if (process.env.NODE_ENV !== "production") {
2176
+ Fish.propTypes = iconPropTypes4cbeb95d.i;
2177
+ }
2178
+ const FishMultiple = /*#__PURE__*/React.forwardRef(function FishMultiple(_ref91, ref) {
2179
+ let {
2180
+ children,
2181
+ size = 16,
2182
+ ...rest
2183
+ } = _ref91;
2184
+ return /*#__PURE__*/React.createElement(Icon.default, {
2185
+ width: size,
2186
+ height: size,
2187
+ ref: ref,
2188
+ xmlns: "http://www.w3.org/2000/svg",
2189
+ viewBox: "0 0 32 32",
2190
+ fill: "currentColor",
2191
+ ...rest
2192
+ }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2193
+ d: "M30,14a12.9845,12.9845,0,0,0-3.8286-9.2427L24.4143,3,23,4.4138l1.7573,1.7574a11.0713,11.0713,0,0,1,0,15.6572L22,24.5857,23.4143,26l2.7571-2.7573A12.9845,12.9845,0,0,0,30,14Z"
2194
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2195
+ cx: "17",
2196
+ cy: "11",
2197
+ r: "1"
2198
+ })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2199
+ d: "M22,14a12.9845,12.9845,0,0,0-3.8286-9.2427L16.4143,3,15,4.4138l1.7573,1.7574a11.0713,11.0713,0,0,1,0,15.6572L14,24.5857,15.4143,26l2.7571-2.7573A12.9845,12.9845,0,0,0,22,14Z"
2200
+ })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
2201
+ cx: "25",
2202
+ cy: "11",
2203
+ r: "1"
2204
+ })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
2205
+ cx: "9",
2206
+ cy: "11",
2207
+ r: "1"
2208
+ })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2209
+ d: "M9.4141,24l.7573-.7573a13.0708,13.0708,0,0,0,0-18.4854L8,2.5857,5.8286,4.7571a13.0708,13.0708,0,0,0,0,18.4854L6.5859,24,2.293,28.2928A1,1,0,0,0,3,30H13a1,1,0,0,0,.707-1.707ZM4,14A10.9988,10.9988,0,0,1,7.2427,6.1712L8,5.4138l.7573.7574a11.0713,11.0713,0,0,1,0,15.6572L8,22.5857l-.7573-.7573A10.9988,10.9988,0,0,1,4,14ZM5.4141,28,8,25.4138,10.5859,28Z"
2210
+ })), children);
2211
+ });
2212
+ if (process.env.NODE_ENV !== "production") {
2213
+ FishMultiple.propTypes = iconPropTypes4cbeb95d.i;
2214
+ }
2215
+ const FitToHeight = /*#__PURE__*/React.forwardRef(function FitToHeight(_ref92, ref) {
2216
+ let {
2217
+ children,
2218
+ size = 16,
2219
+ ...rest
2220
+ } = _ref92;
2221
+ return /*#__PURE__*/React.createElement(Icon.default, {
2222
+ width: size,
2223
+ height: size,
2224
+ ref: ref,
2225
+ xmlns: "http://www.w3.org/2000/svg",
2226
+ viewBox: "0 0 32 32",
2227
+ fill: "currentColor",
2228
+ ...rest
2229
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2230
+ d: "M11 10L12.41 11.41 15 8.83 15 23.17 12.41 20.59 11 22 16 27 21 22 19.59 20.59 17 23.17 17 8.83 19.59 11.41 21 10 16 5 11 10z"
2231
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2232
+ d: "M28,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
2233
+ })), children);
2234
+ });
2235
+ if (process.env.NODE_ENV !== "production") {
2236
+ FitToHeight.propTypes = iconPropTypes4cbeb95d.i;
2237
+ }
2238
+ const FitToScreen = /*#__PURE__*/React.forwardRef(function FitToScreen(_ref93, ref) {
2239
+ let {
2240
+ children,
2241
+ size = 16,
2242
+ ...rest
2243
+ } = _ref93;
2244
+ return /*#__PURE__*/React.createElement(Icon.default, {
2245
+ width: size,
2246
+ height: size,
2247
+ ref: ref,
2248
+ xmlns: "http://www.w3.org/2000/svg",
2249
+ viewBox: "0 0 32 32",
2250
+ fill: "currentColor",
2251
+ ...rest
2252
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2253
+ d: "M22 16L24 16 24 8 16 8 16 10 22 10 22 16zM8 24L16 24 16 22 10 22 10 16 8 16 8 24z"
2254
+ })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2255
+ d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26.0012L26,6Z"
2256
+ })), children);
2257
+ });
2258
+ if (process.env.NODE_ENV !== "production") {
2259
+ FitToScreen.propTypes = iconPropTypes4cbeb95d.i;
2260
+ }
2261
+ const FitToWidth = /*#__PURE__*/React.forwardRef(function FitToWidth(_ref94, ref) {
2262
+ let {
2263
+ children,
2264
+ size = 16,
2265
+ ...rest
2266
+ } = _ref94;
2267
+ return /*#__PURE__*/React.createElement(Icon.default, {
2268
+ width: size,
2269
+ height: size,
2270
+ ref: ref,
2271
+ xmlns: "http://www.w3.org/2000/svg",
2272
+ viewBox: "0 0 32 32",
2273
+ fill: "currentColor",
2274
+ ...rest
2275
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2276
+ d: "M22 11L20.59 12.41 23.17 15 8.83 15 11.41 12.41 10 11 5 16 10 21 11.41 19.59 8.83 17 23.17 17 20.59 19.59 22 21 27 16 22 11z"
2277
+ })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2278
+ d: "M28,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
2279
+ })), children);
2280
+ });
2281
+ if (process.env.NODE_ENV !== "production") {
2282
+ FitToWidth.propTypes = iconPropTypes4cbeb95d.i;
2283
+ }
2284
+ const Flag = /*#__PURE__*/React.forwardRef(function Flag(_ref95, ref) {
2285
+ let {
2286
+ children,
2287
+ size = 16,
2288
+ ...rest
2289
+ } = _ref95;
2290
+ return /*#__PURE__*/React.createElement(Icon.default, {
2291
+ width: size,
2292
+ height: size,
2293
+ ref: ref,
2294
+ xmlns: "http://www.w3.org/2000/svg",
2295
+ viewBox: "0 0 32 32",
2296
+ fill: "currentColor",
2297
+ ...rest
2298
+ }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2299
+ d: "M6,30H4V2H28l-5.8,9L28,20H6ZM6,18H24.33L19.8,11l4.53-7H6Z"
2300
+ })), children);
2301
+ });
2302
+ if (process.env.NODE_ENV !== "production") {
2303
+ Flag.propTypes = iconPropTypes4cbeb95d.i;
2304
+ }
2305
+ const FlagFilled = /*#__PURE__*/React.forwardRef(function FlagFilled(_ref96, ref) {
2306
+ let {
2307
+ children,
2308
+ size = 16,
2309
+ ...rest
2310
+ } = _ref96;
2311
+ return /*#__PURE__*/React.createElement(Icon.default, {
2312
+ width: size,
2313
+ height: size,
2314
+ ref: ref,
2315
+ xmlns: "http://www.w3.org/2000/svg",
2316
+ viewBox: "0 0 32 32",
2317
+ fill: "currentColor",
2318
+ ...rest
2319
+ }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2320
+ d: "M6,30H4V2H28l-5.8,9L28,20H6Z"
2321
+ })), children);
2322
+ });
2323
+ if (process.env.NODE_ENV !== "production") {
2324
+ FlagFilled.propTypes = iconPropTypes4cbeb95d.i;
2325
+ }
2326
+ const FlaggingTaxi = /*#__PURE__*/React.forwardRef(function FlaggingTaxi(_ref97, ref) {
2327
+ let {
2328
+ children,
2329
+ size = 16,
2330
+ ...rest
2331
+ } = _ref97;
2332
+ return /*#__PURE__*/React.createElement(Icon.default, {
2333
+ width: size,
2334
+ height: size,
2335
+ ref: ref,
2336
+ xmlns: "http://www.w3.org/2000/svg",
2337
+ viewBox: "0 0 32 32",
2338
+ fill: "currentColor",
2339
+ ...rest
2340
+ }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2341
+ d: "M24.7976,2,20.3555,8.6641A2.9941,2.9941,0,0,1,17.8594,10H12a3.0033,3.0033,0,0,0-3,3v6a2.0023,2.0023,0,0,0,2,2v7a2.0023,2.0023,0,0,0,2,2h4a2.0023,2.0023,0,0,0,2-2V16H17V28H13V19H11V13a1.0009,1.0009,0,0,1,1-1h5.8594a4.9881,4.9881,0,0,0,4.16-2.2266l4.4422-6.664Z"
2342
+ })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2343
+ d: "M11,5a4,4,0,1,1,4,4A4.0042,4.0042,0,0,1,11,5Zm2,0a2,2,0,1,0,2-2A2.0023,2.0023,0,0,0,13,5Z"
2344
+ })), children);
2345
+ });
2346
+ if (process.env.NODE_ENV !== "production") {
2347
+ FlaggingTaxi.propTypes = iconPropTypes4cbeb95d.i;
2348
+ }
2349
+ const Flash = /*#__PURE__*/React.forwardRef(function Flash(_ref98, ref) {
2350
+ let {
2351
+ children,
2352
+ size = 16,
2353
+ ...rest
2354
+ } = _ref98;
2355
+ return /*#__PURE__*/React.createElement(Icon.default, {
2356
+ width: size,
2357
+ height: size,
2358
+ ref: ref,
2359
+ xmlns: "http://www.w3.org/2000/svg",
2360
+ viewBox: "0 0 32 32",
2361
+ fill: "currentColor",
2362
+ ...rest
2363
+ }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2364
+ d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z"
2365
+ })), children);
2366
+ });
2367
+ if (process.env.NODE_ENV !== "production") {
2368
+ Flash.propTypes = iconPropTypes4cbeb95d.i;
2369
+ }
2370
+ const FlashFilled = /*#__PURE__*/React.forwardRef(function FlashFilled(_ref99, ref) {
2371
+ let {
2372
+ children,
2373
+ size = 16,
2374
+ ...rest
2375
+ } = _ref99;
2376
+ return /*#__PURE__*/React.createElement(Icon.default, {
2377
+ width: size,
2378
+ height: size,
2379
+ ref: ref,
2380
+ xmlns: "http://www.w3.org/2000/svg",
2381
+ viewBox: "0 0 32 32",
2382
+ fill: "currentColor",
2383
+ ...rest
2384
+ }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2385
+ d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92Z"
2386
+ })), children);
2387
+ });
2388
+ if (process.env.NODE_ENV !== "production") {
2389
+ FlashFilled.propTypes = iconPropTypes4cbeb95d.i;
2390
+ }
2391
+ const FlashOff = /*#__PURE__*/React.forwardRef(function FlashOff(_ref100, ref) {
2392
+ let {
2393
+ children,
2394
+ size = 16,
2395
+ ...rest
2396
+ } = _ref100;
2397
+ return /*#__PURE__*/React.createElement(Icon.default, {
2398
+ width: size,
2399
+ height: size,
2400
+ ref: ref,
2401
+ xmlns: "http://www.w3.org/2000/svg",
2402
+ viewBox: "0 0 32 32",
2403
+ fill: "currentColor",
2404
+ ...rest
2405
+ }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2406
+ d: "M11.13 6.89L11.8 4h8l-2 9H23l-2.49 3.25 1.43 1.43 3.87-5.07a1 1 0 00.11-1A1 1 0 0025 11H20.25L22 3.22a1 1 0 00-.2-.85A1 1 0 0021 2H11a1 1 0 00-1 .77L9.46 5.22zM30 28.59l-9.31-9.31h0l-1.42-1.43h0L10.6 9.19h0L8.93 7.52h0L3.41 2 2 3.41 8.4 9.82 7 15.77A1 1 0 008 17h4.83L11 28.85a1 1 0 00.6 1.07A1.09 1.09 0 0012 30a1 1 0 00.79-.39l6.68-8.73L28.59 30zM9.26 15l.81-3.52L13.59 15zm4.32 10.28L15 16.37 18 19.45z"
2407
+ })), children);
2408
+ });
2409
+ if (process.env.NODE_ENV !== "production") {
2410
+ FlashOff.propTypes = iconPropTypes4cbeb95d.i;
2411
+ }
2412
+ const FlashOffFilled = /*#__PURE__*/React.forwardRef(function FlashOffFilled(_ref101, ref) {
2413
+ let {
2414
+ children,
2415
+ size = 16,
2416
+ ...rest
2417
+ } = _ref101;
2418
+ return /*#__PURE__*/React.createElement(Icon.default, {
2419
+ width: size,
2420
+ height: size,
2421
+ ref: ref,
2422
+ xmlns: "http://www.w3.org/2000/svg",
2423
+ viewBox: "0 0 32 32",
2424
+ fill: "currentColor",
2425
+ ...rest
2426
+ }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2427
+ d: "M30 28.59L3.41 2 2 3.41 8.4 9.82 7 15.77A1 1 0 008 17h4.83L11 28.85a1 1 0 00.6 1.07A1.09 1.09 0 0012 30a1 1 0 00.79-.39l6.68-8.73L28.59 30zM22.53 16.87l3.26-4.26a1 1 0 00.11-1A1 1 0 0025 11H20.25L22 3.22a1 1 0 00-.2-.85A1 1 0 0021 2H11a1 1 0 00-1 .77l-.3 1.3z"
2428
+ })), children);
2429
+ });
2430
+ if (process.env.NODE_ENV !== "production") {
2431
+ FlashOffFilled.propTypes = iconPropTypes4cbeb95d.i;
2432
+ }
2433
+ const FlightInternational = /*#__PURE__*/React.forwardRef(function FlightInternational(_ref102, ref) {
2434
+ let {
2435
+ children,
2436
+ size = 16,
2437
+ ...rest
2438
+ } = _ref102;
2439
+ return /*#__PURE__*/React.createElement(Icon.default, {
2440
+ width: size,
2441
+ height: size,
2442
+ ref: ref,
2443
+ xmlns: "http://www.w3.org/2000/svg",
2444
+ viewBox: "0 0 32 32",
2445
+ fill: "currentColor",
2446
+ ...rest
2447
+ }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2448
+ d: "M16,28a5.3257,5.3257,0,0,1-.6714-.044A21.7855,21.7855,0,0,1,12.0332,17H29.95c.0236-.3315.05-.6626.05-1A14,14,0,1,0,16,30ZM27.9492,15H21.9631A24.3247,24.3247,0,0,0,19.21,4.4492,12.0123,12.0123,0,0,1,27.9492,15ZM16.6714,4.0439A21.7855,21.7855,0,0,1,19.9668,15H12.0332A21.7855,21.7855,0,0,1,15.3286,4.0439,5.159,5.159,0,0,1,16.6714,4.0439ZM12.79,4.4492A24.3275,24.3275,0,0,0,10.0369,15H4.0508A12.0126,12.0126,0,0,1,12.79,4.4492ZM4.0508,17h5.9861A24.3275,24.3275,0,0,0,12.79,27.5508,12.0126,12.0126,0,0,1,4.0508,17Z"
2449
+ })), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2450
+ fillRule: "evenodd",
2451
+ d: "M25,25l5,2V25l-5-2.5V20a1,1,0,0,0-2,0v2.5L18,25v2l5-2v3.5L21,30v1l3-1,3,1V30l-2-1.5Z"
2452
+ })), children);
2453
+ });
2454
+ if (process.env.NODE_ENV !== "production") {
2455
+ FlightInternational.propTypes = iconPropTypes4cbeb95d.i;
2456
+ }
2457
+ const FlightRoster = /*#__PURE__*/React.forwardRef(function FlightRoster(_ref103, ref) {
2458
+ let {
2459
+ children,
2460
+ size = 16,
2461
+ ...rest
2462
+ } = _ref103;
2463
+ return /*#__PURE__*/React.createElement(Icon.default, {
2464
+ width: size,
2465
+ height: size,
2466
+ ref: ref,
2467
+ xmlns: "http://www.w3.org/2000/svg",
2468
+ viewBox: "0 0 32 32",
2469
+ fill: "currentColor",
2470
+ ...rest
2471
+ }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2472
+ fillRule: "evenodd",
2473
+ d: "M26,6a2,2,0,0,0-2-2H8A2,2,0,0,0,6,6V26a2,2,0,0,0,2,2h8V26H8V6H24v6h2Z"
2474
+ })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2475
+ d: "M10 18H16V20H10zM10 14H22V16H10z"
2476
+ })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2477
+ fillRule: "evenodd",
2478
+ d: "M22 10v2H10V10zM25 23l5 2V23l-5-2.5V18a1 1 0 00-2 0v2.5L18 23v2l5-2v3.5L21 28v1l3-1 3 1V28l-2-1.5z"
2479
+ })), children);
2480
+ });
2481
+ if (process.env.NODE_ENV !== "production") {
2482
+ FlightRoster.propTypes = iconPropTypes4cbeb95d.i;
2483
+ }
2484
+ const FlightSchedule = /*#__PURE__*/React.forwardRef(function FlightSchedule(_ref104, ref) {
2485
+ let {
2486
+ children,
2487
+ size = 16,
2488
+ ...rest
2489
+ } = _ref104;
2490
+ return /*#__PURE__*/React.createElement(Icon.default, {
2491
+ width: size,
2492
+ height: size,
2493
+ ref: ref,
2494
+ xmlns: "http://www.w3.org/2000/svg",
2495
+ viewBox: "0 0 32 32",
2496
+ fill: "currentColor",
2497
+ ...rest
2498
+ }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2499
+ fillRule: "evenodd",
2500
+ d: "M25,23l5,2V23l-5-2.5V18a1,1,0,0,0-2,0v2.5L18,23v2l5-2v3.5L21,28v1l3-1,3,1V28l-2-1.5Z"
2501
+ })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2502
+ fillRule: "evenodd",
2503
+ d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H16V26H6V6h4V8h2V6h8V8h2V6h4v7h2V6A2,2,0,0,0,26,4Z"
2504
+ })), children);
2505
+ });
2506
+ if (process.env.NODE_ENV !== "production") {
2507
+ FlightSchedule.propTypes = iconPropTypes4cbeb95d.i;
2508
+ }
2509
+ const FloatingIp = /*#__PURE__*/React.forwardRef(function FloatingIp(_ref105, ref) {
2510
+ let {
2511
+ children,
2512
+ size = 16,
2513
+ ...rest
2514
+ } = _ref105;
2515
+ return /*#__PURE__*/React.createElement(Icon.default, {
2516
+ width: size,
2517
+ height: size,
2518
+ ref: ref,
2519
+ xmlns: "http://www.w3.org/2000/svg",
2520
+ viewBox: "0 0 32 32",
2521
+ fill: "currentColor",
2522
+ ...rest
2523
+ }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2524
+ d: "M25,11a5.0083,5.0083,0,0,0-4.8989,4H11.8989a5,5,0,1,0,0,2h8.2022A5,5,0,1,0,25,11Zm0,8a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,25,19Z"
2525
+ })), children);
2526
+ });
2527
+ if (process.env.NODE_ENV !== "production") {
2528
+ FloatingIp.propTypes = iconPropTypes4cbeb95d.i;
2529
+ }
2530
+ const Flood = /*#__PURE__*/React.forwardRef(function Flood(_ref106, ref) {
2531
+ let {
2532
+ children,
2533
+ size = 16,
2534
+ ...rest
2535
+ } = _ref106;
2536
+ return /*#__PURE__*/React.createElement(Icon.default, {
2537
+ width: size,
2538
+ height: size,
2539
+ ref: ref,
2540
+ xmlns: "http://www.w3.org/2000/svg",
2541
+ viewBox: "0 0 32 32",
2542
+ fill: "currentColor",
2543
+ ...rest
2544
+ }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2545
+ d: "M29 28a2.8828 2.8828 0 01-1-.1816v-.0059a3.7662 3.7662 0 01-2.0532-2.1338A.971.971 0 0025 25a1.007 1.007 0 00-.9487.6836A3.4376 3.4376 0 0121 28a3.44 3.44 0 01-3.0532-2.3213A.9894.9894 0 0017 25a1.007 1.007 0 00-.9487.6836A3.4376 3.4376 0 0113 28a3.44 3.44 0 01-3.0532-2.3213 1 1 0 00-1.8955.0049A3.4376 3.4376 0 015 28H2v2H5a4.9316 4.9316 0 004-1.9873 5.0192 5.0192 0 008 0 5.0192 5.0192 0 008 0 5.1433 5.1433 0 002.1379 1.62A4.8374 4.8374 0 0029 30h1V28zM28 13.63L29.7573 15 31 13.4282 16.6123 2.2139a1.0094 1.0094 0 00-1.2427 0L1 13.4194l1.2427 1.5718L4 13.6211v5.1875a3.6907 3.6907 0 01-2 2.0039V22.896a4.9958 4.9958 0 003-1.8833 5.0192 5.0192 0 008 0 5.0192 5.0192 0 008 0A4.9316 4.9316 0 0025 23h5V21H28zm-6.0513 5.0532a1 1 0 00-1.8955-.0049A3.44 3.44 0 0117 21a3.4376 3.4376 0 01-3.0513-2.3164A1.007 1.007 0 0013 18a.9894.9894 0 00-.9468.6787A3.44 3.44 0 019 21a3.37 3.37 0 01-3.0021-2.19L6 12.0615l9.991-7.79L26 12.0718 26.0017 21H25A3.4376 3.4376 0 0121.9487 18.6836z"
2546
+ })), children);
2547
+ });
2548
+ if (process.env.NODE_ENV !== "production") {
2549
+ Flood.propTypes = iconPropTypes4cbeb95d.i;
2550
+ }
2551
+ const FloodWarning = /*#__PURE__*/React.forwardRef(function FloodWarning(_ref107, ref) {
2552
+ let {
2553
+ children,
2554
+ size = 16,
2555
+ ...rest
2556
+ } = _ref107;
2557
+ return /*#__PURE__*/React.createElement(Icon.default, {
2558
+ width: size,
2559
+ height: size,
2560
+ ref: ref,
2561
+ xmlns: "http://www.w3.org/2000/svg",
2562
+ viewBox: "0 0 32 32",
2563
+ fill: "currentColor",
2564
+ ...rest
2565
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2566
+ d: "M29,28a2.8828,2.8828,0,0,1-1-.1816v-.0059a3.7662,3.7662,0,0,1-2.0532-2.1338A.971.971,0,0,0,25,25a1.007,1.007,0,0,0-.9487.6836A3.4376,3.4376,0,0,1,21,28a3.44,3.44,0,0,1-3.0532-2.3213A.9894.9894,0,0,0,17,25a1.007,1.007,0,0,0-.9487.6836A3.4376,3.4376,0,0,1,13,28a3.44,3.44,0,0,1-3.0532-2.3213,1,1,0,0,0-1.8955.0049A3.4376,3.4376,0,0,1,5,28H2v2H5a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0,5.0192,5.0192,0,0,0,8,0,5.1433,5.1433,0,0,0,2.1379,1.62A4.8374,4.8374,0,0,0,29,30h1V28Z"
2567
+ })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2568
+ fill: "none",
2569
+ d: "M23.75,11h-1.5V7h1.5ZM23,12a1,1,0,1,0,1,1A1,1,0,0,0,23,12Z"
2570
+ })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2571
+ d: "M29.9115,14.9355,23.6284,3.3706a.7181.7181,0,0,0-1.2568,0L16.0885,14.9355A.72.72,0,0,0,16.72,16H29.28A.72.72,0,0,0,29.9115,14.9355ZM22.25,7h1.5v4h-1.5ZM23,14a1,1,0,1,1,1-1A1,1,0,0,1,23,14Z"
2572
+ })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2573
+ d: "M28,21V18H26v3H25a3.4376,3.4376,0,0,1-3.0513-2.3164,1,1,0,0,0-1.8955-.0049A3.44,3.44,0,0,1,17,21a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,13,18a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,9,21a3.3663,3.3663,0,0,1-3-2.1855v-6.753l10-7.79,2.5327,1.9756.9682-1.7818L16.6123,2.2139a1.0094,1.0094,0,0,0-1.2427,0L1,13.4194l1.2427,1.5718L4,13.6211v5.1875a3.6892,3.6892,0,0,1-2,2.0039V22.896a4.9958,4.9958,0,0,0,3-1.8833,5.0192,5.0192,0,0,0,8,0,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,25,23h5V21Z"
2574
+ })), children);
2575
+ });
2576
+ if (process.env.NODE_ENV !== "production") {
2577
+ FloodWarning.propTypes = iconPropTypes4cbeb95d.i;
2578
+ }
2579
+ const Floorplan = /*#__PURE__*/React.forwardRef(function Floorplan(_ref108, ref) {
2580
+ let {
2581
+ children,
2582
+ size = 16,
2583
+ ...rest
2584
+ } = _ref108;
2585
+ return /*#__PURE__*/React.createElement(Icon.default, {
2586
+ width: size,
2587
+ height: size,
2588
+ ref: ref,
2589
+ xmlns: "http://www.w3.org/2000/svg",
2590
+ viewBox: "0 0 32 32",
2591
+ fill: "currentColor",
2592
+ ...rest
2593
+ }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2594
+ d: "M28,2H4C2.9,2,2,2.9,2,4v24c0,1.1,0.9,2,2,2h15v-2c0-2.8,2.2-5,5-5v-2c-3.9,0-7,3.1-7,7h-3v-4h-2v4H4V4h8v14h2v-5h4v-2h-4V4 h14v7h-4v2h4v15h-4v2h4c1.1,0,2-0.9,2-2V4C30,2.9,29.1,2,28,2z"
2595
+ })), children);
2596
+ });
2597
+ if (process.env.NODE_ENV !== "production") {
2598
+ Floorplan.propTypes = iconPropTypes4cbeb95d.i;
2599
+ }
2600
+ const Flow = /*#__PURE__*/React.forwardRef(function Flow(_ref109, ref) {
2601
+ let {
2602
+ children,
2603
+ size = 16,
2604
+ ...rest
2605
+ } = _ref109;
2606
+ return /*#__PURE__*/React.createElement(Icon.default, {
2607
+ width: size,
2608
+ height: size,
2609
+ ref: ref,
2610
+ xmlns: "http://www.w3.org/2000/svg",
2611
+ viewBox: "0 0 32 32",
2612
+ fill: "currentColor",
2613
+ ...rest
2614
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2615
+ d: "M27,22.14V17a2,2,0,0,0-2-2H17V9.86a4,4,0,1,0-2,0V15H7a2,2,0,0,0-2,2v5.14a4,4,0,1,0,2,0V17H25v5.14a4,4,0,1,0,2,0ZM8,26a2,2,0,1,1-2-2A2,2,0,0,1,8,26ZM14,6a2,2,0,1,1,2,2A2,2,0,0,1,14,6ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
2616
+ })), children);
2617
+ });
2618
+ if (process.env.NODE_ENV !== "production") {
2619
+ Flow.propTypes = iconPropTypes4cbeb95d.i;
2620
+ }
2621
+ const FlowConnection = /*#__PURE__*/React.forwardRef(function FlowConnection(_ref110, ref) {
2622
+ let {
2623
+ children,
2624
+ size = 16,
2625
+ ...rest
2626
+ } = _ref110;
2627
+ return /*#__PURE__*/React.createElement(Icon.default, {
2628
+ width: size,
2629
+ height: size,
2630
+ ref: ref,
2631
+ xmlns: "http://www.w3.org/2000/svg",
2632
+ viewBox: "0 0 32 32",
2633
+ fill: "currentColor",
2634
+ ...rest
2635
+ }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2636
+ d: "M28,18H22a2.0023,2.0023,0,0,0-2,2v2H14.4141L10,17.5859V12h2a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4v6a2.0023,2.0023,0,0,0,2,2H8v5.5859L3.293,22.293a.9994.9994,0,0,0,0,1.414l5,5a.9995.9995,0,0,0,1.414,0L14.4141,24H20v2a2.0023,2.0023,0,0,0,2,2h6a2.0023,2.0023,0,0,0,2-2V20A2.0023,2.0023,0,0,0,28,18ZM6,4h6v6H6ZM9,26.5859,5.4141,23,9,19.4141,12.5859,23ZM22,26V20h6v6Z"
2637
+ })), children);
2638
+ });
2639
+ if (process.env.NODE_ENV !== "production") {
2640
+ FlowConnection.propTypes = iconPropTypes4cbeb95d.i;
2641
+ }
2642
+ const FlowData = /*#__PURE__*/React.forwardRef(function FlowData(_ref111, ref) {
2643
+ let {
2644
+ children,
2645
+ size = 16,
2646
+ ...rest
2647
+ } = _ref111;
2648
+ return /*#__PURE__*/React.createElement(Icon.default, {
2649
+ width: size,
2650
+ height: size,
2651
+ ref: ref,
2652
+ xmlns: "http://www.w3.org/2000/svg",
2653
+ viewBox: "0 0 32 32",
2654
+ fill: "currentColor",
2655
+ ...rest
2656
+ }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2657
+ d: "M20,23H11.86a4.17,4.17,0,0,0-.43-1L22,11.43A3.86,3.86,0,0,0,24,12a4,4,0,1,0-3.86-5H11.86a4,4,0,1,0,0,2h8.28a4.17,4.17,0,0,0,.43,1L10,20.57A3.86,3.86,0,0,0,8,20a4,4,0,1,0,3.86,5H20v3h8V20H20ZM8,10a2,2,0,1,1,2-2A2,2,0,0,1,8,10ZM24,6a2,2,0,1,1-2,2A2,2,0,0,1,24,6ZM8,26a2,2,0,1,1,2-2A2,2,0,0,1,8,26Zm14-4h4v4H22Z"
2658
+ })), children);
2659
+ });
2660
+ if (process.env.NODE_ENV !== "production") {
2661
+ FlowData.propTypes = iconPropTypes4cbeb95d.i;
2662
+ }
2663
+ const FlowModeler = /*#__PURE__*/React.forwardRef(function FlowModeler(_ref112, ref) {
2664
+ let {
2665
+ children,
2666
+ size = 16,
2667
+ ...rest
2668
+ } = _ref112;
2669
+ return /*#__PURE__*/React.createElement(Icon.default, {
2670
+ width: size,
2671
+ height: size,
2672
+ ref: ref,
2673
+ xmlns: "http://www.w3.org/2000/svg",
2674
+ viewBox: "0 0 32 32",
2675
+ fill: "currentColor",
2676
+ ...rest
2677
+ }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2678
+ d: "M10 10H2V2h8zM4 8H8V4H4zM30 30H22V22h8zm-6-2h4V24H24zM20 27H8A6 6 0 018 15v2a4 4 0 000 8H20zM24 17V15a4 4 0 000-8H12V5H24a6 6 0 010 12z"
2679
+ })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2680
+ d: "M19,11H13l-3,4,6,6,6-6Z"
2681
+ })), children);
2682
+ });
2683
+ if (process.env.NODE_ENV !== "production") {
2684
+ FlowModeler.propTypes = iconPropTypes4cbeb95d.i;
2685
+ }
2686
+ const FlowModelerReference = /*#__PURE__*/React.forwardRef(function FlowModelerReference(_ref113, ref) {
2687
+ let {
2688
+ children,
2689
+ size = 16,
2690
+ ...rest
2691
+ } = _ref113;
2692
+ return /*#__PURE__*/React.createElement(Icon.default, {
2693
+ width: size,
2694
+ height: size,
2695
+ ref: ref,
2696
+ xmlns: "http://www.w3.org/2000/svg",
2697
+ viewBox: "0 0 32 32",
2698
+ fill: "currentColor",
2699
+ ...rest
2700
+ }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2701
+ d: "M30 30H22V22h8zm-6-2h4V24H24zM4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM19 11H13l-3 4 6 6 6-6z"
2702
+ })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2703
+ d: "M24 17V15a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
2704
+ })), children);
2705
+ });
2706
+ if (process.env.NODE_ENV !== "production") {
2707
+ FlowModelerReference.propTypes = iconPropTypes4cbeb95d.i;
2708
+ }
2709
+ const FlowStream = /*#__PURE__*/React.forwardRef(function FlowStream(_ref114, ref) {
2710
+ let {
2711
+ children,
2712
+ size = 16,
2713
+ ...rest
2714
+ } = _ref114;
2715
+ return /*#__PURE__*/React.createElement(Icon.default, {
2716
+ width: size,
2717
+ height: size,
2718
+ ref: ref,
2719
+ xmlns: "http://www.w3.org/2000/svg",
2720
+ viewBox: "0 0 32 32",
2721
+ fill: "currentColor",
2722
+ ...rest
2723
+ }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2724
+ d: "M20 24H11.8625a4.13 4.13 0 00-.4284-1.02L21.98 12.4343A3.9943 3.9943 0 1020.1414 8H14v2h6.1414a3.96 3.96 0 00.4243 1.02L10.02 21.5656A3.9943 3.9943 0 1011.8587 26H20v3h8V21H20zM24 7a2 2 0 11-2 2A2.0023 2.0023 0 0124 7zM8 27a2 2 0 112-2A2.0023 2.0023 0 018 27zm14-4h4v4H22zM9.6929 12.7505a5 5 0 01-.0005-7.5L11.0166 6.75a3 3 0 00-.0005 4.501z"
2725
+ })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2726
+ d: "M7.0474,15.751a9,9,0,0,1,0-13.501l1.3232,1.5a7,7,0,0,0,0,10.501Z"
2727
+ })), children);
2728
+ });
2729
+ if (process.env.NODE_ENV !== "production") {
2730
+ FlowStream.propTypes = iconPropTypes4cbeb95d.i;
2731
+ }
2732
+ const FlowStreamReference = /*#__PURE__*/React.forwardRef(function FlowStreamReference(_ref115, ref) {
2733
+ let {
2734
+ children,
2735
+ size = 16,
2736
+ ...rest
2737
+ } = _ref115;
2738
+ return /*#__PURE__*/React.createElement(Icon.default, {
2739
+ width: size,
2740
+ height: size,
2741
+ ref: ref,
2742
+ xmlns: "http://www.w3.org/2000/svg",
2743
+ viewBox: "0 0 32 32",
2744
+ fill: "currentColor",
2745
+ ...rest
2746
+ }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2747
+ d: "M20 24H16v2h4v3h8V21H20zm2-1h4v4H22zM4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM24 5a3.9962 3.9962 0 00-3.8579 3H14v2h6.1421a3.94 3.94 0 00.4248 1.019L14 17.5862 15.4138 19l6.5672-6.5669A3.9521 3.9521 0 0024 13a4 4 0 000-8zm0 6a2 2 0 112-2A2.0023 2.0023 0 0124 11zM9.6929 12.7505a5 5 0 01-.0005-7.5L11.0166 6.75a3 3 0 00-.0005 4.501z"
2748
+ })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2749
+ d: "M7.0474,15.751a9,9,0,0,1,0-13.501l1.3232,1.5a7,7,0,0,0,0,10.501Z"
2750
+ })), children);
2751
+ });
2752
+ if (process.env.NODE_ENV !== "production") {
2753
+ FlowStreamReference.propTypes = iconPropTypes4cbeb95d.i;
2754
+ }
2755
+ const FlowLogsVpc = /*#__PURE__*/React.forwardRef(function FlowLogsVpc(_ref116, ref) {
2756
+ let {
2757
+ children,
2758
+ size = 16,
2759
+ ...rest
2760
+ } = _ref116;
2761
+ return /*#__PURE__*/React.createElement(Icon.default, {
2762
+ width: size,
2763
+ height: size,
2764
+ ref: ref,
2765
+ xmlns: "http://www.w3.org/2000/svg",
2766
+ viewBox: "0 0 32 32",
2767
+ fill: "currentColor",
2768
+ ...rest
2769
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2770
+ d: "M18 19H30V21H18zM18 23H30V25H18zM18 27H26V29H18z"
2771
+ })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2772
+ d: "M24,4a3.9962,3.9962,0,0,0-3.8579,3H12V4H4v8h8V9h8.1421a3.94,3.94,0,0,0,.4248,1.019L10.019,20.5669A3.9521,3.9521,0,0,0,8,20a4,4,0,1,0,3.8579,5H16V23H11.8579a3.94,3.94,0,0,0-.4248-1.019L21.981,11.4331A3.9521,3.9521,0,0,0,24,12a4,4,0,0,0,0-8ZM10,10H6V6h4ZM8,26a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,26ZM24,10a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,24,10Z"
2773
+ })), children);
2774
+ });
2775
+ if (process.env.NODE_ENV !== "production") {
2776
+ FlowLogsVpc.propTypes = iconPropTypes4cbeb95d.i;
2777
+ }
2778
+ const Fog = /*#__PURE__*/React.forwardRef(function Fog(_ref117, ref) {
2779
+ let {
2780
+ children,
2781
+ size = 16,
2782
+ ...rest
2783
+ } = _ref117;
2784
+ return /*#__PURE__*/React.createElement(Icon.default, {
2785
+ width: size,
2786
+ height: size,
2787
+ ref: ref,
2788
+ xmlns: "http://www.w3.org/2000/svg",
2789
+ viewBox: "0 0 32 32",
2790
+ fill: "currentColor",
2791
+ ...rest
2792
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2793
+ d: "M24.8008,11.1382a8.9938,8.9938,0,0,0-17.6006,0A6.533,6.533,0,0,0,2,17.5H2V19a1,1,0,0,0,1,1H15a1,1,0,0,0,0-2H4v-.4966H4a4.5176,4.5176,0,0,1,4.144-4.4819l.8155-.064.0991-.812a6.9936,6.9936,0,0,1,13.8838,0l.0986.812.8154.064A4.4962,4.4962,0,0,1,23.5,22H7a1,1,0,0,0,0,2H23.5a6.4963,6.4963,0,0,0,1.3008-12.8618Z"
2794
+ })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
2795
+ width: "18",
2796
+ height: "2",
2797
+ x: "2",
2798
+ y: "26",
2799
+ rx: "1"
2800
+ })), children);
2801
+ });
2802
+ if (process.env.NODE_ENV !== "production") {
2803
+ Fog.propTypes = iconPropTypes4cbeb95d.i;
2804
+ }
2805
+ const Folder = /*#__PURE__*/React.forwardRef(function Folder(_ref118, ref) {
2806
+ let {
2807
+ children,
2808
+ size = 16,
2809
+ ...rest
2810
+ } = _ref118;
2811
+ return /*#__PURE__*/React.createElement(Icon.default, {
2812
+ width: size,
2813
+ height: size,
2814
+ ref: ref,
2815
+ xmlns: "http://www.w3.org/2000/svg",
2816
+ viewBox: "0 0 32 32",
2817
+ fill: "currentColor",
2818
+ ...rest
2819
+ }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2820
+ d: "M11.17,6l3.42,3.41.58.59H28V26H4V6h7.17m0-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10a2,2,0,0,0-2-2H16L12.59,4.59A2,2,0,0,0,11.17,4Z"
2821
+ })), children);
2822
+ });
2823
+ if (process.env.NODE_ENV !== "production") {
2824
+ Folder.propTypes = iconPropTypes4cbeb95d.i;
2825
+ }
2826
+ const FolderAdd = /*#__PURE__*/React.forwardRef(function FolderAdd(_ref119, ref) {
2827
+ let {
2828
+ children,
2829
+ size = 16,
2830
+ ...rest
2831
+ } = _ref119;
2832
+ return /*#__PURE__*/React.createElement(Icon.default, {
2833
+ width: size,
2834
+ height: size,
2835
+ ref: ref,
2836
+ xmlns: "http://www.w3.org/2000/svg",
2837
+ viewBox: "0 0 32 32",
2838
+ fill: "currentColor",
2839
+ ...rest
2840
+ }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2841
+ d: "M26 20L24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26 30 24 26 24z"
2842
+ })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2843
+ 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,2h14v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v8h2v-8 C30,8.9,29.1,8,28,8z"
2844
+ })), children);
2845
+ });
2846
+ if (process.env.NODE_ENV !== "production") {
2847
+ FolderAdd.propTypes = iconPropTypes4cbeb95d.i;
2848
+ }
2849
+ const FolderDetails = /*#__PURE__*/React.forwardRef(function FolderDetails(_ref120, ref) {
2850
+ let {
2851
+ children,
2852
+ size = 16,
2853
+ ...rest
2854
+ } = _ref120;
2855
+ return /*#__PURE__*/React.createElement(Icon.default, {
2856
+ width: size,
2857
+ height: size,
2858
+ ref: ref,
2859
+ xmlns: "http://www.w3.org/2000/svg",
2860
+ viewBox: "0 0 32 32",
2861
+ fill: "currentColor",
2862
+ ...rest
2863
+ }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2864
+ d: "M16 20H30V22H16zM16 24H30V26H16zM16 28H23V30H16z"
2865
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2866
+ d: "M14,26H4V6h7.17l3.42,3.41.58.59H28v8h2V10a2,2,0,0,0-2-2H16L12.59,4.59A2,2,0,0,0,11.17,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
2867
+ })), children);
2868
+ });
2869
+ if (process.env.NODE_ENV !== "production") {
2870
+ FolderDetails.propTypes = iconPropTypes4cbeb95d.i;
2871
+ }
2872
+ const FolderDetailsReference = /*#__PURE__*/React.forwardRef(function FolderDetailsReference(_ref121, ref) {
2873
+ let {
2874
+ children,
2875
+ size = 16,
2876
+ ...rest
2877
+ } = _ref121;
2878
+ return /*#__PURE__*/React.createElement(Icon.default, {
2879
+ width: size,
2880
+ height: size,
2881
+ ref: ref,
2882
+ xmlns: "http://www.w3.org/2000/svg",
2883
+ viewBox: "0 0 32 32",
2884
+ fill: "currentColor",
2885
+ ...rest
2886
+ }, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2887
+ d: "M16 28H23V30H16zM16 24H30V26H16zM16 20H30V22H16zM4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM28 8H16L12.5859 4.5859A2.0007 2.0007 0 0011.1716 4H4A2 2 0 002 6V18H4V6h7.1716l3.4141 3.4141L15.1716 10H28v8h2V10A2 2 0 0028 8z"
2888
+ })), children);
2889
+ });
2890
+ if (process.env.NODE_ENV !== "production") {
2891
+ FolderDetailsReference.propTypes = iconPropTypes4cbeb95d.i;
2892
+ }
2893
+ const FolderMoveTo = /*#__PURE__*/React.forwardRef(function FolderMoveTo(_ref122, ref) {
2894
+ let {
2895
+ children,
2896
+ size = 16,
2897
+ ...rest
2898
+ } = _ref122;
2899
+ return /*#__PURE__*/React.createElement(Icon.default, {
2900
+ width: size,
2901
+ height: size,
2902
+ ref: ref,
2903
+ xmlns: "http://www.w3.org/2000/svg",
2904
+ viewBox: "0 0 32 32",
2905
+ fill: "currentColor",
2906
+ ...rest
2907
+ }, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2908
+ d: "M18 13L16.59 14.41 19.17 17 10 17 10 19 19.17 19 16.59 21.59 18 23 23 18 18 13z"
2909
+ })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2910
+ d: "M11.1716,6l3.4142,3.4142L15.1716,10H28V26H4V6h7.1716m0-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10a2,2,0,0,0-2-2H16L12.5858,4.5858A2,2,0,0,0,11.1716,4Z"
2911
+ })), children);
2912
+ });
2913
+ if (process.env.NODE_ENV !== "production") {
2914
+ FolderMoveTo.propTypes = iconPropTypes4cbeb95d.i;
2915
+ }
2916
+ const FolderOff = /*#__PURE__*/React.forwardRef(function FolderOff(_ref123, ref) {
2917
+ let {
2918
+ children,
2919
+ size = 16,
2920
+ ...rest
2921
+ } = _ref123;
2922
+ return /*#__PURE__*/React.createElement(Icon.default, {
2923
+ width: size,
2924
+ height: size,
2925
+ ref: ref,
2926
+ xmlns: "http://www.w3.org/2000/svg",
2927
+ viewBox: "0 0 32 32",
2928
+ fill: "currentColor",
2929
+ ...rest
2930
+ }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2931
+ d: "M28 8H25.4141L30 3.4141 28.5859 2 2 28.5859 3.4141 30l2-2H28a2 2 0 002-2V10A2 2 0 0028 8zm0 18H7.4141l16-16H28zM4 6h7.1716l3.4141 3.4141L15.1716 10H18V8H16L12.5859 4.5859A2.0007 2.0007 0 0011.1716 4H4A2 2 0 002 6V24H4z"
2932
+ })), children);
2933
+ });
2934
+ if (process.env.NODE_ENV !== "production") {
2935
+ FolderOff.propTypes = iconPropTypes4cbeb95d.i;
2936
+ }
2937
+ const FolderOpen = /*#__PURE__*/React.forwardRef(function FolderOpen(_ref124, ref) {
2938
+ let {
2939
+ children,
2940
+ size = 16,
2941
+ ...rest
2942
+ } = _ref124;
2943
+ return /*#__PURE__*/React.createElement(Icon.default, {
2944
+ width: size,
2945
+ height: size,
2946
+ ref: ref,
2947
+ xmlns: "http://www.w3.org/2000/svg",
2948
+ viewBox: "0 0 32 32",
2949
+ fill: "currentColor",
2950
+ ...rest
2951
+ }, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2952
+ d: "M28,8H20.8284L17.4143,4.5859A2,2,0,0,0,16,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10A2,2,0,0,0,28,8ZM8,26V14h8v6.17l-2.59-2.58L12,19l5,5,5-5-1.41-1.41L18,20.17V14a2.0025,2.0025,0,0,0-2-2H8a2.0025,2.0025,0,0,0-2,2V26H4V6H16l4,4h8v2H22v2h6V26Z"
2953
+ })), children);
2954
+ });
2955
+ if (process.env.NODE_ENV !== "production") {
2956
+ FolderOpen.propTypes = iconPropTypes4cbeb95d.i;
2957
+ }
2958
+ const FolderParent = /*#__PURE__*/React.forwardRef(function FolderParent(_ref125, ref) {
2959
+ let {
2960
+ children,
2961
+ size = 16,
2962
+ ...rest
2963
+ } = _ref125;
2964
+ return /*#__PURE__*/React.createElement(Icon.default, {
2965
+ width: size,
2966
+ height: size,
2967
+ ref: ref,
2968
+ xmlns: "http://www.w3.org/2000/svg",
2969
+ viewBox: "0 0 32 32",
2970
+ fill: "currentColor",
2971
+ ...rest
2972
+ }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2973
+ d: "M28,8H16L12.5857,4.5857A2,2,0,0,0,11.1716,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H16a2,2,0,0,0,2-2V16.83l2.59,2.58L22,18l-5-5-5,5,1.41,1.41L16,16.83V26H4V6h7.1716l4,4H28V26H22v2h6a2,2,0,0,0,2-2V10A2,2,0,0,0,28,8Z"
2974
+ })), children);
2975
+ });
2976
+ if (process.env.NODE_ENV !== "production") {
2977
+ FolderParent.propTypes = iconPropTypes4cbeb95d.i;
2978
+ }
2979
+
2980
+ exports.Earth = Earth;
2981
+ exports.EarthAmericas = EarthAmericas;
2982
+ exports.EarthAmericasFilled = EarthAmericasFilled;
2983
+ exports.EarthEuropeAfrica = EarthEuropeAfrica;
2984
+ exports.EarthEuropeAfricaFilled = EarthEuropeAfricaFilled;
2985
+ exports.EarthFilled = EarthFilled;
2986
+ exports.EarthSoutheastAsia = EarthSoutheastAsia;
2987
+ exports.EarthSoutheastAsiaFilled = EarthSoutheastAsiaFilled;
2988
+ exports.Earthquake = Earthquake;
2989
+ exports.EdgeCluster = EdgeCluster;
2990
+ exports.EdgeDevice = EdgeDevice;
2991
+ exports.EdgeNode = EdgeNode;
2992
+ exports.EdgeNodeAlt = EdgeNodeAlt;
2993
+ exports.EdgeService = EdgeService;
2994
+ exports.Edit = Edit;
2995
+ exports.EditOff = EditOff;
2996
+ exports.EdtLoop = EdtLoop;
2997
+ exports.Education = Education;
2998
+ exports.Email = Email;
2999
+ exports.EmailNew = EmailNew;
3000
+ exports.Encryption = Encryption;
3001
+ exports.EnergyRenewable = EnergyRenewable;
3002
+ exports.Enterprise = Enterprise;
3003
+ exports.EnumerationDefinition = EnumerationDefinition;
3004
+ exports.EnumerationUsage = EnumerationUsage;
3005
+ exports.EqualApproximately = EqualApproximately;
3006
+ exports.Equalizer = Equalizer;
3007
+ exports.Erase = Erase;
3008
+ exports.Error = Error;
3009
+ exports.ErrorFilled = ErrorFilled;
3010
+ exports.ErrorOutline = ErrorOutline;
3011
+ exports.Event = Event;
3012
+ exports.EventChange = EventChange;
3013
+ exports.EventIncident = EventIncident;
3014
+ exports.EventSchedule = EventSchedule;
3015
+ exports.EventWarning = EventWarning;
3016
+ exports.Events = Events;
3017
+ exports.EventsAlt = EventsAlt;
3018
+ exports.ExamMode = ExamMode;
3019
+ exports.ExecutableProgram = ExecutableProgram;
3020
+ exports.Exit = Exit;
3021
+ exports.ExpandAll = ExpandAll;
3022
+ exports.ExpandCategories = ExpandCategories;
3023
+ exports.Explore = Explore;
3024
+ exports.Export = Export;
3025
+ exports.Eyedropper = Eyedropper;
3026
+ exports.FaceActivated = FaceActivated;
3027
+ exports.FaceActivatedAdd = FaceActivatedAdd;
3028
+ exports.FaceActivatedFilled = FaceActivatedFilled;
3029
+ exports.FaceAdd = FaceAdd;
3030
+ exports.FaceCool = FaceCool;
3031
+ exports.FaceDissatisfied = FaceDissatisfied;
3032
+ exports.FaceDissatisfiedFilled = FaceDissatisfiedFilled;
3033
+ exports.FaceDizzy = FaceDizzy;
3034
+ exports.FaceDizzyFilled = FaceDizzyFilled;
3035
+ exports.FaceMask = FaceMask;
3036
+ exports.FaceNeutral = FaceNeutral;
3037
+ exports.FaceNeutralFilled = FaceNeutralFilled;
3038
+ exports.FacePending = FacePending;
3039
+ exports.FacePendingFilled = FacePendingFilled;
3040
+ exports.FaceSatisfied = FaceSatisfied;
3041
+ exports.FaceSatisfiedFilled = FaceSatisfiedFilled;
3042
+ exports.FaceWink = FaceWink;
3043
+ exports.FaceWinkFilled = FaceWinkFilled;
3044
+ exports.Factor = Factor;
3045
+ exports.Fade = Fade;
3046
+ exports.Favorite = Favorite;
3047
+ exports.FavoriteFilled = FavoriteFilled;
3048
+ exports.FavoriteHalf = FavoriteHalf;
3049
+ exports.FeatureMembership = FeatureMembership;
3050
+ exports.FeatureMembershipFilled = FeatureMembershipFilled;
3051
+ exports.FeatureTyping = FeatureTyping;
3052
+ exports.FetchUpload = FetchUpload;
3053
+ exports.FetchUploadCloud = FetchUploadCloud;
3054
+ exports.FileStorage = FileStorage;
3055
+ exports.Filter = Filter;
3056
+ exports.FilterEdit = FilterEdit;
3057
+ exports.FilterRemove = FilterRemove;
3058
+ exports.FilterReset = FilterReset;
3059
+ exports.Finance = Finance;
3060
+ exports.FingerprintRecognition = FingerprintRecognition;
3061
+ exports.Fire = Fire;
3062
+ exports.Firewall = Firewall;
3063
+ exports.FirewallClassic = FirewallClassic;
3064
+ exports.Fish = Fish;
3065
+ exports.FishMultiple = FishMultiple;
3066
+ exports.FitToHeight = FitToHeight;
3067
+ exports.FitToScreen = FitToScreen;
3068
+ exports.FitToWidth = FitToWidth;
3069
+ exports.Flag = Flag;
3070
+ exports.FlagFilled = FlagFilled;
3071
+ exports.FlaggingTaxi = FlaggingTaxi;
3072
+ exports.Flash = Flash;
3073
+ exports.FlashFilled = FlashFilled;
3074
+ exports.FlashOff = FlashOff;
3075
+ exports.FlashOffFilled = FlashOffFilled;
3076
+ exports.FlightInternational = FlightInternational;
3077
+ exports.FlightRoster = FlightRoster;
3078
+ exports.FlightSchedule = FlightSchedule;
3079
+ exports.FloatingIp = FloatingIp;
3080
+ exports.Flood = Flood;
3081
+ exports.FloodWarning = FloodWarning;
3082
+ exports.Floorplan = Floorplan;
3083
+ exports.Flow = Flow;
3084
+ exports.FlowConnection = FlowConnection;
3085
+ exports.FlowData = FlowData;
3086
+ exports.FlowLogsVpc = FlowLogsVpc;
3087
+ exports.FlowModeler = FlowModeler;
3088
+ exports.FlowModelerReference = FlowModelerReference;
3089
+ exports.FlowStream = FlowStream;
3090
+ exports.FlowStreamReference = FlowStreamReference;
3091
+ exports.Fog = Fog;
3092
+ exports.Folder = Folder;
3093
+ exports.FolderAdd = FolderAdd;
3094
+ exports.FolderDetails = FolderDetails;
3095
+ exports.FolderDetailsReference = FolderDetailsReference;
3096
+ exports.FolderMoveTo = FolderMoveTo;
3097
+ exports.FolderOff = FolderOff;
3098
+ exports.FolderOpen = FolderOpen;
3099
+ exports.FolderParent = FolderParent;
3100
+ exports.WatsonHealthEdgeEnhancement = WatsonHealthEdgeEnhancement;
3101
+ exports.WatsonHealthEdgeEnhancement_01 = WatsonHealthEdgeEnhancement_01;
3102
+ exports.WatsonHealthEdgeEnhancement_02 = WatsonHealthEdgeEnhancement_02;
3103
+ exports.WatsonHealthEdgeEnhancement_03 = WatsonHealthEdgeEnhancement_03;
3104
+ exports.WatsonHealthErase_3D = WatsonHealthErase_3D;