import type { ComponentProps } from 'react' import Svg, { Path, Circle, G, Defs, ClipPath, Rect } from 'react-native-svg' export function JunwonIcon(props: ComponentProps) { return ( ) }