UNPKG

react-native-unicons

Version:
9 lines (8 loc) 414 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgArrowDownRight(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M17 6a1 1 0 00-1 1v7.59l-8.29-8.3a1 1 0 00-1.42 1.42l8.3 8.29H7a1 1 0 000 2h10a1 1 0 00.38-.08 1 1 0 00.54-.54A1 1 0 0018 17V7a1 1 0 00-1-1z" fill="currentColor"/> </Svg>); } export default SvgArrowDownRight;