export const PercentageIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 16.798 16.8"
      {...props}
    >
      <g
        id="Group_5811"
        data-name="Group 5811"
        transform="translate(-327.598 -372.605)"
      >
        <path
          id="Path_30"
          data-name="Path 30"
          d="M16.415.151a.512.512,0,0,0-.724,0L.332,15.512a.512.512,0,1,0,.724.724L16.415.875a.512.512,0,0,0,0-.724Z"
          transform="translate(327.63 372.805)"
          fill="currentColor"
          stroke="currentColor"
          strokeWidth="0.4"
        />
        <path
          id="Path_31"
          data-name="Path 31"
          d="M3.591.18A3.589,3.589,0,1,0,7.18,3.769,3.589,3.589,0,0,0,3.591.18Zm0,6.154A2.564,2.564,0,1,1,6.155,3.769,2.564,2.564,0,0,1,3.591,6.334Z"
          transform="translate(327.804 372.631)"
          fill="currentColor"
          stroke="currentColor"
          strokeWidth="0.4"
        />
        <path
          id="Path_32"
          data-name="Path 32"
          d="M291.172,287.748a3.589,3.589,0,1,0,3.589,3.589A3.59,3.59,0,0,0,291.172,287.748Zm0,6.155a2.565,2.565,0,1,1,2.565-2.565,2.565,2.565,0,0,1-2.565,2.565Z"
          transform="translate(49.428 94.268)"
          fill="currentColor"
          stroke="currentColor"
          strokeWidth="0.4"
        />
      </g>
    </svg>
  );
};
