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

function AslInterpreting(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 41 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.429 17.143a1.706 1.706 0 01-1.5-.982 2.287 2.287 0 00-2.071-1.304 2.279 2.279 0 00-2.286 2.286c0 .607.214 1.196.643 1.589l.179.143c.393.357.911.554 1.464.554.893 0 1.679-.5 2.071-1.304a1.706 1.706 0 011.5-.982zm10.142-2.286c0-.607-.214-1.196-.643-1.589l-.179-.143a2.164 2.164 0 00-1.464-.554c-.893 0-1.679.5-2.071 1.304a1.706 1.706 0 01-1.5.982 1.706 1.706 0 011.5.982 2.287 2.287 0 002.071 1.304 2.279 2.279 0 002.286-2.286zm-7.607-3.946a1.723 1.723 0 01-2.286.786 5.29 5.29 0 00-2.393-.554 5.24 5.24 0 00-1.768.304c.107 0 .232-.018.339-.018a5.749 5.749 0 015.161 3.268 1.715 1.715 0 01-.821 2.286 1.535 1.535 0 01-.696.161c.25 0 .482.054.696.161a1.715 1.715 0 01.821 2.286 5.747 5.747 0 01-5.161 3.268h-.107a10.975 10.975 0 00-.786-.071l-5.179-.482-4.268 2.143a1.11 1.11 0 01-.518.125c-.411 0-.821-.232-1.018-.625L.123 18.235a1.167 1.167 0 01.446-1.518l3.732-2.125 2.643-4.768A14.22 14.22 0 0112.069.395a1.705 1.705 0 012.411.232c.607.732.5 1.804-.232 2.411a11.443 11.443 0 00-2.089 2.286c1.393-.946 3-1.589 4.768-1.804a1.688 1.688 0 011.911 1.482 1.688 1.688 0 01-1.482 1.911 7.26 7.26 0 00-2.839.982 8.247 8.247 0 011.768-.179c1.357 0 2.679.304 3.893.893.857.429 1.214 1.446.786 2.304zm17.197-2.857l2.857 5.714a1.167 1.167 0 01-.446 1.518l-3.732 2.125-2.643 4.768a14.22 14.22 0 01-5.125 9.429 1.702 1.702 0 01-1.089.393c-.5 0-.982-.214-1.321-.625a1.706 1.706 0 01.232-2.411 11.443 11.443 0 002.089-2.286c-1.393.946-3 1.589-4.768 1.804-.071.018-.143.018-.214.018a1.714 1.714 0 01-1.696-1.5 1.688 1.688 0 011.482-1.911 7.26 7.26 0 002.839-.982 8.247 8.247 0 01-1.768.179 8.888 8.888 0 01-3.893-.893c-.857-.429-1.214-1.446-.786-2.304a1.723 1.723 0 012.286-.786 5.29 5.29 0 002.393.554 5.24 5.24 0 001.768-.304c-.107 0-.232.018-.339.018a5.749 5.749 0 01-5.161-3.268 1.715 1.715 0 01.821-2.286c.214-.107.446-.161.696-.161-.25 0-.482-.054-.696-.161a1.715 1.715 0 01-.821-2.286 5.747 5.747 0 015.161-3.268h.125c.25.036.5.054.75.071l5.196.482 4.268-2.143a1.11 1.11 0 01.518-.125c.411 0 .821.232 1.018.625z" />
    </svg>
  );
}

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