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

function Ticket(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="M18.286 8.071l5.643 5.643-10.214 10.214-5.643-5.643zm-3.768 17.483l11.036-11.036a1.132 1.132 0 000-1.607L19.09 6.447c-.429-.429-1.179-.429-1.607 0L6.447 17.483a1.132 1.132 0 000 1.607l6.464 6.464c.214.214.5.321.804.321s.589-.107.804-.321zm15.875-11.375L14.197 30.393c-.893.875-2.357.875-3.232 0l-2.25-2.25c1.339-1.339 1.339-3.518 0-4.857s-3.518-1.339-4.857 0l-2.232-2.25c-.893-.875-.893-2.339 0-3.232L17.822 1.625c.875-.893 2.339-.893 3.232 0l2.232 2.232c-1.339 1.339-1.339 3.518 0 4.857s3.518 1.339 4.857 0l2.25 2.232c.875.893.875 2.357 0 3.232z" />
    </svg>
  );
}

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