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 fillRule="evenodd" d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm2.045 4.163c-.607-.257-1.195-.103-1.618.27-.417.368-.677.947-.677 1.567v6c0 .62.26 1.199.677 1.566.423.374 1.01.528 1.618.27a5.251 5.251 0 0 0 0-9.673Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" /><path d="M17 12a5.001 5.001 0 0 1-3.053 4.607C12.93 17.037 12 16.105 12 15V9c0-1.105.93-2.037 1.947-1.607A5.001 5.001 0 0 1 17 12Z" /></svg>;
export default SvgComponent;