@ringcentral/juno 1.12.7-beta.5936-eb8c40c5 → 2.0.2
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 +6 -5
- package/components/Accordion/AccordionSummary/AccordionSummary.js +2 -2
- package/components/Avatar/Avatar.js +36 -32
- package/components/Avatar/styles/StyledMask.js +2 -2
- package/components/Buttons/Button/Button.js +11 -7
- package/components/Buttons/IconButton/IconButton.d.ts +1 -1
- package/components/Buttons/IconButton/IconButton.js +5 -3
- package/components/Buttons/SplitButton/SplitButton.js +2 -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/DetachedWindow/DetachedWindow.d.ts +1 -7
- package/components/DetachedWindow/DetachedWindow.js +8 -6
- package/components/Dialer/DialPad/utils/DialPadUtils.js +13 -24
- package/components/Dialer/DialPad/utils/useKeyAudio.js +4 -4
- package/components/Dialog/Dialog.js +11 -7
- 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 +117 -111
- 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/useDownshiftError.js +2 -1
- package/components/Downshift/utils/useDownshiftTag.d.ts +2 -2
- package/components/Forms/Checkbox/Checkbox.d.ts +1 -1
- package/components/Forms/Checkbox/Checkbox.js +15 -13
- package/components/Forms/Picker/DatePicker/DatePicker.js +23 -19
- package/components/Forms/Picker/DatePicker/DatePickerHeader.js +3 -4
- package/components/Forms/Picker/DatePicker/Day.js +4 -4
- package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.d.ts +1 -1
- 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.js +2 -2
- 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/TimePickerHelper.d.ts +1 -1
- 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.js +1 -1
- 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 +28 -24
- package/components/Forms/TextField/styles/ClearIconButton.d.ts +3 -3
- package/components/Forms/TextField/styles/ClearIconButton.js +2 -2
- package/components/Icon/Icon.js +41 -37
- package/components/Icon/utils/IconUtils.js +24 -16
- 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/Link/Link.js +16 -12
- package/components/List/ListItem/ListItem.js +16 -12
- package/components/List/ListItemText/ListItemText.js +21 -17
- package/components/Loading/Loading.js +6 -4
- package/components/Menu/MenuItem/MenuItem.js +8 -6
- package/components/Menu/SubMenu/SubMenu.js +2 -2
- package/components/PortalHost/PortalManager/PortalManager.js +24 -16
- package/components/Rating/Rating.js +3 -4
- package/components/Snackbar/SnackbarContent/SnackbarContent.js +11 -7
- 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/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.js +11 -8
- package/components/Tag/Tag.js +11 -7
- package/components/Text/Text.js +1 -2
- package/components/Text/TextWithEllipsis.js +7 -4
- package/components/TextWithHighlight/TextWithHighlight.js +7 -4
- package/components/TextWithLink/TextWithLink.js +7 -4
- package/components/TextWithTooltip/TextWithTooltip.js +7 -4
- package/components/Thumbnail/Thumbnail.js +16 -12
- package/components/Tooltip/Tooltip.js +17 -11
- package/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.d.ts +2 -2
- package/components/VirtualizedMenu/VirtualizedMenuList.js +8 -10
- package/components/Virtuoso/react-virtuoso/Grid.d.ts +1 -1
- package/components/Virtuoso/react-virtuoso/List.d.ts +1 -1
- package/es6/README.md +66 -0
- package/es6/components/Accordion/AccordionSummary/AccordionSummary.js +1 -1
- package/es6/components/Avatar/Avatar.js +37 -33
- package/es6/components/Avatar/styles/StyledMask.js +1 -1
- package/es6/components/Buttons/Button/Button.js +12 -8
- package/es6/components/Buttons/IconButton/IconButton.js +6 -4
- package/es6/components/Buttons/SplitButton/SplitButton.js +3 -2
- 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/DetachedWindow/DetachedWindow.js +8 -6
- package/es6/components/Dialer/DialPad/utils/DialPadUtils.js +13 -24
- package/es6/components/Dialer/DialPad/utils/useKeyAudio.js +4 -4
- package/es6/components/Dialog/Dialog.js +12 -8
- package/es6/components/DnD/DragHandle/DragHandle.js +1 -1
- package/es6/components/Downshift/Downshift.js +117 -111
- package/es6/components/Downshift/SuggestionList/SuggestionList.js +1 -1
- package/es6/components/Downshift/utils/useDownshiftError.js +3 -2
- package/es6/components/Forms/Checkbox/Checkbox.js +13 -11
- package/es6/components/Forms/Picker/DatePicker/DatePicker.js +23 -19
- package/es6/components/Forms/Picker/DatePicker/DatePickerHeader.js +1 -2
- package/es6/components/Forms/Picker/DatePicker/Day.js +2 -2
- package/es6/components/Forms/Picker/TimePicker/NumberPicker.js +1 -2
- package/es6/components/Forms/Picker/TimePicker/TimePicker.js +2 -2
- package/es6/components/Forms/Picker/TimePicker/utils/TimeBoundary.js +1 -1
- package/es6/components/Forms/Picker/TimePicker/utils/TimePickerHelper.js +1 -1
- package/es6/components/Forms/Picker/utils/PickerTextField/PickerTextField.js +1 -1
- package/es6/components/Forms/Select/PlainSelect/PlainSelect.js +1 -1
- package/es6/components/Forms/Select/styles/SelectArrowDownIcon.js +1 -1
- package/es6/components/Forms/TextField/TextField.js +28 -24
- package/es6/components/Forms/TextField/styles/ClearIconButton.js +1 -1
- package/es6/components/Icon/Icon.js +42 -38
- package/es6/components/Icon/utils/IconUtils.js +24 -16
- package/es6/components/ImageView/ImageView.js +2 -2
- package/es6/components/Link/Link.js +17 -13
- package/es6/components/List/ListItem/ListItem.js +17 -13
- package/es6/components/List/ListItemText/ListItemText.js +22 -18
- package/es6/components/Loading/Loading.js +6 -4
- package/es6/components/Menu/MenuItem/MenuItem.js +7 -5
- package/es6/components/Menu/SubMenu/SubMenu.js +1 -1
- package/es6/components/PortalHost/PortalManager/PortalManager.js +24 -16
- package/es6/components/Rating/Rating.js +1 -2
- package/es6/components/Snackbar/SnackbarContent/SnackbarContent.js +12 -8
- 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/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.js +12 -9
- package/es6/components/Tag/Tag.js +12 -8
- package/es6/components/Text/Text.js +1 -2
- package/es6/components/Text/TextWithEllipsis.js +7 -4
- package/es6/components/TextWithHighlight/TextWithHighlight.js +7 -4
- package/es6/components/TextWithLink/TextWithLink.js +7 -4
- package/es6/components/TextWithTooltip/TextWithTooltip.js +7 -4
- package/es6/components/Thumbnail/Thumbnail.js +17 -13
- package/es6/components/Tooltip/Tooltip.js +18 -12
- package/es6/components/VirtualizedMenu/VirtualizedMenuList.js +9 -11
- package/es6/foundation/config.js +77 -57
- package/es6/foundation/hooks/useAudio/useAudio.js +1 -1
- package/es6/foundation/hooks/useInterval/useInterval.js +1 -1
- package/es6/foundation/hooks/useResizeObserver/useResizeObserver.js +10 -7
- package/es6/foundation/styles/opacity.js +6 -4
- 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/es6/foundation/theme/useThemeProps.js +1 -1
- package/es6/foundation/utils/clearReactReferencesInNode.js +9 -7
- package/es6/foundation/utils/hasValue.js +1 -1
- package/es6/foundation/utils/index.js +0 -1
- package/es6/foundation/utils/isShowJunoWarning.js +0 -2
- package/es6/foundation/utils/withDeprecatedCheck.js +14 -15
- package/foundation/config.d.ts +23 -13
- package/foundation/config.js +78 -58
- package/foundation/hooks/useAudio/useAudio.d.ts +1 -1
- package/foundation/hooks/useAudio/useAudio.js +1 -1
- package/foundation/hooks/useResizeObserver/useResizeObserver.js +10 -7
- package/foundation/styles/opacity.js +6 -4
- 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/foundation/theme/useThemeProps.d.ts +1 -1
- package/foundation/theme/useThemeProps.js +1 -1
- package/foundation/utils/clearReactReferencesInNode.js +9 -7
- package/foundation/utils/hasValue.js +1 -1
- package/foundation/utils/index.d.ts +0 -1
- package/foundation/utils/index.js +0 -1
- package/foundation/utils/isShowJunoWarning.d.ts +0 -1
- package/foundation/utils/isShowJunoWarning.js +0 -4
- package/foundation/utils/withDeprecatedCheck.d.ts +2 -2
- package/foundation/utils/withDeprecatedCheck.js +14 -15
- package/package.json +4 -6
- 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/Text.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Text: 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 Text;
|
package/icon/Text.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 Text = 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.533 5.001c.466-.02.906.263 1.069.719l7.279 20.333a.92.92 0 01-.628 1.2 1.086 1.086 0 01-1.303-.683l-2.126-5.939a.978.978 0 01-.163.013h-8.553l-2.12 5.926c-.19.532-.757.829-1.303.683a.921.921 0 01-.651-1.128c.007-.024.014-.048.023-.072L15.336 5.72a1.086 1.086 0 011.135-.714zm3.578 13.644L16.467 8.463l-3.645 10.182h7.289z" }))); }));
|
|
7
|
-
Text.displayName = 'Text';
|
|
8
|
-
Text['iconName'] = 'text';
|
|
9
|
-
exports.default = Text;
|
package/icon/Theme.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Theme: 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 Theme;
|
package/icon/Theme.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 Theme = 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: "M25.5 17a2.5 2.5 0 110-5 2.5 2.5 0 010 5zm-5-7a2.5 2.5 0 110-5 2.5 2.5 0 010 5zM9 7.5a2.5 2.5 0 115 0 2.5 2.5 0 01-5 0zM6.5 17a2.5 2.5 0 110-5 2.5 2.5 0 010 5zM16 2C8.268 2 2 8.268 2 16s6.268 14 14 14a2.333 2.333 0 002.333-2.333c0-.607-.233-1.151-.607-1.556a2.407 2.407 0 01-.591-1.556 2.333 2.333 0 012.333-2.333h2.753a7.777 7.777 0 007.778-7.778C29.999 7.568 23.73 2 15.999 2z" }))); }));
|
|
7
|
-
Theme.displayName = 'Theme';
|
|
8
|
-
Theme['iconName'] = 'theme';
|
|
9
|
-
exports.default = Theme;
|
package/icon/Thumbup.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Thumbup: 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 Thumbup;
|
package/icon/Thumbup.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 Thumbup = 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: "M7 15v13H4a2 2 0 01-2-2v-9a2 2 0 012-2h3zM19 2a2.305 2.305 0 012.227 2.899L19.867 10H26a4 4 0 014 4v4.5a9.5 9.5 0 01-9.5 9.5H9V13.37l5.825-9.49A4 4 0 0118.217 2H19z" }))); }));
|
|
7
|
-
Thumbup.displayName = 'Thumbup';
|
|
8
|
-
Thumbup['iconName'] = 'thumbup';
|
|
9
|
-
exports.default = Thumbup;
|
package/icon/ThumbupBorder.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const ThumbupBorder: 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 ThumbupBorder;
|
package/icon/ThumbupBorder.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 ThumbupBorder = 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: "M4 28a2 2 0 01-2-2v-9a2 2 0 012-2h4l6.825-11.12A4 4 0 0118.217 2H19a2.305 2.305 0 012.227 2.899L19.867 10H26a4 4 0 014 4v4.5a9.5 9.5 0 01-9.5 9.5H4zm3-11H5a1 1 0 00-1 1v7a1 1 0 001 1h2v-9zM19 4h-.783a1.99 1.99 0 00-1.687.926l-6.825 11.12C9.341 16.639 9 17 9 17v9h11.5a7.5 7.5 0 007.5-7.5V14a2 2 0 00-2-2h-6.133a2 2 0 01-1.933-2.515l1.36-5.101A.305.305 0 0018.999 4z" }))); }));
|
|
7
|
-
ThumbupBorder.displayName = 'ThumbupBorder';
|
|
8
|
-
ThumbupBorder['iconName'] = 'thumbup_border';
|
|
9
|
-
exports.default = ThumbupBorder;
|
package/icon/Time.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Time: 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 Time;
|
package/icon/Time.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 Time = 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 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 4a1 1 0 00-.993.883L15 7v8H9a1 1 0 00-.117 1.993L9 17l7.117-.007c.459-.053.823-.418.877-.877l.007-.117v-9a1 1 0 00-1-1z" }))); }));
|
|
7
|
-
Time.displayName = 'Time';
|
|
8
|
-
Time['iconName'] = 'time';
|
|
9
|
-
exports.default = Time;
|
package/icon/TimeBorder.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const TimeBorder: 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 TimeBorder;
|
package/icon/TimeBorder.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 TimeBorder = 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 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zM9 17a1 1 0 010-2h6V7a1 1 0 012 0v9a1 1 0 01-.883.993L16 17H9z" }))); }));
|
|
7
|
-
TimeBorder.displayName = 'TimeBorder';
|
|
8
|
-
TimeBorder['iconName'] = 'time_border';
|
|
9
|
-
exports.default = TimeBorder;
|
package/icon/Transcription.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Transcription: 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 Transcription;
|
package/icon/Transcription.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 Transcription = 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-3 11a1 1 0 010 2h-4a1 1 0 010-2h4zm-8 0a1 1 0 010 2h-4a1 1 0 010-2h4zm-8 0a1 1 0 010 2H7a1 1 0 010-2h1zm17-4a1 1 0 010 2h-2a1 1 0 010-2h2zm-6 0a1 1 0 010 2h-5a1 1 0 010-2h5zm-9 0a1 1 0 010 2H7a1 1 0 010-2h3z" }))); }));
|
|
7
|
-
Transcription.displayName = 'Transcription';
|
|
8
|
-
Transcription['iconName'] = 'transcription';
|
|
9
|
-
exports.default = Transcription;
|
package/icon/TransferCall.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const TransferCall: 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 TransferCall;
|
package/icon/TransferCall.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 TransferCall = 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.998 19.956c-.011.453.06.432-.433.556-.803.208-1.633.268-2.456.314a99.83 99.83 0 01-3.946.156c-2.256.038-4.513.035-6.758-.236a8.248 8.248 0 01-1.114-.239c-.108-.029-.194-.144-.291-.222v-.706c.011-.046.023-.095.031-.141.046-.242.071-.487.137-.721.222-.784.729-1.349 1.407-1.776.644-.407 1.359-.666 2.048-.977.618-.277 1.222-.588 1.835-.882.103-.049.131-.118.128-.231a16.172 16.172 0 010-.853.269.269 0 00-.111-.234 3.778 3.778 0 01-1.009-1.211c-.544-1.027-.652-2.114-.425-3.241.199-.972.627-1.822 1.373-2.491 1.274-1.139 3.143-1.087 4.336.13.883.9 1.282 2.013 1.313 3.258.037 1.445-.444 2.67-1.593 3.596-.04.032-.066.11-.066.164-.009.297 0 .597-.006.897-.003.101.028.164.12.208.561.265 1.117.542 1.681.799.672.306 1.362.574 2.023.9.65.32 1.177.796 1.479 1.476.242.545.311 1.122.293 1.71zm14.704 4.291c.242.545.311 1.122.296 1.707-.011.45.06.432-.436.559-.803.208-1.632.268-2.456.314a99.78 99.78 0 01-3.945.156c-2.256.038-4.512.035-6.757-.236a8.248 8.248 0 01-1.114-.239c-.108-.029-.194-.144-.291-.222v-.706c.011-.046.023-.095.031-.141.046-.242.071-.487.137-.721.222-.784.729-1.349 1.407-1.776.644-.407 1.359-.666 2.048-.977.618-.277 1.222-.588 1.835-.882.103-.049.131-.118.128-.231a20.214 20.214 0 010-.853.269.269 0 00-.111-.234 3.763 3.763 0 01-1.008-1.211c-.544-1.026-.652-2.114-.424-3.241.199-.972.627-1.822 1.373-2.491 1.273-1.139 3.142-1.087 4.336.13.883.9 1.282 2.013 1.313 3.258.037 1.445-.444 2.67-1.592 3.596-.04.032-.066.11-.066.164-.009.3 0 .597-.006.897-.003.101.029.164.12.208.561.265 1.117.542 1.681.799.672.306 1.362.574 2.023.9.649.32 1.176.796 1.478 1.476zM13.996 6.08a.765.765 0 01-.933-.448.806.806 0 01.481-1.079c1.296-.419 3.451-.733 5.761.358.407.192.77.445 1.099.739L23.001 4l-.242 6.546a.51.51 0 01-.798.361L16.9 7.881l2.012-1.28a4.005 4.005 0 00-.402-.227c-1.838-.873-3.434-.64-4.513-.294z" }))); }));
|
|
7
|
-
TransferCall.displayName = 'TransferCall';
|
|
8
|
-
TransferCall['iconName'] = 'transfer-call';
|
|
9
|
-
exports.default = TransferCall;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const TransferCallBorder: 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 TransferCallBorder;
|
|
@@ -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 TransferCallBorder = 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: "M8.791 2.353a3.42 3.42 0 011.577 1.5 33.63 33.63 0 001.257 2.265 49.99 49.99 0 001.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 01-1.027.705 1.161 1.161 0 01-.218.137l-.171.083-.137.078a7.09 7.09 0 01-.229.109c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 001.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263c.119-.12.226-.223.321-.31.171-.156.362-.306.617-.477a3.574 3.574 0 012.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 001.865 1.697l.459.399c.57.491 1.262 1.072 2.075 1.742.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.008 6.008 0 01-1.828.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 01-3.044-2.327l-.431-.391a36.73 36.73 0 01-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87C.992 9.65.896 8.256 1.108 7.021c.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 012.133.308zM6.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 003.283 3.393 22.997 22.997 0 003.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078a76.207 76.207 0 01-2.581-2.268l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 00-.827.134l-.119.063-.049.035a3.377 3.377 0 00-.189.145l-.079.069-.16.152-.227.231-.036.047a2.91 2.91 0 01-.09.104l-.159.162-.157.172a1.998 1.998 0 01-2.3.472 6.246 6.246 0 01-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 01-1.531-1.601 16.348 16.348 0 01-1.243-1.674 8.88 8.88 0 01-.691-1.286l-.073-.183a5.005 5.005 0 01-.292-.913 2 2 0 011.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 00-.147-.621 52.75 52.75 0 01-1.763-2.705 34.089 34.089 0 01-1.299-2.338 1.447 1.447 0 00-.553-.588l-.12-.063a1.627 1.627 0 00-.976-.142zm17.135 1.265a1.014 1.014 0 011.414 0l5.192 5.019a.968.968 0 010 1.388l-5.192 5.019c-.391.383-1.024.383-1.414 0s-.391-1.004 0-1.388l3.488-3.344H17.001c-.552 0-1-.439-1-.981s.448-.981 1-.981h10.586l-3.486-3.344a.968.968 0 010-1.388z" }))); }));
|
|
7
|
-
TransferCallBorder.displayName = 'TransferCallBorder';
|
|
8
|
-
TransferCallBorder['iconName'] = 'transfer_call_border';
|
|
9
|
-
exports.default = TransferCallBorder;
|
package/icon/Unblocked.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Unblocked: 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 Unblocked;
|
package/icon/Unblocked.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 Unblocked = 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.101 6.101C11.568.634 20.433.634 25.9 6.101s5.467 14.332 0 19.799c-5.467 5.467-14.332 5.467-19.799 0s-5.467-14.332 0-19.799zm16.97 1.414L7.515 23.071a.999.999 0 001.32 1.497l.094-.083L24.485 8.929a.999.999 0 00-1.32-1.497l-.094.083z" }))); }));
|
|
7
|
-
Unblocked.displayName = 'Unblocked';
|
|
8
|
-
Unblocked['iconName'] = 'unblocked';
|
|
9
|
-
exports.default = Unblocked;
|
package/icon/Underline.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Underline: 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 Underline;
|
package/icon/Underline.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 Underline = 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 26a1 1 0 010 2H8a1 1 0 010-2h16zm0-22a1 1 0 011 1v10c0 4.971-4.029 9-9 9s-9-4.029-9-9V5a1 1 0 012 0v10a7 7 0 006.759 6.996L16 22a7 7 0 006.996-6.759L23 15V5a1 1 0 011-1z" }))); }));
|
|
7
|
-
Underline.displayName = 'Underline';
|
|
8
|
-
Underline['iconName'] = 'underline';
|
|
9
|
-
exports.default = Underline;
|
package/icon/Undock.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Undock: 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 Undock;
|
package/icon/Undock.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 Undock = 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: "M20 10a2 2 0 012 2v16a2 2 0 01-2 2H4a2 2 0 01-2-2V12a2 2 0 012-2h16zm-3 5h-6l2.243 2.242-6.536 6.536a.999.999 0 001.32 1.497l.094-.083 6.536-6.536L17 21v-6zM28 2a2 2 0 012 2v16a2 2 0 01-2 2h-4V8H10V4a2 2 0 012-2h16z" }))); }));
|
|
7
|
-
Undock.displayName = 'Undock';
|
|
8
|
-
Undock['iconName'] = 'undock';
|
|
9
|
-
exports.default = Undock;
|
package/icon/UndockBorder.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const UndockBorder: 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 UndockBorder;
|
package/icon/UndockBorder.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 UndockBorder = 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: "M20 10a2 2 0 012 2v16a2 2 0 01-2 2H4a2 2 0 01-2-2V12a2 2 0 012-2h16zm0 2H4v16h16V12zm-3 3v6l-2.343-2.344-6.536 6.536a.999.999 0 11-1.414-1.414l6.536-6.536L11 15h6zM28 2a2 2 0 012 2v16a2 2 0 01-2 2h-4v-2h4V4H12v4h-2V4a2 2 0 012-2h16z" }))); }));
|
|
7
|
-
UndockBorder.displayName = 'UndockBorder';
|
|
8
|
-
UndockBorder['iconName'] = 'undock_border';
|
|
9
|
-
exports.default = UndockBorder;
|