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 6a3 3 0 1 0 6 0 3 3 0 0 0-6 0ZM3 18a3 3 0 1 0 6 0 3 3 0 0 0-6 0ZM15 6a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 6a3 3 0 1 0 6 0 3 3 0 0 0-6 0ZM3 18a3 3 0 1 0 6 0 3 3 0 0 0-6 0ZM15 6a3 3 0 1 0 6 0 3 3 0 0 0-6 0ZM6 15V9" /><path d="M18 9v3.324C18 16.998 16.942 18 12.008 18H9" /></svg>;
export default SvgComponent;