UNPKG

react-native-unicons

Version:
9 lines (8 loc) 396 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgArrowUpLeft(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M9.41 8H17a1 1 0 000-2H7a1 1 0 00-.38.08 1 1 0 00-.54.54A1 1 0 006 7v10a1 1 0 002 0V9.41l8.29 8.3a1 1 0 001.42 0 1 1 0 000-1.42z" fill="currentColor"/> </Svg>); } export default SvgArrowUpLeft;