@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
|
@@ -12,7 +12,7 @@ var Icon = require('../Icon.js');
|
|
|
12
12
|
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
|
13
13
|
require('prop-types');
|
|
14
14
|
|
|
15
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _circle, _path19, _path20, _path21, _path22, _path23, _path24, _circle2, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74,
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _circle, _path19, _path20, _path21, _path22, _path23, _path24, _circle2, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _circle3, _circle4, _circle5, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _circle6, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _circle7, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201;
|
|
16
16
|
const didWarnAboutDeprecation = {};
|
|
17
17
|
const WatsonHealth3DCursor = /*#__PURE__*/React.forwardRef(function WatsonHealth3DCursor(_ref, ref) {
|
|
18
18
|
let {
|
|
@@ -747,7 +747,7 @@ const Ai = /*#__PURE__*/React.forwardRef(function Ai(_ref32, ref) {
|
|
|
747
747
|
if (process.env.NODE_ENV !== "production") {
|
|
748
748
|
Ai.propTypes = iconPropTypes4cbeb95d.i;
|
|
749
749
|
}
|
|
750
|
-
const
|
|
750
|
+
const AiBusinessImpactAssessment = /*#__PURE__*/React.forwardRef(function AiBusinessImpactAssessment(_ref33, ref) {
|
|
751
751
|
let {
|
|
752
752
|
children,
|
|
753
753
|
size = 16,
|
|
@@ -762,9 +762,32 @@ const AiFinancialSustainabilityCheck = /*#__PURE__*/React.forwardRef(function Ai
|
|
|
762
762
|
fill: "currentColor",
|
|
763
763
|
...rest
|
|
764
764
|
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
765
|
+
d: "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
766
|
+
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
767
|
+
d: "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
768
|
+
})), children);
|
|
769
|
+
});
|
|
770
|
+
if (process.env.NODE_ENV !== "production") {
|
|
771
|
+
AiBusinessImpactAssessment.propTypes = iconPropTypes4cbeb95d.i;
|
|
772
|
+
}
|
|
773
|
+
const AiFinancialSustainabilityCheck = /*#__PURE__*/React.forwardRef(function AiFinancialSustainabilityCheck(_ref34, ref) {
|
|
774
|
+
let {
|
|
775
|
+
children,
|
|
776
|
+
size = 16,
|
|
777
|
+
...rest
|
|
778
|
+
} = _ref34;
|
|
779
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
780
|
+
width: size,
|
|
781
|
+
height: size,
|
|
782
|
+
ref: ref,
|
|
783
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
784
|
+
viewBox: "0 0 32 32",
|
|
785
|
+
fill: "currentColor",
|
|
786
|
+
...rest
|
|
787
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
765
788
|
strokeWidth: "0",
|
|
766
789
|
d: "M16 23.4142L11.293 18.7072 12.707 17.2928 16 20.5858 27.293 9.2928 28.707 10.7072 16 23.4142zM12.707 8.7073l-1.4141-1.4141-4.2928 4.2928-2.5861-2.5863 4.293-4.2925-1.4141-1.4141-5 4.9995c-.1875.1875-.293.4419-.293.707s.1055.5195.293.707l7 7.0005 1.4141-1.4141-2.2929-2.293 4.2929-4.2929z"
|
|
767
|
-
})),
|
|
790
|
+
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
768
791
|
strokeWidth: "0",
|
|
769
792
|
d: "M16 30c-7.7197 0-14-6.2804-14-14h2c0 6.6168 5.3833 12 12 12s12-5.3832 12-12h2c0 7.7196-6.2803 14-14 14zM24.3076 7.3407c-2.2446-2.1543-5.1948-3.3407-8.3076-3.3407-.9365 0-1.8682.108-2.77.321l-.46-1.9463c1.0522-.2487 2.1387-.3748 3.23-.3748 3.6313 0 7.0737 1.3843 9.6924 3.8978l-1.3848 1.4429z"
|
|
770
793
|
})), children);
|
|
@@ -772,12 +795,12 @@ const AiFinancialSustainabilityCheck = /*#__PURE__*/React.forwardRef(function Ai
|
|
|
772
795
|
if (process.env.NODE_ENV !== "production") {
|
|
773
796
|
AiFinancialSustainabilityCheck.propTypes = iconPropTypes4cbeb95d.i;
|
|
774
797
|
}
|
|
775
|
-
const AiGenerate = /*#__PURE__*/React.forwardRef(function AiGenerate(
|
|
798
|
+
const AiGenerate = /*#__PURE__*/React.forwardRef(function AiGenerate(_ref35, ref) {
|
|
776
799
|
let {
|
|
777
800
|
children,
|
|
778
801
|
size = 16,
|
|
779
802
|
...rest
|
|
780
|
-
} =
|
|
803
|
+
} = _ref35;
|
|
781
804
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
782
805
|
width: size,
|
|
783
806
|
height: size,
|
|
@@ -786,10 +809,10 @@ const AiGenerate = /*#__PURE__*/React.forwardRef(function AiGenerate(_ref34, ref
|
|
|
786
809
|
viewBox: "0 0 32 32",
|
|
787
810
|
fill: "currentColor",
|
|
788
811
|
...rest
|
|
789
|
-
},
|
|
812
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
790
813
|
strokeWidth: "0",
|
|
791
814
|
d: "M19 22v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM15.5005 22h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zm-4.7947-4l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579zM32 4L28 4 28 0 26 0 26 4 22 4 22 6 26 6 26 10 28 10 28 6 32 6 32 4zM30 12H32V14H30zM18 0H20V2H18z"
|
|
792
|
-
})),
|
|
815
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
793
816
|
strokeWidth: "0",
|
|
794
817
|
d: "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
|
|
795
818
|
})), children);
|
|
@@ -797,12 +820,12 @@ const AiGenerate = /*#__PURE__*/React.forwardRef(function AiGenerate(_ref34, ref
|
|
|
797
820
|
if (process.env.NODE_ENV !== "production") {
|
|
798
821
|
AiGenerate.propTypes = iconPropTypes4cbeb95d.i;
|
|
799
822
|
}
|
|
800
|
-
const AiGovernanceLifecycle = /*#__PURE__*/React.forwardRef(function AiGovernanceLifecycle(
|
|
823
|
+
const AiGovernanceLifecycle = /*#__PURE__*/React.forwardRef(function AiGovernanceLifecycle(_ref36, ref) {
|
|
801
824
|
let {
|
|
802
825
|
children,
|
|
803
826
|
size = 16,
|
|
804
827
|
...rest
|
|
805
|
-
} =
|
|
828
|
+
} = _ref36;
|
|
806
829
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
807
830
|
width: size,
|
|
808
831
|
height: size,
|
|
@@ -811,19 +834,19 @@ const AiGovernanceLifecycle = /*#__PURE__*/React.forwardRef(function AiGovernanc
|
|
|
811
834
|
viewBox: "0 0 32 32",
|
|
812
835
|
fill: "currentColor",
|
|
813
836
|
...rest
|
|
814
|
-
},
|
|
837
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
815
838
|
d: "M16 23l-2.1387-1.0127c-1.7383-.8223-2.8613-2.5967-2.8613-4.5195v-6.4678h10v6.4678c0 1.9229-1.123 3.6973-2.8613 4.5195l-2.1387 1.0127zm-3-10v4.4678c0 1.1533.6738 2.2178 1.7168 2.7109l1.2832.6074 1.2832-.6074c1.043-.4932 1.7168-1.5576 1.7168-2.7109v-4.4678h-6zM4.1208 17.6562c.5305-.3594.8792-.9673.8792-1.6562 0-1.1045-.8955-2-2-2s-2 .8955-2 2c0 .7886.4607 1.4644 1.124 1.79.6792 5.334 4.3472 9.8477 9.5686 11.5347l.6147-1.9033c-4.4355-1.4326-7.5642-5.2461-8.1865-9.7651zM29.3247 20.3076l-1.9033-.6152c-1.4329 4.4355-5.2461 7.5645-9.7651 8.1865-.3596-.5303-.967-.8789-1.6562-.8789-1.1045 0-2 .8955-2 2s.8955 2 2 2c.7888 0 1.4644-.4604 1.7898-1.124 5.334-.6792 9.8479-4.3472 11.5349-9.5684zM29.876 14.21c-.6792-5.334-4.3472-9.8477-9.5686-11.5347l-.6147 1.9033c4.4355 1.4326 7.5642 5.2461 8.1865 9.7651-.5305.3594-.8792.9673-.8792 1.6562 0 1.1045.8955 2 2 2s2-.8955 2-2c0-.7886-.4604-1.4644-1.124-1.79zM16 1c-.7888 0-1.4644.4604-1.7898 1.124-5.334.6792-9.8479 4.3472-11.5349 9.5684l1.9033.6152c1.4329-4.4355 5.2461-7.5645 9.7651-8.1865.3596.5303.967.8789 1.6562.8789 1.1045 0 2-.8955 2-2s-.8955-2-2-2z"
|
|
816
839
|
})), children);
|
|
817
840
|
});
|
|
818
841
|
if (process.env.NODE_ENV !== "production") {
|
|
819
842
|
AiGovernanceLifecycle.propTypes = iconPropTypes4cbeb95d.i;
|
|
820
843
|
}
|
|
821
|
-
const AiGovernanceTracked = /*#__PURE__*/React.forwardRef(function AiGovernanceTracked(
|
|
844
|
+
const AiGovernanceTracked = /*#__PURE__*/React.forwardRef(function AiGovernanceTracked(_ref37, ref) {
|
|
822
845
|
let {
|
|
823
846
|
children,
|
|
824
847
|
size = 16,
|
|
825
848
|
...rest
|
|
826
|
-
} =
|
|
849
|
+
} = _ref37;
|
|
827
850
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
828
851
|
width: size,
|
|
829
852
|
height: size,
|
|
@@ -832,19 +855,19 @@ const AiGovernanceTracked = /*#__PURE__*/React.forwardRef(function AiGovernanceT
|
|
|
832
855
|
viewBox: "0 0 32 32",
|
|
833
856
|
fill: "currentColor",
|
|
834
857
|
...rest
|
|
835
|
-
},
|
|
858
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
836
859
|
d: "M23 27.5898L20.41 24.9999 19 26.41 23 30.41 31 22.41 29.5899 21 23 27.5898zM16 23l-2.1387-1.0127c-1.7383-.8223-2.8613-2.5967-2.8613-4.5195v-6.4678h10v6.4678c0 1.9229-1.123 3.6973-2.8613 4.5195l-2.1387 1.0127zm-3-10v4.4678c0 1.1533.6738 2.2178 1.7168 2.7109l1.2832.6074 1.2832-.6074c1.043-.4932 1.7168-1.5576 1.7168-2.7109v-4.4678h-6zM4.1208 17.6562c.5305-.3594.8792-.9673.8792-1.6562 0-1.1045-.8955-2-2-2s-2 .8955-2 2c0 .7886.4607 1.4644 1.124 1.79.6792 5.334 4.3472 9.8477 9.5686 11.5347l.6147-1.9033c-4.4355-1.4326-7.5642-5.2461-8.1865-9.7651zM29.876 14.21c-.6792-5.334-4.3472-9.8477-9.5686-11.5347l-.6147 1.9033c4.4355 1.4326 7.5642 5.2461 8.1865 9.7651-.5305.3594-.8792.9673-.8792 1.6562 0 1.1045.8955 2 2 2s2-.8955 2-2c0-.7886-.4604-1.4644-1.124-1.79zM16 1c-.7888 0-1.4644.4604-1.7898 1.124-5.334.6792-9.8479 4.3472-11.5349 9.5684l1.9033.6152c1.4329-4.4355 5.2461-7.5645 9.7651-8.1865.3596.5303.967.8789 1.6562.8789 1.1045 0 2-.8955 2-2s-.8955-2-2-2z"
|
|
837
860
|
})), children);
|
|
838
861
|
});
|
|
839
862
|
if (process.env.NODE_ENV !== "production") {
|
|
840
863
|
AiGovernanceTracked.propTypes = iconPropTypes4cbeb95d.i;
|
|
841
864
|
}
|
|
842
|
-
const AiGovernanceUntracked = /*#__PURE__*/React.forwardRef(function AiGovernanceUntracked(
|
|
865
|
+
const AiGovernanceUntracked = /*#__PURE__*/React.forwardRef(function AiGovernanceUntracked(_ref38, ref) {
|
|
843
866
|
let {
|
|
844
867
|
children,
|
|
845
868
|
size = 16,
|
|
846
869
|
...rest
|
|
847
|
-
} =
|
|
870
|
+
} = _ref38;
|
|
848
871
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
849
872
|
width: size,
|
|
850
873
|
height: size,
|
|
@@ -853,19 +876,19 @@ const AiGovernanceUntracked = /*#__PURE__*/React.forwardRef(function AiGovernanc
|
|
|
853
876
|
viewBox: "0 0 32 32",
|
|
854
877
|
fill: "currentColor",
|
|
855
878
|
...rest
|
|
856
|
-
},
|
|
879
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
857
880
|
d: "M27.4102 26L31 22.4102 29.5901 21 26 24.5898 22.4102 21 21 22.4102 24.5901 26 21 29.5898 22.4102 31 26 27.4102 29.5901 31 31 29.5898 27.4102 26zM16 23l-2.1387-1.0127c-1.7383-.8223-2.8613-2.5967-2.8613-4.5195v-6.4678h10v6.4678c0 1.9229-1.123 3.6973-2.8613 4.5195l-2.1387 1.0127zm-3-10v4.4678c0 1.1533.6738 2.2178 1.7168 2.7109l1.2832.6074 1.2832-.6074c1.043-.4932 1.7168-1.5576 1.7168-2.7109v-4.4678h-6zM4.1208 17.6562c.5305-.3594.8792-.9673.8792-1.6562 0-1.1045-.8955-2-2-2s-2 .8955-2 2c0 .7886.4607 1.4644 1.124 1.79.6792 5.334 4.3472 9.8477 9.5686 11.5347l.6147-1.9033c-4.4355-1.4326-7.5642-5.2461-8.1865-9.7651zM29.876 14.21c-.6792-5.334-4.3472-9.8477-9.5686-11.5347l-.6147 1.9033c4.4355 1.4326 7.5642 5.2461 8.1865 9.7651-.5305.3594-.8792.9673-.8792 1.6562 0 1.1045.8955 2 2 2s2-.8955 2-2c0-.7886-.4604-1.4644-1.124-1.79zM16 1c-.7888 0-1.4644.4604-1.7898 1.124-5.334.6792-9.8479 4.3472-11.5349 9.5684l1.9033.6152c1.4329-4.4355 5.2461-7.5645 9.7651-8.1865.3596.5303.967.8789 1.6562.8789 1.1045 0 2-.8955 2-2s-.8955-2-2-2z"
|
|
858
881
|
})), children);
|
|
859
882
|
});
|
|
860
883
|
if (process.env.NODE_ENV !== "production") {
|
|
861
884
|
AiGovernanceUntracked.propTypes = iconPropTypes4cbeb95d.i;
|
|
862
885
|
}
|
|
863
|
-
const AiLabel = /*#__PURE__*/React.forwardRef(function AiLabel(
|
|
886
|
+
const AiLabel = /*#__PURE__*/React.forwardRef(function AiLabel(_ref39, ref) {
|
|
864
887
|
let {
|
|
865
888
|
children,
|
|
866
889
|
size = 16,
|
|
867
890
|
...rest
|
|
868
|
-
} =
|
|
891
|
+
} = _ref39;
|
|
869
892
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
870
893
|
width: size,
|
|
871
894
|
height: size,
|
|
@@ -874,21 +897,21 @@ const AiLabel = /*#__PURE__*/React.forwardRef(function AiLabel(_ref38, ref) {
|
|
|
874
897
|
viewBox: "0 0 32 32",
|
|
875
898
|
fill: "currentColor",
|
|
876
899
|
...rest
|
|
877
|
-
},
|
|
900
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
878
901
|
d: "M19 21v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM15.5005 21h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM10.7058 17l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
879
|
-
})),
|
|
902
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
880
903
|
d: "M32,32H0V0h32v32ZM2,30h28V2H2v28Z"
|
|
881
904
|
})), children);
|
|
882
905
|
});
|
|
883
906
|
if (process.env.NODE_ENV !== "production") {
|
|
884
907
|
AiLabel.propTypes = iconPropTypes4cbeb95d.i;
|
|
885
908
|
}
|
|
886
|
-
const AiLaunch = /*#__PURE__*/React.forwardRef(function AiLaunch(
|
|
909
|
+
const AiLaunch = /*#__PURE__*/React.forwardRef(function AiLaunch(_ref40, ref) {
|
|
887
910
|
let {
|
|
888
911
|
children,
|
|
889
912
|
size = 16,
|
|
890
913
|
...rest
|
|
891
|
-
} =
|
|
914
|
+
} = _ref40;
|
|
892
915
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
893
916
|
width: size,
|
|
894
917
|
height: size,
|
|
@@ -897,10 +920,10 @@ const AiLaunch = /*#__PURE__*/React.forwardRef(function AiLaunch(_ref39, ref) {
|
|
|
897
920
|
viewBox: "0 0 32 32",
|
|
898
921
|
fill: "currentColor",
|
|
899
922
|
...rest
|
|
900
|
-
},
|
|
923
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
901
924
|
strokeWidth: "0",
|
|
902
925
|
d: "M15 19l-1.4141 1.4141 3.5859 3.5859H4v-13h-2v13c0 1.1046.8954 2 2 2h13.1719l-3.5859 3.5859 1.4141 1.4141 6-6-6-6zM24 18v-2h2V4h-2v-2h6v2h-2v12h2v2h-6z"
|
|
903
|
-
})),
|
|
926
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
904
927
|
strokeWidth: "0",
|
|
905
928
|
d: "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
|
|
906
929
|
})), children);
|
|
@@ -908,12 +931,12 @@ const AiLaunch = /*#__PURE__*/React.forwardRef(function AiLaunch(_ref39, ref) {
|
|
|
908
931
|
if (process.env.NODE_ENV !== "production") {
|
|
909
932
|
AiLaunch.propTypes = iconPropTypes4cbeb95d.i;
|
|
910
933
|
}
|
|
911
|
-
const AiRecommend = /*#__PURE__*/React.forwardRef(function AiRecommend(
|
|
934
|
+
const AiRecommend = /*#__PURE__*/React.forwardRef(function AiRecommend(_ref41, ref) {
|
|
912
935
|
let {
|
|
913
936
|
children,
|
|
914
937
|
size = 16,
|
|
915
938
|
...rest
|
|
916
|
-
} =
|
|
939
|
+
} = _ref41;
|
|
917
940
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
918
941
|
width: size,
|
|
919
942
|
height: size,
|
|
@@ -922,10 +945,10 @@ const AiRecommend = /*#__PURE__*/React.forwardRef(function AiRecommend(_ref40, r
|
|
|
922
945
|
viewBox: "0 0 32 32",
|
|
923
946
|
fill: "currentColor",
|
|
924
947
|
...rest
|
|
925
|
-
},
|
|
948
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
926
949
|
strokeWidth: "0",
|
|
927
950
|
d: "M18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zm-4.7947-4l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579zM26.2171 21l-1.7871 3.621-3.9958.5806 2.8914 2.8188-.6827 3.9796 3.5741-1.879 3.5741 1.879-.6827-3.9796 2.8914-2.8186-3.9958-.5808-1.7871-3.621z"
|
|
928
|
-
})),
|
|
951
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
929
952
|
strokeWidth: "0",
|
|
930
953
|
d: "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
931
954
|
})), children);
|
|
@@ -933,12 +956,12 @@ const AiRecommend = /*#__PURE__*/React.forwardRef(function AiRecommend(_ref40, r
|
|
|
933
956
|
if (process.env.NODE_ENV !== "production") {
|
|
934
957
|
AiRecommend.propTypes = iconPropTypes4cbeb95d.i;
|
|
935
958
|
}
|
|
936
|
-
const WatsonHealthAiResults = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResults(
|
|
959
|
+
const WatsonHealthAiResults = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResults(_ref42, ref) {
|
|
937
960
|
let {
|
|
938
961
|
children,
|
|
939
962
|
size = 16,
|
|
940
963
|
...rest
|
|
941
|
-
} =
|
|
964
|
+
} = _ref42;
|
|
942
965
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
943
966
|
width: size,
|
|
944
967
|
height: size,
|
|
@@ -947,19 +970,19 @@ const WatsonHealthAiResults = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
947
970
|
viewBox: "0 0 32 32",
|
|
948
971
|
fill: "currentColor",
|
|
949
972
|
...rest
|
|
950
|
-
},
|
|
973
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
951
974
|
d: "M16 8a5.9908 5.9908 0 009.4712 4.8853L28.586 16 30 14.586l-3.115-3.1148A5.997 5.997 0 1016 8zm2 0a4 4 0 114 4A4.0045 4.0045 0 0118 8zM11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0055 8.0055 0 016-7.7373L13.6138 2.3A10.0088 10.0088 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM23.0493 16a9.5991 9.5991 0 01-1.8716 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857a10.9664 10.9664 0 002.3686-2.8331z"
|
|
952
975
|
})), children);
|
|
953
976
|
});
|
|
954
977
|
if (process.env.NODE_ENV !== "production") {
|
|
955
978
|
WatsonHealthAiResults.propTypes = iconPropTypes4cbeb95d.i;
|
|
956
979
|
}
|
|
957
|
-
const WatsonHealthAiResultsHigh = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsHigh(
|
|
980
|
+
const WatsonHealthAiResultsHigh = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsHigh(_ref43, ref) {
|
|
958
981
|
let {
|
|
959
982
|
children,
|
|
960
983
|
size = 16,
|
|
961
984
|
...rest
|
|
962
|
-
} =
|
|
985
|
+
} = _ref43;
|
|
963
986
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
964
987
|
width: size,
|
|
965
988
|
height: size,
|
|
@@ -968,19 +991,19 @@ const WatsonHealthAiResultsHigh = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
968
991
|
viewBox: "0 0 32 32",
|
|
969
992
|
fill: "currentColor",
|
|
970
993
|
...rest
|
|
971
|
-
},
|
|
994
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
972
995
|
d: "M11 24H21V26H11zM13 28H19V30H13zM23.0488 16a9.6136 9.6136 0 01-1.8711 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.9886 9.9886 0 0025.2815 16zM16 4a7.9279 7.9279 0 013.69.9106l.8958-1.791A9.99 9.99 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2c0-1.84-1.1108-2.8662-2.1855-3.8594A7.1851 7.1851 0 018 12 8.0092 8.0092 0 0116 4zM29 14H19a1 1 0 01-.8945-1.4473l5-10a1 1 0 011.7888 0l5 10A1 1 0 0129 14zm-8.3818-2h6.7636L24 5.2361z"
|
|
973
996
|
})), children);
|
|
974
997
|
});
|
|
975
998
|
if (process.env.NODE_ENV !== "production") {
|
|
976
999
|
WatsonHealthAiResultsHigh.propTypes = iconPropTypes4cbeb95d.i;
|
|
977
1000
|
}
|
|
978
|
-
const WatsonHealthAiResultsLow = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsLow(
|
|
1001
|
+
const WatsonHealthAiResultsLow = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsLow(_ref44, ref) {
|
|
979
1002
|
let {
|
|
980
1003
|
children,
|
|
981
1004
|
size = 16,
|
|
982
1005
|
...rest
|
|
983
|
-
} =
|
|
1006
|
+
} = _ref44;
|
|
984
1007
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
985
1008
|
width: size,
|
|
986
1009
|
height: size,
|
|
@@ -989,19 +1012,19 @@ const WatsonHealthAiResultsLow = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
989
1012
|
viewBox: "0 0 32 32",
|
|
990
1013
|
fill: "currentColor",
|
|
991
1014
|
...rest
|
|
992
|
-
},
|
|
1015
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
993
1016
|
d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM24 14a6 6 0 116-6A6.0067 6.0067 0 0124 14zM24 4a4 4 0 104 4A4.0045 4.0045 0 0024 4zM23.04 16a9.4858 9.4858 0 01-1.8623 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.9838 9.9838 0 0025.2756 16z"
|
|
994
1017
|
})), children);
|
|
995
1018
|
});
|
|
996
1019
|
if (process.env.NODE_ENV !== "production") {
|
|
997
1020
|
WatsonHealthAiResultsLow.propTypes = iconPropTypes4cbeb95d.i;
|
|
998
1021
|
}
|
|
999
|
-
const WatsonHealthAiResultsMedium = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsMedium(
|
|
1022
|
+
const WatsonHealthAiResultsMedium = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsMedium(_ref45, ref) {
|
|
1000
1023
|
let {
|
|
1001
1024
|
children,
|
|
1002
1025
|
size = 16,
|
|
1003
1026
|
...rest
|
|
1004
|
-
} =
|
|
1027
|
+
} = _ref45;
|
|
1005
1028
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1006
1029
|
width: size,
|
|
1007
1030
|
height: size,
|
|
@@ -1010,19 +1033,19 @@ const WatsonHealthAiResultsMedium = /*#__PURE__*/React.forwardRef(function Watso
|
|
|
1010
1033
|
viewBox: "0 0 32 32",
|
|
1011
1034
|
fill: "currentColor",
|
|
1012
1035
|
...rest
|
|
1013
|
-
},
|
|
1036
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1014
1037
|
d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM28 14H20a2.0021 2.0021 0 01-2-2V4a2.0021 2.0021 0 012-2h8a2.0021 2.0021 0 012 2v8A2.0021 2.0021 0 0128 14zM20 4v8h8V4zM23.04 16a9.4858 9.4858 0 01-1.8623 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.9838 9.9838 0 0025.2756 16z"
|
|
1015
1038
|
})), children);
|
|
1016
1039
|
});
|
|
1017
1040
|
if (process.env.NODE_ENV !== "production") {
|
|
1018
1041
|
WatsonHealthAiResultsMedium.propTypes = iconPropTypes4cbeb95d.i;
|
|
1019
1042
|
}
|
|
1020
|
-
const WatsonHealthAiResultsUrgent = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsUrgent(
|
|
1043
|
+
const WatsonHealthAiResultsUrgent = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsUrgent(_ref46, ref) {
|
|
1021
1044
|
let {
|
|
1022
1045
|
children,
|
|
1023
1046
|
size = 16,
|
|
1024
1047
|
...rest
|
|
1025
|
-
} =
|
|
1048
|
+
} = _ref46;
|
|
1026
1049
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1027
1050
|
width: size,
|
|
1028
1051
|
height: size,
|
|
@@ -1031,19 +1054,19 @@ const WatsonHealthAiResultsUrgent = /*#__PURE__*/React.forwardRef(function Watso
|
|
|
1031
1054
|
viewBox: "0 0 32 32",
|
|
1032
1055
|
fill: "currentColor",
|
|
1033
1056
|
...rest
|
|
1034
|
-
},
|
|
1057
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1035
1058
|
d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM20 2H22V9H20zM21 11a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0021 11zM26 2H28V9H26zM27 11a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0027 11zM23.04 16a9.4858 9.4858 0 01-1.8623 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.9838 9.9838 0 0025.2756 16z"
|
|
1036
1059
|
})), children);
|
|
1037
1060
|
});
|
|
1038
1061
|
if (process.env.NODE_ENV !== "production") {
|
|
1039
1062
|
WatsonHealthAiResultsUrgent.propTypes = iconPropTypes4cbeb95d.i;
|
|
1040
1063
|
}
|
|
1041
|
-
const WatsonHealthAiResultsVeryHigh = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsVeryHigh(
|
|
1064
|
+
const WatsonHealthAiResultsVeryHigh = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsVeryHigh(_ref47, ref) {
|
|
1042
1065
|
let {
|
|
1043
1066
|
children,
|
|
1044
1067
|
size = 16,
|
|
1045
1068
|
...rest
|
|
1046
|
-
} =
|
|
1069
|
+
} = _ref47;
|
|
1047
1070
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1048
1071
|
width: size,
|
|
1049
1072
|
height: size,
|
|
@@ -1052,19 +1075,19 @@ const WatsonHealthAiResultsVeryHigh = /*#__PURE__*/React.forwardRef(function Wat
|
|
|
1052
1075
|
viewBox: "0 0 32 32",
|
|
1053
1076
|
fill: "currentColor",
|
|
1054
1077
|
...rest
|
|
1055
|
-
},
|
|
1078
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1056
1079
|
d: "M24 2H26V9H24zM25 11a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0025 11zM11 24H21V26H11zM13 28H19V30H13zM23.0488 16a9.6136 9.6136 0 01-1.8711 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.9886 9.9886 0 0025.2815 16zM16 4a7.94 7.94 0 014 1.0825V2.8408A9.9887 9.9887 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2c0-1.84-1.1108-2.8662-2.1855-3.8594A7.1851 7.1851 0 018 12 8.0092 8.0092 0 0116 4z"
|
|
1057
1080
|
})), children);
|
|
1058
1081
|
});
|
|
1059
1082
|
if (process.env.NODE_ENV !== "production") {
|
|
1060
1083
|
WatsonHealthAiResultsVeryHigh.propTypes = iconPropTypes4cbeb95d.i;
|
|
1061
1084
|
}
|
|
1062
|
-
const WatsonHealthAiStatus = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatus(
|
|
1085
|
+
const WatsonHealthAiStatus = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatus(_ref48, ref) {
|
|
1063
1086
|
let {
|
|
1064
1087
|
children,
|
|
1065
1088
|
size = 16,
|
|
1066
1089
|
...rest
|
|
1067
|
-
} =
|
|
1090
|
+
} = _ref48;
|
|
1068
1091
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1069
1092
|
width: size,
|
|
1070
1093
|
height: size,
|
|
@@ -1073,21 +1096,21 @@ const WatsonHealthAiStatus = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
1073
1096
|
viewBox: "0 0 32 32",
|
|
1074
1097
|
fill: "currentColor",
|
|
1075
1098
|
...rest
|
|
1076
|
-
},
|
|
1099
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1077
1100
|
d: "M11 24H21V26H11zM13 28H19V30H13zM23.04 16a9.4858 9.4858 0 01-1.8623 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.9838 9.9838 0 0025.2756 16zM20 14a1 1 0 01-.8945-.5527L17.3818 10H14V8h4a1 1 0 01.8945.5527L20 10.7639l3.1055-6.2112a1.0416 1.0416 0 011.789 0L26.6182 8H30v2H26a1 1 0 01-.8945-.5527L24 7.2361l-3.1055 6.2112A1 1 0 0120 14z"
|
|
1078
|
-
})),
|
|
1101
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1079
1102
|
d: "M10.8145,18.1406A7.1851,7.1851,0,0,1,8,12a8.0092,8.0092,0,0,1,8-8V2A10.0111,10.0111,0,0,0,6,12a9.1793,9.1793,0,0,0,3.46,7.6162C10.4717,20.5508,11,21.0815,11,22h2C13,20.16,11.8892,19.1338,10.8145,18.1406Z"
|
|
1080
1103
|
})), children);
|
|
1081
1104
|
});
|
|
1082
1105
|
if (process.env.NODE_ENV !== "production") {
|
|
1083
1106
|
WatsonHealthAiStatus.propTypes = iconPropTypes4cbeb95d.i;
|
|
1084
1107
|
}
|
|
1085
|
-
const WatsonHealthAiStatusComplete = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusComplete(
|
|
1108
|
+
const WatsonHealthAiStatusComplete = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusComplete(_ref49, ref) {
|
|
1086
1109
|
let {
|
|
1087
1110
|
children,
|
|
1088
1111
|
size = 16,
|
|
1089
1112
|
...rest
|
|
1090
|
-
} =
|
|
1113
|
+
} = _ref49;
|
|
1091
1114
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1092
1115
|
width: size,
|
|
1093
1116
|
height: size,
|
|
@@ -1096,19 +1119,19 @@ const WatsonHealthAiStatusComplete = /*#__PURE__*/React.forwardRef(function Wats
|
|
|
1096
1119
|
viewBox: "0 0 32 32",
|
|
1097
1120
|
fill: "currentColor",
|
|
1098
1121
|
...rest
|
|
1099
|
-
},
|
|
1122
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1100
1123
|
d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM21 9.59L17.41 6 16 7.41 21 12.41 30 3.41 28.59 2 21 9.59zM23.8 14a7.28 7.28 0 01-2.6219 4.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.1426 9.1426 0 0025.8389 14z"
|
|
1101
1124
|
})), children);
|
|
1102
1125
|
});
|
|
1103
1126
|
if (process.env.NODE_ENV !== "production") {
|
|
1104
1127
|
WatsonHealthAiStatusComplete.propTypes = iconPropTypes4cbeb95d.i;
|
|
1105
1128
|
}
|
|
1106
|
-
const WatsonHealthAiStatusFailed = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusFailed(
|
|
1129
|
+
const WatsonHealthAiStatusFailed = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusFailed(_ref50, ref) {
|
|
1107
1130
|
let {
|
|
1108
1131
|
children,
|
|
1109
1132
|
size = 16,
|
|
1110
1133
|
...rest
|
|
1111
|
-
} =
|
|
1134
|
+
} = _ref50;
|
|
1112
1135
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1113
1136
|
width: size,
|
|
1114
1137
|
height: size,
|
|
@@ -1117,19 +1140,19 @@ const WatsonHealthAiStatusFailed = /*#__PURE__*/React.forwardRef(function Watson
|
|
|
1117
1140
|
viewBox: "0 0 32 32",
|
|
1118
1141
|
fill: "currentColor",
|
|
1119
1142
|
...rest
|
|
1120
|
-
},
|
|
1143
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1121
1144
|
d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM23.8 14a7.28 7.28 0 01-2.6219 4.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.1426 9.1426 0 0025.8389 14zM30 3.41L28.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 7 30 3.41z"
|
|
1122
1145
|
})), children);
|
|
1123
1146
|
});
|
|
1124
1147
|
if (process.env.NODE_ENV !== "production") {
|
|
1125
1148
|
WatsonHealthAiStatusFailed.propTypes = iconPropTypes4cbeb95d.i;
|
|
1126
1149
|
}
|
|
1127
|
-
const WatsonHealthAiStatusInProgress = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusInProgress(
|
|
1150
|
+
const WatsonHealthAiStatusInProgress = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusInProgress(_ref51, ref) {
|
|
1128
1151
|
let {
|
|
1129
1152
|
children,
|
|
1130
1153
|
size = 16,
|
|
1131
1154
|
...rest
|
|
1132
|
-
} =
|
|
1155
|
+
} = _ref51;
|
|
1133
1156
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1134
1157
|
width: size,
|
|
1135
1158
|
height: size,
|
|
@@ -1138,7 +1161,7 @@ const WatsonHealthAiStatusInProgress = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
1138
1161
|
viewBox: "0 0 32 32",
|
|
1139
1162
|
fill: "currentColor",
|
|
1140
1163
|
...rest
|
|
1141
|
-
},
|
|
1164
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1142
1165
|
d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM21.1777 18.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.193 9.193 0 0026 12H24A7.2032 7.2032 0 0121.1777 18.1426z"
|
|
1143
1166
|
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
1144
1167
|
cx: "18.5",
|
|
@@ -1157,12 +1180,12 @@ const WatsonHealthAiStatusInProgress = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
1157
1180
|
if (process.env.NODE_ENV !== "production") {
|
|
1158
1181
|
WatsonHealthAiStatusInProgress.propTypes = iconPropTypes4cbeb95d.i;
|
|
1159
1182
|
}
|
|
1160
|
-
const WatsonHealthAiStatusQueued = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusQueued(
|
|
1183
|
+
const WatsonHealthAiStatusQueued = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusQueued(_ref52, ref) {
|
|
1161
1184
|
let {
|
|
1162
1185
|
children,
|
|
1163
1186
|
size = 16,
|
|
1164
1187
|
...rest
|
|
1165
|
-
} =
|
|
1188
|
+
} = _ref52;
|
|
1166
1189
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1167
1190
|
width: size,
|
|
1168
1191
|
height: size,
|
|
@@ -1171,19 +1194,19 @@ const WatsonHealthAiStatusQueued = /*#__PURE__*/React.forwardRef(function Watson
|
|
|
1171
1194
|
viewBox: "0 0 32 32",
|
|
1172
1195
|
fill: "currentColor",
|
|
1173
1196
|
...rest
|
|
1174
|
-
},
|
|
1197
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1175
1198
|
d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM21.1777 18.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.193 9.193 0 0026 12H24A7.2032 7.2032 0 0121.1777 18.1426zM18 6H28V8H18z"
|
|
1176
1199
|
})), children);
|
|
1177
1200
|
});
|
|
1178
1201
|
if (process.env.NODE_ENV !== "production") {
|
|
1179
1202
|
WatsonHealthAiStatusQueued.propTypes = iconPropTypes4cbeb95d.i;
|
|
1180
1203
|
}
|
|
1181
|
-
const WatsonHealthAiStatusRejected = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusRejected(
|
|
1204
|
+
const WatsonHealthAiStatusRejected = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusRejected(_ref53, ref) {
|
|
1182
1205
|
let {
|
|
1183
1206
|
children,
|
|
1184
1207
|
size = 16,
|
|
1185
1208
|
...rest
|
|
1186
|
-
} =
|
|
1209
|
+
} = _ref53;
|
|
1187
1210
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1188
1211
|
width: size,
|
|
1189
1212
|
height: size,
|
|
@@ -1192,19 +1215,19 @@ const WatsonHealthAiStatusRejected = /*#__PURE__*/React.forwardRef(function Wats
|
|
|
1192
1215
|
viewBox: "0 0 32 32",
|
|
1193
1216
|
fill: "currentColor",
|
|
1194
1217
|
...rest
|
|
1195
|
-
},
|
|
1218
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1196
1219
|
d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM23.04 16a9.4858 9.4858 0 01-1.8623 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.9838 9.9838 0 0025.2756 16zM30 8a6 6 0 10-6 6A6.0066 6.0066 0 0030 8zM28 8a3.9521 3.9521 0 01-.5669 2.019L21.981 4.5669A3.9529 3.9529 0 0124 4 4.0045 4.0045 0 0128 8zM20 8a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 12 4.0045 4.0045 0 0120 8z"
|
|
1197
1220
|
})), children);
|
|
1198
1221
|
});
|
|
1199
1222
|
if (process.env.NODE_ENV !== "production") {
|
|
1200
1223
|
WatsonHealthAiStatusRejected.propTypes = iconPropTypes4cbeb95d.i;
|
|
1201
1224
|
}
|
|
1202
|
-
const AirlineDigitalGate = /*#__PURE__*/React.forwardRef(function AirlineDigitalGate(
|
|
1225
|
+
const AirlineDigitalGate = /*#__PURE__*/React.forwardRef(function AirlineDigitalGate(_ref54, ref) {
|
|
1203
1226
|
let {
|
|
1204
1227
|
children,
|
|
1205
1228
|
size = 16,
|
|
1206
1229
|
...rest
|
|
1207
|
-
} =
|
|
1230
|
+
} = _ref54;
|
|
1208
1231
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1209
1232
|
width: size,
|
|
1210
1233
|
height: size,
|
|
@@ -1213,19 +1236,19 @@ const AirlineDigitalGate = /*#__PURE__*/React.forwardRef(function AirlineDigital
|
|
|
1213
1236
|
viewBox: "0 0 32 32",
|
|
1214
1237
|
fill: "currentColor",
|
|
1215
1238
|
...rest
|
|
1216
|
-
},
|
|
1239
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1217
1240
|
d: "M18 23H16V21a3.0033 3.0033 0 00-3-3H9a3.0033 3.0033 0 00-3 3v2H4V21a5.0058 5.0058 0 015-5h4a5.0059 5.0059 0 015 5zM11 6A3 3 0 118 9a3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0011 4zM2 26H30V28H2zM31.9658 11.7413a1.0007 1.0007 0 00-1.2246-.707l-3.0861.826L24 7l-1 .2676 1.4584 5.4483-2.7663.7405L20 11.2066l-1 .2676.9337 3.4883a.9993.9993 0 001.2246.707l10.1005-2.7036A1 1 0 0031.9658 11.7413z"
|
|
1218
1241
|
})), children);
|
|
1219
1242
|
});
|
|
1220
1243
|
if (process.env.NODE_ENV !== "production") {
|
|
1221
1244
|
AirlineDigitalGate.propTypes = iconPropTypes4cbeb95d.i;
|
|
1222
1245
|
}
|
|
1223
|
-
const AirlineManageGates = /*#__PURE__*/React.forwardRef(function AirlineManageGates(
|
|
1246
|
+
const AirlineManageGates = /*#__PURE__*/React.forwardRef(function AirlineManageGates(_ref55, ref) {
|
|
1224
1247
|
let {
|
|
1225
1248
|
children,
|
|
1226
1249
|
size = 16,
|
|
1227
1250
|
...rest
|
|
1228
|
-
} =
|
|
1251
|
+
} = _ref55;
|
|
1229
1252
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1230
1253
|
width: size,
|
|
1231
1254
|
height: size,
|
|
@@ -1234,19 +1257,19 @@ const AirlineManageGates = /*#__PURE__*/React.forwardRef(function AirlineManageG
|
|
|
1234
1257
|
viewBox: "0 0 32 32",
|
|
1235
1258
|
fill: "currentColor",
|
|
1236
1259
|
...rest
|
|
1237
|
-
},
|
|
1260
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1238
1261
|
d: "M18 23H16V21a3.0033 3.0033 0 00-3-3H9a3.0033 3.0033 0 00-3 3v2H4V21a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM11 6A3 3 0 118 9a3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0011 4zM2 26H30V28H2zM22 4L22 6 26.586 6 20 12.586 21.414 14 28 7.414 28 12 30 12 30 4 22 4z"
|
|
1239
1262
|
})), children);
|
|
1240
1263
|
});
|
|
1241
1264
|
if (process.env.NODE_ENV !== "production") {
|
|
1242
1265
|
AirlineManageGates.propTypes = iconPropTypes4cbeb95d.i;
|
|
1243
1266
|
}
|
|
1244
|
-
const AirlinePassengerCare = /*#__PURE__*/React.forwardRef(function AirlinePassengerCare(
|
|
1267
|
+
const AirlinePassengerCare = /*#__PURE__*/React.forwardRef(function AirlinePassengerCare(_ref56, ref) {
|
|
1245
1268
|
let {
|
|
1246
1269
|
children,
|
|
1247
1270
|
size = 16,
|
|
1248
1271
|
...rest
|
|
1249
|
-
} =
|
|
1272
|
+
} = _ref56;
|
|
1250
1273
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1251
1274
|
width: size,
|
|
1252
1275
|
height: size,
|
|
@@ -1255,19 +1278,19 @@ const AirlinePassengerCare = /*#__PURE__*/React.forwardRef(function AirlinePasse
|
|
|
1255
1278
|
viewBox: "0 0 32 32",
|
|
1256
1279
|
fill: "currentColor",
|
|
1257
1280
|
...rest
|
|
1258
|
-
},
|
|
1281
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1259
1282
|
d: "M18 23H16V21a3.0033 3.0033 0 00-3-3H9a3.0033 3.0033 0 00-3 3v2H4V21a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM11 6A3 3 0 118 9a3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0011 4zM2 26H30V28H2zM27.303 8a2.6616 2.6616 0 00-1.9079.8058L25 9.2112l-.3951-.4054a2.6615 2.6615 0 00-3.8157 0 2.7992 2.7992 0 000 3.8964L25 17l4.2108-4.2978a2.7992 2.7992 0 000-3.8964A2.6616 2.6616 0 0027.303 8z"
|
|
1260
1283
|
})), children);
|
|
1261
1284
|
});
|
|
1262
1285
|
if (process.env.NODE_ENV !== "production") {
|
|
1263
1286
|
AirlinePassengerCare.propTypes = iconPropTypes4cbeb95d.i;
|
|
1264
1287
|
}
|
|
1265
|
-
const AirlineRapidBoard = /*#__PURE__*/React.forwardRef(function AirlineRapidBoard(
|
|
1288
|
+
const AirlineRapidBoard = /*#__PURE__*/React.forwardRef(function AirlineRapidBoard(_ref57, ref) {
|
|
1266
1289
|
let {
|
|
1267
1290
|
children,
|
|
1268
1291
|
size = 16,
|
|
1269
1292
|
...rest
|
|
1270
|
-
} =
|
|
1293
|
+
} = _ref57;
|
|
1271
1294
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1272
1295
|
width: size,
|
|
1273
1296
|
height: size,
|
|
@@ -1276,19 +1299,19 @@ const AirlineRapidBoard = /*#__PURE__*/React.forwardRef(function AirlineRapidBoa
|
|
|
1276
1299
|
viewBox: "0 0 32 32",
|
|
1277
1300
|
fill: "currentColor",
|
|
1278
1301
|
...rest
|
|
1279
|
-
},
|
|
1302
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1280
1303
|
d: "M18 23H16V21a3.0033 3.0033 0 00-3-3H9a3.0033 3.0033 0 00-3 3v2H4V21a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM11 6A3 3 0 118 9a3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0011 4zM2 26H30V28H2zM30 8L28 8 28 6 26 6 26 4 30 4 30 8zM19 4L23 4 23 6 21 6 21 8 19 8 19 4zM28 13H30V15H28zM26 11H28V13H26zM19 11L21 11 21 13 23 13 23 15 19 15 19 11z"
|
|
1281
1304
|
})), children);
|
|
1282
1305
|
});
|
|
1283
1306
|
if (process.env.NODE_ENV !== "production") {
|
|
1284
1307
|
AirlineRapidBoard.propTypes = iconPropTypes4cbeb95d.i;
|
|
1285
1308
|
}
|
|
1286
|
-
const Airplay = /*#__PURE__*/React.forwardRef(function Airplay(
|
|
1309
|
+
const Airplay = /*#__PURE__*/React.forwardRef(function Airplay(_ref58, ref) {
|
|
1287
1310
|
let {
|
|
1288
1311
|
children,
|
|
1289
1312
|
size = 16,
|
|
1290
1313
|
...rest
|
|
1291
|
-
} =
|
|
1314
|
+
} = _ref58;
|
|
1292
1315
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1293
1316
|
width: size,
|
|
1294
1317
|
height: size,
|
|
@@ -1297,21 +1320,21 @@ const Airplay = /*#__PURE__*/React.forwardRef(function Airplay(_ref57, ref) {
|
|
|
1297
1320
|
viewBox: "0 0 32 32",
|
|
1298
1321
|
fill: "currentColor",
|
|
1299
1322
|
...rest
|
|
1300
|
-
},
|
|
1323
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1301
1324
|
d: "M22.9961,30H9.0039a1.0022,1.0022,0,0,1-.821-1.5769l6.9977-9.9965a1,1,0,0,1,1.6388,0l6.9977,9.9965A1.0022,1.0022,0,0,1,22.9961,30ZM10.92,28H21.08L16,20.7439Z"
|
|
1302
|
-
})),
|
|
1325
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1303
1326
|
d: "M28,24H24V22h4V6H4V22H8v2H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V22A2.0021,2.0021,0,0,1,28,24Z"
|
|
1304
1327
|
})), children);
|
|
1305
1328
|
});
|
|
1306
1329
|
if (process.env.NODE_ENV !== "production") {
|
|
1307
1330
|
Airplay.propTypes = iconPropTypes4cbeb95d.i;
|
|
1308
1331
|
}
|
|
1309
|
-
const AirplayFilled = /*#__PURE__*/React.forwardRef(function AirplayFilled(
|
|
1332
|
+
const AirplayFilled = /*#__PURE__*/React.forwardRef(function AirplayFilled(_ref59, ref) {
|
|
1310
1333
|
let {
|
|
1311
1334
|
children,
|
|
1312
1335
|
size = 16,
|
|
1313
1336
|
...rest
|
|
1314
|
-
} =
|
|
1337
|
+
} = _ref59;
|
|
1315
1338
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1316
1339
|
width: size,
|
|
1317
1340
|
height: size,
|
|
@@ -1320,21 +1343,21 @@ const AirplayFilled = /*#__PURE__*/React.forwardRef(function AirplayFilled(_ref5
|
|
|
1320
1343
|
viewBox: "0 0 32 32",
|
|
1321
1344
|
fill: "currentColor",
|
|
1322
1345
|
...rest
|
|
1323
|
-
},
|
|
1346
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1324
1347
|
d: "M22.9961,30H9.0039a1.0022,1.0022,0,0,1-.821-1.5769l6.9977-9.9965a1,1,0,0,1,1.6388,0l6.9977,9.9965A1.0022,1.0022,0,0,1,22.9961,30Z"
|
|
1325
|
-
})),
|
|
1348
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1326
1349
|
d: "M28,24H24V22h4V6H4V22H8v2H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V22A2.0021,2.0021,0,0,1,28,24Z"
|
|
1327
1350
|
})), children);
|
|
1328
1351
|
});
|
|
1329
1352
|
if (process.env.NODE_ENV !== "production") {
|
|
1330
1353
|
AirplayFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1331
1354
|
}
|
|
1332
|
-
const Airport_01 = /*#__PURE__*/React.forwardRef(function Airport_01(
|
|
1355
|
+
const Airport_01 = /*#__PURE__*/React.forwardRef(function Airport_01(_ref60, ref) {
|
|
1333
1356
|
let {
|
|
1334
1357
|
children,
|
|
1335
1358
|
size = 16,
|
|
1336
1359
|
...rest
|
|
1337
|
-
} =
|
|
1360
|
+
} = _ref60;
|
|
1338
1361
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1339
1362
|
width: size,
|
|
1340
1363
|
height: size,
|
|
@@ -1343,22 +1366,22 @@ const Airport_01 = /*#__PURE__*/React.forwardRef(function Airport_01(_ref59, ref
|
|
|
1343
1366
|
viewBox: "0 0 32 32",
|
|
1344
1367
|
fill: "currentColor",
|
|
1345
1368
|
...rest
|
|
1346
|
-
},
|
|
1369
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1347
1370
|
fillRule: "evenodd",
|
|
1348
1371
|
d: "M17,14.5,23,17V15l-6-3V9a1,1,0,0,0-2,0v3L9,15v2l6-2.5V20l-3,2v1l4-1,4,1V22l-3-2Z"
|
|
1349
|
-
})),
|
|
1372
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1350
1373
|
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"
|
|
1351
1374
|
})), children);
|
|
1352
1375
|
});
|
|
1353
1376
|
if (process.env.NODE_ENV !== "production") {
|
|
1354
1377
|
Airport_01.propTypes = iconPropTypes4cbeb95d.i;
|
|
1355
1378
|
}
|
|
1356
|
-
const Airport_02 = /*#__PURE__*/React.forwardRef(function Airport_02(
|
|
1379
|
+
const Airport_02 = /*#__PURE__*/React.forwardRef(function Airport_02(_ref61, ref) {
|
|
1357
1380
|
let {
|
|
1358
1381
|
children,
|
|
1359
1382
|
size = 16,
|
|
1360
1383
|
...rest
|
|
1361
|
-
} =
|
|
1384
|
+
} = _ref61;
|
|
1362
1385
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1363
1386
|
width: size,
|
|
1364
1387
|
height: size,
|
|
@@ -1367,21 +1390,21 @@ const Airport_02 = /*#__PURE__*/React.forwardRef(function Airport_02(_ref60, ref
|
|
|
1367
1390
|
viewBox: "0 0 32 32",
|
|
1368
1391
|
fill: "currentColor",
|
|
1369
1392
|
...rest
|
|
1370
|
-
},
|
|
1393
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1371
1394
|
d: "M23,17H19.4141L16,13H14l2.5859,4H10.7207L9.5,15H8l1.0569,3.3046A1,1,0,0,0,10.0094,19H23a1,1,0,0,0,0-2Z"
|
|
1372
|
-
})),
|
|
1395
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1373
1396
|
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"
|
|
1374
1397
|
})), children);
|
|
1375
1398
|
});
|
|
1376
1399
|
if (process.env.NODE_ENV !== "production") {
|
|
1377
1400
|
Airport_02.propTypes = iconPropTypes4cbeb95d.i;
|
|
1378
1401
|
}
|
|
1379
|
-
const AirportLocation = /*#__PURE__*/React.forwardRef(function AirportLocation(
|
|
1402
|
+
const AirportLocation = /*#__PURE__*/React.forwardRef(function AirportLocation(_ref62, ref) {
|
|
1380
1403
|
let {
|
|
1381
1404
|
children,
|
|
1382
1405
|
size = 16,
|
|
1383
1406
|
...rest
|
|
1384
|
-
} =
|
|
1407
|
+
} = _ref62;
|
|
1385
1408
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1386
1409
|
width: size,
|
|
1387
1410
|
height: size,
|
|
@@ -1390,19 +1413,19 @@ const AirportLocation = /*#__PURE__*/React.forwardRef(function AirportLocation(_
|
|
|
1390
1413
|
viewBox: "0 0 32 32",
|
|
1391
1414
|
fill: "currentColor",
|
|
1392
1415
|
...rest
|
|
1393
|
-
},
|
|
1416
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1394
1417
|
d: "M30,15h-6.07A8.0076,8.0076,0,0,0,17,8.0693V2H15V8.0693A8.0076,8.0076,0,0,0,8.07,15H2v2H8.07A8.0076,8.0076,0,0,0,15,23.9307V30h2V23.9307A8.0076,8.0076,0,0,0,23.9305,17H30ZM16,22a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,16,22Z"
|
|
1395
1418
|
})), children);
|
|
1396
1419
|
});
|
|
1397
1420
|
if (process.env.NODE_ENV !== "production") {
|
|
1398
1421
|
AirportLocation.propTypes = iconPropTypes4cbeb95d.i;
|
|
1399
1422
|
}
|
|
1400
|
-
const Alarm = /*#__PURE__*/React.forwardRef(function Alarm(
|
|
1423
|
+
const Alarm = /*#__PURE__*/React.forwardRef(function Alarm(_ref63, ref) {
|
|
1401
1424
|
let {
|
|
1402
1425
|
children,
|
|
1403
1426
|
size = 16,
|
|
1404
1427
|
...rest
|
|
1405
|
-
} =
|
|
1428
|
+
} = _ref63;
|
|
1406
1429
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1407
1430
|
width: size,
|
|
1408
1431
|
height: size,
|
|
@@ -1411,14 +1434,14 @@ const Alarm = /*#__PURE__*/React.forwardRef(function Alarm(_ref62, ref) {
|
|
|
1411
1434
|
viewBox: "0 0 32 32",
|
|
1412
1435
|
fill: "currentColor",
|
|
1413
1436
|
...rest
|
|
1414
|
-
},
|
|
1437
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1415
1438
|
d: "M16,28A11,11,0,1,1,27,17,11,11,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9,9,0,0,0,16,8Z"
|
|
1416
|
-
})),
|
|
1439
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1417
1440
|
d: "M18.59 21L15 17.41 15 11 17 11 17 16.58 20 19.59 18.59 21z"
|
|
1418
|
-
})),
|
|
1441
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1419
1442
|
d: "M3.96 5.5H9.030000000000001V7.5H3.96z",
|
|
1420
1443
|
transform: "rotate(-45.06 6.502 6.497)"
|
|
1421
|
-
})),
|
|
1444
|
+
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1422
1445
|
d: "M24.5 3.96H26.5V9.030000000000001H24.5z",
|
|
1423
1446
|
transform: "rotate(-44.94 25.5 6.498)"
|
|
1424
1447
|
})), children);
|
|
@@ -1426,12 +1449,12 @@ const Alarm = /*#__PURE__*/React.forwardRef(function Alarm(_ref62, ref) {
|
|
|
1426
1449
|
if (process.env.NODE_ENV !== "production") {
|
|
1427
1450
|
Alarm.propTypes = iconPropTypes4cbeb95d.i;
|
|
1428
1451
|
}
|
|
1429
|
-
const AlarmAdd = /*#__PURE__*/React.forwardRef(function AlarmAdd(
|
|
1452
|
+
const AlarmAdd = /*#__PURE__*/React.forwardRef(function AlarmAdd(_ref64, ref) {
|
|
1430
1453
|
let {
|
|
1431
1454
|
children,
|
|
1432
1455
|
size = 16,
|
|
1433
1456
|
...rest
|
|
1434
|
-
} =
|
|
1457
|
+
} = _ref64;
|
|
1435
1458
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1436
1459
|
width: size,
|
|
1437
1460
|
height: size,
|
|
@@ -1440,27 +1463,27 @@ const AlarmAdd = /*#__PURE__*/React.forwardRef(function AlarmAdd(_ref63, ref) {
|
|
|
1440
1463
|
viewBox: "0 0 32 32",
|
|
1441
1464
|
fill: "currentColor",
|
|
1442
1465
|
...rest
|
|
1443
|
-
},
|
|
1466
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1444
1467
|
d: "M16,28A11,11,0,1,1,27,17,11,11,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9,9,0,0,0,16,8Z"
|
|
1445
|
-
})),
|
|
1468
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1446
1469
|
d: "M3.96 5.5H9.030000000000001V7.5H3.96z",
|
|
1447
1470
|
transform: "rotate(-45.06 6.502 6.497)"
|
|
1448
|
-
})),
|
|
1471
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1449
1472
|
d: "M24.5 3.96H26.5V9.030000000000001H24.5z",
|
|
1450
1473
|
transform: "rotate(-44.94 25.5 6.498)"
|
|
1451
|
-
})),
|
|
1474
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1452
1475
|
d: "M21 16L17 16 17 12 15 12 15 16 11 16 11 18 15 18 15 22 17 22 17 18 21 18 21 16z"
|
|
1453
1476
|
})), children);
|
|
1454
1477
|
});
|
|
1455
1478
|
if (process.env.NODE_ENV !== "production") {
|
|
1456
1479
|
AlarmAdd.propTypes = iconPropTypes4cbeb95d.i;
|
|
1457
1480
|
}
|
|
1458
|
-
const AlarmSubtract = /*#__PURE__*/React.forwardRef(function AlarmSubtract(
|
|
1481
|
+
const AlarmSubtract = /*#__PURE__*/React.forwardRef(function AlarmSubtract(_ref65, ref) {
|
|
1459
1482
|
let {
|
|
1460
1483
|
children,
|
|
1461
1484
|
size = 16,
|
|
1462
1485
|
...rest
|
|
1463
|
-
} =
|
|
1486
|
+
} = _ref65;
|
|
1464
1487
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1465
1488
|
width: size,
|
|
1466
1489
|
height: size,
|
|
@@ -1469,27 +1492,27 @@ const AlarmSubtract = /*#__PURE__*/React.forwardRef(function AlarmSubtract(_ref6
|
|
|
1469
1492
|
viewBox: "0 0 32 32",
|
|
1470
1493
|
fill: "currentColor",
|
|
1471
1494
|
...rest
|
|
1472
|
-
},
|
|
1495
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1473
1496
|
d: "M16,28A11,11,0,1,1,27,17,11,11,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9,9,0,0,0,16,8Z"
|
|
1474
|
-
})),
|
|
1497
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1475
1498
|
d: "M3.96 5.5H9.030000000000001V7.5H3.96z",
|
|
1476
1499
|
transform: "rotate(-45.06 6.502 6.497)"
|
|
1477
|
-
})),
|
|
1500
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1478
1501
|
d: "M24.5 3.96H26.5V9.030000000000001H24.5z",
|
|
1479
1502
|
transform: "rotate(-44.94 25.5 6.498)"
|
|
1480
|
-
})),
|
|
1503
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1481
1504
|
d: "M11 16H21V18H11z"
|
|
1482
1505
|
})), children);
|
|
1483
1506
|
});
|
|
1484
1507
|
if (process.env.NODE_ENV !== "production") {
|
|
1485
1508
|
AlarmSubtract.propTypes = iconPropTypes4cbeb95d.i;
|
|
1486
1509
|
}
|
|
1487
|
-
const AlignHorizontalCenter = /*#__PURE__*/React.forwardRef(function AlignHorizontalCenter(
|
|
1510
|
+
const AlignHorizontalCenter = /*#__PURE__*/React.forwardRef(function AlignHorizontalCenter(_ref66, ref) {
|
|
1488
1511
|
let {
|
|
1489
1512
|
children,
|
|
1490
1513
|
size = 16,
|
|
1491
1514
|
...rest
|
|
1492
|
-
} =
|
|
1515
|
+
} = _ref66;
|
|
1493
1516
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1494
1517
|
width: size,
|
|
1495
1518
|
height: size,
|
|
@@ -1498,19 +1521,19 @@ const AlignHorizontalCenter = /*#__PURE__*/React.forwardRef(function AlignHorizo
|
|
|
1498
1521
|
viewBox: "0 0 32 32",
|
|
1499
1522
|
fill: "currentColor",
|
|
1500
1523
|
...rest
|
|
1501
|
-
},
|
|
1524
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1502
1525
|
d: "M24,18H17V14h3a2.0025,2.0025,0,0,0,2-2V8a2.0025,2.0025,0,0,0-2-2H17V2H15V6H12a2.0025,2.0025,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2h3v4H8a2.0025,2.0025,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2h7v4h2V26h7a2.0025,2.0025,0,0,0,2-2V20A2.0025,2.0025,0,0,0,24,18ZM12,8h8v4H12ZM24,24H8V20H24Z"
|
|
1503
1526
|
})), children);
|
|
1504
1527
|
});
|
|
1505
1528
|
if (process.env.NODE_ENV !== "production") {
|
|
1506
1529
|
AlignHorizontalCenter.propTypes = iconPropTypes4cbeb95d.i;
|
|
1507
1530
|
}
|
|
1508
|
-
const AlignHorizontalLeft = /*#__PURE__*/React.forwardRef(function AlignHorizontalLeft(
|
|
1531
|
+
const AlignHorizontalLeft = /*#__PURE__*/React.forwardRef(function AlignHorizontalLeft(_ref67, ref) {
|
|
1509
1532
|
let {
|
|
1510
1533
|
children,
|
|
1511
1534
|
size = 16,
|
|
1512
1535
|
...rest
|
|
1513
|
-
} =
|
|
1536
|
+
} = _ref67;
|
|
1514
1537
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1515
1538
|
width: size,
|
|
1516
1539
|
height: size,
|
|
@@ -1519,19 +1542,19 @@ const AlignHorizontalLeft = /*#__PURE__*/React.forwardRef(function AlignHorizont
|
|
|
1519
1542
|
viewBox: "0 0 32 32",
|
|
1520
1543
|
fill: "currentColor",
|
|
1521
1544
|
...rest
|
|
1522
|
-
},
|
|
1545
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1523
1546
|
d: "M26 26H11a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2H26a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0126 26zm0-6.0012L11 20v4H26zM18 14H11a2.0023 2.0023 0 01-2-2V8a2.0023 2.0023 0 012-2h7a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0118 14zm0-6.0012L11 8v4h7zM4 2H6V30H4z"
|
|
1524
1547
|
})), children);
|
|
1525
1548
|
});
|
|
1526
1549
|
if (process.env.NODE_ENV !== "production") {
|
|
1527
1550
|
AlignHorizontalLeft.propTypes = iconPropTypes4cbeb95d.i;
|
|
1528
1551
|
}
|
|
1529
|
-
const AlignHorizontalRight = /*#__PURE__*/React.forwardRef(function AlignHorizontalRight(
|
|
1552
|
+
const AlignHorizontalRight = /*#__PURE__*/React.forwardRef(function AlignHorizontalRight(_ref68, ref) {
|
|
1530
1553
|
let {
|
|
1531
1554
|
children,
|
|
1532
1555
|
size = 16,
|
|
1533
1556
|
...rest
|
|
1534
|
-
} =
|
|
1557
|
+
} = _ref68;
|
|
1535
1558
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1536
1559
|
width: size,
|
|
1537
1560
|
height: size,
|
|
@@ -1540,9 +1563,9 @@ const AlignHorizontalRight = /*#__PURE__*/React.forwardRef(function AlignHorizon
|
|
|
1540
1563
|
viewBox: "0 0 32 32",
|
|
1541
1564
|
fill: "currentColor",
|
|
1542
1565
|
...rest
|
|
1543
|
-
},
|
|
1566
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1544
1567
|
d: "M4 24V20a2.0023 2.0023 0 012-2H21a2.0023 2.0023 0 012 2v4a2.0023 2.0023 0 01-2 2H6A2.0023 2.0023 0 014 24zm2 0H21V20L6 19.9988zM12 12V8a2.0023 2.0023 0 012-2h7a2.0023 2.0023 0 012 2v4a2.0023 2.0023 0 01-2 2H14A2.0023 2.0023 0 0112 12zm2 0h7V8l-7-.0012z"
|
|
1545
|
-
})),
|
|
1568
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1546
1569
|
d: "M26 2H28V30H26z",
|
|
1547
1570
|
transform: "rotate(-180 27 16)"
|
|
1548
1571
|
})), children);
|
|
@@ -1550,12 +1573,12 @@ const AlignHorizontalRight = /*#__PURE__*/React.forwardRef(function AlignHorizon
|
|
|
1550
1573
|
if (process.env.NODE_ENV !== "production") {
|
|
1551
1574
|
AlignHorizontalRight.propTypes = iconPropTypes4cbeb95d.i;
|
|
1552
1575
|
}
|
|
1553
|
-
const AlignVerticalBottom = /*#__PURE__*/React.forwardRef(function AlignVerticalBottom(
|
|
1576
|
+
const AlignVerticalBottom = /*#__PURE__*/React.forwardRef(function AlignVerticalBottom(_ref69, ref) {
|
|
1554
1577
|
let {
|
|
1555
1578
|
children,
|
|
1556
1579
|
size = 16,
|
|
1557
1580
|
...rest
|
|
1558
|
-
} =
|
|
1581
|
+
} = _ref69;
|
|
1559
1582
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1560
1583
|
width: size,
|
|
1561
1584
|
height: size,
|
|
@@ -1564,19 +1587,19 @@ const AlignVerticalBottom = /*#__PURE__*/React.forwardRef(function AlignVertical
|
|
|
1564
1587
|
viewBox: "0 0 32 32",
|
|
1565
1588
|
fill: "currentColor",
|
|
1566
1589
|
...rest
|
|
1567
|
-
},
|
|
1590
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1568
1591
|
d: "M2 26H30V28H2zM24 23H20a2.0023 2.0023 0 01-2-2V14a2.0023 2.0023 0 012-2h4a2.0023 2.0023 0 012 2v7A2.0023 2.0023 0 0124 23zm-4-9v7h4.0012L24 14zM12 23H8a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 018 4h4a2.0023 2.0023 0 012 2V21A2.0023 2.0023 0 0112 23zM8 6V21h4.0012L12 6z"
|
|
1569
1592
|
})), children);
|
|
1570
1593
|
});
|
|
1571
1594
|
if (process.env.NODE_ENV !== "production") {
|
|
1572
1595
|
AlignVerticalBottom.propTypes = iconPropTypes4cbeb95d.i;
|
|
1573
1596
|
}
|
|
1574
|
-
const AlignVerticalCenter = /*#__PURE__*/React.forwardRef(function AlignVerticalCenter(
|
|
1597
|
+
const AlignVerticalCenter = /*#__PURE__*/React.forwardRef(function AlignVerticalCenter(_ref70, ref) {
|
|
1575
1598
|
let {
|
|
1576
1599
|
children,
|
|
1577
1600
|
size = 16,
|
|
1578
1601
|
...rest
|
|
1579
|
-
} =
|
|
1602
|
+
} = _ref70;
|
|
1580
1603
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1581
1604
|
width: size,
|
|
1582
1605
|
height: size,
|
|
@@ -1585,19 +1608,19 @@ const AlignVerticalCenter = /*#__PURE__*/React.forwardRef(function AlignVertical
|
|
|
1585
1608
|
viewBox: "0 0 32 32",
|
|
1586
1609
|
fill: "currentColor",
|
|
1587
1610
|
...rest
|
|
1588
|
-
},
|
|
1611
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1589
1612
|
d: "M30,15H26V12a2.0025,2.0025,0,0,0-2-2H20a2.0025,2.0025,0,0,0-2,2v3H14V8a2.0025,2.0025,0,0,0-2-2H8A2.0025,2.0025,0,0,0,6,8v7H2v2H6v7a2.0025,2.0025,0,0,0,2,2h4a2.0025,2.0025,0,0,0,2-2V17h4v3a2.0025,2.0025,0,0,0,2,2h4a2.0025,2.0025,0,0,0,2-2V17h4ZM8,24V8h4l.0012,16Zm12-4V12h4l.0012,8Z"
|
|
1590
1613
|
})), children);
|
|
1591
1614
|
});
|
|
1592
1615
|
if (process.env.NODE_ENV !== "production") {
|
|
1593
1616
|
AlignVerticalCenter.propTypes = iconPropTypes4cbeb95d.i;
|
|
1594
1617
|
}
|
|
1595
|
-
const AlignVerticalTop = /*#__PURE__*/React.forwardRef(function AlignVerticalTop(
|
|
1618
|
+
const AlignVerticalTop = /*#__PURE__*/React.forwardRef(function AlignVerticalTop(_ref71, ref) {
|
|
1596
1619
|
let {
|
|
1597
1620
|
children,
|
|
1598
1621
|
size = 16,
|
|
1599
1622
|
...rest
|
|
1600
|
-
} =
|
|
1623
|
+
} = _ref71;
|
|
1601
1624
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1602
1625
|
width: size,
|
|
1603
1626
|
height: size,
|
|
@@ -1606,19 +1629,19 @@ const AlignVerticalTop = /*#__PURE__*/React.forwardRef(function AlignVerticalTop
|
|
|
1606
1629
|
viewBox: "0 0 32 32",
|
|
1607
1630
|
fill: "currentColor",
|
|
1608
1631
|
...rest
|
|
1609
|
-
},
|
|
1632
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1610
1633
|
d: "M24 20H20a2.0023 2.0023 0 01-2-2V11a2.0023 2.0023 0 012-2h4a2.0023 2.0023 0 012 2v7A2.0023 2.0023 0 0124 20zm-4-9v7h4.0012L24 11zM12 28H8a2.0023 2.0023 0 01-2-2V11A2.0023 2.0023 0 018 9h4a2.0023 2.0023 0 012 2V26A2.0023 2.0023 0 0112 28zM8 11V26h4.0012L12 11zM2 4H30V6H2z"
|
|
1611
1634
|
})), children);
|
|
1612
1635
|
});
|
|
1613
1636
|
if (process.env.NODE_ENV !== "production") {
|
|
1614
1637
|
AlignVerticalTop.propTypes = iconPropTypes4cbeb95d.i;
|
|
1615
1638
|
}
|
|
1616
|
-
const AlignBoxBottomCenter = /*#__PURE__*/React.forwardRef(function AlignBoxBottomCenter(
|
|
1639
|
+
const AlignBoxBottomCenter = /*#__PURE__*/React.forwardRef(function AlignBoxBottomCenter(_ref72, ref) {
|
|
1617
1640
|
let {
|
|
1618
1641
|
children,
|
|
1619
1642
|
size = 16,
|
|
1620
1643
|
...rest
|
|
1621
|
-
} =
|
|
1644
|
+
} = _ref72;
|
|
1622
1645
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1623
1646
|
width: size,
|
|
1624
1647
|
height: size,
|
|
@@ -1627,12 +1650,12 @@ const AlignBoxBottomCenter = /*#__PURE__*/React.forwardRef(function AlignBoxBott
|
|
|
1627
1650
|
viewBox: "0 0 32 32",
|
|
1628
1651
|
fill: "currentColor",
|
|
1629
1652
|
...rest
|
|
1630
|
-
},
|
|
1653
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1631
1654
|
d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
|
|
1632
|
-
})),
|
|
1655
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1633
1656
|
d: "M10 18H22V20H10z",
|
|
1634
1657
|
transform: "rotate(-180 16 19)"
|
|
1635
|
-
})),
|
|
1658
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1636
1659
|
d: "M12 23H20V25H12z",
|
|
1637
1660
|
transform: "rotate(-180 16 24)"
|
|
1638
1661
|
})), children);
|
|
@@ -1640,12 +1663,12 @@ const AlignBoxBottomCenter = /*#__PURE__*/React.forwardRef(function AlignBoxBott
|
|
|
1640
1663
|
if (process.env.NODE_ENV !== "production") {
|
|
1641
1664
|
AlignBoxBottomCenter.propTypes = iconPropTypes4cbeb95d.i;
|
|
1642
1665
|
}
|
|
1643
|
-
const AlignBoxBottomLeft = /*#__PURE__*/React.forwardRef(function AlignBoxBottomLeft(
|
|
1666
|
+
const AlignBoxBottomLeft = /*#__PURE__*/React.forwardRef(function AlignBoxBottomLeft(_ref73, ref) {
|
|
1644
1667
|
let {
|
|
1645
1668
|
children,
|
|
1646
1669
|
size = 16,
|
|
1647
1670
|
...rest
|
|
1648
|
-
} =
|
|
1671
|
+
} = _ref73;
|
|
1649
1672
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1650
1673
|
width: size,
|
|
1651
1674
|
height: size,
|
|
@@ -1654,21 +1677,21 @@ const AlignBoxBottomLeft = /*#__PURE__*/React.forwardRef(function AlignBoxBottom
|
|
|
1654
1677
|
viewBox: "0 0 32 32",
|
|
1655
1678
|
fill: "currentColor",
|
|
1656
1679
|
...rest
|
|
1657
|
-
},
|
|
1680
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1658
1681
|
d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
|
|
1659
|
-
})),
|
|
1682
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1660
1683
|
d: "M9 18H20V20H9zM9 23H16V25H9z"
|
|
1661
1684
|
})), children);
|
|
1662
1685
|
});
|
|
1663
1686
|
if (process.env.NODE_ENV !== "production") {
|
|
1664
1687
|
AlignBoxBottomLeft.propTypes = iconPropTypes4cbeb95d.i;
|
|
1665
1688
|
}
|
|
1666
|
-
const AlignBoxBottomRight = /*#__PURE__*/React.forwardRef(function AlignBoxBottomRight(
|
|
1689
|
+
const AlignBoxBottomRight = /*#__PURE__*/React.forwardRef(function AlignBoxBottomRight(_ref74, ref) {
|
|
1667
1690
|
let {
|
|
1668
1691
|
children,
|
|
1669
1692
|
size = 16,
|
|
1670
1693
|
...rest
|
|
1671
|
-
} =
|
|
1694
|
+
} = _ref74;
|
|
1672
1695
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1673
1696
|
width: size,
|
|
1674
1697
|
height: size,
|
|
@@ -1677,12 +1700,12 @@ const AlignBoxBottomRight = /*#__PURE__*/React.forwardRef(function AlignBoxBotto
|
|
|
1677
1700
|
viewBox: "0 0 32 32",
|
|
1678
1701
|
fill: "currentColor",
|
|
1679
1702
|
...rest
|
|
1680
|
-
},
|
|
1703
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1681
1704
|
d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
|
|
1682
|
-
})),
|
|
1705
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1683
1706
|
d: "M12 18H23V20H12z",
|
|
1684
1707
|
transform: "rotate(-180 17.5 19)"
|
|
1685
|
-
})),
|
|
1708
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1686
1709
|
d: "M16 23H23V25H16z",
|
|
1687
1710
|
transform: "rotate(-180 19.5 24)"
|
|
1688
1711
|
})), children);
|
|
@@ -1690,12 +1713,12 @@ const AlignBoxBottomRight = /*#__PURE__*/React.forwardRef(function AlignBoxBotto
|
|
|
1690
1713
|
if (process.env.NODE_ENV !== "production") {
|
|
1691
1714
|
AlignBoxBottomRight.propTypes = iconPropTypes4cbeb95d.i;
|
|
1692
1715
|
}
|
|
1693
|
-
const AlignBoxMiddleCenter = /*#__PURE__*/React.forwardRef(function AlignBoxMiddleCenter(
|
|
1716
|
+
const AlignBoxMiddleCenter = /*#__PURE__*/React.forwardRef(function AlignBoxMiddleCenter(_ref75, ref) {
|
|
1694
1717
|
let {
|
|
1695
1718
|
children,
|
|
1696
1719
|
size = 16,
|
|
1697
1720
|
...rest
|
|
1698
|
-
} =
|
|
1721
|
+
} = _ref75;
|
|
1699
1722
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1700
1723
|
width: size,
|
|
1701
1724
|
height: size,
|
|
@@ -1704,12 +1727,12 @@ const AlignBoxMiddleCenter = /*#__PURE__*/React.forwardRef(function AlignBoxMidd
|
|
|
1704
1727
|
viewBox: "0 0 32 32",
|
|
1705
1728
|
fill: "currentColor",
|
|
1706
1729
|
...rest
|
|
1707
|
-
},
|
|
1730
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1708
1731
|
d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
|
|
1709
|
-
})),
|
|
1732
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1710
1733
|
d: "M10 13H22V15H10z",
|
|
1711
1734
|
transform: "rotate(-180 16 14)"
|
|
1712
|
-
})),
|
|
1735
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1713
1736
|
d: "M12 18H20V20H12z",
|
|
1714
1737
|
transform: "rotate(-180 16 19)"
|
|
1715
1738
|
})), children);
|
|
@@ -1717,12 +1740,12 @@ const AlignBoxMiddleCenter = /*#__PURE__*/React.forwardRef(function AlignBoxMidd
|
|
|
1717
1740
|
if (process.env.NODE_ENV !== "production") {
|
|
1718
1741
|
AlignBoxMiddleCenter.propTypes = iconPropTypes4cbeb95d.i;
|
|
1719
1742
|
}
|
|
1720
|
-
const AlignBoxMiddleLeft = /*#__PURE__*/React.forwardRef(function AlignBoxMiddleLeft(
|
|
1743
|
+
const AlignBoxMiddleLeft = /*#__PURE__*/React.forwardRef(function AlignBoxMiddleLeft(_ref76, ref) {
|
|
1721
1744
|
let {
|
|
1722
1745
|
children,
|
|
1723
1746
|
size = 16,
|
|
1724
1747
|
...rest
|
|
1725
|
-
} =
|
|
1748
|
+
} = _ref76;
|
|
1726
1749
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1727
1750
|
width: size,
|
|
1728
1751
|
height: size,
|
|
@@ -1731,21 +1754,21 @@ const AlignBoxMiddleLeft = /*#__PURE__*/React.forwardRef(function AlignBoxMiddle
|
|
|
1731
1754
|
viewBox: "0 0 32 32",
|
|
1732
1755
|
fill: "currentColor",
|
|
1733
1756
|
...rest
|
|
1734
|
-
},
|
|
1757
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1735
1758
|
d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
|
|
1736
|
-
})),
|
|
1759
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1737
1760
|
d: "M9 13H20V15H9zM9 18H16V20H9z"
|
|
1738
1761
|
})), children);
|
|
1739
1762
|
});
|
|
1740
1763
|
if (process.env.NODE_ENV !== "production") {
|
|
1741
1764
|
AlignBoxMiddleLeft.propTypes = iconPropTypes4cbeb95d.i;
|
|
1742
1765
|
}
|
|
1743
|
-
const AlignBoxMiddleRight = /*#__PURE__*/React.forwardRef(function AlignBoxMiddleRight(
|
|
1766
|
+
const AlignBoxMiddleRight = /*#__PURE__*/React.forwardRef(function AlignBoxMiddleRight(_ref77, ref) {
|
|
1744
1767
|
let {
|
|
1745
1768
|
children,
|
|
1746
1769
|
size = 16,
|
|
1747
1770
|
...rest
|
|
1748
|
-
} =
|
|
1771
|
+
} = _ref77;
|
|
1749
1772
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1750
1773
|
width: size,
|
|
1751
1774
|
height: size,
|
|
@@ -1754,12 +1777,12 @@ const AlignBoxMiddleRight = /*#__PURE__*/React.forwardRef(function AlignBoxMiddl
|
|
|
1754
1777
|
viewBox: "0 0 32 32",
|
|
1755
1778
|
fill: "currentColor",
|
|
1756
1779
|
...rest
|
|
1757
|
-
},
|
|
1780
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1758
1781
|
d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
|
|
1759
|
-
})),
|
|
1782
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1760
1783
|
d: "M12 13H23V15H12z",
|
|
1761
1784
|
transform: "rotate(-180 17.5 14)"
|
|
1762
|
-
})),
|
|
1785
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1763
1786
|
d: "M16 18H23V20H16z",
|
|
1764
1787
|
transform: "rotate(-180 19.5 19)"
|
|
1765
1788
|
})), children);
|
|
@@ -1767,12 +1790,12 @@ const AlignBoxMiddleRight = /*#__PURE__*/React.forwardRef(function AlignBoxMiddl
|
|
|
1767
1790
|
if (process.env.NODE_ENV !== "production") {
|
|
1768
1791
|
AlignBoxMiddleRight.propTypes = iconPropTypes4cbeb95d.i;
|
|
1769
1792
|
}
|
|
1770
|
-
const AlignBoxTopCenter = /*#__PURE__*/React.forwardRef(function AlignBoxTopCenter(
|
|
1793
|
+
const AlignBoxTopCenter = /*#__PURE__*/React.forwardRef(function AlignBoxTopCenter(_ref78, ref) {
|
|
1771
1794
|
let {
|
|
1772
1795
|
children,
|
|
1773
1796
|
size = 16,
|
|
1774
1797
|
...rest
|
|
1775
|
-
} =
|
|
1798
|
+
} = _ref78;
|
|
1776
1799
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1777
1800
|
width: size,
|
|
1778
1801
|
height: size,
|
|
@@ -1781,12 +1804,12 @@ const AlignBoxTopCenter = /*#__PURE__*/React.forwardRef(function AlignBoxTopCent
|
|
|
1781
1804
|
viewBox: "0 0 32 32",
|
|
1782
1805
|
fill: "currentColor",
|
|
1783
1806
|
...rest
|
|
1784
|
-
},
|
|
1807
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1785
1808
|
d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
|
|
1786
|
-
})),
|
|
1809
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1787
1810
|
d: "M10 7H22V9H10z",
|
|
1788
1811
|
transform: "rotate(-180 16 8)"
|
|
1789
|
-
})),
|
|
1812
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1790
1813
|
d: "M12 12H20V14H12z",
|
|
1791
1814
|
transform: "rotate(-180 16 13)"
|
|
1792
1815
|
})), children);
|
|
@@ -1794,12 +1817,12 @@ const AlignBoxTopCenter = /*#__PURE__*/React.forwardRef(function AlignBoxTopCent
|
|
|
1794
1817
|
if (process.env.NODE_ENV !== "production") {
|
|
1795
1818
|
AlignBoxTopCenter.propTypes = iconPropTypes4cbeb95d.i;
|
|
1796
1819
|
}
|
|
1797
|
-
const AlignBoxTopLeft = /*#__PURE__*/React.forwardRef(function AlignBoxTopLeft(
|
|
1820
|
+
const AlignBoxTopLeft = /*#__PURE__*/React.forwardRef(function AlignBoxTopLeft(_ref79, ref) {
|
|
1798
1821
|
let {
|
|
1799
1822
|
children,
|
|
1800
1823
|
size = 16,
|
|
1801
1824
|
...rest
|
|
1802
|
-
} =
|
|
1825
|
+
} = _ref79;
|
|
1803
1826
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1804
1827
|
width: size,
|
|
1805
1828
|
height: size,
|
|
@@ -1808,21 +1831,21 @@ const AlignBoxTopLeft = /*#__PURE__*/React.forwardRef(function AlignBoxTopLeft(_
|
|
|
1808
1831
|
viewBox: "0 0 32 32",
|
|
1809
1832
|
fill: "currentColor",
|
|
1810
1833
|
...rest
|
|
1811
|
-
},
|
|
1834
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1812
1835
|
d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
|
|
1813
|
-
})),
|
|
1836
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1814
1837
|
d: "M9 7H20V9H9zM9 12H16V14H9z"
|
|
1815
1838
|
})), children);
|
|
1816
1839
|
});
|
|
1817
1840
|
if (process.env.NODE_ENV !== "production") {
|
|
1818
1841
|
AlignBoxTopLeft.propTypes = iconPropTypes4cbeb95d.i;
|
|
1819
1842
|
}
|
|
1820
|
-
const AlignBoxTopRight = /*#__PURE__*/React.forwardRef(function AlignBoxTopRight(
|
|
1843
|
+
const AlignBoxTopRight = /*#__PURE__*/React.forwardRef(function AlignBoxTopRight(_ref80, ref) {
|
|
1821
1844
|
let {
|
|
1822
1845
|
children,
|
|
1823
1846
|
size = 16,
|
|
1824
1847
|
...rest
|
|
1825
|
-
} =
|
|
1848
|
+
} = _ref80;
|
|
1826
1849
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1827
1850
|
width: size,
|
|
1828
1851
|
height: size,
|
|
@@ -1831,12 +1854,12 @@ const AlignBoxTopRight = /*#__PURE__*/React.forwardRef(function AlignBoxTopRight
|
|
|
1831
1854
|
viewBox: "0 0 32 32",
|
|
1832
1855
|
fill: "currentColor",
|
|
1833
1856
|
...rest
|
|
1834
|
-
},
|
|
1857
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1835
1858
|
d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
|
|
1836
|
-
})),
|
|
1859
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1837
1860
|
d: "M12 7H23V9H12z",
|
|
1838
1861
|
transform: "rotate(-180 17.5 8)"
|
|
1839
|
-
})),
|
|
1862
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1840
1863
|
d: "M16 12H23V14H16z",
|
|
1841
1864
|
transform: "rotate(-180 19.5 13)"
|
|
1842
1865
|
})), children);
|
|
@@ -1844,12 +1867,12 @@ const AlignBoxTopRight = /*#__PURE__*/React.forwardRef(function AlignBoxTopRight
|
|
|
1844
1867
|
if (process.env.NODE_ENV !== "production") {
|
|
1845
1868
|
AlignBoxTopRight.propTypes = iconPropTypes4cbeb95d.i;
|
|
1846
1869
|
}
|
|
1847
|
-
const Analytics = /*#__PURE__*/React.forwardRef(function Analytics(
|
|
1870
|
+
const Analytics = /*#__PURE__*/React.forwardRef(function Analytics(_ref81, ref) {
|
|
1848
1871
|
let {
|
|
1849
1872
|
children,
|
|
1850
1873
|
size = 16,
|
|
1851
1874
|
...rest
|
|
1852
|
-
} =
|
|
1875
|
+
} = _ref81;
|
|
1853
1876
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1854
1877
|
width: size,
|
|
1855
1878
|
height: size,
|
|
@@ -1858,21 +1881,21 @@ const Analytics = /*#__PURE__*/React.forwardRef(function Analytics(_ref80, ref)
|
|
|
1858
1881
|
viewBox: "0 0 32 32",
|
|
1859
1882
|
fill: "currentColor",
|
|
1860
1883
|
...rest
|
|
1861
|
-
},
|
|
1884
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1862
1885
|
d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4Z"
|
|
1863
|
-
})),
|
|
1886
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1864
1887
|
d: "M30,9H23v2h3.59L19,18.59l-4.29-4.3a1,1,0,0,0-1.42,0L6,21.59,7.41,23,14,16.41l4.29,4.3a1,1,0,0,0,1.42,0L28,12.41V16h2Z"
|
|
1865
1888
|
})), children);
|
|
1866
1889
|
});
|
|
1867
1890
|
if (process.env.NODE_ENV !== "production") {
|
|
1868
1891
|
Analytics.propTypes = iconPropTypes4cbeb95d.i;
|
|
1869
1892
|
}
|
|
1870
|
-
const AnalyticsCustom = /*#__PURE__*/React.forwardRef(function AnalyticsCustom(
|
|
1893
|
+
const AnalyticsCustom = /*#__PURE__*/React.forwardRef(function AnalyticsCustom(_ref82, ref) {
|
|
1871
1894
|
let {
|
|
1872
1895
|
children,
|
|
1873
1896
|
size = 16,
|
|
1874
1897
|
...rest
|
|
1875
|
-
} =
|
|
1898
|
+
} = _ref82;
|
|
1876
1899
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1877
1900
|
width: size,
|
|
1878
1901
|
height: size,
|
|
@@ -1881,21 +1904,21 @@ const AnalyticsCustom = /*#__PURE__*/React.forwardRef(function AnalyticsCustom(_
|
|
|
1881
1904
|
viewBox: "0 0 32 32",
|
|
1882
1905
|
fill: "currentColor",
|
|
1883
1906
|
...rest
|
|
1884
|
-
},
|
|
1907
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1885
1908
|
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM30 4H23V6h3.5859L19 13.5859 14.707 9.293a1 1 0 00-1.414 0L6 16.5859 7.4141 18 14 11.4141l4.293 4.2929a1 1 0 001.414 0L28 7.4141V11h2z"
|
|
1886
|
-
})),
|
|
1909
|
+
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1887
1910
|
d: "M4,2H2V28a2,2,0,0,0,2,2h8V28H4Z"
|
|
1888
1911
|
})), children);
|
|
1889
1912
|
});
|
|
1890
1913
|
if (process.env.NODE_ENV !== "production") {
|
|
1891
1914
|
AnalyticsCustom.propTypes = iconPropTypes4cbeb95d.i;
|
|
1892
1915
|
}
|
|
1893
|
-
const AnalyticsReference = /*#__PURE__*/React.forwardRef(function AnalyticsReference(
|
|
1916
|
+
const AnalyticsReference = /*#__PURE__*/React.forwardRef(function AnalyticsReference(_ref83, ref) {
|
|
1894
1917
|
let {
|
|
1895
1918
|
children,
|
|
1896
1919
|
size = 16,
|
|
1897
1920
|
...rest
|
|
1898
|
-
} =
|
|
1921
|
+
} = _ref83;
|
|
1899
1922
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1900
1923
|
width: size,
|
|
1901
1924
|
height: size,
|
|
@@ -1904,19 +1927,19 @@ const AnalyticsReference = /*#__PURE__*/React.forwardRef(function AnalyticsRefer
|
|
|
1904
1927
|
viewBox: "0 0 32 32",
|
|
1905
1928
|
fill: "currentColor",
|
|
1906
1929
|
...rest
|
|
1907
|
-
},
|
|
1930
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1908
1931
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 4H23V6h3.5859L19 13.5859 14.707 9.293a1 1 0 00-1.414 0L8 14.5858 9.4142 16 14 11.4141l4.293 4.2929a1 1 0 001.414 0L28 7.4141V11h2zM16 28H30V30H16zM2 2H4V16H2z"
|
|
1909
1932
|
})), children);
|
|
1910
1933
|
});
|
|
1911
1934
|
if (process.env.NODE_ENV !== "production") {
|
|
1912
1935
|
AnalyticsReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
1913
1936
|
}
|
|
1914
|
-
const Anchor = /*#__PURE__*/React.forwardRef(function Anchor(
|
|
1937
|
+
const Anchor = /*#__PURE__*/React.forwardRef(function Anchor(_ref84, ref) {
|
|
1915
1938
|
let {
|
|
1916
1939
|
children,
|
|
1917
1940
|
size = 16,
|
|
1918
1941
|
...rest
|
|
1919
|
-
} =
|
|
1942
|
+
} = _ref84;
|
|
1920
1943
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1921
1944
|
width: size,
|
|
1922
1945
|
height: size,
|
|
@@ -1925,19 +1948,19 @@ const Anchor = /*#__PURE__*/React.forwardRef(function Anchor(_ref83, ref) {
|
|
|
1925
1948
|
viewBox: "0 0 32 32",
|
|
1926
1949
|
fill: "currentColor",
|
|
1927
1950
|
...rest
|
|
1928
|
-
},
|
|
1951
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1929
1952
|
strokeWidth: "0",
|
|
1930
1953
|
d: "M2.257 25.5H8.742V27.5H2.257z",
|
|
1931
1954
|
transform: "rotate(-45 5.5 26.5)"
|
|
1932
|
-
})),
|
|
1955
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1933
1956
|
strokeWidth: "0",
|
|
1934
1957
|
d: "M9.257 18.5H15.742V20.5H9.257z",
|
|
1935
1958
|
transform: "rotate(-45 12.5 19.5)"
|
|
1936
|
-
})),
|
|
1959
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1937
1960
|
strokeWidth: "0",
|
|
1938
1961
|
d: "M16.257 11.5H22.742V13.5H16.257z",
|
|
1939
1962
|
transform: "rotate(-45 19.5 12.5)"
|
|
1940
|
-
})),
|
|
1963
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1941
1964
|
strokeWidth: "0",
|
|
1942
1965
|
d: "M23.257 4.5H29.742V6.5H23.257z",
|
|
1943
1966
|
transform: "rotate(-45 26.5 5.5)"
|
|
@@ -1946,12 +1969,12 @@ const Anchor = /*#__PURE__*/React.forwardRef(function Anchor(_ref83, ref) {
|
|
|
1946
1969
|
if (process.env.NODE_ENV !== "production") {
|
|
1947
1970
|
Anchor.propTypes = iconPropTypes4cbeb95d.i;
|
|
1948
1971
|
}
|
|
1949
|
-
const WatsonHealthAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthAngle(
|
|
1972
|
+
const WatsonHealthAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthAngle(_ref85, ref) {
|
|
1950
1973
|
let {
|
|
1951
1974
|
children,
|
|
1952
1975
|
size = 16,
|
|
1953
1976
|
...rest
|
|
1954
|
-
} =
|
|
1977
|
+
} = _ref85;
|
|
1955
1978
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1956
1979
|
width: size,
|
|
1957
1980
|
height: size,
|
|
@@ -1960,21 +1983,21 @@ const WatsonHealthAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthAng
|
|
|
1960
1983
|
viewBox: "0 0 32 32",
|
|
1961
1984
|
fill: "currentColor",
|
|
1962
1985
|
...rest
|
|
1963
|
-
},
|
|
1986
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1964
1987
|
d: "M9,24a3.51,3.51,0,0,0-.88-1.86L17.65,5.56l-1.73-1L6.35,21.12A3.06,3.06,0,0,0,5.5,21a3.5,3.5,0,1,0,3.15,5H28V24ZM5.5,26A1.5,1.5,0,1,1,7,24.5,1.5,1.5,0,0,1,5.5,26Z"
|
|
1965
|
-
})),
|
|
1988
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1966
1989
|
d: "M22,21h2a13,13,0,0,0-5.42-10.56l-1.16,1.62A11,11,0,0,1,22,21Z"
|
|
1967
1990
|
})), children);
|
|
1968
1991
|
});
|
|
1969
1992
|
if (process.env.NODE_ENV !== "production") {
|
|
1970
1993
|
WatsonHealthAngle.propTypes = iconPropTypes4cbeb95d.i;
|
|
1971
1994
|
}
|
|
1972
|
-
const WatsonHealthAnnotationVisibility = /*#__PURE__*/React.forwardRef(function WatsonHealthAnnotationVisibility(
|
|
1995
|
+
const WatsonHealthAnnotationVisibility = /*#__PURE__*/React.forwardRef(function WatsonHealthAnnotationVisibility(_ref86, ref) {
|
|
1973
1996
|
let {
|
|
1974
1997
|
children,
|
|
1975
1998
|
size = 16,
|
|
1976
1999
|
...rest
|
|
1977
|
-
} =
|
|
2000
|
+
} = _ref86;
|
|
1978
2001
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1979
2002
|
width: size,
|
|
1980
2003
|
height: size,
|
|
@@ -1983,21 +2006,21 @@ const WatsonHealthAnnotationVisibility = /*#__PURE__*/React.forwardRef(function
|
|
|
1983
2006
|
viewBox: "0 0 32 32",
|
|
1984
2007
|
fill: "currentColor",
|
|
1985
2008
|
...rest
|
|
1986
|
-
},
|
|
2009
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1987
2010
|
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,22H4V6H28Z"
|
|
1988
|
-
})),
|
|
2011
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1989
2012
|
d: "M21 20H13a3.51 3.51 0 00-.88-1.86l3.8-6.64-1.74-1-3.78 6.62A3.35 3.35 0 009.5 17a3.5 3.5 0 103.15 5H21zM9.5 22A1.5 1.5 0 1111 20.5 1.5 1.5 0 019.5 22zM19 8H26V10H19zM19 12H23V14H19z"
|
|
1990
2013
|
})), children);
|
|
1991
2014
|
});
|
|
1992
2015
|
if (process.env.NODE_ENV !== "production") {
|
|
1993
2016
|
WatsonHealthAnnotationVisibility.propTypes = iconPropTypes4cbeb95d.i;
|
|
1994
2017
|
}
|
|
1995
|
-
const Aperture = /*#__PURE__*/React.forwardRef(function Aperture(
|
|
2018
|
+
const Aperture = /*#__PURE__*/React.forwardRef(function Aperture(_ref87, ref) {
|
|
1996
2019
|
let {
|
|
1997
2020
|
children,
|
|
1998
2021
|
size = 16,
|
|
1999
2022
|
...rest
|
|
2000
|
-
} =
|
|
2023
|
+
} = _ref87;
|
|
2001
2024
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2002
2025
|
width: size,
|
|
2003
2026
|
height: size,
|
|
@@ -2006,19 +2029,19 @@ const Aperture = /*#__PURE__*/React.forwardRef(function Aperture(_ref86, ref) {
|
|
|
2006
2029
|
viewBox: "0 0 32 32",
|
|
2007
2030
|
fill: "currentColor",
|
|
2008
2031
|
...rest
|
|
2009
|
-
},
|
|
2032
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2010
2033
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM27.84,14.14,22,17.52V5.62A12,12,0,0,1,27.84,14.14ZM12,18.68V13.32L16,11l4,2.31v5.36L16,21Zm8-14V11L10.34,5.42A11.9,11.9,0,0,1,20,4.7Zm-11.52,2L14,9.85,4,15.62A12,12,0,0,1,8.48,6.66ZM4.16,17.85,10,14.47V26.38A12,12,0,0,1,4.16,17.85ZM12,27.3V21l9.67,5.58A11.92,11.92,0,0,1,16,28,12.05,12.05,0,0,1,12,27.3Zm11.52-2L18,22.14l10-5.77A12,12,0,0,1,23.52,25.34Z"
|
|
2011
2034
|
})), children);
|
|
2012
2035
|
});
|
|
2013
2036
|
if (process.env.NODE_ENV !== "production") {
|
|
2014
2037
|
Aperture.propTypes = iconPropTypes4cbeb95d.i;
|
|
2015
2038
|
}
|
|
2016
|
-
const Api = /*#__PURE__*/React.forwardRef(function Api(
|
|
2039
|
+
const Api = /*#__PURE__*/React.forwardRef(function Api(_ref88, ref) {
|
|
2017
2040
|
let {
|
|
2018
2041
|
children,
|
|
2019
2042
|
size = 16,
|
|
2020
2043
|
...rest
|
|
2021
|
-
} =
|
|
2044
|
+
} = _ref88;
|
|
2022
2045
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2023
2046
|
width: size,
|
|
2024
2047
|
height: size,
|
|
@@ -2027,19 +2050,19 @@ const Api = /*#__PURE__*/React.forwardRef(function Api(_ref87, ref) {
|
|
|
2027
2050
|
viewBox: "0 0 32 32",
|
|
2028
2051
|
fill: "currentColor",
|
|
2029
2052
|
...rest
|
|
2030
|
-
},
|
|
2053
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2031
2054
|
d: "M26,22a3.86,3.86,0,0,0-2,.57l-3.09-3.1a6,6,0,0,0,0-6.94L24,9.43A3.86,3.86,0,0,0,26,10a4,4,0,1,0-4-4,3.86,3.86,0,0,0,.57,2l-3.1,3.09a6,6,0,0,0-6.94,0L9.43,8A3.86,3.86,0,0,0,10,6a4,4,0,1,0-4,4,3.86,3.86,0,0,0,2-.57l3.09,3.1a6,6,0,0,0,0,6.94L8,22.57A3.86,3.86,0,0,0,6,22a4,4,0,1,0,4,4,3.86,3.86,0,0,0-.57-2l3.1-3.09a6,6,0,0,0,6.94,0L22.57,24A3.86,3.86,0,0,0,22,26a4,4,0,1,0,4-4ZM26,4a2,2,0,1,1-2,2A2,2,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2,2,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2,2,0,0,1,6,28Zm10-8a4,4,0,1,1,4-4A4,4,0,0,1,16,20Zm10,8a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
|
|
2032
2055
|
})), children);
|
|
2033
2056
|
});
|
|
2034
2057
|
if (process.env.NODE_ENV !== "production") {
|
|
2035
2058
|
Api.propTypes = iconPropTypes4cbeb95d.i;
|
|
2036
2059
|
}
|
|
2037
|
-
const Api_1 = /*#__PURE__*/React.forwardRef(function Api_1(
|
|
2060
|
+
const Api_1 = /*#__PURE__*/React.forwardRef(function Api_1(_ref89, ref) {
|
|
2038
2061
|
let {
|
|
2039
2062
|
children,
|
|
2040
2063
|
size = 16,
|
|
2041
2064
|
...rest
|
|
2042
|
-
} =
|
|
2065
|
+
} = _ref89;
|
|
2043
2066
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2044
2067
|
width: size,
|
|
2045
2068
|
height: size,
|
|
@@ -2048,19 +2071,19 @@ const Api_1 = /*#__PURE__*/React.forwardRef(function Api_1(_ref88, ref) {
|
|
|
2048
2071
|
viewBox: "0 0 32 32",
|
|
2049
2072
|
fill: "currentColor",
|
|
2050
2073
|
...rest
|
|
2051
|
-
},
|
|
2074
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2052
2075
|
d: "M8 9H4a2 2 0 00-2 2V23H4V18H8v5h2V11A2 2 0 008 9zM4 16V11H8v5zM22 11L25 11 25 21 22 21 22 23 30 23 30 21 27 21 27 11 30 11 30 9 22 9 22 11zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14z"
|
|
2053
2076
|
})), children);
|
|
2054
2077
|
});
|
|
2055
2078
|
if (process.env.NODE_ENV !== "production") {
|
|
2056
2079
|
Api_1.propTypes = iconPropTypes4cbeb95d.i;
|
|
2057
2080
|
}
|
|
2058
|
-
const ApiKey = /*#__PURE__*/React.forwardRef(function ApiKey(
|
|
2081
|
+
const ApiKey = /*#__PURE__*/React.forwardRef(function ApiKey(_ref90, ref) {
|
|
2059
2082
|
let {
|
|
2060
2083
|
children,
|
|
2061
2084
|
size = 16,
|
|
2062
2085
|
...rest
|
|
2063
|
-
} =
|
|
2086
|
+
} = _ref90;
|
|
2064
2087
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2065
2088
|
width: size,
|
|
2066
2089
|
height: size,
|
|
@@ -2069,7 +2092,7 @@ const ApiKey = /*#__PURE__*/React.forwardRef(function ApiKey(_ref89, ref) {
|
|
|
2069
2092
|
viewBox: "0 0 32 32",
|
|
2070
2093
|
fill: "currentColor",
|
|
2071
2094
|
...rest
|
|
2072
|
-
},
|
|
2095
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2073
2096
|
strokeWidth: "0",
|
|
2074
2097
|
d: "m28,26c-.178,0-.3472.0308-.5115.0742l-1.0554-1.0552c.3516-.5947.5669-1.2798.5669-2.019s-.2153-1.4243-.5669-2.019l1.0554-1.0552c.1643.0435.3335.0742.5115.0742,1.1045,0,2-.8955,2-2s-.8955-2-2-2-2,.8955-2,2c0,.1777.0308.3472.0742.5117l-1.0552,1.0552c-.595-.3516-1.2795-.5669-2.019-.5669s-1.4241.2153-2.019.5669l-1.0552-1.0552c.0435-.1646.0742-.334.0742-.5117,0-1.1045-.8955-2-2-2s-2,.8955-2,2,.8955,2,2,2c.178,0,.3472-.0308.5115-.0742l1.0554,1.0552c-.3516.5947-.5669,1.2798-.5669,2.019s.2153,1.4243.5669,2.019l-1.0554,1.0552c-.1643-.0435-.3335-.0742-.5115-.0742-1.1045,0-2,.8955-2,2s.8955,2,2,2,2-.8955,2-2c0-.1777-.0308-.3472-.0742-.5117l1.0552-1.0552c.595.3516,1.2795.5669,2.019.5669s1.4241-.2153,2.019-.5669l1.0552,1.0552c-.0435.1646-.0742.334-.0742.5117,0,1.1045.8955,2,2,2s2-.8955,2-2-.8955-2-2-2Zm-7-3c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Z"
|
|
2075
2098
|
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
@@ -2077,7 +2100,7 @@ const ApiKey = /*#__PURE__*/React.forwardRef(function ApiKey(_ref89, ref) {
|
|
|
2077
2100
|
cy: "10",
|
|
2078
2101
|
r: "2",
|
|
2079
2102
|
strokeWidth: "0"
|
|
2080
|
-
})),
|
|
2103
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2081
2104
|
strokeWidth: "0",
|
|
2082
2105
|
d: "m21,2c-4.9626,0-9,4.0371-9,9,0,.7788.0989,1.5469.2944,2.291L2,23.5859v6.4141h6.4143l7-7-2.7073-2.707-1.4141,1.4141,1.2927,1.293-1.5896,1.5898-1.2869-1.2949-1.4185,1.4102,1.2913,1.2988-1.9963,1.9961h-3.5857v-3.5859l9.7122-9.7119.8555-.8677-.1982-.5845c-.2451-.7217-.3694-1.4785-.3694-2.25,0-3.8599,3.1401-7,7-7s7,3.1401,7,7h2c0-4.9629-4.0374-9-9-9Z"
|
|
2083
2106
|
})), children);
|
|
@@ -2085,12 +2108,12 @@ const ApiKey = /*#__PURE__*/React.forwardRef(function ApiKey(_ref89, ref) {
|
|
|
2085
2108
|
if (process.env.NODE_ENV !== "production") {
|
|
2086
2109
|
ApiKey.propTypes = iconPropTypes4cbeb95d.i;
|
|
2087
2110
|
}
|
|
2088
|
-
const App = /*#__PURE__*/React.forwardRef(function App(
|
|
2111
|
+
const App = /*#__PURE__*/React.forwardRef(function App(_ref91, ref) {
|
|
2089
2112
|
let {
|
|
2090
2113
|
children,
|
|
2091
2114
|
size = 16,
|
|
2092
2115
|
...rest
|
|
2093
|
-
} =
|
|
2116
|
+
} = _ref91;
|
|
2094
2117
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2095
2118
|
width: size,
|
|
2096
2119
|
height: size,
|
|
@@ -2099,19 +2122,19 @@ const App = /*#__PURE__*/React.forwardRef(function App(_ref90, ref) {
|
|
|
2099
2122
|
viewBox: "0 0 32 32",
|
|
2100
2123
|
fill: "currentColor",
|
|
2101
2124
|
...rest
|
|
2102
|
-
},
|
|
2125
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2103
2126
|
d: "M28 10H22V24h2V20h4a2.0027 2.0027 0 002-2V12A2.0023 2.0023 0 0028 10zm-4 8V12h4v6zM18 10H12V24h2V20h4a2.0027 2.0027 0 002-2V12A2.0023 2.0023 0 0018 10zm-4 8V12h4v6zM8 10H3v2H8v2H4a2 2 0 00-2 2v2a2 2 0 002 2h6V12A2.0023 2.0023 0 008 10zm0 8H4V16H8z"
|
|
2104
2127
|
})), children);
|
|
2105
2128
|
});
|
|
2106
2129
|
if (process.env.NODE_ENV !== "production") {
|
|
2107
2130
|
App.propTypes = iconPropTypes4cbeb95d.i;
|
|
2108
2131
|
}
|
|
2109
|
-
const AppConnectivity = /*#__PURE__*/React.forwardRef(function AppConnectivity(
|
|
2132
|
+
const AppConnectivity = /*#__PURE__*/React.forwardRef(function AppConnectivity(_ref92, ref) {
|
|
2110
2133
|
let {
|
|
2111
2134
|
children,
|
|
2112
2135
|
size = 16,
|
|
2113
2136
|
...rest
|
|
2114
|
-
} =
|
|
2137
|
+
} = _ref92;
|
|
2115
2138
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2116
2139
|
width: size,
|
|
2117
2140
|
height: size,
|
|
@@ -2120,19 +2143,19 @@ const AppConnectivity = /*#__PURE__*/React.forwardRef(function AppConnectivity(_
|
|
|
2120
2143
|
viewBox: "0 0 32 32",
|
|
2121
2144
|
fill: "currentColor",
|
|
2122
2145
|
...rest
|
|
2123
|
-
},
|
|
2146
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2124
2147
|
d: "M20,14h8a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H20a2.0023,2.0023,0,0,0-2,2H9A2.0023,2.0023,0,0,0,7,6v4H4a2.0023,2.0023,0,0,0-2,2v8a2.0023,2.0023,0,0,0,2,2H6v4a2.0023,2.0023,0,0,0,2,2H18a2.0023,2.0023,0,0,0,2,2h8a2.0023,2.0023,0,0,0,2-2V20a2.0023,2.0023,0,0,0-2-2H20a2.0023,2.0023,0,0,0-2,2v6H8V22h4a2.0023,2.0023,0,0,0,2-2V12a2.0023,2.0023,0,0,0-2-2H9V6h9v6A2.0023,2.0023,0,0,0,20,14Zm0,14V24h8v4Zm8-8,0,2H20V20ZM4,20V16h8v4Zm8.0005-6H4V12h8ZM20,12V8h8v4Zm8-8,0,2H20V4Z"
|
|
2125
2148
|
})), children);
|
|
2126
2149
|
});
|
|
2127
2150
|
if (process.env.NODE_ENV !== "production") {
|
|
2128
2151
|
AppConnectivity.propTypes = iconPropTypes4cbeb95d.i;
|
|
2129
2152
|
}
|
|
2130
|
-
const Apple = /*#__PURE__*/React.forwardRef(function Apple(
|
|
2153
|
+
const Apple = /*#__PURE__*/React.forwardRef(function Apple(_ref93, ref) {
|
|
2131
2154
|
let {
|
|
2132
2155
|
children,
|
|
2133
2156
|
size = 16,
|
|
2134
2157
|
...rest
|
|
2135
|
-
} =
|
|
2158
|
+
} = _ref93;
|
|
2136
2159
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2137
2160
|
width: size,
|
|
2138
2161
|
height: size,
|
|
@@ -2141,21 +2164,21 @@ const Apple = /*#__PURE__*/React.forwardRef(function Apple(_ref92, ref) {
|
|
|
2141
2164
|
viewBox: "0 0 32 32",
|
|
2142
2165
|
fill: "currentColor",
|
|
2143
2166
|
...rest
|
|
2144
|
-
},
|
|
2167
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2145
2168
|
d: "M21.7788,8a11.4843,11.4843,0,0,0-3.0547.5342,14.5665,14.5665,0,0,1-1.8225.4126A6.0054,6.0054,0,0,0,11,4V6a3.9933,3.9933,0,0,1,3.8267,2.9c-.5181-.0879-1.0569-.2207-1.6172-.3648A12.89,12.89,0,0,0,10.0317,8C6.311,8,4,11.0652,4,16c0,7.51,4.0679,11.999,8.0005,12h.0015a7.1576,7.1576,0,0,0,2.49-.59A5.0128,5.0128,0,0,1,16,27a5.0266,5.0266,0,0,1,1.5112.41A7.15,7.15,0,0,0,20,28h0c3.9307-.001,8-4.49,8-12C28,12.3094,26.3706,8,21.7788,8ZM20,26h0a5.5038,5.5038,0,0,1-1.7905-.4639A6.4168,6.4168,0,0,0,16,25a6.4043,6.4043,0,0,0-2.2061.5361A5.5343,5.5343,0,0,1,12,26h.0015C9.0513,25.9988,6,22.2586,6,16c0-1.8037.3931-6,4.0317-6a11.2363,11.2363,0,0,1,2.6807.4726A12.9819,12.9819,0,0,0,15.7612,11h.4922a11.7955,11.7955,0,0,0,2.9956-.5361A9.8483,9.8483,0,0,1,21.7788,10C25.7964,10,26,14.9978,26,16,26,22.2586,22.9482,25.9988,20,26Z"
|
|
2146
|
-
})),
|
|
2169
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2147
2170
|
d: "M18,7H17V6a2.0021,2.0021,0,0,1,2-2h1V5A2.0021,2.0021,0,0,1,18,7Z"
|
|
2148
2171
|
})), children);
|
|
2149
2172
|
});
|
|
2150
2173
|
if (process.env.NODE_ENV !== "production") {
|
|
2151
2174
|
Apple.propTypes = iconPropTypes4cbeb95d.i;
|
|
2152
2175
|
}
|
|
2153
|
-
const AppleDash = /*#__PURE__*/React.forwardRef(function AppleDash(
|
|
2176
|
+
const AppleDash = /*#__PURE__*/React.forwardRef(function AppleDash(_ref94, ref) {
|
|
2154
2177
|
let {
|
|
2155
2178
|
children,
|
|
2156
2179
|
size = 16,
|
|
2157
2180
|
...rest
|
|
2158
|
-
} =
|
|
2181
|
+
} = _ref94;
|
|
2159
2182
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2160
2183
|
width: size,
|
|
2161
2184
|
height: size,
|
|
@@ -2164,21 +2187,21 @@ const AppleDash = /*#__PURE__*/React.forwardRef(function AppleDash(_ref93, ref)
|
|
|
2164
2187
|
viewBox: "0 0 32 32",
|
|
2165
2188
|
fill: "currentColor",
|
|
2166
2189
|
...rest
|
|
2167
|
-
},
|
|
2190
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2168
2191
|
d: "M7.0825 11.6714l-1.6748-1.0928c-.9062 1.3887-1.3928 3.2305-1.4072 5.3267l2 .0137c.0117-1.7119.3857-3.1807 1.082-4.2476zM6.0852 17.8164l-1.9907.1934c.1887 1.938.6592 3.6738 1.3982 5.1592l1.7905-.8911c-.6301-1.2661-1.0332-2.7676-1.198-4.4614zM8.2378 23.7964l-1.5688 1.2402c1.333 1.6865 3.0972 2.7573 4.8396 2.9375l.2061-1.9893c-1.1912-.1235-2.491-.9414-3.4768-2.1885zM16 25c-.7334 0-1.4783.271-2.1987.5332-.1809.0654-.3635.1318-.5469.1943l.6426 1.894c.197-.0669.3936-.1382.5879-.209.5576-.2026 1.134-.4126 1.5151-.4126.3809 0 .9575.21 1.5149.4121.1809.0659.3635.1323.5466.1953l.6479-1.8926c-.1711-.0586-.3418-.1206-.511-.1821-.7205-.2617-1.4653-.5327-2.1985-.5327zM20.2546 25.9878l.1855 1.9917c1.7456-.1631 3.5178-1.2227 4.8621-2.9072l-1.5632-1.2476c-.9924 1.2437-2.2949 2.0522-3.4844 2.1631zM24.7004 22.3115l1.7871.8975c.7449-1.4834 1.2205-3.2178 1.4138-5.1558l-1.9902-.1987c-.1689 1.6938-.5762 3.1934-1.2107 4.457zM28 15.9492c-.0076-2.0938-.4854-3.9365-1.3818-5.3311l-1.6821 1.082c.6897 1.0728 1.0576 2.5444 1.064 4.2559l2-.0068zM20 4h-1c-1.1046 0-2 .8954-2 2v1h1c1.1046 0 2-.8954 2-2v-1z"
|
|
2169
|
-
})),
|
|
2192
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2170
2193
|
d: "M23.8125,10.5308l1.1035-1.668c-.8655-.5728-1.8467-.8628-2.916-.8628-1.4155,0-2.4175,.2881-3.3013,.542-.5764,.1655-1.1362,.3203-1.7979,.4004-.502-2.8047-2.9541-4.9424-5.9009-4.9424v2c1.8223,0,3.3464,1.2319,3.8274,2.9014-.5442-.0864-1.031-.2173-1.5261-.3594-.8838-.2539-1.8857-.542-3.3013-.542-1.0693,0-2.0505,.29-2.916,.8628l1.1035,1.668c.5325-.3521,1.1423-.5308,1.8125-.5308,1.134,0,1.9185,.2256,2.7488,.4639,.917,.2637,1.8652,.5361,3.2512,.5361s2.3342-.2725,3.2512-.5361c.8303-.2383,1.6147-.4639,2.7488-.4639,.6702,0,1.28,.1787,1.8125,.5308Z"
|
|
2171
2194
|
})), children);
|
|
2172
2195
|
});
|
|
2173
2196
|
if (process.env.NODE_ENV !== "production") {
|
|
2174
2197
|
AppleDash.propTypes = iconPropTypes4cbeb95d.i;
|
|
2175
2198
|
}
|
|
2176
|
-
const Application = /*#__PURE__*/React.forwardRef(function Application(
|
|
2199
|
+
const Application = /*#__PURE__*/React.forwardRef(function Application(_ref95, ref) {
|
|
2177
2200
|
let {
|
|
2178
2201
|
children,
|
|
2179
2202
|
size = 16,
|
|
2180
2203
|
...rest
|
|
2181
|
-
} =
|
|
2204
|
+
} = _ref95;
|
|
2182
2205
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2183
2206
|
width: size,
|
|
2184
2207
|
height: size,
|
|
@@ -2187,19 +2210,19 @@ const Application = /*#__PURE__*/React.forwardRef(function Application(_ref94, r
|
|
|
2187
2210
|
viewBox: "0 0 32 32",
|
|
2188
2211
|
fill: "currentColor",
|
|
2189
2212
|
...rest
|
|
2190
|
-
},
|
|
2213
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2191
2214
|
d: "M16 18H6a2 2 0 01-2-2V6A2 2 0 016 4H16a2 2 0 012 2V16A2 2 0 0116 18zM6 6V16H16V6zM26 12v4H22V12h4m0-2H22a2 2 0 00-2 2v4a2 2 0 002 2h4a2 2 0 002-2V12a2 2 0 00-2-2zM26 22v4H22V22h4m0-2H22a2 2 0 00-2 2v4a2 2 0 002 2h4a2 2 0 002-2V22a2 2 0 00-2-2zM16 22v4H12V22h4m0-2H12a2 2 0 00-2 2v4a2 2 0 002 2h4a2 2 0 002-2V22a2 2 0 00-2-2z"
|
|
2192
2215
|
})), children);
|
|
2193
2216
|
});
|
|
2194
2217
|
if (process.env.NODE_ENV !== "production") {
|
|
2195
2218
|
Application.propTypes = iconPropTypes4cbeb95d.i;
|
|
2196
2219
|
}
|
|
2197
|
-
const ApplicationMobile = /*#__PURE__*/React.forwardRef(function ApplicationMobile(
|
|
2220
|
+
const ApplicationMobile = /*#__PURE__*/React.forwardRef(function ApplicationMobile(_ref96, ref) {
|
|
2198
2221
|
let {
|
|
2199
2222
|
children,
|
|
2200
2223
|
size = 16,
|
|
2201
2224
|
...rest
|
|
2202
|
-
} =
|
|
2225
|
+
} = _ref96;
|
|
2203
2226
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2204
2227
|
width: size,
|
|
2205
2228
|
height: size,
|
|
@@ -2208,25 +2231,25 @@ const ApplicationMobile = /*#__PURE__*/React.forwardRef(function ApplicationMobi
|
|
|
2208
2231
|
viewBox: "0 0 32 32",
|
|
2209
2232
|
fill: "currentColor",
|
|
2210
2233
|
...rest
|
|
2211
|
-
},
|
|
2234
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2212
2235
|
d: "M23 7H27V11H23zM23 13H27V17H23zM17 7H21V11H17zM17 13H21V17H17z"
|
|
2213
2236
|
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
2214
2237
|
cx: "14.5",
|
|
2215
2238
|
cy: "24.5",
|
|
2216
2239
|
r: "1.5"
|
|
2217
|
-
})),
|
|
2240
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2218
2241
|
d: "M21,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H21V4H8V28H21V20h2v8A2.0023,2.0023,0,0,1,21,30Z"
|
|
2219
2242
|
})), children);
|
|
2220
2243
|
});
|
|
2221
2244
|
if (process.env.NODE_ENV !== "production") {
|
|
2222
2245
|
ApplicationMobile.propTypes = iconPropTypes4cbeb95d.i;
|
|
2223
2246
|
}
|
|
2224
|
-
const ApplicationVirtual = /*#__PURE__*/React.forwardRef(function ApplicationVirtual(
|
|
2247
|
+
const ApplicationVirtual = /*#__PURE__*/React.forwardRef(function ApplicationVirtual(_ref97, ref) {
|
|
2225
2248
|
let {
|
|
2226
2249
|
children,
|
|
2227
2250
|
size = 16,
|
|
2228
2251
|
...rest
|
|
2229
|
-
} =
|
|
2252
|
+
} = _ref97;
|
|
2230
2253
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2231
2254
|
width: size,
|
|
2232
2255
|
height: size,
|
|
@@ -2235,21 +2258,21 @@ const ApplicationVirtual = /*#__PURE__*/React.forwardRef(function ApplicationVir
|
|
|
2235
2258
|
viewBox: "0 0 32 32",
|
|
2236
2259
|
fill: "currentColor",
|
|
2237
2260
|
...rest
|
|
2238
|
-
},
|
|
2261
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2239
2262
|
d: "M17 19H21V23H17zM11 19H15V23H11zM17 25H21V29H17zM11 25H15V29H11z"
|
|
2240
|
-
})),
|
|
2263
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2241
2264
|
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"
|
|
2242
2265
|
})), children);
|
|
2243
2266
|
});
|
|
2244
2267
|
if (process.env.NODE_ENV !== "production") {
|
|
2245
2268
|
ApplicationVirtual.propTypes = iconPropTypes4cbeb95d.i;
|
|
2246
2269
|
}
|
|
2247
|
-
const ApplicationWeb = /*#__PURE__*/React.forwardRef(function ApplicationWeb(
|
|
2270
|
+
const ApplicationWeb = /*#__PURE__*/React.forwardRef(function ApplicationWeb(_ref98, ref) {
|
|
2248
2271
|
let {
|
|
2249
2272
|
children,
|
|
2250
2273
|
size = 16,
|
|
2251
2274
|
...rest
|
|
2252
|
-
} =
|
|
2275
|
+
} = _ref98;
|
|
2253
2276
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2254
2277
|
width: size,
|
|
2255
2278
|
height: size,
|
|
@@ -2258,21 +2281,21 @@ const ApplicationWeb = /*#__PURE__*/React.forwardRef(function ApplicationWeb(_re
|
|
|
2258
2281
|
viewBox: "0 0 32 32",
|
|
2259
2282
|
fill: "currentColor",
|
|
2260
2283
|
...rest
|
|
2261
|
-
},
|
|
2284
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2262
2285
|
d: "M26 2H30V6H26zM26 8H30V12H26zM20 2H24V6H20zM20 8H24V12H20z"
|
|
2263
|
-
})),
|
|
2286
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2264
2287
|
d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
|
2265
2288
|
})), children);
|
|
2266
2289
|
});
|
|
2267
2290
|
if (process.env.NODE_ENV !== "production") {
|
|
2268
2291
|
ApplicationWeb.propTypes = iconPropTypes4cbeb95d.i;
|
|
2269
2292
|
}
|
|
2270
|
-
const Apps = /*#__PURE__*/React.forwardRef(function Apps(
|
|
2293
|
+
const Apps = /*#__PURE__*/React.forwardRef(function Apps(_ref99, ref) {
|
|
2271
2294
|
let {
|
|
2272
2295
|
children,
|
|
2273
2296
|
size = 16,
|
|
2274
2297
|
...rest
|
|
2275
|
-
} =
|
|
2298
|
+
} = _ref99;
|
|
2276
2299
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2277
2300
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2278
2301
|
width: size,
|
|
@@ -2282,7 +2305,7 @@ const Apps = /*#__PURE__*/React.forwardRef(function Apps(_ref98, ref) {
|
|
|
2282
2305
|
viewBox: "0 0 16 16",
|
|
2283
2306
|
fill: "currentColor",
|
|
2284
2307
|
...rest
|
|
2285
|
-
},
|
|
2308
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2286
2309
|
d: "M4 2v2H2V2h2zm1-1H1v4h4V1zM9 2v2H7V2h2zm1-1H6v4h4V1zM14 2v2h-2V2h2zm1-1h-4v4h4V1zM4 7v2H2V7h2zm1-1H1v4h4V6zM9 7v2H7V7h2zm1-1H6v4h4V6zM14 7v2h-2V7h2zm1-1h-4v4h4V6zM4 12v2H2v-2h2zm1-1H1v4h4v-4zM9 12v2H7v-2h2zm1-1H6v4h4v-4zM14 12v2h-2v-2h2zm1-1h-4v4h4v-4z"
|
|
2287
2310
|
})), children);
|
|
2288
2311
|
}
|
|
@@ -2294,19 +2317,19 @@ const Apps = /*#__PURE__*/React.forwardRef(function Apps(_ref98, ref) {
|
|
|
2294
2317
|
viewBox: "0 0 32 32",
|
|
2295
2318
|
fill: "currentColor",
|
|
2296
2319
|
...rest
|
|
2297
|
-
},
|
|
2320
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2298
2321
|
d: "M8,4V8H4V4Zm2-2H2v8h8Zm8,2V8H14V4Zm2-2H12v8h8Zm8,2V8H24V4Zm2-2H22v8h8ZM8,14v4H4V14Zm2-2H2v8h8Zm8,2v4H14V14Zm2-2H12v8h8Zm8,2v4H24V14Zm2-2H22v8h8ZM8,24v4H4V24Zm2-2H2v8h8Zm8,2v4H14V24Zm2-2H12v8h8Zm8,2v4H24V24Zm2-2H22v8h8Z"
|
|
2299
2322
|
})), children);
|
|
2300
2323
|
});
|
|
2301
2324
|
if (process.env.NODE_ENV !== "production") {
|
|
2302
2325
|
Apps.propTypes = iconPropTypes4cbeb95d.i;
|
|
2303
2326
|
}
|
|
2304
|
-
const Archive = /*#__PURE__*/React.forwardRef(function Archive(
|
|
2327
|
+
const Archive = /*#__PURE__*/React.forwardRef(function Archive(_ref100, ref) {
|
|
2305
2328
|
let {
|
|
2306
2329
|
children,
|
|
2307
2330
|
size = 16,
|
|
2308
2331
|
...rest
|
|
2309
|
-
} =
|
|
2332
|
+
} = _ref100;
|
|
2310
2333
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2311
2334
|
width: size,
|
|
2312
2335
|
height: size,
|
|
@@ -2315,21 +2338,21 @@ const Archive = /*#__PURE__*/React.forwardRef(function Archive(_ref99, ref) {
|
|
|
2315
2338
|
viewBox: "0 0 32 32",
|
|
2316
2339
|
fill: "currentColor",
|
|
2317
2340
|
...rest
|
|
2318
|
-
},
|
|
2341
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2319
2342
|
d: "M14 19H18V21H14z"
|
|
2320
|
-
})),
|
|
2343
|
+
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2321
2344
|
d: "M6,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V2ZM24,28H8V16H24Zm0-14H8V10H24ZM8,8V4H24V8Z"
|
|
2322
2345
|
})), children);
|
|
2323
2346
|
});
|
|
2324
2347
|
if (process.env.NODE_ENV !== "production") {
|
|
2325
2348
|
Archive.propTypes = iconPropTypes4cbeb95d.i;
|
|
2326
2349
|
}
|
|
2327
|
-
const Area = /*#__PURE__*/React.forwardRef(function Area(
|
|
2350
|
+
const Area = /*#__PURE__*/React.forwardRef(function Area(_ref101, ref) {
|
|
2328
2351
|
let {
|
|
2329
2352
|
children,
|
|
2330
2353
|
size = 16,
|
|
2331
2354
|
...rest
|
|
2332
|
-
} =
|
|
2355
|
+
} = _ref101;
|
|
2333
2356
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2334
2357
|
width: size,
|
|
2335
2358
|
height: size,
|
|
@@ -2338,19 +2361,19 @@ const Area = /*#__PURE__*/React.forwardRef(function Area(_ref100, ref) {
|
|
|
2338
2361
|
viewBox: "0 0 32 32",
|
|
2339
2362
|
fill: "currentColor",
|
|
2340
2363
|
...rest
|
|
2341
|
-
},
|
|
2364
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2342
2365
|
d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
|
|
2343
2366
|
})), children);
|
|
2344
2367
|
});
|
|
2345
2368
|
if (process.env.NODE_ENV !== "production") {
|
|
2346
2369
|
Area.propTypes = iconPropTypes4cbeb95d.i;
|
|
2347
2370
|
}
|
|
2348
|
-
const AreaCustom = /*#__PURE__*/React.forwardRef(function AreaCustom(
|
|
2371
|
+
const AreaCustom = /*#__PURE__*/React.forwardRef(function AreaCustom(_ref102, ref) {
|
|
2349
2372
|
let {
|
|
2350
2373
|
children,
|
|
2351
2374
|
size = 16,
|
|
2352
2375
|
...rest
|
|
2353
|
-
} =
|
|
2376
|
+
} = _ref102;
|
|
2354
2377
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2355
2378
|
width: size,
|
|
2356
2379
|
height: size,
|
|
@@ -2359,19 +2382,19 @@ const AreaCustom = /*#__PURE__*/React.forwardRef(function AreaCustom(_ref101, re
|
|
|
2359
2382
|
viewBox: "0 0 32 32",
|
|
2360
2383
|
fill: "currentColor",
|
|
2361
2384
|
...rest
|
|
2362
|
-
},
|
|
2385
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2363
2386
|
d: "M30,6a3.9916,3.9916,0,0,0-7.9773-.2241L9.5864,8.2627A3.99,3.99,0,1,0,5,13.8579v8.2842A3.9915,3.9915,0,1,0,9.8579,27h8.2842a3.9912,3.9912,0,1,0,5.595-4.5864l2.487-12.4361A3.9945,3.9945,0,0,0,30,6ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,10a2,2,0,1,1,2,2A2.0023,2.0023,0,0,1,4,10ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm12.1421-3H9.8579A3.9942,3.9942,0,0,0,7,22.1421V13.8579a3.9871,3.9871,0,0,0,2.9773-3.6338L22.4136,7.7373a4.0053,4.0053,0,0,0,1.8493,1.8491l-2.487,12.4361A3.9874,3.9874,0,0,0,18.1421,25ZM22,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,22,28Z"
|
|
2364
2387
|
})), children);
|
|
2365
2388
|
});
|
|
2366
2389
|
if (process.env.NODE_ENV !== "production") {
|
|
2367
2390
|
AreaCustom.propTypes = iconPropTypes4cbeb95d.i;
|
|
2368
2391
|
}
|
|
2369
|
-
const ArithmeticMean = /*#__PURE__*/React.forwardRef(function ArithmeticMean(
|
|
2392
|
+
const ArithmeticMean = /*#__PURE__*/React.forwardRef(function ArithmeticMean(_ref103, ref) {
|
|
2370
2393
|
let {
|
|
2371
2394
|
children,
|
|
2372
2395
|
size = 16,
|
|
2373
2396
|
...rest
|
|
2374
|
-
} =
|
|
2397
|
+
} = _ref103;
|
|
2375
2398
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2376
2399
|
width: size,
|
|
2377
2400
|
height: size,
|
|
@@ -2380,19 +2403,19 @@ const ArithmeticMean = /*#__PURE__*/React.forwardRef(function ArithmeticMean(_re
|
|
|
2380
2403
|
viewBox: "0 0 32 32",
|
|
2381
2404
|
fill: "currentColor",
|
|
2382
2405
|
...rest
|
|
2383
|
-
},
|
|
2406
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2384
2407
|
d: "M24 9L22 9 16 17.5713 10 9 8 9 15 19 8 29 10 29 16 20.4287 22 29 24 29 17 19 24 9zM8 3H24V5H8z"
|
|
2385
2408
|
})), children);
|
|
2386
2409
|
});
|
|
2387
2410
|
if (process.env.NODE_ENV !== "production") {
|
|
2388
2411
|
ArithmeticMean.propTypes = iconPropTypes4cbeb95d.i;
|
|
2389
2412
|
}
|
|
2390
|
-
const ArithmeticMedian = /*#__PURE__*/React.forwardRef(function ArithmeticMedian(
|
|
2413
|
+
const ArithmeticMedian = /*#__PURE__*/React.forwardRef(function ArithmeticMedian(_ref104, ref) {
|
|
2391
2414
|
let {
|
|
2392
2415
|
children,
|
|
2393
2416
|
size = 16,
|
|
2394
2417
|
...rest
|
|
2395
|
-
} =
|
|
2418
|
+
} = _ref104;
|
|
2396
2419
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2397
2420
|
width: size,
|
|
2398
2421
|
height: size,
|
|
@@ -2401,19 +2424,19 @@ const ArithmeticMedian = /*#__PURE__*/React.forwardRef(function ArithmeticMedian
|
|
|
2401
2424
|
viewBox: "0 0 32 32",
|
|
2402
2425
|
fill: "currentColor",
|
|
2403
2426
|
...rest
|
|
2404
|
-
},
|
|
2427
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2405
2428
|
d: "M24 9L22 9 16 17.5713 10 9 8 9 15 19 8 29 10 29 16 20.4287 22 29 24 29 17 19 24 9zM20 7c-1.7771 0-3.2314-.8726-4.5144-1.6425-1.1636-.6981-2.2627-1.3575-3.4856-1.3575-1.3977 0-2.449.8629-3.2927 1.707l-1.4146-1.4141c1.0674-1.0675 2.5669-2.293 4.7073-2.293 1.7771 0 3.2314.8726 4.5144 1.6425 1.1636.6981 2.2627 1.3575 3.4856 1.3575 1.3975 0 2.4487-.8629 3.293-1.7072l1.4141 1.4143c-1.0674 1.0675-2.5671 2.2928-4.707 2.2928z"
|
|
2406
2429
|
})), children);
|
|
2407
2430
|
});
|
|
2408
2431
|
if (process.env.NODE_ENV !== "production") {
|
|
2409
2432
|
ArithmeticMedian.propTypes = iconPropTypes4cbeb95d.i;
|
|
2410
2433
|
}
|
|
2411
|
-
const
|
|
2434
|
+
const Arrange = /*#__PURE__*/React.forwardRef(function Arrange(_ref105, ref) {
|
|
2412
2435
|
let {
|
|
2413
2436
|
children,
|
|
2414
2437
|
size = 16,
|
|
2415
2438
|
...rest
|
|
2416
|
-
} =
|
|
2439
|
+
} = _ref105;
|
|
2417
2440
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2418
2441
|
width: size,
|
|
2419
2442
|
height: size,
|
|
@@ -2422,7 +2445,28 @@ const ArrangeHorizontal = /*#__PURE__*/React.forwardRef(function ArrangeHorizont
|
|
|
2422
2445
|
viewBox: "0 0 32 32",
|
|
2423
2446
|
fill: "currentColor",
|
|
2424
2447
|
...rest
|
|
2425
|
-
},
|
|
2448
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2449
|
+
d: "M30,29H2v-2h28v2ZM27,19H5v2h22v-2ZM24,11H8v2h16v-2ZM21,3h-10v2h10v-2Z"
|
|
2450
|
+
})), children);
|
|
2451
|
+
});
|
|
2452
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2453
|
+
Arrange.propTypes = iconPropTypes4cbeb95d.i;
|
|
2454
|
+
}
|
|
2455
|
+
const ArrangeHorizontal = /*#__PURE__*/React.forwardRef(function ArrangeHorizontal(_ref106, ref) {
|
|
2456
|
+
let {
|
|
2457
|
+
children,
|
|
2458
|
+
size = 16,
|
|
2459
|
+
...rest
|
|
2460
|
+
} = _ref106;
|
|
2461
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2462
|
+
width: size,
|
|
2463
|
+
height: size,
|
|
2464
|
+
ref: ref,
|
|
2465
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2466
|
+
viewBox: "0 0 32 32",
|
|
2467
|
+
fill: "currentColor",
|
|
2468
|
+
...rest
|
|
2469
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2426
2470
|
strokeWidth: "0",
|
|
2427
2471
|
d: "M2 3H30V5H2zM13 21H5c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM5 13v6h8v-6H5zM27 21h-8c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zm-8-8v6h8v-6h-8zM2 27H30V29H2z"
|
|
2428
2472
|
})), children);
|
|
@@ -2430,12 +2474,12 @@ const ArrangeHorizontal = /*#__PURE__*/React.forwardRef(function ArrangeHorizont
|
|
|
2430
2474
|
if (process.env.NODE_ENV !== "production") {
|
|
2431
2475
|
ArrangeHorizontal.propTypes = iconPropTypes4cbeb95d.i;
|
|
2432
2476
|
}
|
|
2433
|
-
const ArrangeVertical = /*#__PURE__*/React.forwardRef(function ArrangeVertical(
|
|
2477
|
+
const ArrangeVertical = /*#__PURE__*/React.forwardRef(function ArrangeVertical(_ref107, ref) {
|
|
2434
2478
|
let {
|
|
2435
2479
|
children,
|
|
2436
2480
|
size = 16,
|
|
2437
2481
|
...rest
|
|
2438
|
-
} =
|
|
2482
|
+
} = _ref107;
|
|
2439
2483
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2440
2484
|
width: size,
|
|
2441
2485
|
height: size,
|
|
@@ -2444,7 +2488,7 @@ const ArrangeVertical = /*#__PURE__*/React.forwardRef(function ArrangeVertical(_
|
|
|
2444
2488
|
viewBox: "0 0 32 32",
|
|
2445
2489
|
fill: "currentColor",
|
|
2446
2490
|
...rest
|
|
2447
|
-
},
|
|
2491
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2448
2492
|
strokeWidth: "0",
|
|
2449
2493
|
d: "M27 2H29V30H27zM20 15h-8c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM12 7v6h8v-6h-8zM12 17h8c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2h-8c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2zm8 8v-6h-8v6h8zM3 2H5V30H3z"
|
|
2450
2494
|
})), children);
|
|
@@ -2452,12 +2496,12 @@ const ArrangeVertical = /*#__PURE__*/React.forwardRef(function ArrangeVertical(_
|
|
|
2452
2496
|
if (process.env.NODE_ENV !== "production") {
|
|
2453
2497
|
ArrangeVertical.propTypes = iconPropTypes4cbeb95d.i;
|
|
2454
2498
|
}
|
|
2455
|
-
const
|
|
2499
|
+
const Array = /*#__PURE__*/React.forwardRef(function Array(_ref108, ref) {
|
|
2456
2500
|
let {
|
|
2457
2501
|
children,
|
|
2458
2502
|
size = 16,
|
|
2459
2503
|
...rest
|
|
2460
|
-
} =
|
|
2504
|
+
} = _ref108;
|
|
2461
2505
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2462
2506
|
width: size,
|
|
2463
2507
|
height: size,
|
|
@@ -2466,19 +2510,40 @@ const ArrayBooleans = /*#__PURE__*/React.forwardRef(function ArrayBooleans(_ref1
|
|
|
2466
2510
|
viewBox: "0 0 32 32",
|
|
2467
2511
|
fill: "currentColor",
|
|
2468
2512
|
...rest
|
|
2469
|
-
},
|
|
2513
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2514
|
+
d: "M4,5v22c0,1.1.9,2,2,2h4v-2h-4V5h4v-2h-4c-1.1,0-2,.9-2,2ZM26,3h-4v2h4v22h-4v2h4c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2Z"
|
|
2515
|
+
})), children);
|
|
2516
|
+
});
|
|
2517
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2518
|
+
Array.propTypes = iconPropTypes4cbeb95d.i;
|
|
2519
|
+
}
|
|
2520
|
+
const ArrayBooleans = /*#__PURE__*/React.forwardRef(function ArrayBooleans(_ref109, ref) {
|
|
2521
|
+
let {
|
|
2522
|
+
children,
|
|
2523
|
+
size = 16,
|
|
2524
|
+
...rest
|
|
2525
|
+
} = _ref109;
|
|
2526
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2527
|
+
width: size,
|
|
2528
|
+
height: size,
|
|
2529
|
+
ref: ref,
|
|
2530
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2531
|
+
viewBox: "0 0 32 32",
|
|
2532
|
+
fill: "currentColor",
|
|
2533
|
+
...rest
|
|
2534
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2470
2535
|
d: "M4,2h4v2h-4v4h-2v-4c0-1.1046.8954-2,2-2ZM28,2h-4v2h4v4h2v-4c0-1.1046-.8954-2-2-2ZM4,28v-4h-2v4c0,1.1046.8954,2,2,2h4v-2h-4ZM28,24v4h-4v2h4c1.1046,0,2-.8954,2-2v-4h-2ZM16,16c0-3.3137-2.6863-6-6-6s-6,2.6863-6,6,2.6863,6,6,6,6-2.6863,6-6ZM22,12c-2.2056,0-4,1.7944-4,4s1.7944,4,4,4,4-1.7944,4-4-1.7944-4-4-4M22,10c3.3137,0,6,2.6863,6,6s-2.6863,6-6,6-6-2.6863-6-6,2.6863-6,6-6h0Z"
|
|
2471
2536
|
})), children);
|
|
2472
2537
|
});
|
|
2473
2538
|
if (process.env.NODE_ENV !== "production") {
|
|
2474
2539
|
ArrayBooleans.propTypes = iconPropTypes4cbeb95d.i;
|
|
2475
2540
|
}
|
|
2476
|
-
const ArrayDates = /*#__PURE__*/React.forwardRef(function ArrayDates(
|
|
2541
|
+
const ArrayDates = /*#__PURE__*/React.forwardRef(function ArrayDates(_ref110, ref) {
|
|
2477
2542
|
let {
|
|
2478
2543
|
children,
|
|
2479
2544
|
size = 16,
|
|
2480
2545
|
...rest
|
|
2481
|
-
} =
|
|
2546
|
+
} = _ref110;
|
|
2482
2547
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2483
2548
|
width: size,
|
|
2484
2549
|
height: size,
|
|
@@ -2487,19 +2552,19 @@ const ArrayDates = /*#__PURE__*/React.forwardRef(function ArrayDates(_ref107, re
|
|
|
2487
2552
|
viewBox: "0 0 32 32",
|
|
2488
2553
|
fill: "currentColor",
|
|
2489
2554
|
...rest
|
|
2490
|
-
},
|
|
2555
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2491
2556
|
d: "M23,8h-2v-2h-2v2h-6v-2h-2v2h-2c-1.1047,0-2,.8953-2,2v12c0,1.1047.8953,2,2,2h14c1.1047,0,2-.8953,2-2v-12c0-1.1047-.8953-2-2-2ZM9,22v-7h14v7h-14ZM22.9999,13h-13.9999v-3h2v1h2v-1h6v1h2v-1h2v3ZM4,2h4v2h-4v4h-2v-4c0-1.1046.8954-2,2-2ZM30,4v4h-2v-4h-4v-2h4c1.1046,0,2,.8954,2,2ZM8,28v2h-4c-1.1046,0-2-.8954-2-2v-4h2v4h4ZM30,24v4c0,1.1046-.8954,2-2,2h-4v-2h4v-4h2Z"
|
|
2492
2557
|
})), children);
|
|
2493
2558
|
});
|
|
2494
2559
|
if (process.env.NODE_ENV !== "production") {
|
|
2495
2560
|
ArrayDates.propTypes = iconPropTypes4cbeb95d.i;
|
|
2496
2561
|
}
|
|
2497
|
-
const ArrayNumbers = /*#__PURE__*/React.forwardRef(function ArrayNumbers(
|
|
2562
|
+
const ArrayNumbers = /*#__PURE__*/React.forwardRef(function ArrayNumbers(_ref111, ref) {
|
|
2498
2563
|
let {
|
|
2499
2564
|
children,
|
|
2500
2565
|
size = 16,
|
|
2501
2566
|
...rest
|
|
2502
|
-
} =
|
|
2567
|
+
} = _ref111;
|
|
2503
2568
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2504
2569
|
width: size,
|
|
2505
2570
|
height: size,
|
|
@@ -2508,19 +2573,19 @@ const ArrayNumbers = /*#__PURE__*/React.forwardRef(function ArrayNumbers(_ref108
|
|
|
2508
2573
|
viewBox: "0 0 32 32",
|
|
2509
2574
|
fill: "currentColor",
|
|
2510
2575
|
...rest
|
|
2511
|
-
},
|
|
2576
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2512
2577
|
d: "M11,19v2h-6v-2h2v-5h-2v-2h2v-1h2v8h2ZM19,19h-4v-2h2c1.1025,0,2-.897,2-2v-2c0-1.103-.8975-2-2-2h-4v2h4v2h-2c-1.103,0-2,.897-2,2v4h6v-2ZM25,11h-4v2h4v2h-3v2h3v2h-4v2h4c1.1025,0,2-.8975,2-2v-6c0-1.103-.8975-2-2-2ZM2,4v4h2v-4h4v-2h-4c-1.1046,0-2,.8954-2,2ZM28,2h-4v2h4v4h2v-4c0-1.1046-.8954-2-2-2ZM4,28v-4h-2v4c0,1.1046.8954,2,2,2h4v-2h-4ZM28,24v4h-4v2h4c1.1046,0,2-.8954,2-2v-4h-2Z"
|
|
2513
2578
|
})), children);
|
|
2514
2579
|
});
|
|
2515
2580
|
if (process.env.NODE_ENV !== "production") {
|
|
2516
2581
|
ArrayNumbers.propTypes = iconPropTypes4cbeb95d.i;
|
|
2517
2582
|
}
|
|
2518
|
-
const ArrayObjects = /*#__PURE__*/React.forwardRef(function ArrayObjects(
|
|
2583
|
+
const ArrayObjects = /*#__PURE__*/React.forwardRef(function ArrayObjects(_ref112, ref) {
|
|
2519
2584
|
let {
|
|
2520
2585
|
children,
|
|
2521
2586
|
size = 16,
|
|
2522
2587
|
...rest
|
|
2523
|
-
} =
|
|
2588
|
+
} = _ref112;
|
|
2524
2589
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2525
2590
|
width: size,
|
|
2526
2591
|
height: size,
|
|
@@ -2529,19 +2594,19 @@ const ArrayObjects = /*#__PURE__*/React.forwardRef(function ArrayObjects(_ref109
|
|
|
2529
2594
|
viewBox: "0 0 32 32",
|
|
2530
2595
|
fill: "currentColor",
|
|
2531
2596
|
...rest
|
|
2532
|
-
},
|
|
2597
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2533
2598
|
d: "M10,7h3v2h-3v4c0,1.2002-.5425,2.2661-1.3823,3,.8398.7339,1.3823,1.7998,1.3823,3v4h3v2h-3c-1.103,0-2-.8975-2-2v-4c0-1.1025-.897-2-2-2v-2c1.103,0,2-.8975,2-2v-4c0-1.1025.897-2,2-2ZM24,13v-4c0-1.1025-.897-2-2-2h-3v2h3v4c0,1.2002.5425,2.2661,1.3823,3-.8398.7339-1.3823,1.7998-1.3823,3v4h-3v2h3c1.103,0,2-.8975,2-2v-4c0-1.1025.897-2,2-2v-2c-1.103,0-2-.8975-2-2ZM2,4v4h2v-4h4v-2h-4c-1.1046,0-2,.8954-2,2ZM28,2h-4v2h4v4h2v-4c0-1.1046-.8954-2-2-2ZM4,28v-4h-2v4c0,1.1046.8954,2,2,2h4v-2h-4ZM28,24v4h-4v2h4c1.1046,0,2-.8954,2-2v-4h-2Z"
|
|
2534
2599
|
})), children);
|
|
2535
2600
|
});
|
|
2536
2601
|
if (process.env.NODE_ENV !== "production") {
|
|
2537
2602
|
ArrayObjects.propTypes = iconPropTypes4cbeb95d.i;
|
|
2538
2603
|
}
|
|
2539
|
-
const ArrayStrings = /*#__PURE__*/React.forwardRef(function ArrayStrings(
|
|
2604
|
+
const ArrayStrings = /*#__PURE__*/React.forwardRef(function ArrayStrings(_ref113, ref) {
|
|
2540
2605
|
let {
|
|
2541
2606
|
children,
|
|
2542
2607
|
size = 16,
|
|
2543
2608
|
...rest
|
|
2544
|
-
} =
|
|
2609
|
+
} = _ref113;
|
|
2545
2610
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2546
2611
|
width: size,
|
|
2547
2612
|
height: size,
|
|
@@ -2550,19 +2615,19 @@ const ArrayStrings = /*#__PURE__*/React.forwardRef(function ArrayStrings(_ref110
|
|
|
2550
2615
|
viewBox: "0 0 32 32",
|
|
2551
2616
|
fill: "currentColor",
|
|
2552
2617
|
...rest
|
|
2553
|
-
},
|
|
2618
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2554
2619
|
d: "M4,28h4v2h-4c-1.1046,0-2-.8954-2-2v-4h2v4ZM11,13v8h-5c-1.1046,0-2-.8954-2-2v-2c0-1.1046.8954-2,2-2h3v-2h-4v-2h4c1.1025,0,2,.897,2,2ZM9,17h-3v2h3v-2ZM4,4h4v-2h-4c-1.1046,0-2,.8954-2,2v4h2v-4ZM28,2h-4v2h4v4h2v-4c0-1.1046-.8954-2-2-2ZM28,28h-4v2h4c1.1046,0,2-.8954,2-2v-4h-2v4ZM28,21v-2h-4v-6h4v-2h-4c-1.1025,0-2,.897-2,2v6c0,1.1025.8975,2,2,2h4ZM20,13v6c0,1.1025-.8975,2-2,2h-5v-13h2v3h3c1.1025,0,2,.897,2,2ZM18,13h-3v6h3v-6Z"
|
|
2555
2620
|
})), children);
|
|
2556
2621
|
});
|
|
2557
2622
|
if (process.env.NODE_ENV !== "production") {
|
|
2558
2623
|
ArrayStrings.propTypes = iconPropTypes4cbeb95d.i;
|
|
2559
2624
|
}
|
|
2560
|
-
const Arrival = /*#__PURE__*/React.forwardRef(function Arrival(
|
|
2625
|
+
const Arrival = /*#__PURE__*/React.forwardRef(function Arrival(_ref114, ref) {
|
|
2561
2626
|
let {
|
|
2562
2627
|
children,
|
|
2563
2628
|
size = 16,
|
|
2564
2629
|
...rest
|
|
2565
|
-
} =
|
|
2630
|
+
} = _ref114;
|
|
2566
2631
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2567
2632
|
width: size,
|
|
2568
2633
|
height: size,
|
|
@@ -2571,19 +2636,19 @@ const Arrival = /*#__PURE__*/React.forwardRef(function Arrival(_ref111, ref) {
|
|
|
2571
2636
|
viewBox: "0 0 32 32",
|
|
2572
2637
|
fill: "currentColor",
|
|
2573
2638
|
...rest
|
|
2574
|
-
},
|
|
2639
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2575
2640
|
d: "M2 28H30V30H2zM17.21 5.23l1.39.38 1 11.29 5.87 1.57A2 2 0 0127 20.62a1.88 1.88 0 01-1.37 1.52 2 2 0 01-1 0l-18.7-5a1.89 1.89 0 01-1.33-2.3L6.35 8.34l1.44.38L8.4 13.9l6 1.62L17.21 5.23m-1-2.2a1 1 0 00-.68.69L13 13.07l-2.81-.75L9.69 7.79A1 1 0 009 7L5.87 6.14a.94.94 0 00-.5 0 1 1 0 00-.68.68l-2 7.49a3.87 3.87 0 002.74 4.74l18.71 5A3.87 3.87 0 0029 21a4 4 0 00-3-4.42l-4.52-1.21L20.53 4.71a1 1 0 00-.72-.85L16.73 3a1.06 1.06 0 00-.5 0z"
|
|
2576
2641
|
})), children);
|
|
2577
2642
|
});
|
|
2578
2643
|
if (process.env.NODE_ENV !== "production") {
|
|
2579
2644
|
Arrival.propTypes = iconPropTypes4cbeb95d.i;
|
|
2580
2645
|
}
|
|
2581
|
-
const WatsonHealthArrowAnnotation = /*#__PURE__*/React.forwardRef(function WatsonHealthArrowAnnotation(
|
|
2646
|
+
const WatsonHealthArrowAnnotation = /*#__PURE__*/React.forwardRef(function WatsonHealthArrowAnnotation(_ref115, ref) {
|
|
2582
2647
|
let {
|
|
2583
2648
|
children,
|
|
2584
2649
|
size = 16,
|
|
2585
2650
|
...rest
|
|
2586
|
-
} =
|
|
2651
|
+
} = _ref115;
|
|
2587
2652
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2588
2653
|
width: size,
|
|
2589
2654
|
height: size,
|
|
@@ -2592,21 +2657,21 @@ const WatsonHealthArrowAnnotation = /*#__PURE__*/React.forwardRef(function Watso
|
|
|
2592
2657
|
viewBox: "0 0 32 32",
|
|
2593
2658
|
fill: "currentColor",
|
|
2594
2659
|
...rest
|
|
2595
|
-
},
|
|
2660
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2596
2661
|
d: "M13.71 12.29L7.42 6 14 6 14 4 4 4 4 13.99 6 14.01 6 7.41 12.29 13.7 13.71 12.29zM28 10H18v2H28V28H12V18H10V28a2 2 0 002 2H28a2 2 0 002-2V12A2 2 0 0028 10z"
|
|
2597
|
-
})),
|
|
2662
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2598
2663
|
d: "M19 25L21 25 21 18 24 18 24 16 16 16 16 18 19 18 19 25z"
|
|
2599
2664
|
})), children);
|
|
2600
2665
|
});
|
|
2601
2666
|
if (process.env.NODE_ENV !== "production") {
|
|
2602
2667
|
WatsonHealthArrowAnnotation.propTypes = iconPropTypes4cbeb95d.i;
|
|
2603
2668
|
}
|
|
2604
|
-
const ArrowDown = /*#__PURE__*/React.forwardRef(function ArrowDown(
|
|
2669
|
+
const ArrowDown = /*#__PURE__*/React.forwardRef(function ArrowDown(_ref116, ref) {
|
|
2605
2670
|
let {
|
|
2606
2671
|
children,
|
|
2607
2672
|
size = 16,
|
|
2608
2673
|
...rest
|
|
2609
|
-
} =
|
|
2674
|
+
} = _ref116;
|
|
2610
2675
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2611
2676
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2612
2677
|
width: size,
|
|
@@ -2616,7 +2681,7 @@ const ArrowDown = /*#__PURE__*/React.forwardRef(function ArrowDown(_ref113, ref)
|
|
|
2616
2681
|
viewBox: "0 0 16 16",
|
|
2617
2682
|
fill: "currentColor",
|
|
2618
2683
|
...rest
|
|
2619
|
-
},
|
|
2684
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2620
2685
|
d: "M12.3 9.3L8.5 13.1 8.5 1 7.5 1 7.5 13.1 3.7 9.3 3 10 8 15 13 10z"
|
|
2621
2686
|
})), children);
|
|
2622
2687
|
}
|
|
@@ -2628,19 +2693,19 @@ const ArrowDown = /*#__PURE__*/React.forwardRef(function ArrowDown(_ref113, ref)
|
|
|
2628
2693
|
viewBox: "0 0 32 32",
|
|
2629
2694
|
fill: "currentColor",
|
|
2630
2695
|
...rest
|
|
2631
|
-
},
|
|
2696
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2632
2697
|
d: "M24.59 16.59L17 24.17 17 4 15 4 15 24.17 7.41 16.59 6 18 16 28 26 18 24.59 16.59z"
|
|
2633
2698
|
})), children);
|
|
2634
2699
|
});
|
|
2635
2700
|
if (process.env.NODE_ENV !== "production") {
|
|
2636
2701
|
ArrowDown.propTypes = iconPropTypes4cbeb95d.i;
|
|
2637
2702
|
}
|
|
2638
|
-
const ArrowDownLeft = /*#__PURE__*/React.forwardRef(function ArrowDownLeft(
|
|
2703
|
+
const ArrowDownLeft = /*#__PURE__*/React.forwardRef(function ArrowDownLeft(_ref117, ref) {
|
|
2639
2704
|
let {
|
|
2640
2705
|
children,
|
|
2641
2706
|
size = 16,
|
|
2642
2707
|
...rest
|
|
2643
|
-
} =
|
|
2708
|
+
} = _ref117;
|
|
2644
2709
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2645
2710
|
width: size,
|
|
2646
2711
|
height: size,
|
|
@@ -2649,19 +2714,19 @@ const ArrowDownLeft = /*#__PURE__*/React.forwardRef(function ArrowDownLeft(_ref1
|
|
|
2649
2714
|
viewBox: "0 0 32 32",
|
|
2650
2715
|
fill: "currentColor",
|
|
2651
2716
|
...rest
|
|
2652
|
-
},
|
|
2717
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2653
2718
|
d: "M22 26L22 24 9.41 24 26 7.41 24.59 6 8 22.59 8 10 6 10 6 26 22 26z"
|
|
2654
2719
|
})), children);
|
|
2655
2720
|
});
|
|
2656
2721
|
if (process.env.NODE_ENV !== "production") {
|
|
2657
2722
|
ArrowDownLeft.propTypes = iconPropTypes4cbeb95d.i;
|
|
2658
2723
|
}
|
|
2659
|
-
const ArrowDownRight = /*#__PURE__*/React.forwardRef(function ArrowDownRight(
|
|
2724
|
+
const ArrowDownRight = /*#__PURE__*/React.forwardRef(function ArrowDownRight(_ref118, ref) {
|
|
2660
2725
|
let {
|
|
2661
2726
|
children,
|
|
2662
2727
|
size = 16,
|
|
2663
2728
|
...rest
|
|
2664
|
-
} =
|
|
2729
|
+
} = _ref118;
|
|
2665
2730
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2666
2731
|
width: size,
|
|
2667
2732
|
height: size,
|
|
@@ -2670,19 +2735,19 @@ const ArrowDownRight = /*#__PURE__*/React.forwardRef(function ArrowDownRight(_re
|
|
|
2670
2735
|
viewBox: "0 0 32 32",
|
|
2671
2736
|
fill: "currentColor",
|
|
2672
2737
|
...rest
|
|
2673
|
-
},
|
|
2738
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2674
2739
|
d: "M10 26L10 24 22.59 24 6 7.41 7.41 6 24 22.59 24 10 26 10 26 26 10 26z"
|
|
2675
2740
|
})), children);
|
|
2676
2741
|
});
|
|
2677
2742
|
if (process.env.NODE_ENV !== "production") {
|
|
2678
2743
|
ArrowDownRight.propTypes = iconPropTypes4cbeb95d.i;
|
|
2679
2744
|
}
|
|
2680
|
-
const ArrowLeft = /*#__PURE__*/React.forwardRef(function ArrowLeft(
|
|
2745
|
+
const ArrowLeft = /*#__PURE__*/React.forwardRef(function ArrowLeft(_ref119, ref) {
|
|
2681
2746
|
let {
|
|
2682
2747
|
children,
|
|
2683
2748
|
size = 16,
|
|
2684
2749
|
...rest
|
|
2685
|
-
} =
|
|
2750
|
+
} = _ref119;
|
|
2686
2751
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2687
2752
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2688
2753
|
width: size,
|
|
@@ -2692,7 +2757,7 @@ const ArrowLeft = /*#__PURE__*/React.forwardRef(function ArrowLeft(_ref116, ref)
|
|
|
2692
2757
|
viewBox: "0 0 16 16",
|
|
2693
2758
|
fill: "currentColor",
|
|
2694
2759
|
...rest
|
|
2695
|
-
},
|
|
2760
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2696
2761
|
d: "M6.7 12.3L2.9 8.5 15 8.5 15 7.5 2.9 7.5 6.7 3.7 6 3 1 8 6 13z"
|
|
2697
2762
|
})), children);
|
|
2698
2763
|
}
|
|
@@ -2704,19 +2769,19 @@ const ArrowLeft = /*#__PURE__*/React.forwardRef(function ArrowLeft(_ref116, ref)
|
|
|
2704
2769
|
viewBox: "0 0 32 32",
|
|
2705
2770
|
fill: "currentColor",
|
|
2706
2771
|
...rest
|
|
2707
|
-
},
|
|
2772
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2708
2773
|
d: "M14 26L15.41 24.59 7.83 17 28 17 28 15 7.83 15 15.41 7.41 14 6 4 16 14 26z"
|
|
2709
2774
|
})), children);
|
|
2710
2775
|
});
|
|
2711
2776
|
if (process.env.NODE_ENV !== "production") {
|
|
2712
2777
|
ArrowLeft.propTypes = iconPropTypes4cbeb95d.i;
|
|
2713
2778
|
}
|
|
2714
|
-
const ArrowRight = /*#__PURE__*/React.forwardRef(function ArrowRight(
|
|
2779
|
+
const ArrowRight = /*#__PURE__*/React.forwardRef(function ArrowRight(_ref120, ref) {
|
|
2715
2780
|
let {
|
|
2716
2781
|
children,
|
|
2717
2782
|
size = 16,
|
|
2718
2783
|
...rest
|
|
2719
|
-
} =
|
|
2784
|
+
} = _ref120;
|
|
2720
2785
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2721
2786
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2722
2787
|
width: size,
|
|
@@ -2726,7 +2791,7 @@ const ArrowRight = /*#__PURE__*/React.forwardRef(function ArrowRight(_ref117, re
|
|
|
2726
2791
|
viewBox: "0 0 16 16",
|
|
2727
2792
|
fill: "currentColor",
|
|
2728
2793
|
...rest
|
|
2729
|
-
},
|
|
2794
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2730
2795
|
d: "M9.3 3.7L13.1 7.5 1 7.5 1 8.5 13.1 8.5 9.3 12.3 10 13 15 8 10 3z"
|
|
2731
2796
|
})), children);
|
|
2732
2797
|
}
|
|
@@ -2739,7 +2804,7 @@ const ArrowRight = /*#__PURE__*/React.forwardRef(function ArrowRight(_ref117, re
|
|
|
2739
2804
|
viewBox: "0 0 20 20",
|
|
2740
2805
|
fill: "currentColor",
|
|
2741
2806
|
...rest
|
|
2742
|
-
},
|
|
2807
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2743
2808
|
d: "M11.8 2.8L10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z"
|
|
2744
2809
|
})), children);
|
|
2745
2810
|
}
|
|
@@ -2752,7 +2817,7 @@ const ArrowRight = /*#__PURE__*/React.forwardRef(function ArrowRight(_ref117, re
|
|
|
2752
2817
|
viewBox: "0 0 24 24",
|
|
2753
2818
|
fill: "currentColor",
|
|
2754
2819
|
...rest
|
|
2755
|
-
},
|
|
2820
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2756
2821
|
d: "M14 4L12.9 5.1 18.9 11.2 2 11.2 2 12.8 18.9 12.8 12.9 18.9 14 20 22 12z"
|
|
2757
2822
|
})), children);
|
|
2758
2823
|
}
|
|
@@ -2764,19 +2829,19 @@ const ArrowRight = /*#__PURE__*/React.forwardRef(function ArrowRight(_ref117, re
|
|
|
2764
2829
|
viewBox: "0 0 32 32",
|
|
2765
2830
|
fill: "currentColor",
|
|
2766
2831
|
...rest
|
|
2767
|
-
},
|
|
2832
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2768
2833
|
d: "M18 6L16.57 7.393 24.15 15 4 15 4 17 24.15 17 16.57 24.573 18 26 28 16 18 6z"
|
|
2769
2834
|
})), children);
|
|
2770
2835
|
});
|
|
2771
2836
|
if (process.env.NODE_ENV !== "production") {
|
|
2772
2837
|
ArrowRight.propTypes = iconPropTypes4cbeb95d.i;
|
|
2773
2838
|
}
|
|
2774
|
-
const ArrowUp = /*#__PURE__*/React.forwardRef(function ArrowUp(
|
|
2839
|
+
const ArrowUp = /*#__PURE__*/React.forwardRef(function ArrowUp(_ref121, ref) {
|
|
2775
2840
|
let {
|
|
2776
2841
|
children,
|
|
2777
2842
|
size = 16,
|
|
2778
2843
|
...rest
|
|
2779
|
-
} =
|
|
2844
|
+
} = _ref121;
|
|
2780
2845
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2781
2846
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2782
2847
|
width: size,
|
|
@@ -2786,7 +2851,7 @@ const ArrowUp = /*#__PURE__*/React.forwardRef(function ArrowUp(_ref118, ref) {
|
|
|
2786
2851
|
viewBox: "0 0 16 16",
|
|
2787
2852
|
fill: "currentColor",
|
|
2788
2853
|
...rest
|
|
2789
|
-
},
|
|
2854
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2790
2855
|
d: "M3.7 6.7L7.5 2.9 7.5 15 8.5 15 8.5 2.9 12.3 6.7 13 6 8 1 3 6z"
|
|
2791
2856
|
})), children);
|
|
2792
2857
|
}
|
|
@@ -2798,19 +2863,19 @@ const ArrowUp = /*#__PURE__*/React.forwardRef(function ArrowUp(_ref118, ref) {
|
|
|
2798
2863
|
viewBox: "0 0 32 32",
|
|
2799
2864
|
fill: "currentColor",
|
|
2800
2865
|
...rest
|
|
2801
|
-
},
|
|
2866
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2802
2867
|
d: "M16 4L6 14 7.41 15.41 15 7.83 15 28 17 28 17 7.83 24.59 15.41 26 14 16 4z"
|
|
2803
2868
|
})), children);
|
|
2804
2869
|
});
|
|
2805
2870
|
if (process.env.NODE_ENV !== "production") {
|
|
2806
2871
|
ArrowUp.propTypes = iconPropTypes4cbeb95d.i;
|
|
2807
2872
|
}
|
|
2808
|
-
const ArrowUpLeft = /*#__PURE__*/React.forwardRef(function ArrowUpLeft(
|
|
2873
|
+
const ArrowUpLeft = /*#__PURE__*/React.forwardRef(function ArrowUpLeft(_ref122, ref) {
|
|
2809
2874
|
let {
|
|
2810
2875
|
children,
|
|
2811
2876
|
size = 16,
|
|
2812
2877
|
...rest
|
|
2813
|
-
} =
|
|
2878
|
+
} = _ref122;
|
|
2814
2879
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2815
2880
|
width: size,
|
|
2816
2881
|
height: size,
|
|
@@ -2819,19 +2884,19 @@ const ArrowUpLeft = /*#__PURE__*/React.forwardRef(function ArrowUpLeft(_ref119,
|
|
|
2819
2884
|
viewBox: "0 0 32 32",
|
|
2820
2885
|
fill: "currentColor",
|
|
2821
2886
|
...rest
|
|
2822
|
-
},
|
|
2887
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2823
2888
|
d: "M22 6L22 8 9.41 8 26 24.59 24.59 26 8 9.41 8 22 6 22 6 6 22 6z"
|
|
2824
2889
|
})), children);
|
|
2825
2890
|
});
|
|
2826
2891
|
if (process.env.NODE_ENV !== "production") {
|
|
2827
2892
|
ArrowUpLeft.propTypes = iconPropTypes4cbeb95d.i;
|
|
2828
2893
|
}
|
|
2829
|
-
const ArrowUpRight = /*#__PURE__*/React.forwardRef(function ArrowUpRight(
|
|
2894
|
+
const ArrowUpRight = /*#__PURE__*/React.forwardRef(function ArrowUpRight(_ref123, ref) {
|
|
2830
2895
|
let {
|
|
2831
2896
|
children,
|
|
2832
2897
|
size = 16,
|
|
2833
2898
|
...rest
|
|
2834
|
-
} =
|
|
2899
|
+
} = _ref123;
|
|
2835
2900
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2836
2901
|
width: size,
|
|
2837
2902
|
height: size,
|
|
@@ -2840,95 +2905,19 @@ const ArrowUpRight = /*#__PURE__*/React.forwardRef(function ArrowUpRight(_ref120
|
|
|
2840
2905
|
viewBox: "0 0 32 32",
|
|
2841
2906
|
fill: "currentColor",
|
|
2842
2907
|
...rest
|
|
2843
|
-
},
|
|
2908
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2844
2909
|
d: "M10 6L10 8 22.59 8 6 24.59 7.41 26 24 9.41 24 22 26 22 26 6 10 6z"
|
|
2845
2910
|
})), children);
|
|
2846
2911
|
});
|
|
2847
2912
|
if (process.env.NODE_ENV !== "production") {
|
|
2848
2913
|
ArrowUpRight.propTypes = iconPropTypes4cbeb95d.i;
|
|
2849
2914
|
}
|
|
2850
|
-
const ArrowShiftDown = /*#__PURE__*/React.forwardRef(function ArrowShiftDown(
|
|
2851
|
-
let {
|
|
2852
|
-
children,
|
|
2853
|
-
size = 16,
|
|
2854
|
-
...rest
|
|
2855
|
-
} = _ref121;
|
|
2856
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2857
|
-
width: size,
|
|
2858
|
-
height: size,
|
|
2859
|
-
ref: ref,
|
|
2860
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2861
|
-
viewBox: "0 0 32 32",
|
|
2862
|
-
fill: "currentColor",
|
|
2863
|
-
...rest
|
|
2864
|
-
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2865
|
-
d: "M23,6V16h5a1,1,0,0,1,.707,1.707l-12,12a.9994.9994,0,0,1-1.414,0l-12-12A1,1,0,0,1,4,16H9V6a2.0023,2.0023,0,0,1,2-2H21A2.0027,2.0027,0,0,1,23,6ZM16,27.5859,25.5859,18H21V6H11V18H6.4141Z"
|
|
2866
|
-
})), children);
|
|
2867
|
-
});
|
|
2868
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2869
|
-
ArrowShiftDown.propTypes = iconPropTypes4cbeb95d.i;
|
|
2870
|
-
}
|
|
2871
|
-
const ArrowsHorizontal = /*#__PURE__*/React.forwardRef(function ArrowsHorizontal(_ref122, ref) {
|
|
2872
|
-
let {
|
|
2873
|
-
children,
|
|
2874
|
-
size = 16,
|
|
2875
|
-
...rest
|
|
2876
|
-
} = _ref122;
|
|
2877
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2878
|
-
width: size,
|
|
2879
|
-
height: size,
|
|
2880
|
-
ref: ref,
|
|
2881
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2882
|
-
viewBox: "0 0 32 32",
|
|
2883
|
-
fill: "currentColor",
|
|
2884
|
-
...rest
|
|
2885
|
-
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2886
|
-
d: "M11.41 26.59L7.83 23 28 23 28 21 7.83 21 11.41 17.41 10 16 4 22 10 28 11.41 26.59zM28 10L22 4 20.59 5.41 24.17 9 4 9 4 11 24.17 11 20.59 14.59 22 16 28 10z"
|
|
2887
|
-
})), children);
|
|
2888
|
-
});
|
|
2889
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2890
|
-
ArrowsHorizontal.propTypes = iconPropTypes4cbeb95d.i;
|
|
2891
|
-
}
|
|
2892
|
-
const ArrowsVertical = /*#__PURE__*/React.forwardRef(function ArrowsVertical(_ref123, ref) {
|
|
2893
|
-
let {
|
|
2894
|
-
children,
|
|
2895
|
-
size = 16,
|
|
2896
|
-
...rest
|
|
2897
|
-
} = _ref123;
|
|
2898
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2899
|
-
width: size,
|
|
2900
|
-
height: size,
|
|
2901
|
-
ref: ref,
|
|
2902
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2903
|
-
viewBox: "0 0 32 32",
|
|
2904
|
-
fill: "currentColor",
|
|
2905
|
-
...rest
|
|
2906
|
-
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2907
|
-
d: "M27.6 20.6L24 24.2 24 4 22 4 22 24.2 18.4 20.6 17 22 23 28 29 22zM9 4L3 10 4.4 11.4 8 7.8 8 28 10 28 10 7.8 13.6 11.4 15 10z"
|
|
2908
|
-
})), children);
|
|
2909
|
-
});
|
|
2910
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2911
|
-
ArrowsVertical.propTypes = iconPropTypes4cbeb95d.i;
|
|
2912
|
-
}
|
|
2913
|
-
const Asleep = /*#__PURE__*/React.forwardRef(function Asleep(_ref124, ref) {
|
|
2915
|
+
const ArrowShiftDown = /*#__PURE__*/React.forwardRef(function ArrowShiftDown(_ref124, ref) {
|
|
2914
2916
|
let {
|
|
2915
2917
|
children,
|
|
2916
2918
|
size = 16,
|
|
2917
2919
|
...rest
|
|
2918
2920
|
} = _ref124;
|
|
2919
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2920
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2921
|
-
width: size,
|
|
2922
|
-
height: size,
|
|
2923
|
-
ref: ref,
|
|
2924
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2925
|
-
viewBox: "0 0 16 16",
|
|
2926
|
-
fill: "currentColor",
|
|
2927
|
-
...rest
|
|
2928
|
-
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2929
|
-
d: "M7.2,2.3c-1,4.4,1.7,8.7,6.1,9.8c0.1,0,0.1,0,0.2,0c-1.1,1.2-2.7,1.8-4.3,1.8c-0.1,0-0.2,0-0.2,0C5.6,13.8,3,11,3.2,7.7 C3.2,5.3,4.8,3.1,7.2,2.3 M8,1L8,1C4.1,1.6,1.5,5.3,2.1,9.1c0.6,3.3,3.4,5.8,6.8,5.9c0.1,0,0.2,0,0.3,0c2.3,0,4.4-1.1,5.8-3 c0.2-0.2,0.1-0.6-0.1-0.7c-0.1-0.1-0.2-0.1-0.3-0.1c-3.9-0.3-6.7-3.8-6.4-7.6C8.3,3,8.4,2.4,8.6,1.8c0.1-0.3,0-0.6-0.3-0.7 C8.1,1,8.1,1,8,1z"
|
|
2930
|
-
})), children);
|
|
2931
|
-
}
|
|
2932
2921
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2933
2922
|
width: size,
|
|
2934
2923
|
height: size,
|
|
@@ -2938,13 +2927,13 @@ const Asleep = /*#__PURE__*/React.forwardRef(function Asleep(_ref124, ref) {
|
|
|
2938
2927
|
fill: "currentColor",
|
|
2939
2928
|
...rest
|
|
2940
2929
|
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2941
|
-
d: "
|
|
2930
|
+
d: "M23,6V16h5a1,1,0,0,1,.707,1.707l-12,12a.9994.9994,0,0,1-1.414,0l-12-12A1,1,0,0,1,4,16H9V6a2.0023,2.0023,0,0,1,2-2H21A2.0027,2.0027,0,0,1,23,6ZM16,27.5859,25.5859,18H21V6H11V18H6.4141Z"
|
|
2942
2931
|
})), children);
|
|
2943
2932
|
});
|
|
2944
2933
|
if (process.env.NODE_ENV !== "production") {
|
|
2945
|
-
|
|
2934
|
+
ArrowShiftDown.propTypes = iconPropTypes4cbeb95d.i;
|
|
2946
2935
|
}
|
|
2947
|
-
const
|
|
2936
|
+
const ArrowsHorizontal = /*#__PURE__*/React.forwardRef(function ArrowsHorizontal(_ref125, ref) {
|
|
2948
2937
|
let {
|
|
2949
2938
|
children,
|
|
2950
2939
|
size = 16,
|
|
@@ -2959,11 +2948,11 @@ const AsleepFilled = /*#__PURE__*/React.forwardRef(function AsleepFilled(_ref125
|
|
|
2959
2948
|
fill: "currentColor",
|
|
2960
2949
|
...rest
|
|
2961
2950
|
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2962
|
-
d: "
|
|
2951
|
+
d: "M11.41 26.59L7.83 23 28 23 28 21 7.83 21 11.41 17.41 10 16 4 22 10 28 11.41 26.59zM28 10L22 4 20.59 5.41 24.17 9 4 9 4 11 24.17 11 20.59 14.59 22 16 28 10z"
|
|
2963
2952
|
})), children);
|
|
2964
2953
|
});
|
|
2965
2954
|
if (process.env.NODE_ENV !== "production") {
|
|
2966
|
-
|
|
2955
|
+
ArrowsHorizontal.propTypes = iconPropTypes4cbeb95d.i;
|
|
2967
2956
|
}
|
|
2968
2957
|
|
|
2969
2958
|
exports.AcceptActionUsage = AcceptActionUsage;
|
|
@@ -2986,6 +2975,7 @@ exports.AddFilled = AddFilled;
|
|
|
2986
2975
|
exports.AddLarge = AddLarge;
|
|
2987
2976
|
exports.AgricultureAnalytics = AgricultureAnalytics;
|
|
2988
2977
|
exports.Ai = Ai;
|
|
2978
|
+
exports.AiBusinessImpactAssessment = AiBusinessImpactAssessment;
|
|
2989
2979
|
exports.AiFinancialSustainabilityCheck = AiFinancialSustainabilityCheck;
|
|
2990
2980
|
exports.AiGenerate = AiGenerate;
|
|
2991
2981
|
exports.AiGovernanceLifecycle = AiGovernanceLifecycle;
|
|
@@ -3043,8 +3033,10 @@ exports.Area = Area;
|
|
|
3043
3033
|
exports.AreaCustom = AreaCustom;
|
|
3044
3034
|
exports.ArithmeticMean = ArithmeticMean;
|
|
3045
3035
|
exports.ArithmeticMedian = ArithmeticMedian;
|
|
3036
|
+
exports.Arrange = Arrange;
|
|
3046
3037
|
exports.ArrangeHorizontal = ArrangeHorizontal;
|
|
3047
3038
|
exports.ArrangeVertical = ArrangeVertical;
|
|
3039
|
+
exports.Array = Array;
|
|
3048
3040
|
exports.ArrayBooleans = ArrayBooleans;
|
|
3049
3041
|
exports.ArrayDates = ArrayDates;
|
|
3050
3042
|
exports.ArrayNumbers = ArrayNumbers;
|
|
@@ -3061,9 +3053,6 @@ exports.ArrowUp = ArrowUp;
|
|
|
3061
3053
|
exports.ArrowUpLeft = ArrowUpLeft;
|
|
3062
3054
|
exports.ArrowUpRight = ArrowUpRight;
|
|
3063
3055
|
exports.ArrowsHorizontal = ArrowsHorizontal;
|
|
3064
|
-
exports.ArrowsVertical = ArrowsVertical;
|
|
3065
|
-
exports.Asleep = Asleep;
|
|
3066
|
-
exports.AsleepFilled = AsleepFilled;
|
|
3067
3056
|
exports.WatsonHealth3DCursor = WatsonHealth3DCursor;
|
|
3068
3057
|
exports.WatsonHealth3DCursorAlt = WatsonHealth3DCursorAlt;
|
|
3069
3058
|
exports.WatsonHealth3DCurveAutoColon = WatsonHealth3DCurveAutoColon;
|