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 18s0 3 3.046 3c3.047 0 3.047-3 3.047-3M6.996 7.706l-1.534 7.913A2 2 0 0 0 7.425 18h9.15a2 2 0 0 0 1.963-2.38l-1.535-7.914a.848.848 0 0 0-.007-.035C16.926 7.365 15.86 3 12 3 8.14 3 7.074 7.365 7.004 7.67a1.052 1.052 0 0 0-.008.036Z" /></svg>;
export default SvgComponent;