@carbon-labs/react-animated-header 0.1.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 (92) hide show
  1. package/LICENSE +201 -0
  2. package/es/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  3. package/es/_virtual/_commonjsHelpers.js +12 -0
  4. package/es/_virtual/lottie.js +14 -0
  5. package/es/_virtual/lottie2.js +10 -0
  6. package/es/assets/index.d.ts +7 -0
  7. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  8. package/es/components/AnimatedHeader/AnimatedHeader.js +277 -0
  9. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  10. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +94 -0
  11. package/es/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  12. package/es/components/Tiles/BaseTile/BaseTile.js +39 -0
  13. package/es/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  14. package/es/components/Tiles/GlassTile/GlassTile.js +53 -0
  15. package/es/components/Tiles/index.d.ts +12 -0
  16. package/es/data/index.d.ts +47 -0
  17. package/es/index.d.ts +11 -0
  18. package/es/index.js +11 -0
  19. package/es/node_modules/@carbon/icon-helpers/es/index.js +125 -0
  20. package/es/node_modules/@carbon/icons-react/es/Icon.js +71 -0
  21. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2967 -0
  22. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3260 -0
  23. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2906 -0
  24. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3151 -0
  25. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +2966 -0
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3019 -0
  27. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +2923 -0
  28. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3076 -0
  29. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +2913 -0
  30. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +2917 -0
  31. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3141 -0
  32. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +811 -0
  33. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3195 -0
  34. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3119 -0
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3002 -0
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +2929 -0
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +2978 -0
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3017 -0
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3149 -0
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3084 -0
  41. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
  42. package/es/node_modules/@carbon/icons-react/es/index.js +30 -0
  43. package/es/node_modules/@carbon-labs/utilities/es/usePrefix.js +20 -0
  44. package/es/node_modules/lottie-web/build/player/lottie.js +682 -0
  45. package/lib/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  46. package/lib/_virtual/_commonjsHelpers.js +14 -0
  47. package/lib/_virtual/lottie.js +18 -0
  48. package/lib/_virtual/lottie2.js +12 -0
  49. package/lib/assets/index.d.ts +7 -0
  50. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  51. package/lib/components/AnimatedHeader/AnimatedHeader.js +281 -0
  52. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  53. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +96 -0
  54. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  55. package/lib/components/Tiles/BaseTile/BaseTile.js +41 -0
  56. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  57. package/lib/components/Tiles/GlassTile/GlassTile.js +55 -0
  58. package/lib/components/Tiles/index.d.ts +12 -0
  59. package/lib/data/index.d.ts +47 -0
  60. package/lib/index.d.ts +11 -0
  61. package/lib/index.js +18 -0
  62. package/lib/node_modules/@carbon/icon-helpers/es/index.js +128 -0
  63. package/lib/node_modules/@carbon/icons-react/es/Icon.js +75 -0
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3093 -0
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3386 -0
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +3032 -0
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3277 -0
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +3092 -0
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3145 -0
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +3049 -0
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3202 -0
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +3039 -0
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +3043 -0
  74. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3267 -0
  75. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +847 -0
  76. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3321 -0
  77. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3245 -0
  78. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3128 -0
  79. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +3055 -0
  80. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +3104 -0
  81. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3143 -0
  82. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3275 -0
  83. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3210 -0
  84. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +16 -0
  85. package/lib/node_modules/@carbon/icons-react/es/index.js +2446 -0
  86. package/lib/node_modules/@carbon-labs/utilities/es/usePrefix.js +23 -0
  87. package/lib/node_modules/lottie-web/build/player/lottie.js +684 -0
  88. package/package.json +35 -0
  89. package/scss/AnimatedHeader/animated-header.scss +619 -0
  90. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +187 -0
  91. package/scss/Tiles/GlassTile/glass-tile.scss +111 -0
  92. package/scss/animated_header.scss +10 -0
