@splunk/react-icons 5.9.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 (75) 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/CHANGELOG.md +27 -0
  36. package/ChartLineTrendDown.d.ts +2 -0
  37. package/ChartLineTrendDown.js +150 -0
  38. package/ChartLineTrendUp.d.ts +2 -0
  39. package/ChartLineTrendUp.js +150 -0
  40. package/ChartParallelCoordinates.js +1 -1
  41. package/CogSquare.d.ts +2 -0
  42. package/CogSquare.js +156 -0
  43. package/DonutPie75.js +2 -2
  44. package/Fire.js +1 -1
  45. package/LICENSE +1 -1
  46. package/Lightning.js +1 -1
  47. package/WindowBellList.d.ts +2 -0
  48. package/WindowBellList.js +160 -0
  49. package/WindowPulse.d.ts +2 -0
  50. package/WindowPulse.js +152 -0
  51. package/docker-compose.yml +1 -1
  52. package/icon-catalog.json +264 -0
  53. package/package.json +4 -4
  54. package/types/icons/ArrowTrendRightDown.d.ts +17 -0
  55. package/types/icons/ArrowTrendRightUp.d.ts +17 -0
  56. package/types/icons/BackgroundBalloon.d.ts +17 -0
  57. package/types/icons/BackgroundBell.d.ts +17 -0
  58. package/types/icons/BackgroundCircle.d.ts +17 -0
  59. package/types/icons/BackgroundDiamond.d.ts +17 -0
  60. package/types/icons/BackgroundFire.d.ts +17 -0
  61. package/types/icons/BackgroundFlame.d.ts +17 -0
  62. package/types/icons/BackgroundHexagon.d.ts +17 -0
  63. package/types/icons/BackgroundLightning.d.ts +17 -0
  64. package/types/icons/BackgroundSquare.d.ts +17 -0
  65. package/types/icons/BackgroundStarEightPoints.d.ts +17 -0
  66. package/types/icons/BackgroundStarSparklesDouble.d.ts +17 -0
  67. package/types/icons/BackgroundTriangle.d.ts +17 -0
  68. package/types/icons/BackgroundTriangleDown.d.ts +17 -0
  69. package/types/icons/BackgroundTrianglesLayeredDouble.d.ts +17 -0
  70. package/types/icons/BackgroundTrianglesLayeredTriple.d.ts +17 -0
  71. package/types/icons/ChartLineTrendDown.d.ts +17 -0
  72. package/types/icons/ChartLineTrendUp.d.ts +17 -0
  73. package/types/icons/CogSquare.d.ts +17 -0
  74. package/types/icons/WindowBellList.d.ts +17 -0
  75. package/types/icons/WindowPulse.d.ts +17 -0
@@ -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;
@@ -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;
@@ -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;