UNPKG

react-native-feather

Version:
9 lines (8 loc) 407 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgLink2(props) { return (<Svg width={24} height={24} viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}> <Path d="M15 7h3a5 5 0 015 5 5 5 0 01-5 5h-3m-6 0H6a5 5 0 01-5-5 5 5 0 015-5h3M8 12h8"/> </Svg>); } export default SvgLink2;