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="M9 6c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C10.602 3 11.068 3 12 3c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C15 4.602 15 5.068 15 6v6c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C13.398 15 12.932 15 12 15c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C9 13.398 9 12.932 9 12V6Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M7 21h10M12 15v6M6 16l2.496 1.664a2 2 0 0 0 1.11.336h4.788a2 2 0 0 0 1.11-.336L18 16M9 6c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C10.602 3 11.068 3 12 3c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C15 4.602 15 5.068 15 6v6c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C13.398 15 12.932 15 12 15c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C9 13.398 9 12.932 9 12V6Z" /></svg>;
export default SvgComponent;