@cloudtower/icons-react 481.0.2 → 490.0.1
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.
- package/dist/CustomNetwork16GradientBlueIcon.d.ts +4 -0
- package/dist/CustomNetwork16GradientGrayIcon.d.ts +4 -0
- package/dist/CustomNetwork16OntintIcon.d.ts +4 -0
- package/dist/CustomNetwork16RedIcon.d.ts +4 -0
- package/dist/CustomNetwork16YellowIcon.d.ts +4 -0
- package/dist/CustomNetwork24GradientBlueIcon.d.ts +4 -0
- package/dist/LbConfigFile24GradientBlueIcon.d.ts +4 -0
- package/dist/LbConfigFile24GradientGrayIcon.d.ts +4 -0
- package/dist/LbConfigFile24OntintIcon.d.ts +4 -0
- package/dist/Ssl24GradientBlueIcon.d.ts +4 -0
- package/dist/Ssl24GradientGrayIcon.d.ts +4 -0
- package/dist/Ssl24OntintIcon.d.ts +4 -0
- package/dist/cjs/CustomNetwork16GradientBlueIcon.js +50 -0
- package/dist/cjs/CustomNetwork16GradientGrayIcon.js +50 -0
- package/dist/cjs/CustomNetwork16OntintIcon.js +26 -0
- package/dist/cjs/CustomNetwork16RedIcon.js +50 -0
- package/dist/cjs/CustomNetwork16YellowIcon.js +50 -0
- package/dist/cjs/CustomNetwork24GradientBlueIcon.js +50 -0
- package/dist/cjs/LbConfigFile24GradientBlueIcon.js +67 -0
- package/dist/cjs/LbConfigFile24GradientGrayIcon.js +67 -0
- package/dist/cjs/LbConfigFile24OntintIcon.js +31 -0
- package/dist/cjs/Ssl24GradientBlueIcon.js +80 -0
- package/dist/cjs/Ssl24GradientGrayIcon.js +80 -0
- package/dist/cjs/Ssl24OntintIcon.js +26 -0
- package/dist/cjs/index.js +12 -0
- package/dist/esm/CustomNetwork16GradientBlueIcon.js +50 -0
- package/dist/esm/CustomNetwork16GradientGrayIcon.js +50 -0
- package/dist/esm/CustomNetwork16OntintIcon.js +26 -0
- package/dist/esm/CustomNetwork16RedIcon.js +50 -0
- package/dist/esm/CustomNetwork16YellowIcon.js +50 -0
- package/dist/esm/CustomNetwork24GradientBlueIcon.js +50 -0
- package/dist/esm/LbConfigFile24GradientBlueIcon.js +67 -0
- package/dist/esm/LbConfigFile24GradientGrayIcon.js +67 -0
- package/dist/esm/LbConfigFile24OntintIcon.js +31 -0
- package/dist/esm/Ssl24GradientBlueIcon.js +80 -0
- package/dist/esm/Ssl24GradientGrayIcon.js +80 -0
- package/dist/esm/Ssl24OntintIcon.js +26 -0
- package/dist/esm/index.js +12 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +12 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -298,6 +298,12 @@ export { default as CsiConfigurationGradientBlue24Icon } from './CsiConfiguratio
|
|
|
298
298
|
export { default as CsiConfigurationOntint24Icon } from './CsiConfigurationOntint24Icon'
|
|
299
299
|
export { default as CsvIcon } from './CsvIcon'
|
|
300
300
|
export { default as CurveLink24Icon } from './CurveLink24Icon'
|
|
301
|
+
export { default as CustomNetwork16GradientBlueIcon } from './CustomNetwork16GradientBlueIcon'
|
|
302
|
+
export { default as CustomNetwork16GradientGrayIcon } from './CustomNetwork16GradientGrayIcon'
|
|
303
|
+
export { default as CustomNetwork16OntintIcon } from './CustomNetwork16OntintIcon'
|
|
304
|
+
export { default as CustomNetwork16RedIcon } from './CustomNetwork16RedIcon'
|
|
305
|
+
export { default as CustomNetwork16YellowIcon } from './CustomNetwork16YellowIcon'
|
|
306
|
+
export { default as CustomNetwork24GradientBlueIcon } from './CustomNetwork24GradientBlueIcon'
|
|
301
307
|
export { default as Dashboard16GradientBlueIcon } from './Dashboard16GradientBlueIcon'
|
|
302
308
|
export { default as Dashboard16GradientGrayIcon } from './Dashboard16GradientGrayIcon'
|
|
303
309
|
export { default as Dashboard24GradientBlueIcon } from './Dashboard24GradientBlueIcon'
|
|
@@ -661,6 +667,9 @@ export { default as L3Router24GradientGreyIcon } from './L3Router24GradientGreyI
|
|
|
661
667
|
export { default as L3Router24OntintIcon } from './L3Router24OntintIcon'
|
|
662
668
|
export { default as LanguageSwitcher24GradientBlueIcon } from './LanguageSwitcher24GradientBlueIcon'
|
|
663
669
|
export { default as LanguageSwitcher24WhiteIcon } from './LanguageSwitcher24WhiteIcon'
|
|
670
|
+
export { default as LbConfigFile24GradientBlueIcon } from './LbConfigFile24GradientBlueIcon'
|
|
671
|
+
export { default as LbConfigFile24GradientGrayIcon } from './LbConfigFile24GradientGrayIcon'
|
|
672
|
+
export { default as LbConfigFile24OntintIcon } from './LbConfigFile24OntintIcon'
|
|
664
673
|
export { default as LbGw16GradientBlueIcon } from './LbGw16GradientBlueIcon'
|
|
665
674
|
export { default as LbGw16GradientGreyIcon } from './LbGw16GradientGreyIcon'
|
|
666
675
|
export { default as LbGw16OntintIcon } from './LbGw16OntintIcon'
|
|
@@ -1469,6 +1478,9 @@ export { default as Sort24GradientGrayIcon } from './Sort24GradientGrayIcon'
|
|
|
1469
1478
|
export { default as SriovNic24GradientBlueIcon } from './SriovNic24GradientBlueIcon'
|
|
1470
1479
|
export { default as SriovNic24GradientGreyIcon } from './SriovNic24GradientGreyIcon'
|
|
1471
1480
|
export { default as SsdDisk24GradientBlueIcon } from './SsdDisk24GradientBlueIcon'
|
|
1481
|
+
export { default as Ssl24GradientBlueIcon } from './Ssl24GradientBlueIcon'
|
|
1482
|
+
export { default as Ssl24GradientGrayIcon } from './Ssl24GradientGrayIcon'
|
|
1483
|
+
export { default as Ssl24OntintIcon } from './Ssl24OntintIcon'
|
|
1472
1484
|
export { default as Star16FillGrayIcon } from './Star16FillGrayIcon'
|
|
1473
1485
|
export { default as Star16GrayIcon } from './Star16GrayIcon'
|
|
1474
1486
|
export { default as StartIcon } from './StartIcon'
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudtower/icons-react",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "490.0.1",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/esm/index.js",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@babel/core": "^7.21.0",
|
|
43
43
|
"@babel/plugin-transform-react-jsx": "^7.21.0",
|
|
44
|
-
"@cloudtower/icons": "^
|
|
44
|
+
"@cloudtower/icons": "^490.0.1",
|
|
45
45
|
"@svgr/core": "^5.0.0",
|
|
46
46
|
"camelcase": "^6.0.0"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "f2080b0da5db6d2a395e4dbffae0ada94c902418"
|
|
49
49
|
}
|