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

function Trello(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M12.571 24V5.714A.564.564 0 0012 5.143H3.429a.564.564 0 00-.571.571V24c0 .321.25.571.571.571H12c.321 0 .571-.25.571-.571zm12-6.857V5.714A.564.564 0 0024 5.143h-8.571a.564.564 0 00-.571.571v11.429c0 .321.25.571.571.571H24c.321 0 .571-.25.571-.571zm2.858-13.714v25.143c0 .625-.518 1.143-1.143 1.143H1.143A1.151 1.151 0 010 28.572V3.429c0-.625.518-1.143 1.143-1.143h25.143c.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

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