demio-ui 2.1.56 → 2.1.58
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.
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/types/src/icons/index.d.ts +4 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/types/src/icons/index.d.ts +4 -1
- package/dist/types.d.ts +236 -197
- package/package.json +1 -1
|
@@ -29,8 +29,10 @@ import ItemsIcon from './items.svg';
|
|
|
29
29
|
import ArrowDownIcon from './keyboard_arrow_down.svg';
|
|
30
30
|
import ListIcon from './list.svg';
|
|
31
31
|
import ListThIcon from './list_th.svg';
|
|
32
|
+
import LocationIcon from './location.svg';
|
|
32
33
|
import LockIcon from './lock.svg';
|
|
33
34
|
import MagicIcon from './magic.svg';
|
|
35
|
+
import MailIcon from './mail.svg';
|
|
34
36
|
import MaterialsIcon from './materials.svg';
|
|
35
37
|
import MicOnfIcon from './mic.svg';
|
|
36
38
|
import MicOffSolidIcon from './mic_off.svg';
|
|
@@ -47,6 +49,7 @@ import RocketIcon from './rocket.svg';
|
|
|
47
49
|
import SearchIcon from './search.svg';
|
|
48
50
|
import SmileIcon from './smile.svg';
|
|
49
51
|
import StackedEmailIcon from './stacked_email.svg';
|
|
52
|
+
import SyncIcon from './sync.svg';
|
|
50
53
|
import TodayIcon from './today.svg';
|
|
51
54
|
import TrendingDownIcon from './trending_down.svg';
|
|
52
55
|
import TrendingUpIcon from './trending_up.svg';
|
|
@@ -60,4 +63,4 @@ import VolumeUpSolidIcon from './volume_up.svg';
|
|
|
60
63
|
import VolumeUpIcon from './volume_up-1.svg';
|
|
61
64
|
import WarningSolidIcon from './warning.svg';
|
|
62
65
|
import WarningIcon from './warning-1.svg';
|
|
63
|
-
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BarChartIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, ClockIcon, CloseIcon, CopyIcon, CustomizeIcon, DeleteIcon, DotsIcon, EditIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, ExternalLinkIcon, FileIcon, FilterListIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LockIcon, MagicIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeCrossedIcon, PasswordEyeIcon, Person, PlayIcon, PollIcon, ProgressIcon, ReplayDisabledIcon, RocketIcon, SearchIcon, SmileIcon, StackedEmailIcon, TodayIcon, TrendingDownIcon, TrendingUpIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
|
66
|
+
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BarChartIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, ClockIcon, CloseIcon, CopyIcon, CustomizeIcon, DeleteIcon, DotsIcon, EditIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, ExternalLinkIcon, FileIcon, FilterListIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LocationIcon, LockIcon, MagicIcon, MailIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeCrossedIcon, PasswordEyeIcon, Person, PlayIcon, PollIcon, ProgressIcon, ReplayDisabledIcon, RocketIcon, SearchIcon, SmileIcon, StackedEmailIcon, SyncIcon, TodayIcon, TrendingDownIcon, TrendingUpIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|