@ringcentral/juno 1.12.4-beta.5873-31100a7c → 1.12.5-beta.5896-ded29c04
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/Downshift/Downshift.d.ts +1 -1
- package/components/Downshift/Downshift.js +1 -2
- package/components/Downshift/SuggestionList/SuggestionList.js +4 -5
- package/components/Downshift/SuggestionList/utils/useSuggestionList.d.ts +20 -7
- package/components/Downshift/SuggestionList/utils/useSuggestionList.js +88 -70
- package/components/Downshift/utils/DownshiftUtils.d.ts +2 -0
- package/components/Downshift/utils/DownshiftUtils.js +6 -0
- package/components/Downshift/utils/SelectItem.d.ts +3 -1
- package/components/Downshift/utils/index.d.ts +2 -0
- package/components/Downshift/utils/index.js +2 -0
- package/components/Downshift/utils/useDownshift.d.ts +13 -272
- package/components/Downshift/utils/useDownshift.js +132 -429
- package/components/Downshift/utils/useDownshiftGroup.js +1 -0
- package/components/Downshift/utils/useDownshiftTag.d.ts +554 -0
- package/components/Downshift/utils/useDownshiftTag.js +229 -0
- package/components/Forms/TextField/styles/OutlineTextFieldStyle.js +2 -2
- 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/Downshift/Downshift.js +1 -2
- package/es6/components/Downshift/SuggestionList/SuggestionList.js +4 -5
- package/es6/components/Downshift/SuggestionList/utils/useSuggestionList.js +90 -72
- package/es6/components/Downshift/utils/DownshiftUtils.js +5 -0
- package/es6/components/Downshift/utils/index.js +2 -0
- package/es6/components/Downshift/utils/useDownshift.js +135 -432
- package/es6/components/Downshift/utils/useDownshiftGroup.js +1 -0
- package/es6/components/Downshift/utils/useDownshiftTag.js +227 -0
- package/es6/components/Forms/TextField/styles/OutlineTextFieldStyle.js +2 -2
- 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/hooks/useRefState/useRefState.js +6 -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/hooks/useRefState/useRefState.js +6 -1
- 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/DefaultVideo.js
CHANGED
|
@@ -8,9 +8,9 @@ var DefaultVideo = 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(DefaultVideoD_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(--color54, #4975ed)", 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(--color55, #4b77f1)", d: "M16 7.111c-4.91 0-8.889 3.98-8.889 8.889S11.09 24.889 16 24.889a8.89 8.89 0 000-17.778zm3.497 9.66l-4.918 3.394c-.614.424-1.119.155-1.119-.597v-7.136c0-.752.505-1.021 1.119-.597l4.916 3.394c.614.424.615 1.118.002 1.542z" })));
|
|
14
14
|
}));
|
|
15
15
|
DefaultVideo.displayName = 'DefaultVideo';
|
|
16
16
|
DefaultVideo['iconName'] = 'default-video';
|
package/icon/DefaultVideoD.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 DefaultVideoD = 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 7.111c-4.91 0-8.889 3.98-8.889 8.889S11.09 24.889 16 24.889a8.89 8.89 0 000-17.778z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M19.497 16.771l-4.918 3.394c-.614.424-1.119.155-1.119-.597v-7.136c0-.752.505-1.021 1.119-.597l4.916 3.394c.614.424.615 1.118.002 1.542z" }))); }));
|
|
9
9
|
DefaultVideoD.displayName = 'DefaultVideoD';
|
|
10
10
|
DefaultVideoD['iconName'] = 'default-video-D';
|
|
11
11
|
exports.default = DefaultVideoD;
|
package/icon/DeletedFile.js
CHANGED
|
@@ -8,8 +8,8 @@ var DeletedFile = 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(DeletedFileD_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(--
|
|
11
|
+
react_1.default.createElement("path", { fill: "var(--color19, #e8e9ed)", 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(--color20, #81899d)", d: "M17.778 8c.982 0 1.778.796 1.778 1.778v.889h3.556a.889.889 0 110 1.778h-.889v9.778c0 .982-.796 1.778-1.778 1.778h-8.889a1.778 1.778 0 01-1.778-1.778v-9.778h-.889a.889.889 0 110-1.778h3.556v-.889c0-.982.796-1.778 1.778-1.778h3.556zm0 6.222a.889.889 0 00-.883.785l-.006.104v5.333a.889.889 0 001.772.104l.006-.104v-5.333a.889.889 0 00-.889-.889zm-3.556 0a.889.889 0 00-.883.785l-.006.104v5.333a.889.889 0 001.772.104l.006-.104v-5.333a.889.889 0 00-.889-.889zm3.556-4.444h-3.556v.889h3.556v-.889z" })));
|
|
13
13
|
}));
|
|
14
14
|
DeletedFile.displayName = 'DeletedFile';
|
|
15
15
|
DeletedFile['iconName'] = 'deleted_file';
|
package/icon/DeletedFileD.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 DeletedFileD = 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(--color14, #30323a)", 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(--color15, #8f9199)", d: "M17.778 8c.982 0 1.778.796 1.778 1.778v.889h3.556a.889.889 0 110 1.778h-.889v9.778c0 .982-.796 1.778-1.778 1.778h-8.889a1.778 1.778 0 01-1.778-1.778v-9.778h-.889a.889.889 0 110-1.778h3.556v-.889c0-.982.796-1.778 1.778-1.778h3.555zm0 6.222a.889.889 0 00-.883.785l-.006.104v5.333a.889.889 0 001.772.104l.006-.104v-5.333a.889.889 0 00-.889-.889zm-3.556 0a.889.889 0 00-.883.785l-.006.104v5.333a.889.889 0 001.772.104l.006-.104v-5.333a.889.889 0 00-.889-.889zm3.556-4.444h-3.556v.889h3.556v-.889z" }))); }));
|
|
8
8
|
DeletedFileD.displayName = 'DeletedFileD';
|
|
9
9
|
DeletedFileD['iconName'] = 'deleted_file_D';
|
|
10
10
|
exports.default = DeletedFileD;
|
package/icon/Doc.js
CHANGED
|
@@ -8,9 +8,9 @@ var Doc = 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(DocD_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(--color46, #4169a1)", 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(--color46, #4169a1)", 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.752zm5.09 12.53l-1.202-4.842h-.038l-1.24 4.842h-1.052l-1.954-6.128h1.09l1.39 5.031 1.24-5.031h1.09l1.277 5.031L19 14.402h1.014l-1.916 6.128h-1.09z" })));
|
|
14
14
|
}));
|
|
15
15
|
Doc.displayName = 'Doc';
|
|
16
16
|
Doc['iconName'] = 'doc';
|
package/icon/DocD.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 DocD = 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(--color45, #222f42)", 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(--color46, #4169a1)", 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: "M17.009 20.53l-1.202-4.842h-.037l-1.24 4.842h-1.052l-1.954-6.129h1.09l1.39 5.032 1.24-5.032h1.089l1.278 5.032 1.39-5.032h1.014l-1.916 6.129z" }))); }));
|
|
9
9
|
DocD.displayName = 'DocD';
|
|
10
10
|
DocD['iconName'] = 'doc-D';
|
|
11
11
|
exports.default = DocD;
|
package/icon/EndAnswer.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 EndAnswer = 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(--color17, #f54c3d)", d: "M8 0c4.371 0 7.923 3.497 7.999 7.838a12.833 12.833 0 00-8.161 8.159l.162.002c-4.418 0-8-3.573-8-7.98v-.04C0 3.646 3.461.12 7.776.002L8-.001zm0 6.541c-1.621.015-2.615.344-3.437 1.021-.383.315-.53.678-.53 1.156l.003.07.01.06a.866.866 0 00.272.478c.192.158.419.227.751.18l1.121-.188c.382-.072.399-.404.391-.697l-.004-.22.001-.03c.011-.135.104-.213.347-.228.219-.015.89-.001 1.116 0 .183.001.759-.019.954 0 .254.024.348.109.352.261l-.003.218.002.048c.024.286.158.618.555.673l1.123.188.061.006a.964.964 0 00.67-.213.776.776 0 00.276-.443l.018-.113-.002-.077c-.017-.479-.154-.814-.608-1.188-.745-.614-1.815-.978-3.44-.964z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color79, #299e0b)", d: "M20 8c6.627 0 12 5.373 12 12s-5.373 12-12 12S8 26.627 8 20 13.373 8 20 8zm-2.083 6.541a1.451 1.451 0 00-.853-.123c-.22.034-.486.13-.807.286a3.66 3.66 0 00-.731.444c-.373.314-.6.737-.681 1.26-.085.494-.046 1.052.112 1.669.156.607.425 1.256.807 1.948.38.696.869 1.402 1.466 2.116.453.532.912 1.007 1.379 1.426.459.425.923.789 1.39 1.087.47.301.932.533 1.386.695.465.166.913.25 1.342.25.265 0 .509-.035.731-.105.228-.072.431-.182.606-.327.168-.126.365-.325.582-.588.221-.267.37-.493.447-.685.114-.229.138-.497.064-.775a1.353 1.353 0 00-.463-.703c-.418-.345-.756-.63-1.014-.856s-.506-.453-.746-.679a1.203 1.203 0 00-.786-.362 1.437 1.437 0 00-.868.193 2.097 2.097 0 00-.247.191c-.063.058-.14.134-.23.229l-.03.037-.004.006-.032.031-.087.096a1.693 1.693 0 01-.125-.064 2.47 2.47 0 01-.427-.317 5.516 5.516 0 01-.531-.557 5.786 5.786 0 01-.436-.586 2.595 2.595 0 01-.241-.462 1.307 1.307 0 01-.073-.219.645.645 0 01.058-.027.767.767 0 00.089-.048l.068-.033a.428.428 0 00.087-.055 2.329 2.329 0 00.411-.283c.229-.231.354-.48.391-.76a1.162 1.162 0 00-.194-.807c-.264-.382-.489-.727-.678-1.04s-.356-.615-.503-.906a1.366 1.366 0 00-.631-.6z" }))); }));
|
|
8
8
|
EndAnswer.displayName = 'EndAnswer';
|
|
9
9
|
EndAnswer['iconName'] = 'end--answer';
|
|
10
10
|
exports.default = EndAnswer;
|
package/icon/Excel.js
CHANGED
|
@@ -8,9 +8,9 @@ var Excel = 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(ExcelD_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(--color59, #007640)", 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(--color59, #007640)", d: "M11.915 8l4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624zm2.343 6.051h-1.387l2.287 3.141-2.474 3.52h1.312l1.837-2.763 1.837 2.763h1.425l-2.587-3.595 2.287-3.066h-1.312l-1.649 2.346-1.575-2.346z" })));
|
|
14
14
|
}));
|
|
15
15
|
Excel.displayName = 'Excel';
|
|
16
16
|
Excel['iconName'] = 'excel';
|
package/icon/ExcelD.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 ExcelD = 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(--color39, #1e2f27)", 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(--color40, #008f4d)", d: "M11.915 8l4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M14.258 14.051h-1.387l2.287 3.141-2.474 3.52h1.312l1.837-2.763 1.836 2.763h1.425l-2.587-3.595 2.287-3.066h-1.312l-1.649 2.347-1.575-2.347z" }))); }));
|
|
9
9
|
ExcelD.displayName = 'ExcelD';
|
|
10
10
|
ExcelD['iconName'] = 'excel-D';
|
|
11
11
|
exports.default = ExcelD;
|
package/icon/FontColor.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 FontColor = 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.873 3.511l.054.113 7.5 18.5a1 1 0 01-1.803.857l-.05-.106-1.976-4.876h-9.195l-1.975 4.876a1.001 1.001 0 01-1.192.589l-.111-.038a1.001 1.001 0 01-.589-1.192l.038-.111 7.5-18.5c.304-.751 1.294-.824 1.732-.22l.068.107zM16 6.66L12.213 16h7.573L16 6.66z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color53, #212121)", d: "M27 25v3H5v-3z" }))); }));
|
|
8
8
|
FontColor.displayName = 'FontColor';
|
|
9
9
|
FontColor['iconName'] = 'font-color';
|
|
10
10
|
exports.default = FontColor;
|
package/icon/GdriveLogo.js
CHANGED
|
@@ -3,12 +3,12 @@ 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 GdriveLogo = 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(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color9, #0066da)", d: "M4.117 24.441l1.235 2.133c.257.449.625.802 1.058 1.058l4.41-7.633H2c0 .497.128.994.385 1.443l1.732 2.999z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color10, #00ac47)", d: "M16 11.018l-4.41-7.633a2.909 2.909 0 00-1.058 1.058L2.385 18.555A2.9 2.9 0 002 19.998h8.82L16 11.017z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color7, #ea4335)", d: "M25.59 27.632a2.909 2.909 0 001.058-1.058l.513-.882 2.454-4.25A2.9 2.9 0 0030 19.999h-8.821l1.877 3.688 2.534 3.945z" }),
|
|
9
|
+
react_1.default.createElement("path", { fill: "var(--color11, #00832d)", d: "M16 11.018l4.41-7.633A2.815 2.815 0 0018.967 3h-5.934a2.98 2.98 0 00-1.443.385L16 11.018z" }),
|
|
10
|
+
react_1.default.createElement("path", { fill: "var(--color12, #2684fc)", d: "M21.18 19.999H10.82l-4.41 7.633c.433.257.93.385 1.443.385h16.293a2.98 2.98 0 001.443-.385l-4.41-7.633z" }),
|
|
11
|
+
react_1.default.createElement("path", { fill: "var(--color13, #ffba00)", d: "M25.542 11.499l-4.073-7.056a2.909 2.909 0 00-1.058-1.058l-4.41 7.633 5.18 8.981h8.804a2.9 2.9 0 00-.385-1.443L25.543 11.5z" }))); }));
|
|
12
12
|
GdriveLogo.displayName = 'GdriveLogo';
|
|
13
13
|
GdriveLogo['iconName'] = 'gdrive-logo';
|
|
14
14
|
exports.default = GdriveLogo;
|
package/icon/GifFile.js
CHANGED
|
@@ -8,10 +8,10 @@ var GifFile = 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(GifFileD_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(--
|
|
14
|
-
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(--color54, #4975ed)", 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(--color55, #4b77f1)", d: "M9.778 7.111h12.444a2.667 2.667 0 012.667 2.667v12.444a2.667 2.667 0 01-2.667 2.667H9.778a2.667 2.667 0 01-2.667-2.667V9.778a2.667 2.667 0 012.667-2.667z" }),
|
|
14
|
+
react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M12.396 19.627c.264 0 .51-.014.738-.042s.442-.07.642-.127c.2-.056.388-.128.564-.216s.346-.19.509-.309v-2.6h-2.138v.676c0 .062.022.115.067.158s.105.064.182.064h.804V18.4c-.181.086-.371.153-.571.202s-.435.073-.704.073c-.305 0-.587-.053-.844-.158s-.48-.257-.667-.456c-.187-.198-.332-.442-.436-.731s-.156-.619-.156-.989c0-.344.049-.655.147-.933s.237-.517.418-.716c.181-.199.399-.351.656-.458s.543-.16.86-.16a2.765 2.765 0 01.922.142c.12.041.23.09.329.147l.291.169a.407.407 0 00.218.071c.113 0 .203-.055.271-.164l.347-.542c-.267-.249-.592-.451-.976-.607s-.838-.233-1.362-.233c-.513 0-.975.08-1.387.24s-.762.385-1.051.676c-.289.29-.512.637-.669 1.04s-.236.846-.236 1.329c0 .477.081.917.242 1.32s.386.75.673 1.04c.287.29.628.517 1.022.68s.825.244 1.293.244zm4.915-.071v-6.427h-1.2v6.427h1.2zm2.649 0v-2.618h2.404v-.956H19.96V14.08h2.849v-.951h-4.053v6.427h1.204z" })));
|
|
15
15
|
}));
|
|
16
16
|
GifFile.displayName = 'GifFile';
|
|
17
17
|
GifFile['iconName'] = 'gif-file';
|
package/icon/GifFileD.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 GifFileD = 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: "M9.778 7.111h12.444a2.667 2.667 0 012.667 2.667v12.444a2.667 2.667 0 01-2.667 2.667H9.778a2.667 2.667 0 01-2.667-2.667V9.778a2.667 2.667 0 012.667-2.667z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M12.396 19.627c.264 0 .51-.014.738-.042s.442-.07.642-.127c.2-.056.388-.128.564-.216s.346-.19.509-.309v-2.6h-2.138v.676c0 .062.022.115.067.158s.105.064.182.064h.804V18.4c-.181.086-.371.153-.571.202s-.435.073-.704.073c-.305 0-.587-.053-.844-.158s-.48-.257-.667-.456c-.187-.198-.332-.442-.436-.731s-.156-.619-.156-.989c0-.344.049-.655.147-.933s.237-.517.418-.716c.181-.199.399-.351.656-.458s.543-.16.86-.16a2.765 2.765 0 01.922.142c.12.041.23.09.329.147l.291.169a.407.407 0 00.218.071c.113 0 .203-.055.271-.164l.347-.542c-.267-.249-.592-.451-.976-.607s-.838-.233-1.362-.233c-.513 0-.975.08-1.387.24s-.762.385-1.051.676c-.289.29-.512.637-.669 1.04s-.236.846-.236 1.329c0 .477.081.917.242 1.32s.386.75.673 1.04c.287.29.628.517 1.022.68s.825.244 1.293.244zm4.915-.071v-6.427h-1.2v6.427h1.2zm2.649 0v-2.618h2.404v-.956H19.96V14.08h2.849v-.951h-4.053v6.427h1.204z" }))); }));
|
|
9
9
|
GifFileD.displayName = 'GifFileD';
|
|
10
10
|
GifFileD['iconName'] = 'gif-file-D';
|
|
11
11
|
exports.default = GifFileD;
|
package/icon/Gmail.js
CHANGED
|
@@ -3,11 +3,11 @@ 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 Gmail = 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(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color4, #4285f4)", d: "M3.909 27h4.455V15.67L2 10.671v14.33C2 26.107 2.856 27 3.909 27z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color5, #34a853)", d: "M23.636 27h4.455C29.147 27 30 26.104 30 25.001v-14.33l-6.364 4.999z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color6, #fbbc04)", d: "M23.636 7.005v8.664L30 10.67V8.004c0-2.473-2.695-3.882-4.582-2.399z" }),
|
|
9
|
+
react_1.default.createElement("path", { fill: "var(--color7, #ea4335)", d: "M8.364 15.67V7.006L16 13.004l7.636-5.998v8.664L16 21.668z" }),
|
|
10
|
+
react_1.default.createElement("path", { fill: "var(--color8, #c5221f)", d: "M2 8.005v2.666l6.364 4.999V7.006l-1.782-1.4C4.692 4.123 2 5.533 2 8.005z" }))); }));
|
|
11
11
|
Gmail.displayName = 'Gmail';
|
|
12
12
|
Gmail['iconName'] = 'gmail';
|
|
13
13
|
exports.default = Gmail;
|
|
@@ -3,12 +3,12 @@ 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 GoogleCalendar2019 = 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(--
|
|
6
|
+
react_1.default.createElement("path", { fill: "var(--color61, #c7c7c7)", d: "M26 2.357H6c-.789 0-1.429.639-1.429 1.429v2.143h22.857V3.786c0-.789-.639-1.429-1.429-1.429zM8.857 4.5a.714.714 0 110-1.429.714.714 0 010 1.429zm14.286 0a.714.714 0 110-1.429.714.714 0 010 1.429z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color23, #1976d2)", d: "M30.286 6.643c.074-.416-1.006-1.429-1.429-1.429H3.143c-.714 0-1.502 1.013-1.429 1.429.588 3.331 2.143 10.714 2.143 10.714h24.286s1.555-7.383 2.143-10.714z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color62, #1e88e5)", d: "M28.143 17.357H3.857S2.302 24.74 1.714 28.071c0 .819.566 1.429 1.429 1.429h25.714c.422 0 1.429-.357 1.429-1.429-.588-3.331-2.143-10.714-2.143-10.714z" }),
|
|
9
|
+
react_1.default.createElement("path", { fill: "var(--color63, #fafafa)", d: "M13.524 17.357c.703.232 1.205.607 1.504 1.112.309.523.464 1.107.464 1.755 0 1.13-.371 2.019-1.111 2.666s-1.688.971-2.841.971c-1.13 0-2.066-.305-2.807-.916s-1.097-1.439-1.069-2.483l.026-.051h1.601c0 .653.2 1.173.601 1.559s.95.579 1.649.579c.71 0 1.266-.193 1.669-.579s.605-.957.605-1.712c0-.766-.179-1.331-.536-1.695s-.923-.545-1.695-.545h-1.465v-.661h3.406zm7.931 0h1.678v6.326h-1.678v-6.326z" }),
|
|
10
|
+
react_1.default.createElement("path", { fill: "var(--color64, #e0e0e0)", d: "M9.376 14.526h-1.61l-.017-.051c-.029-.937.311-1.734 1.018-2.389s1.631-.984 2.773-.984c1.147 0 2.061.305 2.743.916s1.022 1.481 1.022 2.611c0 .511-.155 1.021-.464 1.529s-.774.896-1.393 1.163l.076.037h-3.407v-.651h1.465c.744 0 1.271-.186 1.58-.558s.464-.89.464-1.554c0-.71-.176-1.249-.528-1.619s-.871-.554-1.559-.554c-.653 0-1.177.191-1.571.575-.381.37-.579.859-.592 1.529zm13.757 2.831h-1.678v-4.441l-2.539.034v-1.21l4.216-.46v6.077z" }),
|
|
11
|
+
react_1.default.createElement("path", { fill: "var(--color23, #1976d2)", d: "M3.143 5.214c-1.027 0-1.502 1.013-1.429 1.429.588 3.331 2.143 10.714 2.143 10.714L3.143 5.214zm25 12.143s1.555-7.383 2.143-10.714c0-1.161-1.006-1.429-1.429-1.429l-.714 12.143z" }))); }));
|
|
12
12
|
GoogleCalendar2019.displayName = 'GoogleCalendar2019';
|
|
13
13
|
GoogleCalendar2019['iconName'] = 'google-calendar-2019';
|
|
14
14
|
exports.default = GoogleCalendar2019;
|
package/icon/GoogleDoc.js
CHANGED
|
@@ -8,9 +8,9 @@ var GoogleDoc = 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(GoogleDocD_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(--color33, #2196f3)", 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(--color33, #2196f3)", d: "M11.915 8l4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624zm4.579 12.148h-4.938v.988h4.938v-.988zm3.95-1.975h-8.889v.988h8.889v-.988zm0-1.975h-8.889v.988h8.889v-.988zm0-1.976h-8.889v.988h8.889v-.988z" })));
|
|
14
14
|
}));
|
|
15
15
|
GoogleDoc.displayName = 'GoogleDoc';
|
|
16
16
|
GoogleDoc['iconName'] = 'google-doc';
|
package/icon/GoogleDocD.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 GoogleDocD = 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(--color32, #223442)", 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(--color33, #2196f3)", d: "M16.759 8.023l5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624l4.844.023z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M16.494 20.148v.988h-4.938v-.988h4.938zm3.95-1.975v.988h-8.889v-.988h8.889zm0-1.975v.988h-8.889v-.988h8.889zm0-1.976v.988h-8.889v-.988h8.889z" }))); }));
|
|
9
9
|
GoogleDocD.displayName = 'GoogleDocD';
|
|
10
10
|
GoogleDocD['iconName'] = 'google-doc-D';
|
|
11
11
|
exports.default = GoogleDocD;
|
package/icon/GoogleLogo.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 GoogleLogo = 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(--color22, #ffc107)", d: "M27.767 13.65H26.8v-.05H16v4.8h6.782A7.197 7.197 0 018.8 16 7.2 7.2 0 0116 8.8c1.835 0 3.505.692 4.777 1.823l3.394-3.394A11.946 11.946 0 0016 4C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12c0-.805-.083-1.59-.233-2.35z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color48, #ff3d00)", d: "M5.384 10.415l3.943 2.891A7.197 7.197 0 0116.001 8.8c1.835 0 3.505.692 4.777 1.823l3.394-3.394A11.946 11.946 0 0016.001 4c-4.609 0-8.606 2.602-10.616 6.415z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color24, #4caf50)", d: "M16 28c3.1 0 5.916-1.186 8.045-3.115l-3.714-3.143A7.143 7.143 0 0116 23.2c-3.121 0-5.771-1.99-6.77-4.768l-3.913 3.015C7.303 25.333 11.336 28 16 28z" }),
|
|
9
|
+
react_1.default.createElement("path", { fill: "var(--color23, #1976d2)", d: "M27.767 13.65H26.8v-.05H16v4.8h6.782a7.229 7.229 0 01-2.452 3.343l.002-.001 3.714 3.143c-.263.239 3.955-2.884 3.955-8.884 0-.805-.083-1.59-.233-2.35z" }))); }));
|
|
10
10
|
GoogleLogo.displayName = 'GoogleLogo';
|
|
11
11
|
GoogleLogo['iconName'] = 'google-logo';
|
|
12
12
|
exports.default = GoogleLogo;
|
package/icon/GoogleSheet.js
CHANGED
|
@@ -8,9 +8,9 @@ var GoogleSheet = 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(GoogleSheetD_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(--color36, #43a047)", 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(--color36, #43a047)", d: "M11.915 8l4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624zm7.542 6.222h-7.901v6.914h8.889v-6.914h-.988zm-6.914.988h1.975v.988h-1.975v-.988zm0 1.975h1.975v.988h-1.975v-.988zm0 1.975h1.975v.988h-1.975v-.988zm6.914.988h-3.951v-.988h3.951v.988zm0-1.975h-3.951v-.988h3.951v.988zm0-1.975h-3.951v-.988h3.951v.988z" })));
|
|
14
14
|
}));
|
|
15
15
|
GoogleSheet.displayName = 'GoogleSheet';
|
|
16
16
|
GoogleSheet['iconName'] = 'google-sheet';
|
package/icon/GoogleSheetD.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 GoogleSheetD = 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(--color35, #1e2f1f)", 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(--color36, #43a047)", d: "M11.915 8l4.844.023 5.463 5.114v8.889c0 .605-.215.933-.627 1.349s-.918.624-1.518.624h-8.171c-.6 0-1.106-.208-1.518-.624s-.61-.743-.61-1.349v-11.87c0-.606.206-1.116.619-1.533s.918-.624 1.518-.624z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M20.444 14.222v6.914h-8.889v-6.914h8.889zm-5.926 4.938h-1.975v.988h1.975v-.988zm4.939 0h-3.951v.988h3.951v-.988zm-4.939-1.975h-1.975v.988h1.975v-.988zm4.939 0h-3.951v.988h3.951v-.988zm-4.939-1.975h-1.975v.988h1.975v-.988zm4.939 0h-3.951v.988h3.951v-.988z" }))); }));
|
|
9
9
|
GoogleSheetD.displayName = 'GoogleSheetD';
|
|
10
10
|
GoogleSheetD['iconName'] = 'google-sheet-D';
|
|
11
11
|
exports.default = GoogleSheetD;
|
package/icon/GoogleSlide.js
CHANGED
|
@@ -8,9 +8,9 @@ var GoogleSlide = 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(GoogleSlideD_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(--color34, #f6ad16)", 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(--color34, #f6ad16)", 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-.625l4.862-.018zm1.911 7.111h-5.333a.889.889 0 00-.889.889v4.444c0 .491.398.889.889.889h5.333a.889.889 0 00.889-.889V16a.889.889 0 00-.889-.889z" })));
|
|
14
14
|
}));
|
|
15
15
|
GoogleSlide.displayName = 'GoogleSlide';
|
|
16
16
|
GoogleSlide['iconName'] = 'google-slide';
|
package/icon/GoogleSlideD.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 GoogleSlideD = 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(--color34, #f6ad16)", 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-.625l4.862-.018z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M18.667 15.111h-5.333a.889.889 0 00-.889.889v4.444c0 .491.398.889.889.889h5.333a.889.889 0 00.889-.889V16a.889.889 0 00-.889-.889z" }))); }));
|
|
9
9
|
GoogleSlideD.displayName = 'GoogleSlideD';
|
|
10
10
|
GoogleSlideD['iconName'] = 'google-slide-D';
|
|
11
11
|
exports.default = GoogleSlideD;
|
package/icon/HoldAnswer.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 HoldAnswer = 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(--color58, #4475fd)", d: "M8 0c4.371 0 7.923 3.497 7.999 7.838a12.833 12.833 0 00-8.161 8.159l.162.002c-4.418 0-8-3.573-8-7.98v-.04C0 3.646 3.461.12 7.776.002L8-.001zM6.2 4.8l-.045.002A.6.6 0 005.6 5.4v5.2a.6.6 0 00.6.6l.045-.002A.6.6 0 006.8 10.6V5.4a.6.6 0 00-.6-.6zm3.6 0l-.045.002A.6.6 0 009.2 5.4v5.2a.6.6 0 00.6.6l.045-.002a.6.6 0 00.555-.598V5.4a.6.6 0 00-.6-.6z" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "var(--color79, #299e0b)", d: "M20 8c6.627 0 12 5.373 12 12s-5.373 12-12 12S8 26.627 8 20 13.373 8 20 8zm-2.083 6.541a1.451 1.451 0 00-.853-.123c-.22.034-.486.13-.807.286a3.66 3.66 0 00-.731.444c-.373.314-.6.737-.681 1.26-.085.494-.046 1.052.112 1.669.156.607.425 1.256.807 1.948.38.696.869 1.402 1.466 2.116.453.532.912 1.007 1.379 1.426.459.425.923.789 1.39 1.087.47.301.932.533 1.386.695.465.166.913.25 1.342.25.265 0 .509-.035.731-.105.228-.072.431-.182.606-.327.168-.126.365-.325.582-.588.221-.267.37-.493.447-.685.114-.229.138-.497.064-.775a1.353 1.353 0 00-.463-.703c-.418-.345-.756-.63-1.014-.856s-.506-.453-.746-.679a1.203 1.203 0 00-.786-.362 1.437 1.437 0 00-.868.193 2.097 2.097 0 00-.247.191c-.063.058-.14.134-.23.229l-.03.037-.004.006-.032.031-.087.096a1.693 1.693 0 01-.125-.064 2.47 2.47 0 01-.427-.317 5.516 5.516 0 01-.531-.557 5.786 5.786 0 01-.436-.586 2.595 2.595 0 01-.241-.462 1.307 1.307 0 01-.073-.219.645.645 0 01.058-.027.767.767 0 00.089-.048l.068-.033a.428.428 0 00.087-.055 2.329 2.329 0 00.411-.283c.229-.231.354-.48.391-.76a1.162 1.162 0 00-.194-.807c-.264-.382-.489-.727-.678-1.04s-.356-.615-.503-.906a1.366 1.366 0 00-.631-.6z" }))); }));
|
|
8
8
|
HoldAnswer.displayName = 'HoldAnswer';
|
|
9
9
|
HoldAnswer['iconName'] = 'hold-answer';
|
|
10
10
|
exports.default = HoldAnswer;
|
package/icon/ImageBroken.js
CHANGED
|
@@ -8,10 +8,10 @@ var ImageBroken = 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(ImageBrokenD_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(--
|
|
14
|
-
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(--color57, #a7aaae)", 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(--color57, #a7aaae)", d: "M11.893 8.018L16.755 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-.625z" }),
|
|
14
|
+
react_1.default.createElement("path", { fill: "var(--color82, #f1f1f2)", d: "M18.329 14.738c.585 0 .944.535 1.542 1.822l.627 1.388c.134.291.216.453.32.64.083.15.157.267.221.351l.057.069.027-.021c.255-.235.893-1.441 1.677-3.452l.195-.509.832.313-.323.84c-1.01 2.563-1.726 3.74-2.456 3.74l-.121-.005c-.444-.039-.66-.336-1.255-1.633l-.608-1.346-.151-.314c-.316-.637-.559-.994-.585-.994-.06 0-.34.43-.826 1.361l-.464.91c-.747 1.461-1.143 2.021-1.771 2.021-.595 0-1.021-.552-1.704-1.811l-.675-1.274c-.445-.822-.688-1.208-.702-1.208l-.008-.002c-.028-.016.01-.11-.16.161l-2.439 4.071-.763-.456 1.744-2.952c.081-.134.145-.241.188-.309l.211-.331c.502-.764.815-1.071 1.227-1.071l.113.004c.415.029.619.259 1.261 1.456l.784 1.487.209.374c.165.285.307.506.438.676.16.207.275.296.276.296.079 0 .382-.414.805-1.202l.36-.7.298-.587c.764-1.487 1.025-1.803 1.599-1.803z" })));
|
|
15
15
|
}));
|
|
16
16
|
ImageBroken.displayName = 'ImageBroken';
|
|
17
17
|
ImageBroken['iconName'] = 'image-broken';
|
package/icon/ImageBrokenD.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 ImageBrokenD = 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(--color14, #30323a)", 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(--color15, #8f9199)", d: "M11.893 8.018L16.755 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-.625z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M18.329 14.738c.585 0 .944.535 1.542 1.822l.627 1.388.141.297.06.121.119.223.118.2c.037.059.072.109.104.151l.057.069.027-.021a.753.753 0 00.086-.097l.106-.152.126-.206.144-.259.161-.311.176-.362.19-.413.1-.225-.006 1.994c-.41.651-.782.962-1.157.962l-.121-.005c-.327-.029-.53-.198-.853-.803l-.146-.287-.165-.346-.091-.197-.608-1.346-.151-.314-.151-.295-.135-.246-.115-.195-.091-.142-.063-.087c-.016-.019-.026-.029-.03-.029-.008 0-.02.008-.036.023l-.059.07-.082.118-.105.167-.2.344-.161.293-.184.346-.579 1.133-.215.403c-.548.998-.913 1.395-1.442 1.395-.525 0-.919-.43-1.473-1.396l-.231-.415-.675-1.274-.258-.469-.302-.522-.102-.163-.034-.048c-.003-.004-.006-.006-.007-.006l-.008-.002-.016-.026c-.003-.004-.008-.005-.016.003l-.042.052-.086.131-2.212 3.692-.005-1.744.868-1.464.08-.13.211-.331.219-.321c.381-.531.659-.75 1.008-.75l.113.004c.3.021.49.147.814.666l.16.269.184.331.103.191.784 1.487.209.374c.165.285.307.506.438.676.046.059.088.109.124.149l.124.124.028.022c.017 0 .044-.019.081-.057l.085-.1.108-.149.129-.197.148-.245.166-.291.089-.163.36-.7.404-.792.193-.364.172-.306c.408-.699.658-.904 1.048-.927l.08-.002z" }))); }));
|
|
9
9
|
ImageBrokenD.displayName = 'ImageBrokenD';
|
|
10
10
|
ImageBrokenD['iconName'] = 'image-broken-D';
|
|
11
11
|
exports.default = ImageBrokenD;
|
package/icon/ImagePreview.js
CHANGED
|
@@ -8,9 +8,9 @@ var ImagePreview = 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(ImagePreviewD_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(--color57, #a7aaae)", 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(--color57, #a7aaae)", 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-.625l4.862-.018zm.637 6.633l-2.153 4.02-1.562-2.081-2.209 3.896h5.134l-.012-.015 3.789.001-2.987-5.82zm-3.615-2.189a1.333 1.333 0 100 2.667 1.333 1.333 0 000-2.667z" })));
|
|
14
14
|
}));
|
|
15
15
|
ImagePreview.displayName = 'ImagePreview';
|
|
16
16
|
ImagePreview['iconName'] = 'image-preview';
|
package/icon/ImagePreviewD.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 ImagePreviewD = 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(--color14, #30323a)", 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(--color15, #8f9199)", 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-.625l4.862-.018z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M17.393 14.633l2.987 5.82-3.789-.001.012.015h-5.134l2.209-3.896 1.562 2.081 2.153-4.02zm-3.615-2.189a1.333 1.333 0 110 2.667 1.333 1.333 0 010-2.667z" }))); }));
|
|
9
9
|
ImagePreviewD.displayName = 'ImagePreviewD';
|
|
10
10
|
ImagePreviewD['iconName'] = 'image-preview-D';
|
|
11
11
|
exports.default = ImagePreviewD;
|
package/icon/ItemListSelected.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 ItemListSelected = 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(--color58, #4475fd)", d: "M16 2.667C8.64 2.667 2.667 8.64 2.667 16S8.64 29.333 16 29.333 29.333 23.36 29.333 16 23.36 2.667 16 2.667zm-2.286 19.908L8 16.861l1.611-1.611 4.103 4.091 8.674-8.674 1.611 1.623-10.286 10.286z" }))); }));
|
|
7
7
|
ItemListSelected.displayName = 'ItemListSelected';
|
|
8
8
|
ItemListSelected['iconName'] = 'item-list-selected';
|
|
9
9
|
exports.default = ItemListSelected;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const Limited: 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 Limited;
|
package/icon/Limited.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 Limited = 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: "M10.671 11.107c.32.15.567.385.743.707.172.343.37.699.592 1.067s.488.776.799 1.225c.195.295.273.616.229.95-.043.329-.19.623-.46.895a2.753 2.753 0 01-.484.332.544.544 0 01-.103.065l-.08.039-.084.046-.021.01a.62.62 0 00-.068.032c.008.037.02.082.039.137l.046.122a3 3 0 00.284.544c.134.211.306.442.513.69.225.266.434.484.626.656.186.166.355.29.503.373.057.032.107.057.147.075l.103-.113.038-.037.04-.05.12-.124.105-.103.047-.043c.081-.074.171-.144.291-.225.31-.183.656-.26 1.022-.228.378.033.699.184.926.426.282.266.575.533.879.8l.216.188.446.379c.163.137.34.284.532.442.276.227.46.505.545.828.077.291.064.573-.035.821l-.041.091c-.091.226-.266.492-.526.807a4.639 4.639 0 01-.61.633l-.076.06c-.207.171-.446.3-.714.385-.262.083-.55.124-.861.124a4.712 4.712 0 01-1.581-.294 8.118 8.118 0 01-1.633-.818 11.46 11.46 0 01-1.434-1.096l-.203-.184a17.168 17.168 0 01-1.624-1.68 15.494 15.494 0 01-1.726-2.493c-.45-.816-.767-1.58-.951-2.295-.187-.727-.232-1.384-.132-1.966.096-.616.362-1.115.802-1.484.204-.17.49-.343.861-.523.379-.184.692-.297.951-.337a1.709 1.709 0 011.005.145zM20.486 8.126c.163.091.298.225.389.389l3.3 5.941a1 1 0 01-.875 1.486h-6.601a1 1 0 01-.874-1.486l3.301-5.941a1 1 0 011.36-.389zm-.444 5.252a1 1 0 100 2 1 1 0 000-2zm.008-4.437c-.345 0-.625.093-.625.208v3.333c0 .115.28.208.625.208s.625-.093.625-.208V9.149c0-.115-.28-.208-.625-.208z" }))); }));
|
|
8
|
+
Limited.displayName = 'Limited';
|
|
9
|
+
Limited['iconName'] = 'Limited';
|
|
10
|
+
exports.default = Limited;
|