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="M3 19c.691-2.307 2.47-3 6.5-3 4.03 0 5.809.693 6.5 3M13 9.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0ZM15 5l1.5 1.5a.707.707 0 0 0 1 0L21 3" /></svg>;
export default SvgComponent;