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="m16 9-2.806 2.806a.274.274 0 0 0 0 .388L16 15M11 9l-2.85 2.85a.213.213 0 0 0 0 .3L11 15" /></svg>;
export default SvgComponent;