@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
|
@@ -10,8 +10,8 @@ import Icon from '../Icon.js';
|
|
|
10
10
|
import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
|
|
13
|
-
var _path, _path2, _path3, _path4, _path5, _path6,
|
|
14
|
-
const
|
|
13
|
+
var _circle, _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _circle2, _circle3, _circle4, _path10, _circle5, _path11, _circle6, _circle7, _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, _circle8, _path53, _path54, _path55, _path56, _circle9, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _circle10, _path81, _path82, _circle11, _path83, _path84, _circle12, _circle13, _circle14, _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, _circle15, _circle16, _circle17, _circle18, _circle19, _circle20, _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, _circle21, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193;
|
|
14
|
+
const NavaidVortac = /*#__PURE__*/React.forwardRef(function NavaidVortac(_ref, ref) {
|
|
15
15
|
let {
|
|
16
16
|
children,
|
|
17
17
|
size = 16,
|
|
@@ -25,34 +25,23 @@ const NotebookReference = /*#__PURE__*/React.forwardRef(function NotebookReferen
|
|
|
25
25
|
viewBox: "0 0 32 32",
|
|
26
26
|
fill: "currentColor",
|
|
27
27
|
...rest
|
|
28
|
-
},
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
29
|
+
cx: "16",
|
|
30
|
+
cy: "14",
|
|
31
|
+
r: "2"
|
|
32
|
+
})), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M29.8682,10.5039l-4-7a.9992.9992,0,0,0-1.3828-.3613L19.7231,6H12.2769L7.5146,3.1426a.9992.9992,0,0,0-1.3828.3613l-4,7a1,1,0,0,0,.3536,1.3535l4.7758,2.8657L11,21.2656V27a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V21.2656l3.7388-6.5425,4.7758-2.8657A1,1,0,0,0,29.8682,10.5039ZM18.8484,21H13.1516L8.5757,12.9922,11.4287,8h9.1426l2.853,4.9922Z"
|
|
32
34
|
})), children);
|
|
33
35
|
});
|
|
34
36
|
if (process.env.NODE_ENV !== "production") {
|
|
35
|
-
|
|
37
|
+
NavaidVortac.propTypes = iconPropTypes;
|
|
36
38
|
}
|
|
37
|
-
const
|
|
39
|
+
const Need = /*#__PURE__*/React.forwardRef(function Need(_ref2, ref) {
|
|
38
40
|
let {
|
|
39
41
|
children,
|
|
40
42
|
size = 16,
|
|
41
43
|
...rest
|
|
42
44
|
} = _ref2;
|
|
43
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
44
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
45
|
-
width: size,
|
|
46
|
-
height: size,
|
|
47
|
-
ref: ref,
|
|
48
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
49
|
-
viewBox: "0 0 16 16",
|
|
50
|
-
fill: "currentColor",
|
|
51
|
-
...rest
|
|
52
|
-
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
53
|
-
d: "M14.4,10.1L13,8.8V6.5c0-2.6-1.9-4.7-4.5-5v-1h-1v1C5,1.8,3,3.9,3,6.5v2.3l-1.4,1.3c-0.1,0.1-0.2,0.2-0.1,0.4V12 c0,0.3,0.2,0.5,0.4,0.5c0,0,0,0,0.1,0h3.5C5.5,13.9,6.6,15,8,15s2.5-1.1,2.5-2.5H14c0.3,0,0.5-0.2,0.5-0.4c0,0,0,0,0-0.1v-1.5 C14.5,10.4,14.4,10.2,14.4,10.1z M8,14c-0.8,0-1.5-0.7-1.5-1.5h3C9.5,13.3,8.8,14,8,14z M13.5,11.5h-11v-0.8l1.3-1.4 C3.9,9.3,4,9.1,4,9V6.5c0-2.2,1.8-4,4-4s4,1.8,4,4V9c0,0.1,0.1,0.3,0.1,0.4l1.4,1.3V11.5z"
|
|
54
|
-
})), children);
|
|
55
|
-
}
|
|
56
45
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
57
46
|
width: size,
|
|
58
47
|
height: size,
|
|
@@ -61,14 +50,14 @@ const Notification = /*#__PURE__*/React.forwardRef(function Notification(_ref2,
|
|
|
61
50
|
viewBox: "0 0 32 32",
|
|
62
51
|
fill: "currentColor",
|
|
63
52
|
...rest
|
|
64
|
-
},
|
|
65
|
-
d: "
|
|
53
|
+
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M29.1211 16.8789A2.98 2.98 0 0027.01 16H27a2.9774 2.9774 0 00-2.1211.8789L19.9778 21.78A2.9943 2.9943 0 0017 19H10a5.0059 5.0059 0 00-5 5v.667L2 28.6631l1.6 1.2L7 25.333V24a3.0033 3.0033 0 013-3h7a1 1 0 010 2H13v2h4.9287a3.9717 3.9717 0 002.8286-1.1719L26.293 18.293A.9929.9929 0 0127 18h.0034a1 1 0 01.7036 1.707l-7.414 7.4141A2.9791 2.9791 0 0118.1714 28H11v2h7.1714a4.9665 4.9665 0 003.5356-1.4648l7.4141-7.4141a2.9989 2.9989 0 000-4.2422zM21.586 8.586L18 12 18 2 16 2 16 12 12.414 8.586 11 10 17 16 23 10 21.586 8.586z"
|
|
66
55
|
})), children);
|
|
67
56
|
});
|
|
68
57
|
if (process.env.NODE_ENV !== "production") {
|
|
69
|
-
|
|
58
|
+
Need.propTypes = iconPropTypes;
|
|
70
59
|
}
|
|
71
|
-
const
|
|
60
|
+
const Network_1 = /*#__PURE__*/React.forwardRef(function Network_1(_ref3, ref) {
|
|
72
61
|
let {
|
|
73
62
|
children,
|
|
74
63
|
size = 16,
|
|
@@ -82,14 +71,14 @@ const NotificationFilled = /*#__PURE__*/React.forwardRef(function NotificationFi
|
|
|
82
71
|
viewBox: "0 0 32 32",
|
|
83
72
|
fill: "currentColor",
|
|
84
73
|
...rest
|
|
85
|
-
},
|
|
86
|
-
d: "
|
|
74
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
d: "M16 20a4 4 0 114-4A4.0045 4.0045 0 0116 20zm0-6a2 2 0 102 2A2.0021 2.0021 0 0016 14zM5 20a4 4 0 114-4A4.0045 4.0045 0 015 20zm0-6a2 2 0 102 2A2.0023 2.0023 0 005 14zM10 31a4 4 0 114-4A4.0045 4.0045 0 0110 31zm0-6a2 2 0 102 2A2.0021 2.0021 0 0010 25zM22 31a4 4 0 114-4A4.0045 4.0045 0 0122 31zm0-6a2 2 0 102 2A2.0021 2.0021 0 0022 25zM27 20a4 4 0 114-4A4.0045 4.0045 0 0127 20zm0-6a2 2 0 102 2A2.0021 2.0021 0 0027 14zM22 9a4 4 0 114-4A4.0045 4.0045 0 0122 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0022 3zM10 9a4 4 0 114-4A4.0045 4.0045 0 0110 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0010 3z"
|
|
87
76
|
})), children);
|
|
88
77
|
});
|
|
89
78
|
if (process.env.NODE_ENV !== "production") {
|
|
90
|
-
|
|
79
|
+
Network_1.propTypes = iconPropTypes;
|
|
91
80
|
}
|
|
92
|
-
const
|
|
81
|
+
const Network_2 = /*#__PURE__*/React.forwardRef(function Network_2(_ref4, ref) {
|
|
93
82
|
let {
|
|
94
83
|
children,
|
|
95
84
|
size = 16,
|
|
@@ -103,36 +92,19 @@ const NotificationNew = /*#__PURE__*/React.forwardRef(function NotificationNew(_
|
|
|
103
92
|
viewBox: "0 0 32 32",
|
|
104
93
|
fill: "currentColor",
|
|
105
94
|
...rest
|
|
106
|
-
},
|
|
107
|
-
d: "
|
|
108
|
-
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
109
|
-
cx: "26",
|
|
110
|
-
cy: "8",
|
|
111
|
-
r: "4"
|
|
95
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
96
|
+
d: "M17,17h5.1421a4,4,0,1,0,0-2H17V7h5.1421a4,4,0,1,0,0-2H17a2.0023,2.0023,0,0,0-2,2v8H9.8579a4,4,0,1,0,0,2H15v8a2.0023,2.0023,0,0,0,2,2h5.1421a4,4,0,1,0,0-2H17Zm9-3a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,14ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM6,18a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,18Zm20,6a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,24Z"
|
|
112
97
|
})), children);
|
|
113
98
|
});
|
|
114
99
|
if (process.env.NODE_ENV !== "production") {
|
|
115
|
-
|
|
100
|
+
Network_2.propTypes = iconPropTypes;
|
|
116
101
|
}
|
|
117
|
-
const
|
|
102
|
+
const Network_3 = /*#__PURE__*/React.forwardRef(function Network_3(_ref5, ref) {
|
|
118
103
|
let {
|
|
119
104
|
children,
|
|
120
105
|
size = 16,
|
|
121
106
|
...rest
|
|
122
107
|
} = _ref5;
|
|
123
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
124
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
125
|
-
width: size,
|
|
126
|
-
height: size,
|
|
127
|
-
ref: ref,
|
|
128
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
129
|
-
viewBox: "0 0 16 16",
|
|
130
|
-
fill: "currentColor",
|
|
131
|
-
...rest
|
|
132
|
-
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
133
|
-
d: "M2.5 11.5v-.8l1.3-1.4C3.9 9.3 4 9.1 4 9V6.5c0-2.2 1.8-4 4-4 .9 0 1.8.3 2.5.9l.7-.7C10.5 2 9.5 1.6 8.5 1.5v-1h-1v1C5 1.8 3 3.9 3 6.5v2.3l-1.4 1.3c-.1.1-.2.2-.1.4v1H2.5zM13 8.8V6.5c0-.8-.2-1.6-.5-2.2L15 1.7 14.3 1 1 14.3 1.7 15l2.5-2.5h1.3C5.5 13.9 6.6 15 8 15s2.5-1.1 2.5-2.5H14c.3 0 .5-.2.5-.4 0 0 0 0 0-.1v-1.5c0-.1-.1-.3-.1-.4L13 8.8zM8 14c-.8 0-1.5-.7-1.5-1.5h3C9.5 13.3 8.8 14 8 14zM13.5 11.5H5.2L11.7 5C11.9 5.5 12 6 12 6.5V9c0 .1.1.3.1.4l1.4 1.3V11.5z"
|
|
134
|
-
})), children);
|
|
135
|
-
}
|
|
136
108
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
137
109
|
width: size,
|
|
138
110
|
height: size,
|
|
@@ -141,14 +113,18 @@ const NotificationOff = /*#__PURE__*/React.forwardRef(function NotificationOff(_
|
|
|
141
113
|
viewBox: "0 0 32 32",
|
|
142
114
|
fill: "currentColor",
|
|
143
115
|
...rest
|
|
144
|
-
},
|
|
145
|
-
d: "
|
|
116
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
117
|
+
d: "M30 30H22V22h8zm-6-2h4V24H24zM20 27H8A6 6 0 018 15h2v2H8a4 4 0 000 8H20z"
|
|
118
|
+
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
119
|
+
d: "M20,20H12V12h8Zm-6-2h4V14H14Z"
|
|
120
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
121
|
+
d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
|
|
146
122
|
})), children);
|
|
147
123
|
});
|
|
148
124
|
if (process.env.NODE_ENV !== "production") {
|
|
149
|
-
|
|
125
|
+
Network_3.propTypes = iconPropTypes;
|
|
150
126
|
}
|
|
151
|
-
const
|
|
127
|
+
const Network_3Reference = /*#__PURE__*/React.forwardRef(function Network_3Reference(_ref6, ref) {
|
|
152
128
|
let {
|
|
153
129
|
children,
|
|
154
130
|
size = 16,
|
|
@@ -162,14 +138,16 @@ const NotificationOffFilled = /*#__PURE__*/React.forwardRef(function Notificatio
|
|
|
162
138
|
viewBox: "0 0 32 32",
|
|
163
139
|
fill: "currentColor",
|
|
164
140
|
...rest
|
|
165
|
-
},
|
|
166
|
-
d: "
|
|
141
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
142
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 30H22V22h8zm-6-2h4V24H24zM20 20H12V12h8zm-6-2h4V14H14z"
|
|
143
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
144
|
+
d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
|
|
167
145
|
})), children);
|
|
168
146
|
});
|
|
169
147
|
if (process.env.NODE_ENV !== "production") {
|
|
170
|
-
|
|
148
|
+
Network_3Reference.propTypes = iconPropTypes;
|
|
171
149
|
}
|
|
172
|
-
const
|
|
150
|
+
const Network_4 = /*#__PURE__*/React.forwardRef(function Network_4(_ref7, ref) {
|
|
173
151
|
let {
|
|
174
152
|
children,
|
|
175
153
|
size = 16,
|
|
@@ -183,20 +161,26 @@ const NotificationCounter = /*#__PURE__*/React.forwardRef(function NotificationC
|
|
|
183
161
|
viewBox: "0 0 32 32",
|
|
184
162
|
fill: "currentColor",
|
|
185
163
|
...rest
|
|
186
|
-
},
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
164
|
+
}, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
165
|
+
cx: "21",
|
|
166
|
+
cy: "26",
|
|
167
|
+
r: "2"
|
|
168
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
169
|
+
cx: "21",
|
|
170
|
+
cy: "6",
|
|
171
|
+
r: "2"
|
|
172
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
173
|
+
cx: "4",
|
|
174
|
+
cy: "16",
|
|
175
|
+
r: "2"
|
|
176
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
177
|
+
d: "M28,12a3.9962,3.9962,0,0,0-3.8579,3H19.8579a3.9655,3.9655,0,0,0-5.4914-2.6426L11.19,8.3872A3.9626,3.9626,0,0,0,12,6a4,4,0,1,0-4,4,3.96,3.96,0,0,0,1.6338-.3574l3.176,3.97a3.9239,3.9239,0,0,0,0,4.7744l-3.1758,3.97A3.96,3.96,0,0,0,8,22a4,4,0,1,0,4,4,3.9624,3.9624,0,0,0-.81-2.3872l3.1758-3.97A3.9658,3.9658,0,0,0,19.8579,17h4.2842A3.9934,3.9934,0,1,0,28,12ZM6,6A2,2,0,1,1,8,8,2.0023,2.0023,0,0,1,6,6ZM8,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,28Zm8-10a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,16,18Zm12,0a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,28,18Z"
|
|
194
178
|
})), children);
|
|
195
179
|
});
|
|
196
180
|
if (process.env.NODE_ENV !== "production") {
|
|
197
|
-
|
|
181
|
+
Network_4.propTypes = iconPropTypes;
|
|
198
182
|
}
|
|
199
|
-
const
|
|
183
|
+
const Network_4Reference = /*#__PURE__*/React.forwardRef(function Network_4Reference(_ref8, ref) {
|
|
200
184
|
let {
|
|
201
185
|
children,
|
|
202
186
|
size = 16,
|
|
@@ -210,16 +194,28 @@ const Number_0 = /*#__PURE__*/React.forwardRef(function Number_0(_ref8, ref) {
|
|
|
210
194
|
viewBox: "0 0 32 32",
|
|
211
195
|
fill: "currentColor",
|
|
212
196
|
...rest
|
|
213
|
-
},
|
|
214
|
-
|
|
197
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
198
|
+
cx: "21",
|
|
199
|
+
cy: "26",
|
|
200
|
+
r: "2"
|
|
201
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
202
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
|
203
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
204
|
+
cx: "21",
|
|
205
|
+
cy: "6",
|
|
206
|
+
r: "2"
|
|
207
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
208
|
+
cx: "4",
|
|
209
|
+
cy: "16",
|
|
210
|
+
r: "2"
|
|
215
211
|
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
216
|
-
d: "
|
|
212
|
+
d: "M28,12a3.9962,3.9962,0,0,0-3.8579,3H19.8579a3.9655,3.9655,0,0,0-5.4914-2.6426L11.19,8.3872A3.9624,3.9624,0,0,0,12,6a4,4,0,1,0-4,4,3.96,3.96,0,0,0,1.6338-.3574l3.176,3.97A3.9613,3.9613,0,0,0,12,16a3.9915,3.9915,0,0,0,7.8579,1h4.2842A3.9934,3.9934,0,1,0,28,12ZM8,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,8Zm8,10a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,16,18Zm12,0a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,28,18Z"
|
|
217
213
|
})), children);
|
|
218
214
|
});
|
|
219
215
|
if (process.env.NODE_ENV !== "production") {
|
|
220
|
-
|
|
216
|
+
Network_4Reference.propTypes = iconPropTypes;
|
|
221
217
|
}
|
|
222
|
-
const
|
|
218
|
+
const NetworkAdminControl = /*#__PURE__*/React.forwardRef(function NetworkAdminControl(_ref9, ref) {
|
|
223
219
|
let {
|
|
224
220
|
children,
|
|
225
221
|
size = 16,
|
|
@@ -234,13 +230,13 @@ const Number_1 = /*#__PURE__*/React.forwardRef(function Number_1(_ref9, ref) {
|
|
|
234
230
|
fill: "currentColor",
|
|
235
231
|
...rest
|
|
236
232
|
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
237
|
-
d: "
|
|
233
|
+
d: "M27 20.415L25.586 19 23 21.587 20.414 19 19 20.415 21.586 23 19 25.586 20.414 27 23 24.414 25.586 27 27 25.586 24.414 23 27 20.415zM24 4a4.0045 4.0045 0 00-4 4 3.951 3.951 0 00.5669 2.019L10.019 20.5669A3.9521 3.9521 0 008 20a4 4 0 104 4 3.951 3.951 0 00-.5669-2.019L21.981 11.4331A3.9521 3.9521 0 0024 12a4 4 0 000-8zM8 26a2 2 0 112-2A2.0023 2.0023 0 018 26zM24 10a2 2 0 112-2A2.0023 2.0023 0 0124 10zM8 11.18L5.41 8.59 4 10 8 14 15 7 13.59 5.59 8 11.18z"
|
|
238
234
|
})), children);
|
|
239
235
|
});
|
|
240
236
|
if (process.env.NODE_ENV !== "production") {
|
|
241
|
-
|
|
237
|
+
NetworkAdminControl.propTypes = iconPropTypes;
|
|
242
238
|
}
|
|
243
|
-
const
|
|
239
|
+
const NetworkEnterprise = /*#__PURE__*/React.forwardRef(function NetworkEnterprise(_ref10, ref) {
|
|
244
240
|
let {
|
|
245
241
|
children,
|
|
246
242
|
size = 16,
|
|
@@ -255,13 +251,17 @@ const Number_2 = /*#__PURE__*/React.forwardRef(function Number_2(_ref10, ref) {
|
|
|
255
251
|
fill: "currentColor",
|
|
256
252
|
...rest
|
|
257
253
|
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
258
|
-
d: "
|
|
254
|
+
d: "M25.7983,10a10,10,0,0,0-19.62.124A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.377-10.9795l.8365-.0571.09-.8335A7.9934,7.9934,0,0,1,23.7368,10Z"
|
|
255
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
256
|
+
d: "M28,12H18a2.0023,2.0023,0,0,0-2,2v4H12a2.0023,2.0023,0,0,0-2,2V30H30V14A2.0023,2.0023,0,0,0,28,12ZM12,28V20h4v8Zm16,0H18V14H28Z"
|
|
257
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
258
|
+
d: "M20 16H22V20H20zM24 16H26V20H24zM20 22H22V26H20zM24 22H26V26H24z"
|
|
259
259
|
})), children);
|
|
260
260
|
});
|
|
261
261
|
if (process.env.NODE_ENV !== "production") {
|
|
262
|
-
|
|
262
|
+
NetworkEnterprise.propTypes = iconPropTypes;
|
|
263
263
|
}
|
|
264
|
-
const
|
|
264
|
+
const NetworkOverlay = /*#__PURE__*/React.forwardRef(function NetworkOverlay(_ref11, ref) {
|
|
265
265
|
let {
|
|
266
266
|
children,
|
|
267
267
|
size = 16,
|
|
@@ -275,14 +275,16 @@ const Number_3 = /*#__PURE__*/React.forwardRef(function Number_3(_ref11, ref) {
|
|
|
275
275
|
viewBox: "0 0 32 32",
|
|
276
276
|
fill: "currentColor",
|
|
277
277
|
...rest
|
|
278
|
-
},
|
|
279
|
-
d: "
|
|
278
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
279
|
+
d: "M22 23L13.83 23 16.41 20.41 15 19 10 24 15 29 16.41 27.59 13.83 25 22 25 22 23zM11 13L19.17 13 16.59 10.41 18 9 23 14 18 19 16.59 17.59 19.17 15 11 15 11 13z"
|
|
280
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
281
|
+
d: "M24.5,25H24V23h.5a5.4961,5.4961,0,0,0,.377-10.9795l-.8365-.0566-.09-.834a7.9979,7.9979,0,0,0-15.9014,0l-.09.834-.8365.0566A5.4961,5.4961,0,0,0,7.5,23H8v2H7.5A7.4964,7.4964,0,0,1,6.1782,10.124a9.9992,9.9992,0,0,1,19.6436,0A7.4964,7.4964,0,0,1,24.5,25Z"
|
|
280
282
|
})), children);
|
|
281
283
|
});
|
|
282
284
|
if (process.env.NODE_ENV !== "production") {
|
|
283
|
-
|
|
285
|
+
NetworkOverlay.propTypes = iconPropTypes;
|
|
284
286
|
}
|
|
285
|
-
const
|
|
287
|
+
const NetworkPublic = /*#__PURE__*/React.forwardRef(function NetworkPublic(_ref12, ref) {
|
|
286
288
|
let {
|
|
287
289
|
children,
|
|
288
290
|
size = 16,
|
|
@@ -296,14 +298,16 @@ const Number_4 = /*#__PURE__*/React.forwardRef(function Number_4(_ref12, ref) {
|
|
|
296
298
|
viewBox: "0 0 32 32",
|
|
297
299
|
fill: "currentColor",
|
|
298
300
|
...rest
|
|
299
|
-
},
|
|
300
|
-
d: "
|
|
301
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
302
|
+
d: "M22.5,13c-4.7,0-8.5,3.8-8.5,8.5s3.8,8.5,8.5,8.5s8.5-3.8,8.5-8.5S27.2,13,22.5,13z M29,21h-3c0-2-0.3-4-0.9-5.5 C27.2,16.5,28.8,18.5,29,21z M22.5,28C22.5,28,22.5,28,22.5,28c-0.4-0.2-1.3-1.8-1.5-5h2.9C23.7,26.2,22.9,27.8,22.5,28z M21,21 c0.1-3.8,1.1-5.8,1.4-6c0,0,0,0,0,0c0.4,0.2,1.4,2.2,1.5,6H21z M19.9,15.5C19.3,17,19.1,19,19,21h-3C16.2,18.5,17.8,16.5,19.9,15.5z M16.2,23H19c0.1,1.6,0.4,3.2,0.9,4.5C18.1,26.7,16.7,25,16.2,23z M25.1,27.5c0.5-1.3,0.8-2.8,0.9-4.5h2.9 C28.3,25,26.9,26.7,25.1,27.5z"
|
|
303
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
304
|
+
d: "M25.8,10c-0.9-4.6-5-8-9.8-8c-4.8,0-8.9,3.4-9.8,8.1C2.7,10.8,0,13.8,0,17.5C0,21.6,3.4,25,7.5,25H11v-2H7.5 c-3,0-5.5-2.5-5.5-5.5c0-2.9,2.2-5.3,5.1-5.5L8,12L8,11.1C8.5,7.1,11.9,4,16,4c3.7,0,6.8,2.6,7.7,6H25.8z"
|
|
301
305
|
})), children);
|
|
302
306
|
});
|
|
303
307
|
if (process.env.NODE_ENV !== "production") {
|
|
304
|
-
|
|
308
|
+
NetworkPublic.propTypes = iconPropTypes;
|
|
305
309
|
}
|
|
306
|
-
const
|
|
310
|
+
const NetworkInterface = /*#__PURE__*/React.forwardRef(function NetworkInterface(_ref13, ref) {
|
|
307
311
|
let {
|
|
308
312
|
children,
|
|
309
313
|
size = 16,
|
|
@@ -317,14 +321,14 @@ const Number_5 = /*#__PURE__*/React.forwardRef(function Number_5(_ref13, ref) {
|
|
|
317
321
|
viewBox: "0 0 32 32",
|
|
318
322
|
fill: "currentColor",
|
|
319
323
|
...rest
|
|
320
|
-
},
|
|
321
|
-
d: "
|
|
324
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
325
|
+
d: "M28 18h-2V6h-13v-2h13c1.1028 0 2 .8972 2 2v12zM18 28H6c-1.1028 0-2-.8972-2-2v-13h2v13h12v2zM26 21l-1.793 1.793-5.5076-5.5078c.187-.3911.3005-.8232.3005-1.2852 0-1.6543-1.3457-3-3-3-.4617 0-.894.1133-1.2852.3008l-5.2817-5.2817c.3513-.5947.5669-1.2793.5669-2.019 0-2.2056-1.7944-4-4-4S2 3.7944 2 6s1.7944 4 4 4c.7395 0 1.4241-.2153 2.019-.5669l5.2815 5.2817c-.187.3911-.3005.8232-.3005 1.2852 0 1.6543 1.3457 3 3 3 .4617 0 .894-.1133 1.2852-.3008l5.5078 5.5078-1.793 1.793 5 5 5-5-5-5zM4 6c0-1.1025.8972-2 2-2s2 .8975 2 2-.8972 2-2 2-2-.8975-2-2zm11 10c0-.5513.4485-1 1-1s1 .4487 1 1-.4485 1-1 1-1-.4487-1-1zm8.8286 10l2.1714-2.1714 2.1714 2.1714-2.1714 2.1714-2.1714-2.1714z"
|
|
322
326
|
})), children);
|
|
323
327
|
});
|
|
324
328
|
if (process.env.NODE_ENV !== "production") {
|
|
325
|
-
|
|
329
|
+
NetworkInterface.propTypes = iconPropTypes;
|
|
326
330
|
}
|
|
327
|
-
const
|
|
331
|
+
const NetworkTimeProtocol = /*#__PURE__*/React.forwardRef(function NetworkTimeProtocol(_ref14, ref) {
|
|
328
332
|
let {
|
|
329
333
|
children,
|
|
330
334
|
size = 16,
|
|
@@ -338,19 +342,34 @@ const Number_6 = /*#__PURE__*/React.forwardRef(function Number_6(_ref14, ref) {
|
|
|
338
342
|
viewBox: "0 0 32 32",
|
|
339
343
|
fill: "currentColor",
|
|
340
344
|
...rest
|
|
341
|
-
},
|
|
342
|
-
d: "M18,
|
|
345
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
346
|
+
d: "M18.8,27c-.3-.9-1-1.5-1.8-1.8v-3.2c5-.5,9-4.8,9-9.9S21.5,2.1,16,2.1,6,6.5,6,12s3.9,9.5,9,10v3.2c-.9.3-1.5,1-1.8,1.8H4v2h9.2c.4,1.2,1.5,2,2.8,2s2.4-.8,2.8-2h9.2v-2h-9.2ZM8,12c0-4.4,3.6-8,8-8s8,3.6,8,8-3.6,8-8,8-8-3.6-8-8ZM16,29c-.6,0-1-.5-1-1s.4-1,1-1,1,.5,1,1-.5,1-1,1ZM19.3,16.7l-4.3-4.3v-6.4h2v5.6l3.7,3.7s-1.4,1.4-1.4,1.4Z"
|
|
343
347
|
})), children);
|
|
344
348
|
});
|
|
345
349
|
if (process.env.NODE_ENV !== "production") {
|
|
346
|
-
|
|
350
|
+
NetworkTimeProtocol.propTypes = iconPropTypes;
|
|
347
351
|
}
|
|
348
|
-
const
|
|
352
|
+
const NewTab = /*#__PURE__*/React.forwardRef(function NewTab(_ref15, ref) {
|
|
349
353
|
let {
|
|
350
354
|
children,
|
|
351
355
|
size = 16,
|
|
352
356
|
...rest
|
|
353
357
|
} = _ref15;
|
|
358
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
359
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
360
|
+
width: size,
|
|
361
|
+
height: size,
|
|
362
|
+
ref: ref,
|
|
363
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
364
|
+
viewBox: "0 0 16 16",
|
|
365
|
+
fill: "currentColor",
|
|
366
|
+
...rest
|
|
367
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
368
|
+
d: "M13,13H3V3h5V2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V8h-1V13z"
|
|
369
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
370
|
+
d: "M13 3L13 1 12 1 12 3 10 3 10 4 12 4 12 6 13 6 13 4 15 4 15 3z"
|
|
371
|
+
})), children);
|
|
372
|
+
}
|
|
354
373
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
355
374
|
width: size,
|
|
356
375
|
height: size,
|
|
@@ -359,14 +378,18 @@ const Number_7 = /*#__PURE__*/React.forwardRef(function Number_7(_ref15, ref) {
|
|
|
359
378
|
viewBox: "0 0 32 32",
|
|
360
379
|
fill: "currentColor",
|
|
361
380
|
...rest
|
|
362
|
-
},
|
|
363
|
-
d: "
|
|
381
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
382
|
+
d: "M26,26H6V6H16V4H6A2.002,2.002,0,0,0,4,6V26a2.002,2.002,0,0,0,2,2H26a2.002,2.002,0,0,0,2-2V16H26Z"
|
|
383
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
384
|
+
d: "M26,26H6V6H16V4H6A2.002,2.002,0,0,0,4,6V26a2.002,2.002,0,0,0,2,2H26a2.002,2.002,0,0,0,2-2V16H26Z"
|
|
385
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
386
|
+
d: "M26 6L26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6 26 6z"
|
|
364
387
|
})), children);
|
|
365
388
|
});
|
|
366
389
|
if (process.env.NODE_ENV !== "production") {
|
|
367
|
-
|
|
390
|
+
NewTab.propTypes = iconPropTypes;
|
|
368
391
|
}
|
|
369
|
-
const
|
|
392
|
+
const NextFilled = /*#__PURE__*/React.forwardRef(function NextFilled(_ref16, ref) {
|
|
370
393
|
let {
|
|
371
394
|
children,
|
|
372
395
|
size = 16,
|
|
@@ -380,14 +403,18 @@ const Number_8 = /*#__PURE__*/React.forwardRef(function Number_8(_ref16, ref) {
|
|
|
380
403
|
viewBox: "0 0 32 32",
|
|
381
404
|
fill: "currentColor",
|
|
382
405
|
...rest
|
|
383
|
-
},
|
|
384
|
-
d: "
|
|
406
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
407
|
+
d: "M2,16A14,14,0,1,0,16,2,14,14,0,0,0,2,16Zm6-1H20.15L14.57,9.3926,16,8l8,8-8,8-1.43-1.4272L20.15,17H8Z"
|
|
408
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
409
|
+
fill: "none",
|
|
410
|
+
d: "M16 8L14.57 9.393 20.15 15 8 15 8 17 20.15 17 14.57 22.573 16 24 24 16 16 8z",
|
|
411
|
+
"data-icon-path": "inner-path"
|
|
385
412
|
})), children);
|
|
386
413
|
});
|
|
387
414
|
if (process.env.NODE_ENV !== "production") {
|
|
388
|
-
|
|
415
|
+
NextFilled.propTypes = iconPropTypes;
|
|
389
416
|
}
|
|
390
|
-
const
|
|
417
|
+
const NextOutline = /*#__PURE__*/React.forwardRef(function NextOutline(_ref17, ref) {
|
|
391
418
|
let {
|
|
392
419
|
children,
|
|
393
420
|
size = 16,
|
|
@@ -401,14 +428,16 @@ const Number_9 = /*#__PURE__*/React.forwardRef(function Number_9(_ref17, ref) {
|
|
|
401
428
|
viewBox: "0 0 32 32",
|
|
402
429
|
fill: "currentColor",
|
|
403
430
|
...rest
|
|
404
|
-
},
|
|
405
|
-
d: "
|
|
431
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
432
|
+
d: "M16 8L14.57 9.393 20.15 15 8 15 8 17 20.15 17 14.57 22.573 16 24 24 16 16 8z"
|
|
433
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
434
|
+
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"
|
|
406
435
|
})), children);
|
|
407
436
|
});
|
|
408
437
|
if (process.env.NODE_ENV !== "production") {
|
|
409
|
-
|
|
438
|
+
NextOutline.propTypes = iconPropTypes;
|
|
410
439
|
}
|
|
411
|
-
const
|
|
440
|
+
const NoImage = /*#__PURE__*/React.forwardRef(function NoImage(_ref18, ref) {
|
|
412
441
|
let {
|
|
413
442
|
children,
|
|
414
443
|
size = 16,
|
|
@@ -422,14 +451,14 @@ const NumberSmall_0 = /*#__PURE__*/React.forwardRef(function NumberSmall_0(_ref1
|
|
|
422
451
|
viewBox: "0 0 32 32",
|
|
423
452
|
fill: "currentColor",
|
|
424
453
|
...rest
|
|
425
|
-
},
|
|
426
|
-
d: "
|
|
454
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
455
|
+
d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l2-2H26a2.0027 2.0027 0 002-2V5.4141zM26 26H7.4141l7.7929-7.793 2.3788 2.3787a2 2 0 002.8284 0L22 19l4 3.9973zm0-5.8318l-2.5858-2.5859a2 2 0 00-2.8284 0L19 19.1682l-2.377-2.3771L26 7.4141zM6 22V19l5-4.9966 1.3733 1.3733 1.4159-1.416-1.375-1.375a2 2 0 00-2.8284 0L6 16.1716V6H22V4H6A2.002 2.002 0 004 6V22z"
|
|
427
456
|
})), children);
|
|
428
457
|
});
|
|
429
458
|
if (process.env.NODE_ENV !== "production") {
|
|
430
|
-
|
|
459
|
+
NoImage.propTypes = iconPropTypes;
|
|
431
460
|
}
|
|
432
|
-
const
|
|
461
|
+
const NoTicket = /*#__PURE__*/React.forwardRef(function NoTicket(_ref19, ref) {
|
|
433
462
|
let {
|
|
434
463
|
children,
|
|
435
464
|
size = 16,
|
|
@@ -443,19 +472,32 @@ const NumberSmall_1 = /*#__PURE__*/React.forwardRef(function NumberSmall_1(_ref1
|
|
|
443
472
|
viewBox: "0 0 32 32",
|
|
444
473
|
fill: "currentColor",
|
|
445
474
|
...rest
|
|
446
|
-
},
|
|
447
|
-
d: "
|
|
475
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
476
|
+
d: "M28 6h-.5859L30 3.4141 28.5859 2 2 28.5859 3.4141 30l4-4H28a2.0027 2.0027 0 002-2V19a1 1 0 00-1-1 2 2 0 010-4 1 1 0 001-1V8A2.0023 2.0023 0 0028 6zm0 6.1265a4 4 0 000 7.7465V24H21V21H19v3H9.4141L19 14.4141V19h2V12.4141L25.4141 8H28zM4 12.1265V8H19V6H4A2.0023 2.0023 0 002 8v5a1 1 0 001 1 2 2 0 010 4 1 1 0 00-1 1v5H4V19.873a4 4 0 000-7.7465z"
|
|
448
477
|
})), children);
|
|
449
478
|
});
|
|
450
479
|
if (process.env.NODE_ENV !== "production") {
|
|
451
|
-
|
|
480
|
+
NoTicket.propTypes = iconPropTypes;
|
|
452
481
|
}
|
|
453
|
-
const
|
|
482
|
+
const Nominal = /*#__PURE__*/React.forwardRef(function Nominal(_ref20, ref) {
|
|
454
483
|
let {
|
|
455
484
|
children,
|
|
456
485
|
size = 16,
|
|
457
486
|
...rest
|
|
458
487
|
} = _ref20;
|
|
488
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
489
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
490
|
+
width: size,
|
|
491
|
+
height: size,
|
|
492
|
+
ref: ref,
|
|
493
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
494
|
+
viewBox: "0 0 16 16",
|
|
495
|
+
fill: "currentColor",
|
|
496
|
+
...rest
|
|
497
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
498
|
+
d: "M12,8 C13.6568542,8 15,9.34314575 15,11 C15,12.6568542 13.6568542,14 12,14 C10.3431458,14 9,12.6568542 9,11 C9,9.34314575 10.3431458,8 12,8 Z M4,8 C5.65685425,8 7,9.34314575 7,11 C7,12.6568542 5.65685425,14 4,14 C2.34314575,14 1,12.6568542 1,11 C1,9.34314575 2.34314575,8 4,8 Z M12,9 C10.8954305,9 10,9.8954305 10,11 C10,12.1045695 10.8954305,13 12,13 C13.1045695,13 14,12.1045695 14,11 C14,9.8954305 13.1045695,9 12,9 Z M4,9 C2.8954305,9 2,9.8954305 2,11 C2,12.1045695 2.8954305,13 4,13 C5.1045695,13 6,12.1045695 6,11 C6,9.8954305 5.1045695,9 4,9 Z M8,2 C9.65685425,2 11,3.34314575 11,5 C11,6.65685425 9.65685425,8 8,8 C6.34314575,8 5,6.65685425 5,5 C5,3.34314575 6.34314575,2 8,2 Z M8,3 C6.8954305,3 6,3.8954305 6,5 C6,6.1045695 6.8954305,7 8,7 C9.1045695,7 10,6.1045695 10,5 C10,3.8954305 9.1045695,3 8,3 Z"
|
|
499
|
+
})), children);
|
|
500
|
+
}
|
|
459
501
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
460
502
|
width: size,
|
|
461
503
|
height: size,
|
|
@@ -464,14 +506,14 @@ const NumberSmall_2 = /*#__PURE__*/React.forwardRef(function NumberSmall_2(_ref2
|
|
|
464
506
|
viewBox: "0 0 32 32",
|
|
465
507
|
fill: "currentColor",
|
|
466
508
|
...rest
|
|
467
|
-
},
|
|
468
|
-
d: "
|
|
509
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
510
|
+
d: "M24 28a6 6 0 116-6A6.0069 6.0069 0 0124 28zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 18zM8 28a6 6 0 116-6A6.0069 6.0069 0 018 28zM8 18a4 4 0 104 4A4.0045 4.0045 0 008 18zM16 14a6 6 0 116-6A6.0069 6.0069 0 0116 14zM16 4a4 4 0 104 4A4.0045 4.0045 0 0016 4z"
|
|
469
511
|
})), children);
|
|
470
512
|
});
|
|
471
513
|
if (process.env.NODE_ENV !== "production") {
|
|
472
|
-
|
|
514
|
+
Nominal.propTypes = iconPropTypes;
|
|
473
515
|
}
|
|
474
|
-
const
|
|
516
|
+
const WatsonHealthNominate = /*#__PURE__*/React.forwardRef(function WatsonHealthNominate(_ref21, ref) {
|
|
475
517
|
let {
|
|
476
518
|
children,
|
|
477
519
|
size = 16,
|
|
@@ -485,14 +527,16 @@ const NumberSmall_3 = /*#__PURE__*/React.forwardRef(function NumberSmall_3(_ref2
|
|
|
485
527
|
viewBox: "0 0 32 32",
|
|
486
528
|
fill: "currentColor",
|
|
487
529
|
...rest
|
|
488
|
-
},
|
|
489
|
-
d: "
|
|
530
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
531
|
+
d: "M25 23H19a3 3 0 00-3 3v2h2V26a1 1 0 011-1h6a1 1 0 011 1v2h2V26A3 3 0 0025 23zM18 18a4 4 0 104-4A4 4 0 0018 18zm6 0a2 2 0 11-2-2A2 2 0 0124 18zM10 18.59L7.41 16 6 17.41 10 21.41 17 14.41 15.59 13 10 18.59z"
|
|
532
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
533
|
+
d: "M14,26H4V6h7.1716l3.4141,3.4143L15.1716,10H28v8h2V10a2,2,0,0,0-2-2H16L12.5859,4.5858A2,2,0,0,0,11.1716,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
|
|
490
534
|
})), children);
|
|
491
535
|
});
|
|
492
536
|
if (process.env.NODE_ENV !== "production") {
|
|
493
|
-
|
|
537
|
+
WatsonHealthNominate.propTypes = iconPropTypes;
|
|
494
538
|
}
|
|
495
|
-
const
|
|
539
|
+
const NonCertified = /*#__PURE__*/React.forwardRef(function NonCertified(_ref22, ref) {
|
|
496
540
|
let {
|
|
497
541
|
children,
|
|
498
542
|
size = 16,
|
|
@@ -506,14 +550,16 @@ const NumberSmall_4 = /*#__PURE__*/React.forwardRef(function NumberSmall_4(_ref2
|
|
|
506
550
|
viewBox: "0 0 32 32",
|
|
507
551
|
fill: "currentColor",
|
|
508
552
|
...rest
|
|
509
|
-
},
|
|
510
|
-
d: "
|
|
553
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
554
|
+
d: "M6 8H16V10H6zM6 12H14V14H6zM6 16H10V18H6z"
|
|
555
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
556
|
+
d: "M28,26H7.4141L30,3.4141,28.5859,2l-2,2H4A2.0023,2.0023,0,0,0,2,6V22H4V6H24.5859L2,28.5859,3.4141,30l2-2H28a2.0023,2.0023,0,0,0,2-2V10H28Z"
|
|
511
557
|
})), children);
|
|
512
558
|
});
|
|
513
559
|
if (process.env.NODE_ENV !== "production") {
|
|
514
|
-
|
|
560
|
+
NonCertified.propTypes = iconPropTypes;
|
|
515
561
|
}
|
|
516
|
-
const
|
|
562
|
+
const NoodleBowl = /*#__PURE__*/React.forwardRef(function NoodleBowl(_ref23, ref) {
|
|
517
563
|
let {
|
|
518
564
|
children,
|
|
519
565
|
size = 16,
|
|
@@ -527,14 +573,16 @@ const NumberSmall_5 = /*#__PURE__*/React.forwardRef(function NumberSmall_5(_ref2
|
|
|
527
573
|
viewBox: "0 0 32 32",
|
|
528
574
|
fill: "currentColor",
|
|
529
575
|
...rest
|
|
530
|
-
},
|
|
531
|
-
d: "
|
|
576
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
577
|
+
d: "M11.4141,15l-8-8L2,8.4141,8.5859,15H2v1a14,14,0,0,0,28,0V15ZM16,28A12.0166,12.0166,0,0,1,4.0415,17h23.917A12.0166,12.0166,0,0,1,16,28Z"
|
|
578
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
579
|
+
d: "M22,8a5.0049,5.0049,0,0,0-1.5708.2554A8.0242,8.0242,0,0,0,14,5,7.9364,7.9364,0,0,0,9.0938,6.68L4.4141,2,3,3.4141,9.05,9.4648l.707-.7075A5.96,5.96,0,0,1,14,7a6.02,6.02,0,0,1,4.6875,2.2642,5.06,5.06,0,0,0-.59.61A2.9892,2.9892,0,0,1,15.7544,11H12v2h3.7544a4.98,4.98,0,0,0,3.9033-1.8745A3,3,0,0,1,25,13h2A5.0059,5.0059,0,0,0,22,8Z"
|
|
532
580
|
})), children);
|
|
533
581
|
});
|
|
534
582
|
if (process.env.NODE_ENV !== "production") {
|
|
535
|
-
|
|
583
|
+
NoodleBowl.propTypes = iconPropTypes;
|
|
536
584
|
}
|
|
537
|
-
const
|
|
585
|
+
const NotAvailable = /*#__PURE__*/React.forwardRef(function NotAvailable(_ref24, ref) {
|
|
538
586
|
let {
|
|
539
587
|
children,
|
|
540
588
|
size = 16,
|
|
@@ -548,14 +596,14 @@ const NumberSmall_6 = /*#__PURE__*/React.forwardRef(function NumberSmall_6(_ref2
|
|
|
548
596
|
viewBox: "0 0 32 32",
|
|
549
597
|
fill: "currentColor",
|
|
550
598
|
...rest
|
|
551
|
-
},
|
|
552
|
-
d: "
|
|
599
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
600
|
+
d: "M4 15H14V17H4zM18 15H28V17H18z"
|
|
553
601
|
})), children);
|
|
554
602
|
});
|
|
555
603
|
if (process.env.NODE_ENV !== "production") {
|
|
556
|
-
|
|
604
|
+
NotAvailable.propTypes = iconPropTypes;
|
|
557
605
|
}
|
|
558
|
-
const
|
|
606
|
+
const NotSent = /*#__PURE__*/React.forwardRef(function NotSent(_ref25, ref) {
|
|
559
607
|
let {
|
|
560
608
|
children,
|
|
561
609
|
size = 16,
|
|
@@ -569,14 +617,14 @@ const NumberSmall_7 = /*#__PURE__*/React.forwardRef(function NumberSmall_7(_ref2
|
|
|
569
617
|
viewBox: "0 0 32 32",
|
|
570
618
|
fill: "currentColor",
|
|
571
619
|
...rest
|
|
572
|
-
},
|
|
573
|
-
d: "
|
|
620
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
621
|
+
d: "M30 28.59L3.41 2 2 3.41l8 8L2.66 14.06a1 1 0 000 1.87l9.6 3.84 3.84 9.6A1 1 0 0017 30h0a1 1 0 00.92-.66L20.6 22l8 8zM5.8 15L11.54 13l3.05 3-1.83 1.83zM17 26.2l-2.79-7L16 17.41l3 3.05zM15.69 11.45l7.64-2.78-2.78 7.64 1.56 1.56L25.94 7.34a1 1 0 00-1.28-1.28L14.13 9.89z"
|
|
574
622
|
})), children);
|
|
575
623
|
});
|
|
576
624
|
if (process.env.NODE_ENV !== "production") {
|
|
577
|
-
|
|
625
|
+
NotSent.propTypes = iconPropTypes;
|
|
578
626
|
}
|
|
579
|
-
const
|
|
627
|
+
const NotSentFilled = /*#__PURE__*/React.forwardRef(function NotSentFilled(_ref26, ref) {
|
|
580
628
|
let {
|
|
581
629
|
children,
|
|
582
630
|
size = 16,
|
|
@@ -590,14 +638,14 @@ const NumberSmall_8 = /*#__PURE__*/React.forwardRef(function NumberSmall_8(_ref2
|
|
|
590
638
|
viewBox: "0 0 32 32",
|
|
591
639
|
fill: "currentColor",
|
|
592
640
|
...rest
|
|
593
|
-
},
|
|
594
|
-
d: "
|
|
641
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
642
|
+
d: "M30 28.59L3.41 2 2 3.41l8 8L2.66 14.06a1 1 0 000 1.87l8.59 3.43L14.59 16 16 17.41l-3.37 3.37 3.44 8.59A1 1 0 0017 30h0a1 1 0 00.92-.66L20.6 22l8 8zM22.49 16.83l3.45-9.49a1 1 0 00-1.28-1.28L15.17 9.51z"
|
|
595
643
|
})), children);
|
|
596
644
|
});
|
|
597
645
|
if (process.env.NODE_ENV !== "production") {
|
|
598
|
-
|
|
646
|
+
NotSentFilled.propTypes = iconPropTypes;
|
|
599
647
|
}
|
|
600
|
-
const
|
|
648
|
+
const Notebook = /*#__PURE__*/React.forwardRef(function Notebook(_ref27, ref) {
|
|
601
649
|
let {
|
|
602
650
|
children,
|
|
603
651
|
size = 16,
|
|
@@ -611,14 +659,16 @@ const NumberSmall_9 = /*#__PURE__*/React.forwardRef(function NumberSmall_9(_ref2
|
|
|
611
659
|
viewBox: "0 0 32 32",
|
|
612
660
|
fill: "currentColor",
|
|
613
661
|
...rest
|
|
614
|
-
},
|
|
615
|
-
d: "
|
|
662
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
663
|
+
d: "M19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19z"
|
|
664
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
665
|
+
d: "M28,5H4A2.002,2.002,0,0,0,2,7V25a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V7A2.0023,2.0023,0,0,0,28,5ZM4,7H15V25H4ZM17,25V7H28l.002,18Z"
|
|
616
666
|
})), children);
|
|
617
667
|
});
|
|
618
668
|
if (process.env.NODE_ENV !== "production") {
|
|
619
|
-
|
|
669
|
+
Notebook.propTypes = iconPropTypes;
|
|
620
670
|
}
|
|
621
|
-
const
|
|
671
|
+
const NotebookReference = /*#__PURE__*/React.forwardRef(function NotebookReference(_ref28, ref) {
|
|
622
672
|
let {
|
|
623
673
|
children,
|
|
624
674
|
size = 16,
|
|
@@ -632,19 +682,34 @@ const Object$1 = /*#__PURE__*/React.forwardRef(function Object(_ref28, ref) {
|
|
|
632
682
|
viewBox: "0 0 32 32",
|
|
633
683
|
fill: "currentColor",
|
|
634
684
|
...rest
|
|
635
|
-
},
|
|
636
|
-
d: "
|
|
685
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
686
|
+
d: "M4 20L4 22 7.586 22 2 27.586 3.414 29 9 23.414 9 27 11 27 11 20 4 20zM19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19z"
|
|
687
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
688
|
+
d: "M28,5H4A2.002,2.002,0,0,0,2,7V17H4V7H15V27H28a2.002,2.002,0,0,0,2-2V7A2.002,2.002,0,0,0,28,5ZM17,25V7H28l.0015,18Z"
|
|
637
689
|
})), children);
|
|
638
690
|
});
|
|
639
691
|
if (process.env.NODE_ENV !== "production") {
|
|
640
|
-
|
|
692
|
+
NotebookReference.propTypes = iconPropTypes;
|
|
641
693
|
}
|
|
642
|
-
const
|
|
694
|
+
const Notification = /*#__PURE__*/React.forwardRef(function Notification(_ref29, ref) {
|
|
643
695
|
let {
|
|
644
696
|
children,
|
|
645
697
|
size = 16,
|
|
646
698
|
...rest
|
|
647
699
|
} = _ref29;
|
|
700
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
701
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
702
|
+
width: size,
|
|
703
|
+
height: size,
|
|
704
|
+
ref: ref,
|
|
705
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
706
|
+
viewBox: "0 0 16 16",
|
|
707
|
+
fill: "currentColor",
|
|
708
|
+
...rest
|
|
709
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
710
|
+
d: "M14.4,10.1L13,8.8V6.5c0-2.6-1.9-4.7-4.5-5v-1h-1v1C5,1.8,3,3.9,3,6.5v2.3l-1.4,1.3c-0.1,0.1-0.2,0.2-0.1,0.4V12 c0,0.3,0.2,0.5,0.4,0.5c0,0,0,0,0.1,0h3.5C5.5,13.9,6.6,15,8,15s2.5-1.1,2.5-2.5H14c0.3,0,0.5-0.2,0.5-0.4c0,0,0,0,0-0.1v-1.5 C14.5,10.4,14.4,10.2,14.4,10.1z M8,14c-0.8,0-1.5-0.7-1.5-1.5h3C9.5,13.3,8.8,14,8,14z M13.5,11.5h-11v-0.8l1.3-1.4 C3.9,9.3,4,9.1,4,9V6.5c0-2.2,1.8-4,4-4s4,1.8,4,4V9c0,0.1,0.1,0.3,0.1,0.4l1.4,1.3V11.5z"
|
|
711
|
+
})), children);
|
|
712
|
+
}
|
|
648
713
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
649
714
|
width: size,
|
|
650
715
|
height: size,
|
|
@@ -653,20 +718,14 @@ const ObjectStorage = /*#__PURE__*/React.forwardRef(function ObjectStorage(_ref2
|
|
|
653
718
|
viewBox: "0 0 32 32",
|
|
654
719
|
fill: "currentColor",
|
|
655
720
|
...rest
|
|
656
|
-
},
|
|
657
|
-
d: "M28,
|
|
658
|
-
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
659
|
-
cx: "7",
|
|
660
|
-
cy: "25",
|
|
661
|
-
r: "1"
|
|
662
|
-
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
663
|
-
d: "M30 8H22v6H16v8h8V16h6zM22 20H18V16h4zm6-6H24V10h4zM18 10H10V2h8zM12 8h4V4H12z"
|
|
721
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
722
|
+
d: "M28.7071,19.293,26,16.5859V13a10.0136,10.0136,0,0,0-9-9.9492V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.2929,19.293A1,1,0,0,0,3,20v3a1,1,0,0,0,1,1h7v.7768a5.152,5.152,0,0,0,4.5,5.1987A5.0057,5.0057,0,0,0,21,25V24h7a1,1,0,0,0,1-1V20A1,1,0,0,0,28.7071,19.293ZM19,25a3,3,0,0,1-6,0V24h6Zm8-3H5V20.4141L7.707,17.707A1,1,0,0,0,8,17V13a8,8,0,0,1,16,0v4a1,1,0,0,0,.293.707L27,20.4141Z"
|
|
664
723
|
})), children);
|
|
665
724
|
});
|
|
666
725
|
if (process.env.NODE_ENV !== "production") {
|
|
667
|
-
|
|
726
|
+
Notification.propTypes = iconPropTypes;
|
|
668
727
|
}
|
|
669
|
-
const
|
|
728
|
+
const NotificationFilled = /*#__PURE__*/React.forwardRef(function NotificationFilled(_ref30, ref) {
|
|
670
729
|
let {
|
|
671
730
|
children,
|
|
672
731
|
size = 16,
|
|
@@ -680,20 +739,14 @@ const ObjectStorageAlt = /*#__PURE__*/React.forwardRef(function ObjectStorageAlt
|
|
|
680
739
|
viewBox: "0 0 32 32",
|
|
681
740
|
fill: "currentColor",
|
|
682
741
|
...rest
|
|
683
|
-
},
|
|
684
|
-
d: "M28,
|
|
685
|
-
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
686
|
-
cx: "7",
|
|
687
|
-
cy: "25",
|
|
688
|
-
r: "1"
|
|
689
|
-
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
690
|
-
d: "M21,14a2.981,2.981,0,0,0-2.0374.811l-4.0039-2.4023A2.9578,2.9578,0,0,0,15,12a2.9578,2.9578,0,0,0-.0413-.4087L18.9626,9.189A2.9909,2.9909,0,1,0,18,7a2.9345,2.9345,0,0,0,.0415.4092L14.0376,9.8115a3,3,0,1,0,0,4.377l4.0039,2.4023A2.9345,2.9345,0,0,0,18,17a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,6Zm-9,7a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,12,13Zm9,5a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,21,18Z"
|
|
742
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
743
|
+
d: "M28.707,19.293,26,16.5859V13a10.0136,10.0136,0,0,0-9-9.9492V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.293,19.293A.9993.9993,0,0,0,3,20v3a1,1,0,0,0,1,1h7v1a5,5,0,0,0,10,0V24h7a1,1,0,0,0,1-1V20A.9993.9993,0,0,0,28.707,19.293ZM19,25a3,3,0,0,1-6,0V24h6Z"
|
|
691
744
|
})), children);
|
|
692
745
|
});
|
|
693
746
|
if (process.env.NODE_ENV !== "production") {
|
|
694
|
-
|
|
747
|
+
NotificationFilled.propTypes = iconPropTypes;
|
|
695
748
|
}
|
|
696
|
-
const
|
|
749
|
+
const NotificationNew = /*#__PURE__*/React.forwardRef(function NotificationNew(_ref31, ref) {
|
|
697
750
|
let {
|
|
698
751
|
children,
|
|
699
752
|
size = 16,
|
|
@@ -707,37 +760,36 @@ const ObservedHail = /*#__PURE__*/React.forwardRef(function ObservedHail(_ref31,
|
|
|
707
760
|
viewBox: "0 0 32 32",
|
|
708
761
|
fill: "currentColor",
|
|
709
762
|
...rest
|
|
710
|
-
},
|
|
711
|
-
d: "
|
|
712
|
-
})),
|
|
713
|
-
cx: "
|
|
714
|
-
cy: "
|
|
715
|
-
r: "
|
|
716
|
-
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
717
|
-
cx: "10.5",
|
|
718
|
-
cy: "19.5",
|
|
719
|
-
r: "1.5"
|
|
720
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
721
|
-
cx: "16.5",
|
|
722
|
-
cy: "19.5",
|
|
723
|
-
r: "1.5"
|
|
724
|
-
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
725
|
-
d: "M11.964 14.5H17.036V16.499H11.964z",
|
|
726
|
-
transform: "rotate(-45 14.5 15.5)"
|
|
727
|
-
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
728
|
-
d: "M17.964 14.5H23.035999999999998V16.499H17.964z",
|
|
729
|
-
transform: "rotate(-45 20.5 15.5)"
|
|
763
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
764
|
+
d: "M26,16.5859V14H24v3a1,1,0,0,0,.293.707L27,20.4141V22H5V20.4141L7.707,17.707A1,1,0,0,0,8,17V13A7.9854,7.9854,0,0,1,20,6.0825V3.8467a9.896,9.896,0,0,0-3-.7959V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.293,19.293A1,1,0,0,0,3,20v3a1,1,0,0,0,1,1h7v1a5,5,0,0,0,10,0V24h7a1,1,0,0,0,1-1V20a1,1,0,0,0-.293-.707ZM19,25a3,3,0,0,1-6,0V24h6Z"
|
|
765
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
766
|
+
cx: "26",
|
|
767
|
+
cy: "8",
|
|
768
|
+
r: "4"
|
|
730
769
|
})), children);
|
|
731
770
|
});
|
|
732
771
|
if (process.env.NODE_ENV !== "production") {
|
|
733
|
-
|
|
772
|
+
NotificationNew.propTypes = iconPropTypes;
|
|
734
773
|
}
|
|
735
|
-
const
|
|
774
|
+
const NotificationOff = /*#__PURE__*/React.forwardRef(function NotificationOff(_ref32, ref) {
|
|
736
775
|
let {
|
|
737
776
|
children,
|
|
738
777
|
size = 16,
|
|
739
778
|
...rest
|
|
740
779
|
} = _ref32;
|
|
780
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
781
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
782
|
+
width: size,
|
|
783
|
+
height: size,
|
|
784
|
+
ref: ref,
|
|
785
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
786
|
+
viewBox: "0 0 16 16",
|
|
787
|
+
fill: "currentColor",
|
|
788
|
+
...rest
|
|
789
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
790
|
+
d: "M2.5 11.5v-.8l1.3-1.4C3.9 9.3 4 9.1 4 9V6.5c0-2.2 1.8-4 4-4 .9 0 1.8.3 2.5.9l.7-.7C10.5 2 9.5 1.6 8.5 1.5v-1h-1v1C5 1.8 3 3.9 3 6.5v2.3l-1.4 1.3c-.1.1-.2.2-.1.4v1H2.5zM13 8.8V6.5c0-.8-.2-1.6-.5-2.2L15 1.7 14.3 1 1 14.3 1.7 15l2.5-2.5h1.3C5.5 13.9 6.6 15 8 15s2.5-1.1 2.5-2.5H14c.3 0 .5-.2.5-.4 0 0 0 0 0-.1v-1.5c0-.1-.1-.3-.1-.4L13 8.8zM8 14c-.8 0-1.5-.7-1.5-1.5h3C9.5 13.3 8.8 14 8 14zM13.5 11.5H5.2L11.7 5C11.9 5.5 12 6 12 6.5V9c0 .1.1.3.1.4l1.4 1.3V11.5z"
|
|
791
|
+
})), children);
|
|
792
|
+
}
|
|
741
793
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
742
794
|
width: size,
|
|
743
795
|
height: size,
|
|
@@ -746,16 +798,14 @@ const ObservedLightning = /*#__PURE__*/React.forwardRef(function ObservedLightni
|
|
|
746
798
|
viewBox: "0 0 32 32",
|
|
747
799
|
fill: "currentColor",
|
|
748
800
|
...rest
|
|
749
|
-
},
|
|
750
|
-
d: "
|
|
751
|
-
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
752
|
-
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
801
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
802
|
+
d: "M26 16.5859V13a9.9217 9.9217 0 00-1.0833-4.5024L30 3.4141 28.5859 2 2 28.5859 3.4141 30l6-6H11v1a5 5 0 0010 0V24h7a1 1 0 001-1V20a1 1 0 00-.293-.707zM19 25a3 3 0 01-6 0V24h6zm8-3H11.4141L23.4119 10.0024A7.949 7.949 0 0124 13v4a1 1 0 00.293.707L27 20.4141zM7.707 17.707A1 1 0 008 17V13a8.0092 8.0092 0 018-8 7.9253 7.9253 0 014.9857 1.7681l1.4264-1.4263A9.934 9.934 0 0017 3.0508V1H15V3.0508A10.0136 10.0136 0 006 13v3.5859l-3 3L4.4141 21z"
|
|
753
803
|
})), children);
|
|
754
804
|
});
|
|
755
805
|
if (process.env.NODE_ENV !== "production") {
|
|
756
|
-
|
|
806
|
+
NotificationOff.propTypes = iconPropTypes;
|
|
757
807
|
}
|
|
758
|
-
const
|
|
808
|
+
const NotificationOffFilled = /*#__PURE__*/React.forwardRef(function NotificationOffFilled(_ref33, ref) {
|
|
759
809
|
let {
|
|
760
810
|
children,
|
|
761
811
|
size = 16,
|
|
@@ -769,14 +819,14 @@ const Omega = /*#__PURE__*/React.forwardRef(function Omega(_ref33, ref) {
|
|
|
769
819
|
viewBox: "0 0 32 32",
|
|
770
820
|
fill: "currentColor",
|
|
771
821
|
...rest
|
|
772
|
-
},
|
|
773
|
-
d: "
|
|
822
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
823
|
+
d: "M26 16.5859V13a9.8828 9.8828 0 00-1.0869-4.499L30 3.4141 28.5859 2 2 28.5859 3.4141 30l6-6H11v1a5 5 0 0010 0V24h7a1 1 0 001-1V20a.9993.9993 0 00-.293-.707zM19 25a3 3 0 01-6 0V24h6zM21.61 4.7383A9.9256 9.9256 0 0017 3.0508V1H15V3.0508A10.0136 10.0136 0 006 13v3.5859L3.293 19.293A.9993.9993 0 003 20v3a.9738.9738 0 00.0585.29z"
|
|
774
824
|
})), children);
|
|
775
825
|
});
|
|
776
826
|
if (process.env.NODE_ENV !== "production") {
|
|
777
|
-
|
|
827
|
+
NotificationOffFilled.propTypes = iconPropTypes;
|
|
778
828
|
}
|
|
779
|
-
const
|
|
829
|
+
const NotificationCounter = /*#__PURE__*/React.forwardRef(function NotificationCounter(_ref34, ref) {
|
|
780
830
|
let {
|
|
781
831
|
children,
|
|
782
832
|
size = 16,
|
|
@@ -790,15 +840,21 @@ const Opacity = /*#__PURE__*/React.forwardRef(function Opacity(_ref34, ref) {
|
|
|
790
840
|
viewBox: "0 0 32 32",
|
|
791
841
|
fill: "currentColor",
|
|
792
842
|
...rest
|
|
793
|
-
},
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
})
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
843
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
844
|
+
strokeWidth: "0",
|
|
845
|
+
d: "m27,12v15H5V5h15v-2H5c-1.1046,0-2,.8954-2,2v22c0,1.1046.8954,2,2,2h22c1.1046,0,2-.8954,2-2v-15h-2Z"
|
|
846
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
847
|
+
cx: "26.5",
|
|
848
|
+
cy: "5.5",
|
|
849
|
+
r: "3.5",
|
|
850
|
+
strokeWidth: "0"
|
|
851
|
+
})), children);
|
|
852
|
+
});
|
|
853
|
+
if (process.env.NODE_ENV !== "production") {
|
|
854
|
+
NotificationCounter.propTypes = iconPropTypes;
|
|
855
|
+
}
|
|
856
|
+
const NullSign = /*#__PURE__*/React.forwardRef(function NullSign(_ref35, ref) {
|
|
857
|
+
let {
|
|
802
858
|
children,
|
|
803
859
|
size = 16,
|
|
804
860
|
...rest
|
|
@@ -811,14 +867,14 @@ const OpenPanelBottom = /*#__PURE__*/React.forwardRef(function OpenPanelBottom(_
|
|
|
811
867
|
viewBox: "0 0 32 32",
|
|
812
868
|
fill: "currentColor",
|
|
813
869
|
...rest
|
|
814
|
-
},
|
|
815
|
-
d: "
|
|
870
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
871
|
+
d: "M30,3.4142l-1.4142-1.4142-3.4317,3.4317c-2.4572-2.1313-5.6536-3.4317-9.1541-3.4317-7.7197,0-14,6.2803-14,14,0,3.5005,1.3004,6.6969,3.4317,9.1541l-3.4317,3.4317,1.4142,1.4142,3.4317-3.4317c2.4572,2.1313,5.6536,3.4317,9.1541,3.4317,7.7197,0,14-6.2803,14-14,0-3.5005-1.3004-6.6969-3.4317-9.1541,0,0,3.4317-3.4317,3.4317-3.4317ZM4,16c0-6.6167,5.3833-12,12-12,2.9492,0,5.649,1.0739,7.7406,2.8452L6.8452,23.7406c-1.7713-2.0916-2.8452-4.7914-2.8452-7.7406ZM28,16c0,6.6172-5.3828,12-12,12-2.9491,0-5.6489-1.074-7.7405-2.8453L25.1547,8.2595c1.7713,2.0916,2.8453,4.7914,2.8453,7.7405Z"
|
|
816
872
|
})), children);
|
|
817
873
|
});
|
|
818
874
|
if (process.env.NODE_ENV !== "production") {
|
|
819
|
-
|
|
875
|
+
NullSign.propTypes = iconPropTypes;
|
|
820
876
|
}
|
|
821
|
-
const
|
|
877
|
+
const Number_0 = /*#__PURE__*/React.forwardRef(function Number_0(_ref36, ref) {
|
|
822
878
|
let {
|
|
823
879
|
children,
|
|
824
880
|
size = 16,
|
|
@@ -832,14 +888,16 @@ const OpenPanelFilledBottom = /*#__PURE__*/React.forwardRef(function OpenPanelFi
|
|
|
832
888
|
viewBox: "0 0 32 32",
|
|
833
889
|
fill: "currentColor",
|
|
834
890
|
...rest
|
|
835
|
-
},
|
|
836
|
-
d: "
|
|
891
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
892
|
+
d: "M18,23H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V21A2,2,0,0,1,18,23ZM14,11h0V21h4V11Z"
|
|
893
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
894
|
+
d: "M15 15H17V17H15z"
|
|
837
895
|
})), children);
|
|
838
896
|
});
|
|
839
897
|
if (process.env.NODE_ENV !== "production") {
|
|
840
|
-
|
|
898
|
+
Number_0.propTypes = iconPropTypes;
|
|
841
899
|
}
|
|
842
|
-
const
|
|
900
|
+
const Number_1 = /*#__PURE__*/React.forwardRef(function Number_1(_ref37, ref) {
|
|
843
901
|
let {
|
|
844
902
|
children,
|
|
845
903
|
size = 16,
|
|
@@ -853,14 +911,14 @@ const OpenPanelFilledLeft = /*#__PURE__*/React.forwardRef(function OpenPanelFill
|
|
|
853
911
|
viewBox: "0 0 32 32",
|
|
854
912
|
fill: "currentColor",
|
|
855
913
|
...rest
|
|
856
|
-
},
|
|
857
|
-
d: "
|
|
914
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
915
|
+
d: "M16,10V22h0V10m1-1H12v2h3V21H12v2h8V21H17V9Z"
|
|
858
916
|
})), children);
|
|
859
917
|
});
|
|
860
918
|
if (process.env.NODE_ENV !== "production") {
|
|
861
|
-
|
|
919
|
+
Number_1.propTypes = iconPropTypes;
|
|
862
920
|
}
|
|
863
|
-
const
|
|
921
|
+
const Number_2 = /*#__PURE__*/React.forwardRef(function Number_2(_ref38, ref) {
|
|
864
922
|
let {
|
|
865
923
|
children,
|
|
866
924
|
size = 16,
|
|
@@ -874,14 +932,14 @@ const OpenPanelFilledRight = /*#__PURE__*/React.forwardRef(function OpenPanelFil
|
|
|
874
932
|
viewBox: "0 0 32 32",
|
|
875
933
|
fill: "currentColor",
|
|
876
934
|
...rest
|
|
877
|
-
},
|
|
878
|
-
d: "
|
|
935
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
936
|
+
d: "M20,23H12V17a2,2,0,0,1,2-2h4V11H12V9h6a2,2,0,0,1,2,2v4a2,2,0,0,1-2,2H14v4h6Z"
|
|
879
937
|
})), children);
|
|
880
938
|
});
|
|
881
939
|
if (process.env.NODE_ENV !== "production") {
|
|
882
|
-
|
|
940
|
+
Number_2.propTypes = iconPropTypes;
|
|
883
941
|
}
|
|
884
|
-
const
|
|
942
|
+
const Number_3 = /*#__PURE__*/React.forwardRef(function Number_3(_ref39, ref) {
|
|
885
943
|
let {
|
|
886
944
|
children,
|
|
887
945
|
size = 16,
|
|
@@ -895,14 +953,14 @@ const OpenPanelFilledTop = /*#__PURE__*/React.forwardRef(function OpenPanelFille
|
|
|
895
953
|
viewBox: "0 0 32 32",
|
|
896
954
|
fill: "currentColor",
|
|
897
955
|
...rest
|
|
898
|
-
},
|
|
899
|
-
d: "
|
|
956
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
957
|
+
d: "M18,9H12v2h6v4H14v2h4v4H12v2h6a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Z"
|
|
900
958
|
})), children);
|
|
901
959
|
});
|
|
902
960
|
if (process.env.NODE_ENV !== "production") {
|
|
903
|
-
|
|
961
|
+
Number_3.propTypes = iconPropTypes;
|
|
904
962
|
}
|
|
905
|
-
const
|
|
963
|
+
const Number_4 = /*#__PURE__*/React.forwardRef(function Number_4(_ref40, ref) {
|
|
906
964
|
let {
|
|
907
965
|
children,
|
|
908
966
|
size = 16,
|
|
@@ -916,14 +974,14 @@ const OpenPanelLeft = /*#__PURE__*/React.forwardRef(function OpenPanelLeft(_ref4
|
|
|
916
974
|
viewBox: "0 0 32 32",
|
|
917
975
|
fill: "currentColor",
|
|
918
976
|
...rest
|
|
919
|
-
},
|
|
920
|
-
d: "
|
|
977
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
978
|
+
d: "M18,10v8h0V10m1-1H17v8H14V9H12V19h5v4h2V19h1V17H19V9Z"
|
|
921
979
|
})), children);
|
|
922
980
|
});
|
|
923
981
|
if (process.env.NODE_ENV !== "production") {
|
|
924
|
-
|
|
982
|
+
Number_4.propTypes = iconPropTypes;
|
|
925
983
|
}
|
|
926
|
-
const
|
|
984
|
+
const Number_5 = /*#__PURE__*/React.forwardRef(function Number_5(_ref41, ref) {
|
|
927
985
|
let {
|
|
928
986
|
children,
|
|
929
987
|
size = 16,
|
|
@@ -937,14 +995,14 @@ const OpenPanelRight = /*#__PURE__*/React.forwardRef(function OpenPanelRight(_re
|
|
|
937
995
|
viewBox: "0 0 32 32",
|
|
938
996
|
fill: "currentColor",
|
|
939
997
|
...rest
|
|
940
|
-
},
|
|
941
|
-
d: "
|
|
998
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
999
|
+
d: "M18,23H12V21h6V17H12V9h8v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z"
|
|
942
1000
|
})), children);
|
|
943
1001
|
});
|
|
944
1002
|
if (process.env.NODE_ENV !== "production") {
|
|
945
|
-
|
|
1003
|
+
Number_5.propTypes = iconPropTypes;
|
|
946
1004
|
}
|
|
947
|
-
const
|
|
1005
|
+
const Number_6 = /*#__PURE__*/React.forwardRef(function Number_6(_ref42, ref) {
|
|
948
1006
|
let {
|
|
949
1007
|
children,
|
|
950
1008
|
size = 16,
|
|
@@ -958,14 +1016,14 @@ const OpenPanelTop = /*#__PURE__*/React.forwardRef(function OpenPanelTop(_ref42,
|
|
|
958
1016
|
viewBox: "0 0 32 32",
|
|
959
1017
|
fill: "currentColor",
|
|
960
1018
|
...rest
|
|
961
|
-
},
|
|
962
|
-
d: "
|
|
1019
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
1020
|
+
d: "M18,14H14V11h5V9H14a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V16A2,2,0,0,0,18,14Zm-4,7V16h4v5Z"
|
|
963
1021
|
})), children);
|
|
964
1022
|
});
|
|
965
1023
|
if (process.env.NODE_ENV !== "production") {
|
|
966
|
-
|
|
1024
|
+
Number_6.propTypes = iconPropTypes;
|
|
967
1025
|
}
|
|
968
|
-
const
|
|
1026
|
+
const Number_7 = /*#__PURE__*/React.forwardRef(function Number_7(_ref43, ref) {
|
|
969
1027
|
let {
|
|
970
1028
|
children,
|
|
971
1029
|
size = 16,
|
|
@@ -979,16 +1037,14 @@ const QOperation = /*#__PURE__*/React.forwardRef(function QOperation(_ref43, ref
|
|
|
979
1037
|
viewBox: "0 0 32 32",
|
|
980
1038
|
fill: "currentColor",
|
|
981
1039
|
...rest
|
|
982
|
-
},
|
|
983
|
-
d: "
|
|
984
|
-
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
985
|
-
d: "M13 15H15V17H13z"
|
|
1040
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1041
|
+
d: "M20 9L12 9 12 13 14 13 14 11 17.85 11 13 23 15.16 23 20 11 20 9z"
|
|
986
1042
|
})), children);
|
|
987
1043
|
});
|
|
988
1044
|
if (process.env.NODE_ENV !== "production") {
|
|
989
|
-
|
|
1045
|
+
Number_7.propTypes = iconPropTypes;
|
|
990
1046
|
}
|
|
991
|
-
const
|
|
1047
|
+
const Number_8 = /*#__PURE__*/React.forwardRef(function Number_8(_ref44, ref) {
|
|
992
1048
|
let {
|
|
993
1049
|
children,
|
|
994
1050
|
size = 16,
|
|
@@ -1002,14 +1058,14 @@ const QOperationGauge = /*#__PURE__*/React.forwardRef(function QOperationGauge(_
|
|
|
1002
1058
|
viewBox: "0 0 32 32",
|
|
1003
1059
|
fill: "currentColor",
|
|
1004
1060
|
...rest
|
|
1005
|
-
},
|
|
1006
|
-
d: "
|
|
1061
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1062
|
+
d: "M18,9H14a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Zm0,2v4H14V11ZM14,21V17h4v4Z"
|
|
1007
1063
|
})), children);
|
|
1008
1064
|
});
|
|
1009
1065
|
if (process.env.NODE_ENV !== "production") {
|
|
1010
|
-
|
|
1066
|
+
Number_8.propTypes = iconPropTypes;
|
|
1011
1067
|
}
|
|
1012
|
-
const
|
|
1068
|
+
const Number_9 = /*#__PURE__*/React.forwardRef(function Number_9(_ref45, ref) {
|
|
1013
1069
|
let {
|
|
1014
1070
|
children,
|
|
1015
1071
|
size = 16,
|
|
@@ -1023,14 +1079,14 @@ const QOperationIf = /*#__PURE__*/React.forwardRef(function QOperationIf(_ref45,
|
|
|
1023
1079
|
viewBox: "0 0 32 32",
|
|
1024
1080
|
fill: "currentColor",
|
|
1025
1081
|
...rest
|
|
1026
|
-
},
|
|
1027
|
-
d: "
|
|
1082
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1083
|
+
d: "M18,9H14a2,2,0,0,0-2,2v5a2,2,0,0,0,2,2h4v3H13v2h5a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Zm0,7H14V11h4Z"
|
|
1028
1084
|
})), children);
|
|
1029
1085
|
});
|
|
1030
1086
|
if (process.env.NODE_ENV !== "production") {
|
|
1031
|
-
|
|
1087
|
+
Number_9.propTypes = iconPropTypes;
|
|
1032
1088
|
}
|
|
1033
|
-
const
|
|
1089
|
+
const NumberSmall_0 = /*#__PURE__*/React.forwardRef(function NumberSmall_0(_ref46, ref) {
|
|
1034
1090
|
let {
|
|
1035
1091
|
children,
|
|
1036
1092
|
size = 16,
|
|
@@ -1044,25 +1100,14 @@ const OperationsField = /*#__PURE__*/React.forwardRef(function OperationsField(_
|
|
|
1044
1100
|
viewBox: "0 0 32 32",
|
|
1045
1101
|
fill: "currentColor",
|
|
1046
1102
|
...rest
|
|
1047
|
-
},
|
|
1048
|
-
d: "
|
|
1049
|
-
transform: "rotate(-90 21 7)"
|
|
1050
|
-
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
1051
|
-
d: "M20 6H30V8H20z",
|
|
1052
|
-
transform: "rotate(-90 25 7)"
|
|
1053
|
-
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
1054
|
-
d: "M24 6H34V8H24z",
|
|
1055
|
-
transform: "rotate(-90 29 7)"
|
|
1056
|
-
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
1057
|
-
d: "M16,20a3.9123,3.9123,0,0,1-4-4,3.9123,3.9123,0,0,1,4-4V10a6,6,0,1,0,6,6H20A3.9123,3.9123,0,0,1,16,20Z"
|
|
1058
|
-
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
1059
|
-
d: "M28.8928,18.4536,26.0979,16,24.78,17.5044l2.7922,2.4517-2.36,4.0878-3.4273-1.1591a9.0315,9.0315,0,0,1-2.7143,1.5644L18.36,28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H16V2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18.36a2,2,0,0,0,1.9611-1.6079l.5037-2.5186a10.9666,10.9666,0,0,0,1.3267-.7534l2.4194.8184a1.9977,1.9977,0,0,0,2.3728-.8946l2.3606-4.0878A2.0006,2.0006,0,0,0,28.8928,18.4536Z"
|
|
1103
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1104
|
+
d: "M17,21H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,17,21Zm-2-8v6h2V13Z"
|
|
1060
1105
|
})), children);
|
|
1061
1106
|
});
|
|
1062
1107
|
if (process.env.NODE_ENV !== "production") {
|
|
1063
|
-
|
|
1108
|
+
NumberSmall_0.propTypes = iconPropTypes;
|
|
1064
1109
|
}
|
|
1065
|
-
const
|
|
1110
|
+
const NumberSmall_1 = /*#__PURE__*/React.forwardRef(function NumberSmall_1(_ref47, ref) {
|
|
1066
1111
|
let {
|
|
1067
1112
|
children,
|
|
1068
1113
|
size = 16,
|
|
@@ -1076,16 +1121,14 @@ const OperationsRecord = /*#__PURE__*/React.forwardRef(function OperationsRecord
|
|
|
1076
1121
|
viewBox: "0 0 32 32",
|
|
1077
1122
|
fill: "currentColor",
|
|
1078
1123
|
...rest
|
|
1079
|
-
},
|
|
1080
|
-
d: "
|
|
1081
|
-
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
1082
|
-
d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H16V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z"
|
|
1124
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1125
|
+
d: "M17 19L17 11 15 11 15 12 13 12 13 14 15 14 15 19 13 19 13 21 19 21 19 19 17 19z"
|
|
1083
1126
|
})), children);
|
|
1084
1127
|
});
|
|
1085
1128
|
if (process.env.NODE_ENV !== "production") {
|
|
1086
|
-
|
|
1129
|
+
NumberSmall_1.propTypes = iconPropTypes;
|
|
1087
1130
|
}
|
|
1088
|
-
const
|
|
1131
|
+
const NumberSmall_2 = /*#__PURE__*/React.forwardRef(function NumberSmall_2(_ref48, ref) {
|
|
1089
1132
|
let {
|
|
1090
1133
|
children,
|
|
1091
1134
|
size = 16,
|
|
@@ -1099,34 +1142,19 @@ const OrderDetails = /*#__PURE__*/React.forwardRef(function OrderDetails(_ref48,
|
|
|
1099
1142
|
viewBox: "0 0 32 32",
|
|
1100
1143
|
fill: "currentColor",
|
|
1101
1144
|
...rest
|
|
1102
|
-
},
|
|
1103
|
-
d: "M19
|
|
1104
|
-
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
1105
|
-
d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
|
|
1145
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1146
|
+
d: "M19,21H13V17a2,2,0,0,1,2-2h2V13H13V11h4a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H15v2h4Z"
|
|
1106
1147
|
})), children);
|
|
1107
1148
|
});
|
|
1108
1149
|
if (process.env.NODE_ENV !== "production") {
|
|
1109
|
-
|
|
1150
|
+
NumberSmall_2.propTypes = iconPropTypes;
|
|
1110
1151
|
}
|
|
1111
|
-
const
|
|
1152
|
+
const NumberSmall_3 = /*#__PURE__*/React.forwardRef(function NumberSmall_3(_ref49, ref) {
|
|
1112
1153
|
let {
|
|
1113
1154
|
children,
|
|
1114
1155
|
size = 16,
|
|
1115
1156
|
...rest
|
|
1116
1157
|
} = _ref49;
|
|
1117
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1118
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1119
|
-
width: size,
|
|
1120
|
-
height: size,
|
|
1121
|
-
ref: ref,
|
|
1122
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1123
|
-
viewBox: "0 0 16 16",
|
|
1124
|
-
fill: "currentColor",
|
|
1125
|
-
...rest
|
|
1126
|
-
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
1127
|
-
d: "M1,13 L1,12 L3,12 L3,9 L5.999,9 L6,6 L9,6 L9,3 L13,3 L13,12 L15,12 L15,13 L1,13 Z M5.999,10 L4,10 L4,12 L5.999,12 L5.999,10 Z M8.999,7 L6.999,7 L6.999,9 L7,9 L7,12 L8.999,12 L8.999,7 Z M12,4 L10,4 L10,12 L12,12 L12,4 Z"
|
|
1128
|
-
})), children);
|
|
1129
|
-
}
|
|
1130
1158
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1131
1159
|
width: size,
|
|
1132
1160
|
height: size,
|
|
@@ -1135,14 +1163,14 @@ const Ordinal = /*#__PURE__*/React.forwardRef(function Ordinal(_ref49, ref) {
|
|
|
1135
1163
|
viewBox: "0 0 32 32",
|
|
1136
1164
|
fill: "currentColor",
|
|
1137
1165
|
...rest
|
|
1138
|
-
},
|
|
1139
|
-
d: "
|
|
1166
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1167
|
+
d: "M17,11H13v2h4v2H14v2h3v2H13v2h4a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Z"
|
|
1140
1168
|
})), children);
|
|
1141
1169
|
});
|
|
1142
1170
|
if (process.env.NODE_ENV !== "production") {
|
|
1143
|
-
|
|
1171
|
+
NumberSmall_3.propTypes = iconPropTypes;
|
|
1144
1172
|
}
|
|
1145
|
-
const
|
|
1173
|
+
const NumberSmall_4 = /*#__PURE__*/React.forwardRef(function NumberSmall_4(_ref50, ref) {
|
|
1146
1174
|
let {
|
|
1147
1175
|
children,
|
|
1148
1176
|
size = 16,
|
|
@@ -1156,16 +1184,14 @@ const Outage = /*#__PURE__*/React.forwardRef(function Outage(_ref50, ref) {
|
|
|
1156
1184
|
viewBox: "0 0 32 32",
|
|
1157
1185
|
fill: "currentColor",
|
|
1158
1186
|
...rest
|
|
1159
|
-
},
|
|
1160
|
-
d: "
|
|
1161
|
-
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1162
|
-
d: "M8.7832 18.9746l1.4177-1.418A6.9206 6.9206 0 018 12 7.99 7.99 0 0121.5273 6.2305l1.4136-1.4136A9.9884 9.9884 0 006 12 8.9411 8.9411 0 008.7832 18.9746zM30 3.4141L28.5859 2 2 28.5859 3.4141 30 23.6606 9.7534A7.7069 7.7069 0 0124 12a7.2032 7.2032 0 01-2.8223 6.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.193 9.193 0 0026 12a9.8739 9.8739 0 00-.7764-3.81z"
|
|
1187
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1188
|
+
d: "M17 11L17 15 15 15 15 11 13 11 13 17 17 17 17 21 19 21 19 11 17 11z"
|
|
1163
1189
|
})), children);
|
|
1164
1190
|
});
|
|
1165
1191
|
if (process.env.NODE_ENV !== "production") {
|
|
1166
|
-
|
|
1192
|
+
NumberSmall_4.propTypes = iconPropTypes;
|
|
1167
1193
|
}
|
|
1168
|
-
const
|
|
1194
|
+
const NumberSmall_5 = /*#__PURE__*/React.forwardRef(function NumberSmall_5(_ref51, ref) {
|
|
1169
1195
|
let {
|
|
1170
1196
|
children,
|
|
1171
1197
|
size = 16,
|
|
@@ -1179,19 +1205,14 @@ const OutlookSevere = /*#__PURE__*/React.forwardRef(function OutlookSevere(_ref5
|
|
|
1179
1205
|
viewBox: "0 0 32 32",
|
|
1180
1206
|
fill: "currentColor",
|
|
1181
1207
|
...rest
|
|
1182
|
-
},
|
|
1183
|
-
|
|
1184
|
-
d: "M15.1249,19h1.75v5.5h-1.75ZM17,27a1,1,0,1,0-1,1A1,1,0,0,0,17,27Z"
|
|
1185
|
-
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1186
|
-
d: "M24.9084,28.94,16.8318,14.4878a.9531.9531,0,0,0-1.6636,0L7.0916,28.94A.7122.7122,0,0,0,7.7134,30H24.2867A.7121.7121,0,0,0,24.9084,28.94ZM15.125,19h1.75v5.5h-1.75ZM16,28a1,1,0,1,1,1-1A1,1,0,0,1,16,28Z"
|
|
1187
|
-
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1188
|
-
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0,6.4926,6.4926,0,0,0,.9153,12.8443L9.2217,20H8.5a4.48,4.48,0,0,1-3.3693-7.4556l5.297,5.2964,1.013-1.8135-4.66-4.6606A4.402,4.402,0,0,1,8.144,11.019l.8155-.0639.0991-.812c.0237-.1944.0581-.3848.0972-.5733l3.78,3.7808,1.0138-1.815L9.936,7.522a7.0212,7.0212,0,0,1,1.9754-2.1968L25.8861,19.3A4.4594,4.4594,0,0,1,23.5,20h-.7239l1.107,1.98a6.4927,6.4927,0,0,0,.9177-12.8443Zm2.4994,8.75L13.7823,4.3682a6.9736,6.9736,0,0,1,9.16,5.7749l.0986.812.8154.0639A4.5171,4.5171,0,0,1,28,15.5,4.46,4.46,0,0,1,27.3,17.8862Z"
|
|
1208
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1209
|
+
d: "M17,21H13V19h4V17H13V11h6v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Z"
|
|
1189
1210
|
})), children);
|
|
1190
1211
|
});
|
|
1191
1212
|
if (process.env.NODE_ENV !== "production") {
|
|
1192
|
-
|
|
1213
|
+
NumberSmall_5.propTypes = iconPropTypes;
|
|
1193
1214
|
}
|
|
1194
|
-
const
|
|
1215
|
+
const NumberSmall_6 = /*#__PURE__*/React.forwardRef(function NumberSmall_6(_ref52, ref) {
|
|
1195
1216
|
let {
|
|
1196
1217
|
children,
|
|
1197
1218
|
size = 16,
|
|
@@ -1205,24 +1226,14 @@ const OverflowMenuHorizontal = /*#__PURE__*/React.forwardRef(function OverflowMe
|
|
|
1205
1226
|
viewBox: "0 0 32 32",
|
|
1206
1227
|
fill: "currentColor",
|
|
1207
1228
|
...rest
|
|
1208
|
-
},
|
|
1209
|
-
|
|
1210
|
-
cy: "16",
|
|
1211
|
-
r: "2"
|
|
1212
|
-
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
1213
|
-
cx: "16",
|
|
1214
|
-
cy: "16",
|
|
1215
|
-
r: "2"
|
|
1216
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
1217
|
-
cx: "24",
|
|
1218
|
-
cy: "16",
|
|
1219
|
-
r: "2"
|
|
1229
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1230
|
+
d: "M17,21H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Zm-2-4v2h2V17Z"
|
|
1220
1231
|
})), children);
|
|
1221
1232
|
});
|
|
1222
1233
|
if (process.env.NODE_ENV !== "production") {
|
|
1223
|
-
|
|
1234
|
+
NumberSmall_6.propTypes = iconPropTypes;
|
|
1224
1235
|
}
|
|
1225
|
-
const
|
|
1236
|
+
const NumberSmall_7 = /*#__PURE__*/React.forwardRef(function NumberSmall_7(_ref53, ref) {
|
|
1226
1237
|
let {
|
|
1227
1238
|
children,
|
|
1228
1239
|
size = 16,
|
|
@@ -1236,24 +1247,14 @@ const OverflowMenuVertical = /*#__PURE__*/React.forwardRef(function OverflowMenu
|
|
|
1236
1247
|
viewBox: "0 0 32 32",
|
|
1237
1248
|
fill: "currentColor",
|
|
1238
1249
|
...rest
|
|
1239
|
-
},
|
|
1240
|
-
|
|
1241
|
-
cy: "8",
|
|
1242
|
-
r: "2"
|
|
1243
|
-
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
1244
|
-
cx: "16",
|
|
1245
|
-
cy: "16",
|
|
1246
|
-
r: "2"
|
|
1247
|
-
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
1248
|
-
cx: "16",
|
|
1249
|
-
cy: "24",
|
|
1250
|
-
r: "2"
|
|
1250
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1251
|
+
d: "M16.44 21L14.44 21 17 13 15 13 15 14 13 14 13 11 19 11 19 13 16.44 21z"
|
|
1251
1252
|
})), children);
|
|
1252
1253
|
});
|
|
1253
1254
|
if (process.env.NODE_ENV !== "production") {
|
|
1254
|
-
|
|
1255
|
+
NumberSmall_7.propTypes = iconPropTypes;
|
|
1255
1256
|
}
|
|
1256
|
-
const
|
|
1257
|
+
const NumberSmall_8 = /*#__PURE__*/React.forwardRef(function NumberSmall_8(_ref54, ref) {
|
|
1257
1258
|
let {
|
|
1258
1259
|
children,
|
|
1259
1260
|
size = 16,
|
|
@@ -1267,14 +1268,14 @@ const Overlay = /*#__PURE__*/React.forwardRef(function Overlay(_ref54, ref) {
|
|
|
1267
1268
|
viewBox: "0 0 32 32",
|
|
1268
1269
|
fill: "currentColor",
|
|
1269
1270
|
...rest
|
|
1270
|
-
},
|
|
1271
|
-
d: "
|
|
1271
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1272
|
+
d: "M17,11H15a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h2a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Zm0,2v2H15V13Zm-2,6V17h2v2Z"
|
|
1272
1273
|
})), children);
|
|
1273
1274
|
});
|
|
1274
1275
|
if (process.env.NODE_ENV !== "production") {
|
|
1275
|
-
|
|
1276
|
+
NumberSmall_8.propTypes = iconPropTypes;
|
|
1276
1277
|
}
|
|
1277
|
-
const
|
|
1278
|
+
const NumberSmall_9 = /*#__PURE__*/React.forwardRef(function NumberSmall_9(_ref55, ref) {
|
|
1278
1279
|
let {
|
|
1279
1280
|
children,
|
|
1280
1281
|
size = 16,
|
|
@@ -1288,16 +1289,14 @@ const Package = /*#__PURE__*/React.forwardRef(function Package(_ref55, ref) {
|
|
|
1288
1289
|
viewBox: "0 0 32 32",
|
|
1289
1290
|
fill: "currentColor",
|
|
1290
1291
|
...rest
|
|
1291
|
-
},
|
|
1292
|
-
d: "
|
|
1293
|
-
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1294
|
-
d: "M13 20H19V22H13zM20.59 8.59L17 12.17 17 2 15 2 15 12.17 11.41 8.59 10 10 16 16 22 10 20.59 8.59z"
|
|
1292
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1293
|
+
d: "M17,21H14V19h3V17H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,17,21Zm-2-8v2h2V13Z"
|
|
1295
1294
|
})), children);
|
|
1296
1295
|
});
|
|
1297
1296
|
if (process.env.NODE_ENV !== "production") {
|
|
1298
|
-
|
|
1297
|
+
NumberSmall_9.propTypes = iconPropTypes;
|
|
1299
1298
|
}
|
|
1300
|
-
const
|
|
1299
|
+
const Object$1 = /*#__PURE__*/React.forwardRef(function Object(_ref56, ref) {
|
|
1301
1300
|
let {
|
|
1302
1301
|
children,
|
|
1303
1302
|
size = 16,
|
|
@@ -1311,16 +1310,14 @@ const PackageTextAnalysis = /*#__PURE__*/React.forwardRef(function PackageTextAn
|
|
|
1311
1310
|
viewBox: "0 0 32 32",
|
|
1312
1311
|
fill: "currentColor",
|
|
1313
1312
|
...rest
|
|
1314
|
-
},
|
|
1315
|
-
d: "
|
|
1316
|
-
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1317
|
-
d: "M2 18v2h2v8c0 1.1025.8972 2 2 2h20c1.1028 0 2-.8975 2-2v-8h2v-2H2zm24 10H6v-8h20v8zM29 16h-5c-1.1025 0-2-.8975-2-2v-6c0-1.103.8975-2 2-2h5v2h-5v6h5v2zM18 6h-4v-4h-2v14h6c1.1025 0 2-.8975 2-2v-6c0-1.103-.8975-2-2-2zm-4 8v-6h4v6h-4zM8 6H3v2h5v2h-4c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h6V8c0-1.103-.8975-2-2-2zm0 8h-4v-2h4v2z"
|
|
1313
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1314
|
+
d: "M6,3h4v2h-4v8c0,1.2002-.5425,2.2661-1.3823,3,.8398.7339,1.3823,1.7998,1.3823,3v8h4v2h-4c-1.103,0-2-.8975-2-2v-8c0-1.1025-.897-2-2-2v-2c1.103,0,2-.8975,2-2V5c0-1.1025.897-2,2-2ZM28,13V5c0-1.1025-.897-2-2-2h-4v2h4v8c0,1.2002.5425,2.2661,1.3823,3-.8398.7339-1.3823,1.7998-1.3823,3v8h-4v2h4c1.103,0,2-.8975,2-2v-8c0-1.1025.897-2,2-2v-2c-1.103,0-2-.8975-2-2Z"
|
|
1318
1315
|
})), children);
|
|
1319
1316
|
});
|
|
1320
1317
|
if (process.env.NODE_ENV !== "production") {
|
|
1321
|
-
|
|
1318
|
+
Object$1.propTypes = iconPropTypes;
|
|
1322
1319
|
}
|
|
1323
|
-
const
|
|
1320
|
+
const ObjectStorage = /*#__PURE__*/React.forwardRef(function ObjectStorage(_ref57, ref) {
|
|
1324
1321
|
let {
|
|
1325
1322
|
children,
|
|
1326
1323
|
size = 16,
|
|
@@ -1334,15 +1331,20 @@ const PackageNode = /*#__PURE__*/React.forwardRef(function PackageNode(_ref57, r
|
|
|
1334
1331
|
viewBox: "0 0 32 32",
|
|
1335
1332
|
fill: "currentColor",
|
|
1336
1333
|
...rest
|
|
1337
|
-
},
|
|
1338
|
-
|
|
1339
|
-
|
|
1334
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1335
|
+
d: "M28,20H26v2h2v6H4V22H14V20H4a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V22A2.0023,2.0023,0,0,0,28,20Z"
|
|
1336
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
1337
|
+
cx: "7",
|
|
1338
|
+
cy: "25",
|
|
1339
|
+
r: "1"
|
|
1340
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1341
|
+
d: "M30 8H22v6H16v8h8V16h6zM22 20H18V16h4zm6-6H24V10h4zM18 10H10V2h8zM12 8h4V4H12z"
|
|
1340
1342
|
})), children);
|
|
1341
1343
|
});
|
|
1342
1344
|
if (process.env.NODE_ENV !== "production") {
|
|
1343
|
-
|
|
1345
|
+
ObjectStorage.propTypes = iconPropTypes;
|
|
1344
1346
|
}
|
|
1345
|
-
const
|
|
1347
|
+
const ObjectStorageAlt = /*#__PURE__*/React.forwardRef(function ObjectStorageAlt(_ref58, ref) {
|
|
1346
1348
|
let {
|
|
1347
1349
|
children,
|
|
1348
1350
|
size = 16,
|
|
@@ -1356,14 +1358,20 @@ const PageFirst = /*#__PURE__*/React.forwardRef(function PageFirst(_ref58, ref)
|
|
|
1356
1358
|
viewBox: "0 0 32 32",
|
|
1357
1359
|
fill: "currentColor",
|
|
1358
1360
|
...rest
|
|
1359
|
-
},
|
|
1360
|
-
d: "
|
|
1361
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1362
|
+
d: "M28,20H26v2h2v6H4V22H14V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
|
|
1363
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
1364
|
+
cx: "7",
|
|
1365
|
+
cy: "25",
|
|
1366
|
+
r: "1"
|
|
1367
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1368
|
+
d: "M21,14a2.981,2.981,0,0,0-2.0374.811l-4.0039-2.4023A2.9578,2.9578,0,0,0,15,12a2.9578,2.9578,0,0,0-.0413-.4087L18.9626,9.189A2.9909,2.9909,0,1,0,18,7a2.9345,2.9345,0,0,0,.0415.4092L14.0376,9.8115a3,3,0,1,0,0,4.377l4.0039,2.4023A2.9345,2.9345,0,0,0,18,17a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,6Zm-9,7a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,12,13Zm9,5a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,21,18Z"
|
|
1361
1369
|
})), children);
|
|
1362
1370
|
});
|
|
1363
1371
|
if (process.env.NODE_ENV !== "production") {
|
|
1364
|
-
|
|
1372
|
+
ObjectStorageAlt.propTypes = iconPropTypes;
|
|
1365
1373
|
}
|
|
1366
|
-
const
|
|
1374
|
+
const ObservedHail = /*#__PURE__*/React.forwardRef(function ObservedHail(_ref59, ref) {
|
|
1367
1375
|
let {
|
|
1368
1376
|
children,
|
|
1369
1377
|
size = 16,
|
|
@@ -1377,14 +1385,32 @@ const PageLast = /*#__PURE__*/React.forwardRef(function PageLast(_ref59, ref) {
|
|
|
1377
1385
|
viewBox: "0 0 32 32",
|
|
1378
1386
|
fill: "currentColor",
|
|
1379
1387
|
...rest
|
|
1380
|
-
},
|
|
1381
|
-
d: "
|
|
1388
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1389
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
1390
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
1391
|
+
cx: "13.5",
|
|
1392
|
+
cy: "23.5",
|
|
1393
|
+
r: "1.5"
|
|
1394
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
1395
|
+
cx: "10.5",
|
|
1396
|
+
cy: "19.5",
|
|
1397
|
+
r: "1.5"
|
|
1398
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
1399
|
+
cx: "16.5",
|
|
1400
|
+
cy: "19.5",
|
|
1401
|
+
r: "1.5"
|
|
1402
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1403
|
+
d: "M11.964 14.5H17.036V16.499H11.964z",
|
|
1404
|
+
transform: "rotate(-45 14.5 15.5)"
|
|
1405
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1406
|
+
d: "M17.964 14.5H23.035999999999998V16.499H17.964z",
|
|
1407
|
+
transform: "rotate(-45 20.5 15.5)"
|
|
1382
1408
|
})), children);
|
|
1383
1409
|
});
|
|
1384
1410
|
if (process.env.NODE_ENV !== "production") {
|
|
1385
|
-
|
|
1411
|
+
ObservedHail.propTypes = iconPropTypes;
|
|
1386
1412
|
}
|
|
1387
|
-
const
|
|
1413
|
+
const ObservedLightning = /*#__PURE__*/React.forwardRef(function ObservedLightning(_ref60, ref) {
|
|
1388
1414
|
let {
|
|
1389
1415
|
children,
|
|
1390
1416
|
size = 16,
|
|
@@ -1398,14 +1424,16 @@ const PageBreak = /*#__PURE__*/React.forwardRef(function PageBreak(_ref60, ref)
|
|
|
1398
1424
|
viewBox: "0 0 32 32",
|
|
1399
1425
|
fill: "currentColor",
|
|
1400
1426
|
...rest
|
|
1401
|
-
},
|
|
1402
|
-
d: "
|
|
1427
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1428
|
+
d: "M15.67 24L13.934 23 16.221 19 12.332 19 16.325 12 18.062 13 15.778 17 19.668 17 15.67 24z"
|
|
1429
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1430
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
1403
1431
|
})), children);
|
|
1404
1432
|
});
|
|
1405
1433
|
if (process.env.NODE_ENV !== "production") {
|
|
1406
|
-
|
|
1434
|
+
ObservedLightning.propTypes = iconPropTypes;
|
|
1407
1435
|
}
|
|
1408
|
-
const
|
|
1436
|
+
const Omega = /*#__PURE__*/React.forwardRef(function Omega(_ref61, ref) {
|
|
1409
1437
|
let {
|
|
1410
1438
|
children,
|
|
1411
1439
|
size = 16,
|
|
@@ -1419,16 +1447,14 @@ const PageNumber = /*#__PURE__*/React.forwardRef(function PageNumber(_ref61, ref
|
|
|
1419
1447
|
viewBox: "0 0 32 32",
|
|
1420
1448
|
fill: "currentColor",
|
|
1421
1449
|
...rest
|
|
1422
|
-
},
|
|
1423
|
-
d: "M22
|
|
1424
|
-
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1425
|
-
d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z"
|
|
1450
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1451
|
+
d: "M22.7373,25A14.3093,14.3093,0,0,0,27,15C27,8.42,22.58,4,16,4S5,8.42,5,15A14.3093,14.3093,0,0,0,9.2627,25H4v2h8V24.7617A12.5683,12.5683,0,0,1,7,15c0-5.4673,3.5327-9,9-9s9,3.5327,9,9a12.5683,12.5683,0,0,1-5,9.7617V27h8V25Z"
|
|
1426
1452
|
})), children);
|
|
1427
1453
|
});
|
|
1428
1454
|
if (process.env.NODE_ENV !== "production") {
|
|
1429
|
-
|
|
1455
|
+
Omega.propTypes = iconPropTypes;
|
|
1430
1456
|
}
|
|
1431
|
-
const
|
|
1457
|
+
const Opacity = /*#__PURE__*/React.forwardRef(function Opacity(_ref62, ref) {
|
|
1432
1458
|
let {
|
|
1433
1459
|
children,
|
|
1434
1460
|
size = 16,
|
|
@@ -1442,18 +1468,14 @@ const WatsonHealthPageScroll = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
1442
1468
|
viewBox: "0 0 32 32",
|
|
1443
1469
|
fill: "currentColor",
|
|
1444
1470
|
...rest
|
|
1445
|
-
},
|
|
1446
|
-
d: "
|
|
1447
|
-
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1448
|
-
d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z"
|
|
1449
|
-
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1450
|
-
d: "M26 14H24V6H16V4h8a1.89 1.89 0 012 2zM24 17L24 19 26.8 19 22 24.4 22 22 20 22 20 28 26 28 26 26 23.2 26 28 20.6 28 23 30 23 30 17 24 17z"
|
|
1471
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1472
|
+
d: "M6 6H10V10H6zM10 10H14V14H10zM14 6H18V10H14zM22 6H26V10H22zM6 14H10V18H6zM14 14H18V18H14zM22 14H26V18H22zM6 22H10V26H6zM14 22H18V26H14zM22 22H26V26H22zM18 10H22V14H18zM10 18H14V22H10zM18 18H22V22H18z"
|
|
1451
1473
|
})), children);
|
|
1452
1474
|
});
|
|
1453
1475
|
if (process.env.NODE_ENV !== "production") {
|
|
1454
|
-
|
|
1476
|
+
Opacity.propTypes = iconPropTypes;
|
|
1455
1477
|
}
|
|
1456
|
-
const
|
|
1478
|
+
const OpenPanelBottom = /*#__PURE__*/React.forwardRef(function OpenPanelBottom(_ref63, ref) {
|
|
1457
1479
|
let {
|
|
1458
1480
|
children,
|
|
1459
1481
|
size = 16,
|
|
@@ -1467,14 +1489,14 @@ const PaintBrush = /*#__PURE__*/React.forwardRef(function PaintBrush(_ref63, ref
|
|
|
1467
1489
|
viewBox: "0 0 32 32",
|
|
1468
1490
|
fill: "currentColor",
|
|
1469
1491
|
...rest
|
|
1470
|
-
},
|
|
1471
|
-
d: "M28
|
|
1492
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1493
|
+
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V18H4V6ZM4,26V20H28v6Z"
|
|
1472
1494
|
})), children);
|
|
1473
1495
|
});
|
|
1474
1496
|
if (process.env.NODE_ENV !== "production") {
|
|
1475
|
-
|
|
1497
|
+
OpenPanelBottom.propTypes = iconPropTypes;
|
|
1476
1498
|
}
|
|
1477
|
-
const
|
|
1499
|
+
const OpenPanelFilledBottom = /*#__PURE__*/React.forwardRef(function OpenPanelFilledBottom(_ref64, ref) {
|
|
1478
1500
|
let {
|
|
1479
1501
|
children,
|
|
1480
1502
|
size = 16,
|
|
@@ -1488,14 +1510,14 @@ const PaintBrushAlt = /*#__PURE__*/React.forwardRef(function PaintBrushAlt(_ref6
|
|
|
1488
1510
|
viewBox: "0 0 32 32",
|
|
1489
1511
|
fill: "currentColor",
|
|
1490
1512
|
...rest
|
|
1491
|
-
},
|
|
1492
|
-
d: "M28
|
|
1513
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1514
|
+
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V18H4V6Z"
|
|
1493
1515
|
})), children);
|
|
1494
1516
|
});
|
|
1495
1517
|
if (process.env.NODE_ENV !== "production") {
|
|
1496
|
-
|
|
1518
|
+
OpenPanelFilledBottom.propTypes = iconPropTypes;
|
|
1497
1519
|
}
|
|
1498
|
-
const
|
|
1520
|
+
const OpenPanelFilledLeft = /*#__PURE__*/React.forwardRef(function OpenPanelFilledLeft(_ref65, ref) {
|
|
1499
1521
|
let {
|
|
1500
1522
|
children,
|
|
1501
1523
|
size = 16,
|
|
@@ -1509,14 +1531,14 @@ const PalmTree = /*#__PURE__*/React.forwardRef(function PalmTree(_ref65, ref) {
|
|
|
1509
1531
|
viewBox: "0 0 32 32",
|
|
1510
1532
|
fill: "currentColor",
|
|
1511
1533
|
...rest
|
|
1512
|
-
},
|
|
1513
|
-
d: "
|
|
1534
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1535
|
+
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,22H12V6H28Z"
|
|
1514
1536
|
})), children);
|
|
1515
1537
|
});
|
|
1516
1538
|
if (process.env.NODE_ENV !== "production") {
|
|
1517
|
-
|
|
1539
|
+
OpenPanelFilledLeft.propTypes = iconPropTypes;
|
|
1518
1540
|
}
|
|
1519
|
-
const
|
|
1541
|
+
const OpenPanelFilledRight = /*#__PURE__*/React.forwardRef(function OpenPanelFilledRight(_ref66, ref) {
|
|
1520
1542
|
let {
|
|
1521
1543
|
children,
|
|
1522
1544
|
size = 16,
|
|
@@ -1530,14 +1552,14 @@ const PanHorizontal = /*#__PURE__*/React.forwardRef(function PanHorizontal(_ref6
|
|
|
1530
1552
|
viewBox: "0 0 32 32",
|
|
1531
1553
|
fill: "currentColor",
|
|
1532
1554
|
...rest
|
|
1533
|
-
},
|
|
1534
|
-
d: "
|
|
1555
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1556
|
+
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6H20V26H4Z"
|
|
1535
1557
|
})), children);
|
|
1536
1558
|
});
|
|
1537
1559
|
if (process.env.NODE_ENV !== "production") {
|
|
1538
|
-
|
|
1560
|
+
OpenPanelFilledRight.propTypes = iconPropTypes;
|
|
1539
1561
|
}
|
|
1540
|
-
const
|
|
1562
|
+
const OpenPanelFilledTop = /*#__PURE__*/React.forwardRef(function OpenPanelFilledTop(_ref67, ref) {
|
|
1541
1563
|
let {
|
|
1542
1564
|
children,
|
|
1543
1565
|
size = 16,
|
|
@@ -1551,14 +1573,14 @@ const PanVertical = /*#__PURE__*/React.forwardRef(function PanVertical(_ref67, r
|
|
|
1551
1573
|
viewBox: "0 0 32 32",
|
|
1552
1574
|
fill: "currentColor",
|
|
1553
1575
|
...rest
|
|
1554
|
-
},
|
|
1555
|
-
d: "
|
|
1576
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1577
|
+
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,26V14H28V26Z"
|
|
1556
1578
|
})), children);
|
|
1557
1579
|
});
|
|
1558
1580
|
if (process.env.NODE_ENV !== "production") {
|
|
1559
|
-
|
|
1581
|
+
OpenPanelFilledTop.propTypes = iconPropTypes;
|
|
1560
1582
|
}
|
|
1561
|
-
const
|
|
1583
|
+
const OpenPanelLeft = /*#__PURE__*/React.forwardRef(function OpenPanelLeft(_ref68, ref) {
|
|
1562
1584
|
let {
|
|
1563
1585
|
children,
|
|
1564
1586
|
size = 16,
|
|
@@ -1572,14 +1594,14 @@ const PanelExpansion = /*#__PURE__*/React.forwardRef(function PanelExpansion(_re
|
|
|
1572
1594
|
viewBox: "0 0 32 32",
|
|
1573
1595
|
fill: "currentColor",
|
|
1574
1596
|
...rest
|
|
1575
|
-
},
|
|
1576
|
-
d: "
|
|
1597
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1598
|
+
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6h6V26H4ZM28,26H12V6H28Z"
|
|
1577
1599
|
})), children);
|
|
1578
1600
|
});
|
|
1579
1601
|
if (process.env.NODE_ENV !== "production") {
|
|
1580
|
-
|
|
1602
|
+
OpenPanelLeft.propTypes = iconPropTypes;
|
|
1581
1603
|
}
|
|
1582
|
-
const
|
|
1604
|
+
const OpenPanelRight = /*#__PURE__*/React.forwardRef(function OpenPanelRight(_ref69, ref) {
|
|
1583
1605
|
let {
|
|
1584
1606
|
children,
|
|
1585
1607
|
size = 16,
|
|
@@ -1593,14 +1615,14 @@ const Paragraph = /*#__PURE__*/React.forwardRef(function Paragraph(_ref69, ref)
|
|
|
1593
1615
|
viewBox: "0 0 32 32",
|
|
1594
1616
|
fill: "currentColor",
|
|
1595
1617
|
...rest
|
|
1596
|
-
},
|
|
1597
|
-
d: "
|
|
1618
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1619
|
+
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6H20V26H4ZM28,26H22V6h6Z"
|
|
1598
1620
|
})), children);
|
|
1599
1621
|
});
|
|
1600
1622
|
if (process.env.NODE_ENV !== "production") {
|
|
1601
|
-
|
|
1623
|
+
OpenPanelRight.propTypes = iconPropTypes;
|
|
1602
1624
|
}
|
|
1603
|
-
const
|
|
1625
|
+
const OpenPanelTop = /*#__PURE__*/React.forwardRef(function OpenPanelTop(_ref70, ref) {
|
|
1604
1626
|
let {
|
|
1605
1627
|
children,
|
|
1606
1628
|
size = 16,
|
|
@@ -1614,19 +1636,14 @@ const Parameter = /*#__PURE__*/React.forwardRef(function Parameter(_ref70, ref)
|
|
|
1614
1636
|
viewBox: "0 0 32 32",
|
|
1615
1637
|
fill: "currentColor",
|
|
1616
1638
|
...rest
|
|
1617
|
-
},
|
|
1618
|
-
d: "M28,
|
|
1619
|
-
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1620
|
-
fillRule: "evenodd",
|
|
1621
|
-
d: "M17,9l-.857,3h2L19,9h2l-.857,3H22v2H19.572l-1.143,4H21v2H17.857L17,23H15l.857-3h-2L13,23H11l.857-3H10V18h2.429l1.143-4H11V12h3.143L15,9Zm.572,5h-2l-1.143,4h2Z"
|
|
1622
|
-
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1623
|
-
d: "M6,13V8H9V6H6A2.0023,2.0023,0,0,0,4,8v5a2.0023,2.0023,0,0,1-2,2v2a2.0023,2.0023,0,0,1,2,2v5a2.0023,2.0023,0,0,0,2,2H9V24H6V19a3.9756,3.9756,0,0,0-1.3823-3A3.9756,3.9756,0,0,0,6,13Z"
|
|
1639
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1640
|
+
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2v6H4V6ZM4,26V14H28V26Z"
|
|
1624
1641
|
})), children);
|
|
1625
1642
|
});
|
|
1626
1643
|
if (process.env.NODE_ENV !== "production") {
|
|
1627
|
-
|
|
1644
|
+
OpenPanelTop.propTypes = iconPropTypes;
|
|
1628
1645
|
}
|
|
1629
|
-
const
|
|
1646
|
+
const QOperation = /*#__PURE__*/React.forwardRef(function QOperation(_ref71, ref) {
|
|
1630
1647
|
let {
|
|
1631
1648
|
children,
|
|
1632
1649
|
size = 16,
|
|
@@ -1640,14 +1657,16 @@ const ParentChild = /*#__PURE__*/React.forwardRef(function ParentChild(_ref71, r
|
|
|
1640
1657
|
viewBox: "0 0 32 32",
|
|
1641
1658
|
fill: "currentColor",
|
|
1642
1659
|
...rest
|
|
1643
|
-
},
|
|
1644
|
-
d: "
|
|
1660
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1661
|
+
d: "M23 26L21 26 26 16 21 6 23 6 28 16 23 26zM4 6H6V26H4zM16 9H12a2 2 0 00-2 2V21a2 2 0 002 2h4a2 2 0 002-2V11A2 2 0 0016 9zm0 12H12V11h4z"
|
|
1662
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1663
|
+
d: "M13 15H15V17H13z"
|
|
1645
1664
|
})), children);
|
|
1646
1665
|
});
|
|
1647
1666
|
if (process.env.NODE_ENV !== "production") {
|
|
1648
|
-
|
|
1667
|
+
QOperation.propTypes = iconPropTypes;
|
|
1649
1668
|
}
|
|
1650
|
-
const
|
|
1669
|
+
const QOperationGauge = /*#__PURE__*/React.forwardRef(function QOperationGauge(_ref72, ref) {
|
|
1651
1670
|
let {
|
|
1652
1671
|
children,
|
|
1653
1672
|
size = 16,
|
|
@@ -1661,18 +1680,14 @@ const PartDefinition = /*#__PURE__*/React.forwardRef(function PartDefinition(_re
|
|
|
1661
1680
|
viewBox: "0 0 32 32",
|
|
1662
1681
|
fill: "currentColor",
|
|
1663
1682
|
...rest
|
|
1664
|
-
},
|
|
1665
|
-
|
|
1666
|
-
d: "M20.8336 16.8081c-2.4408 0-3.8336.9114-3.8336 2.7507 0 1.5986 1.0315 2.6477 2.854 2.6477 1.3408 0 2.321-.6019 2.613-1.7539h.1034c.1371.9285.7216 1.5474 1.6675 1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052 0-2.8539.6879-3.5073 1.7194l1.3068 1.1689c.4296-.6189 1.0144-1.1344 2.0454-1.1344 1.1694 0 1.668.5844 1.668 1.5817v.6531h-1.5304zm1.5304 2.51c0 .8425-.7908 1.2893-1.7705 1.2893-.8601 0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002 1.7194-1.1002h1.4098v1.1862zM9.272 17.427h3.1287c2.218 0 3.5588-1.4785 3.5588-3.7133 0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573zm0-5.4501h2.9225c.8767 0 1.4098.4642 1.4098 1.3414v.7908c0 .8767-.5331 1.358-1.4098 1.358h-2.9225v-3.4902z"
|
|
1667
|
-
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1668
|
-
strokeWidth: "0",
|
|
1669
|
-
d: "m2,4v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2Zm26,24H4V4h24v24Z"
|
|
1683
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1684
|
+
d: "M30 4L24 4 24 6 27.75 6 24 10 24 12 30 12 30 10 26.38 10 30 6 30 4zM20 17.62L22.08 14l-1.73-1-2.18 3.76A12 12 0 002 28H4a10 10 0 0113.16-9.48L14 24a2 2 0 102 2 2 2 0 00-.27-1L19 19.35A10 10 0 0124 28h2A12 12 0 0020 17.62z"
|
|
1670
1685
|
})), children);
|
|
1671
1686
|
});
|
|
1672
1687
|
if (process.env.NODE_ENV !== "production") {
|
|
1673
|
-
|
|
1688
|
+
QOperationGauge.propTypes = iconPropTypes;
|
|
1674
1689
|
}
|
|
1675
|
-
const
|
|
1690
|
+
const QOperationIf = /*#__PURE__*/React.forwardRef(function QOperationIf(_ref73, ref) {
|
|
1676
1691
|
let {
|
|
1677
1692
|
children,
|
|
1678
1693
|
size = 16,
|
|
@@ -1686,18 +1701,14 @@ const PartUsage = /*#__PURE__*/React.forwardRef(function PartUsage(_ref73, ref)
|
|
|
1686
1701
|
viewBox: "0 0 32 32",
|
|
1687
1702
|
fill: "currentColor",
|
|
1688
1703
|
...rest
|
|
1689
|
-
},
|
|
1690
|
-
|
|
1691
|
-
d: "M20.8336 16.8081c-2.4408 0-3.8336.9114-3.8336 2.7507 0 1.5986 1.0315 2.6477 2.854 2.6477 1.3408 0 2.321-.6019 2.613-1.7539h.1034c.1371.9285.7216 1.5474 1.6675 1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052 0-2.8539.6879-3.5073 1.7194l1.3068 1.1689c.4296-.6189 1.0144-1.1344 2.0454-1.1344 1.1694 0 1.668.5844 1.668 1.5817v.6531h-1.5304zm1.5304 2.51c0 .8425-.7908 1.2893-1.7705 1.2893-.8601 0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002 1.7194-1.1002h1.4098v1.1862zM9.272 17.427h3.1287c2.218 0 3.5588-1.4785 3.5588-3.7133 0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573zm0-5.4501h2.9225c.8767 0 1.4098.4642 1.4098 1.3414v.7908c0 .8767-.5331 1.358-1.4098 1.358h-2.9225v-3.4902z"
|
|
1692
|
-
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1693
|
-
strokeWidth: "0",
|
|
1694
|
-
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"
|
|
1704
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1705
|
+
d: "M12 13H14V23H12zM12 9H14V11H12zM23 11V9H20a2 2 0 00-2 2v2H16v2h2v8h2V15h3V13H20V11z"
|
|
1695
1706
|
})), children);
|
|
1696
1707
|
});
|
|
1697
1708
|
if (process.env.NODE_ENV !== "production") {
|
|
1698
|
-
|
|
1709
|
+
QOperationIf.propTypes = iconPropTypes;
|
|
1699
1710
|
}
|
|
1700
|
-
const
|
|
1711
|
+
const OperationsField = /*#__PURE__*/React.forwardRef(function OperationsField(_ref74, ref) {
|
|
1701
1712
|
let {
|
|
1702
1713
|
children,
|
|
1703
1714
|
size = 16,
|
|
@@ -1711,14 +1722,25 @@ const PartitionAuto = /*#__PURE__*/React.forwardRef(function PartitionAuto(_ref7
|
|
|
1711
1722
|
viewBox: "0 0 32 32",
|
|
1712
1723
|
fill: "currentColor",
|
|
1713
1724
|
...rest
|
|
1714
|
-
},
|
|
1715
|
-
d: "
|
|
1725
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1726
|
+
d: "M16 6H26V8H16z",
|
|
1727
|
+
transform: "rotate(-90 21 7)"
|
|
1728
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1729
|
+
d: "M20 6H30V8H20z",
|
|
1730
|
+
transform: "rotate(-90 25 7)"
|
|
1731
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1732
|
+
d: "M24 6H34V8H24z",
|
|
1733
|
+
transform: "rotate(-90 29 7)"
|
|
1734
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1735
|
+
d: "M16,20a3.9123,3.9123,0,0,1-4-4,3.9123,3.9123,0,0,1,4-4V10a6,6,0,1,0,6,6H20A3.9123,3.9123,0,0,1,16,20Z"
|
|
1736
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1737
|
+
d: "M28.8928,18.4536,26.0979,16,24.78,17.5044l2.7922,2.4517-2.36,4.0878-3.4273-1.1591a9.0315,9.0315,0,0,1-2.7143,1.5644L18.36,28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H16V2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18.36a2,2,0,0,0,1.9611-1.6079l.5037-2.5186a10.9666,10.9666,0,0,0,1.3267-.7534l2.4194.8184a1.9977,1.9977,0,0,0,2.3728-.8946l2.3606-4.0878A2.0006,2.0006,0,0,0,28.8928,18.4536Z"
|
|
1716
1738
|
})), children);
|
|
1717
1739
|
});
|
|
1718
1740
|
if (process.env.NODE_ENV !== "production") {
|
|
1719
|
-
|
|
1741
|
+
OperationsField.propTypes = iconPropTypes;
|
|
1720
1742
|
}
|
|
1721
|
-
const
|
|
1743
|
+
const OperationsRecord = /*#__PURE__*/React.forwardRef(function OperationsRecord(_ref75, ref) {
|
|
1722
1744
|
let {
|
|
1723
1745
|
children,
|
|
1724
1746
|
size = 16,
|
|
@@ -1732,14 +1754,16 @@ const PartitionCollection = /*#__PURE__*/React.forwardRef(function PartitionColl
|
|
|
1732
1754
|
viewBox: "0 0 32 32",
|
|
1733
1755
|
fill: "currentColor",
|
|
1734
1756
|
...rest
|
|
1735
|
-
},
|
|
1736
|
-
d: "
|
|
1757
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1758
|
+
d: "M20 20H30V22H20zM20 24H30V26H20zM20 28H30V30H20zM16 20a3.9123 3.9123 0 01-4-4 3.9123 3.9123 0 014-4 3.9123 3.9123 0 014 4h2a6 6 0 10-6 6z"
|
|
1759
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1760
|
+
d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H16V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z"
|
|
1737
1761
|
})), children);
|
|
1738
1762
|
});
|
|
1739
1763
|
if (process.env.NODE_ENV !== "production") {
|
|
1740
|
-
|
|
1764
|
+
OperationsRecord.propTypes = iconPropTypes;
|
|
1741
1765
|
}
|
|
1742
|
-
const
|
|
1766
|
+
const OrderDetails = /*#__PURE__*/React.forwardRef(function OrderDetails(_ref76, ref) {
|
|
1743
1767
|
let {
|
|
1744
1768
|
children,
|
|
1745
1769
|
size = 16,
|
|
@@ -1753,21 +1777,34 @@ const PartitionRepartition = /*#__PURE__*/React.forwardRef(function PartitionRep
|
|
|
1753
1777
|
viewBox: "0 0 32 32",
|
|
1754
1778
|
fill: "currentColor",
|
|
1755
1779
|
...rest
|
|
1756
|
-
},
|
|
1757
|
-
d: "
|
|
1758
|
-
})),
|
|
1759
|
-
d: "
|
|
1780
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1781
|
+
d: "M19 21H13a3 3 0 00-3 3v2h2V24a1 1 0 011-1h6a1 1 0 011 1v2h2V24A3 3 0 0019 21zM16 20a4 4 0 10-4-4A4 4 0 0016 20zm0-6a2 2 0 11-2 2A2 2 0 0116 14z"
|
|
1782
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1783
|
+
d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
|
|
1760
1784
|
})), children);
|
|
1761
1785
|
});
|
|
1762
1786
|
if (process.env.NODE_ENV !== "production") {
|
|
1763
|
-
|
|
1787
|
+
OrderDetails.propTypes = iconPropTypes;
|
|
1764
1788
|
}
|
|
1765
|
-
const
|
|
1789
|
+
const Ordinal = /*#__PURE__*/React.forwardRef(function Ordinal(_ref77, ref) {
|
|
1766
1790
|
let {
|
|
1767
1791
|
children,
|
|
1768
1792
|
size = 16,
|
|
1769
1793
|
...rest
|
|
1770
1794
|
} = _ref77;
|
|
1795
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1796
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1797
|
+
width: size,
|
|
1798
|
+
height: size,
|
|
1799
|
+
ref: ref,
|
|
1800
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1801
|
+
viewBox: "0 0 16 16",
|
|
1802
|
+
fill: "currentColor",
|
|
1803
|
+
...rest
|
|
1804
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1805
|
+
d: "M1,13 L1,12 L3,12 L3,9 L5.999,9 L6,6 L9,6 L9,3 L13,3 L13,12 L15,12 L15,13 L1,13 Z M5.999,10 L4,10 L4,12 L5.999,12 L5.999,10 Z M8.999,7 L6.999,7 L6.999,9 L7,9 L7,12 L8.999,12 L8.999,7 Z M12,4 L10,4 L10,12 L12,12 L12,4 Z"
|
|
1806
|
+
})), children);
|
|
1807
|
+
}
|
|
1771
1808
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1772
1809
|
width: size,
|
|
1773
1810
|
height: size,
|
|
@@ -1776,14 +1813,14 @@ const PartitionSame = /*#__PURE__*/React.forwardRef(function PartitionSame(_ref7
|
|
|
1776
1813
|
viewBox: "0 0 32 32",
|
|
1777
1814
|
fill: "currentColor",
|
|
1778
1815
|
...rest
|
|
1779
|
-
},
|
|
1780
|
-
d: "M26
|
|
1816
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1817
|
+
d: "M26,26V4H18v6H12v6H6V26H2v2H30V26ZM8,26V18h4v8Zm6,0V12h4V26Zm6,0V6h4V26Z"
|
|
1781
1818
|
})), children);
|
|
1782
1819
|
});
|
|
1783
1820
|
if (process.env.NODE_ENV !== "production") {
|
|
1784
|
-
|
|
1821
|
+
Ordinal.propTypes = iconPropTypes;
|
|
1785
1822
|
}
|
|
1786
|
-
const
|
|
1823
|
+
const Outage = /*#__PURE__*/React.forwardRef(function Outage(_ref78, ref) {
|
|
1787
1824
|
let {
|
|
1788
1825
|
children,
|
|
1789
1826
|
size = 16,
|
|
@@ -1797,14 +1834,16 @@ const PartitionSpecific = /*#__PURE__*/React.forwardRef(function PartitionSpecif
|
|
|
1797
1834
|
viewBox: "0 0 32 32",
|
|
1798
1835
|
fill: "currentColor",
|
|
1799
1836
|
...rest
|
|
1800
|
-
},
|
|
1801
|
-
d: "
|
|
1837
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1838
|
+
d: "M12 24H21V26H12zM13 28H19V30H13z"
|
|
1839
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1840
|
+
d: "M8.7832 18.9746l1.4177-1.418A6.9206 6.9206 0 018 12 7.99 7.99 0 0121.5273 6.2305l1.4136-1.4136A9.9884 9.9884 0 006 12 8.9411 8.9411 0 008.7832 18.9746zM30 3.4141L28.5859 2 2 28.5859 3.4141 30 23.6606 9.7534A7.7069 7.7069 0 0124 12a7.2032 7.2032 0 01-2.8223 6.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.193 9.193 0 0026 12a9.8739 9.8739 0 00-.7764-3.81z"
|
|
1802
1841
|
})), children);
|
|
1803
1842
|
});
|
|
1804
1843
|
if (process.env.NODE_ENV !== "production") {
|
|
1805
|
-
|
|
1844
|
+
Outage.propTypes = iconPropTypes;
|
|
1806
1845
|
}
|
|
1807
|
-
const
|
|
1846
|
+
const OutlookSevere = /*#__PURE__*/React.forwardRef(function OutlookSevere(_ref79, ref) {
|
|
1808
1847
|
let {
|
|
1809
1848
|
children,
|
|
1810
1849
|
size = 16,
|
|
@@ -1818,27 +1857,19 @@ const PartlyCloudy = /*#__PURE__*/React.forwardRef(function PartlyCloudy(_ref79,
|
|
|
1818
1857
|
viewBox: "0 0 32 32",
|
|
1819
1858
|
fill: "currentColor",
|
|
1820
1859
|
...rest
|
|
1821
|
-
},
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
})),
|
|
1827
|
-
d: "
|
|
1828
|
-
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1829
|
-
d: "M4.672 24.208H8.915V26.208H4.672z",
|
|
1830
|
-
transform: "rotate(-45 6.793 25.208)"
|
|
1831
|
-
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1832
|
-
d: "M5.793 4.672H7.793V8.915H5.793z",
|
|
1833
|
-
transform: "rotate(-45 6.793 6.794)"
|
|
1834
|
-
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1835
|
-
d: "M1 15H5V17H1zM26.7939 20.3418a6.9617 6.9617 0 00-1.8681-3.2671A8.485 8.485 0 0025 16a9 9 0 10-14.585 7.0332A4.9771 4.9771 0 0015 30H25a4.9947 4.9947 0 001.7939-9.6582zM9 16a6.9955 6.9955 0 0113.9849-.2969A6.8883 6.8883 0 0020 15a7.04 7.04 0 00-6.7944 5.3418A4.986 4.986 0 0011.5618 21.39 6.9675 6.9675 0 019 16zM25 28H15a2.9945 2.9945 0 01-.6963-5.9082l.6587-.1572.0986-.67a4.9923 4.9923 0 019.878 0l.0986.6695.6587.1572A2.9945 2.9945 0 0125 28z"
|
|
1860
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1861
|
+
fill: "none",
|
|
1862
|
+
d: "M15.1249,19h1.75v5.5h-1.75ZM17,27a1,1,0,1,0-1,1A1,1,0,0,0,17,27Z"
|
|
1863
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1864
|
+
d: "M24.9084,28.94,16.8318,14.4878a.9531.9531,0,0,0-1.6636,0L7.0916,28.94A.7122.7122,0,0,0,7.7134,30H24.2867A.7121.7121,0,0,0,24.9084,28.94ZM15.125,19h1.75v5.5h-1.75ZM16,28a1,1,0,1,1,1-1A1,1,0,0,1,16,28Z"
|
|
1865
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1866
|
+
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0,6.4926,6.4926,0,0,0,.9153,12.8443L9.2217,20H8.5a4.48,4.48,0,0,1-3.3693-7.4556l5.297,5.2964,1.013-1.8135-4.66-4.6606A4.402,4.402,0,0,1,8.144,11.019l.8155-.0639.0991-.812c.0237-.1944.0581-.3848.0972-.5733l3.78,3.7808,1.0138-1.815L9.936,7.522a7.0212,7.0212,0,0,1,1.9754-2.1968L25.8861,19.3A4.4594,4.4594,0,0,1,23.5,20h-.7239l1.107,1.98a6.4927,6.4927,0,0,0,.9177-12.8443Zm2.4994,8.75L13.7823,4.3682a6.9736,6.9736,0,0,1,9.16,5.7749l.0986.812.8154.0639A4.5171,4.5171,0,0,1,28,15.5,4.46,4.46,0,0,1,27.3,17.8862Z"
|
|
1836
1867
|
})), children);
|
|
1837
1868
|
});
|
|
1838
1869
|
if (process.env.NODE_ENV !== "production") {
|
|
1839
|
-
|
|
1870
|
+
OutlookSevere.propTypes = iconPropTypes;
|
|
1840
1871
|
}
|
|
1841
|
-
const
|
|
1872
|
+
const OverflowMenuHorizontal = /*#__PURE__*/React.forwardRef(function OverflowMenuHorizontal(_ref80, ref) {
|
|
1842
1873
|
let {
|
|
1843
1874
|
children,
|
|
1844
1875
|
size = 16,
|
|
@@ -1852,14 +1883,24 @@ const PartlyCloudyNight = /*#__PURE__*/React.forwardRef(function PartlyCloudyNig
|
|
|
1852
1883
|
viewBox: "0 0 32 32",
|
|
1853
1884
|
fill: "currentColor",
|
|
1854
1885
|
...rest
|
|
1855
|
-
},
|
|
1856
|
-
|
|
1886
|
+
}, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
1887
|
+
cx: "8",
|
|
1888
|
+
cy: "16",
|
|
1889
|
+
r: "2"
|
|
1890
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
1891
|
+
cx: "16",
|
|
1892
|
+
cy: "16",
|
|
1893
|
+
r: "2"
|
|
1894
|
+
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
1895
|
+
cx: "24",
|
|
1896
|
+
cy: "16",
|
|
1897
|
+
r: "2"
|
|
1857
1898
|
})), children);
|
|
1858
1899
|
});
|
|
1859
1900
|
if (process.env.NODE_ENV !== "production") {
|
|
1860
|
-
|
|
1901
|
+
OverflowMenuHorizontal.propTypes = iconPropTypes;
|
|
1861
1902
|
}
|
|
1862
|
-
const
|
|
1903
|
+
const OverflowMenuVertical = /*#__PURE__*/React.forwardRef(function OverflowMenuVertical(_ref81, ref) {
|
|
1863
1904
|
let {
|
|
1864
1905
|
children,
|
|
1865
1906
|
size = 16,
|
|
@@ -1873,14 +1914,24 @@ const Partnership = /*#__PURE__*/React.forwardRef(function Partnership(_ref81, r
|
|
|
1873
1914
|
viewBox: "0 0 32 32",
|
|
1874
1915
|
fill: "currentColor",
|
|
1875
1916
|
...rest
|
|
1876
|
-
},
|
|
1877
|
-
|
|
1917
|
+
}, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
1918
|
+
cx: "16",
|
|
1919
|
+
cy: "8",
|
|
1920
|
+
r: "2"
|
|
1921
|
+
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
1922
|
+
cx: "16",
|
|
1923
|
+
cy: "16",
|
|
1924
|
+
r: "2"
|
|
1925
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
1926
|
+
cx: "16",
|
|
1927
|
+
cy: "24",
|
|
1928
|
+
r: "2"
|
|
1878
1929
|
})), children);
|
|
1879
1930
|
});
|
|
1880
1931
|
if (process.env.NODE_ENV !== "production") {
|
|
1881
|
-
|
|
1932
|
+
OverflowMenuVertical.propTypes = iconPropTypes;
|
|
1882
1933
|
}
|
|
1883
|
-
const
|
|
1934
|
+
const Overlay = /*#__PURE__*/React.forwardRef(function Overlay(_ref82, ref) {
|
|
1884
1935
|
let {
|
|
1885
1936
|
children,
|
|
1886
1937
|
size = 16,
|
|
@@ -1894,16 +1945,14 @@ const PassengerDrinks = /*#__PURE__*/React.forwardRef(function PassengerDrinks(_
|
|
|
1894
1945
|
viewBox: "0 0 32 32",
|
|
1895
1946
|
fill: "currentColor",
|
|
1896
1947
|
...rest
|
|
1897
|
-
},
|
|
1898
|
-
d: "
|
|
1899
|
-
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1900
|
-
d: "M18,28H7.7683a2.0025,2.0025,0,0,1-1.9326-1.4849L2.0337,12.2576l1.9326-.5152L7.7683,26H18Z"
|
|
1948
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1949
|
+
d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8ZM4,22V4H22V8H10a2.0023,2.0023,0,0,0-2,2V22Zm18,0H19.4141L10,12.586V10h2.5859l9.4153,9.4156ZM10,15.4141,16.5859,22H10ZM22.001,16.587,15.4141,10H22ZM10,28V24H22a2.0023,2.0023,0,0,0,2-2V10h4V28Z"
|
|
1901
1950
|
})), children);
|
|
1902
1951
|
});
|
|
1903
1952
|
if (process.env.NODE_ENV !== "production") {
|
|
1904
|
-
|
|
1953
|
+
Overlay.propTypes = iconPropTypes;
|
|
1905
1954
|
}
|
|
1906
|
-
const
|
|
1955
|
+
const Package = /*#__PURE__*/React.forwardRef(function Package(_ref83, ref) {
|
|
1907
1956
|
let {
|
|
1908
1957
|
children,
|
|
1909
1958
|
size = 16,
|
|
@@ -1917,16 +1966,16 @@ const PassengerPlus = /*#__PURE__*/React.forwardRef(function PassengerPlus(_ref8
|
|
|
1917
1966
|
viewBox: "0 0 32 32",
|
|
1918
1967
|
fill: "currentColor",
|
|
1919
1968
|
...rest
|
|
1920
|
-
},
|
|
1921
|
-
d: "
|
|
1922
|
-
})),
|
|
1923
|
-
d: "
|
|
1969
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1970
|
+
d: "M26,30H6a2,2,0,0,1-2-2V16a2,2,0,0,1,2-2H9v2H6V28H26V16H23V14h3a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z"
|
|
1971
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1972
|
+
d: "M13 20H19V22H13zM20.59 8.59L17 12.17 17 2 15 2 15 12.17 11.41 8.59 10 10 16 16 22 10 20.59 8.59z"
|
|
1924
1973
|
})), children);
|
|
1925
1974
|
});
|
|
1926
1975
|
if (process.env.NODE_ENV !== "production") {
|
|
1927
|
-
|
|
1976
|
+
Package.propTypes = iconPropTypes;
|
|
1928
1977
|
}
|
|
1929
|
-
const
|
|
1978
|
+
const PackageTextAnalysis = /*#__PURE__*/React.forwardRef(function PackageTextAnalysis(_ref84, ref) {
|
|
1930
1979
|
let {
|
|
1931
1980
|
children,
|
|
1932
1981
|
size = 16,
|
|
@@ -1940,18 +1989,16 @@ const Password = /*#__PURE__*/React.forwardRef(function Password(_ref84, ref) {
|
|
|
1940
1989
|
viewBox: "0 0 32 32",
|
|
1941
1990
|
fill: "currentColor",
|
|
1942
1991
|
...rest
|
|
1943
|
-
},
|
|
1944
|
-
d: "
|
|
1945
|
-
})),
|
|
1946
|
-
|
|
1947
|
-
cy: "10",
|
|
1948
|
-
r: "2"
|
|
1992
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1993
|
+
d: "M13 22H19V24H13z"
|
|
1994
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1995
|
+
d: "M2 18v2h2v8c0 1.1025.8972 2 2 2h20c1.1028 0 2-.8975 2-2v-8h2v-2H2zm24 10H6v-8h20v8zM29 16h-5c-1.1025 0-2-.8975-2-2v-6c0-1.103.8975-2 2-2h5v2h-5v6h5v2zM18 6h-4v-4h-2v14h6c1.1025 0 2-.8975 2-2v-6c0-1.103-.8975-2-2-2zm-4 8v-6h4v6h-4zM8 6H3v2h5v2h-4c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h6V8c0-1.103-.8975-2-2-2zm0 8h-4v-2h4v2z"
|
|
1949
1996
|
})), children);
|
|
1950
1997
|
});
|
|
1951
1998
|
if (process.env.NODE_ENV !== "production") {
|
|
1952
|
-
|
|
1999
|
+
PackageTextAnalysis.propTypes = iconPropTypes;
|
|
1953
2000
|
}
|
|
1954
|
-
const
|
|
2001
|
+
const PackageNode = /*#__PURE__*/React.forwardRef(function PackageNode(_ref85, ref) {
|
|
1955
2002
|
let {
|
|
1956
2003
|
children,
|
|
1957
2004
|
size = 16,
|
|
@@ -1965,34 +2012,20 @@ const Paste = /*#__PURE__*/React.forwardRef(function Paste(_ref85, ref) {
|
|
|
1965
2012
|
viewBox: "0 0 32 32",
|
|
1966
2013
|
fill: "currentColor",
|
|
1967
2014
|
...rest
|
|
1968
|
-
},
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
d: "M23.71,9.29l-7-7A1,1,0,0,0,16,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2h8V28H6V4h8v6a2,2,0,0,0,2,2h6v2h2V10A1,1,0,0,0,23.71,9.29ZM16,4.41,21.59,10H16Z"
|
|
2015
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
2016
|
+
strokeWidth: "0",
|
|
2017
|
+
d: "m28,28H4c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h10c1.1028,0,2,.8972,2,2v4h12c1.1028,0,2,.8972,2,2v14c0,1.1028-.8972,2-2,2ZM4,12v14h24v-14H4Zm0-2h10v-4H4v4Z"
|
|
1972
2018
|
})), children);
|
|
1973
2019
|
});
|
|
1974
2020
|
if (process.env.NODE_ENV !== "production") {
|
|
1975
|
-
|
|
2021
|
+
PackageNode.propTypes = iconPropTypes;
|
|
1976
2022
|
}
|
|
1977
|
-
const
|
|
2023
|
+
const PageFirst = /*#__PURE__*/React.forwardRef(function PageFirst(_ref86, ref) {
|
|
1978
2024
|
let {
|
|
1979
2025
|
children,
|
|
1980
2026
|
size = 16,
|
|
1981
2027
|
...rest
|
|
1982
2028
|
} = _ref86;
|
|
1983
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1984
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1985
|
-
width: size,
|
|
1986
|
-
height: size,
|
|
1987
|
-
ref: ref,
|
|
1988
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1989
|
-
viewBox: "0 0 16 16",
|
|
1990
|
-
fill: "currentColor",
|
|
1991
|
-
...rest
|
|
1992
|
-
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1993
|
-
d: "M6 4v8H4V4H6M6 3H4C3.4 3 3 3.4 3 4v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V4C7 3.4 6.6 3 6 3zM12 4v8h-2V4H12M12 3h-2C9.4 3 9 3.4 9 4v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V4C13 3.4 12.6 3 12 3z"
|
|
1994
|
-
})), children);
|
|
1995
|
-
}
|
|
1996
2029
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1997
2030
|
width: size,
|
|
1998
2031
|
height: size,
|
|
@@ -2001,14 +2034,14 @@ const Pause = /*#__PURE__*/React.forwardRef(function Pause(_ref86, ref) {
|
|
|
2001
2034
|
viewBox: "0 0 32 32",
|
|
2002
2035
|
fill: "currentColor",
|
|
2003
2036
|
...rest
|
|
2004
|
-
},
|
|
2005
|
-
d: "
|
|
2037
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
2038
|
+
d: "M14 16L24 6 25.4 7.4 16.8 16 25.4 24.6 24 26zM8 4H10V28H8z"
|
|
2006
2039
|
})), children);
|
|
2007
2040
|
});
|
|
2008
2041
|
if (process.env.NODE_ENV !== "production") {
|
|
2009
|
-
|
|
2042
|
+
PageFirst.propTypes = iconPropTypes;
|
|
2010
2043
|
}
|
|
2011
|
-
const
|
|
2044
|
+
const PageLast = /*#__PURE__*/React.forwardRef(function PageLast(_ref87, ref) {
|
|
2012
2045
|
let {
|
|
2013
2046
|
children,
|
|
2014
2047
|
size = 16,
|
|
@@ -2022,34 +2055,19 @@ const PauseFilled = /*#__PURE__*/React.forwardRef(function PauseFilled(_ref87, r
|
|
|
2022
2055
|
viewBox: "0 0 32 32",
|
|
2023
2056
|
fill: "currentColor",
|
|
2024
2057
|
...rest
|
|
2025
|
-
},
|
|
2026
|
-
d: "
|
|
2058
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
2059
|
+
d: "M18 16L8 26 6.6 24.6 15.2 16 6.6 7.4 8 6zM22 4H24V28H22z"
|
|
2027
2060
|
})), children);
|
|
2028
2061
|
});
|
|
2029
2062
|
if (process.env.NODE_ENV !== "production") {
|
|
2030
|
-
|
|
2063
|
+
PageLast.propTypes = iconPropTypes;
|
|
2031
2064
|
}
|
|
2032
|
-
const
|
|
2065
|
+
const PageBreak = /*#__PURE__*/React.forwardRef(function PageBreak(_ref88, ref) {
|
|
2033
2066
|
let {
|
|
2034
2067
|
children,
|
|
2035
2068
|
size = 16,
|
|
2036
2069
|
...rest
|
|
2037
2070
|
} = _ref88;
|
|
2038
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2039
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2040
|
-
width: size,
|
|
2041
|
-
height: size,
|
|
2042
|
-
ref: ref,
|
|
2043
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2044
|
-
viewBox: "0 0 16 16",
|
|
2045
|
-
fill: "currentColor",
|
|
2046
|
-
...rest
|
|
2047
|
-
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
2048
|
-
d: "M7 5L6 5 6 11 7 11 7 5zM10 5L9 5 9 11 10 11 10 5z"
|
|
2049
|
-
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
2050
|
-
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"
|
|
2051
|
-
})), children);
|
|
2052
|
-
}
|
|
2053
2071
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2054
2072
|
width: size,
|
|
2055
2073
|
height: size,
|
|
@@ -2059,33 +2077,18 @@ const PauseOutline = /*#__PURE__*/React.forwardRef(function PauseOutline(_ref88,
|
|
|
2059
2077
|
fill: "currentColor",
|
|
2060
2078
|
...rest
|
|
2061
2079
|
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
2062
|
-
d: "
|
|
2063
|
-
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
2064
|
-
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"
|
|
2080
|
+
d: "M2 18H6V20H2zM26 18H30V20H26zM24 22v6H8V22H6v6a2.0058 2.0058 0 002 2H24a2.0058 2.0058 0 002-2V22zM8 16V4h8v6a2.0058 2.0058 0 002 2h6v4h2V10a.9092.9092 0 00-.3-.7l-7-7A.9087.9087 0 0018 2H8A2.0058 2.0058 0 006 4V16zM18 4.4L23.6 10H18zM10 18H14V20H10zM18 18H22V20H18z"
|
|
2065
2081
|
})), children);
|
|
2066
2082
|
});
|
|
2067
2083
|
if (process.env.NODE_ENV !== "production") {
|
|
2068
|
-
|
|
2084
|
+
PageBreak.propTypes = iconPropTypes;
|
|
2069
2085
|
}
|
|
2070
|
-
const
|
|
2071
|
-
let {
|
|
2072
|
-
children,
|
|
2073
|
-
size = 16,
|
|
2074
|
-
...rest
|
|
2075
|
-
} = _ref89;
|
|
2076
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2077
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2078
|
-
width: size,
|
|
2079
|
-
height: size,
|
|
2080
|
-
ref: ref,
|
|
2081
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2082
|
-
viewBox: "0 0 16 16",
|
|
2083
|
-
fill: "currentColor",
|
|
2084
|
-
...rest
|
|
2085
|
-
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
2086
|
-
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M7,11H6V5h1V11z M10,11H9V5h1V11z"
|
|
2087
|
-
})), children);
|
|
2088
|
-
}
|
|
2086
|
+
const PageNumber = /*#__PURE__*/React.forwardRef(function PageNumber(_ref89, ref) {
|
|
2087
|
+
let {
|
|
2088
|
+
children,
|
|
2089
|
+
size = 16,
|
|
2090
|
+
...rest
|
|
2091
|
+
} = _ref89;
|
|
2089
2092
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2090
2093
|
width: size,
|
|
2091
2094
|
height: size,
|
|
@@ -2094,14 +2097,16 @@ const PauseOutlineFilled = /*#__PURE__*/React.forwardRef(function PauseOutlineFi
|
|
|
2094
2097
|
viewBox: "0 0 32 32",
|
|
2095
2098
|
fill: "currentColor",
|
|
2096
2099
|
...rest
|
|
2097
|
-
},
|
|
2098
|
-
d: "
|
|
2100
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
2101
|
+
d: "M22 26L16 26 16 20 20 20 20 18 16 18 16 16 22 16 22 22 18 22 18 24 22 24 22 26z"
|
|
2102
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
2103
|
+
d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z"
|
|
2099
2104
|
})), children);
|
|
2100
2105
|
});
|
|
2101
2106
|
if (process.env.NODE_ENV !== "production") {
|
|
2102
|
-
|
|
2107
|
+
PageNumber.propTypes = iconPropTypes;
|
|
2103
2108
|
}
|
|
2104
|
-
const
|
|
2109
|
+
const WatsonHealthPageScroll = /*#__PURE__*/React.forwardRef(function WatsonHealthPageScroll(_ref90, ref) {
|
|
2105
2110
|
let {
|
|
2106
2111
|
children,
|
|
2107
2112
|
size = 16,
|
|
@@ -2115,16 +2120,18 @@ const PauseFuture = /*#__PURE__*/React.forwardRef(function PauseFuture(_ref90, r
|
|
|
2115
2120
|
viewBox: "0 0 32 32",
|
|
2116
2121
|
fill: "currentColor",
|
|
2117
2122
|
...rest
|
|
2118
|
-
},
|
|
2119
|
-
d: "
|
|
2123
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
2124
|
+
d: "M16,28H4a1.89,1.89,0,0,1-2-2V14a1.89,1.89,0,0,1,2-2H16a1.89,1.89,0,0,1,2,2V26A1.89,1.89,0,0,1,16,28ZM4,14V26H16V14Z"
|
|
2125
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
2126
|
+
d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z"
|
|
2120
2127
|
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
2121
|
-
d: "
|
|
2128
|
+
d: "M26 14H24V6H16V4h8a1.89 1.89 0 012 2zM24 17L24 19 26.8 19 22 24.4 22 22 20 22 20 28 26 28 26 26 23.2 26 28 20.6 28 23 30 23 30 17 24 17z"
|
|
2122
2129
|
})), children);
|
|
2123
2130
|
});
|
|
2124
2131
|
if (process.env.NODE_ENV !== "production") {
|
|
2125
|
-
|
|
2132
|
+
WatsonHealthPageScroll.propTypes = iconPropTypes;
|
|
2126
2133
|
}
|
|
2127
|
-
const
|
|
2134
|
+
const PaintBrush = /*#__PURE__*/React.forwardRef(function PaintBrush(_ref91, ref) {
|
|
2128
2135
|
let {
|
|
2129
2136
|
children,
|
|
2130
2137
|
size = 16,
|
|
@@ -2139,15 +2146,13 @@ const PausePast = /*#__PURE__*/React.forwardRef(function PausePast(_ref91, ref)
|
|
|
2139
2146
|
fill: "currentColor",
|
|
2140
2147
|
...rest
|
|
2141
2148
|
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
2142
|
-
d: "
|
|
2143
|
-
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
2144
|
-
d: "M16,2A13.9158,13.9158,0,0,0,6,6.2343V2H4v8h8V8H7.0783A11.9818,11.9818,0,1,1,4,16H2A14,14,0,1,0,16,2Z"
|
|
2149
|
+
d: "M28.83,23.17,23,17.33V13a1,1,0,0,0-.29-.71l-10-10a1,1,0,0,0-1.42,0l-9,9a1,1,0,0,0,0,1.42l10,10A1,1,0,0,0,13,23h4.34l5.83,5.84a4,4,0,0,0,5.66-5.66ZM6,10.41l2.29,2.3,1.42-1.42L7.41,9,9,7.41l4.29,4.3,1.42-1.42L10.41,6,12,4.41,18.59,11,11,18.59,4.41,12Zm21.41,17a2,2,0,0,1-2.82,0l-6.13-6.12a1.8,1.8,0,0,0-.71-.29H13.41l-1-1L20,12.41l1,1v4.34a1,1,0,0,0,.29.7l6.12,6.14a2,2,0,0,1,0,2.82Z"
|
|
2145
2150
|
})), children);
|
|
2146
2151
|
});
|
|
2147
2152
|
if (process.env.NODE_ENV !== "production") {
|
|
2148
|
-
|
|
2153
|
+
PaintBrush.propTypes = iconPropTypes;
|
|
2149
2154
|
}
|
|
2150
|
-
const
|
|
2155
|
+
const PaintBrushAlt = /*#__PURE__*/React.forwardRef(function PaintBrushAlt(_ref92, ref) {
|
|
2151
2156
|
let {
|
|
2152
2157
|
children,
|
|
2153
2158
|
size = 16,
|
|
@@ -2161,16 +2166,14 @@ const PcnENode = /*#__PURE__*/React.forwardRef(function PcnENode(_ref92, ref) {
|
|
|
2161
2166
|
viewBox: "0 0 32 32",
|
|
2162
2167
|
fill: "currentColor",
|
|
2163
2168
|
...rest
|
|
2164
|
-
},
|
|
2165
|
-
d: "
|
|
2166
|
-
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
2167
|
-
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
2169
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
2170
|
+
d: "M28.8281,3.1719a4.0941,4.0941,0,0,0-5.6562,0L4.05,22.292A6.9537,6.9537,0,0,0,2,27.2412V30H4.7559a6.9523,6.9523,0,0,0,4.95-2.05L28.8281,8.8286a3.999,3.999,0,0,0,0-5.6567ZM10.91,18.26l2.8286,2.8286L11.6172,23.21,8.7886,20.3818ZM8.2915,26.5356A4.9665,4.9665,0,0,1,4.7559,28H4v-.7588a4.9671,4.9671,0,0,1,1.4644-3.5351l1.91-1.91,2.8286,2.8281ZM27.4141,7.4141,15.1528,19.6748l-2.8286-2.8286,12.2617-12.26a2.0473,2.0473,0,0,1,2.8282,0,1.9995,1.9995,0,0,1,0,2.8282Z"
|
|
2168
2171
|
})), children);
|
|
2169
2172
|
});
|
|
2170
2173
|
if (process.env.NODE_ENV !== "production") {
|
|
2171
|
-
|
|
2174
|
+
PaintBrushAlt.propTypes = iconPropTypes;
|
|
2172
2175
|
}
|
|
2173
|
-
const
|
|
2176
|
+
const PalmTree = /*#__PURE__*/React.forwardRef(function PalmTree(_ref93, ref) {
|
|
2174
2177
|
let {
|
|
2175
2178
|
children,
|
|
2176
2179
|
size = 16,
|
|
@@ -2184,20 +2187,14 @@ const PcnMilitary = /*#__PURE__*/React.forwardRef(function PcnMilitary(_ref93, r
|
|
|
2184
2187
|
viewBox: "0 0 32 32",
|
|
2185
2188
|
fill: "currentColor",
|
|
2186
2189
|
...rest
|
|
2187
|
-
},
|
|
2188
|
-
d: "
|
|
2189
|
-
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2190
|
-
d: "M12.414 17.414L16 13.834 16 13.834 19.588 17.416 21 16 16 11 11 16 12.414 17.414z"
|
|
2191
|
-
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2192
|
-
d: "M12.414 12.414L16 8.834 16 8.834 19.588 12.416 21 11 16 6 11 11 12.414 12.414z"
|
|
2193
|
-
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2194
|
-
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
2190
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
2191
|
+
d: "M18.57,28C17.897,26.7251,16,22.2261,16,12v-.1313l1.1172.7446A6.4613,6.4613,0,0,1,20,18h2a8.457,8.457,0,0,0-3.7734-7.0508L16.8027,10h1.5308a7.04,7.04,0,0,1,4.2,1.4L24.4,12.8l1.2-1.6L23.7334,9.8a9.06,9.06,0,0,0-5.4-1.8H17.1172A7.0306,7.0306,0,0,1,22,6h2V4H22a9.035,9.035,0,0,0-7,3.3643A9.035,9.035,0,0,0,8,4H6V6H8a7.0306,7.0306,0,0,1,4.8828,2H11.6665a9.06,9.06,0,0,0-5.4,1.8L4.4,11.2l1.2,1.6L7.4668,11.4a7.04,7.04,0,0,1,4.2-1.4h1.5308l-1.4239.9492A8.457,8.457,0,0,0,8,18h2a6.4613,6.4613,0,0,1,2.8828-5.3867L14,11.8687V12c0,8.9438,1.4116,13.7646,2.3611,16H2v2H30V28Z"
|
|
2195
2192
|
})), children);
|
|
2196
2193
|
});
|
|
2197
2194
|
if (process.env.NODE_ENV !== "production") {
|
|
2198
|
-
|
|
2195
|
+
PalmTree.propTypes = iconPropTypes;
|
|
2199
2196
|
}
|
|
2200
|
-
const
|
|
2197
|
+
const PanHorizontal = /*#__PURE__*/React.forwardRef(function PanHorizontal(_ref94, ref) {
|
|
2201
2198
|
let {
|
|
2202
2199
|
children,
|
|
2203
2200
|
size = 16,
|
|
@@ -2211,16 +2208,14 @@ const PcnPNode = /*#__PURE__*/React.forwardRef(function PcnPNode(_ref94, ref) {
|
|
|
2211
2208
|
viewBox: "0 0 32 32",
|
|
2212
2209
|
fill: "currentColor",
|
|
2213
2210
|
...rest
|
|
2214
|
-
},
|
|
2215
|
-
d: "
|
|
2216
|
-
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2217
|
-
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
2211
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
2212
|
+
d: "M24 10L22.586 11.414 26.172 15 5.828 15 9.414 11.414 8 10 2 16 8 22 9.414 20.586 5.828 17 26.172 17 22.586 20.586 24 22 30 16 24 10z"
|
|
2218
2213
|
})), children);
|
|
2219
2214
|
});
|
|
2220
2215
|
if (process.env.NODE_ENV !== "production") {
|
|
2221
|
-
|
|
2216
|
+
PanHorizontal.propTypes = iconPropTypes;
|
|
2222
2217
|
}
|
|
2223
|
-
const
|
|
2218
|
+
const PanVertical = /*#__PURE__*/React.forwardRef(function PanVertical(_ref95, ref) {
|
|
2224
2219
|
let {
|
|
2225
2220
|
children,
|
|
2226
2221
|
size = 16,
|
|
@@ -2234,16 +2229,14 @@ const PcnZNode = /*#__PURE__*/React.forwardRef(function PcnZNode(_ref95, ref) {
|
|
|
2234
2229
|
viewBox: "0 0 32 32",
|
|
2235
2230
|
fill: "currentColor",
|
|
2236
2231
|
...rest
|
|
2237
|
-
},
|
|
2238
|
-
d: "
|
|
2239
|
-
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2240
|
-
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
2232
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
2233
|
+
d: "M10 8L11.414 9.414 15 5.828 15 26.172 11.414 22.586 10 24 16 30 22 24 20.586 22.586 17 26.172 17 5.828 20.586 9.414 22 8 16 2 10 8z"
|
|
2241
2234
|
})), children);
|
|
2242
2235
|
});
|
|
2243
2236
|
if (process.env.NODE_ENV !== "production") {
|
|
2244
|
-
|
|
2237
|
+
PanVertical.propTypes = iconPropTypes;
|
|
2245
2238
|
}
|
|
2246
|
-
const
|
|
2239
|
+
const PanelExpansion = /*#__PURE__*/React.forwardRef(function PanelExpansion(_ref96, ref) {
|
|
2247
2240
|
let {
|
|
2248
2241
|
children,
|
|
2249
2242
|
size = 16,
|
|
@@ -2257,14 +2250,14 @@ const Pdf = /*#__PURE__*/React.forwardRef(function Pdf(_ref96, ref) {
|
|
|
2257
2250
|
viewBox: "0 0 32 32",
|
|
2258
2251
|
fill: "currentColor",
|
|
2259
2252
|
...rest
|
|
2260
|
-
},
|
|
2261
|
-
d: "
|
|
2253
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2254
|
+
d: "M12 6H6A2 2 0 004 8v6a2 2 0 002 2h6a2 2 0 002-2V8A2 2 0 0012 6zM6 14V8h6v6zM26 6H20a2 2 0 00-2 2V24a2 2 0 002 2h6a2 2 0 002-2V8A2 2 0 0026 6zM20 24V8h6V24z"
|
|
2262
2255
|
})), children);
|
|
2263
2256
|
});
|
|
2264
2257
|
if (process.env.NODE_ENV !== "production") {
|
|
2265
|
-
|
|
2258
|
+
PanelExpansion.propTypes = iconPropTypes;
|
|
2266
2259
|
}
|
|
2267
|
-
const
|
|
2260
|
+
const Paragraph = /*#__PURE__*/React.forwardRef(function Paragraph(_ref97, ref) {
|
|
2268
2261
|
let {
|
|
2269
2262
|
children,
|
|
2270
2263
|
size = 16,
|
|
@@ -2278,14 +2271,14 @@ const PdfReference = /*#__PURE__*/React.forwardRef(function PdfReference(_ref97,
|
|
|
2278
2271
|
viewBox: "0 0 32 32",
|
|
2279
2272
|
fill: "currentColor",
|
|
2280
2273
|
...rest
|
|
2281
|
-
},
|
|
2282
|
-
d: "
|
|
2274
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2275
|
+
d: "M27,4H13a7,7,0,0,0,0,14V28h2V6h5V28h2V6h5ZM13,16A5,5,0,0,1,13,6Z"
|
|
2283
2276
|
})), children);
|
|
2284
2277
|
});
|
|
2285
2278
|
if (process.env.NODE_ENV !== "production") {
|
|
2286
|
-
|
|
2279
|
+
Paragraph.propTypes = iconPropTypes;
|
|
2287
2280
|
}
|
|
2288
|
-
const
|
|
2281
|
+
const Parameter = /*#__PURE__*/React.forwardRef(function Parameter(_ref98, ref) {
|
|
2289
2282
|
let {
|
|
2290
2283
|
children,
|
|
2291
2284
|
size = 16,
|
|
@@ -2299,16 +2292,19 @@ const Pedestrian = /*#__PURE__*/React.forwardRef(function Pedestrian(_ref98, ref
|
|
|
2299
2292
|
viewBox: "0 0 32 32",
|
|
2300
2293
|
fill: "currentColor",
|
|
2301
2294
|
...rest
|
|
2302
|
-
},
|
|
2303
|
-
d: "
|
|
2304
|
-
})),
|
|
2305
|
-
|
|
2295
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2296
|
+
d: "M28,13V8a2.0023,2.0023,0,0,0-2-2H23V8h3v5a3.9756,3.9756,0,0,0,1.3823,3A3.9756,3.9756,0,0,0,26,19v5H23v2h3a2.0023,2.0023,0,0,0,2-2V19a2.0023,2.0023,0,0,1,2-2V15A2.0023,2.0023,0,0,1,28,13Z"
|
|
2297
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2298
|
+
fillRule: "evenodd",
|
|
2299
|
+
d: "M17,9l-.857,3h2L19,9h2l-.857,3H22v2H19.572l-1.143,4H21v2H17.857L17,23H15l.857-3h-2L13,23H11l.857-3H10V18h2.429l1.143-4H11V12h3.143L15,9Zm.572,5h-2l-1.143,4h2Z"
|
|
2300
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2301
|
+
d: "M6,13V8H9V6H6A2.0023,2.0023,0,0,0,4,8v5a2.0023,2.0023,0,0,1-2,2v2a2.0023,2.0023,0,0,1,2,2v5a2.0023,2.0023,0,0,0,2,2H9V24H6V19a3.9756,3.9756,0,0,0-1.3823-3A3.9756,3.9756,0,0,0,6,13Z"
|
|
2306
2302
|
})), children);
|
|
2307
2303
|
});
|
|
2308
2304
|
if (process.env.NODE_ENV !== "production") {
|
|
2309
|
-
|
|
2305
|
+
Parameter.propTypes = iconPropTypes;
|
|
2310
2306
|
}
|
|
2311
|
-
const
|
|
2307
|
+
const ParentChild = /*#__PURE__*/React.forwardRef(function ParentChild(_ref99, ref) {
|
|
2312
2308
|
let {
|
|
2313
2309
|
children,
|
|
2314
2310
|
size = 16,
|
|
@@ -2322,16 +2318,14 @@ const PedestrianFamily = /*#__PURE__*/React.forwardRef(function PedestrianFamily
|
|
|
2322
2318
|
viewBox: "0 0 32 32",
|
|
2323
2319
|
fill: "currentColor",
|
|
2324
2320
|
...rest
|
|
2325
|
-
},
|
|
2326
|
-
d: "
|
|
2327
|
-
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2328
|
-
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"
|
|
2321
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2322
|
+
d: "M28,12a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4v6a2,2,0,0,0,2,2H15v4H9a2,2,0,0,0-2,2v4H4a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V24a2,2,0,0,0-2-2H9V18H23v4H20a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V24a2,2,0,0,0-2-2H25V18a2,2,0,0,0-2-2H17V12ZM12,28H4V24h8Zm16,0H20V24h8ZM4,4H28v6H4Z"
|
|
2329
2323
|
})), children);
|
|
2330
2324
|
});
|
|
2331
2325
|
if (process.env.NODE_ENV !== "production") {
|
|
2332
|
-
|
|
2326
|
+
ParentChild.propTypes = iconPropTypes;
|
|
2333
2327
|
}
|
|
2334
|
-
const
|
|
2328
|
+
const PartDefinition = /*#__PURE__*/React.forwardRef(function PartDefinition(_ref100, ref) {
|
|
2335
2329
|
let {
|
|
2336
2330
|
children,
|
|
2337
2331
|
size = 16,
|
|
@@ -2345,16 +2339,18 @@ const PedestrianChild = /*#__PURE__*/React.forwardRef(function PedestrianChild(_
|
|
|
2345
2339
|
viewBox: "0 0 32 32",
|
|
2346
2340
|
fill: "currentColor",
|
|
2347
2341
|
...rest
|
|
2348
|
-
},
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2342
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2343
|
+
strokeWidth: "0",
|
|
2344
|
+
d: "M20.8336 16.8081c-2.4408 0-3.8336.9114-3.8336 2.7507 0 1.5986 1.0315 2.6477 2.854 2.6477 1.3408 0 2.321-.6019 2.613-1.7539h.1034c.1371.9285.7216 1.5474 1.6675 1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052 0-2.8539.6879-3.5073 1.7194l1.3068 1.1689c.4296-.6189 1.0144-1.1344 2.0454-1.1344 1.1694 0 1.668.5844 1.668 1.5817v.6531h-1.5304zm1.5304 2.51c0 .8425-.7908 1.2893-1.7705 1.2893-.8601 0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002 1.7194-1.1002h1.4098v1.1862zM9.272 17.427h3.1287c2.218 0 3.5588-1.4785 3.5588-3.7133 0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573zm0-5.4501h2.9225c.8767 0 1.4098.4642 1.4098 1.3414v.7908c0 .8767-.5331 1.358-1.4098 1.358h-2.9225v-3.4902z"
|
|
2345
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2346
|
+
strokeWidth: "0",
|
|
2347
|
+
d: "m2,4v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2Zm26,24H4V4h24v24Z"
|
|
2352
2348
|
})), children);
|
|
2353
2349
|
});
|
|
2354
2350
|
if (process.env.NODE_ENV !== "production") {
|
|
2355
|
-
|
|
2351
|
+
PartDefinition.propTypes = iconPropTypes;
|
|
2356
2352
|
}
|
|
2357
|
-
const
|
|
2353
|
+
const PartUsage = /*#__PURE__*/React.forwardRef(function PartUsage(_ref101, ref) {
|
|
2358
2354
|
let {
|
|
2359
2355
|
children,
|
|
2360
2356
|
size = 16,
|
|
@@ -2368,17 +2364,18 @@ const Pen = /*#__PURE__*/React.forwardRef(function Pen(_ref101, ref) {
|
|
|
2368
2364
|
viewBox: "0 0 32 32",
|
|
2369
2365
|
fill: "currentColor",
|
|
2370
2366
|
...rest
|
|
2371
|
-
},
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2367
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2368
|
+
strokeWidth: "0",
|
|
2369
|
+
d: "M20.8336 16.8081c-2.4408 0-3.8336.9114-3.8336 2.7507 0 1.5986 1.0315 2.6477 2.854 2.6477 1.3408 0 2.321-.6019 2.613-1.7539h.1034c.1371.9285.7216 1.5474 1.6675 1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052 0-2.8539.6879-3.5073 1.7194l1.3068 1.1689c.4296-.6189 1.0144-1.1344 2.0454-1.1344 1.1694 0 1.668.5844 1.668 1.5817v.6531h-1.5304zm1.5304 2.51c0 .8425-.7908 1.2893-1.7705 1.2893-.8601 0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002 1.7194-1.1002h1.4098v1.1862zM9.272 17.427h3.1287c2.218 0 3.5588-1.4785 3.5588-3.7133 0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573zm0-5.4501h2.9225c.8767 0 1.4098.4642 1.4098 1.3414v.7908c0 .8767-.5331 1.358-1.4098 1.358h-2.9225v-3.4902z"
|
|
2370
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2371
|
+
strokeWidth: "0",
|
|
2372
|
+
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"
|
|
2376
2373
|
})), children);
|
|
2377
2374
|
});
|
|
2378
2375
|
if (process.env.NODE_ENV !== "production") {
|
|
2379
|
-
|
|
2376
|
+
PartUsage.propTypes = iconPropTypes;
|
|
2380
2377
|
}
|
|
2381
|
-
const
|
|
2378
|
+
const PartitionAuto = /*#__PURE__*/React.forwardRef(function PartitionAuto(_ref102, ref) {
|
|
2382
2379
|
let {
|
|
2383
2380
|
children,
|
|
2384
2381
|
size = 16,
|
|
@@ -2392,14 +2389,14 @@ const PenFountain = /*#__PURE__*/React.forwardRef(function PenFountain(_ref102,
|
|
|
2392
2389
|
viewBox: "0 0 32 32",
|
|
2393
2390
|
fill: "currentColor",
|
|
2394
2391
|
...rest
|
|
2395
|
-
},
|
|
2396
|
-
d: "
|
|
2392
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2393
|
+
d: "M26 19c-2.2056 0-4 1.7944-4 4 0 .6836.1882 1.3174.4917 1.8809-1.8762 1.3726-4.146 2.1191-6.4917 2.1191-6.0654 0-11-4.9346-11-11h-2c0 7.168 5.8318 13 13 13 2.8455 0 5.5923-.936 7.8433-2.6416.6235.4019 1.3613.6416 2.1567.6416 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM16 3c-2.8455 0-5.5923.936-7.8433 2.6416-.6235-.4019-1.3613-.6416-2.1567-.6416-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4c0-.6836-.1882-1.3174-.4917-1.8809 1.8762-1.3726 4.146-2.1191 6.4917-2.1191 6.0654 0 11 4.9346 11 11h2c0-7.168-5.8318-13-13-13zM6 11c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
|
|
2397
2394
|
})), children);
|
|
2398
2395
|
});
|
|
2399
2396
|
if (process.env.NODE_ENV !== "production") {
|
|
2400
|
-
|
|
2397
|
+
PartitionAuto.propTypes = iconPropTypes;
|
|
2401
2398
|
}
|
|
2402
|
-
const
|
|
2399
|
+
const PartitionCollection = /*#__PURE__*/React.forwardRef(function PartitionCollection(_ref103, ref) {
|
|
2403
2400
|
let {
|
|
2404
2401
|
children,
|
|
2405
2402
|
size = 16,
|
|
@@ -2413,26 +2410,14 @@ const Pending = /*#__PURE__*/React.forwardRef(function Pending(_ref103, ref) {
|
|
|
2413
2410
|
viewBox: "0 0 32 32",
|
|
2414
2411
|
fill: "currentColor",
|
|
2415
2412
|
...rest
|
|
2416
|
-
},
|
|
2417
|
-
|
|
2418
|
-
cy: "16",
|
|
2419
|
-
r: "2"
|
|
2420
|
-
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
2421
|
-
cx: "23",
|
|
2422
|
-
cy: "16",
|
|
2423
|
-
r: "2"
|
|
2424
|
-
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
2425
|
-
cx: "16",
|
|
2426
|
-
cy: "16",
|
|
2427
|
-
r: "2"
|
|
2428
|
-
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2429
|
-
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"
|
|
2413
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2414
|
+
d: "M26 12c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-5.4143 5.4141H2v2h10.5857c.5344 0 1.0366-.208 1.4143-.5859l5.4143-5.4141h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM16.1717 14.5859l-3.5859-3.5859H2v-2h10.5857c.5344 0 1.0366.208 1.4143.5859l3.5859 3.5859-1.4143 1.4141z"
|
|
2430
2415
|
})), children);
|
|
2431
2416
|
});
|
|
2432
2417
|
if (process.env.NODE_ENV !== "production") {
|
|
2433
|
-
|
|
2418
|
+
PartitionCollection.propTypes = iconPropTypes;
|
|
2434
2419
|
}
|
|
2435
|
-
const
|
|
2420
|
+
const PartitionRepartition = /*#__PURE__*/React.forwardRef(function PartitionRepartition(_ref104, ref) {
|
|
2436
2421
|
let {
|
|
2437
2422
|
children,
|
|
2438
2423
|
size = 16,
|
|
@@ -2446,18 +2431,16 @@ const PendingFilled = /*#__PURE__*/React.forwardRef(function PendingFilled(_ref1
|
|
|
2446
2431
|
viewBox: "0 0 32 32",
|
|
2447
2432
|
fill: "currentColor",
|
|
2448
2433
|
...rest
|
|
2449
|
-
},
|
|
2450
|
-
d: "
|
|
2451
|
-
})),
|
|
2452
|
-
|
|
2453
|
-
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",
|
|
2454
|
-
"data-icon-path": "inner-path"
|
|
2434
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2435
|
+
d: "M26 6c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-3.5864 3.5864 1.4141 1.4141 3.5867-3.5864h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM10.1716 17.4141l-3.5859 3.5859H2v2h4.5857c.5344 0 1.0366-.208 1.4143-.5859l3.5859-3.5859-1.4143-1.4141z"
|
|
2436
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2437
|
+
d: "m26,18c-1.8584,0-3.4106,1.2798-3.8579,3h-2.728l-11.4141-11.4141c-.3777-.3779-.8799-.5859-1.4143-.5859H2v2h4.5859l11.4141,11.4141c.3777.3779.8799.5859,1.4143.5859h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
|
|
2455
2438
|
})), children);
|
|
2456
2439
|
});
|
|
2457
2440
|
if (process.env.NODE_ENV !== "production") {
|
|
2458
|
-
|
|
2441
|
+
PartitionRepartition.propTypes = iconPropTypes;
|
|
2459
2442
|
}
|
|
2460
|
-
const
|
|
2443
|
+
const PartitionSame = /*#__PURE__*/React.forwardRef(function PartitionSame(_ref105, ref) {
|
|
2461
2444
|
let {
|
|
2462
2445
|
children,
|
|
2463
2446
|
size = 16,
|
|
@@ -2471,15 +2454,14 @@ const PentagonDownOutline = /*#__PURE__*/React.forwardRef(function PentagonDownO
|
|
|
2471
2454
|
viewBox: "0 0 32 32",
|
|
2472
2455
|
fill: "currentColor",
|
|
2473
2456
|
...rest
|
|
2474
|
-
},
|
|
2475
|
-
|
|
2476
|
-
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"
|
|
2457
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2458
|
+
d: "M26 18c-1.8584 0-3.4106 1.2798-3.8579 3H2v2h20.1421c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM26 6c-1.8584 0-3.4106 1.2798-3.8579 3H2v2h20.1421c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
|
|
2477
2459
|
})), children);
|
|
2478
2460
|
});
|
|
2479
2461
|
if (process.env.NODE_ENV !== "production") {
|
|
2480
|
-
|
|
2462
|
+
PartitionSame.propTypes = iconPropTypes;
|
|
2481
2463
|
}
|
|
2482
|
-
const
|
|
2464
|
+
const PartitionSpecific = /*#__PURE__*/React.forwardRef(function PartitionSpecific(_ref106, ref) {
|
|
2483
2465
|
let {
|
|
2484
2466
|
children,
|
|
2485
2467
|
size = 16,
|
|
@@ -2493,15 +2475,14 @@ const PentagonDownSolid = /*#__PURE__*/React.forwardRef(function PentagonDownSol
|
|
|
2493
2475
|
viewBox: "0 0 32 32",
|
|
2494
2476
|
fill: "currentColor",
|
|
2495
2477
|
...rest
|
|
2496
|
-
},
|
|
2497
|
-
|
|
2498
|
-
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"
|
|
2478
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2479
|
+
d: "M26 18c-1.8584 0-3.4106 1.2798-3.8579 3h-2.728l-5.4141-5.4141c-.3777-.3779-.8799-.5859-1.4143-.5859H2v2h10.5859l5.4141 5.4141c.3777.3779.8799.5859 1.4143.5859h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM26 6c-1.8584 0-3.4106 1.2798-3.8579 3h-2.7278c-.5344 0-1.0366.208-1.4143.5859l-3.5864 3.5864 1.4141 1.4141 3.5867-3.5864h2.7278c.4473 1.7202 1.9995 3 3.8579 3 2.2056 0 4-1.7944 4-4s-1.7944-4-4-4zm0 6c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2z"
|
|
2499
2480
|
})), children);
|
|
2500
2481
|
});
|
|
2501
2482
|
if (process.env.NODE_ENV !== "production") {
|
|
2502
|
-
|
|
2483
|
+
PartitionSpecific.propTypes = iconPropTypes;
|
|
2503
2484
|
}
|
|
2504
|
-
const
|
|
2485
|
+
const PartlyCloudy = /*#__PURE__*/React.forwardRef(function PartlyCloudy(_ref107, ref) {
|
|
2505
2486
|
let {
|
|
2506
2487
|
children,
|
|
2507
2488
|
size = 16,
|
|
@@ -2515,15 +2496,27 @@ const PentagonLeftOutline = /*#__PURE__*/React.forwardRef(function PentagonLeftO
|
|
|
2515
2496
|
viewBox: "0 0 32 32",
|
|
2516
2497
|
fill: "currentColor",
|
|
2517
2498
|
...rest
|
|
2518
|
-
},
|
|
2519
|
-
|
|
2520
|
-
|
|
2499
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2500
|
+
d: "M27 15H31V17H27z"
|
|
2501
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2502
|
+
d: "M23.086 5.794H27.329V7.794H23.086z",
|
|
2503
|
+
transform: "rotate(-45 25.207 6.794)"
|
|
2504
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2505
|
+
d: "M15 1H17V5H15z"
|
|
2506
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2507
|
+
d: "M4.672 24.208H8.915V26.208H4.672z",
|
|
2508
|
+
transform: "rotate(-45 6.793 25.208)"
|
|
2509
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2510
|
+
d: "M5.793 4.672H7.793V8.915H5.793z",
|
|
2511
|
+
transform: "rotate(-45 6.793 6.794)"
|
|
2512
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2513
|
+
d: "M1 15H5V17H1zM26.7939 20.3418a6.9617 6.9617 0 00-1.8681-3.2671A8.485 8.485 0 0025 16a9 9 0 10-14.585 7.0332A4.9771 4.9771 0 0015 30H25a4.9947 4.9947 0 001.7939-9.6582zM9 16a6.9955 6.9955 0 0113.9849-.2969A6.8883 6.8883 0 0020 15a7.04 7.04 0 00-6.7944 5.3418A4.986 4.986 0 0011.5618 21.39 6.9675 6.9675 0 019 16zM25 28H15a2.9945 2.9945 0 01-.6963-5.9082l.6587-.1572.0986-.67a4.9923 4.9923 0 019.878 0l.0986.6695.6587.1572A2.9945 2.9945 0 0125 28z"
|
|
2521
2514
|
})), children);
|
|
2522
2515
|
});
|
|
2523
2516
|
if (process.env.NODE_ENV !== "production") {
|
|
2524
|
-
|
|
2517
|
+
PartlyCloudy.propTypes = iconPropTypes;
|
|
2525
2518
|
}
|
|
2526
|
-
const
|
|
2519
|
+
const PartlyCloudyNight = /*#__PURE__*/React.forwardRef(function PartlyCloudyNight(_ref108, ref) {
|
|
2527
2520
|
let {
|
|
2528
2521
|
children,
|
|
2529
2522
|
size = 16,
|
|
@@ -2537,15 +2530,14 @@ const PentagonLeftSolid = /*#__PURE__*/React.forwardRef(function PentagonLeftSol
|
|
|
2537
2530
|
viewBox: "0 0 32 32",
|
|
2538
2531
|
fill: "currentColor",
|
|
2539
2532
|
...rest
|
|
2540
|
-
},
|
|
2541
|
-
|
|
2542
|
-
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"
|
|
2533
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2534
|
+
d: "M30,19a4.974,4.974,0,0,0-3.2061-4.6582A6.9711,6.9711,0,0,0,13.7578,12.9a13.1418,13.1418,0,0,1,.1314-8.52A1.015,1.015,0,0,0,12.98,3a.9825.9825,0,0,0-.1746.0156A13.0958,13.0958,0,0,0,14.63,28.9971c.164.0063.3281,0,.4907,0a13.0412,13.0412,0,0,0,10.29-5.0386A4.99,4.99,0,0,0,30,19ZM14.7034,26.9976a11.0945,11.0945,0,0,1-3.201-21.584,15.1817,15.1817,0,0,0,.8443,9.3676A4.9877,4.9877,0,0,0,15,24h7.6772a11.0991,11.0991,0,0,1-7.5561,2.9976C14.9827,26.9976,14.8428,27.0024,14.7034,26.9976ZM25,22H15a2.9945,2.9945,0,0,1-.6963-5.9082l.6587-.1572.0986-.67a4.9923,4.9923,0,0,1,9.878.0005l.0986.6695.6587.1572A2.9945,2.9945,0,0,1,25,22Z"
|
|
2543
2535
|
})), children);
|
|
2544
2536
|
});
|
|
2545
2537
|
if (process.env.NODE_ENV !== "production") {
|
|
2546
|
-
|
|
2538
|
+
PartlyCloudyNight.propTypes = iconPropTypes;
|
|
2547
2539
|
}
|
|
2548
|
-
const
|
|
2540
|
+
const Partnership = /*#__PURE__*/React.forwardRef(function Partnership(_ref109, ref) {
|
|
2549
2541
|
let {
|
|
2550
2542
|
children,
|
|
2551
2543
|
size = 16,
|
|
@@ -2559,15 +2551,14 @@ const PentagonOutline = /*#__PURE__*/React.forwardRef(function PentagonOutline(_
|
|
|
2559
2551
|
viewBox: "0 0 32 32",
|
|
2560
2552
|
fill: "currentColor",
|
|
2561
2553
|
...rest
|
|
2562
|
-
},
|
|
2563
|
-
|
|
2564
|
-
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"
|
|
2554
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2555
|
+
d: "M8 9a4 4 0 114-4A4 4 0 018 9zM8 3a2 2 0 102 2A2 2 0 008 3zM24 9a4 4 0 114-4A4 4 0 0124 9zm0-6a2 2 0 102 2A2 2 0 0024 3zM26 30H22a2 2 0 01-2-2V21h2v7h4V19h2V13a1 1 0 00-1-1H20.58L16 20l-4.58-8H5a1 1 0 00-1 1v6H6v9h4V21h2v7a2 2 0 01-2 2H6a2 2 0 01-2-2V21a2 2 0 01-2-2V13a3 3 0 013-3h7.58L16 16l3.42-6H27a3 3 0 013 3v6a2 2 0 01-2 2v7A2 2 0 0126 30z"
|
|
2565
2556
|
})), children);
|
|
2566
2557
|
});
|
|
2567
2558
|
if (process.env.NODE_ENV !== "production") {
|
|
2568
|
-
|
|
2559
|
+
Partnership.propTypes = iconPropTypes;
|
|
2569
2560
|
}
|
|
2570
|
-
const
|
|
2561
|
+
const PassengerDrinks = /*#__PURE__*/React.forwardRef(function PassengerDrinks(_ref110, ref) {
|
|
2571
2562
|
let {
|
|
2572
2563
|
children,
|
|
2573
2564
|
size = 16,
|
|
@@ -2581,15 +2572,16 @@ const PentagonRightOutline = /*#__PURE__*/React.forwardRef(function PentagonRigh
|
|
|
2581
2572
|
viewBox: "0 0 32 32",
|
|
2582
2573
|
fill: "currentColor",
|
|
2583
2574
|
...rest
|
|
2584
|
-
},
|
|
2585
|
-
|
|
2586
|
-
|
|
2575
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2576
|
+
d: "M30 4V2H22V4a3.9906 3.9906 0 003 3.8586V11H23v2h6V11H27V7.8586A3.9906 3.9906 0 0030 4zM10.5 9A3.5 3.5 0 1114 5.5 3.5042 3.5042 0 0110.5 9zm0-5A1.5 1.5 0 1012 5.5 1.5017 1.5017 0 0010.5 4zM22.4746 31.313L19.3408 24H12.2393A4.0073 4.0073 0 018.373 21.0293l-1.6337-6.126a3.8987 3.8987 0 017.5341-2.0092L15.1016 16H21v2H13.5645l-1.2227-4.5908a1.9 1.9 0 00-3.6709.979l1.6338 6.1255A2.0052 2.0052 0 0012.2393 22h8.42l3.6543 8.5254z"
|
|
2577
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2578
|
+
d: "M18,28H7.7683a2.0025,2.0025,0,0,1-1.9326-1.4849L2.0337,12.2576l1.9326-.5152L7.7683,26H18Z"
|
|
2587
2579
|
})), children);
|
|
2588
2580
|
});
|
|
2589
2581
|
if (process.env.NODE_ENV !== "production") {
|
|
2590
|
-
|
|
2582
|
+
PassengerDrinks.propTypes = iconPropTypes;
|
|
2591
2583
|
}
|
|
2592
|
-
const
|
|
2584
|
+
const PassengerPlus = /*#__PURE__*/React.forwardRef(function PassengerPlus(_ref111, ref) {
|
|
2593
2585
|
let {
|
|
2594
2586
|
children,
|
|
2595
2587
|
size = 16,
|
|
@@ -2603,15 +2595,16 @@ const PentagonRightSolid = /*#__PURE__*/React.forwardRef(function PentagonRightS
|
|
|
2603
2595
|
viewBox: "0 0 32 32",
|
|
2604
2596
|
fill: "currentColor",
|
|
2605
2597
|
...rest
|
|
2606
|
-
},
|
|
2607
|
-
|
|
2608
|
-
|
|
2598
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2599
|
+
d: "M10.5 9A3.5 3.5 0 1114 5.5 3.5042 3.5042 0 0110.5 9zm0-5A1.5 1.5 0 1012 5.5 1.5017 1.5017 0 0010.5 4zM22.4739 31.313L19.34 24H12.2385a4.0072 4.0072 0 01-3.8662-2.9707l-1.6338-6.126a3.8988 3.8988 0 017.5342-2.0092L15.1008 16H21v2H13.5637l-1.2226-4.5908a1.9 1.9 0 00-3.6709.979l1.6338 6.1255A2.0051 2.0051 0 0012.2385 22h8.42l3.6543 8.5254zM30 6L26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6z"
|
|
2600
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2601
|
+
d: "M18,28H7.7676A2.0025,2.0025,0,0,1,5.835,26.5151L2.033,12.2576l1.9326-.5152L7.7676,26H18Z"
|
|
2609
2602
|
})), children);
|
|
2610
2603
|
});
|
|
2611
2604
|
if (process.env.NODE_ENV !== "production") {
|
|
2612
|
-
|
|
2605
|
+
PassengerPlus.propTypes = iconPropTypes;
|
|
2613
2606
|
}
|
|
2614
|
-
const
|
|
2607
|
+
const Password = /*#__PURE__*/React.forwardRef(function Password(_ref112, ref) {
|
|
2615
2608
|
let {
|
|
2616
2609
|
children,
|
|
2617
2610
|
size = 16,
|
|
@@ -2626,14 +2619,17 @@ const PentagonSolid = /*#__PURE__*/React.forwardRef(function PentagonSolid(_ref1
|
|
|
2626
2619
|
fill: "currentColor",
|
|
2627
2620
|
...rest
|
|
2628
2621
|
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2629
|
-
|
|
2630
|
-
|
|
2622
|
+
d: "M21,2a8.9977,8.9977,0,0,0-8.6119,11.6118L2,24v6H8L18.3881,19.6118A9,9,0,1,0,21,2Zm0,16a7.0125,7.0125,0,0,1-2.0322-.3022L17.821,17.35l-.8472.8472-3.1811,3.1812L12.4141,20,11,21.4141l1.3787,1.3786-1.5859,1.586L9.4141,23,8,24.4141l1.3787,1.3786L7.1716,28H4V24.8284l9.8023-9.8023.8472-.8474-.3473-1.1467A7,7,0,1,1,21,18Z"
|
|
2623
|
+
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
2624
|
+
cx: "22",
|
|
2625
|
+
cy: "10",
|
|
2626
|
+
r: "2"
|
|
2631
2627
|
})), children);
|
|
2632
2628
|
});
|
|
2633
2629
|
if (process.env.NODE_ENV !== "production") {
|
|
2634
|
-
|
|
2630
|
+
Password.propTypes = iconPropTypes;
|
|
2635
2631
|
}
|
|
2636
|
-
const
|
|
2632
|
+
const Paste = /*#__PURE__*/React.forwardRef(function Paste(_ref113, ref) {
|
|
2637
2633
|
let {
|
|
2638
2634
|
children,
|
|
2639
2635
|
size = 16,
|
|
@@ -2648,23 +2644,33 @@ const Percentage = /*#__PURE__*/React.forwardRef(function Percentage(_ref113, re
|
|
|
2648
2644
|
fill: "currentColor",
|
|
2649
2645
|
...rest
|
|
2650
2646
|
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2651
|
-
d: "
|
|
2647
|
+
d: "M26,20H17.83l2.58-2.59L19,16l-5,5,5,5,1.41-1.41L17.83,22H26v8h2V22A2,2,0,0,0,26,20Z"
|
|
2652
2648
|
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2653
|
-
d: "
|
|
2654
|
-
transform: "rotate(-45 16 16)"
|
|
2655
|
-
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2656
|
-
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"
|
|
2649
|
+
d: "M23.71,9.29l-7-7A1,1,0,0,0,16,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2h8V28H6V4h8v6a2,2,0,0,0,2,2h6v2h2V10A1,1,0,0,0,23.71,9.29ZM16,4.41,21.59,10H16Z"
|
|
2657
2650
|
})), children);
|
|
2658
2651
|
});
|
|
2659
2652
|
if (process.env.NODE_ENV !== "production") {
|
|
2660
|
-
|
|
2653
|
+
Paste.propTypes = iconPropTypes;
|
|
2661
2654
|
}
|
|
2662
|
-
const
|
|
2655
|
+
const Pause = /*#__PURE__*/React.forwardRef(function Pause(_ref114, ref) {
|
|
2663
2656
|
let {
|
|
2664
2657
|
children,
|
|
2665
2658
|
size = 16,
|
|
2666
2659
|
...rest
|
|
2667
2660
|
} = _ref114;
|
|
2661
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2662
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2663
|
+
width: size,
|
|
2664
|
+
height: size,
|
|
2665
|
+
ref: ref,
|
|
2666
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2667
|
+
viewBox: "0 0 16 16",
|
|
2668
|
+
fill: "currentColor",
|
|
2669
|
+
...rest
|
|
2670
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2671
|
+
d: "M6 4v8H4V4H6M6 3H4C3.4 3 3 3.4 3 4v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V4C7 3.4 6.6 3 6 3zM12 4v8h-2V4H12M12 3h-2C9.4 3 9 3.4 9 4v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V4C13 3.4 12.6 3 12 3z"
|
|
2672
|
+
})), children);
|
|
2673
|
+
}
|
|
2668
2674
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2669
2675
|
width: size,
|
|
2670
2676
|
height: size,
|
|
@@ -2674,18 +2680,13 @@ const PercentageFilled = /*#__PURE__*/React.forwardRef(function PercentageFilled
|
|
|
2674
2680
|
fill: "currentColor",
|
|
2675
2681
|
...rest
|
|
2676
2682
|
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2677
|
-
d: "
|
|
2678
|
-
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2679
|
-
d: "M0.029 15H31.97V17H0.029z",
|
|
2680
|
-
transform: "rotate(-45 16 16)"
|
|
2681
|
-
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2682
|
-
d: "M23,28a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,23,28Z"
|
|
2683
|
+
d: "M12 8V24H8V8h4m0-2H8A2 2 0 006 8V24a2 2 0 002 2h4a2 2 0 002-2V8a2 2 0 00-2-2zM24 8V24H20V8h4m0-2H20a2 2 0 00-2 2V24a2 2 0 002 2h4a2 2 0 002-2V8a2 2 0 00-2-2z"
|
|
2683
2684
|
})), children);
|
|
2684
2685
|
});
|
|
2685
2686
|
if (process.env.NODE_ENV !== "production") {
|
|
2686
|
-
|
|
2687
|
+
Pause.propTypes = iconPropTypes;
|
|
2687
2688
|
}
|
|
2688
|
-
const
|
|
2689
|
+
const PauseFilled = /*#__PURE__*/React.forwardRef(function PauseFilled(_ref115, ref) {
|
|
2689
2690
|
let {
|
|
2690
2691
|
children,
|
|
2691
2692
|
size = 16,
|
|
@@ -2699,19 +2700,34 @@ const Person = /*#__PURE__*/React.forwardRef(function Person(_ref115, ref) {
|
|
|
2699
2700
|
viewBox: "0 0 32 32",
|
|
2700
2701
|
fill: "currentColor",
|
|
2701
2702
|
...rest
|
|
2702
|
-
},
|
|
2703
|
-
d: "
|
|
2703
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2704
|
+
d: "M12 6H10A2 2 0 008 8V24a2 2 0 002 2h2a2 2 0 002-2V8a2 2 0 00-2-2zM22 6H20a2 2 0 00-2 2V24a2 2 0 002 2h2a2 2 0 002-2V8a2 2 0 00-2-2z"
|
|
2704
2705
|
})), children);
|
|
2705
2706
|
});
|
|
2706
2707
|
if (process.env.NODE_ENV !== "production") {
|
|
2707
|
-
|
|
2708
|
+
PauseFilled.propTypes = iconPropTypes;
|
|
2708
2709
|
}
|
|
2709
|
-
const
|
|
2710
|
+
const PauseOutline = /*#__PURE__*/React.forwardRef(function PauseOutline(_ref116, ref) {
|
|
2710
2711
|
let {
|
|
2711
2712
|
children,
|
|
2712
2713
|
size = 16,
|
|
2713
2714
|
...rest
|
|
2714
2715
|
} = _ref116;
|
|
2716
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2717
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2718
|
+
width: size,
|
|
2719
|
+
height: size,
|
|
2720
|
+
ref: ref,
|
|
2721
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2722
|
+
viewBox: "0 0 16 16",
|
|
2723
|
+
fill: "currentColor",
|
|
2724
|
+
...rest
|
|
2725
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2726
|
+
d: "M7 5L6 5 6 11 7 11 7 5zM10 5L9 5 9 11 10 11 10 5z"
|
|
2727
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2728
|
+
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"
|
|
2729
|
+
})), children);
|
|
2730
|
+
}
|
|
2715
2731
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2716
2732
|
width: size,
|
|
2717
2733
|
height: size,
|
|
@@ -2721,18 +2737,33 @@ const PersonFavorite = /*#__PURE__*/React.forwardRef(function PersonFavorite(_re
|
|
|
2721
2737
|
fill: "currentColor",
|
|
2722
2738
|
...rest
|
|
2723
2739
|
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2724
|
-
d: "
|
|
2740
|
+
d: "M14 10L12 10 12 22 14 22 14 10 14 10zM20 10L18 10 18 22 20 22 20 10 20 10z"
|
|
2741
|
+
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2742
|
+
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"
|
|
2725
2743
|
})), children);
|
|
2726
2744
|
});
|
|
2727
2745
|
if (process.env.NODE_ENV !== "production") {
|
|
2728
|
-
|
|
2746
|
+
PauseOutline.propTypes = iconPropTypes;
|
|
2729
2747
|
}
|
|
2730
|
-
const
|
|
2748
|
+
const PauseOutlineFilled = /*#__PURE__*/React.forwardRef(function PauseOutlineFilled(_ref117, ref) {
|
|
2731
2749
|
let {
|
|
2732
2750
|
children,
|
|
2733
2751
|
size = 16,
|
|
2734
2752
|
...rest
|
|
2735
2753
|
} = _ref117;
|
|
2754
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2755
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2756
|
+
width: size,
|
|
2757
|
+
height: size,
|
|
2758
|
+
ref: ref,
|
|
2759
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2760
|
+
viewBox: "0 0 16 16",
|
|
2761
|
+
fill: "currentColor",
|
|
2762
|
+
...rest
|
|
2763
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2764
|
+
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M7,11H6V5h1V11z M10,11H9V5h1V11z"
|
|
2765
|
+
})), children);
|
|
2766
|
+
}
|
|
2736
2767
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2737
2768
|
width: size,
|
|
2738
2769
|
height: size,
|
|
@@ -2741,26 +2772,14 @@ const Pest = /*#__PURE__*/React.forwardRef(function Pest(_ref117, ref) {
|
|
|
2741
2772
|
viewBox: "0 0 32 32",
|
|
2742
2773
|
fill: "currentColor",
|
|
2743
2774
|
...rest
|
|
2744
|
-
},
|
|
2745
|
-
|
|
2746
|
-
cy: "9.5",
|
|
2747
|
-
r: "1.5"
|
|
2748
|
-
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
2749
|
-
cx: "13",
|
|
2750
|
-
cy: "13",
|
|
2751
|
-
r: "1"
|
|
2752
|
-
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
2753
|
-
cx: "22",
|
|
2754
|
-
cy: "21",
|
|
2755
|
-
r: "1"
|
|
2756
|
-
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2757
|
-
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"
|
|
2775
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2776
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,22H12V10h2Zm6,0H18V10h2Z"
|
|
2758
2777
|
})), children);
|
|
2759
2778
|
});
|
|
2760
2779
|
if (process.env.NODE_ENV !== "production") {
|
|
2761
|
-
|
|
2780
|
+
PauseOutlineFilled.propTypes = iconPropTypes;
|
|
2762
2781
|
}
|
|
2763
|
-
const
|
|
2782
|
+
const PauseFuture = /*#__PURE__*/React.forwardRef(function PauseFuture(_ref118, ref) {
|
|
2764
2783
|
let {
|
|
2765
2784
|
children,
|
|
2766
2785
|
size = 16,
|
|
@@ -2774,28 +2793,16 @@ const WatsonHealthPetImageB = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
2774
2793
|
viewBox: "0 0 32 32",
|
|
2775
2794
|
fill: "currentColor",
|
|
2776
2795
|
...rest
|
|
2777
|
-
},
|
|
2778
|
-
d: "
|
|
2779
|
-
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2780
|
-
d: "M11.59 3.07H13.57V6.07H11.59z",
|
|
2781
|
-
transform: "rotate(-45 12.586 4.577)"
|
|
2782
|
-
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2783
|
-
d: "M26.44 17.92H28.42V20.92H26.44z",
|
|
2784
|
-
transform: "rotate(-45 27.43 19.408)"
|
|
2796
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2797
|
+
d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
|
|
2785
2798
|
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2786
|
-
d: "
|
|
2787
|
-
transform: "rotate(-45 12.592 19.414)"
|
|
2788
|
-
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2789
|
-
d: "M25.93 3.58H28.93V5.5600000000000005H25.93z",
|
|
2790
|
-
transform: "rotate(-45 27.423 4.57)"
|
|
2791
|
-
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2792
|
-
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"
|
|
2799
|
+
d: "M16,2A13.9158,13.9158,0,0,1,26,6.2343V2h2v8H20V8h4.9217A11.9818,11.9818,0,1,0,28,16h2A14,14,0,1,1,16,2Z"
|
|
2793
2800
|
})), children);
|
|
2794
2801
|
});
|
|
2795
2802
|
if (process.env.NODE_ENV !== "production") {
|
|
2796
|
-
|
|
2803
|
+
PauseFuture.propTypes = iconPropTypes;
|
|
2797
2804
|
}
|
|
2798
|
-
const
|
|
2805
|
+
const PausePast = /*#__PURE__*/React.forwardRef(function PausePast(_ref119, ref) {
|
|
2799
2806
|
let {
|
|
2800
2807
|
children,
|
|
2801
2808
|
size = 16,
|
|
@@ -2809,28 +2816,16 @@ const WatsonHealthPetImageO = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
2809
2816
|
viewBox: "0 0 32 32",
|
|
2810
2817
|
fill: "currentColor",
|
|
2811
2818
|
...rest
|
|
2812
|
-
},
|
|
2813
|
-
d: "
|
|
2814
|
-
})),
|
|
2815
|
-
d: "
|
|
2816
|
-
transform: "rotate(-45 4.585 12.59)"
|
|
2817
|
-
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2818
|
-
d: "M18.44 25.93H20.42V28.93H18.44z",
|
|
2819
|
-
transform: "rotate(-45 19.429 27.422)"
|
|
2820
|
-
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2821
|
-
d: "M3.09 26.44H6.09V28.42H3.09z",
|
|
2822
|
-
transform: "rotate(-45 4.591 27.428)"
|
|
2823
|
-
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2824
|
-
d: "M17.93 11.59H20.93V13.57H17.93z",
|
|
2825
|
-
transform: "rotate(-45 19.423 12.585)"
|
|
2826
|
-
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2827
|
-
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"
|
|
2819
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2820
|
+
d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
|
|
2821
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2822
|
+
d: "M16,2A13.9158,13.9158,0,0,0,6,6.2343V2H4v8h8V8H7.0783A11.9818,11.9818,0,1,1,4,16H2A14,14,0,1,0,16,2Z"
|
|
2828
2823
|
})), children);
|
|
2829
2824
|
});
|
|
2830
2825
|
if (process.env.NODE_ENV !== "production") {
|
|
2831
|
-
|
|
2826
|
+
PausePast.propTypes = iconPropTypes;
|
|
2832
2827
|
}
|
|
2833
|
-
const
|
|
2828
|
+
const PcnENode = /*#__PURE__*/React.forwardRef(function PcnENode(_ref120, ref) {
|
|
2834
2829
|
let {
|
|
2835
2830
|
children,
|
|
2836
2831
|
size = 16,
|
|
@@ -2844,14 +2839,16 @@ const Phone = /*#__PURE__*/React.forwardRef(function Phone(_ref120, ref) {
|
|
|
2844
2839
|
viewBox: "0 0 32 32",
|
|
2845
2840
|
fill: "currentColor",
|
|
2846
2841
|
...rest
|
|
2847
|
-
},
|
|
2848
|
-
d: "
|
|
2842
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2843
|
+
d: "M20 11L20 9 12 9 12 23 20 23 20 21 14 21 14 17 19 17 19 15 14 15 14 11 20 11z"
|
|
2844
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2845
|
+
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
2849
2846
|
})), children);
|
|
2850
2847
|
});
|
|
2851
2848
|
if (process.env.NODE_ENV !== "production") {
|
|
2852
|
-
|
|
2849
|
+
PcnENode.propTypes = iconPropTypes;
|
|
2853
2850
|
}
|
|
2854
|
-
const
|
|
2851
|
+
const PcnMilitary = /*#__PURE__*/React.forwardRef(function PcnMilitary(_ref121, ref) {
|
|
2855
2852
|
let {
|
|
2856
2853
|
children,
|
|
2857
2854
|
size = 16,
|
|
@@ -2865,14 +2862,20 @@ const PhoneApplication = /*#__PURE__*/React.forwardRef(function PhoneApplication
|
|
|
2865
2862
|
viewBox: "0 0 32 32",
|
|
2866
2863
|
fill: "currentColor",
|
|
2867
2864
|
...rest
|
|
2868
|
-
},
|
|
2869
|
-
d: "
|
|
2865
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2866
|
+
d: "M16 16L14.407 19 11 19.414 13.5 21.667 13 25 16 23.125 19 25 18.5 21.667 21 19.414 17.5 19 16 16z"
|
|
2867
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2868
|
+
d: "M12.414 17.414L16 13.834 16 13.834 19.588 17.416 21 16 16 11 11 16 12.414 17.414z"
|
|
2869
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2870
|
+
d: "M12.414 12.414L16 8.834 16 8.834 19.588 12.416 21 11 16 6 11 11 12.414 12.414z"
|
|
2871
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2872
|
+
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
2870
2873
|
})), children);
|
|
2871
2874
|
});
|
|
2872
2875
|
if (process.env.NODE_ENV !== "production") {
|
|
2873
|
-
|
|
2876
|
+
PcnMilitary.propTypes = iconPropTypes;
|
|
2874
2877
|
}
|
|
2875
|
-
const
|
|
2878
|
+
const PcnPNode = /*#__PURE__*/React.forwardRef(function PcnPNode(_ref122, ref) {
|
|
2876
2879
|
let {
|
|
2877
2880
|
children,
|
|
2878
2881
|
size = 16,
|
|
@@ -2886,16 +2889,16 @@ const PhoneBlock = /*#__PURE__*/React.forwardRef(function PhoneBlock(_ref122, re
|
|
|
2886
2889
|
viewBox: "0 0 32 32",
|
|
2887
2890
|
fill: "currentColor",
|
|
2888
2891
|
...rest
|
|
2889
|
-
},
|
|
2890
|
-
d: "
|
|
2891
|
-
})),
|
|
2892
|
-
d: "
|
|
2892
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2893
|
+
d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V10.9985H14Z"
|
|
2894
|
+
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2895
|
+
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
2893
2896
|
})), children);
|
|
2894
2897
|
});
|
|
2895
2898
|
if (process.env.NODE_ENV !== "production") {
|
|
2896
|
-
|
|
2899
|
+
PcnPNode.propTypes = iconPropTypes;
|
|
2897
2900
|
}
|
|
2898
|
-
const
|
|
2901
|
+
const PcnZNode = /*#__PURE__*/React.forwardRef(function PcnZNode(_ref123, ref) {
|
|
2899
2902
|
let {
|
|
2900
2903
|
children,
|
|
2901
2904
|
size = 16,
|
|
@@ -2909,16 +2912,16 @@ const PhoneBlockFilled = /*#__PURE__*/React.forwardRef(function PhoneBlockFilled
|
|
|
2909
2912
|
viewBox: "0 0 32 32",
|
|
2910
2913
|
fill: "currentColor",
|
|
2911
2914
|
...rest
|
|
2912
|
-
},
|
|
2913
|
-
d: "M20
|
|
2914
|
-
})),
|
|
2915
|
-
d: "
|
|
2915
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2916
|
+
d: "M20 9L12 9 12 11 18 11 12 21 12 23 20 23 20 21 14 21 20 11 20 9z"
|
|
2917
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2918
|
+
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
2916
2919
|
})), children);
|
|
2917
2920
|
});
|
|
2918
2921
|
if (process.env.NODE_ENV !== "production") {
|
|
2919
|
-
|
|
2922
|
+
PcnZNode.propTypes = iconPropTypes;
|
|
2920
2923
|
}
|
|
2921
|
-
const
|
|
2924
|
+
const Pdf = /*#__PURE__*/React.forwardRef(function Pdf(_ref124, ref) {
|
|
2922
2925
|
let {
|
|
2923
2926
|
children,
|
|
2924
2927
|
size = 16,
|
|
@@ -2932,14 +2935,14 @@ const PhoneFilled = /*#__PURE__*/React.forwardRef(function PhoneFilled(_ref124,
|
|
|
2932
2935
|
viewBox: "0 0 32 32",
|
|
2933
2936
|
fill: "currentColor",
|
|
2934
2937
|
...rest
|
|
2935
|
-
},
|
|
2936
|
-
d: "
|
|
2938
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2939
|
+
d: "M30 11L30 9 22 9 22 23 24 23 24 17 29 17 29 15 24 15 24 11 30 11zM8 9H2V23H4V18H8a2 2 0 002-2V11A2 2 0 008 9zm0 7H4V11H8zM16 23H12V9h4a4 4 0 014 4v6A4 4 0 0116 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H14z"
|
|
2937
2940
|
})), children);
|
|
2938
2941
|
});
|
|
2939
2942
|
if (process.env.NODE_ENV !== "production") {
|
|
2940
|
-
|
|
2943
|
+
Pdf.propTypes = iconPropTypes;
|
|
2941
2944
|
}
|
|
2942
|
-
const
|
|
2945
|
+
const PdfReference = /*#__PURE__*/React.forwardRef(function PdfReference(_ref125, ref) {
|
|
2943
2946
|
let {
|
|
2944
2947
|
children,
|
|
2945
2948
|
size = 16,
|
|
@@ -2953,14 +2956,12 @@ const PhoneIncoming = /*#__PURE__*/React.forwardRef(function PhoneIncoming(_ref1
|
|
|
2953
2956
|
viewBox: "0 0 32 32",
|
|
2954
2957
|
fill: "currentColor",
|
|
2955
2958
|
...rest
|
|
2956
|
-
},
|
|
2957
|
-
d: "
|
|
2958
|
-
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2959
|
-
d: "M27 13L27 11 22.414 11 29 4.414 27.586 3 21 9.586 21 5 19 5 19 13 27 13z"
|
|
2959
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2960
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM22 16L24 16 24 10 29 10 29 8 24 8 24 4 30 4 30 2 22 2 22 16zM16 2H12V16h4a4 4 0 004-4V6A4 4 0 0016 2zm2 10a2 2 0 01-2 2H14V4h2a2 2 0 012 2zM8 2H2V16H4V11H8a2 2 0 002-2V4A2 2 0 008 2zM8 9H4V4H8z"
|
|
2960
2961
|
})), children);
|
|
2961
2962
|
});
|
|
2962
2963
|
if (process.env.NODE_ENV !== "production") {
|
|
2963
|
-
|
|
2964
|
+
PdfReference.propTypes = iconPropTypes;
|
|
2964
2965
|
}
|
|
2965
2966
|
|
|
2966
|
-
export { NotebookReference, Notification, NotificationCounter, NotificationFilled, NotificationNew, NotificationOff, NotificationOffFilled, NumberSmall_0, NumberSmall_1, NumberSmall_2, NumberSmall_3, NumberSmall_4, NumberSmall_5, NumberSmall_6, NumberSmall_7, NumberSmall_8, NumberSmall_9, Number_0, Number_1, Number_2, Number_3, Number_4, Number_5, Number_6, Number_7, Number_8, Number_9, Object$1 as Object, ObjectStorage, ObjectStorageAlt, ObservedHail, ObservedLightning, Omega, Opacity, OpenPanelBottom, OpenPanelFilledBottom, OpenPanelFilledLeft, OpenPanelFilledRight, OpenPanelFilledTop, OpenPanelLeft, OpenPanelRight, OpenPanelTop, OperationsField, OperationsRecord, OrderDetails, Ordinal, Outage, OutlookSevere, OverflowMenuHorizontal, OverflowMenuVertical, Overlay, Package, PackageNode, PackageTextAnalysis, PageBreak, PageFirst, PageLast, PageNumber, PaintBrush, PaintBrushAlt, PalmTree, PanHorizontal, PanVertical, PanelExpansion, Paragraph, Parameter, ParentChild, PartDefinition, PartUsage, PartitionAuto, PartitionCollection, PartitionRepartition, PartitionSame, PartitionSpecific, PartlyCloudy, PartlyCloudyNight, Partnership, PassengerDrinks, PassengerPlus, Password, Paste, Pause, PauseFilled, PauseFuture, PauseOutline, PauseOutlineFilled, PausePast, PcnENode, PcnMilitary, PcnPNode, PcnZNode, Pdf, PdfReference,
|
|
2967
|
+
export { NavaidVortac, Need, NetworkAdminControl, NetworkEnterprise, NetworkInterface, NetworkOverlay, NetworkPublic, NetworkTimeProtocol, Network_1, Network_2, Network_3, Network_3Reference, Network_4, Network_4Reference, NewTab, NextFilled, NextOutline, NoImage, NoTicket, Nominal, NonCertified, NoodleBowl, NotAvailable, NotSent, NotSentFilled, Notebook, NotebookReference, Notification, NotificationCounter, NotificationFilled, NotificationNew, NotificationOff, NotificationOffFilled, NullSign, NumberSmall_0, NumberSmall_1, NumberSmall_2, NumberSmall_3, NumberSmall_4, NumberSmall_5, NumberSmall_6, NumberSmall_7, NumberSmall_8, NumberSmall_9, Number_0, Number_1, Number_2, Number_3, Number_4, Number_5, Number_6, Number_7, Number_8, Number_9, Object$1 as Object, ObjectStorage, ObjectStorageAlt, ObservedHail, ObservedLightning, Omega, Opacity, OpenPanelBottom, OpenPanelFilledBottom, OpenPanelFilledLeft, OpenPanelFilledRight, OpenPanelFilledTop, OpenPanelLeft, OpenPanelRight, OpenPanelTop, OperationsField, OperationsRecord, OrderDetails, Ordinal, Outage, OutlookSevere, OverflowMenuHorizontal, OverflowMenuVertical, Overlay, Package, PackageNode, PackageTextAnalysis, PageBreak, PageFirst, PageLast, PageNumber, PaintBrush, PaintBrushAlt, PalmTree, PanHorizontal, PanVertical, PanelExpansion, Paragraph, Parameter, ParentChild, PartDefinition, PartUsage, PartitionAuto, PartitionCollection, PartitionRepartition, PartitionSame, PartitionSpecific, PartlyCloudy, PartlyCloudyNight, Partnership, PassengerDrinks, PassengerPlus, Password, Paste, Pause, PauseFilled, PauseFuture, PauseOutline, PauseOutlineFilled, PausePast, PcnENode, PcnMilitary, PcnPNode, PcnZNode, Pdf, PdfReference, QOperation, QOperationGauge, QOperationIf, WatsonHealthNominate, WatsonHealthPageScroll };
|