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 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm2.149-5.815c-.691 1.92-3.482 1.673-3.826-.339a1.486 1.486 0 0 0-1.215-1.214c-2.012-.344-2.259-3.135-.338-3.826l3.906-1.407c1.791-.644 3.524 1.088 2.88 2.88l-1.407 3.906Z" 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="m13.914 15.1 1.406-3.906c.573-1.592-.967-3.132-2.56-2.56l-3.905 1.407c-1.679.604-1.463 3.044.296 3.344a1.736 1.736 0 0 1 1.418 1.42c.3 1.758 2.74 1.974 3.345.295Z" /></svg>;
export default SvgComponent;