import * as React from 'react' import Svg, { ClipPath, Defs, G, Path } from 'react-native-svg' const Star = () => ( ) export default Star