import React, {
Component
} from 'react-native';
import Svg, {
Symbol,
Circle,
Use
} from 'react-native-art-svg';
class SymbolExample extends Component{
static title = 'Symbol example';
render() {
return ;
}
}
const icon = ;
const samples = [SymbolExample];
export {
icon,
samples
}