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