@carbon/icons-react 11.35.0 → 11.36.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/SyncSettings.d.ts +11 -0
- package/es/SyncSettings.js +42 -0
- package/es/generated/bucket-14.d.ts +2 -2
- package/es/generated/bucket-14.js +91 -89
- package/es/generated/bucket-15.d.ts +2 -2
- package/es/generated/bucket-15.js +480 -478
- package/es/generated/bucket-16.d.ts +2 -2
- package/es/generated/bucket-16.js +476 -478
- package/es/generated/bucket-17.d.ts +2 -1
- package/es/generated/bucket-17.js +429 -406
- package/es/index.js +4 -4
- package/lib/SyncSettings.d.ts +11 -0
- package/lib/SyncSettings.js +48 -0
- package/lib/generated/bucket-14.d.ts +2 -2
- package/lib/generated/bucket-14.js +91 -89
- package/lib/generated/bucket-15.d.ts +2 -2
- package/lib/generated/bucket-15.js +480 -478
- package/lib/generated/bucket-16.d.ts +2 -2
- package/lib/generated/bucket-16.js +476 -478
- package/lib/generated/bucket-17.d.ts +2 -1
- package/lib/generated/bucket-17.js +429 -405
- package/lib/index.js +4 -3
- package/package.json +3 -3
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonIconType } from './CarbonIcon';
|
|
10
|
+
declare const SyncSettings: CarbonIconType;
|
|
11
|
+
export default SyncSettings
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import React from 'react';
|
|
10
|
+
import Icon from './Icon.js';
|
|
11
|
+
import { i as iconPropTypes } from './iconPropTypes-4cbeb95d.js';
|
|
12
|
+
import '@carbon/icon-helpers';
|
|
13
|
+
import 'prop-types';
|
|
14
|
+
|
|
15
|
+
var _path, _path2;
|
|
16
|
+
const SyncSettings = /*#__PURE__*/React.forwardRef(function SyncSettings(_ref, ref) {
|
|
17
|
+
let {
|
|
18
|
+
children,
|
|
19
|
+
size = 16,
|
|
20
|
+
...rest
|
|
21
|
+
} = _ref;
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
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
|
+
strokeWidth: "0",
|
|
32
|
+
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"
|
|
33
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
strokeWidth: "0",
|
|
35
|
+
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"
|
|
36
|
+
})), children);
|
|
37
|
+
});
|
|
38
|
+
if (process.env.NODE_ENV !== "production") {
|
|
39
|
+
SyncSettings.propTypes = iconPropTypes;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export { SyncSettings as default };
|
|
@@ -113,6 +113,7 @@ declare const _Swim: CarbonIconType;
|
|
|
113
113
|
declare const _SwitchLayer_2: CarbonIconType;
|
|
114
114
|
declare const _SwitchLayer_3: CarbonIconType;
|
|
115
115
|
declare const _Switcher: CarbonIconType;
|
|
116
|
+
declare const _SyncSettings: CarbonIconType;
|
|
116
117
|
declare const _SysProvision: CarbonIconType;
|
|
117
118
|
declare const _QT: CarbonIconType;
|
|
118
119
|
declare const _QTAlt: CarbonIconType;
|
|
@@ -131,5 +132,4 @@ declare const _TagGroup: CarbonIconType;
|
|
|
131
132
|
declare const _TagImport: CarbonIconType;
|
|
132
133
|
declare const _TagNone: CarbonIconType;
|
|
133
134
|
declare const _Tank: CarbonIconType;
|
|
134
|
-
|
|
135
|
-
export { _SkipBackOutlineFilled as SkipBackOutlineFilled, _SkipBackOutlineSolid as SkipBackOutlineSolid, _SkipBackSolidFilled as SkipBackSolidFilled, _SkipForward as SkipForward, _SkipForwardFilled as SkipForwardFilled, _SkipForwardOutline as SkipForwardOutline, _SkipForwardOutlineFilled as SkipForwardOutlineFilled, _SkipForwardOutlineSolid as SkipForwardOutlineSolid, _SkipForwardSolidFilled as SkipForwardSolidFilled, _Sleet as Sleet, _Slisor as Slisor, _Slm as Slm, _Smell as Smell, _Smoke as Smoke, _WatsonHealthSmoothing as WatsonHealthSmoothing, _WatsonHealthSmoothingCursor as WatsonHealthSmoothingCursor, _Snooze as Snooze, _Snow as Snow, _SnowBlizzard as SnowBlizzard, _SnowHeavy as SnowHeavy, _SnowScattered as SnowScattered, _SnowScatteredNight as SnowScatteredNight, _SnowDensity as SnowDensity, _Snowflake as Snowflake, _Soccer as Soccer, _SoftwareResource as SoftwareResource, _SoftwareResourceCluster as SoftwareResourceCluster, _SoftwareResourceResource as SoftwareResourceResource, _SoilMoisture as SoilMoisture, _SoilMoistureField as SoilMoistureField, _SoilMoistureGlobal as SoilMoistureGlobal, _SoilTemperature as SoilTemperature, _SoilTemperatureField as SoilTemperatureField, _SoilTemperatureGlobal as SoilTemperatureGlobal, _SolarPanel as SolarPanel, _SortAscending as SortAscending, _SortDescending as SortDescending, _SortRemove as SortRemove, _SpellCheck as SpellCheck, _WatsonHealthSpineLabel as WatsonHealthSpineLabel, _Split as Split, _WatsonHealthSplitDiscard as WatsonHealthSplitDiscard, _SplitScreen as SplitScreen, _SprayPaint as SprayPaint, _Sprout as Sprout, _Sql as Sql, _SquareFill as SquareFill, _StackLimitation as StackLimitation, _WatsonHealthStackedMove as WatsonHealthStackedMove, _WatsonHealthStackedScrolling_1 as WatsonHealthStackedScrolling_1, _WatsonHealthStackedScrolling_2 as WatsonHealthStackedScrolling_2, _Stamp as Stamp, _Star as Star, _StarFilled as StarFilled, _StarHalf as StarHalf, _StarReview as StarReview, _WatsonHealthStatusAcknowledge as WatsonHealthStatusAcknowledge, _WatsonHealthStatusChange as WatsonHealthStatusChange, _WatsonHealthStatusPartialFail as WatsonHealthStatusPartialFail, _WatsonHealthStatusResolved as WatsonHealthStatusResolved, _StayInside as StayInside, _StemLeafPlot as StemLeafPlot, _Stethoscope as Stethoscope, _Stop as Stop, _StopFilled as StopFilled, _StopFilledAlt as StopFilledAlt, _StopOutline as StopOutline, _StopOutlineFilled as StopOutlineFilled, _StopSign as StopSign, _StopSignFilled as StopSignFilled, _StoragePool as StoragePool, _StorageRequest as StorageRequest, _Store as Store, _StormTracker as StormTracker, _Strawberry as Strawberry, _WatsonHealthStressBreathEditor as WatsonHealthStressBreathEditor, _StringInteger as StringInteger, _StringText as StringText, _WatsonHealthStudyNext as WatsonHealthStudyNext, _WatsonHealthStudyPrevious as WatsonHealthStudyPrevious, _WatsonHealthStudyRead as WatsonHealthStudyRead, _WatsonHealthStudySkip as WatsonHealthStudySkip, _WatsonHealthStudyTransfer as WatsonHealthStudyTransfer, _WatsonHealthStudyUnread as WatsonHealthStudyUnread, _WatsonHealthStudyView as WatsonHealthStudyView, _WatsonHealthSubVolume as WatsonHealthSubVolume, _Subdirectory as Subdirectory, _Subflow as Subflow, _SubflowLocal as SubflowLocal, _SubnetAclRules as SubnetAclRules, _Subtract as Subtract, _SubtractAlt as SubtractAlt, _SubtractFilled as SubtractFilled, _SubtractLarge as SubtractLarge, _SummaryKpi as SummaryKpi, _SummaryKpiMirror as SummaryKpiMirror, _Sun as Sun, _Sunrise as Sunrise, _Sunset as Sunset, _SupportVectorMachine as SupportVectorMachine, _Sustainability as Sustainability, _Svg as Svg, _Swim as Swim, _SwitchLayer_2 as SwitchLayer_2, _SwitchLayer_3 as SwitchLayer_3, _Switcher as Switcher, _SysProvision as SysProvision, _QT as QT, _QTAlt as QTAlt, _Table as Table, _TableAlias as TableAlias, _TableBuilt as TableBuilt, _TableShortcut as TableShortcut, _TableSplit as TableSplit, _TableOfContents as TableOfContents, _Tablet as Tablet, _TabletLandscape as TabletLandscape, _Tag as Tag, _TagEdit as TagEdit, _TagExport as TagExport, _TagGroup as TagGroup, _TagImport as TagImport, _TagNone as TagNone, _Tank as Tank, _Task as Task };
|
|
135
|
+
export { _SkipBackOutlineFilled as SkipBackOutlineFilled, _SkipBackOutlineSolid as SkipBackOutlineSolid, _SkipBackSolidFilled as SkipBackSolidFilled, _SkipForward as SkipForward, _SkipForwardFilled as SkipForwardFilled, _SkipForwardOutline as SkipForwardOutline, _SkipForwardOutlineFilled as SkipForwardOutlineFilled, _SkipForwardOutlineSolid as SkipForwardOutlineSolid, _SkipForwardSolidFilled as SkipForwardSolidFilled, _Sleet as Sleet, _Slisor as Slisor, _Slm as Slm, _Smell as Smell, _Smoke as Smoke, _WatsonHealthSmoothing as WatsonHealthSmoothing, _WatsonHealthSmoothingCursor as WatsonHealthSmoothingCursor, _Snooze as Snooze, _Snow as Snow, _SnowBlizzard as SnowBlizzard, _SnowHeavy as SnowHeavy, _SnowScattered as SnowScattered, _SnowScatteredNight as SnowScatteredNight, _SnowDensity as SnowDensity, _Snowflake as Snowflake, _Soccer as Soccer, _SoftwareResource as SoftwareResource, _SoftwareResourceCluster as SoftwareResourceCluster, _SoftwareResourceResource as SoftwareResourceResource, _SoilMoisture as SoilMoisture, _SoilMoistureField as SoilMoistureField, _SoilMoistureGlobal as SoilMoistureGlobal, _SoilTemperature as SoilTemperature, _SoilTemperatureField as SoilTemperatureField, _SoilTemperatureGlobal as SoilTemperatureGlobal, _SolarPanel as SolarPanel, _SortAscending as SortAscending, _SortDescending as SortDescending, _SortRemove as SortRemove, _SpellCheck as SpellCheck, _WatsonHealthSpineLabel as WatsonHealthSpineLabel, _Split as Split, _WatsonHealthSplitDiscard as WatsonHealthSplitDiscard, _SplitScreen as SplitScreen, _SprayPaint as SprayPaint, _Sprout as Sprout, _Sql as Sql, _SquareFill as SquareFill, _StackLimitation as StackLimitation, _WatsonHealthStackedMove as WatsonHealthStackedMove, _WatsonHealthStackedScrolling_1 as WatsonHealthStackedScrolling_1, _WatsonHealthStackedScrolling_2 as WatsonHealthStackedScrolling_2, _Stamp as Stamp, _Star as Star, _StarFilled as StarFilled, _StarHalf as StarHalf, _StarReview as StarReview, _WatsonHealthStatusAcknowledge as WatsonHealthStatusAcknowledge, _WatsonHealthStatusChange as WatsonHealthStatusChange, _WatsonHealthStatusPartialFail as WatsonHealthStatusPartialFail, _WatsonHealthStatusResolved as WatsonHealthStatusResolved, _StayInside as StayInside, _StemLeafPlot as StemLeafPlot, _Stethoscope as Stethoscope, _Stop as Stop, _StopFilled as StopFilled, _StopFilledAlt as StopFilledAlt, _StopOutline as StopOutline, _StopOutlineFilled as StopOutlineFilled, _StopSign as StopSign, _StopSignFilled as StopSignFilled, _StoragePool as StoragePool, _StorageRequest as StorageRequest, _Store as Store, _StormTracker as StormTracker, _Strawberry as Strawberry, _WatsonHealthStressBreathEditor as WatsonHealthStressBreathEditor, _StringInteger as StringInteger, _StringText as StringText, _WatsonHealthStudyNext as WatsonHealthStudyNext, _WatsonHealthStudyPrevious as WatsonHealthStudyPrevious, _WatsonHealthStudyRead as WatsonHealthStudyRead, _WatsonHealthStudySkip as WatsonHealthStudySkip, _WatsonHealthStudyTransfer as WatsonHealthStudyTransfer, _WatsonHealthStudyUnread as WatsonHealthStudyUnread, _WatsonHealthStudyView as WatsonHealthStudyView, _WatsonHealthSubVolume as WatsonHealthSubVolume, _Subdirectory as Subdirectory, _Subflow as Subflow, _SubflowLocal as SubflowLocal, _SubnetAclRules as SubnetAclRules, _Subtract as Subtract, _SubtractAlt as SubtractAlt, _SubtractFilled as SubtractFilled, _SubtractLarge as SubtractLarge, _SummaryKpi as SummaryKpi, _SummaryKpiMirror as SummaryKpiMirror, _Sun as Sun, _Sunrise as Sunrise, _Sunset as Sunset, _SupportVectorMachine as SupportVectorMachine, _Sustainability as Sustainability, _Svg as Svg, _Swim as Swim, _SwitchLayer_2 as SwitchLayer_2, _SwitchLayer_3 as SwitchLayer_3, _Switcher as Switcher, _SyncSettings as SyncSettings, _SysProvision as SysProvision, _QT as QT, _QTAlt as QTAlt, _Table as Table, _TableAlias as TableAlias, _TableBuilt as TableBuilt, _TableShortcut as TableShortcut, _TableSplit as TableSplit, _TableOfContents as TableOfContents, _Tablet as Tablet, _TabletLandscape as TabletLandscape, _Tag as Tag, _TagEdit as TagEdit, _TagExport as TagExport, _TagGroup as TagGroup, _TagImport as TagImport, _TagNone as TagNone, _Tank as Tank };
|
|
@@ -12,7 +12,7 @@ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
|
12
12
|
import '@carbon/icon-helpers';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
|
|
15
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _circle, _path25, _path26, _path27, _path28, _path29, _circle2, _path30, _circle3, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _circle4, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _circle5, _circle6, _circle7, _circle8, _circle9, _circle10, _circle11, _circle12, _path63, _path64, _path65, _path66, _path67, _circle13, _circle14, _circle15, _circle16, _circle17, _circle18, _circle19, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _circle20, _circle21, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _circle22, _circle23, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206,
|
|
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, _circle, _path25, _path26, _path27, _path28, _path29, _circle2, _path30, _circle3, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _circle4, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _circle5, _circle6, _circle7, _circle8, _circle9, _circle10, _circle11, _circle12, _path63, _path64, _path65, _path66, _path67, _circle13, _circle14, _circle15, _circle16, _circle17, _circle18, _circle19, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _circle20, _circle21, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _circle22, _circle23, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _circle24, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229, _path230, _circle25, _path231, _path232, _path233, _path234, _path235, _path236, _path237;
|
|
16
16
|
const SkipBackOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipBackOutlineFilled(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
@@ -2650,7 +2650,7 @@ const Switcher = /*#__PURE__*/React.forwardRef(function Switcher(_ref106, ref) {
|
|
|
2650
2650
|
if (process.env.NODE_ENV !== "production") {
|
|
2651
2651
|
Switcher.propTypes = iconPropTypes;
|
|
2652
2652
|
}
|
|
2653
|
-
const
|
|
2653
|
+
const SyncSettings = /*#__PURE__*/React.forwardRef(function SyncSettings(_ref107, ref) {
|
|
2654
2654
|
let {
|
|
2655
2655
|
children,
|
|
2656
2656
|
size = 16,
|
|
@@ -2665,26 +2665,51 @@ const SysProvision = /*#__PURE__*/React.forwardRef(function SysProvision(_ref107
|
|
|
2665
2665
|
fill: "currentColor",
|
|
2666
2666
|
...rest
|
|
2667
2667
|
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2668
|
+
strokeWidth: "0",
|
|
2669
|
+
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"
|
|
2670
|
+
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2671
|
+
strokeWidth: "0",
|
|
2672
|
+
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"
|
|
2673
|
+
})), children);
|
|
2674
|
+
});
|
|
2675
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2676
|
+
SyncSettings.propTypes = iconPropTypes;
|
|
2677
|
+
}
|
|
2678
|
+
const SysProvision = /*#__PURE__*/React.forwardRef(function SysProvision(_ref108, ref) {
|
|
2679
|
+
let {
|
|
2680
|
+
children,
|
|
2681
|
+
size = 16,
|
|
2682
|
+
...rest
|
|
2683
|
+
} = _ref108;
|
|
2684
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2685
|
+
width: size,
|
|
2686
|
+
height: size,
|
|
2687
|
+
ref: ref,
|
|
2688
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2689
|
+
viewBox: "0 0 32 32",
|
|
2690
|
+
fill: "currentColor",
|
|
2691
|
+
...rest
|
|
2692
|
+
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2668
2693
|
d: "M21 20L21 30 30 25 21 20z"
|
|
2669
2694
|
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
2670
2695
|
cx: "14",
|
|
2671
2696
|
cy: "14",
|
|
2672
2697
|
r: "2"
|
|
2673
|
-
})),
|
|
2698
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2674
2699
|
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"
|
|
2675
|
-
})),
|
|
2700
|
+
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2676
2701
|
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"
|
|
2677
2702
|
})), children);
|
|
2678
2703
|
});
|
|
2679
2704
|
if (process.env.NODE_ENV !== "production") {
|
|
2680
2705
|
SysProvision.propTypes = iconPropTypes;
|
|
2681
2706
|
}
|
|
2682
|
-
const QT = /*#__PURE__*/React.forwardRef(function QT(
|
|
2707
|
+
const QT = /*#__PURE__*/React.forwardRef(function QT(_ref109, ref) {
|
|
2683
2708
|
let {
|
|
2684
2709
|
children,
|
|
2685
2710
|
size = 16,
|
|
2686
2711
|
...rest
|
|
2687
|
-
} =
|
|
2712
|
+
} = _ref109;
|
|
2688
2713
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2689
2714
|
width: size,
|
|
2690
2715
|
height: size,
|
|
@@ -2693,19 +2718,19 @@ const QT = /*#__PURE__*/React.forwardRef(function QT(_ref108, ref) {
|
|
|
2693
2718
|
viewBox: "0 0 32 32",
|
|
2694
2719
|
fill: "currentColor",
|
|
2695
2720
|
...rest
|
|
2696
|
-
},
|
|
2721
|
+
}, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2697
2722
|
d: "M12 11L15 11 15 23 17 23 17 11 20 11 20 9 12 9 12 11z"
|
|
2698
2723
|
})), children);
|
|
2699
2724
|
});
|
|
2700
2725
|
if (process.env.NODE_ENV !== "production") {
|
|
2701
2726
|
QT.propTypes = iconPropTypes;
|
|
2702
2727
|
}
|
|
2703
|
-
const QTAlt = /*#__PURE__*/React.forwardRef(function QTAlt(
|
|
2728
|
+
const QTAlt = /*#__PURE__*/React.forwardRef(function QTAlt(_ref110, ref) {
|
|
2704
2729
|
let {
|
|
2705
2730
|
children,
|
|
2706
2731
|
size = 16,
|
|
2707
2732
|
...rest
|
|
2708
|
-
} =
|
|
2733
|
+
} = _ref110;
|
|
2709
2734
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2710
2735
|
width: size,
|
|
2711
2736
|
height: size,
|
|
@@ -2714,19 +2739,19 @@ const QTAlt = /*#__PURE__*/React.forwardRef(function QTAlt(_ref109, ref) {
|
|
|
2714
2739
|
viewBox: "0 0 32 32",
|
|
2715
2740
|
fill: "currentColor",
|
|
2716
2741
|
...rest
|
|
2717
|
-
},
|
|
2742
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2718
2743
|
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"
|
|
2719
2744
|
})), children);
|
|
2720
2745
|
});
|
|
2721
2746
|
if (process.env.NODE_ENV !== "production") {
|
|
2722
2747
|
QTAlt.propTypes = iconPropTypes;
|
|
2723
2748
|
}
|
|
2724
|
-
const Table = /*#__PURE__*/React.forwardRef(function Table(
|
|
2749
|
+
const Table = /*#__PURE__*/React.forwardRef(function Table(_ref111, ref) {
|
|
2725
2750
|
let {
|
|
2726
2751
|
children,
|
|
2727
2752
|
size = 16,
|
|
2728
2753
|
...rest
|
|
2729
|
-
} =
|
|
2754
|
+
} = _ref111;
|
|
2730
2755
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2731
2756
|
width: size,
|
|
2732
2757
|
height: size,
|
|
@@ -2735,19 +2760,19 @@ const Table = /*#__PURE__*/React.forwardRef(function Table(_ref110, ref) {
|
|
|
2735
2760
|
viewBox: "0 0 32 32",
|
|
2736
2761
|
fill: "currentColor",
|
|
2737
2762
|
...rest
|
|
2738
|
-
},
|
|
2763
|
+
}, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2739
2764
|
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"
|
|
2740
2765
|
})), children);
|
|
2741
2766
|
});
|
|
2742
2767
|
if (process.env.NODE_ENV !== "production") {
|
|
2743
2768
|
Table.propTypes = iconPropTypes;
|
|
2744
2769
|
}
|
|
2745
|
-
const TableAlias = /*#__PURE__*/React.forwardRef(function TableAlias(
|
|
2770
|
+
const TableAlias = /*#__PURE__*/React.forwardRef(function TableAlias(_ref112, ref) {
|
|
2746
2771
|
let {
|
|
2747
2772
|
children,
|
|
2748
2773
|
size = 16,
|
|
2749
2774
|
...rest
|
|
2750
|
-
} =
|
|
2775
|
+
} = _ref112;
|
|
2751
2776
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2752
2777
|
width: size,
|
|
2753
2778
|
height: size,
|
|
@@ -2756,21 +2781,21 @@ const TableAlias = /*#__PURE__*/React.forwardRef(function TableAlias(_ref111, re
|
|
|
2756
2781
|
viewBox: "0 0 32 32",
|
|
2757
2782
|
fill: "currentColor",
|
|
2758
2783
|
...rest
|
|
2759
|
-
},
|
|
2784
|
+
}, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2760
2785
|
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"
|
|
2761
|
-
})),
|
|
2786
|
+
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2762
2787
|
d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
|
|
2763
2788
|
})), children);
|
|
2764
2789
|
});
|
|
2765
2790
|
if (process.env.NODE_ENV !== "production") {
|
|
2766
2791
|
TableAlias.propTypes = iconPropTypes;
|
|
2767
2792
|
}
|
|
2768
|
-
const TableBuilt = /*#__PURE__*/React.forwardRef(function TableBuilt(
|
|
2793
|
+
const TableBuilt = /*#__PURE__*/React.forwardRef(function TableBuilt(_ref113, ref) {
|
|
2769
2794
|
let {
|
|
2770
2795
|
children,
|
|
2771
2796
|
size = 16,
|
|
2772
2797
|
...rest
|
|
2773
|
-
} =
|
|
2798
|
+
} = _ref113;
|
|
2774
2799
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2775
2800
|
width: size,
|
|
2776
2801
|
height: size,
|
|
@@ -2779,19 +2804,19 @@ const TableBuilt = /*#__PURE__*/React.forwardRef(function TableBuilt(_ref112, re
|
|
|
2779
2804
|
viewBox: "0 0 32 32",
|
|
2780
2805
|
fill: "currentColor",
|
|
2781
2806
|
...rest
|
|
2782
|
-
},
|
|
2807
|
+
}, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
2783
2808
|
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"
|
|
2784
2809
|
})), children);
|
|
2785
2810
|
});
|
|
2786
2811
|
if (process.env.NODE_ENV !== "production") {
|
|
2787
2812
|
TableBuilt.propTypes = iconPropTypes;
|
|
2788
2813
|
}
|
|
2789
|
-
const TableShortcut = /*#__PURE__*/React.forwardRef(function TableShortcut(
|
|
2814
|
+
const TableShortcut = /*#__PURE__*/React.forwardRef(function TableShortcut(_ref114, ref) {
|
|
2790
2815
|
let {
|
|
2791
2816
|
children,
|
|
2792
2817
|
size = 16,
|
|
2793
2818
|
...rest
|
|
2794
|
-
} =
|
|
2819
|
+
} = _ref114;
|
|
2795
2820
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2796
2821
|
width: size,
|
|
2797
2822
|
height: size,
|
|
@@ -2800,21 +2825,21 @@ const TableShortcut = /*#__PURE__*/React.forwardRef(function TableShortcut(_ref1
|
|
|
2800
2825
|
viewBox: "0 0 32 32",
|
|
2801
2826
|
fill: "currentColor",
|
|
2802
2827
|
...rest
|
|
2803
|
-
},
|
|
2828
|
+
}, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2804
2829
|
d: "M5 18L5 20 10.586 20 3 27.586 4.414 29 12 21.414 12 27 14 27 14 18 5 18z"
|
|
2805
|
-
})),
|
|
2830
|
+
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
2806
2831
|
d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
|
|
2807
2832
|
})), children);
|
|
2808
2833
|
});
|
|
2809
2834
|
if (process.env.NODE_ENV !== "production") {
|
|
2810
2835
|
TableShortcut.propTypes = iconPropTypes;
|
|
2811
2836
|
}
|
|
2812
|
-
const TableSplit = /*#__PURE__*/React.forwardRef(function TableSplit(
|
|
2837
|
+
const TableSplit = /*#__PURE__*/React.forwardRef(function TableSplit(_ref115, ref) {
|
|
2813
2838
|
let {
|
|
2814
2839
|
children,
|
|
2815
2840
|
size = 16,
|
|
2816
2841
|
...rest
|
|
2817
|
-
} =
|
|
2842
|
+
} = _ref115;
|
|
2818
2843
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2819
2844
|
width: size,
|
|
2820
2845
|
height: size,
|
|
@@ -2823,19 +2848,19 @@ const TableSplit = /*#__PURE__*/React.forwardRef(function TableSplit(_ref114, re
|
|
|
2823
2848
|
viewBox: "0 0 32 32",
|
|
2824
2849
|
fill: "currentColor",
|
|
2825
2850
|
...rest
|
|
2826
|
-
},
|
|
2851
|
+
}, _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
2827
2852
|
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"
|
|
2828
2853
|
})), children);
|
|
2829
2854
|
});
|
|
2830
2855
|
if (process.env.NODE_ENV !== "production") {
|
|
2831
2856
|
TableSplit.propTypes = iconPropTypes;
|
|
2832
2857
|
}
|
|
2833
|
-
const TableOfContents = /*#__PURE__*/React.forwardRef(function TableOfContents(
|
|
2858
|
+
const TableOfContents = /*#__PURE__*/React.forwardRef(function TableOfContents(_ref116, ref) {
|
|
2834
2859
|
let {
|
|
2835
2860
|
children,
|
|
2836
2861
|
size = 16,
|
|
2837
2862
|
...rest
|
|
2838
|
-
} =
|
|
2863
|
+
} = _ref116;
|
|
2839
2864
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2840
2865
|
width: size,
|
|
2841
2866
|
height: size,
|
|
@@ -2844,19 +2869,19 @@ const TableOfContents = /*#__PURE__*/React.forwardRef(function TableOfContents(_
|
|
|
2844
2869
|
viewBox: "0 0 32 32",
|
|
2845
2870
|
fill: "currentColor",
|
|
2846
2871
|
...rest
|
|
2847
|
-
},
|
|
2872
|
+
}, _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
2848
2873
|
d: "M4 6H22V8H4zM4 12H22V14H4zM4 18H22V20H4zM4 24H22V26H4zM26 6H28V8H26zM26 12H28V14H26zM26 18H28V20H26zM26 24H28V26H26z"
|
|
2849
2874
|
})), children);
|
|
2850
2875
|
});
|
|
2851
2876
|
if (process.env.NODE_ENV !== "production") {
|
|
2852
2877
|
TableOfContents.propTypes = iconPropTypes;
|
|
2853
2878
|
}
|
|
2854
|
-
const Tablet = /*#__PURE__*/React.forwardRef(function Tablet(
|
|
2879
|
+
const Tablet = /*#__PURE__*/React.forwardRef(function Tablet(_ref117, ref) {
|
|
2855
2880
|
let {
|
|
2856
2881
|
children,
|
|
2857
2882
|
size = 16,
|
|
2858
2883
|
...rest
|
|
2859
|
-
} =
|
|
2884
|
+
} = _ref117;
|
|
2860
2885
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2861
2886
|
width: size,
|
|
2862
2887
|
height: size,
|
|
@@ -2865,22 +2890,22 @@ const Tablet = /*#__PURE__*/React.forwardRef(function Tablet(_ref116, ref) {
|
|
|
2865
2890
|
viewBox: "0 0 32 32",
|
|
2866
2891
|
fill: "currentColor",
|
|
2867
2892
|
...rest
|
|
2868
|
-
},
|
|
2893
|
+
}, _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
2869
2894
|
d: "M15 22H17V28H15z",
|
|
2870
2895
|
transform: "rotate(90 16 25)"
|
|
2871
|
-
})),
|
|
2896
|
+
})), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
2872
2897
|
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"
|
|
2873
2898
|
})), children);
|
|
2874
2899
|
});
|
|
2875
2900
|
if (process.env.NODE_ENV !== "production") {
|
|
2876
2901
|
Tablet.propTypes = iconPropTypes;
|
|
2877
2902
|
}
|
|
2878
|
-
const TabletLandscape = /*#__PURE__*/React.forwardRef(function TabletLandscape(
|
|
2903
|
+
const TabletLandscape = /*#__PURE__*/React.forwardRef(function TabletLandscape(_ref118, ref) {
|
|
2879
2904
|
let {
|
|
2880
2905
|
children,
|
|
2881
2906
|
size = 16,
|
|
2882
2907
|
...rest
|
|
2883
|
-
} =
|
|
2908
|
+
} = _ref118;
|
|
2884
2909
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2885
2910
|
width: size,
|
|
2886
2911
|
height: size,
|
|
@@ -2889,21 +2914,21 @@ const TabletLandscape = /*#__PURE__*/React.forwardRef(function TabletLandscape(_
|
|
|
2889
2914
|
viewBox: "0 0 32 32",
|
|
2890
2915
|
fill: "currentColor",
|
|
2891
2916
|
...rest
|
|
2892
|
-
},
|
|
2917
|
+
}, _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
|
2893
2918
|
d: "M24 13H26V19H24z"
|
|
2894
|
-
})),
|
|
2919
|
+
})), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
|
2895
2920
|
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"
|
|
2896
2921
|
})), children);
|
|
2897
2922
|
});
|
|
2898
2923
|
if (process.env.NODE_ENV !== "production") {
|
|
2899
2924
|
TabletLandscape.propTypes = iconPropTypes;
|
|
2900
2925
|
}
|
|
2901
|
-
const Tag = /*#__PURE__*/React.forwardRef(function Tag(
|
|
2926
|
+
const Tag = /*#__PURE__*/React.forwardRef(function Tag(_ref119, ref) {
|
|
2902
2927
|
let {
|
|
2903
2928
|
children,
|
|
2904
2929
|
size = 16,
|
|
2905
2930
|
...rest
|
|
2906
|
-
} =
|
|
2931
|
+
} = _ref119;
|
|
2907
2932
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2908
2933
|
width: size,
|
|
2909
2934
|
height: size,
|
|
@@ -2912,21 +2937,21 @@ const Tag = /*#__PURE__*/React.forwardRef(function Tag(_ref118, ref) {
|
|
|
2912
2937
|
viewBox: "0 0 32 32",
|
|
2913
2938
|
fill: "currentColor",
|
|
2914
2939
|
...rest
|
|
2915
|
-
},
|
|
2940
|
+
}, _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
|
|
2916
2941
|
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"
|
|
2917
|
-
})),
|
|
2942
|
+
})), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
|
|
2918
2943
|
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"
|
|
2919
2944
|
})), children);
|
|
2920
2945
|
});
|
|
2921
2946
|
if (process.env.NODE_ENV !== "production") {
|
|
2922
2947
|
Tag.propTypes = iconPropTypes;
|
|
2923
2948
|
}
|
|
2924
|
-
const TagEdit = /*#__PURE__*/React.forwardRef(function TagEdit(
|
|
2949
|
+
const TagEdit = /*#__PURE__*/React.forwardRef(function TagEdit(_ref120, ref) {
|
|
2925
2950
|
let {
|
|
2926
2951
|
children,
|
|
2927
2952
|
size = 16,
|
|
2928
2953
|
...rest
|
|
2929
|
-
} =
|
|
2954
|
+
} = _ref120;
|
|
2930
2955
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2931
2956
|
width: size,
|
|
2932
2957
|
height: size,
|
|
@@ -2935,21 +2960,21 @@ const TagEdit = /*#__PURE__*/React.forwardRef(function TagEdit(_ref119, ref) {
|
|
|
2935
2960
|
viewBox: "0 0 32 32",
|
|
2936
2961
|
fill: "currentColor",
|
|
2937
2962
|
...rest
|
|
2938
|
-
},
|
|
2963
|
+
}, _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
|
|
2939
2964
|
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"
|
|
2940
|
-
})),
|
|
2965
|
+
})), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
|
|
2941
2966
|
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"
|
|
2942
2967
|
})), children);
|
|
2943
2968
|
});
|
|
2944
2969
|
if (process.env.NODE_ENV !== "production") {
|
|
2945
2970
|
TagEdit.propTypes = iconPropTypes;
|
|
2946
2971
|
}
|
|
2947
|
-
const TagExport = /*#__PURE__*/React.forwardRef(function TagExport(
|
|
2972
|
+
const TagExport = /*#__PURE__*/React.forwardRef(function TagExport(_ref121, ref) {
|
|
2948
2973
|
let {
|
|
2949
2974
|
children,
|
|
2950
2975
|
size = 16,
|
|
2951
2976
|
...rest
|
|
2952
|
-
} =
|
|
2977
|
+
} = _ref121;
|
|
2953
2978
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2954
2979
|
width: size,
|
|
2955
2980
|
height: size,
|
|
@@ -2958,21 +2983,21 @@ const TagExport = /*#__PURE__*/React.forwardRef(function TagExport(_ref120, ref)
|
|
|
2958
2983
|
viewBox: "0 0 32 32",
|
|
2959
2984
|
fill: "currentColor",
|
|
2960
2985
|
...rest
|
|
2961
|
-
},
|
|
2986
|
+
}, _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
|
|
2962
2987
|
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"
|
|
2963
|
-
})),
|
|
2988
|
+
})), _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
|
|
2964
2989
|
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"
|
|
2965
2990
|
})), children);
|
|
2966
2991
|
});
|
|
2967
2992
|
if (process.env.NODE_ENV !== "production") {
|
|
2968
2993
|
TagExport.propTypes = iconPropTypes;
|
|
2969
2994
|
}
|
|
2970
|
-
const TagGroup = /*#__PURE__*/React.forwardRef(function TagGroup(
|
|
2995
|
+
const TagGroup = /*#__PURE__*/React.forwardRef(function TagGroup(_ref122, ref) {
|
|
2971
2996
|
let {
|
|
2972
2997
|
children,
|
|
2973
2998
|
size = 16,
|
|
2974
2999
|
...rest
|
|
2975
|
-
} =
|
|
3000
|
+
} = _ref122;
|
|
2976
3001
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2977
3002
|
width: size,
|
|
2978
3003
|
height: size,
|
|
@@ -2985,21 +3010,21 @@ const TagGroup = /*#__PURE__*/React.forwardRef(function TagGroup(_ref121, ref) {
|
|
|
2985
3010
|
cx: "10",
|
|
2986
3011
|
cy: "14",
|
|
2987
3012
|
r: "2"
|
|
2988
|
-
})),
|
|
3013
|
+
})), _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
|
|
2989
3014
|
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"
|
|
2990
|
-
})),
|
|
3015
|
+
})), _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
|
|
2991
3016
|
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"
|
|
2992
3017
|
})), children);
|
|
2993
3018
|
});
|
|
2994
3019
|
if (process.env.NODE_ENV !== "production") {
|
|
2995
3020
|
TagGroup.propTypes = iconPropTypes;
|
|
2996
3021
|
}
|
|
2997
|
-
const TagImport = /*#__PURE__*/React.forwardRef(function TagImport(
|
|
3022
|
+
const TagImport = /*#__PURE__*/React.forwardRef(function TagImport(_ref123, ref) {
|
|
2998
3023
|
let {
|
|
2999
3024
|
children,
|
|
3000
3025
|
size = 16,
|
|
3001
3026
|
...rest
|
|
3002
|
-
} =
|
|
3027
|
+
} = _ref123;
|
|
3003
3028
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
3004
3029
|
width: size,
|
|
3005
3030
|
height: size,
|
|
@@ -3008,21 +3033,21 @@ const TagImport = /*#__PURE__*/React.forwardRef(function TagImport(_ref122, ref)
|
|
|
3008
3033
|
viewBox: "0 0 32 32",
|
|
3009
3034
|
fill: "currentColor",
|
|
3010
3035
|
...rest
|
|
3011
|
-
},
|
|
3036
|
+
}, _path233 || (_path233 = /*#__PURE__*/React.createElement("path", {
|
|
3012
3037
|
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"
|
|
3013
|
-
})),
|
|
3038
|
+
})), _path234 || (_path234 = /*#__PURE__*/React.createElement("path", {
|
|
3014
3039
|
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"
|
|
3015
3040
|
})), children);
|
|
3016
3041
|
});
|
|
3017
3042
|
if (process.env.NODE_ENV !== "production") {
|
|
3018
3043
|
TagImport.propTypes = iconPropTypes;
|
|
3019
3044
|
}
|
|
3020
|
-
const TagNone = /*#__PURE__*/React.forwardRef(function TagNone(
|
|
3045
|
+
const TagNone = /*#__PURE__*/React.forwardRef(function TagNone(_ref124, ref) {
|
|
3021
3046
|
let {
|
|
3022
3047
|
children,
|
|
3023
3048
|
size = 16,
|
|
3024
3049
|
...rest
|
|
3025
|
-
} =
|
|
3050
|
+
} = _ref124;
|
|
3026
3051
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
3027
3052
|
width: size,
|
|
3028
3053
|
height: size,
|
|
@@ -3031,21 +3056,21 @@ const TagNone = /*#__PURE__*/React.forwardRef(function TagNone(_ref123, ref) {
|
|
|
3031
3056
|
viewBox: "0 0 32 32",
|
|
3032
3057
|
fill: "currentColor",
|
|
3033
3058
|
...rest
|
|
3034
|
-
},
|
|
3059
|
+
}, _path235 || (_path235 = /*#__PURE__*/React.createElement("path", {
|
|
3035
3060
|
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"
|
|
3036
|
-
})),
|
|
3061
|
+
})), _path236 || (_path236 = /*#__PURE__*/React.createElement("path", {
|
|
3037
3062
|
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"
|
|
3038
3063
|
})), children);
|
|
3039
3064
|
});
|
|
3040
3065
|
if (process.env.NODE_ENV !== "production") {
|
|
3041
3066
|
TagNone.propTypes = iconPropTypes;
|
|
3042
3067
|
}
|
|
3043
|
-
const Tank = /*#__PURE__*/React.forwardRef(function Tank(
|
|
3068
|
+
const Tank = /*#__PURE__*/React.forwardRef(function Tank(_ref125, ref) {
|
|
3044
3069
|
let {
|
|
3045
3070
|
children,
|
|
3046
3071
|
size = 16,
|
|
3047
3072
|
...rest
|
|
3048
|
-
} =
|
|
3073
|
+
} = _ref125;
|
|
3049
3074
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
3050
3075
|
width: size,
|
|
3051
3076
|
height: size,
|
|
@@ -3054,35 +3079,12 @@ const Tank = /*#__PURE__*/React.forwardRef(function Tank(_ref124, ref) {
|
|
|
3054
3079
|
viewBox: "0 0 32 32",
|
|
3055
3080
|
fill: "currentColor",
|
|
3056
3081
|
...rest
|
|
3057
|
-
},
|
|
3082
|
+
}, _path237 || (_path237 = /*#__PURE__*/React.createElement("path", {
|
|
3058
3083
|
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"
|
|
3059
3084
|
})), children);
|
|
3060
3085
|
});
|
|
3061
3086
|
if (process.env.NODE_ENV !== "production") {
|
|
3062
3087
|
Tank.propTypes = iconPropTypes;
|
|
3063
3088
|
}
|
|
3064
|
-
const Task = /*#__PURE__*/React.forwardRef(function Task(_ref125, ref) {
|
|
3065
|
-
let {
|
|
3066
|
-
children,
|
|
3067
|
-
size = 16,
|
|
3068
|
-
...rest
|
|
3069
|
-
} = _ref125;
|
|
3070
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
3071
|
-
width: size,
|
|
3072
|
-
height: size,
|
|
3073
|
-
ref: ref,
|
|
3074
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3075
|
-
viewBox: "0 0 32 32",
|
|
3076
|
-
fill: "currentColor",
|
|
3077
|
-
...rest
|
|
3078
|
-
}, _path236 || (_path236 = /*#__PURE__*/React.createElement("path", {
|
|
3079
|
-
d: "M14 20.18L10.41 16.59 9 18 14 23 23 14 21.59 12.58 14 20.18z"
|
|
3080
|
-
})), _path237 || (_path237 = /*#__PURE__*/React.createElement("path", {
|
|
3081
|
-
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"
|
|
3082
|
-
})), children);
|
|
3083
|
-
});
|
|
3084
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3085
|
-
Task.propTypes = iconPropTypes;
|
|
3086
|
-
}
|
|
3087
3089
|
|
|
3088
|
-
export { QT, QTAlt, SkipBackOutlineFilled, SkipBackOutlineSolid, SkipBackSolidFilled, SkipForward, SkipForwardFilled, SkipForwardOutline, SkipForwardOutlineFilled, SkipForwardOutlineSolid, SkipForwardSolidFilled, Sleet, Slisor, Slm, Smell, Smoke, Snooze, Snow, SnowBlizzard, SnowDensity, SnowHeavy, SnowScattered, SnowScatteredNight, Snowflake, Soccer, SoftwareResource, SoftwareResourceCluster, SoftwareResourceResource, SoilMoisture, SoilMoistureField, SoilMoistureGlobal, SoilTemperature, SoilTemperatureField, SoilTemperatureGlobal, SolarPanel, SortAscending, SortDescending, SortRemove, SpellCheck, Split, SplitScreen, SprayPaint, Sprout, Sql, SquareFill, StackLimitation, Stamp, Star, StarFilled, StarHalf, StarReview, StayInside, StemLeafPlot, Stethoscope, Stop, StopFilled, StopFilledAlt, StopOutline, StopOutlineFilled, StopSign, StopSignFilled, StoragePool, StorageRequest, Store, StormTracker, Strawberry, StringInteger, StringText, Subdirectory, Subflow, SubflowLocal, SubnetAclRules, Subtract, SubtractAlt, SubtractFilled, SubtractLarge, SummaryKpi, SummaryKpiMirror, Sun, Sunrise, Sunset, SupportVectorMachine, Sustainability, Svg, Swim, SwitchLayer_2, SwitchLayer_3, Switcher, SysProvision, Table, TableAlias, TableBuilt, TableOfContents, TableShortcut, TableSplit, Tablet, TabletLandscape, Tag, TagEdit, TagExport, TagGroup, TagImport, TagNone, Tank,
|
|
3090
|
+
export { QT, QTAlt, SkipBackOutlineFilled, SkipBackOutlineSolid, SkipBackSolidFilled, SkipForward, SkipForwardFilled, SkipForwardOutline, SkipForwardOutlineFilled, SkipForwardOutlineSolid, SkipForwardSolidFilled, Sleet, Slisor, Slm, Smell, Smoke, Snooze, Snow, SnowBlizzard, SnowDensity, SnowHeavy, SnowScattered, SnowScatteredNight, Snowflake, Soccer, SoftwareResource, SoftwareResourceCluster, SoftwareResourceResource, SoilMoisture, SoilMoistureField, SoilMoistureGlobal, SoilTemperature, SoilTemperatureField, SoilTemperatureGlobal, SolarPanel, SortAscending, SortDescending, SortRemove, SpellCheck, Split, SplitScreen, SprayPaint, Sprout, Sql, SquareFill, StackLimitation, Stamp, Star, StarFilled, StarHalf, StarReview, StayInside, StemLeafPlot, Stethoscope, Stop, StopFilled, StopFilledAlt, StopOutline, StopOutlineFilled, StopSign, StopSignFilled, StoragePool, StorageRequest, Store, StormTracker, Strawberry, StringInteger, StringText, Subdirectory, Subflow, SubflowLocal, SubnetAclRules, Subtract, SubtractAlt, SubtractFilled, SubtractLarge, SummaryKpi, SummaryKpiMirror, Sun, Sunrise, Sunset, SupportVectorMachine, Sustainability, Svg, Swim, SwitchLayer_2, SwitchLayer_3, Switcher, SyncSettings, SysProvision, Table, TableAlias, TableBuilt, TableOfContents, TableShortcut, TableSplit, Tablet, TabletLandscape, Tag, TagEdit, TagExport, TagGroup, TagImport, TagNone, Tank, WatsonHealthSmoothing, WatsonHealthSmoothingCursor, WatsonHealthSpineLabel, WatsonHealthSplitDiscard, WatsonHealthStackedMove, WatsonHealthStackedScrolling_1, WatsonHealthStackedScrolling_2, WatsonHealthStatusAcknowledge, WatsonHealthStatusChange, WatsonHealthStatusPartialFail, WatsonHealthStatusResolved, WatsonHealthStressBreathEditor, WatsonHealthStudyNext, WatsonHealthStudyPrevious, WatsonHealthStudyRead, WatsonHealthStudySkip, WatsonHealthStudyTransfer, WatsonHealthStudyUnread, WatsonHealthStudyView, WatsonHealthSubVolume };
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
8
|
*/
|
|
9
9
|
import type { CarbonIconType } from '../CarbonIcon';
|
|
10
|
+
declare const _Task: CarbonIconType;
|
|
10
11
|
declare const _TaskAdd: CarbonIconType;
|
|
11
12
|
declare const _TaskApproved: CarbonIconType;
|
|
12
13
|
declare const _TaskAssetView: CarbonIconType;
|
|
@@ -131,5 +132,4 @@ declare const _TransformBinary: CarbonIconType;
|
|
|
131
132
|
declare const _TransformInstructions: CarbonIconType;
|
|
132
133
|
declare const _TransformLanguage: CarbonIconType;
|
|
133
134
|
declare const _Transgender: CarbonIconType;
|
|
134
|
-
|
|
135
|
-
export { _TaskAdd as TaskAdd, _TaskApproved as TaskApproved, _TaskAssetView as TaskAssetView, _TaskComplete as TaskComplete, _TaskLocation as TaskLocation, _TaskRemove as TaskRemove, _TaskSettings as TaskSettings, _TaskStar as TaskStar, _TaskTools as TaskTools, _TaskView as TaskView, _Taste as Taste, _Taxi as Taxi, _TcpIpService as TcpIpService, _Temperature as Temperature, _TemperatureCelsius as TemperatureCelsius, _TemperatureCelsiusAlt as TemperatureCelsiusAlt, _TemperatureFahrenheit as TemperatureFahrenheit, _TemperatureFahrenheitAlt as TemperatureFahrenheitAlt, _TemperatureFeelsLike as TemperatureFeelsLike, _TemperatureFrigid as TemperatureFrigid, _TemperatureHot as TemperatureHot, _TemperatureInversion as TemperatureInversion, _TemperatureMax as TemperatureMax, _TemperatureMin as TemperatureMin, _TemperatureWater as TemperatureWater, _Template as Template, _Tennis as Tennis, _TennisBall as TennisBall, _Term as Term, _Terminal as Terminal, _Terminal_3270 as Terminal_3270, _TestTool as TestTool, _TextAlignCenter as TextAlignCenter, _TextAlignJustify as TextAlignJustify, _TextAlignLeft as TextAlignLeft, _TextAlignMixed as TextAlignMixed, _TextAlignRight as TextAlignRight, _TextAllCaps as TextAllCaps, _TextBold as TextBold, _TextClearFormat as TextClearFormat, _TextColor as TextColor, _TextCreation as TextCreation, _TextFill as TextFill, _TextFont as TextFont, _TextFootnote as TextFootnote, _TextHighlight as TextHighlight, _TextIndent as TextIndent, _TextIndentLess as TextIndentLess, _TextIndentMore as TextIndentMore, _TextItalic as TextItalic, _TextKerning as TextKerning, _TextLeading as TextLeading, _TextLineSpacing as TextLineSpacing, _TextLongParagraph as TextLongParagraph, _TextNewLine as TextNewLine, _TextScale as TextScale, _TextSelection as TextSelection, _TextShortParagraph as TextShortParagraph, _TextSmallCaps as TextSmallCaps, _TextStrikethrough as TextStrikethrough, _TextSubscript as TextSubscript, _TextSuperscript as TextSuperscript, _TextTracking as TextTracking, _TextUnderline as TextUnderline, _TextVerticalAlignment as TextVerticalAlignment, _TextWrap as TextWrap, _WatsonHealthTextAnnotationToggle as WatsonHealthTextAnnotationToggle, _TextLink as TextLink, _TextLinkAnalysis as TextLinkAnalysis, _TextMining as TextMining, _TextMiningApplier as TextMiningApplier, _Theater as Theater, _ThisSideUp as ThisSideUp, _WatsonHealthThreshold as WatsonHealthThreshold, _Thumbnail_1 as Thumbnail_1, _Thumbnail_2 as Thumbnail_2, _WatsonHealthThumbnailPreview as WatsonHealthThumbnailPreview, _ThumbsDown as ThumbsDown, _ThumbsDownFilled as ThumbsDownFilled, _ThumbsUp as ThumbsUp, _ThumbsUpFilled as ThumbsUpFilled, _Thunderstorm as Thunderstorm, _ThunderstormScattered as ThunderstormScattered, _ThunderstormScatteredNight as ThunderstormScatteredNight, _ThunderstormSevere as ThunderstormSevere, _ThunderstormStrong as ThunderstormStrong, _Ticket as Ticket, _Tides as Tides, _Tif as Tif, _Time as Time, _TimeFilled as TimeFilled, _TimePlot as TimePlot, _Timer as Timer, _ToolBox as ToolBox, _ToolKit as ToolKit, _Tools as Tools, _ToolsAlt as ToolsAlt, _Tornado as Tornado, _TornadoWarning as TornadoWarning, _Touch_1 as Touch_1, _Touch_1Filled as Touch_1Filled, _Touch_1Down as Touch_1Down, _Touch_1DownFilled as Touch_1DownFilled, _Touch_2 as Touch_2, _Touch_2Filled as Touch_2Filled, _TouchInteraction as TouchInteraction, _Tour as Tour, _TrafficEvent as TrafficEvent, _TrafficFlow as TrafficFlow, _TrafficFlowIncident as TrafficFlowIncident, _TrafficIncident as TrafficIncident, _TrafficWeatherIncident as TrafficWeatherIncident, _TrafficCone as TrafficCone, _Train as Train, _TrainHeart as TrainHeart, _TrainProfile as TrainProfile, _TrainSpeed as TrainSpeed, _TrainTicket as TrainTicket, _TrainTime as TrainTime, _Tram as Tram, _TransformBinary as TransformBinary, _TransformInstructions as TransformInstructions, _TransformLanguage as TransformLanguage, _Transgender as Transgender, _Translate as Translate };
|
|
135
|
+
export { _Task as Task, _TaskAdd as TaskAdd, _TaskApproved as TaskApproved, _TaskAssetView as TaskAssetView, _TaskComplete as TaskComplete, _TaskLocation as TaskLocation, _TaskRemove as TaskRemove, _TaskSettings as TaskSettings, _TaskStar as TaskStar, _TaskTools as TaskTools, _TaskView as TaskView, _Taste as Taste, _Taxi as Taxi, _TcpIpService as TcpIpService, _Temperature as Temperature, _TemperatureCelsius as TemperatureCelsius, _TemperatureCelsiusAlt as TemperatureCelsiusAlt, _TemperatureFahrenheit as TemperatureFahrenheit, _TemperatureFahrenheitAlt as TemperatureFahrenheitAlt, _TemperatureFeelsLike as TemperatureFeelsLike, _TemperatureFrigid as TemperatureFrigid, _TemperatureHot as TemperatureHot, _TemperatureInversion as TemperatureInversion, _TemperatureMax as TemperatureMax, _TemperatureMin as TemperatureMin, _TemperatureWater as TemperatureWater, _Template as Template, _Tennis as Tennis, _TennisBall as TennisBall, _Term as Term, _Terminal as Terminal, _Terminal_3270 as Terminal_3270, _TestTool as TestTool, _TextAlignCenter as TextAlignCenter, _TextAlignJustify as TextAlignJustify, _TextAlignLeft as TextAlignLeft, _TextAlignMixed as TextAlignMixed, _TextAlignRight as TextAlignRight, _TextAllCaps as TextAllCaps, _TextBold as TextBold, _TextClearFormat as TextClearFormat, _TextColor as TextColor, _TextCreation as TextCreation, _TextFill as TextFill, _TextFont as TextFont, _TextFootnote as TextFootnote, _TextHighlight as TextHighlight, _TextIndent as TextIndent, _TextIndentLess as TextIndentLess, _TextIndentMore as TextIndentMore, _TextItalic as TextItalic, _TextKerning as TextKerning, _TextLeading as TextLeading, _TextLineSpacing as TextLineSpacing, _TextLongParagraph as TextLongParagraph, _TextNewLine as TextNewLine, _TextScale as TextScale, _TextSelection as TextSelection, _TextShortParagraph as TextShortParagraph, _TextSmallCaps as TextSmallCaps, _TextStrikethrough as TextStrikethrough, _TextSubscript as TextSubscript, _TextSuperscript as TextSuperscript, _TextTracking as TextTracking, _TextUnderline as TextUnderline, _TextVerticalAlignment as TextVerticalAlignment, _TextWrap as TextWrap, _WatsonHealthTextAnnotationToggle as WatsonHealthTextAnnotationToggle, _TextLink as TextLink, _TextLinkAnalysis as TextLinkAnalysis, _TextMining as TextMining, _TextMiningApplier as TextMiningApplier, _Theater as Theater, _ThisSideUp as ThisSideUp, _WatsonHealthThreshold as WatsonHealthThreshold, _Thumbnail_1 as Thumbnail_1, _Thumbnail_2 as Thumbnail_2, _WatsonHealthThumbnailPreview as WatsonHealthThumbnailPreview, _ThumbsDown as ThumbsDown, _ThumbsDownFilled as ThumbsDownFilled, _ThumbsUp as ThumbsUp, _ThumbsUpFilled as ThumbsUpFilled, _Thunderstorm as Thunderstorm, _ThunderstormScattered as ThunderstormScattered, _ThunderstormScatteredNight as ThunderstormScatteredNight, _ThunderstormSevere as ThunderstormSevere, _ThunderstormStrong as ThunderstormStrong, _Ticket as Ticket, _Tides as Tides, _Tif as Tif, _Time as Time, _TimeFilled as TimeFilled, _TimePlot as TimePlot, _Timer as Timer, _ToolBox as ToolBox, _ToolKit as ToolKit, _Tools as Tools, _ToolsAlt as ToolsAlt, _Tornado as Tornado, _TornadoWarning as TornadoWarning, _Touch_1 as Touch_1, _Touch_1Filled as Touch_1Filled, _Touch_1Down as Touch_1Down, _Touch_1DownFilled as Touch_1DownFilled, _Touch_2 as Touch_2, _Touch_2Filled as Touch_2Filled, _TouchInteraction as TouchInteraction, _Tour as Tour, _TrafficEvent as TrafficEvent, _TrafficFlow as TrafficFlow, _TrafficFlowIncident as TrafficFlowIncident, _TrafficIncident as TrafficIncident, _TrafficWeatherIncident as TrafficWeatherIncident, _TrafficCone as TrafficCone, _Train as Train, _TrainHeart as TrainHeart, _TrainProfile as TrainProfile, _TrainSpeed as TrainSpeed, _TrainTicket as TrainTicket, _TrainTime as TrainTime, _Tram as Tram, _TransformBinary as TransformBinary, _TransformInstructions as TransformInstructions, _TransformLanguage as TransformLanguage, _Transgender as Transgender };
|