UNPKG

react-native-unicons

Version:
9 lines (8 loc) 472 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgExchange(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M18 10a1 1 0 00-1-1H5.41l2.3-2.29a1 1 0 00-1.42-1.42l-4 4a1 1 0 00-.21 1.09A1 1 0 003 11h14a1 1 0 001-1zm3.92 3.62A1 1 0 0021 13H7a1 1 0 000 2h11.59l-2.3 2.29a1 1 0 000 1.42 1 1 0 001.42 0l4-4a1 1 0 00.21-1.09z" fill="currentColor"/> </Svg>); } export default SvgExchange;