UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

19 lines (17 loc) 416 B
// @ts-ignore import WAITING from './sending.png'; // @ts-ignore import GREY_TICK from './grey-tick-icon.png'; // @ts-ignore import GREY_DOUBLE_TICK from './grey-double-tick-icon.png'; // @ts-ignore import BLUE_DOUBLE_TICK from './blue-double-tick-icon.png'; // @ts-ignore import ERROR_TICK from './error.png'; export const ICONS = { WAITING, GREY_TICK, GREY_DOUBLE_TICK, BLUE_DOUBLE_TICK, ERROR_TICK, };