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