Преглед изворни кода

Bugfix: svg problems fixed.

lfabl пре 1 месец
родитељ
комит
b2ca1d6022

+ 3 - 2
src/assets/svg/cayCoreIcon/index.tsx

@@ -1,11 +1,12 @@
 import type {
     INCoreUIKitIconProps
 } from "../../../types";
-import Svg, {
+import {
     RadialGradient,
     Path,
     Defs,
-    Stop
+    Stop,
+    Svg
 } from "react-native-svg";
 
 const CayCoreIcon = ({

+ 2 - 1
src/assets/svg/nibgatCommunityIcon/index.tsx

@@ -4,9 +4,10 @@ import {
 import type {
     INCoreUIKitIconProps
 } from "../../../types";
-import Svg, {
+import {
     Path,
     Defs,
+    Svg,
     G
 } from "react-native-svg";
 

+ 3 - 2
src/assets/svg/nibgatIcon/index.tsx

@@ -1,11 +1,12 @@
 import type {
     INCoreUIKitIconProps
 } from "../../../types";
-import Svg, {
+import {
     LinearGradient,
     Path,
     Defs,
-    Stop
+    Stop,
+    Svg
 } from "react-native-svg";
 
 const NIBGATIcon = ({