import React from 'react'; import {Icon} from 'native-base'; import {G, Path} from 'react-native-svg'; const NativeBaseIcon = () => { return ( ); }; export default NativeBaseIcon;