@ringcentral/juno 1.12.6-beta.5932-320a3f8d → 2.0.1
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 +5 -4
- 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.d.ts +2 -2
- package/components/Forms/Select/PlainSelect/PlainSelect.js +25 -21
- package/components/Forms/Select/styles/SelectArrowDownIcon.d.ts +1 -1
- package/components/Forms/Select/styles/SelectArrowDownIcon.js +2 -2
- package/components/Forms/TextField/TextField.js +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 +27 -23
- 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/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/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/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/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 +7 -9
- 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/ListOrdered.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const ListOrdered: 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 ListOrdered;
|
package/icon/ListOrdered.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 ListOrdered = 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.172 21.127c1.285 0 2.215.561 2.215 1.531 0 .715-.429 1.155-1.075 1.322l-.142.032v.041c.957.082 1.436.615 1.436 1.34 0 1.094-.916 1.791-2.434 1.791-1.053 0-2.256-.492-2.256-1.395 0-.369.26-.602.656-.602.219 0 .369.109.52.273.246.301.602.547 1.08.547.492 0 .875-.287.875-.711 0-.416-.303-.647-.866-.679l-.146-.004h-.219c-.342 0-.561-.205-.561-.52 0-.32.177-.507.462-.541l.099-.006h.205c.574 0 .93-.232.93-.629 0-.438-.328-.67-.793-.67-.328 0-.581.097-.834.368l-.095.11c-.178.219-.301.314-.574.314-.355 0-.602-.232-.602-.574 0-.848 1.094-1.34 2.119-1.34zm-.027-8.285c1.367 0 2.242.711 2.242 1.736 0 .702-.274 1.118-1.077 1.826l-.18.156-1.176.998v.041h2.064c.328 0 .561.219.561.588a.544.544 0 01-.468.554l-.092.007H3.601c-.397 0-.656-.26-.656-.629a.81.81 0 01.237-.6l.091-.084 1.764-1.518c.697-.588.875-.861.875-1.23 0-.396-.314-.684-.738-.684-.377 0-.645.151-.825.434l-.063.112c-.15.301-.342.396-.629.396-.383 0-.643-.205-.643-.602 0-.82.889-1.504 2.133-1.504zM27 24a1 1 0 010 2H11a1 1 0 010-2h16zm0-9a1 1 0 010 2H11a1 1 0 010-2h16zM5.596 4.543c.48 0 .819.28.869.731l.006.116v4.43c0 .533-.314.793-.779.793-.442 0-.732-.221-.774-.675l-.005-.118V6.074h-.027l-.684.492c-.219.15-.301.178-.465.178a.532.532 0 01-.547-.547c0-.223.1-.365.301-.522l.109-.08.984-.684c.301-.219.561-.369 1.012-.369zM27 6a1 1 0 010 2H11a1 1 0 010-2h16z" }))); }));
|
|
7
|
-
ListOrdered.displayName = 'ListOrdered';
|
|
8
|
-
ListOrdered['iconName'] = 'list-ordered';
|
|
9
|
-
exports.default = ListOrdered;
|
package/icon/ListView.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const ListView: 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 ListView;
|
package/icon/ListView.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 ListView = 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: "M26.667 22.667a1.333 1.333 0 010 2.666H5.334a1.333 1.333 0 010-2.666h21.333zm0-8a1.333 1.333 0 010 2.666H5.334a1.333 1.333 0 010-2.666h21.333zm0-8a1.333 1.333 0 010 2.666H5.334a1.333 1.333 0 010-2.666h21.333z" }))); }));
|
|
7
|
-
ListView.displayName = 'ListView';
|
|
8
|
-
ListView['iconName'] = 'list-view';
|
|
9
|
-
exports.default = ListView;
|
package/icon/Location.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Location: 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 Location;
|
package/icon/Location.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 Location = 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 2c6.627 0 12 5.373 12 12 0 4.418-4 10.418-12 18C8 24.418 4 18.418 4 14 4 7.373 9.373 2 16 2zm0 7a4 4 0 100 8 4 4 0 000-8z" }))); }));
|
|
7
|
-
Location.displayName = 'Location';
|
|
8
|
-
Location['iconName'] = 'location';
|
|
9
|
-
exports.default = Location;
|
package/icon/LocationBorder.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const LocationBorder: 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 LocationBorder;
|
package/icon/LocationBorder.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 LocationBorder = 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 2c6.627 0 12 5.373 12 12 0 4.418-4 10.418-12 18C8 24.418 4 18.418 4 14 4 7.373 9.373 2 16 2zm0 2C10.477 4 6 8.477 6 14c0 3.433 3.233 8.527 9.801 15.024l.199.196.199-.196c6.442-6.372 9.675-11.395 9.797-14.824L26 14c0-5.523-4.477-10-10-10zm0 4a5 5 0 11-.001 10.001A5 5 0 0116 8zm0 2a3 3 0 100 6 3 3 0 000-6z" }))); }));
|
|
7
|
-
LocationBorder.displayName = 'LocationBorder';
|
|
8
|
-
LocationBorder['iconName'] = 'location_border';
|
|
9
|
-
exports.default = LocationBorder;
|
package/icon/Lock.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Lock: 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 Lock;
|
package/icon/Lock.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 Lock = 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 2a6 6 0 016 6l-.001 6H24a2 2 0 011.994 1.851L26 16v12a2 2 0 01-1.851 1.994L24 30H8a2.001 2.001 0 01-1.995-1.851L6 28V16c0-1.054.816-1.918 1.851-1.995L8 14h1.999L10 8a6 6 0 016-6zm0 17a1 1 0 00-.993.883L15 20v4a1 1 0 001.993.117L17 24v-4a1 1 0 00-1-1zm0-15a4 4 0 00-3.995 3.8L12 8l-.001 6h8L20 8a4 4 0 00-3.8-3.995L16 4z" }))); }));
|
|
7
|
-
Lock.displayName = 'Lock';
|
|
8
|
-
Lock['iconName'] = 'lock';
|
|
9
|
-
exports.default = Lock;
|
package/icon/LockBorder.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const LockBorder: 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 LockBorder;
|
package/icon/LockBorder.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 LockBorder = 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 2a6 6 0 016 6l-.001 6H24a2 2 0 011.994 1.851L26 16v12a2 2 0 01-1.851 1.994L24 30H8a2.001 2.001 0 01-1.995-1.851L6 28V16c0-1.054.816-1.918 1.851-1.995L8 14h1.999L10 8a6 6 0 016-6zm7 14H9a1 1 0 00-.993.883L8 17v10a1 1 0 00.883.993L9 28h14a1 1 0 00.993-.883L24 27V17a1 1 0 00-.883-.993L23 16zm-7 3a1 1 0 011 1v4a1 1 0 01-2 0v-4a1 1 0 011-1zm0-15a4 4 0 00-3.995 3.8L12 8l-.001 6h8L20 8a4 4 0 00-3.8-3.995L16 4z" }))); }));
|
|
7
|
-
LockBorder.displayName = 'LockBorder';
|
|
8
|
-
LockBorder['iconName'] = 'lock_border';
|
|
9
|
-
exports.default = LockBorder;
|
package/icon/Login.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Login: 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 Login;
|
package/icon/Login.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 Login = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M27 29H12a2.002 2.002 0 01-2-2v-2a1 1 0 012 0v1a1 1 0 001 1h13a1 1 0 001-1V6a1 1 0 00-1-1H13a1 1 0 00-1 1v1a1 1 0 01-2 0V5a2.002 2.002 0 012-2h15a2.002 2.002 0 012 2v22a2.002 2.002 0 01-2 2zm-12.707-9.121L17.172 17H4a1 1 0 010-2h13.172l-2.879-2.879a1 1 0 011.414-1.414l4.586 4.586a.999.999 0 010 1.414l-4.586 4.586a1 1 0 01-1.414-1.414z" }))); }));
|
|
7
|
-
Login.displayName = 'Login';
|
|
8
|
-
Login['iconName'] = 'login';
|
|
9
|
-
exports.default = Login;
|
package/icon/Logout.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Logout: 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 Logout;
|
package/icon/Logout.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 Logout = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M8 29h16a2.002 2.002 0 002-2v-2a1 1 0 00-2 0v1a1 1 0 01-1 1H9a1 1 0 01-1-1V6a1 1 0 011-1h14a1 1 0 011 1v1a1 1 0 002 0V5a2.002 2.002 0 00-2-2H8a2.002 2.002 0 00-2 2v22a2.002 2.002 0 002 2zm15.615-9.121L26.494 17H13.322a1 1 0 010-2h13.172l-2.879-2.879a1 1 0 011.414-1.414l4.586 4.586a.999.999 0 010 1.414l-4.586 4.586a1 1 0 01-1.414-1.414z" }))); }));
|
|
7
|
-
Logout.displayName = 'Logout';
|
|
8
|
-
Logout['iconName'] = 'Logout';
|
|
9
|
-
exports.default = Logout;
|
package/icon/MacKeynote.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const MacKeynote: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement> & {
|
|
3
|
-
themeType?: "light" | "dark" | undefined;
|
|
4
|
-
}, "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" | "themeType"> & React.RefAttributes<SVGSVGElement>>>;
|
|
5
|
-
export default MacKeynote;
|
package/icon/MacKeynote.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var core_1 = require("@material-ui/core");
|
|
5
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
-
var MacKeynoteD_1 = tslib_1.__importDefault(require("./MacKeynoteD"));
|
|
7
|
-
var MacKeynote = react_1.memo(react_1.forwardRef(function (inProps, svgRef) {
|
|
8
|
-
var theme = core_1.useTheme();
|
|
9
|
-
var _a = inProps.themeType, themeType = _a === void 0 ? theme.palette.type : _a, props = tslib_1.__rest(inProps, ["themeType"]);
|
|
10
|
-
return themeType === 'dark' ? (react_1.default.createElement(MacKeynoteD_1.default, tslib_1.__assign({}, props, { ref: svgRef }))) : (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
11
|
-
react_1.default.createElement("path", { fill: "var(--color3, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
12
|
-
react_1.default.createElement("path", { fill: "var(--color29, #039dfa)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
13
|
-
react_1.default.createElement("path", { fill: "var(--color29, #039dfa)", d: "M24.889 16a8.894 8.894 0 01-5.787 8.333 8.864 8.864 0 01-3.102.556 8.876 8.876 0 01-3.163-.579A8.89 8.89 0 1124.889 16z" }),
|
|
14
|
-
react_1.default.createElement("path", { fill: "var(--color56, #f2f2f2)", d: "M9.114 17.12c0 .377.301.683.673.683h12.675a.678.678 0 00.673-.683H9.114zM19.195 24.33a8.67 8.67 0 01-3.07.558 8.68 8.68 0 01-3.13-.581.357.357 0 01.113-.019h1.911a.72.72 0 00.714-.724v-5.307h.673v5.307c0 .4.319.724.713.724h1.911c.059 0 .116.015.165.041zM22.314 11.334a.697.697 0 00-.691-.663H11.34v-.788c0-.308.247-.559.551-.559h1.735c.074.261.31.452.591.452h1.387a.62.62 0 00.615-.624v-.133a.62.62 0 00-.615-.624h-1.387a.618.618 0 00-.605.512H11.89a.97.97 0 00-.962.976v.788h-.412a.696.696 0 00-.691.663l-.298 5.33h13.086l-.298-5.33z" })));
|
|
15
|
-
}));
|
|
16
|
-
MacKeynote.displayName = 'MacKeynote';
|
|
17
|
-
MacKeynote['iconName'] = 'mac-keynote';
|
|
18
|
-
exports.default = MacKeynote;
|
package/icon/MacKeynoteD.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const MacKeynoteD: 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 MacKeynoteD;
|
package/icon/MacKeynoteD.js
DELETED
|
@@ -1,11 +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 MacKeynoteD = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--color28, #223642)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--color29, #039dfa)", d: "M24.889 16a8.894 8.894 0 01-5.787 8.333 8.864 8.864 0 01-3.102.556 8.876 8.876 0 01-3.163-.579A8.89 8.89 0 1124.889 16z" }),
|
|
8
|
-
react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M16.406 18.258v5.307c0 .4.319.724.713.724h1.911c.059 0 .116.015.165.041a8.67 8.67 0 01-3.07.558 8.68 8.68 0 01-3.13-.581.357.357 0 01.113-.019h1.911a.72.72 0 00.714-.724v-5.307h.673zm6.73-1.138a.678.678 0 01-.673.683H9.788a.678.678 0 01-.673-.683zm-7.533-8.724a.62.62 0 01.615.624v.133a.62.62 0 01-.615.624h-1.387a.616.616 0 01-.591-.452H11.89a.556.556 0 00-.551.559v.788h10.283c.367 0 .671.291.691.663l.298 5.33H9.525l.298-5.33a.697.697 0 01.691-.663h.412v-.788a.97.97 0 01.962-.976h1.722a.618.618 0 01.605-.512z" }))); }));
|
|
9
|
-
MacKeynoteD.displayName = 'MacKeynoteD';
|
|
10
|
-
MacKeynoteD['iconName'] = 'mac-keynote-D';
|
|
11
|
-
exports.default = MacKeynoteD;
|
package/icon/MacNumbers.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const MacNumbers: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement> & {
|
|
3
|
-
themeType?: "light" | "dark" | undefined;
|
|
4
|
-
}, "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" | "themeType"> & React.RefAttributes<SVGSVGElement>>>;
|
|
5
|
-
export default MacNumbers;
|
package/icon/MacNumbers.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
|
-
var core_1 = require("@material-ui/core");
|
|
5
|
-
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
-
var MacNumbersD_1 = tslib_1.__importDefault(require("./MacNumbersD"));
|
|
7
|
-
var MacNumbers = react_1.memo(react_1.forwardRef(function (inProps, svgRef) {
|
|
8
|
-
var theme = core_1.useTheme();
|
|
9
|
-
var _a = inProps.themeType, themeType = _a === void 0 ? theme.palette.type : _a, props = tslib_1.__rest(inProps, ["themeType"]);
|
|
10
|
-
return themeType === 'dark' ? (react_1.default.createElement(MacNumbersD_1.default, tslib_1.__assign({}, props, { ref: svgRef }))) : (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
11
|
-
react_1.default.createElement("path", { fill: "var(--color3, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
12
|
-
react_1.default.createElement("path", { fill: "var(--color26, #54cb43)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
13
|
-
react_1.default.createElement("path", { fill: "var(--color26, #54cb43)", d: "M22.667 7.111c1.227 0 2.222.995 2.222 2.222v13.333a2.222 2.222 0 01-2.222 2.222H9.334a2.222 2.222 0 01-2.222-2.222V9.333c0-1.227.995-2.222 2.222-2.222h13.333zM22.389 21H9.611v.556h12.778V21zm-10-2.222H9.611v1.667h2.778v-1.667zM15.722 16h-2.778v4.444h2.778V16zm3.334-5.556h-2.778v10h2.778v-10zm3.333 2.778h-2.778v7.222h2.778v-7.222z" })));
|
|
14
|
-
}));
|
|
15
|
-
MacNumbers.displayName = 'MacNumbers';
|
|
16
|
-
MacNumbers['iconName'] = 'mac-numbers';
|
|
17
|
-
exports.default = MacNumbers;
|
package/icon/MacNumbersD.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const MacNumbersD: 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 MacNumbersD;
|
package/icon/MacNumbersD.js
DELETED
|
@@ -1,11 +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 MacNumbersD = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--color25, #2a3d27)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--color26, #54cb43)", d: "M22.667 7.111c1.227 0 2.222.995 2.222 2.222v13.333a2.222 2.222 0 01-2.222 2.222H9.334a2.222 2.222 0 01-2.222-2.222V9.333c0-1.227.995-2.222 2.222-2.222h13.333z" }),
|
|
8
|
-
react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M22.389 21v.556H9.611V21h12.778zm-3.333-10.556v10h-2.778v-10h2.778zm-6.667 8.334v1.667H9.611v-1.667h2.778zM15.722 16v4.444h-2.778V16h2.778zm6.667-2.778v7.222h-2.778v-7.222h2.778z" }))); }));
|
|
9
|
-
MacNumbersD.displayName = 'MacNumbersD';
|
|
10
|
-
MacNumbersD['iconName'] = 'mac-numbers-D';
|
|
11
|
-
exports.default = MacNumbersD;
|