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-3M18 12.844l-.997-5.138a.848.848 0 0 0-.007-.035C16.926 7.365 15.86 3 12 3c-1.29 0-2.267.487-3 1.147" /><path d="M18 18H7.425a2 2 0 0 1-1.963-2.38l1.534-7.914.008-.037c.012-.05.048-.2.116-.42M3 3l18 18" /><path d="M7.068 7.422c-.026.094-.053.188-.072.284l-1.534 7.913A2 2 0 0 0 7.425 18h9.15c.315 0 .61-.072.872-.2L7.068 7.423Z" opacity={0.1} stroke="none" fill="currentColor" /></svg>;
export default SvgComponent;