import React from 'react'; import Svg, { SvgProps, Circle } from 'react-native-svg'; export const StatusActive: React.FC = () => { return ( ); };