@splunk/react-icons 5.7.0 → 5.9.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 (50) hide show
  1. package/Bell.js +2 -2
  2. package/BellDot.js +3 -3
  3. package/BellSlashed.js +3 -3
  4. package/CHANGELOG.md +20 -0
  5. package/CloudArrowInRight.js +1 -1
  6. package/CloudArrowOutRight.d.ts +2 -0
  7. package/CloudArrowOutRight.js +150 -0
  8. package/CloudNodesInside.js +3 -3
  9. package/CogChevronSlashWrench.d.ts +2 -0
  10. package/CogChevronSlashWrench.js +158 -0
  11. package/CursorArrowClicking.js +9 -9
  12. package/EraserUnderline.d.ts +2 -0
  13. package/EraserUnderline.js +154 -0
  14. package/FilterArrowDown.js +4 -4
  15. package/FilterArrowUp.js +2 -2
  16. package/FilterArrowUpDown.js +2 -2
  17. package/FingerPointClicking.js +5 -5
  18. package/HeartRibbon.js +1 -1
  19. package/KubernetesHelm.js +2 -2
  20. package/LayersDoubleTransparent.js +1 -1
  21. package/LayoutStacked.d.ts +2 -0
  22. package/LayoutStacked.js +166 -0
  23. package/MultipleFolders.d.ts +2 -0
  24. package/{MutipleFolders.js → MultipleFolders.js} +2 -2
  25. package/NodeFollowFour.js +1 -1
  26. package/PhoneReceiverAngledSlashed.js +2 -2
  27. package/RectangularsArrowInto.js +1 -1
  28. package/RobotFaceWrench.d.ts +2 -0
  29. package/RobotFaceWrench.js +156 -0
  30. package/ServersWrench.d.ts +2 -0
  31. package/ServersWrench.js +162 -0
  32. package/Snowflake.js +1 -1
  33. package/TextLambdaBroad.js +4 -4
  34. package/Waves.d.ts +2 -0
  35. package/Waves.js +144 -0
  36. package/WeightingScale.js +1 -1
  37. package/WiFiSignalSlash.js +2 -2
  38. package/icon-catalog.json +87 -4
  39. package/package.json +1 -1
  40. package/types/icons/CloudArrowInRight.d.ts +1 -1
  41. package/types/icons/CloudArrowOutRight.d.ts +17 -0
  42. package/types/icons/CloudNodesInside.d.ts +1 -1
  43. package/types/icons/CogChevronSlashWrench.d.ts +17 -0
  44. package/types/icons/EraserUnderline.d.ts +17 -0
  45. package/types/icons/LayoutStacked.d.ts +17 -0
  46. package/types/icons/{MutipleFolders.d.ts → MultipleFolders.d.ts} +2 -2
  47. package/types/icons/RobotFaceWrench.d.ts +17 -0
  48. package/types/icons/ServersWrench.d.ts +17 -0
  49. package/types/icons/Waves.d.ts +17 -0
  50. package/MutipleFolders.d.ts +0 -2
package/icon-catalog.json CHANGED
@@ -2131,7 +2131,7 @@
2131
2131
  {
2132
2132
  "name": "CloudArrowInRight",
2133
2133
  "key": "./CloudArrowInRight",
2134
- "category": "Actions",
2134
+ "category": "Data Flow",
2135
2135
  "description": "Cloud as destination",
2136
2136
  "keywords": "input, ingest, storage, store, data transfer",
2137
2137
  "variants": [
@@ -2140,6 +2140,18 @@
2140
2140
  "outlined"
2141
2141
  ]
2142
2142
  },
2143
+ {
2144
+ "name": "CloudArrowOutRight",
2145
+ "key": "./CloudArrowOutRight",
2146
+ "category": "Data Flow",
2147
+ "description": "Ingesting data from cloud, AWS, GCP, Azure and other cloud services",
2148
+ "keywords": "data source, input, transfer, agent, pull",
2149
+ "variants": [
2150
+ "default",
2151
+ "filled",
2152
+ "outlined"
2153
+ ]
2154
+ },
2143
2155
  {
2144
2156
  "name": "CloudArrowUp",
2145
2157
  "key": "./CloudArrowUp",
@@ -2155,7 +2167,7 @@
2155
2167
  {
2156
2168
  "name": "CloudNodesInside",
2157
2169
  "key": "./CloudNodesInside",
2158
- "category": "Actions",
2170
+ "category": "Data Flow",
2159
2171
  "description": "Cloud data processing",
2160
2172
  "keywords": "input, output, filter, sorting, computing data transfer",
2161
2173
  "variants": [
@@ -2176,6 +2188,18 @@
2176
2188
  "outlined"
2177
2189
  ]
2178
2190
  },
2191
+ {
2192
+ "name": "CogChevronSlashWrench",
2193
+ "key": "./CogChevronSlashWrench",
2194
+ "category": "Data Type",
2195
+ "description": "API configurations, test, add-on settings, developer tools",
2196
+ "keywords": "code, management, observability",
2197
+ "variants": [
2198
+ "default",
2199
+ "filled",
2200
+ "outlined"
2201
+ ]
2202
+ },
2179
2203
  {
2180
2204
  "name": "CogChevronsSlash",
2181
2205
  "key": "./CogChevronsSlash",
@@ -3258,6 +3282,18 @@
3258
3282
  "outlined"
3259
3283
  ]
3260
3284
  },
