import React, { Component } from 'react-native'; import Svg, { GlipPath, Defs, Line, Rect, Text, G } from 'react-native-art-svg'; class ClipPathExample extends Component{ static title = 'Clip by set clip-path with a path data'; render() { return ; } } class ClipRulePathExample extends Component{ static title = 'Clip by set clip-path with a path data'; render() { return ; } } const icon = ; const samples = [ClipPathExample, ClipRulePathExample]; export { icon, samples }