import BACK from "./Back.png";
import BACK_ARROW from "./BackArrow.png";
import BLUE_DOUBLE_TICK from "./blue-double-tick-icon.png";
import CALENDAR from "./calendar.png";
import CHECK_MARK from "./checkmark.png";
import CLOCK from "./clock.png";
import EARTH from "./earth.png";
import CLOCK_ALERT from "./empty-slot.png";
import ERROR_TICK from "./error.png";
import FORWARD_ARROW from "./forwardArrow.png";
import GREY_DOUBLE_TICK from "./grey-double-tick-icon.png";
import GREY_TICK from "./grey-tick-icon.png";
import WAITING from "./sending.png";

export const ICONS = {
  BACK,
  CALENDAR,
  CLOCK,
  CLOCK_ALERT,
  EARTH,
  BACK_ARROW,
  FORWARD_ARROW,
  CHECK_MARK,
  WAITING,
  GREY_TICK,
  GREY_DOUBLE_TICK,
  BLUE_DOUBLE_TICK,
  ERROR_TICK,
};
