UNPKG

react-native-unicons

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