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

function Attribution(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="M0 30h32v2H0v-2zM0 16.114h6v10H0v-10zM8 0h6v26.114H8V0zM16 8.112h6v18h-6v-18zM24 12.114h6v14h-6v-14z" />
    </svg>
  );
}

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