UNPKG

react-native-unicons

Version:
9 lines (8 loc) 456 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgCornerUpLeftAlt(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M17 9.5H7.41l1.3-1.29a1 1 0 00-1.42-1.42l-3 3a1 1 0 00-.21.33 1 1 0 000 .76 1 1 0 00.21.33l3 3a1 1 0 001.42 0 1 1 0 000-1.42l-1.3-1.29H17a1 1 0 011 1v4a1 1 0 002 0v-4a3 3 0 00-3-3z" fill="currentColor"/> </Svg>); } export default SvgCornerUpLeftAlt;