UNPKG

react-native-unicons

Version:
9 lines (8 loc) 457 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgTopArrowToTop(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M12.71 6.29a1 1 0 00-.33-.21 1 1 0 00-.76 0 1 1 0 00-.33.21l-4 4a1 1 0 101.42 1.42L11 9.41V21a1 1 0 002 0V9.41l2.29 2.3a1 1 0 001.42 0 1 1 0 000-1.42zM19 2H5a1 1 0 000 2h14a1 1 0 000-2z" fill="currentColor"/> </Svg>); } export default SvgTopArrowToTop;