// Generated by script, don't edit it please.
import * as React from 'react';

function Percent(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M22.857 22.857c0-1.25-1.036-2.286-2.286-2.286s-2.286 1.036-2.286 2.286 1.036 2.286 2.286 2.286 2.286-1.036 2.286-2.286zM9.143 9.143c0-1.25-1.036-2.286-2.286-2.286S4.571 7.893 4.571 9.143s1.036 2.286 2.286 2.286 2.286-1.036 2.286-2.286zm18.286 13.714c0 3.786-3.071 6.857-6.857 6.857s-6.857-3.071-6.857-6.857S16.786 16 20.572 16s6.857 3.071 6.857 6.857zM25.714 3.429c0 .25-.089.482-.232.679L6.625 29.251a1.15 1.15 0 01-.911.464H2.857a1.151 1.151 0 01-1.143-1.143c0-.25.089-.482.232-.679L20.803 2.75a1.15 1.15 0 01.911-.464h2.857c.625 0 1.143.518 1.143 1.143zm-12 5.714c0 3.786-3.071 6.857-6.857 6.857S0 12.929 0 9.143s3.071-6.857 6.857-6.857 6.857 3.071 6.857 6.857z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Percent);
export default ForwardRef;
