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

function Mobile(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 14 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M8.286 25.143c0-.786-.643-1.429-1.429-1.429s-1.429.643-1.429 1.429.643 1.429 1.429 1.429 1.429-.643 1.429-1.429zM12 22.286V9.715a.587.587 0 00-.571-.571H2.286a.587.587 0 00-.571.571v12.571c0 .304.268.571.571.571h9.143a.587.587 0 00.571-.571zM8.571 7.143a.282.282 0 00-.286-.286H5.428c-.161 0-.286.125-.286.286s.125.286.286.286h2.857a.282.282 0 00.286-.286zm5.143-.286v18.286a2.302 2.302 0 01-2.286 2.286H2.285a2.302 2.302 0 01-2.286-2.286V6.857a2.302 2.302 0 012.286-2.286h9.143a2.302 2.302 0 012.286 2.286z" />
    </svg>
  );
}

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