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 6 5.71 5.71c.16.16.42.16.58 0L18 6M6 12l5.75 5.75a.355.355 0 0 0 .5 0L18 12" /></svg>;
export default SvgComponent;