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 d="M3 12c0-7.412 1.588-9 9-9s9 1.588 9 9-1.588 9-9 9-9-1.588-9-9Z" /><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" /><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-9Zm3.32 8.194L13.914 15.1c-.605 1.679-3.044 1.463-3.345-.296a1.736 1.736 0 0 0-1.419-1.419c-1.758-.3-1.974-2.74-.296-3.344l3.907-1.406c1.592-.573 3.132.967 2.559 2.559Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /></svg>;
export default SvgComponent;