@splunk/react-icons 5.8.0 → 5.10.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 (108) hide show
  1. package/ArrowTrendRightDown.d.ts +2 -0
  2. package/ArrowTrendRightDown.js +146 -0
  3. package/ArrowTrendRightUp.d.ts +2 -0
  4. package/ArrowTrendRightUp.js +146 -0
  5. package/BackgroundBalloon.d.ts +2 -0
  6. package/BackgroundBalloon.js +146 -0
  7. package/BackgroundBell.d.ts +2 -0
  8. package/BackgroundBell.js +146 -0
  9. package/BackgroundCircle.d.ts +2 -0
  10. package/BackgroundCircle.js +146 -0
  11. package/BackgroundDiamond.d.ts +2 -0
  12. package/BackgroundDiamond.js +146 -0
  13. package/BackgroundFire.d.ts +2 -0
  14. package/BackgroundFire.js +146 -0
  15. package/BackgroundFlame.d.ts +2 -0
  16. package/BackgroundFlame.js +146 -0
  17. package/BackgroundHexagon.d.ts +2 -0
  18. package/BackgroundHexagon.js +146 -0
  19. package/BackgroundLightning.d.ts +2 -0
  20. package/BackgroundLightning.js +146 -0
  21. package/BackgroundSquare.d.ts +2 -0
  22. package/BackgroundSquare.js +146 -0
  23. package/BackgroundStarEightPoints.d.ts +2 -0
  24. package/BackgroundStarEightPoints.js +146 -0
  25. package/BackgroundStarSparklesDouble.d.ts +2 -0
  26. package/BackgroundStarSparklesDouble.js +146 -0
  27. package/BackgroundTriangle.d.ts +2 -0
  28. package/BackgroundTriangle.js +146 -0
  29. package/BackgroundTriangleDown.d.ts +2 -0
  30. package/BackgroundTriangleDown.js +146 -0
  31. package/BackgroundTrianglesLayeredDouble.d.ts +2 -0
  32. package/BackgroundTrianglesLayeredDouble.js +146 -0
  33. package/BackgroundTrianglesLayeredTriple.d.ts +2 -0
  34. package/BackgroundTrianglesLayeredTriple.js +146 -0
  35. package/Bell.js +2 -2
  36. package/BellDot.js +3 -3
  37. package/BellSlashed.js +3 -3
  38. package/CHANGELOG.md +37 -0
  39. package/ChartLineTrendDown.d.ts +2 -0
  40. package/ChartLineTrendDown.js +150 -0
  41. package/ChartLineTrendUp.d.ts +2 -0
  42. package/ChartLineTrendUp.js +150 -0
  43. package/ChartParallelCoordinates.js +1 -1
  44. package/CloudArrowInRight.js +1 -1
  45. package/CloudArrowOutRight.d.ts +2 -0
  46. package/CloudArrowOutRight.js +150 -0
  47. package/CloudNodesInside.js +3 -3
  48. package/CogSquare.d.ts +2 -0
  49. package/CogSquare.js +156 -0
  50. package/CursorArrowClicking.js +9 -9
  51. package/DonutPie75.js +2 -2
  52. package/EraserUnderline.js +4 -4
  53. package/FilterArrowDown.js +4 -4
  54. package/FilterArrowUp.js +4 -4
  55. package/FilterArrowUpDown.js +2 -2
  56. package/FingerPointClicking.js +5 -5
  57. package/Fire.js +1 -1
  58. package/HeartRibbon.js +1 -1
  59. package/KubernetesHelm.js +2 -2
  60. package/LICENSE +1 -1
  61. package/LayersDoubleTransparent.js +1 -1
  62. package/LayoutStacked.d.ts +2 -0
  63. package/LayoutStacked.js +166 -0
  64. package/Lightning.js +1 -1
  65. package/MultipleFolders.d.ts +2 -0
  66. package/{MutipleFolders.js → MultipleFolders.js} +2 -2
  67. package/NodeFollowFour.js +1 -1
  68. package/Paperclip.js +1 -1
  69. package/PhoneReceiverAngledSlashed.js +4 -4
  70. package/RectangularsArrowInto.js +1 -1
  71. package/TextLambdaBroad.js +4 -4
  72. package/WiFiSignalSlash.js +2 -2
  73. package/WindowBellList.d.ts +2 -0
  74. package/WindowBellList.js +160 -0
  75. package/WindowPulse.d.ts +2 -0
  76. package/WindowPulse.js +152 -0
  77. package/docker-compose.yml +1 -1
  78. package/icon-catalog.json +292 -4
  79. package/package.json +4 -4
  80. package/types/icons/ArrowTrendRightDown.d.ts +17 -0
  81. package/types/icons/ArrowTrendRightUp.d.ts +17 -0
  82. package/types/icons/BackgroundBalloon.d.ts +17 -0
  83. package/types/icons/BackgroundBell.d.ts +17 -0
  84. package/types/icons/BackgroundCircle.d.ts +17 -0
  85. package/types/icons/BackgroundDiamond.d.ts +17 -0
  86. package/types/icons/BackgroundFire.d.ts +17 -0
  87. package/types/icons/BackgroundFlame.d.ts +17 -0
  88. package/types/icons/BackgroundHexagon.d.ts +17 -0
  89. package/types/icons/BackgroundLightning.d.ts +17 -0
  90. package/types/icons/BackgroundSquare.d.ts +17 -0
  91. package/types/icons/BackgroundStarEightPoints.d.ts +17 -0
  92. package/types/icons/BackgroundStarSparklesDouble.d.ts +17 -0
  93. package/types/icons/BackgroundTriangle.d.ts +17 -0
  94. package/types/icons/BackgroundTriangleDown.d.ts +17 -0
  95. package/types/icons/BackgroundTrianglesLayeredDouble.d.ts +17 -0
  96. package/types/icons/BackgroundTrianglesLayeredTriple.d.ts +17 -0
  97. package/types/icons/ChartLineTrendDown.d.ts +17 -0
  98. package/types/icons/ChartLineTrendUp.d.ts +17 -0
  99. package/types/icons/CloudArrowInRight.d.ts +1 -1
  100. package/types/icons/CloudArrowOutRight.d.ts +17 -0
  101. package/types/icons/CloudNodesInside.d.ts +1 -1
  102. package/types/icons/CogSquare.d.ts +17 -0
  103. package/types/icons/EraserUnderline.d.ts +2 -2
  104. package/types/icons/LayoutStacked.d.ts +17 -0
  105. package/types/icons/{MutipleFolders.d.ts → MultipleFolders.d.ts} +2 -2
  106. package/types/icons/WindowBellList.d.ts +17 -0
  107. package/types/icons/WindowPulse.d.ts +17 -0
  108. package/MutipleFolders.d.ts +0 -2
