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