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