@splunk/react-icons 4.11.0 → 4.13.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 (112) hide show
  1. package/ArrowCounterClockwise.js +1 -1
  2. package/ArrowDownCircle.d.ts +2 -0
  3. package/ArrowDownCircle.js +151 -0
  4. package/ArrowLeftCircle.d.ts +2 -0
  5. package/ArrowLeftCircle.js +151 -0
  6. package/ArrowRightCircle.d.ts +2 -0
  7. package/ArrowRightCircle.js +151 -0
  8. package/ArrowSquareHalfDown.js +2 -2
  9. package/ArrowSquareHalfUp.js +4 -4
  10. package/ArrowUpCircle.d.ts +2 -0
  11. package/ArrowUpCircle.js +151 -0
  12. package/ArrowsRoundedRectangularDoubleSlashed.js +3 -3
  13. package/CHANGELOG.md +37 -0
  14. package/CaretDown.js +2 -2
  15. package/CaretsSmallUpDown.js +2 -2
  16. package/ChartGaugeMarker.js +28 -28
  17. package/ChartSingleValueIcon.js +7 -5
  18. package/CheckBoxCompleted.js +7 -5
  19. package/CheckBoxIndeterminate.js +7 -5
  20. package/CircleTiny.d.ts +2 -0
  21. package/CircleTiny.js +147 -0
  22. package/ControlRewind.js +2 -2
  23. package/CounterCumulative.d.ts +2 -0
  24. package/CounterCumulative.js +155 -0
  25. package/DocumentDrawer.js +2 -2
  26. package/DonutPie.d.ts +2 -0
  27. package/DonutPie.js +147 -0
  28. package/DonutPie25.d.ts +2 -0
  29. package/DonutPie25.js +145 -0
  30. package/DonutPie50.d.ts +2 -0
  31. package/DonutPie50.js +145 -0
  32. package/DonutPie75.d.ts +2 -0
  33. package/DonutPie75.js +145 -0
  34. package/DriveIndexes.js +3 -3
  35. package/FileRipped.d.ts +2 -0
  36. package/FileRipped.js +151 -0
  37. package/Fire.js +1 -1
  38. package/LayersDoubleTransparent.d.ts +2 -0
  39. package/LayersDoubleTransparent.js +149 -0
  40. package/LevelGauge14.d.ts +2 -0
  41. package/LevelGauge14.js +147 -0
  42. package/LevelGauge24.d.ts +2 -0
  43. package/LevelGauge24.js +149 -0
  44. package/LevelGauge34.d.ts +2 -0
  45. package/LevelGauge34.js +151 -0
  46. package/LevelGauge44.d.ts +2 -0
  47. package/LevelGauge44.js +153 -0
  48. package/ListIndentedSquare.d.ts +2 -0
  49. package/ListIndentedSquare.js +155 -0
  50. package/ListToken.js +7 -5
  51. package/MonitorArrow.d.ts +2 -0
  52. package/MonitorArrow.js +155 -0
  53. package/NodeFollowFour.js +1 -1
  54. package/ParallelDotsHorizontal.js +6 -6
  55. package/Pin.js +7 -5
  56. package/PinStuck.js +7 -5
  57. package/PipeS.d.ts +2 -0
  58. package/PipeS.js +151 -0
  59. package/SignalAntenna.d.ts +2 -0
  60. package/SignalAntenna.js +163 -0
  61. package/SignalColumns14.d.ts +2 -0
  62. package/SignalColumns14.js +147 -0
  63. package/SignalColumns24.d.ts +2 -0
  64. package/SignalColumns24.js +149 -0
  65. package/SignalColumns34.d.ts +2 -0
  66. package/SignalColumns34.js +151 -0
  67. package/SignalColumns44.d.ts +2 -0
  68. package/SignalColumns44.js +153 -0
  69. package/Token.js +7 -5
  70. package/TokenKey.d.ts +2 -0
  71. package/TokenKey.js +157 -0
  72. package/WiFiSignal.d.ts +2 -0
  73. package/WiFiSignal.js +151 -0
  74. package/WiFiSignalSlash.d.ts +2 -0
  75. package/WiFiSignalSlash.js +153 -0
  76. package/package.json +2 -2
  77. package/types/icons/ArrowDownCircle.d.ts +19 -0
  78. package/types/icons/ArrowLeftCircle.d.ts +19 -0
  79. package/types/icons/ArrowRightCircle.d.ts +19 -0
  80. package/types/icons/ArrowUpCircle.d.ts +19 -0
  81. package/types/icons/ChartGaugeMarker.d.ts +2 -2
  82. package/types/icons/ChartSingleValueIcon.d.ts +7 -5
  83. package/types/icons/CheckBoxCompleted.d.ts +7 -5
  84. package/types/icons/CheckBoxIndeterminate.d.ts +7 -5
  85. package/types/icons/CircleTiny.d.ts +19 -0
  86. package/types/icons/CounterCumulative.d.ts +19 -0
  87. package/types/icons/DonutPie.d.ts +19 -0
  88. package/types/icons/DonutPie25.d.ts +19 -0
  89. package/types/icons/DonutPie50.d.ts +19 -0
  90. package/types/icons/DonutPie75.d.ts +19 -0
  91. package/types/icons/DriveIndexes.d.ts +3 -3
  92. package/types/icons/FileRipped.d.ts +17 -0
  93. package/types/icons/LayersDoubleTransparent.d.ts +19 -0
  94. package/types/icons/LevelGauge14.d.ts +19 -0
  95. package/types/icons/LevelGauge24.d.ts +19 -0
  96. package/types/icons/LevelGauge34.d.ts +19 -0
  97. package/types/icons/LevelGauge44.d.ts +19 -0
  98. package/types/icons/ListIndentedSquare.d.ts +19 -0
  99. package/types/icons/ListToken.d.ts +7 -5
  100. package/types/icons/MonitorArrow.d.ts +19 -0
  101. package/types/icons/Pin.d.ts +7 -5
  102. package/types/icons/PinStuck.d.ts +7 -5
  103. package/types/icons/PipeS.d.ts +19 -0
  104. package/types/icons/SignalAntenna.d.ts +19 -0
  105. package/types/icons/SignalColumns14.d.ts +19 -0
  106. package/types/icons/SignalColumns24.d.ts +19 -0
  107. package/types/icons/SignalColumns34.d.ts +19 -0
  108. package/types/icons/SignalColumns44.d.ts +19 -0
  109. package/types/icons/Token.d.ts +7 -5
  110. package/types/icons/TokenKey.d.ts +19 -0
  111. package/types/icons/WiFiSignal.d.ts +19 -0
  112. package/types/icons/WiFiSignalSlash.d.ts +19 -0
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Counting action that sum or integrate overall data, time or values
12
+ Data Visualization
13
+ timer, sigma, total, clock, lap
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const CounterCumulative: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default CounterCumulative;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Small visualization element for pie and donut chart
12
+ Data Visualization
13
+ percentage, progress, sparkline, table cell, status, gauge
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const DonutPie: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default DonutPie;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Small visualization element for pie and donut chart
12
+ Data Visualization
13
+ percentage, progress, sparkline, table cell, status, gauge
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const DonutPie25: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default DonutPie25;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Small visualization element for pie and donut chart
12
+ Data Visualization
13
+ percentage, progress, sparkline, table cell, status, gauge
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const DonutPie50: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default DonutPie50;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Small visualization element for pie and donut chart
12
+ Data Visualization
13
+ percentage, progress, sparkline, table cell, status, gauge
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const DonutPie75: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default DonutPie75;
@@ -8,9 +8,9 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- * @description Indexer represents the storage whare index is stored
12
- * @category Data Flow
13
- * @keywords data ingestion, agent
11
+ * @description (Deprecated) Indexer storage where index is stored
12
+ *
13
+ *
14
14
  * @variants outlined,filled
