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

function Dashboard(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="M5.5 5a.5.5 0 01.5.5v5a.5.5 0 01-1 0v-5a.5.5 0 01.5-.5zM9.5 8a.5.5 0 01.5.5v2a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5z" />
      <path d="M13 1a2 2 0 012 2v10a2 2 0 01-2 2H3a2 2 0 01-2-2V3a2 2 0 012-2h10zm0 1H3a1 1 0 00-.993.883L2 3v10a1 1 0 00.883.993L3 14h10a1 1 0 00.993-.883L14 13V3a1 1 0 00-.883-.993L13 2z" />
    </svg>
  );
}

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