@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,3260 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import React from 'react';
9
+ import Icon from '../Icon.js';
10
+ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
11
+ import 'prop-types';
12
+
13
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _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;
14
+ const Assembly = /*#__PURE__*/React.forwardRef(function Assembly(_ref, ref) {
15
+ let {
16
+ children,
17
+ size = 16,
18
+ ...rest
19
+ } = _ref;
20
+ return /*#__PURE__*/React.createElement(Icon, {
21
+ width: size,
22
+ height: size,
23
+ ref: ref,
24
+ xmlns: "http://www.w3.org/2000/svg",
25
+ viewBox: "0 0 32 32",
26
+ fill: "currentColor",
27
+ ...rest
28
+ }, _path || (_path = /*#__PURE__*/React.createElement("path", {
29
+ d: "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"
30
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
31
+ 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"
32
+ })), children);
33
+ });
34
+ if (process.env.NODE_ENV !== "production") {
35
+ Assembly.propTypes = iconPropTypes;
36
+ }
37
+ const AssemblyCluster = /*#__PURE__*/React.forwardRef(function AssemblyCluster(_ref2, ref) {
38
+ let {
39
+ children,
40
+ size = 16,
41
+ ...rest
42
+ } = _ref2;
43
+ return /*#__PURE__*/React.createElement(Icon, {
44
+ width: size,
45
+ height: size,
46
+ ref: ref,
47
+ xmlns: "http://www.w3.org/2000/svg",
48
+ viewBox: "0 0 32 32",
49
+ fill: "currentColor",
50
+ ...rest
51
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
52
+ d: "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"
53
+ })), children);
54
+ });
55
+ if (process.env.NODE_ENV !== "production") {
56
+ AssemblyCluster.propTypes = iconPropTypes;
57
+ }
58
+ const AssemblyReference = /*#__PURE__*/React.forwardRef(function AssemblyReference(_ref3, ref) {
59
+ let {
60
+ children,
61
+ size = 16,
62
+ ...rest
63
+ } = _ref3;
64
+ return /*#__PURE__*/React.createElement(Icon, {
65
+ width: size,
66
+ height: size,
67
+ ref: ref,
68
+ xmlns: "http://www.w3.org/2000/svg",
69
+ viewBox: "0 0 32 32",
70
+ fill: "currentColor",
71
+ ...rest
72
+ }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
73
+ d: "M8.7 5.1H12.2V7.1H8.7z",
74
+ transform: "rotate(-30.582 10.48 6.101)"
75
+ })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
76
+ 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"
77
+ })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
78
+ d: "M9.5 24.1H11.5V27.6H9.5z",
79
+ transform: "rotate(-59.421 10.48 25.9)"
80
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
81
+ 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"
82
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
83
+ d: "M19.8 24.9H23.3V26.9H19.8z",
84
+ transform: "rotate(-30.582 21.502 25.912)"
85
+ })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
86
+ 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"
87
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
88
+ d: "M20.5 4.3H22.5V7.8H20.5z",
89
+ transform: "rotate(-59.421 21.501 6.089)"
90
+ })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
91
+ 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"
92
+ })), children);
93
+ });
94
+ if (process.env.NODE_ENV !== "production") {
95
+ AssemblyReference.propTypes = iconPropTypes;
96
+ }
97
+ const Asset = /*#__PURE__*/React.forwardRef(function Asset(_ref4, ref) {
98
+ let {
99
+ children,
100
+ size = 16,
101
+ ...rest
102
+ } = _ref4;
103
+ return /*#__PURE__*/React.createElement(Icon, {
104
+ width: size,
105
+ height: size,
106
+ ref: ref,
107
+ xmlns: "http://www.w3.org/2000/svg",
108
+ viewBox: "0 0 32 32",
109
+ fill: "currentColor",
110
+ ...rest
111
+ }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
112
+ 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"
113
+ })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
114
+ 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"
115
+ })), children);
116
+ });
117
+ if (process.env.NODE_ENV !== "production") {
118
+ Asset.propTypes = iconPropTypes;
119
+ }
120
+ const AssetConfirm = /*#__PURE__*/React.forwardRef(function AssetConfirm(_ref5, ref) {
121
+ let {
122
+ children,
123
+ size = 16,
124
+ ...rest
125
+ } = _ref5;
126
+ return /*#__PURE__*/React.createElement(Icon, {
127
+ width: size,
128
+ height: size,
129
+ ref: ref,
130
+ xmlns: "http://www.w3.org/2000/svg",
131
+ viewBox: "0 0 32 32",
132
+ fill: "currentColor",
133
+ ...rest
134
+ }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
135
+ 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"
136
+ })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
137
+ 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"
138
+ })), children);
139
+ });
140
+ if (process.env.NODE_ENV !== "production") {
141
+ AssetConfirm.propTypes = iconPropTypes;
142
+ }
143
+ const AssetDigitalTwin = /*#__PURE__*/React.forwardRef(function AssetDigitalTwin(_ref6, ref) {
144
+ let {
145
+ children,
146
+ size = 16,
147
+ ...rest
148
+ } = _ref6;
149
+ return /*#__PURE__*/React.createElement(Icon, {
150
+ width: size,
151
+ height: size,
152
+ ref: ref,
153
+ xmlns: "http://www.w3.org/2000/svg",
154
+ viewBox: "0 0 32 32",
155
+ fill: "currentColor",
156
+ ...rest
157
+ }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
158
+ cx: "25",
159
+ cy: "7",
160
+ r: "2"
161
+ })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
162
+ 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"
163
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
164
+ cx: "12",
165
+ cy: "14",
166
+ r: "1"
167
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
168
+ cx: "17.909",
169
+ cy: "5.705",
170
+ r: "1"
171
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
172
+ cx: "9.787",
173
+ cy: "9.907",
174
+ r: "1"
175
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
176
+ cx: "12.495",
177
+ cy: "8.506",
178
+ r: "1"
179
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
180
+ cx: "15.201",
181
+ cy: "7.105",
182
+ r: "1"
183
+ })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
184
+ cx: "4.696",
185
+ cy: "13.187",
186
+ r: "1"
187
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
188
+ cx: "2.133",
189
+ cy: "21.631",
190
+ r: "1"
191
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
192
+ cx: "3.079",
193
+ cy: "24.516",
194
+ r: "1"
195
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
196
+ cx: "4.848",
197
+ cy: "26.982",
198
+ r: "1"
199
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
200
+ cx: "7.272",
201
+ cy: "28.81",
202
+ r: "1"
203
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
204
+ cx: "2.098",
205
+ cy: "18.596",
206
+ r: "1"
207
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
208
+ cx: "2.979",
209
+ cy: "15.691",
210
+ r: "1"
211
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
212
+ cx: "7.081",
213
+ cy: "11.308",
214
+ r: "1"
215
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
216
+ cx: "20.616",
217
+ cy: "4.304",
218
+ r: "1"
219
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
220
+ cx: "23.323",
221
+ cy: "2.903",
222
+ r: "1"
223
+ })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
224
+ cx: "28.988",
225
+ cy: "8.89",
226
+ r: "1"
227
+ })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
228
+ cx: "27.587",
229
+ cy: "11.596",
230
+ r: "1"
231
+ })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
232
+ cx: "26.186",
233
+ cy: "14.303",
234
+ r: "1"
235
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
236
+ cx: "24.784",
237
+ cy: "17.01",
238
+ r: "1"
239
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
240
+ cx: "23.383",
241
+ cy: "19.717",
242
+ r: "1"
243
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
244
+ cx: "21.982",
245
+ cy: "22.424",
246
+ r: "1"
247
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
248
+ cx: "18.637",
249
+ cy: "27.464",
250
+ r: "1"
251
+ })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
252
+ cx: "16.092",
253
+ cy: "29.122",
254
+ r: "1"
255
+ })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
256
+ cx: "13.166",
257
+ cy: "29.932",
258
+ r: "1"
259
+ })), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
260
+ cx: "10.133",
261
+ cy: "29.825",
262
+ r: "1"
263
+ })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
264
+ cx: "20.572",
265
+ cy: "25.125",
266
+ r: "1"
267
+ })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
268
+ cx: "28.893",
269
+ cy: "3.24",
270
+ r: "1"
271
+ })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
272
+ cx: "26.188",
273
+ cy: "2.004",
274
+ r: "1"
275
+ })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
276
+ cx: "12",
277
+ cy: "26",
278
+ r: "1"
279
+ })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
280
+ cx: "6",
281
+ cy: "20",
282
+ r: "1"
283
+ })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
284
+ cx: "18",
285
+ cy: "20",
286
+ r: "1"
287
+ })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
288
+ cx: "6.804",
289
+ cy: "17",
290
+ r: "1"
291
+ })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
292
+ cx: "17.196",
293
+ cy: "23",
294
+ r: "1"
295
+ })), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
296
+ cx: "9",
297
+ cy: "25.196",
298
+ r: "1"
299
+ })), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
300
+ cx: "15",
301
+ cy: "14.804",
302
+ r: "1"
303
+ })), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
304
+ cx: "9",
305
+ cy: "14.804",
306
+ r: "1"
307
+ })), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
308
+ cx: "15",
309
+ cy: "25.196",
310
+ r: "1"
311
+ })), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
312
+ cx: "6.804",
313
+ cy: "23",
314
+ r: "1"
315
+ })), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
316
+ cx: "17.196",
317
+ cy: "17",
318
+ r: "1"
319
+ })), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
320
+ cx: "30",
321
+ cy: "6.026",
322
+ r: "1"
323
+ })), children);
324
+ });
325
+ if (process.env.NODE_ENV !== "production") {
326
+ AssetDigitalTwin.propTypes = iconPropTypes;
327
+ }
328
+ const AssetView = /*#__PURE__*/React.forwardRef(function AssetView(_ref7, ref) {
329
+ let {
330
+ children,
331
+ size = 16,
332
+ ...rest
333
+ } = _ref7;
334
+ return /*#__PURE__*/React.createElement(Icon, {
335
+ width: size,
336
+ height: size,
337
+ ref: ref,
338
+ xmlns: "http://www.w3.org/2000/svg",
339
+ viewBox: "0 0 32 32",
340
+ fill: "currentColor",
341
+ ...rest
342
+ }, _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
343
+ cx: "22",
344
+ cy: "24",
345
+ r: "2"
346
+ })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
347
+ 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"
348
+ })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
349
+ 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"
350
+ })), children);
351
+ });
352
+ if (process.env.NODE_ENV !== "production") {
353
+ AssetView.propTypes = iconPropTypes;
354
+ }
355
+ const Asterisk = /*#__PURE__*/React.forwardRef(function Asterisk(_ref8, ref) {
356
+ let {
357
+ children,
358
+ size = 16,
359
+ ...rest
360
+ } = _ref8;
361
+ return /*#__PURE__*/React.createElement(Icon, {
362
+ width: size,
363
+ height: size,
364
+ ref: ref,
365
+ xmlns: "http://www.w3.org/2000/svg",
366
+ viewBox: "0 0 32 32",
367
+ fill: "currentColor",
368
+ ...rest
369
+ }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
370
+ 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"
371
+ })), children);
372
+ });
373
+ if (process.env.NODE_ENV !== "production") {
374
+ Asterisk.propTypes = iconPropTypes;
375
+ }
376
+ const Async = /*#__PURE__*/React.forwardRef(function Async(_ref9, ref) {
377
+ let {
378
+ children,
379
+ size = 16,
380
+ ...rest
381
+ } = _ref9;
382
+ return /*#__PURE__*/React.createElement(Icon, {
383
+ width: size,
384
+ height: size,
385
+ ref: ref,
386
+ xmlns: "http://www.w3.org/2000/svg",
387
+ viewBox: "0 0 32 32",
388
+ fill: "currentColor",
389
+ ...rest
390
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
391
+ 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"
392
+ })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
393
+ 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"
394
+ })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
395
+ 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"
396
+ })), children);
397
+ });
398
+ if (process.env.NODE_ENV !== "production") {
399
+ Async.propTypes = iconPropTypes;
400
+ }
401
+ const At = /*#__PURE__*/React.forwardRef(function At(_ref10, ref) {
402
+ let {
403
+ children,
404
+ size = 16,
405
+ ...rest
406
+ } = _ref10;
407
+ return /*#__PURE__*/React.createElement(Icon, {
408
+ width: size,
409
+ height: size,
410
+ ref: ref,
411
+ xmlns: "http://www.w3.org/2000/svg",
412
+ viewBox: "0 0 32 32",
413
+ fill: "currentColor",
414
+ ...rest
415
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
416
+ 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"
417
+ })), children);
418
+ });
419
+ if (process.env.NODE_ENV !== "production") {
420
+ At.propTypes = iconPropTypes;
421
+ }
422
+ const Attachment = /*#__PURE__*/React.forwardRef(function Attachment(_ref11, ref) {
423
+ let {
424
+ children,
425
+ size = 16,
426
+ ...rest
427
+ } = _ref11;
428
+ return /*#__PURE__*/React.createElement(Icon, {
429
+ width: size,
430
+ height: size,
431
+ ref: ref,
432
+ xmlns: "http://www.w3.org/2000/svg",
433
+ viewBox: "0 0 32 32",
434
+ fill: "currentColor",
435
+ ...rest
436
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
437
+ 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"
438
+ })), children);
439
+ });
440
+ if (process.env.NODE_ENV !== "production") {
441
+ Attachment.propTypes = iconPropTypes;
442
+ }
443
+ const AudioConsole = /*#__PURE__*/React.forwardRef(function AudioConsole(_ref12, ref) {
444
+ let {
445
+ children,
446
+ size = 16,
447
+ ...rest
448
+ } = _ref12;
449
+ return /*#__PURE__*/React.createElement(Icon, {
450
+ width: size,
451
+ height: size,
452
+ ref: ref,
453
+ xmlns: "http://www.w3.org/2000/svg",
454
+ viewBox: "0 0 32 32",
455
+ fill: "currentColor",
456
+ ...rest
457
+ }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
458
+ 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",
459
+ transform: "translate(0 .005)"
460
+ })), children);
461
+ });
462
+ if (process.env.NODE_ENV !== "production") {
463
+ AudioConsole.propTypes = iconPropTypes;
464
+ }
465
+ const AugmentedReality = /*#__PURE__*/React.forwardRef(function AugmentedReality(_ref13, ref) {
466
+ let {
467
+ children,
468
+ size = 16,
469
+ ...rest
470
+ } = _ref13;
471
+ return /*#__PURE__*/React.createElement(Icon, {
472
+ width: size,
473
+ height: size,
474
+ ref: ref,
475
+ xmlns: "http://www.w3.org/2000/svg",
476
+ viewBox: "0 0 32 32",
477
+ fill: "currentColor",
478
+ ...rest
479
+ }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
480
+ 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"
481
+ })), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
482
+ cx: "13.5",
483
+ cy: "24.5",
484
+ r: "1.5"
485
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
486
+ 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"
487
+ })), children);
488
+ });
489
+ if (process.env.NODE_ENV !== "production") {
490
+ AugmentedReality.propTypes = iconPropTypes;
491
+ }
492
+ const WatsonHealthAutoScroll = /*#__PURE__*/React.forwardRef(function WatsonHealthAutoScroll(_ref14, ref) {
493
+ let {
494
+ children,
495
+ size = 16,
496
+ ...rest
497
+ } = _ref14;
498
+ return /*#__PURE__*/React.createElement(Icon, {
499
+ width: size,
500
+ height: size,
501
+ ref: ref,
502
+ xmlns: "http://www.w3.org/2000/svg",
503
+ viewBox: "0 0 32 32",
504
+ fill: "currentColor",
505
+ ...rest
506
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
507
+ 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"
508
+ })), children);
509
+ });
510
+ if (process.env.NODE_ENV !== "production") {
511
+ WatsonHealthAutoScroll.propTypes = iconPropTypes;
512
+ }
513
+ const Automatic = /*#__PURE__*/React.forwardRef(function Automatic(_ref15, ref) {
514
+ let {
515
+ children,
516
+ size = 16,
517
+ ...rest
518
+ } = _ref15;
519
+ return /*#__PURE__*/React.createElement(Icon, {
520
+ width: size,
521
+ height: size,
522
+ ref: ref,
523
+ xmlns: "http://www.w3.org/2000/svg",
524
+ viewBox: "0 0 32 32",
525
+ fill: "currentColor",
526
+ ...rest
527
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
528
+ 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"
529
+ })), children);
530
+ });
531
+ if (process.env.NODE_ENV !== "production") {
532
+ Automatic.propTypes = iconPropTypes;
533
+ }
534
+ const Autoscaling = /*#__PURE__*/React.forwardRef(function Autoscaling(_ref16, ref) {
535
+ let {
536
+ children,
537
+ size = 16,
538
+ ...rest
539
+ } = _ref16;
540
+ return /*#__PURE__*/React.createElement(Icon, {
541
+ width: size,
542
+ height: size,
543
+ ref: ref,
544
+ xmlns: "http://www.w3.org/2000/svg",
545
+ viewBox: "0 0 32 32",
546
+ fill: "currentColor",
547
+ ...rest
548
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
549
+ 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"
550
+ })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
551
+ 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"
552
+ })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
553
+ d: "M10 14L10 16 14.586 16 3 27.586 4.414 29 16 17.414 16 22 18 22 18 14 10 14z"
554
+ })), children);
555
+ });
556
+ if (process.env.NODE_ENV !== "production") {
557
+ Autoscaling.propTypes = iconPropTypes;
558
+ }
559
+ const Awake = /*#__PURE__*/React.forwardRef(function Awake(_ref17, ref) {
560
+ let {
561
+ children,
562
+ size = 16,
563
+ ...rest
564
+ } = _ref17;
565
+ if (size === 16 || size === "16" || size === "16px") {
566
+ return /*#__PURE__*/React.createElement(Icon, {
567
+ width: size,
568
+ height: size,
569
+ ref: ref,
570
+ xmlns: "http://www.w3.org/2000/svg",
571
+ viewBox: "0 0 16 16",
572
+ fill: "currentColor",
573
+ ...rest
574
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
575
+ d: "M7.5 1H8.5V3.5H7.5z"
576
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
577
+ d: "M10.8 3.4H13.3V4.4H10.8z",
578
+ transform: "rotate(-45.001 12.074 3.922)"
579
+ })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
580
+ d: "M12.5 7.5H15V8.5H12.5z"
581
+ })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
582
+ d: "M11.6 10.8H12.6V13.3H11.6z",
583
+ transform: "rotate(-45.001 12.077 12.075)"
584
+ })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
585
+ d: "M7.5 12.5H8.5V15H7.5z"
586
+ })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
587
+ d: "M2.7 11.6H5.2V12.6H2.7z",
588
+ transform: "rotate(-45.001 3.929 12.078)"
589
+ })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
590
+ d: "M1 7.5H3.5V8.5H1z"
591
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
592
+ d: "M3.4 2.7H4.4V5.2H3.4z",
593
+ transform: "rotate(-45.001 3.926 3.925)"
594
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
595
+ 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"
596
+ })), children);
597
+ }
598
+ return /*#__PURE__*/React.createElement(Icon, {
599
+ width: size,
600
+ height: size,
601
+ ref: ref,
602
+ xmlns: "http://www.w3.org/2000/svg",
603
+ viewBox: "0 0 32 32",
604
+ fill: "currentColor",
605
+ ...rest
606
+ }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
607
+ d: "M15 2H17V6.96H15z"
608
+ })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
609
+ d: "M21.67 6.85H26.630000000000003V8.85H21.67z",
610
+ transform: "rotate(-45 24.142 7.85)"
611
+ })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
612
+ d: "M25.04 15H30V17H25.04z"
613
+ })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
614
+ d: "M23.15 21.67H25.15V26.630000000000003H23.15z",
615
+ transform: "rotate(-45 24.152 24.146)"
616
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
617
+ d: "M15 25.04H17V30H15z"
618
+ })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
619
+ d: "M5.37 23.15H10.33V25.15H5.37z",
620
+ transform: "rotate(-45 7.86 24.144)"
621
+ })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
622
+ d: "M2 15H6.96V17H2z"
623
+ })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
624
+ d: "M6.85 5.37H8.85V10.33H6.85z",
625
+ transform: "rotate(-45 7.85 7.848)"
626
+ })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
627
+ 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"
628
+ })), children);
629
+ });
630
+ if (process.env.NODE_ENV !== "production") {
631
+ Awake.propTypes = iconPropTypes;
632
+ }
633
+ const Badge = /*#__PURE__*/React.forwardRef(function Badge(_ref18, ref) {
634
+ let {
635
+ children,
636
+ size = 16,
637
+ ...rest
638
+ } = _ref18;
639
+ return /*#__PURE__*/React.createElement(Icon, {
640
+ width: size,
641
+ height: size,
642
+ ref: ref,
643
+ xmlns: "http://www.w3.org/2000/svg",
644
+ viewBox: "0 0 32 32",
645
+ fill: "currentColor",
646
+ ...rest
647
+ }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
648
+ 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"
649
+ })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
650
+ 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"
651
+ })), children);
652
+ });
653
+ if (process.env.NODE_ENV !== "production") {
654
+ Badge.propTypes = iconPropTypes;
655
+ }
656
+ const BaggageClaim = /*#__PURE__*/React.forwardRef(function BaggageClaim(_ref19, ref) {
657
+ let {
658
+ children,
659
+ size = 16,
660
+ ...rest
661
+ } = _ref19;
662
+ return /*#__PURE__*/React.createElement(Icon, {
663
+ width: size,
664
+ height: size,
665
+ ref: ref,
666
+ xmlns: "http://www.w3.org/2000/svg",
667
+ viewBox: "0 0 32 32",
668
+ fill: "currentColor",
669
+ ...rest
670
+ }, _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
671
+ cx: "6",
672
+ cy: "26",
673
+ r: "2"
674
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
675
+ 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"
676
+ })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
677
+ 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"
678
+ })), children);
679
+ });
680
+ if (process.env.NODE_ENV !== "production") {
681
+ BaggageClaim.propTypes = iconPropTypes;
682
+ }
683
+ const Bar = /*#__PURE__*/React.forwardRef(function Bar(_ref20, ref) {
684
+ let {
685
+ children,
686
+ size = 16,
687
+ ...rest
688
+ } = _ref20;
689
+ return /*#__PURE__*/React.createElement(Icon, {
690
+ width: size,
691
+ height: size,
692
+ ref: ref,
693
+ xmlns: "http://www.w3.org/2000/svg",
694
+ viewBox: "0 0 32 32",
695
+ fill: "currentColor",
696
+ ...rest
697
+ }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
698
+ 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"
699
+ })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
700
+ 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"
701
+ })), children);
702
+ });
703
+ if (process.env.NODE_ENV !== "production") {
704
+ Bar.propTypes = iconPropTypes;
705
+ }
706
+ const Barcode = /*#__PURE__*/React.forwardRef(function Barcode(_ref21, ref) {
707
+ let {
708
+ children,
709
+ size = 16,
710
+ ...rest
711
+ } = _ref21;
712
+ return /*#__PURE__*/React.createElement(Icon, {
713
+ width: size,
714
+ height: size,
715
+ ref: ref,
716
+ xmlns: "http://www.w3.org/2000/svg",
717
+ viewBox: "0 0 32 32",
718
+ fill: "currentColor",
719
+ ...rest
720
+ }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
721
+ d: "M2 6H4V28H2zM12 6H14V26H12zM6 6H10V26H6zM16 6H20V26H16zM22 6H26V26H22zM28 6H30V28H28z"
722
+ })), children);
723
+ });
724
+ if (process.env.NODE_ENV !== "production") {
725
+ Barcode.propTypes = iconPropTypes;
726
+ }
727
+ const BareMetalServer = /*#__PURE__*/React.forwardRef(function BareMetalServer(_ref22, ref) {
728
+ let {
729
+ children,
730
+ size = 16,
731
+ ...rest
732
+ } = _ref22;
733
+ return /*#__PURE__*/React.createElement(Icon, {
734
+ width: size,
735
+ height: size,
736
+ ref: ref,
737
+ xmlns: "http://www.w3.org/2000/svg",
738
+ viewBox: "0 0 32 32",
739
+ fill: "currentColor",
740
+ ...rest
741
+ }, _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
742
+ cx: "9",
743
+ cy: "6",
744
+ r: "1"
745
+ })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
746
+ 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"
747
+ })), _circle46 || (_circle46 = /*#__PURE__*/React.createElement("circle", {
748
+ cx: "9",
749
+ cy: "16",
750
+ r: "1"
751
+ })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
752
+ 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"
753
+ })), _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
754
+ cx: "9",
755
+ cy: "26",
756
+ r: "1"
757
+ })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
758
+ 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"
759
+ })), children);
760
+ });
761
+ if (process.env.NODE_ENV !== "production") {
762
+ BareMetalServer.propTypes = iconPropTypes;
763
+ }
764
+ const BareMetalServer_01 = /*#__PURE__*/React.forwardRef(function BareMetalServer_01(_ref23, ref) {
765
+ let {
766
+ children,
767
+ size = 16,
768
+ ...rest
769
+ } = _ref23;
770
+ return /*#__PURE__*/React.createElement(Icon, {
771
+ width: size,
772
+ height: size,
773
+ ref: ref,
774
+ xmlns: "http://www.w3.org/2000/svg",
775
+ viewBox: "0 0 32 32",
776
+ fill: "currentColor",
777
+ ...rest
778
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
779
+ d: "M17 28L17 22 15 22 15 28 5 28 5 30 27 30 27 28 17 28z"
780
+ })), _circle48 || (_circle48 = /*#__PURE__*/React.createElement("circle", {
781
+ cx: "9",
782
+ cy: "16",
783
+ r: "1"
784
+ })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
785
+ 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"
786
+ })), children);
787
+ });
788
+ if (process.env.NODE_ENV !== "production") {
789
+ BareMetalServer_01.propTypes = iconPropTypes;
790
+ }
791
+ const BareMetalServer_02 = /*#__PURE__*/React.forwardRef(function BareMetalServer_02(_ref24, ref) {
792
+ let {
793
+ children,
794
+ size = 16,
795
+ ...rest
796
+ } = _ref24;
797
+ return /*#__PURE__*/React.createElement(Icon, {
798
+ width: size,
799
+ height: size,
800
+ ref: ref,
801
+ xmlns: "http://www.w3.org/2000/svg",
802
+ viewBox: "0 0 32 32",
803
+ fill: "currentColor",
804
+ ...rest
805
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
806
+ d: "M17 28L17 22 15 22 15 28 5 28 5 30 27 30 27 28 17 28z"
807
+ })), _circle49 || (_circle49 = /*#__PURE__*/React.createElement("circle", {
808
+ cx: "9",
809
+ cy: "16",
810
+ r: "1"
811
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
812
+ 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"
813
+ })), _circle50 || (_circle50 = /*#__PURE__*/React.createElement("circle", {
814
+ cx: "9",
815
+ cy: "6",
816
+ r: "1"
817
+ })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
818
+ 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"
819
+ })), children);
820
+ });
821
+ if (process.env.NODE_ENV !== "production") {
822
+ BareMetalServer_02.propTypes = iconPropTypes;
823
+ }
824
+ const QBarrier = /*#__PURE__*/React.forwardRef(function QBarrier(_ref25, ref) {
825
+ let {
826
+ children,
827
+ size = 16,
828
+ ...rest
829
+ } = _ref25;
830
+ return /*#__PURE__*/React.createElement(Icon, {
831
+ width: size,
832
+ height: size,
833
+ ref: ref,
834
+ xmlns: "http://www.w3.org/2000/svg",
835
+ viewBox: "0 0 32 32",
836
+ fill: "currentColor",
837
+ ...rest
838
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
839
+ d: "M15 5H17V9H15zM15 11H17V15H15zM15 17H17V21H15zM15 23H17V27H15z"
840
+ })), children);
841
+ });
842
+ if (process.env.NODE_ENV !== "production") {
843
+ QBarrier.propTypes = iconPropTypes;
844
+ }
845
+ const Basketball = /*#__PURE__*/React.forwardRef(function Basketball(_ref26, ref) {
846
+ let {
847
+ children,
848
+ size = 16,
849
+ ...rest
850
+ } = _ref26;
851
+ return /*#__PURE__*/React.createElement(Icon, {
852
+ width: size,
853
+ height: size,
854
+ ref: ref,
855
+ xmlns: "http://www.w3.org/2000/svg",
856
+ viewBox: "0 0 32 32",
857
+ fill: "currentColor",
858
+ ...rest
859
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
860
+ 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"
861
+ })), children);
862
+ });
863
+ if (process.env.NODE_ENV !== "production") {
864
+ Basketball.propTypes = iconPropTypes;
865
+ }
866
+ const BastionHost = /*#__PURE__*/React.forwardRef(function BastionHost(_ref27, ref) {
867
+ let {
868
+ children,
869
+ size = 16,
870
+ ...rest
871
+ } = _ref27;
872
+ return /*#__PURE__*/React.createElement(Icon, {
873
+ width: size,
874
+ height: size,
875
+ ref: ref,
876
+ xmlns: "http://www.w3.org/2000/svg",
877
+ viewBox: "0 0 32 32",
878
+ fill: "currentColor",
879
+ ...rest
880
+ }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
881
+ 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"
882
+ })), children);
883
+ });
884
+ if (process.env.NODE_ENV !== "production") {
885
+ BastionHost.propTypes = iconPropTypes;
886
+ }
887
+ const Bat = /*#__PURE__*/React.forwardRef(function Bat(_ref28, ref) {
888
+ let {
889
+ children,
890
+ size = 16,
891
+ ...rest
892
+ } = _ref28;
893
+ return /*#__PURE__*/React.createElement(Icon, {
894
+ width: size,
895
+ height: size,
896
+ ref: ref,
897
+ xmlns: "http://www.w3.org/2000/svg",
898
+ viewBox: "0 0 32 32",
899
+ fill: "currentColor",
900
+ ...rest
901
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
902
+ 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"
903
+ })), children);
904
+ });
905
+ if (process.env.NODE_ENV !== "production") {
906
+ Bat.propTypes = iconPropTypes;
907
+ }
908
+ const BatchJob = /*#__PURE__*/React.forwardRef(function BatchJob(_ref29, ref) {
909
+ let {
910
+ children,
911
+ size = 16,
912
+ ...rest
913
+ } = _ref29;
914
+ return /*#__PURE__*/React.createElement(Icon, {
915
+ width: size,
916
+ height: size,
917
+ ref: ref,
918
+ xmlns: "http://www.w3.org/2000/svg",
919
+ viewBox: "0 0 32 32",
920
+ fill: "currentColor",
921
+ ...rest
922
+ }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
923
+ 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"
924
+ })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
925
+ d: "M17,21H8c-1.1046,0-2-.8954-2-2V7h2v12h9v2Z"
926
+ })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
927
+ d: "M13,25H4c-1.1028,0-2-.8972-2-2V11h2v12H13v2Z"
928
+ })), children);
929
+ });
930
+ if (process.env.NODE_ENV !== "production") {
931
+ BatchJob.propTypes = iconPropTypes;
932
+ }
933
+ const BatchJobStep = /*#__PURE__*/React.forwardRef(function BatchJobStep(_ref30, ref) {
934
+ let {
935
+ children,
936
+ size = 16,
937
+ ...rest
938
+ } = _ref30;
939
+ return /*#__PURE__*/React.createElement(Icon, {
940
+ width: size,
941
+ height: size,
942
+ ref: ref,
943
+ xmlns: "http://www.w3.org/2000/svg",
944
+ viewBox: "0 0 32 32",
945
+ fill: "currentColor",
946
+ ...rest
947
+ }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
948
+ 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"
949
+ })), children);
950
+ });
951
+ if (process.env.NODE_ENV !== "production") {
952
+ BatchJobStep.propTypes = iconPropTypes;
953
+ }
954
+ const BatteryCharging = /*#__PURE__*/React.forwardRef(function BatteryCharging(_ref31, ref) {
955
+ let {
956
+ children,
957
+ size = 16,
958
+ ...rest
959
+ } = _ref31;
960
+ return /*#__PURE__*/React.createElement(Icon, {
961
+ width: size,
962
+ height: size,
963
+ ref: ref,
964
+ xmlns: "http://www.w3.org/2000/svg",
965
+ viewBox: "0 0 32 32",
966
+ fill: "currentColor",
967
+ ...rest
968
+ }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
969
+ 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"
970
+ })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
971
+ 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"
972
+ })), children);
973
+ });
974
+ if (process.env.NODE_ENV !== "production") {
975
+ BatteryCharging.propTypes = iconPropTypes;
976
+ }
977
+ const BatteryEmpty = /*#__PURE__*/React.forwardRef(function BatteryEmpty(_ref32, ref) {
978
+ let {
979
+ children,
980
+ size = 16,
981
+ ...rest
982
+ } = _ref32;
983
+ return /*#__PURE__*/React.createElement(Icon, {
984
+ width: size,
985
+ height: size,
986
+ ref: ref,
987
+ xmlns: "http://www.w3.org/2000/svg",
988
+ viewBox: "0 0 32 32",
989
+ fill: "currentColor",
990
+ ...rest
991
+ }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
992
+ 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"
993
+ })), children);
994
+ });
995
+ if (process.env.NODE_ENV !== "production") {
996
+ BatteryEmpty.propTypes = iconPropTypes;
997
+ }
998
+ const BatteryFull = /*#__PURE__*/React.forwardRef(function BatteryFull(_ref33, ref) {
999
+ let {
1000
+ children,
1001
+ size = 16,
1002
+ ...rest
1003
+ } = _ref33;
1004
+ return /*#__PURE__*/React.createElement(Icon, {
1005
+ width: size,
1006
+ height: size,
1007
+ ref: ref,
1008
+ xmlns: "http://www.w3.org/2000/svg",
1009
+ viewBox: "0 0 32 32",
1010
+ fill: "currentColor",
1011
+ ...rest
1012
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1013
+ 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"
1014
+ })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1015
+ d: "M11 9H19V23H11z",
1016
+ transform: "rotate(90 15 16)"
1017
+ })), children);
1018
+ });
1019
+ if (process.env.NODE_ENV !== "production") {
1020
+ BatteryFull.propTypes = iconPropTypes;
1021
+ }
1022
+ const BatteryHalf = /*#__PURE__*/React.forwardRef(function BatteryHalf(_ref34, ref) {
1023
+ let {
1024
+ children,
1025
+ size = 16,
1026
+ ...rest
1027
+ } = _ref34;
1028
+ return /*#__PURE__*/React.createElement(Icon, {
1029
+ width: size,
1030
+ height: size,
1031
+ ref: ref,
1032
+ xmlns: "http://www.w3.org/2000/svg",
1033
+ viewBox: "0 0 32 32",
1034
+ fill: "currentColor",
1035
+ ...rest
1036
+ }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1037
+ 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"
1038
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1039
+ d: "M8 12H16V20H8z",
1040
+ transform: "rotate(90 12 16)"
1041
+ })), children);
1042
+ });
1043
+ if (process.env.NODE_ENV !== "production") {
1044
+ BatteryHalf.propTypes = iconPropTypes;
1045
+ }
1046
+ const BatteryLow = /*#__PURE__*/React.forwardRef(function BatteryLow(_ref35, ref) {
1047
+ let {
1048
+ children,
1049
+ size = 16,
1050
+ ...rest
1051
+ } = _ref35;
1052
+ return /*#__PURE__*/React.createElement(Icon, {
1053
+ width: size,
1054
+ height: size,
1055
+ ref: ref,
1056
+ xmlns: "http://www.w3.org/2000/svg",
1057
+ viewBox: "0 0 32 32",
1058
+ fill: "currentColor",
1059
+ ...rest
1060
+ }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1061
+ 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"
1062
+ })), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1063
+ d: "M5 15H13V17H5z",
1064
+ transform: "rotate(90 9 16)"
1065
+ })), children);
1066
+ });
1067
+ if (process.env.NODE_ENV !== "production") {
1068
+ BatteryLow.propTypes = iconPropTypes;
1069
+ }
1070
+ const BatteryQuarter = /*#__PURE__*/React.forwardRef(function BatteryQuarter(_ref36, ref) {
1071
+ let {
1072
+ children,
1073
+ size = 16,
1074
+ ...rest
1075
+ } = _ref36;
1076
+ return /*#__PURE__*/React.createElement(Icon, {
1077
+ width: size,
1078
+ height: size,
1079
+ ref: ref,
1080
+ xmlns: "http://www.w3.org/2000/svg",
1081
+ viewBox: "0 0 32 32",
1082
+ fill: "currentColor",
1083
+ ...rest
1084
+ }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1085
+ 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"
1086
+ })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1087
+ d: "M6 14H14V18H6z",
1088
+ transform: "rotate(90 10 16)"
1089
+ })), children);
1090
+ });
1091
+ if (process.env.NODE_ENV !== "production") {
1092
+ BatteryQuarter.propTypes = iconPropTypes;
1093
+ }
1094
+ const Bee = /*#__PURE__*/React.forwardRef(function Bee(_ref37, ref) {
1095
+ let {
1096
+ children,
1097
+ size = 16,
1098
+ ...rest
1099
+ } = _ref37;
1100
+ return /*#__PURE__*/React.createElement(Icon, {
1101
+ width: size,
1102
+ height: size,
1103
+ ref: ref,
1104
+ xmlns: "http://www.w3.org/2000/svg",
1105
+ viewBox: "0 0 32 32",
1106
+ fill: "currentColor",
1107
+ ...rest
1108
+ }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1109
+ 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"
1110
+ })), children);
1111
+ });
1112
+ if (process.env.NODE_ENV !== "production") {
1113
+ Bee.propTypes = iconPropTypes;
1114
+ }
1115
+ const BeeBat = /*#__PURE__*/React.forwardRef(function BeeBat(_ref38, ref) {
1116
+ let {
1117
+ children,
1118
+ size = 16,
1119
+ ...rest
1120
+ } = _ref38;
1121
+ return /*#__PURE__*/React.createElement(Icon, {
1122
+ width: size,
1123
+ height: size,
1124
+ ref: ref,
1125
+ xmlns: "http://www.w3.org/2000/svg",
1126
+ viewBox: "0 0 32 32",
1127
+ fill: "currentColor",
1128
+ ...rest
1129
+ }, _circle51 || (_circle51 = /*#__PURE__*/React.createElement("circle", {
1130
+ cx: "13",
1131
+ cy: "8",
1132
+ r: "2"
1133
+ })), _circle52 || (_circle52 = /*#__PURE__*/React.createElement("circle", {
1134
+ cx: "19",
1135
+ cy: "8",
1136
+ r: "2"
1137
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1138
+ 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"
1139
+ })), children);
1140
+ });
1141
+ if (process.env.NODE_ENV !== "production") {
1142
+ BeeBat.propTypes = iconPropTypes;
1143
+ }
1144
+ const Beta = /*#__PURE__*/React.forwardRef(function Beta(_ref39, ref) {
1145
+ let {
1146
+ children,
1147
+ size = 16,
1148
+ ...rest
1149
+ } = _ref39;
1150
+ return /*#__PURE__*/React.createElement(Icon, {
1151
+ width: size,
1152
+ height: size,
1153
+ ref: ref,
1154
+ xmlns: "http://www.w3.org/2000/svg",
1155
+ viewBox: "0 0 32 32",
1156
+ fill: "currentColor",
1157
+ ...rest
1158
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1159
+ 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"
1160
+ })), children);
1161
+ });
1162
+ if (process.env.NODE_ENV !== "production") {
1163
+ Beta.propTypes = iconPropTypes;
1164
+ }
1165
+ const Bicycle = /*#__PURE__*/React.forwardRef(function Bicycle(_ref40, ref) {
1166
+ let {
1167
+ children,
1168
+ size = 16,
1169
+ ...rest
1170
+ } = _ref40;
1171
+ return /*#__PURE__*/React.createElement(Icon, {
1172
+ width: size,
1173
+ height: size,
1174
+ ref: ref,
1175
+ xmlns: "http://www.w3.org/2000/svg",
1176
+ viewBox: "0 0 32 32",
1177
+ fill: "currentColor",
1178
+ ...rest
1179
+ }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1180
+ 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"
1181
+ })), children);
1182
+ });
1183
+ if (process.env.NODE_ENV !== "production") {
1184
+ Bicycle.propTypes = iconPropTypes;
1185
+ }
1186
+ const Binding_01 = /*#__PURE__*/React.forwardRef(function Binding_01(_ref41, ref) {
1187
+ let {
1188
+ children,
1189
+ size = 16,
1190
+ ...rest
1191
+ } = _ref41;
1192
+ return /*#__PURE__*/React.createElement(Icon, {
1193
+ width: size,
1194
+ height: size,
1195
+ ref: ref,
1196
+ xmlns: "http://www.w3.org/2000/svg",
1197
+ viewBox: "0 0 32 32",
1198
+ fill: "currentColor",
1199
+ ...rest
1200
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1201
+ strokeWidth: "0",
1202
+ d: "M4 10H28V12H4zM4 20H28V22H4z"
1203
+ })), children);
1204
+ });
1205
+ if (process.env.NODE_ENV !== "production") {
1206
+ Binding_01.propTypes = iconPropTypes;
1207
+ }
1208
+ const Binding_02 = /*#__PURE__*/React.forwardRef(function Binding_02(_ref42, ref) {
1209
+ let {
1210
+ children,
1211
+ size = 16,
1212
+ ...rest
1213
+ } = _ref42;
1214
+ return /*#__PURE__*/React.createElement(Icon, {
1215
+ width: size,
1216
+ height: size,
1217
+ ref: ref,
1218
+ xmlns: "http://www.w3.org/2000/svg",
1219
+ viewBox: "0 0 32 32",
1220
+ fill: "currentColor",
1221
+ ...rest
1222
+ }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1223
+ strokeWidth: "0",
1224
+ d: "M25 8L23.3721 9.1621 28.542 16 23.386 22.8379 25.0139 24 31 16 25 8z"
1225
+ })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1226
+ strokeWidth: "0",
1227
+ 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"
1228
+ })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1229
+ strokeWidth: "0",
1230
+ d: "M12 8L6 16 11.9861 24 13.614 22.8379 8.458 16 13.6279 9.1621 12 8z"
1231
+ })), children);
1232
+ });
1233
+ if (process.env.NODE_ENV !== "production") {
1234
+ Binding_02.propTypes = iconPropTypes;
1235
+ }
1236
+ const Binoculars = /*#__PURE__*/React.forwardRef(function Binoculars(_ref43, ref) {
1237
+ let {
1238
+ children,
1239
+ size = 16,
1240
+ ...rest
1241
+ } = _ref43;
1242
+ return /*#__PURE__*/React.createElement(Icon, {
1243
+ width: size,
1244
+ height: size,
1245
+ ref: ref,
1246
+ xmlns: "http://www.w3.org/2000/svg",
1247
+ viewBox: "0 0 32 32",
1248
+ fill: "currentColor",
1249
+ ...rest
1250
+ }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1251
+ 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"
1252
+ })), children);
1253
+ });
1254
+ if (process.env.NODE_ENV !== "production") {
1255
+ Binoculars.propTypes = iconPropTypes;
1256
+ }
1257
+ const BlandAltmanPlot = /*#__PURE__*/React.forwardRef(function BlandAltmanPlot(_ref44, ref) {
1258
+ let {
1259
+ children,
1260
+ size = 16,
1261
+ ...rest
1262
+ } = _ref44;
1263
+ return /*#__PURE__*/React.createElement(Icon, {
1264
+ width: size,
1265
+ height: size,
1266
+ ref: ref,
1267
+ xmlns: "http://www.w3.org/2000/svg",
1268
+ viewBox: "0 0 32 32",
1269
+ fill: "currentColor",
1270
+ ...rest
1271
+ }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1272
+ 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"
1273
+ })), children);
1274
+ });
1275
+ if (process.env.NODE_ENV !== "production") {
1276
+ BlandAltmanPlot.propTypes = iconPropTypes;
1277
+ }
1278
+ const QBlochSphere = /*#__PURE__*/React.forwardRef(function QBlochSphere(_ref45, ref) {
1279
+ let {
1280
+ children,
1281
+ size = 16,
1282
+ ...rest
1283
+ } = _ref45;
1284
+ return /*#__PURE__*/React.createElement(Icon, {
1285
+ width: size,
1286
+ height: size,
1287
+ ref: ref,
1288
+ xmlns: "http://www.w3.org/2000/svg",
1289
+ viewBox: "0 0 32 32",
1290
+ fill: "currentColor",
1291
+ ...rest
1292
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1293
+ d: "M21.87,7.84l-1.74-1L16,14h0a2,2,0,1,0,2,2,2,2,0,0,0-.27-1Z"
1294
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1295
+ 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"
1296
+ })), children);
1297
+ });
1298
+ if (process.env.NODE_ENV !== "production") {
1299
+ QBlochSphere.propTypes = iconPropTypes;
1300
+ }
1301
+ const BlockStorage = /*#__PURE__*/React.forwardRef(function BlockStorage(_ref46, ref) {
1302
+ let {
1303
+ children,
1304
+ size = 16,
1305
+ ...rest
1306
+ } = _ref46;
1307
+ return /*#__PURE__*/React.createElement(Icon, {
1308
+ width: size,
1309
+ height: size,
1310
+ ref: ref,
1311
+ xmlns: "http://www.w3.org/2000/svg",
1312
+ viewBox: "0 0 32 32",
1313
+ fill: "currentColor",
1314
+ ...rest
1315
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1316
+ d: "M9,12V10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V19H20v9H4V12"
1317
+ })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1318
+ 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"
1319
+ })), children);
1320
+ });
1321
+ if (process.env.NODE_ENV !== "production") {
1322
+ BlockStorage.propTypes = iconPropTypes;
1323
+ }
1324
+ const BlockStorageAlt = /*#__PURE__*/React.forwardRef(function BlockStorageAlt(_ref47, ref) {
1325
+ let {
1326
+ children,
1327
+ size = 16,
1328
+ ...rest
1329
+ } = _ref47;
1330
+ return /*#__PURE__*/React.createElement(Icon, {
1331
+ width: size,
1332
+ height: size,
1333
+ ref: ref,
1334
+ xmlns: "http://www.w3.org/2000/svg",
1335
+ viewBox: "0 0 32 32",
1336
+ fill: "currentColor",
1337
+ ...rest
1338
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1339
+ 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"
1340
+ })), _circle53 || (_circle53 = /*#__PURE__*/React.createElement("circle", {
1341
+ cx: "7",
1342
+ cy: "25",
1343
+ r: "1"
1344
+ })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1345
+ d: "M15 20H8V13h7zm-5-2h3V15H10zM24 20H17V13h7zm-5-2h3V15H19zM15 11H8V4h7zM10 9h3V6H10zM24 11H17V4h7zM19 9h3V6H19z"
1346
+ })), children);
1347
+ });
1348
+ if (process.env.NODE_ENV !== "production") {
1349
+ BlockStorageAlt.propTypes = iconPropTypes;
1350
+ }
1351
+ const Blockchain = /*#__PURE__*/React.forwardRef(function Blockchain(_ref48, ref) {
1352
+ let {
1353
+ children,
1354
+ size = 16,
1355
+ ...rest
1356
+ } = _ref48;
1357
+ return /*#__PURE__*/React.createElement(Icon, {
1358
+ width: size,
1359
+ height: size,
1360
+ ref: ref,
1361
+ xmlns: "http://www.w3.org/2000/svg",
1362
+ viewBox: "0 0 32 32",
1363
+ fill: "currentColor",
1364
+ ...rest
1365
+ }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1366
+ d: "M6,24H4V8H6ZM28,8H26V24h2ZM24,6V4H8V6Zm0,22V26H8v2Z"
1367
+ })), children);
1368
+ });
1369
+ if (process.env.NODE_ENV !== "production") {
1370
+ Blockchain.propTypes = iconPropTypes;
1371
+ }
1372
+ const Blog = /*#__PURE__*/React.forwardRef(function Blog(_ref49, ref) {
1373
+ let {
1374
+ children,
1375
+ size = 16,
1376
+ ...rest
1377
+ } = _ref49;
1378
+ return /*#__PURE__*/React.createElement(Icon, {
1379
+ width: size,
1380
+ height: size,
1381
+ ref: ref,
1382
+ xmlns: "http://www.w3.org/2000/svg",
1383
+ viewBox: "0 0 32 32",
1384
+ fill: "currentColor",
1385
+ ...rest
1386
+ }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1387
+ 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"
1388
+ })), children);
1389
+ });
1390
+ if (process.env.NODE_ENV !== "production") {
1391
+ Blog.propTypes = iconPropTypes;
1392
+ }
1393
+ const Bluetooth = /*#__PURE__*/React.forwardRef(function Bluetooth(_ref50, ref) {
1394
+ let {
1395
+ children,
1396
+ size = 16,
1397
+ ...rest
1398
+ } = _ref50;
1399
+ return /*#__PURE__*/React.createElement(Icon, {
1400
+ width: size,
1401
+ height: size,
1402
+ ref: ref,
1403
+ xmlns: "http://www.w3.org/2000/svg",
1404
+ viewBox: "0 0 32 32",
1405
+ fill: "currentColor",
1406
+ ...rest
1407
+ }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1408
+ 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"
1409
+ })), children);
1410
+ });
1411
+ if (process.env.NODE_ENV !== "production") {
1412
+ Bluetooth.propTypes = iconPropTypes;
1413
+ }
1414
+ const BluetoothOff = /*#__PURE__*/React.forwardRef(function BluetoothOff(_ref51, ref) {
1415
+ let {
1416
+ children,
1417
+ size = 16,
1418
+ ...rest
1419
+ } = _ref51;
1420
+ return /*#__PURE__*/React.createElement(Icon, {
1421
+ width: size,
1422
+ height: size,
1423
+ ref: ref,
1424
+ xmlns: "http://www.w3.org/2000/svg",
1425
+ viewBox: "0 0 32 32",
1426
+ fill: "currentColor",
1427
+ ...rest
1428
+ }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1429
+ 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"
1430
+ })), children);
1431
+ });
1432
+ if (process.env.NODE_ENV !== "production") {
1433
+ BluetoothOff.propTypes = iconPropTypes;
1434
+ }
1435
+ const Book = /*#__PURE__*/React.forwardRef(function Book(_ref52, ref) {
1436
+ let {
1437
+ children,
1438
+ size = 16,
1439
+ ...rest
1440
+ } = _ref52;
1441
+ return /*#__PURE__*/React.createElement(Icon, {
1442
+ width: size,
1443
+ height: size,
1444
+ ref: ref,
1445
+ xmlns: "http://www.w3.org/2000/svg",
1446
+ viewBox: "0 0 32 32",
1447
+ fill: "currentColor",
1448
+ ...rest
1449
+ }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1450
+ d: "M19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19zM6 10H13V12H6zM6 15H13V17H6zM6 20H13V22H6z"
1451
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1452
+ 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"
1453
+ })), children);
1454
+ });
1455
+ if (process.env.NODE_ENV !== "production") {
1456
+ Book.propTypes = iconPropTypes;
1457
+ }
1458
+ const Bookmark = /*#__PURE__*/React.forwardRef(function Bookmark(_ref53, ref) {
1459
+ let {
1460
+ children,
1461
+ size = 16,
1462
+ ...rest
1463
+ } = _ref53;
1464
+ return /*#__PURE__*/React.createElement(Icon, {
1465
+ width: size,
1466
+ height: size,
1467
+ ref: ref,
1468
+ xmlns: "http://www.w3.org/2000/svg",
1469
+ viewBox: "0 0 32 32",
1470
+ fill: "currentColor",
1471
+ ...rest
1472
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1473
+ 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"
1474
+ })), children);
1475
+ });
1476
+ if (process.env.NODE_ENV !== "production") {
1477
+ Bookmark.propTypes = iconPropTypes;
1478
+ }
1479
+ const BookmarkAdd = /*#__PURE__*/React.forwardRef(function BookmarkAdd(_ref54, ref) {
1480
+ let {
1481
+ children,
1482
+ size = 16,
1483
+ ...rest
1484
+ } = _ref54;
1485
+ return /*#__PURE__*/React.createElement(Icon, {
1486
+ width: size,
1487
+ height: size,
1488
+ ref: ref,
1489
+ xmlns: "http://www.w3.org/2000/svg",
1490
+ viewBox: "0 0 32 32",
1491
+ fill: "currentColor",
1492
+ ...rest
1493
+ }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1494
+ d: "M24,16V26.7515l-7.0962-3.5894L16,22.7051l-.9009.456L8,26.748V4H18V2H8A2,2,0,0,0,6,4V30l10-5.0537L26,30V16Z"
1495
+ })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1496
+ 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"
1497
+ })), children);
1498
+ });
1499
+ if (process.env.NODE_ENV !== "production") {
1500
+ BookmarkAdd.propTypes = iconPropTypes;
1501
+ }
1502
+ const BookmarkFilled = /*#__PURE__*/React.forwardRef(function BookmarkFilled(_ref55, ref) {
1503
+ let {
1504
+ children,
1505
+ size = 16,
1506
+ ...rest
1507
+ } = _ref55;
1508
+ return /*#__PURE__*/React.createElement(Icon, {
1509
+ width: size,
1510
+ height: size,
1511
+ ref: ref,
1512
+ xmlns: "http://www.w3.org/2000/svg",
1513
+ viewBox: "0 0 32 32",
1514
+ fill: "currentColor",
1515
+ ...rest
1516
+ }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1517
+ d: "M24,2H8A2,2,0,0,0,6,4V30l10-5.0538L26,30V4A2,2,0,0,0,24,2Z"
1518
+ })), children);
1519
+ });
1520
+ if (process.env.NODE_ENV !== "production") {
1521
+ BookmarkFilled.propTypes = iconPropTypes;
1522
+ }
1523
+ const Boolean = /*#__PURE__*/React.forwardRef(function Boolean(_ref56, ref) {
1524
+ let {
1525
+ children,
1526
+ size = 16,
1527
+ ...rest
1528
+ } = _ref56;
1529
+ return /*#__PURE__*/React.createElement(Icon, {
1530
+ width: size,
1531
+ height: size,
1532
+ ref: ref,
1533
+ xmlns: "http://www.w3.org/2000/svg",
1534
+ viewBox: "0 0 32 32",
1535
+ fill: "currentColor",
1536
+ ...rest
1537
+ }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1538
+ 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"
1539
+ })), _circle54 || (_circle54 = /*#__PURE__*/React.createElement("circle", {
1540
+ cx: "9",
1541
+ cy: "16",
1542
+ r: "7"
1543
+ })), children);
1544
+ });
1545
+ if (process.env.NODE_ENV !== "production") {
1546
+ Boolean.propTypes = iconPropTypes;
1547
+ }
1548
+ const Boot = /*#__PURE__*/React.forwardRef(function Boot(_ref57, ref) {
1549
+ let {
1550
+ children,
1551
+ size = 16,
1552
+ ...rest
1553
+ } = _ref57;
1554
+ return /*#__PURE__*/React.createElement(Icon, {
1555
+ width: size,
1556
+ height: size,
1557
+ ref: ref,
1558
+ xmlns: "http://www.w3.org/2000/svg",
1559
+ viewBox: "0 0 32 32",
1560
+ fill: "currentColor",
1561
+ ...rest
1562
+ }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1563
+ 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"
1564
+ })), children);
1565
+ });
1566
+ if (process.env.NODE_ENV !== "production") {
1567
+ Boot.propTypes = iconPropTypes;
1568
+ }
1569
+ const BootVolume = /*#__PURE__*/React.forwardRef(function BootVolume(_ref58, ref) {
1570
+ let {
1571
+ children,
1572
+ size = 16,
1573
+ ...rest
1574
+ } = _ref58;
1575
+ return /*#__PURE__*/React.createElement(Icon, {
1576
+ width: size,
1577
+ height: size,
1578
+ ref: ref,
1579
+ xmlns: "http://www.w3.org/2000/svg",
1580
+ viewBox: "0 0 32 32",
1581
+ fill: "currentColor",
1582
+ ...rest
1583
+ }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1584
+ 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"
1585
+ })), children);
1586
+ });
1587
+ if (process.env.NODE_ENV !== "production") {
1588
+ BootVolume.propTypes = iconPropTypes;
1589
+ }
1590
+ const BootVolumeAlt = /*#__PURE__*/React.forwardRef(function BootVolumeAlt(_ref59, ref) {
1591
+ let {
1592
+ children,
1593
+ size = 16,
1594
+ ...rest
1595
+ } = _ref59;
1596
+ return /*#__PURE__*/React.createElement(Icon, {
1597
+ width: size,
1598
+ height: size,
1599
+ ref: ref,
1600
+ xmlns: "http://www.w3.org/2000/svg",
1601
+ viewBox: "0 0 32 32",
1602
+ fill: "currentColor",
1603
+ ...rest
1604
+ }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1605
+ 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"
1606
+ })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1607
+ 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"
1608
+ })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1609
+ 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"
1610
+ })), children);
1611
+ });
1612
+ if (process.env.NODE_ENV !== "production") {
1613
+ BootVolumeAlt.propTypes = iconPropTypes;
1614
+ }
1615
+ const BorderBottom = /*#__PURE__*/React.forwardRef(function BorderBottom(_ref60, ref) {
1616
+ let {
1617
+ children,
1618
+ size = 16,
1619
+ ...rest
1620
+ } = _ref60;
1621
+ return /*#__PURE__*/React.createElement(Icon, {
1622
+ width: size,
1623
+ height: size,
1624
+ ref: ref,
1625
+ xmlns: "http://www.w3.org/2000/svg",
1626
+ viewBox: "0 0 32 32",
1627
+ fill: "currentColor",
1628
+ ...rest
1629
+ }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1630
+ d: "M3 27H29V29H3z",
1631
+ transform: "rotate(180 16 28)"
1632
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1633
+ d: "M27 23H29V25H27z",
1634
+ transform: "rotate(180 28 24)"
1635
+ })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1636
+ d: "M27 19H29V21H27z",
1637
+ transform: "rotate(180 28 20)"
1638
+ })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1639
+ d: "M27 15H29V17H27z",
1640
+ transform: "rotate(180 28 16)"
1641
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1642
+ d: "M27 11H29V13H27z",
1643
+ transform: "rotate(180 28 12)"
1644
+ })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1645
+ d: "M27 7H29V9H27z",
1646
+ transform: "rotate(180 28 8)"
1647
+ })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1648
+ d: "M27 3H29V5H27z",
1649
+ transform: "rotate(180 28 4)"
1650
+ })), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1651
+ d: "M23 3H25V5H23z",
1652
+ transform: "rotate(180 24 4)"
1653
+ })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1654
+ d: "M19 3H21V5H19z",
1655
+ transform: "rotate(180 20 4)"
1656
+ })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1657
+ d: "M15 3H17V5H15z",
1658
+ transform: "rotate(180 16 4)"
1659
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1660
+ d: "M7 3H9V5H7z",
1661
+ transform: "rotate(180 8 4)"
1662
+ })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1663
+ d: "M11 3H13V5H11z",
1664
+ transform: "rotate(180 12 4)"
1665
+ })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1666
+ d: "M3 23H5V25H3z",
1667
+ transform: "rotate(180 4 24)"
1668
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1669
+ d: "M3 19H5V21H3z",
1670
+ transform: "rotate(180 4 20)"
1671
+ })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1672
+ d: "M3 15H5V17H3z",
1673
+ transform: "rotate(180 4 16)"
1674
+ })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1675
+ d: "M3 11H5V13H3z",
1676
+ transform: "rotate(180 4 12)"
1677
+ })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1678
+ d: "M3 7H5V9H3z",
1679
+ transform: "rotate(180 4 8)"
1680
+ })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1681
+ d: "M3 3H5V5H3z",
1682
+ transform: "rotate(180 4 4)"
1683
+ })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1684
+ d: "M8 10H18V12H8zM8 15H14V17H8z"
1685
+ })), children);
1686
+ });
1687
+ if (process.env.NODE_ENV !== "production") {
1688
+ BorderBottom.propTypes = iconPropTypes;
1689
+ }
1690
+ const BorderFull = /*#__PURE__*/React.forwardRef(function BorderFull(_ref61, ref) {
1691
+ let {
1692
+ children,
1693
+ size = 16,
1694
+ ...rest
1695
+ } = _ref61;
1696
+ return /*#__PURE__*/React.createElement(Icon, {
1697
+ width: size,
1698
+ height: size,
1699
+ ref: ref,
1700
+ xmlns: "http://www.w3.org/2000/svg",
1701
+ viewBox: "0 0 32 32",
1702
+ fill: "currentColor",
1703
+ ...rest
1704
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1705
+ d: "M8 10H18V12H8zM8 15H14V17H8z"
1706
+ })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1707
+ d: "M29,29H3V3H29ZM5,27H27V5H5Z"
1708
+ })), children);
1709
+ });
1710
+ if (process.env.NODE_ENV !== "production") {
1711
+ BorderFull.propTypes = iconPropTypes;
1712
+ }
1713
+ const BorderLeft = /*#__PURE__*/React.forwardRef(function BorderLeft(_ref62, ref) {
1714
+ let {
1715
+ children,
1716
+ size = 16,
1717
+ ...rest
1718
+ } = _ref62;
1719
+ return /*#__PURE__*/React.createElement(Icon, {
1720
+ width: size,
1721
+ height: size,
1722
+ ref: ref,
1723
+ xmlns: "http://www.w3.org/2000/svg",
1724
+ viewBox: "0 0 32 32",
1725
+ fill: "currentColor",
1726
+ ...rest
1727
+ }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1728
+ d: "M-9 15H17V17H-9z",
1729
+ transform: "rotate(-90 4 16)"
1730
+ })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1731
+ d: "M7 27H9V29H7z",
1732
+ transform: "rotate(-90 8 28)"
1733
+ })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1734
+ d: "M11 27H13V29H11z",
1735
+ transform: "rotate(-90 12 28)"
1736
+ })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1737
+ d: "M15 27H17V29H15z",
1738
+ transform: "rotate(-90 16 28)"
1739
+ })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1740
+ d: "M19 27H21V29H19z",
1741
+ transform: "rotate(-90 20 28)"
1742
+ })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1743
+ d: "M23 27H25V29H23z",
1744
+ transform: "rotate(-90 24 28)"
1745
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1746
+ d: "M27 27H29V29H27z",
1747
+ transform: "rotate(-90 28 28)"
1748
+ })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1749
+ d: "M27 23H29V25H27z",
1750
+ transform: "rotate(-90 28 24)"
1751
+ })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
1752
+ d: "M27 19H29V21H27z",
1753
+ transform: "rotate(-90 28 20)"
1754
+ })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1755
+ d: "M27 15H29V17H27z",
1756
+ transform: "rotate(-90 28 16)"
1757
+ })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
1758
+ d: "M27 7H29V9H27z",
1759
+ transform: "rotate(-90 28 8)"
1760
+ })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
1761
+ d: "M27 11H29V13H27z",
1762
+ transform: "rotate(-90 28 12)"
1763
+ })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
1764
+ d: "M7 3H9V5H7z",
1765
+ transform: "rotate(-90 8 4)"
1766
+ })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
1767
+ d: "M11 3H13V5H11z",
1768
+ transform: "rotate(-90 12 4)"
1769
+ })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
1770
+ d: "M15 3H17V5H15z",
1771
+ transform: "rotate(-90 16 4)"
1772
+ })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
1773
+ d: "M19 3H21V5H19z",
1774
+ transform: "rotate(-90 20 4)"
1775
+ })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
1776
+ d: "M23 3H25V5H23z",
1777
+ transform: "rotate(-90 24 4)"
1778
+ })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
1779
+ d: "M27 3H29V5H27z",
1780
+ transform: "rotate(-90 28 4)"
1781
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
1782
+ d: "M8 10H18V12H8zM8 15H14V17H8z"
1783
+ })), children);
1784
+ });
1785
+ if (process.env.NODE_ENV !== "production") {
1786
+ BorderLeft.propTypes = iconPropTypes;
1787
+ }
1788
+ const BorderNone = /*#__PURE__*/React.forwardRef(function BorderNone(_ref63, ref) {
1789
+ let {
1790
+ children,
1791
+ size = 16,
1792
+ ...rest
1793
+ } = _ref63;
1794
+ return /*#__PURE__*/React.createElement(Icon, {
1795
+ width: size,
1796
+ height: size,
1797
+ ref: ref,
1798
+ xmlns: "http://www.w3.org/2000/svg",
1799
+ viewBox: "0 0 32 32",
1800
+ fill: "currentColor",
1801
+ ...rest
1802
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
1803
+ 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"
1804
+ })), children);
1805
+ });
1806
+ if (process.env.NODE_ENV !== "production") {
1807
+ BorderNone.propTypes = iconPropTypes;
1808
+ }
1809
+ const BorderRight = /*#__PURE__*/React.forwardRef(function BorderRight(_ref64, ref) {
1810
+ let {
1811
+ children,
1812
+ size = 16,
1813
+ ...rest
1814
+ } = _ref64;
1815
+ return /*#__PURE__*/React.createElement(Icon, {
1816
+ width: size,
1817
+ height: size,
1818
+ ref: ref,
1819
+ xmlns: "http://www.w3.org/2000/svg",
1820
+ viewBox: "0 0 32 32",
1821
+ fill: "currentColor",
1822
+ ...rest
1823
+ }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
1824
+ d: "M15 15H41V17H15z",
1825
+ transform: "rotate(90 28 16)"
1826
+ })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
1827
+ d: "M23 3H25V5H23z",
1828
+ transform: "rotate(90 24 4)"
1829
+ })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
1830
+ d: "M19 3H21V5H19z",
1831
+ transform: "rotate(90 20 4)"
1832
+ })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
1833
+ d: "M15 3H17V5H15z",
1834
+ transform: "rotate(90 16 4)"
1835
+ })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
1836
+ d: "M11 3H13V5H11z",
1837
+ transform: "rotate(90 12 4)"
1838
+ })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
1839
+ d: "M7 3H9V5H7z",
1840
+ transform: "rotate(90 8 4)"
1841
+ })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
1842
+ d: "M3 3H5V5H3z",
1843
+ transform: "rotate(90 4 4)"
1844
+ })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
1845
+ d: "M3 7H5V9H3z",
1846
+ transform: "rotate(90 4 8)"
1847
+ })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
1848
+ d: "M3 11H5V13H3z",
1849
+ transform: "rotate(90 4 12)"
1850
+ })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
1851
+ d: "M3 15H5V17H3z",
1852
+ transform: "rotate(90 4 16)"
1853
+ })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
1854
+ d: "M3 23H5V25H3z",
1855
+ transform: "rotate(90 4 24)"
1856
+ })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
1857
+ d: "M3 19H5V21H3z",
1858
+ transform: "rotate(90 4 20)"
1859
+ })), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
1860
+ d: "M23 27H25V29H23z",
1861
+ transform: "rotate(90 24 28)"
1862
+ })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
1863
+ d: "M19 27H21V29H19z",
1864
+ transform: "rotate(90 20 28)"
1865
+ })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
1866
+ d: "M15 27H17V29H15z",
1867
+ transform: "rotate(90 16 28)"
1868
+ })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
1869
+ d: "M11 27H13V29H11z",
1870
+ transform: "rotate(90 12 28)"
1871
+ })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
1872
+ d: "M7 27H9V29H7z",
1873
+ transform: "rotate(90 8 28)"
1874
+ })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
1875
+ d: "M3 27H5V29H3z",
1876
+ transform: "rotate(90 4 28)"
1877
+ })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
1878
+ d: "M8 10H18V12H8zM8 15H14V17H8z"
1879
+ })), children);
1880
+ });
1881
+ if (process.env.NODE_ENV !== "production") {
1882
+ BorderRight.propTypes = iconPropTypes;
1883
+ }
1884
+ const BorderTop = /*#__PURE__*/React.forwardRef(function BorderTop(_ref65, ref) {
1885
+ let {
1886
+ children,
1887
+ size = 16,
1888
+ ...rest
1889
+ } = _ref65;
1890
+ return /*#__PURE__*/React.createElement(Icon, {
1891
+ width: size,
1892
+ height: size,
1893
+ ref: ref,
1894
+ xmlns: "http://www.w3.org/2000/svg",
1895
+ viewBox: "0 0 32 32",
1896
+ fill: "currentColor",
1897
+ ...rest
1898
+ }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
1899
+ d: "M3 3H29V5H3zM3 7H5V9H3zM3 11H5V13H3zM3 15H5V17H3zM3 19H5V21H3zM3 23H5V25H3zM3 27H5V29H3zM7 27H9V29H7zM11 27H13V29H11zM15 27H17V29H15zM23 27H25V29H23zM19 27H21V29H19zM27 7H29V9H27zM27 11H29V13H27zM27 15H29V17H27zM27 19H29V21H27zM27 23H29V25H27zM27 27H29V29H27zM8 10H18V12H8zM8 15H14V17H8z"
1900
+ })), children);
1901
+ });
1902
+ if (process.env.NODE_ENV !== "production") {
1903
+ BorderTop.propTypes = iconPropTypes;
1904
+ }
1905
+ const Bot = /*#__PURE__*/React.forwardRef(function Bot(_ref66, ref) {
1906
+ let {
1907
+ children,
1908
+ size = 16,
1909
+ ...rest
1910
+ } = _ref66;
1911
+ return /*#__PURE__*/React.createElement(Icon, {
1912
+ width: size,
1913
+ height: size,
1914
+ ref: ref,
1915
+ xmlns: "http://www.w3.org/2000/svg",
1916
+ viewBox: "0 0 32 32",
1917
+ fill: "currentColor",
1918
+ ...rest
1919
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
1920
+ d: "M18 10H20V12H18zM12 10H14V12H12z"
1921
+ })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
1922
+ 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"
1923
+ })), children);
1924
+ });
1925
+ if (process.env.NODE_ENV !== "production") {
1926
+ Bot.propTypes = iconPropTypes;
1927
+ }
1928
+ const Bottles_01 = /*#__PURE__*/React.forwardRef(function Bottles_01(_ref67, ref) {
1929
+ let {
1930
+ children,
1931
+ size = 16,
1932
+ ...rest
1933
+ } = _ref67;
1934
+ return /*#__PURE__*/React.createElement(Icon, {
1935
+ width: size,
1936
+ height: size,
1937
+ ref: ref,
1938
+ xmlns: "http://www.w3.org/2000/svg",
1939
+ viewBox: "0 0 32 32",
1940
+ fill: "currentColor",
1941
+ ...rest
1942
+ }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
1943
+ 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"
1944
+ })), children);
1945
+ });
1946
+ if (process.env.NODE_ENV !== "production") {
1947
+ Bottles_01.propTypes = iconPropTypes;
1948
+ }
1949
+ const Bottles_01Dash = /*#__PURE__*/React.forwardRef(function Bottles_01Dash(_ref68, ref) {
1950
+ let {
1951
+ children,
1952
+ size = 16,
1953
+ ...rest
1954
+ } = _ref68;
1955
+ return /*#__PURE__*/React.createElement(Icon, {
1956
+ width: size,
1957
+ height: size,
1958
+ ref: ref,
1959
+ xmlns: "http://www.w3.org/2000/svg",
1960
+ viewBox: "0 0 32 32",
1961
+ fill: "currentColor",
1962
+ ...rest
1963
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
1964
+ 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"
1965
+ })), children);
1966
+ });
1967
+ if (process.env.NODE_ENV !== "production") {
1968
+ Bottles_01Dash.propTypes = iconPropTypes;
1969
+ }
1970
+ const Bottles_02 = /*#__PURE__*/React.forwardRef(function Bottles_02(_ref69, ref) {
1971
+ let {
1972
+ children,
1973
+ size = 16,
1974
+ ...rest
1975
+ } = _ref69;
1976
+ return /*#__PURE__*/React.createElement(Icon, {
1977
+ width: size,
1978
+ height: size,
1979
+ ref: ref,
1980
+ xmlns: "http://www.w3.org/2000/svg",
1981
+ viewBox: "0 0 32 32",
1982
+ fill: "currentColor",
1983
+ ...rest
1984
+ }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
1985
+ 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"
1986
+ })), children);
1987
+ });
1988
+ if (process.env.NODE_ENV !== "production") {
1989
+ Bottles_02.propTypes = iconPropTypes;
1990
+ }
1991
+ const Bottles_02Dash = /*#__PURE__*/React.forwardRef(function Bottles_02Dash(_ref70, ref) {
1992
+ let {
1993
+ children,
1994
+ size = 16,
1995
+ ...rest
1996
+ } = _ref70;
1997
+ return /*#__PURE__*/React.createElement(Icon, {
1998
+ width: size,
1999
+ height: size,
2000
+ ref: ref,
2001
+ xmlns: "http://www.w3.org/2000/svg",
2002
+ viewBox: "0 0 32 32",
2003
+ fill: "currentColor",
2004
+ ...rest
2005
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2006
+ 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"
2007
+ })), children);
2008
+ });
2009
+ if (process.env.NODE_ENV !== "production") {
2010
+ Bottles_02Dash.propTypes = iconPropTypes;
2011
+ }
2012
+ const BottlesContainer = /*#__PURE__*/React.forwardRef(function BottlesContainer(_ref71, ref) {
2013
+ let {
2014
+ children,
2015
+ size = 16,
2016
+ ...rest
2017
+ } = _ref71;
2018
+ return /*#__PURE__*/React.createElement(Icon, {
2019
+ width: size,
2020
+ height: size,
2021
+ ref: ref,
2022
+ xmlns: "http://www.w3.org/2000/svg",
2023
+ viewBox: "0 0 32 32",
2024
+ fill: "currentColor",
2025
+ ...rest
2026
+ }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2027
+ 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"
2028
+ })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2029
+ 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"
2030
+ })), children);
2031
+ });
2032
+ if (process.env.NODE_ENV !== "production") {
2033
+ BottlesContainer.propTypes = iconPropTypes;
2034
+ }
2035
+ const BottomPanelClose = /*#__PURE__*/React.forwardRef(function BottomPanelClose(_ref72, ref) {
2036
+ let {
2037
+ children,
2038
+ size = 16,
2039
+ ...rest
2040
+ } = _ref72;
2041
+ return /*#__PURE__*/React.createElement(Icon, {
2042
+ width: size,
2043
+ height: size,
2044
+ ref: ref,
2045
+ xmlns: "http://www.w3.org/2000/svg",
2046
+ viewBox: "0 0 32 32",
2047
+ fill: "currentColor",
2048
+ ...rest
2049
+ }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2050
+ strokeWidth: "0",
2051
+ 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"
2052
+ })), children);
2053
+ });
2054
+ if (process.env.NODE_ENV !== "production") {
2055
+ BottomPanelClose.propTypes = iconPropTypes;
2056
+ }
2057
+ const BottomPanelCloseFilled = /*#__PURE__*/React.forwardRef(function BottomPanelCloseFilled(_ref73, ref) {
2058
+ let {
2059
+ children,
2060
+ size = 16,
2061
+ ...rest
2062
+ } = _ref73;
2063
+ return /*#__PURE__*/React.createElement(Icon, {
2064
+ width: size,
2065
+ height: size,
2066
+ ref: ref,
2067
+ xmlns: "http://www.w3.org/2000/svg",
2068
+ viewBox: "0 0 32 32",
2069
+ fill: "currentColor",
2070
+ ...rest
2071
+ }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2072
+ strokeWidth: "0",
2073
+ 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"
2074
+ })), children);
2075
+ });
2076
+ if (process.env.NODE_ENV !== "production") {
2077
+ BottomPanelCloseFilled.propTypes = iconPropTypes;
2078
+ }
2079
+ const BottomPanelOpen = /*#__PURE__*/React.forwardRef(function BottomPanelOpen(_ref74, ref) {
2080
+ let {
2081
+ children,
2082
+ size = 16,
2083
+ ...rest
2084
+ } = _ref74;
2085
+ return /*#__PURE__*/React.createElement(Icon, {
2086
+ width: size,
2087
+ height: size,
2088
+ ref: ref,
2089
+ xmlns: "http://www.w3.org/2000/svg",
2090
+ viewBox: "0 0 32 32",
2091
+ fill: "currentColor",
2092
+ ...rest
2093
+ }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2094
+ strokeWidth: "0",
2095
+ 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"
2096
+ })), children);
2097
+ });
2098
+ if (process.env.NODE_ENV !== "production") {
2099
+ BottomPanelOpen.propTypes = iconPropTypes;
2100
+ }
2101
+ const BottomPanelOpenFilled = /*#__PURE__*/React.forwardRef(function BottomPanelOpenFilled(_ref75, ref) {
2102
+ let {
2103
+ children,
2104
+ size = 16,
2105
+ ...rest
2106
+ } = _ref75;
2107
+ return /*#__PURE__*/React.createElement(Icon, {
2108
+ width: size,
2109
+ height: size,
2110
+ ref: ref,
2111
+ xmlns: "http://www.w3.org/2000/svg",
2112
+ viewBox: "0 0 32 32",
2113
+ fill: "currentColor",
2114
+ ...rest
2115
+ }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2116
+ strokeWidth: "0",
2117
+ 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"
2118
+ })), children);
2119
+ });
2120
+ if (process.env.NODE_ENV !== "production") {
2121
+ BottomPanelOpenFilled.propTypes = iconPropTypes;
2122
+ }
2123
+ const Box = /*#__PURE__*/React.forwardRef(function Box(_ref76, ref) {
2124
+ let {
2125
+ children,
2126
+ size = 16,
2127
+ ...rest
2128
+ } = _ref76;
2129
+ return /*#__PURE__*/React.createElement(Icon, {
2130
+ width: size,
2131
+ height: size,
2132
+ ref: ref,
2133
+ xmlns: "http://www.w3.org/2000/svg",
2134
+ viewBox: "0 0 32 32",
2135
+ fill: "currentColor",
2136
+ ...rest
2137
+ }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2138
+ 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"
2139
+ })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2140
+ 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"
2141
+ })), children);
2142
+ });
2143
+ if (process.env.NODE_ENV !== "production") {
2144
+ Box.propTypes = iconPropTypes;
2145
+ }
2146
+ const BoxExtraLarge = /*#__PURE__*/React.forwardRef(function BoxExtraLarge(_ref77, ref) {
2147
+ let {
2148
+ children,
2149
+ size = 16,
2150
+ ...rest
2151
+ } = _ref77;
2152
+ return /*#__PURE__*/React.createElement(Icon, {
2153
+ width: size,
2154
+ height: size,
2155
+ ref: ref,
2156
+ xmlns: "http://www.w3.org/2000/svg",
2157
+ viewBox: "0 0 32 32",
2158
+ fill: "currentColor",
2159
+ ...rest
2160
+ }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2161
+ d: "M26,28H6a2.0021,2.0021,0,0,1-2-2V9H6V26H26V9h2V26A2.0021,2.0021,0,0,1,26,28Z"
2162
+ })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2163
+ 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"
2164
+ })), children);
2165
+ });
2166
+ if (process.env.NODE_ENV !== "production") {
2167
+ BoxExtraLarge.propTypes = iconPropTypes;
2168
+ }
2169
+ const BoxLarge = /*#__PURE__*/React.forwardRef(function BoxLarge(_ref78, ref) {
2170
+ let {
2171
+ children,
2172
+ size = 16,
2173
+ ...rest
2174
+ } = _ref78;
2175
+ return /*#__PURE__*/React.createElement(Icon, {
2176
+ width: size,
2177
+ height: size,
2178
+ ref: ref,
2179
+ xmlns: "http://www.w3.org/2000/svg",
2180
+ viewBox: "0 0 32 32",
2181
+ fill: "currentColor",
2182
+ ...rest
2183
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2184
+ d: "M26,28H6a2.0021,2.0021,0,0,1-2-2V9H6V26H26V9h2V26A2.0021,2.0021,0,0,1,26,28Z"
2185
+ })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2186
+ d: "M14 21L14 9 12 9 12 23 20 23 20 21 14 21zM4 4H28V6H4z"
2187
+ })), children);
2188
+ });
2189
+ if (process.env.NODE_ENV !== "production") {
2190
+ BoxLarge.propTypes = iconPropTypes;
2191
+ }
2192
+ const BoxMedium = /*#__PURE__*/React.forwardRef(function BoxMedium(_ref79, ref) {
2193
+ let {
2194
+ children,
2195
+ size = 16,
2196
+ ...rest
2197
+ } = _ref79;
2198
+ return /*#__PURE__*/React.createElement(Icon, {
2199
+ width: size,
2200
+ height: size,
2201
+ ref: ref,
2202
+ xmlns: "http://www.w3.org/2000/svg",
2203
+ viewBox: "0 0 32 32",
2204
+ fill: "currentColor",
2205
+ ...rest
2206
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2207
+ d: "M26,28H6a2.0021,2.0021,0,0,1-2-2V9H6V26H26V9h2V26A2.0021,2.0021,0,0,1,26,28Z"
2208
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2209
+ 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"
2210
+ })), children);
2211
+ });
2212
+ if (process.env.NODE_ENV !== "production") {
2213
+ BoxMedium.propTypes = iconPropTypes;
2214
+ }
2215
+ const BoxSmall = /*#__PURE__*/React.forwardRef(function BoxSmall(_ref80, ref) {
2216
+ let {
2217
+ children,
2218
+ size = 16,
2219
+ ...rest
2220
+ } = _ref80;
2221
+ return /*#__PURE__*/React.createElement(Icon, {
2222
+ width: size,
2223
+ height: size,
2224
+ ref: ref,
2225
+ xmlns: "http://www.w3.org/2000/svg",
2226
+ viewBox: "0 0 32 32",
2227
+ fill: "currentColor",
2228
+ ...rest
2229
+ }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2230
+ d: "M26,28H6a2.0021,2.0021,0,0,1-2-2V9H6V26H26V9h2V26A2.0021,2.0021,0,0,1,26,28Z"
2231
+ })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2232
+ 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"
2233
+ })), children);
2234
+ });
2235
+ if (process.env.NODE_ENV !== "production") {
2236
+ BoxSmall.propTypes = iconPropTypes;
2237
+ }
2238
+ const BoxPlot = /*#__PURE__*/React.forwardRef(function BoxPlot(_ref81, ref) {
2239
+ let {
2240
+ children,
2241
+ size = 16,
2242
+ ...rest
2243
+ } = _ref81;
2244
+ return /*#__PURE__*/React.createElement(Icon, {
2245
+ width: size,
2246
+ height: size,
2247
+ ref: ref,
2248
+ xmlns: "http://www.w3.org/2000/svg",
2249
+ viewBox: "0 0 32 32",
2250
+ fill: "currentColor",
2251
+ ...rest
2252
+ }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2253
+ d: "M22,6V4H12V6h4V8H12V20h4v2H12v2H22V22H18V20h4V8H18V6ZM14,18V15h6v3Zm6-5H14V10h6Z"
2254
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2255
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
2256
+ })), children);
2257
+ });
2258
+ if (process.env.NODE_ENV !== "production") {
2259
+ BoxPlot.propTypes = iconPropTypes;
2260
+ }
2261
+ const Branch = /*#__PURE__*/React.forwardRef(function Branch(_ref82, ref) {
2262
+ let {
2263
+ children,
2264
+ size = 16,
2265
+ ...rest
2266
+ } = _ref82;
2267
+ return /*#__PURE__*/React.createElement(Icon, {
2268
+ width: size,
2269
+ height: size,
2270
+ ref: ref,
2271
+ xmlns: "http://www.w3.org/2000/svg",
2272
+ viewBox: "0 0 32 32",
2273
+ fill: "currentColor",
2274
+ ...rest
2275
+ }, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2276
+ strokeWidth: "0",
2277
+ 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"
2278
+ })), children);
2279
+ });
2280
+ if (process.env.NODE_ENV !== "production") {
2281
+ Branch.propTypes = iconPropTypes;
2282
+ }
2283
+ const BreakingChange = /*#__PURE__*/React.forwardRef(function BreakingChange(_ref83, ref) {
2284
+ let {
2285
+ children,
2286
+ size = 16,
2287
+ ...rest
2288
+ } = _ref83;
2289
+ return /*#__PURE__*/React.createElement(Icon, {
2290
+ width: size,
2291
+ height: size,
2292
+ ref: ref,
2293
+ xmlns: "http://www.w3.org/2000/svg",
2294
+ viewBox: "0 0 32 32",
2295
+ fill: "currentColor",
2296
+ ...rest
2297
+ }, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2298
+ 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"
2299
+ })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2300
+ d: "M4,9H26v7h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H16V24H4ZM4,4H26V7H4Z"
2301
+ })), children);
2302
+ });
2303
+ if (process.env.NODE_ENV !== "production") {
2304
+ BreakingChange.propTypes = iconPropTypes;
2305
+ }
2306
+ const BrightnessContrast = /*#__PURE__*/React.forwardRef(function BrightnessContrast(_ref84, ref) {
2307
+ let {
2308
+ children,
2309
+ size = 16,
2310
+ ...rest
2311
+ } = _ref84;
2312
+ return /*#__PURE__*/React.createElement(Icon, {
2313
+ width: size,
2314
+ height: size,
2315
+ ref: ref,
2316
+ xmlns: "http://www.w3.org/2000/svg",
2317
+ viewBox: "0 0 32 32",
2318
+ fill: "currentColor",
2319
+ ...rest
2320
+ }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2321
+ d: "M15 2H17V5H15zM27 15H30V17H27zM15 27H17V30H15zM2 15H5V17H2z"
2322
+ })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2323
+ d: "M6.22 5.73H8.219999999999999V8.73H6.22z",
2324
+ transform: "rotate(-45 7.227 7.236)"
2325
+ })), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2326
+ d: "M23.27 6.23H26.27V8.23H23.27z",
2327
+ transform: "rotate(-45 24.766 7.232)"
2328
+ })), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2329
+ d: "M23.77 23.27H25.77V26.27H23.77z",
2330
+ transform: "rotate(-45 24.77 24.77)"
2331
+ })), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2332
+ 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"
2333
+ })), children);
2334
+ });
2335
+ if (process.env.NODE_ENV !== "production") {
2336
+ BrightnessContrast.propTypes = iconPropTypes;
2337
+ }
2338
+ const BringForward = /*#__PURE__*/React.forwardRef(function BringForward(_ref85, ref) {
2339
+ let {
2340
+ children,
2341
+ size = 16,
2342
+ ...rest
2343
+ } = _ref85;
2344
+ return /*#__PURE__*/React.createElement(Icon, {
2345
+ width: size,
2346
+ height: size,
2347
+ ref: ref,
2348
+ xmlns: "http://www.w3.org/2000/svg",
2349
+ viewBox: "0 0 32 32",
2350
+ fill: "currentColor",
2351
+ ...rest
2352
+ }, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2353
+ 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"
2354
+ })), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2355
+ 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"
2356
+ })), children);
2357
+ });
2358
+ if (process.env.NODE_ENV !== "production") {
2359
+ BringForward.propTypes = iconPropTypes;
2360
+ }
2361
+ const BringToFront = /*#__PURE__*/React.forwardRef(function BringToFront(_ref86, ref) {
2362
+ let {
2363
+ children,
2364
+ size = 16,
2365
+ ...rest
2366
+ } = _ref86;
2367
+ return /*#__PURE__*/React.createElement(Icon, {
2368
+ width: size,
2369
+ height: size,
2370
+ ref: ref,
2371
+ xmlns: "http://www.w3.org/2000/svg",
2372
+ viewBox: "0 0 32 32",
2373
+ fill: "currentColor",
2374
+ ...rest
2375
+ }, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2376
+ 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"
2377
+ })), children);
2378
+ });
2379
+ if (process.env.NODE_ENV !== "production") {
2380
+ BringToFront.propTypes = iconPropTypes;
2381
+ }
2382
+ const WatsonHealthBrushFreehand = /*#__PURE__*/React.forwardRef(function WatsonHealthBrushFreehand(_ref87, ref) {
2383
+ let {
2384
+ children,
2385
+ size = 16,
2386
+ ...rest
2387
+ } = _ref87;
2388
+ return /*#__PURE__*/React.createElement(Icon, {
2389
+ width: size,
2390
+ height: size,
2391
+ ref: ref,
2392
+ xmlns: "http://www.w3.org/2000/svg",
2393
+ viewBox: "0 0 32 32",
2394
+ fill: "currentColor",
2395
+ ...rest
2396
+ }, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2397
+ 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"
2398
+ })), children);
2399
+ });
2400
+ if (process.env.NODE_ENV !== "production") {
2401
+ WatsonHealthBrushFreehand.propTypes = iconPropTypes;
2402
+ }
2403
+ const WatsonHealthBrushPolygon = /*#__PURE__*/React.forwardRef(function WatsonHealthBrushPolygon(_ref88, ref) {
2404
+ let {
2405
+ children,
2406
+ size = 16,
2407
+ ...rest
2408
+ } = _ref88;
2409
+ return /*#__PURE__*/React.createElement(Icon, {
2410
+ width: size,
2411
+ height: size,
2412
+ ref: ref,
2413
+ xmlns: "http://www.w3.org/2000/svg",
2414
+ viewBox: "0 0 32 32",
2415
+ fill: "currentColor",
2416
+ ...rest
2417
+ }, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2418
+ 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"
2419
+ })), children);
2420
+ });
2421
+ if (process.env.NODE_ENV !== "production") {
2422
+ WatsonHealthBrushPolygon.propTypes = iconPropTypes;
2423
+ }
2424
+ const BuildImage = /*#__PURE__*/React.forwardRef(function BuildImage(_ref89, ref) {
2425
+ let {
2426
+ children,
2427
+ size = 16,
2428
+ ...rest
2429
+ } = _ref89;
2430
+ return /*#__PURE__*/React.createElement(Icon, {
2431
+ width: size,
2432
+ height: size,
2433
+ ref: ref,
2434
+ xmlns: "http://www.w3.org/2000/svg",
2435
+ viewBox: "0 0 32 32",
2436
+ fill: "currentColor",
2437
+ ...rest
2438
+ }, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2439
+ 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"
2440
+ })), children);
2441
+ });
2442
+ if (process.env.NODE_ENV !== "production") {
2443
+ BuildImage.propTypes = iconPropTypes;
2444
+ }
2445
+ const BuildRun = /*#__PURE__*/React.forwardRef(function BuildRun(_ref90, ref) {
2446
+ let {
2447
+ children,
2448
+ size = 16,
2449
+ ...rest
2450
+ } = _ref90;
2451
+ return /*#__PURE__*/React.createElement(Icon, {
2452
+ width: size,
2453
+ height: size,
2454
+ ref: ref,
2455
+ xmlns: "http://www.w3.org/2000/svg",
2456
+ viewBox: "0 0 32 32",
2457
+ fill: "currentColor",
2458
+ ...rest
2459
+ }, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2460
+ 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"
2461
+ })), children);
2462
+ });
2463
+ if (process.env.NODE_ENV !== "production") {
2464
+ BuildRun.propTypes = iconPropTypes;
2465
+ }
2466
+ const BuildTool = /*#__PURE__*/React.forwardRef(function BuildTool(_ref91, ref) {
2467
+ let {
2468
+ children,
2469
+ size = 16,
2470
+ ...rest
2471
+ } = _ref91;
2472
+ return /*#__PURE__*/React.createElement(Icon, {
2473
+ width: size,
2474
+ height: size,
2475
+ ref: ref,
2476
+ xmlns: "http://www.w3.org/2000/svg",
2477
+ viewBox: "0 0 32 32",
2478
+ fill: "currentColor",
2479
+ ...rest
2480
+ }, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2481
+ 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"
2482
+ })), children);
2483
+ });
2484
+ if (process.env.NODE_ENV !== "production") {
2485
+ BuildTool.propTypes = iconPropTypes;
2486
+ }
2487
+ const Building = /*#__PURE__*/React.forwardRef(function Building(_ref92, ref) {
2488
+ let {
2489
+ children,
2490
+ size = 16,
2491
+ ...rest
2492
+ } = _ref92;
2493
+ return /*#__PURE__*/React.createElement(Icon, {
2494
+ width: size,
2495
+ height: size,
2496
+ ref: ref,
2497
+ xmlns: "http://www.w3.org/2000/svg",
2498
+ viewBox: "0 0 32 32",
2499
+ fill: "currentColor",
2500
+ ...rest
2501
+ }, _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2502
+ 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"
2503
+ })), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
2504
+ d: "M18 8H20V10H18zM24 8H26V10H24zM18 14H20V16H18zM24 14H26V16H24zM18 20H20V22H18zM24 20H26V22H24z"
2505
+ })), children);
2506
+ });
2507
+ if (process.env.NODE_ENV !== "production") {
2508
+ Building.propTypes = iconPropTypes;
2509
+ }
2510
+ const BuildingInsights_1 = /*#__PURE__*/React.forwardRef(function BuildingInsights_1(_ref93, ref) {
2511
+ let {
2512
+ children,
2513
+ size = 16,
2514
+ ...rest
2515
+ } = _ref93;
2516
+ return /*#__PURE__*/React.createElement(Icon, {
2517
+ width: size,
2518
+ height: size,
2519
+ ref: ref,
2520
+ xmlns: "http://www.w3.org/2000/svg",
2521
+ viewBox: "0 0 32 32",
2522
+ fill: "currentColor",
2523
+ ...rest
2524
+ }, _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
2525
+ 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"
2526
+ })), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
2527
+ 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"
2528
+ })), children);
2529
+ });
2530
+ if (process.env.NODE_ENV !== "production") {
2531
+ BuildingInsights_1.propTypes = iconPropTypes;
2532
+ }
2533
+ const BuildingInsights_2 = /*#__PURE__*/React.forwardRef(function BuildingInsights_2(_ref94, ref) {
2534
+ let {
2535
+ children,
2536
+ size = 16,
2537
+ ...rest
2538
+ } = _ref94;
2539
+ return /*#__PURE__*/React.createElement(Icon, {
2540
+ width: size,
2541
+ height: size,
2542
+ ref: ref,
2543
+ xmlns: "http://www.w3.org/2000/svg",
2544
+ viewBox: "0 0 32 32",
2545
+ fill: "currentColor",
2546
+ ...rest
2547
+ }, _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
2548
+ 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"
2549
+ })), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
2550
+ 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"
2551
+ })), children);
2552
+ });
2553
+ if (process.env.NODE_ENV !== "production") {
2554
+ BuildingInsights_2.propTypes = iconPropTypes;
2555
+ }
2556
+ const BuildingInsights_3 = /*#__PURE__*/React.forwardRef(function BuildingInsights_3(_ref95, ref) {
2557
+ let {
2558
+ children,
2559
+ size = 16,
2560
+ ...rest
2561
+ } = _ref95;
2562
+ return /*#__PURE__*/React.createElement(Icon, {
2563
+ width: size,
2564
+ height: size,
2565
+ ref: ref,
2566
+ xmlns: "http://www.w3.org/2000/svg",
2567
+ viewBox: "0 0 32 32",
2568
+ fill: "currentColor",
2569
+ ...rest
2570
+ }, _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
2571
+ 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"
2572
+ })), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
2573
+ d: "M18 8H20V10H18zM24 8H26V10H24zM18 14H20V16H18zM24 14H26V16H24zM18 20H20V22H18zM24 20H26V22H24zM2 10H7V12H2zM10 2H12V7H10z"
2574
+ })), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
2575
+ d: "M5.5 3.964H7.5V9.035H5.5z",
2576
+ transform: "rotate(-45 6.5 6.5)"
2577
+ })), children);
2578
+ });
2579
+ if (process.env.NODE_ENV !== "production") {
2580
+ BuildingInsights_3.propTypes = iconPropTypes;
2581
+ }
2582
+ const Bullhorn = /*#__PURE__*/React.forwardRef(function Bullhorn(_ref96, ref) {
2583
+ let {
2584
+ children,
2585
+ size = 16,
2586
+ ...rest
2587
+ } = _ref96;
2588
+ return /*#__PURE__*/React.createElement(Icon, {
2589
+ width: size,
2590
+ height: size,
2591
+ ref: ref,
2592
+ xmlns: "http://www.w3.org/2000/svg",
2593
+ viewBox: "0 0 32 32",
2594
+ fill: "currentColor",
2595
+ ...rest
2596
+ }, _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
2597
+ 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"
2598
+ })), children);
2599
+ });
2600
+ if (process.env.NODE_ENV !== "production") {
2601
+ Bullhorn.propTypes = iconPropTypes;
2602
+ }
2603
+ const Buoy = /*#__PURE__*/React.forwardRef(function Buoy(_ref97, ref) {
2604
+ let {
2605
+ children,
2606
+ size = 16,
2607
+ ...rest
2608
+ } = _ref97;
2609
+ return /*#__PURE__*/React.createElement(Icon, {
2610
+ width: size,
2611
+ height: size,
2612
+ ref: ref,
2613
+ xmlns: "http://www.w3.org/2000/svg",
2614
+ viewBox: "0 0 32 32",
2615
+ fill: "currentColor",
2616
+ ...rest
2617
+ }, _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
2618
+ 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"
2619
+ })), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
2620
+ 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"
2621
+ })), children);
2622
+ });
2623
+ if (process.env.NODE_ENV !== "production") {
2624
+ Buoy.propTypes = iconPropTypes;
2625
+ }
2626
+ const Bus = /*#__PURE__*/React.forwardRef(function Bus(_ref98, ref) {
2627
+ let {
2628
+ children,
2629
+ size = 16,
2630
+ ...rest
2631
+ } = _ref98;
2632
+ return /*#__PURE__*/React.createElement(Icon, {
2633
+ width: size,
2634
+ height: size,
2635
+ ref: ref,
2636
+ xmlns: "http://www.w3.org/2000/svg",
2637
+ viewBox: "0 0 32 32",
2638
+ fill: "currentColor",
2639
+ ...rest
2640
+ }, _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
2641
+ d: "M27 11H29V15H27zM3 11H5V15H3zM20 20H22V22H20zM10 20H12V22H10z"
2642
+ })), _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
2643
+ 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"
2644
+ })), children);
2645
+ });
2646
+ if (process.env.NODE_ENV !== "production") {
2647
+ Bus.propTypes = iconPropTypes;
2648
+ }
2649
+ const BusinessProcesses = /*#__PURE__*/React.forwardRef(function BusinessProcesses(_ref99, ref) {
2650
+ let {
2651
+ children,
2652
+ size = 16,
2653
+ ...rest
2654
+ } = _ref99;
2655
+ return /*#__PURE__*/React.createElement(Icon, {
2656
+ width: size,
2657
+ height: size,
2658
+ ref: ref,
2659
+ xmlns: "http://www.w3.org/2000/svg",
2660
+ viewBox: "0 0 32 32",
2661
+ fill: "currentColor",
2662
+ ...rest
2663
+ }, _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
2664
+ 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"
2665
+ })), _path233 || (_path233 = /*#__PURE__*/React.createElement("path", {
2666
+ 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"
2667
+ })), children);
2668
+ });
2669
+ if (process.env.NODE_ENV !== "production") {
2670
+ BusinessProcesses.propTypes = iconPropTypes;
2671
+ }
2672
+ const ButtonCentered = /*#__PURE__*/React.forwardRef(function ButtonCentered(_ref100, ref) {
2673
+ let {
2674
+ children,
2675
+ size = 16,
2676
+ ...rest
2677
+ } = _ref100;
2678
+ return /*#__PURE__*/React.createElement(Icon, {
2679
+ width: size,
2680
+ height: size,
2681
+ ref: ref,
2682
+ xmlns: "http://www.w3.org/2000/svg",
2683
+ viewBox: "0 0 32 32",
2684
+ fill: "currentColor",
2685
+ ...rest
2686
+ }, _path234 || (_path234 = /*#__PURE__*/React.createElement("path", {
2687
+ d: "M9 15H23V17H9z"
2688
+ })), _path235 || (_path235 = /*#__PURE__*/React.createElement("path", {
2689
+ 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"
2690
+ })), children);
2691
+ });
2692
+ if (process.env.NODE_ENV !== "production") {
2693
+ ButtonCentered.propTypes = iconPropTypes;
2694
+ }
2695
+ const ButtonFlushLeft = /*#__PURE__*/React.forwardRef(function ButtonFlushLeft(_ref101, ref) {
2696
+ let {
2697
+ children,
2698
+ size = 16,
2699
+ ...rest
2700
+ } = _ref101;
2701
+ return /*#__PURE__*/React.createElement(Icon, {
2702
+ width: size,
2703
+ height: size,
2704
+ ref: ref,
2705
+ xmlns: "http://www.w3.org/2000/svg",
2706
+ viewBox: "0 0 32 32",
2707
+ fill: "currentColor",
2708
+ ...rest
2709
+ }, _path236 || (_path236 = /*#__PURE__*/React.createElement("path", {
2710
+ d: "M6 15H20V17H6z"
2711
+ })), _path237 || (_path237 = /*#__PURE__*/React.createElement("path", {
2712
+ 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"
2713
+ })), children);
2714
+ });
2715
+ if (process.env.NODE_ENV !== "production") {
2716
+ ButtonFlushLeft.propTypes = iconPropTypes;
2717
+ }
2718
+ const CabinCare = /*#__PURE__*/React.forwardRef(function CabinCare(_ref102, ref) {
2719
+ let {
2720
+ children,
2721
+ size = 16,
2722
+ ...rest
2723
+ } = _ref102;
2724
+ return /*#__PURE__*/React.createElement(Icon, {
2725
+ width: size,
2726
+ height: size,
2727
+ ref: ref,
2728
+ xmlns: "http://www.w3.org/2000/svg",
2729
+ viewBox: "0 0 32 32",
2730
+ fill: "currentColor",
2731
+ ...rest
2732
+ }, _path238 || (_path238 = /*#__PURE__*/React.createElement("path", {
2733
+ 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"
2734
+ })), children);
2735
+ });
2736
+ if (process.env.NODE_ENV !== "production") {
2737
+ CabinCare.propTypes = iconPropTypes;
2738
+ }
2739
+ const CabinCareAlert = /*#__PURE__*/React.forwardRef(function CabinCareAlert(_ref103, ref) {
2740
+ let {
2741
+ children,
2742
+ size = 16,
2743
+ ...rest
2744
+ } = _ref103;
2745
+ return /*#__PURE__*/React.createElement(Icon, {
2746
+ width: size,
2747
+ height: size,
2748
+ ref: ref,
2749
+ xmlns: "http://www.w3.org/2000/svg",
2750
+ viewBox: "0 0 32 32",
2751
+ fill: "currentColor",
2752
+ ...rest
2753
+ }, _path239 || (_path239 = /*#__PURE__*/React.createElement("path", {
2754
+ d: "M24 2H26V9H24z"
2755
+ })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
2756
+ width: "3",
2757
+ height: "3",
2758
+ x: "23.5",
2759
+ y: "11",
2760
+ rx: "1.5"
2761
+ })), _path240 || (_path240 = /*#__PURE__*/React.createElement("path", {
2762
+ 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"
2763
+ })), children);
2764
+ });
2765
+ if (process.env.NODE_ENV !== "production") {
2766
+ CabinCareAlert.propTypes = iconPropTypes;
2767
+ }
2768
+ const CabinCareAlt = /*#__PURE__*/React.forwardRef(function CabinCareAlt(_ref104, ref) {
2769
+ let {
2770
+ children,
2771
+ size = 16,
2772
+ ...rest
2773
+ } = _ref104;
2774
+ return /*#__PURE__*/React.createElement(Icon, {
2775
+ width: size,
2776
+ height: size,
2777
+ ref: ref,
2778
+ xmlns: "http://www.w3.org/2000/svg",
2779
+ viewBox: "0 0 32 32",
2780
+ fill: "currentColor",
2781
+ ...rest
2782
+ }, _path241 || (_path241 = /*#__PURE__*/React.createElement("path", {
2783
+ 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"
2784
+ })), children);
2785
+ });
2786
+ if (process.env.NODE_ENV !== "production") {
2787
+ CabinCareAlt.propTypes = iconPropTypes;
2788
+ }
2789
+ const Cad = /*#__PURE__*/React.forwardRef(function Cad(_ref105, ref) {
2790
+ let {
2791
+ children,
2792
+ size = 16,
2793
+ ...rest
2794
+ } = _ref105;
2795
+ return /*#__PURE__*/React.createElement(Icon, {
2796
+ width: size,
2797
+ height: size,
2798
+ ref: ref,
2799
+ xmlns: "http://www.w3.org/2000/svg",
2800
+ viewBox: "0 0 32 32",
2801
+ fill: "currentColor",
2802
+ ...rest
2803
+ }, _path242 || (_path242 = /*#__PURE__*/React.createElement("path", {
2804
+ 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"
2805
+ })), children);
2806
+ });
2807
+ if (process.env.NODE_ENV !== "production") {
2808
+ Cad.propTypes = iconPropTypes;
2809
+ }
2810
+ const Cafe = /*#__PURE__*/React.forwardRef(function Cafe(_ref106, ref) {
2811
+ let {
2812
+ children,
2813
+ size = 16,
2814
+ ...rest
2815
+ } = _ref106;
2816
+ return /*#__PURE__*/React.createElement(Icon, {
2817
+ width: size,
2818
+ height: size,
2819
+ ref: ref,
2820
+ xmlns: "http://www.w3.org/2000/svg",
2821
+ viewBox: "0 0 32 32",
2822
+ fill: "currentColor",
2823
+ ...rest
2824
+ }, _path243 || (_path243 = /*#__PURE__*/React.createElement("path", {
2825
+ 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"
2826
+ })), children);
2827
+ });
2828
+ if (process.env.NODE_ENV !== "production") {
2829
+ Cafe.propTypes = iconPropTypes;
2830
+ }
2831
+ const Calculation = /*#__PURE__*/React.forwardRef(function Calculation(_ref107, ref) {
2832
+ let {
2833
+ children,
2834
+ size = 16,
2835
+ ...rest
2836
+ } = _ref107;
2837
+ return /*#__PURE__*/React.createElement(Icon, {
2838
+ width: size,
2839
+ height: size,
2840
+ ref: ref,
2841
+ xmlns: "http://www.w3.org/2000/svg",
2842
+ viewBox: "0 0 32 32",
2843
+ fill: "currentColor",
2844
+ ...rest
2845
+ }, _path244 || (_path244 = /*#__PURE__*/React.createElement("path", {
2846
+ 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"
2847
+ })), children);
2848
+ });
2849
+ if (process.env.NODE_ENV !== "production") {
2850
+ Calculation.propTypes = iconPropTypes;
2851
+ }
2852
+ const CalculationAlt = /*#__PURE__*/React.forwardRef(function CalculationAlt(_ref108, ref) {
2853
+ let {
2854
+ children,
2855
+ size = 16,
2856
+ ...rest
2857
+ } = _ref108;
2858
+ return /*#__PURE__*/React.createElement(Icon, {
2859
+ width: size,
2860
+ height: size,
2861
+ ref: ref,
2862
+ xmlns: "http://www.w3.org/2000/svg",
2863
+ viewBox: "0 0 32 32",
2864
+ fill: "currentColor",
2865
+ ...rest
2866
+ }, _path245 || (_path245 = /*#__PURE__*/React.createElement("path", {
2867
+ 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"
2868
+ })), _path246 || (_path246 = /*#__PURE__*/React.createElement("path", {
2869
+ 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"
2870
+ })), children);
2871
+ });
2872
+ if (process.env.NODE_ENV !== "production") {
2873
+ CalculationAlt.propTypes = iconPropTypes;
2874
+ }
2875
+ const Calculator = /*#__PURE__*/React.forwardRef(function Calculator(_ref109, ref) {
2876
+ let {
2877
+ children,
2878
+ size = 16,
2879
+ ...rest
2880
+ } = _ref109;
2881
+ return /*#__PURE__*/React.createElement(Icon, {
2882
+ width: size,
2883
+ height: size,
2884
+ ref: ref,
2885
+ xmlns: "http://www.w3.org/2000/svg",
2886
+ viewBox: "0 0 32 32",
2887
+ fill: "currentColor",
2888
+ ...rest
2889
+ }, _path247 || (_path247 = /*#__PURE__*/React.createElement("path", {
2890
+ 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"
2891
+ })), _path248 || (_path248 = /*#__PURE__*/React.createElement("path", {
2892
+ d: "M9 23H11V25H9zM21 23H23V25H21zM9 18H11V20H9zM21 18H23V20H21zM9 13H11V15H9zM15 23H17V25H15zM15 18H17V20H15zM15 13H17V15H15zM21 13H23V15H21zM9 7H23V10H9z"
2893
+ })), children);
2894
+ });
2895
+ if (process.env.NODE_ENV !== "production") {
2896
+ Calculator.propTypes = iconPropTypes;
2897
+ }
2898
+ const CalculatorCheck = /*#__PURE__*/React.forwardRef(function CalculatorCheck(_ref110, ref) {
2899
+ let {
2900
+ children,
2901
+ size = 16,
2902
+ ...rest
2903
+ } = _ref110;
2904
+ return /*#__PURE__*/React.createElement(Icon, {
2905
+ width: size,
2906
+ height: size,
2907
+ ref: ref,
2908
+ xmlns: "http://www.w3.org/2000/svg",
2909
+ viewBox: "0 0 32 32",
2910
+ fill: "currentColor",
2911
+ ...rest
2912
+ }, _path249 || (_path249 = /*#__PURE__*/React.createElement("path", {
2913
+ 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"
2914
+ })), _path250 || (_path250 = /*#__PURE__*/React.createElement("path", {
2915
+ 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"
2916
+ })), children);
2917
+ });
2918
+ if (process.env.NODE_ENV !== "production") {
2919
+ CalculatorCheck.propTypes = iconPropTypes;
2920
+ }
2921
+ const Calendar = /*#__PURE__*/React.forwardRef(function Calendar(_ref111, ref) {
2922
+ let {
2923
+ children,
2924
+ size = 16,
2925
+ ...rest
2926
+ } = _ref111;
2927
+ return /*#__PURE__*/React.createElement(Icon, {
2928
+ width: size,
2929
+ height: size,
2930
+ ref: ref,
2931
+ xmlns: "http://www.w3.org/2000/svg",
2932
+ viewBox: "0 0 32 32",
2933
+ fill: "currentColor",
2934
+ ...rest
2935
+ }, _path251 || (_path251 = /*#__PURE__*/React.createElement("path", {
2936
+ 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"
2937
+ })), children);
2938
+ });
2939
+ if (process.env.NODE_ENV !== "production") {
2940
+ Calendar.propTypes = iconPropTypes;
2941
+ }
2942
+ const CalendarAdd = /*#__PURE__*/React.forwardRef(function CalendarAdd(_ref112, ref) {
2943
+ let {
2944
+ children,
2945
+ size = 16,
2946
+ ...rest
2947
+ } = _ref112;
2948
+ return /*#__PURE__*/React.createElement(Icon, {
2949
+ width: size,
2950
+ height: size,
2951
+ ref: ref,
2952
+ xmlns: "http://www.w3.org/2000/svg",
2953
+ viewBox: "0 0 32 32",
2954
+ fill: "currentColor",
2955
+ ...rest
2956
+ }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2957
+ d: "M30 22L24 22 24 16 22 16 22 22 16 22 16 24 22 24 22 30 24 30 24 24 30 24z"
2958
+ }), /*#__PURE__*/React.createElement("path", {
2959
+ 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"
2960
+ })))), children);
2961
+ });
2962
+ if (process.env.NODE_ENV !== "production") {
2963
+ CalendarAdd.propTypes = iconPropTypes;
2964
+ }
2965
+ const CalendarAddAlt = /*#__PURE__*/React.forwardRef(function CalendarAddAlt(_ref113, ref) {
2966
+ let {
2967
+ children,
2968
+ size = 16,
2969
+ ...rest
2970
+ } = _ref113;
2971
+ return /*#__PURE__*/React.createElement(Icon, {
2972
+ width: size,
2973
+ height: size,
2974
+ ref: ref,
2975
+ xmlns: "http://www.w3.org/2000/svg",
2976
+ viewBox: "0 0 32 32",
2977
+ fill: "currentColor",
2978
+ ...rest
2979
+ }, _switch2 || (_switch2 = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2980
+ d: "M26 21L23 21 23 18 21 18 21 21 18 21 18 23 21 23 21 26 23 26 23 23 26 23z"
2981
+ }), /*#__PURE__*/React.createElement("path", {
2982
+ 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"
2983
+ }), /*#__PURE__*/React.createElement("path", {
2984
+ 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"
2985
+ })))), children);
2986
+ });
2987
+ if (process.env.NODE_ENV !== "production") {
2988
+ CalendarAddAlt.propTypes = iconPropTypes;
2989
+ }
2990
+ const CalendarHeatMap = /*#__PURE__*/React.forwardRef(function CalendarHeatMap(_ref114, ref) {
2991
+ let {
2992
+ children,
2993
+ size = 16,
2994
+ ...rest
2995
+ } = _ref114;
2996
+ return /*#__PURE__*/React.createElement(Icon, {
2997
+ width: size,
2998
+ height: size,
2999
+ ref: ref,
3000
+ xmlns: "http://www.w3.org/2000/svg",
3001
+ viewBox: "0 0 32 32",
3002
+ fill: "currentColor",
3003
+ ...rest
3004
+ }, _path252 || (_path252 = /*#__PURE__*/React.createElement("path", {
3005
+ 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"
3006
+ })), children);
3007
+ });
3008
+ if (process.env.NODE_ENV !== "production") {
3009
+ CalendarHeatMap.propTypes = iconPropTypes;
3010
+ }
3011
+ const CalendarSettings = /*#__PURE__*/React.forwardRef(function CalendarSettings(_ref115, ref) {
3012
+ let {
3013
+ children,
3014
+ size = 16,
3015
+ ...rest
3016
+ } = _ref115;
3017
+ return /*#__PURE__*/React.createElement(Icon, {
3018
+ width: size,
3019
+ height: size,
3020
+ ref: ref,
3021
+ xmlns: "http://www.w3.org/2000/svg",
3022
+ viewBox: "0 0 32 32",
3023
+ fill: "currentColor",
3024
+ ...rest
3025
+ }, _path253 || (_path253 = /*#__PURE__*/React.createElement("path", {
3026
+ 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"
3027
+ })), _path254 || (_path254 = /*#__PURE__*/React.createElement("path", {
3028
+ d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
3029
+ })), children);
3030
+ });
3031
+ if (process.env.NODE_ENV !== "production") {
3032
+ CalendarSettings.propTypes = iconPropTypes;
3033
+ }
3034
+ const CalendarTools = /*#__PURE__*/React.forwardRef(function CalendarTools(_ref116, ref) {
3035
+ let {
3036
+ children,
3037
+ size = 16,
3038
+ ...rest
3039
+ } = _ref116;
3040
+ return /*#__PURE__*/React.createElement(Icon, {
3041
+ width: size,
3042
+ height: size,
3043
+ ref: ref,
3044
+ xmlns: "http://www.w3.org/2000/svg",
3045
+ viewBox: "0 0 32 32",
3046
+ fill: "currentColor",
3047
+ ...rest
3048
+ }, _path255 || (_path255 = /*#__PURE__*/React.createElement("path", {
3049
+ 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"
3050
+ })), _path256 || (_path256 = /*#__PURE__*/React.createElement("path", {
3051
+ fillRule: "evenodd",
3052
+ d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h8V26H6V6h4V8h2V6h8V8h2V6h4v8h2V6A2,2,0,0,0,26,4Z"
3053
+ })), children);
3054
+ });
3055
+ if (process.env.NODE_ENV !== "production") {
3056
+ CalendarTools.propTypes = iconPropTypes;
3057
+ }
3058
+ const Calibrate = /*#__PURE__*/React.forwardRef(function Calibrate(_ref117, ref) {
3059
+ let {
3060
+ children,
3061
+ size = 16,
3062
+ ...rest
3063
+ } = _ref117;
3064
+ return /*#__PURE__*/React.createElement(Icon, {
3065
+ width: size,
3066
+ height: size,
3067
+ ref: ref,
3068
+ xmlns: "http://www.w3.org/2000/svg",
3069
+ viewBox: "0 0 32 32",
3070
+ fill: "currentColor",
3071
+ ...rest
3072
+ }, _path257 || (_path257 = /*#__PURE__*/React.createElement("path", {
3073
+ 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"
3074
+ })), children);
3075
+ });
3076
+ if (process.env.NODE_ENV !== "production") {
3077
+ Calibrate.propTypes = iconPropTypes;
3078
+ }
3079
+ const Calls = /*#__PURE__*/React.forwardRef(function Calls(_ref118, ref) {
3080
+ let {
3081
+ children,
3082
+ size = 16,
3083
+ ...rest
3084
+ } = _ref118;
3085
+ return /*#__PURE__*/React.createElement(Icon, {
3086
+ width: size,
3087
+ height: size,
3088
+ ref: ref,
3089
+ xmlns: "http://www.w3.org/2000/svg",
3090
+ viewBox: "0 0 32 32",
3091
+ fill: "currentColor",
3092
+ ...rest
3093
+ }, _path258 || (_path258 = /*#__PURE__*/React.createElement("path", {
3094
+ 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"
3095
+ })), children);
3096
+ });
3097
+ if (process.env.NODE_ENV !== "production") {
3098
+ Calls.propTypes = iconPropTypes;
3099
+ }
3100
+ const CallsAll = /*#__PURE__*/React.forwardRef(function CallsAll(_ref119, ref) {
3101
+ let {
3102
+ children,
3103
+ size = 16,
3104
+ ...rest
3105
+ } = _ref119;
3106
+ return /*#__PURE__*/React.createElement(Icon, {
3107
+ width: size,
3108
+ height: size,
3109
+ ref: ref,
3110
+ xmlns: "http://www.w3.org/2000/svg",
3111
+ viewBox: "0 0 32 32",
3112
+ fill: "currentColor",
3113
+ ...rest
3114
+ }, _path259 || (_path259 = /*#__PURE__*/React.createElement("path", {
3115
+ 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"
3116
+ })), children);
3117
+ });
3118
+ if (process.env.NODE_ENV !== "production") {
3119
+ CallsAll.propTypes = iconPropTypes;
3120
+ }
3121
+ const CallsIncoming = /*#__PURE__*/React.forwardRef(function CallsIncoming(_ref120, ref) {
3122
+ let {
3123
+ children,
3124
+ size = 16,
3125
+ ...rest
3126
+ } = _ref120;
3127
+ return /*#__PURE__*/React.createElement(Icon, {
3128
+ width: size,
3129
+ height: size,
3130
+ ref: ref,
3131
+ xmlns: "http://www.w3.org/2000/svg",
3132
+ viewBox: "0 0 32 32",
3133
+ fill: "currentColor",
3134
+ ...rest
3135
+ }, _path260 || (_path260 = /*#__PURE__*/React.createElement("path", {
3136
+ 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"
3137
+ })), children);
3138
+ });
3139
+ if (process.env.NODE_ENV !== "production") {
3140
+ CallsIncoming.propTypes = iconPropTypes;
3141
+ }
3142
+ const Camera = /*#__PURE__*/React.forwardRef(function Camera(_ref121, ref) {
3143
+ let {
3144
+ children,
3145
+ size = 16,
3146
+ ...rest
3147
+ } = _ref121;
3148
+ return /*#__PURE__*/React.createElement(Icon, {
3149
+ width: size,
3150
+ height: size,
3151
+ ref: ref,
3152
+ xmlns: "http://www.w3.org/2000/svg",
3153
+ viewBox: "0 0 32 32",
3154
+ fill: "currentColor",
3155
+ ...rest
3156
+ }, _path261 || (_path261 = /*#__PURE__*/React.createElement("path", {
3157
+ 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"
3158
+ })), _path262 || (_path262 = /*#__PURE__*/React.createElement("path", {
3159
+ 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"
3160
+ })), children);
3161
+ });
3162
+ if (process.env.NODE_ENV !== "production") {
3163
+ Camera.propTypes = iconPropTypes;
3164
+ }
3165
+ const CameraAction = /*#__PURE__*/React.forwardRef(function CameraAction(_ref122, ref) {
3166
+ let {
3167
+ children,
3168
+ size = 16,
3169
+ ...rest
3170
+ } = _ref122;
3171
+ return /*#__PURE__*/React.createElement(Icon, {
3172
+ width: size,
3173
+ height: size,
3174
+ ref: ref,
3175
+ xmlns: "http://www.w3.org/2000/svg",
3176
+ viewBox: "0 0 32 32",
3177
+ fill: "currentColor",
3178
+ ...rest
3179
+ }, _path263 || (_path263 = /*#__PURE__*/React.createElement("path", {
3180
+ 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"
3181
+ })), _path264 || (_path264 = /*#__PURE__*/React.createElement("path", {
3182
+ 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"
3183
+ })), _path265 || (_path265 = /*#__PURE__*/React.createElement("path", {
3184
+ d: "M19 9H26V11H19z"
3185
+ })), _circle55 || (_circle55 = /*#__PURE__*/React.createElement("circle", {
3186
+ cx: "12",
3187
+ cy: "17",
3188
+ r: "1"
3189
+ })), children);
3190
+ });
3191
+ if (process.env.NODE_ENV !== "production") {
3192
+ CameraAction.propTypes = iconPropTypes;
3193
+ }
3194
+ const Campsite = /*#__PURE__*/React.forwardRef(function Campsite(_ref123, ref) {
3195
+ let {
3196
+ children,
3197
+ size = 16,
3198
+ ...rest
3199
+ } = _ref123;
3200
+ return /*#__PURE__*/React.createElement(Icon, {
3201
+ width: size,
3202
+ height: size,
3203
+ ref: ref,
3204
+ xmlns: "http://www.w3.org/2000/svg",
3205
+ viewBox: "0 0 32 32",
3206
+ fill: "currentColor",
3207
+ ...rest
3208
+ }, _path266 || (_path266 = /*#__PURE__*/React.createElement("path", {
3209
+ 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"
3210
+ })), children);
3211
+ });
3212
+ if (process.env.NODE_ENV !== "production") {
3213
+ Campsite.propTypes = iconPropTypes;
3214
+ }
3215
+ const Car = /*#__PURE__*/React.forwardRef(function Car(_ref124, ref) {
3216
+ let {
3217
+ children,
3218
+ size = 16,
3219
+ ...rest
3220
+ } = _ref124;
3221
+ return /*#__PURE__*/React.createElement(Icon, {
3222
+ width: size,
3223
+ height: size,
3224
+ ref: ref,
3225
+ xmlns: "http://www.w3.org/2000/svg",
3226
+ viewBox: "0 0 32 32",
3227
+ fill: "currentColor",
3228
+ ...rest
3229
+ }, _path267 || (_path267 = /*#__PURE__*/React.createElement("path", {
3230
+ 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"
3231
+ })), children);
3232
+ });
3233
+ if (process.env.NODE_ENV !== "production") {
3234
+ Car.propTypes = iconPropTypes;
3235
+ }
3236
+ const CarFront = /*#__PURE__*/React.forwardRef(function CarFront(_ref125, ref) {
3237
+ let {
3238
+ children,
3239
+ size = 16,
3240
+ ...rest
3241
+ } = _ref125;
3242
+ return /*#__PURE__*/React.createElement(Icon, {
3243
+ width: size,
3244
+ height: size,
3245
+ ref: ref,
3246
+ xmlns: "http://www.w3.org/2000/svg",
3247
+ viewBox: "0 0 32 32",
3248
+ fill: "currentColor",
3249
+ ...rest
3250
+ }, _path268 || (_path268 = /*#__PURE__*/React.createElement("path", {
3251
+ d: "M13 19H19V21H13z"
3252
+ })), _path269 || (_path269 = /*#__PURE__*/React.createElement("path", {
3253
+ 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"
3254
+ })), children);
3255
+ });
3256
+ if (process.env.NODE_ENV !== "production") {
3257
+ CarFront.propTypes = iconPropTypes;
3258
+ }
3259
+
3260
+ export { Assembly, AssemblyCluster, AssemblyReference, Asset, AssetConfirm, AssetDigitalTwin, AssetView, Asterisk, Async, At, Attachment, AudioConsole, AugmentedReality, Automatic, Autoscaling, Awake, Badge, BaggageClaim, Bar, Barcode, BareMetalServer, BareMetalServer_01, BareMetalServer_02, Basketball, BastionHost, Bat, BatchJob, BatchJobStep, BatteryCharging, BatteryEmpty, BatteryFull, BatteryHalf, BatteryLow, BatteryQuarter, Bee, BeeBat, Beta, Bicycle, Binding_01, Binding_02, Binoculars, BlandAltmanPlot, BlockStorage, BlockStorageAlt, Blockchain, Blog, Bluetooth, BluetoothOff, Book, Bookmark, BookmarkAdd, BookmarkFilled, Boolean, Boot, BootVolume, BootVolumeAlt, BorderBottom, BorderFull, BorderLeft, BorderNone, BorderRight, BorderTop, Bot, BottlesContainer, Bottles_01, Bottles_01Dash, Bottles_02, Bottles_02Dash, BottomPanelClose, BottomPanelCloseFilled, BottomPanelOpen, BottomPanelOpenFilled, Box, BoxExtraLarge, BoxLarge, BoxMedium, BoxPlot, BoxSmall, Branch, BreakingChange, BrightnessContrast, BringForward, BringToFront, BuildImage, BuildRun, BuildTool, Building, BuildingInsights_1, BuildingInsights_2, BuildingInsights_3, Bullhorn, Buoy, Bus, BusinessProcesses, ButtonCentered, ButtonFlushLeft, CabinCare, CabinCareAlert, CabinCareAlt, Cad, Cafe, Calculation, CalculationAlt, Calculator, CalculatorCheck, Calendar, CalendarAdd, CalendarAddAlt, CalendarHeatMap, CalendarSettings, CalendarTools, Calibrate, Calls, CallsAll, CallsIncoming, Camera, CameraAction, Campsite, Car, CarFront, QBarrier, QBlochSphere, WatsonHealthAutoScroll, WatsonHealthBrushFreehand, WatsonHealthBrushPolygon };