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

function Tablet(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 21 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M11.429 25.143c0-.625-.518-1.143-1.143-1.143s-1.143.518-1.143 1.143.518 1.143 1.143 1.143 1.143-.518 1.143-1.143zm6.857-2.857V5.143a.587.587 0 00-.571-.571H2.858a.587.587 0 00-.571.571v17.143c0 .304.268.571.571.571h14.857a.587.587 0 00.571-.571zm2.285-17.143v19.429a2.866 2.866 0 01-2.857 2.857H2.857A2.866 2.866 0 010 24.572V5.143a2.866 2.866 0 012.857-2.857h14.857a2.866 2.866 0 012.857 2.857z" />
    </svg>
  );
}

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