@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import React, { forwardRef, memo } from 'react';
|
|
3
|
+
var Mobile = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
+
React.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" }))); }));
|
|
5
|
+
Mobile.displayName = 'Mobile';
|
|
6
|
+
Mobile['iconName'] = 'mobile';
|
|
7
|
+
export default Mobile;
|
package/es6/icon/NoConnection.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import React, { forwardRef, memo } from 'react';
|
|
3
3
|
var NoConnection = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
-
React.createElement("path", { fill: "var(--
|
|
5
|
-
React.createElement("path", { fill: "var(--
|
|
4
|
+
React.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" }),
|
|
5
|
+
React.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" }))); }));
|
|
6
6
|
NoConnection.displayName = 'NoConnection';
|
|
7
7
|
NoConnection['iconName'] = 'no-connection';
|
|
8
8
|
export default NoConnection;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import React, { forwardRef, memo } from 'react';
|
|
3
|
+
var Paging = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
+
React.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" }),
|
|
5
|
+
React.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" }))); }));
|
|
6
|
+
Paging.displayName = 'Paging';
|
|
7
|
+
Paging['iconName'] = 'Paging';
|
|
8
|
+
export default Paging;
|
package/es6/icon/Pdf.js
CHANGED
|
@@ -6,9 +6,9 @@ var Pdf = memo(forwardRef(function (inProps, svgRef) {
|
|
|
6
6
|
var theme = useTheme();
|
|
7
7
|
var _a = inProps.themeType, themeType = _a === void 0 ? theme.palette.type : _a, props = __rest(inProps, ["themeType"]);
|
|
8
8
|
return themeType === 'dark' ? (React.createElement(PdfD, __assign({}, props, { ref: svgRef }))) : (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
9
|
-
React.createElement("path", { fill: "var(--
|
|
10
|
-
React.createElement("path", { fill: "var(--
|
|
11
|
-
React.createElement("path", { fill: "var(--
|
|
9
|
+
React.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" }),
|
|
10
|
+
React.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" }),
|
|
11
|
+
React.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" })));
|
|
12
12
|
}));
|
|
13
13
|
Pdf.displayName = 'Pdf';
|
|
14
14
|
Pdf['iconName'] = 'pdf';
|
package/es6/icon/PdfD.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import React, { forwardRef, memo } from 'react';
|
|
3
3
|
var PdfD = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
-
React.createElement("path", { fill: "var(--
|
|
5
|
-
React.createElement("path", { fill: "var(--
|
|
6
|
-
React.createElement("path", { fill: "var(--
|
|
4
|
+
React.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" }),
|
|
5
|
+
React.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" }),
|
|
6
|
+
React.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" }))); }));
|
|
7
7
|
PdfD.displayName = 'PdfD';
|
|
8
8
|
PdfD['iconName'] = 'pdf-D';
|
|
9
9
|
export default PdfD;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import React, { forwardRef, memo } from 'react';
|
|
3
3
|
var PoorConnection = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
-
React.createElement("path", { fill: "var(--
|
|
5
|
-
React.createElement("path", { fill: "var(--
|
|
4
|
+
React.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" }),
|
|
5
|
+
React.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" }))); }));
|
|
6
6
|
PoorConnection.displayName = 'PoorConnection';
|
|
7
7
|
PoorConnection['iconName'] = 'poor-connection';
|
|
8
8
|
export default PoorConnection;
|
package/es6/icon/Ppt.js
CHANGED
|
@@ -6,9 +6,9 @@ var Ppt = memo(forwardRef(function (inProps, svgRef) {
|
|
|
6
6
|
var theme = useTheme();
|
|
7
7
|
var _a = inProps.themeType, themeType = _a === void 0 ? theme.palette.type : _a, props = __rest(inProps, ["themeType"]);
|
|
8
8
|
return themeType === 'dark' ? (React.createElement(PptD, __assign({}, props, { ref: svgRef }))) : (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
9
|
-
React.createElement("path", { fill: "var(--
|
|
10
|
-
React.createElement("path", { fill: "var(--
|
|
11
|
-
React.createElement("path", { fill: "var(--
|
|
9
|
+
React.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" }),
|
|
10
|
+
React.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" }),
|
|
11
|
+
React.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" })));
|
|
12
12
|
}));
|
|
13
13
|
Ppt.displayName = 'Ppt';
|
|
14
14
|
Ppt['iconName'] = 'ppt';
|
package/es6/icon/PptD.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import React, { forwardRef, memo } from 'react';
|
|
3
3
|
var PptD = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
-
React.createElement("path", { fill: "var(--
|
|
5
|
-
React.createElement("path", { fill: "var(--
|
|
6
|
-
React.createElement("path", { fill: "var(--
|
|
4
|
+
React.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" }),
|
|
5
|
+
React.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" }),
|
|
6
|
+
React.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" }))); }));
|
|
7
7
|
PptD.displayName = 'PptD';
|
|
8
8
|
PptD['iconName'] = 'ppt-D';
|
|
9
9
|
export default PptD;
|
package/es6/icon/RcContact.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import React, { forwardRef, memo } from 'react';
|
|
3
3
|
var RcContact = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
-
React.createElement("path", { fill: "var(--
|
|
4
|
+
React.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" }))); }));
|
|
5
5
|
RcContact.displayName = 'RcContact';
|
|
6
6
|
RcContact['iconName'] = 'rc_contact';
|
|
7
7
|
export default RcContact;
|
package/es6/icon/RcvMicOff.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import React, { forwardRef, memo } from 'react';
|
|
3
3
|
var RcvMicOff = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
-
React.createElement("path", { fill: "var(--
|
|
5
|
-
React.createElement("path", { fill: "var(--
|
|
4
|
+
React.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" }),
|
|
5
|
+
React.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" }))); }));
|
|
6
6
|
RcvMicOff.displayName = 'RcvMicOff';
|
|
7
7
|
RcvMicOff['iconName'] = 'rcv_mic-off';
|
|
8
8
|
export default RcvMicOff;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import React, { forwardRef, memo } from 'react';
|
|
3
3
|
var RcvVideocamOff = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
-
React.createElement("path", { fill: "var(--
|
|
5
|
-
React.createElement("path", { fill: "var(--
|
|
4
|
+
React.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" }),
|
|
5
|
+
React.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" }))); }));
|
|
6
6
|
RcvVideocamOff.displayName = 'RcvVideocamOff';
|
|
7
7
|
RcvVideocamOff['iconName'] = 'rcv_videocam-off';
|
|
8
8
|
export default RcvVideocamOff;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import React, { forwardRef, memo } from 'react';
|
|
3
|
+
var SharedLine = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
+
React.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" }),
|
|
5
|
+
React.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" }),
|
|
6
|
+
React.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" }))); }));
|
|
7
|
+
SharedLine.displayName = 'SharedLine';
|
|
8
|
+
SharedLine['iconName'] = 'Shared-line';
|
|
9
|
+
export default SharedLine;
|
package/es6/icon/Sort.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import React, { forwardRef, memo } from 'react';
|
|
3
3
|
var Sort = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
-
React.createElement("path", { fill: "var(--
|
|
5
|
-
React.createElement("path", { fill: "var(--
|
|
4
|
+
React.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" }),
|
|
5
|
+
React.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" }))); }));
|
|
6
6
|
Sort.displayName = 'Sort';
|
|
7
7
|
Sort['iconName'] = 'sort';
|
|
8
8
|
export default Sort;
|
package/es6/icon/StopRecord.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import React, { forwardRef, memo } from 'react';
|
|
3
3
|
var StopRecord = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
-
React.createElement("path", { fill: "var(--
|
|
4
|
+
React.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" }))); }));
|
|
5
5
|
StopRecord.displayName = 'StopRecord';
|
|
6
6
|
StopRecord['iconName'] = 'stop-record';
|
|
7
7
|
export default StopRecord;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import React, { forwardRef, memo } from 'react';
|
|
3
3
|
var WeakConnection = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
-
React.createElement("path", { fill: "var(--
|
|
5
|
-
React.createElement("path", { fill: "var(--
|
|
4
|
+
React.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" }),
|
|
5
|
+
React.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" }))); }));
|
|
6
6
|
WeakConnection.displayName = 'WeakConnection';
|
|
7
7
|
WeakConnection['iconName'] = 'weak-connection';
|
|
8
8
|
export default WeakConnection;
|
package/es6/icon/Zip.js
CHANGED
|
@@ -6,9 +6,9 @@ var Zip = memo(forwardRef(function (inProps, svgRef) {
|
|
|
6
6
|
var theme = useTheme();
|
|
7
7
|
var _a = inProps.themeType, themeType = _a === void 0 ? theme.palette.type : _a, props = __rest(inProps, ["themeType"]);
|
|
8
8
|
return themeType === 'dark' ? (React.createElement(ZipD, __assign({}, props, { ref: svgRef }))) : (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
9
|
-
React.createElement("path", { fill: "var(--
|
|
10
|
-
React.createElement("path", { fill: "var(--
|
|
11
|
-
React.createElement("path", { fill: "var(--
|
|
9
|
+
React.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" }),
|
|
10
|
+
React.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" }),
|
|
11
|
+
React.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" })));
|
|
12
12
|
}));
|
|
13
13
|
Zip.displayName = 'Zip';
|
|
14
14
|
Zip['iconName'] = 'zip';
|
package/es6/icon/ZipD.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import React, { forwardRef, memo } from 'react';
|
|
3
3
|
var ZipD = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
-
React.createElement("path", { fill: "var(--
|
|
5
|
-
React.createElement("path", { fill: "var(--
|
|
6
|
-
React.createElement("path", { fill: "var(--
|
|
4
|
+
React.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" }),
|
|
5
|
+
React.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" }),
|
|
6
|
+
React.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" }))); }));
|
|
7
7
|
ZipD.displayName = 'ZipD';
|
|
8
8
|
ZipD['iconName'] = 'zip-D';
|
|
9
9
|
export default ZipD;
|
package/es6/icon/index.js
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';
|
package/es6/icons/icon-0.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>0</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M16 7c0.489 0 0.948 0.090 1.376 0.271s0.8 0.456 1.114 0.827c0.314 0.371 0.562 0.839 0.744 1.405s0.273 1.234 0.273 2.004c0 0.771-0.091 1.438-0.273 2.001s-0.43 1.030-0.744 1.399c-0.314 0.369-0.685 0.643-1.114 0.824s-0.887 0.27-1.376 0.27c-0.494 0-0.952-0.090-1.376-0.271s-0.793-0.455-1.107-0.824c-0.314-0.369-0.561-0.835-0.74-1.399s-0.269-1.231-0.269-2.001c0-0.771 0.090-1.439 0.269-2.004s0.426-1.034 0.74-1.405c0.314-0.371 0.683-0.646 1.107-0.827s0.883-0.271 1.376-0.271zM16 7.928c-0.296 0-0.581 0.060-0.855 0.181s-0.514 0.321-0.72 0.599c-0.206 0.279-0.371 0.646-0.495 1.103s-0.185 1.021-0.185 1.694c0 0.672 0.062 1.236 0.185 1.691s0.288 0.822 0.495 1.1c0.206 0.279 0.446 0.478 0.72 0.599s0.559 0.181 0.855 0.181c0.296 0 0.581-0.060 0.855-0.181s0.515-0.321 0.724-0.599c0.209-0.279 0.375-0.646 0.498-1.1s0.185-1.018 0.185-1.691c0-0.672-0.062-1.237-0.185-1.694s-0.289-0.825-0.498-1.103c-0.209-0.279-0.45-0.478-0.724-0.599s-0.559-0.181-0.855-0.181z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M16.198 20.583v1.471h1.402v0.465h-1.402v1.481h-0.503v-1.481h-1.395v-0.465h1.395v-1.471z"></path>
|
|
6
6
|
</svg>
|
package/es6/icons/icon-2.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>2</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M16.119 7c0.381 0 0.736 0.056 1.067 0.168s0.616 0.274 0.857 0.488c0.241 0.213 0.43 0.473 0.568 0.779s0.207 0.654 0.207 1.043c0 0.331-0.050 0.638-0.151 0.919s-0.236 0.552-0.408 0.811c-0.172 0.259-0.369 0.509-0.593 0.752-0.149 0.162-0.305 0.325-0.466 0.491l-2.613 2.648c0.167-0.046 0.337-0.082 0.508-0.109s0.337-0.040 0.496-0.040h3.013c0.121 0 0.218 0.035 0.289 0.106s0.107 0.162 0.107 0.273v0.671h-6v-0.379c0-0.079 0.016-0.159 0.047-0.242s0.083-0.159 0.154-0.23l2.881-2.863c0.238-0.24 0.456-0.471 0.653-0.693s0.365-0.444 0.505-0.668c0.14-0.224 0.248-0.45 0.323-0.68s0.113-0.475 0.113-0.736c0-0.261-0.042-0.49-0.126-0.686s-0.199-0.359-0.345-0.488c-0.146-0.128-0.318-0.225-0.515-0.289s-0.408-0.096-0.634-0.096c-0.226 0-0.435 0.033-0.628 0.099s-0.363 0.158-0.511 0.276c-0.149 0.118-0.274 0.258-0.377 0.419s-0.175 0.34-0.217 0.534c-0.033 0.12-0.084 0.207-0.151 0.261s-0.155 0.081-0.264 0.081l-0.066-0.003c-0.023-0.002-0.049-0.005-0.078-0.009l-0.584-0.099c0.059-0.406 0.172-0.765 0.339-1.078s0.38-0.575 0.637-0.786c0.257-0.211 0.552-0.372 0.885-0.481s0.691-0.165 1.076-0.165z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M14.357 24h-0.375c-0.043 0-0.078-0.011-0.105-0.032s-0.047-0.049-0.060-0.082l-0.335-0.865h-1.607l-0.335 0.865c-0.012 0.030-0.032 0.057-0.060 0.080s-0.063 0.035-0.105 0.035h-0.375l1.433-3.582h0.492l1.433 3.582zM12.010 22.67h1.338l-0.563-1.457c-0.037-0.090-0.072-0.203-0.107-0.337l-0.054 0.189-0.051 0.151-0.563 1.455zM14.81 24v-3.582h1.143c0.22 0 0.41 0.022 0.569 0.065s0.29 0.105 0.392 0.185c0.102 0.080 0.178 0.178 0.227 0.294s0.074 0.246 0.074 0.391c0 0.088-0.014 0.173-0.041 0.255s-0.069 0.157-0.125 0.227c-0.056 0.070-0.126 0.133-0.21 0.188s-0.183 0.1-0.296 0.135c0.262 0.052 0.459 0.146 0.593 0.282s0.2 0.317 0.2 0.54c0 0.152-0.028 0.29-0.084 0.415s-0.137 0.233-0.245 0.323c-0.108 0.090-0.239 0.16-0.395 0.209s-0.334 0.074-0.534 0.074h-1.268zM15.295 22.367v1.247h0.775c0.138 0 0.257-0.016 0.356-0.047s0.181-0.076 0.245-0.134c0.064-0.058 0.111-0.126 0.141-0.205s0.045-0.166 0.045-0.261c0-0.185-0.065-0.331-0.196-0.439s-0.329-0.161-0.594-0.161h-0.773zM15.295 22.023h0.64c0.137 0 0.255-0.015 0.355-0.045s0.183-0.072 0.249-0.125c0.066-0.053 0.115-0.118 0.146-0.194s0.047-0.159 0.047-0.249c0-0.21-0.063-0.364-0.19-0.462s-0.323-0.148-0.59-0.148h-0.658v1.223zM20.57 23.26c0.027 0 0.051 0.011 0.073 0.032l0.19 0.207c-0.147 0.17-0.325 0.302-0.534 0.398s-0.461 0.142-0.756 0.142c-0.258 0-0.492-0.045-0.703-0.134s-0.389-0.214-0.538-0.375c-0.148-0.161-0.263-0.354-0.345-0.579s-0.122-0.473-0.122-0.742c0-0.27 0.044-0.517 0.131-0.742s0.21-0.418 0.369-0.58c0.158-0.162 0.348-0.287 0.569-0.376s0.465-0.134 0.731-0.134c0.263 0 0.49 0.041 0.681 0.122s0.36 0.192 0.509 0.332l-0.157 0.223c-0.012 0.017-0.025 0.030-0.040 0.041s-0.037 0.016-0.065 0.016c-0.022 0-0.045-0.008-0.069-0.024l-0.086-0.059c-0.033-0.023-0.073-0.048-0.117-0.075s-0.098-0.052-0.16-0.075c-0.062-0.023-0.133-0.043-0.215-0.059s-0.176-0.024-0.282-0.024c-0.192 0-0.367 0.033-0.526 0.099s-0.296 0.16-0.411 0.281c-0.115 0.122-0.205 0.27-0.269 0.445s-0.096 0.371-0.096 0.587c0 0.223 0.032 0.422 0.096 0.598s0.152 0.323 0.262 0.444c0.111 0.121 0.242 0.213 0.394 0.276s0.315 0.095 0.49 0.095c0.107 0 0.203-0.006 0.288-0.019s0.164-0.032 0.236-0.059c0.073-0.027 0.14-0.060 0.203-0.101l0.094-0.067 0.095-0.079c0.028-0.025 0.056-0.038 0.082-0.038z"></path>
|
|
6
6
|
</svg>
|
package/es6/icons/icon-3.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>3</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M16.193 7c0.378 0 0.728 0.053 1.048 0.16s0.596 0.258 0.826 0.455c0.231 0.197 0.411 0.434 0.54 0.713s0.193 0.588 0.193 0.928c0 0.278-0.036 0.527-0.109 0.746s-0.177 0.412-0.312 0.577c-0.135 0.166-0.298 0.306-0.49 0.421s-0.405 0.207-0.642 0.276c0.582 0.152 1.020 0.405 1.313 0.762s0.44 0.803 0.44 1.339c0 0.405-0.078 0.77-0.234 1.094s-0.369 0.599-0.639 0.826c-0.27 0.227-0.585 0.401-0.945 0.522s-0.745 0.181-1.157 0.181c-0.474 0-0.879-0.058-1.216-0.175s-0.622-0.277-0.854-0.482c-0.233-0.205-0.424-0.447-0.574-0.728s-0.277-0.585-0.38-0.912l0.474-0.197c0.087-0.037 0.175-0.055 0.262-0.055 0.083 0 0.157 0.017 0.221 0.052 0.043 0.023 0.079 0.055 0.108 0.096l0.051 0.093 0.037 0.085c0.058 0.119 0.129 0.253 0.212 0.402s0.195 0.29 0.337 0.421c0.141 0.131 0.317 0.242 0.527 0.332s0.471 0.135 0.783 0.135c0.312 0 0.585-0.050 0.82-0.15s0.43-0.23 0.586-0.39c0.156-0.16 0.273-0.338 0.352-0.534s0.119-0.391 0.119-0.584c0-0.238-0.032-0.455-0.097-0.651s-0.181-0.367-0.349-0.51c-0.168-0.143-0.401-0.256-0.699-0.338s-0.679-0.123-1.145-0.123v-0.793c0.378-0.004 0.702-0.045 0.97-0.123s0.488-0.184 0.658-0.319c0.17-0.135 0.294-0.297 0.371-0.485s0.115-0.397 0.115-0.627c0-0.254-0.041-0.475-0.122-0.663s-0.192-0.344-0.334-0.467c-0.141-0.123-0.309-0.215-0.502-0.276s-0.402-0.092-0.627-0.092c-0.225 0-0.432 0.033-0.624 0.098s-0.361 0.157-0.508 0.273c-0.148 0.117-0.271 0.256-0.371 0.418s-0.175 0.337-0.225 0.525c-0.033 0.119-0.083 0.205-0.15 0.258s-0.152 0.080-0.256 0.080l-0.066-0.003c-0.023-0.002-0.049-0.005-0.078-0.009l-0.58-0.098c0.058-0.401 0.17-0.757 0.337-1.066s0.377-0.568 0.633-0.777c0.256-0.209 0.549-0.368 0.879-0.476s0.687-0.163 1.070-0.163z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M14.54 22.21c0 0.268-0.043 0.512-0.127 0.733s-0.205 0.408-0.36 0.565c-0.155 0.157-0.341 0.278-0.557 0.364s-0.457 0.129-0.72 0.129h-1.34v-3.582h1.34c0.263 0 0.503 0.043 0.72 0.129s0.402 0.207 0.557 0.365c0.155 0.157 0.275 0.346 0.36 0.566s0.127 0.464 0.127 0.733zM14.043 22.21c0-0.22-0.030-0.417-0.090-0.59s-0.145-0.32-0.255-0.44c-0.11-0.12-0.243-0.212-0.4-0.275s-0.331-0.095-0.523-0.095h-0.852v2.797h0.852c0.192 0 0.366-0.032 0.523-0.095s0.29-0.155 0.4-0.274c0.11-0.119 0.195-0.265 0.255-0.439s0.090-0.37 0.090-0.59zM17.407 20.418v0.395h-1.72v1.19h1.393v0.38h-1.393v1.223h1.72v0.395h-2.207v-3.582h2.207zM20.313 20.418v0.395h-1.72v1.253h1.47v0.395h-1.47v1.54h-0.488v-3.582h2.207z"></path>
|
|
6
6
|
</svg>
|
package/es6/icons/icon-4.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>4</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M17.594 7v5.753h1.406v0.641c0 0.067-0.021 0.124-0.062 0.17s-0.105 0.069-0.191 0.069h-1.154v2.368h-1.018v-2.368h-4.116c-0.086 0-0.161-0.024-0.224-0.072s-0.103-0.108-0.12-0.179l-0.117-0.572 4.518-5.809h1.076zM16.628 8.3l-3.377 4.453h3.325v-3.712c0-0.109 0.003-0.226 0.010-0.352l0.015-0.192 0.027-0.198z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M13.607 23.648c0.097 0 0.185-0.005 0.266-0.014s0.157-0.023 0.229-0.041c0.072-0.018 0.139-0.040 0.203-0.066s0.127-0.055 0.19-0.089v-0.79h-0.555c-0.032 0-0.057-0.009-0.076-0.027s-0.029-0.041-0.029-0.067v-0.275h1.1v1.375c-0.090 0.065-0.184 0.122-0.281 0.17s-0.202 0.089-0.313 0.121c-0.111 0.032-0.23 0.057-0.356 0.073s-0.264 0.024-0.412 0.024c-0.26 0-0.498-0.045-0.715-0.134s-0.403-0.214-0.56-0.375c-0.157-0.161-0.279-0.354-0.366-0.579s-0.131-0.473-0.131-0.742c0-0.273 0.043-0.523 0.129-0.747s0.208-0.418 0.367-0.579c0.159-0.161 0.352-0.285 0.578-0.374s0.479-0.133 0.759-0.133c0.142 0 0.273 0.010 0.395 0.031s0.235 0.051 0.339 0.090c0.104 0.039 0.2 0.087 0.289 0.142s0.171 0.119 0.248 0.189l-0.137 0.22c-0.028 0.045-0.065 0.067-0.11 0.067-0.027 0-0.056-0.009-0.088-0.027l-0.14-0.085c-0.052-0.033-0.115-0.065-0.189-0.096s-0.162-0.057-0.262-0.079c-0.101-0.022-0.22-0.032-0.359-0.032-0.202 0-0.384 0.033-0.547 0.099s-0.303 0.16-0.418 0.282c-0.115 0.122-0.203 0.271-0.265 0.445s-0.092 0.37-0.092 0.586c0 0.227 0.032 0.429 0.096 0.606s0.155 0.328 0.271 0.451c0.117 0.123 0.255 0.218 0.415 0.282s0.337 0.098 0.53 0.098zM18.585 24h-0.488v-1.63h-1.93v1.63h-0.488v-3.582h0.488v1.598h1.93v-1.598h0.488v3.582zM20.035 24h-0.485v-3.582h0.485v3.582z"></path>
|
|
6
6
|
</svg>
|
package/es6/icons/icon-5.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>5</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M18.711 7.484c0 0.157-0.053 0.287-0.158 0.388s-0.282 0.152-0.532 0.152h-2.954l-0.433 2.335c0.49-0.099 0.943-0.149 1.359-0.149 0.49 0 0.922 0.068 1.297 0.205s0.688 0.325 0.942 0.565c0.254 0.24 0.445 0.524 0.574 0.851s0.194 0.683 0.194 1.068c0 0.472-0.088 0.899-0.263 1.28s-0.415 0.707-0.719 0.978c-0.304 0.271-0.662 0.479-1.073 0.624s-0.856 0.217-1.333 0.217c-0.276 0-0.54-0.026-0.794-0.078s-0.49-0.121-0.709-0.208c-0.219-0.087-0.422-0.186-0.611-0.298s-0.354-0.23-0.499-0.354l0.354-0.472c0.079-0.108 0.184-0.162 0.315-0.162 0.083 0 0.181 0.032 0.292 0.096s0.246 0.136 0.404 0.214c0.158 0.079 0.342 0.15 0.555 0.214s0.465 0.096 0.758 0.096c0.328 0 0.624-0.050 0.886-0.149s0.487-0.241 0.673-0.425c0.186-0.184 0.329-0.405 0.43-0.662s0.151-0.544 0.151-0.863c0-0.277-0.043-0.528-0.128-0.752s-0.214-0.414-0.387-0.571c-0.173-0.157-0.388-0.28-0.647-0.366s-0.56-0.13-0.906-0.13c-0.236 0-0.481 0.019-0.735 0.056s-0.516 0.097-0.788 0.18l-0.735-0.205 0.761-4.162h4.457v0.484z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M13.633 22.762c0 0.2-0.025 0.379-0.074 0.538s-0.122 0.292-0.217 0.401c-0.096 0.109-0.214 0.193-0.354 0.251s-0.301 0.087-0.482 0.087c-0.162 0-0.33-0.023-0.505-0.070l0.027-0.285c0.003-0.028 0.014-0.051 0.031-0.069s0.044-0.026 0.079-0.026c0.020 0 0.044 0.003 0.073 0.010l0.047 0.012c0.050 0.015 0.117 0.023 0.2 0.023 0.11 0 0.208-0.017 0.294-0.050s0.158-0.085 0.217-0.155c0.059-0.070 0.104-0.16 0.135-0.269s0.046-0.239 0.046-0.389v-2.355h0.482v2.345zM15.037 21.988h0.182c0.063 0 0.114-0.008 0.151-0.024s0.073-0.043 0.106-0.081l1.193-1.35c0.037-0.042 0.072-0.071 0.106-0.089s0.078-0.026 0.131-0.026h0.413l-1.365 1.543c-0.035 0.038-0.068 0.071-0.099 0.098s-0.064 0.048-0.099 0.065c0.047 0.015 0.088 0.038 0.123 0.067s0.072 0.067 0.11 0.113l1.425 1.698h-0.42c-0.032 0-0.058-0.003-0.080-0.008s-0.040-0.012-0.056-0.020l-0.023-0.014-0.061-0.061-1.238-1.422-0.051-0.051c-0.016-0.014-0.034-0.026-0.055-0.036s-0.045-0.017-0.072-0.021l-0.046-0.005-0.275-0.002v1.64h-0.482v-3.582h0.482v1.57zM18.395 23.593h1.55v0.407h-2.035v-3.582h0.485v3.175z"></path>
|
|
6
6
|
</svg>
|
package/es6/icons/icon-6.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>6</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M17.919 7l-3.087 3.907c0.211-0.145 0.445-0.258 0.702-0.338s0.534-0.121 0.832-0.121c0.356 0 0.694 0.059 1.012 0.177s0.598 0.29 0.838 0.516c0.24 0.226 0.431 0.503 0.571 0.832s0.211 0.705 0.211 1.127c0 0.41-0.075 0.791-0.224 1.143s-0.357 0.658-0.624 0.919c-0.267 0.261-0.589 0.466-0.966 0.615s-0.791 0.224-1.242 0.224c-0.447 0-0.852-0.071-1.214-0.214s-0.672-0.346-0.929-0.609c-0.257-0.263-0.454-0.582-0.593-0.957s-0.208-0.794-0.208-1.258c0-0.389 0.087-0.803 0.261-1.242s0.449-0.911 0.826-1.416l2.255-3.037c0.058-0.075 0.139-0.138 0.242-0.189s0.222-0.078 0.354-0.078h0.981zM16.006 11.292c-0.298 0-0.567 0.051-0.807 0.152s-0.444 0.238-0.612 0.41c-0.168 0.172-0.296 0.371-0.385 0.596s-0.134 0.461-0.134 0.705c0 0.286 0.041 0.547 0.124 0.783s0.204 0.439 0.363 0.609c0.159 0.17 0.354 0.301 0.584 0.394s0.492 0.14 0.786 0.14c0.298 0 0.567-0.048 0.807-0.143s0.446-0.228 0.618-0.398c0.172-0.17 0.304-0.371 0.398-0.603s0.14-0.484 0.14-0.758c0-0.29-0.046-0.552-0.137-0.786s-0.219-0.433-0.385-0.596c-0.166-0.164-0.364-0.289-0.596-0.376s-0.487-0.13-0.764-0.13z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M19.94 20.378c0.263 0 0.504 0.045 0.721 0.135s0.404 0.216 0.559 0.379c0.155 0.163 0.275 0.356 0.36 0.58s0.128 0.47 0.128 0.739c0 0.268-0.043 0.515-0.128 0.739s-0.205 0.417-0.36 0.579c-0.155 0.162-0.341 0.287-0.559 0.376s-0.458 0.134-0.721 0.134c-0.263 0-0.503-0.045-0.72-0.134s-0.402-0.215-0.558-0.376c-0.155-0.162-0.275-0.355-0.36-0.579s-0.128-0.47-0.128-0.739c0-0.268 0.043-0.515 0.128-0.739s0.205-0.418 0.36-0.58c0.155-0.163 0.341-0.289 0.558-0.379s0.457-0.135 0.72-0.135zM10.357 20.418c0.043 0 0.077 0.004 0.1 0.012s0.046 0.032 0.068 0.070l1.27 2.267 0.080 0.198 0.026-0.068 0.027-0.065c0.018-0.043 0.039-0.085 0.063-0.129l1.213-2.203c0.022-0.038 0.044-0.062 0.068-0.070s0.057-0.012 0.1-0.012h0.357v3.582h-0.425l0.001-2.687 0.009-0.181-1.227 2.24c-0.042 0.075-0.1 0.113-0.175 0.113h-0.070c-0.075 0-0.133-0.038-0.175-0.113l-1.255-2.247 0.011 0.128 0.004 0.115v2.633h-0.425v-3.582h0.357zM14.85 20.418c0.043 0 0.075 0.005 0.096 0.016s0.045 0.033 0.071 0.066l2.075 2.7-0.010-0.126-0.003-0.119v-2.538h0.425v3.582h-0.245c-0.038 0-0.070-0.007-0.096-0.020s-0.051-0.036-0.076-0.067l-2.072-2.697 0.010 0.233v2.553h-0.425v-3.582h0.25zM19.94 20.797c-0.192 0-0.366 0.032-0.523 0.098s-0.29 0.158-0.401 0.279c-0.111 0.121-0.196 0.269-0.256 0.444s-0.090 0.372-0.090 0.593c0 0.22 0.030 0.417 0.090 0.591s0.145 0.322 0.256 0.442c0.111 0.121 0.245 0.213 0.401 0.277s0.331 0.096 0.523 0.096c0.193 0 0.368-0.032 0.525-0.096s0.29-0.157 0.4-0.277c0.11-0.121 0.195-0.268 0.255-0.442s0.090-0.371 0.090-0.591c0-0.22-0.030-0.418-0.090-0.593s-0.145-0.323-0.255-0.444c-0.11-0.121-0.243-0.214-0.4-0.279s-0.332-0.098-0.525-0.098z"></path>
|
|
6
6
|
</svg>
|
package/es6/icons/icon-7.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>7</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M19 7v0.502c0 0.142-0.015 0.26-0.046 0.352s-0.063 0.17-0.095 0.232l-3.653 7.518c-0.053 0.109-0.127 0.202-0.222 0.279s-0.222 0.116-0.382 0.116h-0.782l3.708-7.424c0.053-0.105 0.108-0.201 0.163-0.289s0.118-0.172 0.188-0.251h-4.608c-0.070 0-0.132-0.028-0.188-0.085s-0.083-0.12-0.083-0.192v-0.76h6z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M10.482 22.66v1.34h-0.482v-3.582h1.058c0.227 0 0.424 0.026 0.591 0.079s0.306 0.127 0.416 0.224c0.11 0.097 0.192 0.213 0.246 0.35s0.081 0.289 0.081 0.457c0 0.167-0.029 0.319-0.088 0.457s-0.144 0.258-0.256 0.358c-0.113 0.1-0.252 0.178-0.419 0.234s-0.357 0.084-0.572 0.084h-0.575zM10.482 22.275h0.575c0.138 0 0.26-0.018 0.366-0.055s0.195-0.088 0.266-0.154c0.072-0.066 0.126-0.145 0.162-0.236s0.055-0.192 0.055-0.302c0-0.228-0.070-0.407-0.211-0.535s-0.354-0.192-0.639-0.192h-0.575v1.475zM16.332 22.21c0 0.168-0.017 0.328-0.051 0.48s-0.084 0.293-0.149 0.424c-0.065 0.131-0.144 0.25-0.238 0.356s-0.198 0.199-0.315 0.277l0.92 0.992h-0.4c-0.060 0-0.113-0.008-0.16-0.025s-0.089-0.046-0.127-0.087l-0.63-0.685c-0.095 0.030-0.194 0.053-0.296 0.070s-0.21 0.025-0.321 0.025c-0.263 0-0.503-0.045-0.72-0.134s-0.402-0.215-0.557-0.376c-0.155-0.162-0.275-0.355-0.36-0.579s-0.127-0.47-0.127-0.739c0-0.268 0.043-0.515 0.127-0.739s0.205-0.418 0.36-0.58c0.155-0.163 0.341-0.289 0.557-0.379s0.457-0.135 0.72-0.135c0.263 0 0.504 0.045 0.721 0.135s0.404 0.216 0.559 0.379c0.155 0.163 0.275 0.356 0.36 0.58s0.128 0.47 0.128 0.739zM15.835 22.21c0-0.22-0.030-0.418-0.090-0.593s-0.145-0.323-0.255-0.444c-0.11-0.121-0.243-0.214-0.4-0.279s-0.332-0.098-0.525-0.098c-0.192 0-0.366 0.032-0.522 0.098s-0.29 0.158-0.401 0.279c-0.111 0.121-0.196 0.269-0.256 0.444s-0.090 0.372-0.090 0.593c0 0.22 0.030 0.417 0.090 0.591s0.145 0.322 0.256 0.442c0.111 0.121 0.245 0.213 0.401 0.277s0.331 0.096 0.523 0.096c0.193 0 0.368-0.032 0.525-0.096s0.29-0.157 0.4-0.277c0.11-0.121 0.195-0.268 0.255-0.442s0.090-0.371 0.090-0.591zM17.527 22.505v1.495h-0.483v-3.582h1.012c0.227 0 0.422 0.023 0.587 0.069s0.301 0.112 0.409 0.199c0.108 0.087 0.187 0.191 0.239 0.314s0.078 0.26 0.078 0.411c0 0.127-0.020 0.245-0.060 0.355s-0.098 0.209-0.174 0.296c-0.076 0.087-0.168 0.162-0.277 0.224s-0.233 0.108-0.371 0.14c0.060 0.035 0.113 0.086 0.16 0.152l1.045 1.422h-0.43c-0.088 0-0.153-0.034-0.195-0.102l-0.93-1.28c-0.028-0.040-0.059-0.069-0.093-0.086s-0.083-0.026-0.15-0.026h-0.367zM17.527 22.152h0.508c0.142 0 0.266-0.017 0.374-0.051s0.198-0.082 0.27-0.145c0.073-0.063 0.127-0.137 0.164-0.224s0.055-0.183 0.055-0.288c0-0.213-0.070-0.374-0.211-0.483s-0.35-0.163-0.629-0.163h-0.53v1.352zM22.050 20.977c-0.015 0.025-0.031 0.044-0.047 0.056s-0.038 0.019-0.065 0.019c-0.019 0-0.040-0.006-0.063-0.019l-0.036-0.024c-0.038-0.028-0.085-0.060-0.142-0.094s-0.127-0.065-0.207-0.094c-0.081-0.028-0.179-0.043-0.294-0.043-0.108 0-0.204 0.015-0.288 0.044s-0.153 0.069-0.209 0.119c-0.056 0.050-0.098 0.109-0.126 0.176s-0.043 0.14-0.043 0.219c0 0.1 0.025 0.183 0.074 0.249s0.114 0.122 0.195 0.169c0.081 0.047 0.172 0.087 0.275 0.121l0.315 0.106c0.108 0.037 0.212 0.078 0.315 0.124s0.194 0.104 0.275 0.174c0.081 0.070 0.146 0.156 0.195 0.258s0.074 0.227 0.074 0.375c0 0.157-0.027 0.304-0.080 0.441s-0.131 0.257-0.234 0.359c-0.102 0.102-0.228 0.182-0.378 0.24s-0.319 0.087-0.509 0.087c-0.232 0-0.443-0.042-0.634-0.126s-0.354-0.198-0.489-0.341l0.14-0.23c0.013-0.018 0.030-0.034 0.049-0.046s0.040-0.019 0.064-0.019c0.023 0 0.049 0.008 0.077 0.025l0.148 0.111c0.020 0.014 0.041 0.029 0.064 0.044 0.067 0.045 0.149 0.086 0.245 0.124s0.213 0.056 0.351 0.056c0.115 0 0.218-0.016 0.308-0.047s0.166-0.076 0.229-0.134c0.063-0.058 0.11-0.126 0.144-0.206s0.050-0.169 0.050-0.267c0-0.108-0.025-0.197-0.074-0.266s-0.114-0.127-0.194-0.174c-0.080-0.047-0.171-0.086-0.274-0.119l-0.315-0.1c-0.108-0.034-0.212-0.074-0.315-0.119s-0.194-0.103-0.274-0.175c-0.080-0.072-0.145-0.161-0.194-0.269s-0.074-0.24-0.074-0.399c0-0.127 0.025-0.249 0.074-0.367s0.12-0.223 0.214-0.315c0.093-0.092 0.209-0.165 0.346-0.22s0.295-0.082 0.474-0.082c0.2 0 0.383 0.032 0.547 0.095s0.309 0.155 0.433 0.275l-0.117 0.23z"></path>
|
|
6
6
|
</svg>
|
package/es6/icons/icon-8.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>8</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M16 7c0.402 0 0.768 0.059 1.099 0.178s0.615 0.283 0.851 0.491c0.236 0.209 0.418 0.455 0.547 0.737s0.193 0.586 0.193 0.909c0 0.475-0.12 0.884-0.36 1.226s-0.592 0.599-1.056 0.771c0.555 0.156 0.981 0.417 1.279 0.783s0.447 0.832 0.447 1.398c0 0.385-0.073 0.732-0.221 1.041s-0.352 0.572-0.615 0.789c-0.263 0.217-0.579 0.384-0.947 0.501s-0.774 0.175-1.217 0.175c-0.443 0-0.849-0.058-1.217-0.175s-0.685-0.284-0.95-0.501c-0.265-0.217-0.47-0.48-0.615-0.789s-0.217-0.656-0.217-1.041c0-0.565 0.149-1.031 0.447-1.398s0.725-0.628 1.28-0.783c-0.468-0.172-0.821-0.429-1.059-0.771s-0.357-0.751-0.357-1.226c0-0.324 0.064-0.627 0.193-0.909s0.311-0.528 0.547-0.737c0.236-0.209 0.519-0.373 0.848-0.491s0.697-0.178 1.103-0.178zM16 11.78c-0.244 0-0.478 0.032-0.702 0.095s-0.421 0.163-0.593 0.298c-0.172 0.135-0.309 0.31-0.41 0.525s-0.152 0.474-0.152 0.777c0 0.246 0.042 0.47 0.127 0.673s0.207 0.377 0.366 0.522c0.159 0.145 0.354 0.258 0.584 0.338s0.49 0.12 0.78 0.12c0.29 0 0.55-0.040 0.779-0.12s0.424-0.193 0.584-0.338c0.159-0.145 0.282-0.319 0.366-0.522s0.127-0.427 0.127-0.673c0-0.303-0.051-0.562-0.152-0.777s-0.238-0.39-0.41-0.525c-0.172-0.135-0.37-0.234-0.593-0.298s-0.458-0.095-0.702-0.095zM16 7.848c-0.265 0-0.498 0.039-0.699 0.117s-0.369 0.184-0.503 0.319c-0.135 0.135-0.236 0.293-0.304 0.473s-0.102 0.373-0.102 0.577c0 0.201 0.029 0.395 0.087 0.584s0.151 0.355 0.28 0.501c0.128 0.145 0.295 0.262 0.5 0.35s0.452 0.132 0.742 0.132c0.29 0 0.537-0.044 0.742-0.132s0.372-0.205 0.5-0.35c0.128-0.145 0.222-0.312 0.279-0.501s0.087-0.383 0.087-0.584c0-0.205-0.034-0.397-0.102-0.577s-0.17-0.338-0.304-0.473c-0.135-0.135-0.302-0.242-0.503-0.319s-0.434-0.117-0.699-0.117z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M13.875 20.418v0.407h-1.158v3.175h-0.485v-3.175h-1.162v-0.407h2.805zM15.777 23.615c0.148 0 0.281-0.025 0.398-0.075s0.215-0.12 0.296-0.21c0.081-0.090 0.142-0.198 0.185-0.323s0.064-0.262 0.064-0.413v-2.177h0.483v2.178c0 0.207-0.033 0.398-0.099 0.575s-0.16 0.33-0.282 0.459c-0.122 0.129-0.272 0.23-0.449 0.304s-0.375 0.11-0.595 0.11c-0.22 0-0.418-0.037-0.595-0.11s-0.327-0.175-0.45-0.304c-0.123-0.129-0.218-0.282-0.284-0.459s-0.099-0.368-0.099-0.575v-2.178h0.482v2.175c0 0.15 0.021 0.288 0.064 0.413s0.104 0.233 0.185 0.323c0.081 0.090 0.18 0.16 0.297 0.211s0.25 0.076 0.399 0.076zM17.62 20.418h0.387c0.043 0 0.078 0.011 0.105 0.032s0.047 0.049 0.060 0.082l1.012 2.527 0.033 0.089 0.030 0.096c0.019 0.067 0.038 0.136 0.056 0.207 0.015-0.072 0.031-0.141 0.049-0.207s0.038-0.128 0.061-0.185l1.008-2.527c0.012-0.028 0.032-0.055 0.060-0.079s0.063-0.036 0.105-0.036h0.39l-1.46 3.582h-0.438l-1.46-3.582z"></path>
|
|
6
6
|
</svg>
|
package/es6/icons/icon-9.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>9</title>
|
|
4
|
-
<path fill="#000" style="fill: var(--
|
|
5
|
-
<path fill="#9e9e9e" style="fill: var(--
|
|
4
|
+
<path fill="#000" style="fill: var(--color18, #000)" d="M16.058 7c0.443 0 0.845 0.070 1.206 0.211s0.671 0.337 0.929 0.59c0.258 0.253 0.457 0.555 0.597 0.907s0.21 0.741 0.21 1.168c0 0.257-0.025 0.5-0.074 0.73s-0.122 0.454-0.216 0.674c-0.095 0.219-0.208 0.438-0.339 0.655s-0.281 0.442-0.448 0.674l-2.252 3.13c-0.056 0.079-0.135 0.142-0.239 0.189s-0.222 0.071-0.355 0.071h-1.058l2.813-3.547 0.265-0.342c0.082-0.108 0.159-0.215 0.232-0.323-0.237 0.182-0.503 0.321-0.8 0.416s-0.611 0.143-0.942 0.143c-0.348 0-0.678-0.056-0.99-0.168s-0.586-0.276-0.823-0.494c-0.237-0.217-0.425-0.484-0.565-0.801s-0.21-0.68-0.21-1.090c0-0.389 0.075-0.754 0.226-1.093s0.361-0.636 0.632-0.888c0.271-0.253 0.594-0.451 0.968-0.596s0.785-0.217 1.232-0.217zM16.045 7.925c-0.284 0-0.543 0.045-0.777 0.134s-0.434 0.212-0.6 0.37c-0.166 0.157-0.294 0.346-0.384 0.565s-0.135 0.46-0.135 0.72c0 0.282 0.042 0.533 0.126 0.755s0.204 0.409 0.361 0.562c0.157 0.153 0.348 0.269 0.574 0.348s0.479 0.118 0.758 0.118c0.31 0 0.584-0.049 0.823-0.146s0.44-0.227 0.603-0.388c0.163-0.162 0.288-0.348 0.374-0.559s0.129-0.431 0.129-0.658c0-0.277-0.046-0.529-0.139-0.755s-0.22-0.417-0.384-0.575c-0.163-0.157-0.358-0.278-0.584-0.363s-0.474-0.127-0.745-0.127z"></path>
|
|
5
|
+
<path fill="#9e9e9e" style="fill: var(--color83, #9e9e9e)" d="M8.8 20.418h0.402c0.043 0 0.079 0.011 0.107 0.032s0.047 0.049 0.057 0.082l0.74 2.49 0.019 0.070 0.048 0.238 0.054-0.239 0.864-2.558c0.010-0.028 0.030-0.055 0.059-0.079s0.065-0.036 0.106-0.036h0.14c0.043 0 0.079 0.011 0.106 0.032s0.047 0.049 0.059 0.082l0.838 2.49c0.030 0.087 0.057 0.186 0.080 0.297l0.042-0.23 0.761-2.558c0.008-0.030 0.027-0.057 0.056-0.080s0.065-0.035 0.106-0.035h0.377l-1.117 3.582h-0.435l-0.908-2.733c-0.018-0.052-0.035-0.112-0.050-0.18l-0.035 0.14-0.925 2.772h-0.435l-1.117-3.582zM15.127 22.16l-1.182-1.742h0.482c0.035 0 0.061 0.006 0.078 0.017s0.032 0.028 0.045 0.050l0.935 1.435c0.012-0.035 0.029-0.073 0.053-0.115l0.883-1.31c0.015-0.023 0.031-0.042 0.049-0.056s0.039-0.021 0.064-0.021h0.462l-1.188 1.72 1.227 1.863h-0.48c-0.037 0-0.065-0.010-0.086-0.029s-0.038-0.040-0.051-0.064l-0.96-1.503c-0.012 0.035-0.027 0.068-0.045 0.1l-0.935 1.402c-0.015 0.023-0.032 0.045-0.051 0.064s-0.046 0.029-0.081 0.029h-0.45l1.232-1.84zM18.89 22.575v1.425h-0.483v-1.425l-1.313-2.157h0.425c0.043 0 0.078 0.011 0.102 0.032s0.047 0.048 0.065 0.080l0.82 1.393c0.033 0.058 0.061 0.113 0.084 0.165l0.061 0.152 0.060-0.155c0.022-0.052 0.049-0.106 0.082-0.163l0.817-1.393c0.015-0.027 0.035-0.052 0.061-0.076s0.060-0.036 0.101-0.036h0.43l-1.315 2.157zM23.15 20.418v0.18c0 0.057-0.017 0.11-0.052 0.16l-2.027 2.848h2.045v0.395h-2.68v-0.19c0-0.050 0.016-0.098 0.047-0.142l2.030-2.855h-1.983v-0.395h2.62z"></path>
|
|
6
6
|
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Announcement</title>
|
|
4
|
+
<path fill="#066fac" style="fill: var(--color2, #066fac)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path>
|
|
5
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M17.024 11.159c0.559 0 1.012 0.435 1.012 0.971v7.765c0 0.536-0.453 0.971-1.012 0.971l-9.104-2.588c-0.598-0.145-1.012-0.471-1.012-0.971v-2.588c0-0.468 0.412-0.793 1.012-0.971l9.104-2.588zM9.606 18.276h1.349v3.208c0 0.372-0.302 0.674-0.674 0.674s-0.674-0.302-0.674-0.674v-3.208zM18.373 18.132v-4.206c0-0.163 1.535 0.647 1.535 2.103s-1.535 2.259-1.535 2.103z"></path>
|
|
6
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M23.066 14.108c0.269 0.478 0.411 1.020 0.409 1.582-0.002 0.566-0.15 1.112-0.426 1.594-0.099 0.173-0.318 0.234-0.49 0.136s-0.231-0.316-0.133-0.488c0.214-0.375 0.329-0.799 0.331-1.24 0.002-0.438-0.109-0.858-0.317-1.23-0.097-0.172-0.035-0.391 0.138-0.489s0.391-0.038 0.488 0.134l0-0z"></path>
|
|
7
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M24.329 12.788c0.596 0.837 0.919 1.842 0.914 2.896s-0.338 2.062-0.943 2.906c-0.115 0.161-0.338 0.199-0.498 0.085s-0.196-0.336-0.080-0.497c0.518-0.723 0.803-1.585 0.808-2.49s-0.272-1.764-0.783-2.482c-0.114-0.16-0.076-0.383 0.085-0.498s0.384-0.079 0.497 0.080l0 0z"></path>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Call-queue</title>
|
|
4
|
+
<path fill="#066fac" style="fill: var(--color2, #066fac)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path>
|
|
5
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M18.5 5c3.333 0 6.036 2.737 6.036 6.113v0l-0.934 0.001c0.003-0.075 0.005-0.151 0.005-0.227 0-2.751-2.287-4.981-5.107-4.981s-5.107 2.23-5.107 4.981c0 0.076 0.002 0.152 0.005 0.227l-0.934-0.001c0-3.376 2.702-6.113 6.036-6.113z"></path>
|
|
6
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M18.5 17c3.333 0 6.036-2.737 6.036-6.113h-0.934c0.003 0.075 0.005 0.151 0.005 0.226 0 2.751-2.287 4.981-5.107 4.981-0.337 0-0.505 0.145-0.505 0.436s0.168 0.447 0.505 0.469zM13.393 11.113c0-0.076 0.002-0.151 0.005-0.226h-0.934z"></path>
|
|
7
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M13.393 10.923c0 0.839 0.198 1.634 0.55 2.341l-1.496-0c-0.247 0-0.448-0.201-0.448-0.448v-3.632c0-0.247 0.201-0.448 0.448-0.448l1.423-0.002c-0.307 0.668-0.477 1.409-0.477 2.189zM24.552 8.736c0.247 0 0.448 0.201 0.448 0.448v3.632c0 0.247-0.201 0.448-0.448 0.448l-0.709 0c0.352-0.707 0.55-1.502 0.55-2.341 0-0.78-0.171-1.521-0.477-2.189l0.636 0.002z"></path>
|
|
8
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M22.505 10.929c0 2.155-1.791 3.901-4 3.901s-4-1.747-4-3.901c0-2.155 1.791-3.901 4-3.901s4 1.747 4 3.901z"></path>
|
|
9
|
+
<path fill="#066fac" style="fill: var(--color2, #066fac)" d="M22 21.5c0 5.247-4.253 9.5-9.5 9.5s-9.5-4.253-9.5-9.5c0-5.247 4.253-9.5 9.5-9.5s9.5 4.253 9.5 9.5z"></path>
|
|
10
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M12.5 14c3.333 0 6.036 2.737 6.036 6.113v0l-0.934 0.001c0.003-0.075 0.005-0.151 0.005-0.227 0-2.751-2.287-4.981-5.107-4.981s-5.107 2.23-5.107 4.981c0 0.076 0.002 0.152 0.005 0.227l-0.934-0.001c0-3.376 2.702-6.113 6.036-6.113z"></path>
|
|
11
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M12.5 26c3.333 0 6.036-2.737 6.036-6.113h-0.934c0.003 0.075 0.005 0.151 0.005 0.226 0 2.751-2.287 4.981-5.107 4.981-0.337 0-0.505 0.145-0.505 0.436s0.168 0.447 0.505 0.469zM7.393 20.113c0-0.076 0.002-0.151 0.005-0.226h-0.934z"></path>
|
|
12
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M7.393 19.923c0 0.839 0.198 1.634 0.55 2.341l-1.496-0c-0.247 0-0.448-0.201-0.448-0.448v-3.632c0-0.247 0.201-0.448 0.448-0.448l1.423-0.002c-0.307 0.668-0.477 1.409-0.477 2.189zM18.552 17.736c0.247 0 0.448 0.201 0.448 0.448v3.632c0 0.247-0.201 0.448-0.448 0.448l-0.709 0c0.352-0.707 0.55-1.502 0.55-2.341 0-0.78-0.171-1.521-0.477-2.189l0.636 0.002z"></path>
|
|
13
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M16.505 19.929c0 2.155-1.791 3.901-4 3.901s-4-1.747-4-3.901c0-2.155 1.791-3.901 4-3.901s4 1.747 4 3.901z"></path>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Limited</title>
|
|
4
|
+
<path fill="#066fac" style="fill: var(--color2, #066fac)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path>
|
|
5
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M10.671 11.107c0.32 0.15 0.567 0.385 0.743 0.707 0.172 0.343 0.37 0.699 0.592 1.067s0.488 0.776 0.799 1.225c0.195 0.295 0.273 0.616 0.229 0.95-0.043 0.329-0.19 0.623-0.46 0.895-0.077 0.066-0.157 0.127-0.239 0.183-0.074 0.050-0.155 0.1-0.245 0.149-0.031 0.025-0.066 0.047-0.103 0.065l-0.080 0.039-0.084 0.046-0.021 0.010c-0.025 0.010-0.048 0.021-0.068 0.032 0.008 0.037 0.020 0.082 0.039 0.137l0.046 0.122c0.058 0.156 0.153 0.338 0.284 0.544 0.134 0.211 0.306 0.442 0.513 0.69 0.225 0.266 0.434 0.484 0.626 0.656 0.186 0.166 0.355 0.29 0.503 0.373 0.057 0.032 0.107 0.057 0.147 0.075l0.103-0.113 0.038-0.037 0.040-0.050 0.12-0.124 0.105-0.103c0.016-0.015 0.032-0.030 0.047-0.043 0.081-0.074 0.171-0.144 0.291-0.225 0.31-0.183 0.656-0.26 1.022-0.228 0.378 0.033 0.699 0.184 0.926 0.426 0.282 0.266 0.575 0.533 0.879 0.8l0.216 0.188 0.446 0.379c0.163 0.137 0.34 0.284 0.532 0.442 0.276 0.227 0.46 0.505 0.545 0.828 0.077 0.291 0.064 0.573-0.035 0.821l-0.041 0.091c-0.091 0.226-0.266 0.492-0.526 0.807-0.224 0.272-0.429 0.485-0.61 0.633l-0.076 0.060c-0.207 0.171-0.446 0.3-0.714 0.385-0.262 0.083-0.55 0.124-0.861 0.124-0.506 0-1.033-0.099-1.581-0.294-0.535-0.191-1.079-0.464-1.633-0.818-0.481-0.308-0.96-0.674-1.434-1.096l-0.203-0.184c-0.55-0.493-1.091-1.052-1.624-1.68-0.703-0.842-1.279-1.673-1.726-2.493-0.45-0.816-0.767-1.58-0.951-2.295-0.187-0.727-0.232-1.384-0.132-1.966 0.096-0.616 0.362-1.115 0.802-1.484 0.204-0.17 0.49-0.343 0.861-0.523 0.379-0.184 0.692-0.297 0.951-0.337 0.346-0.054 0.686-0.005 1.005 0.145l-0 0z"></path>
|
|
6
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M20.486 8.126c0.163 0.091 0.298 0.225 0.389 0.389l3.3 5.941c0.268 0.483 0.094 1.092-0.389 1.36-0.149 0.083-0.316 0.126-0.486 0.126h-6.601c-0.552 0-1-0.448-1-1 0-0.17 0.043-0.337 0.126-0.486l3.301-5.941c0.268-0.483 0.877-0.657 1.36-0.389zM20.042 13.378c-0.552 0-1 0.448-1 1s0.448 1 1 1c0.552 0 1-0.448 1-1s-0.448-1-1-1zM20.050 8.941c-0.345 0-0.625 0.093-0.625 0.208v0 3.333c0 0.115 0.28 0.208 0.625 0.208s0.625-0.093 0.625-0.208v0-3.333c0-0.115-0.28-0.208-0.625-0.208z"></path>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Message</title>
|
|
4
|
+
<path fill="#066fac" style="fill: var(--color2, #066fac)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path>
|
|
5
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M21.5 11c0.69 0 1.25 0.56 1.25 1.25v7.5c0 0.69-0.56 1.25-1.25 1.25h-2.866c-0.166 0-0.325 0.066-0.442 0.183l-1.963 1.963c-0.195 0.195-0.512 0.195-0.707 0l-1.963-1.963c-0.117-0.117-0.276-0.183-0.442-0.183h-2.866c-0.69 0-1.25-0.56-1.25-1.25v-7.5c0-0.69 0.56-1.25 1.25-1.25h11.25z"></path>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Paging</title>
|
|
4
|
+
<path fill="#066fac" style="fill: var(--color2, #066fac)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path>
|
|
5
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M22 11c1.105 0 2 0.895 2 2v7c0 1.105-0.895 2-2 2h-12c-1.105 0-2-0.895-2-2v-7c0-1.105 0.895-2 2-2h12zM12 19c-0.552 0-1 0.448-1 1s0.448 1 1 1c0.552 0 1-0.448 1-1s-0.448-1-1-1zM16 19c-0.552 0-1 0.448-1 1s0.448 1 1 1c0.552 0 1-0.448 1-1s-0.448-1-1-1zM20 19c-0.552 0-1 0.448-1 1s0.448 1 1 1c0.552 0 1-0.448 1-1s-0.448-1-1-1zM16.5 15h-5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5v0h5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5v0zM18.5 13h-7c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5v0h7c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5v0z"></path>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Shared-line</title>
|
|
4
|
+
<path fill="#066fac" style="fill: var(--color2, #066fac)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path>
|
|
5
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M20.567 9.992c0.039 0.107 0.101 0.233 0.188 0.375 0.089 0.145 0.202 0.305 0.339 0.476 0.149 0.183 0.287 0.334 0.414 0.452 0.123 0.114 0.235 0.2 0.333 0.257 0.038 0.022 0.070 0.039 0.097 0.052 0.018-0.021 0.040-0.046 0.068-0.078l0.025-0.025c-0.001 0.001 0-0.001 0.003-0.005l0.024-0.030c0.070-0.077 0.13-0.139 0.179-0.186 0.053-0.051 0.113-0.099 0.192-0.155 0.205-0.126 0.433-0.179 0.676-0.157 0.25 0.023 0.462 0.126 0.612 0.294 0.187 0.184 0.38 0.367 0.581 0.551s0.464 0.415 0.789 0.695c0.183 0.156 0.304 0.348 0.361 0.57 0.057 0.225 0.039 0.443-0.050 0.629-0.060 0.156-0.176 0.339-0.348 0.556-0.169 0.214-0.322 0.375-0.454 0.477-0.137 0.118-0.295 0.207-0.472 0.265-0.173 0.057-0.363 0.086-0.57 0.086-0.334 0-0.683-0.068-1.045-0.203-0.354-0.131-0.713-0.32-1.080-0.564-0.363-0.242-0.725-0.538-1.082-0.883-0.364-0.34-0.722-0.725-1.074-1.157-0.465-0.58-0.846-1.153-1.141-1.718-0.297-0.562-0.507-1.089-0.629-1.581-0.124-0.501-0.153-0.954-0.087-1.355 0.063-0.424 0.24-0.768 0.531-1.023 0.135-0.117 0.324-0.236 0.57-0.361 0.25-0.127 0.457-0.205 0.629-0.232 0.229-0.037 0.453-0.003 0.664 0.1s0.375 0.265 0.491 0.487c0.114 0.236 0.244 0.482 0.392 0.735s0.323 0.534 0.528 0.844c0.129 0.203 0.18 0.424 0.151 0.655-0.028 0.227-0.126 0.429-0.304 0.617-0.051 0.045-0.104 0.087-0.158 0.126-0.049 0.035-0.103 0.069-0.162 0.103-0.021 0.017-0.043 0.032-0.068 0.045l-0.053 0.027c-0.020 0.013-0.040 0.024-0.069 0.039-0.017 0.007-0.032 0.014-0.045 0.022 0.008 0.043 0.026 0.101 0.057 0.178h-0z"></path>
|
|
6
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M10.383 18.747c0.053 0.142 0.139 0.307 0.258 0.495 0.122 0.192 0.278 0.402 0.467 0.628 0.205 0.242 0.395 0.44 0.569 0.596 0.169 0.151 0.323 0.264 0.458 0.339 0.052 0.029 0.097 0.052 0.134 0.068 0.025-0.027 0.055-0.061 0.093-0.102l0.034-0.033c-0.002 0.001 0-0.001 0.004-0.006l0.032-0.040c0.097-0.102 0.179-0.183 0.247-0.245 0.073-0.067 0.155-0.131 0.264-0.204 0.282-0.166 0.596-0.237 0.93-0.207 0.344 0.030 0.636 0.167 0.842 0.388 0.257 0.242 0.523 0.485 0.799 0.727s0.638 0.548 1.086 0.918c0.251 0.206 0.418 0.46 0.496 0.753 0.079 0.298 0.053 0.585-0.069 0.83-0.083 0.205-0.242 0.447-0.479 0.734-0.233 0.282-0.444 0.495-0.624 0.63-0.188 0.156-0.406 0.273-0.65 0.35-0.238 0.076-0.5 0.113-0.784 0.113-0.46 0-0.94-0.090-1.438-0.268-0.487-0.173-0.981-0.422-1.485-0.744-0.5-0.32-0.997-0.71-1.489-1.165-0.501-0.449-0.993-0.957-1.478-1.528-0.64-0.766-1.163-1.522-1.57-2.268-0.409-0.742-0.698-1.437-0.865-2.087-0.17-0.662-0.211-1.259-0.12-1.788 0.087-0.56 0.33-1.014 0.73-1.35 0.186-0.155 0.446-0.312 0.784-0.476 0.344-0.167 0.629-0.27 0.865-0.307 0.315-0.049 0.624-0.004 0.914 0.132s0.516 0.35 0.676 0.643c0.157 0.312 0.336 0.636 0.539 0.971s0.444 0.706 0.727 1.115c0.177 0.268 0.248 0.56 0.208 0.865-0.039 0.299-0.173 0.567-0.419 0.814-0.070 0.060-0.143 0.115-0.218 0.167-0.067 0.046-0.141 0.091-0.223 0.136-0.029 0.023-0.060 0.042-0.094 0.059l-0.073 0.036c-0.027 0.017-0.055 0.032-0.095 0.051-0.023 0.009-0.043 0.019-0.062 0.029 0.011 0.057 0.036 0.133 0.078 0.235h-0z"></path>
|
|
7
|
+
<path fill="#fff" style="fill: var(--color3, #fff)" d="M14.202 17.788c0.011 0.247-0.171 0.456-0.421 0.491-0.294 0.038-0.559-0.177-0.574-0.465-0.043-0.85 0.116-2.202 1.148-3.42 0.182-0.215 0.393-0.393 0.624-0.544l-0.576-1.835 3.913 1.205c0.226 0.097 0.273 0.388 0.089 0.54l-2.645 2.566-0.447-1.422c-0.072 0.066-0.139 0.134-0.202 0.206-0.824 0.968-0.942 1.97-0.907 2.677l-0 0z"></path>
|
|
8
|
+
</svg>
|