demio-ui 1.0.50 → 1.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,6 +4,7 @@ import ArrowLeftIcon from './arrow-left.svg';
|
|
|
4
4
|
import BlockIcon from './block.svg';
|
|
5
5
|
import BlurOnIcon from './blur_on.svg';
|
|
6
6
|
import CachedIcon from './cached.svg';
|
|
7
|
+
import CalendarIcon from './calendar.svg';
|
|
7
8
|
import CheckboxIcon from './checkbox.svg';
|
|
8
9
|
import CheckboxUncheckIcon from './checkbox_uncheck.svg';
|
|
9
10
|
import CheckCircleIcon from './check_circle.svg';
|
|
@@ -30,4 +31,4 @@ import VolumeUpIcon from './volume_up-1.svg';
|
|
|
30
31
|
import VolumeUpSolidIcon from './volume_up.svg';
|
|
31
32
|
import WarningIcon from './warning-1.svg';
|
|
32
33
|
import WarningSolidIcon from './warning.svg';
|
|
33
|
-
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CloseIcon, DeleteIcon, EventDetailsIcon, InfoIcon, InfoSolidIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, SmileIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
|
34
|
+
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CloseIcon, DeleteIcon, EventDetailsIcon, InfoIcon, InfoSolidIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, SmileIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|