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

function Retention(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="M0 9.054h5.573v4.571H0V9.054zM9.168 9.054h5.653v4.571H9.168V9.054zM18.382 9.054h5.643v4.571h-5.643V9.054zM0 18.197h5.573v4.571H0v-4.571zM9.168 18.197h5.653v4.571H9.168v-4.571zM18.382 18.197h5.643v4.571h-5.643v-4.571zM0 27.429h5.573V32H0v-4.571zM9.168 27.429h5.653V32H9.168v-4.571zM27.287 9.054H32v4.571h-4.713V9.054zM0 .009h32V4.58H0V.009z" />
    </svg>
  );
}

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