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

function FirstOrder(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="M23.607 16c0 .464-.018.911-.089 1.357l-4.214-.25 4 1.393a9.804 9.804 0 01-1.036 2.518l-3.821-1.839L21.608 22a9.34 9.34 0 01-1.911 1.929l-2.804-3.179 1.839 3.839a10.03 10.03 0 01-2.5 1.054l-1.411-4.071.25 4.286a8.568 8.568 0 01-2.714 0l.25-4.25-1.393 4.036a9.37 9.37 0 01-2.5-1.054l1.839-3.839-2.804 3.179a9.405 9.405 0 01-1.929-1.929l3.179-2.821-3.821 1.857a10.4 10.4 0 01-1.036-2.518l4-1.411-4.232.25c-.054-.446-.089-.893-.089-1.357s.036-.929.089-1.375l4.25.25-4.018-1.411a9.95 9.95 0 011.036-2.5l3.821 1.857-3.161-2.839a10.3 10.3 0 011.911-1.929l2.821 3.179-1.839-3.839a9.986 9.986 0 012.5-1.036l1.375 4-.232-4.214a8.568 8.568 0 012.696 0l-.25 4.232 1.393-4.018a9.37 9.37 0 012.5 1.054l-1.839 3.821 2.821-3.179a10.3 10.3 0 011.911 1.929l-3.161 2.839 3.804-1.857a9.477 9.477 0 011.036 2.518l-4 1.393 4.232-.25a8.8 8.8 0 01.089 1.375zm.536 0c0-5.804-4.679-10.5-10.429-10.5C7.946 5.5 3.285 10.196 3.285 16c0 5.786 4.661 10.482 10.429 10.482 5.75 0 10.429-4.696 10.429-10.482zm1.303-6.839V22.84l-11.732 6.839L1.982 22.84V9.161l11.732-6.839zM13.714 30.696l12.643-7.357V8.643L13.714 1.304 1.071 8.643v14.696zM27.429 8v16l-13.714 8L.001 24V8l13.714-8z" />
    </svg>
  );
}

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