index.ts 1.1 KB

12345678910111213141516171819202122232425262728
  1. import arrow from './arrow@2x.png'
  2. import arrows from './arrows@2x.png'
  3. import brushes_selected from './brushes_selected@2x.png'
  4. import brushes from './brushes@2x.png'
  5. import chat_off from './chat_off@2x.png'
  6. import chat_on from './chat_on@2x.png'
  7. import cross from './cross@2x.png'
  8. import invitation from './invitation@2x.png'
  9. import members from './members@2x.png'
  10. import mic_off_50 from './mic_off_50@2x.png'
  11. import mic_off from './mic_off@2x.png'
  12. import mic_on from './mic_on@2x.png'
  13. import play from './play.png'
  14. import pop_up_screen_off from './pop-up_screen_off@2x.png'
  15. import pop_up_screen_on from './pop-up_screen_on@2x.png'
  16. import revocation_50 from './revocation_50@2x.png'
  17. import revocation from './revocation@2x.png'
  18. import scene from './scene.png'
  19. import show from './show@2x.png'
  20. const icons = {
  21. arrow, arrows, brushes_selected,
  22. brushes, chat_off, chat_on, cross,
  23. invitation, members, mic_off_50, mic_off,
  24. mic_on, play, pop_up_screen_off, pop_up_screen_on,
  25. revocation_50, revocation, scene, show
  26. }
  27. export { icons }