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 0ZM21 18a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M9 6a3 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 0ZM15 3l-2.94 2.94a.086.086 0 0 0 0 .12L15 9M9 21l2.947-2.947a.075.075 0 0 0 0-.106L9 15" /><path d="M12 6c2.828 0 4.243 0 5.121.879C18 7.757 18 9.172 18 12v3M12 18c-2.828 0-4.243 0-5.121-.879C6 16.243 6 14.828 6 12V9" /></svg>;
export default SvgComponent;