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="M20 7c0 2.21-3.582 4-8 4S4 9.21 4 7s3.582-4 8-4 8 1.79 8 4ZM19.75 13.477c-.436.615-1.13 1.15-1.981 1.575-1.49.745-3.53 1.198-5.769 1.198-2.24 0-4.28-.453-5.769-1.198-.85-.425-1.545-.96-1.981-1.575V17c0 .959.784 1.894 2.205 2.605C7.86 20.308 9.82 20.75 12 20.75s4.139-.442 5.545-1.145c1.421-.71 2.205-1.646 2.205-2.605v-3.523Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M20 7c0 2.21-3.582 4-8 4S4 9.21 4 7s3.582-4 8-4 8 1.79 8 4ZM20 12c0 2.21-3.582 4-8 4s-8-1.79-8-4" /><path d="M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7" /></svg>;
export default SvgComponent;