15
15
  */
16
16
  declare const DriveIndexes: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ *
12
+ *
13
+ *
14
+ * @variants outlined,filled
15
+ */
16
+ declare const FileRipped: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
17
+ export default FileRipped;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Service instances icon for Observability APM
12
+ Data Flow
13
+ agent, management, square, duplicate, copy, clone
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const LayersDoubleTransparent: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default LayersDoubleTransparent;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Small visualization element for level filler gauge
12
+ Data Visualization
13
+ percentage, progress, sparkline, table cell, status, gauge
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const LevelGauge14: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default LevelGauge14;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Small visualization element for level filler gauge
12
+ Data Visualization
13
+ percentage, progress, sparkline, table cell, status, gauge
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const LevelGauge24: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default LevelGauge24;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Small visualization element for level filler gauge
12
+ Data Visualization
13
+ percentage, progress, sparkline, table cell, status, gauge
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const LevelGauge34: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default LevelGauge34;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Small visualization element for level filler gauge
12
+ Data Visualization
13
+ percentage, progress, sparkline, table cell, status, gauge
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const LevelGauge44: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default LevelGauge44;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Cascaded list view represents call graph in Splunk Observability APM
12
+ Data Visualization
13
+ AppDynamics, page, file, document, trace, waterfall, hierarchy, function, class
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const ListIndentedSquare: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default ListIndentedSquare;
@@ -8,10 +8,12 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
14
- * @variants outlined,filled
15
- */
11
+ * @description Manage dashboard tokens in Dashboad Studio
12
+ Data Type
13
+ dynamic variable parameter, search result, eval
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
16
18
  declare const ListToken: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
