@carbon/icons-react 11.40.0-rc.0 → 11.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/CircleOutline.d.ts +11 -0
- package/es/CircleOutline.js +39 -0
- package/es/DiamondOutline.d.ts +11 -0
- package/es/DiamondOutline.js +39 -0
- package/es/DiamondSolid.d.ts +11 -0
- package/es/DiamondSolid.js +39 -0
- package/es/HexagonOutline.d.ts +11 -0
- package/es/HexagonOutline.js +39 -0
- package/es/HexagonSolid.d.ts +11 -0
- package/es/HexagonSolid.js +39 -0
- package/es/HexagonVerticalOutline.d.ts +11 -0
- package/es/HexagonVerticalOutline.js +39 -0
- package/es/HexagonVerticalSolid.d.ts +11 -0
- package/es/HexagonVerticalSolid.js +39 -0
- package/es/PentagonDownOutline.d.ts +11 -0
- package/es/PentagonDownOutline.js +39 -0
- package/es/PentagonDownSolid.d.ts +11 -0
- package/es/PentagonDownSolid.js +39 -0
- package/es/PentagonLeftOutline.d.ts +11 -0
- package/es/PentagonLeftOutline.js +39 -0
- package/es/PentagonLeftSolid.d.ts +11 -0
- package/es/PentagonLeftSolid.js +39 -0
- package/es/PentagonOutline.d.ts +11 -0
- package/es/PentagonOutline.js +39 -0
- package/es/PentagonRightOutline.d.ts +11 -0
- package/es/PentagonRightOutline.js +39 -0
- package/es/PentagonRightSolid.d.ts +11 -0
- package/es/PentagonRightSolid.js +39 -0
- package/es/PentagonSolid.d.ts +11 -0
- package/es/PentagonSolid.js +39 -0
- package/es/SquareOutline.d.ts +11 -0
- package/es/SquareOutline.js +39 -0
- package/es/SquareSolid.d.ts +11 -0
- package/es/SquareSolid.js +35 -0
- package/es/TriangleDownOutline.d.ts +11 -0
- package/es/TriangleDownOutline.js +39 -0
- package/es/TriangleDownSolid.d.ts +11 -0
- package/es/TriangleDownSolid.js +39 -0
- package/es/TriangleLeftOutline.d.ts +11 -0
- package/es/TriangleLeftOutline.js +39 -0
- package/es/TriangleLeftSolid.d.ts +11 -0
- package/es/TriangleLeftSolid.js +39 -0
- package/es/TriangleOutline.d.ts +11 -0
- package/es/TriangleOutline.js +39 -0
- package/es/TriangleRightOutline.d.ts +11 -0
- package/es/TriangleRightOutline.js +39 -0
- package/es/TriangleRightSolid.d.ts +11 -0
- package/es/TriangleRightSolid.js +39 -0
- package/es/TriangleSolid.d.ts +11 -0
- package/es/TriangleSolid.js +39 -0
- package/es/generated/bucket-10.d.ts +8 -8
- package/es/generated/bucket-10.js +608 -595
- package/es/generated/bucket-11.d.ts +16 -16
- package/es/generated/bucket-11.js +642 -648
- package/es/generated/bucket-12.d.ts +16 -16
- package/es/generated/bucket-12.js +857 -850
- package/es/generated/bucket-13.d.ts +16 -16
- package/es/generated/bucket-13.js +799 -798
- package/es/generated/bucket-14.d.ts +18 -18
- package/es/generated/bucket-14.js +923 -937
- package/es/generated/bucket-15.d.ts +18 -18
- package/es/generated/bucket-15.js +733 -738
- package/es/generated/bucket-16.d.ts +26 -26
- package/es/generated/bucket-16.js +762 -799
- package/es/generated/bucket-17.d.ts +26 -2
- package/es/generated/bucket-17.js +1030 -450
- package/es/generated/bucket-18.d.ts +11 -0
- package/es/generated/bucket-18.js +38 -0
- package/es/generated/bucket-3.d.ts +2 -2
- package/es/generated/bucket-3.js +438 -437
- package/es/generated/bucket-4.d.ts +4 -4
- package/es/generated/bucket-4.js +495 -501
- package/es/generated/bucket-5.d.ts +4 -4
- package/es/generated/bucket-5.js +527 -519
- package/es/generated/bucket-6.d.ts +4 -4
- package/es/generated/bucket-6.js +512 -538
- package/es/generated/bucket-7.d.ts +8 -8
- package/es/generated/bucket-7.js +697 -694
- package/es/generated/bucket-8.d.ts +8 -8
- package/es/generated/bucket-8.js +685 -682
- package/es/generated/bucket-9.d.ts +8 -8
- package/es/generated/bucket-9.js +593 -590
- package/es/index.d.ts +1 -0
- package/es/index.js +16 -15
- package/lib/CircleOutline.d.ts +11 -0
- package/lib/CircleOutline.js +45 -0
- package/lib/DiamondOutline.d.ts +11 -0
- package/lib/DiamondOutline.js +45 -0
- package/lib/DiamondSolid.d.ts +11 -0
- package/lib/DiamondSolid.js +45 -0
- package/lib/HexagonOutline.d.ts +11 -0
- package/lib/HexagonOutline.js +45 -0
- package/lib/HexagonSolid.d.ts +11 -0
- package/lib/HexagonSolid.js +45 -0
- package/lib/HexagonVerticalOutline.d.ts +11 -0
- package/lib/HexagonVerticalOutline.js +45 -0
- package/lib/HexagonVerticalSolid.d.ts +11 -0
- package/lib/HexagonVerticalSolid.js +45 -0
- package/lib/PentagonDownOutline.d.ts +11 -0
- package/lib/PentagonDownOutline.js +45 -0
- package/lib/PentagonDownSolid.d.ts +11 -0
- package/lib/PentagonDownSolid.js +45 -0
- package/lib/PentagonLeftOutline.d.ts +11 -0
- package/lib/PentagonLeftOutline.js +45 -0
- package/lib/PentagonLeftSolid.d.ts +11 -0
- package/lib/PentagonLeftSolid.js +45 -0
- package/lib/PentagonOutline.d.ts +11 -0
- package/lib/PentagonOutline.js +45 -0
- package/lib/PentagonRightOutline.d.ts +11 -0
- package/lib/PentagonRightOutline.js +45 -0
- package/lib/PentagonRightSolid.d.ts +11 -0
- package/lib/PentagonRightSolid.js +45 -0
- package/lib/PentagonSolid.d.ts +11 -0
- package/lib/PentagonSolid.js +45 -0
- package/lib/SquareOutline.d.ts +11 -0
- package/lib/SquareOutline.js +45 -0
- package/lib/SquareSolid.d.ts +11 -0
- package/lib/SquareSolid.js +41 -0
- package/lib/TriangleDownOutline.d.ts +11 -0
- package/lib/TriangleDownOutline.js +45 -0
- package/lib/TriangleDownSolid.d.ts +11 -0
- package/lib/TriangleDownSolid.js +45 -0
- package/lib/TriangleLeftOutline.d.ts +11 -0
- package/lib/TriangleLeftOutline.js +45 -0
- package/lib/TriangleLeftSolid.d.ts +11 -0
- package/lib/TriangleLeftSolid.js +45 -0
- package/lib/TriangleOutline.d.ts +11 -0
- package/lib/TriangleOutline.js +45 -0
- package/lib/TriangleRightOutline.d.ts +11 -0
- package/lib/TriangleRightOutline.js +45 -0
- package/lib/TriangleRightSolid.d.ts +11 -0
- package/lib/TriangleRightSolid.js +45 -0
- package/lib/TriangleSolid.d.ts +11 -0
- package/lib/TriangleSolid.js +45 -0
- package/lib/generated/bucket-10.d.ts +8 -8
- package/lib/generated/bucket-10.js +614 -601
- package/lib/generated/bucket-11.d.ts +16 -16
- package/lib/generated/bucket-11.js +656 -662
- package/lib/generated/bucket-12.d.ts +16 -16
- package/lib/generated/bucket-12.js +871 -864
- package/lib/generated/bucket-13.d.ts +16 -16
- package/lib/generated/bucket-13.js +813 -812
- package/lib/generated/bucket-14.d.ts +18 -18
- package/lib/generated/bucket-14.js +939 -953
- package/lib/generated/bucket-15.d.ts +18 -18
- package/lib/generated/bucket-15.js +749 -754
- package/lib/generated/bucket-16.d.ts +26 -26
- package/lib/generated/bucket-16.js +786 -823
- package/lib/generated/bucket-17.d.ts +26 -2
- package/lib/generated/bucket-17.js +1054 -450
- package/lib/generated/bucket-18.d.ts +11 -0
- package/lib/generated/bucket-18.js +46 -0
- package/lib/generated/bucket-3.d.ts +2 -2
- package/lib/generated/bucket-3.js +438 -437
- package/lib/generated/bucket-4.d.ts +4 -4
- package/lib/generated/bucket-4.js +497 -503
- package/lib/generated/bucket-5.d.ts +4 -4
- package/lib/generated/bucket-5.js +529 -521
- package/lib/generated/bucket-6.d.ts +4 -4
- package/lib/generated/bucket-6.js +514 -540
- package/lib/generated/bucket-7.d.ts +8 -8
- package/lib/generated/bucket-7.js +703 -700
- package/lib/generated/bucket-8.d.ts +8 -8
- package/lib/generated/bucket-8.js +691 -688
- package/lib/generated/bucket-9.d.ts +8 -8
- package/lib/generated/bucket-9.js +599 -596
- package/lib/index.d.ts +1 -0
- package/lib/index.js +169 -143
- package/package.json +4 -4
|
@@ -12,9 +12,8 @@ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
|
12
12
|
import '@carbon/icon-helpers';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
|
|
15
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58,
|
|
16
|
-
const
|
|
17
|
-
const TransformBinary = /*#__PURE__*/React.forwardRef(function TransformBinary(_ref, ref) {
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _circle, _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, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _circle2, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _circle3, _path139, _path140, _path141, _path142, _path143, _circle4, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _circle5, _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;
|
|
16
|
+
const Touch_2 = /*#__PURE__*/React.forwardRef(function Touch_2(_ref, ref) {
|
|
18
17
|
let {
|
|
19
18
|
children,
|
|
20
19
|
size = 16,
|
|
@@ -29,15 +28,17 @@ const TransformBinary = /*#__PURE__*/React.forwardRef(function TransformBinary(_
|
|
|
29
28
|
fill: "currentColor",
|
|
30
29
|
...rest
|
|
31
30
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
32
|
-
d: "
|
|
31
|
+
d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z"
|
|
33
32
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
34
|
-
d: "
|
|
33
|
+
d: "M25,28H23V15A7,7,0,1,0,9,15V28H7V15a9,9,0,0,1,18,0Z"
|
|
34
|
+
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
d: "M21,20H11V15a5,5,0,0,1,10,0Zm-8-2h6V15a3,3,0,0,0-6,0Z"
|
|
35
36
|
})), children);
|
|
36
37
|
});
|
|
37
38
|
if (process.env.NODE_ENV !== "production") {
|
|
38
|
-
|
|
39
|
+
Touch_2.propTypes = iconPropTypes;
|
|
39
40
|
}
|
|
40
|
-
const
|
|
41
|
+
const Touch_2Filled = /*#__PURE__*/React.forwardRef(function Touch_2Filled(_ref2, ref) {
|
|
41
42
|
let {
|
|
42
43
|
children,
|
|
43
44
|
size = 16,
|
|
@@ -51,16 +52,18 @@ const TransformInstructions = /*#__PURE__*/React.forwardRef(function TransformIn
|
|
|
51
52
|
viewBox: "0 0 32 32",
|
|
52
53
|
fill: "currentColor",
|
|
53
54
|
...rest
|
|
54
|
-
},
|
|
55
|
-
d: "
|
|
56
|
-
})),
|
|
57
|
-
d: "M16
|
|
55
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M16,12a3.0033,3.0033,0,0,0-3,3v3h6V15A3.0033,3.0033,0,0,0,16,12Z"
|
|
57
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
58
|
+
d: "M16,6a9.0092,9.0092,0,0,0-9,9V28H25V15A9.01,9.01,0,0,0,16,6Zm5,14H11V15a5,5,0,0,1,10,0Z"
|
|
59
|
+
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z"
|
|
58
61
|
})), children);
|
|
59
62
|
});
|
|
60
63
|
if (process.env.NODE_ENV !== "production") {
|
|
61
|
-
|
|
64
|
+
Touch_2Filled.propTypes = iconPropTypes;
|
|
62
65
|
}
|
|
63
|
-
const
|
|
66
|
+
const TouchInteraction = /*#__PURE__*/React.forwardRef(function TouchInteraction(_ref3, ref) {
|
|
64
67
|
let {
|
|
65
68
|
children,
|
|
66
69
|
size = 16,
|
|
@@ -74,16 +77,16 @@ const TransformLanguage = /*#__PURE__*/React.forwardRef(function TransformLangua
|
|
|
74
77
|
viewBox: "0 0 32 32",
|
|
75
78
|
fill: "currentColor",
|
|
76
79
|
...rest
|
|
77
|
-
},
|
|
78
|
-
d: "
|
|
79
|
-
})),
|
|
80
|
-
d: "
|
|
80
|
+
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
81
|
+
d: "M26,21V20a1,1,0,0,1,2,0V30h2V20a3.0033,3.0033,0,0,0-3-3,2.964,2.964,0,0,0-1.4708.4014,2.9541,2.9541,0,0,0-4-1A2.9934,2.9934,0,0,0,19,15a2.96,2.96,0,0,0-1,.1846L18,10h0a3,3,0,0,0-6,0V21.1045L9.7651,19.5752l-.0008.001a2.999,2.999,0,0,0-3.881,4.55L12.3223,30l1.3479-1.478L7.2915,22.7036A.9908.9908,0,0,1,7,22a1.0005,1.0005,0,0,1,1.6-.8008L14,24.8955V10a1,1,0,0,1,2,0h0V21h2V18a1,1,0,0,1,2,0v3h2V19a1,1,0,0,1,2,0v2Z"
|
|
82
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
83
|
+
d: "M28,12H22V10h6V4H4v6H8v2H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,12Z"
|
|
81
84
|
})), children);
|
|
82
85
|
});
|
|
83
86
|
if (process.env.NODE_ENV !== "production") {
|
|
84
|
-
|
|
87
|
+
TouchInteraction.propTypes = iconPropTypes;
|
|
85
88
|
}
|
|
86
|
-
const
|
|
89
|
+
const Tour = /*#__PURE__*/React.forwardRef(function Tour(_ref4, ref) {
|
|
87
90
|
let {
|
|
88
91
|
children,
|
|
89
92
|
size = 16,
|
|
@@ -97,14 +100,20 @@ const Transgender = /*#__PURE__*/React.forwardRef(function Transgender(_ref4, re
|
|
|
97
100
|
viewBox: "0 0 32 32",
|
|
98
101
|
fill: "currentColor",
|
|
99
102
|
...rest
|
|
100
|
-
},
|
|
101
|
-
d: "
|
|
103
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
104
|
+
d: "m24,18l-4.7788-6.4019c-.7979-1.0562-1.2212-2.302-1.2212-3.5981,0-3.3083,2.6914-6,6-6s6,2.6917,6,6c0,1.2961-.4233,2.542-1.2246,3.6028l-4.7754,6.3972Zm0-14c-2.2056,0-4,1.7944-4,4,0,.8577.2837,1.6865.8203,2.3972l3.1797,4.2595,3.1763-4.2549c.54-.7153.8237-1.5442.8237-2.4019,0-2.2056-1.7944-4-4-4Z"
|
|
105
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
106
|
+
cx: "24",
|
|
107
|
+
cy: "8",
|
|
108
|
+
r: "2"
|
|
109
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
110
|
+
d: "m28,18v4H4V6h10v-2H4c-1.1045,0-2,.8955-2,2v16c0,1.1045.8955,2,2,2h8v4h-4v2h16v-2h-4v-4h8c1.1046,0,2-.8955,2-2v-4h-2Zm-10,10h-4v-4h4v4Z"
|
|
102
111
|
})), children);
|
|
103
112
|
});
|
|
104
113
|
if (process.env.NODE_ENV !== "production") {
|
|
105
|
-
|
|
114
|
+
Tour.propTypes = iconPropTypes;
|
|
106
115
|
}
|
|
107
|
-
const
|
|
116
|
+
const TrafficEvent = /*#__PURE__*/React.forwardRef(function TrafficEvent(_ref5, ref) {
|
|
108
117
|
let {
|
|
109
118
|
children,
|
|
110
119
|
size = 16,
|
|
@@ -118,14 +127,16 @@ const Translate = /*#__PURE__*/React.forwardRef(function Translate(_ref5, ref) {
|
|
|
118
127
|
viewBox: "0 0 32 32",
|
|
119
128
|
fill: "currentColor",
|
|
120
129
|
...rest
|
|
121
|
-
},
|
|
122
|
-
d: "
|
|
130
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
131
|
+
d: "M11 21H17V23H11z"
|
|
132
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
133
|
+
d: "M24.2456,8,25.96,14H30V12H27.4688l-1.3-4.5488A2.0077,2.0077,0,0,0,24.2456,6H22.8972l-.7287-2.5488A2.0077,2.0077,0,0,0,20.2456,2H7.7544A2.0078,2.0078,0,0,0,5.8315,3.4507L4.5312,8H2v2H6.04L7.7544,4H20.2456l.5715,2H11.7544A2.008,2.008,0,0,0,9.8315,7.45L8.8171,11H7.7144a1.9981,1.9981,0,0,0-1.8916,1.3516L4.5715,16H2v2H4v7a2.0025,2.0025,0,0,0,2,2v3H8V27H20v3h2V27a2.0025,2.0025,0,0,0,2-2V18h2V16H23.4287l-1.251-3.6475A1.9988,1.9988,0,0,0,20.2856,11H10.897l.8574-3ZM22,19v2H20v2h2v2H6V23H8V21H6V19Zm-.3429-2H6.3428l1.3716-4H20.2856Z"
|
|
123
134
|
})), children);
|
|
124
135
|
});
|
|
125
136
|
if (process.env.NODE_ENV !== "production") {
|
|
126
|
-
|
|
137
|
+
TrafficEvent.propTypes = iconPropTypes;
|
|
127
138
|
}
|
|
128
|
-
const
|
|
139
|
+
const TrafficFlow = /*#__PURE__*/React.forwardRef(function TrafficFlow(_ref6, ref) {
|
|
129
140
|
let {
|
|
130
141
|
children,
|
|
131
142
|
size = 16,
|
|
@@ -139,16 +150,14 @@ const TransmissionLte = /*#__PURE__*/React.forwardRef(function TransmissionLte(_
|
|
|
139
150
|
viewBox: "0 0 32 32",
|
|
140
151
|
fill: "currentColor",
|
|
141
152
|
...rest
|
|
142
|
-
},
|
|
143
|
-
d: "
|
|
144
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
145
|
-
d: "M7.1992,6.3994a11.0019,11.0019,0,0,1,17.6006,0L23.2,7.6a9.0009,9.0009,0,0,0-14.4014,0Z"
|
|
153
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
154
|
+
d: "M26 8L22 4 18 8 19.41 9.42 21 7.83 21 18 23 18 23 7.83 24.58 9.41 26 8zM12.59 22.58L11 24.17 11 14 9 14 9 24.17 7.42 22.59 6 24 10 28 14 24 12.59 22.58zM2 2H4V30H2zM28 2H30V30H28zM15 2H17V6H15zM15 10H17V14H15zM15 18H17V22H15zM15 26H17V30H15z"
|
|
146
155
|
})), children);
|
|
147
156
|
});
|
|
148
157
|
if (process.env.NODE_ENV !== "production") {
|
|
149
|
-
|
|
158
|
+
TrafficFlow.propTypes = iconPropTypes;
|
|
150
159
|
}
|
|
151
|
-
const
|
|
160
|
+
const TrafficFlowIncident = /*#__PURE__*/React.forwardRef(function TrafficFlowIncident(_ref7, ref) {
|
|
152
161
|
let {
|
|
153
162
|
children,
|
|
154
163
|
size = 16,
|
|
@@ -162,14 +171,14 @@ const Transpose = /*#__PURE__*/React.forwardRef(function Transpose(_ref7, ref) {
|
|
|
162
171
|
viewBox: "0 0 32 32",
|
|
163
172
|
fill: "currentColor",
|
|
164
173
|
...rest
|
|
165
|
-
},
|
|
166
|
-
d: "
|
|
174
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
175
|
+
d: "M26 9.42L24.59 8 22.005 10.585 22 10.58 21.995 10.585 19.42 8.01 18 9.42 20.58 12 18 14.58 19.41 16 21.995 13.415 22 13.42 22.005 13.415 24.58 15.99 26 14.58 23.42 12 26 9.42zM14 17.42L12.59 16 10.005 18.585 10 18.58 9.995 18.585 7.42 16.01 6 17.42 8.58 20 6 22.58 7.41 24 9.995 21.415 10 21.42 10.005 21.415 12.58 23.99 14 22.58 11.42 20 14 17.42zM2 2H4V30H2zM28 2H30V30H28zM15 2H17V6H15zM15 10H17V14H15zM15 18H17V22H15zM15 26H17V30H15z"
|
|
167
176
|
})), children);
|
|
168
177
|
});
|
|
169
178
|
if (process.env.NODE_ENV !== "production") {
|
|
170
|
-
|
|
179
|
+
TrafficFlowIncident.propTypes = iconPropTypes;
|
|
171
180
|
}
|
|
172
|
-
const
|
|
181
|
+
const TrafficIncident = /*#__PURE__*/React.forwardRef(function TrafficIncident(_ref8, ref) {
|
|
173
182
|
let {
|
|
174
183
|
children,
|
|
175
184
|
size = 16,
|
|
@@ -183,16 +192,19 @@ const TrashCan = /*#__PURE__*/React.forwardRef(function TrashCan(_ref8, ref) {
|
|
|
183
192
|
viewBox: "0 0 32 32",
|
|
184
193
|
fill: "currentColor",
|
|
185
194
|
...rest
|
|
186
|
-
},
|
|
187
|
-
d: "
|
|
188
|
-
})),
|
|
189
|
-
d: "
|
|
195
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
196
|
+
d: "M2 28H30V30H2z"
|
|
197
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
198
|
+
d: "M11.314 11.514H17.314V13.514H11.314z",
|
|
199
|
+
transform: "rotate(-45 14.314 12.514)"
|
|
200
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
201
|
+
d: "M12.0815,23.4329l4.1168,2.3176a2.009,2.009,0,0,0,2.3853-.3344l8.8326-8.8326a2.0088,2.0088,0,0,0,.334-2.3856l-2.2977-4.136,1.79-1.79L25.8283,6.8577,24.4141,8.2719l-4.95-4.95a2.0026,2.0026,0,0,0-2.8285,0L14.5146,1.2008,13.1,2.615l2.1213,2.1214L6.7364,13.2216,4.6151,11.1,3.2009,12.5145l2.1213,2.1213a2.0025,2.0025,0,0,0,0,2.8285l4.95,4.95L8.8577,23.8282l1.4143,1.4142Zm13.92-8.2636-8.8328,8.8328-4.5456-2.5255L23.4767,10.6235ZM9.5649,18.8785l1.4142-1.4142L9.5649,16.05,8.1506,17.4643,6.7364,16.05,18.05,4.7364l1.4143,1.4142L18.05,7.5648,19.4644,8.979l1.4142-1.4142L22.2928,8.979,10.9791,20.2927Z"
|
|
190
202
|
})), children);
|
|
191
203
|
});
|
|
192
204
|
if (process.env.NODE_ENV !== "production") {
|
|
193
|
-
|
|
205
|
+
TrafficIncident.propTypes = iconPropTypes;
|
|
194
206
|
}
|
|
195
|
-
const
|
|
207
|
+
const TrafficWeatherIncident = /*#__PURE__*/React.forwardRef(function TrafficWeatherIncident(_ref9, ref) {
|
|
196
208
|
let {
|
|
197
209
|
children,
|
|
198
210
|
size = 16,
|
|
@@ -206,16 +218,14 @@ const Tree = /*#__PURE__*/React.forwardRef(function Tree(_ref9, ref) {
|
|
|
206
218
|
viewBox: "0 0 32 32",
|
|
207
219
|
fill: "currentColor",
|
|
208
220
|
...rest
|
|
209
|
-
},
|
|
210
|
-
d: "
|
|
211
|
-
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
212
|
-
d: "M22,30H19a2.0024,2.0024,0,0,1-2-2V17h6a4.0008,4.0008,0,0,0,3.981-4.396A4.1489,4.1489,0,0,0,22.7853,9H21.2016L21.025,8.221C20.452,5.6961,18.0308,4,15,4A6.02,6.02,0,0,0,9.5585,7.4859L9.25,8.1531l-.863-.1143A2.771,2.771,0,0,0,8,8a4,4,0,1,0,0,8v2A6,6,0,1,1,8,6c.0264,0,.0525,0,.0786.001A8.0271,8.0271,0,0,1,15,2c3.6788,0,6.6923,1.9776,7.7516,5h.0337a6.1641,6.1641,0,0,1,6.1872,5.4141A6.0011,6.0011,0,0,1,23,19l-4,0v9h3Z"
|
|
221
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
222
|
+
d: "M2 24H4V30H2zM28 2H30V30H28zM15 2H17V6H15zM15 10H17V14H15zM15 18H17V22H15zM15 26H17V30H15zM6 12A3.8978 3.8978 0 012 8.223a3.9017 3.9017 0 01.6533-2.0639L5.17 2.4141a1.0381 1.0381 0 011.6592 0L9.3154 6.11A3.9693 3.9693 0 0110 8.223 3.8978 3.8978 0 016 12zm0-7.2368L4.3438 7.2257A1.89 1.89 0 004 8.223a1.9007 1.9007 0 002 1.7775A1.9007 1.9007 0 008 8.223a1.98 1.98 0 00-.375-1.0466zM11 11.7627L9.3438 14.2253A1.89 1.89 0 009 15.2226 1.9007 1.9007 0 0011 17a1.9007 1.9007 0 002-1.7774 1.98 1.98 0 00-.375-1.0467zM6 15.7627L4.3438 18.2253A1.89 1.89 0 004 19.2226 1.9007 1.9007 0 006 21a1.9007 1.9007 0 002-1.7774 1.98 1.98 0 00-.375-1.0467z"
|
|
213
223
|
})), children);
|
|
214
224
|
});
|
|
215
225
|
if (process.env.NODE_ENV !== "production") {
|
|
216
|
-
|
|
226
|
+
TrafficWeatherIncident.propTypes = iconPropTypes;
|
|
217
227
|
}
|
|
218
|
-
const
|
|
228
|
+
const TrafficCone = /*#__PURE__*/React.forwardRef(function TrafficCone(_ref10, ref) {
|
|
219
229
|
let {
|
|
220
230
|
children,
|
|
221
231
|
size = 16,
|
|
@@ -229,20 +239,14 @@ const TreeFallRisk = /*#__PURE__*/React.forwardRef(function TreeFallRisk(_ref10,
|
|
|
229
239
|
viewBox: "0 0 32 32",
|
|
230
240
|
fill: "currentColor",
|
|
231
241
|
...rest
|
|
232
|
-
},
|
|
233
|
-
|
|
234
|
-
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z",
|
|
235
|
-
"data-icon-path": "inner-path"
|
|
236
|
-
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
237
|
-
d: "M29.9115 13.9355L23.6284 2.3706a.7181.7181 0 00-1.2568 0L16.0885 13.9355A.72.72 0 0016.72 15H29.28A.72.72 0 0029.9115 13.9355zM22.25 6h1.5v4h-1.5zM23 13a1 1 0 111-1A1 1 0 0123 13zM26 19V17H17V28a2.0027 2.0027 0 002 2h3V28H19V19zM12 30H9V28h3V15.5664L8.4854 13.4575l1.0292-1.7148 3.5147 2.1084A2.0115 2.0115 0 0114 15.5664V28A2.0024 2.0024 0 0112 30z"
|
|
238
|
-
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
239
|
-
d: "M18.6638,5.0059l.96-1.7671A8.9324,8.9324,0,0,0,15,2,8.0275,8.0275,0,0,0,8.0786,6.001C8.0525,6,8.0264,6,8,6A6,6,0,0,0,8,18V16A4,4,0,0,1,8,8a2.7009,2.7009,0,0,1,.387.0391l.863.1142.3086-.6675A6.0192,6.0192,0,0,1,15,4,6.8916,6.8916,0,0,1,18.6638,5.0059Z"
|
|
242
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
243
|
+
d: "M24.7957,28,18.9746,2.7754A1,1,0,0,0,18,2H14a1,1,0,0,0-.9746.7754L7.2043,28H4v2H28V28ZM19.9736,16H12.0264l.9229-4h6.1014Zm.4616,2,.923,4H10.6418l.923-4Zm-5.64-14h2.4092l1.3845,6H13.4109ZM10.18,24H21.82l.923,4H9.2573Z"
|
|
240
244
|
})), children);
|
|
241
245
|
});
|
|
242
246
|
if (process.env.NODE_ENV !== "production") {
|
|
243
|
-
|
|
247
|
+
TrafficCone.propTypes = iconPropTypes;
|
|
244
248
|
}
|
|
245
|
-
const
|
|
249
|
+
const Train = /*#__PURE__*/React.forwardRef(function Train(_ref11, ref) {
|
|
246
250
|
let {
|
|
247
251
|
children,
|
|
248
252
|
size = 16,
|
|
@@ -256,14 +260,14 @@ const TreeView = /*#__PURE__*/React.forwardRef(function TreeView(_ref11, ref) {
|
|
|
256
260
|
viewBox: "0 0 32 32",
|
|
257
261
|
fill: "currentColor",
|
|
258
262
|
...rest
|
|
259
|
-
},
|
|
260
|
-
d: "
|
|
263
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
264
|
+
d: "M21,3H11A5.0057,5.0057,0,0,0,6,8V20a4.99,4.99,0,0,0,3.582,4.77L7.7693,29H9.9451l1.7143-4h8.6812l1.7143,4h2.1758L22.418,24.77A4.99,4.99,0,0,0,26,20V8A5.0057,5.0057,0,0,0,21,3ZM11,5H21a2.9948,2.9948,0,0,1,2.8157,2H8.1843A2.9948,2.9948,0,0,1,11,5ZM24,19H21v2h2.8157A2.9948,2.9948,0,0,1,21,23H11a2.9948,2.9948,0,0,1-2.8157-2H11V19H8V17H24Zm0-4H8V9H24Z"
|
|
261
265
|
})), children);
|
|
262
266
|
});
|
|
263
267
|
if (process.env.NODE_ENV !== "production") {
|
|
264
|
-
|
|
268
|
+
Train.propTypes = iconPropTypes;
|
|
265
269
|
}
|
|
266
|
-
const
|
|
270
|
+
const TrainHeart = /*#__PURE__*/React.forwardRef(function TrainHeart(_ref12, ref) {
|
|
267
271
|
let {
|
|
268
272
|
children,
|
|
269
273
|
size = 16,
|
|
@@ -277,15 +281,14 @@ const TreeViewAlt = /*#__PURE__*/React.forwardRef(function TreeViewAlt(_ref12, r
|
|
|
277
281
|
viewBox: "0 0 32 32",
|
|
278
282
|
fill: "currentColor",
|
|
279
283
|
...rest
|
|
280
|
-
},
|
|
281
|
-
d: "
|
|
282
|
-
transform: "translate(0 .005)"
|
|
284
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
285
|
+
d: "M27.303 2a2.6613 2.6613 0 00-1.9079.8059l-.3932.4053-.397-.4053a2.6612 2.6612 0 00-3.8157 0 2.7991 2.7991 0 000 3.8963L25.0019 11l4.2089-4.2978a2.7991 2.7991 0 000-3.8963A2.6613 2.6613 0 0027.303 2zM22 13v3H6V10h9V8H6.1843A2.9948 2.9948 0 019 6h6V4H9A5.0057 5.0057 0 004 9V21a4.99 4.99 0 003.582 4.77L5.7693 30H7.9451l1.7143-4h8.6812l1.7143 4h2.1758L20.418 25.77A4.99 4.99 0 0024 21V13zm0 7H19v2h2.8157A2.9948 2.9948 0 0119 24H9a2.9948 2.9948 0 01-2.8157-2H9V20H6V18H22z"
|
|
283
286
|
})), children);
|
|
284
287
|
});
|
|
285
288
|
if (process.env.NODE_ENV !== "production") {
|
|
286
|
-
|
|
289
|
+
TrainHeart.propTypes = iconPropTypes;
|
|
287
290
|
}
|
|
288
|
-
const
|
|
291
|
+
const TrainProfile = /*#__PURE__*/React.forwardRef(function TrainProfile(_ref13, ref) {
|
|
289
292
|
let {
|
|
290
293
|
children,
|
|
291
294
|
size = 16,
|
|
@@ -299,14 +302,16 @@ const Trophy = /*#__PURE__*/React.forwardRef(function Trophy(_ref13, ref) {
|
|
|
299
302
|
viewBox: "0 0 32 32",
|
|
300
303
|
fill: "currentColor",
|
|
301
304
|
...rest
|
|
302
|
-
},
|
|
303
|
-
d: "
|
|
305
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
306
|
+
d: "M30 25L2 25 2 27 4 27 4 29 6 29 6 27 11 27 11 29 13 29 13 27 18 27 18 29 20 29 20 27 25 27 25 29 27 29 27 27 30 27 30 25zM8 16H2V14H8V12H2V10H8a2.0021 2.0021 0 012 2v2A2.0021 2.0021 0 018 16z"
|
|
307
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
308
|
+
d: "M28.55,14.2305,19.97,6.3657A8.9775,8.9775,0,0,0,13.8882,4H2V6H12v4a2.0023,2.0023,0,0,0,2,2h9.1565l4.0417,3.7051A2.4723,2.4723,0,0,1,25.5273,20H2v2H25.5273a4.4726,4.4726,0,0,0,3.0225-7.77ZM14,10V6.0054A6.9774,6.9774,0,0,1,18.6182,7.84L20.9746,10Z"
|
|
304
309
|
})), children);
|
|
305
310
|
});
|
|
306
311
|
if (process.env.NODE_ENV !== "production") {
|
|
307
|
-
|
|
312
|
+
TrainProfile.propTypes = iconPropTypes;
|
|
308
313
|
}
|
|
309
|
-
const
|
|
314
|
+
const TrainSpeed = /*#__PURE__*/React.forwardRef(function TrainSpeed(_ref14, ref) {
|
|
310
315
|
let {
|
|
311
316
|
children,
|
|
312
317
|
size = 16,
|
|
@@ -320,14 +325,14 @@ const TrophyFilled = /*#__PURE__*/React.forwardRef(function TrophyFilled(_ref14,
|
|
|
320
325
|
viewBox: "0 0 32 32",
|
|
321
326
|
fill: "currentColor",
|
|
322
327
|
...rest
|
|
323
|
-
},
|
|
324
|
-
d: "
|
|
328
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
329
|
+
d: "M30 25L2 25 2 27 4 27 4 29 6 29 6 27 11 27 11 29 13 29 13 27 18 27 18 29 20 29 20 27 25 27 25 29 27 29 27 27 30 27 30 25zM29.7144 16.59L18.1494 8.64A14.9327 14.9327 0 009.6519 6H2V8H9.6519a12.9459 12.9459 0 017.3647 2.2871L18.0532 11H9v2H20.9624l7.6187 5.2378A.966.966 0 0128.0342 20H2v2H28.0342a2.9661 2.9661 0 001.68-5.41z"
|
|
325
330
|
})), children);
|
|
326
331
|
});
|
|
327
332
|
if (process.env.NODE_ENV !== "production") {
|
|
328
|
-
|
|
333
|
+
TrainSpeed.propTypes = iconPropTypes;
|
|
329
334
|
}
|
|
330
|
-
const
|
|
335
|
+
const TrainTicket = /*#__PURE__*/React.forwardRef(function TrainTicket(_ref15, ref) {
|
|
331
336
|
let {
|
|
332
337
|
children,
|
|
333
338
|
size = 16,
|
|
@@ -341,16 +346,16 @@ const TropicalStorm = /*#__PURE__*/React.forwardRef(function TropicalStorm(_ref1
|
|
|
341
346
|
viewBox: "0 0 32 32",
|
|
342
347
|
fill: "currentColor",
|
|
343
348
|
...rest
|
|
344
|
-
},
|
|
345
|
-
d: "
|
|
346
|
-
})),
|
|
347
|
-
d: "M22.
|
|
349
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
350
|
+
d: "M29.1257,7.125a1.125,1.125,0,1,1,0-2.25h.875V2h-12V4.875h.875a1.125,1.125,0,0,1,0,2.25h-.875V10h12V7.125Z"
|
|
351
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
352
|
+
d: "M22.0007,13v3h-16V10h9V8H6.185A2.9948,2.9948,0,0,1,9.0007,6h6V4h-6a5.0057,5.0057,0,0,0-5,5V21a4.99,4.99,0,0,0,3.582,4.77L5.77,30H7.9458L9.66,26h8.6812l1.7143,4h2.1758l-1.8127-4.23A4.99,4.99,0,0,0,24.0007,21V13Zm0,7h-3v2h2.8157a2.9948,2.9948,0,0,1-2.8157,2h-10A2.9948,2.9948,0,0,1,6.185,22H9.0007V20h-3V18h16Z"
|
|
348
353
|
})), children);
|
|
349
354
|
});
|
|
350
355
|
if (process.env.NODE_ENV !== "production") {
|
|
351
|
-
|
|
356
|
+
TrainTicket.propTypes = iconPropTypes;
|
|
352
357
|
}
|
|
353
|
-
const
|
|
358
|
+
const TrainTime = /*#__PURE__*/React.forwardRef(function TrainTime(_ref16, ref) {
|
|
354
359
|
let {
|
|
355
360
|
children,
|
|
356
361
|
size = 16,
|
|
@@ -364,16 +369,19 @@ const TropicalStormModelTracks = /*#__PURE__*/React.forwardRef(function Tropical
|
|
|
364
369
|
viewBox: "0 0 32 32",
|
|
365
370
|
fill: "currentColor",
|
|
366
371
|
...rest
|
|
367
|
-
},
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
372
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
373
|
+
fill: "none",
|
|
374
|
+
d: "M25.496 10.088L22.874 7.466 22.874 3 25.124 3 25.124 6.534 27.088 8.498 25.496 10.088z"
|
|
375
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
376
|
+
d: "M24,1a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,24,1Zm1.4971,9.0884L22.875,7.4658V3h2.25V6.5342l1.9639,1.9634Z"
|
|
377
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
378
|
+
d: "M6,16V10h9V8H6.1843A2.9948,2.9948,0,0,1,9,6h6V4H9A5.0057,5.0057,0,0,0,4,9V21a4.99,4.99,0,0,0,3.582,4.77L5.7693,30H7.9451l1.7143-4h8.6812l1.7143,4h2.1758L20.418,25.77A4.99,4.99,0,0,0,24,21V16Zm16,4H19v2h2.8157A2.9948,2.9948,0,0,1,19,24H9a2.9948,2.9948,0,0,1-2.8157-2H9V20H6V18H22Z"
|
|
371
379
|
})), children);
|
|
372
380
|
});
|
|
373
381
|
if (process.env.NODE_ENV !== "production") {
|
|
374
|
-
|
|
382
|
+
TrainTime.propTypes = iconPropTypes;
|
|
375
383
|
}
|
|
376
|
-
const
|
|
384
|
+
const Tram = /*#__PURE__*/React.forwardRef(function Tram(_ref17, ref) {
|
|
377
385
|
let {
|
|
378
386
|
children,
|
|
379
387
|
size = 16,
|
|
@@ -387,16 +395,14 @@ const TropicalStormTracks = /*#__PURE__*/React.forwardRef(function TropicalStorm
|
|
|
387
395
|
viewBox: "0 0 32 32",
|
|
388
396
|
fill: "currentColor",
|
|
389
397
|
...rest
|
|
390
|
-
},
|
|
391
|
-
d: "
|
|
392
|
-
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
393
|
-
d: "M26.86,12.4805h0a12.9277,12.9277,0,0,0-4.8575-4.9991q.2044-.213.4424-.4589h0c.82-.8482,1.93-1.9825,3.2622-3.3155A1,1,0,0,0,25,2c-.354,0-8.7363.0488-14.269,4.3018h0A12.15,12.15,0,0,0,7.481,9.998c-.1416-.1367-.295-.2841-.4585-.4423C6.1743,8.7349,5.04,7.6255,3.707,6.293A1,1,0,0,0,2,7c0,.3594.05,8.874,4.4058,14.4023a12.1023,12.1023,0,0,0,3.5918,3.1163c-.21.2177-.4346.4516-.6563.68h0c-.7954.8208-1.8286,1.8745-3.0483,3.0943A1,1,0,0,0,7,30c.2856,0,7.061-.0352,12.459-3.1055a12.9618,12.9618,0,0,0,5.06-4.8925q.3062.2937.68.6567c.82.7954,1.8745,1.8286,3.0943,3.0483A1,1,0,0,0,30,25C30,24.7119,29.9644,17.8877,26.86,12.4805Zm-3.03,6.1074-.5469,1.3672A10.5415,10.5415,0,0,1,18.47,25.1562,24.3514,24.3514,0,0,1,9.584,27.8135c.4409-.4492,3.8281-3.9824,3.8281-3.9824l-1.3682-.5474a9.8021,9.8021,0,0,1-4.0668-3.1191c-2.5406-3.2242-3.4585-7.7623-3.79-10.58.5435.5337,3.9815,3.8266,3.9815,3.8266l.5468-1.3672A9.8569,9.8569,0,0,1,11.95,7.8877h0C15.1665,5.415,19.6309,4.5146,22.4155,4.187c-.5332.5435-3.8276,3.9819-3.8276,3.9819l1.3677.5469a10.52,10.52,0,0,1,5.17,4.7608v0a24.29,24.29,0,0,1,2.688,8.94C27.3643,21.9751,23.83,18.5879,23.83,18.5879Z"
|
|
398
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
399
|
+
d: "M21,6H17V4h6V2H9V4h6V6H11a5.0057,5.0057,0,0,0-5,5V22a4.99,4.99,0,0,0,3.582,4.77L8.1978,30h2.1757l1.2859-3h8.6812l1.2859,3h2.1757L22.418,26.77A4.99,4.99,0,0,0,26,22V11A5.0057,5.0057,0,0,0,21,6ZM11,8H21a2.9948,2.9948,0,0,1,2.8157,2H8.1843A2.9948,2.9948,0,0,1,11,8ZM24,21H21v2h2.8157A2.9948,2.9948,0,0,1,21,25H11a2.9948,2.9948,0,0,1-2.8157-2H11V21H8V19H24Zm0-4H8V12H24Z"
|
|
394
400
|
})), children);
|
|
395
401
|
});
|
|
396
402
|
if (process.env.NODE_ENV !== "production") {
|
|
397
|
-
|
|
403
|
+
Tram.propTypes = iconPropTypes;
|
|
398
404
|
}
|
|
399
|
-
const
|
|
405
|
+
const TransformBinary = /*#__PURE__*/React.forwardRef(function TransformBinary(_ref18, ref) {
|
|
400
406
|
let {
|
|
401
407
|
children,
|
|
402
408
|
size = 16,
|
|
@@ -410,19 +416,16 @@ const TropicalWarning = /*#__PURE__*/React.forwardRef(function TropicalWarning(_
|
|
|
410
416
|
viewBox: "0 0 32 32",
|
|
411
417
|
fill: "currentColor",
|
|
412
418
|
...rest
|
|
413
|
-
},
|
|
414
|
-
d: "
|
|
415
|
-
})),
|
|
416
|
-
|
|
417
|
-
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
418
|
-
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
419
|
-
d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z"
|
|
419
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
420
|
+
d: "M23 20h-2c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2v4C25 19.1 24.1 20 23 20zM21 14v4h2v-4H21zM15 12H17V20H15z"
|
|
421
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
422
|
+
d: "M11 20H9c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2v4C13 19.1 12.1 20 11 20zM9 14v4h2v-4H9zM16 2v2c6.6 0 12 5.4 12 12s-5.4 12-12 12v2c7.7 0 14-6.3 14-14S23.7 2 16 2zM8.2 25.1L7 26.7c1.2 1 2.6 1.9 4.2 2.4l.7-1.9C10.5 26.7 9.3 26 8.2 25.1zM4.2 18l-2 .4C2.5 20 3.1 21.6 3.9 23l1.7-1C4.9 20.8 4.4 19.4 4.2 18zM5.6 10L3.9 9c-.8 1.4-1.4 3-1.6 4.6l2 .3C4.4 12.5 4.9 11.2 5.6 10zM11.8 4.8l-.7-1.9C9.6 3.5 8.2 4.3 7 5.3l1.3 1.5C9.3 6 10.5 5.3 11.8 4.8z"
|
|
420
423
|
})), children);
|
|
421
424
|
});
|
|
422
425
|
if (process.env.NODE_ENV !== "production") {
|
|
423
|
-
|
|
426
|
+
TransformBinary.propTypes = iconPropTypes;
|
|
424
427
|
}
|
|
425
|
-
const
|
|
428
|
+
const TransformInstructions = /*#__PURE__*/React.forwardRef(function TransformInstructions(_ref19, ref) {
|
|
426
429
|
let {
|
|
427
430
|
children,
|
|
428
431
|
size = 16,
|
|
@@ -436,16 +439,16 @@ const Tsq = /*#__PURE__*/React.forwardRef(function Tsq(_ref19, ref) {
|
|
|
436
439
|
viewBox: "0 0 32 32",
|
|
437
440
|
fill: "currentColor",
|
|
438
441
|
...rest
|
|
439
|
-
},
|
|
440
|
-
d: "
|
|
441
|
-
})),
|
|
442
|
-
d: "
|
|
442
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
443
|
+
d: "M23,17v-2h-2.1c-0.1-0.6-0.4-1.2-0.7-1.8l1.5-1.5l-1.4-1.4l-1.5,1.5c-0.5-0.3-1.1-0.6-1.8-0.7V9h-2v2.1 c-0.6,0.1-1.2,0.4-1.8,0.7l-1.5-1.5l-1.4,1.4l1.5,1.5c-0.3,0.5-0.6,1.1-0.7,1.8H9v2h2.1c0.1,0.6,0.4,1.2,0.7,1.8l-1.5,1.5l1.4,1.4 l1.5-1.5c0.5,0.3,1.1,0.6,1.8,0.7V23h2v-2.1c0.6-0.1,1.2-0.4,1.8-0.7l1.5,1.5l1.4-1.4l-1.5-1.5c0.3-0.5,0.6-1.1,0.7-1.8H23z M16,19 c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S17.7,19,16,19z"
|
|
444
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
445
|
+
d: "M16 2v2c6.6 0 12 5.4 12 12s-5.4 12-12 12v2c7.7 0 14-6.3 14-14S23.7 2 16 2zM8.2 25.1L7 26.7c1.2 1 2.6 1.9 4.2 2.4l.7-1.9C10.5 26.7 9.3 26 8.2 25.1zM4.2 18l-2 .4C2.5 20 3.1 21.6 3.9 23l1.7-1C4.9 20.8 4.4 19.4 4.2 18zM5.6 10L3.9 9c-.8 1.4-1.4 3-1.6 4.6l2 .3C4.4 12.5 4.9 11.2 5.6 10zM11.8 4.8l-.7-1.9C9.6 3.5 8.2 4.3 7 5.3l1.3 1.5C9.3 6 10.5 5.3 11.8 4.8z"
|
|
443
446
|
})), children);
|
|
444
447
|
});
|
|
445
448
|
if (process.env.NODE_ENV !== "production") {
|
|
446
|
-
|
|
449
|
+
TransformInstructions.propTypes = iconPropTypes;
|
|
447
450
|
}
|
|
448
|
-
const
|
|
451
|
+
const TransformLanguage = /*#__PURE__*/React.forwardRef(function TransformLanguage(_ref20, ref) {
|
|
449
452
|
let {
|
|
450
453
|
children,
|
|
451
454
|
size = 16,
|
|
@@ -459,14 +462,16 @@ const Tsunami = /*#__PURE__*/React.forwardRef(function Tsunami(_ref20, ref) {
|
|
|
459
462
|
viewBox: "0 0 32 32",
|
|
460
463
|
fill: "currentColor",
|
|
461
464
|
...rest
|
|
462
|
-
},
|
|
463
|
-
d: "
|
|
465
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
466
|
+
d: "M10 19H18V21H10zM10 15H22V17H10zM10 11H22V13H10z"
|
|
467
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
468
|
+
d: "M16 2v2c6.6 0 12 5.4 12 12s-5.4 12-12 12v2c7.7 0 14-6.3 14-14S23.7 2 16 2zM8.2 25.1L7 26.7c1.2 1 2.6 1.9 4.2 2.4l.7-1.9C10.5 26.7 9.3 26 8.2 25.1zM4.2 18l-2 .4C2.5 20 3.1 21.6 3.9 23l1.7-1C4.9 20.8 4.4 19.4 4.2 18zM5.6 10L3.9 9c-.8 1.4-1.4 3-1.6 4.6l2 .3C4.4 12.5 4.9 11.2 5.6 10zM11.8 4.8l-.7-1.9C9.6 3.5 8.2 4.3 7 5.3l1.3 1.5C9.3 6 10.5 5.3 11.8 4.8z"
|
|
464
469
|
})), children);
|
|
465
470
|
});
|
|
466
471
|
if (process.env.NODE_ENV !== "production") {
|
|
467
|
-
|
|
472
|
+
TransformLanguage.propTypes = iconPropTypes;
|
|
468
473
|
}
|
|
469
|
-
const
|
|
474
|
+
const Transgender = /*#__PURE__*/React.forwardRef(function Transgender(_ref21, ref) {
|
|
470
475
|
let {
|
|
471
476
|
children,
|
|
472
477
|
size = 16,
|
|
@@ -480,14 +485,14 @@ const Tsv = /*#__PURE__*/React.forwardRef(function Tsv(_ref21, ref) {
|
|
|
480
485
|
viewBox: "0 0 32 32",
|
|
481
486
|
fill: "currentColor",
|
|
482
487
|
...rest
|
|
483
|
-
},
|
|
484
|
-
d: "
|
|
488
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
489
|
+
d: "M22,2V4h4.5859l-6.4016,6.4014a6.9474,6.9474,0,0,0-8.3686,0L10.4143,9,13,6.4141,11.5857,5,9,7.5859,5.4141,4H10V2H2v8H4V5.4141L7.5859,9,5,11.5854,6.4143,13,9,10.4141l1.4014,1.4013A6.9785,6.9785,0,0,0,15,22.92V25H11v2h4v3h2V27h4V25H17V22.92a6.9785,6.9785,0,0,0,4.5984-11.1045L28,5.4141V10h2V2ZM16,21a5,5,0,1,1,5-5A5.0059,5.0059,0,0,1,16,21Z"
|
|
485
490
|
})), children);
|
|
486
491
|
});
|
|
487
492
|
if (process.env.NODE_ENV !== "production") {
|
|
488
|
-
|
|
493
|
+
Transgender.propTypes = iconPropTypes;
|
|
489
494
|
}
|
|
490
|
-
const
|
|
495
|
+
const Translate = /*#__PURE__*/React.forwardRef(function Translate(_ref22, ref) {
|
|
491
496
|
let {
|
|
492
497
|
children,
|
|
493
498
|
size = 16,
|
|
@@ -501,14 +506,14 @@ const Tuning = /*#__PURE__*/React.forwardRef(function Tuning(_ref22, ref) {
|
|
|
501
506
|
viewBox: "0 0 32 32",
|
|
502
507
|
fill: "currentColor",
|
|
503
508
|
...rest
|
|
504
|
-
},
|
|
505
|
-
d: "
|
|
509
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
510
|
+
d: "M27.85 29H30L24 14H21.65l-6 15H17.8l1.6-4h6.85zM20.2 23l2.62-6.56L25.45 23zM18 7V5H11V2H9V5H2V7H12.74a14.71 14.71 0 01-3.19 6.18A13.5 13.5 0 017.26 9H5.16a16.47 16.47 0 003 5.58A16.84 16.84 0 013 18l.75 1.86A18.47 18.47 0 009.53 16a16.92 16.92 0 005.76 3.84L16 18a14.48 14.48 0 01-5.12-3.37A17.64 17.64 0 0014.8 7z"
|
|
506
511
|
})), children);
|
|
507
512
|
});
|
|
508
513
|
if (process.env.NODE_ENV !== "production") {
|
|
509
|
-
|
|
514
|
+
Translate.propTypes = iconPropTypes;
|
|
510
515
|
}
|
|
511
|
-
const
|
|
516
|
+
const TransmissionLte = /*#__PURE__*/React.forwardRef(function TransmissionLte(_ref23, ref) {
|
|
512
517
|
let {
|
|
513
518
|
children,
|
|
514
519
|
size = 16,
|
|
@@ -522,16 +527,16 @@ const TwoFactorAuthentication = /*#__PURE__*/React.forwardRef(function TwoFactor
|
|
|
522
527
|
viewBox: "0 0 32 32",
|
|
523
528
|
fill: "currentColor",
|
|
524
529
|
...rest
|
|
525
|
-
},
|
|
526
|
-
d: "
|
|
527
|
-
})),
|
|
528
|
-
d: "
|
|
530
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
531
|
+
d: "M10.57 30l.9333-2h8.9928l.9333 2h2.2072L17 15.7778V11H15v4.7778L8.3631 30zM16 18.3647L17.6965 22h-3.393zM13.37 24h5.26l.9333 2H12.4369zM10.7832 9.3325a7.0007 7.0007 0 0110.4341 0l-1.49 1.334a5 5 0 00-7.4537 0z"
|
|
532
|
+
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
533
|
+
d: "M7.1992,6.3994a11.0019,11.0019,0,0,1,17.6006,0L23.2,7.6a9.0009,9.0009,0,0,0-14.4014,0Z"
|
|
529
534
|
})), children);
|
|
530
535
|
});
|
|
531
536
|
if (process.env.NODE_ENV !== "production") {
|
|
532
|
-
|
|
537
|
+
TransmissionLte.propTypes = iconPropTypes;
|
|
533
538
|
}
|
|
534
|
-
const
|
|
539
|
+
const Transpose = /*#__PURE__*/React.forwardRef(function Transpose(_ref24, ref) {
|
|
535
540
|
let {
|
|
536
541
|
children,
|
|
537
542
|
size = 16,
|
|
@@ -545,18 +550,14 @@ const TwoPersonLift = /*#__PURE__*/React.forwardRef(function TwoPersonLift(_ref2
|
|
|
545
550
|
viewBox: "0 0 32 32",
|
|
546
551
|
fill: "currentColor",
|
|
547
552
|
...rest
|
|
548
|
-
},
|
|
549
|
-
d: "
|
|
550
|
-
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
551
|
-
d: "M20.0039,19A2.0039,2.0039,0,0,1,18,16.9961V15.0039A2.0039,2.0039,0,0,1,20.0039,13H22V10H10v3h1.9961A2.0039,2.0039,0,0,1,14,15.0039v1.9922A2.0039,2.0039,0,0,1,11.9961,19H10v3H22V19Z"
|
|
552
|
-
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
553
|
-
d: "M5.04 30l1.9215-6.7253a1.0013 1.0013 0 00-.3369-1.0555L2.126 18.62l1.3545-5.4185 2.7382 3.4234A1.0026 1.0026 0 007 17h5V15H7.4805L3.7812 10.3752a1 1 0 00-1.7509.3824l-2 8A.9989.9989 0 00.375 19.7808l4.4805 3.5844-1.739 6.0855zM5.5 9A3.5 3.5 0 119 5.5 3.5042 3.5042 0 015.5 9zm0-5A1.5 1.5 0 107 5.5 1.5017 1.5017 0 005.5 4z"
|
|
553
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
554
|
+
d: "M19 26H14V24h5a5.0055 5.0055 0 005-5V14h2v5A7.0078 7.0078 0 0119 26zM8 30H4a2.0023 2.0023 0 01-2-2V14a2.0023 2.0023 0 012-2H8a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 018 30zM4 14V28H8V14zM28 10H14a2.0023 2.0023 0 01-2-2V4a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V8A2.0023 2.0023 0 0128 10zM14 4V8H28V4z"
|
|
554
555
|
})), children);
|
|
555
556
|
});
|
|
556
557
|
if (process.env.NODE_ENV !== "production") {
|
|
557
|
-
|
|
558
|
+
Transpose.propTypes = iconPropTypes;
|
|
558
559
|
}
|
|
559
|
-
const
|
|
560
|
+
const TrashCan = /*#__PURE__*/React.forwardRef(function TrashCan(_ref25, ref) {
|
|
560
561
|
let {
|
|
561
562
|
children,
|
|
562
563
|
size = 16,
|
|
@@ -571,13 +572,15 @@ const Txt = /*#__PURE__*/React.forwardRef(function Txt(_ref25, ref) {
|
|
|
571
572
|
fill: "currentColor",
|
|
572
573
|
...rest
|
|
573
574
|
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
574
|
-
d: "
|
|
575
|
+
d: "M12 12H14V24H12zM18 12H20V24H18z"
|
|
576
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
577
|
+
d: "M4 6V8H6V28a2 2 0 002 2H24a2 2 0 002-2V8h2V6zM8 28V8H24V28zM12 2H20V4H12z"
|
|
575
578
|
})), children);
|
|
576
579
|
});
|
|
577
580
|
if (process.env.NODE_ENV !== "production") {
|
|
578
|
-
|
|
581
|
+
TrashCan.propTypes = iconPropTypes;
|
|
579
582
|
}
|
|
580
|
-
const
|
|
583
|
+
const Tree = /*#__PURE__*/React.forwardRef(function Tree(_ref26, ref) {
|
|
581
584
|
let {
|
|
582
585
|
children,
|
|
583
586
|
size = 16,
|
|
@@ -591,14 +594,16 @@ const TxtReference = /*#__PURE__*/React.forwardRef(function TxtReference(_ref26,
|
|
|
591
594
|
viewBox: "0 0 32 32",
|
|
592
595
|
fill: "currentColor",
|
|
593
596
|
...rest
|
|
594
|
-
},
|
|
595
|
-
d: "
|
|
597
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
598
|
+
d: "M12,30H9V28h3V15.5664L8.4854,13.4575l1.0292-1.7148,3.5147,2.1084A2.0115,2.0115,0,0,1,14,15.5664V28A2.0023,2.0023,0,0,1,12,30Z"
|
|
599
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
600
|
+
d: "M22,30H19a2.0024,2.0024,0,0,1-2-2V17h6a4.0008,4.0008,0,0,0,3.981-4.396A4.1489,4.1489,0,0,0,22.7853,9H21.2016L21.025,8.221C20.452,5.6961,18.0308,4,15,4A6.02,6.02,0,0,0,9.5585,7.4859L9.25,8.1531l-.863-.1143A2.771,2.771,0,0,0,8,8a4,4,0,1,0,0,8v2A6,6,0,1,1,8,6c.0264,0,.0525,0,.0786.001A8.0271,8.0271,0,0,1,15,2c3.6788,0,6.6923,1.9776,7.7516,5h.0337a6.1641,6.1641,0,0,1,6.1872,5.4141A6.0011,6.0011,0,0,1,23,19l-4,0v9h3Z"
|
|
596
601
|
})), children);
|
|
597
602
|
});
|
|
598
603
|
if (process.env.NODE_ENV !== "production") {
|
|
599
|
-
|
|
604
|
+
Tree.propTypes = iconPropTypes;
|
|
600
605
|
}
|
|
601
|
-
const
|
|
606
|
+
const TreeFallRisk = /*#__PURE__*/React.forwardRef(function TreeFallRisk(_ref27, ref) {
|
|
602
607
|
let {
|
|
603
608
|
children,
|
|
604
609
|
size = 16,
|
|
@@ -612,16 +617,20 @@ const TypePattern = /*#__PURE__*/React.forwardRef(function TypePattern(_ref27, r
|
|
|
612
617
|
viewBox: "0 0 32 32",
|
|
613
618
|
fill: "currentColor",
|
|
614
619
|
...rest
|
|
615
|
-
},
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
620
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
621
|
+
fill: "none",
|
|
622
|
+
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z",
|
|
623
|
+
"data-icon-path": "inner-path"
|
|
624
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
625
|
+
d: "M29.9115 13.9355L23.6284 2.3706a.7181.7181 0 00-1.2568 0L16.0885 13.9355A.72.72 0 0016.72 15H29.28A.72.72 0 0029.9115 13.9355zM22.25 6h1.5v4h-1.5zM23 13a1 1 0 111-1A1 1 0 0123 13zM26 19V17H17V28a2.0027 2.0027 0 002 2h3V28H19V19zM12 30H9V28h3V15.5664L8.4854 13.4575l1.0292-1.7148 3.5147 2.1084A2.0115 2.0115 0 0114 15.5664V28A2.0024 2.0024 0 0112 30z"
|
|
626
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
627
|
+
d: "M18.6638,5.0059l.96-1.7671A8.9324,8.9324,0,0,0,15,2,8.0275,8.0275,0,0,0,8.0786,6.001C8.0525,6,8.0264,6,8,6A6,6,0,0,0,8,18V16A4,4,0,0,1,8,8a2.7009,2.7009,0,0,1,.387.0391l.863.1142.3086-.6675A6.0192,6.0192,0,0,1,15,4,6.8916,6.8916,0,0,1,18.6638,5.0059Z"
|
|
619
628
|
})), children);
|
|
620
629
|
});
|
|
621
630
|
if (process.env.NODE_ENV !== "production") {
|
|
622
|
-
|
|
631
|
+
TreeFallRisk.propTypes = iconPropTypes;
|
|
623
632
|
}
|
|
624
|
-
const
|
|
633
|
+
const TreeView = /*#__PURE__*/React.forwardRef(function TreeView(_ref28, ref) {
|
|
625
634
|
let {
|
|
626
635
|
children,
|
|
627
636
|
size = 16,
|
|
@@ -635,18 +644,14 @@ const Types = /*#__PURE__*/React.forwardRef(function Types(_ref28, ref) {
|
|
|
635
644
|
viewBox: "0 0 32 32",
|
|
636
645
|
fill: "currentColor",
|
|
637
646
|
...rest
|
|
638
|
-
},
|
|
639
|
-
d: "M30
|
|
640
|
-
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
641
|
-
d: "M16,22a.9967.9967,0,0,1-.707-.293l-5-5a.9994.9994,0,0,1,0-1.414l5-5a.9994.9994,0,0,1,1.414,0l5,5a.9994.9994,0,0,1,0,1.414l-5,5A.9967.9967,0,0,1,16,22Zm-3.5859-6L16,19.5859,19.5859,16,16,12.4141Z"
|
|
642
|
-
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
643
|
-
d: "M2 16L10 8 11.414 9.414 4.828 16 11.414 22.586 10 24 2 16z"
|
|
647
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
648
|
+
d: "M30,20V12H22v3H17V7a2,2,0,0,0-2-2H10V2H2v8h8V7h5V25a2,2,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3ZM8,8H4V4H8ZM24,24h4v4H24Zm0-10h4v4H24Z"
|
|
644
649
|
})), children);
|
|
645
650
|
});
|
|
646
651
|
if (process.env.NODE_ENV !== "production") {
|
|
647
|
-
|
|
652
|
+
TreeView.propTypes = iconPropTypes;
|
|
648
653
|
}
|
|
649
|
-
const
|
|
654
|
+
const TreeViewAlt = /*#__PURE__*/React.forwardRef(function TreeViewAlt(_ref29, ref) {
|
|
650
655
|
let {
|
|
651
656
|
children,
|
|
652
657
|
size = 16,
|
|
@@ -660,14 +665,15 @@ const QU1 = /*#__PURE__*/React.forwardRef(function QU1(_ref29, ref) {
|
|
|
660
665
|
viewBox: "0 0 32 32",
|
|
661
666
|
fill: "currentColor",
|
|
662
667
|
...rest
|
|
663
|
-
},
|
|
664
|
-
d: "
|
|
668
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
669
|
+
d: "M23,9h6a2,2,0,0,0,2-2V3a2,2,0,0,0-2-2H23a2,2,0,0,0-2,2V4H11V3A2,2,0,0,0,9,1H3A2,2,0,0,0,1,3V7A2,2,0,0,0,3,9H9a2,2,0,0,0,2-2V6h4V26a2.0023,2.0023,0,0,0,2,2h4v1a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V25a2,2,0,0,0-2-2H23a2,2,0,0,0-2,2v1H17V17h4v1a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V14a2,2,0,0,0-2-2H23a2,2,0,0,0-2,2v1H17V6h4V7A2,2,0,0,0,23,9Zm0-6h6V7H23ZM9,7H3V3H9ZM23,25h6v4H23Zm0-11h6v4H23Z",
|
|
670
|
+
transform: "translate(0 .005)"
|
|
665
671
|
})), children);
|
|
666
672
|
});
|
|
667
673
|
if (process.env.NODE_ENV !== "production") {
|
|
668
|
-
|
|
674
|
+
TreeViewAlt.propTypes = iconPropTypes;
|
|
669
675
|
}
|
|
670
|
-
const
|
|
676
|
+
const TriangleDownOutline = /*#__PURE__*/React.forwardRef(function TriangleDownOutline(_ref30, ref) {
|
|
671
677
|
let {
|
|
672
678
|
children,
|
|
673
679
|
size = 16,
|
|
@@ -681,14 +687,15 @@ const QU2 = /*#__PURE__*/React.forwardRef(function QU2(_ref30, ref) {
|
|
|
681
687
|
viewBox: "0 0 32 32",
|
|
682
688
|
fill: "currentColor",
|
|
683
689
|
...rest
|
|
684
|
-
},
|
|
685
|
-
|
|
690
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
691
|
+
strokeWidth: "0",
|
|
692
|
+
d: "m2.1245,4.4883l13.0195,23.9868c.1865.3438.5212.5249.856.5249.3345,0,.6689-.1812.8555-.5249L29.875,4.4883c.0862-.1582.1255-.3257.125-.4883-.0017-.5229-.4114-1-.9805-1H2.9802c-.5691,0-.9788.4771-.9802,1-.0005.1626.0386.3301.1245.4883Zm25.1985.5117l-11.323,20.8677L4.677,5h22.646Z"
|
|
686
693
|
})), children);
|
|
687
694
|
});
|
|
688
695
|
if (process.env.NODE_ENV !== "production") {
|
|
689
|
-
|
|
696
|
+
TriangleDownOutline.propTypes = iconPropTypes;
|
|
690
697
|
}
|
|
691
|
-
const
|
|
698
|
+
const TriangleDownSolid = /*#__PURE__*/React.forwardRef(function TriangleDownSolid(_ref31, ref) {
|
|
692
699
|
let {
|
|
693
700
|
children,
|
|
694
701
|
size = 16,
|
|
@@ -702,14 +709,15 @@ const QU3 = /*#__PURE__*/React.forwardRef(function QU3(_ref31, ref) {
|
|
|
702
709
|
viewBox: "0 0 32 32",
|
|
703
710
|
fill: "currentColor",
|
|
704
711
|
...rest
|
|
705
|
-
},
|
|
706
|
-
|
|
712
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
713
|
+
strokeWidth: "0",
|
|
714
|
+
d: "m29.0194,3c.5692,0,.979.4772.9806,1,.0005.1628-.0388.3299-.1249.4885l-13.0196,23.9867c-.1865.3435-.521.5248-.8555.5248s-.6694-.1812-.8559-.5248L2.1246,4.4885c-.0861-.1586-.1251-.3257-.1246-.4885.0016-.5228.4111-1,.9803-1h26.0391Z"
|
|
707
715
|
})), children);
|
|
708
716
|
});
|
|
709
717
|
if (process.env.NODE_ENV !== "production") {
|
|
710
|
-
|
|
718
|
+
TriangleDownSolid.propTypes = iconPropTypes;
|
|
711
719
|
}
|
|
712
|
-
const
|
|
720
|
+
const TriangleLeftOutline = /*#__PURE__*/React.forwardRef(function TriangleLeftOutline(_ref32, ref) {
|
|
713
721
|
let {
|
|
714
722
|
children,
|
|
715
723
|
size = 16,
|
|
@@ -723,14 +731,15 @@ const Umbrella = /*#__PURE__*/React.forwardRef(function Umbrella(_ref32, ref) {
|
|
|
723
731
|
viewBox: "0 0 32 32",
|
|
724
732
|
fill: "currentColor",
|
|
725
733
|
...rest
|
|
726
|
-
},
|
|
727
|
-
|
|
734
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
735
|
+
strokeWidth: "0",
|
|
736
|
+
d: "m27.5117,2.1245L3.5249,15.144c-.3438.1865-.5249.5212-.5249.856,0,.3345.1812.6689.5249.8555l23.9868,13.0195c.1582.0862.3257.1255.4883.125.5229-.0017,1-.4114,1-.9805V2.9802c0-.5691-.4771-.9788-1-.9802-.1626-.0005-.3301.0386-.4883.1245Zm-.5117,25.1985L6.1323,16,27,4.677v22.646Z"
|
|
728
737
|
})), children);
|
|
729
738
|
});
|
|
730
739
|
if (process.env.NODE_ENV !== "production") {
|
|
731
|
-
|
|
740
|
+
TriangleLeftOutline.propTypes = iconPropTypes;
|
|
732
741
|
}
|
|
733
|
-
const
|
|
742
|
+
const TriangleLeftSolid = /*#__PURE__*/React.forwardRef(function TriangleLeftSolid(_ref33, ref) {
|
|
734
743
|
let {
|
|
735
744
|
children,
|
|
736
745
|
size = 16,
|
|
@@ -744,16 +753,15 @@ const Undefined = /*#__PURE__*/React.forwardRef(function Undefined(_ref33, ref)
|
|
|
744
753
|
viewBox: "0 0 32 32",
|
|
745
754
|
fill: "currentColor",
|
|
746
755
|
...rest
|
|
747
|
-
},
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z"
|
|
756
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
757
|
+
strokeWidth: "0",
|
|
758
|
+
d: "m29,29.0194c0,.5692-.4772.979-1,.9806-.1628.0005-.3299-.0388-.4885-.1249L3.5248,16.8556c-.3435-.1865-.5248-.521-.5248-.8555s.1812-.6694.5248-.8559L27.5115,2.1246c.1586-.0861.3257-.1251.4885-.1246.5228.0016,1,.4111,1,.9803v26.0391Z"
|
|
751
759
|
})), children);
|
|
752
760
|
});
|
|
753
761
|
if (process.env.NODE_ENV !== "production") {
|
|
754
|
-
|
|
762
|
+
TriangleLeftSolid.propTypes = iconPropTypes;
|
|
755
763
|
}
|
|
756
|
-
const
|
|
764
|
+
const TriangleOutline = /*#__PURE__*/React.forwardRef(function TriangleOutline(_ref34, ref) {
|
|
757
765
|
let {
|
|
758
766
|
children,
|
|
759
767
|
size = 16,
|
|
@@ -768,17 +776,14 @@ const UndefinedFilled = /*#__PURE__*/React.forwardRef(function UndefinedFilled(_
|
|
|
768
776
|
fill: "currentColor",
|
|
769
777
|
...rest
|
|
770
778
|
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
fill: "none",
|
|
774
|
-
d: "M11 14H21V18H11z",
|
|
775
|
-
"data-icon-path": "inner-path"
|
|
779
|
+
strokeWidth: "0",
|
|
780
|
+
d: "m29.8755,27.5117L16.856,3.5249c-.1865-.3438-.5212-.5249-.856-.5249-.3345,0-.6689.1812-.8555.5249L2.125,27.5117c-.0862.1582-.1255.3257-.125.4883.0017.5229.4114,1,.9805,1h26.0393c.5691,0,.9788-.4771.9802-1,.0005-.1626-.0386-.3301-.1245-.4883Zm-25.1985-.5117L16,6.1323l11.323,20.8677H4.677Z"
|
|
776
781
|
})), children);
|
|
777
782
|
});
|
|
778
783
|
if (process.env.NODE_ENV !== "production") {
|
|
779
|
-
|
|
784
|
+
TriangleOutline.propTypes = iconPropTypes;
|
|
780
785
|
}
|
|
781
|
-
const
|
|
786
|
+
const TriangleRightOutline = /*#__PURE__*/React.forwardRef(function TriangleRightOutline(_ref35, ref) {
|
|
782
787
|
let {
|
|
783
788
|
children,
|
|
784
789
|
size = 16,
|
|
@@ -792,14 +797,15 @@ const Undo = /*#__PURE__*/React.forwardRef(function Undo(_ref35, ref) {
|
|
|
792
797
|
viewBox: "0 0 32 32",
|
|
793
798
|
fill: "currentColor",
|
|
794
799
|
...rest
|
|
795
|
-
},
|
|
796
|
-
|
|
800
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
801
|
+
strokeWidth: "0",
|
|
802
|
+
d: "m4.4883,29.8755l23.9868-13.0195c.3438-.1865.5249-.5212.5249-.856,0-.3345-.1812-.6689-.5249-.8555L4.4883,2.125c-.1582-.0862-.3257-.1255-.4883-.125-.5229.0017-1,.4114-1,.9805v26.0393c0,.5691.4771.9788,1,.9802.1626.0005.3301-.0386.4883-.1245Zm.5117-25.1985l20.8677,11.323L5,27.323V4.677Z"
|
|
797
803
|
})), children);
|
|
798
804
|
});
|
|
799
805
|
if (process.env.NODE_ENV !== "production") {
|
|
800
|
-
|
|
806
|
+
TriangleRightOutline.propTypes = iconPropTypes;
|
|
801
807
|
}
|
|
802
|
-
const
|
|
808
|
+
const TriangleRightSolid = /*#__PURE__*/React.forwardRef(function TriangleRightSolid(_ref36, ref) {
|
|
803
809
|
let {
|
|
804
810
|
children,
|
|
805
811
|
size = 16,
|
|
@@ -813,14 +819,15 @@ const UngroupObjects = /*#__PURE__*/React.forwardRef(function UngroupObjects(_re
|
|
|
813
819
|
viewBox: "0 0 32 32",
|
|
814
820
|
fill: "currentColor",
|
|
815
821
|
...rest
|
|
816
|
-
},
|
|
817
|
-
|
|
822
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
823
|
+
strokeWidth: "0",
|
|
824
|
+
d: "m3,2.9806c0-.5692.4772-.979,1-.9806.1628-.0005.3299.0388.4885.1249l23.9867,13.0196c.3435.1865.5248.521.5248.8555s-.1812.6694-.5248.8559L4.4885,29.8754c-.1586.0861-.3257.1251-.4885.1246-.5228-.0016-1-.4111-1-.9803V2.9806Z"
|
|
818
825
|
})), children);
|
|
819
826
|
});
|
|
820
827
|
if (process.env.NODE_ENV !== "production") {
|
|
821
|
-
|
|
828
|
+
TriangleRightSolid.propTypes = iconPropTypes;
|
|
822
829
|
}
|
|
823
|
-
const
|
|
830
|
+
const TriangleSolid = /*#__PURE__*/React.forwardRef(function TriangleSolid(_ref37, ref) {
|
|
824
831
|
let {
|
|
825
832
|
children,
|
|
826
833
|
size = 16,
|
|
@@ -834,20 +841,15 @@ const Unknown = /*#__PURE__*/React.forwardRef(function Unknown(_ref37, ref) {
|
|
|
834
841
|
viewBox: "0 0 32 32",
|
|
835
842
|
fill: "currentColor",
|
|
836
843
|
...rest
|
|
837
|
-
},
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
r: "1.5"
|
|
841
|
-
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
842
|
-
d: "M17,19h-2v-4h2c1.103,0,2-0.897,2-2s-0.897-2-2-2h-2c-1.103,0-2,0.897-2,2v0.5h-2V13c0-2.206,1.794-4,4-4h2 c2.206,0,4,1.794,4,4s-1.794,4-4,4V19z"
|
|
843
|
-
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
844
|
-
d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z"
|
|
844
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
845
|
+
strokeWidth: "0",
|
|
846
|
+
d: "m2.9806,29c-.5692,0-.979-.4772-.9806-1-.0005-.1628.0388-.3299.1249-.4885L15.1444,3.5248c.1865-.3435.521-.5248.8555-.5248s.6694.1812.8559.5248l13.0195,23.9867c.0861.1586.1251.3257.1246.4885-.0016.5228-.4111,1-.9803,1H2.9806Z"
|
|
845
847
|
})), children);
|
|
846
848
|
});
|
|
847
849
|
if (process.env.NODE_ENV !== "production") {
|
|
848
|
-
|
|
850
|
+
TriangleSolid.propTypes = iconPropTypes;
|
|
849
851
|
}
|
|
850
|
-
const
|
|
852
|
+
const Trophy = /*#__PURE__*/React.forwardRef(function Trophy(_ref38, ref) {
|
|
851
853
|
let {
|
|
852
854
|
children,
|
|
853
855
|
size = 16,
|
|
@@ -861,18 +863,14 @@ const UnknownFilled = /*#__PURE__*/React.forwardRef(function UnknownFilled(_ref3
|
|
|
861
863
|
viewBox: "0 0 32 32",
|
|
862
864
|
fill: "currentColor",
|
|
863
865
|
...rest
|
|
864
|
-
},
|
|
865
|
-
d: "
|
|
866
|
-
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
867
|
-
fill: "none",
|
|
868
|
-
d: "M16,21c0.828,0,1.5,0.672,1.5,1.5S16.828,24,16,24c-0.828,0-1.5-0.672-1.5-1.5S15.172,21,16,21 z M17.125,17.248c2.217-0.066,4-1.89,4-4.123C21.125,10.851,19.274,9,17,9h-2c-2.274,0-4.125,1.851-4.125,4.125v0.5h2.25v-0.5 c0-1.034,0.841-1.875,1.875-1.875h2c1.034,0,1.875,0.841,1.875,1.875S18.034,15,17,15h-2.125v4.125h2.25V17.248z",
|
|
869
|
-
"data-icon-path": "inner-path"
|
|
866
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
867
|
+
d: "M26,7H24V6a2.0023,2.0023,0,0,0-2-2H10A2.0023,2.0023,0,0,0,8,6V7H6A2.0023,2.0023,0,0,0,4,9v3a4.0045,4.0045,0,0,0,4,4h.322A8.1689,8.1689,0,0,0,15,21.9341V26H10v2H22V26H17V21.9311A7.9661,7.9661,0,0,0,23.74,16H24a4.0045,4.0045,0,0,0,4-4V9A2.0023,2.0023,0,0,0,26,7ZM8,14a2.0023,2.0023,0,0,1-2-2V9H8Zm14,0a6,6,0,0,1-6.1855,5.9971A6.1991,6.1991,0,0,1,10,13.7065V6H22Zm4-2a2.0023,2.0023,0,0,1-2,2V9h2Z"
|
|
870
868
|
})), children);
|
|
871
869
|
});
|
|
872
870
|
if (process.env.NODE_ENV !== "production") {
|
|
873
|
-
|
|
871
|
+
Trophy.propTypes = iconPropTypes;
|
|
874
872
|
}
|
|
875
|
-
const
|
|
873
|
+
const TrophyFilled = /*#__PURE__*/React.forwardRef(function TrophyFilled(_ref39, ref) {
|
|
876
874
|
let {
|
|
877
875
|
children,
|
|
878
876
|
size = 16,
|
|
@@ -886,38 +884,19 @@ const Unlink = /*#__PURE__*/React.forwardRef(function Unlink(_ref39, ref) {
|
|
|
886
884
|
viewBox: "0 0 32 32",
|
|
887
885
|
fill: "currentColor",
|
|
888
886
|
...rest
|
|
889
|
-
},
|
|
890
|
-
d: "
|
|
891
|
-
transform: "rotate(-45.01 5.996 6.005)"
|
|
892
|
-
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
893
|
-
d: "M25 23.58H27V28.409999999999997H25z",
|
|
894
|
-
transform: "rotate(-44.99 25.995 25.999)"
|
|
895
|
-
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
896
|
-
d: "M11 2H13V6H11zM2 11H6V13H2zM26 19H30V21H26zM19 26H21V30H19zM16.58 21.07l-3.71 3.72a4 4 0 11-5.66-5.66l3.72-3.72L9.51 14 5.8 17.72a6 6 0 00-.06 8.54A6 6 0 0010 28a6.07 6.07 0 004.32-1.8L18 22.49zM15.41 10.93l3.72-3.72a4 4 0 115.66 5.66l-3.72 3.72L22.49 18l3.71-3.72a6 6 0 00.06-8.54A6 6 0 0022 4a6.07 6.07 0 00-4.32 1.8L14 9.51z"
|
|
887
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
888
|
+
d: "M26,7H24V6a2.0023,2.0023,0,0,0-2-2H10A2.0023,2.0023,0,0,0,8,6V7H6A2.0023,2.0023,0,0,0,4,9v3a4.0045,4.0045,0,0,0,4,4h.322A8.1689,8.1689,0,0,0,15,21.9341V26H10v2H22V26H17V21.9311A7.9661,7.9661,0,0,0,23.74,16H24a4.0045,4.0045,0,0,0,4-4V9A2.0023,2.0023,0,0,0,26,7ZM8,14a2.0023,2.0023,0,0,1-2-2V9H8Zm18-2a2.0023,2.0023,0,0,1-2,2V9h2Z"
|
|
897
889
|
})), children);
|
|
898
890
|
});
|
|
899
891
|
if (process.env.NODE_ENV !== "production") {
|
|
900
|
-
|
|
892
|
+
TrophyFilled.propTypes = iconPropTypes;
|
|
901
893
|
}
|
|
902
|
-
const
|
|
894
|
+
const TropicalStorm = /*#__PURE__*/React.forwardRef(function TropicalStorm(_ref40, ref) {
|
|
903
895
|
let {
|
|
904
896
|
children,
|
|
905
897
|
size = 16,
|
|
906
898
|
...rest
|
|
907
899
|
} = _ref40;
|
|
908
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
909
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
910
|
-
width: size,
|
|
911
|
-
height: size,
|
|
912
|
-
ref: ref,
|
|
913
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
914
|
-
viewBox: "0 0 16 16",
|
|
915
|
-
fill: "currentColor",
|
|
916
|
-
...rest
|
|
917
|
-
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
918
|
-
d: "M12,7H6V4c0-1.1,0.9-2,2-2s2,0.9,2,2h1c0-1.7-1.3-3-3-3S5,2.3,5,4v3H4C3.4,7,3,7.4,3,8v6c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1 V8C13,7.4,12.6,7,12,7z M12,14H4V8h8V14z"
|
|
919
|
-
})), children);
|
|
920
|
-
}
|
|
921
900
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
922
901
|
width: size,
|
|
923
902
|
height: size,
|
|
@@ -926,14 +905,16 @@ const Unlocked = /*#__PURE__*/React.forwardRef(function Unlocked(_ref40, ref) {
|
|
|
926
905
|
viewBox: "0 0 32 32",
|
|
927
906
|
fill: "currentColor",
|
|
928
907
|
...rest
|
|
929
|
-
},
|
|
930
|
-
d: "
|
|
908
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
909
|
+
d: "M16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,13Z"
|
|
910
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
911
|
+
d: "M22.6521,4.1821l-2.177,2.5142L19.0713,8.3174,20.7864,9.605A7.9361,7.9361,0,0,1,23.9963,16l.0008.0576.0017.0415c.018.4317.2412,10.1113-14.6538,11.7222l2.18-2.5176,1.4039-1.6211L11.2139,22.395A7.9361,7.9361,0,0,1,8.0037,16l-.0008-.0576-.0017-.0415C7.9832,15.47,7.7605,5.8071,22.6521,4.1821M24.9978,2c-.0164,0-.0327,0-.0493.001C5.2532,2.9146,6.0037,16,6.0037,16a9.975,9.975,0,0,0,4.0095,7.9946L6.2368,28.3555A1.0044,1.0044,0,0,0,7.0022,30c.0164,0,.0327,0,.0493-.001C26.7468,29.0854,25.9963,16,25.9963,16a9.9756,9.9756,0,0,0-4.0092-7.9946l3.7761-4.3609A1.0044,1.0044,0,0,0,24.9978,2Z"
|
|
931
912
|
})), children);
|
|
932
913
|
});
|
|
933
914
|
if (process.env.NODE_ENV !== "production") {
|
|
934
|
-
|
|
915
|
+
TropicalStorm.propTypes = iconPropTypes;
|
|
935
916
|
}
|
|
936
|
-
const
|
|
917
|
+
const TropicalStormModelTracks = /*#__PURE__*/React.forwardRef(function TropicalStormModelTracks(_ref41, ref) {
|
|
937
918
|
let {
|
|
938
919
|
children,
|
|
939
920
|
size = 16,
|
|
@@ -947,16 +928,16 @@ const Unsaved = /*#__PURE__*/React.forwardRef(function Unsaved(_ref41, ref) {
|
|
|
947
928
|
viewBox: "0 0 32 32",
|
|
948
929
|
fill: "currentColor",
|
|
949
930
|
...rest
|
|
950
|
-
},
|
|
951
|
-
d: "
|
|
952
|
-
})),
|
|
953
|
-
d: "
|
|
931
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
932
|
+
d: "M10,17a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,17Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,10,11Z"
|
|
933
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
934
|
+
d: "M14.8188 6.65c.1163-.1211 1.8643-1.919 2.8882-2.9434A1 1 0 0017 2C11.812 2 2 4.2988 2 13a7.8938 7.8938 0 003.1812 6.35c-.1612.1675-1.9507 2.0054-2.8882 2.9429A1 1 0 003 24c5.188 0 15-2.2988 15-11A7.8927 7.8927 0 0014.8188 6.65zM9.7065 20.793a20.94 20.94 0 01-4.0932.9853c.1621-.166 2.7685-2.9053 2.7685-2.9053l-1.1743-.6074A5.9064 5.9064 0 014 13c0-3.667 2.1177-6.2886 6.2935-7.793a20.94 20.94 0 014.0932-.9853c-.227.2324-2.769 2.9057-2.769 2.9057l1.1748.607A5.9075 5.9075 0 0116 13C16 16.667 13.8823 19.2886 9.7065 20.793zM30 17l-5-5-5 5 1.4126 1.4155L24 15.8325V19a9.01 9.01 0 01-9 9H12v2h3A11.0125 11.0125 0 0026 19V15.8325l2.5859 2.5816z"
|
|
954
935
|
})), children);
|
|
955
936
|
});
|
|
956
937
|
if (process.env.NODE_ENV !== "production") {
|
|
957
|
-
|
|
938
|
+
TropicalStormModelTracks.propTypes = iconPropTypes;
|
|
958
939
|
}
|
|
959
|
-
const
|
|
940
|
+
const TropicalStormTracks = /*#__PURE__*/React.forwardRef(function TropicalStormTracks(_ref42, ref) {
|
|
960
941
|
let {
|
|
961
942
|
children,
|
|
962
943
|
size = 16,
|
|
@@ -970,14 +951,16 @@ const UpToTop = /*#__PURE__*/React.forwardRef(function UpToTop(_ref42, ref) {
|
|
|
970
951
|
viewBox: "0 0 32 32",
|
|
971
952
|
fill: "currentColor",
|
|
972
953
|
...rest
|
|
973
|
-
},
|
|
974
|
-
d: "M16
|
|
954
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
955
|
+
d: "M16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,13Z"
|
|
956
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
957
|
+
d: "M26.86,12.4805h0a12.9277,12.9277,0,0,0-4.8575-4.9991q.2044-.213.4424-.4589h0c.82-.8482,1.93-1.9825,3.2622-3.3155A1,1,0,0,0,25,2c-.354,0-8.7363.0488-14.269,4.3018h0A12.15,12.15,0,0,0,7.481,9.998c-.1416-.1367-.295-.2841-.4585-.4423C6.1743,8.7349,5.04,7.6255,3.707,6.293A1,1,0,0,0,2,7c0,.3594.05,8.874,4.4058,14.4023a12.1023,12.1023,0,0,0,3.5918,3.1163c-.21.2177-.4346.4516-.6563.68h0c-.7954.8208-1.8286,1.8745-3.0483,3.0943A1,1,0,0,0,7,30c.2856,0,7.061-.0352,12.459-3.1055a12.9618,12.9618,0,0,0,5.06-4.8925q.3062.2937.68.6567c.82.7954,1.8745,1.8286,3.0943,3.0483A1,1,0,0,0,30,25C30,24.7119,29.9644,17.8877,26.86,12.4805Zm-3.03,6.1074-.5469,1.3672A10.5415,10.5415,0,0,1,18.47,25.1562,24.3514,24.3514,0,0,1,9.584,27.8135c.4409-.4492,3.8281-3.9824,3.8281-3.9824l-1.3682-.5474a9.8021,9.8021,0,0,1-4.0668-3.1191c-2.5406-3.2242-3.4585-7.7623-3.79-10.58.5435.5337,3.9815,3.8266,3.9815,3.8266l.5468-1.3672A9.8569,9.8569,0,0,1,11.95,7.8877h0C15.1665,5.415,19.6309,4.5146,22.4155,4.187c-.5332.5435-3.8276,3.9819-3.8276,3.9819l1.3677.5469a10.52,10.52,0,0,1,5.17,4.7608v0a24.29,24.29,0,0,1,2.688,8.94C27.3643,21.9751,23.83,18.5879,23.83,18.5879Z"
|
|
975
958
|
})), children);
|
|
976
959
|
});
|
|
977
960
|
if (process.env.NODE_ENV !== "production") {
|
|
978
|
-
|
|
961
|
+
TropicalStormTracks.propTypes = iconPropTypes;
|
|
979
962
|
}
|
|
980
|
-
const
|
|
963
|
+
const TropicalWarning = /*#__PURE__*/React.forwardRef(function TropicalWarning(_ref43, ref) {
|
|
981
964
|
let {
|
|
982
965
|
children,
|
|
983
966
|
size = 16,
|
|
@@ -991,16 +974,19 @@ const UpdateNow = /*#__PURE__*/React.forwardRef(function UpdateNow(_ref43, ref)
|
|
|
991
974
|
viewBox: "0 0 32 32",
|
|
992
975
|
fill: "currentColor",
|
|
993
976
|
...rest
|
|
994
|
-
},
|
|
995
|
-
d: "M27
|
|
996
|
-
})),
|
|
997
|
-
|
|
977
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
978
|
+
d: "M27.9487,25.6836a1,1,0,0,0-1.8955-.0049A3.44,3.44,0,0,1,23,28a3.44,3.44,0,0,1-3.0532-2.3213,1,1,0,0,0-1.8955.0049A3.4376,3.4376,0,0,1,15,28h-.4336C13.9241,26.7939,12,22.312,12,12v-.1313l1.1169.7446A6.46,6.46,0,0,1,14.4346,13.79l1.0007-1.8418a8.4469,8.4469,0,0,0-1.209-.9986L12.8025,10h1.5308a6.9861,6.9861,0,0,1,1.9934.3071l.9755-1.7954A9.0059,9.0059,0,0,0,14.3333,8H13.1169A7.0329,7.0329,0,0,1,18,6h.6669l1.0867-2H18a9.0361,9.0361,0,0,0-7,3.3638A9.0362,9.0362,0,0,0,4,4H2V6H4A7.0308,7.0308,0,0,1,8.8828,8H7.6665a9.06,9.06,0,0,0-5.4,1.8L.4,11.2l1.2,1.6L3.4668,11.4a7.04,7.04,0,0,1,4.2-1.4H9.1973l-1.4239.9492A8.457,8.457,0,0,0,4,18H6a6.46,6.46,0,0,1,2.8828-5.3867L10,11.8687V12c0,8.9365,1.3994,13.7539,2.355,16H2v2H15a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0,4.9955,4.9955,0,0,0,3,1.8833V27.8125A3.7616,3.7616,0,0,1,27.9487,25.6836Z"
|
|
979
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
980
|
+
fill: "none",
|
|
981
|
+
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
982
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
983
|
+
d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z"
|
|
998
984
|
})), children);
|
|
999
985
|
});
|
|
1000
986
|
if (process.env.NODE_ENV !== "production") {
|
|
1001
|
-
|
|
987
|
+
TropicalWarning.propTypes = iconPropTypes;
|
|
1002
988
|
}
|
|
1003
|
-
const
|
|
989
|
+
const Tsq = /*#__PURE__*/React.forwardRef(function Tsq(_ref44, ref) {
|
|
1004
990
|
let {
|
|
1005
991
|
children,
|
|
1006
992
|
size = 16,
|
|
@@ -1014,32 +1000,21 @@ const Upgrade = /*#__PURE__*/React.forwardRef(function Upgrade(_ref44, ref) {
|
|
|
1014
1000
|
viewBox: "0 0 32 32",
|
|
1015
1001
|
fill: "currentColor",
|
|
1016
1002
|
...rest
|
|
1017
|
-
},
|
|
1018
|
-
d: "
|
|
1003
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1004
|
+
d: "M19 26H30V28H19zM19 22H30V24H19zM30 20h-11V12h11v8zm-9-2h7v-4h-7v4zM19 8H30V10H19zM19 4H30V6H19zM10.293 18.707L8 16.4143 8 12 10 12 10 15.5857 11.707 17.293 10.293 18.707z"
|
|
1005
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1006
|
+
d: "M9,24c-4.4111,0-8-3.5889-8-8s3.5889-8,8-8,8,3.5889,8,8-3.5889,8-8,8Zm0-14c-3.3083,0-6,2.6917-6,6s2.6917,6,6,6,6-2.6917,6-6-2.6917-6-6-6Z"
|
|
1019
1007
|
})), children);
|
|
1020
1008
|
});
|
|
1021
1009
|
if (process.env.NODE_ENV !== "production") {
|
|
1022
|
-
|
|
1010
|
+
Tsq.propTypes = iconPropTypes;
|
|
1023
1011
|
}
|
|
1024
|
-
const
|
|
1012
|
+
const Tsunami = /*#__PURE__*/React.forwardRef(function Tsunami(_ref45, ref) {
|
|
1025
1013
|
let {
|
|
1026
1014
|
children,
|
|
1027
1015
|
size = 16,
|
|
1028
1016
|
...rest
|
|
1029
1017
|
} = _ref45;
|
|
1030
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1031
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1032
|
-
width: size,
|
|
1033
|
-
height: size,
|
|
1034
|
-
ref: ref,
|
|
1035
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1036
|
-
viewBox: "0 0 16 16",
|
|
1037
|
-
fill: "currentColor",
|
|
1038
|
-
...rest
|
|
1039
|
-
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1040
|
-
d: "M3 9L3.7 9.7 7.5 5.9 7.5 15 8.5 15 8.5 5.9 12.3 9.7 13 9 8 4zM3 4V2h10v2h1V2c0-.6-.4-1-1-1H3C2.4 1 2 1.4 2 2v2H3z"
|
|
1041
|
-
})), children);
|
|
1042
|
-
}
|
|
1043
1018
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1044
1019
|
width: size,
|
|
1045
1020
|
height: size,
|
|
@@ -1048,14 +1023,14 @@ const Upload = /*#__PURE__*/React.forwardRef(function Upload(_ref45, ref) {
|
|
|
1048
1023
|
viewBox: "0 0 32 32",
|
|
1049
1024
|
fill: "currentColor",
|
|
1050
1025
|
...rest
|
|
1051
|
-
},
|
|
1052
|
-
d: "
|
|
1026
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1027
|
+
d: "M30,26H24A10.0349,10.0349,0,0,1,17.0732,8.7378,11.9629,11.9629,0,0,0,12.9937,8a6.9027,6.9027,0,0,0-6.0308,3.42C4.9966,14.4348,4,19.34,4,26H2c0-7.0542,1.106-12.3274,3.2871-15.6726A8.906,8.906,0,0,1,12.9937,6h.0068a14.762,14.762,0,0,1,6.4619,1.592,1,1,0,0,1,.0869,1.7222A8.0249,8.0249,0,0,0,24,24h6Z"
|
|
1053
1028
|
})), children);
|
|
1054
1029
|
});
|
|
1055
1030
|
if (process.env.NODE_ENV !== "production") {
|
|
1056
|
-
|
|
1031
|
+
Tsunami.propTypes = iconPropTypes;
|
|
1057
1032
|
}
|
|
1058
|
-
const
|
|
1033
|
+
const Tsv = /*#__PURE__*/React.forwardRef(function Tsv(_ref46, ref) {
|
|
1059
1034
|
let {
|
|
1060
1035
|
children,
|
|
1061
1036
|
size = 16,
|
|
@@ -1069,14 +1044,14 @@ const Upstream = /*#__PURE__*/React.forwardRef(function Upstream(_ref46, ref) {
|
|
|
1069
1044
|
viewBox: "0 0 32 32",
|
|
1070
1045
|
fill: "currentColor",
|
|
1071
1046
|
...rest
|
|
1072
|
-
},
|
|
1073
|
-
d: "
|
|
1047
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1048
|
+
d: "M28 9L26 22 24 9 22 9 24.516 23 27.484 23 30 9 28 9zM18 23H12V21h6V17H14a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h6v2H14v4h4a2.002 2.002 0 012 2v4A2.002 2.002 0 0118 23zM2 11L5 11 5 23 7 23 7 11 10 11 10 9 2 9 2 11z"
|
|
1074
1049
|
})), children);
|
|
1075
1050
|
});
|
|
1076
1051
|
if (process.env.NODE_ENV !== "production") {
|
|
1077
|
-
|
|
1052
|
+
Tsv.propTypes = iconPropTypes;
|
|
1078
1053
|
}
|
|
1079
|
-
const
|
|
1054
|
+
const Tuning = /*#__PURE__*/React.forwardRef(function Tuning(_ref47, ref) {
|
|
1080
1055
|
let {
|
|
1081
1056
|
children,
|
|
1082
1057
|
size = 16,
|
|
@@ -1090,15 +1065,14 @@ const Url = /*#__PURE__*/React.forwardRef(function Url(_ref47, ref) {
|
|
|
1090
1065
|
viewBox: "0 0 32 32",
|
|
1091
1066
|
fill: "currentColor",
|
|
1092
1067
|
...rest
|
|
1093
|
-
},
|
|
1094
|
-
|
|
1095
|
-
d: "M24 21L24 9 22 9 22 23 30 23 30 21 24 21zM20 15v-4c0-1.103-.8975-2-2-2h-6v14h2v-6h1.4807l2.3345 6h2.1453l-2.3331-6h.3726c1.1025 0 2-.8975 2-2zm-6-4h4v4h-4v-4zM8 23h-4c-1.103 0-2-.8975-2-2v-12h2v12h4v-12h2v12c0 1.1025-.897 2-2 2z"
|
|
1068
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1069
|
+
d: "M24 30v-4.1c2.3-.5 4-2.5 4-4.9 0-2.4-1.7-4.4-4-4.9V2s-2 0-2 0v14.1c-2.3.5-4 2.5-4 4.9 0 2.4 1.7 4.4 4 4.9v4.1s2 0 2 0zm-4-9c0-1.7 1.3-3 3-3s3 1.3 3 3c0 1.7-1.3 3-3 3s-3-1.3-3-3zM8 2v4.1c-2.3.5-4 2.5-4 4.9 0 2.4 1.7 4.4 4 4.9v14.1s2 0 2 0v-14.1c2.3-.5 4-2.5 4-4.9 0-2.4-1.7-4.4-4-4.9V2s-2 0-2 0zm4 9c0 1.7-1.3 3-3 3s-3-1.3-3-3 1.3-3 3-3 3 1.3 3 3z"
|
|
1096
1070
|
})), children);
|
|
1097
1071
|
});
|
|
1098
1072
|
if (process.env.NODE_ENV !== "production") {
|
|
1099
|
-
|
|
1073
|
+
Tuning.propTypes = iconPropTypes;
|
|
1100
1074
|
}
|
|
1101
|
-
const
|
|
1075
|
+
const TwoFactorAuthentication = /*#__PURE__*/React.forwardRef(function TwoFactorAuthentication(_ref48, ref) {
|
|
1102
1076
|
let {
|
|
1103
1077
|
children,
|
|
1104
1078
|
size = 16,
|
|
@@ -1112,34 +1086,21 @@ const Usb = /*#__PURE__*/React.forwardRef(function Usb(_ref48, ref) {
|
|
|
1112
1086
|
viewBox: "0 0 32 32",
|
|
1113
1087
|
fill: "currentColor",
|
|
1114
1088
|
...rest
|
|
1115
|
-
},
|
|
1116
|
-
d: "
|
|
1117
|
-
})),
|
|
1118
|
-
d: "
|
|
1089
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1090
|
+
d: "M11 23.18L9 21.179 7.589 22.589 11 26 17 20 15.59 18.59 11 23.18zM28 30H24V28h4V16H24V8a4.0045 4.0045 0 00-4-4V2a6.0067 6.0067 0 016 6v6h2a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30z"
|
|
1091
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1092
|
+
d: "M20,14H18V8A6,6,0,0,0,6,8v6H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16A2,2,0,0,0,20,14ZM8,8a4,4,0,0,1,8,0v6H8ZM20,28H4V16H20Z"
|
|
1119
1093
|
})), children);
|
|
1120
1094
|
});
|
|
1121
1095
|
if (process.env.NODE_ENV !== "production") {
|
|
1122
|
-
|
|
1096
|
+
TwoFactorAuthentication.propTypes = iconPropTypes;
|
|
1123
1097
|
}
|
|
1124
|
-
const
|
|
1098
|
+
const TwoPersonLift = /*#__PURE__*/React.forwardRef(function TwoPersonLift(_ref49, ref) {
|
|
1125
1099
|
let {
|
|
1126
1100
|
children,
|
|
1127
1101
|
size = 16,
|
|
1128
1102
|
...rest
|
|
1129
1103
|
} = _ref49;
|
|
1130
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1131
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1132
|
-
width: size,
|
|
1133
|
-
height: size,
|
|
1134
|
-
ref: ref,
|
|
1135
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1136
|
-
viewBox: "0 0 16 16",
|
|
1137
|
-
fill: "currentColor",
|
|
1138
|
-
...rest
|
|
1139
|
-
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1140
|
-
d: "M8 2c1.4 0 2.5 1.1 2.5 2.5S9.4 7 8 7 5.5 5.9 5.5 4.5 6.6 2 8 2M8 1C6.1 1 4.5 2.6 4.5 4.5S6.1 8 8 8s3.5-1.6 3.5-3.5S9.9 1 8 1zM13 15h-1v-2.5c0-1.4-1.1-2.5-2.5-2.5h-3C5.1 10 4 11.1 4 12.5V15H3v-2.5C3 10.6 4.6 9 6.5 9h3c1.9 0 3.5 1.6 3.5 3.5V15z"
|
|
1141
|
-
})), children);
|
|
1142
|
-
}
|
|
1143
1104
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1144
1105
|
width: size,
|
|
1145
1106
|
height: size,
|
|
@@ -1148,14 +1109,18 @@ const User = /*#__PURE__*/React.forwardRef(function User(_ref49, ref) {
|
|
|
1148
1109
|
viewBox: "0 0 32 32",
|
|
1149
1110
|
fill: "currentColor",
|
|
1150
1111
|
...rest
|
|
1151
|
-
},
|
|
1152
|
-
d: "
|
|
1112
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1113
|
+
d: "M26.96 30l-1.9215-6.7253a1.0008 1.0008 0 01.3369-1.0554L29.874 18.62 28.52 13.2014l-2.7382 3.4234A1.0026 1.0026 0 0125 17H20V15h4.52l3.6993-4.6248a1 1 0 011.7509.3824l2 8a.9989.9989 0 01-.3447 1.0232l-4.48 3.5845 1.7389 6.0854zM23 5.5A3.5 3.5 0 1126.5 9 3.5042 3.5042 0 0123 5.5zm2 0A1.5 1.5 0 1026.5 4 1.5017 1.5017 0 0025 5.5z"
|
|
1114
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1115
|
+
d: "M20.0039,19A2.0039,2.0039,0,0,1,18,16.9961V15.0039A2.0039,2.0039,0,0,1,20.0039,13H22V10H10v3h1.9961A2.0039,2.0039,0,0,1,14,15.0039v1.9922A2.0039,2.0039,0,0,1,11.9961,19H10v3H22V19Z"
|
|
1116
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1117
|
+
d: "M5.04 30l1.9215-6.7253a1.0013 1.0013 0 00-.3369-1.0555L2.126 18.62l1.3545-5.4185 2.7382 3.4234A1.0026 1.0026 0 007 17h5V15H7.4805L3.7812 10.3752a1 1 0 00-1.7509.3824l-2 8A.9989.9989 0 00.375 19.7808l4.4805 3.5844-1.739 6.0855zM5.5 9A3.5 3.5 0 119 5.5 3.5042 3.5042 0 015.5 9zm0-5A1.5 1.5 0 107 5.5 1.5017 1.5017 0 005.5 4z"
|
|
1153
1118
|
})), children);
|
|
1154
1119
|
});
|
|
1155
1120
|
if (process.env.NODE_ENV !== "production") {
|
|
1156
|
-
|
|
1121
|
+
TwoPersonLift.propTypes = iconPropTypes;
|
|
1157
1122
|
}
|
|
1158
|
-
const
|
|
1123
|
+
const Txt = /*#__PURE__*/React.forwardRef(function Txt(_ref50, ref) {
|
|
1159
1124
|
let {
|
|
1160
1125
|
children,
|
|
1161
1126
|
size = 16,
|
|
@@ -1169,14 +1134,14 @@ const UserAccess = /*#__PURE__*/React.forwardRef(function UserAccess(_ref50, ref
|
|
|
1169
1134
|
viewBox: "0 0 32 32",
|
|
1170
1135
|
fill: "currentColor",
|
|
1171
1136
|
...rest
|
|
1172
|
-
},
|
|
1173
|
-
d: "
|
|
1137
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1138
|
+
d: "M21 11L24 11 24 23 26 23 26 11 29 11 29 9 21 9 21 11zM20 9L18 9 16 15 14 9 12 9 14.75 16 12 23 14 23 16 17 18 23 20 23 17.25 16 20 9zM3 11L6 11 6 23 8 23 8 11 11 11 11 9 3 9 3 11z"
|
|
1174
1139
|
})), children);
|
|
1175
1140
|
});
|
|
1176
1141
|
if (process.env.NODE_ENV !== "production") {
|
|
1177
|
-
|
|
1142
|
+
Txt.propTypes = iconPropTypes;
|
|
1178
1143
|
}
|
|
1179
|
-
const
|
|
1144
|
+
const TxtReference = /*#__PURE__*/React.forwardRef(function TxtReference(_ref51, ref) {
|
|
1180
1145
|
let {
|
|
1181
1146
|
children,
|
|
1182
1147
|
size = 16,
|
|
@@ -1190,14 +1155,14 @@ const UserActivity = /*#__PURE__*/React.forwardRef(function UserActivity(_ref51,
|
|
|
1190
1155
|
viewBox: "0 0 32 32",
|
|
1191
1156
|
fill: "currentColor",
|
|
1192
1157
|
...rest
|
|
1193
|
-
},
|
|
1194
|
-
d: "
|
|
1158
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1159
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM21 4L24 4 24 16 26 16 26 4 29 4 29 2 21 2 21 4zM20 2L18 2 16 8 14 2 12 2 14.752 9 12 16 14 16 16 10 18 16 20 16 17.245 9 20 2zM3 4L6 4 6 16 8 16 8 4 11 4 11 2 3 2 3 4z"
|
|
1195
1160
|
})), children);
|
|
1196
1161
|
});
|
|
1197
1162
|
if (process.env.NODE_ENV !== "production") {
|
|
1198
|
-
|
|
1163
|
+
TxtReference.propTypes = iconPropTypes;
|
|
1199
1164
|
}
|
|
1200
|
-
const
|
|
1165
|
+
const TypePattern = /*#__PURE__*/React.forwardRef(function TypePattern(_ref52, ref) {
|
|
1201
1166
|
let {
|
|
1202
1167
|
children,
|
|
1203
1168
|
size = 16,
|
|
@@ -1211,34 +1176,21 @@ const UserAdmin = /*#__PURE__*/React.forwardRef(function UserAdmin(_ref52, ref)
|
|
|
1211
1176
|
viewBox: "0 0 32 32",
|
|
1212
1177
|
fill: "currentColor",
|
|
1213
1178
|
...rest
|
|
1214
|
-
},
|
|
1215
|
-
d: "
|
|
1179
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1180
|
+
d: "M30 15L17 15 17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z"
|
|
1181
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1182
|
+
d: "M25.586 20L27 21.414 23.414 25 27 28.586 25.586 30 20.586 25 25.586 20zM11 30H3a1 1 0 01-.8945-1.4473l4-8a1.0412 1.0412 0 011.789 0l4 8A1 1 0 0111 30zM4.6182 28H9.3818L7 23.2363zM28 12H22a2.0023 2.0023 0 01-2-2V4a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0128 12zM22 4v6h6.001L28 4zM7 12a5 5 0 115-5A5.0059 5.0059 0 017 12zM7 4a3 3 0 103 3A3.0033 3.0033 0 007 4z"
|
|
1216
1183
|
})), children);
|
|
1217
1184
|
});
|
|
1218
1185
|
if (process.env.NODE_ENV !== "production") {
|
|
1219
|
-
|
|
1186
|
+
TypePattern.propTypes = iconPropTypes;
|
|
1220
1187
|
}
|
|
1221
|
-
const
|
|
1188
|
+
const Types = /*#__PURE__*/React.forwardRef(function Types(_ref53, ref) {
|
|
1222
1189
|
let {
|
|
1223
1190
|
children,
|
|
1224
1191
|
size = 16,
|
|
1225
1192
|
...rest
|
|
1226
1193
|
} = _ref53;
|
|
1227
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1228
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1229
|
-
width: size,
|
|
1230
|
-
height: size,
|
|
1231
|
-
ref: ref,
|
|
1232
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1233
|
-
viewBox: "0 0 16 16",
|
|
1234
|
-
fill: "currentColor",
|
|
1235
|
-
...rest
|
|
1236
|
-
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1237
|
-
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M5,13.2v-1.5c0-0.9,0.6-1.6,1.5-1.7h3c0.9,0.1,1.5,0.8,1.5,1.7v1.5 C9.1,14.3,6.9,14.3,5,13.2L5,13.2z M12,12l0-0.8c0-0.9-1.1-2.1-2.5-2.2h-3C5.1,9.1,4,10.3,4,11.7l0,0.5v0.3c-2.5-2.2-2.7-6-0.5-8.5 s6-2.7,8.5-0.5s2.7,6,0.5,8.5c-0.1,0.2-0.3,0.3-0.5,0.5V12z"
|
|
1238
|
-
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1239
|
-
d: "M8,3C6.6,3,5.5,4.1,5.5,5.5S6.6,8,8,8s2.5-1.1,2.5-2.5S9.4,3,8,3z M8,7C7.2,7,6.5,6.3,6.5,5.5S7.2,4,8,4s1.5,0.7,1.5,1.5 S8.8,7,8,7z"
|
|
1240
|
-
})), children);
|
|
1241
|
-
}
|
|
1242
1194
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1243
1195
|
width: size,
|
|
1244
1196
|
height: size,
|
|
@@ -1247,16 +1199,18 @@ const UserAvatar = /*#__PURE__*/React.forwardRef(function UserAvatar(_ref53, ref
|
|
|
1247
1199
|
viewBox: "0 0 32 32",
|
|
1248
1200
|
fill: "currentColor",
|
|
1249
1201
|
...rest
|
|
1250
|
-
},
|
|
1251
|
-
d: "
|
|
1252
|
-
})),
|
|
1253
|
-
d: "M16,
|
|
1202
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1203
|
+
d: "M30 16L22 24 20.586 22.586 27.172 16 20.586 9.414 22 8 30 16z"
|
|
1204
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1205
|
+
d: "M16,22a.9967.9967,0,0,1-.707-.293l-5-5a.9994.9994,0,0,1,0-1.414l5-5a.9994.9994,0,0,1,1.414,0l5,5a.9994.9994,0,0,1,0,1.414l-5,5A.9967.9967,0,0,1,16,22Zm-3.5859-6L16,19.5859,19.5859,16,16,12.4141Z"
|
|
1206
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1207
|
+
d: "M2 16L10 8 11.414 9.414 4.828 16 11.414 22.586 10 24 2 16z"
|
|
1254
1208
|
})), children);
|
|
1255
1209
|
});
|
|
1256
1210
|
if (process.env.NODE_ENV !== "production") {
|
|
1257
|
-
|
|
1211
|
+
Types.propTypes = iconPropTypes;
|
|
1258
1212
|
}
|
|
1259
|
-
const
|
|
1213
|
+
const QU1 = /*#__PURE__*/React.forwardRef(function QU1(_ref54, ref) {
|
|
1260
1214
|
let {
|
|
1261
1215
|
children,
|
|
1262
1216
|
size = 16,
|
|
@@ -1270,17 +1224,14 @@ const UserAvatarFilled = /*#__PURE__*/React.forwardRef(function UserAvatarFilled
|
|
|
1270
1224
|
viewBox: "0 0 32 32",
|
|
1271
1225
|
fill: "currentColor",
|
|
1272
1226
|
...rest
|
|
1273
|
-
},
|
|
1274
|
-
|
|
1275
|
-
d: "M8.0071,24.93A4.9958,4.9958,0,0,1,13,20h6a4.9959,4.9959,0,0,1,4.9929,4.93,11.94,11.94,0,0,1-15.9858,0ZM20.5,12.5A4.5,4.5,0,1,1,16,8,4.5,4.5,0,0,1,20.5,12.5Z"
|
|
1276
|
-
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1277
|
-
d: "M26.7489,24.93A13.9893,13.9893,0,1,0,2,16a13.899,13.899,0,0,0,3.2511,8.93l-.02.0166c.07.0845.15.1567.2222.2392.09.1036.1864.2.28.3008.28.3033.5674.5952.87.87.0915.0831.1864.1612.28.2417.32.2759.6484.5372.99.7813.0441.0312.0832.0693.1276.1006v-.0127a13.9011,13.9011,0,0,0,16,0V27.48c.0444-.0313.0835-.0694.1276-.1006.3412-.2441.67-.5054.99-.7813.0936-.08.1885-.1586.28-.2417.3025-.2749.59-.5668.87-.87.0933-.1006.1894-.1972.28-.3008.0719-.0825.1522-.1547.2222-.2392ZM16,8a4.5,4.5,0,1,1-4.5,4.5A4.5,4.5,0,0,1,16,8ZM8.0071,24.93A4.9957,4.9957,0,0,1,13,20h6a4.9958,4.9958,0,0,1,4.9929,4.93,11.94,11.94,0,0,1-15.9858,0Z"
|
|
1227
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1228
|
+
d: "M13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23zM22 21L22 9 17 9 17 11 20 11 20 21 17 21 17 23 25 23 25 21 22 21z"
|
|
1278
1229
|
})), children);
|
|
1279
1230
|
});
|
|
1280
1231
|
if (process.env.NODE_ENV !== "production") {
|
|
1281
|
-
|
|
1232
|
+
QU1.propTypes = iconPropTypes;
|
|
1282
1233
|
}
|
|
1283
|
-
const
|
|
1234
|
+
const QU2 = /*#__PURE__*/React.forwardRef(function QU2(_ref55, ref) {
|
|
1284
1235
|
let {
|
|
1285
1236
|
children,
|
|
1286
1237
|
size = 16,
|
|
@@ -1294,16 +1245,14 @@ const UserAvatarFilledAlt = /*#__PURE__*/React.forwardRef(function UserAvatarFil
|
|
|
1294
1245
|
viewBox: "0 0 32 32",
|
|
1295
1246
|
fill: "currentColor",
|
|
1296
1247
|
...rest
|
|
1297
|
-
},
|
|
1298
|
-
d: "
|
|
1299
|
-
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1300
|
-
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm7.9925,22.9258A5.0016,5.0016,0,0,0,19,20H13a5.0016,5.0016,0,0,0-4.9925,4.9258,12,12,0,1,1,15.985,0Z"
|
|
1248
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1249
|
+
d: "M13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23zM25 23H17V17a2 2 0 012-2h4V11H17V9h6a2 2 0 012 2v4a2 2 0 01-2 2H19v4h6z"
|
|
1301
1250
|
})), children);
|
|
1302
1251
|
});
|
|
1303
1252
|
if (process.env.NODE_ENV !== "production") {
|
|
1304
|
-
|
|
1253
|
+
QU2.propTypes = iconPropTypes;
|
|
1305
1254
|
}
|
|
1306
|
-
const
|
|
1255
|
+
const QU3 = /*#__PURE__*/React.forwardRef(function QU3(_ref56, ref) {
|
|
1307
1256
|
let {
|
|
1308
1257
|
children,
|
|
1309
1258
|
size = 16,
|
|
@@ -1317,14 +1266,14 @@ const UserCertification = /*#__PURE__*/React.forwardRef(function UserCertificati
|
|
|
1317
1266
|
viewBox: "0 0 32 32",
|
|
1318
1267
|
fill: "currentColor",
|
|
1319
1268
|
...rest
|
|
1320
|
-
},
|
|
1321
|
-
d: "
|
|
1269
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1270
|
+
d: "M13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23zM23 9H17v2h6v4H18v2h5v4H17v2h6a2 2 0 002-2V11A2 2 0 0023 9z"
|
|
1322
1271
|
})), children);
|
|
1323
1272
|
});
|
|
1324
1273
|
if (process.env.NODE_ENV !== "production") {
|
|
1325
|
-
|
|
1274
|
+
QU3.propTypes = iconPropTypes;
|
|
1326
1275
|
}
|
|
1327
|
-
const
|
|
1276
|
+
const Umbrella = /*#__PURE__*/React.forwardRef(function Umbrella(_ref57, ref) {
|
|
1328
1277
|
let {
|
|
1329
1278
|
children,
|
|
1330
1279
|
size = 16,
|
|
@@ -1338,14 +1287,14 @@ const UserData = /*#__PURE__*/React.forwardRef(function UserData(_ref57, ref) {
|
|
|
1338
1287
|
viewBox: "0 0 32 32",
|
|
1339
1288
|
fill: "currentColor",
|
|
1340
1289
|
...rest
|
|
1341
|
-
},
|
|
1342
|
-
d: "
|
|
1290
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1291
|
+
d: "M29.9854,15.83A14.3808,14.3808,0,0,0,17,4.0464V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4411,12.4411,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333,6.5439,6.5439,0,0,0,6,14Zm10,0a6.5528,6.5528,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0563-9.1763,3.4308,2.6768,4.0091,6.9487,4.0525,9.1728A6.553,6.553,0,0,0,16,14Zm10,0a6.5439,6.5439,0,0,0-3.939,1.333,14.5164,14.5164,0,0,0-3.0456-8.9341,12.4411,12.4411,0,0,1,8.488,7.8145A5.4079,5.4079,0,0,0,26,14Z"
|
|
1343
1292
|
})), children);
|
|
1344
1293
|
});
|
|
1345
1294
|
if (process.env.NODE_ENV !== "production") {
|
|
1346
|
-
|
|
1295
|
+
Umbrella.propTypes = iconPropTypes;
|
|
1347
1296
|
}
|
|
1348
|
-
const
|
|
1297
|
+
const Undefined = /*#__PURE__*/React.forwardRef(function Undefined(_ref58, ref) {
|
|
1349
1298
|
let {
|
|
1350
1299
|
children,
|
|
1351
1300
|
size = 16,
|
|
@@ -1359,14 +1308,16 @@ const UserFavorite = /*#__PURE__*/React.forwardRef(function UserFavorite(_ref58,
|
|
|
1359
1308
|
viewBox: "0 0 32 32",
|
|
1360
1309
|
fill: "currentColor",
|
|
1361
1310
|
...rest
|
|
1362
|
-
},
|
|
1363
|
-
d: "
|
|
1311
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1312
|
+
d: "M11 14H21V18H11z"
|
|
1313
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1314
|
+
d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z"
|
|
1364
1315
|
})), children);
|
|
1365
1316
|
});
|
|
1366
1317
|
if (process.env.NODE_ENV !== "production") {
|
|
1367
|
-
|
|
1318
|
+
Undefined.propTypes = iconPropTypes;
|
|
1368
1319
|
}
|
|
1369
|
-
const
|
|
1320
|
+
const UndefinedFilled = /*#__PURE__*/React.forwardRef(function UndefinedFilled(_ref59, ref) {
|
|
1370
1321
|
let {
|
|
1371
1322
|
children,
|
|
1372
1323
|
size = 16,
|
|
@@ -1380,14 +1331,18 @@ const UserFavoriteAlt = /*#__PURE__*/React.forwardRef(function UserFavoriteAlt(_
|
|
|
1380
1331
|
viewBox: "0 0 32 32",
|
|
1381
1332
|
fill: "currentColor",
|
|
1382
1333
|
...rest
|
|
1383
|
-
},
|
|
1384
|
-
d: "
|
|
1334
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1335
|
+
d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2s-1.067,0.203-1.473,0.609L2.609,14.527C2.203,14.933,2,15.466,2,16 s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30s1.067-0.203,1.473-0.609l11.917-11.917 C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M21,18H11v-4h10V18z"
|
|
1336
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1337
|
+
fill: "none",
|
|
1338
|
+
d: "M11 14H21V18H11z",
|
|
1339
|
+
"data-icon-path": "inner-path"
|
|
1385
1340
|
})), children);
|
|
1386
1341
|
});
|
|
1387
1342
|
if (process.env.NODE_ENV !== "production") {
|
|
1388
|
-
|
|
1343
|
+
UndefinedFilled.propTypes = iconPropTypes;
|
|
1389
1344
|
}
|
|
1390
|
-
const
|
|
1345
|
+
const Undo = /*#__PURE__*/React.forwardRef(function Undo(_ref60, ref) {
|
|
1391
1346
|
let {
|
|
1392
1347
|
children,
|
|
1393
1348
|
size = 16,
|
|
@@ -1401,14 +1356,14 @@ const UserFavoriteAltFilled = /*#__PURE__*/React.forwardRef(function UserFavorit
|
|
|
1401
1356
|
viewBox: "0 0 32 32",
|
|
1402
1357
|
fill: "currentColor",
|
|
1403
1358
|
...rest
|
|
1404
|
-
},
|
|
1405
|
-
d: "
|
|
1359
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1360
|
+
d: "M20,10H7.8149l3.5874-3.5859L10,5,4,11,10,17l1.4023-1.4146L7.8179,12H20a6,6,0,0,1,0,12H12v2h8a8,8,0,0,0,0-16Z"
|
|
1406
1361
|
})), children);
|
|
1407
1362
|
});
|
|
1408
1363
|
if (process.env.NODE_ENV !== "production") {
|
|
1409
|
-
|
|
1364
|
+
Undo.propTypes = iconPropTypes;
|
|
1410
1365
|
}
|
|
1411
|
-
const
|
|
1366
|
+
const UngroupObjects = /*#__PURE__*/React.forwardRef(function UngroupObjects(_ref61, ref) {
|
|
1412
1367
|
let {
|
|
1413
1368
|
children,
|
|
1414
1369
|
size = 16,
|
|
@@ -1422,14 +1377,14 @@ const UserFilled = /*#__PURE__*/React.forwardRef(function UserFilled(_ref61, ref
|
|
|
1422
1377
|
viewBox: "0 0 32 32",
|
|
1423
1378
|
fill: "currentColor",
|
|
1424
1379
|
...rest
|
|
1425
|
-
},
|
|
1426
|
-
d: "
|
|
1380
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1381
|
+
d: "M30,14V10H26v2H20V6h2V2H18V4H6V2H2V6H4V18H2v4H6V20h6v6H10v4h4V28H26v2h4V26H28V14ZM6,6H18V18H6ZM26,26H14V20h4v2h4V18H20V14h6Z"
|
|
1427
1382
|
})), children);
|
|
1428
1383
|
});
|
|
1429
1384
|
if (process.env.NODE_ENV !== "production") {
|
|
1430
|
-
|
|
1385
|
+
UngroupObjects.propTypes = iconPropTypes;
|
|
1431
1386
|
}
|
|
1432
|
-
const
|
|
1387
|
+
const Unknown = /*#__PURE__*/React.forwardRef(function Unknown(_ref62, ref) {
|
|
1433
1388
|
let {
|
|
1434
1389
|
children,
|
|
1435
1390
|
size = 16,
|
|
@@ -1443,14 +1398,20 @@ const UserFollow = /*#__PURE__*/React.forwardRef(function UserFollow(_ref62, ref
|
|
|
1443
1398
|
viewBox: "0 0 32 32",
|
|
1444
1399
|
fill: "currentColor",
|
|
1445
1400
|
...rest
|
|
1446
|
-
},
|
|
1447
|
-
|
|
1401
|
+
}, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
1402
|
+
cx: "16",
|
|
1403
|
+
cy: "22.5",
|
|
1404
|
+
r: "1.5"
|
|
1405
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1406
|
+
d: "M17,19h-2v-4h2c1.103,0,2-0.897,2-2s-0.897-2-2-2h-2c-1.103,0-2,0.897-2,2v0.5h-2V13c0-2.206,1.794-4,4-4h2 c2.206,0,4,1.794,4,4s-1.794,4-4,4V19z"
|
|
1407
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1408
|
+
d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z"
|
|
1448
1409
|
})), children);
|
|
1449
1410
|
});
|
|
1450
1411
|
if (process.env.NODE_ENV !== "production") {
|
|
1451
|
-
|
|
1412
|
+
Unknown.propTypes = iconPropTypes;
|
|
1452
1413
|
}
|
|
1453
|
-
const
|
|
1414
|
+
const UnknownFilled = /*#__PURE__*/React.forwardRef(function UnknownFilled(_ref63, ref) {
|
|
1454
1415
|
let {
|
|
1455
1416
|
children,
|
|
1456
1417
|
size = 16,
|
|
@@ -1464,20 +1425,18 @@ const UserIdentification = /*#__PURE__*/React.forwardRef(function UserIdentifica
|
|
|
1464
1425
|
viewBox: "0 0 32 32",
|
|
1465
1426
|
fill: "currentColor",
|
|
1466
1427
|
...rest
|
|
1467
|
-
},
|
|
1468
|
-
d: "
|
|
1469
|
-
})),
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1474
|
-
d: "M30 18H18a2.0023 2.0023 0 01-2-2V4a2.002 2.002 0 012-2H30a2.0023 2.0023 0 012 2V16A2.0027 2.0027 0 0130 18zM18 4V16H30.001L30 4zM15 30H13V26a2.9465 2.9465 0 00-3-3H6a2.9465 2.9465 0 00-3 3v4H1V26a4.9514 4.9514 0 015-5h4a4.9514 4.9514 0 015 5zM8 11a3 3 0 010 6 3 3 0 010-6M8 9A5 5 0 008 19 5 5 0 008 9z"
|
|
1428
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1429
|
+
d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2s-1.067,0.203-1.473,0.609L2.609,14.527C2.203,14.933,2,15.466,2,16 s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30s1.067-0.203,1.473-0.609l11.917-11.917 C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,24c-0.828,0-1.5-0.671-1.5-1.5S15.172,21,16,21s1.5,0.671,1.5,1.5 S16.828,24,16,24z M17.125,17.248v1.877h-2.25V15H17c1.034,0,1.875-0.841,1.875-1.875S18.034,11.25,17,11.25h-2 c-1.034,0-1.875,0.841-1.875,1.875v0.5h-2.25v-0.5C10.875,10.851,12.726,9,15,9h2c2.274,0,4.125,1.851,4.125,4.125 C21.125,15.358,19.342,17.182,17.125,17.248z"
|
|
1430
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1431
|
+
fill: "none",
|
|
1432
|
+
d: "M16,21c0.828,0,1.5,0.672,1.5,1.5S16.828,24,16,24c-0.828,0-1.5-0.672-1.5-1.5S15.172,21,16,21 z M17.125,17.248c2.217-0.066,4-1.89,4-4.123C21.125,10.851,19.274,9,17,9h-2c-2.274,0-4.125,1.851-4.125,4.125v0.5h2.25v-0.5 c0-1.034,0.841-1.875,1.875-1.875h2c1.034,0,1.875,0.841,1.875,1.875S18.034,15,17,15h-2.125v4.125h2.25V17.248z",
|
|
1433
|
+
"data-icon-path": "inner-path"
|
|
1475
1434
|
})), children);
|
|
1476
1435
|
});
|
|
1477
1436
|
if (process.env.NODE_ENV !== "production") {
|
|
1478
|
-
|
|
1437
|
+
UnknownFilled.propTypes = iconPropTypes;
|
|
1479
1438
|
}
|
|
1480
|
-
const
|
|
1439
|
+
const Unlink = /*#__PURE__*/React.forwardRef(function Unlink(_ref64, ref) {
|
|
1481
1440
|
let {
|
|
1482
1441
|
children,
|
|
1483
1442
|
size = 16,
|
|
@@ -1491,23 +1450,38 @@ const UserMilitary = /*#__PURE__*/React.forwardRef(function UserMilitary(_ref64,
|
|
|
1491
1450
|
viewBox: "0 0 32 32",
|
|
1492
1451
|
fill: "currentColor",
|
|
1493
1452
|
...rest
|
|
1494
|
-
},
|
|
1495
|
-
d: "
|
|
1453
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1454
|
+
d: "M5 3.59H7V8.42H5z",
|
|
1455
|
+
transform: "rotate(-45.01 5.996 6.005)"
|
|
1456
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1457
|
+
d: "M25 23.58H27V28.409999999999997H25z",
|
|
1458
|
+
transform: "rotate(-44.99 25.995 25.999)"
|
|
1496
1459
|
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1497
|
-
d: "
|
|
1498
|
-
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1499
|
-
d: "M21.414 8.414L25 4.834 25 4.834 28.587 8.416 30 7 25 2 20 7 21.414 8.414zM16 30H14V25a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v5H2V25a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 10a3 3 0 11-3 3 3 3 0 013-3M9 8a5 5 0 105 5A5 5 0 009 8z"
|
|
1460
|
+
d: "M11 2H13V6H11zM2 11H6V13H2zM26 19H30V21H26zM19 26H21V30H19zM16.58 21.07l-3.71 3.72a4 4 0 11-5.66-5.66l3.72-3.72L9.51 14 5.8 17.72a6 6 0 00-.06 8.54A6 6 0 0010 28a6.07 6.07 0 004.32-1.8L18 22.49zM15.41 10.93l3.72-3.72a4 4 0 115.66 5.66l-3.72 3.72L22.49 18l3.71-3.72a6 6 0 00.06-8.54A6 6 0 0022 4a6.07 6.07 0 00-4.32 1.8L14 9.51z"
|
|
1500
1461
|
})), children);
|
|
1501
1462
|
});
|
|
1502
1463
|
if (process.env.NODE_ENV !== "production") {
|
|
1503
|
-
|
|
1464
|
+
Unlink.propTypes = iconPropTypes;
|
|
1504
1465
|
}
|
|
1505
|
-
const
|
|
1466
|
+
const Unlocked = /*#__PURE__*/React.forwardRef(function Unlocked(_ref65, ref) {
|
|
1506
1467
|
let {
|
|
1507
1468
|
children,
|
|
1508
1469
|
size = 16,
|
|
1509
1470
|
...rest
|
|
1510
1471
|
} = _ref65;
|
|
1472
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1473
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1474
|
+
width: size,
|
|
1475
|
+
height: size,
|
|
1476
|
+
ref: ref,
|
|
1477
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1478
|
+
viewBox: "0 0 16 16",
|
|
1479
|
+
fill: "currentColor",
|
|
1480
|
+
...rest
|
|
1481
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1482
|
+
d: "M12,7H6V4c0-1.1,0.9-2,2-2s2,0.9,2,2h1c0-1.7-1.3-3-3-3S5,2.3,5,4v3H4C3.4,7,3,7.4,3,8v6c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1 V8C13,7.4,12.6,7,12,7z M12,14H4V8h8V14z"
|
|
1483
|
+
})), children);
|
|
1484
|
+
}
|
|
1511
1485
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1512
1486
|
width: size,
|
|
1513
1487
|
height: size,
|
|
@@ -1517,13 +1491,13 @@ const UserMultiple = /*#__PURE__*/React.forwardRef(function UserMultiple(_ref65,
|
|
|
1517
1491
|
fill: "currentColor",
|
|
1518
1492
|
...rest
|
|
1519
1493
|
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1520
|
-
d: "
|
|
1494
|
+
d: "M24,14H12V8a4,4,0,0,1,8,0h2A6,6,0,0,0,10,8v6H8a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V16A2,2,0,0,0,24,14Zm0,14H8V16H24Z"
|
|
1521
1495
|
})), children);
|
|
1522
1496
|
});
|
|
1523
1497
|
if (process.env.NODE_ENV !== "production") {
|
|
1524
|
-
|
|
1498
|
+
Unlocked.propTypes = iconPropTypes;
|
|
1525
1499
|
}
|
|
1526
|
-
const
|
|
1500
|
+
const Unsaved = /*#__PURE__*/React.forwardRef(function Unsaved(_ref66, ref) {
|
|
1527
1501
|
let {
|
|
1528
1502
|
children,
|
|
1529
1503
|
size = 16,
|
|
@@ -1537,18 +1511,16 @@ const UserOnline = /*#__PURE__*/React.forwardRef(function UserOnline(_ref66, ref
|
|
|
1537
1511
|
viewBox: "0 0 32 32",
|
|
1538
1512
|
fill: "currentColor",
|
|
1539
1513
|
...rest
|
|
1540
|
-
},
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1545
|
-
d: "M22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
|
|
1514
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1515
|
+
d: "M30 19.4L28.6 18 25 21.6 21.4 18 20 19.4 23.6 23 20 26.6 21.4 28 25 24.4 28.6 28 30 26.6 26.4 23z"
|
|
1516
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1517
|
+
d: "M16,26l-4,0v-8l4,0v-2l-4,0c-1.1,0-2,0.9-2,2v8H6V6h4v4c0,1.1,0.9,2,2,2h8c1.1,0,2-0.9,2-2V6.4l4,4l0,5.6h2l0-6 c0-0.3-0.1-0.5-0.3-0.7l-5-5C22.5,4.1,22.3,4,22,4H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2l10,0V26z M12,6h8v4h-8V6z"
|
|
1546
1518
|
})), children);
|
|
1547
1519
|
});
|
|
1548
1520
|
if (process.env.NODE_ENV !== "production") {
|
|
1549
|
-
|
|
1521
|
+
Unsaved.propTypes = iconPropTypes;
|
|
1550
1522
|
}
|
|
1551
|
-
const
|
|
1523
|
+
const UpToTop = /*#__PURE__*/React.forwardRef(function UpToTop(_ref67, ref) {
|
|
1552
1524
|
let {
|
|
1553
1525
|
children,
|
|
1554
1526
|
size = 16,
|
|
@@ -1562,14 +1534,14 @@ const UserProfile = /*#__PURE__*/React.forwardRef(function UserProfile(_ref67, r
|
|
|
1562
1534
|
viewBox: "0 0 32 32",
|
|
1563
1535
|
fill: "currentColor",
|
|
1564
1536
|
...rest
|
|
1565
|
-
},
|
|
1566
|
-
d: "
|
|
1537
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1538
|
+
d: "M16 14L6 24 7.4 25.4 16 16.8 24.6 25.4 26 24zM4 8H28V10H4z"
|
|
1567
1539
|
})), children);
|
|
1568
1540
|
});
|
|
1569
1541
|
if (process.env.NODE_ENV !== "production") {
|
|
1570
|
-
|
|
1542
|
+
UpToTop.propTypes = iconPropTypes;
|
|
1571
1543
|
}
|
|
1572
|
-
const
|
|
1544
|
+
const UpdateNow = /*#__PURE__*/React.forwardRef(function UpdateNow(_ref68, ref) {
|
|
1573
1545
|
let {
|
|
1574
1546
|
children,
|
|
1575
1547
|
size = 16,
|
|
@@ -1583,14 +1555,16 @@ const UserRole = /*#__PURE__*/React.forwardRef(function UserRole(_ref68, ref) {
|
|
|
1583
1555
|
viewBox: "0 0 32 32",
|
|
1584
1556
|
fill: "currentColor",
|
|
1585
1557
|
...rest
|
|
1586
|
-
},
|
|
1587
|
-
d: "
|
|
1558
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1559
|
+
d: "M27 25.586L25 23.586 25 21 23 21 23 24.414 25.586 27 27 25.586z"
|
|
1560
|
+
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1561
|
+
d: "M24 31a7 7 0 117-7A7.0078 7.0078 0 0124 31zm0-12a5 5 0 105 5A5.0055 5.0055 0 0024 19zM16 28A12.0134 12.0134 0 014 16H2A14.0158 14.0158 0 0016 30zM12 8H7.0784A11.9843 11.9843 0 0128 16h2A13.9778 13.9778 0 006 6.2344V2H4v8h8z"
|
|
1588
1562
|
})), children);
|
|
1589
1563
|
});
|
|
1590
1564
|
if (process.env.NODE_ENV !== "production") {
|
|
1591
|
-
|
|
1565
|
+
UpdateNow.propTypes = iconPropTypes;
|
|
1592
1566
|
}
|
|
1593
|
-
const
|
|
1567
|
+
const Upgrade = /*#__PURE__*/React.forwardRef(function Upgrade(_ref69, ref) {
|
|
1594
1568
|
let {
|
|
1595
1569
|
children,
|
|
1596
1570
|
size = 16,
|
|
@@ -1604,19 +1578,32 @@ const UserServiceDesk = /*#__PURE__*/React.forwardRef(function UserServiceDesk(_
|
|
|
1604
1578
|
viewBox: "0 0 32 32",
|
|
1605
1579
|
fill: "currentColor",
|
|
1606
1580
|
...rest
|
|
1607
|
-
},
|
|
1608
|
-
d: "
|
|
1581
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1582
|
+
d: "M21 24H11a2 2 0 00-2 2v2a2 2 0 002 2H21a2 2 0 002-2V26A2 2 0 0021 24zm0 4H11V26H21zM28.707 14.293l-12-12a.9994.9994 0 00-1.414 0l-12 12A1 1 0 004 16H9v4a2.0023 2.0023 0 002 2H21a2.0027 2.0027 0 002-2V16h5a1 1 0 00.707-1.707zM21 14v6H11V14H6.4141L16 4.4141 25.5859 14z"
|
|
1609
1583
|
})), children);
|
|
1610
1584
|
});
|
|
1611
1585
|
if (process.env.NODE_ENV !== "production") {
|
|
1612
|
-
|
|
1586
|
+
Upgrade.propTypes = iconPropTypes;
|
|
1613
1587
|
}
|
|
1614
|
-
const
|
|
1588
|
+
const Upload = /*#__PURE__*/React.forwardRef(function Upload(_ref70, ref) {
|
|
1615
1589
|
let {
|
|
1616
1590
|
children,
|
|
1617
1591
|
size = 16,
|
|
1618
1592
|
...rest
|
|
1619
1593
|
} = _ref70;
|
|
1594
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1595
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1596
|
+
width: size,
|
|
1597
|
+
height: size,
|
|
1598
|
+
ref: ref,
|
|
1599
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1600
|
+
viewBox: "0 0 16 16",
|
|
1601
|
+
fill: "currentColor",
|
|
1602
|
+
...rest
|
|
1603
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1604
|
+
d: "M3 9L3.7 9.7 7.5 5.9 7.5 15 8.5 15 8.5 5.9 12.3 9.7 13 9 8 4zM3 4V2h10v2h1V2c0-.6-.4-1-1-1H3C2.4 1 2 1.4 2 2v2H3z"
|
|
1605
|
+
})), children);
|
|
1606
|
+
}
|
|
1620
1607
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1621
1608
|
width: size,
|
|
1622
1609
|
height: size,
|
|
@@ -1625,14 +1612,14 @@ const UserSettings = /*#__PURE__*/React.forwardRef(function UserSettings(_ref70,
|
|
|
1625
1612
|
viewBox: "0 0 32 32",
|
|
1626
1613
|
fill: "currentColor",
|
|
1627
1614
|
...rest
|
|
1628
|
-
},
|
|
1629
|
-
d: "
|
|
1615
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1616
|
+
d: "M6 18L7.41 19.41 15 11.83 15 30 17 30 17 11.83 24.59 19.41 26 18 16 8 6 18zM6 8V4H26V8h2V4a2 2 0 00-2-2H6A2 2 0 004 4V8z"
|
|
1630
1617
|
})), children);
|
|
1631
1618
|
});
|
|
1632
1619
|
if (process.env.NODE_ENV !== "production") {
|
|
1633
|
-
|
|
1620
|
+
Upload.propTypes = iconPropTypes;
|
|
1634
1621
|
}
|
|
1635
|
-
const
|
|
1622
|
+
const Upstream = /*#__PURE__*/React.forwardRef(function Upstream(_ref71, ref) {
|
|
1636
1623
|
let {
|
|
1637
1624
|
children,
|
|
1638
1625
|
size = 16,
|
|
@@ -1646,30 +1633,14 @@ const UserSimulation = /*#__PURE__*/React.forwardRef(function UserSimulation(_re
|
|
|
1646
1633
|
viewBox: "0 0 32 32",
|
|
1647
1634
|
fill: "currentColor",
|
|
1648
1635
|
...rest
|
|
1649
|
-
},
|
|
1650
|
-
d: "
|
|
1651
|
-
transform: "rotate(30 27.232 13.866)"
|
|
1652
|
-
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1653
|
-
d: "M26 8H30V10H26z"
|
|
1654
|
-
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1655
|
-
d: "M2.768 12.866H6.768V14.866H2.768z",
|
|
1656
|
-
transform: "rotate(150 4.768 13.866)"
|
|
1657
|
-
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1658
|
-
d: "M26 30H24V25a5.0059 5.0059 0 00-5-5H13a5.0059 5.0059 0 00-5 5v5H6V25a7.0082 7.0082 0 017-7h6a7.0082 7.0082 0 017 7zM16 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0016 2z"
|
|
1659
|
-
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1660
|
-
d: "M25.232 3.134H29.232V5.134H25.232z",
|
|
1661
|
-
transform: "rotate(-30 27.232 4.134)"
|
|
1662
|
-
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1663
|
-
d: "M2 8H6V10H2z"
|
|
1664
|
-
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1665
|
-
d: "M2.768 3.134H6.768V5.134H2.768z",
|
|
1666
|
-
transform: "rotate(-150 4.768 4.134)"
|
|
1636
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1637
|
+
d: "M10 24c0 3.3137 2.6863 6 6 6s6-2.6863 6-6-2.6863-6-6-6-6 2.6863-6 6zm2 0c0-2.2056 1.7944-4 4-4s4 1.7944 4 4-1.7944 4-4 4-4-1.7944-4-4zM30 5c0-1.6567-1.3433-3-3-3s-3 1.3433-3 3c0 1.3042.8374 2.4028 2 2.8164v5.1836c0 1.7217-.752 3.3438-2 4.4673v-2.4673h-2v6h6v-2h-2.7168c1.6938-1.4995 2.7168-3.6816 2.7168-6v-5.1836c1.1626-.4136 2-1.5122 2-2.8164zm-3 1c-.5522 0-1-.4478-1-1s.4478-1 1-1 1 .4478 1 1-.4478 1-1 1zM18.586 11.5859l-1.5859 1.5859v-5.3555c1.1626-.4136 2-1.5122 2-2.8164 0-1.6567-1.3433-3-3-3s-3 1.3433-3 3c0 1.3042.8374 2.4028 2 2.8164v5.3555l-1.5859-1.5859-1.4141 1.4141 4 4 4-4-1.4141-1.4141zm-2.5859-7.5859c.5522 0 1 .4478 1 1s-.4478 1-1 1-1-.4478-1-1 .4478-1 1-1zM8 15v2.4673c-1.248-1.1235-2-2.7456-2-4.4673v-5.1836c1.1626-.4136 2-1.5122 2-2.8164 0-1.6567-1.3433-3-3-3s-3 1.3433-3 3c0 1.3042.8374 2.4028 2 2.8164v5.1836c0 2.3184 1.0229 4.5005 2.7168 6h-2.7168v2h6v-6h-2zm-3-11c.5522 0 1 .4478 1 1s-.4478 1-1 1-1-.4478-1-1 .4478-1 1-1z"
|
|
1667
1638
|
})), children);
|
|
1668
1639
|
});
|
|
1669
1640
|
if (process.env.NODE_ENV !== "production") {
|
|
1670
|
-
|
|
1641
|
+
Upstream.propTypes = iconPropTypes;
|
|
1671
1642
|
}
|
|
1672
|
-
const
|
|
1643
|
+
const Url = /*#__PURE__*/React.forwardRef(function Url(_ref72, ref) {
|
|
1673
1644
|
let {
|
|
1674
1645
|
children,
|
|
1675
1646
|
size = 16,
|
|
@@ -1683,16 +1654,15 @@ const UserSpeaker = /*#__PURE__*/React.forwardRef(function UserSpeaker(_ref72, r
|
|
|
1683
1654
|
viewBox: "0 0 32 32",
|
|
1684
1655
|
fill: "currentColor",
|
|
1685
1656
|
...rest
|
|
1686
|
-
},
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z"
|
|
1657
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1658
|
+
strokeWidth: "0",
|
|
1659
|
+
d: "M24 21L24 9 22 9 22 23 30 23 30 21 24 21zM20 15v-4c0-1.103-.8975-2-2-2h-6v14h2v-6h1.4807l2.3345 6h2.1453l-2.3331-6h.3726c1.1025 0 2-.8975 2-2zm-6-4h4v4h-4v-4zM8 23h-4c-1.103 0-2-.8975-2-2v-12h2v12h4v-12h2v12c0 1.1025-.897 2-2 2z"
|
|
1690
1660
|
})), children);
|
|
1691
1661
|
});
|
|
1692
1662
|
if (process.env.NODE_ENV !== "production") {
|
|
1693
|
-
|
|
1663
|
+
Url.propTypes = iconPropTypes;
|
|
1694
1664
|
}
|
|
1695
|
-
const
|
|
1665
|
+
const Usb = /*#__PURE__*/React.forwardRef(function Usb(_ref73, ref) {
|
|
1696
1666
|
let {
|
|
1697
1667
|
children,
|
|
1698
1668
|
size = 16,
|
|
@@ -1706,19 +1676,34 @@ const UserSponsor = /*#__PURE__*/React.forwardRef(function UserSponsor(_ref73, r
|
|
|
1706
1676
|
viewBox: "0 0 32 32",
|
|
1707
1677
|
fill: "currentColor",
|
|
1708
1678
|
...rest
|
|
1709
|
-
},
|
|
1710
|
-
d: "
|
|
1679
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1680
|
+
d: "M24,15V6a2,2,0,0,0-2-2H10A2,2,0,0,0,8,6v9a2,2,0,0,0-2,2V28H8V17H24V28h2V17A2,2,0,0,0,24,15ZM10,6H22v9H10Z"
|
|
1681
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1682
|
+
d: "M12 10H15V12H12zM17 10H20V12H17z"
|
|
1711
1683
|
})), children);
|
|
1712
1684
|
});
|
|
1713
1685
|
if (process.env.NODE_ENV !== "production") {
|
|
1714
|
-
|
|
1686
|
+
Usb.propTypes = iconPropTypes;
|
|
1715
1687
|
}
|
|
1716
|
-
const
|
|
1688
|
+
const User = /*#__PURE__*/React.forwardRef(function User(_ref74, ref) {
|
|
1717
1689
|
let {
|
|
1718
1690
|
children,
|
|
1719
1691
|
size = 16,
|
|
1720
1692
|
...rest
|
|
1721
1693
|
} = _ref74;
|
|
1694
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1695
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1696
|
+
width: size,
|
|
1697
|
+
height: size,
|
|
1698
|
+
ref: ref,
|
|
1699
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1700
|
+
viewBox: "0 0 16 16",
|
|
1701
|
+
fill: "currentColor",
|
|
1702
|
+
...rest
|
|
1703
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1704
|
+
d: "M8 2c1.4 0 2.5 1.1 2.5 2.5S9.4 7 8 7 5.5 5.9 5.5 4.5 6.6 2 8 2M8 1C6.1 1 4.5 2.6 4.5 4.5S6.1 8 8 8s3.5-1.6 3.5-3.5S9.9 1 8 1zM13 15h-1v-2.5c0-1.4-1.1-2.5-2.5-2.5h-3C5.1 10 4 11.1 4 12.5V15H3v-2.5C3 10.6 4.6 9 6.5 9h3c1.9 0 3.5 1.6 3.5 3.5V15z"
|
|
1705
|
+
})), children);
|
|
1706
|
+
}
|
|
1722
1707
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1723
1708
|
width: size,
|
|
1724
1709
|
height: size,
|
|
@@ -1727,17 +1712,14 @@ const UserXRay = /*#__PURE__*/React.forwardRef(function UserXRay(_ref74, ref) {
|
|
|
1727
1712
|
viewBox: "0 0 32 32",
|
|
1728
1713
|
fill: "currentColor",
|
|
1729
1714
|
...rest
|
|
1730
|
-
},
|
|
1731
|
-
|
|
1732
|
-
d: "M28 9L28 7 25 7 25 5 23 5 23 7 20 7 20 9 23 9 23 12 20 12 20 14 23 14 23 16 25 16 25 14 28 14 28 12 25 12 25 9 28 9z"
|
|
1733
|
-
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1734
|
-
d: "M31 3H17a1 1 0 00-1 1V17a1 1 0 001 1H31a1 1 0 001-1V4A1 1 0 0031 3zM28 9H25v3h3v2H25v2H23V14H20V12h3V9H20V7h3V5h2V7h3zM15 30H13V26a2.9465 2.9465 0 00-3-3H6a2.9465 2.9465 0 00-3 3v4H1V26a4.9514 4.9514 0 015-5h4a4.9514 4.9514 0 015 5zM8 11a3 3 0 010 6 3 3 0 010-6M8 9A5 5 0 008 19 5 5 0 008 9z"
|
|
1715
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1716
|
+
d: "M16 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0016 2zM26 30H24V25a5 5 0 00-5-5H13a5 5 0 00-5 5v5H6V25a7 7 0 017-7h6a7 7 0 017 7z"
|
|
1735
1717
|
})), children);
|
|
1736
1718
|
});
|
|
1737
1719
|
if (process.env.NODE_ENV !== "production") {
|
|
1738
|
-
|
|
1720
|
+
User.propTypes = iconPropTypes;
|
|
1739
1721
|
}
|
|
1740
|
-
const
|
|
1722
|
+
const UserAccess = /*#__PURE__*/React.forwardRef(function UserAccess(_ref75, ref) {
|
|
1741
1723
|
let {
|
|
1742
1724
|
children,
|
|
1743
1725
|
size = 16,
|
|
@@ -1751,14 +1733,14 @@ const UserProfileAlt = /*#__PURE__*/React.forwardRef(function UserProfileAlt(_re
|
|
|
1751
1733
|
viewBox: "0 0 32 32",
|
|
1752
1734
|
fill: "currentColor",
|
|
1753
1735
|
...rest
|
|
1754
|
-
},
|
|
1755
|
-
d: "
|
|
1736
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1737
|
+
d: "M16 30H14V25a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v5H2V25a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 10a3 3 0 11-3 3 3 3 0 013-3M9 8a5 5 0 105 5A5 5 0 009 8zM30 12a1.9922 1.9922 0 00-.5117.0742L28.4331 11.019a3.8788 3.8788 0 000-4.038l1.0552-1.0552a2.0339 2.0339 0 10-1.4141-1.4141L27.019 5.5669a3.8788 3.8788 0 00-4.038 0L21.9258 4.5117a2.0339 2.0339 0 10-1.4141 1.4141L21.5669 6.981a3.8788 3.8788 0 000 4.038l-1.0552 1.0552a2.0339 2.0339 0 101.4141 1.4141l1.0552-1.0552a3.8788 3.8788 0 004.038 0l1.0552 1.0552A1.9957 1.9957 0 1030 12zM23 9a2 2 0 112 2A2.0025 2.0025 0 0123 9z"
|
|
1756
1738
|
})), children);
|
|
1757
1739
|
});
|
|
1758
1740
|
if (process.env.NODE_ENV !== "production") {
|
|
1759
|
-
|
|
1741
|
+
UserAccess.propTypes = iconPropTypes;
|
|
1760
1742
|
}
|
|
1761
|
-
const
|
|
1743
|
+
const UserActivity = /*#__PURE__*/React.forwardRef(function UserActivity(_ref76, ref) {
|
|
1762
1744
|
let {
|
|
1763
1745
|
children,
|
|
1764
1746
|
size = 16,
|
|
@@ -1772,14 +1754,14 @@ const UvIndex = /*#__PURE__*/React.forwardRef(function UvIndex(_ref76, ref) {
|
|
|
1772
1754
|
viewBox: "0 0 32 32",
|
|
1773
1755
|
fill: "currentColor",
|
|
1774
1756
|
...rest
|
|
1775
|
-
},
|
|
1776
|
-
d: "
|
|
1757
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1758
|
+
d: "M25 23h-.0215a1.0016 1.0016 0 01-.94-.7256L20.8711 11.19l-1.9346 5.1607A1.0005 1.0005 0 0118 17H14V15h3.3066l2.7569-7.3511a1.0005 1.0005 0 011.8984.0762l3.1113 10.8921 1.9786-5.9336A.9988.9988 0 0128 12h4v2H28.7207l-2.7725 8.3164A.9984.9984 0 0125 23zM15 30H13V23a3.0033 3.0033 0 00-3-3H6a3.0033 3.0033 0 00-3 3v7H1V23a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM8 8a3 3 0 11-3 3A3 3 0 018 8M8 6a5 5 0 105 5A5 5 0 008 6z"
|
|
1777
1759
|
})), children);
|
|
1778
1760
|
});
|
|
1779
1761
|
if (process.env.NODE_ENV !== "production") {
|
|
1780
|
-
|
|
1762
|
+
UserActivity.propTypes = iconPropTypes;
|
|
1781
1763
|
}
|
|
1782
|
-
const
|
|
1764
|
+
const UserAdmin = /*#__PURE__*/React.forwardRef(function UserAdmin(_ref77, ref) {
|
|
1783
1765
|
let {
|
|
1784
1766
|
children,
|
|
1785
1767
|
size = 16,
|
|
@@ -1793,29 +1775,34 @@ const UvIndexAlt = /*#__PURE__*/React.forwardRef(function UvIndexAlt(_ref77, ref
|
|
|
1793
1775
|
viewBox: "0 0 32 32",
|
|
1794
1776
|
fill: "currentColor",
|
|
1795
1777
|
...rest
|
|
1796
|
-
},
|
|
1797
|
-
d: "
|
|
1798
|
-
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1799
|
-
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
|
1800
|
-
transform: "rotate(-45 24.147 7.853)"
|
|
1801
|
-
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1802
|
-
d: "M25 15H30V17H25zM2 15H7V17H2z"
|
|
1803
|
-
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1804
|
-
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
1805
|
-
transform: "rotate(-45 7.854 7.853)"
|
|
1806
|
-
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1807
|
-
d: "M22,17H20V16a4,4,0,0,0-8,0v1H10V16a6,6,0,0,1,12,0Z"
|
|
1778
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1779
|
+
d: "M12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7zM25 16.18L22.41 13.59 21 15 25 19 32 12 30.59 10.59 25 16.18z"
|
|
1808
1780
|
})), children);
|
|
1809
1781
|
});
|
|
1810
1782
|
if (process.env.NODE_ENV !== "production") {
|
|
1811
|
-
|
|
1783
|
+
UserAdmin.propTypes = iconPropTypes;
|
|
1812
1784
|
}
|
|
1813
|
-
const
|
|
1785
|
+
const UserAvatar = /*#__PURE__*/React.forwardRef(function UserAvatar(_ref78, ref) {
|
|
1814
1786
|
let {
|
|
1815
1787
|
children,
|
|
1816
1788
|
size = 16,
|
|
1817
1789
|
...rest
|
|
1818
1790
|
} = _ref78;
|
|
1791
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1792
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1793
|
+
width: size,
|
|
1794
|
+
height: size,
|
|
1795
|
+
ref: ref,
|
|
1796
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1797
|
+
viewBox: "0 0 16 16",
|
|
1798
|
+
fill: "currentColor",
|
|
1799
|
+
...rest
|
|
1800
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1801
|
+
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M5,13.2v-1.5c0-0.9,0.6-1.6,1.5-1.7h3c0.9,0.1,1.5,0.8,1.5,1.7v1.5 C9.1,14.3,6.9,14.3,5,13.2L5,13.2z M12,12l0-0.8c0-0.9-1.1-2.1-2.5-2.2h-3C5.1,9.1,4,10.3,4,11.7l0,0.5v0.3c-2.5-2.2-2.7-6-0.5-8.5 s6-2.7,8.5-0.5s2.7,6,0.5,8.5c-0.1,0.2-0.3,0.3-0.5,0.5V12z"
|
|
1802
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1803
|
+
d: "M8,3C6.6,3,5.5,4.1,5.5,5.5S6.6,8,8,8s2.5-1.1,2.5-2.5S9.4,3,8,3z M8,7C7.2,7,6.5,6.3,6.5,5.5S7.2,4,8,4s1.5,0.7,1.5,1.5 S8.8,7,8,7z"
|
|
1804
|
+
})), children);
|
|
1805
|
+
}
|
|
1819
1806
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1820
1807
|
width: size,
|
|
1821
1808
|
height: size,
|
|
@@ -1824,14 +1811,16 @@ const UvIndexFilled = /*#__PURE__*/React.forwardRef(function UvIndexFilled(_ref7
|
|
|
1824
1811
|
viewBox: "0 0 32 32",
|
|
1825
1812
|
fill: "currentColor",
|
|
1826
1813
|
...rest
|
|
1827
|
-
},
|
|
1828
|
-
d: "M16,
|
|
1814
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1815
|
+
d: "M16,8a5,5,0,1,0,5,5A5,5,0,0,0,16,8Zm0,8a3,3,0,1,1,3-3A3.0034,3.0034,0,0,1,16,16Z"
|
|
1816
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1817
|
+
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM10,26.3765V25a3.0033,3.0033,0,0,1,3-3h6a3.0033,3.0033,0,0,1,3,3v1.3765a11.8989,11.8989,0,0,1-12,0Zm13.9925-1.4507A5.0016,5.0016,0,0,0,19,20H13a5.0016,5.0016,0,0,0-4.9925,4.9258,12,12,0,1,1,15.985,0Z"
|
|
1829
1818
|
})), children);
|
|
1830
1819
|
});
|
|
1831
1820
|
if (process.env.NODE_ENV !== "production") {
|
|
1832
|
-
|
|
1821
|
+
UserAvatar.propTypes = iconPropTypes;
|
|
1833
1822
|
}
|
|
1834
|
-
const
|
|
1823
|
+
const UserAvatarFilled = /*#__PURE__*/React.forwardRef(function UserAvatarFilled(_ref79, ref) {
|
|
1835
1824
|
let {
|
|
1836
1825
|
children,
|
|
1837
1826
|
size = 16,
|
|
@@ -1845,14 +1834,17 @@ const ValueVariable = /*#__PURE__*/React.forwardRef(function ValueVariable(_ref7
|
|
|
1845
1834
|
viewBox: "0 0 32 32",
|
|
1846
1835
|
fill: "currentColor",
|
|
1847
1836
|
...rest
|
|
1848
|
-
},
|
|
1849
|
-
|
|
1837
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1838
|
+
fill: "none",
|
|
1839
|
+
d: "M8.0071,24.93A4.9958,4.9958,0,0,1,13,20h6a4.9959,4.9959,0,0,1,4.9929,4.93,11.94,11.94,0,0,1-15.9858,0ZM20.5,12.5A4.5,4.5,0,1,1,16,8,4.5,4.5,0,0,1,20.5,12.5Z"
|
|
1840
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1841
|
+
d: "M26.7489,24.93A13.9893,13.9893,0,1,0,2,16a13.899,13.899,0,0,0,3.2511,8.93l-.02.0166c.07.0845.15.1567.2222.2392.09.1036.1864.2.28.3008.28.3033.5674.5952.87.87.0915.0831.1864.1612.28.2417.32.2759.6484.5372.99.7813.0441.0312.0832.0693.1276.1006v-.0127a13.9011,13.9011,0,0,0,16,0V27.48c.0444-.0313.0835-.0694.1276-.1006.3412-.2441.67-.5054.99-.7813.0936-.08.1885-.1586.28-.2417.3025-.2749.59-.5668.87-.87.0933-.1006.1894-.1972.28-.3008.0719-.0825.1522-.1547.2222-.2392ZM16,8a4.5,4.5,0,1,1-4.5,4.5A4.5,4.5,0,0,1,16,8ZM8.0071,24.93A4.9957,4.9957,0,0,1,13,20h6a4.9958,4.9958,0,0,1,4.9929,4.93,11.94,11.94,0,0,1-15.9858,0Z"
|
|
1850
1842
|
})), children);
|
|
1851
1843
|
});
|
|
1852
1844
|
if (process.env.NODE_ENV !== "production") {
|
|
1853
|
-
|
|
1845
|
+
UserAvatarFilled.propTypes = iconPropTypes;
|
|
1854
1846
|
}
|
|
1855
|
-
const
|
|
1847
|
+
const UserAvatarFilledAlt = /*#__PURE__*/React.forwardRef(function UserAvatarFilledAlt(_ref80, ref) {
|
|
1856
1848
|
let {
|
|
1857
1849
|
children,
|
|
1858
1850
|
size = 16,
|
|
@@ -1866,14 +1858,16 @@ const Van = /*#__PURE__*/React.forwardRef(function Van(_ref80, ref) {
|
|
|
1866
1858
|
viewBox: "0 0 32 32",
|
|
1867
1859
|
fill: "currentColor",
|
|
1868
1860
|
...rest
|
|
1869
|
-
},
|
|
1870
|
-
d: "
|
|
1861
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1862
|
+
d: "M16,8a5,5,0,1,0,5,5A5,5,0,0,0,16,8Z"
|
|
1863
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1864
|
+
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm7.9925,22.9258A5.0016,5.0016,0,0,0,19,20H13a5.0016,5.0016,0,0,0-4.9925,4.9258,12,12,0,1,1,15.985,0Z"
|
|
1871
1865
|
})), children);
|
|
1872
1866
|
});
|
|
1873
1867
|
if (process.env.NODE_ENV !== "production") {
|
|
1874
|
-
|
|
1868
|
+
UserAvatarFilledAlt.propTypes = iconPropTypes;
|
|
1875
1869
|
}
|
|
1876
|
-
const
|
|
1870
|
+
const UserCertification = /*#__PURE__*/React.forwardRef(function UserCertification(_ref81, ref) {
|
|
1877
1871
|
let {
|
|
1878
1872
|
children,
|
|
1879
1873
|
size = 16,
|
|
@@ -1887,20 +1881,14 @@ const VegetationAsset = /*#__PURE__*/React.forwardRef(function VegetationAsset(_
|
|
|
1887
1881
|
viewBox: "0 0 32 32",
|
|
1888
1882
|
fill: "currentColor",
|
|
1889
1883
|
...rest
|
|
1890
|
-
},
|
|
1891
|
-
|
|
1892
|
-
cy: "10.5",
|
|
1893
|
-
r: "1.5"
|
|
1894
|
-
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1895
|
-
d: "M28.5 1a2.4518 2.4518 0 00-1.2061.3105L18.9834 5.6084l.0027.0054a5.497 5.497 0 107.3257 7.5444l.0031.0015 4.4-8.5A2.5 2.5 0 0028.5 1zm-7 13A3.5 3.5 0 1125 10.5 3.5042 3.5042 0 0121.5 14zM28.9414 3.7354L26.5571 8.3408A5.5279 5.5279 0 0023.658 5.4424l4.5949-2.377A.5165.5165 0 0129 3.5.4985.4985 0 0128.9414 3.7354zM19 20h7V18H17V28a2.0027 2.0027 0 002 2h3V28H19zM12 30H9V28h3V15.5664L8.4854 13.4575l1.0292-1.7148 3.5147 2.1084A2.0115 2.0115 0 0114 15.5664V28A2.0024 2.0024 0 0112 30z"
|
|
1896
|
-
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1897
|
-
d: "M17.3079,2.2852A9.4882,9.4882,0,0,0,15,2,8.0275,8.0275,0,0,0,8.0786,6.001C8.0525,6,8.0264,6,8,6A6,6,0,0,0,8,18V16A4,4,0,0,1,8,8a2.7009,2.7009,0,0,1,.387.0391l.863.1142.3086-.6675A6.0192,6.0192,0,0,1,15,4a7.499,7.499,0,0,1,1.731.2148Z"
|
|
1884
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1885
|
+
d: "M25 10L26.593 13 30 13.414 27.5 15.667 28 19 25 17.125 22 19 22.5 15.667 20 13.414 23.5 13 25 10zM22 30H20V25a5.0059 5.0059 0 00-5-5H9a5.0059 5.0059 0 00-5 5v5H2V25a7.0082 7.0082 0 017-7h6a7.0082 7.0082 0 017 7zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
|
|
1898
1886
|
})), children);
|
|
1899
1887
|
});
|
|
1900
1888
|
if (process.env.NODE_ENV !== "production") {
|
|
1901
|
-
|
|
1889
|
+
UserCertification.propTypes = iconPropTypes;
|
|
1902
1890
|
}
|
|
1903
|
-
const
|
|
1891
|
+
const UserData = /*#__PURE__*/React.forwardRef(function UserData(_ref82, ref) {
|
|
1904
1892
|
let {
|
|
1905
1893
|
children,
|
|
1906
1894
|
size = 16,
|
|
@@ -1914,16 +1902,14 @@ const VegetationEncroachment = /*#__PURE__*/React.forwardRef(function Vegetation
|
|
|
1914
1902
|
viewBox: "0 0 32 32",
|
|
1915
1903
|
fill: "currentColor",
|
|
1916
1904
|
...rest
|
|
1917
|
-
},
|
|
1918
|
-
d: "
|
|
1919
|
-
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1920
|
-
d: "m17.3079,2.2852c-.7283-.1821-1.4995-.2852-2.3079-.2852-2.8545.0083-5.4897,1.5317-6.9214,4.001-.0261-.001-.0522-.001-.0786-.001-3.3137,0-6,2.6865-6,6s2.6863,6,6,6v-2c-2.209,0-4-1.791-4-4s1.791-4,4-4c.1299.0039.259.0166.387.0391l.863.1143.3086-.6675c.9834-2.1196,3.1047-3.4785,5.4414-3.4858.6079,0,1.1819.0854,1.731.2148l.5769-1.9297Z"
|
|
1905
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1906
|
+
d: "M28 8H30V16H28zM23 5H25V16H23zM18 10H20V16H18zM16 30H14V24a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v6H2V24a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 9a3 3 0 11-3 3A3 3 0 019 9M9 7a5 5 0 105 5A5 5 0 009 7z"
|
|
1921
1907
|
})), children);
|
|
1922
1908
|
});
|
|
1923
1909
|
if (process.env.NODE_ENV !== "production") {
|
|
1924
|
-
|
|
1910
|
+
UserData.propTypes = iconPropTypes;
|
|
1925
1911
|
}
|
|
1926
|
-
const
|
|
1912
|
+
const UserFavorite = /*#__PURE__*/React.forwardRef(function UserFavorite(_ref83, ref) {
|
|
1927
1913
|
let {
|
|
1928
1914
|
children,
|
|
1929
1915
|
size = 16,
|
|
@@ -1937,16 +1923,14 @@ const VegetationHeight = /*#__PURE__*/React.forwardRef(function VegetationHeight
|
|
|
1937
1923
|
viewBox: "0 0 32 32",
|
|
1938
1924
|
fill: "currentColor",
|
|
1939
1925
|
...rest
|
|
1940
|
-
},
|
|
1941
|
-
d: "
|
|
1942
|
-
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1943
|
-
d: "m22,30h-3c-1.104-.0013-1.9987-.896-2-2v-11h6c2.2096-.0001,4.0007-1.7915,4.0006-4.001,0-.1319-.0065-.2637-.0196-.395-.277-2.0943-2.0835-3.6461-4.1957-3.604h-1.5837l-.1766-.779c-.573-2.5249-2.9942-4.221-6.025-4.221-2.3366.0074-4.4579,1.3664-5.4415,3.4859l-.3085.6672-.863-.1143c-.1279-.022-.2573-.0349-.387-.0388-2.2091,0-4,1.7909-4,4s1.7909,4,4,4v2c-3.3137,0-6-2.6863-6-6s2.6863-6,6-6c.0264,0,.0525,0,.0786.001,1.4317-2.4694,4.067-3.9928,6.9214-4.001,3.6788,0,6.6923,1.9776,7.7516,5h.0337c3.1405-.0351,5.8053,2.2967,6.1872,5.4141.323,3.2985-2.0892,6.2344-5.3877,6.5573-.1943.019-.3895.0286-.5848.0286h-4v9h3v2Z"
|
|
1926
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1927
|
+
d: "M27.303 12a2.6616 2.6616 0 00-1.9079.8058l-.3932.4054-.397-.4054a2.6615 2.6615 0 00-3.8157 0 2.7992 2.7992 0 000 3.8964L25.0019 21l4.2089-4.2978a2.7992 2.7992 0 000-3.8964A2.6616 2.6616 0 0027.303 12zM2 30H4V25a5.0059 5.0059 0 015-5h6a5.0059 5.0059 0 015 5v5h2V25a7.0082 7.0082 0 00-7-7H9a7.0082 7.0082 0 00-7 7zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
|
|
1944
1928
|
})), children);
|
|
1945
1929
|
});
|
|
1946
1930
|
if (process.env.NODE_ENV !== "production") {
|
|
1947
|
-
|
|
1931
|
+
UserFavorite.propTypes = iconPropTypes;
|
|
1948
1932
|
}
|
|
1949
|
-
const
|
|
1933
|
+
const UserFavoriteAlt = /*#__PURE__*/React.forwardRef(function UserFavoriteAlt(_ref84, ref) {
|
|
1950
1934
|
let {
|
|
1951
1935
|
children,
|
|
1952
1936
|
size = 16,
|
|
@@ -1960,14 +1944,14 @@ const VehicleApi = /*#__PURE__*/React.forwardRef(function VehicleApi(_ref84, ref
|
|
|
1960
1944
|
viewBox: "0 0 32 32",
|
|
1961
1945
|
fill: "currentColor",
|
|
1962
1946
|
...rest
|
|
1963
|
-
},
|
|
1964
|
-
d: "M28
|
|
1947
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1948
|
+
d: "M28.7663 4.2558A4.2121 4.2121 0 0023 4.0321a4.2121 4.2121 0 00-5.7663.2237 4.319 4.319 0 000 6.0447L22.998 16.14 23 16.1376l.002.0019 5.7643-5.839A4.319 4.319 0 0028.7663 4.2558zM27.342 8.8948l-4.34 4.3973L23 13.29l-.002.002-4.34-4.3973a2.3085 2.3085 0 010-3.2338 2.2639 2.2639 0 013.1561 0l1.181 1.2074L23 6.8634l.0049.005 1.181-1.2074a2.2639 2.2639 0 013.1561 0A2.3085 2.3085 0 0127.342 8.8948zM16 30H14V25a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v5H2V25a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 10a3 3 0 11-3 3 3 3 0 013-3M9 8a5 5 0 105 5A5 5 0 009 8z"
|
|
1965
1949
|
})), children);
|
|
1966
1950
|
});
|
|
1967
1951
|
if (process.env.NODE_ENV !== "production") {
|
|
1968
|
-
|
|
1952
|
+
UserFavoriteAlt.propTypes = iconPropTypes;
|
|
1969
1953
|
}
|
|
1970
|
-
const
|
|
1954
|
+
const UserFavoriteAltFilled = /*#__PURE__*/React.forwardRef(function UserFavoriteAltFilled(_ref85, ref) {
|
|
1971
1955
|
let {
|
|
1972
1956
|
children,
|
|
1973
1957
|
size = 16,
|
|
@@ -1981,16 +1965,14 @@ const VehicleConnected = /*#__PURE__*/React.forwardRef(function VehicleConnected
|
|
|
1981
1965
|
viewBox: "0 0 32 32",
|
|
1982
1966
|
fill: "currentColor",
|
|
1983
1967
|
...rest
|
|
1984
|
-
},
|
|
1985
|
-
d: "
|
|
1986
|
-
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1987
|
-
d: "M29,11H27a6.0067,6.0067,0,0,0-6-6V3A8.0092,8.0092,0,0,1,29,11Z"
|
|
1968
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1969
|
+
d: "M26.4938 3a3.4735 3.4735 0 00-2.48 1.0393l-.5111.5228-.5161-.5228a3.4792 3.4792 0 00-4.96 0 3.59 3.59 0 000 5.0251l5.4766 5.5427 5.4716-5.5427a3.59 3.59 0 000-5.0251A3.4738 3.4738 0 0026.4938 3zM16 30H14V25a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v5H2V25a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 10a3 3 0 11-3 3 3 3 0 013-3M9 8a5 5 0 105 5A5 5 0 009 8z"
|
|
1988
1970
|
})), children);
|
|
1989
1971
|
});
|
|
1990
1972
|
if (process.env.NODE_ENV !== "production") {
|
|
1991
|
-
|
|
1973
|
+
UserFavoriteAltFilled.propTypes = iconPropTypes;
|
|
1992
1974
|
}
|
|
1993
|
-
const
|
|
1975
|
+
const UserFilled = /*#__PURE__*/React.forwardRef(function UserFilled(_ref86, ref) {
|
|
1994
1976
|
let {
|
|
1995
1977
|
children,
|
|
1996
1978
|
size = 16,
|
|
@@ -2004,14 +1986,14 @@ const VehicleInsights = /*#__PURE__*/React.forwardRef(function VehicleInsights(_
|
|
|
2004
1986
|
viewBox: "0 0 32 32",
|
|
2005
1987
|
fill: "currentColor",
|
|
2006
1988
|
...rest
|
|
2007
|
-
},
|
|
2008
|
-
d: "
|
|
1989
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1990
|
+
d: "M6 30H26V25a7.0082 7.0082 0 00-7-7H13a7.0082 7.0082 0 00-7 7zM9 9a7 7 0 107-7A7 7 0 009 9z"
|
|
2009
1991
|
})), children);
|
|
2010
1992
|
});
|
|
2011
1993
|
if (process.env.NODE_ENV !== "production") {
|
|
2012
|
-
|
|
1994
|
+
UserFilled.propTypes = iconPropTypes;
|
|
2013
1995
|
}
|
|
2014
|
-
const
|
|
1996
|
+
const UserFollow = /*#__PURE__*/React.forwardRef(function UserFollow(_ref87, ref) {
|
|
2015
1997
|
let {
|
|
2016
1998
|
children,
|
|
2017
1999
|
size = 16,
|
|
@@ -2025,14 +2007,14 @@ const VehicleServices = /*#__PURE__*/React.forwardRef(function VehicleServices(_
|
|
|
2025
2007
|
viewBox: "0 0 32 32",
|
|
2026
2008
|
fill: "currentColor",
|
|
2027
2009
|
...rest
|
|
2028
|
-
},
|
|
2029
|
-
d: "
|
|
2010
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
2011
|
+
d: "M32 14L28 14 28 10 26 10 26 14 22 14 22 16 26 16 26 20 28 20 28 16 32 16 32 14zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7z"
|
|
2030
2012
|
})), children);
|
|
2031
2013
|
});
|
|
2032
2014
|
if (process.env.NODE_ENV !== "production") {
|
|
2033
|
-
|
|
2015
|
+
UserFollow.propTypes = iconPropTypes;
|
|
2034
2016
|
}
|
|
2035
|
-
const
|
|
2017
|
+
const UserIdentification = /*#__PURE__*/React.forwardRef(function UserIdentification(_ref88, ref) {
|
|
2036
2018
|
let {
|
|
2037
2019
|
children,
|
|
2038
2020
|
size = 16,
|
|
@@ -2046,18 +2028,20 @@ const Version = /*#__PURE__*/React.forwardRef(function Version(_ref88, ref) {
|
|
|
2046
2028
|
viewBox: "0 0 32 32",
|
|
2047
2029
|
fill: "currentColor",
|
|
2048
2030
|
...rest
|
|
2049
|
-
},
|
|
2050
|
-
d: "
|
|
2051
|
-
})),
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2031
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2032
|
+
d: "M22,11h4a1,1,0,0,1,1,1v2a0,0,0,0,1,0,0H21a0,0,0,0,1,0,0V12A1,1,0,0,1,22,11Z"
|
|
2033
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
2034
|
+
cx: "24",
|
|
2035
|
+
cy: "8",
|
|
2036
|
+
r: "2"
|
|
2037
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2038
|
+
d: "M30 18H18a2.0023 2.0023 0 01-2-2V4a2.002 2.002 0 012-2H30a2.0023 2.0023 0 012 2V16A2.0027 2.0027 0 0130 18zM18 4V16H30.001L30 4zM15 30H13V26a2.9465 2.9465 0 00-3-3H6a2.9465 2.9465 0 00-3 3v4H1V26a4.9514 4.9514 0 015-5h4a4.9514 4.9514 0 015 5zM8 11a3 3 0 010 6 3 3 0 010-6M8 9A5 5 0 008 19 5 5 0 008 9z"
|
|
2055
2039
|
})), children);
|
|
2056
2040
|
});
|
|
2057
2041
|
if (process.env.NODE_ENV !== "production") {
|
|
2058
|
-
|
|
2042
|
+
UserIdentification.propTypes = iconPropTypes;
|
|
2059
2043
|
}
|
|
2060
|
-
const
|
|
2044
|
+
const UserMilitary = /*#__PURE__*/React.forwardRef(function UserMilitary(_ref89, ref) {
|
|
2061
2045
|
let {
|
|
2062
2046
|
children,
|
|
2063
2047
|
size = 16,
|
|
@@ -2069,18 +2053,20 @@ const VersionMajor = /*#__PURE__*/React.forwardRef(function VersionMajor(_ref89,
|
|
|
2069
2053
|
ref: ref,
|
|
2070
2054
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2071
2055
|
viewBox: "0 0 32 32",
|
|
2072
|
-
fill: "currentColor",
|
|
2073
|
-
...rest
|
|
2074
|
-
},
|
|
2075
|
-
d: "
|
|
2076
|
-
})),
|
|
2077
|
-
d: "
|
|
2056
|
+
fill: "currentColor",
|
|
2057
|
+
...rest
|
|
2058
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2059
|
+
d: "M25 13L23.407 16 20 16.414 22.5 18.667 22 22 25 20.125 28 22 27.5 18.667 30 16.414 26.5 16 25 13z"
|
|
2060
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2061
|
+
d: "M21.414 13.414L25 9.834 25 9.834 28.587 13.416 30 12 25 7 20 12 21.414 13.414z"
|
|
2062
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2063
|
+
d: "M21.414 8.414L25 4.834 25 4.834 28.587 8.416 30 7 25 2 20 7 21.414 8.414zM16 30H14V25a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v5H2V25a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 10a3 3 0 11-3 3 3 3 0 013-3M9 8a5 5 0 105 5A5 5 0 009 8z"
|
|
2078
2064
|
})), children);
|
|
2079
2065
|
});
|
|
2080
2066
|
if (process.env.NODE_ENV !== "production") {
|
|
2081
|
-
|
|
2067
|
+
UserMilitary.propTypes = iconPropTypes;
|
|
2082
2068
|
}
|
|
2083
|
-
const
|
|
2069
|
+
const UserMultiple = /*#__PURE__*/React.forwardRef(function UserMultiple(_ref90, ref) {
|
|
2084
2070
|
let {
|
|
2085
2071
|
children,
|
|
2086
2072
|
size = 16,
|
|
@@ -2094,16 +2080,14 @@ const VersionMinor = /*#__PURE__*/React.forwardRef(function VersionMinor(_ref90,
|
|
|
2094
2080
|
viewBox: "0 0 32 32",
|
|
2095
2081
|
fill: "currentColor",
|
|
2096
2082
|
...rest
|
|
2097
|
-
},
|
|
2098
|
-
d: "
|
|
2099
|
-
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2100
|
-
d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z"
|
|
2083
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2084
|
+
d: "M30 30H28V25a5.0057 5.0057 0 00-5-5V18a7.0078 7.0078 0 017 7zM22 30H20V25a5.0059 5.0059 0 00-5-5H9a5.0059 5.0059 0 00-5 5v5H2V25a7.0082 7.0082 0 017-7h6a7.0082 7.0082 0 017 7zM20 2V4a5 5 0 010 10v2A7 7 0 0020 2zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
|
|
2101
2085
|
})), children);
|
|
2102
2086
|
});
|
|
2103
2087
|
if (process.env.NODE_ENV !== "production") {
|
|
2104
|
-
|
|
2088
|
+
UserMultiple.propTypes = iconPropTypes;
|
|
2105
2089
|
}
|
|
2106
|
-
const
|
|
2090
|
+
const UserOnline = /*#__PURE__*/React.forwardRef(function UserOnline(_ref91, ref) {
|
|
2107
2091
|
let {
|
|
2108
2092
|
children,
|
|
2109
2093
|
size = 16,
|
|
@@ -2117,16 +2101,18 @@ const VersionPatch = /*#__PURE__*/React.forwardRef(function VersionPatch(_ref91,
|
|
|
2117
2101
|
viewBox: "0 0 32 32",
|
|
2118
2102
|
fill: "currentColor",
|
|
2119
2103
|
...rest
|
|
2120
|
-
},
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2104
|
+
}, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
2105
|
+
cx: "26",
|
|
2106
|
+
cy: "16",
|
|
2107
|
+
r: "4"
|
|
2108
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2109
|
+
d: "M22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
|
|
2124
2110
|
})), children);
|
|
2125
2111
|
});
|
|
2126
2112
|
if (process.env.NODE_ENV !== "production") {
|
|
2127
|
-
|
|
2113
|
+
UserOnline.propTypes = iconPropTypes;
|
|
2128
2114
|
}
|
|
2129
|
-
const
|
|
2115
|
+
const UserProfile = /*#__PURE__*/React.forwardRef(function UserProfile(_ref92, ref) {
|
|
2130
2116
|
let {
|
|
2131
2117
|
children,
|
|
2132
2118
|
size = 16,
|
|
@@ -2140,14 +2126,14 @@ const VerticalView = /*#__PURE__*/React.forwardRef(function VerticalView(_ref92,
|
|
|
2140
2126
|
viewBox: "0 0 32 32",
|
|
2141
2127
|
fill: "currentColor",
|
|
2142
2128
|
...rest
|
|
2143
|
-
},
|
|
2144
|
-
d: "M12
|
|
2129
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2130
|
+
d: "M12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7zM22 4H32V6H22zM22 9H32V11H22zM22 14H29V16H22z"
|
|
2145
2131
|
})), children);
|
|
2146
2132
|
});
|
|
2147
2133
|
if (process.env.NODE_ENV !== "production") {
|
|
2148
|
-
|
|
2134
|
+
UserProfile.propTypes = iconPropTypes;
|
|
2149
2135
|
}
|
|
2150
|
-
const
|
|
2136
|
+
const UserRole = /*#__PURE__*/React.forwardRef(function UserRole(_ref93, ref) {
|
|
2151
2137
|
let {
|
|
2152
2138
|
children,
|
|
2153
2139
|
size = 16,
|
|
@@ -2161,14 +2147,14 @@ const Video = /*#__PURE__*/React.forwardRef(function Video(_ref93, ref) {
|
|
|
2161
2147
|
viewBox: "0 0 32 32",
|
|
2162
2148
|
fill: "currentColor",
|
|
2163
2149
|
...rest
|
|
2164
|
-
},
|
|
2165
|
-
d: "
|
|
2150
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2151
|
+
d: "M28.07 21L22 15 28.07 9 29.5 10.41 24.86 15 29.5 19.59 28.07 21zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
|
|
2166
2152
|
})), children);
|
|
2167
2153
|
});
|
|
2168
2154
|
if (process.env.NODE_ENV !== "production") {
|
|
2169
|
-
|
|
2155
|
+
UserRole.propTypes = iconPropTypes;
|
|
2170
2156
|
}
|
|
2171
|
-
const
|
|
2157
|
+
const UserServiceDesk = /*#__PURE__*/React.forwardRef(function UserServiceDesk(_ref94, ref) {
|
|
2172
2158
|
let {
|
|
2173
2159
|
children,
|
|
2174
2160
|
size = 16,
|
|
@@ -2182,16 +2168,14 @@ const VideoAdd = /*#__PURE__*/React.forwardRef(function VideoAdd(_ref94, ref) {
|
|
|
2182
2168
|
viewBox: "0 0 32 32",
|
|
2183
2169
|
fill: "currentColor",
|
|
2184
2170
|
...rest
|
|
2185
|
-
},
|
|
2186
|
-
d: "
|
|
2187
|
-
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2188
|
-
d: "M21,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H21a2.0023,2.0023,0,0,1,2,2v4.0566l5.4189-3.87A.9995.9995,0,0,1,30,9V23a.9995.9995,0,0,1-1.5811.8135L23,19.9434V24A2.0023,2.0023,0,0,1,21,26ZM4,8V24.001L21,24V18a.9995.9995,0,0,1,1.5811-.8135L28,21.0566V10.9434l-5.4189,3.87A.9995.9995,0,0,1,21,14V8Z"
|
|
2171
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2172
|
+
d: "M25.334 11.95l1.2055-1.206a1.178 1.178 0 011.2593-.2584l1.4693.5868A1.1736 1.1736 0 0130 12.1489v2.692A1.1681 1.1681 0 0128.8229 16l-.05-.0015C18.4775 15.3578 16.4 6.6357 16.0073 3.2976a1.1681 1.1681 0 011.0315-1.29A1.1492 1.1492 0 0117.1751 2h2.5994a1.1626 1.1626 0 011.0764.7322l.5866 1.47a1.1635 1.1635 0 01-.2529 1.26L19.9791 6.668S20.6733 11.3682 25.334 11.95zM16 30H14V25a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v5H2V25a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 10a3 3 0 11-3 3 3 3 0 013-3M9 8a5 5 0 105 5A5 5 0 009 8z"
|
|
2189
2173
|
})), children);
|
|
2190
2174
|
});
|
|
2191
2175
|
if (process.env.NODE_ENV !== "production") {
|
|
2192
|
-
|
|
2176
|
+
UserServiceDesk.propTypes = iconPropTypes;
|
|
2193
2177
|
}
|
|
2194
|
-
const
|
|
2178
|
+
const UserSettings = /*#__PURE__*/React.forwardRef(function UserSettings(_ref95, ref) {
|
|
2195
2179
|
let {
|
|
2196
2180
|
children,
|
|
2197
2181
|
size = 16,
|
|
@@ -2205,16 +2189,14 @@ const VideoChat = /*#__PURE__*/React.forwardRef(function VideoChat(_ref95, ref)
|
|
|
2205
2189
|
viewBox: "0 0 32 32",
|
|
2206
2190
|
fill: "currentColor",
|
|
2207
2191
|
...rest
|
|
2208
|
-
},
|
|
2209
|
-
d: "
|
|
2210
|
-
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2211
|
-
d: "M21,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H21a2.0023,2.0023,0,0,1,2,2v4.0566l5.4189-3.87A.9995.9995,0,0,1,30,9V23a.9995.9995,0,0,1-1.5811.8135L23,19.9434V24A2.0023,2.0023,0,0,1,21,26ZM4,8V24.001L21,24V18a.9995.9995,0,0,1,1.5811-.8135L28,21.0566V10.9434l-5.4189,3.87A.9995.9995,0,0,1,21,14V8Z"
|
|
2192
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2193
|
+
d: "M30 10V8H27.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0024 4.1011V2H22V4.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0018.1011 8H16v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0022 13.8989V16h2V13.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0027.8989 10zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0123 12zM16 30H14V25a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v5H2V25a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 10a3 3 0 11-3 3 3 3 0 013-3M9 8a5 5 0 105 5A5 5 0 009 8z"
|
|
2212
2194
|
})), children);
|
|
2213
2195
|
});
|
|
2214
2196
|
if (process.env.NODE_ENV !== "production") {
|
|
2215
|
-
|
|
2197
|
+
UserSettings.propTypes = iconPropTypes;
|
|
2216
2198
|
}
|
|
2217
|
-
const
|
|
2199
|
+
const UserSimulation = /*#__PURE__*/React.forwardRef(function UserSimulation(_ref96, ref) {
|
|
2218
2200
|
let {
|
|
2219
2201
|
children,
|
|
2220
2202
|
size = 16,
|
|
@@ -2228,14 +2210,30 @@ const VideoFilled = /*#__PURE__*/React.forwardRef(function VideoFilled(_ref96, r
|
|
|
2228
2210
|
viewBox: "0 0 32 32",
|
|
2229
2211
|
fill: "currentColor",
|
|
2230
2212
|
...rest
|
|
2231
|
-
},
|
|
2232
|
-
d: "
|
|
2213
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2214
|
+
d: "M25.232 12.866H29.232V14.866H25.232z",
|
|
2215
|
+
transform: "rotate(30 27.232 13.866)"
|
|
2216
|
+
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2217
|
+
d: "M26 8H30V10H26z"
|
|
2218
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2219
|
+
d: "M2.768 12.866H6.768V14.866H2.768z",
|
|
2220
|
+
transform: "rotate(150 4.768 13.866)"
|
|
2221
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2222
|
+
d: "M26 30H24V25a5.0059 5.0059 0 00-5-5H13a5.0059 5.0059 0 00-5 5v5H6V25a7.0082 7.0082 0 017-7h6a7.0082 7.0082 0 017 7zM16 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0016 2z"
|
|
2223
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2224
|
+
d: "M25.232 3.134H29.232V5.134H25.232z",
|
|
2225
|
+
transform: "rotate(-30 27.232 4.134)"
|
|
2226
|
+
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2227
|
+
d: "M2 8H6V10H2z"
|
|
2228
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2229
|
+
d: "M2.768 3.134H6.768V5.134H2.768z",
|
|
2230
|
+
transform: "rotate(-150 4.768 4.134)"
|
|
2233
2231
|
})), children);
|
|
2234
2232
|
});
|
|
2235
2233
|
if (process.env.NODE_ENV !== "production") {
|
|
2236
|
-
|
|
2234
|
+
UserSimulation.propTypes = iconPropTypes;
|
|
2237
2235
|
}
|
|
2238
|
-
const
|
|
2236
|
+
const UserSpeaker = /*#__PURE__*/React.forwardRef(function UserSpeaker(_ref97, ref) {
|
|
2239
2237
|
let {
|
|
2240
2238
|
children,
|
|
2241
2239
|
size = 16,
|
|
@@ -2249,14 +2247,16 @@ const VideoOff = /*#__PURE__*/React.forwardRef(function VideoOff(_ref97, ref) {
|
|
|
2249
2247
|
viewBox: "0 0 32 32",
|
|
2250
2248
|
fill: "currentColor",
|
|
2251
2249
|
...rest
|
|
2252
|
-
},
|
|
2253
|
-
d: "M29.
|
|
2250
|
+
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2251
|
+
d: "M29.4146,19,27.7,17.2852A2.97,2.97,0,0,0,28,16a3,3,0,1,0-3,3,2.97,2.97,0,0,0,1.2864-.3L28,20.4141V28H22V25a7.0078,7.0078,0,0,0-7-7H9a7.008,7.008,0,0,0-7,7v5H30V20.4141A1.988,1.988,0,0,0,29.4146,19ZM4,25a5.006,5.006,0,0,1,5-5h6a5.0059,5.0059,0,0,1,5,5v3H4Z"
|
|
2252
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2253
|
+
d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z"
|
|
2254
2254
|
})), children);
|
|
2255
2255
|
});
|
|
2256
2256
|
if (process.env.NODE_ENV !== "production") {
|
|
2257
|
-
|
|
2257
|
+
UserSpeaker.propTypes = iconPropTypes;
|
|
2258
2258
|
}
|
|
2259
|
-
const
|
|
2259
|
+
const UserSponsor = /*#__PURE__*/React.forwardRef(function UserSponsor(_ref98, ref) {
|
|
2260
2260
|
let {
|
|
2261
2261
|
children,
|
|
2262
2262
|
size = 16,
|
|
@@ -2270,14 +2270,14 @@ const VideoOffFilled = /*#__PURE__*/React.forwardRef(function VideoOffFilled(_re
|
|
|
2270
2270
|
viewBox: "0 0 32 32",
|
|
2271
2271
|
fill: "currentColor",
|
|
2272
2272
|
...rest
|
|
2273
|
-
},
|
|
2274
|
-
d: "
|
|
2273
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2274
|
+
d: "M31.8301 13.3662L30.8301 11.6338 28 13.2681 28 10 26 10 26 13.2676 23.1699 11.6338 22.1699 13.3662 25 15 22.1699 16.6338 23.1699 18.3662 26 16.7324 26 20 28 20 28 16.7319 30.8301 18.3662 31.8301 16.6338 29 15 31.8301 13.3662zM22 30h-2v-5c-.0033-2.7601-2.2399-4.9967-5-5h-6c-2.7601.0033-4.9967 2.2399-5 5v5h-2v-5c.0045-3.8641 3.1359-6.9955 7-7h6c3.8641.0045 6.9955 3.1359 7 7v5zM12 4c2.7614 0 5 2.2386 5 5s-2.2386 5-5 5-5-2.2386-5-5c.0031-2.7601 2.2399-4.9969 5-5m0-2c-3.866 0-7 3.134-7 7s3.134 7 7 7 7-3.134 7-7-3.134-7-7-7z"
|
|
2275
2275
|
})), children);
|
|
2276
2276
|
});
|
|
2277
2277
|
if (process.env.NODE_ENV !== "production") {
|
|
2278
|
-
|
|
2278
|
+
UserSponsor.propTypes = iconPropTypes;
|
|
2279
2279
|
}
|
|
2280
|
-
const
|
|
2280
|
+
const UserXRay = /*#__PURE__*/React.forwardRef(function UserXRay(_ref99, ref) {
|
|
2281
2281
|
let {
|
|
2282
2282
|
children,
|
|
2283
2283
|
size = 16,
|
|
@@ -2291,36 +2291,22 @@ const VideoPlayer = /*#__PURE__*/React.forwardRef(function VideoPlayer(_ref99, r
|
|
|
2291
2291
|
viewBox: "0 0 32 32",
|
|
2292
2292
|
fill: "currentColor",
|
|
2293
2293
|
...rest
|
|
2294
|
-
},
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2294
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2295
|
+
fill: "none",
|
|
2296
|
+
d: "M28 9L28 7 25 7 25 5 23 5 23 7 20 7 20 9 23 9 23 12 20 12 20 14 23 14 23 16 25 16 25 14 28 14 28 12 25 12 25 9 28 9z"
|
|
2297
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2298
|
+
d: "M31 3H17a1 1 0 00-1 1V17a1 1 0 001 1H31a1 1 0 001-1V4A1 1 0 0031 3zM28 9H25v3h3v2H25v2H23V14H20V12h3V9H20V7h3V5h2V7h3zM15 30H13V26a2.9465 2.9465 0 00-3-3H6a2.9465 2.9465 0 00-3 3v4H1V26a4.9514 4.9514 0 015-5h4a4.9514 4.9514 0 015 5zM8 11a3 3 0 010 6 3 3 0 010-6M8 9A5 5 0 008 19 5 5 0 008 9z"
|
|
2298
2299
|
})), children);
|
|
2299
2300
|
});
|
|
2300
2301
|
if (process.env.NODE_ENV !== "production") {
|
|
2301
|
-
|
|
2302
|
+
UserXRay.propTypes = iconPropTypes;
|
|
2302
2303
|
}
|
|
2303
|
-
const
|
|
2304
|
+
const UserProfileAlt = /*#__PURE__*/React.forwardRef(function UserProfileAlt(_ref100, ref) {
|
|
2304
2305
|
let {
|
|
2305
2306
|
children,
|
|
2306
2307
|
size = 16,
|
|
2307
2308
|
...rest
|
|
2308
2309
|
} = _ref100;
|
|
2309
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
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 16 16",
|
|
2316
|
-
fill: "currentColor",
|
|
2317
|
-
...rest
|
|
2318
|
-
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2319
|
-
d: "M15.5,7.8C14.3,4.7,11.3,2.6,8,2.5C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3c1.2,3.1,4.1,5.2,7.5,5.3 c3.3-0.1,6.3-2.2,7.5-5.3C15.5,8.1,15.5,7.9,15.5,7.8z M8,12.5c-2.7,0-5.4-2-6.5-4.5c1-2.5,3.8-4.5,6.5-4.5s5.4,2,6.5,4.5 C13.4,10.5,10.6,12.5,8,12.5z"
|
|
2320
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2321
|
-
d: "M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z M8,10c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S9.1,10,8,10z"
|
|
2322
|
-
})), children);
|
|
2323
|
-
}
|
|
2324
2310
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2325
2311
|
width: size,
|
|
2326
2312
|
height: size,
|
|
@@ -2329,16 +2315,14 @@ const View = /*#__PURE__*/React.forwardRef(function View(_ref100, ref) {
|
|
|
2329
2315
|
viewBox: "0 0 32 32",
|
|
2330
2316
|
fill: "currentColor",
|
|
2331
2317
|
...rest
|
|
2332
|
-
},
|
|
2333
|
-
d: "
|
|
2334
|
-
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2335
|
-
d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
|
|
2318
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2319
|
+
d: "M19 13H26V15H19zM19 8H30V10H19zM19 3H30V5H19zM11 30H7a2.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 0111 30zM6 12a.9448.9448 0 00-1 1v6H7v9h4V19h2V13a.9448.9448 0 00-1-1zM9 9a4 4 0 114-4h0A4.0118 4.0118 0 019 9zM9 3a2 2 0 102 2h0A2.0059 2.0059 0 009 3z"
|
|
2336
2320
|
})), children);
|
|
2337
2321
|
});
|
|
2338
2322
|
if (process.env.NODE_ENV !== "production") {
|
|
2339
|
-
|
|
2323
|
+
UserProfileAlt.propTypes = iconPropTypes;
|
|
2340
2324
|
}
|
|
2341
|
-
const
|
|
2325
|
+
const UvIndex = /*#__PURE__*/React.forwardRef(function UvIndex(_ref101, ref) {
|
|
2342
2326
|
let {
|
|
2343
2327
|
children,
|
|
2344
2328
|
size = 16,
|
|
@@ -2352,18 +2336,14 @@ const ViewFilled = /*#__PURE__*/React.forwardRef(function ViewFilled(_ref101, re
|
|
|
2352
2336
|
viewBox: "0 0 32 32",
|
|
2353
2337
|
fill: "currentColor",
|
|
2354
2338
|
...rest
|
|
2355
|
-
},
|
|
2356
|
-
|
|
2357
|
-
cy: "16",
|
|
2358
|
-
r: "4"
|
|
2359
|
-
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2360
|
-
d: "M30.94,15.66A16.69,16.69,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16.69,16.69,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,22.5A6.5,6.5,0,1,1,22.5,16,6.51,6.51,0,0,1,16,22.5Z"
|
|
2339
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2340
|
+
d: "M16,5.9121l1.7444,2.9326.7822,1.315,1.4739-.4107,3.1206-.87L22.2512,12,21.84,13.4731l1.315.7823L26.0876,16l-2.9323,1.7441-1.315.7818L22.2512,20l.87,3.1211-3.1208-.87L18.5266,21.84l-.7822,1.315L16,26.0879l-1.7444-2.9326-.7822-1.315L12,22.251l-3.1208.87L9.7488,20l.4109-1.4741-1.315-.7818L5.9124,16l2.9323-1.7446,1.315-.7823L9.7488,12l-.87-3.1206L12,9.749l1.4739.4107.7822-1.315L16,5.9121M16,2,12.5366,7.8223,6,6l1.8223,6.5366L2,16l5.8223,3.4629L6,26l6.5366-1.8223L16,30l3.4634-5.8223L26,26l-1.8223-6.5371L30,16l-5.8223-3.4634L26,6,19.4634,7.8223,16,2Z"
|
|
2361
2341
|
})), children);
|
|
2362
2342
|
});
|
|
2363
2343
|
if (process.env.NODE_ENV !== "production") {
|
|
2364
|
-
|
|
2344
|
+
UvIndex.propTypes = iconPropTypes;
|
|
2365
2345
|
}
|
|
2366
|
-
const
|
|
2346
|
+
const UvIndexAlt = /*#__PURE__*/React.forwardRef(function UvIndexAlt(_ref102, ref) {
|
|
2367
2347
|
let {
|
|
2368
2348
|
children,
|
|
2369
2349
|
size = 16,
|
|
@@ -2377,14 +2357,24 @@ const ViewMode_1 = /*#__PURE__*/React.forwardRef(function ViewMode_1(_ref102, re
|
|
|
2377
2357
|
viewBox: "0 0 32 32",
|
|
2378
2358
|
fill: "currentColor",
|
|
2379
2359
|
...rest
|
|
2380
|
-
},
|
|
2381
|
-
d: "
|
|
2360
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2361
|
+
d: "M13 30H9a2.0027 2.0027 0 01-2-2V20H9v8h4V20h2v8A2.0027 2.0027 0 0113 30zM25 20L23.25 20 21 29.031 18.792 20 17 20 19.5 30 22.5 30 25 20zM15 2H17V7H15z"
|
|
2362
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2363
|
+
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
|
2364
|
+
transform: "rotate(-45 24.147 7.853)"
|
|
2365
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2366
|
+
d: "M25 15H30V17H25zM2 15H7V17H2z"
|
|
2367
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2368
|
+
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
2369
|
+
transform: "rotate(-45 7.854 7.853)"
|
|
2370
|
+
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2371
|
+
d: "M22,17H20V16a4,4,0,0,0-8,0v1H10V16a6,6,0,0,1,12,0Z"
|
|
2382
2372
|
})), children);
|
|
2383
2373
|
});
|
|
2384
2374
|
if (process.env.NODE_ENV !== "production") {
|
|
2385
|
-
|
|
2375
|
+
UvIndexAlt.propTypes = iconPropTypes;
|
|
2386
2376
|
}
|
|
2387
|
-
const
|
|
2377
|
+
const UvIndexFilled = /*#__PURE__*/React.forwardRef(function UvIndexFilled(_ref103, ref) {
|
|
2388
2378
|
let {
|
|
2389
2379
|
children,
|
|
2390
2380
|
size = 16,
|
|
@@ -2398,34 +2388,19 @@ const ViewMode_2 = /*#__PURE__*/React.forwardRef(function ViewMode_2(_ref103, re
|
|
|
2398
2388
|
viewBox: "0 0 32 32",
|
|
2399
2389
|
fill: "currentColor",
|
|
2400
2390
|
...rest
|
|
2401
|
-
},
|
|
2402
|
-
d: "
|
|
2391
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2392
|
+
d: "M16,30l-3.4634-5.8223L6,26l1.8223-6.5369L2,16l5.8223-3.4631L6,6l6.5366,1.8223L16,2l3.4634,5.8223L26,6l-1.8223,6.5369L30,16l-5.8223,3.4631L26,26l-6.5366-1.8223Z"
|
|
2403
2393
|
})), children);
|
|
2404
2394
|
});
|
|
2405
2395
|
if (process.env.NODE_ENV !== "production") {
|
|
2406
|
-
|
|
2396
|
+
UvIndexFilled.propTypes = iconPropTypes;
|
|
2407
2397
|
}
|
|
2408
|
-
const
|
|
2398
|
+
const ValueVariable = /*#__PURE__*/React.forwardRef(function ValueVariable(_ref104, ref) {
|
|
2409
2399
|
let {
|
|
2410
2400
|
children,
|
|
2411
2401
|
size = 16,
|
|
2412
2402
|
...rest
|
|
2413
2403
|
} = _ref104;
|
|
2414
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2415
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2416
|
-
width: size,
|
|
2417
|
-
height: size,
|
|
2418
|
-
ref: ref,
|
|
2419
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2420
|
-
viewBox: "0 0 16 16",
|
|
2421
|
-
fill: "currentColor",
|
|
2422
|
-
...rest
|
|
2423
|
-
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2424
|
-
d: "M2.6,11.3l0.7-0.7C2.6,9.8,1.9,9,1.5,8c1-2.5,3.8-4.5,6.5-4.5c0.7,0,1.4,0.1,2,0.4l0.8-0.8C9.9,2.7,9,2.5,8,2.5 C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3C1,9.3,1.7,10.4,2.6,11.3z"
|
|
2425
|
-
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2426
|
-
d: "M6 7.9c.1-1 .9-1.8 1.8-1.8l.9-.9C7.2 4.7 5.5 5.6 5.1 7.2 5 7.7 5 8.3 5.1 8.8L6 7.9zM15.5 7.8c-.6-1.5-1.6-2.8-2.9-3.7L15 1.7 14.3 1 1 14.3 1.7 15l2.6-2.6c1.1.7 2.4 1 3.7 1.1 3.3-.1 6.3-2.2 7.5-5.3C15.5 8.1 15.5 7.9 15.5 7.8zM10 8c0 1.1-.9 2-2 2-.3 0-.7-.1-1-.3L9.7 7C9.9 7.3 10 7.6 10 8zM8 12.5c-1 0-2.1-.3-3-.8l1.3-1.3c1.4.9 3.2.6 4.2-.8.7-1 .7-2.4 0-3.4l1.4-1.4c1.1.8 2 1.9 2.6 3.2C13.4 10.5 10.6 12.5 8 12.5z"
|
|
2427
|
-
})), children);
|
|
2428
|
-
}
|
|
2429
2404
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2430
2405
|
width: size,
|
|
2431
2406
|
height: size,
|
|
@@ -2434,16 +2409,14 @@ const ViewOff = /*#__PURE__*/React.forwardRef(function ViewOff(_ref104, ref) {
|
|
|
2434
2409
|
viewBox: "0 0 32 32",
|
|
2435
2410
|
fill: "currentColor",
|
|
2436
2411
|
...rest
|
|
2437
|
-
},
|
|
2438
|
-
d: "
|
|
2439
|
-
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2440
|
-
d: "M12 15.73a4 4 0 013.7-3.7l1.81-1.82a6 6 0 00-7.33 7.33zM30.94 15.66A16.4 16.4 0 0025.2 8.22L30 3.41 28.59 2 2 28.59 3.41 30l5.1-5.1A15.29 15.29 0 0016 27 16.69 16.69 0 0030.94 16.34 1 1 0 0030.94 15.66zM20 16a4 4 0 01-6 3.44L19.44 14A4 4 0 0120 16zm-4 9a13.05 13.05 0 01-6-1.58l2.54-2.54a6 6 0 008.35-8.35l2.87-2.87A14.54 14.54 0 0128.93 16C26.9 21.07 21.3 25 16 25z"
|
|
2412
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2413
|
+
d: "M26 28H22V26h4V6H22V4h4a2.0021 2.0021 0 012 2V26A2.0021 2.0021 0 0126 28zM20 11L18 11 16 14.897 14 11 12 11 14.905 16 12 21 14 21 16 17.201 18 21 20 21 17.098 16 20 11zM10 28H6a2.0021 2.0021 0 01-2-2V6A2.0021 2.0021 0 016 4h4V6H6V26h4z"
|
|
2441
2414
|
})), children);
|
|
2442
2415
|
});
|
|
2443
2416
|
if (process.env.NODE_ENV !== "production") {
|
|
2444
|
-
|
|
2417
|
+
ValueVariable.propTypes = iconPropTypes;
|
|
2445
2418
|
}
|
|
2446
|
-
const
|
|
2419
|
+
const Van = /*#__PURE__*/React.forwardRef(function Van(_ref105, ref) {
|
|
2447
2420
|
let {
|
|
2448
2421
|
children,
|
|
2449
2422
|
size = 16,
|
|
@@ -2457,14 +2430,14 @@ const ViewOffFilled = /*#__PURE__*/React.forwardRef(function ViewOffFilled(_ref1
|
|
|
2457
2430
|
viewBox: "0 0 32 32",
|
|
2458
2431
|
fill: "currentColor",
|
|
2459
2432
|
...rest
|
|
2460
|
-
},
|
|
2461
|
-
d: "
|
|
2433
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2434
|
+
d: "M29.81,16l-7-9.56A1,1,0,0,0,22,6H3A1,1,0,0,0,2,7V24a1,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-1V16.56A1,1,0,0,0,29.81,16ZM20,8h1.49l5.13,7H20ZM9,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,0H4V8H18v9H28Z"
|
|
2462
2435
|
})), children);
|
|
2463
2436
|
});
|
|
2464
2437
|
if (process.env.NODE_ENV !== "production") {
|
|
2465
|
-
|
|
2438
|
+
Van.propTypes = iconPropTypes;
|
|
2466
2439
|
}
|
|
2467
|
-
const
|
|
2440
|
+
const VegetationAsset = /*#__PURE__*/React.forwardRef(function VegetationAsset(_ref106, ref) {
|
|
2468
2441
|
let {
|
|
2469
2442
|
children,
|
|
2470
2443
|
size = 16,
|
|
@@ -2478,16 +2451,20 @@ const ViewNext = /*#__PURE__*/React.forwardRef(function ViewNext(_ref106, ref) {
|
|
|
2478
2451
|
viewBox: "0 0 32 32",
|
|
2479
2452
|
fill: "currentColor",
|
|
2480
2453
|
...rest
|
|
2481
|
-
},
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2454
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
2455
|
+
cx: "21.5",
|
|
2456
|
+
cy: "10.5",
|
|
2457
|
+
r: "1.5"
|
|
2458
|
+
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2459
|
+
d: "M28.5 1a2.4518 2.4518 0 00-1.2061.3105L18.9834 5.6084l.0027.0054a5.497 5.497 0 107.3257 7.5444l.0031.0015 4.4-8.5A2.5 2.5 0 0028.5 1zm-7 13A3.5 3.5 0 1125 10.5 3.5042 3.5042 0 0121.5 14zM28.9414 3.7354L26.5571 8.3408A5.5279 5.5279 0 0023.658 5.4424l4.5949-2.377A.5165.5165 0 0129 3.5.4985.4985 0 0128.9414 3.7354zM19 20h7V18H17V28a2.0027 2.0027 0 002 2h3V28H19zM12 30H9V28h3V15.5664L8.4854 13.4575l1.0292-1.7148 3.5147 2.1084A2.0115 2.0115 0 0114 15.5664V28A2.0024 2.0024 0 0112 30z"
|
|
2460
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2461
|
+
d: "M17.3079,2.2852A9.4882,9.4882,0,0,0,15,2,8.0275,8.0275,0,0,0,8.0786,6.001C8.0525,6,8.0264,6,8,6A6,6,0,0,0,8,18V16A4,4,0,0,1,8,8a2.7009,2.7009,0,0,1,.387.0391l.863.1142.3086-.6675A6.0192,6.0192,0,0,1,15,4a7.499,7.499,0,0,1,1.731.2148Z"
|
|
2485
2462
|
})), children);
|
|
2486
2463
|
});
|
|
2487
2464
|
if (process.env.NODE_ENV !== "production") {
|
|
2488
|
-
|
|
2465
|
+
VegetationAsset.propTypes = iconPropTypes;
|
|
2489
2466
|
}
|
|
2490
|
-
const
|
|
2467
|
+
const VegetationEncroachment = /*#__PURE__*/React.forwardRef(function VegetationEncroachment(_ref107, ref) {
|
|
2491
2468
|
let {
|
|
2492
2469
|
children,
|
|
2493
2470
|
size = 16,
|
|
@@ -2501,18 +2478,16 @@ const VirtualColumn = /*#__PURE__*/React.forwardRef(function VirtualColumn(_ref1
|
|
|
2501
2478
|
viewBox: "0 0 32 32",
|
|
2502
2479
|
fill: "currentColor",
|
|
2503
2480
|
...rest
|
|
2504
|
-
},
|
|
2505
|
-
d: "
|
|
2506
|
-
})),
|
|
2507
|
-
d: "
|
|
2508
|
-
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2509
|
-
d: "M7 11L5.586 12.414 8.172 15 2 15 2 17 8.172 17 5.586 19.586 7 21 12 16 7 11z"
|
|
2481
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2482
|
+
d: "M19 20h7v-2h-9v10c.0015 1.104.896 1.9985 2 2h3v-2h-3v-8zM12 30h-3v-2h3v-12.4336l-3.5146-2.1089 1.0292-1.7148 3.5147 2.1084c.6007.3632.9686 1.0133.9707 1.7153v12.4336c-.0013 1.104-.896 1.9987-2 2zM30 6.4102L28.59 5 25 8.5898 21.41 5 20 6.4102 23.59 10 20 13.5898 21.41 15 25 11.4102 28.59 15 30 13.5898 26.41 10 30 6.4102z"
|
|
2483
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2484
|
+
d: "m17.3079,2.2852c-.7283-.1821-1.4995-.2852-2.3079-.2852-2.8545.0083-5.4897,1.5317-6.9214,4.001-.0261-.001-.0522-.001-.0786-.001-3.3137,0-6,2.6865-6,6s2.6863,6,6,6v-2c-2.209,0-4-1.791-4-4s1.791-4,4-4c.1299.0039.259.0166.387.0391l.863.1143.3086-.6675c.9834-2.1196,3.1047-3.4785,5.4414-3.4858.6079,0,1.1819.0854,1.731.2148l.5769-1.9297Z"
|
|
2510
2485
|
})), children);
|
|
2511
2486
|
});
|
|
2512
2487
|
if (process.env.NODE_ENV !== "production") {
|
|
2513
|
-
|
|
2488
|
+
VegetationEncroachment.propTypes = iconPropTypes;
|
|
2514
2489
|
}
|
|
2515
|
-
const
|
|
2490
|
+
const VegetationHeight = /*#__PURE__*/React.forwardRef(function VegetationHeight(_ref108, ref) {
|
|
2516
2491
|
let {
|
|
2517
2492
|
children,
|
|
2518
2493
|
size = 16,
|
|
@@ -2526,20 +2501,16 @@ const VirtualColumnKey = /*#__PURE__*/React.forwardRef(function VirtualColumnKey
|
|
|
2526
2501
|
viewBox: "0 0 32 32",
|
|
2527
2502
|
fill: "currentColor",
|
|
2528
2503
|
...rest
|
|
2529
|
-
},
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2534
|
-
d: "M17.4143,22H12V16.5857l6.03-6.03A5.3518,5.3518,0,0,1,18,10a6,6,0,1,1,6,6,5.3583,5.3583,0,0,1-.5559-.03ZM14,20h2.5857l6.1706-6.1709.5174.0957A3.935,3.935,0,0,0,24,14a4.0507,4.0507,0,1,0-3.925-3.2729l.0952.5166L14,17.4143Z"
|
|
2535
|
-
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2536
|
-
d: "M28,18v8H10V6h4V4H4A2.0025,2.0025,0,0,0,2,6V26a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V18ZM4,6H8V26H4Z"
|
|
2504
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2505
|
+
d: "m13,8l-5,5,1.4102,1.4102,2.5898-2.5801v16.1699h-3v2h3c1.104-.0015,1.9988-.896,2-2V11.8301l2.5898,2.5801,1.4102-1.4102-5-5Z"
|
|
2506
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2507
|
+
d: "m22,30h-3c-1.104-.0013-1.9987-.896-2-2v-11h6c2.2096-.0001,4.0007-1.7915,4.0006-4.001,0-.1319-.0065-.2637-.0196-.395-.277-2.0943-2.0835-3.6461-4.1957-3.604h-1.5837l-.1766-.779c-.573-2.5249-2.9942-4.221-6.025-4.221-2.3366.0074-4.4579,1.3664-5.4415,3.4859l-.3085.6672-.863-.1143c-.1279-.022-.2573-.0349-.387-.0388-2.2091,0-4,1.7909-4,4s1.7909,4,4,4v2c-3.3137,0-6-2.6863-6-6s2.6863-6,6-6c.0264,0,.0525,0,.0786.001,1.4317-2.4694,4.067-3.9928,6.9214-4.001,3.6788,0,6.6923,1.9776,7.7516,5h.0337c3.1405-.0351,5.8053,2.2967,6.1872,5.4141.323,3.2985-2.0892,6.2344-5.3877,6.5573-.1943.019-.3895.0286-.5848.0286h-4v9h3v2Z"
|
|
2537
2508
|
})), children);
|
|
2538
2509
|
});
|
|
2539
2510
|
if (process.env.NODE_ENV !== "production") {
|
|
2540
|
-
|
|
2511
|
+
VegetationHeight.propTypes = iconPropTypes;
|
|
2541
2512
|
}
|
|
2542
|
-
const
|
|
2513
|
+
const VehicleApi = /*#__PURE__*/React.forwardRef(function VehicleApi(_ref109, ref) {
|
|
2543
2514
|
let {
|
|
2544
2515
|
children,
|
|
2545
2516
|
size = 16,
|
|
@@ -2553,16 +2524,14 @@ const VirtualDesktop = /*#__PURE__*/React.forwardRef(function VirtualDesktop(_re
|
|
|
2553
2524
|
viewBox: "0 0 32 32",
|
|
2554
2525
|
fill: "currentColor",
|
|
2555
2526
|
...rest
|
|
2556
|
-
},
|
|
2557
|
-
d: "
|
|
2558
|
-
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2559
|
-
d: "M25.8218,10.124a9.9992,9.9992,0,0,0-19.6436,0A7.4914,7.4914,0,0,0,7,24.9746v-2a5.4945,5.4945,0,0,1,.123-10.9541l.8365-.0566.09-.834a7.9979,7.9979,0,0,1,15.9014,0l.09.834.8365.0566A5.4945,5.4945,0,0,1,25,22.9746v2a7.4914,7.4914,0,0,0,.8218-14.8506Z"
|
|
2527
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2528
|
+
d: "M28 11a1.9907 1.9907 0 00-.8247.1821L24.8337 9.51A3.45 3.45 0 0025 8.5a3.45 3.45 0 00-.1663-1.01l2.3416-1.6723A1.9975 1.9975 0 1026 4c0 .064.0129.124.0188.1865L23.7273 5.8232A3.4652 3.4652 0 0021.5 5a3.5 3.5 0 000 7 3.4652 3.4652 0 002.2273-.8232l2.2915 1.6367C26.0129 12.876 26 12.936 26 13a2 2 0 102-2zm-6.5-1A1.5 1.5 0 1123 8.5 1.5017 1.5017 0 0121.5 10zM29.3379 19.9336l-7.7324-2.7783L18.374 13.0967A2.99 2.99 0 0016.0537 12H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 17.2949A4.9884 4.9884 0 002 20.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V20.875A1 1 0 0029.3379 19.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V20.1074A2.9977 2.9977 0 014.52 18.4189l2.711-3.9814A.9992.9992 0 018.0576 14h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 21.5781z"
|
|
2560
2529
|
})), children);
|
|
2561
2530
|
});
|
|
2562
2531
|
if (process.env.NODE_ENV !== "production") {
|
|
2563
|
-
|
|
2532
|
+
VehicleApi.propTypes = iconPropTypes;
|
|
2564
2533
|
}
|
|
2565
|
-
const
|
|
2534
|
+
const VehicleConnected = /*#__PURE__*/React.forwardRef(function VehicleConnected(_ref110, ref) {
|
|
2566
2535
|
let {
|
|
2567
2536
|
children,
|
|
2568
2537
|
size = 16,
|
|
@@ -2576,16 +2545,16 @@ const VirtualMachine = /*#__PURE__*/React.forwardRef(function VirtualMachine(_re
|
|
|
2576
2545
|
viewBox: "0 0 32 32",
|
|
2577
2546
|
fill: "currentColor",
|
|
2578
2547
|
...rest
|
|
2579
|
-
},
|
|
2580
|
-
d: "
|
|
2581
|
-
})),
|
|
2582
|
-
d: "
|
|
2548
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2549
|
+
d: "M29.3379 17.9336l-7.7324-2.7783L18.374 11.0967A2.99 2.99 0 0016.0537 10H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 15.2949A4.9884 4.9884 0 002 18.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V18.875A1 1 0 0029.3379 17.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V18.1074A2.9977 2.9977 0 014.52 16.4189l2.711-3.9814A.9992.9992 0 018.0576 12h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 19.5781zM25 11H23a2.0021 2.0021 0 00-2-2V7A4.0045 4.0045 0 0125 11z"
|
|
2550
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2551
|
+
d: "M29,11H27a6.0067,6.0067,0,0,0-6-6V3A8.0092,8.0092,0,0,1,29,11Z"
|
|
2583
2552
|
})), children);
|
|
2584
2553
|
});
|
|
2585
2554
|
if (process.env.NODE_ENV !== "production") {
|
|
2586
|
-
|
|
2555
|
+
VehicleConnected.propTypes = iconPropTypes;
|
|
2587
2556
|
}
|
|
2588
|
-
const
|
|
2557
|
+
const VehicleInsights = /*#__PURE__*/React.forwardRef(function VehicleInsights(_ref111, ref) {
|
|
2589
2558
|
let {
|
|
2590
2559
|
children,
|
|
2591
2560
|
size = 16,
|
|
@@ -2599,27 +2568,19 @@ const VirtualPrivateCloud = /*#__PURE__*/React.forwardRef(function VirtualPrivat
|
|
|
2599
2568
|
viewBox: "0 0 32 32",
|
|
2600
2569
|
fill: "currentColor",
|
|
2601
2570
|
...rest
|
|
2602
|
-
},
|
|
2603
|
-
d: "
|
|
2604
|
-
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2605
|
-
d: "M25.8288,10.1152A10.0067,10.0067,0,0,0,17.89,2.1816,10.0025,10.0025,0,0,0,6.17,10.1152,7.502,7.502,0,0,0,7.4912,25H8V23H7.4953a5.5019,5.5019,0,0,1-.9694-10.9165l1.3488-.2441.2591-1.3457a8.0109,8.0109,0,0,1,15.7312,0l.259,1.3457,1.3489.2441A5.5019,5.5019,0,0,1,24.5076,23H24v2h.5076a7.502,7.502,0,0,0,1.3212-14.8848Z"
|
|
2571
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2572
|
+
d: "M29.3379 17.9336l-7.7324-2.7783L18.374 11.0967A2.99 2.99 0 0016.0537 10H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 15.2949A4.9884 4.9884 0 002 18.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V18.875A1 1 0 0029.3379 17.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V18.1074A2.9977 2.9977 0 014.52 16.4189l2.711-3.9814A.9992.9992 0 018.0576 12h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 19.5781zM28 2H30V9H28zM24 6H26V9H24zM20 4H22V9H20z"
|
|
2606
2573
|
})), children);
|
|
2607
2574
|
});
|
|
2608
2575
|
if (process.env.NODE_ENV !== "production") {
|
|
2609
|
-
|
|
2576
|
+
VehicleInsights.propTypes = iconPropTypes;
|
|
2610
2577
|
}
|
|
2611
|
-
const
|
|
2578
|
+
const VehicleServices = /*#__PURE__*/React.forwardRef(function VehicleServices(_ref112, ref) {
|
|
2612
2579
|
let {
|
|
2613
2580
|
children,
|
|
2614
2581
|
size = 16,
|
|
2615
2582
|
...rest
|
|
2616
2583
|
} = _ref112;
|
|
2617
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2618
|
-
if (!didWarnAboutDeprecation["VirtualPrivateCloudAlt"]) {
|
|
2619
|
-
didWarnAboutDeprecation["VirtualPrivateCloudAlt"] = true;
|
|
2620
|
-
console.warn("Icon name was requested by the product team to be renamed to and replaced by ibm-cloud--vpc. As a result, the VirtualPrivateCloudAlt component will be removed in the next major version of @carbon/icons-react.");
|
|
2621
|
-
}
|
|
2622
|
-
}
|
|
2623
2584
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2624
2585
|
width: size,
|
|
2625
2586
|
height: size,
|
|
@@ -2628,16 +2589,14 @@ const VirtualPrivateCloudAlt = /*#__PURE__*/React.forwardRef(function VirtualPri
|
|
|
2628
2589
|
viewBox: "0 0 32 32",
|
|
2629
2590
|
fill: "currentColor",
|
|
2630
2591
|
...rest
|
|
2631
|
-
},
|
|
2632
|
-
d: "
|
|
2633
|
-
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2634
|
-
d: "M30 6a3.9915 3.9915 0 00-7.8579-1H13V7h9.1421A3.9945 3.9945 0 0025 9.8579V19h2V9.8579A3.9962 3.9962 0 0030 6zM26 8a2 2 0 112-2A2.0023 2.0023 0 0126 8zM19 25H9.8579A3.9945 3.9945 0 007 22.1421V13H5v9.1421A3.9915 3.9915 0 109.8579 27H19zM6 28a2 2 0 112-2A2.0023 2.0023 0 016 28z"
|
|
2592
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2593
|
+
d: "M29.3379 17.9336l-7.7324-2.7783L18.374 11.0967A2.99 2.99 0 0016.0537 10H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 15.2949A4.9884 4.9884 0 002 18.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V18.875A1 1 0 0029.3379 17.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V18.1074A2.9977 2.9977 0 014.52 16.4189l2.711-3.9814A.9992.9992 0 018.0576 12h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 19.5781zM24.5547 6a2 2 0 012-2H30a3.9756 3.9756 0 00-7.304 1H16V7h6.696A3.9756 3.9756 0 0030 8H26.5547A2 2 0 0124.5547 6z"
|
|
2635
2594
|
})), children);
|
|
2636
2595
|
});
|
|
2637
2596
|
if (process.env.NODE_ENV !== "production") {
|
|
2638
|
-
|
|
2597
|
+
VehicleServices.propTypes = iconPropTypes;
|
|
2639
2598
|
}
|
|
2640
|
-
const
|
|
2599
|
+
const Version = /*#__PURE__*/React.forwardRef(function Version(_ref113, ref) {
|
|
2641
2600
|
let {
|
|
2642
2601
|
children,
|
|
2643
2602
|
size = 16,
|
|
@@ -2651,18 +2610,18 @@ const VisualRecognition = /*#__PURE__*/React.forwardRef(function VisualRecogniti
|
|
|
2651
2610
|
viewBox: "0 0 32 32",
|
|
2652
2611
|
fill: "currentColor",
|
|
2653
2612
|
...rest
|
|
2654
|
-
},
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
})),
|
|
2659
|
-
d: "
|
|
2613
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2614
|
+
d: "M16,2V4H26V19h2V4a2.0023,2.0023,0,0,0-2-2Z"
|
|
2615
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2616
|
+
d: "M11,7V9H21V24h2V9a2.0023,2.0023,0,0,0-2-2Z"
|
|
2617
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2618
|
+
d: "M6,12H16a2.0023,2.0023,0,0,1,2,2V28a2.0023,2.0023,0,0,1-2,2H6a2.0023,2.0023,0,0,1-2-2V14A2.0023,2.0023,0,0,1,6,12Zm10,2L6,13.9988V28H16Z"
|
|
2660
2619
|
})), children);
|
|
2661
2620
|
});
|
|
2662
2621
|
if (process.env.NODE_ENV !== "production") {
|
|
2663
|
-
|
|
2622
|
+
Version.propTypes = iconPropTypes;
|
|
2664
2623
|
}
|
|
2665
|
-
const
|
|
2624
|
+
const VersionMajor = /*#__PURE__*/React.forwardRef(function VersionMajor(_ref114, ref) {
|
|
2666
2625
|
let {
|
|
2667
2626
|
children,
|
|
2668
2627
|
size = 16,
|
|
@@ -2676,14 +2635,16 @@ const Vlan = /*#__PURE__*/React.forwardRef(function Vlan(_ref114, ref) {
|
|
|
2676
2635
|
viewBox: "0 0 32 32",
|
|
2677
2636
|
fill: "currentColor",
|
|
2678
2637
|
...rest
|
|
2679
|
-
},
|
|
2680
|
-
d: "
|
|
2638
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2639
|
+
d: "M18.5859 17.4141L16 14.8345 16 14.8345 13.4125 17.4156 12 16 16 12 20 16 18.5859 17.4141zM18.5859 11.4141L16 8.8345 16 8.8345 13.4125 11.4156 12 10 16 6 20 10 18.5859 11.4141zM18.5859 23.4141L16 20.8345 16 20.8345 13.4125 23.4156 12 22 16 18 20 22 18.5859 23.4141z"
|
|
2640
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2641
|
+
d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z"
|
|
2681
2642
|
})), children);
|
|
2682
2643
|
});
|
|
2683
2644
|
if (process.env.NODE_ENV !== "production") {
|
|
2684
|
-
|
|
2645
|
+
VersionMajor.propTypes = iconPropTypes;
|
|
2685
2646
|
}
|
|
2686
|
-
const
|
|
2647
|
+
const VersionMinor = /*#__PURE__*/React.forwardRef(function VersionMinor(_ref115, ref) {
|
|
2687
2648
|
let {
|
|
2688
2649
|
children,
|
|
2689
2650
|
size = 16,
|
|
@@ -2697,18 +2658,16 @@ const VlanIbm = /*#__PURE__*/React.forwardRef(function VlanIbm(_ref115, ref) {
|
|
|
2697
2658
|
viewBox: "0 0 32 32",
|
|
2698
2659
|
fill: "currentColor",
|
|
2699
2660
|
...rest
|
|
2700
|
-
},
|
|
2701
|
-
d: "
|
|
2702
|
-
})),
|
|
2703
|
-
|
|
2704
|
-
cy: "5",
|
|
2705
|
-
r: "2"
|
|
2661
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2662
|
+
d: "M18.5859 15.4141L16 12.8345 16 12.8345 13.4125 15.4156 12 14 16 10 20 14 18.5859 15.4141zM18.5859 21.4141L16 18.8345 16 18.8345 13.4125 21.4156 12 20 16 16 20 20 18.5859 21.4141z"
|
|
2663
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2664
|
+
d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z"
|
|
2706
2665
|
})), children);
|
|
2707
2666
|
});
|
|
2708
2667
|
if (process.env.NODE_ENV !== "production") {
|
|
2709
|
-
|
|
2668
|
+
VersionMinor.propTypes = iconPropTypes;
|
|
2710
2669
|
}
|
|
2711
|
-
const
|
|
2670
|
+
const VersionPatch = /*#__PURE__*/React.forwardRef(function VersionPatch(_ref116, ref) {
|
|
2712
2671
|
let {
|
|
2713
2672
|
children,
|
|
2714
2673
|
size = 16,
|
|
@@ -2722,27 +2681,16 @@ const VmdkDisk = /*#__PURE__*/React.forwardRef(function VmdkDisk(_ref116, ref) {
|
|
|
2722
2681
|
viewBox: "0 0 32 32",
|
|
2723
2682
|
fill: "currentColor",
|
|
2724
2683
|
...rest
|
|
2725
|
-
},
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2730
|
-
d: "M19.5 14.964H21.5V20.035H19.5z",
|
|
2731
|
-
transform: "rotate(-45 20.5 17.5)"
|
|
2732
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
2733
|
-
cx: "16",
|
|
2734
|
-
cy: "13",
|
|
2735
|
-
r: "2"
|
|
2736
|
-
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2737
|
-
d: "M16,6a7,7,0,0,0,0,14V18a5,5,0,1,1,5-5h2A7,7,0,0,0,16,6Z"
|
|
2738
|
-
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2739
|
-
d: "M26,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2Zm0,26H6V4H26Z"
|
|
2684
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2685
|
+
d: "M18.5859 18.4141L16 15.8345 16 15.8345 13.4125 18.4156 12 17 16 13 20 17 18.5859 18.4141z"
|
|
2686
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2687
|
+
d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z"
|
|
2740
2688
|
})), children);
|
|
2741
2689
|
});
|
|
2742
2690
|
if (process.env.NODE_ENV !== "production") {
|
|
2743
|
-
|
|
2691
|
+
VersionPatch.propTypes = iconPropTypes;
|
|
2744
2692
|
}
|
|
2745
|
-
const
|
|
2693
|
+
const VerticalView = /*#__PURE__*/React.forwardRef(function VerticalView(_ref117, ref) {
|
|
2746
2694
|
let {
|
|
2747
2695
|
children,
|
|
2748
2696
|
size = 16,
|
|
@@ -2756,18 +2704,14 @@ const VoiceActivate = /*#__PURE__*/React.forwardRef(function VoiceActivate(_ref1
|
|
|
2756
2704
|
viewBox: "0 0 32 32",
|
|
2757
2705
|
fill: "currentColor",
|
|
2758
2706
|
...rest
|
|
2759
|
-
},
|
|
2760
|
-
d: "
|
|
2761
|
-
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2762
|
-
d: "M19 12H23V14H19zM9.3325 25.2168a7.0007 7.0007 0 010-10.4341l1.334 1.49a5 5 0 000 7.4537z"
|
|
2763
|
-
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2764
|
-
d: "M6.3994,28.8008a11.0019,11.0019,0,0,1,0-17.6006L7.6,12.8a9.0009,9.0009,0,0,0,0,14.4014Z"
|
|
2707
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2708
|
+
d: "M12 30H4a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 014 2h8a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0112 30zM4 4V28h8V4zM28 30H20a2.0021 2.0021 0 01-2-2V4a2.0021 2.0021 0 012-2h8a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM20 4V28h8V4z"
|
|
2765
2709
|
})), children);
|
|
2766
2710
|
});
|
|
2767
2711
|
if (process.env.NODE_ENV !== "production") {
|
|
2768
|
-
|
|
2712
|
+
VerticalView.propTypes = iconPropTypes;
|
|
2769
2713
|
}
|
|
2770
|
-
const
|
|
2714
|
+
const Video = /*#__PURE__*/React.forwardRef(function Video(_ref118, ref) {
|
|
2771
2715
|
let {
|
|
2772
2716
|
children,
|
|
2773
2717
|
size = 16,
|
|
@@ -2781,14 +2725,14 @@ const Voicemail = /*#__PURE__*/React.forwardRef(function Voicemail(_ref118, ref)
|
|
|
2781
2725
|
viewBox: "0 0 32 32",
|
|
2782
2726
|
fill: "currentColor",
|
|
2783
2727
|
...rest
|
|
2784
|
-
},
|
|
2785
|
-
d: "
|
|
2728
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2729
|
+
d: "M21,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H21a2,2,0,0,1,2,2v4.06l5.42-3.87A1,1,0,0,1,30,9V23a1,1,0,0,1-1.58.81L23,19.94V24A2,2,0,0,1,21,26ZM4,8V24H21V18a1,1,0,0,1,1.58-.81L28,21.06V10.94l-5.42,3.87A1,1,0,0,1,21,14V8Z"
|
|
2786
2730
|
})), children);
|
|
2787
2731
|
});
|
|
2788
2732
|
if (process.env.NODE_ENV !== "production") {
|
|
2789
|
-
|
|
2733
|
+
Video.propTypes = iconPropTypes;
|
|
2790
2734
|
}
|
|
2791
|
-
const
|
|
2735
|
+
const VideoAdd = /*#__PURE__*/React.forwardRef(function VideoAdd(_ref119, ref) {
|
|
2792
2736
|
let {
|
|
2793
2737
|
children,
|
|
2794
2738
|
size = 16,
|
|
@@ -2802,16 +2746,16 @@ const VolumeBlockStorage = /*#__PURE__*/React.forwardRef(function VolumeBlockSto
|
|
|
2802
2746
|
viewBox: "0 0 32 32",
|
|
2803
2747
|
fill: "currentColor",
|
|
2804
2748
|
...rest
|
|
2805
|
-
},
|
|
2806
|
-
d: "
|
|
2807
|
-
})),
|
|
2808
|
-
d: "
|
|
2749
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2750
|
+
d: "M18 15L14 15 14 11 12 11 12 15 8 15 8 17 12 17 12 21 14 21 14 17 18 17 18 15z"
|
|
2751
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2752
|
+
d: "M21,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H21a2.0023,2.0023,0,0,1,2,2v4.0566l5.4189-3.87A.9995.9995,0,0,1,30,9V23a.9995.9995,0,0,1-1.5811.8135L23,19.9434V24A2.0023,2.0023,0,0,1,21,26ZM4,8V24.001L21,24V18a.9995.9995,0,0,1,1.5811-.8135L28,21.0566V10.9434l-5.4189,3.87A.9995.9995,0,0,1,21,14V8Z"
|
|
2809
2753
|
})), children);
|
|
2810
2754
|
});
|
|
2811
2755
|
if (process.env.NODE_ENV !== "production") {
|
|
2812
|
-
|
|
2756
|
+
VideoAdd.propTypes = iconPropTypes;
|
|
2813
2757
|
}
|
|
2814
|
-
const
|
|
2758
|
+
const VideoChat = /*#__PURE__*/React.forwardRef(function VideoChat(_ref120, ref) {
|
|
2815
2759
|
let {
|
|
2816
2760
|
children,
|
|
2817
2761
|
size = 16,
|
|
@@ -2825,14 +2769,16 @@ const VolumeDown = /*#__PURE__*/React.forwardRef(function VolumeDown(_ref120, re
|
|
|
2825
2769
|
viewBox: "0 0 32 32",
|
|
2826
2770
|
fill: "currentColor",
|
|
2827
2771
|
...rest
|
|
2828
|
-
},
|
|
2829
|
-
d: "
|
|
2772
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2773
|
+
d: "M8 12H17V14H8zM8 17H13V19H8z"
|
|
2774
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2775
|
+
d: "M21,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H21a2.0023,2.0023,0,0,1,2,2v4.0566l5.4189-3.87A.9995.9995,0,0,1,30,9V23a.9995.9995,0,0,1-1.5811.8135L23,19.9434V24A2.0023,2.0023,0,0,1,21,26ZM4,8V24.001L21,24V18a.9995.9995,0,0,1,1.5811-.8135L28,21.0566V10.9434l-5.4189,3.87A.9995.9995,0,0,1,21,14V8Z"
|
|
2830
2776
|
})), children);
|
|
2831
2777
|
});
|
|
2832
2778
|
if (process.env.NODE_ENV !== "production") {
|
|
2833
|
-
|
|
2779
|
+
VideoChat.propTypes = iconPropTypes;
|
|
2834
2780
|
}
|
|
2835
|
-
const
|
|
2781
|
+
const VideoFilled = /*#__PURE__*/React.forwardRef(function VideoFilled(_ref121, ref) {
|
|
2836
2782
|
let {
|
|
2837
2783
|
children,
|
|
2838
2784
|
size = 16,
|
|
@@ -2846,14 +2792,14 @@ const VolumeDownAlt = /*#__PURE__*/React.forwardRef(function VolumeDownAlt(_ref1
|
|
|
2846
2792
|
viewBox: "0 0 32 32",
|
|
2847
2793
|
fill: "currentColor",
|
|
2848
2794
|
...rest
|
|
2849
|
-
},
|
|
2850
|
-
d: "
|
|
2795
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2796
|
+
d: "M21,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H21a2,2,0,0,1,2,2v4.06l5.42-3.87A1,1,0,0,1,30,9V23a1,1,0,0,1-1.58.81L23,19.94V24A2,2,0,0,1,21,26Z"
|
|
2851
2797
|
})), children);
|
|
2852
2798
|
});
|
|
2853
2799
|
if (process.env.NODE_ENV !== "production") {
|
|
2854
|
-
|
|
2800
|
+
VideoFilled.propTypes = iconPropTypes;
|
|
2855
2801
|
}
|
|
2856
|
-
const
|
|
2802
|
+
const VideoOff = /*#__PURE__*/React.forwardRef(function VideoOff(_ref122, ref) {
|
|
2857
2803
|
let {
|
|
2858
2804
|
children,
|
|
2859
2805
|
size = 16,
|
|
@@ -2867,14 +2813,14 @@ const VolumeDownFilled = /*#__PURE__*/React.forwardRef(function VolumeDownFilled
|
|
|
2867
2813
|
viewBox: "0 0 32 32",
|
|
2868
2814
|
fill: "currentColor",
|
|
2869
2815
|
...rest
|
|
2870
|
-
},
|
|
2871
|
-
d: "
|
|
2816
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2817
|
+
d: "M29.46 8.11a1 1 0 00-1 .08L23 12.06V10.44l7-7L28.56 2 2 28.56 3.44 30l4-4H21a2 2 0 002-2V19.94l5.42 3.87A1 1 0 0030 23V9A1 1 0 0029.46 8.11zM28 21.06l-5.42-3.87A1 1 0 0021 18v6H9.44L21 12.44V14a1 1 0 001.58.81L28 10.94zM4 24V8H20V6H4A2 2 0 002 8V24z"
|
|
2872
2818
|
})), children);
|
|
2873
2819
|
});
|
|
2874
2820
|
if (process.env.NODE_ENV !== "production") {
|
|
2875
|
-
|
|
2821
|
+
VideoOff.propTypes = iconPropTypes;
|
|
2876
2822
|
}
|
|
2877
|
-
const
|
|
2823
|
+
const VideoOffFilled = /*#__PURE__*/React.forwardRef(function VideoOffFilled(_ref123, ref) {
|
|
2878
2824
|
let {
|
|
2879
2825
|
children,
|
|
2880
2826
|
size = 16,
|
|
@@ -2888,14 +2834,14 @@ const VolumeDownFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeDownFil
|
|
|
2888
2834
|
viewBox: "0 0 32 32",
|
|
2889
2835
|
fill: "currentColor",
|
|
2890
2836
|
...rest
|
|
2891
|
-
},
|
|
2892
|
-
d: "
|
|
2837
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2838
|
+
d: "M20.31 6H4A2 2 0 002 8V24a2.85 2.85 0 000 .29zM29.46 8.11a1 1 0 00-1 .08L23 12.06V10.44l7-7L28.56 2 2 28.56 3.44 30l4-4H21a2 2 0 002-2V19.94l5.42 3.87A1 1 0 0030 23V9A1 1 0 0029.46 8.11z"
|
|
2893
2839
|
})), children);
|
|
2894
2840
|
});
|
|
2895
2841
|
if (process.env.NODE_ENV !== "production") {
|
|
2896
|
-
|
|
2842
|
+
VideoOffFilled.propTypes = iconPropTypes;
|
|
2897
2843
|
}
|
|
2898
|
-
const
|
|
2844
|
+
const VideoPlayer = /*#__PURE__*/React.forwardRef(function VideoPlayer(_ref124, ref) {
|
|
2899
2845
|
let {
|
|
2900
2846
|
children,
|
|
2901
2847
|
size = 16,
|
|
@@ -2909,21 +2855,36 @@ const VolumeFileStorage = /*#__PURE__*/React.forwardRef(function VolumeFileStora
|
|
|
2909
2855
|
viewBox: "0 0 32 32",
|
|
2910
2856
|
fill: "currentColor",
|
|
2911
2857
|
...rest
|
|
2912
|
-
},
|
|
2913
|
-
d: "
|
|
2914
|
-
})),
|
|
2915
|
-
d: "
|
|
2858
|
+
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2859
|
+
d: "M13 11L13 21 21 16 13 11z"
|
|
2860
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2861
|
+
d: "m28,6H4c-1.103,0-2,.8975-2,2v16c0,1.1025.897,2,2,2h24c1.103,0,2-.8975,2-2V8c0-1.1025-.897-2-2-2Zm0,18H4V8h24v16Z"
|
|
2916
2862
|
})), children);
|
|
2917
2863
|
});
|
|
2918
2864
|
if (process.env.NODE_ENV !== "production") {
|
|
2919
|
-
|
|
2865
|
+
VideoPlayer.propTypes = iconPropTypes;
|
|
2920
2866
|
}
|
|
2921
|
-
const
|
|
2867
|
+
const View = /*#__PURE__*/React.forwardRef(function View(_ref125, ref) {
|
|
2922
2868
|
let {
|
|
2923
2869
|
children,
|
|
2924
2870
|
size = 16,
|
|
2925
2871
|
...rest
|
|
2926
2872
|
} = _ref125;
|
|
2873
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2874
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2875
|
+
width: size,
|
|
2876
|
+
height: size,
|
|
2877
|
+
ref: ref,
|
|
2878
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2879
|
+
viewBox: "0 0 16 16",
|
|
2880
|
+
fill: "currentColor",
|
|
2881
|
+
...rest
|
|
2882
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2883
|
+
d: "M15.5,7.8C14.3,4.7,11.3,2.6,8,2.5C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3c1.2,3.1,4.1,5.2,7.5,5.3 c3.3-0.1,6.3-2.2,7.5-5.3C15.5,8.1,15.5,7.9,15.5,7.8z M8,12.5c-2.7,0-5.4-2-6.5-4.5c1-2.5,3.8-4.5,6.5-4.5s5.4,2,6.5,4.5 C13.4,10.5,10.6,12.5,8,12.5z"
|
|
2884
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2885
|
+
d: "M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z M8,10c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S9.1,10,8,10z"
|
|
2886
|
+
})), children);
|
|
2887
|
+
}
|
|
2927
2888
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2928
2889
|
width: size,
|
|
2929
2890
|
height: size,
|
|
@@ -2932,12 +2893,14 @@ const VolumeMute = /*#__PURE__*/React.forwardRef(function VolumeMute(_ref125, re
|
|
|
2932
2893
|
viewBox: "0 0 32 32",
|
|
2933
2894
|
fill: "currentColor",
|
|
2934
2895
|
...rest
|
|
2935
|
-
},
|
|
2936
|
-
d: "
|
|
2896
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2897
|
+
d: "M30.94,15.66A16.69,16.69,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16.69,16.69,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,25c-5.3,0-10.9-3.93-12.93-9C5.1,10.93,10.7,7,16,7s10.9,3.93,12.93,9C26.9,21.07,21.3,25,16,25Z"
|
|
2898
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2899
|
+
d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
|
|
2937
2900
|
})), children);
|
|
2938
2901
|
});
|
|
2939
2902
|
if (process.env.NODE_ENV !== "production") {
|
|
2940
|
-
|
|
2903
|
+
View.propTypes = iconPropTypes;
|
|
2941
2904
|
}
|
|
2942
2905
|
|
|
2943
|
-
export { QU1, QU2, QU3, TransformBinary, TransformInstructions, TransformLanguage, Transgender, Translate, TransmissionLte, Transpose, TrashCan, Tree, TreeFallRisk, TreeView, TreeViewAlt, Trophy, TrophyFilled, TropicalStorm, TropicalStormModelTracks, TropicalStormTracks, TropicalWarning, Tsq, Tsunami, Tsv, Tuning, TwoFactorAuthentication, TwoPersonLift, Txt, TxtReference, TypePattern, Types, Umbrella, Undefined, UndefinedFilled, Undo, UngroupObjects, Unknown, UnknownFilled, Unlink, Unlocked, Unsaved, UpToTop, UpdateNow, Upgrade, Upload, Upstream, Url, Usb, User, UserAccess, UserActivity, UserAdmin, UserAvatar, UserAvatarFilled, UserAvatarFilledAlt, UserCertification, UserData, UserFavorite, UserFavoriteAlt, UserFavoriteAltFilled, UserFilled, UserFollow, UserIdentification, UserMilitary, UserMultiple, UserOnline, UserProfile, UserProfileAlt, UserRole, UserServiceDesk, UserSettings, UserSimulation, UserSpeaker, UserSponsor, UserXRay, UvIndex, UvIndexAlt, UvIndexFilled, ValueVariable, Van, VegetationAsset, VegetationEncroachment, VegetationHeight, VehicleApi, VehicleConnected, VehicleInsights, VehicleServices, Version, VersionMajor, VersionMinor, VersionPatch, VerticalView, Video, VideoAdd, VideoChat, VideoFilled, VideoOff, VideoOffFilled, VideoPlayer, View
|
|
2906
|
+
export { QU1, QU2, QU3, TouchInteraction, Touch_2, Touch_2Filled, Tour, TrafficCone, TrafficEvent, TrafficFlow, TrafficFlowIncident, TrafficIncident, TrafficWeatherIncident, Train, TrainHeart, TrainProfile, TrainSpeed, TrainTicket, TrainTime, Tram, TransformBinary, TransformInstructions, TransformLanguage, Transgender, Translate, TransmissionLte, Transpose, TrashCan, Tree, TreeFallRisk, TreeView, TreeViewAlt, TriangleDownOutline, TriangleDownSolid, TriangleLeftOutline, TriangleLeftSolid, TriangleOutline, TriangleRightOutline, TriangleRightSolid, TriangleSolid, Trophy, TrophyFilled, TropicalStorm, TropicalStormModelTracks, TropicalStormTracks, TropicalWarning, Tsq, Tsunami, Tsv, Tuning, TwoFactorAuthentication, TwoPersonLift, Txt, TxtReference, TypePattern, Types, Umbrella, Undefined, UndefinedFilled, Undo, UngroupObjects, Unknown, UnknownFilled, Unlink, Unlocked, Unsaved, UpToTop, UpdateNow, Upgrade, Upload, Upstream, Url, Usb, User, UserAccess, UserActivity, UserAdmin, UserAvatar, UserAvatarFilled, UserAvatarFilledAlt, UserCertification, UserData, UserFavorite, UserFavoriteAlt, UserFavoriteAltFilled, UserFilled, UserFollow, UserIdentification, UserMilitary, UserMultiple, UserOnline, UserProfile, UserProfileAlt, UserRole, UserServiceDesk, UserSettings, UserSimulation, UserSpeaker, UserSponsor, UserXRay, UvIndex, UvIndexAlt, UvIndexFilled, ValueVariable, Van, VegetationAsset, VegetationEncroachment, VegetationHeight, VehicleApi, VehicleConnected, VehicleInsights, VehicleServices, Version, VersionMajor, VersionMinor, VersionPatch, VerticalView, Video, VideoAdd, VideoChat, VideoFilled, VideoOff, VideoOffFilled, VideoPlayer, View };
|