@carbon-labs/react-animated-header 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/es/__stories__/data/index.d.ts +19 -9
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/es/components/AnimatedHeader/AnimatedHeader.js +76 -65
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -8
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/es/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
- package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
- package/lib/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/lib/__stories__/data/index.d.ts +19 -9
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/lib/components/AnimatedHeader/AnimatedHeader.js +75 -64
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +11 -9
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/lib/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
- package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
- package/package.json +2 -2
- package/scss/AnimatedHeader/animated-header.scss +31 -17
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +12 -5
- package/scss/Tiles/GlassTile/glass-tile.scss +17 -3
- /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
- /package/lib/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
|
@@ -10,8 +10,8 @@ import Icon from '../Icon.js';
|
|
|
10
10
|
import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
|
|
13
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _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,
|
|
14
|
-
const
|
|
13
|
+
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;
|
|
14
|
+
const WatsonHealthStatusAcknowledge = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusAcknowledge(_ref, ref) {
|
|
15
15
|
let {
|
|
16
16
|
children,
|
|
17
17
|
size = 16,
|
|
@@ -26,13 +26,15 @@ const Subdirectory = /*#__PURE__*/React.forwardRef(function Subdirectory(_ref, r
|
|
|
26
26
|
fill: "currentColor",
|
|
27
27
|
...rest
|
|
28
28
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
29
|
-
d: "
|
|
29
|
+
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"
|
|
30
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
|
30
32
|
})), children);
|
|
31
33
|
});
|
|
32
34
|
if (process.env.NODE_ENV !== "production") {
|
|
33
|
-
|
|
35
|
+
WatsonHealthStatusAcknowledge.propTypes = iconPropTypes;
|
|
34
36
|
}
|
|
35
|
-
const
|
|
37
|
+
const WatsonHealthStatusChange = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusChange(_ref2, ref) {
|
|
36
38
|
let {
|
|
37
39
|
children,
|
|
38
40
|
size = 16,
|
|
@@ -46,18 +48,14 @@ const Subflow = /*#__PURE__*/React.forwardRef(function Subflow(_ref2, ref) {
|
|
|
46
48
|
viewBox: "0 0 32 32",
|
|
47
49
|
fill: "currentColor",
|
|
48
50
|
...rest
|
|
49
|
-
},
|
|
50
|
-
d: "
|
|
51
|
-
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
52
|
-
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"
|
|
53
|
-
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
-
d: "M30,16H28A12.0025,12.0025,0,0,0,9.5391,5.8857L8.4609,4.2017A14.0019,14.0019,0,0,1,30,16Z"
|
|
51
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
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"
|
|
55
53
|
})), children);
|
|
56
54
|
});
|
|
57
55
|
if (process.env.NODE_ENV !== "production") {
|
|
58
|
-
|
|
56
|
+
WatsonHealthStatusChange.propTypes = iconPropTypes;
|
|
59
57
|
}
|
|
60
|
-
const
|
|
58
|
+
const WatsonHealthStatusPartialFail = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusPartialFail(_ref3, ref) {
|
|
61
59
|
let {
|
|
62
60
|
children,
|
|
63
61
|
size = 16,
|
|
@@ -71,14 +69,16 @@ const SubflowLocal = /*#__PURE__*/React.forwardRef(function SubflowLocal(_ref3,
|
|
|
71
69
|
viewBox: "0 0 32 32",
|
|
72
70
|
fill: "currentColor",
|
|
73
71
|
...rest
|
|
74
|
-
},
|
|
75
|
-
d: "
|
|
72
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
73
|
+
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"
|
|
74
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
d: "M30,16H28A12,12,0,0,0,4,16H2a14,14,0,0,1,28,0Z"
|
|
76
76
|
})), children);
|
|
77
77
|
});
|
|
78
78
|
if (process.env.NODE_ENV !== "production") {
|
|
79
|
-
|
|
79
|
+
WatsonHealthStatusPartialFail.propTypes = iconPropTypes;
|
|
80
80
|
}
|
|
81
|
-
const
|
|
81
|
+
const WatsonHealthStatusResolved = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusResolved(_ref4, ref) {
|
|
82
82
|
let {
|
|
83
83
|
children,
|
|
84
84
|
size = 16,
|
|
@@ -93,17 +93,15 @@ const SubjectDefinition = /*#__PURE__*/React.forwardRef(function SubjectDefiniti
|
|
|
93
93
|
fill: "currentColor",
|
|
94
94
|
...rest
|
|
95
95
|
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
96
|
-
|
|
97
|
-
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"
|
|
96
|
+
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"
|
|
98
97
|
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
99
|
-
|
|
100
|
-
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"
|
|
98
|
+
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"
|
|
101
99
|
})), children);
|
|
102
100
|
});
|
|
103
101
|
if (process.env.NODE_ENV !== "production") {
|
|
104
|
-
|
|
102
|
+
WatsonHealthStatusResolved.propTypes = iconPropTypes;
|
|
105
103
|
}
|
|
106
|
-
const
|
|
104
|
+
const StayInside = /*#__PURE__*/React.forwardRef(function StayInside(_ref5, ref) {
|
|
107
105
|
let {
|
|
108
106
|
children,
|
|
109
107
|
size = 16,
|
|
@@ -118,17 +116,15 @@ const SubjectUsage = /*#__PURE__*/React.forwardRef(function SubjectUsage(_ref5,
|
|
|
118
116
|
fill: "currentColor",
|
|
119
117
|
...rest
|
|
120
118
|
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
121
|
-
|
|
122
|
-
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"
|
|
119
|
+
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"
|
|
123
120
|
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
124
|
-
|
|
125
|
-
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"
|
|
121
|
+
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"
|
|
126
122
|
})), children);
|
|
127
123
|
});
|
|
128
124
|
if (process.env.NODE_ENV !== "production") {
|
|
129
|
-
|
|
125
|
+
StayInside.propTypes = iconPropTypes;
|
|
130
126
|
}
|
|
131
|
-
const
|
|
127
|
+
const StemLeafPlot = /*#__PURE__*/React.forwardRef(function StemLeafPlot(_ref6, ref) {
|
|
132
128
|
let {
|
|
133
129
|
children,
|
|
134
130
|
size = 16,
|
|
@@ -143,15 +139,13 @@ const SubnetAclRules = /*#__PURE__*/React.forwardRef(function SubnetAclRules(_re
|
|
|
143
139
|
fill: "currentColor",
|
|
144
140
|
...rest
|
|
145
141
|
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
146
|
-
d: "
|
|
147
|
-
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
148
|
-
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"
|
|
142
|
+
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"
|
|
149
143
|
})), children);
|
|
150
144
|
});
|
|
151
145
|
if (process.env.NODE_ENV !== "production") {
|
|
152
|
-
|
|
146
|
+
StemLeafPlot.propTypes = iconPropTypes;
|
|
153
147
|
}
|
|
154
|
-
const
|
|
148
|
+
const Stethoscope = /*#__PURE__*/React.forwardRef(function Stethoscope(_ref7, ref) {
|
|
155
149
|
let {
|
|
156
150
|
children,
|
|
157
151
|
size = 16,
|
|
@@ -165,14 +159,14 @@ const Subtract = /*#__PURE__*/React.forwardRef(function Subtract(_ref7, ref) {
|
|
|
165
159
|
viewBox: "0 0 32 32",
|
|
166
160
|
fill: "currentColor",
|
|
167
161
|
...rest
|
|
168
|
-
},
|
|
169
|
-
d: "
|
|
162
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
163
|
+
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"
|
|
170
164
|
})), children);
|
|
171
165
|
});
|
|
172
166
|
if (process.env.NODE_ENV !== "production") {
|
|
173
|
-
|
|
167
|
+
Stethoscope.propTypes = iconPropTypes;
|
|
174
168
|
}
|
|
175
|
-
const
|
|
169
|
+
const Stickies = /*#__PURE__*/React.forwardRef(function Stickies(_ref8, ref) {
|
|
176
170
|
let {
|
|
177
171
|
children,
|
|
178
172
|
size = 16,
|
|
@@ -186,21 +180,34 @@ const SubtractAlt = /*#__PURE__*/React.forwardRef(function SubtractAlt(_ref8, re
|
|
|
186
180
|
viewBox: "0 0 32 32",
|
|
187
181
|
fill: "currentColor",
|
|
188
182
|
...rest
|
|
189
|
-
},
|
|
190
|
-
d: "
|
|
191
|
-
})),
|
|
192
|
-
d: "
|
|
183
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
184
|
+
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"
|
|
185
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
186
|
+
d: "M4,22V4h16v2h2v-2c0-1.1001-.8999-2-2-2H4c-1.1001,0-2,.8999-2,2v18c0,1.1001.8999,2,2,2h4v-2H4Z"
|
|
193
187
|
})), children);
|
|
194
188
|
});
|
|
195
189
|
if (process.env.NODE_ENV !== "production") {
|
|
196
|
-
|
|
190
|
+
Stickies.propTypes = iconPropTypes;
|
|
197
191
|
}
|
|
198
|
-
const
|
|
192
|
+
const Stop = /*#__PURE__*/React.forwardRef(function Stop(_ref9, ref) {
|
|
199
193
|
let {
|
|
200
194
|
children,
|
|
201
195
|
size = 16,
|
|
202
196
|
...rest
|
|
203
197
|
} = _ref9;
|
|
198
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
199
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
200
|
+
width: size,
|
|
201
|
+
height: size,
|
|
202
|
+
ref: ref,
|
|
203
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
204
|
+
viewBox: "0 0 16 16",
|
|
205
|
+
fill: "currentColor",
|
|
206
|
+
...rest
|
|
207
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
208
|
+
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"
|
|
209
|
+
})), children);
|
|
210
|
+
}
|
|
204
211
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
205
212
|
width: size,
|
|
206
213
|
height: size,
|
|
@@ -210,21 +217,31 @@ const SubtractFilled = /*#__PURE__*/React.forwardRef(function SubtractFilled(_re
|
|
|
210
217
|
fill: "currentColor",
|
|
211
218
|
...rest
|
|
212
219
|
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
213
|
-
d: "
|
|
214
|
-
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
215
|
-
fill: "none",
|
|
216
|
-
d: "M24 17L8 17 8 15 24 15 24 17z"
|
|
220
|
+
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"
|
|
217
221
|
})), children);
|
|
218
222
|
});
|
|
219
223
|
if (process.env.NODE_ENV !== "production") {
|
|
220
|
-
|
|
224
|
+
Stop.propTypes = iconPropTypes;
|
|
221
225
|
}
|
|
222
|
-
const
|
|
226
|
+
const StopFilled = /*#__PURE__*/React.forwardRef(function StopFilled(_ref10, ref) {
|
|
223
227
|
let {
|
|
224
228
|
children,
|
|
225
229
|
size = 16,
|
|
226
230
|
...rest
|
|
227
231
|
} = _ref10;
|
|
232
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
233
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
234
|
+
width: size,
|
|
235
|
+
height: size,
|
|
236
|
+
ref: ref,
|
|
237
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
238
|
+
viewBox: "0 0 16 16",
|
|
239
|
+
fill: "currentColor",
|
|
240
|
+
...rest
|
|
241
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
242
|
+
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"
|
|
243
|
+
})), children);
|
|
244
|
+
}
|
|
228
245
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
229
246
|
width: size,
|
|
230
247
|
height: size,
|
|
@@ -234,13 +251,13 @@ const SubtractLarge = /*#__PURE__*/React.forwardRef(function SubtractLarge(_ref1
|
|
|
234
251
|
fill: "currentColor",
|
|
235
252
|
...rest
|
|
236
253
|
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
237
|
-
d: "
|
|
254
|
+
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"
|
|
238
255
|
})), children);
|
|
239
256
|
});
|
|
240
257
|
if (process.env.NODE_ENV !== "production") {
|
|
241
|
-
|
|
258
|
+
StopFilled.propTypes = iconPropTypes;
|
|
242
259
|
}
|
|
243
|
-
const
|
|
260
|
+
const StopFilledAlt = /*#__PURE__*/React.forwardRef(function StopFilledAlt(_ref11, ref) {
|
|
244
261
|
let {
|
|
245
262
|
children,
|
|
246
263
|
size = 16,
|
|
@@ -255,30 +272,33 @@ const Succession = /*#__PURE__*/React.forwardRef(function Succession(_ref11, ref
|
|
|
255
272
|
fill: "currentColor",
|
|
256
273
|
...rest
|
|
257
274
|
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
258
|
-
|
|
259
|
-
d: "M19 27H21V31H19z",
|
|
260
|
-
transform: "rotate(90 20 29)"
|
|
261
|
-
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
262
|
-
strokeWidth: "0",
|
|
263
|
-
d: "M25 27H27V31H25z",
|
|
264
|
-
transform: "rotate(90 26 29)"
|
|
265
|
-
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
266
|
-
strokeWidth: "0",
|
|
267
|
-
d: "M13 28v-3h-2v3c0 1.1046.8954 2 2 2h3v-2h-3zM11 19H13V23H11zM11 13H13V17H11z"
|
|
268
|
-
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
269
|
-
strokeWidth: "0",
|
|
270
|
-
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"
|
|
275
|
+
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"
|
|
271
276
|
})), children);
|
|
272
277
|
});
|
|
273
278
|
if (process.env.NODE_ENV !== "production") {
|
|
274
|
-
|
|
279
|
+
StopFilledAlt.propTypes = iconPropTypes;
|
|
275
280
|
}
|
|
276
|
-
const
|
|
281
|
+
const StopOutline = /*#__PURE__*/React.forwardRef(function StopOutline(_ref12, ref) {
|
|
277
282
|
let {
|
|
278
283
|
children,
|
|
279
284
|
size = 16,
|
|
280
285
|
...rest
|
|
281
286
|
} = _ref12;
|
|
287
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
288
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
289
|
+
width: size,
|
|
290
|
+
height: size,
|
|
291
|
+
ref: ref,
|
|
292
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
293
|
+
viewBox: "0 0 16 16",
|
|
294
|
+
fill: "currentColor",
|
|
295
|
+
...rest
|
|
296
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
297
|
+
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"
|
|
298
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
299
|
+
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"
|
|
300
|
+
})), children);
|
|
301
|
+
}
|
|
282
302
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
283
303
|
width: size,
|
|
284
304
|
height: size,
|
|
@@ -287,19 +307,36 @@ const SummaryKpi = /*#__PURE__*/React.forwardRef(function SummaryKpi(_ref12, ref
|
|
|
287
307
|
viewBox: "0 0 32 32",
|
|
288
308
|
fill: "currentColor",
|
|
289
309
|
...rest
|
|
290
|
-
},
|
|
291
|
-
d: "
|
|
310
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
311
|
+
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"
|
|
312
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
313
|
+
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"
|
|
292
314
|
})), children);
|
|
293
315
|
});
|
|
294
316
|
if (process.env.NODE_ENV !== "production") {
|
|
295
|
-
|
|
317
|
+
StopOutline.propTypes = iconPropTypes;
|
|
296
318
|
}
|
|
297
|
-
const
|
|
319
|
+
const StopOutlineFilled = /*#__PURE__*/React.forwardRef(function StopOutlineFilled(_ref13, ref) {
|
|
298
320
|
let {
|
|
299
321
|
children,
|
|
300
322
|
size = 16,
|
|
301
323
|
...rest
|
|
302
324
|
} = _ref13;
|
|
325
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
326
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
327
|
+
width: size,
|
|
328
|
+
height: size,
|
|
329
|
+
ref: ref,
|
|
330
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
331
|
+
viewBox: "0 0 16 16",
|
|
332
|
+
fill: "currentColor",
|
|
333
|
+
...rest
|
|
334
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
335
|
+
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"
|
|
336
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
337
|
+
d: "M6 6H10V10H6z"
|
|
338
|
+
})), children);
|
|
339
|
+
}
|
|
303
340
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
304
341
|
width: size,
|
|
305
342
|
height: size,
|
|
@@ -308,14 +345,16 @@ const SummaryKpiMirror = /*#__PURE__*/React.forwardRef(function SummaryKpiMirror
|
|
|
308
345
|
viewBox: "0 0 32 32",
|
|
309
346
|
fill: "currentColor",
|
|
310
347
|
...rest
|
|
311
|
-
},
|
|
312
|
-
d: "
|
|
348
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
349
|
+
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"
|
|
350
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
351
|
+
d: "M12 12H20V20H12z"
|
|
313
352
|
})), children);
|
|
314
353
|
});
|
|
315
354
|
if (process.env.NODE_ENV !== "production") {
|
|
316
|
-
|
|
355
|
+
StopOutlineFilled.propTypes = iconPropTypes;
|
|
317
356
|
}
|
|
318
|
-
const
|
|
357
|
+
const StopSign = /*#__PURE__*/React.forwardRef(function StopSign(_ref14, ref) {
|
|
319
358
|
let {
|
|
320
359
|
children,
|
|
321
360
|
size = 16,
|
|
@@ -329,35 +368,14 @@ const Sun = /*#__PURE__*/React.forwardRef(function Sun(_ref14, ref) {
|
|
|
329
368
|
viewBox: "0 0 32 32",
|
|
330
369
|
fill: "currentColor",
|
|
331
370
|
...rest
|
|
332
|
-
},
|
|
333
|
-
d: "
|
|
334
|
-
transform: "translate(0 .005)"
|
|
335
|
-
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
336
|
-
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
337
|
-
transform: "rotate(-45 7.86 7.856)"
|
|
338
|
-
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
339
|
-
d: "M2 15.005H7V17.005000000000003H2z"
|
|
340
|
-
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
341
|
-
d: "M5.375 23.147H10.333V25.147H5.375z",
|
|
342
|
-
transform: "rotate(-45 7.86 24.149)"
|
|
343
|
-
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
344
|
-
d: "M15 25.005H17V30.005H15z"
|
|
345
|
-
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
346
|
-
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
|
347
|
-
transform: "rotate(-45 24.152 24.149)"
|
|
348
|
-
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
349
|
-
d: "M25 15.005H30V17.005000000000003H25z"
|
|
350
|
-
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
351
|
-
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
|
352
|
-
transform: "rotate(-45 24.152 7.856)"
|
|
353
|
-
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
354
|
-
d: "M15 2.005H17V7.005H15z"
|
|
371
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
372
|
+
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"
|
|
355
373
|
})), children);
|
|
356
374
|
});
|
|
357
375
|
if (process.env.NODE_ENV !== "production") {
|
|
358
|
-
|
|
376
|
+
StopSign.propTypes = iconPropTypes;
|
|
359
377
|
}
|
|
360
|
-
const
|
|
378
|
+
const StopSignFilled = /*#__PURE__*/React.forwardRef(function StopSignFilled(_ref15, ref) {
|
|
361
379
|
let {
|
|
362
380
|
children,
|
|
363
381
|
size = 16,
|
|
@@ -371,24 +389,14 @@ const Sunrise = /*#__PURE__*/React.forwardRef(function Sunrise(_ref15, ref) {
|
|
|
371
389
|
viewBox: "0 0 32 32",
|
|
372
390
|
fill: "currentColor",
|
|
373
391
|
...rest
|
|
374
|
-
},
|
|
375
|
-
d: "
|
|
376
|
-
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
377
|
-
d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
|
|
378
|
-
transform: "rotate(-45 24.146 15.854)"
|
|
379
|
-
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
380
|
-
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"
|
|
381
|
-
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
382
|
-
d: "M6.854 13.374H8.854V18.332H6.854z",
|
|
383
|
-
transform: "rotate(-45 7.854 15.854)"
|
|
384
|
-
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
385
|
-
d: "M2 22H7V24H2z"
|
|
392
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
393
|
+
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"
|
|
386
394
|
})), children);
|
|
387
395
|
});
|
|
388
396
|
if (process.env.NODE_ENV !== "production") {
|
|
389
|
-
|
|
397
|
+
StopSignFilled.propTypes = iconPropTypes;
|
|
390
398
|
}
|
|
391
|
-
const
|
|
399
|
+
const StoragePool = /*#__PURE__*/React.forwardRef(function StoragePool(_ref16, ref) {
|
|
392
400
|
let {
|
|
393
401
|
children,
|
|
394
402
|
size = 16,
|
|
@@ -402,29 +410,16 @@ const Sunset = /*#__PURE__*/React.forwardRef(function Sunset(_ref16, ref) {
|
|
|
402
410
|
viewBox: "0 0 32 32",
|
|
403
411
|
fill: "currentColor",
|
|
404
412
|
...rest
|
|
405
|
-
},
|
|
406
|
-
d: "
|
|
407
|
-
})),
|
|
408
|
-
d: "
|
|
409
|
-
transform: "translate(0 .005)"
|
|
410
|
-
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
411
|
-
d: "M25 22.005H30V24.005H25z"
|
|
412
|
-
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
413
|
-
d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
|
|
414
|
-
transform: "rotate(-45 24.152 15.856)"
|
|
415
|
-
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
416
|
-
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"
|
|
417
|
-
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
418
|
-
d: "M6.854 13.374H8.854V18.332H6.854z",
|
|
419
|
-
transform: "rotate(-45 7.86 15.856)"
|
|
420
|
-
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
421
|
-
d: "M2 22.005H7V24.005H2z"
|
|
413
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
414
|
+
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"
|
|
415
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
416
|
+
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"
|
|
422
417
|
})), children);
|
|
423
418
|
});
|
|
424
419
|
if (process.env.NODE_ENV !== "production") {
|
|
425
|
-
|
|
420
|
+
StoragePool.propTypes = iconPropTypes;
|
|
426
421
|
}
|
|
427
|
-
const
|
|
422
|
+
const StorageRequest = /*#__PURE__*/React.forwardRef(function StorageRequest(_ref17, ref) {
|
|
428
423
|
let {
|
|
429
424
|
children,
|
|
430
425
|
size = 16,
|
|
@@ -438,25 +433,22 @@ const SupportVectorMachine = /*#__PURE__*/React.forwardRef(function SupportVecto
|
|
|
438
433
|
viewBox: "0 0 32 32",
|
|
439
434
|
fill: "currentColor",
|
|
440
435
|
...rest
|
|
441
|
-
},
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
436
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
437
|
+
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"
|
|
438
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
439
|
+
cx: "7",
|
|
440
|
+
cy: "12",
|
|
441
|
+
r: "1"
|
|
445
442
|
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
446
|
-
cx: "
|
|
447
|
-
cy: "
|
|
448
|
-
r: "
|
|
449
|
-
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
450
|
-
d: "M-2.799 15H34.799V17H-2.799z",
|
|
451
|
-
transform: "rotate(-45 16 16)"
|
|
452
|
-
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
453
|
-
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"
|
|
443
|
+
cx: "7",
|
|
444
|
+
cy: "20",
|
|
445
|
+
r: "1"
|
|
454
446
|
})), children);
|
|
455
447
|
});
|
|
456
448
|
if (process.env.NODE_ENV !== "production") {
|
|
457
|
-
|
|
449
|
+
StorageRequest.propTypes = iconPropTypes;
|
|
458
450
|
}
|
|
459
|
-
const
|
|
451
|
+
const Store = /*#__PURE__*/React.forwardRef(function Store(_ref18, ref) {
|
|
460
452
|
let {
|
|
461
453
|
children,
|
|
462
454
|
size = 16,
|
|
@@ -470,18 +462,14 @@ const Sustainability = /*#__PURE__*/React.forwardRef(function Sustainability(_re
|
|
|
470
462
|
viewBox: "0 0 32 32",
|
|
471
463
|
fill: "currentColor",
|
|
472
464
|
...rest
|
|
473
|
-
},
|
|
474
|
-
d: "
|
|
475
|
-
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
476
|
-
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"
|
|
477
|
-
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
478
|
-
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"
|
|
465
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
466
|
+
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"
|
|
479
467
|
})), children);
|
|
480
468
|
});
|
|
481
469
|
if (process.env.NODE_ENV !== "production") {
|
|
482
|
-
|
|
470
|
+
Store.propTypes = iconPropTypes;
|
|
483
471
|
}
|
|
484
|
-
const
|
|
472
|
+
const StormTracker = /*#__PURE__*/React.forwardRef(function StormTracker(_ref19, ref) {
|
|
485
473
|
let {
|
|
486
474
|
children,
|
|
487
475
|
size = 16,
|
|
@@ -495,14 +483,14 @@ const Svg = /*#__PURE__*/React.forwardRef(function Svg(_ref19, ref) {
|
|
|
495
483
|
viewBox: "0 0 32 32",
|
|
496
484
|
fill: "currentColor",
|
|
497
485
|
...rest
|
|
498
|
-
},
|
|
499
|
-
d: "
|
|
486
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
487
|
+
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"
|
|
500
488
|
})), children);
|
|
501
489
|
});
|
|
502
490
|
if (process.env.NODE_ENV !== "production") {
|
|
503
|
-
|
|
491
|
+
StormTracker.propTypes = iconPropTypes;
|
|
504
492
|
}
|
|
505
|
-
const
|
|
493
|
+
const StrategyPlay = /*#__PURE__*/React.forwardRef(function StrategyPlay(_ref20, ref) {
|
|
506
494
|
let {
|
|
507
495
|
children,
|
|
508
496
|
size = 16,
|
|
@@ -516,14 +504,18 @@ const Swim = /*#__PURE__*/React.forwardRef(function Swim(_ref20, ref) {
|
|
|
516
504
|
viewBox: "0 0 32 32",
|
|
517
505
|
fill: "currentColor",
|
|
518
506
|
...rest
|
|
519
|
-
},
|
|
520
|
-
|
|
507
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
508
|
+
strokeWidth: "0",
|
|
509
|
+
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"
|
|
510
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
511
|
+
strokeWidth: "0",
|
|
512
|
+
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"
|
|
521
513
|
})), children);
|
|
522
514
|
});
|
|
523
515
|
if (process.env.NODE_ENV !== "production") {
|
|
524
|
-
|
|
516
|
+
StrategyPlay.propTypes = iconPropTypes;
|
|
525
517
|
}
|
|
526
|
-
const
|
|
518
|
+
const Strawberry = /*#__PURE__*/React.forwardRef(function Strawberry(_ref21, ref) {
|
|
527
519
|
let {
|
|
528
520
|
children,
|
|
529
521
|
size = 16,
|
|
@@ -537,14 +529,16 @@ const SwitchLayer_2 = /*#__PURE__*/React.forwardRef(function SwitchLayer_2(_ref2
|
|
|
537
529
|
viewBox: "0 0 32 32",
|
|
538
530
|
fill: "currentColor",
|
|
539
531
|
...rest
|
|
540
|
-
},
|
|
541
|
-
d: "
|
|
532
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
533
|
+
d: "M9 10H11V12H9zM9 14H11V16H9zM13 12H15V14H13z"
|
|
534
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
535
|
+
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"
|
|
542
536
|
})), children);
|
|
543
537
|
});
|
|
544
538
|
if (process.env.NODE_ENV !== "production") {
|
|
545
|
-
|
|
539
|
+
Strawberry.propTypes = iconPropTypes;
|
|
546
540
|
}
|
|
547
|
-
const
|
|
541
|
+
const WatsonHealthStressBreathEditor = /*#__PURE__*/React.forwardRef(function WatsonHealthStressBreathEditor(_ref22, ref) {
|
|
548
542
|
let {
|
|
549
543
|
children,
|
|
550
544
|
size = 16,
|
|
@@ -558,14 +552,14 @@ const SwitchLayer_3 = /*#__PURE__*/React.forwardRef(function SwitchLayer_3(_ref2
|
|
|
558
552
|
viewBox: "0 0 32 32",
|
|
559
553
|
fill: "currentColor",
|
|
560
554
|
...rest
|
|
561
|
-
},
|
|
562
|
-
d: "
|
|
555
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
556
|
+
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"
|
|
563
557
|
})), children);
|
|
564
558
|
});
|
|
565
559
|
if (process.env.NODE_ENV !== "production") {
|
|
566
|
-
|
|
560
|
+
WatsonHealthStressBreathEditor.propTypes = iconPropTypes;
|
|
567
561
|
}
|
|
568
|
-
const
|
|
562
|
+
const StringInteger = /*#__PURE__*/React.forwardRef(function StringInteger(_ref23, ref) {
|
|
569
563
|
let {
|
|
570
564
|
children,
|
|
571
565
|
size = 16,
|
|
@@ -579,14 +573,14 @@ const Switcher = /*#__PURE__*/React.forwardRef(function Switcher(_ref23, ref) {
|
|
|
579
573
|
viewBox: "0 0 32 32",
|
|
580
574
|
fill: "currentColor",
|
|
581
575
|
...rest
|
|
582
|
-
},
|
|
583
|
-
d: "
|
|
576
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
577
|
+
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"
|
|
584
578
|
})), children);
|
|
585
579
|
});
|
|
586
580
|
if (process.env.NODE_ENV !== "production") {
|
|
587
|
-
|
|
581
|
+
StringInteger.propTypes = iconPropTypes;
|
|
588
582
|
}
|
|
589
|
-
const
|
|
583
|
+
const StringText = /*#__PURE__*/React.forwardRef(function StringText(_ref24, ref) {
|
|
590
584
|
let {
|
|
591
585
|
children,
|
|
592
586
|
size = 16,
|
|
@@ -600,18 +594,14 @@ const SyncSettings = /*#__PURE__*/React.forwardRef(function SyncSettings(_ref24,
|
|
|
600
594
|
viewBox: "0 0 32 32",
|
|
601
595
|
fill: "currentColor",
|
|
602
596
|
...rest
|
|
603
|
-
},
|
|
604
|
-
|
|
605
|
-
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"
|
|
606
|
-
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
607
|
-
strokeWidth: "0",
|
|
608
|
-
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"
|
|
597
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
598
|
+
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"
|
|
609
599
|
})), children);
|
|
610
600
|
});
|
|
611
601
|
if (process.env.NODE_ENV !== "production") {
|
|
612
|
-
|
|
602
|
+
StringText.propTypes = iconPropTypes;
|
|
613
603
|
}
|
|
614
|
-
const
|
|
604
|
+
const WatsonHealthStudyNext = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyNext(_ref25, ref) {
|
|
615
605
|
let {
|
|
616
606
|
children,
|
|
617
607
|
size = 16,
|
|
@@ -625,22 +615,14 @@ const SysProvision = /*#__PURE__*/React.forwardRef(function SysProvision(_ref25,
|
|
|
625
615
|
viewBox: "0 0 32 32",
|
|
626
616
|
fill: "currentColor",
|
|
627
617
|
...rest
|
|
628
|
-
},
|
|
629
|
-
d: "
|
|
630
|
-
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
631
|
-
cx: "14",
|
|
632
|
-
cy: "14",
|
|
633
|
-
r: "2"
|
|
634
|
-
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
635
|
-
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"
|
|
636
|
-
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
637
|
-
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"
|
|
618
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
619
|
+
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"
|
|
638
620
|
})), children);
|
|
639
621
|
});
|
|
640
622
|
if (process.env.NODE_ENV !== "production") {
|
|
641
|
-
|
|
623
|
+
WatsonHealthStudyNext.propTypes = iconPropTypes;
|
|
642
624
|
}
|
|
643
|
-
const
|
|
625
|
+
const WatsonHealthStudyPrevious = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyPrevious(_ref26, ref) {
|
|
644
626
|
let {
|
|
645
627
|
children,
|
|
646
628
|
size = 16,
|
|
@@ -654,15 +636,14 @@ const SysplexDistributor = /*#__PURE__*/React.forwardRef(function SysplexDistrib
|
|
|
654
636
|
viewBox: "0 0 32 32",
|
|
655
637
|
fill: "currentColor",
|
|
656
638
|
...rest
|
|
657
|
-
},
|
|
658
|
-
|
|
659
|
-
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"
|
|
639
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
640
|
+
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"
|
|
660
641
|
})), children);
|
|
661
642
|
});
|
|
662
643
|
if (process.env.NODE_ENV !== "production") {
|
|
663
|
-
|
|
644
|
+
WatsonHealthStudyPrevious.propTypes = iconPropTypes;
|
|
664
645
|
}
|
|
665
|
-
const
|
|
646
|
+
const WatsonHealthStudyRead = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyRead(_ref27, ref) {
|
|
666
647
|
let {
|
|
667
648
|
children,
|
|
668
649
|
size = 16,
|
|
@@ -676,14 +657,16 @@ const QT = /*#__PURE__*/React.forwardRef(function QT(_ref27, ref) {
|
|
|
676
657
|
viewBox: "0 0 32 32",
|
|
677
658
|
fill: "currentColor",
|
|
678
659
|
...rest
|
|
679
|
-
},
|
|
680
|
-
d: "
|
|
660
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
661
|
+
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"
|
|
662
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
663
|
+
d: "M13,24H4V4H24V16h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2h9Z"
|
|
681
664
|
})), children);
|
|
682
665
|
});
|
|
683
666
|
if (process.env.NODE_ENV !== "production") {
|
|
684
|
-
|
|
667
|
+
WatsonHealthStudyRead.propTypes = iconPropTypes;
|
|
685
668
|
}
|
|
686
|
-
const
|
|
669
|
+
const WatsonHealthStudySkip = /*#__PURE__*/React.forwardRef(function WatsonHealthStudySkip(_ref28, ref) {
|
|
687
670
|
let {
|
|
688
671
|
children,
|
|
689
672
|
size = 16,
|
|
@@ -697,14 +680,16 @@ const QTAlt = /*#__PURE__*/React.forwardRef(function QTAlt(_ref28, ref) {
|
|
|
697
680
|
viewBox: "0 0 32 32",
|
|
698
681
|
fill: "currentColor",
|
|
699
682
|
...rest
|
|
700
|
-
},
|
|
701
|
-
d: "
|
|
683
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
684
|
+
d: "M22,9h5.2A11,11,0,0,0,7,15H5A13,13,0,0,1,28,6.7V3h2v8H22Z"
|
|
685
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
686
|
+
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"
|
|
702
687
|
})), children);
|
|
703
688
|
});
|
|
704
689
|
if (process.env.NODE_ENV !== "production") {
|
|
705
|
-
|
|
690
|
+
WatsonHealthStudySkip.propTypes = iconPropTypes;
|
|
706
691
|
}
|
|
707
|
-
const
|
|
692
|
+
const WatsonHealthStudyTransfer = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyTransfer(_ref29, ref) {
|
|
708
693
|
let {
|
|
709
694
|
children,
|
|
710
695
|
size = 16,
|
|
@@ -718,14 +703,18 @@ const Table = /*#__PURE__*/React.forwardRef(function Table(_ref29, ref) {
|
|
|
718
703
|
viewBox: "0 0 32 32",
|
|
719
704
|
fill: "currentColor",
|
|
720
705
|
...rest
|
|
721
|
-
},
|
|
722
|
-
d: "
|
|
706
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
707
|
+
d: "M8.586 19.414L13.165 24 8.586 28.586 10 30 16 24 10 18 8.586 19.414z"
|
|
708
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
709
|
+
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"
|
|
710
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
711
|
+
d: "M19,24h9V4H8V16H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V24a2,2,0,0,1-2,2H19Z"
|
|
723
712
|
})), children);
|
|
724
713
|
});
|
|
725
714
|
if (process.env.NODE_ENV !== "production") {
|
|
726
|
-
|
|
715
|
+
WatsonHealthStudyTransfer.propTypes = iconPropTypes;
|
|
727
716
|
}
|
|
728
|
-
const
|
|
717
|
+
const WatsonHealthStudyUnread = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyUnread(_ref30, ref) {
|
|
729
718
|
let {
|
|
730
719
|
children,
|
|
731
720
|
size = 16,
|
|
@@ -739,16 +728,16 @@ const TableAlias = /*#__PURE__*/React.forwardRef(function TableAlias(_ref30, ref
|
|
|
739
728
|
viewBox: "0 0 32 32",
|
|
740
729
|
fill: "currentColor",
|
|
741
730
|
...rest
|
|
742
|
-
},
|
|
743
|
-
d: "
|
|
744
|
-
})),
|
|
745
|
-
d: "
|
|
731
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
732
|
+
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"
|
|
733
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
734
|
+
d: "M15,24H4V4H24V15h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H15Z"
|
|
746
735
|
})), children);
|
|
747
736
|
});
|
|
748
737
|
if (process.env.NODE_ENV !== "production") {
|
|
749
|
-
|
|
738
|
+
WatsonHealthStudyUnread.propTypes = iconPropTypes;
|
|
750
739
|
}
|
|
751
|
-
const
|
|
740
|
+
const WatsonHealthStudyView = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyView(_ref31, ref) {
|
|
752
741
|
let {
|
|
753
742
|
children,
|
|
754
743
|
size = 16,
|
|
@@ -762,14 +751,16 @@ const TableBuilt = /*#__PURE__*/React.forwardRef(function TableBuilt(_ref31, ref
|
|
|
762
751
|
viewBox: "0 0 32 32",
|
|
763
752
|
fill: "currentColor",
|
|
764
753
|
...rest
|
|
765
|
-
},
|
|
766
|
-
d: "M28
|
|
754
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
755
|
+
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"
|
|
756
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
757
|
+
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"
|
|
767
758
|
})), children);
|
|
768
759
|
});
|
|
769
760
|
if (process.env.NODE_ENV !== "production") {
|
|
770
|
-
|
|
761
|
+
WatsonHealthStudyView.propTypes = iconPropTypes;
|
|
771
762
|
}
|
|
772
|
-
const
|
|
763
|
+
const WatsonHealthSubVolume = /*#__PURE__*/React.forwardRef(function WatsonHealthSubVolume(_ref32, ref) {
|
|
773
764
|
let {
|
|
774
765
|
children,
|
|
775
766
|
size = 16,
|
|
@@ -783,16 +774,14 @@ const TableShortcut = /*#__PURE__*/React.forwardRef(function TableShortcut(_ref3
|
|
|
783
774
|
viewBox: "0 0 32 32",
|
|
784
775
|
fill: "currentColor",
|
|
785
776
|
...rest
|
|
786
|
-
},
|
|
787
|
-
d: "
|
|
788
|
-
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
789
|
-
d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
|
|
777
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
778
|
+
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"
|
|
790
779
|
})), children);
|
|
791
780
|
});
|
|
792
781
|
if (process.env.NODE_ENV !== "production") {
|
|
793
|
-
|
|
782
|
+
WatsonHealthSubVolume.propTypes = iconPropTypes;
|
|
794
783
|
}
|
|
795
|
-
const
|
|
784
|
+
const Subclassification = /*#__PURE__*/React.forwardRef(function Subclassification(_ref33, ref) {
|
|
796
785
|
let {
|
|
797
786
|
children,
|
|
798
787
|
size = 16,
|
|
@@ -806,14 +795,15 @@ const TableSplit = /*#__PURE__*/React.forwardRef(function TableSplit(_ref33, ref
|
|
|
806
795
|
viewBox: "0 0 32 32",
|
|
807
796
|
fill: "currentColor",
|
|
808
797
|
...rest
|
|
809
|
-
},
|
|
810
|
-
|
|
798
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
799
|
+
strokeWidth: "0",
|
|
800
|
+
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"
|
|
811
801
|
})), children);
|
|
812
802
|
});
|
|
813
803
|
if (process.env.NODE_ENV !== "production") {
|
|
814
|
-
|
|
804
|
+
Subclassification.propTypes = iconPropTypes;
|
|
815
805
|
}
|
|
816
|
-
const
|
|
806
|
+
const Subdirectory = /*#__PURE__*/React.forwardRef(function Subdirectory(_ref34, ref) {
|
|
817
807
|
let {
|
|
818
808
|
children,
|
|
819
809
|
size = 16,
|
|
@@ -827,14 +817,14 @@ const TableOfContents = /*#__PURE__*/React.forwardRef(function TableOfContents(_
|
|
|
827
817
|
viewBox: "0 0 32 32",
|
|
828
818
|
fill: "currentColor",
|
|
829
819
|
...rest
|
|
830
|
-
},
|
|
831
|
-
d: "
|
|
820
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
821
|
+
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"
|
|
832
822
|
})), children);
|
|
833
823
|
});
|
|
834
824
|
if (process.env.NODE_ENV !== "production") {
|
|
835
|
-
|
|
825
|
+
Subdirectory.propTypes = iconPropTypes;
|
|
836
826
|
}
|
|
837
|
-
const
|
|
827
|
+
const Subflow = /*#__PURE__*/React.forwardRef(function Subflow(_ref35, ref) {
|
|
838
828
|
let {
|
|
839
829
|
children,
|
|
840
830
|
size = 16,
|
|
@@ -848,17 +838,18 @@ const Tablet = /*#__PURE__*/React.forwardRef(function Tablet(_ref35, ref) {
|
|
|
848
838
|
viewBox: "0 0 32 32",
|
|
849
839
|
fill: "currentColor",
|
|
850
840
|
...rest
|
|
851
|
-
},
|
|
852
|
-
d: "
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
841
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
842
|
+
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"
|
|
843
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
844
|
+
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"
|
|
845
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
846
|
+
d: "M30,16H28A12.0025,12.0025,0,0,0,9.5391,5.8857L8.4609,4.2017A14.0019,14.0019,0,0,1,30,16Z"
|
|
856
847
|
})), children);
|
|
857
848
|
});
|
|
858
849
|
if (process.env.NODE_ENV !== "production") {
|
|
859
|
-
|
|
850
|
+
Subflow.propTypes = iconPropTypes;
|
|
860
851
|
}
|
|
861
|
-
const
|
|
852
|
+
const SubflowLocal = /*#__PURE__*/React.forwardRef(function SubflowLocal(_ref36, ref) {
|
|
862
853
|
let {
|
|
863
854
|
children,
|
|
864
855
|
size = 16,
|
|
@@ -872,16 +863,14 @@ const TabletLandscape = /*#__PURE__*/React.forwardRef(function TabletLandscape(_
|
|
|
872
863
|
viewBox: "0 0 32 32",
|
|
873
864
|
fill: "currentColor",
|
|
874
865
|
...rest
|
|
875
|
-
},
|
|
876
|
-
d: "
|
|
877
|
-
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
878
|
-
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"
|
|
866
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
867
|
+
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"
|
|
879
868
|
})), children);
|
|
880
869
|
});
|
|
881
870
|
if (process.env.NODE_ENV !== "production") {
|
|
882
|
-
|
|
871
|
+
SubflowLocal.propTypes = iconPropTypes;
|
|
883
872
|
}
|
|
884
|
-
const
|
|
873
|
+
const SubjectDefinition = /*#__PURE__*/React.forwardRef(function SubjectDefinition(_ref37, ref) {
|
|
885
874
|
let {
|
|
886
875
|
children,
|
|
887
876
|
size = 16,
|
|
@@ -895,16 +884,18 @@ const Tag = /*#__PURE__*/React.forwardRef(function Tag(_ref37, ref) {
|
|
|
895
884
|
viewBox: "0 0 32 32",
|
|
896
885
|
fill: "currentColor",
|
|
897
886
|
...rest
|
|
898
|
-
},
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
887
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
888
|
+
strokeWidth: "0",
|
|
889
|
+
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"
|
|
890
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
891
|
+
strokeWidth: "0",
|
|
892
|
+
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"
|
|
902
893
|
})), children);
|
|
903
894
|
});
|
|
904
895
|
if (process.env.NODE_ENV !== "production") {
|
|
905
|
-
|
|
896
|
+
SubjectDefinition.propTypes = iconPropTypes;
|
|
906
897
|
}
|
|
907
|
-
const
|
|
898
|
+
const SubjectUsage = /*#__PURE__*/React.forwardRef(function SubjectUsage(_ref38, ref) {
|
|
908
899
|
let {
|
|
909
900
|
children,
|
|
910
901
|
size = 16,
|
|
@@ -918,16 +909,18 @@ const TagEdit = /*#__PURE__*/React.forwardRef(function TagEdit(_ref38, ref) {
|
|
|
918
909
|
viewBox: "0 0 32 32",
|
|
919
910
|
fill: "currentColor",
|
|
920
911
|
...rest
|
|
921
|
-
},
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
912
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
913
|
+
strokeWidth: "0",
|
|
914
|
+
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"
|
|
915
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
916
|
+
strokeWidth: "0",
|
|
917
|
+
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"
|
|
925
918
|
})), children);
|
|
926
919
|
});
|
|
927
920
|
if (process.env.NODE_ENV !== "production") {
|
|
928
|
-
|
|
921
|
+
SubjectUsage.propTypes = iconPropTypes;
|
|
929
922
|
}
|
|
930
|
-
const
|
|
923
|
+
const SubnetAclRules = /*#__PURE__*/React.forwardRef(function SubnetAclRules(_ref39, ref) {
|
|
931
924
|
let {
|
|
932
925
|
children,
|
|
933
926
|
size = 16,
|
|
@@ -941,16 +934,16 @@ const TagExport = /*#__PURE__*/React.forwardRef(function TagExport(_ref39, ref)
|
|
|
941
934
|
viewBox: "0 0 32 32",
|
|
942
935
|
fill: "currentColor",
|
|
943
936
|
...rest
|
|
944
|
-
},
|
|
945
|
-
d: "
|
|
946
|
-
})),
|
|
947
|
-
d: "
|
|
937
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
938
|
+
d: "M18 14H30V16H18zM18 19H26V21H18zM18 9H30V11H18z"
|
|
939
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
940
|
+
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"
|
|
948
941
|
})), children);
|
|
949
942
|
});
|
|
950
943
|
if (process.env.NODE_ENV !== "production") {
|
|
951
|
-
|
|
944
|
+
SubnetAclRules.propTypes = iconPropTypes;
|
|
952
945
|
}
|
|
953
|
-
const
|
|
946
|
+
const Subtract = /*#__PURE__*/React.forwardRef(function Subtract(_ref40, ref) {
|
|
954
947
|
let {
|
|
955
948
|
children,
|
|
956
949
|
size = 16,
|
|
@@ -964,20 +957,14 @@ const TagGroup = /*#__PURE__*/React.forwardRef(function TagGroup(_ref40, ref) {
|
|
|
964
957
|
viewBox: "0 0 32 32",
|
|
965
958
|
fill: "currentColor",
|
|
966
959
|
...rest
|
|
967
|
-
},
|
|
968
|
-
|
|
969
|
-
cy: "14",
|
|
970
|
-
r: "2"
|
|
971
|
-
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
972
|
-
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"
|
|
973
|
-
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
974
|
-
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"
|
|
960
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
961
|
+
d: "M8 15H24V17H8z"
|
|
975
962
|
})), children);
|
|
976
963
|
});
|
|
977
964
|
if (process.env.NODE_ENV !== "production") {
|
|
978
|
-
|
|
965
|
+
Subtract.propTypes = iconPropTypes;
|
|
979
966
|
}
|
|
980
|
-
const
|
|
967
|
+
const SubtractAlt = /*#__PURE__*/React.forwardRef(function SubtractAlt(_ref41, ref) {
|
|
981
968
|
let {
|
|
982
969
|
children,
|
|
983
970
|
size = 16,
|
|
@@ -991,16 +978,16 @@ const TagImport = /*#__PURE__*/React.forwardRef(function TagImport(_ref41, ref)
|
|
|
991
978
|
viewBox: "0 0 32 32",
|
|
992
979
|
fill: "currentColor",
|
|
993
980
|
...rest
|
|
994
|
-
},
|
|
995
|
-
d: "M16
|
|
996
|
-
})),
|
|
997
|
-
d: "
|
|
981
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
982
|
+
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"
|
|
983
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
984
|
+
d: "M8 15H24V17H8z"
|
|
998
985
|
})), children);
|
|
999
986
|
});
|
|
1000
987
|
if (process.env.NODE_ENV !== "production") {
|
|
1001
|
-
|
|
988
|
+
SubtractAlt.propTypes = iconPropTypes;
|
|
1002
989
|
}
|
|
1003
|
-
const
|
|
990
|
+
const SubtractFilled = /*#__PURE__*/React.forwardRef(function SubtractFilled(_ref42, ref) {
|
|
1004
991
|
let {
|
|
1005
992
|
children,
|
|
1006
993
|
size = 16,
|
|
@@ -1014,16 +1001,17 @@ const TagNone = /*#__PURE__*/React.forwardRef(function TagNone(_ref42, ref) {
|
|
|
1014
1001
|
viewBox: "0 0 32 32",
|
|
1015
1002
|
fill: "currentColor",
|
|
1016
1003
|
...rest
|
|
1017
|
-
},
|
|
1018
|
-
d: "
|
|
1019
|
-
})),
|
|
1020
|
-
|
|
1004
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1005
|
+
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"
|
|
1006
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1007
|
+
fill: "none",
|
|
1008
|
+
d: "M24 17L8 17 8 15 24 15 24 17z"
|
|
1021
1009
|
})), children);
|
|
1022
1010
|
});
|
|
1023
1011
|
if (process.env.NODE_ENV !== "production") {
|
|
1024
|
-
|
|
1012
|
+
SubtractFilled.propTypes = iconPropTypes;
|
|
1025
1013
|
}
|
|
1026
|
-
const
|
|
1014
|
+
const SubtractLarge = /*#__PURE__*/React.forwardRef(function SubtractLarge(_ref43, ref) {
|
|
1027
1015
|
let {
|
|
1028
1016
|
children,
|
|
1029
1017
|
size = 16,
|
|
@@ -1037,14 +1025,14 @@ const Tank = /*#__PURE__*/React.forwardRef(function Tank(_ref43, ref) {
|
|
|
1037
1025
|
viewBox: "0 0 32 32",
|
|
1038
1026
|
fill: "currentColor",
|
|
1039
1027
|
...rest
|
|
1040
|
-
},
|
|
1041
|
-
d: "
|
|
1028
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1029
|
+
d: "M5 15L5 17 27 17 27 15 5 15z"
|
|
1042
1030
|
})), children);
|
|
1043
1031
|
});
|
|
1044
1032
|
if (process.env.NODE_ENV !== "production") {
|
|
1045
|
-
|
|
1033
|
+
SubtractLarge.propTypes = iconPropTypes;
|
|
1046
1034
|
}
|
|
1047
|
-
const
|
|
1035
|
+
const Succession = /*#__PURE__*/React.forwardRef(function Succession(_ref44, ref) {
|
|
1048
1036
|
let {
|
|
1049
1037
|
children,
|
|
1050
1038
|
size = 16,
|
|
@@ -1058,16 +1046,26 @@ const Task = /*#__PURE__*/React.forwardRef(function Task(_ref44, ref) {
|
|
|
1058
1046
|
viewBox: "0 0 32 32",
|
|
1059
1047
|
fill: "currentColor",
|
|
1060
1048
|
...rest
|
|
1061
|
-
},
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1049
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1050
|
+
strokeWidth: "0",
|
|
1051
|
+
d: "M19 27H21V31H19z",
|
|
1052
|
+
transform: "rotate(90 20 29)"
|
|
1053
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1054
|
+
strokeWidth: "0",
|
|
1055
|
+
d: "M25 27H27V31H25z",
|
|
1056
|
+
transform: "rotate(90 26 29)"
|
|
1057
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1058
|
+
strokeWidth: "0",
|
|
1059
|
+
d: "M13 28v-3h-2v3c0 1.1046.8954 2 2 2h3v-2h-3zM11 19H13V23H11zM11 13H13V17H11z"
|
|
1060
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1061
|
+
strokeWidth: "0",
|
|
1062
|
+
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"
|
|
1065
1063
|
})), children);
|
|
1066
1064
|
});
|
|
1067
1065
|
if (process.env.NODE_ENV !== "production") {
|
|
1068
|
-
|
|
1066
|
+
Succession.propTypes = iconPropTypes;
|
|
1069
1067
|
}
|
|
1070
|
-
const
|
|
1068
|
+
const SummaryKpi = /*#__PURE__*/React.forwardRef(function SummaryKpi(_ref45, ref) {
|
|
1071
1069
|
let {
|
|
1072
1070
|
children,
|
|
1073
1071
|
size = 16,
|
|
@@ -1081,16 +1079,14 @@ const TaskAdd = /*#__PURE__*/React.forwardRef(function TaskAdd(_ref45, ref) {
|
|
|
1081
1079
|
viewBox: "0 0 32 32",
|
|
1082
1080
|
fill: "currentColor",
|
|
1083
1081
|
...rest
|
|
1084
|
-
},
|
|
1085
|
-
d: "
|
|
1086
|
-
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1087
|
-
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"
|
|
1082
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1083
|
+
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"
|
|
1088
1084
|
})), children);
|
|
1089
1085
|
});
|
|
1090
1086
|
if (process.env.NODE_ENV !== "production") {
|
|
1091
|
-
|
|
1087
|
+
SummaryKpi.propTypes = iconPropTypes;
|
|
1092
1088
|
}
|
|
1093
|
-
const
|
|
1089
|
+
const SummaryKpiMirror = /*#__PURE__*/React.forwardRef(function SummaryKpiMirror(_ref46, ref) {
|
|
1094
1090
|
let {
|
|
1095
1091
|
children,
|
|
1096
1092
|
size = 16,
|
|
@@ -1104,16 +1100,14 @@ const TaskApproved = /*#__PURE__*/React.forwardRef(function TaskApproved(_ref46,
|
|
|
1104
1100
|
viewBox: "0 0 32 32",
|
|
1105
1101
|
fill: "currentColor",
|
|
1106
1102
|
...rest
|
|
1107
|
-
},
|
|
1108
|
-
d: "
|
|
1109
|
-
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1110
|
-
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"
|
|
1103
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1104
|
+
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"
|
|
1111
1105
|
})), children);
|
|
1112
1106
|
});
|
|
1113
1107
|
if (process.env.NODE_ENV !== "production") {
|
|
1114
|
-
|
|
1108
|
+
SummaryKpiMirror.propTypes = iconPropTypes;
|
|
1115
1109
|
}
|
|
1116
|
-
const
|
|
1110
|
+
const Sun = /*#__PURE__*/React.forwardRef(function Sun(_ref47, ref) {
|
|
1117
1111
|
let {
|
|
1118
1112
|
children,
|
|
1119
1113
|
size = 16,
|
|
@@ -1127,18 +1121,35 @@ const TaskAssetView = /*#__PURE__*/React.forwardRef(function TaskAssetView(_ref4
|
|
|
1127
1121
|
viewBox: "0 0 32 32",
|
|
1128
1122
|
fill: "currentColor",
|
|
1129
1123
|
...rest
|
|
1130
|
-
},
|
|
1131
|
-
d: "
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1124
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1125
|
+
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",
|
|
1126
|
+
transform: "translate(0 .005)"
|
|
1127
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1128
|
+
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
1129
|
+
transform: "rotate(-45 7.86 7.856)"
|
|
1130
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1131
|
+
d: "M2 15.005H7V17.005000000000003H2z"
|
|
1132
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1133
|
+
d: "M5.375 23.147H10.333V25.147H5.375z",
|
|
1134
|
+
transform: "rotate(-45 7.86 24.149)"
|
|
1135
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1136
|
+
d: "M15 25.005H17V30.005H15z"
|
|
1137
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1138
|
+
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
|
1139
|
+
transform: "rotate(-45 24.152 24.149)"
|
|
1140
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1141
|
+
d: "M25 15.005H30V17.005000000000003H25z"
|
|
1142
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1143
|
+
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
|
1144
|
+
transform: "rotate(-45 24.152 7.856)"
|
|
1145
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1146
|
+
d: "M15 2.005H17V7.005H15z"
|
|
1136
1147
|
})), children);
|
|
1137
1148
|
});
|
|
1138
1149
|
if (process.env.NODE_ENV !== "production") {
|
|
1139
|
-
|
|
1150
|
+
Sun.propTypes = iconPropTypes;
|
|
1140
1151
|
}
|
|
1141
|
-
const
|
|
1152
|
+
const Sunrise = /*#__PURE__*/React.forwardRef(function Sunrise(_ref48, ref) {
|
|
1142
1153
|
let {
|
|
1143
1154
|
children,
|
|
1144
1155
|
size = 16,
|
|
@@ -1152,16 +1163,24 @@ const TaskComplete = /*#__PURE__*/React.forwardRef(function TaskComplete(_ref48,
|
|
|
1152
1163
|
viewBox: "0 0 32 32",
|
|
1153
1164
|
fill: "currentColor",
|
|
1154
1165
|
...rest
|
|
1155
|
-
},
|
|
1156
|
-
d: "
|
|
1157
|
-
})),
|
|
1158
|
-
d: "
|
|
1166
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1167
|
+
d: "M2 27H29.998V29H2zM16 20a4.0045 4.0045 0 014 4h2a6 6 0 00-12 0h2A4.0045 4.0045 0 0116 20zM25 22H30V24H25z"
|
|
1168
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1169
|
+
d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
|
|
1170
|
+
transform: "rotate(-45 24.146 15.854)"
|
|
1171
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1172
|
+
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"
|
|
1173
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1174
|
+
d: "M6.854 13.374H8.854V18.332H6.854z",
|
|
1175
|
+
transform: "rotate(-45 7.854 15.854)"
|
|
1176
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1177
|
+
d: "M2 22H7V24H2z"
|
|
1159
1178
|
})), children);
|
|
1160
1179
|
});
|
|
1161
1180
|
if (process.env.NODE_ENV !== "production") {
|
|
1162
|
-
|
|
1181
|
+
Sunrise.propTypes = iconPropTypes;
|
|
1163
1182
|
}
|
|
1164
|
-
const
|
|
1183
|
+
const Sunset = /*#__PURE__*/React.forwardRef(function Sunset(_ref49, ref) {
|
|
1165
1184
|
let {
|
|
1166
1185
|
children,
|
|
1167
1186
|
size = 16,
|
|
@@ -1175,20 +1194,29 @@ const TaskLocation = /*#__PURE__*/React.forwardRef(function TaskLocation(_ref49,
|
|
|
1175
1194
|
viewBox: "0 0 32 32",
|
|
1176
1195
|
fill: "currentColor",
|
|
1177
1196
|
...rest
|
|
1178
|
-
},
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1197
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1198
|
+
d: "M2 27.005H29.998V29.005H2z"
|
|
1199
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1200
|
+
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",
|
|
1201
|
+
transform: "translate(0 .005)"
|
|
1202
|
+
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1203
|
+
d: "M25 22.005H30V24.005H25z"
|
|
1204
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1205
|
+
d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
|
|
1206
|
+
transform: "rotate(-45 24.152 15.856)"
|
|
1207
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1208
|
+
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"
|
|
1209
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1210
|
+
d: "M6.854 13.374H8.854V18.332H6.854z",
|
|
1211
|
+
transform: "rotate(-45 7.86 15.856)"
|
|
1182
1212
|
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1183
|
-
d: "
|
|
1184
|
-
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1185
|
-
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"
|
|
1213
|
+
d: "M2 22.005H7V24.005H2z"
|
|
1186
1214
|
})), children);
|
|
1187
1215
|
});
|
|
1188
1216
|
if (process.env.NODE_ENV !== "production") {
|
|
1189
|
-
|
|
1217
|
+
Sunset.propTypes = iconPropTypes;
|
|
1190
1218
|
}
|
|
1191
|
-
const
|
|
1219
|
+
const SupportVectorMachine = /*#__PURE__*/React.forwardRef(function SupportVectorMachine(_ref50, ref) {
|
|
1192
1220
|
let {
|
|
1193
1221
|
children,
|
|
1194
1222
|
size = 16,
|
|
@@ -1202,16 +1230,25 @@ const TaskRemove = /*#__PURE__*/React.forwardRef(function TaskRemove(_ref50, ref
|
|
|
1202
1230
|
viewBox: "0 0 32 32",
|
|
1203
1231
|
fill: "currentColor",
|
|
1204
1232
|
...rest
|
|
1205
|
-
},
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1233
|
+
}, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
1234
|
+
cx: "26",
|
|
1235
|
+
cy: "18",
|
|
1236
|
+
r: "4"
|
|
1237
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
1238
|
+
cx: "18",
|
|
1239
|
+
cy: "26",
|
|
1240
|
+
r: "4"
|
|
1241
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1242
|
+
d: "M-2.799 15H34.799V17H-2.799z",
|
|
1243
|
+
transform: "rotate(-45 16 16)"
|
|
1244
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1245
|
+
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"
|
|
1209
1246
|
})), children);
|
|
1210
1247
|
});
|
|
1211
1248
|
if (process.env.NODE_ENV !== "production") {
|
|
1212
|
-
|
|
1249
|
+
SupportVectorMachine.propTypes = iconPropTypes;
|
|
1213
1250
|
}
|
|
1214
|
-
const
|
|
1251
|
+
const Sustainability = /*#__PURE__*/React.forwardRef(function Sustainability(_ref51, ref) {
|
|
1215
1252
|
let {
|
|
1216
1253
|
children,
|
|
1217
1254
|
size = 16,
|
|
@@ -1225,16 +1262,18 @@ const TaskSettings = /*#__PURE__*/React.forwardRef(function TaskSettings(_ref51,
|
|
|
1225
1262
|
viewBox: "0 0 32 32",
|
|
1226
1263
|
fill: "currentColor",
|
|
1227
1264
|
...rest
|
|
1228
|
-
},
|
|
1229
|
-
d: "
|
|
1265
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1266
|
+
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"
|
|
1267
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1268
|
+
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"
|
|
1230
1269
|
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1231
|
-
d: "
|
|
1270
|
+
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"
|
|
1232
1271
|
})), children);
|
|
1233
1272
|
});
|
|
1234
1273
|
if (process.env.NODE_ENV !== "production") {
|
|
1235
|
-
|
|
1274
|
+
Sustainability.propTypes = iconPropTypes;
|
|
1236
1275
|
}
|
|
1237
|
-
const
|
|
1276
|
+
const Svg = /*#__PURE__*/React.forwardRef(function Svg(_ref52, ref) {
|
|
1238
1277
|
let {
|
|
1239
1278
|
children,
|
|
1240
1279
|
size = 16,
|
|
@@ -1249,15 +1288,13 @@ const TaskStar = /*#__PURE__*/React.forwardRef(function TaskStar(_ref52, ref) {
|
|
|
1249
1288
|
fill: "currentColor",
|
|
1250
1289
|
...rest
|
|
1251
1290
|
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1252
|
-
d: "
|
|
1253
|
-
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1254
|
-
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"
|
|
1291
|
+
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"
|
|
1255
1292
|
})), children);
|
|
1256
1293
|
});
|
|
1257
1294
|
if (process.env.NODE_ENV !== "production") {
|
|
1258
|
-
|
|
1295
|
+
Svg.propTypes = iconPropTypes;
|
|
1259
1296
|
}
|
|
1260
|
-
const
|
|
1297
|
+
const Swim = /*#__PURE__*/React.forwardRef(function Swim(_ref53, ref) {
|
|
1261
1298
|
let {
|
|
1262
1299
|
children,
|
|
1263
1300
|
size = 16,
|
|
@@ -1271,16 +1308,14 @@ const TaskTools = /*#__PURE__*/React.forwardRef(function TaskTools(_ref53, ref)
|
|
|
1271
1308
|
viewBox: "0 0 32 32",
|
|
1272
1309
|
fill: "currentColor",
|
|
1273
1310
|
...rest
|
|
1274
|
-
},
|
|
1275
|
-
d: "
|
|
1276
|
-
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1277
|
-
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"
|
|
1311
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1312
|
+
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"
|
|
1278
1313
|
})), children);
|
|
1279
1314
|
});
|
|
1280
1315
|
if (process.env.NODE_ENV !== "production") {
|
|
1281
|
-
|
|
1316
|
+
Swim.propTypes = iconPropTypes;
|
|
1282
1317
|
}
|
|
1283
|
-
const
|
|
1318
|
+
const SwitchLayer_2 = /*#__PURE__*/React.forwardRef(function SwitchLayer_2(_ref54, ref) {
|
|
1284
1319
|
let {
|
|
1285
1320
|
children,
|
|
1286
1321
|
size = 16,
|
|
@@ -1294,23 +1329,14 @@ const TaskView = /*#__PURE__*/React.forwardRef(function TaskView(_ref54, ref) {
|
|
|
1294
1329
|
viewBox: "0 0 32 32",
|
|
1295
1330
|
fill: "currentColor",
|
|
1296
1331
|
...rest
|
|
1297
|
-
},
|
|
1298
|
-
|
|
1299
|
-
cy: "24",
|
|
1300
|
-
r: "2"
|
|
1301
|
-
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1302
|
-
fill: "none",
|
|
1303
|
-
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"
|
|
1304
|
-
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1305
|
-
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"
|
|
1306
|
-
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1307
|
-
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"
|
|
1332
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1333
|
+
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"
|
|
1308
1334
|
})), children);
|
|
1309
1335
|
});
|
|
1310
1336
|
if (process.env.NODE_ENV !== "production") {
|
|
1311
|
-
|
|
1337
|
+
SwitchLayer_2.propTypes = iconPropTypes;
|
|
1312
1338
|
}
|
|
1313
|
-
const
|
|
1339
|
+
const SwitchLayer_3 = /*#__PURE__*/React.forwardRef(function SwitchLayer_3(_ref55, ref) {
|
|
1314
1340
|
let {
|
|
1315
1341
|
children,
|
|
1316
1342
|
size = 16,
|
|
@@ -1324,14 +1350,14 @@ const Taste = /*#__PURE__*/React.forwardRef(function Taste(_ref55, ref) {
|
|
|
1324
1350
|
viewBox: "0 0 32 32",
|
|
1325
1351
|
fill: "currentColor",
|
|
1326
1352
|
...rest
|
|
1327
|
-
},
|
|
1328
|
-
d: "
|
|
1353
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1354
|
+
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"
|
|
1329
1355
|
})), children);
|
|
1330
1356
|
});
|
|
1331
1357
|
if (process.env.NODE_ENV !== "production") {
|
|
1332
|
-
|
|
1358
|
+
SwitchLayer_3.propTypes = iconPropTypes;
|
|
1333
1359
|
}
|
|
1334
|
-
const
|
|
1360
|
+
const Switcher = /*#__PURE__*/React.forwardRef(function Switcher(_ref56, ref) {
|
|
1335
1361
|
let {
|
|
1336
1362
|
children,
|
|
1337
1363
|
size = 16,
|
|
@@ -1345,14 +1371,14 @@ const Taxi = /*#__PURE__*/React.forwardRef(function Taxi(_ref56, ref) {
|
|
|
1345
1371
|
viewBox: "0 0 32 32",
|
|
1346
1372
|
fill: "currentColor",
|
|
1347
1373
|
...rest
|
|
1348
|
-
},
|
|
1349
|
-
d: "
|
|
1374
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1375
|
+
d: "M14 4H18V8H14zM4 4H8V8H4zM24 4H28V8H24zM14 14H18V18H14zM4 14H8V18H4zM24 14H28V18H24zM14 24H18V28H14zM4 24H8V28H4zM24 24H28V28H24z"
|
|
1350
1376
|
})), children);
|
|
1351
1377
|
});
|
|
1352
1378
|
if (process.env.NODE_ENV !== "production") {
|
|
1353
|
-
|
|
1379
|
+
Switcher.propTypes = iconPropTypes;
|
|
1354
1380
|
}
|
|
1355
|
-
const
|
|
1381
|
+
const SyncSettings = /*#__PURE__*/React.forwardRef(function SyncSettings(_ref57, ref) {
|
|
1356
1382
|
let {
|
|
1357
1383
|
children,
|
|
1358
1384
|
size = 16,
|
|
@@ -1366,14 +1392,18 @@ const TcpIpService = /*#__PURE__*/React.forwardRef(function TcpIpService(_ref57,
|
|
|
1366
1392
|
viewBox: "0 0 32 32",
|
|
1367
1393
|
fill: "currentColor",
|
|
1368
1394
|
...rest
|
|
1369
|
-
},
|
|
1370
|
-
|
|
1395
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1396
|
+
strokeWidth: "0",
|
|
1397
|
+
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"
|
|
1398
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1399
|
+
strokeWidth: "0",
|
|
1400
|
+
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"
|
|
1371
1401
|
})), children);
|
|
1372
1402
|
});
|
|
1373
1403
|
if (process.env.NODE_ENV !== "production") {
|
|
1374
|
-
|
|
1404
|
+
SyncSettings.propTypes = iconPropTypes;
|
|
1375
1405
|
}
|
|
1376
|
-
const
|
|
1406
|
+
const SysProvision = /*#__PURE__*/React.forwardRef(function SysProvision(_ref58, ref) {
|
|
1377
1407
|
let {
|
|
1378
1408
|
children,
|
|
1379
1409
|
size = 16,
|
|
@@ -1387,14 +1417,22 @@ const Temperature = /*#__PURE__*/React.forwardRef(function Temperature(_ref58, r
|
|
|
1387
1417
|
viewBox: "0 0 32 32",
|
|
1388
1418
|
fill: "currentColor",
|
|
1389
1419
|
...rest
|
|
1390
|
-
},
|
|
1391
|
-
d: "
|
|
1420
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1421
|
+
d: "M21 20L21 30 30 25 21 20z"
|
|
1422
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
1423
|
+
cx: "14",
|
|
1424
|
+
cy: "14",
|
|
1425
|
+
r: "2"
|
|
1426
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1427
|
+
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"
|
|
1428
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1429
|
+
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"
|
|
1392
1430
|
})), children);
|
|
1393
1431
|
});
|
|
1394
1432
|
if (process.env.NODE_ENV !== "production") {
|
|
1395
|
-
|
|
1433
|
+
SysProvision.propTypes = iconPropTypes;
|
|
1396
1434
|
}
|
|
1397
|
-
const
|
|
1435
|
+
const SysplexDistributor = /*#__PURE__*/React.forwardRef(function SysplexDistributor(_ref59, ref) {
|
|
1398
1436
|
let {
|
|
1399
1437
|
children,
|
|
1400
1438
|
size = 16,
|
|
@@ -1408,22 +1446,15 @@ const TemperatureCelsius = /*#__PURE__*/React.forwardRef(function TemperatureCel
|
|
|
1408
1446
|
viewBox: "0 0 32 32",
|
|
1409
1447
|
fill: "currentColor",
|
|
1410
1448
|
...rest
|
|
1411
|
-
},
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
cx: "18",
|
|
1415
|
-
cy: "4",
|
|
1416
|
-
r: "2"
|
|
1417
|
-
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1418
|
-
d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z"
|
|
1419
|
-
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1420
|
-
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"
|
|
1449
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1450
|
+
strokeWidth: "0",
|
|
1451
|
+
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"
|
|
1421
1452
|
})), children);
|
|
1422
1453
|
});
|
|
1423
1454
|
if (process.env.NODE_ENV !== "production") {
|
|
1424
|
-
|
|
1455
|
+
SysplexDistributor.propTypes = iconPropTypes;
|
|
1425
1456
|
}
|
|
1426
|
-
const
|
|
1457
|
+
const QT = /*#__PURE__*/React.forwardRef(function QT(_ref60, ref) {
|
|
1427
1458
|
let {
|
|
1428
1459
|
children,
|
|
1429
1460
|
size = 16,
|
|
@@ -1437,14 +1468,14 @@ const TemperatureCelsiusAlt = /*#__PURE__*/React.forwardRef(function Temperature
|
|
|
1437
1468
|
viewBox: "0 0 32 32",
|
|
1438
1469
|
fill: "currentColor",
|
|
1439
1470
|
...rest
|
|
1440
|
-
},
|
|
1441
|
-
d: "
|
|
1471
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1472
|
+
d: "M12 11L15 11 15 23 17 23 17 11 20 11 20 9 12 9 12 11z"
|
|
1442
1473
|
})), children);
|
|
1443
1474
|
});
|
|
1444
1475
|
if (process.env.NODE_ENV !== "production") {
|
|
1445
|
-
|
|
1476
|
+
QT.propTypes = iconPropTypes;
|
|
1446
1477
|
}
|
|
1447
|
-
const
|
|
1478
|
+
const QTAlt = /*#__PURE__*/React.forwardRef(function QTAlt(_ref61, ref) {
|
|
1448
1479
|
let {
|
|
1449
1480
|
children,
|
|
1450
1481
|
size = 16,
|
|
@@ -1458,22 +1489,14 @@ const TemperatureFahrenheit = /*#__PURE__*/React.forwardRef(function Temperature
|
|
|
1458
1489
|
viewBox: "0 0 32 32",
|
|
1459
1490
|
fill: "currentColor",
|
|
1460
1491
|
...rest
|
|
1461
|
-
},
|
|
1462
|
-
d: "
|
|
1463
|
-
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
1464
|
-
cx: "18",
|
|
1465
|
-
cy: "4",
|
|
1466
|
-
r: "2"
|
|
1467
|
-
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1468
|
-
d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z"
|
|
1469
|
-
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1470
|
-
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"
|
|
1492
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1493
|
+
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"
|
|
1471
1494
|
})), children);
|
|
1472
1495
|
});
|
|
1473
1496
|
if (process.env.NODE_ENV !== "production") {
|
|
1474
|
-
|
|
1497
|
+
QTAlt.propTypes = iconPropTypes;
|
|
1475
1498
|
}
|
|
1476
|
-
const
|
|
1499
|
+
const Table = /*#__PURE__*/React.forwardRef(function Table(_ref62, ref) {
|
|
1477
1500
|
let {
|
|
1478
1501
|
children,
|
|
1479
1502
|
size = 16,
|
|
@@ -1487,14 +1510,14 @@ const TemperatureFahrenheitAlt = /*#__PURE__*/React.forwardRef(function Temperat
|
|
|
1487
1510
|
viewBox: "0 0 32 32",
|
|
1488
1511
|
fill: "currentColor",
|
|
1489
1512
|
...rest
|
|
1490
|
-
},
|
|
1491
|
-
d: "
|
|
1513
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1514
|
+
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"
|
|
1492
1515
|
})), children);
|
|
1493
1516
|
});
|
|
1494
1517
|
if (process.env.NODE_ENV !== "production") {
|
|
1495
|
-
|
|
1518
|
+
Table.propTypes = iconPropTypes;
|
|
1496
1519
|
}
|
|
1497
|
-
const
|
|
1520
|
+
const TableAlias = /*#__PURE__*/React.forwardRef(function TableAlias(_ref63, ref) {
|
|
1498
1521
|
let {
|
|
1499
1522
|
children,
|
|
1500
1523
|
size = 16,
|
|
@@ -1508,16 +1531,16 @@ const TemperatureFeelsLike = /*#__PURE__*/React.forwardRef(function TemperatureF
|
|
|
1508
1531
|
viewBox: "0 0 32 32",
|
|
1509
1532
|
fill: "currentColor",
|
|
1510
1533
|
...rest
|
|
1511
|
-
},
|
|
1512
|
-
d: "
|
|
1513
|
-
})),
|
|
1514
|
-
d: "
|
|
1534
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1535
|
+
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"
|
|
1536
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1537
|
+
d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
|
|
1515
1538
|
})), children);
|
|
1516
1539
|
});
|
|
1517
1540
|
if (process.env.NODE_ENV !== "production") {
|
|
1518
|
-
|
|
1541
|
+
TableAlias.propTypes = iconPropTypes;
|
|
1519
1542
|
}
|
|
1520
|
-
const
|
|
1543
|
+
const TableBuilt = /*#__PURE__*/React.forwardRef(function TableBuilt(_ref64, ref) {
|
|
1521
1544
|
let {
|
|
1522
1545
|
children,
|
|
1523
1546
|
size = 16,
|
|
@@ -1531,16 +1554,14 @@ const TemperatureFrigid = /*#__PURE__*/React.forwardRef(function TemperatureFrig
|
|
|
1531
1554
|
viewBox: "0 0 32 32",
|
|
1532
1555
|
fill: "currentColor",
|
|
1533
1556
|
...rest
|
|
1534
|
-
},
|
|
1535
|
-
d: "
|
|
1536
|
-
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1537
|
-
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"
|
|
1557
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1558
|
+
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"
|
|
1538
1559
|
})), children);
|
|
1539
1560
|
});
|
|
1540
1561
|
if (process.env.NODE_ENV !== "production") {
|
|
1541
|
-
|
|
1562
|
+
TableBuilt.propTypes = iconPropTypes;
|
|
1542
1563
|
}
|
|
1543
|
-
const
|
|
1564
|
+
const TableShortcut = /*#__PURE__*/React.forwardRef(function TableShortcut(_ref65, ref) {
|
|
1544
1565
|
let {
|
|
1545
1566
|
children,
|
|
1546
1567
|
size = 16,
|
|
@@ -1554,24 +1575,16 @@ const TemperatureHot = /*#__PURE__*/React.forwardRef(function TemperatureHot(_re
|
|
|
1554
1575
|
viewBox: "0 0 32 32",
|
|
1555
1576
|
fill: "currentColor",
|
|
1556
1577
|
...rest
|
|
1557
|
-
},
|
|
1558
|
-
d: "
|
|
1559
|
-
})),
|
|
1560
|
-
d: "
|
|
1561
|
-
transform: "rotate(-45 25.121 6.879)"
|
|
1562
|
-
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1563
|
-
d: "M24.121 19.121H26.121V23.121H24.121z",
|
|
1564
|
-
transform: "rotate(-45 25.121 21.121)"
|
|
1565
|
-
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1566
|
-
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"
|
|
1567
|
-
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1568
|
-
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"
|
|
1578
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1579
|
+
d: "M5 18L5 20 10.586 20 3 27.586 4.414 29 12 21.414 12 27 14 27 14 18 5 18z"
|
|
1580
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1581
|
+
d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
|
|
1569
1582
|
})), children);
|
|
1570
1583
|
});
|
|
1571
1584
|
if (process.env.NODE_ENV !== "production") {
|
|
1572
|
-
|
|
1585
|
+
TableShortcut.propTypes = iconPropTypes;
|
|
1573
1586
|
}
|
|
1574
|
-
const
|
|
1587
|
+
const TableSplit = /*#__PURE__*/React.forwardRef(function TableSplit(_ref66, ref) {
|
|
1575
1588
|
let {
|
|
1576
1589
|
children,
|
|
1577
1590
|
size = 16,
|
|
@@ -1585,14 +1598,14 @@ const TemperatureInversion = /*#__PURE__*/React.forwardRef(function TemperatureI
|
|
|
1585
1598
|
viewBox: "0 0 32 32",
|
|
1586
1599
|
fill: "currentColor",
|
|
1587
1600
|
...rest
|
|
1588
|
-
},
|
|
1589
|
-
d: "
|
|
1601
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1602
|
+
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"
|
|
1590
1603
|
})), children);
|
|
1591
1604
|
});
|
|
1592
1605
|
if (process.env.NODE_ENV !== "production") {
|
|
1593
|
-
|
|
1606
|
+
TableSplit.propTypes = iconPropTypes;
|
|
1594
1607
|
}
|
|
1595
|
-
const
|
|
1608
|
+
const TableOfContents = /*#__PURE__*/React.forwardRef(function TableOfContents(_ref67, ref) {
|
|
1596
1609
|
let {
|
|
1597
1610
|
children,
|
|
1598
1611
|
size = 16,
|
|
@@ -1606,16 +1619,14 @@ const TemperatureMax = /*#__PURE__*/React.forwardRef(function TemperatureMax(_re
|
|
|
1606
1619
|
viewBox: "0 0 32 32",
|
|
1607
1620
|
fill: "currentColor",
|
|
1608
1621
|
...rest
|
|
1609
|
-
},
|
|
1610
|
-
d: "
|
|
1611
|
-
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1612
|
-
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"
|
|
1622
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1623
|
+
d: "M4 6H22V8H4zM4 12H22V14H4zM4 18H22V20H4zM4 24H22V26H4zM26 6H28V8H26zM26 12H28V14H26zM26 18H28V20H26zM26 24H28V26H26z"
|
|
1613
1624
|
})), children);
|
|
1614
1625
|
});
|
|
1615
1626
|
if (process.env.NODE_ENV !== "production") {
|
|
1616
|
-
|
|
1627
|
+
TableOfContents.propTypes = iconPropTypes;
|
|
1617
1628
|
}
|
|
1618
|
-
const
|
|
1629
|
+
const Tablet = /*#__PURE__*/React.forwardRef(function Tablet(_ref68, ref) {
|
|
1619
1630
|
let {
|
|
1620
1631
|
children,
|
|
1621
1632
|
size = 16,
|
|
@@ -1629,16 +1640,17 @@ const TemperatureMin = /*#__PURE__*/React.forwardRef(function TemperatureMin(_re
|
|
|
1629
1640
|
viewBox: "0 0 32 32",
|
|
1630
1641
|
fill: "currentColor",
|
|
1631
1642
|
...rest
|
|
1632
|
-
},
|
|
1633
|
-
d: "
|
|
1634
|
-
|
|
1635
|
-
|
|
1643
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1644
|
+
d: "M15 22H17V28H15z",
|
|
1645
|
+
transform: "rotate(90 16 25)"
|
|
1646
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1647
|
+
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"
|
|
1636
1648
|
})), children);
|
|
1637
1649
|
});
|
|
1638
1650
|
if (process.env.NODE_ENV !== "production") {
|
|
1639
|
-
|
|
1651
|
+
Tablet.propTypes = iconPropTypes;
|
|
1640
1652
|
}
|
|
1641
|
-
const
|
|
1653
|
+
const TabletLandscape = /*#__PURE__*/React.forwardRef(function TabletLandscape(_ref69, ref) {
|
|
1642
1654
|
let {
|
|
1643
1655
|
children,
|
|
1644
1656
|
size = 16,
|
|
@@ -1652,14 +1664,16 @@ const TemperatureWater = /*#__PURE__*/React.forwardRef(function TemperatureWater
|
|
|
1652
1664
|
viewBox: "0 0 32 32",
|
|
1653
1665
|
fill: "currentColor",
|
|
1654
1666
|
...rest
|
|
1655
|
-
},
|
|
1656
|
-
d: "
|
|
1667
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1668
|
+
d: "M24 13H26V19H24z"
|
|
1669
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1670
|
+
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"
|
|
1657
1671
|
})), children);
|
|
1658
1672
|
});
|
|
1659
1673
|
if (process.env.NODE_ENV !== "production") {
|
|
1660
|
-
|
|
1674
|
+
TabletLandscape.propTypes = iconPropTypes;
|
|
1661
1675
|
}
|
|
1662
|
-
const
|
|
1676
|
+
const Tag = /*#__PURE__*/React.forwardRef(function Tag(_ref70, ref) {
|
|
1663
1677
|
let {
|
|
1664
1678
|
children,
|
|
1665
1679
|
size = 16,
|
|
@@ -1673,14 +1687,16 @@ const Template = /*#__PURE__*/React.forwardRef(function Template(_ref70, ref) {
|
|
|
1673
1687
|
viewBox: "0 0 32 32",
|
|
1674
1688
|
fill: "currentColor",
|
|
1675
1689
|
...rest
|
|
1676
|
-
},
|
|
1677
|
-
d: "
|
|
1690
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1691
|
+
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"
|
|
1692
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1693
|
+
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"
|
|
1678
1694
|
})), children);
|
|
1679
1695
|
});
|
|
1680
1696
|
if (process.env.NODE_ENV !== "production") {
|
|
1681
|
-
|
|
1697
|
+
Tag.propTypes = iconPropTypes;
|
|
1682
1698
|
}
|
|
1683
|
-
const
|
|
1699
|
+
const TagEdit = /*#__PURE__*/React.forwardRef(function TagEdit(_ref71, ref) {
|
|
1684
1700
|
let {
|
|
1685
1701
|
children,
|
|
1686
1702
|
size = 16,
|
|
@@ -1694,22 +1710,16 @@ const Tennis = /*#__PURE__*/React.forwardRef(function Tennis(_ref71, ref) {
|
|
|
1694
1710
|
viewBox: "0 0 32 32",
|
|
1695
1711
|
fill: "currentColor",
|
|
1696
1712
|
...rest
|
|
1697
|
-
},
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
y: "2",
|
|
1702
|
-
rx: "2"
|
|
1703
|
-
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1704
|
-
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"
|
|
1705
|
-
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1706
|
-
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"
|
|
1713
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1714
|
+
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"
|
|
1715
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1716
|
+
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"
|
|
1707
1717
|
})), children);
|
|
1708
1718
|
});
|
|
1709
1719
|
if (process.env.NODE_ENV !== "production") {
|
|
1710
|
-
|
|
1720
|
+
TagEdit.propTypes = iconPropTypes;
|
|
1711
1721
|
}
|
|
1712
|
-
const
|
|
1722
|
+
const TagExport = /*#__PURE__*/React.forwardRef(function TagExport(_ref72, ref) {
|
|
1713
1723
|
let {
|
|
1714
1724
|
children,
|
|
1715
1725
|
size = 16,
|
|
@@ -1723,14 +1733,16 @@ const TennisBall = /*#__PURE__*/React.forwardRef(function TennisBall(_ref72, ref
|
|
|
1723
1733
|
viewBox: "0 0 32 32",
|
|
1724
1734
|
fill: "currentColor",
|
|
1725
1735
|
...rest
|
|
1726
|
-
},
|
|
1727
|
-
d: "
|
|
1736
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1737
|
+
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"
|
|
1738
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1739
|
+
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"
|
|
1728
1740
|
})), children);
|
|
1729
1741
|
});
|
|
1730
1742
|
if (process.env.NODE_ENV !== "production") {
|
|
1731
|
-
|
|
1743
|
+
TagExport.propTypes = iconPropTypes;
|
|
1732
1744
|
}
|
|
1733
|
-
const
|
|
1745
|
+
const TagGroup = /*#__PURE__*/React.forwardRef(function TagGroup(_ref73, ref) {
|
|
1734
1746
|
let {
|
|
1735
1747
|
children,
|
|
1736
1748
|
size = 16,
|
|
@@ -1744,28 +1756,20 @@ const Term = /*#__PURE__*/React.forwardRef(function Term(_ref73, ref) {
|
|
|
1744
1756
|
viewBox: "0 0 32 32",
|
|
1745
1757
|
fill: "currentColor",
|
|
1746
1758
|
...rest
|
|
1747
|
-
},
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
cx: "23",
|
|
1751
|
-
cy: "16",
|
|
1752
|
-
r: "2"
|
|
1753
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
1754
|
-
cx: "16",
|
|
1755
|
-
cy: "16",
|
|
1756
|
-
r: "2"
|
|
1757
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
1758
|
-
cx: "9",
|
|
1759
|
-
cy: "16",
|
|
1759
|
+
}, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
1760
|
+
cx: "10",
|
|
1761
|
+
cy: "14",
|
|
1760
1762
|
r: "2"
|
|
1761
|
-
})),
|
|
1762
|
-
d: "
|
|
1763
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1764
|
+
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"
|
|
1765
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1766
|
+
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"
|
|
1763
1767
|
})), children);
|
|
1764
1768
|
});
|
|
1765
1769
|
if (process.env.NODE_ENV !== "production") {
|
|
1766
|
-
|
|
1770
|
+
TagGroup.propTypes = iconPropTypes;
|
|
1767
1771
|
}
|
|
1768
|
-
const
|
|
1772
|
+
const TagImport = /*#__PURE__*/React.forwardRef(function TagImport(_ref74, ref) {
|
|
1769
1773
|
let {
|
|
1770
1774
|
children,
|
|
1771
1775
|
size = 16,
|
|
@@ -1779,33 +1783,16 @@ const TermReference = /*#__PURE__*/React.forwardRef(function TermReference(_ref7
|
|
|
1779
1783
|
viewBox: "0 0 32 32",
|
|
1780
1784
|
fill: "currentColor",
|
|
1781
1785
|
...rest
|
|
1782
|
-
},
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
cx: "23",
|
|
1787
|
-
cy: "15",
|
|
1788
|
-
r: "2",
|
|
1789
|
-
strokeWidth: "0"
|
|
1790
|
-
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
1791
|
-
cx: "16",
|
|
1792
|
-
cy: "15",
|
|
1793
|
-
r: "2",
|
|
1794
|
-
strokeWidth: "0"
|
|
1795
|
-
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
1796
|
-
cx: "9",
|
|
1797
|
-
cy: "15",
|
|
1798
|
-
r: "2",
|
|
1799
|
-
strokeWidth: "0"
|
|
1800
|
-
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1801
|
-
strokeWidth: "0",
|
|
1802
|
-
d: "m4,17V7h3v-2h-3c-1.103,0-2,.897-2,2v10h2Z"
|
|
1786
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1787
|
+
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"
|
|
1788
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1789
|
+
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"
|
|
1803
1790
|
})), children);
|
|
1804
1791
|
});
|
|
1805
1792
|
if (process.env.NODE_ENV !== "production") {
|
|
1806
|
-
|
|
1793
|
+
TagImport.propTypes = iconPropTypes;
|
|
1807
1794
|
}
|
|
1808
|
-
const
|
|
1795
|
+
const TagNone = /*#__PURE__*/React.forwardRef(function TagNone(_ref75, ref) {
|
|
1809
1796
|
let {
|
|
1810
1797
|
children,
|
|
1811
1798
|
size = 16,
|
|
@@ -1819,17 +1806,16 @@ const Terminal = /*#__PURE__*/React.forwardRef(function Terminal(_ref75, ref) {
|
|
|
1819
1806
|
viewBox: "0 0 32 32",
|
|
1820
1807
|
fill: "currentColor",
|
|
1821
1808
|
...rest
|
|
1822
|
-
},
|
|
1823
|
-
d: "
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
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"
|
|
1809
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1810
|
+
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"
|
|
1811
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1812
|
+
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"
|
|
1827
1813
|
})), children);
|
|
1828
1814
|
});
|
|
1829
1815
|
if (process.env.NODE_ENV !== "production") {
|
|
1830
|
-
|
|
1816
|
+
TagNone.propTypes = iconPropTypes;
|
|
1831
1817
|
}
|
|
1832
|
-
const
|
|
1818
|
+
const Tank = /*#__PURE__*/React.forwardRef(function Tank(_ref76, ref) {
|
|
1833
1819
|
let {
|
|
1834
1820
|
children,
|
|
1835
1821
|
size = 16,
|
|
@@ -1843,16 +1829,14 @@ const Terminal_3270 = /*#__PURE__*/React.forwardRef(function Terminal_3270(_ref7
|
|
|
1843
1829
|
viewBox: "0 0 32 32",
|
|
1844
1830
|
fill: "currentColor",
|
|
1845
1831
|
...rest
|
|
1846
|
-
},
|
|
1847
|
-
d: "
|
|
1848
|
-
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
1849
|
-
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"
|
|
1832
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1833
|
+
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"
|
|
1850
1834
|
})), children);
|
|
1851
1835
|
});
|
|
1852
1836
|
if (process.env.NODE_ENV !== "production") {
|
|
1853
|
-
|
|
1837
|
+
Tank.propTypes = iconPropTypes;
|
|
1854
1838
|
}
|
|
1855
|
-
const
|
|
1839
|
+
const Task = /*#__PURE__*/React.forwardRef(function Task(_ref77, ref) {
|
|
1856
1840
|
let {
|
|
1857
1841
|
children,
|
|
1858
1842
|
size = 16,
|
|
@@ -1866,16 +1850,16 @@ const TestTool = /*#__PURE__*/React.forwardRef(function TestTool(_ref77, ref) {
|
|
|
1866
1850
|
viewBox: "0 0 32 32",
|
|
1867
1851
|
fill: "currentColor",
|
|
1868
1852
|
...rest
|
|
1869
|
-
},
|
|
1870
|
-
d: "
|
|
1871
|
-
})),
|
|
1872
|
-
d: "
|
|
1853
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1854
|
+
d: "M14 20.18L10.41 16.59 9 18 14 23 23 14 21.59 12.58 14 20.18z"
|
|
1855
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1856
|
+
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"
|
|
1873
1857
|
})), children);
|
|
1874
1858
|
});
|
|
1875
1859
|
if (process.env.NODE_ENV !== "production") {
|
|
1876
|
-
|
|
1860
|
+
Task.propTypes = iconPropTypes;
|
|
1877
1861
|
}
|
|
1878
|
-
const
|
|
1862
|
+
const TaskAdd = /*#__PURE__*/React.forwardRef(function TaskAdd(_ref78, ref) {
|
|
1879
1863
|
let {
|
|
1880
1864
|
children,
|
|
1881
1865
|
size = 16,
|
|
@@ -1889,14 +1873,16 @@ const TextAlignCenter = /*#__PURE__*/React.forwardRef(function TextAlignCenter(_
|
|
|
1889
1873
|
viewBox: "0 0 32 32",
|
|
1890
1874
|
fill: "currentColor",
|
|
1891
1875
|
...rest
|
|
1892
|
-
},
|
|
1893
|
-
d: "
|
|
1876
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1877
|
+
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"
|
|
1878
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1879
|
+
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"
|
|
1894
1880
|
})), children);
|
|
1895
1881
|
});
|
|
1896
1882
|
if (process.env.NODE_ENV !== "production") {
|
|
1897
|
-
|
|
1883
|
+
TaskAdd.propTypes = iconPropTypes;
|
|
1898
1884
|
}
|
|
1899
|
-
const
|
|
1885
|
+
const TaskApproved = /*#__PURE__*/React.forwardRef(function TaskApproved(_ref79, ref) {
|
|
1900
1886
|
let {
|
|
1901
1887
|
children,
|
|
1902
1888
|
size = 16,
|
|
@@ -1910,14 +1896,16 @@ const TextAlignJustify = /*#__PURE__*/React.forwardRef(function TextAlignJustify
|
|
|
1910
1896
|
viewBox: "0 0 32 32",
|
|
1911
1897
|
fill: "currentColor",
|
|
1912
1898
|
...rest
|
|
1913
|
-
},
|
|
1914
|
-
d: "
|
|
1899
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1900
|
+
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"
|
|
1901
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1902
|
+
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"
|
|
1915
1903
|
})), children);
|
|
1916
1904
|
});
|
|
1917
1905
|
if (process.env.NODE_ENV !== "production") {
|
|
1918
|
-
|
|
1906
|
+
TaskApproved.propTypes = iconPropTypes;
|
|
1919
1907
|
}
|
|
1920
|
-
const
|
|
1908
|
+
const TaskAssetView = /*#__PURE__*/React.forwardRef(function TaskAssetView(_ref80, ref) {
|
|
1921
1909
|
let {
|
|
1922
1910
|
children,
|
|
1923
1911
|
size = 16,
|
|
@@ -1931,14 +1919,18 @@ const TextAlignLeft = /*#__PURE__*/React.forwardRef(function TextAlignLeft(_ref8
|
|
|
1931
1919
|
viewBox: "0 0 32 32",
|
|
1932
1920
|
fill: "currentColor",
|
|
1933
1921
|
...rest
|
|
1934
|
-
},
|
|
1935
|
-
d: "
|
|
1922
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
1923
|
+
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"
|
|
1924
|
+
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
1925
|
+
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"
|
|
1926
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
1927
|
+
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"
|
|
1936
1928
|
})), children);
|
|
1937
1929
|
});
|
|
1938
1930
|
if (process.env.NODE_ENV !== "production") {
|
|
1939
|
-
|
|
1931
|
+
TaskAssetView.propTypes = iconPropTypes;
|
|
1940
1932
|
}
|
|
1941
|
-
const
|
|
1933
|
+
const TaskComplete = /*#__PURE__*/React.forwardRef(function TaskComplete(_ref81, ref) {
|
|
1942
1934
|
let {
|
|
1943
1935
|
children,
|
|
1944
1936
|
size = 16,
|
|
@@ -1952,14 +1944,16 @@ const TextAlignMixed = /*#__PURE__*/React.forwardRef(function TextAlignMixed(_re
|
|
|
1952
1944
|
viewBox: "0 0 32 32",
|
|
1953
1945
|
fill: "currentColor",
|
|
1954
1946
|
...rest
|
|
1955
|
-
},
|
|
1956
|
-
d: "
|
|
1947
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
1948
|
+
d: "M22 27.18L19.41 24.59 18 26 22 30 30 22 28.59 20.59 22 27.18z"
|
|
1949
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
1950
|
+
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"
|
|
1957
1951
|
})), children);
|
|
1958
1952
|
});
|
|
1959
1953
|
if (process.env.NODE_ENV !== "production") {
|
|
1960
|
-
|
|
1954
|
+
TaskComplete.propTypes = iconPropTypes;
|
|
1961
1955
|
}
|
|
1962
|
-
const
|
|
1956
|
+
const TaskLocation = /*#__PURE__*/React.forwardRef(function TaskLocation(_ref82, ref) {
|
|
1963
1957
|
let {
|
|
1964
1958
|
children,
|
|
1965
1959
|
size = 16,
|
|
@@ -1973,14 +1967,20 @@ const TextAlignRight = /*#__PURE__*/React.forwardRef(function TextAlignRight(_re
|
|
|
1973
1967
|
viewBox: "0 0 32 32",
|
|
1974
1968
|
fill: "currentColor",
|
|
1975
1969
|
...rest
|
|
1976
|
-
},
|
|
1977
|
-
|
|
1970
|
+
}, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
1971
|
+
cx: "24",
|
|
1972
|
+
cy: "21",
|
|
1973
|
+
r: "2"
|
|
1974
|
+
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
1975
|
+
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"
|
|
1976
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
1977
|
+
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"
|
|
1978
1978
|
})), children);
|
|
1979
1979
|
});
|
|
1980
1980
|
if (process.env.NODE_ENV !== "production") {
|
|
1981
|
-
|
|
1981
|
+
TaskLocation.propTypes = iconPropTypes;
|
|
1982
1982
|
}
|
|
1983
|
-
const
|
|
1983
|
+
const TaskRemove = /*#__PURE__*/React.forwardRef(function TaskRemove(_ref83, ref) {
|
|
1984
1984
|
let {
|
|
1985
1985
|
children,
|
|
1986
1986
|
size = 16,
|
|
@@ -1994,14 +1994,16 @@ const TextAllCaps = /*#__PURE__*/React.forwardRef(function TextAllCaps(_ref83, r
|
|
|
1994
1994
|
viewBox: "0 0 32 32",
|
|
1995
1995
|
fill: "currentColor",
|
|
1996
1996
|
...rest
|
|
1997
|
-
},
|
|
1998
|
-
d: "
|
|
1997
|
+
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
1998
|
+
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"
|
|
1999
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2000
|
+
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"
|
|
1999
2001
|
})), children);
|
|
2000
2002
|
});
|
|
2001
2003
|
if (process.env.NODE_ENV !== "production") {
|
|
2002
|
-
|
|
2004
|
+
TaskRemove.propTypes = iconPropTypes;
|
|
2003
2005
|
}
|
|
2004
|
-
const
|
|
2006
|
+
const TaskSettings = /*#__PURE__*/React.forwardRef(function TaskSettings(_ref84, ref) {
|
|
2005
2007
|
let {
|
|
2006
2008
|
children,
|
|
2007
2009
|
size = 16,
|
|
@@ -2015,14 +2017,16 @@ const TextBold = /*#__PURE__*/React.forwardRef(function TextBold(_ref84, ref) {
|
|
|
2015
2017
|
viewBox: "0 0 32 32",
|
|
2016
2018
|
fill: "currentColor",
|
|
2017
2019
|
...rest
|
|
2018
|
-
},
|
|
2019
|
-
d: "
|
|
2020
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2021
|
+
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"
|
|
2022
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2023
|
+
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"
|
|
2020
2024
|
})), children);
|
|
2021
2025
|
});
|
|
2022
2026
|
if (process.env.NODE_ENV !== "production") {
|
|
2023
|
-
|
|
2027
|
+
TaskSettings.propTypes = iconPropTypes;
|
|
2024
2028
|
}
|
|
2025
|
-
const
|
|
2029
|
+
const TaskStar = /*#__PURE__*/React.forwardRef(function TaskStar(_ref85, ref) {
|
|
2026
2030
|
let {
|
|
2027
2031
|
children,
|
|
2028
2032
|
size = 16,
|
|
@@ -2037,13 +2041,15 @@ const TextClearFormat = /*#__PURE__*/React.forwardRef(function TextClearFormat(_
|
|
|
2037
2041
|
fill: "currentColor",
|
|
2038
2042
|
...rest
|
|
2039
2043
|
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2040
|
-
d: "
|
|
2044
|
+
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"
|
|
2045
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2046
|
+
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"
|
|
2041
2047
|
})), children);
|
|
2042
2048
|
});
|
|
2043
2049
|
if (process.env.NODE_ENV !== "production") {
|
|
2044
|
-
|
|
2050
|
+
TaskStar.propTypes = iconPropTypes;
|
|
2045
2051
|
}
|
|
2046
|
-
const
|
|
2052
|
+
const TaskTools = /*#__PURE__*/React.forwardRef(function TaskTools(_ref86, ref) {
|
|
2047
2053
|
let {
|
|
2048
2054
|
children,
|
|
2049
2055
|
size = 16,
|
|
@@ -2057,14 +2063,16 @@ const TextColor = /*#__PURE__*/React.forwardRef(function TextColor(_ref86, ref)
|
|
|
2057
2063
|
viewBox: "0 0 32 32",
|
|
2058
2064
|
fill: "currentColor",
|
|
2059
2065
|
...rest
|
|
2060
|
-
},
|
|
2061
|
-
d: "
|
|
2066
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2067
|
+
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"
|
|
2068
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2069
|
+
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"
|
|
2062
2070
|
})), children);
|
|
2063
2071
|
});
|
|
2064
2072
|
if (process.env.NODE_ENV !== "production") {
|
|
2065
|
-
|
|
2073
|
+
TaskTools.propTypes = iconPropTypes;
|
|
2066
2074
|
}
|
|
2067
|
-
const
|
|
2075
|
+
const TaskView = /*#__PURE__*/React.forwardRef(function TaskView(_ref87, ref) {
|
|
2068
2076
|
let {
|
|
2069
2077
|
children,
|
|
2070
2078
|
size = 16,
|
|
@@ -2078,16 +2086,23 @@ const TextCreation = /*#__PURE__*/React.forwardRef(function TextCreation(_ref87,
|
|
|
2078
2086
|
viewBox: "0 0 32 32",
|
|
2079
2087
|
fill: "currentColor",
|
|
2080
2088
|
...rest
|
|
2081
|
-
},
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2089
|
+
}, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
2090
|
+
cx: "22",
|
|
2091
|
+
cy: "24",
|
|
2092
|
+
r: "2"
|
|
2093
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2094
|
+
fill: "none",
|
|
2095
|
+
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"
|
|
2096
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2097
|
+
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"
|
|
2098
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2099
|
+
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"
|
|
2085
2100
|
})), children);
|
|
2086
2101
|
});
|
|
2087
2102
|
if (process.env.NODE_ENV !== "production") {
|
|
2088
|
-
|
|
2103
|
+
TaskView.propTypes = iconPropTypes;
|
|
2089
2104
|
}
|
|
2090
|
-
const
|
|
2105
|
+
const Taste = /*#__PURE__*/React.forwardRef(function Taste(_ref88, ref) {
|
|
2091
2106
|
let {
|
|
2092
2107
|
children,
|
|
2093
2108
|
size = 16,
|
|
@@ -2101,16 +2116,14 @@ const TextFill = /*#__PURE__*/React.forwardRef(function TextFill(_ref88, ref) {
|
|
|
2101
2116
|
viewBox: "0 0 32 32",
|
|
2102
2117
|
fill: "currentColor",
|
|
2103
2118
|
...rest
|
|
2104
|
-
},
|
|
2105
|
-
d: "M4
|
|
2106
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2107
|
-
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"
|
|
2119
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2120
|
+
d: "M4 4V6H8v8a8 8 0 0016 0V6h4V4zM22 14a6 6 0 01-12 0V6h5v8h2V6h5zM11 26H13V28H11zM7 24H9V26H7zM15 24H17V26H15zM19 26H21V28H19zM23 24H25V26H23z"
|
|
2108
2121
|
})), children);
|
|
2109
2122
|
});
|
|
2110
2123
|
if (process.env.NODE_ENV !== "production") {
|
|
2111
|
-
|
|
2124
|
+
Taste.propTypes = iconPropTypes;
|
|
2112
2125
|
}
|
|
2113
|
-
const
|
|
2126
|
+
const Taxi = /*#__PURE__*/React.forwardRef(function Taxi(_ref89, ref) {
|
|
2114
2127
|
let {
|
|
2115
2128
|
children,
|
|
2116
2129
|
size = 16,
|
|
@@ -2124,14 +2137,14 @@ const TextFont = /*#__PURE__*/React.forwardRef(function TextFont(_ref89, ref) {
|
|
|
2124
2137
|
viewBox: "0 0 32 32",
|
|
2125
2138
|
fill: "currentColor",
|
|
2126
2139
|
...rest
|
|
2127
|
-
},
|
|
2128
|
-
d: "
|
|
2140
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2141
|
+
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"
|
|
2129
2142
|
})), children);
|
|
2130
2143
|
});
|
|
2131
2144
|
if (process.env.NODE_ENV !== "production") {
|
|
2132
|
-
|
|
2145
|
+
Taxi.propTypes = iconPropTypes;
|
|
2133
2146
|
}
|
|
2134
|
-
const
|
|
2147
|
+
const TcpIpService = /*#__PURE__*/React.forwardRef(function TcpIpService(_ref90, ref) {
|
|
2135
2148
|
let {
|
|
2136
2149
|
children,
|
|
2137
2150
|
size = 16,
|
|
@@ -2145,14 +2158,14 @@ const TextFootnote = /*#__PURE__*/React.forwardRef(function TextFootnote(_ref90,
|
|
|
2145
2158
|
viewBox: "0 0 32 32",
|
|
2146
2159
|
fill: "currentColor",
|
|
2147
2160
|
...rest
|
|
2148
|
-
},
|
|
2149
|
-
d: "
|
|
2161
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2162
|
+
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"
|
|
2150
2163
|
})), children);
|
|
2151
2164
|
});
|
|
2152
2165
|
if (process.env.NODE_ENV !== "production") {
|
|
2153
|
-
|
|
2166
|
+
TcpIpService.propTypes = iconPropTypes;
|
|
2154
2167
|
}
|
|
2155
|
-
const
|
|
2168
|
+
const Temperature = /*#__PURE__*/React.forwardRef(function Temperature(_ref91, ref) {
|
|
2156
2169
|
let {
|
|
2157
2170
|
children,
|
|
2158
2171
|
size = 16,
|
|
@@ -2166,16 +2179,14 @@ const TextHighlight = /*#__PURE__*/React.forwardRef(function TextHighlight(_ref9
|
|
|
2166
2179
|
viewBox: "0 0 32 32",
|
|
2167
2180
|
fill: "currentColor",
|
|
2168
2181
|
...rest
|
|
2169
|
-
},
|
|
2170
|
-
d: "
|
|
2171
|
-
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2172
|
-
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"
|
|
2182
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2183
|
+
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"
|
|
2173
2184
|
})), children);
|
|
2174
2185
|
});
|
|
2175
2186
|
if (process.env.NODE_ENV !== "production") {
|
|
2176
|
-
|
|
2187
|
+
Temperature.propTypes = iconPropTypes;
|
|
2177
2188
|
}
|
|
2178
|
-
const
|
|
2189
|
+
const TemperatureCelsius = /*#__PURE__*/React.forwardRef(function TemperatureCelsius(_ref92, ref) {
|
|
2179
2190
|
let {
|
|
2180
2191
|
children,
|
|
2181
2192
|
size = 16,
|
|
@@ -2189,14 +2200,22 @@ const TextIndent = /*#__PURE__*/React.forwardRef(function TextIndent(_ref92, ref
|
|
|
2189
2200
|
viewBox: "0 0 32 32",
|
|
2190
2201
|
fill: "currentColor",
|
|
2191
2202
|
...rest
|
|
2192
|
-
},
|
|
2193
|
-
d: "
|
|
2203
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2204
|
+
d: "M30,18H24a2.0023,2.0023,0,0,1-2-2V6a2.002,2.002,0,0,1,2-2h6V6H24V16h6Z"
|
|
2205
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
2206
|
+
cx: "18",
|
|
2207
|
+
cy: "4",
|
|
2208
|
+
r: "2"
|
|
2209
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2210
|
+
d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z"
|
|
2211
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2212
|
+
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"
|
|
2194
2213
|
})), children);
|
|
2195
2214
|
});
|
|
2196
2215
|
if (process.env.NODE_ENV !== "production") {
|
|
2197
|
-
|
|
2216
|
+
TemperatureCelsius.propTypes = iconPropTypes;
|
|
2198
2217
|
}
|
|
2199
|
-
const
|
|
2218
|
+
const TemperatureCelsiusAlt = /*#__PURE__*/React.forwardRef(function TemperatureCelsiusAlt(_ref93, ref) {
|
|
2200
2219
|
let {
|
|
2201
2220
|
children,
|
|
2202
2221
|
size = 16,
|
|
@@ -2210,14 +2229,14 @@ const TextIndentLess = /*#__PURE__*/React.forwardRef(function TextIndentLess(_re
|
|
|
2210
2229
|
viewBox: "0 0 32 32",
|
|
2211
2230
|
fill: "currentColor",
|
|
2212
2231
|
...rest
|
|
2213
|
-
},
|
|
2214
|
-
d: "
|
|
2232
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2233
|
+
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"
|
|
2215
2234
|
})), children);
|
|
2216
2235
|
});
|
|
2217
2236
|
if (process.env.NODE_ENV !== "production") {
|
|
2218
|
-
|
|
2237
|
+
TemperatureCelsiusAlt.propTypes = iconPropTypes;
|
|
2219
2238
|
}
|
|
2220
|
-
const
|
|
2239
|
+
const TemperatureFahrenheit = /*#__PURE__*/React.forwardRef(function TemperatureFahrenheit(_ref94, ref) {
|
|
2221
2240
|
let {
|
|
2222
2241
|
children,
|
|
2223
2242
|
size = 16,
|
|
@@ -2231,14 +2250,22 @@ const TextIndentMore = /*#__PURE__*/React.forwardRef(function TextIndentMore(_re
|
|
|
2231
2250
|
viewBox: "0 0 32 32",
|
|
2232
2251
|
fill: "currentColor",
|
|
2233
2252
|
...rest
|
|
2234
|
-
},
|
|
2235
|
-
d: "
|
|
2253
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2254
|
+
d: "M30 6L30 4 22 4 22 18 24 18 24 12 29 12 29 10 24 10 24 6 30 6z"
|
|
2255
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
2256
|
+
cx: "18",
|
|
2257
|
+
cy: "4",
|
|
2258
|
+
r: "2"
|
|
2259
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2260
|
+
d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z"
|
|
2261
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2262
|
+
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"
|
|
2236
2263
|
})), children);
|
|
2237
2264
|
});
|
|
2238
2265
|
if (process.env.NODE_ENV !== "production") {
|
|
2239
|
-
|
|
2266
|
+
TemperatureFahrenheit.propTypes = iconPropTypes;
|
|
2240
2267
|
}
|
|
2241
|
-
const
|
|
2268
|
+
const TemperatureFahrenheitAlt = /*#__PURE__*/React.forwardRef(function TemperatureFahrenheitAlt(_ref95, ref) {
|
|
2242
2269
|
let {
|
|
2243
2270
|
children,
|
|
2244
2271
|
size = 16,
|
|
@@ -2252,14 +2279,14 @@ const TextItalic = /*#__PURE__*/React.forwardRef(function TextItalic(_ref95, ref
|
|
|
2252
2279
|
viewBox: "0 0 32 32",
|
|
2253
2280
|
fill: "currentColor",
|
|
2254
2281
|
...rest
|
|
2255
|
-
},
|
|
2256
|
-
d: "
|
|
2282
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2283
|
+
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"
|
|
2257
2284
|
})), children);
|
|
2258
2285
|
});
|
|
2259
2286
|
if (process.env.NODE_ENV !== "production") {
|
|
2260
|
-
|
|
2287
|
+
TemperatureFahrenheitAlt.propTypes = iconPropTypes;
|
|
2261
2288
|
}
|
|
2262
|
-
const
|
|
2289
|
+
const TemperatureFeelsLike = /*#__PURE__*/React.forwardRef(function TemperatureFeelsLike(_ref96, ref) {
|
|
2263
2290
|
let {
|
|
2264
2291
|
children,
|
|
2265
2292
|
size = 16,
|
|
@@ -2273,14 +2300,16 @@ const TextKerning = /*#__PURE__*/React.forwardRef(function TextKerning(_ref96, r
|
|
|
2273
2300
|
viewBox: "0 0 32 32",
|
|
2274
2301
|
fill: "currentColor",
|
|
2275
2302
|
...rest
|
|
2276
|
-
},
|
|
2277
|
-
d: "
|
|
2303
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2304
|
+
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"
|
|
2305
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2306
|
+
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"
|
|
2278
2307
|
})), children);
|
|
2279
2308
|
});
|
|
2280
2309
|
if (process.env.NODE_ENV !== "production") {
|
|
2281
|
-
|
|
2310
|
+
TemperatureFeelsLike.propTypes = iconPropTypes;
|
|
2282
2311
|
}
|
|
2283
|
-
const
|
|
2312
|
+
const TemperatureFrigid = /*#__PURE__*/React.forwardRef(function TemperatureFrigid(_ref97, ref) {
|
|
2284
2313
|
let {
|
|
2285
2314
|
children,
|
|
2286
2315
|
size = 16,
|
|
@@ -2294,14 +2323,16 @@ const TextLeading = /*#__PURE__*/React.forwardRef(function TextLeading(_ref97, r
|
|
|
2294
2323
|
viewBox: "0 0 32 32",
|
|
2295
2324
|
fill: "currentColor",
|
|
2296
2325
|
...rest
|
|
2297
|
-
},
|
|
2298
|
-
d: "
|
|
2326
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2327
|
+
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"
|
|
2328
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2329
|
+
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"
|
|
2299
2330
|
})), children);
|
|
2300
2331
|
});
|
|
2301
2332
|
if (process.env.NODE_ENV !== "production") {
|
|
2302
|
-
|
|
2333
|
+
TemperatureFrigid.propTypes = iconPropTypes;
|
|
2303
2334
|
}
|
|
2304
|
-
const
|
|
2335
|
+
const TemperatureHot = /*#__PURE__*/React.forwardRef(function TemperatureHot(_ref98, ref) {
|
|
2305
2336
|
let {
|
|
2306
2337
|
children,
|
|
2307
2338
|
size = 16,
|
|
@@ -2315,14 +2346,24 @@ const TextLineSpacing = /*#__PURE__*/React.forwardRef(function TextLineSpacing(_
|
|
|
2315
2346
|
viewBox: "0 0 32 32",
|
|
2316
2347
|
fill: "currentColor",
|
|
2317
2348
|
...rest
|
|
2318
|
-
},
|
|
2319
|
-
d: "
|
|
2349
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2350
|
+
d: "M26 13H30V15H26z"
|
|
2351
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2352
|
+
d: "M23.121 5.879H27.121V7.879H23.121z",
|
|
2353
|
+
transform: "rotate(-45 25.121 6.879)"
|
|
2354
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2355
|
+
d: "M24.121 19.121H26.121V23.121H24.121z",
|
|
2356
|
+
transform: "rotate(-45 25.121 21.121)"
|
|
2357
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2358
|
+
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"
|
|
2359
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2360
|
+
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"
|
|
2320
2361
|
})), children);
|
|
2321
2362
|
});
|
|
2322
2363
|
if (process.env.NODE_ENV !== "production") {
|
|
2323
|
-
|
|
2364
|
+
TemperatureHot.propTypes = iconPropTypes;
|
|
2324
2365
|
}
|
|
2325
|
-
const
|
|
2366
|
+
const TemperatureInversion = /*#__PURE__*/React.forwardRef(function TemperatureInversion(_ref99, ref) {
|
|
2326
2367
|
let {
|
|
2327
2368
|
children,
|
|
2328
2369
|
size = 16,
|
|
@@ -2336,14 +2377,14 @@ const TextLongParagraph = /*#__PURE__*/React.forwardRef(function TextLongParagra
|
|
|
2336
2377
|
viewBox: "0 0 32 32",
|
|
2337
2378
|
fill: "currentColor",
|
|
2338
2379
|
...rest
|
|
2339
|
-
},
|
|
2340
|
-
d: "
|
|
2380
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2381
|
+
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"
|
|
2341
2382
|
})), children);
|
|
2342
2383
|
});
|
|
2343
2384
|
if (process.env.NODE_ENV !== "production") {
|
|
2344
|
-
|
|
2385
|
+
TemperatureInversion.propTypes = iconPropTypes;
|
|
2345
2386
|
}
|
|
2346
|
-
const
|
|
2387
|
+
const TemperatureMax = /*#__PURE__*/React.forwardRef(function TemperatureMax(_ref100, ref) {
|
|
2347
2388
|
let {
|
|
2348
2389
|
children,
|
|
2349
2390
|
size = 16,
|
|
@@ -2357,14 +2398,16 @@ const TextNewLine = /*#__PURE__*/React.forwardRef(function TextNewLine(_ref100,
|
|
|
2357
2398
|
viewBox: "0 0 32 32",
|
|
2358
2399
|
fill: "currentColor",
|
|
2359
2400
|
...rest
|
|
2360
|
-
},
|
|
2361
|
-
d: "M20.
|
|
2401
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2402
|
+
d: "M20 10H27V12H20zM20 16H30V18H20zM20 22H27V24H20zM10 20.1839V7H8V20.1839a3 3 0 102 0z"
|
|
2403
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2404
|
+
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"
|
|
2362
2405
|
})), children);
|
|
2363
2406
|
});
|
|
2364
2407
|
if (process.env.NODE_ENV !== "production") {
|
|
2365
|
-
|
|
2408
|
+
TemperatureMax.propTypes = iconPropTypes;
|
|
2366
2409
|
}
|
|
2367
|
-
const
|
|
2410
|
+
const TemperatureMin = /*#__PURE__*/React.forwardRef(function TemperatureMin(_ref101, ref) {
|
|
2368
2411
|
let {
|
|
2369
2412
|
children,
|
|
2370
2413
|
size = 16,
|
|
@@ -2378,16 +2421,16 @@ const TextScale = /*#__PURE__*/React.forwardRef(function TextScale(_ref101, ref)
|
|
|
2378
2421
|
viewBox: "0 0 32 32",
|
|
2379
2422
|
fill: "currentColor",
|
|
2380
2423
|
...rest
|
|
2381
|
-
},
|
|
2382
|
-
d: "
|
|
2383
|
-
})),
|
|
2384
|
-
d: "
|
|
2424
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2425
|
+
d: "M20 4H27V6H20zM20 10H30V12H20zM20 16H27V18H20zM12 23a3 3 0 01-6 0z"
|
|
2426
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2427
|
+
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"
|
|
2385
2428
|
})), children);
|
|
2386
2429
|
});
|
|
2387
2430
|
if (process.env.NODE_ENV !== "production") {
|
|
2388
|
-
|
|
2431
|
+
TemperatureMin.propTypes = iconPropTypes;
|
|
2389
2432
|
}
|
|
2390
|
-
const
|
|
2433
|
+
const TemperatureWater = /*#__PURE__*/React.forwardRef(function TemperatureWater(_ref102, ref) {
|
|
2391
2434
|
let {
|
|
2392
2435
|
children,
|
|
2393
2436
|
size = 16,
|
|
@@ -2401,14 +2444,14 @@ const TextSelection = /*#__PURE__*/React.forwardRef(function TextSelection(_ref1
|
|
|
2401
2444
|
viewBox: "0 0 32 32",
|
|
2402
2445
|
fill: "currentColor",
|
|
2403
2446
|
...rest
|
|
2404
|
-
},
|
|
2405
|
-
d: "
|
|
2447
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2448
|
+
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"
|
|
2406
2449
|
})), children);
|
|
2407
2450
|
});
|
|
2408
2451
|
if (process.env.NODE_ENV !== "production") {
|
|
2409
|
-
|
|
2452
|
+
TemperatureWater.propTypes = iconPropTypes;
|
|
2410
2453
|
}
|
|
2411
|
-
const
|
|
2454
|
+
const Template = /*#__PURE__*/React.forwardRef(function Template(_ref103, ref) {
|
|
2412
2455
|
let {
|
|
2413
2456
|
children,
|
|
2414
2457
|
size = 16,
|
|
@@ -2422,14 +2465,14 @@ const TextShortParagraph = /*#__PURE__*/React.forwardRef(function TextShortParag
|
|
|
2422
2465
|
viewBox: "0 0 32 32",
|
|
2423
2466
|
fill: "currentColor",
|
|
2424
2467
|
...rest
|
|
2425
|
-
},
|
|
2426
|
-
d: "
|
|
2468
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2469
|
+
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"
|
|
2427
2470
|
})), children);
|
|
2428
2471
|
});
|
|
2429
2472
|
if (process.env.NODE_ENV !== "production") {
|
|
2430
|
-
|
|
2473
|
+
Template.propTypes = iconPropTypes;
|
|
2431
2474
|
}
|
|
2432
|
-
const
|
|
2475
|
+
const Tennis = /*#__PURE__*/React.forwardRef(function Tennis(_ref104, ref) {
|
|
2433
2476
|
let {
|
|
2434
2477
|
children,
|
|
2435
2478
|
size = 16,
|
|
@@ -2443,16 +2486,22 @@ const TextSmallCaps = /*#__PURE__*/React.forwardRef(function TextSmallCaps(_ref1
|
|
|
2443
2486
|
viewBox: "0 0 32 32",
|
|
2444
2487
|
fill: "currentColor",
|
|
2445
2488
|
...rest
|
|
2446
|
-
},
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2489
|
+
}, _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
|
2490
|
+
width: "4",
|
|
2491
|
+
height: "4",
|
|
2492
|
+
x: "20",
|
|
2493
|
+
y: "2",
|
|
2494
|
+
rx: "2"
|
|
2495
|
+
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2496
|
+
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"
|
|
2497
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2498
|
+
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"
|
|
2450
2499
|
})), children);
|
|
2451
2500
|
});
|
|
2452
2501
|
if (process.env.NODE_ENV !== "production") {
|
|
2453
|
-
|
|
2502
|
+
Tennis.propTypes = iconPropTypes;
|
|
2454
2503
|
}
|
|
2455
|
-
const
|
|
2504
|
+
const TennisBall = /*#__PURE__*/React.forwardRef(function TennisBall(_ref105, ref) {
|
|
2456
2505
|
let {
|
|
2457
2506
|
children,
|
|
2458
2507
|
size = 16,
|
|
@@ -2466,14 +2515,14 @@ const TextStrikethrough = /*#__PURE__*/React.forwardRef(function TextStrikethrou
|
|
|
2466
2515
|
viewBox: "0 0 32 32",
|
|
2467
2516
|
fill: "currentColor",
|
|
2468
2517
|
...rest
|
|
2469
|
-
},
|
|
2470
|
-
d: "
|
|
2518
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2519
|
+
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"
|
|
2471
2520
|
})), children);
|
|
2472
2521
|
});
|
|
2473
2522
|
if (process.env.NODE_ENV !== "production") {
|
|
2474
|
-
|
|
2523
|
+
TennisBall.propTypes = iconPropTypes;
|
|
2475
2524
|
}
|
|
2476
|
-
const
|
|
2525
|
+
const Term = /*#__PURE__*/React.forwardRef(function Term(_ref106, ref) {
|
|
2477
2526
|
let {
|
|
2478
2527
|
children,
|
|
2479
2528
|
size = 16,
|
|
@@ -2487,14 +2536,28 @@ const TextSubscript = /*#__PURE__*/React.forwardRef(function TextSubscript(_ref1
|
|
|
2487
2536
|
viewBox: "0 0 32 32",
|
|
2488
2537
|
fill: "currentColor",
|
|
2489
2538
|
...rest
|
|
2490
|
-
},
|
|
2491
|
-
d: "
|
|
2539
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2540
|
+
d: "M28,26H25V24h3V8H25V6h3a2.0023,2.0023,0,0,1,2,2V24A2.0027,2.0027,0,0,1,28,26Z"
|
|
2541
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
2542
|
+
cx: "23",
|
|
2543
|
+
cy: "16",
|
|
2544
|
+
r: "2"
|
|
2545
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
2546
|
+
cx: "16",
|
|
2547
|
+
cy: "16",
|
|
2548
|
+
r: "2"
|
|
2549
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
2550
|
+
cx: "9",
|
|
2551
|
+
cy: "16",
|
|
2552
|
+
r: "2"
|
|
2553
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2554
|
+
d: "M7,26H4a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,4,6H7V8H4V24H7Z"
|
|
2492
2555
|
})), children);
|
|
2493
2556
|
});
|
|
2494
2557
|
if (process.env.NODE_ENV !== "production") {
|
|
2495
|
-
|
|
2558
|
+
Term.propTypes = iconPropTypes;
|
|
2496
2559
|
}
|
|
2497
|
-
const
|
|
2560
|
+
const TermReference = /*#__PURE__*/React.forwardRef(function TermReference(_ref107, ref) {
|
|
2498
2561
|
let {
|
|
2499
2562
|
children,
|
|
2500
2563
|
size = 16,
|
|
@@ -2508,14 +2571,33 @@ const TextSuperscript = /*#__PURE__*/React.forwardRef(function TextSuperscript(_
|
|
|
2508
2571
|
viewBox: "0 0 32 32",
|
|
2509
2572
|
fill: "currentColor",
|
|
2510
2573
|
...rest
|
|
2511
|
-
},
|
|
2512
|
-
|
|
2574
|
+
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2575
|
+
strokeWidth: "0",
|
|
2576
|
+
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"
|
|
2577
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
2578
|
+
cx: "23",
|
|
2579
|
+
cy: "15",
|
|
2580
|
+
r: "2",
|
|
2581
|
+
strokeWidth: "0"
|
|
2582
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
2583
|
+
cx: "16",
|
|
2584
|
+
cy: "15",
|
|
2585
|
+
r: "2",
|
|
2586
|
+
strokeWidth: "0"
|
|
2587
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
2588
|
+
cx: "9",
|
|
2589
|
+
cy: "15",
|
|
2590
|
+
r: "2",
|
|
2591
|
+
strokeWidth: "0"
|
|
2592
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2593
|
+
strokeWidth: "0",
|
|
2594
|
+
d: "m4,17V7h3v-2h-3c-1.103,0-2,.897-2,2v10h2Z"
|
|
2513
2595
|
})), children);
|
|
2514
2596
|
});
|
|
2515
2597
|
if (process.env.NODE_ENV !== "production") {
|
|
2516
|
-
|
|
2598
|
+
TermReference.propTypes = iconPropTypes;
|
|
2517
2599
|
}
|
|
2518
|
-
const
|
|
2600
|
+
const Terminal = /*#__PURE__*/React.forwardRef(function Terminal(_ref108, ref) {
|
|
2519
2601
|
let {
|
|
2520
2602
|
children,
|
|
2521
2603
|
size = 16,
|
|
@@ -2529,14 +2611,17 @@ const TextTracking = /*#__PURE__*/React.forwardRef(function TextTracking(_ref108
|
|
|
2529
2611
|
viewBox: "0 0 32 32",
|
|
2530
2612
|
fill: "currentColor",
|
|
2531
2613
|
...rest
|
|
2532
|
-
},
|
|
2533
|
-
d: "
|
|
2614
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2615
|
+
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",
|
|
2616
|
+
transform: "translate(0 .01)"
|
|
2617
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2618
|
+
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"
|
|
2534
2619
|
})), children);
|
|
2535
2620
|
});
|
|
2536
2621
|
if (process.env.NODE_ENV !== "production") {
|
|
2537
|
-
|
|
2622
|
+
Terminal.propTypes = iconPropTypes;
|
|
2538
2623
|
}
|
|
2539
|
-
const
|
|
2624
|
+
const Terminal_3270 = /*#__PURE__*/React.forwardRef(function Terminal_3270(_ref109, ref) {
|
|
2540
2625
|
let {
|
|
2541
2626
|
children,
|
|
2542
2627
|
size = 16,
|
|
@@ -2550,14 +2635,16 @@ const TextUnderline = /*#__PURE__*/React.forwardRef(function TextUnderline(_ref1
|
|
|
2550
2635
|
viewBox: "0 0 32 32",
|
|
2551
2636
|
fill: "currentColor",
|
|
2552
2637
|
...rest
|
|
2553
|
-
},
|
|
2554
|
-
d: "
|
|
2638
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2639
|
+
d: "M10 21H16V23H10z"
|
|
2640
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2641
|
+
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"
|
|
2555
2642
|
})), children);
|
|
2556
2643
|
});
|
|
2557
2644
|
if (process.env.NODE_ENV !== "production") {
|
|
2558
|
-
|
|
2645
|
+
Terminal_3270.propTypes = iconPropTypes;
|
|
2559
2646
|
}
|
|
2560
|
-
const
|
|
2647
|
+
const TestTool = /*#__PURE__*/React.forwardRef(function TestTool(_ref110, ref) {
|
|
2561
2648
|
let {
|
|
2562
2649
|
children,
|
|
2563
2650
|
size = 16,
|
|
@@ -2571,14 +2658,16 @@ const TextVerticalAlignment = /*#__PURE__*/React.forwardRef(function TextVertica
|
|
|
2571
2658
|
viewBox: "0 0 32 32",
|
|
2572
2659
|
fill: "currentColor",
|
|
2573
2660
|
...rest
|
|
2574
|
-
},
|
|
2575
|
-
d: "
|
|
2661
|
+
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2662
|
+
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"
|
|
2663
|
+
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2664
|
+
d: "M17 15L17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z"
|
|
2576
2665
|
})), children);
|
|
2577
2666
|
});
|
|
2578
2667
|
if (process.env.NODE_ENV !== "production") {
|
|
2579
|
-
|
|
2668
|
+
TestTool.propTypes = iconPropTypes;
|
|
2580
2669
|
}
|
|
2581
|
-
const
|
|
2670
|
+
const TextAlignCenter = /*#__PURE__*/React.forwardRef(function TextAlignCenter(_ref111, ref) {
|
|
2582
2671
|
let {
|
|
2583
2672
|
children,
|
|
2584
2673
|
size = 16,
|
|
@@ -2592,14 +2681,14 @@ const TextWrap = /*#__PURE__*/React.forwardRef(function TextWrap(_ref111, ref) {
|
|
|
2592
2681
|
viewBox: "0 0 32 32",
|
|
2593
2682
|
fill: "currentColor",
|
|
2594
2683
|
...rest
|
|
2595
|
-
},
|
|
2596
|
-
d: "
|
|
2684
|
+
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2685
|
+
d: "M6 6H26V8H6zM10 12H22V14H10zM6 18H26V20H6zM10 24H22V26H10z"
|
|
2597
2686
|
})), children);
|
|
2598
2687
|
});
|
|
2599
2688
|
if (process.env.NODE_ENV !== "production") {
|
|
2600
|
-
|
|
2689
|
+
TextAlignCenter.propTypes = iconPropTypes;
|
|
2601
2690
|
}
|
|
2602
|
-
const
|
|
2691
|
+
const TextAlignJustify = /*#__PURE__*/React.forwardRef(function TextAlignJustify(_ref112, ref) {
|
|
2603
2692
|
let {
|
|
2604
2693
|
children,
|
|
2605
2694
|
size = 16,
|
|
@@ -2613,16 +2702,14 @@ const WatsonHealthTextAnnotationToggle = /*#__PURE__*/React.forwardRef(function
|
|
|
2613
2702
|
viewBox: "0 0 32 32",
|
|
2614
2703
|
fill: "currentColor",
|
|
2615
2704
|
...rest
|
|
2616
|
-
},
|
|
2617
|
-
d: "
|
|
2618
|
-
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2619
|
-
d: "M8,20H4V4H20V8h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H8Z"
|
|
2705
|
+
}, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2706
|
+
d: "M6 6H26V8H6zM6 12H26V14H6zM6 18H26V20H6zM6 24H26V26H6z"
|
|
2620
2707
|
})), children);
|
|
2621
2708
|
});
|
|
2622
2709
|
if (process.env.NODE_ENV !== "production") {
|
|
2623
|
-
|
|
2710
|
+
TextAlignJustify.propTypes = iconPropTypes;
|
|
2624
2711
|
}
|
|
2625
|
-
const
|
|
2712
|
+
const TextAlignLeft = /*#__PURE__*/React.forwardRef(function TextAlignLeft(_ref113, ref) {
|
|
2626
2713
|
let {
|
|
2627
2714
|
children,
|
|
2628
2715
|
size = 16,
|
|
@@ -2636,16 +2723,14 @@ const TextLink = /*#__PURE__*/React.forwardRef(function TextLink(_ref113, ref) {
|
|
|
2636
2723
|
viewBox: "0 0 32 32",
|
|
2637
2724
|
fill: "currentColor",
|
|
2638
2725
|
...rest
|
|
2639
|
-
},
|
|
2640
|
-
d: "
|
|
2641
|
-
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2642
|
-
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"
|
|
2726
|
+
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2727
|
+
d: "M12 6H26V8H12zM12 12H22V14H12zM12 18H26V20H12zM12 24H22V26H12zM6 4H8V28H6z"
|
|
2643
2728
|
})), children);
|
|
2644
2729
|
});
|
|
2645
2730
|
if (process.env.NODE_ENV !== "production") {
|
|
2646
|
-
|
|
2731
|
+
TextAlignLeft.propTypes = iconPropTypes;
|
|
2647
2732
|
}
|
|
2648
|
-
const
|
|
2733
|
+
const TextAlignMixed = /*#__PURE__*/React.forwardRef(function TextAlignMixed(_ref114, ref) {
|
|
2649
2734
|
let {
|
|
2650
2735
|
children,
|
|
2651
2736
|
size = 16,
|
|
@@ -2659,16 +2744,14 @@ const TextLinkAnalysis = /*#__PURE__*/React.forwardRef(function TextLinkAnalysis
|
|
|
2659
2744
|
viewBox: "0 0 32 32",
|
|
2660
2745
|
fill: "currentColor",
|
|
2661
2746
|
...rest
|
|
2662
|
-
},
|
|
2663
|
-
d: "
|
|
2664
|
-
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2665
|
-
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"
|
|
2747
|
+
}, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2748
|
+
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"
|
|
2666
2749
|
})), children);
|
|
2667
2750
|
});
|
|
2668
2751
|
if (process.env.NODE_ENV !== "production") {
|
|
2669
|
-
|
|
2752
|
+
TextAlignMixed.propTypes = iconPropTypes;
|
|
2670
2753
|
}
|
|
2671
|
-
const
|
|
2754
|
+
const TextAlignRight = /*#__PURE__*/React.forwardRef(function TextAlignRight(_ref115, ref) {
|
|
2672
2755
|
let {
|
|
2673
2756
|
children,
|
|
2674
2757
|
size = 16,
|
|
@@ -2682,16 +2765,14 @@ const TextMining = /*#__PURE__*/React.forwardRef(function TextMining(_ref115, re
|
|
|
2682
2765
|
viewBox: "0 0 32 32",
|
|
2683
2766
|
fill: "currentColor",
|
|
2684
2767
|
...rest
|
|
2685
|
-
},
|
|
2686
|
-
d: "
|
|
2687
|
-
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2688
|
-
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"
|
|
2768
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2769
|
+
d: "M6 6H20V8H6zM10 12H20V14H10zM6 18H20V20H6zM10 24H20V26H10zM24 4H26V28H24z"
|
|
2689
2770
|
})), children);
|
|
2690
2771
|
});
|
|
2691
2772
|
if (process.env.NODE_ENV !== "production") {
|
|
2692
|
-
|
|
2773
|
+
TextAlignRight.propTypes = iconPropTypes;
|
|
2693
2774
|
}
|
|
2694
|
-
const
|
|
2775
|
+
const TextAllCaps = /*#__PURE__*/React.forwardRef(function TextAllCaps(_ref116, ref) {
|
|
2695
2776
|
let {
|
|
2696
2777
|
children,
|
|
2697
2778
|
size = 16,
|
|
@@ -2705,16 +2786,14 @@ const TextMiningApplier = /*#__PURE__*/React.forwardRef(function TextMiningAppli
|
|
|
2705
2786
|
viewBox: "0 0 32 32",
|
|
2706
2787
|
fill: "currentColor",
|
|
2707
2788
|
...rest
|
|
2708
|
-
},
|
|
2709
|
-
d: "
|
|
2710
|
-
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2711
|
-
d: "M20 19L27 24 20 29 20 19z"
|
|
2789
|
+
}, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2790
|
+
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"
|
|
2712
2791
|
})), children);
|
|
2713
2792
|
});
|
|
2714
2793
|
if (process.env.NODE_ENV !== "production") {
|
|
2715
|
-
|
|
2794
|
+
TextAllCaps.propTypes = iconPropTypes;
|
|
2716
2795
|
}
|
|
2717
|
-
const
|
|
2796
|
+
const TextBold = /*#__PURE__*/React.forwardRef(function TextBold(_ref117, ref) {
|
|
2718
2797
|
let {
|
|
2719
2798
|
children,
|
|
2720
2799
|
size = 16,
|
|
@@ -2728,16 +2807,14 @@ const Theater = /*#__PURE__*/React.forwardRef(function Theater(_ref117, ref) {
|
|
|
2728
2807
|
viewBox: "0 0 32 32",
|
|
2729
2808
|
fill: "currentColor",
|
|
2730
2809
|
...rest
|
|
2731
|
-
},
|
|
2732
|
-
d: "
|
|
2733
|
-
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2734
|
-
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"
|
|
2810
|
+
}, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2811
|
+
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"
|
|
2735
2812
|
})), children);
|
|
2736
2813
|
});
|
|
2737
2814
|
if (process.env.NODE_ENV !== "production") {
|
|
2738
|
-
|
|
2815
|
+
TextBold.propTypes = iconPropTypes;
|
|
2739
2816
|
}
|
|
2740
|
-
const
|
|
2817
|
+
const TextClearFormat = /*#__PURE__*/React.forwardRef(function TextClearFormat(_ref118, ref) {
|
|
2741
2818
|
let {
|
|
2742
2819
|
children,
|
|
2743
2820
|
size = 16,
|
|
@@ -2751,14 +2828,14 @@ const ThisSideUp = /*#__PURE__*/React.forwardRef(function ThisSideUp(_ref118, re
|
|
|
2751
2828
|
viewBox: "0 0 32 32",
|
|
2752
2829
|
fill: "currentColor",
|
|
2753
2830
|
...rest
|
|
2754
|
-
},
|
|
2755
|
-
d: "
|
|
2831
|
+
}, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2832
|
+
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"
|
|
2756
2833
|
})), children);
|
|
2757
2834
|
});
|
|
2758
2835
|
if (process.env.NODE_ENV !== "production") {
|
|
2759
|
-
|
|
2836
|
+
TextClearFormat.propTypes = iconPropTypes;
|
|
2760
2837
|
}
|
|
2761
|
-
const
|
|
2838
|
+
const TextColor = /*#__PURE__*/React.forwardRef(function TextColor(_ref119, ref) {
|
|
2762
2839
|
let {
|
|
2763
2840
|
children,
|
|
2764
2841
|
size = 16,
|
|
@@ -2772,16 +2849,14 @@ const WatsonHealthThreshold = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
2772
2849
|
viewBox: "0 0 32 32",
|
|
2773
2850
|
fill: "currentColor",
|
|
2774
2851
|
...rest
|
|
2775
|
-
},
|
|
2776
|
-
d: "
|
|
2777
|
-
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2778
|
-
d: "M8 20H10V22H8zM12 20H14V22H12zM16 20H18V22H16zM20 20H22V22H20zM8 16H10V18H8zM16 16H18V18H16zM20 16H22V18H20zM20 12H22V14H20zM20 8H22V10H20z"
|
|
2852
|
+
}, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
2853
|
+
d: "M22 21h2L17 4H15L8 21h2l1.61-4h8.74zm-9.57-6l3.44-8.37h.26L19.54 15zM6 24H26V28H6z"
|
|
2779
2854
|
})), children);
|
|
2780
2855
|
});
|
|
2781
2856
|
if (process.env.NODE_ENV !== "production") {
|
|
2782
|
-
|
|
2857
|
+
TextColor.propTypes = iconPropTypes;
|
|
2783
2858
|
}
|
|
2784
|
-
const
|
|
2859
|
+
const TextCreation = /*#__PURE__*/React.forwardRef(function TextCreation(_ref120, ref) {
|
|
2785
2860
|
let {
|
|
2786
2861
|
children,
|
|
2787
2862
|
size = 16,
|
|
@@ -2795,14 +2870,16 @@ const Thumbnail_1 = /*#__PURE__*/React.forwardRef(function Thumbnail_1(_ref120,
|
|
|
2795
2870
|
viewBox: "0 0 32 32",
|
|
2796
2871
|
fill: "currentColor",
|
|
2797
2872
|
...rest
|
|
2798
|
-
},
|
|
2799
|
-
d: "
|
|
2873
|
+
}, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2874
|
+
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"
|
|
2875
|
+
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
2876
|
+
d: "M21 11L11 11 11 13 15 13 15 22 17 22 17 13 21 13 21 11z"
|
|
2800
2877
|
})), children);
|
|
2801
2878
|
});
|
|
2802
2879
|
if (process.env.NODE_ENV !== "production") {
|
|
2803
|
-
|
|
2880
|
+
TextCreation.propTypes = iconPropTypes;
|
|
2804
2881
|
}
|
|
2805
|
-
const
|
|
2882
|
+
const TextFill = /*#__PURE__*/React.forwardRef(function TextFill(_ref121, ref) {
|
|
2806
2883
|
let {
|
|
2807
2884
|
children,
|
|
2808
2885
|
size = 16,
|
|
@@ -2816,14 +2893,16 @@ const Thumbnail_2 = /*#__PURE__*/React.forwardRef(function Thumbnail_2(_ref121,
|
|
|
2816
2893
|
viewBox: "0 0 32 32",
|
|
2817
2894
|
fill: "currentColor",
|
|
2818
2895
|
...rest
|
|
2819
|
-
},
|
|
2820
|
-
d: "
|
|
2896
|
+
}, _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
2897
|
+
d: "M4 26H28V30H4z"
|
|
2898
|
+
})), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
2899
|
+
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"
|
|
2821
2900
|
})), children);
|
|
2822
2901
|
});
|
|
2823
2902
|
if (process.env.NODE_ENV !== "production") {
|
|
2824
|
-
|
|
2903
|
+
TextFill.propTypes = iconPropTypes;
|
|
2825
2904
|
}
|
|
2826
|
-
const
|
|
2905
|
+
const TextFont = /*#__PURE__*/React.forwardRef(function TextFont(_ref122, ref) {
|
|
2827
2906
|
let {
|
|
2828
2907
|
children,
|
|
2829
2908
|
size = 16,
|
|
@@ -2837,16 +2916,14 @@ const WatsonHealthThumbnailPreview = /*#__PURE__*/React.forwardRef(function Wats
|
|
|
2837
2916
|
viewBox: "0 0 32 32",
|
|
2838
2917
|
fill: "currentColor",
|
|
2839
2918
|
...rest
|
|
2840
|
-
},
|
|
2841
|
-
d: "
|
|
2842
|
-
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2843
|
-
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"
|
|
2919
|
+
}, _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
2920
|
+
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"
|
|
2844
2921
|
})), children);
|
|
2845
2922
|
});
|
|
2846
2923
|
if (process.env.NODE_ENV !== "production") {
|
|
2847
|
-
|
|
2924
|
+
TextFont.propTypes = iconPropTypes;
|
|
2848
2925
|
}
|
|
2849
|
-
const
|
|
2926
|
+
const TextFootnote = /*#__PURE__*/React.forwardRef(function TextFootnote(_ref123, ref) {
|
|
2850
2927
|
let {
|
|
2851
2928
|
children,
|
|
2852
2929
|
size = 16,
|
|
@@ -2860,14 +2937,14 @@ const ThumbsDown = /*#__PURE__*/React.forwardRef(function ThumbsDown(_ref123, re
|
|
|
2860
2937
|
viewBox: "0 0 32 32",
|
|
2861
2938
|
fill: "currentColor",
|
|
2862
2939
|
...rest
|
|
2863
|
-
},
|
|
2864
|
-
d: "
|
|
2940
|
+
}, _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
2941
|
+
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"
|
|
2865
2942
|
})), children);
|
|
2866
2943
|
});
|
|
2867
2944
|
if (process.env.NODE_ENV !== "production") {
|
|
2868
|
-
|
|
2945
|
+
TextFootnote.propTypes = iconPropTypes;
|
|
2869
2946
|
}
|
|
2870
|
-
const
|
|
2947
|
+
const TextHighlight = /*#__PURE__*/React.forwardRef(function TextHighlight(_ref124, ref) {
|
|
2871
2948
|
let {
|
|
2872
2949
|
children,
|
|
2873
2950
|
size = 16,
|
|
@@ -2881,14 +2958,16 @@ const ThumbsDownFilled = /*#__PURE__*/React.forwardRef(function ThumbsDownFilled
|
|
|
2881
2958
|
viewBox: "0 0 32 32",
|
|
2882
2959
|
fill: "currentColor",
|
|
2883
2960
|
...rest
|
|
2884
|
-
},
|
|
2885
|
-
d: "
|
|
2961
|
+
}, _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
|
2962
|
+
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"
|
|
2963
|
+
})), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
|
2964
|
+
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"
|
|
2886
2965
|
})), children);
|
|
2887
2966
|
});
|
|
2888
2967
|
if (process.env.NODE_ENV !== "production") {
|
|
2889
|
-
|
|
2968
|
+
TextHighlight.propTypes = iconPropTypes;
|
|
2890
2969
|
}
|
|
2891
|
-
const
|
|
2970
|
+
const TextIndent = /*#__PURE__*/React.forwardRef(function TextIndent(_ref125, ref) {
|
|
2892
2971
|
let {
|
|
2893
2972
|
children,
|
|
2894
2973
|
size = 16,
|
|
@@ -2902,12 +2981,12 @@ const ThumbsUp = /*#__PURE__*/React.forwardRef(function ThumbsUp(_ref125, ref) {
|
|
|
2902
2981
|
viewBox: "0 0 32 32",
|
|
2903
2982
|
fill: "currentColor",
|
|
2904
2983
|
...rest
|
|
2905
|
-
},
|
|
2906
|
-
d: "
|
|
2984
|
+
}, _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
|
|
2985
|
+
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"
|
|
2907
2986
|
})), children);
|
|
2908
2987
|
});
|
|
2909
2988
|
if (process.env.NODE_ENV !== "production") {
|
|
2910
|
-
|
|
2989
|
+
TextIndent.propTypes = iconPropTypes;
|
|
2911
2990
|
}
|
|
2912
2991
|
|
|
2913
|
-
export { QT, QTAlt, Subdirectory, Subflow, SubflowLocal, SubjectDefinition, SubjectUsage, SubnetAclRules, Subtract, SubtractAlt, SubtractFilled, SubtractLarge, Succession, SummaryKpi, SummaryKpiMirror, Sun, Sunrise, Sunset, SupportVectorMachine, Sustainability, Svg, Swim, SwitchLayer_2, SwitchLayer_3, Switcher, SyncSettings, SysProvision, SysplexDistributor, Table, TableAlias, TableBuilt, TableOfContents, TableShortcut, TableSplit, Tablet, TabletLandscape, Tag, TagEdit, TagExport, TagGroup, TagImport, TagNone, Tank, Task, TaskAdd, TaskApproved, TaskAssetView, TaskComplete, TaskLocation, TaskRemove, TaskSettings, TaskStar, TaskTools, TaskView, Taste, Taxi, TcpIpService, Temperature, TemperatureCelsius, TemperatureCelsiusAlt, TemperatureFahrenheit, TemperatureFahrenheitAlt, TemperatureFeelsLike, TemperatureFrigid, TemperatureHot, TemperatureInversion, TemperatureMax, TemperatureMin, TemperatureWater, Template, Tennis, TennisBall, Term, TermReference, Terminal, Terminal_3270, TestTool, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignMixed, TextAlignRight, TextAllCaps, TextBold, TextClearFormat, TextColor, TextCreation, TextFill, TextFont, TextFootnote, TextHighlight, TextIndent,
|
|
2992
|
+
export { QT, QTAlt, StayInside, StemLeafPlot, Stethoscope, Stickies, Stop, StopFilled, StopFilledAlt, StopOutline, StopOutlineFilled, StopSign, StopSignFilled, StoragePool, StorageRequest, Store, StormTracker, StrategyPlay, Strawberry, StringInteger, StringText, Subclassification, Subdirectory, Subflow, SubflowLocal, SubjectDefinition, SubjectUsage, SubnetAclRules, Subtract, SubtractAlt, SubtractFilled, SubtractLarge, Succession, SummaryKpi, SummaryKpiMirror, Sun, Sunrise, Sunset, SupportVectorMachine, Sustainability, Svg, Swim, SwitchLayer_2, SwitchLayer_3, Switcher, SyncSettings, SysProvision, SysplexDistributor, Table, TableAlias, TableBuilt, TableOfContents, TableShortcut, TableSplit, Tablet, TabletLandscape, Tag, TagEdit, TagExport, TagGroup, TagImport, TagNone, Tank, Task, TaskAdd, TaskApproved, TaskAssetView, TaskComplete, TaskLocation, TaskRemove, TaskSettings, TaskStar, TaskTools, TaskView, Taste, Taxi, TcpIpService, Temperature, TemperatureCelsius, TemperatureCelsiusAlt, TemperatureFahrenheit, TemperatureFahrenheitAlt, TemperatureFeelsLike, TemperatureFrigid, TemperatureHot, TemperatureInversion, TemperatureMax, TemperatureMin, TemperatureWater, Template, Tennis, TennisBall, Term, TermReference, Terminal, Terminal_3270, TestTool, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignMixed, TextAlignRight, TextAllCaps, TextBold, TextClearFormat, TextColor, TextCreation, TextFill, TextFont, TextFootnote, TextHighlight, TextIndent, WatsonHealthStatusAcknowledge, WatsonHealthStatusChange, WatsonHealthStatusPartialFail, WatsonHealthStatusResolved, WatsonHealthStressBreathEditor, WatsonHealthStudyNext, WatsonHealthStudyPrevious, WatsonHealthStudyRead, WatsonHealthStudySkip, WatsonHealthStudyTransfer, WatsonHealthStudyUnread, WatsonHealthStudyView, WatsonHealthSubVolume };
|