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

function DataDecrease(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="M4.114 10.795a1.834 1.834 0 00-1.829 1.829v6.752c0 1.006.823 1.829 1.829 1.829h23.771a1.834 1.834 0 001.829-1.829v-6.752a1.834 1.834 0 00-1.829-1.829H4.114z" />
    </svg>
  );
}

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