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="m6 18 5.71-5.71c.16-.16.16-.42 0-.58L6 6M12 18l5.75-5.75a.355.355 0 0 0 0-.5L12 6" /></svg>;
export default SvgComponent;