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

function Others(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="M14 1a2 2 0 012 2v10a2 2 0 01-2 2H2a2 2 0 01-2-2V3a2 2 0 012-2h12zM3.5 6.5a1.5 1.5 0 10.001 3.001A1.5 1.5 0 003.5 6.5zm9 0a1.5 1.5 0 10.001 3.001A1.5 1.5 0 0012.5 6.5zM8 6.5a1.5 1.5 0 10.001 3.001A1.5 1.5 0 008 6.5z" />
    </svg>
  );
}

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