/* GENERATED FILE */ import * as React from 'react'; import Svg, { Rect, Circle, Polyline, Path } from 'react-native-svg'; import { IconProps } from '../lib'; function FlowArrow(props: IconProps) { return ( ); } export default FlowArrow;