17
19
  export default ListToken;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Pipeline monitoring icon for data management
12
+ Data Flow
13
+ stream, direction, routing, filtering, status check
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const MonitorArrow: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default MonitorArrow;
@@ -8,10 +8,12 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
14
- * @variants outlined,filled
15
- */
11
+ * @description Paddle and ball for table tennis, represents network ping
12
+ Objects
13
+ favorite, task, todo, stick
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
16
18
  declare const Pin: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
17
19
  export default Pin;
@@ -8,10 +8,12 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
14
- * @variants outlined,filled
15
- */
11
+ * @description Pinned status item, click to unpin (O11y), Move an item on the top of list ES (Enterprise Security)
12
+ Actions
13
+ favorite, task, todo, stick
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
16
18
  declare const PinStuck: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
17
19
  export default PinStuck;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Pipeline
12
+ Data Flow
13
+ stream, direction, routing, filtering, status check
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const PipeS: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default PipeS;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Signal icon for mobile internet or wireless networking
12
+ Actions
13
+ strength, broadcasting, on air, micro waves
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const SignalAntenna: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default SignalAntenna;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Mobile internet signal level or network connection quality
12
+ Data Visualization
13
+ percentage, stability, sparkline, table cell, status, gauge
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const SignalColumns14: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default SignalColumns14;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Mobile internet signal level or network connection quality
12
+ Data Visualization
13
+ percentage, stability, sparkline, table cell, status, gauge
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const SignalColumns24: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default SignalColumns24;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Mobile internet signal level or network connection quality
12
+ Data Visualization
13
+ percentage, stability, sparkline, table cell, status, gauge
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const SignalColumns34: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default SignalColumns34;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Mobile internet signal level or network connection quality
12
+ Data Visualization
13
+ percentage, stability, sparkline, table cell, status, gauge
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const SignalColumns44: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default SignalColumns44;
@@ -8,10 +8,12 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
8
8
  variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
- *
12
- *
13
- *
14
- * @variants outlined,filled
15
- */
11
+ * @description Variable token that is used in Dashboard Studio
12
+ Data Type
13
+ coin, dollar mark, money, dynamic variable parameter, search result, eval
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
16
18
  declare const Token: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
17
19
  export default Token;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Access token code for HEC or any use cases
12
+ Data Type
13
+ coin, dollar mark, money, dynamic variable parameter, search result, eval
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const TokenKey: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default TokenKey;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Wireless network or signal, available status
12
+ Actions
13
+ Turn on, internet, connection, wifi, mobile computing
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const WiFiSignal: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default WiFiSignal;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import SVG from '@splunk/react-icons/SVG';
3
+ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
4
+ children?: React.ReactNode;
5
+ /**
6
+ * Defaults to outlined, determines the variant of the icon to be rendered
7
+ */
8
+ variant?: 'default' | 'outlined' | 'filled';
9
+ }
10
+ /**
11
+ * @description Wireless network or signal off, disabled status
12
+ Actions
13
+ Turn off, no internet, connection, wifi, mobile computing
14
+ *
15
+ *
16
+ * @variants outlined,filled
17
+ */
18
+ declare const WiFiSignalSlash: ({ children, variant, ...otherprops }: IconBaseProps) => JSX.Element | null;
19
+ export default WiFiSignalSlash;