// 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 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M11 0a2 2 0 012 2v12a2 2 0 01-2 2H5a2 2 0 01-2-2V2a2 2 0 012-2h6zm0 1H5a1 1 0 00-.993.883L4 2v12a1 1 0 00.883.993L5 15h6a1 1 0 00.993-.883L12 14V2a1 1 0 00-.883-.993L11 1z" />
      <path d="M6.5 13h3a.5.5 0 010 1h-3a.5.5 0 010-1z" />
    </svg>
  );
}

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