@ringcentral/juno 1.12.6-beta.5910-6eeb3bdd → 2.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/components/Accordion/AccordionSummary/AccordionSummary.js +2 -2
- package/components/AppBar/AppBar.js +1 -2
- package/components/Avatar/styles/StyledMask.js +2 -2
- package/components/Buttons/IconButton/IconButton.d.ts +1 -1
- package/components/Buttons/SplitButton/styles/StyledArrowIcon.js +2 -2
- package/components/Card/CardSelectionArea/CardSelectionArea.js +2 -2
- package/components/Card/CardSelectionArea/utils/CardSelectionAreaUtils.d.ts +1 -1
- package/components/Chip/Chip.js +3 -3
- package/components/Dialer/DialPad/utils/DialPadUtils.js +13 -24
- package/components/Dialog/DialogActions/DialogActions.d.ts +1 -1
- package/components/Dialog/DialogContent/DialogContent.d.ts +1 -1
- package/components/Dialog/DialogContentText/DialogContentText.d.ts +1 -1
- package/components/Dialog/DialogTitle/DialogTitle.d.ts +1 -1
- package/components/Divider/Divider.d.ts +2 -2
- package/components/DnD/DragHandle/DragHandle.js +2 -2
- package/components/Downshift/Downshift.js +2 -3
- package/components/Downshift/SuggestionList/SuggestionList.d.ts +1 -1
- package/components/Downshift/SuggestionList/SuggestionList.js +2 -2
- package/components/Downshift/SuggestionList/utils/useSuggestionList.d.ts +1 -1
- package/components/Downshift/styles/DownshiftStyle.d.ts +1 -1
- package/components/Downshift/utils/DownshiftUtils.d.ts +1 -1
- package/components/Downshift/utils/useDownshift.d.ts +2 -2
- package/components/Downshift/utils/useDownshiftTag.d.ts +2 -2
- package/components/Forms/Checkbox/Checkbox.d.ts +1 -1
- package/components/Forms/Checkbox/Checkbox.js +4 -6
- package/components/Forms/Picker/DatePicker/DatePicker.js +2 -2
- package/components/Forms/Picker/DatePicker/DatePickerHeader.js +3 -4
- package/components/Forms/Picker/DatePicker/Day.d.ts +3 -1
- package/components/Forms/Picker/DatePicker/Day.js +6 -11
- package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.d.ts +1 -1
- package/components/Forms/Picker/DatePicker/styles/StyledDay.d.ts +3 -5
- package/components/Forms/Picker/DatePicker/styles/StyledDay.js +6 -12
- package/components/Forms/Picker/DatePicker/styles/StyledYear.d.ts +1 -1
- package/components/Forms/Picker/TimePicker/NumberPicker.js +3 -4
- package/components/Forms/Picker/TimePicker/TimePicker.d.ts +4 -4
- package/components/Forms/Picker/TimePicker/TimePicker.js +23 -59
- package/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.d.ts +2 -25
- package/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.d.ts +1 -1
- package/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.d.ts +1 -1
- package/components/Forms/Picker/TimePicker/utils/TimeBoundary.js +8 -3
- package/components/Forms/Picker/TimePicker/utils/TimePickerHelper.d.ts +5 -9
- package/components/Forms/Picker/TimePicker/utils/TimePickerHelper.js +23 -11
- package/components/Forms/Picker/styles/PickerBaseIconButton.d.ts +1 -1
- package/components/Forms/Picker/utils/PickerTextField/PickerTextField.js +2 -2
- package/components/Forms/Select/PlainSelect/PlainSelect.d.ts +2 -2
- package/components/Forms/Select/PlainSelect/PlainSelect.js +25 -21
- package/components/Forms/Select/styles/SelectArrowDownIcon.d.ts +1 -1
- package/components/Forms/Select/styles/SelectArrowDownIcon.js +2 -2
- package/components/Forms/TextField/TextField.js +2 -2
- package/components/Forms/TextField/styles/ClearIconButton.d.ts +3 -3
- package/components/Forms/TextField/styles/ClearIconButton.js +2 -2
- package/components/ImageView/ImageView.d.ts +1 -1
- package/components/ImageView/ImageView.js +3 -3
- package/components/Link/Link.d.ts +1 -1
- package/components/Menu/MenuItem/MenuItem.js +2 -2
- package/components/Menu/SubMenu/SubMenu.js +2 -2
- package/components/Rating/Rating.js +3 -4
- package/components/Stepper/StepIcon/StepIcon.js +3 -4
- package/components/TablePagination/styles/TablePaginationActions.js +3 -4
- package/components/Tables/TableHeadCell.js +2 -3
- package/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.js +2 -2
- package/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.d.ts +2 -2
- package/components/Virtuoso/react-virtuoso/Grid.d.ts +1 -1
- package/components/Virtuoso/react-virtuoso/List.d.ts +1 -1
- package/es6/README.md +65 -0
- package/es6/components/Accordion/AccordionSummary/AccordionSummary.js +1 -1
- package/es6/components/AppBar/AppBar.js +1 -2
- package/es6/components/Avatar/styles/StyledMask.js +1 -1
- package/es6/components/Buttons/SplitButton/SplitButton.js +1 -1
- package/es6/components/Buttons/SplitButton/styles/StyledArrowIcon.js +2 -2
- package/es6/components/Card/CardSelectionArea/CardSelectionArea.js +1 -1
- package/es6/components/Chip/Chip.js +2 -2
- package/es6/components/Dialer/DialPad/utils/DialPadUtils.js +13 -24
- package/es6/components/DnD/DragHandle/DragHandle.js +1 -1
- package/es6/components/Downshift/Downshift.js +1 -2
- package/es6/components/Downshift/SuggestionList/SuggestionList.js +1 -1
- package/es6/components/Forms/Checkbox/Checkbox.js +1 -3
- package/es6/components/Forms/Picker/DatePicker/DatePicker.js +1 -1
- package/es6/components/Forms/Picker/DatePicker/DatePickerHeader.js +1 -2
- package/es6/components/Forms/Picker/DatePicker/Day.js +7 -12
- package/es6/components/Forms/Picker/DatePicker/styles/StyledDay.js +7 -13
- package/es6/components/Forms/Picker/TimePicker/NumberPicker.js +1 -2
- package/es6/components/Forms/Picker/TimePicker/TimePicker.js +22 -58
- package/es6/components/Forms/Picker/TimePicker/utils/TimeBoundary.js +9 -4
- package/es6/components/Forms/Picker/TimePicker/utils/TimePickerHelper.js +23 -11
- package/es6/components/Forms/Picker/utils/PickerTextField/PickerTextField.js +1 -1
- package/es6/components/Forms/Select/PlainSelect/PlainSelect.js +27 -23
- package/es6/components/Forms/Select/styles/SelectArrowDownIcon.js +1 -1
- package/es6/components/Forms/TextField/TextField.js +1 -1
- package/es6/components/Forms/TextField/styles/ClearIconButton.js +1 -1
- package/es6/components/ImageView/ImageView.js +2 -2
- package/es6/components/Menu/MenuItem/MenuItem.js +1 -1
- package/es6/components/Menu/SubMenu/SubMenu.js +1 -1
- package/es6/components/Rating/Rating.js +1 -2
- package/es6/components/Stepper/StepIcon/StepIcon.js +1 -2
- package/es6/components/TablePagination/styles/TablePaginationActions.js +2 -3
- package/es6/components/Tables/TableHeadCell.js +1 -2
- package/es6/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.js +1 -1
- package/es6/foundation/hooks/useInterval/useInterval.js +1 -1
- package/es6/foundation/theme/ThemeProvider.js +2 -2
- package/es6/foundation/theme/ThemeSwitcherProvider/rcDark.json +1 -7
- package/es6/foundation/theme/ThemeSwitcherProvider/rcHighContrast.json +1 -7
- package/es6/foundation/theme/assets/breakpoints.json +1 -7
- package/foundation/theme/ThemeProvider.js +1 -1
- package/foundation/theme/ThemeSwitcherProvider/rcDark.json +1 -7
- package/foundation/theme/ThemeSwitcherProvider/rcHighContrast.json +1 -7
- package/foundation/theme/assets/breakpoints.json +1 -7
- package/package.json +5 -7
- package/components/Icon/assets/icon-0.svg +0 -6
- package/components/Icon/assets/icon-1.svg +0 -5
- package/components/Icon/assets/icon-2.svg +0 -6
- package/components/Icon/assets/icon-3.svg +0 -6
- package/components/Icon/assets/icon-4.svg +0 -6
- package/components/Icon/assets/icon-5.svg +0 -6
- package/components/Icon/assets/icon-6.svg +0 -6
- package/components/Icon/assets/icon-7.svg +0 -6
- package/components/Icon/assets/icon-8.svg +0 -6
- package/components/Icon/assets/icon-9.svg +0 -6
- package/components/Icon/assets/icon-Announcement.svg +0 -8
- package/components/Icon/assets/icon-Call-queue.svg +0 -14
- package/components/Icon/assets/icon-Company-setup.svg +0 -5
- package/components/Icon/assets/icon-Company-setup_border.svg +0 -5
- package/components/Icon/assets/icon-Description.svg +0 -5
- package/components/Icon/assets/icon-HUD.svg +0 -5
- package/components/Icon/assets/icon-Limited.svg +0 -7
- package/components/Icon/assets/icon-Logout.svg +0 -5
- package/components/Icon/assets/icon-Message.svg +0 -6
- package/components/Icon/assets/icon-New-email.svg +0 -5
- package/components/Icon/assets/icon-Paging.svg +0 -6
- package/components/Icon/assets/icon-Shared-line.svg +0 -8
- package/components/Icon/assets/icon-active-call.svg +0 -7
- package/components/Icon/assets/icon-activecall_border.svg +0 -5
- package/components/Icon/assets/icon-add-emoji-more.svg +0 -5
- package/components/Icon/assets/icon-add-event.svg +0 -5
- package/components/Icon/assets/icon-add-integration.svg +0 -6
- package/components/Icon/assets/icon-add-member.svg +0 -5
- package/components/Icon/assets/icon-add-member_border.svg +0 -5
- package/components/Icon/assets/icon-add-park-location.svg +0 -5
- package/components/Icon/assets/icon-add-reactions.svg +0 -9
- package/components/Icon/assets/icon-add-task.svg +0 -5
- package/components/Icon/assets/icon-add-team.svg +0 -5
- package/components/Icon/assets/icon-add-team_border.svg +0 -5
- package/components/Icon/assets/icon-add.svg +0 -5
- package/components/Icon/assets/icon-add_border.svg +0 -5
- package/components/Icon/assets/icon-add_field.svg +0 -5
- package/components/Icon/assets/icon-add_new_folder.svg +0 -5
- package/components/Icon/assets/icon-address.svg +0 -5
- package/components/Icon/assets/icon-admin.svg +0 -5
- package/components/Icon/assets/icon-admin_border.svg +0 -5
- package/components/Icon/assets/icon-advanced.svg +0 -5
- package/components/Icon/assets/icon-align-center.svg +0 -5
- package/components/Icon/assets/icon-align-justify.svg +0 -5
- package/components/Icon/assets/icon-align-left.svg +0 -5
- package/components/Icon/assets/icon-align-right.svg +0 -5
- package/components/Icon/assets/icon-analytics.svg +0 -5
- package/components/Icon/assets/icon-analytics_border.svg +0 -5
- package/components/Icon/assets/icon-apple-logo.svg +0 -5
- package/components/Icon/assets/icon-apps.svg +0 -5
- package/components/Icon/assets/icon-archive.svg +0 -5
- package/components/Icon/assets/icon-arrow-down.svg +0 -5
- package/components/Icon/assets/icon-arrow-left.svg +0 -5
- package/components/Icon/assets/icon-arrow-up.svg +0 -5
- package/components/Icon/assets/icon-arrow_down.svg +0 -5
- package/components/Icon/assets/icon-arrow_left.svg +0 -5
- package/components/Icon/assets/icon-arrow_right.svg +0 -5
- package/components/Icon/assets/icon-arrow_right1.svg +0 -5
- package/components/Icon/assets/icon-arrow_up.svg +0 -5
- package/components/Icon/assets/icon-askfirst.svg +0 -5
- package/components/Icon/assets/icon-assignment.svg +0 -5
- package/components/Icon/assets/icon-asterisk.svg +0 -5
- package/components/Icon/assets/icon-attachment.svg +0 -5
- package/components/Icon/assets/icon-audio.svg +0 -5
- package/components/Icon/assets/icon-avatar_rooms.svg +0 -5
- package/components/Icon/assets/icon-barge.svg +0 -5
- package/components/Icon/assets/icon-birthday.svg +0 -5
- package/components/Icon/assets/icon-blocked.svg +0 -5
- package/components/Icon/assets/icon-bold.svg +0 -5
- package/components/Icon/assets/icon-bookmark.svg +0 -5
- package/components/Icon/assets/icon-bookmark_border.svg +0 -5
- package/components/Icon/assets/icon-box-new.svg +0 -5
- package/components/Icon/assets/icon-box.svg +0 -5
- package/components/Icon/assets/icon-box1.svg +0 -5
- package/components/Icon/assets/icon-bubble_lines.svg +0 -5
- package/components/Icon/assets/icon-bubble_lines_border.svg +0 -5
- package/components/Icon/assets/icon-call-add.svg +0 -5
- package/components/Icon/assets/icon-call-list.svg +0 -5
- package/components/Icon/assets/icon-call-more.svg +0 -5
- package/components/Icon/assets/icon-call_on_behalf.svg +0 -5
- package/components/Icon/assets/icon-chat_bubble.svg +0 -5
- package/components/Icon/assets/icon-check.svg +0 -5
- package/components/Icon/assets/icon-chevron_left.svg +0 -5
- package/components/Icon/assets/icon-chevron_right.svg +0 -5
- package/components/Icon/assets/icon-close.svg +0 -5
- package/components/Icon/assets/icon-cloud_contact.svg +0 -5
- package/components/Icon/assets/icon-code_snippets.svg +0 -5
- package/components/Icon/assets/icon-comments.svg +0 -5
- package/components/Icon/assets/icon-computer.svg +0 -5
- package/components/Icon/assets/icon-conference.svg +0 -5
- package/components/Icon/assets/icon-conference_border.svg +0 -5
- package/components/Icon/assets/icon-connect.svg +0 -5
- package/components/Icon/assets/icon-contacts.svg +0 -5
- package/components/Icon/assets/icon-contacts_and_calendars.svg +0 -5
- package/components/Icon/assets/icon-contacts_border.svg +0 -5
- package/components/Icon/assets/icon-copy.svg +0 -5
- package/components/Icon/assets/icon-customize-tabs.svg +0 -5
- package/components/Icon/assets/icon-dashboard.svg +0 -5
- package/components/Icon/assets/icon-dashboard_border.svg +0 -5
- package/components/Icon/assets/icon-date.svg +0 -5
- package/components/Icon/assets/icon-date_border.svg +0 -5
- package/components/Icon/assets/icon-default-avatar.svg +0 -5
- package/components/Icon/assets/icon-default-file-D.svg +0 -7
- package/components/Icon/assets/icon-default-file.svg +0 -8
- package/components/Icon/assets/icon-default-gdrive-D.svg +0 -8
- package/components/Icon/assets/icon-default-gdrive.svg +0 -9
- package/components/Icon/assets/icon-default-group-avatar.svg +0 -5
- package/components/Icon/assets/icon-default-integration.svg +0 -5
- package/components/Icon/assets/icon-default-integration_border.svg +0 -5
- package/components/Icon/assets/icon-default-music-D.svg +0 -7
- package/components/Icon/assets/icon-default-music.svg +0 -7
- package/components/Icon/assets/icon-default-team-avatar.svg +0 -5
- package/components/Icon/assets/icon-default-video-D.svg +0 -7
- package/components/Icon/assets/icon-default-video.svg +0 -7
- package/components/Icon/assets/icon-delete.svg +0 -5
- package/components/Icon/assets/icon-delete_circle.svg +0 -5
- package/components/Icon/assets/icon-deleted_file.svg +0 -6
- package/components/Icon/assets/icon-deleted_file_D.svg +0 -6
- package/components/Icon/assets/icon-deletenumber.svg +0 -5
- package/components/Icon/assets/icon-department.svg +0 -5
- package/components/Icon/assets/icon-dial.svg +0 -5
- package/components/Icon/assets/icon-dialer.svg +0 -5
- package/components/Icon/assets/icon-doc-D.svg +0 -7
- package/components/Icon/assets/icon-doc.svg +0 -7
- package/components/Icon/assets/icon-dock_border.svg +0 -5
- package/components/Icon/assets/icon-double-chevron_left.svg +0 -5
- package/components/Icon/assets/icon-double-chevron_right.svg +0 -5
- package/components/Icon/assets/icon-download.svg +0 -5
- package/components/Icon/assets/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
- package/components/Icon/assets/icon-draft.svg +0 -5
- package/components/Icon/assets/icon-dragable_area.svg +0 -5
- package/components/Icon/assets/icon-dropbox.svg +0 -5
- package/components/Icon/assets/icon-edit.svg +0 -5
- package/components/Icon/assets/icon-email.svg +0 -5
- package/components/Icon/assets/icon-emoji.svg +0 -5
- package/components/Icon/assets/icon-end--answer.svg +0 -6
- package/components/Icon/assets/icon-event-new.svg +0 -5
- package/components/Icon/assets/icon-event-new_border.svg +0 -5
- package/components/Icon/assets/icon-evernote.svg +0 -5
- package/components/Icon/assets/icon-excel-D.svg +0 -7
- package/components/Icon/assets/icon-excel.svg +0 -7
- package/components/Icon/assets/icon-expand.svg +0 -5
- package/components/Icon/assets/icon-external_link.svg +0 -5
- package/components/Icon/assets/icon-failed-fax.svg +0 -5
- package/components/Icon/assets/icon-failed-fax_border.svg +0 -5
- package/components/Icon/assets/icon-fax.svg +0 -5
- package/components/Icon/assets/icon-fax_border.svg +0 -5
- package/components/Icon/assets/icon-feedback.svg +0 -5
- package/components/Icon/assets/icon-file.svg +0 -5
- package/components/Icon/assets/icon-file_border.svg +0 -5
- package/components/Icon/assets/icon-filter.svg +0 -5
- package/components/Icon/assets/icon-foldercreated.svg +0 -5
- package/components/Icon/assets/icon-font-color.svg +0 -6
- package/components/Icon/assets/icon-forward.svg +0 -5
- package/components/Icon/assets/icon-forwardcall.svg +0 -5
- package/components/Icon/assets/icon-forwarding.svg +0 -5
- package/components/Icon/assets/icon-forwarding_border.svg +0 -5
- package/components/Icon/assets/icon-gdrive-logo.svg +0 -10
- package/components/Icon/assets/icon-gif-file-D.svg +0 -7
- package/components/Icon/assets/icon-gif-file.svg +0 -8
- package/components/Icon/assets/icon-gif.svg +0 -5
- package/components/Icon/assets/icon-gmail.svg +0 -9
- package/components/Icon/assets/icon-good-connection.svg +0 -5
- package/components/Icon/assets/icon-google-calendar-2019.svg +0 -10
- package/components/Icon/assets/icon-google-doc-D.svg +0 -7
- package/components/Icon/assets/icon-google-doc.svg +0 -7
- package/components/Icon/assets/icon-google-logo-disabled.svg +0 -5
- package/components/Icon/assets/icon-google-logo.svg +0 -8
- package/components/Icon/assets/icon-google-sheet-D.svg +0 -7
- package/components/Icon/assets/icon-google-sheet.svg +0 -7
- package/components/Icon/assets/icon-google-slide-D.svg +0 -7
- package/components/Icon/assets/icon-google-slide.svg +0 -7
- package/components/Icon/assets/icon-google.svg +0 -5
- package/components/Icon/assets/icon-group-default.svg +0 -5
- package/components/Icon/assets/icon-hand-up.svg +0 -5
- package/components/Icon/assets/icon-hash.svg +0 -5
- package/components/Icon/assets/icon-hd.svg +0 -5
- package/components/Icon/assets/icon-help.svg +0 -5
- package/components/Icon/assets/icon-help_border.svg +0 -5
- package/components/Icon/assets/icon-hide_border.svg +0 -5
- package/components/Icon/assets/icon-hold-answer.svg +0 -6
- package/components/Icon/assets/icon-hold.svg +0 -5
- package/components/Icon/assets/icon-holdcall_border.svg +0 -5
- package/components/Icon/assets/icon-horizontal-line.svg +0 -5
- package/components/Icon/assets/icon-ignore.svg +0 -5
- package/components/Icon/assets/icon-image-broken-D.svg +0 -7
- package/components/Icon/assets/icon-image-broken.svg +0 -8
- package/components/Icon/assets/icon-image-preview-D.svg +0 -7
- package/components/Icon/assets/icon-image-preview.svg +0 -7
- package/components/Icon/assets/icon-in-progress.svg +0 -5
- package/components/Icon/assets/icon-inbound-fax.svg +0 -5
- package/components/Icon/assets/icon-inbound-fax_border.svg +0 -5
- package/components/Icon/assets/icon-inbound_call_on_behalf.svg +0 -5
- package/components/Icon/assets/icon-inbox.svg +0 -5
- package/components/Icon/assets/icon-incall.svg +0 -5
- package/components/Icon/assets/icon-incall_border.svg +0 -5
- package/components/Icon/assets/icon-indent.svg +0 -5
- package/components/Icon/assets/icon-indeterminate.svg +0 -5
- package/components/Icon/assets/icon-info.svg +0 -5
- package/components/Icon/assets/icon-info_border.svg +0 -5
- package/components/Icon/assets/icon-insert-code.svg +0 -5
- package/components/Icon/assets/icon-insert-image.svg +0 -5
- package/components/Icon/assets/icon-insert-link.svg +0 -5
- package/components/Icon/assets/icon-insert-table.svg +0 -5
- package/components/Icon/assets/icon-insert-video.svg +0 -5
- package/components/Icon/assets/icon-italic.svg +0 -5
- package/components/Icon/assets/icon-item-list-selected.svg +0 -5
- package/components/Icon/assets/icon-join-audio-poc.svg +0 -5
- package/components/Icon/assets/icon-join.svg +0 -7
- package/components/Icon/assets/icon-join_meeting.svg +0 -5
- package/components/Icon/assets/icon-jump-to-latest.svg +0 -5
- package/components/Icon/assets/icon-jump-to-unread.svg +0 -5
- package/components/Icon/assets/icon-keypad.svg +0 -5
- package/components/Icon/assets/icon-leave-meeting.svg +0 -5
- package/components/Icon/assets/icon-leave.svg +0 -5
- package/components/Icon/assets/icon-list-bullet.svg +0 -5
- package/components/Icon/assets/icon-list-ordered.svg +0 -5
- package/components/Icon/assets/icon-list-view.svg +0 -5
- package/components/Icon/assets/icon-location.svg +0 -5
- package/components/Icon/assets/icon-location_border.svg +0 -5
- package/components/Icon/assets/icon-lock.svg +0 -5
- package/components/Icon/assets/icon-lock_border.svg +0 -5
- package/components/Icon/assets/icon-login.svg +0 -5
- package/components/Icon/assets/icon-mac-keynote-D.svg +0 -7
- package/components/Icon/assets/icon-mac-keynote.svg +0 -10
- package/components/Icon/assets/icon-mac-numbers-D.svg +0 -7
- package/components/Icon/assets/icon-mac-numbers.svg +0 -7
- package/components/Icon/assets/icon-mac-pages-D.svg +0 -7
- package/components/Icon/assets/icon-mac-pages.svg +0 -7
- package/components/Icon/assets/icon-marker_m.svg +0 -6
- package/components/Icon/assets/icon-marker_s.svg +0 -6
- package/components/Icon/assets/icon-member_border.svg +0 -5
- package/components/Icon/assets/icon-mention.svg +0 -5
- package/components/Icon/assets/icon-mention_border.svg +0 -5
- package/components/Icon/assets/icon-merge.svg +0 -5
- package/components/Icon/assets/icon-mic-off.svg +0 -5
- package/components/Icon/assets/icon-mic-off_border.svg +0 -5
- package/components/Icon/assets/icon-mic.svg +0 -5
- package/components/Icon/assets/icon-mic_border.svg +0 -5
- package/components/Icon/assets/icon-microsoft-logo-disabled.svg +0 -8
- package/components/Icon/assets/icon-microsoft-logo.svg +0 -8
- package/components/Icon/assets/icon-microsoft-outlook-2019.svg +0 -19
- package/components/Icon/assets/icon-minimize.svg +0 -5
- package/components/Icon/assets/icon-missedcall.svg +0 -5
- package/components/Icon/assets/icon-missedcall_border.svg +0 -5
- package/components/Icon/assets/icon-mobile.svg +0 -5
- package/components/Icon/assets/icon-monitor_call.svg +0 -5
- package/components/Icon/assets/icon-more_horiz.svg +0 -5
- package/components/Icon/assets/icon-more_vert.svg +0 -5
- package/components/Icon/assets/icon-mute-notification.svg +0 -5
- package/components/Icon/assets/icon-mute-notification_border.svg +0 -5
- package/components/Icon/assets/icon-new-action.svg +0 -5
- package/components/Icon/assets/icon-new-fax.svg +0 -5
- package/components/Icon/assets/icon-new-file.svg +0 -5
- package/components/Icon/assets/icon-new-note.svg +0 -5
- package/components/Icon/assets/icon-nickname.svg +0 -5
- package/components/Icon/assets/icon-no-audio.svg +0 -5
- package/components/Icon/assets/icon-no-connection.svg +0 -6
- package/components/Icon/assets/icon-non-edit.svg +0 -5
- package/components/Icon/assets/icon-note.svg +0 -5
- package/components/Icon/assets/icon-note_border.svg +0 -5
- package/components/Icon/assets/icon-notification.svg +0 -5
- package/components/Icon/assets/icon-notification_border.svg +0 -5
- package/components/Icon/assets/icon-onedrive.svg +0 -5
- package/components/Icon/assets/icon-open-folder.svg +0 -5
- package/components/Icon/assets/icon-oubound_call_on_behalf.svg +0 -5
- package/components/Icon/assets/icon-outbound-fax.svg +0 -5
- package/components/Icon/assets/icon-outbound-fax_border.svg +0 -5
- package/components/Icon/assets/icon-outcall.svg +0 -5
- package/components/Icon/assets/icon-outcall_border.svg +0 -5
- package/components/Icon/assets/icon-outdent.svg +0 -5
- package/components/Icon/assets/icon-park-call-message.svg +0 -5
- package/components/Icon/assets/icon-park-call-text.svg +0 -5
- package/components/Icon/assets/icon-park-call.svg +0 -5
- package/components/Icon/assets/icon-partner_cloud_contact.svg +0 -5
- package/components/Icon/assets/icon-pause.svg +0 -5
- package/components/Icon/assets/icon-pause_border.svg +0 -5
- package/components/Icon/assets/icon-pause_circle.svg +0 -5
- package/components/Icon/assets/icon-pause_circle_border.svg +0 -5
- package/components/Icon/assets/icon-pdf-D.svg +0 -7
- package/components/Icon/assets/icon-pdf.svg +0 -7
- package/components/Icon/assets/icon-people.svg +0 -5
- package/components/Icon/assets/icon-phone-off.svg +0 -5
- package/components/Icon/assets/icon-phone-off_border.svg +0 -5
- package/components/Icon/assets/icon-phone.svg +0 -5
- package/components/Icon/assets/icon-phone_border.svg +0 -5
- package/components/Icon/assets/icon-pick_up_call.svg +0 -5
- package/components/Icon/assets/icon-pin.svg +0 -5
- package/components/Icon/assets/icon-play.svg +0 -5
- package/components/Icon/assets/icon-play_border.svg +0 -5
- package/components/Icon/assets/icon-play_circle.svg +0 -5
- package/components/Icon/assets/icon-play_circle_border.svg +0 -5
- package/components/Icon/assets/icon-poll.svg +0 -5
- package/components/Icon/assets/icon-poll_border.svg +0 -5
- package/components/Icon/assets/icon-poor-connection.svg +0 -6
- package/components/Icon/assets/icon-ppt-D.svg +0 -7
- package/components/Icon/assets/icon-ppt.svg +0 -7
- package/components/Icon/assets/icon-previous.svg +0 -5
- package/components/Icon/assets/icon-quote.svg +0 -5
- package/components/Icon/assets/icon-radio.svg +0 -5
- package/components/Icon/assets/icon-radio_unselect.svg +0 -5
- package/components/Icon/assets/icon-rc_blog.svg +0 -5
- package/components/Icon/assets/icon-rc_cloud_contact.svg +0 -5
- package/components/Icon/assets/icon-rc_contact.svg +0 -5
- package/components/Icon/assets/icon-rc_help.svg +0 -5
- package/components/Icon/assets/icon-rcv_mic-off.svg +0 -6
- package/components/Icon/assets/icon-rcv_videocam-off.svg +0 -6
- package/components/Icon/assets/icon-read.svg +0 -5
- package/components/Icon/assets/icon-record.svg +0 -5
- package/components/Icon/assets/icon-refresh.svg +0 -5
- package/components/Icon/assets/icon-remove.svg +0 -5
- package/components/Icon/assets/icon-remove_border.svg +0 -5
- package/components/Icon/assets/icon-remove_field.svg +0 -5
- package/components/Icon/assets/icon-repeat.svg +0 -5
- package/components/Icon/assets/icon-reply.svg +0 -5
- package/components/Icon/assets/icon-resend-fax.svg +0 -5
- package/components/Icon/assets/icon-reset-zoom.svg +0 -5
- package/components/Icon/assets/icon-rich_text_editor.svg +0 -5
- package/components/Icon/assets/icon-roll-ap.svg +0 -5
- package/components/Icon/assets/icon-save-draft.svg +0 -5
- package/components/Icon/assets/icon-schedule.svg +0 -13
- package/components/Icon/assets/icon-schedule_meeting.svg +0 -5
- package/components/Icon/assets/icon-screenshare.svg +0 -5
- package/components/Icon/assets/icon-screenshare_border.svg +0 -5
- package/components/Icon/assets/icon-search.svg +0 -5
- package/components/Icon/assets/icon-search_nav.svg +0 -5
- package/components/Icon/assets/icon-selects.svg +0 -5
- package/components/Icon/assets/icon-send.svg +0 -5
- package/components/Icon/assets/icon-send_filled.svg +0 -5
- package/components/Icon/assets/icon-settings.svg +0 -5
- package/components/Icon/assets/icon-settings_border.svg +0 -5
- package/components/Icon/assets/icon-share.svg +0 -5
- package/components/Icon/assets/icon-sharepoint.svg +0 -5
- package/components/Icon/assets/icon-shortcut.svg +0 -5
- package/components/Icon/assets/icon-shortcut_border.svg +0 -5
- package/components/Icon/assets/icon-signal-0.svg +0 -5
- package/components/Icon/assets/icon-signal-1.svg +0 -5
- package/components/Icon/assets/icon-signal-2.svg +0 -5
- package/components/Icon/assets/icon-signal-3.svg +0 -7
- package/components/Icon/assets/icon-sms-default.svg +0 -5
- package/components/Icon/assets/icon-sms.svg +0 -5
- package/components/Icon/assets/icon-sms_border.svg +0 -5
- package/components/Icon/assets/icon-sms_invite_border.svg +0 -5
- package/components/Icon/assets/icon-sort.svg +0 -6
- package/components/Icon/assets/icon-speaker-down.svg +0 -5
- package/components/Icon/assets/icon-speaker-mute.svg +0 -5
- package/components/Icon/assets/icon-speaker-up.svg +0 -5
- package/components/Icon/assets/icon-star.svg +0 -5
- package/components/Icon/assets/icon-star_border.svg +0 -5
- package/components/Icon/assets/icon-start.svg +0 -7
- package/components/Icon/assets/icon-start_meeting.svg +0 -5
- package/components/Icon/assets/icon-stop-record.svg +0 -5
- package/components/Icon/assets/icon-stop.svg +0 -5
- package/components/Icon/assets/icon-stop_border.svg +0 -5
- package/components/Icon/assets/icon-stop_circle.svg +0 -5
- package/components/Icon/assets/icon-stop_circle_border.svg +0 -5
- package/components/Icon/assets/icon-strike.svg +0 -5
- package/components/Icon/assets/icon-take_over.svg +0 -5
- package/components/Icon/assets/icon-task-new.svg +0 -5
- package/components/Icon/assets/icon-task-new_border.svg +0 -5
- package/components/Icon/assets/icon-team-default.svg +0 -5
- package/components/Icon/assets/icon-team.svg +0 -5
- package/components/Icon/assets/icon-team_border.svg +0 -5
- package/components/Icon/assets/icon-text.svg +0 -5
- package/components/Icon/assets/icon-theme.svg +0 -5
- package/components/Icon/assets/icon-thumbup.svg +0 -5
- package/components/Icon/assets/icon-thumbup_border.svg +0 -5
- package/components/Icon/assets/icon-time.svg +0 -5
- package/components/Icon/assets/icon-time_border.svg +0 -5
- package/components/Icon/assets/icon-transcription.svg +0 -5
- package/components/Icon/assets/icon-transfer-call.svg +0 -5
- package/components/Icon/assets/icon-transfer_call_border.svg +0 -5
- package/components/Icon/assets/icon-unblocked.svg +0 -5
- package/components/Icon/assets/icon-underline.svg +0 -5
- package/components/Icon/assets/icon-undock.svg +0 -5
- package/components/Icon/assets/icon-undock_border.svg +0 -5
- package/components/Icon/assets/icon-unfold_less.svg +0 -5
- package/components/Icon/assets/icon-unfold_more.svg +0 -5
- package/components/Icon/assets/icon-unlock.svg +0 -5
- package/components/Icon/assets/icon-unpin-slash.svg +0 -5
- package/components/Icon/assets/icon-unpin.svg +0 -5
- package/components/Icon/assets/icon-unread.svg +0 -5
- package/components/Icon/assets/icon-unselect.svg +0 -5
- package/components/Icon/assets/icon-user-default.svg +0 -5
- package/components/Icon/assets/icon-video_and_message.svg +0 -5
- package/components/Icon/assets/icon-video_meeting.svg +0 -5
- package/components/Icon/assets/icon-videocam-off.svg +0 -5
- package/components/Icon/assets/icon-videocam-off_border.svg +0 -5
- package/components/Icon/assets/icon-videocam.svg +0 -5
- package/components/Icon/assets/icon-videocam_border.svg +0 -5
- package/components/Icon/assets/icon-view-log_border.svg +0 -5
- package/components/Icon/assets/icon-view.svg +0 -5
- package/components/Icon/assets/icon-view_border.svg +0 -5
- package/components/Icon/assets/icon-voicemail.svg +0 -5
- package/components/Icon/assets/icon-warning.svg +0 -5
- package/components/Icon/assets/icon-watch-video.svg +0 -5
- package/components/Icon/assets/icon-weak-connection.svg +0 -6
- package/components/Icon/assets/icon-webinar.svg +0 -5
- package/components/Icon/assets/icon-webinar_border.svg +0 -5
- package/components/Icon/assets/icon-webpage.svg +0 -5
- package/components/Icon/assets/icon-whisper.svg +0 -5
- package/components/Icon/assets/icon-work.svg +0 -5
- package/components/Icon/assets/icon-workspace.svg +0 -5
- package/components/Icon/assets/icon-workspace_border.svg +0 -5
- package/components/Icon/assets/icon-zip-D.svg +0 -7
- package/components/Icon/assets/icon-zip.svg +0 -7
- package/components/Icon/assets/icon-zoom-in.svg +0 -5
- package/components/Icon/assets/icon-zoom-out.svg +0 -5
- package/components/Icon/icon-symbol.d.ts +0 -2
- package/components/Icon/icon-symbol.js +0 -3
- package/es6/components/Icon/assets/icon-0.svg +0 -6
- package/es6/components/Icon/assets/icon-1.svg +0 -5
- package/es6/components/Icon/assets/icon-2.svg +0 -6
- package/es6/components/Icon/assets/icon-3.svg +0 -6
- package/es6/components/Icon/assets/icon-4.svg +0 -6
- package/es6/components/Icon/assets/icon-5.svg +0 -6
- package/es6/components/Icon/assets/icon-6.svg +0 -6
- package/es6/components/Icon/assets/icon-7.svg +0 -6
- package/es6/components/Icon/assets/icon-8.svg +0 -6
- package/es6/components/Icon/assets/icon-9.svg +0 -6
- package/es6/components/Icon/assets/icon-Announcement.svg +0 -8
- package/es6/components/Icon/assets/icon-Call-queue.svg +0 -14
- package/es6/components/Icon/assets/icon-Company-setup.svg +0 -5
- package/es6/components/Icon/assets/icon-Company-setup_border.svg +0 -5
- package/es6/components/Icon/assets/icon-Description.svg +0 -5
- package/es6/components/Icon/assets/icon-HUD.svg +0 -5
- package/es6/components/Icon/assets/icon-Limited.svg +0 -7
- package/es6/components/Icon/assets/icon-Logout.svg +0 -5
- package/es6/components/Icon/assets/icon-Message.svg +0 -6
- package/es6/components/Icon/assets/icon-New-email.svg +0 -5
- package/es6/components/Icon/assets/icon-Paging.svg +0 -6
- package/es6/components/Icon/assets/icon-Shared-line.svg +0 -8
- package/es6/components/Icon/assets/icon-active-call.svg +0 -7
- package/es6/components/Icon/assets/icon-activecall_border.svg +0 -5
- package/es6/components/Icon/assets/icon-add-emoji-more.svg +0 -5
- package/es6/components/Icon/assets/icon-add-event.svg +0 -5
- package/es6/components/Icon/assets/icon-add-integration.svg +0 -6
- package/es6/components/Icon/assets/icon-add-member.svg +0 -5
- package/es6/components/Icon/assets/icon-add-member_border.svg +0 -5
- package/es6/components/Icon/assets/icon-add-park-location.svg +0 -5
- package/es6/components/Icon/assets/icon-add-reactions.svg +0 -9
- package/es6/components/Icon/assets/icon-add-task.svg +0 -5
- package/es6/components/Icon/assets/icon-add-team.svg +0 -5
- package/es6/components/Icon/assets/icon-add-team_border.svg +0 -5
- package/es6/components/Icon/assets/icon-add.svg +0 -5
- package/es6/components/Icon/assets/icon-add_border.svg +0 -5
- package/es6/components/Icon/assets/icon-add_field.svg +0 -5
- package/es6/components/Icon/assets/icon-add_new_folder.svg +0 -5
- package/es6/components/Icon/assets/icon-address.svg +0 -5
- package/es6/components/Icon/assets/icon-admin.svg +0 -5
- package/es6/components/Icon/assets/icon-admin_border.svg +0 -5
- package/es6/components/Icon/assets/icon-advanced.svg +0 -5
- package/es6/components/Icon/assets/icon-align-center.svg +0 -5
- package/es6/components/Icon/assets/icon-align-justify.svg +0 -5
- package/es6/components/Icon/assets/icon-align-left.svg +0 -5
- package/es6/components/Icon/assets/icon-align-right.svg +0 -5
- package/es6/components/Icon/assets/icon-analytics.svg +0 -5
- package/es6/components/Icon/assets/icon-analytics_border.svg +0 -5
- package/es6/components/Icon/assets/icon-apple-logo.svg +0 -5
- package/es6/components/Icon/assets/icon-apps.svg +0 -5
- package/es6/components/Icon/assets/icon-archive.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow-down.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow-left.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow-up.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow_down.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow_left.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow_right.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow_right1.svg +0 -5
- package/es6/components/Icon/assets/icon-arrow_up.svg +0 -5
- package/es6/components/Icon/assets/icon-askfirst.svg +0 -5
- package/es6/components/Icon/assets/icon-assignment.svg +0 -5
- package/es6/components/Icon/assets/icon-asterisk.svg +0 -5
- package/es6/components/Icon/assets/icon-attachment.svg +0 -5
- package/es6/components/Icon/assets/icon-audio.svg +0 -5
- package/es6/components/Icon/assets/icon-avatar_rooms.svg +0 -5
- package/es6/components/Icon/assets/icon-barge.svg +0 -5
- package/es6/components/Icon/assets/icon-birthday.svg +0 -5
- package/es6/components/Icon/assets/icon-blocked.svg +0 -5
- package/es6/components/Icon/assets/icon-bold.svg +0 -5
- package/es6/components/Icon/assets/icon-bookmark.svg +0 -5
- package/es6/components/Icon/assets/icon-bookmark_border.svg +0 -5
- package/es6/components/Icon/assets/icon-box-new.svg +0 -5
- package/es6/components/Icon/assets/icon-box.svg +0 -5
- package/es6/components/Icon/assets/icon-box1.svg +0 -5
- package/es6/components/Icon/assets/icon-bubble_lines.svg +0 -5
- package/es6/components/Icon/assets/icon-bubble_lines_border.svg +0 -5
- package/es6/components/Icon/assets/icon-call-add.svg +0 -5
- package/es6/components/Icon/assets/icon-call-list.svg +0 -5
- package/es6/components/Icon/assets/icon-call-more.svg +0 -5
- package/es6/components/Icon/assets/icon-call_on_behalf.svg +0 -5
- package/es6/components/Icon/assets/icon-chat_bubble.svg +0 -5
- package/es6/components/Icon/assets/icon-check.svg +0 -5
- package/es6/components/Icon/assets/icon-chevron_left.svg +0 -5
- package/es6/components/Icon/assets/icon-chevron_right.svg +0 -5
- package/es6/components/Icon/assets/icon-close.svg +0 -5
- package/es6/components/Icon/assets/icon-cloud_contact.svg +0 -5
- package/es6/components/Icon/assets/icon-code_snippets.svg +0 -5
- package/es6/components/Icon/assets/icon-comments.svg +0 -5
- package/es6/components/Icon/assets/icon-computer.svg +0 -5
- package/es6/components/Icon/assets/icon-conference.svg +0 -5
- package/es6/components/Icon/assets/icon-conference_border.svg +0 -5
- package/es6/components/Icon/assets/icon-connect.svg +0 -5
- package/es6/components/Icon/assets/icon-contacts.svg +0 -5
- package/es6/components/Icon/assets/icon-contacts_and_calendars.svg +0 -5
- package/es6/components/Icon/assets/icon-contacts_border.svg +0 -5
- package/es6/components/Icon/assets/icon-copy.svg +0 -5
- package/es6/components/Icon/assets/icon-customize-tabs.svg +0 -5
- package/es6/components/Icon/assets/icon-dashboard.svg +0 -5
- package/es6/components/Icon/assets/icon-dashboard_border.svg +0 -5
- package/es6/components/Icon/assets/icon-date.svg +0 -5
- package/es6/components/Icon/assets/icon-date_border.svg +0 -5
- package/es6/components/Icon/assets/icon-default-avatar.svg +0 -5
- package/es6/components/Icon/assets/icon-default-file-D.svg +0 -7
- package/es6/components/Icon/assets/icon-default-file.svg +0 -8
- package/es6/components/Icon/assets/icon-default-gdrive-D.svg +0 -8
- package/es6/components/Icon/assets/icon-default-gdrive.svg +0 -9
- package/es6/components/Icon/assets/icon-default-group-avatar.svg +0 -5
- package/es6/components/Icon/assets/icon-default-integration.svg +0 -5
- package/es6/components/Icon/assets/icon-default-integration_border.svg +0 -5
- package/es6/components/Icon/assets/icon-default-music-D.svg +0 -7
- package/es6/components/Icon/assets/icon-default-music.svg +0 -7
- package/es6/components/Icon/assets/icon-default-team-avatar.svg +0 -5
- package/es6/components/Icon/assets/icon-default-video-D.svg +0 -7
- package/es6/components/Icon/assets/icon-default-video.svg +0 -7
- package/es6/components/Icon/assets/icon-delete.svg +0 -5
- package/es6/components/Icon/assets/icon-delete_circle.svg +0 -5
- package/es6/components/Icon/assets/icon-deleted_file.svg +0 -6
- package/es6/components/Icon/assets/icon-deleted_file_D.svg +0 -6
- package/es6/components/Icon/assets/icon-deletenumber.svg +0 -5
- package/es6/components/Icon/assets/icon-department.svg +0 -5
- package/es6/components/Icon/assets/icon-dial.svg +0 -5
- package/es6/components/Icon/assets/icon-dialer.svg +0 -5
- package/es6/components/Icon/assets/icon-doc-D.svg +0 -7
- package/es6/components/Icon/assets/icon-doc.svg +0 -7
- package/es6/components/Icon/assets/icon-dock_border.svg +0 -5
- package/es6/components/Icon/assets/icon-double-chevron_left.svg +0 -5
- package/es6/components/Icon/assets/icon-double-chevron_right.svg +0 -5
- package/es6/components/Icon/assets/icon-download.svg +0 -5
- package/es6/components/Icon/assets/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
- package/es6/components/Icon/assets/icon-draft.svg +0 -5
- package/es6/components/Icon/assets/icon-dragable_area.svg +0 -5
- package/es6/components/Icon/assets/icon-dropbox.svg +0 -5
- package/es6/components/Icon/assets/icon-edit.svg +0 -5
- package/es6/components/Icon/assets/icon-email.svg +0 -5
- package/es6/components/Icon/assets/icon-emoji.svg +0 -5
- package/es6/components/Icon/assets/icon-end--answer.svg +0 -6
- package/es6/components/Icon/assets/icon-event-new.svg +0 -5
- package/es6/components/Icon/assets/icon-event-new_border.svg +0 -5
- package/es6/components/Icon/assets/icon-evernote.svg +0 -5
- package/es6/components/Icon/assets/icon-excel-D.svg +0 -7
- package/es6/components/Icon/assets/icon-excel.svg +0 -7
- package/es6/components/Icon/assets/icon-expand.svg +0 -5
- package/es6/components/Icon/assets/icon-external_link.svg +0 -5
- package/es6/components/Icon/assets/icon-failed-fax.svg +0 -5
- package/es6/components/Icon/assets/icon-failed-fax_border.svg +0 -5
- package/es6/components/Icon/assets/icon-fax.svg +0 -5
- package/es6/components/Icon/assets/icon-fax_border.svg +0 -5
- package/es6/components/Icon/assets/icon-feedback.svg +0 -5
- package/es6/components/Icon/assets/icon-file.svg +0 -5
- package/es6/components/Icon/assets/icon-file_border.svg +0 -5
- package/es6/components/Icon/assets/icon-filter.svg +0 -5
- package/es6/components/Icon/assets/icon-foldercreated.svg +0 -5
- package/es6/components/Icon/assets/icon-font-color.svg +0 -6
- package/es6/components/Icon/assets/icon-forward.svg +0 -5
- package/es6/components/Icon/assets/icon-forwardcall.svg +0 -5
- package/es6/components/Icon/assets/icon-forwarding.svg +0 -5
- package/es6/components/Icon/assets/icon-forwarding_border.svg +0 -5
- package/es6/components/Icon/assets/icon-gdrive-logo.svg +0 -10
- package/es6/components/Icon/assets/icon-gif-file-D.svg +0 -7
- package/es6/components/Icon/assets/icon-gif-file.svg +0 -8
- package/es6/components/Icon/assets/icon-gif.svg +0 -5
- package/es6/components/Icon/assets/icon-gmail.svg +0 -9
- package/es6/components/Icon/assets/icon-good-connection.svg +0 -5
- package/es6/components/Icon/assets/icon-google-calendar-2019.svg +0 -10
- package/es6/components/Icon/assets/icon-google-doc-D.svg +0 -7
- package/es6/components/Icon/assets/icon-google-doc.svg +0 -7
- package/es6/components/Icon/assets/icon-google-logo-disabled.svg +0 -5
- package/es6/components/Icon/assets/icon-google-logo.svg +0 -8
- package/es6/components/Icon/assets/icon-google-sheet-D.svg +0 -7
- package/es6/components/Icon/assets/icon-google-sheet.svg +0 -7
- package/es6/components/Icon/assets/icon-google-slide-D.svg +0 -7
- package/es6/components/Icon/assets/icon-google-slide.svg +0 -7
- package/es6/components/Icon/assets/icon-google.svg +0 -5
- package/es6/components/Icon/assets/icon-group-default.svg +0 -5
- package/es6/components/Icon/assets/icon-hand-up.svg +0 -5
- package/es6/components/Icon/assets/icon-hash.svg +0 -5
- package/es6/components/Icon/assets/icon-hd.svg +0 -5
- package/es6/components/Icon/assets/icon-help.svg +0 -5
- package/es6/components/Icon/assets/icon-help_border.svg +0 -5
- package/es6/components/Icon/assets/icon-hide_border.svg +0 -5
- package/es6/components/Icon/assets/icon-hold-answer.svg +0 -6
- package/es6/components/Icon/assets/icon-hold.svg +0 -5
- package/es6/components/Icon/assets/icon-holdcall_border.svg +0 -5
- package/es6/components/Icon/assets/icon-horizontal-line.svg +0 -5
- package/es6/components/Icon/assets/icon-ignore.svg +0 -5
- package/es6/components/Icon/assets/icon-image-broken-D.svg +0 -7
- package/es6/components/Icon/assets/icon-image-broken.svg +0 -8
- package/es6/components/Icon/assets/icon-image-preview-D.svg +0 -7
- package/es6/components/Icon/assets/icon-image-preview.svg +0 -7
- package/es6/components/Icon/assets/icon-in-progress.svg +0 -5
- package/es6/components/Icon/assets/icon-inbound-fax.svg +0 -5
- package/es6/components/Icon/assets/icon-inbound-fax_border.svg +0 -5
- package/es6/components/Icon/assets/icon-inbound_call_on_behalf.svg +0 -5
- package/es6/components/Icon/assets/icon-inbox.svg +0 -5
- package/es6/components/Icon/assets/icon-incall.svg +0 -5
- package/es6/components/Icon/assets/icon-incall_border.svg +0 -5
- package/es6/components/Icon/assets/icon-indent.svg +0 -5
- package/es6/components/Icon/assets/icon-indeterminate.svg +0 -5
- package/es6/components/Icon/assets/icon-info.svg +0 -5
- package/es6/components/Icon/assets/icon-info_border.svg +0 -5
- package/es6/components/Icon/assets/icon-insert-code.svg +0 -5
- package/es6/components/Icon/assets/icon-insert-image.svg +0 -5
- package/es6/components/Icon/assets/icon-insert-link.svg +0 -5
- package/es6/components/Icon/assets/icon-insert-table.svg +0 -5
- package/es6/components/Icon/assets/icon-insert-video.svg +0 -5
- package/es6/components/Icon/assets/icon-italic.svg +0 -5
- package/es6/components/Icon/assets/icon-item-list-selected.svg +0 -5
- package/es6/components/Icon/assets/icon-join-audio-poc.svg +0 -5
- package/es6/components/Icon/assets/icon-join.svg +0 -7
- package/es6/components/Icon/assets/icon-join_meeting.svg +0 -5
- package/es6/components/Icon/assets/icon-jump-to-latest.svg +0 -5
- package/es6/components/Icon/assets/icon-jump-to-unread.svg +0 -5
- package/es6/components/Icon/assets/icon-keypad.svg +0 -5
- package/es6/components/Icon/assets/icon-leave-meeting.svg +0 -5
- package/es6/components/Icon/assets/icon-leave.svg +0 -5
- package/es6/components/Icon/assets/icon-list-bullet.svg +0 -5
- package/es6/components/Icon/assets/icon-list-ordered.svg +0 -5
- package/es6/components/Icon/assets/icon-list-view.svg +0 -5
- package/es6/components/Icon/assets/icon-location.svg +0 -5
- package/es6/components/Icon/assets/icon-location_border.svg +0 -5
- package/es6/components/Icon/assets/icon-lock.svg +0 -5
- package/es6/components/Icon/assets/icon-lock_border.svg +0 -5
- package/es6/components/Icon/assets/icon-login.svg +0 -5
- package/es6/components/Icon/assets/icon-mac-keynote-D.svg +0 -7
- package/es6/components/Icon/assets/icon-mac-keynote.svg +0 -10
- package/es6/components/Icon/assets/icon-mac-numbers-D.svg +0 -7
- package/es6/components/Icon/assets/icon-mac-numbers.svg +0 -7
- package/es6/components/Icon/assets/icon-mac-pages-D.svg +0 -7
- package/es6/components/Icon/assets/icon-mac-pages.svg +0 -7
- package/es6/components/Icon/assets/icon-marker_m.svg +0 -6
- package/es6/components/Icon/assets/icon-marker_s.svg +0 -6
- package/es6/components/Icon/assets/icon-member_border.svg +0 -5
- package/es6/components/Icon/assets/icon-mention.svg +0 -5
- package/es6/components/Icon/assets/icon-mention_border.svg +0 -5
- package/es6/components/Icon/assets/icon-merge.svg +0 -5
- package/es6/components/Icon/assets/icon-mic-off.svg +0 -5
- package/es6/components/Icon/assets/icon-mic-off_border.svg +0 -5
- package/es6/components/Icon/assets/icon-mic.svg +0 -5
- package/es6/components/Icon/assets/icon-mic_border.svg +0 -5
- package/es6/components/Icon/assets/icon-microsoft-logo-disabled.svg +0 -8
- package/es6/components/Icon/assets/icon-microsoft-logo.svg +0 -8
- package/es6/components/Icon/assets/icon-microsoft-outlook-2019.svg +0 -19
- package/es6/components/Icon/assets/icon-minimize.svg +0 -5
- package/es6/components/Icon/assets/icon-missedcall.svg +0 -5
- package/es6/components/Icon/assets/icon-missedcall_border.svg +0 -5
- package/es6/components/Icon/assets/icon-mobile.svg +0 -5
- package/es6/components/Icon/assets/icon-monitor_call.svg +0 -5
- package/es6/components/Icon/assets/icon-more_horiz.svg +0 -5
- package/es6/components/Icon/assets/icon-more_vert.svg +0 -5
- package/es6/components/Icon/assets/icon-mute-notification.svg +0 -5
- package/es6/components/Icon/assets/icon-mute-notification_border.svg +0 -5
- package/es6/components/Icon/assets/icon-new-action.svg +0 -5
- package/es6/components/Icon/assets/icon-new-fax.svg +0 -5
- package/es6/components/Icon/assets/icon-new-file.svg +0 -5
- package/es6/components/Icon/assets/icon-new-note.svg +0 -5
- package/es6/components/Icon/assets/icon-nickname.svg +0 -5
- package/es6/components/Icon/assets/icon-no-audio.svg +0 -5
- package/es6/components/Icon/assets/icon-no-connection.svg +0 -6
- package/es6/components/Icon/assets/icon-non-edit.svg +0 -5
- package/es6/components/Icon/assets/icon-note.svg +0 -5
- package/es6/components/Icon/assets/icon-note_border.svg +0 -5
- package/es6/components/Icon/assets/icon-notification.svg +0 -5
- package/es6/components/Icon/assets/icon-notification_border.svg +0 -5
- package/es6/components/Icon/assets/icon-onedrive.svg +0 -5
- package/es6/components/Icon/assets/icon-open-folder.svg +0 -5
- package/es6/components/Icon/assets/icon-oubound_call_on_behalf.svg +0 -5
- package/es6/components/Icon/assets/icon-outbound-fax.svg +0 -5
- package/es6/components/Icon/assets/icon-outbound-fax_border.svg +0 -5
- package/es6/components/Icon/assets/icon-outcall.svg +0 -5
- package/es6/components/Icon/assets/icon-outcall_border.svg +0 -5
- package/es6/components/Icon/assets/icon-outdent.svg +0 -5
- package/es6/components/Icon/assets/icon-park-call-message.svg +0 -5
- package/es6/components/Icon/assets/icon-park-call-text.svg +0 -5
- package/es6/components/Icon/assets/icon-park-call.svg +0 -5
- package/es6/components/Icon/assets/icon-partner_cloud_contact.svg +0 -5
- package/es6/components/Icon/assets/icon-pause.svg +0 -5
- package/es6/components/Icon/assets/icon-pause_border.svg +0 -5
- package/es6/components/Icon/assets/icon-pause_circle.svg +0 -5
- package/es6/components/Icon/assets/icon-pause_circle_border.svg +0 -5
- package/es6/components/Icon/assets/icon-pdf-D.svg +0 -7
- package/es6/components/Icon/assets/icon-pdf.svg +0 -7
- package/es6/components/Icon/assets/icon-people.svg +0 -5
- package/es6/components/Icon/assets/icon-phone-off.svg +0 -5
- package/es6/components/Icon/assets/icon-phone-off_border.svg +0 -5
- package/es6/components/Icon/assets/icon-phone.svg +0 -5
- package/es6/components/Icon/assets/icon-phone_border.svg +0 -5
- package/es6/components/Icon/assets/icon-pick_up_call.svg +0 -5
- package/es6/components/Icon/assets/icon-pin.svg +0 -5
- package/es6/components/Icon/assets/icon-play.svg +0 -5
- package/es6/components/Icon/assets/icon-play_border.svg +0 -5
- package/es6/components/Icon/assets/icon-play_circle.svg +0 -5
- package/es6/components/Icon/assets/icon-play_circle_border.svg +0 -5
- package/es6/components/Icon/assets/icon-poll.svg +0 -5
- package/es6/components/Icon/assets/icon-poll_border.svg +0 -5
- package/es6/components/Icon/assets/icon-poor-connection.svg +0 -6
- package/es6/components/Icon/assets/icon-ppt-D.svg +0 -7
- package/es6/components/Icon/assets/icon-ppt.svg +0 -7
- package/es6/components/Icon/assets/icon-previous.svg +0 -5
- package/es6/components/Icon/assets/icon-quote.svg +0 -5
- package/es6/components/Icon/assets/icon-radio.svg +0 -5
- package/es6/components/Icon/assets/icon-radio_unselect.svg +0 -5
- package/es6/components/Icon/assets/icon-rc_blog.svg +0 -5
- package/es6/components/Icon/assets/icon-rc_cloud_contact.svg +0 -5
- package/es6/components/Icon/assets/icon-rc_contact.svg +0 -5
- package/es6/components/Icon/assets/icon-rc_help.svg +0 -5
- package/es6/components/Icon/assets/icon-rcv_mic-off.svg +0 -6
- package/es6/components/Icon/assets/icon-rcv_videocam-off.svg +0 -6
- package/es6/components/Icon/assets/icon-read.svg +0 -5
- package/es6/components/Icon/assets/icon-record.svg +0 -5
- package/es6/components/Icon/assets/icon-refresh.svg +0 -5
- package/es6/components/Icon/assets/icon-remove.svg +0 -5
- package/es6/components/Icon/assets/icon-remove_border.svg +0 -5
- package/es6/components/Icon/assets/icon-remove_field.svg +0 -5
- package/es6/components/Icon/assets/icon-repeat.svg +0 -5
- package/es6/components/Icon/assets/icon-reply.svg +0 -5
- package/es6/components/Icon/assets/icon-resend-fax.svg +0 -5
- package/es6/components/Icon/assets/icon-reset-zoom.svg +0 -5
- package/es6/components/Icon/assets/icon-rich_text_editor.svg +0 -5
- package/es6/components/Icon/assets/icon-roll-ap.svg +0 -5
- package/es6/components/Icon/assets/icon-save-draft.svg +0 -5
- package/es6/components/Icon/assets/icon-schedule.svg +0 -13
- package/es6/components/Icon/assets/icon-schedule_meeting.svg +0 -5
- package/es6/components/Icon/assets/icon-screenshare.svg +0 -5
- package/es6/components/Icon/assets/icon-screenshare_border.svg +0 -5
- package/es6/components/Icon/assets/icon-search.svg +0 -5
- package/es6/components/Icon/assets/icon-search_nav.svg +0 -5
- package/es6/components/Icon/assets/icon-selects.svg +0 -5
- package/es6/components/Icon/assets/icon-send.svg +0 -5
- package/es6/components/Icon/assets/icon-send_filled.svg +0 -5
- package/es6/components/Icon/assets/icon-settings.svg +0 -5
- package/es6/components/Icon/assets/icon-settings_border.svg +0 -5
- package/es6/components/Icon/assets/icon-share.svg +0 -5
- package/es6/components/Icon/assets/icon-sharepoint.svg +0 -5
- package/es6/components/Icon/assets/icon-shortcut.svg +0 -5
- package/es6/components/Icon/assets/icon-shortcut_border.svg +0 -5
- package/es6/components/Icon/assets/icon-signal-0.svg +0 -5
- package/es6/components/Icon/assets/icon-signal-1.svg +0 -5
- package/es6/components/Icon/assets/icon-signal-2.svg +0 -5
- package/es6/components/Icon/assets/icon-signal-3.svg +0 -7
- package/es6/components/Icon/assets/icon-sms-default.svg +0 -5
- package/es6/components/Icon/assets/icon-sms.svg +0 -5
- package/es6/components/Icon/assets/icon-sms_border.svg +0 -5
- package/es6/components/Icon/assets/icon-sms_invite_border.svg +0 -5
- package/es6/components/Icon/assets/icon-sort.svg +0 -6
- package/es6/components/Icon/assets/icon-speaker-down.svg +0 -5
- package/es6/components/Icon/assets/icon-speaker-mute.svg +0 -5
- package/es6/components/Icon/assets/icon-speaker-up.svg +0 -5
- package/es6/components/Icon/assets/icon-star.svg +0 -5
- package/es6/components/Icon/assets/icon-star_border.svg +0 -5
- package/es6/components/Icon/assets/icon-start.svg +0 -7
- package/es6/components/Icon/assets/icon-start_meeting.svg +0 -5
- package/es6/components/Icon/assets/icon-stop-record.svg +0 -5
- package/es6/components/Icon/assets/icon-stop.svg +0 -5
- package/es6/components/Icon/assets/icon-stop_border.svg +0 -5
- package/es6/components/Icon/assets/icon-stop_circle.svg +0 -5
- package/es6/components/Icon/assets/icon-stop_circle_border.svg +0 -5
- package/es6/components/Icon/assets/icon-strike.svg +0 -5
- package/es6/components/Icon/assets/icon-take_over.svg +0 -5
- package/es6/components/Icon/assets/icon-task-new.svg +0 -5
- package/es6/components/Icon/assets/icon-task-new_border.svg +0 -5
- package/es6/components/Icon/assets/icon-team-default.svg +0 -5
- package/es6/components/Icon/assets/icon-team.svg +0 -5
- package/es6/components/Icon/assets/icon-team_border.svg +0 -5
- package/es6/components/Icon/assets/icon-text.svg +0 -5
- package/es6/components/Icon/assets/icon-theme.svg +0 -5
- package/es6/components/Icon/assets/icon-thumbup.svg +0 -5
- package/es6/components/Icon/assets/icon-thumbup_border.svg +0 -5
- package/es6/components/Icon/assets/icon-time.svg +0 -5
- package/es6/components/Icon/assets/icon-time_border.svg +0 -5
- package/es6/components/Icon/assets/icon-transcription.svg +0 -5
- package/es6/components/Icon/assets/icon-transfer-call.svg +0 -5
- package/es6/components/Icon/assets/icon-transfer_call_border.svg +0 -5
- package/es6/components/Icon/assets/icon-unblocked.svg +0 -5
- package/es6/components/Icon/assets/icon-underline.svg +0 -5
- package/es6/components/Icon/assets/icon-undock.svg +0 -5
- package/es6/components/Icon/assets/icon-undock_border.svg +0 -5
- package/es6/components/Icon/assets/icon-unfold_less.svg +0 -5
- package/es6/components/Icon/assets/icon-unfold_more.svg +0 -5
- package/es6/components/Icon/assets/icon-unlock.svg +0 -5
- package/es6/components/Icon/assets/icon-unpin-slash.svg +0 -5
- package/es6/components/Icon/assets/icon-unpin.svg +0 -5
- package/es6/components/Icon/assets/icon-unread.svg +0 -5
- package/es6/components/Icon/assets/icon-unselect.svg +0 -5
- package/es6/components/Icon/assets/icon-user-default.svg +0 -5
- package/es6/components/Icon/assets/icon-video_and_message.svg +0 -5
- package/es6/components/Icon/assets/icon-video_meeting.svg +0 -5
- package/es6/components/Icon/assets/icon-videocam-off.svg +0 -5
- package/es6/components/Icon/assets/icon-videocam-off_border.svg +0 -5
- package/es6/components/Icon/assets/icon-videocam.svg +0 -5
- package/es6/components/Icon/assets/icon-videocam_border.svg +0 -5
- package/es6/components/Icon/assets/icon-view-log_border.svg +0 -5
- package/es6/components/Icon/assets/icon-view.svg +0 -5
- package/es6/components/Icon/assets/icon-view_border.svg +0 -5
- package/es6/components/Icon/assets/icon-voicemail.svg +0 -5
- package/es6/components/Icon/assets/icon-warning.svg +0 -5
- package/es6/components/Icon/assets/icon-watch-video.svg +0 -5
- package/es6/components/Icon/assets/icon-weak-connection.svg +0 -6
- package/es6/components/Icon/assets/icon-webinar.svg +0 -5
- package/es6/components/Icon/assets/icon-webinar_border.svg +0 -5
- package/es6/components/Icon/assets/icon-webpage.svg +0 -5
- package/es6/components/Icon/assets/icon-whisper.svg +0 -5
- package/es6/components/Icon/assets/icon-work.svg +0 -5
- package/es6/components/Icon/assets/icon-workspace.svg +0 -5
- package/es6/components/Icon/assets/icon-workspace_border.svg +0 -5
- package/es6/components/Icon/assets/icon-zip-D.svg +0 -7
- package/es6/components/Icon/assets/icon-zip.svg +0 -7
- package/es6/components/Icon/assets/icon-zoom-in.svg +0 -5
- package/es6/components/Icon/assets/icon-zoom-out.svg +0 -5
- package/es6/components/Icon/icon-symbol.js +0 -1
- package/es6/icon/0.js +0 -8
- package/es6/icon/1.js +0 -7
- package/es6/icon/2.js +0 -8
- package/es6/icon/3.js +0 -8
- package/es6/icon/4.js +0 -8
- package/es6/icon/5.js +0 -8
- package/es6/icon/6.js +0 -8
- package/es6/icon/7.js +0 -8
- package/es6/icon/8.js +0 -8
- package/es6/icon/9.js +0 -8
- package/es6/icon/ActiveCall.js +0 -9
- package/es6/icon/ActivecallBorder.js +0 -7
- package/es6/icon/Add.js +0 -7
- package/es6/icon/AddBorder.js +0 -7
- package/es6/icon/AddEmojiMore.js +0 -7
- package/es6/icon/AddEvent.js +0 -7
- package/es6/icon/AddField.js +0 -7
- package/es6/icon/AddIntegration.js +0 -8
- package/es6/icon/AddMember.js +0 -7
- package/es6/icon/AddMemberBorder.js +0 -7
- package/es6/icon/AddNewFolder.js +0 -7
- package/es6/icon/AddParkLocation.js +0 -7
- package/es6/icon/AddReactions.js +0 -9
- package/es6/icon/AddTask.js +0 -7
- package/es6/icon/AddTeam.js +0 -7
- package/es6/icon/AddTeamBorder.js +0 -7
- package/es6/icon/Address.js +0 -7
- package/es6/icon/Admin.js +0 -7
- package/es6/icon/AdminBorder.js +0 -7
- package/es6/icon/Advanced.js +0 -7
- package/es6/icon/AlignCenter.js +0 -7
- package/es6/icon/AlignJustify.js +0 -7
- package/es6/icon/AlignLeft.js +0 -7
- package/es6/icon/AlignRight.js +0 -7
- package/es6/icon/Analytics.js +0 -7
- package/es6/icon/AnalyticsBorder.js +0 -7
- package/es6/icon/Announcement.js +0 -8
- package/es6/icon/AppleLogo.js +0 -7
- package/es6/icon/Apps.js +0 -7
- package/es6/icon/Archive.js +0 -7
- package/es6/icon/ArrowDown.js +0 -7
- package/es6/icon/ArrowDown2.js +0 -7
- package/es6/icon/ArrowLeft.js +0 -7
- package/es6/icon/ArrowLeft2.js +0 -7
- package/es6/icon/ArrowRight.js +0 -7
- package/es6/icon/ArrowRight1.js +0 -7
- package/es6/icon/ArrowUp.js +0 -7
- package/es6/icon/ArrowUp2.js +0 -7
- package/es6/icon/Askfirst.js +0 -7
- package/es6/icon/Assignment.js +0 -7
- package/es6/icon/Asterisk.js +0 -7
- package/es6/icon/Attachment.js +0 -7
- package/es6/icon/Audio.js +0 -7
- package/es6/icon/AvatarRooms.js +0 -7
- package/es6/icon/Barge.js +0 -7
- package/es6/icon/Birthday.js +0 -7
- package/es6/icon/Blocked.js +0 -7
- package/es6/icon/Bold.js +0 -7
- package/es6/icon/Bookmark.js +0 -7
- package/es6/icon/BookmarkBorder.js +0 -7
- package/es6/icon/Box.js +0 -7
- package/es6/icon/Box1.js +0 -7
- package/es6/icon/BoxNew.js +0 -7
- package/es6/icon/BubbleLines.js +0 -7
- package/es6/icon/BubbleLinesBorder.js +0 -7
- package/es6/icon/CallAdd.js +0 -7
- package/es6/icon/CallList.js +0 -7
- package/es6/icon/CallMore.js +0 -7
- package/es6/icon/CallOnBehalf.js +0 -7
- package/es6/icon/CallQueue.js +0 -14
- package/es6/icon/ChatBubble.js +0 -7
- package/es6/icon/Check.js +0 -7
- package/es6/icon/ChevronLeft.js +0 -7
- package/es6/icon/ChevronRight.js +0 -7
- package/es6/icon/Close.js +0 -7
- package/es6/icon/CloudContact.js +0 -7
- package/es6/icon/CodeSnippets.js +0 -7
- package/es6/icon/Comments.js +0 -7
- package/es6/icon/CompanySetup.js +0 -7
- package/es6/icon/CompanySetupBorder.js +0 -7
- package/es6/icon/Computer.js +0 -7
- package/es6/icon/Conference.js +0 -7
- package/es6/icon/ConferenceBorder.js +0 -7
- package/es6/icon/Connect.js +0 -7
- package/es6/icon/Contacts.js +0 -7
- package/es6/icon/ContactsAndCalendars.js +0 -7
- package/es6/icon/ContactsBorder.js +0 -7
- package/es6/icon/Copy.js +0 -7
- package/es6/icon/CustomizeTabs.js +0 -7
- package/es6/icon/Dashboard.js +0 -7
- package/es6/icon/DashboardBorder.js +0 -7
- package/es6/icon/Date.js +0 -7
- package/es6/icon/DateBorder.js +0 -7
- package/es6/icon/DefaultAvatar.js +0 -7
- package/es6/icon/DefaultFile.js +0 -16
- package/es6/icon/DefaultFileD.js +0 -9
- package/es6/icon/DefaultGdrive.js +0 -17
- package/es6/icon/DefaultGdriveD.js +0 -10
- package/es6/icon/DefaultGroupAvatar.js +0 -7
- package/es6/icon/DefaultIntegration.js +0 -7
- package/es6/icon/DefaultIntegrationBorder.js +0 -7
- package/es6/icon/DefaultMusic.js +0 -15
- package/es6/icon/DefaultMusicD.js +0 -9
- package/es6/icon/DefaultTeamAvatar.js +0 -7
- package/es6/icon/DefaultVideo.js +0 -15
- package/es6/icon/DefaultVideoD.js +0 -9
- package/es6/icon/Delete.js +0 -7
- package/es6/icon/DeleteCircle.js +0 -7
- package/es6/icon/DeletedFile.js +0 -14
- package/es6/icon/DeletedFileD.js +0 -8
- package/es6/icon/Deletenumber.js +0 -7
- package/es6/icon/Department.js +0 -7
- package/es6/icon/Description.js +0 -7
- package/es6/icon/Dial.js +0 -7
- package/es6/icon/Dialer.js +0 -7
- package/es6/icon/Doc.js +0 -15
- package/es6/icon/DocD.js +0 -9
- package/es6/icon/DockBorder.js +0 -7
- package/es6/icon/DoubleChevronLeft.js +0 -7
- package/es6/icon/DoubleChevronRight.js +0 -7
- package/es6/icon/Download.js +0 -7
- package/es6/icon/DownwardsArrowWithTipRightwards.js +0 -8
- package/es6/icon/Draft.js +0 -7
- package/es6/icon/DragableArea.js +0 -7
- package/es6/icon/Dropbox.js +0 -7
- package/es6/icon/Edit.js +0 -7
- package/es6/icon/Email.js +0 -7
- package/es6/icon/Emoji.js +0 -7
- package/es6/icon/EndAnswer.js +0 -8
- package/es6/icon/EventNew.js +0 -7
- package/es6/icon/EventNewBorder.js +0 -7
- package/es6/icon/Evernote.js +0 -7
- package/es6/icon/Excel.js +0 -15
- package/es6/icon/ExcelD.js +0 -9
- package/es6/icon/Expand.js +0 -7
- package/es6/icon/ExternalLink.js +0 -7
- package/es6/icon/FailedFax.js +0 -7
- package/es6/icon/FailedFaxBorder.js +0 -7
- package/es6/icon/Fax.js +0 -7
- package/es6/icon/FaxBorder.js +0 -7
- package/es6/icon/Feedback.js +0 -7
- package/es6/icon/File.js +0 -7
- package/es6/icon/FileBorder.js +0 -7
- package/es6/icon/Filter.js +0 -7
- package/es6/icon/Foldercreated.js +0 -7
- package/es6/icon/FontColor.js +0 -8
- package/es6/icon/Forward.js +0 -7
- package/es6/icon/Forwardcall.js +0 -7
- package/es6/icon/Forwarding.js +0 -7
- package/es6/icon/ForwardingBorder.js +0 -7
- package/es6/icon/GdriveLogo.js +0 -12
- package/es6/icon/Gif.js +0 -7
- package/es6/icon/GifFile.js +0 -16
- package/es6/icon/GifFileD.js +0 -9
- package/es6/icon/Gmail.js +0 -11
- package/es6/icon/GoodConnection.js +0 -7
- package/es6/icon/Google.js +0 -7
- package/es6/icon/GoogleCalendar2019.js +0 -12
- package/es6/icon/GoogleDoc.js +0 -15
- package/es6/icon/GoogleDocD.js +0 -9
- package/es6/icon/GoogleLogo.js +0 -10
- package/es6/icon/GoogleLogoDisabled.js +0 -7
- package/es6/icon/GoogleSheet.js +0 -15
- package/es6/icon/GoogleSheetD.js +0 -9
- package/es6/icon/GoogleSlide.js +0 -15
- package/es6/icon/GoogleSlideD.js +0 -9
- package/es6/icon/GroupDefault.js +0 -7
- package/es6/icon/HandUp.js +0 -7
- package/es6/icon/Hash.js +0 -7
- package/es6/icon/Hd.js +0 -7
- package/es6/icon/Help.js +0 -7
- package/es6/icon/HelpBorder.js +0 -7
- package/es6/icon/HideBorder.js +0 -7
- package/es6/icon/Hold.js +0 -7
- package/es6/icon/HoldAnswer.js +0 -8
- package/es6/icon/HoldcallBorder.js +0 -7
- package/es6/icon/HorizontalLine.js +0 -7
- package/es6/icon/Hud.js +0 -7
- package/es6/icon/Ignore.js +0 -7
- package/es6/icon/ImageBroken.js +0 -16
- package/es6/icon/ImageBrokenD.js +0 -9
- package/es6/icon/ImagePreview.js +0 -15
- package/es6/icon/ImagePreviewD.js +0 -9
- package/es6/icon/InProgress.js +0 -7
- package/es6/icon/InboundCallOnBehalf.js +0 -7
- package/es6/icon/InboundFax.js +0 -7
- package/es6/icon/InboundFaxBorder.js +0 -7
- package/es6/icon/Inbox.js +0 -7
- package/es6/icon/Incall.js +0 -7
- package/es6/icon/IncallBorder.js +0 -7
- package/es6/icon/Indent.js +0 -7
- package/es6/icon/Indeterminate.js +0 -7
- package/es6/icon/Info.js +0 -7
- package/es6/icon/InfoBorder.js +0 -7
- package/es6/icon/InsertCode.js +0 -7
- package/es6/icon/InsertImage.js +0 -7
- package/es6/icon/InsertLink.js +0 -7
- package/es6/icon/InsertTable.js +0 -7
- package/es6/icon/InsertVideo.js +0 -7
- package/es6/icon/Italic.js +0 -7
- package/es6/icon/ItemListSelected.js +0 -7
- package/es6/icon/Join.js +0 -8
- package/es6/icon/JoinAudioPoc.js +0 -7
- package/es6/icon/JoinMeeting.js +0 -7
- package/es6/icon/JumpToLatest.js +0 -7
- package/es6/icon/JumpToUnread.js +0 -7
- package/es6/icon/Keypad.js +0 -7
- package/es6/icon/Leave.js +0 -7
- package/es6/icon/LeaveMeeting.js +0 -7
- package/es6/icon/Limited.js +0 -8
- package/es6/icon/ListBullet.js +0 -7
- package/es6/icon/ListOrdered.js +0 -7
- package/es6/icon/ListView.js +0 -7
- package/es6/icon/Location.js +0 -7
- package/es6/icon/LocationBorder.js +0 -7
- package/es6/icon/Lock.js +0 -7
- package/es6/icon/LockBorder.js +0 -7
- package/es6/icon/Login.js +0 -7
- package/es6/icon/Logout.js +0 -7
- package/es6/icon/MacKeynote.js +0 -16
- package/es6/icon/MacKeynoteD.js +0 -9
- package/es6/icon/MacNumbers.js +0 -15
- package/es6/icon/MacNumbersD.js +0 -9
- package/es6/icon/MacPages.js +0 -15
- package/es6/icon/MacPagesD.js +0 -9
- package/es6/icon/MarkerM.js +0 -8
- package/es6/icon/MarkerS.js +0 -8
- package/es6/icon/MemberBorder.js +0 -7
- package/es6/icon/Mention.js +0 -7
- package/es6/icon/MentionBorder.js +0 -7
- package/es6/icon/Merge.js +0 -7
- package/es6/icon/Message.js +0 -8
- package/es6/icon/Mic.js +0 -7
- package/es6/icon/MicBorder.js +0 -7
- package/es6/icon/MicOff.js +0 -7
- package/es6/icon/MicOffBorder.js +0 -7
- package/es6/icon/MicrosoftLogo.js +0 -10
- package/es6/icon/MicrosoftLogoDisabled.js +0 -7
- package/es6/icon/MicrosoftOutlook2019.js +0 -21
- package/es6/icon/Minimize.js +0 -7
- package/es6/icon/Missedcall.js +0 -7
- package/es6/icon/MissedcallBorder.js +0 -7
- package/es6/icon/Mobile.js +0 -7
- package/es6/icon/MonitorCall.js +0 -7
- package/es6/icon/MoreHoriz.js +0 -7
- package/es6/icon/MoreVert.js +0 -7
- package/es6/icon/MuteNotification.js +0 -7
- package/es6/icon/MuteNotificationBorder.js +0 -7
- package/es6/icon/NewAction.js +0 -7
- package/es6/icon/NewEmail.js +0 -7
- package/es6/icon/NewFax.js +0 -7
- package/es6/icon/NewFile.js +0 -7
- package/es6/icon/NewNote.js +0 -7
- package/es6/icon/Nickname.js +0 -7
- package/es6/icon/NoAudio.js +0 -7
- package/es6/icon/NoConnection.js +0 -8
- package/es6/icon/NonEdit.js +0 -7
- package/es6/icon/Note.js +0 -7
- package/es6/icon/NoteBorder.js +0 -7
- package/es6/icon/Notification.js +0 -7
- package/es6/icon/NotificationBorder.js +0 -7
- package/es6/icon/Onedrive.js +0 -7
- package/es6/icon/OpenFolder.js +0 -7
- package/es6/icon/OuboundCallOnBehalf.js +0 -7
- package/es6/icon/OutboundFax.js +0 -7
- package/es6/icon/OutboundFaxBorder.js +0 -7
- package/es6/icon/Outcall.js +0 -7
- package/es6/icon/OutcallBorder.js +0 -7
- package/es6/icon/Outdent.js +0 -7
- package/es6/icon/Paging.js +0 -8
- package/es6/icon/ParkCall.js +0 -7
- package/es6/icon/ParkCallMessage.js +0 -7
- package/es6/icon/ParkCallText.js +0 -7
- package/es6/icon/PartnerCloudContact.js +0 -7
- package/es6/icon/Pause.js +0 -7
- package/es6/icon/PauseBorder.js +0 -7
- package/es6/icon/PauseCircle.js +0 -7
- package/es6/icon/PauseCircleBorder.js +0 -7
- package/es6/icon/Pdf.js +0 -15
- package/es6/icon/PdfD.js +0 -9
- package/es6/icon/People.js +0 -7
- package/es6/icon/Phone.js +0 -7
- package/es6/icon/PhoneBorder.js +0 -7
- package/es6/icon/PhoneOff.js +0 -7
- package/es6/icon/PhoneOffBorder.js +0 -7
- package/es6/icon/PickUpCall.js +0 -7
- package/es6/icon/Pin.js +0 -7
- package/es6/icon/Play.js +0 -7
- package/es6/icon/PlayBorder.js +0 -7
- package/es6/icon/PlayCircle.js +0 -7
- package/es6/icon/PlayCircleBorder.js +0 -7
- package/es6/icon/Poll.js +0 -7
- package/es6/icon/PollBorder.js +0 -7
- package/es6/icon/PoorConnection.js +0 -8
- package/es6/icon/Ppt.js +0 -15
- package/es6/icon/PptD.js +0 -9
- package/es6/icon/Previous.js +0 -7
- package/es6/icon/Quote.js +0 -7
- package/es6/icon/Radio.js +0 -7
- package/es6/icon/RadioUnselect.js +0 -7
- package/es6/icon/RcBlog.js +0 -7
- package/es6/icon/RcCloudContact.js +0 -7
- package/es6/icon/RcContact.js +0 -7
- package/es6/icon/RcHelp.js +0 -7
- package/es6/icon/RcvMicOff.js +0 -8
- package/es6/icon/RcvVideocamOff.js +0 -8
- package/es6/icon/Read.js +0 -7
- package/es6/icon/Record.js +0 -7
- package/es6/icon/Refresh.js +0 -7
- package/es6/icon/Remove.js +0 -7
- package/es6/icon/RemoveBorder.js +0 -7
- package/es6/icon/RemoveField.js +0 -7
- package/es6/icon/Repeat.js +0 -7
- package/es6/icon/Reply.js +0 -7
- package/es6/icon/ResendFax.js +0 -7
- package/es6/icon/ResetZoom.js +0 -7
- package/es6/icon/RichTextEditor.js +0 -7
- package/es6/icon/RollAp.js +0 -7
- package/es6/icon/SaveDraft.js +0 -7
- package/es6/icon/Schedule.js +0 -10
- package/es6/icon/ScheduleMeeting.js +0 -7
- package/es6/icon/Screenshare.js +0 -7
- package/es6/icon/ScreenshareBorder.js +0 -7
- package/es6/icon/Search.js +0 -7
- package/es6/icon/SearchNav.js +0 -7
- package/es6/icon/Selects.js +0 -7
- package/es6/icon/Send.js +0 -7
- package/es6/icon/SendFilled.js +0 -7
- package/es6/icon/Settings.js +0 -7
- package/es6/icon/SettingsBorder.js +0 -7
- package/es6/icon/Share.js +0 -7
- package/es6/icon/SharedLine.js +0 -9
- package/es6/icon/Sharepoint.js +0 -7
- package/es6/icon/Shortcut.js +0 -7
- package/es6/icon/ShortcutBorder.js +0 -7
- package/es6/icon/Signal0.js +0 -7
- package/es6/icon/Signal1.js +0 -7
- package/es6/icon/Signal2.js +0 -7
- package/es6/icon/Signal3.js +0 -7
- package/es6/icon/Sms.js +0 -7
- package/es6/icon/SmsBorder.js +0 -7
- package/es6/icon/SmsDefault.js +0 -7
- package/es6/icon/SmsInviteBorder.js +0 -7
- package/es6/icon/Sort.js +0 -8
- package/es6/icon/SpeakerDown.js +0 -7
- package/es6/icon/SpeakerMute.js +0 -7
- package/es6/icon/SpeakerUp.js +0 -7
- package/es6/icon/Star.js +0 -7
- package/es6/icon/StarBorder.js +0 -7
- package/es6/icon/Start.js +0 -8
- package/es6/icon/StartMeeting.js +0 -7
- package/es6/icon/Stop.js +0 -7
- package/es6/icon/StopBorder.js +0 -7
- package/es6/icon/StopCircle.js +0 -7
- package/es6/icon/StopCircleBorder.js +0 -7
- package/es6/icon/StopRecord.js +0 -7
- package/es6/icon/Strike.js +0 -7
- package/es6/icon/TakeOver.js +0 -7
- package/es6/icon/TaskNew.js +0 -7
- package/es6/icon/TaskNewBorder.js +0 -7
- package/es6/icon/Team.js +0 -7
- package/es6/icon/TeamBorder.js +0 -7
- package/es6/icon/TeamDefault.js +0 -7
- package/es6/icon/Text.js +0 -7
- package/es6/icon/Theme.js +0 -7
- package/es6/icon/Thumbup.js +0 -7
- package/es6/icon/ThumbupBorder.js +0 -7
- package/es6/icon/Time.js +0 -7
- package/es6/icon/TimeBorder.js +0 -7
- package/es6/icon/Transcription.js +0 -7
- package/es6/icon/TransferCall.js +0 -7
- package/es6/icon/TransferCallBorder.js +0 -7
- package/es6/icon/Unblocked.js +0 -7
- package/es6/icon/Underline.js +0 -7
- package/es6/icon/Undock.js +0 -7
- package/es6/icon/UndockBorder.js +0 -7
- package/es6/icon/UnfoldLess.js +0 -7
- package/es6/icon/UnfoldMore.js +0 -7
- package/es6/icon/Unlock.js +0 -7
- package/es6/icon/Unpin.js +0 -7
- package/es6/icon/UnpinSlash.js +0 -7
- package/es6/icon/Unread.js +0 -7
- package/es6/icon/Unselect.js +0 -7
- package/es6/icon/UserDefault.js +0 -7
- package/es6/icon/VideoAndMessage.js +0 -7
- package/es6/icon/VideoMeeting.js +0 -7
- package/es6/icon/Videocam.js +0 -7
- package/es6/icon/VideocamBorder.js +0 -7
- package/es6/icon/VideocamOff.js +0 -7
- package/es6/icon/VideocamOffBorder.js +0 -7
- package/es6/icon/View.js +0 -7
- package/es6/icon/ViewBorder.js +0 -7
- package/es6/icon/ViewLogBorder.js +0 -7
- package/es6/icon/Voicemail.js +0 -7
- package/es6/icon/Warning.js +0 -7
- package/es6/icon/WatchVideo.js +0 -7
- package/es6/icon/WeakConnection.js +0 -8
- package/es6/icon/Webinar.js +0 -7
- package/es6/icon/WebinarBorder.js +0 -7
- package/es6/icon/Webpage.js +0 -7
- package/es6/icon/Whisper.js +0 -7
- package/es6/icon/Work.js +0 -7
- package/es6/icon/Workspace.js +0 -7
- package/es6/icon/WorkspaceBorder.js +0 -7
- package/es6/icon/Zip.js +0 -15
- package/es6/icon/ZipD.js +0 -9
- package/es6/icon/ZoomIn.js +0 -7
- package/es6/icon/ZoomOut.js +0 -7
- package/es6/icon/index.js +0 -408
- package/es6/icons/icon-0.svg +0 -6
- package/es6/icons/icon-1.svg +0 -5
- package/es6/icons/icon-2.svg +0 -6
- package/es6/icons/icon-3.svg +0 -6
- package/es6/icons/icon-4.svg +0 -6
- package/es6/icons/icon-5.svg +0 -6
- package/es6/icons/icon-6.svg +0 -6
- package/es6/icons/icon-7.svg +0 -6
- package/es6/icons/icon-8.svg +0 -6
- package/es6/icons/icon-9.svg +0 -6
- package/es6/icons/icon-Announcement.svg +0 -8
- package/es6/icons/icon-Call-queue.svg +0 -14
- package/es6/icons/icon-Company-setup.svg +0 -5
- package/es6/icons/icon-Company-setup_border.svg +0 -5
- package/es6/icons/icon-Description.svg +0 -5
- package/es6/icons/icon-HUD.svg +0 -5
- package/es6/icons/icon-Limited.svg +0 -7
- package/es6/icons/icon-Logout.svg +0 -5
- package/es6/icons/icon-Message.svg +0 -6
- package/es6/icons/icon-New-email.svg +0 -5
- package/es6/icons/icon-Paging.svg +0 -6
- package/es6/icons/icon-Shared-line.svg +0 -8
- package/es6/icons/icon-active-call.svg +0 -7
- package/es6/icons/icon-activecall_border.svg +0 -5
- package/es6/icons/icon-add-emoji-more.svg +0 -5
- package/es6/icons/icon-add-event.svg +0 -5
- package/es6/icons/icon-add-integration.svg +0 -6
- package/es6/icons/icon-add-member.svg +0 -5
- package/es6/icons/icon-add-member_border.svg +0 -5
- package/es6/icons/icon-add-park-location.svg +0 -5
- package/es6/icons/icon-add-reactions.svg +0 -9
- package/es6/icons/icon-add-task.svg +0 -5
- package/es6/icons/icon-add-team.svg +0 -5
- package/es6/icons/icon-add-team_border.svg +0 -5
- package/es6/icons/icon-add.svg +0 -5
- package/es6/icons/icon-add_border.svg +0 -5
- package/es6/icons/icon-add_field.svg +0 -5
- package/es6/icons/icon-add_new_folder.svg +0 -5
- package/es6/icons/icon-address.svg +0 -5
- package/es6/icons/icon-admin.svg +0 -5
- package/es6/icons/icon-admin_border.svg +0 -5
- package/es6/icons/icon-advanced.svg +0 -5
- package/es6/icons/icon-align-center.svg +0 -5
- package/es6/icons/icon-align-justify.svg +0 -5
- package/es6/icons/icon-align-left.svg +0 -5
- package/es6/icons/icon-align-right.svg +0 -5
- package/es6/icons/icon-analytics.svg +0 -5
- package/es6/icons/icon-analytics_border.svg +0 -5
- package/es6/icons/icon-apple-logo.svg +0 -5
- package/es6/icons/icon-apps.svg +0 -5
- package/es6/icons/icon-archive.svg +0 -5
- package/es6/icons/icon-arrow-down.svg +0 -5
- package/es6/icons/icon-arrow-left.svg +0 -5
- package/es6/icons/icon-arrow-up.svg +0 -5
- package/es6/icons/icon-arrow_down.svg +0 -5
- package/es6/icons/icon-arrow_left.svg +0 -5
- package/es6/icons/icon-arrow_right.svg +0 -5
- package/es6/icons/icon-arrow_right1.svg +0 -5
- package/es6/icons/icon-arrow_up.svg +0 -5
- package/es6/icons/icon-askfirst.svg +0 -5
- package/es6/icons/icon-assignment.svg +0 -5
- package/es6/icons/icon-asterisk.svg +0 -5
- package/es6/icons/icon-attachment.svg +0 -5
- package/es6/icons/icon-audio.svg +0 -5
- package/es6/icons/icon-avatar_rooms.svg +0 -5
- package/es6/icons/icon-barge.svg +0 -5
- package/es6/icons/icon-birthday.svg +0 -5
- package/es6/icons/icon-blocked.svg +0 -5
- package/es6/icons/icon-bold.svg +0 -5
- package/es6/icons/icon-bookmark.svg +0 -5
- package/es6/icons/icon-bookmark_border.svg +0 -5
- package/es6/icons/icon-box-new.svg +0 -5
- package/es6/icons/icon-box.svg +0 -5
- package/es6/icons/icon-box1.svg +0 -5
- package/es6/icons/icon-bubble_lines.svg +0 -5
- package/es6/icons/icon-bubble_lines_border.svg +0 -5
- package/es6/icons/icon-call-add.svg +0 -5
- package/es6/icons/icon-call-list.svg +0 -5
- package/es6/icons/icon-call-more.svg +0 -5
- package/es6/icons/icon-call_on_behalf.svg +0 -5
- package/es6/icons/icon-chat_bubble.svg +0 -5
- package/es6/icons/icon-check.svg +0 -5
- package/es6/icons/icon-chevron_left.svg +0 -5
- package/es6/icons/icon-chevron_right.svg +0 -5
- package/es6/icons/icon-close.svg +0 -5
- package/es6/icons/icon-cloud_contact.svg +0 -5
- package/es6/icons/icon-code_snippets.svg +0 -5
- package/es6/icons/icon-comments.svg +0 -5
- package/es6/icons/icon-computer.svg +0 -5
- package/es6/icons/icon-conference.svg +0 -5
- package/es6/icons/icon-conference_border.svg +0 -5
- package/es6/icons/icon-connect.svg +0 -5
- package/es6/icons/icon-contacts.svg +0 -5
- package/es6/icons/icon-contacts_and_calendars.svg +0 -5
- package/es6/icons/icon-contacts_border.svg +0 -5
- package/es6/icons/icon-copy.svg +0 -5
- package/es6/icons/icon-customize-tabs.svg +0 -5
- package/es6/icons/icon-dashboard.svg +0 -5
- package/es6/icons/icon-dashboard_border.svg +0 -5
- package/es6/icons/icon-date.svg +0 -5
- package/es6/icons/icon-date_border.svg +0 -5
- package/es6/icons/icon-default-avatar.svg +0 -5
- package/es6/icons/icon-default-file-D.svg +0 -7
- package/es6/icons/icon-default-file.svg +0 -8
- package/es6/icons/icon-default-gdrive-D.svg +0 -8
- package/es6/icons/icon-default-gdrive.svg +0 -9
- package/es6/icons/icon-default-group-avatar.svg +0 -5
- package/es6/icons/icon-default-integration.svg +0 -5
- package/es6/icons/icon-default-integration_border.svg +0 -5
- package/es6/icons/icon-default-music-D.svg +0 -7
- package/es6/icons/icon-default-music.svg +0 -7
- package/es6/icons/icon-default-team-avatar.svg +0 -5
- package/es6/icons/icon-default-video-D.svg +0 -7
- package/es6/icons/icon-default-video.svg +0 -7
- package/es6/icons/icon-delete.svg +0 -5
- package/es6/icons/icon-delete_circle.svg +0 -5
- package/es6/icons/icon-deleted_file.svg +0 -6
- package/es6/icons/icon-deleted_file_D.svg +0 -6
- package/es6/icons/icon-deletenumber.svg +0 -5
- package/es6/icons/icon-department.svg +0 -5
- package/es6/icons/icon-dial.svg +0 -5
- package/es6/icons/icon-dialer.svg +0 -5
- package/es6/icons/icon-doc-D.svg +0 -7
- package/es6/icons/icon-doc.svg +0 -7
- package/es6/icons/icon-dock_border.svg +0 -5
- package/es6/icons/icon-double-chevron_left.svg +0 -5
- package/es6/icons/icon-double-chevron_right.svg +0 -5
- package/es6/icons/icon-download.svg +0 -5
- package/es6/icons/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
- package/es6/icons/icon-draft.svg +0 -5
- package/es6/icons/icon-dragable_area.svg +0 -5
- package/es6/icons/icon-dropbox.svg +0 -5
- package/es6/icons/icon-edit.svg +0 -5
- package/es6/icons/icon-email.svg +0 -5
- package/es6/icons/icon-emoji.svg +0 -5
- package/es6/icons/icon-end--answer.svg +0 -6
- package/es6/icons/icon-event-new.svg +0 -5
- package/es6/icons/icon-event-new_border.svg +0 -5
- package/es6/icons/icon-evernote.svg +0 -5
- package/es6/icons/icon-excel-D.svg +0 -7
- package/es6/icons/icon-excel.svg +0 -7
- package/es6/icons/icon-expand.svg +0 -5
- package/es6/icons/icon-external_link.svg +0 -5
- package/es6/icons/icon-failed-fax.svg +0 -5
- package/es6/icons/icon-failed-fax_border.svg +0 -5
- package/es6/icons/icon-fax.svg +0 -5
- package/es6/icons/icon-fax_border.svg +0 -5
- package/es6/icons/icon-feedback.svg +0 -5
- package/es6/icons/icon-file.svg +0 -5
- package/es6/icons/icon-file_border.svg +0 -5
- package/es6/icons/icon-filter.svg +0 -5
- package/es6/icons/icon-foldercreated.svg +0 -5
- package/es6/icons/icon-font-color.svg +0 -6
- package/es6/icons/icon-forward.svg +0 -5
- package/es6/icons/icon-forwardcall.svg +0 -5
- package/es6/icons/icon-forwarding.svg +0 -5
- package/es6/icons/icon-forwarding_border.svg +0 -5
- package/es6/icons/icon-gdrive-logo.svg +0 -10
- package/es6/icons/icon-gif-file-D.svg +0 -7
- package/es6/icons/icon-gif-file.svg +0 -8
- package/es6/icons/icon-gif.svg +0 -5
- package/es6/icons/icon-gmail.svg +0 -9
- package/es6/icons/icon-good-connection.svg +0 -5
- package/es6/icons/icon-google-calendar-2019.svg +0 -10
- package/es6/icons/icon-google-doc-D.svg +0 -7
- package/es6/icons/icon-google-doc.svg +0 -7
- package/es6/icons/icon-google-logo-disabled.svg +0 -5
- package/es6/icons/icon-google-logo.svg +0 -8
- package/es6/icons/icon-google-sheet-D.svg +0 -7
- package/es6/icons/icon-google-sheet.svg +0 -7
- package/es6/icons/icon-google-slide-D.svg +0 -7
- package/es6/icons/icon-google-slide.svg +0 -7
- package/es6/icons/icon-google.svg +0 -5
- package/es6/icons/icon-group-default.svg +0 -5
- package/es6/icons/icon-hand-up.svg +0 -5
- package/es6/icons/icon-hash.svg +0 -5
- package/es6/icons/icon-hd.svg +0 -5
- package/es6/icons/icon-help.svg +0 -5
- package/es6/icons/icon-help_border.svg +0 -5
- package/es6/icons/icon-hide_border.svg +0 -5
- package/es6/icons/icon-hold-answer.svg +0 -6
- package/es6/icons/icon-hold.svg +0 -5
- package/es6/icons/icon-holdcall_border.svg +0 -5
- package/es6/icons/icon-horizontal-line.svg +0 -5
- package/es6/icons/icon-ignore.svg +0 -5
- package/es6/icons/icon-image-broken-D.svg +0 -7
- package/es6/icons/icon-image-broken.svg +0 -8
- package/es6/icons/icon-image-preview-D.svg +0 -7
- package/es6/icons/icon-image-preview.svg +0 -7
- package/es6/icons/icon-in-progress.svg +0 -5
- package/es6/icons/icon-inbound-fax.svg +0 -5
- package/es6/icons/icon-inbound-fax_border.svg +0 -5
- package/es6/icons/icon-inbound_call_on_behalf.svg +0 -5
- package/es6/icons/icon-inbox.svg +0 -5
- package/es6/icons/icon-incall.svg +0 -5
- package/es6/icons/icon-incall_border.svg +0 -5
- package/es6/icons/icon-indent.svg +0 -5
- package/es6/icons/icon-indeterminate.svg +0 -5
- package/es6/icons/icon-info.svg +0 -5
- package/es6/icons/icon-info_border.svg +0 -5
- package/es6/icons/icon-insert-code.svg +0 -5
- package/es6/icons/icon-insert-image.svg +0 -5
- package/es6/icons/icon-insert-link.svg +0 -5
- package/es6/icons/icon-insert-table.svg +0 -5
- package/es6/icons/icon-insert-video.svg +0 -5
- package/es6/icons/icon-italic.svg +0 -5
- package/es6/icons/icon-item-list-selected.svg +0 -5
- package/es6/icons/icon-join-audio-poc.svg +0 -5
- package/es6/icons/icon-join.svg +0 -7
- package/es6/icons/icon-join_meeting.svg +0 -5
- package/es6/icons/icon-jump-to-latest.svg +0 -5
- package/es6/icons/icon-jump-to-unread.svg +0 -5
- package/es6/icons/icon-keypad.svg +0 -5
- package/es6/icons/icon-leave-meeting.svg +0 -5
- package/es6/icons/icon-leave.svg +0 -5
- package/es6/icons/icon-list-bullet.svg +0 -5
- package/es6/icons/icon-list-ordered.svg +0 -5
- package/es6/icons/icon-list-view.svg +0 -5
- package/es6/icons/icon-location.svg +0 -5
- package/es6/icons/icon-location_border.svg +0 -5
- package/es6/icons/icon-lock.svg +0 -5
- package/es6/icons/icon-lock_border.svg +0 -5
- package/es6/icons/icon-login.svg +0 -5
- package/es6/icons/icon-mac-keynote-D.svg +0 -7
- package/es6/icons/icon-mac-keynote.svg +0 -10
- package/es6/icons/icon-mac-numbers-D.svg +0 -7
- package/es6/icons/icon-mac-numbers.svg +0 -7
- package/es6/icons/icon-mac-pages-D.svg +0 -7
- package/es6/icons/icon-mac-pages.svg +0 -7
- package/es6/icons/icon-marker_m.svg +0 -6
- package/es6/icons/icon-marker_s.svg +0 -6
- package/es6/icons/icon-member_border.svg +0 -5
- package/es6/icons/icon-mention.svg +0 -5
- package/es6/icons/icon-mention_border.svg +0 -5
- package/es6/icons/icon-merge.svg +0 -5
- package/es6/icons/icon-mic-off.svg +0 -5
- package/es6/icons/icon-mic-off_border.svg +0 -5
- package/es6/icons/icon-mic.svg +0 -5
- package/es6/icons/icon-mic_border.svg +0 -5
- package/es6/icons/icon-microsoft-logo-disabled.svg +0 -8
- package/es6/icons/icon-microsoft-logo.svg +0 -8
- package/es6/icons/icon-microsoft-outlook-2019.svg +0 -19
- package/es6/icons/icon-minimize.svg +0 -5
- package/es6/icons/icon-missedcall.svg +0 -5
- package/es6/icons/icon-missedcall_border.svg +0 -5
- package/es6/icons/icon-mobile.svg +0 -5
- package/es6/icons/icon-monitor_call.svg +0 -5
- package/es6/icons/icon-more_horiz.svg +0 -5
- package/es6/icons/icon-more_vert.svg +0 -5
- package/es6/icons/icon-mute-notification.svg +0 -5
- package/es6/icons/icon-mute-notification_border.svg +0 -5
- package/es6/icons/icon-new-action.svg +0 -5
- package/es6/icons/icon-new-fax.svg +0 -5
- package/es6/icons/icon-new-file.svg +0 -5
- package/es6/icons/icon-new-note.svg +0 -5
- package/es6/icons/icon-nickname.svg +0 -5
- package/es6/icons/icon-no-audio.svg +0 -5
- package/es6/icons/icon-no-connection.svg +0 -6
- package/es6/icons/icon-non-edit.svg +0 -5
- package/es6/icons/icon-note.svg +0 -5
- package/es6/icons/icon-note_border.svg +0 -5
- package/es6/icons/icon-notification.svg +0 -5
- package/es6/icons/icon-notification_border.svg +0 -5
- package/es6/icons/icon-onedrive.svg +0 -5
- package/es6/icons/icon-open-folder.svg +0 -5
- package/es6/icons/icon-oubound_call_on_behalf.svg +0 -5
- package/es6/icons/icon-outbound-fax.svg +0 -5
- package/es6/icons/icon-outbound-fax_border.svg +0 -5
- package/es6/icons/icon-outcall.svg +0 -5
- package/es6/icons/icon-outcall_border.svg +0 -5
- package/es6/icons/icon-outdent.svg +0 -5
- package/es6/icons/icon-park-call-message.svg +0 -5
- package/es6/icons/icon-park-call-text.svg +0 -5
- package/es6/icons/icon-park-call.svg +0 -5
- package/es6/icons/icon-partner_cloud_contact.svg +0 -5
- package/es6/icons/icon-pause.svg +0 -5
- package/es6/icons/icon-pause_border.svg +0 -5
- package/es6/icons/icon-pause_circle.svg +0 -5
- package/es6/icons/icon-pause_circle_border.svg +0 -5
- package/es6/icons/icon-pdf-D.svg +0 -7
- package/es6/icons/icon-pdf.svg +0 -7
- package/es6/icons/icon-people.svg +0 -5
- package/es6/icons/icon-phone-off.svg +0 -5
- package/es6/icons/icon-phone-off_border.svg +0 -5
- package/es6/icons/icon-phone.svg +0 -5
- package/es6/icons/icon-phone_border.svg +0 -5
- package/es6/icons/icon-pick_up_call.svg +0 -5
- package/es6/icons/icon-pin.svg +0 -5
- package/es6/icons/icon-play.svg +0 -5
- package/es6/icons/icon-play_border.svg +0 -5
- package/es6/icons/icon-play_circle.svg +0 -5
- package/es6/icons/icon-play_circle_border.svg +0 -5
- package/es6/icons/icon-poll.svg +0 -5
- package/es6/icons/icon-poll_border.svg +0 -5
- package/es6/icons/icon-poor-connection.svg +0 -6
- package/es6/icons/icon-ppt-D.svg +0 -7
- package/es6/icons/icon-ppt.svg +0 -7
- package/es6/icons/icon-previous.svg +0 -5
- package/es6/icons/icon-quote.svg +0 -5
- package/es6/icons/icon-radio.svg +0 -5
- package/es6/icons/icon-radio_unselect.svg +0 -5
- package/es6/icons/icon-rc_blog.svg +0 -5
- package/es6/icons/icon-rc_cloud_contact.svg +0 -5
- package/es6/icons/icon-rc_contact.svg +0 -5
- package/es6/icons/icon-rc_help.svg +0 -5
- package/es6/icons/icon-rcv_mic-off.svg +0 -6
- package/es6/icons/icon-rcv_videocam-off.svg +0 -6
- package/es6/icons/icon-read.svg +0 -5
- package/es6/icons/icon-record.svg +0 -5
- package/es6/icons/icon-refresh.svg +0 -5
- package/es6/icons/icon-remove.svg +0 -5
- package/es6/icons/icon-remove_border.svg +0 -5
- package/es6/icons/icon-remove_field.svg +0 -5
- package/es6/icons/icon-repeat.svg +0 -5
- package/es6/icons/icon-reply.svg +0 -5
- package/es6/icons/icon-resend-fax.svg +0 -5
- package/es6/icons/icon-reset-zoom.svg +0 -5
- package/es6/icons/icon-rich_text_editor.svg +0 -5
- package/es6/icons/icon-roll-ap.svg +0 -5
- package/es6/icons/icon-save-draft.svg +0 -5
- package/es6/icons/icon-schedule.svg +0 -13
- package/es6/icons/icon-schedule_meeting.svg +0 -5
- package/es6/icons/icon-screenshare.svg +0 -5
- package/es6/icons/icon-screenshare_border.svg +0 -5
- package/es6/icons/icon-search.svg +0 -5
- package/es6/icons/icon-search_nav.svg +0 -5
- package/es6/icons/icon-selects.svg +0 -5
- package/es6/icons/icon-send.svg +0 -5
- package/es6/icons/icon-send_filled.svg +0 -5
- package/es6/icons/icon-settings.svg +0 -5
- package/es6/icons/icon-settings_border.svg +0 -5
- package/es6/icons/icon-share.svg +0 -5
- package/es6/icons/icon-sharepoint.svg +0 -5
- package/es6/icons/icon-shortcut.svg +0 -5
- package/es6/icons/icon-shortcut_border.svg +0 -5
- package/es6/icons/icon-signal-0.svg +0 -5
- package/es6/icons/icon-signal-1.svg +0 -5
- package/es6/icons/icon-signal-2.svg +0 -5
- package/es6/icons/icon-signal-3.svg +0 -7
- package/es6/icons/icon-sms-default.svg +0 -5
- package/es6/icons/icon-sms.svg +0 -5
- package/es6/icons/icon-sms_border.svg +0 -5
- package/es6/icons/icon-sms_invite_border.svg +0 -5
- package/es6/icons/icon-sort.svg +0 -6
- package/es6/icons/icon-speaker-down.svg +0 -5
- package/es6/icons/icon-speaker-mute.svg +0 -5
- package/es6/icons/icon-speaker-up.svg +0 -5
- package/es6/icons/icon-star.svg +0 -5
- package/es6/icons/icon-star_border.svg +0 -5
- package/es6/icons/icon-start.svg +0 -7
- package/es6/icons/icon-start_meeting.svg +0 -5
- package/es6/icons/icon-stop-record.svg +0 -5
- package/es6/icons/icon-stop.svg +0 -5
- package/es6/icons/icon-stop_border.svg +0 -5
- package/es6/icons/icon-stop_circle.svg +0 -5
- package/es6/icons/icon-stop_circle_border.svg +0 -5
- package/es6/icons/icon-strike.svg +0 -5
- package/es6/icons/icon-take_over.svg +0 -5
- package/es6/icons/icon-task-new.svg +0 -5
- package/es6/icons/icon-task-new_border.svg +0 -5
- package/es6/icons/icon-team-default.svg +0 -5
- package/es6/icons/icon-team.svg +0 -5
- package/es6/icons/icon-team_border.svg +0 -5
- package/es6/icons/icon-text.svg +0 -5
- package/es6/icons/icon-theme.svg +0 -5
- package/es6/icons/icon-thumbup.svg +0 -5
- package/es6/icons/icon-thumbup_border.svg +0 -5
- package/es6/icons/icon-time.svg +0 -5
- package/es6/icons/icon-time_border.svg +0 -5
- package/es6/icons/icon-transcription.svg +0 -5
- package/es6/icons/icon-transfer-call.svg +0 -5
- package/es6/icons/icon-transfer_call_border.svg +0 -5
- package/es6/icons/icon-unblocked.svg +0 -5
- package/es6/icons/icon-underline.svg +0 -5
- package/es6/icons/icon-undock.svg +0 -5
- package/es6/icons/icon-undock_border.svg +0 -5
- package/es6/icons/icon-unfold_less.svg +0 -5
- package/es6/icons/icon-unfold_more.svg +0 -5
- package/es6/icons/icon-unlock.svg +0 -5
- package/es6/icons/icon-unpin-slash.svg +0 -5
- package/es6/icons/icon-unpin.svg +0 -5
- package/es6/icons/icon-unread.svg +0 -5
- package/es6/icons/icon-unselect.svg +0 -5
- package/es6/icons/icon-user-default.svg +0 -5
- package/es6/icons/icon-video_and_message.svg +0 -5
- package/es6/icons/icon-video_meeting.svg +0 -5
- package/es6/icons/icon-videocam-off.svg +0 -5
- package/es6/icons/icon-videocam-off_border.svg +0 -5
- package/es6/icons/icon-videocam.svg +0 -5
- package/es6/icons/icon-videocam_border.svg +0 -5
- package/es6/icons/icon-view-log_border.svg +0 -5
- package/es6/icons/icon-view.svg +0 -5
- package/es6/icons/icon-view_border.svg +0 -5
- package/es6/icons/icon-voicemail.svg +0 -5
- package/es6/icons/icon-warning.svg +0 -5
- package/es6/icons/icon-watch-video.svg +0 -5
- package/es6/icons/icon-weak-connection.svg +0 -6
- package/es6/icons/icon-webinar.svg +0 -5
- package/es6/icons/icon-webinar_border.svg +0 -5
- package/es6/icons/icon-webpage.svg +0 -5
- package/es6/icons/icon-whisper.svg +0 -5
- package/es6/icons/icon-work.svg +0 -5
- package/es6/icons/icon-workspace.svg +0 -5
- package/es6/icons/icon-workspace_border.svg +0 -5
- package/es6/icons/icon-zip-D.svg +0 -7
- package/es6/icons/icon-zip.svg +0 -7
- package/es6/icons/icon-zoom-in.svg +0 -5
- package/es6/icons/icon-zoom-out.svg +0 -5
- package/es6/scss/_rcDark.scss +0 -198
- package/es6/scss/_rcHighContrast.scss +0 -198
- package/es6/scss/_theming.scss +0 -241
- package/es6/scss/themes/_breakpoints.scss +0 -10
- package/es6/scss/themes/_index.scss +0 -10
- package/es6/scss/themes/_opacity.scss +0 -15
- package/es6/scss/themes/_palette.dark.scss +0 -196
- package/es6/scss/themes/_palette.light.scss +0 -196
- package/es6/scss/themes/_radius.scss +0 -10
- package/es6/scss/themes/_shadows.scss +0 -1
- package/es6/scss/themes/_shape.scss +0 -3
- package/es6/scss/themes/_size.scss +0 -4
- package/es6/scss/themes/_transition.scss +0 -17
- package/es6/scss/themes/_typography.scss +0 -86
- package/es6/scss/themes/_zIndex.scss +0 -9
- package/es6/scss/utils/_add-spacing.scss +0 -32
- package/es6/scss/utils/_add-style.scss +0 -11
- package/es6/scss/utils/_box-shadow.scss +0 -3
- package/es6/scss/utils/_index.scss +0 -4
- package/es6/scss/utils/_map-deep.scss +0 -96
- package/icon/0.d.ts +0 -3
- package/icon/0.js +0 -10
- package/icon/1.d.ts +0 -3
- package/icon/1.js +0 -9
- package/icon/2.d.ts +0 -3
- package/icon/2.js +0 -10
- package/icon/3.d.ts +0 -3
- package/icon/3.js +0 -10
- package/icon/4.d.ts +0 -3
- package/icon/4.js +0 -10
- package/icon/5.d.ts +0 -3
- package/icon/5.js +0 -10
- package/icon/6.d.ts +0 -3
- package/icon/6.js +0 -10
- package/icon/7.d.ts +0 -3
- package/icon/7.js +0 -10
- package/icon/8.d.ts +0 -3
- package/icon/8.js +0 -10
- package/icon/9.d.ts +0 -3
- package/icon/9.js +0 -10
- package/icon/ActiveCall.d.ts +0 -3
- package/icon/ActiveCall.js +0 -11
- package/icon/ActivecallBorder.d.ts +0 -3
- package/icon/ActivecallBorder.js +0 -9
- package/icon/Add.d.ts +0 -3
- package/icon/Add.js +0 -9
- package/icon/AddBorder.d.ts +0 -3
- package/icon/AddBorder.js +0 -9
- package/icon/AddEmojiMore.d.ts +0 -3
- package/icon/AddEmojiMore.js +0 -9
- package/icon/AddEvent.d.ts +0 -3
- package/icon/AddEvent.js +0 -9
- package/icon/AddField.d.ts +0 -3
- package/icon/AddField.js +0 -9
- package/icon/AddIntegration.d.ts +0 -3
- package/icon/AddIntegration.js +0 -10
- package/icon/AddMember.d.ts +0 -3
- package/icon/AddMember.js +0 -9
- package/icon/AddMemberBorder.d.ts +0 -3
- package/icon/AddMemberBorder.js +0 -9
- package/icon/AddNewFolder.d.ts +0 -3
- package/icon/AddNewFolder.js +0 -9
- package/icon/AddParkLocation.d.ts +0 -3
- package/icon/AddParkLocation.js +0 -9
- package/icon/AddReactions.d.ts +0 -3
- package/icon/AddReactions.js +0 -11
- package/icon/AddTask.d.ts +0 -3
- package/icon/AddTask.js +0 -9
- package/icon/AddTeam.d.ts +0 -3
- package/icon/AddTeam.js +0 -9
- package/icon/AddTeamBorder.d.ts +0 -3
- package/icon/AddTeamBorder.js +0 -9
- package/icon/Address.d.ts +0 -3
- package/icon/Address.js +0 -9
- package/icon/Admin.d.ts +0 -3
- package/icon/Admin.js +0 -9
- package/icon/AdminBorder.d.ts +0 -3
- package/icon/AdminBorder.js +0 -9
- package/icon/Advanced.d.ts +0 -3
- package/icon/Advanced.js +0 -9
- package/icon/AlignCenter.d.ts +0 -3
- package/icon/AlignCenter.js +0 -9
- package/icon/AlignJustify.d.ts +0 -3
- package/icon/AlignJustify.js +0 -9
- package/icon/AlignLeft.d.ts +0 -3
- package/icon/AlignLeft.js +0 -9
- package/icon/AlignRight.d.ts +0 -3
- package/icon/AlignRight.js +0 -9
- package/icon/Analytics.d.ts +0 -3
- package/icon/Analytics.js +0 -9
- package/icon/AnalyticsBorder.d.ts +0 -3
- package/icon/AnalyticsBorder.js +0 -9
- package/icon/Announcement.d.ts +0 -3
- package/icon/Announcement.js +0 -10
- package/icon/AppleLogo.d.ts +0 -3
- package/icon/AppleLogo.js +0 -9
- package/icon/Apps.d.ts +0 -3
- package/icon/Apps.js +0 -9
- package/icon/Archive.d.ts +0 -3
- package/icon/Archive.js +0 -9
- package/icon/ArrowDown.d.ts +0 -3
- package/icon/ArrowDown.js +0 -9
- package/icon/ArrowDown2.d.ts +0 -3
- package/icon/ArrowDown2.js +0 -9
- package/icon/ArrowLeft.d.ts +0 -3
- package/icon/ArrowLeft.js +0 -9
- package/icon/ArrowLeft2.d.ts +0 -3
- package/icon/ArrowLeft2.js +0 -9
- package/icon/ArrowRight.d.ts +0 -3
- package/icon/ArrowRight.js +0 -9
- package/icon/ArrowRight1.d.ts +0 -3
- package/icon/ArrowRight1.js +0 -9
- package/icon/ArrowUp.d.ts +0 -3
- package/icon/ArrowUp.js +0 -9
- package/icon/ArrowUp2.d.ts +0 -3
- package/icon/ArrowUp2.js +0 -9
- package/icon/Askfirst.d.ts +0 -3
- package/icon/Askfirst.js +0 -9
- package/icon/Assignment.d.ts +0 -3
- package/icon/Assignment.js +0 -9
- package/icon/Asterisk.d.ts +0 -3
- package/icon/Asterisk.js +0 -9
- package/icon/Attachment.d.ts +0 -3
- package/icon/Attachment.js +0 -9
- package/icon/Audio.d.ts +0 -3
- package/icon/Audio.js +0 -9
- package/icon/AvatarRooms.d.ts +0 -3
- package/icon/AvatarRooms.js +0 -9
- package/icon/Barge.d.ts +0 -3
- package/icon/Barge.js +0 -9
- package/icon/Birthday.d.ts +0 -3
- package/icon/Birthday.js +0 -9
- package/icon/Blocked.d.ts +0 -3
- package/icon/Blocked.js +0 -9
- package/icon/Bold.d.ts +0 -3
- package/icon/Bold.js +0 -9
- package/icon/Bookmark.d.ts +0 -3
- package/icon/Bookmark.js +0 -9
- package/icon/BookmarkBorder.d.ts +0 -3
- package/icon/BookmarkBorder.js +0 -9
- package/icon/Box.d.ts +0 -3
- package/icon/Box.js +0 -9
- package/icon/Box1.d.ts +0 -3
- package/icon/Box1.js +0 -9
- package/icon/BoxNew.d.ts +0 -3
- package/icon/BoxNew.js +0 -9
- package/icon/BubbleLines.d.ts +0 -3
- package/icon/BubbleLines.js +0 -9
- package/icon/BubbleLinesBorder.d.ts +0 -3
- package/icon/BubbleLinesBorder.js +0 -9
- package/icon/CallAdd.d.ts +0 -3
- package/icon/CallAdd.js +0 -9
- package/icon/CallList.d.ts +0 -3
- package/icon/CallList.js +0 -9
- package/icon/CallMore.d.ts +0 -3
- package/icon/CallMore.js +0 -9
- package/icon/CallOnBehalf.d.ts +0 -3
- package/icon/CallOnBehalf.js +0 -9
- package/icon/CallQueue.d.ts +0 -3
- package/icon/CallQueue.js +0 -16
- package/icon/ChatBubble.d.ts +0 -3
- package/icon/ChatBubble.js +0 -9
- package/icon/Check.d.ts +0 -3
- package/icon/Check.js +0 -9
- package/icon/ChevronLeft.d.ts +0 -3
- package/icon/ChevronLeft.js +0 -9
- package/icon/ChevronRight.d.ts +0 -3
- package/icon/ChevronRight.js +0 -9
- package/icon/Close.d.ts +0 -3
- package/icon/Close.js +0 -9
- package/icon/CloudContact.d.ts +0 -3
- package/icon/CloudContact.js +0 -9
- package/icon/CodeSnippets.d.ts +0 -3
- package/icon/CodeSnippets.js +0 -9
- package/icon/Comments.d.ts +0 -3
- package/icon/Comments.js +0 -9
- package/icon/CompanySetup.d.ts +0 -3
- package/icon/CompanySetup.js +0 -9
- package/icon/CompanySetupBorder.d.ts +0 -3
- package/icon/CompanySetupBorder.js +0 -9
- package/icon/Computer.d.ts +0 -3
- package/icon/Computer.js +0 -9
- package/icon/Conference.d.ts +0 -3
- package/icon/Conference.js +0 -9
- package/icon/ConferenceBorder.d.ts +0 -3
- package/icon/ConferenceBorder.js +0 -9
- package/icon/Connect.d.ts +0 -3
- package/icon/Connect.js +0 -9
- package/icon/Contacts.d.ts +0 -3
- package/icon/Contacts.js +0 -9
- package/icon/ContactsAndCalendars.d.ts +0 -3
- package/icon/ContactsAndCalendars.js +0 -9
- package/icon/ContactsBorder.d.ts +0 -3
- package/icon/ContactsBorder.js +0 -9
- package/icon/Copy.d.ts +0 -3
- package/icon/Copy.js +0 -9
- package/icon/CustomizeTabs.d.ts +0 -3
- package/icon/CustomizeTabs.js +0 -9
- package/icon/Dashboard.d.ts +0 -3
- package/icon/Dashboard.js +0 -9
- package/icon/DashboardBorder.d.ts +0 -3
- package/icon/DashboardBorder.js +0 -9
- package/icon/Date.d.ts +0 -3
- package/icon/Date.js +0 -9
- package/icon/DateBorder.d.ts +0 -3
- package/icon/DateBorder.js +0 -9
- package/icon/DefaultAvatar.d.ts +0 -3
- package/icon/DefaultAvatar.js +0 -9
- package/icon/DefaultFile.d.ts +0 -5
- package/icon/DefaultFile.js +0 -18
- package/icon/DefaultFileD.d.ts +0 -3
- package/icon/DefaultFileD.js +0 -11
- package/icon/DefaultGdrive.d.ts +0 -5
- package/icon/DefaultGdrive.js +0 -19
- package/icon/DefaultGdriveD.d.ts +0 -3
- package/icon/DefaultGdriveD.js +0 -12
- package/icon/DefaultGroupAvatar.d.ts +0 -3
- package/icon/DefaultGroupAvatar.js +0 -9
- package/icon/DefaultIntegration.d.ts +0 -3
- package/icon/DefaultIntegration.js +0 -9
- package/icon/DefaultIntegrationBorder.d.ts +0 -3
- package/icon/DefaultIntegrationBorder.js +0 -9
- package/icon/DefaultMusic.d.ts +0 -5
- package/icon/DefaultMusic.js +0 -17
- package/icon/DefaultMusicD.d.ts +0 -3
- package/icon/DefaultMusicD.js +0 -11
- package/icon/DefaultTeamAvatar.d.ts +0 -3
- package/icon/DefaultTeamAvatar.js +0 -9
- package/icon/DefaultVideo.d.ts +0 -5
- package/icon/DefaultVideo.js +0 -17
- package/icon/DefaultVideoD.d.ts +0 -3
- package/icon/DefaultVideoD.js +0 -11
- package/icon/Delete.d.ts +0 -3
- package/icon/Delete.js +0 -9
- package/icon/DeleteCircle.d.ts +0 -3
- package/icon/DeleteCircle.js +0 -9
- package/icon/DeletedFile.d.ts +0 -5
- package/icon/DeletedFile.js +0 -16
- package/icon/DeletedFileD.d.ts +0 -3
- package/icon/DeletedFileD.js +0 -10
- package/icon/Deletenumber.d.ts +0 -3
- package/icon/Deletenumber.js +0 -9
- package/icon/Department.d.ts +0 -3
- package/icon/Department.js +0 -9
- package/icon/Description.d.ts +0 -3
- package/icon/Description.js +0 -9
- package/icon/Dial.d.ts +0 -3
- package/icon/Dial.js +0 -9
- package/icon/Dialer.d.ts +0 -3
- package/icon/Dialer.js +0 -9
- package/icon/Doc.d.ts +0 -5
- package/icon/Doc.js +0 -17
- package/icon/DocD.d.ts +0 -3
- package/icon/DocD.js +0 -11
- package/icon/DockBorder.d.ts +0 -3
- package/icon/DockBorder.js +0 -9
- package/icon/DoubleChevronLeft.d.ts +0 -3
- package/icon/DoubleChevronLeft.js +0 -9
- package/icon/DoubleChevronRight.d.ts +0 -3
- package/icon/DoubleChevronRight.js +0 -9
- package/icon/Download.d.ts +0 -3
- package/icon/Download.js +0 -9
- package/icon/DownwardsArrowWithTipRightwards.d.ts +0 -3
- package/icon/DownwardsArrowWithTipRightwards.js +0 -10
- package/icon/Draft.d.ts +0 -3
- package/icon/Draft.js +0 -9
- package/icon/DragableArea.d.ts +0 -3
- package/icon/DragableArea.js +0 -9
- package/icon/Dropbox.d.ts +0 -3
- package/icon/Dropbox.js +0 -9
- package/icon/Edit.d.ts +0 -3
- package/icon/Edit.js +0 -9
- package/icon/Email.d.ts +0 -3
- package/icon/Email.js +0 -9
- package/icon/Emoji.d.ts +0 -3
- package/icon/Emoji.js +0 -9
- package/icon/EndAnswer.d.ts +0 -3
- package/icon/EndAnswer.js +0 -10
- package/icon/EventNew.d.ts +0 -3
- package/icon/EventNew.js +0 -9
- package/icon/EventNewBorder.d.ts +0 -3
- package/icon/EventNewBorder.js +0 -9
- package/icon/Evernote.d.ts +0 -3
- package/icon/Evernote.js +0 -9
- package/icon/Excel.d.ts +0 -5
- package/icon/Excel.js +0 -17
- package/icon/ExcelD.d.ts +0 -3
- package/icon/ExcelD.js +0 -11
- package/icon/Expand.d.ts +0 -3
- package/icon/Expand.js +0 -9
- package/icon/ExternalLink.d.ts +0 -3
- package/icon/ExternalLink.js +0 -9
- package/icon/FailedFax.d.ts +0 -3
- package/icon/FailedFax.js +0 -9
- package/icon/FailedFaxBorder.d.ts +0 -3
- package/icon/FailedFaxBorder.js +0 -9
- package/icon/Fax.d.ts +0 -3
- package/icon/Fax.js +0 -9
- package/icon/FaxBorder.d.ts +0 -3
- package/icon/FaxBorder.js +0 -9
- package/icon/Feedback.d.ts +0 -3
- package/icon/Feedback.js +0 -9
- package/icon/File.d.ts +0 -3
- package/icon/File.js +0 -9
- package/icon/FileBorder.d.ts +0 -3
- package/icon/FileBorder.js +0 -9
- package/icon/Filter.d.ts +0 -3
- package/icon/Filter.js +0 -9
- package/icon/Foldercreated.d.ts +0 -3
- package/icon/Foldercreated.js +0 -9
- package/icon/FontColor.d.ts +0 -3
- package/icon/FontColor.js +0 -10
- package/icon/Forward.d.ts +0 -3
- package/icon/Forward.js +0 -9
- package/icon/Forwardcall.d.ts +0 -3
- package/icon/Forwardcall.js +0 -9
- package/icon/Forwarding.d.ts +0 -3
- package/icon/Forwarding.js +0 -9
- package/icon/ForwardingBorder.d.ts +0 -3
- package/icon/ForwardingBorder.js +0 -9
- package/icon/GdriveLogo.d.ts +0 -3
- package/icon/GdriveLogo.js +0 -14
- package/icon/Gif.d.ts +0 -3
- package/icon/Gif.js +0 -9
- package/icon/GifFile.d.ts +0 -5
- package/icon/GifFile.js +0 -18
- package/icon/GifFileD.d.ts +0 -3
- package/icon/GifFileD.js +0 -11
- package/icon/Gmail.d.ts +0 -3
- package/icon/Gmail.js +0 -13
- package/icon/GoodConnection.d.ts +0 -3
- package/icon/GoodConnection.js +0 -9
- package/icon/Google.d.ts +0 -3
- package/icon/Google.js +0 -9
- package/icon/GoogleCalendar2019.d.ts +0 -3
- package/icon/GoogleCalendar2019.js +0 -14
- package/icon/GoogleDoc.d.ts +0 -5
- package/icon/GoogleDoc.js +0 -17
- package/icon/GoogleDocD.d.ts +0 -3
- package/icon/GoogleDocD.js +0 -11
- package/icon/GoogleLogo.d.ts +0 -3
- package/icon/GoogleLogo.js +0 -12
- package/icon/GoogleLogoDisabled.d.ts +0 -3
- package/icon/GoogleLogoDisabled.js +0 -9
- package/icon/GoogleSheet.d.ts +0 -5
- package/icon/GoogleSheet.js +0 -17
- package/icon/GoogleSheetD.d.ts +0 -3
- package/icon/GoogleSheetD.js +0 -11
- package/icon/GoogleSlide.d.ts +0 -5
- package/icon/GoogleSlide.js +0 -17
- package/icon/GoogleSlideD.d.ts +0 -3
- package/icon/GoogleSlideD.js +0 -11
- package/icon/GroupDefault.d.ts +0 -3
- package/icon/GroupDefault.js +0 -9
- package/icon/HandUp.d.ts +0 -3
- package/icon/HandUp.js +0 -9
- package/icon/Hash.d.ts +0 -3
- package/icon/Hash.js +0 -9
- package/icon/Hd.d.ts +0 -3
- package/icon/Hd.js +0 -9
- package/icon/Help.d.ts +0 -3
- package/icon/Help.js +0 -9
- package/icon/HelpBorder.d.ts +0 -3
- package/icon/HelpBorder.js +0 -9
- package/icon/HideBorder.d.ts +0 -3
- package/icon/HideBorder.js +0 -9
- package/icon/Hold.d.ts +0 -3
- package/icon/Hold.js +0 -9
- package/icon/HoldAnswer.d.ts +0 -3
- package/icon/HoldAnswer.js +0 -10
- package/icon/HoldcallBorder.d.ts +0 -3
- package/icon/HoldcallBorder.js +0 -9
- package/icon/HorizontalLine.d.ts +0 -3
- package/icon/HorizontalLine.js +0 -9
- package/icon/Hud.d.ts +0 -3
- package/icon/Hud.js +0 -9
- package/icon/Ignore.d.ts +0 -3
- package/icon/Ignore.js +0 -9
- package/icon/ImageBroken.d.ts +0 -5
- package/icon/ImageBroken.js +0 -18
- package/icon/ImageBrokenD.d.ts +0 -3
- package/icon/ImageBrokenD.js +0 -11
- package/icon/ImagePreview.d.ts +0 -5
- package/icon/ImagePreview.js +0 -17
- package/icon/ImagePreviewD.d.ts +0 -3
- package/icon/ImagePreviewD.js +0 -11
- package/icon/InProgress.d.ts +0 -3
- package/icon/InProgress.js +0 -9
- package/icon/InboundCallOnBehalf.d.ts +0 -3
- package/icon/InboundCallOnBehalf.js +0 -9
- package/icon/InboundFax.d.ts +0 -3
- package/icon/InboundFax.js +0 -9
- package/icon/InboundFaxBorder.d.ts +0 -3
- package/icon/InboundFaxBorder.js +0 -9
- package/icon/Inbox.d.ts +0 -3
- package/icon/Inbox.js +0 -9
- package/icon/Incall.d.ts +0 -3
- package/icon/Incall.js +0 -9
- package/icon/IncallBorder.d.ts +0 -3
- package/icon/IncallBorder.js +0 -9
- package/icon/Indent.d.ts +0 -3
- package/icon/Indent.js +0 -9
- package/icon/Indeterminate.d.ts +0 -3
- package/icon/Indeterminate.js +0 -9
- package/icon/Info.d.ts +0 -3
- package/icon/Info.js +0 -9
- package/icon/InfoBorder.d.ts +0 -3
- package/icon/InfoBorder.js +0 -9
- package/icon/InsertCode.d.ts +0 -3
- package/icon/InsertCode.js +0 -9
- package/icon/InsertImage.d.ts +0 -3
- package/icon/InsertImage.js +0 -9
- package/icon/InsertLink.d.ts +0 -3
- package/icon/InsertLink.js +0 -9
- package/icon/InsertTable.d.ts +0 -3
- package/icon/InsertTable.js +0 -9
- package/icon/InsertVideo.d.ts +0 -3
- package/icon/InsertVideo.js +0 -9
- package/icon/Italic.d.ts +0 -3
- package/icon/Italic.js +0 -9
- package/icon/ItemListSelected.d.ts +0 -3
- package/icon/ItemListSelected.js +0 -9
- package/icon/Join.d.ts +0 -3
- package/icon/Join.js +0 -10
- package/icon/JoinAudioPoc.d.ts +0 -3
- package/icon/JoinAudioPoc.js +0 -9
- package/icon/JoinMeeting.d.ts +0 -3
- package/icon/JoinMeeting.js +0 -9
- package/icon/JumpToLatest.d.ts +0 -3
- package/icon/JumpToLatest.js +0 -9
- package/icon/JumpToUnread.d.ts +0 -3
- package/icon/JumpToUnread.js +0 -9
- package/icon/Keypad.d.ts +0 -3
- package/icon/Keypad.js +0 -9
- package/icon/Leave.d.ts +0 -3
- package/icon/Leave.js +0 -9
- package/icon/LeaveMeeting.d.ts +0 -3
- package/icon/LeaveMeeting.js +0 -9
- package/icon/Limited.d.ts +0 -3
- package/icon/Limited.js +0 -10
- package/icon/ListBullet.d.ts +0 -3
- package/icon/ListBullet.js +0 -9
- package/icon/ListOrdered.d.ts +0 -3
- package/icon/ListOrdered.js +0 -9
- package/icon/ListView.d.ts +0 -3
- package/icon/ListView.js +0 -9
- package/icon/Location.d.ts +0 -3
- package/icon/Location.js +0 -9
- package/icon/LocationBorder.d.ts +0 -3
- package/icon/LocationBorder.js +0 -9
- package/icon/Lock.d.ts +0 -3
- package/icon/Lock.js +0 -9
- package/icon/LockBorder.d.ts +0 -3
- package/icon/LockBorder.js +0 -9
- package/icon/Login.d.ts +0 -3
- package/icon/Login.js +0 -9
- package/icon/Logout.d.ts +0 -3
- package/icon/Logout.js +0 -9
- package/icon/MacKeynote.d.ts +0 -5
- package/icon/MacKeynote.js +0 -18
- package/icon/MacKeynoteD.d.ts +0 -3
- package/icon/MacKeynoteD.js +0 -11
- package/icon/MacNumbers.d.ts +0 -5
- package/icon/MacNumbers.js +0 -17
- package/icon/MacNumbersD.d.ts +0 -3
- package/icon/MacNumbersD.js +0 -11
- package/icon/MacPages.d.ts +0 -5
- package/icon/MacPages.js +0 -17
- package/icon/MacPagesD.d.ts +0 -3
- package/icon/MacPagesD.js +0 -11
- package/icon/MarkerM.d.ts +0 -3
- package/icon/MarkerM.js +0 -10
- package/icon/MarkerS.d.ts +0 -3
- package/icon/MarkerS.js +0 -10
- package/icon/MemberBorder.d.ts +0 -3
- package/icon/MemberBorder.js +0 -9
- package/icon/Mention.d.ts +0 -3
- package/icon/Mention.js +0 -9
- package/icon/MentionBorder.d.ts +0 -3
- package/icon/MentionBorder.js +0 -9
- package/icon/Merge.d.ts +0 -3
- package/icon/Merge.js +0 -9
- package/icon/Message.d.ts +0 -3
- package/icon/Message.js +0 -10
- package/icon/Mic.d.ts +0 -3
- package/icon/Mic.js +0 -9
- package/icon/MicBorder.d.ts +0 -3
- package/icon/MicBorder.js +0 -9
- package/icon/MicOff.d.ts +0 -3
- package/icon/MicOff.js +0 -9
- package/icon/MicOffBorder.d.ts +0 -3
- package/icon/MicOffBorder.js +0 -9
- package/icon/MicrosoftLogo.d.ts +0 -3
- package/icon/MicrosoftLogo.js +0 -12
- package/icon/MicrosoftLogoDisabled.d.ts +0 -3
- package/icon/MicrosoftLogoDisabled.js +0 -9
- package/icon/MicrosoftOutlook2019.d.ts +0 -3
- package/icon/MicrosoftOutlook2019.js +0 -23
- package/icon/Minimize.d.ts +0 -3
- package/icon/Minimize.js +0 -9
- package/icon/Missedcall.d.ts +0 -3
- package/icon/Missedcall.js +0 -9
- package/icon/MissedcallBorder.d.ts +0 -3
- package/icon/MissedcallBorder.js +0 -9
- package/icon/Mobile.d.ts +0 -3
- package/icon/Mobile.js +0 -9
- package/icon/MonitorCall.d.ts +0 -3
- package/icon/MonitorCall.js +0 -9
- package/icon/MoreHoriz.d.ts +0 -3
- package/icon/MoreHoriz.js +0 -9
- package/icon/MoreVert.d.ts +0 -3
- package/icon/MoreVert.js +0 -9
- package/icon/MuteNotification.d.ts +0 -3
- package/icon/MuteNotification.js +0 -9
- package/icon/MuteNotificationBorder.d.ts +0 -3
- package/icon/MuteNotificationBorder.js +0 -9
- package/icon/NewAction.d.ts +0 -3
- package/icon/NewAction.js +0 -9
- package/icon/NewEmail.d.ts +0 -3
- package/icon/NewEmail.js +0 -9
- package/icon/NewFax.d.ts +0 -3
- package/icon/NewFax.js +0 -9
- package/icon/NewFile.d.ts +0 -3
- package/icon/NewFile.js +0 -9
- package/icon/NewNote.d.ts +0 -3
- package/icon/NewNote.js +0 -9
- package/icon/Nickname.d.ts +0 -3
- package/icon/Nickname.js +0 -9
- package/icon/NoAudio.d.ts +0 -3
- package/icon/NoAudio.js +0 -9
- package/icon/NoConnection.d.ts +0 -3
- package/icon/NoConnection.js +0 -10
- package/icon/NonEdit.d.ts +0 -3
- package/icon/NonEdit.js +0 -9
- package/icon/Note.d.ts +0 -3
- package/icon/Note.js +0 -9
- package/icon/NoteBorder.d.ts +0 -3
- package/icon/NoteBorder.js +0 -9
- package/icon/Notification.d.ts +0 -3
- package/icon/Notification.js +0 -9
- package/icon/NotificationBorder.d.ts +0 -3
- package/icon/NotificationBorder.js +0 -9
- package/icon/Onedrive.d.ts +0 -3
- package/icon/Onedrive.js +0 -9
- package/icon/OpenFolder.d.ts +0 -3
- package/icon/OpenFolder.js +0 -9
- package/icon/OuboundCallOnBehalf.d.ts +0 -3
- package/icon/OuboundCallOnBehalf.js +0 -9
- package/icon/OutboundFax.d.ts +0 -3
- package/icon/OutboundFax.js +0 -9
- package/icon/OutboundFaxBorder.d.ts +0 -3
- package/icon/OutboundFaxBorder.js +0 -9
- package/icon/Outcall.d.ts +0 -3
- package/icon/Outcall.js +0 -9
- package/icon/OutcallBorder.d.ts +0 -3
- package/icon/OutcallBorder.js +0 -9
- package/icon/Outdent.d.ts +0 -3
- package/icon/Outdent.js +0 -9
- package/icon/Paging.d.ts +0 -3
- package/icon/Paging.js +0 -10
- package/icon/ParkCall.d.ts +0 -3
- package/icon/ParkCall.js +0 -9
- package/icon/ParkCallMessage.d.ts +0 -3
- package/icon/ParkCallMessage.js +0 -9
- package/icon/ParkCallText.d.ts +0 -3
- package/icon/ParkCallText.js +0 -9
- package/icon/PartnerCloudContact.d.ts +0 -3
- package/icon/PartnerCloudContact.js +0 -9
- package/icon/Pause.d.ts +0 -3
- package/icon/Pause.js +0 -9
- package/icon/PauseBorder.d.ts +0 -3
- package/icon/PauseBorder.js +0 -9
- package/icon/PauseCircle.d.ts +0 -3
- package/icon/PauseCircle.js +0 -9
- package/icon/PauseCircleBorder.d.ts +0 -3
- package/icon/PauseCircleBorder.js +0 -9
- package/icon/Pdf.d.ts +0 -5
- package/icon/Pdf.js +0 -17
- package/icon/PdfD.d.ts +0 -3
- package/icon/PdfD.js +0 -11
- package/icon/People.d.ts +0 -3
- package/icon/People.js +0 -9
- package/icon/Phone.d.ts +0 -3
- package/icon/Phone.js +0 -9
- package/icon/PhoneBorder.d.ts +0 -3
- package/icon/PhoneBorder.js +0 -9
- package/icon/PhoneOff.d.ts +0 -3
- package/icon/PhoneOff.js +0 -9
- package/icon/PhoneOffBorder.d.ts +0 -3
- package/icon/PhoneOffBorder.js +0 -9
- package/icon/PickUpCall.d.ts +0 -3
- package/icon/PickUpCall.js +0 -9
- package/icon/Pin.d.ts +0 -3
- package/icon/Pin.js +0 -9
- package/icon/Play.d.ts +0 -3
- package/icon/Play.js +0 -9
- package/icon/PlayBorder.d.ts +0 -3
- package/icon/PlayBorder.js +0 -9
- package/icon/PlayCircle.d.ts +0 -3
- package/icon/PlayCircle.js +0 -9
- package/icon/PlayCircleBorder.d.ts +0 -3
- package/icon/PlayCircleBorder.js +0 -9
- package/icon/Poll.d.ts +0 -3
- package/icon/Poll.js +0 -9
- package/icon/PollBorder.d.ts +0 -3
- package/icon/PollBorder.js +0 -9
- package/icon/PoorConnection.d.ts +0 -3
- package/icon/PoorConnection.js +0 -10
- package/icon/Ppt.d.ts +0 -5
- package/icon/Ppt.js +0 -17
- package/icon/PptD.d.ts +0 -3
- package/icon/PptD.js +0 -11
- package/icon/Previous.d.ts +0 -3
- package/icon/Previous.js +0 -9
- package/icon/Quote.d.ts +0 -3
- package/icon/Quote.js +0 -9
- package/icon/Radio.d.ts +0 -3
- package/icon/Radio.js +0 -9
- package/icon/RadioUnselect.d.ts +0 -3
- package/icon/RadioUnselect.js +0 -9
- package/icon/RcBlog.d.ts +0 -3
- package/icon/RcBlog.js +0 -9
- package/icon/RcCloudContact.d.ts +0 -3
- package/icon/RcCloudContact.js +0 -9
- package/icon/RcContact.d.ts +0 -3
- package/icon/RcContact.js +0 -9
- package/icon/RcHelp.d.ts +0 -3
- package/icon/RcHelp.js +0 -9
- package/icon/RcvMicOff.d.ts +0 -3
- package/icon/RcvMicOff.js +0 -10
- package/icon/RcvVideocamOff.d.ts +0 -3
- package/icon/RcvVideocamOff.js +0 -10
- package/icon/Read.d.ts +0 -3
- package/icon/Read.js +0 -9
- package/icon/Record.d.ts +0 -3
- package/icon/Record.js +0 -9
- package/icon/Refresh.d.ts +0 -3
- package/icon/Refresh.js +0 -9
- package/icon/Remove.d.ts +0 -3
- package/icon/Remove.js +0 -9
- package/icon/RemoveBorder.d.ts +0 -3
- package/icon/RemoveBorder.js +0 -9
- package/icon/RemoveField.d.ts +0 -3
- package/icon/RemoveField.js +0 -9
- package/icon/Repeat.d.ts +0 -3
- package/icon/Repeat.js +0 -9
- package/icon/Reply.d.ts +0 -3
- package/icon/Reply.js +0 -9
- package/icon/ResendFax.d.ts +0 -3
- package/icon/ResendFax.js +0 -9
- package/icon/ResetZoom.d.ts +0 -3
- package/icon/ResetZoom.js +0 -9
- package/icon/RichTextEditor.d.ts +0 -3
- package/icon/RichTextEditor.js +0 -9
- package/icon/RollAp.d.ts +0 -3
- package/icon/RollAp.js +0 -9
- package/icon/SaveDraft.d.ts +0 -3
- package/icon/SaveDraft.js +0 -9
- package/icon/Schedule.d.ts +0 -3
- package/icon/Schedule.js +0 -12
- package/icon/ScheduleMeeting.d.ts +0 -3
- package/icon/ScheduleMeeting.js +0 -9
- package/icon/Screenshare.d.ts +0 -3
- package/icon/Screenshare.js +0 -9
- package/icon/ScreenshareBorder.d.ts +0 -3
- package/icon/ScreenshareBorder.js +0 -9
- package/icon/Search.d.ts +0 -3
- package/icon/Search.js +0 -9
- package/icon/SearchNav.d.ts +0 -3
- package/icon/SearchNav.js +0 -9
- package/icon/Selects.d.ts +0 -3
- package/icon/Selects.js +0 -9
- package/icon/Send.d.ts +0 -3
- package/icon/Send.js +0 -9
- package/icon/SendFilled.d.ts +0 -3
- package/icon/SendFilled.js +0 -9
- package/icon/Settings.d.ts +0 -3
- package/icon/Settings.js +0 -9
- package/icon/SettingsBorder.d.ts +0 -3
- package/icon/SettingsBorder.js +0 -9
- package/icon/Share.d.ts +0 -3
- package/icon/Share.js +0 -9
- package/icon/SharedLine.d.ts +0 -3
- package/icon/SharedLine.js +0 -11
- package/icon/Sharepoint.d.ts +0 -3
- package/icon/Sharepoint.js +0 -9
- package/icon/Shortcut.d.ts +0 -3
- package/icon/Shortcut.js +0 -9
- package/icon/ShortcutBorder.d.ts +0 -3
- package/icon/ShortcutBorder.js +0 -9
- package/icon/Signal0.d.ts +0 -3
- package/icon/Signal0.js +0 -9
- package/icon/Signal1.d.ts +0 -3
- package/icon/Signal1.js +0 -9
- package/icon/Signal2.d.ts +0 -3
- package/icon/Signal2.js +0 -9
- package/icon/Signal3.d.ts +0 -3
- package/icon/Signal3.js +0 -9
- package/icon/Sms.d.ts +0 -3
- package/icon/Sms.js +0 -9
- package/icon/SmsBorder.d.ts +0 -3
- package/icon/SmsBorder.js +0 -9
- package/icon/SmsDefault.d.ts +0 -3
- package/icon/SmsDefault.js +0 -9
- package/icon/SmsInviteBorder.d.ts +0 -3
- package/icon/SmsInviteBorder.js +0 -9
- package/icon/Sort.d.ts +0 -3
- package/icon/Sort.js +0 -10
- package/icon/SpeakerDown.d.ts +0 -3
- package/icon/SpeakerDown.js +0 -9
- package/icon/SpeakerMute.d.ts +0 -3
- package/icon/SpeakerMute.js +0 -9
- package/icon/SpeakerUp.d.ts +0 -3
- package/icon/SpeakerUp.js +0 -9
- package/icon/Star.d.ts +0 -3
- package/icon/Star.js +0 -9
- package/icon/StarBorder.d.ts +0 -3
- package/icon/StarBorder.js +0 -9
- package/icon/Start.d.ts +0 -3
- package/icon/Start.js +0 -10
- package/icon/StartMeeting.d.ts +0 -3
- package/icon/StartMeeting.js +0 -9
- package/icon/Stop.d.ts +0 -3
- package/icon/Stop.js +0 -9
- package/icon/StopBorder.d.ts +0 -3
- package/icon/StopBorder.js +0 -9
- package/icon/StopCircle.d.ts +0 -3
- package/icon/StopCircle.js +0 -9
- package/icon/StopCircleBorder.d.ts +0 -3
- package/icon/StopCircleBorder.js +0 -9
- package/icon/StopRecord.d.ts +0 -3
- package/icon/StopRecord.js +0 -9
- package/icon/Strike.d.ts +0 -3
- package/icon/Strike.js +0 -9
- package/icon/TakeOver.d.ts +0 -3
- package/icon/TakeOver.js +0 -9
- package/icon/TaskNew.d.ts +0 -3
- package/icon/TaskNew.js +0 -9
- package/icon/TaskNewBorder.d.ts +0 -3
- package/icon/TaskNewBorder.js +0 -9
- package/icon/Team.d.ts +0 -3
- package/icon/Team.js +0 -9
- package/icon/TeamBorder.d.ts +0 -3
- package/icon/TeamBorder.js +0 -9
- package/icon/TeamDefault.d.ts +0 -3
- package/icon/TeamDefault.js +0 -9
- package/icon/Text.d.ts +0 -3
- package/icon/Text.js +0 -9
- package/icon/Theme.d.ts +0 -3
- package/icon/Theme.js +0 -9
- package/icon/Thumbup.d.ts +0 -3
- package/icon/Thumbup.js +0 -9
- package/icon/ThumbupBorder.d.ts +0 -3
- package/icon/ThumbupBorder.js +0 -9
- package/icon/Time.d.ts +0 -3
- package/icon/Time.js +0 -9
- package/icon/TimeBorder.d.ts +0 -3
- package/icon/TimeBorder.js +0 -9
- package/icon/Transcription.d.ts +0 -3
- package/icon/Transcription.js +0 -9
- package/icon/TransferCall.d.ts +0 -3
- package/icon/TransferCall.js +0 -9
- package/icon/TransferCallBorder.d.ts +0 -3
- package/icon/TransferCallBorder.js +0 -9
- package/icon/Unblocked.d.ts +0 -3
- package/icon/Unblocked.js +0 -9
- package/icon/Underline.d.ts +0 -3
- package/icon/Underline.js +0 -9
- package/icon/Undock.d.ts +0 -3
- package/icon/Undock.js +0 -9
- package/icon/UndockBorder.d.ts +0 -3
- package/icon/UndockBorder.js +0 -9
- package/icon/UnfoldLess.d.ts +0 -3
- package/icon/UnfoldLess.js +0 -9
- package/icon/UnfoldMore.d.ts +0 -3
- package/icon/UnfoldMore.js +0 -9
- package/icon/Unlock.d.ts +0 -3
- package/icon/Unlock.js +0 -9
- package/icon/Unpin.d.ts +0 -3
- package/icon/Unpin.js +0 -9
- package/icon/UnpinSlash.d.ts +0 -3
- package/icon/UnpinSlash.js +0 -9
- package/icon/Unread.d.ts +0 -3
- package/icon/Unread.js +0 -9
- package/icon/Unselect.d.ts +0 -3
- package/icon/Unselect.js +0 -9
- package/icon/UserDefault.d.ts +0 -3
- package/icon/UserDefault.js +0 -9
- package/icon/VideoAndMessage.d.ts +0 -3
- package/icon/VideoAndMessage.js +0 -9
- package/icon/VideoMeeting.d.ts +0 -3
- package/icon/VideoMeeting.js +0 -9
- package/icon/Videocam.d.ts +0 -3
- package/icon/Videocam.js +0 -9
- package/icon/VideocamBorder.d.ts +0 -3
- package/icon/VideocamBorder.js +0 -9
- package/icon/VideocamOff.d.ts +0 -3
- package/icon/VideocamOff.js +0 -9
- package/icon/VideocamOffBorder.d.ts +0 -3
- package/icon/VideocamOffBorder.js +0 -9
- package/icon/View.d.ts +0 -3
- package/icon/View.js +0 -9
- package/icon/ViewBorder.d.ts +0 -3
- package/icon/ViewBorder.js +0 -9
- package/icon/ViewLogBorder.d.ts +0 -3
- package/icon/ViewLogBorder.js +0 -9
- package/icon/Voicemail.d.ts +0 -3
- package/icon/Voicemail.js +0 -9
- package/icon/Warning.d.ts +0 -3
- package/icon/Warning.js +0 -9
- package/icon/WatchVideo.d.ts +0 -3
- package/icon/WatchVideo.js +0 -9
- package/icon/WeakConnection.d.ts +0 -3
- package/icon/WeakConnection.js +0 -10
- package/icon/Webinar.d.ts +0 -3
- package/icon/Webinar.js +0 -9
- package/icon/WebinarBorder.d.ts +0 -3
- package/icon/WebinarBorder.js +0 -9
- package/icon/Webpage.d.ts +0 -3
- package/icon/Webpage.js +0 -9
- package/icon/Whisper.d.ts +0 -3
- package/icon/Whisper.js +0 -9
- package/icon/Work.d.ts +0 -3
- package/icon/Work.js +0 -9
- package/icon/Workspace.d.ts +0 -3
- package/icon/Workspace.js +0 -9
- package/icon/WorkspaceBorder.d.ts +0 -3
- package/icon/WorkspaceBorder.js +0 -9
- package/icon/Zip.d.ts +0 -5
- package/icon/Zip.js +0 -17
- package/icon/ZipD.d.ts +0 -3
- package/icon/ZipD.js +0 -11
- package/icon/ZoomIn.d.ts +0 -3
- package/icon/ZoomIn.js +0 -9
- package/icon/ZoomOut.d.ts +0 -3
- package/icon/ZoomOut.js +0 -9
- package/icon/index.d.ts +0 -408
- package/icon/index.js +0 -818
- package/icon/package.json +0 -5
- package/icons/icon-0.svg +0 -6
- package/icons/icon-1.svg +0 -5
- package/icons/icon-2.svg +0 -6
- package/icons/icon-3.svg +0 -6
- package/icons/icon-4.svg +0 -6
- package/icons/icon-5.svg +0 -6
- package/icons/icon-6.svg +0 -6
- package/icons/icon-7.svg +0 -6
- package/icons/icon-8.svg +0 -6
- package/icons/icon-9.svg +0 -6
- package/icons/icon-Announcement.svg +0 -8
- package/icons/icon-Call-queue.svg +0 -14
- package/icons/icon-Company-setup.svg +0 -5
- package/icons/icon-Company-setup_border.svg +0 -5
- package/icons/icon-Description.svg +0 -5
- package/icons/icon-HUD.svg +0 -5
- package/icons/icon-Limited.svg +0 -7
- package/icons/icon-Logout.svg +0 -5
- package/icons/icon-Message.svg +0 -6
- package/icons/icon-New-email.svg +0 -5
- package/icons/icon-Paging.svg +0 -6
- package/icons/icon-Shared-line.svg +0 -8
- package/icons/icon-active-call.svg +0 -7
- package/icons/icon-activecall_border.svg +0 -5
- package/icons/icon-add-emoji-more.svg +0 -5
- package/icons/icon-add-event.svg +0 -5
- package/icons/icon-add-integration.svg +0 -6
- package/icons/icon-add-member.svg +0 -5
- package/icons/icon-add-member_border.svg +0 -5
- package/icons/icon-add-park-location.svg +0 -5
- package/icons/icon-add-reactions.svg +0 -9
- package/icons/icon-add-task.svg +0 -5
- package/icons/icon-add-team.svg +0 -5
- package/icons/icon-add-team_border.svg +0 -5
- package/icons/icon-add.svg +0 -5
- package/icons/icon-add_border.svg +0 -5
- package/icons/icon-add_field.svg +0 -5
- package/icons/icon-add_new_folder.svg +0 -5
- package/icons/icon-address.svg +0 -5
- package/icons/icon-admin.svg +0 -5
- package/icons/icon-admin_border.svg +0 -5
- package/icons/icon-advanced.svg +0 -5
- package/icons/icon-align-center.svg +0 -5
- package/icons/icon-align-justify.svg +0 -5
- package/icons/icon-align-left.svg +0 -5
- package/icons/icon-align-right.svg +0 -5
- package/icons/icon-analytics.svg +0 -5
- package/icons/icon-analytics_border.svg +0 -5
- package/icons/icon-apple-logo.svg +0 -5
- package/icons/icon-apps.svg +0 -5
- package/icons/icon-archive.svg +0 -5
- package/icons/icon-arrow-down.svg +0 -5
- package/icons/icon-arrow-left.svg +0 -5
- package/icons/icon-arrow-up.svg +0 -5
- package/icons/icon-arrow_down.svg +0 -5
- package/icons/icon-arrow_left.svg +0 -5
- package/icons/icon-arrow_right.svg +0 -5
- package/icons/icon-arrow_right1.svg +0 -5
- package/icons/icon-arrow_up.svg +0 -5
- package/icons/icon-askfirst.svg +0 -5
- package/icons/icon-assignment.svg +0 -5
- package/icons/icon-asterisk.svg +0 -5
- package/icons/icon-attachment.svg +0 -5
- package/icons/icon-audio.svg +0 -5
- package/icons/icon-avatar_rooms.svg +0 -5
- package/icons/icon-barge.svg +0 -5
- package/icons/icon-birthday.svg +0 -5
- package/icons/icon-blocked.svg +0 -5
- package/icons/icon-bold.svg +0 -5
- package/icons/icon-bookmark.svg +0 -5
- package/icons/icon-bookmark_border.svg +0 -5
- package/icons/icon-box-new.svg +0 -5
- package/icons/icon-box.svg +0 -5
- package/icons/icon-box1.svg +0 -5
- package/icons/icon-bubble_lines.svg +0 -5
- package/icons/icon-bubble_lines_border.svg +0 -5
- package/icons/icon-call-add.svg +0 -5
- package/icons/icon-call-list.svg +0 -5
- package/icons/icon-call-more.svg +0 -5
- package/icons/icon-call_on_behalf.svg +0 -5
- package/icons/icon-chat_bubble.svg +0 -5
- package/icons/icon-check.svg +0 -5
- package/icons/icon-chevron_left.svg +0 -5
- package/icons/icon-chevron_right.svg +0 -5
- package/icons/icon-close.svg +0 -5
- package/icons/icon-cloud_contact.svg +0 -5
- package/icons/icon-code_snippets.svg +0 -5
- package/icons/icon-comments.svg +0 -5
- package/icons/icon-computer.svg +0 -5
- package/icons/icon-conference.svg +0 -5
- package/icons/icon-conference_border.svg +0 -5
- package/icons/icon-connect.svg +0 -5
- package/icons/icon-contacts.svg +0 -5
- package/icons/icon-contacts_and_calendars.svg +0 -5
- package/icons/icon-contacts_border.svg +0 -5
- package/icons/icon-copy.svg +0 -5
- package/icons/icon-customize-tabs.svg +0 -5
- package/icons/icon-dashboard.svg +0 -5
- package/icons/icon-dashboard_border.svg +0 -5
- package/icons/icon-date.svg +0 -5
- package/icons/icon-date_border.svg +0 -5
- package/icons/icon-default-avatar.svg +0 -5
- package/icons/icon-default-file-D.svg +0 -7
- package/icons/icon-default-file.svg +0 -8
- package/icons/icon-default-gdrive-D.svg +0 -8
- package/icons/icon-default-gdrive.svg +0 -9
- package/icons/icon-default-group-avatar.svg +0 -5
- package/icons/icon-default-integration.svg +0 -5
- package/icons/icon-default-integration_border.svg +0 -5
- package/icons/icon-default-music-D.svg +0 -7
- package/icons/icon-default-music.svg +0 -7
- package/icons/icon-default-team-avatar.svg +0 -5
- package/icons/icon-default-video-D.svg +0 -7
- package/icons/icon-default-video.svg +0 -7
- package/icons/icon-delete.svg +0 -5
- package/icons/icon-delete_circle.svg +0 -5
- package/icons/icon-deleted_file.svg +0 -6
- package/icons/icon-deleted_file_D.svg +0 -6
- package/icons/icon-deletenumber.svg +0 -5
- package/icons/icon-department.svg +0 -5
- package/icons/icon-dial.svg +0 -5
- package/icons/icon-dialer.svg +0 -5
- package/icons/icon-doc-D.svg +0 -7
- package/icons/icon-doc.svg +0 -7
- package/icons/icon-dock_border.svg +0 -5
- package/icons/icon-double-chevron_left.svg +0 -5
- package/icons/icon-double-chevron_right.svg +0 -5
- package/icons/icon-download.svg +0 -5
- package/icons/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
- package/icons/icon-draft.svg +0 -5
- package/icons/icon-dragable_area.svg +0 -5
- package/icons/icon-dropbox.svg +0 -5
- package/icons/icon-edit.svg +0 -5
- package/icons/icon-email.svg +0 -5
- package/icons/icon-emoji.svg +0 -5
- package/icons/icon-end--answer.svg +0 -6
- package/icons/icon-event-new.svg +0 -5
- package/icons/icon-event-new_border.svg +0 -5
- package/icons/icon-evernote.svg +0 -5
- package/icons/icon-excel-D.svg +0 -7
- package/icons/icon-excel.svg +0 -7
- package/icons/icon-expand.svg +0 -5
- package/icons/icon-external_link.svg +0 -5
- package/icons/icon-failed-fax.svg +0 -5
- package/icons/icon-failed-fax_border.svg +0 -5
- package/icons/icon-fax.svg +0 -5
- package/icons/icon-fax_border.svg +0 -5
- package/icons/icon-feedback.svg +0 -5
- package/icons/icon-file.svg +0 -5
- package/icons/icon-file_border.svg +0 -5
- package/icons/icon-filter.svg +0 -5
- package/icons/icon-foldercreated.svg +0 -5
- package/icons/icon-font-color.svg +0 -6
- package/icons/icon-forward.svg +0 -5
- package/icons/icon-forwardcall.svg +0 -5
- package/icons/icon-forwarding.svg +0 -5
- package/icons/icon-forwarding_border.svg +0 -5
- package/icons/icon-gdrive-logo.svg +0 -10
- package/icons/icon-gif-file-D.svg +0 -7
- package/icons/icon-gif-file.svg +0 -8
- package/icons/icon-gif.svg +0 -5
- package/icons/icon-gmail.svg +0 -9
- package/icons/icon-good-connection.svg +0 -5
- package/icons/icon-google-calendar-2019.svg +0 -10
- package/icons/icon-google-doc-D.svg +0 -7
- package/icons/icon-google-doc.svg +0 -7
- package/icons/icon-google-logo-disabled.svg +0 -5
- package/icons/icon-google-logo.svg +0 -8
- package/icons/icon-google-sheet-D.svg +0 -7
- package/icons/icon-google-sheet.svg +0 -7
- package/icons/icon-google-slide-D.svg +0 -7
- package/icons/icon-google-slide.svg +0 -7
- package/icons/icon-google.svg +0 -5
- package/icons/icon-group-default.svg +0 -5
- package/icons/icon-hand-up.svg +0 -5
- package/icons/icon-hash.svg +0 -5
- package/icons/icon-hd.svg +0 -5
- package/icons/icon-help.svg +0 -5
- package/icons/icon-help_border.svg +0 -5
- package/icons/icon-hide_border.svg +0 -5
- package/icons/icon-hold-answer.svg +0 -6
- package/icons/icon-hold.svg +0 -5
- package/icons/icon-holdcall_border.svg +0 -5
- package/icons/icon-horizontal-line.svg +0 -5
- package/icons/icon-ignore.svg +0 -5
- package/icons/icon-image-broken-D.svg +0 -7
- package/icons/icon-image-broken.svg +0 -8
- package/icons/icon-image-preview-D.svg +0 -7
- package/icons/icon-image-preview.svg +0 -7
- package/icons/icon-in-progress.svg +0 -5
- package/icons/icon-inbound-fax.svg +0 -5
- package/icons/icon-inbound-fax_border.svg +0 -5
- package/icons/icon-inbound_call_on_behalf.svg +0 -5
- package/icons/icon-inbox.svg +0 -5
- package/icons/icon-incall.svg +0 -5
- package/icons/icon-incall_border.svg +0 -5
- package/icons/icon-indent.svg +0 -5
- package/icons/icon-indeterminate.svg +0 -5
- package/icons/icon-info.svg +0 -5
- package/icons/icon-info_border.svg +0 -5
- package/icons/icon-insert-code.svg +0 -5
- package/icons/icon-insert-image.svg +0 -5
- package/icons/icon-insert-link.svg +0 -5
- package/icons/icon-insert-table.svg +0 -5
- package/icons/icon-insert-video.svg +0 -5
- package/icons/icon-italic.svg +0 -5
- package/icons/icon-item-list-selected.svg +0 -5
- package/icons/icon-join-audio-poc.svg +0 -5
- package/icons/icon-join.svg +0 -7
- package/icons/icon-join_meeting.svg +0 -5
- package/icons/icon-jump-to-latest.svg +0 -5
- package/icons/icon-jump-to-unread.svg +0 -5
- package/icons/icon-keypad.svg +0 -5
- package/icons/icon-leave-meeting.svg +0 -5
- package/icons/icon-leave.svg +0 -5
- package/icons/icon-list-bullet.svg +0 -5
- package/icons/icon-list-ordered.svg +0 -5
- package/icons/icon-list-view.svg +0 -5
- package/icons/icon-location.svg +0 -5
- package/icons/icon-location_border.svg +0 -5
- package/icons/icon-lock.svg +0 -5
- package/icons/icon-lock_border.svg +0 -5
- package/icons/icon-login.svg +0 -5
- package/icons/icon-mac-keynote-D.svg +0 -7
- package/icons/icon-mac-keynote.svg +0 -10
- package/icons/icon-mac-numbers-D.svg +0 -7
- package/icons/icon-mac-numbers.svg +0 -7
- package/icons/icon-mac-pages-D.svg +0 -7
- package/icons/icon-mac-pages.svg +0 -7
- package/icons/icon-marker_m.svg +0 -6
- package/icons/icon-marker_s.svg +0 -6
- package/icons/icon-member_border.svg +0 -5
- package/icons/icon-mention.svg +0 -5
- package/icons/icon-mention_border.svg +0 -5
- package/icons/icon-merge.svg +0 -5
- package/icons/icon-mic-off.svg +0 -5
- package/icons/icon-mic-off_border.svg +0 -5
- package/icons/icon-mic.svg +0 -5
- package/icons/icon-mic_border.svg +0 -5
- package/icons/icon-microsoft-logo-disabled.svg +0 -8
- package/icons/icon-microsoft-logo.svg +0 -8
- package/icons/icon-microsoft-outlook-2019.svg +0 -19
- package/icons/icon-minimize.svg +0 -5
- package/icons/icon-missedcall.svg +0 -5
- package/icons/icon-missedcall_border.svg +0 -5
- package/icons/icon-mobile.svg +0 -5
- package/icons/icon-monitor_call.svg +0 -5
- package/icons/icon-more_horiz.svg +0 -5
- package/icons/icon-more_vert.svg +0 -5
- package/icons/icon-mute-notification.svg +0 -5
- package/icons/icon-mute-notification_border.svg +0 -5
- package/icons/icon-new-action.svg +0 -5
- package/icons/icon-new-fax.svg +0 -5
- package/icons/icon-new-file.svg +0 -5
- package/icons/icon-new-note.svg +0 -5
- package/icons/icon-nickname.svg +0 -5
- package/icons/icon-no-audio.svg +0 -5
- package/icons/icon-no-connection.svg +0 -6
- package/icons/icon-non-edit.svg +0 -5
- package/icons/icon-note.svg +0 -5
- package/icons/icon-note_border.svg +0 -5
- package/icons/icon-notification.svg +0 -5
- package/icons/icon-notification_border.svg +0 -5
- package/icons/icon-onedrive.svg +0 -5
- package/icons/icon-open-folder.svg +0 -5
- package/icons/icon-oubound_call_on_behalf.svg +0 -5
- package/icons/icon-outbound-fax.svg +0 -5
- package/icons/icon-outbound-fax_border.svg +0 -5
- package/icons/icon-outcall.svg +0 -5
- package/icons/icon-outcall_border.svg +0 -5
- package/icons/icon-outdent.svg +0 -5
- package/icons/icon-park-call-message.svg +0 -5
- package/icons/icon-park-call-text.svg +0 -5
- package/icons/icon-park-call.svg +0 -5
- package/icons/icon-partner_cloud_contact.svg +0 -5
- package/icons/icon-pause.svg +0 -5
- package/icons/icon-pause_border.svg +0 -5
- package/icons/icon-pause_circle.svg +0 -5
- package/icons/icon-pause_circle_border.svg +0 -5
- package/icons/icon-pdf-D.svg +0 -7
- package/icons/icon-pdf.svg +0 -7
- package/icons/icon-people.svg +0 -5
- package/icons/icon-phone-off.svg +0 -5
- package/icons/icon-phone-off_border.svg +0 -5
- package/icons/icon-phone.svg +0 -5
- package/icons/icon-phone_border.svg +0 -5
- package/icons/icon-pick_up_call.svg +0 -5
- package/icons/icon-pin.svg +0 -5
- package/icons/icon-play.svg +0 -5
- package/icons/icon-play_border.svg +0 -5
- package/icons/icon-play_circle.svg +0 -5
- package/icons/icon-play_circle_border.svg +0 -5
- package/icons/icon-poll.svg +0 -5
- package/icons/icon-poll_border.svg +0 -5
- package/icons/icon-poor-connection.svg +0 -6
- package/icons/icon-ppt-D.svg +0 -7
- package/icons/icon-ppt.svg +0 -7
- package/icons/icon-previous.svg +0 -5
- package/icons/icon-quote.svg +0 -5
- package/icons/icon-radio.svg +0 -5
- package/icons/icon-radio_unselect.svg +0 -5
- package/icons/icon-rc_blog.svg +0 -5
- package/icons/icon-rc_cloud_contact.svg +0 -5
- package/icons/icon-rc_contact.svg +0 -5
- package/icons/icon-rc_help.svg +0 -5
- package/icons/icon-rcv_mic-off.svg +0 -6
- package/icons/icon-rcv_videocam-off.svg +0 -6
- package/icons/icon-read.svg +0 -5
- package/icons/icon-record.svg +0 -5
- package/icons/icon-refresh.svg +0 -5
- package/icons/icon-remove.svg +0 -5
- package/icons/icon-remove_border.svg +0 -5
- package/icons/icon-remove_field.svg +0 -5
- package/icons/icon-repeat.svg +0 -5
- package/icons/icon-reply.svg +0 -5
- package/icons/icon-resend-fax.svg +0 -5
- package/icons/icon-reset-zoom.svg +0 -5
- package/icons/icon-rich_text_editor.svg +0 -5
- package/icons/icon-roll-ap.svg +0 -5
- package/icons/icon-save-draft.svg +0 -5
- package/icons/icon-schedule.svg +0 -13
- package/icons/icon-schedule_meeting.svg +0 -5
- package/icons/icon-screenshare.svg +0 -5
- package/icons/icon-screenshare_border.svg +0 -5
- package/icons/icon-search.svg +0 -5
- package/icons/icon-search_nav.svg +0 -5
- package/icons/icon-selects.svg +0 -5
- package/icons/icon-send.svg +0 -5
- package/icons/icon-send_filled.svg +0 -5
- package/icons/icon-settings.svg +0 -5
- package/icons/icon-settings_border.svg +0 -5
- package/icons/icon-share.svg +0 -5
- package/icons/icon-sharepoint.svg +0 -5
- package/icons/icon-shortcut.svg +0 -5
- package/icons/icon-shortcut_border.svg +0 -5
- package/icons/icon-signal-0.svg +0 -5
- package/icons/icon-signal-1.svg +0 -5
- package/icons/icon-signal-2.svg +0 -5
- package/icons/icon-signal-3.svg +0 -7
- package/icons/icon-sms-default.svg +0 -5
- package/icons/icon-sms.svg +0 -5
- package/icons/icon-sms_border.svg +0 -5
- package/icons/icon-sms_invite_border.svg +0 -5
- package/icons/icon-sort.svg +0 -6
- package/icons/icon-speaker-down.svg +0 -5
- package/icons/icon-speaker-mute.svg +0 -5
- package/icons/icon-speaker-up.svg +0 -5
- package/icons/icon-star.svg +0 -5
- package/icons/icon-star_border.svg +0 -5
- package/icons/icon-start.svg +0 -7
- package/icons/icon-start_meeting.svg +0 -5
- package/icons/icon-stop-record.svg +0 -5
- package/icons/icon-stop.svg +0 -5
- package/icons/icon-stop_border.svg +0 -5
- package/icons/icon-stop_circle.svg +0 -5
- package/icons/icon-stop_circle_border.svg +0 -5
- package/icons/icon-strike.svg +0 -5
- package/icons/icon-take_over.svg +0 -5
- package/icons/icon-task-new.svg +0 -5
- package/icons/icon-task-new_border.svg +0 -5
- package/icons/icon-team-default.svg +0 -5
- package/icons/icon-team.svg +0 -5
- package/icons/icon-team_border.svg +0 -5
- package/icons/icon-text.svg +0 -5
- package/icons/icon-theme.svg +0 -5
- package/icons/icon-thumbup.svg +0 -5
- package/icons/icon-thumbup_border.svg +0 -5
- package/icons/icon-time.svg +0 -5
- package/icons/icon-time_border.svg +0 -5
- package/icons/icon-transcription.svg +0 -5
- package/icons/icon-transfer-call.svg +0 -5
- package/icons/icon-transfer_call_border.svg +0 -5
- package/icons/icon-unblocked.svg +0 -5
- package/icons/icon-underline.svg +0 -5
- package/icons/icon-undock.svg +0 -5
- package/icons/icon-undock_border.svg +0 -5
- package/icons/icon-unfold_less.svg +0 -5
- package/icons/icon-unfold_more.svg +0 -5
- package/icons/icon-unlock.svg +0 -5
- package/icons/icon-unpin-slash.svg +0 -5
- package/icons/icon-unpin.svg +0 -5
- package/icons/icon-unread.svg +0 -5
- package/icons/icon-unselect.svg +0 -5
- package/icons/icon-user-default.svg +0 -5
- package/icons/icon-video_and_message.svg +0 -5
- package/icons/icon-video_meeting.svg +0 -5
- package/icons/icon-videocam-off.svg +0 -5
- package/icons/icon-videocam-off_border.svg +0 -5
- package/icons/icon-videocam.svg +0 -5
- package/icons/icon-videocam_border.svg +0 -5
- package/icons/icon-view-log_border.svg +0 -5
- package/icons/icon-view.svg +0 -5
- package/icons/icon-view_border.svg +0 -5
- package/icons/icon-voicemail.svg +0 -5
- package/icons/icon-warning.svg +0 -5
- package/icons/icon-watch-video.svg +0 -5
- package/icons/icon-weak-connection.svg +0 -6
- package/icons/icon-webinar.svg +0 -5
- package/icons/icon-webinar_border.svg +0 -5
- package/icons/icon-webpage.svg +0 -5
- package/icons/icon-whisper.svg +0 -5
- package/icons/icon-work.svg +0 -5
- package/icons/icon-workspace.svg +0 -5
- package/icons/icon-workspace_border.svg +0 -5
- package/icons/icon-zip-D.svg +0 -7
- package/icons/icon-zip.svg +0 -7
- package/icons/icon-zoom-in.svg +0 -5
- package/icons/icon-zoom-out.svg +0 -5
- package/scss/_rcDark.scss +0 -198
- package/scss/_rcHighContrast.scss +0 -198
- package/scss/_theming.scss +0 -241
- package/scss/themes/_breakpoints.scss +0 -10
- package/scss/themes/_index.scss +0 -10
- package/scss/themes/_opacity.scss +0 -15
- package/scss/themes/_palette.dark.scss +0 -196
- package/scss/themes/_palette.light.scss +0 -196
- package/scss/themes/_radius.scss +0 -10
- package/scss/themes/_shadows.scss +0 -1
- package/scss/themes/_shape.scss +0 -3
- package/scss/themes/_size.scss +0 -4
- package/scss/themes/_transition.scss +0 -17
- package/scss/themes/_typography.scss +0 -86
- package/scss/themes/_zIndex.scss +0 -9
- package/scss/utils/_add-spacing.scss +0 -32
- package/scss/utils/_add-style.scss +0 -11
- package/scss/utils/_box-shadow.scss +0 -3
- package/scss/utils/_index.scss +0 -4
- package/scss/utils/_map-deep.scss +0 -96
package/icon/AddReactions.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 AddReactions = 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: "M19.921 18.612c.44.23.589.737.334 1.133-1.145 1.776-3.253 2.893-5.576 2.893-2.306 0-4.4-1.1-5.551-2.855-.258-.394-.113-.902.325-1.135s1.002-.102 1.261.292c.823 1.255 2.318 2.04 3.966 2.04 1.66 0 3.165-.798 3.984-2.068.255-.396.818-.531 1.258-.301z" }),
|
|
7
|
-
react_1.default.createElement("path", { d: "M13.867 3.049c7.152-.626 13.458 4.665 14.084 11.818.012.142.022.283.03.424a7.435 7.435 0 00-2.021-.233l-.002-.016c-.529-6.052-5.865-10.529-11.917-9.999S3.512 10.908 4.042 16.96c.529 6.052 5.865 10.529 11.917 9.999a10.981 10.981 0 003.518-.907 7.424 7.424 0 001.185 1.656 12.966 12.966 0 01-4.528 1.244c-7.152.626-13.458-4.665-14.084-11.818S6.715 3.676 13.868 3.05z" }),
|
|
8
|
-
react_1.default.createElement("path", { d: "M26.379 18.517a1 1 0 011 1l-.001 2.62 2.621.001a1 1 0 011 1v.069a1 1 0 01-1 1l-2.621-.001.001 2.621a1 1 0 01-1 1h-.069a1 1 0 01-1-1l-.001-2.621-2.62.001a1 1 0 01-1-1v-.069a1 1 0 011-1l2.62-.001.001-2.62a1 1 0 011-1h.069zM12.5 12.25a1.75 1.75 0 11-3.501-.001 1.75 1.75 0 013.501.001zM20.5 12.25a1.75 1.75 0 11-3.501-.001 1.75 1.75 0 013.501.001z" }))); }));
|
|
9
|
-
AddReactions.displayName = 'AddReactions';
|
|
10
|
-
AddReactions['iconName'] = 'add-reactions';
|
|
11
|
-
exports.default = AddReactions;
|
package/icon/AddTask.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const AddTask: 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 AddTask;
|
package/icon/AddTask.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 AddTask = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M16 2c7.732 0 14 6.268 14 14 0 .968-.098 1.914-.285 2.827a6.986 6.986 0 00-1.824-1.204c.072-.531.109-1.072.109-1.623 0-6.627-5.373-12-12-12S4 9.373 4 16s5.373 12 12 12c1.039 0 2.047-.132 3.008-.38a7.02 7.02 0 001.406 1.669A13.947 13.947 0 0116 30C8.268 30 2 23.732 2 16S8.268 2 16 2zm9 17a1 1 0 011 1v3h3a1 1 0 010 2h-3.001L26 28a1 1 0 01-2 0l-.001-3H21a1 1 0 010-2h3v-3a1 1 0 011-1zm-2.624-7.259a.999.999 0 010 1.414l-7.071 7.071a.99.99 0 01-.531.277l-.117.014h-.118a.997.997 0 01-.648-.291l-4.243-4.243a.999.999 0 111.414-1.414l3.535 3.535 6.365-6.363a.999.999 0 011.414 0z" }))); }));
|
|
7
|
-
AddTask.displayName = 'AddTask';
|
|
8
|
-
AddTask['iconName'] = 'add-task';
|
|
9
|
-
exports.default = AddTask;
|
package/icon/AddTeam.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const AddTeam: 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 AddTeam;
|
package/icon/AddTeam.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 AddTeam = 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 19a5 5 0 11-.001 10.001A5 5 0 0127 19zM8 19c.9 0 1.769.13 2.582.373C8.969 21.185 8 23.459 8 26c0 .638.149 1.241.415 1.776l.121.225L2 28a2 2 0 01-2-2c0-3.955 3.654-7 8-7zm13-2c1.216 0 2.392.161 3.495.461A7.004 7.004 0 0021.255 28H12a2 2 0 01-2-2c0-5.096 5.019-9 11-9zm6 3c-.473 0-.87.329-.974.771l-.02.113-.007.117v2h-2l-.117.007a1 1 0 00-.112 1.967l.113.02.117.007h1.999l.001 2 .007.117a1 1 0 001.967.112l.02-.113.007-.117-.001-2h2.001l.117-.007a1 1 0 00.112-1.967l-.113-.02L30 23h-2v-2l-.007-.117A1 1 0 0027 20zM8 7a5 5 0 11-.001 10.001A5 5 0 018 7zm13-4a6 6 0 110 12 6 6 0 010-12z" }))); }));
|
|
7
|
-
AddTeam.displayName = 'AddTeam';
|
|
8
|
-
AddTeam['iconName'] = 'add-team';
|
|
9
|
-
exports.default = AddTeam;
|
package/icon/AddTeamBorder.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const AddTeamBorder: 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 AddTeamBorder;
|
package/icon/AddTeamBorder.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 AddTeamBorder = 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 19a1 1 0 011 1v3h3a1 1 0 010 2h-3.001L28 28a1 1 0 01-2 0l-.001-3H23a1 1 0 010-2h3v-3a1 1 0 011-1zM8 19c.9 0 1.769.13 2.582.373a10.632 10.632 0 00-1.267 1.747A7.162 7.162 0 008 21c-3.081 0-5.619 1.935-5.961 4.426-.039.285.052.557.324.574l.1.003c.444.008 2.176.007 5.195-.002L7.999 26l.009.271a3.97 3.97 0 00.406 1.505l.121.225L1.999 28a2 2 0 01-2-2c0-3.955 3.654-7 8-7zm13-2c1.216 0 2.392.161 3.495.461-.925.355-1.755.9-2.443 1.587A11.391 11.391 0 0021 19c-4.791 0-8.708 2.912-8.984 6.584-.014.182.063.364.201.407l.063.009h8.01c.215.723.544 1.396.965 2H12a2 2 0 01-2-2c0-5.096 5.019-9 11-9zM8 7a5 5 0 11-.001 10.001A5 5 0 018 7zm13-4a6 6 0 110 12 6 6 0 010-12zM8 9a3 3 0 100 6 3 3 0 000-6zm13-4a4 4 0 100 8 4 4 0 000-8z" }))); }));
|
|
7
|
-
AddTeamBorder.displayName = 'AddTeamBorder';
|
|
8
|
-
AddTeamBorder['iconName'] = 'add-team_border';
|
|
9
|
-
exports.default = AddTeamBorder;
|
package/icon/Address.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Address: 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 Address;
|
package/icon/Address.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 Address = 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: "M30.491 12.295L16.545 2.124a1.212 1.212 0 00-1.067 0L1.532 12.295c-.512.289-.683.91-.384 1.406s.939.662 1.452.372l1.42-.992V28.93c0 .579.47 1.034 1.067 1.034h21.821c.598 0 1.067-.455 1.067-1.034V13.081l1.406.992c.171.083.342.124.512.124.384 0 .726-.165.939-.537.342-.455.128-1.075-.342-1.364zM12.024 28V17h7.967v11h-7.967zm13.975 0h-4.001V16.141c0-.579-.47-1.034-1.067-1.034h-9.866c-.598 0-1.067.455-1.067 1.034V28H6.03V11.881l9.96-7.649 10.009 7.649V28z" }))); }));
|
|
7
|
-
Address.displayName = 'Address';
|
|
8
|
-
Address['iconName'] = 'address';
|
|
9
|
-
exports.default = Address;
|
package/icon/Admin.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Admin: 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 Admin;
|
package/icon/Admin.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 Admin = 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.281 16.083c.826.297 1.59.754 2.255 1.346.459.409.61 1.066.383 1.635-.097.245-.081.521.044.749s.334.364.563.382a1.435 1.435 0 011.287 1.122 7.696 7.696 0 01.001 3.367 1.434 1.434 0 01-1.288 1.123c-.228.017-.437.154-.562.381s-.141.504-.044.749a1.467 1.467 0 01-.383 1.634 6.908 6.908 0 01-2.255 1.346 1.418 1.418 0 01-1.692-.604c-.137-.224-.356-.351-.589-.351s-.453.127-.59.352a1.417 1.417 0 01-1.691.603 6.899 6.899 0 01-2.256-1.346 1.466 1.466 0 01-.383-1.635c.097-.245.081-.521-.044-.749s-.334-.364-.563-.382a1.435 1.435 0 01-1.287-1.122 7.696 7.696 0 01-.001-3.367 1.434 1.434 0 011.288-1.123c.228-.017.437-.154.562-.381s.141-.504.044-.749a1.467 1.467 0 01.383-1.634 6.908 6.908 0 012.255-1.346 1.418 1.418 0 011.692.604.693.693 0 00.589.351.68.68 0 00.508-.233l.056-.075.089-.139a1.416 1.416 0 011.629-.509zM13 17c1.439 0 2.821.226 4.092.64a3.383 3.383 0 00-.114.775l-.001.175-.105.058a3.447 3.447 0 00-1.636 2.229A9.627 9.627 0 0015.001 23c0 .718.079 1.43.236 2.125l.048.189c.25.873.827 1.598 1.587 2.037l.106.058.001.175c.004.14.017.278.038.416H4.001a2 2 0 01-2-2c0-5.096 5.019-9 11-9zm11 4a2 2 0 10-.001 3.999A2 2 0 0024 21zM13 3a6 6 0 110 12 6 6 0 010-12z" }))); }));
|
|
7
|
-
Admin.displayName = 'Admin';
|
|
8
|
-
Admin['iconName'] = 'admin';
|
|
9
|
-
exports.default = Admin;
|
package/icon/AdminBorder.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const AdminBorder: 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 AdminBorder;
|
package/icon/AdminBorder.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 AdminBorder = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M24.653 16.592a1.416 1.416 0 011.629-.509c.826.297 1.59.754 2.255 1.346.459.409.61 1.066.383 1.635-.097.245-.081.521.044.749s.334.364.563.382a1.435 1.435 0 011.287 1.122 7.696 7.696 0 01.001 3.367 1.434 1.434 0 01-1.288 1.123c-.228.017-.437.154-.562.381s-.141.504-.044.749a1.467 1.467 0 01-.383 1.634 6.908 6.908 0 01-2.255 1.346 1.418 1.418 0 01-1.692-.604c-.137-.224-.356-.351-.589-.351s-.453.127-.59.352a1.417 1.417 0 01-1.691.603 6.899 6.899 0 01-2.256-1.346 1.466 1.466 0 01-.383-1.635c.097-.245.081-.521-.044-.749s-.334-.364-.563-.382a1.435 1.435 0 01-1.287-1.122 7.696 7.696 0 01-.001-3.367 1.434 1.434 0 011.288-1.123c.228-.017.437-.154.562-.381s.141-.504.044-.749a1.467 1.467 0 01.383-1.634 6.908 6.908 0 012.255-1.346 1.418 1.418 0 011.692.604.693.693 0 00.589.351.68.68 0 00.508-.233l.056-.075.089-.139zM13 17c1.439 0 2.821.226 4.092.64a3.383 3.383 0 00-.114.775l-.001.175-.105.058c-.338.195-.64.447-.893.744A11.371 11.371 0 0013 19c-4.878 0-8.85 3.019-8.996 6.786L4 26l11.564.001a3.444 3.444 0 001.308 1.35l.106.058.001.175c.004.14.017.278.038.416H4.001a2 2 0 01-2-2c0-5.096 5.019-9 11-9zm9.001 1.129l-.095.044c-.16.078-.315.166-.466.262l-.223.15-.158.119.008.027a2.888 2.888 0 01-.1 1.656l-.081.196-.096.191a2.734 2.734 0 01-1.45 1.259l-.185.06-.084.02-.035.258-.015.156-.011.157-.009.315c0 .141.005.281.015.42l.019.208.035.256.085.022a2.7 2.7 0 011.426.994l.114.166.094.159c.31.565.417 1.212.317 1.837l-.041.207-.007.026.158.12c.146.104.298.2.453.288l.236.124.094.043.041-.047a2.678 2.678 0 011.569-.833l.203-.022.187-.007c.684 0 1.327.264 1.817.72l.142.143.039.046.096-.043c.16-.078.315-.166.466-.262l.223-.15.157-.12-.007-.026a2.888 2.888 0 01.1-1.656l.081-.196.096-.191a2.734 2.734 0 011.45-1.259l.185-.06.084-.021.037-.257.015-.156.011-.157L29 23c0-.141-.005-.281-.015-.42l-.019-.208-.036-.257-.084-.021a2.7 2.7 0 01-1.426-.994l-.114-.166-.094-.159a2.874 2.874 0 01-.317-1.837l.047-.234-.157-.119a5.013 5.013 0 00-.453-.288l-.236-.124-.094-.043-.065.074a2.68 2.68 0 01-1.551.807l-.2.022-.184.006a2.663 2.663 0 01-1.817-.72l-.142-.143-.04-.047zM24 21a2 2 0 11.001 3.999A2 2 0 0124 21zM13 3a6 6 0 110 12 6 6 0 010-12zm0 2a4 4 0 100 8 4 4 0 000-8z" }))); }));
|
|
7
|
-
AdminBorder.displayName = 'AdminBorder';
|
|
8
|
-
AdminBorder['iconName'] = 'admin_border';
|
|
9
|
-
exports.default = AdminBorder;
|
package/icon/Advanced.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Advanced: 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 Advanced;
|
package/icon/Advanced.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 Advanced = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M20.399 4h-9.405a4 4 0 00-3.453 1.981l-4.678 8a4.001 4.001 0 000 4.038l4.678 8A4 4 0 0010.994 28h9.405a4 4 0 003.457-1.988l4.656-8a4 4 0 000-4.024l-4.656-8A4 4 0 0020.399 4zm-4.716 18c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.667 6-6 6z" }))); }));
|
|
7
|
-
Advanced.displayName = 'Advanced';
|
|
8
|
-
Advanced['iconName'] = 'advanced';
|
|
9
|
-
exports.default = Advanced;
|
package/icon/AlignCenter.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const AlignCenter: 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 AlignCenter;
|
package/icon/AlignCenter.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 AlignCenter = 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 24a1 1 0 010 2H5a1 1 0 010-2h22zm-4-9a1 1 0 010 2H9a1 1 0 010-2h14zm4-9a1 1 0 010 2H5a1 1 0 010-2h22z" }))); }));
|
|
7
|
-
AlignCenter.displayName = 'AlignCenter';
|
|
8
|
-
AlignCenter['iconName'] = 'align-center';
|
|
9
|
-
exports.default = AlignCenter;
|
package/icon/AlignJustify.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const AlignJustify: 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 AlignJustify;
|
package/icon/AlignJustify.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 AlignJustify = 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 24a1 1 0 010 2H5a1 1 0 010-2h22zm0-9a1 1 0 010 2H5a1 1 0 010-2h22zm0-9a1 1 0 010 2H5a1 1 0 010-2h22z" }))); }));
|
|
7
|
-
AlignJustify.displayName = 'AlignJustify';
|
|
8
|
-
AlignJustify['iconName'] = 'align-justify';
|
|
9
|
-
exports.default = AlignJustify;
|
package/icon/AlignLeft.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const AlignLeft: 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 AlignLeft;
|
package/icon/AlignLeft.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 AlignLeft = 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 24a1 1 0 010 2H5a1 1 0 010-2h22zm-8-9a1 1 0 010 2H5a1 1 0 010-2h14zm8-9a1 1 0 010 2H5a1 1 0 010-2h22z" }))); }));
|
|
7
|
-
AlignLeft.displayName = 'AlignLeft';
|
|
8
|
-
AlignLeft['iconName'] = 'align-left';
|
|
9
|
-
exports.default = AlignLeft;
|
package/icon/AlignRight.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const AlignRight: 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 AlignRight;
|
package/icon/AlignRight.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 AlignRight = 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 24a1 1 0 010 2H5a1 1 0 010-2h22zm0-9a1 1 0 010 2H13a1 1 0 010-2h14zm0-9a1 1 0 010 2H5a1 1 0 010-2h22z" }))); }));
|
|
7
|
-
AlignRight.displayName = 'AlignRight';
|
|
8
|
-
AlignRight['iconName'] = 'align-right';
|
|
9
|
-
exports.default = AlignRight;
|
package/icon/Analytics.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const Analytics: 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 Analytics;
|
package/icon/Analytics.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 Analytics = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "M28 3a2 2 0 012 2v18a2 2 0 01-2 2H17v2h4a1 1 0 010 2H11a1 1 0 010-2h4v-2H4a2 2 0 01-2-2V5a2 2 0 012-2h24zm-17 8a1 1 0 00-.993.883L10 12v6a1 1 0 001.993.117L12 18v-6a1 1 0 00-1-1zm5-2a1 1 0 00-.993.883L15 10v8a1 1 0 001.993.117L17 18v-8a1 1 0 00-1-1zm5 4a1 1 0 00-.993.883L20 14v4a1 1 0 001.993.117L22 18v-4a1 1 0 00-1-1z" }))); }));
|
|
7
|
-
Analytics.displayName = 'Analytics';
|
|
8
|
-
Analytics['iconName'] = 'analytics';
|
|
9
|
-
exports.default = Analytics;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const AnalyticsBorder: 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 AnalyticsBorder;
|