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 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM9 18a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM21 18a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" /><path d="M12 6c2.828 0 4.243 0 5.121.879C18 7.757 18 9.172 18 12v3" /><path d="m15 3-2.94 2.94a.086.086 0 0 0 0 .12L15 9M6 15V9" /></svg>;
export default SvgComponent;