@carbon-labs/react-animated-header 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/es/__stories__/data/index.d.ts +19 -9
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/es/components/AnimatedHeader/AnimatedHeader.js +76 -65
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -8
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/es/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
- package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
- package/lib/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/lib/__stories__/data/index.d.ts +19 -9
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/lib/components/AnimatedHeader/AnimatedHeader.js +75 -64
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +11 -9
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/lib/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
- package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
- package/package.json +2 -2
- package/scss/AnimatedHeader/animated-header.scss +31 -17
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +12 -5
- package/scss/Tiles/GlassTile/glass-tile.scss +17 -3
- /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
- /package/lib/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
|
@@ -12,8 +12,8 @@ var Icon = require('../Icon.js');
|
|
|
12
12
|
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
|
13
13
|
require('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, _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, _path104, _path105, _path106, _path107, _path108, _path109, _path110,
|
|
16
|
-
const
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _circle, _circle2, _circle3, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _circle4, _circle5, _circle6, _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, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _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, _path165, _path166, _circle7, _circle8, _circle9, _path167, _path168, _circle10, _circle11, _circle12, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _circle13, _circle14, _circle15, _circle16, _circle17, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _circle18, _circle19, _circle20, _circle21, _circle22, _circle23, _circle24, _circle25, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _circle26, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229;
|
|
16
|
+
const Pedestrian = /*#__PURE__*/React.forwardRef(function Pedestrian(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
19
19
|
size = 16,
|
|
@@ -28,15 +28,15 @@ const PhoneIncomingFilled = /*#__PURE__*/React.forwardRef(function PhoneIncoming
|
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
...rest
|
|
30
30
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
d: "
|
|
31
|
+
d: "M21.6772,14l-1.2456-3.1143A2.9861,2.9861,0,0,0,17.646,9H13.5542a3.0018,3.0018,0,0,0-1.5439.4277L7,12.4336V18H9V13.5664l3-1.8V23.6973L8.5383,28.8906,10.2024,30,14,24.3027V11h3.646a.9949.9949,0,0,1,.9282.6289L20.3228,16H26V14Z"
|
|
32
32
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
33
|
-
d: "
|
|
33
|
+
d: "M17.051 18.316L19 24.162 19 30 21 30 21 23.838 18.949 17.684 17.051 18.316zM16.5 8A3.5 3.5 0 1120 4.5 3.5042 3.5042 0 0116.5 8zm0-5A1.5 1.5 0 1018 4.5 1.5017 1.5017 0 0016.5 3z"
|
|
34
34
|
})), children);
|
|
35
35
|
});
|
|
36
36
|
if (process.env.NODE_ENV !== "production") {
|
|
37
|
-
|
|
37
|
+
Pedestrian.propTypes = iconPropTypes4cbeb95d.i;
|
|
38
38
|
}
|
|
39
|
-
const
|
|
39
|
+
const PedestrianFamily = /*#__PURE__*/React.forwardRef(function PedestrianFamily(_ref2, ref) {
|
|
40
40
|
let {
|
|
41
41
|
children,
|
|
42
42
|
size = 16,
|
|
@@ -51,15 +51,15 @@ const PhoneIp = /*#__PURE__*/React.forwardRef(function PhoneIp(_ref2, ref) {
|
|
|
51
51
|
fill: "currentColor",
|
|
52
52
|
...rest
|
|
53
53
|
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
-
d: "
|
|
54
|
+
d: "M20 30H17a2.0021 2.0021 0 01-2-2V23h2v5h3V23h2V19a1.0011 1.0011 0 00-1-1H12.2793l-2-6H4a1.0011 1.0011 0 00-1 1v6H5v9H9V21h2v7a2.0021 2.0021 0 01-2 2H5a2.0021 2.0021 0 01-2-2V21a2.0021 2.0021 0 01-2-2V13a3.0033 3.0033 0 013-3h6.2793a1.998 1.998 0 011.8975 1.3674L13.7207 16H21a3.0033 3.0033 0 013 3v4a2.0021 2.0021 0 01-2 2v3A2.0021 2.0021 0 0120 30zM28 30H26V19h3V13a1.0011 1.0011 0 00-1-1H24V10h4a3.0033 3.0033 0 013 3v6a2.0021 2.0021 0 01-2 2H28zM7 9a4 4 0 114-4A4.0045 4.0045 0 017 9zM7 3A2 2 0 109 5 2.0021 2.0021 0 007 3zM25 9a4 4 0 114-4A4.0045 4.0045 0 0125 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0025 3z"
|
|
55
55
|
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
56
|
-
d: "
|
|
56
|
+
d: "M18.5,15A3.5,3.5,0,1,1,22,11.5,3.5041,3.5041,0,0,1,18.5,15Zm0-5A1.5,1.5,0,1,0,20,11.5,1.5017,1.5017,0,0,0,18.5,10Z"
|
|
57
57
|
})), children);
|
|
58
58
|
});
|
|
59
59
|
if (process.env.NODE_ENV !== "production") {
|
|
60
|
-
|
|
60
|
+
PedestrianFamily.propTypes = iconPropTypes4cbeb95d.i;
|
|
61
61
|
}
|
|
62
|
-
const
|
|
62
|
+
const PedestrianChild = /*#__PURE__*/React.forwardRef(function PedestrianChild(_ref3, ref) {
|
|
63
63
|
let {
|
|
64
64
|
children,
|
|
65
65
|
size = 16,
|
|
@@ -74,13 +74,15 @@ const PhoneOff = /*#__PURE__*/React.forwardRef(function PhoneOff(_ref3, ref) {
|
|
|
74
74
|
fill: "currentColor",
|
|
75
75
|
...rest
|
|
76
76
|
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
77
|
-
d: "
|
|
77
|
+
d: "M26,16H17.4683l-5-6H5a3.0033,3.0033,0,0,0-3,3v6a2.0023,2.0023,0,0,0,2,2v7a2.0023,2.0023,0,0,0,2,2h4a2.0023,2.0023,0,0,0,2-2V21H10v7H6V19H4V13a1.0009,1.0009,0,0,1,1-1h6.5317l5,6H26a1.0009,1.0009,0,0,1,1,1v3H25v6H22V22H20v6a2.0023,2.0023,0,0,0,2,2h3a2.0023,2.0023,0,0,0,2-2V24a2.0023,2.0023,0,0,0,2-2V19A3.0033,3.0033,0,0,0,26,16Z"
|
|
78
|
+
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
d: "M23.5 15A3.5 3.5 0 1127 11.5 3.5042 3.5042 0 0123.5 15zm0-5A1.5 1.5 0 1025 11.5 1.5017 1.5017 0 0023.5 10zM8 9a4 4 0 114-4A4.0042 4.0042 0 018 9zM8 3a2 2 0 102 2A2.0023 2.0023 0 008 3z"
|
|
78
80
|
})), children);
|
|
79
81
|
});
|
|
80
82
|
if (process.env.NODE_ENV !== "production") {
|
|
81
|
-
|
|
83
|
+
PedestrianChild.propTypes = iconPropTypes4cbeb95d.i;
|
|
82
84
|
}
|
|
83
|
-
const
|
|
85
|
+
const Pen = /*#__PURE__*/React.forwardRef(function Pen(_ref4, ref) {
|
|
84
86
|
let {
|
|
85
87
|
children,
|
|
86
88
|
size = 16,
|
|
@@ -94,14 +96,17 @@ const PhoneOffFilled = /*#__PURE__*/React.forwardRef(function PhoneOffFilled(_re
|
|
|
94
96
|
viewBox: "0 0 32 32",
|
|
95
97
|
fill: "currentColor",
|
|
96
98
|
...rest
|
|
97
|
-
},
|
|
98
|
-
d: "
|
|
99
|
+
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
100
|
+
d: "M27.3069,6.1069,30,3.4141,28.5859,2,25.8931,4.6929,24.8,3.6a1.9328,1.9328,0,0,0-2.8,0L4,21.6V28h6.4l18-18a1.9329,1.9329,0,0,0,0-2.8ZM9.6,26H6V22.4L23.4,5,27,8.6Z"
|
|
101
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
102
|
+
d: "M8.136 7.5H18.863999999999997V9.5H8.136z",
|
|
103
|
+
transform: "rotate(-45 13.5 8.5)"
|
|
99
104
|
})), children);
|
|
100
105
|
});
|
|
101
106
|
if (process.env.NODE_ENV !== "production") {
|
|
102
|
-
|
|
107
|
+
Pen.propTypes = iconPropTypes4cbeb95d.i;
|
|
103
108
|
}
|
|
104
|
-
const
|
|
109
|
+
const PenFountain = /*#__PURE__*/React.forwardRef(function PenFountain(_ref5, ref) {
|
|
105
110
|
let {
|
|
106
111
|
children,
|
|
107
112
|
size = 16,
|
|
@@ -115,16 +120,14 @@ const PhoneOutgoing = /*#__PURE__*/React.forwardRef(function PhoneOutgoing(_ref5
|
|
|
115
120
|
viewBox: "0 0 32 32",
|
|
116
121
|
fill: "currentColor",
|
|
117
122
|
...rest
|
|
118
|
-
},
|
|
119
|
-
d: "
|
|
120
|
-
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
121
|
-
d: "M20 4L20 6 24.6 6 18 12.6 19.4 14 26 7.4 26 12 28 12 28 4z"
|
|
123
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
124
|
+
d: "M29.707,5.293l-3-3a.9994.9994,0,0,0-1.414,0L19.5859,8H17.0947A11.0118,11.0118,0,0,0,6.7124,15.3662L2.0562,28.67a1,1,0,0,0,1.2744,1.2739l13.3037-4.6562A11.012,11.012,0,0,0,24,14.9053V12.4141L29.707,6.707A.9994.9994,0,0,0,29.707,5.293Zm-7.414,6A1,1,0,0,0,22,12v2.9053A9.01,9.01,0,0,1,15.9731,23.4l-9.1677,3.209L16,17.4141,14.5859,16,5.3914,25.1948,8.6,16.0269A9.01,9.01,0,0,1,17.0947,10H20a1,1,0,0,0,.707-.293L26,4.4141,27.5859,6Z"
|
|
122
125
|
})), children);
|
|
123
126
|
});
|
|
124
127
|
if (process.env.NODE_ENV !== "production") {
|
|
125
|
-
|
|
128
|
+
PenFountain.propTypes = iconPropTypes4cbeb95d.i;
|
|
126
129
|
}
|
|
127
|
-
const
|
|
130
|
+
const Pending = /*#__PURE__*/React.forwardRef(function Pending(_ref6, ref) {
|
|
128
131
|
let {
|
|
129
132
|
children,
|
|
130
133
|
size = 16,
|
|
@@ -138,16 +141,26 @@ const PhoneOutgoingFilled = /*#__PURE__*/React.forwardRef(function PhoneOutgoing
|
|
|
138
141
|
viewBox: "0 0 32 32",
|
|
139
142
|
fill: "currentColor",
|
|
140
143
|
...rest
|
|
141
|
-
},
|
|
142
|
-
|
|
144
|
+
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
145
|
+
cx: "9",
|
|
146
|
+
cy: "16",
|
|
147
|
+
r: "2"
|
|
148
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
149
|
+
cx: "23",
|
|
150
|
+
cy: "16",
|
|
151
|
+
r: "2"
|
|
152
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
153
|
+
cx: "16",
|
|
154
|
+
cy: "16",
|
|
155
|
+
r: "2"
|
|
143
156
|
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
144
|
-
d: "
|
|
157
|
+
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"
|
|
145
158
|
})), children);
|
|
146
159
|
});
|
|
147
160
|
if (process.env.NODE_ENV !== "production") {
|
|
148
|
-
|
|
161
|
+
Pending.propTypes = iconPropTypes4cbeb95d.i;
|
|
149
162
|
}
|
|
150
|
-
const
|
|
163
|
+
const PendingFilled = /*#__PURE__*/React.forwardRef(function PendingFilled(_ref7, ref) {
|
|
151
164
|
let {
|
|
152
165
|
children,
|
|
153
166
|
size = 16,
|
|
@@ -162,15 +175,17 @@ const PhoneSettings = /*#__PURE__*/React.forwardRef(function PhoneSettings(_ref7
|
|
|
162
175
|
fill: "currentColor",
|
|
163
176
|
...rest
|
|
164
177
|
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
165
|
-
d: "
|
|
178
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM8,18a2,2,0,1,1,2-2A2,2,0,0,1,8,18Zm8,0a2,2,0,1,1,2-2A2,2,0,0,1,16,18Zm8,0a2,2,0,1,1,2-2A2,2,0,0,1,24,18Z"
|
|
166
179
|
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
167
|
-
|
|
180
|
+
fill: "none",
|
|
181
|
+
d: "M10,16a2,2,0,1,1-2-2A2,2,0,0,1,10,16Zm6-2a2,2,0,1,0,2,2A2,2,0,0,0,16,14Zm8,0a2,2,0,1,0,2,2A2,2,0,0,0,24,14Z",
|
|
182
|
+
"data-icon-path": "inner-path"
|
|
168
183
|
})), children);
|
|
169
184
|
});
|
|
170
185
|
if (process.env.NODE_ENV !== "production") {
|
|
171
|
-
|
|
186
|
+
PendingFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
172
187
|
}
|
|
173
|
-
const
|
|
188
|
+
const PentagonDownOutline = /*#__PURE__*/React.forwardRef(function PentagonDownOutline(_ref8, ref) {
|
|
174
189
|
let {
|
|
175
190
|
children,
|
|
176
191
|
size = 16,
|
|
@@ -185,15 +200,14 @@ const PhoneVoice = /*#__PURE__*/React.forwardRef(function PhoneVoice(_ref8, ref)
|
|
|
185
200
|
fill: "currentColor",
|
|
186
201
|
...rest
|
|
187
202
|
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
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"
|
|
203
|
+
strokeWidth: "0",
|
|
204
|
+
d: "m16,27.7593l-11.8274-8.6831,4.5261-14.0762h14.6025l4.5261,14.0762-11.8274,8.6831m0,2.2407c.2078,0,.4158-.0645.5918-.1938l13-9.5444c.2599-.1907.4066-.4904.4082-.8009.0005-.1036-.0151-.2085-.0481-.3109l-4.9697-15.4561c-.1331-.4136-.5176-.6938-.9519-.6938H7.9697c-.4343,0-.8188.2803-.9519.6938l-4.9697,15.4561c-.0329.1021-.0485.2067-.0481.31.0013.3108.1481.6109.4082.8018l13,9.5444c.176.1294.384.1938.5918.1938h0Z"
|
|
191
205
|
})), children);
|
|
192
206
|
});
|
|
193
207
|
if (process.env.NODE_ENV !== "production") {
|
|
194
|
-
|
|
208
|
+
PentagonDownOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
195
209
|
}
|
|
196
|
-
const
|
|
210
|
+
const PentagonDownSolid = /*#__PURE__*/React.forwardRef(function PentagonDownSolid(_ref9, ref) {
|
|
197
211
|
let {
|
|
198
212
|
children,
|
|
199
213
|
size = 16,
|
|
@@ -207,16 +221,15 @@ const PhoneVoiceFilled = /*#__PURE__*/React.forwardRef(function PhoneVoiceFilled
|
|
|
207
221
|
viewBox: "0 0 32 32",
|
|
208
222
|
fill: "currentColor",
|
|
209
223
|
...rest
|
|
210
|
-
},
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
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"
|
|
224
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
225
|
+
strokeWidth: "0",
|
|
226
|
+
d: "m16,30c.2078,0,.4158-.0645.5918-.1938l13-9.5444c.2599-.1907.4066-.4904.4082-.8009.0005-.1036-.0151-.2085-.0481-.3109l-4.9697-15.4561c-.1331-.4136-.5176-.6938-.9519-.6938H7.9697c-.4343,0-.8188.2803-.9519.6938l-4.9697,15.4561c-.0329.1021-.0485.2067-.0481.31.0013.3108.1481.6109.4082.8018l13,9.5444c.176.1294.384.1938.5918.1938h0Z"
|
|
214
227
|
})), children);
|
|
215
228
|
});
|
|
216
229
|
if (process.env.NODE_ENV !== "production") {
|
|
217
|
-
|
|
230
|
+
PentagonDownSolid.propTypes = iconPropTypes4cbeb95d.i;
|
|
218
231
|
}
|
|
219
|
-
const
|
|
232
|
+
const PentagonLeftOutline = /*#__PURE__*/React.forwardRef(function PentagonLeftOutline(_ref10, ref) {
|
|
220
233
|
let {
|
|
221
234
|
children,
|
|
222
235
|
size = 16,
|
|
@@ -230,16 +243,15 @@ const PhraseSentiment = /*#__PURE__*/React.forwardRef(function PhraseSentiment(_
|
|
|
230
243
|
viewBox: "0 0 32 32",
|
|
231
244
|
fill: "currentColor",
|
|
232
245
|
...rest
|
|
233
|
-
},
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
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"
|
|
246
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
247
|
+
strokeWidth: "0",
|
|
248
|
+
d: "m4.2407,16L12.9238,4.1726l14.0762,4.5261v14.6025l-14.0762,4.5261-8.6831-11.8274m-2.2407,0c0,.2078.0645.4158.1938.5918l9.5444,13c.1907.2599.4904.4066.8009.4082.1036.0005.2085-.0151.3109-.0481l15.4561-4.9697c.4136-.1331.6938-.5176.6938-.9519V7.9697c0-.4343-.2803-.8188-.6938-.9519L12.8501,2.0481c-.1021-.0329-.2067-.0485-.31-.0481-.3108.0013-.6109.1481-.8018.4082L2.1938,15.4082c-.1294.176-.1938.384-.1938.5918h0Z"
|
|
237
249
|
})), children);
|
|
238
250
|
});
|
|
239
251
|
if (process.env.NODE_ENV !== "production") {
|
|
240
|
-
|
|
252
|
+
PentagonLeftOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
241
253
|
}
|
|
242
|
-
const
|
|
254
|
+
const PentagonLeftSolid = /*#__PURE__*/React.forwardRef(function PentagonLeftSolid(_ref11, ref) {
|
|
243
255
|
let {
|
|
244
256
|
children,
|
|
245
257
|
size = 16,
|
|
@@ -253,14 +265,15 @@ const PicnicArea = /*#__PURE__*/React.forwardRef(function PicnicArea(_ref11, ref
|
|
|
253
265
|
viewBox: "0 0 32 32",
|
|
254
266
|
fill: "currentColor",
|
|
255
267
|
...rest
|
|
256
|
-
},
|
|
257
|
-
|
|
268
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
269
|
+
strokeWidth: "0",
|
|
270
|
+
d: "m2,16c0,.2078.0645.4158.1938.5918l9.5444,13c.1907.2599.4904.4066.8009.4082.1036.0005.2085-.0151.3109-.0481l15.4561-4.9697c.4136-.1331.6938-.5176.6938-.9519V7.9697c0-.4343-.2803-.8188-.6938-.9519L12.8501,2.0481c-.1021-.0329-.2067-.0485-.31-.0481-.3108.0013-.6109.1481-.8018.4082L2.1938,15.4082c-.1294.176-.1938.384-.1938.5918h0Z"
|
|
258
271
|
})), children);
|
|
259
272
|
});
|
|
260
273
|
if (process.env.NODE_ENV !== "production") {
|
|
261
|
-
|
|
274
|
+
PentagonLeftSolid.propTypes = iconPropTypes4cbeb95d.i;
|
|
262
275
|
}
|
|
263
|
-
const
|
|
276
|
+
const PentagonOutline = /*#__PURE__*/React.forwardRef(function PentagonOutline(_ref12, ref) {
|
|
264
277
|
let {
|
|
265
278
|
children,
|
|
266
279
|
size = 16,
|
|
@@ -274,16 +287,15 @@ const PiggyBank = /*#__PURE__*/React.forwardRef(function PiggyBank(_ref12, ref)
|
|
|
274
287
|
viewBox: "0 0 32 32",
|
|
275
288
|
fill: "currentColor",
|
|
276
289
|
...rest
|
|
277
|
-
},
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
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"
|
|
290
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
291
|
+
strokeWidth: "0",
|
|
292
|
+
d: "m16,4.2407l11.8274,8.6831-4.5261,14.0762h-14.6025l-4.5261-14.0762,11.8274-8.6831m0-2.2407c-.2078,0-.4158.0645-.5918.1938L2.4082,11.7383c-.2599.1907-.4066.4904-.4082.8009-.0005.1036.0151.2085.0481.3109l4.9697,15.4561c.1331.4136.5176.6938.9519.6938h16.0605c.4343,0,.8188-.2803.9519-.6938l4.9697-15.4561c.0329-.1021.0485-.2067.0481-.31-.0013-.3108-.1481-.6109-.4082-.8018L16.5918,2.1938c-.176-.1294-.384-.1938-.5918-.1938h0Z"
|
|
281
293
|
})), children);
|
|
282
294
|
});
|
|
283
295
|
if (process.env.NODE_ENV !== "production") {
|
|
284
|
-
|
|
296
|
+
PentagonOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
285
297
|
}
|
|
286
|
-
const
|
|
298
|
+
const PentagonRightOutline = /*#__PURE__*/React.forwardRef(function PentagonRightOutline(_ref13, ref) {
|
|
287
299
|
let {
|
|
288
300
|
children,
|
|
289
301
|
size = 16,
|
|
@@ -297,16 +309,15 @@ const PiggyBankSlot = /*#__PURE__*/React.forwardRef(function PiggyBankSlot(_ref1
|
|
|
297
309
|
viewBox: "0 0 32 32",
|
|
298
310
|
fill: "currentColor",
|
|
299
311
|
...rest
|
|
300
|
-
},
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
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"
|
|
312
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
313
|
+
strokeWidth: "0",
|
|
314
|
+
d: "m27.7593,16l-8.6831,11.8274-14.0762-4.5261v-14.6025l14.0762-4.5261,8.6831,11.8274m2.2407,0c0-.2078-.0645-.4158-.1938-.5918L20.2617,2.4082c-.1907-.2599-.4904-.4066-.8009-.4082-.1036-.0005-.2085.0151-.3109.0481L3.6938,7.0178c-.4136.1331-.6938.5176-.6938.9519v16.0605c0,.4343.2803.8188.6938.9519l15.4561,4.9697c.1021.0329.2067.0485.31.0481.3108-.0013.6109-.1481.8018-.4082l9.5444-13c.1294-.176.1938-.384.1938-.5918h0Z"
|
|
304
315
|
})), children);
|
|
305
316
|
});
|
|
306
317
|
if (process.env.NODE_ENV !== "production") {
|
|
307
|
-
|
|
318
|
+
PentagonRightOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
308
319
|
}
|
|
309
|
-
const
|
|
320
|
+
const PentagonRightSolid = /*#__PURE__*/React.forwardRef(function PentagonRightSolid(_ref14, ref) {
|
|
310
321
|
let {
|
|
311
322
|
children,
|
|
312
323
|
size = 16,
|
|
@@ -320,14 +331,15 @@ const Pills = /*#__PURE__*/React.forwardRef(function Pills(_ref14, ref) {
|
|
|
320
331
|
viewBox: "0 0 32 32",
|
|
321
332
|
fill: "currentColor",
|
|
322
333
|
...rest
|
|
323
|
-
},
|
|
324
|
-
|
|
334
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
335
|
+
strokeWidth: "0",
|
|
336
|
+
d: "m30,16c0-.2078-.0645-.4158-.1938-.5918L20.2617,2.4082c-.1907-.2599-.4904-.4066-.8009-.4082-.1036-.0005-.2085.0151-.3109.0481L3.6938,7.0178c-.4136.1331-.6938.5176-.6938.9519v16.0605c0,.4343.2803.8188.6938.9519l15.4561,4.9697c.1021.0329.2067.0485.31.0481.3108-.0013.6109-.1481.8018-.4082l9.5444-13c.1294-.176.1938-.384.1938-.5918h0Z"
|
|
325
337
|
})), children);
|
|
326
338
|
});
|
|
327
339
|
if (process.env.NODE_ENV !== "production") {
|
|
328
|
-
|
|
340
|
+
PentagonRightSolid.propTypes = iconPropTypes4cbeb95d.i;
|
|
329
341
|
}
|
|
330
|
-
const
|
|
342
|
+
const PentagonSolid = /*#__PURE__*/React.forwardRef(function PentagonSolid(_ref15, ref) {
|
|
331
343
|
let {
|
|
332
344
|
children,
|
|
333
345
|
size = 16,
|
|
@@ -341,16 +353,15 @@ const PillsAdd = /*#__PURE__*/React.forwardRef(function PillsAdd(_ref15, ref) {
|
|
|
341
353
|
viewBox: "0 0 32 32",
|
|
342
354
|
fill: "currentColor",
|
|
343
355
|
...rest
|
|
344
|
-
},
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
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"
|
|
356
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
357
|
+
strokeWidth: "0",
|
|
358
|
+
d: "m16,2c-.2078,0-.4158.0645-.5918.1938L2.4082,11.7383c-.2599.1907-.4066.4904-.4082.8009-.0005.1036.0151.2085.0481.3109l4.9697,15.4561c.1331.4136.5176.6938.9519.6938h16.0605c.4343,0,.8188-.2803.9519-.6938l4.9697-15.4561c.0329-.1021.0485-.2067.0481-.31-.0013-.3108-.1481-.6109-.4082-.8018L16.5918,2.1938c-.176-.1294-.384-.1938-.5918-.1938h0Z"
|
|
348
359
|
})), children);
|
|
349
360
|
});
|
|
350
361
|
if (process.env.NODE_ENV !== "production") {
|
|
351
|
-
|
|
362
|
+
PentagonSolid.propTypes = iconPropTypes4cbeb95d.i;
|
|
352
363
|
}
|
|
353
|
-
const
|
|
364
|
+
const Percentage = /*#__PURE__*/React.forwardRef(function Percentage(_ref16, ref) {
|
|
354
365
|
let {
|
|
355
366
|
children,
|
|
356
367
|
size = 16,
|
|
@@ -364,16 +375,19 @@ const PillsSubtract = /*#__PURE__*/React.forwardRef(function PillsSubtract(_ref1
|
|
|
364
375
|
viewBox: "0 0 32 32",
|
|
365
376
|
fill: "currentColor",
|
|
366
377
|
...rest
|
|
367
|
-
},
|
|
368
|
-
d: "
|
|
369
|
-
})),
|
|
370
|
-
d: "
|
|
378
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
379
|
+
d: "M9,14a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,9,14ZM9,6a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,9,6Z"
|
|
380
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
381
|
+
d: "M0.029 15H31.97V17H0.029z",
|
|
382
|
+
transform: "rotate(-45 16 16)"
|
|
383
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
384
|
+
d: "M23,28a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,23,28Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,23,20Z"
|
|
371
385
|
})), children);
|
|
372
386
|
});
|
|
373
387
|
if (process.env.NODE_ENV !== "production") {
|
|
374
|
-
|
|
388
|
+
Percentage.propTypes = iconPropTypes4cbeb95d.i;
|
|
375
389
|
}
|
|
376
|
-
const
|
|
390
|
+
const PercentageFilled = /*#__PURE__*/React.forwardRef(function PercentageFilled(_ref17, ref) {
|
|
377
391
|
let {
|
|
378
392
|
children,
|
|
379
393
|
size = 16,
|
|
@@ -387,14 +401,19 @@ const Pin = /*#__PURE__*/React.forwardRef(function Pin(_ref17, ref) {
|
|
|
387
401
|
viewBox: "0 0 32 32",
|
|
388
402
|
fill: "currentColor",
|
|
389
403
|
...rest
|
|
390
|
-
},
|
|
391
|
-
d: "
|
|
404
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
405
|
+
d: "M9,14a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,9,14Z"
|
|
406
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
407
|
+
d: "M0.029 15H31.97V17H0.029z",
|
|
408
|
+
transform: "rotate(-45 16 16)"
|
|
409
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
410
|
+
d: "M23,28a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,23,28Z"
|
|
392
411
|
})), children);
|
|
393
412
|
});
|
|
394
413
|
if (process.env.NODE_ENV !== "production") {
|
|
395
|
-
|
|
414
|
+
PercentageFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
396
415
|
}
|
|
397
|
-
const
|
|
416
|
+
const Person = /*#__PURE__*/React.forwardRef(function Person(_ref18, ref) {
|
|
398
417
|
let {
|
|
399
418
|
children,
|
|
400
419
|
size = 16,
|
|
@@ -408,14 +427,14 @@ const PinFilled = /*#__PURE__*/React.forwardRef(function PinFilled(_ref18, ref)
|
|
|
408
427
|
viewBox: "0 0 32 32",
|
|
409
428
|
fill: "currentColor",
|
|
410
429
|
...rest
|
|
411
|
-
},
|
|
412
|
-
d: "
|
|
430
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
431
|
+
d: "M18 30H14a2 2 0 01-2-2V21a2 2 0 01-2-2V13a3 3 0 013-3h6a3 3 0 013 3v6a2 2 0 01-2 2v7A2 2 0 0118 30zM13 12a.94.94 0 00-1 1v6h2v9h4V19h2V13a.94.94 0 00-1-1zM16 9a4 4 0 114-4h0A4 4 0 0116 9zm0-6a2 2 0 102 2h0a2 2 0 00-2-2z"
|
|
413
432
|
})), children);
|
|
414
433
|
});
|
|
415
434
|
if (process.env.NODE_ENV !== "production") {
|
|
416
|
-
|
|
435
|
+
Person.propTypes = iconPropTypes4cbeb95d.i;
|
|
417
436
|
}
|
|
418
|
-
const
|
|
437
|
+
const PersonFavorite = /*#__PURE__*/React.forwardRef(function PersonFavorite(_ref19, ref) {
|
|
419
438
|
let {
|
|
420
439
|
children,
|
|
421
440
|
size = 16,
|
|
@@ -429,14 +448,14 @@ const Plan = /*#__PURE__*/React.forwardRef(function Plan(_ref19, ref) {
|
|
|
429
448
|
viewBox: "0 0 32 32",
|
|
430
449
|
fill: "currentColor",
|
|
431
450
|
...rest
|
|
432
|
-
},
|
|
433
|
-
d: "
|
|
451
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
452
|
+
d: "M10 31H6a2.0059 2.0059 0 01-2-2V22a2.0059 2.0059 0 01-2-2V14a2.9465 2.9465 0 013-3h6a2.9465 2.9465 0 013 3v6a2.0059 2.0059 0 01-2 2v7A2.0059 2.0059 0 0110 31zM5 13a.9448.9448 0 00-1 1v6H6v9h4V20h2V14a.9448.9448 0 00-1-1zM8 10a4 4 0 114-4A4.0045 4.0045 0 018 10zM8 4a2 2 0 102 2A2.002 2.002 0 008 4zM28.7663 4.2558A4.2121 4.2121 0 0023 4.0321a4.2121 4.2121 0 00-5.7663.2237 4.319 4.319 0 000 6.0447L22.998 16.14 23 16.1376l.002.0019 5.7643-5.839A4.319 4.319 0 0028.7663 4.2558zM27.342 8.8948l-4.34 4.3973L23 13.29l-.002.002-4.34-4.3973a2.3085 2.3085 0 010-3.2338 2.2639 2.2639 0 013.1561 0l1.181 1.2074L23 6.8634l.0049.005 1.181-1.2074a2.2639 2.2639 0 013.1561 0A2.3085 2.3085 0 0127.342 8.8948z"
|
|
434
453
|
})), children);
|
|
435
454
|
});
|
|
436
455
|
if (process.env.NODE_ENV !== "production") {
|
|
437
|
-
|
|
456
|
+
PersonFavorite.propTypes = iconPropTypes4cbeb95d.i;
|
|
438
457
|
}
|
|
439
|
-
const
|
|
458
|
+
const Pest = /*#__PURE__*/React.forwardRef(function Pest(_ref20, ref) {
|
|
440
459
|
let {
|
|
441
460
|
children,
|
|
442
461
|
size = 16,
|
|
@@ -450,14 +469,26 @@ const Plane = /*#__PURE__*/React.forwardRef(function Plane(_ref20, ref) {
|
|
|
450
469
|
viewBox: "0 0 32 32",
|
|
451
470
|
fill: "currentColor",
|
|
452
471
|
...rest
|
|
453
|
-
},
|
|
454
|
-
|
|
472
|
+
}, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
473
|
+
cx: "7.5",
|
|
474
|
+
cy: "9.5",
|
|
475
|
+
r: "1.5"
|
|
476
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
477
|
+
cx: "13",
|
|
478
|
+
cy: "13",
|
|
479
|
+
r: "1"
|
|
480
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
481
|
+
cx: "22",
|
|
482
|
+
cy: "21",
|
|
483
|
+
r: "1"
|
|
484
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
485
|
+
d: "M25,14a8.9844,8.9844,0,0,0-7,3.3555V13a10.9054,10.9054,0,0,0-1.0093-4.5845l-.3569-.7768L15.811,7.87A2.9549,2.9549,0,0,1,15,8a3.0033,3.0033,0,0,1-3-3,2.9574,2.9574,0,0,1,.1294-.8105l.2324-.8233-.7773-.3569A10.9115,10.9115,0,0,0,7,2H2V9a10.8954,10.8954,0,0,0,2.2339,6.627l.3887.4277.54-.0381a5.5286,5.5286,0,0,1,5.3628,3.2559l.2207.497.5376.0845A11.0219,11.0219,0,0,0,13,20h3V30h2V26h3a9.01,9.01,0,0,0,9-9V14ZM12.1016,17.9468A7.51,7.51,0,0,0,5.5283,14,8.8945,8.8945,0,0,1,4,9V4H7a8.8624,8.8624,0,0,1,3.0259.53A4.2457,4.2457,0,0,0,10,5a4.9658,4.9658,0,0,0,5.47,4.9736A8.8793,8.8793,0,0,1,16,13v5H13A8.1153,8.1153,0,0,1,12.1016,17.9468ZM28,17a7.0078,7.0078,0,0,1-7,7H18V23a7.01,7.01,0,0,1,5.0212-6.7109A1.4971,1.4971,0,1,0,26,16.5a1.485,1.485,0,0,0-.0918-.5H28Z"
|
|
455
486
|
})), children);
|
|
456
487
|
});
|
|
457
488
|
if (process.env.NODE_ENV !== "production") {
|
|
458
|
-
|
|
489
|
+
Pest.propTypes = iconPropTypes4cbeb95d.i;
|
|
459
490
|
}
|
|
460
|
-
const
|
|
491
|
+
const WatsonHealthPetImageB = /*#__PURE__*/React.forwardRef(function WatsonHealthPetImageB(_ref21, ref) {
|
|
461
492
|
let {
|
|
462
493
|
children,
|
|
463
494
|
size = 16,
|
|
@@ -471,16 +502,28 @@ const PlanePrivate = /*#__PURE__*/React.forwardRef(function PlanePrivate(_ref21,
|
|
|
471
502
|
viewBox: "0 0 32 32",
|
|
472
503
|
fill: "currentColor",
|
|
473
504
|
...rest
|
|
474
|
-
},
|
|
475
|
-
d: "
|
|
505
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
506
|
+
d: "M19 21H21V24H19zM19 0H21V3H19zM8 11H11V13H8zM29 11H32V13H29z"
|
|
507
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
508
|
+
d: "M11.59 3.07H13.57V6.07H11.59z",
|
|
509
|
+
transform: "rotate(-45 12.586 4.577)"
|
|
510
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
511
|
+
d: "M26.44 17.92H28.42V20.92H26.44z",
|
|
512
|
+
transform: "rotate(-45 27.43 19.408)"
|
|
513
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
514
|
+
d: "M11.09 18.42H14.09V20.400000000000002H11.09z",
|
|
515
|
+
transform: "rotate(-45 12.592 19.414)"
|
|
476
516
|
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
477
|
-
d: "
|
|
517
|
+
d: "M25.93 3.58H28.93V5.5600000000000005H25.93z",
|
|
518
|
+
transform: "rotate(-45 27.423 4.57)"
|
|
519
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
520
|
+
d: "M20 5a7 7 0 107 7A7 7 0 0020 5zm0 12A5 5 0 0120 7zM5 18H0V32H5a3 3 0 003-3V27a3 3 0 00-.78-2A3 3 0 008 23V21A3 3 0 005 18zM2 20H5a1 1 0 011 1v2a1 1 0 01-1 1H2zm4 9a1 1 0 01-1 1H2V26H5a1 1 0 011 1zM2 2L9 2 9 0 0 0 0 9 2 9 2 2z"
|
|
478
521
|
})), children);
|
|
479
522
|
});
|
|
480
523
|
if (process.env.NODE_ENV !== "production") {
|
|
481
|
-
|
|
524
|
+
WatsonHealthPetImageB.propTypes = iconPropTypes4cbeb95d.i;
|
|
482
525
|
}
|
|
483
|
-
const
|
|
526
|
+
const WatsonHealthPetImageO = /*#__PURE__*/React.forwardRef(function WatsonHealthPetImageO(_ref22, ref) {
|
|
484
527
|
let {
|
|
485
528
|
children,
|
|
486
529
|
size = 16,
|
|
@@ -494,14 +537,28 @@ const PlaneSea = /*#__PURE__*/React.forwardRef(function PlaneSea(_ref22, ref) {
|
|
|
494
537
|
viewBox: "0 0 32 32",
|
|
495
538
|
fill: "currentColor",
|
|
496
539
|
...rest
|
|
497
|
-
},
|
|
498
|
-
d: "
|
|
540
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
541
|
+
d: "M11 29H13V32H11zM11 8H13V11H11zM0 19H3V21H0zM21 19H24V21H21z"
|
|
542
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
543
|
+
d: "M3.59 11.09H5.57V14.09H3.59z",
|
|
544
|
+
transform: "rotate(-45 4.585 12.59)"
|
|
545
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
546
|
+
d: "M18.44 25.93H20.42V28.93H18.44z",
|
|
547
|
+
transform: "rotate(-45 19.429 27.422)"
|
|
548
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
549
|
+
d: "M3.09 26.44H6.09V28.42H3.09z",
|
|
550
|
+
transform: "rotate(-45 4.591 27.428)"
|
|
551
|
+
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
552
|
+
d: "M17.93 11.59H20.93V13.57H17.93z",
|
|
553
|
+
transform: "rotate(-45 19.423 12.585)"
|
|
554
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
555
|
+
d: "M12 13a7 7 0 107 7A7 7 0 0012 13zm0 12a5 5 0 010-10zM2 2L9 2 9 0 0 0 0 9 2 9 2 2zM30 0H26a2 2 0 00-2 2V12a2 2 0 002 2h4a2 2 0 002-2V2A2 2 0 0030 0zM26 12V2h4V12z"
|
|
499
556
|
})), children);
|
|
500
557
|
});
|
|
501
558
|
if (process.env.NODE_ENV !== "production") {
|
|
502
|
-
|
|
559
|
+
WatsonHealthPetImageO.propTypes = iconPropTypes4cbeb95d.i;
|
|
503
560
|
}
|
|
504
|
-
const
|
|
561
|
+
const Phone = /*#__PURE__*/React.forwardRef(function Phone(_ref23, ref) {
|
|
505
562
|
let {
|
|
506
563
|
children,
|
|
507
564
|
size = 16,
|
|
@@ -515,34 +572,19 @@ const Platforms = /*#__PURE__*/React.forwardRef(function Platforms(_ref23, ref)
|
|
|
515
572
|
viewBox: "0 0 32 32",
|
|
516
573
|
fill: "currentColor",
|
|
517
574
|
...rest
|
|
518
|
-
},
|
|
519
|
-
d: "
|
|
520
|
-
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
521
|
-
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"
|
|
575
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
576
|
+
d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.76,3h5.51a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.37,9.37,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5A1,1,0,0,0,5,6v.08C5.46,12,8.41,26,25.94,27A1,1,0,0,0,27,26.06V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z"
|
|
522
577
|
})), children);
|
|
523
578
|
});
|
|
524
579
|
if (process.env.NODE_ENV !== "production") {
|
|
525
|
-
|
|
580
|
+
Phone.propTypes = iconPropTypes4cbeb95d.i;
|
|
526
581
|
}
|
|
527
|
-
const
|
|
582
|
+
const PhoneApplication = /*#__PURE__*/React.forwardRef(function PhoneApplication(_ref24, ref) {
|
|
528
583
|
let {
|
|
529
584
|
children,
|
|
530
585
|
size = 16,
|
|
531
586
|
...rest
|
|
532
587
|
} = _ref24;
|
|
533
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
534
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
535
|
-
width: size,
|
|
536
|
-
height: size,
|
|
537
|
-
ref: ref,
|
|
538
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
539
|
-
viewBox: "0 0 16 16",
|
|
540
|
-
fill: "currentColor",
|
|
541
|
-
...rest
|
|
542
|
-
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
543
|
-
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"
|
|
544
|
-
})), children);
|
|
545
|
-
}
|
|
546
588
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
547
589
|
width: size,
|
|
548
590
|
height: size,
|
|
@@ -551,32 +593,19 @@ const Play = /*#__PURE__*/React.forwardRef(function Play(_ref24, ref) {
|
|
|
551
593
|
viewBox: "0 0 32 32",
|
|
552
594
|
fill: "currentColor",
|
|
553
595
|
...rest
|
|
554
|
-
},
|
|
555
|
-
d: "
|
|
596
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
597
|
+
d: "M26 2H30V6H26zM26 8H30V12H26zM20 2H24V6H20zM20 8H24V12H20zM25 30h-.17C5.18 28.87 2.39 12.29 2 7.23A3 3 0 014.7611 4.0088Q4.88 4 5 4h5.27a2 2 0 011.86 1.26L13.65 9a2 2 0 01-.44 2.16l-2.13 2.15a9.36 9.36 0 007.58 7.6l2.17-2.15A2 2 0 0123 18.35l3.77 1.51A2 2 0 0128 21.72V27A3 3 0 0125 30zM5 6a1 1 0 00-1.0032.9968c0 .0278.001.0555.0032.0832C4.46 13 7.41 27 24.94 28a1 1 0 001.0581-.9382Q26 27.0309 26 27V21.72l-3.77-1.51-2.87 2.85L18.88 23C10.18 21.91 9 13.21 9 13.12l-.06-.48 2.84-2.87L10.28 6z"
|
|
556
598
|
})), children);
|
|
557
599
|
});
|
|
558
600
|
if (process.env.NODE_ENV !== "production") {
|
|
559
|
-
|
|
601
|
+
PhoneApplication.propTypes = iconPropTypes4cbeb95d.i;
|
|
560
602
|
}
|
|
561
|
-
const
|
|
603
|
+
const PhoneBlock = /*#__PURE__*/React.forwardRef(function PhoneBlock(_ref25, ref) {
|
|
562
604
|
let {
|
|
563
605
|
children,
|
|
564
606
|
size = 16,
|
|
565
607
|
...rest
|
|
566
608
|
} = _ref25;
|
|
567
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
568
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
569
|
-
width: size,
|
|
570
|
-
height: size,
|
|
571
|
-
ref: ref,
|
|
572
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
573
|
-
viewBox: "0 0 16 16",
|
|
574
|
-
fill: "currentColor",
|
|
575
|
-
...rest
|
|
576
|
-
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
577
|
-
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"
|
|
578
|
-
})), children);
|
|
579
|
-
}
|
|
580
609
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
581
610
|
width: size,
|
|
582
611
|
height: size,
|
|
@@ -585,17 +614,16 @@ const PlayFilled = /*#__PURE__*/React.forwardRef(function PlayFilled(_ref25, ref
|
|
|
585
614
|
viewBox: "0 0 32 32",
|
|
586
615
|
fill: "currentColor",
|
|
587
616
|
...rest
|
|
588
|
-
},
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
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"
|
|
617
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
618
|
+
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"
|
|
619
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
620
|
+
d: "M24.41 9L28 5.41 26.59 4 23 7.59 19.41 4 18 5.41 21.59 9 18 12.59 19.41 14 23 10.41 26.59 14 28 12.59 24.41 9z"
|
|
593
621
|
})), children);
|
|
594
622
|
});
|
|
595
623
|
if (process.env.NODE_ENV !== "production") {
|
|
596
|
-
|
|
624
|
+
PhoneBlock.propTypes = iconPropTypes4cbeb95d.i;
|
|
597
625
|
}
|
|
598
|
-
const
|
|
626
|
+
const PhoneBlockFilled = /*#__PURE__*/React.forwardRef(function PhoneBlockFilled(_ref26, ref) {
|
|
599
627
|
let {
|
|
600
628
|
children,
|
|
601
629
|
size = 16,
|
|
@@ -609,34 +637,21 @@ const PlayFilledAlt = /*#__PURE__*/React.forwardRef(function PlayFilledAlt(_ref2
|
|
|
609
637
|
viewBox: "0 0 32 32",
|
|
610
638
|
fill: "currentColor",
|
|
611
639
|
...rest
|
|
612
|
-
},
|
|
613
|
-
d: "
|
|
640
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
641
|
+
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"
|
|
642
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
643
|
+
d: "M24.41 9L28 5.41 26.59 4 23 7.59 19.41 4 18 5.41 21.59 9 18 12.59 19.41 14 23 10.41 26.59 14 28 12.59 24.41 9z"
|
|
614
644
|
})), children);
|
|
615
645
|
});
|
|
616
646
|
if (process.env.NODE_ENV !== "production") {
|
|
617
|
-
|
|
647
|
+
PhoneBlockFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
618
648
|
}
|
|
619
|
-
const
|
|
649
|
+
const PhoneFilled = /*#__PURE__*/React.forwardRef(function PhoneFilled(_ref27, ref) {
|
|
620
650
|
let {
|
|
621
651
|
children,
|
|
622
652
|
size = 16,
|
|
623
653
|
...rest
|
|
624
654
|
} = _ref27;
|
|
625
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
626
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
627
|
-
width: size,
|
|
628
|
-
height: size,
|
|
629
|
-
ref: ref,
|
|
630
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
631
|
-
viewBox: "0 0 16 16",
|
|
632
|
-
fill: "currentColor",
|
|
633
|
-
...rest
|
|
634
|
-
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
635
|
-
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"
|
|
636
|
-
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
637
|
-
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"
|
|
638
|
-
})), children);
|
|
639
|
-
}
|
|
640
655
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
641
656
|
width: size,
|
|
642
657
|
height: size,
|
|
@@ -645,36 +660,19 @@ const PlayOutline = /*#__PURE__*/React.forwardRef(function PlayOutline(_ref27, r
|
|
|
645
660
|
viewBox: "0 0 32 32",
|
|
646
661
|
fill: "currentColor",
|
|
647
662
|
...rest
|
|
648
|
-
},
|
|
649
|
-
d: "
|
|
650
|
-
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
651
|
-
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"
|
|
663
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
664
|
+
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"
|
|
652
665
|
})), children);
|
|
653
666
|
});
|
|
654
667
|
if (process.env.NODE_ENV !== "production") {
|
|
655
|
-
|
|
668
|
+
PhoneFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
656
669
|
}
|
|
657
|
-
const
|
|
670
|
+
const PhoneIncoming = /*#__PURE__*/React.forwardRef(function PhoneIncoming(_ref28, ref) {
|
|
658
671
|
let {
|
|
659
672
|
children,
|
|
660
673
|
size = 16,
|
|
661
674
|
...rest
|
|
662
675
|
} = _ref28;
|
|
663
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
664
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
665
|
-
width: size,
|
|
666
|
-
height: size,
|
|
667
|
-
ref: ref,
|
|
668
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
669
|
-
viewBox: "0 0 16 16",
|
|
670
|
-
fill: "currentColor",
|
|
671
|
-
...rest
|
|
672
|
-
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
673
|
-
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"
|
|
674
|
-
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
675
|
-
d: "M6.5 10.2L10.5 8 6.5 5.8z"
|
|
676
|
-
})), children);
|
|
677
|
-
}
|
|
678
676
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
679
677
|
width: size,
|
|
680
678
|
height: size,
|
|
@@ -683,19 +681,16 @@ const PlayOutlineFilled = /*#__PURE__*/React.forwardRef(function PlayOutlineFill
|
|
|
683
681
|
viewBox: "0 0 32 32",
|
|
684
682
|
fill: "currentColor",
|
|
685
683
|
...rest
|
|
686
|
-
},
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
d: "M12 20.382L20.764 16 12 11.618 12 20.382z"
|
|
691
|
-
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
692
|
-
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"
|
|
684
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
685
|
+
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"
|
|
686
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
687
|
+
d: "M27 13L27 11 22.414 11 29 4.414 27.586 3 21 9.586 21 5 19 5 19 13 27 13z"
|
|
693
688
|
})), children);
|
|
694
689
|
});
|
|
695
690
|
if (process.env.NODE_ENV !== "production") {
|
|
696
|
-
|
|
691
|
+
PhoneIncoming.propTypes = iconPropTypes4cbeb95d.i;
|
|
697
692
|
}
|
|
698
|
-
const
|
|
693
|
+
const PhoneIncomingFilled = /*#__PURE__*/React.forwardRef(function PhoneIncomingFilled(_ref29, ref) {
|
|
699
694
|
let {
|
|
700
695
|
children,
|
|
701
696
|
size = 16,
|
|
@@ -709,14 +704,16 @@ const Playlist = /*#__PURE__*/React.forwardRef(function Playlist(_ref29, ref) {
|
|
|
709
704
|
viewBox: "0 0 32 32",
|
|
710
705
|
fill: "currentColor",
|
|
711
706
|
...rest
|
|
712
|
-
},
|
|
713
|
-
d: "
|
|
707
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
708
|
+
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"
|
|
709
|
+
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
710
|
+
d: "M27 13L27 11 22.414 11 29 4.414 27.586 3 21 9.586 21 5 19 5 19 13 27 13z"
|
|
714
711
|
})), children);
|
|
715
712
|
});
|
|
716
713
|
if (process.env.NODE_ENV !== "production") {
|
|
717
|
-
|
|
714
|
+
PhoneIncomingFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
718
715
|
}
|
|
719
|
-
const
|
|
716
|
+
const PhoneIp = /*#__PURE__*/React.forwardRef(function PhoneIp(_ref30, ref) {
|
|
720
717
|
let {
|
|
721
718
|
children,
|
|
722
719
|
size = 16,
|
|
@@ -730,14 +727,16 @@ const Plug = /*#__PURE__*/React.forwardRef(function Plug(_ref30, ref) {
|
|
|
730
727
|
viewBox: "0 0 32 32",
|
|
731
728
|
fill: "currentColor",
|
|
732
729
|
...rest
|
|
733
|
-
},
|
|
734
|
-
d: "
|
|
730
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
731
|
+
d: "M16 14H18V16H16zM20 14H22V16H20zM24 14H26V16H24zM16 18H18V20H16zM20 18H22V20H20zM24 18H26V20H24zM16 22H18V24H16zM20 22H22V24H20zM24 22H26V24H24zM16 10H26V12H16z"
|
|
732
|
+
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
733
|
+
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"
|
|
735
734
|
})), children);
|
|
736
735
|
});
|
|
737
736
|
if (process.env.NODE_ENV !== "production") {
|
|
738
|
-
|
|
737
|
+
PhoneIp.propTypes = iconPropTypes4cbeb95d.i;
|
|
739
738
|
}
|
|
740
|
-
const
|
|
739
|
+
const PhoneOff = /*#__PURE__*/React.forwardRef(function PhoneOff(_ref31, ref) {
|
|
741
740
|
let {
|
|
742
741
|
children,
|
|
743
742
|
size = 16,
|
|
@@ -752,13 +751,13 @@ const PlugFilled = /*#__PURE__*/React.forwardRef(function PlugFilled(_ref31, ref
|
|
|
752
751
|
fill: "currentColor",
|
|
753
752
|
...rest
|
|
754
753
|
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
755
|
-
d: "
|
|
754
|
+
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"
|
|
756
755
|
})), children);
|
|
757
756
|
});
|
|
758
757
|
if (process.env.NODE_ENV !== "production") {
|
|
759
|
-
|
|
758
|
+
PhoneOff.propTypes = iconPropTypes4cbeb95d.i;
|
|
760
759
|
}
|
|
761
|
-
const
|
|
760
|
+
const PhoneOffFilled = /*#__PURE__*/React.forwardRef(function PhoneOffFilled(_ref32, ref) {
|
|
762
761
|
let {
|
|
763
762
|
children,
|
|
764
763
|
size = 16,
|
|
@@ -773,13 +772,13 @@ const Png = /*#__PURE__*/React.forwardRef(function Png(_ref32, ref) {
|
|
|
773
772
|
fill: "currentColor",
|
|
774
773
|
...rest
|
|
775
774
|
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
776
|
-
d: "
|
|
775
|
+
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"
|
|
777
776
|
})), children);
|
|
778
777
|
});
|
|
779
778
|
if (process.env.NODE_ENV !== "production") {
|
|
780
|
-
|
|
779
|
+
PhoneOffFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
781
780
|
}
|
|
782
|
-
const
|
|
781
|
+
const PhoneOutgoing = /*#__PURE__*/React.forwardRef(function PhoneOutgoing(_ref33, ref) {
|
|
783
782
|
let {
|
|
784
783
|
children,
|
|
785
784
|
size = 16,
|
|
@@ -794,15 +793,15 @@ const PointOfPresence = /*#__PURE__*/React.forwardRef(function PointOfPresence(_
|
|
|
794
793
|
fill: "currentColor",
|
|
795
794
|
...rest
|
|
796
795
|
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
797
|
-
d: "
|
|
796
|
+
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"
|
|
798
797
|
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
799
|
-
d: "
|
|
798
|
+
d: "M20 4L20 6 24.6 6 18 12.6 19.4 14 26 7.4 26 12 28 12 28 4z"
|
|
800
799
|
})), children);
|
|
801
800
|
});
|
|
802
801
|
if (process.env.NODE_ENV !== "production") {
|
|
803
|
-
|
|
802
|
+
PhoneOutgoing.propTypes = iconPropTypes4cbeb95d.i;
|
|
804
803
|
}
|
|
805
|
-
const
|
|
804
|
+
const PhoneOutgoingFilled = /*#__PURE__*/React.forwardRef(function PhoneOutgoingFilled(_ref34, ref) {
|
|
806
805
|
let {
|
|
807
806
|
children,
|
|
808
807
|
size = 16,
|
|
@@ -817,15 +816,15 @@ const WatsonHealthPointerText = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
817
816
|
fill: "currentColor",
|
|
818
817
|
...rest
|
|
819
818
|
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
820
|
-
d: "
|
|
819
|
+
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"
|
|
821
820
|
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
822
|
-
d: "
|
|
821
|
+
d: "M20 4L20 6 24.586 6 18 12.586 19.414 14 26 7.414 26 12 28 12 28 4 20 4z"
|
|
823
822
|
})), children);
|
|
824
823
|
});
|
|
825
824
|
if (process.env.NODE_ENV !== "production") {
|
|
826
|
-
|
|
825
|
+
PhoneOutgoingFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
827
826
|
}
|
|
828
|
-
const
|
|
827
|
+
const PhoneSettings = /*#__PURE__*/React.forwardRef(function PhoneSettings(_ref35, ref) {
|
|
829
828
|
let {
|
|
830
829
|
children,
|
|
831
830
|
size = 16,
|
|
@@ -840,17 +839,15 @@ const Police = /*#__PURE__*/React.forwardRef(function Police(_ref35, ref) {
|
|
|
840
839
|
fill: "currentColor",
|
|
841
840
|
...rest
|
|
842
841
|
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
843
|
-
d: "
|
|
842
|
+
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"
|
|
844
843
|
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
845
|
-
d: "
|
|
846
|
-
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
847
|
-
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"
|
|
844
|
+
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"
|
|
848
845
|
})), children);
|
|
849
846
|
});
|
|
850
847
|
if (process.env.NODE_ENV !== "production") {
|
|
851
|
-
|
|
848
|
+
PhoneSettings.propTypes = iconPropTypes4cbeb95d.i;
|
|
852
849
|
}
|
|
853
|
-
const
|
|
850
|
+
const PhoneVoice = /*#__PURE__*/React.forwardRef(function PhoneVoice(_ref36, ref) {
|
|
854
851
|
let {
|
|
855
852
|
children,
|
|
856
853
|
size = 16,
|
|
@@ -864,16 +861,16 @@ const Policy = /*#__PURE__*/React.forwardRef(function Policy(_ref36, ref) {
|
|
|
864
861
|
viewBox: "0 0 32 32",
|
|
865
862
|
fill: "currentColor",
|
|
866
863
|
...rest
|
|
867
|
-
},
|
|
868
|
-
d: "
|
|
869
|
-
})),
|
|
870
|
-
d: "
|
|
864
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
865
|
+
d: "M24,13H22a3.0033,3.0033,0,0,0-3-3V8A5.0057,5.0057,0,0,1,24,13Z"
|
|
866
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
867
|
+
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"
|
|
871
868
|
})), children);
|
|
872
869
|
});
|
|
873
870
|
if (process.env.NODE_ENV !== "production") {
|
|
874
|
-
|
|
871
|
+
PhoneVoice.propTypes = iconPropTypes4cbeb95d.i;
|
|
875
872
|
}
|
|
876
|
-
const
|
|
873
|
+
const PhoneVoiceFilled = /*#__PURE__*/React.forwardRef(function PhoneVoiceFilled(_ref37, ref) {
|
|
877
874
|
let {
|
|
878
875
|
children,
|
|
879
876
|
size = 16,
|
|
@@ -887,16 +884,16 @@ const Popup = /*#__PURE__*/React.forwardRef(function Popup(_ref37, ref) {
|
|
|
887
884
|
viewBox: "0 0 32 32",
|
|
888
885
|
fill: "currentColor",
|
|
889
886
|
...rest
|
|
890
|
-
},
|
|
891
|
-
d: "
|
|
892
|
-
})),
|
|
893
|
-
d: "
|
|
887
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
888
|
+
d: "M24,13H22a3.0033,3.0033,0,0,0-3-3V8A5.0057,5.0057,0,0,1,24,13Z"
|
|
889
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
890
|
+
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"
|
|
894
891
|
})), children);
|
|
895
892
|
});
|
|
896
893
|
if (process.env.NODE_ENV !== "production") {
|
|
897
|
-
|
|
894
|
+
PhoneVoiceFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
898
895
|
}
|
|
899
|
-
const
|
|
896
|
+
const PhraseSentiment = /*#__PURE__*/React.forwardRef(function PhraseSentiment(_ref38, ref) {
|
|
900
897
|
let {
|
|
901
898
|
children,
|
|
902
899
|
size = 16,
|
|
@@ -910,15 +907,16 @@ const PortDefinition = /*#__PURE__*/React.forwardRef(function PortDefinition(_re
|
|
|
910
907
|
viewBox: "0 0 32 32",
|
|
911
908
|
fill: "currentColor",
|
|
912
909
|
...rest
|
|
913
|
-
},
|
|
914
|
-
|
|
915
|
-
|
|
910
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
911
|
+
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"
|
|
912
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
913
|
+
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"
|
|
916
914
|
})), children);
|
|
917
915
|
});
|
|
918
916
|
if (process.env.NODE_ENV !== "production") {
|
|
919
|
-
|
|
917
|
+
PhraseSentiment.propTypes = iconPropTypes4cbeb95d.i;
|
|
920
918
|
}
|
|
921
|
-
const
|
|
919
|
+
const PicnicArea = /*#__PURE__*/React.forwardRef(function PicnicArea(_ref39, ref) {
|
|
922
920
|
let {
|
|
923
921
|
children,
|
|
924
922
|
size = 16,
|
|
@@ -933,15 +931,13 @@ const PortInput = /*#__PURE__*/React.forwardRef(function PortInput(_ref39, ref)
|
|
|
933
931
|
fill: "currentColor",
|
|
934
932
|
...rest
|
|
935
933
|
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
936
|
-
d: "
|
|
937
|
-
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
938
|
-
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"
|
|
934
|
+
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"
|
|
939
935
|
})), children);
|
|
940
936
|
});
|
|
941
937
|
if (process.env.NODE_ENV !== "production") {
|
|
942
|
-
|
|
938
|
+
PicnicArea.propTypes = iconPropTypes4cbeb95d.i;
|
|
943
939
|
}
|
|
944
|
-
const
|
|
940
|
+
const PiggyBank = /*#__PURE__*/React.forwardRef(function PiggyBank(_ref40, ref) {
|
|
945
941
|
let {
|
|
946
942
|
children,
|
|
947
943
|
size = 16,
|
|
@@ -955,16 +951,16 @@ const PortOutput = /*#__PURE__*/React.forwardRef(function PortOutput(_ref40, ref
|
|
|
955
951
|
viewBox: "0 0 32 32",
|
|
956
952
|
fill: "currentColor",
|
|
957
953
|
...rest
|
|
958
|
-
},
|
|
959
|
-
d: "
|
|
960
|
-
})),
|
|
961
|
-
d: "
|
|
954
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
955
|
+
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"
|
|
956
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
957
|
+
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"
|
|
962
958
|
})), children);
|
|
963
959
|
});
|
|
964
960
|
if (process.env.NODE_ENV !== "production") {
|
|
965
|
-
|
|
961
|
+
PiggyBank.propTypes = iconPropTypes4cbeb95d.i;
|
|
966
962
|
}
|
|
967
|
-
const
|
|
963
|
+
const PiggyBankSlot = /*#__PURE__*/React.forwardRef(function PiggyBankSlot(_ref41, ref) {
|
|
968
964
|
let {
|
|
969
965
|
children,
|
|
970
966
|
size = 16,
|
|
@@ -978,15 +974,16 @@ const PortUsage = /*#__PURE__*/React.forwardRef(function PortUsage(_ref41, ref)
|
|
|
978
974
|
viewBox: "0 0 32 32",
|
|
979
975
|
fill: "currentColor",
|
|
980
976
|
...rest
|
|
981
|
-
},
|
|
982
|
-
|
|
983
|
-
|
|
977
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
978
|
+
d: "M13 11H20V13H13z"
|
|
979
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
980
|
+
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"
|
|
984
981
|
})), children);
|
|
985
982
|
});
|
|
986
983
|
if (process.env.NODE_ENV !== "production") {
|
|
987
|
-
|
|
984
|
+
PiggyBankSlot.propTypes = iconPropTypes4cbeb95d.i;
|
|
988
985
|
}
|
|
989
|
-
const
|
|
986
|
+
const Pills = /*#__PURE__*/React.forwardRef(function Pills(_ref42, ref) {
|
|
990
987
|
let {
|
|
991
988
|
children,
|
|
992
989
|
size = 16,
|
|
@@ -1001,33 +998,18 @@ const Portfolio = /*#__PURE__*/React.forwardRef(function Portfolio(_ref42, ref)
|
|
|
1001
998
|
fill: "currentColor",
|
|
1002
999
|
...rest
|
|
1003
1000
|
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1004
|
-
d: "
|
|
1001
|
+
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"
|
|
1005
1002
|
})), children);
|
|
1006
1003
|
});
|
|
1007
1004
|
if (process.env.NODE_ENV !== "production") {
|
|
1008
|
-
|
|
1005
|
+
Pills.propTypes = iconPropTypes4cbeb95d.i;
|
|
1009
1006
|
}
|
|
1010
|
-
const
|
|
1007
|
+
const PillsAdd = /*#__PURE__*/React.forwardRef(function PillsAdd(_ref43, ref) {
|
|
1011
1008
|
let {
|
|
1012
1009
|
children,
|
|
1013
1010
|
size = 16,
|
|
1014
1011
|
...rest
|
|
1015
1012
|
} = _ref43;
|
|
1016
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1017
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
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
|
-
}, _path75 || (_path75 = /*#__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
|
-
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1028
|
-
d: "M7.5 1H8.5V8H7.5z"
|
|
1029
|
-
})), children);
|
|
1030
|
-
}
|
|
1031
1013
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1032
1014
|
width: size,
|
|
1033
1015
|
height: size,
|
|
@@ -1036,16 +1018,16 @@ const Power = /*#__PURE__*/React.forwardRef(function Power(_ref43, ref) {
|
|
|
1036
1018
|
viewBox: "0 0 32 32",
|
|
1037
1019
|
fill: "currentColor",
|
|
1038
1020
|
...rest
|
|
1039
|
-
},
|
|
1040
|
-
d: "M22.
|
|
1041
|
-
})),
|
|
1042
|
-
d: "
|
|
1021
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1022
|
+
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"
|
|
1023
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1024
|
+
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"
|
|
1043
1025
|
})), children);
|
|
1044
1026
|
});
|
|
1045
1027
|
if (process.env.NODE_ENV !== "production") {
|
|
1046
|
-
|
|
1028
|
+
PillsAdd.propTypes = iconPropTypes4cbeb95d.i;
|
|
1047
1029
|
}
|
|
1048
|
-
const
|
|
1030
|
+
const PillsSubtract = /*#__PURE__*/React.forwardRef(function PillsSubtract(_ref44, ref) {
|
|
1049
1031
|
let {
|
|
1050
1032
|
children,
|
|
1051
1033
|
size = 16,
|
|
@@ -1059,14 +1041,16 @@ const Ppt = /*#__PURE__*/React.forwardRef(function Ppt(_ref44, ref) {
|
|
|
1059
1041
|
viewBox: "0 0 32 32",
|
|
1060
1042
|
fill: "currentColor",
|
|
1061
1043
|
...rest
|
|
1062
|
-
},
|
|
1063
|
-
d: "M22
|
|
1044
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1045
|
+
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"
|
|
1046
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1047
|
+
d: "M19 21H25V23H19z"
|
|
1064
1048
|
})), children);
|
|
1065
1049
|
});
|
|
1066
1050
|
if (process.env.NODE_ENV !== "production") {
|
|
1067
|
-
|
|
1051
|
+
PillsSubtract.propTypes = iconPropTypes4cbeb95d.i;
|
|
1068
1052
|
}
|
|
1069
|
-
const
|
|
1053
|
+
const Pin = /*#__PURE__*/React.forwardRef(function Pin(_ref45, ref) {
|
|
1070
1054
|
let {
|
|
1071
1055
|
children,
|
|
1072
1056
|
size = 16,
|
|
@@ -1080,16 +1064,14 @@ const PresentationFile = /*#__PURE__*/React.forwardRef(function PresentationFile
|
|
|
1080
1064
|
viewBox: "0 0 32 32",
|
|
1081
1065
|
fill: "currentColor",
|
|
1082
1066
|
...rest
|
|
1083
|
-
},
|
|
1084
|
-
d: "
|
|
1085
|
-
})), _path81 || (_path81 = /*#__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"
|
|
1067
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1068
|
+
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"
|
|
1087
1069
|
})), children);
|
|
1088
1070
|
});
|
|
1089
1071
|
if (process.env.NODE_ENV !== "production") {
|
|
1090
|
-
|
|
1072
|
+
Pin.propTypes = iconPropTypes4cbeb95d.i;
|
|
1091
1073
|
}
|
|
1092
|
-
const
|
|
1074
|
+
const PinFilled = /*#__PURE__*/React.forwardRef(function PinFilled(_ref46, ref) {
|
|
1093
1075
|
let {
|
|
1094
1076
|
children,
|
|
1095
1077
|
size = 16,
|
|
@@ -1103,14 +1085,14 @@ const Pressure = /*#__PURE__*/React.forwardRef(function Pressure(_ref46, ref) {
|
|
|
1103
1085
|
viewBox: "0 0 32 32",
|
|
1104
1086
|
fill: "currentColor",
|
|
1105
1087
|
...rest
|
|
1106
|
-
},
|
|
1107
|
-
d: "
|
|
1088
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1089
|
+
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"
|
|
1108
1090
|
})), children);
|
|
1109
1091
|
});
|
|
1110
1092
|
if (process.env.NODE_ENV !== "production") {
|
|
1111
|
-
|
|
1093
|
+
PinFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1112
1094
|
}
|
|
1113
|
-
const
|
|
1095
|
+
const Plan = /*#__PURE__*/React.forwardRef(function Plan(_ref47, ref) {
|
|
1114
1096
|
let {
|
|
1115
1097
|
children,
|
|
1116
1098
|
size = 16,
|
|
@@ -1124,14 +1106,14 @@ const PressureFilled = /*#__PURE__*/React.forwardRef(function PressureFilled(_re
|
|
|
1124
1106
|
viewBox: "0 0 32 32",
|
|
1125
1107
|
fill: "currentColor",
|
|
1126
1108
|
...rest
|
|
1127
|
-
},
|
|
1128
|
-
d: "
|
|
1109
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1110
|
+
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"
|
|
1129
1111
|
})), children);
|
|
1130
1112
|
});
|
|
1131
1113
|
if (process.env.NODE_ENV !== "production") {
|
|
1132
|
-
|
|
1114
|
+
Plan.propTypes = iconPropTypes4cbeb95d.i;
|
|
1133
1115
|
}
|
|
1134
|
-
const
|
|
1116
|
+
const Pipelines = /*#__PURE__*/React.forwardRef(function Pipelines(_ref48, ref) {
|
|
1135
1117
|
let {
|
|
1136
1118
|
children,
|
|
1137
1119
|
size = 16,
|
|
@@ -1145,18 +1127,14 @@ const PreviousFilled = /*#__PURE__*/React.forwardRef(function PreviousFilled(_re
|
|
|
1145
1127
|
viewBox: "0 0 32 32",
|
|
1146
1128
|
fill: "currentColor",
|
|
1147
1129
|
...rest
|
|
1148
|
-
},
|
|
1149
|
-
d: "
|
|
1150
|
-
})), _path85 || (_path85 = /*#__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"
|
|
1130
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1131
|
+
d: "M22,12h6c1.1028,0,2-.8975,2-2V4c0-1.1025-.8972-2-2-2h-6c-1.1028,0-2,.8975-2,2v2h-9c-2.7571,0-5,2.2432-5,5h-2c-1.1028,0-2,.8975-2,2v6c0,1.1025.8972,2,2,2h2c0,2.7568,2.2429,5,5,5h9v2c0,1.1025.8972,2,2,2h6c1.1028,0,2-.8975,2-2v-6c0-1.1025-.8972-2-2-2h-6c-1.1028,0-2,.8975-2,2v2h-9c-1.6543,0-3-1.3457-3-3h2c1.1028,0,2-.8975,2-2v-6c0-1.1025-.8972-2-2-2h-2c0-1.6543,1.3457-3,3-3h9v2c0,1.1025.8972,2,2,2ZM22,22h6v6h-6l-.0012-6h.0012ZM10,13v6h-6l-.0012-6h6.0012ZM22,4h6v6h-6l-.0012-6h.0012Z"
|
|
1154
1132
|
})), children);
|
|
1155
1133
|
});
|
|
1156
1134
|
if (process.env.NODE_ENV !== "production") {
|
|
1157
|
-
|
|
1135
|
+
Pipelines.propTypes = iconPropTypes4cbeb95d.i;
|
|
1158
1136
|
}
|
|
1159
|
-
const
|
|
1137
|
+
const Plane = /*#__PURE__*/React.forwardRef(function Plane(_ref49, ref) {
|
|
1160
1138
|
let {
|
|
1161
1139
|
children,
|
|
1162
1140
|
size = 16,
|
|
@@ -1170,16 +1148,14 @@ const PreviousOutline = /*#__PURE__*/React.forwardRef(function PreviousOutline(_
|
|
|
1170
1148
|
viewBox: "0 0 32 32",
|
|
1171
1149
|
fill: "currentColor",
|
|
1172
1150
|
...rest
|
|
1173
|
-
},
|
|
1174
|
-
d: "
|
|
1175
|
-
})), _path87 || (_path87 = /*#__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"
|
|
1151
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1152
|
+
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"
|
|
1177
1153
|
})), children);
|
|
1178
1154
|
});
|
|
1179
1155
|
if (process.env.NODE_ENV !== "production") {
|
|
1180
|
-
|
|
1156
|
+
Plane.propTypes = iconPropTypes4cbeb95d.i;
|
|
1181
1157
|
}
|
|
1182
|
-
const
|
|
1158
|
+
const PlanePrivate = /*#__PURE__*/React.forwardRef(function PlanePrivate(_ref50, ref) {
|
|
1183
1159
|
let {
|
|
1184
1160
|
children,
|
|
1185
1161
|
size = 16,
|
|
@@ -1193,18 +1169,16 @@ const PricingConsumption = /*#__PURE__*/React.forwardRef(function PricingConsump
|
|
|
1193
1169
|
viewBox: "0 0 32 32",
|
|
1194
1170
|
fill: "currentColor",
|
|
1195
1171
|
...rest
|
|
1196
|
-
},
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
strokeWidth: "0",
|
|
1201
|
-
d: "m21,12v-2h-4v-3h-2v3h-2c-1.103,0-2,.897-2,2v3c0,1.103.897,2,2,2h6v3h-8v2h4v3h2v-3h2c1.103,0,2-.8975,2-2v-3c0-1.103-.897-2-2-2h-6v-3h8Z"
|
|
1172
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1173
|
+
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"
|
|
1174
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1175
|
+
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"
|
|
1202
1176
|
})), children);
|
|
1203
1177
|
});
|
|
1204
1178
|
if (process.env.NODE_ENV !== "production") {
|
|
1205
|
-
|
|
1179
|
+
PlanePrivate.propTypes = iconPropTypes4cbeb95d.i;
|
|
1206
1180
|
}
|
|
1207
|
-
const
|
|
1181
|
+
const PlaneSea = /*#__PURE__*/React.forwardRef(function PlaneSea(_ref51, ref) {
|
|
1208
1182
|
let {
|
|
1209
1183
|
children,
|
|
1210
1184
|
size = 16,
|
|
@@ -1218,18 +1192,14 @@ const PricingContainer = /*#__PURE__*/React.forwardRef(function PricingContainer
|
|
|
1218
1192
|
viewBox: "0 0 32 32",
|
|
1219
1193
|
fill: "currentColor",
|
|
1220
1194
|
...rest
|
|
1221
|
-
},
|
|
1222
|
-
|
|
1223
|
-
d: "M28 2h-5v2h5v24h-5v2h5c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM23 20.52c0-4.62-3.78-5.14-6.82-5.56-3.31-.46-5.18-.86-5.18-3.71 0-2.39 2.51-3.24 4.65-3.24 2.32 0 4.14.86 5.57 2.63l1.56-1.26c-1.52-1.88-3.46-2.97-5.78-3.28v-3.1h-2v3.02c-3.62.22-6 2.26-6 5.22 0 4.73 3.83 5.26 6.91 5.69 3.25.45 5.09.84 5.09 3.58 0 3.03-3.13 3.48-5 3.48-3.43 0-4.88-.96-6.22-2.63l-1.56 1.26c1.77 2.19 3.73 3.17 6.78 3.34v3.04h2v-3.04c3.73-.3 6-2.33 6-5.44z"
|
|
1224
|
-
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1225
|
-
strokeWidth: "0",
|
|
1226
|
-
d: "m4,4h5V2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h5v-2H4V4Z"
|
|
1195
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1196
|
+
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"
|
|
1227
1197
|
})), children);
|
|
1228
1198
|
});
|
|
1229
1199
|
if (process.env.NODE_ENV !== "production") {
|
|
1230
|
-
|
|
1200
|
+
PlaneSea.propTypes = iconPropTypes4cbeb95d.i;
|
|
1231
1201
|
}
|
|
1232
|
-
const
|
|
1202
|
+
const Platforms = /*#__PURE__*/React.forwardRef(function Platforms(_ref52, ref) {
|
|
1233
1203
|
let {
|
|
1234
1204
|
children,
|
|
1235
1205
|
size = 16,
|
|
@@ -1243,20 +1213,34 @@ const PricingQuickProposal = /*#__PURE__*/React.forwardRef(function PricingQuick
|
|
|
1243
1213
|
viewBox: "0 0 32 32",
|
|
1244
1214
|
fill: "currentColor",
|
|
1245
1215
|
...rest
|
|
1246
|
-
},
|
|
1247
|
-
|
|
1248
|
-
|
|
1216
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1217
|
+
d: "m28,28H4c-1.1028,0-2-.8972-2-2v-6h2v6h24v-6h2v6c0,1.1028-.8972,2-2,2Z"
|
|
1218
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1219
|
+
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"
|
|
1249
1220
|
})), children);
|
|
1250
1221
|
});
|
|
1251
1222
|
if (process.env.NODE_ENV !== "production") {
|
|
1252
|
-
|
|
1223
|
+
Platforms.propTypes = iconPropTypes4cbeb95d.i;
|
|
1253
1224
|
}
|
|
1254
|
-
const
|
|
1225
|
+
const Play = /*#__PURE__*/React.forwardRef(function Play(_ref53, ref) {
|
|
1255
1226
|
let {
|
|
1256
1227
|
children,
|
|
1257
1228
|
size = 16,
|
|
1258
1229
|
...rest
|
|
1259
1230
|
} = _ref53;
|
|
1231
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1232
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1233
|
+
width: size,
|
|
1234
|
+
height: size,
|
|
1235
|
+
ref: ref,
|
|
1236
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1237
|
+
viewBox: "0 0 16 16",
|
|
1238
|
+
fill: "currentColor",
|
|
1239
|
+
...rest
|
|
1240
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1241
|
+
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"
|
|
1242
|
+
})), children);
|
|
1243
|
+
}
|
|
1260
1244
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1261
1245
|
width: size,
|
|
1262
1246
|
height: size,
|
|
@@ -1265,23 +1249,32 @@ const PricingTailored = /*#__PURE__*/React.forwardRef(function PricingTailored(_
|
|
|
1265
1249
|
viewBox: "0 0 32 32",
|
|
1266
1250
|
fill: "currentColor",
|
|
1267
1251
|
...rest
|
|
1268
|
-
},
|
|
1269
|
-
|
|
1270
|
-
d: "M27 21h-2c0-2.8226 0-7.0881-10.0903-8.0042l.1807-1.9917c11.9097 1.0811 11.9097 6.8802 11.9097 9.9958zM16.9097 20.9958c-11.9097-1.0811-11.9097-6.8802-11.9097-9.9958h2c0 2.8226 0 7.0881 10.0903 8.0042l-.1807 1.9917z"
|
|
1271
|
-
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1272
|
-
strokeWidth: "0",
|
|
1273
|
-
d: "m23,20.52c0-4.62-3.78-5.14-6.82-5.56-3.31-.46-5.18-.86-5.18-3.71,0-2.39,2.51-3.24,4.65-3.24,2.32,0,4.14.86,5.57,2.63l1.56-1.26c-1.52-1.88-3.46-2.97-5.78-3.28v-3.1h-2v3.02c-3.62.22-6,2.26-6,5.22,0,4.73,3.83,5.26,6.91,5.69,3.25.45,5.09.84,5.09,3.58,0,3.03-3.13,3.48-5,3.48-3.43,0-4.88-.96-6.22-2.63l-1.56,1.26c1.77,2.19,3.73,3.17,6.78,3.34v3.04h2v-3.04c3.73-.3,6-2.33,6-5.44Z"
|
|
1252
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1253
|
+
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"
|
|
1274
1254
|
})), children);
|
|
1275
1255
|
});
|
|
1276
1256
|
if (process.env.NODE_ENV !== "production") {
|
|
1277
|
-
|
|
1257
|
+
Play.propTypes = iconPropTypes4cbeb95d.i;
|
|
1278
1258
|
}
|
|
1279
|
-
const
|
|
1259
|
+
const PlayFilled = /*#__PURE__*/React.forwardRef(function PlayFilled(_ref54, ref) {
|
|
1280
1260
|
let {
|
|
1281
1261
|
children,
|
|
1282
1262
|
size = 16,
|
|
1283
1263
|
...rest
|
|
1284
1264
|
} = _ref54;
|
|
1265
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1266
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1267
|
+
width: size,
|
|
1268
|
+
height: size,
|
|
1269
|
+
ref: ref,
|
|
1270
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1271
|
+
viewBox: "0 0 16 16",
|
|
1272
|
+
fill: "currentColor",
|
|
1273
|
+
...rest
|
|
1274
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1275
|
+
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"
|
|
1276
|
+
})), children);
|
|
1277
|
+
}
|
|
1285
1278
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1286
1279
|
width: size,
|
|
1287
1280
|
height: size,
|
|
@@ -1290,15 +1283,17 @@ const PricingTraditional = /*#__PURE__*/React.forwardRef(function PricingTraditi
|
|
|
1290
1283
|
viewBox: "0 0 32 32",
|
|
1291
1284
|
fill: "currentColor",
|
|
1292
1285
|
...rest
|
|
1293
|
-
},
|
|
1294
|
-
|
|
1295
|
-
d: "
|
|
1286
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1287
|
+
fill: "none",
|
|
1288
|
+
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"
|
|
1289
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1290
|
+
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"
|
|
1296
1291
|
})), children);
|
|
1297
1292
|
});
|
|
1298
1293
|
if (process.env.NODE_ENV !== "production") {
|
|
1299
|
-
|
|
1294
|
+
PlayFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1300
1295
|
}
|
|
1301
|
-
const
|
|
1296
|
+
const PlayFilledAlt = /*#__PURE__*/React.forwardRef(function PlayFilledAlt(_ref55, ref) {
|
|
1302
1297
|
let {
|
|
1303
1298
|
children,
|
|
1304
1299
|
size = 16,
|
|
@@ -1312,19 +1307,34 @@ const Printer = /*#__PURE__*/React.forwardRef(function Printer(_ref55, ref) {
|
|
|
1312
1307
|
viewBox: "0 0 32 32",
|
|
1313
1308
|
fill: "currentColor",
|
|
1314
1309
|
...rest
|
|
1315
|
-
},
|
|
1316
|
-
d: "
|
|
1310
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1311
|
+
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"
|
|
1317
1312
|
})), children);
|
|
1318
1313
|
});
|
|
1319
1314
|
if (process.env.NODE_ENV !== "production") {
|
|
1320
|
-
|
|
1315
|
+
PlayFilledAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1321
1316
|
}
|
|
1322
|
-
const
|
|
1317
|
+
const PlayOutline = /*#__PURE__*/React.forwardRef(function PlayOutline(_ref56, ref) {
|
|
1323
1318
|
let {
|
|
1324
1319
|
children,
|
|
1325
1320
|
size = 16,
|
|
1326
1321
|
...rest
|
|
1327
1322
|
} = _ref56;
|
|
1323
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1324
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1325
|
+
width: size,
|
|
1326
|
+
height: size,
|
|
1327
|
+
ref: ref,
|
|
1328
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1329
|
+
viewBox: "0 0 16 16",
|
|
1330
|
+
fill: "currentColor",
|
|
1331
|
+
...rest
|
|
1332
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1333
|
+
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"
|
|
1334
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1335
|
+
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"
|
|
1336
|
+
})), children);
|
|
1337
|
+
}
|
|
1328
1338
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1329
1339
|
width: size,
|
|
1330
1340
|
height: size,
|
|
@@ -1334,18 +1344,35 @@ const Process = /*#__PURE__*/React.forwardRef(function Process(_ref56, ref) {
|
|
|
1334
1344
|
fill: "currentColor",
|
|
1335
1345
|
...rest
|
|
1336
1346
|
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1337
|
-
d: "
|
|
1347
|
+
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"
|
|
1348
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1349
|
+
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"
|
|
1338
1350
|
})), children);
|
|
1339
1351
|
});
|
|
1340
1352
|
if (process.env.NODE_ENV !== "production") {
|
|
1341
|
-
|
|
1353
|
+
PlayOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
1342
1354
|
}
|
|
1343
|
-
const
|
|
1355
|
+
const PlayOutlineFilled = /*#__PURE__*/React.forwardRef(function PlayOutlineFilled(_ref57, ref) {
|
|
1344
1356
|
let {
|
|
1345
1357
|
children,
|
|
1346
1358
|
size = 16,
|
|
1347
1359
|
...rest
|
|
1348
1360
|
} = _ref57;
|
|
1361
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1362
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1363
|
+
width: size,
|
|
1364
|
+
height: size,
|
|
1365
|
+
ref: ref,
|
|
1366
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1367
|
+
viewBox: "0 0 16 16",
|
|
1368
|
+
fill: "currentColor",
|
|
1369
|
+
...rest
|
|
1370
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1371
|
+
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"
|
|
1372
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1373
|
+
d: "M6.5 10.2L10.5 8 6.5 5.8z"
|
|
1374
|
+
})), children);
|
|
1375
|
+
}
|
|
1349
1376
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1350
1377
|
width: size,
|
|
1351
1378
|
height: size,
|
|
@@ -1354,14 +1381,19 @@ const ProcessAutomate = /*#__PURE__*/React.forwardRef(function ProcessAutomate(_
|
|
|
1354
1381
|
viewBox: "0 0 32 32",
|
|
1355
1382
|
fill: "currentColor",
|
|
1356
1383
|
...rest
|
|
1357
|
-
},
|
|
1358
|
-
|
|
1384
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1385
|
+
fill: "none",
|
|
1386
|
+
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"
|
|
1387
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1388
|
+
d: "M12 20.382L20.764 16 12 11.618 12 20.382z"
|
|
1389
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1390
|
+
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"
|
|
1359
1391
|
})), children);
|
|
1360
1392
|
});
|
|
1361
1393
|
if (process.env.NODE_ENV !== "production") {
|
|
1362
|
-
|
|
1394
|
+
PlayOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1363
1395
|
}
|
|
1364
|
-
const
|
|
1396
|
+
const Playlist = /*#__PURE__*/React.forwardRef(function Playlist(_ref58, ref) {
|
|
1365
1397
|
let {
|
|
1366
1398
|
children,
|
|
1367
1399
|
size = 16,
|
|
@@ -1375,16 +1407,14 @@ const Product = /*#__PURE__*/React.forwardRef(function Product(_ref58, ref) {
|
|
|
1375
1407
|
viewBox: "0 0 32 32",
|
|
1376
1408
|
fill: "currentColor",
|
|
1377
1409
|
...rest
|
|
1378
|
-
},
|
|
1379
|
-
d: "
|
|
1380
|
-
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1381
|
-
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"
|
|
1410
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1411
|
+
d: "M4 6H22V8H4zM4 12H22V14H4zM4 18H16V20H4zM21 18L28 23 21 28 21 18z"
|
|
1382
1412
|
})), children);
|
|
1383
1413
|
});
|
|
1384
1414
|
if (process.env.NODE_ENV !== "production") {
|
|
1385
|
-
|
|
1415
|
+
Playlist.propTypes = iconPropTypes4cbeb95d.i;
|
|
1386
1416
|
}
|
|
1387
|
-
const
|
|
1417
|
+
const Plug = /*#__PURE__*/React.forwardRef(function Plug(_ref59, ref) {
|
|
1388
1418
|
let {
|
|
1389
1419
|
children,
|
|
1390
1420
|
size = 16,
|
|
@@ -1398,16 +1428,14 @@ const ProgressBar = /*#__PURE__*/React.forwardRef(function ProgressBar(_ref59, r
|
|
|
1398
1428
|
viewBox: "0 0 32 32",
|
|
1399
1429
|
fill: "currentColor",
|
|
1400
1430
|
...rest
|
|
1401
|
-
},
|
|
1402
|
-
d: "
|
|
1403
|
-
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1404
|
-
d: "M6 15H20V17H6z"
|
|
1431
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1432
|
+
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"
|
|
1405
1433
|
})), children);
|
|
1406
1434
|
});
|
|
1407
1435
|
if (process.env.NODE_ENV !== "production") {
|
|
1408
|
-
|
|
1436
|
+
Plug.propTypes = iconPropTypes4cbeb95d.i;
|
|
1409
1437
|
}
|
|
1410
|
-
const
|
|
1438
|
+
const PlugFilled = /*#__PURE__*/React.forwardRef(function PlugFilled(_ref60, ref) {
|
|
1411
1439
|
let {
|
|
1412
1440
|
children,
|
|
1413
1441
|
size = 16,
|
|
@@ -1421,18 +1449,14 @@ const ProgressBarRound = /*#__PURE__*/React.forwardRef(function ProgressBarRound
|
|
|
1421
1449
|
viewBox: "0 0 32 32",
|
|
1422
1450
|
fill: "currentColor",
|
|
1423
1451
|
...rest
|
|
1424
|
-
},
|
|
1425
|
-
d: "
|
|
1426
|
-
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1427
|
-
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"
|
|
1428
|
-
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1429
|
-
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"
|
|
1452
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1453
|
+
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"
|
|
1430
1454
|
})), children);
|
|
1431
1455
|
});
|
|
1432
1456
|
if (process.env.NODE_ENV !== "production") {
|
|
1433
|
-
|
|
1457
|
+
PlugFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1434
1458
|
}
|
|
1435
|
-
const
|
|
1459
|
+
const Png = /*#__PURE__*/React.forwardRef(function Png(_ref61, ref) {
|
|
1436
1460
|
let {
|
|
1437
1461
|
children,
|
|
1438
1462
|
size = 16,
|
|
@@ -1446,19 +1470,14 @@ const Promote = /*#__PURE__*/React.forwardRef(function Promote(_ref61, ref) {
|
|
|
1446
1470
|
viewBox: "0 0 32 32",
|
|
1447
1471
|
fill: "currentColor",
|
|
1448
1472
|
...rest
|
|
1449
|
-
},
|
|
1450
|
-
d: "
|
|
1451
|
-
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1452
|
-
d: "M6.3 19H17.6V21H6.3z",
|
|
1453
|
-
transform: "rotate(-45.001 12 20)"
|
|
1454
|
-
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1455
|
-
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"
|
|
1473
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1474
|
+
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"
|
|
1456
1475
|
})), children);
|
|
1457
1476
|
});
|
|
1458
1477
|
if (process.env.NODE_ENV !== "production") {
|
|
1459
|
-
|
|
1478
|
+
Png.propTypes = iconPropTypes4cbeb95d.i;
|
|
1460
1479
|
}
|
|
1461
|
-
const
|
|
1480
|
+
const PointOfPresence = /*#__PURE__*/React.forwardRef(function PointOfPresence(_ref62, ref) {
|
|
1462
1481
|
let {
|
|
1463
1482
|
children,
|
|
1464
1483
|
size = 16,
|
|
@@ -1472,30 +1491,16 @@ const PromptSession = /*#__PURE__*/React.forwardRef(function PromptSession(_ref6
|
|
|
1472
1491
|
viewBox: "0 0 32 32",
|
|
1473
1492
|
fill: "currentColor",
|
|
1474
1493
|
...rest
|
|
1475
|
-
},
|
|
1476
|
-
d: "
|
|
1477
|
-
})),
|
|
1478
|
-
d: "
|
|
1479
|
-
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
1480
|
-
cx: "9",
|
|
1481
|
-
cy: "13",
|
|
1482
|
-
r: "2"
|
|
1483
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
1484
|
-
cx: "16",
|
|
1485
|
-
cy: "13",
|
|
1486
|
-
r: "2"
|
|
1487
|
-
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
1488
|
-
cx: "23",
|
|
1489
|
-
cy: "13",
|
|
1490
|
-
r: "2"
|
|
1491
|
-
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1492
|
-
d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
|
|
1494
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1495
|
+
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"
|
|
1496
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1497
|
+
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"
|
|
1493
1498
|
})), children);
|
|
1494
1499
|
});
|
|
1495
1500
|
if (process.env.NODE_ENV !== "production") {
|
|
1496
|
-
|
|
1501
|
+
PointOfPresence.propTypes = iconPropTypes4cbeb95d.i;
|
|
1497
1502
|
}
|
|
1498
|
-
const
|
|
1503
|
+
const WatsonHealthPointerText = /*#__PURE__*/React.forwardRef(function WatsonHealthPointerText(_ref63, ref) {
|
|
1499
1504
|
let {
|
|
1500
1505
|
children,
|
|
1501
1506
|
size = 16,
|
|
@@ -1509,28 +1514,16 @@ const PromptTemplate = /*#__PURE__*/React.forwardRef(function PromptTemplate(_re
|
|
|
1509
1514
|
viewBox: "0 0 32 32",
|
|
1510
1515
|
fill: "currentColor",
|
|
1511
1516
|
...rest
|
|
1512
|
-
},
|
|
1513
|
-
d: "
|
|
1514
|
-
})),
|
|
1515
|
-
|
|
1516
|
-
cy: "13",
|
|
1517
|
-
r: "2"
|
|
1518
|
-
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
1519
|
-
cx: "16",
|
|
1520
|
-
cy: "13",
|
|
1521
|
-
r: "2"
|
|
1522
|
-
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
1523
|
-
cx: "9",
|
|
1524
|
-
cy: "13",
|
|
1525
|
-
r: "2"
|
|
1526
|
-
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1527
|
-
d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
|
|
1517
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1518
|
+
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"
|
|
1519
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1520
|
+
d: "M22,15H17v2h5v2H18a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h6V17A2,2,0,0,0,22,15Zm0,8H18V21h4Z"
|
|
1528
1521
|
})), children);
|
|
1529
1522
|
});
|
|
1530
1523
|
if (process.env.NODE_ENV !== "production") {
|
|
1531
|
-
|
|
1524
|
+
WatsonHealthPointerText.propTypes = iconPropTypes4cbeb95d.i;
|
|
1532
1525
|
}
|
|
1533
|
-
const
|
|
1526
|
+
const Police = /*#__PURE__*/React.forwardRef(function Police(_ref64, ref) {
|
|
1534
1527
|
let {
|
|
1535
1528
|
children,
|
|
1536
1529
|
size = 16,
|
|
@@ -1544,14 +1537,18 @@ const PropertyRelationship = /*#__PURE__*/React.forwardRef(function PropertyRela
|
|
|
1544
1537
|
viewBox: "0 0 32 32",
|
|
1545
1538
|
fill: "currentColor",
|
|
1546
1539
|
...rest
|
|
1547
|
-
},
|
|
1548
|
-
d: "
|
|
1549
|
-
})),
|
|
1540
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1541
|
+
d: "M10 24H12V30H10z"
|
|
1542
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1543
|
+
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"
|
|
1544
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1545
|
+
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"
|
|
1546
|
+
})), children);
|
|
1550
1547
|
});
|
|
1551
1548
|
if (process.env.NODE_ENV !== "production") {
|
|
1552
|
-
|
|
1549
|
+
Police.propTypes = iconPropTypes4cbeb95d.i;
|
|
1553
1550
|
}
|
|
1554
|
-
const
|
|
1551
|
+
const Policy = /*#__PURE__*/React.forwardRef(function Policy(_ref65, ref) {
|
|
1555
1552
|
let {
|
|
1556
1553
|
children,
|
|
1557
1554
|
size = 16,
|
|
@@ -1566,14 +1563,15 @@ const PullRequest = /*#__PURE__*/React.forwardRef(function PullRequest(_ref65, r
|
|
|
1566
1563
|
fill: "currentColor",
|
|
1567
1564
|
...rest
|
|
1568
1565
|
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1569
|
-
|
|
1570
|
-
|
|
1566
|
+
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"
|
|
1567
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1568
|
+
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"
|
|
1571
1569
|
})), children);
|
|
1572
1570
|
});
|
|
1573
1571
|
if (process.env.NODE_ENV !== "production") {
|
|
1574
|
-
|
|
1572
|
+
Policy.propTypes = iconPropTypes4cbeb95d.i;
|
|
1575
1573
|
}
|
|
1576
|
-
const
|
|
1574
|
+
const Popup = /*#__PURE__*/React.forwardRef(function Popup(_ref66, ref) {
|
|
1577
1575
|
let {
|
|
1578
1576
|
children,
|
|
1579
1577
|
size = 16,
|
|
@@ -1587,14 +1585,16 @@ const PunctuationCheck = /*#__PURE__*/React.forwardRef(function PunctuationCheck
|
|
|
1587
1585
|
viewBox: "0 0 32 32",
|
|
1588
1586
|
fill: "currentColor",
|
|
1589
1587
|
...rest
|
|
1590
|
-
},
|
|
1591
|
-
d: "
|
|
1588
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1589
|
+
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"
|
|
1590
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1591
|
+
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"
|
|
1592
1592
|
})), children);
|
|
1593
1593
|
});
|
|
1594
1594
|
if (process.env.NODE_ENV !== "production") {
|
|
1595
|
-
|
|
1595
|
+
Popup.propTypes = iconPropTypes4cbeb95d.i;
|
|
1596
1596
|
}
|
|
1597
|
-
const
|
|
1597
|
+
const PortDefinition = /*#__PURE__*/React.forwardRef(function PortDefinition(_ref67, ref) {
|
|
1598
1598
|
let {
|
|
1599
1599
|
children,
|
|
1600
1600
|
size = 16,
|
|
@@ -1608,16 +1608,15 @@ const Purchase = /*#__PURE__*/React.forwardRef(function Purchase(_ref67, ref) {
|
|
|
1608
1608
|
viewBox: "0 0 32 32",
|
|
1609
1609
|
fill: "currentColor",
|
|
1610
1610
|
...rest
|
|
1611
|
-
},
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
d: "M6 20H16V22H6z"
|
|
1611
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1612
|
+
strokeWidth: "0",
|
|
1613
|
+
d: "m19,7v-3.3999c0-.8837-.7164-1.6001-1.6001-1.6001H4v2h13v3h-6c-1.1046,0-2,.8954-2,2v14c0,1.1046.8954,2,2,2h6v3H4v2h13.3999c.8837,0,1.6001-.7164,1.6001-1.6001v-3.3999h6c1.1046,0,2-.8954,2-2v-14c0-1.1046-.8954-2-2-2h-6Zm6,16h-14v-14h14v14Z"
|
|
1615
1614
|
})), children);
|
|
1616
1615
|
});
|
|
1617
1616
|
if (process.env.NODE_ENV !== "production") {
|
|
1618
|
-
|
|
1617
|
+
PortDefinition.propTypes = iconPropTypes4cbeb95d.i;
|
|
1619
1618
|
}
|
|
1620
|
-
const
|
|
1619
|
+
const PortInput = /*#__PURE__*/React.forwardRef(function PortInput(_ref68, ref) {
|
|
1621
1620
|
let {
|
|
1622
1621
|
children,
|
|
1623
1622
|
size = 16,
|
|
@@ -1631,16 +1630,16 @@ const WatsonHealthQcLaunch = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
1631
1630
|
viewBox: "0 0 32 32",
|
|
1632
1631
|
fill: "currentColor",
|
|
1633
1632
|
...rest
|
|
1634
|
-
},
|
|
1635
|
-
d: "
|
|
1636
|
-
})),
|
|
1637
|
-
d: "
|
|
1633
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1634
|
+
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"
|
|
1635
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1636
|
+
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"
|
|
1638
1637
|
})), children);
|
|
1639
1638
|
});
|
|
1640
1639
|
if (process.env.NODE_ENV !== "production") {
|
|
1641
|
-
|
|
1640
|
+
PortInput.propTypes = iconPropTypes4cbeb95d.i;
|
|
1642
1641
|
}
|
|
1643
|
-
const
|
|
1642
|
+
const PortOutput = /*#__PURE__*/React.forwardRef(function PortOutput(_ref69, ref) {
|
|
1644
1643
|
let {
|
|
1645
1644
|
children,
|
|
1646
1645
|
size = 16,
|
|
@@ -1654,15 +1653,16 @@ const Qiskit = /*#__PURE__*/React.forwardRef(function Qiskit(_ref69, ref) {
|
|
|
1654
1653
|
viewBox: "0 0 32 32",
|
|
1655
1654
|
fill: "currentColor",
|
|
1656
1655
|
...rest
|
|
1657
|
-
},
|
|
1658
|
-
|
|
1659
|
-
|
|
1656
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1657
|
+
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"
|
|
1658
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1659
|
+
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"
|
|
1660
1660
|
})), children);
|
|
1661
1661
|
});
|
|
1662
1662
|
if (process.env.NODE_ENV !== "production") {
|
|
1663
|
-
|
|
1663
|
+
PortOutput.propTypes = iconPropTypes4cbeb95d.i;
|
|
1664
1664
|
}
|
|
1665
|
-
const
|
|
1665
|
+
const PortUsage = /*#__PURE__*/React.forwardRef(function PortUsage(_ref70, ref) {
|
|
1666
1666
|
let {
|
|
1667
1667
|
children,
|
|
1668
1668
|
size = 16,
|
|
@@ -1676,34 +1676,15 @@ const QqPlot = /*#__PURE__*/React.forwardRef(function QqPlot(_ref70, ref) {
|
|
|
1676
1676
|
viewBox: "0 0 32 32",
|
|
1677
1677
|
fill: "currentColor",
|
|
1678
1678
|
...rest
|
|
1679
|
-
},
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
r: "2"
|
|
1683
|
-
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
1684
|
-
cx: "8",
|
|
1685
|
-
cy: "16",
|
|
1686
|
-
r: "2"
|
|
1687
|
-
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
1688
|
-
cx: "28",
|
|
1689
|
-
cy: "12",
|
|
1690
|
-
r: "2"
|
|
1691
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
1692
|
-
cx: "11",
|
|
1693
|
-
cy: "7",
|
|
1694
|
-
r: "2"
|
|
1695
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
1696
|
-
cx: "16",
|
|
1697
|
-
cy: "24",
|
|
1698
|
-
r: "2"
|
|
1699
|
-
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1700
|
-
d: "M30,3.4131,28.5859,2,4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4131Z"
|
|
1679
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1680
|
+
strokeWidth: "0",
|
|
1681
|
+
d: "m21,7h-2v-3.3999c0-.8999-.7002-1.6001-1.6001-1.6001H4v2h13v3h-2c-3.3,0-6,2.7002-6,6v6c0,3.2998,2.7,6,6,6h2v3H4v2h13.3999c.8999,0,1.6001-.7002,1.6001-1.6001v-3.3999h2c3.3,0,6-2.7002,6-6v-6c0-3.2998-2.7-6-6-6Zm4,12c0,2.2002-1.8,4-4,4h-6c-2.2,0-4-1.7998-4-4v-6c0-2.2002,1.8-4,4-4h6c2.2,0,4,1.7998,4,4v6Z"
|
|
1701
1682
|
})), children);
|
|
1702
1683
|
});
|
|
1703
1684
|
if (process.env.NODE_ENV !== "production") {
|
|
1704
|
-
|
|
1685
|
+
PortUsage.propTypes = iconPropTypes4cbeb95d.i;
|
|
1705
1686
|
}
|
|
1706
|
-
const
|
|
1687
|
+
const Portfolio = /*#__PURE__*/React.forwardRef(function Portfolio(_ref71, ref) {
|
|
1707
1688
|
let {
|
|
1708
1689
|
children,
|
|
1709
1690
|
size = 16,
|
|
@@ -1717,41 +1698,34 @@ const QrCode = /*#__PURE__*/React.forwardRef(function QrCode(_ref71, ref) {
|
|
|
1717
1698
|
viewBox: "0 0 32 32",
|
|
1718
1699
|
fill: "currentColor",
|
|
1719
1700
|
...rest
|
|
1720
|
-
},
|
|
1721
|
-
d: "
|
|
1722
|
-
transform: "rotate(-90 25 27)"
|
|
1723
|
-
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1724
|
-
d: "M18 22H20V24H18z",
|
|
1725
|
-
transform: "rotate(-90 19 23)"
|
|
1726
|
-
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1727
|
-
d: "M18 30L22 30 22 28 20 28 20 26 18 26 18 30z"
|
|
1728
|
-
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1729
|
-
d: "M25 23H29V25H25z",
|
|
1730
|
-
transform: "rotate(-90 27 24)"
|
|
1731
|
-
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1732
|
-
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"
|
|
1733
|
-
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1734
|
-
d: "M19 17H21V21H19z",
|
|
1735
|
-
transform: "rotate(-90 20 19)"
|
|
1736
|
-
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1737
|
-
d: "M6 22H10V26H6z"
|
|
1738
|
-
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1739
|
-
d: "M14 30H2V18H14zM4 28h8V20H4zM22 6H26V10H22z"
|
|
1740
|
-
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1741
|
-
d: "M30 14H18V2H30zM20 12h8V4H20zM6 6H10V10H6z"
|
|
1742
|
-
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1743
|
-
d: "M14,14H2V2H14ZM4,12h8V4H4Z"
|
|
1701
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1702
|
+
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"
|
|
1744
1703
|
})), children);
|
|
1745
1704
|
});
|
|
1746
1705
|
if (process.env.NODE_ENV !== "production") {
|
|
1747
|
-
|
|
1706
|
+
Portfolio.propTypes = iconPropTypes4cbeb95d.i;
|
|
1748
1707
|
}
|
|
1749
|
-
const
|
|
1708
|
+
const Power = /*#__PURE__*/React.forwardRef(function Power(_ref72, ref) {
|
|
1750
1709
|
let {
|
|
1751
1710
|
children,
|
|
1752
1711
|
size = 16,
|
|
1753
1712
|
...rest
|
|
1754
1713
|
} = _ref72;
|
|
1714
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1715
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1716
|
+
width: size,
|
|
1717
|
+
height: size,
|
|
1718
|
+
ref: ref,
|
|
1719
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1720
|
+
viewBox: "0 0 16 16",
|
|
1721
|
+
fill: "currentColor",
|
|
1722
|
+
...rest
|
|
1723
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1724
|
+
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"
|
|
1725
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1726
|
+
d: "M7.5 1H8.5V8H7.5z"
|
|
1727
|
+
})), children);
|
|
1728
|
+
}
|
|
1755
1729
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1756
1730
|
width: size,
|
|
1757
1731
|
height: size,
|
|
@@ -1760,44 +1734,16 @@ const QuadrantPlot = /*#__PURE__*/React.forwardRef(function QuadrantPlot(_ref72,
|
|
|
1760
1734
|
viewBox: "0 0 32 32",
|
|
1761
1735
|
fill: "currentColor",
|
|
1762
1736
|
...rest
|
|
1763
|
-
},
|
|
1764
|
-
d: "
|
|
1765
|
-
})),
|
|
1766
|
-
d: "
|
|
1767
|
-
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
1768
|
-
cx: "11",
|
|
1769
|
-
cy: "11",
|
|
1770
|
-
r: "2"
|
|
1771
|
-
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
1772
|
-
cx: "11",
|
|
1773
|
-
cy: "21",
|
|
1774
|
-
r: "2"
|
|
1775
|
-
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
1776
|
-
cx: "21",
|
|
1777
|
-
cy: "21",
|
|
1778
|
-
r: "2"
|
|
1779
|
-
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
1780
|
-
cx: "22",
|
|
1781
|
-
cy: "28",
|
|
1782
|
-
r: "2"
|
|
1783
|
-
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
1784
|
-
cx: "28",
|
|
1785
|
-
cy: "24",
|
|
1786
|
-
r: "2"
|
|
1787
|
-
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
1788
|
-
cx: "4",
|
|
1789
|
-
cy: "11",
|
|
1790
|
-
r: "2"
|
|
1791
|
-
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
1792
|
-
cx: "28",
|
|
1793
|
-
cy: "4",
|
|
1794
|
-
r: "2"
|
|
1737
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1738
|
+
d: "M22.5,5.74l-1,1.73a11,11,0,1,1-11,0l-1-1.73a13,13,0,1,0,13,0Z"
|
|
1739
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1740
|
+
d: "M15 2H17V16H15z"
|
|
1795
1741
|
})), children);
|
|
1796
1742
|
});
|
|
1797
1743
|
if (process.env.NODE_ENV !== "production") {
|
|
1798
|
-
|
|
1744
|
+
Power.propTypes = iconPropTypes4cbeb95d.i;
|
|
1799
1745
|
}
|
|
1800
|
-
const
|
|
1746
|
+
const PowerEnterprisePoolsMeteredCapacityIntegration = /*#__PURE__*/React.forwardRef(function PowerEnterprisePoolsMeteredCapacityIntegration(_ref73, ref) {
|
|
1801
1747
|
let {
|
|
1802
1748
|
children,
|
|
1803
1749
|
size = 16,
|
|
@@ -1811,20 +1757,20 @@ const Query = /*#__PURE__*/React.forwardRef(function Query(_ref73, ref) {
|
|
|
1811
1757
|
viewBox: "0 0 32 32",
|
|
1812
1758
|
fill: "currentColor",
|
|
1813
1759
|
...rest
|
|
1814
|
-
},
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
})),
|
|
1819
|
-
d: "
|
|
1820
|
-
})),
|
|
1821
|
-
d: "
|
|
1760
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1761
|
+
d: "M16.0166,29.9937c-7.7085,0-13.9863-6.2646-13.9995-13.9761-.0068-3.7358,1.4443-7.2534,4.0854-9.9043l1.417,1.4121c-2.2642,2.272-3.5083,5.2866-3.5024,8.4888.0054,3.2056,1.2588,6.2168,3.5293,8.4795,2.2651,2.2573,5.2725,3.5,8.4702,3.5h.021c1.3477-.0024,2.6533-.2212,3.8799-.6514l.6611,1.8877c-1.4385.5039-2.9653.7612-4.5381.7637h-.0239Z"
|
|
1762
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1763
|
+
d: "M15 16h2v4h2c1.1046 0 2 .8954 2 2v3h-2v-3h-2v3h-2v-3h-2v3h-2v-3c0-1.1046.8954-2 2-2h2v-4zM23 26h0c.5523 0 1 .4477 1 1h0c0 .5523-.4477 1-1 1h0c-.5523 0-1-.4477-1-1h0c0-.5523.4477-1 1-1zM9 4h0c.5523 0 1 .4477 1 1h0c0 .5523-.4477 1-1 1h0c-.5523 0-1-.4477-1-1h0c0-.5523.4477-1 1-1z"
|
|
1764
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1765
|
+
d: "M20.9199,10.1064c-.4219-2.332-2.4678-4.1064-4.9199-4.1064s-4.498,1.7744-4.9199,4.1064c-1.7637.417-3.0801,2.0049-3.0801,3.8936,0,2.2061,1.7939,4,4,4h1v-2h-1c-1.1025,0-2-.8975-2-2s.8975-2,2-2h1v-1c0-1.6543,1.3457-3,3-3s3,1.3457,3,3v1h1c1.1025,0,2,.8975,2,2s-.8975,2-2,2h-1v2h1c2.2061,0,4-1.7939,4-4,0-1.8887-1.3164-3.4766-3.0801-3.8936Z"
|
|
1766
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1767
|
+
d: "M25.8999,25.8885l-1.4141-1.4141c2.2681-2.2681,3.5171-5.2808,3.5171-8.4829,0-6.6167-5.3833-12-12-12-1.3491,0-2.6548.2168-3.8809.644l-.6582-1.8887c1.4385-.501,2.9653-.7554,4.5391-.7554,7.7197,0,14,6.2803,14,14,0,3.7363-1.457,7.251-4.103,9.897Z"
|
|
1822
1768
|
})), children);
|
|
1823
1769
|
});
|
|
1824
1770
|
if (process.env.NODE_ENV !== "production") {
|
|
1825
|
-
|
|
1771
|
+
PowerEnterprisePoolsMeteredCapacityIntegration.propTypes = iconPropTypes4cbeb95d.i;
|
|
1826
1772
|
}
|
|
1827
|
-
const
|
|
1773
|
+
const PowerVirtualServerDisasterRecoveryAutomation = /*#__PURE__*/React.forwardRef(function PowerVirtualServerDisasterRecoveryAutomation(_ref74, ref) {
|
|
1828
1774
|
let {
|
|
1829
1775
|
children,
|
|
1830
1776
|
size = 16,
|
|
@@ -1838,14 +1784,14 @@ const QueryQueue = /*#__PURE__*/React.forwardRef(function QueryQueue(_ref74, ref
|
|
|
1838
1784
|
viewBox: "0 0 32 32",
|
|
1839
1785
|
fill: "currentColor",
|
|
1840
1786
|
...rest
|
|
1841
|
-
},
|
|
1842
|
-
d: "
|
|
1787
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1788
|
+
d: "M9,16h0c0,.3369.024.6749.0714,1.006l-1.9795.2832c-.061-.4238-.0919-.858-.0919-1.2892,0-4.9629,4.0376-9,9-9,2.0435,0,4.0444.7041,5.6348,1.9814l-1.2529,1.5596c-1.2544-1.0083-2.7696-1.541-4.3819-1.541-3.8599,0-6.9999,3.1401-6.9999,7.0001h-.0001ZM8,20c0,.5522.4478,1,1,1s1-.4478,1-1-.4478-1-1-1-1,.4478-1,1ZM16,4c6.6166,0,12,5.3833,12,12h2c0-7.7197-6.2803-14-14-14-1.6431,0-3.2529.2822-4.7846.8389l.6836,1.8799c1.3115-.4771,2.6913-.7188,4.101-.7188ZM22,12c0,.5522.4478,1,1,1s1-.4478,1-1-.4478-1-1-1-1,.4478-1,1ZM9,6c.5522,0,1-.4478,1-1s-.4478-1-1-1-1,.4478-1,1,.4478,1,1,1ZM4,16h0c0-3.2051,1.2481-6.2188,3.5147-8.4854l-1.4141-1.4141c-2.6445,2.6445-4.1006,6.1603-4.1006,9.8995,0,7.7197,6.2803,14,14,14v-2c-6.6166,0-12-5.3832-12-12ZM28.5,25.5c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-.4617.1135-.8942.3006-1.2853l-5.5153-5.5153c-.3911.1871-.8236.3006-1.2853.3006-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3c0,.4617-.1135.8942-.3006,1.2853l5.5153,5.5153c.3911-.1871.8236-.3006,1.2853-.3006,1.6543,0,3,1.3456,3,2.9999h0ZM16,17c.5513,0,1-.4487,1-1s-.4487-1-1-1-1,.4487-1,1,.4487,1,1,1ZM26.5,25.5c0-.5518-.4482-1-1-1s-1,.4482-1,1,.4482,1,1,1,1-.4482,1-1Z"
|
|
1843
1789
|
})), children);
|
|
1844
1790
|
});
|
|
1845
1791
|
if (process.env.NODE_ENV !== "production") {
|
|
1846
|
-
|
|
1792
|
+
PowerVirtualServerDisasterRecoveryAutomation.propTypes = iconPropTypes4cbeb95d.i;
|
|
1847
1793
|
}
|
|
1848
|
-
const
|
|
1794
|
+
const Ppt = /*#__PURE__*/React.forwardRef(function Ppt(_ref75, ref) {
|
|
1849
1795
|
let {
|
|
1850
1796
|
children,
|
|
1851
1797
|
size = 16,
|
|
@@ -1859,18 +1805,14 @@ const QuestionAnswering = /*#__PURE__*/React.forwardRef(function QuestionAnsweri
|
|
|
1859
1805
|
viewBox: "0 0 32 32",
|
|
1860
1806
|
fill: "currentColor",
|
|
1861
1807
|
...rest
|
|
1862
|
-
},
|
|
1863
|
-
|
|
1864
|
-
d: "M20 15.1798L17.41 12.59 16 14 20 18 26 12 24.59 10.59 20 15.1798zM8 18H10V20H8zM12 9h-5v2h4v2h-3v3h2v-1h2c.5522 0 1-.4478 1-1v-4c0-.5522-.4478-1-1-1z"
|
|
1865
|
-
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1866
|
-
strokeWidth: "0",
|
|
1867
|
-
d: "m17.7358,30l-1.7358-1,4-7h6c1.1071,0,2-.8926,2-2v-12c0-1.1074-.8929-2-2-2H6c-1.1071,0-2,.8926-2,2v12c0,1.1074.8929,2,2,2h9v2H6c-2.2093,0-4-1.79-4-4v-12c0-2.2109,1.7907-4,4-4h20c2.2093,0,4,1.7891,4,4v12c0,2.21-1.7907,4-4,4h-4.8354l-3.4287,6Z"
|
|
1808
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1809
|
+
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"
|
|
1868
1810
|
})), children);
|
|
1869
1811
|
});
|
|
1870
1812
|
if (process.env.NODE_ENV !== "production") {
|
|
1871
|
-
|
|
1813
|
+
Ppt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1872
1814
|
}
|
|
1873
|
-
const
|
|
1815
|
+
const PresentationFile = /*#__PURE__*/React.forwardRef(function PresentationFile(_ref76, ref) {
|
|
1874
1816
|
let {
|
|
1875
1817
|
children,
|
|
1876
1818
|
size = 16,
|
|
@@ -1884,14 +1826,16 @@ const Queued = /*#__PURE__*/React.forwardRef(function Queued(_ref76, ref) {
|
|
|
1884
1826
|
viewBox: "0 0 32 32",
|
|
1885
1827
|
fill: "currentColor",
|
|
1886
1828
|
...rest
|
|
1887
|
-
},
|
|
1888
|
-
d: "
|
|
1829
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1830
|
+
d: "M15 10H17V18H15zM20 14H22V18H20zM10 12H12V18H10z"
|
|
1831
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1832
|
+
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"
|
|
1889
1833
|
})), children);
|
|
1890
1834
|
});
|
|
1891
1835
|
if (process.env.NODE_ENV !== "production") {
|
|
1892
|
-
|
|
1836
|
+
PresentationFile.propTypes = iconPropTypes4cbeb95d.i;
|
|
1893
1837
|
}
|
|
1894
|
-
const
|
|
1838
|
+
const Pressure = /*#__PURE__*/React.forwardRef(function Pressure(_ref77, ref) {
|
|
1895
1839
|
let {
|
|
1896
1840
|
children,
|
|
1897
1841
|
size = 16,
|
|
@@ -1905,14 +1849,14 @@ const Quotes = /*#__PURE__*/React.forwardRef(function Quotes(_ref77, ref) {
|
|
|
1905
1849
|
viewBox: "0 0 32 32",
|
|
1906
1850
|
fill: "currentColor",
|
|
1907
1851
|
...rest
|
|
1908
|
-
},
|
|
1909
|
-
d: "
|
|
1852
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1853
|
+
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"
|
|
1910
1854
|
})), children);
|
|
1911
1855
|
});
|
|
1912
1856
|
if (process.env.NODE_ENV !== "production") {
|
|
1913
|
-
|
|
1857
|
+
Pressure.propTypes = iconPropTypes4cbeb95d.i;
|
|
1914
1858
|
}
|
|
1915
|
-
const
|
|
1859
|
+
const PressureFilled = /*#__PURE__*/React.forwardRef(function PressureFilled(_ref78, ref) {
|
|
1916
1860
|
let {
|
|
1917
1861
|
children,
|
|
1918
1862
|
size = 16,
|
|
@@ -1926,14 +1870,14 @@ const Radar = /*#__PURE__*/React.forwardRef(function Radar(_ref78, ref) {
|
|
|
1926
1870
|
viewBox: "0 0 32 32",
|
|
1927
1871
|
fill: "currentColor",
|
|
1928
1872
|
...rest
|
|
1929
|
-
},
|
|
1930
|
-
d: "
|
|
1873
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1874
|
+
d: "M22 30H10V25H6l10-9 10 9H22zM16 16L6 7h4V2H22V7h4z"
|
|
1931
1875
|
})), children);
|
|
1932
1876
|
});
|
|
1933
1877
|
if (process.env.NODE_ENV !== "production") {
|
|
1934
|
-
|
|
1878
|
+
PressureFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1935
1879
|
}
|
|
1936
|
-
const
|
|
1880
|
+
const PreviousFilled = /*#__PURE__*/React.forwardRef(function PreviousFilled(_ref79, ref) {
|
|
1937
1881
|
let {
|
|
1938
1882
|
children,
|
|
1939
1883
|
size = 16,
|
|
@@ -1947,14 +1891,18 @@ const RadarEnhanced = /*#__PURE__*/React.forwardRef(function RadarEnhanced(_ref7
|
|
|
1947
1891
|
viewBox: "0 0 32 32",
|
|
1948
1892
|
fill: "currentColor",
|
|
1949
1893
|
...rest
|
|
1950
|
-
},
|
|
1951
|
-
d: "
|
|
1894
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1895
|
+
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"
|
|
1896
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1897
|
+
fill: "none",
|
|
1898
|
+
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",
|
|
1899
|
+
"data-icon-path": "inner-path"
|
|
1952
1900
|
})), children);
|
|
1953
1901
|
});
|
|
1954
1902
|
if (process.env.NODE_ENV !== "production") {
|
|
1955
|
-
|
|
1903
|
+
PreviousFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1956
1904
|
}
|
|
1957
|
-
const
|
|
1905
|
+
const PreviousOutline = /*#__PURE__*/React.forwardRef(function PreviousOutline(_ref80, ref) {
|
|
1958
1906
|
let {
|
|
1959
1907
|
children,
|
|
1960
1908
|
size = 16,
|
|
@@ -1968,14 +1916,16 @@ const RadarWeather = /*#__PURE__*/React.forwardRef(function RadarWeather(_ref80,
|
|
|
1968
1916
|
viewBox: "0 0 32 32",
|
|
1969
1917
|
fill: "currentColor",
|
|
1970
1918
|
...rest
|
|
1971
|
-
},
|
|
1972
|
-
d: "
|
|
1919
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1920
|
+
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"
|
|
1921
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1922
|
+
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"
|
|
1973
1923
|
})), children);
|
|
1974
1924
|
});
|
|
1975
1925
|
if (process.env.NODE_ENV !== "production") {
|
|
1976
|
-
|
|
1926
|
+
PreviousOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
1977
1927
|
}
|
|
1978
|
-
const
|
|
1928
|
+
const PricingConsumption = /*#__PURE__*/React.forwardRef(function PricingConsumption(_ref81, ref) {
|
|
1979
1929
|
let {
|
|
1980
1930
|
children,
|
|
1981
1931
|
size = 16,
|
|
@@ -1989,16 +1939,18 @@ const Radio = /*#__PURE__*/React.forwardRef(function Radio(_ref81, ref) {
|
|
|
1989
1939
|
viewBox: "0 0 32 32",
|
|
1990
1940
|
fill: "currentColor",
|
|
1991
1941
|
...rest
|
|
1992
|
-
},
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1942
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1943
|
+
strokeWidth: "0",
|
|
1944
|
+
d: "M16 2v2c6.63 0 12 5.37 12 12s-5.37 12-12 12v2c7.73 0 14-6.27 14-14S23.73 2 16 2zM8.24 25.14l-1.29 1.53c1.23 1.04 2.64 1.87 4.18 2.44l.68-1.88c-1.32-.49-2.53-1.2-3.58-2.09h.01zM4.19 18l-1.97.41c.28 1.63.84 3.16 1.64 4.54l1.73-.95c-.68-1.18-1.16-2.61-1.4-4zM5.59 10l-1.73-1c-.79 1.38-1.35 2.96-1.64 4.59l1.97.35c.24-1.39.72-2.75 1.4-3.93v-.01zM11.82 4.76l-.68-1.88c-1.54.57-2.95 1.4-4.18 2.44l1.29 1.53c1.05-.89 2.26-1.6 3.58-2.09h-.01z"
|
|
1945
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1946
|
+
strokeWidth: "0",
|
|
1947
|
+
d: "m21,12v-2h-4v-3h-2v3h-2c-1.103,0-2,.897-2,2v3c0,1.103.897,2,2,2h6v3h-8v2h4v3h2v-3h2c1.103,0,2-.8975,2-2v-3c0-1.103-.897-2-2-2h-6v-3h8Z"
|
|
1996
1948
|
})), children);
|
|
1997
1949
|
});
|
|
1998
1950
|
if (process.env.NODE_ENV !== "production") {
|
|
1999
|
-
|
|
1951
|
+
PricingConsumption.propTypes = iconPropTypes4cbeb95d.i;
|
|
2000
1952
|
}
|
|
2001
|
-
const
|
|
1953
|
+
const PricingContainer = /*#__PURE__*/React.forwardRef(function PricingContainer(_ref82, ref) {
|
|
2002
1954
|
let {
|
|
2003
1955
|
children,
|
|
2004
1956
|
size = 16,
|
|
@@ -2012,16 +1964,18 @@ const RadioCombat = /*#__PURE__*/React.forwardRef(function RadioCombat(_ref82, r
|
|
|
2012
1964
|
viewBox: "0 0 32 32",
|
|
2013
1965
|
fill: "currentColor",
|
|
2014
1966
|
...rest
|
|
2015
|
-
},
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
1967
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1968
|
+
strokeWidth: "0",
|
|
1969
|
+
d: "M28 2h-5v2h5v24h-5v2h5c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM23 20.52c0-4.62-3.78-5.14-6.82-5.56-3.31-.46-5.18-.86-5.18-3.71 0-2.39 2.51-3.24 4.65-3.24 2.32 0 4.14.86 5.57 2.63l1.56-1.26c-1.52-1.88-3.46-2.97-5.78-3.28v-3.1h-2v3.02c-3.62.22-6 2.26-6 5.22 0 4.73 3.83 5.26 6.91 5.69 3.25.45 5.09.84 5.09 3.58 0 3.03-3.13 3.48-5 3.48-3.43 0-4.88-.96-6.22-2.63l-1.56 1.26c1.77 2.19 3.73 3.17 6.78 3.34v3.04h2v-3.04c3.73-.3 6-2.33 6-5.44z"
|
|
1970
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1971
|
+
strokeWidth: "0",
|
|
1972
|
+
d: "m4,4h5V2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h5v-2H4V4Z"
|
|
2019
1973
|
})), children);
|
|
2020
1974
|
});
|
|
2021
1975
|
if (process.env.NODE_ENV !== "production") {
|
|
2022
|
-
|
|
1976
|
+
PricingContainer.propTypes = iconPropTypes4cbeb95d.i;
|
|
2023
1977
|
}
|
|
2024
|
-
const
|
|
1978
|
+
const PricingQuickProposal = /*#__PURE__*/React.forwardRef(function PricingQuickProposal(_ref83, ref) {
|
|
2025
1979
|
let {
|
|
2026
1980
|
children,
|
|
2027
1981
|
size = 16,
|
|
@@ -2035,20 +1989,15 @@ const RadioPushToTalk = /*#__PURE__*/React.forwardRef(function RadioPushToTalk(_
|
|
|
2035
1989
|
viewBox: "0 0 32 32",
|
|
2036
1990
|
fill: "currentColor",
|
|
2037
1991
|
...rest
|
|
2038
|
-
},
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
cx: "16",
|
|
2042
|
-
cy: "23",
|
|
2043
|
-
r: "2"
|
|
2044
|
-
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2045
|
-
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"
|
|
1992
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1993
|
+
strokeWidth: "0",
|
|
1994
|
+
d: "M29 20.52c0-4.62-3.78-5.14-6.82-5.56-3.31-.46-5.18-.86-5.18-3.71 0-2.39 2.51-3.24 4.65-3.24 2.32 0 4.14.86 5.57 2.63l1.56-1.26c-1.52-1.88-3.46-2.97-5.78-3.28v-3.1h-2v3.02c-3.62.22-6 2.26-6 5.22 0 4.73 3.83 5.26 6.91 5.69 3.25.45 5.09.84 5.09 3.58 0 3.03-3.13 3.48-5 3.48-3.43 0-4.88-.96-6.22-2.63l-1.56 1.26c1.77 2.19 3.73 3.17 6.78 3.34v3.04h2v-3.04c3.73-.3 6-2.33 6-5.44zM3 11H11V13H3zM3 19H11V21H3zM5 15H13V17H5z"
|
|
2046
1995
|
})), children);
|
|
2047
1996
|
});
|
|
2048
1997
|
if (process.env.NODE_ENV !== "production") {
|
|
2049
|
-
|
|
1998
|
+
PricingQuickProposal.propTypes = iconPropTypes4cbeb95d.i;
|
|
2050
1999
|
}
|
|
2051
|
-
const
|
|
2000
|
+
const PricingTailored = /*#__PURE__*/React.forwardRef(function PricingTailored(_ref84, ref) {
|
|
2052
2001
|
let {
|
|
2053
2002
|
children,
|
|
2054
2003
|
size = 16,
|
|
@@ -2062,14 +2011,18 @@ const RadioButton = /*#__PURE__*/React.forwardRef(function RadioButton(_ref84, r
|
|
|
2062
2011
|
viewBox: "0 0 32 32",
|
|
2063
2012
|
fill: "currentColor",
|
|
2064
2013
|
...rest
|
|
2065
|
-
},
|
|
2066
|
-
|
|
2014
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2015
|
+
strokeWidth: "0",
|
|
2016
|
+
d: "M27 21h-2c0-2.8226 0-7.0881-10.0903-8.0042l.1807-1.9917c11.9097 1.0811 11.9097 6.8802 11.9097 9.9958zM16.9097 20.9958c-11.9097-1.0811-11.9097-6.8802-11.9097-9.9958h2c0 2.8226 0 7.0881 10.0903 8.0042l-.1807 1.9917z"
|
|
2017
|
+
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2018
|
+
strokeWidth: "0",
|
|
2019
|
+
d: "m23,20.52c0-4.62-3.78-5.14-6.82-5.56-3.31-.46-5.18-.86-5.18-3.71,0-2.39,2.51-3.24,4.65-3.24,2.32,0,4.14.86,5.57,2.63l1.56-1.26c-1.52-1.88-3.46-2.97-5.78-3.28v-3.1h-2v3.02c-3.62.22-6,2.26-6,5.22,0,4.73,3.83,5.26,6.91,5.69,3.25.45,5.09.84,5.09,3.58,0,3.03-3.13,3.48-5,3.48-3.43,0-4.88-.96-6.22-2.63l-1.56,1.26c1.77,2.19,3.73,3.17,6.78,3.34v3.04h2v-3.04c3.73-.3,6-2.33,6-5.44Z"
|
|
2067
2020
|
})), children);
|
|
2068
2021
|
});
|
|
2069
2022
|
if (process.env.NODE_ENV !== "production") {
|
|
2070
|
-
|
|
2023
|
+
PricingTailored.propTypes = iconPropTypes4cbeb95d.i;
|
|
2071
2024
|
}
|
|
2072
|
-
const
|
|
2025
|
+
const PricingTraditional = /*#__PURE__*/React.forwardRef(function PricingTraditional(_ref85, ref) {
|
|
2073
2026
|
let {
|
|
2074
2027
|
children,
|
|
2075
2028
|
size = 16,
|
|
@@ -2083,16 +2036,15 @@ const RadioButtonChecked = /*#__PURE__*/React.forwardRef(function RadioButtonChe
|
|
|
2083
2036
|
viewBox: "0 0 32 32",
|
|
2084
2037
|
fill: "currentColor",
|
|
2085
2038
|
...rest
|
|
2086
|
-
},
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Z"
|
|
2039
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2040
|
+
strokeWidth: "0",
|
|
2041
|
+
d: "m17,15.0698v-6.9536c1.6909.2793,3.084,1.1021,4.2219,2.5117l1.5562-1.2559c-1.5195-1.8823-3.4619-2.9736-5.7781-3.2759v-3.0962h-2v3.022c-3.6152.2192-6,2.2603-6,5.2202,0,4.2739,3.1265,5.1191,6,5.5586v7.1616c-2.7192-.1777-4.0186-1.1001-5.2219-2.5903l-1.5562,1.2559c1.7703,2.1934,3.7332,3.168,6.7781,3.3369v3.0352h2v-3.0449c3.7256-.3042,6-2.3271,6-5.4399,0-4.209-3.1428-5.0156-6-5.4453Zm-6-3.8276c0-2.1533,2.0293-3.0537,4-3.2134v6.7466c-2.5696-.4238-4-1.043-4-3.5332Zm6,12.71v-6.8574c2.5669.4155,4,1.0044,4,3.4204,0,2.5361-2.1902,3.2656-4,3.437Z"
|
|
2090
2042
|
})), children);
|
|
2091
2043
|
});
|
|
2092
2044
|
if (process.env.NODE_ENV !== "production") {
|
|
2093
|
-
|
|
2045
|
+
PricingTraditional.propTypes = iconPropTypes4cbeb95d.i;
|
|
2094
2046
|
}
|
|
2095
|
-
const
|
|
2047
|
+
const Printer = /*#__PURE__*/React.forwardRef(function Printer(_ref86, ref) {
|
|
2096
2048
|
let {
|
|
2097
2049
|
children,
|
|
2098
2050
|
size = 16,
|
|
@@ -2106,18 +2058,14 @@ const Rag = /*#__PURE__*/React.forwardRef(function Rag(_ref86, ref) {
|
|
|
2106
2058
|
viewBox: "0 0 32 32",
|
|
2107
2059
|
fill: "currentColor",
|
|
2108
2060
|
...rest
|
|
2109
|
-
},
|
|
2110
|
-
|
|
2111
|
-
d: "M12 28h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM28 19h-9c-1.104.0014-1.9986.896-2 2v5c0 1.1046.8954 2 2 2h3v-2h-3v-5h9v5h-2.5352l-2.5937 3.8906 1.6641 1.1094 2-3h1.4648c1.1046 0 2-.8954 2-2v-5c-.0014-1.104-.896-1.9986-2-2zM29 15v-4c0-3.8599-3.1401-7-7-7h-3v2h3c2.7568 0 5 2.2432 5 5v4h2zM6 10H9V12H6z"
|
|
2112
|
-
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2113
|
-
strokeWidth: "0",
|
|
2114
|
-
d: "m12.606,6.4355l-2.5251-3.6855c-.3821-.4766-.9512-.75-1.5615-.75h-4.5193c-1.1028,0-2,.8975-2,2v10c0,1.1025.8972,2,2,2h7c1.1028,0,2-.8975,2-2v-6.375c0-.4526-.1558-.8965-.394-1.1895Zm-8.606,7.5645V4h4v3c0,.5522.4478,1,1,1h2v6h-7Z"
|
|
2061
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2062
|
+
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"
|
|
2115
2063
|
})), children);
|
|
2116
2064
|
});
|
|
2117
2065
|
if (process.env.NODE_ENV !== "production") {
|
|
2118
|
-
|
|
2066
|
+
Printer.propTypes = iconPropTypes4cbeb95d.i;
|
|
2119
2067
|
}
|
|
2120
|
-
const
|
|
2068
|
+
const Process = /*#__PURE__*/React.forwardRef(function Process(_ref87, ref) {
|
|
2121
2069
|
let {
|
|
2122
2070
|
children,
|
|
2123
2071
|
size = 16,
|
|
@@ -2131,14 +2079,14 @@ const Rain = /*#__PURE__*/React.forwardRef(function Rain(_ref87, ref) {
|
|
|
2131
2079
|
viewBox: "0 0 32 32",
|
|
2132
2080
|
fill: "currentColor",
|
|
2133
2081
|
...rest
|
|
2134
|
-
},
|
|
2135
|
-
d: "
|
|
2082
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2083
|
+
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"
|
|
2136
2084
|
})), children);
|
|
2137
2085
|
});
|
|
2138
2086
|
if (process.env.NODE_ENV !== "production") {
|
|
2139
|
-
|
|
2087
|
+
Process.propTypes = iconPropTypes4cbeb95d.i;
|
|
2140
2088
|
}
|
|
2141
|
-
const
|
|
2089
|
+
const ProcessAutomate = /*#__PURE__*/React.forwardRef(function ProcessAutomate(_ref88, ref) {
|
|
2142
2090
|
let {
|
|
2143
2091
|
children,
|
|
2144
2092
|
size = 16,
|
|
@@ -2152,16 +2100,14 @@ const RainDrizzle = /*#__PURE__*/React.forwardRef(function RainDrizzle(_ref88, r
|
|
|
2152
2100
|
viewBox: "0 0 32 32",
|
|
2153
2101
|
fill: "currentColor",
|
|
2154
2102
|
...rest
|
|
2155
|
-
},
|
|
2156
|
-
d: "
|
|
2157
|
-
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2158
|
-
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"
|
|
2103
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2104
|
+
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"
|
|
2159
2105
|
})), children);
|
|
2160
2106
|
});
|
|
2161
2107
|
if (process.env.NODE_ENV !== "production") {
|
|
2162
|
-
|
|
2108
|
+
ProcessAutomate.propTypes = iconPropTypes4cbeb95d.i;
|
|
2163
2109
|
}
|
|
2164
|
-
const
|
|
2110
|
+
const Product = /*#__PURE__*/React.forwardRef(function Product(_ref89, ref) {
|
|
2165
2111
|
let {
|
|
2166
2112
|
children,
|
|
2167
2113
|
size = 16,
|
|
@@ -2175,16 +2121,16 @@ const RainHeavy = /*#__PURE__*/React.forwardRef(function RainHeavy(_ref89, ref)
|
|
|
2175
2121
|
viewBox: "0 0 32 32",
|
|
2176
2122
|
fill: "currentColor",
|
|
2177
2123
|
...rest
|
|
2178
|
-
},
|
|
2179
|
-
d: "
|
|
2180
|
-
})),
|
|
2181
|
-
d: "
|
|
2124
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2125
|
+
d: "M8 18H14V20H8zM8 22H18V24H8z"
|
|
2126
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2127
|
+
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"
|
|
2182
2128
|
})), children);
|
|
2183
2129
|
});
|
|
2184
2130
|
if (process.env.NODE_ENV !== "production") {
|
|
2185
|
-
|
|
2131
|
+
Product.propTypes = iconPropTypes4cbeb95d.i;
|
|
2186
2132
|
}
|
|
2187
|
-
const
|
|
2133
|
+
const ProgressBar = /*#__PURE__*/React.forwardRef(function ProgressBar(_ref90, ref) {
|
|
2188
2134
|
let {
|
|
2189
2135
|
children,
|
|
2190
2136
|
size = 16,
|
|
@@ -2198,29 +2144,16 @@ const RainScattered = /*#__PURE__*/React.forwardRef(function RainScattered(_ref9
|
|
|
2198
2144
|
viewBox: "0 0 32 32",
|
|
2199
2145
|
fill: "currentColor",
|
|
2200
2146
|
...rest
|
|
2201
|
-
},
|
|
2202
|
-
d: "
|
|
2203
|
-
})),
|
|
2204
|
-
d: "
|
|
2205
|
-
transform: "rotate(-45.009 28.232 17.233)"
|
|
2206
|
-
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2207
|
-
d: "M29 10H32V12H29z"
|
|
2208
|
-
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2209
|
-
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
2210
|
-
transform: "rotate(-45 28.232 4.768)"
|
|
2211
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2212
|
-
d: "M20 0H22V3H20z"
|
|
2213
|
-
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2214
|
-
d: "M12.768 3.268H14.768V6.268H12.768z",
|
|
2215
|
-
transform: "rotate(-45 13.768 4.768)"
|
|
2216
|
-
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2217
|
-
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"
|
|
2147
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2148
|
+
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"
|
|
2149
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2150
|
+
d: "M6 15H20V17H6z"
|
|
2218
2151
|
})), children);
|
|
2219
2152
|
});
|
|
2220
2153
|
if (process.env.NODE_ENV !== "production") {
|
|
2221
|
-
|
|
2154
|
+
ProgressBar.propTypes = iconPropTypes4cbeb95d.i;
|
|
2222
2155
|
}
|
|
2223
|
-
const
|
|
2156
|
+
const ProgressBarRound = /*#__PURE__*/React.forwardRef(function ProgressBarRound(_ref91, ref) {
|
|
2224
2157
|
let {
|
|
2225
2158
|
children,
|
|
2226
2159
|
size = 16,
|
|
@@ -2233,15 +2166,19 @@ const RainScatteredNight = /*#__PURE__*/React.forwardRef(function RainScatteredN
|
|
|
2233
2166
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2234
2167
|
viewBox: "0 0 32 32",
|
|
2235
2168
|
fill: "currentColor",
|
|
2236
|
-
...rest
|
|
2237
|
-
},
|
|
2238
|
-
d: "
|
|
2169
|
+
...rest
|
|
2170
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2171
|
+
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"
|
|
2172
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2173
|
+
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"
|
|
2174
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2175
|
+
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"
|
|
2239
2176
|
})), children);
|
|
2240
2177
|
});
|
|
2241
2178
|
if (process.env.NODE_ENV !== "production") {
|
|
2242
|
-
|
|
2179
|
+
ProgressBarRound.propTypes = iconPropTypes4cbeb95d.i;
|
|
2243
2180
|
}
|
|
2244
|
-
const
|
|
2181
|
+
const Promote = /*#__PURE__*/React.forwardRef(function Promote(_ref92, ref) {
|
|
2245
2182
|
let {
|
|
2246
2183
|
children,
|
|
2247
2184
|
size = 16,
|
|
@@ -2255,16 +2192,19 @@ const RainDrop = /*#__PURE__*/React.forwardRef(function RainDrop(_ref92, ref) {
|
|
|
2255
2192
|
viewBox: "0 0 32 32",
|
|
2256
2193
|
fill: "currentColor",
|
|
2257
2194
|
...rest
|
|
2258
|
-
},
|
|
2259
|
-
d: "M16
|
|
2260
|
-
})),
|
|
2261
|
-
d: "
|
|
2195
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2196
|
+
d: "M16 21L17.4 22.4 14.8 25 23 25 23 27 14.8 27 17.4 29.6 16 31 11 26z"
|
|
2197
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2198
|
+
d: "M6.3 19H17.6V21H6.3z",
|
|
2199
|
+
transform: "rotate(-45.001 12 20)"
|
|
2200
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2201
|
+
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"
|
|
2262
2202
|
})), children);
|
|
2263
2203
|
});
|
|
2264
2204
|
if (process.env.NODE_ENV !== "production") {
|
|
2265
|
-
|
|
2205
|
+
Promote.propTypes = iconPropTypes4cbeb95d.i;
|
|
2266
2206
|
}
|
|
2267
|
-
const
|
|
2207
|
+
const PromptSession = /*#__PURE__*/React.forwardRef(function PromptSession(_ref93, ref) {
|
|
2268
2208
|
let {
|
|
2269
2209
|
children,
|
|
2270
2210
|
size = 16,
|
|
@@ -2278,14 +2218,30 @@ const Raw = /*#__PURE__*/React.forwardRef(function Raw(_ref93, ref) {
|
|
|
2278
2218
|
viewBox: "0 0 32 32",
|
|
2279
2219
|
fill: "currentColor",
|
|
2280
2220
|
...rest
|
|
2281
|
-
},
|
|
2282
|
-
d: "
|
|
2221
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2222
|
+
d: "M27 25.5859L25 23.5859 25 21 23 21 23 24.4141 25.5859 27 27 25.5859z"
|
|
2223
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2224
|
+
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"
|
|
2225
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
2226
|
+
cx: "9",
|
|
2227
|
+
cy: "13",
|
|
2228
|
+
r: "2"
|
|
2229
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
2230
|
+
cx: "16",
|
|
2231
|
+
cy: "13",
|
|
2232
|
+
r: "2"
|
|
2233
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
2234
|
+
cx: "23",
|
|
2235
|
+
cy: "13",
|
|
2236
|
+
r: "2"
|
|
2237
|
+
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2238
|
+
d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
|
|
2283
2239
|
})), children);
|
|
2284
2240
|
});
|
|
2285
2241
|
if (process.env.NODE_ENV !== "production") {
|
|
2286
|
-
|
|
2242
|
+
PromptSession.propTypes = iconPropTypes4cbeb95d.i;
|
|
2287
2243
|
}
|
|
2288
|
-
const
|
|
2244
|
+
const PromptTemplate = /*#__PURE__*/React.forwardRef(function PromptTemplate(_ref94, ref) {
|
|
2289
2245
|
let {
|
|
2290
2246
|
children,
|
|
2291
2247
|
size = 16,
|
|
@@ -2299,16 +2255,28 @@ const Receipt = /*#__PURE__*/React.forwardRef(function Receipt(_ref94, ref) {
|
|
|
2299
2255
|
viewBox: "0 0 32 32",
|
|
2300
2256
|
fill: "currentColor",
|
|
2301
2257
|
...rest
|
|
2302
|
-
},
|
|
2303
|
-
d: "
|
|
2304
|
-
})),
|
|
2305
|
-
|
|
2258
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2259
|
+
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"
|
|
2260
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
2261
|
+
cx: "23",
|
|
2262
|
+
cy: "13",
|
|
2263
|
+
r: "2"
|
|
2264
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
2265
|
+
cx: "16",
|
|
2266
|
+
cy: "13",
|
|
2267
|
+
r: "2"
|
|
2268
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
2269
|
+
cx: "9",
|
|
2270
|
+
cy: "13",
|
|
2271
|
+
r: "2"
|
|
2272
|
+
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2273
|
+
d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z"
|
|
2306
2274
|
})), children);
|
|
2307
2275
|
});
|
|
2308
2276
|
if (process.env.NODE_ENV !== "production") {
|
|
2309
|
-
|
|
2277
|
+
PromptTemplate.propTypes = iconPropTypes4cbeb95d.i;
|
|
2310
2278
|
}
|
|
2311
|
-
const
|
|
2279
|
+
const PropertyRelationship = /*#__PURE__*/React.forwardRef(function PropertyRelationship(_ref95, ref) {
|
|
2312
2280
|
let {
|
|
2313
2281
|
children,
|
|
2314
2282
|
size = 16,
|
|
@@ -2322,16 +2290,14 @@ const RecentlyViewed = /*#__PURE__*/React.forwardRef(function RecentlyViewed(_re
|
|
|
2322
2290
|
viewBox: "0 0 32 32",
|
|
2323
2291
|
fill: "currentColor",
|
|
2324
2292
|
...rest
|
|
2325
|
-
},
|
|
2326
|
-
d: "
|
|
2327
|
-
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2328
|
-
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"
|
|
2293
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2294
|
+
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"
|
|
2329
2295
|
})), children);
|
|
2330
2296
|
});
|
|
2331
2297
|
if (process.env.NODE_ENV !== "production") {
|
|
2332
|
-
|
|
2298
|
+
PropertyRelationship.propTypes = iconPropTypes4cbeb95d.i;
|
|
2333
2299
|
}
|
|
2334
|
-
const
|
|
2300
|
+
const PullRequest = /*#__PURE__*/React.forwardRef(function PullRequest(_ref96, ref) {
|
|
2335
2301
|
let {
|
|
2336
2302
|
children,
|
|
2337
2303
|
size = 16,
|
|
@@ -2345,14 +2311,15 @@ const Recommend = /*#__PURE__*/React.forwardRef(function Recommend(_ref96, ref)
|
|
|
2345
2311
|
viewBox: "0 0 32 32",
|
|
2346
2312
|
fill: "currentColor",
|
|
2347
2313
|
...rest
|
|
2348
|
-
},
|
|
2349
|
-
|
|
2314
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2315
|
+
strokeWidth: "0",
|
|
2316
|
+
d: "M25 22.1421v-13.1421c0-2.2056-1.7944-4-4-4h-4.1719l2.5859-2.5859-1.4141-1.4141-5 5 5 5 1.4141-1.4141-2.5859-2.5859h4.1719c1.1028 0 2 .8975 2 2v13.1421c-1.7202.4473-3 1.9995-3 3.8579 0 2.2056 1.7944 4 4 4s4-1.7944 4-4c0-1.8584-1.2798-3.4106-3-3.8579zm-1 5.8579c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM4 6c0 1.8584 1.2798 3.4106 3 3.8579v12.2842c-1.7202.447-3 1.9993-3 3.8579 0 2.2061 1.7944 4 4 4s4-1.7939 4-4c0-1.8586-1.2798-3.4109-3-3.8579v-12.2842c1.7202-.4473 3-1.9995 3-3.8579 0-2.2056-1.7944-4-4-4s-4 1.7944-4 4zm6 20c0 1.1025-.897 2-2 2s-2-.8975-2-2c0-1.1025.897-2 2-2s2 .8975 2 2zm0-20c0 1.103-.897 2-2 2s-2-.897-2-2c0-1.103.897-2 2-2s2 .897 2 2z"
|
|
2350
2317
|
})), children);
|
|
2351
2318
|
});
|
|
2352
2319
|
if (process.env.NODE_ENV !== "production") {
|
|
2353
|
-
|
|
2320
|
+
PullRequest.propTypes = iconPropTypes4cbeb95d.i;
|
|
2354
2321
|
}
|
|
2355
|
-
const
|
|
2322
|
+
const PunctuationCheck = /*#__PURE__*/React.forwardRef(function PunctuationCheck(_ref97, ref) {
|
|
2356
2323
|
let {
|
|
2357
2324
|
children,
|
|
2358
2325
|
size = 16,
|
|
@@ -2366,16 +2333,14 @@ const Recording = /*#__PURE__*/React.forwardRef(function Recording(_ref97, ref)
|
|
|
2366
2333
|
viewBox: "0 0 32 32",
|
|
2367
2334
|
fill: "currentColor",
|
|
2368
2335
|
...rest
|
|
2369
|
-
},
|
|
2370
|
-
d: "
|
|
2371
|
-
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2372
|
-
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"
|
|
2336
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2337
|
+
d: "M23,27.1781l-2.59-2.59-1.41,1.4119,4,4,7-7-1.41-1.4119-5.59,5.59ZM14,16h-3v-.1689c0-1.397.7441-2.7114,1.9419-3.4302l1.1416-.6865-1.03-1.7144-1.1404.686c-1.7969,1.0781-2.9131,3.0493-2.9131,5.145v5.1689c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-4c0-.5522-.4478-1-1-1h0ZM22,16h-3v-.1689c0-1.397.7441-2.7114,1.9419-3.4302l1.1416-.6865-1.03-1.7144-1.1404.686c-1.7969,1.0781-2.9131,3.0493-2.9131,5.145v5.1689c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-4c0-.5522-.4478-1-1-1h0ZM12,28h-6c-1.103,0-2-.8975-2-2V6c0-1.103.897-2,2-2h20c1.1025,0,2,.897,2,2v11h-2V6H6v20h6v2Z"
|
|
2373
2338
|
})), children);
|
|
2374
2339
|
});
|
|
2375
2340
|
if (process.env.NODE_ENV !== "production") {
|
|
2376
|
-
|
|
2341
|
+
PunctuationCheck.propTypes = iconPropTypes4cbeb95d.i;
|
|
2377
2342
|
}
|
|
2378
|
-
const
|
|
2343
|
+
const Purchase = /*#__PURE__*/React.forwardRef(function Purchase(_ref98, ref) {
|
|
2379
2344
|
let {
|
|
2380
2345
|
children,
|
|
2381
2346
|
size = 16,
|
|
@@ -2389,18 +2354,16 @@ const RecordingFilled = /*#__PURE__*/React.forwardRef(function RecordingFilled(_
|
|
|
2389
2354
|
viewBox: "0 0 32 32",
|
|
2390
2355
|
fill: "currentColor",
|
|
2391
2356
|
...rest
|
|
2392
|
-
},
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2397
|
-
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"
|
|
2357
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2358
|
+
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"
|
|
2359
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2360
|
+
d: "M6 20H16V22H6z"
|
|
2398
2361
|
})), children);
|
|
2399
2362
|
});
|
|
2400
2363
|
if (process.env.NODE_ENV !== "production") {
|
|
2401
|
-
|
|
2364
|
+
Purchase.propTypes = iconPropTypes4cbeb95d.i;
|
|
2402
2365
|
}
|
|
2403
|
-
const
|
|
2366
|
+
const WatsonHealthQcLaunch = /*#__PURE__*/React.forwardRef(function WatsonHealthQcLaunch(_ref99, ref) {
|
|
2404
2367
|
let {
|
|
2405
2368
|
children,
|
|
2406
2369
|
size = 16,
|
|
@@ -2414,18 +2377,16 @@ const RecordingFilledAlt = /*#__PURE__*/React.forwardRef(function RecordingFille
|
|
|
2414
2377
|
viewBox: "0 0 32 32",
|
|
2415
2378
|
fill: "currentColor",
|
|
2416
2379
|
...rest
|
|
2417
|
-
},
|
|
2418
|
-
d: "
|
|
2419
|
-
})),
|
|
2420
|
-
d: "
|
|
2421
|
-
"data-icon-path": "inner-path",
|
|
2422
|
-
opacity: "0"
|
|
2380
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2381
|
+
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"
|
|
2382
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2383
|
+
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"
|
|
2423
2384
|
})), children);
|
|
2424
2385
|
});
|
|
2425
2386
|
if (process.env.NODE_ENV !== "production") {
|
|
2426
|
-
|
|
2387
|
+
WatsonHealthQcLaunch.propTypes = iconPropTypes4cbeb95d.i;
|
|
2427
2388
|
}
|
|
2428
|
-
const
|
|
2389
|
+
const Qiskit = /*#__PURE__*/React.forwardRef(function Qiskit(_ref100, ref) {
|
|
2429
2390
|
let {
|
|
2430
2391
|
children,
|
|
2431
2392
|
size = 16,
|
|
@@ -2439,14 +2400,15 @@ const Recycle = /*#__PURE__*/React.forwardRef(function Recycle(_ref100, ref) {
|
|
|
2439
2400
|
viewBox: "0 0 32 32",
|
|
2440
2401
|
fill: "currentColor",
|
|
2441
2402
|
...rest
|
|
2442
|
-
},
|
|
2443
|
-
|
|
2403
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2404
|
+
strokeWidth: "0",
|
|
2405
|
+
d: "m16,1C7.729,1,1,7.729,1,16s6.729,15,15,15,15-6.729,15-15S24.271,1,16,1Zm6.5825,20.5c-.5203-.8926-1.4771-1.5-2.5825-1.5-.1821,0-.3586.0225-.532.0537l-1.7258-3.0205c6.7866.2388,10.1216,1.8262,10.2571,2.4668-.0979.4624-1.8899,1.4141-5.4167,2Zm-2.5825.5c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1ZM3,16c0-.5435.0442-1.0762.1094-1.6025.8552.666,2.1555,1.1973,3.7239,1.6025-1.5684.4053-2.8687.9365-3.7239,1.6025-.0652-.5264-.1094-1.0591-.1094-1.6025Zm6.4175-5.4995c.5205.8921,1.4773,1.4995,2.5825,1.4995.1821,0,.3586-.0225.532-.0537l1.7258,3.0205c-6.8042-.2393-10.1387-1.8335-10.2581-2.4619.0862-.4609,1.8784-1.416,5.4177-2.0044Zm2.5825-.5005c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm13.167,6c1.5681-.4053,2.8684-.9365,3.7236-1.6025.0652.5264.1094,1.0591.1094,1.6025s-.0442,1.0762-.1094,1.6025c-.8552-.666-2.1555-1.1973-3.7236-1.6025ZM16,3c4.9019,0,9.1758,2.7285,11.3901,6.7451-2.2891-.9961-5.7993-1.5513-9.3901-1.6997v1.999c6.6108.2695,9.8655,1.8232,9.9993,2.4556-.1431.6763-3.8533,2.4062-11.4236,2.4917l-2.3118-4.0454c.4524-.5254.7361-1.2002.7361-1.9463,0-1.6543-1.3457-3-3-3-1.4956,0-2.7285,1.1035-2.9531,2.5371-1.7056.2837-3.2363.6841-4.4351,1.2051,2.2151-4.0146,6.4878-6.7422,11.3882-6.7422Zm0,26c-4.9019,0-9.1758-2.7285-11.3901-6.7451,2.2891.9961,5.7993,1.5513,9.3901,1.6997v-1.999c-6.6282-.2705-9.8823-1.8306-10.0002-2.4507.126-.6729,3.8357-2.4106,11.4246-2.4966l2.3118,4.0454c-.4524.5254-.7361,1.2002-.7361,1.9463,0,1.6543,1.3457,3,3,3,1.4956,0,2.7285-1.1035,2.9531-2.5371,1.7056-.2837,3.2363-.6841,4.4351-1.2051-2.2151,4.0146-6.4878,6.7422-11.3882,6.7422Z"
|
|
2444
2406
|
})), children);
|
|
2445
2407
|
});
|
|
2446
2408
|
if (process.env.NODE_ENV !== "production") {
|
|
2447
|
-
|
|
2409
|
+
Qiskit.propTypes = iconPropTypes4cbeb95d.i;
|
|
2448
2410
|
}
|
|
2449
|
-
const
|
|
2411
|
+
const QqPlot = /*#__PURE__*/React.forwardRef(function QqPlot(_ref101, ref) {
|
|
2450
2412
|
let {
|
|
2451
2413
|
children,
|
|
2452
2414
|
size = 16,
|
|
@@ -2460,14 +2422,34 @@ const Redo = /*#__PURE__*/React.forwardRef(function Redo(_ref101, ref) {
|
|
|
2460
2422
|
viewBox: "0 0 32 32",
|
|
2461
2423
|
fill: "currentColor",
|
|
2462
2424
|
...rest
|
|
2463
|
-
},
|
|
2464
|
-
|
|
2425
|
+
}, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
2426
|
+
cx: "20",
|
|
2427
|
+
cy: "4",
|
|
2428
|
+
r: "2"
|
|
2429
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
2430
|
+
cx: "8",
|
|
2431
|
+
cy: "16",
|
|
2432
|
+
r: "2"
|
|
2433
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
2434
|
+
cx: "28",
|
|
2435
|
+
cy: "12",
|
|
2436
|
+
r: "2"
|
|
2437
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
2438
|
+
cx: "11",
|
|
2439
|
+
cy: "7",
|
|
2440
|
+
r: "2"
|
|
2441
|
+
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
2442
|
+
cx: "16",
|
|
2443
|
+
cy: "24",
|
|
2444
|
+
r: "2"
|
|
2445
|
+
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2446
|
+
d: "M30,3.4131,28.5859,2,4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4131Z"
|
|
2465
2447
|
})), children);
|
|
2466
2448
|
});
|
|
2467
2449
|
if (process.env.NODE_ENV !== "production") {
|
|
2468
|
-
|
|
2450
|
+
QqPlot.propTypes = iconPropTypes4cbeb95d.i;
|
|
2469
2451
|
}
|
|
2470
|
-
const
|
|
2452
|
+
const QrCode = /*#__PURE__*/React.forwardRef(function QrCode(_ref102, ref) {
|
|
2471
2453
|
let {
|
|
2472
2454
|
children,
|
|
2473
2455
|
size = 16,
|
|
@@ -2481,14 +2463,36 @@ const RefEvapotranspiration = /*#__PURE__*/React.forwardRef(function RefEvapotra
|
|
|
2481
2463
|
viewBox: "0 0 32 32",
|
|
2482
2464
|
fill: "currentColor",
|
|
2483
2465
|
...rest
|
|
2484
|
-
},
|
|
2485
|
-
d: "
|
|
2466
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2467
|
+
d: "M24 26H26V28H24z",
|
|
2468
|
+
transform: "rotate(-90 25 27)"
|
|
2469
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2470
|
+
d: "M18 22H20V24H18z",
|
|
2471
|
+
transform: "rotate(-90 19 23)"
|
|
2472
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2473
|
+
d: "M18 30L22 30 22 28 20 28 20 26 18 26 18 30z"
|
|
2474
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2475
|
+
d: "M25 23H29V25H25z",
|
|
2476
|
+
transform: "rotate(-90 27 24)"
|
|
2477
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2478
|
+
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"
|
|
2479
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2480
|
+
d: "M19 17H21V21H19z",
|
|
2481
|
+
transform: "rotate(-90 20 19)"
|
|
2482
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2483
|
+
d: "M6 22H10V26H6z"
|
|
2484
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2485
|
+
d: "M14 30H2V18H14zM4 28h8V20H4zM22 6H26V10H22z"
|
|
2486
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2487
|
+
d: "M30 14H18V2H30zM20 12h8V4H20zM6 6H10V10H6z"
|
|
2488
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2489
|
+
d: "M14,14H2V2H14ZM4,12h8V4H4Z"
|
|
2486
2490
|
})), children);
|
|
2487
2491
|
});
|
|
2488
2492
|
if (process.env.NODE_ENV !== "production") {
|
|
2489
|
-
|
|
2493
|
+
QrCode.propTypes = iconPropTypes4cbeb95d.i;
|
|
2490
2494
|
}
|
|
2491
|
-
const
|
|
2495
|
+
const QuadrantPlot = /*#__PURE__*/React.forwardRef(function QuadrantPlot(_ref103, ref) {
|
|
2492
2496
|
let {
|
|
2493
2497
|
children,
|
|
2494
2498
|
size = 16,
|
|
@@ -2502,18 +2506,44 @@ const ReferenceArchitecture = /*#__PURE__*/React.forwardRef(function ReferenceAr
|
|
|
2502
2506
|
viewBox: "0 0 32 32",
|
|
2503
2507
|
fill: "currentColor",
|
|
2504
2508
|
...rest
|
|
2505
|
-
},
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
})),
|
|
2510
|
-
|
|
2509
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2510
|
+
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"
|
|
2511
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2512
|
+
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"
|
|
2513
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
2514
|
+
cx: "11",
|
|
2515
|
+
cy: "11",
|
|
2516
|
+
r: "2"
|
|
2517
|
+
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
2518
|
+
cx: "11",
|
|
2519
|
+
cy: "21",
|
|
2520
|
+
r: "2"
|
|
2521
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
2522
|
+
cx: "21",
|
|
2523
|
+
cy: "21",
|
|
2524
|
+
r: "2"
|
|
2525
|
+
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
2526
|
+
cx: "22",
|
|
2527
|
+
cy: "28",
|
|
2528
|
+
r: "2"
|
|
2529
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
2530
|
+
cx: "28",
|
|
2531
|
+
cy: "24",
|
|
2532
|
+
r: "2"
|
|
2533
|
+
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
2534
|
+
cx: "4",
|
|
2535
|
+
cy: "11",
|
|
2536
|
+
r: "2"
|
|
2537
|
+
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
2538
|
+
cx: "28",
|
|
2539
|
+
cy: "4",
|
|
2540
|
+
r: "2"
|
|
2511
2541
|
})), children);
|
|
2512
2542
|
});
|
|
2513
2543
|
if (process.env.NODE_ENV !== "production") {
|
|
2514
|
-
|
|
2544
|
+
QuadrantPlot.propTypes = iconPropTypes4cbeb95d.i;
|
|
2515
2545
|
}
|
|
2516
|
-
const
|
|
2546
|
+
const Query = /*#__PURE__*/React.forwardRef(function Query(_ref104, ref) {
|
|
2517
2547
|
let {
|
|
2518
2548
|
children,
|
|
2519
2549
|
size = 16,
|
|
@@ -2527,19 +2557,20 @@ const ReflectHorizontal = /*#__PURE__*/React.forwardRef(function ReflectHorizont
|
|
|
2527
2557
|
viewBox: "0 0 32 32",
|
|
2528
2558
|
fill: "currentColor",
|
|
2529
2559
|
...rest
|
|
2530
|
-
},
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2560
|
+
}, _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
2561
|
+
cx: "11",
|
|
2562
|
+
cy: "15.5",
|
|
2563
|
+
r: "1.5"
|
|
2564
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2565
|
+
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"
|
|
2566
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2567
|
+
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"
|
|
2537
2568
|
})), children);
|
|
2538
2569
|
});
|
|
2539
2570
|
if (process.env.NODE_ENV !== "production") {
|
|
2540
|
-
|
|
2571
|
+
Query.propTypes = iconPropTypes4cbeb95d.i;
|
|
2541
2572
|
}
|
|
2542
|
-
const
|
|
2573
|
+
const QueryQueue = /*#__PURE__*/React.forwardRef(function QueryQueue(_ref105, ref) {
|
|
2543
2574
|
let {
|
|
2544
2575
|
children,
|
|
2545
2576
|
size = 16,
|
|
@@ -2553,19 +2584,14 @@ const ReflectVertical = /*#__PURE__*/React.forwardRef(function ReflectVertical(_
|
|
|
2553
2584
|
viewBox: "0 0 32 32",
|
|
2554
2585
|
fill: "currentColor",
|
|
2555
2586
|
...rest
|
|
2556
|
-
},
|
|
2557
|
-
d: "
|
|
2558
|
-
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2559
|
-
d: "M15 2H17V30H15z",
|
|
2560
|
-
transform: "rotate(-90 16 16)"
|
|
2561
|
-
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2562
|
-
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"
|
|
2587
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2588
|
+
d: "M10 6H28V8H10zM10 12H28V14H10zM15 18H28V20H15zM10 24H28V26H10zM4 14L11 19 4 24 4 14z"
|
|
2563
2589
|
})), children);
|
|
2564
2590
|
});
|
|
2565
2591
|
if (process.env.NODE_ENV !== "production") {
|
|
2566
|
-
|
|
2592
|
+
QueryQueue.propTypes = iconPropTypes4cbeb95d.i;
|
|
2567
2593
|
}
|
|
2568
|
-
const
|
|
2594
|
+
const QuestionAnswering = /*#__PURE__*/React.forwardRef(function QuestionAnswering(_ref106, ref) {
|
|
2569
2595
|
let {
|
|
2570
2596
|
children,
|
|
2571
2597
|
size = 16,
|
|
@@ -2579,16 +2605,18 @@ const WatsonHealthRegionAnalysisArea = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
2579
2605
|
viewBox: "0 0 32 32",
|
|
2580
2606
|
fill: "currentColor",
|
|
2581
2607
|
...rest
|
|
2582
|
-
},
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2608
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2609
|
+
strokeWidth: "0",
|
|
2610
|
+
d: "M20 15.1798L17.41 12.59 16 14 20 18 26 12 24.59 10.59 20 15.1798zM8 18H10V20H8zM12 9h-5v2h4v2h-3v3h2v-1h2c.5522 0 1-.4478 1-1v-4c0-.5522-.4478-1-1-1z"
|
|
2611
|
+
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2612
|
+
strokeWidth: "0",
|
|
2613
|
+
d: "m17.7358,30l-1.7358-1,4-7h6c1.1071,0,2-.8926,2-2v-12c0-1.1074-.8929-2-2-2H6c-1.1071,0-2,.8926-2,2v12c0,1.1074.8929,2,2,2h9v2H6c-2.2093,0-4-1.79-4-4v-12c0-2.2109,1.7907-4,4-4h20c2.2093,0,4,1.7891,4,4v12c0,2.21-1.7907,4-4,4h-4.8354l-3.4287,6Z"
|
|
2586
2614
|
})), children);
|
|
2587
2615
|
});
|
|
2588
2616
|
if (process.env.NODE_ENV !== "production") {
|
|
2589
|
-
|
|
2617
|
+
QuestionAnswering.propTypes = iconPropTypes4cbeb95d.i;
|
|
2590
2618
|
}
|
|
2591
|
-
const
|
|
2619
|
+
const Queued = /*#__PURE__*/React.forwardRef(function Queued(_ref107, ref) {
|
|
2592
2620
|
let {
|
|
2593
2621
|
children,
|
|
2594
2622
|
size = 16,
|
|
@@ -2602,16 +2630,14 @@ const WatsonHealthRegionAnalysisVolume = /*#__PURE__*/React.forwardRef(function
|
|
|
2602
2630
|
viewBox: "0 0 32 32",
|
|
2603
2631
|
fill: "currentColor",
|
|
2604
2632
|
...rest
|
|
2605
|
-
},
|
|
2606
|
-
d: "
|
|
2607
|
-
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2608
|
-
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"
|
|
2633
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2634
|
+
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"
|
|
2609
2635
|
})), children);
|
|
2610
2636
|
});
|
|
2611
2637
|
if (process.env.NODE_ENV !== "production") {
|
|
2612
|
-
|
|
2638
|
+
Queued.propTypes = iconPropTypes4cbeb95d.i;
|
|
2613
2639
|
}
|
|
2614
|
-
const
|
|
2640
|
+
const Quotes = /*#__PURE__*/React.forwardRef(function Quotes(_ref108, ref) {
|
|
2615
2641
|
let {
|
|
2616
2642
|
children,
|
|
2617
2643
|
size = 16,
|
|
@@ -2625,16 +2651,14 @@ const WatsonHealthRegistration = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
2625
2651
|
viewBox: "0 0 32 32",
|
|
2626
2652
|
fill: "currentColor",
|
|
2627
2653
|
...rest
|
|
2628
|
-
},
|
|
2629
|
-
d: "
|
|
2630
|
-
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2631
|
-
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"
|
|
2654
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2655
|
+
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"
|
|
2632
2656
|
})), children);
|
|
2633
2657
|
});
|
|
2634
2658
|
if (process.env.NODE_ENV !== "production") {
|
|
2635
|
-
|
|
2659
|
+
Quotes.propTypes = iconPropTypes4cbeb95d.i;
|
|
2636
2660
|
}
|
|
2637
|
-
const
|
|
2661
|
+
const Radar = /*#__PURE__*/React.forwardRef(function Radar(_ref109, ref) {
|
|
2638
2662
|
let {
|
|
2639
2663
|
children,
|
|
2640
2664
|
size = 16,
|
|
@@ -2649,15 +2673,13 @@ const Reminder = /*#__PURE__*/React.forwardRef(function Reminder(_ref109, ref) {
|
|
|
2649
2673
|
fill: "currentColor",
|
|
2650
2674
|
...rest
|
|
2651
2675
|
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2652
|
-
d: "M30,
|
|
2653
|
-
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2654
|
-
d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
|
|
2676
|
+
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"
|
|
2655
2677
|
})), children);
|
|
2656
2678
|
});
|
|
2657
2679
|
if (process.env.NODE_ENV !== "production") {
|
|
2658
|
-
|
|
2680
|
+
Radar.propTypes = iconPropTypes4cbeb95d.i;
|
|
2659
2681
|
}
|
|
2660
|
-
const
|
|
2682
|
+
const RadarEnhanced = /*#__PURE__*/React.forwardRef(function RadarEnhanced(_ref110, ref) {
|
|
2661
2683
|
let {
|
|
2662
2684
|
children,
|
|
2663
2685
|
size = 16,
|
|
@@ -2671,16 +2693,14 @@ const ReminderMedical = /*#__PURE__*/React.forwardRef(function ReminderMedical(_
|
|
|
2671
2693
|
viewBox: "0 0 32 32",
|
|
2672
2694
|
fill: "currentColor",
|
|
2673
2695
|
...rest
|
|
2674
|
-
},
|
|
2675
|
-
d: "
|
|
2676
|
-
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2677
|
-
d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2l4,0V26L6,26V6h4V8h2V6h8V8h2V6h4v4h2V6A2,2,0,0,0,26,4Z"
|
|
2696
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2697
|
+
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"
|
|
2678
2698
|
})), children);
|
|
2679
2699
|
});
|
|
2680
2700
|
if (process.env.NODE_ENV !== "production") {
|
|
2681
|
-
|
|
2701
|
+
RadarEnhanced.propTypes = iconPropTypes4cbeb95d.i;
|
|
2682
2702
|
}
|
|
2683
|
-
const
|
|
2703
|
+
const RadarWeather = /*#__PURE__*/React.forwardRef(function RadarWeather(_ref111, ref) {
|
|
2684
2704
|
let {
|
|
2685
2705
|
children,
|
|
2686
2706
|
size = 16,
|
|
@@ -2694,14 +2714,14 @@ const Renew = /*#__PURE__*/React.forwardRef(function Renew(_ref111, ref) {
|
|
|
2694
2714
|
viewBox: "0 0 32 32",
|
|
2695
2715
|
fill: "currentColor",
|
|
2696
2716
|
...rest
|
|
2697
|
-
},
|
|
2698
|
-
d: "
|
|
2717
|
+
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2718
|
+
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"
|
|
2699
2719
|
})), children);
|
|
2700
2720
|
});
|
|
2701
2721
|
if (process.env.NODE_ENV !== "production") {
|
|
2702
|
-
|
|
2722
|
+
RadarWeather.propTypes = iconPropTypes4cbeb95d.i;
|
|
2703
2723
|
}
|
|
2704
|
-
const
|
|
2724
|
+
const Radio = /*#__PURE__*/React.forwardRef(function Radio(_ref112, ref) {
|
|
2705
2725
|
let {
|
|
2706
2726
|
children,
|
|
2707
2727
|
size = 16,
|
|
@@ -2715,14 +2735,16 @@ const Repeat = /*#__PURE__*/React.forwardRef(function Repeat(_ref112, ref) {
|
|
|
2715
2735
|
viewBox: "0 0 32 32",
|
|
2716
2736
|
fill: "currentColor",
|
|
2717
2737
|
...rest
|
|
2718
|
-
},
|
|
2719
|
-
d: "
|
|
2738
|
+
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2739
|
+
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"
|
|
2740
|
+
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2741
|
+
d: "M10 26a4 4 0 114-4A4 4 0 0110 26zm0-6a2 2 0 102 2A2 2 0 0010 20zM7 14H13V16H7zM17 16H26V18H17zM17 20H26V22H17zM17 24H26V26H17z"
|
|
2720
2742
|
})), children);
|
|
2721
2743
|
});
|
|
2722
2744
|
if (process.env.NODE_ENV !== "production") {
|
|
2723
|
-
|
|
2745
|
+
Radio.propTypes = iconPropTypes4cbeb95d.i;
|
|
2724
2746
|
}
|
|
2725
|
-
const
|
|
2747
|
+
const RadioCombat = /*#__PURE__*/React.forwardRef(function RadioCombat(_ref113, ref) {
|
|
2726
2748
|
let {
|
|
2727
2749
|
children,
|
|
2728
2750
|
size = 16,
|
|
@@ -2736,16 +2758,16 @@ const RepeatOne = /*#__PURE__*/React.forwardRef(function RepeatOne(_ref113, ref)
|
|
|
2736
2758
|
viewBox: "0 0 32 32",
|
|
2737
2759
|
fill: "currentColor",
|
|
2738
2760
|
...rest
|
|
2739
|
-
},
|
|
2740
|
-
d: "
|
|
2741
|
-
})),
|
|
2742
|
-
d: "
|
|
2761
|
+
}, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2762
|
+
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"
|
|
2763
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2764
|
+
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"
|
|
2743
2765
|
})), children);
|
|
2744
2766
|
});
|
|
2745
2767
|
if (process.env.NODE_ENV !== "production") {
|
|
2746
|
-
|
|
2768
|
+
RadioCombat.propTypes = iconPropTypes4cbeb95d.i;
|
|
2747
2769
|
}
|
|
2748
|
-
const
|
|
2770
|
+
const RadioPushToTalk = /*#__PURE__*/React.forwardRef(function RadioPushToTalk(_ref114, ref) {
|
|
2749
2771
|
let {
|
|
2750
2772
|
children,
|
|
2751
2773
|
size = 16,
|
|
@@ -2759,14 +2781,20 @@ const Replicate = /*#__PURE__*/React.forwardRef(function Replicate(_ref114, ref)
|
|
|
2759
2781
|
viewBox: "0 0 32 32",
|
|
2760
2782
|
fill: "currentColor",
|
|
2761
2783
|
...rest
|
|
2762
|
-
},
|
|
2763
|
-
d: "
|
|
2784
|
+
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2785
|
+
d: "M13 11H19V13H13zM13 15H19V17H13z"
|
|
2786
|
+
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
2787
|
+
cx: "16",
|
|
2788
|
+
cy: "23",
|
|
2789
|
+
r: "2"
|
|
2790
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2791
|
+
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"
|
|
2764
2792
|
})), children);
|
|
2765
2793
|
});
|
|
2766
2794
|
if (process.env.NODE_ENV !== "production") {
|
|
2767
|
-
|
|
2795
|
+
RadioPushToTalk.propTypes = iconPropTypes4cbeb95d.i;
|
|
2768
2796
|
}
|
|
2769
|
-
const
|
|
2797
|
+
const RadioButton = /*#__PURE__*/React.forwardRef(function RadioButton(_ref115, ref) {
|
|
2770
2798
|
let {
|
|
2771
2799
|
children,
|
|
2772
2800
|
size = 16,
|
|
@@ -2781,13 +2809,13 @@ const Reply = /*#__PURE__*/React.forwardRef(function Reply(_ref115, ref) {
|
|
|
2781
2809
|
fill: "currentColor",
|
|
2782
2810
|
...rest
|
|
2783
2811
|
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2784
|
-
d: "
|
|
2812
|
+
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"
|
|
2785
2813
|
})), children);
|
|
2786
2814
|
});
|
|
2787
2815
|
if (process.env.NODE_ENV !== "production") {
|
|
2788
|
-
|
|
2816
|
+
RadioButton.propTypes = iconPropTypes4cbeb95d.i;
|
|
2789
2817
|
}
|
|
2790
|
-
const
|
|
2818
|
+
const RadioButtonChecked = /*#__PURE__*/React.forwardRef(function RadioButtonChecked(_ref116, ref) {
|
|
2791
2819
|
let {
|
|
2792
2820
|
children,
|
|
2793
2821
|
size = 16,
|
|
@@ -2802,15 +2830,15 @@ const ReplyAll = /*#__PURE__*/React.forwardRef(function ReplyAll(_ref116, ref) {
|
|
|
2802
2830
|
fill: "currentColor",
|
|
2803
2831
|
...rest
|
|
2804
2832
|
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2805
|
-
d: "
|
|
2833
|
+
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"
|
|
2806
2834
|
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2807
|
-
d: "
|
|
2835
|
+
d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Z"
|
|
2808
2836
|
})), children);
|
|
2809
2837
|
});
|
|
2810
2838
|
if (process.env.NODE_ENV !== "production") {
|
|
2811
|
-
|
|
2839
|
+
RadioButtonChecked.propTypes = iconPropTypes4cbeb95d.i;
|
|
2812
2840
|
}
|
|
2813
|
-
const
|
|
2841
|
+
const Rag = /*#__PURE__*/React.forwardRef(function Rag(_ref117, ref) {
|
|
2814
2842
|
let {
|
|
2815
2843
|
children,
|
|
2816
2844
|
size = 16,
|
|
@@ -2825,15 +2853,17 @@ const RepoArtifact = /*#__PURE__*/React.forwardRef(function RepoArtifact(_ref117
|
|
|
2825
2853
|
fill: "currentColor",
|
|
2826
2854
|
...rest
|
|
2827
2855
|
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2828
|
-
|
|
2856
|
+
strokeWidth: "0",
|
|
2857
|
+
d: "M12 28h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM28 19h-9c-1.104.0014-1.9986.896-2 2v5c0 1.1046.8954 2 2 2h3v-2h-3v-5h9v5h-2.5352l-2.5937 3.8906 1.6641 1.1094 2-3h1.4648c1.1046 0 2-.8954 2-2v-5c-.0014-1.104-.896-1.9986-2-2zM29 15v-4c0-3.8599-3.1401-7-7-7h-3v2h3c2.7568 0 5 2.2432 5 5v4h2zM6 10H9V12H6z"
|
|
2829
2858
|
})), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2830
|
-
|
|
2859
|
+
strokeWidth: "0",
|
|
2860
|
+
d: "m12.606,6.4355l-2.5251-3.6855c-.3821-.4766-.9512-.75-1.5615-.75h-4.5193c-1.1028,0-2,.8975-2,2v10c0,1.1025.8972,2,2,2h7c1.1028,0,2-.8975,2-2v-6.375c0-.4526-.1558-.8965-.394-1.1895Zm-8.606,7.5645V4h4v3c0,.5522.4478,1,1,1h2v6h-7Z"
|
|
2831
2861
|
})), children);
|
|
2832
2862
|
});
|
|
2833
2863
|
if (process.env.NODE_ENV !== "production") {
|
|
2834
|
-
|
|
2864
|
+
Rag.propTypes = iconPropTypes4cbeb95d.i;
|
|
2835
2865
|
}
|
|
2836
|
-
const
|
|
2866
|
+
const Rain = /*#__PURE__*/React.forwardRef(function Rain(_ref118, ref) {
|
|
2837
2867
|
let {
|
|
2838
2868
|
children,
|
|
2839
2869
|
size = 16,
|
|
@@ -2848,15 +2878,13 @@ const RepoSourceCode = /*#__PURE__*/React.forwardRef(function RepoSourceCode(_re
|
|
|
2848
2878
|
fill: "currentColor",
|
|
2849
2879
|
...rest
|
|
2850
2880
|
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2851
|
-
d: "M23.
|
|
2852
|
-
})), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2853
|
-
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"
|
|
2881
|
+
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"
|
|
2854
2882
|
})), children);
|
|
2855
2883
|
});
|
|
2856
2884
|
if (process.env.NODE_ENV !== "production") {
|
|
2857
|
-
|
|
2885
|
+
Rain.propTypes = iconPropTypes4cbeb95d.i;
|
|
2858
2886
|
}
|
|
2859
|
-
const
|
|
2887
|
+
const RainDrizzle = /*#__PURE__*/React.forwardRef(function RainDrizzle(_ref119, ref) {
|
|
2860
2888
|
let {
|
|
2861
2889
|
children,
|
|
2862
2890
|
size = 16,
|
|
@@ -2870,16 +2898,16 @@ const Report = /*#__PURE__*/React.forwardRef(function Report(_ref119, ref) {
|
|
|
2870
2898
|
viewBox: "0 0 32 32",
|
|
2871
2899
|
fill: "currentColor",
|
|
2872
2900
|
...rest
|
|
2873
|
-
},
|
|
2874
|
-
d: "
|
|
2875
|
-
})),
|
|
2876
|
-
d: "
|
|
2901
|
+
}, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2902
|
+
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"
|
|
2903
|
+
})), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2904
|
+
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"
|
|
2877
2905
|
})), children);
|
|
2878
2906
|
});
|
|
2879
2907
|
if (process.env.NODE_ENV !== "production") {
|
|
2880
|
-
|
|
2908
|
+
RainDrizzle.propTypes = iconPropTypes4cbeb95d.i;
|
|
2881
2909
|
}
|
|
2882
|
-
const
|
|
2910
|
+
const RainHeavy = /*#__PURE__*/React.forwardRef(function RainHeavy(_ref120, ref) {
|
|
2883
2911
|
let {
|
|
2884
2912
|
children,
|
|
2885
2913
|
size = 16,
|
|
@@ -2893,16 +2921,16 @@ const ReportData = /*#__PURE__*/React.forwardRef(function ReportData(_ref120, re
|
|
|
2893
2921
|
viewBox: "0 0 32 32",
|
|
2894
2922
|
fill: "currentColor",
|
|
2895
2923
|
...rest
|
|
2896
|
-
},
|
|
2897
|
-
d: "
|
|
2898
|
-
})),
|
|
2899
|
-
d: "
|
|
2924
|
+
}, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2925
|
+
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"
|
|
2926
|
+
})), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
2927
|
+
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"
|
|
2900
2928
|
})), children);
|
|
2901
2929
|
});
|
|
2902
2930
|
if (process.env.NODE_ENV !== "production") {
|
|
2903
|
-
|
|
2931
|
+
RainHeavy.propTypes = iconPropTypes4cbeb95d.i;
|
|
2904
2932
|
}
|
|
2905
|
-
const
|
|
2933
|
+
const RainScattered = /*#__PURE__*/React.forwardRef(function RainScattered(_ref121, ref) {
|
|
2906
2934
|
let {
|
|
2907
2935
|
children,
|
|
2908
2936
|
size = 16,
|
|
@@ -2916,16 +2944,29 @@ const RequestQuote = /*#__PURE__*/React.forwardRef(function RequestQuote(_ref121
|
|
|
2916
2944
|
viewBox: "0 0 32 32",
|
|
2917
2945
|
fill: "currentColor",
|
|
2918
2946
|
...rest
|
|
2919
|
-
},
|
|
2920
|
-
d: "
|
|
2947
|
+
}, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2948
|
+
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"
|
|
2949
|
+
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
2950
|
+
d: "M27.232 15.733H29.232V18.733H27.232z",
|
|
2951
|
+
transform: "rotate(-45.009 28.232 17.233)"
|
|
2921
2952
|
})), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
2922
|
-
d: "M29
|
|
2953
|
+
d: "M29 10H32V12H29z"
|
|
2954
|
+
})), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
2955
|
+
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
2956
|
+
transform: "rotate(-45 28.232 4.768)"
|
|
2957
|
+
})), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
2958
|
+
d: "M20 0H22V3H20z"
|
|
2959
|
+
})), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
2960
|
+
d: "M12.768 3.268H14.768V6.268H12.768z",
|
|
2961
|
+
transform: "rotate(-45 13.768 4.768)"
|
|
2962
|
+
})), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
|
2963
|
+
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"
|
|
2923
2964
|
})), children);
|
|
2924
2965
|
});
|
|
2925
2966
|
if (process.env.NODE_ENV !== "production") {
|
|
2926
|
-
|
|
2967
|
+
RainScattered.propTypes = iconPropTypes4cbeb95d.i;
|
|
2927
2968
|
}
|
|
2928
|
-
const
|
|
2969
|
+
const RainScatteredNight = /*#__PURE__*/React.forwardRef(function RainScatteredNight(_ref122, ref) {
|
|
2929
2970
|
let {
|
|
2930
2971
|
children,
|
|
2931
2972
|
size = 16,
|
|
@@ -2939,18 +2980,14 @@ const RequirementDefinition = /*#__PURE__*/React.forwardRef(function Requirement
|
|
|
2939
2980
|
viewBox: "0 0 32 32",
|
|
2940
2981
|
fill: "currentColor",
|
|
2941
2982
|
...rest
|
|
2942
|
-
},
|
|
2943
|
-
|
|
2944
|
-
d: "M17.1788 17.4959c0-2.8367 1.5301-4.6764 4.1606-4.6764 2.8025 0 4.0919 2.0631 4.0919 4.5217v.7221h-5.9658v.2235c0 1.2894.7392 2.1663 2.1834 2.1663 1.0833 0 1.7365-.5158 2.2867-1.2207l1.1863 1.3239c-.7392 1.0143-2.0459 1.6505-3.7137 1.6505-2.6475 0-4.2293-1.8397-4.2293-4.7109zm2.2867-.9284v.1377h3.6791v-.1548c0-1.2379-.6362-2.0803-1.7709-2.0803-1.152 0-1.9083.8597-1.9083 2.0975zM9.2694 22h-2.2693v-12h5.4154c2.1835 0 3.5416 1.4441 3.5416 3.7135 0 1.6504-.7565 2.9054-2.2349 3.4039l2.4584 4.8826h-2.5271l-2.2349-4.6247h-2.1492v4.6247zm3.1215-6.533c.8769 0 1.4097-.4813 1.4097-1.3581v-.7909c0-.8769-.5328-1.341-1.4097-1.341h-2.9227v3.4899h2.9227z"
|
|
2945
|
-
})), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
2946
|
-
strokeWidth: "0",
|
|
2947
|
-
d: "m28,30H4c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2v24c0,1.1046-.8954,2-2,2Zm-24-2h24V4H4v24Z"
|
|
2983
|
+
}, _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
|
2984
|
+
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"
|
|
2948
2985
|
})), children);
|
|
2949
2986
|
});
|
|
2950
2987
|
if (process.env.NODE_ENV !== "production") {
|
|
2951
|
-
|
|
2988
|
+
RainScatteredNight.propTypes = iconPropTypes4cbeb95d.i;
|
|
2952
2989
|
}
|
|
2953
|
-
const
|
|
2990
|
+
const RainDrop = /*#__PURE__*/React.forwardRef(function RainDrop(_ref123, ref) {
|
|
2954
2991
|
let {
|
|
2955
2992
|
children,
|
|
2956
2993
|
size = 16,
|
|
@@ -2964,18 +3001,16 @@ const RequirementUsage = /*#__PURE__*/React.forwardRef(function RequirementUsage
|
|
|
2964
3001
|
viewBox: "0 0 32 32",
|
|
2965
3002
|
fill: "currentColor",
|
|
2966
3003
|
...rest
|
|
2967
|
-
},
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
strokeWidth: "0",
|
|
2972
|
-
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
|
3004
|
+
}, _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
|
|
3005
|
+
d: "M16,24V22a3.2965,3.2965,0,0,0,3-3h2A5.2668,5.2668,0,0,1,16,24Z"
|
|
3006
|
+
})), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
|
|
3007
|
+
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"
|
|
2973
3008
|
})), children);
|
|
2974
3009
|
});
|
|
2975
3010
|
if (process.env.NODE_ENV !== "production") {
|
|
2976
|
-
|
|
3011
|
+
RainDrop.propTypes = iconPropTypes4cbeb95d.i;
|
|
2977
3012
|
}
|
|
2978
|
-
const
|
|
3013
|
+
const Raw = /*#__PURE__*/React.forwardRef(function Raw(_ref124, ref) {
|
|
2979
3014
|
let {
|
|
2980
3015
|
children,
|
|
2981
3016
|
size = 16,
|
|
@@ -2989,14 +3024,14 @@ const Reset = /*#__PURE__*/React.forwardRef(function Reset(_ref124, ref) {
|
|
|
2989
3024
|
viewBox: "0 0 32 32",
|
|
2990
3025
|
fill: "currentColor",
|
|
2991
3026
|
...rest
|
|
2992
|
-
},
|
|
2993
|
-
d: "
|
|
3027
|
+
}, _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
|
|
3028
|
+
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"
|
|
2994
3029
|
})), children);
|
|
2995
3030
|
});
|
|
2996
3031
|
if (process.env.NODE_ENV !== "production") {
|
|
2997
|
-
|
|
3032
|
+
Raw.propTypes = iconPropTypes4cbeb95d.i;
|
|
2998
3033
|
}
|
|
2999
|
-
const
|
|
3034
|
+
const Receipt = /*#__PURE__*/React.forwardRef(function Receipt(_ref125, ref) {
|
|
3000
3035
|
let {
|
|
3001
3036
|
children,
|
|
3002
3037
|
size = 16,
|
|
@@ -3010,14 +3045,42 @@ const ResetAlt = /*#__PURE__*/React.forwardRef(function ResetAlt(_ref125, ref) {
|
|
|
3010
3045
|
viewBox: "0 0 32 32",
|
|
3011
3046
|
fill: "currentColor",
|
|
3012
3047
|
...rest
|
|
3013
|
-
},
|
|
3014
|
-
d: "
|
|
3048
|
+
}, _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
|
|
3049
|
+
d: "M21 16H23V18H21zM9 16H17V18H9zM21 12H23V14H21zM9 12H17V14H9zM9 8H23V10H9z"
|
|
3050
|
+
})), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
|
|
3051
|
+
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"
|
|
3015
3052
|
})), children);
|
|
3016
3053
|
});
|
|
3017
3054
|
if (process.env.NODE_ENV !== "production") {
|
|
3018
|
-
|
|
3055
|
+
Receipt.propTypes = iconPropTypes4cbeb95d.i;
|
|
3019
3056
|
}
|
|
3020
3057
|
|
|
3058
|
+
exports.Pedestrian = Pedestrian;
|
|
3059
|
+
exports.PedestrianChild = PedestrianChild;
|
|
3060
|
+
exports.PedestrianFamily = PedestrianFamily;
|
|
3061
|
+
exports.Pen = Pen;
|
|
3062
|
+
exports.PenFountain = PenFountain;
|
|
3063
|
+
exports.Pending = Pending;
|
|
3064
|
+
exports.PendingFilled = PendingFilled;
|
|
3065
|
+
exports.PentagonDownOutline = PentagonDownOutline;
|
|
3066
|
+
exports.PentagonDownSolid = PentagonDownSolid;
|
|
3067
|
+
exports.PentagonLeftOutline = PentagonLeftOutline;
|
|
3068
|
+
exports.PentagonLeftSolid = PentagonLeftSolid;
|
|
3069
|
+
exports.PentagonOutline = PentagonOutline;
|
|
3070
|
+
exports.PentagonRightOutline = PentagonRightOutline;
|
|
3071
|
+
exports.PentagonRightSolid = PentagonRightSolid;
|
|
3072
|
+
exports.PentagonSolid = PentagonSolid;
|
|
3073
|
+
exports.Percentage = Percentage;
|
|
3074
|
+
exports.PercentageFilled = PercentageFilled;
|
|
3075
|
+
exports.Person = Person;
|
|
3076
|
+
exports.PersonFavorite = PersonFavorite;
|
|
3077
|
+
exports.Pest = Pest;
|
|
3078
|
+
exports.Phone = Phone;
|
|
3079
|
+
exports.PhoneApplication = PhoneApplication;
|
|
3080
|
+
exports.PhoneBlock = PhoneBlock;
|
|
3081
|
+
exports.PhoneBlockFilled = PhoneBlockFilled;
|
|
3082
|
+
exports.PhoneFilled = PhoneFilled;
|
|
3083
|
+
exports.PhoneIncoming = PhoneIncoming;
|
|
3021
3084
|
exports.PhoneIncomingFilled = PhoneIncomingFilled;
|
|
3022
3085
|
exports.PhoneIp = PhoneIp;
|
|
3023
3086
|
exports.PhoneOff = PhoneOff;
|
|
@@ -3036,6 +3099,7 @@ exports.PillsAdd = PillsAdd;
|
|
|
3036
3099
|
exports.PillsSubtract = PillsSubtract;
|
|
3037
3100
|
exports.Pin = Pin;
|
|
3038
3101
|
exports.PinFilled = PinFilled;
|
|
3102
|
+
exports.Pipelines = Pipelines;
|
|
3039
3103
|
exports.Plan = Plan;
|
|
3040
3104
|
exports.Plane = Plane;
|
|
3041
3105
|
exports.PlanePrivate = PlanePrivate;
|
|
@@ -3060,6 +3124,8 @@ exports.PortOutput = PortOutput;
|
|
|
3060
3124
|
exports.PortUsage = PortUsage;
|
|
3061
3125
|
exports.Portfolio = Portfolio;
|
|
3062
3126
|
exports.Power = Power;
|
|
3127
|
+
exports.PowerEnterprisePoolsMeteredCapacityIntegration = PowerEnterprisePoolsMeteredCapacityIntegration;
|
|
3128
|
+
exports.PowerVirtualServerDisasterRecoveryAutomation = PowerVirtualServerDisasterRecoveryAutomation;
|
|
3063
3129
|
exports.Ppt = Ppt;
|
|
3064
3130
|
exports.PresentationFile = PresentationFile;
|
|
3065
3131
|
exports.Pressure = Pressure;
|
|
@@ -3110,36 +3176,7 @@ exports.RainScattered = RainScattered;
|
|
|
3110
3176
|
exports.RainScatteredNight = RainScatteredNight;
|
|
3111
3177
|
exports.Raw = Raw;
|
|
3112
3178
|
exports.Receipt = Receipt;
|
|
3113
|
-
exports.
|
|
3114
|
-
exports.
|
|
3115
|
-
exports.Recording = Recording;
|
|
3116
|
-
exports.RecordingFilled = RecordingFilled;
|
|
3117
|
-
exports.RecordingFilledAlt = RecordingFilledAlt;
|
|
3118
|
-
exports.Recycle = Recycle;
|
|
3119
|
-
exports.Redo = Redo;
|
|
3120
|
-
exports.RefEvapotranspiration = RefEvapotranspiration;
|
|
3121
|
-
exports.ReferenceArchitecture = ReferenceArchitecture;
|
|
3122
|
-
exports.ReflectHorizontal = ReflectHorizontal;
|
|
3123
|
-
exports.ReflectVertical = ReflectVertical;
|
|
3124
|
-
exports.Reminder = Reminder;
|
|
3125
|
-
exports.ReminderMedical = ReminderMedical;
|
|
3126
|
-
exports.Renew = Renew;
|
|
3127
|
-
exports.Repeat = Repeat;
|
|
3128
|
-
exports.RepeatOne = RepeatOne;
|
|
3129
|
-
exports.Replicate = Replicate;
|
|
3130
|
-
exports.Reply = Reply;
|
|
3131
|
-
exports.ReplyAll = ReplyAll;
|
|
3132
|
-
exports.RepoArtifact = RepoArtifact;
|
|
3133
|
-
exports.RepoSourceCode = RepoSourceCode;
|
|
3134
|
-
exports.Report = Report;
|
|
3135
|
-
exports.ReportData = ReportData;
|
|
3136
|
-
exports.RequestQuote = RequestQuote;
|
|
3137
|
-
exports.RequirementDefinition = RequirementDefinition;
|
|
3138
|
-
exports.RequirementUsage = RequirementUsage;
|
|
3139
|
-
exports.Reset = Reset;
|
|
3140
|
-
exports.ResetAlt = ResetAlt;
|
|
3179
|
+
exports.WatsonHealthPetImageB = WatsonHealthPetImageB;
|
|
3180
|
+
exports.WatsonHealthPetImageO = WatsonHealthPetImageO;
|
|
3141
3181
|
exports.WatsonHealthPointerText = WatsonHealthPointerText;
|
|
3142
3182
|
exports.WatsonHealthQcLaunch = WatsonHealthQcLaunch;
|
|
3143
|
-
exports.WatsonHealthRegionAnalysisArea = WatsonHealthRegionAnalysisArea;
|
|
3144
|
-
exports.WatsonHealthRegionAnalysisVolume = WatsonHealthRegionAnalysisVolume;
|
|
3145
|
-
exports.WatsonHealthRegistration = WatsonHealthRegistration;
|