3285
+ {
3286
+ "name": "EraserUnderline",
3287
+ "key": "./EraserUnderline",
3288
+ "category": "Actions",
3289
+ "description": "Delete rich text styling, decorations, markers, font-weight, reset to default",
3290
+ "keywords": "markdown, string, clear format, remove, editing",
3291
+ "variants": [
3292
+ "default",
3293
+ "filled",
3294
+ "outlined"
3295
+ ]
3296
+ },
3261
3297
  {
3262
3298
  "name": "EthernetPort",
3263
3299
  "key": "./EthernetPort",
@@ -4729,6 +4765,18 @@
4729
4765
  "outlined"
4730
4766
  ]
4731
4767
  },
4768
+ {
4769
+ "name": "LayoutStacked",
4770
+ "key": "./LayoutStacked",
4771
+ "category": "Layouts",
4772
+ "description": "Cisco AI Canvas icon, layout stacked container blocks",
4773
+ "keywords": "dashboard studio, data visualization editor",
4774
+ "variants": [
4775
+ "default",
4776
+ "filled",
4777
+ "outlined"
4778
+ ]
4779
+ },
4732
4780
  {
4733
4781
  "name": "LessThan",
4734
4782
  "key": "./LessThan",
@@ -5311,8 +5359,8 @@
5311
5359
  ]
5312
5360
  },
5313
5361
  {
5314
- "name": "MutipleFolders",
5315
- "key": "./MutipleFolders",
5362
+ "name": "MultipleFolders",
5363
+ "key": "./MultipleFolders",
5316
5364
  "category": "Objects",
5317
5365
  "description": "Document organizer file, tabs, multiple folders, directories",
5318
5366
  "keywords": "categories, organization, storage",
@@ -6306,6 +6354,18 @@
6306
6354
  "outlined"
6307
6355
  ]
6308
6356
  },
6357
+ {
6358
+ "name": "RobotFaceWrench",
6359
+ "key": "./RobotFaceWrench",
6360
+ "category": "Object",
6361
+ "description": "Synthetic monitoring test, adjustment, configuration, settings",
6362
+ "keywords": "automation, control, observability",
6363
+ "variants": [
6364
+ "default",
6365
+ "filled",
6366
+ "outlined"
6367
+ ]
6368
+ },
6309
6369
  {
6310
6370
  "name": "Rocket",
6311
6371
  "key": "./Rocket",
@@ -6402,6 +6462,18 @@
6402
6462
  "outlined"
6403
6463
  ]
6404
6464
  },
6465
+ {
6466
+ "name": "ServersWrench",
6467
+ "key": "./ServersWrench",
6468
+ "category": "Data Type",
6469
+ "description": "Server configurations, network device settings, physical data storages, uptime test",
6470
+ "keywords": "drive, rack, control, adjustment, observability",
6471
+ "variants": [
6472
+ "default",
6473
+ "filled",
6474
+ "outlined"
6475
+ ]
6476
+ },
6405
6477
  {
6406
6478
  "name": "SeverityInformation",
6407
6479
  "key": "./SeverityInformation",
@@ -7468,6 +7540,17 @@
7468
7540
  "outlined"
7469
7541
  ]
7470
7542
  },
7543
+ {
7544
+ "name": "Waves",
7545
+ "key": "./Waves",
7546
+ "category": "Data Type",
7547
+ "description": "Data lake icon, Machine data lake",
7548
+ "keywords": "storage type, backup, log, data source",
7549
+ "variants": [
7550
+ "default",
7551
+ "outlined"
7552
+ ]
7553
+ },
7471
7554
  {
7472
7555
  "name": "WeightingScale",
7473
7556
  "key": "./WeightingScale",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splunk/react-icons",
3
- "version": "5.7.0",
3
+ "version": "5.9.0",
4
4
  "description": "Library of various React icons",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Splunk Inc.",
@@ -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 API configurations, test, add-on settings, developer tools
12
+ * @category Data Type
13
+ * @keywords code, management, observability
14
+ * @variants outlined,filled
15
+ */
16
+ declare const CogChevronSlashWrench: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default CogChevronSlashWrench;
@@ -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 Delete rich text styling, decorations, markers, font-weight, reset to default
12
+ * @category Actions
13
+ * @keywords markdown, string, clear format, remove, editing
14
+ * @variants outlined,filled
15
+ */
16
+ declare const EraserUnderline: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
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 Synthetic monitoring test, adjustment, configuration, settings
12
+ * @category Object
13
+ * @keywords automation, control, observability
14
+ * @variants outlined,filled
15
+ */
16
+ declare const RobotFaceWrench: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default RobotFaceWrench;
@@ -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 Server configurations, network device settings, physical data storages, uptime test
12
+ * @category Data Type
13
+ * @keywords drive, rack, control, adjustment, observability
14
+ * @variants outlined,filled
15
+ */
16
+ declare const ServersWrench: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default ServersWrench;
@@ -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';
9
+ }
10
+ /**
11
+ * @description Data lake icon, Machine data lake
12
+ * @category Data Type
13
+ * @keywords storage type, backup, log, data source
14
+ * @variants outlined
15
+ */
16
+ declare const Waves: ({ children, variant, ...otherprops }: IconBaseProps) => React.JSX.Element | null;
17
+ export default Waves;
@@ -1,2 +0,0 @@
1
- export { default } from './types/icons/MutipleFolders';
2
- export * from './types/icons/MutipleFolders';