@ringcentral/juno 1.12.4 → 1.12.5-beta.5905-2aa40faa
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/components/Dialog/Dialog.js +3 -1
- package/components/Forms/Select/PlainSelect/PlainSelect.d.ts +1 -1
- package/components/Forms/Select/Select.d.ts +2 -2
- package/components/Forms/Select/Select.js +19 -9
- package/components/Forms/TextField/styles/OutlineTextFieldStyle.js +3 -3
- package/components/Forms/TextField/utils/OutlineTextFieldUtils.d.ts +1 -0
- package/components/Forms/TextField/utils/OutlineTextFieldUtils.js +3 -0
- package/components/Forms/Textarea/Textarea.d.ts +2 -2
- package/components/Icon/assets/icon-0.svg +2 -2
- package/components/Icon/assets/icon-2.svg +2 -2
- package/components/Icon/assets/icon-3.svg +2 -2
- package/components/Icon/assets/icon-4.svg +2 -2
- package/components/Icon/assets/icon-5.svg +2 -2
- package/components/Icon/assets/icon-6.svg +2 -2
- package/components/Icon/assets/icon-7.svg +2 -2
- package/components/Icon/assets/icon-8.svg +2 -2
- package/components/Icon/assets/icon-9.svg +2 -2
- package/components/Icon/assets/icon-Announcement.svg +8 -0
- package/components/Icon/assets/icon-Call-queue.svg +14 -0
- package/components/Icon/assets/icon-Limited.svg +7 -0
- package/components/Icon/assets/icon-Message.svg +6 -0
- package/components/Icon/assets/icon-Paging.svg +6 -0
- package/components/Icon/assets/icon-Shared-line.svg +8 -0
- package/components/Icon/assets/icon-avatar_rooms.svg +5 -0
- package/components/Icon/assets/icon-box.svg +1 -1
- package/components/Icon/assets/icon-box1.svg +5 -0
- package/components/Icon/assets/icon-default-file-D.svg +3 -3
- package/components/Icon/assets/icon-default-file.svg +4 -4
- package/components/Icon/assets/icon-default-gdrive-D.svg +4 -4
- package/components/Icon/assets/icon-default-gdrive.svg +5 -5
- package/components/Icon/assets/icon-default-music-D.svg +3 -3
- package/components/Icon/assets/icon-default-music.svg +3 -3
- package/components/Icon/assets/icon-default-video-D.svg +3 -3
- package/components/Icon/assets/icon-default-video.svg +3 -3
- package/components/Icon/assets/icon-deleted_file.svg +2 -2
- package/components/Icon/assets/icon-deleted_file_D.svg +2 -2
- package/components/Icon/assets/icon-doc-D.svg +3 -3
- package/components/Icon/assets/icon-doc.svg +3 -3
- package/components/Icon/assets/icon-end--answer.svg +2 -2
- package/components/Icon/assets/icon-excel-D.svg +3 -3
- package/components/Icon/assets/icon-excel.svg +3 -3
- package/components/Icon/assets/icon-font-color.svg +2 -2
- package/components/Icon/assets/icon-gdrive-logo.svg +6 -6
- package/components/Icon/assets/icon-gif-file-D.svg +3 -3
- package/components/Icon/assets/icon-gif-file.svg +4 -4
- package/components/Icon/assets/icon-gmail.svg +5 -5
- package/components/Icon/assets/icon-google-calendar-2019.svg +6 -6
- package/components/Icon/assets/icon-google-doc-D.svg +3 -3
- package/components/Icon/assets/icon-google-doc.svg +3 -3
- package/components/Icon/assets/icon-google-logo.svg +4 -4
- package/components/Icon/assets/icon-google-sheet-D.svg +3 -3
- package/components/Icon/assets/icon-google-sheet.svg +3 -3
- package/components/Icon/assets/icon-google-slide-D.svg +3 -3
- package/components/Icon/assets/icon-google-slide.svg +3 -3
- package/components/Icon/assets/icon-hold-answer.svg +2 -2
- package/components/Icon/assets/icon-image-broken-D.svg +3 -3
- package/components/Icon/assets/icon-image-broken.svg +4 -4
- package/components/Icon/assets/icon-image-preview-D.svg +3 -3
- package/components/Icon/assets/icon-image-preview.svg +3 -3
- package/components/Icon/assets/icon-item-list-selected.svg +1 -1
- package/components/Icon/assets/icon-mac-keynote-D.svg +3 -3
- package/components/Icon/assets/icon-mac-keynote.svg +6 -6
- package/components/Icon/assets/icon-mac-numbers-D.svg +3 -3
- package/components/Icon/assets/icon-mac-numbers.svg +3 -3
- package/components/Icon/assets/icon-mac-pages-D.svg +3 -3
- package/components/Icon/assets/icon-mac-pages.svg +3 -3
- package/components/Icon/assets/icon-marker_m.svg +2 -2
- package/components/Icon/assets/icon-marker_s.svg +2 -2
- package/components/Icon/assets/icon-microsoft-logo.svg +4 -4
- package/components/Icon/assets/icon-microsoft-outlook-2019.svg +15 -15
- package/components/Icon/assets/icon-mobile.svg +5 -0
- package/components/Icon/assets/icon-no-connection.svg +2 -2
- package/components/Icon/assets/icon-pdf-D.svg +3 -3
- package/components/Icon/assets/icon-pdf.svg +3 -3
- package/components/Icon/assets/icon-poor-connection.svg +2 -2
- package/components/Icon/assets/icon-ppt-D.svg +3 -3
- package/components/Icon/assets/icon-ppt.svg +3 -3
- package/components/Icon/assets/icon-rc_contact.svg +1 -1
- package/components/Icon/assets/icon-rcv_mic-off.svg +2 -2
- package/components/Icon/assets/icon-rcv_videocam-off.svg +2 -2
- package/components/Icon/assets/icon-sort.svg +2 -2
- package/components/Icon/assets/icon-stop-record.svg +1 -1
- package/components/Icon/assets/icon-weak-connection.svg +2 -2
- package/components/Icon/assets/icon-zip-D.svg +3 -3
- package/components/Icon/assets/icon-zip.svg +3 -3
- package/components/Icon/icon-symbol.d.ts +1 -1
- package/components/Icon/icon-symbol.js +1 -1
- package/es6/components/Dialog/Dialog.js +3 -1
- package/es6/components/Forms/Select/Select.js +20 -10
- package/es6/components/Forms/TextField/styles/OutlineTextFieldStyle.js +3 -3
- package/es6/components/Forms/TextField/utils/OutlineTextFieldUtils.js +3 -0
- package/es6/components/Icon/assets/icon-0.svg +2 -2
- package/es6/components/Icon/assets/icon-2.svg +2 -2
- package/es6/components/Icon/assets/icon-3.svg +2 -2
- package/es6/components/Icon/assets/icon-4.svg +2 -2
- package/es6/components/Icon/assets/icon-5.svg +2 -2
- package/es6/components/Icon/assets/icon-6.svg +2 -2
- package/es6/components/Icon/assets/icon-7.svg +2 -2
- package/es6/components/Icon/assets/icon-8.svg +2 -2
- package/es6/components/Icon/assets/icon-9.svg +2 -2
- package/es6/components/Icon/assets/icon-Announcement.svg +8 -0
- package/es6/components/Icon/assets/icon-Call-queue.svg +14 -0
- package/es6/components/Icon/assets/icon-Limited.svg +7 -0
- package/es6/components/Icon/assets/icon-Message.svg +6 -0
- package/es6/components/Icon/assets/icon-Paging.svg +6 -0
- package/es6/components/Icon/assets/icon-Shared-line.svg +8 -0
- package/es6/components/Icon/assets/icon-avatar_rooms.svg +5 -0
- package/es6/components/Icon/assets/icon-box.svg +1 -1
- package/es6/components/Icon/assets/icon-box1.svg +5 -0
- package/es6/components/Icon/assets/icon-default-file-D.svg +3 -3
- package/es6/components/Icon/assets/icon-default-file.svg +4 -4
- package/es6/components/Icon/assets/icon-default-gdrive-D.svg +4 -4
- package/es6/components/Icon/assets/icon-default-gdrive.svg +5 -5
- package/es6/components/Icon/assets/icon-default-music-D.svg +3 -3
- package/es6/components/Icon/assets/icon-default-music.svg +3 -3
- package/es6/components/Icon/assets/icon-default-video-D.svg +3 -3
- package/es6/components/Icon/assets/icon-default-video.svg +3 -3
- package/es6/components/Icon/assets/icon-deleted_file.svg +2 -2
- package/es6/components/Icon/assets/icon-deleted_file_D.svg +2 -2
- package/es6/components/Icon/assets/icon-doc-D.svg +3 -3
- package/es6/components/Icon/assets/icon-doc.svg +3 -3
- package/es6/components/Icon/assets/icon-end--answer.svg +2 -2
- package/es6/components/Icon/assets/icon-excel-D.svg +3 -3
- package/es6/components/Icon/assets/icon-excel.svg +3 -3
- package/es6/components/Icon/assets/icon-font-color.svg +2 -2
- package/es6/components/Icon/assets/icon-gdrive-logo.svg +6 -6
- package/es6/components/Icon/assets/icon-gif-file-D.svg +3 -3
- package/es6/components/Icon/assets/icon-gif-file.svg +4 -4
- package/es6/components/Icon/assets/icon-gmail.svg +5 -5
- package/es6/components/Icon/assets/icon-google-calendar-2019.svg +6 -6
- package/es6/components/Icon/assets/icon-google-doc-D.svg +3 -3
- package/es6/components/Icon/assets/icon-google-doc.svg +3 -3
- package/es6/components/Icon/assets/icon-google-logo.svg +4 -4
- package/es6/components/Icon/assets/icon-google-sheet-D.svg +3 -3
- package/es6/components/Icon/assets/icon-google-sheet.svg +3 -3
- package/es6/components/Icon/assets/icon-google-slide-D.svg +3 -3
- package/es6/components/Icon/assets/icon-google-slide.svg +3 -3
- package/es6/components/Icon/assets/icon-hold-answer.svg +2 -2
- package/es6/components/Icon/assets/icon-image-broken-D.svg +3 -3
- package/es6/components/Icon/assets/icon-image-broken.svg +4 -4
- package/es6/components/Icon/assets/icon-image-preview-D.svg +3 -3
- package/es6/components/Icon/assets/icon-image-preview.svg +3 -3
- package/es6/components/Icon/assets/icon-item-list-selected.svg +1 -1
- package/es6/components/Icon/assets/icon-mac-keynote-D.svg +3 -3
- package/es6/components/Icon/assets/icon-mac-keynote.svg +6 -6
- package/es6/components/Icon/assets/icon-mac-numbers-D.svg +3 -3
- package/es6/components/Icon/assets/icon-mac-numbers.svg +3 -3
- package/es6/components/Icon/assets/icon-mac-pages-D.svg +3 -3
- package/es6/components/Icon/assets/icon-mac-pages.svg +3 -3
- package/es6/components/Icon/assets/icon-marker_m.svg +2 -2
- package/es6/components/Icon/assets/icon-marker_s.svg +2 -2
- package/es6/components/Icon/assets/icon-microsoft-logo.svg +4 -4
- package/es6/components/Icon/assets/icon-microsoft-outlook-2019.svg +15 -15
- package/es6/components/Icon/assets/icon-mobile.svg +5 -0
- package/es6/components/Icon/assets/icon-no-connection.svg +2 -2
- package/es6/components/Icon/assets/icon-pdf-D.svg +3 -3
- package/es6/components/Icon/assets/icon-pdf.svg +3 -3
- package/es6/components/Icon/assets/icon-poor-connection.svg +2 -2
- package/es6/components/Icon/assets/icon-ppt-D.svg +3 -3
- package/es6/components/Icon/assets/icon-ppt.svg +3 -3
- package/es6/components/Icon/assets/icon-rc_contact.svg +1 -1
- package/es6/components/Icon/assets/icon-rcv_mic-off.svg +2 -2
- package/es6/components/Icon/assets/icon-rcv_videocam-off.svg +2 -2
- package/es6/components/Icon/assets/icon-sort.svg +2 -2
- package/es6/components/Icon/assets/icon-stop-record.svg +1 -1
- package/es6/components/Icon/assets/icon-weak-connection.svg +2 -2
- package/es6/components/Icon/assets/icon-zip-D.svg +3 -3
- package/es6/components/Icon/assets/icon-zip.svg +3 -3
- package/es6/components/Icon/icon-symbol.js +1 -1
- package/es6/foundation/theme/ThemeProvider.js +22 -6
- package/es6/icon/0.js +2 -2
- package/es6/icon/2.js +2 -2
- package/es6/icon/3.js +2 -2
- package/es6/icon/4.js +2 -2
- package/es6/icon/5.js +2 -2
- package/es6/icon/6.js +2 -2
- package/es6/icon/7.js +2 -2
- package/es6/icon/8.js +2 -2
- package/es6/icon/9.js +2 -2
- package/es6/icon/Announcement.js +8 -0
- package/es6/icon/AvatarRooms.js +7 -0
- package/es6/icon/Box.js +1 -1
- package/es6/icon/Box1.js +7 -0
- package/es6/icon/CallQueue.js +14 -0
- package/es6/icon/DefaultFile.js +4 -4
- package/es6/icon/DefaultFileD.js +3 -3
- package/es6/icon/DefaultGdrive.js +5 -5
- package/es6/icon/DefaultGdriveD.js +4 -4
- package/es6/icon/DefaultMusic.js +3 -3
- package/es6/icon/DefaultMusicD.js +3 -3
- package/es6/icon/DefaultVideo.js +3 -3
- package/es6/icon/DefaultVideoD.js +3 -3
- package/es6/icon/DeletedFile.js +2 -2
- package/es6/icon/DeletedFileD.js +2 -2
- package/es6/icon/Doc.js +3 -3
- package/es6/icon/DocD.js +3 -3
- package/es6/icon/EndAnswer.js +2 -2
- package/es6/icon/Excel.js +3 -3
- package/es6/icon/ExcelD.js +3 -3
- package/es6/icon/FontColor.js +2 -2
- package/es6/icon/GdriveLogo.js +6 -6
- package/es6/icon/GifFile.js +4 -4
- package/es6/icon/GifFileD.js +3 -3
- package/es6/icon/Gmail.js +5 -5
- package/es6/icon/GoogleCalendar2019.js +6 -6
- package/es6/icon/GoogleDoc.js +3 -3
- package/es6/icon/GoogleDocD.js +3 -3
- package/es6/icon/GoogleLogo.js +4 -4
- package/es6/icon/GoogleSheet.js +3 -3
- package/es6/icon/GoogleSheetD.js +3 -3
- package/es6/icon/GoogleSlide.js +3 -3
- package/es6/icon/GoogleSlideD.js +3 -3
- package/es6/icon/HoldAnswer.js +2 -2
- package/es6/icon/ImageBroken.js +4 -4
- package/es6/icon/ImageBrokenD.js +3 -3
- package/es6/icon/ImagePreview.js +3 -3
- package/es6/icon/ImagePreviewD.js +3 -3
- package/es6/icon/ItemListSelected.js +1 -1
- package/es6/icon/Limited.js +8 -0
- package/es6/icon/MacKeynote.js +4 -4
- package/es6/icon/MacKeynoteD.js +3 -3
- package/es6/icon/MacNumbers.js +3 -3
- package/es6/icon/MacNumbersD.js +3 -3
- package/es6/icon/MacPages.js +3 -3
- package/es6/icon/MacPagesD.js +3 -3
- package/es6/icon/MarkerM.js +2 -2
- package/es6/icon/MarkerS.js +2 -2
- package/es6/icon/Message.js +8 -0
- package/es6/icon/MicrosoftLogo.js +4 -4
- package/es6/icon/MicrosoftOutlook2019.js +15 -15
- package/es6/icon/Mobile.js +7 -0
- package/es6/icon/NoConnection.js +2 -2
- package/es6/icon/Paging.js +8 -0
- package/es6/icon/Pdf.js +3 -3
- package/es6/icon/PdfD.js +3 -3
- package/es6/icon/PoorConnection.js +2 -2
- package/es6/icon/Ppt.js +3 -3
- package/es6/icon/PptD.js +3 -3
- package/es6/icon/RcContact.js +1 -1
- package/es6/icon/RcvMicOff.js +2 -2
- package/es6/icon/RcvVideocamOff.js +2 -2
- package/es6/icon/SharedLine.js +9 -0
- package/es6/icon/Sort.js +2 -2
- package/es6/icon/StopRecord.js +1 -1
- package/es6/icon/WeakConnection.js +2 -2
- package/es6/icon/Zip.js +3 -3
- package/es6/icon/ZipD.js +3 -3
- package/es6/icon/index.js +10 -1
- package/es6/icons/icon-0.svg +2 -2
- package/es6/icons/icon-2.svg +2 -2
- package/es6/icons/icon-3.svg +2 -2
- package/es6/icons/icon-4.svg +2 -2
- package/es6/icons/icon-5.svg +2 -2
- package/es6/icons/icon-6.svg +2 -2
- package/es6/icons/icon-7.svg +2 -2
- package/es6/icons/icon-8.svg +2 -2
- package/es6/icons/icon-9.svg +2 -2
- package/es6/icons/icon-Announcement.svg +8 -0
- package/es6/icons/icon-Call-queue.svg +14 -0
- package/es6/icons/icon-Limited.svg +7 -0
- package/es6/icons/icon-Message.svg +6 -0
- package/es6/icons/icon-Paging.svg +6 -0
- package/es6/icons/icon-Shared-line.svg +8 -0
- package/es6/icons/icon-avatar_rooms.svg +5 -0
- package/es6/icons/icon-box.svg +1 -1
- package/es6/icons/icon-box1.svg +5 -0
- package/es6/icons/icon-default-file-D.svg +3 -3
- package/es6/icons/icon-default-file.svg +4 -4
- package/es6/icons/icon-default-gdrive-D.svg +4 -4
- package/es6/icons/icon-default-gdrive.svg +5 -5
- package/es6/icons/icon-default-music-D.svg +3 -3
- package/es6/icons/icon-default-music.svg +3 -3
- package/es6/icons/icon-default-video-D.svg +3 -3
- package/es6/icons/icon-default-video.svg +3 -3
- package/es6/icons/icon-deleted_file.svg +2 -2
- package/es6/icons/icon-deleted_file_D.svg +2 -2
- package/es6/icons/icon-doc-D.svg +3 -3
- package/es6/icons/icon-doc.svg +3 -3
- package/es6/icons/icon-end--answer.svg +2 -2
- package/es6/icons/icon-excel-D.svg +3 -3
- package/es6/icons/icon-excel.svg +3 -3
- package/es6/icons/icon-font-color.svg +2 -2
- package/es6/icons/icon-gdrive-logo.svg +6 -6
- package/es6/icons/icon-gif-file-D.svg +3 -3
- package/es6/icons/icon-gif-file.svg +4 -4
- package/es6/icons/icon-gmail.svg +5 -5
- package/es6/icons/icon-google-calendar-2019.svg +6 -6
- package/es6/icons/icon-google-doc-D.svg +3 -3
- package/es6/icons/icon-google-doc.svg +3 -3
- package/es6/icons/icon-google-logo.svg +4 -4
- package/es6/icons/icon-google-sheet-D.svg +3 -3
- package/es6/icons/icon-google-sheet.svg +3 -3
- package/es6/icons/icon-google-slide-D.svg +3 -3
- package/es6/icons/icon-google-slide.svg +3 -3
- package/es6/icons/icon-hold-answer.svg +2 -2
- package/es6/icons/icon-image-broken-D.svg +3 -3
- package/es6/icons/icon-image-broken.svg +4 -4
- package/es6/icons/icon-image-preview-D.svg +3 -3
- package/es6/icons/icon-image-preview.svg +3 -3
- package/es6/icons/icon-item-list-selected.svg +1 -1
- package/es6/icons/icon-mac-keynote-D.svg +3 -3
- package/es6/icons/icon-mac-keynote.svg +6 -6
- package/es6/icons/icon-mac-numbers-D.svg +3 -3
- package/es6/icons/icon-mac-numbers.svg +3 -3
- package/es6/icons/icon-mac-pages-D.svg +3 -3
- package/es6/icons/icon-mac-pages.svg +3 -3
- package/es6/icons/icon-marker_m.svg +2 -2
- package/es6/icons/icon-marker_s.svg +2 -2
- package/es6/icons/icon-microsoft-logo.svg +4 -4
- package/es6/icons/icon-microsoft-outlook-2019.svg +15 -15
- package/es6/icons/icon-mobile.svg +5 -0
- package/es6/icons/icon-no-connection.svg +2 -2
- package/es6/icons/icon-pdf-D.svg +3 -3
- package/es6/icons/icon-pdf.svg +3 -3
- package/es6/icons/icon-poor-connection.svg +2 -2
- package/es6/icons/icon-ppt-D.svg +3 -3
- package/es6/icons/icon-ppt.svg +3 -3
- package/es6/icons/icon-rc_contact.svg +1 -1
- package/es6/icons/icon-rcv_mic-off.svg +2 -2
- package/es6/icons/icon-rcv_videocam-off.svg +2 -2
- package/es6/icons/icon-sort.svg +2 -2
- package/es6/icons/icon-stop-record.svg +1 -1
- package/es6/icons/icon-weak-connection.svg +2 -2
- package/es6/icons/icon-zip-D.svg +3 -3
- package/es6/icons/icon-zip.svg +3 -3
- package/foundation/theme/ThemeProvider.d.ts +11 -11
- package/foundation/theme/ThemeProvider.js +22 -6
- package/icon/0.js +2 -2
- package/icon/2.js +2 -2
- package/icon/3.js +2 -2
- package/icon/4.js +2 -2
- package/icon/5.js +2 -2
- package/icon/6.js +2 -2
- package/icon/7.js +2 -2
- package/icon/8.js +2 -2
- package/icon/9.js +2 -2
- package/icon/Announcement.d.ts +3 -0
- package/icon/Announcement.js +10 -0
- package/icon/AvatarRooms.d.ts +3 -0
- package/icon/AvatarRooms.js +9 -0
- package/icon/Box.js +1 -1
- package/icon/Box1.d.ts +3 -0
- package/icon/Box1.js +9 -0
- package/icon/CallQueue.d.ts +3 -0
- package/icon/CallQueue.js +16 -0
- package/icon/DefaultFile.js +4 -4
- package/icon/DefaultFileD.js +3 -3
- package/icon/DefaultGdrive.js +5 -5
- package/icon/DefaultGdriveD.js +4 -4
- package/icon/DefaultMusic.js +3 -3
- package/icon/DefaultMusicD.js +3 -3
- package/icon/DefaultVideo.js +3 -3
- package/icon/DefaultVideoD.js +3 -3
- package/icon/DeletedFile.js +2 -2
- package/icon/DeletedFileD.js +2 -2
- package/icon/Doc.js +3 -3
- package/icon/DocD.js +3 -3
- package/icon/EndAnswer.js +2 -2
- package/icon/Excel.js +3 -3
- package/icon/ExcelD.js +3 -3
- package/icon/FontColor.js +2 -2
- package/icon/GdriveLogo.js +6 -6
- package/icon/GifFile.js +4 -4
- package/icon/GifFileD.js +3 -3
- package/icon/Gmail.js +5 -5
- package/icon/GoogleCalendar2019.js +6 -6
- package/icon/GoogleDoc.js +3 -3
- package/icon/GoogleDocD.js +3 -3
- package/icon/GoogleLogo.js +4 -4
- package/icon/GoogleSheet.js +3 -3
- package/icon/GoogleSheetD.js +3 -3
- package/icon/GoogleSlide.js +3 -3
- package/icon/GoogleSlideD.js +3 -3
- package/icon/HoldAnswer.js +2 -2
- package/icon/ImageBroken.js +4 -4
- package/icon/ImageBrokenD.js +3 -3
- package/icon/ImagePreview.js +3 -3
- package/icon/ImagePreviewD.js +3 -3
- package/icon/ItemListSelected.js +1 -1
- package/icon/Limited.d.ts +3 -0
- package/icon/Limited.js +10 -0
- package/icon/MacKeynote.js +4 -4
- package/icon/MacKeynoteD.js +3 -3
- package/icon/MacNumbers.js +3 -3
- package/icon/MacNumbersD.js +3 -3
- package/icon/MacPages.js +3 -3
- package/icon/MacPagesD.js +3 -3
- package/icon/MarkerM.js +2 -2
- package/icon/MarkerS.js +2 -2
- package/icon/Message.d.ts +3 -0
- package/icon/Message.js +10 -0
- package/icon/MicrosoftLogo.js +4 -4
- package/icon/MicrosoftOutlook2019.js +15 -15
- package/icon/Mobile.d.ts +3 -0
- package/icon/Mobile.js +9 -0
- package/icon/NoConnection.js +2 -2
- package/icon/Paging.d.ts +3 -0
- package/icon/Paging.js +10 -0
- package/icon/Pdf.js +3 -3
- package/icon/PdfD.js +3 -3
- package/icon/PoorConnection.js +2 -2
- package/icon/Ppt.js +3 -3
- package/icon/PptD.js +3 -3
- package/icon/RcContact.js +1 -1
- package/icon/RcvMicOff.js +2 -2
- package/icon/RcvVideocamOff.js +2 -2
- package/icon/SharedLine.d.ts +3 -0
- package/icon/SharedLine.js +11 -0
- package/icon/Sort.js +2 -2
- package/icon/StopRecord.js +1 -1
- package/icon/WeakConnection.js +2 -2
- package/icon/Zip.js +3 -3
- package/icon/ZipD.js +3 -3
- package/icon/index.d.ts +10 -1
- package/icon/index.js +20 -2
- package/icons/icon-0.svg +2 -2
- package/icons/icon-2.svg +2 -2
- package/icons/icon-3.svg +2 -2
- package/icons/icon-4.svg +2 -2
- package/icons/icon-5.svg +2 -2
- package/icons/icon-6.svg +2 -2
- package/icons/icon-7.svg +2 -2
- package/icons/icon-8.svg +2 -2
- package/icons/icon-9.svg +2 -2
- package/icons/icon-Announcement.svg +8 -0
- package/icons/icon-Call-queue.svg +14 -0
- package/icons/icon-Limited.svg +7 -0
- package/icons/icon-Message.svg +6 -0
- package/icons/icon-Paging.svg +6 -0
- package/icons/icon-Shared-line.svg +8 -0
- package/icons/icon-avatar_rooms.svg +5 -0
- package/icons/icon-box.svg +1 -1
- package/icons/icon-box1.svg +5 -0
- package/icons/icon-default-file-D.svg +3 -3
- package/icons/icon-default-file.svg +4 -4
- package/icons/icon-default-gdrive-D.svg +4 -4
- package/icons/icon-default-gdrive.svg +5 -5
- package/icons/icon-default-music-D.svg +3 -3
- package/icons/icon-default-music.svg +3 -3
- package/icons/icon-default-video-D.svg +3 -3
- package/icons/icon-default-video.svg +3 -3
- package/icons/icon-deleted_file.svg +2 -2
- package/icons/icon-deleted_file_D.svg +2 -2
- package/icons/icon-doc-D.svg +3 -3
- package/icons/icon-doc.svg +3 -3
- package/icons/icon-end--answer.svg +2 -2
- package/icons/icon-excel-D.svg +3 -3
- package/icons/icon-excel.svg +3 -3
- package/icons/icon-font-color.svg +2 -2
- package/icons/icon-gdrive-logo.svg +6 -6
- package/icons/icon-gif-file-D.svg +3 -3
- package/icons/icon-gif-file.svg +4 -4
- package/icons/icon-gmail.svg +5 -5
- package/icons/icon-google-calendar-2019.svg +6 -6
- package/icons/icon-google-doc-D.svg +3 -3
- package/icons/icon-google-doc.svg +3 -3
- package/icons/icon-google-logo.svg +4 -4
- package/icons/icon-google-sheet-D.svg +3 -3
- package/icons/icon-google-sheet.svg +3 -3
- package/icons/icon-google-slide-D.svg +3 -3
- package/icons/icon-google-slide.svg +3 -3
- package/icons/icon-hold-answer.svg +2 -2
- package/icons/icon-image-broken-D.svg +3 -3
- package/icons/icon-image-broken.svg +4 -4
- package/icons/icon-image-preview-D.svg +3 -3
- package/icons/icon-image-preview.svg +3 -3
- package/icons/icon-item-list-selected.svg +1 -1
- package/icons/icon-mac-keynote-D.svg +3 -3
- package/icons/icon-mac-keynote.svg +6 -6
- package/icons/icon-mac-numbers-D.svg +3 -3
- package/icons/icon-mac-numbers.svg +3 -3
- package/icons/icon-mac-pages-D.svg +3 -3
- package/icons/icon-mac-pages.svg +3 -3
- package/icons/icon-marker_m.svg +2 -2
- package/icons/icon-marker_s.svg +2 -2
- package/icons/icon-microsoft-logo.svg +4 -4
- package/icons/icon-microsoft-outlook-2019.svg +15 -15
- package/icons/icon-mobile.svg +5 -0
- package/icons/icon-no-connection.svg +2 -2
- package/icons/icon-pdf-D.svg +3 -3
- package/icons/icon-pdf.svg +3 -3
- package/icons/icon-poor-connection.svg +2 -2
- package/icons/icon-ppt-D.svg +3 -3
- package/icons/icon-ppt.svg +3 -3
- package/icons/icon-rc_contact.svg +1 -1
- package/icons/icon-rcv_mic-off.svg +2 -2
- package/icons/icon-rcv_videocam-off.svg +2 -2
- package/icons/icon-sort.svg +2 -2
- package/icons/icon-stop-record.svg +1 -1
- package/icons/icon-weak-connection.svg +2 -2
- package/icons/icon-zip-D.svg +3 -3
- package/icons/icon-zip.svg +3 -3
- package/package.json +1 -1
package/icon/MacPagesD.js
CHANGED
|
@@ -3,9 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var MacPagesD = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
8
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color30, #2f291e)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color31, #ffbc31)", d: "M22.667 7.111c1.227 0 2.222.995 2.222 2.222v11.689H11.163a.191.191 0 00-.039.378l.038.004h13.726v1.263a2.222 2.222 0 01-2.222 2.222H9.333a2.222 2.222 0 01-2.222-2.222V9.334c0-1.227.995-2.222 2.222-2.222h13.333z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M24.889 21.022v.382L11.125 21.4a.19.19 0 01.039-.378H24.89zM11.537 19.85l.401.395-.496.289-.038.016a.154.154 0 01-.19-.184l.02-.049.303-.466zm7.809-8.311l.872.864-7.088 7.147c-.085.078-.176.15-.272.215l-.147.092-.627.325-.469-.466.344-.63.087-.127c.06-.083.124-.163.192-.239l.105-.111 7.002-7.07zm2.001-1.11a.61.61 0 01.076.781l-.07.086-.982.99-.873-.864.982-.99.054-.048a.612.612 0 01.814.045z" }))); }));
|
|
9
9
|
MacPagesD.displayName = 'MacPagesD';
|
|
10
10
|
MacPagesD['iconName'] = 'mac-pages-D';
|
|
11
11
|
exports.default = MacPagesD;
|
package/icon/MarkerM.js
CHANGED
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var MarkerM = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M15.76 28.205l.662-.632.675-.651c5.969-5.818 8.982-10.512 8.982-14.218 0-5.776-4.617-10.464-10.32-10.464S5.439 6.928 5.439 12.704c0 3.843 3.24 8.75 9.658 14.869l.662.632zm-8.4-15.501c0-4.722 3.764-8.544 8.4-8.544s8.4 3.822 8.4 8.544c0 2.982-2.679 7.203-8.091 12.538l-.309.303c-5.619-5.478-8.4-9.802-8.4-12.841z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color80, #ffd800)", d: "M7.36 12.704c0-4.722 3.764-8.544 8.4-8.544s8.4 3.822 8.4 8.544c0 2.982-2.679 7.203-8.091 12.538l-.309.303c-5.619-5.478-8.4-9.802-8.4-12.841z" }))); }));
|
|
8
8
|
MarkerM.displayName = 'MarkerM';
|
|
9
9
|
MarkerM['iconName'] = 'marker_m';
|
|
10
10
|
exports.default = MarkerM;
|
package/icon/MarkerS.js
CHANGED
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var MarkerS = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M14.671 28.015l1.079 1.032.69-.658C23.125 22.015 26.5 16.904 26.5 12.9 26.5 6.884 21.691 2 15.75 2S5 6.883 5 12.9c0 3.925 3.244 8.914 9.671 15.115zM7 12.9C7 7.981 10.921 4 15.75 4s8.75 3.981 8.75 8.9c0 3.098-2.775 7.479-8.38 13.013l-.37.363C9.897 20.57 7 16.065 7 12.9z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color58, #4475fd)", d: "M7 12.9C7 7.981 10.921 4 15.75 4s8.75 3.981 8.75 8.9c0 3.098-2.775 7.479-8.38 13.013l-.37.363C9.897 20.57 7 16.065 7 12.9z" }))); }));
|
|
8
8
|
MarkerS.displayName = 'MarkerS';
|
|
9
9
|
MarkerS['iconName'] = 'marker_s';
|
|
10
10
|
exports.default = MarkerS;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const Message: 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 Message;
|
package/icon/Message.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
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 Message = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color2, #066fac)", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M21.5 11c.69 0 1.25.56 1.25 1.25v7.5c0 .69-.56 1.25-1.25 1.25h-2.866a.625.625 0 00-.442.183l-1.963 1.963a.5.5 0 01-.707 0l-1.963-1.963a.625.625 0 00-.442-.183h-2.866c-.69 0-1.25-.56-1.25-1.25v-7.5c0-.69.56-1.25 1.25-1.25h11.25z" }))); }));
|
|
8
|
+
Message.displayName = 'Message';
|
|
9
|
+
Message['iconName'] = 'Message';
|
|
10
|
+
exports.default = Message;
|
package/icon/MicrosoftLogo.js
CHANGED
|
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var MicrosoftLogo = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
8
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
9
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color49, #f1511b)", d: "M15.403 15.403H4V4h11.403z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color50, #80cc28)", d: "M27.997 15.403H16.592V4h11.403v11.403z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color51, #00adef)", d: "M15.403 28H4V16.597h11.403z" }),
|
|
9
|
+
react_1.default.createElement("path", { fill: "var(--color52, #fbbc09)", d: "M27.997 28H16.592V16.597h11.403V28z" }))); }));
|
|
10
10
|
MicrosoftLogo.displayName = 'MicrosoftLogo';
|
|
11
11
|
MicrosoftLogo['iconName'] = 'microsoft-logo';
|
|
12
12
|
exports.default = MicrosoftLogo;
|
|
@@ -3,21 +3,21 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var MicrosoftOutlook2019 = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
8
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
9
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
10
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
11
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
12
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
13
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
14
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
15
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
16
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
17
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
18
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
19
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
20
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color65, #1a237e)", d: "M30.005 15.68l-5.116-2.98v8.281h5.396v-4.813a.567.567 0 00-.281-.489z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color66, #0c4999)", d: "M23.085 5.029h6.461v-.791c0-.684-.554-1.237-1.236-1.237H11.476c-.683 0-1.237.554-1.237 1.237v.791h12.846z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color67, #0f73d9)", d: "M23.085 22.659h5.224c.683 0 1.237-.554 1.237-1.237v-4.876h-6.461v6.114z" }),
|
|
9
|
+
react_1.default.createElement("path", { fill: "var(--color68, #0f439d)", d: "M10.24 16.546v4.876c0 .683.554 1.237 1.237 1.237h5.195v-6.113l-6.432-.001z" }),
|
|
10
|
+
react_1.default.createElement("path", { fill: "var(--color69, #2ecdfd)", d: "M23.085 5.029h6.461v5.734h-6.461z" }),
|
|
11
|
+
react_1.default.createElement("path", { fill: "var(--color70, #1c5fb0)", d: "M10.24 5.029h6.432v5.734H10.24z" }),
|
|
12
|
+
react_1.default.createElement("path", { fill: "var(--color71, #1467c7)", d: "M16.671 16.546h6.414v6.113h-6.414z" }),
|
|
13
|
+
react_1.default.createElement("path", { fill: "var(--color72, #1690d5)", d: "M16.671 5.029h6.414v5.734h-6.414z" }),
|
|
14
|
+
react_1.default.createElement("path", { fill: "var(--color73, #1bb4ff)", d: "M23.085 10.762h6.461v5.783h-6.461z" }),
|
|
15
|
+
react_1.default.createElement("path", { fill: "var(--color74, #074daf)", d: "M10.24 10.762h6.432v5.783H10.24z" }),
|
|
16
|
+
react_1.default.createElement("path", { fill: "var(--color75, #2076d4)", d: "M16.671 10.762h6.414v5.783h-6.414z" }),
|
|
17
|
+
react_1.default.createElement("path", { fill: "var(--color76, #2ed0ff)", d: "M9.886 28.714h19.193c.666 0 1.206-.54 1.206-1.206V16.17s-.021.47-1.251 1.155c-.929.517-19.646 11.079-19.646 11.079s.167.31.498.31z" }),
|
|
18
|
+
react_1.default.createElement("path", { fill: "var(--color77, #139fe2)", d: "M29.056 28.712l-18.993.002c-.666 0-1.206-.54-1.206-1.206V16.619l20.974 11.83c-.175.14-.397.263-.774.263z" }),
|
|
19
|
+
react_1.default.createElement("path", { fill: "var(--color78, #00488d)", d: "M14.799 23H2.915a1.201 1.201 0 01-1.201-1.201V9.915c0-.663.538-1.201 1.201-1.201h11.884c.663 0 1.201.538 1.201 1.201v11.884c0 .663-.538 1.201-1.201 1.201z" }),
|
|
20
|
+
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M8.796 12.096c-2.236 0-3.584 1.709-3.584 3.816s1.342 3.816 3.584 3.816 3.584-1.709 3.584-3.816-1.347-3.816-3.584-3.816zm0 6.344c-1.269 0-2.027-1.131-2.027-2.528s.762-2.528 2.027-2.528c1.265 0 2.028 1.132 2.028 2.528s-.76 2.528-2.028 2.528z" }))); }));
|
|
21
21
|
MicrosoftOutlook2019.displayName = 'MicrosoftOutlook2019';
|
|
22
22
|
MicrosoftOutlook2019['iconName'] = 'microsoft-outlook-2019';
|
|
23
23
|
exports.default = MicrosoftOutlook2019;
|
package/icon/Mobile.d.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const Mobile: 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 Mobile;
|
package/icon/Mobile.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
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 Mobile = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
+
react_1.default.createElement("path", { d: "M9.571 2l12.857.013c1.358 0 2.478 1.044 2.566 2.366l.006.167v22.909c0 1.344-1.066 2.453-2.403 2.54l-.168.005H9.572c-1.358 0-2.478-1.056-2.566-2.379l-.005-.167V4.545c0-1.344 1.066-2.453 2.403-2.54L9.572 2zM22 4H10a1 1 0 00-.993.883L9 5v22a1 1 0 00.883.993L10 28h12a1 1 0 00.993-.883L23 27V5a1 1 0 00-.883-.993L22 4zm-4 20a1 1 0 010 2h-4a1 1 0 010-2h4z" }))); }));
|
|
7
|
+
Mobile.displayName = 'Mobile';
|
|
8
|
+
Mobile['iconName'] = 'mobile';
|
|
9
|
+
exports.default = Mobile;
|
package/icon/NoConnection.js
CHANGED
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var NoConnection = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color18, #000)", opacity: 0.32, d: "M27 4a2 2 0 012 2v20a2 2 0 01-2 2h-2a2 2 0 01-2-2V6a2 2 0 012-2h2zM17 14a2 2 0 012 2v10a2 2 0 01-2 2h-2a2 2 0 01-2-2v-8.634l2.191 2.165a1.593 1.593 0 002.257 0l1.069-1.058.092-.103.098-.136c.456-.695.372-1.634-.218-2.218l-2.039-2.017h.551zM7 20a2 2 0 012 2v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4a2 2 0 012-2h2zm8.026-6l2.759 2.727a.769.769 0 01.053 1.005l-.025.031-1.068 1.058a.593.593 0 01-.851 0l-2.893-2.86.005-.109a2.001 2.001 0 011.838-1.845l.183-.006z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color17, #f54c3d)", d: "M11 10.018l4.893-4.838a.59.59 0 01.774-.065l.076.065 1.041 1.029a.774.774 0 01.061.995l-.061.069L13.003 12l4.781 4.728a.769.769 0 01.053 1.005l-.025.031-1.068 1.058a.593.593 0 01-.851 0L11 13.983l-4.894 4.839a.59.59 0 01-.774.065l-.076-.065-1.041-1.029a.774.774 0 01-.061-.995l.061-.069 4.78-4.728-4.78-4.727a.769.769 0 01-.053-1.005l.053-.059 1.041-1.029a.593.593 0 01.851 0L11 10.019z" }))); }));
|
|
8
8
|
NoConnection.displayName = 'NoConnection';
|
|
9
9
|
NoConnection['iconName'] = 'no-connection';
|
|
10
10
|
exports.default = NoConnection;
|
package/icon/Paging.d.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const Paging: 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 Paging;
|
package/icon/Paging.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
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 Paging = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color2, #066fac)", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M22 11a2 2 0 012 2v7a2 2 0 01-2 2H10a2 2 0 01-2-2v-7a2 2 0 012-2h12zm-10 8a1 1 0 100 2 1 1 0 000-2zm4 0a1 1 0 100 2 1 1 0 000-2zm4 0a1 1 0 100 2 1 1 0 000-2zm-3.5-4h-5a.5.5 0 000 1h5a.5.5 0 000-1zm2-2h-7a.5.5 0 000 1h7a.5.5 0 000-1z" }))); }));
|
|
8
|
+
Paging.displayName = 'Paging';
|
|
9
|
+
Paging['iconName'] = 'Paging';
|
|
10
|
+
exports.default = Paging;
|
package/icon/Pdf.js
CHANGED
|
@@ -8,9 +8,9 @@ var Pdf = react_1.memo(react_1.forwardRef(function (inProps, svgRef) {
|
|
|
8
8
|
var theme = core_1.useTheme();
|
|
9
9
|
var _a = inProps.themeType, themeType = _a === void 0 ? theme.palette.type : _a, props = tslib_1.__rest(inProps, ["themeType"]);
|
|
10
10
|
return themeType === 'dark' ? (react_1.default.createElement(PdfD_1.default, tslib_1.__assign({}, props, { ref: svgRef }))) : (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
11
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
12
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
13
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
11
|
+
react_1.default.createElement("path", { fill: "var(--color3, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
12
|
+
react_1.default.createElement("path", { fill: "var(--color60, #e6413c)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
13
|
+
react_1.default.createElement("path", { fill: "var(--color60, #e6413c)", d: "M11.919 8h4.752l5.551 4.785v9.059c0 .605-.207 1.116-.62 1.532S20.681 24 20.08 24h-8.161c-.601 0-1.108-.208-1.522-.624s-.62-.927-.62-1.532V10.156c0-.605.207-1.116.62-1.532S11.317 8 11.919 8zm4.239 3.029l-.049-.057a.839.839 0 00-.9-.225c-.311.104-.569.365-.719.825-.264.808-.106 2.047.432 3.062l.076.137.08.134a24.63 24.63 0 01-1.257 2.712c-.948.334-1.704.773-2.25 1.306-.718.701-1.018 1.403-.802 1.933.115.282.36.467.667.514l.078.009.081.003.097-.004a1.59 1.59 0 00.722-.268c.497-.325 1.116-1.18 1.753-2.271l.091-.157.183-.324a12.122 12.122 0 012.4-.469c.213-.021.425-.037.631-.049.852.897 1.556 1.376 2.209 1.497.088.016.177.027.264.033l.13.004.102-.003c.494-.026.899-.237 1.096-.579a.871.871 0 00-.009-.89c-.37-.641-1.462-.981-3.075-.981l-.169.001-.17.004-.26-.297-.236-.281-.267-.328-.959-1.201-.041-.05c.237-.679.373-1.234.403-1.654.07-.97-.018-1.633-.28-2.02l-.048-.066zm-3.106 7.909l-.164.096-.155.1c-.201.135-.38.279-.536.43-.421.411-.605.761-.604.91l.001.009.044-.004.05-.011a.854.854 0 00.233-.111c.235-.154.614-.622 1.048-1.291l.082-.128zm5.707-1.103l.104.087.111.088c.33.251.617.398.866.444l.079.012.074.007.078.003.067-.002a.612.612 0 00.328-.1l.02-.02-.024-.036-.03-.034c-.192-.193-.724-.372-1.534-.438l-.138-.01zm-3.049-2.097l-.127.3c-.175.404-.37.823-.577 1.239a13.522 13.522 0 011.719-.279l-.151-.182-.34-.42-.523-.658zm-.237-4.127l-.021.021-.022.029a.793.793 0 00-.088.19c-.147.451-.098 1.159.136 1.825.062-.246.1-.457.112-.626.058-.796-.002-1.231-.1-1.41l-.018-.029z" })));
|
|
14
14
|
}));
|
|
15
15
|
Pdf.displayName = 'Pdf';
|
|
16
16
|
Pdf['iconName'] = 'pdf';
|
package/icon/PdfD.js
CHANGED
|
@@ -3,9 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var PdfD = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
8
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color41, #43201f)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color42, #de4944)", d: "M11.919 8h4.752l5.551 4.785v9.059c0 .605-.207 1.116-.62 1.532S20.681 24 20.08 24h-8.161c-.601 0-1.108-.208-1.522-.624s-.62-.927-.62-1.532V10.156c0-.605.207-1.116.62-1.532S11.317 8 11.919 8z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M15.208 10.748a.834.834 0 01.9.225l.049.057.048.066c.262.387.35 1.05.28 2.02-.03.42-.166.975-.403 1.654l.041.05.959 1.201.267.328.236.281.26.297.17-.004.169-.001c1.613 0 2.705.34 3.075.981a.871.871 0 01.009.89c-.197.341-.602.552-1.096.579l-.102.003-.13-.004a2.44 2.44 0 01-.264-.033c-.653-.12-1.357-.6-2.209-1.497-.206.012-.417.028-.631.049-.768.074-1.605.222-2.4.469l-.183.323-.091.157c-.637 1.091-1.256 1.946-1.753 2.271a1.59 1.59 0 01-.722.268l-.097.004-.081-.003-.078-.009a.836.836 0 01-.667-.514c-.216-.53.084-1.232.802-1.933.546-.533 1.302-.972 2.25-1.306a24.63 24.63 0 001.257-2.712l-.08-.134-.076-.137c-.537-1.015-.695-2.253-.432-3.062.15-.459.408-.72.719-.825zm-2.156 8.19l-.164.096-.155.1c-.201.135-.38.279-.536.43-.421.411-.605.761-.604.91l.002.009.044-.004.05-.011a.854.854 0 00.233-.111c.235-.154.614-.622 1.048-1.291l.082-.128zm5.707-1.103l.104.086.111.088c.33.252.617.398.866.444l.079.012.074.007.078.003.067-.002a.612.612 0 00.328-.1l.02-.02-.024-.036-.03-.034c-.192-.193-.724-.372-1.534-.438l-.138-.01zm-3.049-2.097l-.128.3c-.175.404-.37.823-.577 1.239a13.522 13.522 0 011.719-.279l-.151-.182-.34-.42-.523-.658zm-.237-4.127l-.021.021-.022.029a.793.793 0 00-.088.19c-.147.451-.098 1.159.136 1.825.062-.246.1-.457.112-.626.058-.796-.002-1.231-.1-1.41l-.018-.029z" }))); }));
|
|
9
9
|
PdfD.displayName = 'PdfD';
|
|
10
10
|
PdfD['iconName'] = 'pdf-D';
|
|
11
11
|
exports.default = PdfD;
|
package/icon/PoorConnection.js
CHANGED
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var PoorConnection = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color18, #000)", opacity: 0.32, d: "M27 4a2 2 0 012 2v20a2 2 0 01-2 2h-2a2 2 0 01-2-2V6a2 2 0 012-2h2zM17 14a2 2 0 012 2v10a2 2 0 01-2 2h-2a2 2 0 01-2-2V16a2 2 0 012-2h2z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color18, #000)", d: "M5 20h2a2 2 0 012 2v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4a2 2 0 012-2z" }))); }));
|
|
8
8
|
PoorConnection.displayName = 'PoorConnection';
|
|
9
9
|
PoorConnection['iconName'] = 'poor-connection';
|
|
10
10
|
exports.default = PoorConnection;
|
package/icon/Ppt.js
CHANGED
|
@@ -8,9 +8,9 @@ var Ppt = react_1.memo(react_1.forwardRef(function (inProps, svgRef) {
|
|
|
8
8
|
var theme = core_1.useTheme();
|
|
9
9
|
var _a = inProps.themeType, themeType = _a === void 0 ? theme.palette.type : _a, props = tslib_1.__rest(inProps, ["themeType"]);
|
|
10
10
|
return themeType === 'dark' ? (react_1.default.createElement(PptD_1.default, tslib_1.__assign({}, props, { ref: svgRef }))) : (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
11
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
12
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
13
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
11
|
+
react_1.default.createElement("path", { fill: "var(--color3, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
12
|
+
react_1.default.createElement("path", { fill: "var(--color44, #d5583c)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
13
|
+
react_1.default.createElement("path", { fill: "var(--color44, #d5583c)", d: "M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752zm2.245 8.984v-3.102h2.217c.301 0 .57.032.808.095s.432.158.582.284c.15.151.257.322.319.511s.094.41.094.662c0 .252-.031.473-.094.662s-.169.359-.319.511c-.15.126-.344.221-.582.284s-.507.095-.808.095h-2.217zm-.939-4.048h3.532c.426 0 .795.057 1.108.17s.582.271.808.473c.225.227.388.492.488.794s.15.656.15 1.059c0 .378-.05.725-.15 1.04s-.263.586-.488.813c-.225.202-.495.359-.808.473s-.683.17-1.108.17h-2.592v3.442h-.939v-8.436z" })));
|
|
14
14
|
}));
|
|
15
15
|
Ppt.displayName = 'Ppt';
|
|
16
16
|
Ppt['iconName'] = 'ppt';
|
package/icon/PptD.js
CHANGED
|
@@ -3,9 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var PptD = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
8
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color43, #43261f)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color44, #d5583c)", d: "M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M16.756 12.936c.426 0 .795.057 1.108.17s.582.271.808.473c.225.227.388.492.488.794s.15.656.15 1.059c0 .378-.05.725-.15 1.04s-.263.586-.488.813c-.225.202-.495.359-.808.473s-.683.17-1.108.17h-2.592v3.442h-.939v-8.436h3.532zm-.375.946h-2.217v3.102h2.217c.301 0 .57-.032.808-.095s.432-.158.582-.284c.15-.151.257-.322.319-.511s.094-.41.094-.662c0-.252-.031-.473-.094-.662s-.169-.359-.319-.511c-.15-.126-.344-.221-.582-.284s-.507-.095-.808-.095z" }))); }));
|
|
9
9
|
PptD.displayName = 'PptD';
|
|
10
10
|
PptD['iconName'] = 'ppt-D';
|
|
11
11
|
exports.default = PptD;
|
package/icon/RcContact.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var RcContact = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color47, #f80)", d: "M28 4a2 2 0 012 2v16a2 2 0 01-2 2h-7.586a.997.997 0 00-.707.293l-3.141 3.141a.8.8 0 01-1.131 0l-3.141-3.141a1 1 0 00-.707-.293H4.001a2 2 0 01-2-2V6a2 2 0 012-2h24z" }))); }));
|
|
7
7
|
RcContact.displayName = 'RcContact';
|
|
8
8
|
RcContact['iconName'] = 'rc_contact';
|
|
9
9
|
exports.default = RcContact;
|
package/icon/RcvMicOff.js
CHANGED
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var RcvMicOff = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color16, #6a7186)", d: "M23.5 12a1 1 0 011 1v3c0 4.632-3.5 8.447-7.999 8.945L16.5 29a1 1 0 01-2 0v-4.055a8.952 8.952 0 01-3.791-1.325l1.461-1.461A7 7 0 0022.5 16v-3a1 1 0 011-1zm-3 1.828V16a5 5 0 01-6.827 4.656l6.827-6.828zM7.5 12a1 1 0 011 1v3c0 1.206.305 2.341.842 3.332l-1.462 1.46A8.961 8.961 0 016.5 16v-3a1 1 0 011-1zm8-10a5 5 0 015 5v1.172l-9.655 9.656a4.978 4.978 0 01-.345-1.829v-9a5 5 0 015-5z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color17, #f54c3d)", d: "M28.935 3.979a.999.999 0 010 1.414L4.893 29.435a.999.999 0 11-1.414-1.414L27.521 3.979a.999.999 0 011.414 0z" }))); }));
|
|
8
8
|
RcvMicOff.displayName = 'RcvMicOff';
|
|
9
9
|
RcvMicOff['iconName'] = 'rcv_mic-off';
|
|
10
10
|
exports.default = RcvMicOff;
|
package/icon/RcvVideocamOff.js
CHANGED
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var RcvVideocamOff = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color16, #6a7186)", d: "M21 5.5c.597 0 1.132.261 1.499.675L3.172 25.5H3a2 2 0 01-2-2v-16a2 2 0 012-2h18zm2 5.828V23.5a2 2 0 01-2 2H8.827L23 11.328zm7-2.21a1 1 0 01.993.883l.007.117v10.764a1 1 0 01-1.34.94l-.107-.046-5-2.5a1 1 0 01-.545-.77L24 18.381v-5.764a1 1 0 01.445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color17, #f54c3d)", d: "M29.435 3.479a.999.999 0 010 1.414L5.393 28.935a.999.999 0 11-1.414-1.414L28.021 3.479a.999.999 0 011.414 0z" }))); }));
|
|
8
8
|
RcvVideocamOff.displayName = 'RcvVideocamOff';
|
|
9
9
|
RcvVideocamOff['iconName'] = 'rcv_videocam-off';
|
|
10
10
|
exports.default = RcvVideocamOff;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const SharedLine: 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 SharedLine;
|
|
@@ -0,0 +1,11 @@
|
|
|
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 SharedLine = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color2, #066fac)", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M20.567 9.992c.039.107.101.233.188.375.089.145.202.305.339.476.149.183.287.334.414.452.123.114.235.2.333.257.038.022.07.039.097.052l.068-.078.025-.025.003-.005.024-.03c.07-.077.13-.139.179-.186.053-.051.113-.099.192-.155a1.08 1.08 0 01.676-.157c.25.023.462.126.612.294.187.184.38.367.581.551s.464.415.789.695c.183.156.304.348.361.57a.92.92 0 01-.05.629c-.06.156-.176.339-.348.556a2.835 2.835 0 01-.454.477 1.372 1.372 0 01-.472.265 1.813 1.813 0 01-.57.086 2.99 2.99 0 01-1.045-.203 5.266 5.266 0 01-1.08-.564 7.785 7.785 0 01-1.082-.883c-.364-.34-.722-.725-1.074-1.157a10.644 10.644 0 01-1.141-1.718 7.061 7.061 0 01-.629-1.581c-.124-.501-.153-.954-.087-1.355.063-.424.24-.768.531-1.023.135-.117.324-.236.57-.361.25-.127.457-.205.629-.232a1.091 1.091 0 011.155.587c.114.236.244.482.392.735s.323.534.528.844a.97.97 0 01.151.655 1.066 1.066 0 01-.304.617 2.076 2.076 0 01-.32.229.4.4 0 01-.068.045l-.053.027a.774.774 0 01-.114.061.986.986 0 00.057.178zM10.383 18.747c.053.142.139.307.258.495.122.192.278.402.467.628.205.242.395.44.569.596.169.151.323.264.458.339.052.029.097.052.134.068l.093-.102.034-.033c-.002.001 0-.001.004-.006l.032-.04c.097-.102.179-.183.247-.245.073-.067.155-.131.264-.204.282-.166.596-.237.93-.207.344.03.636.167.842.388.257.242.523.485.799.727s.638.548 1.086.918c.251.206.418.46.496.753.079.298.053.585-.069.83-.083.205-.242.447-.479.734a3.94 3.94 0 01-.624.63 1.908 1.908 0 01-.65.35 2.57 2.57 0 01-.784.113c-.46 0-.94-.09-1.438-.268a7.335 7.335 0 01-1.485-.744c-.5-.32-.997-.71-1.489-1.165A15.646 15.646 0 018.6 21.774a14.086 14.086 0 01-1.57-2.268c-.409-.742-.698-1.437-.865-2.087-.17-.662-.211-1.259-.12-1.788.087-.56.33-1.014.73-1.35.186-.155.446-.312.784-.476.344-.167.629-.27.865-.307.315-.049.624-.004.914.132s.516.35.676.643c.157.312.336.636.539.971s.444.706.727 1.115c.177.268.248.56.208.865a1.381 1.381 0 01-.419.814 2.678 2.678 0 01-.441.303.532.532 0 01-.094.059l-.073.036a.878.878 0 01-.095.051.6.6 0 00-.062.029c.011.057.036.133.078.235z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M14.202 17.788a.478.478 0 01-.421.491.504.504 0 01-.574-.465 4.886 4.886 0 011.148-3.42c.182-.215.393-.393.624-.544l-.576-1.835 3.913 1.205c.226.097.273.388.089.54l-2.645 2.566-.447-1.422a2.613 2.613 0 00-.202.206 3.72 3.72 0 00-.907 2.677z" }))); }));
|
|
9
|
+
SharedLine.displayName = 'SharedLine';
|
|
10
|
+
SharedLine['iconName'] = 'Shared-line';
|
|
11
|
+
exports.default = SharedLine;
|
package/icon/Sort.js
CHANGED
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var Sort = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color18, #000)", d: "M16.707 5.293l5.586 5.586a1 1 0 01-.707 1.707H10.414a1 1 0 01-.707-1.707l5.586-5.586a.999.999 0 011.414 0z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color53, #212121)", d: "M16.703 26.293l5.586-5.586A1 1 0 0021.582 19H10.41a1 1 0 00-.707 1.707l5.586 5.586a1 1 0 001.414 0z" }))); }));
|
|
8
8
|
Sort.displayName = 'Sort';
|
|
9
9
|
Sort['iconName'] = 'sort';
|
|
10
10
|
exports.default = Sort;
|
package/icon/StopRecord.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var StopRecord = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color81, #f44336)", d: "M26 23.441A2.54 2.54 0 0123.441 26H8.558a2.54 2.54 0 01-2.559-2.559V8.558a2.54 2.54 0 012.559-2.559h14.883A2.54 2.54 0 0126 8.558v14.883z" }))); }));
|
|
7
7
|
StopRecord.displayName = 'StopRecord';
|
|
8
8
|
StopRecord['iconName'] = 'stop-record';
|
|
9
9
|
exports.default = StopRecord;
|
package/icon/WeakConnection.js
CHANGED
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var WeakConnection = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color18, #000)", opacity: 0.32, d: "M25 4h2a2 2 0 012 2v20a2 2 0 01-2 2h-2a2 2 0 01-2-2V6a2 2 0 012-2z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color18, #000)", d: "M17 14a2 2 0 012 2v10a2 2 0 01-2 2h-2a2 2 0 01-2-2V16a2 2 0 012-2h2zM7 20a2 2 0 012 2v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4a2 2 0 012-2h2z" }))); }));
|
|
8
8
|
WeakConnection.displayName = 'WeakConnection';
|
|
9
9
|
WeakConnection['iconName'] = 'weak-connection';
|
|
10
10
|
exports.default = WeakConnection;
|
package/icon/Zip.js
CHANGED
|
@@ -8,9 +8,9 @@ var Zip = react_1.memo(react_1.forwardRef(function (inProps, svgRef) {
|
|
|
8
8
|
var theme = core_1.useTheme();
|
|
9
9
|
var _a = inProps.themeType, themeType = _a === void 0 ? theme.palette.type : _a, props = tslib_1.__rest(inProps, ["themeType"]);
|
|
10
10
|
return themeType === 'dark' ? (react_1.default.createElement(ZipD_1.default, tslib_1.__assign({}, props, { ref: svgRef }))) : (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
11
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
12
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
13
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
11
|
+
react_1.default.createElement("path", { fill: "var(--color3, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
12
|
+
react_1.default.createElement("path", { fill: "var(--color58, #4475fd)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
13
|
+
react_1.default.createElement("path", { fill: "var(--color58, #4475fd)", d: "M16.756 8l5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l1.44-.005v1.765h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778V8.01l2.534-.009z" })));
|
|
14
14
|
}));
|
|
15
15
|
Zip.displayName = 'Zip';
|
|
16
16
|
Zip['iconName'] = 'zip';
|
package/icon/ZipD.js
CHANGED
|
@@ -3,9 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var ZipD = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
7
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
8
|
-
react_1.default.createElement("path", { fill: "var(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color21, #222b42)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color37, #356afd)", d: "M16.756 8l5.466 4.962-.024 8.878c0 .607-.204 1.118-.612 1.535s-.909.625-1.503.625h-8.154c-.594 0-1.095-.209-1.503-.625s-.612-.929-.612-1.535l-.035-11.661c0-.607.204-1.118.612-1.535s.909-.625 1.503-.625l1.44-.005v1.765h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889h1.778v1.778h-1.778v.889H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.889h-1.778V8.01l2.534-.009z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M13.333 8.012v1.766h-1.777v.889h1.777v1.777h-1.777v.889h1.777v1.778h-1.777V16h1.777v1.778h-1.777v.889H16v-.889h-1.778V16H16v-.889h-1.778v-1.778H16v-.889h-1.778v-1.778H16v-.888h-1.778V8.009z" }))); }));
|
|
9
9
|
ZipD.displayName = 'ZipD';
|
|
10
10
|
ZipD['iconName'] = 'zip-D';
|
|
11
11
|
exports.default = ZipD;
|
package/icon/index.d.ts
CHANGED
|
@@ -8,12 +8,19 @@ export { default as Svg6 } from './6';
|
|
|
8
8
|
export { default as Svg7 } from './7';
|
|
9
9
|
export { default as Svg8 } from './8';
|
|
10
10
|
export { default as Svg9 } from './9';
|
|
11
|
+
export { default as Announcement } from './Announcement';
|
|
12
|
+
export { default as CallQueue } from './CallQueue';
|
|
11
13
|
export { default as CompanySetupBorder } from './CompanySetupBorder';
|
|
12
14
|
export { default as CompanySetup } from './CompanySetup';
|
|
15
|
+
export { default as Department } from './Department';
|
|
13
16
|
export { default as Description } from './Description';
|
|
14
17
|
export { default as Hud } from './Hud';
|
|
18
|
+
export { default as Limited } from './Limited';
|
|
15
19
|
export { default as Logout } from './Logout';
|
|
20
|
+
export { default as Message } from './Message';
|
|
16
21
|
export { default as NewEmail } from './NewEmail';
|
|
22
|
+
export { default as Paging } from './Paging';
|
|
23
|
+
export { default as SharedLine } from './SharedLine';
|
|
17
24
|
export { default as ActiveCall } from './ActiveCall';
|
|
18
25
|
export { default as ActivecallBorder } from './ActivecallBorder';
|
|
19
26
|
export { default as AddBorder } from './AddBorder';
|
|
@@ -56,6 +63,7 @@ export { default as Assignment } from './Assignment';
|
|
|
56
63
|
export { default as Asterisk } from './Asterisk';
|
|
57
64
|
export { default as Attachment } from './Attachment';
|
|
58
65
|
export { default as Audio } from './Audio';
|
|
66
|
+
export { default as AvatarRooms } from './AvatarRooms';
|
|
59
67
|
export { default as Barge } from './Barge';
|
|
60
68
|
export { default as Birthday } from './Birthday';
|
|
61
69
|
export { default as Blocked } from './Blocked';
|
|
@@ -64,6 +72,7 @@ export { default as BookmarkBorder } from './BookmarkBorder';
|
|
|
64
72
|
export { default as Bookmark } from './Bookmark';
|
|
65
73
|
export { default as BoxNew } from './BoxNew';
|
|
66
74
|
export { default as Box } from './Box';
|
|
75
|
+
export { default as Box1 } from './Box1';
|
|
67
76
|
export { default as BubbleLines } from './BubbleLines';
|
|
68
77
|
export { default as BubbleLinesBorder } from './BubbleLinesBorder';
|
|
69
78
|
export { default as CallAdd } from './CallAdd';
|
|
@@ -109,7 +118,6 @@ export { default as Delete } from './Delete';
|
|
|
109
118
|
export { default as DeletedFile } from './DeletedFile';
|
|
110
119
|
export { default as DeletedFileD } from './DeletedFileD';
|
|
111
120
|
export { default as Deletenumber } from './Deletenumber';
|
|
112
|
-
export { default as Department } from './Department';
|
|
113
121
|
export { default as Dial } from './Dial';
|
|
114
122
|
export { default as Dialer } from './Dialer';
|
|
115
123
|
export { default as DocD } from './DocD';
|
|
@@ -235,6 +243,7 @@ export { default as MicrosoftOutlook2019 } from './MicrosoftOutlook2019';
|
|
|
235
243
|
export { default as Minimize } from './Minimize';
|
|
236
244
|
export { default as MissedcallBorder } from './MissedcallBorder';
|
|
237
245
|
export { default as Missedcall } from './Missedcall';
|
|
246
|
+
export { default as Mobile } from './Mobile';
|
|
238
247
|
export { default as MonitorCall } from './MonitorCall';
|
|
239
248
|
export { default as MoreHoriz } from './MoreHoriz';
|
|
240
249
|
export { default as MoreVert } from './MoreVert';
|