import * as React from "react";

const IconEmpty = (props: any) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    width="36"
    height="24"
    fill="none"
    viewBox="0 0 36 24"
  >
    <rect width="36" height="24" fill="#fff" rx="2.4"></rect>

  </svg>
);

export default IconEmpty;
