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="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12a9.996 9.996 0 0 1 4.967-8.643c-.01.058 0 .12.032.173.516.857 1.989 2.72 5.001 2.72 3.013 0 4.486-1.863 5.002-2.72a.25.25 0 0 0 .032-.172A9.996 9.996 0 0 1 22 12ZM9.614 10.75a1.677 1.677 0 0 0-1.006 3.018L10.65 15.3c.8.6 1.9.6 2.7 0l2.042-1.532a1.677 1.677 0 0 0-1.006-3.018H9.614Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z" /><path d="M14.386 11H9.614a1.427 1.427 0 0 0-.856 2.569L10.8 15.1a2 2 0 0 0 2.4 0l2.042-1.531A1.427 1.427 0 0 0 14.386 11ZM8.5 11 4 7.5M15.5 11l5-4M12 16v6M7.212 3.401C7.705 4.22 9.11 6 12 6c2.89 0 4.295-1.781 4.787-2.599" /></svg>;
export default SvgComponent;