@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/Close.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Close: 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 Close;
|
package/icon/Close.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 Close = 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.899 7.515L17.414 16l8.485 8.486a1 1 0 01-1.414 1.414L16 17.413 7.515 25.9a1 1 0 01-1.414-1.414l8.485-8.487-8.485-8.484a.999.999 0 111.414-1.414l8.486 8.485 8.485-8.485A.999.999 0 1125.9 7.515z" }))); }));
|
|
7
|
-
Close.displayName = 'Close';
|
|
8
|
-
Close['iconName'] = 'close';
|
|
9
|
-
exports.default = Close;
|
package/icon/CloudContact.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const CloudContact: 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 CloudContact;
|
package/icon/CloudContact.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 CloudContact = 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 2zm7 7H9a1 1 0 00-1 1v9a1 1 0 001 1h2.793c.133 0 .26.053.354.146l3.571 5.571a.4.4 0 00.566 0l3.571-5.571a.5.5 0 01.354-.146h2.793a1 1 0 001-1v-9a1 1 0 00-1-1z" }))); }));
|
|
7
|
-
CloudContact.displayName = 'CloudContact';
|
|
8
|
-
CloudContact['iconName'] = 'cloud_contact';
|
|
9
|
-
exports.default = CloudContact;
|
package/icon/CodeSnippets.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const CodeSnippets: 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 CodeSnippets;
|
package/icon/CodeSnippets.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 CodeSnippets = 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 2v20a2 2 0 01-2 2H4a2 2 0 01-2-2V6a2 2 0 012-2h24zm0 7H4v14a1 1 0 001 1h22a1 1 0 001-1V11zM9.707 13.293l4.243 4.243a.999.999 0 010 1.414l-4.243 4.243a1 1 0 01-1.414-1.414l3.536-3.536-3.536-3.536a.999.999 0 111.414-1.414zM23 21a1 1 0 010 2h-6a1 1 0 010-2h6zm4-15H5a1 1 0 00-1 1v2h24V7a1 1 0 00-1-1z" }))); }));
|
|
7
|
-
CodeSnippets.displayName = 'CodeSnippets';
|
|
8
|
-
CodeSnippets['iconName'] = 'code_snippets';
|
|
9
|
-
exports.default = CodeSnippets;
|
package/icon/Comments.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Comments: 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 Comments;
|
package/icon/Comments.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 Comments = 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-1zM9 12a2 2 0 11.001 3.999A2 2 0 019 12zm7 0a2 2 0 11.001 3.999A2 2 0 0116 12zm7 0a2 2 0 11.001 3.999A2 2 0 0123 12z" }))); }));
|
|
7
|
-
Comments.displayName = 'Comments';
|
|
8
|
-
Comments['iconName'] = 'comments';
|
|
9
|
-
exports.default = Comments;
|
package/icon/CompanySetup.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const CompanySetup: 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 CompanySetup;
|
package/icon/CompanySetup.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 CompanySetup = 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: "M18.999 2.012a2 2 0 011.994 1.851l.006.149V28h.997V9.012h6.007a2 2 0 011.994 1.851l.006.149L30.002 28l.114.007A1 1 0 0130.002 30l.001.012h-8.007V30h-.997v.012L2 30a1 1 0 010-2h.006l.001-23.988a2 2 0 011.851-1.994l.149-.006H19zm8.003 18.989h-2.005l-.116.007a.999.999 0 000 1.986l.116.007h2.005l.116-.007a.999.999 0 00-.117-1.993zM14.985 21l-7.089.007a1 1 0 000 1.986l.117.007 7.089-.007A1 1 0 0014.985 21zm12.017-5.999h-2.005l-.116.007a.999.999 0 000 1.986l.116.007h2.005l.116-.007a.999.999 0 00-.117-1.993zM14.985 15l-7.089.007a1 1 0 000 1.986l.117.007 7.089-.007A1 1 0 0014.985 15zm0-5.988l-7.089.007a1 1 0 000 1.986l.117.007 7.089-.007a1 1 0 00-.117-1.993z" }))); }));
|
|
7
|
-
CompanySetup.displayName = 'CompanySetup';
|
|
8
|
-
CompanySetup['iconName'] = 'Company-setup';
|
|
9
|
-
exports.default = CompanySetup;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const CompanySetupBorder: 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 CompanySetupBorder;
|
|
@@ -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 CompanySetupBorder = 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: "M18.999 2.012a2 2 0 012 2L20.998 28h7.005l.001-15.988a1 1 0 00-.883-.993l-.117-.007h-5.007v-2h6.007a2 2 0 012 2L30.003 28l.114.007A1 1 0 0130.003 30l.001.012h-8.007V30h-.998l.001.012L2.001 30a1 1 0 010-2h.006l.001-23.988a2 2 0 011.851-1.994l.149-.006zm-1 2.001H4.998a1 1 0 00-1 1V28h15.001V5.013a1 1 0 00-.883-.993l-.117-.007zm8.003 16.988a1 1 0 01.117 1.993l-.116.007h-2.005a1 1 0 01-.117-1.993l.116-.007h2.005zM14.985 21a1 1 0 01.117 1.993l-.117.007H8.012a1 1 0 01-.117-1.993L8.012 21h6.973zm11.017-5.999a1 1 0 01.117 1.993l-.116.007h-2.005a1 1 0 01-.117-1.993l.116-.007h2.005zM14.985 15a1 1 0 01.117 1.993l-.117.007H8.012a1 1 0 01-.117-1.993L8.012 15h6.973zm0-5.988a1 1 0 01.117 1.993l-.117.007H8.012a1 1 0 01-.117-1.993l.117-.007h6.973z" }))); }));
|
|
7
|
-
CompanySetupBorder.displayName = 'CompanySetupBorder';
|
|
8
|
-
CompanySetupBorder['iconName'] = 'Company-setup_border';
|
|
9
|
-
exports.default = CompanySetupBorder;
|
package/icon/Computer.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Computer: 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 Computer;
|
package/icon/Computer.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 Computer = 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: "M5 24.005a2.002 2.002 0 01-2-2v-16a2.002 2.002 0 012-2h22a2.002 2.002 0 012 2v16a2.003 2.003 0 01-2 2H5zm0-17v14a1 1 0 001 1h20a1 1 0 001-1v-14a1 1 0 00-1-1H6a1 1 0 00-1 1zm-3 19h28a1 1 0 010 2H2a1 1 0 010-2z" }))); }));
|
|
7
|
-
Computer.displayName = 'Computer';
|
|
8
|
-
Computer['iconName'] = 'computer';
|
|
9
|
-
exports.default = Computer;
|
package/icon/Conference.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Conference: 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 Conference;
|
package/icon/Conference.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 Conference = 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.758 21.902a3 3 0 11-3 5.196 3 3 0 113-5.196zM7.34 23a3 3 0 11-5.196 3 3 3 0 015.196-3zM16 10a8 8 0 110 16 8 8 0 010-16zm0-8a3 3 0 110 6 3 3 0 010-6z" }))); }));
|
|
7
|
-
Conference.displayName = 'Conference';
|
|
8
|
-
Conference['iconName'] = 'conference';
|
|
9
|
-
exports.default = Conference;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const ConferenceBorder: 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 ConferenceBorder;
|
package/icon/ConferenceBorder.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 ConferenceBorder = 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.758 21.902a3 3 0 11-3 5.196 3 3 0 113-5.196zM7.34 23a3 3 0 11-5.196 3 3 3 0 015.196-3zM16 10a8 8 0 110 16 8 8 0 010-16zm10.392 14a1 1 0 101.733 1 1 1 0 00-1.733-1zm-22.15-.366a1 1 0 101.001 1.732 1 1 0 00-1.001-1.732zM16 12a6 6 0 100 12 6 6 0 000-12zm0-10a3 3 0 110 6 3 3 0 010-6zm0 2a1 1 0 100 2 1 1 0 000-2z" }))); }));
|
|
7
|
-
ConferenceBorder.displayName = 'ConferenceBorder';
|
|
8
|
-
ConferenceBorder['iconName'] = 'conference_border';
|
|
9
|
-
exports.default = ConferenceBorder;
|
package/icon/Connect.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Connect: 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 Connect;
|
package/icon/Connect.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 Connect = 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: "M23.344 16.945a1 1 0 00-1.32.083l-.083.094a1 1 0 00.083 1.32l2.562 2.563L12.953 21a1 1 0 00.117 1.993l11.518.012-2.564 2.565-.083.094a1 1 0 001.497 1.32l4.271-4.271.083-.094a1 1 0 00-.083-1.32l-4.271-4.271zM8.654 4.962l-.094.083-4.271 4.271a1 1 0 00-.083 1.32l.083.094 4.271 4.271a.999.999 0 001.497-1.32l-.083-.094-2.564-2.565 12.586-.012a1 1 0 00.117-1.993l-.117-.007-12.584.012 2.562-2.563a1 1 0 00.083-1.32l-.083-.094a1 1 0 00-1.32-.083z" }))); }));
|
|
7
|
-
Connect.displayName = 'Connect';
|
|
8
|
-
Connect['iconName'] = 'connect';
|
|
9
|
-
exports.default = Connect;
|
package/icon/Contacts.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Contacts: 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 Contacts;
|
package/icon/Contacts.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 Contacts = 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 18c-3.715 0-7.059 1.506-9.059 3.87.352.405.731.786 1.134 1.14l.307.261.082.067.272.213c2.017 1.536 4.534 2.448 7.265 2.448s5.248-.912 7.265-2.448l.272-.213.081-.066.307-.261c.403-.355.782-.736 1.135-1.142-2-2.363-5.345-3.869-9.06-3.869zm0-13a5 5 0 10.001 10.001A5 5 0 0016 7z" }))); }));
|
|
7
|
-
Contacts.displayName = 'Contacts';
|
|
8
|
-
Contacts['iconName'] = 'contacts';
|
|
9
|
-
exports.default = Contacts;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const ContactsAndCalendars: 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 ContactsAndCalendars;
|
|
@@ -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 ContactsAndCalendars = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M22 2a2 2 0 012 2v2h4a2 2 0 012 2v20a2 2 0 01-2 2H4a2 2 0 01-2-2V8a2 2 0 012-2h4V4a2 2 0 114 0v2h8V4a2 2 0 012-2zm0 18H10a2.001 2.001 0 00-1.995 1.851L8 22v4h16v-4a2 2 0 00-2-2zm-6-10a4 4 0 100 8 4 4 0 000-8z" }))); }));
|
|
7
|
-
ContactsAndCalendars.displayName = 'ContactsAndCalendars';
|
|
8
|
-
ContactsAndCalendars['iconName'] = 'contacts_and_calendars';
|
|
9
|
-
exports.default = ContactsAndCalendars;
|
package/icon/ContactsBorder.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const ContactsBorder: 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 ContactsBorder;
|
package/icon/ContactsBorder.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 ContactsBorder = 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 20c-3.209 0-6.025 1.306-7.618 3.272l.082.067c2.06 1.665 4.682 2.662 7.537 2.662s5.477-.997 7.537-2.662l.081-.066c-1.594-1.966-4.41-3.272-7.618-3.272zm8.199 2.763l-.251.229a9.08 9.08 0 00.251-.229zM16 4C9.373 4 4 9.373 4 16c0 3.011 1.109 5.763 2.941 7.87C8.94 21.506 12.285 20 16 20s7.059 1.506 9.059 3.868A11.948 11.948 0 0028 16c0-6.627-5.373-12-12-12zm0 2a6 6 0 110 12 6 6 0 010-12zm0 2a4 4 0 100 8 4 4 0 000-8z" }))); }));
|
|
7
|
-
ContactsBorder.displayName = 'ContactsBorder';
|
|
8
|
-
ContactsBorder['iconName'] = 'contacts_border';
|
|
9
|
-
exports.default = ContactsBorder;
|