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 18-5.71-5.71a.411.411 0 0 0-.58 0L6 18M18 12l-5.75-5.75a.355.355 0 0 0-.5 0L6 12" /></svg>;
export default SvgComponent;