@ringcentral/juno 1.12.6-beta.5910-6eeb3bdd → 2.0.0-rc.0
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/README.md +3 -3
- package/components/Accordion/AccordionSummary/AccordionSummary.js +2 -2
- package/components/AppBar/AppBar.js +1 -2
- package/components/Avatar/styles/StyledMask.js +2 -2
- package/components/Buttons/IconButton/IconButton.d.ts +1 -1
- package/components/Buttons/SplitButton/styles/StyledArrowIcon.js +2 -2
- package/components/Card/CardSelectionArea/CardSelectionArea.js +2 -2
- package/components/Card/CardSelectionArea/utils/CardSelectionAreaUtils.d.ts +1 -1
- package/components/Chip/Chip.js +3 -3
- package/components/Dialer/DialPad/utils/DialPadUtils.js +13 -24
- package/components/Dialog/DialogActions/DialogActions.d.ts +1 -1
- package/components/Dialog/DialogContent/DialogContent.d.ts +1 -1
- package/components/Dialog/DialogContentText/DialogContentText.d.ts +1 -1
- package/components/Dialog/DialogTitle/DialogTitle.d.ts +1 -1
- package/components/Divider/Divider.d.ts +2 -2
- package/components/DnD/DragHandle/DragHandle.js +2 -2
- package/components/Downshift/Downshift.js +2 -3
- package/components/Downshift/SuggestionList/SuggestionList.d.ts +1 -1
- package/components/Downshift/SuggestionList/SuggestionList.js +2 -2
- package/components/Downshift/SuggestionList/utils/useSuggestionList.d.ts +1 -1
- package/components/Downshift/styles/DownshiftStyle.d.ts +1 -1
- package/components/Downshift/utils/DownshiftUtils.d.ts +1 -1
- package/components/Downshift/utils/useDownshift.d.ts +2 -2
- package/components/Downshift/utils/useDownshiftTag.d.ts +2 -2
- package/components/Forms/Checkbox/Checkbox.d.ts +1 -1
- package/components/Forms/Checkbox/Checkbox.js +4 -6
- package/components/Forms/Picker/DatePicker/DatePicker.js +2 -2
- package/components/Forms/Picker/DatePicker/DatePickerHeader.js +3 -4
- package/components/Forms/Picker/DatePicker/Day.d.ts +3 -1
- package/components/Forms/Picker/DatePicker/Day.js +6 -11
- package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.d.ts +1 -1
- package/components/Forms/Picker/DatePicker/styles/StyledDay.d.ts +3 -5
- package/components/Forms/Picker/DatePicker/styles/StyledDay.js +6 -12
- package/components/Forms/Picker/DatePicker/styles/StyledYear.d.ts +1 -1
- package/components/Forms/Picker/TimePicker/NumberPicker.js +3 -4
- package/components/Forms/Picker/TimePicker/TimePicker.d.ts +4 -4
- package/components/Forms/Picker/TimePicker/TimePicker.js +23 -59
- package/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.d.ts +2 -25
- package/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.d.ts +1 -1
- package/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.d.ts +1 -1
- package/components/Forms/Picker/TimePicker/utils/TimeBoundary.js +8 -3
- package/components/Forms/Picker/TimePicker/utils/TimePickerHelper.d.ts +5 -9
- package/components/Forms/Picker/TimePicker/utils/TimePickerHelper.js +23 -11
- package/components/Forms/Picker/styles/PickerBaseIconButton.d.ts +1 -1
- package/components/Forms/Picker/utils/PickerTextField/PickerTextField.js +2 -2
- package/components/Forms/Select/PlainSelect/PlainSelect.d.ts +2 -2
- package/components/Forms/Select/PlainSelect/PlainSelect.js +25 -21
- package/components/Forms/Select/styles/SelectArrowDownIcon.d.ts +1 -1
- package/components/Forms/Select/styles/SelectArrowDownIcon.js +2 -2
- package/components/Forms/TextField/TextField.js +2 -2
- package/components/Forms/TextField/styles/ClearIconButton.d.ts +3 -3
- package/components/Forms/TextField/styles/ClearIconButton.js +2 -2
- package/components/ImageView/ImageView.d.ts +1 -1
- package/components/ImageView/ImageView.js +3 -3
- package/components/Link/Link.d.ts +1 -1
- package/components/Menu/MenuItem/MenuItem.js +2 -2
- package/components/Menu/SubMenu/SubMenu.js +2 -2
- package/components/Rating/Rating.js +3 -4
- package/components/Stepper/StepIcon/StepIcon.js +3 -4
- package/components/TablePagination/styles/TablePaginationActions.js +3 -4
- package/components/Tables/TableHeadCell.js +2 -3
- package/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.js +2 -2
- package/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.d.ts +2 -2
- package/components/Virtuoso/react-virtuoso/Grid.d.ts +1 -1
- package/components/Virtuoso/react-virtuoso/List.d.ts +1 -1
- package/es6/README.md +65 -0
- package/es6/components/Accordion/AccordionSummary/AccordionSummary.js +1 -1
- package/es6/components/AppBar/AppBar.js +1 -2
- package/es6/components/Avatar/styles/StyledMask.js +1 -1
- package/es6/components/Buttons/SplitButton/SplitButton.js +1 -1
- package/es6/components/Buttons/SplitButton/styles/StyledArrowIcon.js +2 -2
- package/es6/components/Card/CardSelectionArea/CardSelectionArea.js +1 -1
- package/es6/components/Chip/Chip.js +2 -2
- package/es6/components/Dialer/DialPad/utils/DialPadUtils.js +13 -24
- package/es6/components/DnD/DragHandle/DragHandle.js +1 -1
- package/es6/components/Downshift/Downshift.js +1 -2
- package/es6/components/Downshift/SuggestionList/SuggestionList.js +1 -1
- package/es6/components/Forms/Checkbox/Checkbox.js +1 -3
- package/es6/components/Forms/Picker/DatePicker/DatePicker.js +1 -1
- package/es6/components/Forms/Picker/DatePicker/DatePickerHeader.js +1 -2
- package/es6/components/Forms/Picker/DatePicker/Day.js +7 -12
- package/es6/components/Forms/Picker/DatePicker/styles/StyledDay.js +7 -13
- package/es6/components/Forms/Picker/TimePicker/NumberPicker.js +1 -2
- package/es6/components/Forms/Picker/TimePicker/TimePicker.js +22 -58
- package/es6/components/Forms/Picker/TimePicker/utils/TimeBoundary.js +9 -4
- package/es6/components/Forms/Picker/TimePicker/utils/TimePickerHelper.js +23 -11
- package/es6/components/Forms/Picker/utils/PickerTextField/PickerTextField.js +1 -1
- package/es6/components/Forms/Select/PlainSelect/PlainSelect.js +27 -23
- package/es6/components/Forms/Select/styles/SelectArrowDownIcon.js +1 -1
- package/es6/components/Forms/TextField/TextField.js +1 -1
- package/es6/components/Forms/TextField/styles/ClearIconButton.js +1 -1
- package/es6/components/ImageView/ImageView.js +2 -2
- package/es6/components/Menu/MenuItem/MenuItem.js +1 -1
- package/es6/components/Menu/SubMenu/SubMenu.js +1 -1
- package/es6/components/Rating/Rating.js +1 -2
- package/es6/components/Stepper/StepIcon/StepIcon.js +1 -2
- package/es6/components/TablePagination/styles/TablePaginationActions.js +2 -3
- package/es6/components/Tables/TableHeadCell.js +1 -2
- package/es6/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.js +1 -1
- package/es6/foundation/hooks/useInterval/useInterval.js +1 -1
- package/es6/foundation/theme/ThemeProvider.js +2 -2
- package/es6/foundation/theme/ThemeSwitcherProvider/rcDark.json +1 -7
- package/es6/foundation/theme/ThemeSwitcherProvider/rcHighContrast.json +1 -7
- package/es6/foundation/theme/assets/breakpoints.json +1 -7
- package/foundation/theme/ThemeProvider.js +1 -1
- package/foundation/theme/ThemeSwitcherProvider/rcDark.json +1 -7
- package/foundation/theme/ThemeSwitcherProvider/rcHighContrast.json +1 -7
- package/foundation/theme/assets/breakpoints.json +1 -7
- package/package.json +5 -7
- package/components/Icon/assets/icon-0.svg +0 -6
- package/components/Icon/assets/icon-1.svg +0 -5
- package/components/Icon/assets/icon-2.svg +0 -6
- package/components/Icon/assets/icon-3.svg +0 -6
- package/components/Icon/assets/icon-4.svg +0 -6
- package/components/Icon/assets/icon-5.svg +0 -6
- package/components/Icon/assets/icon-6.svg +0 -6
- package/components/Icon/assets/icon-7.svg +0 -6
- package/components/Icon/assets/icon-8.svg +0 -6
- package/components/Icon/assets/icon-9.svg +0 -6
- package/components/Icon/assets/icon-Announcement.svg +0 -8
- package/components/Icon/assets/icon-Call-queue.svg +0 -14
- package/components/Icon/assets/icon-Company-setup.svg +0 -5
- package/components/Icon/assets/icon-Company-setup_border.svg +0 -5
- package/components/Icon/assets/icon-Description.svg +0 -5
- package/components/Icon/assets/icon-HUD.svg +0 -5
- package/components/Icon/assets/icon-Limited.svg +0 -7
- package/components/Icon/assets/icon-Logout.svg +0 -5
- package/components/Icon/assets/icon-Message.svg +0 -6
- package/components/Icon/assets/icon-New-email.svg +0 -5
- package/components/Icon/assets/icon-Paging.svg +0 -6
- package/components/Icon/assets/icon-Shared-line.svg +0 -8
- package/components/Icon/assets/icon-active-call.svg +0 -7
- package/components/Icon/assets/icon-activecall_border.svg +0 -5
- package/components/Icon/assets/icon-add-emoji-more.svg +0 -5
- package/components/Icon/assets/icon-add-event.svg +0 -5
- package/components/Icon/assets/icon-add-integration.svg +0 -6
- package/components/Icon/assets/icon-add-member.svg +0 -5
- package/components/Icon/assets/icon-add-member_border.svg +0 -5
- package/components/Icon/assets/icon-add-park-location.svg +0 -5
- package/components/Icon/assets/icon-add-reactions.svg +0 -9
- package/components/Icon/assets/icon-add-task.svg +0 -5
- package/components/Icon/assets/icon-add-team.svg +0 -5
- package/components/Icon/assets/icon-add-team_border.svg +0 -5
- package/components/Icon/assets/icon-add.svg +0 -5
- package/components/Icon/assets/icon-add_border.svg +0 -5
- package/components/Icon/assets/icon-add_field.svg +0 -5
- package/components/Icon/assets/icon-add_new_folder.svg +0 -5
- package/components/Icon/assets/icon-address.svg +0 -5
- package/components/Icon/assets/icon-admin.svg +0 -5
- package/components/Icon/assets/icon-admin_border.svg +0 -5
- package/components/Icon/assets/icon-advanced.svg +0 -5
- package/components/Icon/assets/icon-align-center.svg +0 -5
- package/components/Icon/assets/icon-align-justify.svg +0 -5
- package/components/Icon/assets/icon-align-left.svg +0 -5
- package/components/Icon/assets/icon-align-right.svg +0 -5
- package/components/Icon/assets/icon-analytics.svg +0 -5
- package/components/Icon/assets/icon-analytics_border.svg +0 -5
- package/components/Icon/assets/icon-apple-logo.svg +0 -5
- package/components/Icon/assets/icon-apps.svg +0 -5
- package/components/Icon/assets/icon-archive.svg +0 -5
- package/components/Icon/assets/icon-arrow-down.svg +0 -5
- package/components/Icon/assets/icon-arrow-left.svg +0 -5
- package/components/Icon/assets/icon-arrow-up.svg +0 -5
- package/components/Icon/assets/icon-arrow_down.svg +0 -5
- package/components/Icon/assets/icon-arrow_left.svg +0 -5
- package/components/Icon/assets/icon-arrow_right.svg +0 -5
- package/components/Icon/assets/icon-arrow_right1.svg +0 -5
- package/components/Icon/assets/icon-arrow_up.svg +0 -5
- package/components/Icon/assets/icon-askfirst.svg +0 -5
- package/components/Icon/assets/icon-assignment.svg +0 -5
- package/components/Icon/assets/icon-asterisk.svg +0 -5
- package/components/Icon/assets/icon-attachment.svg +0 -5
- package/components/Icon/assets/icon-audio.svg +0 -5
- package/components/Icon/assets/icon-avatar_rooms.svg +0 -5
- package/components/Icon/assets/icon-barge.svg +0 -5
- package/components/Icon/assets/icon-birthday.svg +0 -5
- package/components/Icon/assets/icon-blocked.svg +0 -5
- package/components/Icon/assets/icon-bold.svg +0 -5
- package/components/Icon/assets/icon-bookmark.svg +0 -5
- package/components/Icon/assets/icon-bookmark_border.svg +0 -5
- package/components/Icon/assets/icon-box-new.svg +0 -5
- package/components/Icon/assets/icon-box.svg +0 -5
- package/components/Icon/assets/icon-box1.svg +0 -5
- package/components/Icon/assets/icon-bubble_lines.svg +0 -5
- package/components/Icon/assets/icon-bubble_lines_border.svg +0 -5
- package/components/Icon/assets/icon-call-add.svg +0 -5
- package/components/Icon/assets/icon-call-list.svg +0 -5
- package/components/Icon/assets/icon-call-more.svg +0 -5
- package/components/Icon/assets/icon-call_on_behalf.svg +0 -5
- package/components/Icon/assets/icon-chat_bubble.svg +0 -5
- package/components/Icon/assets/icon-check.svg +0 -5
- package/components/Icon/assets/icon-chevron_left.svg +0 -5
- package/components/Icon/assets/icon-chevron_right.svg +0 -5
- package/components/Icon/assets/icon-close.svg +0 -5
- package/components/Icon/assets/icon-cloud_contact.svg +0 -5
- package/components/Icon/assets/icon-code_snippets.svg +0 -5
- package/components/Icon/assets/icon-comments.svg +0 -5
- package/components/Icon/assets/icon-computer.svg +0 -5
- package/components/Icon/assets/icon-conference.svg +0 -5
- package/components/Icon/assets/icon-conference_border.svg +0 -5
- package/components/Icon/assets/icon-connect.svg +0 -5
- package/components/Icon/assets/icon-contacts.svg +0 -5
- package/components/Icon/assets/icon-contacts_and_calendars.svg +0 -5
- package/components/Icon/assets/icon-contacts_border.svg +0 -5
- package/components/Icon/assets/icon-copy.svg +0 -5
- package/components/Icon/assets/icon-customize-tabs.svg +0 -5
- package/components/Icon/assets/icon-dashboard.svg +0 -5
- package/components/Icon/assets/icon-dashboard_border.svg +0 -5
- package/components/Icon/assets/icon-date.svg +0 -5
- package/components/Icon/assets/icon-date_border.svg +0 -5
- package/components/Icon/assets/icon-default-avatar.svg +0 -5
- package/components/Icon/assets/icon-default-file-D.svg +0 -7
- package/components/Icon/assets/icon-default-file.svg +0 -8
- package/components/Icon/assets/icon-default-gdrive-D.svg +0 -8
- package/components/Icon/assets/icon-default-gdrive.svg +0 -9
- package/components/Icon/assets/icon-default-group-avatar.svg +0 -5
- package/components/Icon/assets/icon-default-integration.svg +0 -5
- package/components/Icon/assets/icon-default-integration_border.svg +0 -5
- package/components/Icon/assets/icon-default-music-D.svg +0 -7
- package/components/Icon/assets/icon-default-music.svg +0 -7
- package/components/Icon/assets/icon-default-team-avatar.svg +0 -5
- package/components/Icon/assets/icon-default-video-D.svg +0 -7
- package/components/Icon/assets/icon-default-video.svg +0 -7
- package/components/Icon/assets/icon-delete.svg +0 -5
- package/components/Icon/assets/icon-delete_circle.svg +0 -5
- package/components/Icon/assets/icon-deleted_file.svg +0 -6
- package/components/Icon/assets/icon-deleted_file_D.svg +0 -6
- package/components/Icon/assets/icon-deletenumber.svg +0 -5
- package/components/Icon/assets/icon-department.svg +0 -5
- package/components/Icon/assets/icon-dial.svg +0 -5
- package/components/Icon/assets/icon-dialer.svg +0 -5
- package/components/Icon/assets/icon-doc-D.svg +0 -7
- package/components/Icon/assets/icon-doc.svg +0 -7
- package/components/Icon/assets/icon-dock_border.svg +0 -5
- package/components/Icon/assets/icon-double-chevron_left.svg +0 -5
- package/components/Icon/assets/icon-double-chevron_right.svg +0 -5
- package/components/Icon/assets/icon-download.svg +0 -5
- package/components/Icon/assets/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
- package/components/Icon/assets/icon-draft.svg +0 -5
- package/components/Icon/assets/icon-dragable_area.svg +0 -5
- package/components/Icon/assets/icon-dropbox.svg +0 -5
- package/components/Icon/assets/icon-edit.svg +0 -5
- package/components/Icon/assets/icon-email.svg +0 -5
- package/components/Icon/assets/icon-emoji.svg +0 -5
- package/components/Icon/assets/icon-end--answer.svg +0 -6
- package/components/Icon/assets/icon-event-new.svg +0 -5
- package/components/Icon/assets/icon-event-new_border.svg +0 -5
- package/components/Icon/assets/icon-evernote.svg +0 -5
- package/components/Icon/assets/icon-excel-D.svg +0 -7
- package/components/Icon/assets/icon-excel.svg +0 -7
- package/components/Icon/assets/icon-expand.svg +0 -5
- package/components/Icon/assets/icon-external_link.svg +0 -5
- package/components/Icon/assets/icon-failed-fax.svg +0 -5
- package/components/Icon/assets/icon-failed-fax_border.svg +0 -5
- package/components/Icon/assets/icon-fax.svg +0 -5
- package/components/Icon/assets/icon-fax_border.svg +0 -5
- package/components/Icon/assets/icon-feedback.svg +0 -5
- package/components/Icon/assets/icon-file.svg +0 -5
- package/components/Icon/assets/icon-file_border.svg +0 -5
- package/components/Icon/assets/icon-filter.svg +0 -5
- package/components/Icon/assets/icon-foldercreated.svg +0 -5
- package/components/Icon/assets/icon-font-color.svg +0 -6
- package/components/Icon/assets/icon-forward.svg +0 -5
- package/components/Icon/assets/icon-forwardcall.svg +0 -5
- package/components/Icon/assets/icon-forwarding.svg +0 -5
- package/components/Icon/assets/icon-forwarding_border.svg +0 -5
- package/components/Icon/assets/icon-gdrive-logo.svg +0 -10
- package/components/Icon/assets/icon-gif-file-D.svg +0 -7
- package/components/Icon/assets/icon-gif-file.svg +0 -8
- package/components/Icon/assets/icon-gif.svg +0 -5
- package/components/Icon/assets/icon-gmail.svg +0 -9
- package/components/Icon/assets/icon-good-connection.svg +0 -5
- package/components/Icon/assets/icon-google-calendar-2019.svg +0 -10
- package/components/Icon/assets/icon-google-doc-D.svg +0 -7
- package/components/Icon/assets/icon-google-doc.svg +0 -7
- package/components/Icon/assets/icon-google-logo-disabled.svg +0 -5
- package/components/Icon/assets/icon-google-logo.svg +0 -8
- package/components/Icon/assets/icon-google-sheet-D.svg +0 -7
- package/components/Icon/assets/icon-google-sheet.svg +0 -7
- package/components/Icon/assets/icon-google-slide-D.svg +0 -7
- package/components/Icon/assets/icon-google-slide.svg +0 -7
- package/components/Icon/assets/icon-google.svg +0 -5
- package/components/Icon/assets/icon-group-default.svg +0 -5
- package/components/Icon/assets/icon-hand-up.svg +0 -5
- package/components/Icon/assets/icon-hash.svg +0 -5
- package/components/Icon/assets/icon-hd.svg +0 -5
- package/components/Icon/assets/icon-help.svg +0 -5
- package/components/Icon/assets/icon-help_border.svg +0 -5
- package/components/Icon/assets/icon-hide_border.svg +0 -5
- package/components/Icon/assets/icon-hold-answer.svg +0 -6
- package/components/Icon/assets/icon-hold.svg +0 -5
- package/components/Icon/assets/icon-holdcall_border.svg +0 -5
- package/components/Icon/assets/icon-horizontal-line.svg +0 -5
- package/components/Icon/assets/icon-ignore.svg +0 -5
- package/components/Icon/assets/icon-image-broken-D.svg +0 -7
- package/components/Icon/assets/icon-image-broken.svg +0 -8
- package/components/Icon/assets/icon-image-preview-D.svg +0 -7
- package/components/Icon/assets/icon-image-preview.svg +0 -7
- package/components/Icon/assets/icon-in-progress.svg +0 -5
- package/components/Icon/assets/icon-inbound-fax.svg +0 -5
- package/components/Icon/assets/icon-inbound-fax_border.svg +0 -5
- package/components/Icon/assets/icon-inbound_call_on_behalf.svg +0 -5
- package/components/Icon/assets/icon-inbox.svg +0 -5
- package/components/Icon/assets/icon-incall.svg +0 -5
- package/components/Icon/assets/icon-incall_border.svg +0 -5
- package/components/Icon/assets/icon-indent.svg +0 -5
- package/components/Icon/assets/icon-indeterminate.svg +0 -5
- package/components/Icon/assets/icon-info.svg +0 -5
- package/components/Icon/assets/icon-info_border.svg +0 -5
- package/components/Icon/assets/icon-insert-code.svg +0 -5
- package/components/Icon/assets/icon-insert-image.svg +0 -5
- package/components/Icon/assets/icon-insert-link.svg +0 -5
- package/components/Icon/assets/icon-insert-table.svg +0 -5
- package/components/Icon/assets/icon-insert-video.svg +0 -5
- package/components/Icon/assets/icon-italic.svg +0 -5
- package/components/Icon/assets/icon-item-list-selected.svg +0 -5
- package/components/Icon/assets/icon-join-audio-poc.svg +0 -5
- package/components/Icon/assets/icon-join.svg +0 -7
- package/components/Icon/assets/icon-join_meeting.svg +0 -5
- package/components/Icon/assets/icon-jump-to-latest.svg +0 -5
- package/components/Icon/assets/icon-jump-to-unread.svg +0 -5
- package/components/Icon/assets/icon-keypad.svg +0 -5
- package/components/Icon/assets/icon-leave-meeting.svg +0 -5
- package/components/Icon/assets/icon-leave.svg +0 -5
- package/components/Icon/assets/icon-list-bullet.svg +0 -5
- package/components/Icon/assets/icon-list-ordered.svg +0 -5
- package/components/Icon/assets/icon-list-view.svg +0 -5
- package/components/Icon/assets/icon-location.svg +0 -5
- package/components/Icon/assets/icon-location_border.svg +0 -5
- package/components/Icon/assets/icon-lock.svg +0 -5
- package/components/Icon/assets/icon-lock_border.svg +0 -5
- package/components/Icon/assets/icon-login.svg +0 -5
- package/components/Icon/assets/icon-mac-keynote-D.svg +0 -7
- package/components/Icon/assets/icon-mac-keynote.svg +0 -10
- package/components/Icon/assets/icon-mac-numbers-D.svg +0 -7
- package/components/Icon/assets/icon-mac-numbers.svg +0 -7
- package/components/Icon/assets/icon-mac-pages-D.svg +0 -7
- package/components/Icon/assets/icon-mac-pages.svg +0 -7
- package/components/Icon/assets/icon-marker_m.svg +0 -6
- package/components/Icon/assets/icon-marker_s.svg +0 -6
- package/components/Icon/assets/icon-member_border.svg +0 -5
- package/components/Icon/assets/icon-mention.svg +0 -5
- package/components/Icon/assets/icon-mention_border.svg +0 -5
- package/components/Icon/assets/icon-merge.svg +0 -5
- package/components/Icon/assets/icon-mic-off.svg +0 -5
- package/components/Icon/assets/icon-mic-off_border.svg +0 -5
- package/components/Icon/assets/icon-mic.svg +0 -5
- package/components/Icon/assets/icon-mic_border.svg +0 -5
- package/components/Icon/assets/icon-microsoft-logo-disabled.svg +0 -8
- package/components/Icon/assets/icon-microsoft-logo.svg +0 -8
- package/components/Icon/assets/icon-microsoft-outlook-2019.svg +0 -19
- package/components/Icon/assets/icon-minimize.svg +0 -5
- package/components/Icon/assets/icon-missedcall.svg +0 -5
- package/components/Icon/assets/icon-missedcall_border.svg +0 -5
- package/components/Icon/assets/icon-mobile.svg +0 -5
- package/components/Icon/assets/icon-monitor_call.svg +0 -5
- package/components/Icon/assets/icon-more_horiz.svg +0 -5
- package/components/Icon/assets/icon-more_vert.svg +0 -5
- package/components/Icon/assets/icon-mute-notification.svg +0 -5
- package/components/Icon/assets/icon-mute-notification_border.svg +0 -5
- package/components/Icon/assets/icon-new-action.svg +0 -5
- package/components/Icon/assets/icon-new-fax.svg +0 -5
- package/components/Icon/assets/icon-new-file.svg +0 -5
- package/components/Icon/assets/icon-new-note.svg +0 -5
- package/components/Icon/assets/icon-nickname.svg +0 -5
- package/components/Icon/assets/icon-no-audio.svg +0 -5
- package/components/Icon/assets/icon-no-connection.svg +0 -6
- package/components/Icon/assets/icon-non-edit.svg +0 -5
- package/components/Icon/assets/icon-note.svg +0 -5
- package/components/Icon/assets/icon-note_border.svg +0 -5
- package/components/Icon/assets/icon-notification.svg +0 -5
- package/components/Icon/assets/icon-notification_border.svg +0 -5
- package/components/Icon/assets/icon-onedrive.svg +0 -5
- package/components/Icon/assets/icon-open-folder.svg +0 -5
- package/components/Icon/assets/icon-oubound_call_on_behalf.svg +0 -5
- package/components/Icon/assets/icon-outbound-fax.svg +0 -5
- package/components/Icon/assets/icon-outbound-fax_border.svg +0 -5
- package/components/Icon/assets/icon-outcall.svg +0 -5
- package/components/Icon/assets/icon-outcall_border.svg +0 -5
- package/components/Icon/assets/icon-outdent.svg +0 -5
- package/components/Icon/assets/icon-park-call-message.svg +0 -5
- package/components/Icon/assets/icon-park-call-text.svg +0 -5
- package/components/Icon/assets/icon-park-call.svg +0 -5
- package/components/Icon/assets/icon-partner_cloud_contact.svg +0 -5
- package/components/Icon/assets/icon-pause.svg +0 -5
- package/components/Icon/assets/icon-pause_border.svg +0 -5
- package/components/Icon/assets/icon-pause_circle.svg +0 -5
- package/components/Icon/assets/icon-pause_circle_border.svg +0 -5
- package/components/Icon/assets/icon-pdf-D.svg +0 -7
- package/components/Icon/assets/icon-pdf.svg +0 -7
- package/components/Icon/assets/icon-people.svg +0 -5
- package/components/Icon/assets/icon-phone-off.svg +0 -5
- package/components/Icon/assets/icon-phone-off_border.svg +0 -5
- package/components/Icon/assets/icon-phone.svg +0 -5
- package/components/Icon/assets/icon-phone_border.svg +0 -5
- package/components/Icon/assets/icon-pick_up_call.svg +0 -5
- package/components/Icon/assets/icon-pin.svg +0 -5
- package/components/Icon/assets/icon-play.svg +0 -5
- package/components/Icon/assets/icon-play_border.svg +0 -5
- package/components/Icon/assets/icon-play_circle.svg +0 -5
- package/components/Icon/assets/icon-play_circle_border.svg +0 -5
- package/components/Icon/assets/icon-poll.svg +0 -5
- package/components/Icon/assets/icon-poll_border.svg +0 -5
- package/components/Icon/assets/icon-poor-connection.svg +0 -6
- package/components/Icon/assets/icon-ppt-D.svg +0 -7
- package/components/Icon/assets/icon-ppt.svg +0 -7
- package/components/Icon/assets/icon-previous.svg +0 -5
- package/components/Icon/assets/icon-quote.svg +0 -5
- package/components/Icon/assets/icon-radio.svg +0 -5
- package/components/Icon/assets/icon-radio_unselect.svg +0 -5
- package/components/Icon/assets/icon-rc_blog.svg +0 -5
- package/components/Icon/assets/icon-rc_cloud_contact.svg +0 -5
- package/components/Icon/assets/icon-rc_contact.svg +0 -5
- package/components/Icon/assets/icon-rc_help.svg +0 -5
- package/components/Icon/assets/icon-rcv_mic-off.svg +0 -6
- package/components/Icon/assets/icon-rcv_videocam-off.svg +0 -6
- package/components/Icon/assets/icon-read.svg +0 -5
- package/components/Icon/assets/icon-record.svg +0 -5
- package/components/Icon/assets/icon-refresh.svg +0 -5
- package/components/Icon/assets/icon-remove.svg +0 -5
- package/components/Icon/assets/icon-remove_border.svg +0 -5
- package/components/Icon/assets/icon-remove_field.svg +0 -5
- package/components/Icon/assets/icon-repeat.svg +0 -5
- package/components/Icon/assets/icon-reply.svg +0 -5
- package/components/Icon/assets/icon-resend-fax.svg +0 -5
- package/components/Icon/assets/icon-reset-zoom.svg +0 -5
- package/components/Icon/assets/icon-rich_text_editor.svg +0 -5
- package/components/Icon/assets/icon-roll-ap.svg +0 -5
- package/components/Icon/assets/icon-save-draft.svg +0 -5
- package/components/Icon/assets/icon-schedule.svg +0 -13
- package/components/Icon/assets/icon-schedule_meeting.svg +0 -5
- package/components/Icon/assets/icon-screenshare.svg +0 -5
- package/components/Icon/assets/icon-screenshare_border.svg +0 -5
- package/components/Icon/assets/icon-search.svg +0 -5
- package/components/Icon/assets/icon-search_nav.svg +0 -5
- package/components/Icon/assets/icon-selects.svg +0 -5
- package/components/Icon/assets/icon-send.svg +0 -5
- package/components/Icon/assets/icon-send_filled.svg +0 -5
- package/components/Icon/assets/icon-settings.svg +0 -5
- package/components/Icon/assets/icon-settings_border.svg +0 -5
- package/components/Icon/assets/icon-share.svg +0 -5
- package/components/Icon/assets/icon-sharepoint.svg +0 -5
- package/components/Icon/assets/icon-shortcut.svg +0 -5
- package/components/Icon/assets/icon-shortcut_border.svg +0 -5
- package/components/Icon/assets/icon-signal-0.svg +0 -5
- package/components/Icon/assets/icon-signal-1.svg +0 -5
- package/components/Icon/assets/icon-signal-2.svg +0 -5
- package/components/Icon/assets/icon-signal-3.svg +0 -7
- package/components/Icon/assets/icon-sms-default.svg +0 -5
- package/components/Icon/assets/icon-sms.svg +0 -5
- package/components/Icon/assets/icon-sms_border.svg +0 -5
- package/components/Icon/assets/icon-sms_invite_border.svg +0 -5
- package/components/Icon/assets/icon-sort.svg +0 -6
- package/components/Icon/assets/icon-speaker-down.svg +0 -5
- package/components/Icon/assets/icon-speaker-mute.svg +0 -5
- package/components/Icon/assets/icon-speaker-up.svg +0 -5
- package/components/Icon/assets/icon-star.svg +0 -5
- package/components/Icon/assets/icon-star_border.svg +0 -5
- package/components/Icon/assets/icon-start.svg +0 -7
- package/components/Icon/assets/icon-start_meeting.svg +0 -5
- package/components/Icon/assets/icon-stop-record.svg +0 -5
- package/components/Icon/assets/icon-stop.svg +0 -5
- package/components/Icon/assets/icon-stop_border.svg +0 -5
- package/components/Icon/assets/icon-stop_circle.svg +0 -5
- package/components/Icon/assets/icon-stop_circle_border.svg +0 -5
- package/components/Icon/assets/icon-strike.svg +0 -5
- package/components/Icon/assets/icon-take_over.svg +0 -5
- package/components/Icon/assets/icon-task-new.svg +0 -5
- package/components/Icon/assets/icon-task-new_border.svg +0 -5
- package/components/Icon/assets/icon-team-default.svg +0 -5
- package/components/Icon/assets/icon-team.svg +0 -5
- package/components/Icon/assets/icon-team_border.svg +0 -5
- package/components/Icon/assets/icon-text.svg +0 -5
- package/components/Icon/assets/icon-theme.svg +0 -5
- package/components/Icon/assets/icon-thumbup.svg +0 -5
- package/components/Icon/assets/icon-thumbup_border.svg +0 -5
- package/components/Icon/assets/icon-time.svg +0 -5
- package/components/Icon/assets/icon-time_border.svg +0 -5
- package/components/Icon/assets/icon-transcription.svg +0 -5
- package/components/Icon/assets/icon-transfer-call.svg +0 -5
- package/components/Icon/assets/icon-transfer_call_border.svg +0 -5
- package/components/Icon/assets/icon-unblocked.svg +0 -5
- package/components/Icon/assets/icon-underline.svg +0 -5
- package/components/Icon/assets/icon-undock.svg +0 -5
- package/components/Icon/assets/icon-undock_border.svg +0 -5
- package/components/Icon/assets/icon-unfold_less.svg +0 -5
- package/components/Icon/assets/icon-unfold_more.svg +0 -5
- package/components/Icon/assets/icon-unlock.svg +0 -5
- package/components/Icon/assets/icon-unpin-slash.svg +0 -5
- package/components/Icon/assets/icon-unpin.svg +0 -5
- package/components/Icon/assets/icon-unread.svg +0 -5
- package/components/Icon/assets/icon-unselect.svg +0 -5
- package/components/Icon/assets/icon-user-default.svg +0 -5
- package/components/Icon/assets/icon-video_and_message.svg +0 -5
- package/components/Icon/assets/icon-video_meeting.svg +0 -5
- package/components/Icon/assets/icon-videocam-off.svg +0 -5
- package/components/Icon/assets/icon-videocam-off_border.svg +0 -5
- package/components/Icon/assets/icon-videocam.svg +0 -5
- package/components/Icon/assets/icon-videocam_border.svg +0 -5
- package/components/Icon/assets/icon-view-log_border.svg +0 -5
- package/components/Icon/assets/icon-view.svg +0 -5
- package/components/Icon/assets/icon-view_border.svg +0 -5
- package/components/Icon/assets/icon-voicemail.svg +0 -5
- package/components/Icon/assets/icon-warning.svg +0 -5
- package/components/Icon/assets/icon-watch-video.svg +0 -5
- package/components/Icon/assets/icon-weak-connection.svg +0 -6
- package/components/Icon/assets/icon-webinar.svg +0 -5
- package/components/Icon/assets/icon-webinar_border.svg +0 -5
- package/components/Icon/assets/icon-webpage.svg +0 -5
- package/components/Icon/assets/icon-whisper.svg +0 -5
- package/components/Icon/assets/icon-work.svg +0 -5
- package/components/Icon/assets/icon-workspace.svg +0 -5
- package/components/Icon/assets/icon-workspace_border.svg +0 -5
- package/components/Icon/assets/icon-zip-D.svg +0 -7
- package/components/Icon/assets/icon-zip.svg +0 -7
- package/components/Icon/assets/icon-zoom-in.svg +0 -5
- package/components/Icon/assets/icon-zoom-out.svg +0 -5
- package/components/Icon/icon-symbol.d.ts +0 -2
- package/components/Icon/icon-symbol.js +0 -3
- package/es6/components/Icon/assets/icon-0.svg +0 -6
- package/es6/components/Icon/assets/icon-1.svg +0 -5
- package/es6/components/Icon/assets/icon-2.svg +0 -6
- package/es6/components/Icon/assets/icon-3.svg +0 -6
- package/es6/components/Icon/assets/icon-4.svg +0 -6
- package/es6/components/Icon/assets/icon-5.svg +0 -6
- package/es6/components/Icon/assets/icon-6.svg +0 -6
- package/es6/components/Icon/assets/icon-7.svg +0 -6
- package/es6/components/Icon/assets/icon-8.svg +0 -6
- package/es6/components/Icon/assets/icon-9.svg +0 -6
- package/es6/components/Icon/assets/icon-Announcement.svg +0 -8
- package/es6/components/Icon/assets/icon-Call-queue.svg +0 -14
- package/es6/components/Icon/assets/icon-Company-setup.svg +0 -5
- package/es6/components/Icon/assets/icon-Company-setup_border.svg +0 -5
- package/es6/components/Icon/assets/icon-Description.svg +0 -5
- package/es6/components/Icon/assets/icon-HUD.svg +0 -5
- package/es6/components/Icon/assets/icon-Limited.svg +0 -7
- package/es6/components/Icon/assets/icon-Logout.svg +0 -5
- package/es6/components/Icon/assets/icon-Message.svg +0 -6
- package/es6/components/Icon/assets/icon-New-email.svg +0 -5
- package/es6/components/Icon/assets/icon-Paging.svg +0 -6
- package/es6/components/Icon/assets/icon-Shared-line.svg +0 -8
- package/es6/components/Icon/assets/icon-active-call.svg +0 -7
- package/es6/components/Icon/assets/icon-activecall_border.svg +0 -5
- package/es6/components/Icon/assets/icon-add-emoji-more.svg +0 -5
- package/es6/components/Icon/assets/icon-add-event.svg +0 -5
- package/es6/components/Icon/assets/icon-add-integration.svg +0 -6
- package/es6/components/Icon/assets/icon-add-member.svg +0 -5
- package/es6/components/Icon/assets/icon-add-member_border.svg +0 -5
- package/es6/components/Icon/assets/icon-add-park-location.svg +0 -5
- package/es6/components/Icon/assets/icon-add-reactions.svg +0 -9
- package/es6/components/Icon/assets/icon-add-task.svg +0 -5
- package/es6/components/Icon/assets/icon-add-team.svg +0 -5
- package/es6/components/Icon/assets/icon-add-team_border.svg +0 -5
- package/es6/components/Icon/assets/icon-add.svg +0 -5
- package/es6/components/Icon/assets/icon-add_border.svg +0 -5
- package/es6/components/Icon/assets/icon-add_field.svg +0 -5
- package/es6/components/Icon/assets/icon-add_new_folder.svg +0 -5
- package/es6/components/Icon/assets/icon-address.svg +0 -5
- package/es6/components/Icon/assets/icon-admin.svg +0 -5
- package/es6/components/Icon/assets/icon-admin_border.svg +0 -5
- package/es6/components/Icon/assets/icon-advanced.svg +0 -5
- package/es6/components/Icon/assets/icon-align-center.svg +0 -5
- package/es6/components/Icon/assets/icon-align-justify.svg +0 -5
- package/es6/components/Icon/assets/icon-align-left.svg +0 -5
- package/es6/components/Icon/assets/icon-align-right.svg +0 -5
- package/es6/components/Icon/assets/icon-analytics.svg +0 -5
- package/es6/components/Icon/assets/icon-analytics_border.svg +0 -5
- package/es6/components/Icon/assets/icon-apple-logo.svg +0 -5
- package/es6/components/Icon/assets/icon-apps.svg +0 -5
- package/es6/components/Icon/assets/icon-archive.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow-down.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow-left.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow-up.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow_down.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow_left.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow_right.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow_right1.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow_up.svg +0 -5
- package/es6/components/Icon/assets/icon-askfirst.svg +0 -5
- package/es6/components/Icon/assets/icon-assignment.svg +0 -5
- package/es6/components/Icon/assets/icon-asterisk.svg +0 -5
- package/es6/components/Icon/assets/icon-attachment.svg +0 -5
- package/es6/components/Icon/assets/icon-audio.svg +0 -5
- package/es6/components/Icon/assets/icon-avatar_rooms.svg +0 -5
- package/es6/components/Icon/assets/icon-barge.svg +0 -5
- package/es6/components/Icon/assets/icon-birthday.svg +0 -5
- package/es6/components/Icon/assets/icon-blocked.svg +0 -5
- package/es6/components/Icon/assets/icon-bold.svg +0 -5
- package/es6/components/Icon/assets/icon-bookmark.svg +0 -5
- package/es6/components/Icon/assets/icon-bookmark_border.svg +0 -5
- package/es6/components/Icon/assets/icon-box-new.svg +0 -5
- package/es6/components/Icon/assets/icon-box.svg +0 -5
- package/es6/components/Icon/assets/icon-box1.svg +0 -5
- package/es6/components/Icon/assets/icon-bubble_lines.svg +0 -5
- package/es6/components/Icon/assets/icon-bubble_lines_border.svg +0 -5
- package/es6/components/Icon/assets/icon-call-add.svg +0 -5
- package/es6/components/Icon/assets/icon-call-list.svg +0 -5
- package/es6/components/Icon/assets/icon-call-more.svg +0 -5
- package/es6/components/Icon/assets/icon-call_on_behalf.svg +0 -5
- package/es6/components/Icon/assets/icon-chat_bubble.svg +0 -5
- package/es6/components/Icon/assets/icon-check.svg +0 -5
- package/es6/components/Icon/assets/icon-chevron_left.svg +0 -5
- package/es6/components/Icon/assets/icon-chevron_right.svg +0 -5
- package/es6/components/Icon/assets/icon-close.svg +0 -5
- package/es6/components/Icon/assets/icon-cloud_contact.svg +0 -5
- package/es6/components/Icon/assets/icon-code_snippets.svg +0 -5
- package/es6/components/Icon/assets/icon-comments.svg +0 -5
- package/es6/components/Icon/assets/icon-computer.svg +0 -5
- package/es6/components/Icon/assets/icon-conference.svg +0 -5
- package/es6/components/Icon/assets/icon-conference_border.svg +0 -5
- package/es6/components/Icon/assets/icon-connect.svg +0 -5
- package/es6/components/Icon/assets/icon-contacts.svg +0 -5
- package/es6/components/Icon/assets/icon-contacts_and_calendars.svg +0 -5
- package/es6/components/Icon/assets/icon-contacts_border.svg +0 -5
- package/es6/components/Icon/assets/icon-copy.svg +0 -5
- package/es6/components/Icon/assets/icon-customize-tabs.svg +0 -5
- package/es6/components/Icon/assets/icon-dashboard.svg +0 -5
- package/es6/components/Icon/assets/icon-dashboard_border.svg +0 -5
- package/es6/components/Icon/assets/icon-date.svg +0 -5
- package/es6/components/Icon/assets/icon-date_border.svg +0 -5
- package/es6/components/Icon/assets/icon-default-avatar.svg +0 -5
- package/es6/components/Icon/assets/icon-default-file-D.svg +0 -7
- package/es6/components/Icon/assets/icon-default-file.svg +0 -8
- package/es6/components/Icon/assets/icon-default-gdrive-D.svg +0 -8
- package/es6/components/Icon/assets/icon-default-gdrive.svg +0 -9
- package/es6/components/Icon/assets/icon-default-group-avatar.svg +0 -5
- package/es6/components/Icon/assets/icon-default-integration.svg +0 -5
- package/es6/components/Icon/assets/icon-default-integration_border.svg +0 -5
- package/es6/components/Icon/assets/icon-default-music-D.svg +0 -7
- package/es6/components/Icon/assets/icon-default-music.svg +0 -7
- package/es6/components/Icon/assets/icon-default-team-avatar.svg +0 -5
- package/es6/components/Icon/assets/icon-default-video-D.svg +0 -7
- package/es6/components/Icon/assets/icon-default-video.svg +0 -7
- package/es6/components/Icon/assets/icon-delete.svg +0 -5
- package/es6/components/Icon/assets/icon-delete_circle.svg +0 -5
- package/es6/components/Icon/assets/icon-deleted_file.svg +0 -6
- package/es6/components/Icon/assets/icon-deleted_file_D.svg +0 -6
- package/es6/components/Icon/assets/icon-deletenumber.svg +0 -5
- package/es6/components/Icon/assets/icon-department.svg +0 -5
- package/es6/components/Icon/assets/icon-dial.svg +0 -5
- package/es6/components/Icon/assets/icon-dialer.svg +0 -5
- package/es6/components/Icon/assets/icon-doc-D.svg +0 -7
- package/es6/components/Icon/assets/icon-doc.svg +0 -7
- package/es6/components/Icon/assets/icon-dock_border.svg +0 -5
- package/es6/components/Icon/assets/icon-double-chevron_left.svg +0 -5
- package/es6/components/Icon/assets/icon-double-chevron_right.svg +0 -5
- package/es6/components/Icon/assets/icon-download.svg +0 -5
- package/es6/components/Icon/assets/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
- package/es6/components/Icon/assets/icon-draft.svg +0 -5
- package/es6/components/Icon/assets/icon-dragable_area.svg +0 -5
- package/es6/components/Icon/assets/icon-dropbox.svg +0 -5
- package/es6/components/Icon/assets/icon-edit.svg +0 -5
- package/es6/components/Icon/assets/icon-email.svg +0 -5
- package/es6/components/Icon/assets/icon-emoji.svg +0 -5
- package/es6/components/Icon/assets/icon-end--answer.svg +0 -6
- package/es6/components/Icon/assets/icon-event-new.svg +0 -5
- package/es6/components/Icon/assets/icon-event-new_border.svg +0 -5
- package/es6/components/Icon/assets/icon-evernote.svg +0 -5
- package/es6/components/Icon/assets/icon-excel-D.svg +0 -7
- package/es6/components/Icon/assets/icon-excel.svg +0 -7
- package/es6/components/Icon/assets/icon-expand.svg +0 -5
- package/es6/components/Icon/assets/icon-external_link.svg +0 -5
- package/es6/components/Icon/assets/icon-failed-fax.svg +0 -5
- package/es6/components/Icon/assets/icon-failed-fax_border.svg +0 -5
- package/es6/components/Icon/assets/icon-fax.svg +0 -5
- package/es6/components/Icon/assets/icon-fax_border.svg +0 -5
- package/es6/components/Icon/assets/icon-feedback.svg +0 -5
- package/es6/components/Icon/assets/icon-file.svg +0 -5
- package/es6/components/Icon/assets/icon-file_border.svg +0 -5
- package/es6/components/Icon/assets/icon-filter.svg +0 -5
- package/es6/components/Icon/assets/icon-foldercreated.svg +0 -5
- package/es6/components/Icon/assets/icon-font-color.svg +0 -6
- package/es6/components/Icon/assets/icon-forward.svg +0 -5
- package/es6/components/Icon/assets/icon-forwardcall.svg +0 -5
- package/es6/components/Icon/assets/icon-forwarding.svg +0 -5
- package/es6/components/Icon/assets/icon-forwarding_border.svg +0 -5
- package/es6/components/Icon/assets/icon-gdrive-logo.svg +0 -10
- package/es6/components/Icon/assets/icon-gif-file-D.svg +0 -7
- package/es6/components/Icon/assets/icon-gif-file.svg +0 -8
- package/es6/components/Icon/assets/icon-gif.svg +0 -5
- package/es6/components/Icon/assets/icon-gmail.svg +0 -9
- package/es6/components/Icon/assets/icon-good-connection.svg +0 -5
- package/es6/components/Icon/assets/icon-google-calendar-2019.svg +0 -10
- package/es6/components/Icon/assets/icon-google-doc-D.svg +0 -7
- package/es6/components/Icon/assets/icon-google-doc.svg +0 -7
- package/es6/components/Icon/assets/icon-google-logo-disabled.svg +0 -5
- package/es6/components/Icon/assets/icon-google-logo.svg +0 -8
- package/es6/components/Icon/assets/icon-google-sheet-D.svg +0 -7
- package/es6/components/Icon/assets/icon-google-sheet.svg +0 -7
- package/es6/components/Icon/assets/icon-google-slide-D.svg +0 -7
- package/es6/components/Icon/assets/icon-google-slide.svg +0 -7
- package/es6/components/Icon/assets/icon-google.svg +0 -5
- package/es6/components/Icon/assets/icon-group-default.svg +0 -5
- package/es6/components/Icon/assets/icon-hand-up.svg +0 -5
- package/es6/components/Icon/assets/icon-hash.svg +0 -5
- package/es6/components/Icon/assets/icon-hd.svg +0 -5
- package/es6/components/Icon/assets/icon-help.svg +0 -5
- package/es6/components/Icon/assets/icon-help_border.svg +0 -5
- package/es6/components/Icon/assets/icon-hide_border.svg +0 -5
- package/es6/components/Icon/assets/icon-hold-answer.svg +0 -6
- package/es6/components/Icon/assets/icon-hold.svg +0 -5
- package/es6/components/Icon/assets/icon-holdcall_border.svg +0 -5
- package/es6/components/Icon/assets/icon-horizontal-line.svg +0 -5
- package/es6/components/Icon/assets/icon-ignore.svg +0 -5
- package/es6/components/Icon/assets/icon-image-broken-D.svg +0 -7
- package/es6/components/Icon/assets/icon-image-broken.svg +0 -8
- package/es6/components/Icon/assets/icon-image-preview-D.svg +0 -7
- package/es6/components/Icon/assets/icon-image-preview.svg +0 -7
- package/es6/components/Icon/assets/icon-in-progress.svg +0 -5
- package/es6/components/Icon/assets/icon-inbound-fax.svg +0 -5
- package/es6/components/Icon/assets/icon-inbound-fax_border.svg +0 -5
- package/es6/components/Icon/assets/icon-inbound_call_on_behalf.svg +0 -5
- package/es6/components/Icon/assets/icon-inbox.svg +0 -5
- package/es6/components/Icon/assets/icon-incall.svg +0 -5
- package/es6/components/Icon/assets/icon-incall_border.svg +0 -5
- package/es6/components/Icon/assets/icon-indent.svg +0 -5
- package/es6/components/Icon/assets/icon-indeterminate.svg +0 -5
- package/es6/components/Icon/assets/icon-info.svg +0 -5
- package/es6/components/Icon/assets/icon-info_border.svg +0 -5
- package/es6/components/Icon/assets/icon-insert-code.svg +0 -5
- package/es6/components/Icon/assets/icon-insert-image.svg +0 -5
- package/es6/components/Icon/assets/icon-insert-link.svg +0 -5
- package/es6/components/Icon/assets/icon-insert-table.svg +0 -5
- package/es6/components/Icon/assets/icon-insert-video.svg +0 -5
- package/es6/components/Icon/assets/icon-italic.svg +0 -5
- package/es6/components/Icon/assets/icon-item-list-selected.svg +0 -5
- package/es6/components/Icon/assets/icon-join-audio-poc.svg +0 -5
- package/es6/components/Icon/assets/icon-join.svg +0 -7
- package/es6/components/Icon/assets/icon-join_meeting.svg +0 -5
- package/es6/components/Icon/assets/icon-jump-to-latest.svg +0 -5
- package/es6/components/Icon/assets/icon-jump-to-unread.svg +0 -5
- package/es6/components/Icon/assets/icon-keypad.svg +0 -5
- package/es6/components/Icon/assets/icon-leave-meeting.svg +0 -5
- package/es6/components/Icon/assets/icon-leave.svg +0 -5
- package/es6/components/Icon/assets/icon-list-bullet.svg +0 -5
- package/es6/components/Icon/assets/icon-list-ordered.svg +0 -5
- package/es6/components/Icon/assets/icon-list-view.svg +0 -5
- package/es6/components/Icon/assets/icon-location.svg +0 -5
- package/es6/components/Icon/assets/icon-location_border.svg +0 -5
- package/es6/components/Icon/assets/icon-lock.svg +0 -5
- package/es6/components/Icon/assets/icon-lock_border.svg +0 -5
- package/es6/components/Icon/assets/icon-login.svg +0 -5
- package/es6/components/Icon/assets/icon-mac-keynote-D.svg +0 -7
- package/es6/components/Icon/assets/icon-mac-keynote.svg +0 -10
- package/es6/components/Icon/assets/icon-mac-numbers-D.svg +0 -7
- package/es6/components/Icon/assets/icon-mac-numbers.svg +0 -7
- package/es6/components/Icon/assets/icon-mac-pages-D.svg +0 -7
- package/es6/components/Icon/assets/icon-mac-pages.svg +0 -7
- package/es6/components/Icon/assets/icon-marker_m.svg +0 -6
- package/es6/components/Icon/assets/icon-marker_s.svg +0 -6
- package/es6/components/Icon/assets/icon-member_border.svg +0 -5
- package/es6/components/Icon/assets/icon-mention.svg +0 -5
- package/es6/components/Icon/assets/icon-mention_border.svg +0 -5
- package/es6/components/Icon/assets/icon-merge.svg +0 -5
- package/es6/components/Icon/assets/icon-mic-off.svg +0 -5
- package/es6/components/Icon/assets/icon-mic-off_border.svg +0 -5
- package/es6/components/Icon/assets/icon-mic.svg +0 -5
- package/es6/components/Icon/assets/icon-mic_border.svg +0 -5
- package/es6/components/Icon/assets/icon-microsoft-logo-disabled.svg +0 -8
- package/es6/components/Icon/assets/icon-microsoft-logo.svg +0 -8
- package/es6/components/Icon/assets/icon-microsoft-outlook-2019.svg +0 -19
- package/es6/components/Icon/assets/icon-minimize.svg +0 -5
- package/es6/components/Icon/assets/icon-missedcall.svg +0 -5
- package/es6/components/Icon/assets/icon-missedcall_border.svg +0 -5
- package/es6/components/Icon/assets/icon-mobile.svg +0 -5
- package/es6/components/Icon/assets/icon-monitor_call.svg +0 -5
- package/es6/components/Icon/assets/icon-more_horiz.svg +0 -5
- package/es6/components/Icon/assets/icon-more_vert.svg +0 -5
- package/es6/components/Icon/assets/icon-mute-notification.svg +0 -5
- package/es6/components/Icon/assets/icon-mute-notification_border.svg +0 -5
- package/es6/components/Icon/assets/icon-new-action.svg +0 -5
- package/es6/components/Icon/assets/icon-new-fax.svg +0 -5
- package/es6/components/Icon/assets/icon-new-file.svg +0 -5
- package/es6/components/Icon/assets/icon-new-note.svg +0 -5
- package/es6/components/Icon/assets/icon-nickname.svg +0 -5
- package/es6/components/Icon/assets/icon-no-audio.svg +0 -5
- package/es6/components/Icon/assets/icon-no-connection.svg +0 -6
- package/es6/components/Icon/assets/icon-non-edit.svg +0 -5
- package/es6/components/Icon/assets/icon-note.svg +0 -5
- package/es6/components/Icon/assets/icon-note_border.svg +0 -5
- package/es6/components/Icon/assets/icon-notification.svg +0 -5
- package/es6/components/Icon/assets/icon-notification_border.svg +0 -5
- package/es6/components/Icon/assets/icon-onedrive.svg +0 -5
- package/es6/components/Icon/assets/icon-open-folder.svg +0 -5
- package/es6/components/Icon/assets/icon-oubound_call_on_behalf.svg +0 -5
- package/es6/components/Icon/assets/icon-outbound-fax.svg +0 -5
- package/es6/components/Icon/assets/icon-outbound-fax_border.svg +0 -5
- package/es6/components/Icon/assets/icon-outcall.svg +0 -5
- package/es6/components/Icon/assets/icon-outcall_border.svg +0 -5
- package/es6/components/Icon/assets/icon-outdent.svg +0 -5
- package/es6/components/Icon/assets/icon-park-call-message.svg +0 -5
- package/es6/components/Icon/assets/icon-park-call-text.svg +0 -5
- package/es6/components/Icon/assets/icon-park-call.svg +0 -5
- package/es6/components/Icon/assets/icon-partner_cloud_contact.svg +0 -5
- package/es6/components/Icon/assets/icon-pause.svg +0 -5
- package/es6/components/Icon/assets/icon-pause_border.svg +0 -5
- package/es6/components/Icon/assets/icon-pause_circle.svg +0 -5
- package/es6/components/Icon/assets/icon-pause_circle_border.svg +0 -5
- package/es6/components/Icon/assets/icon-pdf-D.svg +0 -7
- package/es6/components/Icon/assets/icon-pdf.svg +0 -7
- package/es6/components/Icon/assets/icon-people.svg +0 -5
- package/es6/components/Icon/assets/icon-phone-off.svg +0 -5
- package/es6/components/Icon/assets/icon-phone-off_border.svg +0 -5
- package/es6/components/Icon/assets/icon-phone.svg +0 -5
- package/es6/components/Icon/assets/icon-phone_border.svg +0 -5
- package/es6/components/Icon/assets/icon-pick_up_call.svg +0 -5
- package/es6/components/Icon/assets/icon-pin.svg +0 -5
- package/es6/components/Icon/assets/icon-play.svg +0 -5
- package/es6/components/Icon/assets/icon-play_border.svg +0 -5
- package/es6/components/Icon/assets/icon-play_circle.svg +0 -5
- package/es6/components/Icon/assets/icon-play_circle_border.svg +0 -5
- package/es6/components/Icon/assets/icon-poll.svg +0 -5
- package/es6/components/Icon/assets/icon-poll_border.svg +0 -5
- package/es6/components/Icon/assets/icon-poor-connection.svg +0 -6
- package/es6/components/Icon/assets/icon-ppt-D.svg +0 -7
- package/es6/components/Icon/assets/icon-ppt.svg +0 -7
- package/es6/components/Icon/assets/icon-previous.svg +0 -5
- package/es6/components/Icon/assets/icon-quote.svg +0 -5
- package/es6/components/Icon/assets/icon-radio.svg +0 -5
- package/es6/components/Icon/assets/icon-radio_unselect.svg +0 -5
- package/es6/components/Icon/assets/icon-rc_blog.svg +0 -5
- package/es6/components/Icon/assets/icon-rc_cloud_contact.svg +0 -5
- package/es6/components/Icon/assets/icon-rc_contact.svg +0 -5
- package/es6/components/Icon/assets/icon-rc_help.svg +0 -5
- package/es6/components/Icon/assets/icon-rcv_mic-off.svg +0 -6
- package/es6/components/Icon/assets/icon-rcv_videocam-off.svg +0 -6
- package/es6/components/Icon/assets/icon-read.svg +0 -5
- package/es6/components/Icon/assets/icon-record.svg +0 -5
- package/es6/components/Icon/assets/icon-refresh.svg +0 -5
- package/es6/components/Icon/assets/icon-remove.svg +0 -5
- package/es6/components/Icon/assets/icon-remove_border.svg +0 -5
- package/es6/components/Icon/assets/icon-remove_field.svg +0 -5
- package/es6/components/Icon/assets/icon-repeat.svg +0 -5
- package/es6/components/Icon/assets/icon-reply.svg +0 -5
- package/es6/components/Icon/assets/icon-resend-fax.svg +0 -5
- package/es6/components/Icon/assets/icon-reset-zoom.svg +0 -5
- package/es6/components/Icon/assets/icon-rich_text_editor.svg +0 -5
- package/es6/components/Icon/assets/icon-roll-ap.svg +0 -5
- package/es6/components/Icon/assets/icon-save-draft.svg +0 -5
- package/es6/components/Icon/assets/icon-schedule.svg +0 -13
- package/es6/components/Icon/assets/icon-schedule_meeting.svg +0 -5
- package/es6/components/Icon/assets/icon-screenshare.svg +0 -5
- package/es6/components/Icon/assets/icon-screenshare_border.svg +0 -5
- package/es6/components/Icon/assets/icon-search.svg +0 -5
- package/es6/components/Icon/assets/icon-search_nav.svg +0 -5
- package/es6/components/Icon/assets/icon-selects.svg +0 -5
- package/es6/components/Icon/assets/icon-send.svg +0 -5
- package/es6/components/Icon/assets/icon-send_filled.svg +0 -5
- package/es6/components/Icon/assets/icon-settings.svg +0 -5
- package/es6/components/Icon/assets/icon-settings_border.svg +0 -5
- package/es6/components/Icon/assets/icon-share.svg +0 -5
- package/es6/components/Icon/assets/icon-sharepoint.svg +0 -5
- package/es6/components/Icon/assets/icon-shortcut.svg +0 -5
- package/es6/components/Icon/assets/icon-shortcut_border.svg +0 -5
- package/es6/components/Icon/assets/icon-signal-0.svg +0 -5
- package/es6/components/Icon/assets/icon-signal-1.svg +0 -5
- package/es6/components/Icon/assets/icon-signal-2.svg +0 -5
- package/es6/components/Icon/assets/icon-signal-3.svg +0 -7
- package/es6/components/Icon/assets/icon-sms-default.svg +0 -5
- package/es6/components/Icon/assets/icon-sms.svg +0 -5
- package/es6/components/Icon/assets/icon-sms_border.svg +0 -5
- package/es6/components/Icon/assets/icon-sms_invite_border.svg +0 -5
- package/es6/components/Icon/assets/icon-sort.svg +0 -6
- package/es6/components/Icon/assets/icon-speaker-down.svg +0 -5
- package/es6/components/Icon/assets/icon-speaker-mute.svg +0 -5
- package/es6/components/Icon/assets/icon-speaker-up.svg +0 -5
- package/es6/components/Icon/assets/icon-star.svg +0 -5
- package/es6/components/Icon/assets/icon-star_border.svg +0 -5
- package/es6/components/Icon/assets/icon-start.svg +0 -7
- package/es6/components/Icon/assets/icon-start_meeting.svg +0 -5
- package/es6/components/Icon/assets/icon-stop-record.svg +0 -5
- package/es6/components/Icon/assets/icon-stop.svg +0 -5
- package/es6/components/Icon/assets/icon-stop_border.svg +0 -5
- package/es6/components/Icon/assets/icon-stop_circle.svg +0 -5
- package/es6/components/Icon/assets/icon-stop_circle_border.svg +0 -5
- package/es6/components/Icon/assets/icon-strike.svg +0 -5
- package/es6/components/Icon/assets/icon-take_over.svg +0 -5
- package/es6/components/Icon/assets/icon-task-new.svg +0 -5
- package/es6/components/Icon/assets/icon-task-new_border.svg +0 -5
- package/es6/components/Icon/assets/icon-team-default.svg +0 -5
- package/es6/components/Icon/assets/icon-team.svg +0 -5
- package/es6/components/Icon/assets/icon-team_border.svg +0 -5
- package/es6/components/Icon/assets/icon-text.svg +0 -5
- package/es6/components/Icon/assets/icon-theme.svg +0 -5
- package/es6/components/Icon/assets/icon-thumbup.svg +0 -5
- package/es6/components/Icon/assets/icon-thumbup_border.svg +0 -5
- package/es6/components/Icon/assets/icon-time.svg +0 -5
- package/es6/components/Icon/assets/icon-time_border.svg +0 -5
- package/es6/components/Icon/assets/icon-transcription.svg +0 -5
- package/es6/components/Icon/assets/icon-transfer-call.svg +0 -5
- package/es6/components/Icon/assets/icon-transfer_call_border.svg +0 -5
- package/es6/components/Icon/assets/icon-unblocked.svg +0 -5
- package/es6/components/Icon/assets/icon-underline.svg +0 -5
- package/es6/components/Icon/assets/icon-undock.svg +0 -5
- package/es6/components/Icon/assets/icon-undock_border.svg +0 -5
- package/es6/components/Icon/assets/icon-unfold_less.svg +0 -5
- package/es6/components/Icon/assets/icon-unfold_more.svg +0 -5
- package/es6/components/Icon/assets/icon-unlock.svg +0 -5
- package/es6/components/Icon/assets/icon-unpin-slash.svg +0 -5
- package/es6/components/Icon/assets/icon-unpin.svg +0 -5
- package/es6/components/Icon/assets/icon-unread.svg +0 -5
- package/es6/components/Icon/assets/icon-unselect.svg +0 -5
- package/es6/components/Icon/assets/icon-user-default.svg +0 -5
- package/es6/components/Icon/assets/icon-video_and_message.svg +0 -5
- package/es6/components/Icon/assets/icon-video_meeting.svg +0 -5
- package/es6/components/Icon/assets/icon-videocam-off.svg +0 -5
- package/es6/components/Icon/assets/icon-videocam-off_border.svg +0 -5
- package/es6/components/Icon/assets/icon-videocam.svg +0 -5
- package/es6/components/Icon/assets/icon-videocam_border.svg +0 -5
- package/es6/components/Icon/assets/icon-view-log_border.svg +0 -5
- package/es6/components/Icon/assets/icon-view.svg +0 -5
- package/es6/components/Icon/assets/icon-view_border.svg +0 -5
- package/es6/components/Icon/assets/icon-voicemail.svg +0 -5
- package/es6/components/Icon/assets/icon-warning.svg +0 -5
- package/es6/components/Icon/assets/icon-watch-video.svg +0 -5
- package/es6/components/Icon/assets/icon-weak-connection.svg +0 -6
- package/es6/components/Icon/assets/icon-webinar.svg +0 -5
- package/es6/components/Icon/assets/icon-webinar_border.svg +0 -5
- package/es6/components/Icon/assets/icon-webpage.svg +0 -5
- package/es6/components/Icon/assets/icon-whisper.svg +0 -5
- package/es6/components/Icon/assets/icon-work.svg +0 -5
- package/es6/components/Icon/assets/icon-workspace.svg +0 -5
- package/es6/components/Icon/assets/icon-workspace_border.svg +0 -5
- package/es6/components/Icon/assets/icon-zip-D.svg +0 -7
- package/es6/components/Icon/assets/icon-zip.svg +0 -7
- package/es6/components/Icon/assets/icon-zoom-in.svg +0 -5
- package/es6/components/Icon/assets/icon-zoom-out.svg +0 -5
- package/es6/components/Icon/icon-symbol.js +0 -1
- package/es6/icon/0.js +0 -8
- package/es6/icon/1.js +0 -7
- package/es6/icon/2.js +0 -8
- package/es6/icon/3.js +0 -8
- package/es6/icon/4.js +0 -8
- package/es6/icon/5.js +0 -8
- package/es6/icon/6.js +0 -8
- package/es6/icon/7.js +0 -8
- package/es6/icon/8.js +0 -8
- package/es6/icon/9.js +0 -8
- package/es6/icon/ActiveCall.js +0 -9
- package/es6/icon/ActivecallBorder.js +0 -7
- package/es6/icon/Add.js +0 -7
- package/es6/icon/AddBorder.js +0 -7
- package/es6/icon/AddEmojiMore.js +0 -7
- package/es6/icon/AddEvent.js +0 -7
- package/es6/icon/AddField.js +0 -7
- package/es6/icon/AddIntegration.js +0 -8
- package/es6/icon/AddMember.js +0 -7
- package/es6/icon/AddMemberBorder.js +0 -7
- package/es6/icon/AddNewFolder.js +0 -7
- package/es6/icon/AddParkLocation.js +0 -7
- package/es6/icon/AddReactions.js +0 -9
- package/es6/icon/AddTask.js +0 -7
- package/es6/icon/AddTeam.js +0 -7
- package/es6/icon/AddTeamBorder.js +0 -7
- package/es6/icon/Address.js +0 -7
- package/es6/icon/Admin.js +0 -7
- package/es6/icon/AdminBorder.js +0 -7
- package/es6/icon/Advanced.js +0 -7
- package/es6/icon/AlignCenter.js +0 -7
- package/es6/icon/AlignJustify.js +0 -7
- package/es6/icon/AlignLeft.js +0 -7
- package/es6/icon/AlignRight.js +0 -7
- package/es6/icon/Analytics.js +0 -7
- package/es6/icon/AnalyticsBorder.js +0 -7
- package/es6/icon/Announcement.js +0 -8
- package/es6/icon/AppleLogo.js +0 -7
- package/es6/icon/Apps.js +0 -7
- package/es6/icon/Archive.js +0 -7
- package/es6/icon/ArrowDown.js +0 -7
- package/es6/icon/ArrowDown2.js +0 -7
- package/es6/icon/ArrowLeft.js +0 -7
- package/es6/icon/ArrowLeft2.js +0 -7
- package/es6/icon/ArrowRight.js +0 -7
- package/es6/icon/ArrowRight1.js +0 -7
- package/es6/icon/ArrowUp.js +0 -7
- package/es6/icon/ArrowUp2.js +0 -7
- package/es6/icon/Askfirst.js +0 -7
- package/es6/icon/Assignment.js +0 -7
- package/es6/icon/Asterisk.js +0 -7
- package/es6/icon/Attachment.js +0 -7
- package/es6/icon/Audio.js +0 -7
- package/es6/icon/AvatarRooms.js +0 -7
- package/es6/icon/Barge.js +0 -7
- package/es6/icon/Birthday.js +0 -7
- package/es6/icon/Blocked.js +0 -7
- package/es6/icon/Bold.js +0 -7
- package/es6/icon/Bookmark.js +0 -7
- package/es6/icon/BookmarkBorder.js +0 -7
- package/es6/icon/Box.js +0 -7
- package/es6/icon/Box1.js +0 -7
- package/es6/icon/BoxNew.js +0 -7
- package/es6/icon/BubbleLines.js +0 -7
- package/es6/icon/BubbleLinesBorder.js +0 -7
- package/es6/icon/CallAdd.js +0 -7
- package/es6/icon/CallList.js +0 -7
- package/es6/icon/CallMore.js +0 -7
- package/es6/icon/CallOnBehalf.js +0 -7
- package/es6/icon/CallQueue.js +0 -14
- package/es6/icon/ChatBubble.js +0 -7
- package/es6/icon/Check.js +0 -7
- package/es6/icon/ChevronLeft.js +0 -7
- package/es6/icon/ChevronRight.js +0 -7
- package/es6/icon/Close.js +0 -7
- package/es6/icon/CloudContact.js +0 -7
- package/es6/icon/CodeSnippets.js +0 -7
- package/es6/icon/Comments.js +0 -7
- package/es6/icon/CompanySetup.js +0 -7
- package/es6/icon/CompanySetupBorder.js +0 -7
- package/es6/icon/Computer.js +0 -7
- package/es6/icon/Conference.js +0 -7
- package/es6/icon/ConferenceBorder.js +0 -7
- package/es6/icon/Connect.js +0 -7
- package/es6/icon/Contacts.js +0 -7
- package/es6/icon/ContactsAndCalendars.js +0 -7
- package/es6/icon/ContactsBorder.js +0 -7
- package/es6/icon/Copy.js +0 -7
- package/es6/icon/CustomizeTabs.js +0 -7
- package/es6/icon/Dashboard.js +0 -7
- package/es6/icon/DashboardBorder.js +0 -7
- package/es6/icon/Date.js +0 -7
- package/es6/icon/DateBorder.js +0 -7
- package/es6/icon/DefaultAvatar.js +0 -7
- package/es6/icon/DefaultFile.js +0 -16
- package/es6/icon/DefaultFileD.js +0 -9
- package/es6/icon/DefaultGdrive.js +0 -17
- package/es6/icon/DefaultGdriveD.js +0 -10
- package/es6/icon/DefaultGroupAvatar.js +0 -7
- package/es6/icon/DefaultIntegration.js +0 -7
- package/es6/icon/DefaultIntegrationBorder.js +0 -7
- package/es6/icon/DefaultMusic.js +0 -15
- package/es6/icon/DefaultMusicD.js +0 -9
- package/es6/icon/DefaultTeamAvatar.js +0 -7
- package/es6/icon/DefaultVideo.js +0 -15
- package/es6/icon/DefaultVideoD.js +0 -9
- package/es6/icon/Delete.js +0 -7
- package/es6/icon/DeleteCircle.js +0 -7
- package/es6/icon/DeletedFile.js +0 -14
- package/es6/icon/DeletedFileD.js +0 -8
- package/es6/icon/Deletenumber.js +0 -7
- package/es6/icon/Department.js +0 -7
- package/es6/icon/Description.js +0 -7
- package/es6/icon/Dial.js +0 -7
- package/es6/icon/Dialer.js +0 -7
- package/es6/icon/Doc.js +0 -15
- package/es6/icon/DocD.js +0 -9
- package/es6/icon/DockBorder.js +0 -7
- package/es6/icon/DoubleChevronLeft.js +0 -7
- package/es6/icon/DoubleChevronRight.js +0 -7
- package/es6/icon/Download.js +0 -7
- package/es6/icon/DownwardsArrowWithTipRightwards.js +0 -8
- package/es6/icon/Draft.js +0 -7
- package/es6/icon/DragableArea.js +0 -7
- package/es6/icon/Dropbox.js +0 -7
- package/es6/icon/Edit.js +0 -7
- package/es6/icon/Email.js +0 -7
- package/es6/icon/Emoji.js +0 -7
- package/es6/icon/EndAnswer.js +0 -8
- package/es6/icon/EventNew.js +0 -7
- package/es6/icon/EventNewBorder.js +0 -7
- package/es6/icon/Evernote.js +0 -7
- package/es6/icon/Excel.js +0 -15
- package/es6/icon/ExcelD.js +0 -9
- package/es6/icon/Expand.js +0 -7
- package/es6/icon/ExternalLink.js +0 -7
- package/es6/icon/FailedFax.js +0 -7
- package/es6/icon/FailedFaxBorder.js +0 -7
- package/es6/icon/Fax.js +0 -7
- package/es6/icon/FaxBorder.js +0 -7
- package/es6/icon/Feedback.js +0 -7
- package/es6/icon/File.js +0 -7
- package/es6/icon/FileBorder.js +0 -7
- package/es6/icon/Filter.js +0 -7
- package/es6/icon/Foldercreated.js +0 -7
- package/es6/icon/FontColor.js +0 -8
- package/es6/icon/Forward.js +0 -7
- package/es6/icon/Forwardcall.js +0 -7
- package/es6/icon/Forwarding.js +0 -7
- package/es6/icon/ForwardingBorder.js +0 -7
- package/es6/icon/GdriveLogo.js +0 -12
- package/es6/icon/Gif.js +0 -7
- package/es6/icon/GifFile.js +0 -16
- package/es6/icon/GifFileD.js +0 -9
- package/es6/icon/Gmail.js +0 -11
- package/es6/icon/GoodConnection.js +0 -7
- package/es6/icon/Google.js +0 -7
- package/es6/icon/GoogleCalendar2019.js +0 -12
- package/es6/icon/GoogleDoc.js +0 -15
- package/es6/icon/GoogleDocD.js +0 -9
- package/es6/icon/GoogleLogo.js +0 -10
- package/es6/icon/GoogleLogoDisabled.js +0 -7
- package/es6/icon/GoogleSheet.js +0 -15
- package/es6/icon/GoogleSheetD.js +0 -9
- package/es6/icon/GoogleSlide.js +0 -15
- package/es6/icon/GoogleSlideD.js +0 -9
- package/es6/icon/GroupDefault.js +0 -7
- package/es6/icon/HandUp.js +0 -7
- package/es6/icon/Hash.js +0 -7
- package/es6/icon/Hd.js +0 -7
- package/es6/icon/Help.js +0 -7
- package/es6/icon/HelpBorder.js +0 -7
- package/es6/icon/HideBorder.js +0 -7
- package/es6/icon/Hold.js +0 -7
- package/es6/icon/HoldAnswer.js +0 -8
- package/es6/icon/HoldcallBorder.js +0 -7
- package/es6/icon/HorizontalLine.js +0 -7
- package/es6/icon/Hud.js +0 -7
- package/es6/icon/Ignore.js +0 -7
- package/es6/icon/ImageBroken.js +0 -16
- package/es6/icon/ImageBrokenD.js +0 -9
- package/es6/icon/ImagePreview.js +0 -15
- package/es6/icon/ImagePreviewD.js +0 -9
- package/es6/icon/InProgress.js +0 -7
- package/es6/icon/InboundCallOnBehalf.js +0 -7
- package/es6/icon/InboundFax.js +0 -7
- package/es6/icon/InboundFaxBorder.js +0 -7
- package/es6/icon/Inbox.js +0 -7
- package/es6/icon/Incall.js +0 -7
- package/es6/icon/IncallBorder.js +0 -7
- package/es6/icon/Indent.js +0 -7
- package/es6/icon/Indeterminate.js +0 -7
- package/es6/icon/Info.js +0 -7
- package/es6/icon/InfoBorder.js +0 -7
- package/es6/icon/InsertCode.js +0 -7
- package/es6/icon/InsertImage.js +0 -7
- package/es6/icon/InsertLink.js +0 -7
- package/es6/icon/InsertTable.js +0 -7
- package/es6/icon/InsertVideo.js +0 -7
- package/es6/icon/Italic.js +0 -7
- package/es6/icon/ItemListSelected.js +0 -7
- package/es6/icon/Join.js +0 -8
- package/es6/icon/JoinAudioPoc.js +0 -7
- package/es6/icon/JoinMeeting.js +0 -7
- package/es6/icon/JumpToLatest.js +0 -7
- package/es6/icon/JumpToUnread.js +0 -7
- package/es6/icon/Keypad.js +0 -7
- package/es6/icon/Leave.js +0 -7
- package/es6/icon/LeaveMeeting.js +0 -7
- package/es6/icon/Limited.js +0 -8
- package/es6/icon/ListBullet.js +0 -7
- package/es6/icon/ListOrdered.js +0 -7
- package/es6/icon/ListView.js +0 -7
- package/es6/icon/Location.js +0 -7
- package/es6/icon/LocationBorder.js +0 -7
- package/es6/icon/Lock.js +0 -7
- package/es6/icon/LockBorder.js +0 -7
- package/es6/icon/Login.js +0 -7
- package/es6/icon/Logout.js +0 -7
- package/es6/icon/MacKeynote.js +0 -16
- package/es6/icon/MacKeynoteD.js +0 -9
- package/es6/icon/MacNumbers.js +0 -15
- package/es6/icon/MacNumbersD.js +0 -9
- package/es6/icon/MacPages.js +0 -15
- package/es6/icon/MacPagesD.js +0 -9
- package/es6/icon/MarkerM.js +0 -8
- package/es6/icon/MarkerS.js +0 -8
- package/es6/icon/MemberBorder.js +0 -7
- package/es6/icon/Mention.js +0 -7
- package/es6/icon/MentionBorder.js +0 -7
- package/es6/icon/Merge.js +0 -7
- package/es6/icon/Message.js +0 -8
- package/es6/icon/Mic.js +0 -7
- package/es6/icon/MicBorder.js +0 -7
- package/es6/icon/MicOff.js +0 -7
- package/es6/icon/MicOffBorder.js +0 -7
- package/es6/icon/MicrosoftLogo.js +0 -10
- package/es6/icon/MicrosoftLogoDisabled.js +0 -7
- package/es6/icon/MicrosoftOutlook2019.js +0 -21
- package/es6/icon/Minimize.js +0 -7
- package/es6/icon/Missedcall.js +0 -7
- package/es6/icon/MissedcallBorder.js +0 -7
- package/es6/icon/Mobile.js +0 -7
- package/es6/icon/MonitorCall.js +0 -7
- package/es6/icon/MoreHoriz.js +0 -7
- package/es6/icon/MoreVert.js +0 -7
- package/es6/icon/MuteNotification.js +0 -7
- package/es6/icon/MuteNotificationBorder.js +0 -7
- package/es6/icon/NewAction.js +0 -7
- package/es6/icon/NewEmail.js +0 -7
- package/es6/icon/NewFax.js +0 -7
- package/es6/icon/NewFile.js +0 -7
- package/es6/icon/NewNote.js +0 -7
- package/es6/icon/Nickname.js +0 -7
- package/es6/icon/NoAudio.js +0 -7
- package/es6/icon/NoConnection.js +0 -8
- package/es6/icon/NonEdit.js +0 -7
- package/es6/icon/Note.js +0 -7
- package/es6/icon/NoteBorder.js +0 -7
- package/es6/icon/Notification.js +0 -7
- package/es6/icon/NotificationBorder.js +0 -7
- package/es6/icon/Onedrive.js +0 -7
- package/es6/icon/OpenFolder.js +0 -7
- package/es6/icon/OuboundCallOnBehalf.js +0 -7
- package/es6/icon/OutboundFax.js +0 -7
- package/es6/icon/OutboundFaxBorder.js +0 -7
- package/es6/icon/Outcall.js +0 -7
- package/es6/icon/OutcallBorder.js +0 -7
- package/es6/icon/Outdent.js +0 -7
- package/es6/icon/Paging.js +0 -8
- package/es6/icon/ParkCall.js +0 -7
- package/es6/icon/ParkCallMessage.js +0 -7
- package/es6/icon/ParkCallText.js +0 -7
- package/es6/icon/PartnerCloudContact.js +0 -7
- package/es6/icon/Pause.js +0 -7
- package/es6/icon/PauseBorder.js +0 -7
- package/es6/icon/PauseCircle.js +0 -7
- package/es6/icon/PauseCircleBorder.js +0 -7
- package/es6/icon/Pdf.js +0 -15
- package/es6/icon/PdfD.js +0 -9
- package/es6/icon/People.js +0 -7
- package/es6/icon/Phone.js +0 -7
- package/es6/icon/PhoneBorder.js +0 -7
- package/es6/icon/PhoneOff.js +0 -7
- package/es6/icon/PhoneOffBorder.js +0 -7
- package/es6/icon/PickUpCall.js +0 -7
- package/es6/icon/Pin.js +0 -7
- package/es6/icon/Play.js +0 -7
- package/es6/icon/PlayBorder.js +0 -7
- package/es6/icon/PlayCircle.js +0 -7
- package/es6/icon/PlayCircleBorder.js +0 -7
- package/es6/icon/Poll.js +0 -7
- package/es6/icon/PollBorder.js +0 -7
- package/es6/icon/PoorConnection.js +0 -8
- package/es6/icon/Ppt.js +0 -15
- package/es6/icon/PptD.js +0 -9
- package/es6/icon/Previous.js +0 -7
- package/es6/icon/Quote.js +0 -7
- package/es6/icon/Radio.js +0 -7
- package/es6/icon/RadioUnselect.js +0 -7
- package/es6/icon/RcBlog.js +0 -7
- package/es6/icon/RcCloudContact.js +0 -7
- package/es6/icon/RcContact.js +0 -7
- package/es6/icon/RcHelp.js +0 -7
- package/es6/icon/RcvMicOff.js +0 -8
- package/es6/icon/RcvVideocamOff.js +0 -8
- package/es6/icon/Read.js +0 -7
- package/es6/icon/Record.js +0 -7
- package/es6/icon/Refresh.js +0 -7
- package/es6/icon/Remove.js +0 -7
- package/es6/icon/RemoveBorder.js +0 -7
- package/es6/icon/RemoveField.js +0 -7
- package/es6/icon/Repeat.js +0 -7
- package/es6/icon/Reply.js +0 -7
- package/es6/icon/ResendFax.js +0 -7
- package/es6/icon/ResetZoom.js +0 -7
- package/es6/icon/RichTextEditor.js +0 -7
- package/es6/icon/RollAp.js +0 -7
- package/es6/icon/SaveDraft.js +0 -7
- package/es6/icon/Schedule.js +0 -10
- package/es6/icon/ScheduleMeeting.js +0 -7
- package/es6/icon/Screenshare.js +0 -7
- package/es6/icon/ScreenshareBorder.js +0 -7
- package/es6/icon/Search.js +0 -7
- package/es6/icon/SearchNav.js +0 -7
- package/es6/icon/Selects.js +0 -7
- package/es6/icon/Send.js +0 -7
- package/es6/icon/SendFilled.js +0 -7
- package/es6/icon/Settings.js +0 -7
- package/es6/icon/SettingsBorder.js +0 -7
- package/es6/icon/Share.js +0 -7
- package/es6/icon/SharedLine.js +0 -9
- package/es6/icon/Sharepoint.js +0 -7
- package/es6/icon/Shortcut.js +0 -7
- package/es6/icon/ShortcutBorder.js +0 -7
- package/es6/icon/Signal0.js +0 -7
- package/es6/icon/Signal1.js +0 -7
- package/es6/icon/Signal2.js +0 -7
- package/es6/icon/Signal3.js +0 -7
- package/es6/icon/Sms.js +0 -7
- package/es6/icon/SmsBorder.js +0 -7
- package/es6/icon/SmsDefault.js +0 -7
- package/es6/icon/SmsInviteBorder.js +0 -7
- package/es6/icon/Sort.js +0 -8
- package/es6/icon/SpeakerDown.js +0 -7
- package/es6/icon/SpeakerMute.js +0 -7
- package/es6/icon/SpeakerUp.js +0 -7
- package/es6/icon/Star.js +0 -7
- package/es6/icon/StarBorder.js +0 -7
- package/es6/icon/Start.js +0 -8
- package/es6/icon/StartMeeting.js +0 -7
- package/es6/icon/Stop.js +0 -7
- package/es6/icon/StopBorder.js +0 -7
- package/es6/icon/StopCircle.js +0 -7
- package/es6/icon/StopCircleBorder.js +0 -7
- package/es6/icon/StopRecord.js +0 -7
- package/es6/icon/Strike.js +0 -7
- package/es6/icon/TakeOver.js +0 -7
- package/es6/icon/TaskNew.js +0 -7
- package/es6/icon/TaskNewBorder.js +0 -7
- package/es6/icon/Team.js +0 -7
- package/es6/icon/TeamBorder.js +0 -7
- package/es6/icon/TeamDefault.js +0 -7
- package/es6/icon/Text.js +0 -7
- package/es6/icon/Theme.js +0 -7
- package/es6/icon/Thumbup.js +0 -7
- package/es6/icon/ThumbupBorder.js +0 -7
- package/es6/icon/Time.js +0 -7
- package/es6/icon/TimeBorder.js +0 -7
- package/es6/icon/Transcription.js +0 -7
- package/es6/icon/TransferCall.js +0 -7
- package/es6/icon/TransferCallBorder.js +0 -7
- package/es6/icon/Unblocked.js +0 -7
- package/es6/icon/Underline.js +0 -7
- package/es6/icon/Undock.js +0 -7
- package/es6/icon/UndockBorder.js +0 -7
- package/es6/icon/UnfoldLess.js +0 -7
- package/es6/icon/UnfoldMore.js +0 -7
- package/es6/icon/Unlock.js +0 -7
- package/es6/icon/Unpin.js +0 -7
- package/es6/icon/UnpinSlash.js +0 -7
- package/es6/icon/Unread.js +0 -7
- package/es6/icon/Unselect.js +0 -7
- package/es6/icon/UserDefault.js +0 -7
- package/es6/icon/VideoAndMessage.js +0 -7
- package/es6/icon/VideoMeeting.js +0 -7
- package/es6/icon/Videocam.js +0 -7
- package/es6/icon/VideocamBorder.js +0 -7
- package/es6/icon/VideocamOff.js +0 -7
- package/es6/icon/VideocamOffBorder.js +0 -7
- package/es6/icon/View.js +0 -7
- package/es6/icon/ViewBorder.js +0 -7
- package/es6/icon/ViewLogBorder.js +0 -7
- package/es6/icon/Voicemail.js +0 -7
- package/es6/icon/Warning.js +0 -7
- package/es6/icon/WatchVideo.js +0 -7
- package/es6/icon/WeakConnection.js +0 -8
- package/es6/icon/Webinar.js +0 -7
- package/es6/icon/WebinarBorder.js +0 -7
- package/es6/icon/Webpage.js +0 -7
- package/es6/icon/Whisper.js +0 -7
- package/es6/icon/Work.js +0 -7
- package/es6/icon/Workspace.js +0 -7
- package/es6/icon/WorkspaceBorder.js +0 -7
- package/es6/icon/Zip.js +0 -15
- package/es6/icon/ZipD.js +0 -9
- package/es6/icon/ZoomIn.js +0 -7
- package/es6/icon/ZoomOut.js +0 -7
- package/es6/icon/index.js +0 -408
- package/es6/icons/icon-0.svg +0 -6
- package/es6/icons/icon-1.svg +0 -5
- package/es6/icons/icon-2.svg +0 -6
- package/es6/icons/icon-3.svg +0 -6
- package/es6/icons/icon-4.svg +0 -6
- package/es6/icons/icon-5.svg +0 -6
- package/es6/icons/icon-6.svg +0 -6
- package/es6/icons/icon-7.svg +0 -6
- package/es6/icons/icon-8.svg +0 -6
- package/es6/icons/icon-9.svg +0 -6
- package/es6/icons/icon-Announcement.svg +0 -8
- package/es6/icons/icon-Call-queue.svg +0 -14
- package/es6/icons/icon-Company-setup.svg +0 -5
- package/es6/icons/icon-Company-setup_border.svg +0 -5
- package/es6/icons/icon-Description.svg +0 -5
- package/es6/icons/icon-HUD.svg +0 -5
- package/es6/icons/icon-Limited.svg +0 -7
- package/es6/icons/icon-Logout.svg +0 -5
- package/es6/icons/icon-Message.svg +0 -6
- package/es6/icons/icon-New-email.svg +0 -5
- package/es6/icons/icon-Paging.svg +0 -6
- package/es6/icons/icon-Shared-line.svg +0 -8
- package/es6/icons/icon-active-call.svg +0 -7
- package/es6/icons/icon-activecall_border.svg +0 -5
- package/es6/icons/icon-add-emoji-more.svg +0 -5
- package/es6/icons/icon-add-event.svg +0 -5
- package/es6/icons/icon-add-integration.svg +0 -6
- package/es6/icons/icon-add-member.svg +0 -5
- package/es6/icons/icon-add-member_border.svg +0 -5
- package/es6/icons/icon-add-park-location.svg +0 -5
- package/es6/icons/icon-add-reactions.svg +0 -9
- package/es6/icons/icon-add-task.svg +0 -5
- package/es6/icons/icon-add-team.svg +0 -5
- package/es6/icons/icon-add-team_border.svg +0 -5
- package/es6/icons/icon-add.svg +0 -5
- package/es6/icons/icon-add_border.svg +0 -5
- package/es6/icons/icon-add_field.svg +0 -5
- package/es6/icons/icon-add_new_folder.svg +0 -5
- package/es6/icons/icon-address.svg +0 -5
- package/es6/icons/icon-admin.svg +0 -5
- package/es6/icons/icon-admin_border.svg +0 -5
- package/es6/icons/icon-advanced.svg +0 -5
- package/es6/icons/icon-align-center.svg +0 -5
- package/es6/icons/icon-align-justify.svg +0 -5
- package/es6/icons/icon-align-left.svg +0 -5
- package/es6/icons/icon-align-right.svg +0 -5
- package/es6/icons/icon-analytics.svg +0 -5
- package/es6/icons/icon-analytics_border.svg +0 -5
- package/es6/icons/icon-apple-logo.svg +0 -5
- package/es6/icons/icon-apps.svg +0 -5
- package/es6/icons/icon-archive.svg +0 -5
- package/es6/icons/icon-arrow-down.svg +0 -5
- package/es6/icons/icon-arrow-left.svg +0 -5
- package/es6/icons/icon-arrow-up.svg +0 -5
- package/es6/icons/icon-arrow_down.svg +0 -5
- package/es6/icons/icon-arrow_left.svg +0 -5
- package/es6/icons/icon-arrow_right.svg +0 -5
- package/es6/icons/icon-arrow_right1.svg +0 -5
- package/es6/icons/icon-arrow_up.svg +0 -5
- package/es6/icons/icon-askfirst.svg +0 -5
- package/es6/icons/icon-assignment.svg +0 -5
- package/es6/icons/icon-asterisk.svg +0 -5
- package/es6/icons/icon-attachment.svg +0 -5
- package/es6/icons/icon-audio.svg +0 -5
- package/es6/icons/icon-avatar_rooms.svg +0 -5
- package/es6/icons/icon-barge.svg +0 -5
- package/es6/icons/icon-birthday.svg +0 -5
- package/es6/icons/icon-blocked.svg +0 -5
- package/es6/icons/icon-bold.svg +0 -5
- package/es6/icons/icon-bookmark.svg +0 -5
- package/es6/icons/icon-bookmark_border.svg +0 -5
- package/es6/icons/icon-box-new.svg +0 -5
- package/es6/icons/icon-box.svg +0 -5
- package/es6/icons/icon-box1.svg +0 -5
- package/es6/icons/icon-bubble_lines.svg +0 -5
- package/es6/icons/icon-bubble_lines_border.svg +0 -5
- package/es6/icons/icon-call-add.svg +0 -5
- package/es6/icons/icon-call-list.svg +0 -5
- package/es6/icons/icon-call-more.svg +0 -5
- package/es6/icons/icon-call_on_behalf.svg +0 -5
- package/es6/icons/icon-chat_bubble.svg +0 -5
- package/es6/icons/icon-check.svg +0 -5
- package/es6/icons/icon-chevron_left.svg +0 -5
- package/es6/icons/icon-chevron_right.svg +0 -5
- package/es6/icons/icon-close.svg +0 -5
- package/es6/icons/icon-cloud_contact.svg +0 -5
- package/es6/icons/icon-code_snippets.svg +0 -5
- package/es6/icons/icon-comments.svg +0 -5
- package/es6/icons/icon-computer.svg +0 -5
- package/es6/icons/icon-conference.svg +0 -5
- package/es6/icons/icon-conference_border.svg +0 -5
- package/es6/icons/icon-connect.svg +0 -5
- package/es6/icons/icon-contacts.svg +0 -5
- package/es6/icons/icon-contacts_and_calendars.svg +0 -5
- package/es6/icons/icon-contacts_border.svg +0 -5
- package/es6/icons/icon-copy.svg +0 -5
- package/es6/icons/icon-customize-tabs.svg +0 -5
- package/es6/icons/icon-dashboard.svg +0 -5
- package/es6/icons/icon-dashboard_border.svg +0 -5
- package/es6/icons/icon-date.svg +0 -5
- package/es6/icons/icon-date_border.svg +0 -5
- package/es6/icons/icon-default-avatar.svg +0 -5
- package/es6/icons/icon-default-file-D.svg +0 -7
- package/es6/icons/icon-default-file.svg +0 -8
- package/es6/icons/icon-default-gdrive-D.svg +0 -8
- package/es6/icons/icon-default-gdrive.svg +0 -9
- package/es6/icons/icon-default-group-avatar.svg +0 -5
- package/es6/icons/icon-default-integration.svg +0 -5
- package/es6/icons/icon-default-integration_border.svg +0 -5
- package/es6/icons/icon-default-music-D.svg +0 -7
- package/es6/icons/icon-default-music.svg +0 -7
- package/es6/icons/icon-default-team-avatar.svg +0 -5
- package/es6/icons/icon-default-video-D.svg +0 -7
- package/es6/icons/icon-default-video.svg +0 -7
- package/es6/icons/icon-delete.svg +0 -5
- package/es6/icons/icon-delete_circle.svg +0 -5
- package/es6/icons/icon-deleted_file.svg +0 -6
- package/es6/icons/icon-deleted_file_D.svg +0 -6
- package/es6/icons/icon-deletenumber.svg +0 -5
- package/es6/icons/icon-department.svg +0 -5
- package/es6/icons/icon-dial.svg +0 -5
- package/es6/icons/icon-dialer.svg +0 -5
- package/es6/icons/icon-doc-D.svg +0 -7
- package/es6/icons/icon-doc.svg +0 -7
- package/es6/icons/icon-dock_border.svg +0 -5
- package/es6/icons/icon-double-chevron_left.svg +0 -5
- package/es6/icons/icon-double-chevron_right.svg +0 -5
- package/es6/icons/icon-download.svg +0 -5
- package/es6/icons/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
- package/es6/icons/icon-draft.svg +0 -5
- package/es6/icons/icon-dragable_area.svg +0 -5
- package/es6/icons/icon-dropbox.svg +0 -5
- package/es6/icons/icon-edit.svg +0 -5
- package/es6/icons/icon-email.svg +0 -5
- package/es6/icons/icon-emoji.svg +0 -5
- package/es6/icons/icon-end--answer.svg +0 -6
- package/es6/icons/icon-event-new.svg +0 -5
- package/es6/icons/icon-event-new_border.svg +0 -5
- package/es6/icons/icon-evernote.svg +0 -5
- package/es6/icons/icon-excel-D.svg +0 -7
- package/es6/icons/icon-excel.svg +0 -7
- package/es6/icons/icon-expand.svg +0 -5
- package/es6/icons/icon-external_link.svg +0 -5
- package/es6/icons/icon-failed-fax.svg +0 -5
- package/es6/icons/icon-failed-fax_border.svg +0 -5
- package/es6/icons/icon-fax.svg +0 -5
- package/es6/icons/icon-fax_border.svg +0 -5
- package/es6/icons/icon-feedback.svg +0 -5
- package/es6/icons/icon-file.svg +0 -5
- package/es6/icons/icon-file_border.svg +0 -5
- package/es6/icons/icon-filter.svg +0 -5
- package/es6/icons/icon-foldercreated.svg +0 -5
- package/es6/icons/icon-font-color.svg +0 -6
- package/es6/icons/icon-forward.svg +0 -5
- package/es6/icons/icon-forwardcall.svg +0 -5
- package/es6/icons/icon-forwarding.svg +0 -5
- package/es6/icons/icon-forwarding_border.svg +0 -5
- package/es6/icons/icon-gdrive-logo.svg +0 -10
- package/es6/icons/icon-gif-file-D.svg +0 -7
- package/es6/icons/icon-gif-file.svg +0 -8
- package/es6/icons/icon-gif.svg +0 -5
- package/es6/icons/icon-gmail.svg +0 -9
- package/es6/icons/icon-good-connection.svg +0 -5
- package/es6/icons/icon-google-calendar-2019.svg +0 -10
- package/es6/icons/icon-google-doc-D.svg +0 -7
- package/es6/icons/icon-google-doc.svg +0 -7
- package/es6/icons/icon-google-logo-disabled.svg +0 -5
- package/es6/icons/icon-google-logo.svg +0 -8
- package/es6/icons/icon-google-sheet-D.svg +0 -7
- package/es6/icons/icon-google-sheet.svg +0 -7
- package/es6/icons/icon-google-slide-D.svg +0 -7
- package/es6/icons/icon-google-slide.svg +0 -7
- package/es6/icons/icon-google.svg +0 -5
- package/es6/icons/icon-group-default.svg +0 -5
- package/es6/icons/icon-hand-up.svg +0 -5
- package/es6/icons/icon-hash.svg +0 -5
- package/es6/icons/icon-hd.svg +0 -5
- package/es6/icons/icon-help.svg +0 -5
- package/es6/icons/icon-help_border.svg +0 -5
- package/es6/icons/icon-hide_border.svg +0 -5
- package/es6/icons/icon-hold-answer.svg +0 -6
- package/es6/icons/icon-hold.svg +0 -5
- package/es6/icons/icon-holdcall_border.svg +0 -5
- package/es6/icons/icon-horizontal-line.svg +0 -5
- package/es6/icons/icon-ignore.svg +0 -5
- package/es6/icons/icon-image-broken-D.svg +0 -7
- package/es6/icons/icon-image-broken.svg +0 -8
- package/es6/icons/icon-image-preview-D.svg +0 -7
- package/es6/icons/icon-image-preview.svg +0 -7
- package/es6/icons/icon-in-progress.svg +0 -5
- package/es6/icons/icon-inbound-fax.svg +0 -5
- package/es6/icons/icon-inbound-fax_border.svg +0 -5
- package/es6/icons/icon-inbound_call_on_behalf.svg +0 -5
- package/es6/icons/icon-inbox.svg +0 -5
- package/es6/icons/icon-incall.svg +0 -5
- package/es6/icons/icon-incall_border.svg +0 -5
- package/es6/icons/icon-indent.svg +0 -5
- package/es6/icons/icon-indeterminate.svg +0 -5
- package/es6/icons/icon-info.svg +0 -5
- package/es6/icons/icon-info_border.svg +0 -5
- package/es6/icons/icon-insert-code.svg +0 -5
- package/es6/icons/icon-insert-image.svg +0 -5
- package/es6/icons/icon-insert-link.svg +0 -5
- package/es6/icons/icon-insert-table.svg +0 -5
- package/es6/icons/icon-insert-video.svg +0 -5
- package/es6/icons/icon-italic.svg +0 -5
- package/es6/icons/icon-item-list-selected.svg +0 -5
- package/es6/icons/icon-join-audio-poc.svg +0 -5
- package/es6/icons/icon-join.svg +0 -7
- package/es6/icons/icon-join_meeting.svg +0 -5
- package/es6/icons/icon-jump-to-latest.svg +0 -5
- package/es6/icons/icon-jump-to-unread.svg +0 -5
- package/es6/icons/icon-keypad.svg +0 -5
- package/es6/icons/icon-leave-meeting.svg +0 -5
- package/es6/icons/icon-leave.svg +0 -5
- package/es6/icons/icon-list-bullet.svg +0 -5
- package/es6/icons/icon-list-ordered.svg +0 -5
- package/es6/icons/icon-list-view.svg +0 -5
- package/es6/icons/icon-location.svg +0 -5
- package/es6/icons/icon-location_border.svg +0 -5
- package/es6/icons/icon-lock.svg +0 -5
- package/es6/icons/icon-lock_border.svg +0 -5
- package/es6/icons/icon-login.svg +0 -5
- package/es6/icons/icon-mac-keynote-D.svg +0 -7
- package/es6/icons/icon-mac-keynote.svg +0 -10
- package/es6/icons/icon-mac-numbers-D.svg +0 -7
- package/es6/icons/icon-mac-numbers.svg +0 -7
- package/es6/icons/icon-mac-pages-D.svg +0 -7
- package/es6/icons/icon-mac-pages.svg +0 -7
- package/es6/icons/icon-marker_m.svg +0 -6
- package/es6/icons/icon-marker_s.svg +0 -6
- package/es6/icons/icon-member_border.svg +0 -5
- package/es6/icons/icon-mention.svg +0 -5
- package/es6/icons/icon-mention_border.svg +0 -5
- package/es6/icons/icon-merge.svg +0 -5
- package/es6/icons/icon-mic-off.svg +0 -5
- package/es6/icons/icon-mic-off_border.svg +0 -5
- package/es6/icons/icon-mic.svg +0 -5
- package/es6/icons/icon-mic_border.svg +0 -5
- package/es6/icons/icon-microsoft-logo-disabled.svg +0 -8
- package/es6/icons/icon-microsoft-logo.svg +0 -8
- package/es6/icons/icon-microsoft-outlook-2019.svg +0 -19
- package/es6/icons/icon-minimize.svg +0 -5
- package/es6/icons/icon-missedcall.svg +0 -5
- package/es6/icons/icon-missedcall_border.svg +0 -5
- package/es6/icons/icon-mobile.svg +0 -5
- package/es6/icons/icon-monitor_call.svg +0 -5
- package/es6/icons/icon-more_horiz.svg +0 -5
- package/es6/icons/icon-more_vert.svg +0 -5
- package/es6/icons/icon-mute-notification.svg +0 -5
- package/es6/icons/icon-mute-notification_border.svg +0 -5
- package/es6/icons/icon-new-action.svg +0 -5
- package/es6/icons/icon-new-fax.svg +0 -5
- package/es6/icons/icon-new-file.svg +0 -5
- package/es6/icons/icon-new-note.svg +0 -5
- package/es6/icons/icon-nickname.svg +0 -5
- package/es6/icons/icon-no-audio.svg +0 -5
- package/es6/icons/icon-no-connection.svg +0 -6
- package/es6/icons/icon-non-edit.svg +0 -5
- package/es6/icons/icon-note.svg +0 -5
- package/es6/icons/icon-note_border.svg +0 -5
- package/es6/icons/icon-notification.svg +0 -5
- package/es6/icons/icon-notification_border.svg +0 -5
- package/es6/icons/icon-onedrive.svg +0 -5
- package/es6/icons/icon-open-folder.svg +0 -5
- package/es6/icons/icon-oubound_call_on_behalf.svg +0 -5
- package/es6/icons/icon-outbound-fax.svg +0 -5
- package/es6/icons/icon-outbound-fax_border.svg +0 -5
- package/es6/icons/icon-outcall.svg +0 -5
- package/es6/icons/icon-outcall_border.svg +0 -5
- package/es6/icons/icon-outdent.svg +0 -5
- package/es6/icons/icon-park-call-message.svg +0 -5
- package/es6/icons/icon-park-call-text.svg +0 -5
- package/es6/icons/icon-park-call.svg +0 -5
- package/es6/icons/icon-partner_cloud_contact.svg +0 -5
- package/es6/icons/icon-pause.svg +0 -5
- package/es6/icons/icon-pause_border.svg +0 -5
- package/es6/icons/icon-pause_circle.svg +0 -5
- package/es6/icons/icon-pause_circle_border.svg +0 -5
- package/es6/icons/icon-pdf-D.svg +0 -7
- package/es6/icons/icon-pdf.svg +0 -7
- package/es6/icons/icon-people.svg +0 -5
- package/es6/icons/icon-phone-off.svg +0 -5
- package/es6/icons/icon-phone-off_border.svg +0 -5
- package/es6/icons/icon-phone.svg +0 -5
- package/es6/icons/icon-phone_border.svg +0 -5
- package/es6/icons/icon-pick_up_call.svg +0 -5
- package/es6/icons/icon-pin.svg +0 -5
- package/es6/icons/icon-play.svg +0 -5
- package/es6/icons/icon-play_border.svg +0 -5
- package/es6/icons/icon-play_circle.svg +0 -5
- package/es6/icons/icon-play_circle_border.svg +0 -5
- package/es6/icons/icon-poll.svg +0 -5
- package/es6/icons/icon-poll_border.svg +0 -5
- package/es6/icons/icon-poor-connection.svg +0 -6
- package/es6/icons/icon-ppt-D.svg +0 -7
- package/es6/icons/icon-ppt.svg +0 -7
- package/es6/icons/icon-previous.svg +0 -5
- package/es6/icons/icon-quote.svg +0 -5
- package/es6/icons/icon-radio.svg +0 -5
- package/es6/icons/icon-radio_unselect.svg +0 -5
- package/es6/icons/icon-rc_blog.svg +0 -5
- package/es6/icons/icon-rc_cloud_contact.svg +0 -5
- package/es6/icons/icon-rc_contact.svg +0 -5
- package/es6/icons/icon-rc_help.svg +0 -5
- package/es6/icons/icon-rcv_mic-off.svg +0 -6
- package/es6/icons/icon-rcv_videocam-off.svg +0 -6
- package/es6/icons/icon-read.svg +0 -5
- package/es6/icons/icon-record.svg +0 -5
- package/es6/icons/icon-refresh.svg +0 -5
- package/es6/icons/icon-remove.svg +0 -5
- package/es6/icons/icon-remove_border.svg +0 -5
- package/es6/icons/icon-remove_field.svg +0 -5
- package/es6/icons/icon-repeat.svg +0 -5
- package/es6/icons/icon-reply.svg +0 -5
- package/es6/icons/icon-resend-fax.svg +0 -5
- package/es6/icons/icon-reset-zoom.svg +0 -5
- package/es6/icons/icon-rich_text_editor.svg +0 -5
- package/es6/icons/icon-roll-ap.svg +0 -5
- package/es6/icons/icon-save-draft.svg +0 -5
- package/es6/icons/icon-schedule.svg +0 -13
- package/es6/icons/icon-schedule_meeting.svg +0 -5
- package/es6/icons/icon-screenshare.svg +0 -5
- package/es6/icons/icon-screenshare_border.svg +0 -5
- package/es6/icons/icon-search.svg +0 -5
- package/es6/icons/icon-search_nav.svg +0 -5
- package/es6/icons/icon-selects.svg +0 -5
- package/es6/icons/icon-send.svg +0 -5
- package/es6/icons/icon-send_filled.svg +0 -5
- package/es6/icons/icon-settings.svg +0 -5
- package/es6/icons/icon-settings_border.svg +0 -5
- package/es6/icons/icon-share.svg +0 -5
- package/es6/icons/icon-sharepoint.svg +0 -5
- package/es6/icons/icon-shortcut.svg +0 -5
- package/es6/icons/icon-shortcut_border.svg +0 -5
- package/es6/icons/icon-signal-0.svg +0 -5
- package/es6/icons/icon-signal-1.svg +0 -5
- package/es6/icons/icon-signal-2.svg +0 -5
- package/es6/icons/icon-signal-3.svg +0 -7
- package/es6/icons/icon-sms-default.svg +0 -5
- package/es6/icons/icon-sms.svg +0 -5
- package/es6/icons/icon-sms_border.svg +0 -5
- package/es6/icons/icon-sms_invite_border.svg +0 -5
- package/es6/icons/icon-sort.svg +0 -6
- package/es6/icons/icon-speaker-down.svg +0 -5
- package/es6/icons/icon-speaker-mute.svg +0 -5
- package/es6/icons/icon-speaker-up.svg +0 -5
- package/es6/icons/icon-star.svg +0 -5
- package/es6/icons/icon-star_border.svg +0 -5
- package/es6/icons/icon-start.svg +0 -7
- package/es6/icons/icon-start_meeting.svg +0 -5
- package/es6/icons/icon-stop-record.svg +0 -5
- package/es6/icons/icon-stop.svg +0 -5
- package/es6/icons/icon-stop_border.svg +0 -5
- package/es6/icons/icon-stop_circle.svg +0 -5
- package/es6/icons/icon-stop_circle_border.svg +0 -5
- package/es6/icons/icon-strike.svg +0 -5
- package/es6/icons/icon-take_over.svg +0 -5
- package/es6/icons/icon-task-new.svg +0 -5
- package/es6/icons/icon-task-new_border.svg +0 -5
- package/es6/icons/icon-team-default.svg +0 -5
- package/es6/icons/icon-team.svg +0 -5
- package/es6/icons/icon-team_border.svg +0 -5
- package/es6/icons/icon-text.svg +0 -5
- package/es6/icons/icon-theme.svg +0 -5
- package/es6/icons/icon-thumbup.svg +0 -5
- package/es6/icons/icon-thumbup_border.svg +0 -5
- package/es6/icons/icon-time.svg +0 -5
- package/es6/icons/icon-time_border.svg +0 -5
- package/es6/icons/icon-transcription.svg +0 -5
- package/es6/icons/icon-transfer-call.svg +0 -5
- package/es6/icons/icon-transfer_call_border.svg +0 -5
- package/es6/icons/icon-unblocked.svg +0 -5
- package/es6/icons/icon-underline.svg +0 -5
- package/es6/icons/icon-undock.svg +0 -5
- package/es6/icons/icon-undock_border.svg +0 -5
- package/es6/icons/icon-unfold_less.svg +0 -5
- package/es6/icons/icon-unfold_more.svg +0 -5
- package/es6/icons/icon-unlock.svg +0 -5
- package/es6/icons/icon-unpin-slash.svg +0 -5
- package/es6/icons/icon-unpin.svg +0 -5
- package/es6/icons/icon-unread.svg +0 -5
- package/es6/icons/icon-unselect.svg +0 -5
- package/es6/icons/icon-user-default.svg +0 -5
- package/es6/icons/icon-video_and_message.svg +0 -5
- package/es6/icons/icon-video_meeting.svg +0 -5
- package/es6/icons/icon-videocam-off.svg +0 -5
- package/es6/icons/icon-videocam-off_border.svg +0 -5
- package/es6/icons/icon-videocam.svg +0 -5
- package/es6/icons/icon-videocam_border.svg +0 -5
- package/es6/icons/icon-view-log_border.svg +0 -5
- package/es6/icons/icon-view.svg +0 -5
- package/es6/icons/icon-view_border.svg +0 -5
- package/es6/icons/icon-voicemail.svg +0 -5
- package/es6/icons/icon-warning.svg +0 -5
- package/es6/icons/icon-watch-video.svg +0 -5
- package/es6/icons/icon-weak-connection.svg +0 -6
- package/es6/icons/icon-webinar.svg +0 -5
- package/es6/icons/icon-webinar_border.svg +0 -5
- package/es6/icons/icon-webpage.svg +0 -5
- package/es6/icons/icon-whisper.svg +0 -5
- package/es6/icons/icon-work.svg +0 -5
- package/es6/icons/icon-workspace.svg +0 -5
- package/es6/icons/icon-workspace_border.svg +0 -5
- package/es6/icons/icon-zip-D.svg +0 -7
- package/es6/icons/icon-zip.svg +0 -7
- package/es6/icons/icon-zoom-in.svg +0 -5
- package/es6/icons/icon-zoom-out.svg +0 -5
- package/es6/scss/_rcDark.scss +0 -198
- package/es6/scss/_rcHighContrast.scss +0 -198
- package/es6/scss/_theming.scss +0 -241
- package/es6/scss/themes/_breakpoints.scss +0 -10
- package/es6/scss/themes/_index.scss +0 -10
- package/es6/scss/themes/_opacity.scss +0 -15
- package/es6/scss/themes/_palette.dark.scss +0 -196
- package/es6/scss/themes/_palette.light.scss +0 -196
- package/es6/scss/themes/_radius.scss +0 -10
- package/es6/scss/themes/_shadows.scss +0 -1
- package/es6/scss/themes/_shape.scss +0 -3
- package/es6/scss/themes/_size.scss +0 -4
- package/es6/scss/themes/_transition.scss +0 -17
- package/es6/scss/themes/_typography.scss +0 -86
- package/es6/scss/themes/_zIndex.scss +0 -9
- package/es6/scss/utils/_add-spacing.scss +0 -32
- package/es6/scss/utils/_add-style.scss +0 -11
- package/es6/scss/utils/_box-shadow.scss +0 -3
- package/es6/scss/utils/_index.scss +0 -4
- package/es6/scss/utils/_map-deep.scss +0 -96
- package/icon/0.d.ts +0 -3
- package/icon/0.js +0 -10
- package/icon/1.d.ts +0 -3
- package/icon/1.js +0 -9
- package/icon/2.d.ts +0 -3
- package/icon/2.js +0 -10
- package/icon/3.d.ts +0 -3
- package/icon/3.js +0 -10
- package/icon/4.d.ts +0 -3
- package/icon/4.js +0 -10
- package/icon/5.d.ts +0 -3
- package/icon/5.js +0 -10
- package/icon/6.d.ts +0 -3
- package/icon/6.js +0 -10
- package/icon/7.d.ts +0 -3
- package/icon/7.js +0 -10
- package/icon/8.d.ts +0 -3
- package/icon/8.js +0 -10
- package/icon/9.d.ts +0 -3
- package/icon/9.js +0 -10
- package/icon/ActiveCall.d.ts +0 -3
- package/icon/ActiveCall.js +0 -11
- package/icon/ActivecallBorder.d.ts +0 -3
- package/icon/ActivecallBorder.js +0 -9
- package/icon/Add.d.ts +0 -3
- package/icon/Add.js +0 -9
- package/icon/AddBorder.d.ts +0 -3
- package/icon/AddBorder.js +0 -9
- package/icon/AddEmojiMore.d.ts +0 -3
- package/icon/AddEmojiMore.js +0 -9
- package/icon/AddEvent.d.ts +0 -3
- package/icon/AddEvent.js +0 -9
- package/icon/AddField.d.ts +0 -3
- package/icon/AddField.js +0 -9
- package/icon/AddIntegration.d.ts +0 -3
- package/icon/AddIntegration.js +0 -10
- package/icon/AddMember.d.ts +0 -3
- package/icon/AddMember.js +0 -9
- package/icon/AddMemberBorder.d.ts +0 -3
- package/icon/AddMemberBorder.js +0 -9
- package/icon/AddNewFolder.d.ts +0 -3
- package/icon/AddNewFolder.js +0 -9
- package/icon/AddParkLocation.d.ts +0 -3
- package/icon/AddParkLocation.js +0 -9
- package/icon/AddReactions.d.ts +0 -3
- package/icon/AddReactions.js +0 -11
- package/icon/AddTask.d.ts +0 -3
- package/icon/AddTask.js +0 -9
- package/icon/AddTeam.d.ts +0 -3
- package/icon/AddTeam.js +0 -9
- package/icon/AddTeamBorder.d.ts +0 -3
- package/icon/AddTeamBorder.js +0 -9
- package/icon/Address.d.ts +0 -3
- package/icon/Address.js +0 -9
- package/icon/Admin.d.ts +0 -3
- package/icon/Admin.js +0 -9
- package/icon/AdminBorder.d.ts +0 -3
- package/icon/AdminBorder.js +0 -9
- package/icon/Advanced.d.ts +0 -3
- package/icon/Advanced.js +0 -9
- package/icon/AlignCenter.d.ts +0 -3
- package/icon/AlignCenter.js +0 -9
- package/icon/AlignJustify.d.ts +0 -3
- package/icon/AlignJustify.js +0 -9
- package/icon/AlignLeft.d.ts +0 -3
- package/icon/AlignLeft.js +0 -9
- package/icon/AlignRight.d.ts +0 -3
- package/icon/AlignRight.js +0 -9
- package/icon/Analytics.d.ts +0 -3
- package/icon/Analytics.js +0 -9
- package/icon/AnalyticsBorder.d.ts +0 -3
- package/icon/AnalyticsBorder.js +0 -9
- package/icon/Announcement.d.ts +0 -3
- package/icon/Announcement.js +0 -10
- package/icon/AppleLogo.d.ts +0 -3
- package/icon/AppleLogo.js +0 -9
- package/icon/Apps.d.ts +0 -3
- package/icon/Apps.js +0 -9
- package/icon/Archive.d.ts +0 -3
- package/icon/Archive.js +0 -9
- package/icon/ArrowDown.d.ts +0 -3
- package/icon/ArrowDown.js +0 -9
- package/icon/ArrowDown2.d.ts +0 -3
- package/icon/ArrowDown2.js +0 -9
- package/icon/ArrowLeft.d.ts +0 -3
- package/icon/ArrowLeft.js +0 -9
- package/icon/ArrowLeft2.d.ts +0 -3
- package/icon/ArrowLeft2.js +0 -9
- package/icon/ArrowRight.d.ts +0 -3
- package/icon/ArrowRight.js +0 -9
- package/icon/ArrowRight1.d.ts +0 -3
- package/icon/ArrowRight1.js +0 -9
- package/icon/ArrowUp.d.ts +0 -3
- package/icon/ArrowUp.js +0 -9
- package/icon/ArrowUp2.d.ts +0 -3
- package/icon/ArrowUp2.js +0 -9
- package/icon/Askfirst.d.ts +0 -3
- package/icon/Askfirst.js +0 -9
- package/icon/Assignment.d.ts +0 -3
- package/icon/Assignment.js +0 -9
- package/icon/Asterisk.d.ts +0 -3
- package/icon/Asterisk.js +0 -9
- package/icon/Attachment.d.ts +0 -3
- package/icon/Attachment.js +0 -9
- package/icon/Audio.d.ts +0 -3
- package/icon/Audio.js +0 -9
- package/icon/AvatarRooms.d.ts +0 -3
- package/icon/AvatarRooms.js +0 -9
- package/icon/Barge.d.ts +0 -3
- package/icon/Barge.js +0 -9
- package/icon/Birthday.d.ts +0 -3
- package/icon/Birthday.js +0 -9
- package/icon/Blocked.d.ts +0 -3
- package/icon/Blocked.js +0 -9
- package/icon/Bold.d.ts +0 -3
- package/icon/Bold.js +0 -9
- package/icon/Bookmark.d.ts +0 -3
- package/icon/Bookmark.js +0 -9
- package/icon/BookmarkBorder.d.ts +0 -3
- package/icon/BookmarkBorder.js +0 -9
- package/icon/Box.d.ts +0 -3
- package/icon/Box.js +0 -9
- package/icon/Box1.d.ts +0 -3
- package/icon/Box1.js +0 -9
- package/icon/BoxNew.d.ts +0 -3
- package/icon/BoxNew.js +0 -9
- package/icon/BubbleLines.d.ts +0 -3
- package/icon/BubbleLines.js +0 -9
- package/icon/BubbleLinesBorder.d.ts +0 -3
- package/icon/BubbleLinesBorder.js +0 -9
- package/icon/CallAdd.d.ts +0 -3
- package/icon/CallAdd.js +0 -9
- package/icon/CallList.d.ts +0 -3
- package/icon/CallList.js +0 -9
- package/icon/CallMore.d.ts +0 -3
- package/icon/CallMore.js +0 -9
- package/icon/CallOnBehalf.d.ts +0 -3
- package/icon/CallOnBehalf.js +0 -9
- package/icon/CallQueue.d.ts +0 -3
- package/icon/CallQueue.js +0 -16
- package/icon/ChatBubble.d.ts +0 -3
- package/icon/ChatBubble.js +0 -9
- package/icon/Check.d.ts +0 -3
- package/icon/Check.js +0 -9
- package/icon/ChevronLeft.d.ts +0 -3
- package/icon/ChevronLeft.js +0 -9
- package/icon/ChevronRight.d.ts +0 -3
- package/icon/ChevronRight.js +0 -9
- package/icon/Close.d.ts +0 -3
- package/icon/Close.js +0 -9
- package/icon/CloudContact.d.ts +0 -3
- package/icon/CloudContact.js +0 -9
- package/icon/CodeSnippets.d.ts +0 -3
- package/icon/CodeSnippets.js +0 -9
- package/icon/Comments.d.ts +0 -3
- package/icon/Comments.js +0 -9
- package/icon/CompanySetup.d.ts +0 -3
- package/icon/CompanySetup.js +0 -9
- package/icon/CompanySetupBorder.d.ts +0 -3
- package/icon/CompanySetupBorder.js +0 -9
- package/icon/Computer.d.ts +0 -3
- package/icon/Computer.js +0 -9
- package/icon/Conference.d.ts +0 -3
- package/icon/Conference.js +0 -9
- package/icon/ConferenceBorder.d.ts +0 -3
- package/icon/ConferenceBorder.js +0 -9
- package/icon/Connect.d.ts +0 -3
- package/icon/Connect.js +0 -9
- package/icon/Contacts.d.ts +0 -3
- package/icon/Contacts.js +0 -9
- package/icon/ContactsAndCalendars.d.ts +0 -3
- package/icon/ContactsAndCalendars.js +0 -9
- package/icon/ContactsBorder.d.ts +0 -3
- package/icon/ContactsBorder.js +0 -9
- package/icon/Copy.d.ts +0 -3
- package/icon/Copy.js +0 -9
- package/icon/CustomizeTabs.d.ts +0 -3
- package/icon/CustomizeTabs.js +0 -9
- package/icon/Dashboard.d.ts +0 -3
- package/icon/Dashboard.js +0 -9
- package/icon/DashboardBorder.d.ts +0 -3
- package/icon/DashboardBorder.js +0 -9
- package/icon/Date.d.ts +0 -3
- package/icon/Date.js +0 -9
- package/icon/DateBorder.d.ts +0 -3
- package/icon/DateBorder.js +0 -9
- package/icon/DefaultAvatar.d.ts +0 -3
- package/icon/DefaultAvatar.js +0 -9
- package/icon/DefaultFile.d.ts +0 -5
- package/icon/DefaultFile.js +0 -18
- package/icon/DefaultFileD.d.ts +0 -3
- package/icon/DefaultFileD.js +0 -11
- package/icon/DefaultGdrive.d.ts +0 -5
- package/icon/DefaultGdrive.js +0 -19
- package/icon/DefaultGdriveD.d.ts +0 -3
- package/icon/DefaultGdriveD.js +0 -12
- package/icon/DefaultGroupAvatar.d.ts +0 -3
- package/icon/DefaultGroupAvatar.js +0 -9
- package/icon/DefaultIntegration.d.ts +0 -3
- package/icon/DefaultIntegration.js +0 -9
- package/icon/DefaultIntegrationBorder.d.ts +0 -3
- package/icon/DefaultIntegrationBorder.js +0 -9
- package/icon/DefaultMusic.d.ts +0 -5
- package/icon/DefaultMusic.js +0 -17
- package/icon/DefaultMusicD.d.ts +0 -3
- package/icon/DefaultMusicD.js +0 -11
- package/icon/DefaultTeamAvatar.d.ts +0 -3
- package/icon/DefaultTeamAvatar.js +0 -9
- package/icon/DefaultVideo.d.ts +0 -5
- package/icon/DefaultVideo.js +0 -17
- package/icon/DefaultVideoD.d.ts +0 -3
- package/icon/DefaultVideoD.js +0 -11
- package/icon/Delete.d.ts +0 -3
- package/icon/Delete.js +0 -9
- package/icon/DeleteCircle.d.ts +0 -3
- package/icon/DeleteCircle.js +0 -9
- package/icon/DeletedFile.d.ts +0 -5
- package/icon/DeletedFile.js +0 -16
- package/icon/DeletedFileD.d.ts +0 -3
- package/icon/DeletedFileD.js +0 -10
- package/icon/Deletenumber.d.ts +0 -3
- package/icon/Deletenumber.js +0 -9
- package/icon/Department.d.ts +0 -3
- package/icon/Department.js +0 -9
- package/icon/Description.d.ts +0 -3
- package/icon/Description.js +0 -9
- package/icon/Dial.d.ts +0 -3
- package/icon/Dial.js +0 -9
- package/icon/Dialer.d.ts +0 -3
- package/icon/Dialer.js +0 -9
- package/icon/Doc.d.ts +0 -5
- package/icon/Doc.js +0 -17
- package/icon/DocD.d.ts +0 -3
- package/icon/DocD.js +0 -11
- package/icon/DockBorder.d.ts +0 -3
- package/icon/DockBorder.js +0 -9
- package/icon/DoubleChevronLeft.d.ts +0 -3
- package/icon/DoubleChevronLeft.js +0 -9
- package/icon/DoubleChevronRight.d.ts +0 -3
- package/icon/DoubleChevronRight.js +0 -9
- package/icon/Download.d.ts +0 -3
- package/icon/Download.js +0 -9
- package/icon/DownwardsArrowWithTipRightwards.d.ts +0 -3
- package/icon/DownwardsArrowWithTipRightwards.js +0 -10
- package/icon/Draft.d.ts +0 -3
- package/icon/Draft.js +0 -9
- package/icon/DragableArea.d.ts +0 -3
- package/icon/DragableArea.js +0 -9
- package/icon/Dropbox.d.ts +0 -3
- package/icon/Dropbox.js +0 -9
- package/icon/Edit.d.ts +0 -3
- package/icon/Edit.js +0 -9
- package/icon/Email.d.ts +0 -3
- package/icon/Email.js +0 -9
- package/icon/Emoji.d.ts +0 -3
- package/icon/Emoji.js +0 -9
- package/icon/EndAnswer.d.ts +0 -3
- package/icon/EndAnswer.js +0 -10
- package/icon/EventNew.d.ts +0 -3
- package/icon/EventNew.js +0 -9
- package/icon/EventNewBorder.d.ts +0 -3
- package/icon/EventNewBorder.js +0 -9
- package/icon/Evernote.d.ts +0 -3
- package/icon/Evernote.js +0 -9
- package/icon/Excel.d.ts +0 -5
- package/icon/Excel.js +0 -17
- package/icon/ExcelD.d.ts +0 -3
- package/icon/ExcelD.js +0 -11
- package/icon/Expand.d.ts +0 -3
- package/icon/Expand.js +0 -9
- package/icon/ExternalLink.d.ts +0 -3
- package/icon/ExternalLink.js +0 -9
- package/icon/FailedFax.d.ts +0 -3
- package/icon/FailedFax.js +0 -9
- package/icon/FailedFaxBorder.d.ts +0 -3
- package/icon/FailedFaxBorder.js +0 -9
- package/icon/Fax.d.ts +0 -3
- package/icon/Fax.js +0 -9
- package/icon/FaxBorder.d.ts +0 -3
- package/icon/FaxBorder.js +0 -9
- package/icon/Feedback.d.ts +0 -3
- package/icon/Feedback.js +0 -9
- package/icon/File.d.ts +0 -3
- package/icon/File.js +0 -9
- package/icon/FileBorder.d.ts +0 -3
- package/icon/FileBorder.js +0 -9
- package/icon/Filter.d.ts +0 -3
- package/icon/Filter.js +0 -9
- package/icon/Foldercreated.d.ts +0 -3
- package/icon/Foldercreated.js +0 -9
- package/icon/FontColor.d.ts +0 -3
- package/icon/FontColor.js +0 -10
- package/icon/Forward.d.ts +0 -3
- package/icon/Forward.js +0 -9
- package/icon/Forwardcall.d.ts +0 -3
- package/icon/Forwardcall.js +0 -9
- package/icon/Forwarding.d.ts +0 -3
- package/icon/Forwarding.js +0 -9
- package/icon/ForwardingBorder.d.ts +0 -3
- package/icon/ForwardingBorder.js +0 -9
- package/icon/GdriveLogo.d.ts +0 -3
- package/icon/GdriveLogo.js +0 -14
- package/icon/Gif.d.ts +0 -3
- package/icon/Gif.js +0 -9
- package/icon/GifFile.d.ts +0 -5
- package/icon/GifFile.js +0 -18
- package/icon/GifFileD.d.ts +0 -3
- package/icon/GifFileD.js +0 -11
- package/icon/Gmail.d.ts +0 -3
- package/icon/Gmail.js +0 -13
- package/icon/GoodConnection.d.ts +0 -3
- package/icon/GoodConnection.js +0 -9
- package/icon/Google.d.ts +0 -3
- package/icon/Google.js +0 -9
- package/icon/GoogleCalendar2019.d.ts +0 -3
- package/icon/GoogleCalendar2019.js +0 -14
- package/icon/GoogleDoc.d.ts +0 -5
- package/icon/GoogleDoc.js +0 -17
- package/icon/GoogleDocD.d.ts +0 -3
- package/icon/GoogleDocD.js +0 -11
- package/icon/GoogleLogo.d.ts +0 -3
- package/icon/GoogleLogo.js +0 -12
- package/icon/GoogleLogoDisabled.d.ts +0 -3
- package/icon/GoogleLogoDisabled.js +0 -9
- package/icon/GoogleSheet.d.ts +0 -5
- package/icon/GoogleSheet.js +0 -17
- package/icon/GoogleSheetD.d.ts +0 -3
- package/icon/GoogleSheetD.js +0 -11
- package/icon/GoogleSlide.d.ts +0 -5
- package/icon/GoogleSlide.js +0 -17
- package/icon/GoogleSlideD.d.ts +0 -3
- package/icon/GoogleSlideD.js +0 -11
- package/icon/GroupDefault.d.ts +0 -3
- package/icon/GroupDefault.js +0 -9
- package/icon/HandUp.d.ts +0 -3
- package/icon/HandUp.js +0 -9
- package/icon/Hash.d.ts +0 -3
- package/icon/Hash.js +0 -9
- package/icon/Hd.d.ts +0 -3
- package/icon/Hd.js +0 -9
- package/icon/Help.d.ts +0 -3
- package/icon/Help.js +0 -9
- package/icon/HelpBorder.d.ts +0 -3
- package/icon/HelpBorder.js +0 -9
- package/icon/HideBorder.d.ts +0 -3
- package/icon/HideBorder.js +0 -9
- package/icon/Hold.d.ts +0 -3
- package/icon/Hold.js +0 -9
- package/icon/HoldAnswer.d.ts +0 -3
- package/icon/HoldAnswer.js +0 -10
- package/icon/HoldcallBorder.d.ts +0 -3
- package/icon/HoldcallBorder.js +0 -9
- package/icon/HorizontalLine.d.ts +0 -3
- package/icon/HorizontalLine.js +0 -9
- package/icon/Hud.d.ts +0 -3
- package/icon/Hud.js +0 -9
- package/icon/Ignore.d.ts +0 -3
- package/icon/Ignore.js +0 -9
- package/icon/ImageBroken.d.ts +0 -5
- package/icon/ImageBroken.js +0 -18
- package/icon/ImageBrokenD.d.ts +0 -3
- package/icon/ImageBrokenD.js +0 -11
- package/icon/ImagePreview.d.ts +0 -5
- package/icon/ImagePreview.js +0 -17
- package/icon/ImagePreviewD.d.ts +0 -3
- package/icon/ImagePreviewD.js +0 -11
- package/icon/InProgress.d.ts +0 -3
- package/icon/InProgress.js +0 -9
- package/icon/InboundCallOnBehalf.d.ts +0 -3
- package/icon/InboundCallOnBehalf.js +0 -9
- package/icon/InboundFax.d.ts +0 -3
- package/icon/InboundFax.js +0 -9
- package/icon/InboundFaxBorder.d.ts +0 -3
- package/icon/InboundFaxBorder.js +0 -9
- package/icon/Inbox.d.ts +0 -3
- package/icon/Inbox.js +0 -9
- package/icon/Incall.d.ts +0 -3
- package/icon/Incall.js +0 -9
- package/icon/IncallBorder.d.ts +0 -3
- package/icon/IncallBorder.js +0 -9
- package/icon/Indent.d.ts +0 -3
- package/icon/Indent.js +0 -9
- package/icon/Indeterminate.d.ts +0 -3
- package/icon/Indeterminate.js +0 -9
- package/icon/Info.d.ts +0 -3
- package/icon/Info.js +0 -9
- package/icon/InfoBorder.d.ts +0 -3
- package/icon/InfoBorder.js +0 -9
- package/icon/InsertCode.d.ts +0 -3
- package/icon/InsertCode.js +0 -9
- package/icon/InsertImage.d.ts +0 -3
- package/icon/InsertImage.js +0 -9
- package/icon/InsertLink.d.ts +0 -3
- package/icon/InsertLink.js +0 -9
- package/icon/InsertTable.d.ts +0 -3
- package/icon/InsertTable.js +0 -9
- package/icon/InsertVideo.d.ts +0 -3
- package/icon/InsertVideo.js +0 -9
- package/icon/Italic.d.ts +0 -3
- package/icon/Italic.js +0 -9
- package/icon/ItemListSelected.d.ts +0 -3
- package/icon/ItemListSelected.js +0 -9
- package/icon/Join.d.ts +0 -3
- package/icon/Join.js +0 -10
- package/icon/JoinAudioPoc.d.ts +0 -3
- package/icon/JoinAudioPoc.js +0 -9
- package/icon/JoinMeeting.d.ts +0 -3
- package/icon/JoinMeeting.js +0 -9
- package/icon/JumpToLatest.d.ts +0 -3
- package/icon/JumpToLatest.js +0 -9
- package/icon/JumpToUnread.d.ts +0 -3
- package/icon/JumpToUnread.js +0 -9
- package/icon/Keypad.d.ts +0 -3
- package/icon/Keypad.js +0 -9
- package/icon/Leave.d.ts +0 -3
- package/icon/Leave.js +0 -9
- package/icon/LeaveMeeting.d.ts +0 -3
- package/icon/LeaveMeeting.js +0 -9
- package/icon/Limited.d.ts +0 -3
- package/icon/Limited.js +0 -10
- package/icon/ListBullet.d.ts +0 -3
- package/icon/ListBullet.js +0 -9
- package/icon/ListOrdered.d.ts +0 -3
- package/icon/ListOrdered.js +0 -9
- package/icon/ListView.d.ts +0 -3
- package/icon/ListView.js +0 -9
- package/icon/Location.d.ts +0 -3
- package/icon/Location.js +0 -9
- package/icon/LocationBorder.d.ts +0 -3
- package/icon/LocationBorder.js +0 -9
- package/icon/Lock.d.ts +0 -3
- package/icon/Lock.js +0 -9
- package/icon/LockBorder.d.ts +0 -3
- package/icon/LockBorder.js +0 -9
- package/icon/Login.d.ts +0 -3
- package/icon/Login.js +0 -9
- package/icon/Logout.d.ts +0 -3
- package/icon/Logout.js +0 -9
- package/icon/MacKeynote.d.ts +0 -5
- package/icon/MacKeynote.js +0 -18
- package/icon/MacKeynoteD.d.ts +0 -3
- package/icon/MacKeynoteD.js +0 -11
- package/icon/MacNumbers.d.ts +0 -5
- package/icon/MacNumbers.js +0 -17
- package/icon/MacNumbersD.d.ts +0 -3
- package/icon/MacNumbersD.js +0 -11
- package/icon/MacPages.d.ts +0 -5
- package/icon/MacPages.js +0 -17
- package/icon/MacPagesD.d.ts +0 -3
- package/icon/MacPagesD.js +0 -11
- package/icon/MarkerM.d.ts +0 -3
- package/icon/MarkerM.js +0 -10
- package/icon/MarkerS.d.ts +0 -3
- package/icon/MarkerS.js +0 -10
- package/icon/MemberBorder.d.ts +0 -3
- package/icon/MemberBorder.js +0 -9
- package/icon/Mention.d.ts +0 -3
- package/icon/Mention.js +0 -9
- package/icon/MentionBorder.d.ts +0 -3
- package/icon/MentionBorder.js +0 -9
- package/icon/Merge.d.ts +0 -3
- package/icon/Merge.js +0 -9
- package/icon/Message.d.ts +0 -3
- package/icon/Message.js +0 -10
- package/icon/Mic.d.ts +0 -3
- package/icon/Mic.js +0 -9
- package/icon/MicBorder.d.ts +0 -3
- package/icon/MicBorder.js +0 -9
- package/icon/MicOff.d.ts +0 -3
- package/icon/MicOff.js +0 -9
- package/icon/MicOffBorder.d.ts +0 -3
- package/icon/MicOffBorder.js +0 -9
- package/icon/MicrosoftLogo.d.ts +0 -3
- package/icon/MicrosoftLogo.js +0 -12
- package/icon/MicrosoftLogoDisabled.d.ts +0 -3
- package/icon/MicrosoftLogoDisabled.js +0 -9
- package/icon/MicrosoftOutlook2019.d.ts +0 -3
- package/icon/MicrosoftOutlook2019.js +0 -23
- package/icon/Minimize.d.ts +0 -3
- package/icon/Minimize.js +0 -9
- package/icon/Missedcall.d.ts +0 -3
- package/icon/Missedcall.js +0 -9
- package/icon/MissedcallBorder.d.ts +0 -3
- package/icon/MissedcallBorder.js +0 -9
- package/icon/Mobile.d.ts +0 -3
- package/icon/Mobile.js +0 -9
- package/icon/MonitorCall.d.ts +0 -3
- package/icon/MonitorCall.js +0 -9
- package/icon/MoreHoriz.d.ts +0 -3
- package/icon/MoreHoriz.js +0 -9
- package/icon/MoreVert.d.ts +0 -3
- package/icon/MoreVert.js +0 -9
- package/icon/MuteNotification.d.ts +0 -3
- package/icon/MuteNotification.js +0 -9
- package/icon/MuteNotificationBorder.d.ts +0 -3
- package/icon/MuteNotificationBorder.js +0 -9
- package/icon/NewAction.d.ts +0 -3
- package/icon/NewAction.js +0 -9
- package/icon/NewEmail.d.ts +0 -3
- package/icon/NewEmail.js +0 -9
- package/icon/NewFax.d.ts +0 -3
- package/icon/NewFax.js +0 -9
- package/icon/NewFile.d.ts +0 -3
- package/icon/NewFile.js +0 -9
- package/icon/NewNote.d.ts +0 -3
- package/icon/NewNote.js +0 -9
- package/icon/Nickname.d.ts +0 -3
- package/icon/Nickname.js +0 -9
- package/icon/NoAudio.d.ts +0 -3
- package/icon/NoAudio.js +0 -9
- package/icon/NoConnection.d.ts +0 -3
- package/icon/NoConnection.js +0 -10
- package/icon/NonEdit.d.ts +0 -3
- package/icon/NonEdit.js +0 -9
- package/icon/Note.d.ts +0 -3
- package/icon/Note.js +0 -9
- package/icon/NoteBorder.d.ts +0 -3
- package/icon/NoteBorder.js +0 -9
- package/icon/Notification.d.ts +0 -3
- package/icon/Notification.js +0 -9
- package/icon/NotificationBorder.d.ts +0 -3
- package/icon/NotificationBorder.js +0 -9
- package/icon/Onedrive.d.ts +0 -3
- package/icon/Onedrive.js +0 -9
- package/icon/OpenFolder.d.ts +0 -3
- package/icon/OpenFolder.js +0 -9
- package/icon/OuboundCallOnBehalf.d.ts +0 -3
- package/icon/OuboundCallOnBehalf.js +0 -9
- package/icon/OutboundFax.d.ts +0 -3
- package/icon/OutboundFax.js +0 -9
- package/icon/OutboundFaxBorder.d.ts +0 -3
- package/icon/OutboundFaxBorder.js +0 -9
- package/icon/Outcall.d.ts +0 -3
- package/icon/Outcall.js +0 -9
- package/icon/OutcallBorder.d.ts +0 -3
- package/icon/OutcallBorder.js +0 -9
- package/icon/Outdent.d.ts +0 -3
- package/icon/Outdent.js +0 -9
- package/icon/Paging.d.ts +0 -3
- package/icon/Paging.js +0 -10
- package/icon/ParkCall.d.ts +0 -3
- package/icon/ParkCall.js +0 -9
- package/icon/ParkCallMessage.d.ts +0 -3
- package/icon/ParkCallMessage.js +0 -9
- package/icon/ParkCallText.d.ts +0 -3
- package/icon/ParkCallText.js +0 -9
- package/icon/PartnerCloudContact.d.ts +0 -3
- package/icon/PartnerCloudContact.js +0 -9
- package/icon/Pause.d.ts +0 -3
- package/icon/Pause.js +0 -9
- package/icon/PauseBorder.d.ts +0 -3
- package/icon/PauseBorder.js +0 -9
- package/icon/PauseCircle.d.ts +0 -3
- package/icon/PauseCircle.js +0 -9
- package/icon/PauseCircleBorder.d.ts +0 -3
- package/icon/PauseCircleBorder.js +0 -9
- package/icon/Pdf.d.ts +0 -5
- package/icon/Pdf.js +0 -17
- package/icon/PdfD.d.ts +0 -3
- package/icon/PdfD.js +0 -11
- package/icon/People.d.ts +0 -3
- package/icon/People.js +0 -9
- package/icon/Phone.d.ts +0 -3
- package/icon/Phone.js +0 -9
- package/icon/PhoneBorder.d.ts +0 -3
- package/icon/PhoneBorder.js +0 -9
- package/icon/PhoneOff.d.ts +0 -3
- package/icon/PhoneOff.js +0 -9
- package/icon/PhoneOffBorder.d.ts +0 -3
- package/icon/PhoneOffBorder.js +0 -9
- package/icon/PickUpCall.d.ts +0 -3
- package/icon/PickUpCall.js +0 -9
- package/icon/Pin.d.ts +0 -3
- package/icon/Pin.js +0 -9
- package/icon/Play.d.ts +0 -3
- package/icon/Play.js +0 -9
- package/icon/PlayBorder.d.ts +0 -3
- package/icon/PlayBorder.js +0 -9
- package/icon/PlayCircle.d.ts +0 -3
- package/icon/PlayCircle.js +0 -9
- package/icon/PlayCircleBorder.d.ts +0 -3
- package/icon/PlayCircleBorder.js +0 -9
- package/icon/Poll.d.ts +0 -3
- package/icon/Poll.js +0 -9
- package/icon/PollBorder.d.ts +0 -3
- package/icon/PollBorder.js +0 -9
- package/icon/PoorConnection.d.ts +0 -3
- package/icon/PoorConnection.js +0 -10
- package/icon/Ppt.d.ts +0 -5
- package/icon/Ppt.js +0 -17
- package/icon/PptD.d.ts +0 -3
- package/icon/PptD.js +0 -11
- package/icon/Previous.d.ts +0 -3
- package/icon/Previous.js +0 -9
- package/icon/Quote.d.ts +0 -3
- package/icon/Quote.js +0 -9
- package/icon/Radio.d.ts +0 -3
- package/icon/Radio.js +0 -9
- package/icon/RadioUnselect.d.ts +0 -3
- package/icon/RadioUnselect.js +0 -9
- package/icon/RcBlog.d.ts +0 -3
- package/icon/RcBlog.js +0 -9
- package/icon/RcCloudContact.d.ts +0 -3
- package/icon/RcCloudContact.js +0 -9
- package/icon/RcContact.d.ts +0 -3
- package/icon/RcContact.js +0 -9
- package/icon/RcHelp.d.ts +0 -3
- package/icon/RcHelp.js +0 -9
- package/icon/RcvMicOff.d.ts +0 -3
- package/icon/RcvMicOff.js +0 -10
- package/icon/RcvVideocamOff.d.ts +0 -3
- package/icon/RcvVideocamOff.js +0 -10
- package/icon/Read.d.ts +0 -3
- package/icon/Read.js +0 -9
- package/icon/Record.d.ts +0 -3
- package/icon/Record.js +0 -9
- package/icon/Refresh.d.ts +0 -3
- package/icon/Refresh.js +0 -9
- package/icon/Remove.d.ts +0 -3
- package/icon/Remove.js +0 -9
- package/icon/RemoveBorder.d.ts +0 -3
- package/icon/RemoveBorder.js +0 -9
- package/icon/RemoveField.d.ts +0 -3
- package/icon/RemoveField.js +0 -9
- package/icon/Repeat.d.ts +0 -3
- package/icon/Repeat.js +0 -9
- package/icon/Reply.d.ts +0 -3
- package/icon/Reply.js +0 -9
- package/icon/ResendFax.d.ts +0 -3
- package/icon/ResendFax.js +0 -9
- package/icon/ResetZoom.d.ts +0 -3
- package/icon/ResetZoom.js +0 -9
- package/icon/RichTextEditor.d.ts +0 -3
- package/icon/RichTextEditor.js +0 -9
- package/icon/RollAp.d.ts +0 -3
- package/icon/RollAp.js +0 -9
- package/icon/SaveDraft.d.ts +0 -3
- package/icon/SaveDraft.js +0 -9
- package/icon/Schedule.d.ts +0 -3
- package/icon/Schedule.js +0 -12
- package/icon/ScheduleMeeting.d.ts +0 -3
- package/icon/ScheduleMeeting.js +0 -9
- package/icon/Screenshare.d.ts +0 -3
- package/icon/Screenshare.js +0 -9
- package/icon/ScreenshareBorder.d.ts +0 -3
- package/icon/ScreenshareBorder.js +0 -9
- package/icon/Search.d.ts +0 -3
- package/icon/Search.js +0 -9
- package/icon/SearchNav.d.ts +0 -3
- package/icon/SearchNav.js +0 -9
- package/icon/Selects.d.ts +0 -3
- package/icon/Selects.js +0 -9
- package/icon/Send.d.ts +0 -3
- package/icon/Send.js +0 -9
- package/icon/SendFilled.d.ts +0 -3
- package/icon/SendFilled.js +0 -9
- package/icon/Settings.d.ts +0 -3
- package/icon/Settings.js +0 -9
- package/icon/SettingsBorder.d.ts +0 -3
- package/icon/SettingsBorder.js +0 -9
- package/icon/Share.d.ts +0 -3
- package/icon/Share.js +0 -9
- package/icon/SharedLine.d.ts +0 -3
- package/icon/SharedLine.js +0 -11
- package/icon/Sharepoint.d.ts +0 -3
- package/icon/Sharepoint.js +0 -9
- package/icon/Shortcut.d.ts +0 -3
- package/icon/Shortcut.js +0 -9
- package/icon/ShortcutBorder.d.ts +0 -3
- package/icon/ShortcutBorder.js +0 -9
- package/icon/Signal0.d.ts +0 -3
- package/icon/Signal0.js +0 -9
- package/icon/Signal1.d.ts +0 -3
- package/icon/Signal1.js +0 -9
- package/icon/Signal2.d.ts +0 -3
- package/icon/Signal2.js +0 -9
- package/icon/Signal3.d.ts +0 -3
- package/icon/Signal3.js +0 -9
- package/icon/Sms.d.ts +0 -3
- package/icon/Sms.js +0 -9
- package/icon/SmsBorder.d.ts +0 -3
- package/icon/SmsBorder.js +0 -9
- package/icon/SmsDefault.d.ts +0 -3
- package/icon/SmsDefault.js +0 -9
- package/icon/SmsInviteBorder.d.ts +0 -3
- package/icon/SmsInviteBorder.js +0 -9
- package/icon/Sort.d.ts +0 -3
- package/icon/Sort.js +0 -10
- package/icon/SpeakerDown.d.ts +0 -3
- package/icon/SpeakerDown.js +0 -9
- package/icon/SpeakerMute.d.ts +0 -3
- package/icon/SpeakerMute.js +0 -9
- package/icon/SpeakerUp.d.ts +0 -3
- package/icon/SpeakerUp.js +0 -9
- package/icon/Star.d.ts +0 -3
- package/icon/Star.js +0 -9
- package/icon/StarBorder.d.ts +0 -3
- package/icon/StarBorder.js +0 -9
- package/icon/Start.d.ts +0 -3
- package/icon/Start.js +0 -10
- package/icon/StartMeeting.d.ts +0 -3
- package/icon/StartMeeting.js +0 -9
- package/icon/Stop.d.ts +0 -3
- package/icon/Stop.js +0 -9
- package/icon/StopBorder.d.ts +0 -3
- package/icon/StopBorder.js +0 -9
- package/icon/StopCircle.d.ts +0 -3
- package/icon/StopCircle.js +0 -9
- package/icon/StopCircleBorder.d.ts +0 -3
- package/icon/StopCircleBorder.js +0 -9
- package/icon/StopRecord.d.ts +0 -3
- package/icon/StopRecord.js +0 -9
- package/icon/Strike.d.ts +0 -3
- package/icon/Strike.js +0 -9
- package/icon/TakeOver.d.ts +0 -3
- package/icon/TakeOver.js +0 -9
- package/icon/TaskNew.d.ts +0 -3
- package/icon/TaskNew.js +0 -9
- package/icon/TaskNewBorder.d.ts +0 -3
- package/icon/TaskNewBorder.js +0 -9
- package/icon/Team.d.ts +0 -3
- package/icon/Team.js +0 -9
- package/icon/TeamBorder.d.ts +0 -3
- package/icon/TeamBorder.js +0 -9
- package/icon/TeamDefault.d.ts +0 -3
- package/icon/TeamDefault.js +0 -9
- package/icon/Text.d.ts +0 -3
- package/icon/Text.js +0 -9
- package/icon/Theme.d.ts +0 -3
- package/icon/Theme.js +0 -9
- package/icon/Thumbup.d.ts +0 -3
- package/icon/Thumbup.js +0 -9
- package/icon/ThumbupBorder.d.ts +0 -3
- package/icon/ThumbupBorder.js +0 -9
- package/icon/Time.d.ts +0 -3
- package/icon/Time.js +0 -9
- package/icon/TimeBorder.d.ts +0 -3
- package/icon/TimeBorder.js +0 -9
- package/icon/Transcription.d.ts +0 -3
- package/icon/Transcription.js +0 -9
- package/icon/TransferCall.d.ts +0 -3
- package/icon/TransferCall.js +0 -9
- package/icon/TransferCallBorder.d.ts +0 -3
- package/icon/TransferCallBorder.js +0 -9
- package/icon/Unblocked.d.ts +0 -3
- package/icon/Unblocked.js +0 -9
- package/icon/Underline.d.ts +0 -3
- package/icon/Underline.js +0 -9
- package/icon/Undock.d.ts +0 -3
- package/icon/Undock.js +0 -9
- package/icon/UndockBorder.d.ts +0 -3
- package/icon/UndockBorder.js +0 -9
- package/icon/UnfoldLess.d.ts +0 -3
- package/icon/UnfoldLess.js +0 -9
- package/icon/UnfoldMore.d.ts +0 -3
- package/icon/UnfoldMore.js +0 -9
- package/icon/Unlock.d.ts +0 -3
- package/icon/Unlock.js +0 -9
- package/icon/Unpin.d.ts +0 -3
- package/icon/Unpin.js +0 -9
- package/icon/UnpinSlash.d.ts +0 -3
- package/icon/UnpinSlash.js +0 -9
- package/icon/Unread.d.ts +0 -3
- package/icon/Unread.js +0 -9
- package/icon/Unselect.d.ts +0 -3
- package/icon/Unselect.js +0 -9
- package/icon/UserDefault.d.ts +0 -3
- package/icon/UserDefault.js +0 -9
- package/icon/VideoAndMessage.d.ts +0 -3
- package/icon/VideoAndMessage.js +0 -9
- package/icon/VideoMeeting.d.ts +0 -3
- package/icon/VideoMeeting.js +0 -9
- package/icon/Videocam.d.ts +0 -3
- package/icon/Videocam.js +0 -9
- package/icon/VideocamBorder.d.ts +0 -3
- package/icon/VideocamBorder.js +0 -9
- package/icon/VideocamOff.d.ts +0 -3
- package/icon/VideocamOff.js +0 -9
- package/icon/VideocamOffBorder.d.ts +0 -3
- package/icon/VideocamOffBorder.js +0 -9
- package/icon/View.d.ts +0 -3
- package/icon/View.js +0 -9
- package/icon/ViewBorder.d.ts +0 -3
- package/icon/ViewBorder.js +0 -9
- package/icon/ViewLogBorder.d.ts +0 -3
- package/icon/ViewLogBorder.js +0 -9
- package/icon/Voicemail.d.ts +0 -3
- package/icon/Voicemail.js +0 -9
- package/icon/Warning.d.ts +0 -3
- package/icon/Warning.js +0 -9
- package/icon/WatchVideo.d.ts +0 -3
- package/icon/WatchVideo.js +0 -9
- package/icon/WeakConnection.d.ts +0 -3
- package/icon/WeakConnection.js +0 -10
- package/icon/Webinar.d.ts +0 -3
- package/icon/Webinar.js +0 -9
- package/icon/WebinarBorder.d.ts +0 -3
- package/icon/WebinarBorder.js +0 -9
- package/icon/Webpage.d.ts +0 -3
- package/icon/Webpage.js +0 -9
- package/icon/Whisper.d.ts +0 -3
- package/icon/Whisper.js +0 -9
- package/icon/Work.d.ts +0 -3
- package/icon/Work.js +0 -9
- package/icon/Workspace.d.ts +0 -3
- package/icon/Workspace.js +0 -9
- package/icon/WorkspaceBorder.d.ts +0 -3
- package/icon/WorkspaceBorder.js +0 -9
- package/icon/Zip.d.ts +0 -5
- package/icon/Zip.js +0 -17
- package/icon/ZipD.d.ts +0 -3
- package/icon/ZipD.js +0 -11
- package/icon/ZoomIn.d.ts +0 -3
- package/icon/ZoomIn.js +0 -9
- package/icon/ZoomOut.d.ts +0 -3
- package/icon/ZoomOut.js +0 -9
- package/icon/index.d.ts +0 -408
- package/icon/index.js +0 -818
- package/icon/package.json +0 -5
- package/icons/icon-0.svg +0 -6
- package/icons/icon-1.svg +0 -5
- package/icons/icon-2.svg +0 -6
- package/icons/icon-3.svg +0 -6
- package/icons/icon-4.svg +0 -6
- package/icons/icon-5.svg +0 -6
- package/icons/icon-6.svg +0 -6
- package/icons/icon-7.svg +0 -6
- package/icons/icon-8.svg +0 -6
- package/icons/icon-9.svg +0 -6
- package/icons/icon-Announcement.svg +0 -8
- package/icons/icon-Call-queue.svg +0 -14
- package/icons/icon-Company-setup.svg +0 -5
- package/icons/icon-Company-setup_border.svg +0 -5
- package/icons/icon-Description.svg +0 -5
- package/icons/icon-HUD.svg +0 -5
- package/icons/icon-Limited.svg +0 -7
- package/icons/icon-Logout.svg +0 -5
- package/icons/icon-Message.svg +0 -6
- package/icons/icon-New-email.svg +0 -5
- package/icons/icon-Paging.svg +0 -6
- package/icons/icon-Shared-line.svg +0 -8
- package/icons/icon-active-call.svg +0 -7
- package/icons/icon-activecall_border.svg +0 -5
- package/icons/icon-add-emoji-more.svg +0 -5
- package/icons/icon-add-event.svg +0 -5
- package/icons/icon-add-integration.svg +0 -6
- package/icons/icon-add-member.svg +0 -5
- package/icons/icon-add-member_border.svg +0 -5
- package/icons/icon-add-park-location.svg +0 -5
- package/icons/icon-add-reactions.svg +0 -9
- package/icons/icon-add-task.svg +0 -5
- package/icons/icon-add-team.svg +0 -5
- package/icons/icon-add-team_border.svg +0 -5
- package/icons/icon-add.svg +0 -5
- package/icons/icon-add_border.svg +0 -5
- package/icons/icon-add_field.svg +0 -5
- package/icons/icon-add_new_folder.svg +0 -5
- package/icons/icon-address.svg +0 -5
- package/icons/icon-admin.svg +0 -5
- package/icons/icon-admin_border.svg +0 -5
- package/icons/icon-advanced.svg +0 -5
- package/icons/icon-align-center.svg +0 -5
- package/icons/icon-align-justify.svg +0 -5
- package/icons/icon-align-left.svg +0 -5
- package/icons/icon-align-right.svg +0 -5
- package/icons/icon-analytics.svg +0 -5
- package/icons/icon-analytics_border.svg +0 -5
- package/icons/icon-apple-logo.svg +0 -5
- package/icons/icon-apps.svg +0 -5
- package/icons/icon-archive.svg +0 -5
- package/icons/icon-arrow-down.svg +0 -5
- package/icons/icon-arrow-left.svg +0 -5
- package/icons/icon-arrow-up.svg +0 -5
- package/icons/icon-arrow_down.svg +0 -5
- package/icons/icon-arrow_left.svg +0 -5
- package/icons/icon-arrow_right.svg +0 -5
- package/icons/icon-arrow_right1.svg +0 -5
- package/icons/icon-arrow_up.svg +0 -5
- package/icons/icon-askfirst.svg +0 -5
- package/icons/icon-assignment.svg +0 -5
- package/icons/icon-asterisk.svg +0 -5
- package/icons/icon-attachment.svg +0 -5
- package/icons/icon-audio.svg +0 -5
- package/icons/icon-avatar_rooms.svg +0 -5
- package/icons/icon-barge.svg +0 -5
- package/icons/icon-birthday.svg +0 -5
- package/icons/icon-blocked.svg +0 -5
- package/icons/icon-bold.svg +0 -5
- package/icons/icon-bookmark.svg +0 -5
- package/icons/icon-bookmark_border.svg +0 -5
- package/icons/icon-box-new.svg +0 -5
- package/icons/icon-box.svg +0 -5
- package/icons/icon-box1.svg +0 -5
- package/icons/icon-bubble_lines.svg +0 -5
- package/icons/icon-bubble_lines_border.svg +0 -5
- package/icons/icon-call-add.svg +0 -5
- package/icons/icon-call-list.svg +0 -5
- package/icons/icon-call-more.svg +0 -5
- package/icons/icon-call_on_behalf.svg +0 -5
- package/icons/icon-chat_bubble.svg +0 -5
- package/icons/icon-check.svg +0 -5
- package/icons/icon-chevron_left.svg +0 -5
- package/icons/icon-chevron_right.svg +0 -5
- package/icons/icon-close.svg +0 -5
- package/icons/icon-cloud_contact.svg +0 -5
- package/icons/icon-code_snippets.svg +0 -5
- package/icons/icon-comments.svg +0 -5
- package/icons/icon-computer.svg +0 -5
- package/icons/icon-conference.svg +0 -5
- package/icons/icon-conference_border.svg +0 -5
- package/icons/icon-connect.svg +0 -5
- package/icons/icon-contacts.svg +0 -5
- package/icons/icon-contacts_and_calendars.svg +0 -5
- package/icons/icon-contacts_border.svg +0 -5
- package/icons/icon-copy.svg +0 -5
- package/icons/icon-customize-tabs.svg +0 -5
- package/icons/icon-dashboard.svg +0 -5
- package/icons/icon-dashboard_border.svg +0 -5
- package/icons/icon-date.svg +0 -5
- package/icons/icon-date_border.svg +0 -5
- package/icons/icon-default-avatar.svg +0 -5
- package/icons/icon-default-file-D.svg +0 -7
- package/icons/icon-default-file.svg +0 -8
- package/icons/icon-default-gdrive-D.svg +0 -8
- package/icons/icon-default-gdrive.svg +0 -9
- package/icons/icon-default-group-avatar.svg +0 -5
- package/icons/icon-default-integration.svg +0 -5
- package/icons/icon-default-integration_border.svg +0 -5
- package/icons/icon-default-music-D.svg +0 -7
- package/icons/icon-default-music.svg +0 -7
- package/icons/icon-default-team-avatar.svg +0 -5
- package/icons/icon-default-video-D.svg +0 -7
- package/icons/icon-default-video.svg +0 -7
- package/icons/icon-delete.svg +0 -5
- package/icons/icon-delete_circle.svg +0 -5
- package/icons/icon-deleted_file.svg +0 -6
- package/icons/icon-deleted_file_D.svg +0 -6
- package/icons/icon-deletenumber.svg +0 -5
- package/icons/icon-department.svg +0 -5
- package/icons/icon-dial.svg +0 -5
- package/icons/icon-dialer.svg +0 -5
- package/icons/icon-doc-D.svg +0 -7
- package/icons/icon-doc.svg +0 -7
- package/icons/icon-dock_border.svg +0 -5
- package/icons/icon-double-chevron_left.svg +0 -5
- package/icons/icon-double-chevron_right.svg +0 -5
- package/icons/icon-download.svg +0 -5
- package/icons/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
- package/icons/icon-draft.svg +0 -5
- package/icons/icon-dragable_area.svg +0 -5
- package/icons/icon-dropbox.svg +0 -5
- package/icons/icon-edit.svg +0 -5
- package/icons/icon-email.svg +0 -5
- package/icons/icon-emoji.svg +0 -5
- package/icons/icon-end--answer.svg +0 -6
- package/icons/icon-event-new.svg +0 -5
- package/icons/icon-event-new_border.svg +0 -5
- package/icons/icon-evernote.svg +0 -5
- package/icons/icon-excel-D.svg +0 -7
- package/icons/icon-excel.svg +0 -7
- package/icons/icon-expand.svg +0 -5
- package/icons/icon-external_link.svg +0 -5
- package/icons/icon-failed-fax.svg +0 -5
- package/icons/icon-failed-fax_border.svg +0 -5
- package/icons/icon-fax.svg +0 -5
- package/icons/icon-fax_border.svg +0 -5
- package/icons/icon-feedback.svg +0 -5
- package/icons/icon-file.svg +0 -5
- package/icons/icon-file_border.svg +0 -5
- package/icons/icon-filter.svg +0 -5
- package/icons/icon-foldercreated.svg +0 -5
- package/icons/icon-font-color.svg +0 -6
- package/icons/icon-forward.svg +0 -5
- package/icons/icon-forwardcall.svg +0 -5
- package/icons/icon-forwarding.svg +0 -5
- package/icons/icon-forwarding_border.svg +0 -5
- package/icons/icon-gdrive-logo.svg +0 -10
- package/icons/icon-gif-file-D.svg +0 -7
- package/icons/icon-gif-file.svg +0 -8
- package/icons/icon-gif.svg +0 -5
- package/icons/icon-gmail.svg +0 -9
- package/icons/icon-good-connection.svg +0 -5
- package/icons/icon-google-calendar-2019.svg +0 -10
- package/icons/icon-google-doc-D.svg +0 -7
- package/icons/icon-google-doc.svg +0 -7
- package/icons/icon-google-logo-disabled.svg +0 -5
- package/icons/icon-google-logo.svg +0 -8
- package/icons/icon-google-sheet-D.svg +0 -7
- package/icons/icon-google-sheet.svg +0 -7
- package/icons/icon-google-slide-D.svg +0 -7
- package/icons/icon-google-slide.svg +0 -7
- package/icons/icon-google.svg +0 -5
- package/icons/icon-group-default.svg +0 -5
- package/icons/icon-hand-up.svg +0 -5
- package/icons/icon-hash.svg +0 -5
- package/icons/icon-hd.svg +0 -5
- package/icons/icon-help.svg +0 -5
- package/icons/icon-help_border.svg +0 -5
- package/icons/icon-hide_border.svg +0 -5
- package/icons/icon-hold-answer.svg +0 -6
- package/icons/icon-hold.svg +0 -5
- package/icons/icon-holdcall_border.svg +0 -5
- package/icons/icon-horizontal-line.svg +0 -5
- package/icons/icon-ignore.svg +0 -5
- package/icons/icon-image-broken-D.svg +0 -7
- package/icons/icon-image-broken.svg +0 -8
- package/icons/icon-image-preview-D.svg +0 -7
- package/icons/icon-image-preview.svg +0 -7
- package/icons/icon-in-progress.svg +0 -5
- package/icons/icon-inbound-fax.svg +0 -5
- package/icons/icon-inbound-fax_border.svg +0 -5
- package/icons/icon-inbound_call_on_behalf.svg +0 -5
- package/icons/icon-inbox.svg +0 -5
- package/icons/icon-incall.svg +0 -5
- package/icons/icon-incall_border.svg +0 -5
- package/icons/icon-indent.svg +0 -5
- package/icons/icon-indeterminate.svg +0 -5
- package/icons/icon-info.svg +0 -5
- package/icons/icon-info_border.svg +0 -5
- package/icons/icon-insert-code.svg +0 -5
- package/icons/icon-insert-image.svg +0 -5
- package/icons/icon-insert-link.svg +0 -5
- package/icons/icon-insert-table.svg +0 -5
- package/icons/icon-insert-video.svg +0 -5
- package/icons/icon-italic.svg +0 -5
- package/icons/icon-item-list-selected.svg +0 -5
- package/icons/icon-join-audio-poc.svg +0 -5
- package/icons/icon-join.svg +0 -7
- package/icons/icon-join_meeting.svg +0 -5
- package/icons/icon-jump-to-latest.svg +0 -5
- package/icons/icon-jump-to-unread.svg +0 -5
- package/icons/icon-keypad.svg +0 -5
- package/icons/icon-leave-meeting.svg +0 -5
- package/icons/icon-leave.svg +0 -5
- package/icons/icon-list-bullet.svg +0 -5
- package/icons/icon-list-ordered.svg +0 -5
- package/icons/icon-list-view.svg +0 -5
- package/icons/icon-location.svg +0 -5
- package/icons/icon-location_border.svg +0 -5
- package/icons/icon-lock.svg +0 -5
- package/icons/icon-lock_border.svg +0 -5
- package/icons/icon-login.svg +0 -5
- package/icons/icon-mac-keynote-D.svg +0 -7
- package/icons/icon-mac-keynote.svg +0 -10
- package/icons/icon-mac-numbers-D.svg +0 -7
- package/icons/icon-mac-numbers.svg +0 -7
- package/icons/icon-mac-pages-D.svg +0 -7
- package/icons/icon-mac-pages.svg +0 -7
- package/icons/icon-marker_m.svg +0 -6
- package/icons/icon-marker_s.svg +0 -6
- package/icons/icon-member_border.svg +0 -5
- package/icons/icon-mention.svg +0 -5
- package/icons/icon-mention_border.svg +0 -5
- package/icons/icon-merge.svg +0 -5
- package/icons/icon-mic-off.svg +0 -5
- package/icons/icon-mic-off_border.svg +0 -5
- package/icons/icon-mic.svg +0 -5
- package/icons/icon-mic_border.svg +0 -5
- package/icons/icon-microsoft-logo-disabled.svg +0 -8
- package/icons/icon-microsoft-logo.svg +0 -8
- package/icons/icon-microsoft-outlook-2019.svg +0 -19
- package/icons/icon-minimize.svg +0 -5
- package/icons/icon-missedcall.svg +0 -5
- package/icons/icon-missedcall_border.svg +0 -5
- package/icons/icon-mobile.svg +0 -5
- package/icons/icon-monitor_call.svg +0 -5
- package/icons/icon-more_horiz.svg +0 -5
- package/icons/icon-more_vert.svg +0 -5
- package/icons/icon-mute-notification.svg +0 -5
- package/icons/icon-mute-notification_border.svg +0 -5
- package/icons/icon-new-action.svg +0 -5
- package/icons/icon-new-fax.svg +0 -5
- package/icons/icon-new-file.svg +0 -5
- package/icons/icon-new-note.svg +0 -5
- package/icons/icon-nickname.svg +0 -5
- package/icons/icon-no-audio.svg +0 -5
- package/icons/icon-no-connection.svg +0 -6
- package/icons/icon-non-edit.svg +0 -5
- package/icons/icon-note.svg +0 -5
- package/icons/icon-note_border.svg +0 -5
- package/icons/icon-notification.svg +0 -5
- package/icons/icon-notification_border.svg +0 -5
- package/icons/icon-onedrive.svg +0 -5
- package/icons/icon-open-folder.svg +0 -5
- package/icons/icon-oubound_call_on_behalf.svg +0 -5
- package/icons/icon-outbound-fax.svg +0 -5
- package/icons/icon-outbound-fax_border.svg +0 -5
- package/icons/icon-outcall.svg +0 -5
- package/icons/icon-outcall_border.svg +0 -5
- package/icons/icon-outdent.svg +0 -5
- package/icons/icon-park-call-message.svg +0 -5
- package/icons/icon-park-call-text.svg +0 -5
- package/icons/icon-park-call.svg +0 -5
- package/icons/icon-partner_cloud_contact.svg +0 -5
- package/icons/icon-pause.svg +0 -5
- package/icons/icon-pause_border.svg +0 -5
- package/icons/icon-pause_circle.svg +0 -5
- package/icons/icon-pause_circle_border.svg +0 -5
- package/icons/icon-pdf-D.svg +0 -7
- package/icons/icon-pdf.svg +0 -7
- package/icons/icon-people.svg +0 -5
- package/icons/icon-phone-off.svg +0 -5
- package/icons/icon-phone-off_border.svg +0 -5
- package/icons/icon-phone.svg +0 -5
- package/icons/icon-phone_border.svg +0 -5
- package/icons/icon-pick_up_call.svg +0 -5
- package/icons/icon-pin.svg +0 -5
- package/icons/icon-play.svg +0 -5
- package/icons/icon-play_border.svg +0 -5
- package/icons/icon-play_circle.svg +0 -5
- package/icons/icon-play_circle_border.svg +0 -5
- package/icons/icon-poll.svg +0 -5
- package/icons/icon-poll_border.svg +0 -5
- package/icons/icon-poor-connection.svg +0 -6
- package/icons/icon-ppt-D.svg +0 -7
- package/icons/icon-ppt.svg +0 -7
- package/icons/icon-previous.svg +0 -5
- package/icons/icon-quote.svg +0 -5
- package/icons/icon-radio.svg +0 -5
- package/icons/icon-radio_unselect.svg +0 -5
- package/icons/icon-rc_blog.svg +0 -5
- package/icons/icon-rc_cloud_contact.svg +0 -5
- package/icons/icon-rc_contact.svg +0 -5
- package/icons/icon-rc_help.svg +0 -5
- package/icons/icon-rcv_mic-off.svg +0 -6
- package/icons/icon-rcv_videocam-off.svg +0 -6
- package/icons/icon-read.svg +0 -5
- package/icons/icon-record.svg +0 -5
- package/icons/icon-refresh.svg +0 -5
- package/icons/icon-remove.svg +0 -5
- package/icons/icon-remove_border.svg +0 -5
- package/icons/icon-remove_field.svg +0 -5
- package/icons/icon-repeat.svg +0 -5
- package/icons/icon-reply.svg +0 -5
- package/icons/icon-resend-fax.svg +0 -5
- package/icons/icon-reset-zoom.svg +0 -5
- package/icons/icon-rich_text_editor.svg +0 -5
- package/icons/icon-roll-ap.svg +0 -5
- package/icons/icon-save-draft.svg +0 -5
- package/icons/icon-schedule.svg +0 -13
- package/icons/icon-schedule_meeting.svg +0 -5
- package/icons/icon-screenshare.svg +0 -5
- package/icons/icon-screenshare_border.svg +0 -5
- package/icons/icon-search.svg +0 -5
- package/icons/icon-search_nav.svg +0 -5
- package/icons/icon-selects.svg +0 -5
- package/icons/icon-send.svg +0 -5
- package/icons/icon-send_filled.svg +0 -5
- package/icons/icon-settings.svg +0 -5
- package/icons/icon-settings_border.svg +0 -5
- package/icons/icon-share.svg +0 -5
- package/icons/icon-sharepoint.svg +0 -5
- package/icons/icon-shortcut.svg +0 -5
- package/icons/icon-shortcut_border.svg +0 -5
- package/icons/icon-signal-0.svg +0 -5
- package/icons/icon-signal-1.svg +0 -5
- package/icons/icon-signal-2.svg +0 -5
- package/icons/icon-signal-3.svg +0 -7
- package/icons/icon-sms-default.svg +0 -5
- package/icons/icon-sms.svg +0 -5
- package/icons/icon-sms_border.svg +0 -5
- package/icons/icon-sms_invite_border.svg +0 -5
- package/icons/icon-sort.svg +0 -6
- package/icons/icon-speaker-down.svg +0 -5
- package/icons/icon-speaker-mute.svg +0 -5
- package/icons/icon-speaker-up.svg +0 -5
- package/icons/icon-star.svg +0 -5
- package/icons/icon-star_border.svg +0 -5
- package/icons/icon-start.svg +0 -7
- package/icons/icon-start_meeting.svg +0 -5
- package/icons/icon-stop-record.svg +0 -5
- package/icons/icon-stop.svg +0 -5
- package/icons/icon-stop_border.svg +0 -5
- package/icons/icon-stop_circle.svg +0 -5
- package/icons/icon-stop_circle_border.svg +0 -5
- package/icons/icon-strike.svg +0 -5
- package/icons/icon-take_over.svg +0 -5
- package/icons/icon-task-new.svg +0 -5
- package/icons/icon-task-new_border.svg +0 -5
- package/icons/icon-team-default.svg +0 -5
- package/icons/icon-team.svg +0 -5
- package/icons/icon-team_border.svg +0 -5
- package/icons/icon-text.svg +0 -5
- package/icons/icon-theme.svg +0 -5
- package/icons/icon-thumbup.svg +0 -5
- package/icons/icon-thumbup_border.svg +0 -5
- package/icons/icon-time.svg +0 -5
- package/icons/icon-time_border.svg +0 -5
- package/icons/icon-transcription.svg +0 -5
- package/icons/icon-transfer-call.svg +0 -5
- package/icons/icon-transfer_call_border.svg +0 -5
- package/icons/icon-unblocked.svg +0 -5
- package/icons/icon-underline.svg +0 -5
- package/icons/icon-undock.svg +0 -5
- package/icons/icon-undock_border.svg +0 -5
- package/icons/icon-unfold_less.svg +0 -5
- package/icons/icon-unfold_more.svg +0 -5
- package/icons/icon-unlock.svg +0 -5
- package/icons/icon-unpin-slash.svg +0 -5
- package/icons/icon-unpin.svg +0 -5
- package/icons/icon-unread.svg +0 -5
- package/icons/icon-unselect.svg +0 -5
- package/icons/icon-user-default.svg +0 -5
- package/icons/icon-video_and_message.svg +0 -5
- package/icons/icon-video_meeting.svg +0 -5
- package/icons/icon-videocam-off.svg +0 -5
- package/icons/icon-videocam-off_border.svg +0 -5
- package/icons/icon-videocam.svg +0 -5
- package/icons/icon-videocam_border.svg +0 -5
- package/icons/icon-view-log_border.svg +0 -5
- package/icons/icon-view.svg +0 -5
- package/icons/icon-view_border.svg +0 -5
- package/icons/icon-voicemail.svg +0 -5
- package/icons/icon-warning.svg +0 -5
- package/icons/icon-watch-video.svg +0 -5
- package/icons/icon-weak-connection.svg +0 -6
- package/icons/icon-webinar.svg +0 -5
- package/icons/icon-webinar_border.svg +0 -5
- package/icons/icon-webpage.svg +0 -5
- package/icons/icon-whisper.svg +0 -5
- package/icons/icon-work.svg +0 -5
- package/icons/icon-workspace.svg +0 -5
- package/icons/icon-workspace_border.svg +0 -5
- package/icons/icon-zip-D.svg +0 -7
- package/icons/icon-zip.svg +0 -7
- package/icons/icon-zoom-in.svg +0 -5
- package/icons/icon-zoom-out.svg +0 -5
- package/scss/_rcDark.scss +0 -198
- package/scss/_rcHighContrast.scss +0 -198
- package/scss/_theming.scss +0 -241
- package/scss/themes/_breakpoints.scss +0 -10
- package/scss/themes/_index.scss +0 -10
- package/scss/themes/_opacity.scss +0 -15
- package/scss/themes/_palette.dark.scss +0 -196
- package/scss/themes/_palette.light.scss +0 -196
- package/scss/themes/_radius.scss +0 -10
- package/scss/themes/_shadows.scss +0 -1
- package/scss/themes/_shape.scss +0 -3
- package/scss/themes/_size.scss +0 -4
- package/scss/themes/_transition.scss +0 -17
- package/scss/themes/_typography.scss +0 -86
- package/scss/themes/_zIndex.scss +0 -9
- package/scss/utils/_add-spacing.scss +0 -32
- package/scss/utils/_add-style.scss +0 -11
- package/scss/utils/_box-shadow.scss +0 -3
- package/scss/utils/_index.scss +0 -4
- package/scss/utils/_map-deep.scss +0 -96
package/icon/Box1.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
|
-
var Box1 = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M21.826 10.318l-.738-1.65c-1.25-2.192-3.377-3.59-6.918-3.339a5.687 5.687 0 00-1.788.55c-1.657.766-3.495 2.398-3.809 4.479l-1.982.629c-1.228.578-2.535 1.542-3.264 2.632a10.995 10.995 0 00-1.399 2.985c-.519 1.739.01 3.767.505 5.029 1.011 2.579 3.214 4.354 6.218 4.911l2.682.078h4.741c2.567 0 5.827.355 8.006-.235 2.808-.761 4.999-2.79 5.83-5.54 1.744-5.775-2.875-10.593-8.084-10.529zm-5.07 13.454c-1.532 0-2.845-.901-3.482-2.201-.638 1.3-1.95 2.201-3.482 2.201-2.154 0-3.9-1.765-3.9-3.943v-.048V13.282c0-.466.374-.845.835-.845s.836.379.836.845v3.312a3.857 3.857 0 012.229-.706c1.532 0 2.844.901 3.482 2.2.638-1.299 1.95-2.2 3.482-2.2 2.153 0 3.899 1.765 3.899 3.942s-1.746 3.943-3.899 3.943zm9.302-1.213c.278.372.205.903-.163 1.183s-.893.208-1.17-.165l-1.701-2.276-1.701 2.276c-.278.373-.802.446-1.17.165s-.442-.811-.164-1.183l1.987-2.658-1.987-2.659c-.278-.372-.205-.902.164-1.183s.892-.207 1.17.165l1.701 2.276 1.701-2.276c.277-.372.801-.446 1.17-.165s.441.811.163 1.183l-1.987 2.659 1.987 2.658zm-9.302-4.982c1.231 0 2.228 1.008 2.228 2.252s-.997 2.253-2.228 2.253c-1.231 0-2.229-1.009-2.229-2.253s.998-2.252 2.229-2.252zm-6.964 0c1.231 0 2.228 1.008 2.228 2.252s-.998 2.253-2.228 2.253c-1.231 0-2.229-1.009-2.229-2.253s.998-2.252 2.229-2.252z" }))); }));
|
|
7
|
-
Box1.displayName = 'Box1';
|
|
8
|
-
Box1['iconName'] = 'box1';
|
|
9
|
-
exports.default = Box1;
|
package/icon/BoxNew.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const BoxNew: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
-
export default BoxNew;
|
package/icon/BoxNew.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
|
-
var BoxNew = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M15.984 10.254c-2.15 0-4.137.674-5.769 1.811V4.073C10.215 2.928 9.273 2 8.112 2s-2.103.928-2.103 2.073v15.272c-.021.259.003 1.756.072 2.181C6.772 26.314 10.937 30 15.985 30c5.532 0 10.016-4.42 10.016-9.873s-4.484-9.873-10.016-9.873zm0 15.56c-3.186 0-5.769-2.546-5.769-5.687s2.583-5.687 5.769-5.687 5.769 2.546 5.769 5.687-2.583 5.687-5.769 5.687z" }))); }));
|
|
7
|
-
BoxNew.displayName = 'BoxNew';
|
|
8
|
-
BoxNew['iconName'] = 'box-new';
|
|
9
|
-
exports.default = BoxNew;
|
package/icon/BubbleLines.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const BubbleLines: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
-
export default BubbleLines;
|
package/icon/BubbleLines.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
|
-
var BubbleLines = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M22 9a2 2 0 012 2v12a2 2 0 01-2 2h-4.586a.997.997 0 00-.707.293l-3.141 3.141a.8.8 0 01-1.131 0l-3.141-3.141A1 1 0 008.587 25H4.001a2 2 0 01-2-2V11a2 2 0 012-2h18zm6-6a2 2 0 012 2v12a2 2 0 01-2 2h-3v-9a2.001 2.001 0 00-1.851-1.995L23 8H8V5a2 2 0 012-2h18z" }))); }));
|
|
7
|
-
BubbleLines.displayName = 'BubbleLines';
|
|
8
|
-
BubbleLines['iconName'] = 'bubble_lines';
|
|
9
|
-
exports.default = BubbleLines;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const BubbleLinesBorder: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
-
export default BubbleLinesBorder;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
|
-
var BubbleLinesBorder = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M22 9a2 2 0 012 2v12a2 2 0 01-2 2h-4.586a.997.997 0 00-.707.293l-3.141 3.141a.8.8 0 01-1.131 0l-3.141-3.141A1 1 0 008.587 25H4.001a2 2 0 01-2-2V11a2 2 0 012-2h18zm-1 2H5a1 1 0 00-1 1v10a1 1 0 001 1h4a2 2 0 011.414.586L13 26.172l2.586-2.586A2 2 0 0117 23h4a1 1 0 001-1V12a1 1 0 00-1-1zm7-8a2 2 0 012 2v12a2 2 0 01-2 2h-3v-2h2a1 1 0 001-1V6a1 1 0 00-1-1H11a1 1 0 00-1 1v2H8V5a2 2 0 012-2h18z" }))); }));
|
|
7
|
-
BubbleLinesBorder.displayName = 'BubbleLinesBorder';
|
|
8
|
-
BubbleLinesBorder['iconName'] = 'bubble_lines_border';
|
|
9
|
-
exports.default = BubbleLinesBorder;
|
package/icon/CallAdd.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const CallAdd: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
-
export default CallAdd;
|
package/icon/CallAdd.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
|
-
var CallAdd = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M16 4a2 2 0 012 2v8h8a2 2 0 110 4h-8v8a2 2 0 11-4 0v-8H6a2 2 0 110-4h8V6a2 2 0 012-2z" }))); }));
|
|
7
|
-
CallAdd.displayName = 'CallAdd';
|
|
8
|
-
CallAdd['iconName'] = 'call-add';
|
|
9
|
-
exports.default = CallAdd;
|
package/icon/CallList.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const CallList: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
-
export default CallList;
|
package/icon/CallList.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
|
-
var CallList = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M6.185 11.773l1.148 3.329c.13.367.05.712-.326.928l-1.005.58c-.961.555-1.055 1.421-.724 2.377.228.657.717 1.604 1.27 2.563l.278.473c.464.775.928 1.472 1.312 1.917.657.755 1.454 1.107 2.415.552l1.005-.58c.376-.217.715-.114.967.182l2.224 2.561c.733.806.399 1.477-.606 2.057-.909.525-1.846.576-2.845.317-2.547-.679-5.07-3.234-6.828-6.279s-2.709-6.508-2.024-9.053c.276-.995.789-1.781 1.697-2.305.948-.547 1.69-.557 2.043.382zM29 24a1 1 0 010 2H19a1 1 0 010-2h10zm0-9a1 1 0 010 2H13a1 1 0 010-2h16zm0-9a1 1 0 010 2H3a1 1 0 010-2h26z" }))); }));
|
|
7
|
-
CallList.displayName = 'CallList';
|
|
8
|
-
CallList['iconName'] = 'call-list';
|
|
9
|
-
exports.default = CallList;
|
package/icon/CallMore.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const CallMore: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
-
export default CallMore;
|
package/icon/CallMore.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
|
-
var CallMore = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M6 13a3 3 0 110 6 3 3 0 010-6zm10 0a3 3 0 110 6 3 3 0 010-6zm10 0a3 3 0 110 6 3 3 0 010-6z" }))); }));
|
|
7
|
-
CallMore.displayName = 'CallMore';
|
|
8
|
-
CallMore['iconName'] = 'call-more';
|
|
9
|
-
exports.default = CallMore;
|
package/icon/CallOnBehalf.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const CallOnBehalf: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
-
export default CallOnBehalf;
|
package/icon/CallOnBehalf.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
|
-
var CallOnBehalf = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M27.11 11.037c.405.063.849.222 1.37.477.495.242.886.48 1.188.733.693.585 1.117 1.376 1.263 2.319.137.8.076 1.695-.171 2.661-.232.907-.625 1.862-1.178 2.871-.542.998-1.236 2.007-2.08 3.024a20.858 20.858 0 01-1.956 2.035 14.3 14.3 0 01-1.999 1.57c-.696.448-1.385.796-2.07 1.042a6.334 6.334 0 01-2.144.397c-.458 0-.889-.062-1.289-.19a3.418 3.418 0 01-.943-.467l-.208-.159c-.261-.195-.578-.517-.917-.931-.309-.376-.536-.712-.688-1.032l-.069-.159c-.233-.461-.284-1.074-.125-1.676a2.824 2.824 0 01.953-1.467l.845-.71.494-.429c.338-.299.664-.597.978-.895.391-.423.989-.701 1.658-.761a2.912 2.912 0 011.767.398l.125.085a4.6 4.6 0 01.205.152l.135.114-.052.049c.183-.164.39-.383.619-.654l.148-.183.176-.232.078-.11.09-.135-.154-.111a5.72 5.72 0 01-.175-.142c-.517-.518-.789-1.055-.868-1.66a2.577 2.577 0 01.418-1.771l.206-.302.369-.561c.114-.178.219-.348.317-.51.241-.401.454-.788.639-1.159.318-.585.758-1.006 1.317-1.27a2.937 2.937 0 011.731-.25zM12 17c1.439 0 2.822.226 4.092.64a3.383 3.383 0 00-.114.775l-.001.175-.105.058c-.338.195-.64.447-.893.744A11.371 11.371 0 0012 19c-4.878 0-8.85 3.019-8.996 6.786L3 26h10.981a1 1 0 00-.098 1.993L14 28H3a2 2 0 01-2-2c0-5.096 5.019-9 11-9zm14.233-3.904a.853.853 0 00-.398.386c-.193.387-.431.819-.697 1.263s-.581.928-.946 1.461a.56.56 0 00-.094.397c.021.16.091.298.246.455l.008.003.123.087.089.058c.032.02.067.04.104.06l.091.059.076.038.11.06.068.031.707.375-.146.729a2.586 2.586 0 01-.153.479 4.367 4.367 0 01-.405.782c-.178.282-.4.582-.663.898a8.648 8.648 0 01-.816.859 4.275 4.275 0 01-.755.557c-.086.048-.167.09-.242.124l-.664.302-.608-.669h-.002l.002-.146h-.126l-.01-.014.007.014-.207-.2a1.714 1.714 0 00-.217-.167.9.9 0 00-.519-.094c-.19.017-.327.08-.415.175-.281.269-.545.513-.809.751l-.424.376-.556.477-.674.564a.832.832 0 00-.294.437.492.492 0 00.015.349c.091.218.237.443.479.738.247.301.459.516.613.632.174.143.334.23.519.289.196.063.422.095.68.095.456 0 .945-.092 1.469-.28a8.166 8.166 0 001.662-.84c.575-.37 1.154-.826 1.731-1.364a18.76 18.76 0 001.774-1.845c.758-.913 1.379-1.815 1.858-2.697.479-.873.809-1.675.997-2.409.181-.71.223-1.325.134-1.845-.077-.495-.266-.848-.576-1.11-.158-.132-.417-.291-.778-.467-.357-.174-.625-.27-.802-.298a.946.946 0 00-.567.083zM12 3a6 6 0 110 12 6 6 0 010-12zm0 2a4 4 0 100 8 4 4 0 000-8z" }))); }));
|
|
7
|
-
CallOnBehalf.displayName = 'CallOnBehalf';
|
|
8
|
-
CallOnBehalf['iconName'] = 'call_on_behalf';
|
|
9
|
-
exports.default = CallOnBehalf;
|
package/icon/CallQueue.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const CallQueue: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
-
export default CallQueue;
|
package/icon/CallQueue.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
|
-
var CallQueue = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--color2, #066fac)", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16z" }),
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M18.5 5c3.333 0 6.036 2.737 6.036 6.113l-.934.001c.003-.075.005-.151.005-.227 0-2.751-2.287-4.981-5.107-4.981s-5.107 2.23-5.107 4.981c0 .076.002.152.005.227l-.934-.001C12.464 7.737 15.166 5 18.5 5z" }),
|
|
8
|
-
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M18.5 17c3.333 0 6.036-2.737 6.036-6.113h-.934c.003.075.005.151.005.226 0 2.751-2.287 4.981-5.107 4.981-.337 0-.505.145-.505.436s.168.447.505.469zm-5.107-5.887c0-.076.002-.151.005-.226h-.934z" }),
|
|
9
|
-
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M13.393 10.923c0 .839.198 1.634.55 2.341h-1.496a.449.449 0 01-.448-.448V9.184c0-.247.201-.448.448-.448l1.423-.002a5.227 5.227 0 00-.477 2.189zm11.159-2.187c.247 0 .448.201.448.448v3.632a.449.449 0 01-.448.448h-.709c.352-.707.55-1.502.55-2.341 0-.78-.171-1.521-.477-2.189l.636.002zM22.505 10.929c0 2.155-1.791 3.901-4 3.901s-4-1.747-4-3.901c0-2.155 1.791-3.901 4-3.901s4 1.747 4 3.901z" }),
|
|
10
|
-
react_1.default.createElement("path", { fill: "var(--color2, #066fac)", d: "M22 21.5c0 5.247-4.253 9.5-9.5 9.5S3 26.747 3 21.5 7.253 12 12.5 12s9.5 4.253 9.5 9.5z" }),
|
|
11
|
-
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M12.5 14c3.333 0 6.036 2.737 6.036 6.113l-.934.001c.003-.075.005-.151.005-.227 0-2.751-2.287-4.981-5.107-4.981s-5.107 2.23-5.107 4.981c0 .076.002.152.005.227l-.934-.001C6.464 16.737 9.166 14 12.5 14z" }),
|
|
12
|
-
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M12.5 26c3.333 0 6.036-2.737 6.036-6.113h-.934c.003.075.005.151.005.226 0 2.751-2.287 4.981-5.107 4.981-.337 0-.505.145-.505.436s.168.447.505.469zm-5.107-5.887c0-.076.002-.151.005-.226h-.934z" }),
|
|
13
|
-
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M7.393 19.923c0 .839.198 1.634.55 2.341H6.447a.449.449 0 01-.448-.448v-3.632c0-.247.201-.448.448-.448l1.423-.002a5.227 5.227 0 00-.477 2.189zm11.159-2.187c.247 0 .448.201.448.448v3.632a.449.449 0 01-.448.448h-.709c.352-.707.55-1.502.55-2.341 0-.78-.171-1.521-.477-2.189l.636.002zM16.505 19.929c0 2.155-1.791 3.901-4 3.901s-4-1.747-4-3.901c0-2.155 1.791-3.901 4-3.901s4 1.747 4 3.901z" }))); }));
|
|
14
|
-
CallQueue.displayName = 'CallQueue';
|
|
15
|
-
CallQueue['iconName'] = 'Call-queue';
|
|
16
|
-
exports.default = CallQueue;
|
package/icon/ChatBubble.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const ChatBubble: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
-
export default ChatBubble;
|
package/icon/ChatBubble.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
|
-
var ChatBubble = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M28 4a2 2 0 012 2v16a2 2 0 01-2 2h-7.586a.997.997 0 00-.707.293l-3.141 3.141a.8.8 0 01-1.131 0l-3.141-3.141a1 1 0 00-.707-.293H4.001a2 2 0 01-2-2V6a2 2 0 012-2h24zm-1 2H5a1 1 0 00-1 1v14a1 1 0 001 1h7a2 2 0 011.414.586L16 25.172l2.586-2.586A2 2 0 0120 22h7a1 1 0 001-1V7a1 1 0 00-1-1zm-7.222 3a1 1 0 011 1v7a1 1 0 01-2 0l.001-4.585-6.072 6.07a.999.999 0 11-1.414-1.414l6.072-6.07L12.779 11a1 1 0 010-2h7z" }))); }));
|
|
7
|
-
ChatBubble.displayName = 'ChatBubble';
|
|
8
|
-
ChatBubble['iconName'] = 'chat_bubble';
|
|
9
|
-
exports.default = ChatBubble;
|
package/icon/Check.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Check: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
-
export default Check;
|
package/icon/Check.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
|
-
var Check = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M24.678 8.293a.999.999 0 011.497 1.32l-.083.094-12.314 12.314a1 1 0 01-1.32.083l-.094-.083-7.071-7.071a.999.999 0 011.32-1.497l.094.083L13.07 19.9 24.678 8.293z" }))); }));
|
|
7
|
-
Check.displayName = 'Check';
|
|
8
|
-
Check['iconName'] = 'check';
|
|
9
|
-
exports.default = Check;
|
package/icon/ChevronLeft.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const ChevronLeft: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
-
export default ChevronLeft;
|
package/icon/ChevronLeft.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
|
-
var ChevronLeft = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M9.318 14.939a1.5 1.5 0 000 2.121l10.607 10.607a1.5 1.5 0 102.121-2.121L12.5 16l9.546-9.546a1.5 1.5 0 10-2.121-2.121L9.318 14.94z" }))); }));
|
|
7
|
-
ChevronLeft.displayName = 'ChevronLeft';
|
|
8
|
-
ChevronLeft['iconName'] = 'chevron_left';
|
|
9
|
-
exports.default = ChevronLeft;
|
package/icon/ChevronRight.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const ChevronRight: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
-
export default ChevronRight;
|
package/icon/ChevronRight.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
|
-
var ChevronRight = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M22.682 14.939a1.5 1.5 0 010 2.121L12.075 27.667a1.5 1.5 0 11-2.121-2.121L19.5 16 9.954 6.454a1.5 1.5 0 112.121-2.121L22.682 14.94z" }))); }));
|
|
7
|
-
ChevronRight.displayName = 'ChevronRight';
|
|
8
|
-
ChevronRight['iconName'] = 'chevron_right';
|
|
9
|
-
exports.default = ChevronRight;
|