@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 372 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgContractLeftLine = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="m15.071 4.929 1.415 1.414L11.829 11H21v2h-9.172l4.657 4.657-1.415 1.414L8.001 12l7.07-7.071Zm-11.07 14.07V5h2v14H4Z" />
</Svg>
);
export default SvgContractLeftLine;