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 10c0 3.866 3.022 7 6.75 7h7.5c2.071 0 3.75-1.741 3.75-3.889 0-2.148-1.679-3.889-3.75-3.889-.42 0-.815-.284-.9-.695C15.698 5.368 12.99 3 9.75 3 6.022 3 3 6.134 3 10Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 10c0 3.866 3.022 7 6.75 7h7.5c2.071 0 3.75-1.741 3.75-3.889 0-2.148-1.679-3.889-3.75-3.889-.42 0-.815-.284-.9-.695C15.698 5.368 12.99 3 9.75 3 6.022 3 3 6.134 3 10Z" /></svg>;
export default SvgComponent;