import React, {
Component
} from 'react';
import Svg, {
Defs,
G,
Path,
Use,
Rect
} from 'react-native-svg';
class DefsExample extends Component{
static title = 'basic Defs usage';
render() {
return ;
}
}
const icon = ;
const samples = [DefsExample];
export {
icon,
samples
};