@cloudtower/icons-react 481.0.2 → 481.0.3

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 (158) hide show
  1. package/dist/CustomNetwork16GradientBlueIcon.d.ts +4 -0
  2. package/dist/CustomNetwork16GradientGrayIcon.d.ts +4 -0
  3. package/dist/CustomNetwork16OntintIcon.d.ts +4 -0
  4. package/dist/CustomNetwork16RedIcon.d.ts +4 -0
  5. package/dist/CustomNetwork16YellowIcon.d.ts +4 -0
  6. package/dist/CustomNetwork24GradientBlueIcon.d.ts +4 -0
  7. package/dist/Datastore16GradientBlueIcon.d.ts +4 -0
  8. package/dist/Datastore24GradientBlueIcon.d.ts +4 -0
  9. package/dist/Datastore32ColorfulIcon.d.ts +4 -0
  10. package/dist/ExpandCapacity16GradientBlueIcon.d.ts +4 -0
  11. package/dist/ExpandCapacity16GradientGrayIcon.d.ts +4 -0
  12. package/dist/ExpandCapacity24GradientBlueIcon.d.ts +4 -0
  13. package/dist/ExpandCapacity24GradientGrayIcon.d.ts +4 -0
  14. package/dist/InternalNetwork16GradientBlueIcon.d.ts +4 -0
  15. package/dist/InternalNetwork16RedIcon.d.ts +4 -0
  16. package/dist/InternalNetwork16YellowIcon.d.ts +4 -0
  17. package/dist/InternalNetwork24GradientBlueIcon.d.ts +4 -0
  18. package/dist/MinusUnmountRemoveCircle16GradientBlueIcon.d.ts +4 -0
  19. package/dist/MinusUnmountRemoveCircle24GradientBlueIcon.d.ts +4 -0
  20. package/dist/NetworkSecurity32ColorfulIcon.d.ts +4 -0
  21. package/dist/OsLinuxNfschina16Icon.d.ts +4 -0
  22. package/dist/OsLinuxOpenkylin16Icon.d.ts +4 -0
  23. package/dist/PlusAddCircle24GradientBlueIcon.d.ts +4 -0
  24. package/dist/Rescan16GradientBlueIcon.d.ts +4 -0
  25. package/dist/Rescan16GradientGrayIcon.d.ts +4 -0
  26. package/dist/Rescan24GradientBlueIcon.d.ts +4 -0
  27. package/dist/SharedVirtualVolume16OntintIcon.d.ts +4 -0
  28. package/dist/SsoDuo16Icon.d.ts +4 -0
  29. package/dist/SsoGeneralIdp16Icon.d.ts +4 -0
  30. package/dist/SsoOkta16Icon.d.ts +4 -0
  31. package/dist/SsoThales16Icon.d.ts +4 -0
  32. package/dist/StorageAdapter16GradientBlueIcon.d.ts +4 -0
  33. package/dist/StorageAdapter16GradientGrayIcon.d.ts +4 -0
  34. package/dist/StorageAdapter24GradientBlueIcon.d.ts +4 -0
  35. package/dist/StorageAdapter24GradientGrayIcon.d.ts +4 -0
  36. package/dist/StorageDevice16GradientBlueIcon.d.ts +4 -0
  37. package/dist/StorageDevice16GradientGrayIcon.d.ts +4 -0
  38. package/dist/StorageDevice24GradientBlueIcon.d.ts +4 -0
  39. package/dist/StorageDevice24GradientGrayIcon.d.ts +4 -0
  40. package/dist/VirtualVolumeMinusRemove16GradientGrayIcon.d.ts +4 -0
  41. package/dist/VirtualVolumeMinusRemove16GradientRedIcon.d.ts +4 -0
  42. package/dist/VirtualVolumeMinusRemove24GradientGrayIcon.d.ts +4 -0
  43. package/dist/VirtualVolumeMinusRemove24GradientRedIcon.d.ts +4 -0
  44. package/dist/VmAddPlus16GradientBlueIcon.d.ts +4 -0
  45. package/dist/VmAddPlus16GradientGrayIcon.d.ts +4 -0
  46. package/dist/VmAddPlus24GradientBlueIcon.d.ts +4 -0
  47. package/dist/VmAddPlus24GradientGrayIcon.d.ts +4 -0
  48. package/dist/VmMinusRemove16GradientGrayIcon.d.ts +4 -0
  49. package/dist/VmMinusRemove16GradientRedIcon.d.ts +4 -0
  50. package/dist/VmMinusRemove24GradientGrayIcon.d.ts +4 -0
  51. package/dist/VmMinusRemove24GradientRedIcon.d.ts +4 -0
  52. package/dist/cjs/CustomNetwork16GradientBlueIcon.js +50 -0
  53. package/dist/cjs/CustomNetwork16GradientGrayIcon.js +50 -0
  54. package/dist/cjs/CustomNetwork16OntintIcon.js +26 -0
  55. package/dist/cjs/CustomNetwork16RedIcon.js +50 -0
  56. package/dist/cjs/CustomNetwork16YellowIcon.js +50 -0
  57. package/dist/cjs/CustomNetwork24GradientBlueIcon.js +50 -0
  58. package/dist/cjs/Datastore16GradientBlueIcon.js +33 -0
  59. package/dist/cjs/Datastore24GradientBlueIcon.js +33 -0
  60. package/dist/cjs/Datastore32ColorfulIcon.js +47 -0
  61. package/dist/cjs/ExpandCapacity16GradientBlueIcon.js +33 -0
  62. package/dist/cjs/ExpandCapacity16GradientGrayIcon.js +33 -0
  63. package/dist/cjs/ExpandCapacity24GradientBlueIcon.js +33 -0
  64. package/dist/cjs/ExpandCapacity24GradientGrayIcon.js +33 -0
  65. package/dist/cjs/InternalNetwork16GradientBlueIcon.js +80 -0
  66. package/dist/cjs/InternalNetwork16RedIcon.js +80 -0
  67. package/dist/cjs/InternalNetwork16YellowIcon.js +80 -0
  68. package/dist/cjs/InternalNetwork24GradientBlueIcon.js +144 -0
  69. package/dist/cjs/MinusUnmountRemoveCircle16GradientBlueIcon.js +50 -0
  70. package/dist/cjs/MinusUnmountRemoveCircle24GradientBlueIcon.js +50 -0
  71. package/dist/cjs/NetworkSecurity32ColorfulIcon.js +35 -0
  72. package/dist/cjs/OsLinuxNfschina16Icon.js +26 -0
  73. package/dist/cjs/OsLinuxOpenkylin16Icon.js +46 -0
  74. package/dist/cjs/PlusAddCircle24GradientBlueIcon.js +50 -0
  75. package/dist/cjs/Rescan16GradientBlueIcon.js +50 -0
  76. package/dist/cjs/Rescan16GradientGrayIcon.js +50 -0
  77. package/dist/cjs/Rescan24GradientBlueIcon.js +50 -0
  78. package/dist/cjs/SharedVirtualVolume16OntintIcon.js +23 -0
  79. package/dist/cjs/SsoDuo16Icon.js +37 -0
  80. package/dist/cjs/SsoGeneralIdp16Icon.js +82 -0
  81. package/dist/cjs/SsoOkta16Icon.js +22 -0
  82. package/dist/cjs/SsoThales16Icon.js +24 -0
  83. package/dist/cjs/StorageAdapter16GradientBlueIcon.js +33 -0
  84. package/dist/cjs/StorageAdapter16GradientGrayIcon.js +33 -0
  85. package/dist/cjs/StorageAdapter24GradientBlueIcon.js +33 -0
  86. package/dist/cjs/StorageAdapter24GradientGrayIcon.js +33 -0
  87. package/dist/cjs/StorageDevice16GradientBlueIcon.js +51 -0
  88. package/dist/cjs/StorageDevice16GradientGrayIcon.js +51 -0
  89. package/dist/cjs/StorageDevice24GradientBlueIcon.js +35 -0
  90. package/dist/cjs/StorageDevice24GradientGrayIcon.js +33 -0
  91. package/dist/cjs/VirtualVolumeMinusRemove16GradientGrayIcon.js +67 -0
  92. package/dist/cjs/VirtualVolumeMinusRemove16GradientRedIcon.js +67 -0
  93. package/dist/cjs/VirtualVolumeMinusRemove24GradientGrayIcon.js +33 -0
  94. package/dist/cjs/VirtualVolumeMinusRemove24GradientRedIcon.js +67 -0
  95. package/dist/cjs/VmAddPlus16GradientBlueIcon.js +65 -0
  96. package/dist/cjs/VmAddPlus16GradientGrayIcon.js +65 -0
  97. package/dist/cjs/VmAddPlus24GradientBlueIcon.js +65 -0
  98. package/dist/cjs/VmAddPlus24GradientGrayIcon.js +65 -0
  99. package/dist/cjs/VmMinusRemove16GradientGrayIcon.js +65 -0
  100. package/dist/cjs/VmMinusRemove16GradientRedIcon.js +65 -0
  101. package/dist/cjs/VmMinusRemove24GradientGrayIcon.js +65 -0
  102. package/dist/cjs/VmMinusRemove24GradientRedIcon.js +65 -0
  103. package/dist/cjs/index.js +51 -0
  104. package/dist/esm/CustomNetwork16GradientBlueIcon.js +50 -0
  105. package/dist/esm/CustomNetwork16GradientGrayIcon.js +50 -0
  106. package/dist/esm/CustomNetwork16OntintIcon.js +26 -0
  107. package/dist/esm/CustomNetwork16RedIcon.js +50 -0
  108. package/dist/esm/CustomNetwork16YellowIcon.js +50 -0
  109. package/dist/esm/CustomNetwork24GradientBlueIcon.js +50 -0
  110. package/dist/esm/Datastore16GradientBlueIcon.js +33 -0
  111. package/dist/esm/Datastore24GradientBlueIcon.js +33 -0
  112. package/dist/esm/Datastore32ColorfulIcon.js +47 -0
  113. package/dist/esm/ExpandCapacity16GradientBlueIcon.js +33 -0
  114. package/dist/esm/ExpandCapacity16GradientGrayIcon.js +33 -0
  115. package/dist/esm/ExpandCapacity24GradientBlueIcon.js +33 -0
  116. package/dist/esm/ExpandCapacity24GradientGrayIcon.js +33 -0
  117. package/dist/esm/InternalNetwork16GradientBlueIcon.js +80 -0
  118. package/dist/esm/InternalNetwork16RedIcon.js +80 -0
  119. package/dist/esm/InternalNetwork16YellowIcon.js +80 -0
  120. package/dist/esm/InternalNetwork24GradientBlueIcon.js +144 -0
  121. package/dist/esm/MinusUnmountRemoveCircle16GradientBlueIcon.js +50 -0
  122. package/dist/esm/MinusUnmountRemoveCircle24GradientBlueIcon.js +50 -0
  123. package/dist/esm/NetworkSecurity32ColorfulIcon.js +35 -0
  124. package/dist/esm/OsLinuxNfschina16Icon.js +26 -0
  125. package/dist/esm/OsLinuxOpenkylin16Icon.js +46 -0
  126. package/dist/esm/PlusAddCircle24GradientBlueIcon.js +50 -0
  127. package/dist/esm/Rescan16GradientBlueIcon.js +50 -0
  128. package/dist/esm/Rescan16GradientGrayIcon.js +50 -0
  129. package/dist/esm/Rescan24GradientBlueIcon.js +50 -0
  130. package/dist/esm/SharedVirtualVolume16OntintIcon.js +23 -0
  131. package/dist/esm/SsoDuo16Icon.js +37 -0
  132. package/dist/esm/SsoGeneralIdp16Icon.js +82 -0
  133. package/dist/esm/SsoOkta16Icon.js +22 -0
  134. package/dist/esm/SsoThales16Icon.js +24 -0
  135. package/dist/esm/StorageAdapter16GradientBlueIcon.js +33 -0
  136. package/dist/esm/StorageAdapter16GradientGrayIcon.js +33 -0
  137. package/dist/esm/StorageAdapter24GradientBlueIcon.js +33 -0
  138. package/dist/esm/StorageAdapter24GradientGrayIcon.js +33 -0
  139. package/dist/esm/StorageDevice16GradientBlueIcon.js +51 -0
  140. package/dist/esm/StorageDevice16GradientGrayIcon.js +51 -0
  141. package/dist/esm/StorageDevice24GradientBlueIcon.js +35 -0
  142. package/dist/esm/StorageDevice24GradientGrayIcon.js +33 -0
  143. package/dist/esm/VirtualVolumeMinusRemove16GradientGrayIcon.js +67 -0
  144. package/dist/esm/VirtualVolumeMinusRemove16GradientRedIcon.js +67 -0
  145. package/dist/esm/VirtualVolumeMinusRemove24GradientGrayIcon.js +33 -0
  146. package/dist/esm/VirtualVolumeMinusRemove24GradientRedIcon.js +67 -0
  147. package/dist/esm/VmAddPlus16GradientBlueIcon.js +65 -0
  148. package/dist/esm/VmAddPlus16GradientGrayIcon.js +65 -0
  149. package/dist/esm/VmAddPlus24GradientBlueIcon.js +65 -0
  150. package/dist/esm/VmAddPlus24GradientGrayIcon.js +65 -0
  151. package/dist/esm/VmMinusRemove16GradientGrayIcon.js +65 -0
  152. package/dist/esm/VmMinusRemove16GradientRedIcon.js +65 -0
  153. package/dist/esm/VmMinusRemove24GradientGrayIcon.js +65 -0
  154. package/dist/esm/VmMinusRemove24GradientRedIcon.js +65 -0
  155. package/dist/esm/index.js +51 -0
  156. package/dist/image-types.d.ts +1 -1
  157. package/dist/index.d.ts +51 -0
  158. package/package.json +3 -3
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const CustomNetwork16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CustomNetwork16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const CustomNetwork16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CustomNetwork16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const CustomNetwork16OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CustomNetwork16OntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const CustomNetwork16RedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CustomNetwork16RedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const CustomNetwork16YellowIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CustomNetwork16YellowIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const CustomNetwork24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CustomNetwork24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Datastore16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Datastore16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Datastore24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Datastore24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Datastore32ColorfulIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Datastore32ColorfulIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ExpandCapacity16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ExpandCapacity16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ExpandCapacity16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ExpandCapacity16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ExpandCapacity24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ExpandCapacity24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ExpandCapacity24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ExpandCapacity24GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const InternalNetwork16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default InternalNetwork16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const InternalNetwork16RedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default InternalNetwork16RedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const InternalNetwork16YellowIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default InternalNetwork16YellowIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const InternalNetwork24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default InternalNetwork24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const MinusUnmountRemoveCircle16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default MinusUnmountRemoveCircle16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const MinusUnmountRemoveCircle24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default MinusUnmountRemoveCircle24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const NetworkSecurity32ColorfulIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default NetworkSecurity32ColorfulIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const OsLinuxNfschina16Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default OsLinuxNfschina16Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const OsLinuxOpenkylin16Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default OsLinuxOpenkylin16Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const PlusAddCircle24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default PlusAddCircle24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Rescan16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Rescan16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Rescan16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Rescan16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Rescan24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Rescan24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SharedVirtualVolume16OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SharedVirtualVolume16OntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SsoDuo16Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SsoDuo16Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SsoGeneralIdp16Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SsoGeneralIdp16Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SsoOkta16Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SsoOkta16Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SsoThales16Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SsoThales16Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const StorageAdapter16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default StorageAdapter16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const StorageAdapter16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default StorageAdapter16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const StorageAdapter24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default StorageAdapter24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const StorageAdapter24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default StorageAdapter24GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const StorageDevice16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default StorageDevice16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const StorageDevice16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default StorageDevice16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const StorageDevice24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default StorageDevice24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const StorageDevice24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default StorageDevice24GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const VirtualVolumeMinusRemove16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VirtualVolumeMinusRemove16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const VirtualVolumeMinusRemove16GradientRedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VirtualVolumeMinusRemove16GradientRedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const VirtualVolumeMinusRemove24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VirtualVolumeMinusRemove24GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const VirtualVolumeMinusRemove24GradientRedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VirtualVolumeMinusRemove24GradientRedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const VmAddPlus16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VmAddPlus16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const VmAddPlus16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VmAddPlus16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const VmAddPlus24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VmAddPlus24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const VmAddPlus24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VmAddPlus24GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const VmMinusRemove16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VmMinusRemove16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const VmMinusRemove16GradientRedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VmMinusRemove16GradientRedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const VmMinusRemove24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VmMinusRemove24GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const VmMinusRemove24GradientRedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VmMinusRemove24GradientRedIcon;
4
+
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function CustomNetwork16GradientBlueIcon({
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
+ "data-testid": "CustomNetwork16GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M8 .75a2.25 2.25 0 01.625 4.412v.388l-.208 1.728L9.81 6.234l1.225-.708a1.751 1.751 0 11.625 1.083l-1.225.707L8.816 8l1.316.556a2.97 2.97 0 00-.412 1.142l-1.303-.976.208 1.728v1.382l-.418.418a1.667 1.667 0 00.667 2.764 1.75 1.75 0 11-1.499-3.149V10.45l.217-1.743-1.402 1.06-.335.193a2.25 2.25 0 11-.625-1.082l.335-.194L7.167 8l-1.6-.684-1.226-.708a1.751 1.751 0 01-2.62-2.233 1.75 1.75 0 013.245 1.151l1.225.707 1.4 1.06-.216-1.743v-.388A2.251 2.251 0 018 .75zM4.753 9.875a1.25 1.25 0 10-2.165 1.252 1.25 1.25 0 002.165-1.252zM8 1.75a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z",
20
+ fill: "url(#paint0_radial_CustomNetwork16GradientBlueIcon_19029_24)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M11.271 8.716a1.993 1.993 0 011.829-.54c.224.048.274.322.111.484l-.762.763c-.13.13-.13.34 0 .47l.473.472c.13.13.34.13.47 0l.762-.761c.163-.163.438-.114.486.11a1.995 1.995 0 01-2.815 2.219L9.857 13.9a.667.667 0 01-.943-.943l1.968-1.968a1.998 1.998 0 01.39-2.273z",
23
+ fill: "url(#paint1_radial_CustomNetwork16GradientBlueIcon_19029_24)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_CustomNetwork16GradientBlueIcon_19029_24",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
30
+ gradientUnits: "userSpaceOnUse"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#5BCAFF"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#06F"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_CustomNetwork16GradientBlueIcon_19029_24",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
42
+ gradientUnits: "userSpaceOnUse"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#5BCAFF"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#06F"
48
+ }))));
49
+ }
50
+ module.exports = CustomNetwork16GradientBlueIcon;
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function CustomNetwork16GradientGrayIcon({
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
+ "data-testid": "CustomNetwork16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M8 .75a2.25 2.25 0 01.625 4.412v.388l-.208 1.728L9.81 6.234l1.225-.708a1.751 1.751 0 11.625 1.083l-1.225.707L8.816 8l1.316.556a2.97 2.97 0 00-.412 1.142l-1.303-.976.208 1.728v1.382l-.418.418a1.667 1.667 0 00.667 2.764 1.75 1.75 0 11-1.499-3.149V10.45l.217-1.743-1.402 1.06-.335.193a2.25 2.25 0 11-.625-1.082l.335-.194L7.167 8l-1.6-.684-1.226-.708a1.751 1.751 0 01-2.62-2.233 1.75 1.75 0 013.245 1.151l1.225.707 1.4 1.06-.216-1.743v-.388A2.251 2.251 0 018 .75zM4.753 9.875a1.25 1.25 0 10-2.165 1.252 1.25 1.25 0 002.165-1.252zM8 1.75a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z",
20
+ fill: "url(#paint0_radial_CustomNetwork16GradientGrayIcon_19047_43073)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M11.271 8.716a1.993 1.993 0 011.829-.54c.224.048.274.322.111.484l-.762.763c-.13.13-.13.34 0 .47l.473.472c.13.13.34.13.47 0l.762-.761c.163-.163.438-.114.486.11a1.995 1.995 0 01-2.815 2.219L9.857 13.9a.667.667 0 01-.943-.943l1.968-1.968a1.998 1.998 0 01.39-2.273z",
23
+ fill: "url(#paint1_radial_CustomNetwork16GradientGrayIcon_19047_43073)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_CustomNetwork16GradientGrayIcon_19047_43073",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
30
+ gradientUnits: "userSpaceOnUse"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#CCD4E3"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#6B7D99"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_CustomNetwork16GradientGrayIcon_19047_43073",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
42
+ gradientUnits: "userSpaceOnUse"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#CCD4E3"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#6B7D99"
48
+ }))));
49
+ }
50
+ module.exports = CustomNetwork16GradientGrayIcon;
@@ -0,0 +1,26 @@
1
+ const React = require("react");
2
+ function CustomNetwork16OntintIcon({
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
+ "data-testid": "CustomNetwork16OntintIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
17
+ fill: "#fff"
18
+ }, /*#__PURE__*/React.createElement("path", {
19
+ fillRule: "evenodd",
20
+ clipRule: "evenodd",
21
+ d: "M8 .75a2.25 2.25 0 01.625 4.412v.388l-.208 1.728L9.81 6.234l1.225-.708a1.751 1.751 0 11.625 1.083l-1.225.707L8.816 8l1.316.556a2.97 2.97 0 00-.412 1.142l-1.303-.976.208 1.728v1.382l-.418.418a1.667 1.667 0 00.667 2.764 1.75 1.75 0 11-1.499-3.149V10.45l.217-1.743-1.402 1.06-.335.193a2.25 2.25 0 11-.625-1.082l.335-.194L7.167 8l-1.6-.684-1.226-.708a1.751 1.751 0 01-2.62-2.233 1.75 1.75 0 013.245 1.151l1.225.707 1.4 1.06-.216-1.743v-.388A2.251 2.251 0 018 .75zM4.753 9.875a1.25 1.25 0 10-2.165 1.252 1.25 1.25 0 002.165-1.252zM8 1.75a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M11.271 8.716a1.993 1.993 0 011.829-.54c.224.048.274.322.111.484l-.762.763c-.13.13-.13.34 0 .47l.473.472c.13.13.34.13.47 0l.762-.761c.163-.163.438-.114.486.11a1.995 1.995 0 01-2.815 2.219L9.857 13.9a.667.667 0 01-.943-.943l1.968-1.968a1.998 1.998 0 01.39-2.273z"
24
+ })));
25
+ }
26
+ module.exports = CustomNetwork16OntintIcon;
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function CustomNetwork16RedIcon({
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
+ "data-testid": "CustomNetwork16RedIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M8 .75a2.25 2.25 0 01.625 4.412v.388l-.208 1.728L9.81 6.234l1.225-.708a1.751 1.751 0 11.625 1.083l-1.225.707L8.816 8l1.316.556a2.97 2.97 0 00-.412 1.142l-1.303-.976.208 1.728v1.382l-.418.418a1.667 1.667 0 00.667 2.764 1.75 1.75 0 11-1.499-3.149V10.45l.217-1.743-1.402 1.06-.335.193a2.25 2.25 0 11-.625-1.082l.335-.194L7.167 8l-1.6-.684-1.226-.708a1.751 1.751 0 01-2.62-2.233 1.75 1.75 0 013.245 1.151l1.225.707 1.4 1.06-.216-1.743v-.388A2.251 2.251 0 018 .75zM4.753 9.875a1.25 1.25 0 10-2.165 1.252 1.25 1.25 0 002.165-1.252zM8 1.75a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z",
20
+ fill: "url(#paint0_radial_CustomNetwork16RedIcon_19029_26)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M11.271 8.716a1.993 1.993 0 011.829-.54c.224.048.274.322.111.484l-.762.763c-.13.13-.13.34 0 .47l.473.472c.13.13.34.13.47 0l.762-.761c.163-.163.438-.114.486.11a1.995 1.995 0 01-2.815 2.219L9.857 13.9a.667.667 0 01-.943-.943l1.968-1.968a1.998 1.998 0 01.39-2.273z",
23
+ fill: "url(#paint1_radial_CustomNetwork16RedIcon_19029_26)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_CustomNetwork16RedIcon_19029_26",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
30
+ gradientUnits: "userSpaceOnUse"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#FF5C78"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#DC0000"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_CustomNetwork16RedIcon_19029_26",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
42
+ gradientUnits: "userSpaceOnUse"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#FF5C78"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#DC0000"
48
+ }))));
49
+ }
50
+ module.exports = CustomNetwork16RedIcon;
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function CustomNetwork16YellowIcon({
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
+ "data-testid": "CustomNetwork16YellowIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M8 .75a2.25 2.25 0 01.625 4.412v.388l-.208 1.728L9.81 6.234l1.225-.708a1.751 1.751 0 11.625 1.083l-1.225.707L8.816 8l1.316.556a2.97 2.97 0 00-.412 1.142l-1.303-.976.208 1.728v1.382l-.418.418a1.667 1.667 0 00.667 2.764 1.75 1.75 0 11-1.499-3.149V10.45l.217-1.743-1.402 1.06-.335.193a2.25 2.25 0 11-.625-1.082l.335-.194L7.167 8l-1.6-.684-1.226-.708a1.751 1.751 0 01-2.62-2.233 1.75 1.75 0 013.245 1.151l1.225.707 1.4 1.06-.216-1.743v-.388A2.251 2.251 0 018 .75zM4.753 9.875a1.25 1.25 0 10-2.165 1.252 1.25 1.25 0 002.165-1.252zM8 1.75a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z",
20
+ fill: "url(#paint0_radial_CustomNetwork16YellowIcon_19029_28)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M11.271 8.716a1.993 1.993 0 011.829-.54c.224.048.274.322.111.484l-.762.763c-.13.13-.13.34 0 .47l.473.472c.13.13.34.13.47 0l.762-.761c.163-.163.438-.114.486.11a1.995 1.995 0 01-2.815 2.219L9.857 13.9a.667.667 0 01-.943-.943l1.968-1.968a1.998 1.998 0 01.39-2.273z",
23
+ fill: "url(#paint1_radial_CustomNetwork16YellowIcon_19029_28)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_CustomNetwork16YellowIcon_19029_28",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
30
+ gradientUnits: "userSpaceOnUse"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#FFD505"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#F39600"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_CustomNetwork16YellowIcon_19029_28",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
42
+ gradientUnits: "userSpaceOnUse"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#FFD505"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#F39600"
48
+ }))));
49
+ }
50
+ module.exports = CustomNetwork16YellowIcon;
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function CustomNetwork24GradientBlueIcon({
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
+ "data-testid": "CustomNetwork24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M12 1.999a3 3 0 01.625 5.936v1.064c-.013.344-.058.812-.104 1.296-.032.325-.063.657-.086.963.485-.314 1.102-.727 1.644-1.09.446-.298.842-.562 1.072-.71l1.819-1.05A2.002 2.002 0 0120.66 7a2 2 0 01-3.064 2.491l-1.82 1.05c-.242.125-.67.336-1.151.573-.585.288-1.25.618-1.765.881.276.133.58.271.876.406.442.202.87.398 1.174.559l.303.174a3.97 3.97 0 00-.386 1.22l-.54-.312a25.201 25.201 0 01-1.072-.738c-.266-.19-.537-.383-.79-.556.029.577.078 1.318.12 1.969.036.536.067 1.011.08 1.284v2.099c.042.014.084.029.125.046l-.335.335a2 2 0 00.6 3.24c-.298.176-.644.28-1.015.28a2.002 2.002 0 01-.625-3.901V16c.013-.273.044-.75.08-1.285.042-.65.091-1.391.12-1.968-.253.173-.525.367-.79.556-.396.282-.78.555-1.071.738l-.922.532a3 3 0 11-.625-1.083l.923-.531c.304-.16.732-.358 1.174-.56.296-.135.6-.272.876-.405-.514-.263-1.18-.593-1.765-.88a85.922 85.922 0 01-1.151-.574l-1.82-1.05a2 2 0 11.626-1.082l1.819 1.05c.23.148.626.412 1.072.71.542.363 1.16.776 1.645 1.09a50.556 50.556 0 00-.087-.963c-.046-.484-.091-.952-.104-1.296V7.935A3 3 0 0112 1.999zM7.67 14.5a2 2 0 10-3.465 2.001A2 2 0 007.67 14.5zM12 2.999a2.001 2.001 0 100 4.003 2.001 2.001 0 000-4.003z",
20
+ fill: "url(#paint0_radial_CustomNetwork24GradientBlueIcon_19029_22)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M16.656 12.823a2.991 2.991 0 012.744-.81c.337.072.412.483.168.727l-1.144 1.145a.5.5 0 000 .707l.707.707a.5.5 0 00.707 0l1.145-1.145c.244-.244.654-.168.726.17a2.991 2.991 0 01-.81 2.742 2.998 2.998 0 01-3.412.583l-2.952 2.953a1 1 0 01-1.414-1.415l2.952-2.952a2.998 2.998 0 01.583-3.412z",
23
+ fill: "url(#paint1_radial_CustomNetwork24GradientBlueIcon_19029_22)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_CustomNetwork24GradientBlueIcon_19029_22",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientTransform: "scale(26.6401 28.2857) rotate(-45 .994 .256)",
30
+ gradientUnits: "userSpaceOnUse"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#5BCAFF"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#06F"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_CustomNetwork24GradientBlueIcon_19029_22",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientTransform: "scale(26.6401 28.2857) rotate(-45 .994 .256)",
42
+ gradientUnits: "userSpaceOnUse"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#5BCAFF"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#06F"
48
+ }))));
49
+ }
50
+ module.exports = CustomNetwork24GradientBlueIcon;