import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="m18 6-5.71 5.71c-.16.16-.16.42 0 .58L18 18M12 6l-5.75 5.75a.355.355 0 0 0 0 .5L12 18" /></svg>;
export default SvgComponent;