UNPKG

react-native-unicons

Version:
9 lines (8 loc) 413 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgStepForward(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M8.71 7.29a1 1 0 10-1.42 1.42l3.3 3.29-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0l4-4a1 1 0 000-1.42zM16 7a1 1 0 00-1 1v8a1 1 0 002 0V8a1 1 0 00-1-1z" fill="currentColor"/> </Svg>); } export default SvgStepForward;