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="M21 11.152a7.827 7.827 0 0 1-1.36 2.575c-1.688 2.135-4.486 3.523-7.64 3.523-3.155 0-5.952-1.388-7.64-3.524A7.828 7.828 0 0 1 3 11.152V17c0 1.886 0 2.828.586 3.414C4.172 21 5.114 21 7 21h10c1.886 0 2.828 0 3.414-.586C21 19.828 21 18.886 21 17v-5.848Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 10c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C4.602 7 5.068 7 6 7h12c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C21 8.602 21 9.068 21 10v7c0 1.886 0 2.828-.586 3.414C19.828 21 18.886 21 17 21H7c-1.886 0-2.828 0-3.414-.586C3 19.828 3 18.886 3 17v-7ZM8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" /><path d="M3 10a7.428 7.428 0 0 0 1.556 3.571C6.195 15.644 8.918 17 12 17s5.805-1.356 7.444-3.429A7.428 7.428 0 0 0 21 10M11.5 13h1" /></svg>;
export default SvgComponent;