@carbon-labs/react-animated-header 0.18.0 → 0.19.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.
Files changed (74) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +696 -168
  2. package/es/__stories__/data/index.d.ts +58 -14
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +3 -1
  5. package/es/components/TasksController/TasksController.d.ts +3 -3
  6. package/es/components/TasksController/TasksController.js +4 -1
  7. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -29
  12. package/es/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  13. package/es/components/Tiles/GlassTile/GlassTileBody.js +53 -0
  14. package/es/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  15. package/es/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  16. package/es/index.js +1 -0
  17. package/lib/__stories__/AnimatedHeader.stories.d.ts +696 -168
  18. package/lib/__stories__/data/index.d.ts +58 -14
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +3 -1
  21. package/lib/components/TasksController/TasksController.d.ts +3 -3
  22. package/lib/components/TasksController/TasksController.js +4 -1
  23. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -28
  28. package/lib/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  29. package/lib/components/Tiles/GlassTile/GlassTileBody.js +55 -0
  30. package/lib/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  31. package/lib/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  32. package/lib/index.js +1 -0
  33. package/package.json +2 -2
  34. package/scss/Tiles/GlassTile/glass-tile.scss +0 -1
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -2956
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3263
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -2946
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3112
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -2967
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3056
  41. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -2888
  42. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3072
  43. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -2992
  44. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2843
  45. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3080
  46. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1680
  47. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3096
  48. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3008
  49. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -2916
  50. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -2992
  51. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -2983
  52. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3106
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3090
  54. package/es/node_modules/@carbon/icons-react/es/index.js +0 -30
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -3082
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3389
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -3072
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3238
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -3093
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3182
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -3014
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3198
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -3118
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2969
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3206
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1750
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3222
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3134
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -3042
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -3118
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -3109
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3232
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3216
  74. package/lib/node_modules/@carbon/icons-react/es/index.js +0 -2480
