@carbon-labs/react-animated-header 0.1.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/LICENSE +201 -0
- package/es/__stories__/AnimatedHeader.stories.d.ts +17275 -0
- package/es/_virtual/_commonjsHelpers.js +12 -0
- package/es/_virtual/lottie.js +14 -0
- package/es/_virtual/lottie2.js +10 -0
- package/es/assets/index.d.ts +7 -0
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
- package/es/components/AnimatedHeader/AnimatedHeader.js +277 -0
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +94 -0
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
- package/es/components/Tiles/BaseTile/BaseTile.js +39 -0
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
- package/es/components/Tiles/GlassTile/GlassTile.js +53 -0
- package/es/components/Tiles/index.d.ts +12 -0
- package/es/data/index.d.ts +47 -0
- package/es/index.d.ts +11 -0
- package/es/index.js +11 -0
- package/es/node_modules/@carbon/icon-helpers/es/index.js +125 -0
- package/es/node_modules/@carbon/icons-react/es/Icon.js +71 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2967 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3260 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2906 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3151 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +2966 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3019 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +2923 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3076 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +2913 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +2917 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3141 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +811 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3195 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3119 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3002 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +2929 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +2978 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3017 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3149 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3084 -0
- package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
- package/es/node_modules/@carbon/icons-react/es/index.js +30 -0
- package/es/node_modules/@carbon-labs/utilities/es/usePrefix.js +20 -0
- package/es/node_modules/lottie-web/build/player/lottie.js +682 -0
- package/lib/__stories__/AnimatedHeader.stories.d.ts +17275 -0
- package/lib/_virtual/_commonjsHelpers.js +14 -0
- package/lib/_virtual/lottie.js +18 -0
- package/lib/_virtual/lottie2.js +12 -0
- package/lib/assets/index.d.ts +7 -0
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
- package/lib/components/AnimatedHeader/AnimatedHeader.js +281 -0
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +96 -0
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
- package/lib/components/Tiles/BaseTile/BaseTile.js +41 -0
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
- package/lib/components/Tiles/GlassTile/GlassTile.js +55 -0
- package/lib/components/Tiles/index.d.ts +12 -0
- package/lib/data/index.d.ts +47 -0
- package/lib/index.d.ts +11 -0
- package/lib/index.js +18 -0
- package/lib/node_modules/@carbon/icon-helpers/es/index.js +128 -0
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +75 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3093 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3386 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +3032 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3277 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +3092 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3145 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +3049 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3202 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +3039 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +3043 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3267 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +847 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3321 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3245 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3128 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +3055 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +3104 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3143 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3275 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3210 -0
- package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +16 -0
- package/lib/node_modules/@carbon/icons-react/es/index.js +2446 -0
- package/lib/node_modules/@carbon-labs/utilities/es/usePrefix.js +23 -0
- package/lib/node_modules/lottie-web/build/player/lottie.js +684 -0
- package/package.json +35 -0
- package/scss/AnimatedHeader/animated-header.scss +619 -0
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +187 -0
- package/scss/Tiles/GlassTile/glass-tile.scss +111 -0
- package/scss/animated_header.scss +10 -0
|
@@ -0,0 +1,2966 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2024
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React from 'react';
|
|
9
|
+
import Icon from '../Icon.js';
|
|
10
|
+
import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
|
|
13
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _circle, _path7, _path8, _path9, _path10, _circle2, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _circle3, _path34, _path35, _circle4, _path36, _path37, _circle5, _circle6, _circle7, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _circle8, _circle9, _circle10, _circle11, _circle12, _circle13, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _circle14, _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, _circle15, _circle16, _circle17, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _circle18, _circle19, _circle20, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196;
|
|
14
|
+
const NotebookReference = /*#__PURE__*/React.forwardRef(function NotebookReference(_ref, ref) {
|
|
15
|
+
let {
|
|
16
|
+
children,
|
|
17
|
+
size = 16,
|
|
18
|
+
...rest
|
|
19
|
+
} = _ref;
|
|
20
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
21
|
+
width: size,
|
|
22
|
+
height: size,
|
|
23
|
+
ref: ref,
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
...rest
|
|
28
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
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"
|
|
30
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
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"
|
|
32
|
+
})), children);
|
|
33
|
+
});
|
|
34
|
+
if (process.env.NODE_ENV !== "production") {
|
|
35
|
+
NotebookReference.propTypes = iconPropTypes;
|
|
36
|
+
}
|
|
37
|
+
const Notification = /*#__PURE__*/React.forwardRef(function Notification(_ref2, ref) {
|
|
38
|
+
let {
|
|
39
|
+
children,
|
|
40
|
+
size = 16,
|
|
41
|
+
...rest
|
|
42
|
+
} = _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
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
57
|
+
width: size,
|
|
58
|
+
height: size,
|
|
59
|
+
ref: ref,
|
|
60
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
61
|
+
viewBox: "0 0 32 32",
|
|
62
|
+
fill: "currentColor",
|
|
63
|
+
...rest
|
|
64
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
65
|
+
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"
|
|
66
|
+
})), children);
|
|
67
|
+
});
|
|
68
|
+
if (process.env.NODE_ENV !== "production") {
|
|
69
|
+
Notification.propTypes = iconPropTypes;
|
|
70
|
+
}
|
|
71
|
+
const NotificationFilled = /*#__PURE__*/React.forwardRef(function NotificationFilled(_ref3, ref) {
|
|
72
|
+
let {
|
|
73
|
+
children,
|
|
74
|
+
size = 16,
|
|
75
|
+
...rest
|
|
76
|
+
} = _ref3;
|
|
77
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
78
|
+
width: size,
|
|
79
|
+
height: size,
|
|
80
|
+
ref: ref,
|
|
81
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
82
|
+
viewBox: "0 0 32 32",
|
|
83
|
+
fill: "currentColor",
|
|
84
|
+
...rest
|
|
85
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
86
|
+
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"
|
|
87
|
+
})), children);
|
|
88
|
+
});
|
|
89
|
+
if (process.env.NODE_ENV !== "production") {
|
|
90
|
+
NotificationFilled.propTypes = iconPropTypes;
|
|
91
|
+
}
|
|
92
|
+
const NotificationNew = /*#__PURE__*/React.forwardRef(function NotificationNew(_ref4, ref) {
|
|
93
|
+
let {
|
|
94
|
+
children,
|
|
95
|
+
size = 16,
|
|
96
|
+
...rest
|
|
97
|
+
} = _ref4;
|
|
98
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
99
|
+
width: size,
|
|
100
|
+
height: size,
|
|
101
|
+
ref: ref,
|
|
102
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
103
|
+
viewBox: "0 0 32 32",
|
|
104
|
+
fill: "currentColor",
|
|
105
|
+
...rest
|
|
106
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
107
|
+
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"
|
|
108
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
109
|
+
cx: "26",
|
|
110
|
+
cy: "8",
|
|
111
|
+
r: "4"
|
|
112
|
+
})), children);
|
|
113
|
+
});
|
|
114
|
+
if (process.env.NODE_ENV !== "production") {
|
|
115
|
+
NotificationNew.propTypes = iconPropTypes;
|
|
116
|
+
}
|
|
117
|
+
const NotificationOff = /*#__PURE__*/React.forwardRef(function NotificationOff(_ref5, ref) {
|
|
118
|
+
let {
|
|
119
|
+
children,
|
|
120
|
+
size = 16,
|
|
121
|
+
...rest
|
|
122
|
+
} = _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
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
137
|
+
width: size,
|
|
138
|
+
height: size,
|
|
139
|
+
ref: ref,
|
|
140
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
141
|
+
viewBox: "0 0 32 32",
|
|
142
|
+
fill: "currentColor",
|
|
143
|
+
...rest
|
|
144
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
145
|
+
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"
|
|
146
|
+
})), children);
|
|
147
|
+
});
|
|
148
|
+
if (process.env.NODE_ENV !== "production") {
|
|
149
|
+
NotificationOff.propTypes = iconPropTypes;
|
|
150
|
+
}
|
|
151
|
+
const NotificationOffFilled = /*#__PURE__*/React.forwardRef(function NotificationOffFilled(_ref6, ref) {
|
|
152
|
+
let {
|
|
153
|
+
children,
|
|
154
|
+
size = 16,
|
|
155
|
+
...rest
|
|
156
|
+
} = _ref6;
|
|
157
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
158
|
+
width: size,
|
|
159
|
+
height: size,
|
|
160
|
+
ref: ref,
|
|
161
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
162
|
+
viewBox: "0 0 32 32",
|
|
163
|
+
fill: "currentColor",
|
|
164
|
+
...rest
|
|
165
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
166
|
+
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"
|
|
167
|
+
})), children);
|
|
168
|
+
});
|
|
169
|
+
if (process.env.NODE_ENV !== "production") {
|
|
170
|
+
NotificationOffFilled.propTypes = iconPropTypes;
|
|
171
|
+
}
|
|
172
|
+
const NotificationCounter = /*#__PURE__*/React.forwardRef(function NotificationCounter(_ref7, ref) {
|
|
173
|
+
let {
|
|
174
|
+
children,
|
|
175
|
+
size = 16,
|
|
176
|
+
...rest
|
|
177
|
+
} = _ref7;
|
|
178
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
179
|
+
width: size,
|
|
180
|
+
height: size,
|
|
181
|
+
ref: ref,
|
|
182
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
183
|
+
viewBox: "0 0 32 32",
|
|
184
|
+
fill: "currentColor",
|
|
185
|
+
...rest
|
|
186
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
187
|
+
strokeWidth: "0",
|
|
188
|
+
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"
|
|
189
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
190
|
+
cx: "26.5",
|
|
191
|
+
cy: "5.5",
|
|
192
|
+
r: "3.5",
|
|
193
|
+
strokeWidth: "0"
|
|
194
|
+
})), children);
|
|
195
|
+
});
|
|
196
|
+
if (process.env.NODE_ENV !== "production") {
|
|
197
|
+
NotificationCounter.propTypes = iconPropTypes;
|
|
198
|
+
}
|
|
199
|
+
const Number_0 = /*#__PURE__*/React.forwardRef(function Number_0(_ref8, ref) {
|
|
200
|
+
let {
|
|
201
|
+
children,
|
|
202
|
+
size = 16,
|
|
203
|
+
...rest
|
|
204
|
+
} = _ref8;
|
|
205
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
206
|
+
width: size,
|
|
207
|
+
height: size,
|
|
208
|
+
ref: ref,
|
|
209
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
210
|
+
viewBox: "0 0 32 32",
|
|
211
|
+
fill: "currentColor",
|
|
212
|
+
...rest
|
|
213
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
214
|
+
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"
|
|
215
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
216
|
+
d: "M15 15H17V17H15z"
|
|
217
|
+
})), children);
|
|
218
|
+
});
|
|
219
|
+
if (process.env.NODE_ENV !== "production") {
|
|
220
|
+
Number_0.propTypes = iconPropTypes;
|
|
221
|
+
}
|
|
222
|
+
const Number_1 = /*#__PURE__*/React.forwardRef(function Number_1(_ref9, ref) {
|
|
223
|
+
let {
|
|
224
|
+
children,
|
|
225
|
+
size = 16,
|
|
226
|
+
...rest
|
|
227
|
+
} = _ref9;
|
|
228
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
229
|
+
width: size,
|
|
230
|
+
height: size,
|
|
231
|
+
ref: ref,
|
|
232
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
233
|
+
viewBox: "0 0 32 32",
|
|
234
|
+
fill: "currentColor",
|
|
235
|
+
...rest
|
|
236
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
237
|
+
d: "M16,10V22h0V10m1-1H12v2h3V21H12v2h8V21H17V9Z"
|
|
238
|
+
})), children);
|
|
239
|
+
});
|
|
240
|
+
if (process.env.NODE_ENV !== "production") {
|
|
241
|
+
Number_1.propTypes = iconPropTypes;
|
|
242
|
+
}
|
|
243
|
+
const Number_2 = /*#__PURE__*/React.forwardRef(function Number_2(_ref10, ref) {
|
|
244
|
+
let {
|
|
245
|
+
children,
|
|
246
|
+
size = 16,
|
|
247
|
+
...rest
|
|
248
|
+
} = _ref10;
|
|
249
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
250
|
+
width: size,
|
|
251
|
+
height: size,
|
|
252
|
+
ref: ref,
|
|
253
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
254
|
+
viewBox: "0 0 32 32",
|
|
255
|
+
fill: "currentColor",
|
|
256
|
+
...rest
|
|
257
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
258
|
+
d: "M20,23H12V17a2,2,0,0,1,2-2h4V11H12V9h6a2,2,0,0,1,2,2v4a2,2,0,0,1-2,2H14v4h6Z"
|
|
259
|
+
})), children);
|
|
260
|
+
});
|
|
261
|
+
if (process.env.NODE_ENV !== "production") {
|
|
262
|
+
Number_2.propTypes = iconPropTypes;
|
|
263
|
+
}
|
|
264
|
+
const Number_3 = /*#__PURE__*/React.forwardRef(function Number_3(_ref11, ref) {
|
|
265
|
+
let {
|
|
266
|
+
children,
|
|
267
|
+
size = 16,
|
|
268
|
+
...rest
|
|
269
|
+
} = _ref11;
|
|
270
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
271
|
+
width: size,
|
|
272
|
+
height: size,
|
|
273
|
+
ref: ref,
|
|
274
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
275
|
+
viewBox: "0 0 32 32",
|
|
276
|
+
fill: "currentColor",
|
|
277
|
+
...rest
|
|
278
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
279
|
+
d: "M18,9H12v2h6v4H14v2h4v4H12v2h6a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Z"
|
|
280
|
+
})), children);
|
|
281
|
+
});
|
|
282
|
+
if (process.env.NODE_ENV !== "production") {
|
|
283
|
+
Number_3.propTypes = iconPropTypes;
|
|
284
|
+
}
|
|
285
|
+
const Number_4 = /*#__PURE__*/React.forwardRef(function Number_4(_ref12, ref) {
|
|
286
|
+
let {
|
|
287
|
+
children,
|
|
288
|
+
size = 16,
|
|
289
|
+
...rest
|
|
290
|
+
} = _ref12;
|
|
291
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
292
|
+
width: size,
|
|
293
|
+
height: size,
|
|
294
|
+
ref: ref,
|
|
295
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
296
|
+
viewBox: "0 0 32 32",
|
|
297
|
+
fill: "currentColor",
|
|
298
|
+
...rest
|
|
299
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
300
|
+
d: "M18,10v8h0V10m1-1H17v8H14V9H12V19h5v4h2V19h1V17H19V9Z"
|
|
301
|
+
})), children);
|
|
302
|
+
});
|
|
303
|
+
if (process.env.NODE_ENV !== "production") {
|
|
304
|
+
Number_4.propTypes = iconPropTypes;
|
|
305
|
+
}
|
|
306
|
+
const Number_5 = /*#__PURE__*/React.forwardRef(function Number_5(_ref13, ref) {
|
|
307
|
+
let {
|
|
308
|
+
children,
|
|
309
|
+
size = 16,
|
|
310
|
+
...rest
|
|
311
|
+
} = _ref13;
|
|
312
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
313
|
+
width: size,
|
|
314
|
+
height: size,
|
|
315
|
+
ref: ref,
|
|
316
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
317
|
+
viewBox: "0 0 32 32",
|
|
318
|
+
fill: "currentColor",
|
|
319
|
+
...rest
|
|
320
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
321
|
+
d: "M18,23H12V21h6V17H12V9h8v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z"
|
|
322
|
+
})), children);
|
|
323
|
+
});
|
|
324
|
+
if (process.env.NODE_ENV !== "production") {
|
|
325
|
+
Number_5.propTypes = iconPropTypes;
|
|
326
|
+
}
|
|
327
|
+
const Number_6 = /*#__PURE__*/React.forwardRef(function Number_6(_ref14, ref) {
|
|
328
|
+
let {
|
|
329
|
+
children,
|
|
330
|
+
size = 16,
|
|
331
|
+
...rest
|
|
332
|
+
} = _ref14;
|
|
333
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
334
|
+
width: size,
|
|
335
|
+
height: size,
|
|
336
|
+
ref: ref,
|
|
337
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
338
|
+
viewBox: "0 0 32 32",
|
|
339
|
+
fill: "currentColor",
|
|
340
|
+
...rest
|
|
341
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
342
|
+
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"
|
|
343
|
+
})), children);
|
|
344
|
+
});
|
|
345
|
+
if (process.env.NODE_ENV !== "production") {
|
|
346
|
+
Number_6.propTypes = iconPropTypes;
|
|
347
|
+
}
|
|
348
|
+
const Number_7 = /*#__PURE__*/React.forwardRef(function Number_7(_ref15, ref) {
|
|
349
|
+
let {
|
|
350
|
+
children,
|
|
351
|
+
size = 16,
|
|
352
|
+
...rest
|
|
353
|
+
} = _ref15;
|
|
354
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
355
|
+
width: size,
|
|
356
|
+
height: size,
|
|
357
|
+
ref: ref,
|
|
358
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
359
|
+
viewBox: "0 0 32 32",
|
|
360
|
+
fill: "currentColor",
|
|
361
|
+
...rest
|
|
362
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
363
|
+
d: "M20 9L12 9 12 13 14 13 14 11 17.85 11 13 23 15.16 23 20 11 20 9z"
|
|
364
|
+
})), children);
|
|
365
|
+
});
|
|
366
|
+
if (process.env.NODE_ENV !== "production") {
|
|
367
|
+
Number_7.propTypes = iconPropTypes;
|
|
368
|
+
}
|
|
369
|
+
const Number_8 = /*#__PURE__*/React.forwardRef(function Number_8(_ref16, ref) {
|
|
370
|
+
let {
|
|
371
|
+
children,
|
|
372
|
+
size = 16,
|
|
373
|
+
...rest
|
|
374
|
+
} = _ref16;
|
|
375
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
376
|
+
width: size,
|
|
377
|
+
height: size,
|
|
378
|
+
ref: ref,
|
|
379
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
380
|
+
viewBox: "0 0 32 32",
|
|
381
|
+
fill: "currentColor",
|
|
382
|
+
...rest
|
|
383
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
384
|
+
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"
|
|
385
|
+
})), children);
|
|
386
|
+
});
|
|
387
|
+
if (process.env.NODE_ENV !== "production") {
|
|
388
|
+
Number_8.propTypes = iconPropTypes;
|
|
389
|
+
}
|
|
390
|
+
const Number_9 = /*#__PURE__*/React.forwardRef(function Number_9(_ref17, ref) {
|
|
391
|
+
let {
|
|
392
|
+
children,
|
|
393
|
+
size = 16,
|
|
394
|
+
...rest
|
|
395
|
+
} = _ref17;
|
|
396
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
397
|
+
width: size,
|
|
398
|
+
height: size,
|
|
399
|
+
ref: ref,
|
|
400
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
401
|
+
viewBox: "0 0 32 32",
|
|
402
|
+
fill: "currentColor",
|
|
403
|
+
...rest
|
|
404
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
405
|
+
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"
|
|
406
|
+
})), children);
|
|
407
|
+
});
|
|
408
|
+
if (process.env.NODE_ENV !== "production") {
|
|
409
|
+
Number_9.propTypes = iconPropTypes;
|
|
410
|
+
}
|
|
411
|
+
const NumberSmall_0 = /*#__PURE__*/React.forwardRef(function NumberSmall_0(_ref18, ref) {
|
|
412
|
+
let {
|
|
413
|
+
children,
|
|
414
|
+
size = 16,
|
|
415
|
+
...rest
|
|
416
|
+
} = _ref18;
|
|
417
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
418
|
+
width: size,
|
|
419
|
+
height: size,
|
|
420
|
+
ref: ref,
|
|
421
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
422
|
+
viewBox: "0 0 32 32",
|
|
423
|
+
fill: "currentColor",
|
|
424
|
+
...rest
|
|
425
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
426
|
+
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"
|
|
427
|
+
})), children);
|
|
428
|
+
});
|
|
429
|
+
if (process.env.NODE_ENV !== "production") {
|
|
430
|
+
NumberSmall_0.propTypes = iconPropTypes;
|
|
431
|
+
}
|
|
432
|
+
const NumberSmall_1 = /*#__PURE__*/React.forwardRef(function NumberSmall_1(_ref19, ref) {
|
|
433
|
+
let {
|
|
434
|
+
children,
|
|
435
|
+
size = 16,
|
|
436
|
+
...rest
|
|
437
|
+
} = _ref19;
|
|
438
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
439
|
+
width: size,
|
|
440
|
+
height: size,
|
|
441
|
+
ref: ref,
|
|
442
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
443
|
+
viewBox: "0 0 32 32",
|
|
444
|
+
fill: "currentColor",
|
|
445
|
+
...rest
|
|
446
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
447
|
+
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"
|
|
448
|
+
})), children);
|
|
449
|
+
});
|
|
450
|
+
if (process.env.NODE_ENV !== "production") {
|
|
451
|
+
NumberSmall_1.propTypes = iconPropTypes;
|
|
452
|
+
}
|
|
453
|
+
const NumberSmall_2 = /*#__PURE__*/React.forwardRef(function NumberSmall_2(_ref20, ref) {
|
|
454
|
+
let {
|
|
455
|
+
children,
|
|
456
|
+
size = 16,
|
|
457
|
+
...rest
|
|
458
|
+
} = _ref20;
|
|
459
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
460
|
+
width: size,
|
|
461
|
+
height: size,
|
|
462
|
+
ref: ref,
|
|
463
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
464
|
+
viewBox: "0 0 32 32",
|
|
465
|
+
fill: "currentColor",
|
|
466
|
+
...rest
|
|
467
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
468
|
+
d: "M19,21H13V17a2,2,0,0,1,2-2h2V13H13V11h4a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H15v2h4Z"
|
|
469
|
+
})), children);
|
|
470
|
+
});
|
|
471
|
+
if (process.env.NODE_ENV !== "production") {
|
|
472
|
+
NumberSmall_2.propTypes = iconPropTypes;
|
|
473
|
+
}
|
|
474
|
+
const NumberSmall_3 = /*#__PURE__*/React.forwardRef(function NumberSmall_3(_ref21, ref) {
|
|
475
|
+
let {
|
|
476
|
+
children,
|
|
477
|
+
size = 16,
|
|
478
|
+
...rest
|
|
479
|
+
} = _ref21;
|
|
480
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
481
|
+
width: size,
|
|
482
|
+
height: size,
|
|
483
|
+
ref: ref,
|
|
484
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
485
|
+
viewBox: "0 0 32 32",
|
|
486
|
+
fill: "currentColor",
|
|
487
|
+
...rest
|
|
488
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
489
|
+
d: "M17,11H13v2h4v2H14v2h3v2H13v2h4a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Z"
|
|
490
|
+
})), children);
|
|
491
|
+
});
|
|
492
|
+
if (process.env.NODE_ENV !== "production") {
|
|
493
|
+
NumberSmall_3.propTypes = iconPropTypes;
|
|
494
|
+
}
|
|
495
|
+
const NumberSmall_4 = /*#__PURE__*/React.forwardRef(function NumberSmall_4(_ref22, ref) {
|
|
496
|
+
let {
|
|
497
|
+
children,
|
|
498
|
+
size = 16,
|
|
499
|
+
...rest
|
|
500
|
+
} = _ref22;
|
|
501
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
502
|
+
width: size,
|
|
503
|
+
height: size,
|
|
504
|
+
ref: ref,
|
|
505
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
506
|
+
viewBox: "0 0 32 32",
|
|
507
|
+
fill: "currentColor",
|
|
508
|
+
...rest
|
|
509
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
510
|
+
d: "M17 11L17 15 15 15 15 11 13 11 13 17 17 17 17 21 19 21 19 11 17 11z"
|
|
511
|
+
})), children);
|
|
512
|
+
});
|
|
513
|
+
if (process.env.NODE_ENV !== "production") {
|
|
514
|
+
NumberSmall_4.propTypes = iconPropTypes;
|
|
515
|
+
}
|
|
516
|
+
const NumberSmall_5 = /*#__PURE__*/React.forwardRef(function NumberSmall_5(_ref23, ref) {
|
|
517
|
+
let {
|
|
518
|
+
children,
|
|
519
|
+
size = 16,
|
|
520
|
+
...rest
|
|
521
|
+
} = _ref23;
|
|
522
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
523
|
+
width: size,
|
|
524
|
+
height: size,
|
|
525
|
+
ref: ref,
|
|
526
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
527
|
+
viewBox: "0 0 32 32",
|
|
528
|
+
fill: "currentColor",
|
|
529
|
+
...rest
|
|
530
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
531
|
+
d: "M17,21H13V19h4V17H13V11h6v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Z"
|
|
532
|
+
})), children);
|
|
533
|
+
});
|
|
534
|
+
if (process.env.NODE_ENV !== "production") {
|
|
535
|
+
NumberSmall_5.propTypes = iconPropTypes;
|
|
536
|
+
}
|
|
537
|
+
const NumberSmall_6 = /*#__PURE__*/React.forwardRef(function NumberSmall_6(_ref24, ref) {
|
|
538
|
+
let {
|
|
539
|
+
children,
|
|
540
|
+
size = 16,
|
|
541
|
+
...rest
|
|
542
|
+
} = _ref24;
|
|
543
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
544
|
+
width: size,
|
|
545
|
+
height: size,
|
|
546
|
+
ref: ref,
|
|
547
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
548
|
+
viewBox: "0 0 32 32",
|
|
549
|
+
fill: "currentColor",
|
|
550
|
+
...rest
|
|
551
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
552
|
+
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"
|
|
553
|
+
})), children);
|
|
554
|
+
});
|
|
555
|
+
if (process.env.NODE_ENV !== "production") {
|
|
556
|
+
NumberSmall_6.propTypes = iconPropTypes;
|
|
557
|
+
}
|
|
558
|
+
const NumberSmall_7 = /*#__PURE__*/React.forwardRef(function NumberSmall_7(_ref25, ref) {
|
|
559
|
+
let {
|
|
560
|
+
children,
|
|
561
|
+
size = 16,
|
|
562
|
+
...rest
|
|
563
|
+
} = _ref25;
|
|
564
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
565
|
+
width: size,
|
|
566
|
+
height: size,
|
|
567
|
+
ref: ref,
|
|
568
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
569
|
+
viewBox: "0 0 32 32",
|
|
570
|
+
fill: "currentColor",
|
|
571
|
+
...rest
|
|
572
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
573
|
+
d: "M16.44 21L14.44 21 17 13 15 13 15 14 13 14 13 11 19 11 19 13 16.44 21z"
|
|
574
|
+
})), children);
|
|
575
|
+
});
|
|
576
|
+
if (process.env.NODE_ENV !== "production") {
|
|
577
|
+
NumberSmall_7.propTypes = iconPropTypes;
|
|
578
|
+
}
|
|
579
|
+
const NumberSmall_8 = /*#__PURE__*/React.forwardRef(function NumberSmall_8(_ref26, ref) {
|
|
580
|
+
let {
|
|
581
|
+
children,
|
|
582
|
+
size = 16,
|
|
583
|
+
...rest
|
|
584
|
+
} = _ref26;
|
|
585
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
586
|
+
width: size,
|
|
587
|
+
height: size,
|
|
588
|
+
ref: ref,
|
|
589
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
590
|
+
viewBox: "0 0 32 32",
|
|
591
|
+
fill: "currentColor",
|
|
592
|
+
...rest
|
|
593
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
594
|
+
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"
|
|
595
|
+
})), children);
|
|
596
|
+
});
|
|
597
|
+
if (process.env.NODE_ENV !== "production") {
|
|
598
|
+
NumberSmall_8.propTypes = iconPropTypes;
|
|
599
|
+
}
|
|
600
|
+
const NumberSmall_9 = /*#__PURE__*/React.forwardRef(function NumberSmall_9(_ref27, ref) {
|
|
601
|
+
let {
|
|
602
|
+
children,
|
|
603
|
+
size = 16,
|
|
604
|
+
...rest
|
|
605
|
+
} = _ref27;
|
|
606
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
607
|
+
width: size,
|
|
608
|
+
height: size,
|
|
609
|
+
ref: ref,
|
|
610
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
611
|
+
viewBox: "0 0 32 32",
|
|
612
|
+
fill: "currentColor",
|
|
613
|
+
...rest
|
|
614
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
615
|
+
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"
|
|
616
|
+
})), children);
|
|
617
|
+
});
|
|
618
|
+
if (process.env.NODE_ENV !== "production") {
|
|
619
|
+
NumberSmall_9.propTypes = iconPropTypes;
|
|
620
|
+
}
|
|
621
|
+
const Object$1 = /*#__PURE__*/React.forwardRef(function Object(_ref28, ref) {
|
|
622
|
+
let {
|
|
623
|
+
children,
|
|
624
|
+
size = 16,
|
|
625
|
+
...rest
|
|
626
|
+
} = _ref28;
|
|
627
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
628
|
+
width: size,
|
|
629
|
+
height: size,
|
|
630
|
+
ref: ref,
|
|
631
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
632
|
+
viewBox: "0 0 32 32",
|
|
633
|
+
fill: "currentColor",
|
|
634
|
+
...rest
|
|
635
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
636
|
+
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"
|
|
637
|
+
})), children);
|
|
638
|
+
});
|
|
639
|
+
if (process.env.NODE_ENV !== "production") {
|
|
640
|
+
Object$1.propTypes = iconPropTypes;
|
|
641
|
+
}
|
|
642
|
+
const ObjectStorage = /*#__PURE__*/React.forwardRef(function ObjectStorage(_ref29, ref) {
|
|
643
|
+
let {
|
|
644
|
+
children,
|
|
645
|
+
size = 16,
|
|
646
|
+
...rest
|
|
647
|
+
} = _ref29;
|
|
648
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
649
|
+
width: size,
|
|
650
|
+
height: size,
|
|
651
|
+
ref: ref,
|
|
652
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
653
|
+
viewBox: "0 0 32 32",
|
|
654
|
+
fill: "currentColor",
|
|
655
|
+
...rest
|
|
656
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
657
|
+
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"
|
|
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"
|
|
664
|
+
})), children);
|
|
665
|
+
});
|
|
666
|
+
if (process.env.NODE_ENV !== "production") {
|
|
667
|
+
ObjectStorage.propTypes = iconPropTypes;
|
|
668
|
+
}
|
|
669
|
+
const ObjectStorageAlt = /*#__PURE__*/React.forwardRef(function ObjectStorageAlt(_ref30, ref) {
|
|
670
|
+
let {
|
|
671
|
+
children,
|
|
672
|
+
size = 16,
|
|
673
|
+
...rest
|
|
674
|
+
} = _ref30;
|
|
675
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
676
|
+
width: size,
|
|
677
|
+
height: size,
|
|
678
|
+
ref: ref,
|
|
679
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
680
|
+
viewBox: "0 0 32 32",
|
|
681
|
+
fill: "currentColor",
|
|
682
|
+
...rest
|
|
683
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
684
|
+
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"
|
|
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"
|
|
691
|
+
})), children);
|
|
692
|
+
});
|
|
693
|
+
if (process.env.NODE_ENV !== "production") {
|
|
694
|
+
ObjectStorageAlt.propTypes = iconPropTypes;
|
|
695
|
+
}
|
|
696
|
+
const ObservedHail = /*#__PURE__*/React.forwardRef(function ObservedHail(_ref31, ref) {
|
|
697
|
+
let {
|
|
698
|
+
children,
|
|
699
|
+
size = 16,
|
|
700
|
+
...rest
|
|
701
|
+
} = _ref31;
|
|
702
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
703
|
+
width: size,
|
|
704
|
+
height: size,
|
|
705
|
+
ref: ref,
|
|
706
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
707
|
+
viewBox: "0 0 32 32",
|
|
708
|
+
fill: "currentColor",
|
|
709
|
+
...rest
|
|
710
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
711
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
712
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
713
|
+
cx: "13.5",
|
|
714
|
+
cy: "23.5",
|
|
715
|
+
r: "1.5"
|
|
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)"
|
|
730
|
+
})), children);
|
|
731
|
+
});
|
|
732
|
+
if (process.env.NODE_ENV !== "production") {
|
|
733
|
+
ObservedHail.propTypes = iconPropTypes;
|
|
734
|
+
}
|
|
735
|
+
const ObservedLightning = /*#__PURE__*/React.forwardRef(function ObservedLightning(_ref32, ref) {
|
|
736
|
+
let {
|
|
737
|
+
children,
|
|
738
|
+
size = 16,
|
|
739
|
+
...rest
|
|
740
|
+
} = _ref32;
|
|
741
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
742
|
+
width: size,
|
|
743
|
+
height: size,
|
|
744
|
+
ref: ref,
|
|
745
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
746
|
+
viewBox: "0 0 32 32",
|
|
747
|
+
fill: "currentColor",
|
|
748
|
+
...rest
|
|
749
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
750
|
+
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"
|
|
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"
|
|
753
|
+
})), children);
|
|
754
|
+
});
|
|
755
|
+
if (process.env.NODE_ENV !== "production") {
|
|
756
|
+
ObservedLightning.propTypes = iconPropTypes;
|
|
757
|
+
}
|
|
758
|
+
const Omega = /*#__PURE__*/React.forwardRef(function Omega(_ref33, ref) {
|
|
759
|
+
let {
|
|
760
|
+
children,
|
|
761
|
+
size = 16,
|
|
762
|
+
...rest
|
|
763
|
+
} = _ref33;
|
|
764
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
765
|
+
width: size,
|
|
766
|
+
height: size,
|
|
767
|
+
ref: ref,
|
|
768
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
769
|
+
viewBox: "0 0 32 32",
|
|
770
|
+
fill: "currentColor",
|
|
771
|
+
...rest
|
|
772
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
773
|
+
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"
|
|
774
|
+
})), children);
|
|
775
|
+
});
|
|
776
|
+
if (process.env.NODE_ENV !== "production") {
|
|
777
|
+
Omega.propTypes = iconPropTypes;
|
|
778
|
+
}
|
|
779
|
+
const Opacity = /*#__PURE__*/React.forwardRef(function Opacity(_ref34, ref) {
|
|
780
|
+
let {
|
|
781
|
+
children,
|
|
782
|
+
size = 16,
|
|
783
|
+
...rest
|
|
784
|
+
} = _ref34;
|
|
785
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
786
|
+
width: size,
|
|
787
|
+
height: size,
|
|
788
|
+
ref: ref,
|
|
789
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
790
|
+
viewBox: "0 0 32 32",
|
|
791
|
+
fill: "currentColor",
|
|
792
|
+
...rest
|
|
793
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
794
|
+
d: "M6 6H10V10H6zM10 10H14V14H10zM14 6H18V10H14zM22 6H26V10H22zM6 14H10V18H6zM14 14H18V18H14zM22 14H26V18H22zM6 22H10V26H6zM14 22H18V26H14zM22 22H26V26H22zM18 10H22V14H18zM10 18H14V22H10zM18 18H22V22H18z"
|
|
795
|
+
})), children);
|
|
796
|
+
});
|
|
797
|
+
if (process.env.NODE_ENV !== "production") {
|
|
798
|
+
Opacity.propTypes = iconPropTypes;
|
|
799
|
+
}
|
|
800
|
+
const OpenPanelBottom = /*#__PURE__*/React.forwardRef(function OpenPanelBottom(_ref35, ref) {
|
|
801
|
+
let {
|
|
802
|
+
children,
|
|
803
|
+
size = 16,
|
|
804
|
+
...rest
|
|
805
|
+
} = _ref35;
|
|
806
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
807
|
+
width: size,
|
|
808
|
+
height: size,
|
|
809
|
+
ref: ref,
|
|
810
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
811
|
+
viewBox: "0 0 32 32",
|
|
812
|
+
fill: "currentColor",
|
|
813
|
+
...rest
|
|
814
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
815
|
+
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"
|
|
816
|
+
})), children);
|
|
817
|
+
});
|
|
818
|
+
if (process.env.NODE_ENV !== "production") {
|
|
819
|
+
OpenPanelBottom.propTypes = iconPropTypes;
|
|
820
|
+
}
|
|
821
|
+
const OpenPanelFilledBottom = /*#__PURE__*/React.forwardRef(function OpenPanelFilledBottom(_ref36, ref) {
|
|
822
|
+
let {
|
|
823
|
+
children,
|
|
824
|
+
size = 16,
|
|
825
|
+
...rest
|
|
826
|
+
} = _ref36;
|
|
827
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
828
|
+
width: size,
|
|
829
|
+
height: size,
|
|
830
|
+
ref: ref,
|
|
831
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
832
|
+
viewBox: "0 0 32 32",
|
|
833
|
+
fill: "currentColor",
|
|
834
|
+
...rest
|
|
835
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
836
|
+
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"
|
|
837
|
+
})), children);
|
|
838
|
+
});
|
|
839
|
+
if (process.env.NODE_ENV !== "production") {
|
|
840
|
+
OpenPanelFilledBottom.propTypes = iconPropTypes;
|
|
841
|
+
}
|
|
842
|
+
const OpenPanelFilledLeft = /*#__PURE__*/React.forwardRef(function OpenPanelFilledLeft(_ref37, ref) {
|
|
843
|
+
let {
|
|
844
|
+
children,
|
|
845
|
+
size = 16,
|
|
846
|
+
...rest
|
|
847
|
+
} = _ref37;
|
|
848
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
849
|
+
width: size,
|
|
850
|
+
height: size,
|
|
851
|
+
ref: ref,
|
|
852
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
853
|
+
viewBox: "0 0 32 32",
|
|
854
|
+
fill: "currentColor",
|
|
855
|
+
...rest
|
|
856
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
857
|
+
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"
|
|
858
|
+
})), children);
|
|
859
|
+
});
|
|
860
|
+
if (process.env.NODE_ENV !== "production") {
|
|
861
|
+
OpenPanelFilledLeft.propTypes = iconPropTypes;
|
|
862
|
+
}
|
|
863
|
+
const OpenPanelFilledRight = /*#__PURE__*/React.forwardRef(function OpenPanelFilledRight(_ref38, ref) {
|
|
864
|
+
let {
|
|
865
|
+
children,
|
|
866
|
+
size = 16,
|
|
867
|
+
...rest
|
|
868
|
+
} = _ref38;
|
|
869
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
870
|
+
width: size,
|
|
871
|
+
height: size,
|
|
872
|
+
ref: ref,
|
|
873
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
874
|
+
viewBox: "0 0 32 32",
|
|
875
|
+
fill: "currentColor",
|
|
876
|
+
...rest
|
|
877
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
878
|
+
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"
|
|
879
|
+
})), children);
|
|
880
|
+
});
|
|
881
|
+
if (process.env.NODE_ENV !== "production") {
|
|
882
|
+
OpenPanelFilledRight.propTypes = iconPropTypes;
|
|
883
|
+
}
|
|
884
|
+
const OpenPanelFilledTop = /*#__PURE__*/React.forwardRef(function OpenPanelFilledTop(_ref39, ref) {
|
|
885
|
+
let {
|
|
886
|
+
children,
|
|
887
|
+
size = 16,
|
|
888
|
+
...rest
|
|
889
|
+
} = _ref39;
|
|
890
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
891
|
+
width: size,
|
|
892
|
+
height: size,
|
|
893
|
+
ref: ref,
|
|
894
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
895
|
+
viewBox: "0 0 32 32",
|
|
896
|
+
fill: "currentColor",
|
|
897
|
+
...rest
|
|
898
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
899
|
+
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"
|
|
900
|
+
})), children);
|
|
901
|
+
});
|
|
902
|
+
if (process.env.NODE_ENV !== "production") {
|
|
903
|
+
OpenPanelFilledTop.propTypes = iconPropTypes;
|
|
904
|
+
}
|
|
905
|
+
const OpenPanelLeft = /*#__PURE__*/React.forwardRef(function OpenPanelLeft(_ref40, ref) {
|
|
906
|
+
let {
|
|
907
|
+
children,
|
|
908
|
+
size = 16,
|
|
909
|
+
...rest
|
|
910
|
+
} = _ref40;
|
|
911
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
912
|
+
width: size,
|
|
913
|
+
height: size,
|
|
914
|
+
ref: ref,
|
|
915
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
916
|
+
viewBox: "0 0 32 32",
|
|
917
|
+
fill: "currentColor",
|
|
918
|
+
...rest
|
|
919
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
920
|
+
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"
|
|
921
|
+
})), children);
|
|
922
|
+
});
|
|
923
|
+
if (process.env.NODE_ENV !== "production") {
|
|
924
|
+
OpenPanelLeft.propTypes = iconPropTypes;
|
|
925
|
+
}
|
|
926
|
+
const OpenPanelRight = /*#__PURE__*/React.forwardRef(function OpenPanelRight(_ref41, ref) {
|
|
927
|
+
let {
|
|
928
|
+
children,
|
|
929
|
+
size = 16,
|
|
930
|
+
...rest
|
|
931
|
+
} = _ref41;
|
|
932
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
933
|
+
width: size,
|
|
934
|
+
height: size,
|
|
935
|
+
ref: ref,
|
|
936
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
937
|
+
viewBox: "0 0 32 32",
|
|
938
|
+
fill: "currentColor",
|
|
939
|
+
...rest
|
|
940
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
941
|
+
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"
|
|
942
|
+
})), children);
|
|
943
|
+
});
|
|
944
|
+
if (process.env.NODE_ENV !== "production") {
|
|
945
|
+
OpenPanelRight.propTypes = iconPropTypes;
|
|
946
|
+
}
|
|
947
|
+
const OpenPanelTop = /*#__PURE__*/React.forwardRef(function OpenPanelTop(_ref42, ref) {
|
|
948
|
+
let {
|
|
949
|
+
children,
|
|
950
|
+
size = 16,
|
|
951
|
+
...rest
|
|
952
|
+
} = _ref42;
|
|
953
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
954
|
+
width: size,
|
|
955
|
+
height: size,
|
|
956
|
+
ref: ref,
|
|
957
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
958
|
+
viewBox: "0 0 32 32",
|
|
959
|
+
fill: "currentColor",
|
|
960
|
+
...rest
|
|
961
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
962
|
+
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"
|
|
963
|
+
})), children);
|
|
964
|
+
});
|
|
965
|
+
if (process.env.NODE_ENV !== "production") {
|
|
966
|
+
OpenPanelTop.propTypes = iconPropTypes;
|
|
967
|
+
}
|
|
968
|
+
const QOperation = /*#__PURE__*/React.forwardRef(function QOperation(_ref43, ref) {
|
|
969
|
+
let {
|
|
970
|
+
children,
|
|
971
|
+
size = 16,
|
|
972
|
+
...rest
|
|
973
|
+
} = _ref43;
|
|
974
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
975
|
+
width: size,
|
|
976
|
+
height: size,
|
|
977
|
+
ref: ref,
|
|
978
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
979
|
+
viewBox: "0 0 32 32",
|
|
980
|
+
fill: "currentColor",
|
|
981
|
+
...rest
|
|
982
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
983
|
+
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"
|
|
984
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
985
|
+
d: "M13 15H15V17H13z"
|
|
986
|
+
})), children);
|
|
987
|
+
});
|
|
988
|
+
if (process.env.NODE_ENV !== "production") {
|
|
989
|
+
QOperation.propTypes = iconPropTypes;
|
|
990
|
+
}
|
|
991
|
+
const QOperationGauge = /*#__PURE__*/React.forwardRef(function QOperationGauge(_ref44, ref) {
|
|
992
|
+
let {
|
|
993
|
+
children,
|
|
994
|
+
size = 16,
|
|
995
|
+
...rest
|
|
996
|
+
} = _ref44;
|
|
997
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
998
|
+
width: size,
|
|
999
|
+
height: size,
|
|
1000
|
+
ref: ref,
|
|
1001
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1002
|
+
viewBox: "0 0 32 32",
|
|
1003
|
+
fill: "currentColor",
|
|
1004
|
+
...rest
|
|
1005
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
1006
|
+
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"
|
|
1007
|
+
})), children);
|
|
1008
|
+
});
|
|
1009
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1010
|
+
QOperationGauge.propTypes = iconPropTypes;
|
|
1011
|
+
}
|
|
1012
|
+
const QOperationIf = /*#__PURE__*/React.forwardRef(function QOperationIf(_ref45, ref) {
|
|
1013
|
+
let {
|
|
1014
|
+
children,
|
|
1015
|
+
size = 16,
|
|
1016
|
+
...rest
|
|
1017
|
+
} = _ref45;
|
|
1018
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1019
|
+
width: size,
|
|
1020
|
+
height: size,
|
|
1021
|
+
ref: ref,
|
|
1022
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1023
|
+
viewBox: "0 0 32 32",
|
|
1024
|
+
fill: "currentColor",
|
|
1025
|
+
...rest
|
|
1026
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
1027
|
+
d: "M12 13H14V23H12zM12 9H14V11H12zM23 11V9H20a2 2 0 00-2 2v2H16v2h2v8h2V15h3V13H20V11z"
|
|
1028
|
+
})), children);
|
|
1029
|
+
});
|
|
1030
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1031
|
+
QOperationIf.propTypes = iconPropTypes;
|
|
1032
|
+
}
|
|
1033
|
+
const OperationsField = /*#__PURE__*/React.forwardRef(function OperationsField(_ref46, ref) {
|
|
1034
|
+
let {
|
|
1035
|
+
children,
|
|
1036
|
+
size = 16,
|
|
1037
|
+
...rest
|
|
1038
|
+
} = _ref46;
|
|
1039
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1040
|
+
width: size,
|
|
1041
|
+
height: size,
|
|
1042
|
+
ref: ref,
|
|
1043
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1044
|
+
viewBox: "0 0 32 32",
|
|
1045
|
+
fill: "currentColor",
|
|
1046
|
+
...rest
|
|
1047
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
1048
|
+
d: "M16 6H26V8H16z",
|
|
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"
|
|
1060
|
+
})), children);
|
|
1061
|
+
});
|
|
1062
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1063
|
+
OperationsField.propTypes = iconPropTypes;
|
|
1064
|
+
}
|
|
1065
|
+
const OperationsRecord = /*#__PURE__*/React.forwardRef(function OperationsRecord(_ref47, ref) {
|
|
1066
|
+
let {
|
|
1067
|
+
children,
|
|
1068
|
+
size = 16,
|
|
1069
|
+
...rest
|
|
1070
|
+
} = _ref47;
|
|
1071
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1072
|
+
width: size,
|
|
1073
|
+
height: size,
|
|
1074
|
+
ref: ref,
|
|
1075
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1076
|
+
viewBox: "0 0 32 32",
|
|
1077
|
+
fill: "currentColor",
|
|
1078
|
+
...rest
|
|
1079
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
1080
|
+
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"
|
|
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"
|
|
1083
|
+
})), children);
|
|
1084
|
+
});
|
|
1085
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1086
|
+
OperationsRecord.propTypes = iconPropTypes;
|
|
1087
|
+
}
|
|
1088
|
+
const OrderDetails = /*#__PURE__*/React.forwardRef(function OrderDetails(_ref48, ref) {
|
|
1089
|
+
let {
|
|
1090
|
+
children,
|
|
1091
|
+
size = 16,
|
|
1092
|
+
...rest
|
|
1093
|
+
} = _ref48;
|
|
1094
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1095
|
+
width: size,
|
|
1096
|
+
height: size,
|
|
1097
|
+
ref: ref,
|
|
1098
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1099
|
+
viewBox: "0 0 32 32",
|
|
1100
|
+
fill: "currentColor",
|
|
1101
|
+
...rest
|
|
1102
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
1103
|
+
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"
|
|
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"
|
|
1106
|
+
})), children);
|
|
1107
|
+
});
|
|
1108
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1109
|
+
OrderDetails.propTypes = iconPropTypes;
|
|
1110
|
+
}
|
|
1111
|
+
const Ordinal = /*#__PURE__*/React.forwardRef(function Ordinal(_ref49, ref) {
|
|
1112
|
+
let {
|
|
1113
|
+
children,
|
|
1114
|
+
size = 16,
|
|
1115
|
+
...rest
|
|
1116
|
+
} = _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
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1131
|
+
width: size,
|
|
1132
|
+
height: size,
|
|
1133
|
+
ref: ref,
|
|
1134
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1135
|
+
viewBox: "0 0 32 32",
|
|
1136
|
+
fill: "currentColor",
|
|
1137
|
+
...rest
|
|
1138
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1139
|
+
d: "M26,26V4H18v6H12v6H6V26H2v2H30V26ZM8,26V18h4v8Zm6,0V12h4V26Zm6,0V6h4V26Z"
|
|
1140
|
+
})), children);
|
|
1141
|
+
});
|
|
1142
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1143
|
+
Ordinal.propTypes = iconPropTypes;
|
|
1144
|
+
}
|
|
1145
|
+
const Outage = /*#__PURE__*/React.forwardRef(function Outage(_ref50, ref) {
|
|
1146
|
+
let {
|
|
1147
|
+
children,
|
|
1148
|
+
size = 16,
|
|
1149
|
+
...rest
|
|
1150
|
+
} = _ref50;
|
|
1151
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1152
|
+
width: size,
|
|
1153
|
+
height: size,
|
|
1154
|
+
ref: ref,
|
|
1155
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1156
|
+
viewBox: "0 0 32 32",
|
|
1157
|
+
fill: "currentColor",
|
|
1158
|
+
...rest
|
|
1159
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1160
|
+
d: "M12 24H21V26H12zM13 28H19V30H13z"
|
|
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"
|
|
1163
|
+
})), children);
|
|
1164
|
+
});
|
|
1165
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1166
|
+
Outage.propTypes = iconPropTypes;
|
|
1167
|
+
}
|
|
1168
|
+
const OutlookSevere = /*#__PURE__*/React.forwardRef(function OutlookSevere(_ref51, ref) {
|
|
1169
|
+
let {
|
|
1170
|
+
children,
|
|
1171
|
+
size = 16,
|
|
1172
|
+
...rest
|
|
1173
|
+
} = _ref51;
|
|
1174
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1175
|
+
width: size,
|
|
1176
|
+
height: size,
|
|
1177
|
+
ref: ref,
|
|
1178
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1179
|
+
viewBox: "0 0 32 32",
|
|
1180
|
+
fill: "currentColor",
|
|
1181
|
+
...rest
|
|
1182
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1183
|
+
fill: "none",
|
|
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"
|
|
1189
|
+
})), children);
|
|
1190
|
+
});
|
|
1191
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1192
|
+
OutlookSevere.propTypes = iconPropTypes;
|
|
1193
|
+
}
|
|
1194
|
+
const OverflowMenuHorizontal = /*#__PURE__*/React.forwardRef(function OverflowMenuHorizontal(_ref52, ref) {
|
|
1195
|
+
let {
|
|
1196
|
+
children,
|
|
1197
|
+
size = 16,
|
|
1198
|
+
...rest
|
|
1199
|
+
} = _ref52;
|
|
1200
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1201
|
+
width: size,
|
|
1202
|
+
height: size,
|
|
1203
|
+
ref: ref,
|
|
1204
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1205
|
+
viewBox: "0 0 32 32",
|
|
1206
|
+
fill: "currentColor",
|
|
1207
|
+
...rest
|
|
1208
|
+
}, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
1209
|
+
cx: "8",
|
|
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"
|
|
1220
|
+
})), children);
|
|
1221
|
+
});
|
|
1222
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1223
|
+
OverflowMenuHorizontal.propTypes = iconPropTypes;
|
|
1224
|
+
}
|
|
1225
|
+
const OverflowMenuVertical = /*#__PURE__*/React.forwardRef(function OverflowMenuVertical(_ref53, ref) {
|
|
1226
|
+
let {
|
|
1227
|
+
children,
|
|
1228
|
+
size = 16,
|
|
1229
|
+
...rest
|
|
1230
|
+
} = _ref53;
|
|
1231
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1232
|
+
width: size,
|
|
1233
|
+
height: size,
|
|
1234
|
+
ref: ref,
|
|
1235
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1236
|
+
viewBox: "0 0 32 32",
|
|
1237
|
+
fill: "currentColor",
|
|
1238
|
+
...rest
|
|
1239
|
+
}, _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
1240
|
+
cx: "16",
|
|
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"
|
|
1251
|
+
})), children);
|
|
1252
|
+
});
|
|
1253
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1254
|
+
OverflowMenuVertical.propTypes = iconPropTypes;
|
|
1255
|
+
}
|
|
1256
|
+
const Overlay = /*#__PURE__*/React.forwardRef(function Overlay(_ref54, ref) {
|
|
1257
|
+
let {
|
|
1258
|
+
children,
|
|
1259
|
+
size = 16,
|
|
1260
|
+
...rest
|
|
1261
|
+
} = _ref54;
|
|
1262
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1263
|
+
width: size,
|
|
1264
|
+
height: size,
|
|
1265
|
+
ref: ref,
|
|
1266
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1267
|
+
viewBox: "0 0 32 32",
|
|
1268
|
+
fill: "currentColor",
|
|
1269
|
+
...rest
|
|
1270
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1271
|
+
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"
|
|
1272
|
+
})), children);
|
|
1273
|
+
});
|
|
1274
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1275
|
+
Overlay.propTypes = iconPropTypes;
|
|
1276
|
+
}
|
|
1277
|
+
const Package = /*#__PURE__*/React.forwardRef(function Package(_ref55, ref) {
|
|
1278
|
+
let {
|
|
1279
|
+
children,
|
|
1280
|
+
size = 16,
|
|
1281
|
+
...rest
|
|
1282
|
+
} = _ref55;
|
|
1283
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1284
|
+
width: size,
|
|
1285
|
+
height: size,
|
|
1286
|
+
ref: ref,
|
|
1287
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1288
|
+
viewBox: "0 0 32 32",
|
|
1289
|
+
fill: "currentColor",
|
|
1290
|
+
...rest
|
|
1291
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1292
|
+
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"
|
|
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"
|
|
1295
|
+
})), children);
|
|
1296
|
+
});
|
|
1297
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1298
|
+
Package.propTypes = iconPropTypes;
|
|
1299
|
+
}
|
|
1300
|
+
const PackageTextAnalysis = /*#__PURE__*/React.forwardRef(function PackageTextAnalysis(_ref56, ref) {
|
|
1301
|
+
let {
|
|
1302
|
+
children,
|
|
1303
|
+
size = 16,
|
|
1304
|
+
...rest
|
|
1305
|
+
} = _ref56;
|
|
1306
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1307
|
+
width: size,
|
|
1308
|
+
height: size,
|
|
1309
|
+
ref: ref,
|
|
1310
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1311
|
+
viewBox: "0 0 32 32",
|
|
1312
|
+
fill: "currentColor",
|
|
1313
|
+
...rest
|
|
1314
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1315
|
+
d: "M13 22H19V24H13z"
|
|
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"
|
|
1318
|
+
})), children);
|
|
1319
|
+
});
|
|
1320
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1321
|
+
PackageTextAnalysis.propTypes = iconPropTypes;
|
|
1322
|
+
}
|
|
1323
|
+
const PackageNode = /*#__PURE__*/React.forwardRef(function PackageNode(_ref57, ref) {
|
|
1324
|
+
let {
|
|
1325
|
+
children,
|
|
1326
|
+
size = 16,
|
|
1327
|
+
...rest
|
|
1328
|
+
} = _ref57;
|
|
1329
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1330
|
+
width: size,
|
|
1331
|
+
height: size,
|
|
1332
|
+
ref: ref,
|
|
1333
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1334
|
+
viewBox: "0 0 32 32",
|
|
1335
|
+
fill: "currentColor",
|
|
1336
|
+
...rest
|
|
1337
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1338
|
+
strokeWidth: "0",
|
|
1339
|
+
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"
|
|
1340
|
+
})), children);
|
|
1341
|
+
});
|
|
1342
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1343
|
+
PackageNode.propTypes = iconPropTypes;
|
|
1344
|
+
}
|
|
1345
|
+
const PageFirst = /*#__PURE__*/React.forwardRef(function PageFirst(_ref58, ref) {
|
|
1346
|
+
let {
|
|
1347
|
+
children,
|
|
1348
|
+
size = 16,
|
|
1349
|
+
...rest
|
|
1350
|
+
} = _ref58;
|
|
1351
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1352
|
+
width: size,
|
|
1353
|
+
height: size,
|
|
1354
|
+
ref: ref,
|
|
1355
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1356
|
+
viewBox: "0 0 32 32",
|
|
1357
|
+
fill: "currentColor",
|
|
1358
|
+
...rest
|
|
1359
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1360
|
+
d: "M14 16L24 6 25.4 7.4 16.8 16 25.4 24.6 24 26zM8 4H10V28H8z"
|
|
1361
|
+
})), children);
|
|
1362
|
+
});
|
|
1363
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1364
|
+
PageFirst.propTypes = iconPropTypes;
|
|
1365
|
+
}
|
|
1366
|
+
const PageLast = /*#__PURE__*/React.forwardRef(function PageLast(_ref59, ref) {
|
|
1367
|
+
let {
|
|
1368
|
+
children,
|
|
1369
|
+
size = 16,
|
|
1370
|
+
...rest
|
|
1371
|
+
} = _ref59;
|
|
1372
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1373
|
+
width: size,
|
|
1374
|
+
height: size,
|
|
1375
|
+
ref: ref,
|
|
1376
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1377
|
+
viewBox: "0 0 32 32",
|
|
1378
|
+
fill: "currentColor",
|
|
1379
|
+
...rest
|
|
1380
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1381
|
+
d: "M18 16L8 26 6.6 24.6 15.2 16 6.6 7.4 8 6zM22 4H24V28H22z"
|
|
1382
|
+
})), children);
|
|
1383
|
+
});
|
|
1384
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1385
|
+
PageLast.propTypes = iconPropTypes;
|
|
1386
|
+
}
|
|
1387
|
+
const PageBreak = /*#__PURE__*/React.forwardRef(function PageBreak(_ref60, ref) {
|
|
1388
|
+
let {
|
|
1389
|
+
children,
|
|
1390
|
+
size = 16,
|
|
1391
|
+
...rest
|
|
1392
|
+
} = _ref60;
|
|
1393
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1394
|
+
width: size,
|
|
1395
|
+
height: size,
|
|
1396
|
+
ref: ref,
|
|
1397
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1398
|
+
viewBox: "0 0 32 32",
|
|
1399
|
+
fill: "currentColor",
|
|
1400
|
+
...rest
|
|
1401
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1402
|
+
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"
|
|
1403
|
+
})), children);
|
|
1404
|
+
});
|
|
1405
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1406
|
+
PageBreak.propTypes = iconPropTypes;
|
|
1407
|
+
}
|
|
1408
|
+
const PageNumber = /*#__PURE__*/React.forwardRef(function PageNumber(_ref61, ref) {
|
|
1409
|
+
let {
|
|
1410
|
+
children,
|
|
1411
|
+
size = 16,
|
|
1412
|
+
...rest
|
|
1413
|
+
} = _ref61;
|
|
1414
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1415
|
+
width: size,
|
|
1416
|
+
height: size,
|
|
1417
|
+
ref: ref,
|
|
1418
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1419
|
+
viewBox: "0 0 32 32",
|
|
1420
|
+
fill: "currentColor",
|
|
1421
|
+
...rest
|
|
1422
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1423
|
+
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"
|
|
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"
|
|
1426
|
+
})), children);
|
|
1427
|
+
});
|
|
1428
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1429
|
+
PageNumber.propTypes = iconPropTypes;
|
|
1430
|
+
}
|
|
1431
|
+
const WatsonHealthPageScroll = /*#__PURE__*/React.forwardRef(function WatsonHealthPageScroll(_ref62, ref) {
|
|
1432
|
+
let {
|
|
1433
|
+
children,
|
|
1434
|
+
size = 16,
|
|
1435
|
+
...rest
|
|
1436
|
+
} = _ref62;
|
|
1437
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1438
|
+
width: size,
|
|
1439
|
+
height: size,
|
|
1440
|
+
ref: ref,
|
|
1441
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1442
|
+
viewBox: "0 0 32 32",
|
|
1443
|
+
fill: "currentColor",
|
|
1444
|
+
...rest
|
|
1445
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1446
|
+
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"
|
|
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"
|
|
1451
|
+
})), children);
|
|
1452
|
+
});
|
|
1453
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1454
|
+
WatsonHealthPageScroll.propTypes = iconPropTypes;
|
|
1455
|
+
}
|
|
1456
|
+
const PaintBrush = /*#__PURE__*/React.forwardRef(function PaintBrush(_ref63, ref) {
|
|
1457
|
+
let {
|
|
1458
|
+
children,
|
|
1459
|
+
size = 16,
|
|
1460
|
+
...rest
|
|
1461
|
+
} = _ref63;
|
|
1462
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1463
|
+
width: size,
|
|
1464
|
+
height: size,
|
|
1465
|
+
ref: ref,
|
|
1466
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1467
|
+
viewBox: "0 0 32 32",
|
|
1468
|
+
fill: "currentColor",
|
|
1469
|
+
...rest
|
|
1470
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1471
|
+
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"
|
|
1472
|
+
})), children);
|
|
1473
|
+
});
|
|
1474
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1475
|
+
PaintBrush.propTypes = iconPropTypes;
|
|
1476
|
+
}
|
|
1477
|
+
const PaintBrushAlt = /*#__PURE__*/React.forwardRef(function PaintBrushAlt(_ref64, ref) {
|
|
1478
|
+
let {
|
|
1479
|
+
children,
|
|
1480
|
+
size = 16,
|
|
1481
|
+
...rest
|
|
1482
|
+
} = _ref64;
|
|
1483
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1484
|
+
width: size,
|
|
1485
|
+
height: size,
|
|
1486
|
+
ref: ref,
|
|
1487
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1488
|
+
viewBox: "0 0 32 32",
|
|
1489
|
+
fill: "currentColor",
|
|
1490
|
+
...rest
|
|
1491
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1492
|
+
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"
|
|
1493
|
+
})), children);
|
|
1494
|
+
});
|
|
1495
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1496
|
+
PaintBrushAlt.propTypes = iconPropTypes;
|
|
1497
|
+
}
|
|
1498
|
+
const PalmTree = /*#__PURE__*/React.forwardRef(function PalmTree(_ref65, ref) {
|
|
1499
|
+
let {
|
|
1500
|
+
children,
|
|
1501
|
+
size = 16,
|
|
1502
|
+
...rest
|
|
1503
|
+
} = _ref65;
|
|
1504
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1505
|
+
width: size,
|
|
1506
|
+
height: size,
|
|
1507
|
+
ref: ref,
|
|
1508
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1509
|
+
viewBox: "0 0 32 32",
|
|
1510
|
+
fill: "currentColor",
|
|
1511
|
+
...rest
|
|
1512
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1513
|
+
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"
|
|
1514
|
+
})), children);
|
|
1515
|
+
});
|
|
1516
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1517
|
+
PalmTree.propTypes = iconPropTypes;
|
|
1518
|
+
}
|
|
1519
|
+
const PanHorizontal = /*#__PURE__*/React.forwardRef(function PanHorizontal(_ref66, ref) {
|
|
1520
|
+
let {
|
|
1521
|
+
children,
|
|
1522
|
+
size = 16,
|
|
1523
|
+
...rest
|
|
1524
|
+
} = _ref66;
|
|
1525
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1526
|
+
width: size,
|
|
1527
|
+
height: size,
|
|
1528
|
+
ref: ref,
|
|
1529
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1530
|
+
viewBox: "0 0 32 32",
|
|
1531
|
+
fill: "currentColor",
|
|
1532
|
+
...rest
|
|
1533
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1534
|
+
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"
|
|
1535
|
+
})), children);
|
|
1536
|
+
});
|
|
1537
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1538
|
+
PanHorizontal.propTypes = iconPropTypes;
|
|
1539
|
+
}
|
|
1540
|
+
const PanVertical = /*#__PURE__*/React.forwardRef(function PanVertical(_ref67, ref) {
|
|
1541
|
+
let {
|
|
1542
|
+
children,
|
|
1543
|
+
size = 16,
|
|
1544
|
+
...rest
|
|
1545
|
+
} = _ref67;
|
|
1546
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1547
|
+
width: size,
|
|
1548
|
+
height: size,
|
|
1549
|
+
ref: ref,
|
|
1550
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1551
|
+
viewBox: "0 0 32 32",
|
|
1552
|
+
fill: "currentColor",
|
|
1553
|
+
...rest
|
|
1554
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1555
|
+
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"
|
|
1556
|
+
})), children);
|
|
1557
|
+
});
|
|
1558
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1559
|
+
PanVertical.propTypes = iconPropTypes;
|
|
1560
|
+
}
|
|
1561
|
+
const PanelExpansion = /*#__PURE__*/React.forwardRef(function PanelExpansion(_ref68, ref) {
|
|
1562
|
+
let {
|
|
1563
|
+
children,
|
|
1564
|
+
size = 16,
|
|
1565
|
+
...rest
|
|
1566
|
+
} = _ref68;
|
|
1567
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1568
|
+
width: size,
|
|
1569
|
+
height: size,
|
|
1570
|
+
ref: ref,
|
|
1571
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1572
|
+
viewBox: "0 0 32 32",
|
|
1573
|
+
fill: "currentColor",
|
|
1574
|
+
...rest
|
|
1575
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1576
|
+
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"
|
|
1577
|
+
})), children);
|
|
1578
|
+
});
|
|
1579
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1580
|
+
PanelExpansion.propTypes = iconPropTypes;
|
|
1581
|
+
}
|
|
1582
|
+
const Paragraph = /*#__PURE__*/React.forwardRef(function Paragraph(_ref69, ref) {
|
|
1583
|
+
let {
|
|
1584
|
+
children,
|
|
1585
|
+
size = 16,
|
|
1586
|
+
...rest
|
|
1587
|
+
} = _ref69;
|
|
1588
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1589
|
+
width: size,
|
|
1590
|
+
height: size,
|
|
1591
|
+
ref: ref,
|
|
1592
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1593
|
+
viewBox: "0 0 32 32",
|
|
1594
|
+
fill: "currentColor",
|
|
1595
|
+
...rest
|
|
1596
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1597
|
+
d: "M27,4H13a7,7,0,0,0,0,14V28h2V6h5V28h2V6h5ZM13,16A5,5,0,0,1,13,6Z"
|
|
1598
|
+
})), children);
|
|
1599
|
+
});
|
|
1600
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1601
|
+
Paragraph.propTypes = iconPropTypes;
|
|
1602
|
+
}
|
|
1603
|
+
const Parameter = /*#__PURE__*/React.forwardRef(function Parameter(_ref70, ref) {
|
|
1604
|
+
let {
|
|
1605
|
+
children,
|
|
1606
|
+
size = 16,
|
|
1607
|
+
...rest
|
|
1608
|
+
} = _ref70;
|
|
1609
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1610
|
+
width: size,
|
|
1611
|
+
height: size,
|
|
1612
|
+
ref: ref,
|
|
1613
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1614
|
+
viewBox: "0 0 32 32",
|
|
1615
|
+
fill: "currentColor",
|
|
1616
|
+
...rest
|
|
1617
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1618
|
+
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"
|
|
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"
|
|
1624
|
+
})), children);
|
|
1625
|
+
});
|
|
1626
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1627
|
+
Parameter.propTypes = iconPropTypes;
|
|
1628
|
+
}
|
|
1629
|
+
const ParentChild = /*#__PURE__*/React.forwardRef(function ParentChild(_ref71, ref) {
|
|
1630
|
+
let {
|
|
1631
|
+
children,
|
|
1632
|
+
size = 16,
|
|
1633
|
+
...rest
|
|
1634
|
+
} = _ref71;
|
|
1635
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1636
|
+
width: size,
|
|
1637
|
+
height: size,
|
|
1638
|
+
ref: ref,
|
|
1639
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1640
|
+
viewBox: "0 0 32 32",
|
|
1641
|
+
fill: "currentColor",
|
|
1642
|
+
...rest
|
|
1643
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1644
|
+
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"
|
|
1645
|
+
})), children);
|
|
1646
|
+
});
|
|
1647
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1648
|
+
ParentChild.propTypes = iconPropTypes;
|
|
1649
|
+
}
|
|
1650
|
+
const PartDefinition = /*#__PURE__*/React.forwardRef(function PartDefinition(_ref72, ref) {
|
|
1651
|
+
let {
|
|
1652
|
+
children,
|
|
1653
|
+
size = 16,
|
|
1654
|
+
...rest
|
|
1655
|
+
} = _ref72;
|
|
1656
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1657
|
+
width: size,
|
|
1658
|
+
height: size,
|
|
1659
|
+
ref: ref,
|
|
1660
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1661
|
+
viewBox: "0 0 32 32",
|
|
1662
|
+
fill: "currentColor",
|
|
1663
|
+
...rest
|
|
1664
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1665
|
+
strokeWidth: "0",
|
|
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"
|
|
1670
|
+
})), children);
|
|
1671
|
+
});
|
|
1672
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1673
|
+
PartDefinition.propTypes = iconPropTypes;
|
|
1674
|
+
}
|
|
1675
|
+
const PartUsage = /*#__PURE__*/React.forwardRef(function PartUsage(_ref73, ref) {
|
|
1676
|
+
let {
|
|
1677
|
+
children,
|
|
1678
|
+
size = 16,
|
|
1679
|
+
...rest
|
|
1680
|
+
} = _ref73;
|
|
1681
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1682
|
+
width: size,
|
|
1683
|
+
height: size,
|
|
1684
|
+
ref: ref,
|
|
1685
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1686
|
+
viewBox: "0 0 32 32",
|
|
1687
|
+
fill: "currentColor",
|
|
1688
|
+
...rest
|
|
1689
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1690
|
+
strokeWidth: "0",
|
|
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"
|
|
1695
|
+
})), children);
|
|
1696
|
+
});
|
|
1697
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1698
|
+
PartUsage.propTypes = iconPropTypes;
|
|
1699
|
+
}
|
|
1700
|
+
const PartitionAuto = /*#__PURE__*/React.forwardRef(function PartitionAuto(_ref74, ref) {
|
|
1701
|
+
let {
|
|
1702
|
+
children,
|
|
1703
|
+
size = 16,
|
|
1704
|
+
...rest
|
|
1705
|
+
} = _ref74;
|
|
1706
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1707
|
+
width: size,
|
|
1708
|
+
height: size,
|
|
1709
|
+
ref: ref,
|
|
1710
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1711
|
+
viewBox: "0 0 32 32",
|
|
1712
|
+
fill: "currentColor",
|
|
1713
|
+
...rest
|
|
1714
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1715
|
+
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"
|
|
1716
|
+
})), children);
|
|
1717
|
+
});
|
|
1718
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1719
|
+
PartitionAuto.propTypes = iconPropTypes;
|
|
1720
|
+
}
|
|
1721
|
+
const PartitionCollection = /*#__PURE__*/React.forwardRef(function PartitionCollection(_ref75, ref) {
|
|
1722
|
+
let {
|
|
1723
|
+
children,
|
|
1724
|
+
size = 16,
|
|
1725
|
+
...rest
|
|
1726
|
+
} = _ref75;
|
|
1727
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1728
|
+
width: size,
|
|
1729
|
+
height: size,
|
|
1730
|
+
ref: ref,
|
|
1731
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1732
|
+
viewBox: "0 0 32 32",
|
|
1733
|
+
fill: "currentColor",
|
|
1734
|
+
...rest
|
|
1735
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1736
|
+
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"
|
|
1737
|
+
})), children);
|
|
1738
|
+
});
|
|
1739
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1740
|
+
PartitionCollection.propTypes = iconPropTypes;
|
|
1741
|
+
}
|
|
1742
|
+
const PartitionRepartition = /*#__PURE__*/React.forwardRef(function PartitionRepartition(_ref76, ref) {
|
|
1743
|
+
let {
|
|
1744
|
+
children,
|
|
1745
|
+
size = 16,
|
|
1746
|
+
...rest
|
|
1747
|
+
} = _ref76;
|
|
1748
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1749
|
+
width: size,
|
|
1750
|
+
height: size,
|
|
1751
|
+
ref: ref,
|
|
1752
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1753
|
+
viewBox: "0 0 32 32",
|
|
1754
|
+
fill: "currentColor",
|
|
1755
|
+
...rest
|
|
1756
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1757
|
+
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"
|
|
1758
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1759
|
+
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"
|
|
1760
|
+
})), children);
|
|
1761
|
+
});
|
|
1762
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1763
|
+
PartitionRepartition.propTypes = iconPropTypes;
|
|
1764
|
+
}
|
|
1765
|
+
const PartitionSame = /*#__PURE__*/React.forwardRef(function PartitionSame(_ref77, ref) {
|
|
1766
|
+
let {
|
|
1767
|
+
children,
|
|
1768
|
+
size = 16,
|
|
1769
|
+
...rest
|
|
1770
|
+
} = _ref77;
|
|
1771
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1772
|
+
width: size,
|
|
1773
|
+
height: size,
|
|
1774
|
+
ref: ref,
|
|
1775
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1776
|
+
viewBox: "0 0 32 32",
|
|
1777
|
+
fill: "currentColor",
|
|
1778
|
+
...rest
|
|
1779
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1780
|
+
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"
|
|
1781
|
+
})), children);
|
|
1782
|
+
});
|
|
1783
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1784
|
+
PartitionSame.propTypes = iconPropTypes;
|
|
1785
|
+
}
|
|
1786
|
+
const PartitionSpecific = /*#__PURE__*/React.forwardRef(function PartitionSpecific(_ref78, ref) {
|
|
1787
|
+
let {
|
|
1788
|
+
children,
|
|
1789
|
+
size = 16,
|
|
1790
|
+
...rest
|
|
1791
|
+
} = _ref78;
|
|
1792
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1793
|
+
width: size,
|
|
1794
|
+
height: size,
|
|
1795
|
+
ref: ref,
|
|
1796
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1797
|
+
viewBox: "0 0 32 32",
|
|
1798
|
+
fill: "currentColor",
|
|
1799
|
+
...rest
|
|
1800
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1801
|
+
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"
|
|
1802
|
+
})), children);
|
|
1803
|
+
});
|
|
1804
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1805
|
+
PartitionSpecific.propTypes = iconPropTypes;
|
|
1806
|
+
}
|
|
1807
|
+
const PartlyCloudy = /*#__PURE__*/React.forwardRef(function PartlyCloudy(_ref79, ref) {
|
|
1808
|
+
let {
|
|
1809
|
+
children,
|
|
1810
|
+
size = 16,
|
|
1811
|
+
...rest
|
|
1812
|
+
} = _ref79;
|
|
1813
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1814
|
+
width: size,
|
|
1815
|
+
height: size,
|
|
1816
|
+
ref: ref,
|
|
1817
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1818
|
+
viewBox: "0 0 32 32",
|
|
1819
|
+
fill: "currentColor",
|
|
1820
|
+
...rest
|
|
1821
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1822
|
+
d: "M27 15H31V17H27z"
|
|
1823
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1824
|
+
d: "M23.086 5.794H27.329V7.794H23.086z",
|
|
1825
|
+
transform: "rotate(-45 25.207 6.794)"
|
|
1826
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1827
|
+
d: "M15 1H17V5H15z"
|
|
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"
|
|
1836
|
+
})), children);
|
|
1837
|
+
});
|
|
1838
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1839
|
+
PartlyCloudy.propTypes = iconPropTypes;
|
|
1840
|
+
}
|
|
1841
|
+
const PartlyCloudyNight = /*#__PURE__*/React.forwardRef(function PartlyCloudyNight(_ref80, ref) {
|
|
1842
|
+
let {
|
|
1843
|
+
children,
|
|
1844
|
+
size = 16,
|
|
1845
|
+
...rest
|
|
1846
|
+
} = _ref80;
|
|
1847
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1848
|
+
width: size,
|
|
1849
|
+
height: size,
|
|
1850
|
+
ref: ref,
|
|
1851
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1852
|
+
viewBox: "0 0 32 32",
|
|
1853
|
+
fill: "currentColor",
|
|
1854
|
+
...rest
|
|
1855
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1856
|
+
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"
|
|
1857
|
+
})), children);
|
|
1858
|
+
});
|
|
1859
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1860
|
+
PartlyCloudyNight.propTypes = iconPropTypes;
|
|
1861
|
+
}
|
|
1862
|
+
const Partnership = /*#__PURE__*/React.forwardRef(function Partnership(_ref81, ref) {
|
|
1863
|
+
let {
|
|
1864
|
+
children,
|
|
1865
|
+
size = 16,
|
|
1866
|
+
...rest
|
|
1867
|
+
} = _ref81;
|
|
1868
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1869
|
+
width: size,
|
|
1870
|
+
height: size,
|
|
1871
|
+
ref: ref,
|
|
1872
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1873
|
+
viewBox: "0 0 32 32",
|
|
1874
|
+
fill: "currentColor",
|
|
1875
|
+
...rest
|
|
1876
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1877
|
+
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"
|
|
1878
|
+
})), children);
|
|
1879
|
+
});
|
|
1880
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1881
|
+
Partnership.propTypes = iconPropTypes;
|
|
1882
|
+
}
|
|
1883
|
+
const PassengerDrinks = /*#__PURE__*/React.forwardRef(function PassengerDrinks(_ref82, ref) {
|
|
1884
|
+
let {
|
|
1885
|
+
children,
|
|
1886
|
+
size = 16,
|
|
1887
|
+
...rest
|
|
1888
|
+
} = _ref82;
|
|
1889
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1890
|
+
width: size,
|
|
1891
|
+
height: size,
|
|
1892
|
+
ref: ref,
|
|
1893
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1894
|
+
viewBox: "0 0 32 32",
|
|
1895
|
+
fill: "currentColor",
|
|
1896
|
+
...rest
|
|
1897
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1898
|
+
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"
|
|
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"
|
|
1901
|
+
})), children);
|
|
1902
|
+
});
|
|
1903
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1904
|
+
PassengerDrinks.propTypes = iconPropTypes;
|
|
1905
|
+
}
|
|
1906
|
+
const PassengerPlus = /*#__PURE__*/React.forwardRef(function PassengerPlus(_ref83, ref) {
|
|
1907
|
+
let {
|
|
1908
|
+
children,
|
|
1909
|
+
size = 16,
|
|
1910
|
+
...rest
|
|
1911
|
+
} = _ref83;
|
|
1912
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1913
|
+
width: size,
|
|
1914
|
+
height: size,
|
|
1915
|
+
ref: ref,
|
|
1916
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1917
|
+
viewBox: "0 0 32 32",
|
|
1918
|
+
fill: "currentColor",
|
|
1919
|
+
...rest
|
|
1920
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1921
|
+
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"
|
|
1922
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1923
|
+
d: "M18,28H7.7676A2.0025,2.0025,0,0,1,5.835,26.5151L2.033,12.2576l1.9326-.5152L7.7676,26H18Z"
|
|
1924
|
+
})), children);
|
|
1925
|
+
});
|
|
1926
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1927
|
+
PassengerPlus.propTypes = iconPropTypes;
|
|
1928
|
+
}
|
|
1929
|
+
const Password = /*#__PURE__*/React.forwardRef(function Password(_ref84, ref) {
|
|
1930
|
+
let {
|
|
1931
|
+
children,
|
|
1932
|
+
size = 16,
|
|
1933
|
+
...rest
|
|
1934
|
+
} = _ref84;
|
|
1935
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1936
|
+
width: size,
|
|
1937
|
+
height: size,
|
|
1938
|
+
ref: ref,
|
|
1939
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1940
|
+
viewBox: "0 0 32 32",
|
|
1941
|
+
fill: "currentColor",
|
|
1942
|
+
...rest
|
|
1943
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1944
|
+
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"
|
|
1945
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
1946
|
+
cx: "22",
|
|
1947
|
+
cy: "10",
|
|
1948
|
+
r: "2"
|
|
1949
|
+
})), children);
|
|
1950
|
+
});
|
|
1951
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1952
|
+
Password.propTypes = iconPropTypes;
|
|
1953
|
+
}
|
|
1954
|
+
const Paste = /*#__PURE__*/React.forwardRef(function Paste(_ref85, ref) {
|
|
1955
|
+
let {
|
|
1956
|
+
children,
|
|
1957
|
+
size = 16,
|
|
1958
|
+
...rest
|
|
1959
|
+
} = _ref85;
|
|
1960
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1961
|
+
width: size,
|
|
1962
|
+
height: size,
|
|
1963
|
+
ref: ref,
|
|
1964
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1965
|
+
viewBox: "0 0 32 32",
|
|
1966
|
+
fill: "currentColor",
|
|
1967
|
+
...rest
|
|
1968
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1969
|
+
d: "M26,20H17.83l2.58-2.59L19,16l-5,5,5,5,1.41-1.41L17.83,22H26v8h2V22A2,2,0,0,0,26,20Z"
|
|
1970
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
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"
|
|
1972
|
+
})), children);
|
|
1973
|
+
});
|
|
1974
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1975
|
+
Paste.propTypes = iconPropTypes;
|
|
1976
|
+
}
|
|
1977
|
+
const Pause = /*#__PURE__*/React.forwardRef(function Pause(_ref86, ref) {
|
|
1978
|
+
let {
|
|
1979
|
+
children,
|
|
1980
|
+
size = 16,
|
|
1981
|
+
...rest
|
|
1982
|
+
} = _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
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1997
|
+
width: size,
|
|
1998
|
+
height: size,
|
|
1999
|
+
ref: ref,
|
|
2000
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2001
|
+
viewBox: "0 0 32 32",
|
|
2002
|
+
fill: "currentColor",
|
|
2003
|
+
...rest
|
|
2004
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
2005
|
+
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"
|
|
2006
|
+
})), children);
|
|
2007
|
+
});
|
|
2008
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2009
|
+
Pause.propTypes = iconPropTypes;
|
|
2010
|
+
}
|
|
2011
|
+
const PauseFilled = /*#__PURE__*/React.forwardRef(function PauseFilled(_ref87, ref) {
|
|
2012
|
+
let {
|
|
2013
|
+
children,
|
|
2014
|
+
size = 16,
|
|
2015
|
+
...rest
|
|
2016
|
+
} = _ref87;
|
|
2017
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2018
|
+
width: size,
|
|
2019
|
+
height: size,
|
|
2020
|
+
ref: ref,
|
|
2021
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2022
|
+
viewBox: "0 0 32 32",
|
|
2023
|
+
fill: "currentColor",
|
|
2024
|
+
...rest
|
|
2025
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
2026
|
+
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"
|
|
2027
|
+
})), children);
|
|
2028
|
+
});
|
|
2029
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2030
|
+
PauseFilled.propTypes = iconPropTypes;
|
|
2031
|
+
}
|
|
2032
|
+
const PauseOutline = /*#__PURE__*/React.forwardRef(function PauseOutline(_ref88, ref) {
|
|
2033
|
+
let {
|
|
2034
|
+
children,
|
|
2035
|
+
size = 16,
|
|
2036
|
+
...rest
|
|
2037
|
+
} = _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
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2054
|
+
width: size,
|
|
2055
|
+
height: size,
|
|
2056
|
+
ref: ref,
|
|
2057
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2058
|
+
viewBox: "0 0 32 32",
|
|
2059
|
+
fill: "currentColor",
|
|
2060
|
+
...rest
|
|
2061
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
2062
|
+
d: "M14 10L12 10 12 22 14 22 14 10 14 10zM20 10L18 10 18 22 20 22 20 10 20 10z"
|
|
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"
|
|
2065
|
+
})), children);
|
|
2066
|
+
});
|
|
2067
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2068
|
+
PauseOutline.propTypes = iconPropTypes;
|
|
2069
|
+
}
|
|
2070
|
+
const PauseOutlineFilled = /*#__PURE__*/React.forwardRef(function PauseOutlineFilled(_ref89, ref) {
|
|
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
|
+
}
|
|
2089
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2090
|
+
width: size,
|
|
2091
|
+
height: size,
|
|
2092
|
+
ref: ref,
|
|
2093
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2094
|
+
viewBox: "0 0 32 32",
|
|
2095
|
+
fill: "currentColor",
|
|
2096
|
+
...rest
|
|
2097
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
2098
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,22H12V10h2Zm6,0H18V10h2Z"
|
|
2099
|
+
})), children);
|
|
2100
|
+
});
|
|
2101
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2102
|
+
PauseOutlineFilled.propTypes = iconPropTypes;
|
|
2103
|
+
}
|
|
2104
|
+
const PauseFuture = /*#__PURE__*/React.forwardRef(function PauseFuture(_ref90, ref) {
|
|
2105
|
+
let {
|
|
2106
|
+
children,
|
|
2107
|
+
size = 16,
|
|
2108
|
+
...rest
|
|
2109
|
+
} = _ref90;
|
|
2110
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2111
|
+
width: size,
|
|
2112
|
+
height: size,
|
|
2113
|
+
ref: ref,
|
|
2114
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2115
|
+
viewBox: "0 0 32 32",
|
|
2116
|
+
fill: "currentColor",
|
|
2117
|
+
...rest
|
|
2118
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
2119
|
+
d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
|
|
2120
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
2121
|
+
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"
|
|
2122
|
+
})), children);
|
|
2123
|
+
});
|
|
2124
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2125
|
+
PauseFuture.propTypes = iconPropTypes;
|
|
2126
|
+
}
|
|
2127
|
+
const PausePast = /*#__PURE__*/React.forwardRef(function PausePast(_ref91, ref) {
|
|
2128
|
+
let {
|
|
2129
|
+
children,
|
|
2130
|
+
size = 16,
|
|
2131
|
+
...rest
|
|
2132
|
+
} = _ref91;
|
|
2133
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2134
|
+
width: size,
|
|
2135
|
+
height: size,
|
|
2136
|
+
ref: ref,
|
|
2137
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2138
|
+
viewBox: "0 0 32 32",
|
|
2139
|
+
fill: "currentColor",
|
|
2140
|
+
...rest
|
|
2141
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
2142
|
+
d: "M14 11L12 11 12 22 14 22 14 11 14 11zM20 11L18 11 18 22 20 22 20 11 20 11z"
|
|
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"
|
|
2145
|
+
})), children);
|
|
2146
|
+
});
|
|
2147
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2148
|
+
PausePast.propTypes = iconPropTypes;
|
|
2149
|
+
}
|
|
2150
|
+
const PcnENode = /*#__PURE__*/React.forwardRef(function PcnENode(_ref92, ref) {
|
|
2151
|
+
let {
|
|
2152
|
+
children,
|
|
2153
|
+
size = 16,
|
|
2154
|
+
...rest
|
|
2155
|
+
} = _ref92;
|
|
2156
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2157
|
+
width: size,
|
|
2158
|
+
height: size,
|
|
2159
|
+
ref: ref,
|
|
2160
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2161
|
+
viewBox: "0 0 32 32",
|
|
2162
|
+
fill: "currentColor",
|
|
2163
|
+
...rest
|
|
2164
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
2165
|
+
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"
|
|
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"
|
|
2168
|
+
})), children);
|
|
2169
|
+
});
|
|
2170
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2171
|
+
PcnENode.propTypes = iconPropTypes;
|
|
2172
|
+
}
|
|
2173
|
+
const PcnMilitary = /*#__PURE__*/React.forwardRef(function PcnMilitary(_ref93, ref) {
|
|
2174
|
+
let {
|
|
2175
|
+
children,
|
|
2176
|
+
size = 16,
|
|
2177
|
+
...rest
|
|
2178
|
+
} = _ref93;
|
|
2179
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2180
|
+
width: size,
|
|
2181
|
+
height: size,
|
|
2182
|
+
ref: ref,
|
|
2183
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2184
|
+
viewBox: "0 0 32 32",
|
|
2185
|
+
fill: "currentColor",
|
|
2186
|
+
...rest
|
|
2187
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
2188
|
+
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"
|
|
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"
|
|
2195
|
+
})), children);
|
|
2196
|
+
});
|
|
2197
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2198
|
+
PcnMilitary.propTypes = iconPropTypes;
|
|
2199
|
+
}
|
|
2200
|
+
const PcnPNode = /*#__PURE__*/React.forwardRef(function PcnPNode(_ref94, ref) {
|
|
2201
|
+
let {
|
|
2202
|
+
children,
|
|
2203
|
+
size = 16,
|
|
2204
|
+
...rest
|
|
2205
|
+
} = _ref94;
|
|
2206
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2207
|
+
width: size,
|
|
2208
|
+
height: size,
|
|
2209
|
+
ref: ref,
|
|
2210
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2211
|
+
viewBox: "0 0 32 32",
|
|
2212
|
+
fill: "currentColor",
|
|
2213
|
+
...rest
|
|
2214
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2215
|
+
d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V10.9985H14Z"
|
|
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"
|
|
2218
|
+
})), children);
|
|
2219
|
+
});
|
|
2220
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2221
|
+
PcnPNode.propTypes = iconPropTypes;
|
|
2222
|
+
}
|
|
2223
|
+
const PcnZNode = /*#__PURE__*/React.forwardRef(function PcnZNode(_ref95, ref) {
|
|
2224
|
+
let {
|
|
2225
|
+
children,
|
|
2226
|
+
size = 16,
|
|
2227
|
+
...rest
|
|
2228
|
+
} = _ref95;
|
|
2229
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2230
|
+
width: size,
|
|
2231
|
+
height: size,
|
|
2232
|
+
ref: ref,
|
|
2233
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2234
|
+
viewBox: "0 0 32 32",
|
|
2235
|
+
fill: "currentColor",
|
|
2236
|
+
...rest
|
|
2237
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2238
|
+
d: "M20 9L12 9 12 11 18 11 12 21 12 23 20 23 20 21 14 21 20 11 20 9z"
|
|
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"
|
|
2241
|
+
})), children);
|
|
2242
|
+
});
|
|
2243
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2244
|
+
PcnZNode.propTypes = iconPropTypes;
|
|
2245
|
+
}
|
|
2246
|
+
const Pdf = /*#__PURE__*/React.forwardRef(function Pdf(_ref96, ref) {
|
|
2247
|
+
let {
|
|
2248
|
+
children,
|
|
2249
|
+
size = 16,
|
|
2250
|
+
...rest
|
|
2251
|
+
} = _ref96;
|
|
2252
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2253
|
+
width: size,
|
|
2254
|
+
height: size,
|
|
2255
|
+
ref: ref,
|
|
2256
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2257
|
+
viewBox: "0 0 32 32",
|
|
2258
|
+
fill: "currentColor",
|
|
2259
|
+
...rest
|
|
2260
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2261
|
+
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"
|
|
2262
|
+
})), children);
|
|
2263
|
+
});
|
|
2264
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2265
|
+
Pdf.propTypes = iconPropTypes;
|
|
2266
|
+
}
|
|
2267
|
+
const PdfReference = /*#__PURE__*/React.forwardRef(function PdfReference(_ref97, ref) {
|
|
2268
|
+
let {
|
|
2269
|
+
children,
|
|
2270
|
+
size = 16,
|
|
2271
|
+
...rest
|
|
2272
|
+
} = _ref97;
|
|
2273
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2274
|
+
width: size,
|
|
2275
|
+
height: size,
|
|
2276
|
+
ref: ref,
|
|
2277
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2278
|
+
viewBox: "0 0 32 32",
|
|
2279
|
+
fill: "currentColor",
|
|
2280
|
+
...rest
|
|
2281
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2282
|
+
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"
|
|
2283
|
+
})), children);
|
|
2284
|
+
});
|
|
2285
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2286
|
+
PdfReference.propTypes = iconPropTypes;
|
|
2287
|
+
}
|
|
2288
|
+
const Pedestrian = /*#__PURE__*/React.forwardRef(function Pedestrian(_ref98, ref) {
|
|
2289
|
+
let {
|
|
2290
|
+
children,
|
|
2291
|
+
size = 16,
|
|
2292
|
+
...rest
|
|
2293
|
+
} = _ref98;
|
|
2294
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2295
|
+
width: size,
|
|
2296
|
+
height: size,
|
|
2297
|
+
ref: ref,
|
|
2298
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2299
|
+
viewBox: "0 0 32 32",
|
|
2300
|
+
fill: "currentColor",
|
|
2301
|
+
...rest
|
|
2302
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2303
|
+
d: "M21.6772,14l-1.2456-3.1143A2.9861,2.9861,0,0,0,17.646,9H13.5542a3.0018,3.0018,0,0,0-1.5439.4277L7,12.4336V18H9V13.5664l3-1.8V23.6973L8.5383,28.8906,10.2024,30,14,24.3027V11h3.646a.9949.9949,0,0,1,.9282.6289L20.3228,16H26V14Z"
|
|
2304
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2305
|
+
d: "M17.051 18.316L19 24.162 19 30 21 30 21 23.838 18.949 17.684 17.051 18.316zM16.5 8A3.5 3.5 0 1120 4.5 3.5042 3.5042 0 0116.5 8zm0-5A1.5 1.5 0 1018 4.5 1.5017 1.5017 0 0016.5 3z"
|
|
2306
|
+
})), children);
|
|
2307
|
+
});
|
|
2308
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2309
|
+
Pedestrian.propTypes = iconPropTypes;
|
|
2310
|
+
}
|
|
2311
|
+
const PedestrianFamily = /*#__PURE__*/React.forwardRef(function PedestrianFamily(_ref99, ref) {
|
|
2312
|
+
let {
|
|
2313
|
+
children,
|
|
2314
|
+
size = 16,
|
|
2315
|
+
...rest
|
|
2316
|
+
} = _ref99;
|
|
2317
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2318
|
+
width: size,
|
|
2319
|
+
height: size,
|
|
2320
|
+
ref: ref,
|
|
2321
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2322
|
+
viewBox: "0 0 32 32",
|
|
2323
|
+
fill: "currentColor",
|
|
2324
|
+
...rest
|
|
2325
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2326
|
+
d: "M20 30H17a2.0021 2.0021 0 01-2-2V23h2v5h3V23h2V19a1.0011 1.0011 0 00-1-1H12.2793l-2-6H4a1.0011 1.0011 0 00-1 1v6H5v9H9V21h2v7a2.0021 2.0021 0 01-2 2H5a2.0021 2.0021 0 01-2-2V21a2.0021 2.0021 0 01-2-2V13a3.0033 3.0033 0 013-3h6.2793a1.998 1.998 0 011.8975 1.3674L13.7207 16H21a3.0033 3.0033 0 013 3v4a2.0021 2.0021 0 01-2 2v3A2.0021 2.0021 0 0120 30zM28 30H26V19h3V13a1.0011 1.0011 0 00-1-1H24V10h4a3.0033 3.0033 0 013 3v6a2.0021 2.0021 0 01-2 2H28zM7 9a4 4 0 114-4A4.0045 4.0045 0 017 9zM7 3A2 2 0 109 5 2.0021 2.0021 0 007 3zM25 9a4 4 0 114-4A4.0045 4.0045 0 0125 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0025 3z"
|
|
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"
|
|
2329
|
+
})), children);
|
|
2330
|
+
});
|
|
2331
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2332
|
+
PedestrianFamily.propTypes = iconPropTypes;
|
|
2333
|
+
}
|
|
2334
|
+
const PedestrianChild = /*#__PURE__*/React.forwardRef(function PedestrianChild(_ref100, ref) {
|
|
2335
|
+
let {
|
|
2336
|
+
children,
|
|
2337
|
+
size = 16,
|
|
2338
|
+
...rest
|
|
2339
|
+
} = _ref100;
|
|
2340
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2341
|
+
width: size,
|
|
2342
|
+
height: size,
|
|
2343
|
+
ref: ref,
|
|
2344
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2345
|
+
viewBox: "0 0 32 32",
|
|
2346
|
+
fill: "currentColor",
|
|
2347
|
+
...rest
|
|
2348
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2349
|
+
d: "M26,16H17.4683l-5-6H5a3.0033,3.0033,0,0,0-3,3v6a2.0023,2.0023,0,0,0,2,2v7a2.0023,2.0023,0,0,0,2,2h4a2.0023,2.0023,0,0,0,2-2V21H10v7H6V19H4V13a1.0009,1.0009,0,0,1,1-1h6.5317l5,6H26a1.0009,1.0009,0,0,1,1,1v3H25v6H22V22H20v6a2.0023,2.0023,0,0,0,2,2h3a2.0023,2.0023,0,0,0,2-2V24a2.0023,2.0023,0,0,0,2-2V19A3.0033,3.0033,0,0,0,26,16Z"
|
|
2350
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2351
|
+
d: "M23.5 15A3.5 3.5 0 1127 11.5 3.5042 3.5042 0 0123.5 15zm0-5A1.5 1.5 0 1025 11.5 1.5017 1.5017 0 0023.5 10zM8 9a4 4 0 114-4A4.0042 4.0042 0 018 9zM8 3a2 2 0 102 2A2.0023 2.0023 0 008 3z"
|
|
2352
|
+
})), children);
|
|
2353
|
+
});
|
|
2354
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2355
|
+
PedestrianChild.propTypes = iconPropTypes;
|
|
2356
|
+
}
|
|
2357
|
+
const Pen = /*#__PURE__*/React.forwardRef(function Pen(_ref101, ref) {
|
|
2358
|
+
let {
|
|
2359
|
+
children,
|
|
2360
|
+
size = 16,
|
|
2361
|
+
...rest
|
|
2362
|
+
} = _ref101;
|
|
2363
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2364
|
+
width: size,
|
|
2365
|
+
height: size,
|
|
2366
|
+
ref: ref,
|
|
2367
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2368
|
+
viewBox: "0 0 32 32",
|
|
2369
|
+
fill: "currentColor",
|
|
2370
|
+
...rest
|
|
2371
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2372
|
+
d: "M27.3069,6.1069,30,3.4141,28.5859,2,25.8931,4.6929,24.8,3.6a1.9328,1.9328,0,0,0-2.8,0L4,21.6V28h6.4l18-18a1.9329,1.9329,0,0,0,0-2.8ZM9.6,26H6V22.4L23.4,5,27,8.6Z"
|
|
2373
|
+
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2374
|
+
d: "M8.136 7.5H18.863999999999997V9.5H8.136z",
|
|
2375
|
+
transform: "rotate(-45 13.5 8.5)"
|
|
2376
|
+
})), children);
|
|
2377
|
+
});
|
|
2378
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2379
|
+
Pen.propTypes = iconPropTypes;
|
|
2380
|
+
}
|
|
2381
|
+
const PenFountain = /*#__PURE__*/React.forwardRef(function PenFountain(_ref102, ref) {
|
|
2382
|
+
let {
|
|
2383
|
+
children,
|
|
2384
|
+
size = 16,
|
|
2385
|
+
...rest
|
|
2386
|
+
} = _ref102;
|
|
2387
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2388
|
+
width: size,
|
|
2389
|
+
height: size,
|
|
2390
|
+
ref: ref,
|
|
2391
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2392
|
+
viewBox: "0 0 32 32",
|
|
2393
|
+
fill: "currentColor",
|
|
2394
|
+
...rest
|
|
2395
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2396
|
+
d: "M29.707,5.293l-3-3a.9994.9994,0,0,0-1.414,0L19.5859,8H17.0947A11.0118,11.0118,0,0,0,6.7124,15.3662L2.0562,28.67a1,1,0,0,0,1.2744,1.2739l13.3037-4.6562A11.012,11.012,0,0,0,24,14.9053V12.4141L29.707,6.707A.9994.9994,0,0,0,29.707,5.293Zm-7.414,6A1,1,0,0,0,22,12v2.9053A9.01,9.01,0,0,1,15.9731,23.4l-9.1677,3.209L16,17.4141,14.5859,16,5.3914,25.1948,8.6,16.0269A9.01,9.01,0,0,1,17.0947,10H20a1,1,0,0,0,.707-.293L26,4.4141,27.5859,6Z"
|
|
2397
|
+
})), children);
|
|
2398
|
+
});
|
|
2399
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2400
|
+
PenFountain.propTypes = iconPropTypes;
|
|
2401
|
+
}
|
|
2402
|
+
const Pending = /*#__PURE__*/React.forwardRef(function Pending(_ref103, ref) {
|
|
2403
|
+
let {
|
|
2404
|
+
children,
|
|
2405
|
+
size = 16,
|
|
2406
|
+
...rest
|
|
2407
|
+
} = _ref103;
|
|
2408
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2409
|
+
width: size,
|
|
2410
|
+
height: size,
|
|
2411
|
+
ref: ref,
|
|
2412
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2413
|
+
viewBox: "0 0 32 32",
|
|
2414
|
+
fill: "currentColor",
|
|
2415
|
+
...rest
|
|
2416
|
+
}, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
2417
|
+
cx: "9",
|
|
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"
|
|
2430
|
+
})), children);
|
|
2431
|
+
});
|
|
2432
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2433
|
+
Pending.propTypes = iconPropTypes;
|
|
2434
|
+
}
|
|
2435
|
+
const PendingFilled = /*#__PURE__*/React.forwardRef(function PendingFilled(_ref104, ref) {
|
|
2436
|
+
let {
|
|
2437
|
+
children,
|
|
2438
|
+
size = 16,
|
|
2439
|
+
...rest
|
|
2440
|
+
} = _ref104;
|
|
2441
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2442
|
+
width: size,
|
|
2443
|
+
height: size,
|
|
2444
|
+
ref: ref,
|
|
2445
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2446
|
+
viewBox: "0 0 32 32",
|
|
2447
|
+
fill: "currentColor",
|
|
2448
|
+
...rest
|
|
2449
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2450
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM8,18a2,2,0,1,1,2-2A2,2,0,0,1,8,18Zm8,0a2,2,0,1,1,2-2A2,2,0,0,1,16,18Zm8,0a2,2,0,1,1,2-2A2,2,0,0,1,24,18Z"
|
|
2451
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2452
|
+
fill: "none",
|
|
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"
|
|
2455
|
+
})), children);
|
|
2456
|
+
});
|
|
2457
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2458
|
+
PendingFilled.propTypes = iconPropTypes;
|
|
2459
|
+
}
|
|
2460
|
+
const PentagonDownOutline = /*#__PURE__*/React.forwardRef(function PentagonDownOutline(_ref105, ref) {
|
|
2461
|
+
let {
|
|
2462
|
+
children,
|
|
2463
|
+
size = 16,
|
|
2464
|
+
...rest
|
|
2465
|
+
} = _ref105;
|
|
2466
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2467
|
+
width: size,
|
|
2468
|
+
height: size,
|
|
2469
|
+
ref: ref,
|
|
2470
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2471
|
+
viewBox: "0 0 32 32",
|
|
2472
|
+
fill: "currentColor",
|
|
2473
|
+
...rest
|
|
2474
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2475
|
+
strokeWidth: "0",
|
|
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"
|
|
2477
|
+
})), children);
|
|
2478
|
+
});
|
|
2479
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2480
|
+
PentagonDownOutline.propTypes = iconPropTypes;
|
|
2481
|
+
}
|
|
2482
|
+
const PentagonDownSolid = /*#__PURE__*/React.forwardRef(function PentagonDownSolid(_ref106, ref) {
|
|
2483
|
+
let {
|
|
2484
|
+
children,
|
|
2485
|
+
size = 16,
|
|
2486
|
+
...rest
|
|
2487
|
+
} = _ref106;
|
|
2488
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2489
|
+
width: size,
|
|
2490
|
+
height: size,
|
|
2491
|
+
ref: ref,
|
|
2492
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2493
|
+
viewBox: "0 0 32 32",
|
|
2494
|
+
fill: "currentColor",
|
|
2495
|
+
...rest
|
|
2496
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2497
|
+
strokeWidth: "0",
|
|
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"
|
|
2499
|
+
})), children);
|
|
2500
|
+
});
|
|
2501
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2502
|
+
PentagonDownSolid.propTypes = iconPropTypes;
|
|
2503
|
+
}
|
|
2504
|
+
const PentagonLeftOutline = /*#__PURE__*/React.forwardRef(function PentagonLeftOutline(_ref107, ref) {
|
|
2505
|
+
let {
|
|
2506
|
+
children,
|
|
2507
|
+
size = 16,
|
|
2508
|
+
...rest
|
|
2509
|
+
} = _ref107;
|
|
2510
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2511
|
+
width: size,
|
|
2512
|
+
height: size,
|
|
2513
|
+
ref: ref,
|
|
2514
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2515
|
+
viewBox: "0 0 32 32",
|
|
2516
|
+
fill: "currentColor",
|
|
2517
|
+
...rest
|
|
2518
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2519
|
+
strokeWidth: "0",
|
|
2520
|
+
d: "m4.2407,16L12.9238,4.1726l14.0762,4.5261v14.6025l-14.0762,4.5261-8.6831-11.8274m-2.2407,0c0,.2078.0645.4158.1938.5918l9.5444,13c.1907.2599.4904.4066.8009.4082.1036.0005.2085-.0151.3109-.0481l15.4561-4.9697c.4136-.1331.6938-.5176.6938-.9519V7.9697c0-.4343-.2803-.8188-.6938-.9519L12.8501,2.0481c-.1021-.0329-.2067-.0485-.31-.0481-.3108.0013-.6109.1481-.8018.4082L2.1938,15.4082c-.1294.176-.1938.384-.1938.5918h0Z"
|
|
2521
|
+
})), children);
|
|
2522
|
+
});
|
|
2523
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2524
|
+
PentagonLeftOutline.propTypes = iconPropTypes;
|
|
2525
|
+
}
|
|
2526
|
+
const PentagonLeftSolid = /*#__PURE__*/React.forwardRef(function PentagonLeftSolid(_ref108, ref) {
|
|
2527
|
+
let {
|
|
2528
|
+
children,
|
|
2529
|
+
size = 16,
|
|
2530
|
+
...rest
|
|
2531
|
+
} = _ref108;
|
|
2532
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2533
|
+
width: size,
|
|
2534
|
+
height: size,
|
|
2535
|
+
ref: ref,
|
|
2536
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2537
|
+
viewBox: "0 0 32 32",
|
|
2538
|
+
fill: "currentColor",
|
|
2539
|
+
...rest
|
|
2540
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2541
|
+
strokeWidth: "0",
|
|
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"
|
|
2543
|
+
})), children);
|
|
2544
|
+
});
|
|
2545
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2546
|
+
PentagonLeftSolid.propTypes = iconPropTypes;
|
|
2547
|
+
}
|
|
2548
|
+
const PentagonOutline = /*#__PURE__*/React.forwardRef(function PentagonOutline(_ref109, ref) {
|
|
2549
|
+
let {
|
|
2550
|
+
children,
|
|
2551
|
+
size = 16,
|
|
2552
|
+
...rest
|
|
2553
|
+
} = _ref109;
|
|
2554
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2555
|
+
width: size,
|
|
2556
|
+
height: size,
|
|
2557
|
+
ref: ref,
|
|
2558
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2559
|
+
viewBox: "0 0 32 32",
|
|
2560
|
+
fill: "currentColor",
|
|
2561
|
+
...rest
|
|
2562
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2563
|
+
strokeWidth: "0",
|
|
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"
|
|
2565
|
+
})), children);
|
|
2566
|
+
});
|
|
2567
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2568
|
+
PentagonOutline.propTypes = iconPropTypes;
|
|
2569
|
+
}
|
|
2570
|
+
const PentagonRightOutline = /*#__PURE__*/React.forwardRef(function PentagonRightOutline(_ref110, ref) {
|
|
2571
|
+
let {
|
|
2572
|
+
children,
|
|
2573
|
+
size = 16,
|
|
2574
|
+
...rest
|
|
2575
|
+
} = _ref110;
|
|
2576
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2577
|
+
width: size,
|
|
2578
|
+
height: size,
|
|
2579
|
+
ref: ref,
|
|
2580
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2581
|
+
viewBox: "0 0 32 32",
|
|
2582
|
+
fill: "currentColor",
|
|
2583
|
+
...rest
|
|
2584
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2585
|
+
strokeWidth: "0",
|
|
2586
|
+
d: "m27.7593,16l-8.6831,11.8274-14.0762-4.5261v-14.6025l14.0762-4.5261,8.6831,11.8274m2.2407,0c0-.2078-.0645-.4158-.1938-.5918L20.2617,2.4082c-.1907-.2599-.4904-.4066-.8009-.4082-.1036-.0005-.2085.0151-.3109.0481L3.6938,7.0178c-.4136.1331-.6938.5176-.6938.9519v16.0605c0,.4343.2803.8188.6938.9519l15.4561,4.9697c.1021.0329.2067.0485.31.0481.3108-.0013.6109-.1481.8018-.4082l9.5444-13c.1294-.176.1938-.384.1938-.5918h0Z"
|
|
2587
|
+
})), children);
|
|
2588
|
+
});
|
|
2589
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2590
|
+
PentagonRightOutline.propTypes = iconPropTypes;
|
|
2591
|
+
}
|
|
2592
|
+
const PentagonRightSolid = /*#__PURE__*/React.forwardRef(function PentagonRightSolid(_ref111, ref) {
|
|
2593
|
+
let {
|
|
2594
|
+
children,
|
|
2595
|
+
size = 16,
|
|
2596
|
+
...rest
|
|
2597
|
+
} = _ref111;
|
|
2598
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2599
|
+
width: size,
|
|
2600
|
+
height: size,
|
|
2601
|
+
ref: ref,
|
|
2602
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2603
|
+
viewBox: "0 0 32 32",
|
|
2604
|
+
fill: "currentColor",
|
|
2605
|
+
...rest
|
|
2606
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2607
|
+
strokeWidth: "0",
|
|
2608
|
+
d: "m30,16c0-.2078-.0645-.4158-.1938-.5918L20.2617,2.4082c-.1907-.2599-.4904-.4066-.8009-.4082-.1036-.0005-.2085.0151-.3109.0481L3.6938,7.0178c-.4136.1331-.6938.5176-.6938.9519v16.0605c0,.4343.2803.8188.6938.9519l15.4561,4.9697c.1021.0329.2067.0485.31.0481.3108-.0013.6109-.1481.8018-.4082l9.5444-13c.1294-.176.1938-.384.1938-.5918h0Z"
|
|
2609
|
+
})), children);
|
|
2610
|
+
});
|
|
2611
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2612
|
+
PentagonRightSolid.propTypes = iconPropTypes;
|
|
2613
|
+
}
|
|
2614
|
+
const PentagonSolid = /*#__PURE__*/React.forwardRef(function PentagonSolid(_ref112, ref) {
|
|
2615
|
+
let {
|
|
2616
|
+
children,
|
|
2617
|
+
size = 16,
|
|
2618
|
+
...rest
|
|
2619
|
+
} = _ref112;
|
|
2620
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2621
|
+
width: size,
|
|
2622
|
+
height: size,
|
|
2623
|
+
ref: ref,
|
|
2624
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2625
|
+
viewBox: "0 0 32 32",
|
|
2626
|
+
fill: "currentColor",
|
|
2627
|
+
...rest
|
|
2628
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2629
|
+
strokeWidth: "0",
|
|
2630
|
+
d: "m16,2c-.2078,0-.4158.0645-.5918.1938L2.4082,11.7383c-.2599.1907-.4066.4904-.4082.8009-.0005.1036.0151.2085.0481.3109l4.9697,15.4561c.1331.4136.5176.6938.9519.6938h16.0605c.4343,0,.8188-.2803.9519-.6938l4.9697-15.4561c.0329-.1021.0485-.2067.0481-.31-.0013-.3108-.1481-.6109-.4082-.8018L16.5918,2.1938c-.176-.1294-.384-.1938-.5918-.1938h0Z"
|
|
2631
|
+
})), children);
|
|
2632
|
+
});
|
|
2633
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2634
|
+
PentagonSolid.propTypes = iconPropTypes;
|
|
2635
|
+
}
|
|
2636
|
+
const Percentage = /*#__PURE__*/React.forwardRef(function Percentage(_ref113, ref) {
|
|
2637
|
+
let {
|
|
2638
|
+
children,
|
|
2639
|
+
size = 16,
|
|
2640
|
+
...rest
|
|
2641
|
+
} = _ref113;
|
|
2642
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2643
|
+
width: size,
|
|
2644
|
+
height: size,
|
|
2645
|
+
ref: ref,
|
|
2646
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2647
|
+
viewBox: "0 0 32 32",
|
|
2648
|
+
fill: "currentColor",
|
|
2649
|
+
...rest
|
|
2650
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2651
|
+
d: "M9,14a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,9,14ZM9,6a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,9,6Z"
|
|
2652
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2653
|
+
d: "M0.029 15H31.97V17H0.029z",
|
|
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"
|
|
2657
|
+
})), children);
|
|
2658
|
+
});
|
|
2659
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2660
|
+
Percentage.propTypes = iconPropTypes;
|
|
2661
|
+
}
|
|
2662
|
+
const PercentageFilled = /*#__PURE__*/React.forwardRef(function PercentageFilled(_ref114, ref) {
|
|
2663
|
+
let {
|
|
2664
|
+
children,
|
|
2665
|
+
size = 16,
|
|
2666
|
+
...rest
|
|
2667
|
+
} = _ref114;
|
|
2668
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2669
|
+
width: size,
|
|
2670
|
+
height: size,
|
|
2671
|
+
ref: ref,
|
|
2672
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2673
|
+
viewBox: "0 0 32 32",
|
|
2674
|
+
fill: "currentColor",
|
|
2675
|
+
...rest
|
|
2676
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2677
|
+
d: "M9,14a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,9,14Z"
|
|
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
|
+
})), children);
|
|
2684
|
+
});
|
|
2685
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2686
|
+
PercentageFilled.propTypes = iconPropTypes;
|
|
2687
|
+
}
|
|
2688
|
+
const Person = /*#__PURE__*/React.forwardRef(function Person(_ref115, ref) {
|
|
2689
|
+
let {
|
|
2690
|
+
children,
|
|
2691
|
+
size = 16,
|
|
2692
|
+
...rest
|
|
2693
|
+
} = _ref115;
|
|
2694
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2695
|
+
width: size,
|
|
2696
|
+
height: size,
|
|
2697
|
+
ref: ref,
|
|
2698
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2699
|
+
viewBox: "0 0 32 32",
|
|
2700
|
+
fill: "currentColor",
|
|
2701
|
+
...rest
|
|
2702
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2703
|
+
d: "M18 30H14a2 2 0 01-2-2V21a2 2 0 01-2-2V13a3 3 0 013-3h6a3 3 0 013 3v6a2 2 0 01-2 2v7A2 2 0 0118 30zM13 12a.94.94 0 00-1 1v6h2v9h4V19h2V13a.94.94 0 00-1-1zM16 9a4 4 0 114-4h0A4 4 0 0116 9zm0-6a2 2 0 102 2h0a2 2 0 00-2-2z"
|
|
2704
|
+
})), children);
|
|
2705
|
+
});
|
|
2706
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2707
|
+
Person.propTypes = iconPropTypes;
|
|
2708
|
+
}
|
|
2709
|
+
const PersonFavorite = /*#__PURE__*/React.forwardRef(function PersonFavorite(_ref116, ref) {
|
|
2710
|
+
let {
|
|
2711
|
+
children,
|
|
2712
|
+
size = 16,
|
|
2713
|
+
...rest
|
|
2714
|
+
} = _ref116;
|
|
2715
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2716
|
+
width: size,
|
|
2717
|
+
height: size,
|
|
2718
|
+
ref: ref,
|
|
2719
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2720
|
+
viewBox: "0 0 32 32",
|
|
2721
|
+
fill: "currentColor",
|
|
2722
|
+
...rest
|
|
2723
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2724
|
+
d: "M10 31H6a2.0059 2.0059 0 01-2-2V22a2.0059 2.0059 0 01-2-2V14a2.9465 2.9465 0 013-3h6a2.9465 2.9465 0 013 3v6a2.0059 2.0059 0 01-2 2v7A2.0059 2.0059 0 0110 31zM5 13a.9448.9448 0 00-1 1v6H6v9h4V20h2V14a.9448.9448 0 00-1-1zM8 10a4 4 0 114-4A4.0045 4.0045 0 018 10zM8 4a2 2 0 102 2A2.002 2.002 0 008 4zM28.7663 4.2558A4.2121 4.2121 0 0023 4.0321a4.2121 4.2121 0 00-5.7663.2237 4.319 4.319 0 000 6.0447L22.998 16.14 23 16.1376l.002.0019 5.7643-5.839A4.319 4.319 0 0028.7663 4.2558zM27.342 8.8948l-4.34 4.3973L23 13.29l-.002.002-4.34-4.3973a2.3085 2.3085 0 010-3.2338 2.2639 2.2639 0 013.1561 0l1.181 1.2074L23 6.8634l.0049.005 1.181-1.2074a2.2639 2.2639 0 013.1561 0A2.3085 2.3085 0 0127.342 8.8948z"
|
|
2725
|
+
})), children);
|
|
2726
|
+
});
|
|
2727
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2728
|
+
PersonFavorite.propTypes = iconPropTypes;
|
|
2729
|
+
}
|
|
2730
|
+
const Pest = /*#__PURE__*/React.forwardRef(function Pest(_ref117, ref) {
|
|
2731
|
+
let {
|
|
2732
|
+
children,
|
|
2733
|
+
size = 16,
|
|
2734
|
+
...rest
|
|
2735
|
+
} = _ref117;
|
|
2736
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2737
|
+
width: size,
|
|
2738
|
+
height: size,
|
|
2739
|
+
ref: ref,
|
|
2740
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2741
|
+
viewBox: "0 0 32 32",
|
|
2742
|
+
fill: "currentColor",
|
|
2743
|
+
...rest
|
|
2744
|
+
}, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
2745
|
+
cx: "7.5",
|
|
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"
|
|
2758
|
+
})), children);
|
|
2759
|
+
});
|
|
2760
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2761
|
+
Pest.propTypes = iconPropTypes;
|
|
2762
|
+
}
|
|
2763
|
+
const WatsonHealthPetImageB = /*#__PURE__*/React.forwardRef(function WatsonHealthPetImageB(_ref118, ref) {
|
|
2764
|
+
let {
|
|
2765
|
+
children,
|
|
2766
|
+
size = 16,
|
|
2767
|
+
...rest
|
|
2768
|
+
} = _ref118;
|
|
2769
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2770
|
+
width: size,
|
|
2771
|
+
height: size,
|
|
2772
|
+
ref: ref,
|
|
2773
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2774
|
+
viewBox: "0 0 32 32",
|
|
2775
|
+
fill: "currentColor",
|
|
2776
|
+
...rest
|
|
2777
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2778
|
+
d: "M19 21H21V24H19zM19 0H21V3H19zM8 11H11V13H8zM29 11H32V13H29z"
|
|
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)"
|
|
2785
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2786
|
+
d: "M11.09 18.42H14.09V20.400000000000002H11.09z",
|
|
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"
|
|
2793
|
+
})), children);
|
|
2794
|
+
});
|
|
2795
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2796
|
+
WatsonHealthPetImageB.propTypes = iconPropTypes;
|
|
2797
|
+
}
|
|
2798
|
+
const WatsonHealthPetImageO = /*#__PURE__*/React.forwardRef(function WatsonHealthPetImageO(_ref119, ref) {
|
|
2799
|
+
let {
|
|
2800
|
+
children,
|
|
2801
|
+
size = 16,
|
|
2802
|
+
...rest
|
|
2803
|
+
} = _ref119;
|
|
2804
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2805
|
+
width: size,
|
|
2806
|
+
height: size,
|
|
2807
|
+
ref: ref,
|
|
2808
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2809
|
+
viewBox: "0 0 32 32",
|
|
2810
|
+
fill: "currentColor",
|
|
2811
|
+
...rest
|
|
2812
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2813
|
+
d: "M11 29H13V32H11zM11 8H13V11H11zM0 19H3V21H0zM21 19H24V21H21z"
|
|
2814
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2815
|
+
d: "M3.59 11.09H5.57V14.09H3.59z",
|
|
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"
|
|
2828
|
+
})), children);
|
|
2829
|
+
});
|
|
2830
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2831
|
+
WatsonHealthPetImageO.propTypes = iconPropTypes;
|
|
2832
|
+
}
|
|
2833
|
+
const Phone = /*#__PURE__*/React.forwardRef(function Phone(_ref120, ref) {
|
|
2834
|
+
let {
|
|
2835
|
+
children,
|
|
2836
|
+
size = 16,
|
|
2837
|
+
...rest
|
|
2838
|
+
} = _ref120;
|
|
2839
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2840
|
+
width: size,
|
|
2841
|
+
height: size,
|
|
2842
|
+
ref: ref,
|
|
2843
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2844
|
+
viewBox: "0 0 32 32",
|
|
2845
|
+
fill: "currentColor",
|
|
2846
|
+
...rest
|
|
2847
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2848
|
+
d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.76,3h5.51a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.37,9.37,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5A1,1,0,0,0,5,6v.08C5.46,12,8.41,26,25.94,27A1,1,0,0,0,27,26.06V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z"
|
|
2849
|
+
})), children);
|
|
2850
|
+
});
|
|
2851
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2852
|
+
Phone.propTypes = iconPropTypes;
|
|
2853
|
+
}
|
|
2854
|
+
const PhoneApplication = /*#__PURE__*/React.forwardRef(function PhoneApplication(_ref121, ref) {
|
|
2855
|
+
let {
|
|
2856
|
+
children,
|
|
2857
|
+
size = 16,
|
|
2858
|
+
...rest
|
|
2859
|
+
} = _ref121;
|
|
2860
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2861
|
+
width: size,
|
|
2862
|
+
height: size,
|
|
2863
|
+
ref: ref,
|
|
2864
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2865
|
+
viewBox: "0 0 32 32",
|
|
2866
|
+
fill: "currentColor",
|
|
2867
|
+
...rest
|
|
2868
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2869
|
+
d: "M26 2H30V6H26zM26 8H30V12H26zM20 2H24V6H20zM20 8H24V12H20zM25 30h-.17C5.18 28.87 2.39 12.29 2 7.23A3 3 0 014.7611 4.0088Q4.88 4 5 4h5.27a2 2 0 011.86 1.26L13.65 9a2 2 0 01-.44 2.16l-2.13 2.15a9.36 9.36 0 007.58 7.6l2.17-2.15A2 2 0 0123 18.35l3.77 1.51A2 2 0 0128 21.72V27A3 3 0 0125 30zM5 6a1 1 0 00-1.0032.9968c0 .0278.001.0555.0032.0832C4.46 13 7.41 27 24.94 28a1 1 0 001.0581-.9382Q26 27.0309 26 27V21.72l-3.77-1.51-2.87 2.85L18.88 23C10.18 21.91 9 13.21 9 13.12l-.06-.48 2.84-2.87L10.28 6z"
|
|
2870
|
+
})), children);
|
|
2871
|
+
});
|
|
2872
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2873
|
+
PhoneApplication.propTypes = iconPropTypes;
|
|
2874
|
+
}
|
|
2875
|
+
const PhoneBlock = /*#__PURE__*/React.forwardRef(function PhoneBlock(_ref122, ref) {
|
|
2876
|
+
let {
|
|
2877
|
+
children,
|
|
2878
|
+
size = 16,
|
|
2879
|
+
...rest
|
|
2880
|
+
} = _ref122;
|
|
2881
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2882
|
+
width: size,
|
|
2883
|
+
height: size,
|
|
2884
|
+
ref: ref,
|
|
2885
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2886
|
+
viewBox: "0 0 32 32",
|
|
2887
|
+
fill: "currentColor",
|
|
2888
|
+
...rest
|
|
2889
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2890
|
+
d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.7612,3.0088Q5.88,3,6,3h5.27a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.36,9.36,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5a1,1,0,0,0-1.0032.9968q0,.0417.0032.0832C5.46,12,8.41,26,25.94,27a1,1,0,0,0,1.0582-.9382Q27,26.0309,27,26V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z"
|
|
2891
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2892
|
+
d: "M24.41 9L28 5.41 26.59 4 23 7.59 19.41 4 18 5.41 21.59 9 18 12.59 19.41 14 23 10.41 26.59 14 28 12.59 24.41 9z"
|
|
2893
|
+
})), children);
|
|
2894
|
+
});
|
|
2895
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2896
|
+
PhoneBlock.propTypes = iconPropTypes;
|
|
2897
|
+
}
|
|
2898
|
+
const PhoneBlockFilled = /*#__PURE__*/React.forwardRef(function PhoneBlockFilled(_ref123, ref) {
|
|
2899
|
+
let {
|
|
2900
|
+
children,
|
|
2901
|
+
size = 16,
|
|
2902
|
+
...rest
|
|
2903
|
+
} = _ref123;
|
|
2904
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2905
|
+
width: size,
|
|
2906
|
+
height: size,
|
|
2907
|
+
ref: ref,
|
|
2908
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2909
|
+
viewBox: "0 0 32 32",
|
|
2910
|
+
fill: "currentColor",
|
|
2911
|
+
...rest
|
|
2912
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2913
|
+
d: "M20.3333,21.4823l2.24-2.24a2.1667,2.1667,0,0,1,2.3368-.48l2.7281,1.0913A2.1666,2.1666,0,0,1,29,21.8659v4.9613a2.1668,2.1668,0,0,1-2.2843,2.1686C7.5938,27.8054,3.7321,11.6114,3.0146,5.4079A2.162,2.162,0,0,1,5.1692,3H10.042a2.1666,2.1666,0,0,1,2.0117,1.362L13.145,7.09a2.1666,2.1666,0,0,1-.48,2.3367l-2.24,2.24S11.6667,20.399,20.3333,21.4823Z"
|
|
2914
|
+
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2915
|
+
d: "M24.41 9L28 5.41 26.59 4 23 7.59 19.41 4 18 5.41 21.59 9 18 12.59 19.41 14 23 10.41 26.59 14 28 12.59 24.41 9z"
|
|
2916
|
+
})), children);
|
|
2917
|
+
});
|
|
2918
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2919
|
+
PhoneBlockFilled.propTypes = iconPropTypes;
|
|
2920
|
+
}
|
|
2921
|
+
const PhoneFilled = /*#__PURE__*/React.forwardRef(function PhoneFilled(_ref124, ref) {
|
|
2922
|
+
let {
|
|
2923
|
+
children,
|
|
2924
|
+
size = 16,
|
|
2925
|
+
...rest
|
|
2926
|
+
} = _ref124;
|
|
2927
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2928
|
+
width: size,
|
|
2929
|
+
height: size,
|
|
2930
|
+
ref: ref,
|
|
2931
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2932
|
+
viewBox: "0 0 32 32",
|
|
2933
|
+
fill: "currentColor",
|
|
2934
|
+
...rest
|
|
2935
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2936
|
+
d: "M20.33,21.48l2.24-2.24a2.19,2.19,0,0,1,2.34-.48l2.73,1.09a2.18,2.18,0,0,1,1.36,2v5A2.17,2.17,0,0,1,26.72,29C7.59,27.81,3.73,11.61,3,5.41A2.17,2.17,0,0,1,5.17,3H10a2.16,2.16,0,0,1,2,1.36l1.09,2.73a2.16,2.16,0,0,1-.47,2.34l-2.24,2.24S11.67,20.4,20.33,21.48Z"
|
|
2937
|
+
})), children);
|
|
2938
|
+
});
|
|
2939
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2940
|
+
PhoneFilled.propTypes = iconPropTypes;
|
|
2941
|
+
}
|
|
2942
|
+
const PhoneIncoming = /*#__PURE__*/React.forwardRef(function PhoneIncoming(_ref125, ref) {
|
|
2943
|
+
let {
|
|
2944
|
+
children,
|
|
2945
|
+
size = 16,
|
|
2946
|
+
...rest
|
|
2947
|
+
} = _ref125;
|
|
2948
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2949
|
+
width: size,
|
|
2950
|
+
height: size,
|
|
2951
|
+
ref: ref,
|
|
2952
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2953
|
+
viewBox: "0 0 32 32",
|
|
2954
|
+
fill: "currentColor",
|
|
2955
|
+
...rest
|
|
2956
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2957
|
+
d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.7612,3.0088Q5.88,3,6,3h5.27a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.36,9.36,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5a1,1,0,0,0-1.0032.9968q0,.0417.0032.0832C5.46,12,8.41,26,25.94,27a1,1,0,0,0,1.0582-.9382Q27,26.0309,27,26V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z"
|
|
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"
|
|
2960
|
+
})), children);
|
|
2961
|
+
});
|
|
2962
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2963
|
+
PhoneIncoming.propTypes = iconPropTypes;
|
|
2964
|
+
}
|
|
2965
|
+
|
|
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, Pedestrian, PedestrianChild, PedestrianFamily, Pen, PenFountain, Pending, PendingFilled, PentagonDownOutline, PentagonDownSolid, PentagonLeftOutline, PentagonLeftSolid, PentagonOutline, PentagonRightOutline, PentagonRightSolid, PentagonSolid, Percentage, PercentageFilled, Person, PersonFavorite, Pest, Phone, PhoneApplication, PhoneBlock, PhoneBlockFilled, PhoneFilled, PhoneIncoming, QOperation, QOperationGauge, QOperationIf, WatsonHealthPageScroll, WatsonHealthPetImageB, WatsonHealthPetImageO };
|