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 18Zm3.224-7.983a1.171 1.171 0 0 0 0-2.034l-4.442-2.539a1.024 1.024 0 0 0-1.532.89v5.333c0 .786.85 1.278 1.532.889l4.442-2.539Z" 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="m10.9 8.8-.242-.138a.774.774 0 0 0-1.158.671v5.334c0 .594.642.966 1.158.671l.242-.138 4.2-2.4a.921.921 0 0 0 0-1.6l-4.2-2.4Z" /></svg>;
export default SvgComponent;