react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 420 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgAngleLeftB(props) {
return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M8.5 12.8l5.7 5.6c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4l-4.9-5 4.9-5c.4-.4.4-1 0-1.4-.2-.2-.4-.3-.7-.3-.3 0-.5.1-.7.3l-5.7 5.6c-.4.5-.4 1.1 0 1.6 0-.1 0-.1 0 0z" fill="currentColor"/>
</Svg>);
}
export default SvgAngleLeftB;