@carbon-labs/react-animated-header 0.1.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/LICENSE +201 -0
- package/es/__stories__/AnimatedHeader.stories.d.ts +17275 -0
- package/es/_virtual/_commonjsHelpers.js +12 -0
- package/es/_virtual/lottie.js +14 -0
- package/es/_virtual/lottie2.js +10 -0
- package/es/assets/index.d.ts +7 -0
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
- package/es/components/AnimatedHeader/AnimatedHeader.js +277 -0
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +94 -0
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
- package/es/components/Tiles/BaseTile/BaseTile.js +39 -0
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
- package/es/components/Tiles/GlassTile/GlassTile.js +53 -0
- package/es/components/Tiles/index.d.ts +12 -0
- package/es/data/index.d.ts +47 -0
- package/es/index.d.ts +11 -0
- package/es/index.js +11 -0
- package/es/node_modules/@carbon/icon-helpers/es/index.js +125 -0
- package/es/node_modules/@carbon/icons-react/es/Icon.js +71 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2967 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3260 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2906 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3151 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +2966 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3019 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +2923 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3076 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +2913 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +2917 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3141 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +811 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3195 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3119 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3002 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +2929 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +2978 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3017 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3149 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3084 -0
- package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
- package/es/node_modules/@carbon/icons-react/es/index.js +30 -0
- package/es/node_modules/@carbon-labs/utilities/es/usePrefix.js +20 -0
- package/es/node_modules/lottie-web/build/player/lottie.js +682 -0
- package/lib/__stories__/AnimatedHeader.stories.d.ts +17275 -0
- package/lib/_virtual/_commonjsHelpers.js +14 -0
- package/lib/_virtual/lottie.js +18 -0
- package/lib/_virtual/lottie2.js +12 -0
- package/lib/assets/index.d.ts +7 -0
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
- package/lib/components/AnimatedHeader/AnimatedHeader.js +281 -0
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +96 -0
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
- package/lib/components/Tiles/BaseTile/BaseTile.js +41 -0
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
- package/lib/components/Tiles/GlassTile/GlassTile.js +55 -0
- package/lib/components/Tiles/index.d.ts +12 -0
- package/lib/data/index.d.ts +47 -0
- package/lib/index.d.ts +11 -0
- package/lib/index.js +18 -0
- package/lib/node_modules/@carbon/icon-helpers/es/index.js +128 -0
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +75 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3093 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3386 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +3032 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3277 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +3092 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3145 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +3049 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3202 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +3039 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +3043 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3267 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +847 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3321 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3245 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3128 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +3055 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +3104 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3143 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3275 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3210 -0
- package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +16 -0
- package/lib/node_modules/@carbon/icons-react/es/index.js +2446 -0
- package/lib/node_modules/@carbon-labs/utilities/es/usePrefix.js +23 -0
- package/lib/node_modules/lottie-web/build/player/lottie.js +684 -0
- package/package.json +35 -0
- package/scss/AnimatedHeader/animated-header.scss +619 -0
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +187 -0
- package/scss/Tiles/GlassTile/glass-tile.scss +111 -0
- package/scss/animated_header.scss +10 -0
|
@@ -0,0 +1,2913 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2024
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React from 'react';
|
|
9
|
+
import Icon from '../Icon.js';
|
|
10
|
+
import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
|
|
13
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _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, _circle, _circle2, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _circle3, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _circle4, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _circle5, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _circle6, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _circle7, _path117, _path118, _path119, _path120, _circle8, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _rect, _path140, _path141, _path142, _path143, _circle9, _circle10, _circle11, _path144, _path145, _circle12, _circle13, _circle14, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213;
|
|
14
|
+
const Subdirectory = /*#__PURE__*/React.forwardRef(function Subdirectory(_ref, ref) {
|
|
15
|
+
let {
|
|
16
|
+
children,
|
|
17
|
+
size = 16,
|
|
18
|
+
...rest
|
|
19
|
+
} = _ref;
|
|
20
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
21
|
+
width: size,
|
|
22
|
+
height: size,
|
|
23
|
+
ref: ref,
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
...rest
|
|
28
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "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"
|
|
30
|
+
})), children);
|
|
31
|
+
});
|
|
32
|
+
if (process.env.NODE_ENV !== "production") {
|
|
33
|
+
Subdirectory.propTypes = iconPropTypes;
|
|
34
|
+
}
|
|
35
|
+
const Subflow = /*#__PURE__*/React.forwardRef(function Subflow(_ref2, ref) {
|
|
36
|
+
let {
|
|
37
|
+
children,
|
|
38
|
+
size = 16,
|
|
39
|
+
...rest
|
|
40
|
+
} = _ref2;
|
|
41
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
42
|
+
width: size,
|
|
43
|
+
height: size,
|
|
44
|
+
ref: ref,
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
viewBox: "0 0 32 32",
|
|
47
|
+
fill: "currentColor",
|
|
48
|
+
...rest
|
|
49
|
+
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
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"
|
|
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"
|
|
55
|
+
})), children);
|
|
56
|
+
});
|
|
57
|
+
if (process.env.NODE_ENV !== "production") {
|
|
58
|
+
Subflow.propTypes = iconPropTypes;
|
|
59
|
+
}
|
|
60
|
+
const SubflowLocal = /*#__PURE__*/React.forwardRef(function SubflowLocal(_ref3, ref) {
|
|
61
|
+
let {
|
|
62
|
+
children,
|
|
63
|
+
size = 16,
|
|
64
|
+
...rest
|
|
65
|
+
} = _ref3;
|
|
66
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
67
|
+
width: size,
|
|
68
|
+
height: size,
|
|
69
|
+
ref: ref,
|
|
70
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
71
|
+
viewBox: "0 0 32 32",
|
|
72
|
+
fill: "currentColor",
|
|
73
|
+
...rest
|
|
74
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
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"
|
|
76
|
+
})), children);
|
|
77
|
+
});
|
|
78
|
+
if (process.env.NODE_ENV !== "production") {
|
|
79
|
+
SubflowLocal.propTypes = iconPropTypes;
|
|
80
|
+
}
|
|
81
|
+
const SubjectDefinition = /*#__PURE__*/React.forwardRef(function SubjectDefinition(_ref4, ref) {
|
|
82
|
+
let {
|
|
83
|
+
children,
|
|
84
|
+
size = 16,
|
|
85
|
+
...rest
|
|
86
|
+
} = _ref4;
|
|
87
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
88
|
+
width: size,
|
|
89
|
+
height: size,
|
|
90
|
+
ref: ref,
|
|
91
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
92
|
+
viewBox: "0 0 32 32",
|
|
93
|
+
fill: "currentColor",
|
|
94
|
+
...rest
|
|
95
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
96
|
+
strokeWidth: "0",
|
|
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"
|
|
98
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
99
|
+
strokeWidth: "0",
|
|
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"
|
|
101
|
+
})), children);
|
|
102
|
+
});
|
|
103
|
+
if (process.env.NODE_ENV !== "production") {
|
|
104
|
+
SubjectDefinition.propTypes = iconPropTypes;
|
|
105
|
+
}
|
|
106
|
+
const SubjectUsage = /*#__PURE__*/React.forwardRef(function SubjectUsage(_ref5, ref) {
|
|
107
|
+
let {
|
|
108
|
+
children,
|
|
109
|
+
size = 16,
|
|
110
|
+
...rest
|
|
111
|
+
} = _ref5;
|
|
112
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
113
|
+
width: size,
|
|
114
|
+
height: size,
|
|
115
|
+
ref: ref,
|
|
116
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
117
|
+
viewBox: "0 0 32 32",
|
|
118
|
+
fill: "currentColor",
|
|
119
|
+
...rest
|
|
120
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
121
|
+
strokeWidth: "0",
|
|
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"
|
|
123
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
124
|
+
strokeWidth: "0",
|
|
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"
|
|
126
|
+
})), children);
|
|
127
|
+
});
|
|
128
|
+
if (process.env.NODE_ENV !== "production") {
|
|
129
|
+
SubjectUsage.propTypes = iconPropTypes;
|
|
130
|
+
}
|
|
131
|
+
const SubnetAclRules = /*#__PURE__*/React.forwardRef(function SubnetAclRules(_ref6, ref) {
|
|
132
|
+
let {
|
|
133
|
+
children,
|
|
134
|
+
size = 16,
|
|
135
|
+
...rest
|
|
136
|
+
} = _ref6;
|
|
137
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
138
|
+
width: size,
|
|
139
|
+
height: size,
|
|
140
|
+
ref: ref,
|
|
141
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
142
|
+
viewBox: "0 0 32 32",
|
|
143
|
+
fill: "currentColor",
|
|
144
|
+
...rest
|
|
145
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
146
|
+
d: "M18 14H30V16H18zM18 19H26V21H18zM18 9H30V11H18z"
|
|
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"
|
|
149
|
+
})), children);
|
|
150
|
+
});
|
|
151
|
+
if (process.env.NODE_ENV !== "production") {
|
|
152
|
+
SubnetAclRules.propTypes = iconPropTypes;
|
|
153
|
+
}
|
|
154
|
+
const Subtract = /*#__PURE__*/React.forwardRef(function Subtract(_ref7, ref) {
|
|
155
|
+
let {
|
|
156
|
+
children,
|
|
157
|
+
size = 16,
|
|
158
|
+
...rest
|
|
159
|
+
} = _ref7;
|
|
160
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
161
|
+
width: size,
|
|
162
|
+
height: size,
|
|
163
|
+
ref: ref,
|
|
164
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
165
|
+
viewBox: "0 0 32 32",
|
|
166
|
+
fill: "currentColor",
|
|
167
|
+
...rest
|
|
168
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
169
|
+
d: "M8 15H24V17H8z"
|
|
170
|
+
})), children);
|
|
171
|
+
});
|
|
172
|
+
if (process.env.NODE_ENV !== "production") {
|
|
173
|
+
Subtract.propTypes = iconPropTypes;
|
|
174
|
+
}
|
|
175
|
+
const SubtractAlt = /*#__PURE__*/React.forwardRef(function SubtractAlt(_ref8, ref) {
|
|
176
|
+
let {
|
|
177
|
+
children,
|
|
178
|
+
size = 16,
|
|
179
|
+
...rest
|
|
180
|
+
} = _ref8;
|
|
181
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
182
|
+
width: size,
|
|
183
|
+
height: size,
|
|
184
|
+
ref: ref,
|
|
185
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
186
|
+
viewBox: "0 0 32 32",
|
|
187
|
+
fill: "currentColor",
|
|
188
|
+
...rest
|
|
189
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
190
|
+
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"
|
|
191
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
192
|
+
d: "M8 15H24V17H8z"
|
|
193
|
+
})), children);
|
|
194
|
+
});
|
|
195
|
+
if (process.env.NODE_ENV !== "production") {
|
|
196
|
+
SubtractAlt.propTypes = iconPropTypes;
|
|
197
|
+
}
|
|
198
|
+
const SubtractFilled = /*#__PURE__*/React.forwardRef(function SubtractFilled(_ref9, ref) {
|
|
199
|
+
let {
|
|
200
|
+
children,
|
|
201
|
+
size = 16,
|
|
202
|
+
...rest
|
|
203
|
+
} = _ref9;
|
|
204
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
205
|
+
width: size,
|
|
206
|
+
height: size,
|
|
207
|
+
ref: ref,
|
|
208
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
209
|
+
viewBox: "0 0 32 32",
|
|
210
|
+
fill: "currentColor",
|
|
211
|
+
...rest
|
|
212
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
213
|
+
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"
|
|
214
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
215
|
+
fill: "none",
|
|
216
|
+
d: "M24 17L8 17 8 15 24 15 24 17z"
|
|
217
|
+
})), children);
|
|
218
|
+
});
|
|
219
|
+
if (process.env.NODE_ENV !== "production") {
|
|
220
|
+
SubtractFilled.propTypes = iconPropTypes;
|
|
221
|
+
}
|
|
222
|
+
const SubtractLarge = /*#__PURE__*/React.forwardRef(function SubtractLarge(_ref10, ref) {
|
|
223
|
+
let {
|
|
224
|
+
children,
|
|
225
|
+
size = 16,
|
|
226
|
+
...rest
|
|
227
|
+
} = _ref10;
|
|
228
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
229
|
+
width: size,
|
|
230
|
+
height: size,
|
|
231
|
+
ref: ref,
|
|
232
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
233
|
+
viewBox: "0 0 32 32",
|
|
234
|
+
fill: "currentColor",
|
|
235
|
+
...rest
|
|
236
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
237
|
+
d: "M5 15L5 17 27 17 27 15 5 15z"
|
|
238
|
+
})), children);
|
|
239
|
+
});
|
|
240
|
+
if (process.env.NODE_ENV !== "production") {
|
|
241
|
+
SubtractLarge.propTypes = iconPropTypes;
|
|
242
|
+
}
|
|
243
|
+
const Succession = /*#__PURE__*/React.forwardRef(function Succession(_ref11, ref) {
|
|
244
|
+
let {
|
|
245
|
+
children,
|
|
246
|
+
size = 16,
|
|
247
|
+
...rest
|
|
248
|
+
} = _ref11;
|
|
249
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
250
|
+
width: size,
|
|
251
|
+
height: size,
|
|
252
|
+
ref: ref,
|
|
253
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
254
|
+
viewBox: "0 0 32 32",
|
|
255
|
+
fill: "currentColor",
|
|
256
|
+
...rest
|
|
257
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
258
|
+
strokeWidth: "0",
|
|
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"
|
|
271
|
+
})), children);
|
|
272
|
+
});
|
|
273
|
+
if (process.env.NODE_ENV !== "production") {
|
|
274
|
+
Succession.propTypes = iconPropTypes;
|
|
275
|
+
}
|
|
276
|
+
const SummaryKpi = /*#__PURE__*/React.forwardRef(function SummaryKpi(_ref12, ref) {
|
|
277
|
+
let {
|
|
278
|
+
children,
|
|
279
|
+
size = 16,
|
|
280
|
+
...rest
|
|
281
|
+
} = _ref12;
|
|
282
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
283
|
+
width: size,
|
|
284
|
+
height: size,
|
|
285
|
+
ref: ref,
|
|
286
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
287
|
+
viewBox: "0 0 32 32",
|
|
288
|
+
fill: "currentColor",
|
|
289
|
+
...rest
|
|
290
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
291
|
+
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"
|
|
292
|
+
})), children);
|
|
293
|
+
});
|
|
294
|
+
if (process.env.NODE_ENV !== "production") {
|
|
295
|
+
SummaryKpi.propTypes = iconPropTypes;
|
|
296
|
+
}
|
|
297
|
+
const SummaryKpiMirror = /*#__PURE__*/React.forwardRef(function SummaryKpiMirror(_ref13, ref) {
|
|
298
|
+
let {
|
|
299
|
+
children,
|
|
300
|
+
size = 16,
|
|
301
|
+
...rest
|
|
302
|
+
} = _ref13;
|
|
303
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
304
|
+
width: size,
|
|
305
|
+
height: size,
|
|
306
|
+
ref: ref,
|
|
307
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
308
|
+
viewBox: "0 0 32 32",
|
|
309
|
+
fill: "currentColor",
|
|
310
|
+
...rest
|
|
311
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
312
|
+
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"
|
|
313
|
+
})), children);
|
|
314
|
+
});
|
|
315
|
+
if (process.env.NODE_ENV !== "production") {
|
|
316
|
+
SummaryKpiMirror.propTypes = iconPropTypes;
|
|
317
|
+
}
|
|
318
|
+
const Sun = /*#__PURE__*/React.forwardRef(function Sun(_ref14, ref) {
|
|
319
|
+
let {
|
|
320
|
+
children,
|
|
321
|
+
size = 16,
|
|
322
|
+
...rest
|
|
323
|
+
} = _ref14;
|
|
324
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
325
|
+
width: size,
|
|
326
|
+
height: size,
|
|
327
|
+
ref: ref,
|
|
328
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
329
|
+
viewBox: "0 0 32 32",
|
|
330
|
+
fill: "currentColor",
|
|
331
|
+
...rest
|
|
332
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
333
|
+
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",
|
|
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"
|
|
355
|
+
})), children);
|
|
356
|
+
});
|
|
357
|
+
if (process.env.NODE_ENV !== "production") {
|
|
358
|
+
Sun.propTypes = iconPropTypes;
|
|
359
|
+
}
|
|
360
|
+
const Sunrise = /*#__PURE__*/React.forwardRef(function Sunrise(_ref15, ref) {
|
|
361
|
+
let {
|
|
362
|
+
children,
|
|
363
|
+
size = 16,
|
|
364
|
+
...rest
|
|
365
|
+
} = _ref15;
|
|
366
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
367
|
+
width: size,
|
|
368
|
+
height: size,
|
|
369
|
+
ref: ref,
|
|
370
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
371
|
+
viewBox: "0 0 32 32",
|
|
372
|
+
fill: "currentColor",
|
|
373
|
+
...rest
|
|
374
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
375
|
+
d: "M2 27H29.998V29H2zM16 20a4.0045 4.0045 0 014 4h2a6 6 0 00-12 0h2A4.0045 4.0045 0 0116 20zM25 22H30V24H25z"
|
|
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"
|
|
386
|
+
})), children);
|
|
387
|
+
});
|
|
388
|
+
if (process.env.NODE_ENV !== "production") {
|
|
389
|
+
Sunrise.propTypes = iconPropTypes;
|
|
390
|
+
}
|
|
391
|
+
const Sunset = /*#__PURE__*/React.forwardRef(function Sunset(_ref16, ref) {
|
|
392
|
+
let {
|
|
393
|
+
children,
|
|
394
|
+
size = 16,
|
|
395
|
+
...rest
|
|
396
|
+
} = _ref16;
|
|
397
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
398
|
+
width: size,
|
|
399
|
+
height: size,
|
|
400
|
+
ref: ref,
|
|
401
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
402
|
+
viewBox: "0 0 32 32",
|
|
403
|
+
fill: "currentColor",
|
|
404
|
+
...rest
|
|
405
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
406
|
+
d: "M2 27.005H29.998V29.005H2z"
|
|
407
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
408
|
+
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",
|
|
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"
|
|
422
|
+
})), children);
|
|
423
|
+
});
|
|
424
|
+
if (process.env.NODE_ENV !== "production") {
|
|
425
|
+
Sunset.propTypes = iconPropTypes;
|
|
426
|
+
}
|
|
427
|
+
const SupportVectorMachine = /*#__PURE__*/React.forwardRef(function SupportVectorMachine(_ref17, ref) {
|
|
428
|
+
let {
|
|
429
|
+
children,
|
|
430
|
+
size = 16,
|
|
431
|
+
...rest
|
|
432
|
+
} = _ref17;
|
|
433
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
434
|
+
width: size,
|
|
435
|
+
height: size,
|
|
436
|
+
ref: ref,
|
|
437
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
438
|
+
viewBox: "0 0 32 32",
|
|
439
|
+
fill: "currentColor",
|
|
440
|
+
...rest
|
|
441
|
+
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
442
|
+
cx: "26",
|
|
443
|
+
cy: "18",
|
|
444
|
+
r: "4"
|
|
445
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
446
|
+
cx: "18",
|
|
447
|
+
cy: "26",
|
|
448
|
+
r: "4"
|
|
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"
|
|
454
|
+
})), children);
|
|
455
|
+
});
|
|
456
|
+
if (process.env.NODE_ENV !== "production") {
|
|
457
|
+
SupportVectorMachine.propTypes = iconPropTypes;
|
|
458
|
+
}
|
|
459
|
+
const Sustainability = /*#__PURE__*/React.forwardRef(function Sustainability(_ref18, ref) {
|
|
460
|
+
let {
|
|
461
|
+
children,
|
|
462
|
+
size = 16,
|
|
463
|
+
...rest
|
|
464
|
+
} = _ref18;
|
|
465
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
466
|
+
width: size,
|
|
467
|
+
height: size,
|
|
468
|
+
ref: ref,
|
|
469
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
470
|
+
viewBox: "0 0 32 32",
|
|
471
|
+
fill: "currentColor",
|
|
472
|
+
...rest
|
|
473
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
474
|
+
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"
|
|
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"
|
|
479
|
+
})), children);
|
|
480
|
+
});
|
|
481
|
+
if (process.env.NODE_ENV !== "production") {
|
|
482
|
+
Sustainability.propTypes = iconPropTypes;
|
|
483
|
+
}
|
|
484
|
+
const Svg = /*#__PURE__*/React.forwardRef(function Svg(_ref19, ref) {
|
|
485
|
+
let {
|
|
486
|
+
children,
|
|
487
|
+
size = 16,
|
|
488
|
+
...rest
|
|
489
|
+
} = _ref19;
|
|
490
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
491
|
+
width: size,
|
|
492
|
+
height: size,
|
|
493
|
+
ref: ref,
|
|
494
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
495
|
+
viewBox: "0 0 32 32",
|
|
496
|
+
fill: "currentColor",
|
|
497
|
+
...rest
|
|
498
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
499
|
+
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"
|
|
500
|
+
})), children);
|
|
501
|
+
});
|
|
502
|
+
if (process.env.NODE_ENV !== "production") {
|
|
503
|
+
Svg.propTypes = iconPropTypes;
|
|
504
|
+
}
|
|
505
|
+
const Swim = /*#__PURE__*/React.forwardRef(function Swim(_ref20, ref) {
|
|
506
|
+
let {
|
|
507
|
+
children,
|
|
508
|
+
size = 16,
|
|
509
|
+
...rest
|
|
510
|
+
} = _ref20;
|
|
511
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
512
|
+
width: size,
|
|
513
|
+
height: size,
|
|
514
|
+
ref: ref,
|
|
515
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
516
|
+
viewBox: "0 0 32 32",
|
|
517
|
+
fill: "currentColor",
|
|
518
|
+
...rest
|
|
519
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
520
|
+
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"
|
|
521
|
+
})), children);
|
|
522
|
+
});
|
|
523
|
+
if (process.env.NODE_ENV !== "production") {
|
|
524
|
+
Swim.propTypes = iconPropTypes;
|
|
525
|
+
}
|
|
526
|
+
const SwitchLayer_2 = /*#__PURE__*/React.forwardRef(function SwitchLayer_2(_ref21, ref) {
|
|
527
|
+
let {
|
|
528
|
+
children,
|
|
529
|
+
size = 16,
|
|
530
|
+
...rest
|
|
531
|
+
} = _ref21;
|
|
532
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
533
|
+
width: size,
|
|
534
|
+
height: size,
|
|
535
|
+
ref: ref,
|
|
536
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
537
|
+
viewBox: "0 0 32 32",
|
|
538
|
+
fill: "currentColor",
|
|
539
|
+
...rest
|
|
540
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
541
|
+
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"
|
|
542
|
+
})), children);
|
|
543
|
+
});
|
|
544
|
+
if (process.env.NODE_ENV !== "production") {
|
|
545
|
+
SwitchLayer_2.propTypes = iconPropTypes;
|
|
546
|
+
}
|
|
547
|
+
const SwitchLayer_3 = /*#__PURE__*/React.forwardRef(function SwitchLayer_3(_ref22, ref) {
|
|
548
|
+
let {
|
|
549
|
+
children,
|
|
550
|
+
size = 16,
|
|
551
|
+
...rest
|
|
552
|
+
} = _ref22;
|
|
553
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
554
|
+
width: size,
|
|
555
|
+
height: size,
|
|
556
|
+
ref: ref,
|
|
557
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
558
|
+
viewBox: "0 0 32 32",
|
|
559
|
+
fill: "currentColor",
|
|
560
|
+
...rest
|
|
561
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
562
|
+
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"
|
|
563
|
+
})), children);
|
|
564
|
+
});
|
|
565
|
+
if (process.env.NODE_ENV !== "production") {
|
|
566
|
+
SwitchLayer_3.propTypes = iconPropTypes;
|
|
567
|
+
}
|
|
568
|
+
const Switcher = /*#__PURE__*/React.forwardRef(function Switcher(_ref23, ref) {
|
|
569
|
+
let {
|
|
570
|
+
children,
|
|
571
|
+
size = 16,
|
|
572
|
+
...rest
|
|
573
|
+
} = _ref23;
|
|
574
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
575
|
+
width: size,
|
|
576
|
+
height: size,
|
|
577
|
+
ref: ref,
|
|
578
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
579
|
+
viewBox: "0 0 32 32",
|
|
580
|
+
fill: "currentColor",
|
|
581
|
+
...rest
|
|
582
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
583
|
+
d: "M14 4H18V8H14zM4 4H8V8H4zM24 4H28V8H24zM14 14H18V18H14zM4 14H8V18H4zM24 14H28V18H24zM14 24H18V28H14zM4 24H8V28H4zM24 24H28V28H24z"
|
|
584
|
+
})), children);
|
|
585
|
+
});
|
|
586
|
+
if (process.env.NODE_ENV !== "production") {
|
|
587
|
+
Switcher.propTypes = iconPropTypes;
|
|
588
|
+
}
|
|
589
|
+
const SyncSettings = /*#__PURE__*/React.forwardRef(function SyncSettings(_ref24, ref) {
|
|
590
|
+
let {
|
|
591
|
+
children,
|
|
592
|
+
size = 16,
|
|
593
|
+
...rest
|
|
594
|
+
} = _ref24;
|
|
595
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
596
|
+
width: size,
|
|
597
|
+
height: size,
|
|
598
|
+
ref: ref,
|
|
599
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
600
|
+
viewBox: "0 0 32 32",
|
|
601
|
+
fill: "currentColor",
|
|
602
|
+
...rest
|
|
603
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
604
|
+
strokeWidth: "0",
|
|
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"
|
|
609
|
+
})), children);
|
|
610
|
+
});
|
|
611
|
+
if (process.env.NODE_ENV !== "production") {
|
|
612
|
+
SyncSettings.propTypes = iconPropTypes;
|
|
613
|
+
}
|
|
614
|
+
const SysProvision = /*#__PURE__*/React.forwardRef(function SysProvision(_ref25, ref) {
|
|
615
|
+
let {
|
|
616
|
+
children,
|
|
617
|
+
size = 16,
|
|
618
|
+
...rest
|
|
619
|
+
} = _ref25;
|
|
620
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
621
|
+
width: size,
|
|
622
|
+
height: size,
|
|
623
|
+
ref: ref,
|
|
624
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
625
|
+
viewBox: "0 0 32 32",
|
|
626
|
+
fill: "currentColor",
|
|
627
|
+
...rest
|
|
628
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
629
|
+
d: "M21 20L21 30 30 25 21 20z"
|
|
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"
|
|
638
|
+
})), children);
|
|
639
|
+
});
|
|
640
|
+
if (process.env.NODE_ENV !== "production") {
|
|
641
|
+
SysProvision.propTypes = iconPropTypes;
|
|
642
|
+
}
|
|
643
|
+
const SysplexDistributor = /*#__PURE__*/React.forwardRef(function SysplexDistributor(_ref26, ref) {
|
|
644
|
+
let {
|
|
645
|
+
children,
|
|
646
|
+
size = 16,
|
|
647
|
+
...rest
|
|
648
|
+
} = _ref26;
|
|
649
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
650
|
+
width: size,
|
|
651
|
+
height: size,
|
|
652
|
+
ref: ref,
|
|
653
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
654
|
+
viewBox: "0 0 32 32",
|
|
655
|
+
fill: "currentColor",
|
|
656
|
+
...rest
|
|
657
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
658
|
+
strokeWidth: "0",
|
|
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"
|
|
660
|
+
})), children);
|
|
661
|
+
});
|
|
662
|
+
if (process.env.NODE_ENV !== "production") {
|
|
663
|
+
SysplexDistributor.propTypes = iconPropTypes;
|
|
664
|
+
}
|
|
665
|
+
const QT = /*#__PURE__*/React.forwardRef(function QT(_ref27, ref) {
|
|
666
|
+
let {
|
|
667
|
+
children,
|
|
668
|
+
size = 16,
|
|
669
|
+
...rest
|
|
670
|
+
} = _ref27;
|
|
671
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
672
|
+
width: size,
|
|
673
|
+
height: size,
|
|
674
|
+
ref: ref,
|
|
675
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
676
|
+
viewBox: "0 0 32 32",
|
|
677
|
+
fill: "currentColor",
|
|
678
|
+
...rest
|
|
679
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
680
|
+
d: "M12 11L15 11 15 23 17 23 17 11 20 11 20 9 12 9 12 11z"
|
|
681
|
+
})), children);
|
|
682
|
+
});
|
|
683
|
+
if (process.env.NODE_ENV !== "production") {
|
|
684
|
+
QT.propTypes = iconPropTypes;
|
|
685
|
+
}
|
|
686
|
+
const QTAlt = /*#__PURE__*/React.forwardRef(function QTAlt(_ref28, ref) {
|
|
687
|
+
let {
|
|
688
|
+
children,
|
|
689
|
+
size = 16,
|
|
690
|
+
...rest
|
|
691
|
+
} = _ref28;
|
|
692
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
693
|
+
width: size,
|
|
694
|
+
height: size,
|
|
695
|
+
ref: ref,
|
|
696
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
697
|
+
viewBox: "0 0 32 32",
|
|
698
|
+
fill: "currentColor",
|
|
699
|
+
...rest
|
|
700
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
701
|
+
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"
|
|
702
|
+
})), children);
|
|
703
|
+
});
|
|
704
|
+
if (process.env.NODE_ENV !== "production") {
|
|
705
|
+
QTAlt.propTypes = iconPropTypes;
|
|
706
|
+
}
|
|
707
|
+
const Table = /*#__PURE__*/React.forwardRef(function Table(_ref29, ref) {
|
|
708
|
+
let {
|
|
709
|
+
children,
|
|
710
|
+
size = 16,
|
|
711
|
+
...rest
|
|
712
|
+
} = _ref29;
|
|
713
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
714
|
+
width: size,
|
|
715
|
+
height: size,
|
|
716
|
+
ref: ref,
|
|
717
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
718
|
+
viewBox: "0 0 32 32",
|
|
719
|
+
fill: "currentColor",
|
|
720
|
+
...rest
|
|
721
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
722
|
+
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"
|
|
723
|
+
})), children);
|
|
724
|
+
});
|
|
725
|
+
if (process.env.NODE_ENV !== "production") {
|
|
726
|
+
Table.propTypes = iconPropTypes;
|
|
727
|
+
}
|
|
728
|
+
const TableAlias = /*#__PURE__*/React.forwardRef(function TableAlias(_ref30, ref) {
|
|
729
|
+
let {
|
|
730
|
+
children,
|
|
731
|
+
size = 16,
|
|
732
|
+
...rest
|
|
733
|
+
} = _ref30;
|
|
734
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
735
|
+
width: size,
|
|
736
|
+
height: size,
|
|
737
|
+
ref: ref,
|
|
738
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
739
|
+
viewBox: "0 0 32 32",
|
|
740
|
+
fill: "currentColor",
|
|
741
|
+
...rest
|
|
742
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
743
|
+
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"
|
|
744
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
745
|
+
d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
|
|
746
|
+
})), children);
|
|
747
|
+
});
|
|
748
|
+
if (process.env.NODE_ENV !== "production") {
|
|
749
|
+
TableAlias.propTypes = iconPropTypes;
|
|
750
|
+
}
|
|
751
|
+
const TableBuilt = /*#__PURE__*/React.forwardRef(function TableBuilt(_ref31, ref) {
|
|
752
|
+
let {
|
|
753
|
+
children,
|
|
754
|
+
size = 16,
|
|
755
|
+
...rest
|
|
756
|
+
} = _ref31;
|
|
757
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
758
|
+
width: size,
|
|
759
|
+
height: size,
|
|
760
|
+
ref: ref,
|
|
761
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
762
|
+
viewBox: "0 0 32 32",
|
|
763
|
+
fill: "currentColor",
|
|
764
|
+
...rest
|
|
765
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
766
|
+
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"
|
|
767
|
+
})), children);
|
|
768
|
+
});
|
|
769
|
+
if (process.env.NODE_ENV !== "production") {
|
|
770
|
+
TableBuilt.propTypes = iconPropTypes;
|
|
771
|
+
}
|
|
772
|
+
const TableShortcut = /*#__PURE__*/React.forwardRef(function TableShortcut(_ref32, ref) {
|
|
773
|
+
let {
|
|
774
|
+
children,
|
|
775
|
+
size = 16,
|
|
776
|
+
...rest
|
|
777
|
+
} = _ref32;
|
|
778
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
779
|
+
width: size,
|
|
780
|
+
height: size,
|
|
781
|
+
ref: ref,
|
|
782
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
783
|
+
viewBox: "0 0 32 32",
|
|
784
|
+
fill: "currentColor",
|
|
785
|
+
...rest
|
|
786
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
787
|
+
d: "M5 18L5 20 10.586 20 3 27.586 4.414 29 12 21.414 12 27 14 27 14 18 5 18z"
|
|
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"
|
|
790
|
+
})), children);
|
|
791
|
+
});
|
|
792
|
+
if (process.env.NODE_ENV !== "production") {
|
|
793
|
+
TableShortcut.propTypes = iconPropTypes;
|
|
794
|
+
}
|
|
795
|
+
const TableSplit = /*#__PURE__*/React.forwardRef(function TableSplit(_ref33, ref) {
|
|
796
|
+
let {
|
|
797
|
+
children,
|
|
798
|
+
size = 16,
|
|
799
|
+
...rest
|
|
800
|
+
} = _ref33;
|
|
801
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
802
|
+
width: size,
|
|
803
|
+
height: size,
|
|
804
|
+
ref: ref,
|
|
805
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
806
|
+
viewBox: "0 0 32 32",
|
|
807
|
+
fill: "currentColor",
|
|
808
|
+
...rest
|
|
809
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
810
|
+
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"
|
|
811
|
+
})), children);
|
|
812
|
+
});
|
|
813
|
+
if (process.env.NODE_ENV !== "production") {
|
|
814
|
+
TableSplit.propTypes = iconPropTypes;
|
|
815
|
+
}
|
|
816
|
+
const TableOfContents = /*#__PURE__*/React.forwardRef(function TableOfContents(_ref34, ref) {
|
|
817
|
+
let {
|
|
818
|
+
children,
|
|
819
|
+
size = 16,
|
|
820
|
+
...rest
|
|
821
|
+
} = _ref34;
|
|
822
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
823
|
+
width: size,
|
|
824
|
+
height: size,
|
|
825
|
+
ref: ref,
|
|
826
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
827
|
+
viewBox: "0 0 32 32",
|
|
828
|
+
fill: "currentColor",
|
|
829
|
+
...rest
|
|
830
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
831
|
+
d: "M4 6H22V8H4zM4 12H22V14H4zM4 18H22V20H4zM4 24H22V26H4zM26 6H28V8H26zM26 12H28V14H26zM26 18H28V20H26zM26 24H28V26H26z"
|
|
832
|
+
})), children);
|
|
833
|
+
});
|
|
834
|
+
if (process.env.NODE_ENV !== "production") {
|
|
835
|
+
TableOfContents.propTypes = iconPropTypes;
|
|
836
|
+
}
|
|
837
|
+
const Tablet = /*#__PURE__*/React.forwardRef(function Tablet(_ref35, ref) {
|
|
838
|
+
let {
|
|
839
|
+
children,
|
|
840
|
+
size = 16,
|
|
841
|
+
...rest
|
|
842
|
+
} = _ref35;
|
|
843
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
844
|
+
width: size,
|
|
845
|
+
height: size,
|
|
846
|
+
ref: ref,
|
|
847
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
848
|
+
viewBox: "0 0 32 32",
|
|
849
|
+
fill: "currentColor",
|
|
850
|
+
...rest
|
|
851
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
852
|
+
d: "M15 22H17V28H15z",
|
|
853
|
+
transform: "rotate(90 16 25)"
|
|
854
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
855
|
+
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"
|
|
856
|
+
})), children);
|
|
857
|
+
});
|
|
858
|
+
if (process.env.NODE_ENV !== "production") {
|
|
859
|
+
Tablet.propTypes = iconPropTypes;
|
|
860
|
+
}
|
|
861
|
+
const TabletLandscape = /*#__PURE__*/React.forwardRef(function TabletLandscape(_ref36, ref) {
|
|
862
|
+
let {
|
|
863
|
+
children,
|
|
864
|
+
size = 16,
|
|
865
|
+
...rest
|
|
866
|
+
} = _ref36;
|
|
867
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
868
|
+
width: size,
|
|
869
|
+
height: size,
|
|
870
|
+
ref: ref,
|
|
871
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
872
|
+
viewBox: "0 0 32 32",
|
|
873
|
+
fill: "currentColor",
|
|
874
|
+
...rest
|
|
875
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
876
|
+
d: "M24 13H26V19H24z"
|
|
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"
|
|
879
|
+
})), children);
|
|
880
|
+
});
|
|
881
|
+
if (process.env.NODE_ENV !== "production") {
|
|
882
|
+
TabletLandscape.propTypes = iconPropTypes;
|
|
883
|
+
}
|
|
884
|
+
const Tag = /*#__PURE__*/React.forwardRef(function Tag(_ref37, ref) {
|
|
885
|
+
let {
|
|
886
|
+
children,
|
|
887
|
+
size = 16,
|
|
888
|
+
...rest
|
|
889
|
+
} = _ref37;
|
|
890
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
891
|
+
width: size,
|
|
892
|
+
height: size,
|
|
893
|
+
ref: ref,
|
|
894
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
895
|
+
viewBox: "0 0 32 32",
|
|
896
|
+
fill: "currentColor",
|
|
897
|
+
...rest
|
|
898
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
899
|
+
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"
|
|
900
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
901
|
+
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"
|
|
902
|
+
})), children);
|
|
903
|
+
});
|
|
904
|
+
if (process.env.NODE_ENV !== "production") {
|
|
905
|
+
Tag.propTypes = iconPropTypes;
|
|
906
|
+
}
|
|
907
|
+
const TagEdit = /*#__PURE__*/React.forwardRef(function TagEdit(_ref38, ref) {
|
|
908
|
+
let {
|
|
909
|
+
children,
|
|
910
|
+
size = 16,
|
|
911
|
+
...rest
|
|
912
|
+
} = _ref38;
|
|
913
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
914
|
+
width: size,
|
|
915
|
+
height: size,
|
|
916
|
+
ref: ref,
|
|
917
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
918
|
+
viewBox: "0 0 32 32",
|
|
919
|
+
fill: "currentColor",
|
|
920
|
+
...rest
|
|
921
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
922
|
+
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"
|
|
923
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
924
|
+
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"
|
|
925
|
+
})), children);
|
|
926
|
+
});
|
|
927
|
+
if (process.env.NODE_ENV !== "production") {
|
|
928
|
+
TagEdit.propTypes = iconPropTypes;
|
|
929
|
+
}
|
|
930
|
+
const TagExport = /*#__PURE__*/React.forwardRef(function TagExport(_ref39, ref) {
|
|
931
|
+
let {
|
|
932
|
+
children,
|
|
933
|
+
size = 16,
|
|
934
|
+
...rest
|
|
935
|
+
} = _ref39;
|
|
936
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
937
|
+
width: size,
|
|
938
|
+
height: size,
|
|
939
|
+
ref: ref,
|
|
940
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
941
|
+
viewBox: "0 0 32 32",
|
|
942
|
+
fill: "currentColor",
|
|
943
|
+
...rest
|
|
944
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
945
|
+
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"
|
|
946
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
947
|
+
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"
|
|
948
|
+
})), children);
|
|
949
|
+
});
|
|
950
|
+
if (process.env.NODE_ENV !== "production") {
|
|
951
|
+
TagExport.propTypes = iconPropTypes;
|
|
952
|
+
}
|
|
953
|
+
const TagGroup = /*#__PURE__*/React.forwardRef(function TagGroup(_ref40, ref) {
|
|
954
|
+
let {
|
|
955
|
+
children,
|
|
956
|
+
size = 16,
|
|
957
|
+
...rest
|
|
958
|
+
} = _ref40;
|
|
959
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
960
|
+
width: size,
|
|
961
|
+
height: size,
|
|
962
|
+
ref: ref,
|
|
963
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
964
|
+
viewBox: "0 0 32 32",
|
|
965
|
+
fill: "currentColor",
|
|
966
|
+
...rest
|
|
967
|
+
}, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
968
|
+
cx: "10",
|
|
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"
|
|
975
|
+
})), children);
|
|
976
|
+
});
|
|
977
|
+
if (process.env.NODE_ENV !== "production") {
|
|
978
|
+
TagGroup.propTypes = iconPropTypes;
|
|
979
|
+
}
|
|
980
|
+
const TagImport = /*#__PURE__*/React.forwardRef(function TagImport(_ref41, ref) {
|
|
981
|
+
let {
|
|
982
|
+
children,
|
|
983
|
+
size = 16,
|
|
984
|
+
...rest
|
|
985
|
+
} = _ref41;
|
|
986
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
987
|
+
width: size,
|
|
988
|
+
height: size,
|
|
989
|
+
ref: ref,
|
|
990
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
991
|
+
viewBox: "0 0 32 32",
|
|
992
|
+
fill: "currentColor",
|
|
993
|
+
...rest
|
|
994
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
995
|
+
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"
|
|
996
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
997
|
+
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"
|
|
998
|
+
})), children);
|
|
999
|
+
});
|
|
1000
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1001
|
+
TagImport.propTypes = iconPropTypes;
|
|
1002
|
+
}
|
|
1003
|
+
const TagNone = /*#__PURE__*/React.forwardRef(function TagNone(_ref42, ref) {
|
|
1004
|
+
let {
|
|
1005
|
+
children,
|
|
1006
|
+
size = 16,
|
|
1007
|
+
...rest
|
|
1008
|
+
} = _ref42;
|
|
1009
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1010
|
+
width: size,
|
|
1011
|
+
height: size,
|
|
1012
|
+
ref: ref,
|
|
1013
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1014
|
+
viewBox: "0 0 32 32",
|
|
1015
|
+
fill: "currentColor",
|
|
1016
|
+
...rest
|
|
1017
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1018
|
+
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"
|
|
1019
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1020
|
+
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"
|
|
1021
|
+
})), children);
|
|
1022
|
+
});
|
|
1023
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1024
|
+
TagNone.propTypes = iconPropTypes;
|
|
1025
|
+
}
|
|
1026
|
+
const Tank = /*#__PURE__*/React.forwardRef(function Tank(_ref43, ref) {
|
|
1027
|
+
let {
|
|
1028
|
+
children,
|
|
1029
|
+
size = 16,
|
|
1030
|
+
...rest
|
|
1031
|
+
} = _ref43;
|
|
1032
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1033
|
+
width: size,
|
|
1034
|
+
height: size,
|
|
1035
|
+
ref: ref,
|
|
1036
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1037
|
+
viewBox: "0 0 32 32",
|
|
1038
|
+
fill: "currentColor",
|
|
1039
|
+
...rest
|
|
1040
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1041
|
+
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"
|
|
1042
|
+
})), children);
|
|
1043
|
+
});
|
|
1044
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1045
|
+
Tank.propTypes = iconPropTypes;
|
|
1046
|
+
}
|
|
1047
|
+
const Task = /*#__PURE__*/React.forwardRef(function Task(_ref44, ref) {
|
|
1048
|
+
let {
|
|
1049
|
+
children,
|
|
1050
|
+
size = 16,
|
|
1051
|
+
...rest
|
|
1052
|
+
} = _ref44;
|
|
1053
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1054
|
+
width: size,
|
|
1055
|
+
height: size,
|
|
1056
|
+
ref: ref,
|
|
1057
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1058
|
+
viewBox: "0 0 32 32",
|
|
1059
|
+
fill: "currentColor",
|
|
1060
|
+
...rest
|
|
1061
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1062
|
+
d: "M14 20.18L10.41 16.59 9 18 14 23 23 14 21.59 12.58 14 20.18z"
|
|
1063
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1064
|
+
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"
|
|
1065
|
+
})), children);
|
|
1066
|
+
});
|
|
1067
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1068
|
+
Task.propTypes = iconPropTypes;
|
|
1069
|
+
}
|
|
1070
|
+
const TaskAdd = /*#__PURE__*/React.forwardRef(function TaskAdd(_ref45, ref) {
|
|
1071
|
+
let {
|
|
1072
|
+
children,
|
|
1073
|
+
size = 16,
|
|
1074
|
+
...rest
|
|
1075
|
+
} = _ref45;
|
|
1076
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1077
|
+
width: size,
|
|
1078
|
+
height: size,
|
|
1079
|
+
ref: ref,
|
|
1080
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1081
|
+
viewBox: "0 0 32 32",
|
|
1082
|
+
fill: "currentColor",
|
|
1083
|
+
...rest
|
|
1084
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1085
|
+
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"
|
|
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"
|
|
1088
|
+
})), children);
|
|
1089
|
+
});
|
|
1090
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1091
|
+
TaskAdd.propTypes = iconPropTypes;
|
|
1092
|
+
}
|
|
1093
|
+
const TaskApproved = /*#__PURE__*/React.forwardRef(function TaskApproved(_ref46, ref) {
|
|
1094
|
+
let {
|
|
1095
|
+
children,
|
|
1096
|
+
size = 16,
|
|
1097
|
+
...rest
|
|
1098
|
+
} = _ref46;
|
|
1099
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1100
|
+
width: size,
|
|
1101
|
+
height: size,
|
|
1102
|
+
ref: ref,
|
|
1103
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1104
|
+
viewBox: "0 0 32 32",
|
|
1105
|
+
fill: "currentColor",
|
|
1106
|
+
...rest
|
|
1107
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1108
|
+
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"
|
|
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"
|
|
1111
|
+
})), children);
|
|
1112
|
+
});
|
|
1113
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1114
|
+
TaskApproved.propTypes = iconPropTypes;
|
|
1115
|
+
}
|
|
1116
|
+
const TaskAssetView = /*#__PURE__*/React.forwardRef(function TaskAssetView(_ref47, ref) {
|
|
1117
|
+
let {
|
|
1118
|
+
children,
|
|
1119
|
+
size = 16,
|
|
1120
|
+
...rest
|
|
1121
|
+
} = _ref47;
|
|
1122
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1123
|
+
width: size,
|
|
1124
|
+
height: size,
|
|
1125
|
+
ref: ref,
|
|
1126
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1127
|
+
viewBox: "0 0 32 32",
|
|
1128
|
+
fill: "currentColor",
|
|
1129
|
+
...rest
|
|
1130
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1131
|
+
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"
|
|
1132
|
+
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1133
|
+
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"
|
|
1134
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1135
|
+
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"
|
|
1136
|
+
})), children);
|
|
1137
|
+
});
|
|
1138
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1139
|
+
TaskAssetView.propTypes = iconPropTypes;
|
|
1140
|
+
}
|
|
1141
|
+
const TaskComplete = /*#__PURE__*/React.forwardRef(function TaskComplete(_ref48, ref) {
|
|
1142
|
+
let {
|
|
1143
|
+
children,
|
|
1144
|
+
size = 16,
|
|
1145
|
+
...rest
|
|
1146
|
+
} = _ref48;
|
|
1147
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1148
|
+
width: size,
|
|
1149
|
+
height: size,
|
|
1150
|
+
ref: ref,
|
|
1151
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1152
|
+
viewBox: "0 0 32 32",
|
|
1153
|
+
fill: "currentColor",
|
|
1154
|
+
...rest
|
|
1155
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1156
|
+
d: "M22 27.18L19.41 24.59 18 26 22 30 30 22 28.59 20.59 22 27.18z"
|
|
1157
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1158
|
+
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"
|
|
1159
|
+
})), children);
|
|
1160
|
+
});
|
|
1161
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1162
|
+
TaskComplete.propTypes = iconPropTypes;
|
|
1163
|
+
}
|
|
1164
|
+
const TaskLocation = /*#__PURE__*/React.forwardRef(function TaskLocation(_ref49, ref) {
|
|
1165
|
+
let {
|
|
1166
|
+
children,
|
|
1167
|
+
size = 16,
|
|
1168
|
+
...rest
|
|
1169
|
+
} = _ref49;
|
|
1170
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1171
|
+
width: size,
|
|
1172
|
+
height: size,
|
|
1173
|
+
ref: ref,
|
|
1174
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1175
|
+
viewBox: "0 0 32 32",
|
|
1176
|
+
fill: "currentColor",
|
|
1177
|
+
...rest
|
|
1178
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
1179
|
+
cx: "24",
|
|
1180
|
+
cy: "21",
|
|
1181
|
+
r: "2"
|
|
1182
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1183
|
+
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"
|
|
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"
|
|
1186
|
+
})), children);
|
|
1187
|
+
});
|
|
1188
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1189
|
+
TaskLocation.propTypes = iconPropTypes;
|
|
1190
|
+
}
|
|
1191
|
+
const TaskRemove = /*#__PURE__*/React.forwardRef(function TaskRemove(_ref50, ref) {
|
|
1192
|
+
let {
|
|
1193
|
+
children,
|
|
1194
|
+
size = 16,
|
|
1195
|
+
...rest
|
|
1196
|
+
} = _ref50;
|
|
1197
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1198
|
+
width: size,
|
|
1199
|
+
height: size,
|
|
1200
|
+
ref: ref,
|
|
1201
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1202
|
+
viewBox: "0 0 32 32",
|
|
1203
|
+
fill: "currentColor",
|
|
1204
|
+
...rest
|
|
1205
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1206
|
+
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"
|
|
1207
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1208
|
+
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"
|
|
1209
|
+
})), children);
|
|
1210
|
+
});
|
|
1211
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1212
|
+
TaskRemove.propTypes = iconPropTypes;
|
|
1213
|
+
}
|
|
1214
|
+
const TaskSettings = /*#__PURE__*/React.forwardRef(function TaskSettings(_ref51, ref) {
|
|
1215
|
+
let {
|
|
1216
|
+
children,
|
|
1217
|
+
size = 16,
|
|
1218
|
+
...rest
|
|
1219
|
+
} = _ref51;
|
|
1220
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1221
|
+
width: size,
|
|
1222
|
+
height: size,
|
|
1223
|
+
ref: ref,
|
|
1224
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1225
|
+
viewBox: "0 0 32 32",
|
|
1226
|
+
fill: "currentColor",
|
|
1227
|
+
...rest
|
|
1228
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1229
|
+
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"
|
|
1230
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1231
|
+
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"
|
|
1232
|
+
})), children);
|
|
1233
|
+
});
|
|
1234
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1235
|
+
TaskSettings.propTypes = iconPropTypes;
|
|
1236
|
+
}
|
|
1237
|
+
const TaskStar = /*#__PURE__*/React.forwardRef(function TaskStar(_ref52, ref) {
|
|
1238
|
+
let {
|
|
1239
|
+
children,
|
|
1240
|
+
size = 16,
|
|
1241
|
+
...rest
|
|
1242
|
+
} = _ref52;
|
|
1243
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1244
|
+
width: size,
|
|
1245
|
+
height: size,
|
|
1246
|
+
ref: ref,
|
|
1247
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1248
|
+
viewBox: "0 0 32 32",
|
|
1249
|
+
fill: "currentColor",
|
|
1250
|
+
...rest
|
|
1251
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1252
|
+
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"
|
|
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"
|
|
1255
|
+
})), children);
|
|
1256
|
+
});
|
|
1257
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1258
|
+
TaskStar.propTypes = iconPropTypes;
|
|
1259
|
+
}
|
|
1260
|
+
const TaskTools = /*#__PURE__*/React.forwardRef(function TaskTools(_ref53, ref) {
|
|
1261
|
+
let {
|
|
1262
|
+
children,
|
|
1263
|
+
size = 16,
|
|
1264
|
+
...rest
|
|
1265
|
+
} = _ref53;
|
|
1266
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1267
|
+
width: size,
|
|
1268
|
+
height: size,
|
|
1269
|
+
ref: ref,
|
|
1270
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1271
|
+
viewBox: "0 0 32 32",
|
|
1272
|
+
fill: "currentColor",
|
|
1273
|
+
...rest
|
|
1274
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1275
|
+
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"
|
|
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"
|
|
1278
|
+
})), children);
|
|
1279
|
+
});
|
|
1280
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1281
|
+
TaskTools.propTypes = iconPropTypes;
|
|
1282
|
+
}
|
|
1283
|
+
const TaskView = /*#__PURE__*/React.forwardRef(function TaskView(_ref54, ref) {
|
|
1284
|
+
let {
|
|
1285
|
+
children,
|
|
1286
|
+
size = 16,
|
|
1287
|
+
...rest
|
|
1288
|
+
} = _ref54;
|
|
1289
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1290
|
+
width: size,
|
|
1291
|
+
height: size,
|
|
1292
|
+
ref: ref,
|
|
1293
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1294
|
+
viewBox: "0 0 32 32",
|
|
1295
|
+
fill: "currentColor",
|
|
1296
|
+
...rest
|
|
1297
|
+
}, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
1298
|
+
cx: "22",
|
|
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"
|
|
1308
|
+
})), children);
|
|
1309
|
+
});
|
|
1310
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1311
|
+
TaskView.propTypes = iconPropTypes;
|
|
1312
|
+
}
|
|
1313
|
+
const Taste = /*#__PURE__*/React.forwardRef(function Taste(_ref55, ref) {
|
|
1314
|
+
let {
|
|
1315
|
+
children,
|
|
1316
|
+
size = 16,
|
|
1317
|
+
...rest
|
|
1318
|
+
} = _ref55;
|
|
1319
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1320
|
+
width: size,
|
|
1321
|
+
height: size,
|
|
1322
|
+
ref: ref,
|
|
1323
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1324
|
+
viewBox: "0 0 32 32",
|
|
1325
|
+
fill: "currentColor",
|
|
1326
|
+
...rest
|
|
1327
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1328
|
+
d: "M4 4V6H8v8a8 8 0 0016 0V6h4V4zM22 14a6 6 0 01-12 0V6h5v8h2V6h5zM11 26H13V28H11zM7 24H9V26H7zM15 24H17V26H15zM19 26H21V28H19zM23 24H25V26H23z"
|
|
1329
|
+
})), children);
|
|
1330
|
+
});
|
|
1331
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1332
|
+
Taste.propTypes = iconPropTypes;
|
|
1333
|
+
}
|
|
1334
|
+
const Taxi = /*#__PURE__*/React.forwardRef(function Taxi(_ref56, ref) {
|
|
1335
|
+
let {
|
|
1336
|
+
children,
|
|
1337
|
+
size = 16,
|
|
1338
|
+
...rest
|
|
1339
|
+
} = _ref56;
|
|
1340
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1341
|
+
width: size,
|
|
1342
|
+
height: size,
|
|
1343
|
+
ref: ref,
|
|
1344
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1345
|
+
viewBox: "0 0 32 32",
|
|
1346
|
+
fill: "currentColor",
|
|
1347
|
+
...rest
|
|
1348
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1349
|
+
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"
|
|
1350
|
+
})), children);
|
|
1351
|
+
});
|
|
1352
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1353
|
+
Taxi.propTypes = iconPropTypes;
|
|
1354
|
+
}
|
|
1355
|
+
const TcpIpService = /*#__PURE__*/React.forwardRef(function TcpIpService(_ref57, ref) {
|
|
1356
|
+
let {
|
|
1357
|
+
children,
|
|
1358
|
+
size = 16,
|
|
1359
|
+
...rest
|
|
1360
|
+
} = _ref57;
|
|
1361
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1362
|
+
width: size,
|
|
1363
|
+
height: size,
|
|
1364
|
+
ref: ref,
|
|
1365
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1366
|
+
viewBox: "0 0 32 32",
|
|
1367
|
+
fill: "currentColor",
|
|
1368
|
+
...rest
|
|
1369
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1370
|
+
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"
|
|
1371
|
+
})), children);
|
|
1372
|
+
});
|
|
1373
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1374
|
+
TcpIpService.propTypes = iconPropTypes;
|
|
1375
|
+
}
|
|
1376
|
+
const Temperature = /*#__PURE__*/React.forwardRef(function Temperature(_ref58, ref) {
|
|
1377
|
+
let {
|
|
1378
|
+
children,
|
|
1379
|
+
size = 16,
|
|
1380
|
+
...rest
|
|
1381
|
+
} = _ref58;
|
|
1382
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1383
|
+
width: size,
|
|
1384
|
+
height: size,
|
|
1385
|
+
ref: ref,
|
|
1386
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1387
|
+
viewBox: "0 0 32 32",
|
|
1388
|
+
fill: "currentColor",
|
|
1389
|
+
...rest
|
|
1390
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1391
|
+
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"
|
|
1392
|
+
})), children);
|
|
1393
|
+
});
|
|
1394
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1395
|
+
Temperature.propTypes = iconPropTypes;
|
|
1396
|
+
}
|
|
1397
|
+
const TemperatureCelsius = /*#__PURE__*/React.forwardRef(function TemperatureCelsius(_ref59, ref) {
|
|
1398
|
+
let {
|
|
1399
|
+
children,
|
|
1400
|
+
size = 16,
|
|
1401
|
+
...rest
|
|
1402
|
+
} = _ref59;
|
|
1403
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1404
|
+
width: size,
|
|
1405
|
+
height: size,
|
|
1406
|
+
ref: ref,
|
|
1407
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1408
|
+
viewBox: "0 0 32 32",
|
|
1409
|
+
fill: "currentColor",
|
|
1410
|
+
...rest
|
|
1411
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1412
|
+
d: "M30,18H24a2.0023,2.0023,0,0,1-2-2V6a2.002,2.002,0,0,1,2-2h6V6H24V16h6Z"
|
|
1413
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
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"
|
|
1421
|
+
})), children);
|
|
1422
|
+
});
|
|
1423
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1424
|
+
TemperatureCelsius.propTypes = iconPropTypes;
|
|
1425
|
+
}
|
|
1426
|
+
const TemperatureCelsiusAlt = /*#__PURE__*/React.forwardRef(function TemperatureCelsiusAlt(_ref60, ref) {
|
|
1427
|
+
let {
|
|
1428
|
+
children,
|
|
1429
|
+
size = 16,
|
|
1430
|
+
...rest
|
|
1431
|
+
} = _ref60;
|
|
1432
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1433
|
+
width: size,
|
|
1434
|
+
height: size,
|
|
1435
|
+
ref: ref,
|
|
1436
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1437
|
+
viewBox: "0 0 32 32",
|
|
1438
|
+
fill: "currentColor",
|
|
1439
|
+
...rest
|
|
1440
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1441
|
+
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"
|
|
1442
|
+
})), children);
|
|
1443
|
+
});
|
|
1444
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1445
|
+
TemperatureCelsiusAlt.propTypes = iconPropTypes;
|
|
1446
|
+
}
|
|
1447
|
+
const TemperatureFahrenheit = /*#__PURE__*/React.forwardRef(function TemperatureFahrenheit(_ref61, ref) {
|
|
1448
|
+
let {
|
|
1449
|
+
children,
|
|
1450
|
+
size = 16,
|
|
1451
|
+
...rest
|
|
1452
|
+
} = _ref61;
|
|
1453
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1454
|
+
width: size,
|
|
1455
|
+
height: size,
|
|
1456
|
+
ref: ref,
|
|
1457
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1458
|
+
viewBox: "0 0 32 32",
|
|
1459
|
+
fill: "currentColor",
|
|
1460
|
+
...rest
|
|
1461
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1462
|
+
d: "M30 6L30 4 22 4 22 18 24 18 24 12 29 12 29 10 24 10 24 6 30 6z"
|
|
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"
|
|
1471
|
+
})), children);
|
|
1472
|
+
});
|
|
1473
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1474
|
+
TemperatureFahrenheit.propTypes = iconPropTypes;
|
|
1475
|
+
}
|
|
1476
|
+
const TemperatureFahrenheitAlt = /*#__PURE__*/React.forwardRef(function TemperatureFahrenheitAlt(_ref62, ref) {
|
|
1477
|
+
let {
|
|
1478
|
+
children,
|
|
1479
|
+
size = 16,
|
|
1480
|
+
...rest
|
|
1481
|
+
} = _ref62;
|
|
1482
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1483
|
+
width: size,
|
|
1484
|
+
height: size,
|
|
1485
|
+
ref: ref,
|
|
1486
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1487
|
+
viewBox: "0 0 32 32",
|
|
1488
|
+
fill: "currentColor",
|
|
1489
|
+
...rest
|
|
1490
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1491
|
+
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"
|
|
1492
|
+
})), children);
|
|
1493
|
+
});
|
|
1494
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1495
|
+
TemperatureFahrenheitAlt.propTypes = iconPropTypes;
|
|
1496
|
+
}
|
|
1497
|
+
const TemperatureFeelsLike = /*#__PURE__*/React.forwardRef(function TemperatureFeelsLike(_ref63, ref) {
|
|
1498
|
+
let {
|
|
1499
|
+
children,
|
|
1500
|
+
size = 16,
|
|
1501
|
+
...rest
|
|
1502
|
+
} = _ref63;
|
|
1503
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1504
|
+
width: size,
|
|
1505
|
+
height: size,
|
|
1506
|
+
ref: ref,
|
|
1507
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1508
|
+
viewBox: "0 0 32 32",
|
|
1509
|
+
fill: "currentColor",
|
|
1510
|
+
...rest
|
|
1511
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1512
|
+
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"
|
|
1513
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1514
|
+
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"
|
|
1515
|
+
})), children);
|
|
1516
|
+
});
|
|
1517
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1518
|
+
TemperatureFeelsLike.propTypes = iconPropTypes;
|
|
1519
|
+
}
|
|
1520
|
+
const TemperatureFrigid = /*#__PURE__*/React.forwardRef(function TemperatureFrigid(_ref64, ref) {
|
|
1521
|
+
let {
|
|
1522
|
+
children,
|
|
1523
|
+
size = 16,
|
|
1524
|
+
...rest
|
|
1525
|
+
} = _ref64;
|
|
1526
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1527
|
+
width: size,
|
|
1528
|
+
height: size,
|
|
1529
|
+
ref: ref,
|
|
1530
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1531
|
+
viewBox: "0 0 32 32",
|
|
1532
|
+
fill: "currentColor",
|
|
1533
|
+
...rest
|
|
1534
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1535
|
+
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"
|
|
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"
|
|
1538
|
+
})), children);
|
|
1539
|
+
});
|
|
1540
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1541
|
+
TemperatureFrigid.propTypes = iconPropTypes;
|
|
1542
|
+
}
|
|
1543
|
+
const TemperatureHot = /*#__PURE__*/React.forwardRef(function TemperatureHot(_ref65, ref) {
|
|
1544
|
+
let {
|
|
1545
|
+
children,
|
|
1546
|
+
size = 16,
|
|
1547
|
+
...rest
|
|
1548
|
+
} = _ref65;
|
|
1549
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1550
|
+
width: size,
|
|
1551
|
+
height: size,
|
|
1552
|
+
ref: ref,
|
|
1553
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1554
|
+
viewBox: "0 0 32 32",
|
|
1555
|
+
fill: "currentColor",
|
|
1556
|
+
...rest
|
|
1557
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1558
|
+
d: "M26 13H30V15H26z"
|
|
1559
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1560
|
+
d: "M23.121 5.879H27.121V7.879H23.121z",
|
|
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"
|
|
1569
|
+
})), children);
|
|
1570
|
+
});
|
|
1571
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1572
|
+
TemperatureHot.propTypes = iconPropTypes;
|
|
1573
|
+
}
|
|
1574
|
+
const TemperatureInversion = /*#__PURE__*/React.forwardRef(function TemperatureInversion(_ref66, ref) {
|
|
1575
|
+
let {
|
|
1576
|
+
children,
|
|
1577
|
+
size = 16,
|
|
1578
|
+
...rest
|
|
1579
|
+
} = _ref66;
|
|
1580
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1581
|
+
width: size,
|
|
1582
|
+
height: size,
|
|
1583
|
+
ref: ref,
|
|
1584
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1585
|
+
viewBox: "0 0 32 32",
|
|
1586
|
+
fill: "currentColor",
|
|
1587
|
+
...rest
|
|
1588
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1589
|
+
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"
|
|
1590
|
+
})), children);
|
|
1591
|
+
});
|
|
1592
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1593
|
+
TemperatureInversion.propTypes = iconPropTypes;
|
|
1594
|
+
}
|
|
1595
|
+
const TemperatureMax = /*#__PURE__*/React.forwardRef(function TemperatureMax(_ref67, ref) {
|
|
1596
|
+
let {
|
|
1597
|
+
children,
|
|
1598
|
+
size = 16,
|
|
1599
|
+
...rest
|
|
1600
|
+
} = _ref67;
|
|
1601
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1602
|
+
width: size,
|
|
1603
|
+
height: size,
|
|
1604
|
+
ref: ref,
|
|
1605
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1606
|
+
viewBox: "0 0 32 32",
|
|
1607
|
+
fill: "currentColor",
|
|
1608
|
+
...rest
|
|
1609
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1610
|
+
d: "M20 10H27V12H20zM20 16H30V18H20zM20 22H27V24H20zM10 20.1839V7H8V20.1839a3 3 0 102 0z"
|
|
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"
|
|
1613
|
+
})), children);
|
|
1614
|
+
});
|
|
1615
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1616
|
+
TemperatureMax.propTypes = iconPropTypes;
|
|
1617
|
+
}
|
|
1618
|
+
const TemperatureMin = /*#__PURE__*/React.forwardRef(function TemperatureMin(_ref68, ref) {
|
|
1619
|
+
let {
|
|
1620
|
+
children,
|
|
1621
|
+
size = 16,
|
|
1622
|
+
...rest
|
|
1623
|
+
} = _ref68;
|
|
1624
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1625
|
+
width: size,
|
|
1626
|
+
height: size,
|
|
1627
|
+
ref: ref,
|
|
1628
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1629
|
+
viewBox: "0 0 32 32",
|
|
1630
|
+
fill: "currentColor",
|
|
1631
|
+
...rest
|
|
1632
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1633
|
+
d: "M20 4H27V6H20zM20 10H30V12H20zM20 16H27V18H20zM12 23a3 3 0 01-6 0z"
|
|
1634
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1635
|
+
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"
|
|
1636
|
+
})), children);
|
|
1637
|
+
});
|
|
1638
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1639
|
+
TemperatureMin.propTypes = iconPropTypes;
|
|
1640
|
+
}
|
|
1641
|
+
const TemperatureWater = /*#__PURE__*/React.forwardRef(function TemperatureWater(_ref69, ref) {
|
|
1642
|
+
let {
|
|
1643
|
+
children,
|
|
1644
|
+
size = 16,
|
|
1645
|
+
...rest
|
|
1646
|
+
} = _ref69;
|
|
1647
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1648
|
+
width: size,
|
|
1649
|
+
height: size,
|
|
1650
|
+
ref: ref,
|
|
1651
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1652
|
+
viewBox: "0 0 32 32",
|
|
1653
|
+
fill: "currentColor",
|
|
1654
|
+
...rest
|
|
1655
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1656
|
+
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"
|
|
1657
|
+
})), children);
|
|
1658
|
+
});
|
|
1659
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1660
|
+
TemperatureWater.propTypes = iconPropTypes;
|
|
1661
|
+
}
|
|
1662
|
+
const Template = /*#__PURE__*/React.forwardRef(function Template(_ref70, ref) {
|
|
1663
|
+
let {
|
|
1664
|
+
children,
|
|
1665
|
+
size = 16,
|
|
1666
|
+
...rest
|
|
1667
|
+
} = _ref70;
|
|
1668
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1669
|
+
width: size,
|
|
1670
|
+
height: size,
|
|
1671
|
+
ref: ref,
|
|
1672
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1673
|
+
viewBox: "0 0 32 32",
|
|
1674
|
+
fill: "currentColor",
|
|
1675
|
+
...rest
|
|
1676
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1677
|
+
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"
|
|
1678
|
+
})), children);
|
|
1679
|
+
});
|
|
1680
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1681
|
+
Template.propTypes = iconPropTypes;
|
|
1682
|
+
}
|
|
1683
|
+
const Tennis = /*#__PURE__*/React.forwardRef(function Tennis(_ref71, ref) {
|
|
1684
|
+
let {
|
|
1685
|
+
children,
|
|
1686
|
+
size = 16,
|
|
1687
|
+
...rest
|
|
1688
|
+
} = _ref71;
|
|
1689
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1690
|
+
width: size,
|
|
1691
|
+
height: size,
|
|
1692
|
+
ref: ref,
|
|
1693
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1694
|
+
viewBox: "0 0 32 32",
|
|
1695
|
+
fill: "currentColor",
|
|
1696
|
+
...rest
|
|
1697
|
+
}, _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
|
1698
|
+
width: "4",
|
|
1699
|
+
height: "4",
|
|
1700
|
+
x: "20",
|
|
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"
|
|
1707
|
+
})), children);
|
|
1708
|
+
});
|
|
1709
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1710
|
+
Tennis.propTypes = iconPropTypes;
|
|
1711
|
+
}
|
|
1712
|
+
const TennisBall = /*#__PURE__*/React.forwardRef(function TennisBall(_ref72, ref) {
|
|
1713
|
+
let {
|
|
1714
|
+
children,
|
|
1715
|
+
size = 16,
|
|
1716
|
+
...rest
|
|
1717
|
+
} = _ref72;
|
|
1718
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1719
|
+
width: size,
|
|
1720
|
+
height: size,
|
|
1721
|
+
ref: ref,
|
|
1722
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1723
|
+
viewBox: "0 0 32 32",
|
|
1724
|
+
fill: "currentColor",
|
|
1725
|
+
...rest
|
|
1726
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1727
|
+
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"
|
|
1728
|
+
})), children);
|
|
1729
|
+
});
|
|
1730
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1731
|
+
TennisBall.propTypes = iconPropTypes;
|
|
1732
|
+
}
|
|
1733
|
+
const Term = /*#__PURE__*/React.forwardRef(function Term(_ref73, ref) {
|
|
1734
|
+
let {
|
|
1735
|
+
children,
|
|
1736
|
+
size = 16,
|
|
1737
|
+
...rest
|
|
1738
|
+
} = _ref73;
|
|
1739
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1740
|
+
width: size,
|
|
1741
|
+
height: size,
|
|
1742
|
+
ref: ref,
|
|
1743
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1744
|
+
viewBox: "0 0 32 32",
|
|
1745
|
+
fill: "currentColor",
|
|
1746
|
+
...rest
|
|
1747
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1748
|
+
d: "M28,26H25V24h3V8H25V6h3a2.0023,2.0023,0,0,1,2,2V24A2.0027,2.0027,0,0,1,28,26Z"
|
|
1749
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
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",
|
|
1760
|
+
r: "2"
|
|
1761
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1762
|
+
d: "M7,26H4a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,4,6H7V8H4V24H7Z"
|
|
1763
|
+
})), children);
|
|
1764
|
+
});
|
|
1765
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1766
|
+
Term.propTypes = iconPropTypes;
|
|
1767
|
+
}
|
|
1768
|
+
const TermReference = /*#__PURE__*/React.forwardRef(function TermReference(_ref74, ref) {
|
|
1769
|
+
let {
|
|
1770
|
+
children,
|
|
1771
|
+
size = 16,
|
|
1772
|
+
...rest
|
|
1773
|
+
} = _ref74;
|
|
1774
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1775
|
+
width: size,
|
|
1776
|
+
height: size,
|
|
1777
|
+
ref: ref,
|
|
1778
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1779
|
+
viewBox: "0 0 32 32",
|
|
1780
|
+
fill: "currentColor",
|
|
1781
|
+
...rest
|
|
1782
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1783
|
+
strokeWidth: "0",
|
|
1784
|
+
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"
|
|
1785
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
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"
|
|
1803
|
+
})), children);
|
|
1804
|
+
});
|
|
1805
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1806
|
+
TermReference.propTypes = iconPropTypes;
|
|
1807
|
+
}
|
|
1808
|
+
const Terminal = /*#__PURE__*/React.forwardRef(function Terminal(_ref75, ref) {
|
|
1809
|
+
let {
|
|
1810
|
+
children,
|
|
1811
|
+
size = 16,
|
|
1812
|
+
...rest
|
|
1813
|
+
} = _ref75;
|
|
1814
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1815
|
+
width: size,
|
|
1816
|
+
height: size,
|
|
1817
|
+
ref: ref,
|
|
1818
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1819
|
+
viewBox: "0 0 32 32",
|
|
1820
|
+
fill: "currentColor",
|
|
1821
|
+
...rest
|
|
1822
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1823
|
+
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",
|
|
1824
|
+
transform: "translate(0 .01)"
|
|
1825
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
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"
|
|
1827
|
+
})), children);
|
|
1828
|
+
});
|
|
1829
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1830
|
+
Terminal.propTypes = iconPropTypes;
|
|
1831
|
+
}
|
|
1832
|
+
const Terminal_3270 = /*#__PURE__*/React.forwardRef(function Terminal_3270(_ref76, ref) {
|
|
1833
|
+
let {
|
|
1834
|
+
children,
|
|
1835
|
+
size = 16,
|
|
1836
|
+
...rest
|
|
1837
|
+
} = _ref76;
|
|
1838
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1839
|
+
width: size,
|
|
1840
|
+
height: size,
|
|
1841
|
+
ref: ref,
|
|
1842
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1843
|
+
viewBox: "0 0 32 32",
|
|
1844
|
+
fill: "currentColor",
|
|
1845
|
+
...rest
|
|
1846
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
1847
|
+
d: "M10 21H16V23H10z"
|
|
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"
|
|
1850
|
+
})), children);
|
|
1851
|
+
});
|
|
1852
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1853
|
+
Terminal_3270.propTypes = iconPropTypes;
|
|
1854
|
+
}
|
|
1855
|
+
const TestTool = /*#__PURE__*/React.forwardRef(function TestTool(_ref77, ref) {
|
|
1856
|
+
let {
|
|
1857
|
+
children,
|
|
1858
|
+
size = 16,
|
|
1859
|
+
...rest
|
|
1860
|
+
} = _ref77;
|
|
1861
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1862
|
+
width: size,
|
|
1863
|
+
height: size,
|
|
1864
|
+
ref: ref,
|
|
1865
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1866
|
+
viewBox: "0 0 32 32",
|
|
1867
|
+
fill: "currentColor",
|
|
1868
|
+
...rest
|
|
1869
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
1870
|
+
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"
|
|
1871
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
1872
|
+
d: "M17 15L17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z"
|
|
1873
|
+
})), children);
|
|
1874
|
+
});
|
|
1875
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1876
|
+
TestTool.propTypes = iconPropTypes;
|
|
1877
|
+
}
|
|
1878
|
+
const TextAlignCenter = /*#__PURE__*/React.forwardRef(function TextAlignCenter(_ref78, ref) {
|
|
1879
|
+
let {
|
|
1880
|
+
children,
|
|
1881
|
+
size = 16,
|
|
1882
|
+
...rest
|
|
1883
|
+
} = _ref78;
|
|
1884
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1885
|
+
width: size,
|
|
1886
|
+
height: size,
|
|
1887
|
+
ref: ref,
|
|
1888
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1889
|
+
viewBox: "0 0 32 32",
|
|
1890
|
+
fill: "currentColor",
|
|
1891
|
+
...rest
|
|
1892
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
1893
|
+
d: "M6 6H26V8H6zM10 12H22V14H10zM6 18H26V20H6zM10 24H22V26H10z"
|
|
1894
|
+
})), children);
|
|
1895
|
+
});
|
|
1896
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1897
|
+
TextAlignCenter.propTypes = iconPropTypes;
|
|
1898
|
+
}
|
|
1899
|
+
const TextAlignJustify = /*#__PURE__*/React.forwardRef(function TextAlignJustify(_ref79, ref) {
|
|
1900
|
+
let {
|
|
1901
|
+
children,
|
|
1902
|
+
size = 16,
|
|
1903
|
+
...rest
|
|
1904
|
+
} = _ref79;
|
|
1905
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1906
|
+
width: size,
|
|
1907
|
+
height: size,
|
|
1908
|
+
ref: ref,
|
|
1909
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1910
|
+
viewBox: "0 0 32 32",
|
|
1911
|
+
fill: "currentColor",
|
|
1912
|
+
...rest
|
|
1913
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
1914
|
+
d: "M6 6H26V8H6zM6 12H26V14H6zM6 18H26V20H6zM6 24H26V26H6z"
|
|
1915
|
+
})), children);
|
|
1916
|
+
});
|
|
1917
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1918
|
+
TextAlignJustify.propTypes = iconPropTypes;
|
|
1919
|
+
}
|
|
1920
|
+
const TextAlignLeft = /*#__PURE__*/React.forwardRef(function TextAlignLeft(_ref80, ref) {
|
|
1921
|
+
let {
|
|
1922
|
+
children,
|
|
1923
|
+
size = 16,
|
|
1924
|
+
...rest
|
|
1925
|
+
} = _ref80;
|
|
1926
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1927
|
+
width: size,
|
|
1928
|
+
height: size,
|
|
1929
|
+
ref: ref,
|
|
1930
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1931
|
+
viewBox: "0 0 32 32",
|
|
1932
|
+
fill: "currentColor",
|
|
1933
|
+
...rest
|
|
1934
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
1935
|
+
d: "M12 6H26V8H12zM12 12H22V14H12zM12 18H26V20H12zM12 24H22V26H12zM6 4H8V28H6z"
|
|
1936
|
+
})), children);
|
|
1937
|
+
});
|
|
1938
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1939
|
+
TextAlignLeft.propTypes = iconPropTypes;
|
|
1940
|
+
}
|
|
1941
|
+
const TextAlignMixed = /*#__PURE__*/React.forwardRef(function TextAlignMixed(_ref81, ref) {
|
|
1942
|
+
let {
|
|
1943
|
+
children,
|
|
1944
|
+
size = 16,
|
|
1945
|
+
...rest
|
|
1946
|
+
} = _ref81;
|
|
1947
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1948
|
+
width: size,
|
|
1949
|
+
height: size,
|
|
1950
|
+
ref: ref,
|
|
1951
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1952
|
+
viewBox: "0 0 32 32",
|
|
1953
|
+
fill: "currentColor",
|
|
1954
|
+
...rest
|
|
1955
|
+
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
1956
|
+
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"
|
|
1957
|
+
})), children);
|
|
1958
|
+
});
|
|
1959
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1960
|
+
TextAlignMixed.propTypes = iconPropTypes;
|
|
1961
|
+
}
|
|
1962
|
+
const TextAlignRight = /*#__PURE__*/React.forwardRef(function TextAlignRight(_ref82, ref) {
|
|
1963
|
+
let {
|
|
1964
|
+
children,
|
|
1965
|
+
size = 16,
|
|
1966
|
+
...rest
|
|
1967
|
+
} = _ref82;
|
|
1968
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1969
|
+
width: size,
|
|
1970
|
+
height: size,
|
|
1971
|
+
ref: ref,
|
|
1972
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1973
|
+
viewBox: "0 0 32 32",
|
|
1974
|
+
fill: "currentColor",
|
|
1975
|
+
...rest
|
|
1976
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
1977
|
+
d: "M6 6H20V8H6zM10 12H20V14H10zM6 18H20V20H6zM10 24H20V26H10zM24 4H26V28H24z"
|
|
1978
|
+
})), children);
|
|
1979
|
+
});
|
|
1980
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1981
|
+
TextAlignRight.propTypes = iconPropTypes;
|
|
1982
|
+
}
|
|
1983
|
+
const TextAllCaps = /*#__PURE__*/React.forwardRef(function TextAllCaps(_ref83, ref) {
|
|
1984
|
+
let {
|
|
1985
|
+
children,
|
|
1986
|
+
size = 16,
|
|
1987
|
+
...rest
|
|
1988
|
+
} = _ref83;
|
|
1989
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1990
|
+
width: size,
|
|
1991
|
+
height: size,
|
|
1992
|
+
ref: ref,
|
|
1993
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1994
|
+
viewBox: "0 0 32 32",
|
|
1995
|
+
fill: "currentColor",
|
|
1996
|
+
...rest
|
|
1997
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
1998
|
+
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"
|
|
1999
|
+
})), children);
|
|
2000
|
+
});
|
|
2001
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2002
|
+
TextAllCaps.propTypes = iconPropTypes;
|
|
2003
|
+
}
|
|
2004
|
+
const TextBold = /*#__PURE__*/React.forwardRef(function TextBold(_ref84, ref) {
|
|
2005
|
+
let {
|
|
2006
|
+
children,
|
|
2007
|
+
size = 16,
|
|
2008
|
+
...rest
|
|
2009
|
+
} = _ref84;
|
|
2010
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2011
|
+
width: size,
|
|
2012
|
+
height: size,
|
|
2013
|
+
ref: ref,
|
|
2014
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2015
|
+
viewBox: "0 0 32 32",
|
|
2016
|
+
fill: "currentColor",
|
|
2017
|
+
...rest
|
|
2018
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2019
|
+
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"
|
|
2020
|
+
})), children);
|
|
2021
|
+
});
|
|
2022
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2023
|
+
TextBold.propTypes = iconPropTypes;
|
|
2024
|
+
}
|
|
2025
|
+
const TextClearFormat = /*#__PURE__*/React.forwardRef(function TextClearFormat(_ref85, ref) {
|
|
2026
|
+
let {
|
|
2027
|
+
children,
|
|
2028
|
+
size = 16,
|
|
2029
|
+
...rest
|
|
2030
|
+
} = _ref85;
|
|
2031
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2032
|
+
width: size,
|
|
2033
|
+
height: size,
|
|
2034
|
+
ref: ref,
|
|
2035
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2036
|
+
viewBox: "0 0 32 32",
|
|
2037
|
+
fill: "currentColor",
|
|
2038
|
+
...rest
|
|
2039
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2040
|
+
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"
|
|
2041
|
+
})), children);
|
|
2042
|
+
});
|
|
2043
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2044
|
+
TextClearFormat.propTypes = iconPropTypes;
|
|
2045
|
+
}
|
|
2046
|
+
const TextColor = /*#__PURE__*/React.forwardRef(function TextColor(_ref86, ref) {
|
|
2047
|
+
let {
|
|
2048
|
+
children,
|
|
2049
|
+
size = 16,
|
|
2050
|
+
...rest
|
|
2051
|
+
} = _ref86;
|
|
2052
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2053
|
+
width: size,
|
|
2054
|
+
height: size,
|
|
2055
|
+
ref: ref,
|
|
2056
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2057
|
+
viewBox: "0 0 32 32",
|
|
2058
|
+
fill: "currentColor",
|
|
2059
|
+
...rest
|
|
2060
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2061
|
+
d: "M22 21h2L17 4H15L8 21h2l1.61-4h8.74zm-9.57-6l3.44-8.37h.26L19.54 15zM6 24H26V28H6z"
|
|
2062
|
+
})), children);
|
|
2063
|
+
});
|
|
2064
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2065
|
+
TextColor.propTypes = iconPropTypes;
|
|
2066
|
+
}
|
|
2067
|
+
const TextCreation = /*#__PURE__*/React.forwardRef(function TextCreation(_ref87, ref) {
|
|
2068
|
+
let {
|
|
2069
|
+
children,
|
|
2070
|
+
size = 16,
|
|
2071
|
+
...rest
|
|
2072
|
+
} = _ref87;
|
|
2073
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2074
|
+
width: size,
|
|
2075
|
+
height: size,
|
|
2076
|
+
ref: ref,
|
|
2077
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2078
|
+
viewBox: "0 0 32 32",
|
|
2079
|
+
fill: "currentColor",
|
|
2080
|
+
...rest
|
|
2081
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2082
|
+
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"
|
|
2083
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2084
|
+
d: "M21 11L11 11 11 13 15 13 15 22 17 22 17 13 21 13 21 11z"
|
|
2085
|
+
})), children);
|
|
2086
|
+
});
|
|
2087
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2088
|
+
TextCreation.propTypes = iconPropTypes;
|
|
2089
|
+
}
|
|
2090
|
+
const TextFill = /*#__PURE__*/React.forwardRef(function TextFill(_ref88, ref) {
|
|
2091
|
+
let {
|
|
2092
|
+
children,
|
|
2093
|
+
size = 16,
|
|
2094
|
+
...rest
|
|
2095
|
+
} = _ref88;
|
|
2096
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2097
|
+
width: size,
|
|
2098
|
+
height: size,
|
|
2099
|
+
ref: ref,
|
|
2100
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2101
|
+
viewBox: "0 0 32 32",
|
|
2102
|
+
fill: "currentColor",
|
|
2103
|
+
...rest
|
|
2104
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2105
|
+
d: "M4 26H28V30H4z"
|
|
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"
|
|
2108
|
+
})), children);
|
|
2109
|
+
});
|
|
2110
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2111
|
+
TextFill.propTypes = iconPropTypes;
|
|
2112
|
+
}
|
|
2113
|
+
const TextFont = /*#__PURE__*/React.forwardRef(function TextFont(_ref89, ref) {
|
|
2114
|
+
let {
|
|
2115
|
+
children,
|
|
2116
|
+
size = 16,
|
|
2117
|
+
...rest
|
|
2118
|
+
} = _ref89;
|
|
2119
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2120
|
+
width: size,
|
|
2121
|
+
height: size,
|
|
2122
|
+
ref: ref,
|
|
2123
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2124
|
+
viewBox: "0 0 32 32",
|
|
2125
|
+
fill: "currentColor",
|
|
2126
|
+
...rest
|
|
2127
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2128
|
+
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"
|
|
2129
|
+
})), children);
|
|
2130
|
+
});
|
|
2131
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2132
|
+
TextFont.propTypes = iconPropTypes;
|
|
2133
|
+
}
|
|
2134
|
+
const TextFootnote = /*#__PURE__*/React.forwardRef(function TextFootnote(_ref90, ref) {
|
|
2135
|
+
let {
|
|
2136
|
+
children,
|
|
2137
|
+
size = 16,
|
|
2138
|
+
...rest
|
|
2139
|
+
} = _ref90;
|
|
2140
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2141
|
+
width: size,
|
|
2142
|
+
height: size,
|
|
2143
|
+
ref: ref,
|
|
2144
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2145
|
+
viewBox: "0 0 32 32",
|
|
2146
|
+
fill: "currentColor",
|
|
2147
|
+
...rest
|
|
2148
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2149
|
+
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"
|
|
2150
|
+
})), children);
|
|
2151
|
+
});
|
|
2152
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2153
|
+
TextFootnote.propTypes = iconPropTypes;
|
|
2154
|
+
}
|
|
2155
|
+
const TextHighlight = /*#__PURE__*/React.forwardRef(function TextHighlight(_ref91, ref) {
|
|
2156
|
+
let {
|
|
2157
|
+
children,
|
|
2158
|
+
size = 16,
|
|
2159
|
+
...rest
|
|
2160
|
+
} = _ref91;
|
|
2161
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2162
|
+
width: size,
|
|
2163
|
+
height: size,
|
|
2164
|
+
ref: ref,
|
|
2165
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2166
|
+
viewBox: "0 0 32 32",
|
|
2167
|
+
fill: "currentColor",
|
|
2168
|
+
...rest
|
|
2169
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2170
|
+
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"
|
|
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"
|
|
2173
|
+
})), children);
|
|
2174
|
+
});
|
|
2175
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2176
|
+
TextHighlight.propTypes = iconPropTypes;
|
|
2177
|
+
}
|
|
2178
|
+
const TextIndent = /*#__PURE__*/React.forwardRef(function TextIndent(_ref92, ref) {
|
|
2179
|
+
let {
|
|
2180
|
+
children,
|
|
2181
|
+
size = 16,
|
|
2182
|
+
...rest
|
|
2183
|
+
} = _ref92;
|
|
2184
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2185
|
+
width: size,
|
|
2186
|
+
height: size,
|
|
2187
|
+
ref: ref,
|
|
2188
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2189
|
+
viewBox: "0 0 32 32",
|
|
2190
|
+
fill: "currentColor",
|
|
2191
|
+
...rest
|
|
2192
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2193
|
+
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"
|
|
2194
|
+
})), children);
|
|
2195
|
+
});
|
|
2196
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2197
|
+
TextIndent.propTypes = iconPropTypes;
|
|
2198
|
+
}
|
|
2199
|
+
const TextIndentLess = /*#__PURE__*/React.forwardRef(function TextIndentLess(_ref93, ref) {
|
|
2200
|
+
let {
|
|
2201
|
+
children,
|
|
2202
|
+
size = 16,
|
|
2203
|
+
...rest
|
|
2204
|
+
} = _ref93;
|
|
2205
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2206
|
+
width: size,
|
|
2207
|
+
height: size,
|
|
2208
|
+
ref: ref,
|
|
2209
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2210
|
+
viewBox: "0 0 32 32",
|
|
2211
|
+
fill: "currentColor",
|
|
2212
|
+
...rest
|
|
2213
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2214
|
+
d: "M2 6H12V8H2zM5 12H12V14H5zM2 18H12V20H2zM5 24H12V26H5zM16 4H18V28H16zM28.15 23.5L29.56 22.12 23.27 16 29.56 9.88 28.15 8.5 20.44 16 28.15 23.5z"
|
|
2215
|
+
})), children);
|
|
2216
|
+
});
|
|
2217
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2218
|
+
TextIndentLess.propTypes = iconPropTypes;
|
|
2219
|
+
}
|
|
2220
|
+
const TextIndentMore = /*#__PURE__*/React.forwardRef(function TextIndentMore(_ref94, ref) {
|
|
2221
|
+
let {
|
|
2222
|
+
children,
|
|
2223
|
+
size = 16,
|
|
2224
|
+
...rest
|
|
2225
|
+
} = _ref94;
|
|
2226
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2227
|
+
width: size,
|
|
2228
|
+
height: size,
|
|
2229
|
+
ref: ref,
|
|
2230
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2231
|
+
viewBox: "0 0 32 32",
|
|
2232
|
+
fill: "currentColor",
|
|
2233
|
+
...rest
|
|
2234
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2235
|
+
d: "M20 6H30V8H20zM20 12H27V14H20zM20 18H30V20H20zM20 24H27V26H20zM14 4H16V28H14zM3.85 22.5L2.44 21.12 8.73 15 2.44 8.88 3.85 7.5 11.56 15 3.85 22.5z"
|
|
2236
|
+
})), children);
|
|
2237
|
+
});
|
|
2238
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2239
|
+
TextIndentMore.propTypes = iconPropTypes;
|
|
2240
|
+
}
|
|
2241
|
+
const TextItalic = /*#__PURE__*/React.forwardRef(function TextItalic(_ref95, ref) {
|
|
2242
|
+
let {
|
|
2243
|
+
children,
|
|
2244
|
+
size = 16,
|
|
2245
|
+
...rest
|
|
2246
|
+
} = _ref95;
|
|
2247
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2248
|
+
width: size,
|
|
2249
|
+
height: size,
|
|
2250
|
+
ref: ref,
|
|
2251
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2252
|
+
viewBox: "0 0 32 32",
|
|
2253
|
+
fill: "currentColor",
|
|
2254
|
+
...rest
|
|
2255
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2256
|
+
d: "M25 9L25 7 12 7 12 9 17.14 9 12.77 23 7 23 7 25 20 25 20 23 14.86 23 19.23 9 25 9z"
|
|
2257
|
+
})), children);
|
|
2258
|
+
});
|
|
2259
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2260
|
+
TextItalic.propTypes = iconPropTypes;
|
|
2261
|
+
}
|
|
2262
|
+
const TextKerning = /*#__PURE__*/React.forwardRef(function TextKerning(_ref96, ref) {
|
|
2263
|
+
let {
|
|
2264
|
+
children,
|
|
2265
|
+
size = 16,
|
|
2266
|
+
...rest
|
|
2267
|
+
} = _ref96;
|
|
2268
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2269
|
+
width: size,
|
|
2270
|
+
height: size,
|
|
2271
|
+
ref: ref,
|
|
2272
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2273
|
+
viewBox: "0 0 32 32",
|
|
2274
|
+
fill: "currentColor",
|
|
2275
|
+
...rest
|
|
2276
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2277
|
+
d: "M30 24L18.83 24 21.12 21.71 19.71 20.29 15 25 19.71 29.71 21.12 28.29 18.83 26 30 26 30 24zM14 21L20 4 18 4 12 21 14 21zM13 4L9 16 5 4 3 4 8 18 10 18 15 4 13 4zM28 18h2L25 4H23L18 18h2l1-3h6zm-6.33-5L24 6l2.33 7z"
|
|
2278
|
+
})), children);
|
|
2279
|
+
});
|
|
2280
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2281
|
+
TextKerning.propTypes = iconPropTypes;
|
|
2282
|
+
}
|
|
2283
|
+
const TextLeading = /*#__PURE__*/React.forwardRef(function TextLeading(_ref97, ref) {
|
|
2284
|
+
let {
|
|
2285
|
+
children,
|
|
2286
|
+
size = 16,
|
|
2287
|
+
...rest
|
|
2288
|
+
} = _ref97;
|
|
2289
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2290
|
+
width: size,
|
|
2291
|
+
height: size,
|
|
2292
|
+
ref: ref,
|
|
2293
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2294
|
+
viewBox: "0 0 32 32",
|
|
2295
|
+
fill: "currentColor",
|
|
2296
|
+
...rest
|
|
2297
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2298
|
+
d: "M14 13H30V15H14zM15 28H30V30H15zM25.85 27H28L23.64 17H21.36L17 27h2.15l.8-2h5.1zm-5.1-4l1.75-4.37L24.25 23zM25.85 12H28L23.64 2H21.36L17 12h2.15l.8-2h5.1zm-5.1-4L22.5 3.63 24.25 8zM6 15.83L8.58 18.41 10 17 6 13 2 17 3.41 18.42 6 15.83zM6 27.17L3.42 24.59 2 26 6 30 10 26 8.59 24.58 6 27.17z"
|
|
2299
|
+
})), children);
|
|
2300
|
+
});
|
|
2301
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2302
|
+
TextLeading.propTypes = iconPropTypes;
|
|
2303
|
+
}
|
|
2304
|
+
const TextLineSpacing = /*#__PURE__*/React.forwardRef(function TextLineSpacing(_ref98, ref) {
|
|
2305
|
+
let {
|
|
2306
|
+
children,
|
|
2307
|
+
size = 16,
|
|
2308
|
+
...rest
|
|
2309
|
+
} = _ref98;
|
|
2310
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2311
|
+
width: size,
|
|
2312
|
+
height: size,
|
|
2313
|
+
ref: ref,
|
|
2314
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2315
|
+
viewBox: "0 0 32 32",
|
|
2316
|
+
fill: "currentColor",
|
|
2317
|
+
...rest
|
|
2318
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2319
|
+
d: "M17 6H30V8H17zM17 12H27V14H17zM17 18H30V20H17zM17 24H27V26H17zM11.59 13.41L8 9.83 8 9.83 4.41 13.42 3 12 8 7 13 12 11.59 13.41zM11.59 18.59L8 22.17 8 22.17 4.41 18.58 3 20 8 25 13 20 11.59 18.59z"
|
|
2320
|
+
})), children);
|
|
2321
|
+
});
|
|
2322
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2323
|
+
TextLineSpacing.propTypes = iconPropTypes;
|
|
2324
|
+
}
|
|
2325
|
+
const TextLongParagraph = /*#__PURE__*/React.forwardRef(function TextLongParagraph(_ref99, ref) {
|
|
2326
|
+
let {
|
|
2327
|
+
children,
|
|
2328
|
+
size = 16,
|
|
2329
|
+
...rest
|
|
2330
|
+
} = _ref99;
|
|
2331
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2332
|
+
width: size,
|
|
2333
|
+
height: size,
|
|
2334
|
+
ref: ref,
|
|
2335
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2336
|
+
viewBox: "0 0 32 32",
|
|
2337
|
+
fill: "currentColor",
|
|
2338
|
+
...rest
|
|
2339
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2340
|
+
d: "M6 24H20V26H6zM6 18H26V20H6zM6 12H26V14H6zM6 6H26V8H6z"
|
|
2341
|
+
})), children);
|
|
2342
|
+
});
|
|
2343
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2344
|
+
TextLongParagraph.propTypes = iconPropTypes;
|
|
2345
|
+
}
|
|
2346
|
+
const TextNewLine = /*#__PURE__*/React.forwardRef(function TextNewLine(_ref100, ref) {
|
|
2347
|
+
let {
|
|
2348
|
+
children,
|
|
2349
|
+
size = 16,
|
|
2350
|
+
...rest
|
|
2351
|
+
} = _ref100;
|
|
2352
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2353
|
+
width: size,
|
|
2354
|
+
height: size,
|
|
2355
|
+
ref: ref,
|
|
2356
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2357
|
+
viewBox: "0 0 32 32",
|
|
2358
|
+
fill: "currentColor",
|
|
2359
|
+
...rest
|
|
2360
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2361
|
+
d: "M20.5859,14.4141,24.1719,18H6V8H4V18a2.0024,2.0024,0,0,0,2,2H24.1719L20.586,23.5859,22,25l6-6-6-6Z"
|
|
2362
|
+
})), children);
|
|
2363
|
+
});
|
|
2364
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2365
|
+
TextNewLine.propTypes = iconPropTypes;
|
|
2366
|
+
}
|
|
2367
|
+
const TextScale = /*#__PURE__*/React.forwardRef(function TextScale(_ref101, ref) {
|
|
2368
|
+
let {
|
|
2369
|
+
children,
|
|
2370
|
+
size = 16,
|
|
2371
|
+
...rest
|
|
2372
|
+
} = _ref101;
|
|
2373
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2374
|
+
width: size,
|
|
2375
|
+
height: size,
|
|
2376
|
+
ref: ref,
|
|
2377
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2378
|
+
viewBox: "0 0 32 32",
|
|
2379
|
+
fill: "currentColor",
|
|
2380
|
+
...rest
|
|
2381
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2382
|
+
d: "M30 5L30 8 22 8 22 26 19 26 19 8 11 8 11 5 30 5z"
|
|
2383
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2384
|
+
d: "M7 26L7 14 2 14 2 12 14 12 14 14 9 14 9 26 7 26z"
|
|
2385
|
+
})), children);
|
|
2386
|
+
});
|
|
2387
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2388
|
+
TextScale.propTypes = iconPropTypes;
|
|
2389
|
+
}
|
|
2390
|
+
const TextSelection = /*#__PURE__*/React.forwardRef(function TextSelection(_ref102, ref) {
|
|
2391
|
+
let {
|
|
2392
|
+
children,
|
|
2393
|
+
size = 16,
|
|
2394
|
+
...rest
|
|
2395
|
+
} = _ref102;
|
|
2396
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2397
|
+
width: size,
|
|
2398
|
+
height: size,
|
|
2399
|
+
ref: ref,
|
|
2400
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2401
|
+
viewBox: "0 0 32 32",
|
|
2402
|
+
fill: "currentColor",
|
|
2403
|
+
...rest
|
|
2404
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2405
|
+
d: "M28 27H21a3 3 0 01-3-3V22a3 3 0 013-3h5V17a1 1 0 00-1-1H19V14h6a3 3 0 013 3zm-7-6a1 1 0 00-1 1v2a1 1 0 001 1h5V21zM13 7h3V5H13a4 4 0 00-3 1.38A4 4 0 007 5H4V7H7A2 2 0 019 9v5H5v2H9v7a2 2 0 01-2 2H4v2H7a4 4 0 003-1.38A4 4 0 0013 27h3V25H13a2 2 0 01-2-2V16h4V14H11V9A2 2 0 0113 7z"
|
|
2406
|
+
})), children);
|
|
2407
|
+
});
|
|
2408
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2409
|
+
TextSelection.propTypes = iconPropTypes;
|
|
2410
|
+
}
|
|
2411
|
+
const TextShortParagraph = /*#__PURE__*/React.forwardRef(function TextShortParagraph(_ref103, ref) {
|
|
2412
|
+
let {
|
|
2413
|
+
children,
|
|
2414
|
+
size = 16,
|
|
2415
|
+
...rest
|
|
2416
|
+
} = _ref103;
|
|
2417
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2418
|
+
width: size,
|
|
2419
|
+
height: size,
|
|
2420
|
+
ref: ref,
|
|
2421
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2422
|
+
viewBox: "0 0 32 32",
|
|
2423
|
+
fill: "currentColor",
|
|
2424
|
+
...rest
|
|
2425
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2426
|
+
d: "M6 18H20V20H6zM6 12H26V14H6z"
|
|
2427
|
+
})), children);
|
|
2428
|
+
});
|
|
2429
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2430
|
+
TextShortParagraph.propTypes = iconPropTypes;
|
|
2431
|
+
}
|
|
2432
|
+
const TextSmallCaps = /*#__PURE__*/React.forwardRef(function TextSmallCaps(_ref104, ref) {
|
|
2433
|
+
let {
|
|
2434
|
+
children,
|
|
2435
|
+
size = 16,
|
|
2436
|
+
...rest
|
|
2437
|
+
} = _ref104;
|
|
2438
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2439
|
+
width: size,
|
|
2440
|
+
height: size,
|
|
2441
|
+
ref: ref,
|
|
2442
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2443
|
+
viewBox: "0 0 32 32",
|
|
2444
|
+
fill: "currentColor",
|
|
2445
|
+
...rest
|
|
2446
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2447
|
+
d: "M23 27L23 15 18 15 18 13 30 13 30 15 25 15 25 27 23 27z"
|
|
2448
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2449
|
+
d: "M11 27L11 8 2 8 2 6 22 6 22 8 13 8 13 27 11 27z"
|
|
2450
|
+
})), children);
|
|
2451
|
+
});
|
|
2452
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2453
|
+
TextSmallCaps.propTypes = iconPropTypes;
|
|
2454
|
+
}
|
|
2455
|
+
const TextStrikethrough = /*#__PURE__*/React.forwardRef(function TextStrikethrough(_ref105, ref) {
|
|
2456
|
+
let {
|
|
2457
|
+
children,
|
|
2458
|
+
size = 16,
|
|
2459
|
+
...rest
|
|
2460
|
+
} = _ref105;
|
|
2461
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2462
|
+
width: size,
|
|
2463
|
+
height: size,
|
|
2464
|
+
ref: ref,
|
|
2465
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2466
|
+
viewBox: "0 0 32 32",
|
|
2467
|
+
fill: "currentColor",
|
|
2468
|
+
...rest
|
|
2469
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2470
|
+
d: "M28,15H17.9563c-.4522-.1237-.9037-.2324-1.3381-.3352-2.8077-.6641-4.396-1.1506-4.396-3.4231a2.8684,2.8684,0,0,1,.7866-2.145,4.7888,4.7888,0,0,1,3.0137-1.09c2.8291-.07,4.1347.8894,5.2011,2.35l1.6153-1.1792a7.4727,7.4727,0,0,0-6.83-3.1706,6.7726,6.7726,0,0,0-4.4,1.6611,4.8274,4.8274,0,0,0-1.3862,3.5735A4.3723,4.3723,0,0,0,11.9573,15H4v2H17.6519c1.9668.57,3.1432,1.3123,3.1733,3.3579a3.119,3.119,0,0,1-.8623,2.3931A5.8241,5.8241,0,0,1,16.2432,24a6.6344,6.6344,0,0,1-5.1451-2.6912L9.5649,22.593A8.5262,8.5262,0,0,0,16.2119,26c.0088-.0012.042,0,.1,0A7.67,7.67,0,0,0,21.36,24.1812a5.0779,5.0779,0,0,0,1.4648-3.8531A4.952,4.952,0,0,0,21.6753,17H28Z"
|
|
2471
|
+
})), children);
|
|
2472
|
+
});
|
|
2473
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2474
|
+
TextStrikethrough.propTypes = iconPropTypes;
|
|
2475
|
+
}
|
|
2476
|
+
const TextSubscript = /*#__PURE__*/React.forwardRef(function TextSubscript(_ref106, ref) {
|
|
2477
|
+
let {
|
|
2478
|
+
children,
|
|
2479
|
+
size = 16,
|
|
2480
|
+
...rest
|
|
2481
|
+
} = _ref106;
|
|
2482
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2483
|
+
width: size,
|
|
2484
|
+
height: size,
|
|
2485
|
+
ref: ref,
|
|
2486
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2487
|
+
viewBox: "0 0 32 32",
|
|
2488
|
+
fill: "currentColor",
|
|
2489
|
+
...rest
|
|
2490
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2491
|
+
d: "M26 25L20 25 20 19 24 19 24 17 20 17 20 15 26 15 26 21 22 21 22 23 26 23 26 25zM5 7L5 9 12 9 12 25 14 25 14 9 21 9 21 7 5 7z"
|
|
2492
|
+
})), children);
|
|
2493
|
+
});
|
|
2494
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2495
|
+
TextSubscript.propTypes = iconPropTypes;
|
|
2496
|
+
}
|
|
2497
|
+
const TextSuperscript = /*#__PURE__*/React.forwardRef(function TextSuperscript(_ref107, ref) {
|
|
2498
|
+
let {
|
|
2499
|
+
children,
|
|
2500
|
+
size = 16,
|
|
2501
|
+
...rest
|
|
2502
|
+
} = _ref107;
|
|
2503
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2504
|
+
width: size,
|
|
2505
|
+
height: size,
|
|
2506
|
+
ref: ref,
|
|
2507
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2508
|
+
viewBox: "0 0 32 32",
|
|
2509
|
+
fill: "currentColor",
|
|
2510
|
+
...rest
|
|
2511
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2512
|
+
d: "M29 17L23 17 23 11 27 11 27 9 23 9 23 7 29 7 29 13 25 13 25 15 29 15 29 17zM4 7L4 9 11 9 11 25 13 25 13 9 20 9 20 7 4 7z"
|
|
2513
|
+
})), children);
|
|
2514
|
+
});
|
|
2515
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2516
|
+
TextSuperscript.propTypes = iconPropTypes;
|
|
2517
|
+
}
|
|
2518
|
+
const TextTracking = /*#__PURE__*/React.forwardRef(function TextTracking(_ref108, ref) {
|
|
2519
|
+
let {
|
|
2520
|
+
children,
|
|
2521
|
+
size = 16,
|
|
2522
|
+
...rest
|
|
2523
|
+
} = _ref108;
|
|
2524
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2525
|
+
width: size,
|
|
2526
|
+
height: size,
|
|
2527
|
+
ref: ref,
|
|
2528
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2529
|
+
viewBox: "0 0 32 32",
|
|
2530
|
+
fill: "currentColor",
|
|
2531
|
+
...rest
|
|
2532
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2533
|
+
d: "M25.29 19.29L23.88 20.71 26.17 23 5.83 23 8.12 20.71 6.71 19.29 2 24 6.71 28.71 8.12 27.29 5.83 25 26.17 25 23.88 27.29 25.29 28.71 30 24 25.29 19.29zM26 17h2L23 3H21L16 17h2l1-3h6zm-6.33-5L22 5l2.33 7zM14 3L10 15 6 3 4 3 9 17 11 17 16 3 14 3z"
|
|
2534
|
+
})), children);
|
|
2535
|
+
});
|
|
2536
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2537
|
+
TextTracking.propTypes = iconPropTypes;
|
|
2538
|
+
}
|
|
2539
|
+
const TextUnderline = /*#__PURE__*/React.forwardRef(function TextUnderline(_ref109, ref) {
|
|
2540
|
+
let {
|
|
2541
|
+
children,
|
|
2542
|
+
size = 16,
|
|
2543
|
+
...rest
|
|
2544
|
+
} = _ref109;
|
|
2545
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2546
|
+
width: size,
|
|
2547
|
+
height: size,
|
|
2548
|
+
ref: ref,
|
|
2549
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2550
|
+
viewBox: "0 0 32 32",
|
|
2551
|
+
fill: "currentColor",
|
|
2552
|
+
...rest
|
|
2553
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2554
|
+
d: "M4 26H28V28H4zM16 23a7 7 0 01-7-7V5h2V16a5 5 0 0010 0V5h2V16A7 7 0 0116 23z"
|
|
2555
|
+
})), children);
|
|
2556
|
+
});
|
|
2557
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2558
|
+
TextUnderline.propTypes = iconPropTypes;
|
|
2559
|
+
}
|
|
2560
|
+
const TextVerticalAlignment = /*#__PURE__*/React.forwardRef(function TextVerticalAlignment(_ref110, ref) {
|
|
2561
|
+
let {
|
|
2562
|
+
children,
|
|
2563
|
+
size = 16,
|
|
2564
|
+
...rest
|
|
2565
|
+
} = _ref110;
|
|
2566
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2567
|
+
width: size,
|
|
2568
|
+
height: size,
|
|
2569
|
+
ref: ref,
|
|
2570
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2571
|
+
viewBox: "0 0 32 32",
|
|
2572
|
+
fill: "currentColor",
|
|
2573
|
+
...rest
|
|
2574
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2575
|
+
d: "M16 28H30V30H16zM16 23H30V25H16zM10.8458 30H13L8.64 20H6.36L2 30H4.1542l.8-2h5.0916zM5.7541 26L7.5 21.6347 9.2459 26zM2 15H30V17H2zM16 7H30V9H16zM16 2H30V4H16zM10.8458 12H13L8.64 2H6.36L2 12H4.1542l.8-2h5.0916zM5.7541 8L7.5 3.6347 9.2459 8z"
|
|
2576
|
+
})), children);
|
|
2577
|
+
});
|
|
2578
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2579
|
+
TextVerticalAlignment.propTypes = iconPropTypes;
|
|
2580
|
+
}
|
|
2581
|
+
const TextWrap = /*#__PURE__*/React.forwardRef(function TextWrap(_ref111, ref) {
|
|
2582
|
+
let {
|
|
2583
|
+
children,
|
|
2584
|
+
size = 16,
|
|
2585
|
+
...rest
|
|
2586
|
+
} = _ref111;
|
|
2587
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2588
|
+
width: size,
|
|
2589
|
+
height: size,
|
|
2590
|
+
ref: ref,
|
|
2591
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2592
|
+
viewBox: "0 0 32 32",
|
|
2593
|
+
fill: "currentColor",
|
|
2594
|
+
...rest
|
|
2595
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2596
|
+
d: "M4 23H12V25H4zM24.5232 14H4v2H24.5a3.5 3.5 0 010 7H18.8281l2.586-2.5859L20 19l-5 5 5 5 1.4141-1.4141L18.8281 25H24.533a5.5 5.5 0 00-.01-11zM4 5H28V7H4z"
|
|
2597
|
+
})), children);
|
|
2598
|
+
});
|
|
2599
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2600
|
+
TextWrap.propTypes = iconPropTypes;
|
|
2601
|
+
}
|
|
2602
|
+
const WatsonHealthTextAnnotationToggle = /*#__PURE__*/React.forwardRef(function WatsonHealthTextAnnotationToggle(_ref112, ref) {
|
|
2603
|
+
let {
|
|
2604
|
+
children,
|
|
2605
|
+
size = 16,
|
|
2606
|
+
...rest
|
|
2607
|
+
} = _ref112;
|
|
2608
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2609
|
+
width: size,
|
|
2610
|
+
height: size,
|
|
2611
|
+
ref: ref,
|
|
2612
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2613
|
+
viewBox: "0 0 32 32",
|
|
2614
|
+
fill: "currentColor",
|
|
2615
|
+
...rest
|
|
2616
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2617
|
+
d: "M29.537 13.76L26.24 10.463a1.5862 1.5862 0 00-2.24 0L10 24.4674V30h5.5326L29.537 16a1.5862 1.5862 0 000-2.24zM14.7042 28H12V25.2958l9.4409-9.4409 2.7042 2.7042zM25.5591 17.145L22.855 14.4409l2.2672-2.2672 2.7042 2.7042zM11 17L13 17 13 10 16 10 16 8 8 8 8 10 11 10 11 17z"
|
|
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"
|
|
2620
|
+
})), children);
|
|
2621
|
+
});
|
|
2622
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2623
|
+
WatsonHealthTextAnnotationToggle.propTypes = iconPropTypes;
|
|
2624
|
+
}
|
|
2625
|
+
const TextLink = /*#__PURE__*/React.forwardRef(function TextLink(_ref113, ref) {
|
|
2626
|
+
let {
|
|
2627
|
+
children,
|
|
2628
|
+
size = 16,
|
|
2629
|
+
...rest
|
|
2630
|
+
} = _ref113;
|
|
2631
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2632
|
+
width: size,
|
|
2633
|
+
height: size,
|
|
2634
|
+
ref: ref,
|
|
2635
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2636
|
+
viewBox: "0 0 32 32",
|
|
2637
|
+
fill: "currentColor",
|
|
2638
|
+
...rest
|
|
2639
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2640
|
+
d: "M18.7061,27.585a5.2615,5.2615,0,0,1-3.7227-8.9834l1.415,1.414a3.2638,3.2638,0,1,0,4.6153,4.6162l6.03-6.03a3.264,3.264,0,0,0-4.6162-4.6158l-1.414-1.414a5.2637,5.2637,0,0,1,7.4443,7.4438l-6.03,6.03A5.2461,5.2461,0,0,1,18.7061,27.585Z"
|
|
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"
|
|
2643
|
+
})), children);
|
|
2644
|
+
});
|
|
2645
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2646
|
+
TextLink.propTypes = iconPropTypes;
|
|
2647
|
+
}
|
|
2648
|
+
const TextLinkAnalysis = /*#__PURE__*/React.forwardRef(function TextLinkAnalysis(_ref114, ref) {
|
|
2649
|
+
let {
|
|
2650
|
+
children,
|
|
2651
|
+
size = 16,
|
|
2652
|
+
...rest
|
|
2653
|
+
} = _ref114;
|
|
2654
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2655
|
+
width: size,
|
|
2656
|
+
height: size,
|
|
2657
|
+
ref: ref,
|
|
2658
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2659
|
+
viewBox: "0 0 32 32",
|
|
2660
|
+
fill: "currentColor",
|
|
2661
|
+
...rest
|
|
2662
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2663
|
+
d: "M8 10H16V12H8zM8 6H20V8H8zM8 2H20V4H8z"
|
|
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"
|
|
2666
|
+
})), children);
|
|
2667
|
+
});
|
|
2668
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2669
|
+
TextLinkAnalysis.propTypes = iconPropTypes;
|
|
2670
|
+
}
|
|
2671
|
+
const TextMining = /*#__PURE__*/React.forwardRef(function TextMining(_ref115, ref) {
|
|
2672
|
+
let {
|
|
2673
|
+
children,
|
|
2674
|
+
size = 16,
|
|
2675
|
+
...rest
|
|
2676
|
+
} = _ref115;
|
|
2677
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2678
|
+
width: size,
|
|
2679
|
+
height: size,
|
|
2680
|
+
ref: ref,
|
|
2681
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2682
|
+
viewBox: "0 0 32 32",
|
|
2683
|
+
fill: "currentColor",
|
|
2684
|
+
...rest
|
|
2685
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2686
|
+
d: "M18 28H26V30H18zM18 24H30V26H18zM18 20H30V22H18z"
|
|
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"
|
|
2689
|
+
})), children);
|
|
2690
|
+
});
|
|
2691
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2692
|
+
TextMining.propTypes = iconPropTypes;
|
|
2693
|
+
}
|
|
2694
|
+
const TextMiningApplier = /*#__PURE__*/React.forwardRef(function TextMiningApplier(_ref116, ref) {
|
|
2695
|
+
let {
|
|
2696
|
+
children,
|
|
2697
|
+
size = 16,
|
|
2698
|
+
...rest
|
|
2699
|
+
} = _ref116;
|
|
2700
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2701
|
+
width: size,
|
|
2702
|
+
height: size,
|
|
2703
|
+
ref: ref,
|
|
2704
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2705
|
+
viewBox: "0 0 32 32",
|
|
2706
|
+
fill: "currentColor",
|
|
2707
|
+
...rest
|
|
2708
|
+
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2709
|
+
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"
|
|
2710
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2711
|
+
d: "M20 19L27 24 20 29 20 19z"
|
|
2712
|
+
})), children);
|
|
2713
|
+
});
|
|
2714
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2715
|
+
TextMiningApplier.propTypes = iconPropTypes;
|
|
2716
|
+
}
|
|
2717
|
+
const Theater = /*#__PURE__*/React.forwardRef(function Theater(_ref117, ref) {
|
|
2718
|
+
let {
|
|
2719
|
+
children,
|
|
2720
|
+
size = 16,
|
|
2721
|
+
...rest
|
|
2722
|
+
} = _ref117;
|
|
2723
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2724
|
+
width: size,
|
|
2725
|
+
height: size,
|
|
2726
|
+
ref: ref,
|
|
2727
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2728
|
+
viewBox: "0 0 32 32",
|
|
2729
|
+
fill: "currentColor",
|
|
2730
|
+
...rest
|
|
2731
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2732
|
+
d: "M20 25a6.9908 6.9908 0 01-5.833-3.1287l1.666-1.1074a5.0007 5.0007 0 008.334 0l1.666 1.1074A6.9908 6.9908 0 0120 25zM24 14a2 2 0 102 2A1.9806 1.9806 0 0024 14zM16 14a2 2 0 102 2A1.9806 1.9806 0 0016 14z"
|
|
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"
|
|
2735
|
+
})), children);
|
|
2736
|
+
});
|
|
2737
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2738
|
+
Theater.propTypes = iconPropTypes;
|
|
2739
|
+
}
|
|
2740
|
+
const ThisSideUp = /*#__PURE__*/React.forwardRef(function ThisSideUp(_ref118, ref) {
|
|
2741
|
+
let {
|
|
2742
|
+
children,
|
|
2743
|
+
size = 16,
|
|
2744
|
+
...rest
|
|
2745
|
+
} = _ref118;
|
|
2746
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2747
|
+
width: size,
|
|
2748
|
+
height: size,
|
|
2749
|
+
ref: ref,
|
|
2750
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2751
|
+
viewBox: "0 0 32 32",
|
|
2752
|
+
fill: "currentColor",
|
|
2753
|
+
...rest
|
|
2754
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2755
|
+
d: "M2 28H30V30H2zM7 5.828L7 24 9 24 9 5.828 12.586 9.414 14 8 8 2 2 8 3.414 9.414 7 5.828zM23 5.828L23 24 25 24 25 5.828 28.586 9.414 30 8 24 2 18 8 19.414 9.414 23 5.828z"
|
|
2756
|
+
})), children);
|
|
2757
|
+
});
|
|
2758
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2759
|
+
ThisSideUp.propTypes = iconPropTypes;
|
|
2760
|
+
}
|
|
2761
|
+
const WatsonHealthThreshold = /*#__PURE__*/React.forwardRef(function WatsonHealthThreshold(_ref119, ref) {
|
|
2762
|
+
let {
|
|
2763
|
+
children,
|
|
2764
|
+
size = 16,
|
|
2765
|
+
...rest
|
|
2766
|
+
} = _ref119;
|
|
2767
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2768
|
+
width: size,
|
|
2769
|
+
height: size,
|
|
2770
|
+
ref: ref,
|
|
2771
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2772
|
+
viewBox: "0 0 32 32",
|
|
2773
|
+
fill: "currentColor",
|
|
2774
|
+
...rest
|
|
2775
|
+
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2776
|
+
d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,26,4ZM6,6H26V16H24v2h2v2H24v2h2v2H24v2H22V24H20v2H18V24H16v2H14V24H12v2H10V24H8v2H6Z"
|
|
2777
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2778
|
+
d: "M8 20H10V22H8zM12 20H14V22H12zM16 20H18V22H16zM20 20H22V22H20zM8 16H10V18H8zM16 16H18V18H16zM20 16H22V18H20zM20 12H22V14H20zM20 8H22V10H20z"
|
|
2779
|
+
})), children);
|
|
2780
|
+
});
|
|
2781
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2782
|
+
WatsonHealthThreshold.propTypes = iconPropTypes;
|
|
2783
|
+
}
|
|
2784
|
+
const Thumbnail_1 = /*#__PURE__*/React.forwardRef(function Thumbnail_1(_ref120, ref) {
|
|
2785
|
+
let {
|
|
2786
|
+
children,
|
|
2787
|
+
size = 16,
|
|
2788
|
+
...rest
|
|
2789
|
+
} = _ref120;
|
|
2790
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2791
|
+
width: size,
|
|
2792
|
+
height: size,
|
|
2793
|
+
ref: ref,
|
|
2794
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2795
|
+
viewBox: "0 0 32 32",
|
|
2796
|
+
fill: "currentColor",
|
|
2797
|
+
...rest
|
|
2798
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2799
|
+
d: "M8 30H4a2 2 0 01-2-2V24a2 2 0 012-2H8a2 2 0 012 2v4A2 2 0 018 30zM4 24v4H8V24zM18 30H14a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0118 30zm-4-6v4h4V24zM28 30H24a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0128 30zm-4-6v4h4V24zM28 20H4a2 2 0 01-2-2V4A2 2 0 014 2H28a2 2 0 012 2V18A2 2 0 0128 20zM4 4V18H28V4z"
|
|
2800
|
+
})), children);
|
|
2801
|
+
});
|
|
2802
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2803
|
+
Thumbnail_1.propTypes = iconPropTypes;
|
|
2804
|
+
}
|
|
2805
|
+
const Thumbnail_2 = /*#__PURE__*/React.forwardRef(function Thumbnail_2(_ref121, ref) {
|
|
2806
|
+
let {
|
|
2807
|
+
children,
|
|
2808
|
+
size = 16,
|
|
2809
|
+
...rest
|
|
2810
|
+
} = _ref121;
|
|
2811
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2812
|
+
width: size,
|
|
2813
|
+
height: size,
|
|
2814
|
+
ref: ref,
|
|
2815
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2816
|
+
viewBox: "0 0 32 32",
|
|
2817
|
+
fill: "currentColor",
|
|
2818
|
+
...rest
|
|
2819
|
+
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2820
|
+
d: "M8 30H4a2 2 0 01-2-2V24a2 2 0 012-2H8a2 2 0 012 2v4A2 2 0 018 30zM4 24v4H8V24zM18 30H14a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0118 30zm-4-6v4h4V24zM28 30H24a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0128 30zm-4-6v4h4V24zM8 20H4a2 2 0 01-2-2V14a2 2 0 012-2H8a2 2 0 012 2v4A2 2 0 018 20zM4 14v4H8V14zM18 20H14a2 2 0 01-2-2V14a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0118 20zm-4-6v4h4V14zM28 20H24a2 2 0 01-2-2V14a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0128 20zm-4-6v4h4V14zM8 10H4A2 2 0 012 8V4A2 2 0 014 2H8a2 2 0 012 2V8A2 2 0 018 10zM4 4V8H8V4zM18 10H14a2 2 0 01-2-2V4a2 2 0 012-2h4a2 2 0 012 2V8A2 2 0 0118 10zM14 4V8h4V4zM28 10H24a2 2 0 01-2-2V4a2 2 0 012-2h4a2 2 0 012 2V8A2 2 0 0128 10zM24 4V8h4V4z"
|
|
2821
|
+
})), children);
|
|
2822
|
+
});
|
|
2823
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2824
|
+
Thumbnail_2.propTypes = iconPropTypes;
|
|
2825
|
+
}
|
|
2826
|
+
const WatsonHealthThumbnailPreview = /*#__PURE__*/React.forwardRef(function WatsonHealthThumbnailPreview(_ref122, ref) {
|
|
2827
|
+
let {
|
|
2828
|
+
children,
|
|
2829
|
+
size = 16,
|
|
2830
|
+
...rest
|
|
2831
|
+
} = _ref122;
|
|
2832
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2833
|
+
width: size,
|
|
2834
|
+
height: size,
|
|
2835
|
+
ref: ref,
|
|
2836
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2837
|
+
viewBox: "0 0 32 32",
|
|
2838
|
+
fill: "currentColor",
|
|
2839
|
+
...rest
|
|
2840
|
+
}, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2841
|
+
d: "M28,12H4a2.0023,2.0023,0,0,0-2,2V28a2.002,2.002,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V14A2.0027,2.0027,0,0,0,28,12ZM20,28H12V27a1.0009,1.0009,0,0,1,1-1h6a1.0009,1.0009,0,0,1,1,1Zm8,0H22V27a3.0033,3.0033,0,0,0-3-3H13a3.0033,3.0033,0,0,0-3,3v1H4V14H28.002Z"
|
|
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"
|
|
2844
|
+
})), children);
|
|
2845
|
+
});
|
|
2846
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2847
|
+
WatsonHealthThumbnailPreview.propTypes = iconPropTypes;
|
|
2848
|
+
}
|
|
2849
|
+
const ThumbsDown = /*#__PURE__*/React.forwardRef(function ThumbsDown(_ref123, ref) {
|
|
2850
|
+
let {
|
|
2851
|
+
children,
|
|
2852
|
+
size = 16,
|
|
2853
|
+
...rest
|
|
2854
|
+
} = _ref123;
|
|
2855
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2856
|
+
width: size,
|
|
2857
|
+
height: size,
|
|
2858
|
+
ref: ref,
|
|
2859
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2860
|
+
viewBox: "0 0 32 32",
|
|
2861
|
+
fill: "currentColor",
|
|
2862
|
+
...rest
|
|
2863
|
+
}, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2864
|
+
d: "M30,16V9a7.0078,7.0078,0,0,0-7-7H2V16H8.4648l3.5774,5.3662.8453,5.9165A2.0094,2.0094,0,0,0,14.8672,29H17a3.0033,3.0033,0,0,0,3-3V20h6A4.0045,4.0045,0,0,0,30,16ZM8,14H4V4H8Zm20,2a2.0025,2.0025,0,0,1-2,2H18v8a1.0008,1.0008,0,0,1-1,1H14.8672l-.9094-6.3662L10,14.6973V4H23a5.0057,5.0057,0,0,1,5,5Z"
|
|
2865
|
+
})), children);
|
|
2866
|
+
});
|
|
2867
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2868
|
+
ThumbsDown.propTypes = iconPropTypes;
|
|
2869
|
+
}
|
|
2870
|
+
const ThumbsDownFilled = /*#__PURE__*/React.forwardRef(function ThumbsDownFilled(_ref124, ref) {
|
|
2871
|
+
let {
|
|
2872
|
+
children,
|
|
2873
|
+
size = 16,
|
|
2874
|
+
...rest
|
|
2875
|
+
} = _ref124;
|
|
2876
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2877
|
+
width: size,
|
|
2878
|
+
height: size,
|
|
2879
|
+
ref: ref,
|
|
2880
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2881
|
+
viewBox: "0 0 32 32",
|
|
2882
|
+
fill: "currentColor",
|
|
2883
|
+
...rest
|
|
2884
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2885
|
+
d: "M2 2H7V16H2zM23 2H9V16.8027l3.0422 4.5635.8453 5.9165A2.0094 2.0094 0 0014.8672 29H15a3.0033 3.0033 0 003-3V20h8a4.0045 4.0045 0 004-4V9A7.0078 7.0078 0 0023 2z"
|
|
2886
|
+
})), children);
|
|
2887
|
+
});
|
|
2888
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2889
|
+
ThumbsDownFilled.propTypes = iconPropTypes;
|
|
2890
|
+
}
|
|
2891
|
+
const ThumbsUp = /*#__PURE__*/React.forwardRef(function ThumbsUp(_ref125, ref) {
|
|
2892
|
+
let {
|
|
2893
|
+
children,
|
|
2894
|
+
size = 16,
|
|
2895
|
+
...rest
|
|
2896
|
+
} = _ref125;
|
|
2897
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2898
|
+
width: size,
|
|
2899
|
+
height: size,
|
|
2900
|
+
ref: ref,
|
|
2901
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2902
|
+
viewBox: "0 0 32 32",
|
|
2903
|
+
fill: "currentColor",
|
|
2904
|
+
...rest
|
|
2905
|
+
}, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2906
|
+
d: "M26,12H20V6a3.0033,3.0033,0,0,0-3-3H14.8672a2.0094,2.0094,0,0,0-1.98,1.7173l-.8453,5.9165L8.4648,16H2V30H23a7.0078,7.0078,0,0,0,7-7V16A4.0045,4.0045,0,0,0,26,12ZM8,28H4V18H8Zm20-5a5.0057,5.0057,0,0,1-5,5H10V17.3027l3.9578-5.9365L14.8672,5H17a1.0008,1.0008,0,0,1,1,1v8h8a2.0025,2.0025,0,0,1,2,2Z"
|
|
2907
|
+
})), children);
|
|
2908
|
+
});
|
|
2909
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2910
|
+
ThumbsUp.propTypes = iconPropTypes;
|
|
2911
|
+
}
|
|
2912
|
+
|
|
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, TextIndentLess, TextIndentMore, TextItalic, TextKerning, TextLeading, TextLineSpacing, TextLink, TextLinkAnalysis, TextLongParagraph, TextMining, TextMiningApplier, TextNewLine, TextScale, TextSelection, TextShortParagraph, TextSmallCaps, TextStrikethrough, TextSubscript, TextSuperscript, TextTracking, TextUnderline, TextVerticalAlignment, TextWrap, Theater, ThisSideUp, Thumbnail_1, Thumbnail_2, ThumbsDown, ThumbsDownFilled, ThumbsUp, WatsonHealthTextAnnotationToggle, WatsonHealthThreshold, WatsonHealthThumbnailPreview };
|