Skip to content

Commit 12a6991

Browse files
committed
chore: add lacking imports
1 parent 41e42ee commit 12a6991

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/components/Icons/NanoContract.icon.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import Svg, { Path } from 'react-native-svg'
1010
import { COLORS } from '../../styles/themes';
1111
import { BaseIcon } from './Base.icon';
1212
import { DEFAULT_ICON_SIZE } from './constants';
13+
import { getScale, getViewBox } from './helper';
1314

1415
/**
1516
* @param {object} props

src/components/Icons/Oracle.icon.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import Svg, { Path } from 'react-native-svg'
1010
import { COLORS } from '../../styles/themes';
1111
import { BaseIcon } from './Base.icon';
1212
import { DEFAULT_ICON_SIZE } from './constants';
13+
import { getScale, getViewBox } from './helper';
1314

1415
/**
1516
* @param {object} props

src/components/Icons/RandomTx.icon.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import Svg, { Path } from 'react-native-svg'
1010
import { COLORS } from '../../styles/themes';
1111
import { BaseIcon } from './Base.icon';
1212
import { DEFAULT_ICON_SIZE } from './constants';
13+
import { getScale, getViewBox } from './helper';
1314

1415
/**
1516
* @param {object} props

src/components/Icons/Registered.icon.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import Svg, { Path } from 'react-native-svg'
1010
import { COLORS } from '../../styles/themes';
1111
import { BaseIcon } from './Base.icon';
1212
import { DEFAULT_ICON_SIZE } from './constants';
13+
import { getScale, getViewBox } from './helper';
1314

1415
/**
1516
* @param {object} props

src/components/Icons/Wallet.icon.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import Svg, { Path } from 'react-native-svg'
1010
import { COLORS } from '../../styles/themes';
1111
import { BaseIcon } from './Base.icon';
1212
import { DEFAULT_ICON_SIZE } from './constants';
13+
import { getScale, getViewBox } from './helper';
1314

1415
/**
1516
* @param {object} props

0 commit comments

Comments
 (0)