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