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

function Width(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="M13.859 9.152l.057.07 2.018 3.029.036.077.023.089.007.082-.007.082-.015.065-.024.062-.02.038-2.018 3.029a.5.5 0 01-.875-.475l.043-.079 1.481-2.223H1.434l1.482 2.223a.5.5 0 01-.776.625l-.057-.07-2-3a.468.468 0 01-.054-.107l-.023-.089L0 12.522l.006-.106.015-.065.024-.062.023-.045 2.015-3.023a.5.5 0 01.875.475l-.043.079-1.482 2.223h13.132l-1.482-2.223a.5.5 0 01.776-.625zM15 0a1 1 0 011 1v5a1 1 0 01-1 1H1a1 1 0 01-1-1V1a1 1 0 011-1h14zm0 1H1v5h14V1z" />
    </svg>
  );
}

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