@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
package/icon-catalog.json CHANGED
@@ -389,6 +389,30 @@
389
389
  "outlined"
390
390
  ]
391
391
  },
392
+ {
393
+ "name": "ArrowTrendRightDown",
394
+ "key": "./ArrowTrendRightDown",
395
+ "category": "Visualization",
396
+ "description": "Represents negative trend status, downward trajectory, underperformance",
397
+ "keywords": "decline, decrease, reduction, negative delta",
398
+ "variants": [
399
+ "default",
400
+ "filled",
401
+ "outlined"
402
+ ]
403
+ },
404
+ {
405
+ "name": "ArrowTrendRightUp",
406
+ "key": "./ArrowTrendRightUp",
407
+ "category": "Visualization",
408
+ "description": "Represents positive trend status, upward trajectory, growth",
409
+ "keywords": "increase, improvement, positive delta, outperformance",
410
+ "variants": [
411
+ "default",
412
+ "filled",
413
+ "outlined"
414
+ ]
415
+ },
392
416
  {
393
417
  "name": "ArrowTriangleDown",
394
418
  "key": "./ArrowTriangleDown",
@@ -616,6 +640,186 @@
616
640
  "outlined"
617
641
  ]
618
642
  },
643
+ {
644
+ "name": "BackgroundBalloon",
645
+ "key": "./BackgroundBalloon",
646
+ "category": "Severity",
647
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
648
+ "keywords": "fill and outline, visibility",
649
+ "variants": [
650
+ "default",
651
+ "filled",
652
+ "outlined"
653
+ ]
654
+ },
655
+ {
656
+ "name": "BackgroundBell",
657
+ "key": "./BackgroundBell",
658
+ "category": "Severity",
659
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
660
+ "keywords": "fill and outline, visibility",
661
+ "variants": [
662
+ "default",
663
+ "filled",
664
+ "outlined"
665
+ ]
666
+ },
667
+ {
668
+ "name": "BackgroundCircle",
669
+ "key": "./BackgroundCircle",
670
+ "category": "Severity",
671
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
672
+ "keywords": "fill and outline, visibility",
673
+ "variants": [
674
+ "default",
675
+ "filled",
676
+ "outlined"
677
+ ]
678
+ },
679
+ {
680
+ "name": "BackgroundDiamond",
681
+ "key": "./BackgroundDiamond",
682
+ "category": "Severity",
683
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
684
+ "keywords": "fill and outline, visibility",
685
+ "variants": [
686
+ "default",
687
+ "filled",
688
+ "outlined"
689
+ ]
690
+ },
691
+ {
692
+ "name": "BackgroundFire",
693
+ "key": "./BackgroundFire",
694
+ "category": "Severity",
695
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
696
+ "keywords": "fill and outline, visibility",
697
+ "variants": [
698
+ "default",
699
+ "filled",
700
+ "outlined"
701
+ ]
702
+ },
703
+ {
704
+ "name": "BackgroundFlame",
705
+ "key": "./BackgroundFlame",
706
+ "category": "Severity",
707
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
708
+ "keywords": "fill and outline, visibility",
709
+ "variants": [
710
+ "default",
711
+ "filled",
712
+ "outlined"
713
+ ]
714
+ },
715
+ {
716
+ "name": "BackgroundHexagon",
717
+ "key": "./BackgroundHexagon",
718
+ "category": "Severity",
719
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
720
+ "keywords": "fill and outline, visibility",
721
+ "variants": [
722
+ "default",
723
+ "filled",
724
+ "outlined"
725
+ ]
726
+ },
727
+ {
728
+ "name": "BackgroundLightning",
729
+ "key": "./BackgroundLightning",
730
+ "category": "Severity",
731
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
732
+ "keywords": "fill and outline, visibility",
733
+ "variants": [
734
+ "default",
735
+ "filled",
736
+ "outlined"
737
+ ]
738
+ },
739
+ {
740
+ "name": "BackgroundSquare",
741
+ "key": "./BackgroundSquare",
742
+ "category": "Severity",
743
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
744
+ "keywords": "fill and outline, visibility",
745
+ "variants": [
746
+ "default",
747
+ "filled",
748
+ "outlined"
749
+ ]
750
+ },
751
+ {
752
+ "name": "BackgroundStarEightPoints",
753
+ "key": "./BackgroundStarEightPoints",
754
+ "category": "Severity",
755
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
756
+ "keywords": "fill and outline, visibility",
757
+ "variants": [
758
+ "default",
759
+ "filled",
760
+ "outlined"
761
+ ]
762
+ },
763
+ {
764
+ "name": "BackgroundStarSparklesDouble",
765
+ "key": "./BackgroundStarSparklesDouble",
766
+ "category": "Severity",
767
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
768
+ "keywords": "fill and outline, visibility",
769
+ "variants": [
770
+ "default",
771
+ "filled",
772
+ "outlined"
773
+ ]
774
+ },
775
+ {
776
+ "name": "BackgroundTriangle",
777
+ "key": "./BackgroundTriangle",
778
+ "category": "Severity",
779
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
780
+ "keywords": "fill and outline, visibility",
781
+ "variants": [
782
+ "default",
783
+ "filled",
784
+ "outlined"
785
+ ]
786
+ },
787
+ {
788
+ "name": "BackgroundTriangleDown",
789
+ "key": "./BackgroundTriangleDown",
790
+ "category": "Severity",
791
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
792
+ "keywords": "fill and outline, visibility",
793
+ "variants": [
794
+ "default",
795
+ "filled",
796
+ "outlined"
797
+ ]
798
+ },
799
+ {
800
+ "name": "BackgroundTrianglesLayeredDouble",
801
+ "key": "./BackgroundTrianglesLayeredDouble",
802
+ "category": "Severity",
803
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
804
+ "keywords": "fill and outline, visibility",
805
+ "variants": [
806
+ "default",
807
+ "filled",
808
+ "outlined"
809
+ ]
810
+ },
811
+ {
812
+ "name": "BackgroundTrianglesLayeredTriple",
813
+ "key": "./BackgroundTrianglesLayeredTriple",
814
+ "category": "Severity",
815
+ "description": "*Background UI element only for severity and notification icons. Do not use as normal icons.",
816
+ "keywords": "fill and outline, visibility",
817
+ "variants": [
818
+ "default",
819
+ "filled",
820
+ "outlined"
821
+ ]
822
+ },
619
823
  {
620
824
  "name": "Balloon",
621
825
  "key": "./Balloon",
@@ -1519,6 +1723,30 @@
1519
1723
  "outlined"
1520
1724
  ]
