import WAITING from "./sending.png"; import GREY_TICK from "./grey-tick-icon.png"; import GREY_DOUBLE_TICK from "./grey-double-tick-icon.png"; import BLUE_DOUBLE_TICK from "./blue-double-tick-icon.png"; import ERROR_TICK from "./error.png"; export const ICONS = { WAITING, GREY_TICK, GREY_DOUBLE_TICK, BLUE_DOUBLE_TICK, ERROR_TICK, };