소스 검색

Bugfix: svg problems fixed.

lfabl 1 개월 전
부모
커밋
b2ca1d6022
3개의 변경된 파일8개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 2
      src/assets/svg/cayCoreIcon/index.tsx
  2. 2 1
      src/assets/svg/nibgatCommunityIcon/index.tsx
  3. 3 2
      src/assets/svg/nibgatIcon/index.tsx

+ 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 = ({