@@ -1,3112 +0,0 @@
1
- /**
2
- * Copyright IBM Corp. 2024
3
- *
4
- * This source code is licensed under the Apache-2.0 license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- */
7
-
8
- import React from 'react';
9
- import Icon from '../Icon.js';
10
- import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
11
- import 'prop-types';
12
-
13
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _circle, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _circle2, _path80, _path81, _circle3, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _switch, _switch2, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _circle4, _circle5, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _circle6, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _circle7, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _circle8, _path192, _path193, _path194, _circle9, _circle10, _circle11, _circle12, _circle13, _circle14, _circle15, _circle16, _circle17, _path195, _circle18, _circle19, _circle20, _circle21, _circle22, _circle23, _circle24, _circle25, _circle26, _circle27, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _circle34, _path196, _path197, _path198, _path199, _circle35, _path200, _path201, _path202, _circle36, _path203, _circle37, _path204;
14
- const didWarnAboutDeprecation = {};
15
- const LogoRedHatAnsible = /*#__PURE__*/React.forwardRef(function LogoRedHatAnsible(_ref, ref) {
16
- let {
17
- children,
18
- size = 16,
19
- ...rest
20
- } = _ref;
21
- return /*#__PURE__*/React.createElement(Icon, {
22
- width: size,
23
- height: size,
24
- ref: ref,
25
- xmlns: "http://www.w3.org/2000/svg",
26
- viewBox: "0 0 32 32",
27
- fill: "currentColor",
28
- ...rest
29
- }, _path || (_path = /*#__PURE__*/React.createElement("path", {
30
- d: "M21.9104,20.5859h0l-5-11c-.1577-.3452-.5061-.5859-.9104-.5859s-.7529,.2407-.9104,.5859l-5,11c-.0576,.1265-.0896,.2661-.0896,.4141,0,.5522,.4478,1,1,1,.4043,0,.7527-.2407,.9104-.5859l1.9985-4.3965,6.4978,4.7876c.166,.1226,.3711,.1948,.5933,.1948,.5522,0,1-.4478,1-1,0-.1479-.032-.2881-.0896-.4141Zm-5.9104-8.1689l2.499,5.498-3.7441-2.7588,1.2451-2.7393Z"
31
- })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
32
- d: "M16,30c-7.7197,0-14-6.2803-14-14S8.2803,2,16,2s14,6.2803,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3833-12,12s5.3833,12,12,12,12-5.3833,12-12-5.3833-12-12-12Z"
33
- })), children);
34
- });
35
- if (process.env.NODE_ENV !== "production") {
36
- LogoRedHatAnsible.propTypes = iconPropTypes;
37
- }
38
- const LogoSketch = /*#__PURE__*/React.forwardRef(function LogoSketch(_ref2, ref) {
39
- let {
40
- children,
41
- size = 16,
42
- ...rest
43
- } = _ref2;
44
- return /*#__PURE__*/React.createElement(Icon, {
45
- width: size,
46
- height: size,
47
- ref: ref,
48
- xmlns: "http://www.w3.org/2000/svg",
49
- viewBox: "0 0 32 32",
50
- fill: "currentColor",
51
- ...rest
52
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
53
- d: "M16.1,3.2l7.7,0.9c0.2,0,0.3,0.1,0.4,0.2l5.7,7.7c0.2,0.2,0.2,0.5,0,0.7l-13.6,16c-0.1,0.1-0.3,0.1-0.4,0c0,0,0,0,0,0 l-13.6-16C2,12.5,2,12.2,2.1,12l5.7-7.7c0.1-0.1,0.2-0.2,0.4-0.2l7.7-0.9C16,3.2,16,3.2,16.1,3.2z M17.7,4.8c0,0-0.1,0-0.2,0 c0,0-0.1,0.1,0,0.2l0,0l4.3,5.4c0,0.1,0.1,0.1,0.1,0.2c0,0.2-0.1,0.3-0.3,0.3l0,0H10.4c-0.1,0-0.1,0-0.2-0.1 c-0.1-0.1-0.1-0.3-0.1-0.4l0,0L14.5,5c0,0,0-0.1,0-0.2c0,0-0.1,0-0.2,0l0,0l-5.9,5.9c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.2-0.1-0.2-0.2v0 l0.2-4.3c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1l0,0l-1.1,4.9c0,0.2-0.2,0.3-0.3,0.3l0,0l-2.8,0.6c-0.1,0-0.1,0.1-0.1,0.1 c0,0.1,0,0.1,0.1,0.1l0,0h2.7c0.2,0,0.3,0.1,0.4,0.2l0,0l6.6,11.8c0,0.1,0.1,0.1,0.2,0.1c0.1,0,0.1-0.1,0.1-0.2l0,0L8.6,12.9 c0,0,0-0.1,0-0.1c0-0.2,0.1-0.3,0.3-0.4l0,0h14.2c0.1,0,0.1,0,0.2,0c0.2,0.1,0.2,0.3,0.2,0.4l0,0l-5.3,11.3c0,0.1,0,0.2,0.1,0.2 c0.1,0,0.2,0,0.2-0.1l0,0L25,12.6c0.1-0.1,0.2-0.2,0.4-0.2l0,0h2.7c0.1,0,0.1,0,0.1-0.1c0-0.1,0-0.1-0.1-0.1l0,0l-2.8-0.6 c-0.2,0-0.3-0.2-0.4-0.3l0,0L24,6.3c0-0.1-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1v0l0.2,4.3c0,0.1,0,0.1-0.1,0.2 c-0.1,0.1-0.2,0.1-0.3,0l0,0L17.7,4.8z"
54
- })), children);
55
- });
56
- if (process.env.NODE_ENV !== "production") {
57
- LogoSketch.propTypes = iconPropTypes;
58
- }
59
- const LogoSkype = /*#__PURE__*/React.forwardRef(function LogoSkype(_ref3, ref) {
60
- let {
61
- children,
62
- size = 16,
63
- ...rest
64
- } = _ref3;
65
- return /*#__PURE__*/React.createElement(Icon, {
66
- width: size,
67
- height: size,
68
- ref: ref,
69
- xmlns: "http://www.w3.org/2000/svg",
70
- viewBox: "0 0 32 32",
71
- fill: "currentColor",
72
- ...rest
73
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
74
- d: "M27.91,17.88A11.63,11.63,0,0,0,28.06,16,12.06,12.06,0,0,0,16,3.94a11.63,11.63,0,0,0-1.88.15,7.29,7.29,0,0,0-10,10A11.63,11.63,0,0,0,3.94,16,12.06,12.06,0,0,0,16,28.06a11.63,11.63,0,0,0,1.88-.15,7.29,7.29,0,0,0,10-10Zm-6.18,3.6a5,5,0,0,1-2.24,1.73,9,9,0,0,1-3.48.62A8.41,8.41,0,0,1,12,23a5.2,5.2,0,0,1-1.82-1.63,3.59,3.59,0,0,1-.7-2,1.36,1.36,0,0,1,.43-1A1.56,1.56,0,0,1,11,18a1.38,1.38,0,0,1,.91.32,2.5,2.5,0,0,1,.63.94,5.83,5.83,0,0,0,.66,1.18,2.61,2.61,0,0,0,1,.78,3.87,3.87,0,0,0,1.69.31,4,4,0,0,0,2.34-.62,1.8,1.8,0,0,0,.89-1.53,1.54,1.54,0,0,0-.47-1.17,3.09,3.09,0,0,0-1.25-.7c-.52-.17-1.21-.34-2.08-.53A16,16,0,0,1,12.41,16a4.78,4.78,0,0,1-1.89-1.4,3.5,3.5,0,0,1-.7-2.21,3.65,3.65,0,0,1,.74-2.24,4.7,4.7,0,0,1,2.14-1.5A9.51,9.51,0,0,1,16,8.17a8.63,8.63,0,0,1,2.59.35,5.81,5.81,0,0,1,1.83.92,3.91,3.91,0,0,1,1.06,1.21,2.62,2.62,0,0,1,.34,1.25,1.4,1.4,0,0,1-.43,1,1.43,1.43,0,0,1-1.07.46,1.25,1.25,0,0,1-.89-.28,3.36,3.36,0,0,1-.65-.87,3.79,3.79,0,0,0-1.05-1.31,3.13,3.13,0,0,0-1.95-.46,3.64,3.64,0,0,0-2,.5,1.44,1.44,0,0,0-.76,1.2,1.15,1.15,0,0,0,.25.75,2.21,2.21,0,0,0,.72.55,4.74,4.74,0,0,0,.92.36c.32.09.84.22,1.57.39.92.2,1.74.42,2.49.66a7.61,7.61,0,0,1,1.9.88,3.59,3.59,0,0,1,1.23,1.31A4,4,0,0,1,22.5,19,4.24,4.24,0,0,1,21.73,21.48Z"
75
- })), children);
76
- });
77
- if (process.env.NODE_ENV !== "production") {
78
- LogoSkype.propTypes = iconPropTypes;
79
- }
80
- const LogoSlack = /*#__PURE__*/React.forwardRef(function LogoSlack(_ref4, ref) {
81
- let {
82
- children,
83
- size = 16,
84
- ...rest
85
- } = _ref4;
86
- return /*#__PURE__*/React.createElement(Icon, {
87
- width: size,
88
- height: size,
89
- ref: ref,
90
- xmlns: "http://www.w3.org/2000/svg",
91
- viewBox: "0 0 32 32",
92
- fill: "currentColor",
93
- ...rest
94
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
95
- d: "M9.0423 19.1661A2.5212 2.5212 0 116.5212 16.645H9.0423zM10.3127 19.1661a2.5212 2.5212 0 015.0423 0v6.3127a2.5212 2.5212 0 11-5.0423 0zM12.8339 9.0423A2.5212 2.5212 0 1115.355 6.5212V9.0423zM12.8339 10.3127a2.5212 2.5212 0 010 5.0423H6.5212a2.5212 2.5212 0 110-5.0423zM22.9577 12.8339a2.5212 2.5212 0 112.5211 2.5211H22.9577zM21.6873 12.8339a2.5212 2.5212 0 01-5.0423 0V6.5212a2.5212 2.5212 0 115.0423 0zM19.1661 22.9577a2.5212 2.5212 0 11-2.5211 2.5211V22.9577zM19.1661 21.6873a2.5212 2.5212 0 010-5.0423h6.3127a2.5212 2.5212 0 110 5.0423z"
96
- })), children);
97
- });
98
- if (process.env.NODE_ENV !== "production") {
99
- LogoSlack.propTypes = iconPropTypes;
100
- }
101
- const LogoSnapchat = /*#__PURE__*/React.forwardRef(function LogoSnapchat(_ref5, ref) {
102
- let {
103
- children,
104
- size = 16,
105
- ...rest
106
- } = _ref5;
107
- return /*#__PURE__*/React.createElement(Icon, {
108
- width: size,
109
- height: size,
110
- ref: ref,
111
- xmlns: "http://www.w3.org/2000/svg",
112
- viewBox: "0 0 32 32",
113
- fill: "currentColor",
114
- ...rest
115
- }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
116
- d: "M27.9774,9.6279a7.33,7.33,0,0,0-.1186-1.2888,5.2458,5.2458,0,0,0-.4872-1.4948,5.1869,5.1869,0,0,0-.9988-1.3324,4.9557,4.9557,0,0,0-2.1805-1.2433,8.8444,8.8444,0,0,0-2.3059-.2458l-.0044-.0119H10.1143l-.0007.0119a12.578,12.578,0,0,0-1.3221.0591A6.2955,6.2955,0,0,0,7.3792,4.4,5.1155,5.1155,0,0,0,4.2538,7.8152a8.8,8.8,0,0,0-.2459,2.2855L4,21.9065a14.9206,14.9206,0,0,0,.1088,1.5992A5.53,5.53,0,0,0,4.6,25.1205a5.17,5.17,0,0,0,1.443,1.744,4.6907,4.6907,0,0,0,1.4442.7822,7.83,7.83,0,0,0,2.3741.3484c.5034.0032,1.0069.0158,1.5106.0137,3.659-.0154,7.3178.0264,10.9767-.0226a8.6316,8.6316,0,0,0,1.44-.1528A4.8765,4.8765,0,0,0,26.2,26.6613a4.9915,4.9915,0,0,0,1.5931-2.6546,9.6646,9.6646,0,0,0,.2074-2.1v-.1407C28,21.7112,27.9793,9.7855,27.9774,9.6279ZM24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z"
117
- })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
118
- fill: "none",
119
- d: "M24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z",
120
- "data-icon-path": "inner-path"
121
- })), children);
122
- });
123
- if (process.env.NODE_ENV !== "production") {
124
- LogoSnapchat.propTypes = iconPropTypes;
125
- }
126
- const LogoSvelte = /*#__PURE__*/React.forwardRef(function LogoSvelte(_ref6, ref) {
127
- let {
128
- children,
129
- size = 16,
130
- ...rest
131
- } = _ref6;
132
- return /*#__PURE__*/React.createElement(Icon, {
133
- width: size,
134
- height: size,
135
- ref: ref,
136
- xmlns: "http://www.w3.org/2000/svg",
137
- viewBox: "0 0 32 32",
138
- fill: "currentColor",
139
- ...rest
140
- }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
141
- d: "M26.1,5.7C23.5,2,18.4,0.9,14.7,3.2L8.2,7.4c-1.8,1.1-3,2.9-3.4,5c-0.3,1.7,0,3.5,0.8,5.1c-0.6,0.8-0.9,1.8-1.1,2.8 c-0.4,2.1,0.1,4.3,1.4,6c2.6,3.7,7.7,4.8,11.4,2.5l6.5-4.2c1.8-1.1,3-2.9,3.4-5c0.3-1.7,0-3.5-0.8-5.1c0.6-0.8,0.9-1.8,1.1-2.8 C27.9,9.6,27.4,7.4,26.1,5.7z M24.3,11c0,0.2-0.1,0.4-0.2,0.6L24,12l-0.3-0.2c-0.8-0.6-1.6-1-2.6-1.3l-0.2-0.1l0-0.2 c0-0.3-0.1-0.7-0.3-1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2L12,12.9c-0.3,0.2-0.5,0.5-0.6,0.9c-0.1,0.4,0,0.8,0.2,1.1 c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l2.5-1.6c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1c0.7,1,1,2.4,0.8,3.6 c-0.2,1.2-1,2.3-2,3l-6.5,4.2c-0.4,0.3-0.9,0.5-1.3,0.6c-2.1,0.5-4.3-0.3-5.6-2.1c-0.7-1-1-2.4-0.8-3.6c0-0.2,0.1-0.4,0.2-0.6L8,20 l0.3,0.2c0.8,0.6,1.6,1,2.6,1.3l0.2,0.1l0,0.2c0,0.3,0.1,0.7,0.3,1c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l6.5-4.2 c0.3-0.2,0.5-0.5,0.6-0.9c0.1-0.4,0-0.8-0.2-1.1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2l-2.5,1.6c-0.4,0.3-0.9,0.5-1.3,0.6 c-2.1,0.5-4.3-0.3-5.6-2.1c-0.8-1-1-2.4-0.8-3.6c0.2-1.2,1-2.3,2-3l6.5-4.2c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1 C24.2,8.5,24.5,9.8,24.3,11z"
142
- })), children);
143
- });
144
- if (process.env.NODE_ENV !== "production") {
145
- LogoSvelte.propTypes = iconPropTypes;
146
- }
147
- const LogoTumblr = /*#__PURE__*/React.forwardRef(function LogoTumblr(_ref7, ref) {
148
- let {
149
- children,
150
- size = 16,
151
- ...rest
152
- } = _ref7;
153
- return /*#__PURE__*/React.createElement(Icon, {
154
- width: size,
155
- height: size,
156
- ref: ref,
157
- xmlns: "http://www.w3.org/2000/svg",
158
- viewBox: "0 0 32 32",
159
- fill: "currentColor",
160
- ...rest
161
- }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
162
- d: "M22.6,28h-4c-3.59,0-6.3-1.86-6.3-6.3V14.58H9V10.72A7.17,7.17,0,0,0,14.3,4h3.76v6.12h4.36v4.46H18.06v6.2c0,1.86.94,2.49,2.42,2.49H22.6Z"
163
- })), children);
164
- });
165
- if (process.env.NODE_ENV !== "production") {
166
- LogoTumblr.propTypes = iconPropTypes;
167
- }
168
- const LogoTwitter = /*#__PURE__*/React.forwardRef(function LogoTwitter(_ref8, ref) {
169
- let {
170
- children,
171
- size = 16,
172
- ...rest
173
- } = _ref8;
174
- return /*#__PURE__*/React.createElement(Icon, {
175
- width: size,
176
- height: size,
177
- ref: ref,
178
- xmlns: "http://www.w3.org/2000/svg",
179
- viewBox: "0 0 32 32",
180
- fill: "currentColor",
181
- ...rest
182
- }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
183
- d: "M11.5475,25.7523c9.0566,0,14.0102-7.5034,14.0102-14.0102,0-.2131,0-.4253-.0144-.6365,.9637-.697,1.7955-1.5601,2.4566-2.5488-.8987,.3982-1.852,.6594-2.8282,.7747,1.0279-.6154,1.7972-1.5833,2.1648-2.7235-.9666,.5736-2.024,.9778-3.1267,1.1952-1.8648-1.9829-4.984-2.0786-6.9669-.2138-1.2788,1.2026-1.8214,2.9947-1.4245,4.7047-3.9591-.1985-7.6479-2.0685-10.1482-5.1446-1.3069,2.2499-.6394,5.1282,1.5245,6.5731-.7836-.0232-1.5501-.2346-2.2349-.6163v.0624c.0006,2.3439,1.6529,4.3628,3.9504,4.8269-.7249,.1977-1.4855,.2266-2.2234,.0845,.6451,2.0058,2.4937,3.38,4.6003,3.4195-1.7436,1.3703-3.8975,2.1142-6.1152,2.112-.3918-.0008-.7832-.0245-1.1722-.071,2.2518,1.4451,4.8719,2.2116,7.5475,2.208"
184
- })), children);
185
- });
186
- if (process.env.NODE_ENV !== "production") {
187
- LogoTwitter.propTypes = iconPropTypes;
188
- }
189
- const LogoVmware = /*#__PURE__*/React.forwardRef(function LogoVmware(_ref9, ref) {
190
- let {
191
- children,
192
- size = 16,
193
- ...rest
194
- } = _ref9;
195
- return /*#__PURE__*/React.createElement(Icon, {
196
- width: size,
197
- height: size,
198
- ref: ref,
199
- xmlns: "http://www.w3.org/2000/svg",
200
- viewBox: "0 0 32 32",
201
- fill: "currentColor",
202
- ...rest
203
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
204
- d: "M3.4,11C3,10.1,2,9.7,1,10.2s-1.3,1.4-0.9,2.3L4.1,21c0.6,1.3,1.3,2,2.5,2c1.3,0,1.9-0.8,2.5-2c0,0,3.4-7.4,3.4-7.5 c0-0.1,0.1-0.3,0.5-0.3c0.3,0,0.5,0.2,0.5,0.6V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9 V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2v-6.8 c0-2.5-2-4.2-4.4-4.2s-3.9,1.7-3.9,1.7c-0.8-1-1.9-1.7-3.8-1.7c-2,0-3.7,1.7-3.7,1.7c-0.8-1-2.2-1.7-3.3-1.7c-1.7,0-3.1,0.8-4,2.7 l-2.5,5.9L3.4,11"
205
- })), children);
206
- });
207
- if (process.env.NODE_ENV !== "production") {
208
- LogoVmware.propTypes = iconPropTypes;
209
- }
210
- const LogoVmwareAlt = /*#__PURE__*/React.forwardRef(function LogoVmwareAlt(_ref10, ref) {
211
- let {
212
- children,
213
- size = 16,
214
- ...rest
215
- } = _ref10;
216
- return /*#__PURE__*/React.createElement(Icon, {
217
- width: size,
218
- height: size,
219
- ref: ref,
220
- xmlns: "http://www.w3.org/2000/svg",
221
- viewBox: "0 0 32 32",
222
- fill: "currentColor",
223
- ...rest
224
- }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
225
- d: "M22.4131 19.1099l-1.9154-5.5355c-.0401-.1304-.1003-.351-.1003-.5415 0-.5114.4112-1.0128 1.073-1.0128.5515 0 .9226.351 1.083.8624l1.2034 3.9812 1.2335-3.9711c.1604-.5315.5716-.8925 1.1432-.8925h.1304c.5716 0 .9828.371 1.1432.8925l1.2435 3.9812 1.2335-4.0113c.1504-.4713.4814-.8524 1.073-.8524.6117 0 1.0429.4713 1.0429 1.0229 0 .1504-.0401.351-.0702.4513l-2.0056 5.6258c-.2306.6919-.6919.9928-1.2335.9928h-.0702c-.5415 0-.9928-.3109-1.2034-.9527l-1.2435-3.9511-1.2635 3.9511c-.2006.6418-.6619.9527-1.2034.9527h-.0702c-.5315 0-.9928-.3109-1.2234-.9928zM2.0939 12.645c-.2469-.5532-.8692-.8001-1.452-.5433-.5828.2568-.7902.8989-.5334 1.452l2.4299 5.2846c.3852.8297.7902 1.2644 1.5409 1.2644.81 0 1.1656-.4741 1.5409-1.2644 0 0 2.1237-4.6228 2.1435-4.6722.0198-.0494.0889-.1976.3062-.1976.1877 0 .3358.1482.3358.3457v4.524c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-3.6943c0-.7112.5136-1.1755 1.2051-1.1755s1.1557.4741 1.1557 1.1755v3.6943c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-3.6943c0-.7112.5136-1.1755 1.2051-1.1755s1.1557.4741 1.1557 1.1755v3.6943c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-4.2079c0-1.5508-1.2446-2.6275-2.7361-2.6275s-2.4299 1.0372-2.4299 1.0372c-.4939-.6421-1.1853-1.0372-2.341-1.0372-1.2248 0-2.3015 1.0372-2.3015 1.0372-.5038-.6421-1.3434-1.0372-2.0447-1.0372-1.0866 0-1.9459.4741-2.4694 1.6792l-1.5508 3.6647-1.9756-4.7018"
226
- })), children);
227
- });
228
- if (process.env.NODE_ENV !== "production") {
229
- LogoVmwareAlt.propTypes = iconPropTypes;
230
- }
231
- const LogoVue = /*#__PURE__*/React.forwardRef(function LogoVue(_ref11, ref) {
232
- let {
233
- children,
234
- size = 16,
235
- ...rest
236
- } = _ref11;
237
- return /*#__PURE__*/React.createElement(Icon, {
238
- width: size,
239
- height: size,
240
- ref: ref,
241
- xmlns: "http://www.w3.org/2000/svg",
242
- viewBox: "0 0 32 32",
243
- fill: "currentColor",
244
- ...rest
245
- }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
246
- d: "M24.9,3.9L16,19.4L7.1,3.9H2l14,24.3L30,3.9H24.9z"
247
- })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
248
- d: "M16,9.5l-3.2-5.6H8.1L16,17.5l7.9-13.6h-4.6L16,9.5z"
249
- })), children);
250
- });
251
- if (process.env.NODE_ENV !== "production") {
252
- LogoVue.propTypes = iconPropTypes;
253
- }
254
- const LogoWechat = /*#__PURE__*/React.forwardRef(function LogoWechat(_ref12, ref) {
255
- let {
256
- children,
257
- size = 16,
258
- ...rest
259
- } = _ref12;
260
- return /*#__PURE__*/React.createElement(Icon, {
261
- width: size,
262
- height: size,
263
- ref: ref,
264
- xmlns: "http://www.w3.org/2000/svg",
265
- viewBox: "0 0 32 32",
266
- fill: "currentColor",
267
- ...rest
268
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
269
- fillRule: "evenodd",
270
- d: "M27.0857,24.7792A6.6179,6.6179,0,0,0,30,19.4662c0-3.88-3.7765-7.0269-8.4338-7.0269s-8.4339,3.1465-8.4339,7.0269,3.7765,7.028,8.4339,7.028a9.9547,9.9547,0,0,0,2.7533-.385l.2473-.0374a.8923.8923,0,0,1,.448.13l1.8469,1.0664.1621.0525a.2813.2813,0,0,0,.2812-.2812l-.0455-.2053-.38-1.4175-.0292-.18A.56.56,0,0,1,27.0857,24.7792ZM12.1208,4.68C6.5313,4.68,2,8.4552,2,13.1137a7.9386,7.9386,0,0,0,3.4965,6.3746.6713.6713,0,0,1,.2835.55l-.035.2147-.4562,1.701L5.234,22.2a.3384.3384,0,0,0,.3372.3383l.196-.063,2.2155-1.28a1.0584,1.0584,0,0,1,.5366-.1552l.2975.0443a11.9674,11.9674,0,0,0,3.304.4632l.5554-.014a6.5153,6.5153,0,0,1-.3395-2.0662c0-4.2478,4.1323-7.6918,9.2295-7.6918l.55.014C21.3538,7.761,17.169,4.68,12.1208,4.68Zm6.6337,13.6629a1.1247,1.1247,0,1,1,1.1247-1.1247A1.1243,1.1243,0,0,1,18.7545,18.3427Zm5.6233,0a1.1247,1.1247,0,1,1,1.1235-1.1247A1.1245,1.1245,0,0,1,24.3778,18.3427ZM8.7468,11.7638a1.3493,1.3493,0,1,1,1.35-1.3486A1.3485,1.3485,0,0,1,8.7468,11.7638Zm6.7469,0a1.3493,1.3493,0,1,1,1.35-1.3486A1.3486,1.3486,0,0,1,15.4937,11.7638Z"
271
- })), children);
272
- });
273
- if (process.env.NODE_ENV !== "production") {
274
- LogoWechat.propTypes = iconPropTypes;
275
- }
276
- const LogoX = /*#__PURE__*/React.forwardRef(function LogoX(_ref13, ref) {
277
- let {
278
- children,
279
- size = 16,
280
- ...rest
281
- } = _ref13;
282
- return /*#__PURE__*/React.createElement(Icon, {
283
- width: size,
284
- height: size,
285
- ref: ref,
286
- xmlns: "http://www.w3.org/2000/svg",
287
- viewBox: "0 0 32 32",
288
- fill: "currentColor",
289
- ...rest
290
- }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
291
- d: "m18.2342,14.1624l8.7424-10.1624h-2.0717l-7.591,8.8238-6.0629-8.8238h-6.9929l9.1684,13.3432-9.1684,10.6568h2.0718l8.0163-9.3183,6.4029,9.3183h6.9929l-9.5083-13.8376h.0005Zm-2.8376,3.2984l-.9289-1.3287L7.0763,5.5596h3.1822l5.9649,8.5323.9289,1.3287,7.7536,11.0907h-3.1822l-6.3272-9.05v-.0005Z"
292
- })), children);
293
- });
294
- if (process.env.NODE_ENV !== "production") {
295
- LogoX.propTypes = iconPropTypes;
296
- }
297
- const LogoXing = /*#__PURE__*/React.forwardRef(function LogoXing(_ref14, ref) {
298
- let {
299
- children,
300
- size = 16,
301
- ...rest
302
- } = _ref14;
303
- return /*#__PURE__*/React.createElement(Icon, {
304
- width: size,
305
- height: size,
306
- ref: ref,
307
- xmlns: "http://www.w3.org/2000/svg",
308
- viewBox: "0 0 32 32",
309
- fill: "currentColor",
310
- ...rest
311
- }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
312
- d: "M11.42,8.29a1.25,1.25,0,0,0-1.13-.76h-4a.65.65,0,0,0-.55.25.63.63,0,0,0,0,.62l2.73,4.73v0L4.17,20.72a.6.6,0,0,0,0,.62.58.58,0,0,0,.52.28h4a1.22,1.22,0,0,0,1.1-.78l4.36-7.71S11.42,8.29,11.42,8.29Z"
313
- })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
314
- d: "M27.83,2.88a.65.65,0,0,0,0-.62A.61.61,0,0,0,27.3,2H23.22a1.19,1.19,0,0,0-1.08.77s-8.7,15.43-9,15.93l5.74,10.53A1.26,1.26,0,0,0,20,30h4a.59.59,0,0,0,.54-.26.62.62,0,0,0,0-.62l-5.69-10.4a0,0,0,0,1,0,0Z"
315
- })), children);
316
- });
317
- if (process.env.NODE_ENV !== "production") {
318
- LogoXing.propTypes = iconPropTypes;
319
- }
320
- const LogoYelp = /*#__PURE__*/React.forwardRef(function LogoYelp(_ref15, ref) {
321
- let {
322
- children,
323
- size = 16,
324
- ...rest
325
- } = _ref15;
326
- return /*#__PURE__*/React.createElement(Icon, {
327
- width: size,
328
- height: size,
329
- ref: ref,
330
- xmlns: "http://www.w3.org/2000/svg",
331
- viewBox: "0 0 32 32",
332
- fill: "currentColor",
333
- ...rest
334
- }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
335
- fillRule: "evenodd",
336
- d: "M8.5089 15.1845l5.0598 2.4675c.9733.4747.8229 1.9059-.2278 2.1679l-5.4618 1.3619c-.6813.1699-1.3541-.3002-1.4345-.9977-.1719-1.492-.0021-2.9655.4564-4.3296.2227-.6625.9797-.9764 1.6079-.67zM10.5348 25.6004l3.7659-4.1831c.7245-.8048 2.0589-.2657 2.0211.8165l-.1964 5.6273c-.0245.7012-.6613 1.2203-1.3532 1.1041-1.4551-.2444-2.8315-.8069-4.0331-1.6322-.5775-.3967-.6731-1.212-.2043-1.7327zM19.464 20.0339l5.3529 1.7396c.6663.2165.9912.9705.6894 1.6027-.6279 1.3155-1.5387 2.4909-2.6766 3.4301-.5412.4466-1.3521.3154-1.724-.2796l-2.9838-4.7752c-.5738-.9184.3123-2.0524 1.3421-1.7177zM24.9076 16.619l-5.411 1.5515c-1.0409.2984-1.8868-.8658-1.2812-1.7636l3.1481-4.6668c.3909-.5795 1.2034-.6861 1.7275-.2237 1.0791.9521 1.9628 2.1433 2.56 3.5214.2792.6443-.0685 1.3877-.7434 1.5813zM12.2638 3.4886c-.9739.2609-1.903.6058-2.7815 1.0247-.6096.2907-.8399 1.0415-.5022 1.6264l5.2887 9.1604c.5934 1.0277 2.1643.6067 2.1643-.5799V4.1427c0-.6754-.5749-1.2105-1.2481-1.1574-.9703.0765-1.9474.2424-2.9212.5033z"
337
- })), children);
338
- });
339
- if (process.env.NODE_ENV !== "production") {
340
- LogoYelp.propTypes = iconPropTypes;
341
- }
342
- const LogoYoutube = /*#__PURE__*/React.forwardRef(function LogoYoutube(_ref16, ref) {
343
- let {
344
- children,
345
- size = 16,
346
- ...rest
347
- } = _ref16;
348
- return /*#__PURE__*/React.createElement(Icon, {
349
- width: size,
350
- height: size,
351
- ref: ref,
352
- xmlns: "http://www.w3.org/2000/svg",
353
- viewBox: "0 0 32 32",
354
- fill: "currentColor",
355
- ...rest
356
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
357
- d: "M29.41,9.26a3.5,3.5,0,0,0-2.47-2.47C24.76,6.2,16,6.2,16,6.2s-8.76,0-10.94.59A3.5,3.5,0,0,0,2.59,9.26,36.13,36.13,0,0,0,2,16a36.13,36.13,0,0,0,.59,6.74,3.5,3.5,0,0,0,2.47,2.47C7.24,25.8,16,25.8,16,25.8s8.76,0,10.94-.59a3.5,3.5,0,0,0,2.47-2.47A36.13,36.13,0,0,0,30,16,36.13,36.13,0,0,0,29.41,9.26ZM13.2,20.2V11.8L20.47,16Z"
358
- })), children);
359
- });
360
- if (process.env.NODE_ENV !== "production") {
361
- LogoYoutube.propTypes = iconPropTypes;
362
- }
363
- const Logout = /*#__PURE__*/React.forwardRef(function Logout(_ref17, ref) {
364
- let {
365
- children,
366
- size = 16,
367
- ...rest
368
- } = _ref17;
369
- return /*#__PURE__*/React.createElement(Icon, {
370
- width: size,
371
- height: size,
372
- ref: ref,
373
- xmlns: "http://www.w3.org/2000/svg",
374
- viewBox: "0 0 32 32",
375
- fill: "currentColor",
376
- ...rest
377
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
378
- d: "M6,30H18a2.0023,2.0023,0,0,0,2-2V25H18v3H6V4H18V7h2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4V28A2.0023,2.0023,0,0,0,6,30Z"
379
- })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
380
- d: "M20.586 20.586L24.172 17 10 17 10 15 24.172 15 20.586 11.414 22 10 28 16 22 22 20.586 20.586z"
381
- })), children);
382
- });
383
- if (process.env.NODE_ENV !== "production") {
384
- Logout.propTypes = iconPropTypes;
385
- }
386
- const Loop = /*#__PURE__*/React.forwardRef(function Loop(_ref18, ref) {
387
- let {
388
- children,
389
- size = 16,
390
- ...rest
391
- } = _ref18;
392
- return /*#__PURE__*/React.createElement(Icon, {
393
- width: size,
394
- height: size,
395
- ref: ref,
396
- xmlns: "http://www.w3.org/2000/svg",
397
- viewBox: "0 0 32 32",
398
- fill: "currentColor",
399
- ...rest
400
- }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
401
- d: "M23.59 19.41L26 22 21 22 21 24 26 24 23.59 26.59 25 28 30 23 25 18 23.59 19.41zM13 6A9 9 0 005.52 20l1.66-1.11A7 7 0 1113 22H2v2H13A9 9 0 0013 6z"
402
- })), children);
403
- });
404
- if (process.env.NODE_ENV !== "production") {
405
- Loop.propTypes = iconPropTypes;
406
- }
407
- const LowSeverity = /*#__PURE__*/React.forwardRef(function LowSeverity(_ref19, ref) {
408
- let {
409
- children,
410
- size = 16,
411
- ...rest
412
- } = _ref19;
413
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
414
- return /*#__PURE__*/React.createElement(Icon, {
415
- width: size,
416
- height: size,
417
- ref: ref,
418
- xmlns: "http://www.w3.org/2000/svg",
419
- viewBox: "0 0 16 16",
420
- fill: "currentColor",
421
- ...rest
422
- }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
423
- d: "M4 4H12V12H4z"
424
- })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
425
- d: "M12,4v8H4V4h8m1-1H3V13H13V3Z"
426
- })), children);
427
- }
428
- return /*#__PURE__*/React.createElement(Icon, {
429
- width: size,
430
- height: size,
431
- ref: ref,
432
- xmlns: "http://www.w3.org/2000/svg",
433
- viewBox: "0 0 16 16",
434
- fill: "currentColor",
435
- ...rest
436
- }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
437
- d: "M4 4H12V12H4z"
438
- })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
439
- d: "M12,4v8H4V4h8m1-1H3V13H13V3Z"
440
- })), children);
441
- });
442
- if (process.env.NODE_ENV !== "production") {
443
- LowSeverity.propTypes = iconPropTypes;
444
- }
445
- const Mac = /*#__PURE__*/React.forwardRef(function Mac(_ref20, ref) {
446
- let {
447
- children,
448
- size = 16,
449
- ...rest
450
- } = _ref20;
451
- return /*#__PURE__*/React.createElement(Icon, {
452
- width: size,
453
- height: size,
454
- ref: ref,
455
- xmlns: "http://www.w3.org/2000/svg",
456
- viewBox: "0 0 32 32",
457
- fill: "currentColor",
458
- ...rest
459
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
460
- strokeWidth: "0",
461
- d: "M30 23h-6c-1.103 0-2-.8975-2-2v-10c0-1.103.897-2 2-2h6v2h-6v10h6v2zM18 9h-4c-1.103 0-2 .897-2 2v12h2v-5h4v5h2v-12c0-1.103-.897-2-2-2zm-4 7v-5h4v5h-4zM8 9L6.4849 14 6 15.977 5.535 14 4 9 2 9 2 23 4 23 4 15 3.8415 13.0039 4.4212 15 6 19.6263 7.5788 15 8.1588 13 8 15 8 23 10 23 10 9 8 9z"
462
- })), children);
463
- });
464
- if (process.env.NODE_ENV !== "production") {
465
- Mac.propTypes = iconPropTypes;
466
- }
467
- const MacCommand = /*#__PURE__*/React.forwardRef(function MacCommand(_ref21, ref) {
468
- let {
469
- children,
470
- size = 16,
471
- ...rest
472
- } = _ref21;
473
- return /*#__PURE__*/React.createElement(Icon, {
474
- width: size,
475
- height: size,
476
- ref: ref,
477
- xmlns: "http://www.w3.org/2000/svg",
478
- viewBox: "0 0 32 32",
479
- fill: "currentColor",
480
- ...rest
481
- }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
482
- d: "M24,13a4,4,0,0,0,4-4V8a4,4,0,0,0-4-4H23a4,4,0,0,0-4,4v3H13V8A4,4,0,0,0,9,4H8A4,4,0,0,0,4,8V9a4,4,0,0,0,4,4h3v6H8a4,4,0,0,0-4,4v1a4,4,0,0,0,4,4H9a4,4,0,0,0,4-4V21h6v3a4,4,0,0,0,4,4h1a4,4,0,0,0,4-4V23a4,4,0,0,0-4-4H21V13ZM21,8a2,2,0,0,1,2-2h1a2,2,0,0,1,2,2V9a2,2,0,0,1-2,2H21ZM8,11A2,2,0,0,1,6,9V8A2,2,0,0,1,8,6H9a2,2,0,0,1,2,2v3H8Zm3,13a2,2,0,0,1-2,2H8a2,2,0,0,1-2-2V23a2,2,0,0,1,2-2h3Zm8-5H13V13h6Zm2,2h3a2,2,0,0,1,2,2v1a2,2,0,0,1-2,2H23a2,2,0,0,1-2-2Z"
483
- })), children);
484
- });
485
- if (process.env.NODE_ENV !== "production") {
486
- MacCommand.propTypes = iconPropTypes;
487
- }
488
- const MacOption = /*#__PURE__*/React.forwardRef(function MacOption(_ref22, ref) {
489
- let {
490
- children,
491
- size = 16,
492
- ...rest
493
- } = _ref22;
494
- return /*#__PURE__*/React.createElement(Icon, {
495
- width: size,
496
- height: size,
497
- ref: ref,
498
- xmlns: "http://www.w3.org/2000/svg",
499
- viewBox: "0 0 32 32",
500
- fill: "currentColor",
501
- ...rest
502
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
503
- d: "M18 5H28V7H18zM10.6 5L4 5 4 7 9.4 7 18.4 27 28 27 28 25 19.6 25z"
504
- })), children);
505
- });
506
- if (process.env.NODE_ENV !== "production") {
507
- MacOption.propTypes = iconPropTypes;
508
- }
509
- const MacShift = /*#__PURE__*/React.forwardRef(function MacShift(_ref23, ref) {
510
- let {
511
- children,
512
- size = 16,
513
- ...rest
514
- } = _ref23;
515
- return /*#__PURE__*/React.createElement(Icon, {
516
- width: size,
517
- height: size,
518
- ref: ref,
519
- xmlns: "http://www.w3.org/2000/svg",
520
- viewBox: "0 0 32 32",
521
- fill: "currentColor",
522
- ...rest
523
- }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
524
- d: "M21,28H11a2.0023,2.0023,0,0,1-2-2V16H4a1,1,0,0,1-.707-1.707l12-12a.9994.9994,0,0,1,1.414,0l12,12A1,1,0,0,1,28,16H23V26A2.0027,2.0027,0,0,1,21,28ZM6.4141,14H11V26H21V14h4.5859L16,4.4141Z"
525
- })), children);
526
- });
527
- if (process.env.NODE_ENV !== "production") {
528
- MacShift.propTypes = iconPropTypes;
529
- }
530
- const MachineLearning = /*#__PURE__*/React.forwardRef(function MachineLearning(_ref24, ref) {
531
- let {
532
- children,
533
- size = 16,
534
- ...rest
535
- } = _ref24;
536
- if (process.env.NODE_ENV !== "production") {
537
- if (!didWarnAboutDeprecation["MachineLearning"]) {
538
- didWarnAboutDeprecation["MachineLearning"] = true;
539
- console.warn("Icon should not be used. Teams should use machine-learning-model instead. As a result, the MachineLearning component will be removed in the next major version of @carbon/icons-react.");
540
- }
541
- }
542
- return /*#__PURE__*/React.createElement(Icon, {
543
- width: size,
544
- height: size,
545
- ref: ref,
546
- xmlns: "http://www.w3.org/2000/svg",
547
- viewBox: "0 0 32 32",
548
- fill: "currentColor",
549
- ...rest
550
- }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
551
- d: "M16 25a6.9908 6.9908 0 01-5.833-3.1287l1.666-1.1074a5.0007 5.0007 0 008.334 0l1.666 1.1074A6.9908 6.9908 0 0116 25zM20 14a2 2 0 102 2A1.9806 1.9806 0 0020 14zM12 14a2 2 0 102 2A1.9806 1.9806 0 0012 14z"
552
- })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
553
- d: "M30,16V14H28V10a4.0045,4.0045,0,0,0-4-4H22V2H20V6H12V2H10V6H8a4.0045,4.0045,0,0,0-4,4v4H2v2H4v5H2v2H4v3a4.0045,4.0045,0,0,0,4,4H24a4.0045,4.0045,0,0,0,4-4V23h2V21H28V16ZM26,26a2.0023,2.0023,0,0,1-2,2H8a2.0023,2.0023,0,0,1-2-2V10A2.0023,2.0023,0,0,1,8,8H24a2.0023,2.0023,0,0,1,2,2Z"
554
- })), children);
555
- });
556
- if (process.env.NODE_ENV !== "production") {
557
- MachineLearning.propTypes = iconPropTypes;
558
- }
559
- const MachineLearningModel = /*#__PURE__*/React.forwardRef(function MachineLearningModel(_ref25, ref) {
560
- let {
561
- children,
562
- size = 16,
563
- ...rest
564
- } = _ref25;
565
- return /*#__PURE__*/React.createElement(Icon, {
566
- width: size,
567
- height: size,
568
- ref: ref,
569
- xmlns: "http://www.w3.org/2000/svg",
570
- viewBox: "0 0 32 32",
571
- fill: "currentColor",
572
- ...rest
573
- }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
574
- strokeWidth: "0",
575
- d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8384-2.8157,2h-5.7703l7.3008-7.3008c.3911.1875.8235.3008,1.2852.3008,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.4619.1135.894.3005,1.2852l-8.3005,8.3008v-6.5859c0-1.1025.897-2,2-2h2v-2h-2c-1.2002,0-2.2661.5425-3,1.3823-.7339-.8398-1.7998-1.3823-3-1.3823h-1c-4.9624,0-9,4.0371-9,9v6c0,4.9629,4.0376,9,9,9h1c1.2002,0,2.2661-.5425,3-1.3823.7339.8398,1.7998,1.3823,3,1.3823h2v-2h-2c-1.103,0-2-.8975-2-2v-6.5859l8.3005,8.3008c-.187.3911-.3005.8232-.3005,1.2852,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.4617,0-.894.1133-1.2852.3008l-7.3008-7.3008h5.7703c.4141,1.1616,1.5137,2,2.8157,2Zm0-4c.5513,0,1,.4482,1,1s-.4487,1-1,1-1-.4482-1-1,.4487-1,1-1Zm0-11c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm-13,8h-2v2h2v4h-2c-1.6543,0-3,1.3457-3,3v2h2v-2c0-.5518.4487-1,1-1h2v4c0,1.1025-.897,2-2,2h-1c-3.5195,0-6.4324-2.6133-6.9202-6h1.9202v-2h-2v-4h3c1.6543,0,3-1.3457,3-3v-2h-2v2c0,.5518-.4487,1-1,1h-2.9202c.4878-3.3867,3.4006-6,6.9202-6h1c1.103,0,2,.8975,2,2v4Zm14,15c0,.5513-.4485,1-1,1s-1-.4487-1-1,.4485-1,1-1,1,.4487,1,1Z"
576
- })), children);
577
- });
578
- if (process.env.NODE_ENV !== "production") {
579
- MachineLearningModel.propTypes = iconPropTypes;
580
- }
581
- const MagicWand = /*#__PURE__*/React.forwardRef(function MagicWand(_ref26, ref) {
582
- let {
583
- children,
584
- size = 16,
585
- ...rest
586
- } = _ref26;
587
- return /*#__PURE__*/React.createElement(Icon, {
588
- width: size,
589
- height: size,
590
- ref: ref,
591
- xmlns: "http://www.w3.org/2000/svg",
592
- viewBox: "0 0 32 32",
593
- fill: "currentColor",
594
- ...rest
595
- }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
596
- d: "M29.4141,24,12,6.5859a2.0476,2.0476,0,0,0-2.8281,0l-2.586,2.586a2.0021,2.0021,0,0,0,0,2.8281L23.999,29.4141a2.0024,2.0024,0,0,0,2.8281,0l2.587-2.5865a1.9993,1.9993,0,0,0,0-2.8281ZM8,10.5859,10.5859,8l5,5-2.5866,2.5869-5-5ZM25.4131,28l-11-10.999L17,14.4141l11,11Z"
597
- })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
598
- d: "M2.586 14.586H5.414V17.414H2.586z",
599
- transform: "rotate(-45 4 16)"
600
- })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
601
- d: "M14.586 2.586H17.414V5.414H14.586z",
602
- transform: "rotate(-45 16 4)"
603
- })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
604
- d: "M2.586 2.586H5.414V5.414H2.586z",
605
- transform: "rotate(-45 4 4)"
606
- })), children);
607
- });
608
- if (process.env.NODE_ENV !== "production") {
609
- MagicWand.propTypes = iconPropTypes;
610
- }
611
- const MagicWandFilled = /*#__PURE__*/React.forwardRef(function MagicWandFilled(_ref27, ref) {
612
- let {
613
- children,
614
- size = 16,
615
- ...rest
616
- } = _ref27;
617
- return /*#__PURE__*/React.createElement(Icon, {
618
- width: size,
619
- height: size,
620
- ref: ref,
621
- xmlns: "http://www.w3.org/2000/svg",
622
- viewBox: "0 0 32 32",
623
- fill: "currentColor",
624
- ...rest
625
- }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
626
- d: "M29.4141,24,12,6.5859a2.0476,2.0476,0,0,0-2.8281,0l-2.586,2.586a2.0021,2.0021,0,0,0,0,2.8281L23.999,29.4141a2.0024,2.0024,0,0,0,2.8281,0l2.587-2.5865a1.9993,1.9993,0,0,0,0-2.8281ZM8,10.5859,10.5859,8l5,5-2.5866,2.5869-5-5Z"
627
- })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
628
- d: "M2.586 14.586H5.414V17.414H2.586z",
629
- transform: "rotate(-45 4 16)"
630
- })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
631
- d: "M14.586 2.586H17.414V5.414H14.586z",
632
- transform: "rotate(-45 16 4)"
633
- })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
634
- d: "M2.586 2.586H5.414V5.414H2.586z",
635
- transform: "rotate(-45 4 4)"
636
- })), children);
637
- });
638
- if (process.env.NODE_ENV !== "production") {
639
- MagicWandFilled.propTypes = iconPropTypes;
640
- }
641
- const WatsonHealthMagnify = /*#__PURE__*/React.forwardRef(function WatsonHealthMagnify(_ref28, ref) {
642
- let {
643
- children,
644
- size = 16,
645
- ...rest
646
- } = _ref28;
647
- return /*#__PURE__*/React.createElement(Icon, {
648
- width: size,
649
- height: size,
650
- ref: ref,
651
- xmlns: "http://www.w3.org/2000/svg",
652
- viewBox: "0 0 32 32",
653
- fill: "currentColor",
654
- ...rest
655
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
656
- d: "M12,21H4V4H22v8h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V21a2,2,0,0,0,2,2h8Z"
657
- })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
658
- d: "M30,28.58l-3.11-3.11a6,6,0,1,0-1.42,1.42L28.58,30ZM22,26a4,4,0,1,1,4-4A4,4,0,0,1,22,26Z"
659
- })), children);
660
- });
661
- if (process.env.NODE_ENV !== "production") {
662
- WatsonHealthMagnify.propTypes = iconPropTypes;
663
- }
664
- const MailAll = /*#__PURE__*/React.forwardRef(function MailAll(_ref29, ref) {
665
- let {
666
- children,
667
- size = 16,
668
- ...rest
669
- } = _ref29;
670
- return /*#__PURE__*/React.createElement(Icon, {
671
- width: size,
672
- height: size,
673
- ref: ref,
674
- xmlns: "http://www.w3.org/2000/svg",
675
- viewBox: "0 0 32 32",
676
- fill: "currentColor",
677
- ...rest
678
- }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
679
- d: "M16.59 20.41L20.17 24 20.17 24 16.58 27.59 18 29 23 24 18 19 16.59 20.41zM23.59 20.41L27.17 24 27.17 24 23.58 27.59 25 29 30 24 25 19 23.59 20.41z"
680
- })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
681
- d: "M14,23H4V7.91l11.43,7.91a1,1,0,0,0,1.14,0L28,7.91V17h2V7a2,2,0,0,0-2-2H4A2,2,0,0,0,2,7V23a2,2,0,0,0,2,2H14ZM25.8,7,16,13.78,6.2,7Z"
682
- })), children);
683
- });
684
- if (process.env.NODE_ENV !== "production") {
685
- MailAll.propTypes = iconPropTypes;
686
- }
687
- const MailReply = /*#__PURE__*/React.forwardRef(function MailReply(_ref30, ref) {
688
- let {
689
- children,
690
- size = 16,
691
- ...rest
692
- } = _ref30;
693
- return /*#__PURE__*/React.createElement(Icon, {
694
- width: size,
695
- height: size,
696
- ref: ref,
697
- xmlns: "http://www.w3.org/2000/svg",
698
- viewBox: "0 0 32 32",
699
- fill: "currentColor",
700
- ...rest
701
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
702
- d: "M25,18l-1.4141,1.4141L26.1672,22H18a4,4,0,0,0,0,8h2V28H18a2,2,0,0,1,0-4h8.1672l-2.5827,2.5874L25,28l5-5Z"
703
- })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
704
- d: "M10,22H4L3.9966,6.9064l11.4341,7.9159a1.0008,1.0008,0,0,0,1.1386,0L28,6.9086,28,16h2V6a2.0025,2.0025,0,0,0-2-2H4A2,2,0,0,0,2,5.9965V22a2.0026,2.0026,0,0,0,2,2h6ZM25.7986,6,16,12.7837,6.2014,6Z"
705
- })), children);
706
- });
707
- if (process.env.NODE_ENV !== "production") {
708
- MailReply.propTypes = iconPropTypes;
709
- }
710
- const WatsonHealthMammogram = /*#__PURE__*/React.forwardRef(function WatsonHealthMammogram(_ref31, ref) {
711
- let {
712
- children,
713
- size = 16,
714
- ...rest
715
- } = _ref31;
716
- return /*#__PURE__*/React.createElement(Icon, {
717
- width: size,
718
- height: size,
719
- ref: ref,
720
- xmlns: "http://www.w3.org/2000/svg",
721
- viewBox: "0 0 32 32",
722
- fill: "currentColor",
723
- ...rest
724
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
725
- d: "M25 32L32 32 32 25 30 25 30 30 25 30 25 32zM25 27H22V17h3a3.0033 3.0033 0 013 3v4A3.0033 3.0033 0 0125 27zm-1-2h1a1.0006 1.0006 0 001-1V20a1.0006 1.0006 0 00-1-1H24zM20 27H14V23a2.002 2.002 0 012-2h2V19H14V17h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H16v2h4zM25 15H22V5h3a3.0033 3.0033 0 013 3v4A3.0033 3.0033 0 0125 15zm-1-2h1a1.0009 1.0009 0 001-1V8a1.0009 1.0009 0 00-1-1H24zM18 5H14V7h4V9H15v2h3v2H14v2h4a2.0027 2.0027 0 002-2V7A2.0023 2.0023 0 0018 5zM10 27H8V23.9541C3.2847 23.5117 2 19.9443 2 18c0-3.0146 2.082-4.5015 3.9189-5.814C7.5723 11.0054 9 9.9854 9 8V5h2V8c0 3.0146-2.082 4.5015-3.9189 5.814C5.4277 14.9946 4 16.0146 4 18c.0054.4033.1914 4 5 4a1 1 0 011 1zM7 0L0 0 0 7 2 7 2 2 7 2 7 0z"
726
- })), children);
727
- });
728
- if (process.env.NODE_ENV !== "production") {
729
- WatsonHealthMammogram.propTypes = iconPropTypes;
730
- }
731
- const ManageProtection = /*#__PURE__*/React.forwardRef(function ManageProtection(_ref32, ref) {
732
- let {
733
- children,
734
- size = 16,
735
- ...rest
736
- } = _ref32;
737
- return /*#__PURE__*/React.createElement(Icon, {
738
- width: size,
739
- height: size,
740
- ref: ref,
741
- xmlns: "http://www.w3.org/2000/svg",
742
- viewBox: "0 0 32 32",
743
- fill: "currentColor",
744
- ...rest
745
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
746
- d: "M16,30,9.8242,26.7071A10.9815,10.9815,0,0,1,4,17V4A2.0022,2.0022,0,0,1,6,2H26a2.0022,2.0022,0,0,1,2,2V17a10.9815,10.9815,0,0,1-5.8242,9.7069ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
747
- })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
748
- d: "M16,25.277V6h8V16.8048a7,7,0,0,1-3.7,6.1731Z"
749
- })), children);
750
- });
751
- if (process.env.NODE_ENV !== "production") {
752
- ManageProtection.propTypes = iconPropTypes;
753
- }
754
- const ManagedSolutions = /*#__PURE__*/React.forwardRef(function ManagedSolutions(_ref33, ref) {
755
- let {
756
- children,
757
- size = 16,
758
- ...rest
759
- } = _ref33;
760
- return /*#__PURE__*/React.createElement(Icon, {
761
- width: size,
762
- height: size,
763
- ref: ref,
764
- xmlns: "http://www.w3.org/2000/svg",
765
- viewBox: "0 0 32 32",
766
- fill: "currentColor",
767
- ...rest
768
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
769
- d: "M30 23L25 23 25 18 23 18 23 23 18 23 18 25 23 25 23 30 25 30 25 25 30 25 30 23z"
770
- })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
771
- d: "M24.1273,11.8394l1.1807.2136a5.7919,5.7919,0,0,1,2.6247,1.1445A5.4219,5.4219,0,0,1,29.9532,18h2.0293a7.5022,7.5022,0,0,0-6.15-7.8848,10.0067,10.0067,0,0,0-7.9387-7.9336,10.0025,10.0025,0,0,0-11.72,7.9336A7.5055,7.5055,0,0,0,.0576,18.4088,7.6841,7.6841,0,0,0,7.7725,25H14V23H7.6978a5.6323,5.6323,0,0,1-5.6024-4.4859,5.5064,5.5064,0,0,1,4.4338-6.4306l1.3488-.2441.2138-1.11a8.2061,8.2061,0,0,1,6.7427-6.6426,7.9714,7.9714,0,0,1,3.0138.13,8.1442,8.1442,0,0,1,6.0526,6.4464Z"
772
- })), children);
773
- });
774
- if (process.env.NODE_ENV !== "production") {
775
- ManagedSolutions.propTypes = iconPropTypes;
776
- }
777
- const Map = /*#__PURE__*/React.forwardRef(function Map(_ref34, ref) {
778
- let {
779
- children,
780
- size = 16,
781
- ...rest
782
- } = _ref34;
783
- return /*#__PURE__*/React.createElement(Icon, {
784
- width: size,
785
- height: size,
786
- ref: ref,
787
- xmlns: "http://www.w3.org/2000/svg",
788
- viewBox: "0 0 32 32",
789
- fill: "currentColor",
790
- ...rest
791
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
792
- d: "M16,24l-6.09-8.6A8.14,8.14,0,0,1,16,2a8.08,8.08,0,0,1,8,8.13,8.2,8.2,0,0,1-1.8,5.13ZM16,4a6.07,6.07,0,0,0-6,6.13,6.19,6.19,0,0,0,1.49,4L16,20.52,20.63,14A6.24,6.24,0,0,0,22,10.13,6.07,6.07,0,0,0,16,4Z"
793
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
794
- cx: "16",
795
- cy: "9",
796
- r: "2"
797
- })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
798
- d: "M28,12H26v2h2V28H4V14H6V12H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V14A2,2,0,0,0,28,12Z"
799
- })), children);
800
- });
801
- if (process.env.NODE_ENV !== "production") {
802
- Map.propTypes = iconPropTypes;
803
- }
804
- const MapCenter = /*#__PURE__*/React.forwardRef(function MapCenter(_ref35, ref) {
805
- let {
806
- children,
807
- size = 16,
808
- ...rest
809
- } = _ref35;
810
- return /*#__PURE__*/React.createElement(Icon, {
811
- width: size,
812
- height: size,
813
- ref: ref,
814
- xmlns: "http://www.w3.org/2000/svg",
815
- viewBox: "0 0 32 32",
816
- fill: "currentColor",
817
- ...rest
818
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
819
- d: "M23 26H25V30H23zM23 18H25V22H23zM26 23H30V25H26zM18 23H22V25H18zM25.3418 10.06l-22-8A1 1 0 002.06 3.3415l8 22A1.0011 1.0011 0 0010.9839 26H11a1 1 0 00.9287-.6289L15.77 15.7692l9.6015-3.8408a1 1 0 00-.0293-1.8687zM14.6284 14.0709v0l-.3979.1591-.1591.3979 0 0-3.0268 7.5678L4.6719 4.6715l17.5244 6.3726z"
820
- })), children);
821
- });
822
- if (process.env.NODE_ENV !== "production") {
823
- MapCenter.propTypes = iconPropTypes;
824
- }
825
- const MapIdentify = /*#__PURE__*/React.forwardRef(function MapIdentify(_ref36, ref) {
826
- let {
827
- children,
828
- size = 16,
829
- ...rest
830
- } = _ref36;
831
- return /*#__PURE__*/React.createElement(Icon, {
832
- width: size,
833
- height: size,
834
- ref: ref,
835
- xmlns: "http://www.w3.org/2000/svg",
836
- viewBox: "0 0 32 32",
837
- fill: "currentColor",
838
- ...rest
839
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
840
- d: "M15 8H17V14H15zM15 18H17V24H15zM18 15H24V17H18zM8 15H14V17H8zM4 10H2V4A2.0021 2.0021 0 014 2h6V4H4zM10 30H4a2.0021 2.0021 0 01-2-2V22H4v6h6zM28 30H22V28h6V22h2v6A2.0021 2.0021 0 0128 30zM30 10H28V4H22V2h6a2.0021 2.0021 0 012 2z"
841
- })), children);
842
- });
843
- if (process.env.NODE_ENV !== "production") {
844
- MapIdentify.propTypes = iconPropTypes;
845
- }
846
- const MapBoundary = /*#__PURE__*/React.forwardRef(function MapBoundary(_ref37, ref) {
847
- let {
848
- children,
849
- size = 16,
850
- ...rest
851
- } = _ref37;
852
- return /*#__PURE__*/React.createElement(Icon, {
853
- width: size,
854
- height: size,
855
- ref: ref,
856
- xmlns: "http://www.w3.org/2000/svg",
857
- viewBox: "0 0 32 32",
858
- fill: "currentColor",
859
- ...rest
860
- }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
861
- d: "M12 10H14V14H12zM18 18H22V20H18zM14 18L14 16 12 16 12 20 16 20 16 18 14 18zM16 4H28V16H16z"
862
- })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
863
- d: "M17.885 29.997L11.819 26.142 4 27.989 4 4 14 4 14 8 12 8 12 6 6 6 6 25.461 12.181 24.001 18.115 27.773 22.818 26 26 26 26 20 24 20 24 18 28 18 28 28 23.182 28 17.885 29.997z"
864
- })), children);
865
- });
866
- if (process.env.NODE_ENV !== "production") {
867
- MapBoundary.propTypes = iconPropTypes;
868
- }
869
- const MapBoundaryVegetation = /*#__PURE__*/React.forwardRef(function MapBoundaryVegetation(_ref38, ref) {
870
- let {
871
- children,
872
- size = 16,
873
- ...rest
874
- } = _ref38;
875
- return /*#__PURE__*/React.createElement(Icon, {
876
- width: size,
877
- height: size,
878
- ref: ref,
879
- xmlns: "http://www.w3.org/2000/svg",
880
- viewBox: "0 0 32 32",
881
- fill: "currentColor",
882
- ...rest
883
- }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
884
- d: "M28 16H18V14h5V10a2 2 0 012-2h1.5a1.5 1.5 0 00.2837-2.9734l-.7109-.1355L25.9982 4.32a2.6322 2.6322 0 00-1.68-2.1823 2.5051 2.5051 0 00-3.0836 1.3042l-.3032.6472-.71-.0771a2.0185 2.0185 0 00-2.17 2.4343A2.0976 2.0976 0 0020.1261 8H21v2h-.7817A4.1491 4.1491 0 0116.012 6.3136a4.0047 4.0047 0 013.7414-4.306A4.5006 4.5006 0 0127.8267 3.26a3.5051 3.5051 0 012.1422 3.7094A3.6283 3.6283 0 0126.3172 10H25v4h3zM18 18H22V20H18zM14 18L14 16 12 16 12 20 16 20 16 18 14 18zM12 10H14V14H12z"
885
- })), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
886
- d: "M17.885 30L11.819 26.142 4 27.989 4 4 14 4 14 8 12 8 12 6 6 6 6 25.461 12.181 24.001 18.115 27.776 22.818 26 26 26 26 20 24 20 24 18 28 18 28 28 23.182 28 17.885 30z"
887
- })), children);
888
- });
889
- if (process.env.NODE_ENV !== "production") {
890
- MapBoundaryVegetation.propTypes = iconPropTypes;
891
- }
892
- const MarineWarning = /*#__PURE__*/React.forwardRef(function MarineWarning(_ref39, ref) {
893
- let {
894
- children,
895
- size = 16,
896
- ...rest
897
- } = _ref39;
898
- return /*#__PURE__*/React.createElement(Icon, {
899
- width: size,
900
- height: size,
901
- ref: ref,
902
- xmlns: "http://www.w3.org/2000/svg",
903
- viewBox: "0 0 32 32",
904
- fill: "currentColor",
905
- ...rest
906
- }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
907
- d: "M12,20H7a1,1,0,0,0-.97,1.2422L6.9692,25H9.0308l-.75-3H23.7192l-.75,3h2.0616l.9394-3.7578A1,1,0,0,0,25,20H14V3a1,1,0,0,0-1.7993-.6011L2.2075,15.3906A1,1,0,0,0,3,17h9ZM5.0308,15,12,5.94V15Z"
908
- })), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
909
- d: "M26.9058,25.751A2.998,2.998,0,0,1,24,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,20,25a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,16,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,12,25a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,8,28a2.998,2.998,0,0,1-2.9058-2.249l-1.9365.498A4.9965,4.9965,0,0,0,8,30a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,24,30a4.9965,4.9965,0,0,0,4.8423-3.751Z"
910
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
911
- fill: "none",
912
- d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
913
- })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
914
- d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z"
915
- })), children);
916
- });
917
- if (process.env.NODE_ENV !== "production") {
918
- MarineWarning.propTypes = iconPropTypes;
919
- }
920
- const MathCurve = /*#__PURE__*/React.forwardRef(function MathCurve(_ref40, ref) {
921
- let {
922
- children,
923
- size = 16,
924
- ...rest
925
- } = _ref40;
926
- return /*#__PURE__*/React.createElement(Icon, {
927
- width: size,
928
- height: size,
929
- ref: ref,
930
- xmlns: "http://www.w3.org/2000/svg",
931
- viewBox: "0 0 32 32",
932
- fill: "currentColor",
933
- ...rest
934
- }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
935
- d: "M10.3555,23.0581C12.77,24.5918,15.6208,26,17.9514,26a3.8729,3.8729,0,0,0,2.856-1.084c2.2859-2.29.14-6.3979-1.938-10.3721L24.67,8.7427c1.07.686,2.1038,1.4253,3.0117,2.124L29,9.3486c-.7783-.6064-1.772-1.3383-2.8721-2.0634L30,3.4131,28.5859,2,24.3794,6.2061c-3.3164-1.91-7.1079-3.2461-9.2288-1.1216-2.0388,2.0425-.5512,5.5317,1.2683,9.082l-6.3071,6.3066c-1.0322-.7133-1.9985-1.4448-2.8-2.101L6,19.8848c.6145.5058,1.5513,1.2451,2.6653,2.0351L4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4133ZM16.5647,6.501c1.1357-1.1377,3.6931-.2862,6.3372,1.1831l-4.9947,4.9941C16.5942,10.0591,15.5562,7.5112,16.5647,6.501Zm.8215,9.5259c1.58,3.0317,3.1822,6.2959,2.0071,7.4726-1.3125,1.3145-4.5227-.0254-7.572-1.9077Z"
936
- })), children);
937
- });
938
- if (process.env.NODE_ENV !== "production") {
939
- MathCurve.propTypes = iconPropTypes;
940
- }
941
- const QMatrix = /*#__PURE__*/React.forwardRef(function QMatrix(_ref41, ref) {
942
- let {
943
- children,
944
- size = 16,
945
- ...rest
946
- } = _ref41;
947
- return /*#__PURE__*/React.createElement(Icon, {
948
- width: size,
949
- height: size,
950
- ref: ref,
951
- xmlns: "http://www.w3.org/2000/svg",
952
- viewBox: "0 0 32 32",
953
- fill: "currentColor",
954
- ...rest
955
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
956
- d: "M18 13L18 4 16 4 16 6 13 6 13 8 16 8 16 13 13 13 13 15 21 15 21 13 18 13zM16.5 20A3.5 3.5 0 1113 23.5 3.5 3.5 0 0116.5 20m0-2A5.5 5.5 0 1022 23.5 5.5 5.5 0 0016.5 18zM8 30L2 30 2 2 8 2 8 4 4 4 4 28 8 28 8 30zM30 30L24 30 24 28 28 28 28 4 24 4 24 2 30 2 30 30z"
957
- })), children);
958
- });
959
- if (process.env.NODE_ENV !== "production") {
960
- QMatrix.propTypes = iconPropTypes;
961
- }
962
- const Maximize = /*#__PURE__*/React.forwardRef(function Maximize(_ref42, ref) {
963
- let {
964
- children,
965
- size = 16,
966
- ...rest
967
- } = _ref42;
968
- if (size === 16 || size === "16" || size === "16px") {
969
- return /*#__PURE__*/React.createElement(Icon, {
970
- width: size,
971
- height: size,
972
- ref: ref,
973
- xmlns: "http://www.w3.org/2000/svg",
974
- viewBox: "0 0 16 16",
975
- fill: "currentColor",
976
- ...rest
977
- }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
978
- d: "M6 15L6 14 2.7 14 7 9.7 6.3 9 2 13.3 2 10 1 10 1 15zM10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
979
- })), children);
980
- }
981
- return /*#__PURE__*/React.createElement(Icon, {
982
- width: size,
983
- height: size,
984
- ref: ref,
985
- xmlns: "http://www.w3.org/2000/svg",
986
- viewBox: "0 0 32 32",
987
- fill: "currentColor",
988
- ...rest
989
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
990
- d: "M20 2L20 4 26.586 4 18 12.582 19.414 14 28 5.414 28 12 30 12 30 2 20 2zM14 19.416L12.592 18 4 26.586 4 20 2 20 2 30 12 30 12 28 5.414 28 14 19.416z"
991
- })), children);
992
- });
993
- if (process.env.NODE_ENV !== "production") {
994
- Maximize.propTypes = iconPropTypes;
995
- }
996
- const MediaLibrary = /*#__PURE__*/React.forwardRef(function MediaLibrary(_ref43, ref) {
997
- let {
998
- children,
999
- size = 16,
1000
- ...rest
1001
- } = _ref43;
1002
- return /*#__PURE__*/React.createElement(Icon, {
1003
- width: size,
1004
- height: size,
1005
- ref: ref,
1006
- xmlns: "http://www.w3.org/2000/svg",
1007
- viewBox: "0 0 32 32",
1008
- fill: "currentColor",
1009
- ...rest
1010
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1011
- d: "M13 15L13 23 13 23 20 19 13 15z"
1012
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1013
- d: "M26 28H6a2.0021 2.0021 0 01-2-2V12a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2V26A2.0021 2.0021 0 0126 28zM6 12V26H26V12zM6 6H26V8H6zM8 2H24V4H8z"
1014
- })), children);
1015
- });
1016
- if (process.env.NODE_ENV !== "production") {
1017
- MediaLibrary.propTypes = iconPropTypes;
1018
- }
1019
- const MediaLibraryFilled = /*#__PURE__*/React.forwardRef(function MediaLibraryFilled(_ref44, ref) {
1020
- let {
1021
- children,
1022
- size = 16,
1023
- ...rest
1024
- } = _ref44;
1025
- return /*#__PURE__*/React.createElement(Icon, {
1026
- width: size,
1027
- height: size,
1028
- ref: ref,
1029
- xmlns: "http://www.w3.org/2000/svg",
1030
- viewBox: "0 0 32 32",
1031
- fill: "currentColor",
1032
- ...rest
1033
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1034
- fill: "none",
1035
- d: "M13 15L13 23 13 23 20 19 13 15z",
1036
- "data-icon-path": "inner-path"
1037
- })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1038
- d: "M26 10H6a2.0023 2.0023 0 00-2 2V26a2.0023 2.0023 0 002 2H26a2.0023 2.0023 0 002-2V12A2.0023 2.0023 0 0026 10zM13 23h0V15l7 4zM6 6H26V8H6zM8 2H24V4H8z"
1039
- })), children);
1040
- });
1041
- if (process.env.NODE_ENV !== "production") {
1042
- MediaLibraryFilled.propTypes = iconPropTypes;
1043
- }
1044
- const MediaCast = /*#__PURE__*/React.forwardRef(function MediaCast(_ref45, ref) {
1045
- let {
1046
- children,
1047
- size = 16,
1048
- ...rest
1049
- } = _ref45;
1050
- return /*#__PURE__*/React.createElement(Icon, {
1051
- width: size,
1052
- height: size,
1053
- ref: ref,
1054
- xmlns: "http://www.w3.org/2000/svg",
1055
- viewBox: "0 0 32 32",
1056
- fill: "currentColor",
1057
- ...rest
1058
- }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1059
- d: "M2 26H5a3 3 0 00-3-3zM9 26H7a5.0057 5.0057 0 00-5-5V19A7.0078 7.0078 0 019 26z"
1060
- })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1061
- d: "M13,26H11a9.01,9.01,0,0,0-9-9V15A11.0125,11.0125,0,0,1,13,26Z"
1062
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1063
- d: "M28,26H15V24H28V8H4v5H2V8A2.0021,2.0021,0,0,1,4,6H28a2.0021,2.0021,0,0,1,2,2V24A2.0021,2.0021,0,0,1,28,26Z"
1064
- })), children);
1065
- });
1066
- if (process.env.NODE_ENV !== "production") {
1067
- MediaCast.propTypes = iconPropTypes;
1068
- }
1069
- const Medication = /*#__PURE__*/React.forwardRef(function Medication(_ref46, ref) {
1070
- let {
1071
- children,
1072
- size = 16,
1073
- ...rest
1074
- } = _ref46;
1075
- return /*#__PURE__*/React.createElement(Icon, {
1076
- width: size,
1077
- height: size,
1078
- ref: ref,
1079
- xmlns: "http://www.w3.org/2000/svg",
1080
- viewBox: "0 0 32 32",
1081
- fill: "currentColor",
1082
- ...rest
1083
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1084
- d: "M24,2H8A2,2,0,0,0,6,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,24,2ZM10,14h3V24H10ZM22,28H10V26h5V12H10V10H22ZM8,8V4H24V8Z"
1085
- })), children);
1086
- });
1087
- if (process.env.NODE_ENV !== "production") {
1088
- Medication.propTypes = iconPropTypes;
1089
- }
1090
- const MedicationAlert = /*#__PURE__*/React.forwardRef(function MedicationAlert(_ref47, ref) {
1091
- let {
1092
- children,
1093
- size = 16,
1094
- ...rest
1095
- } = _ref47;
1096
- return /*#__PURE__*/React.createElement(Icon, {
1097
- width: size,
1098
- height: size,
1099
- ref: ref,
1100
- xmlns: "http://www.w3.org/2000/svg",
1101
- viewBox: "0 0 32 32",
1102
- fill: "currentColor",
1103
- ...rest
1104
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1105
- d: "M22 19H24V24H22z"
1106
- })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1107
- d: "M23,31a8,8,0,1,1,8-8A8,8,0,0,1,23,31Zm0-14a6,6,0,1,0,6,6A6,6,0,0,0,23,17Z"
1108
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
1109
- cx: "23",
1110
- cy: "26",
1111
- r: "1"
1112
- })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1113
- d: "M20,2H4A2,2,0,0,0,2,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2h8V28H6V26h5V12H6V10H18v3h2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2ZM9,14V24H6V14ZM4,8V4H20V8Z"
1114
- })), children);
1115
- });
1116
- if (process.env.NODE_ENV !== "production") {
1117
- MedicationAlert.propTypes = iconPropTypes;
1118
- }
1119
- const MedicationReminder = /*#__PURE__*/React.forwardRef(function MedicationReminder(_ref48, ref) {
1120
- let {
1121
- children,
1122
- size = 16,
1123
- ...rest
1124
- } = _ref48;
1125
- return /*#__PURE__*/React.createElement(Icon, {
1126
- width: size,
1127
- height: size,
1128
- ref: ref,
1129
- xmlns: "http://www.w3.org/2000/svg",
1130
- viewBox: "0 0 32 32",
1131
- fill: "currentColor",
1132
- ...rest
1133
- }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1134
- d: "M20,2H4A2,2,0,0,0,2,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2H18a2,2,0,0,0,2-2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2ZM6,14H9V24H6ZM18,28H6V26h5V12H6V10H18ZM4,8V4H20V8Z"
1135
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
1136
- cx: "26",
1137
- cy: "16",
1138
- r: "4"
1139
- })), children);
1140
- });
1141
- if (process.env.NODE_ENV !== "production") {
1142
- MedicationReminder.propTypes = iconPropTypes;
1143
- }
1144
- const Menu = /*#__PURE__*/React.forwardRef(function Menu(_ref49, ref) {
1145
- let {
1146
- children,
1147
- size = 16,
1148
- ...rest
1149
- } = _ref49;
1150
- if (size === 16 || size === "16" || size === "16px") {
1151
- return /*#__PURE__*/React.createElement(Icon, {
1152
- width: size,
1153
- height: size,
1154
- ref: ref,
1155
- xmlns: "http://www.w3.org/2000/svg",
1156
- viewBox: "0 0 16 16",
1157
- fill: "currentColor",
1158
- ...rest
1159
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1160
- d: "M2 12H14V13H2zM2 9H14V10H2zM2 6H14V7H2zM2 3H14V4H2z"
1161
- })), children);
1162
- }
1163
- if (size === 20 || size === "20" || size === "20px") {
1164
- return /*#__PURE__*/React.createElement(Icon, {
1165
- width: size,
1166
- height: size,
1167
- ref: ref,
1168
- xmlns: "http://www.w3.org/2000/svg",
1169
- viewBox: "0 0 20 20",
1170
- fill: "currentColor",
1171
- ...rest
1172
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1173
- d: "M2 14.8H18V16H2zM2 11.2H18V12.399999999999999H2zM2 7.6H18V8.799999999999999H2zM2 4H18V5.2H2z"
1174
- })), children);
1175
- }
1176
- if (size === 24 || size === "24" || size === "24px") {
1177
- return /*#__PURE__*/React.createElement(Icon, {
1178
- width: size,
1179
- height: size,
1180
- ref: ref,
1181
- xmlns: "http://www.w3.org/2000/svg",
1182
- viewBox: "0 0 24 24",
1183
- fill: "currentColor",
1184
- ...rest
1185
- }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1186
- d: "M3 18H21V19.5H3zM3 13.5H21V15H3zM3 9H21V10.5H3zM3 4.5H21V6H3z"
1187
- })), children);
1188
- }
1189
- return /*#__PURE__*/React.createElement(Icon, {
1190
- width: size,
1191
- height: size,
1192
- ref: ref,
1193
- xmlns: "http://www.w3.org/2000/svg",
1194
- viewBox: "0 0 32 32",
1195
- fill: "currentColor",
1196
- ...rest
1197
- }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1198
- d: "M4 6H28V8H4zM4 24H28V26H4zM4 12H28V14H4zM4 18H28V20H4z"
1199
- })), children);
1200
- });
1201
- if (process.env.NODE_ENV !== "production") {
1202
- Menu.propTypes = iconPropTypes;
1203
- }
1204
- const Merge = /*#__PURE__*/React.forwardRef(function Merge(_ref50, ref) {
1205
- let {
1206
- children,
1207
- size = 16,
1208
- ...rest
1209
- } = _ref50;
1210
- return /*#__PURE__*/React.createElement(Icon, {
1211
- width: size,
1212
- height: size,
1213
- ref: ref,
1214
- xmlns: "http://www.w3.org/2000/svg",
1215
- viewBox: "0 0 32 32",
1216
- fill: "currentColor",
1217
- ...rest
1218
- }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1219
- strokeWidth: "0",
1220
- d: "m24,13c-1.8584,0-3.4106,1.2798-3.8579,3h-6.1421c-2.7571,0-5-2.2432-5-5v-1.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v12.2842c-1.7202.4468-3,1.9995-3,3.8579,0,2.2061,1.7944,4,4,4s4-1.7939,4-4c0-1.8584-1.2798-3.4111-3-3.8579v-6.2524c1.2717,1.3003,3.042,2.1104,5,2.1104h6.1421c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm-14,13c0,1.1025-.897,2-2,2s-2-.8975-2-2,.897-2,2-2,2,.8975,2,2ZM6,6c0-1.103.897-2,2-2s2,.897,2,2-.897,2-2,2-2-.897-2-2Zm18,13c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
1221
- })), children);
1222
- });
1223
- if (process.env.NODE_ENV !== "production") {
1224
- Merge.propTypes = iconPropTypes;
1225
- }
1226
- const MergeNode = /*#__PURE__*/React.forwardRef(function MergeNode(_ref51, ref) {
1227
- let {
1228
- children,
1229
- size = 16,
1230
- ...rest
1231
- } = _ref51;
1232
- return /*#__PURE__*/React.createElement(Icon, {
1233
- width: size,
1234
- height: size,
1235
- ref: ref,
1236
- xmlns: "http://www.w3.org/2000/svg",
1237
- viewBox: "0 0 32 32",
1238
- fill: "currentColor",
1239
- ...rest
1240
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1241
- strokeWidth: "0",
1242
- d: "M28 20h-4l-8-8-8 8h-4c-1.1028 0-2 .8975-2 2v8h2v-8h4l8 8 8-8h4v8h2v-8c0-1.1025-.8972-2-2-2zm-12 7.1714l-6.1714-6.1714 6.1714-6.1716 6.1714 6.1716-6.1714 6.1714zM11 7L16 12 21 7 19.5859 5.5859 17 8.1719 17 2 15 2 15 8.1719 12.4141 5.5859 11 7z"
1243
- })), children);
1244
- });
1245
- if (process.env.NODE_ENV !== "production") {
1246
- MergeNode.propTypes = iconPropTypes;
1247
- }
1248
- const MessageQueue = /*#__PURE__*/React.forwardRef(function MessageQueue(_ref52, ref) {
1249
- let {
1250
- children,
1251
- size = 16,
1252
- ...rest
1253
- } = _ref52;
1254
- return /*#__PURE__*/React.createElement(Icon, {
1255
- width: size,
1256
- height: size,
1257
- ref: ref,
1258
- xmlns: "http://www.w3.org/2000/svg",
1259
- viewBox: "0 0 32 32",
1260
- fill: "currentColor",
1261
- ...rest
1262
- }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1263
- d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V21H4v5H28V21h2v5A2.0021,2.0021,0,0,1,28,28Z"
1264
- })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1265
- d: "M7 21H25V23H7zM7 16H25V18H7zM7 11H25V13H7zM7 6H25V8H7z"
1266
- })), children);
1267
- });
1268
- if (process.env.NODE_ENV !== "production") {
1269
- MessageQueue.propTypes = iconPropTypes;
1270
- }
1271
- const Meter = /*#__PURE__*/React.forwardRef(function Meter(_ref53, ref) {
1272
- let {
1273
- children,
1274
- size = 16,
1275
- ...rest
1276
- } = _ref53;
1277
- return /*#__PURE__*/React.createElement(Icon, {
1278
- width: size,
1279
- height: size,
1280
- ref: ref,
1281
- xmlns: "http://www.w3.org/2000/svg",
1282
- viewBox: "0 0 32 32",
1283
- fill: "currentColor",
1284
- ...rest
1285
- }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1286
- d: "M26 16a9.9283 9.9283 0 00-1.1392-4.6182l-1.4961 1.4961A7.9483 7.9483 0 0124 16zM23.4141 10L22 8.5859l-4.7147 4.7147A2.9659 2.9659 0 0016 13a3 3 0 103 3 2.9659 2.9659 0 00-.3006-1.2853zM16 17a1 1 0 111-1A1.0013 1.0013 0 0116 17zM16 8a7.9515 7.9515 0 013.1223.6353l1.4961-1.4961A9.9864 9.9864 0 006 16H8A8.0092 8.0092 0 0116 8z"
1287
- })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1288
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
1289
- })), children);
1290
- });
1291
- if (process.env.NODE_ENV !== "production") {
1292
- Meter.propTypes = iconPropTypes;
1293
- }
1294
- const MeterAlt = /*#__PURE__*/React.forwardRef(function MeterAlt(_ref54, ref) {
1295
- let {
1296
- children,
1297
- size = 16,
1298
- ...rest
1299
- } = _ref54;
1300
- return /*#__PURE__*/React.createElement(Icon, {
1301
- width: size,
1302
- height: size,
1303
- ref: ref,
1304
- xmlns: "http://www.w3.org/2000/svg",
1305
- viewBox: "0 0 32 32",
1306
- fill: "currentColor",
1307
- ...rest
1308
- }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1309
- d: "M30 20a13.8535 13.8535 0 00-2.2291-7.5288l-1.4452 1.4453A11.8917 11.8917 0 0128 20zM28 9.414L26.5859 8 18.019 16.5669A3.9521 3.9521 0 0016 16a4 4 0 104 4 3.9533 3.9533 0 00-.5669-2.0191zM16 22a2 2 0 112-2A2.0023 2.0023 0 0116 22zM16 8a11.9086 11.9086 0 016.0833 1.6743l1.4536-1.4536A13.9773 13.9773 0 002 20H4A12.0137 12.0137 0 0116 8z"
1310
- })), children);
1311
- });
1312
- if (process.env.NODE_ENV !== "production") {
1313
- MeterAlt.propTypes = iconPropTypes;
1314
- }
1315
- const Microphone = /*#__PURE__*/React.forwardRef(function Microphone(_ref55, ref) {
1316
- let {
1317
- children,
1318
- size = 16,
1319
- ...rest
1320
- } = _ref55;
1321
- return /*#__PURE__*/React.createElement(Icon, {
1322
- width: size,
1323
- height: size,
1324
- ref: ref,
1325
- xmlns: "http://www.w3.org/2000/svg",
1326
- viewBox: "0 0 32 32",
1327
- fill: "currentColor",
1328
- ...rest
1329
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1330
- d: "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z"
1331
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1332
- d: "M16,22a5,5,0,0,0,5-5V7A5,5,0,0,0,11,7V17A5,5,0,0,0,16,22ZM13,7a3,3,0,0,1,6,0V17a3,3,0,0,1-6,0Z"
1333
- })), children);
1334
- });
1335
- if (process.env.NODE_ENV !== "production") {
1336
- Microphone.propTypes = iconPropTypes;
1337
- }
1338
- const MicrophoneFilled = /*#__PURE__*/React.forwardRef(function MicrophoneFilled(_ref56, ref) {
1339
- let {
1340
- children,
1341
- size = 16,
1342
- ...rest
1343
- } = _ref56;
1344
- return /*#__PURE__*/React.createElement(Icon, {
1345
- width: size,
1346
- height: size,
1347
- ref: ref,
1348
- xmlns: "http://www.w3.org/2000/svg",
1349
- viewBox: "0 0 32 32",
1350
- fill: "currentColor",
1351
- ...rest
1352
- }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1353
- d: "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z"
1354
- })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1355
- d: "M16,22a5,5,0,0,0,5-5V7A5,5,0,0,0,11,7V17A5,5,0,0,0,16,22Z"
1356
- })), children);
1357
- });
1358
- if (process.env.NODE_ENV !== "production") {
1359
- MicrophoneFilled.propTypes = iconPropTypes;
1360
- }
1361
- const MicrophoneOff = /*#__PURE__*/React.forwardRef(function MicrophoneOff(_ref57, ref) {
1362
- let {
1363
- children,
1364
- size = 16,
1365
- ...rest
1366
- } = _ref57;
1367
- return /*#__PURE__*/React.createElement(Icon, {
1368
- width: size,
1369
- height: size,
1370
- ref: ref,
1371
- xmlns: "http://www.w3.org/2000/svg",
1372
- viewBox: "0 0 32 32",
1373
- fill: "currentColor",
1374
- ...rest
1375
- }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1376
- d: "M9.18 18.57A7.41 7.41 0 019 17V14H7v3a8.84 8.84 0 00.58 3.18zM13 15V7a3 3 0 016 0V8.75l2-2A5 5 0 0011 7v8zM23 17a7 7 0 01-11.73 5.14l1.42-1.41A5 5 0 0021 17V12.42l9-9L28.59 2 2 28.59 3.41 30l6.44-6.44A8.91 8.91 0 0015 25.94V28H11v2H21V28H17V25.94A9 9 0 0025 17V14H23zm-4 0a3 3 0 01-4.9 2.31L19 14.42z"
1377
- })), children);
1378
- });
1379
- if (process.env.NODE_ENV !== "production") {
1380
- MicrophoneOff.propTypes = iconPropTypes;
1381
- }
1382
- const MicrophoneOffFilled = /*#__PURE__*/React.forwardRef(function MicrophoneOffFilled(_ref58, ref) {
1383
- let {
1384
- children,
1385
- size = 16,
1386
- ...rest
1387
- } = _ref58;
1388
- return /*#__PURE__*/React.createElement(Icon, {
1389
- width: size,
1390
- height: size,
1391
- ref: ref,
1392
- xmlns: "http://www.w3.org/2000/svg",
1393
- viewBox: "0 0 32 32",
1394
- fill: "currentColor",
1395
- ...rest
1396
- }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1397
- d: "M23 17a7 7 0 01-11.73 5.14l1.42-1.41A5 5 0 0021 17V12.42l9-9L28.59 2 2 28.59 3.41 30l6.44-6.44A8.91 8.91 0 0015 25.94V28H11v2H21V28H17V25.94A9 9 0 0025 17V14H23zM9 17.32c0-.11 0-.21 0-.32V14H7v3a9 9 0 00.25 2.09zM20.76 5.58A5 5 0 0011 7v8.34z"
1398
- })), children);
1399
- });
1400
- if (process.env.NODE_ENV !== "production") {
1401
- MicrophoneOffFilled.propTypes = iconPropTypes;
1402
- }
1403
- const Microscope = /*#__PURE__*/React.forwardRef(function Microscope(_ref59, ref) {
1404
- let {
1405
- children,
1406
- size = 16,
1407
- ...rest
1408
- } = _ref59;
1409
- return /*#__PURE__*/React.createElement(Icon, {
1410
- width: size,
1411
- height: size,
1412
- ref: ref,
1413
- xmlns: "http://www.w3.org/2000/svg",
1414
- viewBox: "0 0 32 32",
1415
- fill: "currentColor",
1416
- ...rest
1417
- }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1418
- d: "M25.3943,24a7.8772,7.8772,0,0,0-1.6707-8.5684,3.918,3.918,0,0,0-1.0844-4.414l2.7759-2.7759a2.0025,2.0025,0,0,0,0-2.8286L22.5869,2.5849a2.0021,2.0021,0,0,0-2.8286,0L6.5859,15.7573a2.0027,2.0027,0,0,0,0,2.8286l2.8282,2.8282a2.0024,2.0024,0,0,0,2.8286,0l4.7749-4.7754a3.9329,3.9329,0,0,0,5.5139.4326A5.9442,5.9442,0,0,1,23.1775,24H16v4H4v2H28V24ZM10.8281,20,8,17.1714,9.8787,15.293l2.8283,2.8281ZM16,14a3.9811,3.9811,0,0,0,.0762.7524L14.1211,16.707l-2.8284-2.8281,9.88-9.88L24.001,6.8271l-3.2488,3.2491A3.9771,3.9771,0,0,0,16,14Zm4,2a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,20,16Zm6,12H18V26h8Z"
1419
- })), children);
1420
- });
1421
- if (process.env.NODE_ENV !== "production") {
1422
- Microscope.propTypes = iconPropTypes;
1423
- }
1424
- const Microservices_1 = /*#__PURE__*/React.forwardRef(function Microservices_1(_ref60, ref) {
1425
- let {
1426
- children,
1427
- size = 16,
1428
- ...rest
1429
- } = _ref60;
1430
- return /*#__PURE__*/React.createElement(Icon, {
1431
- width: size,
1432
- height: size,
1433
- ref: ref,
1434
- xmlns: "http://www.w3.org/2000/svg",
1435
- viewBox: "0 0 32 32",
1436
- fill: "currentColor",
1437
- ...rest
1438
- }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1439
- d: "m11 21-4-2.2v-4.5l4-2.2 4 2.2v4.5L11 21zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM6 30l-4-2.2v-4.5L6 21l4 2.2v4.5L6 30zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM16 30l-4-2.2v-4.5l4-2.2 4 2.2v4.5L16 30zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM26 30l-4-2.2v-4.5l4-2.2 4 2.2v4.5L26 30zm-2-3.4 2 1.1 2-1.1v-2.2l-2-1.1-2 1.1v2.2zM24.6 11.6 22 14.2V9.4l3-1.7V3.2L21 1l-4 2.2v4.5l3 1.7v4.7l-2.6-2.6L16 13l5 5 5-5-1.4-1.4zM19 4.4l2-1.1 2 1.1v2.2l-2 1.1-2-1.1V4.4z"
1440
- }), /*#__PURE__*/React.createElement("path", {
1441
- fill: "none",
1442
- d: "M0 0h32v32H0z"
1443
- })))), children);
1444
- });
1445
- if (process.env.NODE_ENV !== "production") {
1446
- Microservices_1.propTypes = iconPropTypes;
1447
- }
1448
- const Microservices_2 = /*#__PURE__*/React.forwardRef(function Microservices_2(_ref61, ref) {
1449
- let {
1450
- children,
1451
- size = 16,
1452
- ...rest
1453
- } = _ref61;
1454
- return /*#__PURE__*/React.createElement(Icon, {
1455
- width: size,
1456
- height: size,
1457
- ref: ref,
1458
- xmlns: "http://www.w3.org/2000/svg",
1459
- viewBox: "0 0 32 32",
1460
- fill: "currentColor",
1461
- ...rest
1462
- }, _switch2 || (_switch2 = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1463
- d: "M16 22v-6h-6v-6H2v20h20v-8h-6zm-2-4v4h-4v-4h4zM4 12h4v4H4v-4zm4 6v4H4v-4h4zM4 28v-4h4v4H4zm10 0h-4v-4h4v4zm6 0h-4v-4h4v4zM29.6 13.6 27 16.2V10h3V2h-8v8h3v6.2l-2.6-2.6L21 15l5 5 5-5-1.4-1.4zM24 4h4v4h-4V4z"
1464
- }), /*#__PURE__*/React.createElement("path", {
1465
- fill: "none",
1466
- d: "M0 0h32v32H0z"
1467
- })))), children);
1468
- });
1469
- if (process.env.NODE_ENV !== "production") {
1470
- Microservices_2.propTypes = iconPropTypes;
1471
- }
1472
- const Migrate = /*#__PURE__*/React.forwardRef(function Migrate(_ref62, ref) {
1473
- let {
1474
- children,
1475
- size = 16,
1476
- ...rest
1477
- } = _ref62;
1478
- return /*#__PURE__*/React.createElement(Icon, {
1479
- width: size,
1480
- height: size,
1481
- ref: ref,
1482
- xmlns: "http://www.w3.org/2000/svg",
1483
- viewBox: "0 0 32 32",
1484
- fill: "currentColor",
1485
- ...rest
1486
- }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1487
- d: "M26 2H6A2 2 0 004 4V8a2 2 0 002 2h9v6.17l-2.59-2.58L11 15l5 5 5-5-1.41-1.41L17 16.17V10h9a2 2 0 002-2V4A2 2 0 0026 2zM6 4h4V8H6zM26 8H12V4H26zM26 22H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2V24A2 2 0 0026 22zM6 24H20v4H6zm20 4H22V24h4z"
1488
- })), children);
1489
- });
1490
- if (process.env.NODE_ENV !== "production") {
1491
- Migrate.propTypes = iconPropTypes;
1492
- }
1493
- const MigrateAlt = /*#__PURE__*/React.forwardRef(function MigrateAlt(_ref63, ref) {
1494
- let {
1495
- children,
1496
- size = 16,
1497
- ...rest
1498
- } = _ref63;
1499
- return /*#__PURE__*/React.createElement(Icon, {
1500
- width: size,
1501
- height: size,
1502
- ref: ref,
1503
- xmlns: "http://www.w3.org/2000/svg",
1504
- viewBox: "0 0 32 32",
1505
- fill: "currentColor",
1506
- ...rest
1507
- }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1508
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,22H12V20H10v6H4V17H20.1719l-3.586,3.5859L18,22l6-6-6-6-1.4141,1.4141L20.1719,15H4V6h6v6h2V6H28Z"
1509
- })), children);
1510
- });
1511
- if (process.env.NODE_ENV !== "production") {
1512
- MigrateAlt.propTypes = iconPropTypes;
1513
- }
1514
- const Milestone = /*#__PURE__*/React.forwardRef(function Milestone(_ref64, ref) {
1515
- let {
1516
- children,
1517
- size = 16,
1518
- ...rest
1519
- } = _ref64;
1520
- return /*#__PURE__*/React.createElement(Icon, {
1521
- width: size,
1522
- height: size,
1523
- ref: ref,
1524
- xmlns: "http://www.w3.org/2000/svg",
1525
- viewBox: "0 0 32 32",
1526
- fill: "currentColor",
1527
- ...rest
1528
- }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1529
- d: "M24.5857,6.5859A1.9865,1.9865,0,0,0,23.1714,6H16V2H14V6H6A2.0025,2.0025,0,0,0,4,8v6a2.0025,2.0025,0,0,0,2,2h8V30h2V16h7.1714a1.9865,1.9865,0,0,0,1.4143-.5859L29,11ZM23.1714,14H6V8H23.1716l3,3Z"
1530
- })), children);
1531
- });
1532
- if (process.env.NODE_ENV !== "production") {
1533
- Milestone.propTypes = iconPropTypes;
1534
- }
1535
- const MilitaryCamp = /*#__PURE__*/React.forwardRef(function MilitaryCamp(_ref65, ref) {
1536
- let {
1537
- children,
1538
- size = 16,
1539
- ...rest
1540
- } = _ref65;
1541
- return /*#__PURE__*/React.createElement(Icon, {
1542
- width: size,
1543
- height: size,
1544
- ref: ref,
1545
- xmlns: "http://www.w3.org/2000/svg",
1546
- viewBox: "0 0 32 32",
1547
- fill: "currentColor",
1548
- ...rest
1549
- }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1550
- d: "M27,28v-10.48a2.0035,2.0035,0,0,0-.853-1.6387L17,9.48V8h6V2H15V9.48L5.8528,15.8823A2.0023,2.0023,0,0,0,5,17.5205V28H2v2H30V28ZM17,4h4V6H17ZM7,17.5205l9-6.3,9,6.3V28H17V20H15v8H7Z"
1551
- })), children);
1552
- });
1553
- if (process.env.NODE_ENV !== "production") {
1554
- MilitaryCamp.propTypes = iconPropTypes;
1555
- }
1556
- const Minimize = /*#__PURE__*/React.forwardRef(function Minimize(_ref66, ref) {
1557
- let {
1558
- children,
1559
- size = 16,
1560
- ...rest
1561
- } = _ref66;
1562
- if (size === 16 || size === "16" || size === "16px") {
1563
- return /*#__PURE__*/React.createElement(Icon, {
1564
- width: size,
1565
- height: size,
1566
- ref: ref,
1567
- xmlns: "http://www.w3.org/2000/svg",
1568
- viewBox: "0 0 16 16",
1569
- fill: "currentColor",
1570
- ...rest
1571
- }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1572
- d: "M2 9L2 10 5.3 10 1 14.3 1.7 15 6 10.7 6 14 7 14 7 9zM14 7L14 6 10.7 6 15 1.7 14.3 1 10 5.3 10 2 9 2 9 7z"
1573
- })), children);
1574
- }
1575
- return /*#__PURE__*/React.createElement(Icon, {
1576
- width: size,
1577
- height: size,
1578
- ref: ref,
1579
- xmlns: "http://www.w3.org/2000/svg",
1580
- viewBox: "0 0 32 32",
1581
- fill: "currentColor",
1582
- ...rest
1583
- }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1584
- d: "M4 18L4 20 10.586 20 2 28.582 3.414 30 12 21.414 12 28 14 28 14 18 4 18zM30 3.416L28.592 2 20 10.586 20 4 18 4 18 14 28 14 28 12 21.414 12 30 3.416z"
1585
- })), children);
1586
- });
1587
- if (process.env.NODE_ENV !== "production") {
1588
- Minimize.propTypes = iconPropTypes;
1589
- }
1590
- const Misuse = /*#__PURE__*/React.forwardRef(function Misuse(_ref67, ref) {
1591
- let {
1592
- children,
1593
- size = 16,
1594
- ...rest
1595
- } = _ref67;
1596
- if (size === 16 || size === "16" || size === "16px") {
1597
- return /*#__PURE__*/React.createElement(Icon, {
1598
- width: size,
1599
- height: size,
1600
- ref: ref,
1601
- xmlns: "http://www.w3.org/2000/svg",
1602
- viewBox: "0 0 16 16",
1603
- fill: "currentColor",
1604
- ...rest
1605
- }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1606
- d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2 l2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"
1607
- })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1608
- d: "M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2l2.7-2.7l0.8,0.8L8.8,8 l2.7,2.7L10.7,11.5z",
1609
- "data-icon-path": "inner-path",
1610
- opacity: "0"
1611
- })), children);
1612
- }
1613
- if (size === 20 || size === "20" || size === "20px") {
1614
- return /*#__PURE__*/React.createElement(Icon, {
1615
- width: size,
1616
- height: size,
1617
- ref: ref,
1618
- xmlns: "http://www.w3.org/2000/svg",
1619
- viewBox: "0 0 20 20",
1620
- fill: "currentColor",
1621
- ...rest
1622
- }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1623
- d: "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M13.5,14.5L10,11l-3.5,3.5l-1-1L9,10L5.5,6.5l1-1L10,9l3.5-3.5l1,1 L11,10l3.5,3.5L13.5,14.5z"
1624
- })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1625
- fill: "none",
1626
- d: "M13.5,14.5L10,11l-3.5,3.5l-1-1L9,10L5.5,6.5l1-1L10,9l3.5-3.5l1,1L11,10l3.5,3.5L13.5,14.5z",
1627
- "data-icon-path": "inner-path",
1628
- opacity: "0"
1629
- })), children);
1630
- }
1631
- if (size === 24 || size === "24" || size === "24px") {
1632
- return /*#__PURE__*/React.createElement(Icon, {
1633
- width: size,
1634
- height: size,
1635
- ref: ref,
1636
- xmlns: "http://www.w3.org/2000/svg",
1637
- viewBox: "0 0 24 24",
1638
- fill: "currentColor",
1639
- ...rest
1640
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1641
- d: "M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M16.2,17.5L12,13.3l-4.2,4.2l-1.3-1.3l4.2-4.2L6.5,7.8l1.3-1.3 l4.2,4.2l4.2-4.2l1.3,1.3L13.3,12l4.2,4.2L16.2,17.5z"
1642
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1643
- fill: "none",
1644
- d: "M16.2,17.5L12,13.3l-4.2,4.2l-1.3-1.3l4.2-4.2L6.5,7.8l1.3-1.3l4.2,4.2l4.2-4.2l1.3,1.3 L13.3,12l4.2,4.2L16.2,17.5z",
1645
- "data-icon-path": "inner-path",
1646
- opacity: "0"
1647
- })), children);
1648
- }
1649
- return /*#__PURE__*/React.createElement(Icon, {
1650
- width: size,
1651
- height: size,
1652
- ref: ref,
1653
- xmlns: "http://www.w3.org/2000/svg",
1654
- viewBox: "0 0 32 32",
1655
- fill: "currentColor",
1656
- ...rest
1657
- }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1658
- d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9 l5.4,5.4L21.4,9l1.6,1.6L17.6,16l5.4,5.4L21.4,23z"
1659
- })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1660
- fill: "none",
1661
- d: "M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9l5.4,5.4L21.4,9l1.6,1.6L17.6,16 l5.4,5.4L21.4,23z",
1662
- "data-icon-path": "inner-path",
1663
- opacity: "0"
1664
- })), children);
1665
- });
1666
- if (process.env.NODE_ENV !== "production") {
1667
- Misuse.propTypes = iconPropTypes;
1668
- }
1669
- const MisuseOutline = /*#__PURE__*/React.forwardRef(function MisuseOutline(_ref68, ref) {
1670
- let {
1671
- children,
1672
- size = 16,
1673
- ...rest
1674
- } = _ref68;
1675
- if (size === 16 || size === "16" || size === "16px") {
1676
- return /*#__PURE__*/React.createElement(Icon, {
1677
- width: size,
1678
- height: size,
1679
- ref: ref,
1680
- xmlns: "http://www.w3.org/2000/svg",
1681
- viewBox: "0 0 16 16",
1682
- fill: "currentColor",
1683
- ...rest
1684
- }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1685
- d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"
1686
- })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1687
- d: "M10.7 11.5L8 8.8 5.3 11.5 4.5 10.7 7.2 8 4.5 5.3 5.3 4.5 8 7.2 10.7 4.5 11.5 5.3 8.8 8 11.5 10.7z"
1688
- })), children);
1689
- }
1690
- return /*#__PURE__*/React.createElement(Icon, {
1691
- width: size,
1692
- height: size,
1693
- ref: ref,
1694
- xmlns: "http://www.w3.org/2000/svg",
1695
- viewBox: "0 0 32 32",
1696
- fill: "currentColor",
1697
- ...rest
1698
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1699
- d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z"
1700
- })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1701
- d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
1702
- })), children);
1703
- });
1704
- if (process.env.NODE_ENV !== "production") {
1705
- MisuseOutline.propTypes = iconPropTypes;
1706
- }
1707
- const MixedRainHail = /*#__PURE__*/React.forwardRef(function MixedRainHail(_ref69, ref) {
1708
- let {
1709
- children,
1710
- size = 16,
1711
- ...rest
1712
- } = _ref69;
1713
- return /*#__PURE__*/React.createElement(Icon, {
1714
- width: size,
1715
- height: size,
1716
- ref: ref,
1717
- xmlns: "http://www.w3.org/2000/svg",
1718
- viewBox: "0 0 32 32",
1719
- fill: "currentColor",
1720
- ...rest
1721
- }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1722
- cx: "24.5",
1723
- cy: "25.5",
1724
- r: "1.5"
1725
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1726
- cx: "21.5",
1727
- cy: "29.5",
1728
- r: "1.5"
1729
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1730
- d: "M15.868 30.496L14.132 29.504 17.276 24 11.277 24 16.132 15.504 17.868 16.496 14.723 22 20.724 22 15.868 30.496z"
1731
- })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1732
- d: "M9 32a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 019 32zM24.8008 9.1362a8.9943 8.9943 0 00-17.6006 0 6.4929 6.4929 0 00.23 12.7681L6.106 24.5527a1 1 0 101.7885.8946l2-4a1 1 0 00-.447-1.3418A.9786.9786 0 009 20.01V20H8.5a4.4975 4.4975 0 01-.356-8.981l.8155-.0639.0991-.812a6.9938 6.9938 0 0113.8838 0l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 20H23v2h.5A6.4974 6.4974 0 0024.8008 9.1362z"
1733
- })), children);
1734
- });
1735
- if (process.env.NODE_ENV !== "production") {
1736
- MixedRainHail.propTypes = iconPropTypes;
1737
- }
1738
- const MlModelReference = /*#__PURE__*/React.forwardRef(function MlModelReference(_ref70, ref) {
1739
- let {
1740
- children,
1741
- size = 16,
1742
- ...rest
1743
- } = _ref70;
1744
- return /*#__PURE__*/React.createElement(Icon, {
1745
- width: size,
1746
- height: size,
1747
- ref: ref,
1748
- xmlns: "http://www.w3.org/2000/svg",
1749
- viewBox: "0 0 32 32",
1750
- fill: "currentColor",
1751
- ...rest
1752
- }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1753
- strokeWidth: "0",
1754
- d: "M4 19L4 21 8.5859 21 2 27.5859 3.4141 29 10 22.4141 10 27 12 27 12 19 4 19z"
1755
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1756
- strokeWidth: "0",
1757
- d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8384-2.8157,2h-5.7703l7.3008-7.3008c.3911.1875.8235.3008,1.2852.3008,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.4619.1135.894.3005,1.2852l-8.3005,8.3008v-6.5859c0-1.1025.897-2,2-2h2v-2h-2c-1.2002,0-2.2661.5425-3,1.3823-.7339-.8398-1.7998-1.3823-3-1.3823h-1c-4.9624,0-9,4.0371-9,9v4h2v-3h3c1.6543,0,3-1.3457,3-3v-2h-2v2c0,.5518-.4487,1-1,1h-2.9202c.4878-3.3867,3.4006-6,6.9202-6h1c1.103,0,2,.8975,2,2v4h-2v2h2v10c0,2.2056,1.7944,4,4,4h2v-2h-2c-1.1028,0-2-.8975-2-2v-6.5859l8.3005,8.3008c-.187.3911-.3005.8232-.3005,1.2852,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.4617,0-.894.1133-1.2852.3008l-7.3008-7.3008h5.7703c.4141,1.1616,1.5137,2,2.8157,2Zm0-4c.5513,0,1,.4482,1,1s-.4487,1-1,1-1-.4482-1-1,.4487-1,1-1Zm0-11c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm0,22c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Z"
1758
- })), children);
1759
- });
1760
- if (process.env.NODE_ENV !== "production") {
1761
- MlModelReference.propTypes = iconPropTypes;
1762
- }
1763
- const Mobile = /*#__PURE__*/React.forwardRef(function Mobile(_ref71, ref) {
1764
- let {
1765
- children,
1766
- size = 16,
1767
- ...rest
1768
- } = _ref71;
1769
- return /*#__PURE__*/React.createElement(Icon, {
1770
- width: size,
1771
- height: size,
1772
- ref: ref,
1773
- xmlns: "http://www.w3.org/2000/svg",
1774
- viewBox: "0 0 32 32",
1775
- fill: "currentColor",
1776
- ...rest
1777
- }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1778
- d: "M22,4H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2H22a2.0027,2.0027,0,0,0,2-2V6A2.0023,2.0023,0,0,0,22,4Zm0,2,0,2H10V6ZM10,28V10H22l0,18Z"
1779
- })), children);
1780
- });
1781
- if (process.env.NODE_ENV !== "production") {
1782
- Mobile.propTypes = iconPropTypes;
1783
- }
1784
- const MobileAdd = /*#__PURE__*/React.forwardRef(function MobileAdd(_ref72, ref) {
1785
- let {
1786
- children,
1787
- size = 16,
1788
- ...rest
1789
- } = _ref72;
1790
- return /*#__PURE__*/React.createElement(Icon, {
1791
- width: size,
1792
- height: size,
1793
- ref: ref,
1794
- xmlns: "http://www.w3.org/2000/svg",
1795
- viewBox: "0 0 32 32",
1796
- fill: "currentColor",
1797
- ...rest
1798
- }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1799
- d: "M28 24L24 24 24 20 22 20 22 24 18 24 18 26 22 26 22 30 24 30 24 26 28 26 28 24z"
1800
- })), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1801
- d: "M10,28V10H22v7h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h6l0-2ZM10,6H22l0,2H10Z"
1802
- })), children);
1803
- });
1804
- if (process.env.NODE_ENV !== "production") {
1805
- MobileAdd.propTypes = iconPropTypes;
1806
- }
1807
- const MobileAudio = /*#__PURE__*/React.forwardRef(function MobileAudio(_ref73, ref) {
1808
- let {
1809
- children,
1810
- size = 16,
1811
- ...rest
1812
- } = _ref73;
1813
- return /*#__PURE__*/React.createElement(Icon, {
1814
- width: size,
1815
- height: size,
1816
- ref: ref,
1817
- xmlns: "http://www.w3.org/2000/svg",
1818
- viewBox: "0 0 32 32",
1819
- fill: "currentColor",
1820
- ...rest
1821
- }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1822
- d: "M28 12H30V15H28zM24 7H26V20H24zM20 11H22V16H20zM16 9H18V18H16zM12 12H14V15H12z"
1823
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1824
- cx: "13.5",
1825
- cy: "24.5",
1826
- r: "1.5"
1827
- })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1828
- d: "M20,30H7a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,7,2H20V4H7V28H20V24h2v4A2.0023,2.0023,0,0,1,20,30Z"
1829
- })), children);
1830
- });
1831
- if (process.env.NODE_ENV !== "production") {
1832
- MobileAudio.propTypes = iconPropTypes;
1833
- }
1834
- const MobileCheck = /*#__PURE__*/React.forwardRef(function MobileCheck(_ref74, ref) {
1835
- let {
1836
- children,
1837
- size = 16,
1838
- ...rest
1839
- } = _ref74;
1840
- return /*#__PURE__*/React.createElement(Icon, {
1841
- width: size,
1842
- height: size,
1843
- ref: ref,
1844
- xmlns: "http://www.w3.org/2000/svg",
1845
- viewBox: "0 0 32 32",
1846
- fill: "currentColor",
1847
- ...rest
1848
- }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1849
- d: "M20 27.18L17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z"
1850
- })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1851
- d: "M10,28V10H22v9h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h4V28ZM10,6H22l0,2H10Z"
1852
- })), children);
1853
- });
1854
- if (process.env.NODE_ENV !== "production") {
1855
- MobileCheck.propTypes = iconPropTypes;
1856
- }
1857
- const MobileCrash = /*#__PURE__*/React.forwardRef(function MobileCrash(_ref75, ref) {
1858
- let {
1859
- children,
1860
- size = 16,
1861
- ...rest
1862
- } = _ref75;
1863
- return /*#__PURE__*/React.createElement(Icon, {
1864
- width: size,
1865
- height: size,
1866
- ref: ref,
1867
- xmlns: "http://www.w3.org/2000/svg",
1868
- viewBox: "0 0 32 32",
1869
- fill: "currentColor",
1870
- ...rest
1871
- }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1872
- d: "M30 20L26 16 24.5859 17.4141 27.1714 20 24.1714 23 27.1714 26 24.5859 28.5859 26 30 30 26 27 23 30 20zM23 20L19 16 17.5859 17.4141 20.1714 20 17.1714 23 20.1714 26 17.5859 28.5859 19 30 23 26 20 23 23 20z"
1873
- })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1874
- d: "m15,28h-6V8h14v6h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h6v-2ZM9,4h14v2h-14v-2Z"
1875
- })), children);
1876
- });
1877
- if (process.env.NODE_ENV !== "production") {
1878
- MobileCrash.propTypes = iconPropTypes;
1879
- }
1880
- const MobileDownload = /*#__PURE__*/React.forwardRef(function MobileDownload(_ref76, ref) {
1881
- let {
1882
- children,
1883
- size = 16,
1884
- ...rest
1885
- } = _ref76;
1886
- return /*#__PURE__*/React.createElement(Icon, {
1887
- width: size,
1888
- height: size,
1889
- ref: ref,
1890
- xmlns: "http://www.w3.org/2000/svg",
1891
- viewBox: "0 0 32 32",
1892
- fill: "currentColor",
1893
- ...rest
1894
- }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1895
- d: "M28 25L26.586 23.586 24 26.172 24 18 22 18 22 26.172 19.414 23.586 18 25 23 30 28 25z"
1896
- })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1897
- d: "M10,28V10H22v5h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h6V28ZM10,6H22l0,2H10Z"
1898
- })), children);
1899
- });
1900
- if (process.env.NODE_ENV !== "production") {
1901
- MobileDownload.propTypes = iconPropTypes;
1902
- }
1903
- const MobileEvent = /*#__PURE__*/React.forwardRef(function MobileEvent(_ref77, ref) {
1904
- let {
1905
- children,
1906
- size = 16,
1907
- ...rest
1908
- } = _ref77;
1909
- return /*#__PURE__*/React.createElement(Icon, {
1910
- width: size,
1911
- height: size,
1912
- ref: ref,
1913
- xmlns: "http://www.w3.org/2000/svg",
1914
- viewBox: "0 0 32 32",
1915
- fill: "currentColor",
1916
- ...rest
1917
- }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1918
- d: "M27.3803 28h-6.7625l3.3822-6.7642 3.3803 6.7642zm-3.3803-10c-.3915 0-.7305.2251-.8947.5527l-5 10c-.0674.1348-.1053.2866-.1053.4473 0 .5522.4477 1 1 1h10c.5523 0 1-.4478 1-1 0-.1382-.028-.2695-.0786-.3892l-5.0269-10.0581c-.1641-.3276-.5031-.5527-.8946-.5527h0zM15 28h-6V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103 0-2 .897-2 2v24c0 1.1025.897 2 2 2h6v-2zM9 4h14v2h-14v-2z"
1919
- })), children);
1920
- });
1921
- if (process.env.NODE_ENV !== "production") {
1922
- MobileEvent.propTypes = iconPropTypes;
1923
- }
1924
- const MobileLandscape = /*#__PURE__*/React.forwardRef(function MobileLandscape(_ref78, ref) {
1925
- let {
1926
- children,
1927
- size = 16,
1928
- ...rest
1929
- } = _ref78;
1930
- return /*#__PURE__*/React.createElement(Icon, {
1931
- width: size,
1932
- height: size,
1933
- ref: ref,
1934
- xmlns: "http://www.w3.org/2000/svg",
1935
- viewBox: "0 0 32 32",
1936
- fill: "currentColor",
1937
- ...rest
1938
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1939
- d: "M3,10V22a2.002,2.002,0,0,0,2,2H27a2.0023,2.0023,0,0,0,2-2V10a2.0027,2.0027,0,0,0-2-2H5A2.0023,2.0023,0,0,0,3,10Zm2,0,2,0V22H5ZM27,22H9V10H27Z"
1940
- })), children);
1941
- });
1942
- if (process.env.NODE_ENV !== "production") {
1943
- MobileLandscape.propTypes = iconPropTypes;
1944
- }
1945
- const MobileRequest = /*#__PURE__*/React.forwardRef(function MobileRequest(_ref79, ref) {
1946
- let {
1947
- children,
1948
- size = 16,
1949
- ...rest
1950
- } = _ref79;
1951
- return /*#__PURE__*/React.createElement(Icon, {
1952
- width: size,
1953
- height: size,
1954
- ref: ref,
1955
- xmlns: "http://www.w3.org/2000/svg",
1956
- viewBox: "0 0 32 32",
1957
- fill: "currentColor",
1958
- ...rest
1959
- }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1960
- d: "m30,28c0-2.9668-2.167-5.4312-5-5.9097v-1.0903h1v-2h-4v2h1v1.0903c-2.833.4785-5,2.9429-5,5.9097h-1v2h14v-2h-1Zm-10,0c0-2.2056,1.7944-4,4-4s4,1.7944,4,4h-8Z"
1961
- })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1962
- d: "m14,28h-5V8h14v8h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h5v-2ZM9,4h14v2h-14v-2Z"
1963
- })), children);
1964
- });
1965
- if (process.env.NODE_ENV !== "production") {
1966
- MobileRequest.propTypes = iconPropTypes;
1967
- }
1968
- const MobileSession = /*#__PURE__*/React.forwardRef(function MobileSession(_ref80, ref) {
1969
- let {
1970
- children,
1971
- size = 16,
1972
- ...rest
1973
- } = _ref80;
1974
- return /*#__PURE__*/React.createElement(Icon, {
1975
- width: size,
1976
- height: size,
1977
- ref: ref,
1978
- xmlns: "http://www.w3.org/2000/svg",
1979
- viewBox: "0 0 32 32",
1980
- fill: "currentColor",
1981
- ...rest
1982
- }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1983
- d: "m24,18c-3.3083,0-6,2.6914-6,6s2.6917,6,6,6,6-2.6914,6-6-2.6917-6-6-6Zm0,10c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4v4h4c0,2.2056-1.7944,4-4,4Z"
1984
- })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1985
- d: "m16,28h-7V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h7v-2ZM9,4h14v2h-14v-2Z"
1986
- })), children);
1987
- });
1988
- if (process.env.NODE_ENV !== "production") {
1989
- MobileSession.propTypes = iconPropTypes;
1990
- }
1991
- const MobileView = /*#__PURE__*/React.forwardRef(function MobileView(_ref81, ref) {
1992
- let {
1993
- children,
1994
- size = 16,
1995
- ...rest
1996
- } = _ref81;
1997
- return /*#__PURE__*/React.createElement(Icon, {
1998
- width: size,
1999
- height: size,
2000
- ref: ref,
2001
- xmlns: "http://www.w3.org/2000/svg",
2002
- viewBox: "0 0 32 32",
2003
- fill: "currentColor",
2004
- ...rest
2005
- }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
2006
- cx: "23",
2007
- cy: "24",
2008
- r: "2"
2009
- })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2010
- d: "m30.7769,23.4785c-1.4229-3.3287-4.4761-5.4785-7.7769-5.4785s-6.3538,2.1499-7.7769,5.4785l-.2231.5215.2231.5215c1.4231,3.3287,4.4761,5.4785,7.7769,5.4785s6.354-2.1499,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z"
2011
- })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2012
- d: "m14,28h-5V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h5v-2ZM9,4h14v2h-14v-2Z"
2013
- })), children);
2014
- });
2015
- if (process.env.NODE_ENV !== "production") {
2016
- MobileView.propTypes = iconPropTypes;
2017
- }
2018
- const MobileViewOrientation = /*#__PURE__*/React.forwardRef(function MobileViewOrientation(_ref82, ref) {
2019
- let {
2020
- children,
2021
- size = 16,
2022
- ...rest
2023
- } = _ref82;
2024
- return /*#__PURE__*/React.createElement(Icon, {
2025
- width: size,
2026
- height: size,
2027
- ref: ref,
2028
- xmlns: "http://www.w3.org/2000/svg",
2029
- viewBox: "0 0 32 32",
2030
- fill: "currentColor",
2031
- ...rest
2032
- }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2033
- d: "m28,12h-8v2h8v14h-8v2h8c1.1025,0,2-.897,2-2v-14c0-1.1025-.8975-2-2-2Z"
2034
- })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2035
- d: "m19,16l-1.4141,1.4141,2.5859,2.5859h-4.1719c-2.2056,0-4-1.7944-4-4v-2h-2v2c0,3.3086,2.6917,6,6,6h4.1719l-2.5859,2.5859,1.4141,1.4141,5-5-5-5Z"
2036
- })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2037
- d: "m12,28h-6V8h16v-4c0-1.103-.8975-2-2-2H6c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h6v-2ZM6,4h14v2H6v-2Z"
2038
- })), children);
2039
- });
2040
- if (process.env.NODE_ENV !== "production") {
2041
- MobileViewOrientation.propTypes = iconPropTypes;
2042
- }
2043
- const MobilityServices = /*#__PURE__*/React.forwardRef(function MobilityServices(_ref83, ref) {
2044
- let {
2045
- children,
2046
- size = 16,
2047
- ...rest
2048
- } = _ref83;
2049
- return /*#__PURE__*/React.createElement(Icon, {
2050
- width: size,
2051
- height: size,
2052
- ref: ref,
2053
- xmlns: "http://www.w3.org/2000/svg",
2054
- viewBox: "0 0 32 32",
2055
- fill: "currentColor",
2056
- ...rest
2057
- }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2058
- d: "M29.3379 19.9336l-7.7324-2.7783L18.374 13.0967A2.99 2.99 0 0016.0537 12H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 17.2949A4.9884 4.9884 0 002 20.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V20.875A1 1 0 0029.3379 19.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V20.1074A2.9977 2.9977 0 014.52 18.4189l2.711-3.9814A.9992.9992 0 018.0576 14h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 21.5781zM28 2H24a2.0023 2.0023 0 00-2 2v8a2.0023 2.0023 0 002 2h4a2.0023 2.0023 0 002-2V4A2.0023 2.0023 0 0028 2zm0 2V6H24V4zm-4 8V8h4v4z"
2059
- })), children);
2060
- });
2061
- if (process.env.NODE_ENV !== "production") {
2062
- MobilityServices.propTypes = iconPropTypes;
2063
- }
2064
- const Model = /*#__PURE__*/React.forwardRef(function Model(_ref84, ref) {
2065
- let {
2066
- children,
2067
- size = 16,
2068
- ...rest
2069
- } = _ref84;
2070
- return /*#__PURE__*/React.createElement(Icon, {
2071
- width: size,
2072
- height: size,
2073
- ref: ref,
2074
- xmlns: "http://www.w3.org/2000/svg",
2075
- viewBox: "0 0 32 32",
2076
- fill: "currentColor",
2077
- ...rest
2078
- }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2079
- strokeWidth: "0",
2080
- d: "m29,24.1841V7.8159c1.1616-.4146,2-1.5142,2-2.8159,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,.3916.0806.7632.2173,1.106l-9.2173,8.0654L6.7827,6.1064c.137-.3433.2173-.7148.2173-1.1064,0-1.6543-1.3457-3-3-3S1,3.3457,1,5c0,1.3018.8384,2.4014,2,2.8154v16.3691c-1.1616.4141-2,1.5137-2,2.8154,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-.6665-.2258-1.2769-.5952-1.7754l5.3335-4.667,2.3645,4.1377c-.6677.5508-1.1028,1.3735-1.1028,2.3047,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-.9312-.4353-1.7539-1.1028-2.3047l2.3645-4.1377,5.3335,4.667c-.3694.4985-.5952,1.1089-.5952,1.7754,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3018-.8384-2.4014-2-2.8159Zm-1-20.1841c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm-3.822,5.6729l-4.4397,7.7695-2.2197-1.9424,6.6594-5.8271Zm-9.6965,5.8271l-2.22,1.9424-4.4397-7.7695,6.6597,5.8271ZM4,4c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm0,24c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm1-4.2036v-15.0308l5.7261,10.0205-5.7261,5.0103Zm11,4.2036c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm0-4.0151l-2.7261-4.771,2.7261-2.3853,2.7261,2.3853-2.7261,4.771Zm11-15.2197v15.0312l-5.7261-5.0103,5.7261-10.021Zm1,19.2349c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
2081
- })), children);
2082
- });
2083
- if (process.env.NODE_ENV !== "production") {
2084
- Model.propTypes = iconPropTypes;
2085
- }
2086
- const ModelAlt = /*#__PURE__*/React.forwardRef(function ModelAlt(_ref85, ref) {
2087
- let {
2088
- children,
2089
- size = 16,
2090
- ...rest
2091
- } = _ref85;
2092
- return /*#__PURE__*/React.createElement(Icon, {
2093
- width: size,
2094
- height: size,
2095
- ref: ref,
2096
- xmlns: "http://www.w3.org/2000/svg",
2097
- viewBox: "0 0 32 32",
2098
- fill: "currentColor",
2099
- ...rest
2100
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2101
- d: "M28.4473,16.1055,23,13.3818V7a1,1,0,0,0-.5527-.8945l-6-3a1.0008,1.0008,0,0,0-.8946,0l-6,3A1,1,0,0,0,9,7v6.3818L3.5527,16.1055A1,1,0,0,0,3,17v7a1,1,0,0,0,.5527.8945l6,3a1.001,1.001,0,0,0,.8946,0L16,25.1182l5.5527,2.7763a1.001,1.001,0,0,0,.8946,0l6-3A1,1,0,0,0,29,24V17A1,1,0,0,0,28.4473,16.1055ZM21,13.3818l-4,2V10.6182l4-2ZM16,5.1182,19.7637,7,16,8.8818,12.2363,7Zm-5,3.5,4,2v4.7636l-4-2ZM9,25.3818l-4-2V18.6182l4,2Zm1-6.5L6.2363,17,10,15.1182,13.7637,17Zm1,1.7364,4-2v4.7636l-4,2Zm10,4.7636-4-2V18.6182l4,2Zm1-6.5L18.2363,17,22,15.1182,25.7637,17Zm5,4.5-4,2V20.6182l4-2Z"
2102
- })), children);
2103
- });
2104
- if (process.env.NODE_ENV !== "production") {
2105
- ModelAlt.propTypes = iconPropTypes;
2106
- }
2107
- const ModelFoundation = /*#__PURE__*/React.forwardRef(function ModelFoundation(_ref86, ref) {
2108
- let {
2109
- children,
2110
- size = 16,
2111
- ...rest
2112
- } = _ref86;
2113
- return /*#__PURE__*/React.createElement(Icon, {
2114
- width: size,
2115
- height: size,
2116
- ref: ref,
2117
- xmlns: "http://www.w3.org/2000/svg",
2118
- viewBox: "0 0 32 32",
2119
- fill: "currentColor",
2120
- ...rest
2121
- }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2122
- strokeWidth: "0",
2123
- d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2h-5.7703l7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8385,2.8157-2h5.7703l-7.3005,7.3006c-.3911-.1871-.8237-.3006-1.2854-.3006-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8385,2.8157-2h16.3687c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-.4617,0-.8943.1135-1.2854.3006l-7.3005-7.3006h5.7703c.4141,1.1615,1.5137,2,2.8157,2Zm0-4c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM7.8157,6h16.3687c.0349.0976.072.1927.1162.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0815-.1877.1162-.2853Zm19.1843-2c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1Zm-23,1c0-.5513.4482-1,1-1s1,.4487,1,1-.4482,1-1,1-1-.4487-1-1Zm1,12c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1Zm19.1843,9H7.8157c-.0347-.0976-.072-.1927-.1162-.2853l8.3005-8.3006,8.3005,8.3006c-.0442.0927-.0815.1877-.1162.2853Zm-19.1843,2c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1Zm23-1c0,.5513-.4482,1-1,1s-1-.4487-1-1,.4482-1,1-1,1,.4487,1,1Z"
2124
- })), children);
2125
- });
2126
- if (process.env.NODE_ENV !== "production") {
2127
- ModelFoundation.propTypes = iconPropTypes;
2128
- }
2129
- const ModelReference = /*#__PURE__*/React.forwardRef(function ModelReference(_ref87, ref) {
2130
- let {
2131
- children,
2132
- size = 16,
2133
- ...rest
2134
- } = _ref87;
2135
- return /*#__PURE__*/React.createElement(Icon, {
2136
- width: size,
2137
- height: size,
2138
- ref: ref,
2139
- xmlns: "http://www.w3.org/2000/svg",
2140
- viewBox: "0 0 32 32",
2141
- fill: "currentColor",
2142
- ...rest
2143
- }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2144
- strokeWidth: "0",
2145
- d: "M4 20L4 22 8.5859 22 2 28.5859 3.4141 30 10 23.4141 10 28 12 28 12 20 4 20z"
2146
- })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2147
- strokeWidth: "0",
2148
- d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2h-5.7703l7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3v1h2v-1c0-.5513.4482-1,1-1s1,.4487,1,1v1h9.5859l8.7146,8.7147c-.0442.0927-.0815.1877-.1162.2853h-10.1843v2h10.1843c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-.4617,0-.8943.1135-1.2854.3006l-7.3005-7.3006h5.7703c.4141,1.1615,1.5137,2,2.8157,2Zm1,8c0,.5513-.4482,1-1,1s-1-.4487-1-1,.4482-1,1-1,1,.4487,1,1Zm-1-12c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM7.8157,6h16.3687c.0349.0976.072.1927.1162.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0815-.1877.1162-.2853Zm19.1843-2c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM4,5c0-.5513.4482-1,1-1s1,.4487,1,1-.4482,1-1,1-1-.4487-1-1Z"
2149
- })), children);
2150
- });
2151
- if (process.env.NODE_ENV !== "production") {
2152
- ModelReference.propTypes = iconPropTypes;
2153
- }
2154
- const ModelTuned = /*#__PURE__*/React.forwardRef(function ModelTuned(_ref88, ref) {
2155
- let {
2156
- children,
2157
- size = 16,
2158
- ...rest
2159
- } = _ref88;
2160
- return /*#__PURE__*/React.createElement(Icon, {
2161
- width: size,
2162
- height: size,
2163
- ref: ref,
2164
- xmlns: "http://www.w3.org/2000/svg",
2165
- viewBox: "0 0 32 32",
2166
- fill: "currentColor",
2167
- ...rest
2168
- }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2169
- strokeWidth: "0",
2170
- d: "M24 30v-2.2773c.5952-.3464 1-.9841 1-1.7227s-.4048-1.3762-1-1.7227v-4.2773h-2v4.2773c-.5952.3464-1 .9844-1 1.7227s.4048 1.3762 1 1.7227v2.2773h2zM31 24c0-.7383-.4048-1.376-1-1.7227v-2.2773h-2v2.2773c-.5952.3467-1 .9844-1 1.7227s.4048 1.376 1 1.7227v4.2773h2v-4.2773c.5952-.3467 1-.9844 1-1.7227z"
2171
- })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2172
- strokeWidth: "0",
2173
- d: "m7.8157,17h5.7703s-7.3005,7.3006-7.3005,7.3006c-.3911-.1871-.8237-.3006-1.2854-.3006-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,1.302,0,2.4016-.8385,2.8157-2h10.1843s0-2,0-2H7.8157c-.0347-.0976-.072-.1927-.1162-.2853l8.7146-8.7147h9.5859s0-1,0-1c0-.5513.4482-1,1-1s1,.4487,1,1v1s2,0,2,0v-1c0-1.6543-1.3457-3-3-3-1.302,0-2.4016.8385-2.8157,2h-5.7703s7.3005-7.3006,7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3,0-1.6543-1.3457-3-3-3-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,1.302,0,2.4016-.8385,2.8157-2Zm-2.8157,9c.5518,0,1,.4487,1,1,0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1Zm1-10c0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1s1,.4487,1,1ZM24.3005,6.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0813-.1877.1162-.2853h16.3687c.0347.0976.072.1927.1162.2853Zm-18.3005-1.2853c0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1s1,.4487,1,1Zm21,1c-.5518,0-1-.4487-1-1,0-.5513.4482-1,1-1s1,.4487,1,1c0,.5513-.4482,1-1,1Z"
2174
- })), children);
2175
- });
2176
- if (process.env.NODE_ENV !== "production") {
2177
- ModelTuned.propTypes = iconPropTypes;
2178
- }
2179
- const ModelBuilder = /*#__PURE__*/React.forwardRef(function ModelBuilder(_ref89, ref) {
2180
- let {
2181
- children,
2182
- size = 16,
2183
- ...rest
2184
- } = _ref89;
2185
- return /*#__PURE__*/React.createElement(Icon, {
2186
- width: size,
2187
- height: size,
2188
- ref: ref,
2189
- xmlns: "http://www.w3.org/2000/svg",
2190
- viewBox: "0 0 32 32",
2191
- fill: "currentColor",
2192
- ...rest
2193
- }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2194
- d: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12v8A3.0037,3.0037,0,0,1,13,23H10V20H2v8h8V25H13A5.0062,5.0062,0,0,0,18,20V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8ZM8,26H4V22H8ZM28,10H24V6h4Z"
2195
- })), children);
2196
- });
2197
- if (process.env.NODE_ENV !== "production") {
2198
- ModelBuilder.propTypes = iconPropTypes;
2199
- }
2200
- const ModelBuilderReference = /*#__PURE__*/React.forwardRef(function ModelBuilderReference(_ref90, ref) {
2201
- let {
2202
- children,
2203
- size = 16,
2204
- ...rest
2205
- } = _ref90;
2206
- return /*#__PURE__*/React.createElement(Icon, {
2207
- width: size,
2208
- height: size,
2209
- ref: ref,
2210
- xmlns: "http://www.w3.org/2000/svg",
2211
- viewBox: "0 0 32 32",
2212
- fill: "currentColor",
2213
- ...rest
2214
- }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2215
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
2216
- })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2217
- d: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12V28h2V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8Zm20,0H24V6h4Z"
2218
- })), children);
2219
- });
2220
- if (process.env.NODE_ENV !== "production") {
2221
- ModelBuilderReference.propTypes = iconPropTypes;
2222
- }
2223
- const Money = /*#__PURE__*/React.forwardRef(function Money(_ref91, ref) {
2224
- let {
2225
- children,
2226
- size = 16,
2227
- ...rest
2228
- } = _ref91;
2229
- return /*#__PURE__*/React.createElement(Icon, {
2230
- width: size,
2231
- height: size,
2232
- ref: ref,
2233
- xmlns: "http://www.w3.org/2000/svg",
2234
- viewBox: "0 0 32 32",
2235
- fill: "currentColor",
2236
- ...rest
2237
- }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2238
- d: "M2 22H30V24H2zM2 26H30V28H2zM24 10a2 2 0 102 2 2 2 0 00-2-2zM16 16a4 4 0 114-4A4.0045 4.0045 0 0116 16zm0-6a2 2 0 102 2A2.002 2.002 0 0016 10zM8 10a2 2 0 102 2 2 2 0 00-2-2z"
2239
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2240
- d: "M28,20H4a2.0051,2.0051,0,0,1-2-2V6A2.0051,2.0051,0,0,1,4,4H28a2.0051,2.0051,0,0,1,2,2V18A2.0027,2.0027,0,0,1,28,20ZM28,6H4V18H28Z"
2241
- })), children);
2242
- });
2243
- if (process.env.NODE_ENV !== "production") {
2244
- Money.propTypes = iconPropTypes;
2245
- }
2246
- const Monster = /*#__PURE__*/React.forwardRef(function Monster(_ref92, ref) {
2247
- let {
2248
- children,
2249
- size = 16,
2250
- ...rest
2251
- } = _ref92;
2252
- return /*#__PURE__*/React.createElement(Icon, {
2253
- width: size,
2254
- height: size,
2255
- ref: ref,
2256
- xmlns: "http://www.w3.org/2000/svg",
2257
- viewBox: "0 0 32 32",
2258
- fill: "currentColor",
2259
- ...rest
2260
- }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2261
- d: "M23 22L21 22 21 20 19 20 19 22 17 22 17 20 15 20 15 22 13 22 13 20 11 20 11 22 9 22 9 24 11 24 11 26 13 26 13 24 15 24 15 26 17 26 17 24 19 24 19 26 21 26 21 24 23 24 23 22z"
2262
- })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2263
- d: "M28,11H27V4a2.0025,2.0025,0,0,0-2-2H7A2.0025,2.0025,0,0,0,5,4v7H4a2.0025,2.0025,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2H5v4a7.0078,7.0078,0,0,0,7,7h8a7.0078,7.0078,0,0,0,7-7V19h1a2.0025,2.0025,0,0,0,2-2V13A2.0025,2.0025,0,0,0,28,11ZM25,4V7.3818L22.4473,6.1055a1.0008,1.0008,0,0,0-.8946,0L18,7.8818,14.4473,6.1055a1.0008,1.0008,0,0,0-.8946,0L10,7.8818l-3-1.5V4Zm3,13H25v6a5.0057,5.0057,0,0,1-5,5H12a5.0057,5.0057,0,0,1-5-5V17H4V13H7V8.6182L9.5527,9.8945a1.0008,1.0008,0,0,0,.8946,0L14,8.1182l3.5527,1.7763a1.001,1.001,0,0,0,.8946,0L22,8.1182l3,1.5V13h3Z"
2264
- })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2265
- d: "M9 14H14V16H9zM18 14H23V16H18z"
2266
- })), children);
2267
- });
2268
- if (process.env.NODE_ENV !== "production") {
2269
- Monster.propTypes = iconPropTypes;
2270
- }
2271
- const Monument = /*#__PURE__*/React.forwardRef(function Monument(_ref93, ref) {
2272
- let {
2273
- children,
2274
- size = 16,
2275
- ...rest
2276
- } = _ref93;
2277
- return /*#__PURE__*/React.createElement(Icon, {
2278
- width: size,
2279
- height: size,
2280
- ref: ref,
2281
- xmlns: "http://www.w3.org/2000/svg",
2282
- viewBox: "0 0 32 32",
2283
- fill: "currentColor",
2284
- ...rest
2285
- }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2286
- d: "M20,28V6L16,2,12,6V28H2v2H30V28Zm-6,0V6.8281l2-2,2,2V28Z"
2287
- })), children);
2288
- });
2289
- if (process.env.NODE_ENV !== "production") {
2290
- Monument.propTypes = iconPropTypes;
2291
- }
2292
- const Moon = /*#__PURE__*/React.forwardRef(function Moon(_ref94, ref) {
2293
- let {
2294
- children,
2295
- size = 16,
2296
- ...rest
2297
- } = _ref94;
2298
- return /*#__PURE__*/React.createElement(Icon, {
2299
- width: size,
2300
- height: size,
2301
- ref: ref,
2302
- xmlns: "http://www.w3.org/2000/svg",
2303
- viewBox: "0 0 32 32",
2304
- fill: "currentColor",
2305
- ...rest
2306
- }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2307
- d: "M13.5025,5.4136A15.0755,15.0755,0,0,0,25.096,23.6082a11.1134,11.1134,0,0,1-7.9749,3.3893c-.1385,0-.2782.0051-.4178,0A11.0944,11.0944,0,0,1,13.5025,5.4136M14.98,3a1.0024,1.0024,0,0,0-.1746.0156A13.0959,13.0959,0,0,0,16.63,28.9973c.1641.006.3282,0,.4909,0a13.0724,13.0724,0,0,0,10.702-5.5556,1.0094,1.0094,0,0,0-.7833-1.5644A13.08,13.08,0,0,1,15.8892,4.38,1.0149,1.0149,0,0,0,14.98,3Z"
2308
- })), children);
2309
- });
2310
- if (process.env.NODE_ENV !== "production") {
2311
- Moon.propTypes = iconPropTypes;
2312
- }
2313
- const Moonrise = /*#__PURE__*/React.forwardRef(function Moonrise(_ref95, ref) {
2314
- let {
2315
- children,
2316
- size = 16,
2317
- ...rest
2318
- } = _ref95;
2319
- return /*#__PURE__*/React.createElement(Icon, {
2320
- width: size,
2321
- height: size,
2322
- ref: ref,
2323
- xmlns: "http://www.w3.org/2000/svg",
2324
- viewBox: "0 0 32 32",
2325
- fill: "currentColor",
2326
- ...rest
2327
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2328
- d: "M2 28H30V30H2zM26 26H24a7.987 7.987 0 00-2.0371-5.3335l1.49-1.334A9.9835 9.9835 0 0126 26zM16 26H14a9.9268 9.9268 0 013.7539-7.804A7.89 7.89 0 0016 18a8.0092 8.0092 0 00-8 8H6A10.0113 10.0113 0 0116 16a9.8923 9.8923 0 014.4458 1.0515 1 1 0 010 1.79A7.9567 7.9567 0 0016 26zM16 2L11 7 12.41 8.41 15 5.83 15 6 15 14 17 14 17 6 17 5.83 19.59 8.41 21 7 16 2z"
2329
- })), children);
2330
- });
2331
- if (process.env.NODE_ENV !== "production") {
2332
- Moonrise.propTypes = iconPropTypes;
2333
- }
2334
- const Moonset = /*#__PURE__*/React.forwardRef(function Moonset(_ref96, ref) {
2335
- let {
2336
- children,
2337
- size = 16,
2338
- ...rest
2339
- } = _ref96;
2340
- return /*#__PURE__*/React.createElement(Icon, {
2341
- width: size,
2342
- height: size,
2343
- ref: ref,
2344
- xmlns: "http://www.w3.org/2000/svg",
2345
- viewBox: "0 0 32 32",
2346
- fill: "currentColor",
2347
- ...rest
2348
- }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2349
- d: "M2 28H30V30H2zM26 26H24a7.987 7.987 0 00-2.0371-5.3335l1.49-1.334A9.9835 9.9835 0 0126 26zM16 26H14a9.9268 9.9268 0 013.7539-7.804A7.89 7.89 0 0016 18a8.0092 8.0092 0 00-8 8H6A10.0113 10.0113 0 0116 16a9.8923 9.8923 0 014.4458 1.0515 1 1 0 010 1.79A7.9567 7.9567 0 0016 26zM16 14L11 9 12.41 7.59 15 10.17 15 10 15 2 17 2 17 10 17 10.17 19.59 7.59 21 9 16 14z"
2350
- })), children);
2351
- });
2352
- if (process.env.NODE_ENV !== "production") {
2353
- Moonset.propTypes = iconPropTypes;
2354
- }
2355
- const MostlyCloudy = /*#__PURE__*/React.forwardRef(function MostlyCloudy(_ref97, ref) {
2356
- let {
2357
- children,
2358
- size = 16,
2359
- ...rest
2360
- } = _ref97;
2361
- return /*#__PURE__*/React.createElement(Icon, {
2362
- width: size,
2363
- height: size,
2364
- ref: ref,
2365
- xmlns: "http://www.w3.org/2000/svg",
2366
- viewBox: "0 0 32 32",
2367
- fill: "currentColor",
2368
- ...rest
2369
- }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2370
- d: "M21.743,18.6872A6.05,6.05,0,0,0,22.8,17.6006a5.9977,5.9977,0,1,0-10.7334-4.4444,7.5568,7.5568,0,0,0-5.7158,5.0879A5.9926,5.9926,0,0,0,8,30H19a5.9854,5.9854,0,0,0,2.743-11.3128ZM18,10a4.0042,4.0042,0,0,1,4,4,3.9613,3.9613,0,0,1-.8,2.3994,4.0122,4.0122,0,0,1-.94.8917,7.5416,7.5416,0,0,0-6.1339-4.2395A3.9985,3.9985,0,0,1,18,10Zm1,18H8a3.9928,3.9928,0,0,1-.6729-7.93L7.99,19.958l.1456-.6562a5.4958,5.4958,0,0,1,10.729,0l.1464.6562.6622.1123A3.9928,3.9928,0,0,1,19,28Z",
2371
- transform: "translate(0 .005)"
2372
- })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2373
- d: "M26 13.005H30V15.005H26z"
2374
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2375
- d: "M23.071 5.929H27.071V7.929H23.071z",
2376
- transform: "rotate(-45 25.077 6.931)"
2377
- })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2378
- d: "M17 2.005H19V6.005H17z"
2379
- })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2380
- d: "M9.929 4.929H11.929V8.929H9.929z",
2381
- transform: "rotate(-45 10.935 6.931)"
2382
- })), children);
2383
- });
2384
- if (process.env.NODE_ENV !== "production") {
2385
- MostlyCloudy.propTypes = iconPropTypes;
2386
- }
2387
- const MostlyCloudyNight = /*#__PURE__*/React.forwardRef(function MostlyCloudyNight(_ref98, ref) {
2388
- let {
2389
- children,
2390
- size = 16,
2391
- ...rest
2392
- } = _ref98;
2393
- return /*#__PURE__*/React.createElement(Icon, {
2394
- width: size,
2395
- height: size,
2396
- ref: ref,
2397
- xmlns: "http://www.w3.org/2000/svg",
2398
- viewBox: "0 0 32 32",
2399
- fill: "currentColor",
2400
- ...rest
2401
- }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2402
- d: "M29.8438,15.0347a1.5169,1.5169,0,0,0-1.23-.8658,5.3547,5.3547,0,0,1-3.4094-1.7158A6.4653,6.4653,0,0,1,23.918,6.0605a1.6025,1.6025,0,0,0-.2989-1.5459,1.4543,1.4543,0,0,0-1.36-.4931l-.0191.0039a7.927,7.927,0,0,0-6.22,7.4307A7.3638,7.3638,0,0,0,13.5,11a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,28H19a5.9771,5.9771,0,0,0,5.6147-8.0884,7.5054,7.5054,0,0,0,5.1324-3.3569A1.5372,1.5372,0,0,0,29.8438,15.0347ZM19,26H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,26Zm4.4653-8.001h-.0217a5.9581,5.9581,0,0,0-2.7942-1.7549,7.5068,7.5068,0,0,0-2.6008-3.6767c-.01-.1016-.0361-.1978-.041-.3008a6.078,6.078,0,0,1,3.7907-6.05,8.4577,8.4577,0,0,0,1.94,7.5967A7.4007,7.4007,0,0,0,27.64,16.041,5.4286,5.4286,0,0,1,23.4653,17.999Z"
2403
- })), children);
2404
- });
2405
- if (process.env.NODE_ENV !== "production") {
2406
- MostlyCloudyNight.propTypes = iconPropTypes;
2407
- }
2408
- const Mountain = /*#__PURE__*/React.forwardRef(function Mountain(_ref99, ref) {
2409
- let {
2410
- children,
2411
- size = 16,
2412
- ...rest
2413
- } = _ref99;
2414
- return /*#__PURE__*/React.createElement(Icon, {
2415
- width: size,
2416
- height: size,
2417
- ref: ref,
2418
- xmlns: "http://www.w3.org/2000/svg",
2419
- viewBox: "0 0 32 32",
2420
- fill: "currentColor",
2421
- ...rest
2422
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2423
- d: "M27.6343,26,17.7888,5.1055a2,2,0,0,0-3.5879.021L4.3657,26H2v2H30V26ZM15.99,5.979,20.9473,16.5,19,17.7979l-3-2-3,2-1.9551-1.3033ZM10.1846,18.3247,13,20.2021l3-2,3,2,2.8091-1.873L25.4233,26H6.5752Z"
2424
- })), children);
2425
- });
2426
- if (process.env.NODE_ENV !== "production") {
2427
- Mountain.propTypes = iconPropTypes;
2428
- }
2429
- const Mov = /*#__PURE__*/React.forwardRef(function Mov(_ref100, ref) {
2430
- let {
2431
- children,
2432
- size = 16,
2433
- ...rest
2434
- } = _ref100;
2435
- return /*#__PURE__*/React.createElement(Icon, {
2436
- width: size,
2437
- height: size,
2438
- ref: ref,
2439
- xmlns: "http://www.w3.org/2000/svg",
2440
- viewBox: "0 0 32 32",
2441
- fill: "currentColor",
2442
- ...rest
2443
- }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2444
- d: "M28 9L26 22 24 9 22 9 24.52 23 27.48 23 30 9 28 9zM18 23H14a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0118 23zM14 11V21h4V11zM8 9L6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z"
2445
- })), children);
2446
- });
2447
- if (process.env.NODE_ENV !== "production") {
2448
- Mov.propTypes = iconPropTypes;
2449
- }
2450
- const Move = /*#__PURE__*/React.forwardRef(function Move(_ref101, ref) {
2451
- let {
2452
- children,
2453
- size = 16,
2454
- ...rest
2455
- } = _ref101;
2456
- return /*#__PURE__*/React.createElement(Icon, {
2457
- width: size,
2458
- height: size,
2459
- ref: ref,
2460
- xmlns: "http://www.w3.org/2000/svg",
2461
- viewBox: "0 0 32 32",
2462
- fill: "currentColor",
2463
- ...rest
2464
- }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2465
- d: "M25 11L23.59 12.41 26.17 15 17 15 17 5.83 19.59 8.41 21 7 16 2 11 7 12.41 8.41 15 5.83 15 15 5.83 15 8.41 12.41 7 11 2 16 7 21 8.41 19.59 5.83 17 15 17 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17 17 17 26.17 17 23.59 19.59 25 21 30 16 25 11z"
2466
- })), children);
2467
- });
2468
- if (process.env.NODE_ENV !== "production") {
2469
- Move.propTypes = iconPropTypes;
2470
- }
2471
- const Movement = /*#__PURE__*/React.forwardRef(function Movement(_ref102, ref) {
2472
- let {
2473
- children,
2474
- size = 16,
2475
- ...rest
2476
- } = _ref102;
2477
- return /*#__PURE__*/React.createElement(Icon, {
2478
- width: size,
2479
- height: size,
2480
- ref: ref,
2481
- xmlns: "http://www.w3.org/2000/svg",
2482
- viewBox: "0 0 32 32",
2483
- fill: "currentColor",
2484
- ...rest
2485
- }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2486
- d: "M24,20l-1.41,1.41L26.17,25H10a4,4,0,0,1,0-8H22A6,6,0,0,0,22,5H5.83L9.41,1.41,8,0,2,6l6,6,1.41-1.41L5.83,7H22a4,4,0,0,1,0,8H10a6,6,0,0,0,0,12H26.17l-3.58,3.59L24,32l6-6Z"
2487
- })), children);
2488
- });
2489
- if (process.env.NODE_ENV !== "production") {
2490
- Movement.propTypes = iconPropTypes;
2491
- }
2492
- const Mp3 = /*#__PURE__*/React.forwardRef(function Mp3(_ref103, ref) {
2493
- let {
2494
- children,
2495
- size = 16,
2496
- ...rest
2497
- } = _ref103;
2498
- return /*#__PURE__*/React.createElement(Icon, {
2499
- width: size,
2500
- height: size,
2501
- ref: ref,
2502
- xmlns: "http://www.w3.org/2000/svg",
2503
- viewBox: "0 0 32 32",
2504
- fill: "currentColor",
2505
- ...rest
2506
- }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2507
- d: "M28 9H22v2h6v4H24v2h4v4H22v2h6a2 2 0 002-2V11A2 2 0 0028 9zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 9L6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z"
2508
- })), children);
2509
- });
2510
- if (process.env.NODE_ENV !== "production") {
2511
- Mp3.propTypes = iconPropTypes;
2512
- }
2513
- const Mp4 = /*#__PURE__*/React.forwardRef(function Mp4(_ref104, ref) {
2514
- let {
2515
- children,
2516
- size = 16,
2517
- ...rest
2518
- } = _ref104;
2519
- return /*#__PURE__*/React.createElement(Icon, {
2520
- width: size,
2521
- height: size,
2522
- ref: ref,
2523
- xmlns: "http://www.w3.org/2000/svg",
2524
- viewBox: "0 0 32 32",
2525
- fill: "currentColor",
2526
- ...rest
2527
- }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2528
- d: "M28 10v8h0V10m1-1H27v8H24V9H22V19h5v4h2V19h1V17H29V9zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 9L6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z"
2529
- })), children);
2530
- });
2531
- if (process.env.NODE_ENV !== "production") {
2532
- Mp4.propTypes = iconPropTypes;
2533
- }
2534
- const Mpeg = /*#__PURE__*/React.forwardRef(function Mpeg(_ref105, ref) {
2535
- let {
2536
- children,
2537
- size = 16,
2538
- ...rest
2539
- } = _ref105;
2540
- return /*#__PURE__*/React.createElement(Icon, {
2541
- width: size,
2542
- height: size,
2543
- ref: ref,
2544
- xmlns: "http://www.w3.org/2000/svg",
2545
- viewBox: "0 0 32 32",
2546
- fill: "currentColor",
2547
- ...rest
2548
- }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2549
- d: "M32 21H28a2.0023 2.0023 0 01-2-2V13a2.002 2.002 0 012-2h4v2H28v6h2V17H29l0-2h3zM24 13L24 11.024 18 11.024 18 21 24 21 24 19 20 19 20 17 22 17 22 15 20 15 20 13 24 13zM14 11H9V21h2V18h3a2.0027 2.0027 0 002-2V13A2.0023 2.0023 0 0014 11zm-3 5V13h3l.001 3zM7 11L5 11 3.5 15 2 11 0 11 0 21 2 21 2 14 3.5 18 5 14 5 21 7 21 7 11z"
2550
- })), children);
2551
- });
2552
- if (process.env.NODE_ENV !== "production") {
2553
- Mpeg.propTypes = iconPropTypes;
2554
- }
2555
- const Mpg2 = /*#__PURE__*/React.forwardRef(function Mpg2(_ref106, ref) {
2556
- let {
2557
- children,
2558
- size = 16,
2559
- ...rest
2560
- } = _ref106;
2561
- return /*#__PURE__*/React.createElement(Icon, {
2562
- width: size,
2563
- height: size,
2564
- ref: ref,
2565
- xmlns: "http://www.w3.org/2000/svg",
2566
- viewBox: "0 0 32 32",
2567
- fill: "currentColor",
2568
- ...rest
2569
- }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2570
- d: "M32 21H26V17a2.002 2.002 0 012-2h2V13H26V11h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H28v2h4zM24 21H20a2.0023 2.0023 0 01-2-2V13a2.002 2.002 0 012-2h4v2H20v6h2V17H21l0-2h3zM14 11H9V21h2V18h3a2.0027 2.0027 0 002-2V13A2.0023 2.0023 0 0014 11zm-3 5V13h3l.001 3zM7 11L5 11 3.5 15 2 11 0 11 0 21 2 21 2 14 3.5 18 5 14 5 21 7 21 7 11z"
2571
- })), children);
2572
- });
2573
- if (process.env.NODE_ENV !== "production") {
2574
- Mpg2.propTypes = iconPropTypes;
2575
- }
2576
- const MultiuserDevice = /*#__PURE__*/React.forwardRef(function MultiuserDevice(_ref107, ref) {
2577
- let {
2578
- children,
2579
- size = 16,
2580
- ...rest
2581
- } = _ref107;
2582
- return /*#__PURE__*/React.createElement(Icon, {
2583
- width: size,
2584
- height: size,
2585
- ref: ref,
2586
- xmlns: "http://www.w3.org/2000/svg",
2587
- viewBox: "0 0 32 32",
2588
- fill: "currentColor",
2589
- ...rest
2590
- }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2591
- d: "M20,25h-6c-1.66,0-3,1.34-3,3v2h2v-2c0-.55.45-1,1-1h6c.55,0,1,.45,1,1v2h2v-2c0-1.66-1.34-3-3-3ZM13,20c0,2.21,1.79,4,4,4s4-1.79,4-4-1.79-4-4-4-4,1.79-4,4ZM19,20c0,1.1-.9,2-2,2s-2-.9-2-2,.9-2,2-2,2,.9,2,2ZM22,18c1.1,0,2,.9,2,2s-.9,2-2,2v2c2.21,0,4-1.79,4-4s-1.79-4-4-4v2ZM25,25h-1v2h1c.55,0,1,.45,1,1v2h2v-2c0-1.66-1.34-3-3-3ZM6,4h16v10h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h3v-2h-3V4Z"
2592
- })), children);
2593
- });
2594
- if (process.env.NODE_ENV !== "production") {
2595
- MultiuserDevice.propTypes = iconPropTypes;
2596
- }
2597
- const Music = /*#__PURE__*/React.forwardRef(function Music(_ref108, ref) {
2598
- let {
2599
- children,
2600
- size = 16,
2601
- ...rest
2602
- } = _ref108;
2603
- return /*#__PURE__*/React.createElement(Icon, {
2604
- width: size,
2605
- height: size,
2606
- ref: ref,
2607
- xmlns: "http://www.w3.org/2000/svg",
2608
- viewBox: "0 0 32 32",
2609
- fill: "currentColor",
2610
- ...rest
2611
- }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2612
- d: "M25,4H10A2.002,2.002,0,0,0,8,6V20.5563A3.9551,3.9551,0,0,0,6,20a4,4,0,1,0,4,4V12H25v8.5562A3.9545,3.9545,0,0,0,23,20a4,4,0,1,0,4,4V6A2.0023,2.0023,0,0,0,25,4ZM6,26a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,26Zm17,0a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,23,26ZM10,6H25v4H10Z"
2613
- })), children);
2614
- });
2615
- if (process.env.NODE_ENV !== "production") {
2616
- Music.propTypes = iconPropTypes;
2617
- }
2618
- const MusicAdd = /*#__PURE__*/React.forwardRef(function MusicAdd(_ref109, ref) {
2619
- let {
2620
- children,
2621
- size = 16,
2622
- ...rest
2623
- } = _ref109;
2624
- return /*#__PURE__*/React.createElement(Icon, {
2625
- width: size,
2626
- height: size,
2627
- ref: ref,
2628
- xmlns: "http://www.w3.org/2000/svg",
2629
- viewBox: "0 0 32 32",
2630
- fill: "currentColor",
2631
- ...rest
2632
- }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2633
- d: "M30 6L26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6zM24 15v7.5562A3.9552 3.9552 0 0022 22a4 4 0 104 4V15zM22 28a2 2 0 112-2A2.0027 2.0027 0 0122 28zM17 6H10A2.002 2.002 0 008 8V22.5562A3.9557 3.9557 0 006 22a4 4 0 104 4V8h7zM6 28a2 2 0 112-2A2.0023 2.0023 0 016 28z"
2634
- })), children);
2635
- });
2636
- if (process.env.NODE_ENV !== "production") {
2637
- MusicAdd.propTypes = iconPropTypes;
2638
- }
2639
- const MusicRemove = /*#__PURE__*/React.forwardRef(function MusicRemove(_ref110, ref) {
2640
- let {
2641
- children,
2642
- size = 16,
2643
- ...rest
2644
- } = _ref110;
2645
- return /*#__PURE__*/React.createElement(Icon, {
2646
- width: size,
2647
- height: size,
2648
- ref: ref,
2649
- xmlns: "http://www.w3.org/2000/svg",
2650
- viewBox: "0 0 32 32",
2651
- fill: "currentColor",
2652
- ...rest
2653
- }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2654
- d: "M26.41 7L30 3.41 28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7zM24 15v7.5562A3.9552 3.9552 0 0022 22a4 4 0 104 4V15zM22 28a2 2 0 112-2A2.0027 2.0027 0 0122 28zM17 6H10A2.002 2.002 0 008 8V22.5562A3.9557 3.9557 0 006 22a4 4 0 104 4V8h7zM6 28a2 2 0 112-2A2.0023 2.0023 0 016 28z"
2655
- })), children);
2656
- });
2657
- if (process.env.NODE_ENV !== "production") {
2658
- MusicRemove.propTypes = iconPropTypes;
2659
- }
2660
- const Mysql = /*#__PURE__*/React.forwardRef(function Mysql(_ref111, ref) {
2661
- let {
2662
- children,
2663
- size = 16,
2664
- ...rest
2665
- } = _ref111;
2666
- return /*#__PURE__*/React.createElement(Icon, {
2667
- width: size,
2668
- height: size,
2669
- ref: ref,
2670
- xmlns: "http://www.w3.org/2000/svg",
2671
- viewBox: "0 0 32 32",
2672
- fill: "currentColor",
2673
- ...rest
2674
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2675
- d: "M28.2471 11.9248h3.1748l-4.6465 13.938c-.3066.9351-.7402 1.6255-1.2998 2.0703-.5596.4443-1.3604.667-2.4033.667h-2.1162v-2.645h2.2773l.4141-1.334-4.2324-12.6963h3.3818l1.7705 5.6353.874 3.4961h.1377l.8975-3.4961 1.7705-5.6353zM14.2178 13.4658L14.1484 13.4658 12.9756 15.812 9.8477 21.4932 6.7891 15.835 5.5693 13.3052 5.501 13.3052 5.501 24 2.2119 24 2.2119 7.9458 5.915 7.9458 9.8477 15.4668 9.8936 15.4668 13.7812 7.9458 17.5068 7.9458 17.5068 24 14.2178 24 14.2178 13.4658z"
2676
- })), children);
2677
- });
2678
- if (process.env.NODE_ENV !== "production") {
2679
- Mysql.propTypes = iconPropTypes;
2680
- }
2681
- const NameSpace = /*#__PURE__*/React.forwardRef(function NameSpace(_ref112, ref) {
2682
- let {
2683
- children,
2684
- size = 16,
2685
- ...rest
2686
- } = _ref112;
2687
- return /*#__PURE__*/React.createElement(Icon, {
2688
- width: size,
2689
- height: size,
2690
- ref: ref,
2691
- xmlns: "http://www.w3.org/2000/svg",
2692
- viewBox: "0 0 32 32",
2693
- fill: "currentColor",
2694
- ...rest
2695
- }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2696
- d: "M7 12H4a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 014 4H7V6H4v4H7zM9 10H15V12H9zM17 10H23V12H17zM28 12H25V10h3V6H25V4h3a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 12zM17 4H23V6H17zM9 4H15V6H9zM28 28H4a2.0023 2.0023 0 01-2-2V22a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 28zM4 22v4H28V22zM2 15H30V17H2z"
2697
- })), children);
2698
- });
2699
- if (process.env.NODE_ENV !== "production") {
2700
- NameSpace.propTypes = iconPropTypes;
2701
- }
2702
- const NavaidCivil = /*#__PURE__*/React.forwardRef(function NavaidCivil(_ref113, ref) {
2703
- let {
2704
- children,
2705
- size = 16,
2706
- ...rest
2707
- } = _ref113;
2708
- return /*#__PURE__*/React.createElement(Icon, {
2709
- width: size,
2710
- height: size,
2711
- ref: ref,
2712
- xmlns: "http://www.w3.org/2000/svg",
2713
- viewBox: "0 0 32 32",
2714
- fill: "currentColor",
2715
- ...rest
2716
- }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2717
- d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
2718
- })), children);
2719
- });
2720
- if (process.env.NODE_ENV !== "production") {
2721
- NavaidCivil.propTypes = iconPropTypes;
2722
- }
2723
- const NavaidDme = /*#__PURE__*/React.forwardRef(function NavaidDme(_ref114, ref) {
2724
- let {
2725
- children,
2726
- size = 16,
2727
- ...rest
2728
- } = _ref114;
2729
- return /*#__PURE__*/React.createElement(Icon, {
2730
- width: size,
2731
- height: size,
2732
- ref: ref,
2733
- xmlns: "http://www.w3.org/2000/svg",
2734
- viewBox: "0 0 32 32",
2735
- fill: "currentColor",
2736
- ...rest
2737
- }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2738
- d: "M16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,16,14Z"
2739
- })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2740
- d: "M24,24H8a2.0021,2.0021,0,0,1-2-2V10A2.0021,2.0021,0,0,1,8,8H24a2.0021,2.0021,0,0,1,2,2V22A2.0021,2.0021,0,0,1,24,24ZM8,10V22H24V10Z"
2741
- })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2742
- d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
2743
- })), children);
2744
- });
2745
- if (process.env.NODE_ENV !== "production") {
2746
- NavaidDme.propTypes = iconPropTypes;
2747
- }
2748
- const NavaidHelipad = /*#__PURE__*/React.forwardRef(function NavaidHelipad(_ref115, ref) {
2749
- let {
2750
- children,
2751
- size = 16,
2752
- ...rest
2753
- } = _ref115;
2754
- return /*#__PURE__*/React.createElement(Icon, {
2755
- width: size,
2756
- height: size,
2757
- ref: ref,
2758
- xmlns: "http://www.w3.org/2000/svg",
2759
- viewBox: "0 0 32 32",
2760
- fill: "currentColor",
2761
- ...rest
2762
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2763
- d: "M18 9L18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z"
2764
- })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2765
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
2766
- })), children);
2767
- });
2768
- if (process.env.NODE_ENV !== "production") {
2769
- NavaidHelipad.propTypes = iconPropTypes;
2770
- }
2771
- const NavaidMilitary = /*#__PURE__*/React.forwardRef(function NavaidMilitary(_ref116, ref) {
2772
- let {
2773
- children,
2774
- size = 16,
2775
- ...rest
2776
- } = _ref116;
2777
- return /*#__PURE__*/React.createElement(Icon, {
2778
- width: size,
2779
- height: size,
2780
- ref: ref,
2781
- xmlns: "http://www.w3.org/2000/svg",
2782
- viewBox: "0 0 32 32",
2783
- fill: "currentColor",
2784
- ...rest
2785
- }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2786
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
2787
- })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2788
- d: "M16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Zm0-14a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,10Z"
2789
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
2790
- cx: "16",
2791
- cy: "16",
2792
- r: "2"
2793
- })), children);
2794
- });
2795
- if (process.env.NODE_ENV !== "production") {
2796
- NavaidMilitary.propTypes = iconPropTypes;
2797
- }
2798
- const NavaidMilitaryCivil = /*#__PURE__*/React.forwardRef(function NavaidMilitaryCivil(_ref117, ref) {
2799
- let {
2800
- children,
2801
- size = 16,
2802
- ...rest
2803
- } = _ref117;
2804
- return /*#__PURE__*/React.createElement(Icon, {
2805
- width: size,
2806
- height: size,
2807
- ref: ref,
2808
- xmlns: "http://www.w3.org/2000/svg",
2809
- viewBox: "0 0 32 32",
2810
- fill: "currentColor",
2811
- ...rest
2812
- }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2813
- d: "M16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Zm0-14a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,10Z"
2814
- })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2815
- d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
2816
- })), children);
2817
- });
2818
- if (process.env.NODE_ENV !== "production") {
2819
- NavaidMilitaryCivil.propTypes = iconPropTypes;
2820
- }
2821
- const NavaidNdb = /*#__PURE__*/React.forwardRef(function NavaidNdb(_ref118, ref) {
2822
- let {
2823
- children,
2824
- size = 16,
2825
- ...rest
2826
- } = _ref118;
2827
- return /*#__PURE__*/React.createElement(Icon, {
2828
- width: size,
2829
- height: size,
2830
- ref: ref,
2831
- xmlns: "http://www.w3.org/2000/svg",
2832
- viewBox: "0 0 32 32",
2833
- fill: "currentColor",
2834
- ...rest
2835
- }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2836
- d: "M16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Zm0-14a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,10Z"
2837
- })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
2838
- cx: "16",
2839
- cy: "16",
2840
- r: "2"
2841
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
2842
- cx: "16",
2843
- cy: "4",
2844
- r: "2"
2845
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
2846
- cx: "16",
2847
- cy: "28",
2848
- r: "2"
2849
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
2850
- cx: "28",
2851
- cy: "16",
2852
- r: "2"
2853
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
2854
- cx: "4",
2855
- cy: "16",
2856
- r: "2"
2857
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
2858
- cx: "7.515",
2859
- cy: "7.515",
2860
- r: "2"
2861
- })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2862
- cx: "24.485",
2863
- cy: "24.485",
2864
- r: "2"
2865
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2866
- cx: "24.485",
2867
- cy: "7.515",
2868
- r: "2"
2869
- })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
2870
- cx: "7.515",
2871
- cy: "24.485",
2872
- r: "2"
2873
- })), children);
2874
- });
2875
- if (process.env.NODE_ENV !== "production") {
2876
- NavaidNdb.propTypes = iconPropTypes;
2877
- }
2878
- const NavaidNdbDme = /*#__PURE__*/React.forwardRef(function NavaidNdbDme(_ref119, ref) {
2879
- let {
2880
- children,
2881
- size = 16,
2882
- ...rest
2883
- } = _ref119;
2884
- return /*#__PURE__*/React.createElement(Icon, {
2885
- width: size,
2886
- height: size,
2887
- ref: ref,
2888
- xmlns: "http://www.w3.org/2000/svg",
2889
- viewBox: "0 0 32 32",
2890
- fill: "currentColor",
2891
- ...rest
2892
- }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2893
- d: "M4 12H2V4A2.0021 2.0021 0 014 2h8V4H4zM12 30H4a2.0021 2.0021 0 01-2-2V20H4v8h8zM28 30H20V28h8V20h2v8A2.0021 2.0021 0 0128 30zM30 12H28V4H20V2h8a2.0021 2.0021 0 012 2zM16 22a6 6 0 116-6A6.0067 6.0067 0 0116 22zm0-10a4 4 0 104 4A4.0045 4.0045 0 0016 12z"
2894
- })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
2895
- cx: "16",
2896
- cy: "16",
2897
- r: "2"
2898
- })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
2899
- cx: "16",
2900
- cy: "7",
2901
- r: "1"
2902
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
2903
- cx: "16",
2904
- cy: "3",
2905
- r: "1"
2906
- })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2907
- cx: "16",
2908
- cy: "25",
2909
- r: "1"
2910
- })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
2911
- cx: "16",
2912
- cy: "29",
2913
- r: "1"
2914
- })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
2915
- cx: "25",
2916
- cy: "16",
2917
- r: "1"
2918
- })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
2919
- cx: "29",
2920
- cy: "16",
2921
- r: "1"
2922
- })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
2923
- cx: "7",
2924
- cy: "16",
2925
- r: "1"
2926
- })), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2927
- cx: "3",
2928
- cy: "16",
2929
- r: "1"
2930
- })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
2931
- cx: "9.636",
2932
- cy: "9.636",
2933
- r: "1"
2934
- })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
2935
- cx: "7",
2936
- cy: "7",
2937
- r: "1"
2938
- })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
2939
- cx: "22.364",
2940
- cy: "22.364",
2941
- r: "1"
2942
- })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
2943
- cx: "25",
2944
- cy: "25",
2945
- r: "1"
2946
- })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
2947
- cx: "22.364",
2948
- cy: "9.636",
2949
- r: "1"
2950
- })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
2951
- cx: "25",
2952
- cy: "7",
2953
- r: "1"
2954
- })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
2955
- cx: "9.636",
2956
- cy: "22.364",
2957
- r: "1"
2958
- })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
2959
- cx: "7",
2960
- cy: "25",
2961
- r: "1"
2962
- })), children);
2963
- });
2964
- if (process.env.NODE_ENV !== "production") {
2965
- NavaidNdbDme.propTypes = iconPropTypes;
2966
- }
2967
- const NavaidPrivate = /*#__PURE__*/React.forwardRef(function NavaidPrivate(_ref120, ref) {
2968
- let {
2969
- children,
2970
- size = 16,
2971
- ...rest
2972
- } = _ref120;
2973
- return /*#__PURE__*/React.createElement(Icon, {
2974
- width: size,
2975
- height: size,
2976
- ref: ref,
2977
- xmlns: "http://www.w3.org/2000/svg",
2978
- viewBox: "0 0 32 32",
2979
- fill: "currentColor",
2980
- ...rest
2981
- }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2982
- d: "M20,15V11a2.0023,2.0023,0,0,0-2-2H12V23h2V17h1.4807l2.3345,6H19.96l-2.333-6H18A2.0027,2.0027,0,0,0,20,15Zm-6-4h4v4H14Z"
2983
- })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2984
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
2985
- })), children);
2986
- });
2987
- if (process.env.NODE_ENV !== "production") {
2988
- NavaidPrivate.propTypes = iconPropTypes;
2989
- }
2990
- const NavaidSeaplane = /*#__PURE__*/React.forwardRef(function NavaidSeaplane(_ref121, ref) {
2991
- let {
2992
- children,
2993
- size = 16,
2994
- ...rest
2995
- } = _ref121;
2996
- return /*#__PURE__*/React.createElement(Icon, {
2997
- width: size,
2998
- height: size,
2999
- ref: ref,
3000
- xmlns: "http://www.w3.org/2000/svg",
3001
- viewBox: "0 0 32 32",
3002
- fill: "currentColor",
3003
- ...rest
3004
- }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
3005
- d: "M20,18a3.9962,3.9962,0,0,1-3,3.8579V17h2V15H17V13.8159a3.0007,3.0007,0,1,0-2,0V15H13v2h2v4.8579A3.9962,3.9962,0,0,1,12,18H10a6,6,0,0,0,12,0Zm-4-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,16,10Z"
3006
- })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
3007
- d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
3008
- })), children);
3009
- });
3010
- if (process.env.NODE_ENV !== "production") {
3011
- NavaidSeaplane.propTypes = iconPropTypes;
3012
- }
3013
- const NavaidTacan = /*#__PURE__*/React.forwardRef(function NavaidTacan(_ref122, ref) {
3014
- let {
3015
- children,
3016
- size = 16,
3017
- ...rest
3018
- } = _ref122;
3019
- return /*#__PURE__*/React.createElement(Icon, {
3020
- width: size,
3021
- height: size,
3022
- ref: ref,
3023
- xmlns: "http://www.w3.org/2000/svg",
3024
- viewBox: "0 0 32 32",
3025
- fill: "currentColor",
3026
- ...rest
3027
- }, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
3028
- cx: "16",
3029
- cy: "14",
3030
- r: "2"
3031
- })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
3032
- d: "M20,28H12a1,1,0,0,1-1-1V21.2656L7.2612,14.7231,2.4854,11.8574a1,1,0,0,1-.3536-1.3535l4-7a1,1,0,0,1,1.3828-.3613L12.2769,6h7.4462l4.7623-2.8574a1,1,0,0,1,1.3828.3613l4,7a1,1,0,0,1-.3536,1.3535l-4.7758,2.8657L21,21.2656V27A1,1,0,0,1,20,28Zm-7-2h6V20.7346l4.2616-7.4578,4.3844-2.6306L24.6387,5.3831,20.277,8H11.723L7.3613,5.3831,4.354,10.6462l4.3844,2.6306L13,20.7346Z"
3033
- })), children);
3034
- });
3035
- if (process.env.NODE_ENV !== "production") {
3036
- NavaidTacan.propTypes = iconPropTypes;
3037
- }
3038
- const NavaidVhfor = /*#__PURE__*/React.forwardRef(function NavaidVhfor(_ref123, ref) {
3039
- let {
3040
- children,
3041
- size = 16,
3042
- ...rest
3043
- } = _ref123;
3044
- return /*#__PURE__*/React.createElement(Icon, {
3045
- width: size,
3046
- height: size,
3047
- ref: ref,
3048
- xmlns: "http://www.w3.org/2000/svg",
3049
- viewBox: "0 0 32 32",
3050
- fill: "currentColor",
3051
- ...rest
3052
- }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
3053
- d: "M22,28H10a1,1,0,0,1-.8438-.4631l-7-11a1,1,0,0,1,0-1.0738l7-11A1,1,0,0,1,10,4H22a1,1,0,0,1,.8438.4631l7,11a1,1,0,0,1,0,1.0738l-7,11A1,1,0,0,1,22,28ZM10.5488,26H21.4512l6.3633-10L21.4512,6H10.5488L4.1855,16Z"
3054
- })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
3055
- d: "M19.5,24h-7a1.0005,1.0005,0,0,1-.8413-.4592l-4.5-7a1.0016,1.0016,0,0,1,0-1.0816l4.5-7A1.0005,1.0005,0,0,1,12.5,8h7a1.0005,1.0005,0,0,1,.8413.4592l4.5,7a1.0016,1.0016,0,0,1,0,1.0816l-4.5,7A1.0005,1.0005,0,0,1,19.5,24Zm-6.4541-2h5.9082l3.8569-6-3.8569-6H13.0459L9.189,16Z"
3056
- })), children);
3057
- });
3058
- if (process.env.NODE_ENV !== "production") {
3059
- NavaidVhfor.propTypes = iconPropTypes;
3060
- }
3061
- const NavaidVor = /*#__PURE__*/React.forwardRef(function NavaidVor(_ref124, ref) {
3062
- let {
3063
- children,
3064
- size = 16,
3065
- ...rest
3066
- } = _ref124;
3067
- return /*#__PURE__*/React.createElement(Icon, {
3068
- width: size,
3069
- height: size,
3070
- ref: ref,
3071
- xmlns: "http://www.w3.org/2000/svg",
3072
- viewBox: "0 0 32 32",
3073
- fill: "currentColor",
3074
- ...rest
3075
- }, _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
3076
- cx: "16",
3077
- cy: "16",
3078
- r: "2"
3079
- })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
3080
- d: "M30.8638,15.4961l-7-12A1,1,0,0,0,23,3H9a1,1,0,0,0-.8638.4961l-7,12a1,1,0,0,0,0,1.0078l7,12A1,1,0,0,0,9,29H23a1,1,0,0,0,.8638-.4961l7-12a1,1,0,0,0,0-1.0078ZM22.4258,27H9.5742L3.1577,16,9.5742,5H22.4258l6.4165,11Z"
3081
- })), children);
3082
- });
3083
- if (process.env.NODE_ENV !== "production") {
3084
- NavaidVor.propTypes = iconPropTypes;
3085
- }
3086
- const NavaidVordme = /*#__PURE__*/React.forwardRef(function NavaidVordme(_ref125, ref) {
3087
- let {
3088
- children,
3089
- size = 16,
3090
- ...rest
3091
- } = _ref125;
3092
- return /*#__PURE__*/React.createElement(Icon, {
3093
- width: size,
3094
- height: size,
3095
- ref: ref,
3096
- xmlns: "http://www.w3.org/2000/svg",
3097
- viewBox: "0 0 32 32",
3098
- fill: "currentColor",
3099
- ...rest
3100
- }, _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
3101
- cx: "16",
3102
- cy: "16",
3103
- r: "2"
3104
- })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
3105
- d: "M30,6a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,6V26a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2Zm-2,6.9258L22.9636,6H28ZM27.7637,16,20.491,26H11.509L4.2363,16,11.509,6h8.982ZM9.0364,6,4,12.9248V6ZM4,19.0752,9.0364,26H4ZM22.9636,26l5.0374-6.9263L28,26Z"
3106
- })), children);
3107
- });
3108
- if (process.env.NODE_ENV !== "production") {
3109
- NavaidVordme.propTypes = iconPropTypes;
3110
- }
3111
-
3112
- export { LogoRedHatAnsible, LogoSketch, LogoSkype, LogoSlack, LogoSnapchat, LogoSvelte, LogoTumblr, LogoTwitter, LogoVmware, LogoVmwareAlt, LogoVue, LogoWechat, LogoX, LogoXing, LogoYelp, LogoYoutube, Logout, Loop, LowSeverity, Mac, MacCommand, MacOption, MacShift, MachineLearning, MachineLearningModel, MagicWand, MagicWandFilled, MailAll, MailReply, ManageProtection, ManagedSolutions, Map, MapBoundary, MapBoundaryVegetation, MapCenter, MapIdentify, MarineWarning, MathCurve, Maximize, MediaCast, MediaLibrary, MediaLibraryFilled, Medication, MedicationAlert, MedicationReminder, Menu, Merge, MergeNode, MessageQueue, Meter, MeterAlt, Microphone, MicrophoneFilled, MicrophoneOff, MicrophoneOffFilled, Microscope, Microservices_1, Microservices_2, Migrate, MigrateAlt, Milestone, MilitaryCamp, Minimize, Misuse, MisuseOutline, MixedRainHail, MlModelReference, Mobile, MobileAdd, MobileAudio, MobileCheck, MobileCrash, MobileDownload, MobileEvent, MobileLandscape, MobileRequest, MobileSession, MobileView, MobileViewOrientation, MobilityServices, Model, ModelAlt, ModelBuilder, ModelBuilderReference, ModelFoundation, ModelReference, ModelTuned, Money, Monster, Monument, Moon, Moonrise, Moonset, MostlyCloudy, MostlyCloudyNight, Mountain, Mov, Move, Movement, Mp3, Mp4, Mpeg, Mpg2, MultiuserDevice, Music, MusicAdd, MusicRemove, Mysql, NameSpace, NavaidCivil, NavaidDme, NavaidHelipad, NavaidMilitary, NavaidMilitaryCivil, NavaidNdb, NavaidNdbDme, NavaidPrivate, NavaidSeaplane, NavaidTacan, NavaidVhfor, NavaidVor, NavaidVordme, QMatrix, WatsonHealthMagnify, WatsonHealthMammogram };