//@ts-ignore
import CLOSE from './close.png';
//@ts-ignore
import TICK from './rightTick.png';
export const ICONS = {
  CLOSE,
  TICK
};
