import CameraOffSvg from './camera-off.svg?react'; import CameraOnSvg from './camera-on.svg?react'; import CheckOffSvg from './check-off.svg?react'; import CheckOnSvg from './check-on.svg?react'; import FavoriteSvg from './favorite.svg?react'; import FullScreenSvg from './full-screen.svg?react'; import HideSvg from './hide.svg?react'; import LouderSvg from './louder.svg?react'; import MicOffSvg from './mic-off.svg?react'; import MicOnSvg from './mic-on.svg?react'; import MinimizeSvg from './minimize.svg?react'; import NotifyOffSvg from './notify-off.svg?react'; import NotifyOnSvg from './notify-on.svg?react'; import PauseSvg from './pause.svg?react'; import PlaySvg from './play.svg?react'; import QuiteSvg from './quite.svg?react'; import RecordSvg from './record.svg?react'; import ScreenShareSvg from './screenshare.svg?react'; import ShowSvg from './show.svg?react'; import SpeakerOffSvg from './speaker-off.svg?react'; import SpeakerSvg from './speaker.svg?react'; import StopRecordSvg from './stop-record.svg?react'; import StopShareSvg from './stop-share.svg?react'; export { CameraOffSvg, CameraOnSvg, CheckOffSvg, CheckOnSvg, FavoriteSvg, FullScreenSvg, HideSvg, LouderSvg, MicOffSvg, MicOnSvg, MinimizeSvg, NotifyOffSvg, NotifyOnSvg, PauseSvg, PlaySvg, QuiteSvg, RecordSvg, ScreenShareSvg, ShowSvg, SpeakerOffSvg, SpeakerSvg, StopRecordSvg, StopShareSvg };