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 18Zm4.958-9.958-1.535 1.534a2 2 0 0 0-.546 1.807l.368 1.845a.563.563 0 0 1-.848.59l-1.344-.833a2 2 0 0 0-2.106 0l-1.344.832a.563.563 0 0 1-.849-.589l.37-1.845a2 2 0 0 0-.548-1.807L7 11a.586.586 0 0 1 .414-1h1.527a2 2 0 0 0 1.876-1.305L11.444 7a.592.592 0 0 1 1.111 0l.628 1.695A2 2 0 0 0 15.06 10h1.468a.61.61 0 0 1 .431 1.042Z" 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="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" /></svg>;
export default SvgComponent;