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