@carbon/icons-react 11.40.0-rc.0 → 11.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/CircleOutline.d.ts +11 -0
- package/es/CircleOutline.js +39 -0
- package/es/DiamondOutline.d.ts +11 -0
- package/es/DiamondOutline.js +39 -0
- package/es/DiamondSolid.d.ts +11 -0
- package/es/DiamondSolid.js +39 -0
- package/es/HexagonOutline.d.ts +11 -0
- package/es/HexagonOutline.js +39 -0
- package/es/HexagonSolid.d.ts +11 -0
- package/es/HexagonSolid.js +39 -0
- package/es/HexagonVerticalOutline.d.ts +11 -0
- package/es/HexagonVerticalOutline.js +39 -0
- package/es/HexagonVerticalSolid.d.ts +11 -0
- package/es/HexagonVerticalSolid.js +39 -0
- package/es/PentagonDownOutline.d.ts +11 -0
- package/es/PentagonDownOutline.js +39 -0
- package/es/PentagonDownSolid.d.ts +11 -0
- package/es/PentagonDownSolid.js +39 -0
- package/es/PentagonLeftOutline.d.ts +11 -0
- package/es/PentagonLeftOutline.js +39 -0
- package/es/PentagonLeftSolid.d.ts +11 -0
- package/es/PentagonLeftSolid.js +39 -0
- package/es/PentagonOutline.d.ts +11 -0
- package/es/PentagonOutline.js +39 -0
- package/es/PentagonRightOutline.d.ts +11 -0
- package/es/PentagonRightOutline.js +39 -0
- package/es/PentagonRightSolid.d.ts +11 -0
- package/es/PentagonRightSolid.js +39 -0
- package/es/PentagonSolid.d.ts +11 -0
- package/es/PentagonSolid.js +39 -0
- package/es/SquareOutline.d.ts +11 -0
- package/es/SquareOutline.js +39 -0
- package/es/SquareSolid.d.ts +11 -0
- package/es/SquareSolid.js +35 -0
- package/es/TriangleDownOutline.d.ts +11 -0
- package/es/TriangleDownOutline.js +39 -0
- package/es/TriangleDownSolid.d.ts +11 -0
- package/es/TriangleDownSolid.js +39 -0
- package/es/TriangleLeftOutline.d.ts +11 -0
- package/es/TriangleLeftOutline.js +39 -0
- package/es/TriangleLeftSolid.d.ts +11 -0
- package/es/TriangleLeftSolid.js +39 -0
- package/es/TriangleOutline.d.ts +11 -0
- package/es/TriangleOutline.js +39 -0
- package/es/TriangleRightOutline.d.ts +11 -0
- package/es/TriangleRightOutline.js +39 -0
- package/es/TriangleRightSolid.d.ts +11 -0
- package/es/TriangleRightSolid.js +39 -0
- package/es/TriangleSolid.d.ts +11 -0
- package/es/TriangleSolid.js +39 -0
- package/es/generated/bucket-10.d.ts +8 -8
- package/es/generated/bucket-10.js +608 -595
- package/es/generated/bucket-11.d.ts +16 -16
- package/es/generated/bucket-11.js +642 -648
- package/es/generated/bucket-12.d.ts +16 -16
- package/es/generated/bucket-12.js +857 -850
- package/es/generated/bucket-13.d.ts +16 -16
- package/es/generated/bucket-13.js +799 -798
- package/es/generated/bucket-14.d.ts +18 -18
- package/es/generated/bucket-14.js +923 -937
- package/es/generated/bucket-15.d.ts +18 -18
- package/es/generated/bucket-15.js +733 -738
- package/es/generated/bucket-16.d.ts +26 -26
- package/es/generated/bucket-16.js +762 -799
- package/es/generated/bucket-17.d.ts +26 -2
- package/es/generated/bucket-17.js +1030 -450
- package/es/generated/bucket-18.d.ts +11 -0
- package/es/generated/bucket-18.js +38 -0
- package/es/generated/bucket-3.d.ts +2 -2
- package/es/generated/bucket-3.js +438 -437
- package/es/generated/bucket-4.d.ts +4 -4
- package/es/generated/bucket-4.js +495 -501
- package/es/generated/bucket-5.d.ts +4 -4
- package/es/generated/bucket-5.js +527 -519
- package/es/generated/bucket-6.d.ts +4 -4
- package/es/generated/bucket-6.js +512 -538
- package/es/generated/bucket-7.d.ts +8 -8
- package/es/generated/bucket-7.js +697 -694
- package/es/generated/bucket-8.d.ts +8 -8
- package/es/generated/bucket-8.js +685 -682
- package/es/generated/bucket-9.d.ts +8 -8
- package/es/generated/bucket-9.js +593 -590
- package/es/index.d.ts +1 -0
- package/es/index.js +16 -15
- package/lib/CircleOutline.d.ts +11 -0
- package/lib/CircleOutline.js +45 -0
- package/lib/DiamondOutline.d.ts +11 -0
- package/lib/DiamondOutline.js +45 -0
- package/lib/DiamondSolid.d.ts +11 -0
- package/lib/DiamondSolid.js +45 -0
- package/lib/HexagonOutline.d.ts +11 -0
- package/lib/HexagonOutline.js +45 -0
- package/lib/HexagonSolid.d.ts +11 -0
- package/lib/HexagonSolid.js +45 -0
- package/lib/HexagonVerticalOutline.d.ts +11 -0
- package/lib/HexagonVerticalOutline.js +45 -0
- package/lib/HexagonVerticalSolid.d.ts +11 -0
- package/lib/HexagonVerticalSolid.js +45 -0
- package/lib/PentagonDownOutline.d.ts +11 -0
- package/lib/PentagonDownOutline.js +45 -0
- package/lib/PentagonDownSolid.d.ts +11 -0
- package/lib/PentagonDownSolid.js +45 -0
- package/lib/PentagonLeftOutline.d.ts +11 -0
- package/lib/PentagonLeftOutline.js +45 -0
- package/lib/PentagonLeftSolid.d.ts +11 -0
- package/lib/PentagonLeftSolid.js +45 -0
- package/lib/PentagonOutline.d.ts +11 -0
- package/lib/PentagonOutline.js +45 -0
- package/lib/PentagonRightOutline.d.ts +11 -0
- package/lib/PentagonRightOutline.js +45 -0
- package/lib/PentagonRightSolid.d.ts +11 -0
- package/lib/PentagonRightSolid.js +45 -0
- package/lib/PentagonSolid.d.ts +11 -0
- package/lib/PentagonSolid.js +45 -0
- package/lib/SquareOutline.d.ts +11 -0
- package/lib/SquareOutline.js +45 -0
- package/lib/SquareSolid.d.ts +11 -0
- package/lib/SquareSolid.js +41 -0
- package/lib/TriangleDownOutline.d.ts +11 -0
- package/lib/TriangleDownOutline.js +45 -0
- package/lib/TriangleDownSolid.d.ts +11 -0
- package/lib/TriangleDownSolid.js +45 -0
- package/lib/TriangleLeftOutline.d.ts +11 -0
- package/lib/TriangleLeftOutline.js +45 -0
- package/lib/TriangleLeftSolid.d.ts +11 -0
- package/lib/TriangleLeftSolid.js +45 -0
- package/lib/TriangleOutline.d.ts +11 -0
- package/lib/TriangleOutline.js +45 -0
- package/lib/TriangleRightOutline.d.ts +11 -0
- package/lib/TriangleRightOutline.js +45 -0
- package/lib/TriangleRightSolid.d.ts +11 -0
- package/lib/TriangleRightSolid.js +45 -0
- package/lib/TriangleSolid.d.ts +11 -0
- package/lib/TriangleSolid.js +45 -0
- package/lib/generated/bucket-10.d.ts +8 -8
- package/lib/generated/bucket-10.js +614 -601
- package/lib/generated/bucket-11.d.ts +16 -16
- package/lib/generated/bucket-11.js +656 -662
- package/lib/generated/bucket-12.d.ts +16 -16
- package/lib/generated/bucket-12.js +871 -864
- package/lib/generated/bucket-13.d.ts +16 -16
- package/lib/generated/bucket-13.js +813 -812
- package/lib/generated/bucket-14.d.ts +18 -18
- package/lib/generated/bucket-14.js +939 -953
- package/lib/generated/bucket-15.d.ts +18 -18
- package/lib/generated/bucket-15.js +749 -754
- package/lib/generated/bucket-16.d.ts +26 -26
- package/lib/generated/bucket-16.js +786 -823
- package/lib/generated/bucket-17.d.ts +26 -2
- package/lib/generated/bucket-17.js +1054 -450
- package/lib/generated/bucket-18.d.ts +11 -0
- package/lib/generated/bucket-18.js +46 -0
- package/lib/generated/bucket-3.d.ts +2 -2
- package/lib/generated/bucket-3.js +438 -437
- package/lib/generated/bucket-4.d.ts +4 -4
- package/lib/generated/bucket-4.js +497 -503
- package/lib/generated/bucket-5.d.ts +4 -4
- package/lib/generated/bucket-5.js +529 -521
- package/lib/generated/bucket-6.d.ts +4 -4
- package/lib/generated/bucket-6.js +514 -540
- package/lib/generated/bucket-7.d.ts +8 -8
- package/lib/generated/bucket-7.js +703 -700
- package/lib/generated/bucket-8.d.ts +8 -8
- package/lib/generated/bucket-8.js +691 -688
- package/lib/generated/bucket-9.d.ts +8 -8
- package/lib/generated/bucket-9.js +599 -596
- package/lib/index.d.ts +1 -0
- package/lib/index.js +169 -143
- package/package.json +4 -4
|
@@ -12,8 +12,8 @@ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
|
12
12
|
import '@carbon/icon-helpers';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
|
|
15
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26,
|
|
16
|
-
const
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _circle, _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, _circle2, _path63, _path64, _circle3, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _switch, _switch2, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _circle4, _circle5, _path99, _path100, _path101, _path102, _path103, _path104, _circle6, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _circle7, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _circle8, _path169, _path170, _path171, _circle9, _circle10, _circle11, _circle12, _circle13, _circle14, _circle15, _circle16, _circle17, _path172, _circle18, _circle19, _circle20, _circle21, _circle22, _circle23, _circle24, _circle25, _circle26, _circle27, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _circle34, _path173, _path174, _path175, _path176, _circle35, _path177, _path178, _path179, _circle36, _path180, _circle37, _path181, _circle38, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _circle39, _circle40, _circle41, _path191, _circle42, _path192, _circle43, _circle44, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215;
|
|
16
|
+
const LogoYelp = /*#__PURE__*/React.forwardRef(function LogoYelp(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
19
19
|
size = 16,
|
|
@@ -28,13 +28,14 @@ const MacOption = /*#__PURE__*/React.forwardRef(function MacOption(_ref, ref) {
|
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
...rest
|
|
30
30
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
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"
|
|
32
33
|
})), children);
|
|
33
34
|
});
|
|
34
35
|
if (process.env.NODE_ENV !== "production") {
|
|
35
|
-
|
|
36
|
+
LogoYelp.propTypes = iconPropTypes;
|
|
36
37
|
}
|
|
37
|
-
const
|
|
38
|
+
const LogoYoutube = /*#__PURE__*/React.forwardRef(function LogoYoutube(_ref2, ref) {
|
|
38
39
|
let {
|
|
39
40
|
children,
|
|
40
41
|
size = 16,
|
|
@@ -49,13 +50,13 @@ const MacShift = /*#__PURE__*/React.forwardRef(function MacShift(_ref2, ref) {
|
|
|
49
50
|
fill: "currentColor",
|
|
50
51
|
...rest
|
|
51
52
|
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
52
|
-
d: "
|
|
53
|
+
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"
|
|
53
54
|
})), children);
|
|
54
55
|
});
|
|
55
56
|
if (process.env.NODE_ENV !== "production") {
|
|
56
|
-
|
|
57
|
+
LogoYoutube.propTypes = iconPropTypes;
|
|
57
58
|
}
|
|
58
|
-
const
|
|
59
|
+
const Logout = /*#__PURE__*/React.forwardRef(function Logout(_ref3, ref) {
|
|
59
60
|
let {
|
|
60
61
|
children,
|
|
61
62
|
size = 16,
|
|
@@ -70,15 +71,15 @@ const MachineLearning = /*#__PURE__*/React.forwardRef(function MachineLearning(_
|
|
|
70
71
|
fill: "currentColor",
|
|
71
72
|
...rest
|
|
72
73
|
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
73
|
-
d: "
|
|
74
|
+
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"
|
|
74
75
|
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
75
|
-
d: "
|
|
76
|
+
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"
|
|
76
77
|
})), children);
|
|
77
78
|
});
|
|
78
79
|
if (process.env.NODE_ENV !== "production") {
|
|
79
|
-
|
|
80
|
+
Logout.propTypes = iconPropTypes;
|
|
80
81
|
}
|
|
81
|
-
const
|
|
82
|
+
const Loop = /*#__PURE__*/React.forwardRef(function Loop(_ref4, ref) {
|
|
82
83
|
let {
|
|
83
84
|
children,
|
|
84
85
|
size = 16,
|
|
@@ -93,20 +94,187 @@ const MachineLearningModel = /*#__PURE__*/React.forwardRef(function MachineLearn
|
|
|
93
94
|
fill: "currentColor",
|
|
94
95
|
...rest
|
|
95
96
|
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
97
|
+
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"
|
|
98
|
+
})), children);
|
|
99
|
+
});
|
|
100
|
+
if (process.env.NODE_ENV !== "production") {
|
|
101
|
+
Loop.propTypes = iconPropTypes;
|
|
102
|
+
}
|
|
103
|
+
const LowSeverity = /*#__PURE__*/React.forwardRef(function LowSeverity(_ref5, ref) {
|
|
104
|
+
let {
|
|
105
|
+
children,
|
|
106
|
+
size = 16,
|
|
107
|
+
...rest
|
|
108
|
+
} = _ref5;
|
|
109
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
110
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
111
|
+
width: size,
|
|
112
|
+
height: size,
|
|
113
|
+
ref: ref,
|
|
114
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
115
|
+
viewBox: "0 0 16 16",
|
|
116
|
+
fill: "currentColor",
|
|
117
|
+
...rest
|
|
118
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
119
|
+
d: "M4 4H12V12H4z"
|
|
120
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
121
|
+
d: "M12,4v8H4V4h8m1-1H3V13H13V3Z"
|
|
122
|
+
})), children);
|
|
123
|
+
}
|
|
124
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
125
|
+
width: size,
|
|
126
|
+
height: size,
|
|
127
|
+
ref: ref,
|
|
128
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
129
|
+
viewBox: "0 0 16 16",
|
|
130
|
+
fill: "currentColor",
|
|
131
|
+
...rest
|
|
132
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
133
|
+
d: "M4 4H12V12H4z"
|
|
134
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
135
|
+
d: "M12,4v8H4V4h8m1-1H3V13H13V3Z"
|
|
136
|
+
})), children);
|
|
137
|
+
});
|
|
138
|
+
if (process.env.NODE_ENV !== "production") {
|
|
139
|
+
LowSeverity.propTypes = iconPropTypes;
|
|
140
|
+
}
|
|
141
|
+
const Mac = /*#__PURE__*/React.forwardRef(function Mac(_ref6, ref) {
|
|
142
|
+
let {
|
|
143
|
+
children,
|
|
144
|
+
size = 16,
|
|
145
|
+
...rest
|
|
146
|
+
} = _ref6;
|
|
147
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
148
|
+
width: size,
|
|
149
|
+
height: size,
|
|
150
|
+
ref: ref,
|
|
151
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
152
|
+
viewBox: "0 0 32 32",
|
|
153
|
+
fill: "currentColor",
|
|
154
|
+
...rest
|
|
155
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
156
|
+
strokeWidth: "0",
|
|
157
|
+
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"
|
|
158
|
+
})), children);
|
|
159
|
+
});
|
|
160
|
+
if (process.env.NODE_ENV !== "production") {
|
|
161
|
+
Mac.propTypes = iconPropTypes;
|
|
162
|
+
}
|
|
163
|
+
const MacCommand = /*#__PURE__*/React.forwardRef(function MacCommand(_ref7, ref) {
|
|
164
|
+
let {
|
|
165
|
+
children,
|
|
166
|
+
size = 16,
|
|
167
|
+
...rest
|
|
168
|
+
} = _ref7;
|
|
169
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
170
|
+
width: size,
|
|
171
|
+
height: size,
|
|
172
|
+
ref: ref,
|
|
173
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
174
|
+
viewBox: "0 0 32 32",
|
|
175
|
+
fill: "currentColor",
|
|
176
|
+
...rest
|
|
177
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
178
|
+
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"
|
|
179
|
+
})), children);
|
|
180
|
+
});
|
|
181
|
+
if (process.env.NODE_ENV !== "production") {
|
|
182
|
+
MacCommand.propTypes = iconPropTypes;
|
|
183
|
+
}
|
|
184
|
+
const MacOption = /*#__PURE__*/React.forwardRef(function MacOption(_ref8, ref) {
|
|
185
|
+
let {
|
|
186
|
+
children,
|
|
187
|
+
size = 16,
|
|
188
|
+
...rest
|
|
189
|
+
} = _ref8;
|
|
190
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
191
|
+
width: size,
|
|
192
|
+
height: size,
|
|
193
|
+
ref: ref,
|
|
194
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
195
|
+
viewBox: "0 0 32 32",
|
|
196
|
+
fill: "currentColor",
|
|
197
|
+
...rest
|
|
198
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
199
|
+
d: "M18 5H28V7H18zM10.6 5L4 5 4 7 9.4 7 18.4 27 28 27 28 25 19.6 25z"
|
|
200
|
+
})), children);
|
|
201
|
+
});
|
|
202
|
+
if (process.env.NODE_ENV !== "production") {
|
|
203
|
+
MacOption.propTypes = iconPropTypes;
|
|
204
|
+
}
|
|
205
|
+
const MacShift = /*#__PURE__*/React.forwardRef(function MacShift(_ref9, ref) {
|
|
206
|
+
let {
|
|
207
|
+
children,
|
|
208
|
+
size = 16,
|
|
209
|
+
...rest
|
|
210
|
+
} = _ref9;
|
|
211
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
212
|
+
width: size,
|
|
213
|
+
height: size,
|
|
214
|
+
ref: ref,
|
|
215
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
216
|
+
viewBox: "0 0 32 32",
|
|
217
|
+
fill: "currentColor",
|
|
218
|
+
...rest
|
|
219
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
220
|
+
d: "M21,28H11a2.0023,2.0023,0,0,1-2-2V16H4a1,1,0,0,1-.707-1.707l12-12a.9994.9994,0,0,1,1.414,0l12,12A1,1,0,0,1,28,16H23V26A2.0027,2.0027,0,0,1,21,28ZM6.4141,14H11V26H21V14h4.5859L16,4.4141Z"
|
|
221
|
+
})), children);
|
|
222
|
+
});
|
|
223
|
+
if (process.env.NODE_ENV !== "production") {
|
|
224
|
+
MacShift.propTypes = iconPropTypes;
|
|
225
|
+
}
|
|
226
|
+
const MachineLearning = /*#__PURE__*/React.forwardRef(function MachineLearning(_ref10, ref) {
|
|
227
|
+
let {
|
|
228
|
+
children,
|
|
229
|
+
size = 16,
|
|
230
|
+
...rest
|
|
231
|
+
} = _ref10;
|
|
232
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
233
|
+
width: size,
|
|
234
|
+
height: size,
|
|
235
|
+
ref: ref,
|
|
236
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
237
|
+
viewBox: "0 0 32 32",
|
|
238
|
+
fill: "currentColor",
|
|
239
|
+
...rest
|
|
240
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
241
|
+
d: "M16 25a6.9908 6.9908 0 01-5.833-3.1287l1.666-1.1074a5.0007 5.0007 0 008.334 0l1.666 1.1074A6.9908 6.9908 0 0116 25zM20 14a2 2 0 102 2A1.9806 1.9806 0 0020 14zM12 14a2 2 0 102 2A1.9806 1.9806 0 0012 14z"
|
|
242
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
243
|
+
d: "M30,16V14H28V10a4.0045,4.0045,0,0,0-4-4H22V2H20V6H12V2H10V6H8a4.0045,4.0045,0,0,0-4,4v4H2v2H4v5H2v2H4v3a4.0045,4.0045,0,0,0,4,4H24a4.0045,4.0045,0,0,0,4-4V23h2V21H28V16ZM26,26a2.0023,2.0023,0,0,1-2,2H8a2.0023,2.0023,0,0,1-2-2V10A2.0023,2.0023,0,0,1,8,8H24a2.0023,2.0023,0,0,1,2,2Z"
|
|
244
|
+
})), children);
|
|
245
|
+
});
|
|
246
|
+
if (process.env.NODE_ENV !== "production") {
|
|
247
|
+
MachineLearning.propTypes = iconPropTypes;
|
|
248
|
+
}
|
|
249
|
+
const MachineLearningModel = /*#__PURE__*/React.forwardRef(function MachineLearningModel(_ref11, ref) {
|
|
250
|
+
let {
|
|
251
|
+
children,
|
|
252
|
+
size = 16,
|
|
253
|
+
...rest
|
|
254
|
+
} = _ref11;
|
|
255
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
256
|
+
width: size,
|
|
257
|
+
height: size,
|
|
258
|
+
ref: ref,
|
|
259
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
260
|
+
viewBox: "0 0 32 32",
|
|
261
|
+
fill: "currentColor",
|
|
262
|
+
...rest
|
|
263
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
96
264
|
d: "M27 24a2.9609 2.9609 0 00-1.2854.3008L21.4141 20H18v2h2.5859l3.7146 3.7148A2.9665 2.9665 0 0024 27a3 3 0 103-3zm0 4a1 1 0 111-1A1.0009 1.0009 0 0127 28zM27 13a2.9948 2.9948 0 00-2.8157 2H18v2h6.1843A2.9947 2.9947 0 1027 13zm0 4a1 1 0 111-1A1.0009 1.0009 0 0127 17zM27 2a3.0033 3.0033 0 00-3 3 2.9657 2.9657 0 00.3481 1.373L20.5957 10H18v2h3.4043l4.3989-4.2524A2.9987 2.9987 0 1027 2zm0 4a1 1 0 111-1A1.0009 1.0009 0 0127 6z"
|
|
97
|
-
})),
|
|
265
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
98
266
|
d: "M18,6h2V4H18a3.9756,3.9756,0,0,0-3,1.3823A3.9756,3.9756,0,0,0,12,4H11a9.01,9.01,0,0,0-9,9v6a9.01,9.01,0,0,0,9,9h1a3.9756,3.9756,0,0,0,3-1.3823A3.9756,3.9756,0,0,0,18,28h2V26H18a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,18,6ZM12,26H11a7.0047,7.0047,0,0,1-6.92-6H6V18H4V14H7a3.0033,3.0033,0,0,0,3-3V9H8v2a1.0009,1.0009,0,0,1-1,1H4.08A7.0047,7.0047,0,0,1,11,6h1a2.0023,2.0023,0,0,1,2,2v4H12v2h2v4H12a3.0033,3.0033,0,0,0-3,3v2h2V21a1.0009,1.0009,0,0,1,1-1h2v4A2.0023,2.0023,0,0,1,12,26Z"
|
|
99
267
|
})), children);
|
|
100
268
|
});
|
|
101
269
|
if (process.env.NODE_ENV !== "production") {
|
|
102
270
|
MachineLearningModel.propTypes = iconPropTypes;
|
|
103
271
|
}
|
|
104
|
-
const MagicWand = /*#__PURE__*/React.forwardRef(function MagicWand(
|
|
272
|
+
const MagicWand = /*#__PURE__*/React.forwardRef(function MagicWand(_ref12, ref) {
|
|
105
273
|
let {
|
|
106
274
|
children,
|
|
107
275
|
size = 16,
|
|
108
276
|
...rest
|
|
109
|
-
} =
|
|
277
|
+
} = _ref12;
|
|
110
278
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
111
279
|
width: size,
|
|
112
280
|
height: size,
|
|
@@ -115,15 +283,15 @@ const MagicWand = /*#__PURE__*/React.forwardRef(function MagicWand(_ref5, ref) {
|
|
|
115
283
|
viewBox: "0 0 32 32",
|
|
116
284
|
fill: "currentColor",
|
|
117
285
|
...rest
|
|
118
|
-
},
|
|
286
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
119
287
|
d: "M29.4141,24,12,6.5859a2.0476,2.0476,0,0,0-2.8281,0l-2.586,2.586a2.0021,2.0021,0,0,0,0,2.8281L23.999,29.4141a2.0024,2.0024,0,0,0,2.8281,0l2.587-2.5865a1.9993,1.9993,0,0,0,0-2.8281ZM8,10.5859,10.5859,8l5,5-2.5866,2.5869-5-5ZM25.4131,28l-11-10.999L17,14.4141l11,11Z"
|
|
120
|
-
})),
|
|
288
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
121
289
|
d: "M2.586 14.586H5.414V17.414H2.586z",
|
|
122
290
|
transform: "rotate(-45 4 16)"
|
|
123
|
-
})),
|
|
291
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
124
292
|
d: "M14.586 2.586H17.414V5.414H14.586z",
|
|
125
293
|
transform: "rotate(-45 16 4)"
|
|
126
|
-
})),
|
|
294
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
127
295
|
d: "M2.586 2.586H5.414V5.414H2.586z",
|
|
128
296
|
transform: "rotate(-45 4 4)"
|
|
129
297
|
})), children);
|
|
@@ -131,12 +299,12 @@ const MagicWand = /*#__PURE__*/React.forwardRef(function MagicWand(_ref5, ref) {
|
|
|
131
299
|
if (process.env.NODE_ENV !== "production") {
|
|
132
300
|
MagicWand.propTypes = iconPropTypes;
|
|
133
301
|
}
|
|
134
|
-
const MagicWandFilled = /*#__PURE__*/React.forwardRef(function MagicWandFilled(
|
|
302
|
+
const MagicWandFilled = /*#__PURE__*/React.forwardRef(function MagicWandFilled(_ref13, ref) {
|
|
135
303
|
let {
|
|
136
304
|
children,
|
|
137
305
|
size = 16,
|
|
138
306
|
...rest
|
|
139
|
-
} =
|
|
307
|
+
} = _ref13;
|
|
140
308
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
141
309
|
width: size,
|
|
142
310
|
height: size,
|
|
@@ -145,15 +313,15 @@ const MagicWandFilled = /*#__PURE__*/React.forwardRef(function MagicWandFilled(_
|
|
|
145
313
|
viewBox: "0 0 32 32",
|
|
146
314
|
fill: "currentColor",
|
|
147
315
|
...rest
|
|
148
|
-
},
|
|
316
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
149
317
|
d: "M29.4141,24,12,6.5859a2.0476,2.0476,0,0,0-2.8281,0l-2.586,2.586a2.0021,2.0021,0,0,0,0,2.8281L23.999,29.4141a2.0024,2.0024,0,0,0,2.8281,0l2.587-2.5865a1.9993,1.9993,0,0,0,0-2.8281ZM8,10.5859,10.5859,8l5,5-2.5866,2.5869-5-5Z"
|
|
150
|
-
})),
|
|
318
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
151
319
|
d: "M2.586 14.586H5.414V17.414H2.586z",
|
|
152
320
|
transform: "rotate(-45 4 16)"
|
|
153
|
-
})),
|
|
321
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
154
322
|
d: "M14.586 2.586H17.414V5.414H14.586z",
|
|
155
323
|
transform: "rotate(-45 16 4)"
|
|
156
|
-
})),
|
|
324
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
157
325
|
d: "M2.586 2.586H5.414V5.414H2.586z",
|
|
158
326
|
transform: "rotate(-45 4 4)"
|
|
159
327
|
})), children);
|
|
@@ -161,12 +329,12 @@ const MagicWandFilled = /*#__PURE__*/React.forwardRef(function MagicWandFilled(_
|
|
|
161
329
|
if (process.env.NODE_ENV !== "production") {
|
|
162
330
|
MagicWandFilled.propTypes = iconPropTypes;
|
|
163
331
|
}
|
|
164
|
-
const WatsonHealthMagnify = /*#__PURE__*/React.forwardRef(function WatsonHealthMagnify(
|
|
332
|
+
const WatsonHealthMagnify = /*#__PURE__*/React.forwardRef(function WatsonHealthMagnify(_ref14, ref) {
|
|
165
333
|
let {
|
|
166
334
|
children,
|
|
167
335
|
size = 16,
|
|
168
336
|
...rest
|
|
169
|
-
} =
|
|
337
|
+
} = _ref14;
|
|
170
338
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
171
339
|
width: size,
|
|
172
340
|
height: size,
|
|
@@ -175,21 +343,21 @@ const WatsonHealthMagnify = /*#__PURE__*/React.forwardRef(function WatsonHealthM
|
|
|
175
343
|
viewBox: "0 0 32 32",
|
|
176
344
|
fill: "currentColor",
|
|
177
345
|
...rest
|
|
178
|
-
},
|
|
346
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
179
347
|
d: "M12,21H4V4H22v8h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V21a2,2,0,0,0,2,2h8Z"
|
|
180
|
-
})),
|
|
348
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
181
349
|
d: "M30,28.58l-3.11-3.11a6,6,0,1,0-1.42,1.42L28.58,30ZM22,26a4,4,0,1,1,4-4A4,4,0,0,1,22,26Z"
|
|
182
350
|
})), children);
|
|
183
351
|
});
|
|
184
352
|
if (process.env.NODE_ENV !== "production") {
|
|
185
353
|
WatsonHealthMagnify.propTypes = iconPropTypes;
|
|
186
354
|
}
|
|
187
|
-
const MailAll = /*#__PURE__*/React.forwardRef(function MailAll(
|
|
355
|
+
const MailAll = /*#__PURE__*/React.forwardRef(function MailAll(_ref15, ref) {
|
|
188
356
|
let {
|
|
189
357
|
children,
|
|
190
358
|
size = 16,
|
|
191
359
|
...rest
|
|
192
|
-
} =
|
|
360
|
+
} = _ref15;
|
|
193
361
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
194
362
|
width: size,
|
|
195
363
|
height: size,
|
|
@@ -198,21 +366,21 @@ const MailAll = /*#__PURE__*/React.forwardRef(function MailAll(_ref8, ref) {
|
|
|
198
366
|
viewBox: "0 0 32 32",
|
|
199
367
|
fill: "currentColor",
|
|
200
368
|
...rest
|
|
201
|
-
},
|
|
369
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
202
370
|
d: "M16.59 20.41L20.17 24 20.17 24 16.58 27.59 18 29 23 24 18 19 16.59 20.41zM23.59 20.41L27.17 24 27.17 24 23.58 27.59 25 29 30 24 25 19 23.59 20.41z"
|
|
203
|
-
})),
|
|
371
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
204
372
|
d: "M14,23H4V7.91l11.43,7.91a1,1,0,0,0,1.14,0L28,7.91V17h2V7a2,2,0,0,0-2-2H4A2,2,0,0,0,2,7V23a2,2,0,0,0,2,2H14ZM25.8,7,16,13.78,6.2,7Z"
|
|
205
373
|
})), children);
|
|
206
374
|
});
|
|
207
375
|
if (process.env.NODE_ENV !== "production") {
|
|
208
376
|
MailAll.propTypes = iconPropTypes;
|
|
209
377
|
}
|
|
210
|
-
const MailReply = /*#__PURE__*/React.forwardRef(function MailReply(
|
|
378
|
+
const MailReply = /*#__PURE__*/React.forwardRef(function MailReply(_ref16, ref) {
|
|
211
379
|
let {
|
|
212
380
|
children,
|
|
213
381
|
size = 16,
|
|
214
382
|
...rest
|
|
215
|
-
} =
|
|
383
|
+
} = _ref16;
|
|
216
384
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
217
385
|
width: size,
|
|
218
386
|
height: size,
|
|
@@ -221,21 +389,21 @@ const MailReply = /*#__PURE__*/React.forwardRef(function MailReply(_ref9, ref) {
|
|
|
221
389
|
viewBox: "0 0 32 32",
|
|
222
390
|
fill: "currentColor",
|
|
223
391
|
...rest
|
|
224
|
-
},
|
|
392
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
225
393
|
d: "M25,18l-1.4141,1.4141L26.1672,22H18a4,4,0,0,0,0,8h2V28H18a2,2,0,0,1,0-4h8.1672l-2.5827,2.5874L25,28l5-5Z"
|
|
226
|
-
})),
|
|
394
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
227
395
|
d: "M10,22H4L3.9966,6.9064l11.4341,7.9159a1.0008,1.0008,0,0,0,1.1386,0L28,6.9086,28,16h2V6a2.0025,2.0025,0,0,0-2-2H4A2,2,0,0,0,2,5.9965V22a2.0026,2.0026,0,0,0,2,2h6ZM25.7986,6,16,12.7837,6.2014,6Z"
|
|
228
396
|
})), children);
|
|
229
397
|
});
|
|
230
398
|
if (process.env.NODE_ENV !== "production") {
|
|
231
399
|
MailReply.propTypes = iconPropTypes;
|
|
232
400
|
}
|
|
233
|
-
const WatsonHealthMammogram = /*#__PURE__*/React.forwardRef(function WatsonHealthMammogram(
|
|
401
|
+
const WatsonHealthMammogram = /*#__PURE__*/React.forwardRef(function WatsonHealthMammogram(_ref17, ref) {
|
|
234
402
|
let {
|
|
235
403
|
children,
|
|
236
404
|
size = 16,
|
|
237
405
|
...rest
|
|
238
|
-
} =
|
|
406
|
+
} = _ref17;
|
|
239
407
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
240
408
|
width: size,
|
|
241
409
|
height: size,
|
|
@@ -244,19 +412,19 @@ const WatsonHealthMammogram = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
244
412
|
viewBox: "0 0 32 32",
|
|
245
413
|
fill: "currentColor",
|
|
246
414
|
...rest
|
|
247
|
-
},
|
|
415
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
248
416
|
d: "M25 32L32 32 32 25 30 25 30 30 25 30 25 32zM25 27H22V17h3a3.0033 3.0033 0 013 3v4A3.0033 3.0033 0 0125 27zm-1-2h1a1.0006 1.0006 0 001-1V20a1.0006 1.0006 0 00-1-1H24zM20 27H14V23a2.002 2.002 0 012-2h2V19H14V17h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H16v2h4zM25 15H22V5h3a3.0033 3.0033 0 013 3v4A3.0033 3.0033 0 0125 15zm-1-2h1a1.0009 1.0009 0 001-1V8a1.0009 1.0009 0 00-1-1H24zM18 5H14V7h4V9H15v2h3v2H14v2h4a2.0027 2.0027 0 002-2V7A2.0023 2.0023 0 0018 5zM10 27H8V23.9541C3.2847 23.5117 2 19.9443 2 18c0-3.0146 2.082-4.5015 3.9189-5.814C7.5723 11.0054 9 9.9854 9 8V5h2V8c0 3.0146-2.082 4.5015-3.9189 5.814C5.4277 14.9946 4 16.0146 4 18c.0054.4033.1914 4 5 4a1 1 0 011 1zM7 0L0 0 0 7 2 7 2 2 7 2 7 0z"
|
|
249
417
|
})), children);
|
|
250
418
|
});
|
|
251
419
|
if (process.env.NODE_ENV !== "production") {
|
|
252
420
|
WatsonHealthMammogram.propTypes = iconPropTypes;
|
|
253
421
|
}
|
|
254
|
-
const ManageProtection = /*#__PURE__*/React.forwardRef(function ManageProtection(
|
|
422
|
+
const ManageProtection = /*#__PURE__*/React.forwardRef(function ManageProtection(_ref18, ref) {
|
|
255
423
|
let {
|
|
256
424
|
children,
|
|
257
425
|
size = 16,
|
|
258
426
|
...rest
|
|
259
|
-
} =
|
|
427
|
+
} = _ref18;
|
|
260
428
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
261
429
|
width: size,
|
|
262
430
|
height: size,
|
|
@@ -265,21 +433,21 @@ const ManageProtection = /*#__PURE__*/React.forwardRef(function ManageProtection
|
|
|
265
433
|
viewBox: "0 0 32 32",
|
|
266
434
|
fill: "currentColor",
|
|
267
435
|
...rest
|
|
268
|
-
},
|
|
436
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
269
437
|
d: "M16,30,9.8242,26.7071A10.9815,10.9815,0,0,1,4,17V4A2.0022,2.0022,0,0,1,6,2H26a2.0022,2.0022,0,0,1,2,2V17a10.9815,10.9815,0,0,1-5.8242,9.7069ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
|
|
270
|
-
})),
|
|
438
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
271
439
|
d: "M16,25.277V6h8V16.8048a7,7,0,0,1-3.7,6.1731Z"
|
|
272
440
|
})), children);
|
|
273
441
|
});
|
|
274
442
|
if (process.env.NODE_ENV !== "production") {
|
|
275
443
|
ManageProtection.propTypes = iconPropTypes;
|
|
276
444
|
}
|
|
277
|
-
const ManagedSolutions = /*#__PURE__*/React.forwardRef(function ManagedSolutions(
|
|
445
|
+
const ManagedSolutions = /*#__PURE__*/React.forwardRef(function ManagedSolutions(_ref19, ref) {
|
|
278
446
|
let {
|
|
279
447
|
children,
|
|
280
448
|
size = 16,
|
|
281
449
|
...rest
|
|
282
|
-
} =
|
|
450
|
+
} = _ref19;
|
|
283
451
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
284
452
|
width: size,
|
|
285
453
|
height: size,
|
|
@@ -288,21 +456,21 @@ const ManagedSolutions = /*#__PURE__*/React.forwardRef(function ManagedSolutions
|
|
|
288
456
|
viewBox: "0 0 32 32",
|
|
289
457
|
fill: "currentColor",
|
|
290
458
|
...rest
|
|
291
|
-
},
|
|
459
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
292
460
|
d: "M30 23L25 23 25 18 23 18 23 23 18 23 18 25 23 25 23 30 25 30 25 25 30 25 30 23z"
|
|
293
|
-
})),
|
|
461
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
294
462
|
d: "M24.1273,11.8394l1.1807.2136a5.7919,5.7919,0,0,1,2.6247,1.1445A5.4219,5.4219,0,0,1,29.9532,18h2.0293a7.5022,7.5022,0,0,0-6.15-7.8848,10.0067,10.0067,0,0,0-7.9387-7.9336,10.0025,10.0025,0,0,0-11.72,7.9336A7.5055,7.5055,0,0,0,.0576,18.4088,7.6841,7.6841,0,0,0,7.7725,25H14V23H7.6978a5.6323,5.6323,0,0,1-5.6024-4.4859,5.5064,5.5064,0,0,1,4.4338-6.4306l1.3488-.2441.2138-1.11a8.2061,8.2061,0,0,1,6.7427-6.6426,7.9714,7.9714,0,0,1,3.0138.13,8.1442,8.1442,0,0,1,6.0526,6.4464Z"
|
|
295
463
|
})), children);
|
|
296
464
|
});
|
|
297
465
|
if (process.env.NODE_ENV !== "production") {
|
|
298
466
|
ManagedSolutions.propTypes = iconPropTypes;
|
|
299
467
|
}
|
|
300
|
-
const Map = /*#__PURE__*/React.forwardRef(function Map(
|
|
468
|
+
const Map = /*#__PURE__*/React.forwardRef(function Map(_ref20, ref) {
|
|
301
469
|
let {
|
|
302
470
|
children,
|
|
303
471
|
size = 16,
|
|
304
472
|
...rest
|
|
305
|
-
} =
|
|
473
|
+
} = _ref20;
|
|
306
474
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
307
475
|
width: size,
|
|
308
476
|
height: size,
|
|
@@ -311,25 +479,25 @@ const Map = /*#__PURE__*/React.forwardRef(function Map(_ref13, ref) {
|
|
|
311
479
|
viewBox: "0 0 32 32",
|
|
312
480
|
fill: "currentColor",
|
|
313
481
|
...rest
|
|
314
|
-
},
|
|
482
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
315
483
|
d: "M16,24l-6.09-8.6A8.14,8.14,0,0,1,16,2a8.08,8.08,0,0,1,8,8.13,8.2,8.2,0,0,1-1.8,5.13ZM16,4a6.07,6.07,0,0,0-6,6.13,6.19,6.19,0,0,0,1.49,4L16,20.52,20.63,14A6.24,6.24,0,0,0,22,10.13,6.07,6.07,0,0,0,16,4Z"
|
|
316
484
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
317
485
|
cx: "16",
|
|
318
486
|
cy: "9",
|
|
319
487
|
r: "2"
|
|
320
|
-
})),
|
|
488
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
321
489
|
d: "M28,12H26v2h2V28H4V14H6V12H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V14A2,2,0,0,0,28,12Z"
|
|
322
490
|
})), children);
|
|
323
491
|
});
|
|
324
492
|
if (process.env.NODE_ENV !== "production") {
|
|
325
493
|
Map.propTypes = iconPropTypes;
|
|
326
494
|
}
|
|
327
|
-
const MapCenter = /*#__PURE__*/React.forwardRef(function MapCenter(
|
|
495
|
+
const MapCenter = /*#__PURE__*/React.forwardRef(function MapCenter(_ref21, ref) {
|
|
328
496
|
let {
|
|
329
497
|
children,
|
|
330
498
|
size = 16,
|
|
331
499
|
...rest
|
|
332
|
-
} =
|
|
500
|
+
} = _ref21;
|
|
333
501
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
334
502
|
width: size,
|
|
335
503
|
height: size,
|
|
@@ -338,19 +506,19 @@ const MapCenter = /*#__PURE__*/React.forwardRef(function MapCenter(_ref14, ref)
|
|
|
338
506
|
viewBox: "0 0 32 32",
|
|
339
507
|
fill: "currentColor",
|
|
340
508
|
...rest
|
|
341
|
-
},
|
|
509
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
342
510
|
d: "M23 26H25V30H23zM23 18H25V22H23zM26 23H30V25H26zM18 23H22V25H18zM25.3418 10.06l-22-8A1 1 0 002.06 3.3415l8 22A1.0011 1.0011 0 0010.9839 26H11a1 1 0 00.9287-.6289L15.77 15.7692l9.6015-3.8408a1 1 0 00-.0293-1.8687zM14.6284 14.0709v0l-.3979.1591-.1591.3979 0 0-3.0268 7.5678L4.6719 4.6715l17.5244 6.3726z"
|
|
343
511
|
})), children);
|
|
344
512
|
});
|
|
345
513
|
if (process.env.NODE_ENV !== "production") {
|
|
346
514
|
MapCenter.propTypes = iconPropTypes;
|
|
347
515
|
}
|
|
348
|
-
const MapIdentify = /*#__PURE__*/React.forwardRef(function MapIdentify(
|
|
516
|
+
const MapIdentify = /*#__PURE__*/React.forwardRef(function MapIdentify(_ref22, ref) {
|
|
349
517
|
let {
|
|
350
518
|
children,
|
|
351
519
|
size = 16,
|
|
352
520
|
...rest
|
|
353
|
-
} =
|
|
521
|
+
} = _ref22;
|
|
354
522
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
355
523
|
width: size,
|
|
356
524
|
height: size,
|
|
@@ -359,19 +527,19 @@ const MapIdentify = /*#__PURE__*/React.forwardRef(function MapIdentify(_ref15, r
|
|
|
359
527
|
viewBox: "0 0 32 32",
|
|
360
528
|
fill: "currentColor",
|
|
361
529
|
...rest
|
|
362
|
-
},
|
|
530
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
363
531
|
d: "M15 8H17V14H15zM15 18H17V24H15zM18 15H24V17H18zM8 15H14V17H8zM4 10H2V4A2.0021 2.0021 0 014 2h6V4H4zM10 30H4a2.0021 2.0021 0 01-2-2V22H4v6h6zM28 30H22V28h6V22h2v6A2.0021 2.0021 0 0128 30zM30 10H28V4H22V2h6a2.0021 2.0021 0 012 2z"
|
|
364
532
|
})), children);
|
|
365
533
|
});
|
|
366
534
|
if (process.env.NODE_ENV !== "production") {
|
|
367
535
|
MapIdentify.propTypes = iconPropTypes;
|
|
368
536
|
}
|
|
369
|
-
const MapBoundary = /*#__PURE__*/React.forwardRef(function MapBoundary(
|
|
537
|
+
const MapBoundary = /*#__PURE__*/React.forwardRef(function MapBoundary(_ref23, ref) {
|
|
370
538
|
let {
|
|
371
539
|
children,
|
|
372
540
|
size = 16,
|
|
373
541
|
...rest
|
|
374
|
-
} =
|
|
542
|
+
} = _ref23;
|
|
375
543
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
376
544
|
width: size,
|
|
377
545
|
height: size,
|
|
@@ -380,21 +548,21 @@ const MapBoundary = /*#__PURE__*/React.forwardRef(function MapBoundary(_ref16, r
|
|
|
380
548
|
viewBox: "0 0 32 32",
|
|
381
549
|
fill: "currentColor",
|
|
382
550
|
...rest
|
|
383
|
-
},
|
|
551
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
384
552
|
d: "M12 10H14V14H12zM18 18H22V20H18zM14 18L14 16 12 16 12 20 16 20 16 18 14 18zM16 4H28V16H16z"
|
|
385
|
-
})),
|
|
553
|
+
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
386
554
|
d: "M17.885 29.997L11.819 26.142 4 27.989 4 4 14 4 14 8 12 8 12 6 6 6 6 25.461 12.181 24.001 18.115 27.773 22.818 26 26 26 26 20 24 20 24 18 28 18 28 28 23.182 28 17.885 29.997z"
|
|
387
555
|
})), children);
|
|
388
556
|
});
|
|
389
557
|
if (process.env.NODE_ENV !== "production") {
|
|
390
558
|
MapBoundary.propTypes = iconPropTypes;
|
|
391
559
|
}
|
|
392
|
-
const MapBoundaryVegetation = /*#__PURE__*/React.forwardRef(function MapBoundaryVegetation(
|
|
560
|
+
const MapBoundaryVegetation = /*#__PURE__*/React.forwardRef(function MapBoundaryVegetation(_ref24, ref) {
|
|
393
561
|
let {
|
|
394
562
|
children,
|
|
395
563
|
size = 16,
|
|
396
564
|
...rest
|
|
397
|
-
} =
|
|
565
|
+
} = _ref24;
|
|
398
566
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
399
567
|
width: size,
|
|
400
568
|
height: size,
|
|
@@ -403,21 +571,21 @@ const MapBoundaryVegetation = /*#__PURE__*/React.forwardRef(function MapBoundary
|
|
|
403
571
|
viewBox: "0 0 32 32",
|
|
404
572
|
fill: "currentColor",
|
|
405
573
|
...rest
|
|
406
|
-
},
|
|
574
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
407
575
|
d: "M28 16H18V14h5V10a2 2 0 012-2h1.5a1.5 1.5 0 00.2837-2.9734l-.7109-.1355L25.9982 4.32a2.6322 2.6322 0 00-1.68-2.1823 2.5051 2.5051 0 00-3.0836 1.3042l-.3032.6472-.71-.0771a2.0185 2.0185 0 00-2.17 2.4343A2.0976 2.0976 0 0020.1261 8H21v2h-.7817A4.1491 4.1491 0 0116.012 6.3136a4.0047 4.0047 0 013.7414-4.306A4.5006 4.5006 0 0127.8267 3.26a3.5051 3.5051 0 012.1422 3.7094A3.6283 3.6283 0 0126.3172 10H25v4h3zM18 18H22V20H18zM14 18L14 16 12 16 12 20 16 20 16 18 14 18zM12 10H14V14H12z"
|
|
408
|
-
})),
|
|
576
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
409
577
|
d: "M17.885 30L11.819 26.142 4 27.989 4 4 14 4 14 8 12 8 12 6 6 6 6 25.461 12.181 24.001 18.115 27.776 22.818 26 26 26 26 20 24 20 24 18 28 18 28 28 23.182 28 17.885 30z"
|
|
410
578
|
})), children);
|
|
411
579
|
});
|
|
412
580
|
if (process.env.NODE_ENV !== "production") {
|
|
413
581
|
MapBoundaryVegetation.propTypes = iconPropTypes;
|
|
414
582
|
}
|
|
415
|
-
const MarineWarning = /*#__PURE__*/React.forwardRef(function MarineWarning(
|
|
583
|
+
const MarineWarning = /*#__PURE__*/React.forwardRef(function MarineWarning(_ref25, ref) {
|
|
416
584
|
let {
|
|
417
585
|
children,
|
|
418
586
|
size = 16,
|
|
419
587
|
...rest
|
|
420
|
-
} =
|
|
588
|
+
} = _ref25;
|
|
421
589
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
422
590
|
width: size,
|
|
423
591
|
height: size,
|
|
@@ -426,26 +594,26 @@ const MarineWarning = /*#__PURE__*/React.forwardRef(function MarineWarning(_ref1
|
|
|
426
594
|
viewBox: "0 0 32 32",
|
|
427
595
|
fill: "currentColor",
|
|
428
596
|
...rest
|
|
429
|
-
},
|
|
597
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
430
598
|
d: "M12,20H7a1,1,0,0,0-.97,1.2422L6.9692,25H9.0308l-.75-3H23.7192l-.75,3h2.0616l.9394-3.7578A1,1,0,0,0,25,20H14V3a1,1,0,0,0-1.7993-.6011L2.2075,15.3906A1,1,0,0,0,3,17h9ZM5.0308,15,12,5.94V15Z"
|
|
431
|
-
})),
|
|
599
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
432
600
|
d: "M26.9058,25.751A2.998,2.998,0,0,1,24,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,20,25a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,16,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,12,25a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,8,28a2.998,2.998,0,0,1-2.9058-2.249l-1.9365.498A4.9965,4.9965,0,0,0,8,30a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,24,30a4.9965,4.9965,0,0,0,4.8423-3.751Z"
|
|
433
|
-
})),
|
|
601
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
434
602
|
fill: "none",
|
|
435
603
|
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
436
|
-
})),
|
|
604
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
437
605
|
d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z"
|
|
438
606
|
})), children);
|
|
439
607
|
});
|
|
440
608
|
if (process.env.NODE_ENV !== "production") {
|
|
441
609
|
MarineWarning.propTypes = iconPropTypes;
|
|
442
610
|
}
|
|
443
|
-
const MathCurve = /*#__PURE__*/React.forwardRef(function MathCurve(
|
|
611
|
+
const MathCurve = /*#__PURE__*/React.forwardRef(function MathCurve(_ref26, ref) {
|
|
444
612
|
let {
|
|
445
613
|
children,
|
|
446
614
|
size = 16,
|
|
447
615
|
...rest
|
|
448
|
-
} =
|
|
616
|
+
} = _ref26;
|
|
449
617
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
450
618
|
width: size,
|
|
451
619
|
height: size,
|
|
@@ -454,19 +622,19 @@ const MathCurve = /*#__PURE__*/React.forwardRef(function MathCurve(_ref19, ref)
|
|
|
454
622
|
viewBox: "0 0 32 32",
|
|
455
623
|
fill: "currentColor",
|
|
456
624
|
...rest
|
|
457
|
-
},
|
|
625
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
458
626
|
d: "M10.3555,23.0581C12.77,24.5918,15.6208,26,17.9514,26a3.8729,3.8729,0,0,0,2.856-1.084c2.2859-2.29.14-6.3979-1.938-10.3721L24.67,8.7427c1.07.686,2.1038,1.4253,3.0117,2.124L29,9.3486c-.7783-.6064-1.772-1.3383-2.8721-2.0634L30,3.4131,28.5859,2,24.3794,6.2061c-3.3164-1.91-7.1079-3.2461-9.2288-1.1216-2.0388,2.0425-.5512,5.5317,1.2683,9.082l-6.3071,6.3066c-1.0322-.7133-1.9985-1.4448-2.8-2.101L6,19.8848c.6145.5058,1.5513,1.2451,2.6653,2.0351L4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4133ZM16.5647,6.501c1.1357-1.1377,3.6931-.2862,6.3372,1.1831l-4.9947,4.9941C16.5942,10.0591,15.5562,7.5112,16.5647,6.501Zm.8215,9.5259c1.58,3.0317,3.1822,6.2959,2.0071,7.4726-1.3125,1.3145-4.5227-.0254-7.572-1.9077Z"
|
|
459
627
|
})), children);
|
|
460
628
|
});
|
|
461
629
|
if (process.env.NODE_ENV !== "production") {
|
|
462
630
|
MathCurve.propTypes = iconPropTypes;
|
|
463
631
|
}
|
|
464
|
-
const QMatrix = /*#__PURE__*/React.forwardRef(function QMatrix(
|
|
632
|
+
const QMatrix = /*#__PURE__*/React.forwardRef(function QMatrix(_ref27, ref) {
|
|
465
633
|
let {
|
|
466
634
|
children,
|
|
467
635
|
size = 16,
|
|
468
636
|
...rest
|
|
469
|
-
} =
|
|
637
|
+
} = _ref27;
|
|
470
638
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
471
639
|
width: size,
|
|
472
640
|
height: size,
|
|
@@ -475,19 +643,19 @@ const QMatrix = /*#__PURE__*/React.forwardRef(function QMatrix(_ref20, ref) {
|
|
|
475
643
|
viewBox: "0 0 32 32",
|
|
476
644
|
fill: "currentColor",
|
|
477
645
|
...rest
|
|
478
|
-
},
|
|
646
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
479
647
|
d: "M18 13L18 4 16 4 16 6 13 6 13 8 16 8 16 13 13 13 13 15 21 15 21 13 18 13zM16.5 20A3.5 3.5 0 1113 23.5 3.5 3.5 0 0116.5 20m0-2A5.5 5.5 0 1022 23.5 5.5 5.5 0 0016.5 18zM8 30L2 30 2 2 8 2 8 4 4 4 4 28 8 28 8 30zM30 30L24 30 24 28 28 28 28 4 24 4 24 2 30 2 30 30z"
|
|
480
648
|
})), children);
|
|
481
649
|
});
|
|
482
650
|
if (process.env.NODE_ENV !== "production") {
|
|
483
651
|
QMatrix.propTypes = iconPropTypes;
|
|
484
652
|
}
|
|
485
|
-
const Maximize = /*#__PURE__*/React.forwardRef(function Maximize(
|
|
653
|
+
const Maximize = /*#__PURE__*/React.forwardRef(function Maximize(_ref28, ref) {
|
|
486
654
|
let {
|
|
487
655
|
children,
|
|
488
656
|
size = 16,
|
|
489
657
|
...rest
|
|
490
|
-
} =
|
|
658
|
+
} = _ref28;
|
|
491
659
|
if (size === 16 || size === "16" || size === "16px") {
|
|
492
660
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
493
661
|
width: size,
|
|
@@ -497,7 +665,7 @@ const Maximize = /*#__PURE__*/React.forwardRef(function Maximize(_ref21, ref) {
|
|
|
497
665
|
viewBox: "0 0 16 16",
|
|
498
666
|
fill: "currentColor",
|
|
499
667
|
...rest
|
|
500
|
-
},
|
|
668
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
501
669
|
d: "M6 15L6 14 2.7 14 7 9.7 6.3 9 2 13.3 2 10 1 10 1 15zM10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
|
502
670
|
})), children);
|
|
503
671
|
}
|
|
@@ -509,19 +677,19 @@ const Maximize = /*#__PURE__*/React.forwardRef(function Maximize(_ref21, ref) {
|
|
|
509
677
|
viewBox: "0 0 32 32",
|
|
510
678
|
fill: "currentColor",
|
|
511
679
|
...rest
|
|
512
|
-
},
|
|
680
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
513
681
|
d: "M20 2L20 4 26.586 4 18 12.582 19.414 14 28 5.414 28 12 30 12 30 2 20 2zM14 19.416L12.592 18 4 26.586 4 20 2 20 2 30 12 30 12 28 5.414 28 14 19.416z"
|
|
514
682
|
})), children);
|
|
515
683
|
});
|
|
516
684
|
if (process.env.NODE_ENV !== "production") {
|
|
517
685
|
Maximize.propTypes = iconPropTypes;
|
|
518
686
|
}
|
|
519
|
-
const MediaLibrary = /*#__PURE__*/React.forwardRef(function MediaLibrary(
|
|
687
|
+
const MediaLibrary = /*#__PURE__*/React.forwardRef(function MediaLibrary(_ref29, ref) {
|
|
520
688
|
let {
|
|
521
689
|
children,
|
|
522
690
|
size = 16,
|
|
523
691
|
...rest
|
|
524
|
-
} =
|
|
692
|
+
} = _ref29;
|
|
525
693
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
526
694
|
width: size,
|
|
527
695
|
height: size,
|
|
@@ -530,21 +698,21 @@ const MediaLibrary = /*#__PURE__*/React.forwardRef(function MediaLibrary(_ref22,
|
|
|
530
698
|
viewBox: "0 0 32 32",
|
|
531
699
|
fill: "currentColor",
|
|
532
700
|
...rest
|
|
533
|
-
},
|
|
701
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
534
702
|
d: "M13 15L13 23 13 23 20 19 13 15z"
|
|
535
|
-
})),
|
|
703
|
+
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
536
704
|
d: "M26 28H6a2.0021 2.0021 0 01-2-2V12a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2V26A2.0021 2.0021 0 0126 28zM6 12V26H26V12zM6 6H26V8H6zM8 2H24V4H8z"
|
|
537
705
|
})), children);
|
|
538
706
|
});
|
|
539
707
|
if (process.env.NODE_ENV !== "production") {
|
|
540
708
|
MediaLibrary.propTypes = iconPropTypes;
|
|
541
709
|
}
|
|
542
|
-
const MediaLibraryFilled = /*#__PURE__*/React.forwardRef(function MediaLibraryFilled(
|
|
710
|
+
const MediaLibraryFilled = /*#__PURE__*/React.forwardRef(function MediaLibraryFilled(_ref30, ref) {
|
|
543
711
|
let {
|
|
544
712
|
children,
|
|
545
713
|
size = 16,
|
|
546
714
|
...rest
|
|
547
|
-
} =
|
|
715
|
+
} = _ref30;
|
|
548
716
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
549
717
|
width: size,
|
|
550
718
|
height: size,
|
|
@@ -553,23 +721,23 @@ const MediaLibraryFilled = /*#__PURE__*/React.forwardRef(function MediaLibraryFi
|
|
|
553
721
|
viewBox: "0 0 32 32",
|
|
554
722
|
fill: "currentColor",
|
|
555
723
|
...rest
|
|
556
|
-
},
|
|
724
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
557
725
|
fill: "none",
|
|
558
726
|
d: "M13 15L13 23 13 23 20 19 13 15z",
|
|
559
727
|
"data-icon-path": "inner-path"
|
|
560
|
-
})),
|
|
728
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
561
729
|
d: "M26 10H6a2.0023 2.0023 0 00-2 2V26a2.0023 2.0023 0 002 2H26a2.0023 2.0023 0 002-2V12A2.0023 2.0023 0 0026 10zM13 23h0V15l7 4zM6 6H26V8H6zM8 2H24V4H8z"
|
|
562
730
|
})), children);
|
|
563
731
|
});
|
|
564
732
|
if (process.env.NODE_ENV !== "production") {
|
|
565
733
|
MediaLibraryFilled.propTypes = iconPropTypes;
|
|
566
734
|
}
|
|
567
|
-
const MediaCast = /*#__PURE__*/React.forwardRef(function MediaCast(
|
|
735
|
+
const MediaCast = /*#__PURE__*/React.forwardRef(function MediaCast(_ref31, ref) {
|
|
568
736
|
let {
|
|
569
737
|
children,
|
|
570
738
|
size = 16,
|
|
571
739
|
...rest
|
|
572
|
-
} =
|
|
740
|
+
} = _ref31;
|
|
573
741
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
574
742
|
width: size,
|
|
575
743
|
height: size,
|
|
@@ -578,23 +746,23 @@ const MediaCast = /*#__PURE__*/React.forwardRef(function MediaCast(_ref24, ref)
|
|
|
578
746
|
viewBox: "0 0 32 32",
|
|
579
747
|
fill: "currentColor",
|
|
580
748
|
...rest
|
|
581
|
-
},
|
|
749
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
582
750
|
d: "M2 26H5a3 3 0 00-3-3zM9 26H7a5.0057 5.0057 0 00-5-5V19A7.0078 7.0078 0 019 26z"
|
|
583
|
-
})),
|
|
751
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
584
752
|
d: "M13,26H11a9.01,9.01,0,0,0-9-9V15A11.0125,11.0125,0,0,1,13,26Z"
|
|
585
|
-
})),
|
|
753
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
586
754
|
d: "M28,26H15V24H28V8H4v5H2V8A2.0021,2.0021,0,0,1,4,6H28a2.0021,2.0021,0,0,1,2,2V24A2.0021,2.0021,0,0,1,28,26Z"
|
|
587
755
|
})), children);
|
|
588
756
|
});
|
|
589
757
|
if (process.env.NODE_ENV !== "production") {
|
|
590
758
|
MediaCast.propTypes = iconPropTypes;
|
|
591
759
|
}
|
|
592
|
-
const Medication = /*#__PURE__*/React.forwardRef(function Medication(
|
|
760
|
+
const Medication = /*#__PURE__*/React.forwardRef(function Medication(_ref32, ref) {
|
|
593
761
|
let {
|
|
594
762
|
children,
|
|
595
763
|
size = 16,
|
|
596
764
|
...rest
|
|
597
|
-
} =
|
|
765
|
+
} = _ref32;
|
|
598
766
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
599
767
|
width: size,
|
|
600
768
|
height: size,
|
|
@@ -603,19 +771,19 @@ const Medication = /*#__PURE__*/React.forwardRef(function Medication(_ref25, ref
|
|
|
603
771
|
viewBox: "0 0 32 32",
|
|
604
772
|
fill: "currentColor",
|
|
605
773
|
...rest
|
|
606
|
-
},
|
|
774
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
607
775
|
d: "M24,2H8A2,2,0,0,0,6,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,24,2ZM10,14h3V24H10ZM22,28H10V26h5V12H10V10H22ZM8,8V4H24V8Z"
|
|
608
776
|
})), children);
|
|
609
777
|
});
|
|
610
778
|
if (process.env.NODE_ENV !== "production") {
|
|
611
779
|
Medication.propTypes = iconPropTypes;
|
|
612
780
|
}
|
|
613
|
-
const MedicationAlert = /*#__PURE__*/React.forwardRef(function MedicationAlert(
|
|
781
|
+
const MedicationAlert = /*#__PURE__*/React.forwardRef(function MedicationAlert(_ref33, ref) {
|
|
614
782
|
let {
|
|
615
783
|
children,
|
|
616
784
|
size = 16,
|
|
617
785
|
...rest
|
|
618
|
-
} =
|
|
786
|
+
} = _ref33;
|
|
619
787
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
620
788
|
width: size,
|
|
621
789
|
height: size,
|
|
@@ -624,27 +792,27 @@ const MedicationAlert = /*#__PURE__*/React.forwardRef(function MedicationAlert(_
|
|
|
624
792
|
viewBox: "0 0 32 32",
|
|
625
793
|
fill: "currentColor",
|
|
626
794
|
...rest
|
|
627
|
-
},
|
|
795
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
628
796
|
d: "M22 19H24V24H22z"
|
|
629
|
-
})),
|
|
797
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
630
798
|
d: "M23,31a8,8,0,1,1,8-8A8,8,0,0,1,23,31Zm0-14a6,6,0,1,0,6,6A6,6,0,0,0,23,17Z"
|
|
631
799
|
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
632
800
|
cx: "23",
|
|
633
801
|
cy: "26",
|
|
634
802
|
r: "1"
|
|
635
|
-
})),
|
|
803
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
636
804
|
d: "M20,2H4A2,2,0,0,0,2,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2h8V28H6V26h5V12H6V10H18v3h2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2ZM9,14V24H6V14ZM4,8V4H20V8Z"
|
|
637
805
|
})), children);
|
|
638
806
|
});
|
|
639
807
|
if (process.env.NODE_ENV !== "production") {
|
|
640
808
|
MedicationAlert.propTypes = iconPropTypes;
|
|
641
809
|
}
|
|
642
|
-
const MedicationReminder = /*#__PURE__*/React.forwardRef(function MedicationReminder(
|
|
810
|
+
const MedicationReminder = /*#__PURE__*/React.forwardRef(function MedicationReminder(_ref34, ref) {
|
|
643
811
|
let {
|
|
644
812
|
children,
|
|
645
813
|
size = 16,
|
|
646
814
|
...rest
|
|
647
|
-
} =
|
|
815
|
+
} = _ref34;
|
|
648
816
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
649
817
|
width: size,
|
|
650
818
|
height: size,
|
|
@@ -653,7 +821,7 @@ const MedicationReminder = /*#__PURE__*/React.forwardRef(function MedicationRemi
|
|
|
653
821
|
viewBox: "0 0 32 32",
|
|
654
822
|
fill: "currentColor",
|
|
655
823
|
...rest
|
|
656
|
-
},
|
|
824
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
657
825
|
d: "M20,2H4A2,2,0,0,0,2,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2H18a2,2,0,0,0,2-2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2ZM6,14H9V24H6ZM18,28H6V26h5V12H6V10H18ZM4,8V4H20V8Z"
|
|
658
826
|
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
659
827
|
cx: "26",
|
|
@@ -664,12 +832,12 @@ const MedicationReminder = /*#__PURE__*/React.forwardRef(function MedicationRemi
|
|
|
664
832
|
if (process.env.NODE_ENV !== "production") {
|
|
665
833
|
MedicationReminder.propTypes = iconPropTypes;
|
|
666
834
|
}
|
|
667
|
-
const Menu = /*#__PURE__*/React.forwardRef(function Menu(
|
|
835
|
+
const Menu = /*#__PURE__*/React.forwardRef(function Menu(_ref35, ref) {
|
|
668
836
|
let {
|
|
669
837
|
children,
|
|
670
838
|
size = 16,
|
|
671
839
|
...rest
|
|
672
|
-
} =
|
|
840
|
+
} = _ref35;
|
|
673
841
|
if (size === 16 || size === "16" || size === "16px") {
|
|
674
842
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
675
843
|
width: size,
|
|
@@ -679,7 +847,7 @@ const Menu = /*#__PURE__*/React.forwardRef(function Menu(_ref28, ref) {
|
|
|
679
847
|
viewBox: "0 0 16 16",
|
|
680
848
|
fill: "currentColor",
|
|
681
849
|
...rest
|
|
682
|
-
},
|
|
850
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
683
851
|
d: "M2 12H14V13H2zM2 9H14V10H2zM2 6H14V7H2zM2 3H14V4H2z"
|
|
684
852
|
})), children);
|
|
685
853
|
}
|
|
@@ -692,7 +860,7 @@ const Menu = /*#__PURE__*/React.forwardRef(function Menu(_ref28, ref) {
|
|
|
692
860
|
viewBox: "0 0 20 20",
|
|
693
861
|
fill: "currentColor",
|
|
694
862
|
...rest
|
|
695
|
-
},
|
|
863
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
696
864
|
d: "M2 14.8H18V16H2zM2 11.2H18V12.399999999999999H2zM2 7.6H18V8.799999999999999H2zM2 4H18V5.2H2z"
|
|
697
865
|
})), children);
|
|
698
866
|
}
|
|
@@ -705,7 +873,7 @@ const Menu = /*#__PURE__*/React.forwardRef(function Menu(_ref28, ref) {
|
|
|
705
873
|
viewBox: "0 0 24 24",
|
|
706
874
|
fill: "currentColor",
|
|
707
875
|
...rest
|
|
708
|
-
},
|
|
876
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
709
877
|
d: "M3 18H21V19.5H3zM3 13.5H21V15H3zM3 9H21V10.5H3zM3 4.5H21V6H3z"
|
|
710
878
|
})), children);
|
|
711
879
|
}
|
|
@@ -717,19 +885,19 @@ const Menu = /*#__PURE__*/React.forwardRef(function Menu(_ref28, ref) {
|
|
|
717
885
|
viewBox: "0 0 32 32",
|
|
718
886
|
fill: "currentColor",
|
|
719
887
|
...rest
|
|
720
|
-
},
|
|
888
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
721
889
|
d: "M4 6H28V8H4zM4 24H28V26H4zM4 12H28V14H4zM4 18H28V20H4z"
|
|
722
890
|
})), children);
|
|
723
891
|
});
|
|
724
892
|
if (process.env.NODE_ENV !== "production") {
|
|
725
893
|
Menu.propTypes = iconPropTypes;
|
|
726
894
|
}
|
|
727
|
-
const MessageQueue = /*#__PURE__*/React.forwardRef(function MessageQueue(
|
|
895
|
+
const MessageQueue = /*#__PURE__*/React.forwardRef(function MessageQueue(_ref36, ref) {
|
|
728
896
|
let {
|
|
729
897
|
children,
|
|
730
898
|
size = 16,
|
|
731
899
|
...rest
|
|
732
|
-
} =
|
|
900
|
+
} = _ref36;
|
|
733
901
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
734
902
|
width: size,
|
|
735
903
|
height: size,
|
|
@@ -738,21 +906,21 @@ const MessageQueue = /*#__PURE__*/React.forwardRef(function MessageQueue(_ref29,
|
|
|
738
906
|
viewBox: "0 0 32 32",
|
|
739
907
|
fill: "currentColor",
|
|
740
908
|
...rest
|
|
741
|
-
},
|
|
909
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
742
910
|
d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V21H4v5H28V21h2v5A2.0021,2.0021,0,0,1,28,28Z"
|
|
743
|
-
})),
|
|
911
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
744
912
|
d: "M7 21H25V23H7zM7 16H25V18H7zM7 11H25V13H7zM7 6H25V8H7z"
|
|
745
913
|
})), children);
|
|
746
914
|
});
|
|
747
915
|
if (process.env.NODE_ENV !== "production") {
|
|
748
916
|
MessageQueue.propTypes = iconPropTypes;
|
|
749
917
|
}
|
|
750
|
-
const Meter = /*#__PURE__*/React.forwardRef(function Meter(
|
|
918
|
+
const Meter = /*#__PURE__*/React.forwardRef(function Meter(_ref37, ref) {
|
|
751
919
|
let {
|
|
752
920
|
children,
|
|
753
921
|
size = 16,
|
|
754
922
|
...rest
|
|
755
|
-
} =
|
|
923
|
+
} = _ref37;
|
|
756
924
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
757
925
|
width: size,
|
|
758
926
|
height: size,
|
|
@@ -761,21 +929,21 @@ const Meter = /*#__PURE__*/React.forwardRef(function Meter(_ref30, ref) {
|
|
|
761
929
|
viewBox: "0 0 32 32",
|
|
762
930
|
fill: "currentColor",
|
|
763
931
|
...rest
|
|
764
|
-
},
|
|
932
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
765
933
|
d: "M26 16a9.9283 9.9283 0 00-1.1392-4.6182l-1.4961 1.4961A7.9483 7.9483 0 0124 16zM23.4141 10L22 8.5859l-4.7147 4.7147A2.9659 2.9659 0 0016 13a3 3 0 103 3 2.9659 2.9659 0 00-.3006-1.2853zM16 17a1 1 0 111-1A1.0013 1.0013 0 0116 17zM16 8a7.9515 7.9515 0 013.1223.6353l1.4961-1.4961A9.9864 9.9864 0 006 16H8A8.0092 8.0092 0 0116 8z"
|
|
766
|
-
})),
|
|
934
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
767
935
|
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
768
936
|
})), children);
|
|
769
937
|
});
|
|
770
938
|
if (process.env.NODE_ENV !== "production") {
|
|
771
939
|
Meter.propTypes = iconPropTypes;
|
|
772
940
|
}
|
|
773
|
-
const MeterAlt = /*#__PURE__*/React.forwardRef(function MeterAlt(
|
|
941
|
+
const MeterAlt = /*#__PURE__*/React.forwardRef(function MeterAlt(_ref38, ref) {
|
|
774
942
|
let {
|
|
775
943
|
children,
|
|
776
944
|
size = 16,
|
|
777
945
|
...rest
|
|
778
|
-
} =
|
|
946
|
+
} = _ref38;
|
|
779
947
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
780
948
|
width: size,
|
|
781
949
|
height: size,
|
|
@@ -784,19 +952,19 @@ const MeterAlt = /*#__PURE__*/React.forwardRef(function MeterAlt(_ref31, ref) {
|
|
|
784
952
|
viewBox: "0 0 32 32",
|
|
785
953
|
fill: "currentColor",
|
|
786
954
|
...rest
|
|
787
|
-
},
|
|
955
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
788
956
|
d: "M30 20a13.8535 13.8535 0 00-2.2291-7.5288l-1.4452 1.4453A11.8917 11.8917 0 0128 20zM28 9.414L26.5859 8 18.019 16.5669A3.9521 3.9521 0 0016 16a4 4 0 104 4 3.9533 3.9533 0 00-.5669-2.0191zM16 22a2 2 0 112-2A2.0023 2.0023 0 0116 22zM16 8a11.9086 11.9086 0 016.0833 1.6743l1.4536-1.4536A13.9773 13.9773 0 002 20H4A12.0137 12.0137 0 0116 8z"
|
|
789
957
|
})), children);
|
|
790
958
|
});
|
|
791
959
|
if (process.env.NODE_ENV !== "production") {
|
|
792
960
|
MeterAlt.propTypes = iconPropTypes;
|
|
793
961
|
}
|
|
794
|
-
const Microphone = /*#__PURE__*/React.forwardRef(function Microphone(
|
|
962
|
+
const Microphone = /*#__PURE__*/React.forwardRef(function Microphone(_ref39, ref) {
|
|
795
963
|
let {
|
|
796
964
|
children,
|
|
797
965
|
size = 16,
|
|
798
966
|
...rest
|
|
799
|
-
} =
|
|
967
|
+
} = _ref39;
|
|
800
968
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
801
969
|
width: size,
|
|
802
970
|
height: size,
|
|
@@ -805,21 +973,21 @@ const Microphone = /*#__PURE__*/React.forwardRef(function Microphone(_ref32, ref
|
|
|
805
973
|
viewBox: "0 0 32 32",
|
|
806
974
|
fill: "currentColor",
|
|
807
975
|
...rest
|
|
808
|
-
},
|
|
976
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
809
977
|
d: "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z"
|
|
810
|
-
})),
|
|
978
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
811
979
|
d: "M16,22a5,5,0,0,0,5-5V7A5,5,0,0,0,11,7V17A5,5,0,0,0,16,22ZM13,7a3,3,0,0,1,6,0V17a3,3,0,0,1-6,0Z"
|
|
812
980
|
})), children);
|
|
813
981
|
});
|
|
814
982
|
if (process.env.NODE_ENV !== "production") {
|
|
815
983
|
Microphone.propTypes = iconPropTypes;
|
|
816
984
|
}
|
|
817
|
-
const MicrophoneFilled = /*#__PURE__*/React.forwardRef(function MicrophoneFilled(
|
|
985
|
+
const MicrophoneFilled = /*#__PURE__*/React.forwardRef(function MicrophoneFilled(_ref40, ref) {
|
|
818
986
|
let {
|
|
819
987
|
children,
|
|
820
988
|
size = 16,
|
|
821
989
|
...rest
|
|
822
|
-
} =
|
|
990
|
+
} = _ref40;
|
|
823
991
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
824
992
|
width: size,
|
|
825
993
|
height: size,
|
|
@@ -828,21 +996,21 @@ const MicrophoneFilled = /*#__PURE__*/React.forwardRef(function MicrophoneFilled
|
|
|
828
996
|
viewBox: "0 0 32 32",
|
|
829
997
|
fill: "currentColor",
|
|
830
998
|
...rest
|
|
831
|
-
},
|
|
999
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
832
1000
|
d: "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z"
|
|
833
|
-
})),
|
|
1001
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
834
1002
|
d: "M16,22a5,5,0,0,0,5-5V7A5,5,0,0,0,11,7V17A5,5,0,0,0,16,22Z"
|
|
835
1003
|
})), children);
|
|
836
1004
|
});
|
|
837
1005
|
if (process.env.NODE_ENV !== "production") {
|
|
838
1006
|
MicrophoneFilled.propTypes = iconPropTypes;
|
|
839
1007
|
}
|
|
840
|
-
const MicrophoneOff = /*#__PURE__*/React.forwardRef(function MicrophoneOff(
|
|
1008
|
+
const MicrophoneOff = /*#__PURE__*/React.forwardRef(function MicrophoneOff(_ref41, ref) {
|
|
841
1009
|
let {
|
|
842
1010
|
children,
|
|
843
1011
|
size = 16,
|
|
844
1012
|
...rest
|
|
845
|
-
} =
|
|
1013
|
+
} = _ref41;
|
|
846
1014
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
847
1015
|
width: size,
|
|
848
1016
|
height: size,
|
|
@@ -851,19 +1019,19 @@ const MicrophoneOff = /*#__PURE__*/React.forwardRef(function MicrophoneOff(_ref3
|
|
|
851
1019
|
viewBox: "0 0 32 32",
|
|
852
1020
|
fill: "currentColor",
|
|
853
1021
|
...rest
|
|
854
|
-
},
|
|
1022
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
855
1023
|
d: "M9.18 18.57A7.41 7.41 0 019 17V14H7v3a8.84 8.84 0 00.58 3.18zM13 15V7a3 3 0 016 0V8.75l2-2A5 5 0 0011 7v8zM23 17a7 7 0 01-11.73 5.14l1.42-1.41A5 5 0 0021 17V12.42l9-9L28.59 2 2 28.59 3.41 30l6.44-6.44A8.91 8.91 0 0015 25.94V28H11v2H21V28H17V25.94A9 9 0 0025 17V14H23zm-4 0a3 3 0 01-4.9 2.31L19 14.42z"
|
|
856
1024
|
})), children);
|
|
857
1025
|
});
|
|
858
1026
|
if (process.env.NODE_ENV !== "production") {
|
|
859
1027
|
MicrophoneOff.propTypes = iconPropTypes;
|
|
860
1028
|
}
|
|
861
|
-
const MicrophoneOffFilled = /*#__PURE__*/React.forwardRef(function MicrophoneOffFilled(
|
|
1029
|
+
const MicrophoneOffFilled = /*#__PURE__*/React.forwardRef(function MicrophoneOffFilled(_ref42, ref) {
|
|
862
1030
|
let {
|
|
863
1031
|
children,
|
|
864
1032
|
size = 16,
|
|
865
1033
|
...rest
|
|
866
|
-
} =
|
|
1034
|
+
} = _ref42;
|
|
867
1035
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
868
1036
|
width: size,
|
|
869
1037
|
height: size,
|
|
@@ -872,19 +1040,19 @@ const MicrophoneOffFilled = /*#__PURE__*/React.forwardRef(function MicrophoneOff
|
|
|
872
1040
|
viewBox: "0 0 32 32",
|
|
873
1041
|
fill: "currentColor",
|
|
874
1042
|
...rest
|
|
875
|
-
},
|
|
1043
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
876
1044
|
d: "M23 17a7 7 0 01-11.73 5.14l1.42-1.41A5 5 0 0021 17V12.42l9-9L28.59 2 2 28.59 3.41 30l6.44-6.44A8.91 8.91 0 0015 25.94V28H11v2H21V28H17V25.94A9 9 0 0025 17V14H23zM9 17.32c0-.11 0-.21 0-.32V14H7v3a9 9 0 00.25 2.09zM20.76 5.58A5 5 0 0011 7v8.34z"
|
|
877
1045
|
})), children);
|
|
878
1046
|
});
|
|
879
1047
|
if (process.env.NODE_ENV !== "production") {
|
|
880
1048
|
MicrophoneOffFilled.propTypes = iconPropTypes;
|
|
881
1049
|
}
|
|
882
|
-
const Microscope = /*#__PURE__*/React.forwardRef(function Microscope(
|
|
1050
|
+
const Microscope = /*#__PURE__*/React.forwardRef(function Microscope(_ref43, ref) {
|
|
883
1051
|
let {
|
|
884
1052
|
children,
|
|
885
1053
|
size = 16,
|
|
886
1054
|
...rest
|
|
887
|
-
} =
|
|
1055
|
+
} = _ref43;
|
|
888
1056
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
889
1057
|
width: size,
|
|
890
1058
|
height: size,
|
|
@@ -893,19 +1061,19 @@ const Microscope = /*#__PURE__*/React.forwardRef(function Microscope(_ref36, ref
|
|
|
893
1061
|
viewBox: "0 0 32 32",
|
|
894
1062
|
fill: "currentColor",
|
|
895
1063
|
...rest
|
|
896
|
-
},
|
|
1064
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
897
1065
|
d: "M25.3943,24a7.8772,7.8772,0,0,0-1.6707-8.5684,3.918,3.918,0,0,0-1.0844-4.414l2.7759-2.7759a2.0025,2.0025,0,0,0,0-2.8286L22.5869,2.5849a2.0021,2.0021,0,0,0-2.8286,0L6.5859,15.7573a2.0027,2.0027,0,0,0,0,2.8286l2.8282,2.8282a2.0024,2.0024,0,0,0,2.8286,0l4.7749-4.7754a3.9329,3.9329,0,0,0,5.5139.4326A5.9442,5.9442,0,0,1,23.1775,24H16v4H4v2H28V24ZM10.8281,20,8,17.1714,9.8787,15.293l2.8283,2.8281ZM16,14a3.9811,3.9811,0,0,0,.0762.7524L14.1211,16.707l-2.8284-2.8281,9.88-9.88L24.001,6.8271l-3.2488,3.2491A3.9771,3.9771,0,0,0,16,14Zm4,2a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,20,16Zm6,12H18V26h8Z"
|
|
898
1066
|
})), children);
|
|
899
1067
|
});
|
|
900
1068
|
if (process.env.NODE_ENV !== "production") {
|
|
901
1069
|
Microscope.propTypes = iconPropTypes;
|
|
902
1070
|
}
|
|
903
|
-
const Microservices_1 = /*#__PURE__*/React.forwardRef(function Microservices_1(
|
|
1071
|
+
const Microservices_1 = /*#__PURE__*/React.forwardRef(function Microservices_1(_ref44, ref) {
|
|
904
1072
|
let {
|
|
905
1073
|
children,
|
|
906
1074
|
size = 16,
|
|
907
1075
|
...rest
|
|
908
|
-
} =
|
|
1076
|
+
} = _ref44;
|
|
909
1077
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
910
1078
|
width: size,
|
|
911
1079
|
height: size,
|
|
@@ -924,12 +1092,12 @@ const Microservices_1 = /*#__PURE__*/React.forwardRef(function Microservices_1(_
|
|
|
924
1092
|
if (process.env.NODE_ENV !== "production") {
|
|
925
1093
|
Microservices_1.propTypes = iconPropTypes;
|
|
926
1094
|
}
|
|
927
|
-
const Microservices_2 = /*#__PURE__*/React.forwardRef(function Microservices_2(
|
|
1095
|
+
const Microservices_2 = /*#__PURE__*/React.forwardRef(function Microservices_2(_ref45, ref) {
|
|
928
1096
|
let {
|
|
929
1097
|
children,
|
|
930
1098
|
size = 16,
|
|
931
1099
|
...rest
|
|
932
|
-
} =
|
|
1100
|
+
} = _ref45;
|
|
933
1101
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
934
1102
|
width: size,
|
|
935
1103
|
height: size,
|
|
@@ -948,12 +1116,12 @@ const Microservices_2 = /*#__PURE__*/React.forwardRef(function Microservices_2(_
|
|
|
948
1116
|
if (process.env.NODE_ENV !== "production") {
|
|
949
1117
|
Microservices_2.propTypes = iconPropTypes;
|
|
950
1118
|
}
|
|
951
|
-
const Migrate = /*#__PURE__*/React.forwardRef(function Migrate(
|
|
1119
|
+
const Migrate = /*#__PURE__*/React.forwardRef(function Migrate(_ref46, ref) {
|
|
952
1120
|
let {
|
|
953
1121
|
children,
|
|
954
1122
|
size = 16,
|
|
955
1123
|
...rest
|
|
956
|
-
} =
|
|
1124
|
+
} = _ref46;
|
|
957
1125
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
958
1126
|
width: size,
|
|
959
1127
|
height: size,
|
|
@@ -962,19 +1130,19 @@ const Migrate = /*#__PURE__*/React.forwardRef(function Migrate(_ref39, ref) {
|
|
|
962
1130
|
viewBox: "0 0 32 32",
|
|
963
1131
|
fill: "currentColor",
|
|
964
1132
|
...rest
|
|
965
|
-
},
|
|
1133
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
966
1134
|
d: "M26 2H6A2 2 0 004 4V8a2 2 0 002 2h9v6.17l-2.59-2.58L11 15l5 5 5-5-1.41-1.41L17 16.17V10h9a2 2 0 002-2V4A2 2 0 0026 2zM6 4h4V8H6zM26 8H12V4H26zM26 22H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2V24A2 2 0 0026 22zM6 24H20v4H6zm20 4H22V24h4z"
|
|
967
1135
|
})), children);
|
|
968
1136
|
});
|
|
969
1137
|
if (process.env.NODE_ENV !== "production") {
|
|
970
1138
|
Migrate.propTypes = iconPropTypes;
|
|
971
1139
|
}
|
|
972
|
-
const MigrateAlt = /*#__PURE__*/React.forwardRef(function MigrateAlt(
|
|
1140
|
+
const MigrateAlt = /*#__PURE__*/React.forwardRef(function MigrateAlt(_ref47, ref) {
|
|
973
1141
|
let {
|
|
974
1142
|
children,
|
|
975
1143
|
size = 16,
|
|
976
1144
|
...rest
|
|
977
|
-
} =
|
|
1145
|
+
} = _ref47;
|
|
978
1146
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
979
1147
|
width: size,
|
|
980
1148
|
height: size,
|
|
@@ -983,19 +1151,19 @@ const MigrateAlt = /*#__PURE__*/React.forwardRef(function MigrateAlt(_ref40, ref
|
|
|
983
1151
|
viewBox: "0 0 32 32",
|
|
984
1152
|
fill: "currentColor",
|
|
985
1153
|
...rest
|
|
986
|
-
},
|
|
1154
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
987
1155
|
d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,22H12V20H10v6H4V17H20.1719l-3.586,3.5859L18,22l6-6-6-6-1.4141,1.4141L20.1719,15H4V6h6v6h2V6H28Z"
|
|
988
1156
|
})), children);
|
|
989
1157
|
});
|
|
990
1158
|
if (process.env.NODE_ENV !== "production") {
|
|
991
1159
|
MigrateAlt.propTypes = iconPropTypes;
|
|
992
1160
|
}
|
|
993
|
-
const Milestone = /*#__PURE__*/React.forwardRef(function Milestone(
|
|
1161
|
+
const Milestone = /*#__PURE__*/React.forwardRef(function Milestone(_ref48, ref) {
|
|
994
1162
|
let {
|
|
995
1163
|
children,
|
|
996
1164
|
size = 16,
|
|
997
1165
|
...rest
|
|
998
|
-
} =
|
|
1166
|
+
} = _ref48;
|
|
999
1167
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1000
1168
|
width: size,
|
|
1001
1169
|
height: size,
|
|
@@ -1004,19 +1172,19 @@ const Milestone = /*#__PURE__*/React.forwardRef(function Milestone(_ref41, ref)
|
|
|
1004
1172
|
viewBox: "0 0 32 32",
|
|
1005
1173
|
fill: "currentColor",
|
|
1006
1174
|
...rest
|
|
1007
|
-
},
|
|
1175
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1008
1176
|
d: "M24.5857,6.5859A1.9865,1.9865,0,0,0,23.1714,6H16V2H14V6H6A2.0025,2.0025,0,0,0,4,8v6a2.0025,2.0025,0,0,0,2,2h8V30h2V16h7.1714a1.9865,1.9865,0,0,0,1.4143-.5859L29,11ZM23.1714,14H6V8H23.1716l3,3Z"
|
|
1009
1177
|
})), children);
|
|
1010
1178
|
});
|
|
1011
1179
|
if (process.env.NODE_ENV !== "production") {
|
|
1012
1180
|
Milestone.propTypes = iconPropTypes;
|
|
1013
1181
|
}
|
|
1014
|
-
const MilitaryCamp = /*#__PURE__*/React.forwardRef(function MilitaryCamp(
|
|
1182
|
+
const MilitaryCamp = /*#__PURE__*/React.forwardRef(function MilitaryCamp(_ref49, ref) {
|
|
1015
1183
|
let {
|
|
1016
1184
|
children,
|
|
1017
1185
|
size = 16,
|
|
1018
1186
|
...rest
|
|
1019
|
-
} =
|
|
1187
|
+
} = _ref49;
|
|
1020
1188
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1021
1189
|
width: size,
|
|
1022
1190
|
height: size,
|
|
@@ -1025,19 +1193,19 @@ const MilitaryCamp = /*#__PURE__*/React.forwardRef(function MilitaryCamp(_ref42,
|
|
|
1025
1193
|
viewBox: "0 0 32 32",
|
|
1026
1194
|
fill: "currentColor",
|
|
1027
1195
|
...rest
|
|
1028
|
-
},
|
|
1196
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1029
1197
|
d: "M27,28v-10.48a2.0035,2.0035,0,0,0-.853-1.6387L17,9.48V8h6V2H15V9.48L5.8528,15.8823A2.0023,2.0023,0,0,0,5,17.5205V28H2v2H30V28ZM17,4h4V6H17ZM7,17.5205l9-6.3,9,6.3V28H17V20H15v8H7Z"
|
|
1030
1198
|
})), children);
|
|
1031
1199
|
});
|
|
1032
1200
|
if (process.env.NODE_ENV !== "production") {
|
|
1033
1201
|
MilitaryCamp.propTypes = iconPropTypes;
|
|
1034
1202
|
}
|
|
1035
|
-
const Minimize = /*#__PURE__*/React.forwardRef(function Minimize(
|
|
1203
|
+
const Minimize = /*#__PURE__*/React.forwardRef(function Minimize(_ref50, ref) {
|
|
1036
1204
|
let {
|
|
1037
1205
|
children,
|
|
1038
1206
|
size = 16,
|
|
1039
1207
|
...rest
|
|
1040
|
-
} =
|
|
1208
|
+
} = _ref50;
|
|
1041
1209
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1042
1210
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1043
1211
|
width: size,
|
|
@@ -1047,7 +1215,7 @@ const Minimize = /*#__PURE__*/React.forwardRef(function Minimize(_ref43, ref) {
|
|
|
1047
1215
|
viewBox: "0 0 16 16",
|
|
1048
1216
|
fill: "currentColor",
|
|
1049
1217
|
...rest
|
|
1050
|
-
},
|
|
1218
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1051
1219
|
d: "M2 9L2 10 5.3 10 1 14.3 1.7 15 6 10.7 6 14 7 14 7 9zM14 7L14 6 10.7 6 15 1.7 14.3 1 10 5.3 10 2 9 2 9 7z"
|
|
1052
1220
|
})), children);
|
|
1053
1221
|
}
|
|
@@ -1059,19 +1227,19 @@ const Minimize = /*#__PURE__*/React.forwardRef(function Minimize(_ref43, ref) {
|
|
|
1059
1227
|
viewBox: "0 0 32 32",
|
|
1060
1228
|
fill: "currentColor",
|
|
1061
1229
|
...rest
|
|
1062
|
-
},
|
|
1230
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1063
1231
|
d: "M4 18L4 20 10.586 20 2 28.582 3.414 30 12 21.414 12 28 14 28 14 18 4 18zM30 3.416L28.592 2 20 10.586 20 4 18 4 18 14 28 14 28 12 21.414 12 30 3.416z"
|
|
1064
1232
|
})), children);
|
|
1065
1233
|
});
|
|
1066
1234
|
if (process.env.NODE_ENV !== "production") {
|
|
1067
1235
|
Minimize.propTypes = iconPropTypes;
|
|
1068
1236
|
}
|
|
1069
|
-
const Misuse = /*#__PURE__*/React.forwardRef(function Misuse(
|
|
1237
|
+
const Misuse = /*#__PURE__*/React.forwardRef(function Misuse(_ref51, ref) {
|
|
1070
1238
|
let {
|
|
1071
1239
|
children,
|
|
1072
1240
|
size = 16,
|
|
1073
1241
|
...rest
|
|
1074
|
-
} =
|
|
1242
|
+
} = _ref51;
|
|
1075
1243
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1076
1244
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1077
1245
|
width: size,
|
|
@@ -1081,9 +1249,9 @@ const Misuse = /*#__PURE__*/React.forwardRef(function Misuse(_ref44, ref) {
|
|
|
1081
1249
|
viewBox: "0 0 16 16",
|
|
1082
1250
|
fill: "currentColor",
|
|
1083
1251
|
...rest
|
|
1084
|
-
},
|
|
1252
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1085
1253
|
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2 l2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"
|
|
1086
|
-
})),
|
|
1254
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1087
1255
|
d: "M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2l2.7-2.7l0.8,0.8L8.8,8 l2.7,2.7L10.7,11.5z",
|
|
1088
1256
|
"data-icon-path": "inner-path",
|
|
1089
1257
|
opacity: "0"
|
|
@@ -1098,9 +1266,9 @@ const Misuse = /*#__PURE__*/React.forwardRef(function Misuse(_ref44, ref) {
|
|
|
1098
1266
|
viewBox: "0 0 20 20",
|
|
1099
1267
|
fill: "currentColor",
|
|
1100
1268
|
...rest
|
|
1101
|
-
},
|
|
1269
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1102
1270
|
d: "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M13.5,14.5L10,11l-3.5,3.5l-1-1L9,10L5.5,6.5l1-1L10,9l3.5-3.5l1,1 L11,10l3.5,3.5L13.5,14.5z"
|
|
1103
|
-
})),
|
|
1271
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1104
1272
|
fill: "none",
|
|
1105
1273
|
d: "M13.5,14.5L10,11l-3.5,3.5l-1-1L9,10L5.5,6.5l1-1L10,9l3.5-3.5l1,1L11,10l3.5,3.5L13.5,14.5z",
|
|
1106
1274
|
"data-icon-path": "inner-path",
|
|
@@ -1116,9 +1284,9 @@ const Misuse = /*#__PURE__*/React.forwardRef(function Misuse(_ref44, ref) {
|
|
|
1116
1284
|
viewBox: "0 0 24 24",
|
|
1117
1285
|
fill: "currentColor",
|
|
1118
1286
|
...rest
|
|
1119
|
-
},
|
|
1287
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1120
1288
|
d: "M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M16.2,17.5L12,13.3l-4.2,4.2l-1.3-1.3l4.2-4.2L6.5,7.8l1.3-1.3 l4.2,4.2l4.2-4.2l1.3,1.3L13.3,12l4.2,4.2L16.2,17.5z"
|
|
1121
|
-
})),
|
|
1289
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1122
1290
|
fill: "none",
|
|
1123
1291
|
d: "M16.2,17.5L12,13.3l-4.2,4.2l-1.3-1.3l4.2-4.2L6.5,7.8l1.3-1.3l4.2,4.2l4.2-4.2l1.3,1.3 L13.3,12l4.2,4.2L16.2,17.5z",
|
|
1124
1292
|
"data-icon-path": "inner-path",
|
|
@@ -1133,9 +1301,9 @@ const Misuse = /*#__PURE__*/React.forwardRef(function Misuse(_ref44, ref) {
|
|
|
1133
1301
|
viewBox: "0 0 32 32",
|
|
1134
1302
|
fill: "currentColor",
|
|
1135
1303
|
...rest
|
|
1136
|
-
},
|
|
1304
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1137
1305
|
d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9 l5.4,5.4L21.4,9l1.6,1.6L17.6,16l5.4,5.4L21.4,23z"
|
|
1138
|
-
})),
|
|
1306
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1139
1307
|
fill: "none",
|
|
1140
1308
|
d: "M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9l5.4,5.4L21.4,9l1.6,1.6L17.6,16 l5.4,5.4L21.4,23z",
|
|
1141
1309
|
"data-icon-path": "inner-path",
|
|
@@ -1145,12 +1313,12 @@ const Misuse = /*#__PURE__*/React.forwardRef(function Misuse(_ref44, ref) {
|
|
|
1145
1313
|
if (process.env.NODE_ENV !== "production") {
|
|
1146
1314
|
Misuse.propTypes = iconPropTypes;
|
|
1147
1315
|
}
|
|
1148
|
-
const MisuseOutline = /*#__PURE__*/React.forwardRef(function MisuseOutline(
|
|
1316
|
+
const MisuseOutline = /*#__PURE__*/React.forwardRef(function MisuseOutline(_ref52, ref) {
|
|
1149
1317
|
let {
|
|
1150
1318
|
children,
|
|
1151
1319
|
size = 16,
|
|
1152
1320
|
...rest
|
|
1153
|
-
} =
|
|
1321
|
+
} = _ref52;
|
|
1154
1322
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1155
1323
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1156
1324
|
width: size,
|
|
@@ -1160,9 +1328,9 @@ const MisuseOutline = /*#__PURE__*/React.forwardRef(function MisuseOutline(_ref4
|
|
|
1160
1328
|
viewBox: "0 0 16 16",
|
|
1161
1329
|
fill: "currentColor",
|
|
1162
1330
|
...rest
|
|
1163
|
-
},
|
|
1331
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1164
1332
|
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"
|
|
1165
|
-
})),
|
|
1333
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1166
1334
|
d: "M10.7 11.5L8 8.8 5.3 11.5 4.5 10.7 7.2 8 4.5 5.3 5.3 4.5 8 7.2 10.7 4.5 11.5 5.3 8.8 8 11.5 10.7z"
|
|
1167
1335
|
})), children);
|
|
1168
1336
|
}
|
|
@@ -1174,21 +1342,21 @@ const MisuseOutline = /*#__PURE__*/React.forwardRef(function MisuseOutline(_ref4
|
|
|
1174
1342
|
viewBox: "0 0 32 32",
|
|
1175
1343
|
fill: "currentColor",
|
|
1176
1344
|
...rest
|
|
1177
|
-
},
|
|
1345
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1178
1346
|
d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z"
|
|
1179
|
-
})),
|
|
1347
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1180
1348
|
d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
|
|
1181
1349
|
})), children);
|
|
1182
1350
|
});
|
|
1183
1351
|
if (process.env.NODE_ENV !== "production") {
|
|
1184
1352
|
MisuseOutline.propTypes = iconPropTypes;
|
|
1185
1353
|
}
|
|
1186
|
-
const MixedRainHail = /*#__PURE__*/React.forwardRef(function MixedRainHail(
|
|
1354
|
+
const MixedRainHail = /*#__PURE__*/React.forwardRef(function MixedRainHail(_ref53, ref) {
|
|
1187
1355
|
let {
|
|
1188
1356
|
children,
|
|
1189
1357
|
size = 16,
|
|
1190
1358
|
...rest
|
|
1191
|
-
} =
|
|
1359
|
+
} = _ref53;
|
|
1192
1360
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1193
1361
|
width: size,
|
|
1194
1362
|
height: size,
|
|
@@ -1205,21 +1373,21 @@ const MixedRainHail = /*#__PURE__*/React.forwardRef(function MixedRainHail(_ref4
|
|
|
1205
1373
|
cx: "21.5",
|
|
1206
1374
|
cy: "29.5",
|
|
1207
1375
|
r: "1.5"
|
|
1208
|
-
})),
|
|
1376
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1209
1377
|
d: "M15.868 30.496L14.132 29.504 17.276 24 11.277 24 16.132 15.504 17.868 16.496 14.723 22 20.724 22 15.868 30.496z"
|
|
1210
|
-
})),
|
|
1378
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1211
1379
|
d: "M9 32a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 019 32zM24.8008 9.1362a8.9943 8.9943 0 00-17.6006 0 6.4929 6.4929 0 00.23 12.7681L6.106 24.5527a1 1 0 101.7885.8946l2-4a1 1 0 00-.447-1.3418A.9786.9786 0 009 20.01V20H8.5a4.4975 4.4975 0 01-.356-8.981l.8155-.0639.0991-.812a6.9938 6.9938 0 0113.8838 0l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 20H23v2h.5A6.4974 6.4974 0 0024.8008 9.1362z"
|
|
1212
1380
|
})), children);
|
|
1213
1381
|
});
|
|
1214
1382
|
if (process.env.NODE_ENV !== "production") {
|
|
1215
1383
|
MixedRainHail.propTypes = iconPropTypes;
|
|
1216
1384
|
}
|
|
1217
|
-
const Mobile = /*#__PURE__*/React.forwardRef(function Mobile(
|
|
1385
|
+
const Mobile = /*#__PURE__*/React.forwardRef(function Mobile(_ref54, ref) {
|
|
1218
1386
|
let {
|
|
1219
1387
|
children,
|
|
1220
1388
|
size = 16,
|
|
1221
1389
|
...rest
|
|
1222
|
-
} =
|
|
1390
|
+
} = _ref54;
|
|
1223
1391
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1224
1392
|
width: size,
|
|
1225
1393
|
height: size,
|
|
@@ -1228,19 +1396,19 @@ const Mobile = /*#__PURE__*/React.forwardRef(function Mobile(_ref47, ref) {
|
|
|
1228
1396
|
viewBox: "0 0 32 32",
|
|
1229
1397
|
fill: "currentColor",
|
|
1230
1398
|
...rest
|
|
1231
|
-
},
|
|
1399
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1232
1400
|
d: "M22,4H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2H22a2.0027,2.0027,0,0,0,2-2V6A2.0023,2.0023,0,0,0,22,4Zm0,2,0,2H10V6ZM10,28V10H22l0,18Z"
|
|
1233
1401
|
})), children);
|
|
1234
1402
|
});
|
|
1235
1403
|
if (process.env.NODE_ENV !== "production") {
|
|
1236
1404
|
Mobile.propTypes = iconPropTypes;
|
|
1237
1405
|
}
|
|
1238
|
-
const MobileAdd = /*#__PURE__*/React.forwardRef(function MobileAdd(
|
|
1406
|
+
const MobileAdd = /*#__PURE__*/React.forwardRef(function MobileAdd(_ref55, ref) {
|
|
1239
1407
|
let {
|
|
1240
1408
|
children,
|
|
1241
1409
|
size = 16,
|
|
1242
1410
|
...rest
|
|
1243
|
-
} =
|
|
1411
|
+
} = _ref55;
|
|
1244
1412
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1245
1413
|
width: size,
|
|
1246
1414
|
height: size,
|
|
@@ -1249,21 +1417,21 @@ const MobileAdd = /*#__PURE__*/React.forwardRef(function MobileAdd(_ref48, ref)
|
|
|
1249
1417
|
viewBox: "0 0 32 32",
|
|
1250
1418
|
fill: "currentColor",
|
|
1251
1419
|
...rest
|
|
1252
|
-
},
|
|
1420
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1253
1421
|
d: "M28 24L24 24 24 20 22 20 22 24 18 24 18 26 22 26 22 30 24 30 24 26 28 26 28 24z"
|
|
1254
|
-
})),
|
|
1422
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1255
1423
|
d: "M10,28V10H22v7h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h6l0-2ZM10,6H22l0,2H10Z"
|
|
1256
1424
|
})), children);
|
|
1257
1425
|
});
|
|
1258
1426
|
if (process.env.NODE_ENV !== "production") {
|
|
1259
1427
|
MobileAdd.propTypes = iconPropTypes;
|
|
1260
1428
|
}
|
|
1261
|
-
const MobileAudio = /*#__PURE__*/React.forwardRef(function MobileAudio(
|
|
1429
|
+
const MobileAudio = /*#__PURE__*/React.forwardRef(function MobileAudio(_ref56, ref) {
|
|
1262
1430
|
let {
|
|
1263
1431
|
children,
|
|
1264
1432
|
size = 16,
|
|
1265
1433
|
...rest
|
|
1266
|
-
} =
|
|
1434
|
+
} = _ref56;
|
|
1267
1435
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1268
1436
|
width: size,
|
|
1269
1437
|
height: size,
|
|
@@ -1272,25 +1440,25 @@ const MobileAudio = /*#__PURE__*/React.forwardRef(function MobileAudio(_ref49, r
|
|
|
1272
1440
|
viewBox: "0 0 32 32",
|
|
1273
1441
|
fill: "currentColor",
|
|
1274
1442
|
...rest
|
|
1275
|
-
},
|
|
1443
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1276
1444
|
d: "M28 12H30V15H28zM24 7H26V20H24zM20 11H22V16H20zM16 9H18V18H16zM12 12H14V15H12z"
|
|
1277
1445
|
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
1278
1446
|
cx: "13.5",
|
|
1279
1447
|
cy: "24.5",
|
|
1280
1448
|
r: "1.5"
|
|
1281
|
-
})),
|
|
1449
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1282
1450
|
d: "M20,30H7a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,7,2H20V4H7V28H20V24h2v4A2.0023,2.0023,0,0,1,20,30Z"
|
|
1283
1451
|
})), children);
|
|
1284
1452
|
});
|
|
1285
1453
|
if (process.env.NODE_ENV !== "production") {
|
|
1286
1454
|
MobileAudio.propTypes = iconPropTypes;
|
|
1287
1455
|
}
|
|
1288
|
-
const MobileCheck = /*#__PURE__*/React.forwardRef(function MobileCheck(
|
|
1456
|
+
const MobileCheck = /*#__PURE__*/React.forwardRef(function MobileCheck(_ref57, ref) {
|
|
1289
1457
|
let {
|
|
1290
1458
|
children,
|
|
1291
1459
|
size = 16,
|
|
1292
1460
|
...rest
|
|
1293
|
-
} =
|
|
1461
|
+
} = _ref57;
|
|
1294
1462
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1295
1463
|
width: size,
|
|
1296
1464
|
height: size,
|
|
@@ -1299,21 +1467,21 @@ const MobileCheck = /*#__PURE__*/React.forwardRef(function MobileCheck(_ref50, r
|
|
|
1299
1467
|
viewBox: "0 0 32 32",
|
|
1300
1468
|
fill: "currentColor",
|
|
1301
1469
|
...rest
|
|
1302
|
-
},
|
|
1470
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1303
1471
|
d: "M20 27.18L17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z"
|
|
1304
|
-
})),
|
|
1472
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1305
1473
|
d: "M10,28V10H22v9h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h4V28ZM10,6H22l0,2H10Z"
|
|
1306
1474
|
})), children);
|
|
1307
1475
|
});
|
|
1308
1476
|
if (process.env.NODE_ENV !== "production") {
|
|
1309
1477
|
MobileCheck.propTypes = iconPropTypes;
|
|
1310
1478
|
}
|
|
1311
|
-
const MobileCrash = /*#__PURE__*/React.forwardRef(function MobileCrash(
|
|
1479
|
+
const MobileCrash = /*#__PURE__*/React.forwardRef(function MobileCrash(_ref58, ref) {
|
|
1312
1480
|
let {
|
|
1313
1481
|
children,
|
|
1314
1482
|
size = 16,
|
|
1315
1483
|
...rest
|
|
1316
|
-
} =
|
|
1484
|
+
} = _ref58;
|
|
1317
1485
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1318
1486
|
width: size,
|
|
1319
1487
|
height: size,
|
|
@@ -1322,21 +1490,21 @@ const MobileCrash = /*#__PURE__*/React.forwardRef(function MobileCrash(_ref51, r
|
|
|
1322
1490
|
viewBox: "0 0 32 32",
|
|
1323
1491
|
fill: "currentColor",
|
|
1324
1492
|
...rest
|
|
1325
|
-
},
|
|
1493
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1326
1494
|
d: "M30 20L26 16 24.5859 17.4141 27.1714 20 24.1714 23 27.1714 26 24.5859 28.5859 26 30 30 26 27 23 30 20zM23 20L19 16 17.5859 17.4141 20.1714 20 17.1714 23 20.1714 26 17.5859 28.5859 19 30 23 26 20 23 23 20z"
|
|
1327
|
-
})),
|
|
1495
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1328
1496
|
d: "m15,28h-6V8h14v6h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h6v-2ZM9,4h14v2h-14v-2Z"
|
|
1329
1497
|
})), children);
|
|
1330
1498
|
});
|
|
1331
1499
|
if (process.env.NODE_ENV !== "production") {
|
|
1332
1500
|
MobileCrash.propTypes = iconPropTypes;
|
|
1333
1501
|
}
|
|
1334
|
-
const MobileDownload = /*#__PURE__*/React.forwardRef(function MobileDownload(
|
|
1502
|
+
const MobileDownload = /*#__PURE__*/React.forwardRef(function MobileDownload(_ref59, ref) {
|
|
1335
1503
|
let {
|
|
1336
1504
|
children,
|
|
1337
1505
|
size = 16,
|
|
1338
1506
|
...rest
|
|
1339
|
-
} =
|
|
1507
|
+
} = _ref59;
|
|
1340
1508
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1341
1509
|
width: size,
|
|
1342
1510
|
height: size,
|
|
@@ -1345,21 +1513,21 @@ const MobileDownload = /*#__PURE__*/React.forwardRef(function MobileDownload(_re
|
|
|
1345
1513
|
viewBox: "0 0 32 32",
|
|
1346
1514
|
fill: "currentColor",
|
|
1347
1515
|
...rest
|
|
1348
|
-
},
|
|
1516
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1349
1517
|
d: "M28 25L26.586 23.586 24 26.172 24 18 22 18 22 26.172 19.414 23.586 18 25 23 30 28 25z"
|
|
1350
|
-
})),
|
|
1518
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1351
1519
|
d: "M10,28V10H22v5h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h6V28ZM10,6H22l0,2H10Z"
|
|
1352
1520
|
})), children);
|
|
1353
1521
|
});
|
|
1354
1522
|
if (process.env.NODE_ENV !== "production") {
|
|
1355
1523
|
MobileDownload.propTypes = iconPropTypes;
|
|
1356
1524
|
}
|
|
1357
|
-
const MobileEvent = /*#__PURE__*/React.forwardRef(function MobileEvent(
|
|
1525
|
+
const MobileEvent = /*#__PURE__*/React.forwardRef(function MobileEvent(_ref60, ref) {
|
|
1358
1526
|
let {
|
|
1359
1527
|
children,
|
|
1360
1528
|
size = 16,
|
|
1361
1529
|
...rest
|
|
1362
|
-
} =
|
|
1530
|
+
} = _ref60;
|
|
1363
1531
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1364
1532
|
width: size,
|
|
1365
1533
|
height: size,
|
|
@@ -1368,19 +1536,19 @@ const MobileEvent = /*#__PURE__*/React.forwardRef(function MobileEvent(_ref53, r
|
|
|
1368
1536
|
viewBox: "0 0 32 32",
|
|
1369
1537
|
fill: "currentColor",
|
|
1370
1538
|
...rest
|
|
1371
|
-
},
|
|
1539
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1372
1540
|
d: "M27.3803 28h-6.7625l3.3822-6.7642 3.3803 6.7642zm-3.3803-10c-.3915 0-.7305.2251-.8947.5527l-5 10c-.0674.1348-.1053.2866-.1053.4473 0 .5522.4477 1 1 1h10c.5523 0 1-.4478 1-1 0-.1382-.028-.2695-.0786-.3892l-5.0269-10.0581c-.1641-.3276-.5031-.5527-.8946-.5527h0zM15 28h-6V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103 0-2 .897-2 2v24c0 1.1025.897 2 2 2h6v-2zM9 4h14v2h-14v-2z"
|
|
1373
1541
|
})), children);
|
|
1374
1542
|
});
|
|
1375
1543
|
if (process.env.NODE_ENV !== "production") {
|
|
1376
1544
|
MobileEvent.propTypes = iconPropTypes;
|
|
1377
1545
|
}
|
|
1378
|
-
const MobileLandscape = /*#__PURE__*/React.forwardRef(function MobileLandscape(
|
|
1546
|
+
const MobileLandscape = /*#__PURE__*/React.forwardRef(function MobileLandscape(_ref61, ref) {
|
|
1379
1547
|
let {
|
|
1380
1548
|
children,
|
|
1381
1549
|
size = 16,
|
|
1382
1550
|
...rest
|
|
1383
|
-
} =
|
|
1551
|
+
} = _ref61;
|
|
1384
1552
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1385
1553
|
width: size,
|
|
1386
1554
|
height: size,
|
|
@@ -1389,19 +1557,19 @@ const MobileLandscape = /*#__PURE__*/React.forwardRef(function MobileLandscape(_
|
|
|
1389
1557
|
viewBox: "0 0 32 32",
|
|
1390
1558
|
fill: "currentColor",
|
|
1391
1559
|
...rest
|
|
1392
|
-
},
|
|
1560
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1393
1561
|
d: "M3,10V22a2.002,2.002,0,0,0,2,2H27a2.0023,2.0023,0,0,0,2-2V10a2.0027,2.0027,0,0,0-2-2H5A2.0023,2.0023,0,0,0,3,10Zm2,0,2,0V22H5ZM27,22H9V10H27Z"
|
|
1394
1562
|
})), children);
|
|
1395
1563
|
});
|
|
1396
1564
|
if (process.env.NODE_ENV !== "production") {
|
|
1397
1565
|
MobileLandscape.propTypes = iconPropTypes;
|
|
1398
1566
|
}
|
|
1399
|
-
const MobileRequest = /*#__PURE__*/React.forwardRef(function MobileRequest(
|
|
1567
|
+
const MobileRequest = /*#__PURE__*/React.forwardRef(function MobileRequest(_ref62, ref) {
|
|
1400
1568
|
let {
|
|
1401
1569
|
children,
|
|
1402
1570
|
size = 16,
|
|
1403
1571
|
...rest
|
|
1404
|
-
} =
|
|
1572
|
+
} = _ref62;
|
|
1405
1573
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1406
1574
|
width: size,
|
|
1407
1575
|
height: size,
|
|
@@ -1410,21 +1578,21 @@ const MobileRequest = /*#__PURE__*/React.forwardRef(function MobileRequest(_ref5
|
|
|
1410
1578
|
viewBox: "0 0 32 32",
|
|
1411
1579
|
fill: "currentColor",
|
|
1412
1580
|
...rest
|
|
1413
|
-
},
|
|
1581
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1414
1582
|
d: "m30,28c0-2.9668-2.167-5.4312-5-5.9097v-1.0903h1v-2h-4v2h1v1.0903c-2.833.4785-5,2.9429-5,5.9097h-1v2h14v-2h-1Zm-10,0c0-2.2056,1.7944-4,4-4s4,1.7944,4,4h-8Z"
|
|
1415
|
-
})),
|
|
1583
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1416
1584
|
d: "m14,28h-5V8h14v8h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h5v-2ZM9,4h14v2h-14v-2Z"
|
|
1417
1585
|
})), children);
|
|
1418
1586
|
});
|
|
1419
1587
|
if (process.env.NODE_ENV !== "production") {
|
|
1420
1588
|
MobileRequest.propTypes = iconPropTypes;
|
|
1421
1589
|
}
|
|
1422
|
-
const MobileSession = /*#__PURE__*/React.forwardRef(function MobileSession(
|
|
1590
|
+
const MobileSession = /*#__PURE__*/React.forwardRef(function MobileSession(_ref63, ref) {
|
|
1423
1591
|
let {
|
|
1424
1592
|
children,
|
|
1425
1593
|
size = 16,
|
|
1426
1594
|
...rest
|
|
1427
|
-
} =
|
|
1595
|
+
} = _ref63;
|
|
1428
1596
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1429
1597
|
width: size,
|
|
1430
1598
|
height: size,
|
|
@@ -1433,21 +1601,21 @@ const MobileSession = /*#__PURE__*/React.forwardRef(function MobileSession(_ref5
|
|
|
1433
1601
|
viewBox: "0 0 32 32",
|
|
1434
1602
|
fill: "currentColor",
|
|
1435
1603
|
...rest
|
|
1436
|
-
},
|
|
1604
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1437
1605
|
d: "m24,18c-3.3083,0-6,2.6914-6,6s2.6917,6,6,6,6-2.6914,6-6-2.6917-6-6-6Zm0,10c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4v4h4c0,2.2056-1.7944,4-4,4Z"
|
|
1438
|
-
})),
|
|
1606
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1439
1607
|
d: "m16,28h-7V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h7v-2ZM9,4h14v2h-14v-2Z"
|
|
1440
1608
|
})), children);
|
|
1441
1609
|
});
|
|
1442
1610
|
if (process.env.NODE_ENV !== "production") {
|
|
1443
1611
|
MobileSession.propTypes = iconPropTypes;
|
|
1444
1612
|
}
|
|
1445
|
-
const MobileView = /*#__PURE__*/React.forwardRef(function MobileView(
|
|
1613
|
+
const MobileView = /*#__PURE__*/React.forwardRef(function MobileView(_ref64, ref) {
|
|
1446
1614
|
let {
|
|
1447
1615
|
children,
|
|
1448
1616
|
size = 16,
|
|
1449
1617
|
...rest
|
|
1450
|
-
} =
|
|
1618
|
+
} = _ref64;
|
|
1451
1619
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1452
1620
|
width: size,
|
|
1453
1621
|
height: size,
|
|
@@ -1460,21 +1628,21 @@ const MobileView = /*#__PURE__*/React.forwardRef(function MobileView(_ref57, ref
|
|
|
1460
1628
|
cx: "23",
|
|
1461
1629
|
cy: "24",
|
|
1462
1630
|
r: "2"
|
|
1463
|
-
})),
|
|
1631
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1464
1632
|
d: "m30.7769,23.4785c-1.4229-3.3287-4.4761-5.4785-7.7769-5.4785s-6.3538,2.1499-7.7769,5.4785l-.2231.5215.2231.5215c1.4231,3.3287,4.4761,5.4785,7.7769,5.4785s6.354-2.1499,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z"
|
|
1465
|
-
})),
|
|
1633
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1466
1634
|
d: "m14,28h-5V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h5v-2ZM9,4h14v2h-14v-2Z"
|
|
1467
1635
|
})), children);
|
|
1468
1636
|
});
|
|
1469
1637
|
if (process.env.NODE_ENV !== "production") {
|
|
1470
1638
|
MobileView.propTypes = iconPropTypes;
|
|
1471
1639
|
}
|
|
1472
|
-
const MobileViewOrientation = /*#__PURE__*/React.forwardRef(function MobileViewOrientation(
|
|
1640
|
+
const MobileViewOrientation = /*#__PURE__*/React.forwardRef(function MobileViewOrientation(_ref65, ref) {
|
|
1473
1641
|
let {
|
|
1474
1642
|
children,
|
|
1475
1643
|
size = 16,
|
|
1476
1644
|
...rest
|
|
1477
|
-
} =
|
|
1645
|
+
} = _ref65;
|
|
1478
1646
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1479
1647
|
width: size,
|
|
1480
1648
|
height: size,
|
|
@@ -1483,23 +1651,23 @@ const MobileViewOrientation = /*#__PURE__*/React.forwardRef(function MobileViewO
|
|
|
1483
1651
|
viewBox: "0 0 32 32",
|
|
1484
1652
|
fill: "currentColor",
|
|
1485
1653
|
...rest
|
|
1486
|
-
},
|
|
1654
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1487
1655
|
d: "m28,12h-8v2h8v14h-8v2h8c1.1025,0,2-.897,2-2v-14c0-1.1025-.8975-2-2-2Z"
|
|
1488
|
-
})),
|
|
1656
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1489
1657
|
d: "m19,16l-1.4141,1.4141,2.5859,2.5859h-4.1719c-2.2056,0-4-1.7944-4-4v-2h-2v2c0,3.3086,2.6917,6,6,6h4.1719l-2.5859,2.5859,1.4141,1.4141,5-5-5-5Z"
|
|
1490
|
-
})),
|
|
1658
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1491
1659
|
d: "m12,28h-6V8h16v-4c0-1.103-.8975-2-2-2H6c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h6v-2ZM6,4h14v2H6v-2Z"
|
|
1492
1660
|
})), children);
|
|
1493
1661
|
});
|
|
1494
1662
|
if (process.env.NODE_ENV !== "production") {
|
|
1495
1663
|
MobileViewOrientation.propTypes = iconPropTypes;
|
|
1496
1664
|
}
|
|
1497
|
-
const MobilityServices = /*#__PURE__*/React.forwardRef(function MobilityServices(
|
|
1665
|
+
const MobilityServices = /*#__PURE__*/React.forwardRef(function MobilityServices(_ref66, ref) {
|
|
1498
1666
|
let {
|
|
1499
1667
|
children,
|
|
1500
1668
|
size = 16,
|
|
1501
1669
|
...rest
|
|
1502
|
-
} =
|
|
1670
|
+
} = _ref66;
|
|
1503
1671
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1504
1672
|
width: size,
|
|
1505
1673
|
height: size,
|
|
@@ -1508,19 +1676,19 @@ const MobilityServices = /*#__PURE__*/React.forwardRef(function MobilityServices
|
|
|
1508
1676
|
viewBox: "0 0 32 32",
|
|
1509
1677
|
fill: "currentColor",
|
|
1510
1678
|
...rest
|
|
1511
|
-
},
|
|
1679
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1512
1680
|
d: "M29.3379 19.9336l-7.7324-2.7783L18.374 13.0967A2.99 2.99 0 0016.0537 12H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 17.2949A4.9884 4.9884 0 002 20.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V20.875A1 1 0 0029.3379 19.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V20.1074A2.9977 2.9977 0 014.52 18.4189l2.711-3.9814A.9992.9992 0 018.0576 14h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 21.5781zM28 2H24a2.0023 2.0023 0 00-2 2v8a2.0023 2.0023 0 002 2h4a2.0023 2.0023 0 002-2V4A2.0023 2.0023 0 0028 2zm0 2V6H24V4zm-4 8V8h4v4z"
|
|
1513
1681
|
})), children);
|
|
1514
1682
|
});
|
|
1515
1683
|
if (process.env.NODE_ENV !== "production") {
|
|
1516
1684
|
MobilityServices.propTypes = iconPropTypes;
|
|
1517
1685
|
}
|
|
1518
|
-
const Model = /*#__PURE__*/React.forwardRef(function Model(
|
|
1686
|
+
const Model = /*#__PURE__*/React.forwardRef(function Model(_ref67, ref) {
|
|
1519
1687
|
let {
|
|
1520
1688
|
children,
|
|
1521
1689
|
size = 16,
|
|
1522
1690
|
...rest
|
|
1523
|
-
} =
|
|
1691
|
+
} = _ref67;
|
|
1524
1692
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1525
1693
|
width: size,
|
|
1526
1694
|
height: size,
|
|
@@ -1529,19 +1697,19 @@ const Model = /*#__PURE__*/React.forwardRef(function Model(_ref60, ref) {
|
|
|
1529
1697
|
viewBox: "0 0 32 32",
|
|
1530
1698
|
fill: "currentColor",
|
|
1531
1699
|
...rest
|
|
1532
|
-
},
|
|
1700
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1533
1701
|
d: "M23.5,4H8.5L1.7158,13.0454,16,29.5269,30.2842,13.0454ZM27,12H21.5543l-3.75-6H22.5ZM10.3021,14l3.7536,10.23L5.19,14Zm2.13,0H19.568l-3.569,9.7212Zm.3725-2L16,6.8867,19.1957,12Zm8.8935,2H26.81L17.9427,24.2314ZM9.5,6h4.6957l-3.75,6H5Z"
|
|
1534
1702
|
})), children);
|
|
1535
1703
|
});
|
|
1536
1704
|
if (process.env.NODE_ENV !== "production") {
|
|
1537
1705
|
Model.propTypes = iconPropTypes;
|
|
1538
1706
|
}
|
|
1539
|
-
const ModelAlt = /*#__PURE__*/React.forwardRef(function ModelAlt(
|
|
1707
|
+
const ModelAlt = /*#__PURE__*/React.forwardRef(function ModelAlt(_ref68, ref) {
|
|
1540
1708
|
let {
|
|
1541
1709
|
children,
|
|
1542
1710
|
size = 16,
|
|
1543
1711
|
...rest
|
|
1544
|
-
} =
|
|
1712
|
+
} = _ref68;
|
|
1545
1713
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1546
1714
|
width: size,
|
|
1547
1715
|
height: size,
|
|
@@ -1550,19 +1718,19 @@ const ModelAlt = /*#__PURE__*/React.forwardRef(function ModelAlt(_ref61, ref) {
|
|
|
1550
1718
|
viewBox: "0 0 32 32",
|
|
1551
1719
|
fill: "currentColor",
|
|
1552
1720
|
...rest
|
|
1553
|
-
},
|
|
1721
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1554
1722
|
d: "M28.4473,16.1055,23,13.3818V7a1,1,0,0,0-.5527-.8945l-6-3a1.0008,1.0008,0,0,0-.8946,0l-6,3A1,1,0,0,0,9,7v6.3818L3.5527,16.1055A1,1,0,0,0,3,17v7a1,1,0,0,0,.5527.8945l6,3a1.001,1.001,0,0,0,.8946,0L16,25.1182l5.5527,2.7763a1.001,1.001,0,0,0,.8946,0l6-3A1,1,0,0,0,29,24V17A1,1,0,0,0,28.4473,16.1055ZM21,13.3818l-4,2V10.6182l4-2ZM16,5.1182,19.7637,7,16,8.8818,12.2363,7Zm-5,3.5,4,2v4.7636l-4-2ZM9,25.3818l-4-2V18.6182l4,2Zm1-6.5L6.2363,17,10,15.1182,13.7637,17Zm1,1.7364,4-2v4.7636l-4,2Zm10,4.7636-4-2V18.6182l4,2Zm1-6.5L18.2363,17,22,15.1182,25.7637,17Zm5,4.5-4,2V20.6182l4-2Z"
|
|
1555
1723
|
})), children);
|
|
1556
1724
|
});
|
|
1557
1725
|
if (process.env.NODE_ENV !== "production") {
|
|
1558
1726
|
ModelAlt.propTypes = iconPropTypes;
|
|
1559
1727
|
}
|
|
1560
|
-
const ModelReference = /*#__PURE__*/React.forwardRef(function ModelReference(
|
|
1728
|
+
const ModelReference = /*#__PURE__*/React.forwardRef(function ModelReference(_ref69, ref) {
|
|
1561
1729
|
let {
|
|
1562
1730
|
children,
|
|
1563
1731
|
size = 16,
|
|
1564
1732
|
...rest
|
|
1565
|
-
} =
|
|
1733
|
+
} = _ref69;
|
|
1566
1734
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1567
1735
|
width: size,
|
|
1568
1736
|
height: size,
|
|
@@ -1571,21 +1739,21 @@ const ModelReference = /*#__PURE__*/React.forwardRef(function ModelReference(_re
|
|
|
1571
1739
|
viewBox: "0 0 32 32",
|
|
1572
1740
|
fill: "currentColor",
|
|
1573
1741
|
...rest
|
|
1574
|
-
},
|
|
1742
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1575
1743
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
|
1576
|
-
})),
|
|
1744
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1577
1745
|
d: "M23.5,4H8.5L1.7158,13.0454,6.01,18l1.5114-1.31L5.19,14h5.2554L16,22.8867,21.5544,14H26.81L15.8125,26.6919,17.3242,28l12.96-14.9546ZM5,12,9.5,6h4.6958l-3.75,6ZM16,6.8867,19.1958,12H12.8042Zm0,12.2266L12.8044,14h6.3912ZM21.5542,12l-3.75-6H22.5L27,12Z"
|
|
1578
1746
|
})), children);
|
|
1579
1747
|
});
|
|
1580
1748
|
if (process.env.NODE_ENV !== "production") {
|
|
1581
1749
|
ModelReference.propTypes = iconPropTypes;
|
|
1582
1750
|
}
|
|
1583
|
-
const ModelTuned = /*#__PURE__*/React.forwardRef(function ModelTuned(
|
|
1751
|
+
const ModelTuned = /*#__PURE__*/React.forwardRef(function ModelTuned(_ref70, ref) {
|
|
1584
1752
|
let {
|
|
1585
1753
|
children,
|
|
1586
1754
|
size = 16,
|
|
1587
1755
|
...rest
|
|
1588
|
-
} =
|
|
1756
|
+
} = _ref70;
|
|
1589
1757
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1590
1758
|
width: size,
|
|
1591
1759
|
height: size,
|
|
@@ -1594,21 +1762,21 @@ const ModelTuned = /*#__PURE__*/React.forwardRef(function ModelTuned(_ref63, ref
|
|
|
1594
1762
|
viewBox: "0 0 32 32",
|
|
1595
1763
|
fill: "currentColor",
|
|
1596
1764
|
...rest
|
|
1597
|
-
},
|
|
1765
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1598
1766
|
d: "M32 25c0-1.3018-.8384-2.4014-2-2.8159v-4.1841h-2v4.1846c-1.1616.4141-2 1.5137-2 2.8154s.8384 2.4014 2 2.8154v2.1846h2v-2.1841c1.1616-.4146 2-1.5142 2-2.8159zm-3 1c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1zM24 23c0-1.3018-.8384-2.4014-2-2.8159v-2.1841h-2v2.1846c-1.1616.4141-2 1.5137-2 2.8154s.8384 2.4014 2 2.8154v4.1846h2v-4.1841c1.1616-.4146 2-1.5142 2-2.8159zm-3 1c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1z"
|
|
1599
|
-
})),
|
|
1767
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1600
1768
|
d: "m.7158,11.0454l12.96,14.9546,1.5117-1.3081L4.1902,12h5.2554s5.5544,8.8867,5.5544,8.8867l5.5544-8.8867h5.2554s-2.3315,2.6904-2.3315,2.6904l1.5115,1.3096,4.2944-4.9546-6.7842-9.0454H7.5S.7158,11.0454.7158,11.0454Zm19.8384-1.0454l-3.75-6h4.6958s4.5,6,4.5,6h-5.4458Zm-2.3584,0h-6.3916s3.1958-5.1133,3.1958-5.1133l3.1958,5.1133Zm-6.3914,2h6.3911s-3.1956,5.1133-3.1956,5.1133l-3.1956-5.1133Zm-7.8044-2l4.5-6h4.6958s-3.75,6-3.75,6h-5.4458Z"
|
|
1601
1769
|
})), children);
|
|
1602
1770
|
});
|
|
1603
1771
|
if (process.env.NODE_ENV !== "production") {
|
|
1604
1772
|
ModelTuned.propTypes = iconPropTypes;
|
|
1605
1773
|
}
|
|
1606
|
-
const ModelBuilder = /*#__PURE__*/React.forwardRef(function ModelBuilder(
|
|
1774
|
+
const ModelBuilder = /*#__PURE__*/React.forwardRef(function ModelBuilder(_ref71, ref) {
|
|
1607
1775
|
let {
|
|
1608
1776
|
children,
|
|
1609
1777
|
size = 16,
|
|
1610
1778
|
...rest
|
|
1611
|
-
} =
|
|
1779
|
+
} = _ref71;
|
|
1612
1780
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1613
1781
|
width: size,
|
|
1614
1782
|
height: size,
|
|
@@ -1617,19 +1785,19 @@ const ModelBuilder = /*#__PURE__*/React.forwardRef(function ModelBuilder(_ref64,
|
|
|
1617
1785
|
viewBox: "0 0 32 32",
|
|
1618
1786
|
fill: "currentColor",
|
|
1619
1787
|
...rest
|
|
1620
|
-
},
|
|
1788
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1621
1789
|
d: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12v8A3.0037,3.0037,0,0,1,13,23H10V20H2v8h8V25H13A5.0062,5.0062,0,0,0,18,20V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8ZM8,26H4V22H8ZM28,10H24V6h4Z"
|
|
1622
1790
|
})), children);
|
|
1623
1791
|
});
|
|
1624
1792
|
if (process.env.NODE_ENV !== "production") {
|
|
1625
1793
|
ModelBuilder.propTypes = iconPropTypes;
|
|
1626
1794
|
}
|
|
1627
|
-
const ModelBuilderReference = /*#__PURE__*/React.forwardRef(function ModelBuilderReference(
|
|
1795
|
+
const ModelBuilderReference = /*#__PURE__*/React.forwardRef(function ModelBuilderReference(_ref72, ref) {
|
|
1628
1796
|
let {
|
|
1629
1797
|
children,
|
|
1630
1798
|
size = 16,
|
|
1631
1799
|
...rest
|
|
1632
|
-
} =
|
|
1800
|
+
} = _ref72;
|
|
1633
1801
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1634
1802
|
width: size,
|
|
1635
1803
|
height: size,
|
|
@@ -1638,21 +1806,21 @@ const ModelBuilderReference = /*#__PURE__*/React.forwardRef(function ModelBuilde
|
|
|
1638
1806
|
viewBox: "0 0 32 32",
|
|
1639
1807
|
fill: "currentColor",
|
|
1640
1808
|
...rest
|
|
1641
|
-
},
|
|
1809
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1642
1810
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
|
1643
|
-
})),
|
|
1811
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1644
1812
|
d: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12V28h2V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8Zm20,0H24V6h4Z"
|
|
1645
1813
|
})), children);
|
|
1646
1814
|
});
|
|
1647
1815
|
if (process.env.NODE_ENV !== "production") {
|
|
1648
1816
|
ModelBuilderReference.propTypes = iconPropTypes;
|
|
1649
1817
|
}
|
|
1650
|
-
const Money = /*#__PURE__*/React.forwardRef(function Money(
|
|
1818
|
+
const Money = /*#__PURE__*/React.forwardRef(function Money(_ref73, ref) {
|
|
1651
1819
|
let {
|
|
1652
1820
|
children,
|
|
1653
1821
|
size = 16,
|
|
1654
1822
|
...rest
|
|
1655
|
-
} =
|
|
1823
|
+
} = _ref73;
|
|
1656
1824
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1657
1825
|
width: size,
|
|
1658
1826
|
height: size,
|
|
@@ -1661,21 +1829,21 @@ const Money = /*#__PURE__*/React.forwardRef(function Money(_ref66, ref) {
|
|
|
1661
1829
|
viewBox: "0 0 32 32",
|
|
1662
1830
|
fill: "currentColor",
|
|
1663
1831
|
...rest
|
|
1664
|
-
},
|
|
1832
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1665
1833
|
d: "M2 22H30V24H2zM2 26H30V28H2zM24 10a2 2 0 102 2 2 2 0 00-2-2zM16 16a4 4 0 114-4A4.0045 4.0045 0 0116 16zm0-6a2 2 0 102 2A2.002 2.002 0 0016 10zM8 10a2 2 0 102 2 2 2 0 00-2-2z"
|
|
1666
|
-
})),
|
|
1834
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1667
1835
|
d: "M28,20H4a2.0051,2.0051,0,0,1-2-2V6A2.0051,2.0051,0,0,1,4,4H28a2.0051,2.0051,0,0,1,2,2V18A2.0027,2.0027,0,0,1,28,20ZM28,6H4V18H28Z"
|
|
1668
1836
|
})), children);
|
|
1669
1837
|
});
|
|
1670
1838
|
if (process.env.NODE_ENV !== "production") {
|
|
1671
1839
|
Money.propTypes = iconPropTypes;
|
|
1672
1840
|
}
|
|
1673
|
-
const Monster = /*#__PURE__*/React.forwardRef(function Monster(
|
|
1841
|
+
const Monster = /*#__PURE__*/React.forwardRef(function Monster(_ref74, ref) {
|
|
1674
1842
|
let {
|
|
1675
1843
|
children,
|
|
1676
1844
|
size = 16,
|
|
1677
1845
|
...rest
|
|
1678
|
-
} =
|
|
1846
|
+
} = _ref74;
|
|
1679
1847
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1680
1848
|
width: size,
|
|
1681
1849
|
height: size,
|
|
@@ -1684,23 +1852,23 @@ const Monster = /*#__PURE__*/React.forwardRef(function Monster(_ref67, ref) {
|
|
|
1684
1852
|
viewBox: "0 0 32 32",
|
|
1685
1853
|
fill: "currentColor",
|
|
1686
1854
|
...rest
|
|
1687
|
-
},
|
|
1855
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1688
1856
|
d: "M23 22L21 22 21 20 19 20 19 22 17 22 17 20 15 20 15 22 13 22 13 20 11 20 11 22 9 22 9 24 11 24 11 26 13 26 13 24 15 24 15 26 17 26 17 24 19 24 19 26 21 26 21 24 23 24 23 22z"
|
|
1689
|
-
})),
|
|
1857
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1690
1858
|
d: "M28,11H27V4a2.0025,2.0025,0,0,0-2-2H7A2.0025,2.0025,0,0,0,5,4v7H4a2.0025,2.0025,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2H5v4a7.0078,7.0078,0,0,0,7,7h8a7.0078,7.0078,0,0,0,7-7V19h1a2.0025,2.0025,0,0,0,2-2V13A2.0025,2.0025,0,0,0,28,11ZM25,4V7.3818L22.4473,6.1055a1.0008,1.0008,0,0,0-.8946,0L18,7.8818,14.4473,6.1055a1.0008,1.0008,0,0,0-.8946,0L10,7.8818l-3-1.5V4Zm3,13H25v6a5.0057,5.0057,0,0,1-5,5H12a5.0057,5.0057,0,0,1-5-5V17H4V13H7V8.6182L9.5527,9.8945a1.0008,1.0008,0,0,0,.8946,0L14,8.1182l3.5527,1.7763a1.001,1.001,0,0,0,.8946,0L22,8.1182l3,1.5V13h3Z"
|
|
1691
|
-
})),
|
|
1859
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1692
1860
|
d: "M9 14H14V16H9zM18 14H23V16H18z"
|
|
1693
1861
|
})), children);
|
|
1694
1862
|
});
|
|
1695
1863
|
if (process.env.NODE_ENV !== "production") {
|
|
1696
1864
|
Monster.propTypes = iconPropTypes;
|
|
1697
1865
|
}
|
|
1698
|
-
const Monument = /*#__PURE__*/React.forwardRef(function Monument(
|
|
1866
|
+
const Monument = /*#__PURE__*/React.forwardRef(function Monument(_ref75, ref) {
|
|
1699
1867
|
let {
|
|
1700
1868
|
children,
|
|
1701
1869
|
size = 16,
|
|
1702
1870
|
...rest
|
|
1703
|
-
} =
|
|
1871
|
+
} = _ref75;
|
|
1704
1872
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1705
1873
|
width: size,
|
|
1706
1874
|
height: size,
|
|
@@ -1709,19 +1877,19 @@ const Monument = /*#__PURE__*/React.forwardRef(function Monument(_ref68, ref) {
|
|
|
1709
1877
|
viewBox: "0 0 32 32",
|
|
1710
1878
|
fill: "currentColor",
|
|
1711
1879
|
...rest
|
|
1712
|
-
},
|
|
1880
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1713
1881
|
d: "M20,28V6L16,2,12,6V28H2v2H30V28Zm-6,0V6.8281l2-2,2,2V28Z"
|
|
1714
1882
|
})), children);
|
|
1715
1883
|
});
|
|
1716
1884
|
if (process.env.NODE_ENV !== "production") {
|
|
1717
1885
|
Monument.propTypes = iconPropTypes;
|
|
1718
1886
|
}
|
|
1719
|
-
const Moon = /*#__PURE__*/React.forwardRef(function Moon(
|
|
1887
|
+
const Moon = /*#__PURE__*/React.forwardRef(function Moon(_ref76, ref) {
|
|
1720
1888
|
let {
|
|
1721
1889
|
children,
|
|
1722
1890
|
size = 16,
|
|
1723
1891
|
...rest
|
|
1724
|
-
} =
|
|
1892
|
+
} = _ref76;
|
|
1725
1893
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1726
1894
|
width: size,
|
|
1727
1895
|
height: size,
|
|
@@ -1730,19 +1898,19 @@ const Moon = /*#__PURE__*/React.forwardRef(function Moon(_ref69, ref) {
|
|
|
1730
1898
|
viewBox: "0 0 32 32",
|
|
1731
1899
|
fill: "currentColor",
|
|
1732
1900
|
...rest
|
|
1733
|
-
},
|
|
1901
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1734
1902
|
d: "M13.5025,5.4136A15.0755,15.0755,0,0,0,25.096,23.6082a11.1134,11.1134,0,0,1-7.9749,3.3893c-.1385,0-.2782.0051-.4178,0A11.0944,11.0944,0,0,1,13.5025,5.4136M14.98,3a1.0024,1.0024,0,0,0-.1746.0156A13.0959,13.0959,0,0,0,16.63,28.9973c.1641.006.3282,0,.4909,0a13.0724,13.0724,0,0,0,10.702-5.5556,1.0094,1.0094,0,0,0-.7833-1.5644A13.08,13.08,0,0,1,15.8892,4.38,1.0149,1.0149,0,0,0,14.98,3Z"
|
|
1735
1903
|
})), children);
|
|
1736
1904
|
});
|
|
1737
1905
|
if (process.env.NODE_ENV !== "production") {
|
|
1738
1906
|
Moon.propTypes = iconPropTypes;
|
|
1739
1907
|
}
|
|
1740
|
-
const Moonrise = /*#__PURE__*/React.forwardRef(function Moonrise(
|
|
1908
|
+
const Moonrise = /*#__PURE__*/React.forwardRef(function Moonrise(_ref77, ref) {
|
|
1741
1909
|
let {
|
|
1742
1910
|
children,
|
|
1743
1911
|
size = 16,
|
|
1744
1912
|
...rest
|
|
1745
|
-
} =
|
|
1913
|
+
} = _ref77;
|
|
1746
1914
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1747
1915
|
width: size,
|
|
1748
1916
|
height: size,
|
|
@@ -1751,19 +1919,19 @@ const Moonrise = /*#__PURE__*/React.forwardRef(function Moonrise(_ref70, ref) {
|
|
|
1751
1919
|
viewBox: "0 0 32 32",
|
|
1752
1920
|
fill: "currentColor",
|
|
1753
1921
|
...rest
|
|
1754
|
-
},
|
|
1922
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1755
1923
|
d: "M2 28H30V30H2zM26 26H24a7.987 7.987 0 00-2.0371-5.3335l1.49-1.334A9.9835 9.9835 0 0126 26zM16 26H14a9.9268 9.9268 0 013.7539-7.804A7.89 7.89 0 0016 18a8.0092 8.0092 0 00-8 8H6A10.0113 10.0113 0 0116 16a9.8923 9.8923 0 014.4458 1.0515 1 1 0 010 1.79A7.9567 7.9567 0 0016 26zM16 2L11 7 12.41 8.41 15 5.83 15 6 15 14 17 14 17 6 17 5.83 19.59 8.41 21 7 16 2z"
|
|
1756
1924
|
})), children);
|
|
1757
1925
|
});
|
|
1758
1926
|
if (process.env.NODE_ENV !== "production") {
|
|
1759
1927
|
Moonrise.propTypes = iconPropTypes;
|
|
1760
1928
|
}
|
|
1761
|
-
const Moonset = /*#__PURE__*/React.forwardRef(function Moonset(
|
|
1929
|
+
const Moonset = /*#__PURE__*/React.forwardRef(function Moonset(_ref78, ref) {
|
|
1762
1930
|
let {
|
|
1763
1931
|
children,
|
|
1764
1932
|
size = 16,
|
|
1765
1933
|
...rest
|
|
1766
|
-
} =
|
|
1934
|
+
} = _ref78;
|
|
1767
1935
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1768
1936
|
width: size,
|
|
1769
1937
|
height: size,
|
|
@@ -1772,19 +1940,19 @@ const Moonset = /*#__PURE__*/React.forwardRef(function Moonset(_ref71, ref) {
|
|
|
1772
1940
|
viewBox: "0 0 32 32",
|
|
1773
1941
|
fill: "currentColor",
|
|
1774
1942
|
...rest
|
|
1775
|
-
},
|
|
1943
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1776
1944
|
d: "M2 28H30V30H2zM26 26H24a7.987 7.987 0 00-2.0371-5.3335l1.49-1.334A9.9835 9.9835 0 0126 26zM16 26H14a9.9268 9.9268 0 013.7539-7.804A7.89 7.89 0 0016 18a8.0092 8.0092 0 00-8 8H6A10.0113 10.0113 0 0116 16a9.8923 9.8923 0 014.4458 1.0515 1 1 0 010 1.79A7.9567 7.9567 0 0016 26zM16 14L11 9 12.41 7.59 15 10.17 15 10 15 2 17 2 17 10 17 10.17 19.59 7.59 21 9 16 14z"
|
|
1777
1945
|
})), children);
|
|
1778
1946
|
});
|
|
1779
1947
|
if (process.env.NODE_ENV !== "production") {
|
|
1780
1948
|
Moonset.propTypes = iconPropTypes;
|
|
1781
1949
|
}
|
|
1782
|
-
const MostlyCloudy = /*#__PURE__*/React.forwardRef(function MostlyCloudy(
|
|
1950
|
+
const MostlyCloudy = /*#__PURE__*/React.forwardRef(function MostlyCloudy(_ref79, ref) {
|
|
1783
1951
|
let {
|
|
1784
1952
|
children,
|
|
1785
1953
|
size = 16,
|
|
1786
1954
|
...rest
|
|
1787
|
-
} =
|
|
1955
|
+
} = _ref79;
|
|
1788
1956
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1789
1957
|
width: size,
|
|
1790
1958
|
height: size,
|
|
@@ -1793,17 +1961,17 @@ const MostlyCloudy = /*#__PURE__*/React.forwardRef(function MostlyCloudy(_ref72,
|
|
|
1793
1961
|
viewBox: "0 0 32 32",
|
|
1794
1962
|
fill: "currentColor",
|
|
1795
1963
|
...rest
|
|
1796
|
-
},
|
|
1964
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1797
1965
|
d: "M21.743,18.6872A6.05,6.05,0,0,0,22.8,17.6006a5.9977,5.9977,0,1,0-10.7334-4.4444,7.5568,7.5568,0,0,0-5.7158,5.0879A5.9926,5.9926,0,0,0,8,30H19a5.9854,5.9854,0,0,0,2.743-11.3128ZM18,10a4.0042,4.0042,0,0,1,4,4,3.9613,3.9613,0,0,1-.8,2.3994,4.0122,4.0122,0,0,1-.94.8917,7.5416,7.5416,0,0,0-6.1339-4.2395A3.9985,3.9985,0,0,1,18,10Zm1,18H8a3.9928,3.9928,0,0,1-.6729-7.93L7.99,19.958l.1456-.6562a5.4958,5.4958,0,0,1,10.729,0l.1464.6562.6622.1123A3.9928,3.9928,0,0,1,19,28Z",
|
|
1798
1966
|
transform: "translate(0 .005)"
|
|
1799
|
-
})),
|
|
1967
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1800
1968
|
d: "M26 13.005H30V15.005H26z"
|
|
1801
|
-
})),
|
|
1969
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1802
1970
|
d: "M23.071 5.929H27.071V7.929H23.071z",
|
|
1803
1971
|
transform: "rotate(-45 25.077 6.931)"
|
|
1804
|
-
})),
|
|
1972
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1805
1973
|
d: "M17 2.005H19V6.005H17z"
|
|
1806
|
-
})),
|
|
1974
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1807
1975
|
d: "M9.929 4.929H11.929V8.929H9.929z",
|
|
1808
1976
|
transform: "rotate(-45 10.935 6.931)"
|
|
1809
1977
|
})), children);
|
|
@@ -1811,12 +1979,12 @@ const MostlyCloudy = /*#__PURE__*/React.forwardRef(function MostlyCloudy(_ref72,
|
|
|
1811
1979
|
if (process.env.NODE_ENV !== "production") {
|
|
1812
1980
|
MostlyCloudy.propTypes = iconPropTypes;
|
|
1813
1981
|
}
|
|
1814
|
-
const MostlyCloudyNight = /*#__PURE__*/React.forwardRef(function MostlyCloudyNight(
|
|
1982
|
+
const MostlyCloudyNight = /*#__PURE__*/React.forwardRef(function MostlyCloudyNight(_ref80, ref) {
|
|
1815
1983
|
let {
|
|
1816
1984
|
children,
|
|
1817
1985
|
size = 16,
|
|
1818
1986
|
...rest
|
|
1819
|
-
} =
|
|
1987
|
+
} = _ref80;
|
|
1820
1988
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1821
1989
|
width: size,
|
|
1822
1990
|
height: size,
|
|
@@ -1825,19 +1993,19 @@ const MostlyCloudyNight = /*#__PURE__*/React.forwardRef(function MostlyCloudyNig
|
|
|
1825
1993
|
viewBox: "0 0 32 32",
|
|
1826
1994
|
fill: "currentColor",
|
|
1827
1995
|
...rest
|
|
1828
|
-
},
|
|
1996
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1829
1997
|
d: "M29.8438,15.0347a1.5169,1.5169,0,0,0-1.23-.8658,5.3547,5.3547,0,0,1-3.4094-1.7158A6.4653,6.4653,0,0,1,23.918,6.0605a1.6025,1.6025,0,0,0-.2989-1.5459,1.4543,1.4543,0,0,0-1.36-.4931l-.0191.0039a7.927,7.927,0,0,0-6.22,7.4307A7.3638,7.3638,0,0,0,13.5,11a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,28H19a5.9771,5.9771,0,0,0,5.6147-8.0884,7.5054,7.5054,0,0,0,5.1324-3.3569A1.5372,1.5372,0,0,0,29.8438,15.0347ZM19,26H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,26Zm4.4653-8.001h-.0217a5.9581,5.9581,0,0,0-2.7942-1.7549,7.5068,7.5068,0,0,0-2.6008-3.6767c-.01-.1016-.0361-.1978-.041-.3008a6.078,6.078,0,0,1,3.7907-6.05,8.4577,8.4577,0,0,0,1.94,7.5967A7.4007,7.4007,0,0,0,27.64,16.041,5.4286,5.4286,0,0,1,23.4653,17.999Z"
|
|
1830
1998
|
})), children);
|
|
1831
1999
|
});
|
|
1832
2000
|
if (process.env.NODE_ENV !== "production") {
|
|
1833
2001
|
MostlyCloudyNight.propTypes = iconPropTypes;
|
|
1834
2002
|
}
|
|
1835
|
-
const Mountain = /*#__PURE__*/React.forwardRef(function Mountain(
|
|
2003
|
+
const Mountain = /*#__PURE__*/React.forwardRef(function Mountain(_ref81, ref) {
|
|
1836
2004
|
let {
|
|
1837
2005
|
children,
|
|
1838
2006
|
size = 16,
|
|
1839
2007
|
...rest
|
|
1840
|
-
} =
|
|
2008
|
+
} = _ref81;
|
|
1841
2009
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1842
2010
|
width: size,
|
|
1843
2011
|
height: size,
|
|
@@ -1846,19 +2014,19 @@ const Mountain = /*#__PURE__*/React.forwardRef(function Mountain(_ref74, ref) {
|
|
|
1846
2014
|
viewBox: "0 0 32 32",
|
|
1847
2015
|
fill: "currentColor",
|
|
1848
2016
|
...rest
|
|
1849
|
-
},
|
|
2017
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1850
2018
|
d: "M27.6343,26,17.7888,5.1055a2,2,0,0,0-3.5879.021L4.3657,26H2v2H30V26ZM15.99,5.979,20.9473,16.5,19,17.7979l-3-2-3,2-1.9551-1.3033ZM10.1846,18.3247,13,20.2021l3-2,3,2,2.8091-1.873L25.4233,26H6.5752Z"
|
|
1851
2019
|
})), children);
|
|
1852
2020
|
});
|
|
1853
2021
|
if (process.env.NODE_ENV !== "production") {
|
|
1854
2022
|
Mountain.propTypes = iconPropTypes;
|
|
1855
2023
|
}
|
|
1856
|
-
const Mov = /*#__PURE__*/React.forwardRef(function Mov(
|
|
2024
|
+
const Mov = /*#__PURE__*/React.forwardRef(function Mov(_ref82, ref) {
|
|
1857
2025
|
let {
|
|
1858
2026
|
children,
|
|
1859
2027
|
size = 16,
|
|
1860
2028
|
...rest
|
|
1861
|
-
} =
|
|
2029
|
+
} = _ref82;
|
|
1862
2030
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1863
2031
|
width: size,
|
|
1864
2032
|
height: size,
|
|
@@ -1867,19 +2035,19 @@ const Mov = /*#__PURE__*/React.forwardRef(function Mov(_ref75, ref) {
|
|
|
1867
2035
|
viewBox: "0 0 32 32",
|
|
1868
2036
|
fill: "currentColor",
|
|
1869
2037
|
...rest
|
|
1870
|
-
},
|
|
2038
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
1871
2039
|
d: "M28 9L26 22 24 9 22 9 24.52 23 27.48 23 30 9 28 9zM18 23H14a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0118 23zM14 11V21h4V11zM8 9L6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z"
|
|
1872
2040
|
})), children);
|
|
1873
2041
|
});
|
|
1874
2042
|
if (process.env.NODE_ENV !== "production") {
|
|
1875
2043
|
Mov.propTypes = iconPropTypes;
|
|
1876
2044
|
}
|
|
1877
|
-
const Move = /*#__PURE__*/React.forwardRef(function Move(
|
|
2045
|
+
const Move = /*#__PURE__*/React.forwardRef(function Move(_ref83, ref) {
|
|
1878
2046
|
let {
|
|
1879
2047
|
children,
|
|
1880
2048
|
size = 16,
|
|
1881
2049
|
...rest
|
|
1882
|
-
} =
|
|
2050
|
+
} = _ref83;
|
|
1883
2051
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1884
2052
|
width: size,
|
|
1885
2053
|
height: size,
|
|
@@ -1888,19 +2056,19 @@ const Move = /*#__PURE__*/React.forwardRef(function Move(_ref76, ref) {
|
|
|
1888
2056
|
viewBox: "0 0 32 32",
|
|
1889
2057
|
fill: "currentColor",
|
|
1890
2058
|
...rest
|
|
1891
|
-
},
|
|
2059
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
1892
2060
|
d: "M25 11L23.59 12.41 26.17 15 17 15 17 5.83 19.59 8.41 21 7 16 2 11 7 12.41 8.41 15 5.83 15 15 5.83 15 8.41 12.41 7 11 2 16 7 21 8.41 19.59 5.83 17 15 17 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17 17 17 26.17 17 23.59 19.59 25 21 30 16 25 11z"
|
|
1893
2061
|
})), children);
|
|
1894
2062
|
});
|
|
1895
2063
|
if (process.env.NODE_ENV !== "production") {
|
|
1896
2064
|
Move.propTypes = iconPropTypes;
|
|
1897
2065
|
}
|
|
1898
|
-
const Movement = /*#__PURE__*/React.forwardRef(function Movement(
|
|
2066
|
+
const Movement = /*#__PURE__*/React.forwardRef(function Movement(_ref84, ref) {
|
|
1899
2067
|
let {
|
|
1900
2068
|
children,
|
|
1901
2069
|
size = 16,
|
|
1902
2070
|
...rest
|
|
1903
|
-
} =
|
|
2071
|
+
} = _ref84;
|
|
1904
2072
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1905
2073
|
width: size,
|
|
1906
2074
|
height: size,
|
|
@@ -1909,19 +2077,19 @@ const Movement = /*#__PURE__*/React.forwardRef(function Movement(_ref77, ref) {
|
|
|
1909
2077
|
viewBox: "0 0 32 32",
|
|
1910
2078
|
fill: "currentColor",
|
|
1911
2079
|
...rest
|
|
1912
|
-
},
|
|
2080
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
1913
2081
|
d: "M24,20l-1.41,1.41L26.17,25H10a4,4,0,0,1,0-8H22A6,6,0,0,0,22,5H5.83L9.41,1.41,8,0,2,6l6,6,1.41-1.41L5.83,7H22a4,4,0,0,1,0,8H10a6,6,0,0,0,0,12H26.17l-3.58,3.59L24,32l6-6Z"
|
|
1914
2082
|
})), children);
|
|
1915
2083
|
});
|
|
1916
2084
|
if (process.env.NODE_ENV !== "production") {
|
|
1917
2085
|
Movement.propTypes = iconPropTypes;
|
|
1918
2086
|
}
|
|
1919
|
-
const Mp3 = /*#__PURE__*/React.forwardRef(function Mp3(
|
|
2087
|
+
const Mp3 = /*#__PURE__*/React.forwardRef(function Mp3(_ref85, ref) {
|
|
1920
2088
|
let {
|
|
1921
2089
|
children,
|
|
1922
2090
|
size = 16,
|
|
1923
2091
|
...rest
|
|
1924
|
-
} =
|
|
2092
|
+
} = _ref85;
|
|
1925
2093
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1926
2094
|
width: size,
|
|
1927
2095
|
height: size,
|
|
@@ -1930,19 +2098,19 @@ const Mp3 = /*#__PURE__*/React.forwardRef(function Mp3(_ref78, ref) {
|
|
|
1930
2098
|
viewBox: "0 0 32 32",
|
|
1931
2099
|
fill: "currentColor",
|
|
1932
2100
|
...rest
|
|
1933
|
-
},
|
|
2101
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
1934
2102
|
d: "M28 9H22v2h6v4H24v2h4v4H22v2h6a2 2 0 002-2V11A2 2 0 0028 9zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 9L6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z"
|
|
1935
2103
|
})), children);
|
|
1936
2104
|
});
|
|
1937
2105
|
if (process.env.NODE_ENV !== "production") {
|
|
1938
2106
|
Mp3.propTypes = iconPropTypes;
|
|
1939
2107
|
}
|
|
1940
|
-
const Mp4 = /*#__PURE__*/React.forwardRef(function Mp4(
|
|
2108
|
+
const Mp4 = /*#__PURE__*/React.forwardRef(function Mp4(_ref86, ref) {
|
|
1941
2109
|
let {
|
|
1942
2110
|
children,
|
|
1943
2111
|
size = 16,
|
|
1944
2112
|
...rest
|
|
1945
|
-
} =
|
|
2113
|
+
} = _ref86;
|
|
1946
2114
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1947
2115
|
width: size,
|
|
1948
2116
|
height: size,
|
|
@@ -1951,19 +2119,19 @@ const Mp4 = /*#__PURE__*/React.forwardRef(function Mp4(_ref79, ref) {
|
|
|
1951
2119
|
viewBox: "0 0 32 32",
|
|
1952
2120
|
fill: "currentColor",
|
|
1953
2121
|
...rest
|
|
1954
|
-
},
|
|
2122
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
1955
2123
|
d: "M28 10v8h0V10m1-1H27v8H24V9H22V19h5v4h2V19h1V17H29V9zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 9L6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z"
|
|
1956
2124
|
})), children);
|
|
1957
2125
|
});
|
|
1958
2126
|
if (process.env.NODE_ENV !== "production") {
|
|
1959
2127
|
Mp4.propTypes = iconPropTypes;
|
|
1960
2128
|
}
|
|
1961
|
-
const Mpeg = /*#__PURE__*/React.forwardRef(function Mpeg(
|
|
2129
|
+
const Mpeg = /*#__PURE__*/React.forwardRef(function Mpeg(_ref87, ref) {
|
|
1962
2130
|
let {
|
|
1963
2131
|
children,
|
|
1964
2132
|
size = 16,
|
|
1965
2133
|
...rest
|
|
1966
|
-
} =
|
|
2134
|
+
} = _ref87;
|
|
1967
2135
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1968
2136
|
width: size,
|
|
1969
2137
|
height: size,
|
|
@@ -1972,19 +2140,19 @@ const Mpeg = /*#__PURE__*/React.forwardRef(function Mpeg(_ref80, ref) {
|
|
|
1972
2140
|
viewBox: "0 0 32 32",
|
|
1973
2141
|
fill: "currentColor",
|
|
1974
2142
|
...rest
|
|
1975
|
-
},
|
|
2143
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
1976
2144
|
d: "M32 21H28a2.0023 2.0023 0 01-2-2V13a2.002 2.002 0 012-2h4v2H28v6h2V17H29l0-2h3zM24 13L24 11.024 18 11.024 18 21 24 21 24 19 20 19 20 17 22 17 22 15 20 15 20 13 24 13zM14 11H9V21h2V18h3a2.0027 2.0027 0 002-2V13A2.0023 2.0023 0 0014 11zm-3 5V13h3l.001 3zM7 11L5 11 3.5 15 2 11 0 11 0 21 2 21 2 14 3.5 18 5 14 5 21 7 21 7 11z"
|
|
1977
2145
|
})), children);
|
|
1978
2146
|
});
|
|
1979
2147
|
if (process.env.NODE_ENV !== "production") {
|
|
1980
2148
|
Mpeg.propTypes = iconPropTypes;
|
|
1981
2149
|
}
|
|
1982
|
-
const Mpg2 = /*#__PURE__*/React.forwardRef(function Mpg2(
|
|
2150
|
+
const Mpg2 = /*#__PURE__*/React.forwardRef(function Mpg2(_ref88, ref) {
|
|
1983
2151
|
let {
|
|
1984
2152
|
children,
|
|
1985
2153
|
size = 16,
|
|
1986
2154
|
...rest
|
|
1987
|
-
} =
|
|
2155
|
+
} = _ref88;
|
|
1988
2156
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1989
2157
|
width: size,
|
|
1990
2158
|
height: size,
|
|
@@ -1993,19 +2161,19 @@ const Mpg2 = /*#__PURE__*/React.forwardRef(function Mpg2(_ref81, ref) {
|
|
|
1993
2161
|
viewBox: "0 0 32 32",
|
|
1994
2162
|
fill: "currentColor",
|
|
1995
2163
|
...rest
|
|
1996
|
-
},
|
|
2164
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
1997
2165
|
d: "M32 21H26V17a2.002 2.002 0 012-2h2V13H26V11h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H28v2h4zM24 21H20a2.0023 2.0023 0 01-2-2V13a2.002 2.002 0 012-2h4v2H20v6h2V17H21l0-2h3zM14 11H9V21h2V18h3a2.0027 2.0027 0 002-2V13A2.0023 2.0023 0 0014 11zm-3 5V13h3l.001 3zM7 11L5 11 3.5 15 2 11 0 11 0 21 2 21 2 14 3.5 18 5 14 5 21 7 21 7 11z"
|
|
1998
2166
|
})), children);
|
|
1999
2167
|
});
|
|
2000
2168
|
if (process.env.NODE_ENV !== "production") {
|
|
2001
2169
|
Mpg2.propTypes = iconPropTypes;
|
|
2002
2170
|
}
|
|
2003
|
-
const Music = /*#__PURE__*/React.forwardRef(function Music(
|
|
2171
|
+
const Music = /*#__PURE__*/React.forwardRef(function Music(_ref89, ref) {
|
|
2004
2172
|
let {
|
|
2005
2173
|
children,
|
|
2006
2174
|
size = 16,
|
|
2007
2175
|
...rest
|
|
2008
|
-
} =
|
|
2176
|
+
} = _ref89;
|
|
2009
2177
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2010
2178
|
width: size,
|
|
2011
2179
|
height: size,
|
|
@@ -2014,19 +2182,19 @@ const Music = /*#__PURE__*/React.forwardRef(function Music(_ref82, ref) {
|
|
|
2014
2182
|
viewBox: "0 0 32 32",
|
|
2015
2183
|
fill: "currentColor",
|
|
2016
2184
|
...rest
|
|
2017
|
-
},
|
|
2185
|
+
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2018
2186
|
d: "M25,4H10A2.002,2.002,0,0,0,8,6V20.5563A3.9551,3.9551,0,0,0,6,20a4,4,0,1,0,4,4V12H25v8.5562A3.9545,3.9545,0,0,0,23,20a4,4,0,1,0,4,4V6A2.0023,2.0023,0,0,0,25,4ZM6,26a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,26Zm17,0a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,23,26ZM10,6H25v4H10Z"
|
|
2019
2187
|
})), children);
|
|
2020
2188
|
});
|
|
2021
2189
|
if (process.env.NODE_ENV !== "production") {
|
|
2022
2190
|
Music.propTypes = iconPropTypes;
|
|
2023
2191
|
}
|
|
2024
|
-
const MusicAdd = /*#__PURE__*/React.forwardRef(function MusicAdd(
|
|
2192
|
+
const MusicAdd = /*#__PURE__*/React.forwardRef(function MusicAdd(_ref90, ref) {
|
|
2025
2193
|
let {
|
|
2026
2194
|
children,
|
|
2027
2195
|
size = 16,
|
|
2028
2196
|
...rest
|
|
2029
|
-
} =
|
|
2197
|
+
} = _ref90;
|
|
2030
2198
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2031
2199
|
width: size,
|
|
2032
2200
|
height: size,
|
|
@@ -2035,19 +2203,19 @@ const MusicAdd = /*#__PURE__*/React.forwardRef(function MusicAdd(_ref83, ref) {
|
|
|
2035
2203
|
viewBox: "0 0 32 32",
|
|
2036
2204
|
fill: "currentColor",
|
|
2037
2205
|
...rest
|
|
2038
|
-
},
|
|
2206
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2039
2207
|
d: "M30 6L26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6zM24 15v7.5562A3.9552 3.9552 0 0022 22a4 4 0 104 4V15zM22 28a2 2 0 112-2A2.0027 2.0027 0 0122 28zM17 6H10A2.002 2.002 0 008 8V22.5562A3.9557 3.9557 0 006 22a4 4 0 104 4V8h7zM6 28a2 2 0 112-2A2.0023 2.0023 0 016 28z"
|
|
2040
2208
|
})), children);
|
|
2041
2209
|
});
|
|
2042
2210
|
if (process.env.NODE_ENV !== "production") {
|
|
2043
2211
|
MusicAdd.propTypes = iconPropTypes;
|
|
2044
2212
|
}
|
|
2045
|
-
const MusicRemove = /*#__PURE__*/React.forwardRef(function MusicRemove(
|
|
2213
|
+
const MusicRemove = /*#__PURE__*/React.forwardRef(function MusicRemove(_ref91, ref) {
|
|
2046
2214
|
let {
|
|
2047
2215
|
children,
|
|
2048
2216
|
size = 16,
|
|
2049
2217
|
...rest
|
|
2050
|
-
} =
|
|
2218
|
+
} = _ref91;
|
|
2051
2219
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2052
2220
|
width: size,
|
|
2053
2221
|
height: size,
|
|
@@ -2056,19 +2224,19 @@ const MusicRemove = /*#__PURE__*/React.forwardRef(function MusicRemove(_ref84, r
|
|
|
2056
2224
|
viewBox: "0 0 32 32",
|
|
2057
2225
|
fill: "currentColor",
|
|
2058
2226
|
...rest
|
|
2059
|
-
},
|
|
2227
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2060
2228
|
d: "M26.41 7L30 3.41 28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7zM24 15v7.5562A3.9552 3.9552 0 0022 22a4 4 0 104 4V15zM22 28a2 2 0 112-2A2.0027 2.0027 0 0122 28zM17 6H10A2.002 2.002 0 008 8V22.5562A3.9557 3.9557 0 006 22a4 4 0 104 4V8h7zM6 28a2 2 0 112-2A2.0023 2.0023 0 016 28z"
|
|
2061
2229
|
})), children);
|
|
2062
2230
|
});
|
|
2063
2231
|
if (process.env.NODE_ENV !== "production") {
|
|
2064
2232
|
MusicRemove.propTypes = iconPropTypes;
|
|
2065
2233
|
}
|
|
2066
|
-
const Mysql = /*#__PURE__*/React.forwardRef(function Mysql(
|
|
2234
|
+
const Mysql = /*#__PURE__*/React.forwardRef(function Mysql(_ref92, ref) {
|
|
2067
2235
|
let {
|
|
2068
2236
|
children,
|
|
2069
2237
|
size = 16,
|
|
2070
2238
|
...rest
|
|
2071
|
-
} =
|
|
2239
|
+
} = _ref92;
|
|
2072
2240
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2073
2241
|
width: size,
|
|
2074
2242
|
height: size,
|
|
@@ -2077,19 +2245,19 @@ const Mysql = /*#__PURE__*/React.forwardRef(function Mysql(_ref85, ref) {
|
|
|
2077
2245
|
viewBox: "0 0 32 32",
|
|
2078
2246
|
fill: "currentColor",
|
|
2079
2247
|
...rest
|
|
2080
|
-
},
|
|
2248
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2081
2249
|
d: "M28.2471 11.9248h3.1748l-4.6465 13.938c-.3066.9351-.7402 1.6255-1.2998 2.0703-.5596.4443-1.3604.667-2.4033.667h-2.1162v-2.645h2.2773l.4141-1.334-4.2324-12.6963h3.3818l1.7705 5.6353.874 3.4961h.1377l.8975-3.4961 1.7705-5.6353zM14.2178 13.4658L14.1484 13.4658 12.9756 15.812 9.8477 21.4932 6.7891 15.835 5.5693 13.3052 5.501 13.3052 5.501 24 2.2119 24 2.2119 7.9458 5.915 7.9458 9.8477 15.4668 9.8936 15.4668 13.7812 7.9458 17.5068 7.9458 17.5068 24 14.2178 24 14.2178 13.4658z"
|
|
2082
2250
|
})), children);
|
|
2083
2251
|
});
|
|
2084
2252
|
if (process.env.NODE_ENV !== "production") {
|
|
2085
2253
|
Mysql.propTypes = iconPropTypes;
|
|
2086
2254
|
}
|
|
2087
|
-
const NameSpace = /*#__PURE__*/React.forwardRef(function NameSpace(
|
|
2255
|
+
const NameSpace = /*#__PURE__*/React.forwardRef(function NameSpace(_ref93, ref) {
|
|
2088
2256
|
let {
|
|
2089
2257
|
children,
|
|
2090
2258
|
size = 16,
|
|
2091
2259
|
...rest
|
|
2092
|
-
} =
|
|
2260
|
+
} = _ref93;
|
|
2093
2261
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2094
2262
|
width: size,
|
|
2095
2263
|
height: size,
|
|
@@ -2098,19 +2266,19 @@ const NameSpace = /*#__PURE__*/React.forwardRef(function NameSpace(_ref86, ref)
|
|
|
2098
2266
|
viewBox: "0 0 32 32",
|
|
2099
2267
|
fill: "currentColor",
|
|
2100
2268
|
...rest
|
|
2101
|
-
},
|
|
2269
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2102
2270
|
d: "M7 12H4a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 014 4H7V6H4v4H7zM9 10H15V12H9zM17 10H23V12H17zM28 12H25V10h3V6H25V4h3a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 12zM17 4H23V6H17zM9 4H15V6H9zM28 28H4a2.0023 2.0023 0 01-2-2V22a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 28zM4 22v4H28V22zM2 15H30V17H2z"
|
|
2103
2271
|
})), children);
|
|
2104
2272
|
});
|
|
2105
2273
|
if (process.env.NODE_ENV !== "production") {
|
|
2106
2274
|
NameSpace.propTypes = iconPropTypes;
|
|
2107
2275
|
}
|
|
2108
|
-
const NavaidCivil = /*#__PURE__*/React.forwardRef(function NavaidCivil(
|
|
2276
|
+
const NavaidCivil = /*#__PURE__*/React.forwardRef(function NavaidCivil(_ref94, ref) {
|
|
2109
2277
|
let {
|
|
2110
2278
|
children,
|
|
2111
2279
|
size = 16,
|
|
2112
2280
|
...rest
|
|
2113
|
-
} =
|
|
2281
|
+
} = _ref94;
|
|
2114
2282
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2115
2283
|
width: size,
|
|
2116
2284
|
height: size,
|
|
@@ -2119,19 +2287,19 @@ const NavaidCivil = /*#__PURE__*/React.forwardRef(function NavaidCivil(_ref87, r
|
|
|
2119
2287
|
viewBox: "0 0 32 32",
|
|
2120
2288
|
fill: "currentColor",
|
|
2121
2289
|
...rest
|
|
2122
|
-
},
|
|
2290
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2123
2291
|
d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
|
|
2124
2292
|
})), children);
|
|
2125
2293
|
});
|
|
2126
2294
|
if (process.env.NODE_ENV !== "production") {
|
|
2127
2295
|
NavaidCivil.propTypes = iconPropTypes;
|
|
2128
2296
|
}
|
|
2129
|
-
const NavaidDme = /*#__PURE__*/React.forwardRef(function NavaidDme(
|
|
2297
|
+
const NavaidDme = /*#__PURE__*/React.forwardRef(function NavaidDme(_ref95, ref) {
|
|
2130
2298
|
let {
|
|
2131
2299
|
children,
|
|
2132
2300
|
size = 16,
|
|
2133
2301
|
...rest
|
|
2134
|
-
} =
|
|
2302
|
+
} = _ref95;
|
|
2135
2303
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2136
2304
|
width: size,
|
|
2137
2305
|
height: size,
|
|
@@ -2140,23 +2308,23 @@ const NavaidDme = /*#__PURE__*/React.forwardRef(function NavaidDme(_ref88, ref)
|
|
|
2140
2308
|
viewBox: "0 0 32 32",
|
|
2141
2309
|
fill: "currentColor",
|
|
2142
2310
|
...rest
|
|
2143
|
-
},
|
|
2311
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2144
2312
|
d: "M16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,16,14Z"
|
|
2145
|
-
})),
|
|
2313
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2146
2314
|
d: "M24,24H8a2.0021,2.0021,0,0,1-2-2V10A2.0021,2.0021,0,0,1,8,8H24a2.0021,2.0021,0,0,1,2,2V22A2.0021,2.0021,0,0,1,24,24ZM8,10V22H24V10Z"
|
|
2147
|
-
})),
|
|
2315
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2148
2316
|
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"
|
|
2149
2317
|
})), children);
|
|
2150
2318
|
});
|
|
2151
2319
|
if (process.env.NODE_ENV !== "production") {
|
|
2152
2320
|
NavaidDme.propTypes = iconPropTypes;
|
|
2153
2321
|
}
|
|
2154
|
-
const NavaidHelipad = /*#__PURE__*/React.forwardRef(function NavaidHelipad(
|
|
2322
|
+
const NavaidHelipad = /*#__PURE__*/React.forwardRef(function NavaidHelipad(_ref96, ref) {
|
|
2155
2323
|
let {
|
|
2156
2324
|
children,
|
|
2157
2325
|
size = 16,
|
|
2158
2326
|
...rest
|
|
2159
|
-
} =
|
|
2327
|
+
} = _ref96;
|
|
2160
2328
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2161
2329
|
width: size,
|
|
2162
2330
|
height: size,
|
|
@@ -2165,21 +2333,21 @@ const NavaidHelipad = /*#__PURE__*/React.forwardRef(function NavaidHelipad(_ref8
|
|
|
2165
2333
|
viewBox: "0 0 32 32",
|
|
2166
2334
|
fill: "currentColor",
|
|
2167
2335
|
...rest
|
|
2168
|
-
},
|
|
2336
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2169
2337
|
d: "M18 9L18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z"
|
|
2170
|
-
})),
|
|
2338
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2171
2339
|
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
2172
2340
|
})), children);
|
|
2173
2341
|
});
|
|
2174
2342
|
if (process.env.NODE_ENV !== "production") {
|
|
2175
2343
|
NavaidHelipad.propTypes = iconPropTypes;
|
|
2176
2344
|
}
|
|
2177
|
-
const NavaidMilitary = /*#__PURE__*/React.forwardRef(function NavaidMilitary(
|
|
2345
|
+
const NavaidMilitary = /*#__PURE__*/React.forwardRef(function NavaidMilitary(_ref97, ref) {
|
|
2178
2346
|
let {
|
|
2179
2347
|
children,
|
|
2180
2348
|
size = 16,
|
|
2181
2349
|
...rest
|
|
2182
|
-
} =
|
|
2350
|
+
} = _ref97;
|
|
2183
2351
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2184
2352
|
width: size,
|
|
2185
2353
|
height: size,
|
|
@@ -2188,9 +2356,9 @@ const NavaidMilitary = /*#__PURE__*/React.forwardRef(function NavaidMilitary(_re
|
|
|
2188
2356
|
viewBox: "0 0 32 32",
|
|
2189
2357
|
fill: "currentColor",
|
|
2190
2358
|
...rest
|
|
2191
|
-
},
|
|
2359
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2192
2360
|
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
2193
|
-
})),
|
|
2361
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2194
2362
|
d: "M16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Zm0-14a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,10Z"
|
|
2195
2363
|
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
2196
2364
|
cx: "16",
|
|
@@ -2201,12 +2369,12 @@ const NavaidMilitary = /*#__PURE__*/React.forwardRef(function NavaidMilitary(_re
|
|
|
2201
2369
|
if (process.env.NODE_ENV !== "production") {
|
|
2202
2370
|
NavaidMilitary.propTypes = iconPropTypes;
|
|
2203
2371
|
}
|
|
2204
|
-
const NavaidMilitaryCivil = /*#__PURE__*/React.forwardRef(function NavaidMilitaryCivil(
|
|
2372
|
+
const NavaidMilitaryCivil = /*#__PURE__*/React.forwardRef(function NavaidMilitaryCivil(_ref98, ref) {
|
|
2205
2373
|
let {
|
|
2206
2374
|
children,
|
|
2207
2375
|
size = 16,
|
|
2208
2376
|
...rest
|
|
2209
|
-
} =
|
|
2377
|
+
} = _ref98;
|
|
2210
2378
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2211
2379
|
width: size,
|
|
2212
2380
|
height: size,
|
|
@@ -2215,21 +2383,21 @@ const NavaidMilitaryCivil = /*#__PURE__*/React.forwardRef(function NavaidMilitar
|
|
|
2215
2383
|
viewBox: "0 0 32 32",
|
|
2216
2384
|
fill: "currentColor",
|
|
2217
2385
|
...rest
|
|
2218
|
-
},
|
|
2386
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2219
2387
|
d: "M16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Zm0-14a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,10Z"
|
|
2220
|
-
})),
|
|
2388
|
+
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2221
2389
|
d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
|
|
2222
2390
|
})), children);
|
|
2223
2391
|
});
|
|
2224
2392
|
if (process.env.NODE_ENV !== "production") {
|
|
2225
2393
|
NavaidMilitaryCivil.propTypes = iconPropTypes;
|
|
2226
2394
|
}
|
|
2227
|
-
const NavaidNdb = /*#__PURE__*/React.forwardRef(function NavaidNdb(
|
|
2395
|
+
const NavaidNdb = /*#__PURE__*/React.forwardRef(function NavaidNdb(_ref99, ref) {
|
|
2228
2396
|
let {
|
|
2229
2397
|
children,
|
|
2230
2398
|
size = 16,
|
|
2231
2399
|
...rest
|
|
2232
|
-
} =
|
|
2400
|
+
} = _ref99;
|
|
2233
2401
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2234
2402
|
width: size,
|
|
2235
2403
|
height: size,
|
|
@@ -2238,7 +2406,7 @@ const NavaidNdb = /*#__PURE__*/React.forwardRef(function NavaidNdb(_ref92, ref)
|
|
|
2238
2406
|
viewBox: "0 0 32 32",
|
|
2239
2407
|
fill: "currentColor",
|
|
2240
2408
|
...rest
|
|
2241
|
-
},
|
|
2409
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2242
2410
|
d: "M16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Zm0-14a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,10Z"
|
|
2243
2411
|
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
2244
2412
|
cx: "16",
|
|
@@ -2281,12 +2449,12 @@ const NavaidNdb = /*#__PURE__*/React.forwardRef(function NavaidNdb(_ref92, ref)
|
|
|
2281
2449
|
if (process.env.NODE_ENV !== "production") {
|
|
2282
2450
|
NavaidNdb.propTypes = iconPropTypes;
|
|
2283
2451
|
}
|
|
2284
|
-
const NavaidNdbDme = /*#__PURE__*/React.forwardRef(function NavaidNdbDme(
|
|
2452
|
+
const NavaidNdbDme = /*#__PURE__*/React.forwardRef(function NavaidNdbDme(_ref100, ref) {
|
|
2285
2453
|
let {
|
|
2286
2454
|
children,
|
|
2287
2455
|
size = 16,
|
|
2288
2456
|
...rest
|
|
2289
|
-
} =
|
|
2457
|
+
} = _ref100;
|
|
2290
2458
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2291
2459
|
width: size,
|
|
2292
2460
|
height: size,
|
|
@@ -2295,7 +2463,7 @@ const NavaidNdbDme = /*#__PURE__*/React.forwardRef(function NavaidNdbDme(_ref93,
|
|
|
2295
2463
|
viewBox: "0 0 32 32",
|
|
2296
2464
|
fill: "currentColor",
|
|
2297
2465
|
...rest
|
|
2298
|
-
},
|
|
2466
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2299
2467
|
d: "M4 12H2V4A2.0021 2.0021 0 014 2h8V4H4zM12 30H4a2.0021 2.0021 0 01-2-2V20H4v8h8zM28 30H20V28h8V20h2v8A2.0021 2.0021 0 0128 30zM30 12H28V4H20V2h8a2.0021 2.0021 0 012 2zM16 22a6 6 0 116-6A6.0067 6.0067 0 0116 22zm0-10a4 4 0 104 4A4.0045 4.0045 0 0016 12z"
|
|
2300
2468
|
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
2301
2469
|
cx: "16",
|
|
@@ -2370,12 +2538,12 @@ const NavaidNdbDme = /*#__PURE__*/React.forwardRef(function NavaidNdbDme(_ref93,
|
|
|
2370
2538
|
if (process.env.NODE_ENV !== "production") {
|
|
2371
2539
|
NavaidNdbDme.propTypes = iconPropTypes;
|
|
2372
2540
|
}
|
|
2373
|
-
const NavaidPrivate = /*#__PURE__*/React.forwardRef(function NavaidPrivate(
|
|
2541
|
+
const NavaidPrivate = /*#__PURE__*/React.forwardRef(function NavaidPrivate(_ref101, ref) {
|
|
2374
2542
|
let {
|
|
2375
2543
|
children,
|
|
2376
2544
|
size = 16,
|
|
2377
2545
|
...rest
|
|
2378
|
-
} =
|
|
2546
|
+
} = _ref101;
|
|
2379
2547
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2380
2548
|
width: size,
|
|
2381
2549
|
height: size,
|
|
@@ -2384,21 +2552,21 @@ const NavaidPrivate = /*#__PURE__*/React.forwardRef(function NavaidPrivate(_ref9
|
|
|
2384
2552
|
viewBox: "0 0 32 32",
|
|
2385
2553
|
fill: "currentColor",
|
|
2386
2554
|
...rest
|
|
2387
|
-
},
|
|
2555
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2388
2556
|
d: "M20,15V11a2.0023,2.0023,0,0,0-2-2H12V23h2V17h1.4807l2.3345,6H19.96l-2.333-6H18A2.0027,2.0027,0,0,0,20,15Zm-6-4h4v4H14Z"
|
|
2389
|
-
})),
|
|
2557
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2390
2558
|
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
2391
2559
|
})), children);
|
|
2392
2560
|
});
|
|
2393
2561
|
if (process.env.NODE_ENV !== "production") {
|
|
2394
2562
|
NavaidPrivate.propTypes = iconPropTypes;
|
|
2395
2563
|
}
|
|
2396
|
-
const NavaidSeaplane = /*#__PURE__*/React.forwardRef(function NavaidSeaplane(
|
|
2564
|
+
const NavaidSeaplane = /*#__PURE__*/React.forwardRef(function NavaidSeaplane(_ref102, ref) {
|
|
2397
2565
|
let {
|
|
2398
2566
|
children,
|
|
2399
2567
|
size = 16,
|
|
2400
2568
|
...rest
|
|
2401
|
-
} =
|
|
2569
|
+
} = _ref102;
|
|
2402
2570
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2403
2571
|
width: size,
|
|
2404
2572
|
height: size,
|
|
@@ -2407,21 +2575,21 @@ const NavaidSeaplane = /*#__PURE__*/React.forwardRef(function NavaidSeaplane(_re
|
|
|
2407
2575
|
viewBox: "0 0 32 32",
|
|
2408
2576
|
fill: "currentColor",
|
|
2409
2577
|
...rest
|
|
2410
|
-
},
|
|
2578
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2411
2579
|
d: "M20,18a3.9962,3.9962,0,0,1-3,3.8579V17h2V15H17V13.8159a3.0007,3.0007,0,1,0-2,0V15H13v2h2v4.8579A3.9962,3.9962,0,0,1,12,18H10a6,6,0,0,0,12,0Zm-4-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,16,10Z"
|
|
2412
|
-
})),
|
|
2580
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2413
2581
|
d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
|
|
2414
2582
|
})), children);
|
|
2415
2583
|
});
|
|
2416
2584
|
if (process.env.NODE_ENV !== "production") {
|
|
2417
2585
|
NavaidSeaplane.propTypes = iconPropTypes;
|
|
2418
2586
|
}
|
|
2419
|
-
const NavaidTacan = /*#__PURE__*/React.forwardRef(function NavaidTacan(
|
|
2587
|
+
const NavaidTacan = /*#__PURE__*/React.forwardRef(function NavaidTacan(_ref103, ref) {
|
|
2420
2588
|
let {
|
|
2421
2589
|
children,
|
|
2422
2590
|
size = 16,
|
|
2423
2591
|
...rest
|
|
2424
|
-
} =
|
|
2592
|
+
} = _ref103;
|
|
2425
2593
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2426
2594
|
width: size,
|
|
2427
2595
|
height: size,
|
|
@@ -2434,19 +2602,19 @@ const NavaidTacan = /*#__PURE__*/React.forwardRef(function NavaidTacan(_ref96, r
|
|
|
2434
2602
|
cx: "16",
|
|
2435
2603
|
cy: "14",
|
|
2436
2604
|
r: "2"
|
|
2437
|
-
})),
|
|
2605
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2438
2606
|
d: "M20,28H12a1,1,0,0,1-1-1V21.2656L7.2612,14.7231,2.4854,11.8574a1,1,0,0,1-.3536-1.3535l4-7a1,1,0,0,1,1.3828-.3613L12.2769,6h7.4462l4.7623-2.8574a1,1,0,0,1,1.3828.3613l4,7a1,1,0,0,1-.3536,1.3535l-4.7758,2.8657L21,21.2656V27A1,1,0,0,1,20,28Zm-7-2h6V20.7346l4.2616-7.4578,4.3844-2.6306L24.6387,5.3831,20.277,8H11.723L7.3613,5.3831,4.354,10.6462l4.3844,2.6306L13,20.7346Z"
|
|
2439
2607
|
})), children);
|
|
2440
2608
|
});
|
|
2441
2609
|
if (process.env.NODE_ENV !== "production") {
|
|
2442
2610
|
NavaidTacan.propTypes = iconPropTypes;
|
|
2443
2611
|
}
|
|
2444
|
-
const NavaidVhfor = /*#__PURE__*/React.forwardRef(function NavaidVhfor(
|
|
2612
|
+
const NavaidVhfor = /*#__PURE__*/React.forwardRef(function NavaidVhfor(_ref104, ref) {
|
|
2445
2613
|
let {
|
|
2446
2614
|
children,
|
|
2447
2615
|
size = 16,
|
|
2448
2616
|
...rest
|
|
2449
|
-
} =
|
|
2617
|
+
} = _ref104;
|
|
2450
2618
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2451
2619
|
width: size,
|
|
2452
2620
|
height: size,
|
|
@@ -2455,21 +2623,21 @@ const NavaidVhfor = /*#__PURE__*/React.forwardRef(function NavaidVhfor(_ref97, r
|
|
|
2455
2623
|
viewBox: "0 0 32 32",
|
|
2456
2624
|
fill: "currentColor",
|
|
2457
2625
|
...rest
|
|
2458
|
-
},
|
|
2626
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2459
2627
|
d: "M22,28H10a1,1,0,0,1-.8438-.4631l-7-11a1,1,0,0,1,0-1.0738l7-11A1,1,0,0,1,10,4H22a1,1,0,0,1,.8438.4631l7,11a1,1,0,0,1,0,1.0738l-7,11A1,1,0,0,1,22,28ZM10.5488,26H21.4512l6.3633-10L21.4512,6H10.5488L4.1855,16Z"
|
|
2460
|
-
})),
|
|
2628
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2461
2629
|
d: "M19.5,24h-7a1.0005,1.0005,0,0,1-.8413-.4592l-4.5-7a1.0016,1.0016,0,0,1,0-1.0816l4.5-7A1.0005,1.0005,0,0,1,12.5,8h7a1.0005,1.0005,0,0,1,.8413.4592l4.5,7a1.0016,1.0016,0,0,1,0,1.0816l-4.5,7A1.0005,1.0005,0,0,1,19.5,24Zm-6.4541-2h5.9082l3.8569-6-3.8569-6H13.0459L9.189,16Z"
|
|
2462
2630
|
})), children);
|
|
2463
2631
|
});
|
|
2464
2632
|
if (process.env.NODE_ENV !== "production") {
|
|
2465
2633
|
NavaidVhfor.propTypes = iconPropTypes;
|
|
2466
2634
|
}
|
|
2467
|
-
const NavaidVor = /*#__PURE__*/React.forwardRef(function NavaidVor(
|
|
2635
|
+
const NavaidVor = /*#__PURE__*/React.forwardRef(function NavaidVor(_ref105, ref) {
|
|
2468
2636
|
let {
|
|
2469
2637
|
children,
|
|
2470
2638
|
size = 16,
|
|
2471
2639
|
...rest
|
|
2472
|
-
} =
|
|
2640
|
+
} = _ref105;
|
|
2473
2641
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2474
2642
|
width: size,
|
|
2475
2643
|
height: size,
|
|
@@ -2482,19 +2650,19 @@ const NavaidVor = /*#__PURE__*/React.forwardRef(function NavaidVor(_ref98, ref)
|
|
|
2482
2650
|
cx: "16",
|
|
2483
2651
|
cy: "16",
|
|
2484
2652
|
r: "2"
|
|
2485
|
-
})),
|
|
2653
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2486
2654
|
d: "M30.8638,15.4961l-7-12A1,1,0,0,0,23,3H9a1,1,0,0,0-.8638.4961l-7,12a1,1,0,0,0,0,1.0078l7,12A1,1,0,0,0,9,29H23a1,1,0,0,0,.8638-.4961l7-12a1,1,0,0,0,0-1.0078ZM22.4258,27H9.5742L3.1577,16,9.5742,5H22.4258l6.4165,11Z"
|
|
2487
2655
|
})), children);
|
|
2488
2656
|
});
|
|
2489
2657
|
if (process.env.NODE_ENV !== "production") {
|
|
2490
2658
|
NavaidVor.propTypes = iconPropTypes;
|
|
2491
2659
|
}
|
|
2492
|
-
const NavaidVordme = /*#__PURE__*/React.forwardRef(function NavaidVordme(
|
|
2660
|
+
const NavaidVordme = /*#__PURE__*/React.forwardRef(function NavaidVordme(_ref106, ref) {
|
|
2493
2661
|
let {
|
|
2494
2662
|
children,
|
|
2495
2663
|
size = 16,
|
|
2496
2664
|
...rest
|
|
2497
|
-
} =
|
|
2665
|
+
} = _ref106;
|
|
2498
2666
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2499
2667
|
width: size,
|
|
2500
2668
|
height: size,
|
|
@@ -2507,19 +2675,19 @@ const NavaidVordme = /*#__PURE__*/React.forwardRef(function NavaidVordme(_ref99,
|
|
|
2507
2675
|
cx: "16",
|
|
2508
2676
|
cy: "16",
|
|
2509
2677
|
r: "2"
|
|
2510
|
-
})),
|
|
2678
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2511
2679
|
d: "M30,6a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,6V26a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2Zm-2,6.9258L22.9636,6H28ZM27.7637,16,20.491,26H11.509L4.2363,16,11.509,6h8.982ZM9.0364,6,4,12.9248V6ZM4,19.0752,9.0364,26H4ZM22.9636,26l5.0374-6.9263L28,26Z"
|
|
2512
2680
|
})), children);
|
|
2513
2681
|
});
|
|
2514
2682
|
if (process.env.NODE_ENV !== "production") {
|
|
2515
2683
|
NavaidVordme.propTypes = iconPropTypes;
|
|
2516
2684
|
}
|
|
2517
|
-
const NavaidVortac = /*#__PURE__*/React.forwardRef(function NavaidVortac(
|
|
2685
|
+
const NavaidVortac = /*#__PURE__*/React.forwardRef(function NavaidVortac(_ref107, ref) {
|
|
2518
2686
|
let {
|
|
2519
2687
|
children,
|
|
2520
2688
|
size = 16,
|
|
2521
2689
|
...rest
|
|
2522
|
-
} =
|
|
2690
|
+
} = _ref107;
|
|
2523
2691
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2524
2692
|
width: size,
|
|
2525
2693
|
height: size,
|
|
@@ -2532,19 +2700,19 @@ const NavaidVortac = /*#__PURE__*/React.forwardRef(function NavaidVortac(_ref100
|
|
|
2532
2700
|
cx: "16",
|
|
2533
2701
|
cy: "14",
|
|
2534
2702
|
r: "2"
|
|
2535
|
-
})),
|
|
2703
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2536
2704
|
d: "M29.8682,10.5039l-4-7a.9992.9992,0,0,0-1.3828-.3613L19.7231,6H12.2769L7.5146,3.1426a.9992.9992,0,0,0-1.3828.3613l-4,7a1,1,0,0,0,.3536,1.3535l4.7758,2.8657L11,21.2656V27a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V21.2656l3.7388-6.5425,4.7758-2.8657A1,1,0,0,0,29.8682,10.5039ZM18.8484,21H13.1516L8.5757,12.9922,11.4287,8h9.1426l2.853,4.9922Z"
|
|
2537
2705
|
})), children);
|
|
2538
2706
|
});
|
|
2539
2707
|
if (process.env.NODE_ENV !== "production") {
|
|
2540
2708
|
NavaidVortac.propTypes = iconPropTypes;
|
|
2541
2709
|
}
|
|
2542
|
-
const Need = /*#__PURE__*/React.forwardRef(function Need(
|
|
2710
|
+
const Need = /*#__PURE__*/React.forwardRef(function Need(_ref108, ref) {
|
|
2543
2711
|
let {
|
|
2544
2712
|
children,
|
|
2545
2713
|
size = 16,
|
|
2546
2714
|
...rest
|
|
2547
|
-
} =
|
|
2715
|
+
} = _ref108;
|
|
2548
2716
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2549
2717
|
width: size,
|
|
2550
2718
|
height: size,
|
|
@@ -2553,19 +2721,19 @@ const Need = /*#__PURE__*/React.forwardRef(function Need(_ref101, ref) {
|
|
|
2553
2721
|
viewBox: "0 0 32 32",
|
|
2554
2722
|
fill: "currentColor",
|
|
2555
2723
|
...rest
|
|
2556
|
-
},
|
|
2724
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2557
2725
|
d: "M29.1211 16.8789A2.98 2.98 0 0027.01 16H27a2.9774 2.9774 0 00-2.1211.8789L19.9778 21.78A2.9943 2.9943 0 0017 19H10a5.0059 5.0059 0 00-5 5v.667L2 28.6631l1.6 1.2L7 25.333V24a3.0033 3.0033 0 013-3h7a1 1 0 010 2H13v2h4.9287a3.9717 3.9717 0 002.8286-1.1719L26.293 18.293A.9929.9929 0 0127 18h.0034a1 1 0 01.7036 1.707l-7.414 7.4141A2.9791 2.9791 0 0118.1714 28H11v2h7.1714a4.9665 4.9665 0 003.5356-1.4648l7.4141-7.4141a2.9989 2.9989 0 000-4.2422zM21.586 8.586L18 12 18 2 16 2 16 12 12.414 8.586 11 10 17 16 23 10 21.586 8.586z"
|
|
2558
2726
|
})), children);
|
|
2559
2727
|
});
|
|
2560
2728
|
if (process.env.NODE_ENV !== "production") {
|
|
2561
2729
|
Need.propTypes = iconPropTypes;
|
|
2562
2730
|
}
|
|
2563
|
-
const Network_1 = /*#__PURE__*/React.forwardRef(function Network_1(
|
|
2731
|
+
const Network_1 = /*#__PURE__*/React.forwardRef(function Network_1(_ref109, ref) {
|
|
2564
2732
|
let {
|
|
2565
2733
|
children,
|
|
2566
2734
|
size = 16,
|
|
2567
2735
|
...rest
|
|
2568
|
-
} =
|
|
2736
|
+
} = _ref109;
|
|
2569
2737
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2570
2738
|
width: size,
|
|
2571
2739
|
height: size,
|
|
@@ -2574,19 +2742,19 @@ const Network_1 = /*#__PURE__*/React.forwardRef(function Network_1(_ref102, ref)
|
|
|
2574
2742
|
viewBox: "0 0 32 32",
|
|
2575
2743
|
fill: "currentColor",
|
|
2576
2744
|
...rest
|
|
2577
|
-
},
|
|
2745
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2578
2746
|
d: "M16 20a4 4 0 114-4A4.0045 4.0045 0 0116 20zm0-6a2 2 0 102 2A2.0021 2.0021 0 0016 14zM5 20a4 4 0 114-4A4.0045 4.0045 0 015 20zm0-6a2 2 0 102 2A2.0023 2.0023 0 005 14zM10 31a4 4 0 114-4A4.0045 4.0045 0 0110 31zm0-6a2 2 0 102 2A2.0021 2.0021 0 0010 25zM22 31a4 4 0 114-4A4.0045 4.0045 0 0122 31zm0-6a2 2 0 102 2A2.0021 2.0021 0 0022 25zM27 20a4 4 0 114-4A4.0045 4.0045 0 0127 20zm0-6a2 2 0 102 2A2.0021 2.0021 0 0027 14zM22 9a4 4 0 114-4A4.0045 4.0045 0 0122 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0022 3zM10 9a4 4 0 114-4A4.0045 4.0045 0 0110 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0010 3z"
|
|
2579
2747
|
})), children);
|
|
2580
2748
|
});
|
|
2581
2749
|
if (process.env.NODE_ENV !== "production") {
|
|
2582
2750
|
Network_1.propTypes = iconPropTypes;
|
|
2583
2751
|
}
|
|
2584
|
-
const Network_2 = /*#__PURE__*/React.forwardRef(function Network_2(
|
|
2752
|
+
const Network_2 = /*#__PURE__*/React.forwardRef(function Network_2(_ref110, ref) {
|
|
2585
2753
|
let {
|
|
2586
2754
|
children,
|
|
2587
2755
|
size = 16,
|
|
2588
2756
|
...rest
|
|
2589
|
-
} =
|
|
2757
|
+
} = _ref110;
|
|
2590
2758
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2591
2759
|
width: size,
|
|
2592
2760
|
height: size,
|
|
@@ -2595,19 +2763,19 @@ const Network_2 = /*#__PURE__*/React.forwardRef(function Network_2(_ref103, ref)
|
|
|
2595
2763
|
viewBox: "0 0 32 32",
|
|
2596
2764
|
fill: "currentColor",
|
|
2597
2765
|
...rest
|
|
2598
|
-
},
|
|
2766
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2599
2767
|
d: "M17,17h5.1421a4,4,0,1,0,0-2H17V7h5.1421a4,4,0,1,0,0-2H17a2.0023,2.0023,0,0,0-2,2v8H9.8579a4,4,0,1,0,0,2H15v8a2.0023,2.0023,0,0,0,2,2h5.1421a4,4,0,1,0,0-2H17Zm9-3a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,14ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM6,18a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,18Zm20,6a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,24Z"
|
|
2600
2768
|
})), children);
|
|
2601
2769
|
});
|
|
2602
2770
|
if (process.env.NODE_ENV !== "production") {
|
|
2603
2771
|
Network_2.propTypes = iconPropTypes;
|
|
2604
2772
|
}
|
|
2605
|
-
const Network_3 = /*#__PURE__*/React.forwardRef(function Network_3(
|
|
2773
|
+
const Network_3 = /*#__PURE__*/React.forwardRef(function Network_3(_ref111, ref) {
|
|
2606
2774
|
let {
|
|
2607
2775
|
children,
|
|
2608
2776
|
size = 16,
|
|
2609
2777
|
...rest
|
|
2610
|
-
} =
|
|
2778
|
+
} = _ref111;
|
|
2611
2779
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2612
2780
|
width: size,
|
|
2613
2781
|
height: size,
|
|
@@ -2616,23 +2784,23 @@ const Network_3 = /*#__PURE__*/React.forwardRef(function Network_3(_ref104, ref)
|
|
|
2616
2784
|
viewBox: "0 0 32 32",
|
|
2617
2785
|
fill: "currentColor",
|
|
2618
2786
|
...rest
|
|
2619
|
-
},
|
|
2787
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2620
2788
|
d: "M30 30H22V22h8zm-6-2h4V24H24zM20 27H8A6 6 0 018 15h2v2H8a4 4 0 000 8H20z"
|
|
2621
|
-
})),
|
|
2789
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2622
2790
|
d: "M20,20H12V12h8Zm-6-2h4V14H14Z"
|
|
2623
|
-
})),
|
|
2791
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2624
2792
|
d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
|
|
2625
2793
|
})), children);
|
|
2626
2794
|
});
|
|
2627
2795
|
if (process.env.NODE_ENV !== "production") {
|
|
2628
2796
|
Network_3.propTypes = iconPropTypes;
|
|
2629
2797
|
}
|
|
2630
|
-
const Network_3Reference = /*#__PURE__*/React.forwardRef(function Network_3Reference(
|
|
2798
|
+
const Network_3Reference = /*#__PURE__*/React.forwardRef(function Network_3Reference(_ref112, ref) {
|
|
2631
2799
|
let {
|
|
2632
2800
|
children,
|
|
2633
2801
|
size = 16,
|
|
2634
2802
|
...rest
|
|
2635
|
-
} =
|
|
2803
|
+
} = _ref112;
|
|
2636
2804
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2637
2805
|
width: size,
|
|
2638
2806
|
height: size,
|
|
@@ -2641,21 +2809,21 @@ const Network_3Reference = /*#__PURE__*/React.forwardRef(function Network_3Refer
|
|
|
2641
2809
|
viewBox: "0 0 32 32",
|
|
2642
2810
|
fill: "currentColor",
|
|
2643
2811
|
...rest
|
|
2644
|
-
},
|
|
2812
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2645
2813
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 30H22V22h8zm-6-2h4V24H24zM20 20H12V12h8zm-6-2h4V14H14z"
|
|
2646
|
-
})),
|
|
2814
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2647
2815
|
d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
|
|
2648
2816
|
})), children);
|
|
2649
2817
|
});
|
|
2650
2818
|
if (process.env.NODE_ENV !== "production") {
|
|
2651
2819
|
Network_3Reference.propTypes = iconPropTypes;
|
|
2652
2820
|
}
|
|
2653
|
-
const Network_4 = /*#__PURE__*/React.forwardRef(function Network_4(
|
|
2821
|
+
const Network_4 = /*#__PURE__*/React.forwardRef(function Network_4(_ref113, ref) {
|
|
2654
2822
|
let {
|
|
2655
2823
|
children,
|
|
2656
2824
|
size = 16,
|
|
2657
2825
|
...rest
|
|
2658
|
-
} =
|
|
2826
|
+
} = _ref113;
|
|
2659
2827
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2660
2828
|
width: size,
|
|
2661
2829
|
height: size,
|
|
@@ -2676,19 +2844,19 @@ const Network_4 = /*#__PURE__*/React.forwardRef(function Network_4(_ref106, ref)
|
|
|
2676
2844
|
cx: "4",
|
|
2677
2845
|
cy: "16",
|
|
2678
2846
|
r: "2"
|
|
2679
|
-
})),
|
|
2847
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2680
2848
|
d: "M28,12a3.9962,3.9962,0,0,0-3.8579,3H19.8579a3.9655,3.9655,0,0,0-5.4914-2.6426L11.19,8.3872A3.9626,3.9626,0,0,0,12,6a4,4,0,1,0-4,4,3.96,3.96,0,0,0,1.6338-.3574l3.176,3.97a3.9239,3.9239,0,0,0,0,4.7744l-3.1758,3.97A3.96,3.96,0,0,0,8,22a4,4,0,1,0,4,4,3.9624,3.9624,0,0,0-.81-2.3872l3.1758-3.97A3.9658,3.9658,0,0,0,19.8579,17h4.2842A3.9934,3.9934,0,1,0,28,12ZM6,6A2,2,0,1,1,8,8,2.0023,2.0023,0,0,1,6,6ZM8,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,28Zm8-10a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,16,18Zm12,0a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,28,18Z"
|
|
2681
2849
|
})), children);
|
|
2682
2850
|
});
|
|
2683
2851
|
if (process.env.NODE_ENV !== "production") {
|
|
2684
2852
|
Network_4.propTypes = iconPropTypes;
|
|
2685
2853
|
}
|
|
2686
|
-
const Network_4Reference = /*#__PURE__*/React.forwardRef(function Network_4Reference(
|
|
2854
|
+
const Network_4Reference = /*#__PURE__*/React.forwardRef(function Network_4Reference(_ref114, ref) {
|
|
2687
2855
|
let {
|
|
2688
2856
|
children,
|
|
2689
2857
|
size = 16,
|
|
2690
2858
|
...rest
|
|
2691
|
-
} =
|
|
2859
|
+
} = _ref114;
|
|
2692
2860
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2693
2861
|
width: size,
|
|
2694
2862
|
height: size,
|
|
@@ -2701,7 +2869,7 @@ const Network_4Reference = /*#__PURE__*/React.forwardRef(function Network_4Refer
|
|
|
2701
2869
|
cx: "21",
|
|
2702
2870
|
cy: "26",
|
|
2703
2871
|
r: "2"
|
|
2704
|
-
})),
|
|
2872
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2705
2873
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
|
2706
2874
|
})), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
|
|
2707
2875
|
cx: "21",
|
|
@@ -2711,19 +2879,19 @@ const Network_4Reference = /*#__PURE__*/React.forwardRef(function Network_4Refer
|
|
|
2711
2879
|
cx: "4",
|
|
2712
2880
|
cy: "16",
|
|
2713
2881
|
r: "2"
|
|
2714
|
-
})),
|
|
2882
|
+
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2715
2883
|
d: "M28,12a3.9962,3.9962,0,0,0-3.8579,3H19.8579a3.9655,3.9655,0,0,0-5.4914-2.6426L11.19,8.3872A3.9624,3.9624,0,0,0,12,6a4,4,0,1,0-4,4,3.96,3.96,0,0,0,1.6338-.3574l3.176,3.97A3.9613,3.9613,0,0,0,12,16a3.9915,3.9915,0,0,0,7.8579,1h4.2842A3.9934,3.9934,0,1,0,28,12ZM8,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,8Zm8,10a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,16,18Zm12,0a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,28,18Z"
|
|
2716
2884
|
})), children);
|
|
2717
2885
|
});
|
|
2718
2886
|
if (process.env.NODE_ENV !== "production") {
|
|
2719
2887
|
Network_4Reference.propTypes = iconPropTypes;
|
|
2720
2888
|
}
|
|
2721
|
-
const NetworkAdminControl = /*#__PURE__*/React.forwardRef(function NetworkAdminControl(
|
|
2889
|
+
const NetworkAdminControl = /*#__PURE__*/React.forwardRef(function NetworkAdminControl(_ref115, ref) {
|
|
2722
2890
|
let {
|
|
2723
2891
|
children,
|
|
2724
2892
|
size = 16,
|
|
2725
2893
|
...rest
|
|
2726
|
-
} =
|
|
2894
|
+
} = _ref115;
|
|
2727
2895
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2728
2896
|
width: size,
|
|
2729
2897
|
height: size,
|
|
@@ -2732,19 +2900,19 @@ const NetworkAdminControl = /*#__PURE__*/React.forwardRef(function NetworkAdminC
|
|
|
2732
2900
|
viewBox: "0 0 32 32",
|
|
2733
2901
|
fill: "currentColor",
|
|
2734
2902
|
...rest
|
|
2735
|
-
},
|
|
2903
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2736
2904
|
d: "M27 20.415L25.586 19 23 21.587 20.414 19 19 20.415 21.586 23 19 25.586 20.414 27 23 24.414 25.586 27 27 25.586 24.414 23 27 20.415zM24 4a4.0045 4.0045 0 00-4 4 3.951 3.951 0 00.5669 2.019L10.019 20.5669A3.9521 3.9521 0 008 20a4 4 0 104 4 3.951 3.951 0 00-.5669-2.019L21.981 11.4331A3.9521 3.9521 0 0024 12a4 4 0 000-8zM8 26a2 2 0 112-2A2.0023 2.0023 0 018 26zM24 10a2 2 0 112-2A2.0023 2.0023 0 0124 10zM8 11.18L5.41 8.59 4 10 8 14 15 7 13.59 5.59 8 11.18z"
|
|
2737
2905
|
})), children);
|
|
2738
2906
|
});
|
|
2739
2907
|
if (process.env.NODE_ENV !== "production") {
|
|
2740
2908
|
NetworkAdminControl.propTypes = iconPropTypes;
|
|
2741
2909
|
}
|
|
2742
|
-
const NetworkEnterprise = /*#__PURE__*/React.forwardRef(function NetworkEnterprise(
|
|
2910
|
+
const NetworkEnterprise = /*#__PURE__*/React.forwardRef(function NetworkEnterprise(_ref116, ref) {
|
|
2743
2911
|
let {
|
|
2744
2912
|
children,
|
|
2745
2913
|
size = 16,
|
|
2746
2914
|
...rest
|
|
2747
|
-
} =
|
|
2915
|
+
} = _ref116;
|
|
2748
2916
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2749
2917
|
width: size,
|
|
2750
2918
|
height: size,
|
|
@@ -2753,23 +2921,23 @@ const NetworkEnterprise = /*#__PURE__*/React.forwardRef(function NetworkEnterpri
|
|
|
2753
2921
|
viewBox: "0 0 32 32",
|
|
2754
2922
|
fill: "currentColor",
|
|
2755
2923
|
...rest
|
|
2756
|
-
},
|
|
2924
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2757
2925
|
d: "M25.7983,10a10,10,0,0,0-19.62.124A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.377-10.9795l.8365-.0571.09-.8335A7.9934,7.9934,0,0,1,23.7368,10Z"
|
|
2758
|
-
})),
|
|
2926
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2759
2927
|
d: "M28,12H18a2.0023,2.0023,0,0,0-2,2v4H12a2.0023,2.0023,0,0,0-2,2V30H30V14A2.0023,2.0023,0,0,0,28,12ZM12,28V20h4v8Zm16,0H18V14H28Z"
|
|
2760
|
-
})),
|
|
2928
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2761
2929
|
d: "M20 16H22V20H20zM24 16H26V20H24zM20 22H22V26H20zM24 22H26V26H24z"
|
|
2762
2930
|
})), children);
|
|
2763
2931
|
});
|
|
2764
2932
|
if (process.env.NODE_ENV !== "production") {
|
|
2765
2933
|
NetworkEnterprise.propTypes = iconPropTypes;
|
|
2766
2934
|
}
|
|
2767
|
-
const NetworkOverlay = /*#__PURE__*/React.forwardRef(function NetworkOverlay(
|
|
2935
|
+
const NetworkOverlay = /*#__PURE__*/React.forwardRef(function NetworkOverlay(_ref117, ref) {
|
|
2768
2936
|
let {
|
|
2769
2937
|
children,
|
|
2770
2938
|
size = 16,
|
|
2771
2939
|
...rest
|
|
2772
|
-
} =
|
|
2940
|
+
} = _ref117;
|
|
2773
2941
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2774
2942
|
width: size,
|
|
2775
2943
|
height: size,
|
|
@@ -2778,21 +2946,21 @@ const NetworkOverlay = /*#__PURE__*/React.forwardRef(function NetworkOverlay(_re
|
|
|
2778
2946
|
viewBox: "0 0 32 32",
|
|
2779
2947
|
fill: "currentColor",
|
|
2780
2948
|
...rest
|
|
2781
|
-
},
|
|
2949
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2782
2950
|
d: "M22 23L13.83 23 16.41 20.41 15 19 10 24 15 29 16.41 27.59 13.83 25 22 25 22 23zM11 13L19.17 13 16.59 10.41 18 9 23 14 18 19 16.59 17.59 19.17 15 11 15 11 13z"
|
|
2783
|
-
})),
|
|
2951
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2784
2952
|
d: "M24.5,25H24V23h.5a5.4961,5.4961,0,0,0,.377-10.9795l-.8365-.0566-.09-.834a7.9979,7.9979,0,0,0-15.9014,0l-.09.834-.8365.0566A5.4961,5.4961,0,0,0,7.5,23H8v2H7.5A7.4964,7.4964,0,0,1,6.1782,10.124a9.9992,9.9992,0,0,1,19.6436,0A7.4964,7.4964,0,0,1,24.5,25Z"
|
|
2785
2953
|
})), children);
|
|
2786
2954
|
});
|
|
2787
2955
|
if (process.env.NODE_ENV !== "production") {
|
|
2788
2956
|
NetworkOverlay.propTypes = iconPropTypes;
|
|
2789
2957
|
}
|
|
2790
|
-
const NetworkPublic = /*#__PURE__*/React.forwardRef(function NetworkPublic(
|
|
2958
|
+
const NetworkPublic = /*#__PURE__*/React.forwardRef(function NetworkPublic(_ref118, ref) {
|
|
2791
2959
|
let {
|
|
2792
2960
|
children,
|
|
2793
2961
|
size = 16,
|
|
2794
2962
|
...rest
|
|
2795
|
-
} =
|
|
2963
|
+
} = _ref118;
|
|
2796
2964
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2797
2965
|
width: size,
|
|
2798
2966
|
height: size,
|
|
@@ -2801,21 +2969,21 @@ const NetworkPublic = /*#__PURE__*/React.forwardRef(function NetworkPublic(_ref1
|
|
|
2801
2969
|
viewBox: "0 0 32 32",
|
|
2802
2970
|
fill: "currentColor",
|
|
2803
2971
|
...rest
|
|
2804
|
-
},
|
|
2972
|
+
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2805
2973
|
d: "M22.5,13c-4.7,0-8.5,3.8-8.5,8.5s3.8,8.5,8.5,8.5s8.5-3.8,8.5-8.5S27.2,13,22.5,13z M29,21h-3c0-2-0.3-4-0.9-5.5 C27.2,16.5,28.8,18.5,29,21z M22.5,28C22.5,28,22.5,28,22.5,28c-0.4-0.2-1.3-1.8-1.5-5h2.9C23.7,26.2,22.9,27.8,22.5,28z M21,21 c0.1-3.8,1.1-5.8,1.4-6c0,0,0,0,0,0c0.4,0.2,1.4,2.2,1.5,6H21z M19.9,15.5C19.3,17,19.1,19,19,21h-3C16.2,18.5,17.8,16.5,19.9,15.5z M16.2,23H19c0.1,1.6,0.4,3.2,0.9,4.5C18.1,26.7,16.7,25,16.2,23z M25.1,27.5c0.5-1.3,0.8-2.8,0.9-4.5h2.9 C28.3,25,26.9,26.7,25.1,27.5z"
|
|
2806
|
-
})),
|
|
2974
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2807
2975
|
d: "M25.8,10c-0.9-4.6-5-8-9.8-8c-4.8,0-8.9,3.4-9.8,8.1C2.7,10.8,0,13.8,0,17.5C0,21.6,3.4,25,7.5,25H11v-2H7.5 c-3,0-5.5-2.5-5.5-5.5c0-2.9,2.2-5.3,5.1-5.5L8,12L8,11.1C8.5,7.1,11.9,4,16,4c3.7,0,6.8,2.6,7.7,6H25.8z"
|
|
2808
2976
|
})), children);
|
|
2809
2977
|
});
|
|
2810
2978
|
if (process.env.NODE_ENV !== "production") {
|
|
2811
2979
|
NetworkPublic.propTypes = iconPropTypes;
|
|
2812
2980
|
}
|
|
2813
|
-
const NetworkInterface = /*#__PURE__*/React.forwardRef(function NetworkInterface(
|
|
2981
|
+
const NetworkInterface = /*#__PURE__*/React.forwardRef(function NetworkInterface(_ref119, ref) {
|
|
2814
2982
|
let {
|
|
2815
2983
|
children,
|
|
2816
2984
|
size = 16,
|
|
2817
2985
|
...rest
|
|
2818
|
-
} =
|
|
2986
|
+
} = _ref119;
|
|
2819
2987
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2820
2988
|
width: size,
|
|
2821
2989
|
height: size,
|
|
@@ -2824,19 +2992,19 @@ const NetworkInterface = /*#__PURE__*/React.forwardRef(function NetworkInterface
|
|
|
2824
2992
|
viewBox: "0 0 32 32",
|
|
2825
2993
|
fill: "currentColor",
|
|
2826
2994
|
...rest
|
|
2827
|
-
},
|
|
2995
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2828
2996
|
d: "M28 18h-2V6h-13v-2h13c1.1028 0 2 .8972 2 2v12zM18 28H6c-1.1028 0-2-.8972-2-2v-13h2v13h12v2zM26 21l-1.793 1.793-5.5076-5.5078c.187-.3911.3005-.8232.3005-1.2852 0-1.6543-1.3457-3-3-3-.4617 0-.894.1133-1.2852.3008l-5.2817-5.2817c.3513-.5947.5669-1.2793.5669-2.019 0-2.2056-1.7944-4-4-4S2 3.7944 2 6s1.7944 4 4 4c.7395 0 1.4241-.2153 2.019-.5669l5.2815 5.2817c-.187.3911-.3005.8232-.3005 1.2852 0 1.6543 1.3457 3 3 3 .4617 0 .894-.1133 1.2852-.3008l5.5078 5.5078-1.793 1.793 5 5 5-5-5-5zM4 6c0-1.1025.8972-2 2-2s2 .8975 2 2-.8972 2-2 2-2-.8975-2-2zm11 10c0-.5513.4485-1 1-1s1 .4487 1 1-.4485 1-1 1-1-.4487-1-1zm8.8286 10l2.1714-2.1714 2.1714 2.1714-2.1714 2.1714-2.1714-2.1714z"
|
|
2829
2997
|
})), children);
|
|
2830
2998
|
});
|
|
2831
2999
|
if (process.env.NODE_ENV !== "production") {
|
|
2832
3000
|
NetworkInterface.propTypes = iconPropTypes;
|
|
2833
3001
|
}
|
|
2834
|
-
const NewTab = /*#__PURE__*/React.forwardRef(function NewTab(
|
|
3002
|
+
const NewTab = /*#__PURE__*/React.forwardRef(function NewTab(_ref120, ref) {
|
|
2835
3003
|
let {
|
|
2836
3004
|
children,
|
|
2837
3005
|
size = 16,
|
|
2838
3006
|
...rest
|
|
2839
|
-
} =
|
|
3007
|
+
} = _ref120;
|
|
2840
3008
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2841
3009
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2842
3010
|
width: size,
|
|
@@ -2846,9 +3014,9 @@ const NewTab = /*#__PURE__*/React.forwardRef(function NewTab(_ref113, ref) {
|
|
|
2846
3014
|
viewBox: "0 0 16 16",
|
|
2847
3015
|
fill: "currentColor",
|
|
2848
3016
|
...rest
|
|
2849
|
-
},
|
|
3017
|
+
}, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2850
3018
|
d: "M13,13H3V3h5V2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V8h-1V13z"
|
|
2851
|
-
})),
|
|
3019
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2852
3020
|
d: "M13 3L13 1 12 1 12 3 10 3 10 4 12 4 12 6 13 6 13 4 15 4 15 3z"
|
|
2853
3021
|
})), children);
|
|
2854
3022
|
}
|
|
@@ -2860,23 +3028,23 @@ const NewTab = /*#__PURE__*/React.forwardRef(function NewTab(_ref113, ref) {
|
|
|
2860
3028
|
viewBox: "0 0 32 32",
|
|
2861
3029
|
fill: "currentColor",
|
|
2862
3030
|
...rest
|
|
2863
|
-
},
|
|
3031
|
+
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2864
3032
|
d: "M26,26H6V6H16V4H6A2.002,2.002,0,0,0,4,6V26a2.002,2.002,0,0,0,2,2H26a2.002,2.002,0,0,0,2-2V16H26Z"
|
|
2865
|
-
})),
|
|
3033
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2866
3034
|
d: "M26,26H6V6H16V4H6A2.002,2.002,0,0,0,4,6V26a2.002,2.002,0,0,0,2,2H26a2.002,2.002,0,0,0,2-2V16H26Z"
|
|
2867
|
-
})),
|
|
3035
|
+
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2868
3036
|
d: "M26 6L26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6 26 6z"
|
|
2869
3037
|
})), children);
|
|
2870
3038
|
});
|
|
2871
3039
|
if (process.env.NODE_ENV !== "production") {
|
|
2872
3040
|
NewTab.propTypes = iconPropTypes;
|
|
2873
3041
|
}
|
|
2874
|
-
const NextFilled = /*#__PURE__*/React.forwardRef(function NextFilled(
|
|
3042
|
+
const NextFilled = /*#__PURE__*/React.forwardRef(function NextFilled(_ref121, ref) {
|
|
2875
3043
|
let {
|
|
2876
3044
|
children,
|
|
2877
3045
|
size = 16,
|
|
2878
3046
|
...rest
|
|
2879
|
-
} =
|
|
3047
|
+
} = _ref121;
|
|
2880
3048
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2881
3049
|
width: size,
|
|
2882
3050
|
height: size,
|
|
@@ -2885,9 +3053,9 @@ const NextFilled = /*#__PURE__*/React.forwardRef(function NextFilled(_ref114, re
|
|
|
2885
3053
|
viewBox: "0 0 32 32",
|
|
2886
3054
|
fill: "currentColor",
|
|
2887
3055
|
...rest
|
|
2888
|
-
},
|
|
3056
|
+
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2889
3057
|
d: "M2,16A14,14,0,1,0,16,2,14,14,0,0,0,2,16Zm6-1H20.15L14.57,9.3926,16,8l8,8-8,8-1.43-1.4272L20.15,17H8Z"
|
|
2890
|
-
})),
|
|
3058
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2891
3059
|
fill: "none",
|
|
2892
3060
|
d: "M16 8L14.57 9.393 20.15 15 8 15 8 17 20.15 17 14.57 22.573 16 24 24 16 16 8z",
|
|
2893
3061
|
"data-icon-path": "inner-path"
|
|
@@ -2896,12 +3064,12 @@ const NextFilled = /*#__PURE__*/React.forwardRef(function NextFilled(_ref114, re
|
|
|
2896
3064
|
if (process.env.NODE_ENV !== "production") {
|
|
2897
3065
|
NextFilled.propTypes = iconPropTypes;
|
|
2898
3066
|
}
|
|
2899
|
-
const NextOutline = /*#__PURE__*/React.forwardRef(function NextOutline(
|
|
3067
|
+
const NextOutline = /*#__PURE__*/React.forwardRef(function NextOutline(_ref122, ref) {
|
|
2900
3068
|
let {
|
|
2901
3069
|
children,
|
|
2902
3070
|
size = 16,
|
|
2903
3071
|
...rest
|
|
2904
|
-
} =
|
|
3072
|
+
} = _ref122;
|
|
2905
3073
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2906
3074
|
width: size,
|
|
2907
3075
|
height: size,
|
|
@@ -2910,21 +3078,21 @@ const NextOutline = /*#__PURE__*/React.forwardRef(function NextOutline(_ref115,
|
|
|
2910
3078
|
viewBox: "0 0 32 32",
|
|
2911
3079
|
fill: "currentColor",
|
|
2912
3080
|
...rest
|
|
2913
|
-
},
|
|
3081
|
+
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2914
3082
|
d: "M16 8L14.57 9.393 20.15 15 8 15 8 17 20.15 17 14.57 22.573 16 24 24 16 16 8z"
|
|
2915
|
-
})),
|
|
3083
|
+
})), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2916
3084
|
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
2917
3085
|
})), children);
|
|
2918
3086
|
});
|
|
2919
3087
|
if (process.env.NODE_ENV !== "production") {
|
|
2920
3088
|
NextOutline.propTypes = iconPropTypes;
|
|
2921
3089
|
}
|
|
2922
|
-
const NoImage = /*#__PURE__*/React.forwardRef(function NoImage(
|
|
3090
|
+
const NoImage = /*#__PURE__*/React.forwardRef(function NoImage(_ref123, ref) {
|
|
2923
3091
|
let {
|
|
2924
3092
|
children,
|
|
2925
3093
|
size = 16,
|
|
2926
3094
|
...rest
|
|
2927
|
-
} =
|
|
3095
|
+
} = _ref123;
|
|
2928
3096
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2929
3097
|
width: size,
|
|
2930
3098
|
height: size,
|
|
@@ -2933,19 +3101,19 @@ const NoImage = /*#__PURE__*/React.forwardRef(function NoImage(_ref116, ref) {
|
|
|
2933
3101
|
viewBox: "0 0 32 32",
|
|
2934
3102
|
fill: "currentColor",
|
|
2935
3103
|
...rest
|
|
2936
|
-
},
|
|
3104
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2937
3105
|
d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l2-2H26a2.0027 2.0027 0 002-2V5.4141zM26 26H7.4141l7.7929-7.793 2.3788 2.3787a2 2 0 002.8284 0L22 19l4 3.9973zm0-5.8318l-2.5858-2.5859a2 2 0 00-2.8284 0L19 19.1682l-2.377-2.3771L26 7.4141zM6 22V19l5-4.9966 1.3733 1.3733 1.4159-1.416-1.375-1.375a2 2 0 00-2.8284 0L6 16.1716V6H22V4H6A2.002 2.002 0 004 6V22z"
|
|
2938
3106
|
})), children);
|
|
2939
3107
|
});
|
|
2940
3108
|
if (process.env.NODE_ENV !== "production") {
|
|
2941
3109
|
NoImage.propTypes = iconPropTypes;
|
|
2942
3110
|
}
|
|
2943
|
-
const NoTicket = /*#__PURE__*/React.forwardRef(function NoTicket(
|
|
3111
|
+
const NoTicket = /*#__PURE__*/React.forwardRef(function NoTicket(_ref124, ref) {
|
|
2944
3112
|
let {
|
|
2945
3113
|
children,
|
|
2946
3114
|
size = 16,
|
|
2947
3115
|
...rest
|
|
2948
|
-
} =
|
|
3116
|
+
} = _ref124;
|
|
2949
3117
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2950
3118
|
width: size,
|
|
2951
3119
|
height: size,
|
|
@@ -2954,19 +3122,19 @@ const NoTicket = /*#__PURE__*/React.forwardRef(function NoTicket(_ref117, ref) {
|
|
|
2954
3122
|
viewBox: "0 0 32 32",
|
|
2955
3123
|
fill: "currentColor",
|
|
2956
3124
|
...rest
|
|
2957
|
-
},
|
|
3125
|
+
}, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2958
3126
|
d: "M28 6h-.5859L30 3.4141 28.5859 2 2 28.5859 3.4141 30l4-4H28a2.0027 2.0027 0 002-2V19a1 1 0 00-1-1 2 2 0 010-4 1 1 0 001-1V8A2.0023 2.0023 0 0028 6zm0 6.1265a4 4 0 000 7.7465V24H21V21H19v3H9.4141L19 14.4141V19h2V12.4141L25.4141 8H28zM4 12.1265V8H19V6H4A2.0023 2.0023 0 002 8v5a1 1 0 001 1 2 2 0 010 4 1 1 0 00-1 1v5H4V19.873a4 4 0 000-7.7465z"
|
|
2959
3127
|
})), children);
|
|
2960
3128
|
});
|
|
2961
3129
|
if (process.env.NODE_ENV !== "production") {
|
|
2962
3130
|
NoTicket.propTypes = iconPropTypes;
|
|
2963
3131
|
}
|
|
2964
|
-
const Nominal = /*#__PURE__*/React.forwardRef(function Nominal(
|
|
3132
|
+
const Nominal = /*#__PURE__*/React.forwardRef(function Nominal(_ref125, ref) {
|
|
2965
3133
|
let {
|
|
2966
3134
|
children,
|
|
2967
3135
|
size = 16,
|
|
2968
3136
|
...rest
|
|
2969
|
-
} =
|
|
3137
|
+
} = _ref125;
|
|
2970
3138
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2971
3139
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2972
3140
|
width: size,
|
|
@@ -2976,7 +3144,7 @@ const Nominal = /*#__PURE__*/React.forwardRef(function Nominal(_ref118, ref) {
|
|
|
2976
3144
|
viewBox: "0 0 16 16",
|
|
2977
3145
|
fill: "currentColor",
|
|
2978
3146
|
...rest
|
|
2979
|
-
},
|
|
3147
|
+
}, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2980
3148
|
d: "M12,8 C13.6568542,8 15,9.34314575 15,11 C15,12.6568542 13.6568542,14 12,14 C10.3431458,14 9,12.6568542 9,11 C9,9.34314575 10.3431458,8 12,8 Z M4,8 C5.65685425,8 7,9.34314575 7,11 C7,12.6568542 5.65685425,14 4,14 C2.34314575,14 1,12.6568542 1,11 C1,9.34314575 2.34314575,8 4,8 Z M12,9 C10.8954305,9 10,9.8954305 10,11 C10,12.1045695 10.8954305,13 12,13 C13.1045695,13 14,12.1045695 14,11 C14,9.8954305 13.1045695,9 12,9 Z M4,9 C2.8954305,9 2,9.8954305 2,11 C2,12.1045695 2.8954305,13 4,13 C5.1045695,13 6,12.1045695 6,11 C6,9.8954305 5.1045695,9 4,9 Z M8,2 C9.65685425,2 11,3.34314575 11,5 C11,6.65685425 9.65685425,8 8,8 C6.34314575,8 5,6.65685425 5,5 C5,3.34314575 6.34314575,2 8,2 Z M8,3 C6.8954305,3 6,3.8954305 6,5 C6,6.1045695 6.8954305,7 8,7 C9.1045695,7 10,6.1045695 10,5 C10,3.8954305 9.1045695,3 8,3 Z"
|
|
2981
3149
|
})), children);
|
|
2982
3150
|
}
|
|
@@ -2988,167 +3156,12 @@ const Nominal = /*#__PURE__*/React.forwardRef(function Nominal(_ref118, ref) {
|
|
|
2988
3156
|
viewBox: "0 0 32 32",
|
|
2989
3157
|
fill: "currentColor",
|
|
2990
3158
|
...rest
|
|
2991
|
-
},
|
|
3159
|
+
}, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2992
3160
|
d: "M24 28a6 6 0 116-6A6.0069 6.0069 0 0124 28zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 18zM8 28a6 6 0 116-6A6.0069 6.0069 0 018 28zM8 18a4 4 0 104 4A4.0045 4.0045 0 008 18zM16 14a6 6 0 116-6A6.0069 6.0069 0 0116 14zM16 4a4 4 0 104 4A4.0045 4.0045 0 0016 4z"
|
|
2993
3161
|
})), children);
|
|
2994
3162
|
});
|
|
2995
3163
|
if (process.env.NODE_ENV !== "production") {
|
|
2996
3164
|
Nominal.propTypes = iconPropTypes;
|
|
2997
3165
|
}
|
|
2998
|
-
const WatsonHealthNominate = /*#__PURE__*/React.forwardRef(function WatsonHealthNominate(_ref119, ref) {
|
|
2999
|
-
let {
|
|
3000
|
-
children,
|
|
3001
|
-
size = 16,
|
|
3002
|
-
...rest
|
|
3003
|
-
} = _ref119;
|
|
3004
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
3005
|
-
width: size,
|
|
3006
|
-
height: size,
|
|
3007
|
-
ref: ref,
|
|
3008
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3009
|
-
viewBox: "0 0 32 32",
|
|
3010
|
-
fill: "currentColor",
|
|
3011
|
-
...rest
|
|
3012
|
-
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
3013
|
-
d: "M25 23H19a3 3 0 00-3 3v2h2V26a1 1 0 011-1h6a1 1 0 011 1v2h2V26A3 3 0 0025 23zM18 18a4 4 0 104-4A4 4 0 0018 18zm6 0a2 2 0 11-2-2A2 2 0 0124 18zM10 18.59L7.41 16 6 17.41 10 21.41 17 14.41 15.59 13 10 18.59z"
|
|
3014
|
-
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
3015
|
-
d: "M14,26H4V6h7.1716l3.4141,3.4143L15.1716,10H28v8h2V10a2,2,0,0,0-2-2H16L12.5859,4.5858A2,2,0,0,0,11.1716,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
|
|
3016
|
-
})), children);
|
|
3017
|
-
});
|
|
3018
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3019
|
-
WatsonHealthNominate.propTypes = iconPropTypes;
|
|
3020
|
-
}
|
|
3021
|
-
const NonCertified = /*#__PURE__*/React.forwardRef(function NonCertified(_ref120, ref) {
|
|
3022
|
-
let {
|
|
3023
|
-
children,
|
|
3024
|
-
size = 16,
|
|
3025
|
-
...rest
|
|
3026
|
-
} = _ref120;
|
|
3027
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
3028
|
-
width: size,
|
|
3029
|
-
height: size,
|
|
3030
|
-
ref: ref,
|
|
3031
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3032
|
-
viewBox: "0 0 32 32",
|
|
3033
|
-
fill: "currentColor",
|
|
3034
|
-
...rest
|
|
3035
|
-
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
3036
|
-
d: "M6 8H16V10H6zM6 12H14V14H6zM6 16H10V18H6z"
|
|
3037
|
-
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
3038
|
-
d: "M28,26H7.4141L30,3.4141,28.5859,2l-2,2H4A2.0023,2.0023,0,0,0,2,6V22H4V6H24.5859L2,28.5859,3.4141,30l2-2H28a2.0023,2.0023,0,0,0,2-2V10H28Z"
|
|
3039
|
-
})), children);
|
|
3040
|
-
});
|
|
3041
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3042
|
-
NonCertified.propTypes = iconPropTypes;
|
|
3043
|
-
}
|
|
3044
|
-
const NoodleBowl = /*#__PURE__*/React.forwardRef(function NoodleBowl(_ref121, ref) {
|
|
3045
|
-
let {
|
|
3046
|
-
children,
|
|
3047
|
-
size = 16,
|
|
3048
|
-
...rest
|
|
3049
|
-
} = _ref121;
|
|
3050
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
3051
|
-
width: size,
|
|
3052
|
-
height: size,
|
|
3053
|
-
ref: ref,
|
|
3054
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3055
|
-
viewBox: "0 0 32 32",
|
|
3056
|
-
fill: "currentColor",
|
|
3057
|
-
...rest
|
|
3058
|
-
}, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
3059
|
-
d: "M11.4141,15l-8-8L2,8.4141,8.5859,15H2v1a14,14,0,0,0,28,0V15ZM16,28A12.0166,12.0166,0,0,1,4.0415,17h23.917A12.0166,12.0166,0,0,1,16,28Z"
|
|
3060
|
-
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
3061
|
-
d: "M22,8a5.0049,5.0049,0,0,0-1.5708.2554A8.0242,8.0242,0,0,0,14,5,7.9364,7.9364,0,0,0,9.0938,6.68L4.4141,2,3,3.4141,9.05,9.4648l.707-.7075A5.96,5.96,0,0,1,14,7a6.02,6.02,0,0,1,4.6875,2.2642,5.06,5.06,0,0,0-.59.61A2.9892,2.9892,0,0,1,15.7544,11H12v2h3.7544a4.98,4.98,0,0,0,3.9033-1.8745A3,3,0,0,1,25,13h2A5.0059,5.0059,0,0,0,22,8Z"
|
|
3062
|
-
})), children);
|
|
3063
|
-
});
|
|
3064
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3065
|
-
NoodleBowl.propTypes = iconPropTypes;
|
|
3066
|
-
}
|
|
3067
|
-
const NotAvailable = /*#__PURE__*/React.forwardRef(function NotAvailable(_ref122, ref) {
|
|
3068
|
-
let {
|
|
3069
|
-
children,
|
|
3070
|
-
size = 16,
|
|
3071
|
-
...rest
|
|
3072
|
-
} = _ref122;
|
|
3073
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
3074
|
-
width: size,
|
|
3075
|
-
height: size,
|
|
3076
|
-
ref: ref,
|
|
3077
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3078
|
-
viewBox: "0 0 32 32",
|
|
3079
|
-
fill: "currentColor",
|
|
3080
|
-
...rest
|
|
3081
|
-
}, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
3082
|
-
d: "M4 15H14V17H4zM18 15H28V17H18z"
|
|
3083
|
-
})), children);
|
|
3084
|
-
});
|
|
3085
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3086
|
-
NotAvailable.propTypes = iconPropTypes;
|
|
3087
|
-
}
|
|
3088
|
-
const NotSent = /*#__PURE__*/React.forwardRef(function NotSent(_ref123, ref) {
|
|
3089
|
-
let {
|
|
3090
|
-
children,
|
|
3091
|
-
size = 16,
|
|
3092
|
-
...rest
|
|
3093
|
-
} = _ref123;
|
|
3094
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
3095
|
-
width: size,
|
|
3096
|
-
height: size,
|
|
3097
|
-
ref: ref,
|
|
3098
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3099
|
-
viewBox: "0 0 32 32",
|
|
3100
|
-
fill: "currentColor",
|
|
3101
|
-
...rest
|
|
3102
|
-
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
3103
|
-
d: "M30 28.59L3.41 2 2 3.41l8 8L2.66 14.06a1 1 0 000 1.87l9.6 3.84 3.84 9.6A1 1 0 0017 30h0a1 1 0 00.92-.66L20.6 22l8 8zM5.8 15L11.54 13l3.05 3-1.83 1.83zM17 26.2l-2.79-7L16 17.41l3 3.05zM15.69 11.45l7.64-2.78-2.78 7.64 1.56 1.56L25.94 7.34a1 1 0 00-1.28-1.28L14.13 9.89z"
|
|
3104
|
-
})), children);
|
|
3105
|
-
});
|
|
3106
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3107
|
-
NotSent.propTypes = iconPropTypes;
|
|
3108
|
-
}
|
|
3109
|
-
const NotSentFilled = /*#__PURE__*/React.forwardRef(function NotSentFilled(_ref124, ref) {
|
|
3110
|
-
let {
|
|
3111
|
-
children,
|
|
3112
|
-
size = 16,
|
|
3113
|
-
...rest
|
|
3114
|
-
} = _ref124;
|
|
3115
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
3116
|
-
width: size,
|
|
3117
|
-
height: size,
|
|
3118
|
-
ref: ref,
|
|
3119
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3120
|
-
viewBox: "0 0 32 32",
|
|
3121
|
-
fill: "currentColor",
|
|
3122
|
-
...rest
|
|
3123
|
-
}, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
3124
|
-
d: "M30 28.59L3.41 2 2 3.41l8 8L2.66 14.06a1 1 0 000 1.87l8.59 3.43L14.59 16 16 17.41l-3.37 3.37 3.44 8.59A1 1 0 0017 30h0a1 1 0 00.92-.66L20.6 22l8 8zM22.49 16.83l3.45-9.49a1 1 0 00-1.28-1.28L15.17 9.51z"
|
|
3125
|
-
})), children);
|
|
3126
|
-
});
|
|
3127
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3128
|
-
NotSentFilled.propTypes = iconPropTypes;
|
|
3129
|
-
}
|
|
3130
|
-
const Notebook = /*#__PURE__*/React.forwardRef(function Notebook(_ref125, ref) {
|
|
3131
|
-
let {
|
|
3132
|
-
children,
|
|
3133
|
-
size = 16,
|
|
3134
|
-
...rest
|
|
3135
|
-
} = _ref125;
|
|
3136
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
3137
|
-
width: size,
|
|
3138
|
-
height: size,
|
|
3139
|
-
ref: ref,
|
|
3140
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3141
|
-
viewBox: "0 0 32 32",
|
|
3142
|
-
fill: "currentColor",
|
|
3143
|
-
...rest
|
|
3144
|
-
}, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
3145
|
-
d: "M19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19z"
|
|
3146
|
-
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
3147
|
-
d: "M28,5H4A2.002,2.002,0,0,0,2,7V25a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V7A2.0023,2.0023,0,0,0,28,5ZM4,7H15V25H4ZM17,25V7H28l.002,18Z"
|
|
3148
|
-
})), children);
|
|
3149
|
-
});
|
|
3150
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3151
|
-
Notebook.propTypes = iconPropTypes;
|
|
3152
|
-
}
|
|
3153
3166
|
|
|
3154
|
-
export { MacOption, MacShift, MachineLearning, MachineLearningModel, MagicWand, MagicWandFilled, MailAll, MailReply, ManageProtection, ManagedSolutions, Map, MapBoundary, MapBoundaryVegetation, MapCenter, MapIdentify, MarineWarning, MathCurve, Maximize, MediaCast, MediaLibrary, MediaLibraryFilled, Medication, MedicationAlert, MedicationReminder, Menu, MessageQueue, Meter, MeterAlt, Microphone, MicrophoneFilled, MicrophoneOff, MicrophoneOffFilled, Microscope, Microservices_1, Microservices_2, Migrate, MigrateAlt, Milestone, MilitaryCamp, Minimize, Misuse, MisuseOutline, MixedRainHail, Mobile, MobileAdd, MobileAudio, MobileCheck, MobileCrash, MobileDownload, MobileEvent, MobileLandscape, MobileRequest, MobileSession, MobileView, MobileViewOrientation, MobilityServices, Model, ModelAlt, ModelBuilder, ModelBuilderReference, ModelReference, ModelTuned, Money, Monster, Monument, Moon, Moonrise, Moonset, MostlyCloudy, MostlyCloudyNight, Mountain, Mov, Move, Movement, Mp3, Mp4, Mpeg, Mpg2, Music, MusicAdd, MusicRemove, Mysql, NameSpace, NavaidCivil, NavaidDme, NavaidHelipad, NavaidMilitary, NavaidMilitaryCivil, NavaidNdb, NavaidNdbDme, NavaidPrivate, NavaidSeaplane, NavaidTacan, NavaidVhfor, NavaidVor, NavaidVordme, NavaidVortac, Need, NetworkAdminControl, NetworkEnterprise, NetworkInterface, NetworkOverlay, NetworkPublic, Network_1, Network_2, Network_3, Network_3Reference, Network_4, Network_4Reference, NewTab, NextFilled, NextOutline, NoImage, NoTicket, Nominal,
|
|
3167
|
+
export { LogoYelp, LogoYoutube, Logout, Loop, LowSeverity, Mac, MacCommand, MacOption, MacShift, MachineLearning, MachineLearningModel, MagicWand, MagicWandFilled, MailAll, MailReply, ManageProtection, ManagedSolutions, Map, MapBoundary, MapBoundaryVegetation, MapCenter, MapIdentify, MarineWarning, MathCurve, Maximize, MediaCast, MediaLibrary, MediaLibraryFilled, Medication, MedicationAlert, MedicationReminder, Menu, MessageQueue, Meter, MeterAlt, Microphone, MicrophoneFilled, MicrophoneOff, MicrophoneOffFilled, Microscope, Microservices_1, Microservices_2, Migrate, MigrateAlt, Milestone, MilitaryCamp, Minimize, Misuse, MisuseOutline, MixedRainHail, Mobile, MobileAdd, MobileAudio, MobileCheck, MobileCrash, MobileDownload, MobileEvent, MobileLandscape, MobileRequest, MobileSession, MobileView, MobileViewOrientation, MobilityServices, Model, ModelAlt, ModelBuilder, ModelBuilderReference, ModelReference, ModelTuned, Money, Monster, Monument, Moon, Moonrise, Moonset, MostlyCloudy, MostlyCloudyNight, Mountain, Mov, Move, Movement, Mp3, Mp4, Mpeg, Mpg2, Music, MusicAdd, MusicRemove, Mysql, NameSpace, NavaidCivil, NavaidDme, NavaidHelipad, NavaidMilitary, NavaidMilitaryCivil, NavaidNdb, NavaidNdbDme, NavaidPrivate, NavaidSeaplane, NavaidTacan, NavaidVhfor, NavaidVor, NavaidVordme, NavaidVortac, Need, NetworkAdminControl, NetworkEnterprise, NetworkInterface, NetworkOverlay, NetworkPublic, Network_1, Network_2, Network_3, Network_3Reference, Network_4, Network_4Reference, NewTab, NextFilled, NextOutline, NoImage, NoTicket, Nominal, QMatrix, WatsonHealthMagnify, WatsonHealthMammogram };
|