12345678910111213141516171819202122232425262728 |
- import arrow from './arrow@2x.png'
- import arrows from './arrows@2x.png'
- import brushes_selected from './brushes_selected@2x.png'
- import brushes from './brushes@2x.png'
- import chat_off from './chat_off@2x.png'
- import chat_on from './chat_on@2x.png'
- import cross from './cross@2x.png'
- import invitation from './invitation@2x.png'
- import members from './members@2x.png'
- import mic_off_50 from './mic_off_50@2x.png'
- import mic_off from './mic_off@2x.png'
- import mic_on from './mic_on@2x.png'
- import play from './play.png'
- import pop_up_screen_off from './pop-up_screen_off@2x.png'
- import pop_up_screen_on from './pop-up_screen_on@2x.png'
- import revocation_50 from './revocation_50@2x.png'
- import revocation from './revocation@2x.png'
- import scene from './scene.png'
- import show from './show@2x.png'
- const icons = {
- arrow, arrows, brushes_selected,
- brushes, chat_off, chat_on, cross,
- invitation, members, mic_off_50, mic_off,
- mic_on, play, pop_up_screen_off, pop_up_screen_on,
- revocation_50, revocation, scene, show
- }
- export { icons }
|