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

function DataIncrease(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="M11.979 30.306c0 .994.814 1.81 1.81 1.81h4.425c.994 0 1.81-.814 1.81-1.81V1.693c0-.994-.814-1.81-1.81-1.81h-4.427c-.994 0-1.81.814-1.81 1.81v28.613z" />
      <path d="M1.81 20.055c-.997 0-1.81-.814-1.81-1.81v-4.489c0-.994.814-1.81 1.81-1.81h28.382c.994 0 1.808.814 1.808 1.81v4.491c0 .994-.814 1.81-1.81 1.81H1.811z" />
    </svg>
  );
}

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