import React from 'react'; import { Icon } from '../../../primitives/Icon'; import { Circle, G } from 'react-native-svg'; export function Default(props: any) { return ( ); }