@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,3386 @@
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, _circle, _path16, _circle2, _circle3, _circle4, _circle5, _circle6, _circle7, _circle8, _circle9, _circle10, _circle11, _circle12, _circle13, _circle14, _circle15, _circle16, _circle17, _circle18, _circle19, _circle20, _circle21, _circle22, _circle23, _circle24, _circle25, _circle26, _circle27, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _circle34, _circle35, _circle36, _circle37, _circle38, _circle39, _circle40, _circle41, _circle42, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _circle43, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _circle44, _path53, _path54, _path55, _path56, _path57, _circle45, _path58, _circle46, _path59, _circle47, _path60, _path61, _circle48, _path62, _path63, _circle49, _path64, _circle50, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _circle51, _circle52, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _circle53, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _circle54, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _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, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229, _path230, _path231, _path232, _path233, _path234, _path235, _path236, _path237, _path238, _path239, _rect, _path240, _path241, _path242, _path243, _path244, _path245, _path246, _path247, _path248, _path249, _path250, _path251, _switch, _switch2, _path252, _path253, _path254, _path255, _path256, _path257, _path258, _path259, _path260, _path261, _path262, _path263, _path264, _path265, _circle55, _path266, _path267, _path268, _path269;
16
+ const Assembly = /*#__PURE__*/React.forwardRef(function Assembly(_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,25.4l-8-4.7v-9.4l8-4.7l8,4.7v9.4L16,25.4z M10,19.6l6,3.5l6-3.5v-7.1l-6-3.5l-6,3.5V19.6z"
32
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
+ d: "M27,8.2L17,2.3C16.7,2.1,16.4,2,16,2s-0.7,0.1-1,0.3L5,8.2c-0.6,0.4-1,1-1,1.7v12.2c0,0.7,0.4,1.4,1,1.7l10,5.9 c0.3,0.2,0.7,0.3,1,0.3s0.7-0.1,1-0.3l10-5.9c0.6-0.4,1-1,1-1.7V9.9C28,9.2,27.6,8.5,27,8.2z M26,22.1L16,28L6,22.1V9.9L16,4l10,5.9 V22.1z"
34
+ })), children);
35
+ });
36
+ if (process.env.NODE_ENV !== "production") {
37
+ Assembly.propTypes = iconPropTypes4cbeb95d.i;
38
+ }
39
+ const AssemblyCluster = /*#__PURE__*/React.forwardRef(function AssemblyCluster(_ref2, ref) {
40
+ let {
41
+ children,
42
+ size = 16,
43
+ ...rest
44
+ } = _ref2;
45
+ return /*#__PURE__*/React.createElement(Icon.default, {
46
+ width: size,
47
+ height: size,
48
+ ref: ref,
49
+ xmlns: "http://www.w3.org/2000/svg",
50
+ viewBox: "0 0 32 32",
51
+ fill: "currentColor",
52
+ ...rest
53
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
54
+ d: "M21.3 4.9l-4.5-2.7C16.5 2.1 16.3 2 16 2s-.5.1-.7.2l-4.5 2.7C10.3 5.2 10 5.7 10 6.2v5.6c0 .5.3 1 .7 1.3l4.5 2.7c.2.1.5.2.7.2s.5-.1.7-.2l4.5-2.7c.4-.3.7-.7.7-1.3V6.2C22 5.7 21.7 5.2 21.3 4.9zM20 11.5l-4 2.4-4-2.4v-5l4-2.4 4 2.4V11.5zM29.3 18.9l-4.5-2.7C24.5 16.1 24.3 16 24 16s-.5.1-.7.2l-4.5 2.7c-.4.3-.7.7-.7 1.3v5.6c0 .5.3 1 .7 1.3l4.5 2.7c.2.1.5.2.7.2s.5-.1.7-.2l4.5-2.7c.4-.3.7-.7.7-1.3v-5.6C30 19.7 29.7 19.2 29.3 18.9zM28 25.5l-4 2.4-4-2.4v-5l4-2.4 4 2.4V25.5zM13.3 18.9l-4.5-2.7C8.5 16.1 8.3 16 8 16s-.5.1-.7.2l-4.5 2.7C2.3 19.2 2 19.7 2 20.2v5.6c0 .5.3 1 .7 1.3l4.5 2.7C7.5 29.9 7.7 30 8 30s.5-.1.7-.2l4.5-2.7c.4-.3.7-.7.7-1.3v-5.6C14 19.7 13.7 19.2 13.3 18.9zM12 25.5l-4 2.4-4-2.4v-5l4-2.4 4 2.4V25.5z"
55
+ })), children);
56
+ });
57
+ if (process.env.NODE_ENV !== "production") {
58
+ AssemblyCluster.propTypes = iconPropTypes4cbeb95d.i;
59
+ }
60
+ const AssemblyReference = /*#__PURE__*/React.forwardRef(function AssemblyReference(_ref3, ref) {
61
+ let {
62
+ children,
63
+ size = 16,
64
+ ...rest
65
+ } = _ref3;
66
+ return /*#__PURE__*/React.createElement(Icon.default, {
67
+ width: size,
68
+ height: size,
69
+ ref: ref,
70
+ xmlns: "http://www.w3.org/2000/svg",
71
+ viewBox: "0 0 32 32",
72
+ fill: "currentColor",
73
+ ...rest
74
+ }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
75
+ d: "M8.7 5.1H12.2V7.1H8.7z",
76
+ transform: "rotate(-30.582 10.48 6.101)"
77
+ })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
78
+ d: "M6 12H4V9.9c0-.7.4-1.4 1-1.7l1.5-.9 1 1.7L6 9.9V12zM4 14H6V18H4zM6.5 24.7L5 23.8c-.6-.4-1-1-1-1.7V20h2v2.1L7.5 23 6.5 24.7z"
79
+ })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
80
+ d: "M9.5 24.1H11.5V27.6H9.5z",
81
+ transform: "rotate(-59.421 10.48 25.9)"
82
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
83
+ d: "M17.5,27.1L16,28l-1.5-0.9l-1,1.7l1.5,0.9c0.3,0.2,0.7,0.3,1,0.3c0.4,0,0.7-0.1,1-0.3l1.5-0.9L17.5,27.1z"
84
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
85
+ d: "M19.8 24.9H23.3V26.9H19.8z",
86
+ transform: "rotate(-30.582 21.502 25.912)"
87
+ })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
88
+ d: "M25.2 24.9l-1-1.7 1.8-1V20h2v2.1c0 .7-.4 1.4-1 1.7L25.2 24.9zM26 14H28V18H26zM28 12h-2V9.9l-1.8-1 1-1.7 1.8 1c.6.4 1 1 1 1.7V12z"
89
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
90
+ d: "M20.5 4.3H22.5V7.8H20.5z",
91
+ transform: "rotate(-59.421 21.501 6.089)"
92
+ })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
93
+ d: "M17.5,4.9L16,4l-1.5,0.9l-1-1.7L15,2.3C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l1.5,0.9L17.5,4.9z"
94
+ })), children);
95
+ });
96
+ if (process.env.NODE_ENV !== "production") {
97
+ AssemblyReference.propTypes = iconPropTypes4cbeb95d.i;
98
+ }
99
+ const Asset = /*#__PURE__*/React.forwardRef(function Asset(_ref4, ref) {
100
+ let {
101
+ children,
102
+ size = 16,
103
+ ...rest
104
+ } = _ref4;
105
+ return /*#__PURE__*/React.createElement(Icon.default, {
106
+ width: size,
107
+ height: size,
108
+ ref: ref,
109
+ xmlns: "http://www.w3.org/2000/svg",
110
+ viewBox: "0 0 32 32",
111
+ fill: "currentColor",
112
+ ...rest
113
+ }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
114
+ d: "M12,24a4,4,0,1,1,4-4A4.0042,4.0042,0,0,1,12,24Zm0-6a2,2,0,1,0,2,2A2.0023,2.0023,0,0,0,12,18Z"
115
+ })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
116
+ d: "M30,6a4.0042,4.0042,0,0,0-4-4,3.949,3.949,0,0,0-1.8537.4768L7.7571,10.9579A9.9921,9.9921,0,1,0,21.066,24.1929l8.49-16.3994A3.9491,3.9491,0,0,0,30,6ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM22.0194,5.8083C22.0163,5.8732,22,5.9343,22,6a4.0042,4.0042,0,0,0,4,4c.0645,0,.1245-.016.1882-.019l-4.3318,8.3617a10.0168,10.0168,0,0,0-8.2158-8.1962ZM12,28a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,12,28Z"
117
+ })), children);
118
+ });
119
+ if (process.env.NODE_ENV !== "production") {
120
+ Asset.propTypes = iconPropTypes4cbeb95d.i;
121
+ }
122
+ const AssetConfirm = /*#__PURE__*/React.forwardRef(function AssetConfirm(_ref5, ref) {
123
+ let {
124
+ children,
125
+ size = 16,
126
+ ...rest
127
+ } = _ref5;
128
+ return /*#__PURE__*/React.createElement(Icon.default, {
129
+ width: size,
130
+ height: size,
131
+ ref: ref,
132
+ xmlns: "http://www.w3.org/2000/svg",
133
+ viewBox: "0 0 32 32",
134
+ fill: "currentColor",
135
+ ...rest
136
+ }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
137
+ d: "M21 27.18L18.41 24.59 17 26 21 30 28 23 26.59 21.59 21 27.18zM12 24a4 4 0 114-4A4.0042 4.0042 0 0112 24zm0-6a2 2 0 102 2A2.0023 2.0023 0 0012 18z"
138
+ })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
139
+ d: "M26,2a3.86,3.86,0,0,0-1.85.48L7.76,10.96A9.99,9.99,0,0,0,12,30a9.3445,9.3445,0,0,0,2-.21V27.75A8.2289,8.2289,0,0,1,12,28a8,8,0,1,1,8-8,8.2656,8.2656,0,0,1-.06,1h2.78L29.56,7.79A3.9727,3.9727,0,0,0,26,2ZM21.86,18.34a10.0187,10.0187,0,0,0-8.22-8.19l8.38-4.34c0,.06-.02.12-.02.19a3.9989,3.9989,0,0,0,4,4c.06,0,.12-.02.19-.02ZM26,8a2,2,0,1,1,2-2A2.0058,2.0058,0,0,1,26,8Z"
140
+ })), children);
141
+ });
142
+ if (process.env.NODE_ENV !== "production") {
143
+ AssetConfirm.propTypes = iconPropTypes4cbeb95d.i;
144
+ }
145
+ const AssetDigitalTwin = /*#__PURE__*/React.forwardRef(function AssetDigitalTwin(_ref6, ref) {
146
+ let {
147
+ children,
148
+ size = 16,
149
+ ...rest
150
+ } = _ref6;
151
+ return /*#__PURE__*/React.createElement(Icon.default, {
152
+ width: size,
153
+ height: size,
154
+ ref: ref,
155
+ xmlns: "http://www.w3.org/2000/svg",
156
+ viewBox: "0 0 32 32",
157
+ fill: "currentColor",
158
+ ...rest
159
+ }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
160
+ cx: "25",
161
+ cy: "7",
162
+ r: "2"
163
+ })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
164
+ d: "M12,23a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,12,23Zm0-4a1,1,0,1,0,1,1A1.001,1.001,0,0,0,12,19Z"
165
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
166
+ cx: "12",
167
+ cy: "14",
168
+ r: "1"
169
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
170
+ cx: "17.909",
171
+ cy: "5.705",
172
+ r: "1"
173
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
174
+ cx: "9.787",
175
+ cy: "9.907",
176
+ r: "1"
177
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
178
+ cx: "12.495",
179
+ cy: "8.506",
180
+ r: "1"
181
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
182
+ cx: "15.201",
183
+ cy: "7.105",
184
+ r: "1"
185
+ })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
186
+ cx: "4.696",
187
+ cy: "13.187",
188
+ r: "1"
189
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
190
+ cx: "2.133",
191
+ cy: "21.631",
192
+ r: "1"
193
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
194
+ cx: "3.079",
195
+ cy: "24.516",
196
+ r: "1"
197
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
198
+ cx: "4.848",
199
+ cy: "26.982",
200
+ r: "1"
201
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
202
+ cx: "7.272",
203
+ cy: "28.81",
204
+ r: "1"
205
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
206
+ cx: "2.098",
207
+ cy: "18.596",
208
+ r: "1"
209
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
210
+ cx: "2.979",
211
+ cy: "15.691",
212
+ r: "1"
213
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
214
+ cx: "7.081",
215
+ cy: "11.308",
216
+ r: "1"
217
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
218
+ cx: "20.616",
219
+ cy: "4.304",
220
+ r: "1"
221
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
222
+ cx: "23.323",
223
+ cy: "2.903",
224
+ r: "1"
225
+ })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
226
+ cx: "28.988",
227
+ cy: "8.89",
228
+ r: "1"
229
+ })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
230
+ cx: "27.587",
231
+ cy: "11.596",
232
+ r: "1"
233
+ })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
234
+ cx: "26.186",
235
+ cy: "14.303",
236
+ r: "1"
237
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
238
+ cx: "24.784",
239
+ cy: "17.01",
240
+ r: "1"
241
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
242
+ cx: "23.383",
243
+ cy: "19.717",
244
+ r: "1"
245
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
246
+ cx: "21.982",
247
+ cy: "22.424",
248
+ r: "1"
249
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
250
+ cx: "18.637",
251
+ cy: "27.464",
252
+ r: "1"
253
+ })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
254
+ cx: "16.092",
255
+ cy: "29.122",
256
+ r: "1"
257
+ })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
258
+ cx: "13.166",
259
+ cy: "29.932",
260
+ r: "1"
261
+ })), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
262
+ cx: "10.133",
263
+ cy: "29.825",
264
+ r: "1"
265
+ })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
266
+ cx: "20.572",
267
+ cy: "25.125",
268
+ r: "1"
269
+ })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
270
+ cx: "28.893",
271
+ cy: "3.24",
272
+ r: "1"
273
+ })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
274
+ cx: "26.188",
275
+ cy: "2.004",
276
+ r: "1"
277
+ })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
278
+ cx: "12",
279
+ cy: "26",
280
+ r: "1"
281
+ })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
282
+ cx: "6",
283
+ cy: "20",
284
+ r: "1"
285
+ })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
286
+ cx: "18",
287
+ cy: "20",
288
+ r: "1"
289
+ })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
290
+ cx: "6.804",
291
+ cy: "17",
292
+ r: "1"
293
+ })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
294
+ cx: "17.196",
295
+ cy: "23",
296
+ r: "1"
297
+ })), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
298
+ cx: "9",
299
+ cy: "25.196",
300
+ r: "1"
301
+ })), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
302
+ cx: "15",
303
+ cy: "14.804",
304
+ r: "1"
305
+ })), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
306
+ cx: "9",
307
+ cy: "14.804",
308
+ r: "1"
309
+ })), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
310
+ cx: "15",
311
+ cy: "25.196",
312
+ r: "1"
313
+ })), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
314
+ cx: "6.804",
315
+ cy: "23",
316
+ r: "1"
317
+ })), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
318
+ cx: "17.196",
319
+ cy: "17",
320
+ r: "1"
321
+ })), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
322
+ cx: "30",
323
+ cy: "6.026",
324
+ r: "1"
325
+ })), children);
326
+ });
327
+ if (process.env.NODE_ENV !== "production") {
328
+ AssetDigitalTwin.propTypes = iconPropTypes4cbeb95d.i;
329
+ }
330
+ const AssetView = /*#__PURE__*/React.forwardRef(function AssetView(_ref7, ref) {
331
+ let {
332
+ children,
333
+ size = 16,
334
+ ...rest
335
+ } = _ref7;
336
+ return /*#__PURE__*/React.createElement(Icon.default, {
337
+ width: size,
338
+ height: size,
339
+ ref: ref,
340
+ xmlns: "http://www.w3.org/2000/svg",
341
+ viewBox: "0 0 32 32",
342
+ fill: "currentColor",
343
+ ...rest
344
+ }, _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
345
+ cx: "22",
346
+ cy: "24",
347
+ r: "2"
348
+ })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
349
+ d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM12 24a4 4 0 112.981-6.667l-1.49 1.334A2 2 0 1012 22z"
350
+ })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
351
+ d: "M26,2a3.86,3.86,0,0,0-1.85.48L7.76,10.96A9.99,9.99,0,0,0,12,30V28a8,8,0,1,1,5.63-13.68l1.4-1.4a10.0059,10.0059,0,0,0-5.39-2.77l8.38-4.34c0,.06-.02.12-.02.19a3.9989,3.9989,0,0,0,4,4c.06,0,.12-.02.19-.02L23.07,16h2.24l4.25-8.21A3.9727,3.9727,0,0,0,26,2Zm0,6a2,2,0,1,1,2-2A2.0058,2.0058,0,0,1,26,8Z"
352
+ })), children);
353
+ });
354
+ if (process.env.NODE_ENV !== "production") {
355
+ AssetView.propTypes = iconPropTypes4cbeb95d.i;
356
+ }
357
+ const Asterisk = /*#__PURE__*/React.forwardRef(function Asterisk(_ref8, ref) {
358
+ let {
359
+ children,
360
+ size = 16,
361
+ ...rest
362
+ } = _ref8;
363
+ return /*#__PURE__*/React.createElement(Icon.default, {
364
+ width: size,
365
+ height: size,
366
+ ref: ref,
367
+ xmlns: "http://www.w3.org/2000/svg",
368
+ viewBox: "0 0 32 32",
369
+ fill: "currentColor",
370
+ ...rest
371
+ }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
372
+ d: "M28.316 13.949L27.684 12.051 17 15.612 17 4 15 4 15 15.612 4.316 12.051 3.684 13.949 14.368 17.51 7.2 27.066 8.8 28.267 16 18.667 23.2 28.267 24.8 27.066 17.632 17.51 28.316 13.949z"
373
+ })), children);
374
+ });
375
+ if (process.env.NODE_ENV !== "production") {
376
+ Asterisk.propTypes = iconPropTypes4cbeb95d.i;
377
+ }
378
+ const Async = /*#__PURE__*/React.forwardRef(function Async(_ref9, ref) {
379
+ let {
380
+ children,
381
+ size = 16,
382
+ ...rest
383
+ } = _ref9;
384
+ return /*#__PURE__*/React.createElement(Icon.default, {
385
+ width: size,
386
+ height: size,
387
+ ref: ref,
388
+ xmlns: "http://www.w3.org/2000/svg",
389
+ viewBox: "0 0 32 32",
390
+ fill: "currentColor",
391
+ ...rest
392
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
393
+ d: "m23.2156,4h2.7844v-2h-7v6h2v-2.9038c4.2354,1.9346,7,6.1523,7,10.9038,0,6.6167-5.3833,12-12,12v2c7.7197,0,14-6.2803,14-14,0-5.0088-2.6318-9.5122-6.7844-12Z"
394
+ })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
395
+ d: "M16 20c-.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 9H17V18H15z"
396
+ })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
397
+ d: "m16,4v-2C8.2803,2,2,8.2803,2,16c0,4.9766,2.6074,9.4937,6.7842,12h-2.7842v2h7v-6h-2v2.9033c-4.2634-1.9556-7-6.186-7-10.9033,0-6.6167,5.3833-12,12-12Z"
398
+ })), children);
399
+ });
400
+ if (process.env.NODE_ENV !== "production") {
401
+ Async.propTypes = iconPropTypes4cbeb95d.i;
402
+ }
403
+ const At = /*#__PURE__*/React.forwardRef(function At(_ref10, ref) {
404
+ let {
405
+ children,
406
+ size = 16,
407
+ ...rest
408
+ } = _ref10;
409
+ return /*#__PURE__*/React.createElement(Icon.default, {
410
+ width: size,
411
+ height: size,
412
+ ref: ref,
413
+ xmlns: "http://www.w3.org/2000/svg",
414
+ viewBox: "0 0 32 32",
415
+ fill: "currentColor",
416
+ ...rest
417
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
418
+ d: "M16,3A12.92,12.92,0,0,0,3,16v1A13,13,0,0,0,16,30h7V28H16A11,11,0,0,1,5,17V16A10.94,10.94,0,0,1,16,5,10.64,10.64,0,0,1,27,16c0,3.59-1.4,5-3.66,5C21.76,21,21,19.71,21,18V10H19v1.94A3.84,3.84,0,0,0,15.5,10,5.48,5.48,0,0,0,10,15.44v2.12A5.48,5.48,0,0,0,15.5,23a4.28,4.28,0,0,0,4-2.46A4.35,4.35,0,0,0,23.41,23C26.48,23,29,21,29,16A12.72,12.72,0,0,0,16,3Zm3,14.56a3.5,3.5,0,0,1-7,0V15.44a3.5,3.5,0,0,1,7,0Z"
419
+ })), children);
420
+ });
421
+ if (process.env.NODE_ENV !== "production") {
422
+ At.propTypes = iconPropTypes4cbeb95d.i;
423
+ }
424
+ const Attachment = /*#__PURE__*/React.forwardRef(function Attachment(_ref11, ref) {
425
+ let {
426
+ children,
427
+ size = 16,
428
+ ...rest
429
+ } = _ref11;
430
+ return /*#__PURE__*/React.createElement(Icon.default, {
431
+ width: size,
432
+ height: size,
433
+ ref: ref,
434
+ xmlns: "http://www.w3.org/2000/svg",
435
+ viewBox: "0 0 32 32",
436
+ fill: "currentColor",
437
+ ...rest
438
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
439
+ d: "M28.1,18.9L13.1,3.9c-2.5-2.6-6.6-2.6-9.2-0.1S1.3,10.5,3.9,13c0,0,0.1,0.1,0.1,0.1L6.8,16l1.4-1.4l-2.9-2.9 C3.6,10,3.6,7.1,5.3,5.4s4.6-1.8,6.3-0.1c0,0,0,0,0.1,0.1l14.9,14.9c1.8,1.7,1.8,4.6,0.1,6.3c-1.7,1.8-4.6,1.8-6.3,0.1 c0,0,0,0-0.1-0.1l-7.4-7.4c-1-1-0.9-2.6,0-3.5c1-0.9,2.5-0.9,3.5,0l4.1,4.1l1.4-1.4c0,0-4.2-4.2-4.2-4.2c-1.8-1.7-4.6-1.6-6.3,0.2 c-1.6,1.7-1.6,4.4,0,6.2l7.5,7.5c2.5,2.6,6.6,2.6,9.2,0.1S30.7,21.5,28.1,18.9C28.1,19,28.1,18.9,28.1,18.9L28.1,18.9z"
440
+ })), children);
441
+ });
442
+ if (process.env.NODE_ENV !== "production") {
443
+ Attachment.propTypes = iconPropTypes4cbeb95d.i;
444
+ }
445
+ const AudioConsole = /*#__PURE__*/React.forwardRef(function AudioConsole(_ref12, ref) {
446
+ let {
447
+ children,
448
+ size = 16,
449
+ ...rest
450
+ } = _ref12;
451
+ return /*#__PURE__*/React.createElement(Icon.default, {
452
+ width: size,
453
+ height: size,
454
+ ref: ref,
455
+ xmlns: "http://www.w3.org/2000/svg",
456
+ viewBox: "0 0 32 32",
457
+ fill: "currentColor",
458
+ ...rest
459
+ }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
460
+ d: "M28 14H27V2H25V14H24a2.0019 2.0019 0 00-2 2v2a2.0023 2.0023 0 002 2h1V30h2V20h1a2.0027 2.0027 0 002-2V16A2.0023 2.0023 0 0028 14zm0 4H24V16h4zM18 6H17V2H15V6H14a2.0019 2.0019 0 00-2 2v2a2.0019 2.0019 0 002 2h1V30h2V12h1a2.002 2.002 0 002-2V8A2.002 2.002 0 0018 6zm0 4H14V8h4zM8 20H7V2H5V20H4a2.0023 2.0023 0 00-2 2v2a2.0023 2.0023 0 002 2H5v4H7V26H8a2.0023 2.0023 0 002-2V22A2.0023 2.0023 0 008 20zm0 4H4V22H8z",
461
+ transform: "translate(0 .005)"
462
+ })), children);
463
+ });
464
+ if (process.env.NODE_ENV !== "production") {
465
+ AudioConsole.propTypes = iconPropTypes4cbeb95d.i;
466
+ }
467
+ const AugmentedReality = /*#__PURE__*/React.forwardRef(function AugmentedReality(_ref13, ref) {
468
+ let {
469
+ children,
470
+ size = 16,
471
+ ...rest
472
+ } = _ref13;
473
+ return /*#__PURE__*/React.createElement(Icon.default, {
474
+ width: size,
475
+ height: size,
476
+ ref: ref,
477
+ xmlns: "http://www.w3.org/2000/svg",
478
+ viewBox: "0 0 32 32",
479
+ fill: "currentColor",
480
+ ...rest
481
+ }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
482
+ d: "M27.4473,9.1055l-6-3a1.0008,1.0008,0,0,0-.8946,0l-6,3A1,1,0,0,0,14,10v7a1,1,0,0,0,.5527.8945l6,3a1.001,1.001,0,0,0,.8946,0l6-3A1,1,0,0,0,28,17V10A1,1,0,0,0,27.4473,9.1055ZM21,8.1182,24.7637,10,21,11.8818,17.2363,10Zm-5,3.5,4,2v4.7636l-4-2Zm6,6.7636V13.6182l4-2v4.7636Z"
483
+ })), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
484
+ cx: "13.5",
485
+ cy: "24.5",
486
+ r: "1.5"
487
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
488
+ d: "M20,30H7a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,7,2H20V4H7V28H20V24h2v4A2.0023,2.0023,0,0,1,20,30Z"
489
+ })), children);
490
+ });
491
+ if (process.env.NODE_ENV !== "production") {
492
+ AugmentedReality.propTypes = iconPropTypes4cbeb95d.i;
493
+ }
494
+ const WatsonHealthAutoScroll = /*#__PURE__*/React.forwardRef(function WatsonHealthAutoScroll(_ref14, ref) {
495
+ let {
496
+ children,
497
+ size = 16,
498
+ ...rest
499
+ } = _ref14;
500
+ return /*#__PURE__*/React.createElement(Icon.default, {
501
+ width: size,
502
+ height: size,
503
+ ref: ref,
504
+ xmlns: "http://www.w3.org/2000/svg",
505
+ viewBox: "0 0 32 32",
506
+ fill: "currentColor",
507
+ ...rest
508
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
509
+ d: "M12 16a4 4 0 104-4A4 4 0 0012 16zm6 0a2 2 0 11-2-2A2 2 0 0118 16zM16 27.17L10.4 21.58 9 23 16 30 23 23 21.59 21.59 16 27.17zM16 4.83L21.58 10.4 23 9 16 2 9 9 10.41 10.41 16 4.83z"
510
+ })), children);
511
+ });
512
+ if (process.env.NODE_ENV !== "production") {
513
+ WatsonHealthAutoScroll.propTypes = iconPropTypes4cbeb95d.i;
514
+ }
515
+ const Automatic = /*#__PURE__*/React.forwardRef(function Automatic(_ref15, ref) {
516
+ let {
517
+ children,
518
+ size = 16,
519
+ ...rest
520
+ } = _ref15;
521
+ return /*#__PURE__*/React.createElement(Icon.default, {
522
+ width: size,
523
+ height: size,
524
+ ref: ref,
525
+ xmlns: "http://www.w3.org/2000/svg",
526
+ viewBox: "0 0 32 32",
527
+ fill: "currentColor",
528
+ ...rest
529
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
530
+ d: "M26 16H22a2.002 2.002 0 00-2 2V30h2V25h4v5h2V18A2.002 2.002 0 0026 16zm-4 7V18h4v5zM16 27a10.9862 10.9862 0 01-9.2156-5H12V20H4v8H6V24.3149A13.0239 13.0239 0 0016 29zM20 10h5.2155A10.9973 10.9973 0 005 16H3A13.0048 13.0048 0 0126 7.6849V4h2v8H20z"
531
+ })), children);
532
+ });
533
+ if (process.env.NODE_ENV !== "production") {
534
+ Automatic.propTypes = iconPropTypes4cbeb95d.i;
535
+ }
536
+ const Autoscaling = /*#__PURE__*/React.forwardRef(function Autoscaling(_ref16, ref) {
537
+ let {
538
+ children,
539
+ size = 16,
540
+ ...rest
541
+ } = _ref16;
542
+ return /*#__PURE__*/React.createElement(Icon.default, {
543
+ width: size,
544
+ height: size,
545
+ ref: ref,
546
+ xmlns: "http://www.w3.org/2000/svg",
547
+ viewBox: "0 0 32 32",
548
+ fill: "currentColor",
549
+ ...rest
550
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
551
+ d: "M22,28H12V26H22V10H6V20H4V10A2.0021,2.0021,0,0,1,6,8H22a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,22,28Z"
552
+ })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
553
+ d: "M28,22H26V20h2V4H12V6H10V4a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2V20A2.0021,2.0021,0,0,1,28,22Z"
554
+ })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
555
+ d: "M10 14L10 16 14.586 16 3 27.586 4.414 29 16 17.414 16 22 18 22 18 14 10 14z"
556
+ })), children);
557
+ });
558
+ if (process.env.NODE_ENV !== "production") {
559
+ Autoscaling.propTypes = iconPropTypes4cbeb95d.i;
560
+ }
561
+ const Awake = /*#__PURE__*/React.forwardRef(function Awake(_ref17, ref) {
562
+ let {
563
+ children,
564
+ size = 16,
565
+ ...rest
566
+ } = _ref17;
567
+ if (size === 16 || size === "16" || size === "16px") {
568
+ return /*#__PURE__*/React.createElement(Icon.default, {
569
+ width: size,
570
+ height: size,
571
+ ref: ref,
572
+ xmlns: "http://www.w3.org/2000/svg",
573
+ viewBox: "0 0 16 16",
574
+ fill: "currentColor",
575
+ ...rest
576
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
577
+ d: "M7.5 1H8.5V3.5H7.5z"
578
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
579
+ d: "M10.8 3.4H13.3V4.4H10.8z",
580
+ transform: "rotate(-45.001 12.074 3.922)"
581
+ })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
582
+ d: "M12.5 7.5H15V8.5H12.5z"
583
+ })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
584
+ d: "M11.6 10.8H12.6V13.3H11.6z",
585
+ transform: "rotate(-45.001 12.077 12.075)"
586
+ })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
587
+ d: "M7.5 12.5H8.5V15H7.5z"
588
+ })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
589
+ d: "M2.7 11.6H5.2V12.6H2.7z",
590
+ transform: "rotate(-45.001 3.929 12.078)"
591
+ })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
592
+ d: "M1 7.5H3.5V8.5H1z"
593
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
594
+ d: "M3.4 2.7H4.4V5.2H3.4z",
595
+ transform: "rotate(-45.001 3.926 3.925)"
596
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
597
+ d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
598
+ })), children);
599
+ }
600
+ return /*#__PURE__*/React.createElement(Icon.default, {
601
+ width: size,
602
+ height: size,
603
+ ref: ref,
604
+ xmlns: "http://www.w3.org/2000/svg",
605
+ viewBox: "0 0 32 32",
606
+ fill: "currentColor",
607
+ ...rest
608
+ }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
609
+ d: "M15 2H17V6.96H15z"
610
+ })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
611
+ d: "M21.67 6.85H26.630000000000003V8.85H21.67z",
612
+ transform: "rotate(-45 24.142 7.85)"
613
+ })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
614
+ d: "M25.04 15H30V17H25.04z"
615
+ })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
616
+ d: "M23.15 21.67H25.15V26.630000000000003H23.15z",
617
+ transform: "rotate(-45 24.152 24.146)"
618
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
619
+ d: "M15 25.04H17V30H15z"
620
+ })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
621
+ d: "M5.37 23.15H10.33V25.15H5.37z",
622
+ transform: "rotate(-45 7.86 24.144)"
623
+ })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
624
+ d: "M2 15H6.96V17H2z"
625
+ })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
626
+ d: "M6.85 5.37H8.85V10.33H6.85z",
627
+ transform: "rotate(-45 7.85 7.848)"
628
+ })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
629
+ d: "M16,12a4,4,0,1,1-4,4,4,4,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
630
+ })), children);
631
+ });
632
+ if (process.env.NODE_ENV !== "production") {
633
+ Awake.propTypes = iconPropTypes4cbeb95d.i;
634
+ }
635
+ const Badge = /*#__PURE__*/React.forwardRef(function Badge(_ref18, ref) {
636
+ let {
637
+ children,
638
+ size = 16,
639
+ ...rest
640
+ } = _ref18;
641
+ return /*#__PURE__*/React.createElement(Icon.default, {
642
+ width: size,
643
+ height: size,
644
+ ref: ref,
645
+ xmlns: "http://www.w3.org/2000/svg",
646
+ viewBox: "0 0 32 32",
647
+ fill: "currentColor",
648
+ ...rest
649
+ }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
650
+ d: "M23 2L24.593 5 28 5.414 25.5 7.667 26 11 23 9.125 20 11 20.5 7.667 18 5.414 21.5 5 23 2z"
651
+ })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
652
+ d: "M22.7168,13.249l-1.9375-.498A6.9942,6.9942,0,1,1,15.7505,4.22l.499-1.9365A8.99,8.99,0,0,0,8,17.689V30l6-4,6,4V17.7078A8.9627,8.9627,0,0,0,22.7168,13.249ZM18,26.2627l-4-2.6665-4,2.6665V19.05a8.9238,8.9238,0,0,0,8,.0062Z"
653
+ })), children);
654
+ });
655
+ if (process.env.NODE_ENV !== "production") {
656
+ Badge.propTypes = iconPropTypes4cbeb95d.i;
657
+ }
658
+ const BaggageClaim = /*#__PURE__*/React.forwardRef(function BaggageClaim(_ref19, ref) {
659
+ let {
660
+ children,
661
+ size = 16,
662
+ ...rest
663
+ } = _ref19;
664
+ return /*#__PURE__*/React.createElement(Icon.default, {
665
+ width: size,
666
+ height: size,
667
+ ref: ref,
668
+ xmlns: "http://www.w3.org/2000/svg",
669
+ viewBox: "0 0 32 32",
670
+ fill: "currentColor",
671
+ ...rest
672
+ }, _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
673
+ cx: "6",
674
+ cy: "26",
675
+ r: "2"
676
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
677
+ d: "M28,18H25V16a2.0023,2.0023,0,0,0-2-2H19a2.0023,2.0023,0,0,0-2,2v2H14a2.0023,2.0023,0,0,0-2,2v8a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V20A2.0023,2.0023,0,0,0,28,18Zm-9-2h4v2H19Zm9,12H14V20H28Z"
678
+ })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
679
+ d: "M10,6h4v6h2V6h4v6h2V6h4v6h2V6.0049A2.0047,2.0047,0,0,0,25.9951,4H4.0049A2.0047,2.0047,0,0,0,2,6.0049v13.99A2.0047,2.0047,0,0,0,4.0049,22H10ZM8,20H4V6H8Z"
680
+ })), children);
681
+ });
682
+ if (process.env.NODE_ENV !== "production") {
683
+ BaggageClaim.propTypes = iconPropTypes4cbeb95d.i;
684
+ }
685
+ const Bar = /*#__PURE__*/React.forwardRef(function Bar(_ref20, ref) {
686
+ let {
687
+ children,
688
+ size = 16,
689
+ ...rest
690
+ } = _ref20;
691
+ return /*#__PURE__*/React.createElement(Icon.default, {
692
+ width: size,
693
+ height: size,
694
+ ref: ref,
695
+ xmlns: "http://www.w3.org/2000/svg",
696
+ viewBox: "0 0 32 32",
697
+ fill: "currentColor",
698
+ ...rest
699
+ }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
700
+ d: "M25,11H15a1,1,0,0,0-1,1v4a6.0046,6.0046,0,0,0,5,5.91V28H16v2h8V28H21V21.91A6.0046,6.0046,0,0,0,26,16V12A1,1,0,0,0,25,11Zm-1,5a4,4,0,0,1-8,0V13h8Z"
701
+ })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
702
+ d: "M15,1H10A1,1,0,0,0,9,2V9.3706A6.09,6.09,0,0,0,6,15V29a1,1,0,0,0,1,1h5V28H8V15c0-3.1875,2.231-4.02,2.3164-4.0513L11,10.7207V3h3V8h2V2A1,1,0,0,0,15,1Z"
703
+ })), children);
704
+ });
705
+ if (process.env.NODE_ENV !== "production") {
706
+ Bar.propTypes = iconPropTypes4cbeb95d.i;
707
+ }
708
+ const Barcode = /*#__PURE__*/React.forwardRef(function Barcode(_ref21, ref) {
709
+ let {
710
+ children,
711
+ size = 16,
712
+ ...rest
713
+ } = _ref21;
714
+ return /*#__PURE__*/React.createElement(Icon.default, {
715
+ width: size,
716
+ height: size,
717
+ ref: ref,
718
+ xmlns: "http://www.w3.org/2000/svg",
719
+ viewBox: "0 0 32 32",
720
+ fill: "currentColor",
721
+ ...rest
722
+ }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
723
+ d: "M2 6H4V28H2zM12 6H14V26H12zM6 6H10V26H6zM16 6H20V26H16zM22 6H26V26H22zM28 6H30V28H28z"
724
+ })), children);
725
+ });
726
+ if (process.env.NODE_ENV !== "production") {
727
+ Barcode.propTypes = iconPropTypes4cbeb95d.i;
728
+ }
729
+ const BareMetalServer = /*#__PURE__*/React.forwardRef(function BareMetalServer(_ref22, ref) {
730
+ let {
731
+ children,
732
+ size = 16,
733
+ ...rest
734
+ } = _ref22;
735
+ return /*#__PURE__*/React.createElement(Icon.default, {
736
+ width: size,
737
+ height: size,
738
+ ref: ref,
739
+ xmlns: "http://www.w3.org/2000/svg",
740
+ viewBox: "0 0 32 32",
741
+ fill: "currentColor",
742
+ ...rest
743
+ }, _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
744
+ cx: "9",
745
+ cy: "6",
746
+ r: "1"
747
+ })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
748
+ d: "M26,10H6A2.0021,2.0021,0,0,1,4,8V4A2.0021,2.0021,0,0,1,6,2H26a2.0021,2.0021,0,0,1,2,2V8A2.0021,2.0021,0,0,1,26,10ZM6,4V8H26V4Z"
749
+ })), _circle46 || (_circle46 = /*#__PURE__*/React.createElement("circle", {
750
+ cx: "9",
751
+ cy: "16",
752
+ r: "1"
753
+ })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
754
+ d: "M26,20H6a2.0021,2.0021,0,0,1-2-2V14a2.0021,2.0021,0,0,1,2-2H26a2.0021,2.0021,0,0,1,2,2v4A2.0021,2.0021,0,0,1,26,20ZM6,14v4H26V14Z"
755
+ })), _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
756
+ cx: "9",
757
+ cy: "26",
758
+ r: "1"
759
+ })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
760
+ d: "M26,30H6a2.0021,2.0021,0,0,1-2-2V24a2.0021,2.0021,0,0,1,2-2H26a2.0021,2.0021,0,0,1,2,2v4A2.0021,2.0021,0,0,1,26,30ZM6,24v4H26V24Z"
761
+ })), children);
762
+ });
763
+ if (process.env.NODE_ENV !== "production") {
764
+ BareMetalServer.propTypes = iconPropTypes4cbeb95d.i;
765
+ }
766
+ const BareMetalServer_01 = /*#__PURE__*/React.forwardRef(function BareMetalServer_01(_ref23, ref) {
767
+ let {
768
+ children,
769
+ size = 16,
770
+ ...rest
771
+ } = _ref23;
772
+ return /*#__PURE__*/React.createElement(Icon.default, {
773
+ width: size,
774
+ height: size,
775
+ ref: ref,
776
+ xmlns: "http://www.w3.org/2000/svg",
777
+ viewBox: "0 0 32 32",
778
+ fill: "currentColor",
779
+ ...rest
780
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
781
+ d: "M17 28L17 22 15 22 15 28 5 28 5 30 27 30 27 28 17 28z"
782
+ })), _circle48 || (_circle48 = /*#__PURE__*/React.createElement("circle", {
783
+ cx: "9",
784
+ cy: "16",
785
+ r: "1"
786
+ })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
787
+ d: "M26,20H6a2.0023,2.0023,0,0,1-2-2V14a2.0023,2.0023,0,0,1,2-2H26a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,26,20ZM6,14v4H26V14Z"
788
+ })), children);
789
+ });
790
+ if (process.env.NODE_ENV !== "production") {
791
+ BareMetalServer_01.propTypes = iconPropTypes4cbeb95d.i;
792
+ }
793
+ const BareMetalServer_02 = /*#__PURE__*/React.forwardRef(function BareMetalServer_02(_ref24, ref) {
794
+ let {
795
+ children,
796
+ size = 16,
797
+ ...rest
798
+ } = _ref24;
799
+ return /*#__PURE__*/React.createElement(Icon.default, {
800
+ width: size,
801
+ height: size,
802
+ ref: ref,
803
+ xmlns: "http://www.w3.org/2000/svg",
804
+ viewBox: "0 0 32 32",
805
+ fill: "currentColor",
806
+ ...rest
807
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
808
+ d: "M17 28L17 22 15 22 15 28 5 28 5 30 27 30 27 28 17 28z"
809
+ })), _circle49 || (_circle49 = /*#__PURE__*/React.createElement("circle", {
810
+ cx: "9",
811
+ cy: "16",
812
+ r: "1"
813
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
814
+ d: "M26,20H6a2.0023,2.0023,0,0,1-2-2V14a2.0023,2.0023,0,0,1,2-2H26a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,26,20ZM6,14v4H26V14Z"
815
+ })), _circle50 || (_circle50 = /*#__PURE__*/React.createElement("circle", {
816
+ cx: "9",
817
+ cy: "6",
818
+ r: "1"
819
+ })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
820
+ d: "M26,10H6A2.0023,2.0023,0,0,1,4,8V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V8A2.0023,2.0023,0,0,1,26,10ZM6,4V8H26V4Z"
821
+ })), children);
822
+ });
823
+ if (process.env.NODE_ENV !== "production") {
824
+ BareMetalServer_02.propTypes = iconPropTypes4cbeb95d.i;
825
+ }
826
+ const QBarrier = /*#__PURE__*/React.forwardRef(function QBarrier(_ref25, ref) {
827
+ let {
828
+ children,
829
+ size = 16,
830
+ ...rest
831
+ } = _ref25;
832
+ return /*#__PURE__*/React.createElement(Icon.default, {
833
+ width: size,
834
+ height: size,
835
+ ref: ref,
836
+ xmlns: "http://www.w3.org/2000/svg",
837
+ viewBox: "0 0 32 32",
838
+ fill: "currentColor",
839
+ ...rest
840
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
841
+ d: "M15 5H17V9H15zM15 11H17V15H15zM15 17H17V21H15zM15 23H17V27H15z"
842
+ })), children);
843
+ });
844
+ if (process.env.NODE_ENV !== "production") {
845
+ QBarrier.propTypes = iconPropTypes4cbeb95d.i;
846
+ }
847
+ const Basketball = /*#__PURE__*/React.forwardRef(function Basketball(_ref26, ref) {
848
+ let {
849
+ children,
850
+ size = 16,
851
+ ...rest
852
+ } = _ref26;
853
+ return /*#__PURE__*/React.createElement(Icon.default, {
854
+ width: size,
855
+ height: size,
856
+ ref: ref,
857
+ xmlns: "http://www.w3.org/2000/svg",
858
+ viewBox: "0 0 32 32",
859
+ fill: "currentColor",
860
+ ...rest
861
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
862
+ d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM27.9492,15H22.041a14.4088,14.4088,0,0,1,2.7383-7.1533A11.9392,11.9392,0,0,1,27.9492,15ZM17,15V4.0508a11.9181,11.9181,0,0,1,6.2874,2.4375A16.2646,16.2646,0,0,0,20.04,15Zm-2,0H11.96A16.2646,16.2646,0,0,0,8.7126,6.4883,11.9181,11.9181,0,0,1,15,4.0508Zm0,2V27.9492a11.9181,11.9181,0,0,1-6.2874-2.4375A16.2646,16.2646,0,0,0,11.96,17Zm2,0h3.04a16.2646,16.2646,0,0,0,3.2476,8.5117A11.9181,11.9181,0,0,1,17,27.9492ZM7.2207,7.8467A14.4088,14.4088,0,0,1,9.959,15H4.0508A11.9392,11.9392,0,0,1,7.2207,7.8467ZM4.0508,17H9.959a14.4088,14.4088,0,0,1-2.7383,7.1533A11.9392,11.9392,0,0,1,4.0508,17Zm20.7285,7.1533A14.4088,14.4088,0,0,1,22.041,17h5.9082A11.9392,11.9392,0,0,1,24.7793,24.1533Z"
863
+ })), children);
864
+ });
865
+ if (process.env.NODE_ENV !== "production") {
866
+ Basketball.propTypes = iconPropTypes4cbeb95d.i;
867
+ }
868
+ const BastionHost = /*#__PURE__*/React.forwardRef(function BastionHost(_ref27, ref) {
869
+ let {
870
+ children,
871
+ size = 16,
872
+ ...rest
873
+ } = _ref27;
874
+ return /*#__PURE__*/React.createElement(Icon.default, {
875
+ width: size,
876
+ height: size,
877
+ ref: ref,
878
+ xmlns: "http://www.w3.org/2000/svg",
879
+ viewBox: "0 0 32 32",
880
+ fill: "currentColor",
881
+ ...rest
882
+ }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
883
+ d: "M27.5273,2.709A1.9955,1.9955,0,0,0,26,2H23.3091a1.5,1.5,0,0,0-1.3419.8294L21.3818,4H20V3.5A1.5,1.5,0,0,0,18.5,2h-5A1.5,1.5,0,0,0,12,3.5V4H10.6182l-.585-1.17A1.5017,1.5017,0,0,0,8.69,2H6A2,2,0,0,0,4.0283,4.333L4.7324,8.5A3,3,0,0,0,7.69,11H8V23a3.0033,3.0033,0,0,0-3,3v4H27V26a3.0033,3.0033,0,0,0-3-3V11h.31a3,3,0,0,0,2.9579-2.5l.7041-4.167A1.994,1.994,0,0,0,27.5273,2.709ZM25,26v2H7V26a1.0009,1.0009,0,0,1,1-1H24A1.0009,1.0009,0,0,1,25,26Zm-3-3H10V11H22ZM25.2959,8.167A.9976.9976,0,0,1,24.31,9H7.69a.9976.9976,0,0,1-.9863-.8335L6,4H8.3818l1,2H14V4h4V6h4.6172l1.001-2H26Z"
884
+ })), children);
885
+ });
886
+ if (process.env.NODE_ENV !== "production") {
887
+ BastionHost.propTypes = iconPropTypes4cbeb95d.i;
888
+ }
889
+ const Bat = /*#__PURE__*/React.forwardRef(function Bat(_ref28, ref) {
890
+ let {
891
+ children,
892
+ size = 16,
893
+ ...rest
894
+ } = _ref28;
895
+ return /*#__PURE__*/React.createElement(Icon.default, {
896
+ width: size,
897
+ height: size,
898
+ ref: ref,
899
+ xmlns: "http://www.w3.org/2000/svg",
900
+ viewBox: "0 0 32 32",
901
+ fill: "currentColor",
902
+ ...rest
903
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
904
+ d: "M31.9093,6.584A1,1,0,0,0,31,6c-4.7683,0-8.2607.8887-11,2.8438V3H18V6H14V3H12V8.8438C9.2608,6.8887,5.7684,6,1,6A1,1,0,0,0,.2437,7.6543C1.9454,9.6221,3,11.7041,3,16a1,1,0,0,0,1,1c2.7678,0,6,1.31,6,5a1.004,1.004,0,0,0,.9341.998C11.35,23.0273,15,23.3872,15,27a1,1,0,0,0,2,0c0-3.6128,3.65-3.9727,4.0622-4.002A1,1,0,0,0,22,22c0-3.69,3.2321-5,6-5a1,1,0,0,0,1-1c0-4.2959,1.0547-6.3779,2.7564-8.3457A1,1,0,0,0,31.9093,6.584Zm-4.893,8.46c-3.3857.3081-6.5534,2.229-6.97,6.0786A6.552,6.552,0,0,0,16,23.6094a6.552,6.552,0,0,0-4.0461-2.4864c-.4168-3.85-3.5845-5.7705-6.97-6.0786a13.2017,13.2017,0,0,0-1.9387-6.98c4.1318.2724,7.0327,1.4277,9.248,3.6425A1,1,0,0,0,14,11V8h4v3a1,1,0,0,0,1.707.707c2.2153-2.2148,5.1162-3.37,9.248-3.6425A13.2017,13.2017,0,0,0,27.0163,15.0444Z"
905
+ })), children);
906
+ });
907
+ if (process.env.NODE_ENV !== "production") {
908
+ Bat.propTypes = iconPropTypes4cbeb95d.i;
909
+ }
910
+ const BatchJob = /*#__PURE__*/React.forwardRef(function BatchJob(_ref29, ref) {
911
+ let {
912
+ children,
913
+ size = 16,
914
+ ...rest
915
+ } = _ref29;
916
+ return /*#__PURE__*/React.createElement(Icon.default, {
917
+ width: size,
918
+ height: size,
919
+ ref: ref,
920
+ xmlns: "http://www.w3.org/2000/svg",
921
+ viewBox: "0 0 32 32",
922
+ fill: "currentColor",
923
+ ...rest
924
+ }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
925
+ d: "M32 26v-2h-2.1011c-.1299-.6372-.3843-1.2285-.7319-1.7529l1.4897-1.4897-1.4141-1.4141-1.4897 1.4897c-.5244-.3477-1.1157-.6021-1.7529-.7319v-2.1011h-2v2.1011c-.6372.1299-1.2285.3843-1.7529.7319l-1.4897-1.4897-1.4141 1.4141 1.4897 1.4897c-.3477.5244-.6021 1.1157-.7319 1.7529h-2.1011v2h2.1011c.1299.6372.3843 1.2285.7319 1.7529l-1.4897 1.4897 1.4141 1.4141 1.4897-1.4897c.5244.3477 1.1157.6021 1.7529.7319v2.1011h2v-2.1011c.6372-.1299 1.2285-.3843 1.7529-.7319l1.4897 1.4897 1.4141-1.4141-1.4897-1.4897c.3477-.5244.6021-1.1157.7319-1.7529h2.1011zm-7 2c-1.6543 0-3-1.3457-3-3s1.3457-3 3-3 3 1.3457 3 3-1.3457 3-3 3zM20 17H12c-1.1046 0-2-.8954-2-2V4c0-1.1046.8954-2 2-2h8c1.1046 0 2 .8954 2 2V15c0 1.1046-.8954 2-2 2zm-8-2h8V4H12V15z"
926
+ })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
927
+ d: "M17,21H8c-1.1046,0-2-.8954-2-2V7h2v12h9v2Z"
928
+ })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
929
+ d: "M13,25H4c-1.1028,0-2-.8972-2-2V11h2v12H13v2Z"
930
+ })), children);
931
+ });
932
+ if (process.env.NODE_ENV !== "production") {
933
+ BatchJob.propTypes = iconPropTypes4cbeb95d.i;
934
+ }
935
+ const BatchJobStep = /*#__PURE__*/React.forwardRef(function BatchJobStep(_ref30, ref) {
936
+ let {
937
+ children,
938
+ size = 16,
939
+ ...rest
940
+ } = _ref30;
941
+ return /*#__PURE__*/React.createElement(Icon.default, {
942
+ width: size,
943
+ height: size,
944
+ ref: ref,
945
+ xmlns: "http://www.w3.org/2000/svg",
946
+ viewBox: "0 0 32 32",
947
+ fill: "currentColor",
948
+ ...rest
949
+ }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
950
+ d: "M24 20L24 24 20 24 20 28 16 28 16 30 22 30 22 26 26 26 26 22 30 22 30 20 24 20zM8 4h8v6c0 1.1025.8972 2 2 2h6v4h2v-6c0-.2651-.1055-.5195-.293-.707l-7-7c-.1875-.1875-.4419-.293-.707-.293H8c-1.1028 0-2 .8975-2 2V28c0 1.1025.8972 2 2 2h4v-2h-4V4zm15.5857 6h-5.5857V4.4141l5.5857 5.5859z"
951
+ })), children);
952
+ });
953
+ if (process.env.NODE_ENV !== "production") {
954
+ BatchJobStep.propTypes = iconPropTypes4cbeb95d.i;
955
+ }
956
+ const BatteryCharging = /*#__PURE__*/React.forwardRef(function BatteryCharging(_ref31, ref) {
957
+ let {
958
+ children,
959
+ size = 16,
960
+ ...rest
961
+ } = _ref31;
962
+ return /*#__PURE__*/React.createElement(Icon.default, {
963
+ width: size,
964
+ height: size,
965
+ ref: ref,
966
+ xmlns: "http://www.w3.org/2000/svg",
967
+ viewBox: "0 0 32 32",
968
+ fill: "currentColor",
969
+ ...rest
970
+ }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
971
+ d: "M27 11H26V10a2 2 0 00-2-2H20v2h4v3h3v6H24v3H19v2h5a2 2 0 002-2V21h1a2 2 0 002-2V13A2 2 0 0027 11zM11 22H6V10h6V8H6a2 2 0 00-2 2V22a2 2 0 002 2h5z"
972
+ })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
973
+ d: "M14.81 23.58L13.19 22.42 17.06 17 9.37 17 16.22 8.38 17.78 9.62 13.51 15 20.94 15 14.81 23.58z"
974
+ })), children);
975
+ });
976
+ if (process.env.NODE_ENV !== "production") {
977
+ BatteryCharging.propTypes = iconPropTypes4cbeb95d.i;
978
+ }
979
+ const BatteryEmpty = /*#__PURE__*/React.forwardRef(function BatteryEmpty(_ref32, ref) {
980
+ let {
981
+ children,
982
+ size = 16,
983
+ ...rest
984
+ } = _ref32;
985
+ return /*#__PURE__*/React.createElement(Icon.default, {
986
+ width: size,
987
+ height: size,
988
+ ref: ref,
989
+ xmlns: "http://www.w3.org/2000/svg",
990
+ viewBox: "0 0 32 32",
991
+ fill: "currentColor",
992
+ ...rest
993
+ }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
994
+ d: "M24,24H6a2.0023,2.0023,0,0,1-2-2V10A2.002,2.002,0,0,1,6,8H24a2.0023,2.0023,0,0,1,2,2v1h1a2.0023,2.0023,0,0,1,2,2v6a2.0027,2.0027,0,0,1-2,2H26v1A2.0027,2.0027,0,0,1,24,24ZM6,10V22H24V19h3V13H24V10Z"
995
+ })), children);
996
+ });
997
+ if (process.env.NODE_ENV !== "production") {
998
+ BatteryEmpty.propTypes = iconPropTypes4cbeb95d.i;
999
+ }
1000
+ const BatteryFull = /*#__PURE__*/React.forwardRef(function BatteryFull(_ref33, ref) {
1001
+ let {
1002
+ children,
1003
+ size = 16,
1004
+ ...rest
1005
+ } = _ref33;
1006
+ return /*#__PURE__*/React.createElement(Icon.default, {
1007
+ width: size,
1008
+ height: size,
1009
+ ref: ref,
1010
+ xmlns: "http://www.w3.org/2000/svg",
1011
+ viewBox: "0 0 32 32",
1012
+ fill: "currentColor",
1013
+ ...rest
1014
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1015
+ d: "M24,24H6a2,2,0,0,1-2-2V10A2,2,0,0,1,6,8H24a2,2,0,0,1,2,2v1h1a2,2,0,0,1,2,2v6a2,2,0,0,1-2,2H26v1A2,2,0,0,1,24,24ZM6,10V22H24V19h3V13H24V10Z"
1016
+ })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1017
+ d: "M11 9H19V23H11z",
1018
+ transform: "rotate(90 15 16)"
1019
+ })), children);
1020
+ });
1021
+ if (process.env.NODE_ENV !== "production") {
1022
+ BatteryFull.propTypes = iconPropTypes4cbeb95d.i;
1023
+ }
1024
+ const BatteryHalf = /*#__PURE__*/React.forwardRef(function BatteryHalf(_ref34, ref) {
1025
+ let {
1026
+ children,
1027
+ size = 16,
1028
+ ...rest
1029
+ } = _ref34;
1030
+ return /*#__PURE__*/React.createElement(Icon.default, {
1031
+ width: size,
1032
+ height: size,
1033
+ ref: ref,
1034
+ xmlns: "http://www.w3.org/2000/svg",
1035
+ viewBox: "0 0 32 32",
1036
+ fill: "currentColor",
1037
+ ...rest
1038
+ }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1039
+ d: "M24,24H6a2,2,0,0,1-2-2V10A2,2,0,0,1,6,8H24a2,2,0,0,1,2,2v1h1a2,2,0,0,1,2,2v6a2,2,0,0,1-2,2H26v1A2,2,0,0,1,24,24ZM6,10V22H24V19h3V13H24V10Z"
1040
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1041
+ d: "M8 12H16V20H8z",
1042
+ transform: "rotate(90 12 16)"
1043
+ })), children);
1044
+ });
1045
+ if (process.env.NODE_ENV !== "production") {
1046
+ BatteryHalf.propTypes = iconPropTypes4cbeb95d.i;
1047
+ }
1048
+ const BatteryLow = /*#__PURE__*/React.forwardRef(function BatteryLow(_ref35, ref) {
1049
+ let {
1050
+ children,
1051
+ size = 16,
1052
+ ...rest
1053
+ } = _ref35;
1054
+ return /*#__PURE__*/React.createElement(Icon.default, {
1055
+ width: size,
1056
+ height: size,
1057
+ ref: ref,
1058
+ xmlns: "http://www.w3.org/2000/svg",
1059
+ viewBox: "0 0 32 32",
1060
+ fill: "currentColor",
1061
+ ...rest
1062
+ }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1063
+ d: "M24,24H6a2.0023,2.0023,0,0,1-2-2V10A2.002,2.002,0,0,1,6,8H24a2.0023,2.0023,0,0,1,2,2v1h1a2.0023,2.0023,0,0,1,2,2v6a2.0027,2.0027,0,0,1-2,2H26v1A2.0027,2.0027,0,0,1,24,24ZM6,10V22H24V19h3V13H24V10Z"
1064
+ })), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1065
+ d: "M5 15H13V17H5z",
1066
+ transform: "rotate(90 9 16)"
1067
+ })), children);
1068
+ });
1069
+ if (process.env.NODE_ENV !== "production") {
1070
+ BatteryLow.propTypes = iconPropTypes4cbeb95d.i;
1071
+ }
1072
+ const BatteryQuarter = /*#__PURE__*/React.forwardRef(function BatteryQuarter(_ref36, ref) {
1073
+ let {
1074
+ children,
1075
+ size = 16,
1076
+ ...rest
1077
+ } = _ref36;
1078
+ return /*#__PURE__*/React.createElement(Icon.default, {
1079
+ width: size,
1080
+ height: size,
1081
+ ref: ref,
1082
+ xmlns: "http://www.w3.org/2000/svg",
1083
+ viewBox: "0 0 32 32",
1084
+ fill: "currentColor",
1085
+ ...rest
1086
+ }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1087
+ d: "M24,24H6a2.0023,2.0023,0,0,1-2-2V10A2.002,2.002,0,0,1,6,8H24a2.0023,2.0023,0,0,1,2,2v1h1a2.0023,2.0023,0,0,1,2,2v6a2.0027,2.0027,0,0,1-2,2H26v1A2.0027,2.0027,0,0,1,24,24ZM6,10V22H24V19h3V13H24V10Z"
1088
+ })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1089
+ d: "M6 14H14V18H6z",
1090
+ transform: "rotate(90 10 16)"
1091
+ })), children);
1092
+ });
1093
+ if (process.env.NODE_ENV !== "production") {
1094
+ BatteryQuarter.propTypes = iconPropTypes4cbeb95d.i;
1095
+ }
1096
+ const Bee = /*#__PURE__*/React.forwardRef(function Bee(_ref37, ref) {
1097
+ let {
1098
+ children,
1099
+ size = 16,
1100
+ ...rest
1101
+ } = _ref37;
1102
+ return /*#__PURE__*/React.createElement(Icon.default, {
1103
+ width: size,
1104
+ height: size,
1105
+ ref: ref,
1106
+ xmlns: "http://www.w3.org/2000/svg",
1107
+ viewBox: "0 0 32 32",
1108
+ fill: "currentColor",
1109
+ ...rest
1110
+ }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1111
+ d: "M16 10a6 6 0 00-6 6v8a6 6 0 0012 0V16A6 6 0 0016 10zm-4.25 7.87h8.5v4.25h-8.5zM16 28.25A4.27 4.27 0 0111.75 24v-.13h8.5V24A4.27 4.27 0 0116 28.25zm4.25-12.13h-8.5V16a4.25 4.25 0 018.5 0zM30.66 19.21L24 13v9.1a4 4 0 008 0A3.83 3.83 0 0030.66 19.21zM28 24.35a2.25 2.25 0 01-2.25-2.25V17l3.72 3.47h0A2.05 2.05 0 0130.2 22 2.25 2.25 0 0128 24.35zM0 22.1a4 4 0 008 0V13L1.34 19.21A3.88 3.88 0 000 22.1zm2.48-1.56h0L6.25 17v5.1a2.25 2.25 0 01-4.5 0A2.05 2.05 0 012.48 20.54zM15 5.5A3.5 3.5 0 1011.5 9 3.5 3.5 0 0015 5.5zm-5.25 0A1.75 1.75 0 1111.5 7.25 1.77 1.77 0 019.75 5.5zM20.5 2A3.5 3.5 0 1024 5.5 3.5 3.5 0 0020.5 2zm0 5.25A1.75 1.75 0 1122.25 5.5 1.77 1.77 0 0120.5 7.25z"
1112
+ })), children);
1113
+ });
1114
+ if (process.env.NODE_ENV !== "production") {
1115
+ Bee.propTypes = iconPropTypes4cbeb95d.i;
1116
+ }
1117
+ const BeeBat = /*#__PURE__*/React.forwardRef(function BeeBat(_ref38, ref) {
1118
+ let {
1119
+ children,
1120
+ size = 16,
1121
+ ...rest
1122
+ } = _ref38;
1123
+ return /*#__PURE__*/React.createElement(Icon.default, {
1124
+ width: size,
1125
+ height: size,
1126
+ ref: ref,
1127
+ xmlns: "http://www.w3.org/2000/svg",
1128
+ viewBox: "0 0 32 32",
1129
+ fill: "currentColor",
1130
+ ...rest
1131
+ }, _circle51 || (_circle51 = /*#__PURE__*/React.createElement("circle", {
1132
+ cx: "13",
1133
+ cy: "8",
1134
+ r: "2"
1135
+ })), _circle52 || (_circle52 = /*#__PURE__*/React.createElement("circle", {
1136
+ cx: "19",
1137
+ cy: "8",
1138
+ r: "2"
1139
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1140
+ d: "M31.8083,8.665A.8745.8745,0,0,0,31,8.125H29c-4.21,0-7.721,2.002-9.1648,4.9014a4.8186,4.8186,0,0,0-7.67,0C10.721,10.127,7.21,8.125,3,8.125H1A.8749.8749,0,0,0,.3816,9.6191L.4834,9.72A5.3885,5.3885,0,0,1,2.1612,15.751.8751.8751,0,0,0,3,16.875a2.8966,2.8966,0,0,1,2.1587.7266c.9783.9814.9714,2.8872.9668,4.1479l0,.25A.875.875,0,0,0,7,22.875h4.125V23a4.875,4.875,0,0,0,9.75,0v-.125H25A.875.875,0,0,0,25.875,22l0-.25c-.0046-1.2607-.0115-3.1665.9668-4.1479A2.8966,2.8966,0,0,1,29,16.875a.8751.8751,0,0,0,.8388-1.124,5.3883,5.3883,0,0,1,1.6765-6.0293l.1033-.103A.875.875,0,0,0,31.8083,8.665ZM16,12.875A3.1286,3.1286,0,0,1,19.125,16v.125h-6.25V16A3.1286,3.1286,0,0,1,16,12.875Zm-3.125,5h6.25v3.25h-6.25Zm-5.0007,3.25c-.0178-1.459-.1839-3.4619-1.4761-4.7588a4.1876,4.1876,0,0,0-2.31-1.1518A6.657,6.657,0,0,0,2.9524,9.875H3c4.5562,0,8.125,2.69,8.125,6.125v5.125ZM19.125,23a3.125,3.125,0,0,1-6.25,0v-.125h6.25Zm8.7868-7.7856a4.1876,4.1876,0,0,0-2.31,1.1518c-1.2922,1.2969-1.4583,3.3-1.4761,4.7588H20.875V16c0-3.4346,3.5688-6.125,8.125-6.125h.0481A6.6561,6.6561,0,0,0,27.9118,15.2144Z"
1141
+ })), children);
1142
+ });
1143
+ if (process.env.NODE_ENV !== "production") {
1144
+ BeeBat.propTypes = iconPropTypes4cbeb95d.i;
1145
+ }
1146
+ const Beta = /*#__PURE__*/React.forwardRef(function Beta(_ref39, ref) {
1147
+ let {
1148
+ children,
1149
+ size = 16,
1150
+ ...rest
1151
+ } = _ref39;
1152
+ return /*#__PURE__*/React.createElement(Icon.default, {
1153
+ width: size,
1154
+ height: size,
1155
+ ref: ref,
1156
+ xmlns: "http://www.w3.org/2000/svg",
1157
+ viewBox: "0 0 32 32",
1158
+ fill: "currentColor",
1159
+ ...rest
1160
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1161
+ d: "M20.7168,13.7705A5.9174,5.9174,0,0,0,23,9c0-3.5327-2.8784-6-7-6a6.627,6.627,0,0,0-7,7V31h2V25.1206a8.1261,8.1261,0,0,0,6,2.48A7.3833,7.3833,0,0,0,24.6528,20,6.6364,6.6364,0,0,0,20.7168,13.7705ZM17,25.6A5.6781,5.6781,0,0,1,11,20V10a4.6856,4.6856,0,0,1,5-5c3.0374,0,5,1.57,5,4a3.8732,3.8732,0,0,1-4,4v2c3.4341,0,5.6528,1.9629,5.6528,5A5.3907,5.3907,0,0,1,17,25.6Z"
1162
+ })), children);
1163
+ });
1164
+ if (process.env.NODE_ENV !== "production") {
1165
+ Beta.propTypes = iconPropTypes4cbeb95d.i;
1166
+ }
1167
+ const Bicycle = /*#__PURE__*/React.forwardRef(function Bicycle(_ref40, ref) {
1168
+ let {
1169
+ children,
1170
+ size = 16,
1171
+ ...rest
1172
+ } = _ref40;
1173
+ return /*#__PURE__*/React.createElement(Icon.default, {
1174
+ width: size,
1175
+ height: size,
1176
+ ref: ref,
1177
+ xmlns: "http://www.w3.org/2000/svg",
1178
+ viewBox: "0 0 32 32",
1179
+ fill: "currentColor",
1180
+ ...rest
1181
+ }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1182
+ d: "M26,16c-.0879,0-.1731.0093-.26.0132L24.2368,9H28V7H23a1,1,0,0,0-.978,1.21L22.62,11H12.3872l-1-3H14V6H7V8H9.28l1.0411,3.123-2.57,5.1392A6,6,0,1,0,11.91,23h2.61a1.991,1.991,0,0,0,1.5616-.75L23.14,13.4258l.6436,3.0039A5.9891,5.9891,0,1,0,26,16ZM6,26a4,4,0,1,1,.8364-7.9092L5.1055,21.5527l.009.0044A.9834.9834,0,0,0,5,22a.9931.9931,0,0,0,1.8853.4429l.0092.0044L8.6182,19A3.9835,3.9835,0,0,1,6,26Zm5.91-5a5.9986,5.9986,0,0,0-2.3733-3.8364l1.6787-3.3574L13.613,21Zm3.4577-1.06L13.054,13h7.8654ZM26,26a3.9882,3.9882,0,0,1-1.7859-7.56l.8079,3.77.02-.0044A.9859.9859,0,0,0,26,23a1,1,0,0,0,1-1,.9456.9456,0,0,0-.0415-.2056l.02-.0044-.8086-3.7729A3.9931,3.9931,0,0,1,26,26Z"
1183
+ })), children);
1184
+ });
1185
+ if (process.env.NODE_ENV !== "production") {
1186
+ Bicycle.propTypes = iconPropTypes4cbeb95d.i;
1187
+ }
1188
+ const Binding_01 = /*#__PURE__*/React.forwardRef(function Binding_01(_ref41, ref) {
1189
+ let {
1190
+ children,
1191
+ size = 16,
1192
+ ...rest
1193
+ } = _ref41;
1194
+ return /*#__PURE__*/React.createElement(Icon.default, {
1195
+ width: size,
1196
+ height: size,
1197
+ ref: ref,
1198
+ xmlns: "http://www.w3.org/2000/svg",
1199
+ viewBox: "0 0 32 32",
1200
+ fill: "currentColor",
1201
+ ...rest
1202
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1203
+ strokeWidth: "0",
1204
+ d: "M4 10H28V12H4zM4 20H28V22H4z"
1205
+ })), children);
1206
+ });
1207
+ if (process.env.NODE_ENV !== "production") {
1208
+ Binding_01.propTypes = iconPropTypes4cbeb95d.i;
1209
+ }
1210
+ const Binding_02 = /*#__PURE__*/React.forwardRef(function Binding_02(_ref42, ref) {
1211
+ let {
1212
+ children,
1213
+ size = 16,
1214
+ ...rest
1215
+ } = _ref42;
1216
+ return /*#__PURE__*/React.createElement(Icon.default, {
1217
+ width: size,
1218
+ height: size,
1219
+ ref: ref,
1220
+ xmlns: "http://www.w3.org/2000/svg",
1221
+ viewBox: "0 0 32 32",
1222
+ fill: "currentColor",
1223
+ ...rest
1224
+ }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1225
+ strokeWidth: "0",
1226
+ d: "M25 8L23.3721 9.1621 28.542 16 23.386 22.8379 25.0139 24 31 16 25 8z"
1227
+ })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1228
+ strokeWidth: "0",
1229
+ d: "M20 8L18.3721 9.1621 23.542 16 18.386 22.8379 20.0139 24 26 16 20 8zM8.6279 9.1621L7 8 1 16 6.9861 24 8.614 22.8379 3.458 16 8.6279 9.1621z"
1230
+ })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1231
+ strokeWidth: "0",
1232
+ d: "M12 8L6 16 11.9861 24 13.614 22.8379 8.458 16 13.6279 9.1621 12 8z"
1233
+ })), children);
1234
+ });
1235
+ if (process.env.NODE_ENV !== "production") {
1236
+ Binding_02.propTypes = iconPropTypes4cbeb95d.i;
1237
+ }
1238
+ const Binoculars = /*#__PURE__*/React.forwardRef(function Binoculars(_ref43, ref) {
1239
+ let {
1240
+ children,
1241
+ size = 16,
1242
+ ...rest
1243
+ } = _ref43;
1244
+ return /*#__PURE__*/React.createElement(Icon.default, {
1245
+ width: size,
1246
+ height: size,
1247
+ ref: ref,
1248
+ xmlns: "http://www.w3.org/2000/svg",
1249
+ viewBox: "0 0 32 32",
1250
+ fill: "currentColor",
1251
+ ...rest
1252
+ }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1253
+ d: "M28,8V5a1,1,0,0,0-1-1H21a1,1,0,0,0-1,1V8a2,2,0,0,0-2,2v2H14V10a2,2,0,0,0-2-2V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V8a2,2,0,0,0-2,2V22a2,2,0,0,0,1,1.72V27a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V23.72A2,2,0,0,0,14,22V20h4v2a2,2,0,0,0,1,1.72V27a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V23.72A2,2,0,0,0,30,22V10A2,2,0,0,0,28,8ZM11,26H5V24h6Zm1-4H4V10H6V6h4v4h2Zm2-4V14h4v4Zm13,8H21V24h6Zm1-4H20V10h2V6h4v4h2Z"
1254
+ })), children);
1255
+ });
1256
+ if (process.env.NODE_ENV !== "production") {
1257
+ Binoculars.propTypes = iconPropTypes4cbeb95d.i;
1258
+ }
1259
+ const BlandAltmanPlot = /*#__PURE__*/React.forwardRef(function BlandAltmanPlot(_ref44, ref) {
1260
+ let {
1261
+ children,
1262
+ size = 16,
1263
+ ...rest
1264
+ } = _ref44;
1265
+ return /*#__PURE__*/React.createElement(Icon.default, {
1266
+ width: size,
1267
+ height: size,
1268
+ ref: ref,
1269
+ xmlns: "http://www.w3.org/2000/svg",
1270
+ viewBox: "0 0 32 32",
1271
+ fill: "currentColor",
1272
+ ...rest
1273
+ }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1274
+ d: "M10,22c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM17,18c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM24,22c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM30,16v-2H4V2h-2v26c0,1.1.9,2,2,2h26v-2H4v-12h26ZM10,8c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM17,8c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM28,2c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2Z"
1275
+ })), children);
1276
+ });
1277
+ if (process.env.NODE_ENV !== "production") {
1278
+ BlandAltmanPlot.propTypes = iconPropTypes4cbeb95d.i;
1279
+ }
1280
+ const QBlochSphere = /*#__PURE__*/React.forwardRef(function QBlochSphere(_ref45, ref) {
1281
+ let {
1282
+ children,
1283
+ size = 16,
1284
+ ...rest
1285
+ } = _ref45;
1286
+ return /*#__PURE__*/React.createElement(Icon.default, {
1287
+ width: size,
1288
+ height: size,
1289
+ ref: ref,
1290
+ xmlns: "http://www.w3.org/2000/svg",
1291
+ viewBox: "0 0 32 32",
1292
+ fill: "currentColor",
1293
+ ...rest
1294
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1295
+ d: "M21.87,7.84l-1.74-1L16,14h0a2,2,0,1,0,2,2,2,2,0,0,0-.27-1Z"
1296
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1297
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,2a12,12,0,0,1,11.17,7.65,25.69,25.69,0,0,0-3.69-1.5l-1,1.77a22.7,22.7,0,0,1,5.41,2.39,11.05,11.05,0,0,1,0,3.38A22.92,22.92,0,0,1,16,21,22.92,22.92,0,0,1,4.13,17.69a11.05,11.05,0,0,1,0-3.38A22.8,22.8,0,0,1,15,11V9a25,25,0,0,0-10.17,2.6A12,12,0,0,1,16,4Zm0,24A12,12,0,0,1,4.83,20.35,24.88,24.88,0,0,0,16,23a24.88,24.88,0,0,0,11.17-2.65A12,12,0,0,1,16,28Z"
1298
+ })), children);
1299
+ });
1300
+ if (process.env.NODE_ENV !== "production") {
1301
+ QBlochSphere.propTypes = iconPropTypes4cbeb95d.i;
1302
+ }
1303
+ const BlockStorage = /*#__PURE__*/React.forwardRef(function BlockStorage(_ref46, ref) {
1304
+ let {
1305
+ children,
1306
+ size = 16,
1307
+ ...rest
1308
+ } = _ref46;
1309
+ return /*#__PURE__*/React.createElement(Icon.default, {
1310
+ width: size,
1311
+ height: size,
1312
+ ref: ref,
1313
+ xmlns: "http://www.w3.org/2000/svg",
1314
+ viewBox: "0 0 32 32",
1315
+ fill: "currentColor",
1316
+ ...rest
1317
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1318
+ d: "M9,12V10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V19H20v9H4V12"
1319
+ })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1320
+ d: "M22 12H14V4h8zM12 4v8a2 2 0 002 2h8a2 2 0 002-2V4a2 2 0 00-2-2H14A2 2 0 0012 4zM14 18v4H10V18h4M8 18v4a2 2 0 002 2h4a2 2 0 002-2V18a2 2 0 00-2-2H10A2 2 0 008 18zM28 17v2H26V17h2m-4-1v4a1 1 0 001 1h4a1 1 0 001-1V16a1 1 0 00-1-1H25A1 1 0 0024 16z"
1321
+ })), children);
1322
+ });
1323
+ if (process.env.NODE_ENV !== "production") {
1324
+ BlockStorage.propTypes = iconPropTypes4cbeb95d.i;
1325
+ }
1326
+ const BlockStorageAlt = /*#__PURE__*/React.forwardRef(function BlockStorageAlt(_ref47, ref) {
1327
+ let {
1328
+ children,
1329
+ size = 16,
1330
+ ...rest
1331
+ } = _ref47;
1332
+ return /*#__PURE__*/React.createElement(Icon.default, {
1333
+ width: size,
1334
+ height: size,
1335
+ ref: ref,
1336
+ xmlns: "http://www.w3.org/2000/svg",
1337
+ viewBox: "0 0 32 32",
1338
+ fill: "currentColor",
1339
+ ...rest
1340
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1341
+ 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"
1342
+ })), _circle53 || (_circle53 = /*#__PURE__*/React.createElement("circle", {
1343
+ cx: "7",
1344
+ cy: "25",
1345
+ r: "1"
1346
+ })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1347
+ d: "M15 20H8V13h7zm-5-2h3V15H10zM24 20H17V13h7zm-5-2h3V15H19zM15 11H8V4h7zM10 9h3V6H10zM24 11H17V4h7zM19 9h3V6H19z"
1348
+ })), children);
1349
+ });
1350
+ if (process.env.NODE_ENV !== "production") {
1351
+ BlockStorageAlt.propTypes = iconPropTypes4cbeb95d.i;
1352
+ }
1353
+ const Blockchain = /*#__PURE__*/React.forwardRef(function Blockchain(_ref48, ref) {
1354
+ let {
1355
+ children,
1356
+ size = 16,
1357
+ ...rest
1358
+ } = _ref48;
1359
+ return /*#__PURE__*/React.createElement(Icon.default, {
1360
+ width: size,
1361
+ height: size,
1362
+ ref: ref,
1363
+ xmlns: "http://www.w3.org/2000/svg",
1364
+ viewBox: "0 0 32 32",
1365
+ fill: "currentColor",
1366
+ ...rest
1367
+ }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1368
+ d: "M6,24H4V8H6ZM28,8H26V24h2ZM24,6V4H8V6Zm0,22V26H8v2Z"
1369
+ })), children);
1370
+ });
1371
+ if (process.env.NODE_ENV !== "production") {
1372
+ Blockchain.propTypes = iconPropTypes4cbeb95d.i;
1373
+ }
1374
+ const Blog = /*#__PURE__*/React.forwardRef(function Blog(_ref49, ref) {
1375
+ let {
1376
+ children,
1377
+ size = 16,
1378
+ ...rest
1379
+ } = _ref49;
1380
+ return /*#__PURE__*/React.createElement(Icon.default, {
1381
+ width: size,
1382
+ height: size,
1383
+ ref: ref,
1384
+ xmlns: "http://www.w3.org/2000/svg",
1385
+ viewBox: "0 0 32 32",
1386
+ fill: "currentColor",
1387
+ ...rest
1388
+ }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1389
+ d: "M4 24H14V26H4zM4 18H14V20H4zM26 14H6a2 2 0 01-2-2V6A2 2 0 016 4H26a2 2 0 012 2v6A2 2 0 0126 14zM6 6v6H26V6zM26 28H20a2 2 0 01-2-2V20a2 2 0 012-2h6a2 2 0 012 2v6A2 2 0 0126 28zm-6-8v6h6V20z"
1390
+ })), children);
1391
+ });
1392
+ if (process.env.NODE_ENV !== "production") {
1393
+ Blog.propTypes = iconPropTypes4cbeb95d.i;
1394
+ }
1395
+ const Bluetooth = /*#__PURE__*/React.forwardRef(function Bluetooth(_ref50, ref) {
1396
+ let {
1397
+ children,
1398
+ size = 16,
1399
+ ...rest
1400
+ } = _ref50;
1401
+ return /*#__PURE__*/React.createElement(Icon.default, {
1402
+ width: size,
1403
+ height: size,
1404
+ ref: ref,
1405
+ xmlns: "http://www.w3.org/2000/svg",
1406
+ viewBox: "0 0 32 32",
1407
+ fill: "currentColor",
1408
+ ...rest
1409
+ }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1410
+ d: "M16,30a1.06,1.06,0,0,1-.42-.09A1,1,0,0,1,15,29V18.41L8.41,25,7,23.59,14.59,16,7,8.41,8.41,7,15,13.59V3a1,1,0,0,1,.58-.91,1,1,0,0,1,1.07.15l7,6A1,1,0,0,1,24,9a1,1,0,0,1-.29.75L17.41,16l6.3,6.29A1,1,0,0,1,24,23a1,1,0,0,1-.35.72l-7,6A1,1,0,0,1,16,30Zm1-11.59v8.42l4.53-3.89ZM17,5.17v8.42l4.53-4.53Z"
1411
+ })), children);
1412
+ });
1413
+ if (process.env.NODE_ENV !== "production") {
1414
+ Bluetooth.propTypes = iconPropTypes4cbeb95d.i;
1415
+ }
1416
+ const BluetoothOff = /*#__PURE__*/React.forwardRef(function BluetoothOff(_ref51, ref) {
1417
+ let {
1418
+ children,
1419
+ size = 16,
1420
+ ...rest
1421
+ } = _ref51;
1422
+ return /*#__PURE__*/React.createElement(Icon.default, {
1423
+ width: size,
1424
+ height: size,
1425
+ ref: ref,
1426
+ xmlns: "http://www.w3.org/2000/svg",
1427
+ viewBox: "0 0 32 32",
1428
+ fill: "currentColor",
1429
+ ...rest
1430
+ }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1431
+ d: "M28 26.59L5.41 4 4 5.41 14.59 16 7 23.59 8.41 25 15 18.41V29a1 1 0 00.58.91A1.06 1.06 0 0016 30a1 1 0 00.65-.24l6.3-5.4L26.59 28zm-11 .24V18.41l4.53 4.53zM17 12.75V5.17l4.53 3.89-4.11 4.11 1.41 1.41 4.88-4.87A1 1 0 0024 9a1 1 0 00-.35-.72l-7-6a1 1 0 00-1.07-.15A1 1 0 0015 3v7.75z"
1432
+ })), children);
1433
+ });
1434
+ if (process.env.NODE_ENV !== "production") {
1435
+ BluetoothOff.propTypes = iconPropTypes4cbeb95d.i;
1436
+ }
1437
+ const Book = /*#__PURE__*/React.forwardRef(function Book(_ref52, ref) {
1438
+ let {
1439
+ children,
1440
+ size = 16,
1441
+ ...rest
1442
+ } = _ref52;
1443
+ return /*#__PURE__*/React.createElement(Icon.default, {
1444
+ width: size,
1445
+ height: size,
1446
+ ref: ref,
1447
+ xmlns: "http://www.w3.org/2000/svg",
1448
+ viewBox: "0 0 32 32",
1449
+ fill: "currentColor",
1450
+ ...rest
1451
+ }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1452
+ d: "M19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19zM6 10H13V12H6zM6 15H13V17H6zM6 20H13V22H6z"
1453
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1454
+ d: "M28,5H4A2.002,2.002,0,0,0,2,7V25a2.002,2.002,0,0,0,2,2H28a2.002,2.002,0,0,0,2-2V7A2.002,2.002,0,0,0,28,5ZM4,7H15V25H4ZM17,25V7H28V25Z"
1455
+ })), children);
1456
+ });
1457
+ if (process.env.NODE_ENV !== "production") {
1458
+ Book.propTypes = iconPropTypes4cbeb95d.i;
1459
+ }
1460
+ const Bookmark = /*#__PURE__*/React.forwardRef(function Bookmark(_ref53, ref) {
1461
+ let {
1462
+ children,
1463
+ size = 16,
1464
+ ...rest
1465
+ } = _ref53;
1466
+ return /*#__PURE__*/React.createElement(Icon.default, {
1467
+ width: size,
1468
+ height: size,
1469
+ ref: ref,
1470
+ xmlns: "http://www.w3.org/2000/svg",
1471
+ viewBox: "0 0 32 32",
1472
+ fill: "currentColor",
1473
+ ...rest
1474
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1475
+ d: "M24,4V26.75l-7.1-3.59-.9-.45-.9.45L8,26.75V4H24m0-2H8A2,2,0,0,0,6,4V30L16,25,26,30V4A2,2,0,0,0,24,2Z"
1476
+ })), children);
1477
+ });
1478
+ if (process.env.NODE_ENV !== "production") {
1479
+ Bookmark.propTypes = iconPropTypes4cbeb95d.i;
1480
+ }
1481
+ const BookmarkAdd = /*#__PURE__*/React.forwardRef(function BookmarkAdd(_ref54, ref) {
1482
+ let {
1483
+ children,
1484
+ size = 16,
1485
+ ...rest
1486
+ } = _ref54;
1487
+ return /*#__PURE__*/React.createElement(Icon.default, {
1488
+ width: size,
1489
+ height: size,
1490
+ ref: ref,
1491
+ xmlns: "http://www.w3.org/2000/svg",
1492
+ viewBox: "0 0 32 32",
1493
+ fill: "currentColor",
1494
+ ...rest
1495
+ }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1496
+ d: "M24,16V26.7515l-7.0962-3.5894L16,22.7051l-.9009.456L8,26.748V4H18V2H8A2,2,0,0,0,6,4V30l10-5.0537L26,30V16Z"
1497
+ })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1498
+ d: "M26 6L26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6 26 6z"
1499
+ })), children);
1500
+ });
1501
+ if (process.env.NODE_ENV !== "production") {
1502
+ BookmarkAdd.propTypes = iconPropTypes4cbeb95d.i;
1503
+ }
1504
+ const BookmarkFilled = /*#__PURE__*/React.forwardRef(function BookmarkFilled(_ref55, ref) {
1505
+ let {
1506
+ children,
1507
+ size = 16,
1508
+ ...rest
1509
+ } = _ref55;
1510
+ return /*#__PURE__*/React.createElement(Icon.default, {
1511
+ width: size,
1512
+ height: size,
1513
+ ref: ref,
1514
+ xmlns: "http://www.w3.org/2000/svg",
1515
+ viewBox: "0 0 32 32",
1516
+ fill: "currentColor",
1517
+ ...rest
1518
+ }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1519
+ d: "M24,2H8A2,2,0,0,0,6,4V30l10-5.0538L26,30V4A2,2,0,0,0,24,2Z"
1520
+ })), children);
1521
+ });
1522
+ if (process.env.NODE_ENV !== "production") {
1523
+ BookmarkFilled.propTypes = iconPropTypes4cbeb95d.i;
1524
+ }
1525
+ const Boolean = /*#__PURE__*/React.forwardRef(function Boolean(_ref56, ref) {
1526
+ let {
1527
+ children,
1528
+ size = 16,
1529
+ ...rest
1530
+ } = _ref56;
1531
+ return /*#__PURE__*/React.createElement(Icon.default, {
1532
+ width: size,
1533
+ height: size,
1534
+ ref: ref,
1535
+ xmlns: "http://www.w3.org/2000/svg",
1536
+ viewBox: "0 0 32 32",
1537
+ fill: "currentColor",
1538
+ ...rest
1539
+ }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1540
+ d: "M23,23a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,23,23Zm0-12a5,5,0,1,0,5,5A5.0055,5.0055,0,0,0,23,11Z"
1541
+ })), _circle54 || (_circle54 = /*#__PURE__*/React.createElement("circle", {
1542
+ cx: "9",
1543
+ cy: "16",
1544
+ r: "7"
1545
+ })), children);
1546
+ });
1547
+ if (process.env.NODE_ENV !== "production") {
1548
+ Boolean.propTypes = iconPropTypes4cbeb95d.i;
1549
+ }
1550
+ const Boot = /*#__PURE__*/React.forwardRef(function Boot(_ref57, ref) {
1551
+ let {
1552
+ children,
1553
+ size = 16,
1554
+ ...rest
1555
+ } = _ref57;
1556
+ return /*#__PURE__*/React.createElement(Icon.default, {
1557
+ width: size,
1558
+ height: size,
1559
+ ref: ref,
1560
+ xmlns: "http://www.w3.org/2000/svg",
1561
+ viewBox: "0 0 32 32",
1562
+ fill: "currentColor",
1563
+ ...rest
1564
+ }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1565
+ d: "M24,17H18a1.0008,1.0008,0,0,1-1-1V4a2.0025,2.0025,0,0,0-2-2H5A2.0025,2.0025,0,0,0,3,4V28a2.0025,2.0025,0,0,0,2,2H27a2.0025,2.0025,0,0,0,2-2V22A5.0057,5.0057,0,0,0,24,17Zm3,5v2H23V19h1A3.0033,3.0033,0,0,1,27,22ZM15,4V6H11V8h4v2H11v2h4v2H11v2h4a3.0033,3.0033,0,0,0,3,3h3v5H14.1624l-3-1H5V4ZM25,28V27H23v1H21V27H19v1H17V27H15v1H13V27H11v1H5V25h5.8376l3,1H27v2Z"
1566
+ })), children);
1567
+ });
1568
+ if (process.env.NODE_ENV !== "production") {
1569
+ Boot.propTypes = iconPropTypes4cbeb95d.i;
1570
+ }
1571
+ const BootVolume = /*#__PURE__*/React.forwardRef(function BootVolume(_ref58, ref) {
1572
+ let {
1573
+ children,
1574
+ size = 16,
1575
+ ...rest
1576
+ } = _ref58;
1577
+ return /*#__PURE__*/React.createElement(Icon.default, {
1578
+ width: size,
1579
+ height: size,
1580
+ ref: ref,
1581
+ xmlns: "http://www.w3.org/2000/svg",
1582
+ viewBox: "0 0 32 32",
1583
+ fill: "currentColor",
1584
+ ...rest
1585
+ }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1586
+ d: "M32 22v-2h-3v-2h-2v2h-1v2h1v6c0 1.1025.8975 2 2 2h3v-2h-3v-6h3zM23 30h-3c-1.1025 0-2-.8975-2-2v-6c0-1.103.8975-2 2-2h3c1.1025 0 2 .897 2 2v6c0 1.1025-.8975 2-2 2zm-3-8v6h3v-6h-3zM14 30h-3c-1.1025 0-2-.8975-2-2v-6c0-1.103.8975-2 2-2h3c1.1025 0 2 .897 2 2v6c0 1.1025-.8975 2-2 2zm-3-8v6h3v-6h-3zM5 20H2v-4H0v14H5c1.1025 0 2-.8975 2-2v-6c0-1.103-.8975-2-2-2zm-3 8v-6h3v6H2zM4 14V5h7.5857l4 4h12.4143v7h2v-7c-.0013-1.1041-.8959-1.9987-2-2h-11.5857l-3.4143-3.4141c-.3742-.3764-.8835-.5873-1.4143-.5859H4c-1.1041.0013-1.9987.8959-2 2V14h2z"
1587
+ })), children);
1588
+ });
1589
+ if (process.env.NODE_ENV !== "production") {
1590
+ BootVolume.propTypes = iconPropTypes4cbeb95d.i;
1591
+ }
1592
+ const BootVolumeAlt = /*#__PURE__*/React.forwardRef(function BootVolumeAlt(_ref59, ref) {
1593
+ let {
1594
+ children,
1595
+ size = 16,
1596
+ ...rest
1597
+ } = _ref59;
1598
+ return /*#__PURE__*/React.createElement(Icon.default, {
1599
+ width: size,
1600
+ height: size,
1601
+ ref: ref,
1602
+ xmlns: "http://www.w3.org/2000/svg",
1603
+ viewBox: "0 0 32 32",
1604
+ fill: "currentColor",
1605
+ ...rest
1606
+ }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1607
+ d: "M26,30h-7c-1.1028,0-2-.8972-2-2v-2h2v2h7v-7h-2v-2h2c1.1028,0,2,.8972,2,2v7c0,1.1028-.8972,2-2,2Z"
1608
+ })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1609
+ d: "M12 24L14 24 13.9998 17.414 22.5823 26 24 24.5857 15.4139 15.9998 22 16 22 14 12 14 12 24z"
1610
+ })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1611
+ d: "M8,27H4c-1.104-.0013-1.9987-.896-2-2V5c.0013-1.104,.896-1.9987,2-2h7.5857c.5308-.0015,1.0401,.2095,1.4143,.5859l3.4143,3.4141h11.5857c1.104,.0013,1.9987,.896,2,2v7h-2v-7H15.5857l-4-4H4V25h4v2Z"
1612
+ })), children);
1613
+ });
1614
+ if (process.env.NODE_ENV !== "production") {
1615
+ BootVolumeAlt.propTypes = iconPropTypes4cbeb95d.i;
1616
+ }
1617
+ const BorderBottom = /*#__PURE__*/React.forwardRef(function BorderBottom(_ref60, ref) {
1618
+ let {
1619
+ children,
1620
+ size = 16,
1621
+ ...rest
1622
+ } = _ref60;
1623
+ return /*#__PURE__*/React.createElement(Icon.default, {
1624
+ width: size,
1625
+ height: size,
1626
+ ref: ref,
1627
+ xmlns: "http://www.w3.org/2000/svg",
1628
+ viewBox: "0 0 32 32",
1629
+ fill: "currentColor",
1630
+ ...rest
1631
+ }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1632
+ d: "M3 27H29V29H3z",
1633
+ transform: "rotate(180 16 28)"
1634
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1635
+ d: "M27 23H29V25H27z",
1636
+ transform: "rotate(180 28 24)"
1637
+ })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1638
+ d: "M27 19H29V21H27z",
1639
+ transform: "rotate(180 28 20)"
1640
+ })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1641
+ d: "M27 15H29V17H27z",
1642
+ transform: "rotate(180 28 16)"
1643
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1644
+ d: "M27 11H29V13H27z",
1645
+ transform: "rotate(180 28 12)"
1646
+ })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1647
+ d: "M27 7H29V9H27z",
1648
+ transform: "rotate(180 28 8)"
1649
+ })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1650
+ d: "M27 3H29V5H27z",
1651
+ transform: "rotate(180 28 4)"
1652
+ })), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1653
+ d: "M23 3H25V5H23z",
1654
+ transform: "rotate(180 24 4)"
1655
+ })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1656
+ d: "M19 3H21V5H19z",
1657
+ transform: "rotate(180 20 4)"
1658
+ })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1659
+ d: "M15 3H17V5H15z",
1660
+ transform: "rotate(180 16 4)"
1661
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1662
+ d: "M7 3H9V5H7z",
1663
+ transform: "rotate(180 8 4)"
1664
+ })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1665
+ d: "M11 3H13V5H11z",
1666
+ transform: "rotate(180 12 4)"
1667
+ })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1668
+ d: "M3 23H5V25H3z",
1669
+ transform: "rotate(180 4 24)"
1670
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1671
+ d: "M3 19H5V21H3z",
1672
+ transform: "rotate(180 4 20)"
1673
+ })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1674
+ d: "M3 15H5V17H3z",
1675
+ transform: "rotate(180 4 16)"
1676
+ })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1677
+ d: "M3 11H5V13H3z",
1678
+ transform: "rotate(180 4 12)"
1679
+ })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1680
+ d: "M3 7H5V9H3z",
1681
+ transform: "rotate(180 4 8)"
1682
+ })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1683
+ d: "M3 3H5V5H3z",
1684
+ transform: "rotate(180 4 4)"
1685
+ })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1686
+ d: "M8 10H18V12H8zM8 15H14V17H8z"
1687
+ })), children);
1688
+ });
1689
+ if (process.env.NODE_ENV !== "production") {
1690
+ BorderBottom.propTypes = iconPropTypes4cbeb95d.i;
1691
+ }
1692
+ const BorderFull = /*#__PURE__*/React.forwardRef(function BorderFull(_ref61, ref) {
1693
+ let {
1694
+ children,
1695
+ size = 16,
1696
+ ...rest
1697
+ } = _ref61;
1698
+ return /*#__PURE__*/React.createElement(Icon.default, {
1699
+ width: size,
1700
+ height: size,
1701
+ ref: ref,
1702
+ xmlns: "http://www.w3.org/2000/svg",
1703
+ viewBox: "0 0 32 32",
1704
+ fill: "currentColor",
1705
+ ...rest
1706
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1707
+ d: "M8 10H18V12H8zM8 15H14V17H8z"
1708
+ })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1709
+ d: "M29,29H3V3H29ZM5,27H27V5H5Z"
1710
+ })), children);
1711
+ });
1712
+ if (process.env.NODE_ENV !== "production") {
1713
+ BorderFull.propTypes = iconPropTypes4cbeb95d.i;
1714
+ }
1715
+ const BorderLeft = /*#__PURE__*/React.forwardRef(function BorderLeft(_ref62, ref) {
1716
+ let {
1717
+ children,
1718
+ size = 16,
1719
+ ...rest
1720
+ } = _ref62;
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
+ }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1730
+ d: "M-9 15H17V17H-9z",
1731
+ transform: "rotate(-90 4 16)"
1732
+ })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1733
+ d: "M7 27H9V29H7z",
1734
+ transform: "rotate(-90 8 28)"
1735
+ })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1736
+ d: "M11 27H13V29H11z",
1737
+ transform: "rotate(-90 12 28)"
1738
+ })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1739
+ d: "M15 27H17V29H15z",
1740
+ transform: "rotate(-90 16 28)"
1741
+ })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1742
+ d: "M19 27H21V29H19z",
1743
+ transform: "rotate(-90 20 28)"
1744
+ })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1745
+ d: "M23 27H25V29H23z",
1746
+ transform: "rotate(-90 24 28)"
1747
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1748
+ d: "M27 27H29V29H27z",
1749
+ transform: "rotate(-90 28 28)"
1750
+ })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1751
+ d: "M27 23H29V25H27z",
1752
+ transform: "rotate(-90 28 24)"
1753
+ })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
1754
+ d: "M27 19H29V21H27z",
1755
+ transform: "rotate(-90 28 20)"
1756
+ })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1757
+ d: "M27 15H29V17H27z",
1758
+ transform: "rotate(-90 28 16)"
1759
+ })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
1760
+ d: "M27 7H29V9H27z",
1761
+ transform: "rotate(-90 28 8)"
1762
+ })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
1763
+ d: "M27 11H29V13H27z",
1764
+ transform: "rotate(-90 28 12)"
1765
+ })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
1766
+ d: "M7 3H9V5H7z",
1767
+ transform: "rotate(-90 8 4)"
1768
+ })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
1769
+ d: "M11 3H13V5H11z",
1770
+ transform: "rotate(-90 12 4)"
1771
+ })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
1772
+ d: "M15 3H17V5H15z",
1773
+ transform: "rotate(-90 16 4)"
1774
+ })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
1775
+ d: "M19 3H21V5H19z",
1776
+ transform: "rotate(-90 20 4)"
1777
+ })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
1778
+ d: "M23 3H25V5H23z",
1779
+ transform: "rotate(-90 24 4)"
1780
+ })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
1781
+ d: "M27 3H29V5H27z",
1782
+ transform: "rotate(-90 28 4)"
1783
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
1784
+ d: "M8 10H18V12H8zM8 15H14V17H8z"
1785
+ })), children);
1786
+ });
1787
+ if (process.env.NODE_ENV !== "production") {
1788
+ BorderLeft.propTypes = iconPropTypes4cbeb95d.i;
1789
+ }
1790
+ const BorderNone = /*#__PURE__*/React.forwardRef(function BorderNone(_ref63, ref) {
1791
+ let {
1792
+ children,
1793
+ size = 16,
1794
+ ...rest
1795
+ } = _ref63;
1796
+ return /*#__PURE__*/React.createElement(Icon.default, {
1797
+ width: size,
1798
+ height: size,
1799
+ ref: ref,
1800
+ xmlns: "http://www.w3.org/2000/svg",
1801
+ viewBox: "0 0 32 32",
1802
+ fill: "currentColor",
1803
+ ...rest
1804
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
1805
+ d: "M3 3H5V5H3zM7 3H9V5H7zM11 3H13V5H11zM15 3H17V5H15zM3 7H5V9H3zM3 11H5V13H3zM3 15H5V17H3zM3 19H5V21H3zM3 23H5V25H3zM3 27H5V29H3zM27 3H29V5H27zM23 3H25V5H23zM19 3H21V5H19zM7 27H9V29H7zM11 27H13V29H11zM15 27H17V29H15zM23 27H25V29H23zM19 27H21V29H19zM27 7H29V9H27zM27 11H29V13H27zM27 15H29V17H27zM27 19H29V21H27zM27 23H29V25H27zM27 27H29V29H27zM8 10H18V12H8zM8 15H14V17H8z"
1806
+ })), children);
1807
+ });
1808
+ if (process.env.NODE_ENV !== "production") {
1809
+ BorderNone.propTypes = iconPropTypes4cbeb95d.i;
1810
+ }
1811
+ const BorderRight = /*#__PURE__*/React.forwardRef(function BorderRight(_ref64, ref) {
1812
+ let {
1813
+ children,
1814
+ size = 16,
1815
+ ...rest
1816
+ } = _ref64;
1817
+ return /*#__PURE__*/React.createElement(Icon.default, {
1818
+ width: size,
1819
+ height: size,
1820
+ ref: ref,
1821
+ xmlns: "http://www.w3.org/2000/svg",
1822
+ viewBox: "0 0 32 32",
1823
+ fill: "currentColor",
1824
+ ...rest
1825
+ }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
1826
+ d: "M15 15H41V17H15z",
1827
+ transform: "rotate(90 28 16)"
1828
+ })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
1829
+ d: "M23 3H25V5H23z",
1830
+ transform: "rotate(90 24 4)"
1831
+ })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
1832
+ d: "M19 3H21V5H19z",
1833
+ transform: "rotate(90 20 4)"
1834
+ })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
1835
+ d: "M15 3H17V5H15z",
1836
+ transform: "rotate(90 16 4)"
1837
+ })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
1838
+ d: "M11 3H13V5H11z",
1839
+ transform: "rotate(90 12 4)"
1840
+ })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
1841
+ d: "M7 3H9V5H7z",
1842
+ transform: "rotate(90 8 4)"
1843
+ })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
1844
+ d: "M3 3H5V5H3z",
1845
+ transform: "rotate(90 4 4)"
1846
+ })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
1847
+ d: "M3 7H5V9H3z",
1848
+ transform: "rotate(90 4 8)"
1849
+ })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
1850
+ d: "M3 11H5V13H3z",
1851
+ transform: "rotate(90 4 12)"
1852
+ })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
1853
+ d: "M3 15H5V17H3z",
1854
+ transform: "rotate(90 4 16)"
1855
+ })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
1856
+ d: "M3 23H5V25H3z",
1857
+ transform: "rotate(90 4 24)"
1858
+ })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
1859
+ d: "M3 19H5V21H3z",
1860
+ transform: "rotate(90 4 20)"
1861
+ })), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
1862
+ d: "M23 27H25V29H23z",
1863
+ transform: "rotate(90 24 28)"
1864
+ })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
1865
+ d: "M19 27H21V29H19z",
1866
+ transform: "rotate(90 20 28)"
1867
+ })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
1868
+ d: "M15 27H17V29H15z",
1869
+ transform: "rotate(90 16 28)"
1870
+ })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
1871
+ d: "M11 27H13V29H11z",
1872
+ transform: "rotate(90 12 28)"
1873
+ })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
1874
+ d: "M7 27H9V29H7z",
1875
+ transform: "rotate(90 8 28)"
1876
+ })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
1877
+ d: "M3 27H5V29H3z",
1878
+ transform: "rotate(90 4 28)"
1879
+ })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
1880
+ d: "M8 10H18V12H8zM8 15H14V17H8z"
1881
+ })), children);
1882
+ });
1883
+ if (process.env.NODE_ENV !== "production") {
1884
+ BorderRight.propTypes = iconPropTypes4cbeb95d.i;
1885
+ }
1886
+ const BorderTop = /*#__PURE__*/React.forwardRef(function BorderTop(_ref65, ref) {
1887
+ let {
1888
+ children,
1889
+ size = 16,
1890
+ ...rest
1891
+ } = _ref65;
1892
+ return /*#__PURE__*/React.createElement(Icon.default, {
1893
+ width: size,
1894
+ height: size,
1895
+ ref: ref,
1896
+ xmlns: "http://www.w3.org/2000/svg",
1897
+ viewBox: "0 0 32 32",
1898
+ fill: "currentColor",
1899
+ ...rest
1900
+ }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
1901
+ d: "M3 3H29V5H3zM3 7H5V9H3zM3 11H5V13H3zM3 15H5V17H3zM3 19H5V21H3zM3 23H5V25H3zM3 27H5V29H3zM7 27H9V29H7zM11 27H13V29H11zM15 27H17V29H15zM23 27H25V29H23zM19 27H21V29H19zM27 7H29V9H27zM27 11H29V13H27zM27 15H29V17H27zM27 19H29V21H27zM27 23H29V25H27zM27 27H29V29H27zM8 10H18V12H8zM8 15H14V17H8z"
1902
+ })), children);
1903
+ });
1904
+ if (process.env.NODE_ENV !== "production") {
1905
+ BorderTop.propTypes = iconPropTypes4cbeb95d.i;
1906
+ }
1907
+ const Bot = /*#__PURE__*/React.forwardRef(function Bot(_ref66, ref) {
1908
+ let {
1909
+ children,
1910
+ size = 16,
1911
+ ...rest
1912
+ } = _ref66;
1913
+ return /*#__PURE__*/React.createElement(Icon.default, {
1914
+ width: size,
1915
+ height: size,
1916
+ ref: ref,
1917
+ xmlns: "http://www.w3.org/2000/svg",
1918
+ viewBox: "0 0 32 32",
1919
+ fill: "currentColor",
1920
+ ...rest
1921
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
1922
+ d: "M18 10H20V12H18zM12 10H14V12H12z"
1923
+ })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
1924
+ d: "M26,20H21V18h1a2.0023,2.0023,0,0,0,2-2V12h2V10H24V8a2.0023,2.0023,0,0,0-2-2H20V2H18V6H14V2H12V6H10A2.0023,2.0023,0,0,0,8,8v2H6v2H8v4a2.0023,2.0023,0,0,0,2,2h1v2H6a2.0023,2.0023,0,0,0-2,2v8H6V22H26v8h2V22A2.0023,2.0023,0,0,0,26,20ZM10,8H22v8H10Zm3,10h6v2H13Z"
1925
+ })), children);
1926
+ });
1927
+ if (process.env.NODE_ENV !== "production") {
1928
+ Bot.propTypes = iconPropTypes4cbeb95d.i;
1929
+ }
1930
+ const Bottles_01 = /*#__PURE__*/React.forwardRef(function Bottles_01(_ref67, ref) {
1931
+ let {
1932
+ children,
1933
+ size = 16,
1934
+ ...rest
1935
+ } = _ref67;
1936
+ return /*#__PURE__*/React.createElement(Icon.default, {
1937
+ width: size,
1938
+ height: size,
1939
+ ref: ref,
1940
+ xmlns: "http://www.w3.org/2000/svg",
1941
+ viewBox: "0 0 32 32",
1942
+ fill: "currentColor",
1943
+ ...rest
1944
+ }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
1945
+ d: "M26 9.3706V3c0-.5522-.4478-1-1-1h-3v2h2v6.7207s3 .5066 3 4.2793v13h-3v2h4c.5522 0 1-.4478 1-1V15c0-3.4517-1.9326-5.0239-3-5.6294zM19 9.3706V3c0-.5522-.4478-1-1-1h-3v2h2v6.7207s3 .5066 3 4.2793v13h-3v2h4c.5522 0 1-.4478 1-1V15c0-3.4517-1.9326-5.0239-3-5.6294zM12 9.3706V3c0-.5522-.4478-1-1-1H7c-.5522 0-1 .4478-1 1v6.3706c-1.0674.6055-3 2.1777-3 5.6294v14c0 .5522.4478 1 1 1H14c.5522 0 1-.4478 1-1V15c0-3.4517-1.9326-5.0239-3-5.6294zm1 18.6294H5V15c0-3.7725 3-4.2793 3-4.2793V4h2v6.7207s3 .5068 3 4.2793v13z"
1946
+ })), children);
1947
+ });
1948
+ if (process.env.NODE_ENV !== "production") {
1949
+ Bottles_01.propTypes = iconPropTypes4cbeb95d.i;
1950
+ }
1951
+ const Bottles_01Dash = /*#__PURE__*/React.forwardRef(function Bottles_01Dash(_ref68, ref) {
1952
+ let {
1953
+ children,
1954
+ size = 16,
1955
+ ...rest
1956
+ } = _ref68;
1957
+ return /*#__PURE__*/React.createElement(Icon.default, {
1958
+ width: size,
1959
+ height: size,
1960
+ ref: ref,
1961
+ xmlns: "http://www.w3.org/2000/svg",
1962
+ viewBox: "0 0 32 32",
1963
+ fill: "currentColor",
1964
+ ...rest
1965
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
1966
+ d: "M26 9.3706V3c0-.5522-.4478-1-1-1h-3v2h2v6.7207s3 .5066 3 4.2793v13h-3v2h4c.5522 0 1-.4478 1-1V15c0-3.4517-1.9326-5.0239-3-5.6294zM19 9.3706V3c0-.5522-.4478-1-1-1h-3v2h2v6.7207s3 .5066 3 4.2793v13h-3v2h4c.5522 0 1-.4478 1-1V15c0-3.4517-1.9326-5.0239-3-5.6294zM13 28h-3v2h4c.5522 0 1-.4478 1-1v-4h-2v3zM5 25H3v4c0 .5522.4478 1 1 1h4v-2h-3v-3zM13 18H15V23H13zM3 18H5V23H3zM12 9.3706V3c0-.5522-.4478-1-1-1H7c-.5522 0-1 .4478-1 1v6.3706c-1.0674.6055-3 2.1777-3 5.6294v1h2v-1c0-3.7725 3-4.2793 3-4.2793V4h2v6.7207s3 .5068 3 4.2793v1h2v-1c0-3.4517-1.9326-5.0239-3-5.6294z"
1967
+ })), children);
1968
+ });
1969
+ if (process.env.NODE_ENV !== "production") {
1970
+ Bottles_01Dash.propTypes = iconPropTypes4cbeb95d.i;
1971
+ }
1972
+ const Bottles_02 = /*#__PURE__*/React.forwardRef(function Bottles_02(_ref69, ref) {
1973
+ let {
1974
+ children,
1975
+ size = 16,
1976
+ ...rest
1977
+ } = _ref69;
1978
+ return /*#__PURE__*/React.createElement(Icon.default, {
1979
+ width: size,
1980
+ height: size,
1981
+ ref: ref,
1982
+ xmlns: "http://www.w3.org/2000/svg",
1983
+ viewBox: "0 0 32 32",
1984
+ fill: "currentColor",
1985
+ ...rest
1986
+ }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
1987
+ d: "M24 9.0513v-3.0513c0-.5522-.4478-1-1-1h-3v2h2v3.02s2 1.1238 2 3.48v11.5h-4v2h5c.5522 0 1-.4478 1-1V13.5c0-1.7129-.7229-3.3076-2-4.4487zM16 9.0513v-3.0513c0-.5522-.4478-1-1-1h-6c-.5522 0-1 .4478-1 1v3.0513c-1.2771 1.1411-2 2.7358-2 4.4487v12.5c0 .5522.4478 1 1 1h10c.5522 0 1-.4478 1-1V13.5c0-1.7129-.7229-3.3076-2-4.4487zm0 15.9487H8V13.5c0-2.356 2-3.48 2-3.48v-3.02h4v3.02s2 1.124 2 3.48v11.5z"
1988
+ })), children);
1989
+ });
1990
+ if (process.env.NODE_ENV !== "production") {
1991
+ Bottles_02.propTypes = iconPropTypes4cbeb95d.i;
1992
+ }
1993
+ const Bottles_02Dash = /*#__PURE__*/React.forwardRef(function Bottles_02Dash(_ref70, ref) {
1994
+ let {
1995
+ children,
1996
+ size = 16,
1997
+ ...rest
1998
+ } = _ref70;
1999
+ return /*#__PURE__*/React.createElement(Icon.default, {
2000
+ width: size,
2001
+ height: size,
2002
+ ref: ref,
2003
+ xmlns: "http://www.w3.org/2000/svg",
2004
+ viewBox: "0 0 32 32",
2005
+ fill: "currentColor",
2006
+ ...rest
2007
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2008
+ d: "M24 9.0513v-3.0513c0-.5522-.4478-1-1-1h-3v2h2v3.02s2 1.1238 2 3.48v11.5h-4v2h5c.5522 0 1-.4478 1-1V13.5c0-1.7129-.7229-3.3076-2-4.4487zM16 25h-3v2h4c.5522 0 1-.4478 1-1v-4h-2v3zM8 22h-2v4c0 .5522.4478 1 1 1h4v-2h-3v-3zM16 16H18V20H16zM6 16H8V20H6zM16 9.0513v-3.0513c0-.5522-.4478-1-1-1h-6c-.5522 0-1 .4478-1 1v3.0513c-1.2771 1.1411-2 2.7358-2 4.4487v.5h2v-.5c0-2.356 2-3.48 2-3.48v-3.02h4v3.02s2 1.124 2 3.48v.5h2v-.5c0-1.7129-.7229-3.3076-2-4.4487z"
2009
+ })), children);
2010
+ });
2011
+ if (process.env.NODE_ENV !== "production") {
2012
+ Bottles_02Dash.propTypes = iconPropTypes4cbeb95d.i;
2013
+ }
2014
+ const BottlesContainer = /*#__PURE__*/React.forwardRef(function BottlesContainer(_ref71, ref) {
2015
+ let {
2016
+ children,
2017
+ size = 16,
2018
+ ...rest
2019
+ } = _ref71;
2020
+ return /*#__PURE__*/React.createElement(Icon.default, {
2021
+ width: size,
2022
+ height: size,
2023
+ ref: ref,
2024
+ xmlns: "http://www.w3.org/2000/svg",
2025
+ viewBox: "0 0 32 32",
2026
+ fill: "currentColor",
2027
+ ...rest
2028
+ }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2029
+ d: "M23 10v-2c0-.5522-.4478-1-1-1h-3v2h2v1.9688s2 1.1238 2 3.48v8.5513h-4v2h5c.5522 0 1-.4478 1-1V14.4487c0-1.7129-.7229-3.3076-2-4.4487zM15 10v-2c0-.5522-.4478-1-1-1h-4c-.5522 0-1 .4478-1 1v2c-1.2771 1.1411-2 2.7358-2 4.4487v9.5513c0 .5522.4478 1 1 1h8c.5522 0 1-.4478 1-1V14.4487c0-1.7129-.7229-3.3076-2-4.4487zm0 13h-6V14.4487c0-2.356 2-3.48 2-3.48v-1.9688h2v1.9688s2 1.124 2 3.48v8.5513z"
2030
+ })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2031
+ d: "M28,2H4c-1.1046,0-2,.8954-2,2V28c0,1.1046,.8954,2,2,2H28c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2Zm0,26H4V4H28V28Z"
2032
+ })), children);
2033
+ });
2034
+ if (process.env.NODE_ENV !== "production") {
2035
+ BottlesContainer.propTypes = iconPropTypes4cbeb95d.i;
2036
+ }
2037
+ const BottomPanelClose = /*#__PURE__*/React.forwardRef(function BottomPanelClose(_ref72, ref) {
2038
+ let {
2039
+ children,
2040
+ size = 16,
2041
+ ...rest
2042
+ } = _ref72;
2043
+ return /*#__PURE__*/React.createElement(Icon.default, {
2044
+ width: size,
2045
+ height: size,
2046
+ ref: ref,
2047
+ xmlns: "http://www.w3.org/2000/svg",
2048
+ viewBox: "0 0 32 32",
2049
+ fill: "currentColor",
2050
+ ...rest
2051
+ }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2052
+ strokeWidth: "0",
2053
+ d: "m28,4H4c-1.1045,0-2,.8955-2,2v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2Zm0,16v6H4v-6h24Zm0-14v12H4V6h11v6.1699s-3.5898-3.5801-3.5898-3.5801l-1.4102,1.4102,6,6,6-6-1.4102-1.4102-3.5898,3.5801v-6.1699h11Z"
2054
+ })), children);
2055
+ });
2056
+ if (process.env.NODE_ENV !== "production") {
2057
+ BottomPanelClose.propTypes = iconPropTypes4cbeb95d.i;
2058
+ }
2059
+ const BottomPanelCloseFilled = /*#__PURE__*/React.forwardRef(function BottomPanelCloseFilled(_ref73, ref) {
2060
+ let {
2061
+ children,
2062
+ size = 16,
2063
+ ...rest
2064
+ } = _ref73;
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
+ }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2074
+ strokeWidth: "0",
2075
+ d: "m28,4H4c-1.1045,0-2,.8955-2,2v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2Zm0,2v12H4V6h11v6.1699s-3.5898-3.5801-3.5898-3.5801l-1.4102,1.4102,6,6,6-6-1.4102-1.4102-3.5898,3.5801v-6.1699h11Z"
2076
+ })), children);
2077
+ });
2078
+ if (process.env.NODE_ENV !== "production") {
2079
+ BottomPanelCloseFilled.propTypes = iconPropTypes4cbeb95d.i;
2080
+ }
2081
+ const BottomPanelOpen = /*#__PURE__*/React.forwardRef(function BottomPanelOpen(_ref74, ref) {
2082
+ let {
2083
+ children,
2084
+ size = 16,
2085
+ ...rest
2086
+ } = _ref74;
2087
+ return /*#__PURE__*/React.createElement(Icon.default, {
2088
+ width: size,
2089
+ height: size,
2090
+ ref: ref,
2091
+ xmlns: "http://www.w3.org/2000/svg",
2092
+ viewBox: "0 0 32 32",
2093
+ fill: "currentColor",
2094
+ ...rest
2095
+ }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2096
+ strokeWidth: "0",
2097
+ d: "m28,4H4c-1.1045,0-2,.8955-2,2v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2Zm0,16v6H4v-6h24Zm0-14v12h-11v-6.1699s3.5898,3.5798,3.5898,3.5798l1.4102-1.4099-6-6-6,6,1.4102,1.4099,3.5898-3.5798v6.1699H4V6h24Z"
2098
+ })), children);
2099
+ });
2100
+ if (process.env.NODE_ENV !== "production") {
2101
+ BottomPanelOpen.propTypes = iconPropTypes4cbeb95d.i;
2102
+ }
2103
+ const BottomPanelOpenFilled = /*#__PURE__*/React.forwardRef(function BottomPanelOpenFilled(_ref75, ref) {
2104
+ let {
2105
+ children,
2106
+ size = 16,
2107
+ ...rest
2108
+ } = _ref75;
2109
+ return /*#__PURE__*/React.createElement(Icon.default, {
2110
+ width: size,
2111
+ height: size,
2112
+ ref: ref,
2113
+ xmlns: "http://www.w3.org/2000/svg",
2114
+ viewBox: "0 0 32 32",
2115
+ fill: "currentColor",
2116
+ ...rest
2117
+ }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2118
+ strokeWidth: "0",
2119
+ d: "m28,4H4c-1.1045,0-2,.8955-2,2v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2Zm0,2v12h-11v-6.1699s3.5898,3.5798,3.5898,3.5798l1.4102-1.4099-6-6-6,6,1.4102,1.4099,3.5898-3.5798v6.1699H4V6h24Z"
2120
+ })), children);
2121
+ });
2122
+ if (process.env.NODE_ENV !== "production") {
2123
+ BottomPanelOpenFilled.propTypes = iconPropTypes4cbeb95d.i;
2124
+ }
2125
+ const Box = /*#__PURE__*/React.forwardRef(function Box(_ref76, ref) {
2126
+ let {
2127
+ children,
2128
+ size = 16,
2129
+ ...rest
2130
+ } = _ref76;
2131
+ return /*#__PURE__*/React.createElement(Icon.default, {
2132
+ width: size,
2133
+ height: size,
2134
+ ref: ref,
2135
+ xmlns: "http://www.w3.org/2000/svg",
2136
+ viewBox: "0 0 32 32",
2137
+ fill: "currentColor",
2138
+ ...rest
2139
+ }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2140
+ d: "M20,21H12a2,2,0,0,1-2-2V17a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2v2A2,2,0,0,1,20,21Zm-8-4v2h8V17Z"
2141
+ })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2142
+ d: "M28,4H4A2,2,0,0,0,2,6v4a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V12a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM26,28H6V12H26Zm2-18H4V6H28v4Z"
2143
+ })), children);
2144
+ });
2145
+ if (process.env.NODE_ENV !== "production") {
2146
+ Box.propTypes = iconPropTypes4cbeb95d.i;
2147
+ }
2148
+ const BoxExtraLarge = /*#__PURE__*/React.forwardRef(function BoxExtraLarge(_ref77, ref) {
2149
+ let {
2150
+ children,
2151
+ size = 16,
2152
+ ...rest
2153
+ } = _ref77;
2154
+ return /*#__PURE__*/React.createElement(Icon.default, {
2155
+ width: size,
2156
+ height: size,
2157
+ ref: ref,
2158
+ xmlns: "http://www.w3.org/2000/svg",
2159
+ viewBox: "0 0 32 32",
2160
+ fill: "currentColor",
2161
+ ...rest
2162
+ }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2163
+ d: "M26,28H6a2.0021,2.0021,0,0,1-2-2V9H6V26H26V9h2V26A2.0021,2.0021,0,0,1,26,28Z"
2164
+ })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2165
+ d: "M19 21L19 9 17 9 17 23 24 23 24 21 19 21zM16 9L14 9 12 15 10 9 8 9 10.752 16 8 23 10 23 12 17 14 23 16 23 13.245 16 16 9zM4 4H28V6H4z"
2166
+ })), children);
2167
+ });
2168
+ if (process.env.NODE_ENV !== "production") {
2169
+ BoxExtraLarge.propTypes = iconPropTypes4cbeb95d.i;
2170
+ }
2171
+ const BoxLarge = /*#__PURE__*/React.forwardRef(function BoxLarge(_ref78, ref) {
2172
+ let {
2173
+ children,
2174
+ size = 16,
2175
+ ...rest
2176
+ } = _ref78;
2177
+ return /*#__PURE__*/React.createElement(Icon.default, {
2178
+ width: size,
2179
+ height: size,
2180
+ ref: ref,
2181
+ xmlns: "http://www.w3.org/2000/svg",
2182
+ viewBox: "0 0 32 32",
2183
+ fill: "currentColor",
2184
+ ...rest
2185
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2186
+ d: "M26,28H6a2.0021,2.0021,0,0,1-2-2V9H6V26H26V9h2V26A2.0021,2.0021,0,0,1,26,28Z"
2187
+ })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2188
+ d: "M14 21L14 9 12 9 12 23 20 23 20 21 14 21zM4 4H28V6H4z"
2189
+ })), children);
2190
+ });
2191
+ if (process.env.NODE_ENV !== "production") {
2192
+ BoxLarge.propTypes = iconPropTypes4cbeb95d.i;
2193
+ }
2194
+ const BoxMedium = /*#__PURE__*/React.forwardRef(function BoxMedium(_ref79, ref) {
2195
+ let {
2196
+ children,
2197
+ size = 16,
2198
+ ...rest
2199
+ } = _ref79;
2200
+ return /*#__PURE__*/React.createElement(Icon.default, {
2201
+ width: size,
2202
+ height: size,
2203
+ ref: ref,
2204
+ xmlns: "http://www.w3.org/2000/svg",
2205
+ viewBox: "0 0 32 32",
2206
+ fill: "currentColor",
2207
+ ...rest
2208
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2209
+ d: "M26,28H6a2.0021,2.0021,0,0,1-2-2V9H6V26H26V9h2V26A2.0021,2.0021,0,0,1,26,28Z"
2210
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2211
+ d: "M18 9L16.485 14 16 15.977 15.535 14 14 9 12 9 12 23 14 23 14 15 13.842 13.004 14.421 15 16 19.626 17.579 15 18.159 13 18 15 18 23 20 23 20 9 18 9zM4 4H28V6H4z"
2212
+ })), children);
2213
+ });
2214
+ if (process.env.NODE_ENV !== "production") {
2215
+ BoxMedium.propTypes = iconPropTypes4cbeb95d.i;
2216
+ }
2217
+ const BoxSmall = /*#__PURE__*/React.forwardRef(function BoxSmall(_ref80, ref) {
2218
+ let {
2219
+ children,
2220
+ size = 16,
2221
+ ...rest
2222
+ } = _ref80;
2223
+ return /*#__PURE__*/React.createElement(Icon.default, {
2224
+ width: size,
2225
+ height: size,
2226
+ ref: ref,
2227
+ xmlns: "http://www.w3.org/2000/svg",
2228
+ viewBox: "0 0 32 32",
2229
+ fill: "currentColor",
2230
+ ...rest
2231
+ }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2232
+ d: "M26,28H6a2.0021,2.0021,0,0,1-2-2V9H6V26H26V9h2V26A2.0021,2.0021,0,0,1,26,28Z"
2233
+ })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2234
+ d: "M18 23H12V21h6V17H14a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h6v2H14v4h4a2.002 2.002 0 012 2v4A2.0023 2.0023 0 0118 23zM4 4H28V6H4z"
2235
+ })), children);
2236
+ });
2237
+ if (process.env.NODE_ENV !== "production") {
2238
+ BoxSmall.propTypes = iconPropTypes4cbeb95d.i;
2239
+ }
2240
+ const BoxPlot = /*#__PURE__*/React.forwardRef(function BoxPlot(_ref81, ref) {
2241
+ let {
2242
+ children,
2243
+ size = 16,
2244
+ ...rest
2245
+ } = _ref81;
2246
+ return /*#__PURE__*/React.createElement(Icon.default, {
2247
+ width: size,
2248
+ height: size,
2249
+ ref: ref,
2250
+ xmlns: "http://www.w3.org/2000/svg",
2251
+ viewBox: "0 0 32 32",
2252
+ fill: "currentColor",
2253
+ ...rest
2254
+ }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2255
+ d: "M22,6V4H12V6h4V8H12V20h4v2H12v2H22V22H18V20h4V8H18V6ZM14,18V15h6v3Zm6-5H14V10h6Z"
2256
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2257
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
2258
+ })), children);
2259
+ });
2260
+ if (process.env.NODE_ENV !== "production") {
2261
+ BoxPlot.propTypes = iconPropTypes4cbeb95d.i;
2262
+ }
2263
+ const Branch = /*#__PURE__*/React.forwardRef(function Branch(_ref82, ref) {
2264
+ let {
2265
+ children,
2266
+ size = 16,
2267
+ ...rest
2268
+ } = _ref82;
2269
+ return /*#__PURE__*/React.createElement(Icon.default, {
2270
+ width: size,
2271
+ height: size,
2272
+ ref: ref,
2273
+ xmlns: "http://www.w3.org/2000/svg",
2274
+ viewBox: "0 0 32 32",
2275
+ fill: "currentColor",
2276
+ ...rest
2277
+ }, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2278
+ strokeWidth: "0",
2279
+ d: "m20,6c0,1.8587,1.2795,3.4109,3,3.858v4.142c0,1.6543-1.3457,3-3,3h-8c-1.1299,0-2.1617.391-3,1.0256v-8.1676c1.7203-.4471,3-1.9993,3-3.858,0-2.2061-1.7944-4-4-4s-4,1.7939-4,4c0,1.8587,1.2797,3.4108,3,3.858v12.142s0,.142,0,.142c-1.7203.4473-3,1.9997-3,3.858,0,2.2056,1.7944,4,4,4s4-1.7944,4-4c0-1.8583-1.2797-3.4107-3-3.858v-.142c0-1.6543,1.3457-3,3-3h8c2.7568,0,5-2.2432,5-5v-4.142c1.7205-.4471,3-1.9993,3-3.858,0-2.2061-1.7939-4-4-4s-4,1.7939-4,4Zm-14,0c0-1.1025.897-2,2-2s2,.8975,2,2c0,1.1025-.897,2-2,2s-2-.8975-2-2Zm4,20c0,1.103-.897,2-2,2s-2-.897-2-2,.897-2,2-2,2,.897,2,2ZM26,6c0,1.1025-.8975,2-2,2s-2-.8975-2-2c0-1.1025.8975-2,2-2s2,.8975,2,2Z"
2280
+ })), children);
2281
+ });
2282
+ if (process.env.NODE_ENV !== "production") {
2283
+ Branch.propTypes = iconPropTypes4cbeb95d.i;
2284
+ }
2285
+ const BreakingChange = /*#__PURE__*/React.forwardRef(function BreakingChange(_ref83, ref) {
2286
+ let {
2287
+ children,
2288
+ size = 16,
2289
+ ...rest
2290
+ } = _ref83;
2291
+ return /*#__PURE__*/React.createElement(Icon.default, {
2292
+ width: size,
2293
+ height: size,
2294
+ ref: ref,
2295
+ xmlns: "http://www.w3.org/2000/svg",
2296
+ viewBox: "0 0 32 32",
2297
+ fill: "currentColor",
2298
+ ...rest
2299
+ }, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2300
+ d: "M31 25a6 6 0 10-6 6A6.0066 6.0066 0 0031 25zm-2 0a3.9521 3.9521 0 01-.5669 2.019L22.981 21.5669A3.9529 3.9529 0 0125 21 4.0045 4.0045 0 0129 25zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0125 29 4.0045 4.0045 0 0121 25zM19.59 16L17 18.59 18.42 20 22.42 16 18.42 12 17 13.41 19.59 16zM10.41 16L13 13.41 11.58 12 7.58 16 11.58 20 13 18.59 10.41 16z"
2301
+ })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2302
+ d: "M4,9H26v7h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H16V24H4ZM4,4H26V7H4Z"
2303
+ })), children);
2304
+ });
2305
+ if (process.env.NODE_ENV !== "production") {
2306
+ BreakingChange.propTypes = iconPropTypes4cbeb95d.i;
2307
+ }
2308
+ const BrightnessContrast = /*#__PURE__*/React.forwardRef(function BrightnessContrast(_ref84, ref) {
2309
+ let {
2310
+ children,
2311
+ size = 16,
2312
+ ...rest
2313
+ } = _ref84;
2314
+ return /*#__PURE__*/React.createElement(Icon.default, {
2315
+ width: size,
2316
+ height: size,
2317
+ ref: ref,
2318
+ xmlns: "http://www.w3.org/2000/svg",
2319
+ viewBox: "0 0 32 32",
2320
+ fill: "currentColor",
2321
+ ...rest
2322
+ }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2323
+ d: "M15 2H17V5H15zM27 15H30V17H27zM15 27H17V30H15zM2 15H5V17H2z"
2324
+ })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2325
+ d: "M6.22 5.73H8.219999999999999V8.73H6.22z",
2326
+ transform: "rotate(-45 7.227 7.236)"
2327
+ })), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2328
+ d: "M23.27 6.23H26.27V8.23H23.27z",
2329
+ transform: "rotate(-45 24.766 7.232)"
2330
+ })), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2331
+ d: "M23.77 23.27H25.77V26.27H23.77z",
2332
+ transform: "rotate(-45 24.77 24.77)"
2333
+ })), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2334
+ d: "M5.47 25.13L7.59 23 9 24.42 6.88 26.54 5.47 25.13zM16 8a8 8 0 108 8A8 8 0 0016 8zm0 14a6 6 0 010-12z"
2335
+ })), children);
2336
+ });
2337
+ if (process.env.NODE_ENV !== "production") {
2338
+ BrightnessContrast.propTypes = iconPropTypes4cbeb95d.i;
2339
+ }
2340
+ const BringForward = /*#__PURE__*/React.forwardRef(function BringForward(_ref85, ref) {
2341
+ let {
2342
+ children,
2343
+ size = 16,
2344
+ ...rest
2345
+ } = _ref85;
2346
+ return /*#__PURE__*/React.createElement(Icon.default, {
2347
+ width: size,
2348
+ height: size,
2349
+ ref: ref,
2350
+ xmlns: "http://www.w3.org/2000/svg",
2351
+ viewBox: "0 0 32 32",
2352
+ fill: "currentColor",
2353
+ ...rest
2354
+ }, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2355
+ d: "M12 15H10V12a2.0023 2.0023 0 012-2h3v2H12zM15 30H12a2.0023 2.0023 0 01-2-2V25h2v3h3zM18 28H22V30H18zM28 30H25V28h3V25h2v3A2.0023 2.0023 0 0128 30zM10 18H12V22H10zM28 18H30V22H28zM30 15H28V12H25V10h3a2.0023 2.0023 0 012 2zM18 10H22V12H18z"
2356
+ })), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2357
+ d: "M8,22H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H20a2.0023,2.0023,0,0,1,2,2V8H20V4H4V20H8Z"
2358
+ })), children);
2359
+ });
2360
+ if (process.env.NODE_ENV !== "production") {
2361
+ BringForward.propTypes = iconPropTypes4cbeb95d.i;
2362
+ }
2363
+ const BringToFront = /*#__PURE__*/React.forwardRef(function BringToFront(_ref86, ref) {
2364
+ let {
2365
+ children,
2366
+ size = 16,
2367
+ ...rest
2368
+ } = _ref86;
2369
+ return /*#__PURE__*/React.createElement(Icon.default, {
2370
+ width: size,
2371
+ height: size,
2372
+ ref: ref,
2373
+ xmlns: "http://www.w3.org/2000/svg",
2374
+ viewBox: "0 0 32 32",
2375
+ fill: "currentColor",
2376
+ ...rest
2377
+ }, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2378
+ d: "M28,10H22V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V20a2.0023,2.0023,0,0,0,2,2h6v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM4,20,3.9985,4H20v6H12a2,2,0,0,0-2,2v8Z"
2379
+ })), children);
2380
+ });
2381
+ if (process.env.NODE_ENV !== "production") {
2382
+ BringToFront.propTypes = iconPropTypes4cbeb95d.i;
2383
+ }
2384
+ const WatsonHealthBrushFreehand = /*#__PURE__*/React.forwardRef(function WatsonHealthBrushFreehand(_ref87, ref) {
2385
+ let {
2386
+ children,
2387
+ size = 16,
2388
+ ...rest
2389
+ } = _ref87;
2390
+ return /*#__PURE__*/React.createElement(Icon.default, {
2391
+ width: size,
2392
+ height: size,
2393
+ ref: ref,
2394
+ xmlns: "http://www.w3.org/2000/svg",
2395
+ viewBox: "0 0 32 32",
2396
+ fill: "currentColor",
2397
+ ...rest
2398
+ }, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2399
+ d: "M28.8281 3.1719a4.0941 4.0941 0 00-5.6562 0L4.05 22.292A6.9537 6.9537 0 002 27.2412V30H4.7559a6.9523 6.9523 0 004.95-2.05L28.8281 8.8286a3.999 3.999 0 000-5.6567zM10.91 18.26l2.8286 2.8286L11.6172 23.21 8.7886 20.3818zM8.2915 26.5356A4.9665 4.9665 0 014.7559 28H4v-.7588a4.9669 4.9669 0 011.4644-3.5351l1.91-1.91 2.8286 2.8281zM27.4141 7.4141L15.1528 19.6748l-2.8286-2.8286 12.2617-12.26a2.0473 2.0473 0 012.8282 0 1.9995 1.9995 0 010 2.8282zM6.5 15A3.4994 3.4994 0 014.0249 9.026l3.5005-3.5a1.5019 1.5019 0 000-2.121 1.537 1.537 0 00-2.1216 0L3.415 5.3936 2 3.98 3.99 1.9915a3.5849 3.5849 0 014.95 0 3.5039 3.5039 0 010 4.949L5.439 10.44a1.5019 1.5019 0 000 2.121 1.5369 1.5369 0 002.1215 0l4.0249-4.0243L13 9.9507 8.9746 13.975A3.4754 3.4754 0 016.5 15z"
2400
+ })), children);
2401
+ });
2402
+ if (process.env.NODE_ENV !== "production") {
2403
+ WatsonHealthBrushFreehand.propTypes = iconPropTypes4cbeb95d.i;
2404
+ }
2405
+ const WatsonHealthBrushPolygon = /*#__PURE__*/React.forwardRef(function WatsonHealthBrushPolygon(_ref88, ref) {
2406
+ let {
2407
+ children,
2408
+ size = 16,
2409
+ ...rest
2410
+ } = _ref88;
2411
+ return /*#__PURE__*/React.createElement(Icon.default, {
2412
+ width: size,
2413
+ height: size,
2414
+ ref: ref,
2415
+ xmlns: "http://www.w3.org/2000/svg",
2416
+ viewBox: "0 0 32 32",
2417
+ fill: "currentColor",
2418
+ ...rest
2419
+ }, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2420
+ d: "M28.8281 3.1719a4.0941 4.0941 0 00-5.6562 0L4.05 22.292A6.9537 6.9537 0 002 27.2412V30H4.7559a6.9523 6.9523 0 004.95-2.05L28.8281 8.8286a3.999 3.999 0 000-5.6567zM10.91 18.26l2.8286 2.8286L11.6172 23.21 8.7886 20.3818zM8.2915 26.5356A4.9665 4.9665 0 014.7559 28H4v-.7588a4.9669 4.9669 0 011.4644-3.5351l1.91-1.91 2.8286 2.8281zM27.4141 7.4141L15.1528 19.6748l-2.8286-2.8286 12.2617-12.26a2.0473 2.0473 0 012.8282 0 1.9995 1.9995 0 010 2.8282zM14 2a2.9948 2.9948 0 00-2.8157 2H7.8157A2.9925 2.9925 0 104 7.8154v3.3687a3 3 0 102 0V7.8159A2.9959 2.9959 0 007.8157 6h3.3686A2.9947 2.9947 0 1014 2zM5 15a1 1 0 111-1A1.0008 1.0008 0 015 15zM5 6A1 1 0 116 5 1.0008 1.0008 0 015 6zm9 0a1 1 0 111-1A1.0008 1.0008 0 0114 6z"
2421
+ })), children);
2422
+ });
2423
+ if (process.env.NODE_ENV !== "production") {
2424
+ WatsonHealthBrushPolygon.propTypes = iconPropTypes4cbeb95d.i;
2425
+ }
2426
+ const BuildImage = /*#__PURE__*/React.forwardRef(function BuildImage(_ref89, ref) {
2427
+ let {
2428
+ children,
2429
+ size = 16,
2430
+ ...rest
2431
+ } = _ref89;
2432
+ return /*#__PURE__*/React.createElement(Icon.default, {
2433
+ width: size,
2434
+ height: size,
2435
+ ref: ref,
2436
+ xmlns: "http://www.w3.org/2000/svg",
2437
+ viewBox: "0 0 32 32",
2438
+ fill: "currentColor",
2439
+ ...rest
2440
+ }, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2441
+ d: "M30,25v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5,1.5c-.5-.3-1.1-.6-1.8-.7v-2.1h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4,1.4,1.5,1.5c-.3.5-.6,1.1-.7,1.8h-2.1v2h2.1c.1.6.4,1.2.7,1.8l-1.5,1.5,1.4,1.4,1.5-1.5c.5.3,1.1.6,1.8.7v2.1h2v-2.1c.6-.1,1.2-.4,1.8-.7l1.5,1.5,1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8h2.1ZM23,27c-1.7,0-3-1.3-3-3s1.3-3,3-3,3,1.3,3,3-1.3,3-3,3ZM21.4854,7.126L12.4858,2.126c-.3027-.168-.6689-.168-.9717,0L2.5142,7.126c-.3174.1763-.5142.5107-.5142.874v10c0,.3633.1968.6982.5142.874l9,5c.1514.084.3188.126.4858.126.1753,0,.3506-.0459.5073-.1377.3052-.1797.4927-.5078.4927-.8623v-9.4116l7-3.8891v4.3007h2v-6c0-.3633-.1973-.6978-.5146-.874ZM12,4.144l6.9411,3.8561-6.9411,3.8558-6.9409-3.856,6.9409-3.856h0ZM4,17.4111v-7.7117l7,3.8889v7.7124s-7-3.8896-7-3.8896Z"
2442
+ })), children);
2443
+ });
2444
+ if (process.env.NODE_ENV !== "production") {
2445
+ BuildImage.propTypes = iconPropTypes4cbeb95d.i;
2446
+ }
2447
+ const BuildRun = /*#__PURE__*/React.forwardRef(function BuildRun(_ref90, ref) {
2448
+ let {
2449
+ children,
2450
+ size = 16,
2451
+ ...rest
2452
+ } = _ref90;
2453
+ return /*#__PURE__*/React.createElement(Icon.default, {
2454
+ width: size,
2455
+ height: size,
2456
+ ref: ref,
2457
+ xmlns: "http://www.w3.org/2000/svg",
2458
+ viewBox: "0 0 32 32",
2459
+ fill: "currentColor",
2460
+ ...rest
2461
+ }, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2462
+ d: "M30,24l-6,6-1.4-1.4,3.6-3.6h-9.2v-2h9.2l-3.6-3.6,1.4-1.4,6,6ZM21.4854,7.126L12.4858,2.126c-.3027-.168-.6689-.168-.9717,0L2.5142,7.126c-.3174.1763-.5142.5107-.5142.874v10c0,.3633.1968.6982.5142.874l9,5c.1514.084.3188.126.4858.126.1753,0,.3506-.0459.5073-.1377.3052-.1797.4927-.5078.4927-.8623v-9.4116l7-3.8891v4.3007h2v-6c0-.3633-.1973-.6978-.5146-.874ZM12,4.144l6.9411,3.8561-6.9411,3.8558-6.9409-3.856,6.9409-3.856h0ZM4,17.4111v-7.7117l7,3.8889v7.7124s-7-3.8896-7-3.8896Z"
2463
+ })), children);
2464
+ });
2465
+ if (process.env.NODE_ENV !== "production") {
2466
+ BuildRun.propTypes = iconPropTypes4cbeb95d.i;
2467
+ }
2468
+ const BuildTool = /*#__PURE__*/React.forwardRef(function BuildTool(_ref91, ref) {
2469
+ let {
2470
+ children,
2471
+ size = 16,
2472
+ ...rest
2473
+ } = _ref91;
2474
+ return /*#__PURE__*/React.createElement(Icon.default, {
2475
+ width: size,
2476
+ height: size,
2477
+ ref: ref,
2478
+ xmlns: "http://www.w3.org/2000/svg",
2479
+ viewBox: "0 0 32 32",
2480
+ fill: "currentColor",
2481
+ ...rest
2482
+ }, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2483
+ d: "M28,14h-1V7c0-1.1-0.9-2-2-2h-6v2h6v7h-1c-1.1,0-2,0.9-2,2v9H9.9c-0.4-1.4-1.5-2.5-2.9-2.9V7h6.2l-2.6,2.6L12,11l5-5l-5-5 l-1.4,1.4L13.2,5H7C5.9,5,5,5.9,5,7v15.1c-1.7,0.4-3,2-3,3.9c0,2.2,1.8,4,4,4c1.9,0,3.4-1.3,3.9-3H22v1c0,1.1,0.9,2,2,2h4 c1.1,0,2-0.9,2-2V16C30,14.9,29.1,14,28,14z M6,28c-1.1,0-2-0.9-2-2s0.9-2,2-2c1.1,0,2,0.9,2,2S7.1,28,6,28z M24,28V16h4v12H24z"
2484
+ })), children);
2485
+ });
2486
+ if (process.env.NODE_ENV !== "production") {
2487
+ BuildTool.propTypes = iconPropTypes4cbeb95d.i;
2488
+ }
2489
+ const Building = /*#__PURE__*/React.forwardRef(function Building(_ref92, ref) {
2490
+ let {
2491
+ children,
2492
+ size = 16,
2493
+ ...rest
2494
+ } = _ref92;
2495
+ return /*#__PURE__*/React.createElement(Icon.default, {
2496
+ width: size,
2497
+ height: size,
2498
+ ref: ref,
2499
+ xmlns: "http://www.w3.org/2000/svg",
2500
+ viewBox: "0 0 32 32",
2501
+ fill: "currentColor",
2502
+ ...rest
2503
+ }, _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2504
+ d: "M28,2H16a2.002,2.002,0,0,0-2,2V14H4a2.002,2.002,0,0,0-2,2V30H30V4A2.0023,2.0023,0,0,0,28,2ZM9,28V21h4v7Zm19,0H15V20a1,1,0,0,0-1-1H8a1,1,0,0,0-1,1v8H4V16H16V4H28Z"
2505
+ })), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
2506
+ d: "M18 8H20V10H18zM24 8H26V10H24zM18 14H20V16H18zM24 14H26V16H24zM18 20H20V22H18zM24 20H26V22H24z"
2507
+ })), children);
2508
+ });
2509
+ if (process.env.NODE_ENV !== "production") {
2510
+ Building.propTypes = iconPropTypes4cbeb95d.i;
2511
+ }
2512
+ const BuildingInsights_1 = /*#__PURE__*/React.forwardRef(function BuildingInsights_1(_ref93, ref) {
2513
+ let {
2514
+ children,
2515
+ size = 16,
2516
+ ...rest
2517
+ } = _ref93;
2518
+ return /*#__PURE__*/React.createElement(Icon.default, {
2519
+ width: size,
2520
+ height: size,
2521
+ ref: ref,
2522
+ xmlns: "http://www.w3.org/2000/svg",
2523
+ viewBox: "0 0 32 32",
2524
+ fill: "currentColor",
2525
+ ...rest
2526
+ }, _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
2527
+ d: "M28,2H16a2.002,2.002,0,0,0-2,2V14H4a2.002,2.002,0,0,0-2,2V30H30V4A2.0023,2.0023,0,0,0,28,2ZM9,28V21h4v7Zm19,0H15V20a1,1,0,0,0-1-1H8a1,1,0,0,0-1,1v8H4V16H16V4H28Z"
2528
+ })), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
2529
+ d: "M18 8H20V10H18zM24 8H26V10H24zM18 14H20V16H18zM24 14H26V16H24zM18 20H20V22H18zM24 20H26V22H24zM9 12H7a5.0059 5.0059 0 015-5V9A3.0033 3.0033 0 009 12zM4 12H2A10.0114 10.0114 0 0112 2V4A8.0092 8.0092 0 004 12z"
2530
+ })), children);
2531
+ });
2532
+ if (process.env.NODE_ENV !== "production") {
2533
+ BuildingInsights_1.propTypes = iconPropTypes4cbeb95d.i;
2534
+ }
2535
+ const BuildingInsights_2 = /*#__PURE__*/React.forwardRef(function BuildingInsights_2(_ref94, ref) {
2536
+ let {
2537
+ children,
2538
+ size = 16,
2539
+ ...rest
2540
+ } = _ref94;
2541
+ return /*#__PURE__*/React.createElement(Icon.default, {
2542
+ width: size,
2543
+ height: size,
2544
+ ref: ref,
2545
+ xmlns: "http://www.w3.org/2000/svg",
2546
+ viewBox: "0 0 32 32",
2547
+ fill: "currentColor",
2548
+ ...rest
2549
+ }, _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
2550
+ d: "M28,2H16a2.002,2.002,0,0,0-2,2V14H4a2.002,2.002,0,0,0-2,2V30H30V4A2.0023,2.0023,0,0,0,28,2ZM9,28V21h4v7Zm19,0H15V20a1,1,0,0,0-1-1H8a1,1,0,0,0-1,1v8H4V16H16V4H28Z"
2551
+ })), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
2552
+ d: "M18 8H20V10H18zM24 8H26V10H24zM18 14H20V16H18zM24 14H26V16H24zM18 20H20V22H18zM24 20H26V22H24zM5.5 12a3.5 3.5 0 010-7h.627A4.0062 4.0062 0 0110 2h2V4L10 4A2.0023 2.0023 0 008 6V7H5.5a1.5 1.5 0 000 3H12v2z"
2553
+ })), children);
2554
+ });
2555
+ if (process.env.NODE_ENV !== "production") {
2556
+ BuildingInsights_2.propTypes = iconPropTypes4cbeb95d.i;
2557
+ }
2558
+ const BuildingInsights_3 = /*#__PURE__*/React.forwardRef(function BuildingInsights_3(_ref95, ref) {
2559
+ let {
2560
+ children,
2561
+ size = 16,
2562
+ ...rest
2563
+ } = _ref95;
2564
+ return /*#__PURE__*/React.createElement(Icon.default, {
2565
+ width: size,
2566
+ height: size,
2567
+ ref: ref,
2568
+ xmlns: "http://www.w3.org/2000/svg",
2569
+ viewBox: "0 0 32 32",
2570
+ fill: "currentColor",
2571
+ ...rest
2572
+ }, _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
2573
+ d: "M28,2H16a2.002,2.002,0,0,0-2,2V14H4a2.002,2.002,0,0,0-2,2V30H30V4A2.0023,2.0023,0,0,0,28,2ZM9,28V21h4v7Zm19,0H15V20a1,1,0,0,0-1-1H8a1,1,0,0,0-1,1v8H4V16H16V4H28Z"
2574
+ })), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
2575
+ d: "M18 8H20V10H18zM24 8H26V10H24zM18 14H20V16H18zM24 14H26V16H24zM18 20H20V22H18zM24 20H26V22H24zM2 10H7V12H2zM10 2H12V7H10z"
2576
+ })), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
2577
+ d: "M5.5 3.964H7.5V9.035H5.5z",
2578
+ transform: "rotate(-45 6.5 6.5)"
2579
+ })), children);
2580
+ });
2581
+ if (process.env.NODE_ENV !== "production") {
2582
+ BuildingInsights_3.propTypes = iconPropTypes4cbeb95d.i;
2583
+ }
2584
+ const Bullhorn = /*#__PURE__*/React.forwardRef(function Bullhorn(_ref96, ref) {
2585
+ let {
2586
+ children,
2587
+ size = 16,
2588
+ ...rest
2589
+ } = _ref96;
2590
+ return /*#__PURE__*/React.createElement(Icon.default, {
2591
+ width: size,
2592
+ height: size,
2593
+ ref: ref,
2594
+ xmlns: "http://www.w3.org/2000/svg",
2595
+ viewBox: "0 0 32 32",
2596
+ fill: "currentColor",
2597
+ ...rest
2598
+ }, _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
2599
+ d: "M26,6V8.17L5.64,11.87a2,2,0,0,0-1.64,2v4.34a2,2,0,0,0,1.64,2L8,20.56V24a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V22.74l6,1.09V26h2V6ZM18,24H10V20.93l8,1.45ZM6,18.17V13.83L26,10.2V21.8Z"
2600
+ })), children);
2601
+ });
2602
+ if (process.env.NODE_ENV !== "production") {
2603
+ Bullhorn.propTypes = iconPropTypes4cbeb95d.i;
2604
+ }
2605
+ const Buoy = /*#__PURE__*/React.forwardRef(function Buoy(_ref97, ref) {
2606
+ let {
2607
+ children,
2608
+ size = 16,
2609
+ ...rest
2610
+ } = _ref97;
2611
+ return /*#__PURE__*/React.createElement(Icon.default, {
2612
+ width: size,
2613
+ height: size,
2614
+ ref: ref,
2615
+ xmlns: "http://www.w3.org/2000/svg",
2616
+ viewBox: "0 0 32 32",
2617
+ fill: "currentColor",
2618
+ ...rest
2619
+ }, _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
2620
+ d: "M28,22a3.4376,3.4376,0,0,1-3.0513-2.3164,1,1,0,0,0-1.8955-.0049A3.44,3.44,0,0,1,20,22a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,16,19a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,12,22a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,8,19a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,4,22H2v2H4a4.9316,4.9316,0,0,0,4-1.9873,5.5965,5.5965,0,0,0,1,.9912,7,7,0,0,0,14,0,5.5965,5.5965,0,0,0,1-.9912A4.9316,4.9316,0,0,0,28,24h2V22ZM16,28a5.0021,5.0021,0,0,1-4.9075-4.0854A5.2252,5.2252,0,0,0,12,24a4.9316,4.9316,0,0,0,4-1.9873A4.9316,4.9316,0,0,0,20,24a5.2252,5.2252,0,0,0,.9075-.0854A5.0021,5.0021,0,0,1,16,28Z"
2621
+ })), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
2622
+ d: "M20.07,7.8345A2.0116,2.0116,0,0,0,18.0771,6H17V2H15V6H13.9175a1.9949,1.9949,0,0,0-1.9859,1.7715L10.2805,19h2.021l.7346-5h5.9212l.7351,5h2.021ZM13.33,12l.5877-4,4.167.0625L18.6633,12Z"
2623
+ })), children);
2624
+ });
2625
+ if (process.env.NODE_ENV !== "production") {
2626
+ Buoy.propTypes = iconPropTypes4cbeb95d.i;
2627
+ }
2628
+ const Bus = /*#__PURE__*/React.forwardRef(function Bus(_ref98, ref) {
2629
+ let {
2630
+ children,
2631
+ size = 16,
2632
+ ...rest
2633
+ } = _ref98;
2634
+ return /*#__PURE__*/React.createElement(Icon.default, {
2635
+ width: size,
2636
+ height: size,
2637
+ ref: ref,
2638
+ xmlns: "http://www.w3.org/2000/svg",
2639
+ viewBox: "0 0 32 32",
2640
+ fill: "currentColor",
2641
+ ...rest
2642
+ }, _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
2643
+ d: "M27 11H29V15H27zM3 11H5V15H3zM20 20H22V22H20zM10 20H12V22H10z"
2644
+ })), _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
2645
+ d: "M21,4H11A5.0059,5.0059,0,0,0,6,9V23a2.0023,2.0023,0,0,0,2,2v3h2V25H22v3h2V25a2.0027,2.0027,0,0,0,2-2V9A5.0059,5.0059,0,0,0,21,4Zm3,6,.0009,6H8V10ZM11,6H21a2.995,2.995,0,0,1,2.8157,2H8.1843A2.995,2.995,0,0,1,11,6ZM8,23V18H24.0012l.0008,5Z"
2646
+ })), children);
2647
+ });
2648
+ if (process.env.NODE_ENV !== "production") {
2649
+ Bus.propTypes = iconPropTypes4cbeb95d.i;
2650
+ }
2651
+ const BusinessProcesses = /*#__PURE__*/React.forwardRef(function BusinessProcesses(_ref99, ref) {
2652
+ let {
2653
+ children,
2654
+ size = 16,
2655
+ ...rest
2656
+ } = _ref99;
2657
+ return /*#__PURE__*/React.createElement(Icon.default, {
2658
+ width: size,
2659
+ height: size,
2660
+ ref: ref,
2661
+ xmlns: "http://www.w3.org/2000/svg",
2662
+ viewBox: "0 0 32 32",
2663
+ fill: "currentColor",
2664
+ ...rest
2665
+ }, _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
2666
+ d: "m23.0002,31c-.0095,0-.0188-.0001-.0283-.0004-.4102-.0115-.7715-.2723-.9116-.6578l-3.1365-8.6252-2.0046,4.6774c-.1577.3677-.519.6061-.9192.6061h-4v-2h3.3406l2.7402-6.3939c.1619-.3772.5479-.6166.9473-.6057.4102.0115.7715.2723.9116.6578l3.1365,8.6252,2.0046-4.6774c.1577-.3677.519-.6061.9192-.6061h4v2h-3.3406l-2.7402,6.3939c-.158.3684-.52.6061-.9189.6061Z"
2667
+ })), _path233 || (_path233 = /*#__PURE__*/React.createElement("path", {
2668
+ d: "m9,25h-5v-15h24v9h2v-9c0-1.103-.8975-2-2-2h-6V4c0-1.103-.8975-2-2-2h-8c-1.103,0-2,.897-2,2v4h-6c-1.103,0-2,.897-2,2v15c0,1.1025.897,2,2,2h5v-2ZM12,4h8v4h-8V4Z"
2669
+ })), children);
2670
+ });
2671
+ if (process.env.NODE_ENV !== "production") {
2672
+ BusinessProcesses.propTypes = iconPropTypes4cbeb95d.i;
2673
+ }
2674
+ const ButtonCentered = /*#__PURE__*/React.forwardRef(function ButtonCentered(_ref100, ref) {
2675
+ let {
2676
+ children,
2677
+ size = 16,
2678
+ ...rest
2679
+ } = _ref100;
2680
+ return /*#__PURE__*/React.createElement(Icon.default, {
2681
+ width: size,
2682
+ height: size,
2683
+ ref: ref,
2684
+ xmlns: "http://www.w3.org/2000/svg",
2685
+ viewBox: "0 0 32 32",
2686
+ fill: "currentColor",
2687
+ ...rest
2688
+ }, _path234 || (_path234 = /*#__PURE__*/React.createElement("path", {
2689
+ d: "M9 15H23V17H9z"
2690
+ })), _path235 || (_path235 = /*#__PURE__*/React.createElement("path", {
2691
+ d: "M28,22H4a2.0021,2.0021,0,0,1-2-2V12a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v8A2.0021,2.0021,0,0,1,28,22ZM4,12v8H28V12Z"
2692
+ })), children);
2693
+ });
2694
+ if (process.env.NODE_ENV !== "production") {
2695
+ ButtonCentered.propTypes = iconPropTypes4cbeb95d.i;
2696
+ }
2697
+ const ButtonFlushLeft = /*#__PURE__*/React.forwardRef(function ButtonFlushLeft(_ref101, ref) {
2698
+ let {
2699
+ children,
2700
+ size = 16,
2701
+ ...rest
2702
+ } = _ref101;
2703
+ return /*#__PURE__*/React.createElement(Icon.default, {
2704
+ width: size,
2705
+ height: size,
2706
+ ref: ref,
2707
+ xmlns: "http://www.w3.org/2000/svg",
2708
+ viewBox: "0 0 32 32",
2709
+ fill: "currentColor",
2710
+ ...rest
2711
+ }, _path236 || (_path236 = /*#__PURE__*/React.createElement("path", {
2712
+ d: "M6 15H20V17H6z"
2713
+ })), _path237 || (_path237 = /*#__PURE__*/React.createElement("path", {
2714
+ d: "M28,22H4c-1.103,0-2-0.897-2-2v-8c0-1.103,0.897-2,2-2h24c1.103,0,2,0.897,2,2v8C30,21.103,29.103,22,28,22z M4,12v8h24v-8 H4z"
2715
+ })), children);
2716
+ });
2717
+ if (process.env.NODE_ENV !== "production") {
2718
+ ButtonFlushLeft.propTypes = iconPropTypes4cbeb95d.i;
2719
+ }
2720
+ const CabinCare = /*#__PURE__*/React.forwardRef(function CabinCare(_ref102, ref) {
2721
+ let {
2722
+ children,
2723
+ size = 16,
2724
+ ...rest
2725
+ } = _ref102;
2726
+ return /*#__PURE__*/React.createElement(Icon.default, {
2727
+ width: size,
2728
+ height: size,
2729
+ ref: ref,
2730
+ xmlns: "http://www.w3.org/2000/svg",
2731
+ viewBox: "0 0 32 32",
2732
+ fill: "currentColor",
2733
+ ...rest
2734
+ }, _path238 || (_path238 = /*#__PURE__*/React.createElement("path", {
2735
+ d: "M27.3022 2a2.6617 2.6617 0 00-1.9079.8059l-.3931.4053-.397-.4053a2.6613 2.6613 0 00-3.8158 0 2.7992 2.7992 0 000 3.8963L25.0012 11 29.21 6.7022a2.7992 2.7992 0 000-3.8963A2.6613 2.6613 0 0027.3022 2zM23.8218 18H15.083L11.8643 5.9653a4 4 0 00-7.7276 2.07L8.5454 24.5168A2 2 0 0010.4775 26H19v2H4v2H19a2 2 0 002-2V26h3a4.0046 4.0046 0 003.98-4.4A4.1214 4.1214 0 0023.8218 18zM24 24H10.4776L6.0686 7.5181A2 2 0 119.9324 6.4829L13.5466 20H24a2 2 0 010 4z"
2736
+ })), children);
2737
+ });
2738
+ if (process.env.NODE_ENV !== "production") {
2739
+ CabinCare.propTypes = iconPropTypes4cbeb95d.i;
2740
+ }
2741
+ const CabinCareAlert = /*#__PURE__*/React.forwardRef(function CabinCareAlert(_ref103, ref) {
2742
+ let {
2743
+ children,
2744
+ size = 16,
2745
+ ...rest
2746
+ } = _ref103;
2747
+ return /*#__PURE__*/React.createElement(Icon.default, {
2748
+ width: size,
2749
+ height: size,
2750
+ ref: ref,
2751
+ xmlns: "http://www.w3.org/2000/svg",
2752
+ viewBox: "0 0 32 32",
2753
+ fill: "currentColor",
2754
+ ...rest
2755
+ }, _path239 || (_path239 = /*#__PURE__*/React.createElement("path", {
2756
+ d: "M24 2H26V9H24z"
2757
+ })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
2758
+ width: "3",
2759
+ height: "3",
2760
+ x: "23.5",
2761
+ y: "11",
2762
+ rx: "1.5"
2763
+ })), _path240 || (_path240 = /*#__PURE__*/React.createElement("path", {
2764
+ d: "M23.8218,18H15.083L11.8643,5.9653a4,4,0,0,0-7.7276,2.07L8.5454,24.5168A2,2,0,0,0,10.4775,26H19v2H4v2H19a2,2,0,0,0,2-2V26h3a4.0046,4.0046,0,0,0,3.98-4.4A4.1215,4.1215,0,0,0,23.8218,18ZM24,24H10.4775L6.0686,7.5181A2,2,0,1,1,9.9324,6.4829L13.5466,20H24a2,2,0,0,1,0,4Z"
2765
+ })), children);
2766
+ });
2767
+ if (process.env.NODE_ENV !== "production") {
2768
+ CabinCareAlert.propTypes = iconPropTypes4cbeb95d.i;
2769
+ }
2770
+ const CabinCareAlt = /*#__PURE__*/React.forwardRef(function CabinCareAlt(_ref104, ref) {
2771
+ let {
2772
+ children,
2773
+ size = 16,
2774
+ ...rest
2775
+ } = _ref104;
2776
+ return /*#__PURE__*/React.createElement(Icon.default, {
2777
+ width: size,
2778
+ height: size,
2779
+ ref: ref,
2780
+ xmlns: "http://www.w3.org/2000/svg",
2781
+ viewBox: "0 0 32 32",
2782
+ fill: "currentColor",
2783
+ ...rest
2784
+ }, _path241 || (_path241 = /*#__PURE__*/React.createElement("path", {
2785
+ d: "M30 25V23H20.7676l-.8-3H27V18H19.4348l-2.469-9.2578-1.9316.5156 3.8017 14.2568A2.0037 2.0037 0 0020.77 25H22v3H10V25h6V23H6.7676l-.8-3H13V18H5.4348L2.9658 8.7422l-1.9316.5156L4.8359 23.5146A2.0037 2.0037 0 006.77 25H8v3H2v2H30V28H24V25zM27.303 2a2.6613 2.6613 0 00-1.9079.8059L25 3.2112l-.3951-.4053a2.6612 2.6612 0 00-3.8157 0 2.7991 2.7991 0 000 3.8963L25 11l4.2108-4.2978a2.7991 2.7991 0 000-3.8963A2.6613 2.6613 0 0027.303 2z"
2786
+ })), children);
2787
+ });
2788
+ if (process.env.NODE_ENV !== "production") {
2789
+ CabinCareAlt.propTypes = iconPropTypes4cbeb95d.i;
2790
+ }
2791
+ const Cad = /*#__PURE__*/React.forwardRef(function Cad(_ref105, ref) {
2792
+ let {
2793
+ children,
2794
+ size = 16,
2795
+ ...rest
2796
+ } = _ref105;
2797
+ return /*#__PURE__*/React.createElement(Icon.default, {
2798
+ width: size,
2799
+ height: size,
2800
+ ref: ref,
2801
+ xmlns: "http://www.w3.org/2000/svg",
2802
+ viewBox: "0 0 32 32",
2803
+ fill: "currentColor",
2804
+ ...rest
2805
+ }, _path242 || (_path242 = /*#__PURE__*/React.createElement("path", {
2806
+ d: "M18 9H14a2 2 0 00-2 2V23h2V18h4v5h2V11A2 2 0 0018 9zm-4 7V11h4v5zM26 23H22V9h4a4 4 0 014 4v6A4 4 0 0126 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H24zM10 23H4a2 2 0 01-2-2V11A2 2 0 014 9h6v2H4V21h6z"
2807
+ })), children);
2808
+ });
2809
+ if (process.env.NODE_ENV !== "production") {
2810
+ Cad.propTypes = iconPropTypes4cbeb95d.i;
2811
+ }
2812
+ const Cafe = /*#__PURE__*/React.forwardRef(function Cafe(_ref106, ref) {
2813
+ let {
2814
+ children,
2815
+ size = 16,
2816
+ ...rest
2817
+ } = _ref106;
2818
+ return /*#__PURE__*/React.createElement(Icon.default, {
2819
+ width: size,
2820
+ height: size,
2821
+ ref: ref,
2822
+ xmlns: "http://www.w3.org/2000/svg",
2823
+ viewBox: "0 0 32 32",
2824
+ fill: "currentColor",
2825
+ ...rest
2826
+ }, _path243 || (_path243 = /*#__PURE__*/React.createElement("path", {
2827
+ d: "M2 28H30V30H2zM24.5 11H8a2.002 2.002 0 00-2 2v8a5.0059 5.0059 0 005 5h8a5.0059 5.0059 0 005-5V20h.5a4.5 4.5 0 000-9zM22 21a3.0033 3.0033 0 01-3 3H11a3.0033 3.0033 0 01-3-3V13H22zm2.5-3H24V13h.5a2.5 2.5 0 010 5zM19 9H17V8.854a1.9883 1.9883 0 00-1.1055-1.7886L13.2109 5.7236A3.9788 3.9788 0 0111 2.146V1h2V2.146a1.9892 1.9892 0 001.1055 1.7886l2.6836 1.3418A3.9792 3.9792 0 0119 8.854z"
2828
+ })), children);
2829
+ });
2830
+ if (process.env.NODE_ENV !== "production") {
2831
+ Cafe.propTypes = iconPropTypes4cbeb95d.i;
2832
+ }
2833
+ const Calculation = /*#__PURE__*/React.forwardRef(function Calculation(_ref107, ref) {
2834
+ let {
2835
+ children,
2836
+ size = 16,
2837
+ ...rest
2838
+ } = _ref107;
2839
+ return /*#__PURE__*/React.createElement(Icon.default, {
2840
+ width: size,
2841
+ height: size,
2842
+ ref: ref,
2843
+ xmlns: "http://www.w3.org/2000/svg",
2844
+ viewBox: "0 0 32 32",
2845
+ fill: "currentColor",
2846
+ ...rest
2847
+ }, _path244 || (_path244 = /*#__PURE__*/React.createElement("path", {
2848
+ d: "M14 8L10 8 10 4 8 4 8 8 4 8 4 10 8 10 8 14 10 14 10 10 14 10 14 8zM4 19H14V21H4zM4 24H14V26H4zM18 8H28V10H18zM24.41 22L28 18.41 26.59 17 23 20.59 19.41 17 18 18.41 21.59 22 18 25.59 19.41 27 23 23.41 26.59 27 28 25.59 24.41 22z"
2849
+ })), children);
2850
+ });
2851
+ if (process.env.NODE_ENV !== "production") {
2852
+ Calculation.propTypes = iconPropTypes4cbeb95d.i;
2853
+ }
2854
+ const CalculationAlt = /*#__PURE__*/React.forwardRef(function CalculationAlt(_ref108, ref) {
2855
+ let {
2856
+ children,
2857
+ size = 16,
2858
+ ...rest
2859
+ } = _ref108;
2860
+ return /*#__PURE__*/React.createElement(Icon.default, {
2861
+ width: size,
2862
+ height: size,
2863
+ ref: ref,
2864
+ xmlns: "http://www.w3.org/2000/svg",
2865
+ viewBox: "0 0 32 32",
2866
+ fill: "currentColor",
2867
+ ...rest
2868
+ }, _path245 || (_path245 = /*#__PURE__*/React.createElement("path", {
2869
+ d: "M19 13H25V15H19zM13 21L11 21 11 19 9 19 9 21 7 21 7 23 9 23 9 25 11 25 11 23 13 23 13 21zM7 9H13V11H7zM19 17H25V19H19z"
2870
+ })), _path246 || (_path246 = /*#__PURE__*/React.createElement("path", {
2871
+ d: "M27,3H5A2.0023,2.0023,0,0,0,3,5V27a2.0023,2.0023,0,0,0,2,2H27a2.0023,2.0023,0,0,0,2-2V5A2.0023,2.0023,0,0,0,27,3ZM15,5V15H5V5ZM5,17H15V27H5ZM17,27V5H27V27Z"
2872
+ })), children);
2873
+ });
2874
+ if (process.env.NODE_ENV !== "production") {
2875
+ CalculationAlt.propTypes = iconPropTypes4cbeb95d.i;
2876
+ }
2877
+ const Calculator = /*#__PURE__*/React.forwardRef(function Calculator(_ref109, ref) {
2878
+ let {
2879
+ children,
2880
+ size = 16,
2881
+ ...rest
2882
+ } = _ref109;
2883
+ return /*#__PURE__*/React.createElement(Icon.default, {
2884
+ width: size,
2885
+ height: size,
2886
+ ref: ref,
2887
+ xmlns: "http://www.w3.org/2000/svg",
2888
+ viewBox: "0 0 32 32",
2889
+ fill: "currentColor",
2890
+ ...rest
2891
+ }, _path247 || (_path247 = /*#__PURE__*/React.createElement("path", {
2892
+ d: "M26,4V28H6V4H26m0-2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2Z"
2893
+ })), _path248 || (_path248 = /*#__PURE__*/React.createElement("path", {
2894
+ d: "M9 23H11V25H9zM21 23H23V25H21zM9 18H11V20H9zM21 18H23V20H21zM9 13H11V15H9zM15 23H17V25H15zM15 18H17V20H15zM15 13H17V15H15zM21 13H23V15H21zM9 7H23V10H9z"
2895
+ })), children);
2896
+ });
2897
+ if (process.env.NODE_ENV !== "production") {
2898
+ Calculator.propTypes = iconPropTypes4cbeb95d.i;
2899
+ }
2900
+ const CalculatorCheck = /*#__PURE__*/React.forwardRef(function CalculatorCheck(_ref110, ref) {
2901
+ let {
2902
+ children,
2903
+ size = 16,
2904
+ ...rest
2905
+ } = _ref110;
2906
+ return /*#__PURE__*/React.createElement(Icon.default, {
2907
+ width: size,
2908
+ height: size,
2909
+ ref: ref,
2910
+ xmlns: "http://www.w3.org/2000/svg",
2911
+ viewBox: "0 0 32 32",
2912
+ fill: "currentColor",
2913
+ ...rest
2914
+ }, _path249 || (_path249 = /*#__PURE__*/React.createElement("path", {
2915
+ d: "M24 26.59L21.41 24 20 25.41 24 29.41 31 22.41 29.59 21 24 26.59zM15 23H17V25H15zM9 23H11V25H9zM21 18H23V20H21zM15 18H17V20H15zM9 18H11V20H9zM21 13H23V15H21zM15 13H17V15H15zM9 13H11V15H9zM9 7H23V10H9z"
2916
+ })), _path250 || (_path250 = /*#__PURE__*/React.createElement("path", {
2917
+ d: "M17,30H6.0046A2.007,2.007,0,0,1,4,27.9951V3.9961A1.9984,1.9984,0,0,1,5.9961,2H26.0037A1.9985,1.9985,0,0,1,28,3.9961V18H26V4H6V28H17Z"
2918
+ })), children);
2919
+ });
2920
+ if (process.env.NODE_ENV !== "production") {
2921
+ CalculatorCheck.propTypes = iconPropTypes4cbeb95d.i;
2922
+ }
2923
+ const Calendar = /*#__PURE__*/React.forwardRef(function Calendar(_ref111, ref) {
2924
+ let {
2925
+ children,
2926
+ size = 16,
2927
+ ...rest
2928
+ } = _ref111;
2929
+ return /*#__PURE__*/React.createElement(Icon.default, {
2930
+ width: size,
2931
+ height: size,
2932
+ ref: ref,
2933
+ xmlns: "http://www.w3.org/2000/svg",
2934
+ viewBox: "0 0 32 32",
2935
+ fill: "currentColor",
2936
+ ...rest
2937
+ }, _path251 || (_path251 = /*#__PURE__*/React.createElement("path", {
2938
+ d: "M26,4h-4V2h-2v2h-8V2h-2v2H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V6C28,4.9,27.1,4,26,4z M26,26H6V12h20 V26z M26,10H6V6h4v2h2V6h8v2h2V6h4V10z"
2939
+ })), children);
2940
+ });
2941
+ if (process.env.NODE_ENV !== "production") {
2942
+ Calendar.propTypes = iconPropTypes4cbeb95d.i;
2943
+ }
2944
+ const CalendarAdd = /*#__PURE__*/React.forwardRef(function CalendarAdd(_ref112, ref) {
2945
+ let {
2946
+ children,
2947
+ size = 16,
2948
+ ...rest
2949
+ } = _ref112;
2950
+ return /*#__PURE__*/React.createElement(Icon.default, {
2951
+ width: size,
2952
+ height: size,
2953
+ ref: ref,
2954
+ xmlns: "http://www.w3.org/2000/svg",
2955
+ viewBox: "0 0 32 32",
2956
+ fill: "currentColor",
2957
+ ...rest
2958
+ }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2959
+ d: "M30 22L24 22 24 16 22 16 22 22 16 22 16 24 22 24 22 30 24 30 24 24 30 24z"
2960
+ }), /*#__PURE__*/React.createElement("path", {
2961
+ d: "M28,6c0-1.1-0.9-2-2-2h-4V2h-2v2h-8V2h-2v2H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2h8v-2H6V6h4v2h2V6h8v2h2V6h4v8h2V6z"
2962
+ })))), children);
2963
+ });
2964
+ if (process.env.NODE_ENV !== "production") {
2965
+ CalendarAdd.propTypes = iconPropTypes4cbeb95d.i;
2966
+ }
2967
+ const CalendarAddAlt = /*#__PURE__*/React.forwardRef(function CalendarAddAlt(_ref113, ref) {
2968
+ let {
2969
+ children,
2970
+ size = 16,
2971
+ ...rest
2972
+ } = _ref113;
2973
+ return /*#__PURE__*/React.createElement(Icon.default, {
2974
+ width: size,
2975
+ height: size,
2976
+ ref: ref,
2977
+ xmlns: "http://www.w3.org/2000/svg",
2978
+ viewBox: "0 0 32 32",
2979
+ fill: "currentColor",
2980
+ ...rest
2981
+ }, _switch2 || (_switch2 = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2982
+ d: "M26 21L23 21 23 18 21 18 21 21 18 21 18 23 21 23 21 26 23 26 23 23 26 23z"
2983
+ }), /*#__PURE__*/React.createElement("path", {
2984
+ d: "M22,30c-4.4,0-8-3.6-8-8s3.6-8,8-8s8,3.6,8,8S26.4,30,22,30z M22,16c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6S25.3,16,22,16z"
2985
+ }), /*#__PURE__*/React.createElement("path", {
2986
+ d: "M28,6c0-1.1-0.9-2-2-2h-4V2h-2v2h-8V2h-2v2H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2h6v-2H6V6h4v2h2V6h8v2h2V6h4v6h2V6z"
2987
+ })))), children);
2988
+ });
2989
+ if (process.env.NODE_ENV !== "production") {
2990
+ CalendarAddAlt.propTypes = iconPropTypes4cbeb95d.i;
2991
+ }
2992
+ const CalendarHeatMap = /*#__PURE__*/React.forwardRef(function CalendarHeatMap(_ref114, ref) {
2993
+ let {
2994
+ children,
2995
+ size = 16,
2996
+ ...rest
2997
+ } = _ref114;
2998
+ return /*#__PURE__*/React.createElement(Icon.default, {
2999
+ width: size,
3000
+ height: size,
3001
+ ref: ref,
3002
+ xmlns: "http://www.w3.org/2000/svg",
3003
+ viewBox: "0 0 32 32",
3004
+ fill: "currentColor",
3005
+ ...rest
3006
+ }, _path252 || (_path252 = /*#__PURE__*/React.createElement("path", {
3007
+ d: "M26,4H22V2H20V4H12V2H10V4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM6,6h4V8h2V6h8V8h2V6h4l0,4H6Zm0,6h5v6H6ZM19,26H13V20h6Zm0-8H13V12h6Zm2,8V20h5l.0012,6Z"
3008
+ })), children);
3009
+ });
3010
+ if (process.env.NODE_ENV !== "production") {
3011
+ CalendarHeatMap.propTypes = iconPropTypes4cbeb95d.i;
3012
+ }
3013
+ const CalendarSettings = /*#__PURE__*/React.forwardRef(function CalendarSettings(_ref115, ref) {
3014
+ let {
3015
+ children,
3016
+ size = 16,
3017
+ ...rest
3018
+ } = _ref115;
3019
+ return /*#__PURE__*/React.createElement(Icon.default, {
3020
+ width: size,
3021
+ height: size,
3022
+ ref: ref,
3023
+ xmlns: "http://www.w3.org/2000/svg",
3024
+ viewBox: "0 0 32 32",
3025
+ fill: "currentColor",
3026
+ ...rest
3027
+ }, _path253 || (_path253 = /*#__PURE__*/React.createElement("path", {
3028
+ d: "M30,23V21H27.91a5.9592,5.9592,0,0,0-1.0244-2.4707L28.364,17.05,26.95,15.6362l-1.4788,1.4785A5.9584,5.9584,0,0,0,23,16.09V14H21v2.09a5.9584,5.9584,0,0,0-2.4709,1.0244L17.05,15.6362,15.636,17.05l1.4787,1.479A5.9618,5.9618,0,0,0,16.09,21H14v2h2.09a5.9618,5.9618,0,0,0,1.0244,2.4707L15.636,26.95,17.05,28.3638l1.4788-1.4785A5.9584,5.9584,0,0,0,21,27.91V30h2V27.91a5.9584,5.9584,0,0,0,2.4709-1.0244L26.95,28.3638,28.364,26.95l-1.4787-1.479A5.9592,5.9592,0,0,0,27.91,23Zm-8,3a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,26Z"
3029
+ })), _path254 || (_path254 = /*#__PURE__*/React.createElement("path", {
3030
+ d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
3031
+ })), children);
3032
+ });
3033
+ if (process.env.NODE_ENV !== "production") {
3034
+ CalendarSettings.propTypes = iconPropTypes4cbeb95d.i;
3035
+ }
3036
+ const CalendarTools = /*#__PURE__*/React.forwardRef(function CalendarTools(_ref116, ref) {
3037
+ let {
3038
+ children,
3039
+ size = 16,
3040
+ ...rest
3041
+ } = _ref116;
3042
+ return /*#__PURE__*/React.createElement(Icon.default, {
3043
+ width: size,
3044
+ height: size,
3045
+ ref: ref,
3046
+ xmlns: "http://www.w3.org/2000/svg",
3047
+ viewBox: "0 0 32 32",
3048
+ fill: "currentColor",
3049
+ ...rest
3050
+ }, _path255 || (_path255 = /*#__PURE__*/React.createElement("path", {
3051
+ d: "M23.981,24.4333A3.9549,3.9549,0,0,0,26,25a4.0045,4.0045,0,0,0,4-4,3.9427,3.9427,0,0,0-.1492-1.0228l-2.4367,2.4369-.0005-.0005a1.9991,1.9991,0,1,1-2.8272-2.8272l-.0005-.0005,2.4368-2.4368A3.95,3.95,0,0,0,26,17a4.0045,4.0045,0,0,0-4,4,3.9544,3.9544,0,0,0,.5669,2.0191L17,28.586,18.4141,30Z"
3052
+ })), _path256 || (_path256 = /*#__PURE__*/React.createElement("path", {
3053
+ fillRule: "evenodd",
3054
+ d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h8V26H6V6h4V8h2V6h8V8h2V6h4v8h2V6A2,2,0,0,0,26,4Z"
3055
+ })), children);
3056
+ });
3057
+ if (process.env.NODE_ENV !== "production") {
3058
+ CalendarTools.propTypes = iconPropTypes4cbeb95d.i;
3059
+ }
3060
+ const Calibrate = /*#__PURE__*/React.forwardRef(function Calibrate(_ref117, ref) {
3061
+ let {
3062
+ children,
3063
+ size = 16,
3064
+ ...rest
3065
+ } = _ref117;
3066
+ return /*#__PURE__*/React.createElement(Icon.default, {
3067
+ width: size,
3068
+ height: size,
3069
+ ref: ref,
3070
+ xmlns: "http://www.w3.org/2000/svg",
3071
+ viewBox: "0 0 32 32",
3072
+ fill: "currentColor",
3073
+ ...rest
3074
+ }, _path257 || (_path257 = /*#__PURE__*/React.createElement("path", {
3075
+ d: "M28.83,21.17,25,17.37l.67-.67a1,1,0,0,0,0-1.41l-6-6a1,1,0,0,0-1.41,0h0l-.79.79L10.71,3.29a1,1,0,0,0-1.41,0h0l-4,4-.12.15-4,6a1,1,0,0,0,.12,1.26l3,3a1,1,0,0,0,1.42,0L10,13.41l2.09,2.09-4.8,4.79a1,1,0,0,0,0,1.41l2,2A1,1,0,0,0,10,24a1,1,0,0,0,.52-.15l4.33-2.6,2.44,2.45a1,1,0,0,0,1.41,0h0l.67-.7,3.79,3.83a4,4,0,0,0,5.66-5.66ZM10,10.58l-5,5L3.29,13.87,6.78,8.63,10,5.41l6.09,6.09L13.5,14.08Zm8,11-2.84-2.84-5,3L9.42,21,19,11.41,23.59,16Zm9.42,3.83a2,2,0,0,1-2.83,0h0l-3.8-3.79,2.83-2.83,3.8,3.79a2,2,0,0,1,0,2.83Z"
3076
+ })), children);
3077
+ });
3078
+ if (process.env.NODE_ENV !== "production") {
3079
+ Calibrate.propTypes = iconPropTypes4cbeb95d.i;
3080
+ }
3081
+ const Calls = /*#__PURE__*/React.forwardRef(function Calls(_ref118, ref) {
3082
+ let {
3083
+ children,
3084
+ size = 16,
3085
+ ...rest
3086
+ } = _ref118;
3087
+ return /*#__PURE__*/React.createElement(Icon.default, {
3088
+ width: size,
3089
+ height: size,
3090
+ ref: ref,
3091
+ xmlns: "http://www.w3.org/2000/svg",
3092
+ viewBox: "0 0 32 32",
3093
+ fill: "currentColor",
3094
+ ...rest
3095
+ }, _path258 || (_path258 = /*#__PURE__*/React.createElement("path", {
3096
+ d: "M26 14c1.1028 0 2 .8972 2 2s-.8972 2-2 2-2-.8972-2-2 .8972-2 2-2m0-2c-2.2091 0-4 1.7909-4 4s1.7909 4 4 4 4-1.7909 4-4-1.7909-4-4-4h0zM15 11l-1.4143 1.4141 2.5859 2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h8.356l-2.5859 2.5859 1.4143 1.4141 5-5-5-5zm-10 6c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1z"
3097
+ })), children);
3098
+ });
3099
+ if (process.env.NODE_ENV !== "production") {
3100
+ Calls.propTypes = iconPropTypes4cbeb95d.i;
3101
+ }
3102
+ const CallsAll = /*#__PURE__*/React.forwardRef(function CallsAll(_ref119, ref) {
3103
+ let {
3104
+ children,
3105
+ size = 16,
3106
+ ...rest
3107
+ } = _ref119;
3108
+ return /*#__PURE__*/React.createElement(Icon.default, {
3109
+ width: size,
3110
+ height: size,
3111
+ ref: ref,
3112
+ xmlns: "http://www.w3.org/2000/svg",
3113
+ viewBox: "0 0 32 32",
3114
+ fill: "currentColor",
3115
+ ...rest
3116
+ }, _path259 || (_path259 = /*#__PURE__*/React.createElement("path", {
3117
+ d: "M26 12c-2.2091 0-4 1.7908-4 4s1.7909 4 4 4 4-1.7909 4-4-1.7908-4-4-4zm0 6c-1.1028 0-2-.8972-2-2s.8972-2 2-2 2 .8972 2 2-.8972 2-2 2zM15 21v2h2.5859l-2.3008 2.3008c-.3911-.1875-.8235-.3008-1.2852-.3008-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4619-.1135-.894-.3005-1.2852l2.3005-2.3008v2.5859h2v-6h-6zm-1 8c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM11.4143 11.4141l-1.4143 1.4146 2.1716 2.1714h-4.356c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h4.356l-2.1716 2.1714 1.4143 1.4146 4.5857-4.5859-4.5857-4.5859zm-6.4143 5.5859c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM19 5v2.5859l-2.3005-2.3008c.187-.3911.3005-.8232.3005-1.2852 0-1.6543-1.3457-3-3-3s-3 1.3457-3 3 1.3457 3 3 3c.4617 0 .894-.1133 1.2852-.3008l2.3008 2.3008h-2.5859v2h6v-6h-2zm-6-1c0-.5513.4485-1 1-1s1 .4487 1 1-.4485 1-1 1-1-.4487-1-1z"
3118
+ })), children);
3119
+ });
3120
+ if (process.env.NODE_ENV !== "production") {
3121
+ CallsAll.propTypes = iconPropTypes4cbeb95d.i;
3122
+ }
3123
+ const CallsIncoming = /*#__PURE__*/React.forwardRef(function CallsIncoming(_ref120, ref) {
3124
+ let {
3125
+ children,
3126
+ size = 16,
3127
+ ...rest
3128
+ } = _ref120;
3129
+ return /*#__PURE__*/React.createElement(Icon.default, {
3130
+ width: size,
3131
+ height: size,
3132
+ ref: ref,
3133
+ xmlns: "http://www.w3.org/2000/svg",
3134
+ viewBox: "0 0 32 32",
3135
+ fill: "currentColor",
3136
+ ...rest
3137
+ }, _path260 || (_path260 = /*#__PURE__*/React.createElement("path", {
3138
+ d: "M26 12c-2.2091 0-4 1.7908-4 4s1.7909 4 4 4 4-1.7909 4-4-1.7908-4-4-4zm0 6c-1.1028 0-2-.8972-2-2s.8972-2 2-2 2 .8972 2 2-.8972 2-2 2zM15 20l-1.4143 1.4141 2.5859 2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h8.356l-2.5859 2.5859 1.4143 1.4141 5-5-5-5zm-10 6c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM15 4l-1.4143 1.4141 2.5859 2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h8.356l-2.5859 2.5859 1.4143 1.4141 5-5-5-5zm-10 6c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1z"
3139
+ })), children);
3140
+ });
3141
+ if (process.env.NODE_ENV !== "production") {
3142
+ CallsIncoming.propTypes = iconPropTypes4cbeb95d.i;
3143
+ }
3144
+ const Camera = /*#__PURE__*/React.forwardRef(function Camera(_ref121, ref) {
3145
+ let {
3146
+ children,
3147
+ size = 16,
3148
+ ...rest
3149
+ } = _ref121;
3150
+ return /*#__PURE__*/React.createElement(Icon.default, {
3151
+ width: size,
3152
+ height: size,
3153
+ ref: ref,
3154
+ xmlns: "http://www.w3.org/2000/svg",
3155
+ viewBox: "0 0 32 32",
3156
+ fill: "currentColor",
3157
+ ...rest
3158
+ }, _path261 || (_path261 = /*#__PURE__*/React.createElement("path", {
3159
+ d: "M29,26H3a1,1,0,0,1-1-1V8A1,1,0,0,1,3,7H9.46l1.71-2.55A1,1,0,0,1,12,4h8a1,1,0,0,1,.83.45L22.54,7H29a1,1,0,0,1,1,1V25A1,1,0,0,1,29,26ZM4,24H28V9H22a1,1,0,0,1-.83-.45L19.46,6H12.54L10.83,8.55A1,1,0,0,1,10,9H4Z"
3160
+ })), _path262 || (_path262 = /*#__PURE__*/React.createElement("path", {
3161
+ d: "M16,22a6,6,0,1,1,6-6A6,6,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,16,12Z"
3162
+ })), children);
3163
+ });
3164
+ if (process.env.NODE_ENV !== "production") {
3165
+ Camera.propTypes = iconPropTypes4cbeb95d.i;
3166
+ }
3167
+ const CameraAction = /*#__PURE__*/React.forwardRef(function CameraAction(_ref122, ref) {
3168
+ let {
3169
+ children,
3170
+ size = 16,
3171
+ ...rest
3172
+ } = _ref122;
3173
+ return /*#__PURE__*/React.createElement(Icon.default, {
3174
+ width: size,
3175
+ height: size,
3176
+ ref: ref,
3177
+ xmlns: "http://www.w3.org/2000/svg",
3178
+ viewBox: "0 0 32 32",
3179
+ fill: "currentColor",
3180
+ ...rest
3181
+ }, _path263 || (_path263 = /*#__PURE__*/React.createElement("path", {
3182
+ d: "M12,23a6,6,0,1,1,6-6A6,6,0,0,1,12,23Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,12,13Z"
3183
+ })), _path264 || (_path264 = /*#__PURE__*/React.createElement("path", {
3184
+ d: "M29,27H3a1,1,0,0,1-1-1V6A1,1,0,0,1,3,5H29a1,1,0,0,1,1,1V26A1,1,0,0,1,29,27ZM4,25H28V7H4Z"
3185
+ })), _path265 || (_path265 = /*#__PURE__*/React.createElement("path", {
3186
+ d: "M19 9H26V11H19z"
3187
+ })), _circle55 || (_circle55 = /*#__PURE__*/React.createElement("circle", {
3188
+ cx: "12",
3189
+ cy: "17",
3190
+ r: "1"
3191
+ })), children);
3192
+ });
3193
+ if (process.env.NODE_ENV !== "production") {
3194
+ CameraAction.propTypes = iconPropTypes4cbeb95d.i;
3195
+ }
3196
+ const Campsite = /*#__PURE__*/React.forwardRef(function Campsite(_ref123, ref) {
3197
+ let {
3198
+ children,
3199
+ size = 16,
3200
+ ...rest
3201
+ } = _ref123;
3202
+ return /*#__PURE__*/React.createElement(Icon.default, {
3203
+ width: size,
3204
+ height: size,
3205
+ ref: ref,
3206
+ xmlns: "http://www.w3.org/2000/svg",
3207
+ viewBox: "0 0 32 32",
3208
+ fill: "currentColor",
3209
+ ...rest
3210
+ }, _path266 || (_path266 = /*#__PURE__*/React.createElement("path", {
3211
+ d: "M27.5618,26,17.17,8.9277,19.5361,5.04,17.8281,4,16,7.0049,14.17,4l-1.708,1.04,2.3665,3.8877L4.438,26H2v2H30V26ZM16,10.8506,25.2207,26H17V18H15v8H6.7791Z"
3212
+ })), children);
3213
+ });
3214
+ if (process.env.NODE_ENV !== "production") {
3215
+ Campsite.propTypes = iconPropTypes4cbeb95d.i;
3216
+ }
3217
+ const Car = /*#__PURE__*/React.forwardRef(function Car(_ref124, ref) {
3218
+ let {
3219
+ children,
3220
+ size = 16,
3221
+ ...rest
3222
+ } = _ref124;
3223
+ return /*#__PURE__*/React.createElement(Icon.default, {
3224
+ width: size,
3225
+ height: size,
3226
+ ref: ref,
3227
+ xmlns: "http://www.w3.org/2000/svg",
3228
+ viewBox: "0 0 32 32",
3229
+ fill: "currentColor",
3230
+ ...rest
3231
+ }, _path267 || (_path267 = /*#__PURE__*/React.createElement("path", {
3232
+ d: "M29.3379,15.9336l-7.7324-2.7783L18.374,9.0967A2.99,2.99,0,0,0,16.0537,8H8.0576a2.9982,2.9982,0,0,0-2.48,1.3115L2.8662,13.2949A4.9884,4.9884,0,0,0,2,16.1074V24a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V16.875A1,1,0,0,0,29.3379,15.9336ZM9,26a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,23,26Zm5-3H26.8579a3.9806,3.9806,0,0,0-7.7158,0H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V16.1074A2.9977,2.9977,0,0,1,4.52,14.4189l2.711-3.9814A.9992.9992,0,0,1,8.0576,10h7.9961a.9928.9928,0,0,1,.7647.3545l3.3994,4.2685a1.0007,1.0007,0,0,0,.4443.3184L28,17.5781Z"
3233
+ })), children);
3234
+ });
3235
+ if (process.env.NODE_ENV !== "production") {
3236
+ Car.propTypes = iconPropTypes4cbeb95d.i;
3237
+ }
3238
+ const CarFront = /*#__PURE__*/React.forwardRef(function CarFront(_ref125, ref) {
3239
+ let {
3240
+ children,
3241
+ size = 16,
3242
+ ...rest
3243
+ } = _ref125;
3244
+ return /*#__PURE__*/React.createElement(Icon.default, {
3245
+ width: size,
3246
+ height: size,
3247
+ ref: ref,
3248
+ xmlns: "http://www.w3.org/2000/svg",
3249
+ viewBox: "0 0 32 32",
3250
+ fill: "currentColor",
3251
+ ...rest
3252
+ }, _path268 || (_path268 = /*#__PURE__*/React.createElement("path", {
3253
+ d: "M13 19H19V21H13z"
3254
+ })), _path269 || (_path269 = /*#__PURE__*/React.createElement("path", {
3255
+ d: "M25.4409,14,24.1687,9.45A2.009,2.009,0,0,0,22.2456,8H9.7544A2.0089,2.0089,0,0,0,7.8313,9.4507L6.5315,14H4v2H6v7a2.0025,2.0025,0,0,0,2,2v3h2V25H22v3h2V25a2.0025,2.0025,0,0,0,2-2V16h2V14ZM9.7544,10H22.2458l1.4285,5H8.3257ZM24,21v2H8V21h2V19H8V17H24v2H22v2Z"
3256
+ })), children);
3257
+ });
3258
+ if (process.env.NODE_ENV !== "production") {
3259
+ CarFront.propTypes = iconPropTypes4cbeb95d.i;
3260
+ }
3261
+
3262
+ exports.Assembly = Assembly;
3263
+ exports.AssemblyCluster = AssemblyCluster;
3264
+ exports.AssemblyReference = AssemblyReference;
3265
+ exports.Asset = Asset;
3266
+ exports.AssetConfirm = AssetConfirm;
3267
+ exports.AssetDigitalTwin = AssetDigitalTwin;
3268
+ exports.AssetView = AssetView;
3269
+ exports.Asterisk = Asterisk;
3270
+ exports.Async = Async;
3271
+ exports.At = At;
3272
+ exports.Attachment = Attachment;
3273
+ exports.AudioConsole = AudioConsole;
3274
+ exports.AugmentedReality = AugmentedReality;
3275
+ exports.Automatic = Automatic;
3276
+ exports.Autoscaling = Autoscaling;
3277
+ exports.Awake = Awake;
3278
+ exports.Badge = Badge;
3279
+ exports.BaggageClaim = BaggageClaim;
3280
+ exports.Bar = Bar;
3281
+ exports.Barcode = Barcode;
3282
+ exports.BareMetalServer = BareMetalServer;
3283
+ exports.BareMetalServer_01 = BareMetalServer_01;
3284
+ exports.BareMetalServer_02 = BareMetalServer_02;
3285
+ exports.Basketball = Basketball;
3286
+ exports.BastionHost = BastionHost;
3287
+ exports.Bat = Bat;
3288
+ exports.BatchJob = BatchJob;
3289
+ exports.BatchJobStep = BatchJobStep;
3290
+ exports.BatteryCharging = BatteryCharging;
3291
+ exports.BatteryEmpty = BatteryEmpty;
3292
+ exports.BatteryFull = BatteryFull;
3293
+ exports.BatteryHalf = BatteryHalf;
3294
+ exports.BatteryLow = BatteryLow;
3295
+ exports.BatteryQuarter = BatteryQuarter;
3296
+ exports.Bee = Bee;
3297
+ exports.BeeBat = BeeBat;
3298
+ exports.Beta = Beta;
3299
+ exports.Bicycle = Bicycle;
3300
+ exports.Binding_01 = Binding_01;
3301
+ exports.Binding_02 = Binding_02;
3302
+ exports.Binoculars = Binoculars;
3303
+ exports.BlandAltmanPlot = BlandAltmanPlot;
3304
+ exports.BlockStorage = BlockStorage;
3305
+ exports.BlockStorageAlt = BlockStorageAlt;
3306
+ exports.Blockchain = Blockchain;
3307
+ exports.Blog = Blog;
3308
+ exports.Bluetooth = Bluetooth;
3309
+ exports.BluetoothOff = BluetoothOff;
3310
+ exports.Book = Book;
3311
+ exports.Bookmark = Bookmark;
3312
+ exports.BookmarkAdd = BookmarkAdd;
3313
+ exports.BookmarkFilled = BookmarkFilled;
3314
+ exports.Boolean = Boolean;
3315
+ exports.Boot = Boot;
3316
+ exports.BootVolume = BootVolume;
3317
+ exports.BootVolumeAlt = BootVolumeAlt;
3318
+ exports.BorderBottom = BorderBottom;
3319
+ exports.BorderFull = BorderFull;
3320
+ exports.BorderLeft = BorderLeft;
3321
+ exports.BorderNone = BorderNone;
3322
+ exports.BorderRight = BorderRight;
3323
+ exports.BorderTop = BorderTop;
3324
+ exports.Bot = Bot;
3325
+ exports.BottlesContainer = BottlesContainer;
3326
+ exports.Bottles_01 = Bottles_01;
3327
+ exports.Bottles_01Dash = Bottles_01Dash;
3328
+ exports.Bottles_02 = Bottles_02;
3329
+ exports.Bottles_02Dash = Bottles_02Dash;
3330
+ exports.BottomPanelClose = BottomPanelClose;
3331
+ exports.BottomPanelCloseFilled = BottomPanelCloseFilled;
3332
+ exports.BottomPanelOpen = BottomPanelOpen;
3333
+ exports.BottomPanelOpenFilled = BottomPanelOpenFilled;
3334
+ exports.Box = Box;
3335
+ exports.BoxExtraLarge = BoxExtraLarge;
3336
+ exports.BoxLarge = BoxLarge;
3337
+ exports.BoxMedium = BoxMedium;
3338
+ exports.BoxPlot = BoxPlot;
3339
+ exports.BoxSmall = BoxSmall;
3340
+ exports.Branch = Branch;
3341
+ exports.BreakingChange = BreakingChange;
3342
+ exports.BrightnessContrast = BrightnessContrast;
3343
+ exports.BringForward = BringForward;
3344
+ exports.BringToFront = BringToFront;
3345
+ exports.BuildImage = BuildImage;
3346
+ exports.BuildRun = BuildRun;
3347
+ exports.BuildTool = BuildTool;
3348
+ exports.Building = Building;
3349
+ exports.BuildingInsights_1 = BuildingInsights_1;
3350
+ exports.BuildingInsights_2 = BuildingInsights_2;
3351
+ exports.BuildingInsights_3 = BuildingInsights_3;
3352
+ exports.Bullhorn = Bullhorn;
3353
+ exports.Buoy = Buoy;
3354
+ exports.Bus = Bus;
3355
+ exports.BusinessProcesses = BusinessProcesses;
3356
+ exports.ButtonCentered = ButtonCentered;
3357
+ exports.ButtonFlushLeft = ButtonFlushLeft;
3358
+ exports.CabinCare = CabinCare;
3359
+ exports.CabinCareAlert = CabinCareAlert;
3360
+ exports.CabinCareAlt = CabinCareAlt;
3361
+ exports.Cad = Cad;
3362
+ exports.Cafe = Cafe;
3363
+ exports.Calculation = Calculation;
3364
+ exports.CalculationAlt = CalculationAlt;
3365
+ exports.Calculator = Calculator;
3366
+ exports.CalculatorCheck = CalculatorCheck;
3367
+ exports.Calendar = Calendar;
3368
+ exports.CalendarAdd = CalendarAdd;
3369
+ exports.CalendarAddAlt = CalendarAddAlt;
3370
+ exports.CalendarHeatMap = CalendarHeatMap;
3371
+ exports.CalendarSettings = CalendarSettings;
3372
+ exports.CalendarTools = CalendarTools;
3373
+ exports.Calibrate = Calibrate;
3374
+ exports.Calls = Calls;
3375
+ exports.CallsAll = CallsAll;
3376
+ exports.CallsIncoming = CallsIncoming;
3377
+ exports.Camera = Camera;
3378
+ exports.CameraAction = CameraAction;
3379
+ exports.Campsite = Campsite;
3380
+ exports.Car = Car;
3381
+ exports.CarFront = CarFront;
3382
+ exports.QBarrier = QBarrier;
3383
+ exports.QBlochSphere = QBlochSphere;
3384
+ exports.WatsonHealthAutoScroll = WatsonHealthAutoScroll;
3385
+ exports.WatsonHealthBrushFreehand = WatsonHealthBrushFreehand;
3386
+ exports.WatsonHealthBrushPolygon = WatsonHealthBrushPolygon;