All files / src/ahuora-design-system/componentIcons AhuoraLogo.tsx

100% Statements 2/2
100% Branches 0/0
100% Functions 1/1
100% Lines 2/2

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44    33x 1883x                                                                                
import "./Logo.css";
 
const AhuoraLogo = () => {
  return (
    <div className="w-5">
      <svg
        id="Layer_2"
        data-name="Layer 2"
        xmlns="http://www.w3.org/2000/svg"
        viewBox="0 0 198.75 209.58"
      >
        <g id="Layer_2-2" data-name="Layer 2">
          <g id="Layer_1-2" data-name="Layer 1-2">
            <g>
              <path
                className="cls-2"
                d="M118.09,11.5c1.4-1.23-7.53-8.63-8.45-9.93l-10.45,10.92c6.22-1.36,12.63-1.7,18.9-.99ZM8.64,104.07c-1.06-.96-7.52,5.52-7.62,6.44-.5,4.7,9.53,23.13,12.78,27.71,52.78,74.16,180.89,16.03,144.58-69.97-12.68-30.03-52.06-42.17-76.65-17.98-11.9,11.71-18.12,34.92-6.83,48.73,8.96,10.95,25.37,5.01,20.78-5.86-3.08-7.3-11.35-3.36-14.39,1.97-17.47-49.54,50.76-68.42,69.82-22.57,11.68,28.09.2,57.11-23.15,74.74-45.38,34.26-105.59,10.12-119.32-43.21ZM115.83,83.87c.77-.59,1.73-4.22,3.27-3.2,12.15,29.83-14.52,54.55-44.44,46.45-25.31-6.85-36.48-34.56-32.19-58.87-10.46,7.94-11.09,10.28-8.48,22.93,5.26,25.52,24.45,46.22,51.77,46.81,27.54.6,55.47-28.94,43.48-56.49-3.71-8.52-12.12-14.87-21.46-10.13-10.95,5.56-.87,19.4,8.05,12.51h0ZM68.34,199.62l9.5,8.95c64.88-2.71,118.03-45.43,119.91-112.94.21-7.58-5.02-9.76-10-14.46,10.71,69.52-54.2,120.81-119.41,118.45h0Z"
              />
              <path
                className="cls-1"
                d="M8.64,104.07c13.74,53.33,73.94,77.47,119.32,43.21,23.35-17.63,34.83-46.64,23.15-74.74-19.06-45.85-87.28-26.97-69.82,22.57,3.04-5.33,11.31-9.27,14.39-1.97,4.59,10.88-11.82,16.82-20.78,5.86-11.29-13.8-5.07-37.01,6.83-48.73,24.59-24.2,63.97-12.05,76.65,17.98,36.32,86-91.79,144.13-144.58,69.97-3.26-4.57-13.29-23.01-12.78-27.71.1-.93,6.56-7.4,7.62-6.44Z"
              />
              <path
                className="cls-1"
                d="M68.34,199.62c65.22,2.36,130.12-48.93,119.41-118.45,4.98,4.69,10.21,6.88,10,14.46-1.88,67.51-55.04,110.23-119.91,112.94l-9.5-8.95Z"
              />
              <path
                className="cls-1"
                d="M115.83,83.87c-8.92,6.89-19-6.96-8.05-12.51,9.34-4.74,17.75,1.61,21.46,10.13,11.98,27.55-15.94,57.09-43.48,56.49-27.32-.59-46.51-21.29-51.77-46.81-2.6-12.64-1.98-14.98,8.48-22.93-4.28,24.31,6.88,52.02,32.19,58.87,29.92,8.1,56.59-16.62,44.44-46.45-1.53-1.01-2.5,2.61-3.27,3.2h0Z"
              />
              <path
                className="cls-1"
                d="M118.09,11.5c-6.27-.71-12.68-.37-18.9.99l10.45-10.92c.93,1.3,9.86,8.69,8.45,9.93Z"
              />
            </g>
          </g>
        </g>
      </svg>
    </div>
  );
};
 
export { AhuoraLogo };