UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 431 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgContractLeftRightLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M18.793 5.793 12.586 12l6.207 6.207 1.415-1.414L15.415 12l4.793-4.793-1.415-1.414ZM5.207 18.207 11.414 12 5.207 5.793 3.793 7.207 8.586 12l-4.793 4.793 1.414 1.414Z" /> </Svg> ); export default SvgContractLeftRightLine;