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="M12.5 16c5.25 0 5.25-8 0-8H11a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h1.5ZM7 12h4" /><path d="M3 12c0-7.412 1.588-9 9-9s9 1.588 9 9-1.588 9-9 9-9-1.588-9-9Z" /><path fillRule="evenodd" d="M3 12c0-7.412 1.588-9 9-9s9 1.588 9 9-1.588 9-9 9-9-1.588-9-9Zm5.75-2A2.25 2.25 0 0 1 11 7.75h1.5c1.382 0 2.436.529 3.141 1.335.702.802 1.046 1.863 1.046 2.915s-.344 2.113-1.046 2.915c-.705.806-1.76 1.335-3.141 1.335H11A2.25 2.25 0 0 1 8.75 14v-1.75H7a.25.25 0 1 1 0-.5h1.75V10Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /></svg>;
export default SvgComponent;