@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, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77,
|
|
16
|
-
const
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _circle, _circle2, _circle3, _path104, _path105, _circle4, _circle5, _circle6, _path106, _path107, _path108, _path109, _path110, _path111, _circle7, _circle8, _circle9, _circle10, _circle11, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _circle12, _circle13, _circle14, _circle15, _circle16, _circle17, _circle18, _circle19, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _circle20, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _circle21, _path165, _path166, _path167, _path168, _path169, _path170, _circle22, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _circle23, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229, _path230;
|
|
16
|
+
const PhoneFilled = /*#__PURE__*/React.forwardRef(function PhoneFilled(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
19
19
|
size = 16,
|
|
@@ -28,13 +28,13 @@ const Pills = /*#__PURE__*/React.forwardRef(function Pills(_ref, ref) {
|
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
...rest
|
|
30
30
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
d: "
|
|
31
|
+
d: "M20.33,21.48l2.24-2.24a2.19,2.19,0,0,1,2.34-.48l2.73,1.09a2.18,2.18,0,0,1,1.36,2v5A2.17,2.17,0,0,1,26.72,29C7.59,27.81,3.73,11.61,3,5.41A2.17,2.17,0,0,1,5.17,3H10a2.16,2.16,0,0,1,2,1.36l1.09,2.73a2.16,2.16,0,0,1-.47,2.34l-2.24,2.24S11.67,20.4,20.33,21.48Z"
|
|
32
32
|
})), children);
|
|
33
33
|
});
|
|
34
34
|
if (process.env.NODE_ENV !== "production") {
|
|
35
|
-
|
|
35
|
+
PhoneFilled.propTypes = iconPropTypes;
|
|
36
36
|
}
|
|
37
|
-
const
|
|
37
|
+
const PhoneIncoming = /*#__PURE__*/React.forwardRef(function PhoneIncoming(_ref2, ref) {
|
|
38
38
|
let {
|
|
39
39
|
children,
|
|
40
40
|
size = 16,
|
|
@@ -49,15 +49,15 @@ const PillsAdd = /*#__PURE__*/React.forwardRef(function PillsAdd(_ref2, ref) {
|
|
|
49
49
|
fill: "currentColor",
|
|
50
50
|
...rest
|
|
51
51
|
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
52
|
-
d: "
|
|
52
|
+
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"
|
|
53
53
|
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
-
d: "
|
|
54
|
+
d: "M27 13L27 11 22.414 11 29 4.414 27.586 3 21 9.586 21 5 19 5 19 13 27 13z"
|
|
55
55
|
})), children);
|
|
56
56
|
});
|
|
57
57
|
if (process.env.NODE_ENV !== "production") {
|
|
58
|
-
|
|
58
|
+
PhoneIncoming.propTypes = iconPropTypes;
|
|
59
59
|
}
|
|
60
|
-
const
|
|
60
|
+
const PhoneIncomingFilled = /*#__PURE__*/React.forwardRef(function PhoneIncomingFilled(_ref3, ref) {
|
|
61
61
|
let {
|
|
62
62
|
children,
|
|
63
63
|
size = 16,
|
|
@@ -72,15 +72,15 @@ const PillsSubtract = /*#__PURE__*/React.forwardRef(function PillsSubtract(_ref3
|
|
|
72
72
|
fill: "currentColor",
|
|
73
73
|
...rest
|
|
74
74
|
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
75
|
-
d: "
|
|
75
|
+
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"
|
|
76
76
|
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
77
|
-
d: "
|
|
77
|
+
d: "M27 13L27 11 22.414 11 29 4.414 27.586 3 21 9.586 21 5 19 5 19 13 27 13z"
|
|
78
78
|
})), children);
|
|
79
79
|
});
|
|
80
80
|
if (process.env.NODE_ENV !== "production") {
|
|
81
|
-
|
|
81
|
+
PhoneIncomingFilled.propTypes = iconPropTypes;
|
|
82
82
|
}
|
|
83
|
-
const
|
|
83
|
+
const PhoneIp = /*#__PURE__*/React.forwardRef(function PhoneIp(_ref4, ref) {
|
|
84
84
|
let {
|
|
85
85
|
children,
|
|
86
86
|
size = 16,
|
|
@@ -95,13 +95,15 @@ const Pin = /*#__PURE__*/React.forwardRef(function Pin(_ref4, ref) {
|
|
|
95
95
|
fill: "currentColor",
|
|
96
96
|
...rest
|
|
97
97
|
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
98
|
-
d: "
|
|
98
|
+
d: "M16 14H18V16H16zM20 14H22V16H20zM24 14H26V16H24zM16 18H18V20H16zM20 18H22V20H20zM24 18H26V20H24zM16 22H18V24H16zM20 22H22V24H20zM24 22H26V24H24zM16 10H26V12H16z"
|
|
99
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
100
|
+
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"
|
|
99
101
|
})), children);
|
|
100
102
|
});
|
|
101
103
|
if (process.env.NODE_ENV !== "production") {
|
|
102
|
-
|
|
104
|
+
PhoneIp.propTypes = iconPropTypes;
|
|
103
105
|
}
|
|
104
|
-
const
|
|
106
|
+
const PhoneOff = /*#__PURE__*/React.forwardRef(function PhoneOff(_ref5, ref) {
|
|
105
107
|
let {
|
|
106
108
|
children,
|
|
107
109
|
size = 16,
|
|
@@ -115,14 +117,14 @@ const PinFilled = /*#__PURE__*/React.forwardRef(function PinFilled(_ref5, ref) {
|
|
|
115
117
|
viewBox: "0 0 32 32",
|
|
116
118
|
fill: "currentColor",
|
|
117
119
|
...rest
|
|
118
|
-
},
|
|
119
|
-
d: "
|
|
120
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
121
|
+
d: "M9.19 18.56A25.66 25.66 0 015 6.08V6A1 1 0 016 5h5.28l1.5 3.77L9.94 11.64l.06.48a13 13 0 001.46 4.17l1.46-1.46a9.34 9.34 0 01-.84-2.52l2.13-2.15A2 2 0 0014.65 8L13.13 4.26A2 2 0 0011.27 3H5.76A3 3 0 003 6.23 28 28 0 007.79 20zM27.77 18.86L24 17.35a2 2 0 00-2.17.41l-2.17 2.15A9.17 9.17 0 0115.45 18L30 3.41 28.59 2 2 28.59 3.41 30l7-7c3.38 3.18 8.28 5.62 15.39 6H26a3 3 0 003-3V20.72A2 2 0 0027.77 18.86zM27 26v.06a1 1 0 01-1.06.94c-6.51-.37-11-2.54-14.11-5.42L14 19.44A10.77 10.77 0 0019.88 22l.48.06 2.87-2.85L27 20.72z"
|
|
120
122
|
})), children);
|
|
121
123
|
});
|
|
122
124
|
if (process.env.NODE_ENV !== "production") {
|
|
123
|
-
|
|
125
|
+
PhoneOff.propTypes = iconPropTypes;
|
|
124
126
|
}
|
|
125
|
-
const
|
|
127
|
+
const PhoneOffFilled = /*#__PURE__*/React.forwardRef(function PhoneOffFilled(_ref6, ref) {
|
|
126
128
|
let {
|
|
127
129
|
children,
|
|
128
130
|
size = 16,
|
|
@@ -136,14 +138,14 @@ const Plan = /*#__PURE__*/React.forwardRef(function Plan(_ref6, ref) {
|
|
|
136
138
|
viewBox: "0 0 32 32",
|
|
137
139
|
fill: "currentColor",
|
|
138
140
|
...rest
|
|
139
|
-
},
|
|
140
|
-
d: "
|
|
141
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
142
|
+
d: "M26.74 19.56l-2.52-1a2 2 0 00-2.15.44L20 21.06a9.93 9.93 0 01-5.35-2.29L30 3.41 28.59 2 2 28.59 3.41 30l7.93-7.92c3.24 3.12 7.89 5.5 14.55 5.92A2 2 0 0028 26V21.41A2 2 0 0026.74 19.56zM8.15 18.19l3.52-3.52A11.68 11.68 0 0110.85 12l2.07-2.07a2 2 0 00.44-2.15l-1-2.52A2 2 0 0010.5 4H6A2 2 0 004 6.22 29 29 0 008.15 18.19z"
|
|
141
143
|
})), children);
|
|
142
144
|
});
|
|
143
145
|
if (process.env.NODE_ENV !== "production") {
|
|
144
|
-
|
|
146
|
+
PhoneOffFilled.propTypes = iconPropTypes;
|
|
145
147
|
}
|
|
146
|
-
const
|
|
148
|
+
const PhoneOutgoing = /*#__PURE__*/React.forwardRef(function PhoneOutgoing(_ref7, ref) {
|
|
147
149
|
let {
|
|
148
150
|
children,
|
|
149
151
|
size = 16,
|
|
@@ -157,14 +159,16 @@ const Plane = /*#__PURE__*/React.forwardRef(function Plane(_ref7, ref) {
|
|
|
157
159
|
viewBox: "0 0 32 32",
|
|
158
160
|
fill: "currentColor",
|
|
159
161
|
...rest
|
|
160
|
-
},
|
|
161
|
-
d: "
|
|
162
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
163
|
+
d: "M26,29h-0.2C6.2,27.9,3.4,11.3,3,6.2C2.9,4.6,4.1,3.1,5.8,3C5.8,3,5.9,3,6,3h5.3c0.8,0,1.6,0.5,1.9,1.3L14.6,8 c0.3,0.7,0.1,1.6-0.4,2.2l-2.1,2.1c0.7,3.9,3.7,6.9,7.6,7.6l2.2-2.1c0.6-0.6,1.4-0.7,2.2-0.4l3.8,1.5c0.7,0.3,1.2,1,1.2,1.9V26 C29,27.7,27.7,29,26,29z M6,5C5.4,5,5,5.4,5,6c0,0,0,0.1,0,0.1C5.5,12,8.4,26,25.9,27c0.6,0,1-0.4,1.1-0.9c0,0,0,0,0-0.1v-5.3 l-3.8-1.5l-2.9,2.9L19.9,22c-8.7-1.1-9.9-9.8-9.9-9.9l-0.1-0.5l2.8-2.9L11.3,5H6z"
|
|
164
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
165
|
+
d: "M20 4L20 6 24.6 6 18 12.6 19.4 14 26 7.4 26 12 28 12 28 4z"
|
|
162
166
|
})), children);
|
|
163
167
|
});
|
|
164
168
|
if (process.env.NODE_ENV !== "production") {
|
|
165
|
-
|
|
169
|
+
PhoneOutgoing.propTypes = iconPropTypes;
|
|
166
170
|
}
|
|
167
|
-
const
|
|
171
|
+
const PhoneOutgoingFilled = /*#__PURE__*/React.forwardRef(function PhoneOutgoingFilled(_ref8, ref) {
|
|
168
172
|
let {
|
|
169
173
|
children,
|
|
170
174
|
size = 16,
|
|
@@ -178,16 +182,16 @@ const PlanePrivate = /*#__PURE__*/React.forwardRef(function PlanePrivate(_ref8,
|
|
|
178
182
|
viewBox: "0 0 32 32",
|
|
179
183
|
fill: "currentColor",
|
|
180
184
|
...rest
|
|
181
|
-
},
|
|
182
|
-
d: "
|
|
183
|
-
})),
|
|
184
|
-
d: "
|
|
185
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
186
|
+
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"
|
|
187
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
188
|
+
d: "M20 4L20 6 24.586 6 18 12.586 19.414 14 26 7.414 26 12 28 12 28 4 20 4z"
|
|
185
189
|
})), children);
|
|
186
190
|
});
|
|
187
191
|
if (process.env.NODE_ENV !== "production") {
|
|
188
|
-
|
|
192
|
+
PhoneOutgoingFilled.propTypes = iconPropTypes;
|
|
189
193
|
}
|
|
190
|
-
const
|
|
194
|
+
const PhoneSettings = /*#__PURE__*/React.forwardRef(function PhoneSettings(_ref9, ref) {
|
|
191
195
|
let {
|
|
192
196
|
children,
|
|
193
197
|
size = 16,
|
|
@@ -201,14 +205,16 @@ const PlaneSea = /*#__PURE__*/React.forwardRef(function PlaneSea(_ref9, ref) {
|
|
|
201
205
|
viewBox: "0 0 32 32",
|
|
202
206
|
fill: "currentColor",
|
|
203
207
|
...rest
|
|
204
|
-
},
|
|
205
|
-
d: "M30
|
|
208
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
209
|
+
d: "M30,10V8H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,4.1011V2H22V4.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,8H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,13.8989V16h2V13.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,10Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,12Z"
|
|
210
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
211
|
+
d: "M25,30h-.17C5.18,28.87,2.39,12.29,2,7.23A3,3,0,0,1,4.7611,4.0088Q4.88,4,5,4h5.27a2,2,0,0,1,1.86,1.26L13.65,9a2,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,23,18.35l3.77,1.51A2,2,0,0,1,28,21.72V27A3,3,0,0,1,25,30ZM5,6a1,1,0,0,0-1.0032.9968c0,.0278.001.0555.0032.0832C4.46,13,7.41,27,24.94,28a1,1,0,0,0,1.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"
|
|
206
212
|
})), children);
|
|
207
213
|
});
|
|
208
214
|
if (process.env.NODE_ENV !== "production") {
|
|
209
|
-
|
|
215
|
+
PhoneSettings.propTypes = iconPropTypes;
|
|
210
216
|
}
|
|
211
|
-
const
|
|
217
|
+
const PhoneVoice = /*#__PURE__*/React.forwardRef(function PhoneVoice(_ref10, ref) {
|
|
212
218
|
let {
|
|
213
219
|
children,
|
|
214
220
|
size = 16,
|
|
@@ -222,34 +228,21 @@ const Platforms = /*#__PURE__*/React.forwardRef(function Platforms(_ref10, ref)
|
|
|
222
228
|
viewBox: "0 0 32 32",
|
|
223
229
|
fill: "currentColor",
|
|
224
230
|
...rest
|
|
225
|
-
},
|
|
226
|
-
d: "
|
|
227
|
-
})),
|
|
228
|
-
d: "
|
|
231
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
232
|
+
d: "M24,13H22a3.0033,3.0033,0,0,0-3-3V8A5.0057,5.0057,0,0,1,24,13Z"
|
|
233
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
234
|
+
d: "M28 13H26a7.0078 7.0078 0 00-7-7V4A9.01 9.01 0 0128 13zM26 29h-.17C6.18 27.87 3.39 11.29 3 6.23A3 3 0 015.7612 3.0088Q5.88 3 6 3h5.27a2 2 0 011.86 1.26L14.65 8a2 2 0 01-.44 2.16l-2.13 2.15a9.36 9.36 0 007.58 7.6l2.17-2.15A2 2 0 0124 17.35l3.77 1.51A2 2 0 0129 20.72V26A3 3 0 0126 29zM6 5a1 1 0 00-1.0032.9968q0 .0417.0032.0832C5.46 12 8.41 26 25.94 27a1 1 0 001.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"
|
|
229
235
|
})), children);
|
|
230
236
|
});
|
|
231
237
|
if (process.env.NODE_ENV !== "production") {
|
|
232
|
-
|
|
238
|
+
PhoneVoice.propTypes = iconPropTypes;
|
|
233
239
|
}
|
|
234
|
-
const
|
|
240
|
+
const PhoneVoiceFilled = /*#__PURE__*/React.forwardRef(function PhoneVoiceFilled(_ref11, ref) {
|
|
235
241
|
let {
|
|
236
242
|
children,
|
|
237
243
|
size = 16,
|
|
238
244
|
...rest
|
|
239
245
|
} = _ref11;
|
|
240
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
241
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
242
|
-
width: size,
|
|
243
|
-
height: size,
|
|
244
|
-
ref: ref,
|
|
245
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
246
|
-
viewBox: "0 0 16 16",
|
|
247
|
-
fill: "currentColor",
|
|
248
|
-
...rest
|
|
249
|
-
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
250
|
-
d: "M3.5,14C3.2,14,3,13.8,3,13.5v-11c0-0.2,0.1-0.3,0.2-0.4C3.4,2,3.6,2,3.8,2.1l9.5,5.5c0.2,0.1,0.3,0.4,0.2,0.7 c0,0.1-0.1,0.1-0.2,0.2l-9.5,5.5C3.7,14,3.6,14,3.5,14z M4,3.4v9.3L12,8L4,3.4z"
|
|
251
|
-
})), children);
|
|
252
|
-
}
|
|
253
246
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
254
247
|
width: size,
|
|
255
248
|
height: size,
|
|
@@ -258,32 +251,21 @@ const Play = /*#__PURE__*/React.forwardRef(function Play(_ref11, ref) {
|
|
|
258
251
|
viewBox: "0 0 32 32",
|
|
259
252
|
fill: "currentColor",
|
|
260
253
|
...rest
|
|
261
|
-
},
|
|
262
|
-
d: "
|
|
254
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
255
|
+
d: "M24,13H22a3.0033,3.0033,0,0,0-3-3V8A5.0057,5.0057,0,0,1,24,13Z"
|
|
256
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
257
|
+
d: "M28 13H26a7.0078 7.0078 0 00-7-7V4A9.01 9.01 0 0128 13zM20.3333 21.4823l2.24-2.24a2.1667 2.1667 0 012.3368-.48l2.7281 1.0913A2.1666 2.1666 0 0129 21.8659v4.9613a2.1668 2.1668 0 01-2.2843 2.1686C7.5938 27.8054 3.7321 11.6114 3.0146 5.4079A2.162 2.162 0 015.1692 3H10.042a2.1666 2.1666 0 012.0117 1.362L13.145 7.09a2.1666 2.1666 0 01-.48 2.3367l-2.24 2.24S11.6667 20.399 20.3333 21.4823z"
|
|
263
258
|
})), children);
|
|
264
259
|
});
|
|
265
260
|
if (process.env.NODE_ENV !== "production") {
|
|
266
|
-
|
|
261
|
+
PhoneVoiceFilled.propTypes = iconPropTypes;
|
|
267
262
|
}
|
|
268
|
-
const
|
|
263
|
+
const PhraseSentiment = /*#__PURE__*/React.forwardRef(function PhraseSentiment(_ref12, ref) {
|
|
269
264
|
let {
|
|
270
265
|
children,
|
|
271
266
|
size = 16,
|
|
272
267
|
...rest
|
|
273
268
|
} = _ref12;
|
|
274
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
275
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
276
|
-
width: size,
|
|
277
|
-
height: size,
|
|
278
|
-
ref: ref,
|
|
279
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
280
|
-
viewBox: "0 0 16 16",
|
|
281
|
-
fill: "currentColor",
|
|
282
|
-
...rest
|
|
283
|
-
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
284
|
-
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11.7,8.4l-5.5,3c-0.2,0.1-0.3,0.1-0.5,0c-0.2-0.1-0.2-0.3-0.2-0.4V5 c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3C12,7.7,12.1,8,11.9,8.2C11.9,8.3,11.8,8.4,11.7,8.4L11.7,8.4z"
|
|
285
|
-
})), children);
|
|
286
|
-
}
|
|
287
269
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
288
270
|
width: size,
|
|
289
271
|
height: size,
|
|
@@ -292,17 +274,16 @@ const PlayFilled = /*#__PURE__*/React.forwardRef(function PlayFilled(_ref12, ref
|
|
|
292
274
|
viewBox: "0 0 32 32",
|
|
293
275
|
fill: "currentColor",
|
|
294
276
|
...rest
|
|
295
|
-
},
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.4473,14.8945-12,6A1,1,0,0,1,10,22V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789Z"
|
|
277
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
278
|
+
d: "M18.303,10a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,19l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,10Z"
|
|
279
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
280
|
+
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"
|
|
300
281
|
})), children);
|
|
301
282
|
});
|
|
302
283
|
if (process.env.NODE_ENV !== "production") {
|
|
303
|
-
|
|
284
|
+
PhraseSentiment.propTypes = iconPropTypes;
|
|
304
285
|
}
|
|
305
|
-
const
|
|
286
|
+
const PicnicArea = /*#__PURE__*/React.forwardRef(function PicnicArea(_ref13, ref) {
|
|
306
287
|
let {
|
|
307
288
|
children,
|
|
308
289
|
size = 16,
|
|
@@ -316,34 +297,19 @@ const PlayFilledAlt = /*#__PURE__*/React.forwardRef(function PlayFilledAlt(_ref1
|
|
|
316
297
|
viewBox: "0 0 32 32",
|
|
317
298
|
fill: "currentColor",
|
|
318
299
|
...rest
|
|
319
|
-
},
|
|
320
|
-
d: "
|
|
300
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
301
|
+
d: "M24 12a4 4 0 114-4A4.0045 4.0045 0 0124 12zm0-6a2 2 0 102 2A2.0021 2.0021 0 0024 6zM26 22H21.8472L21.18 18H24V16H8v2h2.82l-.6668 4H6v2H9.82l-.6668 4H11.18l.6668-4h8.3056l.6668 4h2.0276L22.18 24H26zM12.18 22l.6665-4h6.3062l.6665 4z"
|
|
321
302
|
})), children);
|
|
322
303
|
});
|
|
323
304
|
if (process.env.NODE_ENV !== "production") {
|
|
324
|
-
|
|
305
|
+
PicnicArea.propTypes = iconPropTypes;
|
|
325
306
|
}
|
|
326
|
-
const
|
|
307
|
+
const PiggyBank = /*#__PURE__*/React.forwardRef(function PiggyBank(_ref14, ref) {
|
|
327
308
|
let {
|
|
328
309
|
children,
|
|
329
310
|
size = 16,
|
|
330
311
|
...rest
|
|
331
312
|
} = _ref14;
|
|
332
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
333
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
334
|
-
width: size,
|
|
335
|
-
height: size,
|
|
336
|
-
ref: ref,
|
|
337
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
338
|
-
viewBox: "0 0 16 16",
|
|
339
|
-
fill: "currentColor",
|
|
340
|
-
...rest
|
|
341
|
-
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
342
|
-
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"
|
|
343
|
-
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
344
|
-
d: "M6,11.5c-0.1,0-0.2,0-0.3-0.1c-0.2-0.1-0.2-0.3-0.2-0.4V5c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3 C12,7.7,12.1,8,11.9,8.2c0,0.1-0.1,0.2-0.2,0.2l-5.5,3C6.2,11.5,6.1,11.5,6,11.5z M6.5,5.8v4.3l4-2.2L6.5,5.8z"
|
|
345
|
-
})), children);
|
|
346
|
-
}
|
|
347
313
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
348
314
|
width: size,
|
|
349
315
|
height: size,
|
|
@@ -353,35 +319,20 @@ const PlayOutline = /*#__PURE__*/React.forwardRef(function PlayOutline(_ref14, r
|
|
|
353
319
|
fill: "currentColor",
|
|
354
320
|
...rest
|
|
355
321
|
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
356
|
-
d: "
|
|
322
|
+
d: "M16.5,14H20V12H18V11H16v1.0508A2.5,2.5,0,0,0,16.5,17h1a.5.5,0,0,1,0,1H14v2h2v1h2V19.9492A2.5,2.5,0,0,0,17.5,15h-1a.5.5,0,0,1,0-1Z"
|
|
357
323
|
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
358
|
-
d: "
|
|
324
|
+
d: "M29,13H26.98A5.7789,5.7789,0,0,0,25,8.8525V5a1,1,0,0,0-1.6-.8L19.6665,7H15c-5.5095,0-9.4634,3.2412-9.9485,8H5a1.0009,1.0009,0,0,1-1-1V12H2v2a3.0033,3.0033,0,0,0,3,3h.07A9.1733,9.1733,0,0,0,9,23.5566V27a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V25h3v2a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V23.6372A5.0926,5.0926,0,0,0,26.8188,20H29a1,1,0,0,0,1-1V14A1,1,0,0,0,29,13Zm-1,5H25.124c-.3052,2.7529-.8235,3.4854-3.124,4.3154V26H20V23H13v3H11V22.3779A7.013,7.013,0,0,1,7,16c0-4.8354,4.0181-7,8-7h5.3335L23,7V9.7764c2.4182,1.8593,1.9126,3.186,2.0183,5.2236H28Z"
|
|
359
325
|
})), children);
|
|
360
326
|
});
|
|
361
327
|
if (process.env.NODE_ENV !== "production") {
|
|
362
|
-
|
|
328
|
+
PiggyBank.propTypes = iconPropTypes;
|
|
363
329
|
}
|
|
364
|
-
const
|
|
330
|
+
const PiggyBankSlot = /*#__PURE__*/React.forwardRef(function PiggyBankSlot(_ref15, ref) {
|
|
365
331
|
let {
|
|
366
332
|
children,
|
|
367
333
|
size = 16,
|
|
368
334
|
...rest
|
|
369
335
|
} = _ref15;
|
|
370
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
371
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
372
|
-
width: size,
|
|
373
|
-
height: size,
|
|
374
|
-
ref: ref,
|
|
375
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
376
|
-
viewBox: "0 0 16 16",
|
|
377
|
-
fill: "currentColor",
|
|
378
|
-
...rest
|
|
379
|
-
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
380
|
-
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11.7,8.4l-5.5,3c-0.2,0.1-0.3,0.1-0.5,0c-0.2-0.1-0.2-0.3-0.2-0.4V5 c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3C12,7.7,12.1,8,11.9,8.2C11.9,8.3,11.8,8.4,11.7,8.4L11.7,8.4z"
|
|
381
|
-
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
382
|
-
d: "M6.5 10.2L10.5 8 6.5 5.8z"
|
|
383
|
-
})), children);
|
|
384
|
-
}
|
|
385
336
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
386
337
|
width: size,
|
|
387
338
|
height: size,
|
|
@@ -390,19 +341,16 @@ const PlayOutlineFilled = /*#__PURE__*/React.forwardRef(function PlayOutlineFill
|
|
|
390
341
|
viewBox: "0 0 32 32",
|
|
391
342
|
fill: "currentColor",
|
|
392
343
|
...rest
|
|
393
|
-
},
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
d: "M12 20.382L20.764 16 12 11.618 12 20.382z"
|
|
398
|
-
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
399
|
-
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.4473,14.8945-12,6A1,1,0,0,1,10,22V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789Z"
|
|
344
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
345
|
+
d: "M13 11H20V13H13z"
|
|
346
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
347
|
+
d: "M29,13H26.98A5.7791,5.7791,0,0,0,25,8.8525V5a1,1,0,0,0-1.6-.8L19.6665,7H15c-5.5095,0-9.4634,3.2412-9.9485,8H5a1.0009,1.0009,0,0,1-1-1V12H2v2a3.0033,3.0033,0,0,0,3,3h.07A9.1733,9.1733,0,0,0,9,23.5566V27a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V25h3v2a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V23.6372A5.0928,5.0928,0,0,0,26.8188,20H29a1,1,0,0,0,1-1V14A1,1,0,0,0,29,13Zm-1,5H25.124c-.3052,2.7529-.8235,3.4854-3.124,4.3154V26H20V23H13v3H11V22.3779A7.0129,7.0129,0,0,1,7,16c0-4.8354,4.0181-7,8-7h5.3335L23,7V9.7764c2.4182,1.8593,1.9126,3.186,2.0183,5.2236H28Z"
|
|
400
348
|
})), children);
|
|
401
349
|
});
|
|
402
350
|
if (process.env.NODE_ENV !== "production") {
|
|
403
|
-
|
|
351
|
+
PiggyBankSlot.propTypes = iconPropTypes;
|
|
404
352
|
}
|
|
405
|
-
const
|
|
353
|
+
const Pills = /*#__PURE__*/React.forwardRef(function Pills(_ref16, ref) {
|
|
406
354
|
let {
|
|
407
355
|
children,
|
|
408
356
|
size = 16,
|
|
@@ -416,14 +364,14 @@ const Playlist = /*#__PURE__*/React.forwardRef(function Playlist(_ref16, ref) {
|
|
|
416
364
|
viewBox: "0 0 32 32",
|
|
417
365
|
fill: "currentColor",
|
|
418
366
|
...rest
|
|
419
|
-
},
|
|
420
|
-
d: "
|
|
367
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
368
|
+
d: "M22,14a7.94,7.94,0,0,0-4,1.0825V9A7,7,0,0,0,4,9V23a6.999,6.999,0,0,0,12.2855,4.5878A7.9969,7.9969,0,1,0,22,14Zm0,2a6.0046,6.0046,0,0,1,5.91,5H16.09A6.0046,6.0046,0,0,1,22,16ZM6,9A5,5,0,0,1,16,9v6H6Zm5,19a5.0059,5.0059,0,0,1-5-5V17h9.765a7.9566,7.9566,0,0,0-.7242,8.9315A4.9885,4.9885,0,0,1,11,28Zm11,0a6.0046,6.0046,0,0,1-5.91-5H27.91A6.0046,6.0046,0,0,1,22,28Z"
|
|
421
369
|
})), children);
|
|
422
370
|
});
|
|
423
371
|
if (process.env.NODE_ENV !== "production") {
|
|
424
|
-
|
|
372
|
+
Pills.propTypes = iconPropTypes;
|
|
425
373
|
}
|
|
426
|
-
const
|
|
374
|
+
const PillsAdd = /*#__PURE__*/React.forwardRef(function PillsAdd(_ref17, ref) {
|
|
427
375
|
let {
|
|
428
376
|
children,
|
|
429
377
|
size = 16,
|
|
@@ -437,14 +385,16 @@ const Plug = /*#__PURE__*/React.forwardRef(function Plug(_ref17, ref) {
|
|
|
437
385
|
viewBox: "0 0 32 32",
|
|
438
386
|
fill: "currentColor",
|
|
439
387
|
...rest
|
|
440
|
-
},
|
|
441
|
-
d: "M22,
|
|
388
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
389
|
+
d: "M22,14a7.94,7.94,0,0,0-4,1.0825V9A7,7,0,0,0,4,9V23a6.9857,6.9857,0,0,0,12.2756,4.5768A7.9966,7.9966,0,1,0,22,14ZM11,4a5.0059,5.0059,0,0,1,5,5v6H6V9A5.0059,5.0059,0,0,1,11,4Zm0,24a5.0059,5.0059,0,0,1-5-5V17h9.765a7.9564,7.9564,0,0,0-.7239,8.9319A5.0147,5.0147,0,0,1,11,28Zm11,0a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,22,28Z"
|
|
390
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
391
|
+
d: "M25 21L23 21 23 19 21 19 21 21 19 21 19 23 21 23 21 25 23 25 23 23 25 23 25 21z"
|
|
442
392
|
})), children);
|
|
443
393
|
});
|
|
444
394
|
if (process.env.NODE_ENV !== "production") {
|
|
445
|
-
|
|
395
|
+
PillsAdd.propTypes = iconPropTypes;
|
|
446
396
|
}
|
|
447
|
-
const
|
|
397
|
+
const PillsSubtract = /*#__PURE__*/React.forwardRef(function PillsSubtract(_ref18, ref) {
|
|
448
398
|
let {
|
|
449
399
|
children,
|
|
450
400
|
size = 16,
|
|
@@ -458,14 +408,16 @@ const PlugFilled = /*#__PURE__*/React.forwardRef(function PlugFilled(_ref18, ref
|
|
|
458
408
|
viewBox: "0 0 32 32",
|
|
459
409
|
fill: "currentColor",
|
|
460
410
|
...rest
|
|
461
|
-
},
|
|
462
|
-
d: "M22,
|
|
411
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
412
|
+
d: "M22,14a7.94,7.94,0,0,0-4,1.0825V9A7,7,0,0,0,4,9V23a6.9857,6.9857,0,0,0,12.2756,4.5768A7.9966,7.9966,0,1,0,22,14ZM11,4a5.0059,5.0059,0,0,1,5,5v6H6V9A5.0059,5.0059,0,0,1,11,4Zm0,24a5.0059,5.0059,0,0,1-5-5V17h9.765a7.9564,7.9564,0,0,0-.7239,8.9319A5.0147,5.0147,0,0,1,11,28Zm11,0a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,22,28Z"
|
|
413
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
414
|
+
d: "M19 21H25V23H19z"
|
|
463
415
|
})), children);
|
|
464
416
|
});
|
|
465
417
|
if (process.env.NODE_ENV !== "production") {
|
|
466
|
-
|
|
418
|
+
PillsSubtract.propTypes = iconPropTypes;
|
|
467
419
|
}
|
|
468
|
-
const
|
|
420
|
+
const Pin = /*#__PURE__*/React.forwardRef(function Pin(_ref19, ref) {
|
|
469
421
|
let {
|
|
470
422
|
children,
|
|
471
423
|
size = 16,
|
|
@@ -479,14 +431,14 @@ const Png = /*#__PURE__*/React.forwardRef(function Png(_ref19, ref) {
|
|
|
479
431
|
viewBox: "0 0 32 32",
|
|
480
432
|
fill: "currentColor",
|
|
481
433
|
...rest
|
|
482
|
-
},
|
|
483
|
-
d: "
|
|
434
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
435
|
+
d: "M28.59,13.31,30,11.9,20,2,18.69,3.42,19.87,4.6,8.38,14.32,6.66,12.61,5.25,14l5.66,5.68L2,28.58,3.41,30l8.91-8.91L18,26.75l1.39-1.42-1.71-1.71L27.4,12.13ZM16.26,22.2,9.8,15.74,21.29,6,26,10.71Z"
|
|
484
436
|
})), children);
|
|
485
437
|
});
|
|
486
438
|
if (process.env.NODE_ENV !== "production") {
|
|
487
|
-
|
|
439
|
+
Pin.propTypes = iconPropTypes;
|
|
488
440
|
}
|
|
489
|
-
const
|
|
441
|
+
const PinFilled = /*#__PURE__*/React.forwardRef(function PinFilled(_ref20, ref) {
|
|
490
442
|
let {
|
|
491
443
|
children,
|
|
492
444
|
size = 16,
|
|
@@ -500,16 +452,14 @@ const PointOfPresence = /*#__PURE__*/React.forwardRef(function PointOfPresence(_
|
|
|
500
452
|
viewBox: "0 0 32 32",
|
|
501
453
|
fill: "currentColor",
|
|
502
454
|
...rest
|
|
503
|
-
},
|
|
504
|
-
d: "M28
|
|
505
|
-
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
506
|
-
d: "M26,9a2.9926,2.9926,0,0,0-5.8157-1H9v2H20.1843A2.9939,2.9939,0,0,0,22,11.8154V23h2V11.8159A2.9958,2.9958,0,0,0,26,9Zm-3,1a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,23,10Z"
|
|
455
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
456
|
+
d: "M28.5858,13.3137,30,11.9,20,2,18.6858,3.415l1.1858,1.1857L8.38,14.3225,6.6641,12.6067,5.25,14l5.6572,5.6773L2,28.5831,3.41,30l8.9111-8.9087L18,26.7482l1.3929-1.414L17.6765,23.618l9.724-11.4895Z"
|
|
507
457
|
})), children);
|
|
508
458
|
});
|
|
509
459
|
if (process.env.NODE_ENV !== "production") {
|
|
510
|
-
|
|
460
|
+
PinFilled.propTypes = iconPropTypes;
|
|
511
461
|
}
|
|
512
|
-
const
|
|
462
|
+
const Plan = /*#__PURE__*/React.forwardRef(function Plan(_ref21, ref) {
|
|
513
463
|
let {
|
|
514
464
|
children,
|
|
515
465
|
size = 16,
|
|
@@ -523,16 +473,14 @@ const WatsonHealthPointerText = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
523
473
|
viewBox: "0 0 32 32",
|
|
524
474
|
fill: "currentColor",
|
|
525
475
|
...rest
|
|
526
|
-
},
|
|
527
|
-
d: "
|
|
528
|
-
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
529
|
-
d: "M22,15H17v2h5v2H18a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h6V17A2,2,0,0,0,22,15Zm0,8H18V21h4Z"
|
|
476
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
477
|
+
d: "M31,8c0-0.4-0.2-0.7-0.5-0.9l-7-4C23.3,3,23.2,3,23,3s-0.3,0-0.5,0.1L16,6.8L9.5,3.1C9.3,3,9.2,3,9,3S8.7,3,8.5,3.1l-7,4 C1.2,7.3,1,7.6,1,8v20c0,0.6,0.4,1,1,1c0.2,0,0.3-0.1,0.5-0.1l0,0L9,25.2l6.5,3.7C15.7,29,15.8,29,16,29s0.3,0,0.5-0.1l6.5-3.7 l6.5,3.7l0,0c0.1,0.1,0.3,0.1,0.5,0.1c0.6,0,1-0.4,1-1V8z M3,8.6l5-2.9v17.7l-5,2.9V8.6z M15,26.3l-5-2.9V5.7l5,2.9V26.3z M22,23.4 l-5,2.9V8.6l5-2.9V23.4z M24,23.4V5.7l5,2.9l0,17.7L24,23.4z"
|
|
530
478
|
})), children);
|
|
531
479
|
});
|
|
532
480
|
if (process.env.NODE_ENV !== "production") {
|
|
533
|
-
|
|
481
|
+
Plan.propTypes = iconPropTypes;
|
|
534
482
|
}
|
|
535
|
-
const
|
|
483
|
+
const Plane = /*#__PURE__*/React.forwardRef(function Plane(_ref22, ref) {
|
|
536
484
|
let {
|
|
537
485
|
children,
|
|
538
486
|
size = 16,
|
|
@@ -546,18 +494,14 @@ const Police = /*#__PURE__*/React.forwardRef(function Police(_ref22, ref) {
|
|
|
546
494
|
viewBox: "0 0 32 32",
|
|
547
495
|
fill: "currentColor",
|
|
548
496
|
...rest
|
|
549
|
-
},
|
|
550
|
-
d: "
|
|
551
|
-
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
552
|
-
d: "M21,20H7a3.0033,3.0033,0,0,1-3-3V6H2V17a5.0059,5.0059,0,0,0,5,5H21a4.9419,4.9419,0,0,1,2.105.481L17,28.5859,18.4141,30l6.3071-6.3071A4.96,4.96,0,0,1,26,27v3h2V27A7.0078,7.0078,0,0,0,21,20Z"
|
|
553
|
-
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
554
|
-
d: "M25.2746,4.0386l-7-2a1.0013,1.0013,0,0,0-.55,0l-7,2A.9993.9993,0,0,0,10.03,5.2422L11,9.123V11A7,7,0,1,0,25,11V9.123l.97-3.8808A.9993.9993,0,0,0,25.2746,4.0386ZM18,4.04l5.7952,1.6558L23.219,8H19V6H17V8H12.781l-.5762-2.3042ZM18,16a5.0058,5.0058,0,0,1-5-5V10H23v1A5.0058,5.0058,0,0,1,18,16Z"
|
|
497
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
498
|
+
d: "M29.37,14.75,20,10V6a4,4,0,0,0-8,0v4L2.63,14.75a1,1,0,0,0-.63.93v5a1,1,0,0,0,1,1,1,1,0,0,0,.29-.05L12,18v5L8.55,24.72a1,1,0,0,0-.55.9V29a1,1,0,0,0,1,1,.9.9,0,0,0,.28,0L16,28l6.72,2A.9.9,0,0,0,23,30a1,1,0,0,0,1-1V25.62a1,1,0,0,0-.55-.9L20,23V18l8.71,3.61a1,1,0,0,0,.29.05,1,1,0,0,0,1-1v-5A1,1,0,0,0,29.37,14.75ZM28,19.15,18,15v9.24l4,2v1.43l-6-1.75-6,1.75V26.24l4-2V15L4,19.15V16.3l10-5.07V6a2,2,0,0,1,4,0v5.23L28,16.3Z"
|
|
555
499
|
})), children);
|
|
556
500
|
});
|
|
557
501
|
if (process.env.NODE_ENV !== "production") {
|
|
558
|
-
|
|
502
|
+
Plane.propTypes = iconPropTypes;
|
|
559
503
|
}
|
|
560
|
-
const
|
|
504
|
+
const PlanePrivate = /*#__PURE__*/React.forwardRef(function PlanePrivate(_ref23, ref) {
|
|
561
505
|
let {
|
|
562
506
|
children,
|
|
563
507
|
size = 16,
|
|
@@ -571,16 +515,16 @@ const Policy = /*#__PURE__*/React.forwardRef(function Policy(_ref23, ref) {
|
|
|
571
515
|
viewBox: "0 0 32 32",
|
|
572
516
|
fill: "currentColor",
|
|
573
517
|
...rest
|
|
574
|
-
},
|
|
575
|
-
d: "
|
|
576
|
-
})),
|
|
577
|
-
d: "
|
|
518
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
519
|
+
d: "M28.5845,14.585l-3.12-1.8721A4.9951,4.9951,0,0,0,22.8921,12H7.7808L7.16,9.5151A1.9975,1.9975,0,0,0,5.2192,8H4a2.0023,2.0023,0,0,0-2,2v7a3.0033,3.0033,0,0,0,3,3h7v6a2.0023,2.0023,0,0,0,2,2h1.3071A2.0086,2.0086,0,0,0,17.18,26.7021L19.6929,20h7.3916a2.9152,2.9152,0,0,0,1.5-5.415ZM27.0845,18H18.3071l-3,8H14V18H5a1.0009,1.0009,0,0,1-1-1V10H5.2192l1,4H10v2h2V14h3v2h2V14h3v2h2V14h.8921a2.9977,2.9977,0,0,1,1.5434.4277l3.12,1.8721a.9154.9154,0,0,1-.4712,1.7Z"
|
|
520
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
521
|
+
d: "M14,4h1.3228l2.4,6h2.1545L17.18,3.2573A1.9906,1.9906,0,0,0,15.3228,2H14a2.0023,2.0023,0,0,0-2,2v6h2Z"
|
|
578
522
|
})), children);
|
|
579
523
|
});
|
|
580
524
|
if (process.env.NODE_ENV !== "production") {
|
|
581
|
-
|
|
525
|
+
PlanePrivate.propTypes = iconPropTypes;
|
|
582
526
|
}
|
|
583
|
-
const
|
|
527
|
+
const PlaneSea = /*#__PURE__*/React.forwardRef(function PlaneSea(_ref24, ref) {
|
|
584
528
|
let {
|
|
585
529
|
children,
|
|
586
530
|
size = 16,
|
|
@@ -594,16 +538,14 @@ const Popup = /*#__PURE__*/React.forwardRef(function Popup(_ref24, ref) {
|
|
|
594
538
|
viewBox: "0 0 32 32",
|
|
595
539
|
fill: "currentColor",
|
|
596
540
|
...rest
|
|
597
|
-
},
|
|
598
|
-
d: "
|
|
599
|
-
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
600
|
-
d: "M18,26H4V16H6V14H4a2.0059,2.0059,0,0,0-2,2V26a2.0059,2.0059,0,0,0,2,2H18a2.0059,2.0059,0,0,0,2-2V24H18Z"
|
|
541
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
542
|
+
d: "M30 30H28a4.9316 4.9316 0 01-4-1.9873 5.0192 5.0192 0 01-8 0 5.0192 5.0192 0 01-8 0A4.9316 4.9316 0 014 30H2V28H4a3.44 3.44 0 003.0532-2.3215A.9712.9712 0 018 25a1.0069 1.0069 0 01.9487.6838A3.4381 3.4381 0 0012 28a3.44 3.44 0 003.0532-2.3215A.99.99 0 0116 25a1.0069 1.0069 0 01.9487.6838A3.4381 3.4381 0 0020 28a3.44 3.44 0 003.0532-2.3215 1 1 0 011.8955.0053A3.4381 3.4381 0 0028 28h2zM28 6v4H25.5L23.4 7.2A3.0129 3.0129 0 0021 6H15a3.0033 3.0033 0 00-3 3v1H8.6182L7.8945 8.5527l-1-2A1 1 0 006 6H3A1 1 0 002 7v6a3.0033 3.0033 0 003 3h6.82l-.6666 4H7a1 1 0 000 2H27a1 1 0 000-2H22.847L22.18 16h.1629a4.9662 4.9662 0 003.5351-1.4648L28 12.4141V16h2V6zM14 9a1.0009 1.0009 0 011-1h6a1.0045 1.0045 0 01.8.4L23 10H14zm6.82 11H13.18l.6666-4h6.306zm1.5237-6H5a1.0009 1.0009 0 01-1-1V8H5.3818l.7237 1.4473L7.3818 12h18.204l-1.1214 1.1211A2.9789 2.9789 0 0122.3433 14z"
|
|
601
543
|
})), children);
|
|
602
544
|
});
|
|
603
545
|
if (process.env.NODE_ENV !== "production") {
|
|
604
|
-
|
|
546
|
+
PlaneSea.propTypes = iconPropTypes;
|
|
605
547
|
}
|
|
606
|
-
const
|
|
548
|
+
const Platforms = /*#__PURE__*/React.forwardRef(function Platforms(_ref25, ref) {
|
|
607
549
|
let {
|
|
608
550
|
children,
|
|
609
551
|
size = 16,
|
|
@@ -617,21 +559,34 @@ const PortInput = /*#__PURE__*/React.forwardRef(function PortInput(_ref25, ref)
|
|
|
617
559
|
viewBox: "0 0 32 32",
|
|
618
560
|
fill: "currentColor",
|
|
619
561
|
...rest
|
|
620
|
-
},
|
|
621
|
-
d: "
|
|
622
|
-
})),
|
|
623
|
-
d: "
|
|
562
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
563
|
+
d: "m28,28H4c-1.1028,0-2-.8972-2-2v-6h2v6h24v-6h2v6c0,1.1028-.8972,2-2,2Z"
|
|
564
|
+
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
565
|
+
d: "M17 17v4c0 .5522.4477 1 1 1h4c.5523 0 1-.4478 1-1v-4c0-.5523-.4477-1-1-1h-4c-.5523 0-1 .4477-1 1zm2 1h2v2h-2v-2zM9 17v4c0 .5522.4477 1 1 1h4c.5523 0 1-.4478 1-1v-4c0-.5523-.4477-1-1-1h-4c-.5523 0-1 .4477-1 1zm2 1h2v2h-2v-2zM17 9v4c0 .5522.4477 1 1 1h4c.5523 0 1-.4478 1-1v-4c0-.5523-.4477-1-1-1h-4c-.5523 0-1 .4477-1 1zm2 1h2v2h-2v-2zM5 5v8c0 .5522.4477 1 1 1h8c.5523 0 1-.4478 1-1V5c0-.5523-.4477-1-1-1H6c-.5523 0-1 .4477-1 1zm2 1h6v6h-6v-6z"
|
|
624
566
|
})), children);
|
|
625
567
|
});
|
|
626
568
|
if (process.env.NODE_ENV !== "production") {
|
|
627
|
-
|
|
569
|
+
Platforms.propTypes = iconPropTypes;
|
|
628
570
|
}
|
|
629
|
-
const
|
|
571
|
+
const Play = /*#__PURE__*/React.forwardRef(function Play(_ref26, ref) {
|
|
630
572
|
let {
|
|
631
573
|
children,
|
|
632
574
|
size = 16,
|
|
633
575
|
...rest
|
|
634
576
|
} = _ref26;
|
|
577
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
578
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
579
|
+
width: size,
|
|
580
|
+
height: size,
|
|
581
|
+
ref: ref,
|
|
582
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
583
|
+
viewBox: "0 0 16 16",
|
|
584
|
+
fill: "currentColor",
|
|
585
|
+
...rest
|
|
586
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
587
|
+
d: "M3.5,14C3.2,14,3,13.8,3,13.5v-11c0-0.2,0.1-0.3,0.2-0.4C3.4,2,3.6,2,3.8,2.1l9.5,5.5c0.2,0.1,0.3,0.4,0.2,0.7 c0,0.1-0.1,0.1-0.2,0.2l-9.5,5.5C3.7,14,3.6,14,3.5,14z M4,3.4v9.3L12,8L4,3.4z"
|
|
588
|
+
})), children);
|
|
589
|
+
}
|
|
635
590
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
636
591
|
width: size,
|
|
637
592
|
height: size,
|
|
@@ -640,42 +595,19 @@ const PortOutput = /*#__PURE__*/React.forwardRef(function PortOutput(_ref26, ref
|
|
|
640
595
|
viewBox: "0 0 32 32",
|
|
641
596
|
fill: "currentColor",
|
|
642
597
|
...rest
|
|
643
|
-
},
|
|
644
|
-
d: "
|
|
645
|
-
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
646
|
-
d: "M14,28c-6.6167,0-12-5.3832-12-12S7.3833,4,14,4c2.335,0,4.5986,.6714,6.5461,1.9414l-1.0923,1.6753c-1.6221-1.0576-3.5078-1.6167-5.4539-1.6167-5.5139,0-10,4.486-10,10s4.4861,10,10,10c1.946,0,3.8318-.5591,5.4539-1.6167l1.0923,1.6753c-1.9475,1.27-4.2112,1.9414-6.5461,1.9414Z"
|
|
598
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
599
|
+
d: "M7,28a1,1,0,0,1-1-1V5a1,1,0,0,1,1.4819-.8763l20,11a1,1,0,0,1,0,1.7525l-20,11A1.0005,1.0005,0,0,1,7,28ZM8,6.6909V25.3088L24.9248,16Z"
|
|
647
600
|
})), children);
|
|
648
601
|
});
|
|
649
602
|
if (process.env.NODE_ENV !== "production") {
|
|
650
|
-
|
|
603
|
+
Play.propTypes = iconPropTypes;
|
|
651
604
|
}
|
|
652
|
-
const
|
|
605
|
+
const PlayFilled = /*#__PURE__*/React.forwardRef(function PlayFilled(_ref27, ref) {
|
|
653
606
|
let {
|
|
654
607
|
children,
|
|
655
608
|
size = 16,
|
|
656
609
|
...rest
|
|
657
610
|
} = _ref27;
|
|
658
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
659
|
-
width: size,
|
|
660
|
-
height: size,
|
|
661
|
-
ref: ref,
|
|
662
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
663
|
-
viewBox: "0 0 32 32",
|
|
664
|
-
fill: "currentColor",
|
|
665
|
-
...rest
|
|
666
|
-
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
667
|
-
d: "M28,10H22V6a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2v4H4a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM12,6h8v4H12ZM4,26V12H28V26Z"
|
|
668
|
-
})), children);
|
|
669
|
-
});
|
|
670
|
-
if (process.env.NODE_ENV !== "production") {
|
|
671
|
-
Portfolio.propTypes = iconPropTypes;
|
|
672
|
-
}
|
|
673
|
-
const Power = /*#__PURE__*/React.forwardRef(function Power(_ref28, ref) {
|
|
674
|
-
let {
|
|
675
|
-
children,
|
|
676
|
-
size = 16,
|
|
677
|
-
...rest
|
|
678
|
-
} = _ref28;
|
|
679
611
|
if (size === 16 || size === "16" || size === "16px") {
|
|
680
612
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
681
613
|
width: size,
|
|
@@ -685,10 +617,8 @@ const Power = /*#__PURE__*/React.forwardRef(function Power(_ref28, ref) {
|
|
|
685
617
|
viewBox: "0 0 16 16",
|
|
686
618
|
fill: "currentColor",
|
|
687
619
|
...rest
|
|
688
|
-
},
|
|
689
|
-
d: "
|
|
690
|
-
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
691
|
-
d: "M7.5 1H8.5V8H7.5z"
|
|
620
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
621
|
+
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11.7,8.4l-5.5,3c-0.2,0.1-0.3,0.1-0.5,0c-0.2-0.1-0.2-0.3-0.2-0.4V5 c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3C12,7.7,12.1,8,11.9,8.2C11.9,8.3,11.8,8.4,11.7,8.4L11.7,8.4z"
|
|
692
622
|
})), children);
|
|
693
623
|
}
|
|
694
624
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
@@ -699,21 +629,22 @@ const Power = /*#__PURE__*/React.forwardRef(function Power(_ref28, ref) {
|
|
|
699
629
|
viewBox: "0 0 32 32",
|
|
700
630
|
fill: "currentColor",
|
|
701
631
|
...rest
|
|
702
|
-
},
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
632
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
633
|
+
fill: "none",
|
|
634
|
+
d: "M11,23a1,1,0,0,1-1-1V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789l-12,6A1.001,1.001,0,0,1,11,23Z"
|
|
635
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
636
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.4473,14.8945-12,6A1,1,0,0,1,10,22V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789Z"
|
|
706
637
|
})), children);
|
|
707
638
|
});
|
|
708
639
|
if (process.env.NODE_ENV !== "production") {
|
|
709
|
-
|
|
640
|
+
PlayFilled.propTypes = iconPropTypes;
|
|
710
641
|
}
|
|
711
|
-
const
|
|
642
|
+
const PlayFilledAlt = /*#__PURE__*/React.forwardRef(function PlayFilledAlt(_ref28, ref) {
|
|
712
643
|
let {
|
|
713
644
|
children,
|
|
714
645
|
size = 16,
|
|
715
646
|
...rest
|
|
716
|
-
} =
|
|
647
|
+
} = _ref28;
|
|
717
648
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
718
649
|
width: size,
|
|
719
650
|
height: size,
|
|
@@ -722,19 +653,34 @@ const Ppt = /*#__PURE__*/React.forwardRef(function Ppt(_ref29, ref) {
|
|
|
722
653
|
viewBox: "0 0 32 32",
|
|
723
654
|
fill: "currentColor",
|
|
724
655
|
...rest
|
|
725
|
-
},
|
|
726
|
-
d: "
|
|
656
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
657
|
+
d: "M7,28a1,1,0,0,1-1-1V5a1,1,0,0,1,1.4819-.8763l20,11a1,1,0,0,1,0,1.7525l-20,11A1.0005,1.0005,0,0,1,7,28Z"
|
|
727
658
|
})), children);
|
|
728
659
|
});
|
|
729
660
|
if (process.env.NODE_ENV !== "production") {
|
|
730
|
-
|
|
661
|
+
PlayFilledAlt.propTypes = iconPropTypes;
|
|
731
662
|
}
|
|
732
|
-
const
|
|
663
|
+
const PlayOutline = /*#__PURE__*/React.forwardRef(function PlayOutline(_ref29, ref) {
|
|
733
664
|
let {
|
|
734
665
|
children,
|
|
735
666
|
size = 16,
|
|
736
667
|
...rest
|
|
737
|
-
} =
|
|
668
|
+
} = _ref29;
|
|
669
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
670
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
671
|
+
width: size,
|
|
672
|
+
height: size,
|
|
673
|
+
ref: ref,
|
|
674
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
675
|
+
viewBox: "0 0 16 16",
|
|
676
|
+
fill: "currentColor",
|
|
677
|
+
...rest
|
|
678
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
679
|
+
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"
|
|
680
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
681
|
+
d: "M6,11.5c-0.1,0-0.2,0-0.3-0.1c-0.2-0.1-0.2-0.3-0.2-0.4V5c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3 C12,7.7,12.1,8,11.9,8.2c0,0.1-0.1,0.2-0.2,0.2l-5.5,3C6.2,11.5,6.1,11.5,6,11.5z M6.5,5.8v4.3l4-2.2L6.5,5.8z"
|
|
682
|
+
})), children);
|
|
683
|
+
}
|
|
738
684
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
739
685
|
width: size,
|
|
740
686
|
height: size,
|
|
@@ -743,21 +689,36 @@ const PresentationFile = /*#__PURE__*/React.forwardRef(function PresentationFile
|
|
|
743
689
|
viewBox: "0 0 32 32",
|
|
744
690
|
fill: "currentColor",
|
|
745
691
|
...rest
|
|
746
|
-
},
|
|
747
|
-
d: "
|
|
748
|
-
})),
|
|
749
|
-
d: "
|
|
692
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
693
|
+
d: "M11,23a1,1,0,0,1-1-1V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789l-12,6A1.001,1.001,0,0,1,11,23Zm1-11.3821v8.7642L20.7642,16Z"
|
|
694
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
695
|
+
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"
|
|
750
696
|
})), children);
|
|
751
697
|
});
|
|
752
698
|
if (process.env.NODE_ENV !== "production") {
|
|
753
|
-
|
|
699
|
+
PlayOutline.propTypes = iconPropTypes;
|
|
754
700
|
}
|
|
755
|
-
const
|
|
701
|
+
const PlayOutlineFilled = /*#__PURE__*/React.forwardRef(function PlayOutlineFilled(_ref30, ref) {
|
|
756
702
|
let {
|
|
757
703
|
children,
|
|
758
704
|
size = 16,
|
|
759
705
|
...rest
|
|
760
|
-
} =
|
|
706
|
+
} = _ref30;
|
|
707
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
708
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
709
|
+
width: size,
|
|
710
|
+
height: size,
|
|
711
|
+
ref: ref,
|
|
712
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
713
|
+
viewBox: "0 0 16 16",
|
|
714
|
+
fill: "currentColor",
|
|
715
|
+
...rest
|
|
716
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
717
|
+
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11.7,8.4l-5.5,3c-0.2,0.1-0.3,0.1-0.5,0c-0.2-0.1-0.2-0.3-0.2-0.4V5 c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3C12,7.7,12.1,8,11.9,8.2C11.9,8.3,11.8,8.4,11.7,8.4L11.7,8.4z"
|
|
718
|
+
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
719
|
+
d: "M6.5 10.2L10.5 8 6.5 5.8z"
|
|
720
|
+
})), children);
|
|
721
|
+
}
|
|
761
722
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
762
723
|
width: size,
|
|
763
724
|
height: size,
|
|
@@ -766,14 +727,40 @@ const Pressure = /*#__PURE__*/React.forwardRef(function Pressure(_ref31, ref) {
|
|
|
766
727
|
viewBox: "0 0 32 32",
|
|
767
728
|
fill: "currentColor",
|
|
768
729
|
...rest
|
|
769
|
-
},
|
|
770
|
-
|
|
730
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
731
|
+
fill: "none",
|
|
732
|
+
d: "M11,23a1,1,0,0,1-1-1V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789l-12,6A1.001,1.001,0,0,1,11,23Zm1-11.3821v8.7642L20.7642,16Z"
|
|
733
|
+
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
734
|
+
d: "M12 20.382L20.764 16 12 11.618 12 20.382z"
|
|
735
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
736
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.4473,14.8945-12,6A1,1,0,0,1,10,22V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789Z"
|
|
771
737
|
})), children);
|
|
772
738
|
});
|
|
773
739
|
if (process.env.NODE_ENV !== "production") {
|
|
774
|
-
|
|
740
|
+
PlayOutlineFilled.propTypes = iconPropTypes;
|
|
775
741
|
}
|
|
776
|
-
const
|
|
742
|
+
const Playlist = /*#__PURE__*/React.forwardRef(function Playlist(_ref31, ref) {
|
|
743
|
+
let {
|
|
744
|
+
children,
|
|
745
|
+
size = 16,
|
|
746
|
+
...rest
|
|
747
|
+
} = _ref31;
|
|
748
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
749
|
+
width: size,
|
|
750
|
+
height: size,
|
|
751
|
+
ref: ref,
|
|
752
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
753
|
+
viewBox: "0 0 32 32",
|
|
754
|
+
fill: "currentColor",
|
|
755
|
+
...rest
|
|
756
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
757
|
+
d: "M4 6H22V8H4zM4 12H22V14H4zM4 18H16V20H4zM21 18L28 23 21 28 21 18z"
|
|
758
|
+
})), children);
|
|
759
|
+
});
|
|
760
|
+
if (process.env.NODE_ENV !== "production") {
|
|
761
|
+
Playlist.propTypes = iconPropTypes;
|
|
762
|
+
}
|
|
763
|
+
const Plug = /*#__PURE__*/React.forwardRef(function Plug(_ref32, ref) {
|
|
777
764
|
let {
|
|
778
765
|
children,
|
|
779
766
|
size = 16,
|
|
@@ -787,14 +774,14 @@ const PressureFilled = /*#__PURE__*/React.forwardRef(function PressureFilled(_re
|
|
|
787
774
|
viewBox: "0 0 32 32",
|
|
788
775
|
fill: "currentColor",
|
|
789
776
|
...rest
|
|
790
|
-
},
|
|
791
|
-
d: "M22
|
|
777
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
778
|
+
d: "M22,8H21V2H19V8H13V2H11V8H10a2,2,0,0,0-2,2v6a8.0073,8.0073,0,0,0,7,7.9307V30h2V23.9307A8.0073,8.0073,0,0,0,24,16V10A2,2,0,0,0,22,8Zm0,8a6,6,0,0,1-12,0V10H22Z"
|
|
792
779
|
})), children);
|
|
793
780
|
});
|
|
794
781
|
if (process.env.NODE_ENV !== "production") {
|
|
795
|
-
|
|
782
|
+
Plug.propTypes = iconPropTypes;
|
|
796
783
|
}
|
|
797
|
-
const
|
|
784
|
+
const PlugFilled = /*#__PURE__*/React.forwardRef(function PlugFilled(_ref33, ref) {
|
|
798
785
|
let {
|
|
799
786
|
children,
|
|
800
787
|
size = 16,
|
|
@@ -808,18 +795,14 @@ const PreviousFilled = /*#__PURE__*/React.forwardRef(function PreviousFilled(_re
|
|
|
808
795
|
viewBox: "0 0 32 32",
|
|
809
796
|
fill: "currentColor",
|
|
810
797
|
...rest
|
|
811
|
-
},
|
|
812
|
-
d: "
|
|
813
|
-
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
814
|
-
fill: "none",
|
|
815
|
-
d: "M16 8L17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z",
|
|
816
|
-
"data-icon-path": "inner-path"
|
|
798
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
799
|
+
d: "M22,8H21V2H19V8H13V2H11V8H10a2,2,0,0,0-2,2v6a8.0073,8.0073,0,0,0,7,7.9307V30h2V23.9307A8.0073,8.0073,0,0,0,24,16V10A2,2,0,0,0,22,8Z"
|
|
817
800
|
})), children);
|
|
818
801
|
});
|
|
819
802
|
if (process.env.NODE_ENV !== "production") {
|
|
820
|
-
|
|
803
|
+
PlugFilled.propTypes = iconPropTypes;
|
|
821
804
|
}
|
|
822
|
-
const
|
|
805
|
+
const Png = /*#__PURE__*/React.forwardRef(function Png(_ref34, ref) {
|
|
823
806
|
let {
|
|
824
807
|
children,
|
|
825
808
|
size = 16,
|
|
@@ -833,16 +816,14 @@ const PreviousOutline = /*#__PURE__*/React.forwardRef(function PreviousOutline(_
|
|
|
833
816
|
viewBox: "0 0 32 32",
|
|
834
817
|
fill: "currentColor",
|
|
835
818
|
...rest
|
|
836
|
-
},
|
|
837
|
-
d: "
|
|
838
|
-
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
839
|
-
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"
|
|
819
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
820
|
+
d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM18 19L14.32 9 12 9 12 23 14 23 14 13 17.68 23 20 23 20 9 18 9 18 19zM4 23H2V9H8a2 2 0 012 2v5a2 2 0 01-2 2H4zm0-7H8V11H4z"
|
|
840
821
|
})), children);
|
|
841
822
|
});
|
|
842
823
|
if (process.env.NODE_ENV !== "production") {
|
|
843
|
-
|
|
824
|
+
Png.propTypes = iconPropTypes;
|
|
844
825
|
}
|
|
845
|
-
const
|
|
826
|
+
const PointOfPresence = /*#__PURE__*/React.forwardRef(function PointOfPresence(_ref35, ref) {
|
|
846
827
|
let {
|
|
847
828
|
children,
|
|
848
829
|
size = 16,
|
|
@@ -856,14 +837,16 @@ const Printer = /*#__PURE__*/React.forwardRef(function Printer(_ref35, ref) {
|
|
|
856
837
|
viewBox: "0 0 32 32",
|
|
857
838
|
fill: "currentColor",
|
|
858
839
|
...rest
|
|
859
|
-
},
|
|
860
|
-
d: "M28
|
|
840
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
841
|
+
d: "M28 30H18a2.0021 2.0021 0 01-2-2V18a2.0021 2.0021 0 012-2h2v2H18V28H28V18H26V16h2a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM14 16H4a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 014 2H14a2.0021 2.0021 0 012 2V6H14V4H4V14H14V12h2v2A2.0021 2.0021 0 0114 16z"
|
|
842
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
843
|
+
d: "M26,9a2.9926,2.9926,0,0,0-5.8157-1H9v2H20.1843A2.9939,2.9939,0,0,0,22,11.8154V23h2V11.8159A2.9958,2.9958,0,0,0,26,9Zm-3,1a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,23,10Z"
|
|
861
844
|
})), children);
|
|
862
845
|
});
|
|
863
846
|
if (process.env.NODE_ENV !== "production") {
|
|
864
|
-
|
|
847
|
+
PointOfPresence.propTypes = iconPropTypes;
|
|
865
848
|
}
|
|
866
|
-
const
|
|
849
|
+
const WatsonHealthPointerText = /*#__PURE__*/React.forwardRef(function WatsonHealthPointerText(_ref36, ref) {
|
|
867
850
|
let {
|
|
868
851
|
children,
|
|
869
852
|
size = 16,
|
|
@@ -877,14 +860,16 @@ const Process = /*#__PURE__*/React.forwardRef(function Process(_ref36, ref) {
|
|
|
877
860
|
viewBox: "0 0 32 32",
|
|
878
861
|
fill: "currentColor",
|
|
879
862
|
...rest
|
|
880
|
-
},
|
|
881
|
-
d: "
|
|
863
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
864
|
+
d: "M13.71 12.29L7.41 6 13 6 13 4 4 4 4 13 6 13 6 7.41 12.29 13.71 13.71 12.29zM28 30H12a2 2 0 01-2-2V18h2V28H28V12H18V10H28a2 2 0 012 2V28A2 2 0 0128 30z"
|
|
865
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
866
|
+
d: "M22,15H17v2h5v2H18a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h6V17A2,2,0,0,0,22,15Zm0,8H18V21h4Z"
|
|
882
867
|
})), children);
|
|
883
868
|
});
|
|
884
869
|
if (process.env.NODE_ENV !== "production") {
|
|
885
|
-
|
|
870
|
+
WatsonHealthPointerText.propTypes = iconPropTypes;
|
|
886
871
|
}
|
|
887
|
-
const
|
|
872
|
+
const Police = /*#__PURE__*/React.forwardRef(function Police(_ref37, ref) {
|
|
888
873
|
let {
|
|
889
874
|
children,
|
|
890
875
|
size = 16,
|
|
@@ -898,14 +883,18 @@ const ProcessAutomate = /*#__PURE__*/React.forwardRef(function ProcessAutomate(_
|
|
|
898
883
|
viewBox: "0 0 32 32",
|
|
899
884
|
fill: "currentColor",
|
|
900
885
|
...rest
|
|
901
|
-
},
|
|
902
|
-
d: "
|
|
886
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
887
|
+
d: "M10 24H12V30H10z"
|
|
888
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
889
|
+
d: "M21,20H7a3.0033,3.0033,0,0,1-3-3V6H2V17a5.0059,5.0059,0,0,0,5,5H21a4.9419,4.9419,0,0,1,2.105.481L17,28.5859,18.4141,30l6.3071-6.3071A4.96,4.96,0,0,1,26,27v3h2V27A7.0078,7.0078,0,0,0,21,20Z"
|
|
890
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
891
|
+
d: "M25.2746,4.0386l-7-2a1.0013,1.0013,0,0,0-.55,0l-7,2A.9993.9993,0,0,0,10.03,5.2422L11,9.123V11A7,7,0,1,0,25,11V9.123l.97-3.8808A.9993.9993,0,0,0,25.2746,4.0386ZM18,4.04l5.7952,1.6558L23.219,8H19V6H17V8H12.781l-.5762-2.3042ZM18,16a5.0058,5.0058,0,0,1-5-5V10H23v1A5.0058,5.0058,0,0,1,18,16Z"
|
|
903
892
|
})), children);
|
|
904
893
|
});
|
|
905
894
|
if (process.env.NODE_ENV !== "production") {
|
|
906
|
-
|
|
895
|
+
Police.propTypes = iconPropTypes;
|
|
907
896
|
}
|
|
908
|
-
const
|
|
897
|
+
const Policy = /*#__PURE__*/React.forwardRef(function Policy(_ref38, ref) {
|
|
909
898
|
let {
|
|
910
899
|
children,
|
|
911
900
|
size = 16,
|
|
@@ -919,16 +908,16 @@ const Product = /*#__PURE__*/React.forwardRef(function Product(_ref38, ref) {
|
|
|
919
908
|
viewBox: "0 0 32 32",
|
|
920
909
|
fill: "currentColor",
|
|
921
910
|
...rest
|
|
922
|
-
},
|
|
923
|
-
d: "
|
|
924
|
-
})),
|
|
925
|
-
d: "
|
|
911
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
912
|
+
d: "M30 18A6 6 0 1020 22.46v7.54l4-1.8926 4 1.8926V22.46A5.98 5.98 0 0030 18zm-4 8.84l-2-.9467L22 26.84V23.65a5.8877 5.8877 0 004 0zM24 22a4 4 0 114-4A4.0045 4.0045 0 0124 22zM9 14H16V16H9zM9 8H19V10H9z"
|
|
913
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
914
|
+
d: "M6,30a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V8H22V4H6V28H16v2Z"
|
|
926
915
|
})), children);
|
|
927
916
|
});
|
|
928
917
|
if (process.env.NODE_ENV !== "production") {
|
|
929
|
-
|
|
918
|
+
Policy.propTypes = iconPropTypes;
|
|
930
919
|
}
|
|
931
|
-
const
|
|
920
|
+
const Popup = /*#__PURE__*/React.forwardRef(function Popup(_ref39, ref) {
|
|
932
921
|
let {
|
|
933
922
|
children,
|
|
934
923
|
size = 16,
|
|
@@ -942,16 +931,16 @@ const ProgressBar = /*#__PURE__*/React.forwardRef(function ProgressBar(_ref39, r
|
|
|
942
931
|
viewBox: "0 0 32 32",
|
|
943
932
|
fill: "currentColor",
|
|
944
933
|
...rest
|
|
945
|
-
},
|
|
946
|
-
d: "M28,
|
|
947
|
-
})),
|
|
948
|
-
d: "
|
|
934
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
935
|
+
d: "M28,4H10A2.0059,2.0059,0,0,0,8,6V20a2.0059,2.0059,0,0,0,2,2H28a2.0059,2.0059,0,0,0,2-2V6A2.0059,2.0059,0,0,0,28,4Zm0,16H10V6H28Z"
|
|
936
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
937
|
+
d: "M18,26H4V16H6V14H4a2.0059,2.0059,0,0,0-2,2V26a2.0059,2.0059,0,0,0,2,2H18a2.0059,2.0059,0,0,0,2-2V24H18Z"
|
|
949
938
|
})), children);
|
|
950
939
|
});
|
|
951
940
|
if (process.env.NODE_ENV !== "production") {
|
|
952
|
-
|
|
941
|
+
Popup.propTypes = iconPropTypes;
|
|
953
942
|
}
|
|
954
|
-
const
|
|
943
|
+
const PortInput = /*#__PURE__*/React.forwardRef(function PortInput(_ref40, ref) {
|
|
955
944
|
let {
|
|
956
945
|
children,
|
|
957
946
|
size = 16,
|
|
@@ -965,18 +954,16 @@ const ProgressBarRound = /*#__PURE__*/React.forwardRef(function ProgressBarRound
|
|
|
965
954
|
viewBox: "0 0 32 32",
|
|
966
955
|
fill: "currentColor",
|
|
967
956
|
...rest
|
|
968
|
-
},
|
|
969
|
-
d: "
|
|
970
|
-
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
971
|
-
d: "M16,26a10.0162,10.0162,0,0,1-7.4531-3.3325l1.49-1.334A8,8,0,1,0,16,8V6a10,10,0,0,1,0,20Z"
|
|
957
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
958
|
+
d: "M18,28c-3.5928,0-6.9666-1.5903-9.2566-4.3632l1.542-1.2737c1.9087,2.3113,4.7207,3.6368,7.7146,3.6368,5.5139,0,10-4.486,10-10s-4.4861-10-10-10c-2.9939,0-5.8059,1.3256-7.7146,3.6368l-1.542-1.2737c2.29-2.7728,5.6638-4.3632,9.2566-4.3632,6.6169,0,12,5.3832,12,12s-5.3831,12-12,12Z"
|
|
972
959
|
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
973
|
-
d: "
|
|
960
|
+
d: "M23 16L16 9 14.5859 10.4141 19.1719 15 2 15 2 17 19.1719 17 14.5859 21.5859 16 23 23 16z"
|
|
974
961
|
})), children);
|
|
975
962
|
});
|
|
976
963
|
if (process.env.NODE_ENV !== "production") {
|
|
977
|
-
|
|
964
|
+
PortInput.propTypes = iconPropTypes;
|
|
978
965
|
}
|
|
979
|
-
const
|
|
966
|
+
const PortOutput = /*#__PURE__*/React.forwardRef(function PortOutput(_ref41, ref) {
|
|
980
967
|
let {
|
|
981
968
|
children,
|
|
982
969
|
size = 16,
|
|
@@ -991,18 +978,15 @@ const Promote = /*#__PURE__*/React.forwardRef(function Promote(_ref41, ref) {
|
|
|
991
978
|
fill: "currentColor",
|
|
992
979
|
...rest
|
|
993
980
|
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
994
|
-
d: "
|
|
981
|
+
d: "M30 16L23 9 21.5859 10.4141 26.1719 15 9 15 9 17 26.1719 17 21.5859 21.5859 23 23 30 16z"
|
|
995
982
|
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
996
|
-
d: "
|
|
997
|
-
transform: "rotate(-45.001 12 20)"
|
|
998
|
-
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
999
|
-
d: "M23,22h-2v-5c0-0.3,0.1-0.5,0.3-0.7l4.1-4.1c1.7-1.7,2.6-4,2.6-6.4V4h-1.9c-2.4,0-4.7,0.9-6.4,2.6l-4.1,4.1 C15.5,10.9,15.3,11,15,11H7.5l-2.6,3.3l5.3,0.8l-0.3,2l-7-1c-0.4-0.1-0.7-0.3-0.8-0.6s-0.1-0.7,0.1-1l4-5C6.4,9.1,6.7,9,7,9h7.6 l3.8-3.8C20.4,3.1,23.2,2,26.1,2H28c1.1,0,2,0.9,2,2v1.9c0,2.9-1.1,5.7-3.2,7.8L23,17.4V22z"
|
|
983
|
+
d: "M14,28c-6.6167,0-12-5.3832-12-12S7.3833,4,14,4c2.335,0,4.5986,.6714,6.5461,1.9414l-1.0923,1.6753c-1.6221-1.0576-3.5078-1.6167-5.4539-1.6167-5.5139,0-10,4.486-10,10s4.4861,10,10,10c1.946,0,3.8318-.5591,5.4539-1.6167l1.0923,1.6753c-1.9475,1.27-4.2112,1.9414-6.5461,1.9414Z"
|
|
1000
984
|
})), children);
|
|
1001
985
|
});
|
|
1002
986
|
if (process.env.NODE_ENV !== "production") {
|
|
1003
|
-
|
|
987
|
+
PortOutput.propTypes = iconPropTypes;
|
|
1004
988
|
}
|
|
1005
|
-
const
|
|
989
|
+
const Portfolio = /*#__PURE__*/React.forwardRef(function Portfolio(_ref42, ref) {
|
|
1006
990
|
let {
|
|
1007
991
|
children,
|
|
1008
992
|
size = 16,
|
|
@@ -1016,35 +1000,34 @@ const PromptSession = /*#__PURE__*/React.forwardRef(function PromptSession(_ref4
|
|
|
1016
1000
|
viewBox: "0 0 32 32",
|
|
1017
1001
|
fill: "currentColor",
|
|
1018
1002
|
...rest
|
|
1019
|
-
},
|
|
1020
|
-
d: "
|
|
1021
|
-
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1022
|
-
d: "M24 31c-3.8599 0-7-3.1401-7-7s3.1401-7 7-7 7 3.1401 7 7-3.1401 7-7 7zm0-12c-2.7571 0-5 2.2429-5 5s2.2429 5 5 5 5-2.2429 5-5-2.2429-5-5-5zM28 15h2V5c0-1.103-.8975-2-2-2h-3v2h3v10z"
|
|
1023
|
-
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
1024
|
-
cx: "9",
|
|
1025
|
-
cy: "13",
|
|
1026
|
-
r: "2"
|
|
1027
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
1028
|
-
cx: "16",
|
|
1029
|
-
cy: "13",
|
|
1030
|
-
r: "2"
|
|
1031
|
-
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
1032
|
-
cx: "23",
|
|
1033
|
-
cy: "13",
|
|
1034
|
-
r: "2"
|
|
1035
|
-
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1036
|
-
d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
|
|
1003
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1004
|
+
d: "M28,10H22V6a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2v4H4a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM12,6h8v4H12ZM4,26V12H28V26Z"
|
|
1037
1005
|
})), children);
|
|
1038
1006
|
});
|
|
1039
1007
|
if (process.env.NODE_ENV !== "production") {
|
|
1040
|
-
|
|
1008
|
+
Portfolio.propTypes = iconPropTypes;
|
|
1041
1009
|
}
|
|
1042
|
-
const
|
|
1010
|
+
const Power = /*#__PURE__*/React.forwardRef(function Power(_ref43, ref) {
|
|
1043
1011
|
let {
|
|
1044
1012
|
children,
|
|
1045
1013
|
size = 16,
|
|
1046
1014
|
...rest
|
|
1047
1015
|
} = _ref43;
|
|
1016
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1017
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1018
|
+
width: size,
|
|
1019
|
+
height: size,
|
|
1020
|
+
ref: ref,
|
|
1021
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1022
|
+
viewBox: "0 0 16 16",
|
|
1023
|
+
fill: "currentColor",
|
|
1024
|
+
...rest
|
|
1025
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1026
|
+
d: "M11.2,2.9l-0.5,0.9c2.6,1.5,3.5,4.9,2,7.5s-4.9,3.5-7.5,2s-3.5-4.9-2-7.5c0.5-0.8,1.2-1.5,2-2L4.8,2.9 c-3.1,1.8-4.2,5.8-2.4,8.9s5.8,4.2,8.9,2.4s4.2-5.8,2.4-8.9C13.1,4.3,12.2,3.4,11.2,2.9z"
|
|
1027
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1028
|
+
d: "M7.5 1H8.5V8H7.5z"
|
|
1029
|
+
})), children);
|
|
1030
|
+
}
|
|
1048
1031
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1049
1032
|
width: size,
|
|
1050
1033
|
height: size,
|
|
@@ -1053,28 +1036,16 @@ const PromptTemplate = /*#__PURE__*/React.forwardRef(function PromptTemplate(_re
|
|
|
1053
1036
|
viewBox: "0 0 32 32",
|
|
1054
1037
|
fill: "currentColor",
|
|
1055
1038
|
...rest
|
|
1056
|
-
},
|
|
1057
|
-
d: "
|
|
1058
|
-
})),
|
|
1059
|
-
|
|
1060
|
-
cy: "13",
|
|
1061
|
-
r: "2"
|
|
1062
|
-
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
1063
|
-
cx: "16",
|
|
1064
|
-
cy: "13",
|
|
1065
|
-
r: "2"
|
|
1066
|
-
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
1067
|
-
cx: "9",
|
|
1068
|
-
cy: "13",
|
|
1069
|
-
r: "2"
|
|
1070
|
-
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1071
|
-
d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
|
|
1039
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1040
|
+
d: "M22.5,5.74l-1,1.73a11,11,0,1,1-11,0l-1-1.73a13,13,0,1,0,13,0Z"
|
|
1041
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1042
|
+
d: "M15 2H17V16H15z"
|
|
1072
1043
|
})), children);
|
|
1073
1044
|
});
|
|
1074
1045
|
if (process.env.NODE_ENV !== "production") {
|
|
1075
|
-
|
|
1046
|
+
Power.propTypes = iconPropTypes;
|
|
1076
1047
|
}
|
|
1077
|
-
const
|
|
1048
|
+
const Ppt = /*#__PURE__*/React.forwardRef(function Ppt(_ref44, ref) {
|
|
1078
1049
|
let {
|
|
1079
1050
|
children,
|
|
1080
1051
|
size = 16,
|
|
@@ -1088,14 +1059,14 @@ const PropertyRelationship = /*#__PURE__*/React.forwardRef(function PropertyRela
|
|
|
1088
1059
|
viewBox: "0 0 32 32",
|
|
1089
1060
|
fill: "currentColor",
|
|
1090
1061
|
...rest
|
|
1091
|
-
},
|
|
1092
|
-
d: "
|
|
1062
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1063
|
+
d: "M22 11L25 11 25 23 27 23 27 11 30 11 30 9 22 9 22 11zM14 23H12V9h6a2.002 2.002 0 012 2v5a2.002 2.002 0 01-2 2H14zm0-7h4V10.9985H14zM4 23H2V9H8a2.002 2.002 0 012 2v5a2.002 2.002 0 01-2 2H4zm0-7H8V10.9985H4z"
|
|
1093
1064
|
})), children);
|
|
1094
1065
|
});
|
|
1095
1066
|
if (process.env.NODE_ENV !== "production") {
|
|
1096
|
-
|
|
1067
|
+
Ppt.propTypes = iconPropTypes;
|
|
1097
1068
|
}
|
|
1098
|
-
const
|
|
1069
|
+
const PresentationFile = /*#__PURE__*/React.forwardRef(function PresentationFile(_ref45, ref) {
|
|
1099
1070
|
let {
|
|
1100
1071
|
children,
|
|
1101
1072
|
size = 16,
|
|
@@ -1109,16 +1080,16 @@ const Purchase = /*#__PURE__*/React.forwardRef(function Purchase(_ref45, ref) {
|
|
|
1109
1080
|
viewBox: "0 0 32 32",
|
|
1110
1081
|
fill: "currentColor",
|
|
1111
1082
|
...rest
|
|
1112
|
-
},
|
|
1113
|
-
d: "
|
|
1114
|
-
})),
|
|
1115
|
-
d: "
|
|
1083
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1084
|
+
d: "M15 10H17V18H15zM20 14H22V18H20zM10 12H12V18H10z"
|
|
1085
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1086
|
+
d: "M25,4H17V2H15V4H7A2,2,0,0,0,5,6V20a2,2,0,0,0,2,2h8v6H11v2H21V28H17V22h8a2,2,0,0,0,2-2V6A2,2,0,0,0,25,4Zm0,16H7V6H25Z"
|
|
1116
1087
|
})), children);
|
|
1117
1088
|
});
|
|
1118
1089
|
if (process.env.NODE_ENV !== "production") {
|
|
1119
|
-
|
|
1090
|
+
PresentationFile.propTypes = iconPropTypes;
|
|
1120
1091
|
}
|
|
1121
|
-
const
|
|
1092
|
+
const Pressure = /*#__PURE__*/React.forwardRef(function Pressure(_ref46, ref) {
|
|
1122
1093
|
let {
|
|
1123
1094
|
children,
|
|
1124
1095
|
size = 16,
|
|
@@ -1132,16 +1103,14 @@ const WatsonHealthQcLaunch = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
1132
1103
|
viewBox: "0 0 32 32",
|
|
1133
1104
|
fill: "currentColor",
|
|
1134
1105
|
...rest
|
|
1135
|
-
},
|
|
1136
|
-
d: "
|
|
1137
|
-
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1138
|
-
d: "M28,30H4a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V28A2.0027,2.0027,0,0,1,28,30ZM4,4V28H28V4Z"
|
|
1106
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1107
|
+
d: "M17.5053,16l8.1591-7.2529A1,1,0,0,0,25,7H22V2H20V9h2.37L16,14.6621,9.63,9H12V2H10V7H7a1,1,0,0,0-.6646,1.7471L14.4945,16,6.3353,23.2529A1,1,0,0,0,7,25h3v5h2V23H9.63L16,17.3379,22.37,23H20v7h2V25h3a1,1,0,0,0,.6645-1.7471Z"
|
|
1139
1108
|
})), children);
|
|
1140
1109
|
});
|
|
1141
1110
|
if (process.env.NODE_ENV !== "production") {
|
|
1142
|
-
|
|
1111
|
+
Pressure.propTypes = iconPropTypes;
|
|
1143
1112
|
}
|
|
1144
|
-
const
|
|
1113
|
+
const PressureFilled = /*#__PURE__*/React.forwardRef(function PressureFilled(_ref47, ref) {
|
|
1145
1114
|
let {
|
|
1146
1115
|
children,
|
|
1147
1116
|
size = 16,
|
|
@@ -1155,34 +1124,14 @@ const QqPlot = /*#__PURE__*/React.forwardRef(function QqPlot(_ref47, ref) {
|
|
|
1155
1124
|
viewBox: "0 0 32 32",
|
|
1156
1125
|
fill: "currentColor",
|
|
1157
1126
|
...rest
|
|
1158
|
-
},
|
|
1159
|
-
|
|
1160
|
-
cy: "4",
|
|
1161
|
-
r: "2"
|
|
1162
|
-
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
1163
|
-
cx: "8",
|
|
1164
|
-
cy: "16",
|
|
1165
|
-
r: "2"
|
|
1166
|
-
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
1167
|
-
cx: "28",
|
|
1168
|
-
cy: "12",
|
|
1169
|
-
r: "2"
|
|
1170
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
1171
|
-
cx: "11",
|
|
1172
|
-
cy: "7",
|
|
1173
|
-
r: "2"
|
|
1174
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
1175
|
-
cx: "16",
|
|
1176
|
-
cy: "24",
|
|
1177
|
-
r: "2"
|
|
1178
|
-
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1179
|
-
d: "M30,3.4131,28.5859,2,4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4131Z"
|
|
1127
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1128
|
+
d: "M22 30H10V25H6l10-9 10 9H22zM16 16L6 7h4V2H22V7h4z"
|
|
1180
1129
|
})), children);
|
|
1181
1130
|
});
|
|
1182
1131
|
if (process.env.NODE_ENV !== "production") {
|
|
1183
|
-
|
|
1132
|
+
PressureFilled.propTypes = iconPropTypes;
|
|
1184
1133
|
}
|
|
1185
|
-
const
|
|
1134
|
+
const PreviousFilled = /*#__PURE__*/React.forwardRef(function PreviousFilled(_ref48, ref) {
|
|
1186
1135
|
let {
|
|
1187
1136
|
children,
|
|
1188
1137
|
size = 16,
|
|
@@ -1196,36 +1145,18 @@ const QrCode = /*#__PURE__*/React.forwardRef(function QrCode(_ref48, ref) {
|
|
|
1196
1145
|
viewBox: "0 0 32 32",
|
|
1197
1146
|
fill: "currentColor",
|
|
1198
1147
|
...rest
|
|
1199
|
-
},
|
|
1200
|
-
d: "
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
d: "
|
|
1204
|
-
|
|
1205
|
-
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1206
|
-
d: "M18 30L22 30 22 28 20 28 20 26 18 26 18 30z"
|
|
1207
|
-
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1208
|
-
d: "M25 23H29V25H25z",
|
|
1209
|
-
transform: "rotate(-90 27 24)"
|
|
1210
|
-
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1211
|
-
d: "M28 26L30 26 30 30 26 30 26 28 28 28 28 26zM26 20L26 18 30 18 30 22 28 22 28 20 26 20zM24 20L22 20 22 24 20 24 20 26 24 26 24 20z"
|
|
1212
|
-
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1213
|
-
d: "M19 17H21V21H19z",
|
|
1214
|
-
transform: "rotate(-90 20 19)"
|
|
1215
|
-
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1216
|
-
d: "M6 22H10V26H6z"
|
|
1217
|
-
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1218
|
-
d: "M14 30H2V18H14zM4 28h8V20H4zM22 6H26V10H22z"
|
|
1219
|
-
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1220
|
-
d: "M30 14H18V2H30zM20 12h8V4H20zM6 6H10V10H6z"
|
|
1221
|
-
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1222
|
-
d: "M14,14H2V2H14ZM4,12h8V4H4Z"
|
|
1148
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1149
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm8,15H11.85l5.58,5.5728L16,24,8,16l8-8,1.43,1.3926L11.85,15H24Z"
|
|
1150
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1151
|
+
fill: "none",
|
|
1152
|
+
d: "M16 8L17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z",
|
|
1153
|
+
"data-icon-path": "inner-path"
|
|
1223
1154
|
})), children);
|
|
1224
1155
|
});
|
|
1225
1156
|
if (process.env.NODE_ENV !== "production") {
|
|
1226
|
-
|
|
1157
|
+
PreviousFilled.propTypes = iconPropTypes;
|
|
1227
1158
|
}
|
|
1228
|
-
const
|
|
1159
|
+
const PreviousOutline = /*#__PURE__*/React.forwardRef(function PreviousOutline(_ref49, ref) {
|
|
1229
1160
|
let {
|
|
1230
1161
|
children,
|
|
1231
1162
|
size = 16,
|
|
@@ -1239,44 +1170,16 @@ const QuadrantPlot = /*#__PURE__*/React.forwardRef(function QuadrantPlot(_ref49,
|
|
|
1239
1170
|
viewBox: "0 0 32 32",
|
|
1240
1171
|
fill: "currentColor",
|
|
1241
1172
|
...rest
|
|
1242
|
-
},
|
|
1243
|
-
d: "
|
|
1244
|
-
})),
|
|
1245
|
-
d: "
|
|
1246
|
-
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
1247
|
-
cx: "11",
|
|
1248
|
-
cy: "11",
|
|
1249
|
-
r: "2"
|
|
1250
|
-
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
1251
|
-
cx: "11",
|
|
1252
|
-
cy: "21",
|
|
1253
|
-
r: "2"
|
|
1254
|
-
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
1255
|
-
cx: "21",
|
|
1256
|
-
cy: "21",
|
|
1257
|
-
r: "2"
|
|
1258
|
-
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
1259
|
-
cx: "22",
|
|
1260
|
-
cy: "28",
|
|
1261
|
-
r: "2"
|
|
1262
|
-
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
1263
|
-
cx: "28",
|
|
1264
|
-
cy: "24",
|
|
1265
|
-
r: "2"
|
|
1266
|
-
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
1267
|
-
cx: "4",
|
|
1268
|
-
cy: "11",
|
|
1269
|
-
r: "2"
|
|
1270
|
-
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
1271
|
-
cx: "28",
|
|
1272
|
-
cy: "4",
|
|
1273
|
-
r: "2"
|
|
1173
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1174
|
+
d: "M16 8L17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z"
|
|
1175
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1176
|
+
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"
|
|
1274
1177
|
})), children);
|
|
1275
1178
|
});
|
|
1276
1179
|
if (process.env.NODE_ENV !== "production") {
|
|
1277
|
-
|
|
1180
|
+
PreviousOutline.propTypes = iconPropTypes;
|
|
1278
1181
|
}
|
|
1279
|
-
const
|
|
1182
|
+
const Printer = /*#__PURE__*/React.forwardRef(function Printer(_ref50, ref) {
|
|
1280
1183
|
let {
|
|
1281
1184
|
children,
|
|
1282
1185
|
size = 16,
|
|
@@ -1290,20 +1193,14 @@ const Query = /*#__PURE__*/React.forwardRef(function Query(_ref50, ref) {
|
|
|
1290
1193
|
viewBox: "0 0 32 32",
|
|
1291
1194
|
fill: "currentColor",
|
|
1292
1195
|
...rest
|
|
1293
|
-
},
|
|
1294
|
-
|
|
1295
|
-
cy: "15.5",
|
|
1296
|
-
r: "1.5"
|
|
1297
|
-
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1298
|
-
d: "M12,12H10V8h2a2,2,0,0,0,0-4H10A2.0023,2.0023,0,0,0,8,6v.5H6V6a4.0045,4.0045,0,0,1,4-4h2a4,4,0,0,1,0,8Z"
|
|
1299
|
-
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1300
|
-
d: "M22.4479,21.0337A10.971,10.971,0,0,0,19.9211,4.7446l-.999,1.73A8.9967,8.9967,0,1,1,5,14H3a10.9916,10.9916,0,0,0,18.0338,8.4478L28.5859,30,30,28.5859Z"
|
|
1196
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1197
|
+
d: "M28,9H25V3H7V9H4a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2H7v6H25V23h3a2,2,0,0,0,2-2V11A2,2,0,0,0,28,9ZM9,5H23V9H9ZM23,27H9V17H23Zm5-6H25V15H7v6H4V11H28Z"
|
|
1301
1198
|
})), children);
|
|
1302
1199
|
});
|
|
1303
1200
|
if (process.env.NODE_ENV !== "production") {
|
|
1304
|
-
|
|
1201
|
+
Printer.propTypes = iconPropTypes;
|
|
1305
1202
|
}
|
|
1306
|
-
const
|
|
1203
|
+
const Process = /*#__PURE__*/React.forwardRef(function Process(_ref51, ref) {
|
|
1307
1204
|
let {
|
|
1308
1205
|
children,
|
|
1309
1206
|
size = 16,
|
|
@@ -1317,14 +1214,14 @@ const QueryQueue = /*#__PURE__*/React.forwardRef(function QueryQueue(_ref51, ref
|
|
|
1317
1214
|
viewBox: "0 0 32 32",
|
|
1318
1215
|
fill: "currentColor",
|
|
1319
1216
|
...rest
|
|
1320
|
-
},
|
|
1321
|
-
d: "
|
|
1217
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1218
|
+
d: "M12 25c-.7383 0-1.3762.4048-1.7227 1h-5.6301l2.6479-5.0923c.2273.0552.4609.0923.7048.0923 1.6543 0 3-1.3457 3-3s-1.3457-3-3-3-3 1.3457-3 3c0 .6787.2349 1.2979.6162 1.8013l-3.5034 6.7373c-.1611.3101-.1489.6816.0325.9805.1812.2983.5054.481.8547.481h7.2773c.3464.5952.9844 1 1.7227 1 1.1045 0 2-.8955 2-2s-.8955-2-2-2zm-4-8c.5515 0 1 .4487 1 1s-.4485 1-1 1-1-.4487-1-1 .4485-1 1-1zM29.8872 26.5386l-4.041-7.771c.0986-.2363.1538-.4956.1538-.7676 0-1.1045-.8955-2-2-2s-2 .8955-2 2 .8955 2 2 2c.0757 0 .1477-.0142.2212-.0225l3.1316 6.0225h-4.5371c-.4141-1.1611-1.5137-2-2.8157-2-1.6543 0-3 1.3457-3 3s1.3457 3 3 3c1.302 0 2.4016-.8389 2.8157-2h6.1843c.3494 0 .6736-.1826.8547-.481.1814-.2988.1936-.6704.0325-.9805zm-9.8872 1.4614c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM21 8c-.2439 0-.4778.0371-.7048.0923l-3.408-6.5537c-.1721-.3311-.5298-.5386-.8872-.5386s-.7151.2075-.8872.5386l-3.8914 7.4839c-.0737-.0083-.1458-.0225-.2214-.0225-1.1045 0-2 .8955-2 2s.8955 2 2 2 2-.8955 2-2c0-.272-.0552-.5312-.1538-.7676l3.1538-6.0649 2.6162 5.0312c-.3813.5034-.6162 1.1226-.6162 1.8013 0 1.6543 1.3457 3 3 3s3-1.3457 3-3-1.3457-3-3-3zm0 4c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1z"
|
|
1322
1219
|
})), children);
|
|
1323
1220
|
});
|
|
1324
1221
|
if (process.env.NODE_ENV !== "production") {
|
|
1325
|
-
|
|
1222
|
+
Process.propTypes = iconPropTypes;
|
|
1326
1223
|
}
|
|
1327
|
-
const
|
|
1224
|
+
const ProcessAutomate = /*#__PURE__*/React.forwardRef(function ProcessAutomate(_ref52, ref) {
|
|
1328
1225
|
let {
|
|
1329
1226
|
children,
|
|
1330
1227
|
size = 16,
|
|
@@ -1338,14 +1235,14 @@ const Queued = /*#__PURE__*/React.forwardRef(function Queued(_ref52, ref) {
|
|
|
1338
1235
|
viewBox: "0 0 32 32",
|
|
1339
1236
|
fill: "currentColor",
|
|
1340
1237
|
...rest
|
|
1341
|
-
},
|
|
1342
|
-
d: "
|
|
1238
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1239
|
+
d: "m31,17c0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,1.3018.8384,2.4014,2,2.8154v2.6104l-11,6.4165-10.0154-5.8423,22.5193-13.1362c.3071-.1792.4961-.5083.4961-.8638s-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362s-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5083-.4961.8638v3.1846c-1.1616.4141-2,1.5137-2,2.8154,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3018-.8384-2.4014-2-2.8159v-2.6099l11-6.4165,10.0154,5.8423L3.4961,22.1362c-.3071.1792-.4961.5083-.4961.8638s.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l12-7c.3071-.1792.4961-.5083.4961-.8638v-3.1841c1.1616-.4146,2-1.5142,2-2.8159Zm-27-1c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm24,2c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
|
1343
1240
|
})), children);
|
|
1344
1241
|
});
|
|
1345
1242
|
if (process.env.NODE_ENV !== "production") {
|
|
1346
|
-
|
|
1243
|
+
ProcessAutomate.propTypes = iconPropTypes;
|
|
1347
1244
|
}
|
|
1348
|
-
const
|
|
1245
|
+
const Product = /*#__PURE__*/React.forwardRef(function Product(_ref53, ref) {
|
|
1349
1246
|
let {
|
|
1350
1247
|
children,
|
|
1351
1248
|
size = 16,
|
|
@@ -1359,14 +1256,16 @@ const Quotes = /*#__PURE__*/React.forwardRef(function Quotes(_ref53, ref) {
|
|
|
1359
1256
|
viewBox: "0 0 32 32",
|
|
1360
1257
|
fill: "currentColor",
|
|
1361
1258
|
...rest
|
|
1362
|
-
},
|
|
1363
|
-
d: "
|
|
1259
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1260
|
+
d: "M8 18H14V20H8zM8 22H18V24H8z"
|
|
1261
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1262
|
+
d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM18,6v4H14V6ZM6,26V6h6v6h8V6h6l.0012,20Z"
|
|
1364
1263
|
})), children);
|
|
1365
1264
|
});
|
|
1366
1265
|
if (process.env.NODE_ENV !== "production") {
|
|
1367
|
-
|
|
1266
|
+
Product.propTypes = iconPropTypes;
|
|
1368
1267
|
}
|
|
1369
|
-
const
|
|
1268
|
+
const ProgressBar = /*#__PURE__*/React.forwardRef(function ProgressBar(_ref54, ref) {
|
|
1370
1269
|
let {
|
|
1371
1270
|
children,
|
|
1372
1271
|
size = 16,
|
|
@@ -1380,14 +1279,16 @@ const Radar = /*#__PURE__*/React.forwardRef(function Radar(_ref54, ref) {
|
|
|
1380
1279
|
viewBox: "0 0 32 32",
|
|
1381
1280
|
fill: "currentColor",
|
|
1382
1281
|
...rest
|
|
1383
|
-
},
|
|
1384
|
-
d: "
|
|
1282
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1283
|
+
d: "M28,21H4a2.0021,2.0021,0,0,1-2-2V13a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,21ZM4,13v6H28V13Z"
|
|
1284
|
+
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1285
|
+
d: "M6 15H20V17H6z"
|
|
1385
1286
|
})), children);
|
|
1386
1287
|
});
|
|
1387
1288
|
if (process.env.NODE_ENV !== "production") {
|
|
1388
|
-
|
|
1289
|
+
ProgressBar.propTypes = iconPropTypes;
|
|
1389
1290
|
}
|
|
1390
|
-
const
|
|
1291
|
+
const ProgressBarRound = /*#__PURE__*/React.forwardRef(function ProgressBarRound(_ref55, ref) {
|
|
1391
1292
|
let {
|
|
1392
1293
|
children,
|
|
1393
1294
|
size = 16,
|
|
@@ -1401,14 +1302,18 @@ const RadarEnhanced = /*#__PURE__*/React.forwardRef(function RadarEnhanced(_ref5
|
|
|
1401
1302
|
viewBox: "0 0 32 32",
|
|
1402
1303
|
fill: "currentColor",
|
|
1403
1304
|
...rest
|
|
1404
|
-
},
|
|
1405
|
-
d: "
|
|
1305
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1306
|
+
d: "M16,22a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,12Z"
|
|
1307
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1308
|
+
d: "M16,26a10.0162,10.0162,0,0,1-7.4531-3.3325l1.49-1.334A8,8,0,1,0,16,8V6a10,10,0,0,1,0,20Z"
|
|
1309
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1310
|
+
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"
|
|
1406
1311
|
})), children);
|
|
1407
1312
|
});
|
|
1408
1313
|
if (process.env.NODE_ENV !== "production") {
|
|
1409
|
-
|
|
1314
|
+
ProgressBarRound.propTypes = iconPropTypes;
|
|
1410
1315
|
}
|
|
1411
|
-
const
|
|
1316
|
+
const Promote = /*#__PURE__*/React.forwardRef(function Promote(_ref56, ref) {
|
|
1412
1317
|
let {
|
|
1413
1318
|
children,
|
|
1414
1319
|
size = 16,
|
|
@@ -1422,14 +1327,19 @@ const RadarWeather = /*#__PURE__*/React.forwardRef(function RadarWeather(_ref56,
|
|
|
1422
1327
|
viewBox: "0 0 32 32",
|
|
1423
1328
|
fill: "currentColor",
|
|
1424
1329
|
...rest
|
|
1425
|
-
},
|
|
1426
|
-
d: "
|
|
1330
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1331
|
+
d: "M16 21L17.4 22.4 14.8 25 23 25 23 27 14.8 27 17.4 29.6 16 31 11 26z"
|
|
1332
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1333
|
+
d: "M6.3 19H17.6V21H6.3z",
|
|
1334
|
+
transform: "rotate(-45.001 12 20)"
|
|
1335
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1336
|
+
d: "M23,22h-2v-5c0-0.3,0.1-0.5,0.3-0.7l4.1-4.1c1.7-1.7,2.6-4,2.6-6.4V4h-1.9c-2.4,0-4.7,0.9-6.4,2.6l-4.1,4.1 C15.5,10.9,15.3,11,15,11H7.5l-2.6,3.3l5.3,0.8l-0.3,2l-7-1c-0.4-0.1-0.7-0.3-0.8-0.6s-0.1-0.7,0.1-1l4-5C6.4,9.1,6.7,9,7,9h7.6 l3.8-3.8C20.4,3.1,23.2,2,26.1,2H28c1.1,0,2,0.9,2,2v1.9c0,2.9-1.1,5.7-3.2,7.8L23,17.4V22z"
|
|
1427
1337
|
})), children);
|
|
1428
1338
|
});
|
|
1429
1339
|
if (process.env.NODE_ENV !== "production") {
|
|
1430
|
-
|
|
1340
|
+
Promote.propTypes = iconPropTypes;
|
|
1431
1341
|
}
|
|
1432
|
-
const
|
|
1342
|
+
const PromptSession = /*#__PURE__*/React.forwardRef(function PromptSession(_ref57, ref) {
|
|
1433
1343
|
let {
|
|
1434
1344
|
children,
|
|
1435
1345
|
size = 16,
|
|
@@ -1443,16 +1353,30 @@ const Radio = /*#__PURE__*/React.forwardRef(function Radio(_ref57, ref) {
|
|
|
1443
1353
|
viewBox: "0 0 32 32",
|
|
1444
1354
|
fill: "currentColor",
|
|
1445
1355
|
...rest
|
|
1446
|
-
},
|
|
1447
|
-
d: "
|
|
1448
|
-
})),
|
|
1449
|
-
d: "
|
|
1356
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1357
|
+
d: "M27 25.5859L25 23.5859 25 21 23 21 23 24.4141 25.5859 27 27 25.5859z"
|
|
1358
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1359
|
+
d: "M24 31c-3.8599 0-7-3.1401-7-7s3.1401-7 7-7 7 3.1401 7 7-3.1401 7-7 7zm0-12c-2.7571 0-5 2.2429-5 5s2.2429 5 5 5 5-2.2429 5-5-2.2429-5-5-5zM28 15h2V5c0-1.103-.8975-2-2-2h-3v2h3v10z"
|
|
1360
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
1361
|
+
cx: "9",
|
|
1362
|
+
cy: "13",
|
|
1363
|
+
r: "2"
|
|
1364
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
1365
|
+
cx: "16",
|
|
1366
|
+
cy: "13",
|
|
1367
|
+
r: "2"
|
|
1368
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
1369
|
+
cx: "23",
|
|
1370
|
+
cy: "13",
|
|
1371
|
+
r: "2"
|
|
1372
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1373
|
+
d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
|
|
1450
1374
|
})), children);
|
|
1451
1375
|
});
|
|
1452
1376
|
if (process.env.NODE_ENV !== "production") {
|
|
1453
|
-
|
|
1377
|
+
PromptSession.propTypes = iconPropTypes;
|
|
1454
1378
|
}
|
|
1455
|
-
const
|
|
1379
|
+
const PromptTemplate = /*#__PURE__*/React.forwardRef(function PromptTemplate(_ref58, ref) {
|
|
1456
1380
|
let {
|
|
1457
1381
|
children,
|
|
1458
1382
|
size = 16,
|
|
@@ -1466,16 +1390,28 @@ const RadioCombat = /*#__PURE__*/React.forwardRef(function RadioCombat(_ref58, r
|
|
|
1466
1390
|
viewBox: "0 0 32 32",
|
|
1467
1391
|
fill: "currentColor",
|
|
1468
1392
|
...rest
|
|
1469
|
-
},
|
|
1470
|
-
d: "
|
|
1471
|
-
})),
|
|
1472
|
-
|
|
1393
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1394
|
+
d: "M31.5 23c-.8271 0-1.5-.6729-1.5-1.5v-1.5c0-1.1025-.8972-2-2-2h-2v2h2v1.5c0 .98.4072 1.8643 1.0581 2.5-.6509.6357-1.0581 1.52-1.0581 2.5v1.5h-2v2h2c1.1028 0 2-.8975 2-2v-1.5c0-.8271.6729-1.5 1.5-1.5h.5v-2h-.5zM16 20v1.5c0 .8271-.6729 1.5-1.5 1.5h-.5v2h.5c.8271 0 1.5.6729 1.5 1.5v1.5c0 1.1025.8972 2 2 2h2v-2h-2v-1.5c0-.98-.4072-1.8643-1.0581-2.5.6509-.6357 1.0581-1.52 1.0581-2.5v-1.5h2v-2h-2c-1.1028 0-2 .8975-2 2zM28 15h2V5c0-1.103-.8975-2-2-2h-3v2h3v10z"
|
|
1395
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
1396
|
+
cx: "23",
|
|
1397
|
+
cy: "13",
|
|
1398
|
+
r: "2"
|
|
1399
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
1400
|
+
cx: "16",
|
|
1401
|
+
cy: "13",
|
|
1402
|
+
r: "2"
|
|
1403
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
1404
|
+
cx: "9",
|
|
1405
|
+
cy: "13",
|
|
1406
|
+
r: "2"
|
|
1407
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1408
|
+
d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
|
|
1473
1409
|
})), children);
|
|
1474
1410
|
});
|
|
1475
1411
|
if (process.env.NODE_ENV !== "production") {
|
|
1476
|
-
|
|
1412
|
+
PromptTemplate.propTypes = iconPropTypes;
|
|
1477
1413
|
}
|
|
1478
|
-
const
|
|
1414
|
+
const PropertyRelationship = /*#__PURE__*/React.forwardRef(function PropertyRelationship(_ref59, ref) {
|
|
1479
1415
|
let {
|
|
1480
1416
|
children,
|
|
1481
1417
|
size = 16,
|
|
@@ -1489,20 +1425,14 @@ const RadioPushToTalk = /*#__PURE__*/React.forwardRef(function RadioPushToTalk(_
|
|
|
1489
1425
|
viewBox: "0 0 32 32",
|
|
1490
1426
|
fill: "currentColor",
|
|
1491
1427
|
...rest
|
|
1492
|
-
},
|
|
1493
|
-
d: "
|
|
1494
|
-
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
1495
|
-
cx: "16",
|
|
1496
|
-
cy: "23",
|
|
1497
|
-
r: "2"
|
|
1498
|
-
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1499
|
-
d: "M22,7H21V2H19V7H10A2.0023,2.0023,0,0,0,8,9v2H6v2H8v2H6v2H8V28a2.0023,2.0023,0,0,0,2,2H22a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,22,7ZM10,28V9H22V28Z"
|
|
1428
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1429
|
+
d: "M30 16L22 24 20.6 22.6 27.2 16 20.6 9.4 22 8zM12 15H20V17H12zM2 16L10 8 11.4 9.4 4.8 16 11.4 22.6 10 24z"
|
|
1500
1430
|
})), children);
|
|
1501
1431
|
});
|
|
1502
1432
|
if (process.env.NODE_ENV !== "production") {
|
|
1503
|
-
|
|
1433
|
+
PropertyRelationship.propTypes = iconPropTypes;
|
|
1504
1434
|
}
|
|
1505
|
-
const
|
|
1435
|
+
const Purchase = /*#__PURE__*/React.forwardRef(function Purchase(_ref60, ref) {
|
|
1506
1436
|
let {
|
|
1507
1437
|
children,
|
|
1508
1438
|
size = 16,
|
|
@@ -1516,14 +1446,16 @@ const RadioButton = /*#__PURE__*/React.forwardRef(function RadioButton(_ref60, r
|
|
|
1516
1446
|
viewBox: "0 0 32 32",
|
|
1517
1447
|
fill: "currentColor",
|
|
1518
1448
|
...rest
|
|
1519
|
-
},
|
|
1520
|
-
d: "
|
|
1449
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1450
|
+
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6Zm0,2v3H4V8ZM4,24V13H28V24Z"
|
|
1451
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1452
|
+
d: "M6 20H16V22H6z"
|
|
1521
1453
|
})), children);
|
|
1522
1454
|
});
|
|
1523
1455
|
if (process.env.NODE_ENV !== "production") {
|
|
1524
|
-
|
|
1456
|
+
Purchase.propTypes = iconPropTypes;
|
|
1525
1457
|
}
|
|
1526
|
-
const
|
|
1458
|
+
const WatsonHealthQcLaunch = /*#__PURE__*/React.forwardRef(function WatsonHealthQcLaunch(_ref61, ref) {
|
|
1527
1459
|
let {
|
|
1528
1460
|
children,
|
|
1529
1461
|
size = 16,
|
|
@@ -1537,16 +1469,16 @@ const RadioButtonChecked = /*#__PURE__*/React.forwardRef(function RadioButtonChe
|
|
|
1537
1469
|
viewBox: "0 0 32 32",
|
|
1538
1470
|
fill: "currentColor",
|
|
1539
1471
|
...rest
|
|
1540
|
-
},
|
|
1541
|
-
d: "
|
|
1542
|
-
})),
|
|
1543
|
-
d: "
|
|
1472
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1473
|
+
d: "M25 22H19a2.0023 2.0023 0 01-2-2V10a2.002 2.002 0 012-2h6v2H19V20h6zM13 8H9a2.002 2.002 0 00-2 2V20a2.0023 2.0023 0 002 2h1v2a2.0023 2.0023 0 002 2h2V24H12V22h1a2.0023 2.0023 0 002-2V10A2.002 2.002 0 0013 8zM9 20V10h4V20z"
|
|
1474
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1475
|
+
d: "M28,30H4a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V28A2.0027,2.0027,0,0,1,28,30ZM4,4V28H28V4Z"
|
|
1544
1476
|
})), children);
|
|
1545
1477
|
});
|
|
1546
1478
|
if (process.env.NODE_ENV !== "production") {
|
|
1547
|
-
|
|
1479
|
+
WatsonHealthQcLaunch.propTypes = iconPropTypes;
|
|
1548
1480
|
}
|
|
1549
|
-
const
|
|
1481
|
+
const QqPlot = /*#__PURE__*/React.forwardRef(function QqPlot(_ref62, ref) {
|
|
1550
1482
|
let {
|
|
1551
1483
|
children,
|
|
1552
1484
|
size = 16,
|
|
@@ -1560,14 +1492,34 @@ const Rain = /*#__PURE__*/React.forwardRef(function Rain(_ref62, ref) {
|
|
|
1560
1492
|
viewBox: "0 0 32 32",
|
|
1561
1493
|
fill: "currentColor",
|
|
1562
1494
|
...rest
|
|
1563
|
-
},
|
|
1564
|
-
|
|
1495
|
+
}, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
1496
|
+
cx: "20",
|
|
1497
|
+
cy: "4",
|
|
1498
|
+
r: "2"
|
|
1499
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
1500
|
+
cx: "8",
|
|
1501
|
+
cy: "16",
|
|
1502
|
+
r: "2"
|
|
1503
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
1504
|
+
cx: "28",
|
|
1505
|
+
cy: "12",
|
|
1506
|
+
r: "2"
|
|
1507
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
1508
|
+
cx: "11",
|
|
1509
|
+
cy: "7",
|
|
1510
|
+
r: "2"
|
|
1511
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
1512
|
+
cx: "16",
|
|
1513
|
+
cy: "24",
|
|
1514
|
+
r: "2"
|
|
1515
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1516
|
+
d: "M30,3.4131,28.5859,2,4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4131Z"
|
|
1565
1517
|
})), children);
|
|
1566
1518
|
});
|
|
1567
1519
|
if (process.env.NODE_ENV !== "production") {
|
|
1568
|
-
|
|
1520
|
+
QqPlot.propTypes = iconPropTypes;
|
|
1569
1521
|
}
|
|
1570
|
-
const
|
|
1522
|
+
const QrCode = /*#__PURE__*/React.forwardRef(function QrCode(_ref63, ref) {
|
|
1571
1523
|
let {
|
|
1572
1524
|
children,
|
|
1573
1525
|
size = 16,
|
|
@@ -1581,16 +1533,36 @@ const RainDrizzle = /*#__PURE__*/React.forwardRef(function RainDrizzle(_ref63, r
|
|
|
1581
1533
|
viewBox: "0 0 32 32",
|
|
1582
1534
|
fill: "currentColor",
|
|
1583
1535
|
...rest
|
|
1584
|
-
},
|
|
1585
|
-
d: "
|
|
1536
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1537
|
+
d: "M24 26H26V28H24z",
|
|
1538
|
+
transform: "rotate(-90 25 27)"
|
|
1539
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1540
|
+
d: "M18 22H20V24H18z",
|
|
1541
|
+
transform: "rotate(-90 19 23)"
|
|
1542
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1543
|
+
d: "M18 30L22 30 22 28 20 28 20 26 18 26 18 30z"
|
|
1544
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1545
|
+
d: "M25 23H29V25H25z",
|
|
1546
|
+
transform: "rotate(-90 27 24)"
|
|
1547
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1548
|
+
d: "M28 26L30 26 30 30 26 30 26 28 28 28 28 26zM26 20L26 18 30 18 30 22 28 22 28 20 26 20zM24 20L22 20 22 24 20 24 20 26 24 26 24 20z"
|
|
1586
1549
|
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1587
|
-
d: "
|
|
1550
|
+
d: "M19 17H21V21H19z",
|
|
1551
|
+
transform: "rotate(-90 20 19)"
|
|
1552
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1553
|
+
d: "M6 22H10V26H6z"
|
|
1554
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1555
|
+
d: "M14 30H2V18H14zM4 28h8V20H4zM22 6H26V10H22z"
|
|
1556
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1557
|
+
d: "M30 14H18V2H30zM20 12h8V4H20zM6 6H10V10H6z"
|
|
1558
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1559
|
+
d: "M14,14H2V2H14ZM4,12h8V4H4Z"
|
|
1588
1560
|
})), children);
|
|
1589
1561
|
});
|
|
1590
1562
|
if (process.env.NODE_ENV !== "production") {
|
|
1591
|
-
|
|
1563
|
+
QrCode.propTypes = iconPropTypes;
|
|
1592
1564
|
}
|
|
1593
|
-
const
|
|
1565
|
+
const QuadrantPlot = /*#__PURE__*/React.forwardRef(function QuadrantPlot(_ref64, ref) {
|
|
1594
1566
|
let {
|
|
1595
1567
|
children,
|
|
1596
1568
|
size = 16,
|
|
@@ -1604,16 +1576,44 @@ const RainHeavy = /*#__PURE__*/React.forwardRef(function RainHeavy(_ref64, ref)
|
|
|
1604
1576
|
viewBox: "0 0 32 32",
|
|
1605
1577
|
fill: "currentColor",
|
|
1606
1578
|
...rest
|
|
1607
|
-
},
|
|
1608
|
-
d: "
|
|
1609
|
-
})),
|
|
1610
|
-
d: "
|
|
1579
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1580
|
+
d: "M30 15L17 15 17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z"
|
|
1581
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1582
|
+
d: "M5 30a3 3 0 113-3A3.0033 3.0033 0 015 30zm0-4a1 1 0 101 1A1.001 1.001 0 005 26zM8 8a3 3 0 113-3A3.0033 3.0033 0 018 8zM8 4A1 1 0 109 5 1.001 1.001 0 008 4zM22 13a3 3 0 113-3A3.0033 3.0033 0 0122 13zm0-4a1 1 0 101 1A1.001 1.001 0 0022 9z"
|
|
1583
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
1584
|
+
cx: "11",
|
|
1585
|
+
cy: "11",
|
|
1586
|
+
r: "2"
|
|
1587
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
1588
|
+
cx: "11",
|
|
1589
|
+
cy: "21",
|
|
1590
|
+
r: "2"
|
|
1591
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
1592
|
+
cx: "21",
|
|
1593
|
+
cy: "21",
|
|
1594
|
+
r: "2"
|
|
1595
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
1596
|
+
cx: "22",
|
|
1597
|
+
cy: "28",
|
|
1598
|
+
r: "2"
|
|
1599
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
1600
|
+
cx: "28",
|
|
1601
|
+
cy: "24",
|
|
1602
|
+
r: "2"
|
|
1603
|
+
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
1604
|
+
cx: "4",
|
|
1605
|
+
cy: "11",
|
|
1606
|
+
r: "2"
|
|
1607
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
1608
|
+
cx: "28",
|
|
1609
|
+
cy: "4",
|
|
1610
|
+
r: "2"
|
|
1611
1611
|
})), children);
|
|
1612
1612
|
});
|
|
1613
1613
|
if (process.env.NODE_ENV !== "production") {
|
|
1614
|
-
|
|
1614
|
+
QuadrantPlot.propTypes = iconPropTypes;
|
|
1615
1615
|
}
|
|
1616
|
-
const
|
|
1616
|
+
const Query = /*#__PURE__*/React.forwardRef(function Query(_ref65, ref) {
|
|
1617
1617
|
let {
|
|
1618
1618
|
children,
|
|
1619
1619
|
size = 16,
|
|
@@ -1627,29 +1627,20 @@ const RainScattered = /*#__PURE__*/React.forwardRef(function RainScattered(_ref6
|
|
|
1627
1627
|
viewBox: "0 0 32 32",
|
|
1628
1628
|
fill: "currentColor",
|
|
1629
1629
|
...rest
|
|
1630
|
-
},
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
transform: "rotate(-45.009 28.232 17.233)"
|
|
1635
|
-
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1636
|
-
d: "M29 10H32V12H29z"
|
|
1637
|
-
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1638
|
-
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
1639
|
-
transform: "rotate(-45 28.232 4.768)"
|
|
1630
|
+
}, _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
1631
|
+
cx: "11",
|
|
1632
|
+
cy: "15.5",
|
|
1633
|
+
r: "1.5"
|
|
1640
1634
|
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1641
|
-
d: "
|
|
1635
|
+
d: "M12,12H10V8h2a2,2,0,0,0,0-4H10A2.0023,2.0023,0,0,0,8,6v.5H6V6a4.0045,4.0045,0,0,1,4-4h2a4,4,0,0,1,0,8Z"
|
|
1642
1636
|
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1643
|
-
d: "
|
|
1644
|
-
transform: "rotate(-45 13.768 4.768)"
|
|
1645
|
-
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1646
|
-
d: "M27,11A5.9955,5.9955,0,0,0,15.6335,8.3311,7.3494,7.3494,0,0,0,13.5,8a7.5509,7.5509,0,0,0-7.1492,5.2441A5.9926,5.9926,0,0,0,8,25h7.3818L14.106,27.5527a1,1,0,1,0,1.7885.8946L17.6177,25H19a5.9853,5.9853,0,0,0,5.2163-8.9463A5.9941,5.9941,0,0,0,27,11ZM19,23H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,14.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,23Zm3.9268-8.5107a5.96,5.96,0,0,0-2.2776-1.2452,7.5157,7.5157,0,0,0-3.1853-4.0688,3.9869,3.9869,0,1,1,5.4629,5.314Z"
|
|
1637
|
+
d: "M22.4479,21.0337A10.971,10.971,0,0,0,19.9211,4.7446l-.999,1.73A8.9967,8.9967,0,1,1,5,14H3a10.9916,10.9916,0,0,0,18.0338,8.4478L28.5859,30,30,28.5859Z"
|
|
1647
1638
|
})), children);
|
|
1648
1639
|
});
|
|
1649
1640
|
if (process.env.NODE_ENV !== "production") {
|
|
1650
|
-
|
|
1641
|
+
Query.propTypes = iconPropTypes;
|
|
1651
1642
|
}
|
|
1652
|
-
const
|
|
1643
|
+
const QueryQueue = /*#__PURE__*/React.forwardRef(function QueryQueue(_ref66, ref) {
|
|
1653
1644
|
let {
|
|
1654
1645
|
children,
|
|
1655
1646
|
size = 16,
|
|
@@ -1663,14 +1654,14 @@ const RainScatteredNight = /*#__PURE__*/React.forwardRef(function RainScatteredN
|
|
|
1663
1654
|
viewBox: "0 0 32 32",
|
|
1664
1655
|
fill: "currentColor",
|
|
1665
1656
|
...rest
|
|
1666
|
-
},
|
|
1667
|
-
d: "
|
|
1657
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1658
|
+
d: "M10 6H28V8H10zM10 12H28V14H10zM15 18H28V20H15zM10 24H28V26H10zM4 14L11 19 4 24 4 14z"
|
|
1668
1659
|
})), children);
|
|
1669
1660
|
});
|
|
1670
1661
|
if (process.env.NODE_ENV !== "production") {
|
|
1671
|
-
|
|
1662
|
+
QueryQueue.propTypes = iconPropTypes;
|
|
1672
1663
|
}
|
|
1673
|
-
const
|
|
1664
|
+
const Queued = /*#__PURE__*/React.forwardRef(function Queued(_ref67, ref) {
|
|
1674
1665
|
let {
|
|
1675
1666
|
children,
|
|
1676
1667
|
size = 16,
|
|
@@ -1684,16 +1675,14 @@ const RainDrop = /*#__PURE__*/React.forwardRef(function RainDrop(_ref67, ref) {
|
|
|
1684
1675
|
viewBox: "0 0 32 32",
|
|
1685
1676
|
fill: "currentColor",
|
|
1686
1677
|
...rest
|
|
1687
|
-
},
|
|
1688
|
-
d: "
|
|
1689
|
-
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1690
|
-
d: "M16,28a9.0114,9.0114,0,0,1-9-9,9.9843,9.9843,0,0,1,1.4941-4.9554L15.1528,3.4367a1.04,1.04,0,0,1,1.6944,0l6.6289,10.5564A10.0633,10.0633,0,0,1,25,19,9.0114,9.0114,0,0,1,16,28ZM16,5.8483l-5.7817,9.2079A7.9771,7.9771,0,0,0,9,19a7,7,0,0,0,14,0,8.0615,8.0615,0,0,0-1.248-3.9953Z"
|
|
1678
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1679
|
+
d: "M22 20H30V22H22zM22 24H30V26H22zM22 28H30V30H22zM18 24H20V26H18zM18 20H20V22H18zM18 28H20V30H18zM6.8149 8.293A12.0777 12.0777 0 0110.0068 5.62L9.0079 3.89A14.0845 14.0845 0 005.2841 7.0083zM25.1851 8.293l1.5308-1.2847A14.0845 14.0845 0 0022.9921 3.89l-.9989 1.73A12.0777 12.0777 0 0125.1851 8.293zM4.7366 11.9l-1.8772-.6831A13.9019 13.9019 0 002 16H4A11.917 11.917 0 014.7366 11.9zM6.8149 23.707A11.9975 11.9975 0 014.7366 20.1l-1.8772.6831a13.99 13.99 0 002.4247 4.209zM27.2634 11.9A11.917 11.917 0 0128 16h2a13.8971 13.8971 0 00-.8594-4.7827zM13.9182 27.8066A11.8894 11.8894 0 0110.0068 26.38l-.9989 1.73a13.8673 13.8673 0 004.5633 1.664zM13.9182 4.1934a11.3012 11.3012 0 014.1636 0l.347-1.9678a13.187 13.187 0 00-4.8576 0z"
|
|
1691
1680
|
})), children);
|
|
1692
1681
|
});
|
|
1693
1682
|
if (process.env.NODE_ENV !== "production") {
|
|
1694
|
-
|
|
1683
|
+
Queued.propTypes = iconPropTypes;
|
|
1695
1684
|
}
|
|
1696
|
-
const
|
|
1685
|
+
const Quotes = /*#__PURE__*/React.forwardRef(function Quotes(_ref68, ref) {
|
|
1697
1686
|
let {
|
|
1698
1687
|
children,
|
|
1699
1688
|
size = 16,
|
|
@@ -1707,14 +1696,14 @@ const Raw = /*#__PURE__*/React.forwardRef(function Raw(_ref68, ref) {
|
|
|
1707
1696
|
viewBox: "0 0 32 32",
|
|
1708
1697
|
fill: "currentColor",
|
|
1709
1698
|
...rest
|
|
1710
|
-
},
|
|
1711
|
-
d: "
|
|
1699
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1700
|
+
d: "M12 15H6.11A9 9 0 0110 8.86l1.79-1.2L10.69 6 8.9 7.2A11 11 0 004 16.35V23a2 2 0 002 2h6a2 2 0 002-2V17A2 2 0 0012 15zM26 15H20.11A9 9 0 0124 8.86l1.79-1.2L24.7 6 22.9 7.2A11 11 0 0018 16.35V23a2 2 0 002 2h6a2 2 0 002-2V17A2 2 0 0026 15z"
|
|
1712
1701
|
})), children);
|
|
1713
1702
|
});
|
|
1714
1703
|
if (process.env.NODE_ENV !== "production") {
|
|
1715
|
-
|
|
1704
|
+
Quotes.propTypes = iconPropTypes;
|
|
1716
1705
|
}
|
|
1717
|
-
const
|
|
1706
|
+
const Radar = /*#__PURE__*/React.forwardRef(function Radar(_ref69, ref) {
|
|
1718
1707
|
let {
|
|
1719
1708
|
children,
|
|
1720
1709
|
size = 16,
|
|
@@ -1728,16 +1717,14 @@ const Receipt = /*#__PURE__*/React.forwardRef(function Receipt(_ref69, ref) {
|
|
|
1728
1717
|
viewBox: "0 0 32 32",
|
|
1729
1718
|
fill: "currentColor",
|
|
1730
1719
|
...rest
|
|
1731
|
-
},
|
|
1732
|
-
d: "
|
|
1733
|
-
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1734
|
-
d: "M25,2H7A2.002,2.002,0,0,0,5,4V29a1,1,0,0,0,1,1H7a.9987.9987,0,0,0,.8-.4L10,26.667,12.2,29.6a1.0353,1.0353,0,0,0,1.6,0L16,26.667,18.2,29.6a1.0353,1.0353,0,0,0,1.6,0L22,26.667,24.2,29.6a.9993.9993,0,0,0,.8.4h1a1,1,0,0,0,1-1V4A2.0023,2.0023,0,0,0,25,2Zm0,25.333L22.8,24.4a1.0353,1.0353,0,0,0-1.6,0L19,27.333,16.8,24.4a1.0353,1.0353,0,0,0-1.6,0L13,27.333,10.8,24.4a1.0353,1.0353,0,0,0-1.6,0L7,27.333V4H25Z"
|
|
1720
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1721
|
+
d: "M30,3.4141,28.5859,2,15.293,15.293a1,1,0,0,0,1.414,1.414l4.18-4.1792A5.9956,5.9956,0,1,1,16,10V8a8.011,8.011,0,1,0,6.3164,3.0977L25.1631,8.251A11.881,11.881,0,0,1,28,16,12,12,0,1,1,16,4V2A14,14,0,1,0,30,16a13.8572,13.8572,0,0,0-3.4224-9.1636Z"
|
|
1735
1722
|
})), children);
|
|
1736
1723
|
});
|
|
1737
1724
|
if (process.env.NODE_ENV !== "production") {
|
|
1738
|
-
|
|
1725
|
+
Radar.propTypes = iconPropTypes;
|
|
1739
1726
|
}
|
|
1740
|
-
const
|
|
1727
|
+
const RadarEnhanced = /*#__PURE__*/React.forwardRef(function RadarEnhanced(_ref70, ref) {
|
|
1741
1728
|
let {
|
|
1742
1729
|
children,
|
|
1743
1730
|
size = 16,
|
|
@@ -1751,16 +1738,14 @@ const RecentlyViewed = /*#__PURE__*/React.forwardRef(function RecentlyViewed(_re
|
|
|
1751
1738
|
viewBox: "0 0 32 32",
|
|
1752
1739
|
fill: "currentColor",
|
|
1753
1740
|
...rest
|
|
1754
|
-
},
|
|
1755
|
-
d: "
|
|
1756
|
-
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1757
|
-
d: "M16,2A13.94,13.94,0,0,0,6,6.23V2H4v8h8V8H7.08A12,12,0,1,1,4,16H2A14,14,0,1,0,16,2Z"
|
|
1741
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1742
|
+
d: "M30,3.4146,28.5854,2,17.2932,13.2925a1,1,0,1,0,1.4141,1.414l3.4543-3.4541A4.9817,4.9817,0,0,1,18,19a5.0385,5.0385,0,0,1-.6074-.05,8.0432,8.0432,0,0,0-4.3421-4.3423A4.9,4.9,0,0,1,18,9V7a7.0078,7.0078,0,0,0-7,7c0,.0234.0056.0469.0059.07A8.0469,8.0469,0,0,0,10,14a7.95,7.95,0,0,0-1.9883.26C8.0095,14.1729,8,14.0879,8,14A10.0114,10.0114,0,0,1,18,4V2A12.0137,12.0137,0,0,0,6,14c0,.355.0171.7061.0471,1.0537A7.9943,7.9943,0,1,0,16.9465,25.9521c.35.03.7019.0479,1.0535.0479A11.9853,11.9853,0,0,0,27.1538,6.2607ZM15.91,21H13.9563a12.029,12.029,0,0,0-1.218-4.332A6.01,6.01,0,0,1,15.91,21ZM4.09,23H6.0435a12.0318,12.0318,0,0,0,1.2182,4.3325A6.01,6.01,0,0,1,4.09,23Zm1.9532-2H4.09a6.01,6.01,0,0,1,3.1714-4.332A12.0321,12.0321,0,0,0,6.0435,21ZM10,27.9858A10.0149,10.0149,0,0,1,8.0552,23h3.89A10.0149,10.0149,0,0,1,10,27.9858ZM8.0552,21A10.0118,10.0118,0,0,1,10,16.0151,10.01,10.01,0,0,1,11.9448,21Zm4.6831,6.3325A12.0318,12.0318,0,0,0,13.9565,23H15.91A6.01,6.01,0,0,1,12.7383,27.3325ZM28,14A10.0114,10.0114,0,0,1,18,24c-.0869,0-.1733-.01-.26-.0117a7.5527,7.5527,0,0,0,.19-2.9942c.0237,0,.0466.0059.07.0059A6.9991,6.9991,0,0,0,23.6055,9.8086l2.1313-2.1314A9.95,9.95,0,0,1,28,14Z"
|
|
1758
1743
|
})), children);
|
|
1759
1744
|
});
|
|
1760
1745
|
if (process.env.NODE_ENV !== "production") {
|
|
1761
|
-
|
|
1746
|
+
RadarEnhanced.propTypes = iconPropTypes;
|
|
1762
1747
|
}
|
|
1763
|
-
const
|
|
1748
|
+
const RadarWeather = /*#__PURE__*/React.forwardRef(function RadarWeather(_ref71, ref) {
|
|
1764
1749
|
let {
|
|
1765
1750
|
children,
|
|
1766
1751
|
size = 16,
|
|
@@ -1774,14 +1759,14 @@ const Recommend = /*#__PURE__*/React.forwardRef(function Recommend(_ref71, ref)
|
|
|
1774
1759
|
viewBox: "0 0 32 32",
|
|
1775
1760
|
fill: "currentColor",
|
|
1776
1761
|
...rest
|
|
1777
|
-
},
|
|
1778
|
-
d: "
|
|
1762
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1763
|
+
d: "M30,3.4146,28.5854,2,17.2932,13.2925a1,1,0,1,0,1.4141,1.414l3.4543-3.4541a4.9646,4.9646,0,0,1-3.8811,7.7193,7.0485,7.0485,0,0,0-5.1438-3.8731A4.9431,4.9431,0,0,1,18,9V7a6.9551,6.9551,0,0,0-6.9087,8.0791,6.93,6.93,0,0,0-2.8525,1.06A9.97,9.97,0,0,1,18,4V2A11.9756,11.9756,0,0,0,6.573,17.6357a6.9293,6.9293,0,0,0-1.3674,2.7061A4.9948,4.9948,0,0,0,7,30H17a4.9921,4.9921,0,0,0,4.9678-4.68A12.0391,12.0391,0,0,0,30,14a11.8678,11.8678,0,0,0-2.8389-7.7466ZM17,28H7a2.9945,2.9945,0,0,1-.6963-5.9082l.6587-.1572.0986-.67a4.9923,4.9923,0,0,1,9.878,0l.0986.6695.6587.1572A2.9945,2.9945,0,0,1,17,28ZM28,14a10.0346,10.0346,0,0,1-6.3118,9.291,4.9577,4.9577,0,0,0-2.0207-2.5,6.9922,6.9922,0,0,0,3.938-10.9824l2.132-2.1318A9.8873,9.8873,0,0,1,28,14Z"
|
|
1779
1764
|
})), children);
|
|
1780
1765
|
});
|
|
1781
1766
|
if (process.env.NODE_ENV !== "production") {
|
|
1782
|
-
|
|
1767
|
+
RadarWeather.propTypes = iconPropTypes;
|
|
1783
1768
|
}
|
|
1784
|
-
const
|
|
1769
|
+
const Radio = /*#__PURE__*/React.forwardRef(function Radio(_ref72, ref) {
|
|
1785
1770
|
let {
|
|
1786
1771
|
children,
|
|
1787
1772
|
size = 16,
|
|
@@ -1795,16 +1780,16 @@ const Recording = /*#__PURE__*/React.forwardRef(function Recording(_ref72, ref)
|
|
|
1795
1780
|
viewBox: "0 0 32 32",
|
|
1796
1781
|
fill: "currentColor",
|
|
1797
1782
|
...rest
|
|
1798
|
-
},
|
|
1799
|
-
d: "
|
|
1800
|
-
})),
|
|
1801
|
-
d: "
|
|
1783
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1784
|
+
d: "M28,10H24V2H22v8H13V8H11v2H8V8H6v2H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM4,28V12H28V28Z"
|
|
1785
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1786
|
+
d: "M10 26a4 4 0 114-4A4 4 0 0110 26zm0-6a2 2 0 102 2A2 2 0 0010 20zM7 14H13V16H7zM17 16H26V18H17zM17 20H26V22H17zM17 24H26V26H17z"
|
|
1802
1787
|
})), children);
|
|
1803
1788
|
});
|
|
1804
1789
|
if (process.env.NODE_ENV !== "production") {
|
|
1805
|
-
|
|
1790
|
+
Radio.propTypes = iconPropTypes;
|
|
1806
1791
|
}
|
|
1807
|
-
const
|
|
1792
|
+
const RadioCombat = /*#__PURE__*/React.forwardRef(function RadioCombat(_ref73, ref) {
|
|
1808
1793
|
let {
|
|
1809
1794
|
children,
|
|
1810
1795
|
size = 16,
|
|
@@ -1818,18 +1803,16 @@ const RecordingFilled = /*#__PURE__*/React.forwardRef(function RecordingFilled(_
|
|
|
1818
1803
|
viewBox: "0 0 32 32",
|
|
1819
1804
|
fill: "currentColor",
|
|
1820
1805
|
...rest
|
|
1821
|
-
},
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1826
|
-
d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M16,22c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6 S19.3,22,16,22z"
|
|
1806
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1807
|
+
d: "M10 26a4 4 0 114-4A4.0045 4.0045 0 0110 26zm0-6a2 2 0 102 2A2.0021 2.0021 0 0010 20zM17 20H26V22H17zM17 24H26V26H17z"
|
|
1808
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1809
|
+
d: "M20,12h8a2.0023,2.0023,0,0,0,2-2V6a2.0023,2.0023,0,0,0-2-2H20a2.0023,2.0023,0,0,0-2,2V7H12a4.0045,4.0045,0,0,0-4,4v3H6V4H4V14a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V16a2.0023,2.0023,0,0,0-2-2H10V11a2.0023,2.0023,0,0,1,2-2h6v1A2.0023,2.0023,0,0,0,20,12Zm4-6h4v4H24ZM20,6h2v4H20Zm8,22H4V16H28Z"
|
|
1827
1810
|
})), children);
|
|
1828
1811
|
});
|
|
1829
1812
|
if (process.env.NODE_ENV !== "production") {
|
|
1830
|
-
|
|
1813
|
+
RadioCombat.propTypes = iconPropTypes;
|
|
1831
1814
|
}
|
|
1832
|
-
const
|
|
1815
|
+
const RadioPushToTalk = /*#__PURE__*/React.forwardRef(function RadioPushToTalk(_ref74, ref) {
|
|
1833
1816
|
let {
|
|
1834
1817
|
children,
|
|
1835
1818
|
size = 16,
|
|
@@ -1843,18 +1826,20 @@ const RecordingFilledAlt = /*#__PURE__*/React.forwardRef(function RecordingFille
|
|
|
1843
1826
|
viewBox: "0 0 32 32",
|
|
1844
1827
|
fill: "currentColor",
|
|
1845
1828
|
...rest
|
|
1846
|
-
},
|
|
1847
|
-
d: "
|
|
1848
|
-
})),
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1829
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1830
|
+
d: "M13 11H19V13H13zM13 15H19V17H13z"
|
|
1831
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
1832
|
+
cx: "16",
|
|
1833
|
+
cy: "23",
|
|
1834
|
+
r: "2"
|
|
1835
|
+
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1836
|
+
d: "M22,7H21V2H19V7H10A2.0023,2.0023,0,0,0,8,9v2H6v2H8v2H6v2H8V28a2.0023,2.0023,0,0,0,2,2H22a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,22,7ZM10,28V9H22V28Z"
|
|
1852
1837
|
})), children);
|
|
1853
1838
|
});
|
|
1854
1839
|
if (process.env.NODE_ENV !== "production") {
|
|
1855
|
-
|
|
1840
|
+
RadioPushToTalk.propTypes = iconPropTypes;
|
|
1856
1841
|
}
|
|
1857
|
-
const
|
|
1842
|
+
const RadioButton = /*#__PURE__*/React.forwardRef(function RadioButton(_ref75, ref) {
|
|
1858
1843
|
let {
|
|
1859
1844
|
children,
|
|
1860
1845
|
size = 16,
|
|
@@ -1868,14 +1853,14 @@ const Recycle = /*#__PURE__*/React.forwardRef(function Recycle(_ref75, ref) {
|
|
|
1868
1853
|
viewBox: "0 0 32 32",
|
|
1869
1854
|
fill: "currentColor",
|
|
1870
1855
|
...rest
|
|
1871
|
-
},
|
|
1872
|
-
d: "
|
|
1856
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1857
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
|
|
1873
1858
|
})), children);
|
|
1874
1859
|
});
|
|
1875
1860
|
if (process.env.NODE_ENV !== "production") {
|
|
1876
|
-
|
|
1861
|
+
RadioButton.propTypes = iconPropTypes;
|
|
1877
1862
|
}
|
|
1878
|
-
const
|
|
1863
|
+
const RadioButtonChecked = /*#__PURE__*/React.forwardRef(function RadioButtonChecked(_ref76, ref) {
|
|
1879
1864
|
let {
|
|
1880
1865
|
children,
|
|
1881
1866
|
size = 16,
|
|
@@ -1889,14 +1874,16 @@ const Redo = /*#__PURE__*/React.forwardRef(function Redo(_ref76, ref) {
|
|
|
1889
1874
|
viewBox: "0 0 32 32",
|
|
1890
1875
|
fill: "currentColor",
|
|
1891
1876
|
...rest
|
|
1892
|
-
},
|
|
1893
|
-
d: "
|
|
1877
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1878
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
|
|
1879
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1880
|
+
d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Z"
|
|
1894
1881
|
})), children);
|
|
1895
1882
|
});
|
|
1896
1883
|
if (process.env.NODE_ENV !== "production") {
|
|
1897
|
-
|
|
1884
|
+
RadioButtonChecked.propTypes = iconPropTypes;
|
|
1898
1885
|
}
|
|
1899
|
-
const
|
|
1886
|
+
const Rain = /*#__PURE__*/React.forwardRef(function Rain(_ref77, ref) {
|
|
1900
1887
|
let {
|
|
1901
1888
|
children,
|
|
1902
1889
|
size = 16,
|
|
@@ -1910,14 +1897,14 @@ const RefEvapotranspiration = /*#__PURE__*/React.forwardRef(function RefEvapotra
|
|
|
1910
1897
|
viewBox: "0 0 32 32",
|
|
1911
1898
|
fill: "currentColor",
|
|
1912
1899
|
...rest
|
|
1913
|
-
},
|
|
1914
|
-
d: "
|
|
1900
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1901
|
+
d: "M23.5 22H8.5A6.5 6.5 0 017.2 9.14a9 9 0 0117.6 0A6.5 6.5 0 0123.5 22zM16 4a7 7 0 00-6.94 6.14L9 11 8.14 11a4.5 4.5 0 00.36 9h15a4.5 4.5 0 00.36-9L23 11l-.1-.82A7 7 0 0016 4zM14 30a.93.93 0 01-.45-.11 1 1 0 01-.44-1.34l2-4a1 1 0 111.78.9l-2 4A1 1 0 0114 30zM20 30a.93.93 0 01-.45-.11 1 1 0 01-.44-1.34l2-4a1 1 0 111.78.9l-2 4A1 1 0 0120 30zM8 30a.93.93 0 01-.45-.11 1 1 0 01-.44-1.34l2-4a1 1 0 111.78.9l-2 4A1 1 0 018 30z"
|
|
1915
1902
|
})), children);
|
|
1916
1903
|
});
|
|
1917
1904
|
if (process.env.NODE_ENV !== "production") {
|
|
1918
|
-
|
|
1905
|
+
Rain.propTypes = iconPropTypes;
|
|
1919
1906
|
}
|
|
1920
|
-
const
|
|
1907
|
+
const RainDrizzle = /*#__PURE__*/React.forwardRef(function RainDrizzle(_ref78, ref) {
|
|
1921
1908
|
let {
|
|
1922
1909
|
children,
|
|
1923
1910
|
size = 16,
|
|
@@ -1931,18 +1918,16 @@ const ReferenceArchitecture = /*#__PURE__*/React.forwardRef(function ReferenceAr
|
|
|
1931
1918
|
viewBox: "0 0 32 32",
|
|
1932
1919
|
fill: "currentColor",
|
|
1933
1920
|
...rest
|
|
1934
|
-
},
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1939
|
-
d: "m28,20c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-5c0-1.1025-.8972-2-2-2h-5v-1c0-1.1025-.8972-2-2-2h-4c-1.1028,0-2,.8975-2,2v1h-5c-1.1028,0-2,.8975-2,2v5.1421c-1.7202.4473-3,1.9995-3,3.8579s1.2798,3.4106,3,3.8579v5.1421c0,1.1025.8972,2,2,2h7v1c0,1.1025.8972,2,2,2h12c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-2h1Zm0-2h-4v-4h4v4ZM14,4h4v4h-4v-4Zm-2,3v1c0,1.1025.8972,2,2,2h4c1.1028,0,2-.8975,2-2v-1h5v5h-1c-1.1028,0-2,.8975-2,2v1h-12.1421c-.3638-1.3989-1.4592-2.4941-2.8579-2.8579v-5.1421h5Zm-8,9c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm24,12h-12v-4h12v4Zm-3-6h-9c-1.1028,0-2,.8975-2,2v1h-7v-5.1421c1.3987-.3638,2.4941-1.459,2.8579-2.8579h12.1421v1c0,1.1025.8972,2,2,2h1v2Z"
|
|
1921
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1922
|
+
d: "M11,30a1,1,0,0,1-.8944-1.4474l2-4a1,1,0,1,1,1.7887.8946l-2,4A.9979.9979,0,0,1,11,30Z"
|
|
1923
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1924
|
+
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4973,6.4973,0,0,0,8.5,22H19.3813L18.105,24.5527a1,1,0,0,0,1.789.8946L21.6177,22H23.5A6.4974,6.4974,0,0,0,24.8008,9.1362ZM23.5,20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20Z"
|
|
1940
1925
|
})), children);
|
|
1941
1926
|
});
|
|
1942
1927
|
if (process.env.NODE_ENV !== "production") {
|
|
1943
|
-
|
|
1928
|
+
RainDrizzle.propTypes = iconPropTypes;
|
|
1944
1929
|
}
|
|
1945
|
-
const
|
|
1930
|
+
const RainHeavy = /*#__PURE__*/React.forwardRef(function RainHeavy(_ref79, ref) {
|
|
1946
1931
|
let {
|
|
1947
1932
|
children,
|
|
1948
1933
|
size = 16,
|
|
@@ -1956,19 +1941,16 @@ const ReflectHorizontal = /*#__PURE__*/React.forwardRef(function ReflectHorizont
|
|
|
1956
1941
|
viewBox: "0 0 32 32",
|
|
1957
1942
|
fill: "currentColor",
|
|
1958
1943
|
...rest
|
|
1959
|
-
},
|
|
1960
|
-
d: "
|
|
1961
|
-
})),
|
|
1962
|
-
d: "
|
|
1963
|
-
transform: "rotate(-180 16 16)"
|
|
1964
|
-
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1965
|
-
d: "M13,16a1.001,1.001,0,0,1-.386.79l-9,7A1,1,0,0,1,2,23V9a1,1,0,0,1,1.614-.79l9,7A1.001,1.001,0,0,1,13,16ZM4,20.9556,10.3711,16,4,11.0444Z"
|
|
1944
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1945
|
+
d: "M17 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 0117 30zM8 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 018 30z"
|
|
1946
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1947
|
+
d: "M30,15.5a6.5323,6.5323,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0A6.4905,6.4905,0,0,0,5.7026,21.3584L4.106,24.5527a1,1,0,1,0,1.7885.8946L7.6174,22l6.7644,0L13.106,24.5527a1,1,0,1,0,1.7885.8946L16.6177,22h6.7641L22.106,24.5527a1,1,0,1,0,1.7885.8946l1.9444-3.89A6.5058,6.5058,0,0,0,30,15.5ZM23.5,20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20Z"
|
|
1966
1948
|
})), children);
|
|
1967
1949
|
});
|
|
1968
1950
|
if (process.env.NODE_ENV !== "production") {
|
|
1969
|
-
|
|
1951
|
+
RainHeavy.propTypes = iconPropTypes;
|
|
1970
1952
|
}
|
|
1971
|
-
const
|
|
1953
|
+
const RainScattered = /*#__PURE__*/React.forwardRef(function RainScattered(_ref80, ref) {
|
|
1972
1954
|
let {
|
|
1973
1955
|
children,
|
|
1974
1956
|
size = 16,
|
|
@@ -1982,19 +1964,29 @@ const ReflectVertical = /*#__PURE__*/React.forwardRef(function ReflectVertical(_
|
|
|
1982
1964
|
viewBox: "0 0 32 32",
|
|
1983
1965
|
fill: "currentColor",
|
|
1984
1966
|
...rest
|
|
1985
|
-
},
|
|
1986
|
-
d: "
|
|
1967
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1968
|
+
d: "M8.5084,32a1.0127,1.0127,0,0,1-.4485-.1054.9986.9986,0,0,1-.4486-1.3418l1.4934-3.0005a1.0025,1.0025,0,0,1,1.7943.8945l-1.4934,3A1.0013,1.0013,0,0,1,8.5084,32Z"
|
|
1969
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1970
|
+
d: "M27.232 15.733H29.232V18.733H27.232z",
|
|
1971
|
+
transform: "rotate(-45.009 28.232 17.233)"
|
|
1972
|
+
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
1973
|
+
d: "M29 10H32V12H29z"
|
|
1987
1974
|
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
1988
|
-
d: "
|
|
1989
|
-
transform: "rotate(-
|
|
1975
|
+
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
1976
|
+
transform: "rotate(-45 28.232 4.768)"
|
|
1990
1977
|
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
1991
|
-
d: "
|
|
1978
|
+
d: "M20 0H22V3H20z"
|
|
1979
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
1980
|
+
d: "M12.768 3.268H14.768V6.268H12.768z",
|
|
1981
|
+
transform: "rotate(-45 13.768 4.768)"
|
|
1982
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
1983
|
+
d: "M27,11A5.9955,5.9955,0,0,0,15.6335,8.3311,7.3494,7.3494,0,0,0,13.5,8a7.5509,7.5509,0,0,0-7.1492,5.2441A5.9926,5.9926,0,0,0,8,25h7.3818L14.106,27.5527a1,1,0,1,0,1.7885.8946L17.6177,25H19a5.9853,5.9853,0,0,0,5.2163-8.9463A5.9941,5.9941,0,0,0,27,11ZM19,23H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,14.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,23Zm3.9268-8.5107a5.96,5.96,0,0,0-2.2776-1.2452,7.5157,7.5157,0,0,0-3.1853-4.0688,3.9869,3.9869,0,1,1,5.4629,5.314Z"
|
|
1992
1984
|
})), children);
|
|
1993
1985
|
});
|
|
1994
1986
|
if (process.env.NODE_ENV !== "production") {
|
|
1995
|
-
|
|
1987
|
+
RainScattered.propTypes = iconPropTypes;
|
|
1996
1988
|
}
|
|
1997
|
-
const
|
|
1989
|
+
const RainScatteredNight = /*#__PURE__*/React.forwardRef(function RainScatteredNight(_ref81, ref) {
|
|
1998
1990
|
let {
|
|
1999
1991
|
children,
|
|
2000
1992
|
size = 16,
|
|
@@ -2008,16 +2000,14 @@ const WatsonHealthRegionAnalysisArea = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
2008
2000
|
viewBox: "0 0 32 32",
|
|
2009
2001
|
fill: "currentColor",
|
|
2010
2002
|
...rest
|
|
2011
|
-
},
|
|
2012
|
-
d: "
|
|
2013
|
-
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2014
|
-
d: "M16,30A14,14,0,1,1,30,16H28A12,12,0,1,0,16,28Z"
|
|
2003
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2004
|
+
d: "M8.5084 32a1.0115 1.0115 0 01-.4485-.1055.9986.9986 0 01-.4486-1.3418l1.4934-3a1.0025 1.0025 0 011.7943.8945l-1.4934 3A1.0015 1.0015 0 018.5084 32zM29.8442 13.0347a1.5184 1.5184 0 00-1.2309-.8658 5.3587 5.3587 0 01-3.4094-1.7163 6.4648 6.4648 0 01-1.285-6.393 1.6031 1.6031 0 00-.3-1.5459 1.4535 1.4535 0 00-1.3594-.4922l-.0191.0029a7.8549 7.8549 0 00-6.1054 6.48A7.3725 7.3725 0 0013.5 8a7.5511 7.5511 0 00-7.1494 5.2441A5.9926 5.9926 0 008 25h7.3818L14.106 27.5527a1 1 0 101.7885.8946L17.6177 25H19a5.9549 5.9549 0 005.88-7.1455 7.5 7.5 0 004.8672-3.3A1.5381 1.5381 0 0029.8442 13.0347zM19 23H8a3.9926 3.9926 0 01-.6733-7.9292l.663-.1128.1456-.6562a5.496 5.496 0 0110.7294 0l.1456.6562.6626.1128A3.9925 3.9925 0 0119 23zm5.1509-7.0479a5.9639 5.9639 0 00-3.5015-2.708A7.5076 7.5076 0 0018.0286 9.55a6.01 6.01 0 013.77-5.334 8.4581 8.4581 0 001.9395 7.5972A7.4007 7.4007 0 0027.64 14.041 5.4392 5.4392 0 0124.1509 15.9521z"
|
|
2015
2005
|
})), children);
|
|
2016
2006
|
});
|
|
2017
2007
|
if (process.env.NODE_ENV !== "production") {
|
|
2018
|
-
|
|
2008
|
+
RainScatteredNight.propTypes = iconPropTypes;
|
|
2019
2009
|
}
|
|
2020
|
-
const
|
|
2010
|
+
const RainDrop = /*#__PURE__*/React.forwardRef(function RainDrop(_ref82, ref) {
|
|
2021
2011
|
let {
|
|
2022
2012
|
children,
|
|
2023
2013
|
size = 16,
|
|
@@ -2031,16 +2021,16 @@ const WatsonHealthRegionAnalysisVolume = /*#__PURE__*/React.forwardRef(function
|
|
|
2031
2021
|
viewBox: "0 0 32 32",
|
|
2032
2022
|
fill: "currentColor",
|
|
2033
2023
|
...rest
|
|
2034
|
-
},
|
|
2035
|
-
d: "
|
|
2036
|
-
})),
|
|
2037
|
-
d: "
|
|
2024
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2025
|
+
d: "M16,24V22a3.2965,3.2965,0,0,0,3-3h2A5.2668,5.2668,0,0,1,16,24Z"
|
|
2026
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2027
|
+
d: "M16,28a9.0114,9.0114,0,0,1-9-9,9.9843,9.9843,0,0,1,1.4941-4.9554L15.1528,3.4367a1.04,1.04,0,0,1,1.6944,0l6.6289,10.5564A10.0633,10.0633,0,0,1,25,19,9.0114,9.0114,0,0,1,16,28ZM16,5.8483l-5.7817,9.2079A7.9771,7.9771,0,0,0,9,19a7,7,0,0,0,14,0,8.0615,8.0615,0,0,0-1.248-3.9953Z"
|
|
2038
2028
|
})), children);
|
|
2039
2029
|
});
|
|
2040
2030
|
if (process.env.NODE_ENV !== "production") {
|
|
2041
|
-
|
|
2031
|
+
RainDrop.propTypes = iconPropTypes;
|
|
2042
2032
|
}
|
|
2043
|
-
const
|
|
2033
|
+
const Raw = /*#__PURE__*/React.forwardRef(function Raw(_ref83, ref) {
|
|
2044
2034
|
let {
|
|
2045
2035
|
children,
|
|
2046
2036
|
size = 16,
|
|
@@ -2054,16 +2044,14 @@ const WatsonHealthRegistration = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
2054
2044
|
viewBox: "0 0 32 32",
|
|
2055
2045
|
fill: "currentColor",
|
|
2056
2046
|
...rest
|
|
2057
|
-
},
|
|
2058
|
-
d: "
|
|
2059
|
-
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2060
|
-
d: "M20 15H24V17H20zM14 15H18V17H14zM12 25H4a2.0023 2.0023 0 01-2-2V9A2.002 2.002 0 014 7h8a2.002 2.002 0 012 2v3H12V9H4V23h8V20h2v3A2.0023 2.0023 0 0112 25z"
|
|
2047
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2048
|
+
d: "M29.2 9L28.86 17 28.6 21.54 28.19 18 27.51 12.54 25.49 12.54 24.81 18 24.4 21.54 24.14 17 23.8 9 22 9 23 23 25.27 23 26.03 18.07 26.49 14 26.5 13.97 26.51 14 26.97 18.07 27.73 23 30 23 31 9 29.2 9zM18 9H14a2 2 0 00-2 2V23h2V18h4v5h2V11A2 2 0 0018 9zm-4 7V11h4v5zM10 15V11A2 2 0 008 9H2V23H4V17H5.48l2.34 6H10L7.63 17H8A2 2 0 0010 15zM4 11H8v4H4z"
|
|
2061
2049
|
})), children);
|
|
2062
2050
|
});
|
|
2063
2051
|
if (process.env.NODE_ENV !== "production") {
|
|
2064
|
-
|
|
2052
|
+
Raw.propTypes = iconPropTypes;
|
|
2065
2053
|
}
|
|
2066
|
-
const
|
|
2054
|
+
const Receipt = /*#__PURE__*/React.forwardRef(function Receipt(_ref84, ref) {
|
|
2067
2055
|
let {
|
|
2068
2056
|
children,
|
|
2069
2057
|
size = 16,
|
|
@@ -2078,15 +2066,15 @@ const Reminder = /*#__PURE__*/React.forwardRef(function Reminder(_ref84, ref) {
|
|
|
2078
2066
|
fill: "currentColor",
|
|
2079
2067
|
...rest
|
|
2080
2068
|
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2081
|
-
d: "
|
|
2069
|
+
d: "M21 16H23V18H21zM9 16H17V18H9zM21 12H23V14H21zM9 12H17V14H9zM9 8H23V10H9z"
|
|
2082
2070
|
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2083
|
-
d: "
|
|
2071
|
+
d: "M25,2H7A2.002,2.002,0,0,0,5,4V29a1,1,0,0,0,1,1H7a.9987.9987,0,0,0,.8-.4L10,26.667,12.2,29.6a1.0353,1.0353,0,0,0,1.6,0L16,26.667,18.2,29.6a1.0353,1.0353,0,0,0,1.6,0L22,26.667,24.2,29.6a.9993.9993,0,0,0,.8.4h1a1,1,0,0,0,1-1V4A2.0023,2.0023,0,0,0,25,2Zm0,25.333L22.8,24.4a1.0353,1.0353,0,0,0-1.6,0L19,27.333,16.8,24.4a1.0353,1.0353,0,0,0-1.6,0L13,27.333,10.8,24.4a1.0353,1.0353,0,0,0-1.6,0L7,27.333V4H25Z"
|
|
2084
2072
|
})), children);
|
|
2085
2073
|
});
|
|
2086
2074
|
if (process.env.NODE_ENV !== "production") {
|
|
2087
|
-
|
|
2075
|
+
Receipt.propTypes = iconPropTypes;
|
|
2088
2076
|
}
|
|
2089
|
-
const
|
|
2077
|
+
const RecentlyViewed = /*#__PURE__*/React.forwardRef(function RecentlyViewed(_ref85, ref) {
|
|
2090
2078
|
let {
|
|
2091
2079
|
children,
|
|
2092
2080
|
size = 16,
|
|
@@ -2101,15 +2089,15 @@ const ReminderMedical = /*#__PURE__*/React.forwardRef(function ReminderMedical(_
|
|
|
2101
2089
|
fill: "currentColor",
|
|
2102
2090
|
...rest
|
|
2103
2091
|
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2104
|
-
d: "
|
|
2092
|
+
d: "M20.59 22L15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z"
|
|
2105
2093
|
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2106
|
-
d: "
|
|
2094
|
+
d: "M16,2A13.94,13.94,0,0,0,6,6.23V2H4v8h8V8H7.08A12,12,0,1,1,4,16H2A14,14,0,1,0,16,2Z"
|
|
2107
2095
|
})), children);
|
|
2108
2096
|
});
|
|
2109
2097
|
if (process.env.NODE_ENV !== "production") {
|
|
2110
|
-
|
|
2098
|
+
RecentlyViewed.propTypes = iconPropTypes;
|
|
2111
2099
|
}
|
|
2112
|
-
const
|
|
2100
|
+
const Recommend = /*#__PURE__*/React.forwardRef(function Recommend(_ref86, ref) {
|
|
2113
2101
|
let {
|
|
2114
2102
|
children,
|
|
2115
2103
|
size = 16,
|
|
@@ -2124,13 +2112,13 @@ const Renew = /*#__PURE__*/React.forwardRef(function Renew(_ref86, ref) {
|
|
|
2124
2112
|
fill: "currentColor",
|
|
2125
2113
|
...rest
|
|
2126
2114
|
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2127
|
-
d: "
|
|
2115
|
+
d: "M16,2a9,9,0,0,0-6,15.69V30l6-4,6,4V17.69A9,9,0,0,0,16,2Zm4,24.26-2.89-1.92L16,23.6l-1.11.74L12,26.26V19.05a8.88,8.88,0,0,0,8,0ZM20.89,16A7,7,0,1,1,23,11,7,7,0,0,1,20.89,16Z"
|
|
2128
2116
|
})), children);
|
|
2129
2117
|
});
|
|
2130
2118
|
if (process.env.NODE_ENV !== "production") {
|
|
2131
|
-
|
|
2119
|
+
Recommend.propTypes = iconPropTypes;
|
|
2132
2120
|
}
|
|
2133
|
-
const
|
|
2121
|
+
const Recording = /*#__PURE__*/React.forwardRef(function Recording(_ref87, ref) {
|
|
2134
2122
|
let {
|
|
2135
2123
|
children,
|
|
2136
2124
|
size = 16,
|
|
@@ -2145,13 +2133,15 @@ const Repeat = /*#__PURE__*/React.forwardRef(function Repeat(_ref87, ref) {
|
|
|
2145
2133
|
fill: "currentColor",
|
|
2146
2134
|
...rest
|
|
2147
2135
|
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2148
|
-
d: "
|
|
2136
|
+
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"
|
|
2137
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2138
|
+
d: "M16,12a4,4,0,1,1-4,4,4,4,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
|
2149
2139
|
})), children);
|
|
2150
2140
|
});
|
|
2151
2141
|
if (process.env.NODE_ENV !== "production") {
|
|
2152
|
-
|
|
2142
|
+
Recording.propTypes = iconPropTypes;
|
|
2153
2143
|
}
|
|
2154
|
-
const
|
|
2144
|
+
const RecordingFilled = /*#__PURE__*/React.forwardRef(function RecordingFilled(_ref88, ref) {
|
|
2155
2145
|
let {
|
|
2156
2146
|
children,
|
|
2157
2147
|
size = 16,
|
|
@@ -2165,16 +2155,18 @@ const RepeatOne = /*#__PURE__*/React.forwardRef(function RepeatOne(_ref88, ref)
|
|
|
2165
2155
|
viewBox: "0 0 32 32",
|
|
2166
2156
|
fill: "currentColor",
|
|
2167
2157
|
...rest
|
|
2168
|
-
},
|
|
2169
|
-
|
|
2158
|
+
}, _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
2159
|
+
cx: "16",
|
|
2160
|
+
cy: "16",
|
|
2161
|
+
r: "4"
|
|
2170
2162
|
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2171
|
-
d: "
|
|
2163
|
+
d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M16,22c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6 S19.3,22,16,22z"
|
|
2172
2164
|
})), children);
|
|
2173
2165
|
});
|
|
2174
2166
|
if (process.env.NODE_ENV !== "production") {
|
|
2175
|
-
|
|
2167
|
+
RecordingFilled.propTypes = iconPropTypes;
|
|
2176
2168
|
}
|
|
2177
|
-
const
|
|
2169
|
+
const RecordingFilledAlt = /*#__PURE__*/React.forwardRef(function RecordingFilledAlt(_ref89, ref) {
|
|
2178
2170
|
let {
|
|
2179
2171
|
children,
|
|
2180
2172
|
size = 16,
|
|
@@ -2189,13 +2181,17 @@ const Replicate = /*#__PURE__*/React.forwardRef(function Replicate(_ref89, ref)
|
|
|
2189
2181
|
fill: "currentColor",
|
|
2190
2182
|
...rest
|
|
2191
2183
|
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2192
|
-
d: "
|
|
2184
|
+
d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M16,22c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S19.3,22,16,22 z"
|
|
2185
|
+
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2186
|
+
d: "M16,10c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6S19.3,10,16,10z",
|
|
2187
|
+
"data-icon-path": "inner-path",
|
|
2188
|
+
opacity: "0"
|
|
2193
2189
|
})), children);
|
|
2194
2190
|
});
|
|
2195
2191
|
if (process.env.NODE_ENV !== "production") {
|
|
2196
|
-
|
|
2192
|
+
RecordingFilledAlt.propTypes = iconPropTypes;
|
|
2197
2193
|
}
|
|
2198
|
-
const
|
|
2194
|
+
const Recycle = /*#__PURE__*/React.forwardRef(function Recycle(_ref90, ref) {
|
|
2199
2195
|
let {
|
|
2200
2196
|
children,
|
|
2201
2197
|
size = 16,
|
|
@@ -2209,14 +2205,14 @@ const Reply = /*#__PURE__*/React.forwardRef(function Reply(_ref90, ref) {
|
|
|
2209
2205
|
viewBox: "0 0 32 32",
|
|
2210
2206
|
fill: "currentColor",
|
|
2211
2207
|
...rest
|
|
2212
|
-
},
|
|
2213
|
-
d: "
|
|
2208
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2209
|
+
d: "M29.5081 22.2549l-2.0781-3.7402-1.7485.9707 2.0781 3.7412c.3247.584.3162 1.2769-.0229 1.8535-.3391.5762-.9407.9199-1.6091.9199h-7.2974l2.5801-2.5898-1.4102-1.4102-5 5 5 5 1.4102-1.4102-2.5801-2.5898h7.2974c1.3848 0 2.6306-.7124 3.3328-1.9058.7024-1.1938.7202-2.6284.0479-3.8394zM5.8726 26c-.6685 0-1.27-.3438-1.6091-.9199-.3391-.5767-.3477-1.2695-.0229-1.8535l4.1111-7.4004 1.0479 3.52 1.9121-.5664-2.0083-6.7798-6.7798 2.0083.5664 1.9121 3.4934-1.0298-4.0913 7.3643c-.6724 1.2109-.6545 2.6455.0479 3.8394.7021 1.1934 1.948 1.9058 3.3328 1.9058h6.1274v-2H5.8726zM25.51 9.6538l-1.0476 3.519L19.3503 3.9712c-.6858-1.2344-1.9382-1.9712-3.3503-1.9712s-2.6646.7368-3.3503 1.9712l-3.0796 5.5435 1.7485.9707 3.0796-5.543c.3276-.5898.9265-.9424 1.6018-.9424s1.2742.3525 1.6018.9424l5.0925 9.167-3.4939-1.0298-.5664 1.9121 6.78 2.0083 2.0083-6.7798-1.9124-.5664z"
|
|
2214
2210
|
})), children);
|
|
2215
2211
|
});
|
|
2216
2212
|
if (process.env.NODE_ENV !== "production") {
|
|
2217
|
-
|
|
2213
|
+
Recycle.propTypes = iconPropTypes;
|
|
2218
2214
|
}
|
|
2219
|
-
const
|
|
2215
|
+
const Redo = /*#__PURE__*/React.forwardRef(function Redo(_ref91, ref) {
|
|
2220
2216
|
let {
|
|
2221
2217
|
children,
|
|
2222
2218
|
size = 16,
|
|
@@ -2230,16 +2226,14 @@ const ReplyAll = /*#__PURE__*/React.forwardRef(function ReplyAll(_ref91, ref) {
|
|
|
2230
2226
|
viewBox: "0 0 32 32",
|
|
2231
2227
|
fill: "currentColor",
|
|
2232
2228
|
...rest
|
|
2233
|
-
},
|
|
2234
|
-
d: "
|
|
2235
|
-
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2236
|
-
d: "M11.4639,28.9182,1.2318,16.64a1,1,0,0,1,0-1.28L11.4638,3.0792,13,4.36,3.3016,16,13,27.638Z"
|
|
2229
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2230
|
+
d: "M12,10H24.1851L20.5977,6.4141,22,5,28,11,22,17l-1.4023-1.4146L24.1821,12H12a6,6,0,0,0,0,12h8v2H12a8,8,0,0,1,0-16Z"
|
|
2237
2231
|
})), children);
|
|
2238
2232
|
});
|
|
2239
2233
|
if (process.env.NODE_ENV !== "production") {
|
|
2240
|
-
|
|
2234
|
+
Redo.propTypes = iconPropTypes;
|
|
2241
2235
|
}
|
|
2242
|
-
const
|
|
2236
|
+
const RefEvapotranspiration = /*#__PURE__*/React.forwardRef(function RefEvapotranspiration(_ref92, ref) {
|
|
2243
2237
|
let {
|
|
2244
2238
|
children,
|
|
2245
2239
|
size = 16,
|
|
@@ -2254,15 +2248,13 @@ const RepoArtifact = /*#__PURE__*/React.forwardRef(function RepoArtifact(_ref92,
|
|
|
2254
2248
|
fill: "currentColor",
|
|
2255
2249
|
...rest
|
|
2256
2250
|
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2257
|
-
d: "
|
|
2258
|
-
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2259
|
-
d: "M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h10v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v5h2v-5 C30,8.9,29.1,8,28,8z"
|
|
2251
|
+
d: "M14 12a3.8978 3.8978 0 01-4-3.777 3.9017 3.9017 0 01.6533-2.0639L13.17 2.4141a1.0381 1.0381 0 011.6592 0L17.3154 6.11A3.9693 3.9693 0 0118 8.223 3.8978 3.8978 0 0114 12zm.0005-7.2368L12.3438 7.2257A1.89 1.89 0 0012 8.223 1.9 1.9 0 0014 10a1.9 1.9 0 002-1.777 1.98 1.98 0 00-.375-1.0466zM7.5 26A5.385 5.385 0 012 20.751 5.3837 5.3837 0 012.874 17.92L6.49 12.5383a1.2168 1.2168 0 012.02-.0006l3.55 5.2777A5.4923 5.4923 0 0113 20.751 5.385 5.385 0 017.5 26zm0-11.38L4.5649 18.9868A3.3586 3.3586 0 004 20.751 3.3855 3.3855 0 007.5 24 3.3855 3.3855 0 0011 20.751a3.4354 3.4354 0 00-.63-1.867zM25 2L20 7l1.4141 1.4141L24 5.8281V16a4.0045 4.0045 0 01-4 4H16v2h4a6.0066 6.0066 0 006-6V5.8281l2.5859 2.586L30 7zM2 28H30V30H2z"
|
|
2260
2252
|
})), children);
|
|
2261
2253
|
});
|
|
2262
2254
|
if (process.env.NODE_ENV !== "production") {
|
|
2263
|
-
|
|
2255
|
+
RefEvapotranspiration.propTypes = iconPropTypes;
|
|
2264
2256
|
}
|
|
2265
|
-
const
|
|
2257
|
+
const ReferenceArchitecture = /*#__PURE__*/React.forwardRef(function ReferenceArchitecture(_ref93, ref) {
|
|
2266
2258
|
let {
|
|
2267
2259
|
children,
|
|
2268
2260
|
size = 16,
|
|
@@ -2276,16 +2268,18 @@ const RepoSourceCode = /*#__PURE__*/React.forwardRef(function RepoSourceCode(_re
|
|
|
2276
2268
|
viewBox: "0 0 32 32",
|
|
2277
2269
|
fill: "currentColor",
|
|
2278
2270
|
...rest
|
|
2279
|
-
},
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2271
|
+
}, _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
2272
|
+
cx: "18",
|
|
2273
|
+
cy: "26",
|
|
2274
|
+
r: "1"
|
|
2275
|
+
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2276
|
+
d: "m28,20c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-5c0-1.1025-.8972-2-2-2h-5v-1c0-1.1025-.8972-2-2-2h-4c-1.1028,0-2,.8975-2,2v1h-5c-1.1028,0-2,.8975-2,2v5.1421c-1.7202.4473-3,1.9995-3,3.8579s1.2798,3.4106,3,3.8579v5.1421c0,1.1025.8972,2,2,2h7v1c0,1.1025.8972,2,2,2h12c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-2h1Zm0-2h-4v-4h4v4ZM14,4h4v4h-4v-4Zm-2,3v1c0,1.1025.8972,2,2,2h4c1.1028,0,2-.8975,2-2v-1h5v5h-1c-1.1028,0-2,.8975-2,2v1h-12.1421c-.3638-1.3989-1.4592-2.4941-2.8579-2.8579v-5.1421h5Zm-8,9c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm24,12h-12v-4h12v4Zm-3-6h-9c-1.1028,0-2,.8975-2,2v1h-7v-5.1421c1.3987-.3638,2.4941-1.459,2.8579-2.8579h12.1421v1c0,1.1025.8972,2,2,2h1v2Z"
|
|
2283
2277
|
})), children);
|
|
2284
2278
|
});
|
|
2285
2279
|
if (process.env.NODE_ENV !== "production") {
|
|
2286
|
-
|
|
2280
|
+
ReferenceArchitecture.propTypes = iconPropTypes;
|
|
2287
2281
|
}
|
|
2288
|
-
const
|
|
2282
|
+
const ReflectHorizontal = /*#__PURE__*/React.forwardRef(function ReflectHorizontal(_ref94, ref) {
|
|
2289
2283
|
let {
|
|
2290
2284
|
children,
|
|
2291
2285
|
size = 16,
|
|
@@ -2299,16 +2293,19 @@ const Report = /*#__PURE__*/React.forwardRef(function Report(_ref94, ref) {
|
|
|
2299
2293
|
viewBox: "0 0 32 32",
|
|
2300
2294
|
fill: "currentColor",
|
|
2301
2295
|
...rest
|
|
2302
|
-
},
|
|
2303
|
-
d: "
|
|
2304
|
-
})),
|
|
2305
|
-
d: "
|
|
2296
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2297
|
+
d: "M19.386,15.2105l9-7A1,1,0,0,1,30,9V23a1,1,0,0,1-1.614.79l-9-7a1,1,0,0,1,0-1.5791Z"
|
|
2298
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2299
|
+
d: "M15 2H17V30H15z",
|
|
2300
|
+
transform: "rotate(-180 16 16)"
|
|
2301
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2302
|
+
d: "M13,16a1.001,1.001,0,0,1-.386.79l-9,7A1,1,0,0,1,2,23V9a1,1,0,0,1,1.614-.79l9,7A1.001,1.001,0,0,1,13,16ZM4,20.9556,10.3711,16,4,11.0444Z"
|
|
2306
2303
|
})), children);
|
|
2307
2304
|
});
|
|
2308
2305
|
if (process.env.NODE_ENV !== "production") {
|
|
2309
|
-
|
|
2306
|
+
ReflectHorizontal.propTypes = iconPropTypes;
|
|
2310
2307
|
}
|
|
2311
|
-
const
|
|
2308
|
+
const ReflectVertical = /*#__PURE__*/React.forwardRef(function ReflectVertical(_ref95, ref) {
|
|
2312
2309
|
let {
|
|
2313
2310
|
children,
|
|
2314
2311
|
size = 16,
|
|
@@ -2322,16 +2319,19 @@ const ReportData = /*#__PURE__*/React.forwardRef(function ReportData(_ref95, ref
|
|
|
2322
2319
|
viewBox: "0 0 32 32",
|
|
2323
2320
|
fill: "currentColor",
|
|
2324
2321
|
...rest
|
|
2325
|
-
},
|
|
2326
|
-
d: "
|
|
2322
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2323
|
+
d: "M16.79,19.386l7,9A1,1,0,0,1,23,30H9a1,1,0,0,1-.79-1.614l7-9a1,1,0,0,1,1.5791,0Z"
|
|
2324
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2325
|
+
d: "M15 2H17V30H15z",
|
|
2326
|
+
transform: "rotate(-90 16 16)"
|
|
2327
2327
|
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2328
|
-
d: "
|
|
2328
|
+
d: "M16,13a1.001,1.001,0,0,1-.79-.386l-7-9A1,1,0,0,1,9,2H23a1,1,0,0,1,.79,1.614l-7,9A1.001,1.001,0,0,1,16,13ZM11.0444,4,16,10.3711,20.9556,4Z"
|
|
2329
2329
|
})), children);
|
|
2330
2330
|
});
|
|
2331
2331
|
if (process.env.NODE_ENV !== "production") {
|
|
2332
|
-
|
|
2332
|
+
ReflectVertical.propTypes = iconPropTypes;
|
|
2333
2333
|
}
|
|
2334
|
-
const
|
|
2334
|
+
const WatsonHealthRegionAnalysisArea = /*#__PURE__*/React.forwardRef(function WatsonHealthRegionAnalysisArea(_ref96, ref) {
|
|
2335
2335
|
let {
|
|
2336
2336
|
children,
|
|
2337
2337
|
size = 16,
|
|
@@ -2346,15 +2346,15 @@ const RequestQuote = /*#__PURE__*/React.forwardRef(function RequestQuote(_ref96,
|
|
|
2346
2346
|
fill: "currentColor",
|
|
2347
2347
|
...rest
|
|
2348
2348
|
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2349
|
-
d: "
|
|
2349
|
+
d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"
|
|
2350
2350
|
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2351
|
-
d: "
|
|
2351
|
+
d: "M16,30A14,14,0,1,1,30,16H28A12,12,0,1,0,16,28Z"
|
|
2352
2352
|
})), children);
|
|
2353
2353
|
});
|
|
2354
2354
|
if (process.env.NODE_ENV !== "production") {
|
|
2355
|
-
|
|
2355
|
+
WatsonHealthRegionAnalysisArea.propTypes = iconPropTypes;
|
|
2356
2356
|
}
|
|
2357
|
-
const
|
|
2357
|
+
const WatsonHealthRegionAnalysisVolume = /*#__PURE__*/React.forwardRef(function WatsonHealthRegionAnalysisVolume(_ref97, ref) {
|
|
2358
2358
|
let {
|
|
2359
2359
|
children,
|
|
2360
2360
|
size = 16,
|
|
@@ -2369,13 +2369,15 @@ const Reset = /*#__PURE__*/React.forwardRef(function Reset(_ref97, ref) {
|
|
|
2369
2369
|
fill: "currentColor",
|
|
2370
2370
|
...rest
|
|
2371
2371
|
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2372
|
-
d: "
|
|
2372
|
+
d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"
|
|
2373
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2374
|
+
d: "M4.8305,20.3555A24.9534,24.9534,0,0,0,15,22.9644v-2A22.9014,22.9014,0,0,1,4.1335,17.6919,11.979,11.979,0,0,1,4,16a11.9847,11.9847,0,0,1,.1332-1.69,22.9282,22.9282,0,0,1,23.7336,0A11.9847,11.9847,0,0,1,28,16h2A14,14,0,1,0,16,30V28A12.01,12.01,0,0,1,4.8305,20.3555ZM16,4a12.01,12.01,0,0,1,11.17,7.6465,24.8982,24.8982,0,0,0-22.3406,0A12.01,12.01,0,0,1,16,4Z"
|
|
2373
2375
|
})), children);
|
|
2374
2376
|
});
|
|
2375
2377
|
if (process.env.NODE_ENV !== "production") {
|
|
2376
|
-
|
|
2378
|
+
WatsonHealthRegionAnalysisVolume.propTypes = iconPropTypes;
|
|
2377
2379
|
}
|
|
2378
|
-
const
|
|
2380
|
+
const WatsonHealthRegistration = /*#__PURE__*/React.forwardRef(function WatsonHealthRegistration(_ref98, ref) {
|
|
2379
2381
|
let {
|
|
2380
2382
|
children,
|
|
2381
2383
|
size = 16,
|
|
@@ -2389,32 +2391,21 @@ const ResetAlt = /*#__PURE__*/React.forwardRef(function ResetAlt(_ref98, ref) {
|
|
|
2389
2391
|
viewBox: "0 0 32 32",
|
|
2390
2392
|
fill: "currentColor",
|
|
2391
2393
|
...rest
|
|
2392
|
-
},
|
|
2393
|
-
d: "
|
|
2394
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2395
|
+
d: "M28 25H20a2.0027 2.0027 0 01-2-2V20h2v3h8V9H20v3H18V9a2.0023 2.0023 0 012-2h8a2.0023 2.0023 0 012 2V23A2.0027 2.0027 0 0128 25zM8 15H12V17H8z"
|
|
2396
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2397
|
+
d: "M20 15H24V17H20zM14 15H18V17H14zM12 25H4a2.0023 2.0023 0 01-2-2V9A2.002 2.002 0 014 7h8a2.002 2.002 0 012 2v3H12V9H4V23h8V20h2v3A2.0023 2.0023 0 0112 25z"
|
|
2394
2398
|
})), children);
|
|
2395
2399
|
});
|
|
2396
2400
|
if (process.env.NODE_ENV !== "production") {
|
|
2397
|
-
|
|
2401
|
+
WatsonHealthRegistration.propTypes = iconPropTypes;
|
|
2398
2402
|
}
|
|
2399
|
-
const
|
|
2403
|
+
const Reminder = /*#__PURE__*/React.forwardRef(function Reminder(_ref99, ref) {
|
|
2400
2404
|
let {
|
|
2401
2405
|
children,
|
|
2402
2406
|
size = 16,
|
|
2403
2407
|
...rest
|
|
2404
2408
|
} = _ref99;
|
|
2405
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2406
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2407
|
-
width: size,
|
|
2408
|
-
height: size,
|
|
2409
|
-
ref: ref,
|
|
2410
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2411
|
-
viewBox: "0 0 16 16",
|
|
2412
|
-
fill: "currentColor",
|
|
2413
|
-
...rest
|
|
2414
|
-
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2415
|
-
d: "M13,9c0,2.8-2.2,5-5,5s-5-2.2-5-5s2.2-5,5-5h3.1L9.3,5.8L10,6.5l3-3l-3-3L9.3,1.2L11.1,3H8C4.7,3,2,5.7,2,9s2.7,6,6,6 s6-2.7,6-6H13z"
|
|
2416
|
-
})), children);
|
|
2417
|
-
}
|
|
2418
2409
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2419
2410
|
width: size,
|
|
2420
2411
|
height: size,
|
|
@@ -2423,14 +2414,16 @@ const Restart = /*#__PURE__*/React.forwardRef(function Restart(_ref99, ref) {
|
|
|
2423
2414
|
viewBox: "0 0 32 32",
|
|
2424
2415
|
fill: "currentColor",
|
|
2425
2416
|
...rest
|
|
2426
|
-
},
|
|
2427
|
-
d: "
|
|
2417
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2418
|
+
d: "M30,23.3818l-2-1V20a6.0046,6.0046,0,0,0-5-5.91V12H21v2.09A6.0046,6.0046,0,0,0,16,20v2.3818l-2,1V28h6v2h4V28h6ZM28,26H16V24.6182l2-1V20a4,4,0,0,1,8,0v3.6182l2,1Z"
|
|
2419
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2420
|
+
d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
|
|
2428
2421
|
})), children);
|
|
2429
2422
|
});
|
|
2430
2423
|
if (process.env.NODE_ENV !== "production") {
|
|
2431
|
-
|
|
2424
|
+
Reminder.propTypes = iconPropTypes;
|
|
2432
2425
|
}
|
|
2433
|
-
const
|
|
2426
|
+
const ReminderMedical = /*#__PURE__*/React.forwardRef(function ReminderMedical(_ref100, ref) {
|
|
2434
2427
|
let {
|
|
2435
2428
|
children,
|
|
2436
2429
|
size = 16,
|
|
@@ -2444,16 +2437,16 @@ const Restaurant = /*#__PURE__*/React.forwardRef(function Restaurant(_ref100, re
|
|
|
2444
2437
|
viewBox: "0 0 32 32",
|
|
2445
2438
|
fill: "currentColor",
|
|
2446
2439
|
...rest
|
|
2447
|
-
},
|
|
2448
|
-
d: "
|
|
2449
|
-
})),
|
|
2450
|
-
d: "
|
|
2440
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2441
|
+
d: "M27,12v2h1v4a3,3,0,0,1-6,0V14h1V12H20v6a5.0083,5.0083,0,0,0,4,4.8989V24a4,4,0,0,1-8,0V21.8157a3,3,0,1,0-2,0V24a6,6,0,0,0,12,0V22.8989A5.0083,5.0083,0,0,0,30,18V12ZM15,18a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,15,18Z"
|
|
2442
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2443
|
+
d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2l4,0V26L6,26V6h4V8h2V6h8V8h2V6h4v4h2V6A2,2,0,0,0,26,4Z"
|
|
2451
2444
|
})), children);
|
|
2452
2445
|
});
|
|
2453
2446
|
if (process.env.NODE_ENV !== "production") {
|
|
2454
|
-
|
|
2447
|
+
ReminderMedical.propTypes = iconPropTypes;
|
|
2455
2448
|
}
|
|
2456
|
-
const
|
|
2449
|
+
const Renew = /*#__PURE__*/React.forwardRef(function Renew(_ref101, ref) {
|
|
2457
2450
|
let {
|
|
2458
2451
|
children,
|
|
2459
2452
|
size = 16,
|
|
@@ -2467,16 +2460,14 @@ const RestaurantFine = /*#__PURE__*/React.forwardRef(function RestaurantFine(_re
|
|
|
2467
2460
|
viewBox: "0 0 32 32",
|
|
2468
2461
|
fill: "currentColor",
|
|
2469
2462
|
...rest
|
|
2470
|
-
},
|
|
2471
|
-
d: "
|
|
2472
|
-
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2473
|
-
d: "M7 2H9V11.98H7z"
|
|
2463
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2464
|
+
d: "M12 10H6.78A11 11 0 0127 16h2A13 13 0 006 7.68V4H4v8h8zM20 22h5.22A11 11 0 015 16H3a13 13 0 0023 8.32V28h2V20H20z"
|
|
2474
2465
|
})), children);
|
|
2475
2466
|
});
|
|
2476
2467
|
if (process.env.NODE_ENV !== "production") {
|
|
2477
|
-
|
|
2468
|
+
Renew.propTypes = iconPropTypes;
|
|
2478
2469
|
}
|
|
2479
|
-
const
|
|
2470
|
+
const Repeat = /*#__PURE__*/React.forwardRef(function Repeat(_ref102, ref) {
|
|
2480
2471
|
let {
|
|
2481
2472
|
children,
|
|
2482
2473
|
size = 16,
|
|
@@ -2490,16 +2481,14 @@ const Result = /*#__PURE__*/React.forwardRef(function Result(_ref102, ref) {
|
|
|
2490
2481
|
viewBox: "0 0 32 32",
|
|
2491
2482
|
fill: "currentColor",
|
|
2492
2483
|
...rest
|
|
2493
|
-
},
|
|
2494
|
-
d: "
|
|
2495
|
-
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2496
|
-
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"
|
|
2484
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2485
|
+
d: "M6 6H26.1719l-3.586-3.5859L24 1l6 6-6 6-1.4141-1.4141L26.1719 8H6v7H4V8A2.0024 2.0024 0 016 6zM9.4141 20.4141L5.8281 24H26V17h2v7a2.0024 2.0024 0 01-2 2H5.8281L9.414 29.5859 8 31 2 25l6-6z"
|
|
2497
2486
|
})), children);
|
|
2498
2487
|
});
|
|
2499
2488
|
if (process.env.NODE_ENV !== "production") {
|
|
2500
|
-
|
|
2489
|
+
Repeat.propTypes = iconPropTypes;
|
|
2501
2490
|
}
|
|
2502
|
-
const
|
|
2491
|
+
const RepeatOne = /*#__PURE__*/React.forwardRef(function RepeatOne(_ref103, ref) {
|
|
2503
2492
|
let {
|
|
2504
2493
|
children,
|
|
2505
2494
|
size = 16,
|
|
@@ -2514,15 +2503,15 @@ const ResultDraft = /*#__PURE__*/React.forwardRef(function ResultDraft(_ref103,
|
|
|
2514
2503
|
fill: "currentColor",
|
|
2515
2504
|
...rest
|
|
2516
2505
|
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2517
|
-
d: "
|
|
2506
|
+
d: "M6 6H26.1719l-3.586-3.5859L24 1l6 6-6 6-1.4141-1.4141L26.1719 8H6v7H4V8A2.0024 2.0024 0 016 6zM9.4141 20.4141L5.8281 24H26V17h2v7a2.0024 2.0024 0 01-2 2H5.8281L9.414 29.5859 8 31 2 25l6-6z"
|
|
2518
2507
|
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2519
|
-
d: "
|
|
2508
|
+
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"
|
|
2520
2509
|
})), children);
|
|
2521
2510
|
});
|
|
2522
2511
|
if (process.env.NODE_ENV !== "production") {
|
|
2523
|
-
|
|
2512
|
+
RepeatOne.propTypes = iconPropTypes;
|
|
2524
2513
|
}
|
|
2525
|
-
const
|
|
2514
|
+
const Replicate = /*#__PURE__*/React.forwardRef(function Replicate(_ref104, ref) {
|
|
2526
2515
|
let {
|
|
2527
2516
|
children,
|
|
2528
2517
|
size = 16,
|
|
@@ -2536,20 +2525,14 @@ const ResultNew = /*#__PURE__*/React.forwardRef(function ResultNew(_ref104, ref)
|
|
|
2536
2525
|
viewBox: "0 0 32 32",
|
|
2537
2526
|
fill: "currentColor",
|
|
2538
2527
|
...rest
|
|
2539
|
-
},
|
|
2540
|
-
|
|
2541
|
-
cy: "26",
|
|
2542
|
-
r: "4"
|
|
2543
|
-
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2544
|
-
d: "M10 13H12V15H10zM10 18H12V20H10zM10 23H12V25H10zM14 13H22V15H14zM14 18H22V20H14zM14 23H18V25H14z"
|
|
2545
|
-
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2546
|
-
d: "M7,28V7h3v3H22V7h3V18h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H18V28ZM12,4h8V8H12Z"
|
|
2528
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2529
|
+
d: "M28 8h2V4a2.0021 2.0021 0 00-2-2H24V4h4zM17 2H21V4H17zM28 11H30V15H28zM28 18v4H24V10a2.0023 2.0023 0 00-2-2H10V4h4V2H10A2.0023 2.0023 0 008 4V8H4a2.0023 2.0023 0 00-2 2V28a2.0023 2.0023 0 002 2H22a2.0023 2.0023 0 002-2V24h4a2.0023 2.0023 0 002-2V18zM22 28H4V10H22z"
|
|
2547
2530
|
})), children);
|
|
2548
2531
|
});
|
|
2549
2532
|
if (process.env.NODE_ENV !== "production") {
|
|
2550
|
-
|
|
2533
|
+
Replicate.propTypes = iconPropTypes;
|
|
2551
2534
|
}
|
|
2552
|
-
const
|
|
2535
|
+
const Reply = /*#__PURE__*/React.forwardRef(function Reply(_ref105, ref) {
|
|
2553
2536
|
let {
|
|
2554
2537
|
children,
|
|
2555
2538
|
size = 16,
|
|
@@ -2563,18 +2546,14 @@ const ResultOld = /*#__PURE__*/React.forwardRef(function ResultOld(_ref105, ref)
|
|
|
2563
2546
|
viewBox: "0 0 32 32",
|
|
2564
2547
|
fill: "currentColor",
|
|
2565
2548
|
...rest
|
|
2566
|
-
},
|
|
2567
|
-
d: "
|
|
2568
|
-
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2569
|
-
d: "M7,28V7h3v3H22V7h3v8h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h9V28ZM12,4h8V8H12Z"
|
|
2570
|
-
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2571
|
-
d: "M18,19v2.4131A6.996,6.996,0,1,1,24,32V30a5,5,0,1,0-4.5762-7H22v2H16V19Z"
|
|
2549
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2550
|
+
d: "M28.88,30a1,1,0,0,1-.88-.5A15.19,15.19,0,0,0,15,22v6a1,1,0,0,1-.62.92,1,1,0,0,1-1.09-.21l-12-12a1,1,0,0,1,0-1.42l12-12a1,1,0,0,1,1.09-.21A1,1,0,0,1,15,4v6.11a17.19,17.19,0,0,1,15,17,16.34,16.34,0,0,1-.13,2,1,1,0,0,1-.79.86ZM14.5,20A17.62,17.62,0,0,1,28,26,15.31,15.31,0,0,0,13.91,12,1,1,0,0,1,13,11V6.41L3.41,16,13,25.59V21a1,1,0,0,1,1-1h.54Z"
|
|
2572
2551
|
})), children);
|
|
2573
2552
|
});
|
|
2574
2553
|
if (process.env.NODE_ENV !== "production") {
|
|
2575
|
-
|
|
2554
|
+
Reply.propTypes = iconPropTypes;
|
|
2576
2555
|
}
|
|
2577
|
-
const
|
|
2556
|
+
const ReplyAll = /*#__PURE__*/React.forwardRef(function ReplyAll(_ref106, ref) {
|
|
2578
2557
|
let {
|
|
2579
2558
|
children,
|
|
2580
2559
|
size = 16,
|
|
@@ -2588,14 +2567,16 @@ const RetryFailed = /*#__PURE__*/React.forwardRef(function RetryFailed(_ref106,
|
|
|
2588
2567
|
viewBox: "0 0 32 32",
|
|
2589
2568
|
fill: "currentColor",
|
|
2590
2569
|
...rest
|
|
2591
|
-
},
|
|
2592
|
-
d: "
|
|
2570
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2571
|
+
d: "M19,29a.9989.9989,0,0,1-.768-.36l-10-12a1,1,0,0,1,0-1.28l10-12A1,1,0,0,1,20,4v7.0325c7.0074.4629,11,5.86,11,14.9677a1,1,0,0,1-1.8.6c-2.8218-3.7623-5.3912-5.3463-9.2-5.5716V28a1,1,0,0,1-1,1ZM10.3016,16,18,25.238V20a1,1,0,0,1,1-1,12.7127,12.7127,0,0,1,9.8414,4.0909C28.0864,16.5553,24.6587,13,19,13a1,1,0,0,1-1-1V6.7618Z"
|
|
2572
|
+
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2573
|
+
d: "M11.4639,28.9182,1.2318,16.64a1,1,0,0,1,0-1.28L11.4638,3.0792,13,4.36,3.3016,16,13,27.638Z"
|
|
2593
2574
|
})), children);
|
|
2594
2575
|
});
|
|
2595
2576
|
if (process.env.NODE_ENV !== "production") {
|
|
2596
|
-
|
|
2577
|
+
ReplyAll.propTypes = iconPropTypes;
|
|
2597
2578
|
}
|
|
2598
|
-
const
|
|
2579
|
+
const RepoArtifact = /*#__PURE__*/React.forwardRef(function RepoArtifact(_ref107, ref) {
|
|
2599
2580
|
let {
|
|
2600
2581
|
children,
|
|
2601
2582
|
size = 16,
|
|
@@ -2609,14 +2590,16 @@ const Return = /*#__PURE__*/React.forwardRef(function Return(_ref107, ref) {
|
|
|
2609
2590
|
viewBox: "0 0 32 32",
|
|
2610
2591
|
fill: "currentColor",
|
|
2611
2592
|
...rest
|
|
2612
|
-
},
|
|
2613
|
-
d: "
|
|
2593
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2594
|
+
d: "M30,24v-2h-2.1c-0.1-0.6-0.4-1.2-0.7-1.8l1.5-1.5l-1.4-1.4l-1.5,1.5c-0.5-0.3-1.1-0.6-1.8-0.7V16h-2v2.1 c-0.6,0.1-1.2,0.4-1.8,0.7l-1.5-1.5l-1.4,1.4l1.5,1.5c-0.3,0.5-0.6,1.1-0.7,1.8H16v2h2.1c0.1,0.6,0.4,1.2,0.7,1.8l-1.5,1.5l1.4,1.4 l1.5-1.5c0.5,0.3,1.1,0.6,1.8,0.7V30h2v-2.1c0.6-0.1,1.2-0.4,1.8-0.7l1.5,1.5l1.4-1.4l-1.5-1.5c0.3-0.5,0.6-1.1,0.7-1.8H30z M23,26 c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S24.7,26,23,26z"
|
|
2595
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2596
|
+
d: "M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h10v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v5h2v-5 C30,8.9,29.1,8,28,8z"
|
|
2614
2597
|
})), children);
|
|
2615
2598
|
});
|
|
2616
2599
|
if (process.env.NODE_ENV !== "production") {
|
|
2617
|
-
|
|
2600
|
+
RepoArtifact.propTypes = iconPropTypes;
|
|
2618
2601
|
}
|
|
2619
|
-
const
|
|
2602
|
+
const RepoSourceCode = /*#__PURE__*/React.forwardRef(function RepoSourceCode(_ref108, ref) {
|
|
2620
2603
|
let {
|
|
2621
2604
|
children,
|
|
2622
2605
|
size = 16,
|
|
@@ -2630,16 +2613,16 @@ const Review = /*#__PURE__*/React.forwardRef(function Review(_ref108, ref) {
|
|
|
2630
2613
|
viewBox: "0 0 32 32",
|
|
2631
2614
|
fill: "currentColor",
|
|
2632
2615
|
...rest
|
|
2633
|
-
},
|
|
2634
|
-
d: "
|
|
2635
|
-
})),
|
|
2636
|
-
d: "
|
|
2616
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2617
|
+
d: "M23.6 21.4L27.2 25 27.2 25 23.6 28.6 25 30 30 25 25 20zM20.4 21.4L16.8 25 16.8 25 20.4 28.6 19 30 14 25 19 20z"
|
|
2618
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2619
|
+
d: "M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h7v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v8h2v-8 C30,8.9,29.1,8,28,8z"
|
|
2637
2620
|
})), children);
|
|
2638
2621
|
});
|
|
2639
2622
|
if (process.env.NODE_ENV !== "production") {
|
|
2640
|
-
|
|
2623
|
+
RepoSourceCode.propTypes = iconPropTypes;
|
|
2641
2624
|
}
|
|
2642
|
-
const
|
|
2625
|
+
const Report = /*#__PURE__*/React.forwardRef(function Report(_ref109, ref) {
|
|
2643
2626
|
let {
|
|
2644
2627
|
children,
|
|
2645
2628
|
size = 16,
|
|
@@ -2653,16 +2636,16 @@ const Rewind_10 = /*#__PURE__*/React.forwardRef(function Rewind_10(_ref109, ref)
|
|
|
2653
2636
|
viewBox: "0 0 32 32",
|
|
2654
2637
|
fill: "currentColor",
|
|
2655
2638
|
...rest
|
|
2656
|
-
},
|
|
2657
|
-
d: "
|
|
2658
|
-
})),
|
|
2659
|
-
d: "
|
|
2639
|
+
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2640
|
+
d: "M10 18H18V20H10zM10 13H22V15H10zM10 23H15V25H10z"
|
|
2641
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2642
|
+
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"
|
|
2660
2643
|
})), children);
|
|
2661
2644
|
});
|
|
2662
2645
|
if (process.env.NODE_ENV !== "production") {
|
|
2663
|
-
|
|
2646
|
+
Report.propTypes = iconPropTypes;
|
|
2664
2647
|
}
|
|
2665
|
-
const
|
|
2648
|
+
const ReportData = /*#__PURE__*/React.forwardRef(function ReportData(_ref110, ref) {
|
|
2666
2649
|
let {
|
|
2667
2650
|
children,
|
|
2668
2651
|
size = 16,
|
|
@@ -2676,16 +2659,16 @@ const Rewind_30 = /*#__PURE__*/React.forwardRef(function Rewind_30(_ref110, ref)
|
|
|
2676
2659
|
viewBox: "0 0 32 32",
|
|
2677
2660
|
fill: "currentColor",
|
|
2678
2661
|
...rest
|
|
2679
|
-
},
|
|
2680
|
-
d: "
|
|
2681
|
-
})),
|
|
2682
|
-
d: "
|
|
2662
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2663
|
+
d: "M15 20H17V24H15zM20 18H22V24H20zM10 14H12V24H10z"
|
|
2664
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2665
|
+
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"
|
|
2683
2666
|
})), children);
|
|
2684
2667
|
});
|
|
2685
2668
|
if (process.env.NODE_ENV !== "production") {
|
|
2686
|
-
|
|
2669
|
+
ReportData.propTypes = iconPropTypes;
|
|
2687
2670
|
}
|
|
2688
|
-
const
|
|
2671
|
+
const RequestQuote = /*#__PURE__*/React.forwardRef(function RequestQuote(_ref111, ref) {
|
|
2689
2672
|
let {
|
|
2690
2673
|
children,
|
|
2691
2674
|
size = 16,
|
|
@@ -2699,16 +2682,16 @@ const Rewind_5 = /*#__PURE__*/React.forwardRef(function Rewind_5(_ref111, ref) {
|
|
|
2699
2682
|
viewBox: "0 0 32 32",
|
|
2700
2683
|
fill: "currentColor",
|
|
2701
2684
|
...rest
|
|
2702
|
-
},
|
|
2703
|
-
d: "
|
|
2704
|
-
})),
|
|
2705
|
-
d: "
|
|
2685
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2686
|
+
d: "M22,22v6H6V4H16V2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V22Z"
|
|
2687
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2688
|
+
d: "M29.54,5.76l-3.3-3.3a1.6,1.6,0,0,0-2.24,0l-14,14V22h5.53l14-14a1.6,1.6,0,0,0,0-2.24ZM14.7,20H12V17.3l9.44-9.45,2.71,2.71ZM25.56,9.15,22.85,6.44l2.27-2.27,2.71,2.71Z"
|
|
2706
2689
|
})), children);
|
|
2707
2690
|
});
|
|
2708
2691
|
if (process.env.NODE_ENV !== "production") {
|
|
2709
|
-
|
|
2692
|
+
RequestQuote.propTypes = iconPropTypes;
|
|
2710
2693
|
}
|
|
2711
|
-
const
|
|
2694
|
+
const Reset = /*#__PURE__*/React.forwardRef(function Reset(_ref112, ref) {
|
|
2712
2695
|
let {
|
|
2713
2696
|
children,
|
|
2714
2697
|
size = 16,
|
|
@@ -2722,15 +2705,14 @@ const RightPanelClose = /*#__PURE__*/React.forwardRef(function RightPanelClose(_
|
|
|
2722
2705
|
viewBox: "0 0 32 32",
|
|
2723
2706
|
fill: "currentColor",
|
|
2724
2707
|
...rest
|
|
2725
|
-
},
|
|
2726
|
-
|
|
2727
|
-
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
2708
|
+
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2709
|
+
d: "M18,28A12,12,0,1,0,6,16v6.2L2.4,18.6,1,20l6,6,6-6-1.4-1.4L8,22.2V16H8A10,10,0,1,1,18,26Z"
|
|
2728
2710
|
})), children);
|
|
2729
2711
|
});
|
|
2730
2712
|
if (process.env.NODE_ENV !== "production") {
|
|
2731
|
-
|
|
2713
|
+
Reset.propTypes = iconPropTypes;
|
|
2732
2714
|
}
|
|
2733
|
-
const
|
|
2715
|
+
const ResetAlt = /*#__PURE__*/React.forwardRef(function ResetAlt(_ref113, ref) {
|
|
2734
2716
|
let {
|
|
2735
2717
|
children,
|
|
2736
2718
|
size = 16,
|
|
@@ -2744,20 +2726,32 @@ const RightPanelCloseFilled = /*#__PURE__*/React.forwardRef(function RightPanelC
|
|
|
2744
2726
|
viewBox: "0 0 32 32",
|
|
2745
2727
|
fill: "currentColor",
|
|
2746
2728
|
...rest
|
|
2747
|
-
},
|
|
2748
|
-
|
|
2749
|
-
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
2729
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2730
|
+
d: "M27,8H6.83l3.58-3.59L9,3,3,9l6,6,1.41-1.41L6.83,10H27V26H7V19H5v7a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V10A2,2,0,0,0,27,8Z"
|
|
2750
2731
|
})), children);
|
|
2751
2732
|
});
|
|
2752
2733
|
if (process.env.NODE_ENV !== "production") {
|
|
2753
|
-
|
|
2734
|
+
ResetAlt.propTypes = iconPropTypes;
|
|
2754
2735
|
}
|
|
2755
|
-
const
|
|
2736
|
+
const Restart = /*#__PURE__*/React.forwardRef(function Restart(_ref114, ref) {
|
|
2756
2737
|
let {
|
|
2757
2738
|
children,
|
|
2758
2739
|
size = 16,
|
|
2759
2740
|
...rest
|
|
2760
2741
|
} = _ref114;
|
|
2742
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2743
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2744
|
+
width: size,
|
|
2745
|
+
height: size,
|
|
2746
|
+
ref: ref,
|
|
2747
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2748
|
+
viewBox: "0 0 16 16",
|
|
2749
|
+
fill: "currentColor",
|
|
2750
|
+
...rest
|
|
2751
|
+
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2752
|
+
d: "M13,9c0,2.8-2.2,5-5,5s-5-2.2-5-5s2.2-5,5-5h3.1L9.3,5.8L10,6.5l3-3l-3-3L9.3,1.2L11.1,3H8C4.7,3,2,5.7,2,9s2.7,6,6,6 s6-2.7,6-6H13z"
|
|
2753
|
+
})), children);
|
|
2754
|
+
}
|
|
2761
2755
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2762
2756
|
width: size,
|
|
2763
2757
|
height: size,
|
|
@@ -2767,14 +2761,13 @@ const RightPanelOpen = /*#__PURE__*/React.forwardRef(function RightPanelOpen(_re
|
|
|
2767
2761
|
fill: "currentColor",
|
|
2768
2762
|
...rest
|
|
2769
2763
|
}, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2770
|
-
|
|
2771
|
-
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
2764
|
+
d: "M26,18A10,10,0,1,1,16,8h6.1821l-3.5844,3.5854L20,13l6-6L20,1,18.5977,2.414,22.1851,6H16A12,12,0,1,0,28,18Z"
|
|
2772
2765
|
})), children);
|
|
2773
2766
|
});
|
|
2774
2767
|
if (process.env.NODE_ENV !== "production") {
|
|
2775
|
-
|
|
2768
|
+
Restart.propTypes = iconPropTypes;
|
|
2776
2769
|
}
|
|
2777
|
-
const
|
|
2770
|
+
const Restaurant = /*#__PURE__*/React.forwardRef(function Restaurant(_ref115, ref) {
|
|
2778
2771
|
let {
|
|
2779
2772
|
children,
|
|
2780
2773
|
size = 16,
|
|
@@ -2789,14 +2782,15 @@ const RightPanelOpenFilled = /*#__PURE__*/React.forwardRef(function RightPanelOp
|
|
|
2789
2782
|
fill: "currentColor",
|
|
2790
2783
|
...rest
|
|
2791
2784
|
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2792
|
-
|
|
2793
|
-
|
|
2785
|
+
d: "M9 2H11V12H9z"
|
|
2786
|
+
})), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2787
|
+
d: "M14 11a4 4 0 01-8 0V2H4v9a6 6 0 005 5.91V30h2V16.91A6 6 0 0016 11V2H14zM22 2H21V30h2V20h3a2 2 0 002-2V8A5.78 5.78 0 0022 2zm4 16H23V4.09c2.88.56 3 3.54 3 3.91z"
|
|
2794
2788
|
})), children);
|
|
2795
2789
|
});
|
|
2796
2790
|
if (process.env.NODE_ENV !== "production") {
|
|
2797
|
-
|
|
2791
|
+
Restaurant.propTypes = iconPropTypes;
|
|
2798
2792
|
}
|
|
2799
|
-
const
|
|
2793
|
+
const RestaurantFine = /*#__PURE__*/React.forwardRef(function RestaurantFine(_ref116, ref) {
|
|
2800
2794
|
let {
|
|
2801
2795
|
children,
|
|
2802
2796
|
size = 16,
|
|
@@ -2810,18 +2804,16 @@ const Road = /*#__PURE__*/React.forwardRef(function Road(_ref116, ref) {
|
|
|
2810
2804
|
viewBox: "0 0 32 32",
|
|
2811
2805
|
fill: "currentColor",
|
|
2812
2806
|
...rest
|
|
2813
|
-
},
|
|
2814
|
-
d: "
|
|
2815
|
-
})), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2816
|
-
d: "M25.4409 8L24.1687 3.45A2.009 2.009 0 0022.2456 2H9.7544A2.0089 2.0089 0 007.8313 3.4507L6.5315 8H4v2H6v7a2.0025 2.0025 0 002 2v3h2V19H22v3h2V19a2.0025 2.0025 0 002-2V10h2V8zM9.7544 4H22.2458l1.4285 5H8.3257zM24 13H22v2h2v2H8V15h2V13H8V11H24zM2 16H4V30H2zM28 16H30V30H28z"
|
|
2807
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2808
|
+
d: "M30 11.0005v-8a1 1 0 00-1-1H19a1 1 0 00-1 1v8A6.0039 6.0039 0 0023 16.91V28H19v2H29V28H25V16.91A6.0039 6.0039 0 0030 11.0005zm-10 0V4h8v7.0005a4 4 0 11-8 0zM12 2v9.02a3.9644 3.9644 0 01-3.96 3.96A4.0052 4.0052 0 014 11.02V2H2v9.02a5.9888 5.9888 0 005 5.8652V30H9V16.8953A5.9646 5.9646 0 0014 11.02V2z"
|
|
2817
2809
|
})), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2818
|
-
d: "
|
|
2810
|
+
d: "M7 2H9V11.98H7z"
|
|
2819
2811
|
})), children);
|
|
2820
2812
|
});
|
|
2821
2813
|
if (process.env.NODE_ENV !== "production") {
|
|
2822
|
-
|
|
2814
|
+
RestaurantFine.propTypes = iconPropTypes;
|
|
2823
2815
|
}
|
|
2824
|
-
const
|
|
2816
|
+
const Result = /*#__PURE__*/React.forwardRef(function Result(_ref117, ref) {
|
|
2825
2817
|
let {
|
|
2826
2818
|
children,
|
|
2827
2819
|
size = 16,
|
|
@@ -2836,15 +2828,15 @@ const RoadWeather = /*#__PURE__*/React.forwardRef(function RoadWeather(_ref117,
|
|
|
2836
2828
|
fill: "currentColor",
|
|
2837
2829
|
...rest
|
|
2838
2830
|
}, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2839
|
-
d: "
|
|
2831
|
+
d: "M14 23H22V25H14zM10 23H12V25H10zM14 18H22V20H14zM10 18H12V20H10zM14 13H22V15H14zM10 13H12V15H10z"
|
|
2840
2832
|
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2841
|
-
d: "
|
|
2833
|
+
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"
|
|
2842
2834
|
})), children);
|
|
2843
2835
|
});
|
|
2844
2836
|
if (process.env.NODE_ENV !== "production") {
|
|
2845
|
-
|
|
2837
|
+
Result.propTypes = iconPropTypes;
|
|
2846
2838
|
}
|
|
2847
|
-
const
|
|
2839
|
+
const ResultDraft = /*#__PURE__*/React.forwardRef(function ResultDraft(_ref118, ref) {
|
|
2848
2840
|
let {
|
|
2849
2841
|
children,
|
|
2850
2842
|
size = 16,
|
|
@@ -2859,13 +2851,15 @@ const Roadmap = /*#__PURE__*/React.forwardRef(function Roadmap(_ref118, ref) {
|
|
|
2859
2851
|
fill: "currentColor",
|
|
2860
2852
|
...rest
|
|
2861
2853
|
}, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
2862
|
-
d: "
|
|
2854
|
+
d: "M29.7 19.3l-3-3c-.4-.4-1-.4-1.4 0L16 25.6V30h4.4l9.3-9.3C30.1 20.3 30.1 19.7 29.7 19.3zM19.6 28H18v-1.6l5-5 1.6 1.6L19.6 28zM26 21.6L24.4 20l1.6-1.6 1.6 1.6L26 21.6zM10 23H12V25H10zM14 18H18V20H14zM10 18H12V20H10zM14 13H22V15H14zM10 13H12V15H10z"
|
|
2855
|
+
})), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2856
|
+
d: "M7,28V7h3v3h12V7h3v6h2V7c0-1.1-0.9-2-2-2h-3V4c0-1.1-0.9-2-2-2h-8c-1.1,0-2,0.9-2,2v1H7C5.9,5,5,5.9,5,7v21 c0,1.1,0.9,2,2,2h5v-2H7z M12,4h8v4h-8V4z"
|
|
2863
2857
|
})), children);
|
|
2864
2858
|
});
|
|
2865
2859
|
if (process.env.NODE_ENV !== "production") {
|
|
2866
|
-
|
|
2860
|
+
ResultDraft.propTypes = iconPropTypes;
|
|
2867
2861
|
}
|
|
2868
|
-
const
|
|
2862
|
+
const ResultNew = /*#__PURE__*/React.forwardRef(function ResultNew(_ref119, ref) {
|
|
2869
2863
|
let {
|
|
2870
2864
|
children,
|
|
2871
2865
|
size = 16,
|
|
@@ -2879,17 +2873,20 @@ const Rocket = /*#__PURE__*/React.forwardRef(function Rocket(_ref119, ref) {
|
|
|
2879
2873
|
viewBox: "0 0 32 32",
|
|
2880
2874
|
fill: "currentColor",
|
|
2881
2875
|
...rest
|
|
2882
|
-
},
|
|
2883
|
-
|
|
2884
|
-
|
|
2876
|
+
}, _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
2877
|
+
cx: "26",
|
|
2878
|
+
cy: "26",
|
|
2879
|
+
r: "4"
|
|
2885
2880
|
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
2886
|
-
d: "
|
|
2881
|
+
d: "M10 13H12V15H10zM10 18H12V20H10zM10 23H12V25H10zM14 13H22V15H14zM14 18H22V20H14zM14 23H18V25H14z"
|
|
2882
|
+
})), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
2883
|
+
d: "M7,28V7h3v3H22V7h3V18h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H18V28ZM12,4h8V8H12Z"
|
|
2887
2884
|
})), children);
|
|
2888
2885
|
});
|
|
2889
2886
|
if (process.env.NODE_ENV !== "production") {
|
|
2890
|
-
|
|
2887
|
+
ResultNew.propTypes = iconPropTypes;
|
|
2891
2888
|
}
|
|
2892
|
-
const
|
|
2889
|
+
const ResultOld = /*#__PURE__*/React.forwardRef(function ResultOld(_ref120, ref) {
|
|
2893
2890
|
let {
|
|
2894
2891
|
children,
|
|
2895
2892
|
size = 16,
|
|
@@ -2903,14 +2900,18 @@ const Rotate = /*#__PURE__*/React.forwardRef(function Rotate(_ref120, ref) {
|
|
|
2903
2900
|
viewBox: "0 0 32 32",
|
|
2904
2901
|
fill: "currentColor",
|
|
2905
2902
|
...rest
|
|
2906
|
-
},
|
|
2907
|
-
d: "
|
|
2903
|
+
}, _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
2904
|
+
d: "M10 13H12V15H10zM14 13H22V15H14zM10 18H12V20H10zM10 23H12V25H10z"
|
|
2905
|
+
})), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
2906
|
+
d: "M7,28V7h3v3H22V7h3v8h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h9V28ZM12,4h8V8H12Z"
|
|
2907
|
+
})), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
2908
|
+
d: "M18,19v2.4131A6.996,6.996,0,1,1,24,32V30a5,5,0,1,0-4.5762-7H22v2H16V19Z"
|
|
2908
2909
|
})), children);
|
|
2909
2910
|
});
|
|
2910
2911
|
if (process.env.NODE_ENV !== "production") {
|
|
2911
|
-
|
|
2912
|
+
ResultOld.propTypes = iconPropTypes;
|
|
2912
2913
|
}
|
|
2913
|
-
const
|
|
2914
|
+
const RetryFailed = /*#__PURE__*/React.forwardRef(function RetryFailed(_ref121, ref) {
|
|
2914
2915
|
let {
|
|
2915
2916
|
children,
|
|
2916
2917
|
size = 16,
|
|
@@ -2924,14 +2925,14 @@ const WatsonHealthRotate_180 = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
2924
2925
|
viewBox: "0 0 32 32",
|
|
2925
2926
|
fill: "currentColor",
|
|
2926
2927
|
...rest
|
|
2927
|
-
},
|
|
2928
|
-
d: "
|
|
2928
|
+
}, _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
|
2929
|
+
d: "M26.41 25L30 21.41 28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25zM18 2A12.0351 12.0351 0 006 14v6.2L2.4 16.6 1 18l6 6 6-6-1.4-1.4L8 20.2V14a10 10 0 0120 0v3h2V14A12.0351 12.0351 0 0018 2z"
|
|
2929
2930
|
})), children);
|
|
2930
2931
|
});
|
|
2931
2932
|
if (process.env.NODE_ENV !== "production") {
|
|
2932
|
-
|
|
2933
|
+
RetryFailed.propTypes = iconPropTypes;
|
|
2933
2934
|
}
|
|
2934
|
-
const
|
|
2935
|
+
const Return = /*#__PURE__*/React.forwardRef(function Return(_ref122, ref) {
|
|
2935
2936
|
let {
|
|
2936
2937
|
children,
|
|
2937
2938
|
size = 16,
|
|
@@ -2945,14 +2946,14 @@ const WatsonHealthRotate_360 = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
2945
2946
|
viewBox: "0 0 32 32",
|
|
2946
2947
|
fill: "currentColor",
|
|
2947
2948
|
...rest
|
|
2948
|
-
},
|
|
2949
|
-
d: "
|
|
2949
|
+
}, _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
|
2950
|
+
d: "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
2950
2951
|
})), children);
|
|
2951
2952
|
});
|
|
2952
2953
|
if (process.env.NODE_ENV !== "production") {
|
|
2953
|
-
|
|
2954
|
+
Return.propTypes = iconPropTypes;
|
|
2954
2955
|
}
|
|
2955
|
-
const
|
|
2956
|
+
const Review = /*#__PURE__*/React.forwardRef(function Review(_ref123, ref) {
|
|
2956
2957
|
let {
|
|
2957
2958
|
children,
|
|
2958
2959
|
size = 16,
|
|
@@ -2966,14 +2967,16 @@ const RotateClockwise = /*#__PURE__*/React.forwardRef(function RotateClockwise(_
|
|
|
2966
2967
|
viewBox: "0 0 32 32",
|
|
2967
2968
|
fill: "currentColor",
|
|
2968
2969
|
...rest
|
|
2969
|
-
},
|
|
2970
|
-
d: "
|
|
2970
|
+
}, _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
|
|
2971
|
+
d: "M16 8L17.912 11.703 22 12.297 19 15 20 19 16 16.75 12 19 13 15 10 12.297 14.2 11.703 16 8z"
|
|
2972
|
+
})), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
|
|
2973
|
+
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"
|
|
2971
2974
|
})), children);
|
|
2972
2975
|
});
|
|
2973
2976
|
if (process.env.NODE_ENV !== "production") {
|
|
2974
|
-
|
|
2977
|
+
Review.propTypes = iconPropTypes;
|
|
2975
2978
|
}
|
|
2976
|
-
const
|
|
2979
|
+
const Rewind_10 = /*#__PURE__*/React.forwardRef(function Rewind_10(_ref124, ref) {
|
|
2977
2980
|
let {
|
|
2978
2981
|
children,
|
|
2979
2982
|
size = 16,
|
|
@@ -2987,14 +2990,16 @@ const RotateClockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateClockwis
|
|
|
2987
2990
|
viewBox: "0 0 32 32",
|
|
2988
2991
|
fill: "currentColor",
|
|
2989
2992
|
...rest
|
|
2990
|
-
},
|
|
2991
|
-
d: "
|
|
2993
|
+
}, _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
|
|
2994
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
2995
|
+
})), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
|
|
2996
|
+
d: "M19.63 22.13a2.84 2.84 0 01-1.28-.27 2.44 2.44 0 01-.89-.77 3.57 3.57 0 01-.52-1.25 7.69 7.69 0 01-.17-1.68 7.83 7.83 0 01.17-1.68 3.65 3.65 0 01.52-1.25 2.44 2.44 0 01.89-.77 2.84 2.84 0 011.28-.27 2.44 2.44 0 012.16 1 5.23 5.23 0 01.7 2.93 5.23 5.23 0 01-.7 2.93A2.44 2.44 0 0119.63 22.13zm0-1.22a1.07 1.07 0 001-.55A3.38 3.38 0 0021 18.85V17.47a3.31 3.31 0 00-.29-1.5 1.23 1.23 0 00-2.06 0 3.31 3.31 0 00-.29 1.5v1.38a3.38 3.38 0 00.29 1.51A1.06 1.06 0 0019.63 20.91zM10.63 22V20.82h2V15.63l-1.86 1-.55-1.06 2.32-1.3H14v6.5h1.78V22z"
|
|
2992
2997
|
})), children);
|
|
2993
2998
|
});
|
|
2994
2999
|
if (process.env.NODE_ENV !== "production") {
|
|
2995
|
-
|
|
3000
|
+
Rewind_10.propTypes = iconPropTypes;
|
|
2996
3001
|
}
|
|
2997
|
-
const
|
|
3002
|
+
const Rewind_30 = /*#__PURE__*/React.forwardRef(function Rewind_30(_ref125, ref) {
|
|
2998
3003
|
let {
|
|
2999
3004
|
children,
|
|
3000
3005
|
size = 16,
|
|
@@ -3008,12 +3013,14 @@ const RotateClockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateCl
|
|
|
3008
3013
|
viewBox: "0 0 32 32",
|
|
3009
3014
|
fill: "currentColor",
|
|
3010
3015
|
...rest
|
|
3011
|
-
},
|
|
3012
|
-
d: "
|
|
3016
|
+
}, _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
|
|
3017
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
3018
|
+
})), _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
|
|
3019
|
+
d: "M19.64 22.13a2.81 2.81 0 01-1.28-.27 2.36 2.36 0 01-.89-.77A3.39 3.39 0 0117 19.84a7.12 7.12 0 01-.17-1.68A7.24 7.24 0 0117 16.48a3.46 3.46 0 01.52-1.25 2.36 2.36 0 01.89-.77 2.81 2.81 0 011.28-.27 2.44 2.44 0 012.16 1 5.31 5.31 0 01.7 2.93 5.31 5.31 0 01-.7 2.93A2.44 2.44 0 0119.64 22.13zm0-1.22a1 1 0 001-.55 3.24 3.24 0 00.3-1.51V17.47a3.17 3.17 0 00-.3-1.5 1.22 1.22 0 00-2.05 0 3.18 3.18 0 00-.29 1.5v1.38a3.25 3.25 0 00.29 1.51A1 1 0 0019.64 20.91zM12.62 17.42a1.46 1.46 0 001-.27.84.84 0 00.31-.68v-.08a.94.94 0 00-.3-.74 1.2 1.2 0 00-.83-.27 1.65 1.65 0 00-.89.24 2.1 2.1 0 00-.68.68l-.93-.83a5.37 5.37 0 01.44-.51 2.7 2.7 0 01.54-.4 2.55 2.55 0 01.7-.27 3.25 3.25 0 01.87-.1 3.94 3.94 0 011.06.14 2.33 2.33 0 01.82.4 1.91 1.91 0 01.54.63 1.87 1.87 0 01.18.83 2 2 0 01-.11.67 1.82 1.82 0 01-.32.52 1.79 1.79 0 01-.47.36 2.27 2.27 0 01-.57.2V18a2.34 2.34 0 01.63.21 1.7 1.7 0 01.51.38 1.89 1.89 0 01.34.55 2.07 2.07 0 01.12.73 2 2 0 01-.2.92 2 2 0 01-.58.72 2.66 2.66 0 01-.89.45 3.76 3.76 0 01-1.15.16 4.1 4.1 0 01-1-.11A3.1 3.1 0 0111 21.7a2.76 2.76 0 01-.56-.45A4.22 4.22 0 0110 20.7l1.07-.81a3.07 3.07 0 00.28.42 1.94 1.94 0 00.36.34 1.57 1.57 0 00.45.22 2 2 0 00.57.07 1.45 1.45 0 001-.3 1.12 1.12 0 00.34-.85v-.08a1 1 0 00-.37-.8 1.78 1.78 0 00-1.06-.28h-.76V17.42z"
|
|
3013
3020
|
})), children);
|
|
3014
3021
|
});
|
|
3015
3022
|
if (process.env.NODE_ENV !== "production") {
|
|
3016
|
-
|
|
3023
|
+
Rewind_30.propTypes = iconPropTypes;
|
|
3017
3024
|
}
|
|
3018
3025
|
|
|
3019
|
-
export { Pills, PillsAdd, PillsSubtract, Pin, PinFilled, Plan, Plane, PlanePrivate, PlaneSea, Platforms, Play, PlayFilled, PlayFilledAlt, PlayOutline, PlayOutlineFilled, Playlist, Plug, PlugFilled, Png, PointOfPresence, Police, Policy, Popup, PortInput, PortOutput, Portfolio, Power, Ppt, PresentationFile, Pressure, PressureFilled, PreviousFilled, PreviousOutline, Printer, Process, ProcessAutomate, Product, ProgressBar, ProgressBarRound, Promote, PromptSession, PromptTemplate, PropertyRelationship, Purchase, QqPlot, QrCode, QuadrantPlot, Query, QueryQueue, Queued, Quotes, Radar, RadarEnhanced, RadarWeather, Radio, RadioButton, RadioButtonChecked, RadioCombat, RadioPushToTalk, Rain, RainDrizzle, RainDrop, RainHeavy, RainScattered, RainScatteredNight, Raw, Receipt, RecentlyViewed, Recommend, Recording, RecordingFilled, RecordingFilledAlt, Recycle, Redo, RefEvapotranspiration, ReferenceArchitecture, ReflectHorizontal, ReflectVertical, Reminder, ReminderMedical, Renew, Repeat, RepeatOne, Replicate, Reply, ReplyAll, RepoArtifact, RepoSourceCode, Report, ReportData, RequestQuote, Reset, ResetAlt, Restart, Restaurant, RestaurantFine, Result, ResultDraft, ResultNew, ResultOld, RetryFailed, Return, Review, Rewind_10, Rewind_30,
|
|
3026
|
+
export { PhoneFilled, PhoneIncoming, PhoneIncomingFilled, PhoneIp, PhoneOff, PhoneOffFilled, PhoneOutgoing, PhoneOutgoingFilled, PhoneSettings, PhoneVoice, PhoneVoiceFilled, PhraseSentiment, PicnicArea, PiggyBank, PiggyBankSlot, Pills, PillsAdd, PillsSubtract, Pin, PinFilled, Plan, Plane, PlanePrivate, PlaneSea, Platforms, Play, PlayFilled, PlayFilledAlt, PlayOutline, PlayOutlineFilled, Playlist, Plug, PlugFilled, Png, PointOfPresence, Police, Policy, Popup, PortInput, PortOutput, Portfolio, Power, Ppt, PresentationFile, Pressure, PressureFilled, PreviousFilled, PreviousOutline, Printer, Process, ProcessAutomate, Product, ProgressBar, ProgressBarRound, Promote, PromptSession, PromptTemplate, PropertyRelationship, Purchase, QqPlot, QrCode, QuadrantPlot, Query, QueryQueue, Queued, Quotes, Radar, RadarEnhanced, RadarWeather, Radio, RadioButton, RadioButtonChecked, RadioCombat, RadioPushToTalk, Rain, RainDrizzle, RainDrop, RainHeavy, RainScattered, RainScatteredNight, Raw, Receipt, RecentlyViewed, Recommend, Recording, RecordingFilled, RecordingFilledAlt, Recycle, Redo, RefEvapotranspiration, ReferenceArchitecture, ReflectHorizontal, ReflectVertical, Reminder, ReminderMedical, Renew, Repeat, RepeatOne, Replicate, Reply, ReplyAll, RepoArtifact, RepoSourceCode, Report, ReportData, RequestQuote, Reset, ResetAlt, Restart, Restaurant, RestaurantFine, Result, ResultDraft, ResultNew, ResultOld, RetryFailed, Return, Review, Rewind_10, Rewind_30, WatsonHealthPointerText, WatsonHealthQcLaunch, WatsonHealthRegionAnalysisArea, WatsonHealthRegionAnalysisVolume, WatsonHealthRegistration };
|