@@ -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
+ * @description *Background UI element only for severity and notification icons. Do not use as normal icons.
12
+ * @category Severity
13
+ * @keywords fill and outline, visibility
14
+ * @variants outlined,filled
15
+ */
16
+ declare const BackgroundFire: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundFire;
@@ -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
+ * @description *Background UI element only for severity and notification icons. Do not use as normal icons.
12
+ * @category Severity
13
+ * @keywords fill and outline, visibility
14
+ * @variants outlined,filled
15
+ */
16
+ declare const BackgroundFlame: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundFlame;
@@ -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
+ * @description *Background UI element only for severity and notification icons. Do not use as normal icons.
12
+ * @category Severity
13
+ * @keywords fill and outline, visibility
14
+ * @variants outlined,filled
15
+ */
16
+ declare const BackgroundHexagon: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundHexagon;
@@ -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
+ * @description *Background UI element only for severity and notification icons. Do not use as normal icons.
12
+ * @category Severity
13
+ * @keywords fill and outline, visibility
14
+ * @variants outlined,filled
15
+ */
16
+ declare const BackgroundLightning: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundLightning;
@@ -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
+ * @description *Background UI element only for severity and notification icons. Do not use as normal icons.
12
+ * @category Severity
13
+ * @keywords fill and outline, visibility
14
+ * @variants outlined,filled
15
+ */
16
+ declare const BackgroundSquare: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundSquare;
@@ -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
+ * @description *Background UI element only for severity and notification icons. Do not use as normal icons.
12
+ * @category Severity
13
+ * @keywords fill and outline, visibility
14
+ * @variants outlined,filled
15
+ */
16
+ declare const BackgroundStarEightPoints: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundStarEightPoints;
@@ -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
+ * @description *Background UI element only for severity and notification icons. Do not use as normal icons.
12
+ * @category Severity
13
+ * @keywords fill and outline, visibility
14
+ * @variants outlined,filled
15
+ */
16
+ declare const BackgroundStarSparklesDouble: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundStarSparklesDouble;
@@ -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
+ * @description *Background UI element only for severity and notification icons. Do not use as normal icons.
12
+ * @category Severity
13
+ * @keywords fill and outline, visibility
14
+ * @variants outlined,filled
15
+ */
16
+ declare const BackgroundTriangle: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundTriangle;
@@ -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
+ * @description *Background UI element only for severity and notification icons. Do not use as normal icons.
12
+ * @category Severity
13
+ * @keywords fill and outline, visibility
14
+ * @variants outlined,filled
15
+ */
16
+ declare const BackgroundTriangleDown: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundTriangleDown;
@@ -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
+ * @description *Background UI element only for severity and notification icons. Do not use as normal icons.
12
+ * @category Severity
13
+ * @keywords fill and outline, visibility
14
+ * @variants outlined,filled
15
+ */
16
+ declare const BackgroundTrianglesLayeredDouble: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundTrianglesLayeredDouble;
@@ -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
+ * @description *Background UI element only for severity and notification icons. Do not use as normal icons.
12
+ * @category Severity
13
+ * @keywords fill and outline, visibility
14
+ * @variants outlined,filled
15
+ */
16
+ declare const BackgroundTrianglesLayeredTriple: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundTrianglesLayeredTriple;
@@ -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
+ * @description Down trend icon with arrow right down
12
+ * @category Visualization
13
+ * @keywords decreasing, delta, minus, low value, negative
14
+ * @variants outlined,filled
15
+ */
16
+ declare const ChartLineTrendDown: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default ChartLineTrendDown;
@@ -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
+ * @description Up trend icon with arrow right up
12
+ * @category Visualization
13
+ * @keywords increasing, delta, plus, high value, positive
14
+ * @variants outlined,filled
15
+ */
16
+ declare const ChartLineTrendUp: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default ChartLineTrendUp;
@@ -9,7 +9,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
9
9
  }
