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