@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,8 +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,
|
|
16
|
-
const
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _circle, _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, _circle2, _path43, _path44, _circle3, _path45, _path46, _circle4, _circle5, _circle6, _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, _circle7, _circle8, _circle9, _circle10, _circle11, _circle12, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _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, _circle13, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _circle14, _circle15, _circle16, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _circle17, _circle18, _circle19, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197;
|
|
16
|
+
const WatsonHealthNominate = /*#__PURE__*/React.forwardRef(function WatsonHealthNominate(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
19
19
|
size = 16,
|
|
@@ -28,20 +28,175 @@ const NotebookReference = /*#__PURE__*/React.forwardRef(function NotebookReferen
|
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
...rest
|
|
30
30
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
d: "
|
|
31
|
+
d: "M25 23H19a3 3 0 00-3 3v2h2V26a1 1 0 011-1h6a1 1 0 011 1v2h2V26A3 3 0 0025 23zM18 18a4 4 0 104-4A4 4 0 0018 18zm6 0a2 2 0 11-2-2A2 2 0 0124 18zM10 18.59L7.41 16 6 17.41 10 21.41 17 14.41 15.59 13 10 18.59z"
|
|
32
32
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M14,26H4V6h7.1716l3.4141,3.4143L15.1716,10H28v8h2V10a2,2,0,0,0-2-2H16L12.5859,4.5858A2,2,0,0,0,11.1716,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
|
|
34
|
+
})), children);
|
|
35
|
+
});
|
|
36
|
+
if (process.env.NODE_ENV !== "production") {
|
|
37
|
+
WatsonHealthNominate.propTypes = iconPropTypes;
|
|
38
|
+
}
|
|
39
|
+
const NonCertified = /*#__PURE__*/React.forwardRef(function NonCertified(_ref2, ref) {
|
|
40
|
+
let {
|
|
41
|
+
children,
|
|
42
|
+
size = 16,
|
|
43
|
+
...rest
|
|
44
|
+
} = _ref2;
|
|
45
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
46
|
+
width: size,
|
|
47
|
+
height: size,
|
|
48
|
+
ref: ref,
|
|
49
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
50
|
+
viewBox: "0 0 32 32",
|
|
51
|
+
fill: "currentColor",
|
|
52
|
+
...rest
|
|
53
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M6 8H16V10H6zM6 12H14V14H6zM6 16H10V18H6z"
|
|
55
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M28,26H7.4141L30,3.4141,28.5859,2l-2,2H4A2.0023,2.0023,0,0,0,2,6V22H4V6H24.5859L2,28.5859,3.4141,30l2-2H28a2.0023,2.0023,0,0,0,2-2V10H28Z"
|
|
57
|
+
})), children);
|
|
58
|
+
});
|
|
59
|
+
if (process.env.NODE_ENV !== "production") {
|
|
60
|
+
NonCertified.propTypes = iconPropTypes;
|
|
61
|
+
}
|
|
62
|
+
const NoodleBowl = /*#__PURE__*/React.forwardRef(function NoodleBowl(_ref3, ref) {
|
|
63
|
+
let {
|
|
64
|
+
children,
|
|
65
|
+
size = 16,
|
|
66
|
+
...rest
|
|
67
|
+
} = _ref3;
|
|
68
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
69
|
+
width: size,
|
|
70
|
+
height: size,
|
|
71
|
+
ref: ref,
|
|
72
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
73
|
+
viewBox: "0 0 32 32",
|
|
74
|
+
fill: "currentColor",
|
|
75
|
+
...rest
|
|
76
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
77
|
+
d: "M11.4141,15l-8-8L2,8.4141,8.5859,15H2v1a14,14,0,0,0,28,0V15ZM16,28A12.0166,12.0166,0,0,1,4.0415,17h23.917A12.0166,12.0166,0,0,1,16,28Z"
|
|
78
|
+
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
d: "M22,8a5.0049,5.0049,0,0,0-1.5708.2554A8.0242,8.0242,0,0,0,14,5,7.9364,7.9364,0,0,0,9.0938,6.68L4.4141,2,3,3.4141,9.05,9.4648l.707-.7075A5.96,5.96,0,0,1,14,7a6.02,6.02,0,0,1,4.6875,2.2642,5.06,5.06,0,0,0-.59.61A2.9892,2.9892,0,0,1,15.7544,11H12v2h3.7544a4.98,4.98,0,0,0,3.9033-1.8745A3,3,0,0,1,25,13h2A5.0059,5.0059,0,0,0,22,8Z"
|
|
80
|
+
})), children);
|
|
81
|
+
});
|
|
82
|
+
if (process.env.NODE_ENV !== "production") {
|
|
83
|
+
NoodleBowl.propTypes = iconPropTypes;
|
|
84
|
+
}
|
|
85
|
+
const NotAvailable = /*#__PURE__*/React.forwardRef(function NotAvailable(_ref4, ref) {
|
|
86
|
+
let {
|
|
87
|
+
children,
|
|
88
|
+
size = 16,
|
|
89
|
+
...rest
|
|
90
|
+
} = _ref4;
|
|
91
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
92
|
+
width: size,
|
|
93
|
+
height: size,
|
|
94
|
+
ref: ref,
|
|
95
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
96
|
+
viewBox: "0 0 32 32",
|
|
97
|
+
fill: "currentColor",
|
|
98
|
+
...rest
|
|
99
|
+
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
100
|
+
d: "M4 15H14V17H4zM18 15H28V17H18z"
|
|
101
|
+
})), children);
|
|
102
|
+
});
|
|
103
|
+
if (process.env.NODE_ENV !== "production") {
|
|
104
|
+
NotAvailable.propTypes = iconPropTypes;
|
|
105
|
+
}
|
|
106
|
+
const NotSent = /*#__PURE__*/React.forwardRef(function NotSent(_ref5, ref) {
|
|
107
|
+
let {
|
|
108
|
+
children,
|
|
109
|
+
size = 16,
|
|
110
|
+
...rest
|
|
111
|
+
} = _ref5;
|
|
112
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
113
|
+
width: size,
|
|
114
|
+
height: size,
|
|
115
|
+
ref: ref,
|
|
116
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
117
|
+
viewBox: "0 0 32 32",
|
|
118
|
+
fill: "currentColor",
|
|
119
|
+
...rest
|
|
120
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
121
|
+
d: "M30 28.59L3.41 2 2 3.41l8 8L2.66 14.06a1 1 0 000 1.87l9.6 3.84 3.84 9.6A1 1 0 0017 30h0a1 1 0 00.92-.66L20.6 22l8 8zM5.8 15L11.54 13l3.05 3-1.83 1.83zM17 26.2l-2.79-7L16 17.41l3 3.05zM15.69 11.45l7.64-2.78-2.78 7.64 1.56 1.56L25.94 7.34a1 1 0 00-1.28-1.28L14.13 9.89z"
|
|
122
|
+
})), children);
|
|
123
|
+
});
|
|
124
|
+
if (process.env.NODE_ENV !== "production") {
|
|
125
|
+
NotSent.propTypes = iconPropTypes;
|
|
126
|
+
}
|
|
127
|
+
const NotSentFilled = /*#__PURE__*/React.forwardRef(function NotSentFilled(_ref6, ref) {
|
|
128
|
+
let {
|
|
129
|
+
children,
|
|
130
|
+
size = 16,
|
|
131
|
+
...rest
|
|
132
|
+
} = _ref6;
|
|
133
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
134
|
+
width: size,
|
|
135
|
+
height: size,
|
|
136
|
+
ref: ref,
|
|
137
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
138
|
+
viewBox: "0 0 32 32",
|
|
139
|
+
fill: "currentColor",
|
|
140
|
+
...rest
|
|
141
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
142
|
+
d: "M30 28.59L3.41 2 2 3.41l8 8L2.66 14.06a1 1 0 000 1.87l8.59 3.43L14.59 16 16 17.41l-3.37 3.37 3.44 8.59A1 1 0 0017 30h0a1 1 0 00.92-.66L20.6 22l8 8zM22.49 16.83l3.45-9.49a1 1 0 00-1.28-1.28L15.17 9.51z"
|
|
143
|
+
})), children);
|
|
144
|
+
});
|
|
145
|
+
if (process.env.NODE_ENV !== "production") {
|
|
146
|
+
NotSentFilled.propTypes = iconPropTypes;
|
|
147
|
+
}
|
|
148
|
+
const Notebook = /*#__PURE__*/React.forwardRef(function Notebook(_ref7, ref) {
|
|
149
|
+
let {
|
|
150
|
+
children,
|
|
151
|
+
size = 16,
|
|
152
|
+
...rest
|
|
153
|
+
} = _ref7;
|
|
154
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
155
|
+
width: size,
|
|
156
|
+
height: size,
|
|
157
|
+
ref: ref,
|
|
158
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
159
|
+
viewBox: "0 0 32 32",
|
|
160
|
+
fill: "currentColor",
|
|
161
|
+
...rest
|
|
162
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
163
|
+
d: "M19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19z"
|
|
164
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
165
|
+
d: "M28,5H4A2.002,2.002,0,0,0,2,7V25a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V7A2.0023,2.0023,0,0,0,28,5ZM4,7H15V25H4ZM17,25V7H28l.002,18Z"
|
|
166
|
+
})), children);
|
|
167
|
+
});
|
|
168
|
+
if (process.env.NODE_ENV !== "production") {
|
|
169
|
+
Notebook.propTypes = iconPropTypes;
|
|
170
|
+
}
|
|
171
|
+
const NotebookReference = /*#__PURE__*/React.forwardRef(function NotebookReference(_ref8, ref) {
|
|
172
|
+
let {
|
|
173
|
+
children,
|
|
174
|
+
size = 16,
|
|
175
|
+
...rest
|
|
176
|
+
} = _ref8;
|
|
177
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
178
|
+
width: size,
|
|
179
|
+
height: size,
|
|
180
|
+
ref: ref,
|
|
181
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
182
|
+
viewBox: "0 0 32 32",
|
|
183
|
+
fill: "currentColor",
|
|
184
|
+
...rest
|
|
185
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
186
|
+
d: "M4 20L4 22 7.586 22 2 27.586 3.414 29 9 23.414 9 27 11 27 11 20 4 20zM19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19z"
|
|
187
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
33
188
|
d: "M28,5H4A2.002,2.002,0,0,0,2,7V17H4V7H15V27H28a2.002,2.002,0,0,0,2-2V7A2.002,2.002,0,0,0,28,5ZM17,25V7H28l.0015,18Z"
|
|
34
189
|
})), children);
|
|
35
190
|
});
|
|
36
191
|
if (process.env.NODE_ENV !== "production") {
|
|
37
192
|
NotebookReference.propTypes = iconPropTypes;
|
|
38
193
|
}
|
|
39
|
-
const Notification = /*#__PURE__*/React.forwardRef(function Notification(
|
|
194
|
+
const Notification = /*#__PURE__*/React.forwardRef(function Notification(_ref9, ref) {
|
|
40
195
|
let {
|
|
41
196
|
children,
|
|
42
197
|
size = 16,
|
|
43
198
|
...rest
|
|
44
|
-
} =
|
|
199
|
+
} = _ref9;
|
|
45
200
|
if (size === 16 || size === "16" || size === "16px") {
|
|
46
201
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
47
202
|
width: size,
|
|
@@ -51,7 +206,7 @@ const Notification = /*#__PURE__*/React.forwardRef(function Notification(_ref2,
|
|
|
51
206
|
viewBox: "0 0 16 16",
|
|
52
207
|
fill: "currentColor",
|
|
53
208
|
...rest
|
|
54
|
-
},
|
|
209
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
55
210
|
d: "M14.4,10.1L13,8.8V6.5c0-2.6-1.9-4.7-4.5-5v-1h-1v1C5,1.8,3,3.9,3,6.5v2.3l-1.4,1.3c-0.1,0.1-0.2,0.2-0.1,0.4V12 c0,0.3,0.2,0.5,0.4,0.5c0,0,0,0,0.1,0h3.5C5.5,13.9,6.6,15,8,15s2.5-1.1,2.5-2.5H14c0.3,0,0.5-0.2,0.5-0.4c0,0,0,0,0-0.1v-1.5 C14.5,10.4,14.4,10.2,14.4,10.1z M8,14c-0.8,0-1.5-0.7-1.5-1.5h3C9.5,13.3,8.8,14,8,14z M13.5,11.5h-11v-0.8l1.3-1.4 C3.9,9.3,4,9.1,4,9V6.5c0-2.2,1.8-4,4-4s4,1.8,4,4V9c0,0.1,0.1,0.3,0.1,0.4l1.4,1.3V11.5z"
|
|
56
211
|
})), children);
|
|
57
212
|
}
|
|
@@ -63,19 +218,19 @@ const Notification = /*#__PURE__*/React.forwardRef(function Notification(_ref2,
|
|
|
63
218
|
viewBox: "0 0 32 32",
|
|
64
219
|
fill: "currentColor",
|
|
65
220
|
...rest
|
|
66
|
-
},
|
|
221
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
67
222
|
d: "M28.7071,19.293,26,16.5859V13a10.0136,10.0136,0,0,0-9-9.9492V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.2929,19.293A1,1,0,0,0,3,20v3a1,1,0,0,0,1,1h7v.7768a5.152,5.152,0,0,0,4.5,5.1987A5.0057,5.0057,0,0,0,21,25V24h7a1,1,0,0,0,1-1V20A1,1,0,0,0,28.7071,19.293ZM19,25a3,3,0,0,1-6,0V24h6Zm8-3H5V20.4141L7.707,17.707A1,1,0,0,0,8,17V13a8,8,0,0,1,16,0v4a1,1,0,0,0,.293.707L27,20.4141Z"
|
|
68
223
|
})), children);
|
|
69
224
|
});
|
|
70
225
|
if (process.env.NODE_ENV !== "production") {
|
|
71
226
|
Notification.propTypes = iconPropTypes;
|
|
72
227
|
}
|
|
73
|
-
const NotificationFilled = /*#__PURE__*/React.forwardRef(function NotificationFilled(
|
|
228
|
+
const NotificationFilled = /*#__PURE__*/React.forwardRef(function NotificationFilled(_ref10, ref) {
|
|
74
229
|
let {
|
|
75
230
|
children,
|
|
76
231
|
size = 16,
|
|
77
232
|
...rest
|
|
78
|
-
} =
|
|
233
|
+
} = _ref10;
|
|
79
234
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
80
235
|
width: size,
|
|
81
236
|
height: size,
|
|
@@ -84,19 +239,19 @@ const NotificationFilled = /*#__PURE__*/React.forwardRef(function NotificationFi
|
|
|
84
239
|
viewBox: "0 0 32 32",
|
|
85
240
|
fill: "currentColor",
|
|
86
241
|
...rest
|
|
87
|
-
},
|
|
242
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
88
243
|
d: "M28.707,19.293,26,16.5859V13a10.0136,10.0136,0,0,0-9-9.9492V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.293,19.293A.9993.9993,0,0,0,3,20v3a1,1,0,0,0,1,1h7v1a5,5,0,0,0,10,0V24h7a1,1,0,0,0,1-1V20A.9993.9993,0,0,0,28.707,19.293ZM19,25a3,3,0,0,1-6,0V24h6Z"
|
|
89
244
|
})), children);
|
|
90
245
|
});
|
|
91
246
|
if (process.env.NODE_ENV !== "production") {
|
|
92
247
|
NotificationFilled.propTypes = iconPropTypes;
|
|
93
248
|
}
|
|
94
|
-
const NotificationNew = /*#__PURE__*/React.forwardRef(function NotificationNew(
|
|
249
|
+
const NotificationNew = /*#__PURE__*/React.forwardRef(function NotificationNew(_ref11, ref) {
|
|
95
250
|
let {
|
|
96
251
|
children,
|
|
97
252
|
size = 16,
|
|
98
253
|
...rest
|
|
99
|
-
} =
|
|
254
|
+
} = _ref11;
|
|
100
255
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
101
256
|
width: size,
|
|
102
257
|
height: size,
|
|
@@ -105,7 +260,7 @@ const NotificationNew = /*#__PURE__*/React.forwardRef(function NotificationNew(_
|
|
|
105
260
|
viewBox: "0 0 32 32",
|
|
106
261
|
fill: "currentColor",
|
|
107
262
|
...rest
|
|
108
|
-
},
|
|
263
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
109
264
|
d: "M26,16.5859V14H24v3a1,1,0,0,0,.293.707L27,20.4141V22H5V20.4141L7.707,17.707A1,1,0,0,0,8,17V13A7.9854,7.9854,0,0,1,20,6.0825V3.8467a9.896,9.896,0,0,0-3-.7959V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.293,19.293A1,1,0,0,0,3,20v3a1,1,0,0,0,1,1h7v1a5,5,0,0,0,10,0V24h7a1,1,0,0,0,1-1V20a1,1,0,0,0-.293-.707ZM19,25a3,3,0,0,1-6,0V24h6Z"
|
|
110
265
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
111
266
|
cx: "26",
|
|
@@ -116,12 +271,12 @@ const NotificationNew = /*#__PURE__*/React.forwardRef(function NotificationNew(_
|
|
|
116
271
|
if (process.env.NODE_ENV !== "production") {
|
|
117
272
|
NotificationNew.propTypes = iconPropTypes;
|
|
118
273
|
}
|
|
119
|
-
const NotificationOff = /*#__PURE__*/React.forwardRef(function NotificationOff(
|
|
274
|
+
const NotificationOff = /*#__PURE__*/React.forwardRef(function NotificationOff(_ref12, ref) {
|
|
120
275
|
let {
|
|
121
276
|
children,
|
|
122
277
|
size = 16,
|
|
123
278
|
...rest
|
|
124
|
-
} =
|
|
279
|
+
} = _ref12;
|
|
125
280
|
if (size === 16 || size === "16" || size === "16px") {
|
|
126
281
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
127
282
|
width: size,
|
|
@@ -131,7 +286,7 @@ const NotificationOff = /*#__PURE__*/React.forwardRef(function NotificationOff(_
|
|
|
131
286
|
viewBox: "0 0 16 16",
|
|
132
287
|
fill: "currentColor",
|
|
133
288
|
...rest
|
|
134
|
-
},
|
|
289
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
135
290
|
d: "M2.5 11.5v-.8l1.3-1.4C3.9 9.3 4 9.1 4 9V6.5c0-2.2 1.8-4 4-4 .9 0 1.8.3 2.5.9l.7-.7C10.5 2 9.5 1.6 8.5 1.5v-1h-1v1C5 1.8 3 3.9 3 6.5v2.3l-1.4 1.3c-.1.1-.2.2-.1.4v1H2.5zM13 8.8V6.5c0-.8-.2-1.6-.5-2.2L15 1.7 14.3 1 1 14.3 1.7 15l2.5-2.5h1.3C5.5 13.9 6.6 15 8 15s2.5-1.1 2.5-2.5H14c.3 0 .5-.2.5-.4 0 0 0 0 0-.1v-1.5c0-.1-.1-.3-.1-.4L13 8.8zM8 14c-.8 0-1.5-.7-1.5-1.5h3C9.5 13.3 8.8 14 8 14zM13.5 11.5H5.2L11.7 5C11.9 5.5 12 6 12 6.5V9c0 .1.1.3.1.4l1.4 1.3V11.5z"
|
|
136
291
|
})), children);
|
|
137
292
|
}
|
|
@@ -143,19 +298,19 @@ const NotificationOff = /*#__PURE__*/React.forwardRef(function NotificationOff(_
|
|
|
143
298
|
viewBox: "0 0 32 32",
|
|
144
299
|
fill: "currentColor",
|
|
145
300
|
...rest
|
|
146
|
-
},
|
|
301
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
147
302
|
d: "M26 16.5859V13a9.9217 9.9217 0 00-1.0833-4.5024L30 3.4141 28.5859 2 2 28.5859 3.4141 30l6-6H11v1a5 5 0 0010 0V24h7a1 1 0 001-1V20a1 1 0 00-.293-.707zM19 25a3 3 0 01-6 0V24h6zm8-3H11.4141L23.4119 10.0024A7.949 7.949 0 0124 13v4a1 1 0 00.293.707L27 20.4141zM7.707 17.707A1 1 0 008 17V13a8.0092 8.0092 0 018-8 7.9253 7.9253 0 014.9857 1.7681l1.4264-1.4263A9.934 9.934 0 0017 3.0508V1H15V3.0508A10.0136 10.0136 0 006 13v3.5859l-3 3L4.4141 21z"
|
|
148
303
|
})), children);
|
|
149
304
|
});
|
|
150
305
|
if (process.env.NODE_ENV !== "production") {
|
|
151
306
|
NotificationOff.propTypes = iconPropTypes;
|
|
152
307
|
}
|
|
153
|
-
const NotificationOffFilled = /*#__PURE__*/React.forwardRef(function NotificationOffFilled(
|
|
308
|
+
const NotificationOffFilled = /*#__PURE__*/React.forwardRef(function NotificationOffFilled(_ref13, ref) {
|
|
154
309
|
let {
|
|
155
310
|
children,
|
|
156
311
|
size = 16,
|
|
157
312
|
...rest
|
|
158
|
-
} =
|
|
313
|
+
} = _ref13;
|
|
159
314
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
160
315
|
width: size,
|
|
161
316
|
height: size,
|
|
@@ -164,19 +319,19 @@ const NotificationOffFilled = /*#__PURE__*/React.forwardRef(function Notificatio
|
|
|
164
319
|
viewBox: "0 0 32 32",
|
|
165
320
|
fill: "currentColor",
|
|
166
321
|
...rest
|
|
167
|
-
},
|
|
322
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
168
323
|
d: "M26 16.5859V13a9.8828 9.8828 0 00-1.0869-4.499L30 3.4141 28.5859 2 2 28.5859 3.4141 30l6-6H11v1a5 5 0 0010 0V24h7a1 1 0 001-1V20a.9993.9993 0 00-.293-.707zM19 25a3 3 0 01-6 0V24h6zM21.61 4.7383A9.9256 9.9256 0 0017 3.0508V1H15V3.0508A10.0136 10.0136 0 006 13v3.5859L3.293 19.293A.9993.9993 0 003 20v3a.9738.9738 0 00.0585.29z"
|
|
169
324
|
})), children);
|
|
170
325
|
});
|
|
171
326
|
if (process.env.NODE_ENV !== "production") {
|
|
172
327
|
NotificationOffFilled.propTypes = iconPropTypes;
|
|
173
328
|
}
|
|
174
|
-
const Number_0 = /*#__PURE__*/React.forwardRef(function Number_0(
|
|
329
|
+
const Number_0 = /*#__PURE__*/React.forwardRef(function Number_0(_ref14, ref) {
|
|
175
330
|
let {
|
|
176
331
|
children,
|
|
177
332
|
size = 16,
|
|
178
333
|
...rest
|
|
179
|
-
} =
|
|
334
|
+
} = _ref14;
|
|
180
335
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
181
336
|
width: size,
|
|
182
337
|
height: size,
|
|
@@ -185,21 +340,21 @@ const Number_0 = /*#__PURE__*/React.forwardRef(function Number_0(_ref7, ref) {
|
|
|
185
340
|
viewBox: "0 0 32 32",
|
|
186
341
|
fill: "currentColor",
|
|
187
342
|
...rest
|
|
188
|
-
},
|
|
343
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
189
344
|
d: "M18,23H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V21A2,2,0,0,1,18,23ZM14,11h0V21h4V11Z"
|
|
190
|
-
})),
|
|
345
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
191
346
|
d: "M15 15H17V17H15z"
|
|
192
347
|
})), children);
|
|
193
348
|
});
|
|
194
349
|
if (process.env.NODE_ENV !== "production") {
|
|
195
350
|
Number_0.propTypes = iconPropTypes;
|
|
196
351
|
}
|
|
197
|
-
const Number_1 = /*#__PURE__*/React.forwardRef(function Number_1(
|
|
352
|
+
const Number_1 = /*#__PURE__*/React.forwardRef(function Number_1(_ref15, ref) {
|
|
198
353
|
let {
|
|
199
354
|
children,
|
|
200
355
|
size = 16,
|
|
201
356
|
...rest
|
|
202
|
-
} =
|
|
357
|
+
} = _ref15;
|
|
203
358
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
204
359
|
width: size,
|
|
205
360
|
height: size,
|
|
@@ -208,19 +363,19 @@ const Number_1 = /*#__PURE__*/React.forwardRef(function Number_1(_ref8, ref) {
|
|
|
208
363
|
viewBox: "0 0 32 32",
|
|
209
364
|
fill: "currentColor",
|
|
210
365
|
...rest
|
|
211
|
-
},
|
|
366
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
212
367
|
d: "M16,10V22h0V10m1-1H12v2h3V21H12v2h8V21H17V9Z"
|
|
213
368
|
})), children);
|
|
214
369
|
});
|
|
215
370
|
if (process.env.NODE_ENV !== "production") {
|
|
216
371
|
Number_1.propTypes = iconPropTypes;
|
|
217
372
|
}
|
|
218
|
-
const Number_2 = /*#__PURE__*/React.forwardRef(function Number_2(
|
|
373
|
+
const Number_2 = /*#__PURE__*/React.forwardRef(function Number_2(_ref16, ref) {
|
|
219
374
|
let {
|
|
220
375
|
children,
|
|
221
376
|
size = 16,
|
|
222
377
|
...rest
|
|
223
|
-
} =
|
|
378
|
+
} = _ref16;
|
|
224
379
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
225
380
|
width: size,
|
|
226
381
|
height: size,
|
|
@@ -229,19 +384,19 @@ const Number_2 = /*#__PURE__*/React.forwardRef(function Number_2(_ref9, ref) {
|
|
|
229
384
|
viewBox: "0 0 32 32",
|
|
230
385
|
fill: "currentColor",
|
|
231
386
|
...rest
|
|
232
|
-
},
|
|
387
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
233
388
|
d: "M20,23H12V17a2,2,0,0,1,2-2h4V11H12V9h6a2,2,0,0,1,2,2v4a2,2,0,0,1-2,2H14v4h6Z"
|
|
234
389
|
})), children);
|
|
235
390
|
});
|
|
236
391
|
if (process.env.NODE_ENV !== "production") {
|
|
237
392
|
Number_2.propTypes = iconPropTypes;
|
|
238
393
|
}
|
|
239
|
-
const Number_3 = /*#__PURE__*/React.forwardRef(function Number_3(
|
|
394
|
+
const Number_3 = /*#__PURE__*/React.forwardRef(function Number_3(_ref17, ref) {
|
|
240
395
|
let {
|
|
241
396
|
children,
|
|
242
397
|
size = 16,
|
|
243
398
|
...rest
|
|
244
|
-
} =
|
|
399
|
+
} = _ref17;
|
|
245
400
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
246
401
|
width: size,
|
|
247
402
|
height: size,
|
|
@@ -250,19 +405,19 @@ const Number_3 = /*#__PURE__*/React.forwardRef(function Number_3(_ref10, ref) {
|
|
|
250
405
|
viewBox: "0 0 32 32",
|
|
251
406
|
fill: "currentColor",
|
|
252
407
|
...rest
|
|
253
|
-
},
|
|
408
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
254
409
|
d: "M18,9H12v2h6v4H14v2h4v4H12v2h6a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Z"
|
|
255
410
|
})), children);
|
|
256
411
|
});
|
|
257
412
|
if (process.env.NODE_ENV !== "production") {
|
|
258
413
|
Number_3.propTypes = iconPropTypes;
|
|
259
414
|
}
|
|
260
|
-
const Number_4 = /*#__PURE__*/React.forwardRef(function Number_4(
|
|
415
|
+
const Number_4 = /*#__PURE__*/React.forwardRef(function Number_4(_ref18, ref) {
|
|
261
416
|
let {
|
|
262
417
|
children,
|
|
263
418
|
size = 16,
|
|
264
419
|
...rest
|
|
265
|
-
} =
|
|
420
|
+
} = _ref18;
|
|
266
421
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
267
422
|
width: size,
|
|
268
423
|
height: size,
|
|
@@ -271,19 +426,19 @@ const Number_4 = /*#__PURE__*/React.forwardRef(function Number_4(_ref11, ref) {
|
|
|
271
426
|
viewBox: "0 0 32 32",
|
|
272
427
|
fill: "currentColor",
|
|
273
428
|
...rest
|
|
274
|
-
},
|
|
429
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
275
430
|
d: "M18,10v8h0V10m1-1H17v8H14V9H12V19h5v4h2V19h1V17H19V9Z"
|
|
276
431
|
})), children);
|
|
277
432
|
});
|
|
278
433
|
if (process.env.NODE_ENV !== "production") {
|
|
279
434
|
Number_4.propTypes = iconPropTypes;
|
|
280
435
|
}
|
|
281
|
-
const Number_5 = /*#__PURE__*/React.forwardRef(function Number_5(
|
|
436
|
+
const Number_5 = /*#__PURE__*/React.forwardRef(function Number_5(_ref19, ref) {
|
|
282
437
|
let {
|
|
283
438
|
children,
|
|
284
439
|
size = 16,
|
|
285
440
|
...rest
|
|
286
|
-
} =
|
|
441
|
+
} = _ref19;
|
|
287
442
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
288
443
|
width: size,
|
|
289
444
|
height: size,
|
|
@@ -292,19 +447,19 @@ const Number_5 = /*#__PURE__*/React.forwardRef(function Number_5(_ref12, ref) {
|
|
|
292
447
|
viewBox: "0 0 32 32",
|
|
293
448
|
fill: "currentColor",
|
|
294
449
|
...rest
|
|
295
|
-
},
|
|
450
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
296
451
|
d: "M18,23H12V21h6V17H12V9h8v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z"
|
|
297
452
|
})), children);
|
|
298
453
|
});
|
|
299
454
|
if (process.env.NODE_ENV !== "production") {
|
|
300
455
|
Number_5.propTypes = iconPropTypes;
|
|
301
456
|
}
|
|
302
|
-
const Number_6 = /*#__PURE__*/React.forwardRef(function Number_6(
|
|
457
|
+
const Number_6 = /*#__PURE__*/React.forwardRef(function Number_6(_ref20, ref) {
|
|
303
458
|
let {
|
|
304
459
|
children,
|
|
305
460
|
size = 16,
|
|
306
461
|
...rest
|
|
307
|
-
} =
|
|
462
|
+
} = _ref20;
|
|
308
463
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
309
464
|
width: size,
|
|
310
465
|
height: size,
|
|
@@ -313,19 +468,19 @@ const Number_6 = /*#__PURE__*/React.forwardRef(function Number_6(_ref13, ref) {
|
|
|
313
468
|
viewBox: "0 0 32 32",
|
|
314
469
|
fill: "currentColor",
|
|
315
470
|
...rest
|
|
316
|
-
},
|
|
471
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
317
472
|
d: "M18,14H14V11h5V9H14a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V16A2,2,0,0,0,18,14Zm-4,7V16h4v5Z"
|
|
318
473
|
})), children);
|
|
319
474
|
});
|
|
320
475
|
if (process.env.NODE_ENV !== "production") {
|
|
321
476
|
Number_6.propTypes = iconPropTypes;
|
|
322
477
|
}
|
|
323
|
-
const Number_7 = /*#__PURE__*/React.forwardRef(function Number_7(
|
|
478
|
+
const Number_7 = /*#__PURE__*/React.forwardRef(function Number_7(_ref21, ref) {
|
|
324
479
|
let {
|
|
325
480
|
children,
|
|
326
481
|
size = 16,
|
|
327
482
|
...rest
|
|
328
|
-
} =
|
|
483
|
+
} = _ref21;
|
|
329
484
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
330
485
|
width: size,
|
|
331
486
|
height: size,
|
|
@@ -334,19 +489,19 @@ const Number_7 = /*#__PURE__*/React.forwardRef(function Number_7(_ref14, ref) {
|
|
|
334
489
|
viewBox: "0 0 32 32",
|
|
335
490
|
fill: "currentColor",
|
|
336
491
|
...rest
|
|
337
|
-
},
|
|
492
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
338
493
|
d: "M20 9L12 9 12 13 14 13 14 11 17.85 11 13 23 15.16 23 20 11 20 9z"
|
|
339
494
|
})), children);
|
|
340
495
|
});
|
|
341
496
|
if (process.env.NODE_ENV !== "production") {
|
|
342
497
|
Number_7.propTypes = iconPropTypes;
|
|
343
498
|
}
|
|
344
|
-
const Number_8 = /*#__PURE__*/React.forwardRef(function Number_8(
|
|
499
|
+
const Number_8 = /*#__PURE__*/React.forwardRef(function Number_8(_ref22, ref) {
|
|
345
500
|
let {
|
|
346
501
|
children,
|
|
347
502
|
size = 16,
|
|
348
503
|
...rest
|
|
349
|
-
} =
|
|
504
|
+
} = _ref22;
|
|
350
505
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
351
506
|
width: size,
|
|
352
507
|
height: size,
|
|
@@ -355,19 +510,19 @@ const Number_8 = /*#__PURE__*/React.forwardRef(function Number_8(_ref15, ref) {
|
|
|
355
510
|
viewBox: "0 0 32 32",
|
|
356
511
|
fill: "currentColor",
|
|
357
512
|
...rest
|
|
358
|
-
},
|
|
513
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
359
514
|
d: "M18,9H14a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Zm0,2v4H14V11ZM14,21V17h4v4Z"
|
|
360
515
|
})), children);
|
|
361
516
|
});
|
|
362
517
|
if (process.env.NODE_ENV !== "production") {
|
|
363
518
|
Number_8.propTypes = iconPropTypes;
|
|
364
519
|
}
|
|
365
|
-
const Number_9 = /*#__PURE__*/React.forwardRef(function Number_9(
|
|
520
|
+
const Number_9 = /*#__PURE__*/React.forwardRef(function Number_9(_ref23, ref) {
|
|
366
521
|
let {
|
|
367
522
|
children,
|
|
368
523
|
size = 16,
|
|
369
524
|
...rest
|
|
370
|
-
} =
|
|
525
|
+
} = _ref23;
|
|
371
526
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
372
527
|
width: size,
|
|
373
528
|
height: size,
|
|
@@ -376,19 +531,19 @@ const Number_9 = /*#__PURE__*/React.forwardRef(function Number_9(_ref16, ref) {
|
|
|
376
531
|
viewBox: "0 0 32 32",
|
|
377
532
|
fill: "currentColor",
|
|
378
533
|
...rest
|
|
379
|
-
},
|
|
534
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
380
535
|
d: "M18,9H14a2,2,0,0,0-2,2v5a2,2,0,0,0,2,2h4v3H13v2h5a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Zm0,7H14V11h4Z"
|
|
381
536
|
})), children);
|
|
382
537
|
});
|
|
383
538
|
if (process.env.NODE_ENV !== "production") {
|
|
384
539
|
Number_9.propTypes = iconPropTypes;
|
|
385
540
|
}
|
|
386
|
-
const NumberSmall_0 = /*#__PURE__*/React.forwardRef(function NumberSmall_0(
|
|
541
|
+
const NumberSmall_0 = /*#__PURE__*/React.forwardRef(function NumberSmall_0(_ref24, ref) {
|
|
387
542
|
let {
|
|
388
543
|
children,
|
|
389
544
|
size = 16,
|
|
390
545
|
...rest
|
|
391
|
-
} =
|
|
546
|
+
} = _ref24;
|
|
392
547
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
393
548
|
width: size,
|
|
394
549
|
height: size,
|
|
@@ -397,19 +552,19 @@ const NumberSmall_0 = /*#__PURE__*/React.forwardRef(function NumberSmall_0(_ref1
|
|
|
397
552
|
viewBox: "0 0 32 32",
|
|
398
553
|
fill: "currentColor",
|
|
399
554
|
...rest
|
|
400
|
-
},
|
|
555
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
401
556
|
d: "M17,21H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,17,21Zm-2-8v6h2V13Z"
|
|
402
557
|
})), children);
|
|
403
558
|
});
|
|
404
559
|
if (process.env.NODE_ENV !== "production") {
|
|
405
560
|
NumberSmall_0.propTypes = iconPropTypes;
|
|
406
561
|
}
|
|
407
|
-
const NumberSmall_1 = /*#__PURE__*/React.forwardRef(function NumberSmall_1(
|
|
562
|
+
const NumberSmall_1 = /*#__PURE__*/React.forwardRef(function NumberSmall_1(_ref25, ref) {
|
|
408
563
|
let {
|
|
409
564
|
children,
|
|
410
565
|
size = 16,
|
|
411
566
|
...rest
|
|
412
|
-
} =
|
|
567
|
+
} = _ref25;
|
|
413
568
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
414
569
|
width: size,
|
|
415
570
|
height: size,
|
|
@@ -418,19 +573,19 @@ const NumberSmall_1 = /*#__PURE__*/React.forwardRef(function NumberSmall_1(_ref1
|
|
|
418
573
|
viewBox: "0 0 32 32",
|
|
419
574
|
fill: "currentColor",
|
|
420
575
|
...rest
|
|
421
|
-
},
|
|
576
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
422
577
|
d: "M17 19L17 11 15 11 15 12 13 12 13 14 15 14 15 19 13 19 13 21 19 21 19 19 17 19z"
|
|
423
578
|
})), children);
|
|
424
579
|
});
|
|
425
580
|
if (process.env.NODE_ENV !== "production") {
|
|
426
581
|
NumberSmall_1.propTypes = iconPropTypes;
|
|
427
582
|
}
|
|
428
|
-
const NumberSmall_2 = /*#__PURE__*/React.forwardRef(function NumberSmall_2(
|
|
583
|
+
const NumberSmall_2 = /*#__PURE__*/React.forwardRef(function NumberSmall_2(_ref26, ref) {
|
|
429
584
|
let {
|
|
430
585
|
children,
|
|
431
586
|
size = 16,
|
|
432
587
|
...rest
|
|
433
|
-
} =
|
|
588
|
+
} = _ref26;
|
|
434
589
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
435
590
|
width: size,
|
|
436
591
|
height: size,
|
|
@@ -439,19 +594,19 @@ const NumberSmall_2 = /*#__PURE__*/React.forwardRef(function NumberSmall_2(_ref1
|
|
|
439
594
|
viewBox: "0 0 32 32",
|
|
440
595
|
fill: "currentColor",
|
|
441
596
|
...rest
|
|
442
|
-
},
|
|
597
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
443
598
|
d: "M19,21H13V17a2,2,0,0,1,2-2h2V13H13V11h4a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H15v2h4Z"
|
|
444
599
|
})), children);
|
|
445
600
|
});
|
|
446
601
|
if (process.env.NODE_ENV !== "production") {
|
|
447
602
|
NumberSmall_2.propTypes = iconPropTypes;
|
|
448
603
|
}
|
|
449
|
-
const NumberSmall_3 = /*#__PURE__*/React.forwardRef(function NumberSmall_3(
|
|
604
|
+
const NumberSmall_3 = /*#__PURE__*/React.forwardRef(function NumberSmall_3(_ref27, ref) {
|
|
450
605
|
let {
|
|
451
606
|
children,
|
|
452
607
|
size = 16,
|
|
453
608
|
...rest
|
|
454
|
-
} =
|
|
609
|
+
} = _ref27;
|
|
455
610
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
456
611
|
width: size,
|
|
457
612
|
height: size,
|
|
@@ -460,19 +615,19 @@ const NumberSmall_3 = /*#__PURE__*/React.forwardRef(function NumberSmall_3(_ref2
|
|
|
460
615
|
viewBox: "0 0 32 32",
|
|
461
616
|
fill: "currentColor",
|
|
462
617
|
...rest
|
|
463
|
-
},
|
|
618
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
464
619
|
d: "M17,11H13v2h4v2H14v2h3v2H13v2h4a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Z"
|
|
465
620
|
})), children);
|
|
466
621
|
});
|
|
467
622
|
if (process.env.NODE_ENV !== "production") {
|
|
468
623
|
NumberSmall_3.propTypes = iconPropTypes;
|
|
469
624
|
}
|
|
470
|
-
const NumberSmall_4 = /*#__PURE__*/React.forwardRef(function NumberSmall_4(
|
|
625
|
+
const NumberSmall_4 = /*#__PURE__*/React.forwardRef(function NumberSmall_4(_ref28, ref) {
|
|
471
626
|
let {
|
|
472
627
|
children,
|
|
473
628
|
size = 16,
|
|
474
629
|
...rest
|
|
475
|
-
} =
|
|
630
|
+
} = _ref28;
|
|
476
631
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
477
632
|
width: size,
|
|
478
633
|
height: size,
|
|
@@ -481,19 +636,19 @@ const NumberSmall_4 = /*#__PURE__*/React.forwardRef(function NumberSmall_4(_ref2
|
|
|
481
636
|
viewBox: "0 0 32 32",
|
|
482
637
|
fill: "currentColor",
|
|
483
638
|
...rest
|
|
484
|
-
},
|
|
639
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
485
640
|
d: "M17 11L17 15 15 15 15 11 13 11 13 17 17 17 17 21 19 21 19 11 17 11z"
|
|
486
641
|
})), children);
|
|
487
642
|
});
|
|
488
643
|
if (process.env.NODE_ENV !== "production") {
|
|
489
644
|
NumberSmall_4.propTypes = iconPropTypes;
|
|
490
645
|
}
|
|
491
|
-
const NumberSmall_5 = /*#__PURE__*/React.forwardRef(function NumberSmall_5(
|
|
646
|
+
const NumberSmall_5 = /*#__PURE__*/React.forwardRef(function NumberSmall_5(_ref29, ref) {
|
|
492
647
|
let {
|
|
493
648
|
children,
|
|
494
649
|
size = 16,
|
|
495
650
|
...rest
|
|
496
|
-
} =
|
|
651
|
+
} = _ref29;
|
|
497
652
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
498
653
|
width: size,
|
|
499
654
|
height: size,
|
|
@@ -502,19 +657,19 @@ const NumberSmall_5 = /*#__PURE__*/React.forwardRef(function NumberSmall_5(_ref2
|
|
|
502
657
|
viewBox: "0 0 32 32",
|
|
503
658
|
fill: "currentColor",
|
|
504
659
|
...rest
|
|
505
|
-
},
|
|
660
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
506
661
|
d: "M17,21H13V19h4V17H13V11h6v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Z"
|
|
507
662
|
})), children);
|
|
508
663
|
});
|
|
509
664
|
if (process.env.NODE_ENV !== "production") {
|
|
510
665
|
NumberSmall_5.propTypes = iconPropTypes;
|
|
511
666
|
}
|
|
512
|
-
const NumberSmall_6 = /*#__PURE__*/React.forwardRef(function NumberSmall_6(
|
|
667
|
+
const NumberSmall_6 = /*#__PURE__*/React.forwardRef(function NumberSmall_6(_ref30, ref) {
|
|
513
668
|
let {
|
|
514
669
|
children,
|
|
515
670
|
size = 16,
|
|
516
671
|
...rest
|
|
517
|
-
} =
|
|
672
|
+
} = _ref30;
|
|
518
673
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
519
674
|
width: size,
|
|
520
675
|
height: size,
|
|
@@ -523,19 +678,19 @@ const NumberSmall_6 = /*#__PURE__*/React.forwardRef(function NumberSmall_6(_ref2
|
|
|
523
678
|
viewBox: "0 0 32 32",
|
|
524
679
|
fill: "currentColor",
|
|
525
680
|
...rest
|
|
526
|
-
},
|
|
681
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
527
682
|
d: "M17,21H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Zm-2-4v2h2V17Z"
|
|
528
683
|
})), children);
|
|
529
684
|
});
|
|
530
685
|
if (process.env.NODE_ENV !== "production") {
|
|
531
686
|
NumberSmall_6.propTypes = iconPropTypes;
|
|
532
687
|
}
|
|
533
|
-
const NumberSmall_7 = /*#__PURE__*/React.forwardRef(function NumberSmall_7(
|
|
688
|
+
const NumberSmall_7 = /*#__PURE__*/React.forwardRef(function NumberSmall_7(_ref31, ref) {
|
|
534
689
|
let {
|
|
535
690
|
children,
|
|
536
691
|
size = 16,
|
|
537
692
|
...rest
|
|
538
|
-
} =
|
|
693
|
+
} = _ref31;
|
|
539
694
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
540
695
|
width: size,
|
|
541
696
|
height: size,
|
|
@@ -544,19 +699,19 @@ const NumberSmall_7 = /*#__PURE__*/React.forwardRef(function NumberSmall_7(_ref2
|
|
|
544
699
|
viewBox: "0 0 32 32",
|
|
545
700
|
fill: "currentColor",
|
|
546
701
|
...rest
|
|
547
|
-
},
|
|
702
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
548
703
|
d: "M16.44 21L14.44 21 17 13 15 13 15 14 13 14 13 11 19 11 19 13 16.44 21z"
|
|
549
704
|
})), children);
|
|
550
705
|
});
|
|
551
706
|
if (process.env.NODE_ENV !== "production") {
|
|
552
707
|
NumberSmall_7.propTypes = iconPropTypes;
|
|
553
708
|
}
|
|
554
|
-
const NumberSmall_8 = /*#__PURE__*/React.forwardRef(function NumberSmall_8(
|
|
709
|
+
const NumberSmall_8 = /*#__PURE__*/React.forwardRef(function NumberSmall_8(_ref32, ref) {
|
|
555
710
|
let {
|
|
556
711
|
children,
|
|
557
712
|
size = 16,
|
|
558
713
|
...rest
|
|
559
|
-
} =
|
|
714
|
+
} = _ref32;
|
|
560
715
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
561
716
|
width: size,
|
|
562
717
|
height: size,
|
|
@@ -565,19 +720,19 @@ const NumberSmall_8 = /*#__PURE__*/React.forwardRef(function NumberSmall_8(_ref2
|
|
|
565
720
|
viewBox: "0 0 32 32",
|
|
566
721
|
fill: "currentColor",
|
|
567
722
|
...rest
|
|
568
|
-
},
|
|
723
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
569
724
|
d: "M17,11H15a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h2a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Zm0,2v2H15V13Zm-2,6V17h2v2Z"
|
|
570
725
|
})), children);
|
|
571
726
|
});
|
|
572
727
|
if (process.env.NODE_ENV !== "production") {
|
|
573
728
|
NumberSmall_8.propTypes = iconPropTypes;
|
|
574
729
|
}
|
|
575
|
-
const NumberSmall_9 = /*#__PURE__*/React.forwardRef(function NumberSmall_9(
|
|
730
|
+
const NumberSmall_9 = /*#__PURE__*/React.forwardRef(function NumberSmall_9(_ref33, ref) {
|
|
576
731
|
let {
|
|
577
732
|
children,
|
|
578
733
|
size = 16,
|
|
579
734
|
...rest
|
|
580
|
-
} =
|
|
735
|
+
} = _ref33;
|
|
581
736
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
582
737
|
width: size,
|
|
583
738
|
height: size,
|
|
@@ -586,19 +741,19 @@ const NumberSmall_9 = /*#__PURE__*/React.forwardRef(function NumberSmall_9(_ref2
|
|
|
586
741
|
viewBox: "0 0 32 32",
|
|
587
742
|
fill: "currentColor",
|
|
588
743
|
...rest
|
|
589
|
-
},
|
|
744
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
590
745
|
d: "M17,21H14V19h3V17H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,17,21Zm-2-8v2h2V13Z"
|
|
591
746
|
})), children);
|
|
592
747
|
});
|
|
593
748
|
if (process.env.NODE_ENV !== "production") {
|
|
594
749
|
NumberSmall_9.propTypes = iconPropTypes;
|
|
595
750
|
}
|
|
596
|
-
const ObjectStorage = /*#__PURE__*/React.forwardRef(function ObjectStorage(
|
|
751
|
+
const ObjectStorage = /*#__PURE__*/React.forwardRef(function ObjectStorage(_ref34, ref) {
|
|
597
752
|
let {
|
|
598
753
|
children,
|
|
599
754
|
size = 16,
|
|
600
755
|
...rest
|
|
601
|
-
} =
|
|
756
|
+
} = _ref34;
|
|
602
757
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
603
758
|
width: size,
|
|
604
759
|
height: size,
|
|
@@ -607,25 +762,25 @@ const ObjectStorage = /*#__PURE__*/React.forwardRef(function ObjectStorage(_ref2
|
|
|
607
762
|
viewBox: "0 0 32 32",
|
|
608
763
|
fill: "currentColor",
|
|
609
764
|
...rest
|
|
610
|
-
},
|
|
765
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
611
766
|
d: "M28,20H26v2h2v6H4V22H14V20H4a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V22A2.0023,2.0023,0,0,0,28,20Z"
|
|
612
767
|
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
613
768
|
cx: "7",
|
|
614
769
|
cy: "25",
|
|
615
770
|
r: "1"
|
|
616
|
-
})),
|
|
771
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
617
772
|
d: "M30 8H22v6H16v8h8V16h6zM22 20H18V16h4zm6-6H24V10h4zM18 10H10V2h8zM12 8h4V4H12z"
|
|
618
773
|
})), children);
|
|
619
774
|
});
|
|
620
775
|
if (process.env.NODE_ENV !== "production") {
|
|
621
776
|
ObjectStorage.propTypes = iconPropTypes;
|
|
622
777
|
}
|
|
623
|
-
const ObjectStorageAlt = /*#__PURE__*/React.forwardRef(function ObjectStorageAlt(
|
|
778
|
+
const ObjectStorageAlt = /*#__PURE__*/React.forwardRef(function ObjectStorageAlt(_ref35, ref) {
|
|
624
779
|
let {
|
|
625
780
|
children,
|
|
626
781
|
size = 16,
|
|
627
782
|
...rest
|
|
628
|
-
} =
|
|
783
|
+
} = _ref35;
|
|
629
784
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
630
785
|
width: size,
|
|
631
786
|
height: size,
|
|
@@ -634,25 +789,25 @@ const ObjectStorageAlt = /*#__PURE__*/React.forwardRef(function ObjectStorageAlt
|
|
|
634
789
|
viewBox: "0 0 32 32",
|
|
635
790
|
fill: "currentColor",
|
|
636
791
|
...rest
|
|
637
|
-
},
|
|
792
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
638
793
|
d: "M28,20H26v2h2v6H4V22H14V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
|
|
639
794
|
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
640
795
|
cx: "7",
|
|
641
796
|
cy: "25",
|
|
642
797
|
r: "1"
|
|
643
|
-
})),
|
|
798
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
644
799
|
d: "M21,14a2.981,2.981,0,0,0-2.0374.811l-4.0039-2.4023A2.9578,2.9578,0,0,0,15,12a2.9578,2.9578,0,0,0-.0413-.4087L18.9626,9.189A2.9909,2.9909,0,1,0,18,7a2.9345,2.9345,0,0,0,.0415.4092L14.0376,9.8115a3,3,0,1,0,0,4.377l4.0039,2.4023A2.9345,2.9345,0,0,0,18,17a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,6Zm-9,7a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,12,13Zm9,5a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,21,18Z"
|
|
645
800
|
})), children);
|
|
646
801
|
});
|
|
647
802
|
if (process.env.NODE_ENV !== "production") {
|
|
648
803
|
ObjectStorageAlt.propTypes = iconPropTypes;
|
|
649
804
|
}
|
|
650
|
-
const ObservedHail = /*#__PURE__*/React.forwardRef(function ObservedHail(
|
|
805
|
+
const ObservedHail = /*#__PURE__*/React.forwardRef(function ObservedHail(_ref36, ref) {
|
|
651
806
|
let {
|
|
652
807
|
children,
|
|
653
808
|
size = 16,
|
|
654
809
|
...rest
|
|
655
|
-
} =
|
|
810
|
+
} = _ref36;
|
|
656
811
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
657
812
|
width: size,
|
|
658
813
|
height: size,
|
|
@@ -661,7 +816,7 @@ const ObservedHail = /*#__PURE__*/React.forwardRef(function ObservedHail(_ref29,
|
|
|
661
816
|
viewBox: "0 0 32 32",
|
|
662
817
|
fill: "currentColor",
|
|
663
818
|
...rest
|
|
664
|
-
},
|
|
819
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
665
820
|
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
666
821
|
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
667
822
|
cx: "13.5",
|
|
@@ -675,10 +830,10 @@ const ObservedHail = /*#__PURE__*/React.forwardRef(function ObservedHail(_ref29,
|
|
|
675
830
|
cx: "16.5",
|
|
676
831
|
cy: "19.5",
|
|
677
832
|
r: "1.5"
|
|
678
|
-
})),
|
|
833
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
679
834
|
d: "M11.964 14.5H17.036V16.499H11.964z",
|
|
680
835
|
transform: "rotate(-45 14.5 15.5)"
|
|
681
|
-
})),
|
|
836
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
682
837
|
d: "M17.964 14.5H23.035999999999998V16.499H17.964z",
|
|
683
838
|
transform: "rotate(-45 20.5 15.5)"
|
|
684
839
|
})), children);
|
|
@@ -686,12 +841,12 @@ const ObservedHail = /*#__PURE__*/React.forwardRef(function ObservedHail(_ref29,
|
|
|
686
841
|
if (process.env.NODE_ENV !== "production") {
|
|
687
842
|
ObservedHail.propTypes = iconPropTypes;
|
|
688
843
|
}
|
|
689
|
-
const ObservedLightning = /*#__PURE__*/React.forwardRef(function ObservedLightning(
|
|
844
|
+
const ObservedLightning = /*#__PURE__*/React.forwardRef(function ObservedLightning(_ref37, ref) {
|
|
690
845
|
let {
|
|
691
846
|
children,
|
|
692
847
|
size = 16,
|
|
693
848
|
...rest
|
|
694
|
-
} =
|
|
849
|
+
} = _ref37;
|
|
695
850
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
696
851
|
width: size,
|
|
697
852
|
height: size,
|
|
@@ -700,21 +855,21 @@ const ObservedLightning = /*#__PURE__*/React.forwardRef(function ObservedLightni
|
|
|
700
855
|
viewBox: "0 0 32 32",
|
|
701
856
|
fill: "currentColor",
|
|
702
857
|
...rest
|
|
703
|
-
},
|
|
858
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
704
859
|
d: "M15.67 24L13.934 23 16.221 19 12.332 19 16.325 12 18.062 13 15.778 17 19.668 17 15.67 24z"
|
|
705
|
-
})),
|
|
860
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
706
861
|
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
707
862
|
})), children);
|
|
708
863
|
});
|
|
709
864
|
if (process.env.NODE_ENV !== "production") {
|
|
710
865
|
ObservedLightning.propTypes = iconPropTypes;
|
|
711
866
|
}
|
|
712
|
-
const Omega = /*#__PURE__*/React.forwardRef(function Omega(
|
|
867
|
+
const Omega = /*#__PURE__*/React.forwardRef(function Omega(_ref38, ref) {
|
|
713
868
|
let {
|
|
714
869
|
children,
|
|
715
870
|
size = 16,
|
|
716
871
|
...rest
|
|
717
|
-
} =
|
|
872
|
+
} = _ref38;
|
|
718
873
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
719
874
|
width: size,
|
|
720
875
|
height: size,
|
|
@@ -723,19 +878,19 @@ const Omega = /*#__PURE__*/React.forwardRef(function Omega(_ref31, ref) {
|
|
|
723
878
|
viewBox: "0 0 32 32",
|
|
724
879
|
fill: "currentColor",
|
|
725
880
|
...rest
|
|
726
|
-
},
|
|
881
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
727
882
|
d: "M22.7373,25A14.3093,14.3093,0,0,0,27,15C27,8.42,22.58,4,16,4S5,8.42,5,15A14.3093,14.3093,0,0,0,9.2627,25H4v2h8V24.7617A12.5683,12.5683,0,0,1,7,15c0-5.4673,3.5327-9,9-9s9,3.5327,9,9a12.5683,12.5683,0,0,1-5,9.7617V27h8V25Z"
|
|
728
883
|
})), children);
|
|
729
884
|
});
|
|
730
885
|
if (process.env.NODE_ENV !== "production") {
|
|
731
886
|
Omega.propTypes = iconPropTypes;
|
|
732
887
|
}
|
|
733
|
-
const Opacity = /*#__PURE__*/React.forwardRef(function Opacity(
|
|
888
|
+
const Opacity = /*#__PURE__*/React.forwardRef(function Opacity(_ref39, ref) {
|
|
734
889
|
let {
|
|
735
890
|
children,
|
|
736
891
|
size = 16,
|
|
737
892
|
...rest
|
|
738
|
-
} =
|
|
893
|
+
} = _ref39;
|
|
739
894
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
740
895
|
width: size,
|
|
741
896
|
height: size,
|
|
@@ -744,19 +899,19 @@ const Opacity = /*#__PURE__*/React.forwardRef(function Opacity(_ref32, ref) {
|
|
|
744
899
|
viewBox: "0 0 32 32",
|
|
745
900
|
fill: "currentColor",
|
|
746
901
|
...rest
|
|
747
|
-
},
|
|
902
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
748
903
|
d: "M6 6H10V10H6zM10 10H14V14H10zM14 6H18V10H14zM22 6H26V10H22zM6 14H10V18H6zM14 14H18V18H14zM22 14H26V18H22zM6 22H10V26H6zM14 22H18V26H14zM22 22H26V26H22zM18 10H22V14H18zM10 18H14V22H10zM18 18H22V22H18z"
|
|
749
904
|
})), children);
|
|
750
905
|
});
|
|
751
906
|
if (process.env.NODE_ENV !== "production") {
|
|
752
907
|
Opacity.propTypes = iconPropTypes;
|
|
753
908
|
}
|
|
754
|
-
const OpenPanelBottom = /*#__PURE__*/React.forwardRef(function OpenPanelBottom(
|
|
909
|
+
const OpenPanelBottom = /*#__PURE__*/React.forwardRef(function OpenPanelBottom(_ref40, ref) {
|
|
755
910
|
let {
|
|
756
911
|
children,
|
|
757
912
|
size = 16,
|
|
758
913
|
...rest
|
|
759
|
-
} =
|
|
914
|
+
} = _ref40;
|
|
760
915
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
761
916
|
width: size,
|
|
762
917
|
height: size,
|
|
@@ -765,19 +920,19 @@ const OpenPanelBottom = /*#__PURE__*/React.forwardRef(function OpenPanelBottom(_
|
|
|
765
920
|
viewBox: "0 0 32 32",
|
|
766
921
|
fill: "currentColor",
|
|
767
922
|
...rest
|
|
768
|
-
},
|
|
923
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
769
924
|
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V18H4V6ZM4,26V20H28v6Z"
|
|
770
925
|
})), children);
|
|
771
926
|
});
|
|
772
927
|
if (process.env.NODE_ENV !== "production") {
|
|
773
928
|
OpenPanelBottom.propTypes = iconPropTypes;
|
|
774
929
|
}
|
|
775
|
-
const OpenPanelFilledBottom = /*#__PURE__*/React.forwardRef(function OpenPanelFilledBottom(
|
|
930
|
+
const OpenPanelFilledBottom = /*#__PURE__*/React.forwardRef(function OpenPanelFilledBottom(_ref41, ref) {
|
|
776
931
|
let {
|
|
777
932
|
children,
|
|
778
933
|
size = 16,
|
|
779
934
|
...rest
|
|
780
|
-
} =
|
|
935
|
+
} = _ref41;
|
|
781
936
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
782
937
|
width: size,
|
|
783
938
|
height: size,
|
|
@@ -786,19 +941,19 @@ const OpenPanelFilledBottom = /*#__PURE__*/React.forwardRef(function OpenPanelFi
|
|
|
786
941
|
viewBox: "0 0 32 32",
|
|
787
942
|
fill: "currentColor",
|
|
788
943
|
...rest
|
|
789
|
-
},
|
|
944
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
790
945
|
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V18H4V6Z"
|
|
791
946
|
})), children);
|
|
792
947
|
});
|
|
793
948
|
if (process.env.NODE_ENV !== "production") {
|
|
794
949
|
OpenPanelFilledBottom.propTypes = iconPropTypes;
|
|
795
950
|
}
|
|
796
|
-
const OpenPanelFilledLeft = /*#__PURE__*/React.forwardRef(function OpenPanelFilledLeft(
|
|
951
|
+
const OpenPanelFilledLeft = /*#__PURE__*/React.forwardRef(function OpenPanelFilledLeft(_ref42, ref) {
|
|
797
952
|
let {
|
|
798
953
|
children,
|
|
799
954
|
size = 16,
|
|
800
955
|
...rest
|
|
801
|
-
} =
|
|
956
|
+
} = _ref42;
|
|
802
957
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
803
958
|
width: size,
|
|
804
959
|
height: size,
|
|
@@ -807,19 +962,19 @@ const OpenPanelFilledLeft = /*#__PURE__*/React.forwardRef(function OpenPanelFill
|
|
|
807
962
|
viewBox: "0 0 32 32",
|
|
808
963
|
fill: "currentColor",
|
|
809
964
|
...rest
|
|
810
|
-
},
|
|
965
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
811
966
|
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,22H12V6H28Z"
|
|
812
967
|
})), children);
|
|
813
968
|
});
|
|
814
969
|
if (process.env.NODE_ENV !== "production") {
|
|
815
970
|
OpenPanelFilledLeft.propTypes = iconPropTypes;
|
|
816
971
|
}
|
|
817
|
-
const OpenPanelFilledRight = /*#__PURE__*/React.forwardRef(function OpenPanelFilledRight(
|
|
972
|
+
const OpenPanelFilledRight = /*#__PURE__*/React.forwardRef(function OpenPanelFilledRight(_ref43, ref) {
|
|
818
973
|
let {
|
|
819
974
|
children,
|
|
820
975
|
size = 16,
|
|
821
976
|
...rest
|
|
822
|
-
} =
|
|
977
|
+
} = _ref43;
|
|
823
978
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
824
979
|
width: size,
|
|
825
980
|
height: size,
|
|
@@ -828,19 +983,19 @@ const OpenPanelFilledRight = /*#__PURE__*/React.forwardRef(function OpenPanelFil
|
|
|
828
983
|
viewBox: "0 0 32 32",
|
|
829
984
|
fill: "currentColor",
|
|
830
985
|
...rest
|
|
831
|
-
},
|
|
986
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
832
987
|
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6H20V26H4Z"
|
|
833
988
|
})), children);
|
|
834
989
|
});
|
|
835
990
|
if (process.env.NODE_ENV !== "production") {
|
|
836
991
|
OpenPanelFilledRight.propTypes = iconPropTypes;
|
|
837
992
|
}
|
|
838
|
-
const OpenPanelFilledTop = /*#__PURE__*/React.forwardRef(function OpenPanelFilledTop(
|
|
993
|
+
const OpenPanelFilledTop = /*#__PURE__*/React.forwardRef(function OpenPanelFilledTop(_ref44, ref) {
|
|
839
994
|
let {
|
|
840
995
|
children,
|
|
841
996
|
size = 16,
|
|
842
997
|
...rest
|
|
843
|
-
} =
|
|
998
|
+
} = _ref44;
|
|
844
999
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
845
1000
|
width: size,
|
|
846
1001
|
height: size,
|
|
@@ -849,19 +1004,19 @@ const OpenPanelFilledTop = /*#__PURE__*/React.forwardRef(function OpenPanelFille
|
|
|
849
1004
|
viewBox: "0 0 32 32",
|
|
850
1005
|
fill: "currentColor",
|
|
851
1006
|
...rest
|
|
852
|
-
},
|
|
1007
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
853
1008
|
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,26V14H28V26Z"
|
|
854
1009
|
})), children);
|
|
855
1010
|
});
|
|
856
1011
|
if (process.env.NODE_ENV !== "production") {
|
|
857
1012
|
OpenPanelFilledTop.propTypes = iconPropTypes;
|
|
858
1013
|
}
|
|
859
|
-
const OpenPanelLeft = /*#__PURE__*/React.forwardRef(function OpenPanelLeft(
|
|
1014
|
+
const OpenPanelLeft = /*#__PURE__*/React.forwardRef(function OpenPanelLeft(_ref45, ref) {
|
|
860
1015
|
let {
|
|
861
1016
|
children,
|
|
862
1017
|
size = 16,
|
|
863
1018
|
...rest
|
|
864
|
-
} =
|
|
1019
|
+
} = _ref45;
|
|
865
1020
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
866
1021
|
width: size,
|
|
867
1022
|
height: size,
|
|
@@ -870,19 +1025,19 @@ const OpenPanelLeft = /*#__PURE__*/React.forwardRef(function OpenPanelLeft(_ref3
|
|
|
870
1025
|
viewBox: "0 0 32 32",
|
|
871
1026
|
fill: "currentColor",
|
|
872
1027
|
...rest
|
|
873
|
-
},
|
|
1028
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
874
1029
|
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6h6V26H4ZM28,26H12V6H28Z"
|
|
875
1030
|
})), children);
|
|
876
1031
|
});
|
|
877
1032
|
if (process.env.NODE_ENV !== "production") {
|
|
878
1033
|
OpenPanelLeft.propTypes = iconPropTypes;
|
|
879
1034
|
}
|
|
880
|
-
const OpenPanelRight = /*#__PURE__*/React.forwardRef(function OpenPanelRight(
|
|
1035
|
+
const OpenPanelRight = /*#__PURE__*/React.forwardRef(function OpenPanelRight(_ref46, ref) {
|
|
881
1036
|
let {
|
|
882
1037
|
children,
|
|
883
1038
|
size = 16,
|
|
884
1039
|
...rest
|
|
885
|
-
} =
|
|
1040
|
+
} = _ref46;
|
|
886
1041
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
887
1042
|
width: size,
|
|
888
1043
|
height: size,
|
|
@@ -891,19 +1046,19 @@ const OpenPanelRight = /*#__PURE__*/React.forwardRef(function OpenPanelRight(_re
|
|
|
891
1046
|
viewBox: "0 0 32 32",
|
|
892
1047
|
fill: "currentColor",
|
|
893
1048
|
...rest
|
|
894
|
-
},
|
|
1049
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
895
1050
|
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6H20V26H4ZM28,26H22V6h6Z"
|
|
896
1051
|
})), children);
|
|
897
1052
|
});
|
|
898
1053
|
if (process.env.NODE_ENV !== "production") {
|
|
899
1054
|
OpenPanelRight.propTypes = iconPropTypes;
|
|
900
1055
|
}
|
|
901
|
-
const OpenPanelTop = /*#__PURE__*/React.forwardRef(function OpenPanelTop(
|
|
1056
|
+
const OpenPanelTop = /*#__PURE__*/React.forwardRef(function OpenPanelTop(_ref47, ref) {
|
|
902
1057
|
let {
|
|
903
1058
|
children,
|
|
904
1059
|
size = 16,
|
|
905
1060
|
...rest
|
|
906
|
-
} =
|
|
1061
|
+
} = _ref47;
|
|
907
1062
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
908
1063
|
width: size,
|
|
909
1064
|
height: size,
|
|
@@ -912,19 +1067,19 @@ const OpenPanelTop = /*#__PURE__*/React.forwardRef(function OpenPanelTop(_ref40,
|
|
|
912
1067
|
viewBox: "0 0 32 32",
|
|
913
1068
|
fill: "currentColor",
|
|
914
1069
|
...rest
|
|
915
|
-
},
|
|
1070
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
916
1071
|
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2v6H4V6ZM4,26V14H28V26Z"
|
|
917
1072
|
})), children);
|
|
918
1073
|
});
|
|
919
1074
|
if (process.env.NODE_ENV !== "production") {
|
|
920
1075
|
OpenPanelTop.propTypes = iconPropTypes;
|
|
921
1076
|
}
|
|
922
|
-
const QOperation = /*#__PURE__*/React.forwardRef(function QOperation(
|
|
1077
|
+
const QOperation = /*#__PURE__*/React.forwardRef(function QOperation(_ref48, ref) {
|
|
923
1078
|
let {
|
|
924
1079
|
children,
|
|
925
1080
|
size = 16,
|
|
926
1081
|
...rest
|
|
927
|
-
} =
|
|
1082
|
+
} = _ref48;
|
|
928
1083
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
929
1084
|
width: size,
|
|
930
1085
|
height: size,
|
|
@@ -933,21 +1088,21 @@ const QOperation = /*#__PURE__*/React.forwardRef(function QOperation(_ref41, ref
|
|
|
933
1088
|
viewBox: "0 0 32 32",
|
|
934
1089
|
fill: "currentColor",
|
|
935
1090
|
...rest
|
|
936
|
-
},
|
|
1091
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
937
1092
|
d: "M23 26L21 26 26 16 21 6 23 6 28 16 23 26zM4 6H6V26H4zM16 9H12a2 2 0 00-2 2V21a2 2 0 002 2h4a2 2 0 002-2V11A2 2 0 0016 9zm0 12H12V11h4z"
|
|
938
|
-
})),
|
|
1093
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
939
1094
|
d: "M13 15H15V17H13z"
|
|
940
1095
|
})), children);
|
|
941
1096
|
});
|
|
942
1097
|
if (process.env.NODE_ENV !== "production") {
|
|
943
1098
|
QOperation.propTypes = iconPropTypes;
|
|
944
1099
|
}
|
|
945
|
-
const QOperationGauge = /*#__PURE__*/React.forwardRef(function QOperationGauge(
|
|
1100
|
+
const QOperationGauge = /*#__PURE__*/React.forwardRef(function QOperationGauge(_ref49, ref) {
|
|
946
1101
|
let {
|
|
947
1102
|
children,
|
|
948
1103
|
size = 16,
|
|
949
1104
|
...rest
|
|
950
|
-
} =
|
|
1105
|
+
} = _ref49;
|
|
951
1106
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
952
1107
|
width: size,
|
|
953
1108
|
height: size,
|
|
@@ -956,19 +1111,19 @@ const QOperationGauge = /*#__PURE__*/React.forwardRef(function QOperationGauge(_
|
|
|
956
1111
|
viewBox: "0 0 32 32",
|
|
957
1112
|
fill: "currentColor",
|
|
958
1113
|
...rest
|
|
959
|
-
},
|
|
1114
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
960
1115
|
d: "M30 4L24 4 24 6 27.75 6 24 10 24 12 30 12 30 10 26.38 10 30 6 30 4zM20 17.62L22.08 14l-1.73-1-2.18 3.76A12 12 0 002 28H4a10 10 0 0113.16-9.48L14 24a2 2 0 102 2 2 2 0 00-.27-1L19 19.35A10 10 0 0124 28h2A12 12 0 0020 17.62z"
|
|
961
1116
|
})), children);
|
|
962
1117
|
});
|
|
963
1118
|
if (process.env.NODE_ENV !== "production") {
|
|
964
1119
|
QOperationGauge.propTypes = iconPropTypes;
|
|
965
1120
|
}
|
|
966
|
-
const QOperationIf = /*#__PURE__*/React.forwardRef(function QOperationIf(
|
|
1121
|
+
const QOperationIf = /*#__PURE__*/React.forwardRef(function QOperationIf(_ref50, ref) {
|
|
967
1122
|
let {
|
|
968
1123
|
children,
|
|
969
1124
|
size = 16,
|
|
970
1125
|
...rest
|
|
971
|
-
} =
|
|
1126
|
+
} = _ref50;
|
|
972
1127
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
973
1128
|
width: size,
|
|
974
1129
|
height: size,
|
|
@@ -977,19 +1132,19 @@ const QOperationIf = /*#__PURE__*/React.forwardRef(function QOperationIf(_ref43,
|
|
|
977
1132
|
viewBox: "0 0 32 32",
|
|
978
1133
|
fill: "currentColor",
|
|
979
1134
|
...rest
|
|
980
|
-
},
|
|
1135
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
981
1136
|
d: "M12 13H14V23H12zM12 9H14V11H12zM23 11V9H20a2 2 0 00-2 2v2H16v2h2v8h2V15h3V13H20V11z"
|
|
982
1137
|
})), children);
|
|
983
1138
|
});
|
|
984
1139
|
if (process.env.NODE_ENV !== "production") {
|
|
985
1140
|
QOperationIf.propTypes = iconPropTypes;
|
|
986
1141
|
}
|
|
987
|
-
const OperationsField = /*#__PURE__*/React.forwardRef(function OperationsField(
|
|
1142
|
+
const OperationsField = /*#__PURE__*/React.forwardRef(function OperationsField(_ref51, ref) {
|
|
988
1143
|
let {
|
|
989
1144
|
children,
|
|
990
1145
|
size = 16,
|
|
991
1146
|
...rest
|
|
992
|
-
} =
|
|
1147
|
+
} = _ref51;
|
|
993
1148
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
994
1149
|
width: size,
|
|
995
1150
|
height: size,
|
|
@@ -998,30 +1153,30 @@ const OperationsField = /*#__PURE__*/React.forwardRef(function OperationsField(_
|
|
|
998
1153
|
viewBox: "0 0 32 32",
|
|
999
1154
|
fill: "currentColor",
|
|
1000
1155
|
...rest
|
|
1001
|
-
},
|
|
1156
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
1002
1157
|
d: "M16 6H26V8H16z",
|
|
1003
1158
|
transform: "rotate(-90 21 7)"
|
|
1004
|
-
})),
|
|
1159
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1005
1160
|
d: "M20 6H30V8H20z",
|
|
1006
1161
|
transform: "rotate(-90 25 7)"
|
|
1007
|
-
})),
|
|
1162
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1008
1163
|
d: "M24 6H34V8H24z",
|
|
1009
1164
|
transform: "rotate(-90 29 7)"
|
|
1010
|
-
})),
|
|
1165
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1011
1166
|
d: "M16,20a3.9123,3.9123,0,0,1-4-4,3.9123,3.9123,0,0,1,4-4V10a6,6,0,1,0,6,6H20A3.9123,3.9123,0,0,1,16,20Z"
|
|
1012
|
-
})),
|
|
1167
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1013
1168
|
d: "M28.8928,18.4536,26.0979,16,24.78,17.5044l2.7922,2.4517-2.36,4.0878-3.4273-1.1591a9.0315,9.0315,0,0,1-2.7143,1.5644L18.36,28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H16V2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18.36a2,2,0,0,0,1.9611-1.6079l.5037-2.5186a10.9666,10.9666,0,0,0,1.3267-.7534l2.4194.8184a1.9977,1.9977,0,0,0,2.3728-.8946l2.3606-4.0878A2.0006,2.0006,0,0,0,28.8928,18.4536Z"
|
|
1014
1169
|
})), children);
|
|
1015
1170
|
});
|
|
1016
1171
|
if (process.env.NODE_ENV !== "production") {
|
|
1017
1172
|
OperationsField.propTypes = iconPropTypes;
|
|
1018
1173
|
}
|
|
1019
|
-
const OperationsRecord = /*#__PURE__*/React.forwardRef(function OperationsRecord(
|
|
1174
|
+
const OperationsRecord = /*#__PURE__*/React.forwardRef(function OperationsRecord(_ref52, ref) {
|
|
1020
1175
|
let {
|
|
1021
1176
|
children,
|
|
1022
1177
|
size = 16,
|
|
1023
1178
|
...rest
|
|
1024
|
-
} =
|
|
1179
|
+
} = _ref52;
|
|
1025
1180
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1026
1181
|
width: size,
|
|
1027
1182
|
height: size,
|
|
@@ -1030,21 +1185,21 @@ const OperationsRecord = /*#__PURE__*/React.forwardRef(function OperationsRecord
|
|
|
1030
1185
|
viewBox: "0 0 32 32",
|
|
1031
1186
|
fill: "currentColor",
|
|
1032
1187
|
...rest
|
|
1033
|
-
},
|
|
1188
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1034
1189
|
d: "M20 20H30V22H20zM20 24H30V26H20zM20 28H30V30H20zM16 20a3.9123 3.9123 0 01-4-4 3.9123 3.9123 0 014-4 3.9123 3.9123 0 014 4h2a6 6 0 10-6 6z"
|
|
1035
|
-
})),
|
|
1190
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1036
1191
|
d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H16V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z"
|
|
1037
1192
|
})), children);
|
|
1038
1193
|
});
|
|
1039
1194
|
if (process.env.NODE_ENV !== "production") {
|
|
1040
1195
|
OperationsRecord.propTypes = iconPropTypes;
|
|
1041
1196
|
}
|
|
1042
|
-
const OrderDetails = /*#__PURE__*/React.forwardRef(function OrderDetails(
|
|
1197
|
+
const OrderDetails = /*#__PURE__*/React.forwardRef(function OrderDetails(_ref53, ref) {
|
|
1043
1198
|
let {
|
|
1044
1199
|
children,
|
|
1045
1200
|
size = 16,
|
|
1046
1201
|
...rest
|
|
1047
|
-
} =
|
|
1202
|
+
} = _ref53;
|
|
1048
1203
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1049
1204
|
width: size,
|
|
1050
1205
|
height: size,
|
|
@@ -1053,21 +1208,21 @@ const OrderDetails = /*#__PURE__*/React.forwardRef(function OrderDetails(_ref46,
|
|
|
1053
1208
|
viewBox: "0 0 32 32",
|
|
1054
1209
|
fill: "currentColor",
|
|
1055
1210
|
...rest
|
|
1056
|
-
},
|
|
1211
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1057
1212
|
d: "M19 21H13a3 3 0 00-3 3v2h2V24a1 1 0 011-1h6a1 1 0 011 1v2h2V24A3 3 0 0019 21zM16 20a4 4 0 10-4-4A4 4 0 0016 20zm0-6a2 2 0 11-2 2A2 2 0 0116 14z"
|
|
1058
|
-
})),
|
|
1213
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1059
1214
|
d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
|
|
1060
1215
|
})), children);
|
|
1061
1216
|
});
|
|
1062
1217
|
if (process.env.NODE_ENV !== "production") {
|
|
1063
1218
|
OrderDetails.propTypes = iconPropTypes;
|
|
1064
1219
|
}
|
|
1065
|
-
const Ordinal = /*#__PURE__*/React.forwardRef(function Ordinal(
|
|
1220
|
+
const Ordinal = /*#__PURE__*/React.forwardRef(function Ordinal(_ref54, ref) {
|
|
1066
1221
|
let {
|
|
1067
1222
|
children,
|
|
1068
1223
|
size = 16,
|
|
1069
1224
|
...rest
|
|
1070
|
-
} =
|
|
1225
|
+
} = _ref54;
|
|
1071
1226
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1072
1227
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1073
1228
|
width: size,
|
|
@@ -1077,7 +1232,7 @@ const Ordinal = /*#__PURE__*/React.forwardRef(function Ordinal(_ref47, ref) {
|
|
|
1077
1232
|
viewBox: "0 0 16 16",
|
|
1078
1233
|
fill: "currentColor",
|
|
1079
1234
|
...rest
|
|
1080
|
-
},
|
|
1235
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1081
1236
|
d: "M1,13 L1,12 L3,12 L3,9 L5.999,9 L6,6 L9,6 L9,3 L13,3 L13,12 L15,12 L15,13 L1,13 Z M5.999,10 L4,10 L4,12 L5.999,12 L5.999,10 Z M8.999,7 L6.999,7 L6.999,9 L7,9 L7,12 L8.999,12 L8.999,7 Z M12,4 L10,4 L10,12 L12,12 L12,4 Z"
|
|
1082
1237
|
})), children);
|
|
1083
1238
|
}
|
|
@@ -1089,19 +1244,19 @@ const Ordinal = /*#__PURE__*/React.forwardRef(function Ordinal(_ref47, ref) {
|
|
|
1089
1244
|
viewBox: "0 0 32 32",
|
|
1090
1245
|
fill: "currentColor",
|
|
1091
1246
|
...rest
|
|
1092
|
-
},
|
|
1247
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1093
1248
|
d: "M26,26V4H18v6H12v6H6V26H2v2H30V26ZM8,26V18h4v8Zm6,0V12h4V26Zm6,0V6h4V26Z"
|
|
1094
1249
|
})), children);
|
|
1095
1250
|
});
|
|
1096
1251
|
if (process.env.NODE_ENV !== "production") {
|
|
1097
1252
|
Ordinal.propTypes = iconPropTypes;
|
|
1098
1253
|
}
|
|
1099
|
-
const Outage = /*#__PURE__*/React.forwardRef(function Outage(
|
|
1254
|
+
const Outage = /*#__PURE__*/React.forwardRef(function Outage(_ref55, ref) {
|
|
1100
1255
|
let {
|
|
1101
1256
|
children,
|
|
1102
1257
|
size = 16,
|
|
1103
1258
|
...rest
|
|
1104
|
-
} =
|
|
1259
|
+
} = _ref55;
|
|
1105
1260
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1106
1261
|
width: size,
|
|
1107
1262
|
height: size,
|
|
@@ -1110,21 +1265,21 @@ const Outage = /*#__PURE__*/React.forwardRef(function Outage(_ref48, ref) {
|
|
|
1110
1265
|
viewBox: "0 0 32 32",
|
|
1111
1266
|
fill: "currentColor",
|
|
1112
1267
|
...rest
|
|
1113
|
-
},
|
|
1268
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1114
1269
|
d: "M12 24H21V26H12zM13 28H19V30H13z"
|
|
1115
|
-
})),
|
|
1270
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1116
1271
|
d: "M8.7832 18.9746l1.4177-1.418A6.9206 6.9206 0 018 12 7.99 7.99 0 0121.5273 6.2305l1.4136-1.4136A9.9884 9.9884 0 006 12 8.9411 8.9411 0 008.7832 18.9746zM30 3.4141L28.5859 2 2 28.5859 3.4141 30 23.6606 9.7534A7.7069 7.7069 0 0124 12a7.2032 7.2032 0 01-2.8223 6.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.193 9.193 0 0026 12a9.8739 9.8739 0 00-.7764-3.81z"
|
|
1117
1272
|
})), children);
|
|
1118
1273
|
});
|
|
1119
1274
|
if (process.env.NODE_ENV !== "production") {
|
|
1120
1275
|
Outage.propTypes = iconPropTypes;
|
|
1121
1276
|
}
|
|
1122
|
-
const OutlookSevere = /*#__PURE__*/React.forwardRef(function OutlookSevere(
|
|
1277
|
+
const OutlookSevere = /*#__PURE__*/React.forwardRef(function OutlookSevere(_ref56, ref) {
|
|
1123
1278
|
let {
|
|
1124
1279
|
children,
|
|
1125
1280
|
size = 16,
|
|
1126
1281
|
...rest
|
|
1127
|
-
} =
|
|
1282
|
+
} = _ref56;
|
|
1128
1283
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1129
1284
|
width: size,
|
|
1130
1285
|
height: size,
|
|
@@ -1133,24 +1288,24 @@ const OutlookSevere = /*#__PURE__*/React.forwardRef(function OutlookSevere(_ref4
|
|
|
1133
1288
|
viewBox: "0 0 32 32",
|
|
1134
1289
|
fill: "currentColor",
|
|
1135
1290
|
...rest
|
|
1136
|
-
},
|
|
1291
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1137
1292
|
fill: "none",
|
|
1138
1293
|
d: "M15.1249,19h1.75v5.5h-1.75ZM17,27a1,1,0,1,0-1,1A1,1,0,0,0,17,27Z"
|
|
1139
|
-
})),
|
|
1294
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1140
1295
|
d: "M24.9084,28.94,16.8318,14.4878a.9531.9531,0,0,0-1.6636,0L7.0916,28.94A.7122.7122,0,0,0,7.7134,30H24.2867A.7121.7121,0,0,0,24.9084,28.94ZM15.125,19h1.75v5.5h-1.75ZM16,28a1,1,0,1,1,1-1A1,1,0,0,1,16,28Z"
|
|
1141
|
-
})),
|
|
1296
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1142
1297
|
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0,6.4926,6.4926,0,0,0,.9153,12.8443L9.2217,20H8.5a4.48,4.48,0,0,1-3.3693-7.4556l5.297,5.2964,1.013-1.8135-4.66-4.6606A4.402,4.402,0,0,1,8.144,11.019l.8155-.0639.0991-.812c.0237-.1944.0581-.3848.0972-.5733l3.78,3.7808,1.0138-1.815L9.936,7.522a7.0212,7.0212,0,0,1,1.9754-2.1968L25.8861,19.3A4.4594,4.4594,0,0,1,23.5,20h-.7239l1.107,1.98a6.4927,6.4927,0,0,0,.9177-12.8443Zm2.4994,8.75L13.7823,4.3682a6.9736,6.9736,0,0,1,9.16,5.7749l.0986.812.8154.0639A4.5171,4.5171,0,0,1,28,15.5,4.46,4.46,0,0,1,27.3,17.8862Z"
|
|
1143
1298
|
})), children);
|
|
1144
1299
|
});
|
|
1145
1300
|
if (process.env.NODE_ENV !== "production") {
|
|
1146
1301
|
OutlookSevere.propTypes = iconPropTypes;
|
|
1147
1302
|
}
|
|
1148
|
-
const OverflowMenuHorizontal = /*#__PURE__*/React.forwardRef(function OverflowMenuHorizontal(
|
|
1303
|
+
const OverflowMenuHorizontal = /*#__PURE__*/React.forwardRef(function OverflowMenuHorizontal(_ref57, ref) {
|
|
1149
1304
|
let {
|
|
1150
1305
|
children,
|
|
1151
1306
|
size = 16,
|
|
1152
1307
|
...rest
|
|
1153
|
-
} =
|
|
1308
|
+
} = _ref57;
|
|
1154
1309
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1155
1310
|
width: size,
|
|
1156
1311
|
height: size,
|
|
@@ -1176,12 +1331,12 @@ const OverflowMenuHorizontal = /*#__PURE__*/React.forwardRef(function OverflowMe
|
|
|
1176
1331
|
if (process.env.NODE_ENV !== "production") {
|
|
1177
1332
|
OverflowMenuHorizontal.propTypes = iconPropTypes;
|
|
1178
1333
|
}
|
|
1179
|
-
const OverflowMenuVertical = /*#__PURE__*/React.forwardRef(function OverflowMenuVertical(
|
|
1334
|
+
const OverflowMenuVertical = /*#__PURE__*/React.forwardRef(function OverflowMenuVertical(_ref58, ref) {
|
|
1180
1335
|
let {
|
|
1181
1336
|
children,
|
|
1182
1337
|
size = 16,
|
|
1183
1338
|
...rest
|
|
1184
|
-
} =
|
|
1339
|
+
} = _ref58;
|
|
1185
1340
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1186
1341
|
width: size,
|
|
1187
1342
|
height: size,
|
|
@@ -1207,12 +1362,12 @@ const OverflowMenuVertical = /*#__PURE__*/React.forwardRef(function OverflowMenu
|
|
|
1207
1362
|
if (process.env.NODE_ENV !== "production") {
|
|
1208
1363
|
OverflowMenuVertical.propTypes = iconPropTypes;
|
|
1209
1364
|
}
|
|
1210
|
-
const Overlay = /*#__PURE__*/React.forwardRef(function Overlay(
|
|
1365
|
+
const Overlay = /*#__PURE__*/React.forwardRef(function Overlay(_ref59, ref) {
|
|
1211
1366
|
let {
|
|
1212
1367
|
children,
|
|
1213
1368
|
size = 16,
|
|
1214
1369
|
...rest
|
|
1215
|
-
} =
|
|
1370
|
+
} = _ref59;
|
|
1216
1371
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1217
1372
|
width: size,
|
|
1218
1373
|
height: size,
|
|
@@ -1221,19 +1376,19 @@ const Overlay = /*#__PURE__*/React.forwardRef(function Overlay(_ref52, ref) {
|
|
|
1221
1376
|
viewBox: "0 0 32 32",
|
|
1222
1377
|
fill: "currentColor",
|
|
1223
1378
|
...rest
|
|
1224
|
-
},
|
|
1379
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1225
1380
|
d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8ZM4,22V4H22V8H10a2.0023,2.0023,0,0,0-2,2V22Zm18,0H19.4141L10,12.586V10h2.5859l9.4153,9.4156ZM10,15.4141,16.5859,22H10ZM22.001,16.587,15.4141,10H22ZM10,28V24H22a2.0023,2.0023,0,0,0,2-2V10h4V28Z"
|
|
1226
1381
|
})), children);
|
|
1227
1382
|
});
|
|
1228
1383
|
if (process.env.NODE_ENV !== "production") {
|
|
1229
1384
|
Overlay.propTypes = iconPropTypes;
|
|
1230
1385
|
}
|
|
1231
|
-
const Package = /*#__PURE__*/React.forwardRef(function Package(
|
|
1386
|
+
const Package = /*#__PURE__*/React.forwardRef(function Package(_ref60, ref) {
|
|
1232
1387
|
let {
|
|
1233
1388
|
children,
|
|
1234
1389
|
size = 16,
|
|
1235
1390
|
...rest
|
|
1236
|
-
} =
|
|
1391
|
+
} = _ref60;
|
|
1237
1392
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1238
1393
|
width: size,
|
|
1239
1394
|
height: size,
|
|
@@ -1242,21 +1397,21 @@ const Package = /*#__PURE__*/React.forwardRef(function Package(_ref53, ref) {
|
|
|
1242
1397
|
viewBox: "0 0 32 32",
|
|
1243
1398
|
fill: "currentColor",
|
|
1244
1399
|
...rest
|
|
1245
|
-
},
|
|
1400
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1246
1401
|
d: "M26,30H6a2,2,0,0,1-2-2V16a2,2,0,0,1,2-2H9v2H6V28H26V16H23V14h3a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z"
|
|
1247
|
-
})),
|
|
1402
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1248
1403
|
d: "M13 20H19V22H13zM20.59 8.59L17 12.17 17 2 15 2 15 12.17 11.41 8.59 10 10 16 16 22 10 20.59 8.59z"
|
|
1249
1404
|
})), children);
|
|
1250
1405
|
});
|
|
1251
1406
|
if (process.env.NODE_ENV !== "production") {
|
|
1252
1407
|
Package.propTypes = iconPropTypes;
|
|
1253
1408
|
}
|
|
1254
|
-
const PackageTextAnalysis = /*#__PURE__*/React.forwardRef(function PackageTextAnalysis(
|
|
1409
|
+
const PackageTextAnalysis = /*#__PURE__*/React.forwardRef(function PackageTextAnalysis(_ref61, ref) {
|
|
1255
1410
|
let {
|
|
1256
1411
|
children,
|
|
1257
1412
|
size = 16,
|
|
1258
1413
|
...rest
|
|
1259
|
-
} =
|
|
1414
|
+
} = _ref61;
|
|
1260
1415
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1261
1416
|
width: size,
|
|
1262
1417
|
height: size,
|
|
@@ -1265,21 +1420,21 @@ const PackageTextAnalysis = /*#__PURE__*/React.forwardRef(function PackageTextAn
|
|
|
1265
1420
|
viewBox: "0 0 32 32",
|
|
1266
1421
|
fill: "currentColor",
|
|
1267
1422
|
...rest
|
|
1268
|
-
},
|
|
1423
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1269
1424
|
d: "M13 22H19V24H13z"
|
|
1270
|
-
})),
|
|
1425
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1271
1426
|
d: "M2 18v2h2v8c0 1.1025.8972 2 2 2h20c1.1028 0 2-.8975 2-2v-8h2v-2H2zm24 10H6v-8h20v8zM29 16h-5c-1.1025 0-2-.8975-2-2v-6c0-1.103.8975-2 2-2h5v2h-5v6h5v2zM18 6h-4v-4h-2v14h6c1.1025 0 2-.8975 2-2v-6c0-1.103-.8975-2-2-2zm-4 8v-6h4v6h-4zM8 6H3v2h5v2h-4c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h6V8c0-1.103-.8975-2-2-2zm0 8h-4v-2h4v2z"
|
|
1272
1427
|
})), children);
|
|
1273
1428
|
});
|
|
1274
1429
|
if (process.env.NODE_ENV !== "production") {
|
|
1275
1430
|
PackageTextAnalysis.propTypes = iconPropTypes;
|
|
1276
1431
|
}
|
|
1277
|
-
const PageFirst = /*#__PURE__*/React.forwardRef(function PageFirst(
|
|
1432
|
+
const PageFirst = /*#__PURE__*/React.forwardRef(function PageFirst(_ref62, ref) {
|
|
1278
1433
|
let {
|
|
1279
1434
|
children,
|
|
1280
1435
|
size = 16,
|
|
1281
1436
|
...rest
|
|
1282
|
-
} =
|
|
1437
|
+
} = _ref62;
|
|
1283
1438
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1284
1439
|
width: size,
|
|
1285
1440
|
height: size,
|
|
@@ -1288,19 +1443,19 @@ const PageFirst = /*#__PURE__*/React.forwardRef(function PageFirst(_ref55, ref)
|
|
|
1288
1443
|
viewBox: "0 0 32 32",
|
|
1289
1444
|
fill: "currentColor",
|
|
1290
1445
|
...rest
|
|
1291
|
-
},
|
|
1446
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1292
1447
|
d: "M14 16L24 6 25.4 7.4 16.8 16 25.4 24.6 24 26zM8 4H10V28H8z"
|
|
1293
1448
|
})), children);
|
|
1294
1449
|
});
|
|
1295
1450
|
if (process.env.NODE_ENV !== "production") {
|
|
1296
1451
|
PageFirst.propTypes = iconPropTypes;
|
|
1297
1452
|
}
|
|
1298
|
-
const PageLast = /*#__PURE__*/React.forwardRef(function PageLast(
|
|
1453
|
+
const PageLast = /*#__PURE__*/React.forwardRef(function PageLast(_ref63, ref) {
|
|
1299
1454
|
let {
|
|
1300
1455
|
children,
|
|
1301
1456
|
size = 16,
|
|
1302
1457
|
...rest
|
|
1303
|
-
} =
|
|
1458
|
+
} = _ref63;
|
|
1304
1459
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1305
1460
|
width: size,
|
|
1306
1461
|
height: size,
|
|
@@ -1309,19 +1464,19 @@ const PageLast = /*#__PURE__*/React.forwardRef(function PageLast(_ref56, ref) {
|
|
|
1309
1464
|
viewBox: "0 0 32 32",
|
|
1310
1465
|
fill: "currentColor",
|
|
1311
1466
|
...rest
|
|
1312
|
-
},
|
|
1467
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1313
1468
|
d: "M18 16L8 26 6.6 24.6 15.2 16 6.6 7.4 8 6zM22 4H24V28H22z"
|
|
1314
1469
|
})), children);
|
|
1315
1470
|
});
|
|
1316
1471
|
if (process.env.NODE_ENV !== "production") {
|
|
1317
1472
|
PageLast.propTypes = iconPropTypes;
|
|
1318
1473
|
}
|
|
1319
|
-
const PageBreak = /*#__PURE__*/React.forwardRef(function PageBreak(
|
|
1474
|
+
const PageBreak = /*#__PURE__*/React.forwardRef(function PageBreak(_ref64, ref) {
|
|
1320
1475
|
let {
|
|
1321
1476
|
children,
|
|
1322
1477
|
size = 16,
|
|
1323
1478
|
...rest
|
|
1324
|
-
} =
|
|
1479
|
+
} = _ref64;
|
|
1325
1480
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1326
1481
|
width: size,
|
|
1327
1482
|
height: size,
|
|
@@ -1330,19 +1485,19 @@ const PageBreak = /*#__PURE__*/React.forwardRef(function PageBreak(_ref57, ref)
|
|
|
1330
1485
|
viewBox: "0 0 32 32",
|
|
1331
1486
|
fill: "currentColor",
|
|
1332
1487
|
...rest
|
|
1333
|
-
},
|
|
1488
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1334
1489
|
d: "M2 18H6V20H2zM26 18H30V20H26zM24 22v6H8V22H6v6a2.0058 2.0058 0 002 2H24a2.0058 2.0058 0 002-2V22zM8 16V4h8v6a2.0058 2.0058 0 002 2h6v4h2V10a.9092.9092 0 00-.3-.7l-7-7A.9087.9087 0 0018 2H8A2.0058 2.0058 0 006 4V16zM18 4.4L23.6 10H18zM10 18H14V20H10zM18 18H22V20H18z"
|
|
1335
1490
|
})), children);
|
|
1336
1491
|
});
|
|
1337
1492
|
if (process.env.NODE_ENV !== "production") {
|
|
1338
1493
|
PageBreak.propTypes = iconPropTypes;
|
|
1339
1494
|
}
|
|
1340
|
-
const PageNumber = /*#__PURE__*/React.forwardRef(function PageNumber(
|
|
1495
|
+
const PageNumber = /*#__PURE__*/React.forwardRef(function PageNumber(_ref65, ref) {
|
|
1341
1496
|
let {
|
|
1342
1497
|
children,
|
|
1343
1498
|
size = 16,
|
|
1344
1499
|
...rest
|
|
1345
|
-
} =
|
|
1500
|
+
} = _ref65;
|
|
1346
1501
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1347
1502
|
width: size,
|
|
1348
1503
|
height: size,
|
|
@@ -1351,21 +1506,21 @@ const PageNumber = /*#__PURE__*/React.forwardRef(function PageNumber(_ref58, ref
|
|
|
1351
1506
|
viewBox: "0 0 32 32",
|
|
1352
1507
|
fill: "currentColor",
|
|
1353
1508
|
...rest
|
|
1354
|
-
},
|
|
1509
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1355
1510
|
d: "M22 26L16 26 16 20 20 20 20 18 16 18 16 16 22 16 22 22 18 22 18 24 22 24 22 26z"
|
|
1356
|
-
})),
|
|
1511
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1357
1512
|
d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z"
|
|
1358
1513
|
})), children);
|
|
1359
1514
|
});
|
|
1360
1515
|
if (process.env.NODE_ENV !== "production") {
|
|
1361
1516
|
PageNumber.propTypes = iconPropTypes;
|
|
1362
1517
|
}
|
|
1363
|
-
const WatsonHealthPageScroll = /*#__PURE__*/React.forwardRef(function WatsonHealthPageScroll(
|
|
1518
|
+
const WatsonHealthPageScroll = /*#__PURE__*/React.forwardRef(function WatsonHealthPageScroll(_ref66, ref) {
|
|
1364
1519
|
let {
|
|
1365
1520
|
children,
|
|
1366
1521
|
size = 16,
|
|
1367
1522
|
...rest
|
|
1368
|
-
} =
|
|
1523
|
+
} = _ref66;
|
|
1369
1524
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1370
1525
|
width: size,
|
|
1371
1526
|
height: size,
|
|
@@ -1374,23 +1529,23 @@ const WatsonHealthPageScroll = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
1374
1529
|
viewBox: "0 0 32 32",
|
|
1375
1530
|
fill: "currentColor",
|
|
1376
1531
|
...rest
|
|
1377
|
-
},
|
|
1532
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1378
1533
|
d: "M16,28H4a1.89,1.89,0,0,1-2-2V14a1.89,1.89,0,0,1,2-2H16a1.89,1.89,0,0,1,2,2V26A1.89,1.89,0,0,1,16,28ZM4,14V26H16V14Z"
|
|
1379
|
-
})),
|
|
1534
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1380
1535
|
d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z"
|
|
1381
|
-
})),
|
|
1536
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1382
1537
|
d: "M26 14H24V6H16V4h8a1.89 1.89 0 012 2zM24 17L24 19 26.8 19 22 24.4 22 22 20 22 20 28 26 28 26 26 23.2 26 28 20.6 28 23 30 23 30 17 24 17z"
|
|
1383
1538
|
})), children);
|
|
1384
1539
|
});
|
|
1385
1540
|
if (process.env.NODE_ENV !== "production") {
|
|
1386
1541
|
WatsonHealthPageScroll.propTypes = iconPropTypes;
|
|
1387
1542
|
}
|
|
1388
|
-
const PaintBrush = /*#__PURE__*/React.forwardRef(function PaintBrush(
|
|
1543
|
+
const PaintBrush = /*#__PURE__*/React.forwardRef(function PaintBrush(_ref67, ref) {
|
|
1389
1544
|
let {
|
|
1390
1545
|
children,
|
|
1391
1546
|
size = 16,
|
|
1392
1547
|
...rest
|
|
1393
|
-
} =
|
|
1548
|
+
} = _ref67;
|
|
1394
1549
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1395
1550
|
width: size,
|
|
1396
1551
|
height: size,
|
|
@@ -1399,19 +1554,19 @@ const PaintBrush = /*#__PURE__*/React.forwardRef(function PaintBrush(_ref60, ref
|
|
|
1399
1554
|
viewBox: "0 0 32 32",
|
|
1400
1555
|
fill: "currentColor",
|
|
1401
1556
|
...rest
|
|
1402
|
-
},
|
|
1557
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1403
1558
|
d: "M28.83,23.17,23,17.33V13a1,1,0,0,0-.29-.71l-10-10a1,1,0,0,0-1.42,0l-9,9a1,1,0,0,0,0,1.42l10,10A1,1,0,0,0,13,23h4.34l5.83,5.84a4,4,0,0,0,5.66-5.66ZM6,10.41l2.29,2.3,1.42-1.42L7.41,9,9,7.41l4.29,4.3,1.42-1.42L10.41,6,12,4.41,18.59,11,11,18.59,4.41,12Zm21.41,17a2,2,0,0,1-2.82,0l-6.13-6.12a1.8,1.8,0,0,0-.71-.29H13.41l-1-1L20,12.41l1,1v4.34a1,1,0,0,0,.29.7l6.12,6.14a2,2,0,0,1,0,2.82Z"
|
|
1404
1559
|
})), children);
|
|
1405
1560
|
});
|
|
1406
1561
|
if (process.env.NODE_ENV !== "production") {
|
|
1407
1562
|
PaintBrush.propTypes = iconPropTypes;
|
|
1408
1563
|
}
|
|
1409
|
-
const PaintBrushAlt = /*#__PURE__*/React.forwardRef(function PaintBrushAlt(
|
|
1564
|
+
const PaintBrushAlt = /*#__PURE__*/React.forwardRef(function PaintBrushAlt(_ref68, ref) {
|
|
1410
1565
|
let {
|
|
1411
1566
|
children,
|
|
1412
1567
|
size = 16,
|
|
1413
1568
|
...rest
|
|
1414
|
-
} =
|
|
1569
|
+
} = _ref68;
|
|
1415
1570
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1416
1571
|
width: size,
|
|
1417
1572
|
height: size,
|
|
@@ -1420,19 +1575,19 @@ const PaintBrushAlt = /*#__PURE__*/React.forwardRef(function PaintBrushAlt(_ref6
|
|
|
1420
1575
|
viewBox: "0 0 32 32",
|
|
1421
1576
|
fill: "currentColor",
|
|
1422
1577
|
...rest
|
|
1423
|
-
},
|
|
1578
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1424
1579
|
d: "M28.8281,3.1719a4.0941,4.0941,0,0,0-5.6562,0L4.05,22.292A6.9537,6.9537,0,0,0,2,27.2412V30H4.7559a6.9523,6.9523,0,0,0,4.95-2.05L28.8281,8.8286a3.999,3.999,0,0,0,0-5.6567ZM10.91,18.26l2.8286,2.8286L11.6172,23.21,8.7886,20.3818ZM8.2915,26.5356A4.9665,4.9665,0,0,1,4.7559,28H4v-.7588a4.9671,4.9671,0,0,1,1.4644-3.5351l1.91-1.91,2.8286,2.8281ZM27.4141,7.4141,15.1528,19.6748l-2.8286-2.8286,12.2617-12.26a2.0473,2.0473,0,0,1,2.8282,0,1.9995,1.9995,0,0,1,0,2.8282Z"
|
|
1425
1580
|
})), children);
|
|
1426
1581
|
});
|
|
1427
1582
|
if (process.env.NODE_ENV !== "production") {
|
|
1428
1583
|
PaintBrushAlt.propTypes = iconPropTypes;
|
|
1429
1584
|
}
|
|
1430
|
-
const PalmTree = /*#__PURE__*/React.forwardRef(function PalmTree(
|
|
1585
|
+
const PalmTree = /*#__PURE__*/React.forwardRef(function PalmTree(_ref69, ref) {
|
|
1431
1586
|
let {
|
|
1432
1587
|
children,
|
|
1433
1588
|
size = 16,
|
|
1434
1589
|
...rest
|
|
1435
|
-
} =
|
|
1590
|
+
} = _ref69;
|
|
1436
1591
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1437
1592
|
width: size,
|
|
1438
1593
|
height: size,
|
|
@@ -1441,19 +1596,19 @@ const PalmTree = /*#__PURE__*/React.forwardRef(function PalmTree(_ref62, ref) {
|
|
|
1441
1596
|
viewBox: "0 0 32 32",
|
|
1442
1597
|
fill: "currentColor",
|
|
1443
1598
|
...rest
|
|
1444
|
-
},
|
|
1599
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1445
1600
|
d: "M18.57,28C17.897,26.7251,16,22.2261,16,12v-.1313l1.1172.7446A6.4613,6.4613,0,0,1,20,18h2a8.457,8.457,0,0,0-3.7734-7.0508L16.8027,10h1.5308a7.04,7.04,0,0,1,4.2,1.4L24.4,12.8l1.2-1.6L23.7334,9.8a9.06,9.06,0,0,0-5.4-1.8H17.1172A7.0306,7.0306,0,0,1,22,6h2V4H22a9.035,9.035,0,0,0-7,3.3643A9.035,9.035,0,0,0,8,4H6V6H8a7.0306,7.0306,0,0,1,4.8828,2H11.6665a9.06,9.06,0,0,0-5.4,1.8L4.4,11.2l1.2,1.6L7.4668,11.4a7.04,7.04,0,0,1,4.2-1.4h1.5308l-1.4239.9492A8.457,8.457,0,0,0,8,18h2a6.4613,6.4613,0,0,1,2.8828-5.3867L14,11.8687V12c0,8.9438,1.4116,13.7646,2.3611,16H2v2H30V28Z"
|
|
1446
1601
|
})), children);
|
|
1447
1602
|
});
|
|
1448
1603
|
if (process.env.NODE_ENV !== "production") {
|
|
1449
1604
|
PalmTree.propTypes = iconPropTypes;
|
|
1450
1605
|
}
|
|
1451
|
-
const PanHorizontal = /*#__PURE__*/React.forwardRef(function PanHorizontal(
|
|
1606
|
+
const PanHorizontal = /*#__PURE__*/React.forwardRef(function PanHorizontal(_ref70, ref) {
|
|
1452
1607
|
let {
|
|
1453
1608
|
children,
|
|
1454
1609
|
size = 16,
|
|
1455
1610
|
...rest
|
|
1456
|
-
} =
|
|
1611
|
+
} = _ref70;
|
|
1457
1612
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1458
1613
|
width: size,
|
|
1459
1614
|
height: size,
|
|
@@ -1462,19 +1617,19 @@ const PanHorizontal = /*#__PURE__*/React.forwardRef(function PanHorizontal(_ref6
|
|
|
1462
1617
|
viewBox: "0 0 32 32",
|
|
1463
1618
|
fill: "currentColor",
|
|
1464
1619
|
...rest
|
|
1465
|
-
},
|
|
1620
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1466
1621
|
d: "M24 10L22.586 11.414 26.172 15 5.828 15 9.414 11.414 8 10 2 16 8 22 9.414 20.586 5.828 17 26.172 17 22.586 20.586 24 22 30 16 24 10z"
|
|
1467
1622
|
})), children);
|
|
1468
1623
|
});
|
|
1469
1624
|
if (process.env.NODE_ENV !== "production") {
|
|
1470
1625
|
PanHorizontal.propTypes = iconPropTypes;
|
|
1471
1626
|
}
|
|
1472
|
-
const PanVertical = /*#__PURE__*/React.forwardRef(function PanVertical(
|
|
1627
|
+
const PanVertical = /*#__PURE__*/React.forwardRef(function PanVertical(_ref71, ref) {
|
|
1473
1628
|
let {
|
|
1474
1629
|
children,
|
|
1475
1630
|
size = 16,
|
|
1476
1631
|
...rest
|
|
1477
|
-
} =
|
|
1632
|
+
} = _ref71;
|
|
1478
1633
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1479
1634
|
width: size,
|
|
1480
1635
|
height: size,
|
|
@@ -1483,19 +1638,19 @@ const PanVertical = /*#__PURE__*/React.forwardRef(function PanVertical(_ref64, r
|
|
|
1483
1638
|
viewBox: "0 0 32 32",
|
|
1484
1639
|
fill: "currentColor",
|
|
1485
1640
|
...rest
|
|
1486
|
-
},
|
|
1641
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1487
1642
|
d: "M10 8L11.414 9.414 15 5.828 15 26.172 11.414 22.586 10 24 16 30 22 24 20.586 22.586 17 26.172 17 5.828 20.586 9.414 22 8 16 2 10 8z"
|
|
1488
1643
|
})), children);
|
|
1489
1644
|
});
|
|
1490
1645
|
if (process.env.NODE_ENV !== "production") {
|
|
1491
1646
|
PanVertical.propTypes = iconPropTypes;
|
|
1492
1647
|
}
|
|
1493
|
-
const PanelExpansion = /*#__PURE__*/React.forwardRef(function PanelExpansion(
|
|
1648
|
+
const PanelExpansion = /*#__PURE__*/React.forwardRef(function PanelExpansion(_ref72, ref) {
|
|
1494
1649
|
let {
|
|
1495
1650
|
children,
|
|
1496
1651
|
size = 16,
|
|
1497
1652
|
...rest
|
|
1498
|
-
} =
|
|
1653
|
+
} = _ref72;
|
|
1499
1654
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1500
1655
|
width: size,
|
|
1501
1656
|
height: size,
|
|
@@ -1504,19 +1659,19 @@ const PanelExpansion = /*#__PURE__*/React.forwardRef(function PanelExpansion(_re
|
|
|
1504
1659
|
viewBox: "0 0 32 32",
|
|
1505
1660
|
fill: "currentColor",
|
|
1506
1661
|
...rest
|
|
1507
|
-
},
|
|
1662
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1508
1663
|
d: "M12 6H6A2 2 0 004 8v6a2 2 0 002 2h6a2 2 0 002-2V8A2 2 0 0012 6zM6 14V8h6v6zM26 6H20a2 2 0 00-2 2V24a2 2 0 002 2h6a2 2 0 002-2V8A2 2 0 0026 6zM20 24V8h6V24z"
|
|
1509
1664
|
})), children);
|
|
1510
1665
|
});
|
|
1511
1666
|
if (process.env.NODE_ENV !== "production") {
|
|
1512
1667
|
PanelExpansion.propTypes = iconPropTypes;
|
|
1513
1668
|
}
|
|
1514
|
-
const Paragraph = /*#__PURE__*/React.forwardRef(function Paragraph(
|
|
1669
|
+
const Paragraph = /*#__PURE__*/React.forwardRef(function Paragraph(_ref73, ref) {
|
|
1515
1670
|
let {
|
|
1516
1671
|
children,
|
|
1517
1672
|
size = 16,
|
|
1518
1673
|
...rest
|
|
1519
|
-
} =
|
|
1674
|
+
} = _ref73;
|
|
1520
1675
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1521
1676
|
width: size,
|
|
1522
1677
|
height: size,
|
|
@@ -1525,19 +1680,19 @@ const Paragraph = /*#__PURE__*/React.forwardRef(function Paragraph(_ref66, ref)
|
|
|
1525
1680
|
viewBox: "0 0 32 32",
|
|
1526
1681
|
fill: "currentColor",
|
|
1527
1682
|
...rest
|
|
1528
|
-
},
|
|
1683
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1529
1684
|
d: "M27,4H13a7,7,0,0,0,0,14V28h2V6h5V28h2V6h5ZM13,16A5,5,0,0,1,13,6Z"
|
|
1530
1685
|
})), children);
|
|
1531
1686
|
});
|
|
1532
1687
|
if (process.env.NODE_ENV !== "production") {
|
|
1533
1688
|
Paragraph.propTypes = iconPropTypes;
|
|
1534
1689
|
}
|
|
1535
|
-
const Parameter = /*#__PURE__*/React.forwardRef(function Parameter(
|
|
1690
|
+
const Parameter = /*#__PURE__*/React.forwardRef(function Parameter(_ref74, ref) {
|
|
1536
1691
|
let {
|
|
1537
1692
|
children,
|
|
1538
1693
|
size = 16,
|
|
1539
1694
|
...rest
|
|
1540
|
-
} =
|
|
1695
|
+
} = _ref74;
|
|
1541
1696
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1542
1697
|
width: size,
|
|
1543
1698
|
height: size,
|
|
@@ -1546,24 +1701,24 @@ const Parameter = /*#__PURE__*/React.forwardRef(function Parameter(_ref67, ref)
|
|
|
1546
1701
|
viewBox: "0 0 32 32",
|
|
1547
1702
|
fill: "currentColor",
|
|
1548
1703
|
...rest
|
|
1549
|
-
},
|
|
1704
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1550
1705
|
d: "M28,13V8a2.0023,2.0023,0,0,0-2-2H23V8h3v5a3.9756,3.9756,0,0,0,1.3823,3A3.9756,3.9756,0,0,0,26,19v5H23v2h3a2.0023,2.0023,0,0,0,2-2V19a2.0023,2.0023,0,0,1,2-2V15A2.0023,2.0023,0,0,1,28,13Z"
|
|
1551
|
-
})),
|
|
1706
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1552
1707
|
fillRule: "evenodd",
|
|
1553
1708
|
d: "M17,9l-.857,3h2L19,9h2l-.857,3H22v2H19.572l-1.143,4H21v2H17.857L17,23H15l.857-3h-2L13,23H11l.857-3H10V18h2.429l1.143-4H11V12h3.143L15,9Zm.572,5h-2l-1.143,4h2Z"
|
|
1554
|
-
})),
|
|
1709
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1555
1710
|
d: "M6,13V8H9V6H6A2.0023,2.0023,0,0,0,4,8v5a2.0023,2.0023,0,0,1-2,2v2a2.0023,2.0023,0,0,1,2,2v5a2.0023,2.0023,0,0,0,2,2H9V24H6V19a3.9756,3.9756,0,0,0-1.3823-3A3.9756,3.9756,0,0,0,6,13Z"
|
|
1556
1711
|
})), children);
|
|
1557
1712
|
});
|
|
1558
1713
|
if (process.env.NODE_ENV !== "production") {
|
|
1559
1714
|
Parameter.propTypes = iconPropTypes;
|
|
1560
1715
|
}
|
|
1561
|
-
const ParentChild = /*#__PURE__*/React.forwardRef(function ParentChild(
|
|
1716
|
+
const ParentChild = /*#__PURE__*/React.forwardRef(function ParentChild(_ref75, ref) {
|
|
1562
1717
|
let {
|
|
1563
1718
|
children,
|
|
1564
1719
|
size = 16,
|
|
1565
1720
|
...rest
|
|
1566
|
-
} =
|
|
1721
|
+
} = _ref75;
|
|
1567
1722
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1568
1723
|
width: size,
|
|
1569
1724
|
height: size,
|
|
@@ -1572,19 +1727,19 @@ const ParentChild = /*#__PURE__*/React.forwardRef(function ParentChild(_ref68, r
|
|
|
1572
1727
|
viewBox: "0 0 32 32",
|
|
1573
1728
|
fill: "currentColor",
|
|
1574
1729
|
...rest
|
|
1575
|
-
},
|
|
1730
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1576
1731
|
d: "M28,12a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4v6a2,2,0,0,0,2,2H15v4H9a2,2,0,0,0-2,2v4H4a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V24a2,2,0,0,0-2-2H9V18H23v4H20a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V24a2,2,0,0,0-2-2H25V18a2,2,0,0,0-2-2H17V12ZM12,28H4V24h8Zm16,0H20V24h8ZM4,4H28v6H4Z"
|
|
1577
1732
|
})), children);
|
|
1578
1733
|
});
|
|
1579
1734
|
if (process.env.NODE_ENV !== "production") {
|
|
1580
1735
|
ParentChild.propTypes = iconPropTypes;
|
|
1581
1736
|
}
|
|
1582
|
-
const PartitionAuto = /*#__PURE__*/React.forwardRef(function PartitionAuto(
|
|
1737
|
+
const PartitionAuto = /*#__PURE__*/React.forwardRef(function PartitionAuto(_ref76, ref) {
|
|
1583
1738
|
let {
|
|
1584
1739
|
children,
|
|
1585
1740
|
size = 16,
|
|
1586
1741
|
...rest
|
|
1587
|
-
} =
|
|
1742
|
+
} = _ref76;
|
|
1588
1743
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1589
1744
|
width: size,
|
|
1590
1745
|
height: size,
|
|
@@ -1593,19 +1748,19 @@ const PartitionAuto = /*#__PURE__*/React.forwardRef(function PartitionAuto(_ref6
|
|
|
1593
1748
|
viewBox: "0 0 32 32",
|
|
1594
1749
|
fill: "currentColor",
|
|
1595
1750
|
...rest
|
|
1596
|
-
},
|
|
1751
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1597
1752
|
d: "M26 19c-2.2056 0-4 1.7944-4 4 0 .6836.1882 1.3174.4917 1.8809-1.8762 1.3726-4.146 2.1191-6.4917 2.1191-6.0654 0-11-4.9346-11-11h-2c0 7.168 5.8318 13 13 13 2.8455 0 5.5923-.936 7.8433-2.6416.6235.4019 1.3613.6416 2.1567.6416 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM16 3c-2.8455 0-5.5923.936-7.8433 2.6416-.6235-.4019-1.3613-.6416-2.1567-.6416-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4c0-.6836-.1882-1.3174-.4917-1.8809 1.8762-1.3726 4.146-2.1191 6.4917-2.1191 6.0654 0 11 4.9346 11 11h2c0-7.168-5.8318-13-13-13zM6 11c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
|
|
1598
1753
|
})), children);
|
|
1599
1754
|
});
|
|
1600
1755
|
if (process.env.NODE_ENV !== "production") {
|
|
1601
1756
|
PartitionAuto.propTypes = iconPropTypes;
|
|
1602
1757
|
}
|
|
1603
|
-
const PartitionCollection = /*#__PURE__*/React.forwardRef(function PartitionCollection(
|
|
1758
|
+
const PartitionCollection = /*#__PURE__*/React.forwardRef(function PartitionCollection(_ref77, ref) {
|
|
1604
1759
|
let {
|
|
1605
1760
|
children,
|
|
1606
1761
|
size = 16,
|
|
1607
1762
|
...rest
|
|
1608
|
-
} =
|
|
1763
|
+
} = _ref77;
|
|
1609
1764
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1610
1765
|
width: size,
|
|
1611
1766
|
height: size,
|
|
@@ -1614,19 +1769,19 @@ const PartitionCollection = /*#__PURE__*/React.forwardRef(function PartitionColl
|
|
|
1614
1769
|
viewBox: "0 0 32 32",
|
|
1615
1770
|
fill: "currentColor",
|
|
1616
1771
|
...rest
|
|
1617
|
-
},
|
|
1772
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1618
1773
|
d: "M26 12c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-5.4143 5.4141H2v2h10.5857c.5344 0 1.0366-.208 1.4143-.5859l5.4143-5.4141h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM16.1717 14.5859l-3.5859-3.5859H2v-2h10.5857c.5344 0 1.0366.208 1.4143.5859l3.5859 3.5859-1.4143 1.4141z"
|
|
1619
1774
|
})), children);
|
|
1620
1775
|
});
|
|
1621
1776
|
if (process.env.NODE_ENV !== "production") {
|
|
1622
1777
|
PartitionCollection.propTypes = iconPropTypes;
|
|
1623
1778
|
}
|
|
1624
|
-
const PartitionRepartition = /*#__PURE__*/React.forwardRef(function PartitionRepartition(
|
|
1779
|
+
const PartitionRepartition = /*#__PURE__*/React.forwardRef(function PartitionRepartition(_ref78, ref) {
|
|
1625
1780
|
let {
|
|
1626
1781
|
children,
|
|
1627
1782
|
size = 16,
|
|
1628
1783
|
...rest
|
|
1629
|
-
} =
|
|
1784
|
+
} = _ref78;
|
|
1630
1785
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1631
1786
|
width: size,
|
|
1632
1787
|
height: size,
|
|
@@ -1635,21 +1790,21 @@ const PartitionRepartition = /*#__PURE__*/React.forwardRef(function PartitionRep
|
|
|
1635
1790
|
viewBox: "0 0 32 32",
|
|
1636
1791
|
fill: "currentColor",
|
|
1637
1792
|
...rest
|
|
1638
|
-
},
|
|
1793
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1639
1794
|
d: "M26 6c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-3.5864 3.5864 1.4141 1.4141 3.5867-3.5864h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM10.1716 17.4141l-3.5859 3.5859H2v2h4.5857c.5344 0 1.0366-.208 1.4143-.5859l3.5859-3.5859-1.4143-1.4141z"
|
|
1640
|
-
})),
|
|
1795
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1641
1796
|
d: "m26,18c-1.8584,0-3.4106,1.2798-3.8579,3h-2.728l-11.4141-11.4141c-.3777-.3779-.8799-.5859-1.4143-.5859H2v2h4.5859l11.4141,11.4141c.3777.3779.8799.5859,1.4143.5859h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
|
|
1642
1797
|
})), children);
|
|
1643
1798
|
});
|
|
1644
1799
|
if (process.env.NODE_ENV !== "production") {
|
|
1645
1800
|
PartitionRepartition.propTypes = iconPropTypes;
|
|
1646
1801
|
}
|
|
1647
|
-
const PartitionSame = /*#__PURE__*/React.forwardRef(function PartitionSame(
|
|
1802
|
+
const PartitionSame = /*#__PURE__*/React.forwardRef(function PartitionSame(_ref79, ref) {
|
|
1648
1803
|
let {
|
|
1649
1804
|
children,
|
|
1650
1805
|
size = 16,
|
|
1651
1806
|
...rest
|
|
1652
|
-
} =
|
|
1807
|
+
} = _ref79;
|
|
1653
1808
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1654
1809
|
width: size,
|
|
1655
1810
|
height: size,
|
|
@@ -1658,19 +1813,19 @@ const PartitionSame = /*#__PURE__*/React.forwardRef(function PartitionSame(_ref7
|
|
|
1658
1813
|
viewBox: "0 0 32 32",
|
|
1659
1814
|
fill: "currentColor",
|
|
1660
1815
|
...rest
|
|
1661
|
-
},
|
|
1816
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1662
1817
|
d: "M26 18c-1.8584 0-3.4106 1.2798-3.8579 3H2v2h20.1421c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM26 6c-1.8584 0-3.4106 1.2798-3.8579 3H2v2h20.1421c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
|
|
1663
1818
|
})), children);
|
|
1664
1819
|
});
|
|
1665
1820
|
if (process.env.NODE_ENV !== "production") {
|
|
1666
1821
|
PartitionSame.propTypes = iconPropTypes;
|
|
1667
1822
|
}
|
|
1668
|
-
const PartitionSpecific = /*#__PURE__*/React.forwardRef(function PartitionSpecific(
|
|
1823
|
+
const PartitionSpecific = /*#__PURE__*/React.forwardRef(function PartitionSpecific(_ref80, ref) {
|
|
1669
1824
|
let {
|
|
1670
1825
|
children,
|
|
1671
1826
|
size = 16,
|
|
1672
1827
|
...rest
|
|
1673
|
-
} =
|
|
1828
|
+
} = _ref80;
|
|
1674
1829
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1675
1830
|
width: size,
|
|
1676
1831
|
height: size,
|
|
@@ -1679,19 +1834,19 @@ const PartitionSpecific = /*#__PURE__*/React.forwardRef(function PartitionSpecif
|
|
|
1679
1834
|
viewBox: "0 0 32 32",
|
|
1680
1835
|
fill: "currentColor",
|
|
1681
1836
|
...rest
|
|
1682
|
-
},
|
|
1837
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1683
1838
|
d: "M26 18c-1.8584 0-3.4106 1.2798-3.8579 3h-2.728l-5.4141-5.4141c-.3777-.3779-.8799-.5859-1.4143-.5859H2v2h10.5859l5.4141 5.4141c.3777.3779.8799.5859 1.4143.5859h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM26 6c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-3.5864 3.5864 1.4141 1.4141 3.5867-3.5864h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
|
|
1684
1839
|
})), children);
|
|
1685
1840
|
});
|
|
1686
1841
|
if (process.env.NODE_ENV !== "production") {
|
|
1687
1842
|
PartitionSpecific.propTypes = iconPropTypes;
|
|
1688
1843
|
}
|
|
1689
|
-
const PartlyCloudy = /*#__PURE__*/React.forwardRef(function PartlyCloudy(
|
|
1844
|
+
const PartlyCloudy = /*#__PURE__*/React.forwardRef(function PartlyCloudy(_ref81, ref) {
|
|
1690
1845
|
let {
|
|
1691
1846
|
children,
|
|
1692
1847
|
size = 16,
|
|
1693
1848
|
...rest
|
|
1694
|
-
} =
|
|
1849
|
+
} = _ref81;
|
|
1695
1850
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1696
1851
|
width: size,
|
|
1697
1852
|
height: size,
|
|
@@ -1700,32 +1855,32 @@ const PartlyCloudy = /*#__PURE__*/React.forwardRef(function PartlyCloudy(_ref74,
|
|
|
1700
1855
|
viewBox: "0 0 32 32",
|
|
1701
1856
|
fill: "currentColor",
|
|
1702
1857
|
...rest
|
|
1703
|
-
},
|
|
1858
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1704
1859
|
d: "M27 15H31V17H27z"
|
|
1705
|
-
})),
|
|
1860
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1706
1861
|
d: "M23.086 5.794H27.329V7.794H23.086z",
|
|
1707
1862
|
transform: "rotate(-45 25.207 6.794)"
|
|
1708
|
-
})),
|
|
1863
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1709
1864
|
d: "M15 1H17V5H15z"
|
|
1710
|
-
})),
|
|
1865
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1711
1866
|
d: "M4.672 24.208H8.915V26.208H4.672z",
|
|
1712
1867
|
transform: "rotate(-45 6.793 25.208)"
|
|
1713
|
-
})),
|
|
1868
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1714
1869
|
d: "M5.793 4.672H7.793V8.915H5.793z",
|
|
1715
1870
|
transform: "rotate(-45 6.793 6.794)"
|
|
1716
|
-
})),
|
|
1871
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1717
1872
|
d: "M1 15H5V17H1zM26.7939 20.3418a6.9617 6.9617 0 00-1.8681-3.2671A8.485 8.485 0 0025 16a9 9 0 10-14.585 7.0332A4.9771 4.9771 0 0015 30H25a4.9947 4.9947 0 001.7939-9.6582zM9 16a6.9955 6.9955 0 0113.9849-.2969A6.8883 6.8883 0 0020 15a7.04 7.04 0 00-6.7944 5.3418A4.986 4.986 0 0011.5618 21.39 6.9675 6.9675 0 019 16zM25 28H15a2.9945 2.9945 0 01-.6963-5.9082l.6587-.1572.0986-.67a4.9923 4.9923 0 019.878 0l.0986.6695.6587.1572A2.9945 2.9945 0 0125 28z"
|
|
1718
1873
|
})), children);
|
|
1719
1874
|
});
|
|
1720
1875
|
if (process.env.NODE_ENV !== "production") {
|
|
1721
1876
|
PartlyCloudy.propTypes = iconPropTypes;
|
|
1722
1877
|
}
|
|
1723
|
-
const PartlyCloudyNight = /*#__PURE__*/React.forwardRef(function PartlyCloudyNight(
|
|
1878
|
+
const PartlyCloudyNight = /*#__PURE__*/React.forwardRef(function PartlyCloudyNight(_ref82, ref) {
|
|
1724
1879
|
let {
|
|
1725
1880
|
children,
|
|
1726
1881
|
size = 16,
|
|
1727
1882
|
...rest
|
|
1728
|
-
} =
|
|
1883
|
+
} = _ref82;
|
|
1729
1884
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1730
1885
|
width: size,
|
|
1731
1886
|
height: size,
|
|
@@ -1734,19 +1889,19 @@ const PartlyCloudyNight = /*#__PURE__*/React.forwardRef(function PartlyCloudyNig
|
|
|
1734
1889
|
viewBox: "0 0 32 32",
|
|
1735
1890
|
fill: "currentColor",
|
|
1736
1891
|
...rest
|
|
1737
|
-
},
|
|
1892
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1738
1893
|
d: "M30,19a4.974,4.974,0,0,0-3.2061-4.6582A6.9711,6.9711,0,0,0,13.7578,12.9a13.1418,13.1418,0,0,1,.1314-8.52A1.015,1.015,0,0,0,12.98,3a.9825.9825,0,0,0-.1746.0156A13.0958,13.0958,0,0,0,14.63,28.9971c.164.0063.3281,0,.4907,0a13.0412,13.0412,0,0,0,10.29-5.0386A4.99,4.99,0,0,0,30,19ZM14.7034,26.9976a11.0945,11.0945,0,0,1-3.201-21.584,15.1817,15.1817,0,0,0,.8443,9.3676A4.9877,4.9877,0,0,0,15,24h7.6772a11.0991,11.0991,0,0,1-7.5561,2.9976C14.9827,26.9976,14.8428,27.0024,14.7034,26.9976ZM25,22H15a2.9945,2.9945,0,0,1-.6963-5.9082l.6587-.1572.0986-.67a4.9923,4.9923,0,0,1,9.878.0005l.0986.6695.6587.1572A2.9945,2.9945,0,0,1,25,22Z"
|
|
1739
1894
|
})), children);
|
|
1740
1895
|
});
|
|
1741
1896
|
if (process.env.NODE_ENV !== "production") {
|
|
1742
1897
|
PartlyCloudyNight.propTypes = iconPropTypes;
|
|
1743
1898
|
}
|
|
1744
|
-
const Partnership = /*#__PURE__*/React.forwardRef(function Partnership(
|
|
1899
|
+
const Partnership = /*#__PURE__*/React.forwardRef(function Partnership(_ref83, ref) {
|
|
1745
1900
|
let {
|
|
1746
1901
|
children,
|
|
1747
1902
|
size = 16,
|
|
1748
1903
|
...rest
|
|
1749
|
-
} =
|
|
1904
|
+
} = _ref83;
|
|
1750
1905
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1751
1906
|
width: size,
|
|
1752
1907
|
height: size,
|
|
@@ -1755,19 +1910,19 @@ const Partnership = /*#__PURE__*/React.forwardRef(function Partnership(_ref76, r
|
|
|
1755
1910
|
viewBox: "0 0 32 32",
|
|
1756
1911
|
fill: "currentColor",
|
|
1757
1912
|
...rest
|
|
1758
|
-
},
|
|
1913
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1759
1914
|
d: "M8 9a4 4 0 114-4A4 4 0 018 9zM8 3a2 2 0 102 2A2 2 0 008 3zM24 9a4 4 0 114-4A4 4 0 0124 9zm0-6a2 2 0 102 2A2 2 0 0024 3zM26 30H22a2 2 0 01-2-2V21h2v7h4V19h2V13a1 1 0 00-1-1H20.58L16 20l-4.58-8H5a1 1 0 00-1 1v6H6v9h4V21h2v7a2 2 0 01-2 2H6a2 2 0 01-2-2V21a2 2 0 01-2-2V13a3 3 0 013-3h7.58L16 16l3.42-6H27a3 3 0 013 3v6a2 2 0 01-2 2v7A2 2 0 0126 30z"
|
|
1760
1915
|
})), children);
|
|
1761
1916
|
});
|
|
1762
1917
|
if (process.env.NODE_ENV !== "production") {
|
|
1763
1918
|
Partnership.propTypes = iconPropTypes;
|
|
1764
1919
|
}
|
|
1765
|
-
const PassengerDrinks = /*#__PURE__*/React.forwardRef(function PassengerDrinks(
|
|
1920
|
+
const PassengerDrinks = /*#__PURE__*/React.forwardRef(function PassengerDrinks(_ref84, ref) {
|
|
1766
1921
|
let {
|
|
1767
1922
|
children,
|
|
1768
1923
|
size = 16,
|
|
1769
1924
|
...rest
|
|
1770
|
-
} =
|
|
1925
|
+
} = _ref84;
|
|
1771
1926
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1772
1927
|
width: size,
|
|
1773
1928
|
height: size,
|
|
@@ -1776,21 +1931,21 @@ const PassengerDrinks = /*#__PURE__*/React.forwardRef(function PassengerDrinks(_
|
|
|
1776
1931
|
viewBox: "0 0 32 32",
|
|
1777
1932
|
fill: "currentColor",
|
|
1778
1933
|
...rest
|
|
1779
|
-
},
|
|
1934
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1780
1935
|
d: "M30 4V2H22V4a3.9906 3.9906 0 003 3.8586V11H23v2h6V11H27V7.8586A3.9906 3.9906 0 0030 4zM10.5 9A3.5 3.5 0 1114 5.5 3.5042 3.5042 0 0110.5 9zm0-5A1.5 1.5 0 1012 5.5 1.5017 1.5017 0 0010.5 4zM22.4746 31.313L19.3408 24H12.2393A4.0073 4.0073 0 018.373 21.0293l-1.6337-6.126a3.8987 3.8987 0 017.5341-2.0092L15.1016 16H21v2H13.5645l-1.2227-4.5908a1.9 1.9 0 00-3.6709.979l1.6338 6.1255A2.0052 2.0052 0 0012.2393 22h8.42l3.6543 8.5254z"
|
|
1781
|
-
})),
|
|
1936
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1782
1937
|
d: "M18,28H7.7683a2.0025,2.0025,0,0,1-1.9326-1.4849L2.0337,12.2576l1.9326-.5152L7.7683,26H18Z"
|
|
1783
1938
|
})), children);
|
|
1784
1939
|
});
|
|
1785
1940
|
if (process.env.NODE_ENV !== "production") {
|
|
1786
1941
|
PassengerDrinks.propTypes = iconPropTypes;
|
|
1787
1942
|
}
|
|
1788
|
-
const PassengerPlus = /*#__PURE__*/React.forwardRef(function PassengerPlus(
|
|
1943
|
+
const PassengerPlus = /*#__PURE__*/React.forwardRef(function PassengerPlus(_ref85, ref) {
|
|
1789
1944
|
let {
|
|
1790
1945
|
children,
|
|
1791
1946
|
size = 16,
|
|
1792
1947
|
...rest
|
|
1793
|
-
} =
|
|
1948
|
+
} = _ref85;
|
|
1794
1949
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1795
1950
|
width: size,
|
|
1796
1951
|
height: size,
|
|
@@ -1799,21 +1954,21 @@ const PassengerPlus = /*#__PURE__*/React.forwardRef(function PassengerPlus(_ref7
|
|
|
1799
1954
|
viewBox: "0 0 32 32",
|
|
1800
1955
|
fill: "currentColor",
|
|
1801
1956
|
...rest
|
|
1802
|
-
},
|
|
1957
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1803
1958
|
d: "M10.5 9A3.5 3.5 0 1114 5.5 3.5042 3.5042 0 0110.5 9zm0-5A1.5 1.5 0 1012 5.5 1.5017 1.5017 0 0010.5 4zM22.4739 31.313L19.34 24H12.2385a4.0072 4.0072 0 01-3.8662-2.9707l-1.6338-6.126a3.8988 3.8988 0 017.5342-2.0092L15.1008 16H21v2H13.5637l-1.2226-4.5908a1.9 1.9 0 00-3.6709.979l1.6338 6.1255A2.0051 2.0051 0 0012.2385 22h8.42l3.6543 8.5254zM30 6L26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6z"
|
|
1804
|
-
})),
|
|
1959
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1805
1960
|
d: "M18,28H7.7676A2.0025,2.0025,0,0,1,5.835,26.5151L2.033,12.2576l1.9326-.5152L7.7676,26H18Z"
|
|
1806
1961
|
})), children);
|
|
1807
1962
|
});
|
|
1808
1963
|
if (process.env.NODE_ENV !== "production") {
|
|
1809
1964
|
PassengerPlus.propTypes = iconPropTypes;
|
|
1810
1965
|
}
|
|
1811
|
-
const Password = /*#__PURE__*/React.forwardRef(function Password(
|
|
1966
|
+
const Password = /*#__PURE__*/React.forwardRef(function Password(_ref86, ref) {
|
|
1812
1967
|
let {
|
|
1813
1968
|
children,
|
|
1814
1969
|
size = 16,
|
|
1815
1970
|
...rest
|
|
1816
|
-
} =
|
|
1971
|
+
} = _ref86;
|
|
1817
1972
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1818
1973
|
width: size,
|
|
1819
1974
|
height: size,
|
|
@@ -1822,7 +1977,7 @@ const Password = /*#__PURE__*/React.forwardRef(function Password(_ref79, ref) {
|
|
|
1822
1977
|
viewBox: "0 0 32 32",
|
|
1823
1978
|
fill: "currentColor",
|
|
1824
1979
|
...rest
|
|
1825
|
-
},
|
|
1980
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1826
1981
|
d: "M21,2a8.9977,8.9977,0,0,0-8.6119,11.6118L2,24v6H8L18.3881,19.6118A9,9,0,1,0,21,2Zm0,16a7.0125,7.0125,0,0,1-2.0322-.3022L17.821,17.35l-.8472.8472-3.1811,3.1812L12.4141,20,11,21.4141l1.3787,1.3786-1.5859,1.586L9.4141,23,8,24.4141l1.3787,1.3786L7.1716,28H4V24.8284l9.8023-9.8023.8472-.8474-.3473-1.1467A7,7,0,1,1,21,18Z"
|
|
1827
1982
|
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
1828
1983
|
cx: "22",
|
|
@@ -1833,12 +1988,12 @@ const Password = /*#__PURE__*/React.forwardRef(function Password(_ref79, ref) {
|
|
|
1833
1988
|
if (process.env.NODE_ENV !== "production") {
|
|
1834
1989
|
Password.propTypes = iconPropTypes;
|
|
1835
1990
|
}
|
|
1836
|
-
const Paste = /*#__PURE__*/React.forwardRef(function Paste(
|
|
1991
|
+
const Paste = /*#__PURE__*/React.forwardRef(function Paste(_ref87, ref) {
|
|
1837
1992
|
let {
|
|
1838
1993
|
children,
|
|
1839
1994
|
size = 16,
|
|
1840
1995
|
...rest
|
|
1841
|
-
} =
|
|
1996
|
+
} = _ref87;
|
|
1842
1997
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1843
1998
|
width: size,
|
|
1844
1999
|
height: size,
|
|
@@ -1847,21 +2002,21 @@ const Paste = /*#__PURE__*/React.forwardRef(function Paste(_ref80, ref) {
|
|
|
1847
2002
|
viewBox: "0 0 32 32",
|
|
1848
2003
|
fill: "currentColor",
|
|
1849
2004
|
...rest
|
|
1850
|
-
},
|
|
2005
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1851
2006
|
d: "M26,20H17.83l2.58-2.59L19,16l-5,5,5,5,1.41-1.41L17.83,22H26v8h2V22A2,2,0,0,0,26,20Z"
|
|
1852
|
-
})),
|
|
2007
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1853
2008
|
d: "M23.71,9.29l-7-7A1,1,0,0,0,16,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2h8V28H6V4h8v6a2,2,0,0,0,2,2h6v2h2V10A1,1,0,0,0,23.71,9.29ZM16,4.41,21.59,10H16Z"
|
|
1854
2009
|
})), children);
|
|
1855
2010
|
});
|
|
1856
2011
|
if (process.env.NODE_ENV !== "production") {
|
|
1857
2012
|
Paste.propTypes = iconPropTypes;
|
|
1858
2013
|
}
|
|
1859
|
-
const Pause = /*#__PURE__*/React.forwardRef(function Pause(
|
|
2014
|
+
const Pause = /*#__PURE__*/React.forwardRef(function Pause(_ref88, ref) {
|
|
1860
2015
|
let {
|
|
1861
2016
|
children,
|
|
1862
2017
|
size = 16,
|
|
1863
2018
|
...rest
|
|
1864
|
-
} =
|
|
2019
|
+
} = _ref88;
|
|
1865
2020
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1866
2021
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1867
2022
|
width: size,
|
|
@@ -1871,7 +2026,7 @@ const Pause = /*#__PURE__*/React.forwardRef(function Pause(_ref81, ref) {
|
|
|
1871
2026
|
viewBox: "0 0 16 16",
|
|
1872
2027
|
fill: "currentColor",
|
|
1873
2028
|
...rest
|
|
1874
|
-
},
|
|
2029
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1875
2030
|
d: "M6 4v8H4V4H6M6 3H4C3.4 3 3 3.4 3 4v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V4C7 3.4 6.6 3 6 3zM12 4v8h-2V4H12M12 3h-2C9.4 3 9 3.4 9 4v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V4C13 3.4 12.6 3 12 3z"
|
|
1876
2031
|
})), children);
|
|
1877
2032
|
}
|
|
@@ -1883,19 +2038,19 @@ const Pause = /*#__PURE__*/React.forwardRef(function Pause(_ref81, ref) {
|
|
|
1883
2038
|
viewBox: "0 0 32 32",
|
|
1884
2039
|
fill: "currentColor",
|
|
1885
2040
|
...rest
|
|
1886
|
-
},
|
|
2041
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1887
2042
|
d: "M12 8V24H8V8h4m0-2H8A2 2 0 006 8V24a2 2 0 002 2h4a2 2 0 002-2V8a2 2 0 00-2-2zM24 8V24H20V8h4m0-2H20a2 2 0 00-2 2V24a2 2 0 002 2h4a2 2 0 002-2V8a2 2 0 00-2-2z"
|
|
1888
2043
|
})), children);
|
|
1889
2044
|
});
|
|
1890
2045
|
if (process.env.NODE_ENV !== "production") {
|
|
1891
2046
|
Pause.propTypes = iconPropTypes;
|
|
1892
2047
|
}
|
|
1893
|
-
const PauseFilled = /*#__PURE__*/React.forwardRef(function PauseFilled(
|
|
2048
|
+
const PauseFilled = /*#__PURE__*/React.forwardRef(function PauseFilled(_ref89, ref) {
|
|
1894
2049
|
let {
|
|
1895
2050
|
children,
|
|
1896
2051
|
size = 16,
|
|
1897
2052
|
...rest
|
|
1898
|
-
} =
|
|
2053
|
+
} = _ref89;
|
|
1899
2054
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1900
2055
|
width: size,
|
|
1901
2056
|
height: size,
|
|
@@ -1904,19 +2059,19 @@ const PauseFilled = /*#__PURE__*/React.forwardRef(function PauseFilled(_ref82, r
|
|
|
1904
2059
|
viewBox: "0 0 32 32",
|
|
1905
2060
|
fill: "currentColor",
|
|
1906
2061
|
...rest
|
|
1907
|
-
},
|
|
2062
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1908
2063
|
d: "M12 6H10A2 2 0 008 8V24a2 2 0 002 2h2a2 2 0 002-2V8a2 2 0 00-2-2zM22 6H20a2 2 0 00-2 2V24a2 2 0 002 2h2a2 2 0 002-2V8a2 2 0 00-2-2z"
|
|
1909
2064
|
})), children);
|
|
1910
2065
|
});
|
|
1911
2066
|
if (process.env.NODE_ENV !== "production") {
|
|
1912
2067
|
PauseFilled.propTypes = iconPropTypes;
|
|
1913
2068
|
}
|
|
1914
|
-
const PauseOutline = /*#__PURE__*/React.forwardRef(function PauseOutline(
|
|
2069
|
+
const PauseOutline = /*#__PURE__*/React.forwardRef(function PauseOutline(_ref90, ref) {
|
|
1915
2070
|
let {
|
|
1916
2071
|
children,
|
|
1917
2072
|
size = 16,
|
|
1918
2073
|
...rest
|
|
1919
|
-
} =
|
|
2074
|
+
} = _ref90;
|
|
1920
2075
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1921
2076
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1922
2077
|
width: size,
|
|
@@ -1926,9 +2081,9 @@ const PauseOutline = /*#__PURE__*/React.forwardRef(function PauseOutline(_ref83,
|
|
|
1926
2081
|
viewBox: "0 0 16 16",
|
|
1927
2082
|
fill: "currentColor",
|
|
1928
2083
|
...rest
|
|
1929
|
-
},
|
|
2084
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1930
2085
|
d: "M7 5L6 5 6 11 7 11 7 5zM10 5L9 5 9 11 10 11 10 5z"
|
|
1931
|
-
})),
|
|
2086
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1932
2087
|
d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"
|
|
1933
2088
|
})), children);
|
|
1934
2089
|
}
|
|
@@ -1940,21 +2095,21 @@ const PauseOutline = /*#__PURE__*/React.forwardRef(function PauseOutline(_ref83,
|
|
|
1940
2095
|
viewBox: "0 0 32 32",
|
|
1941
2096
|
fill: "currentColor",
|
|
1942
2097
|
...rest
|
|
1943
|
-
},
|
|
2098
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1944
2099
|
d: "M14 10L12 10 12 22 14 22 14 10 14 10zM20 10L18 10 18 22 20 22 20 10 20 10z"
|
|
1945
|
-
})),
|
|
2100
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1946
2101
|
d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
|
|
1947
2102
|
})), children);
|
|
1948
2103
|
});
|
|
1949
2104
|
if (process.env.NODE_ENV !== "production") {
|
|
1950
2105
|
PauseOutline.propTypes = iconPropTypes;
|
|
1951
2106
|
}
|
|
1952
|
-
const PauseOutlineFilled = /*#__PURE__*/React.forwardRef(function PauseOutlineFilled(
|
|
2107
|
+
const PauseOutlineFilled = /*#__PURE__*/React.forwardRef(function PauseOutlineFilled(_ref91, ref) {
|
|
1953
2108
|
let {
|
|
1954
2109
|
children,
|
|
1955
2110
|
size = 16,
|
|
1956
2111
|
...rest
|
|
1957
|
-
} =
|
|
2112
|
+
} = _ref91;
|
|
1958
2113
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1959
2114
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1960
2115
|
width: size,
|
|
@@ -1964,7 +2119,7 @@ const PauseOutlineFilled = /*#__PURE__*/React.forwardRef(function PauseOutlineFi
|
|
|
1964
2119
|
viewBox: "0 0 16 16",
|
|
1965
2120
|
fill: "currentColor",
|
|
1966
2121
|
...rest
|
|
1967
|
-
},
|
|
2122
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1968
2123
|
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M7,11H6V5h1V11z M10,11H9V5h1V11z"
|
|
1969
2124
|
})), children);
|
|
1970
2125
|
}
|
|
@@ -1976,19 +2131,19 @@ const PauseOutlineFilled = /*#__PURE__*/React.forwardRef(function PauseOutlineFi
|
|
|
1976
2131
|
viewBox: "0 0 32 32",
|
|
1977
2132
|
fill: "currentColor",
|
|
1978
2133
|
...rest
|
|
1979
|
-
},
|
|
2134
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1980
2135
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,22H12V10h2Zm6,0H18V10h2Z"
|
|
1981
2136
|
})), children);
|
|
1982
2137
|
});
|
|
1983
2138
|
if (process.env.NODE_ENV !== "production") {
|
|
1984
2139
|
PauseOutlineFilled.propTypes = iconPropTypes;
|
|
1985
2140
|
}
|
|
1986
|
-
const PauseFuture = /*#__PURE__*/React.forwardRef(function PauseFuture(
|
|
2141
|
+
const PauseFuture = /*#__PURE__*/React.forwardRef(function PauseFuture(_ref92, ref) {
|
|
1987
2142
|
let {
|
|
1988
2143
|
children,
|
|
1989
2144
|
size = 16,
|
|
1990
2145
|
...rest
|
|
1991
|
-
} =
|
|
2146
|
+
} = _ref92;
|
|
1992
2147
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1993
2148
|
width: size,
|
|
1994
2149
|
height: size,
|
|
@@ -1997,21 +2152,21 @@ const PauseFuture = /*#__PURE__*/React.forwardRef(function PauseFuture(_ref85, r
|
|
|
1997
2152
|
viewBox: "0 0 32 32",
|
|
1998
2153
|
fill: "currentColor",
|
|
1999
2154
|
...rest
|
|
2000
|
-
},
|
|
2155
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
2001
2156
|
d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
|
|
2002
|
-
})),
|
|
2157
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
2003
2158
|
d: "M16,2A13.9158,13.9158,0,0,1,26,6.2343V2h2v8H20V8h4.9217A11.9818,11.9818,0,1,0,28,16h2A14,14,0,1,1,16,2Z"
|
|
2004
2159
|
})), children);
|
|
2005
2160
|
});
|
|
2006
2161
|
if (process.env.NODE_ENV !== "production") {
|
|
2007
2162
|
PauseFuture.propTypes = iconPropTypes;
|
|
2008
2163
|
}
|
|
2009
|
-
const PausePast = /*#__PURE__*/React.forwardRef(function PausePast(
|
|
2164
|
+
const PausePast = /*#__PURE__*/React.forwardRef(function PausePast(_ref93, ref) {
|
|
2010
2165
|
let {
|
|
2011
2166
|
children,
|
|
2012
2167
|
size = 16,
|
|
2013
2168
|
...rest
|
|
2014
|
-
} =
|
|
2169
|
+
} = _ref93;
|
|
2015
2170
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2016
2171
|
width: size,
|
|
2017
2172
|
height: size,
|
|
@@ -2020,21 +2175,21 @@ const PausePast = /*#__PURE__*/React.forwardRef(function PausePast(_ref86, ref)
|
|
|
2020
2175
|
viewBox: "0 0 32 32",
|
|
2021
2176
|
fill: "currentColor",
|
|
2022
2177
|
...rest
|
|
2023
|
-
},
|
|
2178
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
2024
2179
|
d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
|
|
2025
|
-
})),
|
|
2180
|
+
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2026
2181
|
d: "M16,2A13.9158,13.9158,0,0,0,6,6.2343V2H4v8h8V8H7.0783A11.9818,11.9818,0,1,1,4,16H2A14,14,0,1,0,16,2Z"
|
|
2027
2182
|
})), children);
|
|
2028
2183
|
});
|
|
2029
2184
|
if (process.env.NODE_ENV !== "production") {
|
|
2030
2185
|
PausePast.propTypes = iconPropTypes;
|
|
2031
2186
|
}
|
|
2032
|
-
const PcnENode = /*#__PURE__*/React.forwardRef(function PcnENode(
|
|
2187
|
+
const PcnENode = /*#__PURE__*/React.forwardRef(function PcnENode(_ref94, ref) {
|
|
2033
2188
|
let {
|
|
2034
2189
|
children,
|
|
2035
2190
|
size = 16,
|
|
2036
2191
|
...rest
|
|
2037
|
-
} =
|
|
2192
|
+
} = _ref94;
|
|
2038
2193
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2039
2194
|
width: size,
|
|
2040
2195
|
height: size,
|
|
@@ -2043,21 +2198,21 @@ const PcnENode = /*#__PURE__*/React.forwardRef(function PcnENode(_ref87, ref) {
|
|
|
2043
2198
|
viewBox: "0 0 32 32",
|
|
2044
2199
|
fill: "currentColor",
|
|
2045
2200
|
...rest
|
|
2046
|
-
},
|
|
2201
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2047
2202
|
d: "M20 11L20 9 12 9 12 23 20 23 20 21 14 21 14 17 19 17 19 15 14 15 14 11 20 11z"
|
|
2048
|
-
})),
|
|
2203
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2049
2204
|
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
2050
2205
|
})), children);
|
|
2051
2206
|
});
|
|
2052
2207
|
if (process.env.NODE_ENV !== "production") {
|
|
2053
2208
|
PcnENode.propTypes = iconPropTypes;
|
|
2054
2209
|
}
|
|
2055
|
-
const PcnMilitary = /*#__PURE__*/React.forwardRef(function PcnMilitary(
|
|
2210
|
+
const PcnMilitary = /*#__PURE__*/React.forwardRef(function PcnMilitary(_ref95, ref) {
|
|
2056
2211
|
let {
|
|
2057
2212
|
children,
|
|
2058
2213
|
size = 16,
|
|
2059
2214
|
...rest
|
|
2060
|
-
} =
|
|
2215
|
+
} = _ref95;
|
|
2061
2216
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2062
2217
|
width: size,
|
|
2063
2218
|
height: size,
|
|
@@ -2066,25 +2221,25 @@ const PcnMilitary = /*#__PURE__*/React.forwardRef(function PcnMilitary(_ref88, r
|
|
|
2066
2221
|
viewBox: "0 0 32 32",
|
|
2067
2222
|
fill: "currentColor",
|
|
2068
2223
|
...rest
|
|
2069
|
-
},
|
|
2224
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2070
2225
|
d: "M16 16L14.407 19 11 19.414 13.5 21.667 13 25 16 23.125 19 25 18.5 21.667 21 19.414 17.5 19 16 16z"
|
|
2071
|
-
})),
|
|
2226
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2072
2227
|
d: "M12.414 17.414L16 13.834 16 13.834 19.588 17.416 21 16 16 11 11 16 12.414 17.414z"
|
|
2073
|
-
})),
|
|
2228
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2074
2229
|
d: "M12.414 12.414L16 8.834 16 8.834 19.588 12.416 21 11 16 6 11 11 12.414 12.414z"
|
|
2075
|
-
})),
|
|
2230
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2076
2231
|
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
2077
2232
|
})), children);
|
|
2078
2233
|
});
|
|
2079
2234
|
if (process.env.NODE_ENV !== "production") {
|
|
2080
2235
|
PcnMilitary.propTypes = iconPropTypes;
|
|
2081
2236
|
}
|
|
2082
|
-
const PcnPNode = /*#__PURE__*/React.forwardRef(function PcnPNode(
|
|
2237
|
+
const PcnPNode = /*#__PURE__*/React.forwardRef(function PcnPNode(_ref96, ref) {
|
|
2083
2238
|
let {
|
|
2084
2239
|
children,
|
|
2085
2240
|
size = 16,
|
|
2086
2241
|
...rest
|
|
2087
|
-
} =
|
|
2242
|
+
} = _ref96;
|
|
2088
2243
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2089
2244
|
width: size,
|
|
2090
2245
|
height: size,
|
|
@@ -2093,21 +2248,21 @@ const PcnPNode = /*#__PURE__*/React.forwardRef(function PcnPNode(_ref89, ref) {
|
|
|
2093
2248
|
viewBox: "0 0 32 32",
|
|
2094
2249
|
fill: "currentColor",
|
|
2095
2250
|
...rest
|
|
2096
|
-
},
|
|
2251
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2097
2252
|
d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V10.9985H14Z"
|
|
2098
|
-
})),
|
|
2253
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2099
2254
|
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
2100
2255
|
})), children);
|
|
2101
2256
|
});
|
|
2102
2257
|
if (process.env.NODE_ENV !== "production") {
|
|
2103
2258
|
PcnPNode.propTypes = iconPropTypes;
|
|
2104
2259
|
}
|
|
2105
|
-
const PcnZNode = /*#__PURE__*/React.forwardRef(function PcnZNode(
|
|
2260
|
+
const PcnZNode = /*#__PURE__*/React.forwardRef(function PcnZNode(_ref97, ref) {
|
|
2106
2261
|
let {
|
|
2107
2262
|
children,
|
|
2108
2263
|
size = 16,
|
|
2109
2264
|
...rest
|
|
2110
|
-
} =
|
|
2265
|
+
} = _ref97;
|
|
2111
2266
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2112
2267
|
width: size,
|
|
2113
2268
|
height: size,
|
|
@@ -2116,21 +2271,21 @@ const PcnZNode = /*#__PURE__*/React.forwardRef(function PcnZNode(_ref90, ref) {
|
|
|
2116
2271
|
viewBox: "0 0 32 32",
|
|
2117
2272
|
fill: "currentColor",
|
|
2118
2273
|
...rest
|
|
2119
|
-
},
|
|
2274
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2120
2275
|
d: "M20 9L12 9 12 11 18 11 12 21 12 23 20 23 20 21 14 21 20 11 20 9z"
|
|
2121
|
-
})),
|
|
2276
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2122
2277
|
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
2123
2278
|
})), children);
|
|
2124
2279
|
});
|
|
2125
2280
|
if (process.env.NODE_ENV !== "production") {
|
|
2126
2281
|
PcnZNode.propTypes = iconPropTypes;
|
|
2127
2282
|
}
|
|
2128
|
-
const Pdf = /*#__PURE__*/React.forwardRef(function Pdf(
|
|
2283
|
+
const Pdf = /*#__PURE__*/React.forwardRef(function Pdf(_ref98, ref) {
|
|
2129
2284
|
let {
|
|
2130
2285
|
children,
|
|
2131
2286
|
size = 16,
|
|
2132
2287
|
...rest
|
|
2133
|
-
} =
|
|
2288
|
+
} = _ref98;
|
|
2134
2289
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2135
2290
|
width: size,
|
|
2136
2291
|
height: size,
|
|
@@ -2139,19 +2294,19 @@ const Pdf = /*#__PURE__*/React.forwardRef(function Pdf(_ref91, ref) {
|
|
|
2139
2294
|
viewBox: "0 0 32 32",
|
|
2140
2295
|
fill: "currentColor",
|
|
2141
2296
|
...rest
|
|
2142
|
-
},
|
|
2297
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2143
2298
|
d: "M30 11L30 9 22 9 22 23 24 23 24 17 29 17 29 15 24 15 24 11 30 11zM8 9H2V23H4V18H8a2 2 0 002-2V11A2 2 0 008 9zm0 7H4V11H8zM16 23H12V9h4a4 4 0 014 4v6A4 4 0 0116 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H14z"
|
|
2144
2299
|
})), children);
|
|
2145
2300
|
});
|
|
2146
2301
|
if (process.env.NODE_ENV !== "production") {
|
|
2147
2302
|
Pdf.propTypes = iconPropTypes;
|
|
2148
2303
|
}
|
|
2149
|
-
const PdfReference = /*#__PURE__*/React.forwardRef(function PdfReference(
|
|
2304
|
+
const PdfReference = /*#__PURE__*/React.forwardRef(function PdfReference(_ref99, ref) {
|
|
2150
2305
|
let {
|
|
2151
2306
|
children,
|
|
2152
2307
|
size = 16,
|
|
2153
2308
|
...rest
|
|
2154
|
-
} =
|
|
2309
|
+
} = _ref99;
|
|
2155
2310
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2156
2311
|
width: size,
|
|
2157
2312
|
height: size,
|
|
@@ -2160,19 +2315,19 @@ const PdfReference = /*#__PURE__*/React.forwardRef(function PdfReference(_ref92,
|
|
|
2160
2315
|
viewBox: "0 0 32 32",
|
|
2161
2316
|
fill: "currentColor",
|
|
2162
2317
|
...rest
|
|
2163
|
-
},
|
|
2318
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2164
2319
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM22 16L24 16 24 10 29 10 29 8 24 8 24 4 30 4 30 2 22 2 22 16zM16 2H12V16h4a4 4 0 004-4V6A4 4 0 0016 2zm2 10a2 2 0 01-2 2H14V4h2a2 2 0 012 2zM8 2H2V16H4V11H8a2 2 0 002-2V4A2 2 0 008 2zM8 9H4V4H8z"
|
|
2165
2320
|
})), children);
|
|
2166
2321
|
});
|
|
2167
2322
|
if (process.env.NODE_ENV !== "production") {
|
|
2168
2323
|
PdfReference.propTypes = iconPropTypes;
|
|
2169
2324
|
}
|
|
2170
|
-
const Pedestrian = /*#__PURE__*/React.forwardRef(function Pedestrian(
|
|
2325
|
+
const Pedestrian = /*#__PURE__*/React.forwardRef(function Pedestrian(_ref100, ref) {
|
|
2171
2326
|
let {
|
|
2172
2327
|
children,
|
|
2173
2328
|
size = 16,
|
|
2174
2329
|
...rest
|
|
2175
|
-
} =
|
|
2330
|
+
} = _ref100;
|
|
2176
2331
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2177
2332
|
width: size,
|
|
2178
2333
|
height: size,
|
|
@@ -2181,21 +2336,21 @@ const Pedestrian = /*#__PURE__*/React.forwardRef(function Pedestrian(_ref93, ref
|
|
|
2181
2336
|
viewBox: "0 0 32 32",
|
|
2182
2337
|
fill: "currentColor",
|
|
2183
2338
|
...rest
|
|
2184
|
-
},
|
|
2339
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2185
2340
|
d: "M21.6772,14l-1.2456-3.1143A2.9861,2.9861,0,0,0,17.646,9H13.5542a3.0018,3.0018,0,0,0-1.5439.4277L7,12.4336V18H9V13.5664l3-1.8V23.6973L8.5383,28.8906,10.2024,30,14,24.3027V11h3.646a.9949.9949,0,0,1,.9282.6289L20.3228,16H26V14Z"
|
|
2186
|
-
})),
|
|
2341
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2187
2342
|
d: "M17.051 18.316L19 24.162 19 30 21 30 21 23.838 18.949 17.684 17.051 18.316zM16.5 8A3.5 3.5 0 1120 4.5 3.5042 3.5042 0 0116.5 8zm0-5A1.5 1.5 0 1018 4.5 1.5017 1.5017 0 0016.5 3z"
|
|
2188
2343
|
})), children);
|
|
2189
2344
|
});
|
|
2190
2345
|
if (process.env.NODE_ENV !== "production") {
|
|
2191
2346
|
Pedestrian.propTypes = iconPropTypes;
|
|
2192
2347
|
}
|
|
2193
|
-
const PedestrianFamily = /*#__PURE__*/React.forwardRef(function PedestrianFamily(
|
|
2348
|
+
const PedestrianFamily = /*#__PURE__*/React.forwardRef(function PedestrianFamily(_ref101, ref) {
|
|
2194
2349
|
let {
|
|
2195
2350
|
children,
|
|
2196
2351
|
size = 16,
|
|
2197
2352
|
...rest
|
|
2198
|
-
} =
|
|
2353
|
+
} = _ref101;
|
|
2199
2354
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2200
2355
|
width: size,
|
|
2201
2356
|
height: size,
|
|
@@ -2204,21 +2359,21 @@ const PedestrianFamily = /*#__PURE__*/React.forwardRef(function PedestrianFamily
|
|
|
2204
2359
|
viewBox: "0 0 32 32",
|
|
2205
2360
|
fill: "currentColor",
|
|
2206
2361
|
...rest
|
|
2207
|
-
},
|
|
2362
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2208
2363
|
d: "M20 30H17a2.0021 2.0021 0 01-2-2V23h2v5h3V23h2V19a1.0011 1.0011 0 00-1-1H12.2793l-2-6H4a1.0011 1.0011 0 00-1 1v6H5v9H9V21h2v7a2.0021 2.0021 0 01-2 2H5a2.0021 2.0021 0 01-2-2V21a2.0021 2.0021 0 01-2-2V13a3.0033 3.0033 0 013-3h6.2793a1.998 1.998 0 011.8975 1.3674L13.7207 16H21a3.0033 3.0033 0 013 3v4a2.0021 2.0021 0 01-2 2v3A2.0021 2.0021 0 0120 30zM28 30H26V19h3V13a1.0011 1.0011 0 00-1-1H24V10h4a3.0033 3.0033 0 013 3v6a2.0021 2.0021 0 01-2 2H28zM7 9a4 4 0 114-4A4.0045 4.0045 0 017 9zM7 3A2 2 0 109 5 2.0021 2.0021 0 007 3zM25 9a4 4 0 114-4A4.0045 4.0045 0 0125 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0025 3z"
|
|
2209
|
-
})),
|
|
2364
|
+
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2210
2365
|
d: "M18.5,15A3.5,3.5,0,1,1,22,11.5,3.5041,3.5041,0,0,1,18.5,15Zm0-5A1.5,1.5,0,1,0,20,11.5,1.5017,1.5017,0,0,0,18.5,10Z"
|
|
2211
2366
|
})), children);
|
|
2212
2367
|
});
|
|
2213
2368
|
if (process.env.NODE_ENV !== "production") {
|
|
2214
2369
|
PedestrianFamily.propTypes = iconPropTypes;
|
|
2215
2370
|
}
|
|
2216
|
-
const PedestrianChild = /*#__PURE__*/React.forwardRef(function PedestrianChild(
|
|
2371
|
+
const PedestrianChild = /*#__PURE__*/React.forwardRef(function PedestrianChild(_ref102, ref) {
|
|
2217
2372
|
let {
|
|
2218
2373
|
children,
|
|
2219
2374
|
size = 16,
|
|
2220
2375
|
...rest
|
|
2221
|
-
} =
|
|
2376
|
+
} = _ref102;
|
|
2222
2377
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2223
2378
|
width: size,
|
|
2224
2379
|
height: size,
|
|
@@ -2227,21 +2382,21 @@ const PedestrianChild = /*#__PURE__*/React.forwardRef(function PedestrianChild(_
|
|
|
2227
2382
|
viewBox: "0 0 32 32",
|
|
2228
2383
|
fill: "currentColor",
|
|
2229
2384
|
...rest
|
|
2230
|
-
},
|
|
2385
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2231
2386
|
d: "M26,16H17.4683l-5-6H5a3.0033,3.0033,0,0,0-3,3v6a2.0023,2.0023,0,0,0,2,2v7a2.0023,2.0023,0,0,0,2,2h4a2.0023,2.0023,0,0,0,2-2V21H10v7H6V19H4V13a1.0009,1.0009,0,0,1,1-1h6.5317l5,6H26a1.0009,1.0009,0,0,1,1,1v3H25v6H22V22H20v6a2.0023,2.0023,0,0,0,2,2h3a2.0023,2.0023,0,0,0,2-2V24a2.0023,2.0023,0,0,0,2-2V19A3.0033,3.0033,0,0,0,26,16Z"
|
|
2232
|
-
})),
|
|
2387
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2233
2388
|
d: "M23.5 15A3.5 3.5 0 1127 11.5 3.5042 3.5042 0 0123.5 15zm0-5A1.5 1.5 0 1025 11.5 1.5017 1.5017 0 0023.5 10zM8 9a4 4 0 114-4A4.0042 4.0042 0 018 9zM8 3a2 2 0 102 2A2.0023 2.0023 0 008 3z"
|
|
2234
2389
|
})), children);
|
|
2235
2390
|
});
|
|
2236
2391
|
if (process.env.NODE_ENV !== "production") {
|
|
2237
2392
|
PedestrianChild.propTypes = iconPropTypes;
|
|
2238
2393
|
}
|
|
2239
|
-
const Pen = /*#__PURE__*/React.forwardRef(function Pen(
|
|
2394
|
+
const Pen = /*#__PURE__*/React.forwardRef(function Pen(_ref103, ref) {
|
|
2240
2395
|
let {
|
|
2241
2396
|
children,
|
|
2242
2397
|
size = 16,
|
|
2243
2398
|
...rest
|
|
2244
|
-
} =
|
|
2399
|
+
} = _ref103;
|
|
2245
2400
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2246
2401
|
width: size,
|
|
2247
2402
|
height: size,
|
|
@@ -2250,9 +2405,9 @@ const Pen = /*#__PURE__*/React.forwardRef(function Pen(_ref96, ref) {
|
|
|
2250
2405
|
viewBox: "0 0 32 32",
|
|
2251
2406
|
fill: "currentColor",
|
|
2252
2407
|
...rest
|
|
2253
|
-
},
|
|
2408
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2254
2409
|
d: "M27.3069,6.1069,30,3.4141,28.5859,2,25.8931,4.6929,24.8,3.6a1.9328,1.9328,0,0,0-2.8,0L4,21.6V28h6.4l18-18a1.9329,1.9329,0,0,0,0-2.8ZM9.6,26H6V22.4L23.4,5,27,8.6Z"
|
|
2255
|
-
})),
|
|
2410
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2256
2411
|
d: "M8.136 7.5H18.863999999999997V9.5H8.136z",
|
|
2257
2412
|
transform: "rotate(-45 13.5 8.5)"
|
|
2258
2413
|
})), children);
|
|
@@ -2260,12 +2415,12 @@ const Pen = /*#__PURE__*/React.forwardRef(function Pen(_ref96, ref) {
|
|
|
2260
2415
|
if (process.env.NODE_ENV !== "production") {
|
|
2261
2416
|
Pen.propTypes = iconPropTypes;
|
|
2262
2417
|
}
|
|
2263
|
-
const PenFountain = /*#__PURE__*/React.forwardRef(function PenFountain(
|
|
2418
|
+
const PenFountain = /*#__PURE__*/React.forwardRef(function PenFountain(_ref104, ref) {
|
|
2264
2419
|
let {
|
|
2265
2420
|
children,
|
|
2266
2421
|
size = 16,
|
|
2267
2422
|
...rest
|
|
2268
|
-
} =
|
|
2423
|
+
} = _ref104;
|
|
2269
2424
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2270
2425
|
width: size,
|
|
2271
2426
|
height: size,
|
|
@@ -2274,19 +2429,19 @@ const PenFountain = /*#__PURE__*/React.forwardRef(function PenFountain(_ref97, r
|
|
|
2274
2429
|
viewBox: "0 0 32 32",
|
|
2275
2430
|
fill: "currentColor",
|
|
2276
2431
|
...rest
|
|
2277
|
-
},
|
|
2432
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2278
2433
|
d: "M29.707,5.293l-3-3a.9994.9994,0,0,0-1.414,0L19.5859,8H17.0947A11.0118,11.0118,0,0,0,6.7124,15.3662L2.0562,28.67a1,1,0,0,0,1.2744,1.2739l13.3037-4.6562A11.012,11.012,0,0,0,24,14.9053V12.4141L29.707,6.707A.9994.9994,0,0,0,29.707,5.293Zm-7.414,6A1,1,0,0,0,22,12v2.9053A9.01,9.01,0,0,1,15.9731,23.4l-9.1677,3.209L16,17.4141,14.5859,16,5.3914,25.1948,8.6,16.0269A9.01,9.01,0,0,1,17.0947,10H20a1,1,0,0,0,.707-.293L26,4.4141,27.5859,6Z"
|
|
2279
2434
|
})), children);
|
|
2280
2435
|
});
|
|
2281
2436
|
if (process.env.NODE_ENV !== "production") {
|
|
2282
2437
|
PenFountain.propTypes = iconPropTypes;
|
|
2283
2438
|
}
|
|
2284
|
-
const Pending = /*#__PURE__*/React.forwardRef(function Pending(
|
|
2439
|
+
const Pending = /*#__PURE__*/React.forwardRef(function Pending(_ref105, ref) {
|
|
2285
2440
|
let {
|
|
2286
2441
|
children,
|
|
2287
2442
|
size = 16,
|
|
2288
2443
|
...rest
|
|
2289
|
-
} =
|
|
2444
|
+
} = _ref105;
|
|
2290
2445
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2291
2446
|
width: size,
|
|
2292
2447
|
height: size,
|
|
@@ -2307,19 +2462,19 @@ const Pending = /*#__PURE__*/React.forwardRef(function Pending(_ref98, ref) {
|
|
|
2307
2462
|
cx: "16",
|
|
2308
2463
|
cy: "16",
|
|
2309
2464
|
r: "2"
|
|
2310
|
-
})),
|
|
2465
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2311
2466
|
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
2312
2467
|
})), children);
|
|
2313
2468
|
});
|
|
2314
2469
|
if (process.env.NODE_ENV !== "production") {
|
|
2315
2470
|
Pending.propTypes = iconPropTypes;
|
|
2316
2471
|
}
|
|
2317
|
-
const PendingFilled = /*#__PURE__*/React.forwardRef(function PendingFilled(
|
|
2472
|
+
const PendingFilled = /*#__PURE__*/React.forwardRef(function PendingFilled(_ref106, ref) {
|
|
2318
2473
|
let {
|
|
2319
2474
|
children,
|
|
2320
2475
|
size = 16,
|
|
2321
2476
|
...rest
|
|
2322
|
-
} =
|
|
2477
|
+
} = _ref106;
|
|
2323
2478
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2324
2479
|
width: size,
|
|
2325
2480
|
height: size,
|
|
@@ -2328,9 +2483,9 @@ const PendingFilled = /*#__PURE__*/React.forwardRef(function PendingFilled(_ref9
|
|
|
2328
2483
|
viewBox: "0 0 32 32",
|
|
2329
2484
|
fill: "currentColor",
|
|
2330
2485
|
...rest
|
|
2331
|
-
},
|
|
2486
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2332
2487
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM8,18a2,2,0,1,1,2-2A2,2,0,0,1,8,18Zm8,0a2,2,0,1,1,2-2A2,2,0,0,1,16,18Zm8,0a2,2,0,1,1,2-2A2,2,0,0,1,24,18Z"
|
|
2333
|
-
})),
|
|
2488
|
+
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2334
2489
|
fill: "none",
|
|
2335
2490
|
d: "M10,16a2,2,0,1,1-2-2A2,2,0,0,1,10,16Zm6-2a2,2,0,1,0,2,2A2,2,0,0,0,16,14Zm8,0a2,2,0,1,0,2,2A2,2,0,0,0,24,14Z",
|
|
2336
2491
|
"data-icon-path": "inner-path"
|
|
@@ -2339,204 +2494,7 @@ const PendingFilled = /*#__PURE__*/React.forwardRef(function PendingFilled(_ref9
|
|
|
2339
2494
|
if (process.env.NODE_ENV !== "production") {
|
|
2340
2495
|
PendingFilled.propTypes = iconPropTypes;
|
|
2341
2496
|
}
|
|
2342
|
-
const
|
|
2343
|
-
let {
|
|
2344
|
-
children,
|
|
2345
|
-
size = 16,
|
|
2346
|
-
...rest
|
|
2347
|
-
} = _ref100;
|
|
2348
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2349
|
-
width: size,
|
|
2350
|
-
height: size,
|
|
2351
|
-
ref: ref,
|
|
2352
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2353
|
-
viewBox: "0 0 32 32",
|
|
2354
|
-
fill: "currentColor",
|
|
2355
|
-
...rest
|
|
2356
|
-
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2357
|
-
d: "M9,14a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,9,14ZM9,6a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,9,6Z"
|
|
2358
|
-
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2359
|
-
d: "M0.029 15H31.97V17H0.029z",
|
|
2360
|
-
transform: "rotate(-45 16 16)"
|
|
2361
|
-
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2362
|
-
d: "M23,28a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,23,28Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,23,20Z"
|
|
2363
|
-
})), children);
|
|
2364
|
-
});
|
|
2365
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2366
|
-
Percentage.propTypes = iconPropTypes;
|
|
2367
|
-
}
|
|
2368
|
-
const PercentageFilled = /*#__PURE__*/React.forwardRef(function PercentageFilled(_ref101, ref) {
|
|
2369
|
-
let {
|
|
2370
|
-
children,
|
|
2371
|
-
size = 16,
|
|
2372
|
-
...rest
|
|
2373
|
-
} = _ref101;
|
|
2374
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2375
|
-
width: size,
|
|
2376
|
-
height: size,
|
|
2377
|
-
ref: ref,
|
|
2378
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2379
|
-
viewBox: "0 0 32 32",
|
|
2380
|
-
fill: "currentColor",
|
|
2381
|
-
...rest
|
|
2382
|
-
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2383
|
-
d: "M9,14a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,9,14Z"
|
|
2384
|
-
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2385
|
-
d: "M0.029 15H31.97V17H0.029z",
|
|
2386
|
-
transform: "rotate(-45 16 16)"
|
|
2387
|
-
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2388
|
-
d: "M23,28a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,23,28Z"
|
|
2389
|
-
})), children);
|
|
2390
|
-
});
|
|
2391
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2392
|
-
PercentageFilled.propTypes = iconPropTypes;
|
|
2393
|
-
}
|
|
2394
|
-
const Person = /*#__PURE__*/React.forwardRef(function Person(_ref102, ref) {
|
|
2395
|
-
let {
|
|
2396
|
-
children,
|
|
2397
|
-
size = 16,
|
|
2398
|
-
...rest
|
|
2399
|
-
} = _ref102;
|
|
2400
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2401
|
-
width: size,
|
|
2402
|
-
height: size,
|
|
2403
|
-
ref: ref,
|
|
2404
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2405
|
-
viewBox: "0 0 32 32",
|
|
2406
|
-
fill: "currentColor",
|
|
2407
|
-
...rest
|
|
2408
|
-
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2409
|
-
d: "M18 30H14a2 2 0 01-2-2V21a2 2 0 01-2-2V13a3 3 0 013-3h6a3 3 0 013 3v6a2 2 0 01-2 2v7A2 2 0 0118 30zM13 12a.94.94 0 00-1 1v6h2v9h4V19h2V13a.94.94 0 00-1-1zM16 9a4 4 0 114-4h0A4 4 0 0116 9zm0-6a2 2 0 102 2h0a2 2 0 00-2-2z"
|
|
2410
|
-
})), children);
|
|
2411
|
-
});
|
|
2412
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2413
|
-
Person.propTypes = iconPropTypes;
|
|
2414
|
-
}
|
|
2415
|
-
const PersonFavorite = /*#__PURE__*/React.forwardRef(function PersonFavorite(_ref103, ref) {
|
|
2416
|
-
let {
|
|
2417
|
-
children,
|
|
2418
|
-
size = 16,
|
|
2419
|
-
...rest
|
|
2420
|
-
} = _ref103;
|
|
2421
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2422
|
-
width: size,
|
|
2423
|
-
height: size,
|
|
2424
|
-
ref: ref,
|
|
2425
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2426
|
-
viewBox: "0 0 32 32",
|
|
2427
|
-
fill: "currentColor",
|
|
2428
|
-
...rest
|
|
2429
|
-
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2430
|
-
d: "M10 31H6a2.0059 2.0059 0 01-2-2V22a2.0059 2.0059 0 01-2-2V14a2.9465 2.9465 0 013-3h6a2.9465 2.9465 0 013 3v6a2.0059 2.0059 0 01-2 2v7A2.0059 2.0059 0 0110 31zM5 13a.9448.9448 0 00-1 1v6H6v9h4V20h2V14a.9448.9448 0 00-1-1zM8 10a4 4 0 114-4A4.0045 4.0045 0 018 10zM8 4a2 2 0 102 2A2.002 2.002 0 008 4zM28.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.8948z"
|
|
2431
|
-
})), children);
|
|
2432
|
-
});
|
|
2433
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2434
|
-
PersonFavorite.propTypes = iconPropTypes;
|
|
2435
|
-
}
|
|
2436
|
-
const Pest = /*#__PURE__*/React.forwardRef(function Pest(_ref104, ref) {
|
|
2437
|
-
let {
|
|
2438
|
-
children,
|
|
2439
|
-
size = 16,
|
|
2440
|
-
...rest
|
|
2441
|
-
} = _ref104;
|
|
2442
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2443
|
-
width: size,
|
|
2444
|
-
height: size,
|
|
2445
|
-
ref: ref,
|
|
2446
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2447
|
-
viewBox: "0 0 32 32",
|
|
2448
|
-
fill: "currentColor",
|
|
2449
|
-
...rest
|
|
2450
|
-
}, _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
2451
|
-
cx: "7.5",
|
|
2452
|
-
cy: "9.5",
|
|
2453
|
-
r: "1.5"
|
|
2454
|
-
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
2455
|
-
cx: "13",
|
|
2456
|
-
cy: "13",
|
|
2457
|
-
r: "1"
|
|
2458
|
-
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
2459
|
-
cx: "22",
|
|
2460
|
-
cy: "21",
|
|
2461
|
-
r: "1"
|
|
2462
|
-
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2463
|
-
d: "M25,14a8.9844,8.9844,0,0,0-7,3.3555V13a10.9054,10.9054,0,0,0-1.0093-4.5845l-.3569-.7768L15.811,7.87A2.9549,2.9549,0,0,1,15,8a3.0033,3.0033,0,0,1-3-3,2.9574,2.9574,0,0,1,.1294-.8105l.2324-.8233-.7773-.3569A10.9115,10.9115,0,0,0,7,2H2V9a10.8954,10.8954,0,0,0,2.2339,6.627l.3887.4277.54-.0381a5.5286,5.5286,0,0,1,5.3628,3.2559l.2207.497.5376.0845A11.0219,11.0219,0,0,0,13,20h3V30h2V26h3a9.01,9.01,0,0,0,9-9V14ZM12.1016,17.9468A7.51,7.51,0,0,0,5.5283,14,8.8945,8.8945,0,0,1,4,9V4H7a8.8624,8.8624,0,0,1,3.0259.53A4.2457,4.2457,0,0,0,10,5a4.9658,4.9658,0,0,0,5.47,4.9736A8.8793,8.8793,0,0,1,16,13v5H13A8.1153,8.1153,0,0,1,12.1016,17.9468ZM28,17a7.0078,7.0078,0,0,1-7,7H18V23a7.01,7.01,0,0,1,5.0212-6.7109A1.4971,1.4971,0,1,0,26,16.5a1.485,1.485,0,0,0-.0918-.5H28Z"
|
|
2464
|
-
})), children);
|
|
2465
|
-
});
|
|
2466
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2467
|
-
Pest.propTypes = iconPropTypes;
|
|
2468
|
-
}
|
|
2469
|
-
const WatsonHealthPetImageB = /*#__PURE__*/React.forwardRef(function WatsonHealthPetImageB(_ref105, ref) {
|
|
2470
|
-
let {
|
|
2471
|
-
children,
|
|
2472
|
-
size = 16,
|
|
2473
|
-
...rest
|
|
2474
|
-
} = _ref105;
|
|
2475
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2476
|
-
width: size,
|
|
2477
|
-
height: size,
|
|
2478
|
-
ref: ref,
|
|
2479
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2480
|
-
viewBox: "0 0 32 32",
|
|
2481
|
-
fill: "currentColor",
|
|
2482
|
-
...rest
|
|
2483
|
-
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2484
|
-
d: "M19 21H21V24H19zM19 0H21V3H19zM8 11H11V13H8zM29 11H32V13H29z"
|
|
2485
|
-
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2486
|
-
d: "M11.59 3.07H13.57V6.07H11.59z",
|
|
2487
|
-
transform: "rotate(-45 12.586 4.577)"
|
|
2488
|
-
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2489
|
-
d: "M26.44 17.92H28.42V20.92H26.44z",
|
|
2490
|
-
transform: "rotate(-45 27.43 19.408)"
|
|
2491
|
-
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2492
|
-
d: "M11.09 18.42H14.09V20.400000000000002H11.09z",
|
|
2493
|
-
transform: "rotate(-45 12.592 19.414)"
|
|
2494
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2495
|
-
d: "M25.93 3.58H28.93V5.5600000000000005H25.93z",
|
|
2496
|
-
transform: "rotate(-45 27.423 4.57)"
|
|
2497
|
-
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2498
|
-
d: "M20 5a7 7 0 107 7A7 7 0 0020 5zm0 12A5 5 0 0120 7zM5 18H0V32H5a3 3 0 003-3V27a3 3 0 00-.78-2A3 3 0 008 23V21A3 3 0 005 18zM2 20H5a1 1 0 011 1v2a1 1 0 01-1 1H2zm4 9a1 1 0 01-1 1H2V26H5a1 1 0 011 1zM2 2L9 2 9 0 0 0 0 9 2 9 2 2z"
|
|
2499
|
-
})), children);
|
|
2500
|
-
});
|
|
2501
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2502
|
-
WatsonHealthPetImageB.propTypes = iconPropTypes;
|
|
2503
|
-
}
|
|
2504
|
-
const WatsonHealthPetImageO = /*#__PURE__*/React.forwardRef(function WatsonHealthPetImageO(_ref106, ref) {
|
|
2505
|
-
let {
|
|
2506
|
-
children,
|
|
2507
|
-
size = 16,
|
|
2508
|
-
...rest
|
|
2509
|
-
} = _ref106;
|
|
2510
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2511
|
-
width: size,
|
|
2512
|
-
height: size,
|
|
2513
|
-
ref: ref,
|
|
2514
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2515
|
-
viewBox: "0 0 32 32",
|
|
2516
|
-
fill: "currentColor",
|
|
2517
|
-
...rest
|
|
2518
|
-
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2519
|
-
d: "M11 29H13V32H11zM11 8H13V11H11zM0 19H3V21H0zM21 19H24V21H21z"
|
|
2520
|
-
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2521
|
-
d: "M3.59 11.09H5.57V14.09H3.59z",
|
|
2522
|
-
transform: "rotate(-45 4.585 12.59)"
|
|
2523
|
-
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2524
|
-
d: "M18.44 25.93H20.42V28.93H18.44z",
|
|
2525
|
-
transform: "rotate(-45 19.429 27.422)"
|
|
2526
|
-
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2527
|
-
d: "M3.09 26.44H6.09V28.42H3.09z",
|
|
2528
|
-
transform: "rotate(-45 4.591 27.428)"
|
|
2529
|
-
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2530
|
-
d: "M17.93 11.59H20.93V13.57H17.93z",
|
|
2531
|
-
transform: "rotate(-45 19.423 12.585)"
|
|
2532
|
-
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2533
|
-
d: "M12 13a7 7 0 107 7A7 7 0 0012 13zm0 12a5 5 0 010-10zM2 2L9 2 9 0 0 0 0 9 2 9 2 2zM30 0H26a2 2 0 00-2 2V12a2 2 0 002 2h4a2 2 0 002-2V2A2 2 0 0030 0zM26 12V2h4V12z"
|
|
2534
|
-
})), children);
|
|
2535
|
-
});
|
|
2536
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2537
|
-
WatsonHealthPetImageO.propTypes = iconPropTypes;
|
|
2538
|
-
}
|
|
2539
|
-
const Phone = /*#__PURE__*/React.forwardRef(function Phone(_ref107, ref) {
|
|
2497
|
+
const PentagonDownOutline = /*#__PURE__*/React.forwardRef(function PentagonDownOutline(_ref107, ref) {
|
|
2540
2498
|
let {
|
|
2541
2499
|
children,
|
|
2542
2500
|
size = 16,
|
|
@@ -2550,14 +2508,15 @@ const Phone = /*#__PURE__*/React.forwardRef(function Phone(_ref107, ref) {
|
|
|
2550
2508
|
viewBox: "0 0 32 32",
|
|
2551
2509
|
fill: "currentColor",
|
|
2552
2510
|
...rest
|
|
2553
|
-
},
|
|
2554
|
-
|
|
2511
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2512
|
+
strokeWidth: "0",
|
|
2513
|
+
d: "m16,27.7593l-11.8274-8.6831,4.5261-14.0762h14.6025l4.5261,14.0762-11.8274,8.6831m0,2.2407c.2078,0,.4158-.0645.5918-.1938l13-9.5444c.2599-.1907.4066-.4904.4082-.8009.0005-.1036-.0151-.2085-.0481-.3109l-4.9697-15.4561c-.1331-.4136-.5176-.6938-.9519-.6938H7.9697c-.4343,0-.8188.2803-.9519.6938l-4.9697,15.4561c-.0329.1021-.0485.2067-.0481.31.0013.3108.1481.6109.4082.8018l13,9.5444c.176.1294.384.1938.5918.1938h0Z"
|
|
2555
2514
|
})), children);
|
|
2556
2515
|
});
|
|
2557
2516
|
if (process.env.NODE_ENV !== "production") {
|
|
2558
|
-
|
|
2517
|
+
PentagonDownOutline.propTypes = iconPropTypes;
|
|
2559
2518
|
}
|
|
2560
|
-
const
|
|
2519
|
+
const PentagonDownSolid = /*#__PURE__*/React.forwardRef(function PentagonDownSolid(_ref108, ref) {
|
|
2561
2520
|
let {
|
|
2562
2521
|
children,
|
|
2563
2522
|
size = 16,
|
|
@@ -2571,14 +2530,15 @@ const PhoneApplication = /*#__PURE__*/React.forwardRef(function PhoneApplication
|
|
|
2571
2530
|
viewBox: "0 0 32 32",
|
|
2572
2531
|
fill: "currentColor",
|
|
2573
2532
|
...rest
|
|
2574
|
-
},
|
|
2575
|
-
|
|
2533
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2534
|
+
strokeWidth: "0",
|
|
2535
|
+
d: "m16,30c.2078,0,.4158-.0645.5918-.1938l13-9.5444c.2599-.1907.4066-.4904.4082-.8009.0005-.1036-.0151-.2085-.0481-.3109l-4.9697-15.4561c-.1331-.4136-.5176-.6938-.9519-.6938H7.9697c-.4343,0-.8188.2803-.9519.6938l-4.9697,15.4561c-.0329.1021-.0485.2067-.0481.31.0013.3108.1481.6109.4082.8018l13,9.5444c.176.1294.384.1938.5918.1938h0Z"
|
|
2576
2536
|
})), children);
|
|
2577
2537
|
});
|
|
2578
2538
|
if (process.env.NODE_ENV !== "production") {
|
|
2579
|
-
|
|
2539
|
+
PentagonDownSolid.propTypes = iconPropTypes;
|
|
2580
2540
|
}
|
|
2581
|
-
const
|
|
2541
|
+
const PentagonLeftOutline = /*#__PURE__*/React.forwardRef(function PentagonLeftOutline(_ref109, ref) {
|
|
2582
2542
|
let {
|
|
2583
2543
|
children,
|
|
2584
2544
|
size = 16,
|
|
@@ -2592,16 +2552,15 @@ const PhoneBlock = /*#__PURE__*/React.forwardRef(function PhoneBlock(_ref109, re
|
|
|
2592
2552
|
viewBox: "0 0 32 32",
|
|
2593
2553
|
fill: "currentColor",
|
|
2594
2554
|
...rest
|
|
2595
|
-
},
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
d: "M24.41 9L28 5.41 26.59 4 23 7.59 19.41 4 18 5.41 21.59 9 18 12.59 19.41 14 23 10.41 26.59 14 28 12.59 24.41 9z"
|
|
2555
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2556
|
+
strokeWidth: "0",
|
|
2557
|
+
d: "m4.2407,16L12.9238,4.1726l14.0762,4.5261v14.6025l-14.0762,4.5261-8.6831-11.8274m-2.2407,0c0,.2078.0645.4158.1938.5918l9.5444,13c.1907.2599.4904.4066.8009.4082.1036.0005.2085-.0151.3109-.0481l15.4561-4.9697c.4136-.1331.6938-.5176.6938-.9519V7.9697c0-.4343-.2803-.8188-.6938-.9519L12.8501,2.0481c-.1021-.0329-.2067-.0485-.31-.0481-.3108.0013-.6109.1481-.8018.4082L2.1938,15.4082c-.1294.176-.1938.384-.1938.5918h0Z"
|
|
2599
2558
|
})), children);
|
|
2600
2559
|
});
|
|
2601
2560
|
if (process.env.NODE_ENV !== "production") {
|
|
2602
|
-
|
|
2561
|
+
PentagonLeftOutline.propTypes = iconPropTypes;
|
|
2603
2562
|
}
|
|
2604
|
-
const
|
|
2563
|
+
const PentagonLeftSolid = /*#__PURE__*/React.forwardRef(function PentagonLeftSolid(_ref110, ref) {
|
|
2605
2564
|
let {
|
|
2606
2565
|
children,
|
|
2607
2566
|
size = 16,
|
|
@@ -2615,16 +2574,15 @@ const PhoneBlockFilled = /*#__PURE__*/React.forwardRef(function PhoneBlockFilled
|
|
|
2615
2574
|
viewBox: "0 0 32 32",
|
|
2616
2575
|
fill: "currentColor",
|
|
2617
2576
|
...rest
|
|
2618
|
-
},
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
d: "M24.41 9L28 5.41 26.59 4 23 7.59 19.41 4 18 5.41 21.59 9 18 12.59 19.41 14 23 10.41 26.59 14 28 12.59 24.41 9z"
|
|
2577
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2578
|
+
strokeWidth: "0",
|
|
2579
|
+
d: "m2,16c0,.2078.0645.4158.1938.5918l9.5444,13c.1907.2599.4904.4066.8009.4082.1036.0005.2085-.0151.3109-.0481l15.4561-4.9697c.4136-.1331.6938-.5176.6938-.9519V7.9697c0-.4343-.2803-.8188-.6938-.9519L12.8501,2.0481c-.1021-.0329-.2067-.0485-.31-.0481-.3108.0013-.6109.1481-.8018.4082L2.1938,15.4082c-.1294.176-.1938.384-.1938.5918h0Z"
|
|
2622
2580
|
})), children);
|
|
2623
2581
|
});
|
|
2624
2582
|
if (process.env.NODE_ENV !== "production") {
|
|
2625
|
-
|
|
2583
|
+
PentagonLeftSolid.propTypes = iconPropTypes;
|
|
2626
2584
|
}
|
|
2627
|
-
const
|
|
2585
|
+
const PentagonOutline = /*#__PURE__*/React.forwardRef(function PentagonOutline(_ref111, ref) {
|
|
2628
2586
|
let {
|
|
2629
2587
|
children,
|
|
2630
2588
|
size = 16,
|
|
@@ -2638,14 +2596,15 @@ const PhoneFilled = /*#__PURE__*/React.forwardRef(function PhoneFilled(_ref111,
|
|
|
2638
2596
|
viewBox: "0 0 32 32",
|
|
2639
2597
|
fill: "currentColor",
|
|
2640
2598
|
...rest
|
|
2641
|
-
},
|
|
2642
|
-
|
|
2599
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2600
|
+
strokeWidth: "0",
|
|
2601
|
+
d: "m16,4.2407l11.8274,8.6831-4.5261,14.0762h-14.6025l-4.5261-14.0762,11.8274-8.6831m0-2.2407c-.2078,0-.4158.0645-.5918.1938L2.4082,11.7383c-.2599.1907-.4066.4904-.4082.8009-.0005.1036.0151.2085.0481.3109l4.9697,15.4561c.1331.4136.5176.6938.9519.6938h16.0605c.4343,0,.8188-.2803.9519-.6938l4.9697-15.4561c.0329-.1021.0485-.2067.0481-.31-.0013-.3108-.1481-.6109-.4082-.8018L16.5918,2.1938c-.176-.1294-.384-.1938-.5918-.1938h0Z"
|
|
2643
2602
|
})), children);
|
|
2644
2603
|
});
|
|
2645
2604
|
if (process.env.NODE_ENV !== "production") {
|
|
2646
|
-
|
|
2605
|
+
PentagonOutline.propTypes = iconPropTypes;
|
|
2647
2606
|
}
|
|
2648
|
-
const
|
|
2607
|
+
const PentagonRightOutline = /*#__PURE__*/React.forwardRef(function PentagonRightOutline(_ref112, ref) {
|
|
2649
2608
|
let {
|
|
2650
2609
|
children,
|
|
2651
2610
|
size = 16,
|
|
@@ -2659,16 +2618,15 @@ const PhoneIncoming = /*#__PURE__*/React.forwardRef(function PhoneIncoming(_ref1
|
|
|
2659
2618
|
viewBox: "0 0 32 32",
|
|
2660
2619
|
fill: "currentColor",
|
|
2661
2620
|
...rest
|
|
2662
|
-
},
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
d: "M27 13L27 11 22.414 11 29 4.414 27.586 3 21 9.586 21 5 19 5 19 13 27 13z"
|
|
2621
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2622
|
+
strokeWidth: "0",
|
|
2623
|
+
d: "m27.7593,16l-8.6831,11.8274-14.0762-4.5261v-14.6025l14.0762-4.5261,8.6831,11.8274m2.2407,0c0-.2078-.0645-.4158-.1938-.5918L20.2617,2.4082c-.1907-.2599-.4904-.4066-.8009-.4082-.1036-.0005-.2085.0151-.3109.0481L3.6938,7.0178c-.4136.1331-.6938.5176-.6938.9519v16.0605c0,.4343.2803.8188.6938.9519l15.4561,4.9697c.1021.0329.2067.0485.31.0481.3108-.0013.6109-.1481.8018-.4082l9.5444-13c.1294-.176.1938-.384.1938-.5918h0Z"
|
|
2666
2624
|
})), children);
|
|
2667
2625
|
});
|
|
2668
2626
|
if (process.env.NODE_ENV !== "production") {
|
|
2669
|
-
|
|
2627
|
+
PentagonRightOutline.propTypes = iconPropTypes;
|
|
2670
2628
|
}
|
|
2671
|
-
const
|
|
2629
|
+
const PentagonRightSolid = /*#__PURE__*/React.forwardRef(function PentagonRightSolid(_ref113, ref) {
|
|
2672
2630
|
let {
|
|
2673
2631
|
children,
|
|
2674
2632
|
size = 16,
|
|
@@ -2682,16 +2640,15 @@ const PhoneIncomingFilled = /*#__PURE__*/React.forwardRef(function PhoneIncoming
|
|
|
2682
2640
|
viewBox: "0 0 32 32",
|
|
2683
2641
|
fill: "currentColor",
|
|
2684
2642
|
...rest
|
|
2685
|
-
},
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
d: "M27 13L27 11 22.414 11 29 4.414 27.586 3 21 9.586 21 5 19 5 19 13 27 13z"
|
|
2643
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2644
|
+
strokeWidth: "0",
|
|
2645
|
+
d: "m30,16c0-.2078-.0645-.4158-.1938-.5918L20.2617,2.4082c-.1907-.2599-.4904-.4066-.8009-.4082-.1036-.0005-.2085.0151-.3109.0481L3.6938,7.0178c-.4136.1331-.6938.5176-.6938.9519v16.0605c0,.4343.2803.8188.6938.9519l15.4561,4.9697c.1021.0329.2067.0485.31.0481.3108-.0013.6109-.1481.8018-.4082l9.5444-13c.1294-.176.1938-.384.1938-.5918h0Z"
|
|
2689
2646
|
})), children);
|
|
2690
2647
|
});
|
|
2691
2648
|
if (process.env.NODE_ENV !== "production") {
|
|
2692
|
-
|
|
2649
|
+
PentagonRightSolid.propTypes = iconPropTypes;
|
|
2693
2650
|
}
|
|
2694
|
-
const
|
|
2651
|
+
const PentagonSolid = /*#__PURE__*/React.forwardRef(function PentagonSolid(_ref114, ref) {
|
|
2695
2652
|
let {
|
|
2696
2653
|
children,
|
|
2697
2654
|
size = 16,
|
|
@@ -2705,16 +2662,15 @@ const PhoneIp = /*#__PURE__*/React.forwardRef(function PhoneIp(_ref114, ref) {
|
|
|
2705
2662
|
viewBox: "0 0 32 32",
|
|
2706
2663
|
fill: "currentColor",
|
|
2707
2664
|
...rest
|
|
2708
|
-
},
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
d: "M28,6H14V5a2.0025,2.0025,0,0,0-2-2H8A2.0025,2.0025,0,0,0,6,5V6H4A2.0025,2.0025,0,0,0,2,8V26a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V8A2.0025,2.0025,0,0,0,28,6ZM8,5h4V22H8ZM28,26H4V8H6V22a2.0025,2.0025,0,0,0,2,2h4a2.0025,2.0025,0,0,0,2-2V8H28Z"
|
|
2665
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2666
|
+
strokeWidth: "0",
|
|
2667
|
+
d: "m16,2c-.2078,0-.4158.0645-.5918.1938L2.4082,11.7383c-.2599.1907-.4066.4904-.4082.8009-.0005.1036.0151.2085.0481.3109l4.9697,15.4561c.1331.4136.5176.6938.9519.6938h16.0605c.4343,0,.8188-.2803.9519-.6938l4.9697-15.4561c.0329-.1021.0485-.2067.0481-.31-.0013-.3108-.1481-.6109-.4082-.8018L16.5918,2.1938c-.176-.1294-.384-.1938-.5918-.1938h0Z"
|
|
2712
2668
|
})), children);
|
|
2713
2669
|
});
|
|
2714
2670
|
if (process.env.NODE_ENV !== "production") {
|
|
2715
|
-
|
|
2671
|
+
PentagonSolid.propTypes = iconPropTypes;
|
|
2716
2672
|
}
|
|
2717
|
-
const
|
|
2673
|
+
const Percentage = /*#__PURE__*/React.forwardRef(function Percentage(_ref115, ref) {
|
|
2718
2674
|
let {
|
|
2719
2675
|
children,
|
|
2720
2676
|
size = 16,
|
|
@@ -2728,14 +2684,19 @@ const PhoneOff = /*#__PURE__*/React.forwardRef(function PhoneOff(_ref115, ref) {
|
|
|
2728
2684
|
viewBox: "0 0 32 32",
|
|
2729
2685
|
fill: "currentColor",
|
|
2730
2686
|
...rest
|
|
2731
|
-
},
|
|
2732
|
-
d: "M9
|
|
2687
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2688
|
+
d: "M9,14a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,9,14ZM9,6a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,9,6Z"
|
|
2689
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2690
|
+
d: "M0.029 15H31.97V17H0.029z",
|
|
2691
|
+
transform: "rotate(-45 16 16)"
|
|
2692
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2693
|
+
d: "M23,28a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,23,28Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,23,20Z"
|
|
2733
2694
|
})), children);
|
|
2734
2695
|
});
|
|
2735
2696
|
if (process.env.NODE_ENV !== "production") {
|
|
2736
|
-
|
|
2697
|
+
Percentage.propTypes = iconPropTypes;
|
|
2737
2698
|
}
|
|
2738
|
-
const
|
|
2699
|
+
const PercentageFilled = /*#__PURE__*/React.forwardRef(function PercentageFilled(_ref116, ref) {
|
|
2739
2700
|
let {
|
|
2740
2701
|
children,
|
|
2741
2702
|
size = 16,
|
|
@@ -2749,14 +2710,19 @@ const PhoneOffFilled = /*#__PURE__*/React.forwardRef(function PhoneOffFilled(_re
|
|
|
2749
2710
|
viewBox: "0 0 32 32",
|
|
2750
2711
|
fill: "currentColor",
|
|
2751
2712
|
...rest
|
|
2752
|
-
},
|
|
2753
|
-
d: "
|
|
2713
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2714
|
+
d: "M9,14a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,9,14Z"
|
|
2715
|
+
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2716
|
+
d: "M0.029 15H31.97V17H0.029z",
|
|
2717
|
+
transform: "rotate(-45 16 16)"
|
|
2718
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2719
|
+
d: "M23,28a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,23,28Z"
|
|
2754
2720
|
})), children);
|
|
2755
2721
|
});
|
|
2756
2722
|
if (process.env.NODE_ENV !== "production") {
|
|
2757
|
-
|
|
2723
|
+
PercentageFilled.propTypes = iconPropTypes;
|
|
2758
2724
|
}
|
|
2759
|
-
const
|
|
2725
|
+
const Person = /*#__PURE__*/React.forwardRef(function Person(_ref117, ref) {
|
|
2760
2726
|
let {
|
|
2761
2727
|
children,
|
|
2762
2728
|
size = 16,
|
|
@@ -2770,16 +2736,14 @@ const PhoneOutgoing = /*#__PURE__*/React.forwardRef(function PhoneOutgoing(_ref1
|
|
|
2770
2736
|
viewBox: "0 0 32 32",
|
|
2771
2737
|
fill: "currentColor",
|
|
2772
2738
|
...rest
|
|
2773
|
-
},
|
|
2774
|
-
d: "
|
|
2775
|
-
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2776
|
-
d: "M20 4L20 6 24.6 6 18 12.6 19.4 14 26 7.4 26 12 28 12 28 4z"
|
|
2739
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2740
|
+
d: "M18 30H14a2 2 0 01-2-2V21a2 2 0 01-2-2V13a3 3 0 013-3h6a3 3 0 013 3v6a2 2 0 01-2 2v7A2 2 0 0118 30zM13 12a.94.94 0 00-1 1v6h2v9h4V19h2V13a.94.94 0 00-1-1zM16 9a4 4 0 114-4h0A4 4 0 0116 9zm0-6a2 2 0 102 2h0a2 2 0 00-2-2z"
|
|
2777
2741
|
})), children);
|
|
2778
2742
|
});
|
|
2779
2743
|
if (process.env.NODE_ENV !== "production") {
|
|
2780
|
-
|
|
2744
|
+
Person.propTypes = iconPropTypes;
|
|
2781
2745
|
}
|
|
2782
|
-
const
|
|
2746
|
+
const PersonFavorite = /*#__PURE__*/React.forwardRef(function PersonFavorite(_ref118, ref) {
|
|
2783
2747
|
let {
|
|
2784
2748
|
children,
|
|
2785
2749
|
size = 16,
|
|
@@ -2793,16 +2757,14 @@ const PhoneOutgoingFilled = /*#__PURE__*/React.forwardRef(function PhoneOutgoing
|
|
|
2793
2757
|
viewBox: "0 0 32 32",
|
|
2794
2758
|
fill: "currentColor",
|
|
2795
2759
|
...rest
|
|
2796
|
-
},
|
|
2797
|
-
d: "
|
|
2798
|
-
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2799
|
-
d: "M20 4L20 6 24.586 6 18 12.586 19.414 14 26 7.414 26 12 28 12 28 4 20 4z"
|
|
2760
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2761
|
+
d: "M10 31H6a2.0059 2.0059 0 01-2-2V22a2.0059 2.0059 0 01-2-2V14a2.9465 2.9465 0 013-3h6a2.9465 2.9465 0 013 3v6a2.0059 2.0059 0 01-2 2v7A2.0059 2.0059 0 0110 31zM5 13a.9448.9448 0 00-1 1v6H6v9h4V20h2V14a.9448.9448 0 00-1-1zM8 10a4 4 0 114-4A4.0045 4.0045 0 018 10zM8 4a2 2 0 102 2A2.002 2.002 0 008 4zM28.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.8948z"
|
|
2800
2762
|
})), children);
|
|
2801
2763
|
});
|
|
2802
2764
|
if (process.env.NODE_ENV !== "production") {
|
|
2803
|
-
|
|
2765
|
+
PersonFavorite.propTypes = iconPropTypes;
|
|
2804
2766
|
}
|
|
2805
|
-
const
|
|
2767
|
+
const Pest = /*#__PURE__*/React.forwardRef(function Pest(_ref119, ref) {
|
|
2806
2768
|
let {
|
|
2807
2769
|
children,
|
|
2808
2770
|
size = 16,
|
|
@@ -2816,16 +2778,26 @@ const PhoneSettings = /*#__PURE__*/React.forwardRef(function PhoneSettings(_ref1
|
|
|
2816
2778
|
viewBox: "0 0 32 32",
|
|
2817
2779
|
fill: "currentColor",
|
|
2818
2780
|
...rest
|
|
2819
|
-
},
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2781
|
+
}, _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
2782
|
+
cx: "7.5",
|
|
2783
|
+
cy: "9.5",
|
|
2784
|
+
r: "1.5"
|
|
2785
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
2786
|
+
cx: "13",
|
|
2787
|
+
cy: "13",
|
|
2788
|
+
r: "1"
|
|
2789
|
+
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
2790
|
+
cx: "22",
|
|
2791
|
+
cy: "21",
|
|
2792
|
+
r: "1"
|
|
2793
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2794
|
+
d: "M25,14a8.9844,8.9844,0,0,0-7,3.3555V13a10.9054,10.9054,0,0,0-1.0093-4.5845l-.3569-.7768L15.811,7.87A2.9549,2.9549,0,0,1,15,8a3.0033,3.0033,0,0,1-3-3,2.9574,2.9574,0,0,1,.1294-.8105l.2324-.8233-.7773-.3569A10.9115,10.9115,0,0,0,7,2H2V9a10.8954,10.8954,0,0,0,2.2339,6.627l.3887.4277.54-.0381a5.5286,5.5286,0,0,1,5.3628,3.2559l.2207.497.5376.0845A11.0219,11.0219,0,0,0,13,20h3V30h2V26h3a9.01,9.01,0,0,0,9-9V14ZM12.1016,17.9468A7.51,7.51,0,0,0,5.5283,14,8.8945,8.8945,0,0,1,4,9V4H7a8.8624,8.8624,0,0,1,3.0259.53A4.2457,4.2457,0,0,0,10,5a4.9658,4.9658,0,0,0,5.47,4.9736A8.8793,8.8793,0,0,1,16,13v5H13A8.1153,8.1153,0,0,1,12.1016,17.9468ZM28,17a7.0078,7.0078,0,0,1-7,7H18V23a7.01,7.01,0,0,1,5.0212-6.7109A1.4971,1.4971,0,1,0,26,16.5a1.485,1.485,0,0,0-.0918-.5H28Z"
|
|
2823
2795
|
})), children);
|
|
2824
2796
|
});
|
|
2825
2797
|
if (process.env.NODE_ENV !== "production") {
|
|
2826
|
-
|
|
2798
|
+
Pest.propTypes = iconPropTypes;
|
|
2827
2799
|
}
|
|
2828
|
-
const
|
|
2800
|
+
const WatsonHealthPetImageB = /*#__PURE__*/React.forwardRef(function WatsonHealthPetImageB(_ref120, ref) {
|
|
2829
2801
|
let {
|
|
2830
2802
|
children,
|
|
2831
2803
|
size = 16,
|
|
@@ -2839,16 +2811,28 @@ const PhoneVoice = /*#__PURE__*/React.forwardRef(function PhoneVoice(_ref120, re
|
|
|
2839
2811
|
viewBox: "0 0 32 32",
|
|
2840
2812
|
fill: "currentColor",
|
|
2841
2813
|
...rest
|
|
2842
|
-
},
|
|
2843
|
-
d: "
|
|
2844
|
-
})),
|
|
2845
|
-
d: "
|
|
2814
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2815
|
+
d: "M19 21H21V24H19zM19 0H21V3H19zM8 11H11V13H8zM29 11H32V13H29z"
|
|
2816
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2817
|
+
d: "M11.59 3.07H13.57V6.07H11.59z",
|
|
2818
|
+
transform: "rotate(-45 12.586 4.577)"
|
|
2819
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2820
|
+
d: "M26.44 17.92H28.42V20.92H26.44z",
|
|
2821
|
+
transform: "rotate(-45 27.43 19.408)"
|
|
2822
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2823
|
+
d: "M11.09 18.42H14.09V20.400000000000002H11.09z",
|
|
2824
|
+
transform: "rotate(-45 12.592 19.414)"
|
|
2825
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2826
|
+
d: "M25.93 3.58H28.93V5.5600000000000005H25.93z",
|
|
2827
|
+
transform: "rotate(-45 27.423 4.57)"
|
|
2828
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2829
|
+
d: "M20 5a7 7 0 107 7A7 7 0 0020 5zm0 12A5 5 0 0120 7zM5 18H0V32H5a3 3 0 003-3V27a3 3 0 00-.78-2A3 3 0 008 23V21A3 3 0 005 18zM2 20H5a1 1 0 011 1v2a1 1 0 01-1 1H2zm4 9a1 1 0 01-1 1H2V26H5a1 1 0 011 1zM2 2L9 2 9 0 0 0 0 9 2 9 2 2z"
|
|
2846
2830
|
})), children);
|
|
2847
2831
|
});
|
|
2848
2832
|
if (process.env.NODE_ENV !== "production") {
|
|
2849
|
-
|
|
2833
|
+
WatsonHealthPetImageB.propTypes = iconPropTypes;
|
|
2850
2834
|
}
|
|
2851
|
-
const
|
|
2835
|
+
const WatsonHealthPetImageO = /*#__PURE__*/React.forwardRef(function WatsonHealthPetImageO(_ref121, ref) {
|
|
2852
2836
|
let {
|
|
2853
2837
|
children,
|
|
2854
2838
|
size = 16,
|
|
@@ -2862,16 +2846,28 @@ const PhoneVoiceFilled = /*#__PURE__*/React.forwardRef(function PhoneVoiceFilled
|
|
|
2862
2846
|
viewBox: "0 0 32 32",
|
|
2863
2847
|
fill: "currentColor",
|
|
2864
2848
|
...rest
|
|
2865
|
-
},
|
|
2866
|
-
d: "
|
|
2867
|
-
})),
|
|
2868
|
-
d: "
|
|
2849
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2850
|
+
d: "M11 29H13V32H11zM11 8H13V11H11zM0 19H3V21H0zM21 19H24V21H21z"
|
|
2851
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2852
|
+
d: "M3.59 11.09H5.57V14.09H3.59z",
|
|
2853
|
+
transform: "rotate(-45 4.585 12.59)"
|
|
2854
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2855
|
+
d: "M18.44 25.93H20.42V28.93H18.44z",
|
|
2856
|
+
transform: "rotate(-45 19.429 27.422)"
|
|
2857
|
+
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2858
|
+
d: "M3.09 26.44H6.09V28.42H3.09z",
|
|
2859
|
+
transform: "rotate(-45 4.591 27.428)"
|
|
2860
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2861
|
+
d: "M17.93 11.59H20.93V13.57H17.93z",
|
|
2862
|
+
transform: "rotate(-45 19.423 12.585)"
|
|
2863
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2864
|
+
d: "M12 13a7 7 0 107 7A7 7 0 0012 13zm0 12a5 5 0 010-10zM2 2L9 2 9 0 0 0 0 9 2 9 2 2zM30 0H26a2 2 0 00-2 2V12a2 2 0 002 2h4a2 2 0 002-2V2A2 2 0 0030 0zM26 12V2h4V12z"
|
|
2869
2865
|
})), children);
|
|
2870
2866
|
});
|
|
2871
2867
|
if (process.env.NODE_ENV !== "production") {
|
|
2872
|
-
|
|
2868
|
+
WatsonHealthPetImageO.propTypes = iconPropTypes;
|
|
2873
2869
|
}
|
|
2874
|
-
const
|
|
2870
|
+
const Phone = /*#__PURE__*/React.forwardRef(function Phone(_ref122, ref) {
|
|
2875
2871
|
let {
|
|
2876
2872
|
children,
|
|
2877
2873
|
size = 16,
|
|
@@ -2885,16 +2881,14 @@ const PhraseSentiment = /*#__PURE__*/React.forwardRef(function PhraseSentiment(_
|
|
|
2885
2881
|
viewBox: "0 0 32 32",
|
|
2886
2882
|
fill: "currentColor",
|
|
2887
2883
|
...rest
|
|
2888
|
-
},
|
|
2889
|
-
d: "
|
|
2890
|
-
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2891
|
-
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
|
2884
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2885
|
+
d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.76,3h5.51a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.37,9.37,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5A1,1,0,0,0,5,6v.08C5.46,12,8.41,26,25.94,27A1,1,0,0,0,27,26.06V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z"
|
|
2892
2886
|
})), children);
|
|
2893
2887
|
});
|
|
2894
2888
|
if (process.env.NODE_ENV !== "production") {
|
|
2895
|
-
|
|
2889
|
+
Phone.propTypes = iconPropTypes;
|
|
2896
2890
|
}
|
|
2897
|
-
const
|
|
2891
|
+
const PhoneApplication = /*#__PURE__*/React.forwardRef(function PhoneApplication(_ref123, ref) {
|
|
2898
2892
|
let {
|
|
2899
2893
|
children,
|
|
2900
2894
|
size = 16,
|
|
@@ -2908,14 +2902,14 @@ const PicnicArea = /*#__PURE__*/React.forwardRef(function PicnicArea(_ref123, re
|
|
|
2908
2902
|
viewBox: "0 0 32 32",
|
|
2909
2903
|
fill: "currentColor",
|
|
2910
2904
|
...rest
|
|
2911
|
-
},
|
|
2912
|
-
d: "
|
|
2905
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2906
|
+
d: "M26 2H30V6H26zM26 8H30V12H26zM20 2H24V6H20zM20 8H24V12H20zM25 30h-.17C5.18 28.87 2.39 12.29 2 7.23A3 3 0 014.7611 4.0088Q4.88 4 5 4h5.27a2 2 0 011.86 1.26L13.65 9a2 2 0 01-.44 2.16l-2.13 2.15a9.36 9.36 0 007.58 7.6l2.17-2.15A2 2 0 0123 18.35l3.77 1.51A2 2 0 0128 21.72V27A3 3 0 0125 30zM5 6a1 1 0 00-1.0032.9968c0 .0278.001.0555.0032.0832C4.46 13 7.41 27 24.94 28a1 1 0 001.0581-.9382Q26 27.0309 26 27V21.72l-3.77-1.51-2.87 2.85L18.88 23C10.18 21.91 9 13.21 9 13.12l-.06-.48 2.84-2.87L10.28 6z"
|
|
2913
2907
|
})), children);
|
|
2914
2908
|
});
|
|
2915
2909
|
if (process.env.NODE_ENV !== "production") {
|
|
2916
|
-
|
|
2910
|
+
PhoneApplication.propTypes = iconPropTypes;
|
|
2917
2911
|
}
|
|
2918
|
-
const
|
|
2912
|
+
const PhoneBlock = /*#__PURE__*/React.forwardRef(function PhoneBlock(_ref124, ref) {
|
|
2919
2913
|
let {
|
|
2920
2914
|
children,
|
|
2921
2915
|
size = 16,
|
|
@@ -2929,16 +2923,16 @@ const PiggyBank = /*#__PURE__*/React.forwardRef(function PiggyBank(_ref124, ref)
|
|
|
2929
2923
|
viewBox: "0 0 32 32",
|
|
2930
2924
|
fill: "currentColor",
|
|
2931
2925
|
...rest
|
|
2932
|
-
},
|
|
2933
|
-
d: "
|
|
2934
|
-
})),
|
|
2935
|
-
d: "
|
|
2926
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2927
|
+
d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.7612,3.0088Q5.88,3,6,3h5.27a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.36,9.36,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5a1,1,0,0,0-1.0032.9968q0,.0417.0032.0832C5.46,12,8.41,26,25.94,27a1,1,0,0,0,1.0582-.9382Q27,26.0309,27,26V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z"
|
|
2928
|
+
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2929
|
+
d: "M24.41 9L28 5.41 26.59 4 23 7.59 19.41 4 18 5.41 21.59 9 18 12.59 19.41 14 23 10.41 26.59 14 28 12.59 24.41 9z"
|
|
2936
2930
|
})), children);
|
|
2937
2931
|
});
|
|
2938
2932
|
if (process.env.NODE_ENV !== "production") {
|
|
2939
|
-
|
|
2933
|
+
PhoneBlock.propTypes = iconPropTypes;
|
|
2940
2934
|
}
|
|
2941
|
-
const
|
|
2935
|
+
const PhoneBlockFilled = /*#__PURE__*/React.forwardRef(function PhoneBlockFilled(_ref125, ref) {
|
|
2942
2936
|
let {
|
|
2943
2937
|
children,
|
|
2944
2938
|
size = 16,
|
|
@@ -2952,14 +2946,14 @@ const PiggyBankSlot = /*#__PURE__*/React.forwardRef(function PiggyBankSlot(_ref1
|
|
|
2952
2946
|
viewBox: "0 0 32 32",
|
|
2953
2947
|
fill: "currentColor",
|
|
2954
2948
|
...rest
|
|
2955
|
-
},
|
|
2956
|
-
d: "
|
|
2957
|
-
})),
|
|
2958
|
-
d: "
|
|
2949
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2950
|
+
d: "M20.3333,21.4823l2.24-2.24a2.1667,2.1667,0,0,1,2.3368-.48l2.7281,1.0913A2.1666,2.1666,0,0,1,29,21.8659v4.9613a2.1668,2.1668,0,0,1-2.2843,2.1686C7.5938,27.8054,3.7321,11.6114,3.0146,5.4079A2.162,2.162,0,0,1,5.1692,3H10.042a2.1666,2.1666,0,0,1,2.0117,1.362L13.145,7.09a2.1666,2.1666,0,0,1-.48,2.3367l-2.24,2.24S11.6667,20.399,20.3333,21.4823Z"
|
|
2951
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2952
|
+
d: "M24.41 9L28 5.41 26.59 4 23 7.59 19.41 4 18 5.41 21.59 9 18 12.59 19.41 14 23 10.41 26.59 14 28 12.59 24.41 9z"
|
|
2959
2953
|
})), children);
|
|
2960
2954
|
});
|
|
2961
2955
|
if (process.env.NODE_ENV !== "production") {
|
|
2962
|
-
|
|
2956
|
+
PhoneBlockFilled.propTypes = iconPropTypes;
|
|
2963
2957
|
}
|
|
2964
2958
|
|
|
2965
|
-
export { NotebookReference, Notification, NotificationFilled, NotificationNew, NotificationOff, NotificationOffFilled, NumberSmall_0, NumberSmall_1, NumberSmall_2, NumberSmall_3, NumberSmall_4, NumberSmall_5, NumberSmall_6, NumberSmall_7, NumberSmall_8, NumberSmall_9, Number_0, Number_1, Number_2, Number_3, Number_4, Number_5, Number_6, Number_7, Number_8, Number_9, ObjectStorage, ObjectStorageAlt, ObservedHail, ObservedLightning, Omega, Opacity, OpenPanelBottom, OpenPanelFilledBottom, OpenPanelFilledLeft, OpenPanelFilledRight, OpenPanelFilledTop, OpenPanelLeft, OpenPanelRight, OpenPanelTop, OperationsField, OperationsRecord, OrderDetails, Ordinal, Outage, OutlookSevere, OverflowMenuHorizontal, OverflowMenuVertical, Overlay, Package, PackageTextAnalysis, PageBreak, PageFirst, PageLast, PageNumber, PaintBrush, PaintBrushAlt, PalmTree, PanHorizontal, PanVertical, PanelExpansion, Paragraph, Parameter, ParentChild, PartitionAuto, PartitionCollection, PartitionRepartition, PartitionSame, PartitionSpecific, PartlyCloudy, PartlyCloudyNight, Partnership, PassengerDrinks, PassengerPlus, Password, Paste, Pause, PauseFilled, PauseFuture, PauseOutline, PauseOutlineFilled, PausePast, PcnENode, PcnMilitary, PcnPNode, PcnZNode, Pdf, PdfReference, Pedestrian, PedestrianChild, PedestrianFamily, Pen, PenFountain, Pending, PendingFilled,
|
|
2959
|
+
export { NonCertified, NoodleBowl, NotAvailable, NotSent, NotSentFilled, Notebook, NotebookReference, Notification, NotificationFilled, NotificationNew, NotificationOff, NotificationOffFilled, NumberSmall_0, NumberSmall_1, NumberSmall_2, NumberSmall_3, NumberSmall_4, NumberSmall_5, NumberSmall_6, NumberSmall_7, NumberSmall_8, NumberSmall_9, Number_0, Number_1, Number_2, Number_3, Number_4, Number_5, Number_6, Number_7, Number_8, Number_9, ObjectStorage, ObjectStorageAlt, ObservedHail, ObservedLightning, Omega, Opacity, OpenPanelBottom, OpenPanelFilledBottom, OpenPanelFilledLeft, OpenPanelFilledRight, OpenPanelFilledTop, OpenPanelLeft, OpenPanelRight, OpenPanelTop, OperationsField, OperationsRecord, OrderDetails, Ordinal, Outage, OutlookSevere, OverflowMenuHorizontal, OverflowMenuVertical, Overlay, Package, PackageTextAnalysis, PageBreak, PageFirst, PageLast, PageNumber, PaintBrush, PaintBrushAlt, PalmTree, PanHorizontal, PanVertical, PanelExpansion, Paragraph, Parameter, ParentChild, PartitionAuto, PartitionCollection, PartitionRepartition, PartitionSame, PartitionSpecific, PartlyCloudy, PartlyCloudyNight, Partnership, PassengerDrinks, PassengerPlus, Password, Paste, Pause, PauseFilled, PauseFuture, PauseOutline, PauseOutlineFilled, PausePast, PcnENode, PcnMilitary, PcnPNode, PcnZNode, Pdf, PdfReference, Pedestrian, PedestrianChild, PedestrianFamily, Pen, PenFountain, Pending, PendingFilled, PentagonDownOutline, PentagonDownSolid, PentagonLeftOutline, PentagonLeftSolid, PentagonOutline, PentagonRightOutline, PentagonRightSolid, PentagonSolid, Percentage, PercentageFilled, Person, PersonFavorite, Pest, Phone, PhoneApplication, PhoneBlock, PhoneBlockFilled, QOperation, QOperationGauge, QOperationIf, WatsonHealthNominate, WatsonHealthPageScroll, WatsonHealthPetImageB, WatsonHealthPetImageO };
|