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="m8 15 2.806-2.806a.274.274 0 0 0 0-.388L8 9M13 15l2.85-2.85a.213.213 0 0 0 0-.3L13 9" /></svg>;
export default SvgComponent;