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="M20 9H8.289C5.368 9 3 11.686 3 15s2.368 6 5.289 6H11" /><path d="m15 3 5.787 5.787a.3.3 0 0 1 0 .426L15 15" /></svg>;
export default SvgComponent;