@@ -0,0 +1,3039 @@
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
+ 'use strict';
9
+
10
+ var React = require('react');
11
+ var Icon = require('../Icon.js');
12
+ var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
+ require('prop-types');
14
+
15
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _circle, _circle2, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _circle3, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _circle4, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _circle5, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _circle6, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _circle7, _path117, _path118, _path119, _path120, _circle8, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _rect, _path140, _path141, _path142, _path143, _circle9, _circle10, _circle11, _path144, _path145, _circle12, _circle13, _circle14, _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, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213;
16
+ const Subdirectory = /*#__PURE__*/React.forwardRef(function Subdirectory(_ref, ref) {
17
+ let {
18
+ children,
19
+ size = 16,
20
+ ...rest
21
+ } = _ref;
22
+ return /*#__PURE__*/React.createElement(Icon.default, {
23
+ width: size,
24
+ height: size,
25
+ ref: ref,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 32 32",
28
+ fill: "currentColor",
29
+ ...rest
30
+ }, _path || (_path = /*#__PURE__*/React.createElement("path", {
31
+ d: "m9,20l1.4141,1.4141-2.5859,2.5859h18.1719s0-20,0-20h2v20c0,1.1025-.897,2-2,2H7.8281s2.5859,2.5859,2.5859,2.5859l-1.4141,1.4141-5-5,5-5Z"
32
+ })), children);
33
+ });
34
+ if (process.env.NODE_ENV !== "production") {
35
+ Subdirectory.propTypes = iconPropTypes4cbeb95d.i;
36
+ }
37
+ const Subflow = /*#__PURE__*/React.forwardRef(function Subflow(_ref2, ref) {
38
+ let {
39
+ children,
40
+ size = 16,
41
+ ...rest
42
+ } = _ref2;
43
+ return /*#__PURE__*/React.createElement(Icon.default, {
44
+ width: size,
45
+ height: size,
46
+ ref: ref,
47
+ xmlns: "http://www.w3.org/2000/svg",
48
+ viewBox: "0 0 32 32",
49
+ fill: "currentColor",
50
+ ...rest
51
+ }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
52
+ d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12.0025,12.0025,0,0,0,22.4609,26.1143l1.0782,1.684A13.9511,13.9511,0,0,1,16,30Z"
53
+ })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
54
+ d: "M26,17l-1.4141,1.4141L26.1719,20H15.8157a2.9874,2.9874,0,0,0-.2742-.5762l4.481-5.601A2.9676,2.9676,0,0,0,21,14a3,3,0,1,0-2.8157-4H13.8157a2.982,2.982,0,0,0-5.6314,0H2v2H8.1843a2.982,2.982,0,0,0,5.6314,0h4.3686a2.9874,2.9874,0,0,0,.2742.5762l-4.481,5.601A2.9676,2.9676,0,0,0,13,18a3,3,0,1,0,2.8157,4H26.1719l-1.586,1.5859L26,25l4-4Zm-5-7a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,10ZM11,12a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,12Zm2,10a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,13,22Z"
55
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
56
+ d: "M30,16H28A12.0025,12.0025,0,0,0,9.5391,5.8857L8.4609,4.2017A14.0019,14.0019,0,0,1,30,16Z"
57
+ })), children);
58
+ });
59
+ if (process.env.NODE_ENV !== "production") {
60
+ Subflow.propTypes = iconPropTypes4cbeb95d.i;
61
+ }
62
+ const SubflowLocal = /*#__PURE__*/React.forwardRef(function SubflowLocal(_ref3, ref) {
63
+ let {
64
+ children,
65
+ size = 16,
66
+ ...rest
67
+ } = _ref3;
68
+ return /*#__PURE__*/React.createElement(Icon.default, {
69
+ width: size,
70
+ height: size,
71
+ ref: ref,
72
+ xmlns: "http://www.w3.org/2000/svg",
73
+ viewBox: "0 0 32 32",
74
+ fill: "currentColor",
75
+ ...rest
76
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
77
+ d: "M15.3472 29.9851a13.9282 13.9282 0 01-4.2051-.8516l.6943-1.8754a11.929 11.929 0 003.6026.729zm4.2651-.4558l-.5146-1.9326a11.915 11.915 0 003.3632-1.4827l1.0782 1.6846A13.915 13.915 0 0119.6123 29.5293zM7.395 27.0439a14.0632 14.0632 0 01-2.94-3.1218l1.6484-1.1333a12.0521 12.0521 0 002.522 2.6785zM2.5967 20.0544A14.0512 14.0512 0 012.0005 16H4a12.0412 12.0412 0 00.5117 3.4763zM26 17l-1.4141 1.4141L26.1719 20H15.8157a2.9874 2.9874 0 00-.2742-.5762l4.481-5.601A2.9676 2.9676 0 0021 14a3 3 0 10-2.8157-4H13.8157a2.982 2.982 0 00-5.6314 0H2v2H8.1843a2.982 2.982 0 005.6314 0h4.3686a2.9874 2.9874 0 00.2742.5762l-4.481 5.601A2.9676 2.9676 0 0013 18a3 3 0 102.8157 4H26.1719l-1.586 1.5859L26 25l4-4zm-5-7a1 1 0 11-1 1A1.0009 1.0009 0 0121 10zM11 12a1 1 0 111-1A1.0009 1.0009 0 0111 12zm2 10a1 1 0 111-1A1.0009 1.0009 0 0113 22zM28 16a12.0412 12.0412 0 00-.5117-3.4763l1.915-.5781A14.0551 14.0551 0 0130 16zM25.8965 9.2112a12.0521 12.0521 0 00-2.522-2.6785l1.23-1.5766a14.0632 14.0632 0 012.94 3.1218zM9.5391 5.886L8.4609 4.2014a13.915 13.915 0 013.9268-1.7307l.5146 1.9326A11.915 11.915 0 009.5391 5.886zM20.1636 4.7419a11.929 11.929 0 00-3.6026-.729l.0918-1.998a13.9282 13.9282 0 014.2051.8516z"
78
+ })), children);
79
+ });
80
+ if (process.env.NODE_ENV !== "production") {
81
+ SubflowLocal.propTypes = iconPropTypes4cbeb95d.i;
82
+ }
83
+ const SubjectDefinition = /*#__PURE__*/React.forwardRef(function SubjectDefinition(_ref4, ref) {
84
+ let {
85
+ children,
86
+ size = 16,
87
+ ...rest
88
+ } = _ref4;
89
+ return /*#__PURE__*/React.createElement(Icon.default, {
90
+ width: size,
91
+ height: size,
92
+ ref: ref,
93
+ xmlns: "http://www.w3.org/2000/svg",
94
+ viewBox: "0 0 32 32",
95
+ fill: "currentColor",
96
+ ...rest
97
+ }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
98
+ strokeWidth: "0",
99
+ d: "M22.7749 20.5022h-.0862c-.3101.8959-1.0334 1.7056-2.5151 1.7056-1.8433 0-2.877-1.2749-2.877-3.5144v-5.6849h2.2051v5.4609c0 1.2404.4651 1.9122 1.5161 1.9122.8784 0 1.7571-.4651 1.7571-1.4298v-5.9434h2.2051v8.9926h-2.2051v-1.4988zM6.6195 20.2094l1.5332-1.4816c.8269.9647 1.8433 1.4816 3.0837 1.4816 1.3953 0 2.1189-.6719 2.1189-1.6882 0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971 0-2.1534 1.6709-3.5488 4.3584-3.5488 1.8088 0 3.1526.6202 4.1172 1.7744l-1.5503 1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292 0-1.9639.5168-1.9639 1.4126 0 .9131.5168 1.292 1.6711 1.4988l1.1196.2067c2.429.4308 3.5662 1.516 3.5662 3.4972 0 2.2739-1.6367 3.8245-4.5137 3.8245-2.05 0-3.4626-.8097-4.479-1.9984z"
100
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
101
+ strokeWidth: "0",
102
+ d: "m28,30H4c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2v24c0,1.1046-.8954,2-2,2Zm-24-2h24V4H4v24Z"
103
+ })), children);
104
+ });
105
+ if (process.env.NODE_ENV !== "production") {
106
+ SubjectDefinition.propTypes = iconPropTypes4cbeb95d.i;
107
+ }
108
+ const SubjectUsage = /*#__PURE__*/React.forwardRef(function SubjectUsage(_ref5, ref) {
109
+ let {
110
+ children,
111
+ size = 16,
112
+ ...rest
113
+ } = _ref5;
114
+ return /*#__PURE__*/React.createElement(Icon.default, {
115
+ width: size,
116
+ height: size,
117
+ ref: ref,
118
+ xmlns: "http://www.w3.org/2000/svg",
119
+ viewBox: "0 0 32 32",
120
+ fill: "currentColor",
121
+ ...rest
122
+ }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
123
+ strokeWidth: "0",
124
+ d: "M22.7749 20.5022h-.0862c-.3101.8959-1.0334 1.7056-2.5151 1.7056-1.8433 0-2.877-1.2749-2.877-3.5144v-5.6849h2.2051v5.4609c0 1.2404.4651 1.9122 1.5161 1.9122.8784 0 1.7571-.4651 1.7571-1.4298v-5.9434h2.2051v8.9926h-2.2051v-1.4988zM6.6195 20.2094l1.5332-1.4816c.8269.9647 1.8433 1.4816 3.0837 1.4816 1.3953 0 2.1189-.6719 2.1189-1.6882 0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971 0-2.1534 1.6709-3.5488 4.3584-3.5488 1.8088 0 3.1526.6202 4.1172 1.7744l-1.5503 1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292 0-1.9639.5168-1.9639 1.4126 0 .9131.5168 1.292 1.6711 1.4988l1.1196.2067c2.429.4308 3.5662 1.516 3.5662 3.4972 0 2.2739-1.6367 3.8245-4.5137 3.8245-2.05 0-3.4626-.8097-4.479-1.9984z"
125
+ })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
126
+ strokeWidth: "0",
127
+ d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
128
+ })), children);
129
+ });
130
+ if (process.env.NODE_ENV !== "production") {
131
+ SubjectUsage.propTypes = iconPropTypes4cbeb95d.i;
132
+ }
133
+ const SubnetAclRules = /*#__PURE__*/React.forwardRef(function SubnetAclRules(_ref6, ref) {
134
+ let {
135
+ children,
136
+ size = 16,
137
+ ...rest
138
+ } = _ref6;
139
+ return /*#__PURE__*/React.createElement(Icon.default, {
140
+ width: size,
141
+ height: size,
142
+ ref: ref,
143
+ xmlns: "http://www.w3.org/2000/svg",
144
+ viewBox: "0 0 32 32",
145
+ fill: "currentColor",
146
+ ...rest
147
+ }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
148
+ d: "M18 14H30V16H18zM18 19H26V21H18zM18 9H30V11H18z"
149
+ })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
150
+ d: "M22,24v4H6V16h8V14H10V8a4.0008,4.0008,0,0,1,7.6675-1.6L19.5005,5.6A6.001,6.001,0,0,0,8,8v6H6a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H22a2.0023,2.0023,0,0,0,2-2V24Z"
151
+ })), children);
152
+ });
153
+ if (process.env.NODE_ENV !== "production") {
154
+ SubnetAclRules.propTypes = iconPropTypes4cbeb95d.i;
155
+ }
156
+ const Subtract = /*#__PURE__*/React.forwardRef(function Subtract(_ref7, ref) {
157
+ let {
158
+ children,
159
+ size = 16,
160
+ ...rest
161
+ } = _ref7;
162
+ return /*#__PURE__*/React.createElement(Icon.default, {
163
+ width: size,
164
+ height: size,
165
+ ref: ref,
166
+ xmlns: "http://www.w3.org/2000/svg",
167
+ viewBox: "0 0 32 32",
168
+ fill: "currentColor",
169
+ ...rest
170
+ }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
171
+ d: "M8 15H24V17H8z"
172
+ })), children);
173
+ });
174
+ if (process.env.NODE_ENV !== "production") {
175
+ Subtract.propTypes = iconPropTypes4cbeb95d.i;
176
+ }
177
+ const SubtractAlt = /*#__PURE__*/React.forwardRef(function SubtractAlt(_ref8, ref) {
178
+ let {
179
+ children,
180
+ size = 16,
181
+ ...rest
182
+ } = _ref8;
183
+ return /*#__PURE__*/React.createElement(Icon.default, {
184
+ width: size,
185
+ height: size,
186
+ ref: ref,
187
+ xmlns: "http://www.w3.org/2000/svg",
188
+ viewBox: "0 0 32 32",
189
+ fill: "currentColor",
190
+ ...rest
191
+ }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
192
+ d: "M16,4c6.6,0,12,5.4,12,12s-5.4,12-12,12S4,22.6,4,16S9.4,4,16,4 M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14 S23.7,2,16,2z"
193
+ })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
194
+ d: "M8 15H24V17H8z"
195
+ })), children);
196
+ });
197
+ if (process.env.NODE_ENV !== "production") {
198
+ SubtractAlt.propTypes = iconPropTypes4cbeb95d.i;
199
+ }
200
+ const SubtractFilled = /*#__PURE__*/React.forwardRef(function SubtractFilled(_ref9, ref) {
201
+ let {
202
+ children,
203
+ size = 16,
204
+ ...rest
205
+ } = _ref9;
206
+ return /*#__PURE__*/React.createElement(Icon.default, {
207
+ width: size,
208
+ height: size,
209
+ ref: ref,
210
+ xmlns: "http://www.w3.org/2000/svg",
211
+ viewBox: "0 0 32 32",
212
+ fill: "currentColor",
213
+ ...rest
214
+ }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
215
+ d: "m16,2c-7.6,0-14,6.4-14,14s6.4,14,14,14,14-6.4,14-14S23.6,2,16,2Zm8,15H8v-2h16v2Z"
216
+ })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
217
+ fill: "none",
218
+ d: "M24 17L8 17 8 15 24 15 24 17z"
219
+ })), children);
220
+ });
221
+ if (process.env.NODE_ENV !== "production") {
222
+ SubtractFilled.propTypes = iconPropTypes4cbeb95d.i;
223
+ }
224
+ const SubtractLarge = /*#__PURE__*/React.forwardRef(function SubtractLarge(_ref10, ref) {
225
+ let {
226
+ children,
227
+ size = 16,
228
+ ...rest
229
+ } = _ref10;
230
+ return /*#__PURE__*/React.createElement(Icon.default, {
231
+ width: size,
232
+ height: size,
233
+ ref: ref,
234
+ xmlns: "http://www.w3.org/2000/svg",
235
+ viewBox: "0 0 32 32",
236
+ fill: "currentColor",
237
+ ...rest
238
+ }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
239
+ d: "M5 15L5 17 27 17 27 15 5 15z"
240
+ })), children);
241
+ });
242
+ if (process.env.NODE_ENV !== "production") {
243
+ SubtractLarge.propTypes = iconPropTypes4cbeb95d.i;
244
+ }
245
+ const Succession = /*#__PURE__*/React.forwardRef(function Succession(_ref11, ref) {
246
+ let {
247
+ children,
248
+ size = 16,
249
+ ...rest
250
+ } = _ref11;
251
+ return /*#__PURE__*/React.createElement(Icon.default, {
252
+ width: size,
253
+ height: size,
254
+ ref: ref,
255
+ xmlns: "http://www.w3.org/2000/svg",
256
+ viewBox: "0 0 32 32",
257
+ fill: "currentColor",
258
+ ...rest
259
+ }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
260
+ strokeWidth: "0",
261
+ d: "M19 27H21V31H19z",
262
+ transform: "rotate(90 20 29)"
263
+ })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
264
+ strokeWidth: "0",
265
+ d: "M25 27H27V31H25z",
266
+ transform: "rotate(90 26 29)"
267
+ })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
268
+ strokeWidth: "0",
269
+ d: "M13 28v-3h-2v3c0 1.1046.8954 2 2 2h3v-2h-3zM11 19H13V23H11zM11 13H13V17H11z"
270
+ })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
271
+ strokeWidth: "0",
272
+ d: "M22 12L12 2 2 12 3.4141 13.4141 11 5.8281 11 11 13 11 13 5.8281 20.5859 13.4141 22 12z"
273
+ })), children);
274
+ });
275
+ if (process.env.NODE_ENV !== "production") {
276
+ Succession.propTypes = iconPropTypes4cbeb95d.i;
277
+ }
278
+ const SummaryKpi = /*#__PURE__*/React.forwardRef(function SummaryKpi(_ref12, ref) {
279
+ let {
280
+ children,
281
+ size = 16,
282
+ ...rest
283
+ } = _ref12;
284
+ return /*#__PURE__*/React.createElement(Icon.default, {
285
+ width: size,
286
+ height: size,
287
+ ref: ref,
288
+ xmlns: "http://www.w3.org/2000/svg",
289
+ viewBox: "0 0 32 32",
290
+ fill: "currentColor",
291
+ ...rest
292
+ }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
293
+ d: "M7.6667 27.5027L2 22.4484l1.3311-1.4927 5.6411 5.0316 7.6906-7.4449a1.9282 1.9282 0 012.6736-.0084L22.96 21.9983l5.5791-5.9735L30 17.3905l-5.5812 5.9758a1.996 1.996 0 01-2.8379.08l-3.5765-3.4191-7.666 7.4206A1.9629 1.9629 0 017.6667 27.5027zM30 11L26 11 28 8 30 11zM22 4H18V6h4V8H19v2h3v2H18v2h4a2.0027 2.0027 0 002-2V6A2.0023 2.0023 0 0022 4zM16 14H10V10a2.002 2.002 0 012-2h2V6H10V4h4a2.0023 2.0023 0 012 2V8a2.0023 2.0023 0 01-2 2H12v2h4zM6 12L6 4 4 4 4 5 2 5 2 7 4 7 4 12 2 12 2 14 8 14 8 12 6 12z"
294
+ })), children);
295
+ });
296
+ if (process.env.NODE_ENV !== "production") {
297
+ SummaryKpi.propTypes = iconPropTypes4cbeb95d.i;
298
+ }
299
+ const SummaryKpiMirror = /*#__PURE__*/React.forwardRef(function SummaryKpiMirror(_ref13, ref) {
300
+ let {
301
+ children,
302
+ size = 16,
303
+ ...rest
304
+ } = _ref13;
305
+ return /*#__PURE__*/React.createElement(Icon.default, {
306
+ width: size,
307
+ height: size,
308
+ ref: ref,
309
+ xmlns: "http://www.w3.org/2000/svg",
310
+ viewBox: "0 0 32 32",
311
+ fill: "currentColor",
312
+ ...rest
313
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
314
+ d: "M24.3 27.5l5.7-5.1L28.7 21 23 26l-7.7-7.4c-.7-.7-1.9-.7-2.7 0L9 22l-5.6-6L2 17.4l5.6 6c.8.8 2 .8 2.8.1L14 20l7.7 7.4C22.4 28.2 23.6 28.2 24.3 27.5zM28 12L28 4 26 4 26 5 24 5 24 7 26 7 26 12 24 12 24 14 30 14 30 12zM22 14h-6v-4c0-1.1.9-2 2-2h2V6h-4V4h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-2v2h4V14zM12 4H8v2h4v2H9v2h3v2H8v2h4c1.1 0 2-.9 2-2V6C14 4.9 13.1 4 12 4zM6 11L2 11 4 8z"
315
+ })), children);
316
+ });
317
+ if (process.env.NODE_ENV !== "production") {
318
+ SummaryKpiMirror.propTypes = iconPropTypes4cbeb95d.i;
319
+ }
320
+ const Sun = /*#__PURE__*/React.forwardRef(function Sun(_ref14, ref) {
321
+ let {
322
+ children,
323
+ size = 16,
324
+ ...rest
325
+ } = _ref14;
326
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
335
+ d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z",
336
+ transform: "translate(0 .005)"
337
+ })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
338
+ d: "M6.854 5.375H8.854V10.333H6.854z",
339
+ transform: "rotate(-45 7.86 7.856)"
340
+ })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
341
+ d: "M2 15.005H7V17.005000000000003H2z"
342
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
343
+ d: "M5.375 23.147H10.333V25.147H5.375z",
344
+ transform: "rotate(-45 7.86 24.149)"
345
+ })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
346
+ d: "M15 25.005H17V30.005H15z"
347
+ })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
348
+ d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
349
+ transform: "rotate(-45 24.152 24.149)"
350
+ })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
351
+ d: "M25 15.005H30V17.005000000000003H25z"
352
+ })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
353
+ d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
354
+ transform: "rotate(-45 24.152 7.856)"
355
+ })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
356
+ d: "M15 2.005H17V7.005H15z"
357
+ })), children);
358
+ });
359
+ if (process.env.NODE_ENV !== "production") {
360
+ Sun.propTypes = iconPropTypes4cbeb95d.i;
361
+ }
362
+ const Sunrise = /*#__PURE__*/React.forwardRef(function Sunrise(_ref15, ref) {
363
+ let {
364
+ children,
365
+ size = 16,
366
+ ...rest
367
+ } = _ref15;
368
+ return /*#__PURE__*/React.createElement(Icon.default, {
369
+ width: size,
370
+ height: size,
371
+ ref: ref,
372
+ xmlns: "http://www.w3.org/2000/svg",
373
+ viewBox: "0 0 32 32",
374
+ fill: "currentColor",
375
+ ...rest
376
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
377
+ d: "M2 27H29.998V29H2zM16 20a4.0045 4.0045 0 014 4h2a6 6 0 00-12 0h2A4.0045 4.0045 0 0116 20zM25 22H30V24H25z"
378
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
379
+ d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
380
+ transform: "rotate(-45 24.146 15.854)"
381
+ })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
382
+ d: "M16 4L11 9 12.41 10.41 15 7.83 15 8 15 15 17 15 17 8 17 7.83 19.59 10.41 21 9 16 4z"
383
+ })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
384
+ d: "M6.854 13.374H8.854V18.332H6.854z",
385
+ transform: "rotate(-45 7.854 15.854)"
386
+ })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
387
+ d: "M2 22H7V24H2z"
388
+ })), children);
389
+ });
390
+ if (process.env.NODE_ENV !== "production") {
391
+ Sunrise.propTypes = iconPropTypes4cbeb95d.i;
392
+ }
393
+ const Sunset = /*#__PURE__*/React.forwardRef(function Sunset(_ref16, ref) {
394
+ let {
395
+ children,
396
+ size = 16,
397
+ ...rest
398
+ } = _ref16;
399
+ return /*#__PURE__*/React.createElement(Icon.default, {
400
+ width: size,
401
+ height: size,
402
+ ref: ref,
403
+ xmlns: "http://www.w3.org/2000/svg",
404
+ viewBox: "0 0 32 32",
405
+ fill: "currentColor",
406
+ ...rest
407
+ }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
408
+ d: "M2 27.005H29.998V29.005H2z"
409
+ })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
410
+ d: "M16,20a4.0045,4.0045,0,0,1,4,4h2a6,6,0,0,0-12,0h2A4.0045,4.0045,0,0,1,16,20Z",
411
+ transform: "translate(0 .005)"
412
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
413
+ d: "M25 22.005H30V24.005H25z"
414
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
415
+ d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
416
+ transform: "rotate(-45 24.152 15.856)"
417
+ })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
418
+ d: "M19.59 9.595L17 12.175 17 4.005 15 4.005 15 12.175 12.41 9.595 11 11.005 16 16.005 21 11.005 19.59 9.595z"
419
+ })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
420
+ d: "M6.854 13.374H8.854V18.332H6.854z",
421
+ transform: "rotate(-45 7.86 15.856)"
422
+ })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
423
+ d: "M2 22.005H7V24.005H2z"
424
+ })), children);
425
+ });
426
+ if (process.env.NODE_ENV !== "production") {
427
+ Sunset.propTypes = iconPropTypes4cbeb95d.i;
428
+ }
429
+ const SupportVectorMachine = /*#__PURE__*/React.forwardRef(function SupportVectorMachine(_ref17, ref) {
430
+ let {
431
+ children,
432
+ size = 16,
433
+ ...rest
434
+ } = _ref17;
435
+ return /*#__PURE__*/React.createElement(Icon.default, {
436
+ width: size,
437
+ height: size,
438
+ ref: ref,
439
+ xmlns: "http://www.w3.org/2000/svg",
440
+ viewBox: "0 0 32 32",
441
+ fill: "currentColor",
442
+ ...rest
443
+ }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
444
+ cx: "26",
445
+ cy: "18",
446
+ r: "4"
447
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
448
+ cx: "18",
449
+ cy: "26",
450
+ r: "4"
451
+ })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
452
+ d: "M-2.799 15H34.799V17H-2.799z",
453
+ transform: "rotate(-45 16 16)"
454
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
455
+ d: "M14 10c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4zm0-6c-1.1028 0-2 .8972-2 2s.8972 2 2 2 2-.8972 2-2-.8972-2-2-2zM6 18c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4zm0-6c-1.1028 0-2 .8972-2 2s.8972 2 2 2 2-.8972 2-2-.8972-2-2-2z"
456
+ })), children);
457
+ });
458
+ if (process.env.NODE_ENV !== "production") {
459
+ SupportVectorMachine.propTypes = iconPropTypes4cbeb95d.i;
460
+ }
461
+ const Sustainability = /*#__PURE__*/React.forwardRef(function Sustainability(_ref18, ref) {
462
+ let {
463
+ children,
464
+ size = 16,
465
+ ...rest
466
+ } = _ref18;
467
+ return /*#__PURE__*/React.createElement(Icon.default, {
468
+ width: size,
469
+ height: size,
470
+ ref: ref,
471
+ xmlns: "http://www.w3.org/2000/svg",
472
+ viewBox: "0 0 32 32",
473
+ fill: "currentColor",
474
+ ...rest
475
+ }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
476
+ d: "m21.5708,27.7495c-1.7468.8296-3.6211,1.2505-5.5708,1.2505-7.1682,0-13-5.832-13-13,0-3.0752,1.0571-5.979,3-8.3076v2.3076h2v-6H2v2h2.8416c-2.4753,2.7539-3.8416,6.2622-3.8416,10,0,8.271,6.729,15,15,15,2.249,0,4.4119-.4858,6.4292-1.4438l-.8584-1.8066Z"
477
+ })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
478
+ d: "m21,9c-3.1602,0-5.7515,2.457-5.9778,5.5605-1.0654-.9658-2.4739-1.5605-4.0222-1.5605h-4v4c0,3.3086,2.6917,6,6,6h2v4h2v-8.0005l2,.0005c3.3083,0,6-2.6914,6-6v-4h-4Zm-8,12c-2.2056,0-4-1.7944-4-4v-2h2c2.2056,0,4,1.7944,4,4v.5859l-2.293-2.293-1.4141,1.4141,2.293,2.293h-.5859Zm10-8c0,2.2056-1.7944,4-4,4h-.5859l2.293-2.293-1.4141-1.4141-2.293,2.293v-.5859c0-2.2056,1.7944-4,4-4h2v2Z"
479
+ })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
480
+ d: "m31,16c0-8.271-6.729-15-15-15-2.249,0-4.4119.4858-6.4292,1.4438l.8584,1.8066c1.7468-.8296,3.6211-1.2505,5.5708-1.2505,7.1682,0,13,5.832,13,13,0,3.0752-1.0571,5.979-3,8.3076v-2.3076h-2v6h6v-2h-2.8416c2.4753-2.7539,3.8416-6.2622,3.8416-10Z"
481
+ })), children);
482
+ });
483
+ if (process.env.NODE_ENV !== "production") {
484
+ Sustainability.propTypes = iconPropTypes4cbeb95d.i;
485
+ }
486
+ const Svg = /*#__PURE__*/React.forwardRef(function Svg(_ref19, ref) {
487
+ let {
488
+ children,
489
+ size = 16,
490
+ ...rest
491
+ } = _ref19;
492
+ return /*#__PURE__*/React.createElement(Icon.default, {
493
+ width: size,
494
+ height: size,
495
+ ref: ref,
496
+ xmlns: "http://www.w3.org/2000/svg",
497
+ viewBox: "0 0 32 32",
498
+ fill: "currentColor",
499
+ ...rest
500
+ }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
501
+ d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM18 9L16 22 14 9 12 9 14.52 23 17.48 23 20 9 18 9zM8 23H2V21H8V17H4a2 2 0 01-2-2V11A2 2 0 014 9h6v2H4v4H8a2 2 0 012 2v4A2 2 0 018 23z"
502
+ })), children);
503
+ });
504
+ if (process.env.NODE_ENV !== "production") {
505
+ Svg.propTypes = iconPropTypes4cbeb95d.i;
506
+ }
507
+ const Swim = /*#__PURE__*/React.forwardRef(function Swim(_ref20, ref) {
508
+ let {
509
+ children,
510
+ size = 16,
511
+ ...rest
512
+ } = _ref20;
513
+ return /*#__PURE__*/React.createElement(Icon.default, {
514
+ width: size,
515
+ height: size,
516
+ ref: ref,
517
+ xmlns: "http://www.w3.org/2000/svg",
518
+ viewBox: "0 0 32 32",
519
+ fill: "currentColor",
520
+ ...rest
521
+ }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
522
+ d: "M30 26H28a4.9316 4.9316 0 01-4-1.9873 5.0192 5.0192 0 01-8 0 5.0192 5.0192 0 01-8 0A4.9316 4.9316 0 014 26H2V24H4a3.44 3.44 0 003.0532-2.3215A.9712.9712 0 018 21a1.0069 1.0069 0 01.9487.6838A3.4381 3.4381 0 0012 24a3.44 3.44 0 003.0532-2.3215A.99.99 0 0116 21a1.0069 1.0069 0 01.9487.6838A3.4381 3.4381 0 0020 24a3.44 3.44 0 003.0532-2.3215 1 1 0 011.8955.0053A3.4381 3.4381 0 0028 24h2zM23 17.5859l-8.707-8.707A2.9791 2.9791 0 0012.1714 8H4v2h8.1714a.9933.9933 0 01.7075.293L15.5859 13 10 18.5859 11.4141 20 17 14.4141 21.5859 19zM20 10a4 4 0 114 4A4.0042 4.0042 0 0120 10zm2 0a2 2 0 102-2A2.0023 2.0023 0 0022 10z"
523
+ })), children);
524
+ });
525
+ if (process.env.NODE_ENV !== "production") {
526
+ Swim.propTypes = iconPropTypes4cbeb95d.i;
527
+ }
528
+ const SwitchLayer_2 = /*#__PURE__*/React.forwardRef(function SwitchLayer_2(_ref21, ref) {
529
+ let {
530
+ children,
531
+ size = 16,
532
+ ...rest
533
+ } = _ref21;
534
+ return /*#__PURE__*/React.createElement(Icon.default, {
535
+ width: size,
536
+ height: size,
537
+ ref: ref,
538
+ xmlns: "http://www.w3.org/2000/svg",
539
+ viewBox: "0 0 32 32",
540
+ fill: "currentColor",
541
+ ...rest
542
+ }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
543
+ d: "M16 26L16 24 5.83 24 8.41 21.41 7 20 2 25 7 30 8.41 28.59 5.83 26 16 26zM16 14L16 12 5.83 12 8.41 9.41 7 8 2 13 7 18 8.41 16.59 5.83 14 16 14zM16 6L16 8 26.17 8 23.59 10.59 25 12 30 7 25 2 23.59 3.41 26.17 6 16 6zM16 18L16 20 26.17 20 23.59 22.59 25 24 30 19 25 14 23.59 15.41 26.17 18 16 18z"
544
+ })), children);
545
+ });
546
+ if (process.env.NODE_ENV !== "production") {
547
+ SwitchLayer_2.propTypes = iconPropTypes4cbeb95d.i;
548
+ }
549
+ const SwitchLayer_3 = /*#__PURE__*/React.forwardRef(function SwitchLayer_3(_ref22, ref) {
550
+ let {
551
+ children,
552
+ size = 16,
553
+ ...rest
554
+ } = _ref22;
555
+ return /*#__PURE__*/React.createElement(Icon.default, {
556
+ width: size,
557
+ height: size,
558
+ ref: ref,
559
+ xmlns: "http://www.w3.org/2000/svg",
560
+ viewBox: "0 0 32 32",
561
+ fill: "currentColor",
562
+ ...rest
563
+ }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
564
+ d: "M22 4L22 6 24.586 6 19.586 11 21 12.414 26 7.414 26 10 28 10 28 4 22 4zM10 4L10 6 7.414 6 12.414 11 11 12.414 6 7.414 6 10 4 10 4 4 10 4zM20 5L16 1 12 5 13.414 6.414 15 4.829 15 11 17 11 17 4.829 18.586 6.414 20 5zM22 28L22 26 24.586 26 19.586 21 21 19.586 26 24.586 26 22 28 22 28 28 22 28zM10 28L10 26 7.414 26 12.414 21 11 19.586 6 24.586 6 22 4 22 4 28 10 28zM20 27L16 31 12 27 13.414 25.586 15 27.171 15 21 17 21 17 27.171 18.586 25.586 20 27zM5 12L1 16 5 20 6.414 18.586 4.829 17 11 17 11 15 4.829 15 6.414 13.414 5 12zM27 12L31 16 27 20 25.586 18.586 27.171 17 21 17 21 15 27.171 15 25.586 13.414 27 12z"
565
+ })), children);
566
+ });
567
+ if (process.env.NODE_ENV !== "production") {
568
+ SwitchLayer_3.propTypes = iconPropTypes4cbeb95d.i;
569
+ }
570
+ const Switcher = /*#__PURE__*/React.forwardRef(function Switcher(_ref23, ref) {
571
+ let {
572
+ children,
573
+ size = 16,
574
+ ...rest
575
+ } = _ref23;
576
+ return /*#__PURE__*/React.createElement(Icon.default, {
577
+ width: size,
578
+ height: size,
579
+ ref: ref,
580
+ xmlns: "http://www.w3.org/2000/svg",
581
+ viewBox: "0 0 32 32",
582
+ fill: "currentColor",
583
+ ...rest
584
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
585
+ d: "M14 4H18V8H14zM4 4H8V8H4zM24 4H28V8H24zM14 14H18V18H14zM4 14H8V18H4zM24 14H28V18H24zM14 24H18V28H14zM4 24H8V28H4zM24 24H28V28H24z"
586
+ })), children);
587
+ });
588
+ if (process.env.NODE_ENV !== "production") {
589
+ Switcher.propTypes = iconPropTypes4cbeb95d.i;
590
+ }
591
+ const SyncSettings = /*#__PURE__*/React.forwardRef(function SyncSettings(_ref24, ref) {
592
+ let {
593
+ children,
594
+ size = 16,
595
+ ...rest
596
+ } = _ref24;
597
+ return /*#__PURE__*/React.createElement(Icon.default, {
598
+ width: size,
599
+ height: size,
600
+ ref: ref,
601
+ xmlns: "http://www.w3.org/2000/svg",
602
+ viewBox: "0 0 32 32",
603
+ fill: "currentColor",
604
+ ...rest
605
+ }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
606
+ strokeWidth: "0",
607
+ d: "M15 24L15 22 11.4 22 22 11.4 22 15 24 15 24 8 17 8 17 10 20.6 10 10 20.6 10 17 8 17 8 24 15 24zM25 20v2h3c1.1 0 2-.9 2-2v-3h-2v3h-3zM28 10H30V14H28zM25 2v2h3v3h2v-3c0-1.1-.9-2-2-2h-3zM18 2H22V4H18z"
608
+ })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
609
+ strokeWidth: "0",
610
+ d: "M10 4v3h2v-3h3V2h-3c-1.1 0-2 .9-2 2zM12 10H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8h-2v8H4V12h8v-2z"
611
+ })), children);
612
+ });
613
+ if (process.env.NODE_ENV !== "production") {
614
+ SyncSettings.propTypes = iconPropTypes4cbeb95d.i;
615
+ }
616
+ const SysProvision = /*#__PURE__*/React.forwardRef(function SysProvision(_ref25, ref) {
617
+ let {
618
+ children,
619
+ size = 16,
620
+ ...rest
621
+ } = _ref25;
622
+ return /*#__PURE__*/React.createElement(Icon.default, {
623
+ width: size,
624
+ height: size,
625
+ ref: ref,
626
+ xmlns: "http://www.w3.org/2000/svg",
627
+ viewBox: "0 0 32 32",
628
+ fill: "currentColor",
629
+ ...rest
630
+ }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
631
+ d: "M21 20L21 30 30 25 21 20z"
632
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
633
+ cx: "14",
634
+ cy: "14",
635
+ r: "2"
636
+ })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
637
+ d: "M14,20a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,14,20Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,14,10Z"
638
+ })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
639
+ d: "M25.9512,12.91l-.0064,0A12.05,12.05,0,1,0,17,25.605V23.5386a9.9813,9.9813,0,1,1,6.6235-6.81l1.9248.544A12.0341,12.0341,0,0,0,26,14Q26,13.4492,25.9512,12.91Z"
640
+ })), children);
641
+ });
642
+ if (process.env.NODE_ENV !== "production") {
643
+ SysProvision.propTypes = iconPropTypes4cbeb95d.i;
644
+ }
645
+ const SysplexDistributor = /*#__PURE__*/React.forwardRef(function SysplexDistributor(_ref26, ref) {
646
+ let {
647
+ children,
648
+ size = 16,
649
+ ...rest
650
+ } = _ref26;
651
+ return /*#__PURE__*/React.createElement(Icon.default, {
652
+ width: size,
653
+ height: size,
654
+ ref: ref,
655
+ xmlns: "http://www.w3.org/2000/svg",
656
+ viewBox: "0 0 32 32",
657
+ fill: "currentColor",
658
+ ...rest
659
+ }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
660
+ strokeWidth: "0",
661
+ d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 18h-8v-2h-2v2H7c-1.1028 0-2 .8975-2 2v4h2v-4h8v4h2v-4h8v4h2v-4c0-1.1025-.8972-2-2-2zM20 2h-8c-1.1028 0-2 .8975-2 2v8c0 1.1025.8972 2 2 2h8c1.1028 0 2-.8975 2-2V4c0-1.1025-.8972-2-2-2zm-1.4141 2l-6.5859 6.5859v-6.5859h6.5859zm-5.1719 8l6.5862-6.5859.001 6.5859h-6.5872z"
662
+ })), children);
663
+ });
664
+ if (process.env.NODE_ENV !== "production") {
665
+ SysplexDistributor.propTypes = iconPropTypes4cbeb95d.i;
666
+ }
667
+ const QT = /*#__PURE__*/React.forwardRef(function QT(_ref27, ref) {
668
+ let {
669
+ children,
670
+ size = 16,
671
+ ...rest
672
+ } = _ref27;
673
+ return /*#__PURE__*/React.createElement(Icon.default, {
674
+ width: size,
675
+ height: size,
676
+ ref: ref,
677
+ xmlns: "http://www.w3.org/2000/svg",
678
+ viewBox: "0 0 32 32",
679
+ fill: "currentColor",
680
+ ...rest
681
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
682
+ d: "M12 11L15 11 15 23 17 23 17 11 20 11 20 9 12 9 12 11z"
683
+ })), children);
684
+ });
685
+ if (process.env.NODE_ENV !== "production") {
686
+ QT.propTypes = iconPropTypes4cbeb95d.i;
687
+ }
688
+ const QTAlt = /*#__PURE__*/React.forwardRef(function QTAlt(_ref28, ref) {
689
+ let {
690
+ children,
691
+ size = 16,
692
+ ...rest
693
+ } = _ref28;
694
+ return /*#__PURE__*/React.createElement(Icon.default, {
695
+ width: size,
696
+ height: size,
697
+ ref: ref,
698
+ xmlns: "http://www.w3.org/2000/svg",
699
+ viewBox: "0 0 32 32",
700
+ fill: "currentColor",
701
+ ...rest
702
+ }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
703
+ d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM24 9L22 9 22 7 20 7 20 9 18 9 18 11 20 11 20 17 21 18 22 17 22 11 24 11 24 9z"
704
+ })), children);
705
+ });
706
+ if (process.env.NODE_ENV !== "production") {
707
+ QTAlt.propTypes = iconPropTypes4cbeb95d.i;
708
+ }
709
+ const Table = /*#__PURE__*/React.forwardRef(function Table(_ref29, ref) {
710
+ let {
711
+ children,
712
+ size = 16,
713
+ ...rest
714
+ } = _ref29;
715
+ return /*#__PURE__*/React.createElement(Icon.default, {
716
+ width: size,
717
+ height: size,
718
+ ref: ref,
719
+ xmlns: "http://www.w3.org/2000/svg",
720
+ viewBox: "0 0 32 32",
721
+ fill: "currentColor",
722
+ ...rest
723
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
724
+ d: "M29,5a2,2,0,0,0-2-2H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2ZM27,5V9H5V5Zm0,22H5V23H27Zm0-6H5V17H27Zm0-6H5V11H27Z"
725
+ })), children);
726
+ });
727
+ if (process.env.NODE_ENV !== "production") {
728
+ Table.propTypes = iconPropTypes4cbeb95d.i;
729
+ }
730
+ const TableAlias = /*#__PURE__*/React.forwardRef(function TableAlias(_ref30, ref) {
731
+ let {
732
+ children,
733
+ size = 16,
734
+ ...rest
735
+ } = _ref30;
736
+ return /*#__PURE__*/React.createElement(Icon.default, {
737
+ width: size,
738
+ height: size,
739
+ ref: ref,
740
+ xmlns: "http://www.w3.org/2000/svg",
741
+ viewBox: "0 0 32 32",
742
+ fill: "currentColor",
743
+ ...rest
744
+ }, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
745
+ d: "M12,29H5a2.0021,2.0021,0,0,1-2-2V20a2.0021,2.0021,0,0,1,2-2h7a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,12,29ZM5,20v7h7V20Z"
746
+ })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
747
+ d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
748
+ })), children);
749
+ });
750
+ if (process.env.NODE_ENV !== "production") {
751
+ TableAlias.propTypes = iconPropTypes4cbeb95d.i;
752
+ }
753
+ const TableBuilt = /*#__PURE__*/React.forwardRef(function TableBuilt(_ref31, ref) {
754
+ let {
755
+ children,
756
+ size = 16,
757
+ ...rest
758
+ } = _ref31;
759
+ return /*#__PURE__*/React.createElement(Icon.default, {
760
+ width: size,
761
+ height: size,
762
+ ref: ref,
763
+ xmlns: "http://www.w3.org/2000/svg",
764
+ viewBox: "0 0 32 32",
765
+ fill: "currentColor",
766
+ ...rest
767
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
768
+ d: "M28,8H24V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V22a2.0025,2.0025,0,0,0,2,2H8v4a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V10A2.0025,2.0025,0,0,0,28,8ZM22,22H14V17h8Zm0-7H14V10h8ZM12,15H4V10h8ZM22,4V8H4V4ZM4,22V17h8v5Zm24,6H10V24H22a2.0025,2.0025,0,0,0,2-2V10h4Z"
769
+ })), children);
770
+ });
771
+ if (process.env.NODE_ENV !== "production") {
772
+ TableBuilt.propTypes = iconPropTypes4cbeb95d.i;
773
+ }
774
+ const TableShortcut = /*#__PURE__*/React.forwardRef(function TableShortcut(_ref32, ref) {
775
+ let {
776
+ children,
777
+ size = 16,
778
+ ...rest
779
+ } = _ref32;
780
+ return /*#__PURE__*/React.createElement(Icon.default, {
781
+ width: size,
782
+ height: size,
783
+ ref: ref,
784
+ xmlns: "http://www.w3.org/2000/svg",
785
+ viewBox: "0 0 32 32",
786
+ fill: "currentColor",
787
+ ...rest
788
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
789
+ d: "M5 18L5 20 10.586 20 3 27.586 4.414 29 12 21.414 12 27 14 27 14 18 5 18z"
790
+ })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
791
+ d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
792
+ })), children);
793
+ });
794
+ if (process.env.NODE_ENV !== "production") {
795
+ TableShortcut.propTypes = iconPropTypes4cbeb95d.i;
796
+ }
797
+ const TableSplit = /*#__PURE__*/React.forwardRef(function TableSplit(_ref33, ref) {
798
+ let {
799
+ children,
800
+ size = 16,
801
+ ...rest
802
+ } = _ref33;
803
+ return /*#__PURE__*/React.createElement(Icon.default, {
804
+ width: size,
805
+ height: size,
806
+ ref: ref,
807
+ xmlns: "http://www.w3.org/2000/svg",
808
+ viewBox: "0 0 32 32",
809
+ fill: "currentColor",
810
+ ...rest
811
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
812
+ d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,2V9H5V5ZM17,11H27v7H17Zm-2,7H5V11H15ZM5,20H15v7H5Zm12,7V20H27v7Z"
813
+ })), children);
814
+ });
815
+ if (process.env.NODE_ENV !== "production") {
816
+ TableSplit.propTypes = iconPropTypes4cbeb95d.i;
817
+ }
818
+ const TableOfContents = /*#__PURE__*/React.forwardRef(function TableOfContents(_ref34, ref) {
819
+ let {
820
+ children,
821
+ size = 16,
822
+ ...rest
823
+ } = _ref34;
824
+ return /*#__PURE__*/React.createElement(Icon.default, {
825
+ width: size,
826
+ height: size,
827
+ ref: ref,
828
+ xmlns: "http://www.w3.org/2000/svg",
829
+ viewBox: "0 0 32 32",
830
+ fill: "currentColor",
831
+ ...rest
832
+ }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
833
+ d: "M4 6H22V8H4zM4 12H22V14H4zM4 18H22V20H4zM4 24H22V26H4zM26 6H28V8H26zM26 12H28V14H26zM26 18H28V20H26zM26 24H28V26H26z"
834
+ })), children);
835
+ });
836
+ if (process.env.NODE_ENV !== "production") {
837
+ TableOfContents.propTypes = iconPropTypes4cbeb95d.i;
838
+ }
839
+ const Tablet = /*#__PURE__*/React.forwardRef(function Tablet(_ref35, ref) {
840
+ let {
841
+ children,
842
+ size = 16,
843
+ ...rest
844
+ } = _ref35;
845
+ return /*#__PURE__*/React.createElement(Icon.default, {
846
+ width: size,
847
+ height: size,
848
+ ref: ref,
849
+ xmlns: "http://www.w3.org/2000/svg",
850
+ viewBox: "0 0 32 32",
851
+ fill: "currentColor",
852
+ ...rest
853
+ }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
854
+ d: "M15 22H17V28H15z",
855
+ transform: "rotate(90 16 25)"
856
+ })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
857
+ d: "M25,30H7a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,7,2H25a2.0023,2.0023,0,0,1,2,2V28A2.0027,2.0027,0,0,1,25,30ZM7,4V28H25V4Z"
858
+ })), children);
859
+ });
860
+ if (process.env.NODE_ENV !== "production") {
861
+ Tablet.propTypes = iconPropTypes4cbeb95d.i;
862
+ }
863
+ const TabletLandscape = /*#__PURE__*/React.forwardRef(function TabletLandscape(_ref36, ref) {
864
+ let {
865
+ children,
866
+ size = 16,
867
+ ...rest
868
+ } = _ref36;
869
+ return /*#__PURE__*/React.createElement(Icon.default, {
870
+ width: size,
871
+ height: size,
872
+ ref: ref,
873
+ xmlns: "http://www.w3.org/2000/svg",
874
+ viewBox: "0 0 32 32",
875
+ fill: "currentColor",
876
+ ...rest
877
+ }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
878
+ d: "M24 13H26V19H24z"
879
+ })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
880
+ d: "M30,7V25a2.0023,2.0023,0,0,1-2,2H4a2.002,2.002,0,0,1-2-2V7A2.0023,2.0023,0,0,1,4,5H28A2.0027,2.0027,0,0,1,30,7ZM4,25H28V7H4Z"
881
+ })), children);
882
+ });
883
+ if (process.env.NODE_ENV !== "production") {
884
+ TabletLandscape.propTypes = iconPropTypes4cbeb95d.i;
885
+ }
886
+ const Tag = /*#__PURE__*/React.forwardRef(function Tag(_ref37, ref) {
887
+ let {
888
+ children,
889
+ size = 16,
890
+ ...rest
891
+ } = _ref37;
892
+ return /*#__PURE__*/React.createElement(Icon.default, {
893
+ width: size,
894
+ height: size,
895
+ ref: ref,
896
+ xmlns: "http://www.w3.org/2000/svg",
897
+ viewBox: "0 0 32 32",
898
+ fill: "currentColor",
899
+ ...rest
900
+ }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
901
+ d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z"
902
+ })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
903
+ d: "M16.6436,29.4145,2.5858,15.3555A2,2,0,0,1,2,13.9414V4A2,2,0,0,1,4,2h9.9413a2,2,0,0,1,1.4142.5858L29.4144,16.6436a2.0005,2.0005,0,0,1,0,2.8285l-9.9424,9.9425a2.0008,2.0008,0,0,1-2.8285,0ZM4,4v9.9417L18.0578,28,28,18.0579,13.9416,4Z"
904
+ })), children);
905
+ });
906
+ if (process.env.NODE_ENV !== "production") {
907
+ Tag.propTypes = iconPropTypes4cbeb95d.i;
908
+ }
909
+ const TagEdit = /*#__PURE__*/React.forwardRef(function TagEdit(_ref38, ref) {
910
+ let {
911
+ children,
912
+ size = 16,
913
+ ...rest
914
+ } = _ref38;
915
+ return /*#__PURE__*/React.createElement(Icon.default, {
916
+ width: size,
917
+ height: size,
918
+ ref: ref,
919
+ xmlns: "http://www.w3.org/2000/svg",
920
+ viewBox: "0 0 32 32",
921
+ fill: "currentColor",
922
+ ...rest
923
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
924
+ d: "M29.707 7.293l-3-3a.9994.9994 0 00-1.414 0L16 13.5859V18h4.4141L29.707 8.707A.9994.9994 0 0029.707 7.293zM19.5859 16H18V14.4141l5-5L24.5859 11zM26 9.5859L24.4141 8 26 6.4141 27.5859 8zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
925
+ })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
926
+ d: "M27.0059,14.2354l-1.4141,1.414L28,18.0576,18.0579,28,4,13.9414V4h9.9417l4.4067,4.4067,1.4141-1.4145-4.407-4.4063A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l9.9424-9.9424a2.001,2.001,0,0,0,0-2.8286Z"
927
+ })), children);
928
+ });
929
+ if (process.env.NODE_ENV !== "production") {
930
+ TagEdit.propTypes = iconPropTypes4cbeb95d.i;
931
+ }
932
+ const TagExport = /*#__PURE__*/React.forwardRef(function TagExport(_ref39, ref) {
933
+ let {
934
+ children,
935
+ size = 16,
936
+ ...rest
937
+ } = _ref39;
938
+ return /*#__PURE__*/React.createElement(Icon.default, {
939
+ width: size,
940
+ height: size,
941
+ ref: ref,
942
+ xmlns: "http://www.w3.org/2000/svg",
943
+ viewBox: "0 0 32 32",
944
+ fill: "currentColor",
945
+ ...rest
946
+ }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
947
+ d: "M31 18L25 12 23.586 13.414 27.172 17 17 17 17 19 27.172 19 23.586 22.586 25 24 31 18zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
948
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
949
+ d: "M21.0593,25l-3.0014,3L4,13.9414V4h9.9417l7,7,1.4143-1.414-7.001-7A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l3.0014-3Z"
950
+ })), children);
951
+ });
952
+ if (process.env.NODE_ENV !== "production") {
953
+ TagExport.propTypes = iconPropTypes4cbeb95d.i;
954
+ }
955
+ const TagGroup = /*#__PURE__*/React.forwardRef(function TagGroup(_ref40, ref) {
956
+ let {
957
+ children,
958
+ size = 16,
959
+ ...rest
960
+ } = _ref40;
961
+ return /*#__PURE__*/React.createElement(Icon.default, {
962
+ width: size,
963
+ height: size,
964
+ ref: ref,
965
+ xmlns: "http://www.w3.org/2000/svg",
966
+ viewBox: "0 0 32 32",
967
+ fill: "currentColor",
968
+ ...rest
969
+ }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
970
+ cx: "10",
971
+ cy: "14",
972
+ r: "2"
973
+ })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
974
+ d: "M16,30a1,1,0,0,1-.71-.29L4.59,19A2,2,0,0,1,4,17.59V10A2,2,0,0,1,6,8h7.59A2,2,0,0,1,15,8.59l10.71,10.7a1,1,0,0,1,0,1.42l-9,9A1,1,0,0,1,16,30ZM6,10v7.59l10,10L23.59,20l-10-10Z"
975
+ })), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
976
+ d: "M27.71,13.29,17,2.59A2,2,0,0,0,15.59,2H8A2,2,0,0,0,6,4V6H8V4h7.59l10,10-1.3,1.29,1.42,1.42,2-2A1,1,0,0,0,27.71,13.29Z"
977
+ })), children);
978
+ });
979
+ if (process.env.NODE_ENV !== "production") {
980
+ TagGroup.propTypes = iconPropTypes4cbeb95d.i;
981
+ }
982
+ const TagImport = /*#__PURE__*/React.forwardRef(function TagImport(_ref41, ref) {
983
+ let {
984
+ children,
985
+ size = 16,
986
+ ...rest
987
+ } = _ref41;
988
+ return /*#__PURE__*/React.createElement(Icon.default, {
989
+ width: size,
990
+ height: size,
991
+ ref: ref,
992
+ xmlns: "http://www.w3.org/2000/svg",
993
+ viewBox: "0 0 32 32",
994
+ fill: "currentColor",
995
+ ...rest
996
+ }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
997
+ d: "M16 18L22 12 23.414 13.414 19.828 17 30 17 30 19 19.828 19 23.414 22.586 22 24 16 18zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
998
+ })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
999
+ d: "M20.0586,26l-2.0007,2L4,13.9414V4h9.9417l6,6,1.4143-1.414-6.001-6A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l2.0006-2.0007Z"
1000
+ })), children);
1001
+ });
1002
+ if (process.env.NODE_ENV !== "production") {
1003
+ TagImport.propTypes = iconPropTypes4cbeb95d.i;
1004
+ }
1005
+ const TagNone = /*#__PURE__*/React.forwardRef(function TagNone(_ref42, ref) {
1006
+ let {
1007
+ children,
1008
+ size = 16,
1009
+ ...rest
1010
+ } = _ref42;
1011
+ return /*#__PURE__*/React.createElement(Icon.default, {
1012
+ width: size,
1013
+ height: size,
1014
+ ref: ref,
1015
+ xmlns: "http://www.w3.org/2000/svg",
1016
+ viewBox: "0 0 32 32",
1017
+ fill: "currentColor",
1018
+ ...rest
1019
+ }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1020
+ d: "M23.092 10.3218L30 3.4141 28.5859 2 2 28.5859 3.4141 30l6.9077-6.9077 6.3218 6.3223a2.001 2.001 0 002.8286 0l9.9424-9.9424a2.001 2.001 0 000-2.8286zM18.0579 28l-6.3218-6.3223 9.9419-9.9419L28 18.0576zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
1021
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1022
+ d: "M7.4927,20.2627l1.414-1.4141L4,13.9414V4h9.9417l4.9069,4.9067,1.4141-1.414L15.3555,2.5859A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141Z"
1023
+ })), children);
1024
+ });
1025
+ if (process.env.NODE_ENV !== "production") {
1026
+ TagNone.propTypes = iconPropTypes4cbeb95d.i;
1027
+ }
1028
+ const Tank = /*#__PURE__*/React.forwardRef(function Tank(_ref43, ref) {
1029
+ let {
1030
+ children,
1031
+ size = 16,
1032
+ ...rest
1033
+ } = _ref43;
1034
+ return /*#__PURE__*/React.createElement(Icon.default, {
1035
+ width: size,
1036
+ height: size,
1037
+ ref: ref,
1038
+ xmlns: "http://www.w3.org/2000/svg",
1039
+ viewBox: "0 0 32 32",
1040
+ fill: "currentColor",
1041
+ ...rest
1042
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1043
+ d: "M30,13V11H18.6182l-.7237-1.4473A1,1,0,0,0,17,9H9a1,1,0,0,0-1,1v5H4v2H22.6379l3.6,3H3a1,1,0,0,0-1,1v2a5.0057,5.0057,0,0,0,5,5H25a5.0057,5.0057,0,0,0,5-5V21a1.0011,1.0011,0,0,0-.36-.7686l-6-5A1.0015,1.0015,0,0,0,23,15H20.6182l-1-2ZM28,23a3.0033,3.0033,0,0,1-3,3H7a3.0033,3.0033,0,0,1-3-3V22H28ZM10,15V11h6.3821l2,4Z"
1044
+ })), children);
1045
+ });
1046
+ if (process.env.NODE_ENV !== "production") {
1047
+ Tank.propTypes = iconPropTypes4cbeb95d.i;
1048
+ }
1049
+ const Task = /*#__PURE__*/React.forwardRef(function Task(_ref44, ref) {
1050
+ let {
1051
+ children,
1052
+ size = 16,
1053
+ ...rest
1054
+ } = _ref44;
1055
+ return /*#__PURE__*/React.createElement(Icon.default, {
1056
+ width: size,
1057
+ height: size,
1058
+ ref: ref,
1059
+ xmlns: "http://www.w3.org/2000/svg",
1060
+ viewBox: "0 0 32 32",
1061
+ fill: "currentColor",
1062
+ ...rest
1063
+ }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1064
+ d: "M14 20.18L10.41 16.59 9 18 14 23 23 14 21.59 12.58 14 20.18z"
1065
+ })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1066
+ d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
1067
+ })), children);
1068
+ });
1069
+ if (process.env.NODE_ENV !== "production") {
1070
+ Task.propTypes = iconPropTypes4cbeb95d.i;
1071
+ }
1072
+ const TaskAdd = /*#__PURE__*/React.forwardRef(function TaskAdd(_ref45, ref) {
1073
+ let {
1074
+ children,
1075
+ size = 16,
1076
+ ...rest
1077
+ } = _ref45;
1078
+ return /*#__PURE__*/React.createElement(Icon.default, {
1079
+ width: size,
1080
+ height: size,
1081
+ ref: ref,
1082
+ xmlns: "http://www.w3.org/2000/svg",
1083
+ viewBox: "0 0 32 32",
1084
+ fill: "currentColor",
1085
+ ...rest
1086
+ }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1087
+ d: "M31 24L27 24 27 20 25 20 25 24 21 24 21 26 25 26 25 30 27 30 27 26 31 26 31 24z"
1088
+ })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1089
+ d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2H17V28H7V7h3v3H22V7h3v9h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
1090
+ })), children);
1091
+ });
1092
+ if (process.env.NODE_ENV !== "production") {
1093
+ TaskAdd.propTypes = iconPropTypes4cbeb95d.i;
1094
+ }
1095
+ const TaskApproved = /*#__PURE__*/React.forwardRef(function TaskApproved(_ref46, ref) {
1096
+ let {
1097
+ children,
1098
+ size = 16,
1099
+ ...rest
1100
+ } = _ref46;
1101
+ return /*#__PURE__*/React.createElement(Icon.default, {
1102
+ width: size,
1103
+ height: size,
1104
+ ref: ref,
1105
+ xmlns: "http://www.w3.org/2000/svg",
1106
+ viewBox: "0 0 32 32",
1107
+ fill: "currentColor",
1108
+ ...rest
1109
+ }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1110
+ d: "M30,20A6,6,0,1,0,20,24.46V32l4-1.8936L28,32V24.46A5.98,5.98,0,0,0,30,20Zm-4,8.84-2-.9467L22,28.84V25.65a5.8877,5.8877,0,0,0,4,0ZM24,24a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,24,24Z"
1111
+ })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1112
+ d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
1113
+ })), children);
1114
+ });
1115
+ if (process.env.NODE_ENV !== "production") {
1116
+ TaskApproved.propTypes = iconPropTypes4cbeb95d.i;
1117
+ }
1118
+ const TaskAssetView = /*#__PURE__*/React.forwardRef(function TaskAssetView(_ref47, ref) {
1119
+ let {
1120
+ children,
1121
+ size = 16,
1122
+ ...rest
1123
+ } = _ref47;
1124
+ return /*#__PURE__*/React.createElement(Icon.default, {
1125
+ width: size,
1126
+ height: size,
1127
+ ref: ref,
1128
+ xmlns: "http://www.w3.org/2000/svg",
1129
+ viewBox: "0 0 32 32",
1130
+ fill: "currentColor",
1131
+ ...rest
1132
+ }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1133
+ d: "M22.5,26A3.5,3.5,0,1,1,26,22.5,3.5041,3.5041,0,0,1,22.5,26Zm0-5A1.5,1.5,0,1,0,24,22.5,1.5017,1.5017,0,0,0,22.5,21Z"
1134
+ })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1135
+ d: "M22.5,31A8.5,8.5,0,1,1,31,22.5,8.51,8.51,0,0,1,22.5,31Zm0-15A6.5,6.5,0,1,0,29,22.5,6.5074,6.5074,0,0,0,22.5,16Z"
1136
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1137
+ d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h5V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
1138
+ })), children);
1139
+ });
1140
+ if (process.env.NODE_ENV !== "production") {
1141
+ TaskAssetView.propTypes = iconPropTypes4cbeb95d.i;
1142
+ }
1143
+ const TaskComplete = /*#__PURE__*/React.forwardRef(function TaskComplete(_ref48, ref) {
1144
+ let {
1145
+ children,
1146
+ size = 16,
1147
+ ...rest
1148
+ } = _ref48;
1149
+ return /*#__PURE__*/React.createElement(Icon.default, {
1150
+ width: size,
1151
+ height: size,
1152
+ ref: ref,
1153
+ xmlns: "http://www.w3.org/2000/svg",
1154
+ viewBox: "0 0 32 32",
1155
+ fill: "currentColor",
1156
+ ...rest
1157
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1158
+ d: "M22 27.18L19.41 24.59 18 26 22 30 30 22 28.59 20.59 22 27.18z"
1159
+ })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1160
+ d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3V18h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
1161
+ })), children);
1162
+ });
1163
+ if (process.env.NODE_ENV !== "production") {
1164
+ TaskComplete.propTypes = iconPropTypes4cbeb95d.i;
1165
+ }
1166
+ const TaskLocation = /*#__PURE__*/React.forwardRef(function TaskLocation(_ref49, ref) {
1167
+ let {
1168
+ children,
1169
+ size = 16,
1170
+ ...rest
1171
+ } = _ref49;
1172
+ return /*#__PURE__*/React.createElement(Icon.default, {
1173
+ width: size,
1174
+ height: size,
1175
+ ref: ref,
1176
+ xmlns: "http://www.w3.org/2000/svg",
1177
+ viewBox: "0 0 32 32",
1178
+ fill: "currentColor",
1179
+ ...rest
1180
+ }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1181
+ cx: "24",
1182
+ cy: "21",
1183
+ r: "2"
1184
+ })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1185
+ d: "M24,31l-4.7788-6.4019A5.9354,5.9354,0,0,1,18,21a6,6,0,0,1,12,0,5.9407,5.9407,0,0,1-1.2246,3.6028Zm0-14a4.0045,4.0045,0,0,0-4,4,3.9572,3.9572,0,0,0,.82,2.3972L24,27.6567l3.1763-4.2548A3.9627,3.9627,0,0,0,28,21,4.0045,4.0045,0,0,0,24,17Z"
1186
+ })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1187
+ d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
1188
+ })), children);
1189
+ });
1190
+ if (process.env.NODE_ENV !== "production") {
1191
+ TaskLocation.propTypes = iconPropTypes4cbeb95d.i;
1192
+ }
1193
+ const TaskRemove = /*#__PURE__*/React.forwardRef(function TaskRemove(_ref50, ref) {
1194
+ let {
1195
+ children,
1196
+ size = 16,
1197
+ ...rest
1198
+ } = _ref50;
1199
+ return /*#__PURE__*/React.createElement(Icon.default, {
1200
+ width: size,
1201
+ height: size,
1202
+ ref: ref,
1203
+ xmlns: "http://www.w3.org/2000/svg",
1204
+ viewBox: "0 0 32 32",
1205
+ fill: "currentColor",
1206
+ ...rest
1207
+ }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1208
+ d: "M26.41 25L30 21.41 28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25z"
1209
+ })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1210
+ d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3V17h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
1211
+ })), children);
1212
+ });
1213
+ if (process.env.NODE_ENV !== "production") {
1214
+ TaskRemove.propTypes = iconPropTypes4cbeb95d.i;
1215
+ }
1216
+ const TaskSettings = /*#__PURE__*/React.forwardRef(function TaskSettings(_ref51, ref) {
1217
+ let {
1218
+ children,
1219
+ size = 16,
1220
+ ...rest
1221
+ } = _ref51;
1222
+ return /*#__PURE__*/React.createElement(Icon.default, {
1223
+ width: size,
1224
+ height: size,
1225
+ ref: ref,
1226
+ xmlns: "http://www.w3.org/2000/svg",
1227
+ viewBox: "0 0 32 32",
1228
+ fill: "currentColor",
1229
+ ...rest
1230
+ }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1231
+ d: "M30,24V22H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,18.1011V16H22v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,22H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,27.8989V30h2V27.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,24Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,26Z"
1232
+ })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1233
+ d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v6h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
1234
+ })), children);
1235
+ });
1236
+ if (process.env.NODE_ENV !== "production") {
1237
+ TaskSettings.propTypes = iconPropTypes4cbeb95d.i;
1238
+ }
1239
+ const TaskStar = /*#__PURE__*/React.forwardRef(function TaskStar(_ref52, ref) {
1240
+ let {
1241
+ children,
1242
+ size = 16,
1243
+ ...rest
1244
+ } = _ref52;
1245
+ return /*#__PURE__*/React.createElement(Icon.default, {
1246
+ width: size,
1247
+ height: size,
1248
+ ref: ref,
1249
+ xmlns: "http://www.w3.org/2000/svg",
1250
+ viewBox: "0 0 32 32",
1251
+ fill: "currentColor",
1252
+ ...rest
1253
+ }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1254
+ d: "M23 17L25.23 21.32 30 22 26.5 25.167 28 30 23 27.208 18 30 19.5 25.167 16 22 20.9 21.32 23 17z"
1255
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1256
+ d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v7h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
1257
+ })), children);
1258
+ });
1259
+ if (process.env.NODE_ENV !== "production") {
1260
+ TaskStar.propTypes = iconPropTypes4cbeb95d.i;
1261
+ }
1262
+ const TaskTools = /*#__PURE__*/React.forwardRef(function TaskTools(_ref53, ref) {
1263
+ let {
1264
+ children,
1265
+ size = 16,
1266
+ ...rest
1267
+ } = _ref53;
1268
+ return /*#__PURE__*/React.createElement(Icon.default, {
1269
+ width: size,
1270
+ height: size,
1271
+ ref: ref,
1272
+ xmlns: "http://www.w3.org/2000/svg",
1273
+ viewBox: "0 0 32 32",
1274
+ fill: "currentColor",
1275
+ ...rest
1276
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1277
+ d: "M28.5,32a3.4762,3.4762,0,0,1-2.4751-1.0254L21.897,26.8469a6.496,6.496,0,0,1-7.3482-8.9563l.5879-1.34L19.293,20.707a1.0234,1.0234,0,0,0,1.4135,0,.999.999,0,0,0,.0005-1.4141l-4.1562-4.1565,1.34-.5881a6.4965,6.4965,0,0,1,8.9566,7.3486l4.1274,4.1282A3.5,3.5,0,0,1,28.5,32Zm-6.03-7.4087,4.9693,4.9692a1.5352,1.5352,0,0,0,2.1211,0,1.4985,1.4985,0,0,0,0-2.1208v0l-4.9692-4.97.188-.5823A4.496,4.496,0,0,0,20.5,16q-.126,0-.25.0068l1.8716,1.8721a2.9992,2.9992,0,0,1,0,4.2424,3.0722,3.0722,0,0,1-4.2427-.0005l-1.8716-1.8715Q16,20.3741,16,20.5A4.4968,4.4968,0,0,0,21.8877,24.78Z"
1278
+ })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1279
+ d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
1280
+ })), children);
1281
+ });
1282
+ if (process.env.NODE_ENV !== "production") {
1283
+ TaskTools.propTypes = iconPropTypes4cbeb95d.i;
1284
+ }
1285
+ const TaskView = /*#__PURE__*/React.forwardRef(function TaskView(_ref54, ref) {
1286
+ let {
1287
+ children,
1288
+ size = 16,
1289
+ ...rest
1290
+ } = _ref54;
1291
+ return /*#__PURE__*/React.createElement(Icon.default, {
1292
+ width: size,
1293
+ height: size,
1294
+ ref: ref,
1295
+ xmlns: "http://www.w3.org/2000/svg",
1296
+ viewBox: "0 0 32 32",
1297
+ fill: "currentColor",
1298
+ ...rest
1299
+ }, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1300
+ cx: "22",
1301
+ cy: "24",
1302
+ r: "2"
1303
+ })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1304
+ fill: "none",
1305
+ d: "M22,28a4,4,0,1,1,4-4A4.0039,4.0039,0,0,1,22,28Zm0-6a2,2,0,1,0,2,2A2.0027,2.0027,0,0,0,22,22Z"
1306
+ })), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1307
+ d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z"
1308
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1309
+ d: "M12,28H7V7h3v3H22V7h3v9h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h5ZM12,4h8V8H12Z"
1310
+ })), children);
1311
+ });
1312
+ if (process.env.NODE_ENV !== "production") {
1313
+ TaskView.propTypes = iconPropTypes4cbeb95d.i;
1314
+ }
1315
+ const Taste = /*#__PURE__*/React.forwardRef(function Taste(_ref55, ref) {
1316
+ let {
1317
+ children,
1318
+ size = 16,
1319
+ ...rest
1320
+ } = _ref55;
1321
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1330
+ d: "M4 4V6H8v8a8 8 0 0016 0V6h4V4zM22 14a6 6 0 01-12 0V6h5v8h2V6h5zM11 26H13V28H11zM7 24H9V26H7zM15 24H17V26H15zM19 26H21V28H19zM23 24H25V26H23z"
1331
+ })), children);
1332
+ });
1333
+ if (process.env.NODE_ENV !== "production") {
1334
+ Taste.propTypes = iconPropTypes4cbeb95d.i;
1335
+ }
1336
+ const Taxi = /*#__PURE__*/React.forwardRef(function Taxi(_ref56, ref) {
1337
+ let {
1338
+ children,
1339
+ size = 16,
1340
+ ...rest
1341
+ } = _ref56;
1342
+ return /*#__PURE__*/React.createElement(Icon.default, {
1343
+ width: size,
1344
+ height: size,
1345
+ ref: ref,
1346
+ xmlns: "http://www.w3.org/2000/svg",
1347
+ viewBox: "0 0 32 32",
1348
+ fill: "currentColor",
1349
+ ...rest
1350
+ }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1351
+ d: "M29.39,16.08,22.7,13.21,20.16,8.87l-.08-.12A2,2,0,0,0,18.52,8h-8a2,2,0,0,0-1.67.89L5.46,14H3a1,1,0,0,0-1,1v9a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V17A1,1,0,0,0,29.39,16.08ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86a4,4,0,0,0-7.72,0H12.86a4,4,0,0,0-7.72,0H4V16H6a1,1,0,0,0,.83-.45L10.54,10h8l2.63,4.5a1,1,0,0,0,.47.42L28,17.66Z"
1352
+ })), children);
1353
+ });
1354
+ if (process.env.NODE_ENV !== "production") {
1355
+ Taxi.propTypes = iconPropTypes4cbeb95d.i;
1356
+ }
1357
+ const TcpIpService = /*#__PURE__*/React.forwardRef(function TcpIpService(_ref57, ref) {
1358
+ let {
1359
+ children,
1360
+ size = 16,
1361
+ ...rest
1362
+ } = _ref57;
1363
+ return /*#__PURE__*/React.createElement(Icon.default, {
1364
+ width: size,
1365
+ height: size,
1366
+ ref: ref,
1367
+ xmlns: "http://www.w3.org/2000/svg",
1368
+ viewBox: "0 0 32 32",
1369
+ fill: "currentColor",
1370
+ ...rest
1371
+ }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1372
+ d: "M16 28H30V30H16zM27 26h-8c-1.1028 0-2-.8972-2-2v-5c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v5c0 1.1028-.8972 2-2 2zm-8-7v5h8v-5h-8zM15 23h-5c-1.1028 0-2-.8972-2-2v-4h2v4h5v2zM2 13H16V15H2zM13 11H5c-1.1028 0-2-.8972-2-2V4c0-1.1028.8972-2 2-2H13c1.1028 0 2 .8972 2 2v5c0 1.1028-.8972 2-2 2zM5 4v5H13V4H5z"
1373
+ })), children);
1374
+ });
1375
+ if (process.env.NODE_ENV !== "production") {
1376
+ TcpIpService.propTypes = iconPropTypes4cbeb95d.i;
1377
+ }
1378
+ const Temperature = /*#__PURE__*/React.forwardRef(function Temperature(_ref58, ref) {
1379
+ let {
1380
+ children,
1381
+ size = 16,
1382
+ ...rest
1383
+ } = _ref58;
1384
+ return /*#__PURE__*/React.createElement(Icon.default, {
1385
+ width: size,
1386
+ height: size,
1387
+ ref: ref,
1388
+ xmlns: "http://www.w3.org/2000/svg",
1389
+ viewBox: "0 0 32 32",
1390
+ fill: "currentColor",
1391
+ ...rest
1392
+ }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1393
+ d: "M13 17.26V6A4 4 0 005 6V17.26a7 7 0 108 0zM9 4a2 2 0 012 2v7H7V6A2 2 0 019 4zM9 28a5 5 0 01-2.5-9.33l.5-.28V15h4v3.39l.5.28A5 5 0 019 28zM20 4H30V6H20zM20 10H27V12H20zM20 16H30V18H20zM20 22H27V24H20z"
1394
+ })), children);
1395
+ });
1396
+ if (process.env.NODE_ENV !== "production") {
1397
+ Temperature.propTypes = iconPropTypes4cbeb95d.i;
1398
+ }
1399
+ const TemperatureCelsius = /*#__PURE__*/React.forwardRef(function TemperatureCelsius(_ref59, ref) {
1400
+ let {
1401
+ children,
1402
+ size = 16,
1403
+ ...rest
1404
+ } = _ref59;
1405
+ return /*#__PURE__*/React.createElement(Icon.default, {
1406
+ width: size,
1407
+ height: size,
1408
+ ref: ref,
1409
+ xmlns: "http://www.w3.org/2000/svg",
1410
+ viewBox: "0 0 32 32",
1411
+ fill: "currentColor",
1412
+ ...rest
1413
+ }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1414
+ d: "M30,18H24a2.0023,2.0023,0,0,1-2-2V6a2.002,2.002,0,0,1,2-2h6V6H24V16h6Z"
1415
+ })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
1416
+ cx: "18",
1417
+ cy: "4",
1418
+ r: "2"
1419
+ })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1420
+ d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z"
1421
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1422
+ d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
1423
+ })), children);
1424
+ });
1425
+ if (process.env.NODE_ENV !== "production") {
1426
+ TemperatureCelsius.propTypes = iconPropTypes4cbeb95d.i;
1427
+ }
1428
+ const TemperatureCelsiusAlt = /*#__PURE__*/React.forwardRef(function TemperatureCelsiusAlt(_ref60, ref) {
1429
+ let {
1430
+ children,
1431
+ size = 16,
1432
+ ...rest
1433
+ } = _ref60;
1434
+ return /*#__PURE__*/React.createElement(Icon.default, {
1435
+ width: size,
1436
+ height: size,
1437
+ ref: ref,
1438
+ xmlns: "http://www.w3.org/2000/svg",
1439
+ viewBox: "0 0 32 32",
1440
+ fill: "currentColor",
1441
+ ...rest
1442
+ }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1443
+ d: "M26 27H17a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h9v2H17V25h9zM8 13a4 4 0 114-4h0A4.0118 4.0118 0 018 13zM8 7a2 2 0 102 2h0A2.0059 2.0059 0 008 7z"
1444
+ })), children);
1445
+ });
1446
+ if (process.env.NODE_ENV !== "production") {
1447
+ TemperatureCelsiusAlt.propTypes = iconPropTypes4cbeb95d.i;
1448
+ }
1449
+ const TemperatureFahrenheit = /*#__PURE__*/React.forwardRef(function TemperatureFahrenheit(_ref61, ref) {
1450
+ let {
1451
+ children,
1452
+ size = 16,
1453
+ ...rest
1454
+ } = _ref61;
1455
+ return /*#__PURE__*/React.createElement(Icon.default, {
1456
+ width: size,
1457
+ height: size,
1458
+ ref: ref,
1459
+ xmlns: "http://www.w3.org/2000/svg",
1460
+ viewBox: "0 0 32 32",
1461
+ fill: "currentColor",
1462
+ ...rest
1463
+ }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1464
+ d: "M30 6L30 4 22 4 22 18 24 18 24 12 29 12 29 10 24 10 24 6 30 6z"
1465
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
1466
+ cx: "18",
1467
+ cy: "4",
1468
+ r: "2"
1469
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1470
+ d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z"
1471
+ })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1472
+ d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
1473
+ })), children);
1474
+ });
1475
+ if (process.env.NODE_ENV !== "production") {
1476
+ TemperatureFahrenheit.propTypes = iconPropTypes4cbeb95d.i;
1477
+ }
1478
+ const TemperatureFahrenheitAlt = /*#__PURE__*/React.forwardRef(function TemperatureFahrenheitAlt(_ref62, ref) {
1479
+ let {
1480
+ children,
1481
+ size = 16,
1482
+ ...rest
1483
+ } = _ref62;
1484
+ return /*#__PURE__*/React.createElement(Icon.default, {
1485
+ width: size,
1486
+ height: size,
1487
+ ref: ref,
1488
+ xmlns: "http://www.w3.org/2000/svg",
1489
+ viewBox: "0 0 32 32",
1490
+ fill: "currentColor",
1491
+ ...rest
1492
+ }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1493
+ d: "M26 11L26 9 15 9 15 27 17 27 17 19 25 19 25 17 17 17 17 11 26 11zM8 13a4 4 0 114-4h0A4.0118 4.0118 0 018 13zM8 7a2 2 0 102 2h0A2.0059 2.0059 0 008 7z"
1494
+ })), children);
1495
+ });
1496
+ if (process.env.NODE_ENV !== "production") {
1497
+ TemperatureFahrenheitAlt.propTypes = iconPropTypes4cbeb95d.i;
1498
+ }
1499
+ const TemperatureFeelsLike = /*#__PURE__*/React.forwardRef(function TemperatureFeelsLike(_ref63, ref) {
1500
+ let {
1501
+ children,
1502
+ size = 16,
1503
+ ...rest
1504
+ } = _ref63;
1505
+ return /*#__PURE__*/React.createElement(Icon.default, {
1506
+ width: size,
1507
+ height: size,
1508
+ ref: ref,
1509
+ xmlns: "http://www.w3.org/2000/svg",
1510
+ viewBox: "0 0 32 32",
1511
+ fill: "currentColor",
1512
+ ...rest
1513
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1514
+ d: "M26 30H22a2.0059 2.0059 0 01-2-2V21a2.0059 2.0059 0 01-2-2V13a2.9465 2.9465 0 013-3h6a2.9465 2.9465 0 013 3v6a2.0059 2.0059 0 01-2 2v7A2.0059 2.0059 0 0126 30zM21 12a.9448.9448 0 00-1 1v6h2v9h4V19h2V13a.9448.9448 0 00-1-1zM24 9a4 4 0 114-4h0A4.0118 4.0118 0 0124 9zm0-6a2 2 0 102 2h0a2.0059 2.0059 0 00-2-2zM10 20.1839V12H8v8.1839a3 3 0 102 0z"
1515
+ })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1516
+ d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
1517
+ })), children);
1518
+ });
1519
+ if (process.env.NODE_ENV !== "production") {
1520
+ TemperatureFeelsLike.propTypes = iconPropTypes4cbeb95d.i;
1521
+ }
1522
+ const TemperatureFrigid = /*#__PURE__*/React.forwardRef(function TemperatureFrigid(_ref64, ref) {
1523
+ let {
1524
+ children,
1525
+ size = 16,
1526
+ ...rest
1527
+ } = _ref64;
1528
+ return /*#__PURE__*/React.createElement(Icon.default, {
1529
+ width: size,
1530
+ height: size,
1531
+ ref: ref,
1532
+ xmlns: "http://www.w3.org/2000/svg",
1533
+ viewBox: "0 0 32 32",
1534
+ fill: "currentColor",
1535
+ ...rest
1536
+ }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1537
+ d: "M27.167 16.89L21.72 13 27.167 9.109 29.684 9.948 30.316 8.051 28 7.279 28 5 26 5 26 7.485 21 11.057 21 5.367 23.555 3.664 22.445 2 20 3.63 17.555 2 16.445 3.664 19 5.367 19 11.057 16 8.914 16 11.372 18.28 13 16 14.628 16 17.086 19 14.943 19 21.703 22.445 24 23.555 22.336 21 20.633 21 14.943 26 18.515 26 21 28 21 28 18.721 30.316 17.948 29.684 16.051 27.167 16.89zM12 23a3 3 0 01-6 0z"
1538
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1539
+ d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
1540
+ })), children);
1541
+ });
1542
+ if (process.env.NODE_ENV !== "production") {
1543
+ TemperatureFrigid.propTypes = iconPropTypes4cbeb95d.i;
1544
+ }
1545
+ const TemperatureHot = /*#__PURE__*/React.forwardRef(function TemperatureHot(_ref65, ref) {
1546
+ let {
1547
+ children,
1548
+ size = 16,
1549
+ ...rest
1550
+ } = _ref65;
1551
+ return /*#__PURE__*/React.createElement(Icon.default, {
1552
+ width: size,
1553
+ height: size,
1554
+ ref: ref,
1555
+ xmlns: "http://www.w3.org/2000/svg",
1556
+ viewBox: "0 0 32 32",
1557
+ fill: "currentColor",
1558
+ ...rest
1559
+ }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1560
+ d: "M26 13H30V15H26z"
1561
+ })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1562
+ d: "M23.121 5.879H27.121V7.879H23.121z",
1563
+ transform: "rotate(-45 25.121 6.879)"
1564
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1565
+ d: "M24.121 19.121H26.121V23.121H24.121z",
1566
+ transform: "rotate(-45 25.121 21.121)"
1567
+ })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1568
+ d: "M17 2H19V6H17zM18 8a6.0365 6.0365 0 00-1 .09v2.0518A3.9567 3.9567 0 0118 10a4 4 0 010 8v2A6 6 0 0018 8zM10 20.1839V7H8V20.1839a3 3 0 102 0z"
1569
+ })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1570
+ d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
1571
+ })), children);
1572
+ });
1573
+ if (process.env.NODE_ENV !== "production") {
1574
+ TemperatureHot.propTypes = iconPropTypes4cbeb95d.i;
1575
+ }
1576
+ const TemperatureInversion = /*#__PURE__*/React.forwardRef(function TemperatureInversion(_ref66, ref) {
1577
+ let {
1578
+ children,
1579
+ size = 16,
1580
+ ...rest
1581
+ } = _ref66;
1582
+ return /*#__PURE__*/React.createElement(Icon.default, {
1583
+ width: size,
1584
+ height: size,
1585
+ ref: ref,
1586
+ xmlns: "http://www.w3.org/2000/svg",
1587
+ viewBox: "0 0 32 32",
1588
+ fill: "currentColor",
1589
+ ...rest
1590
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1591
+ d: "M30 8H24v6h2V11.541A5.939 5.939 0 0128 16a6.0039 6.0039 0 01-5.0945 5.9243A7.0273 7.0273 0 0020 17.2617V6a4 4 0 00-8 0V17.2617a6.996 6.996 0 1010.9292 6.68A7.9794 7.9794 0 0027.2651 10H30zM14 6a2 2 0 014 0v7H14zm2 22a4.9965 4.9965 0 01-2.499-9.3252L14 18.3857V15h4v3.3857l.499.2891A4.9965 4.9965 0 0116 28zM2 10a8.04 8.04 0 002.7349 6H2v2H8V12H6v2.4592A5.94 5.94 0 014 10a6.0066 6.0066 0 016-6V2A8.0092 8.0092 0 002 10z"
1592
+ })), children);
1593
+ });
1594
+ if (process.env.NODE_ENV !== "production") {
1595
+ TemperatureInversion.propTypes = iconPropTypes4cbeb95d.i;
1596
+ }
1597
+ const TemperatureMax = /*#__PURE__*/React.forwardRef(function TemperatureMax(_ref67, ref) {
1598
+ let {
1599
+ children,
1600
+ size = 16,
1601
+ ...rest
1602
+ } = _ref67;
1603
+ return /*#__PURE__*/React.createElement(Icon.default, {
1604
+ width: size,
1605
+ height: size,
1606
+ ref: ref,
1607
+ xmlns: "http://www.w3.org/2000/svg",
1608
+ viewBox: "0 0 32 32",
1609
+ fill: "currentColor",
1610
+ ...rest
1611
+ }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1612
+ d: "M20 10H27V12H20zM20 16H30V18H20zM20 22H27V24H20zM10 20.1839V7H8V20.1839a3 3 0 102 0z"
1613
+ })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1614
+ d: "M30,4H12.9744A4.9829,4.9829,0,0,0,4,7V18.1108a7,7,0,1,0,10,0V7a5.0019,5.0019,0,0,0-.1011-1H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z"
1615
+ })), children);
1616
+ });
1617
+ if (process.env.NODE_ENV !== "production") {
1618
+ TemperatureMax.propTypes = iconPropTypes4cbeb95d.i;
1619
+ }
1620
+ const TemperatureMin = /*#__PURE__*/React.forwardRef(function TemperatureMin(_ref68, ref) {
1621
+ let {
1622
+ children,
1623
+ size = 16,
1624
+ ...rest
1625
+ } = _ref68;
1626
+ return /*#__PURE__*/React.createElement(Icon.default, {
1627
+ width: size,
1628
+ height: size,
1629
+ ref: ref,
1630
+ xmlns: "http://www.w3.org/2000/svg",
1631
+ viewBox: "0 0 32 32",
1632
+ fill: "currentColor",
1633
+ ...rest
1634
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1635
+ d: "M20 4H27V6H20zM20 10H30V12H20zM20 16H27V18H20zM12 23a3 3 0 01-6 0z"
1636
+ })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1637
+ d: "M30,22H15.9192A7.0107,7.0107,0,0,0,14,18.1108V7A5,5,0,0,0,4,7V18.1108A6.9946,6.9946,0,1,0,15.92,24H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z"
1638
+ })), children);
1639
+ });
1640
+ if (process.env.NODE_ENV !== "production") {
1641
+ TemperatureMin.propTypes = iconPropTypes4cbeb95d.i;
1642
+ }
1643
+ const TemperatureWater = /*#__PURE__*/React.forwardRef(function TemperatureWater(_ref69, ref) {
1644
+ let {
1645
+ children,
1646
+ size = 16,
1647
+ ...rest
1648
+ } = _ref69;
1649
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1658
+ d: "M14,9a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,30,9V7a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,26,4a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,22,7a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,18,4a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,14,7H13V6A4,4,0,0,0,5,6V17.2617A7.0126,7.0126,0,1,0,13.8735,18H14a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,30,18V16a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,26,13a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,22,16a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,18,13a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,14,16H13V9ZM7,6a2,2,0,0,1,4,0v6H7ZM9,28a4.9965,4.9965,0,0,1-2.499-9.3252L7,18.3857V14h4v4.3857l.499.2891A4.9965,4.9965,0,0,1,9,28Z"
1659
+ })), children);
1660
+ });
1661
+ if (process.env.NODE_ENV !== "production") {
1662
+ TemperatureWater.propTypes = iconPropTypes4cbeb95d.i;
1663
+ }
1664
+ const Template = /*#__PURE__*/React.forwardRef(function Template(_ref70, ref) {
1665
+ let {
1666
+ children,
1667
+ size = 16,
1668
+ ...rest
1669
+ } = _ref70;
1670
+ return /*#__PURE__*/React.createElement(Icon.default, {
1671
+ width: size,
1672
+ height: size,
1673
+ ref: ref,
1674
+ xmlns: "http://www.w3.org/2000/svg",
1675
+ viewBox: "0 0 32 32",
1676
+ fill: "currentColor",
1677
+ ...rest
1678
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1679
+ d: "M26 6v4H6V6H26m0-2H6A2 2 0 004 6v4a2 2 0 002 2H26a2 2 0 002-2V6a2 2 0 00-2-2zM10 16V26H6V16h4m0-2H6a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V16a2 2 0 00-2-2zM26 16V26H16V16H26m0-2H16a2 2 0 00-2 2V26a2 2 0 002 2H26a2 2 0 002-2V16a2 2 0 00-2-2z"
1680
+ })), children);
1681
+ });
1682
+ if (process.env.NODE_ENV !== "production") {
1683
+ Template.propTypes = iconPropTypes4cbeb95d.i;
1684
+ }
1685
+ const Tennis = /*#__PURE__*/React.forwardRef(function Tennis(_ref71, ref) {
1686
+ let {
1687
+ children,
1688
+ size = 16,
1689
+ ...rest
1690
+ } = _ref71;
1691
+ return /*#__PURE__*/React.createElement(Icon.default, {
1692
+ width: size,
1693
+ height: size,
1694
+ ref: ref,
1695
+ xmlns: "http://www.w3.org/2000/svg",
1696
+ viewBox: "0 0 32 32",
1697
+ fill: "currentColor",
1698
+ ...rest
1699
+ }, _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
1700
+ width: "4",
1701
+ height: "4",
1702
+ x: "20",
1703
+ y: "2",
1704
+ rx: "2"
1705
+ })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1706
+ d: "M11,16a1,1,0,0,1-.707-1.707l7-7a1,1,0,1,1,1.414,1.414l-7,7A.9962.9962,0,0,1,11,16Z"
1707
+ })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1708
+ d: "M23.707,24.293a8.3948,8.3948,0,0,0-4.72-2.209c.1992-.1641.3931-.3364.5777-.521a9.2447,9.2447,0,0,0,1.7334-9.9141l-1.8768.6973c1.11,2.9805.6346,5.8975-1.2722,7.8022a6.6964,6.6964,0,0,1-5.561,1.8047,9.7746,9.7746,0,0,1-5.771-2.7856c-2.9727-2.97-4.0759-8.2276-.9805-11.32,1.9068-1.9053,4.8267-2.38,7.8094-1.271l.6987-1.875C10.6616,3.333,6.8591,3.9961,4.4207,6.4331c-3.9427,3.9385-2.6761,10.4956.98,14.1489a11.8136,11.8136,0,0,0,6.9766,3.36c.21.022.4153.0234.6223.0332V24h4.9968a6.8463,6.8463,0,0,1,4.2962,1.707L26.5859,30,28,28.5859Z"
1709
+ })), children);
1710
+ });
1711
+ if (process.env.NODE_ENV !== "production") {
1712
+ Tennis.propTypes = iconPropTypes4cbeb95d.i;
1713
+ }
1714
+ const TennisBall = /*#__PURE__*/React.forwardRef(function TennisBall(_ref72, ref) {
1715
+ let {
1716
+ children,
1717
+ size = 16,
1718
+ ...rest
1719
+ } = _ref72;
1720
+ return /*#__PURE__*/React.createElement(Icon.default, {
1721
+ width: size,
1722
+ height: size,
1723
+ ref: ref,
1724
+ xmlns: "http://www.w3.org/2000/svg",
1725
+ viewBox: "0 0 32 32",
1726
+ fill: "currentColor",
1727
+ ...rest
1728
+ }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1729
+ d: "M19,4a8.9812,8.9812,0,0,0-8.1687,12.7549L2,25.5859,3.4141,27l8.4873-8.4873a9.0408,9.0408,0,0,0,1.5859,1.5859L10,23.5859,11.4141,25l3.8313-3.8311A8.9959,8.9959,0,1,0,19,4Zm6.9058,7.9058a7.005,7.005,0,0,1-5.8116-5.8116A7.005,7.005,0,0,1,25.9058,11.9058ZM12.0942,14.0942a7.005,7.005,0,0,1,5.8116,5.8116A7.005,7.005,0,0,1,12.0942,14.0942ZM19.93,19.9307a9.01,9.01,0,0,0-7.8611-7.8614,7.004,7.004,0,0,1,6-6,9.01,9.01,0,0,0,7.8611,7.8614A7.004,7.004,0,0,1,19.93,19.9307Z"
1730
+ })), children);
1731
+ });
1732
+ if (process.env.NODE_ENV !== "production") {
1733
+ TennisBall.propTypes = iconPropTypes4cbeb95d.i;
1734
+ }
1735
+ const Term = /*#__PURE__*/React.forwardRef(function Term(_ref73, ref) {
1736
+ let {
1737
+ children,
1738
+ size = 16,
1739
+ ...rest
1740
+ } = _ref73;
1741
+ return /*#__PURE__*/React.createElement(Icon.default, {
1742
+ width: size,
1743
+ height: size,
1744
+ ref: ref,
1745
+ xmlns: "http://www.w3.org/2000/svg",
1746
+ viewBox: "0 0 32 32",
1747
+ fill: "currentColor",
1748
+ ...rest
1749
+ }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1750
+ d: "M28,26H25V24h3V8H25V6h3a2.0023,2.0023,0,0,1,2,2V24A2.0027,2.0027,0,0,1,28,26Z"
1751
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
1752
+ cx: "23",
1753
+ cy: "16",
1754
+ r: "2"
1755
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1756
+ cx: "16",
1757
+ cy: "16",
1758
+ r: "2"
1759
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1760
+ cx: "9",
1761
+ cy: "16",
1762
+ r: "2"
1763
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1764
+ d: "M7,26H4a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,4,6H7V8H4V24H7Z"
1765
+ })), children);
1766
+ });
1767
+ if (process.env.NODE_ENV !== "production") {
1768
+ Term.propTypes = iconPropTypes4cbeb95d.i;
1769
+ }
1770
+ const TermReference = /*#__PURE__*/React.forwardRef(function TermReference(_ref74, ref) {
1771
+ let {
1772
+ children,
1773
+ size = 16,
1774
+ ...rest
1775
+ } = _ref74;
1776
+ return /*#__PURE__*/React.createElement(Icon.default, {
1777
+ width: size,
1778
+ height: size,
1779
+ ref: ref,
1780
+ xmlns: "http://www.w3.org/2000/svg",
1781
+ viewBox: "0 0 32 32",
1782
+ fill: "currentColor",
1783
+ ...rest
1784
+ }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1785
+ strokeWidth: "0",
1786
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM28 25h-3v-2h3V7h-3v-2h3c1.1025 0 2 .897 2 2v16c0 1.1025-.8975 2-2 2z"
1787
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1788
+ cx: "23",
1789
+ cy: "15",
1790
+ r: "2",
1791
+ strokeWidth: "0"
1792
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1793
+ cx: "16",
1794
+ cy: "15",
1795
+ r: "2",
1796
+ strokeWidth: "0"
1797
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
1798
+ cx: "9",
1799
+ cy: "15",
1800
+ r: "2",
1801
+ strokeWidth: "0"
1802
+ })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
1803
+ strokeWidth: "0",
1804
+ d: "m4,17V7h3v-2h-3c-1.103,0-2,.897-2,2v10h2Z"
1805
+ })), children);
1806
+ });
1807
+ if (process.env.NODE_ENV !== "production") {
1808
+ TermReference.propTypes = iconPropTypes4cbeb95d.i;
1809
+ }
1810
+ const Terminal = /*#__PURE__*/React.forwardRef(function Terminal(_ref75, ref) {
1811
+ let {
1812
+ children,
1813
+ size = 16,
1814
+ ...rest
1815
+ } = _ref75;
1816
+ return /*#__PURE__*/React.createElement(Icon.default, {
1817
+ width: size,
1818
+ height: size,
1819
+ ref: ref,
1820
+ xmlns: "http://www.w3.org/2000/svg",
1821
+ viewBox: "0 0 32 32",
1822
+ fill: "currentColor",
1823
+ ...rest
1824
+ }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1825
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z",
1826
+ transform: "translate(0 .01)"
1827
+ })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
1828
+ d: "M10.76 16.18L13.58 19.01 10.76 21.84 12.17 23.25 16.41 19.01 12.17 14.77 10.76 16.18z"
1829
+ })), children);
1830
+ });
1831
+ if (process.env.NODE_ENV !== "production") {
1832
+ Terminal.propTypes = iconPropTypes4cbeb95d.i;
1833
+ }
1834
+ const Terminal_3270 = /*#__PURE__*/React.forwardRef(function Terminal_3270(_ref76, ref) {
1835
+ let {
1836
+ children,
1837
+ size = 16,
1838
+ ...rest
1839
+ } = _ref76;
1840
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
1849
+ d: "M10 21H16V23H10z"
1850
+ })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
1851
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z"
1852
+ })), children);
1853
+ });
1854
+ if (process.env.NODE_ENV !== "production") {
1855
+ Terminal_3270.propTypes = iconPropTypes4cbeb95d.i;
1856
+ }
1857
+ const TestTool = /*#__PURE__*/React.forwardRef(function TestTool(_ref77, ref) {
1858
+ let {
1859
+ children,
1860
+ size = 16,
1861
+ ...rest
1862
+ } = _ref77;
1863
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
1872
+ d: "M23 9.2L20.4 6.6 19 8 23 12 30 5 28.6 3.6zM12 5.4L10.6 4 8 6.6 5.4 4 4 5.4 6.6 8 4 10.6 5.4 12 8 9.4 10.6 12 12 10.6 9.4 8zM12 21.4L10.6 20 8 22.6 5.4 20 4 21.4 6.6 24 4 26.6 5.4 28 8 25.4 10.6 28 12 26.6 9.4 24z"
1873
+ })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
1874
+ d: "M17 15L17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z"
1875
+ })), children);
1876
+ });
1877
+ if (process.env.NODE_ENV !== "production") {
1878
+ TestTool.propTypes = iconPropTypes4cbeb95d.i;
1879
+ }
1880
+ const TextAlignCenter = /*#__PURE__*/React.forwardRef(function TextAlignCenter(_ref78, ref) {
1881
+ let {
1882
+ children,
1883
+ size = 16,
1884
+ ...rest
1885
+ } = _ref78;
1886
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
1895
+ d: "M6 6H26V8H6zM10 12H22V14H10zM6 18H26V20H6zM10 24H22V26H10z"
1896
+ })), children);
1897
+ });
1898
+ if (process.env.NODE_ENV !== "production") {
1899
+ TextAlignCenter.propTypes = iconPropTypes4cbeb95d.i;
1900
+ }
1901
+ const TextAlignJustify = /*#__PURE__*/React.forwardRef(function TextAlignJustify(_ref79, ref) {
1902
+ let {
1903
+ children,
1904
+ size = 16,
1905
+ ...rest
1906
+ } = _ref79;
1907
+ return /*#__PURE__*/React.createElement(Icon.default, {
1908
+ width: size,
1909
+ height: size,
1910
+ ref: ref,
1911
+ xmlns: "http://www.w3.org/2000/svg",
1912
+ viewBox: "0 0 32 32",
1913
+ fill: "currentColor",
1914
+ ...rest
1915
+ }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
1916
+ d: "M6 6H26V8H6zM6 12H26V14H6zM6 18H26V20H6zM6 24H26V26H6z"
1917
+ })), children);
1918
+ });
1919
+ if (process.env.NODE_ENV !== "production") {
1920
+ TextAlignJustify.propTypes = iconPropTypes4cbeb95d.i;
1921
+ }
1922
+ const TextAlignLeft = /*#__PURE__*/React.forwardRef(function TextAlignLeft(_ref80, ref) {
1923
+ let {
1924
+ children,
1925
+ size = 16,
1926
+ ...rest
1927
+ } = _ref80;
1928
+ return /*#__PURE__*/React.createElement(Icon.default, {
1929
+ width: size,
1930
+ height: size,
1931
+ ref: ref,
1932
+ xmlns: "http://www.w3.org/2000/svg",
1933
+ viewBox: "0 0 32 32",
1934
+ fill: "currentColor",
1935
+ ...rest
1936
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
1937
+ d: "M12 6H26V8H12zM12 12H22V14H12zM12 18H26V20H12zM12 24H22V26H12zM6 4H8V28H6z"
1938
+ })), children);
1939
+ });
1940
+ if (process.env.NODE_ENV !== "production") {
1941
+ TextAlignLeft.propTypes = iconPropTypes4cbeb95d.i;
1942
+ }
1943
+ const TextAlignMixed = /*#__PURE__*/React.forwardRef(function TextAlignMixed(_ref81, ref) {
1944
+ let {
1945
+ children,
1946
+ size = 16,
1947
+ ...rest
1948
+ } = _ref81;
1949
+ return /*#__PURE__*/React.createElement(Icon.default, {
1950
+ width: size,
1951
+ height: size,
1952
+ ref: ref,
1953
+ xmlns: "http://www.w3.org/2000/svg",
1954
+ viewBox: "0 0 32 32",
1955
+ fill: "currentColor",
1956
+ ...rest
1957
+ }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
1958
+ d: "M14 4H9V6h5V8H10a2 2 0 00-2 2v2a2 2 0 002 2h6V6A2.0023 2.0023 0 0014 4zm0 8H10V10h4zM22 26L22 18 20 18 20 19 18 19 18 21 20 21 20 26 18 26 18 28 24 28 24 26 22 26zM2 2H4V16H2zM28 16H30V30H28z"
1959
+ })), children);
1960
+ });
1961
+ if (process.env.NODE_ENV !== "production") {
1962
+ TextAlignMixed.propTypes = iconPropTypes4cbeb95d.i;
1963
+ }
1964
+ const TextAlignRight = /*#__PURE__*/React.forwardRef(function TextAlignRight(_ref82, ref) {
1965
+ let {
1966
+ children,
1967
+ size = 16,
1968
+ ...rest
1969
+ } = _ref82;
1970
+ return /*#__PURE__*/React.createElement(Icon.default, {
1971
+ width: size,
1972
+ height: size,
1973
+ ref: ref,
1974
+ xmlns: "http://www.w3.org/2000/svg",
1975
+ viewBox: "0 0 32 32",
1976
+ fill: "currentColor",
1977
+ ...rest
1978
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
1979
+ d: "M6 6H20V8H6zM10 12H20V14H10zM6 18H20V20H6zM10 24H20V26H10zM24 4H26V28H24z"
1980
+ })), children);
1981
+ });
1982
+ if (process.env.NODE_ENV !== "production") {
1983
+ TextAlignRight.propTypes = iconPropTypes4cbeb95d.i;
1984
+ }
1985
+ const TextAllCaps = /*#__PURE__*/React.forwardRef(function TextAllCaps(_ref83, ref) {
1986
+ let {
1987
+ children,
1988
+ size = 16,
1989
+ ...rest
1990
+ } = _ref83;
1991
+ return /*#__PURE__*/React.createElement(Icon.default, {
1992
+ width: size,
1993
+ height: size,
1994
+ ref: ref,
1995
+ xmlns: "http://www.w3.org/2000/svg",
1996
+ viewBox: "0 0 32 32",
1997
+ fill: "currentColor",
1998
+ ...rest
1999
+ }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2000
+ d: "M1 8L1 10 7 10 7 24 9 24 9 10 15 10 15 8 1 8zM17 8L17 10 23 10 23 24 25 24 25 10 31 10 31 8 17 8z"
2001
+ })), children);
2002
+ });
2003
+ if (process.env.NODE_ENV !== "production") {
2004
+ TextAllCaps.propTypes = iconPropTypes4cbeb95d.i;
2005
+ }
2006
+ const TextBold = /*#__PURE__*/React.forwardRef(function TextBold(_ref84, ref) {
2007
+ let {
2008
+ children,
2009
+ size = 16,
2010
+ ...rest
2011
+ } = _ref84;
2012
+ return /*#__PURE__*/React.createElement(Icon.default, {
2013
+ width: size,
2014
+ height: size,
2015
+ ref: ref,
2016
+ xmlns: "http://www.w3.org/2000/svg",
2017
+ viewBox: "0 0 32 32",
2018
+ fill: "currentColor",
2019
+ ...rest
2020
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2021
+ d: "M18.25,25H9V7h8.5a5.25,5.25,0,0,1,4,8.65A5.25,5.25,0,0,1,18.25,25ZM12,22h6.23a2.25,2.25,0,1,0,0-4.5H12Zm0-7.5h5.5a2.25,2.25,0,1,0,0-4.5H12Z"
2022
+ })), children);
2023
+ });
2024
+ if (process.env.NODE_ENV !== "production") {
2025
+ TextBold.propTypes = iconPropTypes4cbeb95d.i;
2026
+ }
2027
+ const TextClearFormat = /*#__PURE__*/React.forwardRef(function TextClearFormat(_ref85, ref) {
2028
+ let {
2029
+ children,
2030
+ size = 16,
2031
+ ...rest
2032
+ } = _ref85;
2033
+ return /*#__PURE__*/React.createElement(Icon.default, {
2034
+ width: size,
2035
+ height: size,
2036
+ ref: ref,
2037
+ xmlns: "http://www.w3.org/2000/svg",
2038
+ viewBox: "0 0 32 32",
2039
+ fill: "currentColor",
2040
+ ...rest
2041
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2042
+ d: "M29.4384,16.5715l-7.985-7.9856a2.0014,2.0014,0,0,0-2.8291,0l-5.3584,5.3584L9,2H7L2,16H4l.999-3h6l.8035,2.4077L4.5858,22.6244a2,2,0,0,0,0,2.8282L9.1316,30h9.5908l10.716-10.717A1.9173,1.9173,0,0,0,29.4384,16.5715ZM5.6653,11l2.331-7,2.3355,7Zm12.229,17H9.96L6,24.0381l6.3123-6.3115L20.24,25.6538Zm3.76-3.76-7.9275-7.9272L20.0393,10l7.9268,7.9272Z"
2043
+ })), children);
2044
+ });
2045
+ if (process.env.NODE_ENV !== "production") {
2046
+ TextClearFormat.propTypes = iconPropTypes4cbeb95d.i;
2047
+ }
2048
+ const TextColor = /*#__PURE__*/React.forwardRef(function TextColor(_ref86, ref) {
2049
+ let {
2050
+ children,
2051
+ size = 16,
2052
+ ...rest
2053
+ } = _ref86;
2054
+ return /*#__PURE__*/React.createElement(Icon.default, {
2055
+ width: size,
2056
+ height: size,
2057
+ ref: ref,
2058
+ xmlns: "http://www.w3.org/2000/svg",
2059
+ viewBox: "0 0 32 32",
2060
+ fill: "currentColor",
2061
+ ...rest
2062
+ }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2063
+ d: "M22 21h2L17 4H15L8 21h2l1.61-4h8.74zm-9.57-6l3.44-8.37h.26L19.54 15zM6 24H26V28H6z"
2064
+ })), children);
2065
+ });
2066
+ if (process.env.NODE_ENV !== "production") {
2067
+ TextColor.propTypes = iconPropTypes4cbeb95d.i;
2068
+ }
2069
+ const TextCreation = /*#__PURE__*/React.forwardRef(function TextCreation(_ref87, ref) {
2070
+ let {
2071
+ children,
2072
+ size = 16,
2073
+ ...rest
2074
+ } = _ref87;
2075
+ return /*#__PURE__*/React.createElement(Icon.default, {
2076
+ width: size,
2077
+ height: size,
2078
+ ref: ref,
2079
+ xmlns: "http://www.w3.org/2000/svg",
2080
+ viewBox: "0 0 32 32",
2081
+ fill: "currentColor",
2082
+ ...rest
2083
+ }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2084
+ d: "M27,22.14V9.86A4,4,0,1,0,22.14,5H9.86A4,4,0,1,0,5,9.86V22.14A4,4,0,1,0,9.86,27H22.14A4,4,0,1,0,27,22.14ZM26,4a2,2,0,1,1-2,2A2,2,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2,2,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2,2,0,0,1,6,28Zm16.14-3H9.86A4,4,0,0,0,7,22.14V9.86A4,4,0,0,0,9.86,7H22.14A4,4,0,0,0,25,9.86V22.14A4,4,0,0,0,22.14,25ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
2085
+ })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2086
+ d: "M21 11L11 11 11 13 15 13 15 22 17 22 17 13 21 13 21 11z"
2087
+ })), children);
2088
+ });
2089
+ if (process.env.NODE_ENV !== "production") {
2090
+ TextCreation.propTypes = iconPropTypes4cbeb95d.i;
2091
+ }
2092
+ const TextFill = /*#__PURE__*/React.forwardRef(function TextFill(_ref88, ref) {
2093
+ let {
2094
+ children,
2095
+ size = 16,
2096
+ ...rest
2097
+ } = _ref88;
2098
+ return /*#__PURE__*/React.createElement(Icon.default, {
2099
+ width: size,
2100
+ height: size,
2101
+ ref: ref,
2102
+ xmlns: "http://www.w3.org/2000/svg",
2103
+ viewBox: "0 0 32 32",
2104
+ fill: "currentColor",
2105
+ ...rest
2106
+ }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2107
+ d: "M4 26H28V30H4z"
2108
+ })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2109
+ d: "M26,14.54a1,1,0,0,0-.25-.69L17.17,4.33A1.09,1.09,0,0,0,17,4.2V2H15V5L4.32,14.74a1,1,0,0,0-.06,1.41l8.57,9.52a1,1,0,0,0,.69.33h.05a1,1,0,0,0,.68-.26L24,16.8V21a1,1,0,0,0,2,0V14.57S26,14.55,26,14.54Zm-12.35,9-7.23-8L15,7.67V12h2V7.13l6.59,7.33Z"
2110
+ })), children);
2111
+ });
2112
+ if (process.env.NODE_ENV !== "production") {
2113
+ TextFill.propTypes = iconPropTypes4cbeb95d.i;
2114
+ }
2115
+ const TextFont = /*#__PURE__*/React.forwardRef(function TextFont(_ref89, ref) {
2116
+ let {
2117
+ children,
2118
+ size = 16,
2119
+ ...rest
2120
+ } = _ref89;
2121
+ return /*#__PURE__*/React.createElement(Icon.default, {
2122
+ width: size,
2123
+ height: size,
2124
+ ref: ref,
2125
+ xmlns: "http://www.w3.org/2000/svg",
2126
+ viewBox: "0 0 32 32",
2127
+ fill: "currentColor",
2128
+ ...rest
2129
+ }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2130
+ d: "M25 12H20v2h5a1.0008 1.0008 0 011 1v2H22a3.0033 3.0033 0 00-3 3v1a3.0033 3.0033 0 003 3h6V15A3.0033 3.0033 0 0025 12zM22 22a1.0008 1.0008 0 01-1-1V20a1.0008 1.0008 0 011-1h4v3zM16 24h2L12 7H10L4 24H6l1.6936-5h6.6135zM8.3711 17l2.4966-7.3711.2668.0005L13.63 17z"
2131
+ })), children);
2132
+ });
2133
+ if (process.env.NODE_ENV !== "production") {
2134
+ TextFont.propTypes = iconPropTypes4cbeb95d.i;
2135
+ }
2136
+ const TextFootnote = /*#__PURE__*/React.forwardRef(function TextFootnote(_ref90, ref) {
2137
+ let {
2138
+ children,
2139
+ size = 16,
2140
+ ...rest
2141
+ } = _ref90;
2142
+ return /*#__PURE__*/React.createElement(Icon.default, {
2143
+ width: size,
2144
+ height: size,
2145
+ ref: ref,
2146
+ xmlns: "http://www.w3.org/2000/svg",
2147
+ viewBox: "0 0 32 32",
2148
+ fill: "currentColor",
2149
+ ...rest
2150
+ }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2151
+ d: "M2 7L2 9 9 9 9 25 11 25 11 9 18 9 18 7 2 7zM30 11.076L29.256 9.219 26 10.522 26 7 24 7 24 10.523 20.744 9.22 20 11.077 23.417 12.444 20.9 15.8 22.5 17 25 13.667 27.5 17 29.1 15.8 26.583 12.443 30 11.076z"
2152
+ })), children);
2153
+ });
2154
+ if (process.env.NODE_ENV !== "production") {
2155
+ TextFootnote.propTypes = iconPropTypes4cbeb95d.i;
2156
+ }
2157
+ const TextHighlight = /*#__PURE__*/React.forwardRef(function TextHighlight(_ref91, ref) {
2158
+ let {
2159
+ children,
2160
+ size = 16,
2161
+ ...rest
2162
+ } = _ref91;
2163
+ return /*#__PURE__*/React.createElement(Icon.default, {
2164
+ width: size,
2165
+ height: size,
2166
+ ref: ref,
2167
+ xmlns: "http://www.w3.org/2000/svg",
2168
+ viewBox: "0 0 32 32",
2169
+ fill: "currentColor",
2170
+ ...rest
2171
+ }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2172
+ d: "M12 15H5a3 3 0 01-3-3V10A3 3 0 015 7h5V5A1 1 0 009 4H3V2H9a3 3 0 013 3zM5 9a1 1 0 00-1 1v2a1 1 0 001 1h5V9zM20 23v2a1 1 0 001 1h5V22H21A1 1 0 0020 23z"
2173
+ })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2174
+ d: "M2,30H30V2Zm26-2H21a3,3,0,0,1-3-3V23a3,3,0,0,1,3-3h5V18a1,1,0,0,0-1-1H19V15h6a3,3,0,0,1,3,3Z"
2175
+ })), children);
2176
+ });
2177
+ if (process.env.NODE_ENV !== "production") {
2178
+ TextHighlight.propTypes = iconPropTypes4cbeb95d.i;
2179
+ }
2180
+ const TextIndent = /*#__PURE__*/React.forwardRef(function TextIndent(_ref92, ref) {
2181
+ let {
2182
+ children,
2183
+ size = 16,
2184
+ ...rest
2185
+ } = _ref92;
2186
+ return /*#__PURE__*/React.createElement(Icon.default, {
2187
+ width: size,
2188
+ height: size,
2189
+ ref: ref,
2190
+ xmlns: "http://www.w3.org/2000/svg",
2191
+ viewBox: "0 0 32 32",
2192
+ fill: "currentColor",
2193
+ ...rest
2194
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2195
+ d: "M14 6H28V8H14zM14 12H28V14H14zM7 18H28V20H7zM7 24H28V26H7zM4 13.59L7.29 10 4 6.41 5.42 5 10.04 10 5.42 15 4 13.59z"
2196
+ })), children);
2197
+ });
2198
+ if (process.env.NODE_ENV !== "production") {
2199
+ TextIndent.propTypes = iconPropTypes4cbeb95d.i;
2200
+ }
2201
+ const TextIndentLess = /*#__PURE__*/React.forwardRef(function TextIndentLess(_ref93, ref) {
2202
+ let {
2203
+ children,
2204
+ size = 16,
2205
+ ...rest
2206
+ } = _ref93;
2207
+ return /*#__PURE__*/React.createElement(Icon.default, {
2208
+ width: size,
2209
+ height: size,
2210
+ ref: ref,
2211
+ xmlns: "http://www.w3.org/2000/svg",
2212
+ viewBox: "0 0 32 32",
2213
+ fill: "currentColor",
2214
+ ...rest
2215
+ }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2216
+ d: "M2 6H12V8H2zM5 12H12V14H5zM2 18H12V20H2zM5 24H12V26H5zM16 4H18V28H16zM28.15 23.5L29.56 22.12 23.27 16 29.56 9.88 28.15 8.5 20.44 16 28.15 23.5z"
2217
+ })), children);
2218
+ });
2219
+ if (process.env.NODE_ENV !== "production") {
2220
+ TextIndentLess.propTypes = iconPropTypes4cbeb95d.i;
2221
+ }
2222
+ const TextIndentMore = /*#__PURE__*/React.forwardRef(function TextIndentMore(_ref94, ref) {
2223
+ let {
2224
+ children,
2225
+ size = 16,
2226
+ ...rest
2227
+ } = _ref94;
2228
+ return /*#__PURE__*/React.createElement(Icon.default, {
2229
+ width: size,
2230
+ height: size,
2231
+ ref: ref,
2232
+ xmlns: "http://www.w3.org/2000/svg",
2233
+ viewBox: "0 0 32 32",
2234
+ fill: "currentColor",
2235
+ ...rest
2236
+ }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2237
+ d: "M20 6H30V8H20zM20 12H27V14H20zM20 18H30V20H20zM20 24H27V26H20zM14 4H16V28H14zM3.85 22.5L2.44 21.12 8.73 15 2.44 8.88 3.85 7.5 11.56 15 3.85 22.5z"
2238
+ })), children);
2239
+ });
2240
+ if (process.env.NODE_ENV !== "production") {
2241
+ TextIndentMore.propTypes = iconPropTypes4cbeb95d.i;
2242
+ }
2243
+ const TextItalic = /*#__PURE__*/React.forwardRef(function TextItalic(_ref95, ref) {
2244
+ let {
2245
+ children,
2246
+ size = 16,
2247
+ ...rest
2248
+ } = _ref95;
2249
+ return /*#__PURE__*/React.createElement(Icon.default, {
2250
+ width: size,
2251
+ height: size,
2252
+ ref: ref,
2253
+ xmlns: "http://www.w3.org/2000/svg",
2254
+ viewBox: "0 0 32 32",
2255
+ fill: "currentColor",
2256
+ ...rest
2257
+ }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2258
+ d: "M25 9L25 7 12 7 12 9 17.14 9 12.77 23 7 23 7 25 20 25 20 23 14.86 23 19.23 9 25 9z"
2259
+ })), children);
2260
+ });
2261
+ if (process.env.NODE_ENV !== "production") {
2262
+ TextItalic.propTypes = iconPropTypes4cbeb95d.i;
2263
+ }
2264
+ const TextKerning = /*#__PURE__*/React.forwardRef(function TextKerning(_ref96, ref) {
2265
+ let {
2266
+ children,
2267
+ size = 16,
2268
+ ...rest
2269
+ } = _ref96;
2270
+ return /*#__PURE__*/React.createElement(Icon.default, {
2271
+ width: size,
2272
+ height: size,
2273
+ ref: ref,
2274
+ xmlns: "http://www.w3.org/2000/svg",
2275
+ viewBox: "0 0 32 32",
2276
+ fill: "currentColor",
2277
+ ...rest
2278
+ }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2279
+ d: "M30 24L18.83 24 21.12 21.71 19.71 20.29 15 25 19.71 29.71 21.12 28.29 18.83 26 30 26 30 24zM14 21L20 4 18 4 12 21 14 21zM13 4L9 16 5 4 3 4 8 18 10 18 15 4 13 4zM28 18h2L25 4H23L18 18h2l1-3h6zm-6.33-5L24 6l2.33 7z"
2280
+ })), children);
2281
+ });
2282
+ if (process.env.NODE_ENV !== "production") {
2283
+ TextKerning.propTypes = iconPropTypes4cbeb95d.i;
2284
+ }
2285
+ const TextLeading = /*#__PURE__*/React.forwardRef(function TextLeading(_ref97, ref) {
2286
+ let {
2287
+ children,
2288
+ size = 16,
2289
+ ...rest
2290
+ } = _ref97;
2291
+ return /*#__PURE__*/React.createElement(Icon.default, {
2292
+ width: size,
2293
+ height: size,
2294
+ ref: ref,
2295
+ xmlns: "http://www.w3.org/2000/svg",
2296
+ viewBox: "0 0 32 32",
2297
+ fill: "currentColor",
2298
+ ...rest
2299
+ }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2300
+ d: "M14 13H30V15H14zM15 28H30V30H15zM25.85 27H28L23.64 17H21.36L17 27h2.15l.8-2h5.1zm-5.1-4l1.75-4.37L24.25 23zM25.85 12H28L23.64 2H21.36L17 12h2.15l.8-2h5.1zm-5.1-4L22.5 3.63 24.25 8zM6 15.83L8.58 18.41 10 17 6 13 2 17 3.41 18.42 6 15.83zM6 27.17L3.42 24.59 2 26 6 30 10 26 8.59 24.58 6 27.17z"
2301
+ })), children);
2302
+ });
2303
+ if (process.env.NODE_ENV !== "production") {
2304
+ TextLeading.propTypes = iconPropTypes4cbeb95d.i;
2305
+ }
2306
+ const TextLineSpacing = /*#__PURE__*/React.forwardRef(function TextLineSpacing(_ref98, ref) {
2307
+ let {
2308
+ children,
2309
+ size = 16,
2310
+ ...rest
2311
+ } = _ref98;
2312
+ return /*#__PURE__*/React.createElement(Icon.default, {
2313
+ width: size,
2314
+ height: size,
2315
+ ref: ref,
2316
+ xmlns: "http://www.w3.org/2000/svg",
2317
+ viewBox: "0 0 32 32",
2318
+ fill: "currentColor",
2319
+ ...rest
2320
+ }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2321
+ d: "M17 6H30V8H17zM17 12H27V14H17zM17 18H30V20H17zM17 24H27V26H17zM11.59 13.41L8 9.83 8 9.83 4.41 13.42 3 12 8 7 13 12 11.59 13.41zM11.59 18.59L8 22.17 8 22.17 4.41 18.58 3 20 8 25 13 20 11.59 18.59z"
2322
+ })), children);
2323
+ });
2324
+ if (process.env.NODE_ENV !== "production") {
2325
+ TextLineSpacing.propTypes = iconPropTypes4cbeb95d.i;
2326
+ }
2327
+ const TextLongParagraph = /*#__PURE__*/React.forwardRef(function TextLongParagraph(_ref99, ref) {
2328
+ let {
2329
+ children,
2330
+ size = 16,
2331
+ ...rest
2332
+ } = _ref99;
2333
+ return /*#__PURE__*/React.createElement(Icon.default, {
2334
+ width: size,
2335
+ height: size,
2336
+ ref: ref,
2337
+ xmlns: "http://www.w3.org/2000/svg",
2338
+ viewBox: "0 0 32 32",
2339
+ fill: "currentColor",
2340
+ ...rest
2341
+ }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2342
+ d: "M6 24H20V26H6zM6 18H26V20H6zM6 12H26V14H6zM6 6H26V8H6z"
2343
+ })), children);
2344
+ });
2345
+ if (process.env.NODE_ENV !== "production") {
2346
+ TextLongParagraph.propTypes = iconPropTypes4cbeb95d.i;
2347
+ }
2348
+ const TextNewLine = /*#__PURE__*/React.forwardRef(function TextNewLine(_ref100, ref) {
2349
+ let {
2350
+ children,
2351
+ size = 16,
2352
+ ...rest
2353
+ } = _ref100;
2354
+ return /*#__PURE__*/React.createElement(Icon.default, {
2355
+ width: size,
2356
+ height: size,
2357
+ ref: ref,
2358
+ xmlns: "http://www.w3.org/2000/svg",
2359
+ viewBox: "0 0 32 32",
2360
+ fill: "currentColor",
2361
+ ...rest
2362
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2363
+ d: "M20.5859,14.4141,24.1719,18H6V8H4V18a2.0024,2.0024,0,0,0,2,2H24.1719L20.586,23.5859,22,25l6-6-6-6Z"
2364
+ })), children);
2365
+ });
2366
+ if (process.env.NODE_ENV !== "production") {
2367
+ TextNewLine.propTypes = iconPropTypes4cbeb95d.i;
2368
+ }
2369
+ const TextScale = /*#__PURE__*/React.forwardRef(function TextScale(_ref101, ref) {
2370
+ let {
2371
+ children,
2372
+ size = 16,
2373
+ ...rest
2374
+ } = _ref101;
2375
+ return /*#__PURE__*/React.createElement(Icon.default, {
2376
+ width: size,
2377
+ height: size,
2378
+ ref: ref,
2379
+ xmlns: "http://www.w3.org/2000/svg",
2380
+ viewBox: "0 0 32 32",
2381
+ fill: "currentColor",
2382
+ ...rest
2383
+ }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2384
+ d: "M30 5L30 8 22 8 22 26 19 26 19 8 11 8 11 5 30 5z"
2385
+ })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2386
+ d: "M7 26L7 14 2 14 2 12 14 12 14 14 9 14 9 26 7 26z"
2387
+ })), children);
2388
+ });
2389
+ if (process.env.NODE_ENV !== "production") {
2390
+ TextScale.propTypes = iconPropTypes4cbeb95d.i;
2391
+ }
2392
+ const TextSelection = /*#__PURE__*/React.forwardRef(function TextSelection(_ref102, ref) {
2393
+ let {
2394
+ children,
2395
+ size = 16,
2396
+ ...rest
2397
+ } = _ref102;
2398
+ return /*#__PURE__*/React.createElement(Icon.default, {
2399
+ width: size,
2400
+ height: size,
2401
+ ref: ref,
2402
+ xmlns: "http://www.w3.org/2000/svg",
2403
+ viewBox: "0 0 32 32",
2404
+ fill: "currentColor",
2405
+ ...rest
2406
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2407
+ d: "M28 27H21a3 3 0 01-3-3V22a3 3 0 013-3h5V17a1 1 0 00-1-1H19V14h6a3 3 0 013 3zm-7-6a1 1 0 00-1 1v2a1 1 0 001 1h5V21zM13 7h3V5H13a4 4 0 00-3 1.38A4 4 0 007 5H4V7H7A2 2 0 019 9v5H5v2H9v7a2 2 0 01-2 2H4v2H7a4 4 0 003-1.38A4 4 0 0013 27h3V25H13a2 2 0 01-2-2V16h4V14H11V9A2 2 0 0113 7z"
2408
+ })), children);
2409
+ });
2410
+ if (process.env.NODE_ENV !== "production") {
2411
+ TextSelection.propTypes = iconPropTypes4cbeb95d.i;
2412
+ }
2413
+ const TextShortParagraph = /*#__PURE__*/React.forwardRef(function TextShortParagraph(_ref103, ref) {
2414
+ let {
2415
+ children,
2416
+ size = 16,
2417
+ ...rest
2418
+ } = _ref103;
2419
+ return /*#__PURE__*/React.createElement(Icon.default, {
2420
+ width: size,
2421
+ height: size,
2422
+ ref: ref,
2423
+ xmlns: "http://www.w3.org/2000/svg",
2424
+ viewBox: "0 0 32 32",
2425
+ fill: "currentColor",
2426
+ ...rest
2427
+ }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2428
+ d: "M6 18H20V20H6zM6 12H26V14H6z"
2429
+ })), children);
2430
+ });
2431
+ if (process.env.NODE_ENV !== "production") {
2432
+ TextShortParagraph.propTypes = iconPropTypes4cbeb95d.i;
2433
+ }
2434
+ const TextSmallCaps = /*#__PURE__*/React.forwardRef(function TextSmallCaps(_ref104, ref) {
2435
+ let {
2436
+ children,
2437
+ size = 16,
2438
+ ...rest
2439
+ } = _ref104;
2440
+ return /*#__PURE__*/React.createElement(Icon.default, {
2441
+ width: size,
2442
+ height: size,
2443
+ ref: ref,
2444
+ xmlns: "http://www.w3.org/2000/svg",
2445
+ viewBox: "0 0 32 32",
2446
+ fill: "currentColor",
2447
+ ...rest
2448
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2449
+ d: "M23 27L23 15 18 15 18 13 30 13 30 15 25 15 25 27 23 27z"
2450
+ })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2451
+ d: "M11 27L11 8 2 8 2 6 22 6 22 8 13 8 13 27 11 27z"
2452
+ })), children);
2453
+ });
2454
+ if (process.env.NODE_ENV !== "production") {
2455
+ TextSmallCaps.propTypes = iconPropTypes4cbeb95d.i;
2456
+ }
2457
+ const TextStrikethrough = /*#__PURE__*/React.forwardRef(function TextStrikethrough(_ref105, ref) {
2458
+ let {
2459
+ children,
2460
+ size = 16,
2461
+ ...rest
2462
+ } = _ref105;
2463
+ return /*#__PURE__*/React.createElement(Icon.default, {
2464
+ width: size,
2465
+ height: size,
2466
+ ref: ref,
2467
+ xmlns: "http://www.w3.org/2000/svg",
2468
+ viewBox: "0 0 32 32",
2469
+ fill: "currentColor",
2470
+ ...rest
2471
+ }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2472
+ d: "M28,15H17.9563c-.4522-.1237-.9037-.2324-1.3381-.3352-2.8077-.6641-4.396-1.1506-4.396-3.4231a2.8684,2.8684,0,0,1,.7866-2.145,4.7888,4.7888,0,0,1,3.0137-1.09c2.8291-.07,4.1347.8894,5.2011,2.35l1.6153-1.1792a7.4727,7.4727,0,0,0-6.83-3.1706,6.7726,6.7726,0,0,0-4.4,1.6611,4.8274,4.8274,0,0,0-1.3862,3.5735A4.3723,4.3723,0,0,0,11.9573,15H4v2H17.6519c1.9668.57,3.1432,1.3123,3.1733,3.3579a3.119,3.119,0,0,1-.8623,2.3931A5.8241,5.8241,0,0,1,16.2432,24a6.6344,6.6344,0,0,1-5.1451-2.6912L9.5649,22.593A8.5262,8.5262,0,0,0,16.2119,26c.0088-.0012.042,0,.1,0A7.67,7.67,0,0,0,21.36,24.1812a5.0779,5.0779,0,0,0,1.4648-3.8531A4.952,4.952,0,0,0,21.6753,17H28Z"
2473
+ })), children);
2474
+ });
2475
+ if (process.env.NODE_ENV !== "production") {
2476
+ TextStrikethrough.propTypes = iconPropTypes4cbeb95d.i;
2477
+ }
2478
+ const TextSubscript = /*#__PURE__*/React.forwardRef(function TextSubscript(_ref106, ref) {
2479
+ let {
2480
+ children,
2481
+ size = 16,
2482
+ ...rest
2483
+ } = _ref106;
2484
+ return /*#__PURE__*/React.createElement(Icon.default, {
2485
+ width: size,
2486
+ height: size,
2487
+ ref: ref,
2488
+ xmlns: "http://www.w3.org/2000/svg",
2489
+ viewBox: "0 0 32 32",
2490
+ fill: "currentColor",
2491
+ ...rest
2492
+ }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2493
+ d: "M26 25L20 25 20 19 24 19 24 17 20 17 20 15 26 15 26 21 22 21 22 23 26 23 26 25zM5 7L5 9 12 9 12 25 14 25 14 9 21 9 21 7 5 7z"
2494
+ })), children);
2495
+ });
2496
+ if (process.env.NODE_ENV !== "production") {
2497
+ TextSubscript.propTypes = iconPropTypes4cbeb95d.i;
2498
+ }
2499
+ const TextSuperscript = /*#__PURE__*/React.forwardRef(function TextSuperscript(_ref107, ref) {
2500
+ let {
2501
+ children,
2502
+ size = 16,
2503
+ ...rest
2504
+ } = _ref107;
2505
+ return /*#__PURE__*/React.createElement(Icon.default, {
2506
+ width: size,
2507
+ height: size,
2508
+ ref: ref,
2509
+ xmlns: "http://www.w3.org/2000/svg",
2510
+ viewBox: "0 0 32 32",
2511
+ fill: "currentColor",
2512
+ ...rest
2513
+ }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2514
+ d: "M29 17L23 17 23 11 27 11 27 9 23 9 23 7 29 7 29 13 25 13 25 15 29 15 29 17zM4 7L4 9 11 9 11 25 13 25 13 9 20 9 20 7 4 7z"
2515
+ })), children);
2516
+ });
2517
+ if (process.env.NODE_ENV !== "production") {
2518
+ TextSuperscript.propTypes = iconPropTypes4cbeb95d.i;
2519
+ }
2520
+ const TextTracking = /*#__PURE__*/React.forwardRef(function TextTracking(_ref108, ref) {
2521
+ let {
2522
+ children,
2523
+ size = 16,
2524
+ ...rest
2525
+ } = _ref108;
2526
+ return /*#__PURE__*/React.createElement(Icon.default, {
2527
+ width: size,
2528
+ height: size,
2529
+ ref: ref,
2530
+ xmlns: "http://www.w3.org/2000/svg",
2531
+ viewBox: "0 0 32 32",
2532
+ fill: "currentColor",
2533
+ ...rest
2534
+ }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2535
+ d: "M25.29 19.29L23.88 20.71 26.17 23 5.83 23 8.12 20.71 6.71 19.29 2 24 6.71 28.71 8.12 27.29 5.83 25 26.17 25 23.88 27.29 25.29 28.71 30 24 25.29 19.29zM26 17h2L23 3H21L16 17h2l1-3h6zm-6.33-5L22 5l2.33 7zM14 3L10 15 6 3 4 3 9 17 11 17 16 3 14 3z"
2536
+ })), children);
2537
+ });
2538
+ if (process.env.NODE_ENV !== "production") {
2539
+ TextTracking.propTypes = iconPropTypes4cbeb95d.i;
2540
+ }
2541
+ const TextUnderline = /*#__PURE__*/React.forwardRef(function TextUnderline(_ref109, ref) {
2542
+ let {
2543
+ children,
2544
+ size = 16,
2545
+ ...rest
2546
+ } = _ref109;
2547
+ return /*#__PURE__*/React.createElement(Icon.default, {
2548
+ width: size,
2549
+ height: size,
2550
+ ref: ref,
2551
+ xmlns: "http://www.w3.org/2000/svg",
2552
+ viewBox: "0 0 32 32",
2553
+ fill: "currentColor",
2554
+ ...rest
2555
+ }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2556
+ d: "M4 26H28V28H4zM16 23a7 7 0 01-7-7V5h2V16a5 5 0 0010 0V5h2V16A7 7 0 0116 23z"
2557
+ })), children);
2558
+ });
2559
+ if (process.env.NODE_ENV !== "production") {
2560
+ TextUnderline.propTypes = iconPropTypes4cbeb95d.i;
2561
+ }
2562
+ const TextVerticalAlignment = /*#__PURE__*/React.forwardRef(function TextVerticalAlignment(_ref110, ref) {
2563
+ let {
2564
+ children,
2565
+ size = 16,
2566
+ ...rest
2567
+ } = _ref110;
2568
+ return /*#__PURE__*/React.createElement(Icon.default, {
2569
+ width: size,
2570
+ height: size,
2571
+ ref: ref,
2572
+ xmlns: "http://www.w3.org/2000/svg",
2573
+ viewBox: "0 0 32 32",
2574
+ fill: "currentColor",
2575
+ ...rest
2576
+ }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2577
+ d: "M16 28H30V30H16zM16 23H30V25H16zM10.8458 30H13L8.64 20H6.36L2 30H4.1542l.8-2h5.0916zM5.7541 26L7.5 21.6347 9.2459 26zM2 15H30V17H2zM16 7H30V9H16zM16 2H30V4H16zM10.8458 12H13L8.64 2H6.36L2 12H4.1542l.8-2h5.0916zM5.7541 8L7.5 3.6347 9.2459 8z"
2578
+ })), children);
2579
+ });
2580
+ if (process.env.NODE_ENV !== "production") {
2581
+ TextVerticalAlignment.propTypes = iconPropTypes4cbeb95d.i;
2582
+ }
2583
+ const TextWrap = /*#__PURE__*/React.forwardRef(function TextWrap(_ref111, ref) {
2584
+ let {
2585
+ children,
2586
+ size = 16,
2587
+ ...rest
2588
+ } = _ref111;
2589
+ return /*#__PURE__*/React.createElement(Icon.default, {
2590
+ width: size,
2591
+ height: size,
2592
+ ref: ref,
2593
+ xmlns: "http://www.w3.org/2000/svg",
2594
+ viewBox: "0 0 32 32",
2595
+ fill: "currentColor",
2596
+ ...rest
2597
+ }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2598
+ d: "M4 23H12V25H4zM24.5232 14H4v2H24.5a3.5 3.5 0 010 7H18.8281l2.586-2.5859L20 19l-5 5 5 5 1.4141-1.4141L18.8281 25H24.533a5.5 5.5 0 00-.01-11zM4 5H28V7H4z"
2599
+ })), children);
2600
+ });
2601
+ if (process.env.NODE_ENV !== "production") {
2602
+ TextWrap.propTypes = iconPropTypes4cbeb95d.i;
2603
+ }
2604
+ const WatsonHealthTextAnnotationToggle = /*#__PURE__*/React.forwardRef(function WatsonHealthTextAnnotationToggle(_ref112, ref) {
2605
+ let {
2606
+ children,
2607
+ size = 16,
2608
+ ...rest
2609
+ } = _ref112;
2610
+ return /*#__PURE__*/React.createElement(Icon.default, {
2611
+ width: size,
2612
+ height: size,
2613
+ ref: ref,
2614
+ xmlns: "http://www.w3.org/2000/svg",
2615
+ viewBox: "0 0 32 32",
2616
+ fill: "currentColor",
2617
+ ...rest
2618
+ }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2619
+ d: "M29.537 13.76L26.24 10.463a1.5862 1.5862 0 00-2.24 0L10 24.4674V30h5.5326L29.537 16a1.5862 1.5862 0 000-2.24zM14.7042 28H12V25.2958l9.4409-9.4409 2.7042 2.7042zM25.5591 17.145L22.855 14.4409l2.2672-2.2672 2.7042 2.7042zM11 17L13 17 13 10 16 10 16 8 8 8 8 10 11 10 11 17z"
2620
+ })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2621
+ d: "M8,20H4V4H20V8h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H8Z"
2622
+ })), children);
2623
+ });
2624
+ if (process.env.NODE_ENV !== "production") {
2625
+ WatsonHealthTextAnnotationToggle.propTypes = iconPropTypes4cbeb95d.i;
2626
+ }
2627
+ const TextLink = /*#__PURE__*/React.forwardRef(function TextLink(_ref113, ref) {
2628
+ let {
2629
+ children,
2630
+ size = 16,
2631
+ ...rest
2632
+ } = _ref113;
2633
+ return /*#__PURE__*/React.createElement(Icon.default, {
2634
+ width: size,
2635
+ height: size,
2636
+ ref: ref,
2637
+ xmlns: "http://www.w3.org/2000/svg",
2638
+ viewBox: "0 0 32 32",
2639
+ fill: "currentColor",
2640
+ ...rest
2641
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2642
+ d: "M18.7061,27.585a5.2615,5.2615,0,0,1-3.7227-8.9834l1.415,1.414a3.2638,3.2638,0,1,0,4.6153,4.6162l6.03-6.03a3.264,3.264,0,0,0-4.6162-4.6158l-1.414-1.414a5.2637,5.2637,0,0,1,7.4443,7.4438l-6.03,6.03A5.2461,5.2461,0,0,1,18.7061,27.585Z"
2643
+ })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2644
+ d: "M10.2642 29.9971A5.2619 5.2619 0 016.542 21.0137l6.03-6.03a5.2636 5.2636 0 117.4438 7.4438l-1.414-1.414a3.2639 3.2639 0 10-4.6158-4.6158l-6.03 6.03a3.264 3.264 0 004.6157 4.6162l1.414 1.4141A5.2452 5.2452 0 0110.2642 29.9971zM2 10H10V12H2zM2 6H14V8H2zM2 2H14V4H2z"
2645
+ })), children);
2646
+ });
2647
+ if (process.env.NODE_ENV !== "production") {
2648
+ TextLink.propTypes = iconPropTypes4cbeb95d.i;
2649
+ }
2650
+ const TextLinkAnalysis = /*#__PURE__*/React.forwardRef(function TextLinkAnalysis(_ref114, ref) {
2651
+ let {
2652
+ children,
2653
+ size = 16,
2654
+ ...rest
2655
+ } = _ref114;
2656
+ return /*#__PURE__*/React.createElement(Icon.default, {
2657
+ width: size,
2658
+ height: size,
2659
+ ref: ref,
2660
+ xmlns: "http://www.w3.org/2000/svg",
2661
+ viewBox: "0 0 32 32",
2662
+ fill: "currentColor",
2663
+ ...rest
2664
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2665
+ d: "M8 10H16V12H8zM8 6H20V8H8zM8 2H20V4H8z"
2666
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2667
+ d: "M4.7111,28l5.6312-9.9961,7.4341,6.49A2,2,0,0,0,20.86,23.96l6.9707-10.4034-1.6622-1.1132-7,10.4472-.07.1035-7.4345-6.4907a2.0032,2.0032,0,0,0-3.0806.5308L4,25.1826V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z"
2668
+ })), children);
2669
+ });
2670
+ if (process.env.NODE_ENV !== "production") {
2671
+ TextLinkAnalysis.propTypes = iconPropTypes4cbeb95d.i;
2672
+ }
2673
+ const TextMining = /*#__PURE__*/React.forwardRef(function TextMining(_ref115, ref) {
2674
+ let {
2675
+ children,
2676
+ size = 16,
2677
+ ...rest
2678
+ } = _ref115;
2679
+ return /*#__PURE__*/React.createElement(Icon.default, {
2680
+ width: size,
2681
+ height: size,
2682
+ ref: ref,
2683
+ xmlns: "http://www.w3.org/2000/svg",
2684
+ viewBox: "0 0 32 32",
2685
+ fill: "currentColor",
2686
+ ...rest
2687
+ }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2688
+ d: "M18 28H26V30H18zM18 24H30V26H18zM18 20H30V22H18z"
2689
+ })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2690
+ d: "M16.001 26.473L16 26.473 4.284 12.955 9.5 6 22.5 6 27.716 12.955 24.476 16.692 25.989 18.002 30.284 13.045 23.5 4 8.5 4 1.716 13.045 14.488 27.782 16.001 26.473z"
2691
+ })), children);
2692
+ });
2693
+ if (process.env.NODE_ENV !== "production") {
2694
+ TextMining.propTypes = iconPropTypes4cbeb95d.i;
2695
+ }
2696
+ const TextMiningApplier = /*#__PURE__*/React.forwardRef(function TextMiningApplier(_ref116, ref) {
2697
+ let {
2698
+ children,
2699
+ size = 16,
2700
+ ...rest
2701
+ } = _ref116;
2702
+ return /*#__PURE__*/React.createElement(Icon.default, {
2703
+ width: size,
2704
+ height: size,
2705
+ ref: ref,
2706
+ xmlns: "http://www.w3.org/2000/svg",
2707
+ viewBox: "0 0 32 32",
2708
+ fill: "currentColor",
2709
+ ...rest
2710
+ }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2711
+ d: "M16.001 26.473L16 26.473 4.284 12.955 9.5 6 22.5 6 27.716 12.955 24.476 16.692 25.989 18.002 30.284 13.045 23.5 4 8.5 4 1.716 13.045 14.488 27.782 16.001 26.473z"
2712
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2713
+ d: "M20 19L27 24 20 29 20 19z"
2714
+ })), children);
2715
+ });
2716
+ if (process.env.NODE_ENV !== "production") {
2717
+ TextMiningApplier.propTypes = iconPropTypes4cbeb95d.i;
2718
+ }
2719
+ const Theater = /*#__PURE__*/React.forwardRef(function Theater(_ref117, ref) {
2720
+ let {
2721
+ children,
2722
+ size = 16,
2723
+ ...rest
2724
+ } = _ref117;
2725
+ return /*#__PURE__*/React.createElement(Icon.default, {
2726
+ width: size,
2727
+ height: size,
2728
+ ref: ref,
2729
+ xmlns: "http://www.w3.org/2000/svg",
2730
+ viewBox: "0 0 32 32",
2731
+ fill: "currentColor",
2732
+ ...rest
2733
+ }, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2734
+ d: "M20 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 0120 25zM24 14a2 2 0 102 2A1.9806 1.9806 0 0024 14zM16 14a2 2 0 102 2A1.9806 1.9806 0 0016 14z"
2735
+ })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2736
+ d: "M28,8H22V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V14a10.01,10.01,0,0,0,8.8027,9.9214A9.9989,9.9989,0,0,0,30,20V10A2.0023,2.0023,0,0,0,28,8ZM4,14V4H20V8H12a2.0023,2.0023,0,0,0-2,2V20a9.9628,9.9628,0,0,0,.168,1.78A8.0081,8.0081,0,0,1,4,14Zm24,6a8,8,0,0,1-16,0V10H28Z"
2737
+ })), children);
2738
+ });
2739
+ if (process.env.NODE_ENV !== "production") {
2740
+ Theater.propTypes = iconPropTypes4cbeb95d.i;
2741
+ }
2742
+ const ThisSideUp = /*#__PURE__*/React.forwardRef(function ThisSideUp(_ref118, ref) {
2743
+ let {
2744
+ children,
2745
+ size = 16,
2746
+ ...rest
2747
+ } = _ref118;
2748
+ return /*#__PURE__*/React.createElement(Icon.default, {
2749
+ width: size,
2750
+ height: size,
2751
+ ref: ref,
2752
+ xmlns: "http://www.w3.org/2000/svg",
2753
+ viewBox: "0 0 32 32",
2754
+ fill: "currentColor",
2755
+ ...rest
2756
+ }, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2757
+ d: "M2 28H30V30H2zM7 5.828L7 24 9 24 9 5.828 12.586 9.414 14 8 8 2 2 8 3.414 9.414 7 5.828zM23 5.828L23 24 25 24 25 5.828 28.586 9.414 30 8 24 2 18 8 19.414 9.414 23 5.828z"
2758
+ })), children);
2759
+ });
2760
+ if (process.env.NODE_ENV !== "production") {
2761
+ ThisSideUp.propTypes = iconPropTypes4cbeb95d.i;
2762
+ }
2763
+ const WatsonHealthThreshold = /*#__PURE__*/React.forwardRef(function WatsonHealthThreshold(_ref119, ref) {
2764
+ let {
2765
+ children,
2766
+ size = 16,
2767
+ ...rest
2768
+ } = _ref119;
2769
+ return /*#__PURE__*/React.createElement(Icon.default, {
2770
+ width: size,
2771
+ height: size,
2772
+ ref: ref,
2773
+ xmlns: "http://www.w3.org/2000/svg",
2774
+ viewBox: "0 0 32 32",
2775
+ fill: "currentColor",
2776
+ ...rest
2777
+ }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2778
+ d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,26,4ZM6,6H26V16H24v2h2v2H24v2h2v2H24v2H22V24H20v2H18V24H16v2H14V24H12v2H10V24H8v2H6Z"
2779
+ })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2780
+ d: "M8 20H10V22H8zM12 20H14V22H12zM16 20H18V22H16zM20 20H22V22H20zM8 16H10V18H8zM16 16H18V18H16zM20 16H22V18H20zM20 12H22V14H20zM20 8H22V10H20z"
2781
+ })), children);
2782
+ });
2783
+ if (process.env.NODE_ENV !== "production") {
2784
+ WatsonHealthThreshold.propTypes = iconPropTypes4cbeb95d.i;
2785
+ }
2786
+ const Thumbnail_1 = /*#__PURE__*/React.forwardRef(function Thumbnail_1(_ref120, ref) {
2787
+ let {
2788
+ children,
2789
+ size = 16,
2790
+ ...rest
2791
+ } = _ref120;
2792
+ return /*#__PURE__*/React.createElement(Icon.default, {
2793
+ width: size,
2794
+ height: size,
2795
+ ref: ref,
2796
+ xmlns: "http://www.w3.org/2000/svg",
2797
+ viewBox: "0 0 32 32",
2798
+ fill: "currentColor",
2799
+ ...rest
2800
+ }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2801
+ d: "M8 30H4a2 2 0 01-2-2V24a2 2 0 012-2H8a2 2 0 012 2v4A2 2 0 018 30zM4 24v4H8V24zM18 30H14a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0118 30zm-4-6v4h4V24zM28 30H24a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0128 30zm-4-6v4h4V24zM28 20H4a2 2 0 01-2-2V4A2 2 0 014 2H28a2 2 0 012 2V18A2 2 0 0128 20zM4 4V18H28V4z"
2802
+ })), children);
2803
+ });
2804
+ if (process.env.NODE_ENV !== "production") {
2805
+ Thumbnail_1.propTypes = iconPropTypes4cbeb95d.i;
2806
+ }
2807
+ const Thumbnail_2 = /*#__PURE__*/React.forwardRef(function Thumbnail_2(_ref121, ref) {
2808
+ let {
2809
+ children,
2810
+ size = 16,
2811
+ ...rest
2812
+ } = _ref121;
2813
+ return /*#__PURE__*/React.createElement(Icon.default, {
2814
+ width: size,
2815
+ height: size,
2816
+ ref: ref,
2817
+ xmlns: "http://www.w3.org/2000/svg",
2818
+ viewBox: "0 0 32 32",
2819
+ fill: "currentColor",
2820
+ ...rest
2821
+ }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2822
+ d: "M8 30H4a2 2 0 01-2-2V24a2 2 0 012-2H8a2 2 0 012 2v4A2 2 0 018 30zM4 24v4H8V24zM18 30H14a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0118 30zm-4-6v4h4V24zM28 30H24a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0128 30zm-4-6v4h4V24zM8 20H4a2 2 0 01-2-2V14a2 2 0 012-2H8a2 2 0 012 2v4A2 2 0 018 20zM4 14v4H8V14zM18 20H14a2 2 0 01-2-2V14a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0118 20zm-4-6v4h4V14zM28 20H24a2 2 0 01-2-2V14a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0128 20zm-4-6v4h4V14zM8 10H4A2 2 0 012 8V4A2 2 0 014 2H8a2 2 0 012 2V8A2 2 0 018 10zM4 4V8H8V4zM18 10H14a2 2 0 01-2-2V4a2 2 0 012-2h4a2 2 0 012 2V8A2 2 0 0118 10zM14 4V8h4V4zM28 10H24a2 2 0 01-2-2V4a2 2 0 012-2h4a2 2 0 012 2V8A2 2 0 0128 10zM24 4V8h4V4z"
2823
+ })), children);
2824
+ });
2825
+ if (process.env.NODE_ENV !== "production") {
2826
+ Thumbnail_2.propTypes = iconPropTypes4cbeb95d.i;
2827
+ }
2828
+ const WatsonHealthThumbnailPreview = /*#__PURE__*/React.forwardRef(function WatsonHealthThumbnailPreview(_ref122, ref) {
2829
+ let {
2830
+ children,
2831
+ size = 16,
2832
+ ...rest
2833
+ } = _ref122;
2834
+ return /*#__PURE__*/React.createElement(Icon.default, {
2835
+ width: size,
2836
+ height: size,
2837
+ ref: ref,
2838
+ xmlns: "http://www.w3.org/2000/svg",
2839
+ viewBox: "0 0 32 32",
2840
+ fill: "currentColor",
2841
+ ...rest
2842
+ }, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2843
+ d: "M28,12H4a2.0023,2.0023,0,0,0-2,2V28a2.002,2.002,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V14A2.0027,2.0027,0,0,0,28,12ZM20,28H12V27a1.0009,1.0009,0,0,1,1-1h6a1.0009,1.0009,0,0,1,1,1Zm8,0H22V27a3.0033,3.0033,0,0,0-3-3H13a3.0033,3.0033,0,0,0-3,3v1H4V14H28.002Z"
2844
+ })), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2845
+ d: "M16 23a4 4 0 114-4A4.0042 4.0042 0 0116 23zm0-6a2 2 0 102 2A2.0023 2.0023 0 0016 17zM30 4V8a2.0027 2.0027 0 01-2 2H24a2.0027 2.0027 0 01-2-2V4a2.0027 2.0027 0 012-2h4A2.0027 2.0027 0 0130 4zM28 8l.002-4H24V8zM20 4V8a2.0027 2.0027 0 01-2 2H14a2.0023 2.0023 0 01-2-2V4a2.0023 2.0023 0 012-2h4A2.0027 2.0027 0 0120 4zM18 8l.002-4H14V8zM10 4V8a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 8V4A2.0023 2.0023 0 014 2H8A2.0023 2.0023 0 0110 4zM8 8l.0015-4H4V8z"
2846
+ })), children);
2847
+ });
2848
+ if (process.env.NODE_ENV !== "production") {
2849
+ WatsonHealthThumbnailPreview.propTypes = iconPropTypes4cbeb95d.i;
2850
+ }
2851
+ const ThumbsDown = /*#__PURE__*/React.forwardRef(function ThumbsDown(_ref123, ref) {
2852
+ let {
2853
+ children,
2854
+ size = 16,
2855
+ ...rest
2856
+ } = _ref123;
2857
+ return /*#__PURE__*/React.createElement(Icon.default, {
2858
+ width: size,
2859
+ height: size,
2860
+ ref: ref,
2861
+ xmlns: "http://www.w3.org/2000/svg",
2862
+ viewBox: "0 0 32 32",
2863
+ fill: "currentColor",
2864
+ ...rest
2865
+ }, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2866
+ d: "M30,16V9a7.0078,7.0078,0,0,0-7-7H2V16H8.4648l3.5774,5.3662.8453,5.9165A2.0094,2.0094,0,0,0,14.8672,29H17a3.0033,3.0033,0,0,0,3-3V20h6A4.0045,4.0045,0,0,0,30,16ZM8,14H4V4H8Zm20,2a2.0025,2.0025,0,0,1-2,2H18v8a1.0008,1.0008,0,0,1-1,1H14.8672l-.9094-6.3662L10,14.6973V4H23a5.0057,5.0057,0,0,1,5,5Z"
2867
+ })), children);
2868
+ });
2869
+ if (process.env.NODE_ENV !== "production") {
2870
+ ThumbsDown.propTypes = iconPropTypes4cbeb95d.i;
2871
+ }
2872
+ const ThumbsDownFilled = /*#__PURE__*/React.forwardRef(function ThumbsDownFilled(_ref124, ref) {
2873
+ let {
2874
+ children,
2875
+ size = 16,
2876
+ ...rest
2877
+ } = _ref124;
2878
+ return /*#__PURE__*/React.createElement(Icon.default, {
2879
+ width: size,
2880
+ height: size,
2881
+ ref: ref,
2882
+ xmlns: "http://www.w3.org/2000/svg",
2883
+ viewBox: "0 0 32 32",
2884
+ fill: "currentColor",
2885
+ ...rest
2886
+ }, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2887
+ d: "M2 2H7V16H2zM23 2H9V16.8027l3.0422 4.5635.8453 5.9165A2.0094 2.0094 0 0014.8672 29H15a3.0033 3.0033 0 003-3V20h8a4.0045 4.0045 0 004-4V9A7.0078 7.0078 0 0023 2z"
2888
+ })), children);
2889
+ });
2890
+ if (process.env.NODE_ENV !== "production") {
2891
+ ThumbsDownFilled.propTypes = iconPropTypes4cbeb95d.i;
2892
+ }
2893
+ const ThumbsUp = /*#__PURE__*/React.forwardRef(function ThumbsUp(_ref125, ref) {
2894
+ let {
2895
+ children,
2896
+ size = 16,
2897
+ ...rest
2898
+ } = _ref125;
2899
+ return /*#__PURE__*/React.createElement(Icon.default, {
2900
+ width: size,
2901
+ height: size,
2902
+ ref: ref,
2903
+ xmlns: "http://www.w3.org/2000/svg",
2904
+ viewBox: "0 0 32 32",
2905
+ fill: "currentColor",
2906
+ ...rest
2907
+ }, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2908
+ d: "M26,12H20V6a3.0033,3.0033,0,0,0-3-3H14.8672a2.0094,2.0094,0,0,0-1.98,1.7173l-.8453,5.9165L8.4648,16H2V30H23a7.0078,7.0078,0,0,0,7-7V16A4.0045,4.0045,0,0,0,26,12ZM8,28H4V18H8Zm20-5a5.0057,5.0057,0,0,1-5,5H10V17.3027l3.9578-5.9365L14.8672,5H17a1.0008,1.0008,0,0,1,1,1v8h8a2.0025,2.0025,0,0,1,2,2Z"
2909
+ })), children);
2910
+ });
2911
+ if (process.env.NODE_ENV !== "production") {
2912
+ ThumbsUp.propTypes = iconPropTypes4cbeb95d.i;
2913
+ }
2914
+
2915
+ exports.QT = QT;
2916
+ exports.QTAlt = QTAlt;
2917
+ exports.Subdirectory = Subdirectory;
2918
+ exports.Subflow = Subflow;
2919
+ exports.SubflowLocal = SubflowLocal;
2920
+ exports.SubjectDefinition = SubjectDefinition;
2921
+ exports.SubjectUsage = SubjectUsage;
2922
+ exports.SubnetAclRules = SubnetAclRules;
2923
+ exports.Subtract = Subtract;
2924
+ exports.SubtractAlt = SubtractAlt;
2925
+ exports.SubtractFilled = SubtractFilled;
2926
+ exports.SubtractLarge = SubtractLarge;
2927
+ exports.Succession = Succession;
2928
+ exports.SummaryKpi = SummaryKpi;
2929
+ exports.SummaryKpiMirror = SummaryKpiMirror;
2930
+ exports.Sun = Sun;
2931
+ exports.Sunrise = Sunrise;
2932
+ exports.Sunset = Sunset;
2933
+ exports.SupportVectorMachine = SupportVectorMachine;
2934
+ exports.Sustainability = Sustainability;
2935
+ exports.Svg = Svg;
2936
+ exports.Swim = Swim;
2937
+ exports.SwitchLayer_2 = SwitchLayer_2;
2938
+ exports.SwitchLayer_3 = SwitchLayer_3;
2939
+ exports.Switcher = Switcher;
2940
+ exports.SyncSettings = SyncSettings;
2941
+ exports.SysProvision = SysProvision;
2942
+ exports.SysplexDistributor = SysplexDistributor;
2943
+ exports.Table = Table;
2944
+ exports.TableAlias = TableAlias;
2945
+ exports.TableBuilt = TableBuilt;
2946
+ exports.TableOfContents = TableOfContents;
2947
+ exports.TableShortcut = TableShortcut;
2948
+ exports.TableSplit = TableSplit;
2949
+ exports.Tablet = Tablet;
2950
+ exports.TabletLandscape = TabletLandscape;
2951
+ exports.Tag = Tag;
2952
+ exports.TagEdit = TagEdit;
2953
+ exports.TagExport = TagExport;
2954
+ exports.TagGroup = TagGroup;
2955
+ exports.TagImport = TagImport;
2956
+ exports.TagNone = TagNone;
2957
+ exports.Tank = Tank;
2958
+ exports.Task = Task;
2959
+ exports.TaskAdd = TaskAdd;
2960
+ exports.TaskApproved = TaskApproved;
2961
+ exports.TaskAssetView = TaskAssetView;
2962
+ exports.TaskComplete = TaskComplete;
2963
+ exports.TaskLocation = TaskLocation;
2964
+ exports.TaskRemove = TaskRemove;
2965
+ exports.TaskSettings = TaskSettings;
2966
+ exports.TaskStar = TaskStar;
2967
+ exports.TaskTools = TaskTools;
2968
+ exports.TaskView = TaskView;
2969
+ exports.Taste = Taste;
2970
+ exports.Taxi = Taxi;
2971
+ exports.TcpIpService = TcpIpService;
2972
+ exports.Temperature = Temperature;
2973
+ exports.TemperatureCelsius = TemperatureCelsius;
2974
+ exports.TemperatureCelsiusAlt = TemperatureCelsiusAlt;
2975
+ exports.TemperatureFahrenheit = TemperatureFahrenheit;
2976
+ exports.TemperatureFahrenheitAlt = TemperatureFahrenheitAlt;
2977
+ exports.TemperatureFeelsLike = TemperatureFeelsLike;
2978
+ exports.TemperatureFrigid = TemperatureFrigid;
2979
+ exports.TemperatureHot = TemperatureHot;
2980
+ exports.TemperatureInversion = TemperatureInversion;
2981
+ exports.TemperatureMax = TemperatureMax;
2982
+ exports.TemperatureMin = TemperatureMin;
2983
+ exports.TemperatureWater = TemperatureWater;
2984
+ exports.Template = Template;
2985
+ exports.Tennis = Tennis;
2986
+ exports.TennisBall = TennisBall;
2987
+ exports.Term = Term;
2988
+ exports.TermReference = TermReference;
2989
+ exports.Terminal = Terminal;
2990
+ exports.Terminal_3270 = Terminal_3270;
2991
+ exports.TestTool = TestTool;
2992
+ exports.TextAlignCenter = TextAlignCenter;
2993
+ exports.TextAlignJustify = TextAlignJustify;
2994
+ exports.TextAlignLeft = TextAlignLeft;
2995
+ exports.TextAlignMixed = TextAlignMixed;
2996
+ exports.TextAlignRight = TextAlignRight;
2997
+ exports.TextAllCaps = TextAllCaps;
2998
+ exports.TextBold = TextBold;
2999
+ exports.TextClearFormat = TextClearFormat;
3000
+ exports.TextColor = TextColor;
3001
+ exports.TextCreation = TextCreation;
3002
+ exports.TextFill = TextFill;
3003
+ exports.TextFont = TextFont;
3004
+ exports.TextFootnote = TextFootnote;
3005
+ exports.TextHighlight = TextHighlight;
3006
+ exports.TextIndent = TextIndent;
3007
+ exports.TextIndentLess = TextIndentLess;
3008
+ exports.TextIndentMore = TextIndentMore;
3009
+ exports.TextItalic = TextItalic;
3010
+ exports.TextKerning = TextKerning;
3011
+ exports.TextLeading = TextLeading;
3012
+ exports.TextLineSpacing = TextLineSpacing;
3013
+ exports.TextLink = TextLink;
3014
+ exports.TextLinkAnalysis = TextLinkAnalysis;
3015
+ exports.TextLongParagraph = TextLongParagraph;
3016
+ exports.TextMining = TextMining;
3017
+ exports.TextMiningApplier = TextMiningApplier;
3018
+ exports.TextNewLine = TextNewLine;
3019
+ exports.TextScale = TextScale;
3020
+ exports.TextSelection = TextSelection;
3021
+ exports.TextShortParagraph = TextShortParagraph;
3022
+ exports.TextSmallCaps = TextSmallCaps;
3023
+ exports.TextStrikethrough = TextStrikethrough;
3024
+ exports.TextSubscript = TextSubscript;
3025
+ exports.TextSuperscript = TextSuperscript;
3026
+ exports.TextTracking = TextTracking;
3027
+ exports.TextUnderline = TextUnderline;
3028
+ exports.TextVerticalAlignment = TextVerticalAlignment;
3029
+ exports.TextWrap = TextWrap;
3030
+ exports.Theater = Theater;
3031
+ exports.ThisSideUp = ThisSideUp;
3032
+ exports.Thumbnail_1 = Thumbnail_1;
3033
+ exports.Thumbnail_2 = Thumbnail_2;
3034
+ exports.ThumbsDown = ThumbsDown;
3035
+ exports.ThumbsDownFilled = ThumbsDownFilled;
3036
+ exports.ThumbsUp = ThumbsUp;
3037
+ exports.WatsonHealthTextAnnotationToggle = WatsonHealthTextAnnotationToggle;
3038
+ exports.WatsonHealthThreshold = WatsonHealthThreshold;
3039
+ exports.WatsonHealthThumbnailPreview = WatsonHealthThumbnailPreview;