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 3c-7.412 0-9 1.588-9 9s1.588 9 9 9 9-1.588 9-9-1.588-9-9-9Zm1.418 5.608-.628-1.695c-.271-.733-1.308-.733-1.58 0l-.628 1.695a1.75 1.75 0 0 1-1.64 1.142H7.413a.836.836 0 0 0-.59 1.427L8.4 12.753a1.75 1.75 0 0 1 .478 1.58L8.51 16.18a.813.813 0 0 0 1.225.85l1.345-.831a1.75 1.75 0 0 1 1.842 0l1.345.832a.813.813 0 0 0 1.225-.85l-.37-1.846a1.75 1.75 0 0 1 .48-1.58l1.534-1.536c.542-.541.158-1.468-.608-1.468h-1.468a1.75 1.75 0 0 1-1.641-1.142Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="m16.958 11.042-1.534 1.534a2 2 0 0 0-.547 1.807L15.2 16l.046.228a.563.563 0 0 1-.849.59l-1.344-.833a2 2 0 0 0-2.106 0l-1.344.832a.563.563 0 0 1-.849-.589L8.8 16l.323-1.617a2 2 0 0 0-.547-1.806L7 11a.586.586 0 0 1 .414-1H8.941a2 2 0 0 0 1.876-1.305L11.444 7a.592.592 0 0 1 1.112 0l.627 1.695A2 2 0 0 0 15.06 10h1.468a.61.61 0 0 1 .431 1.042Z" /><path d="M3 12c0-7.412 1.588-9 9-9s9 1.588 9 9-1.588 9-9 9-9-1.588-9-9Z" /></svg>;
export default SvgComponent;