export const PaperPlaneIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      viewBox="0 0 18 18"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <path
        d="M6.5625 13.209V16.6875C6.5625 16.9305 6.7185 17.1457 6.9495 17.2222C7.00725 17.241 7.0665 17.25 7.125 17.25C7.3005 17.25 7.47 17.1675 7.578 17.0205L9.61275 14.2515L6.5625 13.209Z"
        fill="currentColor"
      />
      <path
        d="M17.7637 0.104255C17.5912 -0.0179946 17.3647 -0.0344946 17.1772 0.0637554L0.302223 8.87625C0.102722 8.9805 -0.0150277 9.1935 0.00147233 9.41775C0.0187223 9.64275 0.167973 9.83475 0.380223 9.9075L5.07148 11.511L15.0622 2.9685L7.33123 12.2828L15.1935 14.97C15.252 14.9895 15.3135 15 15.375 15C15.477 15 15.5782 14.9723 15.6675 14.9183C15.81 14.8313 15.9067 14.685 15.9315 14.5208L17.994 0.645755C18.0247 0.435755 17.9362 0.227255 17.7637 0.104255Z"
        fill="currentColor"
      />
    </svg>
  );
};
