@cloudtower/icons-react 0.0.0-commnader-ui-rc-3 → 0.0.0-config-rc-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/ActiveObservabilityService24OntintIcon.d.ts +4 -0
- package/dist/CheckmarkSolvedCircle16GredientGrayIcon.d.ts +4 -0
- package/dist/Ip16GradientGrayOutlinedIcon.d.ts +4 -0
- package/dist/Ip24RedIcon.d.ts +4 -0
- package/dist/IpPool24Icon.d.ts +4 -0
- package/dist/IpPoolWhite24Icon.d.ts +4 -0
- package/dist/Loading6GradientBlueIcon.d.ts +4 -0
- package/dist/Loading6OntintIcon.d.ts +4 -0
- package/dist/Loading8OntintIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyAllow16BlueIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyAllow24BlueIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyAllow24GreyIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyDeny16RedIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyDeny24GreyIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyDeny24RedIcon.d.ts +4 -0
- package/dist/PhysicalDisk16SecondaryIcon.d.ts +4 -0
- package/dist/PhysicalMachineClusterIcon.d.ts +4 -0
- package/dist/PhysicalMachineManagementBlue24Icon.d.ts +4 -0
- package/dist/PhysicalMachineManagementOntint24Icon.d.ts +4 -0
- package/dist/PortNetwork16SecondaryIcon.d.ts +4 -0
- package/dist/RefreshSync16Icon.d.ts +4 -0
- package/dist/SecurityGroup24RedIcon.d.ts +4 -0
- package/dist/SfsService16GradientBlueIcon.d.ts +4 -0
- package/dist/SfsService16GradientGrayIcon.d.ts +4 -0
- package/dist/SfsService16GradientWhiteIcon.d.ts +4 -0
- package/dist/Tag24RedIcon.d.ts +4 -0
- package/dist/TrafficVisualization16GradientBlueIcon.d.ts +4 -0
- package/dist/TrafficVisualization16GradientGrayIcon.d.ts +4 -0
- package/dist/TrafficVisualization24GradientBlueIcon.d.ts +4 -0
- package/dist/TrafficVisualization24GradientGrayIcon.d.ts +4 -0
- package/dist/UpgradeFile16GrayIcon.d.ts +4 -0
- package/dist/Vm16OntintIcon.d.ts +4 -0
- package/dist/VmClusterIcon.d.ts +4 -0
- package/dist/WaitingBreathingLed32YellowIcon.d.ts +4 -0
- package/dist/cjs/{ActiveObservabilityService24GrayIcon.js → ActiveObservabilityService24OntintIcon.js} +2 -2
- package/dist/cjs/CheckmarkSolvedCircle16GredientGrayIcon.js +49 -0
- package/dist/cjs/Ip16GradientGrayOutlinedIcon.js +34 -0
- package/dist/cjs/{Loading24BoldGradientBlueIcon.js → Ip24RedIcon.js} +8 -9
- package/dist/cjs/IpPool24Icon.js +32 -0
- package/dist/cjs/IpPoolWhite24Icon.js +20 -0
- package/dist/cjs/Loading16GradientBlueIcon.js +10 -9
- package/dist/cjs/{LoadingBlue16Icon.js → Loading6GradientBlueIcon.js} +12 -9
- package/dist/cjs/{Loading8BoldOntintIcon.js → Loading6OntintIcon.js} +15 -11
- package/dist/cjs/Loading8GradientBlueIcon.js +3 -3
- package/dist/cjs/{LoadingGray16Icon.js → Loading8OntintIcon.js} +14 -13
- package/dist/cjs/NetworkSecurityPolicyAllow16BlueIcon.js +98 -0
- package/dist/cjs/NetworkSecurityPolicyAllow24BlueIcon.js +34 -0
- package/dist/cjs/NetworkSecurityPolicyAllow24GreyIcon.js +34 -0
- package/dist/cjs/NetworkSecurityPolicyDeny16RedIcon.js +98 -0
- package/dist/cjs/NetworkSecurityPolicyDeny24GreyIcon.js +34 -0
- package/dist/cjs/NetworkSecurityPolicyDeny24RedIcon.js +34 -0
- package/dist/cjs/PhysicalDisk16SecondaryIcon.js +24 -0
- package/dist/cjs/PhysicalMachineClusterIcon.js +66 -0
- package/dist/cjs/PhysicalMachineManagementBlue24Icon.js +64 -0
- package/dist/cjs/PhysicalMachineManagementOntint24Icon.js +28 -0
- package/dist/cjs/PortNetwork16SecondaryIcon.js +24 -0
- package/dist/cjs/RefreshSync16Icon.js +64 -0
- package/dist/cjs/SecurityGroup24RedIcon.js +34 -0
- package/dist/cjs/SfsService16GradientBlueIcon.js +34 -0
- package/dist/cjs/SfsService16GradientGrayIcon.js +34 -0
- package/dist/cjs/SfsService16GradientWhiteIcon.js +22 -0
- package/dist/cjs/Tag24RedIcon.js +49 -0
- package/dist/cjs/TrafficVisualization16GradientBlueIcon.js +34 -0
- package/dist/cjs/TrafficVisualization16GradientGrayIcon.js +34 -0
- package/dist/cjs/TrafficVisualization24GradientBlueIcon.js +34 -0
- package/dist/cjs/TrafficVisualization24GradientGrayIcon.js +34 -0
- package/dist/cjs/UpgradeFile16GrayIcon.js +34 -0
- package/dist/cjs/Vm16OntintIcon.js +22 -0
- package/dist/cjs/VmClusterIcon.js +66 -0
- package/dist/cjs/WaitingBreathingLed16YellowIcon.js +14 -16
- package/dist/cjs/WaitingBreathingLed32YellowIcon.js +52 -0
- package/dist/cjs/index.js +34 -10
- package/dist/esm/{ActiveObservabilityService24GrayIcon.js → ActiveObservabilityService24OntintIcon.js} +2 -2
- package/dist/esm/CheckmarkSolvedCircle16GredientGrayIcon.js +49 -0
- package/dist/esm/Ip16GradientGrayOutlinedIcon.js +34 -0
- package/dist/esm/{Loading24BoldGradientBlueIcon.js → Ip24RedIcon.js} +8 -9
- package/dist/esm/IpPool24Icon.js +32 -0
- package/dist/esm/IpPoolWhite24Icon.js +20 -0
- package/dist/esm/Loading16GradientBlueIcon.js +10 -9
- package/dist/esm/{LoadingBlue16Icon.js → Loading6GradientBlueIcon.js} +12 -9
- package/dist/esm/{Loading8BoldOntintIcon.js → Loading6OntintIcon.js} +15 -11
- package/dist/esm/Loading8GradientBlueIcon.js +3 -3
- package/dist/esm/{LoadingGray16Icon.js → Loading8OntintIcon.js} +14 -13
- package/dist/esm/NetworkSecurityPolicyAllow16BlueIcon.js +98 -0
- package/dist/esm/NetworkSecurityPolicyAllow24BlueIcon.js +34 -0
- package/dist/esm/NetworkSecurityPolicyAllow24GreyIcon.js +34 -0
- package/dist/esm/NetworkSecurityPolicyDeny16RedIcon.js +98 -0
- package/dist/esm/NetworkSecurityPolicyDeny24GreyIcon.js +34 -0
- package/dist/esm/NetworkSecurityPolicyDeny24RedIcon.js +34 -0
- package/dist/esm/PhysicalDisk16SecondaryIcon.js +24 -0
- package/dist/esm/PhysicalMachineClusterIcon.js +66 -0
- package/dist/esm/PhysicalMachineManagementBlue24Icon.js +64 -0
- package/dist/esm/PhysicalMachineManagementOntint24Icon.js +28 -0
- package/dist/esm/PortNetwork16SecondaryIcon.js +24 -0
- package/dist/esm/RefreshSync16Icon.js +64 -0
- package/dist/esm/SecurityGroup24RedIcon.js +34 -0
- package/dist/esm/SfsService16GradientBlueIcon.js +34 -0
- package/dist/esm/SfsService16GradientGrayIcon.js +34 -0
- package/dist/esm/SfsService16GradientWhiteIcon.js +22 -0
- package/dist/esm/Tag24RedIcon.js +49 -0
- package/dist/esm/TrafficVisualization16GradientBlueIcon.js +34 -0
- package/dist/esm/TrafficVisualization16GradientGrayIcon.js +34 -0
- package/dist/esm/TrafficVisualization24GradientBlueIcon.js +34 -0
- package/dist/esm/TrafficVisualization24GradientGrayIcon.js +34 -0
- package/dist/esm/UpgradeFile16GrayIcon.js +34 -0
- package/dist/esm/Vm16OntintIcon.js +22 -0
- package/dist/esm/VmClusterIcon.js +66 -0
- package/dist/esm/WaitingBreathingLed16YellowIcon.js +14 -16
- package/dist/esm/WaitingBreathingLed32YellowIcon.js +52 -0
- package/dist/esm/index.js +34 -10
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +34 -10
- package/package.json +3 -3
- package/dist/ActiveObservabilityService24GrayIcon.d.ts +0 -4
- package/dist/Loading16BoldOntintIcon.d.ts +0 -4
- package/dist/Loading24BoldGradientBlueIcon.d.ts +0 -4
- package/dist/Loading8BoldGradientBlueIcon.d.ts +0 -4
- package/dist/Loading8BoldOntintIcon.d.ts +0 -4
- package/dist/Loading8GradientWhiteIcon.d.ts +0 -4
- package/dist/LoadingBlue16Icon.d.ts +0 -4
- package/dist/LoadingBlueIcon.d.ts +0 -4
- package/dist/LoadingGray16Icon.d.ts +0 -4
- package/dist/LoadingGrayIcon.d.ts +0 -4
- package/dist/cjs/Loading16BoldOntintIcon.js +0 -35
- package/dist/cjs/Loading8BoldGradientBlueIcon.js +0 -35
- package/dist/cjs/Loading8GradientWhiteIcon.js +0 -35
- package/dist/cjs/LoadingBlueIcon.js +0 -30
- package/dist/cjs/LoadingGrayIcon.js +0 -30
- package/dist/esm/Loading16BoldOntintIcon.js +0 -35
- package/dist/esm/Loading8BoldGradientBlueIcon.js +0 -35
- package/dist/esm/Loading8GradientWhiteIcon.js +0 -35
- package/dist/esm/LoadingBlueIcon.js +0 -30
- package/dist/esm/LoadingGrayIcon.js +0 -30
package/dist/cjs/index.js
CHANGED
@@ -26,7 +26,7 @@ module.exports.ActiveConnection16GradiendtBlueIcon = require("./ActiveConnection
|
|
26
26
|
module.exports.ActiveObservabilityService18BlueIcon = require("./ActiveObservabilityService18BlueIcon.js")
|
27
27
|
module.exports.ActiveObservabilityService18GrayIcon = require("./ActiveObservabilityService18GrayIcon.js")
|
28
28
|
module.exports.ActiveObservabilityService24BlueIcon = require("./ActiveObservabilityService24BlueIcon.js")
|
29
|
-
module.exports.
|
29
|
+
module.exports.ActiveObservabilityService24OntintIcon = require("./ActiveObservabilityService24OntintIcon.js")
|
30
30
|
module.exports.ActiveUninstal14GradiendtRedIcon = require("./ActiveUninstal14GradiendtRedIcon.js")
|
31
31
|
module.exports.AdjustConfig16GradientBlueIcon = require("./AdjustConfig16GradientBlueIcon.js")
|
32
32
|
module.exports.AdjustConfig16GradientGrayIcon = require("./AdjustConfig16GradientGrayIcon.js")
|
@@ -204,6 +204,7 @@ module.exports.CheckmarkDoneSuccessCorrect16SecondaryIcon = require("./Checkmark
|
|
204
204
|
module.exports.CheckmarkDoneSuccessCorrect16TertiaryIcon = require("./CheckmarkDoneSuccessCorrect16TertiaryIcon.js")
|
205
205
|
module.exports.CheckmarkDoneSuccessCorrect24BoldGreenIcon = require("./CheckmarkDoneSuccessCorrect24BoldGreenIcon.js")
|
206
206
|
module.exports.CheckmarkSolvedCircle16BlueIcon = require("./CheckmarkSolvedCircle16BlueIcon.js")
|
207
|
+
module.exports.CheckmarkSolvedCircle16GredientGrayIcon = require("./CheckmarkSolvedCircle16GredientGrayIcon.js")
|
207
208
|
module.exports.CheckmarkSolvedCircle16SuperIcon = require("./CheckmarkSolvedCircle16SuperIcon.js")
|
208
209
|
module.exports.ClipboardCopy16GradientBlueIcon = require("./ClipboardCopy16GradientBlueIcon.js")
|
209
210
|
module.exports.ClipboardCopy16GradientGrayIcon = require("./ClipboardCopy16GradientGrayIcon.js")
|
@@ -520,7 +521,11 @@ module.exports.InstallationPackage24OntintIcon = require("./InstallationPackage2
|
|
520
521
|
module.exports.InstalltoolsIcon = require("./InstalltoolsIcon.js")
|
521
522
|
module.exports.Ip16GradientBlueOutlineOffIcon = require("./Ip16GradientBlueOutlineOffIcon.js")
|
522
523
|
module.exports.Ip16GradientBlueOutlineOnIcon = require("./Ip16GradientBlueOutlineOnIcon.js")
|
524
|
+
module.exports.Ip16GradientGrayOutlinedIcon = require("./Ip16GradientGrayOutlinedIcon.js")
|
525
|
+
module.exports.Ip24RedIcon = require("./Ip24RedIcon.js")
|
523
526
|
module.exports.Ip24Icon = require("./Ip24Icon.js")
|
527
|
+
module.exports.IpPool24Icon = require("./IpPool24Icon.js")
|
528
|
+
module.exports.IpPoolWhite24Icon = require("./IpPoolWhite24Icon.js")
|
524
529
|
module.exports.IscsiDatastoreStorageObject16GradientBlueIcon = require("./IscsiDatastoreStorageObject16GradientBlueIcon.js")
|
525
530
|
module.exports.IscsiDatastoreStorageObject24GradientBlueIcon = require("./IscsiDatastoreStorageObject24GradientBlueIcon.js")
|
526
531
|
module.exports.IscsiDatastoreStorageObject24GradientGrayIcon = require("./IscsiDatastoreStorageObject24GradientGrayIcon.js")
|
@@ -577,22 +582,16 @@ module.exports.LoadBalancer24GradientGreyIcon = require("./LoadBalancer24Gradien
|
|
577
582
|
module.exports.LoadBalancerMonitor24FillOntintIcon = require("./LoadBalancerMonitor24FillOntintIcon.js")
|
578
583
|
module.exports.LoadBalancerMonitor24GradientBlueIcon = require("./LoadBalancerMonitor24GradientBlueIcon.js")
|
579
584
|
module.exports.LoadBalancerMonitor24GradientGreyIcon = require("./LoadBalancerMonitor24GradientGreyIcon.js")
|
580
|
-
module.exports.Loading16BoldOntintIcon = require("./Loading16BoldOntintIcon.js")
|
581
585
|
module.exports.Loading16GradientBlueIcon = require("./Loading16GradientBlueIcon.js")
|
582
586
|
module.exports.Loading16GradientGaryIcon = require("./Loading16GradientGaryIcon.js")
|
583
587
|
module.exports.Loading16OntintIcon = require("./Loading16OntintIcon.js")
|
584
|
-
module.exports.Loading24BoldGradientBlueIcon = require("./Loading24BoldGradientBlueIcon.js")
|
585
588
|
module.exports.Loading24GradientBlueIcon = require("./Loading24GradientBlueIcon.js")
|
586
589
|
module.exports.Loading24GradientGaryIcon = require("./Loading24GradientGaryIcon.js")
|
587
590
|
module.exports.Loading24OntintIcon = require("./Loading24OntintIcon.js")
|
588
|
-
module.exports.
|
589
|
-
module.exports.
|
591
|
+
module.exports.Loading6GradientBlueIcon = require("./Loading6GradientBlueIcon.js")
|
592
|
+
module.exports.Loading6OntintIcon = require("./Loading6OntintIcon.js")
|
590
593
|
module.exports.Loading8GradientBlueIcon = require("./Loading8GradientBlueIcon.js")
|
591
|
-
module.exports.
|
592
|
-
module.exports.LoadingBlueIcon = require("./LoadingBlueIcon.js")
|
593
|
-
module.exports.LoadingBlue16Icon = require("./LoadingBlue16Icon.js")
|
594
|
-
module.exports.LoadingGrayIcon = require("./LoadingGrayIcon.js")
|
595
|
-
module.exports.LoadingGray16Icon = require("./LoadingGray16Icon.js")
|
594
|
+
module.exports.Loading8OntintIcon = require("./Loading8OntintIcon.js")
|
596
595
|
module.exports.Lock16GradientGrayIcon = require("./Lock16GradientGrayIcon.js")
|
597
596
|
module.exports.LockIcon = require("./LockIcon.js")
|
598
597
|
module.exports.LogCollection16GradientBlueIcon = require("./LogCollection16GradientBlueIcon.js")
|
@@ -698,6 +697,12 @@ module.exports.NetworkSecurityPolicy24BlueIcon = require("./NetworkSecurityPolic
|
|
698
697
|
module.exports.NetworkSecurityPolicy24GradientBlueIcon = require("./NetworkSecurityPolicy24GradientBlueIcon.js")
|
699
698
|
module.exports.NetworkSecurityPolicy24GrayIcon = require("./NetworkSecurityPolicy24GrayIcon.js")
|
700
699
|
module.exports.NetworkSecurityPolicy24OntintIcon = require("./NetworkSecurityPolicy24OntintIcon.js")
|
700
|
+
module.exports.NetworkSecurityPolicyAllow16BlueIcon = require("./NetworkSecurityPolicyAllow16BlueIcon.js")
|
701
|
+
module.exports.NetworkSecurityPolicyAllow24BlueIcon = require("./NetworkSecurityPolicyAllow24BlueIcon.js")
|
702
|
+
module.exports.NetworkSecurityPolicyAllow24GreyIcon = require("./NetworkSecurityPolicyAllow24GreyIcon.js")
|
703
|
+
module.exports.NetworkSecurityPolicyDeny16RedIcon = require("./NetworkSecurityPolicyDeny16RedIcon.js")
|
704
|
+
module.exports.NetworkSecurityPolicyDeny24GreyIcon = require("./NetworkSecurityPolicyDeny24GreyIcon.js")
|
705
|
+
module.exports.NetworkSecurityPolicyDeny24RedIcon = require("./NetworkSecurityPolicyDeny24RedIcon.js")
|
701
706
|
module.exports.NetworkStorage16GradientBlueIcon = require("./NetworkStorage16GradientBlueIcon.js")
|
702
707
|
module.exports.NetworkStorage16RedIcon = require("./NetworkStorage16RedIcon.js")
|
703
708
|
module.exports.NetworkStorage16YellowIcon = require("./NetworkStorage16YellowIcon.js")
|
@@ -849,10 +854,14 @@ module.exports.PciNic24GradientGreyIcon = require("./PciNic24GradientGreyIcon.js
|
|
849
854
|
module.exports.PermanentFailover24BlueIcon = require("./PermanentFailover24BlueIcon.js")
|
850
855
|
module.exports.PermanentTransferArrow40BlueIcon = require("./PermanentTransferArrow40BlueIcon.js")
|
851
856
|
module.exports.PhysicalDisk16GradientBlueIcon = require("./PhysicalDisk16GradientBlueIcon.js")
|
857
|
+
module.exports.PhysicalDisk16SecondaryIcon = require("./PhysicalDisk16SecondaryIcon.js")
|
852
858
|
module.exports.PhysicalDisk24BlueIcon = require("./PhysicalDisk24BlueIcon.js")
|
853
859
|
module.exports.PhysicalDisk24GradientBlueIcon = require("./PhysicalDisk24GradientBlueIcon.js")
|
854
860
|
module.exports.PhysicalDisk24GradientGrayIcon = require("./PhysicalDisk24GradientGrayIcon.js")
|
855
861
|
module.exports.PhysicalDisk24Icon = require("./PhysicalDisk24Icon.js")
|
862
|
+
module.exports.PhysicalMachineClusterIcon = require("./PhysicalMachineClusterIcon.js")
|
863
|
+
module.exports.PhysicalMachineManagementBlue24Icon = require("./PhysicalMachineManagementBlue24Icon.js")
|
864
|
+
module.exports.PhysicalMachineManagementOntint24Icon = require("./PhysicalMachineManagementOntint24Icon.js")
|
856
865
|
module.exports.PhysicalSwitchMachine16GradientBlueIcon = require("./PhysicalSwitchMachine16GradientBlueIcon.js")
|
857
866
|
module.exports.PhysicalSwitchMachine16GradientGreyIcon = require("./PhysicalSwitchMachine16GradientGreyIcon.js")
|
858
867
|
module.exports.PhysicalSwitchMachine24GradientBlueIcon = require("./PhysicalSwitchMachine24GradientBlueIcon.js")
|
@@ -888,6 +897,7 @@ module.exports.Pmem24GradientBlueIcon = require("./Pmem24GradientBlueIcon.js")
|
|
888
897
|
module.exports.PortNetwork16GradientBlueIcon = require("./PortNetwork16GradientBlueIcon.js")
|
889
898
|
module.exports.PortNetwork16GreenIcon = require("./PortNetwork16GreenIcon.js")
|
890
899
|
module.exports.PortNetwork16RedIcon = require("./PortNetwork16RedIcon.js")
|
900
|
+
module.exports.PortNetwork16SecondaryIcon = require("./PortNetwork16SecondaryIcon.js")
|
891
901
|
module.exports.PortNetwork16YellowIcon = require("./PortNetwork16YellowIcon.js")
|
892
902
|
module.exports.PortNetwork24BlueIcon = require("./PortNetwork24BlueIcon.js")
|
893
903
|
module.exports.PortNetwork24GradientBlueIcon = require("./PortNetwork24GradientBlueIcon.js")
|
@@ -937,6 +947,7 @@ module.exports.RecoverRecycleVm16GradientBlueIcon = require("./RecoverRecycleVm1
|
|
937
947
|
module.exports.RecoverRecycleVm16GradientGrayIcon = require("./RecoverRecycleVm16GradientGrayIcon.js")
|
938
948
|
module.exports.RecyclebinClusterSettingsDelete24RedIcon = require("./RecyclebinClusterSettingsDelete24RedIcon.js")
|
939
949
|
module.exports.RecyclebinClusterSettingsEdit24BlueIcon = require("./RecyclebinClusterSettingsEdit24BlueIcon.js")
|
950
|
+
module.exports.RefreshSync16Icon = require("./RefreshSync16Icon.js")
|
940
951
|
module.exports.RefreshSyncOnTintIcon = require("./RefreshSyncOnTintIcon.js")
|
941
952
|
module.exports.RefreshSyncTertiaryIcon = require("./RefreshSyncTertiaryIcon.js")
|
942
953
|
module.exports.RefreshIcon = require("./RefreshIcon.js")
|
@@ -1068,6 +1079,7 @@ module.exports.SecurityGroup24GradientBlueIcon = require("./SecurityGroup24Gradi
|
|
1068
1079
|
module.exports.SecurityGroup24GradientGrayIcon = require("./SecurityGroup24GradientGrayIcon.js")
|
1069
1080
|
module.exports.SecurityGroup24GradientWhiteIcon = require("./SecurityGroup24GradientWhiteIcon.js")
|
1070
1081
|
module.exports.SecurityGroup24OntintIcon = require("./SecurityGroup24OntintIcon.js")
|
1082
|
+
module.exports.SecurityGroup24RedIcon = require("./SecurityGroup24RedIcon.js")
|
1071
1083
|
module.exports.SecurityService16GradientBlueIcon = require("./SecurityService16GradientBlueIcon.js")
|
1072
1084
|
module.exports.SecurityService16GradientGreyIcon = require("./SecurityService16GradientGreyIcon.js")
|
1073
1085
|
module.exports.SecurityService16OntintIcon = require("./SecurityService16OntintIcon.js")
|
@@ -1093,6 +1105,9 @@ module.exports.SettingsGearFill24GradientGrayIcon = require("./SettingsGearFill2
|
|
1093
1105
|
module.exports.SettingsGearUserPersonal24GradientBlueIcon = require("./SettingsGearUserPersonal24GradientBlueIcon.js")
|
1094
1106
|
module.exports.SettingsGearUserPersonal24GradientGrayIcon = require("./SettingsGearUserPersonal24GradientGrayIcon.js")
|
1095
1107
|
module.exports.SfsEntrance26BlueIcon = require("./SfsEntrance26BlueIcon.js")
|
1108
|
+
module.exports.SfsService16GradientBlueIcon = require("./SfsService16GradientBlueIcon.js")
|
1109
|
+
module.exports.SfsService16GradientGrayIcon = require("./SfsService16GradientGrayIcon.js")
|
1110
|
+
module.exports.SfsService16GradientWhiteIcon = require("./SfsService16GradientWhiteIcon.js")
|
1096
1111
|
module.exports.SharedVirtualVolume24GradientBlueIcon = require("./SharedVirtualVolume24GradientBlueIcon.js")
|
1097
1112
|
module.exports.SharedVirtualVolume24GradientGrayIcon = require("./SharedVirtualVolume24GradientGrayIcon.js")
|
1098
1113
|
module.exports.SharedVolume24BlueIcon = require("./SharedVolume24BlueIcon.js")
|
@@ -1184,6 +1199,7 @@ module.exports.SystemServiceVm16Icon = require("./SystemServiceVm16Icon.js")
|
|
1184
1199
|
module.exports.Tag16GradientBlueIcon = require("./Tag16GradientBlueIcon.js")
|
1185
1200
|
module.exports.Tag16GradientGrayIcon = require("./Tag16GradientGrayIcon.js")
|
1186
1201
|
module.exports.Tag24GradientBlueIcon = require("./Tag24GradientBlueIcon.js")
|
1202
|
+
module.exports.Tag24RedIcon = require("./Tag24RedIcon.js")
|
1187
1203
|
module.exports.TaskCenter24BlueIcon = require("./TaskCenter24BlueIcon.js")
|
1188
1204
|
module.exports.TaskCenter24GradientBlueIcon = require("./TaskCenter24GradientBlueIcon.js")
|
1189
1205
|
module.exports.TaskCenter24GradientGrayIcon = require("./TaskCenter24GradientGrayIcon.js")
|
@@ -1199,6 +1215,10 @@ module.exports.TaskPreviewIcon = require("./TaskPreviewIcon.js")
|
|
1199
1215
|
module.exports.TaskIcon = require("./TaskIcon.js")
|
1200
1216
|
module.exports.Topn24GradientBlueIcon = require("./Topn24GradientBlueIcon.js")
|
1201
1217
|
module.exports.Topn24GradientGrayIcon = require("./Topn24GradientGrayIcon.js")
|
1218
|
+
module.exports.TrafficVisualization16GradientBlueIcon = require("./TrafficVisualization16GradientBlueIcon.js")
|
1219
|
+
module.exports.TrafficVisualization16GradientGrayIcon = require("./TrafficVisualization16GradientGrayIcon.js")
|
1220
|
+
module.exports.TrafficVisualization24GradientBlueIcon = require("./TrafficVisualization24GradientBlueIcon.js")
|
1221
|
+
module.exports.TrafficVisualization24GradientGrayIcon = require("./TrafficVisualization24GradientGrayIcon.js")
|
1202
1222
|
module.exports.TrashBinDelete16RedIcon = require("./TrashBinDelete16RedIcon.js")
|
1203
1223
|
module.exports.TrashBinDelete16Icon = require("./TrashBinDelete16Icon.js")
|
1204
1224
|
module.exports.TrashBinDelete24RedIcon = require("./TrashBinDelete24RedIcon.js")
|
@@ -1217,6 +1237,7 @@ module.exports.UnknownCircleIcon = require("./UnknownCircleIcon.js")
|
|
1217
1237
|
module.exports.UnmountedIcon = require("./UnmountedIcon.js")
|
1218
1238
|
module.exports.UnopenedStatusIcon = require("./UnopenedStatusIcon.js")
|
1219
1239
|
module.exports.Upgrade16BlueIcon = require("./Upgrade16BlueIcon.js")
|
1240
|
+
module.exports.UpgradeFile16GrayIcon = require("./UpgradeFile16GrayIcon.js")
|
1220
1241
|
module.exports.UpgradeFile24BlueIcon = require("./UpgradeFile24BlueIcon.js")
|
1221
1242
|
module.exports.UpgradeService24BlueIcon = require("./UpgradeService24BlueIcon.js")
|
1222
1243
|
module.exports.UpgradeService24OntintIcon = require("./UpgradeService24OntintIcon.js")
|
@@ -1298,6 +1319,7 @@ module.exports.VirtualVolumeAddPlus24GradientGrayIcon = require("./VirtualVolume
|
|
1298
1319
|
module.exports.VirtualVolumeSnapshot24GradientBlueIcon = require("./VirtualVolumeSnapshot24GradientBlueIcon.js")
|
1299
1320
|
module.exports.VirtualVolumeSnapshot24GradientGrayIcon = require("./VirtualVolumeSnapshot24GradientGrayIcon.js")
|
1300
1321
|
module.exports.Vm16GradientBlueIcon = require("./Vm16GradientBlueIcon.js")
|
1322
|
+
module.exports.Vm16OntintIcon = require("./Vm16OntintIcon.js")
|
1301
1323
|
module.exports.Vm16YellowIcon = require("./Vm16YellowIcon.js")
|
1302
1324
|
module.exports.Vm16Icon = require("./Vm16Icon.js")
|
1303
1325
|
module.exports.Vm24BlueIcon = require("./Vm24BlueIcon.js")
|
@@ -1306,6 +1328,7 @@ module.exports.Vm24GradientGrayIcon = require("./Vm24GradientGrayIcon.js")
|
|
1306
1328
|
module.exports.Vm24PrimaryIcon = require("./Vm24PrimaryIcon.js")
|
1307
1329
|
module.exports.Vm24Icon = require("./Vm24Icon.js")
|
1308
1330
|
module.exports.VmClone16Icon = require("./VmClone16Icon.js")
|
1331
|
+
module.exports.VmClusterIcon = require("./VmClusterIcon.js")
|
1309
1332
|
module.exports.VmConnectionAllowed24Icon = require("./VmConnectionAllowed24Icon.js")
|
1310
1333
|
module.exports.VmConnectionConnect24Icon = require("./VmConnectionConnect24Icon.js")
|
1311
1334
|
module.exports.VmConnectionDisconnect24Icon = require("./VmConnectionDisconnect24Icon.js")
|
@@ -1402,6 +1425,7 @@ module.exports.VpcSubnet24OntintIcon = require("./VpcSubnet24OntintIcon.js")
|
|
1402
1425
|
module.exports.WaitingBreathingLed16BlueIcon = require("./WaitingBreathingLed16BlueIcon.js")
|
1403
1426
|
module.exports.WaitingBreathingLed16GrayIcon = require("./WaitingBreathingLed16GrayIcon.js")
|
1404
1427
|
module.exports.WaitingBreathingLed16YellowIcon = require("./WaitingBreathingLed16YellowIcon.js")
|
1428
|
+
module.exports.WaitingBreathingLed32YellowIcon = require("./WaitingBreathingLed32YellowIcon.js")
|
1405
1429
|
module.exports.WitnessNodeNormalCriticalRedIcon = require("./WitnessNodeNormalCriticalRedIcon.js")
|
1406
1430
|
module.exports.WitnessNodeNormalHealthyGreenIcon = require("./WitnessNodeNormalHealthyGreenIcon.js")
|
1407
1431
|
module.exports.WitnessNodeNormalInfoBlueIcon = require("./WitnessNodeNormalInfoBlueIcon.js")
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as React from "react";
|
2
|
-
function
|
2
|
+
function ActiveObservabilityService24OntintIcon({
|
3
3
|
title,
|
4
4
|
titleId,
|
5
5
|
...props
|
@@ -30,4 +30,4 @@ function ActiveObservabilityService24GrayIcon({
|
|
30
30
|
fill: "#fff"
|
31
31
|
}));
|
32
32
|
}
|
33
|
-
export default
|
33
|
+
export default ActiveObservabilityService24OntintIcon;
|
@@ -0,0 +1,49 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function CheckmarkSolvedCircle16GredientGrayIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 16,
|
9
|
+
height: 16,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M8 14A6 6 0 108 2a6 6 0 000 12zm0 1A7 7 0 108 1a7 7 0 000 14z",
|
19
|
+
fill: "url(#paint0_radial_CheckmarkSolvedCircle16GredientGrayIcon_878_23836)"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
d: "M11.347 4.98c.287.191.364.58.173.867l-3.5 5.25a.625.625 0 01-.962.095l-2.25-2.25a.625.625 0 01.884-.884l1.71 1.711 3.078-4.616a.625.625 0 01.867-.173z",
|
22
|
+
fill: "url(#paint1_radial_CheckmarkSolvedCircle16GredientGrayIcon_878_23836)"
|
23
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
24
|
+
id: "paint0_radial_CheckmarkSolvedCircle16GredientGrayIcon_878_23836",
|
25
|
+
cx: 0,
|
26
|
+
cy: 0,
|
27
|
+
r: 1,
|
28
|
+
gradientUnits: "userSpaceOnUse",
|
29
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
30
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
31
|
+
stopColor: "#CCD4E3"
|
32
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
33
|
+
offset: 1,
|
34
|
+
stopColor: "#6B7D99"
|
35
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
36
|
+
id: "paint1_radial_CheckmarkSolvedCircle16GredientGrayIcon_878_23836",
|
37
|
+
cx: 0,
|
38
|
+
cy: 0,
|
39
|
+
r: 1,
|
40
|
+
gradientUnits: "userSpaceOnUse",
|
41
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
42
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
43
|
+
stopColor: "#CCD4E3"
|
44
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
45
|
+
offset: 1,
|
46
|
+
stopColor: "#6B7D99"
|
47
|
+
}))));
|
48
|
+
}
|
49
|
+
export default CheckmarkSolvedCircle16GredientGrayIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function Ip16GradientGrayOutlinedIcon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 16,
|
9
|
+
height: 16,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M2.939 2.095H13.06c.466 0 .843.378.843.844V13.06a.843.843 0 01-.843.843H2.939a.843.843 0 01-.844-.843V2.939c0-.466.378-.844.844-.844zm-1.687.844c0-.932.755-1.687 1.687-1.687H13.06c.931 0 1.687.755 1.687 1.687V13.06c0 .931-.756 1.687-1.687 1.687H2.939a1.687 1.687 0 01-1.687-1.687V2.939zm3.374 2.3h1.297v6.135H4.626V5.24zm3.66 6.135H6.99V5.24h2.42c1.393 0 2.199.86 2.199 2.078 0 1.225-.821 2.067-2.232 2.067h-1.09v1.989zm0-5.074v2.046h.882c.742 0 1.105-.42 1.105-1.028 0-.61-.363-1.018-1.111-1.018h-.875z",
|
19
|
+
fill: "url(#paint0_radial_Ip16GradientGrayOutlinedIcon_14795_2)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_Ip16GradientGrayOutlinedIcon_14795_2",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-45 18.428 5.863) scale(19.0857)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#CCD4E3"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#6B7D99"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
export default Ip16GradientGrayOutlinedIcon;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as React from "react";
|
2
|
-
function
|
2
|
+
function Ip24RedIcon({
|
3
3
|
title,
|
4
4
|
titleId,
|
5
5
|
...props
|
@@ -15,21 +15,20 @@ function Loading24BoldGradientBlueIcon({
|
|
15
15
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
16
|
fillRule: "evenodd",
|
17
17
|
clipRule: "evenodd",
|
18
|
-
d: "
|
19
|
-
fill: "url(#
|
18
|
+
d: "M6 5h12a1 1 0 011 1v12a1 1 0 01-1 1H6a1 1 0 01-1-1V6a1 1 0 011-1zM4 6a2 2 0 012-2h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6zm4 2.728h1.538V16H8V8.728zM12.34 16h-1.537V8.728h2.87c1.65 0 2.606 1.019 2.606 2.464 0 1.452-.973 2.45-2.646 2.45H12.34V16zm0-6.015v2.425h1.044c.881 0 1.31-.497 1.31-1.218 0-.724-.429-1.207-1.317-1.207H12.34z",
|
19
|
+
fill: "url(#paint0_radial_Ip24RedIcon_233_6159)"
|
20
20
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
-
id: "
|
21
|
+
id: "paint0_radial_Ip24RedIcon_233_6159",
|
22
22
|
cx: 0,
|
23
23
|
cy: 0,
|
24
24
|
r: 1,
|
25
25
|
gradientUnits: "userSpaceOnUse",
|
26
|
-
gradientTransform: "rotate(
|
26
|
+
gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
|
27
27
|
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
-
stopColor: "#
|
29
|
-
stopOpacity: 0.1
|
28
|
+
stopColor: "#FF5C78"
|
30
29
|
}), /*#__PURE__*/React.createElement("stop", {
|
31
30
|
offset: 1,
|
32
|
-
stopColor: "#
|
31
|
+
stopColor: "#DC0000"
|
33
32
|
}))));
|
34
33
|
}
|
35
|
-
export default
|
34
|
+
export default Ip24RedIcon;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function IpPool24Icon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 24,
|
9
|
+
height: 24,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
d: "M10.486 5H9v7.028h1.486V5zm1.223 7.028h1.486V9.749h1.249C16.06 9.75 17 8.785 17 7.382 17 5.985 16.078 5 14.482 5h-2.773v7.028zm1.486-3.47V6.216h1.002c.858 0 1.273.466 1.273 1.167 0 .696-.415 1.177-1.266 1.177h-1.01zm5.686 7.208a.45.45 0 010 .61l-.088.087a5.093 5.093 0 01-3.618 1.492 5.1 5.1 0 01-3.618-1.492 3.706 3.706 0 00-5.24 0l-.186.186a.45.45 0 01-.627 0l-.37-.344a.424.424 0 010-.618l.185-.185a5.11 5.11 0 017.236 0 3.724 3.724 0 005.241 0l.088-.089a.424.424 0 01.618 0l.38.353zM3.25 13.587c0-.324-.28-.587-.625-.587S2 13.263 2 13.587v5.87C2 20.86 3.213 22 4.708 22h14.584C20.787 22 22 20.861 22 19.456v-5.869c0-.324-.28-.587-.625-.587s-.625.263-.625.587v5.87c0 .756-.653 1.37-1.458 1.37H4.708c-.805 0-1.458-.614-1.458-1.37v-5.87z",
|
17
|
+
fill: "url(#paint0_radial_IpPool24Icon_3132_227761)"
|
18
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
19
|
+
id: "paint0_radial_IpPool24Icon_3132_227761",
|
20
|
+
cx: 0,
|
21
|
+
cy: 0,
|
22
|
+
r: 1,
|
23
|
+
gradientUnits: "userSpaceOnUse",
|
24
|
+
gradientTransform: "matrix(20 -16.99998 16.7779 19.73873 2 22)"
|
25
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
26
|
+
stopColor: "#5BCAFF"
|
27
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
28
|
+
offset: 1,
|
29
|
+
stopColor: "#06F"
|
30
|
+
}))));
|
31
|
+
}
|
32
|
+
export default IpPool24Icon;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function IpPoolWhite24Icon({
|
3
|
+
title,
|
4
|
+
titleId,
|
5
|
+
...props
|
6
|
+
}) {
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
+
width: 24,
|
9
|
+
height: 24,
|
10
|
+
fill: "none",
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
12
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
d: "M10.486 5H9v7.028h1.486V5zm1.223 7.028h1.486V9.749h1.249C16.06 9.75 17 8.785 17 7.382 17 5.985 16.078 5 14.482 5h-2.773v7.028zm1.486-3.47V6.216h1.002c.858 0 1.273.466 1.273 1.167 0 .696-.415 1.177-1.266 1.177h-1.01zm5.686 7.208a.45.45 0 010 .61l-.088.087a5.093 5.093 0 01-3.618 1.492 5.1 5.1 0 01-3.618-1.492 3.706 3.706 0 00-5.24 0l-.186.186a.45.45 0 01-.627 0l-.37-.344a.424.424 0 010-.618l.185-.185a5.11 5.11 0 017.236 0 3.724 3.724 0 005.241 0l.088-.089a.424.424 0 01.618 0l.38.353zM3.25 13.587c0-.324-.28-.587-.625-.587S2 13.263 2 13.587v5.87C2 20.86 3.213 22 4.708 22h14.584C20.787 22 22 20.861 22 19.456v-5.869c0-.324-.28-.587-.625-.587s-.625.263-.625.587v5.87c0 .756-.653 1.37-1.458 1.37H4.708c-.805 0-1.458-.614-1.458-1.37v-5.87z",
|
17
|
+
fill: "#fff"
|
18
|
+
}));
|
19
|
+
}
|
20
|
+
export default IpPoolWhite24Icon;
|
@@ -13,23 +13,24 @@ function Loading16GradientBlueIcon({
|
|
13
13
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
14
|
id: titleId
|
15
15
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
16
|
+
d: "M14.5 8a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0zM3.06 8a4.94 4.94 0 109.88 0 4.94 4.94 0 00-9.88 0z",
|
17
|
+
fill: "#08F",
|
18
|
+
fillOpacity: 0.1
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
d: "M4.85 13.456a.195.195 0 01-.272.07A6.5 6.5 0 017.122 1.56a.195.195 0 01.22.175l.12 1.154a.206.206 0 01-.177.224 4.94 4.94 0 00-1.926 9.062c.093.06.126.181.071.277l-.58 1.005z",
|
21
|
+
fill: "url(#paint0_radial_Loading16GradientBlueIcon_6_5)"
|
20
22
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
-
id: "
|
23
|
+
id: "paint0_radial_Loading16GradientBlueIcon_6_5",
|
22
24
|
cx: 0,
|
23
25
|
cy: 0,
|
24
26
|
r: 1,
|
25
27
|
gradientUnits: "userSpaceOnUse",
|
26
|
-
gradientTransform: "matrix(
|
28
|
+
gradientTransform: "matrix(2.5 -10.99998 10.99998 2.5 5 13)"
|
27
29
|
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
-
stopColor: "#
|
29
|
-
stopOpacity: 0.1
|
30
|
+
stopColor: "#5BCAFF"
|
30
31
|
}), /*#__PURE__*/React.createElement("stop", {
|
31
32
|
offset: 1,
|
32
|
-
stopColor: "#
|
33
|
+
stopColor: "#06F"
|
33
34
|
}))));
|
34
35
|
}
|
35
36
|
export default Loading16GradientBlueIcon;
|
@@ -1,31 +1,34 @@
|
|
1
1
|
import * as React from "react";
|
2
|
-
function
|
2
|
+
function Loading6GradientBlueIcon({
|
3
3
|
title,
|
4
4
|
titleId,
|
5
5
|
...props
|
6
6
|
}) {
|
7
7
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width:
|
9
|
-
height:
|
8
|
+
width: 6,
|
9
|
+
height: 6,
|
10
10
|
fill: "none",
|
11
11
|
xmlns: "http://www.w3.org/2000/svg",
|
12
12
|
"aria-labelledby": titleId
|
13
13
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
14
|
id: titleId
|
15
15
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
-
|
16
|
+
opacity: 0.5,
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M3 5a2 2 0 100-4 2 2 0 000 4zm0 1a3 3 0 100-6 3 3 0 000 6z",
|
17
20
|
fill: "#08F",
|
18
21
|
fillOpacity: 0.1
|
19
22
|
}), /*#__PURE__*/React.createElement("path", {
|
20
|
-
d: "
|
21
|
-
fill: "url(#
|
23
|
+
d: "M3 0a3 3 0 00-1.763 5.427l.586-.807A2.003 2.003 0 013 .997V0z",
|
24
|
+
fill: "url(#paint0_radial_Loading6GradientBlueIcon_13765_71910)"
|
22
25
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
23
|
-
id: "
|
26
|
+
id: "paint0_radial_Loading6GradientBlueIcon_13765_71910",
|
24
27
|
cx: 0,
|
25
28
|
cy: 0,
|
26
29
|
r: 1,
|
27
30
|
gradientUnits: "userSpaceOnUse",
|
28
|
-
gradientTransform: "matrix(
|
31
|
+
gradientTransform: "matrix(6 -6 6 6 0 6)"
|
29
32
|
}, /*#__PURE__*/React.createElement("stop", {
|
30
33
|
stopColor: "#5BCAFF"
|
31
34
|
}), /*#__PURE__*/React.createElement("stop", {
|
@@ -33,4 +36,4 @@ function LoadingBlue16Icon({
|
|
33
36
|
stopColor: "#06F"
|
34
37
|
}))));
|
35
38
|
}
|
36
|
-
export default
|
39
|
+
export default Loading6GradientBlueIcon;
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import * as React from "react";
|
2
|
-
function
|
2
|
+
function Loading6OntintIcon({
|
3
3
|
title,
|
4
4
|
titleId,
|
5
5
|
...props
|
6
6
|
}) {
|
7
7
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width:
|
9
|
-
height:
|
8
|
+
width: 6,
|
9
|
+
height: 6,
|
10
10
|
fill: "none",
|
11
11
|
xmlns: "http://www.w3.org/2000/svg",
|
12
12
|
"aria-labelledby": titleId
|
@@ -15,21 +15,25 @@ function Loading8BoldOntintIcon({
|
|
15
15
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
16
|
fillRule: "evenodd",
|
17
17
|
clipRule: "evenodd",
|
18
|
-
d: "
|
19
|
-
fill: "
|
18
|
+
d: "M3 5a2 2 0 100-4 2 2 0 000 4zm0 1a3 3 0 100-6 3 3 0 000 6z",
|
19
|
+
fill: "#fff",
|
20
|
+
fillOpacity: 0.2
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
d: "M3 0a3 3 0 00-1.763 5.427l.586-.807A2.003 2.003 0 013 .997V0z",
|
23
|
+
fill: "url(#paint0_radial_Loading6OntintIcon_13765_71911)"
|
20
24
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
-
id: "
|
25
|
+
id: "paint0_radial_Loading6OntintIcon_13765_71911",
|
22
26
|
cx: 0,
|
23
27
|
cy: 0,
|
24
28
|
r: 1,
|
25
29
|
gradientUnits: "userSpaceOnUse",
|
26
|
-
gradientTransform: "rotate(
|
30
|
+
gradientTransform: "rotate(117.071 2.938 1.956) scale(6.05926 10.331)"
|
27
31
|
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
-
stopColor: "#fff"
|
29
|
-
stopOpacity: 0.1
|
32
|
+
stopColor: "#fff"
|
30
33
|
}), /*#__PURE__*/React.createElement("stop", {
|
31
34
|
offset: 1,
|
32
|
-
stopColor: "#fff"
|
35
|
+
stopColor: "#fff",
|
36
|
+
stopOpacity: 0.6
|
33
37
|
}))));
|
34
38
|
}
|
35
|
-
export default
|
39
|
+
export default Loading6OntintIcon;
|
@@ -17,10 +17,10 @@ function Loading8GradientBlueIcon({
|
|
17
17
|
fill: "#08F",
|
18
18
|
fillOpacity: 0.1
|
19
19
|
}), /*#__PURE__*/React.createElement("path", {
|
20
|
-
d: "M2.05 7.
|
21
|
-
fill: "url(#
|
20
|
+
d: "M2.05 7.377a.098.098 0 01-.136.036A4 4 0 013.483.033a.098.098 0 01.11.088l.079.756a.103.103 0 01-.089.111 3.04 3.04 0 00-1.189 5.593c.047.029.064.09.036.138l-.38.658z",
|
21
|
+
fill: "url(#paint0_radial_Loading8GradientBlueIcon_11622_42029)"
|
22
22
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
23
|
-
id: "
|
23
|
+
id: "paint0_radial_Loading8GradientBlueIcon_11622_42029",
|
24
24
|
cx: 0,
|
25
25
|
cy: 0,
|
26
26
|
r: 1,
|
@@ -1,36 +1,37 @@
|
|
1
1
|
import * as React from "react";
|
2
|
-
function
|
2
|
+
function Loading8OntintIcon({
|
3
3
|
title,
|
4
4
|
titleId,
|
5
5
|
...props
|
6
6
|
}) {
|
7
7
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
8
|
-
width:
|
9
|
-
height:
|
8
|
+
width: 8,
|
9
|
+
height: 8,
|
10
10
|
fill: "none",
|
11
11
|
xmlns: "http://www.w3.org/2000/svg",
|
12
12
|
"aria-labelledby": titleId
|
13
13
|
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
14
|
id: titleId
|
15
15
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
-
d: "
|
17
|
-
fill: "#
|
18
|
-
fillOpacity: 0.
|
16
|
+
d: "M8 4a4 4 0 11-8 0 4 4 0 018 0zM.96 4a3.04 3.04 0 106.08 0A3.04 3.04 0 00.96 4z",
|
17
|
+
fill: "#fff",
|
18
|
+
fillOpacity: 0.2
|
19
19
|
}), /*#__PURE__*/React.createElement("path", {
|
20
|
-
d: "
|
21
|
-
fill: "url(#
|
20
|
+
d: "M2.05 7.377a.098.098 0 01-.136.036A4 4 0 013.483.033a.098.098 0 01.11.088l.079.756a.103.103 0 01-.089.111 3.04 3.04 0 00-1.189 5.593c.047.029.064.09.036.138l-.38.658z",
|
21
|
+
fill: "url(#paint0_radial_Loading8OntintIcon_10090_58812)"
|
22
22
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
23
|
-
id: "
|
23
|
+
id: "paint0_radial_Loading8OntintIcon_10090_58812",
|
24
24
|
cx: 0,
|
25
25
|
cy: 0,
|
26
26
|
r: 1,
|
27
27
|
gradientUnits: "userSpaceOnUse",
|
28
|
-
gradientTransform: "
|
28
|
+
gradientTransform: "rotate(104.191 1.727 1.591) scale(6.90296)"
|
29
29
|
}, /*#__PURE__*/React.createElement("stop", {
|
30
|
-
stopColor: "#
|
30
|
+
stopColor: "#fff"
|
31
31
|
}), /*#__PURE__*/React.createElement("stop", {
|
32
32
|
offset: 1,
|
33
|
-
stopColor: "#
|
33
|
+
stopColor: "#fff",
|
34
|
+
stopOpacity: 0.6
|
34
35
|
}))));
|
35
36
|
}
|
36
|
-
export default
|
37
|
+
export default Loading8OntintIcon;
|