1521
1725
  },
1726
+ {
1727
+ "name": "ChartLineTrendDown",
1728
+ "key": "./ChartLineTrendDown",
1729
+ "category": "Visualization",
1730
+ "description": "Down trend icon with arrow right down",
1731
+ "keywords": "decreasing, delta, minus, low value, negative",
1732
+ "variants": [
1733
+ "default",
1734
+ "filled",
1735
+ "outlined"
1736
+ ]
1737
+ },
1738
+ {
1739
+ "name": "ChartLineTrendUp",
1740
+ "key": "./ChartLineTrendUp",
1741
+ "category": "Visualization",
1742
+ "description": "Up trend icon with arrow right up",
1743
+ "keywords": "increasing, delta, plus, high value, positive",
1744
+ "variants": [
1745
+ "default",
1746
+ "filled",
1747
+ "outlined"
1748
+ ]
1749
+ },
1522
1750
  {
1523
1751
  "name": "ChartLineUnderlineDotted",
1524
1752
  "key": "./ChartLineUnderlineDotted",
@@ -2212,6 +2440,18 @@
2212
2440
  "outlined"
2213
2441
  ]
2214
2442
  },
2443
+ {
2444
+ "name": "CogSquare",
2445
+ "key": "./CogSquare",
2446
+ "category": "Notifications",
2447
+ "description": "User customized event icon for indication, notification, alert, and warning.",
2448
+ "keywords": "caution, box, settings, configurations, status",
2449
+ "variants": [
2450
+ "default",
2451
+ "filled",
2452
+ "outlined"
2453
+ ]
2454
+ },
2215
2455
  {
2216
2456
  "name": "Cogs",
2217
2457
  "key": "./Cogs",
@@ -7623,6 +7863,18 @@
7623
7863
  "outlined"
7624
7864
  ]
7625
7865
  },
7866
+ {
7867
+ "name": "WindowBellList",
7868
+ "key": "./WindowBellList",
7869
+ "category": "Objects",
7870
+ "description": "Alert and warning management, triggered alerts, notification list",
7871
+ "keywords": "configuration, setting, admin, tasks",
7872
+ "variants": [
7873
+ "default",
7874
+ "filled",
7875
+ "outlined"
7876
+ ]
7877
+ },
7626
7878
  {
7627
7879
  "name": "WindowChevronsSlash",
7628
7880
  "key": "./WindowChevronsSlash",
@@ -7695,6 +7947,18 @@
7695
7947
  "outlined"
7696
7948
  ]
7697
7949
  },
7950
+ {
7951
+ "name": "WindowPulse",
7952
+ "key": "./WindowPulse",
7953
+ "category": "Objects",
7954
+ "description": "Monitoring activities, server and application status",
7955
+ "keywords": "admin, anomaly, line chart, health",
7956
+ "variants": [
7957
+ "default",
7958
+ "filled",
7959
+ "outlined"
7960
+ ]
7961
+ },
7698
7962
  {
7699
7963
  "name": "WindowUser",
7700
7964
  "key": "./WindowUser",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splunk/react-icons",
3
- "version": "5.9.0",
3
+ "version": "5.10.0",
4
4
  "description": "Library of various React icons",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Splunk Inc.",
@@ -34,15 +34,15 @@
34
34
  "styled-components": "^5.3.10"
35
35
  },
36
36
  "dependencies": {
37
- "@splunk/ui-utils": "^1.12.0",
38
- "lodash": "^4.17.14",
37
+ "@splunk/ui-utils": "^1.13.0",
38
+ "lodash": "^4.18.1",
39
39
  "prop-types": "^15.6.2"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@babel/core": "^7.28.0",
43
43
  "@babel/plugin-transform-runtime": "^7.28.0",
44
44
  "@splunk/babel-preset": "^4.0.0",
45
- "@splunk/eslint-config": "^5.0.0",
45
+ "@splunk/eslint-config": "^5.1.0",
46
46
  "@splunk/stylelint-config": "^5.0.0",
47
47
  "@splunk/webpack-configs": "^7.0.3",
48
48
  "@storybook/csf-tools": "^7.6.20",
@@ -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 Represents negative trend status, downward trajectory, underperformance
12
+ * @category Visualization
13
+ * @keywords decline, decrease, reduction, negative delta
14
+ * @variants outlined,filled
15
+ */
16
+ declare const ArrowTrendRightDown: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default ArrowTrendRightDown;
@@ -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 Represents positive trend status, upward trajectory, growth
12
+ * @category Visualization
13
+ * @keywords increase, improvement, positive delta, outperformance
14
+ * @variants outlined,filled
15
+ */
16
+ declare const ArrowTrendRightUp: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default ArrowTrendRightUp;
@@ -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 BackgroundBalloon: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundBalloon;
@@ -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 BackgroundBell: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundBell;
@@ -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 BackgroundCircle: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundCircle;
@@ -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 BackgroundDiamond: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default BackgroundDiamond;
@@ -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;