export const ReceiptIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      width="1em"
      height="1em"
      viewBox="0 0 30 32"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <path
        d="M24.6 0H5.4A4.8 4.8 0 00.6 4.8v23.68a3.2 3.2 0 004.576 2.896c.384-.192.72-.4 1.072-.608a3.76 3.76 0 012.352-.752 3.807 3.807 0 012.368.752A6.864 6.864 0 0015 32a6.848 6.848 0 004.032-1.232 3.792 3.792 0 012.368-.752 3.728 3.728 0 012.352.752c.347.216.704.414 1.072.592a3.2 3.2 0 004.576-2.88V4.8A4.8 4.8 0 0024.6 0zM15 22.4H8.6a1.6 1.6 0 010-3.2H15a1.6 1.6 0 010 3.2zm6.4-6.4H8.6a1.6 1.6 0 110-3.2h12.8a1.6 1.6 0 010 3.2zm0-6.4H8.6a1.6 1.6 0 010-3.2h12.8a1.6 1.6 0 010 3.2z"
        fill="currentColor"
      />
    </svg>
  );
};
