UNPKG

react-native-unicons

Version:
9 lines (8 loc) 535 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgExpandAlt(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M9.79 12.79L4 18.59V17a1 1 0 00-2 0v4a1 1 0 00.08.38 1 1 0 00.54.54A1 1 0 003 22h4a1 1 0 000-2H5.41l5.8-5.79a1 1 0 00-1.42-1.42zM21.92 2.62a1 1 0 00-.54-.54A1 1 0 0021 2h-4a1 1 0 000 2h1.59l-5.8 5.79a1 1 0 000 1.42 1 1 0 001.42 0L20 5.41V7a1 1 0 002 0V3a1 1 0 00-.08-.38z" fill="currentColor"/> </Svg>); } export default SvgExpandAlt;