UNPKG

react-native-unicons

Version:
9 lines (8 loc) 493 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgCornerDownRight(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M19.61 16a1.19 1.19 0 00-.22-.33L14.76 11a1 1 0 00-1.41 1.41l2.92 2.92h-7a3 3 0 01-3-3V3a1 1 0 10-2 0v9.37a5 5 0 005 5h7l-2.92 2.92a1 1 0 000 1.42 1 1 0 00.71.29 1 1 0 00.7-.29l4.63-4.63a1 1 0 00.22-.33 1 1 0 000-.75z" fill="currentColor"/> </Svg>); } export default SvgCornerDownRight;