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 fillRule="evenodd" d="M5.75 3.01c-1.086.027-1.725.137-2.164.576C3 4.172 3 5.114 3 7v10c0 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 17V9.956c0-.96 0-1.44-.203-1.857-.204-.415-.583-.71-1.341-1.3l-3.801-2.956c-.537-.418-.805-.626-1.12-.735C14.226 3.003 13.895 3 13.25 3v3A2.25 2.25 0 0 1 11 8.25H8A2.25 2.25 0 0 1 5.75 6V3.01Zm3 11.99a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M19.456 6.799c.758.59 1.137.885 1.34 1.3.204.416.204.897.204 1.857V17c0 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 17V6c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C4.602 3 5.068 3 6 3h7.199c.68 0 1.02 0 1.335.108.316.109.584.317 1.12.735l3.802 2.956Z" /><path d="M15 15a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM6 3v3a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2V3" /></svg>;
export default SvgComponent;