10
10
  /**
11
11
  * @description Cloud as destination
12
- * @category Actions
12
+ * @category Data Flow
13
13
  * @keywords input, ingest, storage, store, data transfer
14
14
  * @variants outlined,filled
15
15
  */
@@ -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
+ * @description Ingesting data from cloud, AWS, GCP, Azure and other cloud services
12
+ * @category Data Flow
13
+ * @keywords data source, input, transfer, agent, pull
14
+ * @variants outlined,filled
15
+ */
16
+ declare const CloudArrowOutRight: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default CloudArrowOutRight;
@@ -9,7 +9,7 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
9
9
  }
10
10
  /**
11
11
  * @description Cloud data processing
12
- * @category Actions
12
+ * @category Data Flow
13
13
  * @keywords input, output, filter, sorting, computing data transfer
14
14
  * @variants outlined,filled
15
15
  */
@@ -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
+ * @description User customized event icon for indication, notification, alert, and warning.
12
+ * @category Notifications
13
+ * @keywords caution, box, settings, configurations, status
14
+ * @variants outlined,filled
15
+ */
16
+ declare const CogSquare: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default CogSquare;
@@ -5,13 +5,13 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
5
5
  /**
6
6
  * Defaults to outlined, determines the variant of the icon to be rendered
7
7
  */
8
- variant?: 'default' | 'filled' | 'outlined';
8
+ variant?: 'default' | 'outlined' | 'filled';
9
9
  }
10
10
  /**
11
11
  * @description Delete rich text styling, decorations, markers, font-weight, reset to default
12
12
  * @category Actions
13
13
  * @keywords markdown, string, clear format, remove, editing
14
- * @variants filled,outlined
14
+ * @variants outlined,filled
15
15
  */
16
16
  declare const EraserUnderline: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
17
  export default EraserUnderline;
@@ -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
+ * @description Cisco AI Canvas icon, layout stacked container blocks
12
+ * @category Layouts
13
+ * @keywords dashboard studio, data visualization editor
14
+ * @variants outlined,filled
15
+ */
16
+ declare const LayoutStacked: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default LayoutStacked;
@@ -13,5 +13,5 @@ export interface IconBaseProps extends React.ComponentProps<typeof SVG> {
13
13
  * @keywords categories, organization, storage
14
14
  * @variants outlined,filled
15
15
  */
16
- declare const MutipleFolders: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
- export default MutipleFolders;
16
+ declare const MultipleFolders: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default MultipleFolders;
@@ -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
+ * @description Alert and warning management, triggered alerts, notification list
12
+ * @category Objects
13
+ * @keywords configuration, setting, admin, tasks
14
+ * @variants outlined,filled
15
+ */
16
+ declare const WindowBellList: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default WindowBellList;
@@ -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
+ * @description Monitoring activities, server and application status
12
+ * @category Objects
13
+ * @keywords admin, anomaly, line chart, health
14
+ * @variants outlined,filled
15
+ */
16
+ declare const WindowPulse: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default WindowPulse;
@@ -1,2 +0,0 @@
1
- export { default } from './types/icons/MutipleFolders';
2
- export * from './types/icons/MutipleFolders';