import type { FC, SVGProps } from 'react';
export const LynxLogo: FC<SVGProps<SVGSVGElement>> = (props) => (
<svg
width="27"
height="28"
viewBox="0 0 27 28"
fill="currentColor"
role="img"
aria-label="Lynx logo"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<g style={{ opacity: 0 }} />
<g>
<circle
style={{
fill: '#ffffff',
strokeWidth: 0.2,
stroke: '#1a1a1a',
strokeDasharray: 'none',
}}
cx="13.533393"
cy="-14.052804"
r="13.173257"
transform="scale(1,-1)"
/>
<g
transform="matrix(0.81399984,0,0,0.81399984,2.5290274,2.4955799)"
style={{ fill: '#000000' }}
>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M 7.56542,6.19594 3.90642,8.7164 C 3.50877,8.99031 3.23346,9.40191 3.13675,9.86708 L 2.77902,11.5878 C 2.76005,11.679 2.71799,11.7642 2.65665,11.8355 l -1.660344,2.1766 c -0.223545,0.2601 -0.218154,0.9511 0.394134,1.3936 0.23479,0.2046 0.54871,0.6634 0.90578,1.1853 0.75602,1.1049 1.70547,2.4926 2.5069,2.3484 1.13408,-0.3984 2.52232,-0.5259 3.58816,0 2.07192,1.7888 1.56321,3.4381 0.83386,5.8027 -0.29349,0.9515 -0.62271,2.0188 -0.83386,3.2576 0.99515,-3.622 3.23292,-7.8286 7.26792,-9.256 -0.727,-0.5939 -2.2106,-1.1456 -3.5235,-1.2784 0,0 4.0334,-3.4532 9.0082,-5.0399 C 17.671,4.16205 11.9386,0.213095 11.9386,0.213095 11.6465,-0.148197 11.0566,-0.0296711 10.9349,0.414774 10.8371,1.72112 10.675,2.60942 10.4074,3.44676 L 8.39128,1.12029 C 8.18068,0.866399 7.75965,1.013 7.76176,1.33949 8.10312,3.23719 8.05521,4.30239 7.56542,6.19594 Z M 8.9846,6.02248 8.99663,6.02171 C 9.02298,6.02002 9.0489,6.01659 9.07424,6.01153 Z M 11.7123,1.7617 C 13.094,4.1491 13.7199,5.5054 13.9322,8.03659 12.4625,7.2017 11.8221,6.98923 10.7413,6.99451 11.3718,5.0773 11.5644,3.92284 11.7123,1.7617 Z"
fill="white"
style={{ fill: '#000000' }}
/>
<path
d="m 20.5926,19.4929 c -5.6277,1.2877 -8.8245,3.2269 -11.26936,8.5072 4.38876,-7.3634 17.67436,-6.0465 17.67436,-6.0465 -0.2482,-1.2028 -2.8897,-3.4965 -4.627,-4.9033 0,0 1.4016,-1.7231 4.5,-2.5953 0,0 -5.9571,0.3452 -9.4251,2.2177 1.1235,0.5929 2.5626,1.5936 3.1471,2.8202 z"
fill="white"
style={{ fill: '#000000' }}
/>
</g>
</g>
</svg>
);