@carbon/icons-react 11.40.0-rc.0 → 11.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/CircleOutline.d.ts +11 -0
- package/es/CircleOutline.js +39 -0
- package/es/DiamondOutline.d.ts +11 -0
- package/es/DiamondOutline.js +39 -0
- package/es/DiamondSolid.d.ts +11 -0
- package/es/DiamondSolid.js +39 -0
- package/es/HexagonOutline.d.ts +11 -0
- package/es/HexagonOutline.js +39 -0
- package/es/HexagonSolid.d.ts +11 -0
- package/es/HexagonSolid.js +39 -0
- package/es/HexagonVerticalOutline.d.ts +11 -0
- package/es/HexagonVerticalOutline.js +39 -0
- package/es/HexagonVerticalSolid.d.ts +11 -0
- package/es/HexagonVerticalSolid.js +39 -0
- package/es/PentagonDownOutline.d.ts +11 -0
- package/es/PentagonDownOutline.js +39 -0
- package/es/PentagonDownSolid.d.ts +11 -0
- package/es/PentagonDownSolid.js +39 -0
- package/es/PentagonLeftOutline.d.ts +11 -0
- package/es/PentagonLeftOutline.js +39 -0
- package/es/PentagonLeftSolid.d.ts +11 -0
- package/es/PentagonLeftSolid.js +39 -0
- package/es/PentagonOutline.d.ts +11 -0
- package/es/PentagonOutline.js +39 -0
- package/es/PentagonRightOutline.d.ts +11 -0
- package/es/PentagonRightOutline.js +39 -0
- package/es/PentagonRightSolid.d.ts +11 -0
- package/es/PentagonRightSolid.js +39 -0
- package/es/PentagonSolid.d.ts +11 -0
- package/es/PentagonSolid.js +39 -0
- package/es/SquareOutline.d.ts +11 -0
- package/es/SquareOutline.js +39 -0
- package/es/SquareSolid.d.ts +11 -0
- package/es/SquareSolid.js +35 -0
- package/es/TriangleDownOutline.d.ts +11 -0
- package/es/TriangleDownOutline.js +39 -0
- package/es/TriangleDownSolid.d.ts +11 -0
- package/es/TriangleDownSolid.js +39 -0
- package/es/TriangleLeftOutline.d.ts +11 -0
- package/es/TriangleLeftOutline.js +39 -0
- package/es/TriangleLeftSolid.d.ts +11 -0
- package/es/TriangleLeftSolid.js +39 -0
- package/es/TriangleOutline.d.ts +11 -0
- package/es/TriangleOutline.js +39 -0
- package/es/TriangleRightOutline.d.ts +11 -0
- package/es/TriangleRightOutline.js +39 -0
- package/es/TriangleRightSolid.d.ts +11 -0
- package/es/TriangleRightSolid.js +39 -0
- package/es/TriangleSolid.d.ts +11 -0
- package/es/TriangleSolid.js +39 -0
- package/es/generated/bucket-10.d.ts +8 -8
- package/es/generated/bucket-10.js +608 -595
- package/es/generated/bucket-11.d.ts +16 -16
- package/es/generated/bucket-11.js +642 -648
- package/es/generated/bucket-12.d.ts +16 -16
- package/es/generated/bucket-12.js +857 -850
- package/es/generated/bucket-13.d.ts +16 -16
- package/es/generated/bucket-13.js +799 -798
- package/es/generated/bucket-14.d.ts +18 -18
- package/es/generated/bucket-14.js +923 -937
- package/es/generated/bucket-15.d.ts +18 -18
- package/es/generated/bucket-15.js +733 -738
- package/es/generated/bucket-16.d.ts +26 -26
- package/es/generated/bucket-16.js +762 -799
- package/es/generated/bucket-17.d.ts +26 -2
- package/es/generated/bucket-17.js +1030 -450
- package/es/generated/bucket-18.d.ts +11 -0
- package/es/generated/bucket-18.js +38 -0
- package/es/generated/bucket-3.d.ts +2 -2
- package/es/generated/bucket-3.js +438 -437
- package/es/generated/bucket-4.d.ts +4 -4
- package/es/generated/bucket-4.js +495 -501
- package/es/generated/bucket-5.d.ts +4 -4
- package/es/generated/bucket-5.js +527 -519
- package/es/generated/bucket-6.d.ts +4 -4
- package/es/generated/bucket-6.js +512 -538
- package/es/generated/bucket-7.d.ts +8 -8
- package/es/generated/bucket-7.js +697 -694
- package/es/generated/bucket-8.d.ts +8 -8
- package/es/generated/bucket-8.js +685 -682
- package/es/generated/bucket-9.d.ts +8 -8
- package/es/generated/bucket-9.js +593 -590
- package/es/index.d.ts +1 -0
- package/es/index.js +16 -15
- package/lib/CircleOutline.d.ts +11 -0
- package/lib/CircleOutline.js +45 -0
- package/lib/DiamondOutline.d.ts +11 -0
- package/lib/DiamondOutline.js +45 -0
- package/lib/DiamondSolid.d.ts +11 -0
- package/lib/DiamondSolid.js +45 -0
- package/lib/HexagonOutline.d.ts +11 -0
- package/lib/HexagonOutline.js +45 -0
- package/lib/HexagonSolid.d.ts +11 -0
- package/lib/HexagonSolid.js +45 -0
- package/lib/HexagonVerticalOutline.d.ts +11 -0
- package/lib/HexagonVerticalOutline.js +45 -0
- package/lib/HexagonVerticalSolid.d.ts +11 -0
- package/lib/HexagonVerticalSolid.js +45 -0
- package/lib/PentagonDownOutline.d.ts +11 -0
- package/lib/PentagonDownOutline.js +45 -0
- package/lib/PentagonDownSolid.d.ts +11 -0
- package/lib/PentagonDownSolid.js +45 -0
- package/lib/PentagonLeftOutline.d.ts +11 -0
- package/lib/PentagonLeftOutline.js +45 -0
- package/lib/PentagonLeftSolid.d.ts +11 -0
- package/lib/PentagonLeftSolid.js +45 -0
- package/lib/PentagonOutline.d.ts +11 -0
- package/lib/PentagonOutline.js +45 -0
- package/lib/PentagonRightOutline.d.ts +11 -0
- package/lib/PentagonRightOutline.js +45 -0
- package/lib/PentagonRightSolid.d.ts +11 -0
- package/lib/PentagonRightSolid.js +45 -0
- package/lib/PentagonSolid.d.ts +11 -0
- package/lib/PentagonSolid.js +45 -0
- package/lib/SquareOutline.d.ts +11 -0
- package/lib/SquareOutline.js +45 -0
- package/lib/SquareSolid.d.ts +11 -0
- package/lib/SquareSolid.js +41 -0
- package/lib/TriangleDownOutline.d.ts +11 -0
- package/lib/TriangleDownOutline.js +45 -0
- package/lib/TriangleDownSolid.d.ts +11 -0
- package/lib/TriangleDownSolid.js +45 -0
- package/lib/TriangleLeftOutline.d.ts +11 -0
- package/lib/TriangleLeftOutline.js +45 -0
- package/lib/TriangleLeftSolid.d.ts +11 -0
- package/lib/TriangleLeftSolid.js +45 -0
- package/lib/TriangleOutline.d.ts +11 -0
- package/lib/TriangleOutline.js +45 -0
- package/lib/TriangleRightOutline.d.ts +11 -0
- package/lib/TriangleRightOutline.js +45 -0
- package/lib/TriangleRightSolid.d.ts +11 -0
- package/lib/TriangleRightSolid.js +45 -0
- package/lib/TriangleSolid.d.ts +11 -0
- package/lib/TriangleSolid.js +45 -0
- package/lib/generated/bucket-10.d.ts +8 -8
- package/lib/generated/bucket-10.js +614 -601
- package/lib/generated/bucket-11.d.ts +16 -16
- package/lib/generated/bucket-11.js +656 -662
- package/lib/generated/bucket-12.d.ts +16 -16
- package/lib/generated/bucket-12.js +871 -864
- package/lib/generated/bucket-13.d.ts +16 -16
- package/lib/generated/bucket-13.js +813 -812
- package/lib/generated/bucket-14.d.ts +18 -18
- package/lib/generated/bucket-14.js +939 -953
- package/lib/generated/bucket-15.d.ts +18 -18
- package/lib/generated/bucket-15.js +749 -754
- package/lib/generated/bucket-16.d.ts +26 -26
- package/lib/generated/bucket-16.js +786 -823
- package/lib/generated/bucket-17.d.ts +26 -2
- package/lib/generated/bucket-17.js +1054 -450
- package/lib/generated/bucket-18.d.ts +11 -0
- package/lib/generated/bucket-18.js +46 -0
- package/lib/generated/bucket-3.d.ts +2 -2
- package/lib/generated/bucket-3.js +438 -437
- package/lib/generated/bucket-4.d.ts +4 -4
- package/lib/generated/bucket-4.js +497 -503
- package/lib/generated/bucket-5.d.ts +4 -4
- package/lib/generated/bucket-5.js +529 -521
- package/lib/generated/bucket-6.d.ts +4 -4
- package/lib/generated/bucket-6.js +514 -540
- package/lib/generated/bucket-7.d.ts +8 -8
- package/lib/generated/bucket-7.js +703 -700
- package/lib/generated/bucket-8.d.ts +8 -8
- package/lib/generated/bucket-8.js +691 -688
- package/lib/generated/bucket-9.d.ts +8 -8
- package/lib/generated/bucket-9.js +599 -596
- package/lib/index.d.ts +1 -0
- package/lib/index.js +169 -143
- package/package.json +4 -4
package/es/generated/bucket-9.js
CHANGED
|
@@ -12,13 +12,184 @@ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
|
12
12
|
import '@carbon/icon-helpers';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
|
|
15
|
-
var
|
|
16
|
-
const
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _circle, _path14, _path15, _circle2, _path16, _path17, _circle3, _path18, _path19, _path20, _path21, _path22, _rect, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _circle4, _circle5, _path100, _circle6, _circle7, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _circle8, _circle9, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _circle10, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _circle11, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _circle12, _circle13, _path153, _path154, _path155, _path156, _circle14, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198;
|
|
16
|
+
const KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
19
19
|
size = 16,
|
|
20
20
|
...rest
|
|
21
21
|
} = _ref;
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
23
|
+
width: size,
|
|
24
|
+
height: size,
|
|
25
|
+
ref: ref,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 32 32",
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
...rest
|
|
30
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "m22.5046,11.6368l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
|
|
32
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
|
|
34
|
+
})), children);
|
|
35
|
+
});
|
|
36
|
+
if (process.env.NODE_ENV !== "production") {
|
|
37
|
+
KubernetesPod.propTypes = iconPropTypes;
|
|
38
|
+
}
|
|
39
|
+
const Label = /*#__PURE__*/React.forwardRef(function Label(_ref2, ref) {
|
|
40
|
+
let {
|
|
41
|
+
children,
|
|
42
|
+
size = 16,
|
|
43
|
+
...rest
|
|
44
|
+
} = _ref2;
|
|
45
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
46
|
+
width: size,
|
|
47
|
+
height: size,
|
|
48
|
+
ref: ref,
|
|
49
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
50
|
+
viewBox: "0 0 32 32",
|
|
51
|
+
fill: "currentColor",
|
|
52
|
+
...rest
|
|
53
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
|
|
55
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
|
|
57
|
+
})), children);
|
|
58
|
+
});
|
|
59
|
+
if (process.env.NODE_ENV !== "production") {
|
|
60
|
+
Label.propTypes = iconPropTypes;
|
|
61
|
+
}
|
|
62
|
+
const Language = /*#__PURE__*/React.forwardRef(function Language(_ref3, ref) {
|
|
63
|
+
let {
|
|
64
|
+
children,
|
|
65
|
+
size = 16,
|
|
66
|
+
...rest
|
|
67
|
+
} = _ref3;
|
|
68
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
69
|
+
width: size,
|
|
70
|
+
height: size,
|
|
71
|
+
ref: ref,
|
|
72
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
73
|
+
viewBox: "0 0 32 32",
|
|
74
|
+
fill: "currentColor",
|
|
75
|
+
...rest
|
|
76
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
77
|
+
d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
|
|
78
|
+
})), children);
|
|
79
|
+
});
|
|
80
|
+
if (process.env.NODE_ENV !== "production") {
|
|
81
|
+
Language.propTypes = iconPropTypes;
|
|
82
|
+
}
|
|
83
|
+
const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref4, ref) {
|
|
84
|
+
let {
|
|
85
|
+
children,
|
|
86
|
+
size = 16,
|
|
87
|
+
...rest
|
|
88
|
+
} = _ref4;
|
|
89
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
90
|
+
width: size,
|
|
91
|
+
height: size,
|
|
92
|
+
ref: ref,
|
|
93
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
94
|
+
viewBox: "0 0 32 32",
|
|
95
|
+
fill: "currentColor",
|
|
96
|
+
...rest
|
|
97
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
98
|
+
d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
|
|
99
|
+
transform: "translate(0 .005)"
|
|
100
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
101
|
+
d: "M2 26.005H30V28.005H2z"
|
|
102
|
+
})), children);
|
|
103
|
+
});
|
|
104
|
+
if (process.env.NODE_ENV !== "production") {
|
|
105
|
+
Laptop.propTypes = iconPropTypes;
|
|
106
|
+
}
|
|
107
|
+
const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref5, ref) {
|
|
108
|
+
let {
|
|
109
|
+
children,
|
|
110
|
+
size = 16,
|
|
111
|
+
...rest
|
|
112
|
+
} = _ref5;
|
|
113
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
114
|
+
width: size,
|
|
115
|
+
height: size,
|
|
116
|
+
ref: ref,
|
|
117
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
118
|
+
viewBox: "0 0 32 32",
|
|
119
|
+
fill: "currentColor",
|
|
120
|
+
...rest
|
|
121
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
122
|
+
d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
|
|
123
|
+
})), children);
|
|
124
|
+
});
|
|
125
|
+
if (process.env.NODE_ENV !== "production") {
|
|
126
|
+
Lasso.propTypes = iconPropTypes;
|
|
127
|
+
}
|
|
128
|
+
const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref6, ref) {
|
|
129
|
+
let {
|
|
130
|
+
children,
|
|
131
|
+
size = 16,
|
|
132
|
+
...rest
|
|
133
|
+
} = _ref6;
|
|
134
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
135
|
+
width: size,
|
|
136
|
+
height: size,
|
|
137
|
+
ref: ref,
|
|
138
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
139
|
+
viewBox: "0 0 32 32",
|
|
140
|
+
fill: "currentColor",
|
|
141
|
+
...rest
|
|
142
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
143
|
+
d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
|
|
144
|
+
})), children);
|
|
145
|
+
});
|
|
146
|
+
if (process.env.NODE_ENV !== "production") {
|
|
147
|
+
LassoPolygon.propTypes = iconPropTypes;
|
|
148
|
+
}
|
|
149
|
+
const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref7, ref) {
|
|
150
|
+
let {
|
|
151
|
+
children,
|
|
152
|
+
size = 16,
|
|
153
|
+
...rest
|
|
154
|
+
} = _ref7;
|
|
155
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
156
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
157
|
+
width: size,
|
|
158
|
+
height: size,
|
|
159
|
+
ref: ref,
|
|
160
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
161
|
+
viewBox: "0 0 16 16",
|
|
162
|
+
fill: "currentColor",
|
|
163
|
+
...rest
|
|
164
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
165
|
+
d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
|
|
166
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
167
|
+
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
|
168
|
+
})), children);
|
|
169
|
+
}
|
|
170
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
171
|
+
width: size,
|
|
172
|
+
height: size,
|
|
173
|
+
ref: ref,
|
|
174
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
175
|
+
viewBox: "0 0 32 32",
|
|
176
|
+
fill: "currentColor",
|
|
177
|
+
...rest
|
|
178
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
179
|
+
d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
|
|
180
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
181
|
+
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
|
182
|
+
})), children);
|
|
183
|
+
});
|
|
184
|
+
if (process.env.NODE_ENV !== "production") {
|
|
185
|
+
Launch.propTypes = iconPropTypes;
|
|
186
|
+
}
|
|
187
|
+
const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref8, ref) {
|
|
188
|
+
let {
|
|
189
|
+
children,
|
|
190
|
+
size = 16,
|
|
191
|
+
...rest
|
|
192
|
+
} = _ref8;
|
|
22
193
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
23
194
|
width: size,
|
|
24
195
|
height: size,
|
|
@@ -31,21 +202,21 @@ const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
31
202
|
cx: "23",
|
|
32
203
|
cy: "25",
|
|
33
204
|
r: "1"
|
|
34
|
-
})),
|
|
205
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
35
206
|
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
|
|
36
|
-
})),
|
|
207
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
37
208
|
d: "M8 24H20V26H8z"
|
|
38
209
|
})), children);
|
|
39
210
|
});
|
|
40
211
|
if (process.env.NODE_ENV !== "production") {
|
|
41
212
|
WatsonHealthLaunchStudy_1.propTypes = iconPropTypes;
|
|
42
213
|
}
|
|
43
|
-
const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(
|
|
214
|
+
const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref9, ref) {
|
|
44
215
|
let {
|
|
45
216
|
children,
|
|
46
217
|
size = 16,
|
|
47
218
|
...rest
|
|
48
|
-
} =
|
|
219
|
+
} = _ref9;
|
|
49
220
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
50
221
|
width: size,
|
|
51
222
|
height: size,
|
|
@@ -58,21 +229,21 @@ const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
58
229
|
cx: "23",
|
|
59
230
|
cy: "7",
|
|
60
231
|
r: "1"
|
|
61
|
-
})),
|
|
232
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
62
233
|
d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
|
|
63
|
-
})),
|
|
234
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
64
235
|
d: "M8 6H20V8H8z"
|
|
65
236
|
})), children);
|
|
66
237
|
});
|
|
67
238
|
if (process.env.NODE_ENV !== "production") {
|
|
68
239
|
WatsonHealthLaunchStudy_2.propTypes = iconPropTypes;
|
|
69
240
|
}
|
|
70
|
-
const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(
|
|
241
|
+
const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref10, ref) {
|
|
71
242
|
let {
|
|
72
243
|
children,
|
|
73
244
|
size = 16,
|
|
74
245
|
...rest
|
|
75
|
-
} =
|
|
246
|
+
} = _ref10;
|
|
76
247
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
77
248
|
width: size,
|
|
78
249
|
height: size,
|
|
@@ -85,21 +256,21 @@ const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
85
256
|
cx: "23",
|
|
86
257
|
cy: "25",
|
|
87
258
|
r: "1"
|
|
88
|
-
})),
|
|
259
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
89
260
|
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
|
|
90
|
-
})),
|
|
261
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
91
262
|
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
|
92
263
|
})), children);
|
|
93
264
|
});
|
|
94
265
|
if (process.env.NODE_ENV !== "production") {
|
|
95
266
|
WatsonHealthLaunchStudy_3.propTypes = iconPropTypes;
|
|
96
267
|
}
|
|
97
|
-
const Layers = /*#__PURE__*/React.forwardRef(function Layers(
|
|
268
|
+
const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref11, ref) {
|
|
98
269
|
let {
|
|
99
270
|
children,
|
|
100
271
|
size = 16,
|
|
101
272
|
...rest
|
|
102
|
-
} =
|
|
273
|
+
} = _ref11;
|
|
103
274
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
104
275
|
width: size,
|
|
105
276
|
height: size,
|
|
@@ -108,21 +279,21 @@ const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref4, ref) {
|
|
|
108
279
|
viewBox: "0 0 32 32",
|
|
109
280
|
fill: "currentColor",
|
|
110
281
|
...rest
|
|
111
|
-
},
|
|
282
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
112
283
|
d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z"
|
|
113
|
-
})),
|
|
284
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
114
285
|
d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
|
|
115
286
|
})), children);
|
|
116
287
|
});
|
|
117
288
|
if (process.env.NODE_ENV !== "production") {
|
|
118
289
|
Layers.propTypes = iconPropTypes;
|
|
119
290
|
}
|
|
120
|
-
const Legend = /*#__PURE__*/React.forwardRef(function Legend(
|
|
291
|
+
const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref12, ref) {
|
|
121
292
|
let {
|
|
122
293
|
children,
|
|
123
294
|
size = 16,
|
|
124
295
|
...rest
|
|
125
|
-
} =
|
|
296
|
+
} = _ref12;
|
|
126
297
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
127
298
|
width: size,
|
|
128
299
|
height: size,
|
|
@@ -131,7 +302,7 @@ const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref5, ref) {
|
|
|
131
302
|
viewBox: "0 0 32 32",
|
|
132
303
|
fill: "currentColor",
|
|
133
304
|
...rest
|
|
134
|
-
},
|
|
305
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
135
306
|
d: "M16 22H30V24H16z"
|
|
136
307
|
})), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
|
137
308
|
width: "6",
|
|
@@ -139,19 +310,19 @@ const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref5, ref) {
|
|
|
139
310
|
x: "4",
|
|
140
311
|
y: "20",
|
|
141
312
|
rx: "1"
|
|
142
|
-
})),
|
|
313
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
143
314
|
d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
|
|
144
315
|
})), children);
|
|
145
316
|
});
|
|
146
317
|
if (process.env.NODE_ENV !== "production") {
|
|
147
318
|
Legend.propTypes = iconPropTypes;
|
|
148
319
|
}
|
|
149
|
-
const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(
|
|
320
|
+
const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref13, ref) {
|
|
150
321
|
let {
|
|
151
322
|
children,
|
|
152
323
|
size = 16,
|
|
153
324
|
...rest
|
|
154
|
-
} =
|
|
325
|
+
} = _ref13;
|
|
155
326
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
156
327
|
width: size,
|
|
157
328
|
height: size,
|
|
@@ -160,19 +331,19 @@ const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref6, ref) {
|
|
|
160
331
|
viewBox: "0 0 32 32",
|
|
161
332
|
fill: "currentColor",
|
|
162
333
|
...rest
|
|
163
|
-
},
|
|
334
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
164
335
|
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
|
|
165
336
|
})), children);
|
|
166
337
|
});
|
|
167
338
|
if (process.env.NODE_ENV !== "production") {
|
|
168
339
|
LetterAa.propTypes = iconPropTypes;
|
|
169
340
|
}
|
|
170
|
-
const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(
|
|
341
|
+
const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref14, ref) {
|
|
171
342
|
let {
|
|
172
343
|
children,
|
|
173
344
|
size = 16,
|
|
174
345
|
...rest
|
|
175
|
-
} =
|
|
346
|
+
} = _ref14;
|
|
176
347
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
177
348
|
width: size,
|
|
178
349
|
height: size,
|
|
@@ -181,19 +352,19 @@ const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref7, ref) {
|
|
|
181
352
|
viewBox: "0 0 32 32",
|
|
182
353
|
fill: "currentColor",
|
|
183
354
|
...rest
|
|
184
|
-
},
|
|
355
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
185
356
|
d: "M23 13H19V9H17V23h6a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM15 12a3 3 0 00-3-3H7V23h5a3 3 0 003-3V18a3 3 0 00-.78-2A3 3 0 0015 14zM9 11h3a1 1 0 011 1v2a1 1 0 01-1 1H9zm4 9a1 1 0 01-1 1H9V17h3a1 1 0 011 1z"
|
|
186
357
|
})), children);
|
|
187
358
|
});
|
|
188
359
|
if (process.env.NODE_ENV !== "production") {
|
|
189
360
|
LetterBb.propTypes = iconPropTypes;
|
|
190
361
|
}
|
|
191
|
-
const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(
|
|
362
|
+
const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref15, ref) {
|
|
192
363
|
let {
|
|
193
364
|
children,
|
|
194
365
|
size = 16,
|
|
195
366
|
...rest
|
|
196
|
-
} =
|
|
367
|
+
} = _ref15;
|
|
197
368
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
198
369
|
width: size,
|
|
199
370
|
height: size,
|
|
@@ -202,19 +373,19 @@ const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref8, ref) {
|
|
|
202
373
|
viewBox: "0 0 32 32",
|
|
203
374
|
fill: "currentColor",
|
|
204
375
|
...rest
|
|
205
|
-
},
|
|
376
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
206
377
|
d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
|
|
207
378
|
})), children);
|
|
208
379
|
});
|
|
209
380
|
if (process.env.NODE_ENV !== "production") {
|
|
210
381
|
LetterCc.propTypes = iconPropTypes;
|
|
211
382
|
}
|
|
212
|
-
const LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(
|
|
383
|
+
const LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref16, ref) {
|
|
213
384
|
let {
|
|
214
385
|
children,
|
|
215
386
|
size = 16,
|
|
216
387
|
...rest
|
|
217
|
-
} =
|
|
388
|
+
} = _ref16;
|
|
218
389
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
219
390
|
width: size,
|
|
220
391
|
height: size,
|
|
@@ -223,19 +394,19 @@ const LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref9, ref) {
|
|
|
223
394
|
viewBox: "0 0 32 32",
|
|
224
395
|
fill: "currentColor",
|
|
225
396
|
...rest
|
|
226
|
-
},
|
|
397
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
227
398
|
d: "M23 9v4H19a2 2 0 00-2 2v6a2 2 0 002 2h6V9zm-4 6h4v6H19zM11 23H7V9h4a4 4 0 014 4v6A4 4 0 0111 23zM9 21h2a2 2 0 002-2V13a2 2 0 00-2-2H9z"
|
|
228
399
|
})), children);
|
|
229
400
|
});
|
|
230
401
|
if (process.env.NODE_ENV !== "production") {
|
|
231
402
|
LetterDd.propTypes = iconPropTypes;
|
|
232
403
|
}
|
|
233
|
-
const LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(
|
|
404
|
+
const LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref17, ref) {
|
|
234
405
|
let {
|
|
235
406
|
children,
|
|
236
407
|
size = 16,
|
|
237
408
|
...rest
|
|
238
|
-
} =
|
|
409
|
+
} = _ref17;
|
|
239
410
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
240
411
|
width: size,
|
|
241
412
|
height: size,
|
|
@@ -244,19 +415,19 @@ const LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref10, ref) {
|
|
|
244
415
|
viewBox: "0 0 32 32",
|
|
245
416
|
fill: "currentColor",
|
|
246
417
|
...rest
|
|
247
|
-
},
|
|
418
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
248
419
|
d: "M25 19V15a2.0023 2.0023 0 00-2-2H19a2.0023 2.0023 0 00-2 2v6a2.0077 2.0077 0 002 2h5V21H19V19zm-6-4h4v2H19zM15 11L15 9 7 9 7 23 15 23 15 21 9 21 9 17 14 17 14 15 9 15 9 11 15 11z"
|
|
249
420
|
})), children);
|
|
250
421
|
});
|
|
251
422
|
if (process.env.NODE_ENV !== "production") {
|
|
252
423
|
LetterEe.propTypes = iconPropTypes;
|
|
253
424
|
}
|
|
254
|
-
const LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(
|
|
425
|
+
const LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref18, ref) {
|
|
255
426
|
let {
|
|
256
427
|
children,
|
|
257
428
|
size = 16,
|
|
258
429
|
...rest
|
|
259
|
-
} =
|
|
430
|
+
} = _ref18;
|
|
260
431
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
261
432
|
width: size,
|
|
262
433
|
height: size,
|
|
@@ -265,19 +436,19 @@ const LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref11, ref) {
|
|
|
265
436
|
viewBox: "0 0 32 32",
|
|
266
437
|
fill: "currentColor",
|
|
267
438
|
...rest
|
|
268
|
-
},
|
|
439
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
269
440
|
d: "M16 11L16 9 8 9 8 23 10 23 10 17 15 17 15 15 10 15 10 11 16 11zM24 11V9H21a2 2 0 00-2 2v2H17v2h2v8h2V15h3V13H21V11z"
|
|
270
441
|
})), children);
|
|
271
442
|
});
|
|
272
443
|
if (process.env.NODE_ENV !== "production") {
|
|
273
444
|
LetterFf.propTypes = iconPropTypes;
|
|
274
445
|
}
|
|
275
|
-
const LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(
|
|
446
|
+
const LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref19, ref) {
|
|
276
447
|
let {
|
|
277
448
|
children,
|
|
278
449
|
size = 16,
|
|
279
450
|
...rest
|
|
280
|
-
} =
|
|
451
|
+
} = _ref19;
|
|
281
452
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
282
453
|
width: size,
|
|
283
454
|
height: size,
|
|
@@ -286,19 +457,19 @@ const LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref12, ref) {
|
|
|
286
457
|
viewBox: "0 0 32 32",
|
|
287
458
|
fill: "currentColor",
|
|
288
459
|
...rest
|
|
289
|
-
},
|
|
460
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
290
461
|
d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v2H18v2h5a2 2 0 002-2V13zm4 8H19V15h4zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h4V17H11V15h4z"
|
|
291
462
|
})), children);
|
|
292
463
|
});
|
|
293
464
|
if (process.env.NODE_ENV !== "production") {
|
|
294
465
|
LetterGg.propTypes = iconPropTypes;
|
|
295
466
|
}
|
|
296
|
-
const LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(
|
|
467
|
+
const LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref20, ref) {
|
|
297
468
|
let {
|
|
298
469
|
children,
|
|
299
470
|
size = 16,
|
|
300
471
|
...rest
|
|
301
|
-
} =
|
|
472
|
+
} = _ref20;
|
|
302
473
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
303
474
|
width: size,
|
|
304
475
|
height: size,
|
|
@@ -307,19 +478,19 @@ const LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref13, ref) {
|
|
|
307
478
|
viewBox: "0 0 32 32",
|
|
308
479
|
fill: "currentColor",
|
|
309
480
|
...rest
|
|
310
|
-
},
|
|
481
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
311
482
|
d: "M13 9L13 15 9 15 9 9 7 9 7 23 9 23 9 17 13 17 13 23 15 23 15 9 13 9zM23 13H19V9H17V23h2V15h4v8h2V15A2 2 0 0023 13z"
|
|
312
483
|
})), children);
|
|
313
484
|
});
|
|
314
485
|
if (process.env.NODE_ENV !== "production") {
|
|
315
486
|
LetterHh.propTypes = iconPropTypes;
|
|
316
487
|
}
|
|
317
|
-
const LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(
|
|
488
|
+
const LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref21, ref) {
|
|
318
489
|
let {
|
|
319
490
|
children,
|
|
320
491
|
size = 16,
|
|
321
492
|
...rest
|
|
322
|
-
} =
|
|
493
|
+
} = _ref21;
|
|
323
494
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
324
495
|
width: size,
|
|
325
496
|
height: size,
|
|
@@ -328,19 +499,19 @@ const LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref14, ref) {
|
|
|
328
499
|
viewBox: "0 0 32 32",
|
|
329
500
|
fill: "currentColor",
|
|
330
501
|
...rest
|
|
331
|
-
},
|
|
502
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
332
503
|
d: "M10 11L13 11 13 21 10 21 10 23 18 23 18 21 15 21 15 11 18 11 18 9 10 9 10 11zM20 13H22V23H20zM20 9H22V11H20z"
|
|
333
504
|
})), children);
|
|
334
505
|
});
|
|
335
506
|
if (process.env.NODE_ENV !== "production") {
|
|
336
507
|
LetterIi.propTypes = iconPropTypes;
|
|
337
508
|
}
|
|
338
|
-
const LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(
|
|
509
|
+
const LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref22, ref) {
|
|
339
510
|
let {
|
|
340
511
|
children,
|
|
341
512
|
size = 16,
|
|
342
513
|
...rest
|
|
343
|
-
} =
|
|
514
|
+
} = _ref22;
|
|
344
515
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
345
516
|
width: size,
|
|
346
517
|
height: size,
|
|
@@ -349,19 +520,19 @@ const LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref15, ref) {
|
|
|
349
520
|
viewBox: "0 0 32 32",
|
|
350
521
|
fill: "currentColor",
|
|
351
522
|
...rest
|
|
352
|
-
},
|
|
523
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
353
524
|
d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
|
|
354
525
|
})), children);
|
|
355
526
|
});
|
|
356
527
|
if (process.env.NODE_ENV !== "production") {
|
|
357
528
|
LetterJj.propTypes = iconPropTypes;
|
|
358
529
|
}
|
|
359
|
-
const LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(
|
|
530
|
+
const LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref23, ref) {
|
|
360
531
|
let {
|
|
361
532
|
children,
|
|
362
533
|
size = 16,
|
|
363
534
|
...rest
|
|
364
|
-
} =
|
|
535
|
+
} = _ref23;
|
|
365
536
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
366
537
|
width: size,
|
|
367
538
|
height: size,
|
|
@@ -370,19 +541,19 @@ const LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref16, ref) {
|
|
|
370
541
|
viewBox: "0 0 32 32",
|
|
371
542
|
fill: "currentColor",
|
|
372
543
|
...rest
|
|
373
|
-
},
|
|
544
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
374
545
|
d: "M15 9L12.89 9 9 15.55 9 9 7 9 7 23 9 23 9 18.71 9.93 17.22 12.89 23 15 23 11.11 15.43 15 9zM22.78 23L25 23 21.22 17 25 13 22.76 13 19 17.17 19 9 17 9 17 23 19 23 19 19.25 19.96 18.21 22.78 23z"
|
|
375
546
|
})), children);
|
|
376
547
|
});
|
|
377
548
|
if (process.env.NODE_ENV !== "production") {
|
|
378
549
|
LetterKk.propTypes = iconPropTypes;
|
|
379
550
|
}
|
|
380
|
-
const LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(
|
|
551
|
+
const LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref24, ref) {
|
|
381
552
|
let {
|
|
382
553
|
children,
|
|
383
554
|
size = 16,
|
|
384
555
|
...rest
|
|
385
|
-
} =
|
|
556
|
+
} = _ref24;
|
|
386
557
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
387
558
|
width: size,
|
|
388
559
|
height: size,
|
|
@@ -391,19 +562,19 @@ const LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref17, ref) {
|
|
|
391
562
|
viewBox: "0 0 32 32",
|
|
392
563
|
fill: "currentColor",
|
|
393
564
|
...rest
|
|
394
|
-
},
|
|
565
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
395
566
|
d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
|
|
396
567
|
})), children);
|
|
397
568
|
});
|
|
398
569
|
if (process.env.NODE_ENV !== "production") {
|
|
399
570
|
LetterLl.propTypes = iconPropTypes;
|
|
400
571
|
}
|
|
401
|
-
const LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(
|
|
572
|
+
const LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref25, ref) {
|
|
402
573
|
let {
|
|
403
574
|
children,
|
|
404
575
|
size = 16,
|
|
405
576
|
...rest
|
|
406
|
-
} =
|
|
577
|
+
} = _ref25;
|
|
407
578
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
408
579
|
width: size,
|
|
409
580
|
height: size,
|
|
@@ -412,19 +583,19 @@ const LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref18, ref) {
|
|
|
412
583
|
viewBox: "0 0 32 32",
|
|
413
584
|
fill: "currentColor",
|
|
414
585
|
...rest
|
|
415
|
-
},
|
|
586
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
416
587
|
d: "M24 13H16V23h2V15h2v8h2V15h2v8h2V15A2 2 0 0024 13zM12 9L10.48 14 10 15.98 9.54 14 8 9 6 9 6 23 8 23 8 15 7.84 13 8.42 15 10 19.63 11.58 15 12.16 13 12 15 12 23 14 23 14 9 12 9z"
|
|
417
588
|
})), children);
|
|
418
589
|
});
|
|
419
590
|
if (process.env.NODE_ENV !== "production") {
|
|
420
591
|
LetterMm.propTypes = iconPropTypes;
|
|
421
592
|
}
|
|
422
|
-
const LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(
|
|
593
|
+
const LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref26, ref) {
|
|
423
594
|
let {
|
|
424
595
|
children,
|
|
425
596
|
size = 16,
|
|
426
597
|
...rest
|
|
427
|
-
} =
|
|
598
|
+
} = _ref26;
|
|
428
599
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
429
600
|
width: size,
|
|
430
601
|
height: size,
|
|
@@ -433,19 +604,19 @@ const LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref19, ref) {
|
|
|
433
604
|
viewBox: "0 0 32 32",
|
|
434
605
|
fill: "currentColor",
|
|
435
606
|
...rest
|
|
436
|
-
},
|
|
607
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
437
608
|
d: "M25 23H23V15H19v8H17V13h6a2 2 0 012 2zM13 19L9.32 9 7 9 7 23 9 23 9 13 12.68 23 15 23 15 9 13 9 13 19z"
|
|
438
609
|
})), children);
|
|
439
610
|
});
|
|
440
611
|
if (process.env.NODE_ENV !== "production") {
|
|
441
612
|
LetterNn.propTypes = iconPropTypes;
|
|
442
613
|
}
|
|
443
|
-
const LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(
|
|
614
|
+
const LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref27, ref) {
|
|
444
615
|
let {
|
|
445
616
|
children,
|
|
446
617
|
size = 16,
|
|
447
618
|
...rest
|
|
448
|
-
} =
|
|
619
|
+
} = _ref27;
|
|
449
620
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
450
621
|
width: size,
|
|
451
622
|
height: size,
|
|
@@ -454,19 +625,19 @@ const LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref20, ref) {
|
|
|
454
625
|
viewBox: "0 0 32 32",
|
|
455
626
|
fill: "currentColor",
|
|
456
627
|
...rest
|
|
457
|
-
},
|
|
628
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
458
629
|
d: "M23 23H19a2 2 0 01-2-2V15a2 2 0 012-2h4a2 2 0 012 2v6A2 2 0 0123 23zm-4-8v6h4V15zM13 23H9a2 2 0 01-2-2V11A2 2 0 019 9h4a2 2 0 012 2V21A2 2 0 0113 23zM9 11V21h4V11z"
|
|
459
630
|
})), children);
|
|
460
631
|
});
|
|
461
632
|
if (process.env.NODE_ENV !== "production") {
|
|
462
633
|
LetterOo.propTypes = iconPropTypes;
|
|
463
634
|
}
|
|
464
|
-
const LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(
|
|
635
|
+
const LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref28, ref) {
|
|
465
636
|
let {
|
|
466
637
|
children,
|
|
467
638
|
size = 16,
|
|
468
639
|
...rest
|
|
469
|
-
} =
|
|
640
|
+
} = _ref28;
|
|
470
641
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
471
642
|
width: size,
|
|
472
643
|
height: size,
|
|
@@ -475,19 +646,19 @@ const LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref21, ref) {
|
|
|
475
646
|
viewBox: "0 0 32 32",
|
|
476
647
|
fill: "currentColor",
|
|
477
648
|
...rest
|
|
478
|
-
},
|
|
649
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
479
650
|
d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
|
|
480
651
|
})), children);
|
|
481
652
|
});
|
|
482
653
|
if (process.env.NODE_ENV !== "production") {
|
|
483
654
|
LetterPp.propTypes = iconPropTypes;
|
|
484
655
|
}
|
|
485
|
-
const LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(
|
|
656
|
+
const LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref29, ref) {
|
|
486
657
|
let {
|
|
487
658
|
children,
|
|
488
659
|
size = 16,
|
|
489
660
|
...rest
|
|
490
|
-
} =
|
|
661
|
+
} = _ref29;
|
|
491
662
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
492
663
|
width: size,
|
|
493
664
|
height: size,
|
|
@@ -496,19 +667,19 @@ const LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref22, ref) {
|
|
|
496
667
|
viewBox: "0 0 32 32",
|
|
497
668
|
fill: "currentColor",
|
|
498
669
|
...rest
|
|
499
|
-
},
|
|
670
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
500
671
|
d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v4h2V13zm4 8H19V15h4zM13 9H9a2 2 0 00-2 2V21a2 2 0 002 2h1v2a2 2 0 002 2h2V25H12V23h1a2 2 0 002-2V11A2 2 0 0013 9zM9 21V11h4V21z"
|
|
501
672
|
})), children);
|
|
502
673
|
});
|
|
503
674
|
if (process.env.NODE_ENV !== "production") {
|
|
504
675
|
LetterQq.propTypes = iconPropTypes;
|
|
505
676
|
}
|
|
506
|
-
const LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(
|
|
677
|
+
const LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref30, ref) {
|
|
507
678
|
let {
|
|
508
679
|
children,
|
|
509
680
|
size = 16,
|
|
510
681
|
...rest
|
|
511
|
-
} =
|
|
682
|
+
} = _ref30;
|
|
512
683
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
513
684
|
width: size,
|
|
514
685
|
height: size,
|
|
@@ -517,19 +688,19 @@ const LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref23, ref) {
|
|
|
517
688
|
viewBox: "0 0 32 32",
|
|
518
689
|
fill: "currentColor",
|
|
519
690
|
...rest
|
|
520
|
-
},
|
|
691
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
521
692
|
d: "M16 15V11a2 2 0 00-2-2H8V23h2V17h1.48l2.34 6H16l-2.33-6H14A2 2 0 0016 15zm-6-4h4v4H10zM24 13L18 13 18 23 20 23 20 15 24 15 24 13z"
|
|
522
693
|
})), children);
|
|
523
694
|
});
|
|
524
695
|
if (process.env.NODE_ENV !== "production") {
|
|
525
696
|
LetterRr.propTypes = iconPropTypes;
|
|
526
697
|
}
|
|
527
|
-
const LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(
|
|
698
|
+
const LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref31, ref) {
|
|
528
699
|
let {
|
|
529
700
|
children,
|
|
530
701
|
size = 16,
|
|
531
702
|
...rest
|
|
532
|
-
} =
|
|
703
|
+
} = _ref31;
|
|
533
704
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
534
705
|
width: size,
|
|
535
706
|
height: size,
|
|
@@ -538,19 +709,19 @@ const LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref24, ref) {
|
|
|
538
709
|
viewBox: "0 0 32 32",
|
|
539
710
|
fill: "currentColor",
|
|
540
711
|
...rest
|
|
541
|
-
},
|
|
712
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
542
713
|
d: "M22 23H17V21h5V19H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v2h3a2 2 0 012 2v2A2 2 0 0122 23zM13 23H7V21h6V17H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9v4h4a2 2 0 012 2v4A2 2 0 0113 23z"
|
|
543
714
|
})), children);
|
|
544
715
|
});
|
|
545
716
|
if (process.env.NODE_ENV !== "production") {
|
|
546
717
|
LetterSs.propTypes = iconPropTypes;
|
|
547
718
|
}
|
|
548
|
-
const LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(
|
|
719
|
+
const LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref32, ref) {
|
|
549
720
|
let {
|
|
550
721
|
children,
|
|
551
722
|
size = 16,
|
|
552
723
|
...rest
|
|
553
|
-
} =
|
|
724
|
+
} = _ref32;
|
|
554
725
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
555
726
|
width: size,
|
|
556
727
|
height: size,
|
|
@@ -559,19 +730,19 @@ const LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref25, ref) {
|
|
|
559
730
|
viewBox: "0 0 32 32",
|
|
560
731
|
fill: "currentColor",
|
|
561
732
|
...rest
|
|
562
|
-
},
|
|
733
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
563
734
|
d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
|
|
564
735
|
})), children);
|
|
565
736
|
});
|
|
566
737
|
if (process.env.NODE_ENV !== "production") {
|
|
567
738
|
LetterTt.propTypes = iconPropTypes;
|
|
568
739
|
}
|
|
569
|
-
const LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(
|
|
740
|
+
const LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref33, ref) {
|
|
570
741
|
let {
|
|
571
742
|
children,
|
|
572
743
|
size = 16,
|
|
573
744
|
...rest
|
|
574
|
-
} =
|
|
745
|
+
} = _ref33;
|
|
575
746
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
576
747
|
width: size,
|
|
577
748
|
height: size,
|
|
@@ -580,19 +751,19 @@ const LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref26, ref) {
|
|
|
580
751
|
viewBox: "0 0 32 32",
|
|
581
752
|
fill: "currentColor",
|
|
582
753
|
...rest
|
|
583
|
-
},
|
|
754
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
584
755
|
d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
|
|
585
756
|
})), children);
|
|
586
757
|
});
|
|
587
758
|
if (process.env.NODE_ENV !== "production") {
|
|
588
759
|
LetterUu.propTypes = iconPropTypes;
|
|
589
760
|
}
|
|
590
|
-
const LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(
|
|
761
|
+
const LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref34, ref) {
|
|
591
762
|
let {
|
|
592
763
|
children,
|
|
593
764
|
size = 16,
|
|
594
765
|
...rest
|
|
595
|
-
} =
|
|
766
|
+
} = _ref34;
|
|
596
767
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
597
768
|
width: size,
|
|
598
769
|
height: size,
|
|
@@ -601,19 +772,19 @@ const LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref27, ref) {
|
|
|
601
772
|
viewBox: "0 0 32 32",
|
|
602
773
|
fill: "currentColor",
|
|
603
774
|
...rest
|
|
604
|
-
},
|
|
775
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
605
776
|
d: "M25 13L23.25 13 21 22.03 18.79 13 17 13 19.5 23 22.5 23 25 13zM13 9L11 22 9 9 7 9 9.52 23 12.48 23 15 9 13 9z"
|
|
606
777
|
})), children);
|
|
607
778
|
});
|
|
608
779
|
if (process.env.NODE_ENV !== "production") {
|
|
609
780
|
LetterVv.propTypes = iconPropTypes;
|
|
610
781
|
}
|
|
611
|
-
const LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(
|
|
782
|
+
const LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref35, ref) {
|
|
612
783
|
let {
|
|
613
784
|
children,
|
|
614
785
|
size = 16,
|
|
615
786
|
...rest
|
|
616
|
-
} =
|
|
787
|
+
} = _ref35;
|
|
617
788
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
618
789
|
width: size,
|
|
619
790
|
height: size,
|
|
@@ -622,19 +793,19 @@ const LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref28, ref) {
|
|
|
622
793
|
viewBox: "0 0 32 32",
|
|
623
794
|
fill: "currentColor",
|
|
624
795
|
...rest
|
|
625
|
-
},
|
|
796
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
626
797
|
d: "M24.3 13L23.39 21.61 22 13 20 13 18.61 21.61 17.7 13 16 13 17.36 23 19.64 23 21 14.63 22.36 23 24.64 23 26 13 24.3 13zM12.21 9L11.87 17 11.61 21.54 11.2 18 10.52 12.54 8.5 12.54 7.82 18 7.41 21.54 7.16 17 6.81 9 5.01 9 6.01 23 8.28 23 9.04 18.07 9.5 14 9.51 13.97 9.52 14 9.98 18.07 10.74 23 13.01 23 14.01 9 12.21 9z"
|
|
627
798
|
})), children);
|
|
628
799
|
});
|
|
629
800
|
if (process.env.NODE_ENV !== "production") {
|
|
630
801
|
LetterWw.propTypes = iconPropTypes;
|
|
631
802
|
}
|
|
632
|
-
const LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(
|
|
803
|
+
const LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref36, ref) {
|
|
633
804
|
let {
|
|
634
805
|
children,
|
|
635
806
|
size = 16,
|
|
636
807
|
...rest
|
|
637
|
-
} =
|
|
808
|
+
} = _ref36;
|
|
638
809
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
639
810
|
width: size,
|
|
640
811
|
height: size,
|
|
@@ -643,19 +814,19 @@ const LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref29, ref) {
|
|
|
643
814
|
viewBox: "0 0 32 32",
|
|
644
815
|
fill: "currentColor",
|
|
645
816
|
...rest
|
|
646
|
-
},
|
|
817
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
647
818
|
d: "M15 9L13 9 11 15 9 9 7 9 9.75 16 7 23 9 23 11 17 13 23 15 23 12.24 16 15 9zM25 13L23 13 21 16.9 19 13 17 13 19.91 18 17 23 19 23 21 19.2 23 23 25 23 22.1 18 25 13z"
|
|
648
819
|
})), children);
|
|
649
820
|
});
|
|
650
821
|
if (process.env.NODE_ENV !== "production") {
|
|
651
822
|
LetterXx.propTypes = iconPropTypes;
|
|
652
823
|
}
|
|
653
|
-
const LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(
|
|
824
|
+
const LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref37, ref) {
|
|
654
825
|
let {
|
|
655
826
|
children,
|
|
656
827
|
size = 16,
|
|
657
828
|
...rest
|
|
658
|
-
} =
|
|
829
|
+
} = _ref37;
|
|
659
830
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
660
831
|
width: size,
|
|
661
832
|
height: size,
|
|
@@ -664,19 +835,19 @@ const LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref30, ref) {
|
|
|
664
835
|
viewBox: "0 0 32 32",
|
|
665
836
|
fill: "currentColor",
|
|
666
837
|
...rest
|
|
667
|
-
},
|
|
838
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
668
839
|
d: "M15 9L13 9 11 16 9 9 7 9 10 18 10 23 12 23 12 18 12 18 15 9zM23 13l-2 7.52L19.08 13H17l3.15 9.87L19.53 25H17v2h2.26a2 2 0 001.91-1.42L25 13z"
|
|
669
840
|
})), children);
|
|
670
841
|
});
|
|
671
842
|
if (process.env.NODE_ENV !== "production") {
|
|
672
843
|
LetterYy.propTypes = iconPropTypes;
|
|
673
844
|
}
|
|
674
|
-
const LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(
|
|
845
|
+
const LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref38, ref) {
|
|
675
846
|
let {
|
|
676
847
|
children,
|
|
677
848
|
size = 16,
|
|
678
849
|
...rest
|
|
679
|
-
} =
|
|
850
|
+
} = _ref38;
|
|
680
851
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
681
852
|
width: size,
|
|
682
853
|
height: size,
|
|
@@ -685,19 +856,19 @@ const LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref31, ref) {
|
|
|
685
856
|
viewBox: "0 0 32 32",
|
|
686
857
|
fill: "currentColor",
|
|
687
858
|
...rest
|
|
688
|
-
},
|
|
859
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
689
860
|
d: "M25 15L25 13 17 13 17 15 22.5 15 17 21 17 23 25 23 25 21 19.51 21 25 15zM15 9L7 9 7 11 13 11 7 21 7 23 15 23 15 21 9 21 15 11 15 9z"
|
|
690
861
|
})), children);
|
|
691
862
|
});
|
|
692
863
|
if (process.env.NODE_ENV !== "production") {
|
|
693
864
|
LetterZz.propTypes = iconPropTypes;
|
|
694
865
|
}
|
|
695
|
-
const License = /*#__PURE__*/React.forwardRef(function License(
|
|
866
|
+
const License = /*#__PURE__*/React.forwardRef(function License(_ref39, ref) {
|
|
696
867
|
let {
|
|
697
868
|
children,
|
|
698
869
|
size = 16,
|
|
699
870
|
...rest
|
|
700
|
-
} =
|
|
871
|
+
} = _ref39;
|
|
701
872
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
702
873
|
width: size,
|
|
703
874
|
height: size,
|
|
@@ -706,21 +877,21 @@ const License = /*#__PURE__*/React.forwardRef(function License(_ref32, ref) {
|
|
|
706
877
|
viewBox: "0 0 32 32",
|
|
707
878
|
fill: "currentColor",
|
|
708
879
|
...rest
|
|
709
|
-
},
|
|
880
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
710
881
|
d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
|
|
711
|
-
})),
|
|
882
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
712
883
|
d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,24,30ZM8,4V28H24V4Z"
|
|
713
884
|
})), children);
|
|
714
885
|
});
|
|
715
886
|
if (process.env.NODE_ENV !== "production") {
|
|
716
887
|
License.propTypes = iconPropTypes;
|
|
717
888
|
}
|
|
718
|
-
const LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(
|
|
889
|
+
const LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref40, ref) {
|
|
719
890
|
let {
|
|
720
891
|
children,
|
|
721
892
|
size = 16,
|
|
722
893
|
...rest
|
|
723
|
-
} =
|
|
894
|
+
} = _ref40;
|
|
724
895
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
725
896
|
width: size,
|
|
726
897
|
height: size,
|
|
@@ -729,21 +900,21 @@ const LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref33,
|
|
|
729
900
|
viewBox: "0 0 32 32",
|
|
730
901
|
fill: "currentColor",
|
|
731
902
|
...rest
|
|
732
|
-
},
|
|
903
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
733
904
|
d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
|
|
734
|
-
})),
|
|
905
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
735
906
|
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM12 30H6a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 016 2H22a2.0021 2.0021 0 012 2V14H22V4H6V28h6z"
|
|
736
907
|
})), children);
|
|
737
908
|
});
|
|
738
909
|
if (process.env.NODE_ENV !== "production") {
|
|
739
910
|
LicenseDraft.propTypes = iconPropTypes;
|
|
740
911
|
}
|
|
741
|
-
const LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(
|
|
912
|
+
const LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref41, ref) {
|
|
742
913
|
let {
|
|
743
914
|
children,
|
|
744
915
|
size = 16,
|
|
745
916
|
...rest
|
|
746
|
-
} =
|
|
917
|
+
} = _ref41;
|
|
747
918
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
748
919
|
width: size,
|
|
749
920
|
height: size,
|
|
@@ -752,21 +923,21 @@ const LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref3
|
|
|
752
923
|
viewBox: "0 0 32 32",
|
|
753
924
|
fill: "currentColor",
|
|
754
925
|
...rest
|
|
755
|
-
},
|
|
926
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
756
927
|
d: "M22 14a8 8 0 108 8A8.0092 8.0092 0 0022 14zm5.91 7H25.9563a12.03 12.03 0 00-1.2183-4.3325A6.01 6.01 0 0127.91 21zm-7.8545 0A10.0135 10.0135 0 0122 16.0146 10.0121 10.0121 0 0123.9448 21zm3.89 2A10.01 10.01 0 0122 27.9854 10.0121 10.0121 0 0120.0552 23zm-4.6831-6.332A12.0265 12.0265 0 0018.0435 21H16.09A6.01 6.01 0 0119.2617 16.668zM16.09 23h1.9532a12.0265 12.0265 0 001.2182 4.332A6.01 6.01 0 0116.09 23zm8.6482 4.332A12.0242 12.0242 0 0025.9565 23H27.91A6.0088 6.0088 0 0124.7385 27.332zM6 14H12V16H6zM6 6H18V8H6zM6 10H18V12H6zM6 24H12V26H6z"
|
|
757
|
-
})),
|
|
928
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
758
929
|
d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H20a2.0021,2.0021,0,0,1,2,2v8H20V4H4V28h8Z"
|
|
759
930
|
})), children);
|
|
760
931
|
});
|
|
761
932
|
if (process.env.NODE_ENV !== "production") {
|
|
762
933
|
LicenseGlobal.propTypes = iconPropTypes;
|
|
763
934
|
}
|
|
764
|
-
const LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(
|
|
935
|
+
const LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(_ref42, ref) {
|
|
765
936
|
let {
|
|
766
937
|
children,
|
|
767
938
|
size = 16,
|
|
768
939
|
...rest
|
|
769
|
-
} =
|
|
940
|
+
} = _ref42;
|
|
770
941
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
771
942
|
width: size,
|
|
772
943
|
height: size,
|
|
@@ -775,21 +946,21 @@ const LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMainten
|
|
|
775
946
|
viewBox: "0 0 32 32",
|
|
776
947
|
fill: "currentColor",
|
|
777
948
|
...rest
|
|
778
|
-
},
|
|
949
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
779
950
|
d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM30 24V22H27.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0024 18.1011V16H22v2.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0018.1011 22H16v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0022 27.8989V30h2V27.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0027.8989 24zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0123 26z"
|
|
780
|
-
})),
|
|
951
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
781
952
|
d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
|
|
782
953
|
})), children);
|
|
783
954
|
});
|
|
784
955
|
if (process.env.NODE_ENV !== "production") {
|
|
785
956
|
LicenseMaintenance.propTypes = iconPropTypes;
|
|
786
957
|
}
|
|
787
|
-
const LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(
|
|
958
|
+
const LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(_ref43, ref) {
|
|
788
959
|
let {
|
|
789
960
|
children,
|
|
790
961
|
size = 16,
|
|
791
962
|
...rest
|
|
792
|
-
} =
|
|
963
|
+
} = _ref43;
|
|
793
964
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
794
965
|
width: size,
|
|
795
966
|
height: size,
|
|
@@ -798,21 +969,21 @@ const LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMa
|
|
|
798
969
|
viewBox: "0 0 32 32",
|
|
799
970
|
fill: "currentColor",
|
|
800
971
|
...rest
|
|
801
|
-
},
|
|
972
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
802
973
|
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM20 13V11H17.8579a3.94 3.94 0 00-.4248-1.019L18.95 8.4644 17.5356 7.05 16.019 8.5669A3.9443 3.9443 0 0015 8.1421V6H13V8.1421a3.9443 3.9443 0 00-1.019.4248L10.4644 7.05 9.05 8.4644 10.5669 9.981A3.94 3.94 0 0010.1421 11H8v2h2.1421a3.94 3.94 0 00.4248 1.019L9.05 15.5356 10.4644 16.95l1.5166-1.5166A3.9443 3.9443 0 0013 15.8579V18h2V15.8579a3.9443 3.9443 0 001.019-.4248L17.5356 16.95 18.95 15.5356 17.4331 14.019A3.94 3.94 0 0017.8579 13zm-6 1a2 2 0 112-2A2.0025 2.0025 0 0114 14z"
|
|
803
|
-
})),
|
|
974
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
804
975
|
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
|
|
805
976
|
})), children);
|
|
806
977
|
});
|
|
807
978
|
if (process.env.NODE_ENV !== "production") {
|
|
808
979
|
LicenseMaintenanceDraft.propTypes = iconPropTypes;
|
|
809
980
|
}
|
|
810
|
-
const LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(
|
|
981
|
+
const LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(_ref44, ref) {
|
|
811
982
|
let {
|
|
812
983
|
children,
|
|
813
984
|
size = 16,
|
|
814
985
|
...rest
|
|
815
|
-
} =
|
|
986
|
+
} = _ref44;
|
|
816
987
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
817
988
|
width: size,
|
|
818
989
|
height: size,
|
|
@@ -821,21 +992,21 @@ const LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdPar
|
|
|
821
992
|
viewBox: "0 0 32 32",
|
|
822
993
|
fill: "currentColor",
|
|
823
994
|
...rest
|
|
824
|
-
},
|
|
995
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
825
996
|
d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM24 24a4 4 0 10-4-4A4 4 0 0024 24zm0-6a2 2 0 11-2 2A2 2 0 0124 18z"
|
|
826
|
-
})),
|
|
997
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
827
998
|
d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
|
|
828
999
|
})), children);
|
|
829
1000
|
});
|
|
830
1001
|
if (process.env.NODE_ENV !== "production") {
|
|
831
1002
|
LicenseThirdParty.propTypes = iconPropTypes;
|
|
832
1003
|
}
|
|
833
|
-
const LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(
|
|
1004
|
+
const LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(_ref45, ref) {
|
|
834
1005
|
let {
|
|
835
1006
|
children,
|
|
836
1007
|
size = 16,
|
|
837
1008
|
...rest
|
|
838
|
-
} =
|
|
1009
|
+
} = _ref45;
|
|
839
1010
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
840
1011
|
width: size,
|
|
841
1012
|
height: size,
|
|
@@ -844,21 +1015,21 @@ const LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThi
|
|
|
844
1015
|
viewBox: "0 0 32 32",
|
|
845
1016
|
fill: "currentColor",
|
|
846
1017
|
...rest
|
|
847
|
-
},
|
|
1018
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
848
1019
|
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM17 15H11a3 3 0 00-3 3v1h2V18a1 1 0 011-1h6a1 1 0 011 1v1h2V18A3 3 0 0017 15zM14 14a4 4 0 10-4-4A4 4 0 0014 14zm0-6a2 2 0 11-2 2A2 2 0 0114 8z"
|
|
849
|
-
})),
|
|
1020
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
850
1021
|
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
|
|
851
1022
|
})), children);
|
|
852
1023
|
});
|
|
853
1024
|
if (process.env.NODE_ENV !== "production") {
|
|
854
1025
|
LicenseThirdPartyDraft.propTypes = iconPropTypes;
|
|
855
1026
|
}
|
|
856
|
-
const Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(
|
|
1027
|
+
const Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref46, ref) {
|
|
857
1028
|
let {
|
|
858
1029
|
children,
|
|
859
1030
|
size = 16,
|
|
860
1031
|
...rest
|
|
861
|
-
} =
|
|
1032
|
+
} = _ref46;
|
|
862
1033
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
863
1034
|
width: size,
|
|
864
1035
|
height: size,
|
|
@@ -867,19 +1038,19 @@ const Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref39, ref)
|
|
|
867
1038
|
viewBox: "0 0 32 32",
|
|
868
1039
|
fill: "currentColor",
|
|
869
1040
|
...rest
|
|
870
|
-
},
|
|
1041
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
871
1042
|
d: "M28.2261,22.812a13.9664,13.9664,0,0,0,0-13.624L28.4141,9a2.0021,2.0021,0,0,0,0-2.8281l-2.5857-2.586a2.0028,2.0028,0,0,0-2.8284,0l-.1877.1875a13.9687,13.9687,0,0,0-13.6243,0L9,3.5859a2.0024,2.0024,0,0,0-2.8284,0L3.5859,6.1719A2.0021,2.0021,0,0,0,3.5859,9l.1878.1875a13.97,13.97,0,0,0,0,13.625L3.5859,23a2.0021,2.0021,0,0,0,0,2.8281l2.5857,2.586a2.0021,2.0021,0,0,0,2.8284,0l.188-.188a13.9687,13.9687,0,0,0,13.6243.0005L23,28.4141a2.0021,2.0021,0,0,0,2.8284,0l2.5857-2.586a2.0021,2.0021,0,0,0,0-2.8281ZM28,16a11.973,11.973,0,0,1-1.2546,5.3315l-3.8948-3.895a6.9808,6.9808,0,0,0,0-2.873l3.8948-3.895A11.973,11.973,0,0,1,28,16ZM27,7.5859l-4.9346,4.9346A7.0434,7.0434,0,0,0,19.48,9.9346L24.4143,5ZM16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21ZM21.3154,5.2705,17.4365,9.1494a6.9808,6.9808,0,0,0-2.873,0L10.6846,5.2705A12.2484,12.2484,0,0,1,21.3154,5.2705ZM7.5859,5l4.9346,4.9346a7.0449,7.0449,0,0,0-2.5859,2.5859L5,7.5859ZM4,16a11.9716,11.9716,0,0,1,1.2546-5.3311l3.8948,3.8946a6.9808,6.9808,0,0,0,0,2.873L5.2546,21.3311A11.9716,11.9716,0,0,1,4,16ZM7.5857,27,5,24.4141,9.9346,19.48a7.0434,7.0434,0,0,0,2.5859,2.5859Zm3.0989-.27,3.8789-3.8789a6.9808,6.9808,0,0,0,2.873,0L21.3154,26.73A12.2484,12.2484,0,0,1,10.6846,26.73Zm13.73.27L19.48,22.0654A7.0449,7.0449,0,0,0,22.0654,19.48L27,24.4141Z"
|
|
872
1043
|
})), children);
|
|
873
1044
|
});
|
|
874
1045
|
if (process.env.NODE_ENV !== "production") {
|
|
875
1046
|
Lifesaver.propTypes = iconPropTypes;
|
|
876
1047
|
}
|
|
877
|
-
const Light = /*#__PURE__*/React.forwardRef(function Light(
|
|
1048
|
+
const Light = /*#__PURE__*/React.forwardRef(function Light(_ref47, ref) {
|
|
878
1049
|
let {
|
|
879
1050
|
children,
|
|
880
1051
|
size = 16,
|
|
881
1052
|
...rest
|
|
882
|
-
} =
|
|
1053
|
+
} = _ref47;
|
|
883
1054
|
if (size === 16 || size === "16" || size === "16px") {
|
|
884
1055
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
885
1056
|
width: size,
|
|
@@ -889,27 +1060,27 @@ const Light = /*#__PURE__*/React.forwardRef(function Light(_ref40, ref) {
|
|
|
889
1060
|
viewBox: "0 0 16 16",
|
|
890
1061
|
fill: "currentColor",
|
|
891
1062
|
...rest
|
|
892
|
-
},
|
|
1063
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
893
1064
|
d: "M7.5 1H8.5V3.5H7.5z"
|
|
894
|
-
})),
|
|
1065
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
895
1066
|
d: "M10.8 3.4H13.3V4.4H10.8z",
|
|
896
1067
|
transform: "rotate(-45.001 12.041 3.923)"
|
|
897
|
-
})),
|
|
1068
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
898
1069
|
d: "M12.5 7.5H15V8.5H12.5z"
|
|
899
|
-
})),
|
|
1070
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
900
1071
|
d: "M11.6 10.8H12.6V13.3H11.6z",
|
|
901
1072
|
transform: "rotate(-45.001 12.075 12.041)"
|
|
902
|
-
})),
|
|
1073
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
903
1074
|
d: "M7.5 12.5H8.5V15H7.5z"
|
|
904
|
-
})),
|
|
1075
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
905
1076
|
d: "M2.7 11.6H5.2V12.6H2.7z",
|
|
906
1077
|
transform: "rotate(-45.001 3.96 12.079)"
|
|
907
|
-
})),
|
|
1078
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
908
1079
|
d: "M1 7.5H3.5V8.5H1z"
|
|
909
|
-
})),
|
|
1080
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
910
1081
|
d: "M3.4 2.7H4.4V5.2H3.4z",
|
|
911
1082
|
transform: "rotate(-45.001 3.925 3.961)"
|
|
912
|
-
})),
|
|
1083
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
913
1084
|
d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
|
|
914
1085
|
})), children);
|
|
915
1086
|
}
|
|
@@ -921,39 +1092,39 @@ const Light = /*#__PURE__*/React.forwardRef(function Light(_ref40, ref) {
|
|
|
921
1092
|
viewBox: "0 0 32 32",
|
|
922
1093
|
fill: "currentColor",
|
|
923
1094
|
...rest
|
|
924
|
-
},
|
|
1095
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
925
1096
|
d: "M15 2H17V7H15z"
|
|
926
|
-
})),
|
|
1097
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
927
1098
|
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
|
928
1099
|
transform: "rotate(-45 24.147 7.853)"
|
|
929
|
-
})),
|
|
1100
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
930
1101
|
d: "M25 15H30V17H25z"
|
|
931
|
-
})),
|
|
1102
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
932
1103
|
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
|
933
1104
|
transform: "rotate(-45 24.147 24.146)"
|
|
934
|
-
})),
|
|
1105
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
935
1106
|
d: "M15 25H17V30H15z"
|
|
936
|
-
})),
|
|
1107
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
937
1108
|
d: "M5.375 23.147H10.333V25.147H5.375z",
|
|
938
1109
|
transform: "rotate(-45 7.853 24.146)"
|
|
939
|
-
})),
|
|
1110
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
940
1111
|
d: "M2 15H7V17H2z"
|
|
941
|
-
})),
|
|
1112
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
942
1113
|
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
943
1114
|
transform: "rotate(-45 7.854 7.853)"
|
|
944
|
-
})),
|
|
1115
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
945
1116
|
d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
|
946
1117
|
})), children);
|
|
947
1118
|
});
|
|
948
1119
|
if (process.env.NODE_ENV !== "production") {
|
|
949
1120
|
Light.propTypes = iconPropTypes;
|
|
950
1121
|
}
|
|
951
|
-
const LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(
|
|
1122
|
+
const LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref48, ref) {
|
|
952
1123
|
let {
|
|
953
1124
|
children,
|
|
954
1125
|
size = 16,
|
|
955
1126
|
...rest
|
|
956
|
-
} =
|
|
1127
|
+
} = _ref48;
|
|
957
1128
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
958
1129
|
width: size,
|
|
959
1130
|
height: size,
|
|
@@ -962,39 +1133,39 @@ const LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref41, r
|
|
|
962
1133
|
viewBox: "0 0 32 32",
|
|
963
1134
|
fill: "currentColor",
|
|
964
1135
|
...rest
|
|
965
|
-
},
|
|
1136
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
966
1137
|
d: "M15 2H17V7H15z"
|
|
967
|
-
})),
|
|
1138
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
968
1139
|
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
|
969
1140
|
transform: "rotate(-45 24.147 7.853)"
|
|
970
|
-
})),
|
|
1141
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
971
1142
|
d: "M25 15H30V17H25z"
|
|
972
|
-
})),
|
|
1143
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
973
1144
|
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
|
974
1145
|
transform: "rotate(-45 24.147 24.146)"
|
|
975
|
-
})),
|
|
1146
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
976
1147
|
d: "M15 25H17V30H15z"
|
|
977
|
-
})),
|
|
1148
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
978
1149
|
d: "M5.375 23.147H10.333V25.147H5.375z",
|
|
979
1150
|
transform: "rotate(-45 7.853 24.146)"
|
|
980
|
-
})),
|
|
1151
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
981
1152
|
d: "M2 15H7V17H2z"
|
|
982
|
-
})),
|
|
1153
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
983
1154
|
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
984
1155
|
transform: "rotate(-45 7.854 7.853)"
|
|
985
|
-
})),
|
|
1156
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
986
1157
|
d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
|
987
1158
|
})), children);
|
|
988
1159
|
});
|
|
989
1160
|
if (process.env.NODE_ENV !== "production") {
|
|
990
1161
|
LightFilled.propTypes = iconPropTypes;
|
|
991
1162
|
}
|
|
992
|
-
const Lightning = /*#__PURE__*/React.forwardRef(function Lightning(
|
|
1163
|
+
const Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref49, ref) {
|
|
993
1164
|
let {
|
|
994
1165
|
children,
|
|
995
1166
|
size = 16,
|
|
996
1167
|
...rest
|
|
997
|
-
} =
|
|
1168
|
+
} = _ref49;
|
|
998
1169
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
999
1170
|
width: size,
|
|
1000
1171
|
height: size,
|
|
@@ -1003,19 +1174,19 @@ const Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref42, ref)
|
|
|
1003
1174
|
viewBox: "0 0 32 32",
|
|
1004
1175
|
fill: "currentColor",
|
|
1005
1176
|
...rest
|
|
1006
|
-
},
|
|
1177
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1007
1178
|
d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z"
|
|
1008
1179
|
})), children);
|
|
1009
1180
|
});
|
|
1010
1181
|
if (process.env.NODE_ENV !== "production") {
|
|
1011
1182
|
Lightning.propTypes = iconPropTypes;
|
|
1012
1183
|
}
|
|
1013
|
-
const Link = /*#__PURE__*/React.forwardRef(function Link(
|
|
1184
|
+
const Link = /*#__PURE__*/React.forwardRef(function Link(_ref50, ref) {
|
|
1014
1185
|
let {
|
|
1015
1186
|
children,
|
|
1016
1187
|
size = 16,
|
|
1017
1188
|
...rest
|
|
1018
|
-
} =
|
|
1189
|
+
} = _ref50;
|
|
1019
1190
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1020
1191
|
width: size,
|
|
1021
1192
|
height: size,
|
|
@@ -1024,21 +1195,21 @@ const Link = /*#__PURE__*/React.forwardRef(function Link(_ref43, ref) {
|
|
|
1024
1195
|
viewBox: "0 0 32 32",
|
|
1025
1196
|
fill: "currentColor",
|
|
1026
1197
|
...rest
|
|
1027
|
-
},
|
|
1198
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1028
1199
|
d: "M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z"
|
|
1029
|
-
})),
|
|
1200
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1030
1201
|
d: "M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"
|
|
1031
1202
|
})), children);
|
|
1032
1203
|
});
|
|
1033
1204
|
if (process.env.NODE_ENV !== "production") {
|
|
1034
1205
|
Link.propTypes = iconPropTypes;
|
|
1035
1206
|
}
|
|
1036
|
-
const Linux = /*#__PURE__*/React.forwardRef(function Linux(
|
|
1207
|
+
const Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref51, ref) {
|
|
1037
1208
|
let {
|
|
1038
1209
|
children,
|
|
1039
1210
|
size = 16,
|
|
1040
1211
|
...rest
|
|
1041
|
-
} =
|
|
1212
|
+
} = _ref51;
|
|
1042
1213
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1043
1214
|
width: size,
|
|
1044
1215
|
height: size,
|
|
@@ -1047,19 +1218,19 @@ const Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref44, ref) {
|
|
|
1047
1218
|
viewBox: "0 0 32 32",
|
|
1048
1219
|
fill: "currentColor",
|
|
1049
1220
|
...rest
|
|
1050
|
-
},
|
|
1221
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1051
1222
|
d: "M29.8945,23.542l-1.7238-3.4473a1.9994,1.9994,0,0,0-1.7886-1.1054h-.4683a14.887,14.887,0,0,0-1.8193-4.5977C23.0647,12.4429,22,10.4277,22,8A6,6,0,0,0,10,8a13.0041,13.0041,0,0,1-2.0486,6.2153,14.7022,14.7022,0,0,0-1.8708,4.7759H5.6184a2.0007,2.0007,0,0,0-1.7893,1.106L2.1055,23.5439a1,1,0,0,0,.0971,1.0508L6.2319,29.92a2.9995,2.9995,0,0,0,3.8482.6519l1.8735-1.1241A13.8223,13.8223,0,0,0,16,30a13.8034,13.8034,0,0,0,4.0488-.5527L21.92,30.57a2.9819,2.9819,0,0,0,1.5385.43,3.0385,3.0385,0,0,0,2.3389-1.1187l4-5.2885A1.001,1.001,0,0,0,29.8945,23.542Zm-7.5683-8.2158a14.8311,14.8311,0,0,1,1.5591,3.6631H21.738a16.6591,16.6591,0,0,0-.98-2.6455,12.7083,12.7083,0,0,1-.8789-2.4454,8.8046,8.8046,0,0,0,1.0034-1.4277l.0384-.0718A30.746,30.746,0,0,0,22.3262,15.3262ZM12,21a9.3959,9.3959,0,0,1,1.0728-3.8516c.2563-.5825.5158-1.1757.726-1.7993a4.0474,4.0474,0,0,0,4.4024,0c.21.6236.47,1.2168.726,1.7993A9.3959,9.3959,0,0,1,20,21c0,1.2881-.4146,3-4,3S12,22.2881,12,21Zm6.5105-8.5752A3.6265,3.6265,0,0,1,16,14a3.6273,3.6273,0,0,1-2.5107-1.5757,7.6356,7.6356,0,0,1,5.0212,0ZM12,8a4,4,0,0,1,8,0,10.9164,10.9164,0,0,0,.4673,3.1152A7.9811,7.9811,0,0,0,19,10.4849V8H17v2.0542a9.2522,9.2522,0,0,0-2,0V8H13v2.4849a7.9019,7.9019,0,0,0-1.4785.6372A10.7093,10.7093,0,0,0,12,8ZM9.7146,15.1592A29.8007,29.8007,0,0,0,11.0693,12.38l.0484.09a8.8046,8.8046,0,0,0,1.0034,1.4277,12.7083,12.7083,0,0,1-.8789,2.4454,16.6574,16.6574,0,0,0-.981,2.6474H8.1047A14.0567,14.0567,0,0,1,9.7146,15.1592Zm1.3708,12.4775L9.0508,28.8574a.9866.9866,0,0,1-1.2529-.1806L4.1724,23.8833l1.4458-2.8921h3.706L11.49,26.3853A1.0036,1.0036,0,0,1,11.0854,27.6367Zm2.316.1177a2.9571,2.9571,0,0,0-.0562-2.11A9.03,9.03,0,0,0,16,26a9.0237,9.0237,0,0,0,2.6562-.3564,2.9889,2.9889,0,0,0-.0546,2.11,13.8722,13.8722,0,0,1-5.2,0Zm10.83.8833a.996.996,0,0,1-1.2827.2178l-2.0342-1.2207h0a1.01,1.01,0,0,1-.396-1.273l2.157-5.3725h3.7058l1.4461,2.892Z"
|
|
1052
1223
|
})), children);
|
|
1053
1224
|
});
|
|
1054
1225
|
if (process.env.NODE_ENV !== "production") {
|
|
1055
1226
|
Linux.propTypes = iconPropTypes;
|
|
1056
1227
|
}
|
|
1057
|
-
const LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(
|
|
1228
|
+
const LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref52, ref) {
|
|
1058
1229
|
let {
|
|
1059
1230
|
children,
|
|
1060
1231
|
size = 16,
|
|
1061
1232
|
...rest
|
|
1062
|
-
} =
|
|
1233
|
+
} = _ref52;
|
|
1063
1234
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1064
1235
|
width: size,
|
|
1065
1236
|
height: size,
|
|
@@ -1068,21 +1239,21 @@ const LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref45, ref) {
|
|
|
1068
1239
|
viewBox: "0 0 32 32",
|
|
1069
1240
|
fill: "currentColor",
|
|
1070
1241
|
...rest
|
|
1071
|
-
},
|
|
1242
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1072
1243
|
d: "M22.6121,20.5215A6.1582,6.1582,0,0,0,24,16.5254C24,13.4785,21.9812,11,19.5,11A4.2435,4.2435,0,0,0,16,13.06,4.2435,4.2435,0,0,0,12.5,11C10.0188,11,8,13.4785,8,16.5254a6.1593,6.1593,0,0,0,1.3879,3.9961c-.5688.3686-.9389.6416-.988.6787a1,1,0,0,0-.1807,1.4248C8.6592,23.1748,12.6169,28,16,28s7.3408-4.8252,7.7808-5.375A1,1,0,0,0,23.6,21.2C23.551,21.1631,23.1812,20.89,22.6121,20.5215ZM12.5,13c1.3552,0,2.5,1.6143,2.5,3.5254v1.5664a9.1005,9.1005,0,0,0-1.0244.2314A2.6411,2.6411,0,0,0,14,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.38,2.38,0,0,0,.4072,1.3623c-.0813.0415-.1687.0806-.248.1221A4.0291,4.0291,0,0,1,10,16.5254C10,14.6143,11.1448,13,12.5,13ZM16,26c-1.5691,0-3.9648-2.084-5.52-3.8057C11.9,21.2788,14.2656,20,16,20s4.1,1.2788,5.52,2.1943C19.9648,23.916,17.5691,26,16,26Zm4.8408-6.5156c-.0793-.0415-.1667-.0806-.248-.1221A2.38,2.38,0,0,0,21,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.6411,2.6411,0,0,0,.0244.3232A9.1005,9.1005,0,0,0,17,18.0918V16.5254C17,14.6143,18.1448,13,19.5,13S22,14.6143,22,16.5254A4.0291,4.0291,0,0,1,20.8408,19.4844Z"
|
|
1073
|
-
})),
|
|
1244
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1074
1245
|
d: "M30,30a3.8876,3.8876,0,0,1-4-4V14A10,10,0,0,0,6,14V26a3.8876,3.8876,0,0,1-4,4V28a1.8793,1.8793,0,0,0,2-2V14a12,12,0,0,1,24,0V26a1.8825,1.8825,0,0,0,2,2Z"
|
|
1075
1246
|
})), children);
|
|
1076
1247
|
});
|
|
1077
1248
|
if (process.env.NODE_ENV !== "production") {
|
|
1078
1249
|
LinuxAlt.propTypes = iconPropTypes;
|
|
1079
1250
|
}
|
|
1080
|
-
const List = /*#__PURE__*/React.forwardRef(function List(
|
|
1251
|
+
const List = /*#__PURE__*/React.forwardRef(function List(_ref53, ref) {
|
|
1081
1252
|
let {
|
|
1082
1253
|
children,
|
|
1083
1254
|
size = 16,
|
|
1084
1255
|
...rest
|
|
1085
|
-
} =
|
|
1256
|
+
} = _ref53;
|
|
1086
1257
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1087
1258
|
width: size,
|
|
1088
1259
|
height: size,
|
|
@@ -1091,19 +1262,19 @@ const List = /*#__PURE__*/React.forwardRef(function List(_ref46, ref) {
|
|
|
1091
1262
|
viewBox: "0 0 32 32",
|
|
1092
1263
|
fill: "currentColor",
|
|
1093
1264
|
...rest
|
|
1094
|
-
},
|
|
1265
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1095
1266
|
d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
|
|
1096
1267
|
})), children);
|
|
1097
1268
|
});
|
|
1098
1269
|
if (process.env.NODE_ENV !== "production") {
|
|
1099
1270
|
List.propTypes = iconPropTypes;
|
|
1100
1271
|
}
|
|
1101
|
-
const ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(
|
|
1272
|
+
const ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref54, ref) {
|
|
1102
1273
|
let {
|
|
1103
1274
|
children,
|
|
1104
1275
|
size = 16,
|
|
1105
1276
|
...rest
|
|
1106
|
-
} =
|
|
1277
|
+
} = _ref54;
|
|
1107
1278
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1108
1279
|
width: size,
|
|
1109
1280
|
height: size,
|
|
@@ -1112,19 +1283,19 @@ const ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref47, ref)
|
|
|
1112
1283
|
viewBox: "0 0 32 32",
|
|
1113
1284
|
fill: "currentColor",
|
|
1114
1285
|
...rest
|
|
1115
|
-
},
|
|
1286
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1116
1287
|
d: "M16 8H30V10H16zM16 22H30V24H16zM10 14H4a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 014 4h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 14zM4 6v6h6.0012L10 6zM10 28H4a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 28zM4 20v6h6.0012L10 20z"
|
|
1117
1288
|
})), children);
|
|
1118
1289
|
});
|
|
1119
1290
|
if (process.env.NODE_ENV !== "production") {
|
|
1120
1291
|
ListBoxes.propTypes = iconPropTypes;
|
|
1121
1292
|
}
|
|
1122
|
-
const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(
|
|
1293
|
+
const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref55, ref) {
|
|
1123
1294
|
let {
|
|
1124
1295
|
children,
|
|
1125
1296
|
size = 16,
|
|
1126
1297
|
...rest
|
|
1127
|
-
} =
|
|
1298
|
+
} = _ref55;
|
|
1128
1299
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1129
1300
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1130
1301
|
width: size,
|
|
@@ -1142,7 +1313,7 @@ const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref48,
|
|
|
1142
1313
|
cx: "3.5",
|
|
1143
1314
|
cy: "11.5",
|
|
1144
1315
|
r: "1.5"
|
|
1145
|
-
})),
|
|
1316
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1146
1317
|
d: "M8 11H15V12H8zM8 4H15V5H8z"
|
|
1147
1318
|
})), children);
|
|
1148
1319
|
}
|
|
@@ -1162,19 +1333,19 @@ const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref48,
|
|
|
1162
1333
|
cx: "7",
|
|
1163
1334
|
cy: "23",
|
|
1164
1335
|
r: "3"
|
|
1165
|
-
})),
|
|
1336
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1166
1337
|
d: "M16 22H30V24H16zM16 8H30V10H16z"
|
|
1167
1338
|
})), children);
|
|
1168
1339
|
});
|
|
1169
1340
|
if (process.env.NODE_ENV !== "production") {
|
|
1170
1341
|
ListBulleted.propTypes = iconPropTypes;
|
|
1171
1342
|
}
|
|
1172
|
-
const ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(
|
|
1343
|
+
const ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref56, ref) {
|
|
1173
1344
|
let {
|
|
1174
1345
|
children,
|
|
1175
1346
|
size = 16,
|
|
1176
1347
|
...rest
|
|
1177
|
-
} =
|
|
1348
|
+
} = _ref56;
|
|
1178
1349
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1179
1350
|
width: size,
|
|
1180
1351
|
height: size,
|
|
@@ -1183,19 +1354,19 @@ const ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref49, r
|
|
|
1183
1354
|
viewBox: "0 0 32 32",
|
|
1184
1355
|
fill: "currentColor",
|
|
1185
1356
|
...rest
|
|
1186
|
-
},
|
|
1357
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1187
1358
|
d: "M16 22H30V24H16zM14 19.4L12.6 18 6 24.6 3.4 22 2 23.4 6 27.4zM16 8H30V10H16zM14 5.4L12.6 4 6 10.6 3.4 8 2 9.4 6 13.4z"
|
|
1188
1359
|
})), children);
|
|
1189
1360
|
});
|
|
1190
1361
|
if (process.env.NODE_ENV !== "production") {
|
|
1191
1362
|
ListChecked.propTypes = iconPropTypes;
|
|
1192
1363
|
}
|
|
1193
|
-
const ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(
|
|
1364
|
+
const ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(_ref57, ref) {
|
|
1194
1365
|
let {
|
|
1195
1366
|
children,
|
|
1196
1367
|
size = 16,
|
|
1197
1368
|
...rest
|
|
1198
|
-
} =
|
|
1369
|
+
} = _ref57;
|
|
1199
1370
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1200
1371
|
width: size,
|
|
1201
1372
|
height: size,
|
|
@@ -1204,19 +1375,19 @@ const ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirr
|
|
|
1204
1375
|
viewBox: "0 0 32 32",
|
|
1205
1376
|
fill: "currentColor",
|
|
1206
1377
|
...rest
|
|
1207
|
-
},
|
|
1378
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1208
1379
|
d: "M30 19.4L28.6 18 22 24.6 19.4 22 18 23.4 22 27.4zM2 22H16V24H2zM30 5.4L28.6 4 22 10.6 19.4 8 18 9.4 22 13.4zM2 8H16V10H2z"
|
|
1209
1380
|
})), children);
|
|
1210
1381
|
});
|
|
1211
1382
|
if (process.env.NODE_ENV !== "production") {
|
|
1212
1383
|
ListCheckedMirror.propTypes = iconPropTypes;
|
|
1213
1384
|
}
|
|
1214
|
-
const ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(
|
|
1385
|
+
const ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref58, ref) {
|
|
1215
1386
|
let {
|
|
1216
1387
|
children,
|
|
1217
1388
|
size = 16,
|
|
1218
1389
|
...rest
|
|
1219
|
-
} =
|
|
1390
|
+
} = _ref58;
|
|
1220
1391
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1221
1392
|
width: size,
|
|
1222
1393
|
height: size,
|
|
@@ -1225,21 +1396,21 @@ const ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref51,
|
|
|
1225
1396
|
viewBox: "0 0 32 32",
|
|
1226
1397
|
fill: "currentColor",
|
|
1227
1398
|
...rest
|
|
1228
|
-
},
|
|
1399
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1229
1400
|
d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
|
|
1230
|
-
})),
|
|
1401
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1231
1402
|
d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
|
|
1232
1403
|
})), children);
|
|
1233
1404
|
});
|
|
1234
1405
|
if (process.env.NODE_ENV !== "production") {
|
|
1235
1406
|
ListDropdown.propTypes = iconPropTypes;
|
|
1236
1407
|
}
|
|
1237
|
-
const ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(
|
|
1408
|
+
const ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref59, ref) {
|
|
1238
1409
|
let {
|
|
1239
1410
|
children,
|
|
1240
1411
|
size = 16,
|
|
1241
1412
|
...rest
|
|
1242
|
-
} =
|
|
1413
|
+
} = _ref59;
|
|
1243
1414
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1244
1415
|
width: size,
|
|
1245
1416
|
height: size,
|
|
@@ -1248,19 +1419,19 @@ const ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref52,
|
|
|
1248
1419
|
viewBox: "0 0 32 32",
|
|
1249
1420
|
fill: "currentColor",
|
|
1250
1421
|
...rest
|
|
1251
|
-
},
|
|
1422
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1252
1423
|
d: "M16 22H30V24H16zM16 8H30V10H16zM8 12L8 4 6 4 6 5 4 5 4 7 6 7 6 12 4 12 4 14 6 14 8 14 10 14 10 12 8 12zM10 28H4V24a2 2 0 012-2H8V20H4V18H8a2 2 0 012 2v2a2 2 0 01-2 2H6v2h4z"
|
|
1253
1424
|
})), children);
|
|
1254
1425
|
});
|
|
1255
1426
|
if (process.env.NODE_ENV !== "production") {
|
|
1256
1427
|
ListNumbered.propTypes = iconPropTypes;
|
|
1257
1428
|
}
|
|
1258
|
-
const ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMirror(
|
|
1429
|
+
const ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMirror(_ref60, ref) {
|
|
1259
1430
|
let {
|
|
1260
1431
|
children,
|
|
1261
1432
|
size = 16,
|
|
1262
1433
|
...rest
|
|
1263
|
-
} =
|
|
1434
|
+
} = _ref60;
|
|
1264
1435
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1265
1436
|
width: size,
|
|
1266
1437
|
height: size,
|
|
@@ -1269,19 +1440,19 @@ const ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMi
|
|
|
1269
1440
|
viewBox: "0 0 32 32",
|
|
1270
1441
|
fill: "currentColor",
|
|
1271
1442
|
...rest
|
|
1272
|
-
},
|
|
1443
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1273
1444
|
d: "M28 28h-6v-4c0-1.1.9-2 2-2h2v-2h-4v-2h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-2v2h4V28zM2 22H16V24H2zM26 12L26 4 24 4 24 5 22 5 22 7 24 7 24 12 22 12 22 14 24 14 26 14 28 14 28 12zM2 8H16V10H2z"
|
|
1274
1445
|
})), children);
|
|
1275
1446
|
});
|
|
1276
1447
|
if (process.env.NODE_ENV !== "production") {
|
|
1277
1448
|
ListNumberedMirror.propTypes = iconPropTypes;
|
|
1278
1449
|
}
|
|
1279
|
-
const LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalancerApplication(
|
|
1450
|
+
const LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalancerApplication(_ref61, ref) {
|
|
1280
1451
|
let {
|
|
1281
1452
|
children,
|
|
1282
1453
|
size = 16,
|
|
1283
1454
|
...rest
|
|
1284
|
-
} =
|
|
1455
|
+
} = _ref61;
|
|
1285
1456
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1286
1457
|
width: size,
|
|
1287
1458
|
height: size,
|
|
@@ -1290,19 +1461,19 @@ const LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalan
|
|
|
1290
1461
|
viewBox: "0 0 32 32",
|
|
1291
1462
|
fill: "currentColor",
|
|
1292
1463
|
...rest
|
|
1293
|
-
},
|
|
1464
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1294
1465
|
d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V14H15v2H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM9 2V12H23V2zm2 2h2v6H11zm10 6H15V4h6z"
|
|
1295
1466
|
})), children);
|
|
1296
1467
|
});
|
|
1297
1468
|
if (process.env.NODE_ENV !== "production") {
|
|
1298
1469
|
LoadBalancerApplication.propTypes = iconPropTypes;
|
|
1299
1470
|
}
|
|
1300
|
-
const LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerClassic(
|
|
1471
|
+
const LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerClassic(_ref62, ref) {
|
|
1301
1472
|
let {
|
|
1302
1473
|
children,
|
|
1303
1474
|
size = 16,
|
|
1304
1475
|
...rest
|
|
1305
|
-
} =
|
|
1476
|
+
} = _ref62;
|
|
1306
1477
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1307
1478
|
width: size,
|
|
1308
1479
|
height: size,
|
|
@@ -1311,19 +1482,19 @@ const LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerC
|
|
|
1311
1482
|
viewBox: "0 0 32 32",
|
|
1312
1483
|
fill: "currentColor",
|
|
1313
1484
|
...rest
|
|
1314
|
-
},
|
|
1485
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1315
1486
|
d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8zM14 8V4h4V8z"
|
|
1316
1487
|
})), children);
|
|
1317
1488
|
});
|
|
1318
1489
|
if (process.env.NODE_ENV !== "production") {
|
|
1319
1490
|
LoadBalancerClassic.propTypes = iconPropTypes;
|
|
1320
1491
|
}
|
|
1321
|
-
const LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGlobal(
|
|
1492
|
+
const LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGlobal(_ref63, ref) {
|
|
1322
1493
|
let {
|
|
1323
1494
|
children,
|
|
1324
1495
|
size = 16,
|
|
1325
1496
|
...rest
|
|
1326
|
-
} =
|
|
1497
|
+
} = _ref63;
|
|
1327
1498
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1328
1499
|
width: size,
|
|
1329
1500
|
height: size,
|
|
@@ -1332,19 +1503,19 @@ const LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGl
|
|
|
1332
1503
|
viewBox: "0 0 32 32",
|
|
1333
1504
|
fill: "currentColor",
|
|
1334
1505
|
...rest
|
|
1335
|
-
},
|
|
1506
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1336
1507
|
d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM16 10a4 4 0 114-4A4.0045 4.0045 0 0116 10zm0-6a2 2 0 102 2A2.0021 2.0021 0 0016 4z"
|
|
1337
1508
|
})), children);
|
|
1338
1509
|
});
|
|
1339
1510
|
if (process.env.NODE_ENV !== "production") {
|
|
1340
1511
|
LoadBalancerGlobal.propTypes = iconPropTypes;
|
|
1341
1512
|
}
|
|
1342
|
-
const LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancerListener(
|
|
1513
|
+
const LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancerListener(_ref64, ref) {
|
|
1343
1514
|
let {
|
|
1344
1515
|
children,
|
|
1345
1516
|
size = 16,
|
|
1346
1517
|
...rest
|
|
1347
|
-
} =
|
|
1518
|
+
} = _ref64;
|
|
1348
1519
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1349
1520
|
width: size,
|
|
1350
1521
|
height: size,
|
|
@@ -1353,19 +1524,19 @@ const LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancer
|
|
|
1353
1524
|
viewBox: "0 0 32 32",
|
|
1354
1525
|
fill: "currentColor",
|
|
1355
1526
|
...rest
|
|
1356
|
-
},
|
|
1527
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1357
1528
|
d: "M15 8H17V10H15zM19 8H21V10H19zM11 8H13V10H11zM25 16H17V13H15v3H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 3H21V5H11z"
|
|
1358
1529
|
})), children);
|
|
1359
1530
|
});
|
|
1360
1531
|
if (process.env.NODE_ENV !== "production") {
|
|
1361
1532
|
LoadBalancerListener.propTypes = iconPropTypes;
|
|
1362
1533
|
}
|
|
1363
|
-
const LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLocal(
|
|
1534
|
+
const LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLocal(_ref65, ref) {
|
|
1364
1535
|
let {
|
|
1365
1536
|
children,
|
|
1366
1537
|
size = 16,
|
|
1367
1538
|
...rest
|
|
1368
|
-
} =
|
|
1539
|
+
} = _ref65;
|
|
1369
1540
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1370
1541
|
width: size,
|
|
1371
1542
|
height: size,
|
|
@@ -1374,19 +1545,19 @@ const LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLoc
|
|
|
1374
1545
|
viewBox: "0 0 32 32",
|
|
1375
1546
|
fill: "currentColor",
|
|
1376
1547
|
...rest
|
|
1377
|
-
},
|
|
1548
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1378
1549
|
d: "M25 16H17V10H15v6H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 5H21V7H11z"
|
|
1379
1550
|
})), children);
|
|
1380
1551
|
});
|
|
1381
1552
|
if (process.env.NODE_ENV !== "production") {
|
|
1382
1553
|
LoadBalancerLocal.propTypes = iconPropTypes;
|
|
1383
1554
|
}
|
|
1384
|
-
const LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerNetwork(
|
|
1555
|
+
const LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerNetwork(_ref66, ref) {
|
|
1385
1556
|
let {
|
|
1386
1557
|
children,
|
|
1387
1558
|
size = 16,
|
|
1388
1559
|
...rest
|
|
1389
|
-
} =
|
|
1560
|
+
} = _ref66;
|
|
1390
1561
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1391
1562
|
width: size,
|
|
1392
1563
|
height: size,
|
|
@@ -1395,19 +1566,19 @@ const LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerN
|
|
|
1395
1566
|
viewBox: "0 0 32 32",
|
|
1396
1567
|
fill: "currentColor",
|
|
1397
1568
|
...rest
|
|
1398
|
-
},
|
|
1569
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1399
1570
|
d: "M25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v4H7V18h8v4h2V18h8v4h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8h8zM14 8V4h4V8zM26 24a2.9948 2.9948 0 00-2.8157 2H18.8157a2.982 2.982 0 00-5.6314 0H8.8157a3 3 0 100 2h4.3686a2.982 2.982 0 005.6314 0h4.3686A2.9947 2.9947 0 1026 24zM6 28a1 1 0 111-1A1.0009 1.0009 0 016 28zm10 0a1 1 0 111-1A1.0009 1.0009 0 0116 28zm10 0a1 1 0 111-1A1.0009 1.0009 0 0126 28z"
|
|
1400
1571
|
})), children);
|
|
1401
1572
|
});
|
|
1402
1573
|
if (process.env.NODE_ENV !== "production") {
|
|
1403
1574
|
LoadBalancerNetwork.propTypes = iconPropTypes;
|
|
1404
1575
|
}
|
|
1405
|
-
const LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool(
|
|
1576
|
+
const LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool(_ref67, ref) {
|
|
1406
1577
|
let {
|
|
1407
1578
|
children,
|
|
1408
1579
|
size = 16,
|
|
1409
1580
|
...rest
|
|
1410
|
-
} =
|
|
1581
|
+
} = _ref67;
|
|
1411
1582
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1412
1583
|
width: size,
|
|
1413
1584
|
height: size,
|
|
@@ -1416,19 +1587,19 @@ const LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool
|
|
|
1416
1587
|
viewBox: "0 0 32 32",
|
|
1417
1588
|
fill: "currentColor",
|
|
1418
1589
|
...rest
|
|
1419
|
-
},
|
|
1590
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1420
1591
|
d: "M10 15H22V17H10zM8.7 6.2852A2.9665 2.9665 0 009 5 3 3 0 106 8a2.96 2.96 0 001.2852-.3008L10 10.4141V13h2V9.5859zM6 6A1 1 0 117 5 1.0009 1.0009 0 016 6zM19 5a3 3 0 10-4 2.8154V13h2V7.8159A2.9957 2.9957 0 0019 5zM16 6a1 1 0 111-1A1.0009 1.0009 0 0116 6zM26 2a3.0033 3.0033 0 00-3 3 2.9665 2.9665 0 00.3 1.2852L20 9.5859V13h2V10.4141l2.7148-2.7149A2.96 2.96 0 0026 8a3 3 0 000-6zm0 4a1 1 0 111-1A1.0009 1.0009 0 0126 6zM12 19H10v2.5859L7.2854 24.3008A2.9609 2.9609 0 006 24a3 3 0 103 3 2.9665 2.9665 0 00-.3-1.2852L12 22.4141zM6 28a1 1 0 111-1A1.0009 1.0009 0 016 28zM17 24.1841V19H15v5.1841a3 3 0 102 0zM16 28a1 1 0 111-1A1.0009 1.0009 0 0116 28zM26 24a2.9609 2.9609 0 00-1.2854.3008L22 21.5859V19H20v3.4141l3.3 3.3007A2.9665 2.9665 0 0023 27a3 3 0 103-3zm0 4a1 1 0 111-1A1.0009 1.0009 0 0126 28z"
|
|
1421
1592
|
})), children);
|
|
1422
1593
|
});
|
|
1423
1594
|
if (process.env.NODE_ENV !== "production") {
|
|
1424
1595
|
LoadBalancerPool.propTypes = iconPropTypes;
|
|
1425
1596
|
}
|
|
1426
|
-
const LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(
|
|
1597
|
+
const LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_ref68, ref) {
|
|
1427
1598
|
let {
|
|
1428
1599
|
children,
|
|
1429
1600
|
size = 16,
|
|
1430
1601
|
...rest
|
|
1431
|
-
} =
|
|
1602
|
+
} = _ref68;
|
|
1432
1603
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1433
1604
|
width: size,
|
|
1434
1605
|
height: size,
|
|
@@ -1437,19 +1608,19 @@ const LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_
|
|
|
1437
1608
|
viewBox: "0 0 32 32",
|
|
1438
1609
|
fill: "currentColor",
|
|
1439
1610
|
...rest
|
|
1440
|
-
},
|
|
1611
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1441
1612
|
d: "M8 30H2V24H8zM4 28H6V26H4zM19 30H13V24h6zm-4-2h2V26H15zM30 30H24V24h6zm-4-2h2V26H26zM16 10a4 4 0 114-4A4.0045 4.0045 0 0116 10zm0-6a2 2 0 102 2A2.002 2.002 0 0016 4zM26 16H21a4.0045 4.0045 0 01-4-4H15a4.0045 4.0045 0 01-4 4H6a2.0023 2.0023 0 00-2 2v4H6V18h5A5.9694 5.9694 0 0015 16.46V22h2V16.46A5.9694 5.9694 0 0021 18h5v4h2V18A2.0023 2.0023 0 0026 16z"
|
|
1442
1613
|
})), children);
|
|
1443
1614
|
});
|
|
1444
1615
|
if (process.env.NODE_ENV !== "production") {
|
|
1445
1616
|
LoadBalancerVpc.propTypes = iconPropTypes;
|
|
1446
1617
|
}
|
|
1447
|
-
const Location = /*#__PURE__*/React.forwardRef(function Location(
|
|
1618
|
+
const Location = /*#__PURE__*/React.forwardRef(function Location(_ref69, ref) {
|
|
1448
1619
|
let {
|
|
1449
1620
|
children,
|
|
1450
1621
|
size = 16,
|
|
1451
1622
|
...rest
|
|
1452
|
-
} =
|
|
1623
|
+
} = _ref69;
|
|
1453
1624
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1454
1625
|
width: size,
|
|
1455
1626
|
height: size,
|
|
@@ -1458,21 +1629,21 @@ const Location = /*#__PURE__*/React.forwardRef(function Location(_ref62, ref) {
|
|
|
1458
1629
|
viewBox: "0 0 32 32",
|
|
1459
1630
|
fill: "currentColor",
|
|
1460
1631
|
...rest
|
|
1461
|
-
},
|
|
1632
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1462
1633
|
d: "M16,18a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,18Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,10Z"
|
|
1463
|
-
})),
|
|
1634
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1464
1635
|
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,1,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
|
1465
1636
|
})), children);
|
|
1466
1637
|
});
|
|
1467
1638
|
if (process.env.NODE_ENV !== "production") {
|
|
1468
1639
|
Location.propTypes = iconPropTypes;
|
|
1469
1640
|
}
|
|
1470
|
-
const LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(
|
|
1641
|
+
const LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_ref70, ref) {
|
|
1471
1642
|
let {
|
|
1472
1643
|
children,
|
|
1473
1644
|
size = 16,
|
|
1474
1645
|
...rest
|
|
1475
|
-
} =
|
|
1646
|
+
} = _ref70;
|
|
1476
1647
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1477
1648
|
width: size,
|
|
1478
1649
|
height: size,
|
|
@@ -1481,23 +1652,23 @@ const LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_
|
|
|
1481
1652
|
viewBox: "0 0 32 32",
|
|
1482
1653
|
fill: "currentColor",
|
|
1483
1654
|
...rest
|
|
1484
|
-
},
|
|
1655
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1485
1656
|
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
|
1486
|
-
})),
|
|
1657
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1487
1658
|
d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
|
|
1488
|
-
})),
|
|
1659
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1489
1660
|
d: "M15 16H17V18H15zM15 12H17V14H15z"
|
|
1490
1661
|
})), children);
|
|
1491
1662
|
});
|
|
1492
1663
|
if (process.env.NODE_ENV !== "production") {
|
|
1493
1664
|
LocationCompany.propTypes = iconPropTypes;
|
|
1494
1665
|
}
|
|
1495
|
-
const LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCompanyFilled(
|
|
1666
|
+
const LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCompanyFilled(_ref71, ref) {
|
|
1496
1667
|
let {
|
|
1497
1668
|
children,
|
|
1498
1669
|
size = 16,
|
|
1499
1670
|
...rest
|
|
1500
|
-
} =
|
|
1671
|
+
} = _ref71;
|
|
1501
1672
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1502
1673
|
width: size,
|
|
1503
1674
|
height: size,
|
|
@@ -1506,22 +1677,22 @@ const LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCom
|
|
|
1506
1677
|
viewBox: "0 0 32 32",
|
|
1507
1678
|
fill: "currentColor",
|
|
1508
1679
|
...rest
|
|
1509
|
-
},
|
|
1680
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1510
1681
|
fill: "none",
|
|
1511
1682
|
d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Zm-4-2H15v2h2Zm0-4H15v2h2Z"
|
|
1512
|
-
})),
|
|
1683
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1513
1684
|
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm1,16H15V16h2Zm0-4H15V12h2Zm4,4H19V10H13v8H11V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2Z"
|
|
1514
1685
|
})), children);
|
|
1515
1686
|
});
|
|
1516
1687
|
if (process.env.NODE_ENV !== "production") {
|
|
1517
1688
|
LocationCompanyFilled.propTypes = iconPropTypes;
|
|
1518
1689
|
}
|
|
1519
|
-
const LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(
|
|
1690
|
+
const LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_ref72, ref) {
|
|
1520
1691
|
let {
|
|
1521
1692
|
children,
|
|
1522
1693
|
size = 16,
|
|
1523
1694
|
...rest
|
|
1524
|
-
} =
|
|
1695
|
+
} = _ref72;
|
|
1525
1696
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1526
1697
|
width: size,
|
|
1527
1698
|
height: size,
|
|
@@ -1530,19 +1701,19 @@ const LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_
|
|
|
1530
1701
|
viewBox: "0 0 32 32",
|
|
1531
1702
|
fill: "currentColor",
|
|
1532
1703
|
...rest
|
|
1533
|
-
},
|
|
1704
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1534
1705
|
d: "M4,12.9835a1,1,0,0,0,.6289.9448l9.6015,3.8409,3.8407,9.6019A1,1,0,0,0,19,28h.0162a1.0009,1.0009,0,0,0,.9238-.6582l8-22.0007A1,1,0,0,0,26.658,4.0594l-22,8A1.0011,1.0011,0,0,0,4,12.9835Z"
|
|
1535
1706
|
})), children);
|
|
1536
1707
|
});
|
|
1537
1708
|
if (process.env.NODE_ENV !== "production") {
|
|
1538
1709
|
LocationCurrent.propTypes = iconPropTypes;
|
|
1539
1710
|
}
|
|
1540
|
-
const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(
|
|
1711
|
+
const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_ref73, ref) {
|
|
1541
1712
|
let {
|
|
1542
1713
|
children,
|
|
1543
1714
|
size = 16,
|
|
1544
1715
|
...rest
|
|
1545
|
-
} =
|
|
1716
|
+
} = _ref73;
|
|
1546
1717
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1547
1718
|
width: size,
|
|
1548
1719
|
height: size,
|
|
@@ -1551,7 +1722,7 @@ const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_re
|
|
|
1551
1722
|
viewBox: "0 0 32 32",
|
|
1552
1723
|
fill: "currentColor",
|
|
1553
1724
|
...rest
|
|
1554
|
-
},
|
|
1725
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1555
1726
|
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,17Z"
|
|
1556
1727
|
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
1557
1728
|
cx: "16",
|
|
@@ -1563,12 +1734,12 @@ const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_re
|
|
|
1563
1734
|
if (process.env.NODE_ENV !== "production") {
|
|
1564
1735
|
LocationFilled.propTypes = iconPropTypes;
|
|
1565
1736
|
}
|
|
1566
|
-
const LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(
|
|
1737
|
+
const LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_ref74, ref) {
|
|
1567
1738
|
let {
|
|
1568
1739
|
children,
|
|
1569
1740
|
size = 16,
|
|
1570
1741
|
...rest
|
|
1571
|
-
} =
|
|
1742
|
+
} = _ref74;
|
|
1572
1743
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1573
1744
|
width: size,
|
|
1574
1745
|
height: size,
|
|
@@ -1581,21 +1752,21 @@ const LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_re
|
|
|
1581
1752
|
cx: "16",
|
|
1582
1753
|
cy: "20.5",
|
|
1583
1754
|
r: "1.5"
|
|
1584
|
-
})),
|
|
1755
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1585
1756
|
d: "M15 7H17V16H15z"
|
|
1586
|
-
})),
|
|
1757
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1587
1758
|
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
|
1588
1759
|
})), children);
|
|
1589
1760
|
});
|
|
1590
1761
|
if (process.env.NODE_ENV !== "production") {
|
|
1591
1762
|
LocationHazard.propTypes = iconPropTypes;
|
|
1592
1763
|
}
|
|
1593
|
-
const LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHazardFilled(
|
|
1764
|
+
const LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHazardFilled(_ref75, ref) {
|
|
1594
1765
|
let {
|
|
1595
1766
|
children,
|
|
1596
1767
|
size = 16,
|
|
1597
1768
|
...rest
|
|
1598
|
-
} =
|
|
1769
|
+
} = _ref75;
|
|
1599
1770
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1600
1771
|
width: size,
|
|
1601
1772
|
height: size,
|
|
@@ -1604,22 +1775,22 @@ const LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHaza
|
|
|
1604
1775
|
viewBox: "0 0 32 32",
|
|
1605
1776
|
fill: "currentColor",
|
|
1606
1777
|
...rest
|
|
1607
|
-
},
|
|
1778
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1608
1779
|
fill: "none",
|
|
1609
1780
|
d: "M16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Zm-1.125-6h2.25V7h-2.25Z"
|
|
1610
|
-
})),
|
|
1781
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1611
1782
|
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2ZM14.875,7h2.25v9h-2.25ZM16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Z"
|
|
1612
1783
|
})), children);
|
|
1613
1784
|
});
|
|
1614
1785
|
if (process.env.NODE_ENV !== "production") {
|
|
1615
1786
|
LocationHazardFilled.propTypes = iconPropTypes;
|
|
1616
1787
|
}
|
|
1617
|
-
const LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(
|
|
1788
|
+
const LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(_ref76, ref) {
|
|
1618
1789
|
let {
|
|
1619
1790
|
children,
|
|
1620
1791
|
size = 16,
|
|
1621
1792
|
...rest
|
|
1622
|
-
} =
|
|
1793
|
+
} = _ref76;
|
|
1623
1794
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1624
1795
|
width: size,
|
|
1625
1796
|
height: size,
|
|
@@ -1628,21 +1799,21 @@ const LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(_ref6
|
|
|
1628
1799
|
viewBox: "0 0 32 32",
|
|
1629
1800
|
fill: "currentColor",
|
|
1630
1801
|
...rest
|
|
1631
|
-
},
|
|
1802
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1632
1803
|
d: "M18.303,9a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,18l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,9Z"
|
|
1633
|
-
})),
|
|
1804
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1634
1805
|
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
|
1635
1806
|
})), children);
|
|
1636
1807
|
});
|
|
1637
1808
|
if (process.env.NODE_ENV !== "production") {
|
|
1638
1809
|
LocationHeart.propTypes = iconPropTypes;
|
|
1639
1810
|
}
|
|
1640
|
-
const LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeartFilled(
|
|
1811
|
+
const LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeartFilled(_ref77, ref) {
|
|
1641
1812
|
let {
|
|
1642
1813
|
children,
|
|
1643
1814
|
size = 16,
|
|
1644
1815
|
...rest
|
|
1645
|
-
} =
|
|
1816
|
+
} = _ref77;
|
|
1646
1817
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1647
1818
|
width: size,
|
|
1648
1819
|
height: size,
|
|
@@ -1651,22 +1822,22 @@ const LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeart
|
|
|
1651
1822
|
viewBox: "0 0 32 32",
|
|
1652
1823
|
fill: "currentColor",
|
|
1653
1824
|
...rest
|
|
1654
|
-
},
|
|
1825
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1655
1826
|
fill: "none",
|
|
1656
1827
|
d: "M18.303,9a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,18l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,9Z"
|
|
1657
|
-
})),
|
|
1828
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1658
1829
|
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm4.2109,11.7021L16.002,18l-4.2129-4.2979a2.7992,2.7992,0,0,1,0-3.8964,2.6619,2.6619,0,0,1,3.8159,0l.397.4057.393-.4057a2.6619,2.6619,0,0,1,3.8159,0A2.7992,2.7992,0,0,1,20.2109,13.7021Z"
|
|
1659
1830
|
})), children);
|
|
1660
1831
|
});
|
|
1661
1832
|
if (process.env.NODE_ENV !== "production") {
|
|
1662
1833
|
LocationHeartFilled.propTypes = iconPropTypes;
|
|
1663
1834
|
}
|
|
1664
|
-
const LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(
|
|
1835
|
+
const LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(_ref78, ref) {
|
|
1665
1836
|
let {
|
|
1666
1837
|
children,
|
|
1667
1838
|
size = 16,
|
|
1668
1839
|
...rest
|
|
1669
|
-
} =
|
|
1840
|
+
} = _ref78;
|
|
1670
1841
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1671
1842
|
width: size,
|
|
1672
1843
|
height: size,
|
|
@@ -1675,21 +1846,21 @@ const LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(_re
|
|
|
1675
1846
|
viewBox: "0 0 32 32",
|
|
1676
1847
|
fill: "currentColor",
|
|
1677
1848
|
...rest
|
|
1678
|
-
},
|
|
1849
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1679
1850
|
d: "M20 19H18V17H14v2H12V17a2.0021 2.0021 0 012-2h4a2.0021 2.0021 0 012 2zM16 14a3 3 0 113-3A3.0033 3.0033 0 0116 14zm0-4a1 1 0 101 1A1.0011 1.0011 0 0016 10z"
|
|
1680
|
-
})),
|
|
1851
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1681
1852
|
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
|
1682
1853
|
})), children);
|
|
1683
1854
|
});
|
|
1684
1855
|
if (process.env.NODE_ENV !== "production") {
|
|
1685
1856
|
LocationPerson.propTypes = iconPropTypes;
|
|
1686
1857
|
}
|
|
1687
|
-
const LocationPersonFilled = /*#__PURE__*/React.forwardRef(function LocationPersonFilled(
|
|
1858
|
+
const LocationPersonFilled = /*#__PURE__*/React.forwardRef(function LocationPersonFilled(_ref79, ref) {
|
|
1688
1859
|
let {
|
|
1689
1860
|
children,
|
|
1690
1861
|
size = 16,
|
|
1691
1862
|
...rest
|
|
1692
|
-
} =
|
|
1863
|
+
} = _ref79;
|
|
1693
1864
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1694
1865
|
width: size,
|
|
1695
1866
|
height: size,
|
|
@@ -1698,26 +1869,26 @@ const LocationPersonFilled = /*#__PURE__*/React.forwardRef(function LocationPers
|
|
|
1698
1869
|
viewBox: "0 0 32 32",
|
|
1699
1870
|
fill: "currentColor",
|
|
1700
1871
|
...rest
|
|
1701
|
-
},
|
|
1872
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1702
1873
|
fill: "none",
|
|
1703
1874
|
d: "M20,19H18V17H14v2H12V17a2.0021,2.0021,0,0,1,2-2h4a2.0021,2.0021,0,0,1,2,2Zm-1-8a3,3,0,1,0-3,3A3.0033,3.0033,0,0,0,19,11Zm-2,0a1,1,0,1,1-1-1A1.0011,1.0011,0,0,1,17,11Z"
|
|
1704
1875
|
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
1705
1876
|
cx: "16",
|
|
1706
1877
|
cy: "11",
|
|
1707
1878
|
r: "1"
|
|
1708
|
-
})),
|
|
1879
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1709
1880
|
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,6a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,8Zm4,11H18V17H14v2H12V17a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2Z"
|
|
1710
1881
|
})), children);
|
|
1711
1882
|
});
|
|
1712
1883
|
if (process.env.NODE_ENV !== "production") {
|
|
1713
1884
|
LocationPersonFilled.propTypes = iconPropTypes;
|
|
1714
1885
|
}
|
|
1715
|
-
const LocationSave = /*#__PURE__*/React.forwardRef(function LocationSave(
|
|
1886
|
+
const LocationSave = /*#__PURE__*/React.forwardRef(function LocationSave(_ref80, ref) {
|
|
1716
1887
|
let {
|
|
1717
1888
|
children,
|
|
1718
1889
|
size = 16,
|
|
1719
1890
|
...rest
|
|
1720
|
-
} =
|
|
1891
|
+
} = _ref80;
|
|
1721
1892
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1722
1893
|
width: size,
|
|
1723
1894
|
height: size,
|
|
@@ -1726,19 +1897,19 @@ const LocationSave = /*#__PURE__*/React.forwardRef(function LocationSave(_ref73,
|
|
|
1726
1897
|
viewBox: "0 0 32 32",
|
|
1727
1898
|
fill: "currentColor",
|
|
1728
1899
|
...rest
|
|
1729
|
-
},
|
|
1900
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1730
1901
|
d: "M18 30h2V28a1.0009 1.0009 0 011-1h6a1.0009 1.0009 0 011 1v2h2V28a3.0033 3.0033 0 00-3-3H21a3.0033 3.0033 0 00-3 3zM24 24a4 4 0 114-4A4.0042 4.0042 0 0124 24zm0-6a2 2 0 102 2A2.0023 2.0023 0 0024 18zM25.3418 10.06l-22-8A1 1 0 002.06 3.3415l8 22A1.001 1.001 0 0010.9839 26H11a1 1 0 00.9287-.6289L15.77 15.7692l9.6016-3.8408a1 1 0 00-.0293-1.8687zM14.6284 14.0709v0l-.3979.1591-.1591.3979 0 0-3.0269 7.5678L4.6719 4.6715l17.5244 6.3726z"
|
|
1731
1902
|
})), children);
|
|
1732
1903
|
});
|
|
1733
1904
|
if (process.env.NODE_ENV !== "production") {
|
|
1734
1905
|
LocationSave.propTypes = iconPropTypes;
|
|
1735
1906
|
}
|
|
1736
|
-
const LocationStar = /*#__PURE__*/React.forwardRef(function LocationStar(
|
|
1907
|
+
const LocationStar = /*#__PURE__*/React.forwardRef(function LocationStar(_ref81, ref) {
|
|
1737
1908
|
let {
|
|
1738
1909
|
children,
|
|
1739
1910
|
size = 16,
|
|
1740
1911
|
...rest
|
|
1741
|
-
} =
|
|
1912
|
+
} = _ref81;
|
|
1742
1913
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1743
1914
|
width: size,
|
|
1744
1915
|
height: size,
|
|
@@ -1747,21 +1918,21 @@ const LocationStar = /*#__PURE__*/React.forwardRef(function LocationStar(_ref74,
|
|
|
1747
1918
|
viewBox: "0 0 32 32",
|
|
1748
1919
|
fill: "currentColor",
|
|
1749
1920
|
...rest
|
|
1750
|
-
},
|
|
1921
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1751
1922
|
d: "M16 7L17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z"
|
|
1752
|
-
})),
|
|
1923
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1753
1924
|
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
|
1754
1925
|
})), children);
|
|
1755
1926
|
});
|
|
1756
1927
|
if (process.env.NODE_ENV !== "production") {
|
|
1757
1928
|
LocationStar.propTypes = iconPropTypes;
|
|
1758
1929
|
}
|
|
1759
|
-
const LocationStarFilled = /*#__PURE__*/React.forwardRef(function LocationStarFilled(
|
|
1930
|
+
const LocationStarFilled = /*#__PURE__*/React.forwardRef(function LocationStarFilled(_ref82, ref) {
|
|
1760
1931
|
let {
|
|
1761
1932
|
children,
|
|
1762
1933
|
size = 16,
|
|
1763
1934
|
...rest
|
|
1764
|
-
} =
|
|
1935
|
+
} = _ref82;
|
|
1765
1936
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1766
1937
|
width: size,
|
|
1767
1938
|
height: size,
|
|
@@ -1770,22 +1941,22 @@ const LocationStarFilled = /*#__PURE__*/React.forwardRef(function LocationStarFi
|
|
|
1770
1941
|
viewBox: "0 0 32 32",
|
|
1771
1942
|
fill: "currentColor",
|
|
1772
1943
|
...rest
|
|
1773
|
-
},
|
|
1944
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1774
1945
|
fill: "none",
|
|
1775
1946
|
d: "M16 7L17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z"
|
|
1776
|
-
})),
|
|
1947
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1777
1948
|
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm3.6,16L16,15.7085,12.4,18l.6-4.0742-3-2.7529,4.2-.5064L16,7l1.9116,3.6665L22,11.1729l-3,2.7529Z"
|
|
1778
1949
|
})), children);
|
|
1779
1950
|
});
|
|
1780
1951
|
if (process.env.NODE_ENV !== "production") {
|
|
1781
1952
|
LocationStarFilled.propTypes = iconPropTypes;
|
|
1782
1953
|
}
|
|
1783
|
-
const Locked = /*#__PURE__*/React.forwardRef(function Locked(
|
|
1954
|
+
const Locked = /*#__PURE__*/React.forwardRef(function Locked(_ref83, ref) {
|
|
1784
1955
|
let {
|
|
1785
1956
|
children,
|
|
1786
1957
|
size = 16,
|
|
1787
1958
|
...rest
|
|
1788
|
-
} =
|
|
1959
|
+
} = _ref83;
|
|
1789
1960
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1790
1961
|
width: size,
|
|
1791
1962
|
height: size,
|
|
@@ -1794,19 +1965,19 @@ const Locked = /*#__PURE__*/React.forwardRef(function Locked(_ref76, ref) {
|
|
|
1794
1965
|
viewBox: "0 0 32 32",
|
|
1795
1966
|
fill: "currentColor",
|
|
1796
1967
|
...rest
|
|
1797
|
-
},
|
|
1968
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1798
1969
|
d: "M24,14H22V8A6,6,0,0,0,10,8v6H8a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V16A2,2,0,0,0,24,14ZM12,8a4,4,0,0,1,8,0v6H12ZM24,28H8V16H24Z"
|
|
1799
1970
|
})), children);
|
|
1800
1971
|
});
|
|
1801
1972
|
if (process.env.NODE_ENV !== "production") {
|
|
1802
1973
|
Locked.propTypes = iconPropTypes;
|
|
1803
1974
|
}
|
|
1804
|
-
const LogicalPartition = /*#__PURE__*/React.forwardRef(function LogicalPartition(
|
|
1975
|
+
const LogicalPartition = /*#__PURE__*/React.forwardRef(function LogicalPartition(_ref84, ref) {
|
|
1805
1976
|
let {
|
|
1806
1977
|
children,
|
|
1807
1978
|
size = 16,
|
|
1808
1979
|
...rest
|
|
1809
|
-
} =
|
|
1980
|
+
} = _ref84;
|
|
1810
1981
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1811
1982
|
width: size,
|
|
1812
1983
|
height: size,
|
|
@@ -1819,19 +1990,19 @@ const LogicalPartition = /*#__PURE__*/React.forwardRef(function LogicalPartition
|
|
|
1819
1990
|
cx: "9",
|
|
1820
1991
|
cy: "7",
|
|
1821
1992
|
r: "1"
|
|
1822
|
-
})),
|
|
1993
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1823
1994
|
d: "M27,22v-4c0-1.1046-.8954-2-2-2h-8v-4h9c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v6c0,1.1046,.8954,2,2,2H15v4H7c-1.1046,0-2,.8954-2,2v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4H15v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4h8v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1Zm-19,6H4v-4h4v4Zm10-4v4h-4v-4h4ZM6,10V4H26v6H6ZM28,28h-4v-4h4v4Z"
|
|
1824
1995
|
})), children);
|
|
1825
1996
|
});
|
|
1826
1997
|
if (process.env.NODE_ENV !== "production") {
|
|
1827
1998
|
LogicalPartition.propTypes = iconPropTypes;
|
|
1828
1999
|
}
|
|
1829
|
-
const Login = /*#__PURE__*/React.forwardRef(function Login(
|
|
2000
|
+
const Login = /*#__PURE__*/React.forwardRef(function Login(_ref85, ref) {
|
|
1830
2001
|
let {
|
|
1831
2002
|
children,
|
|
1832
2003
|
size = 16,
|
|
1833
2004
|
...rest
|
|
1834
|
-
} =
|
|
2005
|
+
} = _ref85;
|
|
1835
2006
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1836
2007
|
width: size,
|
|
1837
2008
|
height: size,
|
|
@@ -1840,21 +2011,21 @@ const Login = /*#__PURE__*/React.forwardRef(function Login(_ref78, ref) {
|
|
|
1840
2011
|
viewBox: "0 0 32 32",
|
|
1841
2012
|
fill: "currentColor",
|
|
1842
2013
|
...rest
|
|
1843
|
-
},
|
|
2014
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1844
2015
|
d: "M26,30H14a2,2,0,0,1-2-2V25h2v3H26V4H14V7H12V4a2,2,0,0,1,2-2H26a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z"
|
|
1845
|
-
})),
|
|
2016
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1846
2017
|
d: "M14.59 20.59L18.17 17 4 17 4 15 18.17 15 14.59 11.41 16 10 22 16 16 22 14.59 20.59z"
|
|
1847
2018
|
})), children);
|
|
1848
2019
|
});
|
|
1849
2020
|
if (process.env.NODE_ENV !== "production") {
|
|
1850
2021
|
Login.propTypes = iconPropTypes;
|
|
1851
2022
|
}
|
|
1852
|
-
const LogoAngular = /*#__PURE__*/React.forwardRef(function LogoAngular(
|
|
2023
|
+
const LogoAngular = /*#__PURE__*/React.forwardRef(function LogoAngular(_ref86, ref) {
|
|
1853
2024
|
let {
|
|
1854
2025
|
children,
|
|
1855
2026
|
size = 16,
|
|
1856
2027
|
...rest
|
|
1857
|
-
} =
|
|
2028
|
+
} = _ref86;
|
|
1858
2029
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1859
2030
|
width: size,
|
|
1860
2031
|
height: size,
|
|
@@ -1863,21 +2034,21 @@ const LogoAngular = /*#__PURE__*/React.forwardRef(function LogoAngular(_ref79, r
|
|
|
1863
2034
|
viewBox: "0 0 32 32",
|
|
1864
2035
|
fill: "currentColor",
|
|
1865
2036
|
...rest
|
|
1866
|
-
},
|
|
2037
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1867
2038
|
d: "M13.5,16h4.9L16,10.8L13.5,16z"
|
|
1868
|
-
})),
|
|
2039
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1869
2040
|
d: "M16,3L3,7.6l2.7,15.8L16,29l10.3-5.6L29,7.6L16,3z M21.1,21.6l-1.5-3.2h-7.1l-1.5,3.2H8.6L16,5.3l7.4,16.2H21.1z"
|
|
1870
2041
|
})), children);
|
|
1871
2042
|
});
|
|
1872
2043
|
if (process.env.NODE_ENV !== "production") {
|
|
1873
2044
|
LogoAngular.propTypes = iconPropTypes;
|
|
1874
2045
|
}
|
|
1875
|
-
const LogoAnsibleCommunity = /*#__PURE__*/React.forwardRef(function LogoAnsibleCommunity(
|
|
2046
|
+
const LogoAnsibleCommunity = /*#__PURE__*/React.forwardRef(function LogoAnsibleCommunity(_ref87, ref) {
|
|
1876
2047
|
let {
|
|
1877
2048
|
children,
|
|
1878
2049
|
size = 16,
|
|
1879
2050
|
...rest
|
|
1880
|
-
} =
|
|
2051
|
+
} = _ref87;
|
|
1881
2052
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1882
2053
|
width: size,
|
|
1883
2054
|
height: size,
|
|
@@ -1886,19 +2057,19 @@ const LogoAnsibleCommunity = /*#__PURE__*/React.forwardRef(function LogoAnsibleC
|
|
|
1886
2057
|
viewBox: "0 0 32 32",
|
|
1887
2058
|
fill: "currentColor",
|
|
1888
2059
|
...rest
|
|
1889
|
-
},
|
|
2060
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1890
2061
|
d: "M27.8,27.7L17.5,3.1C17.2,2.4,16.6,2,15.9,2c-0.7,0-1.3,0.4-1.6,1.1L3,30h3.9l4.5-11.1l13.3,10.7c0.5,0.4,0.9,0.6,1.4,0.6 c1,0,1.9-0.7,1.9-1.8C28,28.2,27.9,28,27.8,27.7z M15.9,7.5l6.7,16.4L12.5,16L15.9,7.5z"
|
|
1891
2062
|
})), children);
|
|
1892
2063
|
});
|
|
1893
2064
|
if (process.env.NODE_ENV !== "production") {
|
|
1894
2065
|
LogoAnsibleCommunity.propTypes = iconPropTypes;
|
|
1895
2066
|
}
|
|
1896
|
-
const LogoDigg = /*#__PURE__*/React.forwardRef(function LogoDigg(
|
|
2067
|
+
const LogoDigg = /*#__PURE__*/React.forwardRef(function LogoDigg(_ref88, ref) {
|
|
1897
2068
|
let {
|
|
1898
2069
|
children,
|
|
1899
2070
|
size = 16,
|
|
1900
2071
|
...rest
|
|
1901
|
-
} =
|
|
2072
|
+
} = _ref88;
|
|
1902
2073
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1903
2074
|
width: size,
|
|
1904
2075
|
height: size,
|
|
@@ -1907,19 +2078,19 @@ const LogoDigg = /*#__PURE__*/React.forwardRef(function LogoDigg(_ref81, ref) {
|
|
|
1907
2078
|
viewBox: "0 0 32 32",
|
|
1908
2079
|
fill: "currentColor",
|
|
1909
2080
|
...rest
|
|
1910
|
-
},
|
|
2081
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
1911
2082
|
d: "M6.48 7.6v3.92H2V21H9.28V7.6zm0 11.2H4.8v-5H6.48zM10.4 11.52H13.2V21.04H10.4zM10.4 7.6H13.2V10.399999999999999H10.4zM14.32 11.52V21H18.8v1.12H14.32V24.4H21.6V11.52zM18.8 18.8H17.12v-5H18.8zM22.72 11.52V21H27.2v1.12H22.72V24.4H30V11.52zM27.2 18.8H25.52v-5H27.2z"
|
|
1912
2083
|
})), children);
|
|
1913
2084
|
});
|
|
1914
2085
|
if (process.env.NODE_ENV !== "production") {
|
|
1915
2086
|
LogoDigg.propTypes = iconPropTypes;
|
|
1916
2087
|
}
|
|
1917
|
-
const LogoDiscord = /*#__PURE__*/React.forwardRef(function LogoDiscord(
|
|
2088
|
+
const LogoDiscord = /*#__PURE__*/React.forwardRef(function LogoDiscord(_ref89, ref) {
|
|
1918
2089
|
let {
|
|
1919
2090
|
children,
|
|
1920
2091
|
size = 16,
|
|
1921
2092
|
...rest
|
|
1922
|
-
} =
|
|
2093
|
+
} = _ref89;
|
|
1923
2094
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1924
2095
|
width: size,
|
|
1925
2096
|
height: size,
|
|
@@ -1928,19 +2099,19 @@ const LogoDiscord = /*#__PURE__*/React.forwardRef(function LogoDiscord(_ref82, r
|
|
|
1928
2099
|
viewBox: "0 0 32 32",
|
|
1929
2100
|
fill: "currentColor",
|
|
1930
2101
|
...rest
|
|
1931
|
-
},
|
|
2102
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
1932
2103
|
d: "M25.7,7.1C23.9,6.3,22,5.7,20,5.3c0,0-0.1,0-0.1,0c-0.2,0.4-0.5,1-0.7,1.5c-2.2-0.3-4.3-0.3-6.4,0c-0.2-0.5-0.5-1-0.7-1.5 c0,0-0.1,0-0.1,0c-2,0.3-3.9,0.9-5.7,1.8c0,0,0,0,0,0c-3.6,5.4-4.6,10.7-4.1,15.9c0,0,0,0.1,0,0.1c2.4,1.8,4.7,2.8,7,3.5 c0,0,0.1,0,0.1,0c0.5-0.7,1-1.5,1.4-2.3c0,0,0-0.1,0-0.1c-0.8-0.3-1.5-0.6-2.2-1c-0.1,0-0.1-0.1,0-0.1c0.1-0.1,0.3-0.2,0.4-0.3 c0,0,0.1,0,0.1,0c4.6,2.1,9.5,2.1,14.1,0c0,0,0.1,0,0.1,0c0.1,0.1,0.3,0.2,0.4,0.3c0.1,0,0,0.1,0,0.1c-0.7,0.4-1.4,0.8-2.2,1 c0,0-0.1,0.1,0,0.1c0.4,0.8,0.9,1.6,1.4,2.3c0,0,0.1,0,0.1,0c2.3-0.7,4.6-1.8,7-3.5c0,0,0,0,0-0.1C30.5,17,28.9,11.8,25.7,7.1 C25.7,7.1,25.7,7.1,25.7,7.1z M11.4,19.9c-1.4,0-2.5-1.3-2.5-2.8s1.1-2.8,2.5-2.8c1.4,0,2.5,1.3,2.5,2.8 C13.9,18.6,12.8,19.9,11.4,19.9z M20.7,19.9c-1.4,0-2.5-1.3-2.5-2.8s1.1-2.8,2.5-2.8c1.4,0,2.5,1.3,2.5,2.8 C23.2,18.6,22.1,19.9,20.7,19.9z"
|
|
1933
2104
|
})), children);
|
|
1934
2105
|
});
|
|
1935
2106
|
if (process.env.NODE_ENV !== "production") {
|
|
1936
2107
|
LogoDiscord.propTypes = iconPropTypes;
|
|
1937
2108
|
}
|
|
1938
|
-
const LogoFacebook = /*#__PURE__*/React.forwardRef(function LogoFacebook(
|
|
2109
|
+
const LogoFacebook = /*#__PURE__*/React.forwardRef(function LogoFacebook(_ref90, ref) {
|
|
1939
2110
|
let {
|
|
1940
2111
|
children,
|
|
1941
2112
|
size = 16,
|
|
1942
2113
|
...rest
|
|
1943
|
-
} =
|
|
2114
|
+
} = _ref90;
|
|
1944
2115
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1945
2116
|
width: size,
|
|
1946
2117
|
height: size,
|
|
@@ -1949,19 +2120,19 @@ const LogoFacebook = /*#__PURE__*/React.forwardRef(function LogoFacebook(_ref83,
|
|
|
1949
2120
|
viewBox: "0 0 32 32",
|
|
1950
2121
|
fill: "currentColor",
|
|
1951
2122
|
...rest
|
|
1952
|
-
},
|
|
2123
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
1953
2124
|
d: "M26.67,4H5.33A1.34,1.34,0,0,0,4,5.33V26.67A1.34,1.34,0,0,0,5.33,28H16.82V18.72H13.7V15.09h3.12V12.42c0-3.1,1.89-4.79,4.67-4.79.93,0,1.86,0,2.79.14V11H22.37c-1.51,0-1.8.72-1.8,1.77v2.31h3.6l-.47,3.63H20.57V28h6.1A1.34,1.34,0,0,0,28,26.67V5.33A1.34,1.34,0,0,0,26.67,4Z"
|
|
1954
2125
|
})), children);
|
|
1955
2126
|
});
|
|
1956
2127
|
if (process.env.NODE_ENV !== "production") {
|
|
1957
2128
|
LogoFacebook.propTypes = iconPropTypes;
|
|
1958
2129
|
}
|
|
1959
|
-
const LogoFigma = /*#__PURE__*/React.forwardRef(function LogoFigma(
|
|
2130
|
+
const LogoFigma = /*#__PURE__*/React.forwardRef(function LogoFigma(_ref91, ref) {
|
|
1960
2131
|
let {
|
|
1961
2132
|
children,
|
|
1962
2133
|
size = 16,
|
|
1963
2134
|
...rest
|
|
1964
|
-
} =
|
|
2135
|
+
} = _ref91;
|
|
1965
2136
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1966
2137
|
width: size,
|
|
1967
2138
|
height: size,
|
|
@@ -1970,19 +2141,19 @@ const LogoFigma = /*#__PURE__*/React.forwardRef(function LogoFigma(_ref84, ref)
|
|
|
1970
2141
|
viewBox: "0 0 32 32",
|
|
1971
2142
|
fill: "currentColor",
|
|
1972
2143
|
...rest
|
|
1973
|
-
},
|
|
2144
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
1974
2145
|
d: "M23.6,11.6c1-0.6,1.7-1.5,2.1-2.6c0.4-1.1,0.4-2.2,0.1-3.3c-0.3-1.1-1-2-1.9-2.7c-0.9-0.7-2.1-1-3.2-1h-9.2 c-1.2,0-2.3,0.4-3.2,1C7.2,3.7,6.6,4.7,6.2,5.7C5.9,6.8,5.9,8,6.3,9c0.4,1.1,1.1,2,2.1,2.6c-0.7,0.5-1.4,1.1-1.8,1.9 C6.2,14.3,6,15.1,6,16c0,0.9,0.2,1.7,0.6,2.5c0.4,0.8,1,1.4,1.8,1.9c-1,0.6-1.7,1.5-2.1,2.6c-0.4,1.1-0.4,2.2-0.1,3.3 c0.3,1.1,1,2,2,2.7c0.9,0.7,2.1,1,3.2,1c1.4,0,2.8-0.6,3.9-1.5c1-1,1.6-2.3,1.6-3.7v-4.8c1,0.9,2.3,1.4,3.6,1.4h0.1 c1.2,0,2.3-0.4,3.2-1c0.9-0.7,1.6-1.6,1.9-2.7c0.3-1.1,0.3-2.2-0.1-3.3C25.3,13.1,24.5,12.2,23.6,11.6z M16.9,3.7h3.7 c0.5,0,1,0,1.4,0.2c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.3,0.6,0.7,0.8,1.2s0.3,0.9,0.3,1.4c0,0.5-0.1,1-0.3,1.4c-0.2,0.4-0.5,0.8-0.8,1.2 c-0.4,0.3-0.8,0.6-1.2,0.8c-0.5,0.2-1,0.2-1.4,0.2h-3.7V3.7z M11.4,3.7h3.7v7h-3.7c-0.9,0-1.8-0.4-2.4-1.1C8.3,9,8,8.1,8,7.2 s0.4-1.8,1-2.4C9.6,4.2,10.5,3.8,11.4,3.7L11.4,3.7z M7.8,16c0-0.9,0.4-1.8,1.1-2.5c0.7-0.7,1.6-1,2.6-1h3.7v7h-3.7 c-1,0-1.9-0.4-2.6-1C8.2,17.8,7.8,16.9,7.8,16L7.8,16z M15.1,24.7c0,1-0.4,1.9-1.1,2.5c-0.7,0.7-1.6,1-2.6,1c-0.5,0-1,0-1.4-0.2 c-0.5-0.2-0.9-0.4-1.2-0.7c-0.4-0.3-0.6-0.7-0.8-1.2c-0.2-0.4-0.3-0.9-0.3-1.4c0-0.5,0.1-1,0.3-1.4c0.2-0.4,0.5-0.8,0.8-1.2 c0.4-0.3,0.8-0.6,1.2-0.8c0.5-0.2,1-0.2,1.4-0.2h3.7L15.1,24.7z M20.6,19.5h-0.1c-0.9,0-1.8-0.4-2.4-1.1c-0.6-0.7-1-1.5-1-2.4 c0-0.9,0.4-1.8,1-2.4c0.6-0.7,1.5-1,2.4-1.1h0.1c0.5,0,1,0,1.4,0.2c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.3,0.6,0.7,0.8,1.2 c0.2,0.4,0.3,0.9,0.3,1.4c0,0.5-0.1,1-0.3,1.4c-0.2,0.4-0.5,0.8-0.8,1.2c-0.4,0.3-0.8,0.6-1.2,0.8C21.6,19.5,21.1,19.5,20.6,19.5 L20.6,19.5z"
|
|
1975
2146
|
})), children);
|
|
1976
2147
|
});
|
|
1977
2148
|
if (process.env.NODE_ENV !== "production") {
|
|
1978
2149
|
LogoFigma.propTypes = iconPropTypes;
|
|
1979
2150
|
}
|
|
1980
|
-
const LogoFlickr = /*#__PURE__*/React.forwardRef(function LogoFlickr(
|
|
2151
|
+
const LogoFlickr = /*#__PURE__*/React.forwardRef(function LogoFlickr(_ref92, ref) {
|
|
1981
2152
|
let {
|
|
1982
2153
|
children,
|
|
1983
2154
|
size = 16,
|
|
1984
2155
|
...rest
|
|
1985
|
-
} =
|
|
2156
|
+
} = _ref92;
|
|
1986
2157
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1987
2158
|
width: size,
|
|
1988
2159
|
height: size,
|
|
@@ -2004,12 +2175,12 @@ const LogoFlickr = /*#__PURE__*/React.forwardRef(function LogoFlickr(_ref85, ref
|
|
|
2004
2175
|
if (process.env.NODE_ENV !== "production") {
|
|
2005
2176
|
LogoFlickr.propTypes = iconPropTypes;
|
|
2006
2177
|
}
|
|
2007
|
-
const LogoGithub = /*#__PURE__*/React.forwardRef(function LogoGithub(
|
|
2178
|
+
const LogoGithub = /*#__PURE__*/React.forwardRef(function LogoGithub(_ref93, ref) {
|
|
2008
2179
|
let {
|
|
2009
2180
|
children,
|
|
2010
2181
|
size = 16,
|
|
2011
2182
|
...rest
|
|
2012
|
-
} =
|
|
2183
|
+
} = _ref93;
|
|
2013
2184
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2014
2185
|
width: size,
|
|
2015
2186
|
height: size,
|
|
@@ -2018,7 +2189,7 @@ const LogoGithub = /*#__PURE__*/React.forwardRef(function LogoGithub(_ref86, ref
|
|
|
2018
2189
|
viewBox: "0 0 32 32",
|
|
2019
2190
|
fill: "currentColor",
|
|
2020
2191
|
...rest
|
|
2021
|
-
},
|
|
2192
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2022
2193
|
fillRule: "evenodd",
|
|
2023
2194
|
d: "M16,2a14,14,0,0,0-4.43,27.28c.7.13,1-.3,1-.67s0-1.21,0-2.38c-3.89.84-4.71-1.88-4.71-1.88A3.71,3.71,0,0,0,6.24,22.3c-1.27-.86.1-.85.1-.85A2.94,2.94,0,0,1,8.48,22.9a3,3,0,0,0,4.08,1.16,2.93,2.93,0,0,1,.88-1.87c-3.1-.36-6.37-1.56-6.37-6.92a5.4,5.4,0,0,1,1.44-3.76,5,5,0,0,1,.14-3.7s1.17-.38,3.85,1.43a13.3,13.3,0,0,1,7,0c2.67-1.81,3.84-1.43,3.84-1.43a5,5,0,0,1,.14,3.7,5.4,5.4,0,0,1,1.44,3.76c0,5.38-3.27,6.56-6.39,6.91a3.33,3.33,0,0,1,.95,2.59c0,1.87,0,3.38,0,3.84s.25.81,1,.67A14,14,0,0,0,16,2Z"
|
|
2024
2195
|
})), children);
|
|
@@ -2026,12 +2197,12 @@ const LogoGithub = /*#__PURE__*/React.forwardRef(function LogoGithub(_ref86, ref
|
|
|
2026
2197
|
if (process.env.NODE_ENV !== "production") {
|
|
2027
2198
|
LogoGithub.propTypes = iconPropTypes;
|
|
2028
2199
|
}
|
|
2029
|
-
const LogoGitlab = /*#__PURE__*/React.forwardRef(function LogoGitlab(
|
|
2200
|
+
const LogoGitlab = /*#__PURE__*/React.forwardRef(function LogoGitlab(_ref94, ref) {
|
|
2030
2201
|
let {
|
|
2031
2202
|
children,
|
|
2032
2203
|
size = 16,
|
|
2033
2204
|
...rest
|
|
2034
|
-
} =
|
|
2205
|
+
} = _ref94;
|
|
2035
2206
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2036
2207
|
width: size,
|
|
2037
2208
|
height: size,
|
|
@@ -2040,19 +2211,19 @@ const LogoGitlab = /*#__PURE__*/React.forwardRef(function LogoGitlab(_ref87, ref
|
|
|
2040
2211
|
viewBox: "0 0 32 32",
|
|
2041
2212
|
fill: "currentColor",
|
|
2042
2213
|
...rest
|
|
2043
|
-
},
|
|
2214
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2044
2215
|
d: "m28.5678,12.8926l-.0366-.0934-3.5388-9.2356c-.072-.181-.1995-.3346-.3642-.4386-.3375-.2095-.7699-.1863-1.083.0582-.1512.1228-.2608.2892-.3141.4765l-2.3894,7.3105h-9.6756l-2.3894-7.3105c-.0518-.1884-.1617-.3556-.3141-.4779-.3131-.2445-.7455-.2677-1.083-.0582-.1643.1045-.2917.2579-.3642.4386l-3.5456,9.2315-.0352.0934c-1.0465,2.7345-.1578,5.8315,2.1796,7.5948l.0122.0095.0325.023,5.3908,4.037,2.667,2.0185,1.6246,1.2265c.3905.2965.9308.2965,1.3213,0l1.6246-1.2265,2.667-2.0185,5.4233-4.0614.0135-.0108c2.3319-1.7635,3.219-4.8551,2.1769-7.5867Z"
|
|
2045
2216
|
})), children);
|
|
2046
2217
|
});
|
|
2047
2218
|
if (process.env.NODE_ENV !== "production") {
|
|
2048
2219
|
LogoGitlab.propTypes = iconPropTypes;
|
|
2049
2220
|
}
|
|
2050
|
-
const LogoGlassdoor = /*#__PURE__*/React.forwardRef(function LogoGlassdoor(
|
|
2221
|
+
const LogoGlassdoor = /*#__PURE__*/React.forwardRef(function LogoGlassdoor(_ref95, ref) {
|
|
2051
2222
|
let {
|
|
2052
2223
|
children,
|
|
2053
2224
|
size = 16,
|
|
2054
2225
|
...rest
|
|
2055
|
-
} =
|
|
2226
|
+
} = _ref95;
|
|
2056
2227
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2057
2228
|
width: size,
|
|
2058
2229
|
height: size,
|
|
@@ -2061,21 +2232,21 @@ const LogoGlassdoor = /*#__PURE__*/React.forwardRef(function LogoGlassdoor(_ref8
|
|
|
2061
2232
|
viewBox: "0 0 32 32",
|
|
2062
2233
|
fill: "currentColor",
|
|
2063
2234
|
...rest
|
|
2064
|
-
},
|
|
2235
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2065
2236
|
d: "M10.8281,28H21.1719a3.43,3.43,0,0,0,3.43-3.43V10.3306h-3.43V24.57H7.3981A3.43,3.43,0,0,0,10.8281,28Z"
|
|
2066
|
-
})),
|
|
2237
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2067
2238
|
d: "M21.1719,4H10.8281a3.43,3.43,0,0,0-3.43,3.43v14.24h3.43V7.43H24.6019A3.43,3.43,0,0,0,21.1719,4Z"
|
|
2068
2239
|
})), children);
|
|
2069
2240
|
});
|
|
2070
2241
|
if (process.env.NODE_ENV !== "production") {
|
|
2071
2242
|
LogoGlassdoor.propTypes = iconPropTypes;
|
|
2072
2243
|
}
|
|
2073
|
-
const LogoInstagram = /*#__PURE__*/React.forwardRef(function LogoInstagram(
|
|
2244
|
+
const LogoInstagram = /*#__PURE__*/React.forwardRef(function LogoInstagram(_ref96, ref) {
|
|
2074
2245
|
let {
|
|
2075
2246
|
children,
|
|
2076
2247
|
size = 16,
|
|
2077
2248
|
...rest
|
|
2078
|
-
} =
|
|
2249
|
+
} = _ref96;
|
|
2079
2250
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2080
2251
|
width: size,
|
|
2081
2252
|
height: size,
|
|
@@ -2088,21 +2259,21 @@ const LogoInstagram = /*#__PURE__*/React.forwardRef(function LogoInstagram(_ref8
|
|
|
2088
2259
|
cx: "22.406",
|
|
2089
2260
|
cy: "9.594",
|
|
2090
2261
|
r: "1.44"
|
|
2091
|
-
})),
|
|
2262
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2092
2263
|
d: "M16,9.8378A6.1622,6.1622,0,1,0,22.1622,16,6.1622,6.1622,0,0,0,16,9.8378ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
|
|
2093
|
-
})),
|
|
2264
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2094
2265
|
d: "M16,6.1622c3.2041,0,3.5837.0122,4.849.07a6.6418,6.6418,0,0,1,2.2283.4132,3.9748,3.9748,0,0,1,2.2774,2.2774,6.6418,6.6418,0,0,1,.4132,2.2283c.0577,1.2653.07,1.6449.07,4.849s-.0122,3.5837-.07,4.849a6.6418,6.6418,0,0,1-.4132,2.2283,3.9748,3.9748,0,0,1-2.2774,2.2774,6.6418,6.6418,0,0,1-2.2283.4132c-1.2652.0577-1.6446.07-4.849.07s-3.5838-.0122-4.849-.07a6.6418,6.6418,0,0,1-2.2283-.4132,3.9748,3.9748,0,0,1-2.2774-2.2774,6.6418,6.6418,0,0,1-.4132-2.2283c-.0577-1.2653-.07-1.6449-.07-4.849s.0122-3.5837.07-4.849a6.6418,6.6418,0,0,1,.4132-2.2283A3.9748,3.9748,0,0,1,8.9227,6.6453a6.6418,6.6418,0,0,1,2.2283-.4132c1.2653-.0577,1.6449-.07,4.849-.07M16,4c-3.259,0-3.6677.0138-4.9476.0722A8.8068,8.8068,0,0,0,8.14,4.63,6.1363,6.1363,0,0,0,4.63,8.14a8.8068,8.8068,0,0,0-.5578,2.9129C4.0138,12.3323,4,12.741,4,16s.0138,3.6677.0722,4.9476A8.8074,8.8074,0,0,0,4.63,23.8605a6.1363,6.1363,0,0,0,3.51,3.51,8.8068,8.8068,0,0,0,2.9129.5578C12.3323,27.9862,12.741,28,16,28s3.6677-.0138,4.9476-.0722a8.8074,8.8074,0,0,0,2.9129-.5578,6.1363,6.1363,0,0,0,3.51-3.51,8.8074,8.8074,0,0,0,.5578-2.9129C27.9862,19.6677,28,19.259,28,16s-.0138-3.6677-.0722-4.9476A8.8068,8.8068,0,0,0,27.37,8.14a6.1363,6.1363,0,0,0-3.51-3.5095,8.8074,8.8074,0,0,0-2.9129-.5578C19.6677,4.0138,19.259,4,16,4Z"
|
|
2095
2266
|
})), children);
|
|
2096
2267
|
});
|
|
2097
2268
|
if (process.env.NODE_ENV !== "production") {
|
|
2098
2269
|
LogoInstagram.propTypes = iconPropTypes;
|
|
2099
2270
|
}
|
|
2100
|
-
const LogoInvision = /*#__PURE__*/React.forwardRef(function LogoInvision(
|
|
2271
|
+
const LogoInvision = /*#__PURE__*/React.forwardRef(function LogoInvision(_ref97, ref) {
|
|
2101
2272
|
let {
|
|
2102
2273
|
children,
|
|
2103
2274
|
size = 16,
|
|
2104
2275
|
...rest
|
|
2105
|
-
} =
|
|
2276
|
+
} = _ref97;
|
|
2106
2277
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2107
2278
|
width: size,
|
|
2108
2279
|
height: size,
|
|
@@ -2111,19 +2282,19 @@ const LogoInvision = /*#__PURE__*/React.forwardRef(function LogoInvision(_ref90,
|
|
|
2111
2282
|
viewBox: "0 0 32 32",
|
|
2112
2283
|
fill: "currentColor",
|
|
2113
2284
|
...rest
|
|
2114
|
-
},
|
|
2285
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2115
2286
|
d: "M4,4v24h24V4H4z M12.1,9c0.8,0,1.4,0.6,1.4,1.4c0,0.8-0.6,1.4-1.4,1.4c0,0,0,0,0,0c-0.8,0-1.4-0.6-1.4-1.4 C10.8,9.6,11.4,9,12.1,9z M21.5,22.2c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1l0.7-2.4c0.1-0.2,0.1-0.5,0.1-0.7 c0-0.8-0.5-1.3-1.2-1.3c-1,0-1.6,0.7-1.9,2L15.9,22h-2.3l0.4-1.7c-0.7,1.1-1.6,1.8-2.8,1.8c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1 l1.1-4.3H8.7L9.2,13h3.9l-1.5,6.1c-0.1,0.3-0.1,0.6-0.1,0.9c0,0.4,0.2,0.5,0.5,0.6c0.2,0,1.6,0,2.4-1.8l1-4.1h-1.6l0.5-1.8h3.5 l-0.5,2.1c0.6-1.2,1.9-2.2,3.1-2.2c1.3,0,2.4,0.9,2.4,2.7c0,0.5-0.1,1-0.2,1.5l-0.7,2.4c-0.1,0.2-0.1,0.4-0.1,0.6 c0,0.4,0.2,0.6,0.5,0.6c0.3,0,0.7-0.2,1.2-1.5l0.9,0.4C23.7,21.4,22.7,22.2,21.5,22.2z"
|
|
2116
2287
|
})), children);
|
|
2117
2288
|
});
|
|
2118
2289
|
if (process.env.NODE_ENV !== "production") {
|
|
2119
2290
|
LogoInvision.propTypes = iconPropTypes;
|
|
2120
2291
|
}
|
|
2121
|
-
const LogoJupyter = /*#__PURE__*/React.forwardRef(function LogoJupyter(
|
|
2292
|
+
const LogoJupyter = /*#__PURE__*/React.forwardRef(function LogoJupyter(_ref98, ref) {
|
|
2122
2293
|
let {
|
|
2123
2294
|
children,
|
|
2124
2295
|
size = 16,
|
|
2125
2296
|
...rest
|
|
2126
|
-
} =
|
|
2297
|
+
} = _ref98;
|
|
2127
2298
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2128
2299
|
width: size,
|
|
2129
2300
|
height: size,
|
|
@@ -2132,19 +2303,19 @@ const LogoJupyter = /*#__PURE__*/React.forwardRef(function LogoJupyter(_ref91, r
|
|
|
2132
2303
|
viewBox: "0 0 32 32",
|
|
2133
2304
|
fill: "currentColor",
|
|
2134
2305
|
...rest
|
|
2135
|
-
},
|
|
2306
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2136
2307
|
d: "M26.0766 3.5878a1.69 1.69 0 11-1.76-1.5853 1.67 1.67 0 011.76 1.5853zM16.2191 23.1113c-4.4866 0-8.43-1.61-10.4688-3.9882a11.1618 11.1618 0 0020.9377 0C24.6541 21.5011 20.7257 23.1113 16.2191 23.1113zM16.2191 7.6483c4.4867 0 8.43 1.61 10.4689 3.9881a11.1618 11.1618 0 00-20.9377 0C7.7892 9.2535 11.7126 7.6483 16.2191 7.6483zM10.0427 27.7388a2.1085 2.1085 0 11-.2031-.7976 2.1278 2.1278 0 01.2031.7976zM6.26 7.1064A1.2263 1.2263 0 117.4517 5.83 1.2415 1.2415 0 016.26 7.1064z"
|
|
2137
2308
|
})), children);
|
|
2138
2309
|
});
|
|
2139
2310
|
if (process.env.NODE_ENV !== "production") {
|
|
2140
2311
|
LogoJupyter.propTypes = iconPropTypes;
|
|
2141
2312
|
}
|
|
2142
|
-
const LogoKeybase = /*#__PURE__*/React.forwardRef(function LogoKeybase(
|
|
2313
|
+
const LogoKeybase = /*#__PURE__*/React.forwardRef(function LogoKeybase(_ref99, ref) {
|
|
2143
2314
|
let {
|
|
2144
2315
|
children,
|
|
2145
2316
|
size = 16,
|
|
2146
2317
|
...rest
|
|
2147
|
-
} =
|
|
2318
|
+
} = _ref99;
|
|
2148
2319
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2149
2320
|
width: size,
|
|
2150
2321
|
height: size,
|
|
@@ -2153,24 +2324,24 @@ const LogoKeybase = /*#__PURE__*/React.forwardRef(function LogoKeybase(_ref92, r
|
|
|
2153
2324
|
viewBox: "0 0 32 32",
|
|
2154
2325
|
fill: "currentColor",
|
|
2155
2326
|
...rest
|
|
2156
|
-
},
|
|
2327
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2157
2328
|
d: "M14.1233 26.9328a1.1122 1.1122 0 11-1.1121-1.1122 1.112 1.112 0 011.1121 1.1122M21.0257 26.9328a1.1122 1.1122 0 11-1.1122-1.1122 1.1121 1.1121 0 011.1122 1.1122"
|
|
2158
|
-
})),
|
|
2329
|
+
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2159
2330
|
d: "M9.999 5.797H10.973V6.771H9.999z",
|
|
2160
2331
|
transform: "rotate(-86.462 10.486 6.284)"
|
|
2161
|
-
})),
|
|
2332
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2162
2333
|
d: "M26.4275,16.3825l-.0013.001a13.0868,13.0868,0,0,0-5.1431-4.1825c-.3754-.1667-.7543-.3142-1.1354-.4454.0128-.0314.0277-.0615.04-.0933a4.83,4.83,0,0,0-2.9861-6.319,5.9368,5.9368,0,0,0-1.9962-.3558c-.0366-.1253-.1165-.6743.58-2.1571L14.3742,2q-.17.236-.3368.4661c-.384.5309-.7549,1.0444-1.1029,1.55a2.1657,2.1657,0,0,0-1.4486-.6771L9.8543,3.2377H9.852l-.0025,0c-.0429-.0025-.0864-.0039-.1293-.0039A2.1877,2.1877,0,0,0,7.54,5.2825L7.4388,6.9169l0,.003,0,.0028A2.1882,2.1882,0,0,0,9.4854,9.23l1.1673.0723a5.1711,5.1711,0,0,0,.47,2.688,13.1954,13.1954,0,0,0-4.2637,2.9C3,18.7883,3,23.06,3,26.4916v2.0706l1.524-1.6163A12.3293,12.3293,0,0,0,5.8548,30H7.8367A10.7091,10.7091,0,0,1,5.878,25.51l2.2353-2.3708L6.963,26.745l2.03-1.4774c3.5858-2.61,7.8678-3.2093,12.7263-1.7826a4.6276,4.6276,0,0,0,5.2189-1.468c.0441-.0628.0828-.128.1228-.1926a9.6141,9.6141,0,0,1,.1638,1.7454,12.4214,12.4214,0,0,1-1.61,6.43h1.877A14.4022,14.4022,0,0,0,28.87,23.57,12.2666,12.2666,0,0,0,26.4275,16.3825ZM13.8455,5.9257a1.5872,1.5872,0,0,0,1.3983.7068,4.2111,4.2111,0,0,1,1.44.2719,3.17,3.17,0,0,1,1.0279,5.4638l-.4752-.5849-.0032-.004a1.7048,1.7048,0,0,0-3.0235.9865,3.2143,3.2143,0,0,1-1.899-3.5412,8.4815,8.4815,0,0,1,1.4374-3.466A1.642,1.642,0,0,0,13.8455,5.9257Zm3.49,9.2589-.6072.4962a.2675.2675,0,0,1-.376-.038l-.1264-.1549a.2791.2791,0,0,1,.0394-.3927l.6-.49-1.235-1.5158a.362.362,0,1,1,.5611-.4575l3.4546,4.2517a.3619.3619,0,0,1-.1988.5815.3566.3566,0,0,1-.0816.0094.3609.3609,0,0,1-.2806-.1332l-.3441-.4239-1.2215.9971a.2815.2815,0,0,1-.3965-.04l-.5532-.6775a.2786.2786,0,0,1,.04-.3919l1.2275-1.002ZM9.08,7.0184l.1014-1.6342A.5394.5394,0,0,1,9.72,4.8781l.0326.001,1.6335.1013a.5387.5387,0,0,1,.5046.5716l-.0073.1182a10.6739,10.6739,0,0,0-.9028,2.0046L9.5859,7.5886A.5407.5407,0,0,1,9.08,7.0184ZM25.5944,21.07a2.9883,2.9883,0,0,1-3.4112.8373c-4.5313-1.3305-8.6289-1.0534-12.2124.82l1.9069-5.978-7.203,7.6393a11.67,11.67,0,0,1,3.3532-8.3419,11.4953,11.4953,0,0,1,4.1073-2.6908,5.42,5.42,0,0,0,2.2411,1.2214,4.714,4.714,0,0,0,.5627.12,1.6258,1.6258,0,0,0,.2449,1.6416l.0847.1038a1.6247,1.6247,0,0,0,.2594,1.605l.5532.6777a1.6276,1.6276,0,0,0,2.29.2314l.3314-.2705a1.7079,1.7079,0,0,0,1.9867-2.6535l-1.9427-2.3911a4.88,4.88,0,0,0,.4863-.456,12.449,12.449,0,0,1,1.3829.5181,11.419,11.419,0,0,1,4.5085,3.6838C26.0987,18.7278,26.2745,20.1043,25.5944,21.07Z"
|
|
2163
2334
|
})), children);
|
|
2164
2335
|
});
|
|
2165
2336
|
if (process.env.NODE_ENV !== "production") {
|
|
2166
2337
|
LogoKeybase.propTypes = iconPropTypes;
|
|
2167
2338
|
}
|
|
2168
|
-
const LogoKubernetes = /*#__PURE__*/React.forwardRef(function LogoKubernetes(
|
|
2339
|
+
const LogoKubernetes = /*#__PURE__*/React.forwardRef(function LogoKubernetes(_ref100, ref) {
|
|
2169
2340
|
let {
|
|
2170
2341
|
children,
|
|
2171
2342
|
size = 16,
|
|
2172
2343
|
...rest
|
|
2173
|
-
} =
|
|
2344
|
+
} = _ref100;
|
|
2174
2345
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2175
2346
|
width: size,
|
|
2176
2347
|
height: size,
|
|
@@ -2179,21 +2350,21 @@ const LogoKubernetes = /*#__PURE__*/React.forwardRef(function LogoKubernetes(_re
|
|
|
2179
2350
|
viewBox: "0 0 32 32",
|
|
2180
2351
|
fill: "currentColor",
|
|
2181
2352
|
...rest
|
|
2182
|
-
},
|
|
2353
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2183
2354
|
d: "M15.134 17.189L15.999 17.605 16.862 17.19 17.076 16.259 16.479 15.512 15.518 15.512 14.919 16.257 15.134 17.189zM14.2166 13.88l.0024.0019a.5239.5239 0 00.8321-.4013l0-.003.0127-.0063L15.242 10.33c-.2173.0268-.43.0635-.6333.1094a6.2 6.2 0 00-2.9727 1.6176l2.5752 1.8257zM12.8347 16.2622l.003-.001a.5241.5241 0 00.206-.9008l-.0024-.002.0029-.0127-2.3515-2.1035a6.1775 6.1775 0 00-.8746 3.9l3.0142-.87zM13.8645 18.501a.5229.5229 0 00-.6059-.3989l-.0034 0-.0049-.0063-3.0908.5249a6.2052 6.2052 0 002.4863 3.1108l1.1972-2.8935-.0087-.0117.0009-.003A.5184.5184 0 0013.8645 18.501zM16.4622 19.6431l-.0015-.0025a.53.53 0 00-.48-.2759.5269.5269 0 00-.4434.2769l-.0015.0029H15.533l-1.52 2.7481a6.2277 6.2277 0 003.38.1723c.207-.0468.41-.104.6044-.1684l-1.5234-2.7534zM18.7371 18.09l-.0034 0a.51.51 0 00-.1206-.0088.5263.5263 0 00-.4546.7319l.001.0024-.004.0054 1.21 2.9234A6.185 6.185 0 0021.86 18.61l-3.1176-.5269zM21.2893 13.2437L18.951 15.3364l.0014.0064-.0024.0019a.5249.5249 0 00.2055.9014l.0035.0005.0024.0132 3.0293.872a6.2915 6.2915 0 00-.9014-3.8881zM16.9383 13.4673l0 .0029a.5161.5161 0 00.1143.3037.5236.5236 0 00.7192.0967l.0025-.0019.0088.0039 2.5586-1.814a6.2307 6.2307 0 00-3.584-1.7285l.1777 3.1357z"
|
|
2184
|
-
})),
|
|
2355
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2185
2356
|
d: "M30.3806,19.0376,27.9016,8.2705a1.9057,1.9057,0,0,0-1.038-1.291L16.83,2.1885a1.9332,1.9332,0,0,0-1.6656,0L5.1326,6.9819a1.9072,1.9072,0,0,0-1.0381,1.291L1.6194,19.04A1.89,1.89,0,0,0,1.88,20.499a1.8364,1.8364,0,0,0,.1088.1514l6.9439,8.6338a1.9244,1.9244,0,0,0,1.5.7158l11.1357-.0024a1.9251,1.9251,0,0,0,1.5-.7149L30.01,20.6479A1.8911,1.8911,0,0,0,30.3806,19.0376Zm-3.8115-.13a.6432.6432,0,0,1-.7812.4429l-.0039,0-.0049-.001-.0069-.0019-.0048-.002-.0572-.0117c-.0346-.0068-.07-.0142-.0981-.0215a2.4643,2.4643,0,0,1-.3589-.1328c-.0576-.0249-.1172-.0513-.1807-.0752l-.0175-.0063a5.5192,5.5192,0,0,0-1.0284-.3013.4119.4119,0,0,0-.2954.0981l-.0371.0254-.0019.0015-.002,0c-.0439-.0088-.1748-.0322-.2519-.0444a7.8166,7.8166,0,0,1-3.459,4.351c.0093.022.02.05.0307.0806a.9352.9352,0,0,0,.0669.1567l.002.002-.001.0029-.0166.042a.4148.4148,0,0,0-.03.3091,5.69,5.69,0,0,0,.5322.9517c.0376.0561.0757.1084.1128.1591a2.4,2.4,0,0,1,.2095.32c.0166.0312.0371.0752.0552.1137l.0229.0484a.6083.6083,0,1,1-1.0947.5176l-.0224-.0455c-.0186-.038-.0381-.0776-.0518-.1088a2.5059,2.5059,0,0,1-.1211-.3658c-.0166-.0595-.0337-.1215-.0537-.185l-.0059-.0166a5.5441,5.5441,0,0,0-.4052-.9922.4177.4177,0,0,0-.2627-.1709l-.0415-.0127-.0015,0-.0015-.0019c-.01-.0171-.0337-.0611-.0595-.1075-.0235-.042-.0484-.0874-.0664-.12a7.8868,7.8868,0,0,1-1.0269.3091,7.7588,7.7588,0,0,1-4.51-.3233l-.1352.2442-.002.001a.481.481,0,0,0-.2563.124,2.2827,2.2827,0,0,0-.336.7207c-.04.1172-.08.2383-.1279.3569-.0205.064-.0376.127-.0537.188a2.4747,2.4747,0,0,1-.12.3623c-.0127.03-.0313.0669-.0493.1025l-.0245.0494h0l-.0005.0024-.0019.002a.6773.6773,0,0,1-.5952.3945.5484.5484,0,0,1-.24-.0542.6426.6426,0,0,1-.2578-.86c.0088-.0171.0176-.0371.0274-.0576.0171-.0371.0346-.0757.05-.1045a2.53,2.53,0,0,1,.21-.3222c.0367-.05.0747-.1026.1118-.1578a5.8209,5.8209,0,0,0,.543-.976.5889.5889,0,0,0-.0532-.336l0-.0019,0-.002.1074-.2573a7.8224,7.8224,0,0,1-3.46-4.32l-.2593.0444-.0015-.001-.0264-.0151a.5961.5961,0,0,0-.3159-.106,5.5447,5.5447,0,0,0-1.0283.3013l-.0171.0064c-.062.0239-.1211.0488-.1782.0732a2.4949,2.4949,0,0,1-.3613.1333c-.0308.0083-.0708.0171-.1094.0249l-.0459.01-.0049.0019-.0068.002-.0049.001-.0039,0a.6078.6078,0,1,1-.2695-1.18l.0039-.001.0053-.0015.002,0,.0034-.0009.0469-.0113c.04-.01.081-.02.1133-.0258a2.4132,2.4132,0,0,1,.3808-.0357c.063-.0024.1284-.0054.1958-.0107l.0142-.0015A5.554,5.554,0,0,0,7.77,17.92a.72.72,0,0,0,.231-.227l.0244-.0318.001-.0014.0014,0,.2471-.0718a7.7765,7.7765,0,0,1,1.2246-5.4126l-.19-.17,0-.002-.0044-.0278a.5983.5983,0,0,0-.1153-.3159,5.6171,5.6171,0,0,0-.8916-.6265c-.0585-.0342-.1157-.0649-.1713-.0942a2.4731,2.4731,0,0,1-.3267-.1973c-.0264-.0195-.0586-.0459-.0894-.0713l-.0356-.0288L7.67,10.6387l-.0049-.0039A.7045.7045,0,0,1,7.4041,10.2a.5725.5725,0,0,1,.1128-.4575A.5835.5835,0,0,1,8,9.5288a.7226.7226,0,0,1,.4214.1592l.0361.0283c.0332.0259.07.0552.0972.0781a2.5254,2.5254,0,0,1,.2671.2759c.04.0469.0825.0952.1284.1441l.01.01a5.5221,5.5221,0,0,0,.7989.72.4159.4159,0,0,0,.31.0406l.043-.0069h.0019l.0015.001c.0357.0264.1484.1074.2134.1514a7.7273,7.7273,0,0,1,3.9233-2.24,7.9671,7.9671,0,0,1,1.0816-.1665l.0141-.2515.001-.0014a.6486.6486,0,0,0,.1939-.3076,5.5779,5.5779,0,0,0-.066-1.0791l-.0009-.0088c-.0093-.0664-.021-.13-.0328-.1914a2.5611,2.5611,0,0,1-.0493-.38c-.0009-.03-.0005-.0679,0-.1045l.0005-.05-.0005-.0073,0-.0093a.6088.6088,0,1,1,1.211,0l.0009.0605c.001.0386.0015.0791.0005.11a2.5348,2.5348,0,0,1-.0493.38c-.0117.0615-.0234.125-.0327.1914l-.0039.0317a5.4479,5.4479,0,0,0-.064,1.0567.4132.4132,0,0,0,.1616.2666l.0328.03.0019.0015v.0019c.0015.0435.0083.1836.0137.2637a7.79,7.79,0,0,1,2.7173.7559,7.8812,7.8812,0,0,1,2.2632,1.65l.226-.1612h.002l.0312.002a.5914.5914,0,0,0,.33-.041,5.4885,5.4885,0,0,0,.7871-.71l.0215-.022c.0454-.0478.0869-.0952.1274-.1416a2.57,2.57,0,0,1,.27-.2783c.0263-.0229.062-.05.0967-.0776l.0366-.0288a.6088.6088,0,1,1,.7544.9472l-.0435.0357c-.0307.0254-.063.0517-.0884.0708a2.4733,2.4733,0,0,1-.3266.1968c-.0562.0293-.1143.06-.1734.0947a5.6889,5.6889,0,0,0-.8921.6269.4152.4152,0,0,0-.1079.293l-.0034.044v.0019l-.0014.001c-.0162.0146-.0508.0459-.0914.082s-.0864.0772-.1186.1065a7.7983,7.7983,0,0,1,1.25,5.3994l.24.07.001.001.0171.0254a.6014.6014,0,0,0,.24.2334,5.595,5.595,0,0,0,1.063.1757l.0122.001c.0674.0059.1328.0083.1963.0108a2.4617,2.4617,0,0,1,.38.0356c.0312.0059.0713.0156.11.0254l.0644.0156A.643.643,0,0,1,26.5691,18.9077Z"
|
|
2186
2357
|
})), children);
|
|
2187
2358
|
});
|
|
2188
2359
|
if (process.env.NODE_ENV !== "production") {
|
|
2189
2360
|
LogoKubernetes.propTypes = iconPropTypes;
|
|
2190
2361
|
}
|
|
2191
|
-
const LogoLinkedin = /*#__PURE__*/React.forwardRef(function LogoLinkedin(
|
|
2362
|
+
const LogoLinkedin = /*#__PURE__*/React.forwardRef(function LogoLinkedin(_ref101, ref) {
|
|
2192
2363
|
let {
|
|
2193
2364
|
children,
|
|
2194
2365
|
size = 16,
|
|
2195
2366
|
...rest
|
|
2196
|
-
} =
|
|
2367
|
+
} = _ref101;
|
|
2197
2368
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2198
2369
|
width: size,
|
|
2199
2370
|
height: size,
|
|
@@ -2202,19 +2373,19 @@ const LogoLinkedin = /*#__PURE__*/React.forwardRef(function LogoLinkedin(_ref94,
|
|
|
2202
2373
|
viewBox: "0 0 32 32",
|
|
2203
2374
|
fill: "currentColor",
|
|
2204
2375
|
...rest
|
|
2205
|
-
},
|
|
2376
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2206
2377
|
d: "M26.2,4H5.8C4.8,4,4,4.8,4,5.7v20.5c0,0.9,0.8,1.7,1.8,1.7h20.4c1,0,1.8-0.8,1.8-1.7V5.7C28,4.8,27.2,4,26.2,4z M11.1,24.4 H7.6V13h3.5V24.4z M9.4,11.4c-1.1,0-2.1-0.9-2.1-2.1c0-1.2,0.9-2.1,2.1-2.1c1.1,0,2.1,0.9,2.1,2.1S10.5,11.4,9.4,11.4z M24.5,24.3 H21v-5.6c0-1.3,0-3.1-1.9-3.1c-1.9,0-2.1,1.5-2.1,2.9v5.7h-3.5V13h3.3v1.5h0.1c0.5-0.9,1.7-1.9,3.4-1.9c3.6,0,4.3,2.4,4.3,5.5V24.3z"
|
|
2207
2378
|
})), children);
|
|
2208
2379
|
});
|
|
2209
2380
|
if (process.env.NODE_ENV !== "production") {
|
|
2210
2381
|
LogoLinkedin.propTypes = iconPropTypes;
|
|
2211
2382
|
}
|
|
2212
|
-
const LogoLivestream = /*#__PURE__*/React.forwardRef(function LogoLivestream(
|
|
2383
|
+
const LogoLivestream = /*#__PURE__*/React.forwardRef(function LogoLivestream(_ref102, ref) {
|
|
2213
2384
|
let {
|
|
2214
2385
|
children,
|
|
2215
2386
|
size = 16,
|
|
2216
2387
|
...rest
|
|
2217
|
-
} =
|
|
2388
|
+
} = _ref102;
|
|
2218
2389
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2219
2390
|
width: size,
|
|
2220
2391
|
height: size,
|
|
@@ -2223,19 +2394,19 @@ const LogoLivestream = /*#__PURE__*/React.forwardRef(function LogoLivestream(_re
|
|
|
2223
2394
|
viewBox: "0 0 32 32",
|
|
2224
2395
|
fill: "currentColor",
|
|
2225
2396
|
...rest
|
|
2226
|
-
},
|
|
2397
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2227
2398
|
d: "M22.49 23.71h-.76c-2.26 0-4.52 0-6.78 0a3.12 3.12 0 01-2.41-1A14.91 14.91 0 0110 18.88c-1.3-2.6-2.54-5.22-3.82-7.82-.39-.8-.82-1.56-1.28-2.32A7.84 7.84 0 002 5.6c1.24 0 2.41 0 3.57 0a45.63 45.63 0 017 .61 8.09 8.09 0 016.34 5.09 48.51 48.51 0 012.17 7.36A26 26 0 0022.49 23.71zM28.1 26.38a2.93 2.93 0 01-2.74-2.64 42.08 42.08 0 01-.14-4.9 48 48 0 00-.61-7.58 3.75 3.75 0 00-.83-2h2.65c.54 0 .73.37.89.78A12.1 12.1 0 0128 13.28c.29 2.72.31 5.45.33 8.18a10.94 10.94 0 000 1.15c.09.78.4 1.1 1.17 1.08.5 0 .5-.06.5-.06v2.69A8.62 8.62 0 0128.1 26.38z"
|
|
2228
2399
|
})), children);
|
|
2229
2400
|
});
|
|
2230
2401
|
if (process.env.NODE_ENV !== "production") {
|
|
2231
2402
|
LogoLivestream.propTypes = iconPropTypes;
|
|
2232
2403
|
}
|
|
2233
|
-
const LogoMastodon = /*#__PURE__*/React.forwardRef(function LogoMastodon(
|
|
2404
|
+
const LogoMastodon = /*#__PURE__*/React.forwardRef(function LogoMastodon(_ref103, ref) {
|
|
2234
2405
|
let {
|
|
2235
2406
|
children,
|
|
2236
2407
|
size = 16,
|
|
2237
2408
|
...rest
|
|
2238
|
-
} =
|
|
2409
|
+
} = _ref103;
|
|
2239
2410
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2240
2411
|
width: size,
|
|
2241
2412
|
height: size,
|
|
@@ -2244,19 +2415,19 @@ const LogoMastodon = /*#__PURE__*/React.forwardRef(function LogoMastodon(_ref96,
|
|
|
2244
2415
|
viewBox: "0 0 32 32",
|
|
2245
2416
|
fill: "currentColor",
|
|
2246
2417
|
...rest
|
|
2247
|
-
},
|
|
2418
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2248
2419
|
d: "m29.0581,11.1929c0-6.0742-3.9797-7.8545-3.9797-7.8545-2.0066-.9214-5.4522-1.3091-9.0318-1.3384h-.0879c-3.5798.0293-7.023.417-9.0296,1.3384,0,0-3.98,1.7803-3.98,7.8545,0,1.3911-.0271,3.0537.0171,4.8174.1445,5.9404,1.0889,11.7945,6.5811,13.2481,2.5322.6704,4.7063.8105,6.4573.7144,3.1755-.1758,4.958-1.1333,4.958-1.1333l-.1047-2.3037s-2.269.7153-4.8176.6284c-2.5249-.0869-5.1902-.2725-5.5986-3.3726-.0378-.272-.0566-.563-.0566-.8691,0,0,2.4785.606,5.6196.75,1.9207.0879,3.7219-.1128,5.5515-.3311,3.5083-.4189,6.563-2.5806,6.9468-4.5557.605-3.1113.5552-7.5928.5552-7.5928Zm-4.6943,7.8257h-2.9138v-7.1382c0-1.5049-.6331-2.2686-1.8997-2.2686-1.4002,0-2.1018.9058-2.1018,2.6973v3.9077h-2.8967v-3.9077c0-1.7915-.7019-2.6973-2.1021-2.6973-1.2666,0-1.8997.7637-1.8997,2.2686v7.1382h-2.9138v-7.3545c0-1.5029.3828-2.6978,1.1516-3.5811.7927-.8838,1.8308-1.3369,3.1196-1.3369,1.491,0,2.6204.5732,3.367,1.7192l.7256,1.2168.7261-1.2168c.7463-1.146,1.8755-1.7192,3.3667-1.7192,1.2886,0,2.3267.4531,3.1196,1.3369.7686.8833,1.1514,2.0781,1.1514,3.5811v7.3545Z"
|
|
2249
2420
|
})), children);
|
|
2250
2421
|
});
|
|
2251
2422
|
if (process.env.NODE_ENV !== "production") {
|
|
2252
2423
|
LogoMastodon.propTypes = iconPropTypes;
|
|
2253
2424
|
}
|
|
2254
|
-
const LogoMedium = /*#__PURE__*/React.forwardRef(function LogoMedium(
|
|
2425
|
+
const LogoMedium = /*#__PURE__*/React.forwardRef(function LogoMedium(_ref104, ref) {
|
|
2255
2426
|
let {
|
|
2256
2427
|
children,
|
|
2257
2428
|
size = 16,
|
|
2258
2429
|
...rest
|
|
2259
|
-
} =
|
|
2430
|
+
} = _ref104;
|
|
2260
2431
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2261
2432
|
width: size,
|
|
2262
2433
|
height: size,
|
|
@@ -2265,19 +2436,19 @@ const LogoMedium = /*#__PURE__*/React.forwardRef(function LogoMedium(_ref97, ref
|
|
|
2265
2436
|
viewBox: "0 0 32 32",
|
|
2266
2437
|
fill: "currentColor",
|
|
2267
2438
|
...rest
|
|
2268
|
-
},
|
|
2439
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2269
2440
|
d: "M30 16c0 3.7-.6 6.7-1.4 6.7-.8 0-1.4-3-1.4-6.7s.6-6.7 1.4-6.7C29.4 9.3 30 12.3 30 16M26.5 16c0 4.1-1.8 7.5-3.9 7.5s-3.9-3.4-3.9-7.5 1.8-7.5 3.9-7.5S26.5 11.9 26.5 16M17.8 16c0 4.4-3.5 8-7.9 8S2 20.4 2 16s3.5-8 7.9-8S17.8 11.6 17.8 16"
|
|
2270
2441
|
})), children);
|
|
2271
2442
|
});
|
|
2272
2443
|
if (process.env.NODE_ENV !== "production") {
|
|
2273
2444
|
LogoMedium.propTypes = iconPropTypes;
|
|
2274
2445
|
}
|
|
2275
|
-
const LogoNpm = /*#__PURE__*/React.forwardRef(function LogoNpm(
|
|
2446
|
+
const LogoNpm = /*#__PURE__*/React.forwardRef(function LogoNpm(_ref105, ref) {
|
|
2276
2447
|
let {
|
|
2277
2448
|
children,
|
|
2278
2449
|
size = 16,
|
|
2279
2450
|
...rest
|
|
2280
|
-
} =
|
|
2451
|
+
} = _ref105;
|
|
2281
2452
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2282
2453
|
width: size,
|
|
2283
2454
|
height: size,
|
|
@@ -2286,19 +2457,19 @@ const LogoNpm = /*#__PURE__*/React.forwardRef(function LogoNpm(_ref98, ref) {
|
|
|
2286
2457
|
viewBox: "0 0 32 32",
|
|
2287
2458
|
fill: "currentColor",
|
|
2288
2459
|
...rest
|
|
2289
|
-
},
|
|
2460
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2290
2461
|
d: "M4,28V4h24v24H4z M8.5,8.5v15H16v-12h4.5v12h3v-15H8.5z"
|
|
2291
2462
|
})), children);
|
|
2292
2463
|
});
|
|
2293
2464
|
if (process.env.NODE_ENV !== "production") {
|
|
2294
2465
|
LogoNpm.propTypes = iconPropTypes;
|
|
2295
2466
|
}
|
|
2296
|
-
const LogoOpenshift = /*#__PURE__*/React.forwardRef(function LogoOpenshift(
|
|
2467
|
+
const LogoOpenshift = /*#__PURE__*/React.forwardRef(function LogoOpenshift(_ref106, ref) {
|
|
2297
2468
|
let {
|
|
2298
2469
|
children,
|
|
2299
2470
|
size = 16,
|
|
2300
2471
|
...rest
|
|
2301
|
-
} =
|
|
2472
|
+
} = _ref106;
|
|
2302
2473
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2303
2474
|
width: size,
|
|
2304
2475
|
height: size,
|
|
@@ -2307,19 +2478,19 @@ const LogoOpenshift = /*#__PURE__*/React.forwardRef(function LogoOpenshift(_ref9
|
|
|
2307
2478
|
viewBox: "0 0 32 32",
|
|
2308
2479
|
fill: "currentColor",
|
|
2309
2480
|
...rest
|
|
2310
|
-
},
|
|
2481
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2311
2482
|
d: "M26.4612,15.7968A12.1352,12.1352,0,0,0,25.2821,11.48L29,10.13a11.9879,11.9879,0,0,0-1.0281-1.7382l-1.7431.635a11.9884,11.9884,0,0,0-21.71,7.9129l1.7477-.6412a12.19,12.19,0,0,0,.3309,1.9846L2.8838,19.6384A12.1451,12.1451,0,0,0,4.7565,23.7l1.9663-.7163.0026.0039a11.8856,11.8856,0,0,0,4.67,3.8909A12.013,12.013,0,0,0,27.34,21.0743a11.8725,11.8725,0,0,0,1.08-5.992Zm-2.92,3.4967a7.8,7.8,0,0,1-10.3533,3.7744,7.7207,7.7207,0,0,1-2.2714-1.6128l-1.9846.7235a7.84,7.84,0,0,1-2.0742-3.9895l.0009-.0008,3.7242-1.3566a7.8175,7.8175,0,0,1-.1232-2.0653l-1.7517.6362A7.7729,7.7729,0,0,1,19.7645,8.94h.0067a7.7442,7.7442,0,0,1,2.2646,1.615L23.78,9.921a7.8014,7.8014,0,0,1,1.229,1.6558l-3.71,1.3595a7.8245,7.8245,0,0,1,.9766,4.3882l1.9685-.7151A7.6714,7.6714,0,0,1,23.5411,19.2935Z"
|
|
2312
2483
|
})), children);
|
|
2313
2484
|
});
|
|
2314
2485
|
if (process.env.NODE_ENV !== "production") {
|
|
2315
2486
|
LogoOpenshift.propTypes = iconPropTypes;
|
|
2316
2487
|
}
|
|
2317
|
-
const LogoPinterest = /*#__PURE__*/React.forwardRef(function LogoPinterest(
|
|
2488
|
+
const LogoPinterest = /*#__PURE__*/React.forwardRef(function LogoPinterest(_ref107, ref) {
|
|
2318
2489
|
let {
|
|
2319
2490
|
children,
|
|
2320
2491
|
size = 16,
|
|
2321
2492
|
...rest
|
|
2322
|
-
} =
|
|
2493
|
+
} = _ref107;
|
|
2323
2494
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2324
2495
|
width: size,
|
|
2325
2496
|
height: size,
|
|
@@ -2328,19 +2499,19 @@ const LogoPinterest = /*#__PURE__*/React.forwardRef(function LogoPinterest(_ref1
|
|
|
2328
2499
|
viewBox: "0 0 32 32",
|
|
2329
2500
|
fill: "currentColor",
|
|
2330
2501
|
...rest
|
|
2331
|
-
},
|
|
2502
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2332
2503
|
d: "M16,2a14,14,0,0,0-5.1,27,13.24,13.24,0,0,1,0-4l1.65-7A5.05,5.05,0,0,1,12.17,16c0-1.94,1.13-3.4,2.53-3.4a1.76,1.76,0,0,1,1.77,2c0,1.2-.76,3-1.16,4.66a2,2,0,0,0,2.08,2.53c2.48,0,4.4-2.63,4.4-6.41a5.53,5.53,0,0,0-5.85-5.7,6.06,6.06,0,0,0-6.32,6.08,5.42,5.42,0,0,0,1,3.19.44.44,0,0,1,.1.4c-.11.44-.35,1.4-.39,1.59s-.21.31-.47.19c-1.75-.82-2.84-3.37-2.84-5.43,0-4.41,3.21-8.47,9.25-8.47,4.85,0,8.63,3.46,8.63,8.09,0,4.82-3,8.7-7.27,8.7a3.76,3.76,0,0,1-3.21-1.6l-.87,3.33a15.55,15.55,0,0,1-1.74,3.67A14.17,14.17,0,0,0,16,30,14,14,0,0,0,16,2"
|
|
2333
2504
|
})), children);
|
|
2334
2505
|
});
|
|
2335
2506
|
if (process.env.NODE_ENV !== "production") {
|
|
2336
2507
|
LogoPinterest.propTypes = iconPropTypes;
|
|
2337
2508
|
}
|
|
2338
|
-
const LogoPython = /*#__PURE__*/React.forwardRef(function LogoPython(
|
|
2509
|
+
const LogoPython = /*#__PURE__*/React.forwardRef(function LogoPython(_ref108, ref) {
|
|
2339
2510
|
let {
|
|
2340
2511
|
children,
|
|
2341
2512
|
size = 16,
|
|
2342
2513
|
...rest
|
|
2343
|
-
} =
|
|
2514
|
+
} = _ref108;
|
|
2344
2515
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2345
2516
|
width: size,
|
|
2346
2517
|
height: size,
|
|
@@ -2349,14 +2520,14 @@ const LogoPython = /*#__PURE__*/React.forwardRef(function LogoPython(_ref101, re
|
|
|
2349
2520
|
viewBox: "0 0 32 32",
|
|
2350
2521
|
fill: "currentColor",
|
|
2351
2522
|
...rest
|
|
2352
|
-
},
|
|
2523
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2353
2524
|
d: "M23.4882,9.14v2.9663a4.2843,4.2843,0,0,1-4.173,4.2352H12.6431a3.4077,3.4077,0,0,0-3.34,3.3945v6.3607c0,1.81,1.5742,2.8751,3.34,3.3945a11.1762,11.1762,0,0,0,6.6721,0c1.6817-.4869,3.34-1.4668,3.34-3.3945V23.55H15.983v-.8486H25.9951c1.9414,0,2.6648-1.3542,3.34-3.3867a11.4642,11.4642,0,0,0,0-6.7889c-.48-1.9327-1.3961-3.3867-3.34-3.3867ZM19.7356,25.2476a1.2731,1.2731,0,1,1-1.2534,1.269A1.2607,1.2607,0,0,1,19.7356,25.2476Z"
|
|
2354
|
-
})),
|
|
2525
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2355
2526
|
fill: "none",
|
|
2356
2527
|
d: "M19.7356,25.2476a1.2731,1.2731,0,1,1-1.2534,1.269A1.2607,1.2607,0,0,1,19.7356,25.2476Z"
|
|
2357
|
-
})),
|
|
2528
|
+
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2358
2529
|
d: "M15.8351,2a19.0717,19.0717,0,0,0-3.192.2725c-2.8268.4994-3.34,1.5447-3.34,3.4723V8.2909h6.68V9.14H6.7962a4.1708,4.1708,0,0,0-4.173,3.3867,12.4855,12.4855,0,0,0,0,6.7889c.4748,1.9776,1.6088,3.3867,3.55,3.3867H8.47V19.65a4.2449,4.2449,0,0,1,4.173-4.15h6.6721a3.3654,3.3654,0,0,0,3.34-3.3944V5.745a3.729,3.729,0,0,0-3.34-3.4723A20.8377,20.8377,0,0,0,15.8351,2ZM12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
|
|
2359
|
-
})),
|
|
2530
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2360
2531
|
fill: "none",
|
|
2361
2532
|
d: "M12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
|
|
2362
2533
|
})), children);
|
|
@@ -2364,12 +2535,12 @@ const LogoPython = /*#__PURE__*/React.forwardRef(function LogoPython(_ref101, re
|
|
|
2364
2535
|
if (process.env.NODE_ENV !== "production") {
|
|
2365
2536
|
LogoPython.propTypes = iconPropTypes;
|
|
2366
2537
|
}
|
|
2367
|
-
const LogoQuora = /*#__PURE__*/React.forwardRef(function LogoQuora(
|
|
2538
|
+
const LogoQuora = /*#__PURE__*/React.forwardRef(function LogoQuora(_ref109, ref) {
|
|
2368
2539
|
let {
|
|
2369
2540
|
children,
|
|
2370
2541
|
size = 16,
|
|
2371
2542
|
...rest
|
|
2372
|
-
} =
|
|
2543
|
+
} = _ref109;
|
|
2373
2544
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2374
2545
|
width: size,
|
|
2375
2546
|
height: size,
|
|
@@ -2378,19 +2549,19 @@ const LogoQuora = /*#__PURE__*/React.forwardRef(function LogoQuora(_ref102, ref)
|
|
|
2378
2549
|
viewBox: "0 0 32 32",
|
|
2379
2550
|
fill: "currentColor",
|
|
2380
2551
|
...rest
|
|
2381
|
-
},
|
|
2552
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2382
2553
|
d: "M29,23.86H27a1.72,1.72,0,0,1-1.73,1.72c-1.15,0-1.82-.86-2.58-2a11,11,0,0,0,4.79-9.1c.09-7.19-5.85-11.89-12.17-11.89S3,7.37,3,14.37,9,26.16,15.17,26.16a10.71,10.71,0,0,0,3.07-.48c1.15,2.11,2.59,3.74,5.46,3.74A5,5,0,0,0,29,23.86Zm-8.14-3.45a6.31,6.31,0,0,0-5.56-3.16,6,6,0,0,0-3.74,1.15L12.2,20a2.56,2.56,0,0,1,.86-.1c1.82,0,3,1.53,4.12,3.64a7.58,7.58,0,0,1-1.91.19C10.86,23.76,9,20.6,9,14.47s1.91-9.3,6.23-9.3,6.32,3.16,6.32,9.3A20.68,20.68,0,0,1,20.83,20.41Z"
|
|
2383
2554
|
})), children);
|
|
2384
2555
|
});
|
|
2385
2556
|
if (process.env.NODE_ENV !== "production") {
|
|
2386
2557
|
LogoQuora.propTypes = iconPropTypes;
|
|
2387
2558
|
}
|
|
2388
|
-
const LogoRScript = /*#__PURE__*/React.forwardRef(function LogoRScript(
|
|
2559
|
+
const LogoRScript = /*#__PURE__*/React.forwardRef(function LogoRScript(_ref110, ref) {
|
|
2389
2560
|
let {
|
|
2390
2561
|
children,
|
|
2391
2562
|
size = 16,
|
|
2392
2563
|
...rest
|
|
2393
|
-
} =
|
|
2564
|
+
} = _ref110;
|
|
2394
2565
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2395
2566
|
width: size,
|
|
2396
2567
|
height: size,
|
|
@@ -2399,7 +2570,7 @@ const LogoRScript = /*#__PURE__*/React.forwardRef(function LogoRScript(_ref103,
|
|
|
2399
2570
|
viewBox: "0 0 32 32",
|
|
2400
2571
|
fill: "currentColor",
|
|
2401
2572
|
...rest
|
|
2402
|
-
},
|
|
2573
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2403
2574
|
fillRule: "evenodd",
|
|
2404
2575
|
d: "M30,14.7842c0-5.1782-6.2681-9.376-14-9.376S2,9.606,2,14.7842c0,4.6147,4.9814,8.4419,11.5361,9.2226v2.9917l4.7762-.0019,0-2.9741a19.3812,19.3812,0,0,0,3.3418-.6646L23.593,27l5.3975-.0024-3.253-5.4849C28.3625,19.8086,30,17.4263,30,14.7842Zm-22.4983.7c0-3.54,4.7644-6.41,10.6414-6.41s10.2138,1.9629,10.2138,6.41A5.4694,5.4694,0,0,1,24.9587,20.61a3.2252,3.2252,0,0,0-.2978-.1749,10.4735,10.4735,0,0,0-1.34-.5048s4.1743-.31,4.1743-4.4659-4.3684-4.2343-4.3684-4.2343H13.5361V21.2554C9.97,20.22,7.5017,18.0283,7.5017,15.4839Zm13.7422,1.8452-2.8928.001.0014-2.6812,2.8914.0015a1.2476,1.2476,0,0,1,1.34,1.3149A1.3232,1.3232,0,0,1,21.2439,17.3291Zm-2.9326,3.4946h1.2825a.8785.8785,0,0,1,.6406.291,3.2917,3.2917,0,0,1,.51.63,22.4033,22.4033,0,0,1-2.4326.1455Z"
|
|
2405
2576
|
})), children);
|
|
@@ -2407,12 +2578,12 @@ const LogoRScript = /*#__PURE__*/React.forwardRef(function LogoRScript(_ref103,
|
|
|
2407
2578
|
if (process.env.NODE_ENV !== "production") {
|
|
2408
2579
|
LogoRScript.propTypes = iconPropTypes;
|
|
2409
2580
|
}
|
|
2410
|
-
const LogoReact = /*#__PURE__*/React.forwardRef(function LogoReact(
|
|
2581
|
+
const LogoReact = /*#__PURE__*/React.forwardRef(function LogoReact(_ref111, ref) {
|
|
2411
2582
|
let {
|
|
2412
2583
|
children,
|
|
2413
2584
|
size = 16,
|
|
2414
2585
|
...rest
|
|
2415
|
-
} =
|
|
2586
|
+
} = _ref111;
|
|
2416
2587
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2417
2588
|
width: size,
|
|
2418
2589
|
height: size,
|
|
@@ -2421,21 +2592,21 @@ const LogoReact = /*#__PURE__*/React.forwardRef(function LogoReact(_ref104, ref)
|
|
|
2421
2592
|
viewBox: "0 0 32 32",
|
|
2422
2593
|
fill: "currentColor",
|
|
2423
2594
|
...rest
|
|
2424
|
-
},
|
|
2595
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2425
2596
|
d: "M25,11.6c-0.3-0.1-0.6-0.2-0.9-0.3c0-0.2,0.1-0.4,0.1-0.6c0.7-3.3,0.2-6-1.3-6.9c-1.5-0.8-3.9,0-6.3,2.1 c-0.2,0.2-0.5,0.4-0.7,0.6c-0.2-0.1-0.3-0.3-0.5-0.4C13,3.9,10.5,3,9,3.9c-1.5,0.8-1.9,3.4-1.3,6.5c0.1,0.3,0.1,0.6,0.2,0.9 c-0.4,0.1-0.7,0.2-1,0.3c-3,1-4.9,2.7-4.9,4.3c0,1.7,2,3.5,5.1,4.5c0.2,0.1,0.5,0.2,0.8,0.2c-0.1,0.3-0.2,0.7-0.2,1 c-0.6,3.1-0.1,5.5,1.3,6.4c1.5,0.9,4,0,6.5-2.2c0.2-0.2,0.4-0.4,0.6-0.5c0.2,0.2,0.5,0.5,0.8,0.7c2.4,2.1,4.7,2.9,6.2,2 c1.5-0.9,2-3.5,1.4-6.7c0-0.2-0.1-0.5-0.2-0.8c0.2-0.1,0.4-0.1,0.5-0.2c3.2-1.1,5.3-2.8,5.3-4.5C30,14.3,28,12.7,25,11.6z M17.5,6.9 c2.1-1.8,4-2.5,4.9-2c0.9,0.5,1.3,2.7,0.7,5.6c0,0.2-0.1,0.4-0.1,0.6c-1.2-0.3-2.5-0.5-3.7-0.6c-0.7-1-1.5-2-2.4-3 C17.1,7.3,17.3,7.1,17.5,6.9L17.5,6.9z M10.3,17.4c0.3,0.5,0.5,1,0.8,1.5c0.3,0.5,0.6,1,0.9,1.4c-0.9-0.1-1.7-0.2-2.6-0.4 C9.6,19.1,9.9,18.3,10.3,17.4z M10.3,14.6c-0.4-0.8-0.6-1.6-0.9-2.4c0.8-0.2,1.7-0.3,2.5-0.4c-0.3,0.5-0.6,0.9-0.9,1.4 C10.8,13.6,10.5,14.1,10.3,14.6L10.3,14.6z M10.9,16c0.4-0.8,0.8-1.5,1.2-2.3c0.4-0.7,0.9-1.5,1.4-2.2c0.8-0.1,1.7-0.1,2.6-0.1 c0.9,0,1.7,0,2.6,0.1c0.5,0.7,0.9,1.4,1.3,2.2c0.4,0.7,0.8,1.5,1.2,2.3c-0.4,0.8-0.8,1.5-1.2,2.3c-0.4,0.7-0.9,1.5-1.3,2.2 c-0.8,0.1-1.7,0.1-2.6,0.1c-0.9,0-1.7,0-2.5-0.1c-0.5-0.7-0.9-1.4-1.4-2.2C11.7,17.5,11.3,16.8,10.9,16L10.9,16z M20.9,18.9 c0.3-0.5,0.6-1,0.8-1.5c0.4,0.8,0.7,1.6,0.9,2.5c-0.9,0.2-1.7,0.3-2.6,0.4C20.4,19.8,20.7,19.3,20.9,18.9z M21.7,14.6 c-0.3-0.5-0.5-1-0.8-1.5c-0.3-0.5-0.6-0.9-0.8-1.4c0.9,0.1,1.7,0.3,2.6,0.4C22.4,13,22.1,13.8,21.7,14.6z M16,8.3 c0.6,0.6,1.1,1.3,1.6,2c-1.1-0.1-2.2-0.1-3.3,0C14.9,9.6,15.5,8.9,16,8.3z M9.6,4.9c0.9-0.5,3,0.2,5.2,2.2c0.1,0.1,0.3,0.3,0.4,0.4 c-0.9,0.9-1.7,1.9-2.4,3c-1.3,0.1-2.5,0.3-3.7,0.6c-0.1-0.3-0.1-0.6-0.2-0.9C8.3,7.5,8.7,5.4,9.6,4.9z M8.2,19.6 c-0.2-0.1-0.5-0.1-0.7-0.2c-1.4-0.5-2.5-1.1-3.3-1.7c-0.7-0.6-1-1.2-1-1.7c0-1,1.5-2.3,4.1-3.2c0.3-0.1,0.6-0.2,1-0.3 C8.6,13.7,9,14.9,9.6,16C9,17.2,8.6,18.4,8.2,19.6z M14.7,25.1c-1.1,1-2.2,1.6-3.1,2c-0.9,0.3-1.5,0.3-2,0.1 c-0.9-0.5-1.3-2.5-0.8-5.1C8.9,21.7,9,21.4,9,21c1.2,0.3,2.5,0.5,3.8,0.5c0.7,1,1.5,2,2.4,3C15,24.7,14.9,24.9,14.7,25.1z M16,23.7 c-0.6-0.6-1.1-1.3-1.7-2c0.5,0,1.1,0,1.6,0c0.6,0,1.1,0,1.7,0C17.2,22.4,16.6,23.1,16,23.7z M23.3,25.4c-0.2,0.9-0.5,1.5-0.9,1.7 c-0.9,0.5-2.8-0.2-4.8-1.9c-0.2-0.2-0.5-0.4-0.7-0.6c0.8-0.9,1.6-1.9,2.3-3c1.3-0.1,2.5-0.3,3.8-0.6c0.1,0.2,0.1,0.5,0.2,0.7 C23.5,23.1,23.5,24.4,23.3,25.4z M24.3,19.4c-0.2,0-0.3,0.1-0.5,0.1c-0.4-1.2-0.9-2.4-1.4-3.6c0.5-1.1,1-2.3,1.4-3.5 c0.3,0.1,0.6,0.2,0.8,0.3c2.6,0.9,4.2,2.2,4.2,3.2C28.8,17.1,27.1,18.5,24.3,19.4z"
|
|
2426
|
-
})),
|
|
2597
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2427
2598
|
d: "M16,18.5c0.5,0,1-0.1,1.4-0.4c0.4-0.3,0.7-0.7,0.9-1.1c0.2-0.5,0.2-1,0.1-1.5c-0.1-0.5-0.3-0.9-0.7-1.3 c-0.3-0.4-0.8-0.6-1.3-0.7c-0.5-0.1-1,0-1.5,0.1c-0.5,0.2-0.9,0.5-1.1,0.9c-0.3,0.4-0.4,0.9-0.4,1.4c0,0.3,0.1,0.7,0.2,1 c0.1,0.3,0.3,0.6,0.5,0.8c0.2,0.2,0.5,0.4,0.8,0.5C15.3,18.4,15.7,18.5,16,18.5z"
|
|
2428
2599
|
})), children);
|
|
2429
2600
|
});
|
|
2430
2601
|
if (process.env.NODE_ENV !== "production") {
|
|
2431
2602
|
LogoReact.propTypes = iconPropTypes;
|
|
2432
2603
|
}
|
|
2433
|
-
const LogoRedHatAnsible = /*#__PURE__*/React.forwardRef(function LogoRedHatAnsible(
|
|
2604
|
+
const LogoRedHatAnsible = /*#__PURE__*/React.forwardRef(function LogoRedHatAnsible(_ref112, ref) {
|
|
2434
2605
|
let {
|
|
2435
2606
|
children,
|
|
2436
2607
|
size = 16,
|
|
2437
2608
|
...rest
|
|
2438
|
-
} =
|
|
2609
|
+
} = _ref112;
|
|
2439
2610
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2440
2611
|
width: size,
|
|
2441
2612
|
height: size,
|
|
@@ -2444,21 +2615,21 @@ const LogoRedHatAnsible = /*#__PURE__*/React.forwardRef(function LogoRedHatAnsib
|
|
|
2444
2615
|
viewBox: "0 0 32 32",
|
|
2445
2616
|
fill: "currentColor",
|
|
2446
2617
|
...rest
|
|
2447
|
-
},
|
|
2618
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2448
2619
|
d: "M21.9104,20.5859h0l-5-11c-.1577-.3452-.5061-.5859-.9104-.5859s-.7529,.2407-.9104,.5859l-5,11c-.0576,.1265-.0896,.2661-.0896,.4141,0,.5522,.4478,1,1,1,.4043,0,.7527-.2407,.9104-.5859l1.9985-4.3965,6.4978,4.7876c.166,.1226,.3711,.1948,.5933,.1948,.5522,0,1-.4478,1-1,0-.1479-.032-.2881-.0896-.4141Zm-5.9104-8.1689l2.499,5.498-3.7441-2.7588,1.2451-2.7393Z"
|
|
2449
|
-
})),
|
|
2620
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2450
2621
|
d: "M16,30c-7.7197,0-14-6.2803-14-14S8.2803,2,16,2s14,6.2803,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3833-12,12s5.3833,12,12,12,12-5.3833,12-12-5.3833-12-12-12Z"
|
|
2451
2622
|
})), children);
|
|
2452
2623
|
});
|
|
2453
2624
|
if (process.env.NODE_ENV !== "production") {
|
|
2454
2625
|
LogoRedHatAnsible.propTypes = iconPropTypes;
|
|
2455
2626
|
}
|
|
2456
|
-
const LogoSketch = /*#__PURE__*/React.forwardRef(function LogoSketch(
|
|
2627
|
+
const LogoSketch = /*#__PURE__*/React.forwardRef(function LogoSketch(_ref113, ref) {
|
|
2457
2628
|
let {
|
|
2458
2629
|
children,
|
|
2459
2630
|
size = 16,
|
|
2460
2631
|
...rest
|
|
2461
|
-
} =
|
|
2632
|
+
} = _ref113;
|
|
2462
2633
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2463
2634
|
width: size,
|
|
2464
2635
|
height: size,
|
|
@@ -2467,19 +2638,19 @@ const LogoSketch = /*#__PURE__*/React.forwardRef(function LogoSketch(_ref106, re
|
|
|
2467
2638
|
viewBox: "0 0 32 32",
|
|
2468
2639
|
fill: "currentColor",
|
|
2469
2640
|
...rest
|
|
2470
|
-
},
|
|
2641
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2471
2642
|
d: "M16.1,3.2l7.7,0.9c0.2,0,0.3,0.1,0.4,0.2l5.7,7.7c0.2,0.2,0.2,0.5,0,0.7l-13.6,16c-0.1,0.1-0.3,0.1-0.4,0c0,0,0,0,0,0 l-13.6-16C2,12.5,2,12.2,2.1,12l5.7-7.7c0.1-0.1,0.2-0.2,0.4-0.2l7.7-0.9C16,3.2,16,3.2,16.1,3.2z M17.7,4.8c0,0-0.1,0-0.2,0 c0,0-0.1,0.1,0,0.2l0,0l4.3,5.4c0,0.1,0.1,0.1,0.1,0.2c0,0.2-0.1,0.3-0.3,0.3l0,0H10.4c-0.1,0-0.1,0-0.2-0.1 c-0.1-0.1-0.1-0.3-0.1-0.4l0,0L14.5,5c0,0,0-0.1,0-0.2c0,0-0.1,0-0.2,0l0,0l-5.9,5.9c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.2-0.1-0.2-0.2v0 l0.2-4.3c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1l0,0l-1.1,4.9c0,0.2-0.2,0.3-0.3,0.3l0,0l-2.8,0.6c-0.1,0-0.1,0.1-0.1,0.1 c0,0.1,0,0.1,0.1,0.1l0,0h2.7c0.2,0,0.3,0.1,0.4,0.2l0,0l6.6,11.8c0,0.1,0.1,0.1,0.2,0.1c0.1,0,0.1-0.1,0.1-0.2l0,0L8.6,12.9 c0,0,0-0.1,0-0.1c0-0.2,0.1-0.3,0.3-0.4l0,0h14.2c0.1,0,0.1,0,0.2,0c0.2,0.1,0.2,0.3,0.2,0.4l0,0l-5.3,11.3c0,0.1,0,0.2,0.1,0.2 c0.1,0,0.2,0,0.2-0.1l0,0L25,12.6c0.1-0.1,0.2-0.2,0.4-0.2l0,0h2.7c0.1,0,0.1,0,0.1-0.1c0-0.1,0-0.1-0.1-0.1l0,0l-2.8-0.6 c-0.2,0-0.3-0.2-0.4-0.3l0,0L24,6.3c0-0.1-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1v0l0.2,4.3c0,0.1,0,0.1-0.1,0.2 c-0.1,0.1-0.2,0.1-0.3,0l0,0L17.7,4.8z"
|
|
2472
2643
|
})), children);
|
|
2473
2644
|
});
|
|
2474
2645
|
if (process.env.NODE_ENV !== "production") {
|
|
2475
2646
|
LogoSketch.propTypes = iconPropTypes;
|
|
2476
2647
|
}
|
|
2477
|
-
const LogoSkype = /*#__PURE__*/React.forwardRef(function LogoSkype(
|
|
2648
|
+
const LogoSkype = /*#__PURE__*/React.forwardRef(function LogoSkype(_ref114, ref) {
|
|
2478
2649
|
let {
|
|
2479
2650
|
children,
|
|
2480
2651
|
size = 16,
|
|
2481
2652
|
...rest
|
|
2482
|
-
} =
|
|
2653
|
+
} = _ref114;
|
|
2483
2654
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2484
2655
|
width: size,
|
|
2485
2656
|
height: size,
|
|
@@ -2488,19 +2659,19 @@ const LogoSkype = /*#__PURE__*/React.forwardRef(function LogoSkype(_ref107, ref)
|
|
|
2488
2659
|
viewBox: "0 0 32 32",
|
|
2489
2660
|
fill: "currentColor",
|
|
2490
2661
|
...rest
|
|
2491
|
-
},
|
|
2662
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2492
2663
|
d: "M27.91,17.88A11.63,11.63,0,0,0,28.06,16,12.06,12.06,0,0,0,16,3.94a11.63,11.63,0,0,0-1.88.15,7.29,7.29,0,0,0-10,10A11.63,11.63,0,0,0,3.94,16,12.06,12.06,0,0,0,16,28.06a11.63,11.63,0,0,0,1.88-.15,7.29,7.29,0,0,0,10-10Zm-6.18,3.6a5,5,0,0,1-2.24,1.73,9,9,0,0,1-3.48.62A8.41,8.41,0,0,1,12,23a5.2,5.2,0,0,1-1.82-1.63,3.59,3.59,0,0,1-.7-2,1.36,1.36,0,0,1,.43-1A1.56,1.56,0,0,1,11,18a1.38,1.38,0,0,1,.91.32,2.5,2.5,0,0,1,.63.94,5.83,5.83,0,0,0,.66,1.18,2.61,2.61,0,0,0,1,.78,3.87,3.87,0,0,0,1.69.31,4,4,0,0,0,2.34-.62,1.8,1.8,0,0,0,.89-1.53,1.54,1.54,0,0,0-.47-1.17,3.09,3.09,0,0,0-1.25-.7c-.52-.17-1.21-.34-2.08-.53A16,16,0,0,1,12.41,16a4.78,4.78,0,0,1-1.89-1.4,3.5,3.5,0,0,1-.7-2.21,3.65,3.65,0,0,1,.74-2.24,4.7,4.7,0,0,1,2.14-1.5A9.51,9.51,0,0,1,16,8.17a8.63,8.63,0,0,1,2.59.35,5.81,5.81,0,0,1,1.83.92,3.91,3.91,0,0,1,1.06,1.21,2.62,2.62,0,0,1,.34,1.25,1.4,1.4,0,0,1-.43,1,1.43,1.43,0,0,1-1.07.46,1.25,1.25,0,0,1-.89-.28,3.36,3.36,0,0,1-.65-.87,3.79,3.79,0,0,0-1.05-1.31,3.13,3.13,0,0,0-1.95-.46,3.64,3.64,0,0,0-2,.5,1.44,1.44,0,0,0-.76,1.2,1.15,1.15,0,0,0,.25.75,2.21,2.21,0,0,0,.72.55,4.74,4.74,0,0,0,.92.36c.32.09.84.22,1.57.39.92.2,1.74.42,2.49.66a7.61,7.61,0,0,1,1.9.88,3.59,3.59,0,0,1,1.23,1.31A4,4,0,0,1,22.5,19,4.24,4.24,0,0,1,21.73,21.48Z"
|
|
2493
2664
|
})), children);
|
|
2494
2665
|
});
|
|
2495
2666
|
if (process.env.NODE_ENV !== "production") {
|
|
2496
2667
|
LogoSkype.propTypes = iconPropTypes;
|
|
2497
2668
|
}
|
|
2498
|
-
const LogoSlack = /*#__PURE__*/React.forwardRef(function LogoSlack(
|
|
2669
|
+
const LogoSlack = /*#__PURE__*/React.forwardRef(function LogoSlack(_ref115, ref) {
|
|
2499
2670
|
let {
|
|
2500
2671
|
children,
|
|
2501
2672
|
size = 16,
|
|
2502
2673
|
...rest
|
|
2503
|
-
} =
|
|
2674
|
+
} = _ref115;
|
|
2504
2675
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2505
2676
|
width: size,
|
|
2506
2677
|
height: size,
|
|
@@ -2509,19 +2680,19 @@ const LogoSlack = /*#__PURE__*/React.forwardRef(function LogoSlack(_ref108, ref)
|
|
|
2509
2680
|
viewBox: "0 0 32 32",
|
|
2510
2681
|
fill: "currentColor",
|
|
2511
2682
|
...rest
|
|
2512
|
-
},
|
|
2683
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2513
2684
|
d: "M9.0423 19.1661A2.5212 2.5212 0 116.5212 16.645H9.0423zM10.3127 19.1661a2.5212 2.5212 0 015.0423 0v6.3127a2.5212 2.5212 0 11-5.0423 0zM12.8339 9.0423A2.5212 2.5212 0 1115.355 6.5212V9.0423zM12.8339 10.3127a2.5212 2.5212 0 010 5.0423H6.5212a2.5212 2.5212 0 110-5.0423zM22.9577 12.8339a2.5212 2.5212 0 112.5211 2.5211H22.9577zM21.6873 12.8339a2.5212 2.5212 0 01-5.0423 0V6.5212a2.5212 2.5212 0 115.0423 0zM19.1661 22.9577a2.5212 2.5212 0 11-2.5211 2.5211V22.9577zM19.1661 21.6873a2.5212 2.5212 0 010-5.0423h6.3127a2.5212 2.5212 0 110 5.0423z"
|
|
2514
2685
|
})), children);
|
|
2515
2686
|
});
|
|
2516
2687
|
if (process.env.NODE_ENV !== "production") {
|
|
2517
2688
|
LogoSlack.propTypes = iconPropTypes;
|
|
2518
2689
|
}
|
|
2519
|
-
const LogoSnapchat = /*#__PURE__*/React.forwardRef(function LogoSnapchat(
|
|
2690
|
+
const LogoSnapchat = /*#__PURE__*/React.forwardRef(function LogoSnapchat(_ref116, ref) {
|
|
2520
2691
|
let {
|
|
2521
2692
|
children,
|
|
2522
2693
|
size = 16,
|
|
2523
2694
|
...rest
|
|
2524
|
-
} =
|
|
2695
|
+
} = _ref116;
|
|
2525
2696
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2526
2697
|
width: size,
|
|
2527
2698
|
height: size,
|
|
@@ -2530,9 +2701,9 @@ const LogoSnapchat = /*#__PURE__*/React.forwardRef(function LogoSnapchat(_ref109
|
|
|
2530
2701
|
viewBox: "0 0 32 32",
|
|
2531
2702
|
fill: "currentColor",
|
|
2532
2703
|
...rest
|
|
2533
|
-
},
|
|
2704
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2534
2705
|
d: "M27.9774,9.6279a7.33,7.33,0,0,0-.1186-1.2888,5.2458,5.2458,0,0,0-.4872-1.4948,5.1869,5.1869,0,0,0-.9988-1.3324,4.9557,4.9557,0,0,0-2.1805-1.2433,8.8444,8.8444,0,0,0-2.3059-.2458l-.0044-.0119H10.1143l-.0007.0119a12.578,12.578,0,0,0-1.3221.0591A6.2955,6.2955,0,0,0,7.3792,4.4,5.1155,5.1155,0,0,0,4.2538,7.8152a8.8,8.8,0,0,0-.2459,2.2855L4,21.9065a14.9206,14.9206,0,0,0,.1088,1.5992A5.53,5.53,0,0,0,4.6,25.1205a5.17,5.17,0,0,0,1.443,1.744,4.6907,4.6907,0,0,0,1.4442.7822,7.83,7.83,0,0,0,2.3741.3484c.5034.0032,1.0069.0158,1.5106.0137,3.659-.0154,7.3178.0264,10.9767-.0226a8.6316,8.6316,0,0,0,1.44-.1528A4.8765,4.8765,0,0,0,26.2,26.6613a4.9915,4.9915,0,0,0,1.5931-2.6546,9.6646,9.6646,0,0,0,.2074-2.1v-.1407C28,21.7112,27.9793,9.7855,27.9774,9.6279ZM24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z"
|
|
2535
|
-
})),
|
|
2706
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2536
2707
|
fill: "none",
|
|
2537
2708
|
d: "M24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z",
|
|
2538
2709
|
"data-icon-path": "inner-path"
|
|
@@ -2541,12 +2712,12 @@ const LogoSnapchat = /*#__PURE__*/React.forwardRef(function LogoSnapchat(_ref109
|
|
|
2541
2712
|
if (process.env.NODE_ENV !== "production") {
|
|
2542
2713
|
LogoSnapchat.propTypes = iconPropTypes;
|
|
2543
2714
|
}
|
|
2544
|
-
const LogoSvelte = /*#__PURE__*/React.forwardRef(function LogoSvelte(
|
|
2715
|
+
const LogoSvelte = /*#__PURE__*/React.forwardRef(function LogoSvelte(_ref117, ref) {
|
|
2545
2716
|
let {
|
|
2546
2717
|
children,
|
|
2547
2718
|
size = 16,
|
|
2548
2719
|
...rest
|
|
2549
|
-
} =
|
|
2720
|
+
} = _ref117;
|
|
2550
2721
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2551
2722
|
width: size,
|
|
2552
2723
|
height: size,
|
|
@@ -2555,19 +2726,19 @@ const LogoSvelte = /*#__PURE__*/React.forwardRef(function LogoSvelte(_ref110, re
|
|
|
2555
2726
|
viewBox: "0 0 32 32",
|
|
2556
2727
|
fill: "currentColor",
|
|
2557
2728
|
...rest
|
|
2558
|
-
},
|
|
2729
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2559
2730
|
d: "M26.1,5.7C23.5,2,18.4,0.9,14.7,3.2L8.2,7.4c-1.8,1.1-3,2.9-3.4,5c-0.3,1.7,0,3.5,0.8,5.1c-0.6,0.8-0.9,1.8-1.1,2.8 c-0.4,2.1,0.1,4.3,1.4,6c2.6,3.7,7.7,4.8,11.4,2.5l6.5-4.2c1.8-1.1,3-2.9,3.4-5c0.3-1.7,0-3.5-0.8-5.1c0.6-0.8,0.9-1.8,1.1-2.8 C27.9,9.6,27.4,7.4,26.1,5.7z M24.3,11c0,0.2-0.1,0.4-0.2,0.6L24,12l-0.3-0.2c-0.8-0.6-1.6-1-2.6-1.3l-0.2-0.1l0-0.2 c0-0.3-0.1-0.7-0.3-1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2L12,12.9c-0.3,0.2-0.5,0.5-0.6,0.9c-0.1,0.4,0,0.8,0.2,1.1 c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l2.5-1.6c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1c0.7,1,1,2.4,0.8,3.6 c-0.2,1.2-1,2.3-2,3l-6.5,4.2c-0.4,0.3-0.9,0.5-1.3,0.6c-2.1,0.5-4.3-0.3-5.6-2.1c-0.7-1-1-2.4-0.8-3.6c0-0.2,0.1-0.4,0.2-0.6L8,20 l0.3,0.2c0.8,0.6,1.6,1,2.6,1.3l0.2,0.1l0,0.2c0,0.3,0.1,0.7,0.3,1c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l6.5-4.2 c0.3-0.2,0.5-0.5,0.6-0.9c0.1-0.4,0-0.8-0.2-1.1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2l-2.5,1.6c-0.4,0.3-0.9,0.5-1.3,0.6 c-2.1,0.5-4.3-0.3-5.6-2.1c-0.8-1-1-2.4-0.8-3.6c0.2-1.2,1-2.3,2-3l6.5-4.2c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1 C24.2,8.5,24.5,9.8,24.3,11z"
|
|
2560
2731
|
})), children);
|
|
2561
2732
|
});
|
|
2562
2733
|
if (process.env.NODE_ENV !== "production") {
|
|
2563
2734
|
LogoSvelte.propTypes = iconPropTypes;
|
|
2564
2735
|
}
|
|
2565
|
-
const LogoTumblr = /*#__PURE__*/React.forwardRef(function LogoTumblr(
|
|
2736
|
+
const LogoTumblr = /*#__PURE__*/React.forwardRef(function LogoTumblr(_ref118, ref) {
|
|
2566
2737
|
let {
|
|
2567
2738
|
children,
|
|
2568
2739
|
size = 16,
|
|
2569
2740
|
...rest
|
|
2570
|
-
} =
|
|
2741
|
+
} = _ref118;
|
|
2571
2742
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2572
2743
|
width: size,
|
|
2573
2744
|
height: size,
|
|
@@ -2576,19 +2747,19 @@ const LogoTumblr = /*#__PURE__*/React.forwardRef(function LogoTumblr(_ref111, re
|
|
|
2576
2747
|
viewBox: "0 0 32 32",
|
|
2577
2748
|
fill: "currentColor",
|
|
2578
2749
|
...rest
|
|
2579
|
-
},
|
|
2750
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2580
2751
|
d: "M22.6,28h-4c-3.59,0-6.3-1.86-6.3-6.3V14.58H9V10.72A7.17,7.17,0,0,0,14.3,4h3.76v6.12h4.36v4.46H18.06v6.2c0,1.86.94,2.49,2.42,2.49H22.6Z"
|
|
2581
2752
|
})), children);
|
|
2582
2753
|
});
|
|
2583
2754
|
if (process.env.NODE_ENV !== "production") {
|
|
2584
2755
|
LogoTumblr.propTypes = iconPropTypes;
|
|
2585
2756
|
}
|
|
2586
|
-
const LogoTwitter = /*#__PURE__*/React.forwardRef(function LogoTwitter(
|
|
2757
|
+
const LogoTwitter = /*#__PURE__*/React.forwardRef(function LogoTwitter(_ref119, ref) {
|
|
2587
2758
|
let {
|
|
2588
2759
|
children,
|
|
2589
2760
|
size = 16,
|
|
2590
2761
|
...rest
|
|
2591
|
-
} =
|
|
2762
|
+
} = _ref119;
|
|
2592
2763
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2593
2764
|
width: size,
|
|
2594
2765
|
height: size,
|
|
@@ -2597,19 +2768,19 @@ const LogoTwitter = /*#__PURE__*/React.forwardRef(function LogoTwitter(_ref112,
|
|
|
2597
2768
|
viewBox: "0 0 32 32",
|
|
2598
2769
|
fill: "currentColor",
|
|
2599
2770
|
...rest
|
|
2600
|
-
},
|
|
2771
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2601
2772
|
d: "M11.5475,25.7523c9.0566,0,14.0102-7.5034,14.0102-14.0102,0-.2131,0-.4253-.0144-.6365,.9637-.697,1.7955-1.5601,2.4566-2.5488-.8987,.3982-1.852,.6594-2.8282,.7747,1.0279-.6154,1.7972-1.5833,2.1648-2.7235-.9666,.5736-2.024,.9778-3.1267,1.1952-1.8648-1.9829-4.984-2.0786-6.9669-.2138-1.2788,1.2026-1.8214,2.9947-1.4245,4.7047-3.9591-.1985-7.6479-2.0685-10.1482-5.1446-1.3069,2.2499-.6394,5.1282,1.5245,6.5731-.7836-.0232-1.5501-.2346-2.2349-.6163v.0624c.0006,2.3439,1.6529,4.3628,3.9504,4.8269-.7249,.1977-1.4855,.2266-2.2234,.0845,.6451,2.0058,2.4937,3.38,4.6003,3.4195-1.7436,1.3703-3.8975,2.1142-6.1152,2.112-.3918-.0008-.7832-.0245-1.1722-.071,2.2518,1.4451,4.8719,2.2116,7.5475,2.208"
|
|
2602
2773
|
})), children);
|
|
2603
2774
|
});
|
|
2604
2775
|
if (process.env.NODE_ENV !== "production") {
|
|
2605
2776
|
LogoTwitter.propTypes = iconPropTypes;
|
|
2606
2777
|
}
|
|
2607
|
-
const LogoVmware = /*#__PURE__*/React.forwardRef(function LogoVmware(
|
|
2778
|
+
const LogoVmware = /*#__PURE__*/React.forwardRef(function LogoVmware(_ref120, ref) {
|
|
2608
2779
|
let {
|
|
2609
2780
|
children,
|
|
2610
2781
|
size = 16,
|
|
2611
2782
|
...rest
|
|
2612
|
-
} =
|
|
2783
|
+
} = _ref120;
|
|
2613
2784
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2614
2785
|
width: size,
|
|
2615
2786
|
height: size,
|
|
@@ -2618,19 +2789,19 @@ const LogoVmware = /*#__PURE__*/React.forwardRef(function LogoVmware(_ref113, re
|
|
|
2618
2789
|
viewBox: "0 0 32 32",
|
|
2619
2790
|
fill: "currentColor",
|
|
2620
2791
|
...rest
|
|
2621
|
-
},
|
|
2792
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2622
2793
|
d: "M3.4,11C3,10.1,2,9.7,1,10.2s-1.3,1.4-0.9,2.3L4.1,21c0.6,1.3,1.3,2,2.5,2c1.3,0,1.9-0.8,2.5-2c0,0,3.4-7.4,3.4-7.5 c0-0.1,0.1-0.3,0.5-0.3c0.3,0,0.5,0.2,0.5,0.6V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9 V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2v-6.8 c0-2.5-2-4.2-4.4-4.2s-3.9,1.7-3.9,1.7c-0.8-1-1.9-1.7-3.8-1.7c-2,0-3.7,1.7-3.7,1.7c-0.8-1-2.2-1.7-3.3-1.7c-1.7,0-3.1,0.8-4,2.7 l-2.5,5.9L3.4,11"
|
|
2623
2794
|
})), children);
|
|
2624
2795
|
});
|
|
2625
2796
|
if (process.env.NODE_ENV !== "production") {
|
|
2626
2797
|
LogoVmware.propTypes = iconPropTypes;
|
|
2627
2798
|
}
|
|
2628
|
-
const LogoVmwareAlt = /*#__PURE__*/React.forwardRef(function LogoVmwareAlt(
|
|
2799
|
+
const LogoVmwareAlt = /*#__PURE__*/React.forwardRef(function LogoVmwareAlt(_ref121, ref) {
|
|
2629
2800
|
let {
|
|
2630
2801
|
children,
|
|
2631
2802
|
size = 16,
|
|
2632
2803
|
...rest
|
|
2633
|
-
} =
|
|
2804
|
+
} = _ref121;
|
|
2634
2805
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2635
2806
|
width: size,
|
|
2636
2807
|
height: size,
|
|
@@ -2639,19 +2810,19 @@ const LogoVmwareAlt = /*#__PURE__*/React.forwardRef(function LogoVmwareAlt(_ref1
|
|
|
2639
2810
|
viewBox: "0 0 32 32",
|
|
2640
2811
|
fill: "currentColor",
|
|
2641
2812
|
...rest
|
|
2642
|
-
},
|
|
2813
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2643
2814
|
d: "M22.4131 19.1099l-1.9154-5.5355c-.0401-.1304-.1003-.351-.1003-.5415 0-.5114.4112-1.0128 1.073-1.0128.5515 0 .9226.351 1.083.8624l1.2034 3.9812 1.2335-3.9711c.1604-.5315.5716-.8925 1.1432-.8925h.1304c.5716 0 .9828.371 1.1432.8925l1.2435 3.9812 1.2335-4.0113c.1504-.4713.4814-.8524 1.073-.8524.6117 0 1.0429.4713 1.0429 1.0229 0 .1504-.0401.351-.0702.4513l-2.0056 5.6258c-.2306.6919-.6919.9928-1.2335.9928h-.0702c-.5415 0-.9928-.3109-1.2034-.9527l-1.2435-3.9511-1.2635 3.9511c-.2006.6418-.6619.9527-1.2034.9527h-.0702c-.5315 0-.9928-.3109-1.2234-.9928zM2.0939 12.645c-.2469-.5532-.8692-.8001-1.452-.5433-.5828.2568-.7902.8989-.5334 1.452l2.4299 5.2846c.3852.8297.7902 1.2644 1.5409 1.2644.81 0 1.1656-.4741 1.5409-1.2644 0 0 2.1237-4.6228 2.1435-4.6722.0198-.0494.0889-.1976.3062-.1976.1877 0 .3358.1482.3358.3457v4.524c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-3.6943c0-.7112.5136-1.1755 1.2051-1.1755s1.1557.4741 1.1557 1.1755v3.6943c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-3.6943c0-.7112.5136-1.1755 1.2051-1.1755s1.1557.4741 1.1557 1.1755v3.6943c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-4.2079c0-1.5508-1.2446-2.6275-2.7361-2.6275s-2.4299 1.0372-2.4299 1.0372c-.4939-.6421-1.1853-1.0372-2.341-1.0372-1.2248 0-2.3015 1.0372-2.3015 1.0372-.5038-.6421-1.3434-1.0372-2.0447-1.0372-1.0866 0-1.9459.4741-2.4694 1.6792l-1.5508 3.6647-1.9756-4.7018"
|
|
2644
2815
|
})), children);
|
|
2645
2816
|
});
|
|
2646
2817
|
if (process.env.NODE_ENV !== "production") {
|
|
2647
2818
|
LogoVmwareAlt.propTypes = iconPropTypes;
|
|
2648
2819
|
}
|
|
2649
|
-
const LogoVue = /*#__PURE__*/React.forwardRef(function LogoVue(
|
|
2820
|
+
const LogoVue = /*#__PURE__*/React.forwardRef(function LogoVue(_ref122, ref) {
|
|
2650
2821
|
let {
|
|
2651
2822
|
children,
|
|
2652
2823
|
size = 16,
|
|
2653
2824
|
...rest
|
|
2654
|
-
} =
|
|
2825
|
+
} = _ref122;
|
|
2655
2826
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2656
2827
|
width: size,
|
|
2657
2828
|
height: size,
|
|
@@ -2660,21 +2831,21 @@ const LogoVue = /*#__PURE__*/React.forwardRef(function LogoVue(_ref115, ref) {
|
|
|
2660
2831
|
viewBox: "0 0 32 32",
|
|
2661
2832
|
fill: "currentColor",
|
|
2662
2833
|
...rest
|
|
2663
|
-
},
|
|
2834
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2664
2835
|
d: "M24.9,3.9L16,19.4L7.1,3.9H2l14,24.3L30,3.9H24.9z"
|
|
2665
|
-
})),
|
|
2836
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2666
2837
|
d: "M16,9.5l-3.2-5.6H8.1L16,17.5l7.9-13.6h-4.6L16,9.5z"
|
|
2667
2838
|
})), children);
|
|
2668
2839
|
});
|
|
2669
2840
|
if (process.env.NODE_ENV !== "production") {
|
|
2670
2841
|
LogoVue.propTypes = iconPropTypes;
|
|
2671
2842
|
}
|
|
2672
|
-
const LogoWechat = /*#__PURE__*/React.forwardRef(function LogoWechat(
|
|
2843
|
+
const LogoWechat = /*#__PURE__*/React.forwardRef(function LogoWechat(_ref123, ref) {
|
|
2673
2844
|
let {
|
|
2674
2845
|
children,
|
|
2675
2846
|
size = 16,
|
|
2676
2847
|
...rest
|
|
2677
|
-
} =
|
|
2848
|
+
} = _ref123;
|
|
2678
2849
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2679
2850
|
width: size,
|
|
2680
2851
|
height: size,
|
|
@@ -2683,7 +2854,7 @@ const LogoWechat = /*#__PURE__*/React.forwardRef(function LogoWechat(_ref116, re
|
|
|
2683
2854
|
viewBox: "0 0 32 32",
|
|
2684
2855
|
fill: "currentColor",
|
|
2685
2856
|
...rest
|
|
2686
|
-
},
|
|
2857
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2687
2858
|
fillRule: "evenodd",
|
|
2688
2859
|
d: "M27.0857,24.7792A6.6179,6.6179,0,0,0,30,19.4662c0-3.88-3.7765-7.0269-8.4338-7.0269s-8.4339,3.1465-8.4339,7.0269,3.7765,7.028,8.4339,7.028a9.9547,9.9547,0,0,0,2.7533-.385l.2473-.0374a.8923.8923,0,0,1,.448.13l1.8469,1.0664.1621.0525a.2813.2813,0,0,0,.2812-.2812l-.0455-.2053-.38-1.4175-.0292-.18A.56.56,0,0,1,27.0857,24.7792ZM12.1208,4.68C6.5313,4.68,2,8.4552,2,13.1137a7.9386,7.9386,0,0,0,3.4965,6.3746.6713.6713,0,0,1,.2835.55l-.035.2147-.4562,1.701L5.234,22.2a.3384.3384,0,0,0,.3372.3383l.196-.063,2.2155-1.28a1.0584,1.0584,0,0,1,.5366-.1552l.2975.0443a11.9674,11.9674,0,0,0,3.304.4632l.5554-.014a6.5153,6.5153,0,0,1-.3395-2.0662c0-4.2478,4.1323-7.6918,9.2295-7.6918l.55.014C21.3538,7.761,17.169,4.68,12.1208,4.68Zm6.6337,13.6629a1.1247,1.1247,0,1,1,1.1247-1.1247A1.1243,1.1243,0,0,1,18.7545,18.3427Zm5.6233,0a1.1247,1.1247,0,1,1,1.1235-1.1247A1.1245,1.1245,0,0,1,24.3778,18.3427ZM8.7468,11.7638a1.3493,1.3493,0,1,1,1.35-1.3486A1.3485,1.3485,0,0,1,8.7468,11.7638Zm6.7469,0a1.3493,1.3493,0,1,1,1.35-1.3486A1.3486,1.3486,0,0,1,15.4937,11.7638Z"
|
|
2689
2860
|
})), children);
|
|
@@ -2691,12 +2862,12 @@ const LogoWechat = /*#__PURE__*/React.forwardRef(function LogoWechat(_ref116, re
|
|
|
2691
2862
|
if (process.env.NODE_ENV !== "production") {
|
|
2692
2863
|
LogoWechat.propTypes = iconPropTypes;
|
|
2693
2864
|
}
|
|
2694
|
-
const LogoX = /*#__PURE__*/React.forwardRef(function LogoX(
|
|
2865
|
+
const LogoX = /*#__PURE__*/React.forwardRef(function LogoX(_ref124, ref) {
|
|
2695
2866
|
let {
|
|
2696
2867
|
children,
|
|
2697
2868
|
size = 16,
|
|
2698
2869
|
...rest
|
|
2699
|
-
} =
|
|
2870
|
+
} = _ref124;
|
|
2700
2871
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2701
2872
|
width: size,
|
|
2702
2873
|
height: size,
|
|
@@ -2705,19 +2876,19 @@ const LogoX = /*#__PURE__*/React.forwardRef(function LogoX(_ref117, ref) {
|
|
|
2705
2876
|
viewBox: "0 0 32 32",
|
|
2706
2877
|
fill: "currentColor",
|
|
2707
2878
|
...rest
|
|
2708
|
-
},
|
|
2879
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2709
2880
|
d: "m18.2342,14.1624l8.7424-10.1624h-2.0717l-7.591,8.8238-6.0629-8.8238h-6.9929l9.1684,13.3432-9.1684,10.6568h2.0718l8.0163-9.3183,6.4029,9.3183h6.9929l-9.5083-13.8376h.0005Zm-2.8376,3.2984l-.9289-1.3287L7.0763,5.5596h3.1822l5.9649,8.5323.9289,1.3287,7.7536,11.0907h-3.1822l-6.3272-9.05v-.0005Z"
|
|
2710
2881
|
})), children);
|
|
2711
2882
|
});
|
|
2712
2883
|
if (process.env.NODE_ENV !== "production") {
|
|
2713
2884
|
LogoX.propTypes = iconPropTypes;
|
|
2714
2885
|
}
|
|
2715
|
-
const LogoXing = /*#__PURE__*/React.forwardRef(function LogoXing(
|
|
2886
|
+
const LogoXing = /*#__PURE__*/React.forwardRef(function LogoXing(_ref125, ref) {
|
|
2716
2887
|
let {
|
|
2717
2888
|
children,
|
|
2718
2889
|
size = 16,
|
|
2719
2890
|
...rest
|
|
2720
|
-
} =
|
|
2891
|
+
} = _ref125;
|
|
2721
2892
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2722
2893
|
width: size,
|
|
2723
2894
|
height: size,
|
|
@@ -2726,182 +2897,14 @@ const LogoXing = /*#__PURE__*/React.forwardRef(function LogoXing(_ref118, ref) {
|
|
|
2726
2897
|
viewBox: "0 0 32 32",
|
|
2727
2898
|
fill: "currentColor",
|
|
2728
2899
|
...rest
|
|
2729
|
-
},
|
|
2900
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2730
2901
|
d: "M11.42,8.29a1.25,1.25,0,0,0-1.13-.76h-4a.65.65,0,0,0-.55.25.63.63,0,0,0,0,.62l2.73,4.73v0L4.17,20.72a.6.6,0,0,0,0,.62.58.58,0,0,0,.52.28h4a1.22,1.22,0,0,0,1.1-.78l4.36-7.71S11.42,8.29,11.42,8.29Z"
|
|
2731
|
-
})),
|
|
2902
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2732
2903
|
d: "M27.83,2.88a.65.65,0,0,0,0-.62A.61.61,0,0,0,27.3,2H23.22a1.19,1.19,0,0,0-1.08.77s-8.7,15.43-9,15.93l5.74,10.53A1.26,1.26,0,0,0,20,30h4a.59.59,0,0,0,.54-.26.62.62,0,0,0,0-.62l-5.69-10.4a0,0,0,0,1,0,0Z"
|
|
2733
2904
|
})), children);
|
|
2734
2905
|
});
|
|
2735
2906
|
if (process.env.NODE_ENV !== "production") {
|
|
2736
2907
|
LogoXing.propTypes = iconPropTypes;
|
|
2737
2908
|
}
|
|
2738
|
-
const LogoYelp = /*#__PURE__*/React.forwardRef(function LogoYelp(_ref119, ref) {
|
|
2739
|
-
let {
|
|
2740
|
-
children,
|
|
2741
|
-
size = 16,
|
|
2742
|
-
...rest
|
|
2743
|
-
} = _ref119;
|
|
2744
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2745
|
-
width: size,
|
|
2746
|
-
height: size,
|
|
2747
|
-
ref: ref,
|
|
2748
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2749
|
-
viewBox: "0 0 32 32",
|
|
2750
|
-
fill: "currentColor",
|
|
2751
|
-
...rest
|
|
2752
|
-
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2753
|
-
fillRule: "evenodd",
|
|
2754
|
-
d: "M8.5089 15.1845l5.0598 2.4675c.9733.4747.8229 1.9059-.2278 2.1679l-5.4618 1.3619c-.6813.1699-1.3541-.3002-1.4345-.9977-.1719-1.492-.0021-2.9655.4564-4.3296.2227-.6625.9797-.9764 1.6079-.67zM10.5348 25.6004l3.7659-4.1831c.7245-.8048 2.0589-.2657 2.0211.8165l-.1964 5.6273c-.0245.7012-.6613 1.2203-1.3532 1.1041-1.4551-.2444-2.8315-.8069-4.0331-1.6322-.5775-.3967-.6731-1.212-.2043-1.7327zM19.464 20.0339l5.3529 1.7396c.6663.2165.9912.9705.6894 1.6027-.6279 1.3155-1.5387 2.4909-2.6766 3.4301-.5412.4466-1.3521.3154-1.724-.2796l-2.9838-4.7752c-.5738-.9184.3123-2.0524 1.3421-1.7177zM24.9076 16.619l-5.411 1.5515c-1.0409.2984-1.8868-.8658-1.2812-1.7636l3.1481-4.6668c.3909-.5795 1.2034-.6861 1.7275-.2237 1.0791.9521 1.9628 2.1433 2.56 3.5214.2792.6443-.0685 1.3877-.7434 1.5813zM12.2638 3.4886c-.9739.2609-1.903.6058-2.7815 1.0247-.6096.2907-.8399 1.0415-.5022 1.6264l5.2887 9.1604c.5934 1.0277 2.1643.6067 2.1643-.5799V4.1427c0-.6754-.5749-1.2105-1.2481-1.1574-.9703.0765-1.9474.2424-2.9212.5033z"
|
|
2755
|
-
})), children);
|
|
2756
|
-
});
|
|
2757
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2758
|
-
LogoYelp.propTypes = iconPropTypes;
|
|
2759
|
-
}
|
|
2760
|
-
const LogoYoutube = /*#__PURE__*/React.forwardRef(function LogoYoutube(_ref120, ref) {
|
|
2761
|
-
let {
|
|
2762
|
-
children,
|
|
2763
|
-
size = 16,
|
|
2764
|
-
...rest
|
|
2765
|
-
} = _ref120;
|
|
2766
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2767
|
-
width: size,
|
|
2768
|
-
height: size,
|
|
2769
|
-
ref: ref,
|
|
2770
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2771
|
-
viewBox: "0 0 32 32",
|
|
2772
|
-
fill: "currentColor",
|
|
2773
|
-
...rest
|
|
2774
|
-
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2775
|
-
d: "M29.41,9.26a3.5,3.5,0,0,0-2.47-2.47C24.76,6.2,16,6.2,16,6.2s-8.76,0-10.94.59A3.5,3.5,0,0,0,2.59,9.26,36.13,36.13,0,0,0,2,16a36.13,36.13,0,0,0,.59,6.74,3.5,3.5,0,0,0,2.47,2.47C7.24,25.8,16,25.8,16,25.8s8.76,0,10.94-.59a3.5,3.5,0,0,0,2.47-2.47A36.13,36.13,0,0,0,30,16,36.13,36.13,0,0,0,29.41,9.26ZM13.2,20.2V11.8L20.47,16Z"
|
|
2776
|
-
})), children);
|
|
2777
|
-
});
|
|
2778
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2779
|
-
LogoYoutube.propTypes = iconPropTypes;
|
|
2780
|
-
}
|
|
2781
|
-
const Logout = /*#__PURE__*/React.forwardRef(function Logout(_ref121, ref) {
|
|
2782
|
-
let {
|
|
2783
|
-
children,
|
|
2784
|
-
size = 16,
|
|
2785
|
-
...rest
|
|
2786
|
-
} = _ref121;
|
|
2787
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2788
|
-
width: size,
|
|
2789
|
-
height: size,
|
|
2790
|
-
ref: ref,
|
|
2791
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2792
|
-
viewBox: "0 0 32 32",
|
|
2793
|
-
fill: "currentColor",
|
|
2794
|
-
...rest
|
|
2795
|
-
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2796
|
-
d: "M6,30H18a2.0023,2.0023,0,0,0,2-2V25H18v3H6V4H18V7h2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4V28A2.0023,2.0023,0,0,0,6,30Z"
|
|
2797
|
-
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2798
|
-
d: "M20.586 20.586L24.172 17 10 17 10 15 24.172 15 20.586 11.414 22 10 28 16 22 22 20.586 20.586z"
|
|
2799
|
-
})), children);
|
|
2800
|
-
});
|
|
2801
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2802
|
-
Logout.propTypes = iconPropTypes;
|
|
2803
|
-
}
|
|
2804
|
-
const Loop = /*#__PURE__*/React.forwardRef(function Loop(_ref122, ref) {
|
|
2805
|
-
let {
|
|
2806
|
-
children,
|
|
2807
|
-
size = 16,
|
|
2808
|
-
...rest
|
|
2809
|
-
} = _ref122;
|
|
2810
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2811
|
-
width: size,
|
|
2812
|
-
height: size,
|
|
2813
|
-
ref: ref,
|
|
2814
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2815
|
-
viewBox: "0 0 32 32",
|
|
2816
|
-
fill: "currentColor",
|
|
2817
|
-
...rest
|
|
2818
|
-
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2819
|
-
d: "M23.59 19.41L26 22 21 22 21 24 26 24 23.59 26.59 25 28 30 23 25 18 23.59 19.41zM13 6A9 9 0 005.52 20l1.66-1.11A7 7 0 1113 22H2v2H13A9 9 0 0013 6z"
|
|
2820
|
-
})), children);
|
|
2821
|
-
});
|
|
2822
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2823
|
-
Loop.propTypes = iconPropTypes;
|
|
2824
|
-
}
|
|
2825
|
-
const LowSeverity = /*#__PURE__*/React.forwardRef(function LowSeverity(_ref123, ref) {
|
|
2826
|
-
let {
|
|
2827
|
-
children,
|
|
2828
|
-
size = 16,
|
|
2829
|
-
...rest
|
|
2830
|
-
} = _ref123;
|
|
2831
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
2832
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2833
|
-
width: size,
|
|
2834
|
-
height: size,
|
|
2835
|
-
ref: ref,
|
|
2836
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2837
|
-
viewBox: "0 0 16 16",
|
|
2838
|
-
fill: "currentColor",
|
|
2839
|
-
...rest
|
|
2840
|
-
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2841
|
-
d: "M4 4H12V12H4z"
|
|
2842
|
-
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2843
|
-
d: "M12,4v8H4V4h8m1-1H3V13H13V3Z"
|
|
2844
|
-
})), children);
|
|
2845
|
-
}
|
|
2846
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2847
|
-
width: size,
|
|
2848
|
-
height: size,
|
|
2849
|
-
ref: ref,
|
|
2850
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2851
|
-
viewBox: "0 0 16 16",
|
|
2852
|
-
fill: "currentColor",
|
|
2853
|
-
...rest
|
|
2854
|
-
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2855
|
-
d: "M4 4H12V12H4z"
|
|
2856
|
-
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2857
|
-
d: "M12,4v8H4V4h8m1-1H3V13H13V3Z"
|
|
2858
|
-
})), children);
|
|
2859
|
-
});
|
|
2860
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2861
|
-
LowSeverity.propTypes = iconPropTypes;
|
|
2862
|
-
}
|
|
2863
|
-
const Mac = /*#__PURE__*/React.forwardRef(function Mac(_ref124, ref) {
|
|
2864
|
-
let {
|
|
2865
|
-
children,
|
|
2866
|
-
size = 16,
|
|
2867
|
-
...rest
|
|
2868
|
-
} = _ref124;
|
|
2869
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2870
|
-
width: size,
|
|
2871
|
-
height: size,
|
|
2872
|
-
ref: ref,
|
|
2873
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2874
|
-
viewBox: "0 0 32 32",
|
|
2875
|
-
fill: "currentColor",
|
|
2876
|
-
...rest
|
|
2877
|
-
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2878
|
-
strokeWidth: "0",
|
|
2879
|
-
d: "M30 23h-6c-1.103 0-2-.8975-2-2v-10c0-1.103.897-2 2-2h6v2h-6v10h6v2zM18 9h-4c-1.103 0-2 .897-2 2v12h2v-5h4v5h2v-12c0-1.103-.897-2-2-2zm-4 7v-5h4v5h-4zM8 9L6.4849 14 6 15.977 5.535 14 4 9 2 9 2 23 4 23 4 15 3.8415 13.0039 4.4212 15 6 19.6263 7.5788 15 8.1588 13 8 15 8 23 10 23 10 9 8 9z"
|
|
2880
|
-
})), children);
|
|
2881
|
-
});
|
|
2882
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2883
|
-
Mac.propTypes = iconPropTypes;
|
|
2884
|
-
}
|
|
2885
|
-
const MacCommand = /*#__PURE__*/React.forwardRef(function MacCommand(_ref125, ref) {
|
|
2886
|
-
let {
|
|
2887
|
-
children,
|
|
2888
|
-
size = 16,
|
|
2889
|
-
...rest
|
|
2890
|
-
} = _ref125;
|
|
2891
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2892
|
-
width: size,
|
|
2893
|
-
height: size,
|
|
2894
|
-
ref: ref,
|
|
2895
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2896
|
-
viewBox: "0 0 32 32",
|
|
2897
|
-
fill: "currentColor",
|
|
2898
|
-
...rest
|
|
2899
|
-
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2900
|
-
d: "M24,13a4,4,0,0,0,4-4V8a4,4,0,0,0-4-4H23a4,4,0,0,0-4,4v3H13V8A4,4,0,0,0,9,4H8A4,4,0,0,0,4,8V9a4,4,0,0,0,4,4h3v6H8a4,4,0,0,0-4,4v1a4,4,0,0,0,4,4H9a4,4,0,0,0,4-4V21h6v3a4,4,0,0,0,4,4h1a4,4,0,0,0,4-4V23a4,4,0,0,0-4-4H21V13ZM21,8a2,2,0,0,1,2-2h1a2,2,0,0,1,2,2V9a2,2,0,0,1-2,2H21ZM8,11A2,2,0,0,1,6,9V8A2,2,0,0,1,8,6H9a2,2,0,0,1,2,2v3H8Zm3,13a2,2,0,0,1-2,2H8a2,2,0,0,1-2-2V23a2,2,0,0,1,2-2h3Zm8-5H13V13h6Zm2,2h3a2,2,0,0,1,2,2v1a2,2,0,0,1-2,2H23a2,2,0,0,1-2-2Z"
|
|
2901
|
-
})), children);
|
|
2902
|
-
});
|
|
2903
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2904
|
-
MacCommand.propTypes = iconPropTypes;
|
|
2905
|
-
}
|
|
2906
2909
|
|
|
2907
|
-
export { Layers, Legend, LetterAa, LetterBb, LetterCc, LetterDd, LetterEe, LetterFf, LetterGg, LetterHh, LetterIi, LetterJj, LetterKk, LetterLl, LetterMm, LetterNn, LetterOo, LetterPp, LetterQq, LetterRr, LetterSs, LetterTt, LetterUu, LetterVv, LetterWw, LetterXx, LetterYy, LetterZz, License, LicenseDraft, LicenseGlobal, LicenseMaintenance, LicenseMaintenanceDraft, LicenseThirdParty, LicenseThirdPartyDraft, Lifesaver, Light, LightFilled, Lightning, Link, Linux, LinuxAlt, List, ListBoxes, ListBulleted, ListChecked, ListCheckedMirror, ListDropdown, ListNumbered, ListNumberedMirror, LoadBalancerApplication, LoadBalancerClassic, LoadBalancerGlobal, LoadBalancerListener, LoadBalancerLocal, LoadBalancerNetwork, LoadBalancerPool, LoadBalancerVpc, Location, LocationCompany, LocationCompanyFilled, LocationCurrent, LocationFilled, LocationHazard, LocationHazardFilled, LocationHeart, LocationHeartFilled, LocationPerson, LocationPersonFilled, LocationSave, LocationStar, LocationStarFilled, Locked, LogicalPartition, Login, LogoAngular, LogoAnsibleCommunity, LogoDigg, LogoDiscord, LogoFacebook, LogoFigma, LogoFlickr, LogoGithub, LogoGitlab, LogoGlassdoor, LogoInstagram, LogoInvision, LogoJupyter, LogoKeybase, LogoKubernetes, LogoLinkedin, LogoLivestream, LogoMastodon, LogoMedium, LogoNpm, LogoOpenshift, LogoPinterest, LogoPython, LogoQuora, LogoRScript, LogoReact, LogoRedHatAnsible, LogoSketch, LogoSkype, LogoSlack, LogoSnapchat, LogoSvelte, LogoTumblr, LogoTwitter, LogoVmware, LogoVmwareAlt, LogoVue, LogoWechat, LogoX, LogoXing,
|
|
2910
|
+
export { KubernetesPod, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, Legend, LetterAa, LetterBb, LetterCc, LetterDd, LetterEe, LetterFf, LetterGg, LetterHh, LetterIi, LetterJj, LetterKk, LetterLl, LetterMm, LetterNn, LetterOo, LetterPp, LetterQq, LetterRr, LetterSs, LetterTt, LetterUu, LetterVv, LetterWw, LetterXx, LetterYy, LetterZz, License, LicenseDraft, LicenseGlobal, LicenseMaintenance, LicenseMaintenanceDraft, LicenseThirdParty, LicenseThirdPartyDraft, Lifesaver, Light, LightFilled, Lightning, Link, Linux, LinuxAlt, List, ListBoxes, ListBulleted, ListChecked, ListCheckedMirror, ListDropdown, ListNumbered, ListNumberedMirror, LoadBalancerApplication, LoadBalancerClassic, LoadBalancerGlobal, LoadBalancerListener, LoadBalancerLocal, LoadBalancerNetwork, LoadBalancerPool, LoadBalancerVpc, Location, LocationCompany, LocationCompanyFilled, LocationCurrent, LocationFilled, LocationHazard, LocationHazardFilled, LocationHeart, LocationHeartFilled, LocationPerson, LocationPersonFilled, LocationSave, LocationStar, LocationStarFilled, Locked, LogicalPartition, Login, LogoAngular, LogoAnsibleCommunity, LogoDigg, LogoDiscord, LogoFacebook, LogoFigma, LogoFlickr, LogoGithub, LogoGitlab, LogoGlassdoor, LogoInstagram, LogoInvision, LogoJupyter, LogoKeybase, LogoKubernetes, LogoLinkedin, LogoLivestream, LogoMastodon, LogoMedium, LogoNpm, LogoOpenshift, LogoPinterest, LogoPython, LogoQuora, LogoRScript, LogoReact, LogoRedHatAnsible, LogoSketch, LogoSkype, LogoSlack, LogoSnapchat, LogoSvelte, LogoTumblr, LogoTwitter, LogoVmware, LogoVmwareAlt, LogoVue, LogoWechat, LogoX, LogoXing, WatsonHealthLaunchStudy_1, WatsonHealthLaunchStudy_2, WatsonHealthLaunchStudy_3 };
|