@carbon-labs/react-animated-header 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/es/__stories__/data/index.d.ts +19 -9
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/es/components/AnimatedHeader/AnimatedHeader.js +76 -65
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -8
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/es/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
- package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
- package/lib/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/lib/__stories__/data/index.d.ts +19 -9
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/lib/components/AnimatedHeader/AnimatedHeader.js +75 -64
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +11 -9
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/lib/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
- package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
- package/package.json +2 -2
- package/scss/AnimatedHeader/animated-header.scss +31 -17
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +12 -5
- package/scss/Tiles/GlassTile/glass-tile.scss +17 -3
- /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
- /package/lib/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
|
@@ -12,8 +12,8 @@ var Icon = require('../Icon.js');
|
|
|
12
12
|
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
|
13
13
|
require('prop-types');
|
|
14
14
|
|
|
15
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44,
|
|
16
|
-
const
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _circle, _circle2, _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, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _circle3, _circle4, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _circle5, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _circle6, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _circle7, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _circle8, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _circle9, _path172, _path173, _path174, _path175, _circle10, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _rect, _path195, _path196, _path197, _path198, _circle11, _circle12, _circle13, _path199, _path200, _circle14, _circle15, _circle16, _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;
|
|
16
|
+
const WatsonHealthStatusAcknowledge = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusAcknowledge(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
19
19
|
size = 16,
|
|
@@ -28,13 +28,15 @@ const Subdirectory = /*#__PURE__*/React.forwardRef(function Subdirectory(_ref, r
|
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
...rest
|
|
30
30
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
d: "
|
|
31
|
+
d: "M24 30a6 6 0 116-6A6.0067 6.0067 0 0124 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 20zM12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59z"
|
|
32
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
|
32
34
|
})), children);
|
|
33
35
|
});
|
|
34
36
|
if (process.env.NODE_ENV !== "production") {
|
|
35
|
-
|
|
37
|
+
WatsonHealthStatusAcknowledge.propTypes = iconPropTypes4cbeb95d.i;
|
|
36
38
|
}
|
|
37
|
-
const
|
|
39
|
+
const WatsonHealthStatusChange = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusChange(_ref2, ref) {
|
|
38
40
|
let {
|
|
39
41
|
children,
|
|
40
42
|
size = 16,
|
|
@@ -48,18 +50,14 @@ const Subflow = /*#__PURE__*/React.forwardRef(function Subflow(_ref2, ref) {
|
|
|
48
50
|
viewBox: "0 0 32 32",
|
|
49
51
|
fill: "currentColor",
|
|
50
52
|
...rest
|
|
51
|
-
},
|
|
52
|
-
d: "
|
|
53
|
-
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
-
d: "M26,17l-1.4141,1.4141L26.1719,20H15.8157a2.9874,2.9874,0,0,0-.2742-.5762l4.481-5.601A2.9676,2.9676,0,0,0,21,14a3,3,0,1,0-2.8157-4H13.8157a2.982,2.982,0,0,0-5.6314,0H2v2H8.1843a2.982,2.982,0,0,0,5.6314,0h4.3686a2.9874,2.9874,0,0,0,.2742.5762l-4.481,5.601A2.9676,2.9676,0,0,0,13,18a3,3,0,1,0,2.8157,4H26.1719l-1.586,1.5859L26,25l4-4Zm-5-7a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,10ZM11,12a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,12Zm2,10a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,13,22Z"
|
|
55
|
-
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
56
|
-
d: "M30,16H28A12.0025,12.0025,0,0,0,9.5391,5.8857L8.4609,4.2017A14.0019,14.0019,0,0,1,30,16Z"
|
|
53
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M7 30a5 5 0 115-5A5.0057 5.0057 0 017 30zm0-8a3 3 0 103 3A3.0033 3.0033 0 007 22zM23 30a5 5 0 115-5A5.0057 5.0057 0 0123 30zm0-8a3 3 0 103 3A3.0033 3.0033 0 0023 22zM24 7v7l3.5859-3.4141L29 12l-6 6-6-6 1.4141-1.4141L22 14V7a1.0009 1.0009 0 00-1-1H9A1.0006 1.0006 0 008 7V18H6V7A3.0033 3.0033 0 019 4H21A3.0033 3.0033 0 0124 7z"
|
|
57
55
|
})), children);
|
|
58
56
|
});
|
|
59
57
|
if (process.env.NODE_ENV !== "production") {
|
|
60
|
-
|
|
58
|
+
WatsonHealthStatusChange.propTypes = iconPropTypes4cbeb95d.i;
|
|
61
59
|
}
|
|
62
|
-
const
|
|
60
|
+
const WatsonHealthStatusPartialFail = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusPartialFail(_ref3, ref) {
|
|
63
61
|
let {
|
|
64
62
|
children,
|
|
65
63
|
size = 16,
|
|
@@ -73,14 +71,16 @@ const SubflowLocal = /*#__PURE__*/React.forwardRef(function SubflowLocal(_ref3,
|
|
|
73
71
|
viewBox: "0 0 32 32",
|
|
74
72
|
fill: "currentColor",
|
|
75
73
|
...rest
|
|
76
|
-
},
|
|
77
|
-
d: "
|
|
74
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
d: "M25.1407 23.7642l1.5315 1.2851a13.976 13.976 0 002.4408-4.1821l-1.8776-.6836A11.9729 11.9729 0 0125.1407 23.7642zM18 27.81l.4128 1.9677A13.8888 13.8888 0 0022.9543 28.14L22 26.4087A12.52 12.52 0 0118 27.81zM10 26.4087L9 28.14a14.14 14.14 0 004.5872 1.6382l.3469-1.9677A12.1519 12.1519 0 0110 26.4087zM4.7646 20.1836l-1.8776.6836a13.976 13.976 0 002.4408 4.1821l1.5315-1.2851A11.9729 11.9729 0 014.7646 20.1836zM16 22a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 22zM15 8H17V19H15z"
|
|
76
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
77
|
+
d: "M30,16H28A12,12,0,0,0,4,16H2a14,14,0,0,1,28,0Z"
|
|
78
78
|
})), children);
|
|
79
79
|
});
|
|
80
80
|
if (process.env.NODE_ENV !== "production") {
|
|
81
|
-
|
|
81
|
+
WatsonHealthStatusPartialFail.propTypes = iconPropTypes4cbeb95d.i;
|
|
82
82
|
}
|
|
83
|
-
const
|
|
83
|
+
const WatsonHealthStatusResolved = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusResolved(_ref4, ref) {
|
|
84
84
|
let {
|
|
85
85
|
children,
|
|
86
86
|
size = 16,
|
|
@@ -95,17 +95,15 @@ const SubjectDefinition = /*#__PURE__*/React.forwardRef(function SubjectDefiniti
|
|
|
95
95
|
fill: "currentColor",
|
|
96
96
|
...rest
|
|
97
97
|
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
98
|
-
|
|
99
|
-
d: "M22.7749 20.5022h-.0862c-.3101.8959-1.0334 1.7056-2.5151 1.7056-1.8433 0-2.877-1.2749-2.877-3.5144v-5.6849h2.2051v5.4609c0 1.2404.4651 1.9122 1.5161 1.9122.8784 0 1.7571-.4651 1.7571-1.4298v-5.9434h2.2051v8.9926h-2.2051v-1.4988zM6.6195 20.2094l1.5332-1.4816c.8269.9647 1.8433 1.4816 3.0837 1.4816 1.3953 0 2.1189-.6719 2.1189-1.6882 0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971 0-2.1534 1.6709-3.5488 4.3584-3.5488 1.8088 0 3.1526.6202 4.1172 1.7744l-1.5503 1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292 0-1.9639.5168-1.9639 1.4126 0 .9131.5168 1.292 1.6711 1.4988l1.1196.2067c2.429.4308 3.5662 1.516 3.5662 3.4972 0 2.2739-1.6367 3.8245-4.5137 3.8245-2.05 0-3.4626-.8097-4.479-1.9984z"
|
|
98
|
+
d: "M21 28.414L16 23.413 17.413 22 21 25.586 28.585 18 30 19.415 21 28.414zM12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59z"
|
|
100
99
|
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
101
|
-
|
|
102
|
-
d: "m28,30H4c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2v24c0,1.1046-.8954,2-2,2Zm-24-2h24V4H4v24Z"
|
|
100
|
+
d: "M11.8193,25.8022a11.992,11.992,0,1,1,13.9829-9.6215l-1.9668-.3614A10.001,10.001,0,1,0,12.1807,23.835Z"
|
|
103
101
|
})), children);
|
|
104
102
|
});
|
|
105
103
|
if (process.env.NODE_ENV !== "production") {
|
|
106
|
-
|
|
104
|
+
WatsonHealthStatusResolved.propTypes = iconPropTypes4cbeb95d.i;
|
|
107
105
|
}
|
|
108
|
-
const
|
|
106
|
+
const StayInside = /*#__PURE__*/React.forwardRef(function StayInside(_ref5, ref) {
|
|
109
107
|
let {
|
|
110
108
|
children,
|
|
111
109
|
size = 16,
|
|
@@ -120,17 +118,15 @@ const SubjectUsage = /*#__PURE__*/React.forwardRef(function SubjectUsage(_ref5,
|
|
|
120
118
|
fill: "currentColor",
|
|
121
119
|
...rest
|
|
122
120
|
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
123
|
-
|
|
124
|
-
d: "M22.7749 20.5022h-.0862c-.3101.8959-1.0334 1.7056-2.5151 1.7056-1.8433 0-2.877-1.2749-2.877-3.5144v-5.6849h2.2051v5.4609c0 1.2404.4651 1.9122 1.5161 1.9122.8784 0 1.7571-.4651 1.7571-1.4298v-5.9434h2.2051v8.9926h-2.2051v-1.4988zM6.6195 20.2094l1.5332-1.4816c.8269.9647 1.8433 1.4816 3.0837 1.4816 1.3953 0 2.1189-.6719 2.1189-1.6882 0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971 0-2.1534 1.6709-3.5488 4.3584-3.5488 1.8088 0 3.1526.6202 4.1172 1.7744l-1.5503 1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292 0-1.9639.5168-1.9639 1.4126 0 .9131.5168 1.292 1.6711 1.4988l1.1196.2067c2.429.4308 3.5662 1.516 3.5662 3.4972 0 2.2739-1.6367 3.8245-4.5137 3.8245-2.05 0-3.4626-.8097-4.479-1.9984z"
|
|
121
|
+
d: "M23 30H21V28a3.0033 3.0033 0 00-3-3H14a3.0033 3.0033 0 00-3 3v2H9V28a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM16 13a3 3 0 11-3 3 3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0016 11z"
|
|
125
122
|
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
126
|
-
|
|
127
|
-
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
|
123
|
+
d: "M30,30H28V14.4639L16,4.31,4,14.4639V30H2V14a1,1,0,0,1,.354-.7634l13-11a1,1,0,0,1,1.292,0l13,11A1,1,0,0,1,30,14Z"
|
|
128
124
|
})), children);
|
|
129
125
|
});
|
|
130
126
|
if (process.env.NODE_ENV !== "production") {
|
|
131
|
-
|
|
127
|
+
StayInside.propTypes = iconPropTypes4cbeb95d.i;
|
|
132
128
|
}
|
|
133
|
-
const
|
|
129
|
+
const StemLeafPlot = /*#__PURE__*/React.forwardRef(function StemLeafPlot(_ref6, ref) {
|
|
134
130
|
let {
|
|
135
131
|
children,
|
|
136
132
|
size = 16,
|
|
@@ -145,15 +141,13 @@ const SubnetAclRules = /*#__PURE__*/React.forwardRef(function SubnetAclRules(_re
|
|
|
145
141
|
fill: "currentColor",
|
|
146
142
|
...rest
|
|
147
143
|
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
148
|
-
d: "
|
|
149
|
-
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
150
|
-
d: "M22,24v4H6V16h8V14H10V8a4.0008,4.0008,0,0,1,7.6675-1.6L19.5005,5.6A6.001,6.001,0,0,0,8,8v6H6a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H22a2.0023,2.0023,0,0,0,2-2V24Z"
|
|
144
|
+
d: "M19 10a3 3 0 113-3A3.0033 3.0033 0 0119 10zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 6zM19 19a3 3 0 113-3A3.0033 3.0033 0 0119 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 15zM27 19a3 3 0 113-3A3.0033 3.0033 0 0127 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 0027 15zM19 28a3 3 0 113-3A3.0033 3.0033 0 0119 28zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 24zM12 2H14V30H12zM7 28a3 3 0 113-3A3.0033 3.0033 0 017 28zm0-4a1 1 0 101 1A1.0011 1.0011 0 007 24zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 007 15zM7 10a3 3 0 113-3A3.0033 3.0033 0 017 10zM7 6A1 1 0 108 7 1.0011 1.0011 0 007 6z"
|
|
151
145
|
})), children);
|
|
152
146
|
});
|
|
153
147
|
if (process.env.NODE_ENV !== "production") {
|
|
154
|
-
|
|
148
|
+
StemLeafPlot.propTypes = iconPropTypes4cbeb95d.i;
|
|
155
149
|
}
|
|
156
|
-
const
|
|
150
|
+
const Stethoscope = /*#__PURE__*/React.forwardRef(function Stethoscope(_ref7, ref) {
|
|
157
151
|
let {
|
|
158
152
|
children,
|
|
159
153
|
size = 16,
|
|
@@ -167,14 +161,14 @@ const Subtract = /*#__PURE__*/React.forwardRef(function Subtract(_ref7, ref) {
|
|
|
167
161
|
viewBox: "0 0 32 32",
|
|
168
162
|
fill: "currentColor",
|
|
169
163
|
...rest
|
|
170
|
-
},
|
|
171
|
-
d: "
|
|
164
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
165
|
+
d: "M24,2V4h2v6a4,4,0,0,1-8,0V4h2V2H16v8a6.0051,6.0051,0,0,0,5,5.91V22A6,6,0,0,1,9,22V15.8579a4,4,0,1,0-2,0V22a8,8,0,0,0,16,0V15.91A6.0051,6.0051,0,0,0,28,10V2ZM6,12a2,2,0,1,1,2,2A2.0023,2.0023,0,0,1,6,12Z"
|
|
172
166
|
})), children);
|
|
173
167
|
});
|
|
174
168
|
if (process.env.NODE_ENV !== "production") {
|
|
175
|
-
|
|
169
|
+
Stethoscope.propTypes = iconPropTypes4cbeb95d.i;
|
|
176
170
|
}
|
|
177
|
-
const
|
|
171
|
+
const Stickies = /*#__PURE__*/React.forwardRef(function Stickies(_ref8, ref) {
|
|
178
172
|
let {
|
|
179
173
|
children,
|
|
180
174
|
size = 16,
|
|
@@ -188,21 +182,34 @@ const SubtractAlt = /*#__PURE__*/React.forwardRef(function SubtractAlt(_ref8, re
|
|
|
188
182
|
viewBox: "0 0 32 32",
|
|
189
183
|
fill: "currentColor",
|
|
190
184
|
...rest
|
|
191
|
-
},
|
|
192
|
-
d: "
|
|
193
|
-
})),
|
|
194
|
-
d: "
|
|
185
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
186
|
+
d: "M30,22v-12c0-1.1-.9-2-2-2H12c-1.1,0-2,.9-2,2v18c0,1.1.9,2,2,2h10c.3,0,.5-.1.7-.3l7-7c.2-.2.3-.4.3-.7ZM22,22h5.6s-5.6,5.6-5.6,5.6v-5.6ZM28,20h-6c-1.1,0-2,.9-2,2v6h-8V10h16v10Z"
|
|
187
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
188
|
+
d: "M4,22V4h16v2h2v-2c0-1.1001-.8999-2-2-2H4c-1.1001,0-2,.8999-2,2v18c0,1.1001.8999,2,2,2h4v-2H4Z"
|
|
195
189
|
})), children);
|
|
196
190
|
});
|
|
197
191
|
if (process.env.NODE_ENV !== "production") {
|
|
198
|
-
|
|
192
|
+
Stickies.propTypes = iconPropTypes4cbeb95d.i;
|
|
199
193
|
}
|
|
200
|
-
const
|
|
194
|
+
const Stop = /*#__PURE__*/React.forwardRef(function Stop(_ref9, ref) {
|
|
201
195
|
let {
|
|
202
196
|
children,
|
|
203
197
|
size = 16,
|
|
204
198
|
...rest
|
|
205
199
|
} = _ref9;
|
|
200
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
201
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
202
|
+
width: size,
|
|
203
|
+
height: size,
|
|
204
|
+
ref: ref,
|
|
205
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
206
|
+
viewBox: "0 0 16 16",
|
|
207
|
+
fill: "currentColor",
|
|
208
|
+
...rest
|
|
209
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
210
|
+
d: "M12,4v8H4V4H12 M12,3H4C3.4,3,3,3.4,3,4v8c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1V4C13,3.4,12.6,3,12,3z"
|
|
211
|
+
})), children);
|
|
212
|
+
}
|
|
206
213
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
207
214
|
width: size,
|
|
208
215
|
height: size,
|
|
@@ -212,21 +219,31 @@ const SubtractFilled = /*#__PURE__*/React.forwardRef(function SubtractFilled(_re
|
|
|
212
219
|
fill: "currentColor",
|
|
213
220
|
...rest
|
|
214
221
|
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
215
|
-
d: "
|
|
216
|
-
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
217
|
-
fill: "none",
|
|
218
|
-
d: "M24 17L8 17 8 15 24 15 24 17z"
|
|
222
|
+
d: "M24,8V24H8V8H24m0-2H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z"
|
|
219
223
|
})), children);
|
|
220
224
|
});
|
|
221
225
|
if (process.env.NODE_ENV !== "production") {
|
|
222
|
-
|
|
226
|
+
Stop.propTypes = iconPropTypes4cbeb95d.i;
|
|
223
227
|
}
|
|
224
|
-
const
|
|
228
|
+
const StopFilled = /*#__PURE__*/React.forwardRef(function StopFilled(_ref10, ref) {
|
|
225
229
|
let {
|
|
226
230
|
children,
|
|
227
231
|
size = 16,
|
|
228
232
|
...rest
|
|
229
233
|
} = _ref10;
|
|
234
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
235
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
236
|
+
width: size,
|
|
237
|
+
height: size,
|
|
238
|
+
ref: ref,
|
|
239
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
240
|
+
viewBox: "0 0 16 16",
|
|
241
|
+
fill: "currentColor",
|
|
242
|
+
...rest
|
|
243
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
244
|
+
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z"
|
|
245
|
+
})), children);
|
|
246
|
+
}
|
|
230
247
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
231
248
|
width: size,
|
|
232
249
|
height: size,
|
|
@@ -236,13 +253,13 @@ const SubtractLarge = /*#__PURE__*/React.forwardRef(function SubtractLarge(_ref1
|
|
|
236
253
|
fill: "currentColor",
|
|
237
254
|
...rest
|
|
238
255
|
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
239
|
-
d: "
|
|
256
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm6,18a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V12a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2Z"
|
|
240
257
|
})), children);
|
|
241
258
|
});
|
|
242
259
|
if (process.env.NODE_ENV !== "production") {
|
|
243
|
-
|
|
260
|
+
StopFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
244
261
|
}
|
|
245
|
-
const
|
|
262
|
+
const StopFilledAlt = /*#__PURE__*/React.forwardRef(function StopFilledAlt(_ref11, ref) {
|
|
246
263
|
let {
|
|
247
264
|
children,
|
|
248
265
|
size = 16,
|
|
@@ -257,30 +274,33 @@ const Succession = /*#__PURE__*/React.forwardRef(function Succession(_ref11, ref
|
|
|
257
274
|
fill: "currentColor",
|
|
258
275
|
...rest
|
|
259
276
|
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
260
|
-
|
|
261
|
-
d: "M19 27H21V31H19z",
|
|
262
|
-
transform: "rotate(90 20 29)"
|
|
263
|
-
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
264
|
-
strokeWidth: "0",
|
|
265
|
-
d: "M25 27H27V31H25z",
|
|
266
|
-
transform: "rotate(90 26 29)"
|
|
267
|
-
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
268
|
-
strokeWidth: "0",
|
|
269
|
-
d: "M13 28v-3h-2v3c0 1.1046.8954 2 2 2h3v-2h-3zM11 19H13V23H11zM11 13H13V17H11z"
|
|
270
|
-
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
271
|
-
strokeWidth: "0",
|
|
272
|
-
d: "M22 12L12 2 2 12 3.4141 13.4141 11 5.8281 11 11 13 11 13 5.8281 20.5859 13.4141 22 12z"
|
|
277
|
+
d: "M24,6H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z"
|
|
273
278
|
})), children);
|
|
274
279
|
});
|
|
275
280
|
if (process.env.NODE_ENV !== "production") {
|
|
276
|
-
|
|
281
|
+
StopFilledAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
277
282
|
}
|
|
278
|
-
const
|
|
283
|
+
const StopOutline = /*#__PURE__*/React.forwardRef(function StopOutline(_ref12, ref) {
|
|
279
284
|
let {
|
|
280
285
|
children,
|
|
281
286
|
size = 16,
|
|
282
287
|
...rest
|
|
283
288
|
} = _ref12;
|
|
289
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
290
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
291
|
+
width: size,
|
|
292
|
+
height: size,
|
|
293
|
+
ref: ref,
|
|
294
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
295
|
+
viewBox: "0 0 16 16",
|
|
296
|
+
fill: "currentColor",
|
|
297
|
+
...rest
|
|
298
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
299
|
+
d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"
|
|
300
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
301
|
+
d: "M10,6v4H6V6H10 M10,5H6C5.4,5,5,5.4,5,6v4c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1V6C11,5.4,10.6,5,10,5z"
|
|
302
|
+
})), children);
|
|
303
|
+
}
|
|
284
304
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
285
305
|
width: size,
|
|
286
306
|
height: size,
|
|
@@ -289,19 +309,36 @@ const SummaryKpi = /*#__PURE__*/React.forwardRef(function SummaryKpi(_ref12, ref
|
|
|
289
309
|
viewBox: "0 0 32 32",
|
|
290
310
|
fill: "currentColor",
|
|
291
311
|
...rest
|
|
292
|
-
},
|
|
293
|
-
d: "
|
|
312
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
313
|
+
d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
|
|
314
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
315
|
+
d: "M20,12v8H12V12h8m0-2H12a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V12a2,2,0,0,0-2-2Z"
|
|
294
316
|
})), children);
|
|
295
317
|
});
|
|
296
318
|
if (process.env.NODE_ENV !== "production") {
|
|
297
|
-
|
|
319
|
+
StopOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
298
320
|
}
|
|
299
|
-
const
|
|
321
|
+
const StopOutlineFilled = /*#__PURE__*/React.forwardRef(function StopOutlineFilled(_ref13, ref) {
|
|
300
322
|
let {
|
|
301
323
|
children,
|
|
302
324
|
size = 16,
|
|
303
325
|
...rest
|
|
304
326
|
} = _ref13;
|
|
327
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
328
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
329
|
+
width: size,
|
|
330
|
+
height: size,
|
|
331
|
+
ref: ref,
|
|
332
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
333
|
+
viewBox: "0 0 16 16",
|
|
334
|
+
fill: "currentColor",
|
|
335
|
+
...rest
|
|
336
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
337
|
+
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z"
|
|
338
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
339
|
+
d: "M6 6H10V10H6z"
|
|
340
|
+
})), children);
|
|
341
|
+
}
|
|
305
342
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
306
343
|
width: size,
|
|
307
344
|
height: size,
|
|
@@ -310,14 +347,16 @@ const SummaryKpiMirror = /*#__PURE__*/React.forwardRef(function SummaryKpiMirror
|
|
|
310
347
|
viewBox: "0 0 32 32",
|
|
311
348
|
fill: "currentColor",
|
|
312
349
|
...rest
|
|
313
|
-
},
|
|
314
|
-
d: "
|
|
350
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
351
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm6,18a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V12a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2Z"
|
|
352
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
353
|
+
d: "M12 12H20V20H12z"
|
|
315
354
|
})), children);
|
|
316
355
|
});
|
|
317
356
|
if (process.env.NODE_ENV !== "production") {
|
|
318
|
-
|
|
357
|
+
StopOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
319
358
|
}
|
|
320
|
-
const
|
|
359
|
+
const StopSign = /*#__PURE__*/React.forwardRef(function StopSign(_ref14, ref) {
|
|
321
360
|
let {
|
|
322
361
|
children,
|
|
323
362
|
size = 16,
|
|
@@ -331,35 +370,14 @@ const Sun = /*#__PURE__*/React.forwardRef(function Sun(_ref14, ref) {
|
|
|
331
370
|
viewBox: "0 0 32 32",
|
|
332
371
|
fill: "currentColor",
|
|
333
372
|
...rest
|
|
334
|
-
},
|
|
335
|
-
d: "
|
|
336
|
-
transform: "translate(0 .005)"
|
|
337
|
-
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
338
|
-
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
339
|
-
transform: "rotate(-45 7.86 7.856)"
|
|
340
|
-
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
341
|
-
d: "M2 15.005H7V17.005000000000003H2z"
|
|
342
|
-
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
343
|
-
d: "M5.375 23.147H10.333V25.147H5.375z",
|
|
344
|
-
transform: "rotate(-45 7.86 24.149)"
|
|
345
|
-
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
346
|
-
d: "M15 25.005H17V30.005H15z"
|
|
347
|
-
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
348
|
-
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
|
349
|
-
transform: "rotate(-45 24.152 24.149)"
|
|
350
|
-
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
351
|
-
d: "M25 15.005H30V17.005000000000003H25z"
|
|
352
|
-
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
353
|
-
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
|
354
|
-
transform: "rotate(-45 24.152 7.856)"
|
|
355
|
-
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
356
|
-
d: "M15 2.005H17V7.005H15z"
|
|
373
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
374
|
+
d: "M20.5857,29H11.4143A1.9865,1.9865,0,0,1,10,28.4141L3.5859,22A1.9865,1.9865,0,0,1,3,20.5857V11.4143A1.9865,1.9865,0,0,1,3.5859,10L10,3.5859A1.9865,1.9865,0,0,1,11.4143,3h9.1714A1.9865,1.9865,0,0,1,22,3.5859L28.4141,10A1.9865,1.9865,0,0,1,29,11.4143v9.1714A1.9865,1.9865,0,0,1,28.4141,22L22,28.4141A1.9865,1.9865,0,0,1,20.5857,29ZM11.4141,5,5,11.4141v9.1716L11.4141,27h9.1716L27,20.5859V11.4143L20.5859,5H11.4141Z"
|
|
357
375
|
})), children);
|
|
358
376
|
});
|
|
359
377
|
if (process.env.NODE_ENV !== "production") {
|
|
360
|
-
|
|
378
|
+
StopSign.propTypes = iconPropTypes4cbeb95d.i;
|
|
361
379
|
}
|
|
362
|
-
const
|
|
380
|
+
const StopSignFilled = /*#__PURE__*/React.forwardRef(function StopSignFilled(_ref15, ref) {
|
|
363
381
|
let {
|
|
364
382
|
children,
|
|
365
383
|
size = 16,
|
|
@@ -373,24 +391,14 @@ const Sunrise = /*#__PURE__*/React.forwardRef(function Sunrise(_ref15, ref) {
|
|
|
373
391
|
viewBox: "0 0 32 32",
|
|
374
392
|
fill: "currentColor",
|
|
375
393
|
...rest
|
|
376
|
-
},
|
|
377
|
-
d: "
|
|
378
|
-
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
379
|
-
d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
|
|
380
|
-
transform: "rotate(-45 24.146 15.854)"
|
|
381
|
-
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
382
|
-
d: "M16 4L11 9 12.41 10.41 15 7.83 15 8 15 15 17 15 17 8 17 7.83 19.59 10.41 21 9 16 4z"
|
|
383
|
-
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
384
|
-
d: "M6.854 13.374H8.854V18.332H6.854z",
|
|
385
|
-
transform: "rotate(-45 7.854 15.854)"
|
|
386
|
-
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
387
|
-
d: "M2 22H7V24H2z"
|
|
394
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
395
|
+
d: "M20.5857,29H11.4143A1.9865,1.9865,0,0,1,10,28.4141L3.5859,22A1.9865,1.9865,0,0,1,3,20.5857V11.4143A1.9865,1.9865,0,0,1,3.5859,10L10,3.5859A1.9865,1.9865,0,0,1,11.4143,3h9.1714A1.9865,1.9865,0,0,1,22,3.5859L28.4141,10A1.9865,1.9865,0,0,1,29,11.4143v9.1714A1.9865,1.9865,0,0,1,28.4141,22L22,28.4141A1.9865,1.9865,0,0,1,20.5857,29Z"
|
|
388
396
|
})), children);
|
|
389
397
|
});
|
|
390
398
|
if (process.env.NODE_ENV !== "production") {
|
|
391
|
-
|
|
399
|
+
StopSignFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
392
400
|
}
|
|
393
|
-
const
|
|
401
|
+
const StoragePool = /*#__PURE__*/React.forwardRef(function StoragePool(_ref16, ref) {
|
|
394
402
|
let {
|
|
395
403
|
children,
|
|
396
404
|
size = 16,
|
|
@@ -404,29 +412,16 @@ const Sunset = /*#__PURE__*/React.forwardRef(function Sunset(_ref16, ref) {
|
|
|
404
412
|
viewBox: "0 0 32 32",
|
|
405
413
|
fill: "currentColor",
|
|
406
414
|
...rest
|
|
407
|
-
},
|
|
408
|
-
d: "
|
|
409
|
-
})),
|
|
410
|
-
d: "
|
|
411
|
-
transform: "translate(0 .005)"
|
|
412
|
-
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
413
|
-
d: "M25 22.005H30V24.005H25z"
|
|
414
|
-
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
415
|
-
d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
|
|
416
|
-
transform: "rotate(-45 24.152 15.856)"
|
|
417
|
-
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
418
|
-
d: "M19.59 9.595L17 12.175 17 4.005 15 4.005 15 12.175 12.41 9.595 11 11.005 16 16.005 21 11.005 19.59 9.595z"
|
|
419
|
-
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
420
|
-
d: "M6.854 13.374H8.854V18.332H6.854z",
|
|
421
|
-
transform: "rotate(-45 7.86 15.856)"
|
|
422
|
-
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
423
|
-
d: "M2 22.005H7V24.005H2z"
|
|
415
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
416
|
+
d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
|
|
417
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
418
|
+
d: "M17.5 13A3.5 3.5 0 1121 9.5 3.5041 3.5041 0 0117.5 13zm0-5A1.5 1.5 0 1019 9.5 1.5017 1.5017 0 0017.5 8zM14.5 26A3.5 3.5 0 1118 22.5 3.5041 3.5041 0 0114.5 26zm0-5A1.5 1.5 0 1016 22.5 1.5017 1.5017 0 0014.5 21zM9.5 18A3.5 3.5 0 1113 14.5 3.5041 3.5041 0 019.5 18zm0-5A1.5 1.5 0 1011 14.5 1.5017 1.5017 0 009.5 13zM22.5 21A3.5 3.5 0 1126 17.5 3.5041 3.5041 0 0122.5 21zm0-5A1.5 1.5 0 1024 17.5 1.5017 1.5017 0 0022.5 16z"
|
|
424
419
|
})), children);
|
|
425
420
|
});
|
|
426
421
|
if (process.env.NODE_ENV !== "production") {
|
|
427
|
-
|
|
422
|
+
StoragePool.propTypes = iconPropTypes4cbeb95d.i;
|
|
428
423
|
}
|
|
429
|
-
const
|
|
424
|
+
const StorageRequest = /*#__PURE__*/React.forwardRef(function StorageRequest(_ref17, ref) {
|
|
430
425
|
let {
|
|
431
426
|
children,
|
|
432
427
|
size = 16,
|
|
@@ -440,25 +435,22 @@ const SupportVectorMachine = /*#__PURE__*/React.forwardRef(function SupportVecto
|
|
|
440
435
|
viewBox: "0 0 32 32",
|
|
441
436
|
fill: "currentColor",
|
|
442
437
|
...rest
|
|
443
|
-
},
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
438
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
439
|
+
d: "M4 21H2v3a2.0059 2.0059 0 002 2H7V24H4zM4 8H7V6H4A2.0059 2.0059 0 002 8v3H4zM17 6H23V8H17zM9 6H15V8H9zM17 24H23V26H17zM28 15L4 15 4 13 2 13 2 19 4 19 4 17 28 17 28 19 30 19 30 13 28 13 28 15zM28 24H25v2h3a2.0059 2.0059 0 002-2V21H28zM28 6H25V8h3v3h2V8A2.0059 2.0059 0 0028 6zM9 24H15V26H9z"
|
|
440
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
441
|
+
cx: "7",
|
|
442
|
+
cy: "12",
|
|
443
|
+
r: "1"
|
|
447
444
|
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
448
|
-
cx: "
|
|
449
|
-
cy: "
|
|
450
|
-
r: "
|
|
451
|
-
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
452
|
-
d: "M-2.799 15H34.799V17H-2.799z",
|
|
453
|
-
transform: "rotate(-45 16 16)"
|
|
454
|
-
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
455
|
-
d: "M14 10c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4zm0-6c-1.1028 0-2 .8972-2 2s.8972 2 2 2 2-.8972 2-2-.8972-2-2-2zM6 18c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4zm0-6c-1.1028 0-2 .8972-2 2s.8972 2 2 2 2-.8972 2-2-.8972-2-2-2z"
|
|
445
|
+
cx: "7",
|
|
446
|
+
cy: "20",
|
|
447
|
+
r: "1"
|
|
456
448
|
})), children);
|
|
457
449
|
});
|
|
458
450
|
if (process.env.NODE_ENV !== "production") {
|
|
459
|
-
|
|
451
|
+
StorageRequest.propTypes = iconPropTypes4cbeb95d.i;
|
|
460
452
|
}
|
|
461
|
-
const
|
|
453
|
+
const Store = /*#__PURE__*/React.forwardRef(function Store(_ref18, ref) {
|
|
462
454
|
let {
|
|
463
455
|
children,
|
|
464
456
|
size = 16,
|
|
@@ -472,18 +464,14 @@ const Sustainability = /*#__PURE__*/React.forwardRef(function Sustainability(_re
|
|
|
472
464
|
viewBox: "0 0 32 32",
|
|
473
465
|
fill: "currentColor",
|
|
474
466
|
...rest
|
|
475
|
-
},
|
|
476
|
-
d: "
|
|
477
|
-
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
478
|
-
d: "m21,9c-3.1602,0-5.7515,2.457-5.9778,5.5605-1.0654-.9658-2.4739-1.5605-4.0222-1.5605h-4v4c0,3.3086,2.6917,6,6,6h2v4h2v-8.0005l2,.0005c3.3083,0,6-2.6914,6-6v-4h-4Zm-8,12c-2.2056,0-4-1.7944-4-4v-2h2c2.2056,0,4,1.7944,4,4v.5859l-2.293-2.293-1.4141,1.4141,2.293,2.293h-.5859Zm10-8c0,2.2056-1.7944,4-4,4h-.5859l2.293-2.293-1.4141-1.4141-2.293,2.293v-.5859c0-2.2056,1.7944-4,4-4h2v2Z"
|
|
479
|
-
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
480
|
-
d: "m31,16c0-8.271-6.729-15-15-15-2.249,0-4.4119.4858-6.4292,1.4438l.8584,1.8066c1.7468-.8296,3.6211-1.2505,5.5708-1.2505,7.1682,0,13,5.832,13,13,0,3.0752-1.0571,5.979-3,8.3076v-2.3076h-2v6h6v-2h-2.8416c2.4753-2.7539,3.8416-6.2622,3.8416-10Z"
|
|
467
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
468
|
+
d: "M30,10.68l-2-6A1,1,0,0,0,27,4H5a1,1,0,0,0-1,.68l-2,6A1.19,1.19,0,0,0,2,11v6a1,1,0,0,0,1,1H4V28H6V18h6V28H28V18h1a1,1,0,0,0,1-1V11A1.19,1.19,0,0,0,30,10.68ZM26,26H14V18H26Zm2-10H24V12H22v4H17V12H15v4H10V12H8v4H4V11.16L5.72,6H26.28L28,11.16Z"
|
|
481
469
|
})), children);
|
|
482
470
|
});
|
|
483
471
|
if (process.env.NODE_ENV !== "production") {
|
|
484
|
-
|
|
472
|
+
Store.propTypes = iconPropTypes4cbeb95d.i;
|
|
485
473
|
}
|
|
486
|
-
const
|
|
474
|
+
const StormTracker = /*#__PURE__*/React.forwardRef(function StormTracker(_ref19, ref) {
|
|
487
475
|
let {
|
|
488
476
|
children,
|
|
489
477
|
size = 16,
|
|
@@ -497,14 +485,14 @@ const Svg = /*#__PURE__*/React.forwardRef(function Svg(_ref19, ref) {
|
|
|
497
485
|
viewBox: "0 0 32 32",
|
|
498
486
|
fill: "currentColor",
|
|
499
487
|
...rest
|
|
500
|
-
},
|
|
501
|
-
d: "
|
|
488
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
489
|
+
d: "M16,2a1,1,0,0,0-.9736.771l-1.7229,7.3223a10.0653,10.0653,0,1,0,8.6032,8.603l7.3223-1.7227A1,1,0,0,0,30,16,14.0158,14.0158,0,0,0,16,2ZM11.293,20.707A1,1,0,0,0,12,21a1.013,1.013,0,0,0,.229-.0264l3.7622-.8852a3.996,3.996,0,1,1-4.08-4.08l-.8852,3.7622A1,1,0,0,0,11.293,20.707Zm2.05-2.0508,2.271-9.65a7.5018,7.5018,0,0,1,7.38,7.38ZM20,20a8,8,0,1,1-8-8,8.1017,8.1017,0,0,1,.8438.0469L12.38,14.019C12.2532,14.0107,12.127,14,12,14a6,6,0,1,0,6,6c0-.127-.011-.2534-.019-.38l1.9721-.4643A8.1048,8.1048,0,0,1,20,20Zm4.9707-4.0791a9.4981,9.4981,0,0,0-8.8914-8.8916l.7068-3.0039A12.0193,12.0193,0,0,1,27.9746,15.2139Z"
|
|
502
490
|
})), children);
|
|
503
491
|
});
|
|
504
492
|
if (process.env.NODE_ENV !== "production") {
|
|
505
|
-
|
|
493
|
+
StormTracker.propTypes = iconPropTypes4cbeb95d.i;
|
|
506
494
|
}
|
|
507
|
-
const
|
|
495
|
+
const StrategyPlay = /*#__PURE__*/React.forwardRef(function StrategyPlay(_ref20, ref) {
|
|
508
496
|
let {
|
|
509
497
|
children,
|
|
510
498
|
size = 16,
|
|
@@ -518,14 +506,18 @@ const Swim = /*#__PURE__*/React.forwardRef(function Swim(_ref20, ref) {
|
|
|
518
506
|
viewBox: "0 0 32 32",
|
|
519
507
|
fill: "currentColor",
|
|
520
508
|
...rest
|
|
521
|
-
},
|
|
522
|
-
|
|
509
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
510
|
+
strokeWidth: "0",
|
|
511
|
+
d: "M12 3.415L10.586 2 7 5.587 3.414 2 2 3.415 5.586 7 2 10.586 3.414 12 7 8.414 10.586 12 12 10.586 8.414 7 12 3.415zM25 2l-5 5 1.4089 1.4189 2.5911-2.625v9.2061H8c-1.1028 0-2 .8975-2 2v3.1011c-2.2793.4644-4 2.4844-4 4.8989 0 2.7568 2.2429 5 5 5s5-2.2432 5-5c0-2.4146-1.7207-4.4346-4-4.8989v-3.1011h16c1.1028 0 2-.8975 2-2V5.8472l2.5911 2.5718 1.4089-1.4189-5-5zm-15 23c0 1.6543-1.3457 3-3 3s-3-1.3457-3-3 1.3457-3 3-3 3 1.3457 3 3z"
|
|
512
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
513
|
+
strokeWidth: "0",
|
|
514
|
+
d: "M30 21.415L28.586 20 25 23.587 21.414 20 20 21.415 23.586 25 20 28.586 21.414 30 25 26.414 28.586 30 30 28.586 26.414 25 30 21.415z"
|
|
523
515
|
})), children);
|
|
524
516
|
});
|
|
525
517
|
if (process.env.NODE_ENV !== "production") {
|
|
526
|
-
|
|
518
|
+
StrategyPlay.propTypes = iconPropTypes4cbeb95d.i;
|
|
527
519
|
}
|
|
528
|
-
const
|
|
520
|
+
const Strawberry = /*#__PURE__*/React.forwardRef(function Strawberry(_ref21, ref) {
|
|
529
521
|
let {
|
|
530
522
|
children,
|
|
531
523
|
size = 16,
|
|
@@ -539,14 +531,16 @@ const SwitchLayer_2 = /*#__PURE__*/React.forwardRef(function SwitchLayer_2(_ref2
|
|
|
539
531
|
viewBox: "0 0 32 32",
|
|
540
532
|
fill: "currentColor",
|
|
541
533
|
...rest
|
|
542
|
-
},
|
|
543
|
-
d: "
|
|
534
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
535
|
+
d: "M9 10H11V12H9zM9 14H11V16H9zM13 12H15V14H13z"
|
|
536
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
537
|
+
d: "M9 28a5.169 5.169 0 01-.7441-.054A5.0935 5.0935 0 014 22.8669V11.1985a7.1615 7.1615 0 016.31-7.1653 6.9607 6.9607 0 014.4643 1.0706l7.9688 4.9807a6.98 6.98 0 01-.6885 12.19l-10.88 5.2285A4.9765 4.9765 0 019 28zM11.002 6q-.2484 0-.5005.0241A5.1463 5.1463 0 006 11.1985V22.8669a3.0839 3.0839 0 002.5435 3.1 3.0266 3.0266 0 001.7622-.2649l10.8828-5.23a4.9807 4.9807 0 00.4887-8.6958L13.7046 6.7935A4.9687 4.9687 0 0011.002 6zM26 7H22a4.0045 4.0045 0 01-4-4V2h2V3a2.0021 2.0021 0 002 2h4z"
|
|
544
538
|
})), children);
|
|
545
539
|
});
|
|
546
540
|
if (process.env.NODE_ENV !== "production") {
|
|
547
|
-
|
|
541
|
+
Strawberry.propTypes = iconPropTypes4cbeb95d.i;
|
|
548
542
|
}
|
|
549
|
-
const
|
|
543
|
+
const WatsonHealthStressBreathEditor = /*#__PURE__*/React.forwardRef(function WatsonHealthStressBreathEditor(_ref22, ref) {
|
|
550
544
|
let {
|
|
551
545
|
children,
|
|
552
546
|
size = 16,
|
|
@@ -560,14 +554,14 @@ const SwitchLayer_3 = /*#__PURE__*/React.forwardRef(function SwitchLayer_3(_ref2
|
|
|
560
554
|
viewBox: "0 0 32 32",
|
|
561
555
|
fill: "currentColor",
|
|
562
556
|
...rest
|
|
563
|
-
},
|
|
564
|
-
d: "
|
|
557
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
558
|
+
d: "M20 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0020 2zM30 30H28V25a5 5 0 00-5-5H17a5 5 0 00-5 5v5H10V25a7 7 0 017-7h6a7 7 0 017 7zM11 8H5A3 3 0 012 5V3H4V5A1 1 0 005 6h6zM4 15H2V13a3 3 0 013-3h6v2H5a1 1 0 00-1 1z"
|
|
565
559
|
})), children);
|
|
566
560
|
});
|
|
567
561
|
if (process.env.NODE_ENV !== "production") {
|
|
568
|
-
|
|
562
|
+
WatsonHealthStressBreathEditor.propTypes = iconPropTypes4cbeb95d.i;
|
|
569
563
|
}
|
|
570
|
-
const
|
|
564
|
+
const StringInteger = /*#__PURE__*/React.forwardRef(function StringInteger(_ref23, ref) {
|
|
571
565
|
let {
|
|
572
566
|
children,
|
|
573
567
|
size = 16,
|
|
@@ -581,14 +575,14 @@ const Switcher = /*#__PURE__*/React.forwardRef(function Switcher(_ref23, ref) {
|
|
|
581
575
|
viewBox: "0 0 32 32",
|
|
582
576
|
fill: "currentColor",
|
|
583
577
|
...rest
|
|
584
|
-
},
|
|
585
|
-
d: "
|
|
578
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
579
|
+
d: "M26 12H22v2h4v2H23v2h3v2H22v2h4a2.0027 2.0027 0 002-2V14A2.0023 2.0023 0 0026 12zM19 22H13V18a2.002 2.002 0 012-2h2V14H13V12h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H15v2h4zM8 20L8 12 6 12 6 13 4 13 4 15 6 15 6 20 4 20 4 22 10 22 10 20 8 20z"
|
|
586
580
|
})), children);
|
|
587
581
|
});
|
|
588
582
|
if (process.env.NODE_ENV !== "production") {
|
|
589
|
-
|
|
583
|
+
StringInteger.propTypes = iconPropTypes4cbeb95d.i;
|
|
590
584
|
}
|
|
591
|
-
const
|
|
585
|
+
const StringText = /*#__PURE__*/React.forwardRef(function StringText(_ref24, ref) {
|
|
592
586
|
let {
|
|
593
587
|
children,
|
|
594
588
|
size = 16,
|
|
@@ -602,18 +596,14 @@ const SyncSettings = /*#__PURE__*/React.forwardRef(function SyncSettings(_ref24,
|
|
|
602
596
|
viewBox: "0 0 32 32",
|
|
603
597
|
fill: "currentColor",
|
|
604
598
|
...rest
|
|
605
|
-
},
|
|
606
|
-
|
|
607
|
-
d: "M15 24L15 22 11.4 22 22 11.4 22 15 24 15 24 8 17 8 17 10 20.6 10 10 20.6 10 17 8 17 8 24 15 24zM25 20v2h3c1.1 0 2-.9 2-2v-3h-2v3h-3zM28 10H30V14H28zM25 2v2h3v3h2v-3c0-1.1-.9-2-2-2h-3zM18 2H22V4H18z"
|
|
608
|
-
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
609
|
-
strokeWidth: "0",
|
|
610
|
-
d: "M10 4v3h2v-3h3V2h-3c-1.1 0-2 .9-2 2zM12 10H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8h-2v8H4V12h8v-2z"
|
|
599
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
600
|
+
d: "M29 22H24a2.0027 2.0027 0 01-2-2V14a2.0023 2.0023 0 012-2h5v2H24v6h5zM18 12H14V8H12V22h6a2.0027 2.0027 0 002-2V14A2.0023 2.0023 0 0018 12zm-4 8V14h4v6zM8 12H3v2H8v2H4a2 2 0 00-2 2v2a2 2 0 002 2h6V14A2.0023 2.0023 0 008 12zm0 8H4V18H8z"
|
|
611
601
|
})), children);
|
|
612
602
|
});
|
|
613
603
|
if (process.env.NODE_ENV !== "production") {
|
|
614
|
-
|
|
604
|
+
StringText.propTypes = iconPropTypes4cbeb95d.i;
|
|
615
605
|
}
|
|
616
|
-
const
|
|
606
|
+
const WatsonHealthStudyNext = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyNext(_ref25, ref) {
|
|
617
607
|
let {
|
|
618
608
|
children,
|
|
619
609
|
size = 16,
|
|
@@ -627,22 +617,14 @@ const SysProvision = /*#__PURE__*/React.forwardRef(function SysProvision(_ref25,
|
|
|
627
617
|
viewBox: "0 0 32 32",
|
|
628
618
|
fill: "currentColor",
|
|
629
619
|
...rest
|
|
630
|
-
},
|
|
631
|
-
d: "
|
|
632
|
-
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
633
|
-
cx: "14",
|
|
634
|
-
cy: "14",
|
|
635
|
-
r: "2"
|
|
636
|
-
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
637
|
-
d: "M14,20a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,14,20Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,14,10Z"
|
|
638
|
-
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
639
|
-
d: "M25.9512,12.91l-.0064,0A12.05,12.05,0,1,0,17,25.605V23.5386a9.9813,9.9813,0,1,1,6.6235-6.81l1.9248.544A12.0341,12.0341,0,0,0,26,14Q26,13.4492,25.9512,12.91Z"
|
|
620
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
621
|
+
d: "M23.93 21L30 15 23.93 9 22.5 10.41 27.14 15 22.5 19.59 23.93 21zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7z"
|
|
640
622
|
})), children);
|
|
641
623
|
});
|
|
642
624
|
if (process.env.NODE_ENV !== "production") {
|
|
643
|
-
|
|
625
|
+
WatsonHealthStudyNext.propTypes = iconPropTypes4cbeb95d.i;
|
|
644
626
|
}
|
|
645
|
-
const
|
|
627
|
+
const WatsonHealthStudyPrevious = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyPrevious(_ref26, ref) {
|
|
646
628
|
let {
|
|
647
629
|
children,
|
|
648
630
|
size = 16,
|
|
@@ -656,15 +638,14 @@ const SysplexDistributor = /*#__PURE__*/React.forwardRef(function SysplexDistrib
|
|
|
656
638
|
viewBox: "0 0 32 32",
|
|
657
639
|
fill: "currentColor",
|
|
658
640
|
...rest
|
|
659
|
-
},
|
|
660
|
-
|
|
661
|
-
d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 18h-8v-2h-2v2H7c-1.1028 0-2 .8975-2 2v4h2v-4h8v4h2v-4h8v4h2v-4c0-1.1025-.8972-2-2-2zM20 2h-8c-1.1028 0-2 .8975-2 2v8c0 1.1025.8972 2 2 2h8c1.1028 0 2-.8975 2-2V4c0-1.1025-.8972-2-2-2zm-1.4141 2l-6.5859 6.5859v-6.5859h6.5859zm-5.1719 8l6.5862-6.5859.001 6.5859h-6.5872z"
|
|
641
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
642
|
+
d: "M8.07 21L2 15 8.07 9 9.5 10.41 4.86 15 9.5 19.59 8.07 21zM20 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0020 2zM30 30H28V25a5 5 0 00-5-5H17a5 5 0 00-5 5v5H10V25a7 7 0 017-7h6a7 7 0 017 7z"
|
|
662
643
|
})), children);
|
|
663
644
|
});
|
|
664
645
|
if (process.env.NODE_ENV !== "production") {
|
|
665
|
-
|
|
646
|
+
WatsonHealthStudyPrevious.propTypes = iconPropTypes4cbeb95d.i;
|
|
666
647
|
}
|
|
667
|
-
const
|
|
648
|
+
const WatsonHealthStudyRead = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyRead(_ref27, ref) {
|
|
668
649
|
let {
|
|
669
650
|
children,
|
|
670
651
|
size = 16,
|
|
@@ -678,14 +659,16 @@ const QT = /*#__PURE__*/React.forwardRef(function QT(_ref27, ref) {
|
|
|
678
659
|
viewBox: "0 0 32 32",
|
|
679
660
|
fill: "currentColor",
|
|
680
661
|
...rest
|
|
681
|
-
},
|
|
682
|
-
d: "
|
|
662
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
663
|
+
d: "M21 29.414L16 24.413 17.413 23 21 26.586 28.585 19 30 20.415 21 29.414zM20 14L20 12 15 12 15 10 18 10 18 8 15 8 15 6 13 6 13 8 10 8 10 10 13 10 13 12 8 12 8 14 13 14 13 16 8 16 8 18 13 18 13 20 10 20 10 22 15 22 15 18 18 18 18 16 15 16 15 14 20 14z"
|
|
664
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
665
|
+
d: "M13,24H4V4H24V16h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2h9Z"
|
|
683
666
|
})), children);
|
|
684
667
|
});
|
|
685
668
|
if (process.env.NODE_ENV !== "production") {
|
|
686
|
-
|
|
669
|
+
WatsonHealthStudyRead.propTypes = iconPropTypes4cbeb95d.i;
|
|
687
670
|
}
|
|
688
|
-
const
|
|
671
|
+
const WatsonHealthStudySkip = /*#__PURE__*/React.forwardRef(function WatsonHealthStudySkip(_ref28, ref) {
|
|
689
672
|
let {
|
|
690
673
|
children,
|
|
691
674
|
size = 16,
|
|
@@ -699,14 +682,16 @@ const QTAlt = /*#__PURE__*/React.forwardRef(function QTAlt(_ref28, ref) {
|
|
|
699
682
|
viewBox: "0 0 32 32",
|
|
700
683
|
fill: "currentColor",
|
|
701
684
|
...rest
|
|
702
|
-
},
|
|
703
|
-
d: "
|
|
685
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
686
|
+
d: "M22,9h5.2A11,11,0,0,0,7,15H5A13,13,0,0,1,28,6.7V3h2v8H22Z"
|
|
687
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
688
|
+
d: "M16 12a3 3 0 11-3 3 2.95 2.95 0 013-3m0-2a5 5 0 105 5A5 5 0 0016 10zM23 30H21V27a3 3 0 00-3-3H14a3 3 0 00-3 3v3H9V27a5 5 0 015-5h4a5 5 0 015 5z"
|
|
704
689
|
})), children);
|
|
705
690
|
});
|
|
706
691
|
if (process.env.NODE_ENV !== "production") {
|
|
707
|
-
|
|
692
|
+
WatsonHealthStudySkip.propTypes = iconPropTypes4cbeb95d.i;
|
|
708
693
|
}
|
|
709
|
-
const
|
|
694
|
+
const WatsonHealthStudyTransfer = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyTransfer(_ref29, ref) {
|
|
710
695
|
let {
|
|
711
696
|
children,
|
|
712
697
|
size = 16,
|
|
@@ -720,14 +705,18 @@ const Table = /*#__PURE__*/React.forwardRef(function Table(_ref29, ref) {
|
|
|
720
705
|
viewBox: "0 0 32 32",
|
|
721
706
|
fill: "currentColor",
|
|
722
707
|
...rest
|
|
723
|
-
},
|
|
724
|
-
d: "
|
|
708
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
709
|
+
d: "M8.586 19.414L13.165 24 8.586 28.586 10 30 16 24 10 18 8.586 19.414z"
|
|
710
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
711
|
+
d: "M2.586 19.414L7.165 24 2.586 28.586 4 30 10 24 4 18 2.586 19.414zM12 14L12 12 17 12 17 10 14 10 14 8 17 8 17 6 19 6 19 8 22 8 22 10 19 10 19 12 24 12 24 14 19 14 19 16 24 16 24 18 19 18 19 20 22 20 22 22 17 22 17 18 14 18 14 16 17 16 17 14 12 14z"
|
|
712
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
713
|
+
d: "M19,24h9V4H8V16H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V24a2,2,0,0,1-2,2H19Z"
|
|
725
714
|
})), children);
|
|
726
715
|
});
|
|
727
716
|
if (process.env.NODE_ENV !== "production") {
|
|
728
|
-
|
|
717
|
+
WatsonHealthStudyTransfer.propTypes = iconPropTypes4cbeb95d.i;
|
|
729
718
|
}
|
|
730
|
-
const
|
|
719
|
+
const WatsonHealthStudyUnread = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyUnread(_ref30, ref) {
|
|
731
720
|
let {
|
|
732
721
|
children,
|
|
733
722
|
size = 16,
|
|
@@ -741,16 +730,16 @@ const TableAlias = /*#__PURE__*/React.forwardRef(function TableAlias(_ref30, ref
|
|
|
741
730
|
viewBox: "0 0 32 32",
|
|
742
731
|
fill: "currentColor",
|
|
743
732
|
...rest
|
|
744
|
-
},
|
|
745
|
-
d: "
|
|
746
|
-
})),
|
|
747
|
-
d: "
|
|
733
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
734
|
+
d: "M24 30a6 6 0 116-6A6.0067 6.0067 0 0124 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 20zM20 14L20 12 15 12 15 10 18 10 18 8 15 8 15 6 13 6 13 8 10 8 10 10 13 10 13 12 8 12 8 14 13 14 13 16 8 16 8 18 13 18 13 20 10 20 10 22 17 22 17 20 15 20 15 18 18 18 18 16 15 16 15 14 20 14z"
|
|
735
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
736
|
+
d: "M15,24H4V4H24V15h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H15Z"
|
|
748
737
|
})), children);
|
|
749
738
|
});
|
|
750
739
|
if (process.env.NODE_ENV !== "production") {
|
|
751
|
-
|
|
740
|
+
WatsonHealthStudyUnread.propTypes = iconPropTypes4cbeb95d.i;
|
|
752
741
|
}
|
|
753
|
-
const
|
|
742
|
+
const WatsonHealthStudyView = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyView(_ref31, ref) {
|
|
754
743
|
let {
|
|
755
744
|
children,
|
|
756
745
|
size = 16,
|
|
@@ -764,14 +753,16 @@ const TableBuilt = /*#__PURE__*/React.forwardRef(function TableBuilt(_ref31, ref
|
|
|
764
753
|
viewBox: "0 0 32 32",
|
|
765
754
|
fill: "currentColor",
|
|
766
755
|
...rest
|
|
767
|
-
},
|
|
768
|
-
d: "M28
|
|
756
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
757
|
+
d: "M28 20H25V18h3V4H14V7H12V4a2.002 2.002 0 012-2H28a2.0023 2.0023 0 012 2V18A2.0027 2.0027 0 0128 20zM17 22L17 20 13 20 13 18 16 18 16 16 13 16 13 14 11 14 11 16 8 16 8 18 11 18 11 20 7 20 7 22 11 22 11 24 8 24 8 26 16 26 16 24 13 24 13 22 17 22z"
|
|
758
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
759
|
+
d: "M20,30H4a2.0021,2.0021,0,0,1-2-2V12a2.0021,2.0021,0,0,1,2-2H20a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,20,30ZM4,12V28H20V12Z"
|
|
769
760
|
})), children);
|
|
770
761
|
});
|
|
771
762
|
if (process.env.NODE_ENV !== "production") {
|
|
772
|
-
|
|
763
|
+
WatsonHealthStudyView.propTypes = iconPropTypes4cbeb95d.i;
|
|
773
764
|
}
|
|
774
|
-
const
|
|
765
|
+
const WatsonHealthSubVolume = /*#__PURE__*/React.forwardRef(function WatsonHealthSubVolume(_ref32, ref) {
|
|
775
766
|
let {
|
|
776
767
|
children,
|
|
777
768
|
size = 16,
|
|
@@ -785,16 +776,14 @@ const TableShortcut = /*#__PURE__*/React.forwardRef(function TableShortcut(_ref3
|
|
|
785
776
|
viewBox: "0 0 32 32",
|
|
786
777
|
fill: "currentColor",
|
|
787
778
|
...rest
|
|
788
|
-
},
|
|
789
|
-
d: "
|
|
790
|
-
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
791
|
-
d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
|
|
779
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
780
|
+
d: "M29.4741,19.12,23.6807,16l5.7934-3.12a1,1,0,0,0,0-1.7607l-13-7a.9982.9982,0,0,0-.9482,0l-13,7a1,1,0,0,0,0,1.7607L8.3193,16,2.5259,19.12a1,1,0,0,0,0,1.7607l13,7a.9995.9995,0,0,0,.9482,0l13-7a1,1,0,0,0,0-1.7607ZM16,6.1359,26.8906,12,16,17.8643,5.1094,12Zm0,19.7284L5.1094,20l5.3193-2.8642L15.5259,19.88a.9995.9995,0,0,0,.9482,0l5.0972-2.7446L26.8906,20Z"
|
|
792
781
|
})), children);
|
|
793
782
|
});
|
|
794
783
|
if (process.env.NODE_ENV !== "production") {
|
|
795
|
-
|
|
784
|
+
WatsonHealthSubVolume.propTypes = iconPropTypes4cbeb95d.i;
|
|
796
785
|
}
|
|
797
|
-
const
|
|
786
|
+
const Subclassification = /*#__PURE__*/React.forwardRef(function Subclassification(_ref33, ref) {
|
|
798
787
|
let {
|
|
799
788
|
children,
|
|
800
789
|
size = 16,
|
|
@@ -808,14 +797,15 @@ const TableSplit = /*#__PURE__*/React.forwardRef(function TableSplit(_ref33, ref
|
|
|
808
797
|
viewBox: "0 0 32 32",
|
|
809
798
|
fill: "currentColor",
|
|
810
799
|
...rest
|
|
811
|
-
},
|
|
812
|
-
|
|
800
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
801
|
+
strokeWidth: "0",
|
|
802
|
+
d: "m13,28v-10h7c.3564,0,.686-.1899.8647-.498.0902-.1551.1353-.3285.1353-.502,0-.1711-.0441-.3424-.1318-.4961L12.8682,2.504c-.1919-.3359-.5301-.504-.8682-.504s-.6763.1681-.8682.504l-7.9999,13.9999c-.0878.1537-.1318.3249-.1318.4961,0,.1735.0451.3469.1353.502.1787.3081.5083.498.8647.498h7v10c0,1.1046.8954,2,2,2h15v-2h-15Zm-7.2769-12l6.2769-10.9844,6.2769,10.9844H5.7231Z"
|
|
813
803
|
})), children);
|
|
814
804
|
});
|
|
815
805
|
if (process.env.NODE_ENV !== "production") {
|
|
816
|
-
|
|
806
|
+
Subclassification.propTypes = iconPropTypes4cbeb95d.i;
|
|
817
807
|
}
|
|
818
|
-
const
|
|
808
|
+
const Subdirectory = /*#__PURE__*/React.forwardRef(function Subdirectory(_ref34, ref) {
|
|
819
809
|
let {
|
|
820
810
|
children,
|
|
821
811
|
size = 16,
|
|
@@ -829,14 +819,14 @@ const TableOfContents = /*#__PURE__*/React.forwardRef(function TableOfContents(_
|
|
|
829
819
|
viewBox: "0 0 32 32",
|
|
830
820
|
fill: "currentColor",
|
|
831
821
|
...rest
|
|
832
|
-
},
|
|
833
|
-
d: "
|
|
822
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
823
|
+
d: "m9,20l1.4141,1.4141-2.5859,2.5859h18.1719s0-20,0-20h2v20c0,1.1025-.897,2-2,2H7.8281s2.5859,2.5859,2.5859,2.5859l-1.4141,1.4141-5-5,5-5Z"
|
|
834
824
|
})), children);
|
|
835
825
|
});
|
|
836
826
|
if (process.env.NODE_ENV !== "production") {
|
|
837
|
-
|
|
827
|
+
Subdirectory.propTypes = iconPropTypes4cbeb95d.i;
|
|
838
828
|
}
|
|
839
|
-
const
|
|
829
|
+
const Subflow = /*#__PURE__*/React.forwardRef(function Subflow(_ref35, ref) {
|
|
840
830
|
let {
|
|
841
831
|
children,
|
|
842
832
|
size = 16,
|
|
@@ -850,17 +840,18 @@ const Tablet = /*#__PURE__*/React.forwardRef(function Tablet(_ref35, ref) {
|
|
|
850
840
|
viewBox: "0 0 32 32",
|
|
851
841
|
fill: "currentColor",
|
|
852
842
|
...rest
|
|
853
|
-
},
|
|
854
|
-
d: "
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
843
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
844
|
+
d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12.0025,12.0025,0,0,0,22.4609,26.1143l1.0782,1.684A13.9511,13.9511,0,0,1,16,30Z"
|
|
845
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
846
|
+
d: "M26,17l-1.4141,1.4141L26.1719,20H15.8157a2.9874,2.9874,0,0,0-.2742-.5762l4.481-5.601A2.9676,2.9676,0,0,0,21,14a3,3,0,1,0-2.8157-4H13.8157a2.982,2.982,0,0,0-5.6314,0H2v2H8.1843a2.982,2.982,0,0,0,5.6314,0h4.3686a2.9874,2.9874,0,0,0,.2742.5762l-4.481,5.601A2.9676,2.9676,0,0,0,13,18a3,3,0,1,0,2.8157,4H26.1719l-1.586,1.5859L26,25l4-4Zm-5-7a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,10ZM11,12a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,12Zm2,10a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,13,22Z"
|
|
847
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
848
|
+
d: "M30,16H28A12.0025,12.0025,0,0,0,9.5391,5.8857L8.4609,4.2017A14.0019,14.0019,0,0,1,30,16Z"
|
|
858
849
|
})), children);
|
|
859
850
|
});
|
|
860
851
|
if (process.env.NODE_ENV !== "production") {
|
|
861
|
-
|
|
852
|
+
Subflow.propTypes = iconPropTypes4cbeb95d.i;
|
|
862
853
|
}
|
|
863
|
-
const
|
|
854
|
+
const SubflowLocal = /*#__PURE__*/React.forwardRef(function SubflowLocal(_ref36, ref) {
|
|
864
855
|
let {
|
|
865
856
|
children,
|
|
866
857
|
size = 16,
|
|
@@ -874,16 +865,14 @@ const TabletLandscape = /*#__PURE__*/React.forwardRef(function TabletLandscape(_
|
|
|
874
865
|
viewBox: "0 0 32 32",
|
|
875
866
|
fill: "currentColor",
|
|
876
867
|
...rest
|
|
877
|
-
},
|
|
878
|
-
d: "
|
|
879
|
-
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
880
|
-
d: "M30,7V25a2.0023,2.0023,0,0,1-2,2H4a2.002,2.002,0,0,1-2-2V7A2.0023,2.0023,0,0,1,4,5H28A2.0027,2.0027,0,0,1,30,7ZM4,25H28V7H4Z"
|
|
868
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
869
|
+
d: "M15.3472 29.9851a13.9282 13.9282 0 01-4.2051-.8516l.6943-1.8754a11.929 11.929 0 003.6026.729zm4.2651-.4558l-.5146-1.9326a11.915 11.915 0 003.3632-1.4827l1.0782 1.6846A13.915 13.915 0 0119.6123 29.5293zM7.395 27.0439a14.0632 14.0632 0 01-2.94-3.1218l1.6484-1.1333a12.0521 12.0521 0 002.522 2.6785zM2.5967 20.0544A14.0512 14.0512 0 012.0005 16H4a12.0412 12.0412 0 00.5117 3.4763zM26 17l-1.4141 1.4141L26.1719 20H15.8157a2.9874 2.9874 0 00-.2742-.5762l4.481-5.601A2.9676 2.9676 0 0021 14a3 3 0 10-2.8157-4H13.8157a2.982 2.982 0 00-5.6314 0H2v2H8.1843a2.982 2.982 0 005.6314 0h4.3686a2.9874 2.9874 0 00.2742.5762l-4.481 5.601A2.9676 2.9676 0 0013 18a3 3 0 102.8157 4H26.1719l-1.586 1.5859L26 25l4-4zm-5-7a1 1 0 11-1 1A1.0009 1.0009 0 0121 10zM11 12a1 1 0 111-1A1.0009 1.0009 0 0111 12zm2 10a1 1 0 111-1A1.0009 1.0009 0 0113 22zM28 16a12.0412 12.0412 0 00-.5117-3.4763l1.915-.5781A14.0551 14.0551 0 0130 16zM25.8965 9.2112a12.0521 12.0521 0 00-2.522-2.6785l1.23-1.5766a14.0632 14.0632 0 012.94 3.1218zM9.5391 5.886L8.4609 4.2014a13.915 13.915 0 013.9268-1.7307l.5146 1.9326A11.915 11.915 0 009.5391 5.886zM20.1636 4.7419a11.929 11.929 0 00-3.6026-.729l.0918-1.998a13.9282 13.9282 0 014.2051.8516z"
|
|
881
870
|
})), children);
|
|
882
871
|
});
|
|
883
872
|
if (process.env.NODE_ENV !== "production") {
|
|
884
|
-
|
|
873
|
+
SubflowLocal.propTypes = iconPropTypes4cbeb95d.i;
|
|
885
874
|
}
|
|
886
|
-
const
|
|
875
|
+
const SubjectDefinition = /*#__PURE__*/React.forwardRef(function SubjectDefinition(_ref37, ref) {
|
|
887
876
|
let {
|
|
888
877
|
children,
|
|
889
878
|
size = 16,
|
|
@@ -897,16 +886,18 @@ const Tag = /*#__PURE__*/React.forwardRef(function Tag(_ref37, ref) {
|
|
|
897
886
|
viewBox: "0 0 32 32",
|
|
898
887
|
fill: "currentColor",
|
|
899
888
|
...rest
|
|
900
|
-
},
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
889
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
890
|
+
strokeWidth: "0",
|
|
891
|
+
d: "M22.7749 20.5022h-.0862c-.3101.8959-1.0334 1.7056-2.5151 1.7056-1.8433 0-2.877-1.2749-2.877-3.5144v-5.6849h2.2051v5.4609c0 1.2404.4651 1.9122 1.5161 1.9122.8784 0 1.7571-.4651 1.7571-1.4298v-5.9434h2.2051v8.9926h-2.2051v-1.4988zM6.6195 20.2094l1.5332-1.4816c.8269.9647 1.8433 1.4816 3.0837 1.4816 1.3953 0 2.1189-.6719 2.1189-1.6882 0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971 0-2.1534 1.6709-3.5488 4.3584-3.5488 1.8088 0 3.1526.6202 4.1172 1.7744l-1.5503 1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292 0-1.9639.5168-1.9639 1.4126 0 .9131.5168 1.292 1.6711 1.4988l1.1196.2067c2.429.4308 3.5662 1.516 3.5662 3.4972 0 2.2739-1.6367 3.8245-4.5137 3.8245-2.05 0-3.4626-.8097-4.479-1.9984z"
|
|
892
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
893
|
+
strokeWidth: "0",
|
|
894
|
+
d: "m28,30H4c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2v24c0,1.1046-.8954,2-2,2Zm-24-2h24V4H4v24Z"
|
|
904
895
|
})), children);
|
|
905
896
|
});
|
|
906
897
|
if (process.env.NODE_ENV !== "production") {
|
|
907
|
-
|
|
898
|
+
SubjectDefinition.propTypes = iconPropTypes4cbeb95d.i;
|
|
908
899
|
}
|
|
909
|
-
const
|
|
900
|
+
const SubjectUsage = /*#__PURE__*/React.forwardRef(function SubjectUsage(_ref38, ref) {
|
|
910
901
|
let {
|
|
911
902
|
children,
|
|
912
903
|
size = 16,
|
|
@@ -920,16 +911,18 @@ const TagEdit = /*#__PURE__*/React.forwardRef(function TagEdit(_ref38, ref) {
|
|
|
920
911
|
viewBox: "0 0 32 32",
|
|
921
912
|
fill: "currentColor",
|
|
922
913
|
...rest
|
|
923
|
-
},
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
914
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
915
|
+
strokeWidth: "0",
|
|
916
|
+
d: "M22.7749 20.5022h-.0862c-.3101.8959-1.0334 1.7056-2.5151 1.7056-1.8433 0-2.877-1.2749-2.877-3.5144v-5.6849h2.2051v5.4609c0 1.2404.4651 1.9122 1.5161 1.9122.8784 0 1.7571-.4651 1.7571-1.4298v-5.9434h2.2051v8.9926h-2.2051v-1.4988zM6.6195 20.2094l1.5332-1.4816c.8269.9647 1.8433 1.4816 3.0837 1.4816 1.3953 0 2.1189-.6719 2.1189-1.6882 0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971 0-2.1534 1.6709-3.5488 4.3584-3.5488 1.8088 0 3.1526.6202 4.1172 1.7744l-1.5503 1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292 0-1.9639.5168-1.9639 1.4126 0 .9131.5168 1.292 1.6711 1.4988l1.1196.2067c2.429.4308 3.5662 1.516 3.5662 3.4972 0 2.2739-1.6367 3.8245-4.5137 3.8245-2.05 0-3.4626-.8097-4.479-1.9984z"
|
|
917
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
918
|
+
strokeWidth: "0",
|
|
919
|
+
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
|
927
920
|
})), children);
|
|
928
921
|
});
|
|
929
922
|
if (process.env.NODE_ENV !== "production") {
|
|
930
|
-
|
|
923
|
+
SubjectUsage.propTypes = iconPropTypes4cbeb95d.i;
|
|
931
924
|
}
|
|
932
|
-
const
|
|
925
|
+
const SubnetAclRules = /*#__PURE__*/React.forwardRef(function SubnetAclRules(_ref39, ref) {
|
|
933
926
|
let {
|
|
934
927
|
children,
|
|
935
928
|
size = 16,
|
|
@@ -943,16 +936,16 @@ const TagExport = /*#__PURE__*/React.forwardRef(function TagExport(_ref39, ref)
|
|
|
943
936
|
viewBox: "0 0 32 32",
|
|
944
937
|
fill: "currentColor",
|
|
945
938
|
...rest
|
|
946
|
-
},
|
|
947
|
-
d: "
|
|
948
|
-
})),
|
|
949
|
-
d: "
|
|
939
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
940
|
+
d: "M18 14H30V16H18zM18 19H26V21H18zM18 9H30V11H18z"
|
|
941
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
942
|
+
d: "M22,24v4H6V16h8V14H10V8a4.0008,4.0008,0,0,1,7.6675-1.6L19.5005,5.6A6.001,6.001,0,0,0,8,8v6H6a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H22a2.0023,2.0023,0,0,0,2-2V24Z"
|
|
950
943
|
})), children);
|
|
951
944
|
});
|
|
952
945
|
if (process.env.NODE_ENV !== "production") {
|
|
953
|
-
|
|
946
|
+
SubnetAclRules.propTypes = iconPropTypes4cbeb95d.i;
|
|
954
947
|
}
|
|
955
|
-
const
|
|
948
|
+
const Subtract = /*#__PURE__*/React.forwardRef(function Subtract(_ref40, ref) {
|
|
956
949
|
let {
|
|
957
950
|
children,
|
|
958
951
|
size = 16,
|
|
@@ -966,20 +959,14 @@ const TagGroup = /*#__PURE__*/React.forwardRef(function TagGroup(_ref40, ref) {
|
|
|
966
959
|
viewBox: "0 0 32 32",
|
|
967
960
|
fill: "currentColor",
|
|
968
961
|
...rest
|
|
969
|
-
},
|
|
970
|
-
|
|
971
|
-
cy: "14",
|
|
972
|
-
r: "2"
|
|
973
|
-
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
974
|
-
d: "M16,30a1,1,0,0,1-.71-.29L4.59,19A2,2,0,0,1,4,17.59V10A2,2,0,0,1,6,8h7.59A2,2,0,0,1,15,8.59l10.71,10.7a1,1,0,0,1,0,1.42l-9,9A1,1,0,0,1,16,30ZM6,10v7.59l10,10L23.59,20l-10-10Z"
|
|
975
|
-
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
976
|
-
d: "M27.71,13.29,17,2.59A2,2,0,0,0,15.59,2H8A2,2,0,0,0,6,4V6H8V4h7.59l10,10-1.3,1.29,1.42,1.42,2-2A1,1,0,0,0,27.71,13.29Z"
|
|
962
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
963
|
+
d: "M8 15H24V17H8z"
|
|
977
964
|
})), children);
|
|
978
965
|
});
|
|
979
966
|
if (process.env.NODE_ENV !== "production") {
|
|
980
|
-
|
|
967
|
+
Subtract.propTypes = iconPropTypes4cbeb95d.i;
|
|
981
968
|
}
|
|
982
|
-
const
|
|
969
|
+
const SubtractAlt = /*#__PURE__*/React.forwardRef(function SubtractAlt(_ref41, ref) {
|
|
983
970
|
let {
|
|
984
971
|
children,
|
|
985
972
|
size = 16,
|
|
@@ -993,16 +980,16 @@ const TagImport = /*#__PURE__*/React.forwardRef(function TagImport(_ref41, ref)
|
|
|
993
980
|
viewBox: "0 0 32 32",
|
|
994
981
|
fill: "currentColor",
|
|
995
982
|
...rest
|
|
996
|
-
},
|
|
997
|
-
d: "M16
|
|
998
|
-
})),
|
|
999
|
-
d: "
|
|
983
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
984
|
+
d: "M16,4c6.6,0,12,5.4,12,12s-5.4,12-12,12S4,22.6,4,16S9.4,4,16,4 M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14 S23.7,2,16,2z"
|
|
985
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
986
|
+
d: "M8 15H24V17H8z"
|
|
1000
987
|
})), children);
|
|
1001
988
|
});
|
|
1002
989
|
if (process.env.NODE_ENV !== "production") {
|
|
1003
|
-
|
|
990
|
+
SubtractAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1004
991
|
}
|
|
1005
|
-
const
|
|
992
|
+
const SubtractFilled = /*#__PURE__*/React.forwardRef(function SubtractFilled(_ref42, ref) {
|
|
1006
993
|
let {
|
|
1007
994
|
children,
|
|
1008
995
|
size = 16,
|
|
@@ -1016,16 +1003,17 @@ const TagNone = /*#__PURE__*/React.forwardRef(function TagNone(_ref42, ref) {
|
|
|
1016
1003
|
viewBox: "0 0 32 32",
|
|
1017
1004
|
fill: "currentColor",
|
|
1018
1005
|
...rest
|
|
1019
|
-
},
|
|
1020
|
-
d: "
|
|
1021
|
-
})),
|
|
1022
|
-
|
|
1006
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1007
|
+
d: "m16,2c-7.6,0-14,6.4-14,14s6.4,14,14,14,14-6.4,14-14S23.6,2,16,2Zm8,15H8v-2h16v2Z"
|
|
1008
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1009
|
+
fill: "none",
|
|
1010
|
+
d: "M24 17L8 17 8 15 24 15 24 17z"
|
|
1023
1011
|
})), children);
|
|
1024
1012
|
});
|
|
1025
1013
|
if (process.env.NODE_ENV !== "production") {
|
|
1026
|
-
|
|
1014
|
+
SubtractFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1027
1015
|
}
|
|
1028
|
-
const
|
|
1016
|
+
const SubtractLarge = /*#__PURE__*/React.forwardRef(function SubtractLarge(_ref43, ref) {
|
|
1029
1017
|
let {
|
|
1030
1018
|
children,
|
|
1031
1019
|
size = 16,
|
|
@@ -1039,14 +1027,14 @@ const Tank = /*#__PURE__*/React.forwardRef(function Tank(_ref43, ref) {
|
|
|
1039
1027
|
viewBox: "0 0 32 32",
|
|
1040
1028
|
fill: "currentColor",
|
|
1041
1029
|
...rest
|
|
1042
|
-
},
|
|
1043
|
-
d: "
|
|
1030
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1031
|
+
d: "M5 15L5 17 27 17 27 15 5 15z"
|
|
1044
1032
|
})), children);
|
|
1045
1033
|
});
|
|
1046
1034
|
if (process.env.NODE_ENV !== "production") {
|
|
1047
|
-
|
|
1035
|
+
SubtractLarge.propTypes = iconPropTypes4cbeb95d.i;
|
|
1048
1036
|
}
|
|
1049
|
-
const
|
|
1037
|
+
const Succession = /*#__PURE__*/React.forwardRef(function Succession(_ref44, ref) {
|
|
1050
1038
|
let {
|
|
1051
1039
|
children,
|
|
1052
1040
|
size = 16,
|
|
@@ -1060,16 +1048,26 @@ const Task = /*#__PURE__*/React.forwardRef(function Task(_ref44, ref) {
|
|
|
1060
1048
|
viewBox: "0 0 32 32",
|
|
1061
1049
|
fill: "currentColor",
|
|
1062
1050
|
...rest
|
|
1063
|
-
},
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1051
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1052
|
+
strokeWidth: "0",
|
|
1053
|
+
d: "M19 27H21V31H19z",
|
|
1054
|
+
transform: "rotate(90 20 29)"
|
|
1055
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1056
|
+
strokeWidth: "0",
|
|
1057
|
+
d: "M25 27H27V31H25z",
|
|
1058
|
+
transform: "rotate(90 26 29)"
|
|
1059
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1060
|
+
strokeWidth: "0",
|
|
1061
|
+
d: "M13 28v-3h-2v3c0 1.1046.8954 2 2 2h3v-2h-3zM11 19H13V23H11zM11 13H13V17H11z"
|
|
1062
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1063
|
+
strokeWidth: "0",
|
|
1064
|
+
d: "M22 12L12 2 2 12 3.4141 13.4141 11 5.8281 11 11 13 11 13 5.8281 20.5859 13.4141 22 12z"
|
|
1067
1065
|
})), children);
|
|
1068
1066
|
});
|
|
1069
1067
|
if (process.env.NODE_ENV !== "production") {
|
|
1070
|
-
|
|
1068
|
+
Succession.propTypes = iconPropTypes4cbeb95d.i;
|
|
1071
1069
|
}
|
|
1072
|
-
const
|
|
1070
|
+
const SummaryKpi = /*#__PURE__*/React.forwardRef(function SummaryKpi(_ref45, ref) {
|
|
1073
1071
|
let {
|
|
1074
1072
|
children,
|
|
1075
1073
|
size = 16,
|
|
@@ -1083,16 +1081,14 @@ const TaskAdd = /*#__PURE__*/React.forwardRef(function TaskAdd(_ref45, ref) {
|
|
|
1083
1081
|
viewBox: "0 0 32 32",
|
|
1084
1082
|
fill: "currentColor",
|
|
1085
1083
|
...rest
|
|
1086
|
-
},
|
|
1087
|
-
d: "
|
|
1088
|
-
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1089
|
-
d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2H17V28H7V7h3v3H22V7h3v9h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
|
|
1084
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1085
|
+
d: "M7.6667 27.5027L2 22.4484l1.3311-1.4927 5.6411 5.0316 7.6906-7.4449a1.9282 1.9282 0 012.6736-.0084L22.96 21.9983l5.5791-5.9735L30 17.3905l-5.5812 5.9758a1.996 1.996 0 01-2.8379.08l-3.5765-3.4191-7.666 7.4206A1.9629 1.9629 0 017.6667 27.5027zM30 11L26 11 28 8 30 11zM22 4H18V6h4V8H19v2h3v2H18v2h4a2.0027 2.0027 0 002-2V6A2.0023 2.0023 0 0022 4zM16 14H10V10a2.002 2.002 0 012-2h2V6H10V4h4a2.0023 2.0023 0 012 2V8a2.0023 2.0023 0 01-2 2H12v2h4zM6 12L6 4 4 4 4 5 2 5 2 7 4 7 4 12 2 12 2 14 8 14 8 12 6 12z"
|
|
1090
1086
|
})), children);
|
|
1091
1087
|
});
|
|
1092
1088
|
if (process.env.NODE_ENV !== "production") {
|
|
1093
|
-
|
|
1089
|
+
SummaryKpi.propTypes = iconPropTypes4cbeb95d.i;
|
|
1094
1090
|
}
|
|
1095
|
-
const
|
|
1091
|
+
const SummaryKpiMirror = /*#__PURE__*/React.forwardRef(function SummaryKpiMirror(_ref46, ref) {
|
|
1096
1092
|
let {
|
|
1097
1093
|
children,
|
|
1098
1094
|
size = 16,
|
|
@@ -1106,16 +1102,14 @@ const TaskApproved = /*#__PURE__*/React.forwardRef(function TaskApproved(_ref46,
|
|
|
1106
1102
|
viewBox: "0 0 32 32",
|
|
1107
1103
|
fill: "currentColor",
|
|
1108
1104
|
...rest
|
|
1109
|
-
},
|
|
1110
|
-
d: "
|
|
1111
|
-
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1112
|
-
d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
|
|
1105
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1106
|
+
d: "M24.3 27.5l5.7-5.1L28.7 21 23 26l-7.7-7.4c-.7-.7-1.9-.7-2.7 0L9 22l-5.6-6L2 17.4l5.6 6c.8.8 2 .8 2.8.1L14 20l7.7 7.4C22.4 28.2 23.6 28.2 24.3 27.5zM28 12L28 4 26 4 26 5 24 5 24 7 26 7 26 12 24 12 24 14 30 14 30 12zM22 14h-6v-4c0-1.1.9-2 2-2h2V6h-4V4h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-2v2h4V14zM12 4H8v2h4v2H9v2h3v2H8v2h4c1.1 0 2-.9 2-2V6C14 4.9 13.1 4 12 4zM6 11L2 11 4 8z"
|
|
1113
1107
|
})), children);
|
|
1114
1108
|
});
|
|
1115
1109
|
if (process.env.NODE_ENV !== "production") {
|
|
1116
|
-
|
|
1110
|
+
SummaryKpiMirror.propTypes = iconPropTypes4cbeb95d.i;
|
|
1117
1111
|
}
|
|
1118
|
-
const
|
|
1112
|
+
const Sun = /*#__PURE__*/React.forwardRef(function Sun(_ref47, ref) {
|
|
1119
1113
|
let {
|
|
1120
1114
|
children,
|
|
1121
1115
|
size = 16,
|
|
@@ -1129,18 +1123,35 @@ const TaskAssetView = /*#__PURE__*/React.forwardRef(function TaskAssetView(_ref4
|
|
|
1129
1123
|
viewBox: "0 0 32 32",
|
|
1130
1124
|
fill: "currentColor",
|
|
1131
1125
|
...rest
|
|
1132
|
-
},
|
|
1133
|
-
d: "
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1126
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1127
|
+
d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z",
|
|
1128
|
+
transform: "translate(0 .005)"
|
|
1129
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1130
|
+
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
1131
|
+
transform: "rotate(-45 7.86 7.856)"
|
|
1132
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1133
|
+
d: "M2 15.005H7V17.005000000000003H2z"
|
|
1134
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1135
|
+
d: "M5.375 23.147H10.333V25.147H5.375z",
|
|
1136
|
+
transform: "rotate(-45 7.86 24.149)"
|
|
1137
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1138
|
+
d: "M15 25.005H17V30.005H15z"
|
|
1139
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1140
|
+
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
|
1141
|
+
transform: "rotate(-45 24.152 24.149)"
|
|
1142
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1143
|
+
d: "M25 15.005H30V17.005000000000003H25z"
|
|
1144
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1145
|
+
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
|
1146
|
+
transform: "rotate(-45 24.152 7.856)"
|
|
1147
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1148
|
+
d: "M15 2.005H17V7.005H15z"
|
|
1138
1149
|
})), children);
|
|
1139
1150
|
});
|
|
1140
1151
|
if (process.env.NODE_ENV !== "production") {
|
|
1141
|
-
|
|
1152
|
+
Sun.propTypes = iconPropTypes4cbeb95d.i;
|
|
1142
1153
|
}
|
|
1143
|
-
const
|
|
1154
|
+
const Sunrise = /*#__PURE__*/React.forwardRef(function Sunrise(_ref48, ref) {
|
|
1144
1155
|
let {
|
|
1145
1156
|
children,
|
|
1146
1157
|
size = 16,
|
|
@@ -1154,16 +1165,24 @@ const TaskComplete = /*#__PURE__*/React.forwardRef(function TaskComplete(_ref48,
|
|
|
1154
1165
|
viewBox: "0 0 32 32",
|
|
1155
1166
|
fill: "currentColor",
|
|
1156
1167
|
...rest
|
|
1157
|
-
},
|
|
1158
|
-
d: "
|
|
1159
|
-
})),
|
|
1160
|
-
d: "
|
|
1168
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1169
|
+
d: "M2 27H29.998V29H2zM16 20a4.0045 4.0045 0 014 4h2a6 6 0 00-12 0h2A4.0045 4.0045 0 0116 20zM25 22H30V24H25z"
|
|
1170
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1171
|
+
d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
|
|
1172
|
+
transform: "rotate(-45 24.146 15.854)"
|
|
1173
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1174
|
+
d: "M16 4L11 9 12.41 10.41 15 7.83 15 8 15 15 17 15 17 8 17 7.83 19.59 10.41 21 9 16 4z"
|
|
1175
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1176
|
+
d: "M6.854 13.374H8.854V18.332H6.854z",
|
|
1177
|
+
transform: "rotate(-45 7.854 15.854)"
|
|
1178
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1179
|
+
d: "M2 22H7V24H2z"
|
|
1161
1180
|
})), children);
|
|
1162
1181
|
});
|
|
1163
1182
|
if (process.env.NODE_ENV !== "production") {
|
|
1164
|
-
|
|
1183
|
+
Sunrise.propTypes = iconPropTypes4cbeb95d.i;
|
|
1165
1184
|
}
|
|
1166
|
-
const
|
|
1185
|
+
const Sunset = /*#__PURE__*/React.forwardRef(function Sunset(_ref49, ref) {
|
|
1167
1186
|
let {
|
|
1168
1187
|
children,
|
|
1169
1188
|
size = 16,
|
|
@@ -1177,20 +1196,29 @@ const TaskLocation = /*#__PURE__*/React.forwardRef(function TaskLocation(_ref49,
|
|
|
1177
1196
|
viewBox: "0 0 32 32",
|
|
1178
1197
|
fill: "currentColor",
|
|
1179
1198
|
...rest
|
|
1180
|
-
},
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1199
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1200
|
+
d: "M2 27.005H29.998V29.005H2z"
|
|
1201
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1202
|
+
d: "M16,20a4.0045,4.0045,0,0,1,4,4h2a6,6,0,0,0-12,0h2A4.0045,4.0045,0,0,1,16,20Z",
|
|
1203
|
+
transform: "translate(0 .005)"
|
|
1204
|
+
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1205
|
+
d: "M25 22.005H30V24.005H25z"
|
|
1206
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1207
|
+
d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
|
|
1208
|
+
transform: "rotate(-45 24.152 15.856)"
|
|
1209
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1210
|
+
d: "M19.59 9.595L17 12.175 17 4.005 15 4.005 15 12.175 12.41 9.595 11 11.005 16 16.005 21 11.005 19.59 9.595z"
|
|
1211
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1212
|
+
d: "M6.854 13.374H8.854V18.332H6.854z",
|
|
1213
|
+
transform: "rotate(-45 7.86 15.856)"
|
|
1184
1214
|
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1185
|
-
d: "
|
|
1186
|
-
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1187
|
-
d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
|
|
1215
|
+
d: "M2 22.005H7V24.005H2z"
|
|
1188
1216
|
})), children);
|
|
1189
1217
|
});
|
|
1190
1218
|
if (process.env.NODE_ENV !== "production") {
|
|
1191
|
-
|
|
1219
|
+
Sunset.propTypes = iconPropTypes4cbeb95d.i;
|
|
1192
1220
|
}
|
|
1193
|
-
const
|
|
1221
|
+
const SupportVectorMachine = /*#__PURE__*/React.forwardRef(function SupportVectorMachine(_ref50, ref) {
|
|
1194
1222
|
let {
|
|
1195
1223
|
children,
|
|
1196
1224
|
size = 16,
|
|
@@ -1204,16 +1232,25 @@ const TaskRemove = /*#__PURE__*/React.forwardRef(function TaskRemove(_ref50, ref
|
|
|
1204
1232
|
viewBox: "0 0 32 32",
|
|
1205
1233
|
fill: "currentColor",
|
|
1206
1234
|
...rest
|
|
1207
|
-
},
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1235
|
+
}, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
1236
|
+
cx: "26",
|
|
1237
|
+
cy: "18",
|
|
1238
|
+
r: "4"
|
|
1239
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
1240
|
+
cx: "18",
|
|
1241
|
+
cy: "26",
|
|
1242
|
+
r: "4"
|
|
1243
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1244
|
+
d: "M-2.799 15H34.799V17H-2.799z",
|
|
1245
|
+
transform: "rotate(-45 16 16)"
|
|
1246
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1247
|
+
d: "M14 10c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4zm0-6c-1.1028 0-2 .8972-2 2s.8972 2 2 2 2-.8972 2-2-.8972-2-2-2zM6 18c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4zm0-6c-1.1028 0-2 .8972-2 2s.8972 2 2 2 2-.8972 2-2-.8972-2-2-2z"
|
|
1211
1248
|
})), children);
|
|
1212
1249
|
});
|
|
1213
1250
|
if (process.env.NODE_ENV !== "production") {
|
|
1214
|
-
|
|
1251
|
+
SupportVectorMachine.propTypes = iconPropTypes4cbeb95d.i;
|
|
1215
1252
|
}
|
|
1216
|
-
const
|
|
1253
|
+
const Sustainability = /*#__PURE__*/React.forwardRef(function Sustainability(_ref51, ref) {
|
|
1217
1254
|
let {
|
|
1218
1255
|
children,
|
|
1219
1256
|
size = 16,
|
|
@@ -1227,16 +1264,18 @@ const TaskSettings = /*#__PURE__*/React.forwardRef(function TaskSettings(_ref51,
|
|
|
1227
1264
|
viewBox: "0 0 32 32",
|
|
1228
1265
|
fill: "currentColor",
|
|
1229
1266
|
...rest
|
|
1230
|
-
},
|
|
1231
|
-
d: "
|
|
1267
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1268
|
+
d: "m21.5708,27.7495c-1.7468.8296-3.6211,1.2505-5.5708,1.2505-7.1682,0-13-5.832-13-13,0-3.0752,1.0571-5.979,3-8.3076v2.3076h2v-6H2v2h2.8416c-2.4753,2.7539-3.8416,6.2622-3.8416,10,0,8.271,6.729,15,15,15,2.249,0,4.4119-.4858,6.4292-1.4438l-.8584-1.8066Z"
|
|
1269
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1270
|
+
d: "m21,9c-3.1602,0-5.7515,2.457-5.9778,5.5605-1.0654-.9658-2.4739-1.5605-4.0222-1.5605h-4v4c0,3.3086,2.6917,6,6,6h2v4h2v-8.0005l2,.0005c3.3083,0,6-2.6914,6-6v-4h-4Zm-8,12c-2.2056,0-4-1.7944-4-4v-2h2c2.2056,0,4,1.7944,4,4v.5859l-2.293-2.293-1.4141,1.4141,2.293,2.293h-.5859Zm10-8c0,2.2056-1.7944,4-4,4h-.5859l2.293-2.293-1.4141-1.4141-2.293,2.293v-.5859c0-2.2056,1.7944-4,4-4h2v2Z"
|
|
1232
1271
|
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1233
|
-
d: "
|
|
1272
|
+
d: "m31,16c0-8.271-6.729-15-15-15-2.249,0-4.4119.4858-6.4292,1.4438l.8584,1.8066c1.7468-.8296,3.6211-1.2505,5.5708-1.2505,7.1682,0,13,5.832,13,13,0,3.0752-1.0571,5.979-3,8.3076v-2.3076h-2v6h6v-2h-2.8416c2.4753-2.7539,3.8416-6.2622,3.8416-10Z"
|
|
1234
1273
|
})), children);
|
|
1235
1274
|
});
|
|
1236
1275
|
if (process.env.NODE_ENV !== "production") {
|
|
1237
|
-
|
|
1276
|
+
Sustainability.propTypes = iconPropTypes4cbeb95d.i;
|
|
1238
1277
|
}
|
|
1239
|
-
const
|
|
1278
|
+
const Svg = /*#__PURE__*/React.forwardRef(function Svg(_ref52, ref) {
|
|
1240
1279
|
let {
|
|
1241
1280
|
children,
|
|
1242
1281
|
size = 16,
|
|
@@ -1251,15 +1290,13 @@ const TaskStar = /*#__PURE__*/React.forwardRef(function TaskStar(_ref52, ref) {
|
|
|
1251
1290
|
fill: "currentColor",
|
|
1252
1291
|
...rest
|
|
1253
1292
|
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1254
|
-
d: "
|
|
1255
|
-
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1256
|
-
d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v7h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
|
|
1293
|
+
d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM18 9L16 22 14 9 12 9 14.52 23 17.48 23 20 9 18 9zM8 23H2V21H8V17H4a2 2 0 01-2-2V11A2 2 0 014 9h6v2H4v4H8a2 2 0 012 2v4A2 2 0 018 23z"
|
|
1257
1294
|
})), children);
|
|
1258
1295
|
});
|
|
1259
1296
|
if (process.env.NODE_ENV !== "production") {
|
|
1260
|
-
|
|
1297
|
+
Svg.propTypes = iconPropTypes4cbeb95d.i;
|
|
1261
1298
|
}
|
|
1262
|
-
const
|
|
1299
|
+
const Swim = /*#__PURE__*/React.forwardRef(function Swim(_ref53, ref) {
|
|
1263
1300
|
let {
|
|
1264
1301
|
children,
|
|
1265
1302
|
size = 16,
|
|
@@ -1273,16 +1310,14 @@ const TaskTools = /*#__PURE__*/React.forwardRef(function TaskTools(_ref53, ref)
|
|
|
1273
1310
|
viewBox: "0 0 32 32",
|
|
1274
1311
|
fill: "currentColor",
|
|
1275
1312
|
...rest
|
|
1276
|
-
},
|
|
1277
|
-
d: "
|
|
1278
|
-
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1279
|
-
d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
|
|
1313
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1314
|
+
d: "M30 26H28a4.9316 4.9316 0 01-4-1.9873 5.0192 5.0192 0 01-8 0 5.0192 5.0192 0 01-8 0A4.9316 4.9316 0 014 26H2V24H4a3.44 3.44 0 003.0532-2.3215A.9712.9712 0 018 21a1.0069 1.0069 0 01.9487.6838A3.4381 3.4381 0 0012 24a3.44 3.44 0 003.0532-2.3215A.99.99 0 0116 21a1.0069 1.0069 0 01.9487.6838A3.4381 3.4381 0 0020 24a3.44 3.44 0 003.0532-2.3215 1 1 0 011.8955.0053A3.4381 3.4381 0 0028 24h2zM23 17.5859l-8.707-8.707A2.9791 2.9791 0 0012.1714 8H4v2h8.1714a.9933.9933 0 01.7075.293L15.5859 13 10 18.5859 11.4141 20 17 14.4141 21.5859 19zM20 10a4 4 0 114 4A4.0042 4.0042 0 0120 10zm2 0a2 2 0 102-2A2.0023 2.0023 0 0022 10z"
|
|
1280
1315
|
})), children);
|
|
1281
1316
|
});
|
|
1282
1317
|
if (process.env.NODE_ENV !== "production") {
|
|
1283
|
-
|
|
1318
|
+
Swim.propTypes = iconPropTypes4cbeb95d.i;
|
|
1284
1319
|
}
|
|
1285
|
-
const
|
|
1320
|
+
const SwitchLayer_2 = /*#__PURE__*/React.forwardRef(function SwitchLayer_2(_ref54, ref) {
|
|
1286
1321
|
let {
|
|
1287
1322
|
children,
|
|
1288
1323
|
size = 16,
|
|
@@ -1296,23 +1331,14 @@ const TaskView = /*#__PURE__*/React.forwardRef(function TaskView(_ref54, ref) {
|
|
|
1296
1331
|
viewBox: "0 0 32 32",
|
|
1297
1332
|
fill: "currentColor",
|
|
1298
1333
|
...rest
|
|
1299
|
-
},
|
|
1300
|
-
|
|
1301
|
-
cy: "24",
|
|
1302
|
-
r: "2"
|
|
1303
|
-
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1304
|
-
fill: "none",
|
|
1305
|
-
d: "M22,28a4,4,0,1,1,4-4A4.0039,4.0039,0,0,1,22,28Zm0-6a2,2,0,1,0,2,2A2.0027,2.0027,0,0,0,22,22Z"
|
|
1306
|
-
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1307
|
-
d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z"
|
|
1308
|
-
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1309
|
-
d: "M12,28H7V7h3v3H22V7h3v9h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h5ZM12,4h8V8H12Z"
|
|
1334
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1335
|
+
d: "M16 26L16 24 5.83 24 8.41 21.41 7 20 2 25 7 30 8.41 28.59 5.83 26 16 26zM16 14L16 12 5.83 12 8.41 9.41 7 8 2 13 7 18 8.41 16.59 5.83 14 16 14zM16 6L16 8 26.17 8 23.59 10.59 25 12 30 7 25 2 23.59 3.41 26.17 6 16 6zM16 18L16 20 26.17 20 23.59 22.59 25 24 30 19 25 14 23.59 15.41 26.17 18 16 18z"
|
|
1310
1336
|
})), children);
|
|
1311
1337
|
});
|
|
1312
1338
|
if (process.env.NODE_ENV !== "production") {
|
|
1313
|
-
|
|
1339
|
+
SwitchLayer_2.propTypes = iconPropTypes4cbeb95d.i;
|
|
1314
1340
|
}
|
|
1315
|
-
const
|
|
1341
|
+
const SwitchLayer_3 = /*#__PURE__*/React.forwardRef(function SwitchLayer_3(_ref55, ref) {
|
|
1316
1342
|
let {
|
|
1317
1343
|
children,
|
|
1318
1344
|
size = 16,
|
|
@@ -1326,14 +1352,14 @@ const Taste = /*#__PURE__*/React.forwardRef(function Taste(_ref55, ref) {
|
|
|
1326
1352
|
viewBox: "0 0 32 32",
|
|
1327
1353
|
fill: "currentColor",
|
|
1328
1354
|
...rest
|
|
1329
|
-
},
|
|
1330
|
-
d: "
|
|
1355
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1356
|
+
d: "M22 4L22 6 24.586 6 19.586 11 21 12.414 26 7.414 26 10 28 10 28 4 22 4zM10 4L10 6 7.414 6 12.414 11 11 12.414 6 7.414 6 10 4 10 4 4 10 4zM20 5L16 1 12 5 13.414 6.414 15 4.829 15 11 17 11 17 4.829 18.586 6.414 20 5zM22 28L22 26 24.586 26 19.586 21 21 19.586 26 24.586 26 22 28 22 28 28 22 28zM10 28L10 26 7.414 26 12.414 21 11 19.586 6 24.586 6 22 4 22 4 28 10 28zM20 27L16 31 12 27 13.414 25.586 15 27.171 15 21 17 21 17 27.171 18.586 25.586 20 27zM5 12L1 16 5 20 6.414 18.586 4.829 17 11 17 11 15 4.829 15 6.414 13.414 5 12zM27 12L31 16 27 20 25.586 18.586 27.171 17 21 17 21 15 27.171 15 25.586 13.414 27 12z"
|
|
1331
1357
|
})), children);
|
|
1332
1358
|
});
|
|
1333
1359
|
if (process.env.NODE_ENV !== "production") {
|
|
1334
|
-
|
|
1360
|
+
SwitchLayer_3.propTypes = iconPropTypes4cbeb95d.i;
|
|
1335
1361
|
}
|
|
1336
|
-
const
|
|
1362
|
+
const Switcher = /*#__PURE__*/React.forwardRef(function Switcher(_ref56, ref) {
|
|
1337
1363
|
let {
|
|
1338
1364
|
children,
|
|
1339
1365
|
size = 16,
|
|
@@ -1347,14 +1373,14 @@ const Taxi = /*#__PURE__*/React.forwardRef(function Taxi(_ref56, ref) {
|
|
|
1347
1373
|
viewBox: "0 0 32 32",
|
|
1348
1374
|
fill: "currentColor",
|
|
1349
1375
|
...rest
|
|
1350
|
-
},
|
|
1351
|
-
d: "
|
|
1376
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1377
|
+
d: "M14 4H18V8H14zM4 4H8V8H4zM24 4H28V8H24zM14 14H18V18H14zM4 14H8V18H4zM24 14H28V18H24zM14 24H18V28H14zM4 24H8V28H4zM24 24H28V28H24z"
|
|
1352
1378
|
})), children);
|
|
1353
1379
|
});
|
|
1354
1380
|
if (process.env.NODE_ENV !== "production") {
|
|
1355
|
-
|
|
1381
|
+
Switcher.propTypes = iconPropTypes4cbeb95d.i;
|
|
1356
1382
|
}
|
|
1357
|
-
const
|
|
1383
|
+
const SyncSettings = /*#__PURE__*/React.forwardRef(function SyncSettings(_ref57, ref) {
|
|
1358
1384
|
let {
|
|
1359
1385
|
children,
|
|
1360
1386
|
size = 16,
|
|
@@ -1368,14 +1394,18 @@ const TcpIpService = /*#__PURE__*/React.forwardRef(function TcpIpService(_ref57,
|
|
|
1368
1394
|
viewBox: "0 0 32 32",
|
|
1369
1395
|
fill: "currentColor",
|
|
1370
1396
|
...rest
|
|
1371
|
-
},
|
|
1372
|
-
|
|
1397
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1398
|
+
strokeWidth: "0",
|
|
1399
|
+
d: "M15 24L15 22 11.4 22 22 11.4 22 15 24 15 24 8 17 8 17 10 20.6 10 10 20.6 10 17 8 17 8 24 15 24zM25 20v2h3c1.1 0 2-.9 2-2v-3h-2v3h-3zM28 10H30V14H28zM25 2v2h3v3h2v-3c0-1.1-.9-2-2-2h-3zM18 2H22V4H18z"
|
|
1400
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1401
|
+
strokeWidth: "0",
|
|
1402
|
+
d: "M10 4v3h2v-3h3V2h-3c-1.1 0-2 .9-2 2zM12 10H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8h-2v8H4V12h8v-2z"
|
|
1373
1403
|
})), children);
|
|
1374
1404
|
});
|
|
1375
1405
|
if (process.env.NODE_ENV !== "production") {
|
|
1376
|
-
|
|
1406
|
+
SyncSettings.propTypes = iconPropTypes4cbeb95d.i;
|
|
1377
1407
|
}
|
|
1378
|
-
const
|
|
1408
|
+
const SysProvision = /*#__PURE__*/React.forwardRef(function SysProvision(_ref58, ref) {
|
|
1379
1409
|
let {
|
|
1380
1410
|
children,
|
|
1381
1411
|
size = 16,
|
|
@@ -1389,14 +1419,22 @@ const Temperature = /*#__PURE__*/React.forwardRef(function Temperature(_ref58, r
|
|
|
1389
1419
|
viewBox: "0 0 32 32",
|
|
1390
1420
|
fill: "currentColor",
|
|
1391
1421
|
...rest
|
|
1392
|
-
},
|
|
1393
|
-
d: "
|
|
1422
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1423
|
+
d: "M21 20L21 30 30 25 21 20z"
|
|
1424
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
1425
|
+
cx: "14",
|
|
1426
|
+
cy: "14",
|
|
1427
|
+
r: "2"
|
|
1428
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1429
|
+
d: "M14,20a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,14,20Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,14,10Z"
|
|
1430
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1431
|
+
d: "M25.9512,12.91l-.0064,0A12.05,12.05,0,1,0,17,25.605V23.5386a9.9813,9.9813,0,1,1,6.6235-6.81l1.9248.544A12.0341,12.0341,0,0,0,26,14Q26,13.4492,25.9512,12.91Z"
|
|
1394
1432
|
})), children);
|
|
1395
1433
|
});
|
|
1396
1434
|
if (process.env.NODE_ENV !== "production") {
|
|
1397
|
-
|
|
1435
|
+
SysProvision.propTypes = iconPropTypes4cbeb95d.i;
|
|
1398
1436
|
}
|
|
1399
|
-
const
|
|
1437
|
+
const SysplexDistributor = /*#__PURE__*/React.forwardRef(function SysplexDistributor(_ref59, ref) {
|
|
1400
1438
|
let {
|
|
1401
1439
|
children,
|
|
1402
1440
|
size = 16,
|
|
@@ -1410,22 +1448,15 @@ const TemperatureCelsius = /*#__PURE__*/React.forwardRef(function TemperatureCel
|
|
|
1410
1448
|
viewBox: "0 0 32 32",
|
|
1411
1449
|
fill: "currentColor",
|
|
1412
1450
|
...rest
|
|
1413
|
-
},
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
cx: "18",
|
|
1417
|
-
cy: "4",
|
|
1418
|
-
r: "2"
|
|
1419
|
-
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1420
|
-
d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z"
|
|
1421
|
-
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1422
|
-
d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
|
|
1451
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1452
|
+
strokeWidth: "0",
|
|
1453
|
+
d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 18h-8v-2h-2v2H7c-1.1028 0-2 .8975-2 2v4h2v-4h8v4h2v-4h8v4h2v-4c0-1.1025-.8972-2-2-2zM20 2h-8c-1.1028 0-2 .8975-2 2v8c0 1.1025.8972 2 2 2h8c1.1028 0 2-.8975 2-2V4c0-1.1025-.8972-2-2-2zm-1.4141 2l-6.5859 6.5859v-6.5859h6.5859zm-5.1719 8l6.5862-6.5859.001 6.5859h-6.5872z"
|
|
1423
1454
|
})), children);
|
|
1424
1455
|
});
|
|
1425
1456
|
if (process.env.NODE_ENV !== "production") {
|
|
1426
|
-
|
|
1457
|
+
SysplexDistributor.propTypes = iconPropTypes4cbeb95d.i;
|
|
1427
1458
|
}
|
|
1428
|
-
const
|
|
1459
|
+
const QT = /*#__PURE__*/React.forwardRef(function QT(_ref60, ref) {
|
|
1429
1460
|
let {
|
|
1430
1461
|
children,
|
|
1431
1462
|
size = 16,
|
|
@@ -1439,14 +1470,14 @@ const TemperatureCelsiusAlt = /*#__PURE__*/React.forwardRef(function Temperature
|
|
|
1439
1470
|
viewBox: "0 0 32 32",
|
|
1440
1471
|
fill: "currentColor",
|
|
1441
1472
|
...rest
|
|
1442
|
-
},
|
|
1443
|
-
d: "
|
|
1473
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1474
|
+
d: "M12 11L15 11 15 23 17 23 17 11 20 11 20 9 12 9 12 11z"
|
|
1444
1475
|
})), children);
|
|
1445
1476
|
});
|
|
1446
1477
|
if (process.env.NODE_ENV !== "production") {
|
|
1447
|
-
|
|
1478
|
+
QT.propTypes = iconPropTypes4cbeb95d.i;
|
|
1448
1479
|
}
|
|
1449
|
-
const
|
|
1480
|
+
const QTAlt = /*#__PURE__*/React.forwardRef(function QTAlt(_ref61, ref) {
|
|
1450
1481
|
let {
|
|
1451
1482
|
children,
|
|
1452
1483
|
size = 16,
|
|
@@ -1460,22 +1491,14 @@ const TemperatureFahrenheit = /*#__PURE__*/React.forwardRef(function Temperature
|
|
|
1460
1491
|
viewBox: "0 0 32 32",
|
|
1461
1492
|
fill: "currentColor",
|
|
1462
1493
|
...rest
|
|
1463
|
-
},
|
|
1464
|
-
d: "
|
|
1465
|
-
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
1466
|
-
cx: "18",
|
|
1467
|
-
cy: "4",
|
|
1468
|
-
r: "2"
|
|
1469
|
-
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1470
|
-
d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z"
|
|
1471
|
-
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1472
|
-
d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
|
|
1494
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1495
|
+
d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM24 9L22 9 22 7 20 7 20 9 18 9 18 11 20 11 20 17 21 18 22 17 22 11 24 11 24 9z"
|
|
1473
1496
|
})), children);
|
|
1474
1497
|
});
|
|
1475
1498
|
if (process.env.NODE_ENV !== "production") {
|
|
1476
|
-
|
|
1499
|
+
QTAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1477
1500
|
}
|
|
1478
|
-
const
|
|
1501
|
+
const Table = /*#__PURE__*/React.forwardRef(function Table(_ref62, ref) {
|
|
1479
1502
|
let {
|
|
1480
1503
|
children,
|
|
1481
1504
|
size = 16,
|
|
@@ -1489,14 +1512,14 @@ const TemperatureFahrenheitAlt = /*#__PURE__*/React.forwardRef(function Temperat
|
|
|
1489
1512
|
viewBox: "0 0 32 32",
|
|
1490
1513
|
fill: "currentColor",
|
|
1491
1514
|
...rest
|
|
1492
|
-
},
|
|
1493
|
-
d: "
|
|
1515
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1516
|
+
d: "M29,5a2,2,0,0,0-2-2H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2ZM27,5V9H5V5Zm0,22H5V23H27Zm0-6H5V17H27Zm0-6H5V11H27Z"
|
|
1494
1517
|
})), children);
|
|
1495
1518
|
});
|
|
1496
1519
|
if (process.env.NODE_ENV !== "production") {
|
|
1497
|
-
|
|
1520
|
+
Table.propTypes = iconPropTypes4cbeb95d.i;
|
|
1498
1521
|
}
|
|
1499
|
-
const
|
|
1522
|
+
const TableAlias = /*#__PURE__*/React.forwardRef(function TableAlias(_ref63, ref) {
|
|
1500
1523
|
let {
|
|
1501
1524
|
children,
|
|
1502
1525
|
size = 16,
|
|
@@ -1510,16 +1533,16 @@ const TemperatureFeelsLike = /*#__PURE__*/React.forwardRef(function TemperatureF
|
|
|
1510
1533
|
viewBox: "0 0 32 32",
|
|
1511
1534
|
fill: "currentColor",
|
|
1512
1535
|
...rest
|
|
1513
|
-
},
|
|
1514
|
-
d: "
|
|
1515
|
-
})),
|
|
1516
|
-
d: "
|
|
1536
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1537
|
+
d: "M12,29H5a2.0021,2.0021,0,0,1-2-2V20a2.0021,2.0021,0,0,1,2-2h7a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,12,29ZM5,20v7h7V20Z"
|
|
1538
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1539
|
+
d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
|
|
1517
1540
|
})), children);
|
|
1518
1541
|
});
|
|
1519
1542
|
if (process.env.NODE_ENV !== "production") {
|
|
1520
|
-
|
|
1543
|
+
TableAlias.propTypes = iconPropTypes4cbeb95d.i;
|
|
1521
1544
|
}
|
|
1522
|
-
const
|
|
1545
|
+
const TableBuilt = /*#__PURE__*/React.forwardRef(function TableBuilt(_ref64, ref) {
|
|
1523
1546
|
let {
|
|
1524
1547
|
children,
|
|
1525
1548
|
size = 16,
|
|
@@ -1533,16 +1556,14 @@ const TemperatureFrigid = /*#__PURE__*/React.forwardRef(function TemperatureFrig
|
|
|
1533
1556
|
viewBox: "0 0 32 32",
|
|
1534
1557
|
fill: "currentColor",
|
|
1535
1558
|
...rest
|
|
1536
|
-
},
|
|
1537
|
-
d: "
|
|
1538
|
-
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1539
|
-
d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
|
|
1559
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1560
|
+
d: "M28,8H24V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V22a2.0025,2.0025,0,0,0,2,2H8v4a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V10A2.0025,2.0025,0,0,0,28,8ZM22,22H14V17h8Zm0-7H14V10h8ZM12,15H4V10h8ZM22,4V8H4V4ZM4,22V17h8v5Zm24,6H10V24H22a2.0025,2.0025,0,0,0,2-2V10h4Z"
|
|
1540
1561
|
})), children);
|
|
1541
1562
|
});
|
|
1542
1563
|
if (process.env.NODE_ENV !== "production") {
|
|
1543
|
-
|
|
1564
|
+
TableBuilt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1544
1565
|
}
|
|
1545
|
-
const
|
|
1566
|
+
const TableShortcut = /*#__PURE__*/React.forwardRef(function TableShortcut(_ref65, ref) {
|
|
1546
1567
|
let {
|
|
1547
1568
|
children,
|
|
1548
1569
|
size = 16,
|
|
@@ -1556,24 +1577,16 @@ const TemperatureHot = /*#__PURE__*/React.forwardRef(function TemperatureHot(_re
|
|
|
1556
1577
|
viewBox: "0 0 32 32",
|
|
1557
1578
|
fill: "currentColor",
|
|
1558
1579
|
...rest
|
|
1559
|
-
},
|
|
1560
|
-
d: "
|
|
1561
|
-
})),
|
|
1562
|
-
d: "
|
|
1563
|
-
transform: "rotate(-45 25.121 6.879)"
|
|
1564
|
-
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1565
|
-
d: "M24.121 19.121H26.121V23.121H24.121z",
|
|
1566
|
-
transform: "rotate(-45 25.121 21.121)"
|
|
1567
|
-
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1568
|
-
d: "M17 2H19V6H17zM18 8a6.0365 6.0365 0 00-1 .09v2.0518A3.9567 3.9567 0 0118 10a4 4 0 010 8v2A6 6 0 0018 8zM10 20.1839V7H8V20.1839a3 3 0 102 0z"
|
|
1569
|
-
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1570
|
-
d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
|
|
1580
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1581
|
+
d: "M5 18L5 20 10.586 20 3 27.586 4.414 29 12 21.414 12 27 14 27 14 18 5 18z"
|
|
1582
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1583
|
+
d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
|
|
1571
1584
|
})), children);
|
|
1572
1585
|
});
|
|
1573
1586
|
if (process.env.NODE_ENV !== "production") {
|
|
1574
|
-
|
|
1587
|
+
TableShortcut.propTypes = iconPropTypes4cbeb95d.i;
|
|
1575
1588
|
}
|
|
1576
|
-
const
|
|
1589
|
+
const TableSplit = /*#__PURE__*/React.forwardRef(function TableSplit(_ref66, ref) {
|
|
1577
1590
|
let {
|
|
1578
1591
|
children,
|
|
1579
1592
|
size = 16,
|
|
@@ -1587,14 +1600,14 @@ const TemperatureInversion = /*#__PURE__*/React.forwardRef(function TemperatureI
|
|
|
1587
1600
|
viewBox: "0 0 32 32",
|
|
1588
1601
|
fill: "currentColor",
|
|
1589
1602
|
...rest
|
|
1590
|
-
},
|
|
1591
|
-
d: "
|
|
1603
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1604
|
+
d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,2V9H5V5ZM17,11H27v7H17Zm-2,7H5V11H15ZM5,20H15v7H5Zm12,7V20H27v7Z"
|
|
1592
1605
|
})), children);
|
|
1593
1606
|
});
|
|
1594
1607
|
if (process.env.NODE_ENV !== "production") {
|
|
1595
|
-
|
|
1608
|
+
TableSplit.propTypes = iconPropTypes4cbeb95d.i;
|
|
1596
1609
|
}
|
|
1597
|
-
const
|
|
1610
|
+
const TableOfContents = /*#__PURE__*/React.forwardRef(function TableOfContents(_ref67, ref) {
|
|
1598
1611
|
let {
|
|
1599
1612
|
children,
|
|
1600
1613
|
size = 16,
|
|
@@ -1608,16 +1621,14 @@ const TemperatureMax = /*#__PURE__*/React.forwardRef(function TemperatureMax(_re
|
|
|
1608
1621
|
viewBox: "0 0 32 32",
|
|
1609
1622
|
fill: "currentColor",
|
|
1610
1623
|
...rest
|
|
1611
|
-
},
|
|
1612
|
-
d: "
|
|
1613
|
-
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1614
|
-
d: "M30,4H12.9744A4.9829,4.9829,0,0,0,4,7V18.1108a7,7,0,1,0,10,0V7a5.0019,5.0019,0,0,0-.1011-1H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z"
|
|
1624
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1625
|
+
d: "M4 6H22V8H4zM4 12H22V14H4zM4 18H22V20H4zM4 24H22V26H4zM26 6H28V8H26zM26 12H28V14H26zM26 18H28V20H26zM26 24H28V26H26z"
|
|
1615
1626
|
})), children);
|
|
1616
1627
|
});
|
|
1617
1628
|
if (process.env.NODE_ENV !== "production") {
|
|
1618
|
-
|
|
1629
|
+
TableOfContents.propTypes = iconPropTypes4cbeb95d.i;
|
|
1619
1630
|
}
|
|
1620
|
-
const
|
|
1631
|
+
const Tablet = /*#__PURE__*/React.forwardRef(function Tablet(_ref68, ref) {
|
|
1621
1632
|
let {
|
|
1622
1633
|
children,
|
|
1623
1634
|
size = 16,
|
|
@@ -1631,16 +1642,17 @@ const TemperatureMin = /*#__PURE__*/React.forwardRef(function TemperatureMin(_re
|
|
|
1631
1642
|
viewBox: "0 0 32 32",
|
|
1632
1643
|
fill: "currentColor",
|
|
1633
1644
|
...rest
|
|
1634
|
-
},
|
|
1635
|
-
d: "
|
|
1636
|
-
|
|
1637
|
-
|
|
1645
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1646
|
+
d: "M15 22H17V28H15z",
|
|
1647
|
+
transform: "rotate(90 16 25)"
|
|
1648
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1649
|
+
d: "M25,30H7a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,7,2H25a2.0023,2.0023,0,0,1,2,2V28A2.0027,2.0027,0,0,1,25,30ZM7,4V28H25V4Z"
|
|
1638
1650
|
})), children);
|
|
1639
1651
|
});
|
|
1640
1652
|
if (process.env.NODE_ENV !== "production") {
|
|
1641
|
-
|
|
1653
|
+
Tablet.propTypes = iconPropTypes4cbeb95d.i;
|
|
1642
1654
|
}
|
|
1643
|
-
const
|
|
1655
|
+
const TabletLandscape = /*#__PURE__*/React.forwardRef(function TabletLandscape(_ref69, ref) {
|
|
1644
1656
|
let {
|
|
1645
1657
|
children,
|
|
1646
1658
|
size = 16,
|
|
@@ -1654,14 +1666,16 @@ const TemperatureWater = /*#__PURE__*/React.forwardRef(function TemperatureWater
|
|
|
1654
1666
|
viewBox: "0 0 32 32",
|
|
1655
1667
|
fill: "currentColor",
|
|
1656
1668
|
...rest
|
|
1657
|
-
},
|
|
1658
|
-
d: "
|
|
1669
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1670
|
+
d: "M24 13H26V19H24z"
|
|
1671
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1672
|
+
d: "M30,7V25a2.0023,2.0023,0,0,1-2,2H4a2.002,2.002,0,0,1-2-2V7A2.0023,2.0023,0,0,1,4,5H28A2.0027,2.0027,0,0,1,30,7ZM4,25H28V7H4Z"
|
|
1659
1673
|
})), children);
|
|
1660
1674
|
});
|
|
1661
1675
|
if (process.env.NODE_ENV !== "production") {
|
|
1662
|
-
|
|
1676
|
+
TabletLandscape.propTypes = iconPropTypes4cbeb95d.i;
|
|
1663
1677
|
}
|
|
1664
|
-
const
|
|
1678
|
+
const Tag = /*#__PURE__*/React.forwardRef(function Tag(_ref70, ref) {
|
|
1665
1679
|
let {
|
|
1666
1680
|
children,
|
|
1667
1681
|
size = 16,
|
|
@@ -1675,14 +1689,16 @@ const Template = /*#__PURE__*/React.forwardRef(function Template(_ref70, ref) {
|
|
|
1675
1689
|
viewBox: "0 0 32 32",
|
|
1676
1690
|
fill: "currentColor",
|
|
1677
1691
|
...rest
|
|
1678
|
-
},
|
|
1679
|
-
d: "
|
|
1692
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1693
|
+
d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z"
|
|
1694
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1695
|
+
d: "M16.6436,29.4145,2.5858,15.3555A2,2,0,0,1,2,13.9414V4A2,2,0,0,1,4,2h9.9413a2,2,0,0,1,1.4142.5858L29.4144,16.6436a2.0005,2.0005,0,0,1,0,2.8285l-9.9424,9.9425a2.0008,2.0008,0,0,1-2.8285,0ZM4,4v9.9417L18.0578,28,28,18.0579,13.9416,4Z"
|
|
1680
1696
|
})), children);
|
|
1681
1697
|
});
|
|
1682
1698
|
if (process.env.NODE_ENV !== "production") {
|
|
1683
|
-
|
|
1699
|
+
Tag.propTypes = iconPropTypes4cbeb95d.i;
|
|
1684
1700
|
}
|
|
1685
|
-
const
|
|
1701
|
+
const TagEdit = /*#__PURE__*/React.forwardRef(function TagEdit(_ref71, ref) {
|
|
1686
1702
|
let {
|
|
1687
1703
|
children,
|
|
1688
1704
|
size = 16,
|
|
@@ -1696,22 +1712,16 @@ const Tennis = /*#__PURE__*/React.forwardRef(function Tennis(_ref71, ref) {
|
|
|
1696
1712
|
viewBox: "0 0 32 32",
|
|
1697
1713
|
fill: "currentColor",
|
|
1698
1714
|
...rest
|
|
1699
|
-
},
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
y: "2",
|
|
1704
|
-
rx: "2"
|
|
1705
|
-
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1706
|
-
d: "M11,16a1,1,0,0,1-.707-1.707l7-7a1,1,0,1,1,1.414,1.414l-7,7A.9962.9962,0,0,1,11,16Z"
|
|
1707
|
-
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1708
|
-
d: "M23.707,24.293a8.3948,8.3948,0,0,0-4.72-2.209c.1992-.1641.3931-.3364.5777-.521a9.2447,9.2447,0,0,0,1.7334-9.9141l-1.8768.6973c1.11,2.9805.6346,5.8975-1.2722,7.8022a6.6964,6.6964,0,0,1-5.561,1.8047,9.7746,9.7746,0,0,1-5.771-2.7856c-2.9727-2.97-4.0759-8.2276-.9805-11.32,1.9068-1.9053,4.8267-2.38,7.8094-1.271l.6987-1.875C10.6616,3.333,6.8591,3.9961,4.4207,6.4331c-3.9427,3.9385-2.6761,10.4956.98,14.1489a11.8136,11.8136,0,0,0,6.9766,3.36c.21.022.4153.0234.6223.0332V24h4.9968a6.8463,6.8463,0,0,1,4.2962,1.707L26.5859,30,28,28.5859Z"
|
|
1715
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1716
|
+
d: "M29.707 7.293l-3-3a.9994.9994 0 00-1.414 0L16 13.5859V18h4.4141L29.707 8.707A.9994.9994 0 0029.707 7.293zM19.5859 16H18V14.4141l5-5L24.5859 11zM26 9.5859L24.4141 8 26 6.4141 27.5859 8zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
|
|
1717
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1718
|
+
d: "M27.0059,14.2354l-1.4141,1.414L28,18.0576,18.0579,28,4,13.9414V4h9.9417l4.4067,4.4067,1.4141-1.4145-4.407-4.4063A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l9.9424-9.9424a2.001,2.001,0,0,0,0-2.8286Z"
|
|
1709
1719
|
})), children);
|
|
1710
1720
|
});
|
|
1711
1721
|
if (process.env.NODE_ENV !== "production") {
|
|
1712
|
-
|
|
1722
|
+
TagEdit.propTypes = iconPropTypes4cbeb95d.i;
|
|
1713
1723
|
}
|
|
1714
|
-
const
|
|
1724
|
+
const TagExport = /*#__PURE__*/React.forwardRef(function TagExport(_ref72, ref) {
|
|
1715
1725
|
let {
|
|
1716
1726
|
children,
|
|
1717
1727
|
size = 16,
|
|
@@ -1725,14 +1735,16 @@ const TennisBall = /*#__PURE__*/React.forwardRef(function TennisBall(_ref72, ref
|
|
|
1725
1735
|
viewBox: "0 0 32 32",
|
|
1726
1736
|
fill: "currentColor",
|
|
1727
1737
|
...rest
|
|
1728
|
-
},
|
|
1729
|
-
d: "
|
|
1738
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1739
|
+
d: "M31 18L25 12 23.586 13.414 27.172 17 17 17 17 19 27.172 19 23.586 22.586 25 24 31 18zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
|
|
1740
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1741
|
+
d: "M21.0593,25l-3.0014,3L4,13.9414V4h9.9417l7,7,1.4143-1.414-7.001-7A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l3.0014-3Z"
|
|
1730
1742
|
})), children);
|
|
1731
1743
|
});
|
|
1732
1744
|
if (process.env.NODE_ENV !== "production") {
|
|
1733
|
-
|
|
1745
|
+
TagExport.propTypes = iconPropTypes4cbeb95d.i;
|
|
1734
1746
|
}
|
|
1735
|
-
const
|
|
1747
|
+
const TagGroup = /*#__PURE__*/React.forwardRef(function TagGroup(_ref73, ref) {
|
|
1736
1748
|
let {
|
|
1737
1749
|
children,
|
|
1738
1750
|
size = 16,
|
|
@@ -1746,28 +1758,20 @@ const Term = /*#__PURE__*/React.forwardRef(function Term(_ref73, ref) {
|
|
|
1746
1758
|
viewBox: "0 0 32 32",
|
|
1747
1759
|
fill: "currentColor",
|
|
1748
1760
|
...rest
|
|
1749
|
-
},
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
cx: "23",
|
|
1753
|
-
cy: "16",
|
|
1754
|
-
r: "2"
|
|
1755
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
1756
|
-
cx: "16",
|
|
1757
|
-
cy: "16",
|
|
1758
|
-
r: "2"
|
|
1759
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
1760
|
-
cx: "9",
|
|
1761
|
-
cy: "16",
|
|
1761
|
+
}, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
1762
|
+
cx: "10",
|
|
1763
|
+
cy: "14",
|
|
1762
1764
|
r: "2"
|
|
1763
|
-
})),
|
|
1764
|
-
d: "
|
|
1765
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1766
|
+
d: "M16,30a1,1,0,0,1-.71-.29L4.59,19A2,2,0,0,1,4,17.59V10A2,2,0,0,1,6,8h7.59A2,2,0,0,1,15,8.59l10.71,10.7a1,1,0,0,1,0,1.42l-9,9A1,1,0,0,1,16,30ZM6,10v7.59l10,10L23.59,20l-10-10Z"
|
|
1767
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1768
|
+
d: "M27.71,13.29,17,2.59A2,2,0,0,0,15.59,2H8A2,2,0,0,0,6,4V6H8V4h7.59l10,10-1.3,1.29,1.42,1.42,2-2A1,1,0,0,0,27.71,13.29Z"
|
|
1765
1769
|
})), children);
|
|
1766
1770
|
});
|
|
1767
1771
|
if (process.env.NODE_ENV !== "production") {
|
|
1768
|
-
|
|
1772
|
+
TagGroup.propTypes = iconPropTypes4cbeb95d.i;
|
|
1769
1773
|
}
|
|
1770
|
-
const
|
|
1774
|
+
const TagImport = /*#__PURE__*/React.forwardRef(function TagImport(_ref74, ref) {
|
|
1771
1775
|
let {
|
|
1772
1776
|
children,
|
|
1773
1777
|
size = 16,
|
|
@@ -1781,33 +1785,16 @@ const TermReference = /*#__PURE__*/React.forwardRef(function TermReference(_ref7
|
|
|
1781
1785
|
viewBox: "0 0 32 32",
|
|
1782
1786
|
fill: "currentColor",
|
|
1783
1787
|
...rest
|
|
1784
|
-
},
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
cx: "23",
|
|
1789
|
-
cy: "15",
|
|
1790
|
-
r: "2",
|
|
1791
|
-
strokeWidth: "0"
|
|
1792
|
-
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
1793
|
-
cx: "16",
|
|
1794
|
-
cy: "15",
|
|
1795
|
-
r: "2",
|
|
1796
|
-
strokeWidth: "0"
|
|
1797
|
-
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
1798
|
-
cx: "9",
|
|
1799
|
-
cy: "15",
|
|
1800
|
-
r: "2",
|
|
1801
|
-
strokeWidth: "0"
|
|
1802
|
-
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1803
|
-
strokeWidth: "0",
|
|
1804
|
-
d: "m4,17V7h3v-2h-3c-1.103,0-2,.897-2,2v10h2Z"
|
|
1788
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1789
|
+
d: "M16 18L22 12 23.414 13.414 19.828 17 30 17 30 19 19.828 19 23.414 22.586 22 24 16 18zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
|
|
1790
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1791
|
+
d: "M20.0586,26l-2.0007,2L4,13.9414V4h9.9417l6,6,1.4143-1.414-6.001-6A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l2.0006-2.0007Z"
|
|
1805
1792
|
})), children);
|
|
1806
1793
|
});
|
|
1807
1794
|
if (process.env.NODE_ENV !== "production") {
|
|
1808
|
-
|
|
1795
|
+
TagImport.propTypes = iconPropTypes4cbeb95d.i;
|
|
1809
1796
|
}
|
|
1810
|
-
const
|
|
1797
|
+
const TagNone = /*#__PURE__*/React.forwardRef(function TagNone(_ref75, ref) {
|
|
1811
1798
|
let {
|
|
1812
1799
|
children,
|
|
1813
1800
|
size = 16,
|
|
@@ -1821,17 +1808,16 @@ const Terminal = /*#__PURE__*/React.forwardRef(function Terminal(_ref75, ref) {
|
|
|
1821
1808
|
viewBox: "0 0 32 32",
|
|
1822
1809
|
fill: "currentColor",
|
|
1823
1810
|
...rest
|
|
1824
|
-
},
|
|
1825
|
-
d: "
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
d: "M10.76 16.18L13.58 19.01 10.76 21.84 12.17 23.25 16.41 19.01 12.17 14.77 10.76 16.18z"
|
|
1811
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1812
|
+
d: "M23.092 10.3218L30 3.4141 28.5859 2 2 28.5859 3.4141 30l6.9077-6.9077 6.3218 6.3223a2.001 2.001 0 002.8286 0l9.9424-9.9424a2.001 2.001 0 000-2.8286zM18.0579 28l-6.3218-6.3223 9.9419-9.9419L28 18.0576zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
|
|
1813
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1814
|
+
d: "M7.4927,20.2627l1.414-1.4141L4,13.9414V4h9.9417l4.9069,4.9067,1.4141-1.414L15.3555,2.5859A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141Z"
|
|
1829
1815
|
})), children);
|
|
1830
1816
|
});
|
|
1831
1817
|
if (process.env.NODE_ENV !== "production") {
|
|
1832
|
-
|
|
1818
|
+
TagNone.propTypes = iconPropTypes4cbeb95d.i;
|
|
1833
1819
|
}
|
|
1834
|
-
const
|
|
1820
|
+
const Tank = /*#__PURE__*/React.forwardRef(function Tank(_ref76, ref) {
|
|
1835
1821
|
let {
|
|
1836
1822
|
children,
|
|
1837
1823
|
size = 16,
|
|
@@ -1845,16 +1831,14 @@ const Terminal_3270 = /*#__PURE__*/React.forwardRef(function Terminal_3270(_ref7
|
|
|
1845
1831
|
viewBox: "0 0 32 32",
|
|
1846
1832
|
fill: "currentColor",
|
|
1847
1833
|
...rest
|
|
1848
|
-
},
|
|
1849
|
-
d: "
|
|
1850
|
-
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
1851
|
-
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z"
|
|
1834
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1835
|
+
d: "M30,13V11H18.6182l-.7237-1.4473A1,1,0,0,0,17,9H9a1,1,0,0,0-1,1v5H4v2H22.6379l3.6,3H3a1,1,0,0,0-1,1v2a5.0057,5.0057,0,0,0,5,5H25a5.0057,5.0057,0,0,0,5-5V21a1.0011,1.0011,0,0,0-.36-.7686l-6-5A1.0015,1.0015,0,0,0,23,15H20.6182l-1-2ZM28,23a3.0033,3.0033,0,0,1-3,3H7a3.0033,3.0033,0,0,1-3-3V22H28ZM10,15V11h6.3821l2,4Z"
|
|
1852
1836
|
})), children);
|
|
1853
1837
|
});
|
|
1854
1838
|
if (process.env.NODE_ENV !== "production") {
|
|
1855
|
-
|
|
1839
|
+
Tank.propTypes = iconPropTypes4cbeb95d.i;
|
|
1856
1840
|
}
|
|
1857
|
-
const
|
|
1841
|
+
const Task = /*#__PURE__*/React.forwardRef(function Task(_ref77, ref) {
|
|
1858
1842
|
let {
|
|
1859
1843
|
children,
|
|
1860
1844
|
size = 16,
|
|
@@ -1868,16 +1852,16 @@ const TestTool = /*#__PURE__*/React.forwardRef(function TestTool(_ref77, ref) {
|
|
|
1868
1852
|
viewBox: "0 0 32 32",
|
|
1869
1853
|
fill: "currentColor",
|
|
1870
1854
|
...rest
|
|
1871
|
-
},
|
|
1872
|
-
d: "
|
|
1873
|
-
})),
|
|
1874
|
-
d: "
|
|
1855
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1856
|
+
d: "M14 20.18L10.41 16.59 9 18 14 23 23 14 21.59 12.58 14 20.18z"
|
|
1857
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1858
|
+
d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
|
|
1875
1859
|
})), children);
|
|
1876
1860
|
});
|
|
1877
1861
|
if (process.env.NODE_ENV !== "production") {
|
|
1878
|
-
|
|
1862
|
+
Task.propTypes = iconPropTypes4cbeb95d.i;
|
|
1879
1863
|
}
|
|
1880
|
-
const
|
|
1864
|
+
const TaskAdd = /*#__PURE__*/React.forwardRef(function TaskAdd(_ref78, ref) {
|
|
1881
1865
|
let {
|
|
1882
1866
|
children,
|
|
1883
1867
|
size = 16,
|
|
@@ -1891,14 +1875,16 @@ const TextAlignCenter = /*#__PURE__*/React.forwardRef(function TextAlignCenter(_
|
|
|
1891
1875
|
viewBox: "0 0 32 32",
|
|
1892
1876
|
fill: "currentColor",
|
|
1893
1877
|
...rest
|
|
1894
|
-
},
|
|
1895
|
-
d: "
|
|
1878
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1879
|
+
d: "M31 24L27 24 27 20 25 20 25 24 21 24 21 26 25 26 25 30 27 30 27 26 31 26 31 24z"
|
|
1880
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1881
|
+
d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2H17V28H7V7h3v3H22V7h3v9h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
|
|
1896
1882
|
})), children);
|
|
1897
1883
|
});
|
|
1898
1884
|
if (process.env.NODE_ENV !== "production") {
|
|
1899
|
-
|
|
1885
|
+
TaskAdd.propTypes = iconPropTypes4cbeb95d.i;
|
|
1900
1886
|
}
|
|
1901
|
-
const
|
|
1887
|
+
const TaskApproved = /*#__PURE__*/React.forwardRef(function TaskApproved(_ref79, ref) {
|
|
1902
1888
|
let {
|
|
1903
1889
|
children,
|
|
1904
1890
|
size = 16,
|
|
@@ -1912,14 +1898,16 @@ const TextAlignJustify = /*#__PURE__*/React.forwardRef(function TextAlignJustify
|
|
|
1912
1898
|
viewBox: "0 0 32 32",
|
|
1913
1899
|
fill: "currentColor",
|
|
1914
1900
|
...rest
|
|
1915
|
-
},
|
|
1916
|
-
d: "
|
|
1901
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1902
|
+
d: "M30,20A6,6,0,1,0,20,24.46V32l4-1.8936L28,32V24.46A5.98,5.98,0,0,0,30,20Zm-4,8.84-2-.9467L22,28.84V25.65a5.8877,5.8877,0,0,0,4,0ZM24,24a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,24,24Z"
|
|
1903
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1904
|
+
d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
|
|
1917
1905
|
})), children);
|
|
1918
1906
|
});
|
|
1919
1907
|
if (process.env.NODE_ENV !== "production") {
|
|
1920
|
-
|
|
1908
|
+
TaskApproved.propTypes = iconPropTypes4cbeb95d.i;
|
|
1921
1909
|
}
|
|
1922
|
-
const
|
|
1910
|
+
const TaskAssetView = /*#__PURE__*/React.forwardRef(function TaskAssetView(_ref80, ref) {
|
|
1923
1911
|
let {
|
|
1924
1912
|
children,
|
|
1925
1913
|
size = 16,
|
|
@@ -1933,14 +1921,18 @@ const TextAlignLeft = /*#__PURE__*/React.forwardRef(function TextAlignLeft(_ref8
|
|
|
1933
1921
|
viewBox: "0 0 32 32",
|
|
1934
1922
|
fill: "currentColor",
|
|
1935
1923
|
...rest
|
|
1936
|
-
},
|
|
1937
|
-
d: "
|
|
1924
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
1925
|
+
d: "M22.5,26A3.5,3.5,0,1,1,26,22.5,3.5041,3.5041,0,0,1,22.5,26Zm0-5A1.5,1.5,0,1,0,24,22.5,1.5017,1.5017,0,0,0,22.5,21Z"
|
|
1926
|
+
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
1927
|
+
d: "M22.5,31A8.5,8.5,0,1,1,31,22.5,8.51,8.51,0,0,1,22.5,31Zm0-15A6.5,6.5,0,1,0,29,22.5,6.5074,6.5074,0,0,0,22.5,16Z"
|
|
1928
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
1929
|
+
d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h5V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
|
|
1938
1930
|
})), children);
|
|
1939
1931
|
});
|
|
1940
1932
|
if (process.env.NODE_ENV !== "production") {
|
|
1941
|
-
|
|
1933
|
+
TaskAssetView.propTypes = iconPropTypes4cbeb95d.i;
|
|
1942
1934
|
}
|
|
1943
|
-
const
|
|
1935
|
+
const TaskComplete = /*#__PURE__*/React.forwardRef(function TaskComplete(_ref81, ref) {
|
|
1944
1936
|
let {
|
|
1945
1937
|
children,
|
|
1946
1938
|
size = 16,
|
|
@@ -1954,14 +1946,16 @@ const TextAlignMixed = /*#__PURE__*/React.forwardRef(function TextAlignMixed(_re
|
|
|
1954
1946
|
viewBox: "0 0 32 32",
|
|
1955
1947
|
fill: "currentColor",
|
|
1956
1948
|
...rest
|
|
1957
|
-
},
|
|
1958
|
-
d: "
|
|
1949
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
1950
|
+
d: "M22 27.18L19.41 24.59 18 26 22 30 30 22 28.59 20.59 22 27.18z"
|
|
1951
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
1952
|
+
d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3V18h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
|
|
1959
1953
|
})), children);
|
|
1960
1954
|
});
|
|
1961
1955
|
if (process.env.NODE_ENV !== "production") {
|
|
1962
|
-
|
|
1956
|
+
TaskComplete.propTypes = iconPropTypes4cbeb95d.i;
|
|
1963
1957
|
}
|
|
1964
|
-
const
|
|
1958
|
+
const TaskLocation = /*#__PURE__*/React.forwardRef(function TaskLocation(_ref82, ref) {
|
|
1965
1959
|
let {
|
|
1966
1960
|
children,
|
|
1967
1961
|
size = 16,
|
|
@@ -1975,14 +1969,20 @@ const TextAlignRight = /*#__PURE__*/React.forwardRef(function TextAlignRight(_re
|
|
|
1975
1969
|
viewBox: "0 0 32 32",
|
|
1976
1970
|
fill: "currentColor",
|
|
1977
1971
|
...rest
|
|
1978
|
-
},
|
|
1979
|
-
|
|
1972
|
+
}, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
1973
|
+
cx: "24",
|
|
1974
|
+
cy: "21",
|
|
1975
|
+
r: "2"
|
|
1976
|
+
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
1977
|
+
d: "M24,31l-4.7788-6.4019A5.9354,5.9354,0,0,1,18,21a6,6,0,0,1,12,0,5.9407,5.9407,0,0,1-1.2246,3.6028Zm0-14a4.0045,4.0045,0,0,0-4,4,3.9572,3.9572,0,0,0,.82,2.3972L24,27.6567l3.1763-4.2548A3.9627,3.9627,0,0,0,28,21,4.0045,4.0045,0,0,0,24,17Z"
|
|
1978
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
1979
|
+
d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
|
|
1980
1980
|
})), children);
|
|
1981
1981
|
});
|
|
1982
1982
|
if (process.env.NODE_ENV !== "production") {
|
|
1983
|
-
|
|
1983
|
+
TaskLocation.propTypes = iconPropTypes4cbeb95d.i;
|
|
1984
1984
|
}
|
|
1985
|
-
const
|
|
1985
|
+
const TaskRemove = /*#__PURE__*/React.forwardRef(function TaskRemove(_ref83, ref) {
|
|
1986
1986
|
let {
|
|
1987
1987
|
children,
|
|
1988
1988
|
size = 16,
|
|
@@ -1996,14 +1996,16 @@ const TextAllCaps = /*#__PURE__*/React.forwardRef(function TextAllCaps(_ref83, r
|
|
|
1996
1996
|
viewBox: "0 0 32 32",
|
|
1997
1997
|
fill: "currentColor",
|
|
1998
1998
|
...rest
|
|
1999
|
-
},
|
|
2000
|
-
d: "
|
|
1999
|
+
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2000
|
+
d: "M26.41 25L30 21.41 28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25z"
|
|
2001
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2002
|
+
d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3V17h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
|
|
2001
2003
|
})), children);
|
|
2002
2004
|
});
|
|
2003
2005
|
if (process.env.NODE_ENV !== "production") {
|
|
2004
|
-
|
|
2006
|
+
TaskRemove.propTypes = iconPropTypes4cbeb95d.i;
|
|
2005
2007
|
}
|
|
2006
|
-
const
|
|
2008
|
+
const TaskSettings = /*#__PURE__*/React.forwardRef(function TaskSettings(_ref84, ref) {
|
|
2007
2009
|
let {
|
|
2008
2010
|
children,
|
|
2009
2011
|
size = 16,
|
|
@@ -2017,14 +2019,16 @@ const TextBold = /*#__PURE__*/React.forwardRef(function TextBold(_ref84, ref) {
|
|
|
2017
2019
|
viewBox: "0 0 32 32",
|
|
2018
2020
|
fill: "currentColor",
|
|
2019
2021
|
...rest
|
|
2020
|
-
},
|
|
2021
|
-
d: "
|
|
2022
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2023
|
+
d: "M30,24V22H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,18.1011V16H22v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,22H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,27.8989V30h2V27.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,24Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,26Z"
|
|
2024
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2025
|
+
d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v6h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
|
|
2022
2026
|
})), children);
|
|
2023
2027
|
});
|
|
2024
2028
|
if (process.env.NODE_ENV !== "production") {
|
|
2025
|
-
|
|
2029
|
+
TaskSettings.propTypes = iconPropTypes4cbeb95d.i;
|
|
2026
2030
|
}
|
|
2027
|
-
const
|
|
2031
|
+
const TaskStar = /*#__PURE__*/React.forwardRef(function TaskStar(_ref85, ref) {
|
|
2028
2032
|
let {
|
|
2029
2033
|
children,
|
|
2030
2034
|
size = 16,
|
|
@@ -2039,13 +2043,15 @@ const TextClearFormat = /*#__PURE__*/React.forwardRef(function TextClearFormat(_
|
|
|
2039
2043
|
fill: "currentColor",
|
|
2040
2044
|
...rest
|
|
2041
2045
|
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2042
|
-
d: "
|
|
2046
|
+
d: "M23 17L25.23 21.32 30 22 26.5 25.167 28 30 23 27.208 18 30 19.5 25.167 16 22 20.9 21.32 23 17z"
|
|
2047
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2048
|
+
d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v7h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
|
|
2043
2049
|
})), children);
|
|
2044
2050
|
});
|
|
2045
2051
|
if (process.env.NODE_ENV !== "production") {
|
|
2046
|
-
|
|
2052
|
+
TaskStar.propTypes = iconPropTypes4cbeb95d.i;
|
|
2047
2053
|
}
|
|
2048
|
-
const
|
|
2054
|
+
const TaskTools = /*#__PURE__*/React.forwardRef(function TaskTools(_ref86, ref) {
|
|
2049
2055
|
let {
|
|
2050
2056
|
children,
|
|
2051
2057
|
size = 16,
|
|
@@ -2059,14 +2065,16 @@ const TextColor = /*#__PURE__*/React.forwardRef(function TextColor(_ref86, ref)
|
|
|
2059
2065
|
viewBox: "0 0 32 32",
|
|
2060
2066
|
fill: "currentColor",
|
|
2061
2067
|
...rest
|
|
2062
|
-
},
|
|
2063
|
-
d: "
|
|
2068
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2069
|
+
d: "M28.5,32a3.4762,3.4762,0,0,1-2.4751-1.0254L21.897,26.8469a6.496,6.496,0,0,1-7.3482-8.9563l.5879-1.34L19.293,20.707a1.0234,1.0234,0,0,0,1.4135,0,.999.999,0,0,0,.0005-1.4141l-4.1562-4.1565,1.34-.5881a6.4965,6.4965,0,0,1,8.9566,7.3486l4.1274,4.1282A3.5,3.5,0,0,1,28.5,32Zm-6.03-7.4087,4.9693,4.9692a1.5352,1.5352,0,0,0,2.1211,0,1.4985,1.4985,0,0,0,0-2.1208v0l-4.9692-4.97.188-.5823A4.496,4.496,0,0,0,20.5,16q-.126,0-.25.0068l1.8716,1.8721a2.9992,2.9992,0,0,1,0,4.2424,3.0722,3.0722,0,0,1-4.2427-.0005l-1.8716-1.8715Q16,20.3741,16,20.5A4.4968,4.4968,0,0,0,21.8877,24.78Z"
|
|
2070
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2071
|
+
d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
|
|
2064
2072
|
})), children);
|
|
2065
2073
|
});
|
|
2066
2074
|
if (process.env.NODE_ENV !== "production") {
|
|
2067
|
-
|
|
2075
|
+
TaskTools.propTypes = iconPropTypes4cbeb95d.i;
|
|
2068
2076
|
}
|
|
2069
|
-
const
|
|
2077
|
+
const TaskView = /*#__PURE__*/React.forwardRef(function TaskView(_ref87, ref) {
|
|
2070
2078
|
let {
|
|
2071
2079
|
children,
|
|
2072
2080
|
size = 16,
|
|
@@ -2080,16 +2088,23 @@ const TextCreation = /*#__PURE__*/React.forwardRef(function TextCreation(_ref87,
|
|
|
2080
2088
|
viewBox: "0 0 32 32",
|
|
2081
2089
|
fill: "currentColor",
|
|
2082
2090
|
...rest
|
|
2083
|
-
},
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2091
|
+
}, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
2092
|
+
cx: "22",
|
|
2093
|
+
cy: "24",
|
|
2094
|
+
r: "2"
|
|
2095
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2096
|
+
fill: "none",
|
|
2097
|
+
d: "M22,28a4,4,0,1,1,4-4A4.0039,4.0039,0,0,1,22,28Zm0-6a2,2,0,1,0,2,2A2.0027,2.0027,0,0,0,22,22Z"
|
|
2098
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2099
|
+
d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z"
|
|
2100
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2101
|
+
d: "M12,28H7V7h3v3H22V7h3v9h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h5ZM12,4h8V8H12Z"
|
|
2087
2102
|
})), children);
|
|
2088
2103
|
});
|
|
2089
2104
|
if (process.env.NODE_ENV !== "production") {
|
|
2090
|
-
|
|
2105
|
+
TaskView.propTypes = iconPropTypes4cbeb95d.i;
|
|
2091
2106
|
}
|
|
2092
|
-
const
|
|
2107
|
+
const Taste = /*#__PURE__*/React.forwardRef(function Taste(_ref88, ref) {
|
|
2093
2108
|
let {
|
|
2094
2109
|
children,
|
|
2095
2110
|
size = 16,
|
|
@@ -2103,16 +2118,14 @@ const TextFill = /*#__PURE__*/React.forwardRef(function TextFill(_ref88, ref) {
|
|
|
2103
2118
|
viewBox: "0 0 32 32",
|
|
2104
2119
|
fill: "currentColor",
|
|
2105
2120
|
...rest
|
|
2106
|
-
},
|
|
2107
|
-
d: "M4
|
|
2108
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2109
|
-
d: "M26,14.54a1,1,0,0,0-.25-.69L17.17,4.33A1.09,1.09,0,0,0,17,4.2V2H15V5L4.32,14.74a1,1,0,0,0-.06,1.41l8.57,9.52a1,1,0,0,0,.69.33h.05a1,1,0,0,0,.68-.26L24,16.8V21a1,1,0,0,0,2,0V14.57S26,14.55,26,14.54Zm-12.35,9-7.23-8L15,7.67V12h2V7.13l6.59,7.33Z"
|
|
2121
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2122
|
+
d: "M4 4V6H8v8a8 8 0 0016 0V6h4V4zM22 14a6 6 0 01-12 0V6h5v8h2V6h5zM11 26H13V28H11zM7 24H9V26H7zM15 24H17V26H15zM19 26H21V28H19zM23 24H25V26H23z"
|
|
2110
2123
|
})), children);
|
|
2111
2124
|
});
|
|
2112
2125
|
if (process.env.NODE_ENV !== "production") {
|
|
2113
|
-
|
|
2126
|
+
Taste.propTypes = iconPropTypes4cbeb95d.i;
|
|
2114
2127
|
}
|
|
2115
|
-
const
|
|
2128
|
+
const Taxi = /*#__PURE__*/React.forwardRef(function Taxi(_ref89, ref) {
|
|
2116
2129
|
let {
|
|
2117
2130
|
children,
|
|
2118
2131
|
size = 16,
|
|
@@ -2126,14 +2139,14 @@ const TextFont = /*#__PURE__*/React.forwardRef(function TextFont(_ref89, ref) {
|
|
|
2126
2139
|
viewBox: "0 0 32 32",
|
|
2127
2140
|
fill: "currentColor",
|
|
2128
2141
|
...rest
|
|
2129
|
-
},
|
|
2130
|
-
d: "
|
|
2142
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2143
|
+
d: "M29.39,16.08,22.7,13.21,20.16,8.87l-.08-.12A2,2,0,0,0,18.52,8h-8a2,2,0,0,0-1.67.89L5.46,14H3a1,1,0,0,0-1,1v9a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V17A1,1,0,0,0,29.39,16.08ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86a4,4,0,0,0-7.72,0H12.86a4,4,0,0,0-7.72,0H4V16H6a1,1,0,0,0,.83-.45L10.54,10h8l2.63,4.5a1,1,0,0,0,.47.42L28,17.66Z"
|
|
2131
2144
|
})), children);
|
|
2132
2145
|
});
|
|
2133
2146
|
if (process.env.NODE_ENV !== "production") {
|
|
2134
|
-
|
|
2147
|
+
Taxi.propTypes = iconPropTypes4cbeb95d.i;
|
|
2135
2148
|
}
|
|
2136
|
-
const
|
|
2149
|
+
const TcpIpService = /*#__PURE__*/React.forwardRef(function TcpIpService(_ref90, ref) {
|
|
2137
2150
|
let {
|
|
2138
2151
|
children,
|
|
2139
2152
|
size = 16,
|
|
@@ -2147,14 +2160,14 @@ const TextFootnote = /*#__PURE__*/React.forwardRef(function TextFootnote(_ref90,
|
|
|
2147
2160
|
viewBox: "0 0 32 32",
|
|
2148
2161
|
fill: "currentColor",
|
|
2149
2162
|
...rest
|
|
2150
|
-
},
|
|
2151
|
-
d: "
|
|
2163
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2164
|
+
d: "M16 28H30V30H16zM27 26h-8c-1.1028 0-2-.8972-2-2v-5c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v5c0 1.1028-.8972 2-2 2zm-8-7v5h8v-5h-8zM15 23h-5c-1.1028 0-2-.8972-2-2v-4h2v4h5v2zM2 13H16V15H2zM13 11H5c-1.1028 0-2-.8972-2-2V4c0-1.1028.8972-2 2-2H13c1.1028 0 2 .8972 2 2v5c0 1.1028-.8972 2-2 2zM5 4v5H13V4H5z"
|
|
2152
2165
|
})), children);
|
|
2153
2166
|
});
|
|
2154
2167
|
if (process.env.NODE_ENV !== "production") {
|
|
2155
|
-
|
|
2168
|
+
TcpIpService.propTypes = iconPropTypes4cbeb95d.i;
|
|
2156
2169
|
}
|
|
2157
|
-
const
|
|
2170
|
+
const Temperature = /*#__PURE__*/React.forwardRef(function Temperature(_ref91, ref) {
|
|
2158
2171
|
let {
|
|
2159
2172
|
children,
|
|
2160
2173
|
size = 16,
|
|
@@ -2168,16 +2181,14 @@ const TextHighlight = /*#__PURE__*/React.forwardRef(function TextHighlight(_ref9
|
|
|
2168
2181
|
viewBox: "0 0 32 32",
|
|
2169
2182
|
fill: "currentColor",
|
|
2170
2183
|
...rest
|
|
2171
|
-
},
|
|
2172
|
-
d: "
|
|
2173
|
-
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2174
|
-
d: "M2,30H30V2Zm26-2H21a3,3,0,0,1-3-3V23a3,3,0,0,1,3-3h5V18a1,1,0,0,0-1-1H19V15h6a3,3,0,0,1,3,3Z"
|
|
2184
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2185
|
+
d: "M13 17.26V6A4 4 0 005 6V17.26a7 7 0 108 0zM9 4a2 2 0 012 2v7H7V6A2 2 0 019 4zM9 28a5 5 0 01-2.5-9.33l.5-.28V15h4v3.39l.5.28A5 5 0 019 28zM20 4H30V6H20zM20 10H27V12H20zM20 16H30V18H20zM20 22H27V24H20z"
|
|
2175
2186
|
})), children);
|
|
2176
2187
|
});
|
|
2177
2188
|
if (process.env.NODE_ENV !== "production") {
|
|
2178
|
-
|
|
2189
|
+
Temperature.propTypes = iconPropTypes4cbeb95d.i;
|
|
2179
2190
|
}
|
|
2180
|
-
const
|
|
2191
|
+
const TemperatureCelsius = /*#__PURE__*/React.forwardRef(function TemperatureCelsius(_ref92, ref) {
|
|
2181
2192
|
let {
|
|
2182
2193
|
children,
|
|
2183
2194
|
size = 16,
|
|
@@ -2191,14 +2202,22 @@ const TextIndent = /*#__PURE__*/React.forwardRef(function TextIndent(_ref92, ref
|
|
|
2191
2202
|
viewBox: "0 0 32 32",
|
|
2192
2203
|
fill: "currentColor",
|
|
2193
2204
|
...rest
|
|
2194
|
-
},
|
|
2195
|
-
d: "
|
|
2205
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2206
|
+
d: "M30,18H24a2.0023,2.0023,0,0,1-2-2V6a2.002,2.002,0,0,1,2-2h6V6H24V16h6Z"
|
|
2207
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
2208
|
+
cx: "18",
|
|
2209
|
+
cy: "4",
|
|
2210
|
+
r: "2"
|
|
2211
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2212
|
+
d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z"
|
|
2213
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2214
|
+
d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
|
|
2196
2215
|
})), children);
|
|
2197
2216
|
});
|
|
2198
2217
|
if (process.env.NODE_ENV !== "production") {
|
|
2199
|
-
|
|
2218
|
+
TemperatureCelsius.propTypes = iconPropTypes4cbeb95d.i;
|
|
2200
2219
|
}
|
|
2201
|
-
const
|
|
2220
|
+
const TemperatureCelsiusAlt = /*#__PURE__*/React.forwardRef(function TemperatureCelsiusAlt(_ref93, ref) {
|
|
2202
2221
|
let {
|
|
2203
2222
|
children,
|
|
2204
2223
|
size = 16,
|
|
@@ -2212,14 +2231,14 @@ const TextIndentLess = /*#__PURE__*/React.forwardRef(function TextIndentLess(_re
|
|
|
2212
2231
|
viewBox: "0 0 32 32",
|
|
2213
2232
|
fill: "currentColor",
|
|
2214
2233
|
...rest
|
|
2215
|
-
},
|
|
2216
|
-
d: "
|
|
2234
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2235
|
+
d: "M26 27H17a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h9v2H17V25h9zM8 13a4 4 0 114-4h0A4.0118 4.0118 0 018 13zM8 7a2 2 0 102 2h0A2.0059 2.0059 0 008 7z"
|
|
2217
2236
|
})), children);
|
|
2218
2237
|
});
|
|
2219
2238
|
if (process.env.NODE_ENV !== "production") {
|
|
2220
|
-
|
|
2239
|
+
TemperatureCelsiusAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
2221
2240
|
}
|
|
2222
|
-
const
|
|
2241
|
+
const TemperatureFahrenheit = /*#__PURE__*/React.forwardRef(function TemperatureFahrenheit(_ref94, ref) {
|
|
2223
2242
|
let {
|
|
2224
2243
|
children,
|
|
2225
2244
|
size = 16,
|
|
@@ -2233,14 +2252,22 @@ const TextIndentMore = /*#__PURE__*/React.forwardRef(function TextIndentMore(_re
|
|
|
2233
2252
|
viewBox: "0 0 32 32",
|
|
2234
2253
|
fill: "currentColor",
|
|
2235
2254
|
...rest
|
|
2236
|
-
},
|
|
2237
|
-
d: "
|
|
2255
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2256
|
+
d: "M30 6L30 4 22 4 22 18 24 18 24 12 29 12 29 10 24 10 24 6 30 6z"
|
|
2257
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
2258
|
+
cx: "18",
|
|
2259
|
+
cy: "4",
|
|
2260
|
+
r: "2"
|
|
2261
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2262
|
+
d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z"
|
|
2263
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2264
|
+
d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
|
|
2238
2265
|
})), children);
|
|
2239
2266
|
});
|
|
2240
2267
|
if (process.env.NODE_ENV !== "production") {
|
|
2241
|
-
|
|
2268
|
+
TemperatureFahrenheit.propTypes = iconPropTypes4cbeb95d.i;
|
|
2242
2269
|
}
|
|
2243
|
-
const
|
|
2270
|
+
const TemperatureFahrenheitAlt = /*#__PURE__*/React.forwardRef(function TemperatureFahrenheitAlt(_ref95, ref) {
|
|
2244
2271
|
let {
|
|
2245
2272
|
children,
|
|
2246
2273
|
size = 16,
|
|
@@ -2254,14 +2281,14 @@ const TextItalic = /*#__PURE__*/React.forwardRef(function TextItalic(_ref95, ref
|
|
|
2254
2281
|
viewBox: "0 0 32 32",
|
|
2255
2282
|
fill: "currentColor",
|
|
2256
2283
|
...rest
|
|
2257
|
-
},
|
|
2258
|
-
d: "
|
|
2284
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2285
|
+
d: "M26 11L26 9 15 9 15 27 17 27 17 19 25 19 25 17 17 17 17 11 26 11zM8 13a4 4 0 114-4h0A4.0118 4.0118 0 018 13zM8 7a2 2 0 102 2h0A2.0059 2.0059 0 008 7z"
|
|
2259
2286
|
})), children);
|
|
2260
2287
|
});
|
|
2261
2288
|
if (process.env.NODE_ENV !== "production") {
|
|
2262
|
-
|
|
2289
|
+
TemperatureFahrenheitAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
2263
2290
|
}
|
|
2264
|
-
const
|
|
2291
|
+
const TemperatureFeelsLike = /*#__PURE__*/React.forwardRef(function TemperatureFeelsLike(_ref96, ref) {
|
|
2265
2292
|
let {
|
|
2266
2293
|
children,
|
|
2267
2294
|
size = 16,
|
|
@@ -2275,14 +2302,16 @@ const TextKerning = /*#__PURE__*/React.forwardRef(function TextKerning(_ref96, r
|
|
|
2275
2302
|
viewBox: "0 0 32 32",
|
|
2276
2303
|
fill: "currentColor",
|
|
2277
2304
|
...rest
|
|
2278
|
-
},
|
|
2279
|
-
d: "
|
|
2305
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2306
|
+
d: "M26 30H22a2.0059 2.0059 0 01-2-2V21a2.0059 2.0059 0 01-2-2V13a2.9465 2.9465 0 013-3h6a2.9465 2.9465 0 013 3v6a2.0059 2.0059 0 01-2 2v7A2.0059 2.0059 0 0126 30zM21 12a.9448.9448 0 00-1 1v6h2v9h4V19h2V13a.9448.9448 0 00-1-1zM24 9a4 4 0 114-4h0A4.0118 4.0118 0 0124 9zm0-6a2 2 0 102 2h0a2.0059 2.0059 0 00-2-2zM10 20.1839V12H8v8.1839a3 3 0 102 0z"
|
|
2307
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2308
|
+
d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
|
|
2280
2309
|
})), children);
|
|
2281
2310
|
});
|
|
2282
2311
|
if (process.env.NODE_ENV !== "production") {
|
|
2283
|
-
|
|
2312
|
+
TemperatureFeelsLike.propTypes = iconPropTypes4cbeb95d.i;
|
|
2284
2313
|
}
|
|
2285
|
-
const
|
|
2314
|
+
const TemperatureFrigid = /*#__PURE__*/React.forwardRef(function TemperatureFrigid(_ref97, ref) {
|
|
2286
2315
|
let {
|
|
2287
2316
|
children,
|
|
2288
2317
|
size = 16,
|
|
@@ -2296,14 +2325,16 @@ const TextLeading = /*#__PURE__*/React.forwardRef(function TextLeading(_ref97, r
|
|
|
2296
2325
|
viewBox: "0 0 32 32",
|
|
2297
2326
|
fill: "currentColor",
|
|
2298
2327
|
...rest
|
|
2299
|
-
},
|
|
2300
|
-
d: "
|
|
2328
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2329
|
+
d: "M27.167 16.89L21.72 13 27.167 9.109 29.684 9.948 30.316 8.051 28 7.279 28 5 26 5 26 7.485 21 11.057 21 5.367 23.555 3.664 22.445 2 20 3.63 17.555 2 16.445 3.664 19 5.367 19 11.057 16 8.914 16 11.372 18.28 13 16 14.628 16 17.086 19 14.943 19 21.703 22.445 24 23.555 22.336 21 20.633 21 14.943 26 18.515 26 21 28 21 28 18.721 30.316 17.948 29.684 16.051 27.167 16.89zM12 23a3 3 0 01-6 0z"
|
|
2330
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2331
|
+
d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
|
|
2301
2332
|
})), children);
|
|
2302
2333
|
});
|
|
2303
2334
|
if (process.env.NODE_ENV !== "production") {
|
|
2304
|
-
|
|
2335
|
+
TemperatureFrigid.propTypes = iconPropTypes4cbeb95d.i;
|
|
2305
2336
|
}
|
|
2306
|
-
const
|
|
2337
|
+
const TemperatureHot = /*#__PURE__*/React.forwardRef(function TemperatureHot(_ref98, ref) {
|
|
2307
2338
|
let {
|
|
2308
2339
|
children,
|
|
2309
2340
|
size = 16,
|
|
@@ -2317,14 +2348,24 @@ const TextLineSpacing = /*#__PURE__*/React.forwardRef(function TextLineSpacing(_
|
|
|
2317
2348
|
viewBox: "0 0 32 32",
|
|
2318
2349
|
fill: "currentColor",
|
|
2319
2350
|
...rest
|
|
2320
|
-
},
|
|
2321
|
-
d: "
|
|
2351
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2352
|
+
d: "M26 13H30V15H26z"
|
|
2353
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2354
|
+
d: "M23.121 5.879H27.121V7.879H23.121z",
|
|
2355
|
+
transform: "rotate(-45 25.121 6.879)"
|
|
2356
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2357
|
+
d: "M24.121 19.121H26.121V23.121H24.121z",
|
|
2358
|
+
transform: "rotate(-45 25.121 21.121)"
|
|
2359
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2360
|
+
d: "M17 2H19V6H17zM18 8a6.0365 6.0365 0 00-1 .09v2.0518A3.9567 3.9567 0 0118 10a4 4 0 010 8v2A6 6 0 0018 8zM10 20.1839V7H8V20.1839a3 3 0 102 0z"
|
|
2361
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2362
|
+
d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
|
|
2322
2363
|
})), children);
|
|
2323
2364
|
});
|
|
2324
2365
|
if (process.env.NODE_ENV !== "production") {
|
|
2325
|
-
|
|
2366
|
+
TemperatureHot.propTypes = iconPropTypes4cbeb95d.i;
|
|
2326
2367
|
}
|
|
2327
|
-
const
|
|
2368
|
+
const TemperatureInversion = /*#__PURE__*/React.forwardRef(function TemperatureInversion(_ref99, ref) {
|
|
2328
2369
|
let {
|
|
2329
2370
|
children,
|
|
2330
2371
|
size = 16,
|
|
@@ -2338,14 +2379,14 @@ const TextLongParagraph = /*#__PURE__*/React.forwardRef(function TextLongParagra
|
|
|
2338
2379
|
viewBox: "0 0 32 32",
|
|
2339
2380
|
fill: "currentColor",
|
|
2340
2381
|
...rest
|
|
2341
|
-
},
|
|
2342
|
-
d: "
|
|
2382
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2383
|
+
d: "M30 8H24v6h2V11.541A5.939 5.939 0 0128 16a6.0039 6.0039 0 01-5.0945 5.9243A7.0273 7.0273 0 0020 17.2617V6a4 4 0 00-8 0V17.2617a6.996 6.996 0 1010.9292 6.68A7.9794 7.9794 0 0027.2651 10H30zM14 6a2 2 0 014 0v7H14zm2 22a4.9965 4.9965 0 01-2.499-9.3252L14 18.3857V15h4v3.3857l.499.2891A4.9965 4.9965 0 0116 28zM2 10a8.04 8.04 0 002.7349 6H2v2H8V12H6v2.4592A5.94 5.94 0 014 10a6.0066 6.0066 0 016-6V2A8.0092 8.0092 0 002 10z"
|
|
2343
2384
|
})), children);
|
|
2344
2385
|
});
|
|
2345
2386
|
if (process.env.NODE_ENV !== "production") {
|
|
2346
|
-
|
|
2387
|
+
TemperatureInversion.propTypes = iconPropTypes4cbeb95d.i;
|
|
2347
2388
|
}
|
|
2348
|
-
const
|
|
2389
|
+
const TemperatureMax = /*#__PURE__*/React.forwardRef(function TemperatureMax(_ref100, ref) {
|
|
2349
2390
|
let {
|
|
2350
2391
|
children,
|
|
2351
2392
|
size = 16,
|
|
@@ -2359,14 +2400,16 @@ const TextNewLine = /*#__PURE__*/React.forwardRef(function TextNewLine(_ref100,
|
|
|
2359
2400
|
viewBox: "0 0 32 32",
|
|
2360
2401
|
fill: "currentColor",
|
|
2361
2402
|
...rest
|
|
2362
|
-
},
|
|
2363
|
-
d: "M20.
|
|
2403
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2404
|
+
d: "M20 10H27V12H20zM20 16H30V18H20zM20 22H27V24H20zM10 20.1839V7H8V20.1839a3 3 0 102 0z"
|
|
2405
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2406
|
+
d: "M30,4H12.9744A4.9829,4.9829,0,0,0,4,7V18.1108a7,7,0,1,0,10,0V7a5.0019,5.0019,0,0,0-.1011-1H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z"
|
|
2364
2407
|
})), children);
|
|
2365
2408
|
});
|
|
2366
2409
|
if (process.env.NODE_ENV !== "production") {
|
|
2367
|
-
|
|
2410
|
+
TemperatureMax.propTypes = iconPropTypes4cbeb95d.i;
|
|
2368
2411
|
}
|
|
2369
|
-
const
|
|
2412
|
+
const TemperatureMin = /*#__PURE__*/React.forwardRef(function TemperatureMin(_ref101, ref) {
|
|
2370
2413
|
let {
|
|
2371
2414
|
children,
|
|
2372
2415
|
size = 16,
|
|
@@ -2380,16 +2423,16 @@ const TextScale = /*#__PURE__*/React.forwardRef(function TextScale(_ref101, ref)
|
|
|
2380
2423
|
viewBox: "0 0 32 32",
|
|
2381
2424
|
fill: "currentColor",
|
|
2382
2425
|
...rest
|
|
2383
|
-
},
|
|
2384
|
-
d: "
|
|
2385
|
-
})),
|
|
2386
|
-
d: "
|
|
2426
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2427
|
+
d: "M20 4H27V6H20zM20 10H30V12H20zM20 16H27V18H20zM12 23a3 3 0 01-6 0z"
|
|
2428
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2429
|
+
d: "M30,22H15.9192A7.0107,7.0107,0,0,0,14,18.1108V7A5,5,0,0,0,4,7V18.1108A6.9946,6.9946,0,1,0,15.92,24H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z"
|
|
2387
2430
|
})), children);
|
|
2388
2431
|
});
|
|
2389
2432
|
if (process.env.NODE_ENV !== "production") {
|
|
2390
|
-
|
|
2433
|
+
TemperatureMin.propTypes = iconPropTypes4cbeb95d.i;
|
|
2391
2434
|
}
|
|
2392
|
-
const
|
|
2435
|
+
const TemperatureWater = /*#__PURE__*/React.forwardRef(function TemperatureWater(_ref102, ref) {
|
|
2393
2436
|
let {
|
|
2394
2437
|
children,
|
|
2395
2438
|
size = 16,
|
|
@@ -2403,14 +2446,14 @@ const TextSelection = /*#__PURE__*/React.forwardRef(function TextSelection(_ref1
|
|
|
2403
2446
|
viewBox: "0 0 32 32",
|
|
2404
2447
|
fill: "currentColor",
|
|
2405
2448
|
...rest
|
|
2406
|
-
},
|
|
2407
|
-
d: "
|
|
2449
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2450
|
+
d: "M14,9a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,30,9V7a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,26,4a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,22,7a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,18,4a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,14,7H13V6A4,4,0,0,0,5,6V17.2617A7.0126,7.0126,0,1,0,13.8735,18H14a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,30,18V16a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,26,13a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,22,16a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,18,13a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,14,16H13V9ZM7,6a2,2,0,0,1,4,0v6H7ZM9,28a4.9965,4.9965,0,0,1-2.499-9.3252L7,18.3857V14h4v4.3857l.499.2891A4.9965,4.9965,0,0,1,9,28Z"
|
|
2408
2451
|
})), children);
|
|
2409
2452
|
});
|
|
2410
2453
|
if (process.env.NODE_ENV !== "production") {
|
|
2411
|
-
|
|
2454
|
+
TemperatureWater.propTypes = iconPropTypes4cbeb95d.i;
|
|
2412
2455
|
}
|
|
2413
|
-
const
|
|
2456
|
+
const Template = /*#__PURE__*/React.forwardRef(function Template(_ref103, ref) {
|
|
2414
2457
|
let {
|
|
2415
2458
|
children,
|
|
2416
2459
|
size = 16,
|
|
@@ -2424,14 +2467,14 @@ const TextShortParagraph = /*#__PURE__*/React.forwardRef(function TextShortParag
|
|
|
2424
2467
|
viewBox: "0 0 32 32",
|
|
2425
2468
|
fill: "currentColor",
|
|
2426
2469
|
...rest
|
|
2427
|
-
},
|
|
2428
|
-
d: "
|
|
2470
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2471
|
+
d: "M26 6v4H6V6H26m0-2H6A2 2 0 004 6v4a2 2 0 002 2H26a2 2 0 002-2V6a2 2 0 00-2-2zM10 16V26H6V16h4m0-2H6a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V16a2 2 0 00-2-2zM26 16V26H16V16H26m0-2H16a2 2 0 00-2 2V26a2 2 0 002 2H26a2 2 0 002-2V16a2 2 0 00-2-2z"
|
|
2429
2472
|
})), children);
|
|
2430
2473
|
});
|
|
2431
2474
|
if (process.env.NODE_ENV !== "production") {
|
|
2432
|
-
|
|
2475
|
+
Template.propTypes = iconPropTypes4cbeb95d.i;
|
|
2433
2476
|
}
|
|
2434
|
-
const
|
|
2477
|
+
const Tennis = /*#__PURE__*/React.forwardRef(function Tennis(_ref104, ref) {
|
|
2435
2478
|
let {
|
|
2436
2479
|
children,
|
|
2437
2480
|
size = 16,
|
|
@@ -2445,16 +2488,22 @@ const TextSmallCaps = /*#__PURE__*/React.forwardRef(function TextSmallCaps(_ref1
|
|
|
2445
2488
|
viewBox: "0 0 32 32",
|
|
2446
2489
|
fill: "currentColor",
|
|
2447
2490
|
...rest
|
|
2448
|
-
},
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2491
|
+
}, _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
|
2492
|
+
width: "4",
|
|
2493
|
+
height: "4",
|
|
2494
|
+
x: "20",
|
|
2495
|
+
y: "2",
|
|
2496
|
+
rx: "2"
|
|
2497
|
+
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2498
|
+
d: "M11,16a1,1,0,0,1-.707-1.707l7-7a1,1,0,1,1,1.414,1.414l-7,7A.9962.9962,0,0,1,11,16Z"
|
|
2499
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2500
|
+
d: "M23.707,24.293a8.3948,8.3948,0,0,0-4.72-2.209c.1992-.1641.3931-.3364.5777-.521a9.2447,9.2447,0,0,0,1.7334-9.9141l-1.8768.6973c1.11,2.9805.6346,5.8975-1.2722,7.8022a6.6964,6.6964,0,0,1-5.561,1.8047,9.7746,9.7746,0,0,1-5.771-2.7856c-2.9727-2.97-4.0759-8.2276-.9805-11.32,1.9068-1.9053,4.8267-2.38,7.8094-1.271l.6987-1.875C10.6616,3.333,6.8591,3.9961,4.4207,6.4331c-3.9427,3.9385-2.6761,10.4956.98,14.1489a11.8136,11.8136,0,0,0,6.9766,3.36c.21.022.4153.0234.6223.0332V24h4.9968a6.8463,6.8463,0,0,1,4.2962,1.707L26.5859,30,28,28.5859Z"
|
|
2452
2501
|
})), children);
|
|
2453
2502
|
});
|
|
2454
2503
|
if (process.env.NODE_ENV !== "production") {
|
|
2455
|
-
|
|
2504
|
+
Tennis.propTypes = iconPropTypes4cbeb95d.i;
|
|
2456
2505
|
}
|
|
2457
|
-
const
|
|
2506
|
+
const TennisBall = /*#__PURE__*/React.forwardRef(function TennisBall(_ref105, ref) {
|
|
2458
2507
|
let {
|
|
2459
2508
|
children,
|
|
2460
2509
|
size = 16,
|
|
@@ -2468,14 +2517,14 @@ const TextStrikethrough = /*#__PURE__*/React.forwardRef(function TextStrikethrou
|
|
|
2468
2517
|
viewBox: "0 0 32 32",
|
|
2469
2518
|
fill: "currentColor",
|
|
2470
2519
|
...rest
|
|
2471
|
-
},
|
|
2472
|
-
d: "
|
|
2520
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2521
|
+
d: "M19,4a8.9812,8.9812,0,0,0-8.1687,12.7549L2,25.5859,3.4141,27l8.4873-8.4873a9.0408,9.0408,0,0,0,1.5859,1.5859L10,23.5859,11.4141,25l3.8313-3.8311A8.9959,8.9959,0,1,0,19,4Zm6.9058,7.9058a7.005,7.005,0,0,1-5.8116-5.8116A7.005,7.005,0,0,1,25.9058,11.9058ZM12.0942,14.0942a7.005,7.005,0,0,1,5.8116,5.8116A7.005,7.005,0,0,1,12.0942,14.0942ZM19.93,19.9307a9.01,9.01,0,0,0-7.8611-7.8614,7.004,7.004,0,0,1,6-6,9.01,9.01,0,0,0,7.8611,7.8614A7.004,7.004,0,0,1,19.93,19.9307Z"
|
|
2473
2522
|
})), children);
|
|
2474
2523
|
});
|
|
2475
2524
|
if (process.env.NODE_ENV !== "production") {
|
|
2476
|
-
|
|
2525
|
+
TennisBall.propTypes = iconPropTypes4cbeb95d.i;
|
|
2477
2526
|
}
|
|
2478
|
-
const
|
|
2527
|
+
const Term = /*#__PURE__*/React.forwardRef(function Term(_ref106, ref) {
|
|
2479
2528
|
let {
|
|
2480
2529
|
children,
|
|
2481
2530
|
size = 16,
|
|
@@ -2489,14 +2538,28 @@ const TextSubscript = /*#__PURE__*/React.forwardRef(function TextSubscript(_ref1
|
|
|
2489
2538
|
viewBox: "0 0 32 32",
|
|
2490
2539
|
fill: "currentColor",
|
|
2491
2540
|
...rest
|
|
2492
|
-
},
|
|
2493
|
-
d: "
|
|
2541
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2542
|
+
d: "M28,26H25V24h3V8H25V6h3a2.0023,2.0023,0,0,1,2,2V24A2.0027,2.0027,0,0,1,28,26Z"
|
|
2543
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
2544
|
+
cx: "23",
|
|
2545
|
+
cy: "16",
|
|
2546
|
+
r: "2"
|
|
2547
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
2548
|
+
cx: "16",
|
|
2549
|
+
cy: "16",
|
|
2550
|
+
r: "2"
|
|
2551
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
2552
|
+
cx: "9",
|
|
2553
|
+
cy: "16",
|
|
2554
|
+
r: "2"
|
|
2555
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2556
|
+
d: "M7,26H4a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,4,6H7V8H4V24H7Z"
|
|
2494
2557
|
})), children);
|
|
2495
2558
|
});
|
|
2496
2559
|
if (process.env.NODE_ENV !== "production") {
|
|
2497
|
-
|
|
2560
|
+
Term.propTypes = iconPropTypes4cbeb95d.i;
|
|
2498
2561
|
}
|
|
2499
|
-
const
|
|
2562
|
+
const TermReference = /*#__PURE__*/React.forwardRef(function TermReference(_ref107, ref) {
|
|
2500
2563
|
let {
|
|
2501
2564
|
children,
|
|
2502
2565
|
size = 16,
|
|
@@ -2510,14 +2573,33 @@ const TextSuperscript = /*#__PURE__*/React.forwardRef(function TextSuperscript(_
|
|
|
2510
2573
|
viewBox: "0 0 32 32",
|
|
2511
2574
|
fill: "currentColor",
|
|
2512
2575
|
...rest
|
|
2513
|
-
},
|
|
2514
|
-
|
|
2576
|
+
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2577
|
+
strokeWidth: "0",
|
|
2578
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM28 25h-3v-2h3V7h-3v-2h3c1.1025 0 2 .897 2 2v16c0 1.1025-.8975 2-2 2z"
|
|
2579
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
2580
|
+
cx: "23",
|
|
2581
|
+
cy: "15",
|
|
2582
|
+
r: "2",
|
|
2583
|
+
strokeWidth: "0"
|
|
2584
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
2585
|
+
cx: "16",
|
|
2586
|
+
cy: "15",
|
|
2587
|
+
r: "2",
|
|
2588
|
+
strokeWidth: "0"
|
|
2589
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
2590
|
+
cx: "9",
|
|
2591
|
+
cy: "15",
|
|
2592
|
+
r: "2",
|
|
2593
|
+
strokeWidth: "0"
|
|
2594
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2595
|
+
strokeWidth: "0",
|
|
2596
|
+
d: "m4,17V7h3v-2h-3c-1.103,0-2,.897-2,2v10h2Z"
|
|
2515
2597
|
})), children);
|
|
2516
2598
|
});
|
|
2517
2599
|
if (process.env.NODE_ENV !== "production") {
|
|
2518
|
-
|
|
2600
|
+
TermReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
2519
2601
|
}
|
|
2520
|
-
const
|
|
2602
|
+
const Terminal = /*#__PURE__*/React.forwardRef(function Terminal(_ref108, ref) {
|
|
2521
2603
|
let {
|
|
2522
2604
|
children,
|
|
2523
2605
|
size = 16,
|
|
@@ -2531,14 +2613,17 @@ const TextTracking = /*#__PURE__*/React.forwardRef(function TextTracking(_ref108
|
|
|
2531
2613
|
viewBox: "0 0 32 32",
|
|
2532
2614
|
fill: "currentColor",
|
|
2533
2615
|
...rest
|
|
2534
|
-
},
|
|
2535
|
-
d: "
|
|
2616
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2617
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z",
|
|
2618
|
+
transform: "translate(0 .01)"
|
|
2619
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2620
|
+
d: "M10.76 16.18L13.58 19.01 10.76 21.84 12.17 23.25 16.41 19.01 12.17 14.77 10.76 16.18z"
|
|
2536
2621
|
})), children);
|
|
2537
2622
|
});
|
|
2538
2623
|
if (process.env.NODE_ENV !== "production") {
|
|
2539
|
-
|
|
2624
|
+
Terminal.propTypes = iconPropTypes4cbeb95d.i;
|
|
2540
2625
|
}
|
|
2541
|
-
const
|
|
2626
|
+
const Terminal_3270 = /*#__PURE__*/React.forwardRef(function Terminal_3270(_ref109, ref) {
|
|
2542
2627
|
let {
|
|
2543
2628
|
children,
|
|
2544
2629
|
size = 16,
|
|
@@ -2552,14 +2637,16 @@ const TextUnderline = /*#__PURE__*/React.forwardRef(function TextUnderline(_ref1
|
|
|
2552
2637
|
viewBox: "0 0 32 32",
|
|
2553
2638
|
fill: "currentColor",
|
|
2554
2639
|
...rest
|
|
2555
|
-
},
|
|
2556
|
-
d: "
|
|
2640
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2641
|
+
d: "M10 21H16V23H10z"
|
|
2642
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2643
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z"
|
|
2557
2644
|
})), children);
|
|
2558
2645
|
});
|
|
2559
2646
|
if (process.env.NODE_ENV !== "production") {
|
|
2560
|
-
|
|
2647
|
+
Terminal_3270.propTypes = iconPropTypes4cbeb95d.i;
|
|
2561
2648
|
}
|
|
2562
|
-
const
|
|
2649
|
+
const TestTool = /*#__PURE__*/React.forwardRef(function TestTool(_ref110, ref) {
|
|
2563
2650
|
let {
|
|
2564
2651
|
children,
|
|
2565
2652
|
size = 16,
|
|
@@ -2573,14 +2660,16 @@ const TextVerticalAlignment = /*#__PURE__*/React.forwardRef(function TextVertica
|
|
|
2573
2660
|
viewBox: "0 0 32 32",
|
|
2574
2661
|
fill: "currentColor",
|
|
2575
2662
|
...rest
|
|
2576
|
-
},
|
|
2577
|
-
d: "
|
|
2663
|
+
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2664
|
+
d: "M23 9.2L20.4 6.6 19 8 23 12 30 5 28.6 3.6zM12 5.4L10.6 4 8 6.6 5.4 4 4 5.4 6.6 8 4 10.6 5.4 12 8 9.4 10.6 12 12 10.6 9.4 8zM12 21.4L10.6 20 8 22.6 5.4 20 4 21.4 6.6 24 4 26.6 5.4 28 8 25.4 10.6 28 12 26.6 9.4 24z"
|
|
2665
|
+
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2666
|
+
d: "M17 15L17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z"
|
|
2578
2667
|
})), children);
|
|
2579
2668
|
});
|
|
2580
2669
|
if (process.env.NODE_ENV !== "production") {
|
|
2581
|
-
|
|
2670
|
+
TestTool.propTypes = iconPropTypes4cbeb95d.i;
|
|
2582
2671
|
}
|
|
2583
|
-
const
|
|
2672
|
+
const TextAlignCenter = /*#__PURE__*/React.forwardRef(function TextAlignCenter(_ref111, ref) {
|
|
2584
2673
|
let {
|
|
2585
2674
|
children,
|
|
2586
2675
|
size = 16,
|
|
@@ -2594,14 +2683,14 @@ const TextWrap = /*#__PURE__*/React.forwardRef(function TextWrap(_ref111, ref) {
|
|
|
2594
2683
|
viewBox: "0 0 32 32",
|
|
2595
2684
|
fill: "currentColor",
|
|
2596
2685
|
...rest
|
|
2597
|
-
},
|
|
2598
|
-
d: "
|
|
2686
|
+
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2687
|
+
d: "M6 6H26V8H6zM10 12H22V14H10zM6 18H26V20H6zM10 24H22V26H10z"
|
|
2599
2688
|
})), children);
|
|
2600
2689
|
});
|
|
2601
2690
|
if (process.env.NODE_ENV !== "production") {
|
|
2602
|
-
|
|
2691
|
+
TextAlignCenter.propTypes = iconPropTypes4cbeb95d.i;
|
|
2603
2692
|
}
|
|
2604
|
-
const
|
|
2693
|
+
const TextAlignJustify = /*#__PURE__*/React.forwardRef(function TextAlignJustify(_ref112, ref) {
|
|
2605
2694
|
let {
|
|
2606
2695
|
children,
|
|
2607
2696
|
size = 16,
|
|
@@ -2615,16 +2704,14 @@ const WatsonHealthTextAnnotationToggle = /*#__PURE__*/React.forwardRef(function
|
|
|
2615
2704
|
viewBox: "0 0 32 32",
|
|
2616
2705
|
fill: "currentColor",
|
|
2617
2706
|
...rest
|
|
2618
|
-
},
|
|
2619
|
-
d: "
|
|
2620
|
-
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2621
|
-
d: "M8,20H4V4H20V8h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H8Z"
|
|
2707
|
+
}, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2708
|
+
d: "M6 6H26V8H6zM6 12H26V14H6zM6 18H26V20H6zM6 24H26V26H6z"
|
|
2622
2709
|
})), children);
|
|
2623
2710
|
});
|
|
2624
2711
|
if (process.env.NODE_ENV !== "production") {
|
|
2625
|
-
|
|
2712
|
+
TextAlignJustify.propTypes = iconPropTypes4cbeb95d.i;
|
|
2626
2713
|
}
|
|
2627
|
-
const
|
|
2714
|
+
const TextAlignLeft = /*#__PURE__*/React.forwardRef(function TextAlignLeft(_ref113, ref) {
|
|
2628
2715
|
let {
|
|
2629
2716
|
children,
|
|
2630
2717
|
size = 16,
|
|
@@ -2638,16 +2725,14 @@ const TextLink = /*#__PURE__*/React.forwardRef(function TextLink(_ref113, ref) {
|
|
|
2638
2725
|
viewBox: "0 0 32 32",
|
|
2639
2726
|
fill: "currentColor",
|
|
2640
2727
|
...rest
|
|
2641
|
-
},
|
|
2642
|
-
d: "
|
|
2643
|
-
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2644
|
-
d: "M10.2642 29.9971A5.2619 5.2619 0 016.542 21.0137l6.03-6.03a5.2636 5.2636 0 117.4438 7.4438l-1.414-1.414a3.2639 3.2639 0 10-4.6158-4.6158l-6.03 6.03a3.264 3.264 0 004.6157 4.6162l1.414 1.4141A5.2452 5.2452 0 0110.2642 29.9971zM2 10H10V12H2zM2 6H14V8H2zM2 2H14V4H2z"
|
|
2728
|
+
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2729
|
+
d: "M12 6H26V8H12zM12 12H22V14H12zM12 18H26V20H12zM12 24H22V26H12zM6 4H8V28H6z"
|
|
2645
2730
|
})), children);
|
|
2646
2731
|
});
|
|
2647
2732
|
if (process.env.NODE_ENV !== "production") {
|
|
2648
|
-
|
|
2733
|
+
TextAlignLeft.propTypes = iconPropTypes4cbeb95d.i;
|
|
2649
2734
|
}
|
|
2650
|
-
const
|
|
2735
|
+
const TextAlignMixed = /*#__PURE__*/React.forwardRef(function TextAlignMixed(_ref114, ref) {
|
|
2651
2736
|
let {
|
|
2652
2737
|
children,
|
|
2653
2738
|
size = 16,
|
|
@@ -2661,16 +2746,14 @@ const TextLinkAnalysis = /*#__PURE__*/React.forwardRef(function TextLinkAnalysis
|
|
|
2661
2746
|
viewBox: "0 0 32 32",
|
|
2662
2747
|
fill: "currentColor",
|
|
2663
2748
|
...rest
|
|
2664
|
-
},
|
|
2665
|
-
d: "
|
|
2666
|
-
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2667
|
-
d: "M4.7111,28l5.6312-9.9961,7.4341,6.49A2,2,0,0,0,20.86,23.96l6.9707-10.4034-1.6622-1.1132-7,10.4472-.07.1035-7.4345-6.4907a2.0032,2.0032,0,0,0-3.0806.5308L4,25.1826V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z"
|
|
2749
|
+
}, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2750
|
+
d: "M14 4H9V6h5V8H10a2 2 0 00-2 2v2a2 2 0 002 2h6V6A2.0023 2.0023 0 0014 4zm0 8H10V10h4zM22 26L22 18 20 18 20 19 18 19 18 21 20 21 20 26 18 26 18 28 24 28 24 26 22 26zM2 2H4V16H2zM28 16H30V30H28z"
|
|
2668
2751
|
})), children);
|
|
2669
2752
|
});
|
|
2670
2753
|
if (process.env.NODE_ENV !== "production") {
|
|
2671
|
-
|
|
2754
|
+
TextAlignMixed.propTypes = iconPropTypes4cbeb95d.i;
|
|
2672
2755
|
}
|
|
2673
|
-
const
|
|
2756
|
+
const TextAlignRight = /*#__PURE__*/React.forwardRef(function TextAlignRight(_ref115, ref) {
|
|
2674
2757
|
let {
|
|
2675
2758
|
children,
|
|
2676
2759
|
size = 16,
|
|
@@ -2684,16 +2767,14 @@ const TextMining = /*#__PURE__*/React.forwardRef(function TextMining(_ref115, re
|
|
|
2684
2767
|
viewBox: "0 0 32 32",
|
|
2685
2768
|
fill: "currentColor",
|
|
2686
2769
|
...rest
|
|
2687
|
-
},
|
|
2688
|
-
d: "
|
|
2689
|
-
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2690
|
-
d: "M16.001 26.473L16 26.473 4.284 12.955 9.5 6 22.5 6 27.716 12.955 24.476 16.692 25.989 18.002 30.284 13.045 23.5 4 8.5 4 1.716 13.045 14.488 27.782 16.001 26.473z"
|
|
2770
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2771
|
+
d: "M6 6H20V8H6zM10 12H20V14H10zM6 18H20V20H6zM10 24H20V26H10zM24 4H26V28H24z"
|
|
2691
2772
|
})), children);
|
|
2692
2773
|
});
|
|
2693
2774
|
if (process.env.NODE_ENV !== "production") {
|
|
2694
|
-
|
|
2775
|
+
TextAlignRight.propTypes = iconPropTypes4cbeb95d.i;
|
|
2695
2776
|
}
|
|
2696
|
-
const
|
|
2777
|
+
const TextAllCaps = /*#__PURE__*/React.forwardRef(function TextAllCaps(_ref116, ref) {
|
|
2697
2778
|
let {
|
|
2698
2779
|
children,
|
|
2699
2780
|
size = 16,
|
|
@@ -2707,16 +2788,14 @@ const TextMiningApplier = /*#__PURE__*/React.forwardRef(function TextMiningAppli
|
|
|
2707
2788
|
viewBox: "0 0 32 32",
|
|
2708
2789
|
fill: "currentColor",
|
|
2709
2790
|
...rest
|
|
2710
|
-
},
|
|
2711
|
-
d: "
|
|
2712
|
-
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2713
|
-
d: "M20 19L27 24 20 29 20 19z"
|
|
2791
|
+
}, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2792
|
+
d: "M1 8L1 10 7 10 7 24 9 24 9 10 15 10 15 8 1 8zM17 8L17 10 23 10 23 24 25 24 25 10 31 10 31 8 17 8z"
|
|
2714
2793
|
})), children);
|
|
2715
2794
|
});
|
|
2716
2795
|
if (process.env.NODE_ENV !== "production") {
|
|
2717
|
-
|
|
2796
|
+
TextAllCaps.propTypes = iconPropTypes4cbeb95d.i;
|
|
2718
2797
|
}
|
|
2719
|
-
const
|
|
2798
|
+
const TextBold = /*#__PURE__*/React.forwardRef(function TextBold(_ref117, ref) {
|
|
2720
2799
|
let {
|
|
2721
2800
|
children,
|
|
2722
2801
|
size = 16,
|
|
@@ -2730,16 +2809,14 @@ const Theater = /*#__PURE__*/React.forwardRef(function Theater(_ref117, ref) {
|
|
|
2730
2809
|
viewBox: "0 0 32 32",
|
|
2731
2810
|
fill: "currentColor",
|
|
2732
2811
|
...rest
|
|
2733
|
-
},
|
|
2734
|
-
d: "
|
|
2735
|
-
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2736
|
-
d: "M28,8H22V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V14a10.01,10.01,0,0,0,8.8027,9.9214A9.9989,9.9989,0,0,0,30,20V10A2.0023,2.0023,0,0,0,28,8ZM4,14V4H20V8H12a2.0023,2.0023,0,0,0-2,2V20a9.9628,9.9628,0,0,0,.168,1.78A8.0081,8.0081,0,0,1,4,14Zm24,6a8,8,0,0,1-16,0V10H28Z"
|
|
2812
|
+
}, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2813
|
+
d: "M18.25,25H9V7h8.5a5.25,5.25,0,0,1,4,8.65A5.25,5.25,0,0,1,18.25,25ZM12,22h6.23a2.25,2.25,0,1,0,0-4.5H12Zm0-7.5h5.5a2.25,2.25,0,1,0,0-4.5H12Z"
|
|
2737
2814
|
})), children);
|
|
2738
2815
|
});
|
|
2739
2816
|
if (process.env.NODE_ENV !== "production") {
|
|
2740
|
-
|
|
2817
|
+
TextBold.propTypes = iconPropTypes4cbeb95d.i;
|
|
2741
2818
|
}
|
|
2742
|
-
const
|
|
2819
|
+
const TextClearFormat = /*#__PURE__*/React.forwardRef(function TextClearFormat(_ref118, ref) {
|
|
2743
2820
|
let {
|
|
2744
2821
|
children,
|
|
2745
2822
|
size = 16,
|
|
@@ -2753,14 +2830,14 @@ const ThisSideUp = /*#__PURE__*/React.forwardRef(function ThisSideUp(_ref118, re
|
|
|
2753
2830
|
viewBox: "0 0 32 32",
|
|
2754
2831
|
fill: "currentColor",
|
|
2755
2832
|
...rest
|
|
2756
|
-
},
|
|
2757
|
-
d: "
|
|
2833
|
+
}, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2834
|
+
d: "M29.4384,16.5715l-7.985-7.9856a2.0014,2.0014,0,0,0-2.8291,0l-5.3584,5.3584L9,2H7L2,16H4l.999-3h6l.8035,2.4077L4.5858,22.6244a2,2,0,0,0,0,2.8282L9.1316,30h9.5908l10.716-10.717A1.9173,1.9173,0,0,0,29.4384,16.5715ZM5.6653,11l2.331-7,2.3355,7Zm12.229,17H9.96L6,24.0381l6.3123-6.3115L20.24,25.6538Zm3.76-3.76-7.9275-7.9272L20.0393,10l7.9268,7.9272Z"
|
|
2758
2835
|
})), children);
|
|
2759
2836
|
});
|
|
2760
2837
|
if (process.env.NODE_ENV !== "production") {
|
|
2761
|
-
|
|
2838
|
+
TextClearFormat.propTypes = iconPropTypes4cbeb95d.i;
|
|
2762
2839
|
}
|
|
2763
|
-
const
|
|
2840
|
+
const TextColor = /*#__PURE__*/React.forwardRef(function TextColor(_ref119, ref) {
|
|
2764
2841
|
let {
|
|
2765
2842
|
children,
|
|
2766
2843
|
size = 16,
|
|
@@ -2774,16 +2851,14 @@ const WatsonHealthThreshold = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
2774
2851
|
viewBox: "0 0 32 32",
|
|
2775
2852
|
fill: "currentColor",
|
|
2776
2853
|
...rest
|
|
2777
|
-
},
|
|
2778
|
-
d: "
|
|
2779
|
-
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2780
|
-
d: "M8 20H10V22H8zM12 20H14V22H12zM16 20H18V22H16zM20 20H22V22H20zM8 16H10V18H8zM16 16H18V18H16zM20 16H22V18H20zM20 12H22V14H20zM20 8H22V10H20z"
|
|
2854
|
+
}, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
2855
|
+
d: "M22 21h2L17 4H15L8 21h2l1.61-4h8.74zm-9.57-6l3.44-8.37h.26L19.54 15zM6 24H26V28H6z"
|
|
2781
2856
|
})), children);
|
|
2782
2857
|
});
|
|
2783
2858
|
if (process.env.NODE_ENV !== "production") {
|
|
2784
|
-
|
|
2859
|
+
TextColor.propTypes = iconPropTypes4cbeb95d.i;
|
|
2785
2860
|
}
|
|
2786
|
-
const
|
|
2861
|
+
const TextCreation = /*#__PURE__*/React.forwardRef(function TextCreation(_ref120, ref) {
|
|
2787
2862
|
let {
|
|
2788
2863
|
children,
|
|
2789
2864
|
size = 16,
|
|
@@ -2797,14 +2872,16 @@ const Thumbnail_1 = /*#__PURE__*/React.forwardRef(function Thumbnail_1(_ref120,
|
|
|
2797
2872
|
viewBox: "0 0 32 32",
|
|
2798
2873
|
fill: "currentColor",
|
|
2799
2874
|
...rest
|
|
2800
|
-
},
|
|
2801
|
-
d: "
|
|
2875
|
+
}, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2876
|
+
d: "M27,22.14V9.86A4,4,0,1,0,22.14,5H9.86A4,4,0,1,0,5,9.86V22.14A4,4,0,1,0,9.86,27H22.14A4,4,0,1,0,27,22.14ZM26,4a2,2,0,1,1-2,2A2,2,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2,2,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2,2,0,0,1,6,28Zm16.14-3H9.86A4,4,0,0,0,7,22.14V9.86A4,4,0,0,0,9.86,7H22.14A4,4,0,0,0,25,9.86V22.14A4,4,0,0,0,22.14,25ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
|
|
2877
|
+
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
2878
|
+
d: "M21 11L11 11 11 13 15 13 15 22 17 22 17 13 21 13 21 11z"
|
|
2802
2879
|
})), children);
|
|
2803
2880
|
});
|
|
2804
2881
|
if (process.env.NODE_ENV !== "production") {
|
|
2805
|
-
|
|
2882
|
+
TextCreation.propTypes = iconPropTypes4cbeb95d.i;
|
|
2806
2883
|
}
|
|
2807
|
-
const
|
|
2884
|
+
const TextFill = /*#__PURE__*/React.forwardRef(function TextFill(_ref121, ref) {
|
|
2808
2885
|
let {
|
|
2809
2886
|
children,
|
|
2810
2887
|
size = 16,
|
|
@@ -2818,14 +2895,16 @@ const Thumbnail_2 = /*#__PURE__*/React.forwardRef(function Thumbnail_2(_ref121,
|
|
|
2818
2895
|
viewBox: "0 0 32 32",
|
|
2819
2896
|
fill: "currentColor",
|
|
2820
2897
|
...rest
|
|
2821
|
-
},
|
|
2822
|
-
d: "
|
|
2898
|
+
}, _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
2899
|
+
d: "M4 26H28V30H4z"
|
|
2900
|
+
})), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
2901
|
+
d: "M26,14.54a1,1,0,0,0-.25-.69L17.17,4.33A1.09,1.09,0,0,0,17,4.2V2H15V5L4.32,14.74a1,1,0,0,0-.06,1.41l8.57,9.52a1,1,0,0,0,.69.33h.05a1,1,0,0,0,.68-.26L24,16.8V21a1,1,0,0,0,2,0V14.57S26,14.55,26,14.54Zm-12.35,9-7.23-8L15,7.67V12h2V7.13l6.59,7.33Z"
|
|
2823
2902
|
})), children);
|
|
2824
2903
|
});
|
|
2825
2904
|
if (process.env.NODE_ENV !== "production") {
|
|
2826
|
-
|
|
2905
|
+
TextFill.propTypes = iconPropTypes4cbeb95d.i;
|
|
2827
2906
|
}
|
|
2828
|
-
const
|
|
2907
|
+
const TextFont = /*#__PURE__*/React.forwardRef(function TextFont(_ref122, ref) {
|
|
2829
2908
|
let {
|
|
2830
2909
|
children,
|
|
2831
2910
|
size = 16,
|
|
@@ -2839,16 +2918,14 @@ const WatsonHealthThumbnailPreview = /*#__PURE__*/React.forwardRef(function Wats
|
|
|
2839
2918
|
viewBox: "0 0 32 32",
|
|
2840
2919
|
fill: "currentColor",
|
|
2841
2920
|
...rest
|
|
2842
|
-
},
|
|
2843
|
-
d: "
|
|
2844
|
-
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2845
|
-
d: "M16 23a4 4 0 114-4A4.0042 4.0042 0 0116 23zm0-6a2 2 0 102 2A2.0023 2.0023 0 0016 17zM30 4V8a2.0027 2.0027 0 01-2 2H24a2.0027 2.0027 0 01-2-2V4a2.0027 2.0027 0 012-2h4A2.0027 2.0027 0 0130 4zM28 8l.002-4H24V8zM20 4V8a2.0027 2.0027 0 01-2 2H14a2.0023 2.0023 0 01-2-2V4a2.0023 2.0023 0 012-2h4A2.0027 2.0027 0 0120 4zM18 8l.002-4H14V8zM10 4V8a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 8V4A2.0023 2.0023 0 014 2H8A2.0023 2.0023 0 0110 4zM8 8l.0015-4H4V8z"
|
|
2921
|
+
}, _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
2922
|
+
d: "M25 12H20v2h5a1.0008 1.0008 0 011 1v2H22a3.0033 3.0033 0 00-3 3v1a3.0033 3.0033 0 003 3h6V15A3.0033 3.0033 0 0025 12zM22 22a1.0008 1.0008 0 01-1-1V20a1.0008 1.0008 0 011-1h4v3zM16 24h2L12 7H10L4 24H6l1.6936-5h6.6135zM8.3711 17l2.4966-7.3711.2668.0005L13.63 17z"
|
|
2846
2923
|
})), children);
|
|
2847
2924
|
});
|
|
2848
2925
|
if (process.env.NODE_ENV !== "production") {
|
|
2849
|
-
|
|
2926
|
+
TextFont.propTypes = iconPropTypes4cbeb95d.i;
|
|
2850
2927
|
}
|
|
2851
|
-
const
|
|
2928
|
+
const TextFootnote = /*#__PURE__*/React.forwardRef(function TextFootnote(_ref123, ref) {
|
|
2852
2929
|
let {
|
|
2853
2930
|
children,
|
|
2854
2931
|
size = 16,
|
|
@@ -2862,14 +2939,14 @@ const ThumbsDown = /*#__PURE__*/React.forwardRef(function ThumbsDown(_ref123, re
|
|
|
2862
2939
|
viewBox: "0 0 32 32",
|
|
2863
2940
|
fill: "currentColor",
|
|
2864
2941
|
...rest
|
|
2865
|
-
},
|
|
2866
|
-
d: "
|
|
2942
|
+
}, _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
2943
|
+
d: "M2 7L2 9 9 9 9 25 11 25 11 9 18 9 18 7 2 7zM30 11.076L29.256 9.219 26 10.522 26 7 24 7 24 10.523 20.744 9.22 20 11.077 23.417 12.444 20.9 15.8 22.5 17 25 13.667 27.5 17 29.1 15.8 26.583 12.443 30 11.076z"
|
|
2867
2944
|
})), children);
|
|
2868
2945
|
});
|
|
2869
2946
|
if (process.env.NODE_ENV !== "production") {
|
|
2870
|
-
|
|
2947
|
+
TextFootnote.propTypes = iconPropTypes4cbeb95d.i;
|
|
2871
2948
|
}
|
|
2872
|
-
const
|
|
2949
|
+
const TextHighlight = /*#__PURE__*/React.forwardRef(function TextHighlight(_ref124, ref) {
|
|
2873
2950
|
let {
|
|
2874
2951
|
children,
|
|
2875
2952
|
size = 16,
|
|
@@ -2883,14 +2960,16 @@ const ThumbsDownFilled = /*#__PURE__*/React.forwardRef(function ThumbsDownFilled
|
|
|
2883
2960
|
viewBox: "0 0 32 32",
|
|
2884
2961
|
fill: "currentColor",
|
|
2885
2962
|
...rest
|
|
2886
|
-
},
|
|
2887
|
-
d: "
|
|
2963
|
+
}, _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
|
2964
|
+
d: "M12 15H5a3 3 0 01-3-3V10A3 3 0 015 7h5V5A1 1 0 009 4H3V2H9a3 3 0 013 3zM5 9a1 1 0 00-1 1v2a1 1 0 001 1h5V9zM20 23v2a1 1 0 001 1h5V22H21A1 1 0 0020 23z"
|
|
2965
|
+
})), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
|
2966
|
+
d: "M2,30H30V2Zm26-2H21a3,3,0,0,1-3-3V23a3,3,0,0,1,3-3h5V18a1,1,0,0,0-1-1H19V15h6a3,3,0,0,1,3,3Z"
|
|
2888
2967
|
})), children);
|
|
2889
2968
|
});
|
|
2890
2969
|
if (process.env.NODE_ENV !== "production") {
|
|
2891
|
-
|
|
2970
|
+
TextHighlight.propTypes = iconPropTypes4cbeb95d.i;
|
|
2892
2971
|
}
|
|
2893
|
-
const
|
|
2972
|
+
const TextIndent = /*#__PURE__*/React.forwardRef(function TextIndent(_ref125, ref) {
|
|
2894
2973
|
let {
|
|
2895
2974
|
children,
|
|
2896
2975
|
size = 16,
|
|
@@ -2904,16 +2983,36 @@ const ThumbsUp = /*#__PURE__*/React.forwardRef(function ThumbsUp(_ref125, ref) {
|
|
|
2904
2983
|
viewBox: "0 0 32 32",
|
|
2905
2984
|
fill: "currentColor",
|
|
2906
2985
|
...rest
|
|
2907
|
-
},
|
|
2908
|
-
d: "
|
|
2986
|
+
}, _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
|
|
2987
|
+
d: "M14 6H28V8H14zM14 12H28V14H14zM7 18H28V20H7zM7 24H28V26H7zM4 13.59L7.29 10 4 6.41 5.42 5 10.04 10 5.42 15 4 13.59z"
|
|
2909
2988
|
})), children);
|
|
2910
2989
|
});
|
|
2911
2990
|
if (process.env.NODE_ENV !== "production") {
|
|
2912
|
-
|
|
2991
|
+
TextIndent.propTypes = iconPropTypes4cbeb95d.i;
|
|
2913
2992
|
}
|
|
2914
2993
|
|
|
2915
2994
|
exports.QT = QT;
|
|
2916
2995
|
exports.QTAlt = QTAlt;
|
|
2996
|
+
exports.StayInside = StayInside;
|
|
2997
|
+
exports.StemLeafPlot = StemLeafPlot;
|
|
2998
|
+
exports.Stethoscope = Stethoscope;
|
|
2999
|
+
exports.Stickies = Stickies;
|
|
3000
|
+
exports.Stop = Stop;
|
|
3001
|
+
exports.StopFilled = StopFilled;
|
|
3002
|
+
exports.StopFilledAlt = StopFilledAlt;
|
|
3003
|
+
exports.StopOutline = StopOutline;
|
|
3004
|
+
exports.StopOutlineFilled = StopOutlineFilled;
|
|
3005
|
+
exports.StopSign = StopSign;
|
|
3006
|
+
exports.StopSignFilled = StopSignFilled;
|
|
3007
|
+
exports.StoragePool = StoragePool;
|
|
3008
|
+
exports.StorageRequest = StorageRequest;
|
|
3009
|
+
exports.Store = Store;
|
|
3010
|
+
exports.StormTracker = StormTracker;
|
|
3011
|
+
exports.StrategyPlay = StrategyPlay;
|
|
3012
|
+
exports.Strawberry = Strawberry;
|
|
3013
|
+
exports.StringInteger = StringInteger;
|
|
3014
|
+
exports.StringText = StringText;
|
|
3015
|
+
exports.Subclassification = Subclassification;
|
|
2917
3016
|
exports.Subdirectory = Subdirectory;
|
|
2918
3017
|
exports.Subflow = Subflow;
|
|
2919
3018
|
exports.SubflowLocal = SubflowLocal;
|
|
@@ -3004,36 +3103,16 @@ exports.TextFont = TextFont;
|
|
|
3004
3103
|
exports.TextFootnote = TextFootnote;
|
|
3005
3104
|
exports.TextHighlight = TextHighlight;
|
|
3006
3105
|
exports.TextIndent = TextIndent;
|
|
3007
|
-
exports.
|
|
3008
|
-
exports.
|
|
3009
|
-
exports.
|
|
3010
|
-
exports.
|
|
3011
|
-
exports.
|
|
3012
|
-
exports.
|
|
3013
|
-
exports.
|
|
3014
|
-
exports.
|
|
3015
|
-
exports.
|
|
3016
|
-
exports.
|
|
3017
|
-
exports.
|
|
3018
|
-
exports.
|
|
3019
|
-
exports.
|
|
3020
|
-
exports.TextSelection = TextSelection;
|
|
3021
|
-
exports.TextShortParagraph = TextShortParagraph;
|
|
3022
|
-
exports.TextSmallCaps = TextSmallCaps;
|
|
3023
|
-
exports.TextStrikethrough = TextStrikethrough;
|
|
3024
|
-
exports.TextSubscript = TextSubscript;
|
|
3025
|
-
exports.TextSuperscript = TextSuperscript;
|
|
3026
|
-
exports.TextTracking = TextTracking;
|
|
3027
|
-
exports.TextUnderline = TextUnderline;
|
|
3028
|
-
exports.TextVerticalAlignment = TextVerticalAlignment;
|
|
3029
|
-
exports.TextWrap = TextWrap;
|
|
3030
|
-
exports.Theater = Theater;
|
|
3031
|
-
exports.ThisSideUp = ThisSideUp;
|
|
3032
|
-
exports.Thumbnail_1 = Thumbnail_1;
|
|
3033
|
-
exports.Thumbnail_2 = Thumbnail_2;
|
|
3034
|
-
exports.ThumbsDown = ThumbsDown;
|
|
3035
|
-
exports.ThumbsDownFilled = ThumbsDownFilled;
|
|
3036
|
-
exports.ThumbsUp = ThumbsUp;
|
|
3037
|
-
exports.WatsonHealthTextAnnotationToggle = WatsonHealthTextAnnotationToggle;
|
|
3038
|
-
exports.WatsonHealthThreshold = WatsonHealthThreshold;
|
|
3039
|
-
exports.WatsonHealthThumbnailPreview = WatsonHealthThumbnailPreview;
|
|
3106
|
+
exports.WatsonHealthStatusAcknowledge = WatsonHealthStatusAcknowledge;
|
|
3107
|
+
exports.WatsonHealthStatusChange = WatsonHealthStatusChange;
|
|
3108
|
+
exports.WatsonHealthStatusPartialFail = WatsonHealthStatusPartialFail;
|
|
3109
|
+
exports.WatsonHealthStatusResolved = WatsonHealthStatusResolved;
|
|
3110
|
+
exports.WatsonHealthStressBreathEditor = WatsonHealthStressBreathEditor;
|
|
3111
|
+
exports.WatsonHealthStudyNext = WatsonHealthStudyNext;
|
|
3112
|
+
exports.WatsonHealthStudyPrevious = WatsonHealthStudyPrevious;
|
|
3113
|
+
exports.WatsonHealthStudyRead = WatsonHealthStudyRead;
|
|
3114
|
+
exports.WatsonHealthStudySkip = WatsonHealthStudySkip;
|
|
3115
|
+
exports.WatsonHealthStudyTransfer = WatsonHealthStudyTransfer;
|
|
3116
|
+
exports.WatsonHealthStudyUnread = WatsonHealthStudyUnread;
|
|
3117
|
+
exports.WatsonHealthStudyView = WatsonHealthStudyView;
|
|
3118
|
+
exports.WatsonHealthSubVolume = WatsonHealthSubVolume;
|