@carbon-labs/react-animated-header 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/es/__stories__/data/index.d.ts +19 -9
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/es/components/AnimatedHeader/AnimatedHeader.js +76 -65
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -8
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/es/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
- package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
- package/lib/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/lib/__stories__/data/index.d.ts +19 -9
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/lib/components/AnimatedHeader/AnimatedHeader.js +75 -64
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +11 -9
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/lib/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
- package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
- package/package.json +2 -2
- package/scss/AnimatedHeader/animated-header.scss +31 -17
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +12 -5
- package/scss/Tiles/GlassTile/glass-tile.scss +17 -3
- /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
- /package/lib/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
|
@@ -10,8 +10,9 @@ import Icon from '../Icon.js';
|
|
|
10
10
|
import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
|
|
13
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16,
|
|
14
|
-
const
|
|
13
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _circle, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _circle2, _path80, _path81, _circle3, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _switch, _switch2, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _circle4, _circle5, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _circle6, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _circle7, _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, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _circle8, _path192, _path193, _path194, _circle9, _circle10, _circle11, _circle12, _circle13, _circle14, _circle15, _circle16, _circle17, _path195, _circle18, _circle19, _circle20, _circle21, _circle22, _circle23, _circle24, _circle25, _circle26, _circle27, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _circle34, _path196, _path197, _path198, _path199, _circle35, _path200, _path201, _path202, _circle36, _path203, _circle37, _path204;
|
|
14
|
+
const didWarnAboutDeprecation = {};
|
|
15
|
+
const LogoRedHatAnsible = /*#__PURE__*/React.forwardRef(function LogoRedHatAnsible(_ref, ref) {
|
|
15
16
|
let {
|
|
16
17
|
children,
|
|
17
18
|
size = 16,
|
|
@@ -26,22 +27,15 @@ const MagicWandFilled = /*#__PURE__*/React.forwardRef(function MagicWandFilled(_
|
|
|
26
27
|
fill: "currentColor",
|
|
27
28
|
...rest
|
|
28
29
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
29
|
-
d: "
|
|
30
|
+
d: "M21.9104,20.5859h0l-5-11c-.1577-.3452-.5061-.5859-.9104-.5859s-.7529,.2407-.9104,.5859l-5,11c-.0576,.1265-.0896,.2661-.0896,.4141,0,.5522,.4478,1,1,1,.4043,0,.7527-.2407,.9104-.5859l1.9985-4.3965,6.4978,4.7876c.166,.1226,.3711,.1948,.5933,.1948,.5522,0,1-.4478,1-1,0-.1479-.032-.2881-.0896-.4141Zm-5.9104-8.1689l2.499,5.498-3.7441-2.7588,1.2451-2.7393Z"
|
|
30
31
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
d: "
|
|
32
|
-
transform: "rotate(-45 4 16)"
|
|
33
|
-
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
34
|
-
d: "M14.586 2.586H17.414V5.414H14.586z",
|
|
35
|
-
transform: "rotate(-45 16 4)"
|
|
36
|
-
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
37
|
-
d: "M2.586 2.586H5.414V5.414H2.586z",
|
|
38
|
-
transform: "rotate(-45 4 4)"
|
|
32
|
+
d: "M16,30c-7.7197,0-14-6.2803-14-14S8.2803,2,16,2s14,6.2803,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3833-12,12s5.3833,12,12,12,12-5.3833,12-12-5.3833-12-12-12Z"
|
|
39
33
|
})), children);
|
|
40
34
|
});
|
|
41
35
|
if (process.env.NODE_ENV !== "production") {
|
|
42
|
-
|
|
36
|
+
LogoRedHatAnsible.propTypes = iconPropTypes;
|
|
43
37
|
}
|
|
44
|
-
const
|
|
38
|
+
const LogoSketch = /*#__PURE__*/React.forwardRef(function LogoSketch(_ref2, ref) {
|
|
45
39
|
let {
|
|
46
40
|
children,
|
|
47
41
|
size = 16,
|
|
@@ -55,16 +49,14 @@ const WatsonHealthMagnify = /*#__PURE__*/React.forwardRef(function WatsonHealthM
|
|
|
55
49
|
viewBox: "0 0 32 32",
|
|
56
50
|
fill: "currentColor",
|
|
57
51
|
...rest
|
|
58
|
-
},
|
|
59
|
-
d: "
|
|
60
|
-
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
61
|
-
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"
|
|
52
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
d: "M16.1,3.2l7.7,0.9c0.2,0,0.3,0.1,0.4,0.2l5.7,7.7c0.2,0.2,0.2,0.5,0,0.7l-13.6,16c-0.1,0.1-0.3,0.1-0.4,0c0,0,0,0,0,0 l-13.6-16C2,12.5,2,12.2,2.1,12l5.7-7.7c0.1-0.1,0.2-0.2,0.4-0.2l7.7-0.9C16,3.2,16,3.2,16.1,3.2z M17.7,4.8c0,0-0.1,0-0.2,0 c0,0-0.1,0.1,0,0.2l0,0l4.3,5.4c0,0.1,0.1,0.1,0.1,0.2c0,0.2-0.1,0.3-0.3,0.3l0,0H10.4c-0.1,0-0.1,0-0.2-0.1 c-0.1-0.1-0.1-0.3-0.1-0.4l0,0L14.5,5c0,0,0-0.1,0-0.2c0,0-0.1,0-0.2,0l0,0l-5.9,5.9c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.2-0.1-0.2-0.2v0 l0.2-4.3c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1l0,0l-1.1,4.9c0,0.2-0.2,0.3-0.3,0.3l0,0l-2.8,0.6c-0.1,0-0.1,0.1-0.1,0.1 c0,0.1,0,0.1,0.1,0.1l0,0h2.7c0.2,0,0.3,0.1,0.4,0.2l0,0l6.6,11.8c0,0.1,0.1,0.1,0.2,0.1c0.1,0,0.1-0.1,0.1-0.2l0,0L8.6,12.9 c0,0,0-0.1,0-0.1c0-0.2,0.1-0.3,0.3-0.4l0,0h14.2c0.1,0,0.1,0,0.2,0c0.2,0.1,0.2,0.3,0.2,0.4l0,0l-5.3,11.3c0,0.1,0,0.2,0.1,0.2 c0.1,0,0.2,0,0.2-0.1l0,0L25,12.6c0.1-0.1,0.2-0.2,0.4-0.2l0,0h2.7c0.1,0,0.1,0,0.1-0.1c0-0.1,0-0.1-0.1-0.1l0,0l-2.8-0.6 c-0.2,0-0.3-0.2-0.4-0.3l0,0L24,6.3c0-0.1-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1v0l0.2,4.3c0,0.1,0,0.1-0.1,0.2 c-0.1,0.1-0.2,0.1-0.3,0l0,0L17.7,4.8z"
|
|
62
54
|
})), children);
|
|
63
55
|
});
|
|
64
56
|
if (process.env.NODE_ENV !== "production") {
|
|
65
|
-
|
|
57
|
+
LogoSketch.propTypes = iconPropTypes;
|
|
66
58
|
}
|
|
67
|
-
const
|
|
59
|
+
const LogoSkype = /*#__PURE__*/React.forwardRef(function LogoSkype(_ref3, ref) {
|
|
68
60
|
let {
|
|
69
61
|
children,
|
|
70
62
|
size = 16,
|
|
@@ -78,16 +70,14 @@ const MailAll = /*#__PURE__*/React.forwardRef(function MailAll(_ref3, ref) {
|
|
|
78
70
|
viewBox: "0 0 32 32",
|
|
79
71
|
fill: "currentColor",
|
|
80
72
|
...rest
|
|
81
|
-
},
|
|
82
|
-
d: "
|
|
83
|
-
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
84
|
-
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"
|
|
73
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
74
|
+
d: "M27.91,17.88A11.63,11.63,0,0,0,28.06,16,12.06,12.06,0,0,0,16,3.94a11.63,11.63,0,0,0-1.88.15,7.29,7.29,0,0,0-10,10A11.63,11.63,0,0,0,3.94,16,12.06,12.06,0,0,0,16,28.06a11.63,11.63,0,0,0,1.88-.15,7.29,7.29,0,0,0,10-10Zm-6.18,3.6a5,5,0,0,1-2.24,1.73,9,9,0,0,1-3.48.62A8.41,8.41,0,0,1,12,23a5.2,5.2,0,0,1-1.82-1.63,3.59,3.59,0,0,1-.7-2,1.36,1.36,0,0,1,.43-1A1.56,1.56,0,0,1,11,18a1.38,1.38,0,0,1,.91.32,2.5,2.5,0,0,1,.63.94,5.83,5.83,0,0,0,.66,1.18,2.61,2.61,0,0,0,1,.78,3.87,3.87,0,0,0,1.69.31,4,4,0,0,0,2.34-.62,1.8,1.8,0,0,0,.89-1.53,1.54,1.54,0,0,0-.47-1.17,3.09,3.09,0,0,0-1.25-.7c-.52-.17-1.21-.34-2.08-.53A16,16,0,0,1,12.41,16a4.78,4.78,0,0,1-1.89-1.4,3.5,3.5,0,0,1-.7-2.21,3.65,3.65,0,0,1,.74-2.24,4.7,4.7,0,0,1,2.14-1.5A9.51,9.51,0,0,1,16,8.17a8.63,8.63,0,0,1,2.59.35,5.81,5.81,0,0,1,1.83.92,3.91,3.91,0,0,1,1.06,1.21,2.62,2.62,0,0,1,.34,1.25,1.4,1.4,0,0,1-.43,1,1.43,1.43,0,0,1-1.07.46,1.25,1.25,0,0,1-.89-.28,3.36,3.36,0,0,1-.65-.87,3.79,3.79,0,0,0-1.05-1.31,3.13,3.13,0,0,0-1.95-.46,3.64,3.64,0,0,0-2,.5,1.44,1.44,0,0,0-.76,1.2,1.15,1.15,0,0,0,.25.75,2.21,2.21,0,0,0,.72.55,4.74,4.74,0,0,0,.92.36c.32.09.84.22,1.57.39.92.2,1.74.42,2.49.66a7.61,7.61,0,0,1,1.9.88,3.59,3.59,0,0,1,1.23,1.31A4,4,0,0,1,22.5,19,4.24,4.24,0,0,1,21.73,21.48Z"
|
|
85
75
|
})), children);
|
|
86
76
|
});
|
|
87
77
|
if (process.env.NODE_ENV !== "production") {
|
|
88
|
-
|
|
78
|
+
LogoSkype.propTypes = iconPropTypes;
|
|
89
79
|
}
|
|
90
|
-
const
|
|
80
|
+
const LogoSlack = /*#__PURE__*/React.forwardRef(function LogoSlack(_ref4, ref) {
|
|
91
81
|
let {
|
|
92
82
|
children,
|
|
93
83
|
size = 16,
|
|
@@ -101,16 +91,14 @@ const MailReply = /*#__PURE__*/React.forwardRef(function MailReply(_ref4, ref) {
|
|
|
101
91
|
viewBox: "0 0 32 32",
|
|
102
92
|
fill: "currentColor",
|
|
103
93
|
...rest
|
|
104
|
-
},
|
|
105
|
-
d: "
|
|
106
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
107
|
-
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"
|
|
94
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
95
|
+
d: "M9.0423 19.1661A2.5212 2.5212 0 116.5212 16.645H9.0423zM10.3127 19.1661a2.5212 2.5212 0 015.0423 0v6.3127a2.5212 2.5212 0 11-5.0423 0zM12.8339 9.0423A2.5212 2.5212 0 1115.355 6.5212V9.0423zM12.8339 10.3127a2.5212 2.5212 0 010 5.0423H6.5212a2.5212 2.5212 0 110-5.0423zM22.9577 12.8339a2.5212 2.5212 0 112.5211 2.5211H22.9577zM21.6873 12.8339a2.5212 2.5212 0 01-5.0423 0V6.5212a2.5212 2.5212 0 115.0423 0zM19.1661 22.9577a2.5212 2.5212 0 11-2.5211 2.5211V22.9577zM19.1661 21.6873a2.5212 2.5212 0 010-5.0423h6.3127a2.5212 2.5212 0 110 5.0423z"
|
|
108
96
|
})), children);
|
|
109
97
|
});
|
|
110
98
|
if (process.env.NODE_ENV !== "production") {
|
|
111
|
-
|
|
99
|
+
LogoSlack.propTypes = iconPropTypes;
|
|
112
100
|
}
|
|
113
|
-
const
|
|
101
|
+
const LogoSnapchat = /*#__PURE__*/React.forwardRef(function LogoSnapchat(_ref5, ref) {
|
|
114
102
|
let {
|
|
115
103
|
children,
|
|
116
104
|
size = 16,
|
|
@@ -124,14 +112,18 @@ const WatsonHealthMammogram = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
124
112
|
viewBox: "0 0 32 32",
|
|
125
113
|
fill: "currentColor",
|
|
126
114
|
...rest
|
|
127
|
-
},
|
|
128
|
-
d: "
|
|
115
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
116
|
+
d: "M27.9774,9.6279a7.33,7.33,0,0,0-.1186-1.2888,5.2458,5.2458,0,0,0-.4872-1.4948,5.1869,5.1869,0,0,0-.9988-1.3324,4.9557,4.9557,0,0,0-2.1805-1.2433,8.8444,8.8444,0,0,0-2.3059-.2458l-.0044-.0119H10.1143l-.0007.0119a12.578,12.578,0,0,0-1.3221.0591A6.2955,6.2955,0,0,0,7.3792,4.4,5.1155,5.1155,0,0,0,4.2538,7.8152a8.8,8.8,0,0,0-.2459,2.2855L4,21.9065a14.9206,14.9206,0,0,0,.1088,1.5992A5.53,5.53,0,0,0,4.6,25.1205a5.17,5.17,0,0,0,1.443,1.744,4.6907,4.6907,0,0,0,1.4442.7822,7.83,7.83,0,0,0,2.3741.3484c.5034.0032,1.0069.0158,1.5106.0137,3.659-.0154,7.3178.0264,10.9767-.0226a8.6316,8.6316,0,0,0,1.44-.1528A4.8765,4.8765,0,0,0,26.2,26.6613a4.9915,4.9915,0,0,0,1.5931-2.6546,9.6646,9.6646,0,0,0,.2074-2.1v-.1407C28,21.7112,27.9793,9.7855,27.9774,9.6279ZM24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z"
|
|
117
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
118
|
+
fill: "none",
|
|
119
|
+
d: "M24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z",
|
|
120
|
+
"data-icon-path": "inner-path"
|
|
129
121
|
})), children);
|
|
130
122
|
});
|
|
131
123
|
if (process.env.NODE_ENV !== "production") {
|
|
132
|
-
|
|
124
|
+
LogoSnapchat.propTypes = iconPropTypes;
|
|
133
125
|
}
|
|
134
|
-
const
|
|
126
|
+
const LogoSvelte = /*#__PURE__*/React.forwardRef(function LogoSvelte(_ref6, ref) {
|
|
135
127
|
let {
|
|
136
128
|
children,
|
|
137
129
|
size = 16,
|
|
@@ -145,16 +137,14 @@ const ManageProtection = /*#__PURE__*/React.forwardRef(function ManageProtection
|
|
|
145
137
|
viewBox: "0 0 32 32",
|
|
146
138
|
fill: "currentColor",
|
|
147
139
|
...rest
|
|
148
|
-
},
|
|
149
|
-
d: "
|
|
150
|
-
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
151
|
-
d: "M16,25.277V6h8V16.8048a7,7,0,0,1-3.7,6.1731Z"
|
|
140
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
141
|
+
d: "M26.1,5.7C23.5,2,18.4,0.9,14.7,3.2L8.2,7.4c-1.8,1.1-3,2.9-3.4,5c-0.3,1.7,0,3.5,0.8,5.1c-0.6,0.8-0.9,1.8-1.1,2.8 c-0.4,2.1,0.1,4.3,1.4,6c2.6,3.7,7.7,4.8,11.4,2.5l6.5-4.2c1.8-1.1,3-2.9,3.4-5c0.3-1.7,0-3.5-0.8-5.1c0.6-0.8,0.9-1.8,1.1-2.8 C27.9,9.6,27.4,7.4,26.1,5.7z M24.3,11c0,0.2-0.1,0.4-0.2,0.6L24,12l-0.3-0.2c-0.8-0.6-1.6-1-2.6-1.3l-0.2-0.1l0-0.2 c0-0.3-0.1-0.7-0.3-1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2L12,12.9c-0.3,0.2-0.5,0.5-0.6,0.9c-0.1,0.4,0,0.8,0.2,1.1 c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l2.5-1.6c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1c0.7,1,1,2.4,0.8,3.6 c-0.2,1.2-1,2.3-2,3l-6.5,4.2c-0.4,0.3-0.9,0.5-1.3,0.6c-2.1,0.5-4.3-0.3-5.6-2.1c-0.7-1-1-2.4-0.8-3.6c0-0.2,0.1-0.4,0.2-0.6L8,20 l0.3,0.2c0.8,0.6,1.6,1,2.6,1.3l0.2,0.1l0,0.2c0,0.3,0.1,0.7,0.3,1c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l6.5-4.2 c0.3-0.2,0.5-0.5,0.6-0.9c0.1-0.4,0-0.8-0.2-1.1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2l-2.5,1.6c-0.4,0.3-0.9,0.5-1.3,0.6 c-2.1,0.5-4.3-0.3-5.6-2.1c-0.8-1-1-2.4-0.8-3.6c0.2-1.2,1-2.3,2-3l6.5-4.2c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1 C24.2,8.5,24.5,9.8,24.3,11z"
|
|
152
142
|
})), children);
|
|
153
143
|
});
|
|
154
144
|
if (process.env.NODE_ENV !== "production") {
|
|
155
|
-
|
|
145
|
+
LogoSvelte.propTypes = iconPropTypes;
|
|
156
146
|
}
|
|
157
|
-
const
|
|
147
|
+
const LogoTumblr = /*#__PURE__*/React.forwardRef(function LogoTumblr(_ref7, ref) {
|
|
158
148
|
let {
|
|
159
149
|
children,
|
|
160
150
|
size = 16,
|
|
@@ -168,16 +158,14 @@ const ManagedSolutions = /*#__PURE__*/React.forwardRef(function ManagedSolutions
|
|
|
168
158
|
viewBox: "0 0 32 32",
|
|
169
159
|
fill: "currentColor",
|
|
170
160
|
...rest
|
|
171
|
-
},
|
|
172
|
-
d: "
|
|
173
|
-
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
174
|
-
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"
|
|
161
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
162
|
+
d: "M22.6,28h-4c-3.59,0-6.3-1.86-6.3-6.3V14.58H9V10.72A7.17,7.17,0,0,0,14.3,4h3.76v6.12h4.36v4.46H18.06v6.2c0,1.86.94,2.49,2.42,2.49H22.6Z"
|
|
175
163
|
})), children);
|
|
176
164
|
});
|
|
177
165
|
if (process.env.NODE_ENV !== "production") {
|
|
178
|
-
|
|
166
|
+
LogoTumblr.propTypes = iconPropTypes;
|
|
179
167
|
}
|
|
180
|
-
const
|
|
168
|
+
const LogoTwitter = /*#__PURE__*/React.forwardRef(function LogoTwitter(_ref8, ref) {
|
|
181
169
|
let {
|
|
182
170
|
children,
|
|
183
171
|
size = 16,
|
|
@@ -191,20 +179,14 @@ const Map = /*#__PURE__*/React.forwardRef(function Map(_ref8, ref) {
|
|
|
191
179
|
viewBox: "0 0 32 32",
|
|
192
180
|
fill: "currentColor",
|
|
193
181
|
...rest
|
|
194
|
-
},
|
|
195
|
-
d: "
|
|
196
|
-
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
197
|
-
cx: "16",
|
|
198
|
-
cy: "9",
|
|
199
|
-
r: "2"
|
|
200
|
-
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
201
|
-
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"
|
|
182
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
183
|
+
d: "M11.5475,25.7523c9.0566,0,14.0102-7.5034,14.0102-14.0102,0-.2131,0-.4253-.0144-.6365,.9637-.697,1.7955-1.5601,2.4566-2.5488-.8987,.3982-1.852,.6594-2.8282,.7747,1.0279-.6154,1.7972-1.5833,2.1648-2.7235-.9666,.5736-2.024,.9778-3.1267,1.1952-1.8648-1.9829-4.984-2.0786-6.9669-.2138-1.2788,1.2026-1.8214,2.9947-1.4245,4.7047-3.9591-.1985-7.6479-2.0685-10.1482-5.1446-1.3069,2.2499-.6394,5.1282,1.5245,6.5731-.7836-.0232-1.5501-.2346-2.2349-.6163v.0624c.0006,2.3439,1.6529,4.3628,3.9504,4.8269-.7249,.1977-1.4855,.2266-2.2234,.0845,.6451,2.0058,2.4937,3.38,4.6003,3.4195-1.7436,1.3703-3.8975,2.1142-6.1152,2.112-.3918-.0008-.7832-.0245-1.1722-.071,2.2518,1.4451,4.8719,2.2116,7.5475,2.208"
|
|
202
184
|
})), children);
|
|
203
185
|
});
|
|
204
186
|
if (process.env.NODE_ENV !== "production") {
|
|
205
|
-
|
|
187
|
+
LogoTwitter.propTypes = iconPropTypes;
|
|
206
188
|
}
|
|
207
|
-
const
|
|
189
|
+
const LogoVmware = /*#__PURE__*/React.forwardRef(function LogoVmware(_ref9, ref) {
|
|
208
190
|
let {
|
|
209
191
|
children,
|
|
210
192
|
size = 16,
|
|
@@ -218,14 +200,14 @@ const MapCenter = /*#__PURE__*/React.forwardRef(function MapCenter(_ref9, ref) {
|
|
|
218
200
|
viewBox: "0 0 32 32",
|
|
219
201
|
fill: "currentColor",
|
|
220
202
|
...rest
|
|
221
|
-
},
|
|
222
|
-
d: "
|
|
203
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
204
|
+
d: "M3.4,11C3,10.1,2,9.7,1,10.2s-1.3,1.4-0.9,2.3L4.1,21c0.6,1.3,1.3,2,2.5,2c1.3,0,1.9-0.8,2.5-2c0,0,3.4-7.4,3.4-7.5 c0-0.1,0.1-0.3,0.5-0.3c0.3,0,0.5,0.2,0.5,0.6V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9 V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2v-6.8 c0-2.5-2-4.2-4.4-4.2s-3.9,1.7-3.9,1.7c-0.8-1-1.9-1.7-3.8-1.7c-2,0-3.7,1.7-3.7,1.7c-0.8-1-2.2-1.7-3.3-1.7c-1.7,0-3.1,0.8-4,2.7 l-2.5,5.9L3.4,11"
|
|
223
205
|
})), children);
|
|
224
206
|
});
|
|
225
207
|
if (process.env.NODE_ENV !== "production") {
|
|
226
|
-
|
|
208
|
+
LogoVmware.propTypes = iconPropTypes;
|
|
227
209
|
}
|
|
228
|
-
const
|
|
210
|
+
const LogoVmwareAlt = /*#__PURE__*/React.forwardRef(function LogoVmwareAlt(_ref10, ref) {
|
|
229
211
|
let {
|
|
230
212
|
children,
|
|
231
213
|
size = 16,
|
|
@@ -239,14 +221,14 @@ const MapIdentify = /*#__PURE__*/React.forwardRef(function MapIdentify(_ref10, r
|
|
|
239
221
|
viewBox: "0 0 32 32",
|
|
240
222
|
fill: "currentColor",
|
|
241
223
|
...rest
|
|
242
|
-
},
|
|
243
|
-
d: "
|
|
224
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
225
|
+
d: "M22.4131 19.1099l-1.9154-5.5355c-.0401-.1304-.1003-.351-.1003-.5415 0-.5114.4112-1.0128 1.073-1.0128.5515 0 .9226.351 1.083.8624l1.2034 3.9812 1.2335-3.9711c.1604-.5315.5716-.8925 1.1432-.8925h.1304c.5716 0 .9828.371 1.1432.8925l1.2435 3.9812 1.2335-4.0113c.1504-.4713.4814-.8524 1.073-.8524.6117 0 1.0429.4713 1.0429 1.0229 0 .1504-.0401.351-.0702.4513l-2.0056 5.6258c-.2306.6919-.6919.9928-1.2335.9928h-.0702c-.5415 0-.9928-.3109-1.2034-.9527l-1.2435-3.9511-1.2635 3.9511c-.2006.6418-.6619.9527-1.2034.9527h-.0702c-.5315 0-.9928-.3109-1.2234-.9928zM2.0939 12.645c-.2469-.5532-.8692-.8001-1.452-.5433-.5828.2568-.7902.8989-.5334 1.452l2.4299 5.2846c.3852.8297.7902 1.2644 1.5409 1.2644.81 0 1.1656-.4741 1.5409-1.2644 0 0 2.1237-4.6228 2.1435-4.6722.0198-.0494.0889-.1976.3062-.1976.1877 0 .3358.1482.3358.3457v4.524c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-3.6943c0-.7112.5136-1.1755 1.2051-1.1755s1.1557.4741 1.1557 1.1755v3.6943c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-3.6943c0-.7112.5136-1.1755 1.2051-1.1755s1.1557.4741 1.1557 1.1755v3.6943c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-4.2079c0-1.5508-1.2446-2.6275-2.7361-2.6275s-2.4299 1.0372-2.4299 1.0372c-.4939-.6421-1.1853-1.0372-2.341-1.0372-1.2248 0-2.3015 1.0372-2.3015 1.0372-.5038-.6421-1.3434-1.0372-2.0447-1.0372-1.0866 0-1.9459.4741-2.4694 1.6792l-1.5508 3.6647-1.9756-4.7018"
|
|
244
226
|
})), children);
|
|
245
227
|
});
|
|
246
228
|
if (process.env.NODE_ENV !== "production") {
|
|
247
|
-
|
|
229
|
+
LogoVmwareAlt.propTypes = iconPropTypes;
|
|
248
230
|
}
|
|
249
|
-
const
|
|
231
|
+
const LogoVue = /*#__PURE__*/React.forwardRef(function LogoVue(_ref11, ref) {
|
|
250
232
|
let {
|
|
251
233
|
children,
|
|
252
234
|
size = 16,
|
|
@@ -260,16 +242,16 @@ const MapBoundary = /*#__PURE__*/React.forwardRef(function MapBoundary(_ref11, r
|
|
|
260
242
|
viewBox: "0 0 32 32",
|
|
261
243
|
fill: "currentColor",
|
|
262
244
|
...rest
|
|
263
|
-
},
|
|
264
|
-
d: "
|
|
265
|
-
})),
|
|
266
|
-
d: "
|
|
245
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
246
|
+
d: "M24.9,3.9L16,19.4L7.1,3.9H2l14,24.3L30,3.9H24.9z"
|
|
247
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
248
|
+
d: "M16,9.5l-3.2-5.6H8.1L16,17.5l7.9-13.6h-4.6L16,9.5z"
|
|
267
249
|
})), children);
|
|
268
250
|
});
|
|
269
251
|
if (process.env.NODE_ENV !== "production") {
|
|
270
|
-
|
|
252
|
+
LogoVue.propTypes = iconPropTypes;
|
|
271
253
|
}
|
|
272
|
-
const
|
|
254
|
+
const LogoWechat = /*#__PURE__*/React.forwardRef(function LogoWechat(_ref12, ref) {
|
|
273
255
|
let {
|
|
274
256
|
children,
|
|
275
257
|
size = 16,
|
|
@@ -283,16 +265,15 @@ const MapBoundaryVegetation = /*#__PURE__*/React.forwardRef(function MapBoundary
|
|
|
283
265
|
viewBox: "0 0 32 32",
|
|
284
266
|
fill: "currentColor",
|
|
285
267
|
...rest
|
|
286
|
-
},
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
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"
|
|
268
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
269
|
+
fillRule: "evenodd",
|
|
270
|
+
d: "M27.0857,24.7792A6.6179,6.6179,0,0,0,30,19.4662c0-3.88-3.7765-7.0269-8.4338-7.0269s-8.4339,3.1465-8.4339,7.0269,3.7765,7.028,8.4339,7.028a9.9547,9.9547,0,0,0,2.7533-.385l.2473-.0374a.8923.8923,0,0,1,.448.13l1.8469,1.0664.1621.0525a.2813.2813,0,0,0,.2812-.2812l-.0455-.2053-.38-1.4175-.0292-.18A.56.56,0,0,1,27.0857,24.7792ZM12.1208,4.68C6.5313,4.68,2,8.4552,2,13.1137a7.9386,7.9386,0,0,0,3.4965,6.3746.6713.6713,0,0,1,.2835.55l-.035.2147-.4562,1.701L5.234,22.2a.3384.3384,0,0,0,.3372.3383l.196-.063,2.2155-1.28a1.0584,1.0584,0,0,1,.5366-.1552l.2975.0443a11.9674,11.9674,0,0,0,3.304.4632l.5554-.014a6.5153,6.5153,0,0,1-.3395-2.0662c0-4.2478,4.1323-7.6918,9.2295-7.6918l.55.014C21.3538,7.761,17.169,4.68,12.1208,4.68Zm6.6337,13.6629a1.1247,1.1247,0,1,1,1.1247-1.1247A1.1243,1.1243,0,0,1,18.7545,18.3427Zm5.6233,0a1.1247,1.1247,0,1,1,1.1235-1.1247A1.1245,1.1245,0,0,1,24.3778,18.3427ZM8.7468,11.7638a1.3493,1.3493,0,1,1,1.35-1.3486A1.3485,1.3485,0,0,1,8.7468,11.7638Zm6.7469,0a1.3493,1.3493,0,1,1,1.35-1.3486A1.3486,1.3486,0,0,1,15.4937,11.7638Z"
|
|
290
271
|
})), children);
|
|
291
272
|
});
|
|
292
273
|
if (process.env.NODE_ENV !== "production") {
|
|
293
|
-
|
|
274
|
+
LogoWechat.propTypes = iconPropTypes;
|
|
294
275
|
}
|
|
295
|
-
const
|
|
276
|
+
const LogoX = /*#__PURE__*/React.forwardRef(function LogoX(_ref13, ref) {
|
|
296
277
|
let {
|
|
297
278
|
children,
|
|
298
279
|
size = 16,
|
|
@@ -306,21 +287,14 @@ const MarineWarning = /*#__PURE__*/React.forwardRef(function MarineWarning(_ref1
|
|
|
306
287
|
viewBox: "0 0 32 32",
|
|
307
288
|
fill: "currentColor",
|
|
308
289
|
...rest
|
|
309
|
-
},
|
|
310
|
-
d: "
|
|
311
|
-
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
312
|
-
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"
|
|
313
|
-
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
314
|
-
fill: "none",
|
|
315
|
-
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
316
|
-
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
317
|
-
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"
|
|
290
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
291
|
+
d: "m18.2342,14.1624l8.7424-10.1624h-2.0717l-7.591,8.8238-6.0629-8.8238h-6.9929l9.1684,13.3432-9.1684,10.6568h2.0718l8.0163-9.3183,6.4029,9.3183h6.9929l-9.5083-13.8376h.0005Zm-2.8376,3.2984l-.9289-1.3287L7.0763,5.5596h3.1822l5.9649,8.5323.9289,1.3287,7.7536,11.0907h-3.1822l-6.3272-9.05v-.0005Z"
|
|
318
292
|
})), children);
|
|
319
293
|
});
|
|
320
294
|
if (process.env.NODE_ENV !== "production") {
|
|
321
|
-
|
|
295
|
+
LogoX.propTypes = iconPropTypes;
|
|
322
296
|
}
|
|
323
|
-
const
|
|
297
|
+
const LogoXing = /*#__PURE__*/React.forwardRef(function LogoXing(_ref14, ref) {
|
|
324
298
|
let {
|
|
325
299
|
children,
|
|
326
300
|
size = 16,
|
|
@@ -334,14 +308,16 @@ const MathCurve = /*#__PURE__*/React.forwardRef(function MathCurve(_ref14, ref)
|
|
|
334
308
|
viewBox: "0 0 32 32",
|
|
335
309
|
fill: "currentColor",
|
|
336
310
|
...rest
|
|
337
|
-
},
|
|
338
|
-
d: "
|
|
311
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
312
|
+
d: "M11.42,8.29a1.25,1.25,0,0,0-1.13-.76h-4a.65.65,0,0,0-.55.25.63.63,0,0,0,0,.62l2.73,4.73v0L4.17,20.72a.6.6,0,0,0,0,.62.58.58,0,0,0,.52.28h4a1.22,1.22,0,0,0,1.1-.78l4.36-7.71S11.42,8.29,11.42,8.29Z"
|
|
313
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
314
|
+
d: "M27.83,2.88a.65.65,0,0,0,0-.62A.61.61,0,0,0,27.3,2H23.22a1.19,1.19,0,0,0-1.08.77s-8.7,15.43-9,15.93l5.74,10.53A1.26,1.26,0,0,0,20,30h4a.59.59,0,0,0,.54-.26.62.62,0,0,0,0-.62l-5.69-10.4a0,0,0,0,1,0,0Z"
|
|
339
315
|
})), children);
|
|
340
316
|
});
|
|
341
317
|
if (process.env.NODE_ENV !== "production") {
|
|
342
|
-
|
|
318
|
+
LogoXing.propTypes = iconPropTypes;
|
|
343
319
|
}
|
|
344
|
-
const
|
|
320
|
+
const LogoYelp = /*#__PURE__*/React.forwardRef(function LogoYelp(_ref15, ref) {
|
|
345
321
|
let {
|
|
346
322
|
children,
|
|
347
323
|
size = 16,
|
|
@@ -355,32 +331,20 @@ const QMatrix = /*#__PURE__*/React.forwardRef(function QMatrix(_ref15, ref) {
|
|
|
355
331
|
viewBox: "0 0 32 32",
|
|
356
332
|
fill: "currentColor",
|
|
357
333
|
...rest
|
|
358
|
-
},
|
|
359
|
-
|
|
334
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
335
|
+
fillRule: "evenodd",
|
|
336
|
+
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"
|
|
360
337
|
})), children);
|
|
361
338
|
});
|
|
362
339
|
if (process.env.NODE_ENV !== "production") {
|
|
363
|
-
|
|
340
|
+
LogoYelp.propTypes = iconPropTypes;
|
|
364
341
|
}
|
|
365
|
-
const
|
|
342
|
+
const LogoYoutube = /*#__PURE__*/React.forwardRef(function LogoYoutube(_ref16, ref) {
|
|
366
343
|
let {
|
|
367
344
|
children,
|
|
368
345
|
size = 16,
|
|
369
346
|
...rest
|
|
370
347
|
} = _ref16;
|
|
371
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
372
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
373
|
-
width: size,
|
|
374
|
-
height: size,
|
|
375
|
-
ref: ref,
|
|
376
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
377
|
-
viewBox: "0 0 16 16",
|
|
378
|
-
fill: "currentColor",
|
|
379
|
-
...rest
|
|
380
|
-
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
381
|
-
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"
|
|
382
|
-
})), children);
|
|
383
|
-
}
|
|
384
348
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
385
349
|
width: size,
|
|
386
350
|
height: size,
|
|
@@ -389,14 +353,14 @@ const Maximize = /*#__PURE__*/React.forwardRef(function Maximize(_ref16, ref) {
|
|
|
389
353
|
viewBox: "0 0 32 32",
|
|
390
354
|
fill: "currentColor",
|
|
391
355
|
...rest
|
|
392
|
-
},
|
|
393
|
-
d: "
|
|
356
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
357
|
+
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"
|
|
394
358
|
})), children);
|
|
395
359
|
});
|
|
396
360
|
if (process.env.NODE_ENV !== "production") {
|
|
397
|
-
|
|
361
|
+
LogoYoutube.propTypes = iconPropTypes;
|
|
398
362
|
}
|
|
399
|
-
const
|
|
363
|
+
const Logout = /*#__PURE__*/React.forwardRef(function Logout(_ref17, ref) {
|
|
400
364
|
let {
|
|
401
365
|
children,
|
|
402
366
|
size = 16,
|
|
@@ -410,16 +374,16 @@ const MediaLibrary = /*#__PURE__*/React.forwardRef(function MediaLibrary(_ref17,
|
|
|
410
374
|
viewBox: "0 0 32 32",
|
|
411
375
|
fill: "currentColor",
|
|
412
376
|
...rest
|
|
413
|
-
},
|
|
414
|
-
d: "
|
|
415
|
-
})),
|
|
416
|
-
d: "
|
|
377
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
378
|
+
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"
|
|
379
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
380
|
+
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"
|
|
417
381
|
})), children);
|
|
418
382
|
});
|
|
419
383
|
if (process.env.NODE_ENV !== "production") {
|
|
420
|
-
|
|
384
|
+
Logout.propTypes = iconPropTypes;
|
|
421
385
|
}
|
|
422
|
-
const
|
|
386
|
+
const Loop = /*#__PURE__*/React.forwardRef(function Loop(_ref18, ref) {
|
|
423
387
|
let {
|
|
424
388
|
children,
|
|
425
389
|
size = 16,
|
|
@@ -433,43 +397,52 @@ const MediaLibraryFilled = /*#__PURE__*/React.forwardRef(function MediaLibraryFi
|
|
|
433
397
|
viewBox: "0 0 32 32",
|
|
434
398
|
fill: "currentColor",
|
|
435
399
|
...rest
|
|
436
|
-
},
|
|
437
|
-
|
|
438
|
-
d: "M13 15L13 23 13 23 20 19 13 15z",
|
|
439
|
-
"data-icon-path": "inner-path"
|
|
440
|
-
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
441
|
-
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"
|
|
400
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
401
|
+
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"
|
|
442
402
|
})), children);
|
|
443
403
|
});
|
|
444
404
|
if (process.env.NODE_ENV !== "production") {
|
|
445
|
-
|
|
405
|
+
Loop.propTypes = iconPropTypes;
|
|
446
406
|
}
|
|
447
|
-
const
|
|
407
|
+
const LowSeverity = /*#__PURE__*/React.forwardRef(function LowSeverity(_ref19, ref) {
|
|
448
408
|
let {
|
|
449
409
|
children,
|
|
450
410
|
size = 16,
|
|
451
411
|
...rest
|
|
452
412
|
} = _ref19;
|
|
413
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
414
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
415
|
+
width: size,
|
|
416
|
+
height: size,
|
|
417
|
+
ref: ref,
|
|
418
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
419
|
+
viewBox: "0 0 16 16",
|
|
420
|
+
fill: "currentColor",
|
|
421
|
+
...rest
|
|
422
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
423
|
+
d: "M4 4H12V12H4z"
|
|
424
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
425
|
+
d: "M12,4v8H4V4h8m1-1H3V13H13V3Z"
|
|
426
|
+
})), children);
|
|
427
|
+
}
|
|
453
428
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
454
429
|
width: size,
|
|
455
430
|
height: size,
|
|
456
431
|
ref: ref,
|
|
457
432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
458
|
-
viewBox: "0 0
|
|
433
|
+
viewBox: "0 0 16 16",
|
|
459
434
|
fill: "currentColor",
|
|
460
435
|
...rest
|
|
461
|
-
},
|
|
462
|
-
d: "
|
|
463
|
-
})),
|
|
464
|
-
d: "
|
|
465
|
-
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
466
|
-
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"
|
|
436
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
437
|
+
d: "M4 4H12V12H4z"
|
|
438
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
439
|
+
d: "M12,4v8H4V4h8m1-1H3V13H13V3Z"
|
|
467
440
|
})), children);
|
|
468
441
|
});
|
|
469
442
|
if (process.env.NODE_ENV !== "production") {
|
|
470
|
-
|
|
443
|
+
LowSeverity.propTypes = iconPropTypes;
|
|
471
444
|
}
|
|
472
|
-
const
|
|
445
|
+
const Mac = /*#__PURE__*/React.forwardRef(function Mac(_ref20, ref) {
|
|
473
446
|
let {
|
|
474
447
|
children,
|
|
475
448
|
size = 16,
|
|
@@ -483,14 +456,15 @@ const Medication = /*#__PURE__*/React.forwardRef(function Medication(_ref20, ref
|
|
|
483
456
|
viewBox: "0 0 32 32",
|
|
484
457
|
fill: "currentColor",
|
|
485
458
|
...rest
|
|
486
|
-
},
|
|
487
|
-
|
|
459
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
460
|
+
strokeWidth: "0",
|
|
461
|
+
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"
|
|
488
462
|
})), children);
|
|
489
463
|
});
|
|
490
464
|
if (process.env.NODE_ENV !== "production") {
|
|
491
|
-
|
|
465
|
+
Mac.propTypes = iconPropTypes;
|
|
492
466
|
}
|
|
493
|
-
const
|
|
467
|
+
const MacCommand = /*#__PURE__*/React.forwardRef(function MacCommand(_ref21, ref) {
|
|
494
468
|
let {
|
|
495
469
|
children,
|
|
496
470
|
size = 16,
|
|
@@ -504,22 +478,14 @@ const MedicationAlert = /*#__PURE__*/React.forwardRef(function MedicationAlert(_
|
|
|
504
478
|
viewBox: "0 0 32 32",
|
|
505
479
|
fill: "currentColor",
|
|
506
480
|
...rest
|
|
507
|
-
},
|
|
508
|
-
d: "
|
|
509
|
-
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
510
|
-
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"
|
|
511
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
512
|
-
cx: "23",
|
|
513
|
-
cy: "26",
|
|
514
|
-
r: "1"
|
|
515
|
-
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
516
|
-
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"
|
|
481
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
482
|
+
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"
|
|
517
483
|
})), children);
|
|
518
484
|
});
|
|
519
485
|
if (process.env.NODE_ENV !== "production") {
|
|
520
|
-
|
|
486
|
+
MacCommand.propTypes = iconPropTypes;
|
|
521
487
|
}
|
|
522
|
-
const
|
|
488
|
+
const MacOption = /*#__PURE__*/React.forwardRef(function MacOption(_ref22, ref) {
|
|
523
489
|
let {
|
|
524
490
|
children,
|
|
525
491
|
size = 16,
|
|
@@ -533,62 +499,19 @@ const MedicationReminder = /*#__PURE__*/React.forwardRef(function MedicationRemi
|
|
|
533
499
|
viewBox: "0 0 32 32",
|
|
534
500
|
fill: "currentColor",
|
|
535
501
|
...rest
|
|
536
|
-
},
|
|
537
|
-
d: "
|
|
538
|
-
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
539
|
-
cx: "26",
|
|
540
|
-
cy: "16",
|
|
541
|
-
r: "4"
|
|
502
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
503
|
+
d: "M18 5H28V7H18zM10.6 5L4 5 4 7 9.4 7 18.4 27 28 27 28 25 19.6 25z"
|
|
542
504
|
})), children);
|
|
543
505
|
});
|
|
544
506
|
if (process.env.NODE_ENV !== "production") {
|
|
545
|
-
|
|
507
|
+
MacOption.propTypes = iconPropTypes;
|
|
546
508
|
}
|
|
547
|
-
const
|
|
509
|
+
const MacShift = /*#__PURE__*/React.forwardRef(function MacShift(_ref23, ref) {
|
|
548
510
|
let {
|
|
549
511
|
children,
|
|
550
512
|
size = 16,
|
|
551
513
|
...rest
|
|
552
514
|
} = _ref23;
|
|
553
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
554
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
555
|
-
width: size,
|
|
556
|
-
height: size,
|
|
557
|
-
ref: ref,
|
|
558
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
559
|
-
viewBox: "0 0 16 16",
|
|
560
|
-
fill: "currentColor",
|
|
561
|
-
...rest
|
|
562
|
-
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
563
|
-
d: "M2 12H14V13H2zM2 9H14V10H2zM2 6H14V7H2zM2 3H14V4H2z"
|
|
564
|
-
})), children);
|
|
565
|
-
}
|
|
566
|
-
if (size === 20 || size === "20" || size === "20px") {
|
|
567
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
568
|
-
width: size,
|
|
569
|
-
height: size,
|
|
570
|
-
ref: ref,
|
|
571
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
572
|
-
viewBox: "0 0 20 20",
|
|
573
|
-
fill: "currentColor",
|
|
574
|
-
...rest
|
|
575
|
-
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
576
|
-
d: "M2 14.8H18V16H2zM2 11.2H18V12.399999999999999H2zM2 7.6H18V8.799999999999999H2zM2 4H18V5.2H2z"
|
|
577
|
-
})), children);
|
|
578
|
-
}
|
|
579
|
-
if (size === 24 || size === "24" || size === "24px") {
|
|
580
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
581
|
-
width: size,
|
|
582
|
-
height: size,
|
|
583
|
-
ref: ref,
|
|
584
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
585
|
-
viewBox: "0 0 24 24",
|
|
586
|
-
fill: "currentColor",
|
|
587
|
-
...rest
|
|
588
|
-
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
589
|
-
d: "M3 18H21V19.5H3zM3 13.5H21V15H3zM3 9H21V10.5H3zM3 4.5H21V6H3z"
|
|
590
|
-
})), children);
|
|
591
|
-
}
|
|
592
515
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
593
516
|
width: size,
|
|
594
517
|
height: size,
|
|
@@ -597,19 +520,25 @@ const Menu = /*#__PURE__*/React.forwardRef(function Menu(_ref23, ref) {
|
|
|
597
520
|
viewBox: "0 0 32 32",
|
|
598
521
|
fill: "currentColor",
|
|
599
522
|
...rest
|
|
600
|
-
},
|
|
601
|
-
d: "
|
|
523
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
524
|
+
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"
|
|
602
525
|
})), children);
|
|
603
526
|
});
|
|
604
527
|
if (process.env.NODE_ENV !== "production") {
|
|
605
|
-
|
|
528
|
+
MacShift.propTypes = iconPropTypes;
|
|
606
529
|
}
|
|
607
|
-
const
|
|
530
|
+
const MachineLearning = /*#__PURE__*/React.forwardRef(function MachineLearning(_ref24, ref) {
|
|
608
531
|
let {
|
|
609
532
|
children,
|
|
610
533
|
size = 16,
|
|
611
534
|
...rest
|
|
612
535
|
} = _ref24;
|
|
536
|
+
if (process.env.NODE_ENV !== "production") {
|
|
537
|
+
if (!didWarnAboutDeprecation["MachineLearning"]) {
|
|
538
|
+
didWarnAboutDeprecation["MachineLearning"] = true;
|
|
539
|
+
console.warn("Icon should not be used. Teams should use machine-learning-model instead. As a result, the MachineLearning component will be removed in the next major version of @carbon/icons-react.");
|
|
540
|
+
}
|
|
541
|
+
}
|
|
613
542
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
614
543
|
width: size,
|
|
615
544
|
height: size,
|
|
@@ -618,15 +547,16 @@ const Merge = /*#__PURE__*/React.forwardRef(function Merge(_ref24, ref) {
|
|
|
618
547
|
viewBox: "0 0 32 32",
|
|
619
548
|
fill: "currentColor",
|
|
620
549
|
...rest
|
|
621
|
-
},
|
|
622
|
-
|
|
623
|
-
|
|
550
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
551
|
+
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"
|
|
552
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
553
|
+
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"
|
|
624
554
|
})), children);
|
|
625
555
|
});
|
|
626
556
|
if (process.env.NODE_ENV !== "production") {
|
|
627
|
-
|
|
557
|
+
MachineLearning.propTypes = iconPropTypes;
|
|
628
558
|
}
|
|
629
|
-
const
|
|
559
|
+
const MachineLearningModel = /*#__PURE__*/React.forwardRef(function MachineLearningModel(_ref25, ref) {
|
|
630
560
|
let {
|
|
631
561
|
children,
|
|
632
562
|
size = 16,
|
|
@@ -640,15 +570,15 @@ const MergeNode = /*#__PURE__*/React.forwardRef(function MergeNode(_ref25, ref)
|
|
|
640
570
|
viewBox: "0 0 32 32",
|
|
641
571
|
fill: "currentColor",
|
|
642
572
|
...rest
|
|
643
|
-
},
|
|
573
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
644
574
|
strokeWidth: "0",
|
|
645
|
-
d: "
|
|
575
|
+
d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8384-2.8157,2h-5.7703l7.3008-7.3008c.3911.1875.8235.3008,1.2852.3008,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.4619.1135.894.3005,1.2852l-8.3005,8.3008v-6.5859c0-1.1025.897-2,2-2h2v-2h-2c-1.2002,0-2.2661.5425-3,1.3823-.7339-.8398-1.7998-1.3823-3-1.3823h-1c-4.9624,0-9,4.0371-9,9v6c0,4.9629,4.0376,9,9,9h1c1.2002,0,2.2661-.5425,3-1.3823.7339.8398,1.7998,1.3823,3,1.3823h2v-2h-2c-1.103,0-2-.8975-2-2v-6.5859l8.3005,8.3008c-.187.3911-.3005.8232-.3005,1.2852,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.4617,0-.894.1133-1.2852.3008l-7.3008-7.3008h5.7703c.4141,1.1616,1.5137,2,2.8157,2Zm0-4c.5513,0,1,.4482,1,1s-.4487,1-1,1-1-.4482-1-1,.4487-1,1-1Zm0-11c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm-13,8h-2v2h2v4h-2c-1.6543,0-3,1.3457-3,3v2h2v-2c0-.5518.4487-1,1-1h2v4c0,1.1025-.897,2-2,2h-1c-3.5195,0-6.4324-2.6133-6.9202-6h1.9202v-2h-2v-4h3c1.6543,0,3-1.3457,3-3v-2h-2v2c0,.5518-.4487,1-1,1h-2.9202c.4878-3.3867,3.4006-6,6.9202-6h1c1.103,0,2,.8975,2,2v4Zm14,15c0,.5513-.4485,1-1,1s-1-.4487-1-1,.4485-1,1-1,1,.4487,1,1Z"
|
|
646
576
|
})), children);
|
|
647
577
|
});
|
|
648
578
|
if (process.env.NODE_ENV !== "production") {
|
|
649
|
-
|
|
579
|
+
MachineLearningModel.propTypes = iconPropTypes;
|
|
650
580
|
}
|
|
651
|
-
const
|
|
581
|
+
const MagicWand = /*#__PURE__*/React.forwardRef(function MagicWand(_ref26, ref) {
|
|
652
582
|
let {
|
|
653
583
|
children,
|
|
654
584
|
size = 16,
|
|
@@ -662,16 +592,23 @@ const MessageQueue = /*#__PURE__*/React.forwardRef(function MessageQueue(_ref26,
|
|
|
662
592
|
viewBox: "0 0 32 32",
|
|
663
593
|
fill: "currentColor",
|
|
664
594
|
...rest
|
|
665
|
-
},
|
|
666
|
-
d: "
|
|
667
|
-
})),
|
|
668
|
-
d: "
|
|
595
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
596
|
+
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"
|
|
597
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
598
|
+
d: "M2.586 14.586H5.414V17.414H2.586z",
|
|
599
|
+
transform: "rotate(-45 4 16)"
|
|
600
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
601
|
+
d: "M14.586 2.586H17.414V5.414H14.586z",
|
|
602
|
+
transform: "rotate(-45 16 4)"
|
|
603
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
604
|
+
d: "M2.586 2.586H5.414V5.414H2.586z",
|
|
605
|
+
transform: "rotate(-45 4 4)"
|
|
669
606
|
})), children);
|
|
670
607
|
});
|
|
671
608
|
if (process.env.NODE_ENV !== "production") {
|
|
672
|
-
|
|
609
|
+
MagicWand.propTypes = iconPropTypes;
|
|
673
610
|
}
|
|
674
|
-
const
|
|
611
|
+
const MagicWandFilled = /*#__PURE__*/React.forwardRef(function MagicWandFilled(_ref27, ref) {
|
|
675
612
|
let {
|
|
676
613
|
children,
|
|
677
614
|
size = 16,
|
|
@@ -685,16 +622,23 @@ const Meter = /*#__PURE__*/React.forwardRef(function Meter(_ref27, ref) {
|
|
|
685
622
|
viewBox: "0 0 32 32",
|
|
686
623
|
fill: "currentColor",
|
|
687
624
|
...rest
|
|
688
|
-
},
|
|
689
|
-
d: "
|
|
690
|
-
})),
|
|
691
|
-
d: "
|
|
625
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
626
|
+
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"
|
|
627
|
+
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
628
|
+
d: "M2.586 14.586H5.414V17.414H2.586z",
|
|
629
|
+
transform: "rotate(-45 4 16)"
|
|
630
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
631
|
+
d: "M14.586 2.586H17.414V5.414H14.586z",
|
|
632
|
+
transform: "rotate(-45 16 4)"
|
|
633
|
+
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
634
|
+
d: "M2.586 2.586H5.414V5.414H2.586z",
|
|
635
|
+
transform: "rotate(-45 4 4)"
|
|
692
636
|
})), children);
|
|
693
637
|
});
|
|
694
638
|
if (process.env.NODE_ENV !== "production") {
|
|
695
|
-
|
|
639
|
+
MagicWandFilled.propTypes = iconPropTypes;
|
|
696
640
|
}
|
|
697
|
-
const
|
|
641
|
+
const WatsonHealthMagnify = /*#__PURE__*/React.forwardRef(function WatsonHealthMagnify(_ref28, ref) {
|
|
698
642
|
let {
|
|
699
643
|
children,
|
|
700
644
|
size = 16,
|
|
@@ -708,14 +652,16 @@ const MeterAlt = /*#__PURE__*/React.forwardRef(function MeterAlt(_ref28, ref) {
|
|
|
708
652
|
viewBox: "0 0 32 32",
|
|
709
653
|
fill: "currentColor",
|
|
710
654
|
...rest
|
|
711
|
-
},
|
|
712
|
-
d: "
|
|
655
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
656
|
+
d: "M12,21H4V4H22v8h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V21a2,2,0,0,0,2,2h8Z"
|
|
657
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
658
|
+
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"
|
|
713
659
|
})), children);
|
|
714
660
|
});
|
|
715
661
|
if (process.env.NODE_ENV !== "production") {
|
|
716
|
-
|
|
662
|
+
WatsonHealthMagnify.propTypes = iconPropTypes;
|
|
717
663
|
}
|
|
718
|
-
const
|
|
664
|
+
const MailAll = /*#__PURE__*/React.forwardRef(function MailAll(_ref29, ref) {
|
|
719
665
|
let {
|
|
720
666
|
children,
|
|
721
667
|
size = 16,
|
|
@@ -729,16 +675,16 @@ const Microphone = /*#__PURE__*/React.forwardRef(function Microphone(_ref29, ref
|
|
|
729
675
|
viewBox: "0 0 32 32",
|
|
730
676
|
fill: "currentColor",
|
|
731
677
|
...rest
|
|
732
|
-
},
|
|
733
|
-
d: "
|
|
734
|
-
})),
|
|
735
|
-
d: "
|
|
678
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
679
|
+
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"
|
|
680
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
681
|
+
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"
|
|
736
682
|
})), children);
|
|
737
683
|
});
|
|
738
684
|
if (process.env.NODE_ENV !== "production") {
|
|
739
|
-
|
|
685
|
+
MailAll.propTypes = iconPropTypes;
|
|
740
686
|
}
|
|
741
|
-
const
|
|
687
|
+
const MailReply = /*#__PURE__*/React.forwardRef(function MailReply(_ref30, ref) {
|
|
742
688
|
let {
|
|
743
689
|
children,
|
|
744
690
|
size = 16,
|
|
@@ -752,16 +698,16 @@ const MicrophoneFilled = /*#__PURE__*/React.forwardRef(function MicrophoneFilled
|
|
|
752
698
|
viewBox: "0 0 32 32",
|
|
753
699
|
fill: "currentColor",
|
|
754
700
|
...rest
|
|
755
|
-
},
|
|
756
|
-
d: "
|
|
757
|
-
})),
|
|
758
|
-
d: "
|
|
701
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
702
|
+
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"
|
|
703
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
704
|
+
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"
|
|
759
705
|
})), children);
|
|
760
706
|
});
|
|
761
707
|
if (process.env.NODE_ENV !== "production") {
|
|
762
|
-
|
|
708
|
+
MailReply.propTypes = iconPropTypes;
|
|
763
709
|
}
|
|
764
|
-
const
|
|
710
|
+
const WatsonHealthMammogram = /*#__PURE__*/React.forwardRef(function WatsonHealthMammogram(_ref31, ref) {
|
|
765
711
|
let {
|
|
766
712
|
children,
|
|
767
713
|
size = 16,
|
|
@@ -775,14 +721,14 @@ const MicrophoneOff = /*#__PURE__*/React.forwardRef(function MicrophoneOff(_ref3
|
|
|
775
721
|
viewBox: "0 0 32 32",
|
|
776
722
|
fill: "currentColor",
|
|
777
723
|
...rest
|
|
778
|
-
},
|
|
779
|
-
d: "
|
|
724
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
725
|
+
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"
|
|
780
726
|
})), children);
|
|
781
727
|
});
|
|
782
728
|
if (process.env.NODE_ENV !== "production") {
|
|
783
|
-
|
|
729
|
+
WatsonHealthMammogram.propTypes = iconPropTypes;
|
|
784
730
|
}
|
|
785
|
-
const
|
|
731
|
+
const ManageProtection = /*#__PURE__*/React.forwardRef(function ManageProtection(_ref32, ref) {
|
|
786
732
|
let {
|
|
787
733
|
children,
|
|
788
734
|
size = 16,
|
|
@@ -796,14 +742,16 @@ const MicrophoneOffFilled = /*#__PURE__*/React.forwardRef(function MicrophoneOff
|
|
|
796
742
|
viewBox: "0 0 32 32",
|
|
797
743
|
fill: "currentColor",
|
|
798
744
|
...rest
|
|
799
|
-
},
|
|
800
|
-
d: "
|
|
745
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
746
|
+
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"
|
|
747
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
748
|
+
d: "M16,25.277V6h8V16.8048a7,7,0,0,1-3.7,6.1731Z"
|
|
801
749
|
})), children);
|
|
802
750
|
});
|
|
803
751
|
if (process.env.NODE_ENV !== "production") {
|
|
804
|
-
|
|
752
|
+
ManageProtection.propTypes = iconPropTypes;
|
|
805
753
|
}
|
|
806
|
-
const
|
|
754
|
+
const ManagedSolutions = /*#__PURE__*/React.forwardRef(function ManagedSolutions(_ref33, ref) {
|
|
807
755
|
let {
|
|
808
756
|
children,
|
|
809
757
|
size = 16,
|
|
@@ -817,14 +765,16 @@ const Microscope = /*#__PURE__*/React.forwardRef(function Microscope(_ref33, ref
|
|
|
817
765
|
viewBox: "0 0 32 32",
|
|
818
766
|
fill: "currentColor",
|
|
819
767
|
...rest
|
|
820
|
-
},
|
|
821
|
-
d: "
|
|
768
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
769
|
+
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"
|
|
770
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
771
|
+
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"
|
|
822
772
|
})), children);
|
|
823
773
|
});
|
|
824
774
|
if (process.env.NODE_ENV !== "production") {
|
|
825
|
-
|
|
775
|
+
ManagedSolutions.propTypes = iconPropTypes;
|
|
826
776
|
}
|
|
827
|
-
const
|
|
777
|
+
const Map = /*#__PURE__*/React.forwardRef(function Map(_ref34, ref) {
|
|
828
778
|
let {
|
|
829
779
|
children,
|
|
830
780
|
size = 16,
|
|
@@ -838,17 +788,20 @@ const Microservices_1 = /*#__PURE__*/React.forwardRef(function Microservices_1(_
|
|
|
838
788
|
viewBox: "0 0 32 32",
|
|
839
789
|
fill: "currentColor",
|
|
840
790
|
...rest
|
|
841
|
-
},
|
|
842
|
-
d: "
|
|
843
|
-
}), /*#__PURE__*/React.createElement("
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
791
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
792
|
+
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"
|
|
793
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
794
|
+
cx: "16",
|
|
795
|
+
cy: "9",
|
|
796
|
+
r: "2"
|
|
797
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
798
|
+
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"
|
|
799
|
+
})), children);
|
|
847
800
|
});
|
|
848
801
|
if (process.env.NODE_ENV !== "production") {
|
|
849
|
-
|
|
802
|
+
Map.propTypes = iconPropTypes;
|
|
850
803
|
}
|
|
851
|
-
const
|
|
804
|
+
const MapCenter = /*#__PURE__*/React.forwardRef(function MapCenter(_ref35, ref) {
|
|
852
805
|
let {
|
|
853
806
|
children,
|
|
854
807
|
size = 16,
|
|
@@ -862,17 +815,14 @@ const Microservices_2 = /*#__PURE__*/React.forwardRef(function Microservices_2(_
|
|
|
862
815
|
viewBox: "0 0 32 32",
|
|
863
816
|
fill: "currentColor",
|
|
864
817
|
...rest
|
|
865
|
-
},
|
|
866
|
-
d: "
|
|
867
|
-
}),
|
|
868
|
-
fill: "none",
|
|
869
|
-
d: "M0 0h32v32H0z"
|
|
870
|
-
})))), children);
|
|
818
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
819
|
+
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"
|
|
820
|
+
})), children);
|
|
871
821
|
});
|
|
872
822
|
if (process.env.NODE_ENV !== "production") {
|
|
873
|
-
|
|
823
|
+
MapCenter.propTypes = iconPropTypes;
|
|
874
824
|
}
|
|
875
|
-
const
|
|
825
|
+
const MapIdentify = /*#__PURE__*/React.forwardRef(function MapIdentify(_ref36, ref) {
|
|
876
826
|
let {
|
|
877
827
|
children,
|
|
878
828
|
size = 16,
|
|
@@ -886,14 +836,14 @@ const Migrate = /*#__PURE__*/React.forwardRef(function Migrate(_ref36, ref) {
|
|
|
886
836
|
viewBox: "0 0 32 32",
|
|
887
837
|
fill: "currentColor",
|
|
888
838
|
...rest
|
|
889
|
-
},
|
|
890
|
-
d: "
|
|
839
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
840
|
+
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"
|
|
891
841
|
})), children);
|
|
892
842
|
});
|
|
893
843
|
if (process.env.NODE_ENV !== "production") {
|
|
894
|
-
|
|
844
|
+
MapIdentify.propTypes = iconPropTypes;
|
|
895
845
|
}
|
|
896
|
-
const
|
|
846
|
+
const MapBoundary = /*#__PURE__*/React.forwardRef(function MapBoundary(_ref37, ref) {
|
|
897
847
|
let {
|
|
898
848
|
children,
|
|
899
849
|
size = 16,
|
|
@@ -907,14 +857,16 @@ const MigrateAlt = /*#__PURE__*/React.forwardRef(function MigrateAlt(_ref37, ref
|
|
|
907
857
|
viewBox: "0 0 32 32",
|
|
908
858
|
fill: "currentColor",
|
|
909
859
|
...rest
|
|
910
|
-
},
|
|
911
|
-
d: "
|
|
860
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
861
|
+
d: "M12 10H14V14H12zM18 18H22V20H18zM14 18L14 16 12 16 12 20 16 20 16 18 14 18zM16 4H28V16H16z"
|
|
862
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
863
|
+
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"
|
|
912
864
|
})), children);
|
|
913
865
|
});
|
|
914
866
|
if (process.env.NODE_ENV !== "production") {
|
|
915
|
-
|
|
867
|
+
MapBoundary.propTypes = iconPropTypes;
|
|
916
868
|
}
|
|
917
|
-
const
|
|
869
|
+
const MapBoundaryVegetation = /*#__PURE__*/React.forwardRef(function MapBoundaryVegetation(_ref38, ref) {
|
|
918
870
|
let {
|
|
919
871
|
children,
|
|
920
872
|
size = 16,
|
|
@@ -928,14 +880,16 @@ const Milestone = /*#__PURE__*/React.forwardRef(function Milestone(_ref38, ref)
|
|
|
928
880
|
viewBox: "0 0 32 32",
|
|
929
881
|
fill: "currentColor",
|
|
930
882
|
...rest
|
|
931
|
-
},
|
|
932
|
-
d: "
|
|
883
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
884
|
+
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"
|
|
885
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
886
|
+
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"
|
|
933
887
|
})), children);
|
|
934
888
|
});
|
|
935
889
|
if (process.env.NODE_ENV !== "production") {
|
|
936
|
-
|
|
890
|
+
MapBoundaryVegetation.propTypes = iconPropTypes;
|
|
937
891
|
}
|
|
938
|
-
const
|
|
892
|
+
const MarineWarning = /*#__PURE__*/React.forwardRef(function MarineWarning(_ref39, ref) {
|
|
939
893
|
let {
|
|
940
894
|
children,
|
|
941
895
|
size = 16,
|
|
@@ -949,32 +903,26 @@ const MilitaryCamp = /*#__PURE__*/React.forwardRef(function MilitaryCamp(_ref39,
|
|
|
949
903
|
viewBox: "0 0 32 32",
|
|
950
904
|
fill: "currentColor",
|
|
951
905
|
...rest
|
|
952
|
-
},
|
|
953
|
-
d: "
|
|
906
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
907
|
+
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"
|
|
908
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
909
|
+
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"
|
|
910
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
911
|
+
fill: "none",
|
|
912
|
+
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
913
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
914
|
+
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"
|
|
954
915
|
})), children);
|
|
955
916
|
});
|
|
956
917
|
if (process.env.NODE_ENV !== "production") {
|
|
957
|
-
|
|
918
|
+
MarineWarning.propTypes = iconPropTypes;
|
|
958
919
|
}
|
|
959
|
-
const
|
|
920
|
+
const MathCurve = /*#__PURE__*/React.forwardRef(function MathCurve(_ref40, ref) {
|
|
960
921
|
let {
|
|
961
922
|
children,
|
|
962
923
|
size = 16,
|
|
963
924
|
...rest
|
|
964
925
|
} = _ref40;
|
|
965
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
966
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
967
|
-
width: size,
|
|
968
|
-
height: size,
|
|
969
|
-
ref: ref,
|
|
970
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
971
|
-
viewBox: "0 0 16 16",
|
|
972
|
-
fill: "currentColor",
|
|
973
|
-
...rest
|
|
974
|
-
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
975
|
-
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"
|
|
976
|
-
})), children);
|
|
977
|
-
}
|
|
978
926
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
979
927
|
width: size,
|
|
980
928
|
height: size,
|
|
@@ -983,72 +931,19 @@ const Minimize = /*#__PURE__*/React.forwardRef(function Minimize(_ref40, ref) {
|
|
|
983
931
|
viewBox: "0 0 32 32",
|
|
984
932
|
fill: "currentColor",
|
|
985
933
|
...rest
|
|
986
|
-
},
|
|
987
|
-
d: "
|
|
934
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
935
|
+
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"
|
|
988
936
|
})), children);
|
|
989
937
|
});
|
|
990
938
|
if (process.env.NODE_ENV !== "production") {
|
|
991
|
-
|
|
939
|
+
MathCurve.propTypes = iconPropTypes;
|
|
992
940
|
}
|
|
993
|
-
const
|
|
941
|
+
const QMatrix = /*#__PURE__*/React.forwardRef(function QMatrix(_ref41, ref) {
|
|
994
942
|
let {
|
|
995
943
|
children,
|
|
996
944
|
size = 16,
|
|
997
945
|
...rest
|
|
998
946
|
} = _ref41;
|
|
999
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1000
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1001
|
-
width: size,
|
|
1002
|
-
height: size,
|
|
1003
|
-
ref: ref,
|
|
1004
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1005
|
-
viewBox: "0 0 16 16",
|
|
1006
|
-
fill: "currentColor",
|
|
1007
|
-
...rest
|
|
1008
|
-
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1009
|
-
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"
|
|
1010
|
-
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1011
|
-
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",
|
|
1012
|
-
"data-icon-path": "inner-path",
|
|
1013
|
-
opacity: "0"
|
|
1014
|
-
})), children);
|
|
1015
|
-
}
|
|
1016
|
-
if (size === 20 || size === "20" || size === "20px") {
|
|
1017
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1018
|
-
width: size,
|
|
1019
|
-
height: size,
|
|
1020
|
-
ref: ref,
|
|
1021
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1022
|
-
viewBox: "0 0 20 20",
|
|
1023
|
-
fill: "currentColor",
|
|
1024
|
-
...rest
|
|
1025
|
-
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1026
|
-
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"
|
|
1027
|
-
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1028
|
-
fill: "none",
|
|
1029
|
-
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",
|
|
1030
|
-
"data-icon-path": "inner-path",
|
|
1031
|
-
opacity: "0"
|
|
1032
|
-
})), children);
|
|
1033
|
-
}
|
|
1034
|
-
if (size === 24 || size === "24" || size === "24px") {
|
|
1035
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1036
|
-
width: size,
|
|
1037
|
-
height: size,
|
|
1038
|
-
ref: ref,
|
|
1039
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1040
|
-
viewBox: "0 0 24 24",
|
|
1041
|
-
fill: "currentColor",
|
|
1042
|
-
...rest
|
|
1043
|
-
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1044
|
-
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"
|
|
1045
|
-
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1046
|
-
fill: "none",
|
|
1047
|
-
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",
|
|
1048
|
-
"data-icon-path": "inner-path",
|
|
1049
|
-
opacity: "0"
|
|
1050
|
-
})), children);
|
|
1051
|
-
}
|
|
1052
947
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1053
948
|
width: size,
|
|
1054
949
|
height: size,
|
|
@@ -1057,19 +952,14 @@ const Misuse = /*#__PURE__*/React.forwardRef(function Misuse(_ref41, ref) {
|
|
|
1057
952
|
viewBox: "0 0 32 32",
|
|
1058
953
|
fill: "currentColor",
|
|
1059
954
|
...rest
|
|
1060
|
-
},
|
|
1061
|
-
d: "
|
|
1062
|
-
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1063
|
-
fill: "none",
|
|
1064
|
-
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",
|
|
1065
|
-
"data-icon-path": "inner-path",
|
|
1066
|
-
opacity: "0"
|
|
955
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
956
|
+
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"
|
|
1067
957
|
})), children);
|
|
1068
958
|
});
|
|
1069
959
|
if (process.env.NODE_ENV !== "production") {
|
|
1070
|
-
|
|
960
|
+
QMatrix.propTypes = iconPropTypes;
|
|
1071
961
|
}
|
|
1072
|
-
const
|
|
962
|
+
const Maximize = /*#__PURE__*/React.forwardRef(function Maximize(_ref42, ref) {
|
|
1073
963
|
let {
|
|
1074
964
|
children,
|
|
1075
965
|
size = 16,
|
|
@@ -1084,10 +974,8 @@ const MisuseOutline = /*#__PURE__*/React.forwardRef(function MisuseOutline(_ref4
|
|
|
1084
974
|
viewBox: "0 0 16 16",
|
|
1085
975
|
fill: "currentColor",
|
|
1086
976
|
...rest
|
|
1087
|
-
},
|
|
1088
|
-
d: "
|
|
1089
|
-
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1090
|
-
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"
|
|
977
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
978
|
+
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"
|
|
1091
979
|
})), children);
|
|
1092
980
|
}
|
|
1093
981
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
@@ -1098,16 +986,14 @@ const MisuseOutline = /*#__PURE__*/React.forwardRef(function MisuseOutline(_ref4
|
|
|
1098
986
|
viewBox: "0 0 32 32",
|
|
1099
987
|
fill: "currentColor",
|
|
1100
988
|
...rest
|
|
1101
|
-
},
|
|
1102
|
-
d: "
|
|
1103
|
-
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1104
|
-
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"
|
|
989
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
990
|
+
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"
|
|
1105
991
|
})), children);
|
|
1106
992
|
});
|
|
1107
993
|
if (process.env.NODE_ENV !== "production") {
|
|
1108
|
-
|
|
994
|
+
Maximize.propTypes = iconPropTypes;
|
|
1109
995
|
}
|
|
1110
|
-
const
|
|
996
|
+
const MediaLibrary = /*#__PURE__*/React.forwardRef(function MediaLibrary(_ref43, ref) {
|
|
1111
997
|
let {
|
|
1112
998
|
children,
|
|
1113
999
|
size = 16,
|
|
@@ -1121,24 +1007,16 @@ const MixedRainHail = /*#__PURE__*/React.forwardRef(function MixedRainHail(_ref4
|
|
|
1121
1007
|
viewBox: "0 0 32 32",
|
|
1122
1008
|
fill: "currentColor",
|
|
1123
1009
|
...rest
|
|
1124
|
-
},
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
1129
|
-
cx: "21.5",
|
|
1130
|
-
cy: "29.5",
|
|
1131
|
-
r: "1.5"
|
|
1132
|
-
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1133
|
-
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"
|
|
1134
|
-
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1135
|
-
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"
|
|
1010
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1011
|
+
d: "M13 15L13 23 13 23 20 19 13 15z"
|
|
1012
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1013
|
+
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"
|
|
1136
1014
|
})), children);
|
|
1137
1015
|
});
|
|
1138
1016
|
if (process.env.NODE_ENV !== "production") {
|
|
1139
|
-
|
|
1017
|
+
MediaLibrary.propTypes = iconPropTypes;
|
|
1140
1018
|
}
|
|
1141
|
-
const
|
|
1019
|
+
const MediaLibraryFilled = /*#__PURE__*/React.forwardRef(function MediaLibraryFilled(_ref44, ref) {
|
|
1142
1020
|
let {
|
|
1143
1021
|
children,
|
|
1144
1022
|
size = 16,
|
|
@@ -1152,18 +1030,18 @@ const MlModelReference = /*#__PURE__*/React.forwardRef(function MlModelReference
|
|
|
1152
1030
|
viewBox: "0 0 32 32",
|
|
1153
1031
|
fill: "currentColor",
|
|
1154
1032
|
...rest
|
|
1155
|
-
},
|
|
1156
|
-
|
|
1157
|
-
d: "
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
d: "
|
|
1033
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1034
|
+
fill: "none",
|
|
1035
|
+
d: "M13 15L13 23 13 23 20 19 13 15z",
|
|
1036
|
+
"data-icon-path": "inner-path"
|
|
1037
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1038
|
+
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"
|
|
1161
1039
|
})), children);
|
|
1162
1040
|
});
|
|
1163
1041
|
if (process.env.NODE_ENV !== "production") {
|
|
1164
|
-
|
|
1042
|
+
MediaLibraryFilled.propTypes = iconPropTypes;
|
|
1165
1043
|
}
|
|
1166
|
-
const
|
|
1044
|
+
const MediaCast = /*#__PURE__*/React.forwardRef(function MediaCast(_ref45, ref) {
|
|
1167
1045
|
let {
|
|
1168
1046
|
children,
|
|
1169
1047
|
size = 16,
|
|
@@ -1177,14 +1055,18 @@ const Mobile = /*#__PURE__*/React.forwardRef(function Mobile(_ref45, ref) {
|
|
|
1177
1055
|
viewBox: "0 0 32 32",
|
|
1178
1056
|
fill: "currentColor",
|
|
1179
1057
|
...rest
|
|
1180
|
-
},
|
|
1181
|
-
d: "
|
|
1058
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1059
|
+
d: "M2 26H5a3 3 0 00-3-3zM9 26H7a5.0057 5.0057 0 00-5-5V19A7.0078 7.0078 0 019 26z"
|
|
1060
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1061
|
+
d: "M13,26H11a9.01,9.01,0,0,0-9-9V15A11.0125,11.0125,0,0,1,13,26Z"
|
|
1062
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1063
|
+
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"
|
|
1182
1064
|
})), children);
|
|
1183
1065
|
});
|
|
1184
1066
|
if (process.env.NODE_ENV !== "production") {
|
|
1185
|
-
|
|
1067
|
+
MediaCast.propTypes = iconPropTypes;
|
|
1186
1068
|
}
|
|
1187
|
-
const
|
|
1069
|
+
const Medication = /*#__PURE__*/React.forwardRef(function Medication(_ref46, ref) {
|
|
1188
1070
|
let {
|
|
1189
1071
|
children,
|
|
1190
1072
|
size = 16,
|
|
@@ -1198,16 +1080,14 @@ const MobileAdd = /*#__PURE__*/React.forwardRef(function MobileAdd(_ref46, ref)
|
|
|
1198
1080
|
viewBox: "0 0 32 32",
|
|
1199
1081
|
fill: "currentColor",
|
|
1200
1082
|
...rest
|
|
1201
|
-
},
|
|
1202
|
-
d: "
|
|
1203
|
-
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1204
|
-
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"
|
|
1083
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1084
|
+
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"
|
|
1205
1085
|
})), children);
|
|
1206
1086
|
});
|
|
1207
1087
|
if (process.env.NODE_ENV !== "production") {
|
|
1208
|
-
|
|
1088
|
+
Medication.propTypes = iconPropTypes;
|
|
1209
1089
|
}
|
|
1210
|
-
const
|
|
1090
|
+
const MedicationAlert = /*#__PURE__*/React.forwardRef(function MedicationAlert(_ref47, ref) {
|
|
1211
1091
|
let {
|
|
1212
1092
|
children,
|
|
1213
1093
|
size = 16,
|
|
@@ -1221,20 +1101,22 @@ const MobileAudio = /*#__PURE__*/React.forwardRef(function MobileAudio(_ref47, r
|
|
|
1221
1101
|
viewBox: "0 0 32 32",
|
|
1222
1102
|
fill: "currentColor",
|
|
1223
1103
|
...rest
|
|
1224
|
-
},
|
|
1225
|
-
d: "
|
|
1226
|
-
})),
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1104
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1105
|
+
d: "M22 19H24V24H22z"
|
|
1106
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1107
|
+
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"
|
|
1108
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
1109
|
+
cx: "23",
|
|
1110
|
+
cy: "26",
|
|
1111
|
+
r: "1"
|
|
1112
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1113
|
+
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"
|
|
1232
1114
|
})), children);
|
|
1233
1115
|
});
|
|
1234
1116
|
if (process.env.NODE_ENV !== "production") {
|
|
1235
|
-
|
|
1117
|
+
MedicationAlert.propTypes = iconPropTypes;
|
|
1236
1118
|
}
|
|
1237
|
-
const
|
|
1119
|
+
const MedicationReminder = /*#__PURE__*/React.forwardRef(function MedicationReminder(_ref48, ref) {
|
|
1238
1120
|
let {
|
|
1239
1121
|
children,
|
|
1240
1122
|
size = 16,
|
|
@@ -1248,21 +1130,62 @@ const MobileCheck = /*#__PURE__*/React.forwardRef(function MobileCheck(_ref48, r
|
|
|
1248
1130
|
viewBox: "0 0 32 32",
|
|
1249
1131
|
fill: "currentColor",
|
|
1250
1132
|
...rest
|
|
1251
|
-
},
|
|
1252
|
-
d: "M20
|
|
1253
|
-
})),
|
|
1254
|
-
|
|
1133
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1134
|
+
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"
|
|
1135
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
1136
|
+
cx: "26",
|
|
1137
|
+
cy: "16",
|
|
1138
|
+
r: "4"
|
|
1255
1139
|
})), children);
|
|
1256
1140
|
});
|
|
1257
1141
|
if (process.env.NODE_ENV !== "production") {
|
|
1258
|
-
|
|
1142
|
+
MedicationReminder.propTypes = iconPropTypes;
|
|
1259
1143
|
}
|
|
1260
|
-
const
|
|
1144
|
+
const Menu = /*#__PURE__*/React.forwardRef(function Menu(_ref49, ref) {
|
|
1261
1145
|
let {
|
|
1262
1146
|
children,
|
|
1263
1147
|
size = 16,
|
|
1264
1148
|
...rest
|
|
1265
1149
|
} = _ref49;
|
|
1150
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1151
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1152
|
+
width: size,
|
|
1153
|
+
height: size,
|
|
1154
|
+
ref: ref,
|
|
1155
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1156
|
+
viewBox: "0 0 16 16",
|
|
1157
|
+
fill: "currentColor",
|
|
1158
|
+
...rest
|
|
1159
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1160
|
+
d: "M2 12H14V13H2zM2 9H14V10H2zM2 6H14V7H2zM2 3H14V4H2z"
|
|
1161
|
+
})), children);
|
|
1162
|
+
}
|
|
1163
|
+
if (size === 20 || size === "20" || size === "20px") {
|
|
1164
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1165
|
+
width: size,
|
|
1166
|
+
height: size,
|
|
1167
|
+
ref: ref,
|
|
1168
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1169
|
+
viewBox: "0 0 20 20",
|
|
1170
|
+
fill: "currentColor",
|
|
1171
|
+
...rest
|
|
1172
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1173
|
+
d: "M2 14.8H18V16H2zM2 11.2H18V12.399999999999999H2zM2 7.6H18V8.799999999999999H2zM2 4H18V5.2H2z"
|
|
1174
|
+
})), children);
|
|
1175
|
+
}
|
|
1176
|
+
if (size === 24 || size === "24" || size === "24px") {
|
|
1177
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1178
|
+
width: size,
|
|
1179
|
+
height: size,
|
|
1180
|
+
ref: ref,
|
|
1181
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1182
|
+
viewBox: "0 0 24 24",
|
|
1183
|
+
fill: "currentColor",
|
|
1184
|
+
...rest
|
|
1185
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1186
|
+
d: "M3 18H21V19.5H3zM3 13.5H21V15H3zM3 9H21V10.5H3zM3 4.5H21V6H3z"
|
|
1187
|
+
})), children);
|
|
1188
|
+
}
|
|
1266
1189
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1267
1190
|
width: size,
|
|
1268
1191
|
height: size,
|
|
@@ -1271,16 +1194,14 @@ const MobileCrash = /*#__PURE__*/React.forwardRef(function MobileCrash(_ref49, r
|
|
|
1271
1194
|
viewBox: "0 0 32 32",
|
|
1272
1195
|
fill: "currentColor",
|
|
1273
1196
|
...rest
|
|
1274
|
-
},
|
|
1275
|
-
d: "
|
|
1276
|
-
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1277
|
-
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"
|
|
1197
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1198
|
+
d: "M4 6H28V8H4zM4 24H28V26H4zM4 12H28V14H4zM4 18H28V20H4z"
|
|
1278
1199
|
})), children);
|
|
1279
1200
|
});
|
|
1280
1201
|
if (process.env.NODE_ENV !== "production") {
|
|
1281
|
-
|
|
1202
|
+
Menu.propTypes = iconPropTypes;
|
|
1282
1203
|
}
|
|
1283
|
-
const
|
|
1204
|
+
const Merge = /*#__PURE__*/React.forwardRef(function Merge(_ref50, ref) {
|
|
1284
1205
|
let {
|
|
1285
1206
|
children,
|
|
1286
1207
|
size = 16,
|
|
@@ -1294,16 +1215,15 @@ const MobileDownload = /*#__PURE__*/React.forwardRef(function MobileDownload(_re
|
|
|
1294
1215
|
viewBox: "0 0 32 32",
|
|
1295
1216
|
fill: "currentColor",
|
|
1296
1217
|
...rest
|
|
1297
|
-
},
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
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"
|
|
1218
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1219
|
+
strokeWidth: "0",
|
|
1220
|
+
d: "m24,13c-1.8584,0-3.4106,1.2798-3.8579,3h-6.1421c-2.7571,0-5-2.2432-5-5v-1.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v12.2842c-1.7202.4468-3,1.9995-3,3.8579,0,2.2061,1.7944,4,4,4s4-1.7939,4-4c0-1.8584-1.2798-3.4111-3-3.8579v-6.2524c1.2717,1.3003,3.042,2.1104,5,2.1104h6.1421c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm-14,13c0,1.1025-.897,2-2,2s-2-.8975-2-2,.897-2,2-2,2,.8975,2,2ZM6,6c0-1.103.897-2,2-2s2,.897,2,2-.897,2-2,2-2-.897-2-2Zm18,13c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
|
|
1301
1221
|
})), children);
|
|
1302
1222
|
});
|
|
1303
1223
|
if (process.env.NODE_ENV !== "production") {
|
|
1304
|
-
|
|
1224
|
+
Merge.propTypes = iconPropTypes;
|
|
1305
1225
|
}
|
|
1306
|
-
const
|
|
1226
|
+
const MergeNode = /*#__PURE__*/React.forwardRef(function MergeNode(_ref51, ref) {
|
|
1307
1227
|
let {
|
|
1308
1228
|
children,
|
|
1309
1229
|
size = 16,
|
|
@@ -1317,14 +1237,15 @@ const MobileEvent = /*#__PURE__*/React.forwardRef(function MobileEvent(_ref51, r
|
|
|
1317
1237
|
viewBox: "0 0 32 32",
|
|
1318
1238
|
fill: "currentColor",
|
|
1319
1239
|
...rest
|
|
1320
|
-
},
|
|
1321
|
-
|
|
1240
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1241
|
+
strokeWidth: "0",
|
|
1242
|
+
d: "M28 20h-4l-8-8-8 8h-4c-1.1028 0-2 .8975-2 2v8h2v-8h4l8 8 8-8h4v8h2v-8c0-1.1025-.8972-2-2-2zm-12 7.1714l-6.1714-6.1714 6.1714-6.1716 6.1714 6.1716-6.1714 6.1714zM11 7L16 12 21 7 19.5859 5.5859 17 8.1719 17 2 15 2 15 8.1719 12.4141 5.5859 11 7z"
|
|
1322
1243
|
})), children);
|
|
1323
1244
|
});
|
|
1324
1245
|
if (process.env.NODE_ENV !== "production") {
|
|
1325
|
-
|
|
1246
|
+
MergeNode.propTypes = iconPropTypes;
|
|
1326
1247
|
}
|
|
1327
|
-
const
|
|
1248
|
+
const MessageQueue = /*#__PURE__*/React.forwardRef(function MessageQueue(_ref52, ref) {
|
|
1328
1249
|
let {
|
|
1329
1250
|
children,
|
|
1330
1251
|
size = 16,
|
|
@@ -1338,14 +1259,16 @@ const MobileLandscape = /*#__PURE__*/React.forwardRef(function MobileLandscape(_
|
|
|
1338
1259
|
viewBox: "0 0 32 32",
|
|
1339
1260
|
fill: "currentColor",
|
|
1340
1261
|
...rest
|
|
1341
|
-
},
|
|
1342
|
-
d: "
|
|
1262
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1263
|
+
d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V21H4v5H28V21h2v5A2.0021,2.0021,0,0,1,28,28Z"
|
|
1264
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1265
|
+
d: "M7 21H25V23H7zM7 16H25V18H7zM7 11H25V13H7zM7 6H25V8H7z"
|
|
1343
1266
|
})), children);
|
|
1344
1267
|
});
|
|
1345
1268
|
if (process.env.NODE_ENV !== "production") {
|
|
1346
|
-
|
|
1269
|
+
MessageQueue.propTypes = iconPropTypes;
|
|
1347
1270
|
}
|
|
1348
|
-
const
|
|
1271
|
+
const Meter = /*#__PURE__*/React.forwardRef(function Meter(_ref53, ref) {
|
|
1349
1272
|
let {
|
|
1350
1273
|
children,
|
|
1351
1274
|
size = 16,
|
|
@@ -1359,16 +1282,16 @@ const MobileRequest = /*#__PURE__*/React.forwardRef(function MobileRequest(_ref5
|
|
|
1359
1282
|
viewBox: "0 0 32 32",
|
|
1360
1283
|
fill: "currentColor",
|
|
1361
1284
|
...rest
|
|
1362
|
-
},
|
|
1363
|
-
d: "
|
|
1364
|
-
})),
|
|
1365
|
-
d: "
|
|
1285
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1286
|
+
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"
|
|
1287
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1288
|
+
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"
|
|
1366
1289
|
})), children);
|
|
1367
1290
|
});
|
|
1368
1291
|
if (process.env.NODE_ENV !== "production") {
|
|
1369
|
-
|
|
1292
|
+
Meter.propTypes = iconPropTypes;
|
|
1370
1293
|
}
|
|
1371
|
-
const
|
|
1294
|
+
const MeterAlt = /*#__PURE__*/React.forwardRef(function MeterAlt(_ref54, ref) {
|
|
1372
1295
|
let {
|
|
1373
1296
|
children,
|
|
1374
1297
|
size = 16,
|
|
@@ -1381,17 +1304,15 @@ const MobileSession = /*#__PURE__*/React.forwardRef(function MobileSession(_ref5
|
|
|
1381
1304
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1382
1305
|
viewBox: "0 0 32 32",
|
|
1383
1306
|
fill: "currentColor",
|
|
1384
|
-
...rest
|
|
1385
|
-
},
|
|
1386
|
-
d: "
|
|
1387
|
-
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1388
|
-
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"
|
|
1307
|
+
...rest
|
|
1308
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1309
|
+
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"
|
|
1389
1310
|
})), children);
|
|
1390
1311
|
});
|
|
1391
1312
|
if (process.env.NODE_ENV !== "production") {
|
|
1392
|
-
|
|
1313
|
+
MeterAlt.propTypes = iconPropTypes;
|
|
1393
1314
|
}
|
|
1394
|
-
const
|
|
1315
|
+
const Microphone = /*#__PURE__*/React.forwardRef(function Microphone(_ref55, ref) {
|
|
1395
1316
|
let {
|
|
1396
1317
|
children,
|
|
1397
1318
|
size = 16,
|
|
@@ -1405,20 +1326,16 @@ const MobileView = /*#__PURE__*/React.forwardRef(function MobileView(_ref55, ref
|
|
|
1405
1326
|
viewBox: "0 0 32 32",
|
|
1406
1327
|
fill: "currentColor",
|
|
1407
1328
|
...rest
|
|
1408
|
-
},
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1413
|
-
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"
|
|
1414
|
-
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1415
|
-
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"
|
|
1329
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1330
|
+
d: "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z"
|
|
1331
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1332
|
+
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"
|
|
1416
1333
|
})), children);
|
|
1417
1334
|
});
|
|
1418
1335
|
if (process.env.NODE_ENV !== "production") {
|
|
1419
|
-
|
|
1336
|
+
Microphone.propTypes = iconPropTypes;
|
|
1420
1337
|
}
|
|
1421
|
-
const
|
|
1338
|
+
const MicrophoneFilled = /*#__PURE__*/React.forwardRef(function MicrophoneFilled(_ref56, ref) {
|
|
1422
1339
|
let {
|
|
1423
1340
|
children,
|
|
1424
1341
|
size = 16,
|
|
@@ -1432,18 +1349,16 @@ const MobileViewOrientation = /*#__PURE__*/React.forwardRef(function MobileViewO
|
|
|
1432
1349
|
viewBox: "0 0 32 32",
|
|
1433
1350
|
fill: "currentColor",
|
|
1434
1351
|
...rest
|
|
1435
|
-
},
|
|
1436
|
-
d: "
|
|
1437
|
-
})),
|
|
1438
|
-
d: "
|
|
1439
|
-
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1440
|
-
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"
|
|
1352
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1353
|
+
d: "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z"
|
|
1354
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1355
|
+
d: "M16,22a5,5,0,0,0,5-5V7A5,5,0,0,0,11,7V17A5,5,0,0,0,16,22Z"
|
|
1441
1356
|
})), children);
|
|
1442
1357
|
});
|
|
1443
1358
|
if (process.env.NODE_ENV !== "production") {
|
|
1444
|
-
|
|
1359
|
+
MicrophoneFilled.propTypes = iconPropTypes;
|
|
1445
1360
|
}
|
|
1446
|
-
const
|
|
1361
|
+
const MicrophoneOff = /*#__PURE__*/React.forwardRef(function MicrophoneOff(_ref57, ref) {
|
|
1447
1362
|
let {
|
|
1448
1363
|
children,
|
|
1449
1364
|
size = 16,
|
|
@@ -1457,14 +1372,14 @@ const MobilityServices = /*#__PURE__*/React.forwardRef(function MobilityServices
|
|
|
1457
1372
|
viewBox: "0 0 32 32",
|
|
1458
1373
|
fill: "currentColor",
|
|
1459
1374
|
...rest
|
|
1460
|
-
},
|
|
1461
|
-
d: "
|
|
1375
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1376
|
+
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"
|
|
1462
1377
|
})), children);
|
|
1463
1378
|
});
|
|
1464
1379
|
if (process.env.NODE_ENV !== "production") {
|
|
1465
|
-
|
|
1380
|
+
MicrophoneOff.propTypes = iconPropTypes;
|
|
1466
1381
|
}
|
|
1467
|
-
const
|
|
1382
|
+
const MicrophoneOffFilled = /*#__PURE__*/React.forwardRef(function MicrophoneOffFilled(_ref58, ref) {
|
|
1468
1383
|
let {
|
|
1469
1384
|
children,
|
|
1470
1385
|
size = 16,
|
|
@@ -1478,15 +1393,14 @@ const Model = /*#__PURE__*/React.forwardRef(function Model(_ref58, ref) {
|
|
|
1478
1393
|
viewBox: "0 0 32 32",
|
|
1479
1394
|
fill: "currentColor",
|
|
1480
1395
|
...rest
|
|
1481
|
-
},
|
|
1482
|
-
|
|
1483
|
-
d: "m29,24.1841V7.8159c1.1616-.4146,2-1.5142,2-2.8159,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,.3916.0806.7632.2173,1.106l-9.2173,8.0654L6.7827,6.1064c.137-.3433.2173-.7148.2173-1.1064,0-1.6543-1.3457-3-3-3S1,3.3457,1,5c0,1.3018.8384,2.4014,2,2.8154v16.3691c-1.1616.4141-2,1.5137-2,2.8154,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-.6665-.2258-1.2769-.5952-1.7754l5.3335-4.667,2.3645,4.1377c-.6677.5508-1.1028,1.3735-1.1028,2.3047,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-.9312-.4353-1.7539-1.1028-2.3047l2.3645-4.1377,5.3335,4.667c-.3694.4985-.5952,1.1089-.5952,1.7754,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3018-.8384-2.4014-2-2.8159Zm-1-20.1841c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm-3.822,5.6729l-4.4397,7.7695-2.2197-1.9424,6.6594-5.8271Zm-9.6965,5.8271l-2.22,1.9424-4.4397-7.7695,6.6597,5.8271ZM4,4c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm0,24c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm1-4.2036v-15.0308l5.7261,10.0205-5.7261,5.0103Zm11,4.2036c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm0-4.0151l-2.7261-4.771,2.7261-2.3853,2.7261,2.3853-2.7261,4.771Zm11-15.2197v15.0312l-5.7261-5.0103,5.7261-10.021Zm1,19.2349c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
|
1396
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1397
|
+
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"
|
|
1484
1398
|
})), children);
|
|
1485
1399
|
});
|
|
1486
1400
|
if (process.env.NODE_ENV !== "production") {
|
|
1487
|
-
|
|
1401
|
+
MicrophoneOffFilled.propTypes = iconPropTypes;
|
|
1488
1402
|
}
|
|
1489
|
-
const
|
|
1403
|
+
const Microscope = /*#__PURE__*/React.forwardRef(function Microscope(_ref59, ref) {
|
|
1490
1404
|
let {
|
|
1491
1405
|
children,
|
|
1492
1406
|
size = 16,
|
|
@@ -1500,14 +1414,14 @@ const ModelAlt = /*#__PURE__*/React.forwardRef(function ModelAlt(_ref59, ref) {
|
|
|
1500
1414
|
viewBox: "0 0 32 32",
|
|
1501
1415
|
fill: "currentColor",
|
|
1502
1416
|
...rest
|
|
1503
|
-
},
|
|
1504
|
-
d: "
|
|
1417
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1418
|
+
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"
|
|
1505
1419
|
})), children);
|
|
1506
1420
|
});
|
|
1507
1421
|
if (process.env.NODE_ENV !== "production") {
|
|
1508
|
-
|
|
1422
|
+
Microscope.propTypes = iconPropTypes;
|
|
1509
1423
|
}
|
|
1510
|
-
const
|
|
1424
|
+
const Microservices_1 = /*#__PURE__*/React.forwardRef(function Microservices_1(_ref60, ref) {
|
|
1511
1425
|
let {
|
|
1512
1426
|
children,
|
|
1513
1427
|
size = 16,
|
|
@@ -1521,15 +1435,17 @@ const ModelFoundation = /*#__PURE__*/React.forwardRef(function ModelFoundation(_
|
|
|
1521
1435
|
viewBox: "0 0 32 32",
|
|
1522
1436
|
fill: "currentColor",
|
|
1523
1437
|
...rest
|
|
1524
|
-
},
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1438
|
+
}, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
1439
|
+
d: "m11 21-4-2.2v-4.5l4-2.2 4 2.2v4.5L11 21zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM6 30l-4-2.2v-4.5L6 21l4 2.2v4.5L6 30zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM16 30l-4-2.2v-4.5l4-2.2 4 2.2v4.5L16 30zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM26 30l-4-2.2v-4.5l4-2.2 4 2.2v4.5L26 30zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM24.6 11.6 22 14.2V9.4l3-1.7V3.2L21 1l-4 2.2v4.5l3 1.7v4.7l-2.6-2.6L16 13l5 5 5-5-1.4-1.4zM19 4.4l2-1.1 2 1.1v2.2l-2 1.1-2-1.1V4.4z"
|
|
1440
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1441
|
+
fill: "none",
|
|
1442
|
+
d: "M0 0h32v32H0z"
|
|
1443
|
+
})))), children);
|
|
1528
1444
|
});
|
|
1529
1445
|
if (process.env.NODE_ENV !== "production") {
|
|
1530
|
-
|
|
1446
|
+
Microservices_1.propTypes = iconPropTypes;
|
|
1531
1447
|
}
|
|
1532
|
-
const
|
|
1448
|
+
const Microservices_2 = /*#__PURE__*/React.forwardRef(function Microservices_2(_ref61, ref) {
|
|
1533
1449
|
let {
|
|
1534
1450
|
children,
|
|
1535
1451
|
size = 16,
|
|
@@ -1543,18 +1459,17 @@ const ModelReference = /*#__PURE__*/React.forwardRef(function ModelReference(_re
|
|
|
1543
1459
|
viewBox: "0 0 32 32",
|
|
1544
1460
|
fill: "currentColor",
|
|
1545
1461
|
...rest
|
|
1546
|
-
},
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
})), children);
|
|
1462
|
+
}, _switch2 || (_switch2 = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
1463
|
+
d: "M16 22v-6h-6v-6H2v20h20v-8h-6zm-2-4v4h-4v-4h4zM4 12h4v4H4v-4zm4 6v4H4v-4h4zM4 28v-4h4v4H4zm10 0h-4v-4h4v4zm6 0h-4v-4h4v4zM29.6 13.6 27 16.2V10h3V2h-8v8h3v6.2l-2.6-2.6L21 15l5 5 5-5-1.4-1.4zM24 4h4v4h-4V4z"
|
|
1464
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1465
|
+
fill: "none",
|
|
1466
|
+
d: "M0 0h32v32H0z"
|
|
1467
|
+
})))), children);
|
|
1553
1468
|
});
|
|
1554
1469
|
if (process.env.NODE_ENV !== "production") {
|
|
1555
|
-
|
|
1470
|
+
Microservices_2.propTypes = iconPropTypes;
|
|
1556
1471
|
}
|
|
1557
|
-
const
|
|
1472
|
+
const Migrate = /*#__PURE__*/React.forwardRef(function Migrate(_ref62, ref) {
|
|
1558
1473
|
let {
|
|
1559
1474
|
children,
|
|
1560
1475
|
size = 16,
|
|
@@ -1568,18 +1483,14 @@ const ModelTuned = /*#__PURE__*/React.forwardRef(function ModelTuned(_ref62, ref
|
|
|
1568
1483
|
viewBox: "0 0 32 32",
|
|
1569
1484
|
fill: "currentColor",
|
|
1570
1485
|
...rest
|
|
1571
|
-
},
|
|
1572
|
-
|
|
1573
|
-
d: "M24 30v-2.2773c.5952-.3464 1-.9841 1-1.7227s-.4048-1.3762-1-1.7227v-4.2773h-2v4.2773c-.5952.3464-1 .9844-1 1.7227s.4048 1.3762 1 1.7227v2.2773h2zM31 24c0-.7383-.4048-1.376-1-1.7227v-2.2773h-2v2.2773c-.5952.3467-1 .9844-1 1.7227s.4048 1.376 1 1.7227v4.2773h2v-4.2773c.5952-.3467 1-.9844 1-1.7227z"
|
|
1574
|
-
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1575
|
-
strokeWidth: "0",
|
|
1576
|
-
d: "m7.8157,17h5.7703s-7.3005,7.3006-7.3005,7.3006c-.3911-.1871-.8237-.3006-1.2854-.3006-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,1.302,0,2.4016-.8385,2.8157-2h10.1843s0-2,0-2H7.8157c-.0347-.0976-.072-.1927-.1162-.2853l8.7146-8.7147h9.5859s0-1,0-1c0-.5513.4482-1,1-1s1,.4487,1,1v1s2,0,2,0v-1c0-1.6543-1.3457-3-3-3-1.302,0-2.4016.8385-2.8157,2h-5.7703s7.3005-7.3006,7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3,0-1.6543-1.3457-3-3-3-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,1.302,0,2.4016-.8385,2.8157-2Zm-2.8157,9c.5518,0,1,.4487,1,1,0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1Zm1-10c0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1s1,.4487,1,1ZM24.3005,6.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0813-.1877.1162-.2853h16.3687c.0347.0976.072.1927.1162.2853Zm-18.3005-1.2853c0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1s1,.4487,1,1Zm21,1c-.5518,0-1-.4487-1-1,0-.5513.4482-1,1-1s1,.4487,1,1c0,.5513-.4482,1-1,1Z"
|
|
1486
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1487
|
+
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"
|
|
1577
1488
|
})), children);
|
|
1578
1489
|
});
|
|
1579
1490
|
if (process.env.NODE_ENV !== "production") {
|
|
1580
|
-
|
|
1491
|
+
Migrate.propTypes = iconPropTypes;
|
|
1581
1492
|
}
|
|
1582
|
-
const
|
|
1493
|
+
const MigrateAlt = /*#__PURE__*/React.forwardRef(function MigrateAlt(_ref63, ref) {
|
|
1583
1494
|
let {
|
|
1584
1495
|
children,
|
|
1585
1496
|
size = 16,
|
|
@@ -1593,14 +1504,14 @@ const ModelBuilder = /*#__PURE__*/React.forwardRef(function ModelBuilder(_ref63,
|
|
|
1593
1504
|
viewBox: "0 0 32 32",
|
|
1594
1505
|
fill: "currentColor",
|
|
1595
1506
|
...rest
|
|
1596
|
-
},
|
|
1597
|
-
d: "
|
|
1507
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1508
|
+
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"
|
|
1598
1509
|
})), children);
|
|
1599
1510
|
});
|
|
1600
1511
|
if (process.env.NODE_ENV !== "production") {
|
|
1601
|
-
|
|
1512
|
+
MigrateAlt.propTypes = iconPropTypes;
|
|
1602
1513
|
}
|
|
1603
|
-
const
|
|
1514
|
+
const Milestone = /*#__PURE__*/React.forwardRef(function Milestone(_ref64, ref) {
|
|
1604
1515
|
let {
|
|
1605
1516
|
children,
|
|
1606
1517
|
size = 16,
|
|
@@ -1614,16 +1525,14 @@ const ModelBuilderReference = /*#__PURE__*/React.forwardRef(function ModelBuilde
|
|
|
1614
1525
|
viewBox: "0 0 32 32",
|
|
1615
1526
|
fill: "currentColor",
|
|
1616
1527
|
...rest
|
|
1617
|
-
},
|
|
1618
|
-
d: "
|
|
1619
|
-
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1620
|
-
d: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12V28h2V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8Zm20,0H24V6h4Z"
|
|
1528
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1529
|
+
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"
|
|
1621
1530
|
})), children);
|
|
1622
1531
|
});
|
|
1623
1532
|
if (process.env.NODE_ENV !== "production") {
|
|
1624
|
-
|
|
1533
|
+
Milestone.propTypes = iconPropTypes;
|
|
1625
1534
|
}
|
|
1626
|
-
const
|
|
1535
|
+
const MilitaryCamp = /*#__PURE__*/React.forwardRef(function MilitaryCamp(_ref65, ref) {
|
|
1627
1536
|
let {
|
|
1628
1537
|
children,
|
|
1629
1538
|
size = 16,
|
|
@@ -1637,21 +1546,32 @@ const Money = /*#__PURE__*/React.forwardRef(function Money(_ref65, ref) {
|
|
|
1637
1546
|
viewBox: "0 0 32 32",
|
|
1638
1547
|
fill: "currentColor",
|
|
1639
1548
|
...rest
|
|
1640
|
-
},
|
|
1641
|
-
d: "
|
|
1642
|
-
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1643
|
-
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"
|
|
1549
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1550
|
+
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"
|
|
1644
1551
|
})), children);
|
|
1645
1552
|
});
|
|
1646
1553
|
if (process.env.NODE_ENV !== "production") {
|
|
1647
|
-
|
|
1554
|
+
MilitaryCamp.propTypes = iconPropTypes;
|
|
1648
1555
|
}
|
|
1649
|
-
const
|
|
1556
|
+
const Minimize = /*#__PURE__*/React.forwardRef(function Minimize(_ref66, ref) {
|
|
1650
1557
|
let {
|
|
1651
1558
|
children,
|
|
1652
1559
|
size = 16,
|
|
1653
1560
|
...rest
|
|
1654
1561
|
} = _ref66;
|
|
1562
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1563
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1564
|
+
width: size,
|
|
1565
|
+
height: size,
|
|
1566
|
+
ref: ref,
|
|
1567
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1568
|
+
viewBox: "0 0 16 16",
|
|
1569
|
+
fill: "currentColor",
|
|
1570
|
+
...rest
|
|
1571
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1572
|
+
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"
|
|
1573
|
+
})), children);
|
|
1574
|
+
}
|
|
1655
1575
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1656
1576
|
width: size,
|
|
1657
1577
|
height: size,
|
|
@@ -1660,23 +1580,72 @@ const Monster = /*#__PURE__*/React.forwardRef(function Monster(_ref66, ref) {
|
|
|
1660
1580
|
viewBox: "0 0 32 32",
|
|
1661
1581
|
fill: "currentColor",
|
|
1662
1582
|
...rest
|
|
1663
|
-
},
|
|
1664
|
-
d: "
|
|
1665
|
-
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1666
|
-
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"
|
|
1667
|
-
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1668
|
-
d: "M9 14H14V16H9zM18 14H23V16H18z"
|
|
1583
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1584
|
+
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"
|
|
1669
1585
|
})), children);
|
|
1670
1586
|
});
|
|
1671
1587
|
if (process.env.NODE_ENV !== "production") {
|
|
1672
|
-
|
|
1588
|
+
Minimize.propTypes = iconPropTypes;
|
|
1673
1589
|
}
|
|
1674
|
-
const
|
|
1590
|
+
const Misuse = /*#__PURE__*/React.forwardRef(function Misuse(_ref67, ref) {
|
|
1675
1591
|
let {
|
|
1676
1592
|
children,
|
|
1677
1593
|
size = 16,
|
|
1678
1594
|
...rest
|
|
1679
1595
|
} = _ref67;
|
|
1596
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1597
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1598
|
+
width: size,
|
|
1599
|
+
height: size,
|
|
1600
|
+
ref: ref,
|
|
1601
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1602
|
+
viewBox: "0 0 16 16",
|
|
1603
|
+
fill: "currentColor",
|
|
1604
|
+
...rest
|
|
1605
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1606
|
+
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"
|
|
1607
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1608
|
+
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",
|
|
1609
|
+
"data-icon-path": "inner-path",
|
|
1610
|
+
opacity: "0"
|
|
1611
|
+
})), children);
|
|
1612
|
+
}
|
|
1613
|
+
if (size === 20 || size === "20" || size === "20px") {
|
|
1614
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1615
|
+
width: size,
|
|
1616
|
+
height: size,
|
|
1617
|
+
ref: ref,
|
|
1618
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1619
|
+
viewBox: "0 0 20 20",
|
|
1620
|
+
fill: "currentColor",
|
|
1621
|
+
...rest
|
|
1622
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1623
|
+
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"
|
|
1624
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1625
|
+
fill: "none",
|
|
1626
|
+
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",
|
|
1627
|
+
"data-icon-path": "inner-path",
|
|
1628
|
+
opacity: "0"
|
|
1629
|
+
})), children);
|
|
1630
|
+
}
|
|
1631
|
+
if (size === 24 || size === "24" || size === "24px") {
|
|
1632
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1633
|
+
width: size,
|
|
1634
|
+
height: size,
|
|
1635
|
+
ref: ref,
|
|
1636
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1637
|
+
viewBox: "0 0 24 24",
|
|
1638
|
+
fill: "currentColor",
|
|
1639
|
+
...rest
|
|
1640
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1641
|
+
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"
|
|
1642
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1643
|
+
fill: "none",
|
|
1644
|
+
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",
|
|
1645
|
+
"data-icon-path": "inner-path",
|
|
1646
|
+
opacity: "0"
|
|
1647
|
+
})), children);
|
|
1648
|
+
}
|
|
1680
1649
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1681
1650
|
width: size,
|
|
1682
1651
|
height: size,
|
|
@@ -1685,19 +1654,39 @@ const Monument = /*#__PURE__*/React.forwardRef(function Monument(_ref67, ref) {
|
|
|
1685
1654
|
viewBox: "0 0 32 32",
|
|
1686
1655
|
fill: "currentColor",
|
|
1687
1656
|
...rest
|
|
1688
|
-
},
|
|
1689
|
-
d: "
|
|
1657
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1658
|
+
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"
|
|
1659
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1660
|
+
fill: "none",
|
|
1661
|
+
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",
|
|
1662
|
+
"data-icon-path": "inner-path",
|
|
1663
|
+
opacity: "0"
|
|
1690
1664
|
})), children);
|
|
1691
1665
|
});
|
|
1692
1666
|
if (process.env.NODE_ENV !== "production") {
|
|
1693
|
-
|
|
1667
|
+
Misuse.propTypes = iconPropTypes;
|
|
1694
1668
|
}
|
|
1695
|
-
const
|
|
1669
|
+
const MisuseOutline = /*#__PURE__*/React.forwardRef(function MisuseOutline(_ref68, ref) {
|
|
1696
1670
|
let {
|
|
1697
1671
|
children,
|
|
1698
1672
|
size = 16,
|
|
1699
1673
|
...rest
|
|
1700
1674
|
} = _ref68;
|
|
1675
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1676
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1677
|
+
width: size,
|
|
1678
|
+
height: size,
|
|
1679
|
+
ref: ref,
|
|
1680
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1681
|
+
viewBox: "0 0 16 16",
|
|
1682
|
+
fill: "currentColor",
|
|
1683
|
+
...rest
|
|
1684
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1685
|
+
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"
|
|
1686
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1687
|
+
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"
|
|
1688
|
+
})), children);
|
|
1689
|
+
}
|
|
1701
1690
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1702
1691
|
width: size,
|
|
1703
1692
|
height: size,
|
|
@@ -1706,14 +1695,16 @@ const Moon = /*#__PURE__*/React.forwardRef(function Moon(_ref68, ref) {
|
|
|
1706
1695
|
viewBox: "0 0 32 32",
|
|
1707
1696
|
fill: "currentColor",
|
|
1708
1697
|
...rest
|
|
1709
|
-
},
|
|
1710
|
-
d: "
|
|
1698
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1699
|
+
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"
|
|
1700
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1701
|
+
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"
|
|
1711
1702
|
})), children);
|
|
1712
1703
|
});
|
|
1713
1704
|
if (process.env.NODE_ENV !== "production") {
|
|
1714
|
-
|
|
1705
|
+
MisuseOutline.propTypes = iconPropTypes;
|
|
1715
1706
|
}
|
|
1716
|
-
const
|
|
1707
|
+
const MixedRainHail = /*#__PURE__*/React.forwardRef(function MixedRainHail(_ref69, ref) {
|
|
1717
1708
|
let {
|
|
1718
1709
|
children,
|
|
1719
1710
|
size = 16,
|
|
@@ -1727,14 +1718,24 @@ const Moonrise = /*#__PURE__*/React.forwardRef(function Moonrise(_ref69, ref) {
|
|
|
1727
1718
|
viewBox: "0 0 32 32",
|
|
1728
1719
|
fill: "currentColor",
|
|
1729
1720
|
...rest
|
|
1730
|
-
},
|
|
1731
|
-
|
|
1721
|
+
}, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
1722
|
+
cx: "24.5",
|
|
1723
|
+
cy: "25.5",
|
|
1724
|
+
r: "1.5"
|
|
1725
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
1726
|
+
cx: "21.5",
|
|
1727
|
+
cy: "29.5",
|
|
1728
|
+
r: "1.5"
|
|
1729
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1730
|
+
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"
|
|
1731
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1732
|
+
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"
|
|
1732
1733
|
})), children);
|
|
1733
1734
|
});
|
|
1734
1735
|
if (process.env.NODE_ENV !== "production") {
|
|
1735
|
-
|
|
1736
|
+
MixedRainHail.propTypes = iconPropTypes;
|
|
1736
1737
|
}
|
|
1737
|
-
const
|
|
1738
|
+
const MlModelReference = /*#__PURE__*/React.forwardRef(function MlModelReference(_ref70, ref) {
|
|
1738
1739
|
let {
|
|
1739
1740
|
children,
|
|
1740
1741
|
size = 16,
|
|
@@ -1748,14 +1749,18 @@ const Moonset = /*#__PURE__*/React.forwardRef(function Moonset(_ref70, ref) {
|
|
|
1748
1749
|
viewBox: "0 0 32 32",
|
|
1749
1750
|
fill: "currentColor",
|
|
1750
1751
|
...rest
|
|
1751
|
-
},
|
|
1752
|
-
|
|
1752
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1753
|
+
strokeWidth: "0",
|
|
1754
|
+
d: "M4 19L4 21 8.5859 21 2 27.5859 3.4141 29 10 22.4141 10 27 12 27 12 19 4 19z"
|
|
1755
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1756
|
+
strokeWidth: "0",
|
|
1757
|
+
d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8384-2.8157,2h-5.7703l7.3008-7.3008c.3911.1875.8235.3008,1.2852.3008,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.4619.1135.894.3005,1.2852l-8.3005,8.3008v-6.5859c0-1.1025.897-2,2-2h2v-2h-2c-1.2002,0-2.2661.5425-3,1.3823-.7339-.8398-1.7998-1.3823-3-1.3823h-1c-4.9624,0-9,4.0371-9,9v4h2v-3h3c1.6543,0,3-1.3457,3-3v-2h-2v2c0,.5518-.4487,1-1,1h-2.9202c.4878-3.3867,3.4006-6,6.9202-6h1c1.103,0,2,.8975,2,2v4h-2v2h2v10c0,2.2056,1.7944,4,4,4h2v-2h-2c-1.1028,0-2-.8975-2-2v-6.5859l8.3005,8.3008c-.187.3911-.3005.8232-.3005,1.2852,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.4617,0-.894.1133-1.2852.3008l-7.3008-7.3008h5.7703c.4141,1.1616,1.5137,2,2.8157,2Zm0-4c.5513,0,1,.4482,1,1s-.4487,1-1,1-1-.4482-1-1,.4487-1,1-1Zm0-11c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm0,22c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Z"
|
|
1753
1758
|
})), children);
|
|
1754
1759
|
});
|
|
1755
1760
|
if (process.env.NODE_ENV !== "production") {
|
|
1756
|
-
|
|
1761
|
+
MlModelReference.propTypes = iconPropTypes;
|
|
1757
1762
|
}
|
|
1758
|
-
const
|
|
1763
|
+
const Mobile = /*#__PURE__*/React.forwardRef(function Mobile(_ref71, ref) {
|
|
1759
1764
|
let {
|
|
1760
1765
|
children,
|
|
1761
1766
|
size = 16,
|
|
@@ -1769,25 +1774,14 @@ const MostlyCloudy = /*#__PURE__*/React.forwardRef(function MostlyCloudy(_ref71,
|
|
|
1769
1774
|
viewBox: "0 0 32 32",
|
|
1770
1775
|
fill: "currentColor",
|
|
1771
1776
|
...rest
|
|
1772
|
-
},
|
|
1773
|
-
d: "
|
|
1774
|
-
transform: "translate(0 .005)"
|
|
1775
|
-
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1776
|
-
d: "M26 13.005H30V15.005H26z"
|
|
1777
|
-
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1778
|
-
d: "M23.071 5.929H27.071V7.929H23.071z",
|
|
1779
|
-
transform: "rotate(-45 25.077 6.931)"
|
|
1780
|
-
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1781
|
-
d: "M17 2.005H19V6.005H17z"
|
|
1782
|
-
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1783
|
-
d: "M9.929 4.929H11.929V8.929H9.929z",
|
|
1784
|
-
transform: "rotate(-45 10.935 6.931)"
|
|
1777
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1778
|
+
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"
|
|
1785
1779
|
})), children);
|
|
1786
1780
|
});
|
|
1787
1781
|
if (process.env.NODE_ENV !== "production") {
|
|
1788
|
-
|
|
1782
|
+
Mobile.propTypes = iconPropTypes;
|
|
1789
1783
|
}
|
|
1790
|
-
const
|
|
1784
|
+
const MobileAdd = /*#__PURE__*/React.forwardRef(function MobileAdd(_ref72, ref) {
|
|
1791
1785
|
let {
|
|
1792
1786
|
children,
|
|
1793
1787
|
size = 16,
|
|
@@ -1801,14 +1795,16 @@ const MostlyCloudyNight = /*#__PURE__*/React.forwardRef(function MostlyCloudyNig
|
|
|
1801
1795
|
viewBox: "0 0 32 32",
|
|
1802
1796
|
fill: "currentColor",
|
|
1803
1797
|
...rest
|
|
1804
|
-
},
|
|
1805
|
-
d: "
|
|
1798
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1799
|
+
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"
|
|
1800
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1801
|
+
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"
|
|
1806
1802
|
})), children);
|
|
1807
1803
|
});
|
|
1808
1804
|
if (process.env.NODE_ENV !== "production") {
|
|
1809
|
-
|
|
1805
|
+
MobileAdd.propTypes = iconPropTypes;
|
|
1810
1806
|
}
|
|
1811
|
-
const
|
|
1807
|
+
const MobileAudio = /*#__PURE__*/React.forwardRef(function MobileAudio(_ref73, ref) {
|
|
1812
1808
|
let {
|
|
1813
1809
|
children,
|
|
1814
1810
|
size = 16,
|
|
@@ -1822,14 +1818,20 @@ const Mountain = /*#__PURE__*/React.forwardRef(function Mountain(_ref73, ref) {
|
|
|
1822
1818
|
viewBox: "0 0 32 32",
|
|
1823
1819
|
fill: "currentColor",
|
|
1824
1820
|
...rest
|
|
1825
|
-
},
|
|
1826
|
-
d: "
|
|
1821
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1822
|
+
d: "M28 12H30V15H28zM24 7H26V20H24zM20 11H22V16H20zM16 9H18V18H16zM12 12H14V15H12z"
|
|
1823
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
1824
|
+
cx: "13.5",
|
|
1825
|
+
cy: "24.5",
|
|
1826
|
+
r: "1.5"
|
|
1827
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1828
|
+
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"
|
|
1827
1829
|
})), children);
|
|
1828
1830
|
});
|
|
1829
1831
|
if (process.env.NODE_ENV !== "production") {
|
|
1830
|
-
|
|
1832
|
+
MobileAudio.propTypes = iconPropTypes;
|
|
1831
1833
|
}
|
|
1832
|
-
const
|
|
1834
|
+
const MobileCheck = /*#__PURE__*/React.forwardRef(function MobileCheck(_ref74, ref) {
|
|
1833
1835
|
let {
|
|
1834
1836
|
children,
|
|
1835
1837
|
size = 16,
|
|
@@ -1843,14 +1845,16 @@ const Mov = /*#__PURE__*/React.forwardRef(function Mov(_ref74, ref) {
|
|
|
1843
1845
|
viewBox: "0 0 32 32",
|
|
1844
1846
|
fill: "currentColor",
|
|
1845
1847
|
...rest
|
|
1846
|
-
},
|
|
1847
|
-
d: "
|
|
1848
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1849
|
+
d: "M20 27.18L17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z"
|
|
1850
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1851
|
+
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"
|
|
1848
1852
|
})), children);
|
|
1849
1853
|
});
|
|
1850
1854
|
if (process.env.NODE_ENV !== "production") {
|
|
1851
|
-
|
|
1855
|
+
MobileCheck.propTypes = iconPropTypes;
|
|
1852
1856
|
}
|
|
1853
|
-
const
|
|
1857
|
+
const MobileCrash = /*#__PURE__*/React.forwardRef(function MobileCrash(_ref75, ref) {
|
|
1854
1858
|
let {
|
|
1855
1859
|
children,
|
|
1856
1860
|
size = 16,
|
|
@@ -1864,14 +1868,16 @@ const Move = /*#__PURE__*/React.forwardRef(function Move(_ref75, ref) {
|
|
|
1864
1868
|
viewBox: "0 0 32 32",
|
|
1865
1869
|
fill: "currentColor",
|
|
1866
1870
|
...rest
|
|
1867
|
-
},
|
|
1868
|
-
d: "
|
|
1871
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1872
|
+
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"
|
|
1873
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1874
|
+
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"
|
|
1869
1875
|
})), children);
|
|
1870
1876
|
});
|
|
1871
1877
|
if (process.env.NODE_ENV !== "production") {
|
|
1872
|
-
|
|
1878
|
+
MobileCrash.propTypes = iconPropTypes;
|
|
1873
1879
|
}
|
|
1874
|
-
const
|
|
1880
|
+
const MobileDownload = /*#__PURE__*/React.forwardRef(function MobileDownload(_ref76, ref) {
|
|
1875
1881
|
let {
|
|
1876
1882
|
children,
|
|
1877
1883
|
size = 16,
|
|
@@ -1885,14 +1891,16 @@ const Movement = /*#__PURE__*/React.forwardRef(function Movement(_ref76, ref) {
|
|
|
1885
1891
|
viewBox: "0 0 32 32",
|
|
1886
1892
|
fill: "currentColor",
|
|
1887
1893
|
...rest
|
|
1888
|
-
},
|
|
1889
|
-
d: "
|
|
1894
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1895
|
+
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"
|
|
1896
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1897
|
+
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"
|
|
1890
1898
|
})), children);
|
|
1891
1899
|
});
|
|
1892
1900
|
if (process.env.NODE_ENV !== "production") {
|
|
1893
|
-
|
|
1901
|
+
MobileDownload.propTypes = iconPropTypes;
|
|
1894
1902
|
}
|
|
1895
|
-
const
|
|
1903
|
+
const MobileEvent = /*#__PURE__*/React.forwardRef(function MobileEvent(_ref77, ref) {
|
|
1896
1904
|
let {
|
|
1897
1905
|
children,
|
|
1898
1906
|
size = 16,
|
|
@@ -1906,14 +1914,14 @@ const Mp3 = /*#__PURE__*/React.forwardRef(function Mp3(_ref77, ref) {
|
|
|
1906
1914
|
viewBox: "0 0 32 32",
|
|
1907
1915
|
fill: "currentColor",
|
|
1908
1916
|
...rest
|
|
1909
|
-
},
|
|
1910
|
-
d: "
|
|
1917
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1918
|
+
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"
|
|
1911
1919
|
})), children);
|
|
1912
1920
|
});
|
|
1913
1921
|
if (process.env.NODE_ENV !== "production") {
|
|
1914
|
-
|
|
1922
|
+
MobileEvent.propTypes = iconPropTypes;
|
|
1915
1923
|
}
|
|
1916
|
-
const
|
|
1924
|
+
const MobileLandscape = /*#__PURE__*/React.forwardRef(function MobileLandscape(_ref78, ref) {
|
|
1917
1925
|
let {
|
|
1918
1926
|
children,
|
|
1919
1927
|
size = 16,
|
|
@@ -1927,14 +1935,14 @@ const Mp4 = /*#__PURE__*/React.forwardRef(function Mp4(_ref78, ref) {
|
|
|
1927
1935
|
viewBox: "0 0 32 32",
|
|
1928
1936
|
fill: "currentColor",
|
|
1929
1937
|
...rest
|
|
1930
|
-
},
|
|
1931
|
-
d: "
|
|
1938
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1939
|
+
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"
|
|
1932
1940
|
})), children);
|
|
1933
1941
|
});
|
|
1934
1942
|
if (process.env.NODE_ENV !== "production") {
|
|
1935
|
-
|
|
1943
|
+
MobileLandscape.propTypes = iconPropTypes;
|
|
1936
1944
|
}
|
|
1937
|
-
const
|
|
1945
|
+
const MobileRequest = /*#__PURE__*/React.forwardRef(function MobileRequest(_ref79, ref) {
|
|
1938
1946
|
let {
|
|
1939
1947
|
children,
|
|
1940
1948
|
size = 16,
|
|
@@ -1948,14 +1956,16 @@ const Mpeg = /*#__PURE__*/React.forwardRef(function Mpeg(_ref79, ref) {
|
|
|
1948
1956
|
viewBox: "0 0 32 32",
|
|
1949
1957
|
fill: "currentColor",
|
|
1950
1958
|
...rest
|
|
1951
|
-
},
|
|
1952
|
-
d: "
|
|
1959
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1960
|
+
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"
|
|
1961
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1962
|
+
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"
|
|
1953
1963
|
})), children);
|
|
1954
1964
|
});
|
|
1955
1965
|
if (process.env.NODE_ENV !== "production") {
|
|
1956
|
-
|
|
1966
|
+
MobileRequest.propTypes = iconPropTypes;
|
|
1957
1967
|
}
|
|
1958
|
-
const
|
|
1968
|
+
const MobileSession = /*#__PURE__*/React.forwardRef(function MobileSession(_ref80, ref) {
|
|
1959
1969
|
let {
|
|
1960
1970
|
children,
|
|
1961
1971
|
size = 16,
|
|
@@ -1969,14 +1979,16 @@ const Mpg2 = /*#__PURE__*/React.forwardRef(function Mpg2(_ref80, ref) {
|
|
|
1969
1979
|
viewBox: "0 0 32 32",
|
|
1970
1980
|
fill: "currentColor",
|
|
1971
1981
|
...rest
|
|
1972
|
-
},
|
|
1973
|
-
d: "
|
|
1982
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1983
|
+
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"
|
|
1984
|
+
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1985
|
+
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"
|
|
1974
1986
|
})), children);
|
|
1975
1987
|
});
|
|
1976
1988
|
if (process.env.NODE_ENV !== "production") {
|
|
1977
|
-
|
|
1989
|
+
MobileSession.propTypes = iconPropTypes;
|
|
1978
1990
|
}
|
|
1979
|
-
const
|
|
1991
|
+
const MobileView = /*#__PURE__*/React.forwardRef(function MobileView(_ref81, ref) {
|
|
1980
1992
|
let {
|
|
1981
1993
|
children,
|
|
1982
1994
|
size = 16,
|
|
@@ -1990,14 +2002,20 @@ const Music = /*#__PURE__*/React.forwardRef(function Music(_ref81, ref) {
|
|
|
1990
2002
|
viewBox: "0 0 32 32",
|
|
1991
2003
|
fill: "currentColor",
|
|
1992
2004
|
...rest
|
|
1993
|
-
},
|
|
1994
|
-
|
|
2005
|
+
}, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
2006
|
+
cx: "23",
|
|
2007
|
+
cy: "24",
|
|
2008
|
+
r: "2"
|
|
2009
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2010
|
+
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"
|
|
2011
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2012
|
+
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"
|
|
1995
2013
|
})), children);
|
|
1996
2014
|
});
|
|
1997
2015
|
if (process.env.NODE_ENV !== "production") {
|
|
1998
|
-
|
|
2016
|
+
MobileView.propTypes = iconPropTypes;
|
|
1999
2017
|
}
|
|
2000
|
-
const
|
|
2018
|
+
const MobileViewOrientation = /*#__PURE__*/React.forwardRef(function MobileViewOrientation(_ref82, ref) {
|
|
2001
2019
|
let {
|
|
2002
2020
|
children,
|
|
2003
2021
|
size = 16,
|
|
@@ -2012,13 +2030,17 @@ const MusicAdd = /*#__PURE__*/React.forwardRef(function MusicAdd(_ref82, ref) {
|
|
|
2012
2030
|
fill: "currentColor",
|
|
2013
2031
|
...rest
|
|
2014
2032
|
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2015
|
-
d: "
|
|
2033
|
+
d: "m28,12h-8v2h8v14h-8v2h8c1.1025,0,2-.897,2-2v-14c0-1.1025-.8975-2-2-2Z"
|
|
2034
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2035
|
+
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"
|
|
2036
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2037
|
+
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"
|
|
2016
2038
|
})), children);
|
|
2017
2039
|
});
|
|
2018
2040
|
if (process.env.NODE_ENV !== "production") {
|
|
2019
|
-
|
|
2041
|
+
MobileViewOrientation.propTypes = iconPropTypes;
|
|
2020
2042
|
}
|
|
2021
|
-
const
|
|
2043
|
+
const MobilityServices = /*#__PURE__*/React.forwardRef(function MobilityServices(_ref83, ref) {
|
|
2022
2044
|
let {
|
|
2023
2045
|
children,
|
|
2024
2046
|
size = 16,
|
|
@@ -2032,14 +2054,14 @@ const MusicRemove = /*#__PURE__*/React.forwardRef(function MusicRemove(_ref83, r
|
|
|
2032
2054
|
viewBox: "0 0 32 32",
|
|
2033
2055
|
fill: "currentColor",
|
|
2034
2056
|
...rest
|
|
2035
|
-
},
|
|
2036
|
-
d: "
|
|
2057
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2058
|
+
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"
|
|
2037
2059
|
})), children);
|
|
2038
2060
|
});
|
|
2039
2061
|
if (process.env.NODE_ENV !== "production") {
|
|
2040
|
-
|
|
2062
|
+
MobilityServices.propTypes = iconPropTypes;
|
|
2041
2063
|
}
|
|
2042
|
-
const
|
|
2064
|
+
const Model = /*#__PURE__*/React.forwardRef(function Model(_ref84, ref) {
|
|
2043
2065
|
let {
|
|
2044
2066
|
children,
|
|
2045
2067
|
size = 16,
|
|
@@ -2053,14 +2075,15 @@ const Mysql = /*#__PURE__*/React.forwardRef(function Mysql(_ref84, ref) {
|
|
|
2053
2075
|
viewBox: "0 0 32 32",
|
|
2054
2076
|
fill: "currentColor",
|
|
2055
2077
|
...rest
|
|
2056
|
-
},
|
|
2057
|
-
|
|
2078
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2079
|
+
strokeWidth: "0",
|
|
2080
|
+
d: "m29,24.1841V7.8159c1.1616-.4146,2-1.5142,2-2.8159,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,.3916.0806.7632.2173,1.106l-9.2173,8.0654L6.7827,6.1064c.137-.3433.2173-.7148.2173-1.1064,0-1.6543-1.3457-3-3-3S1,3.3457,1,5c0,1.3018.8384,2.4014,2,2.8154v16.3691c-1.1616.4141-2,1.5137-2,2.8154,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-.6665-.2258-1.2769-.5952-1.7754l5.3335-4.667,2.3645,4.1377c-.6677.5508-1.1028,1.3735-1.1028,2.3047,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-.9312-.4353-1.7539-1.1028-2.3047l2.3645-4.1377,5.3335,4.667c-.3694.4985-.5952,1.1089-.5952,1.7754,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3018-.8384-2.4014-2-2.8159Zm-1-20.1841c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm-3.822,5.6729l-4.4397,7.7695-2.2197-1.9424,6.6594-5.8271Zm-9.6965,5.8271l-2.22,1.9424-4.4397-7.7695,6.6597,5.8271ZM4,4c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm0,24c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm1-4.2036v-15.0308l5.7261,10.0205-5.7261,5.0103Zm11,4.2036c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm0-4.0151l-2.7261-4.771,2.7261-2.3853,2.7261,2.3853-2.7261,4.771Zm11-15.2197v15.0312l-5.7261-5.0103,5.7261-10.021Zm1,19.2349c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
|
2058
2081
|
})), children);
|
|
2059
2082
|
});
|
|
2060
2083
|
if (process.env.NODE_ENV !== "production") {
|
|
2061
|
-
|
|
2084
|
+
Model.propTypes = iconPropTypes;
|
|
2062
2085
|
}
|
|
2063
|
-
const
|
|
2086
|
+
const ModelAlt = /*#__PURE__*/React.forwardRef(function ModelAlt(_ref85, ref) {
|
|
2064
2087
|
let {
|
|
2065
2088
|
children,
|
|
2066
2089
|
size = 16,
|
|
@@ -2074,14 +2097,14 @@ const NameSpace = /*#__PURE__*/React.forwardRef(function NameSpace(_ref85, ref)
|
|
|
2074
2097
|
viewBox: "0 0 32 32",
|
|
2075
2098
|
fill: "currentColor",
|
|
2076
2099
|
...rest
|
|
2077
|
-
},
|
|
2078
|
-
d: "
|
|
2100
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2101
|
+
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"
|
|
2079
2102
|
})), children);
|
|
2080
2103
|
});
|
|
2081
2104
|
if (process.env.NODE_ENV !== "production") {
|
|
2082
|
-
|
|
2105
|
+
ModelAlt.propTypes = iconPropTypes;
|
|
2083
2106
|
}
|
|
2084
|
-
const
|
|
2107
|
+
const ModelFoundation = /*#__PURE__*/React.forwardRef(function ModelFoundation(_ref86, ref) {
|
|
2085
2108
|
let {
|
|
2086
2109
|
children,
|
|
2087
2110
|
size = 16,
|
|
@@ -2095,14 +2118,15 @@ const NavaidCivil = /*#__PURE__*/React.forwardRef(function NavaidCivil(_ref86, r
|
|
|
2095
2118
|
viewBox: "0 0 32 32",
|
|
2096
2119
|
fill: "currentColor",
|
|
2097
2120
|
...rest
|
|
2098
|
-
},
|
|
2099
|
-
|
|
2121
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2122
|
+
strokeWidth: "0",
|
|
2123
|
+
d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2h-5.7703l7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8385,2.8157-2h5.7703l-7.3005,7.3006c-.3911-.1871-.8237-.3006-1.2854-.3006-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8385,2.8157-2h16.3687c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-.4617,0-.8943.1135-1.2854.3006l-7.3005-7.3006h5.7703c.4141,1.1615,1.5137,2,2.8157,2Zm0-4c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM7.8157,6h16.3687c.0349.0976.072.1927.1162.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0815-.1877.1162-.2853Zm19.1843-2c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1Zm-23,1c0-.5513.4482-1,1-1s1,.4487,1,1-.4482,1-1,1-1-.4487-1-1Zm1,12c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1Zm19.1843,9H7.8157c-.0347-.0976-.072-.1927-.1162-.2853l8.3005-8.3006,8.3005,8.3006c-.0442.0927-.0815.1877-.1162.2853Zm-19.1843,2c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1Zm23-1c0,.5513-.4482,1-1,1s-1-.4487-1-1,.4482-1,1-1,1,.4487,1,1Z"
|
|
2100
2124
|
})), children);
|
|
2101
2125
|
});
|
|
2102
2126
|
if (process.env.NODE_ENV !== "production") {
|
|
2103
|
-
|
|
2127
|
+
ModelFoundation.propTypes = iconPropTypes;
|
|
2104
2128
|
}
|
|
2105
|
-
const
|
|
2129
|
+
const ModelReference = /*#__PURE__*/React.forwardRef(function ModelReference(_ref87, ref) {
|
|
2106
2130
|
let {
|
|
2107
2131
|
children,
|
|
2108
2132
|
size = 16,
|
|
@@ -2116,18 +2140,18 @@ const NavaidDme = /*#__PURE__*/React.forwardRef(function NavaidDme(_ref87, ref)
|
|
|
2116
2140
|
viewBox: "0 0 32 32",
|
|
2117
2141
|
fill: "currentColor",
|
|
2118
2142
|
...rest
|
|
2119
|
-
},
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
d: "
|
|
2143
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2144
|
+
strokeWidth: "0",
|
|
2145
|
+
d: "M4 20L4 22 8.5859 22 2 28.5859 3.4141 30 10 23.4141 10 28 12 28 12 20 4 20z"
|
|
2146
|
+
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2147
|
+
strokeWidth: "0",
|
|
2148
|
+
d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2h-5.7703l7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3v1h2v-1c0-.5513.4482-1,1-1s1,.4487,1,1v1h9.5859l8.7146,8.7147c-.0442.0927-.0815.1877-.1162.2853h-10.1843v2h10.1843c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-.4617,0-.8943.1135-1.2854.3006l-7.3005-7.3006h5.7703c.4141,1.1615,1.5137,2,2.8157,2Zm1,8c0,.5513-.4482,1-1,1s-1-.4487-1-1,.4482-1,1-1,1,.4487,1,1Zm-1-12c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM7.8157,6h16.3687c.0349.0976.072.1927.1162.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0815-.1877.1162-.2853Zm19.1843-2c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM4,5c0-.5513.4482-1,1-1s1,.4487,1,1-.4482,1-1,1-1-.4487-1-1Z"
|
|
2125
2149
|
})), children);
|
|
2126
2150
|
});
|
|
2127
2151
|
if (process.env.NODE_ENV !== "production") {
|
|
2128
|
-
|
|
2152
|
+
ModelReference.propTypes = iconPropTypes;
|
|
2129
2153
|
}
|
|
2130
|
-
const
|
|
2154
|
+
const ModelTuned = /*#__PURE__*/React.forwardRef(function ModelTuned(_ref88, ref) {
|
|
2131
2155
|
let {
|
|
2132
2156
|
children,
|
|
2133
2157
|
size = 16,
|
|
@@ -2141,16 +2165,18 @@ const NavaidHelipad = /*#__PURE__*/React.forwardRef(function NavaidHelipad(_ref8
|
|
|
2141
2165
|
viewBox: "0 0 32 32",
|
|
2142
2166
|
fill: "currentColor",
|
|
2143
2167
|
...rest
|
|
2144
|
-
},
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2168
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2169
|
+
strokeWidth: "0",
|
|
2170
|
+
d: "M24 30v-2.2773c.5952-.3464 1-.9841 1-1.7227s-.4048-1.3762-1-1.7227v-4.2773h-2v4.2773c-.5952.3464-1 .9844-1 1.7227s.4048 1.3762 1 1.7227v2.2773h2zM31 24c0-.7383-.4048-1.376-1-1.7227v-2.2773h-2v2.2773c-.5952.3467-1 .9844-1 1.7227s.4048 1.376 1 1.7227v4.2773h2v-4.2773c.5952-.3467 1-.9844 1-1.7227z"
|
|
2171
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2172
|
+
strokeWidth: "0",
|
|
2173
|
+
d: "m7.8157,17h5.7703s-7.3005,7.3006-7.3005,7.3006c-.3911-.1871-.8237-.3006-1.2854-.3006-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,1.302,0,2.4016-.8385,2.8157-2h10.1843s0-2,0-2H7.8157c-.0347-.0976-.072-.1927-.1162-.2853l8.7146-8.7147h9.5859s0-1,0-1c0-.5513.4482-1,1-1s1,.4487,1,1v1s2,0,2,0v-1c0-1.6543-1.3457-3-3-3-1.302,0-2.4016.8385-2.8157,2h-5.7703s7.3005-7.3006,7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3,0-1.6543-1.3457-3-3-3-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,1.302,0,2.4016-.8385,2.8157-2Zm-2.8157,9c.5518,0,1,.4487,1,1,0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1Zm1-10c0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1s1,.4487,1,1ZM24.3005,6.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0813-.1877.1162-.2853h16.3687c.0347.0976.072.1927.1162.2853Zm-18.3005-1.2853c0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1s1,.4487,1,1Zm21,1c-.5518,0-1-.4487-1-1,0-.5513.4482-1,1-1s1,.4487,1,1c0,.5513-.4482,1-1,1Z"
|
|
2148
2174
|
})), children);
|
|
2149
2175
|
});
|
|
2150
2176
|
if (process.env.NODE_ENV !== "production") {
|
|
2151
|
-
|
|
2177
|
+
ModelTuned.propTypes = iconPropTypes;
|
|
2152
2178
|
}
|
|
2153
|
-
const
|
|
2179
|
+
const ModelBuilder = /*#__PURE__*/React.forwardRef(function ModelBuilder(_ref89, ref) {
|
|
2154
2180
|
let {
|
|
2155
2181
|
children,
|
|
2156
2182
|
size = 16,
|
|
@@ -2164,20 +2190,14 @@ const NavaidMilitary = /*#__PURE__*/React.forwardRef(function NavaidMilitary(_re
|
|
|
2164
2190
|
viewBox: "0 0 32 32",
|
|
2165
2191
|
fill: "currentColor",
|
|
2166
2192
|
...rest
|
|
2167
|
-
},
|
|
2168
|
-
d: "
|
|
2169
|
-
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2170
|
-
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"
|
|
2171
|
-
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
2172
|
-
cx: "16",
|
|
2173
|
-
cy: "16",
|
|
2174
|
-
r: "2"
|
|
2193
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2194
|
+
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"
|
|
2175
2195
|
})), children);
|
|
2176
2196
|
});
|
|
2177
2197
|
if (process.env.NODE_ENV !== "production") {
|
|
2178
|
-
|
|
2198
|
+
ModelBuilder.propTypes = iconPropTypes;
|
|
2179
2199
|
}
|
|
2180
|
-
const
|
|
2200
|
+
const ModelBuilderReference = /*#__PURE__*/React.forwardRef(function ModelBuilderReference(_ref90, ref) {
|
|
2181
2201
|
let {
|
|
2182
2202
|
children,
|
|
2183
2203
|
size = 16,
|
|
@@ -2192,15 +2212,15 @@ const NavaidMilitaryCivil = /*#__PURE__*/React.forwardRef(function NavaidMilitar
|
|
|
2192
2212
|
fill: "currentColor",
|
|
2193
2213
|
...rest
|
|
2194
2214
|
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2195
|
-
d: "
|
|
2215
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
|
2196
2216
|
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2197
|
-
d: "
|
|
2217
|
+
d: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12V28h2V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8Zm20,0H24V6h4Z"
|
|
2198
2218
|
})), children);
|
|
2199
2219
|
});
|
|
2200
2220
|
if (process.env.NODE_ENV !== "production") {
|
|
2201
|
-
|
|
2221
|
+
ModelBuilderReference.propTypes = iconPropTypes;
|
|
2202
2222
|
}
|
|
2203
|
-
const
|
|
2223
|
+
const Money = /*#__PURE__*/React.forwardRef(function Money(_ref91, ref) {
|
|
2204
2224
|
let {
|
|
2205
2225
|
children,
|
|
2206
2226
|
size = 16,
|
|
@@ -2215,49 +2235,15 @@ const NavaidNdb = /*#__PURE__*/React.forwardRef(function NavaidNdb(_ref91, ref)
|
|
|
2215
2235
|
fill: "currentColor",
|
|
2216
2236
|
...rest
|
|
2217
2237
|
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2218
|
-
d: "
|
|
2219
|
-
})),
|
|
2220
|
-
|
|
2221
|
-
cy: "16",
|
|
2222
|
-
r: "2"
|
|
2223
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
2224
|
-
cx: "16",
|
|
2225
|
-
cy: "4",
|
|
2226
|
-
r: "2"
|
|
2227
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
2228
|
-
cx: "16",
|
|
2229
|
-
cy: "28",
|
|
2230
|
-
r: "2"
|
|
2231
|
-
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
2232
|
-
cx: "28",
|
|
2233
|
-
cy: "16",
|
|
2234
|
-
r: "2"
|
|
2235
|
-
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
2236
|
-
cx: "4",
|
|
2237
|
-
cy: "16",
|
|
2238
|
-
r: "2"
|
|
2239
|
-
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
2240
|
-
cx: "7.515",
|
|
2241
|
-
cy: "7.515",
|
|
2242
|
-
r: "2"
|
|
2243
|
-
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
2244
|
-
cx: "24.485",
|
|
2245
|
-
cy: "24.485",
|
|
2246
|
-
r: "2"
|
|
2247
|
-
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
2248
|
-
cx: "24.485",
|
|
2249
|
-
cy: "7.515",
|
|
2250
|
-
r: "2"
|
|
2251
|
-
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
2252
|
-
cx: "7.515",
|
|
2253
|
-
cy: "24.485",
|
|
2254
|
-
r: "2"
|
|
2238
|
+
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"
|
|
2239
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2240
|
+
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"
|
|
2255
2241
|
})), children);
|
|
2256
2242
|
});
|
|
2257
2243
|
if (process.env.NODE_ENV !== "production") {
|
|
2258
|
-
|
|
2244
|
+
Money.propTypes = iconPropTypes;
|
|
2259
2245
|
}
|
|
2260
|
-
const
|
|
2246
|
+
const Monster = /*#__PURE__*/React.forwardRef(function Monster(_ref92, ref) {
|
|
2261
2247
|
let {
|
|
2262
2248
|
children,
|
|
2263
2249
|
size = 16,
|
|
@@ -2271,82 +2257,18 @@ const NavaidNdbDme = /*#__PURE__*/React.forwardRef(function NavaidNdbDme(_ref92,
|
|
|
2271
2257
|
viewBox: "0 0 32 32",
|
|
2272
2258
|
fill: "currentColor",
|
|
2273
2259
|
...rest
|
|
2274
|
-
},
|
|
2275
|
-
d: "
|
|
2276
|
-
})),
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
2281
|
-
cx: "16",
|
|
2282
|
-
cy: "7",
|
|
2283
|
-
r: "1"
|
|
2284
|
-
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
2285
|
-
cx: "16",
|
|
2286
|
-
cy: "3",
|
|
2287
|
-
r: "1"
|
|
2288
|
-
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
2289
|
-
cx: "16",
|
|
2290
|
-
cy: "25",
|
|
2291
|
-
r: "1"
|
|
2292
|
-
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
2293
|
-
cx: "16",
|
|
2294
|
-
cy: "29",
|
|
2295
|
-
r: "1"
|
|
2296
|
-
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
2297
|
-
cx: "25",
|
|
2298
|
-
cy: "16",
|
|
2299
|
-
r: "1"
|
|
2300
|
-
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
2301
|
-
cx: "29",
|
|
2302
|
-
cy: "16",
|
|
2303
|
-
r: "1"
|
|
2304
|
-
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
2305
|
-
cx: "7",
|
|
2306
|
-
cy: "16",
|
|
2307
|
-
r: "1"
|
|
2308
|
-
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
2309
|
-
cx: "3",
|
|
2310
|
-
cy: "16",
|
|
2311
|
-
r: "1"
|
|
2312
|
-
})), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
2313
|
-
cx: "9.636",
|
|
2314
|
-
cy: "9.636",
|
|
2315
|
-
r: "1"
|
|
2316
|
-
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
2317
|
-
cx: "7",
|
|
2318
|
-
cy: "7",
|
|
2319
|
-
r: "1"
|
|
2320
|
-
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
2321
|
-
cx: "22.364",
|
|
2322
|
-
cy: "22.364",
|
|
2323
|
-
r: "1"
|
|
2324
|
-
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
2325
|
-
cx: "25",
|
|
2326
|
-
cy: "25",
|
|
2327
|
-
r: "1"
|
|
2328
|
-
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
2329
|
-
cx: "22.364",
|
|
2330
|
-
cy: "9.636",
|
|
2331
|
-
r: "1"
|
|
2332
|
-
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
2333
|
-
cx: "25",
|
|
2334
|
-
cy: "7",
|
|
2335
|
-
r: "1"
|
|
2336
|
-
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
2337
|
-
cx: "9.636",
|
|
2338
|
-
cy: "22.364",
|
|
2339
|
-
r: "1"
|
|
2340
|
-
})), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
|
2341
|
-
cx: "7",
|
|
2342
|
-
cy: "25",
|
|
2343
|
-
r: "1"
|
|
2260
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2261
|
+
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"
|
|
2262
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2263
|
+
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"
|
|
2264
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2265
|
+
d: "M9 14H14V16H9zM18 14H23V16H18z"
|
|
2344
2266
|
})), children);
|
|
2345
2267
|
});
|
|
2346
2268
|
if (process.env.NODE_ENV !== "production") {
|
|
2347
|
-
|
|
2269
|
+
Monster.propTypes = iconPropTypes;
|
|
2348
2270
|
}
|
|
2349
|
-
const
|
|
2271
|
+
const Monument = /*#__PURE__*/React.forwardRef(function Monument(_ref93, ref) {
|
|
2350
2272
|
let {
|
|
2351
2273
|
children,
|
|
2352
2274
|
size = 16,
|
|
@@ -2360,16 +2282,14 @@ const NavaidPrivate = /*#__PURE__*/React.forwardRef(function NavaidPrivate(_ref9
|
|
|
2360
2282
|
viewBox: "0 0 32 32",
|
|
2361
2283
|
fill: "currentColor",
|
|
2362
2284
|
...rest
|
|
2363
|
-
},
|
|
2364
|
-
d: "M20,
|
|
2365
|
-
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2366
|
-
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"
|
|
2285
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2286
|
+
d: "M20,28V6L16,2,12,6V28H2v2H30V28Zm-6,0V6.8281l2-2,2,2V28Z"
|
|
2367
2287
|
})), children);
|
|
2368
2288
|
});
|
|
2369
2289
|
if (process.env.NODE_ENV !== "production") {
|
|
2370
|
-
|
|
2290
|
+
Monument.propTypes = iconPropTypes;
|
|
2371
2291
|
}
|
|
2372
|
-
const
|
|
2292
|
+
const Moon = /*#__PURE__*/React.forwardRef(function Moon(_ref94, ref) {
|
|
2373
2293
|
let {
|
|
2374
2294
|
children,
|
|
2375
2295
|
size = 16,
|
|
@@ -2383,16 +2303,14 @@ const NavaidSeaplane = /*#__PURE__*/React.forwardRef(function NavaidSeaplane(_re
|
|
|
2383
2303
|
viewBox: "0 0 32 32",
|
|
2384
2304
|
fill: "currentColor",
|
|
2385
2305
|
...rest
|
|
2386
|
-
},
|
|
2387
|
-
d: "
|
|
2388
|
-
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
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"
|
|
2306
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2307
|
+
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"
|
|
2390
2308
|
})), children);
|
|
2391
2309
|
});
|
|
2392
2310
|
if (process.env.NODE_ENV !== "production") {
|
|
2393
|
-
|
|
2311
|
+
Moon.propTypes = iconPropTypes;
|
|
2394
2312
|
}
|
|
2395
|
-
const
|
|
2313
|
+
const Moonrise = /*#__PURE__*/React.forwardRef(function Moonrise(_ref95, ref) {
|
|
2396
2314
|
let {
|
|
2397
2315
|
children,
|
|
2398
2316
|
size = 16,
|
|
@@ -2406,18 +2324,14 @@ const NavaidTacan = /*#__PURE__*/React.forwardRef(function NavaidTacan(_ref95, r
|
|
|
2406
2324
|
viewBox: "0 0 32 32",
|
|
2407
2325
|
fill: "currentColor",
|
|
2408
2326
|
...rest
|
|
2409
|
-
},
|
|
2410
|
-
|
|
2411
|
-
cy: "14",
|
|
2412
|
-
r: "2"
|
|
2413
|
-
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2414
|
-
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"
|
|
2327
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2328
|
+
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"
|
|
2415
2329
|
})), children);
|
|
2416
2330
|
});
|
|
2417
2331
|
if (process.env.NODE_ENV !== "production") {
|
|
2418
|
-
|
|
2332
|
+
Moonrise.propTypes = iconPropTypes;
|
|
2419
2333
|
}
|
|
2420
|
-
const
|
|
2334
|
+
const Moonset = /*#__PURE__*/React.forwardRef(function Moonset(_ref96, ref) {
|
|
2421
2335
|
let {
|
|
2422
2336
|
children,
|
|
2423
2337
|
size = 16,
|
|
@@ -2431,16 +2345,14 @@ const NavaidVhfor = /*#__PURE__*/React.forwardRef(function NavaidVhfor(_ref96, r
|
|
|
2431
2345
|
viewBox: "0 0 32 32",
|
|
2432
2346
|
fill: "currentColor",
|
|
2433
2347
|
...rest
|
|
2434
|
-
},
|
|
2435
|
-
d: "
|
|
2436
|
-
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2437
|
-
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"
|
|
2348
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2349
|
+
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"
|
|
2438
2350
|
})), children);
|
|
2439
2351
|
});
|
|
2440
2352
|
if (process.env.NODE_ENV !== "production") {
|
|
2441
|
-
|
|
2353
|
+
Moonset.propTypes = iconPropTypes;
|
|
2442
2354
|
}
|
|
2443
|
-
const
|
|
2355
|
+
const MostlyCloudy = /*#__PURE__*/React.forwardRef(function MostlyCloudy(_ref97, ref) {
|
|
2444
2356
|
let {
|
|
2445
2357
|
children,
|
|
2446
2358
|
size = 16,
|
|
@@ -2454,18 +2366,25 @@ const NavaidVor = /*#__PURE__*/React.forwardRef(function NavaidVor(_ref97, ref)
|
|
|
2454
2366
|
viewBox: "0 0 32 32",
|
|
2455
2367
|
fill: "currentColor",
|
|
2456
2368
|
...rest
|
|
2457
|
-
},
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2369
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2370
|
+
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",
|
|
2371
|
+
transform: "translate(0 .005)"
|
|
2372
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2373
|
+
d: "M26 13.005H30V15.005H26z"
|
|
2374
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2375
|
+
d: "M23.071 5.929H27.071V7.929H23.071z",
|
|
2376
|
+
transform: "rotate(-45 25.077 6.931)"
|
|
2377
|
+
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2378
|
+
d: "M17 2.005H19V6.005H17z"
|
|
2379
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2380
|
+
d: "M9.929 4.929H11.929V8.929H9.929z",
|
|
2381
|
+
transform: "rotate(-45 10.935 6.931)"
|
|
2463
2382
|
})), children);
|
|
2464
2383
|
});
|
|
2465
2384
|
if (process.env.NODE_ENV !== "production") {
|
|
2466
|
-
|
|
2385
|
+
MostlyCloudy.propTypes = iconPropTypes;
|
|
2467
2386
|
}
|
|
2468
|
-
const
|
|
2387
|
+
const MostlyCloudyNight = /*#__PURE__*/React.forwardRef(function MostlyCloudyNight(_ref98, ref) {
|
|
2469
2388
|
let {
|
|
2470
2389
|
children,
|
|
2471
2390
|
size = 16,
|
|
@@ -2479,18 +2398,14 @@ const NavaidVordme = /*#__PURE__*/React.forwardRef(function NavaidVordme(_ref98,
|
|
|
2479
2398
|
viewBox: "0 0 32 32",
|
|
2480
2399
|
fill: "currentColor",
|
|
2481
2400
|
...rest
|
|
2482
|
-
},
|
|
2483
|
-
|
|
2484
|
-
cy: "16",
|
|
2485
|
-
r: "2"
|
|
2486
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2487
|
-
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"
|
|
2401
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2402
|
+
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"
|
|
2488
2403
|
})), children);
|
|
2489
2404
|
});
|
|
2490
2405
|
if (process.env.NODE_ENV !== "production") {
|
|
2491
|
-
|
|
2406
|
+
MostlyCloudyNight.propTypes = iconPropTypes;
|
|
2492
2407
|
}
|
|
2493
|
-
const
|
|
2408
|
+
const Mountain = /*#__PURE__*/React.forwardRef(function Mountain(_ref99, ref) {
|
|
2494
2409
|
let {
|
|
2495
2410
|
children,
|
|
2496
2411
|
size = 16,
|
|
@@ -2504,18 +2419,14 @@ const NavaidVortac = /*#__PURE__*/React.forwardRef(function NavaidVortac(_ref99,
|
|
|
2504
2419
|
viewBox: "0 0 32 32",
|
|
2505
2420
|
fill: "currentColor",
|
|
2506
2421
|
...rest
|
|
2507
|
-
},
|
|
2508
|
-
|
|
2509
|
-
cy: "14",
|
|
2510
|
-
r: "2"
|
|
2511
|
-
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2512
|
-
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"
|
|
2422
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2423
|
+
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"
|
|
2513
2424
|
})), children);
|
|
2514
2425
|
});
|
|
2515
2426
|
if (process.env.NODE_ENV !== "production") {
|
|
2516
|
-
|
|
2427
|
+
Mountain.propTypes = iconPropTypes;
|
|
2517
2428
|
}
|
|
2518
|
-
const
|
|
2429
|
+
const Mov = /*#__PURE__*/React.forwardRef(function Mov(_ref100, ref) {
|
|
2519
2430
|
let {
|
|
2520
2431
|
children,
|
|
2521
2432
|
size = 16,
|
|
@@ -2529,14 +2440,14 @@ const Need = /*#__PURE__*/React.forwardRef(function Need(_ref100, ref) {
|
|
|
2529
2440
|
viewBox: "0 0 32 32",
|
|
2530
2441
|
fill: "currentColor",
|
|
2531
2442
|
...rest
|
|
2532
|
-
},
|
|
2533
|
-
d: "
|
|
2443
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2444
|
+
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"
|
|
2534
2445
|
})), children);
|
|
2535
2446
|
});
|
|
2536
2447
|
if (process.env.NODE_ENV !== "production") {
|
|
2537
|
-
|
|
2448
|
+
Mov.propTypes = iconPropTypes;
|
|
2538
2449
|
}
|
|
2539
|
-
const
|
|
2450
|
+
const Move = /*#__PURE__*/React.forwardRef(function Move(_ref101, ref) {
|
|
2540
2451
|
let {
|
|
2541
2452
|
children,
|
|
2542
2453
|
size = 16,
|
|
@@ -2550,14 +2461,14 @@ const Network_1 = /*#__PURE__*/React.forwardRef(function Network_1(_ref101, ref)
|
|
|
2550
2461
|
viewBox: "0 0 32 32",
|
|
2551
2462
|
fill: "currentColor",
|
|
2552
2463
|
...rest
|
|
2553
|
-
},
|
|
2554
|
-
d: "
|
|
2464
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2465
|
+
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"
|
|
2555
2466
|
})), children);
|
|
2556
2467
|
});
|
|
2557
2468
|
if (process.env.NODE_ENV !== "production") {
|
|
2558
|
-
|
|
2469
|
+
Move.propTypes = iconPropTypes;
|
|
2559
2470
|
}
|
|
2560
|
-
const
|
|
2471
|
+
const Movement = /*#__PURE__*/React.forwardRef(function Movement(_ref102, ref) {
|
|
2561
2472
|
let {
|
|
2562
2473
|
children,
|
|
2563
2474
|
size = 16,
|
|
@@ -2571,14 +2482,14 @@ const Network_2 = /*#__PURE__*/React.forwardRef(function Network_2(_ref102, ref)
|
|
|
2571
2482
|
viewBox: "0 0 32 32",
|
|
2572
2483
|
fill: "currentColor",
|
|
2573
2484
|
...rest
|
|
2574
|
-
},
|
|
2575
|
-
d: "
|
|
2485
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2486
|
+
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"
|
|
2576
2487
|
})), children);
|
|
2577
2488
|
});
|
|
2578
2489
|
if (process.env.NODE_ENV !== "production") {
|
|
2579
|
-
|
|
2490
|
+
Movement.propTypes = iconPropTypes;
|
|
2580
2491
|
}
|
|
2581
|
-
const
|
|
2492
|
+
const Mp3 = /*#__PURE__*/React.forwardRef(function Mp3(_ref103, ref) {
|
|
2582
2493
|
let {
|
|
2583
2494
|
children,
|
|
2584
2495
|
size = 16,
|
|
@@ -2592,18 +2503,14 @@ const Network_3 = /*#__PURE__*/React.forwardRef(function Network_3(_ref103, ref)
|
|
|
2592
2503
|
viewBox: "0 0 32 32",
|
|
2593
2504
|
fill: "currentColor",
|
|
2594
2505
|
...rest
|
|
2595
|
-
},
|
|
2596
|
-
d: "
|
|
2597
|
-
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2598
|
-
d: "M20,20H12V12h8Zm-6-2h4V14H14Z"
|
|
2599
|
-
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2600
|
-
d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
|
|
2506
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2507
|
+
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"
|
|
2601
2508
|
})), children);
|
|
2602
2509
|
});
|
|
2603
2510
|
if (process.env.NODE_ENV !== "production") {
|
|
2604
|
-
|
|
2511
|
+
Mp3.propTypes = iconPropTypes;
|
|
2605
2512
|
}
|
|
2606
|
-
const
|
|
2513
|
+
const Mp4 = /*#__PURE__*/React.forwardRef(function Mp4(_ref104, ref) {
|
|
2607
2514
|
let {
|
|
2608
2515
|
children,
|
|
2609
2516
|
size = 16,
|
|
@@ -2617,16 +2524,14 @@ const Network_3Reference = /*#__PURE__*/React.forwardRef(function Network_3Refer
|
|
|
2617
2524
|
viewBox: "0 0 32 32",
|
|
2618
2525
|
fill: "currentColor",
|
|
2619
2526
|
...rest
|
|
2620
|
-
},
|
|
2621
|
-
d: "
|
|
2622
|
-
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2623
|
-
d: "M24 17H22V15h2a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
|
|
2527
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2528
|
+
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"
|
|
2624
2529
|
})), children);
|
|
2625
2530
|
});
|
|
2626
2531
|
if (process.env.NODE_ENV !== "production") {
|
|
2627
|
-
|
|
2532
|
+
Mp4.propTypes = iconPropTypes;
|
|
2628
2533
|
}
|
|
2629
|
-
const
|
|
2534
|
+
const Mpeg = /*#__PURE__*/React.forwardRef(function Mpeg(_ref105, ref) {
|
|
2630
2535
|
let {
|
|
2631
2536
|
children,
|
|
2632
2537
|
size = 16,
|
|
@@ -2640,26 +2545,14 @@ const Network_4 = /*#__PURE__*/React.forwardRef(function Network_4(_ref105, ref)
|
|
|
2640
2545
|
viewBox: "0 0 32 32",
|
|
2641
2546
|
fill: "currentColor",
|
|
2642
2547
|
...rest
|
|
2643
|
-
},
|
|
2644
|
-
|
|
2645
|
-
cy: "26",
|
|
2646
|
-
r: "2"
|
|
2647
|
-
})), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
|
|
2648
|
-
cx: "21",
|
|
2649
|
-
cy: "6",
|
|
2650
|
-
r: "2"
|
|
2651
|
-
})), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
|
|
2652
|
-
cx: "4",
|
|
2653
|
-
cy: "16",
|
|
2654
|
-
r: "2"
|
|
2655
|
-
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2656
|
-
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"
|
|
2548
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2549
|
+
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"
|
|
2657
2550
|
})), children);
|
|
2658
2551
|
});
|
|
2659
2552
|
if (process.env.NODE_ENV !== "production") {
|
|
2660
|
-
|
|
2553
|
+
Mpeg.propTypes = iconPropTypes;
|
|
2661
2554
|
}
|
|
2662
|
-
const
|
|
2555
|
+
const Mpg2 = /*#__PURE__*/React.forwardRef(function Mpg2(_ref106, ref) {
|
|
2663
2556
|
let {
|
|
2664
2557
|
children,
|
|
2665
2558
|
size = 16,
|
|
@@ -2673,28 +2566,14 @@ const Network_4Reference = /*#__PURE__*/React.forwardRef(function Network_4Refer
|
|
|
2673
2566
|
viewBox: "0 0 32 32",
|
|
2674
2567
|
fill: "currentColor",
|
|
2675
2568
|
...rest
|
|
2676
|
-
},
|
|
2677
|
-
|
|
2678
|
-
cy: "26",
|
|
2679
|
-
r: "2"
|
|
2680
|
-
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2681
|
-
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
|
2682
|
-
})), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
|
|
2683
|
-
cx: "21",
|
|
2684
|
-
cy: "6",
|
|
2685
|
-
r: "2"
|
|
2686
|
-
})), _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
|
|
2687
|
-
cx: "4",
|
|
2688
|
-
cy: "16",
|
|
2689
|
-
r: "2"
|
|
2690
|
-
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2691
|
-
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"
|
|
2569
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2570
|
+
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"
|
|
2692
2571
|
})), children);
|
|
2693
2572
|
});
|
|
2694
2573
|
if (process.env.NODE_ENV !== "production") {
|
|
2695
|
-
|
|
2574
|
+
Mpg2.propTypes = iconPropTypes;
|
|
2696
2575
|
}
|
|
2697
|
-
const
|
|
2576
|
+
const MultiuserDevice = /*#__PURE__*/React.forwardRef(function MultiuserDevice(_ref107, ref) {
|
|
2698
2577
|
let {
|
|
2699
2578
|
children,
|
|
2700
2579
|
size = 16,
|
|
@@ -2709,13 +2588,13 @@ const NetworkAdminControl = /*#__PURE__*/React.forwardRef(function NetworkAdminC
|
|
|
2709
2588
|
fill: "currentColor",
|
|
2710
2589
|
...rest
|
|
2711
2590
|
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2712
|
-
d: "
|
|
2591
|
+
d: "M20,25h-6c-1.66,0-3,1.34-3,3v2h2v-2c0-.55.45-1,1-1h6c.55,0,1,.45,1,1v2h2v-2c0-1.66-1.34-3-3-3ZM13,20c0,2.21,1.79,4,4,4s4-1.79,4-4-1.79-4-4-4-4,1.79-4,4ZM19,20c0,1.1-.9,2-2,2s-2-.9-2-2,.9-2,2-2,2,.9,2,2ZM22,18c1.1,0,2,.9,2,2s-.9,2-2,2v2c2.21,0,4-1.79,4-4s-1.79-4-4-4v2ZM25,25h-1v2h1c.55,0,1,.45,1,1v2h2v-2c0-1.66-1.34-3-3-3ZM6,4h16v10h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h3v-2h-3V4Z"
|
|
2713
2592
|
})), children);
|
|
2714
2593
|
});
|
|
2715
2594
|
if (process.env.NODE_ENV !== "production") {
|
|
2716
|
-
|
|
2595
|
+
MultiuserDevice.propTypes = iconPropTypes;
|
|
2717
2596
|
}
|
|
2718
|
-
const
|
|
2597
|
+
const Music = /*#__PURE__*/React.forwardRef(function Music(_ref108, ref) {
|
|
2719
2598
|
let {
|
|
2720
2599
|
children,
|
|
2721
2600
|
size = 16,
|
|
@@ -2730,17 +2609,13 @@ const NetworkEnterprise = /*#__PURE__*/React.forwardRef(function NetworkEnterpri
|
|
|
2730
2609
|
fill: "currentColor",
|
|
2731
2610
|
...rest
|
|
2732
2611
|
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2733
|
-
d: "M25.
|
|
2734
|
-
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2735
|
-
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"
|
|
2736
|
-
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2737
|
-
d: "M20 16H22V20H20zM24 16H26V20H24zM20 22H22V26H20zM24 22H26V26H24z"
|
|
2612
|
+
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"
|
|
2738
2613
|
})), children);
|
|
2739
2614
|
});
|
|
2740
2615
|
if (process.env.NODE_ENV !== "production") {
|
|
2741
|
-
|
|
2616
|
+
Music.propTypes = iconPropTypes;
|
|
2742
2617
|
}
|
|
2743
|
-
const
|
|
2618
|
+
const MusicAdd = /*#__PURE__*/React.forwardRef(function MusicAdd(_ref109, ref) {
|
|
2744
2619
|
let {
|
|
2745
2620
|
children,
|
|
2746
2621
|
size = 16,
|
|
@@ -2754,16 +2629,14 @@ const NetworkOverlay = /*#__PURE__*/React.forwardRef(function NetworkOverlay(_re
|
|
|
2754
2629
|
viewBox: "0 0 32 32",
|
|
2755
2630
|
fill: "currentColor",
|
|
2756
2631
|
...rest
|
|
2757
|
-
},
|
|
2758
|
-
d: "
|
|
2759
|
-
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2760
|
-
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"
|
|
2632
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2633
|
+
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"
|
|
2761
2634
|
})), children);
|
|
2762
2635
|
});
|
|
2763
2636
|
if (process.env.NODE_ENV !== "production") {
|
|
2764
|
-
|
|
2637
|
+
MusicAdd.propTypes = iconPropTypes;
|
|
2765
2638
|
}
|
|
2766
|
-
const
|
|
2639
|
+
const MusicRemove = /*#__PURE__*/React.forwardRef(function MusicRemove(_ref110, ref) {
|
|
2767
2640
|
let {
|
|
2768
2641
|
children,
|
|
2769
2642
|
size = 16,
|
|
@@ -2777,16 +2650,14 @@ const NetworkPublic = /*#__PURE__*/React.forwardRef(function NetworkPublic(_ref1
|
|
|
2777
2650
|
viewBox: "0 0 32 32",
|
|
2778
2651
|
fill: "currentColor",
|
|
2779
2652
|
...rest
|
|
2780
|
-
},
|
|
2781
|
-
d: "
|
|
2782
|
-
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2783
|
-
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"
|
|
2653
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2654
|
+
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"
|
|
2784
2655
|
})), children);
|
|
2785
2656
|
});
|
|
2786
2657
|
if (process.env.NODE_ENV !== "production") {
|
|
2787
|
-
|
|
2658
|
+
MusicRemove.propTypes = iconPropTypes;
|
|
2788
2659
|
}
|
|
2789
|
-
const
|
|
2660
|
+
const Mysql = /*#__PURE__*/React.forwardRef(function Mysql(_ref111, ref) {
|
|
2790
2661
|
let {
|
|
2791
2662
|
children,
|
|
2792
2663
|
size = 16,
|
|
@@ -2800,14 +2671,14 @@ const NetworkInterface = /*#__PURE__*/React.forwardRef(function NetworkInterface
|
|
|
2800
2671
|
viewBox: "0 0 32 32",
|
|
2801
2672
|
fill: "currentColor",
|
|
2802
2673
|
...rest
|
|
2803
|
-
},
|
|
2804
|
-
d: "M28
|
|
2674
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2675
|
+
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"
|
|
2805
2676
|
})), children);
|
|
2806
2677
|
});
|
|
2807
2678
|
if (process.env.NODE_ENV !== "production") {
|
|
2808
|
-
|
|
2679
|
+
Mysql.propTypes = iconPropTypes;
|
|
2809
2680
|
}
|
|
2810
|
-
const
|
|
2681
|
+
const NameSpace = /*#__PURE__*/React.forwardRef(function NameSpace(_ref112, ref) {
|
|
2811
2682
|
let {
|
|
2812
2683
|
children,
|
|
2813
2684
|
size = 16,
|
|
@@ -2821,34 +2692,19 @@ const NetworkTimeProtocol = /*#__PURE__*/React.forwardRef(function NetworkTimePr
|
|
|
2821
2692
|
viewBox: "0 0 32 32",
|
|
2822
2693
|
fill: "currentColor",
|
|
2823
2694
|
...rest
|
|
2824
|
-
},
|
|
2825
|
-
d: "
|
|
2695
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2696
|
+
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"
|
|
2826
2697
|
})), children);
|
|
2827
2698
|
});
|
|
2828
2699
|
if (process.env.NODE_ENV !== "production") {
|
|
2829
|
-
|
|
2700
|
+
NameSpace.propTypes = iconPropTypes;
|
|
2830
2701
|
}
|
|
2831
|
-
const
|
|
2702
|
+
const NavaidCivil = /*#__PURE__*/React.forwardRef(function NavaidCivil(_ref113, ref) {
|
|
2832
2703
|
let {
|
|
2833
2704
|
children,
|
|
2834
2705
|
size = 16,
|
|
2835
2706
|
...rest
|
|
2836
2707
|
} = _ref113;
|
|
2837
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2838
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2839
|
-
width: size,
|
|
2840
|
-
height: size,
|
|
2841
|
-
ref: ref,
|
|
2842
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2843
|
-
viewBox: "0 0 16 16",
|
|
2844
|
-
fill: "currentColor",
|
|
2845
|
-
...rest
|
|
2846
|
-
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2847
|
-
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"
|
|
2848
|
-
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2849
|
-
d: "M13 3L13 1 12 1 12 3 10 3 10 4 12 4 12 6 13 6 13 4 15 4 15 3z"
|
|
2850
|
-
})), children);
|
|
2851
|
-
}
|
|
2852
2708
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2853
2709
|
width: size,
|
|
2854
2710
|
height: size,
|
|
@@ -2857,18 +2713,14 @@ const NewTab = /*#__PURE__*/React.forwardRef(function NewTab(_ref113, ref) {
|
|
|
2857
2713
|
viewBox: "0 0 32 32",
|
|
2858
2714
|
fill: "currentColor",
|
|
2859
2715
|
...rest
|
|
2860
|
-
},
|
|
2861
|
-
d: "
|
|
2862
|
-
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2863
|
-
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"
|
|
2864
|
-
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2865
|
-
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"
|
|
2716
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2717
|
+
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"
|
|
2866
2718
|
})), children);
|
|
2867
2719
|
});
|
|
2868
2720
|
if (process.env.NODE_ENV !== "production") {
|
|
2869
|
-
|
|
2721
|
+
NavaidCivil.propTypes = iconPropTypes;
|
|
2870
2722
|
}
|
|
2871
|
-
const
|
|
2723
|
+
const NavaidDme = /*#__PURE__*/React.forwardRef(function NavaidDme(_ref114, ref) {
|
|
2872
2724
|
let {
|
|
2873
2725
|
children,
|
|
2874
2726
|
size = 16,
|
|
@@ -2882,18 +2734,18 @@ const NextFilled = /*#__PURE__*/React.forwardRef(function NextFilled(_ref114, re
|
|
|
2882
2734
|
viewBox: "0 0 32 32",
|
|
2883
2735
|
fill: "currentColor",
|
|
2884
2736
|
...rest
|
|
2885
|
-
},
|
|
2886
|
-
d: "
|
|
2887
|
-
})),
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2737
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2738
|
+
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"
|
|
2739
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2740
|
+
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"
|
|
2741
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2742
|
+
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"
|
|
2891
2743
|
})), children);
|
|
2892
2744
|
});
|
|
2893
2745
|
if (process.env.NODE_ENV !== "production") {
|
|
2894
|
-
|
|
2746
|
+
NavaidDme.propTypes = iconPropTypes;
|
|
2895
2747
|
}
|
|
2896
|
-
const
|
|
2748
|
+
const NavaidHelipad = /*#__PURE__*/React.forwardRef(function NavaidHelipad(_ref115, ref) {
|
|
2897
2749
|
let {
|
|
2898
2750
|
children,
|
|
2899
2751
|
size = 16,
|
|
@@ -2907,16 +2759,16 @@ const NextOutline = /*#__PURE__*/React.forwardRef(function NextOutline(_ref115,
|
|
|
2907
2759
|
viewBox: "0 0 32 32",
|
|
2908
2760
|
fill: "currentColor",
|
|
2909
2761
|
...rest
|
|
2910
|
-
},
|
|
2911
|
-
d: "
|
|
2912
|
-
})),
|
|
2762
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2763
|
+
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"
|
|
2764
|
+
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2913
2765
|
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"
|
|
2914
2766
|
})), children);
|
|
2915
2767
|
});
|
|
2916
2768
|
if (process.env.NODE_ENV !== "production") {
|
|
2917
|
-
|
|
2769
|
+
NavaidHelipad.propTypes = iconPropTypes;
|
|
2918
2770
|
}
|
|
2919
|
-
const
|
|
2771
|
+
const NavaidMilitary = /*#__PURE__*/React.forwardRef(function NavaidMilitary(_ref116, ref) {
|
|
2920
2772
|
let {
|
|
2921
2773
|
children,
|
|
2922
2774
|
size = 16,
|
|
@@ -2930,14 +2782,20 @@ const NoImage = /*#__PURE__*/React.forwardRef(function NoImage(_ref116, ref) {
|
|
|
2930
2782
|
viewBox: "0 0 32 32",
|
|
2931
2783
|
fill: "currentColor",
|
|
2932
2784
|
...rest
|
|
2933
|
-
},
|
|
2934
|
-
d: "
|
|
2785
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2786
|
+
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"
|
|
2787
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2788
|
+
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"
|
|
2789
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
2790
|
+
cx: "16",
|
|
2791
|
+
cy: "16",
|
|
2792
|
+
r: "2"
|
|
2935
2793
|
})), children);
|
|
2936
2794
|
});
|
|
2937
2795
|
if (process.env.NODE_ENV !== "production") {
|
|
2938
|
-
|
|
2796
|
+
NavaidMilitary.propTypes = iconPropTypes;
|
|
2939
2797
|
}
|
|
2940
|
-
const
|
|
2798
|
+
const NavaidMilitaryCivil = /*#__PURE__*/React.forwardRef(function NavaidMilitaryCivil(_ref117, ref) {
|
|
2941
2799
|
let {
|
|
2942
2800
|
children,
|
|
2943
2801
|
size = 16,
|
|
@@ -2951,32 +2809,21 @@ const NoTicket = /*#__PURE__*/React.forwardRef(function NoTicket(_ref117, ref) {
|
|
|
2951
2809
|
viewBox: "0 0 32 32",
|
|
2952
2810
|
fill: "currentColor",
|
|
2953
2811
|
...rest
|
|
2954
|
-
},
|
|
2955
|
-
d: "
|
|
2812
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2813
|
+
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"
|
|
2814
|
+
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2815
|
+
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"
|
|
2956
2816
|
})), children);
|
|
2957
2817
|
});
|
|
2958
2818
|
if (process.env.NODE_ENV !== "production") {
|
|
2959
|
-
|
|
2819
|
+
NavaidMilitaryCivil.propTypes = iconPropTypes;
|
|
2960
2820
|
}
|
|
2961
|
-
const
|
|
2821
|
+
const NavaidNdb = /*#__PURE__*/React.forwardRef(function NavaidNdb(_ref118, ref) {
|
|
2962
2822
|
let {
|
|
2963
2823
|
children,
|
|
2964
2824
|
size = 16,
|
|
2965
2825
|
...rest
|
|
2966
2826
|
} = _ref118;
|
|
2967
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2968
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2969
|
-
width: size,
|
|
2970
|
-
height: size,
|
|
2971
|
-
ref: ref,
|
|
2972
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2973
|
-
viewBox: "0 0 16 16",
|
|
2974
|
-
fill: "currentColor",
|
|
2975
|
-
...rest
|
|
2976
|
-
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2977
|
-
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"
|
|
2978
|
-
})), children);
|
|
2979
|
-
}
|
|
2980
2827
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2981
2828
|
width: size,
|
|
2982
2829
|
height: size,
|
|
@@ -2985,14 +2832,50 @@ const Nominal = /*#__PURE__*/React.forwardRef(function Nominal(_ref118, ref) {
|
|
|
2985
2832
|
viewBox: "0 0 32 32",
|
|
2986
2833
|
fill: "currentColor",
|
|
2987
2834
|
...rest
|
|
2988
|
-
},
|
|
2989
|
-
d: "
|
|
2835
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2836
|
+
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"
|
|
2837
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
2838
|
+
cx: "16",
|
|
2839
|
+
cy: "16",
|
|
2840
|
+
r: "2"
|
|
2841
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
2842
|
+
cx: "16",
|
|
2843
|
+
cy: "4",
|
|
2844
|
+
r: "2"
|
|
2845
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
2846
|
+
cx: "16",
|
|
2847
|
+
cy: "28",
|
|
2848
|
+
r: "2"
|
|
2849
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
2850
|
+
cx: "28",
|
|
2851
|
+
cy: "16",
|
|
2852
|
+
r: "2"
|
|
2853
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
2854
|
+
cx: "4",
|
|
2855
|
+
cy: "16",
|
|
2856
|
+
r: "2"
|
|
2857
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
2858
|
+
cx: "7.515",
|
|
2859
|
+
cy: "7.515",
|
|
2860
|
+
r: "2"
|
|
2861
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
2862
|
+
cx: "24.485",
|
|
2863
|
+
cy: "24.485",
|
|
2864
|
+
r: "2"
|
|
2865
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
2866
|
+
cx: "24.485",
|
|
2867
|
+
cy: "7.515",
|
|
2868
|
+
r: "2"
|
|
2869
|
+
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
2870
|
+
cx: "7.515",
|
|
2871
|
+
cy: "24.485",
|
|
2872
|
+
r: "2"
|
|
2990
2873
|
})), children);
|
|
2991
2874
|
});
|
|
2992
2875
|
if (process.env.NODE_ENV !== "production") {
|
|
2993
|
-
|
|
2876
|
+
NavaidNdb.propTypes = iconPropTypes;
|
|
2994
2877
|
}
|
|
2995
|
-
const
|
|
2878
|
+
const NavaidNdbDme = /*#__PURE__*/React.forwardRef(function NavaidNdbDme(_ref119, ref) {
|
|
2996
2879
|
let {
|
|
2997
2880
|
children,
|
|
2998
2881
|
size = 16,
|
|
@@ -3006,16 +2889,82 @@ const WatsonHealthNominate = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
3006
2889
|
viewBox: "0 0 32 32",
|
|
3007
2890
|
fill: "currentColor",
|
|
3008
2891
|
...rest
|
|
3009
|
-
},
|
|
3010
|
-
d: "
|
|
3011
|
-
})),
|
|
3012
|
-
|
|
2892
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2893
|
+
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"
|
|
2894
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
2895
|
+
cx: "16",
|
|
2896
|
+
cy: "16",
|
|
2897
|
+
r: "2"
|
|
2898
|
+
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
2899
|
+
cx: "16",
|
|
2900
|
+
cy: "7",
|
|
2901
|
+
r: "1"
|
|
2902
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
2903
|
+
cx: "16",
|
|
2904
|
+
cy: "3",
|
|
2905
|
+
r: "1"
|
|
2906
|
+
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
2907
|
+
cx: "16",
|
|
2908
|
+
cy: "25",
|
|
2909
|
+
r: "1"
|
|
2910
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
2911
|
+
cx: "16",
|
|
2912
|
+
cy: "29",
|
|
2913
|
+
r: "1"
|
|
2914
|
+
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
2915
|
+
cx: "25",
|
|
2916
|
+
cy: "16",
|
|
2917
|
+
r: "1"
|
|
2918
|
+
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
2919
|
+
cx: "29",
|
|
2920
|
+
cy: "16",
|
|
2921
|
+
r: "1"
|
|
2922
|
+
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
2923
|
+
cx: "7",
|
|
2924
|
+
cy: "16",
|
|
2925
|
+
r: "1"
|
|
2926
|
+
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
2927
|
+
cx: "3",
|
|
2928
|
+
cy: "16",
|
|
2929
|
+
r: "1"
|
|
2930
|
+
})), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
2931
|
+
cx: "9.636",
|
|
2932
|
+
cy: "9.636",
|
|
2933
|
+
r: "1"
|
|
2934
|
+
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
2935
|
+
cx: "7",
|
|
2936
|
+
cy: "7",
|
|
2937
|
+
r: "1"
|
|
2938
|
+
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
2939
|
+
cx: "22.364",
|
|
2940
|
+
cy: "22.364",
|
|
2941
|
+
r: "1"
|
|
2942
|
+
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
2943
|
+
cx: "25",
|
|
2944
|
+
cy: "25",
|
|
2945
|
+
r: "1"
|
|
2946
|
+
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
2947
|
+
cx: "22.364",
|
|
2948
|
+
cy: "9.636",
|
|
2949
|
+
r: "1"
|
|
2950
|
+
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
2951
|
+
cx: "25",
|
|
2952
|
+
cy: "7",
|
|
2953
|
+
r: "1"
|
|
2954
|
+
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
2955
|
+
cx: "9.636",
|
|
2956
|
+
cy: "22.364",
|
|
2957
|
+
r: "1"
|
|
2958
|
+
})), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
|
2959
|
+
cx: "7",
|
|
2960
|
+
cy: "25",
|
|
2961
|
+
r: "1"
|
|
3013
2962
|
})), children);
|
|
3014
2963
|
});
|
|
3015
2964
|
if (process.env.NODE_ENV !== "production") {
|
|
3016
|
-
|
|
2965
|
+
NavaidNdbDme.propTypes = iconPropTypes;
|
|
3017
2966
|
}
|
|
3018
|
-
const
|
|
2967
|
+
const NavaidPrivate = /*#__PURE__*/React.forwardRef(function NavaidPrivate(_ref120, ref) {
|
|
3019
2968
|
let {
|
|
3020
2969
|
children,
|
|
3021
2970
|
size = 16,
|
|
@@ -3029,16 +2978,16 @@ const NonCertified = /*#__PURE__*/React.forwardRef(function NonCertified(_ref120
|
|
|
3029
2978
|
viewBox: "0 0 32 32",
|
|
3030
2979
|
fill: "currentColor",
|
|
3031
2980
|
...rest
|
|
3032
|
-
},
|
|
3033
|
-
d: "
|
|
3034
|
-
})),
|
|
3035
|
-
d: "
|
|
2981
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2982
|
+
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"
|
|
2983
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2984
|
+
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"
|
|
3036
2985
|
})), children);
|
|
3037
2986
|
});
|
|
3038
2987
|
if (process.env.NODE_ENV !== "production") {
|
|
3039
|
-
|
|
2988
|
+
NavaidPrivate.propTypes = iconPropTypes;
|
|
3040
2989
|
}
|
|
3041
|
-
const
|
|
2990
|
+
const NavaidSeaplane = /*#__PURE__*/React.forwardRef(function NavaidSeaplane(_ref121, ref) {
|
|
3042
2991
|
let {
|
|
3043
2992
|
children,
|
|
3044
2993
|
size = 16,
|
|
@@ -3052,16 +3001,16 @@ const NoodleBowl = /*#__PURE__*/React.forwardRef(function NoodleBowl(_ref121, re
|
|
|
3052
3001
|
viewBox: "0 0 32 32",
|
|
3053
3002
|
fill: "currentColor",
|
|
3054
3003
|
...rest
|
|
3055
|
-
},
|
|
3056
|
-
d: "
|
|
3057
|
-
})),
|
|
3058
|
-
d: "
|
|
3004
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
3005
|
+
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"
|
|
3006
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
3007
|
+
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"
|
|
3059
3008
|
})), children);
|
|
3060
3009
|
});
|
|
3061
3010
|
if (process.env.NODE_ENV !== "production") {
|
|
3062
|
-
|
|
3011
|
+
NavaidSeaplane.propTypes = iconPropTypes;
|
|
3063
3012
|
}
|
|
3064
|
-
const
|
|
3013
|
+
const NavaidTacan = /*#__PURE__*/React.forwardRef(function NavaidTacan(_ref122, ref) {
|
|
3065
3014
|
let {
|
|
3066
3015
|
children,
|
|
3067
3016
|
size = 16,
|
|
@@ -3075,14 +3024,18 @@ const NotAvailable = /*#__PURE__*/React.forwardRef(function NotAvailable(_ref122
|
|
|
3075
3024
|
viewBox: "0 0 32 32",
|
|
3076
3025
|
fill: "currentColor",
|
|
3077
3026
|
...rest
|
|
3078
|
-
},
|
|
3079
|
-
|
|
3027
|
+
}, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
3028
|
+
cx: "16",
|
|
3029
|
+
cy: "14",
|
|
3030
|
+
r: "2"
|
|
3031
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
3032
|
+
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"
|
|
3080
3033
|
})), children);
|
|
3081
3034
|
});
|
|
3082
3035
|
if (process.env.NODE_ENV !== "production") {
|
|
3083
|
-
|
|
3036
|
+
NavaidTacan.propTypes = iconPropTypes;
|
|
3084
3037
|
}
|
|
3085
|
-
const
|
|
3038
|
+
const NavaidVhfor = /*#__PURE__*/React.forwardRef(function NavaidVhfor(_ref123, ref) {
|
|
3086
3039
|
let {
|
|
3087
3040
|
children,
|
|
3088
3041
|
size = 16,
|
|
@@ -3096,14 +3049,16 @@ const NotSent = /*#__PURE__*/React.forwardRef(function NotSent(_ref123, ref) {
|
|
|
3096
3049
|
viewBox: "0 0 32 32",
|
|
3097
3050
|
fill: "currentColor",
|
|
3098
3051
|
...rest
|
|
3099
|
-
},
|
|
3100
|
-
d: "
|
|
3052
|
+
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
3053
|
+
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"
|
|
3054
|
+
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
3055
|
+
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"
|
|
3101
3056
|
})), children);
|
|
3102
3057
|
});
|
|
3103
3058
|
if (process.env.NODE_ENV !== "production") {
|
|
3104
|
-
|
|
3059
|
+
NavaidVhfor.propTypes = iconPropTypes;
|
|
3105
3060
|
}
|
|
3106
|
-
const
|
|
3061
|
+
const NavaidVor = /*#__PURE__*/React.forwardRef(function NavaidVor(_ref124, ref) {
|
|
3107
3062
|
let {
|
|
3108
3063
|
children,
|
|
3109
3064
|
size = 16,
|
|
@@ -3117,14 +3072,18 @@ const NotSentFilled = /*#__PURE__*/React.forwardRef(function NotSentFilled(_ref1
|
|
|
3117
3072
|
viewBox: "0 0 32 32",
|
|
3118
3073
|
fill: "currentColor",
|
|
3119
3074
|
...rest
|
|
3120
|
-
},
|
|
3121
|
-
|
|
3075
|
+
}, _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
|
|
3076
|
+
cx: "16",
|
|
3077
|
+
cy: "16",
|
|
3078
|
+
r: "2"
|
|
3079
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
3080
|
+
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"
|
|
3122
3081
|
})), children);
|
|
3123
3082
|
});
|
|
3124
3083
|
if (process.env.NODE_ENV !== "production") {
|
|
3125
|
-
|
|
3084
|
+
NavaidVor.propTypes = iconPropTypes;
|
|
3126
3085
|
}
|
|
3127
|
-
const
|
|
3086
|
+
const NavaidVordme = /*#__PURE__*/React.forwardRef(function NavaidVordme(_ref125, ref) {
|
|
3128
3087
|
let {
|
|
3129
3088
|
children,
|
|
3130
3089
|
size = 16,
|
|
@@ -3138,14 +3097,16 @@ const Notebook = /*#__PURE__*/React.forwardRef(function Notebook(_ref125, ref) {
|
|
|
3138
3097
|
viewBox: "0 0 32 32",
|
|
3139
3098
|
fill: "currentColor",
|
|
3140
3099
|
...rest
|
|
3141
|
-
},
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3100
|
+
}, _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
|
|
3101
|
+
cx: "16",
|
|
3102
|
+
cy: "16",
|
|
3103
|
+
r: "2"
|
|
3104
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
3105
|
+
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"
|
|
3145
3106
|
})), children);
|
|
3146
3107
|
});
|
|
3147
3108
|
if (process.env.NODE_ENV !== "production") {
|
|
3148
|
-
|
|
3109
|
+
NavaidVordme.propTypes = iconPropTypes;
|
|
3149
3110
|
}
|
|
3150
3111
|
|
|
3151
|
-
export { MagicWandFilled, MailAll, MailReply, ManageProtection, ManagedSolutions, Map, MapBoundary, MapBoundaryVegetation, MapCenter, MapIdentify, MarineWarning, MathCurve, Maximize, MediaCast, MediaLibrary, MediaLibraryFilled, Medication, MedicationAlert, MedicationReminder, Menu, Merge, MergeNode, MessageQueue, Meter, MeterAlt, Microphone, MicrophoneFilled, MicrophoneOff, MicrophoneOffFilled, Microscope, Microservices_1, Microservices_2, Migrate, MigrateAlt, Milestone, MilitaryCamp, Minimize, Misuse, MisuseOutline, MixedRainHail, MlModelReference, Mobile, MobileAdd, MobileAudio, MobileCheck, MobileCrash, MobileDownload, MobileEvent, MobileLandscape, MobileRequest, MobileSession, MobileView, MobileViewOrientation, MobilityServices, Model, ModelAlt, ModelBuilder, ModelBuilderReference, ModelFoundation, 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,
|
|
3112
|
+
export { LogoRedHatAnsible, LogoSketch, LogoSkype, LogoSlack, LogoSnapchat, LogoSvelte, LogoTumblr, LogoTwitter, LogoVmware, LogoVmwareAlt, LogoVue, LogoWechat, LogoX, LogoXing, 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, Merge, MergeNode, MessageQueue, Meter, MeterAlt, Microphone, MicrophoneFilled, MicrophoneOff, MicrophoneOffFilled, Microscope, Microservices_1, Microservices_2, Migrate, MigrateAlt, Milestone, MilitaryCamp, Minimize, Misuse, MisuseOutline, MixedRainHail, MlModelReference, Mobile, MobileAdd, MobileAudio, MobileCheck, MobileCrash, MobileDownload, MobileEvent, MobileLandscape, MobileRequest, MobileSession, MobileView, MobileViewOrientation, MobilityServices, Model, ModelAlt, ModelBuilder, ModelBuilderReference, ModelFoundation, ModelReference, ModelTuned, Money, Monster, Monument, Moon, Moonrise, Moonset, MostlyCloudy, MostlyCloudyNight, Mountain, Mov, Move, Movement, Mp3, Mp4, Mpeg, Mpg2, MultiuserDevice, Music, MusicAdd, MusicRemove, Mysql, NameSpace, NavaidCivil, NavaidDme, NavaidHelipad, NavaidMilitary, NavaidMilitaryCivil, NavaidNdb, NavaidNdbDme, NavaidPrivate, NavaidSeaplane, NavaidTacan, NavaidVhfor, NavaidVor, NavaidVordme, QMatrix, WatsonHealthMagnify, WatsonHealthMammogram };
|