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

function Adn(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="M13.714 11.107l3.589 5.464h-7.179zm6.518 9.464h1.679L13.715 8.232 5.519 20.571h1.679l1.857-2.857h9.321zM27.429 16c0 7.571-6.143 13.714-13.714 13.714S.001 23.571.001 16 6.144 2.286 13.715 2.286 27.429 8.429 27.429 16z" />
    </svg>
  );
}

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