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="m9 15 2.777 2.777a.315.315 0 0 0 .446 0L15 15M15 9l-2.799-2.799a.284.284 0 0 0-.402 0L9 9" /></svg>;
export default SvgComponent;