import React from "react";

const LimeIcon = ({ title, ...props }) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    width="100%"
    height="100%"
    viewBox="0 0 700 700"
    version="1.1"
    {...props}
  >
    {title ? <title>{title}</title> : null}
    <g id="GreenText_Clear-Bg_Vector_H" stroke="none" strokeWidth="1">
      <g id="Page-1" transform="translate(16.000000, 16.000000)">
        <path d="M335.490942,671.40948 C150.213309,671.40948 0,521.09988 0,335.70348 C0,150.29028 150.213309,-0.00252 335.490942,-0.00252 C520.776969,-0.00252 670.981883,150.29028 670.981883,335.70348 C670.981883,521.09988 520.776969,671.40948 335.490942,671.40948" />
        <path
          d="M631.507867,335.70096 C631.507867,172.10256 498.98202,39.48336 335.488423,39.48336 C172.011616,39.48336 39.4857686,172.10256 39.4857686,335.70096 C39.4857686,499.28256 172.011616,631.91856 335.488423,631.91856 C498.98202,631.91856 631.507867,499.28256 631.507867,335.70096"
          fill="#fff"
        />
        <path d="M352.189517,117.29256 L352.189517,265.22496 C352.189517,283.69656 372.16871,295.22976 388.14367,285.98976 L516.178396,212.03616 C534.058935,201.70416 537.391598,177.52056 523.397769,162.32496 C488.568495,124.57536 442.532405,97.35936 390.569715,85.94376 C370.817177,81.60096 352.189517,97.04016 352.189517,117.29256" />
        <path d="M390.572233,585.44892 C442.526529,574.03332 488.571013,546.82572 523.391892,509.06772 C537.394117,493.87212 534.061453,469.70532 516.180915,459.36492 L388.146188,385.40292 C372.171229,376.17972 352.192036,387.70452 352.192036,406.16772 L352.192036,554.10852 C352.192036,574.36092 370.8113,589.78332 390.572233,585.44892" />
        <path d="M138.078048,240.93384 C120.222694,230.61024 97.6243803,239.75784 91.46273,259.48104 C83.9579408,283.54704 79.8697614,309.15864 79.8697614,335.70264 C79.8697614,362.25504 83.9579408,387.84144 91.46273,411.91584 C97.6243803,431.63064 120.222694,440.78664 138.078048,430.45464 L266.163143,356.46744 C282.129708,347.22744 282.129708,324.15264 266.163143,314.92944 L138.078048,240.93384 Z" />
        <path d="M579.540979,259.48104 C573.370935,239.75784 550.781015,230.61864 532.908872,240.93384 L404.823778,314.92944 C388.848818,324.15264 388.848818,347.22744 404.823778,356.47584 L532.908872,430.46304 C550.781015,440.78664 573.370935,431.63064 579.515796,411.91584 C587.045769,387.84144 591.117159,362.25504 591.117159,335.70264 C591.117159,309.15864 587.045769,283.54704 579.540979,259.48104" />
        <path d="M154.817758,212.02608 L282.860879,285.99648 C298.819049,295.22808 318.806637,283.69488 318.806637,265.22328 L318.806637,117.28248 C318.806637,97.04688 300.170583,81.60768 280.418045,85.94208 C228.455354,97.36608 182.402475,124.57368 147.60678,162.32328 C133.587767,177.51888 136.93722,201.70248 154.817758,212.02608" />
        <path d="M282.852484,385.40376 L154.817758,459.36576 C136.93722,469.70616 133.587767,493.87296 147.60678,509.06856 C182.402475,546.82656 228.44696,574.03416 280.418045,585.44976 C300.170583,589.78416 318.806637,574.36176 318.806637,554.10096 L318.806637,406.16856 C318.806637,387.70536 298.844233,376.18056 282.852484,385.40376" />
        <path d="M366.25722,335.70096 C366.25722,352.69416 352.490045,366.48696 335.490942,366.48696 C318.500233,366.48696 304.724664,352.69416 304.724664,335.70096 C304.724664,318.70776 318.500233,304.90656 335.490942,304.90656 C352.490045,304.90656 366.25722,318.70776 366.25722,335.70096" />
      </g>
    </g>
  </svg>
);

export default LimeIcon;
