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

function LowVision(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M5.982 24.214c-.036 0-.071-.018-.107-.036-2.089-1.393-4.179-3.679-5.5-5.804A2.135 2.135 0 010 17.142c0-.929.643-1.679 1.161-2.375C3.232 11.946 6 9.624 9.232 8.249c-.268-.482-1.964-3.446-1.964-3.768 0-.214.125-.411.304-.518.357-.196 1.964-1.143 2.286-1.143.196 0 .393.107.5.286l2.214 4.089a17.055 17.055 0 013.429-.339c6.464 0 12.214 3.661 15.643 9.054.232.357.357.786.357 1.232s-.125.875-.357 1.232c-2.125 3.339-5.232 6.107-8.875 7.661.268.482 1.964 3.446 1.964 3.768a.579.579 0 01-.304.518c-.357.196-1.964 1.143-2.268 1.143a.599.599 0 01-.518-.286l-2.214-4.089-1.143-2.125-7.929-14.643.125-.125c-.607.25-1.196.518-1.768.839.214.411 8.732 16.054 8.732 16.179 0 .089-.071.143-.161.161-.393.089-.893.054-1.286.054-.196 0-1 .036-1.071-.125L6.785 12.286c-.518.375-1 .786-1.464 1.214.393.696 7.214 13.25 7.214 13.357 0 .143-.089.179-.196.179-.304 0-2.679-.732-2.768-.893l-1.893-3.518-4-7.375c-.5.607-.964 1.232-1.393 1.893.232.339.536.696.732 1.054.25.464 3.143 5.732 3.143 5.839 0 .089-.089.179-.179.179zm14.822-1.821l.875 1.625c3.339-1.357 6.089-3.857 8.036-6.875-1.982-3.054-4.804-5.589-8.196-6.946a8.01 8.01 0 012.482 5.804 7.96 7.96 0 01-3.196 6.393zm-5.661-10.964a.87.87 0 00.857.857A3.719 3.719 0 0119.714 16c0 .464.393.857.857.857s.857-.393.857-.857c0-3-2.429-5.429-5.429-5.429a.87.87 0 00-.857.857zm6.536-1.161l-.161-.071.125.125z" />
    </svg>
  );
}

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