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 18a3 3 0 1 1 6 0 3 3 0 0 1-6 0ZM3 6a3 3 0 1 1 6 0 3 3 0 0 1-6 0ZM15 18a3 3 0 1 1 6 0 3 3 0 0 1-6 0ZM6 9v6" /><path d="M18 15v-3.324C18 7.002 16.942 6 12.008 6H9" /></svg>;
export default SvgComponent;