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

function Barcode(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M1.125 27.429H0V2.286h1.125v25.143zm1.125-.018h-.571V2.286h.571v25.125zm1.679 0h-.554V2.286h.554v25.125zm2.803 0h-.554V2.286h.554v25.125zm2.804 0H8.429V2.286h1.107v25.125zm2.25 0h-.554V2.286h.554v25.125zm1.125 0h-.554V2.286h.554v25.125zm1.125 0h-.554V2.286h.554v25.125zm2.803 0h-1.125V2.286h1.125v25.125zm2.804 0h-1.125V2.286h1.125v25.125zm2.25 0h-1.125V2.286h1.125v25.125zm2.25 0h-1.125V2.286h1.125v25.125zm1.678 0h-1.125V2.286h1.125v25.125zm3.375 0h-1.679V2.286h1.679v25.125zm1.125 0h-.571V2.286h.571v25.125zm1.679.018h-1.125V2.286H32v25.143z" />
    </svg>
  );
}

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